/* Orelha-like redesign for public storefront */

:root {
    --os-bg: #04070d;
    --os-bg-soft: #0a111d;
    --os-card: #0b1524;
    --os-card-2: #0d192b;
    --os-text: #ffffff;
    --os-muted: rgba(220, 230, 245, 0.72);
    --os-border: rgba(255, 255, 255, 0.12);
    --os-primary: #38bdf8;
    --os-primary-2: #0ea5e9;
    --os-primary-3: #0284c7;
    --os-green: #25d366;
    --os-radius: 16px;
}

html,
body.body-public {
    background:
        radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.12), transparent 30%),
        radial-gradient(circle at 100% 0, rgba(14, 165, 233, 0.14), transparent 34%),
        linear-gradient(180deg, var(--os-bg) 0%, #040912 100%) !important;
    color: var(--os-text) !important;
    font-family: 'Geist', Arial, Helvetica, sans-serif !important;
}

body.body-public,
body.body-public .os-topbar__glass,
body.body-public .os-topbar__menu-link,
body.body-public .os-topbar__icon-btn,
body.body-public .os-topbar__search-field,
body.body-public .os-category-chip,
body.body-public .pkg-card,
body.body-public .pkg-card__body,
body.body-public .pkg-card__btn,
body.body-public .os-footer,
body.body-public .os-footer-social a,
body.body-public .ln-floating-cart {
    transition:
        background-color .28s ease,
        background .28s ease,
        border-color .28s ease,
        color .28s ease,
        box-shadow .28s ease;
}

a {
    text-decoration: none;
}

.public-page-content {
    padding-top: 108px !important;
    background: transparent !important;
}

body.preview-embed .public-page-content {
    padding-top: 82px !important;
}

body.preview-embed .os-float-widget,
body.preview-embed .ln-floating-cart,
body.preview-embed .ln-mini-cart,
body.preview-embed .ln-cart-overlay,
body.preview-embed .ln-toast-area {
    display: none !important;
}

body.preview-embed .os-topbar {
    top: 4px;
}

body.preview-embed .os-theme-switcher {
    display: none !important;
}

body.preview-embed .os-home-hero {
    padding-bottom: 12px;
}

.v2-offer-bar,
.v2-bottom-nav,
.v2-mobile-whatsapp-cta {
    display: none !important;
}

.public-sidebar-left {
    position: fixed !important;
    top: 0 !important;
    left: -300px !important;
    width: 300px !important;
    height: 100vh !important;
    z-index: 3000 !important;
    background: linear-gradient(160deg, #070d18, #060b14) !important;
    border-right: 1px solid var(--os-border) !important;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55) !important;
    overflow-y: auto !important;
    transition: left 0.24s ease !important;
}

.public-sidebar-left.active {
    left: 0 !important;
}

.public-sidebar-left .top {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px;
}

.public-sidebar-left .top img {
    width: 176px;
    max-width: 100%;
    object-fit: contain;
}

.public-sidebar-left .content {
    padding: 12px;
    display: grid;
    gap: 8px;
}

.public-sidebar-left .list-group-item {
    min-height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: #e5e7eb !important;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px;
}

.public-sidebar-left .list-group-item:hover {
    border-color: rgba(56, 189, 248, 0.36);
    background: rgba(56, 189, 248, 0.14);
}

.public-page-opacity.active {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 2900 !important;
    background: rgba(0, 0, 0, 0.56) !important;
    backdrop-filter: blur(3px) !important;
}

.os-topbar {
    --os-bar-border: rgba(255, 255, 255, 0.1);
    --os-glass-bg: rgba(12, 18, 28, 0.66);
    --os-cart-text: #0c1220;
    position: fixed;
    top: 12px;
    left: 0;
    right: 0;
    z-index: 2100;
    display: flex;
    justify-content: center;
    padding: 0 14px;
    pointer-events: none;
}

.os-topbar__shell {
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
    pointer-events: none;
}

.os-topbar__glass {
    border-radius: 999px;
    border: 1px solid var(--os-bar-border);
    background: var(--os-glass-bg);
    backdrop-filter: blur(22px) saturate(1.24);
    -webkit-backdrop-filter: blur(22px) saturate(1.24);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.36) inset,
        0 8px 30px rgba(0, 0, 0, 0.44),
        0 2px 16px rgba(14, 165, 233, 0.16);
    pointer-events: auto;
}

.os-topbar__inner {
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.os-topbar__nav {
    min-height: 44px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(150px, auto) minmax(220px, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.os-topbar__brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #fff;
    text-decoration: none;
}

.os-topbar__logo {
    width: auto;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
    border-radius: 8px;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
}

.os-topbar__brand-name {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Nome do site ao lado da logo na topbar */
.os-topbar__brand-nome {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

/* Nome do site na sidebar — só usado no tema jogos */
.os-sidebar-site-nome {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 6px;
    line-height: 1.2;
    color: rgba(255,255,255,.8);
}

.os-topbar__verified {
    color: #60a5fa;
    filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.45));
}

.os-topbar__search-wrap {
    width: 100%;
    max-width: 380px;
    justify-self: center;
}

.os-topbar__search-field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(0, 0, 0, 0.36);
    padding: 0 10px 0 10px;
}

.os-topbar__search-field:focus-within {
    border-color: rgba(56, 189, 248, 0.46);
    box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.16);
}

.os-topbar__search-icon {
    width: 16px;
    height: 16px;
    color: rgba(255, 255, 255, 0.56);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.os-topbar__search {
    flex: 1;
    min-width: 0;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px;
    padding: 0 !important;
}

.os-topbar__search::placeholder {
    color: rgba(255, 255, 255, 0.42) !important;
}

.os-topbar__search-submit {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 0;
    background: rgba(56, 189, 248, 0.2);
    color: #dbeafe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.os-topbar__search-submit:hover {
    background: rgba(56, 189, 248, 0.34);
}

.os-topbar__search-results {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    width: 100%;
    z-index: 70;
    max-height: min(340px, 54vh);
    overflow: auto;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 12, 22, 0.97);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: all 0.16s ease;
}

.os-topbar__search-results.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ln-search-item {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    color: #fff !important;
    padding: 9px 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ln-search-item:last-child {
    border-bottom: 0;
}

.ln-search-item:hover {
    background: rgba(56, 189, 248, 0.14);
}

.ln-search-item img {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ln-search-item span {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.ln-search-item strong {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ln-search-item small {
    font-size: 11px;
    color: #93c5fd;
    font-weight: 700;
}

.ln-search-item i {
    color: rgba(255, 255, 255, 0.6);
}

.ln-search-empty {
    padding: 18px 12px;
    color: rgba(255, 255, 255, 0.68);
    text-align: center;
    font-size: 13px;
}

.os-topbar__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.os-topbar__menu {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.os-topbar__menu-link {
    height: 38px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.24);
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.os-topbar__menu-link:hover {
    color: #fff;
    border-color: rgba(56, 189, 248, 0.45);
    background: rgba(56, 189, 248, 0.12);
}

.os-topbar__menu-link--client {
    border-color: rgba(52, 211, 153, 0.5);
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.22), rgba(5, 150, 105, 0.22));
}

.os-topbar__stream-login {
    display: none;
}

.os-theme-switcher {
    position: relative;
}

.os-theme-switcher__trigger {
    height: 38px;
    min-width: 38px;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.24);
    color: rgba(255, 255, 255, 0.92);
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.os-theme-switcher__trigger:hover {
    color: #fff;
    border-color: rgba(56, 189, 248, 0.45);
    background: rgba(56, 189, 248, 0.12);
}

.os-theme-switcher__menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    width: min(92vw, 380px);
    max-height: min(70vh, 440px);
    overflow: auto;
    background: rgba(8, 13, 22, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    padding: 8px;
    display: none;
    z-index: 2350;
}

.os-theme-switcher.is-open .os-theme-switcher__menu {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.os-theme-switcher__option {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 10px;
    color: #fff;
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.os-theme-switcher__option:hover {
    border-color: rgba(56, 189, 248, 0.45);
    background: rgba(56, 189, 248, 0.1);
}

.os-theme-switcher__option.is-active {
    border-color: rgba(34, 197, 94, 0.55);
    background: rgba(34, 197, 94, 0.12);
}

.os-theme-switcher__texts strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 3px;
}

.os-theme-switcher__texts small {
    display: block;
    color: rgba(203, 213, 225, 0.95);
    font-size: 11px;
    line-height: 1.28;
}

.os-theme-switcher__check {
    opacity: 0;
    color: #86efac;
}

.os-theme-switcher__option.is-active .os-theme-switcher__check {
    opacity: 1;
}

.os-theme-switcher__swatch {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: block;
}

.swatch-padrao {
    background: linear-gradient(145deg, #071118, #0b1f1a 48%, #062f22);
}

.swatch-jogos {
    background: linear-gradient(145deg, #05090d, #0c1324 48%, #34165f);
}

.swatch-digital {
    background: linear-gradient(145deg, #fff8fc, #f9d3e7 52%, #e887b8);
}

.swatch-streaming {
    background: linear-gradient(145deg, #0a0d1a, #1e1b44 48%, #4338ca);
}

.os-topbar__icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.24);
    color: rgba(255, 255, 255, 0.88);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.os-topbar__icon-btn:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
}

.os-topbar__cart {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(52, 211, 153, 0.65) !important;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 900;
    background: linear-gradient(135deg, #22c55e 0%, #10b981 52%, #06b6d4 100%);
    box-shadow: 0 0 0 1px rgba(12, 26, 20, 0.35) inset, 0 10px 26px rgba(16, 185, 129, 0.45);
}

.os-topbar__cart i,
.os-topbar__cart .os-topbar__cart-label {
    color: #ffffff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.os-topbar__cart:hover {
    filter: brightness(1.08) saturate(1.12);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24) inset, 0 14px 30px rgba(16, 185, 129, 0.55);
}

.os-topbar__cart-label {
    display: inline;
}

.os-topbar__cart b {
    position: absolute;
    right: -6px;
    top: -6px;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 2px solid rgba(5, 10, 18, 0.92);
    background: #facc15;
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

.os-topbar__mobile-search {
    display: none;
}

.os-topbar__mobile-search.active {
    display: block;
}

.os-home-hero {
    padding: 14px 0 22px;
}

.os-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 26px;
    align-items: center;
}

.os-hero-copy {
    max-width: 580px;
}

.os-hero-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.55);
    background: rgba(59, 130, 246, 0.12);
    color: #93c5fd;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    margin-bottom: 16px;
}

.os-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(33px, 6vw, 64px);
    line-height: 1.06;
    letter-spacing: 0;
    font-weight: 800;
}

.os-hero-copy h1 span {
    display: block;
    color: var(--os-primary);
}

.os-hero-copy p {
    margin: 16px 0 0;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.62;
}

.os-hero-actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.os-community-btn,
.os-support-btn {
    height: 48px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
}

.os-community-btn {
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: 1px solid rgba(147, 197, 253, 0.4);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.3);
}

.os-community-btn:hover {
    color: #fff;
    filter: brightness(1.07);
}

.os-support-btn {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
}

.os-support-btn:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.1);
}

.os-hero-media {
    width: 100%;
}

.os-hero-carousel,
.os-hero-placeholder {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(155deg, #0b1524, #07111e);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(59, 130, 246, 0.12) inset;
}

.os-hero-carousel .carousel-inner,
.os-hero-carousel .carousel-item {
    height: 100%;
}

.os-hero-carousel img {
    width: 100%;
    min-height: 320px;
    max-height: 420px;
    object-fit: cover;
}

.os-hero-carousel .carousel-control-prev,
.os-hero-carousel .carousel-control-next {
    width: 50px;
    opacity: 1;
}

.os-hero-carousel .carousel-control-prev-icon,
.os-hero-carousel .carousel-control-next-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background-color: rgba(10, 17, 29, 0.74);
    background-size: 58%;
}

.os-hero-placeholder {
    min-height: 340px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.os-hero-placeholder strong {
    font-size: 34px;
    line-height: 1.08;
    color: #fff;
}

.os-hero-placeholder p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.os-category-strip {
    margin-top: 12px;
    padding-bottom: 6px;
}

.os-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.os-category-chip {
    min-height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.5);
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.24), rgba(59, 130, 246, 0.2));
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 12px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.os-category-chip:hover {
    color: #fff !important;
    transform: translateY(-1px);
    border-color: rgba(96, 165, 250, 0.8);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

.os-category-chip--all {
    border-color: rgba(45, 212, 191, 0.65);
    background: linear-gradient(135deg, #22c55e, #14b8a6);
    color: #032016 !important;
    font-weight: 900;
}

.os-category-chip--all:hover {
    color: #032016 !important;
    border-color: rgba(94, 234, 212, 0.82);
    box-shadow: 0 10px 24px rgba(20, 184, 166, 0.34);
}

.os-products-section {
    padding: 12px 0 34px;
}

.os-categories-popular-label {
    display: none;
}

.os-product-block + .os-product-block {
    margin-top: 30px;
}

.os-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.os-section-eyebrow {
    display: inline-block;
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.45);
    background: rgba(59, 130, 246, 0.11);
    color: #93c5fd;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px 10px;
}

.os-section-head h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 800;
    letter-spacing: 0;
}

.os-section-link {
    color: #93c5fd;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.os-section-link:hover {
    color: #bfdbfe;
}

.os-products-grid {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc((100% - 48px) / 4) !important;
    grid-template-columns: none !important;
    gap: 16px !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: default;
}

.os-products-grid::-webkit-scrollbar {
    display: none;
}

.os-products-grid .pkg-card-link,
.os-products-grid .pkg-card {
    width: 100% !important;
}

@media (min-width: 768px) {
    .os-products-grid {
        grid-auto-columns: calc((100% - 16px) / 2) !important;
    }
}

@media (min-width: 1200px) {
    .os-products-grid {
        grid-auto-columns: calc((100% - 48px) / 4) !important;
    }

    .ln-listing-page .os-products-grid--listing {
        grid-auto-columns: calc((100% - 48px) / 4) !important;
    }

    .ln-listing-page .os-products-grid--listing {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.os-products-grid--listing {
    margin-top: 20px;
    grid-auto-flow: row !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    grid-auto-columns: auto !important;
}

.pkg-card-link {
    display: block;
}

.pkg-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0.85rem;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 0.08);
    background: linear-gradient(180deg, rgb(10 14 26), rgb(6 9 18));
    box-shadow: 0 8px 28px rgb(0 0 0 / 0.35);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
    color: inherit;
}

.pkg-card:hover {
    border-color: rgb(59 130 246 / 0.45);
    box-shadow: 0 14px 36px rgb(0 0 0 / 0.45), 0 0 0 1px rgb(59 130 246 / 0.15);
    transform: translateY(-4px);
}

.pkg-card__media {
    position: relative;
    overflow: hidden;
    background: rgb(0 0 0 / 0.4);
}

.pkg-card__media--ratio {
    aspect-ratio: 16 / 9;
}

.pkg-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.pkg-card:hover .pkg-card__media img {
    transform: scale(1.04);
}

.pkg-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0.9rem 1rem 1rem;
    background: linear-gradient(180deg, rgb(8 12 24), rgb(6 9 18));
    border-top: 1px solid rgb(255 255 255 / 0.06);
}

.pkg-card__name {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.35;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pkg-card__pricing {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.pkg-card__price-block {
    min-width: 0;
}

.pkg-card__price {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.02em;
}

.pkg-card__pix-label {
    margin: 0.2rem 0 0;
    font-size: 0.6875rem;
    font-weight: 700;
    color: rgb(147 197 253);
}

.pkg-card__cta {
    margin-top: auto;
}

.pkg-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    height: 2.65rem;
    border: none;
    border-radius: 0.65rem;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, rgb(37 99 235), rgb(59 130 246));
    box-shadow: 0 4px 16px rgb(37 99 235 / 0.4);
}

.pkg-card:hover .pkg-card__btn {
    filter: brightness(1.08);
    box-shadow: 0 6px 22px rgb(37 99 235 / 0.5);
}

.ln-listing-page {
    padding-bottom: 34px;
}

.ln-listing-hero {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(10, 17, 29, 0.9), rgba(8, 14, 24, 0.95));
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

.ln-listing-hero h1 {
    margin: 10px 0 0;
    font-size: clamp(28px, 4.5vw, 44px);
    font-weight: 800;
    letter-spacing: 0;
}

.ln-listing-hero p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.ln-listing-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    color: #cbd5e1 !important;
    padding: 0 16px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.02);
}

.ln-listing-back:hover {
    border-color: rgba(56, 189, 248, 0.58);
    color: #fff !important;
    background: rgba(56, 189, 248, 0.12);
}

.ln-listing-back.primary {
    border-color: rgba(59, 130, 246, 0.5);
    color: #fff !important;
    background: rgba(59, 130, 246, 0.2);
}

.ln-empty-state {
    margin-top: 24px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(9, 16, 28, 0.94), rgba(6, 11, 19, 0.95));
    padding: 34px 24px;
    text-align: center;
}

.ln-empty-state i {
    font-size: 40px;
    color: #60a5fa;
}

.ln-empty-state h2 {
    margin: 14px 0 8px;
    font-size: 24px;
    font-weight: 800;
}

.ln-empty-state p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.v2-product-page,
.v2-cart-page,
.ln-cc-checkout-page {
    padding-bottom: 38px;
}

.v2-product-gallery-card,
.v2-product-info-card,
.v2-cart-item,
.v2-cart-summary,
.ln-cc-card,
.ln-cc-checkout-hero {
    border-radius: 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: linear-gradient(145deg, rgba(10, 17, 29, 0.92), rgba(7, 12, 21, 0.95)) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35) !important;
}

.v2-product-info-card .produto-preco,
.v2-price,
.v2-summary-total strong,
.ln-cc-total-box .total strong {
    color: #93c5fd !important;
}

.v2-main-cta,
.v9-main-cta,
.ln-cc-pay-button,
.ln-mini-btn {
    border: 0 !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.3) !important;
}

.v2-main-cta:hover,
.v9-main-cta:hover,
.ln-cc-pay-button:hover,
.ln-mini-btn:hover {
    filter: brightness(1.08);
}

.v2-product-description-section {
    margin-top: 6px;
    max-width: 860px;
}

.v2-product-description-card {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(145deg, rgba(10, 17, 29, 0.92), rgba(7, 12, 21, 0.95));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
    padding: 28px 32px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.72;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
}

.v2-product-description-card p,
.v2-product-description-card ul,
.v2-product-description-card ol {
    margin-bottom: 12px;
}

.v2-product-description-card h1,
.v2-product-description-card h2,
.v2-product-description-card h3,
.v2-product-description-card h4,
.v2-product-description-card h5,
.v2-product-description-card h6 {
    color: #ffffff;
    font-weight: 800;
    margin: 0 0 10px;
}

.v2-product-description-card a {
    color: #93c5fd;
}

.v2-product-description-card a:hover {
    color: #bfdbfe;
}

.v2-cart-header h1,
.ln-cc-checkout-hero h1,
.produto-page h1 {
    letter-spacing: 0;
}

.v2-cart-item,
.ln-cc-item,
.ln-mini-cart-item {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.os-footer-shell {
    margin-top: 18px;
    position: relative;
}

.os-footer-shell::before {
    content: '';
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: 260px;
    pointer-events: none;
    background: rgba(59, 130, 246, 0.2);
    filter: blur(84px);
}

.os-footer {
    position: relative;
    z-index: 2;
    border-top: 2px solid rgba(37, 99, 235, 0.5);
    background: rgba(0, 0, 0, 0.84);
    backdrop-filter: blur(10px);
}

.os-footer-top {
    padding: 26px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
}

.os-footer-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.os-footer-brand-link img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.os-footer-brand-link strong {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 800;
}

.os-footer-brand p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.74);
    max-width: 520px;
}

.os-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.os-footer-links a {
    color: #93c5fd !important;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
}

.os-footer-links a:hover {
    color: #dbeafe !important;
}

.os-footer-social {
    display: flex;
    gap: 10px;
}

.os-footer-social a {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.48);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all .22s ease;
}

.os-footer-social a:hover {
    color: #fff;
    border-color: var(--ln-primary, #e11d48);
    background: rgba(225, 29, 72, 0.15);
    box-shadow: 0 0 0 1px var(--ln-primary, #e11d48),
                0 0 14px rgba(225, 29, 72, 0.40);
    transform: translateY(-2px) scale(1.08);
}

.os-footer-bottom {
    border-top: 1px solid rgba(59, 130, 246, 0.34);
    padding: 14px 0;
}

.os-footer-bottom .container {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.os-footer-email {
    margin-top: 8px !important;
    color: rgba(255,255,255,0.65) !important;
    font-size: 14px !important;
}

.os-footer-dev {
    margin-top: 6px !important;
    color: rgba(255,255,255,0.45) !important;
    font-size: 13px !important;
}

.os-footer-dev span {
    color: #ef4444;
}

.os-footer-terms-link {
    color: rgba(255,255,255,0.72) !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

.os-footer-terms-link:hover {
    color: #fff !important;
}

.os-side-categorias-label{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    padding:8px 11px !important;
    margin:8px 8px 6px !important;
    font-size:12px !important;
    font-weight:800 !important;
    text-transform:uppercase !important;
    letter-spacing:.08em !important;
    color:#fff !important;
    background:linear-gradient(180deg,#ff2f41,#ca0b19) !important;
    border:none !important;
    border-radius:10px !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.22), 0 5px 12px rgba(136,9,20,.24) !important;
    cursor:default !important;
    min-height:36px !important;
}


.os-float-widget {
    position: fixed;
    bottom: 5.1rem;
    right: 0.35rem;
    z-index: 1500;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.65rem;
    pointer-events: none;
}

.os-float-widget > * {
    pointer-events: auto;
}

.os-float-mascot-trigger {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    transition: transform 0.25s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.os-float-mascot-trigger:hover {
    transform: translateY(-5px) scale(1.03);
}

.os-float-mascot-trigger[aria-expanded='true'] {
    transform: scale(0.96);
}

.os-float-mascot__img {
    display: block;
    width: auto;
    max-width: 9.5rem;
    height: auto;
    max-height: 12rem;
    object-fit: contain;
    filter: drop-shadow(0 4px 16px rgba(59, 130, 246, 0.45));
}

.os-float-panel {
    position: relative;
    width: min(17.5rem, calc(100vw - 1.5rem));
    padding: 0.85rem 0.9rem 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgb(59 130 246 / 0.45);
    background: linear-gradient(165deg, rgb(8 14 32 / 0.97), rgb(4 8 18 / 0.98));
    box-shadow: 0 16px 40px rgb(0 0 0 / 0.5), 0 0 24px rgb(59 130 246 / 0.2);
    opacity: 0;
    transform: translateY(12px) scale(0.96);
    transform-origin: bottom right;
    transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.os-float-panel.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.os-float-panel__close {
    position: absolute;
    top: 0.45rem;
    right: 0.45rem;
    width: 1.75rem;
    height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem;
    background: rgb(255 255 255 / 0.08);
    color: rgb(255 255 255 / 0.8);
}

.os-float-panel__close:hover {
    background: rgb(255 255 255 / 0.14);
}

.os-float-panel__title {
    margin: 0 1.75rem 0.65rem 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}

.os-float-panel__link {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    margin-bottom: 0.45rem;
    padding: 0.6rem 0.7rem;
    border-radius: 0.65rem;
    border: 1px solid rgb(255 255 255 / 0.1);
    background: rgb(255 255 255 / 0.04);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.os-float-panel__link .fa-external-link,
.os-float-panel__link .fa-external-link-alt {
    margin-left: auto;
    opacity: 0.6;
}

.os-float-panel__link:hover {
    color: #fff;
    transform: translateX(-2px);
    border-color: rgb(59 130 246 / 0.45);
    background: rgb(59 130 246 / 0.12);
}

.os-float-panel__link--instagram:hover {
    border-color: rgb(225 48 108 / 0.5);
    background: rgb(225 48 108 / 0.12);
}

.os-float-panel__link--support:hover {
    border-color: rgb(37 211 102 / 0.5);
    background: rgb(37 211 102 / 0.12);
}

.os-float-panel__hours {
    margin-top: 0.35rem;
    padding: 0.65rem 0.7rem;
    border-radius: 0.65rem;
    border: 1px solid rgb(59 130 246 / 0.28);
    background: rgb(59 130 246 / 0.08);
}

.os-float-panel__hours-head {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgb(191 219 254);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Streaming hard override (loaded after theme CSS) */
body.theme-streaming.body-public {
    background:
        linear-gradient(rgba(122, 128, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(122, 128, 255, 0.045) 1px, transparent 1px),
        radial-gradient(circle at 84% 12%, rgba(106, 79, 255, 0.18), transparent 32%),
        linear-gradient(180deg, #060812 0%, #080c1a 48%, #060812 100%) !important;
    background-size: 64px 64px, 64px 64px, auto, auto !important;
    background-attachment: fixed;
}

body.theme-streaming .os-topbar__menu,
body.theme-streaming .os-theme-switcher,
body.theme-streaming .os-category-strip,
body.theme-streaming .os-section-eyebrow,
body.theme-streaming .os-float-widget,
body.theme-streaming .ln-floating-cart {
    display: none !important;
}

body.theme-streaming .os-hero-actions .os-support-btn {
    display: none !important;
}

body.theme-streaming .os-hero-actions .os-community-btn {
    border: 1px solid rgba(143, 146, 255, 0.64) !important;
    background: linear-gradient(135deg, #6e67ff, #7b78ff) !important;
    color: transparent !important;
    position: relative;
}

body.theme-streaming .os-hero-actions .os-community-btn i {
    color: #ffffff !important;
}

body.theme-streaming .os-hero-actions .os-community-btn::after {
    content: "Conferir ofertas";
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-left: 8px;
}

.os-float-panel__hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.os-float-panel__hours-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: rgb(255 255 255 / 0.75);
}

.os-float-panel__hours-list strong {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .public-page-content {
        padding-top: 100px !important;
    }

    .os-home-grid {
        grid-template-columns: 1fr;
    }

    .os-hero-copy {
        max-width: none;
    }

    .os-hero-carousel img {
        min-height: 220px;
    }

    .os-footer-top {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .os-topbar {
        top: 10px;
        padding: 0 10px;
    }

    .os-topbar__nav {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .os-topbar__logo {
        height: 34px;
        max-width: 150px;
        max-height: 34px;
    }

    .os-topbar__brand-name {
        max-width: 110px;
    }

    .os-topbar__search-wrap {
        display: none !important;
    }

    .os-theme-switcher__menu {
        right: -6px;
        width: min(94vw, 330px);
    }

    .os-topbar__cart {
        padding: 0 12px;
    }

    .os-topbar__cart-label {
        display: none;
    }

    .os-hero-copy h1 {
        font-size: clamp(30px, 9vw, 46px);
    }

    .os-hero-copy p {
        font-size: 15px;
    }

    .os-community-btn,
    .os-support-btn {
        width: 100%;
    }

    .os-products-grid {
        gap: 12px;
    }

    .pkg-card__price {
        font-size: 1.24rem;
    }

    .ln-listing-hero {
        padding: 18px;
    }

    .os-float-widget {
        bottom: 0.6rem;
        right: 0.45rem;
    }

    .os-float-mascot__img {
        max-width: 8rem;
    }

.ln-floating-cart {
    z-index: 1800 !important;
}

@media (max-width: 991px) {
    .os-float-widget {
        bottom: 5.8rem;
    }
}

@media (max-width: 767px) {
    .os-float-widget {
        bottom: 6.4rem;
    }
}

@media (max-width: 767px) {
    .ln-floating-cart {
        bottom: 12px !important;
        right: 12px !important;
        z-index: 1800 !important;
    }
}
