/* 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;
}

/* Paginas legais e aviso de cookies */
body.body-public .site-pagina.legal-page {
    width: min(1040px, calc(100% - 32px));
    margin: 0 auto;
    padding: 52px 0 72px;
}

.legal-page-header {
    margin-bottom: 20px;
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid color-mix(in srgb, var(--os-template-accent, #22c55e) 34%, transparent);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}

.legal-page-header h1 {
    margin: 8px 0 6px;
    color: var(--os-text, #fff);
    font-size: clamp(28px, 5vw, 46px);
    line-height: 1.08;
}

.legal-page-header p,
.legal-content p,
.legal-content li {
    color: var(--os-template-muted, #aab1c7);
    line-height: 1.75;
}

.legal-content {
    padding: clamp(22px, 4vw, 42px);
    border: 1px solid var(--os-border, rgba(255,255,255,.12));
    border-radius: 22px;
    background: color-mix(in srgb, var(--os-card, #0b1524) 92%, transparent);
}

.legal-content h2 {
    margin: 34px 0 12px;
    padding-top: 26px;
    border-top: 1px solid var(--os-border, rgba(255,255,255,.12));
    color: var(--os-text, #fff);
    font-size: clamp(20px, 3vw, 27px);
}

.legal-content h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.legal-content h3 {
    margin: 22px 0 8px;
    color: var(--os-text, #fff);
    font-size: 18px;
}

.legal-content ul,
.legal-content ol {
    padding-left: 22px;
}

.legal-content a {
    color: var(--os-template-action, #9cffcb);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-note {
    margin: 0 0 26px;
    padding: 16px 18px;
    border-left: 4px solid var(--os-template-action, #9cffcb);
    border-radius: 10px;
    background: color-mix(in srgb, var(--os-template-accent, #22c55e) 12%, transparent);
}

.ln-cookie-notice {
    position: fixed;
    z-index: 9998;
    left: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    width: min(680px, calc(100% - 44px));
    padding: 18px;
    border: 1px solid color-mix(in srgb, var(--os-template-accent, #22c55e) 42%, transparent);
    border-radius: 17px;
    background: rgba(5, 9, 15, .96);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .46);
    backdrop-filter: blur(18px);
}

.ln-cookie-notice[hidden] {
    display: none !important;
}

.ln-cookie-notice strong {
    color: #fff;
}

.ln-cookie-notice p {
    margin: 4px 0 0;
    color: rgba(230, 237, 247, .76);
    font-size: 14px;
    line-height: 1.45;
}

.ln-cookie-notice a {
    color: var(--os-template-action, #9cffcb);
}

.ln-cookie-notice button {
    flex: 0 0 auto;
    min-width: 104px;
    padding: 11px 16px;
    border: 0;
    border-radius: 11px;
    background: var(--os-template-action, #9cffcb);
    color: #04100a;
    font-weight: 800;
}

.ln-cc-terms a {
    color: var(--os-template-action, #9cffcb);
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 640px) {
    body.body-public .site-pagina.legal-page {
        width: min(100% - 20px, 1040px);
        padding: 28px 0 48px;
    }

    .legal-content,
    .legal-page-header {
        padding: 20px;
        border-radius: 16px;
    }

    .ln-cookie-notice {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .ln-cookie-notice button {
        width: 100%;
    }
}

/* Mantem a mesma geometria do rodape em todos os temas. */
body.body-public.theme-matrix_code .os-footer {
    padding: 0 !important;
}

body.body-public.theme-matrix_code .os-footer-bottom {
    margin-top: 0 !important;
    padding: 17px 0 !important;
}



/* =====================================================
   PADRONIZACAO GLOBAL: CATEGORIAS E SECOES DE PRODUTOS
   Mantem a identidade de cor de cada template e unifica
   estrutura, alinhamento, navegacao e responsividade.
   ===================================================== */

body.theme-padrao {
    --os-template-accent: var(--ln-yellow, #f1b828);
    --os-template-action: var(--ln-green-light, #9cffcb);
    --os-template-muted: var(--ln-muted, #9bb7ad);
}

body.theme-digital {
    --os-template-accent: var(--ln-purple, #9b5cff);
    --os-template-action: var(--ln-green-light, #80ffd0);
    --os-template-muted: var(--ln-muted, #aab1c7);
}

body.theme-neonazul {
    --os-template-accent: var(--na-purple, #7c3aed);
    --os-template-action: var(--na-cyan, #06b6d4);
    --os-template-muted: var(--na-muted, #8899cc);
}

body.theme-matrix_code {
    --os-template-accent: var(--mc-green, #00ff41);
    --os-template-action: var(--mc-green, #00ff41);
    --os-template-muted: var(--mc-text-dim, #888);
}

body.body-public .os-products-section .container {
    text-align: center;
}

body.body-public .os-categories-atalho {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 34px;
}

body.body-public .os-cat-atalho-link {
    position: relative;
    isolation: isolate;
    display: flex;
    min-width: 0;
    min-height: 170px;
    aspect-ratio: 3 / 4;
    padding: 18px 10px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    background-color: rgba(15, 23, 42, 0.84);
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(148, 163, 184, 0.20);
    border-color: color-mix(in srgb, var(--os-template-accent, #22c55e) 35%, transparent);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.20);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body.body-public .os-cat-atalho-link.has-capa {
    padding: 18px 10px;
    justify-content: flex-end;
}

body.body-public .os-cat-atalho-overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    display: block;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.03) 28%, rgba(2, 6, 23, 0.88) 100%);
}

body.body-public .os-cat-atalho-link:not(.has-capa) .os-cat-atalho-overlay {
    background:
        radial-gradient(circle at 50% 30%, color-mix(in srgb, var(--os-template-accent, #22c55e) 24%, transparent), transparent 56%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.25), rgba(2, 6, 23, 0.72));
}

body.body-public .os-cat-atalho-link:hover,
body.body-public .os-cat-atalho-link:focus-visible {
    color: #fff;
    transform: translateY(-4px);
    border-color: var(--os-template-accent, #22c55e);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
}

body.body-public .os-cat-atalho-link:focus-visible {
    outline: 2px solid var(--os-template-action, #9cffcb);
    outline-offset: 3px;
}

body.body-public .os-cat-atalho-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    color: var(--os-template-action, #9cffcb);
    font-size: 1.15rem;
    background: rgba(2, 6, 23, 0.64);
    border: 1px solid color-mix(in srgb, var(--os-template-accent, #22c55e) 45%, transparent);
    border-radius: 50%;
}

body.body-public .os-cat-atalho-link.has-capa .os-cat-atalho-icon {
    display: none;
}

body.body-public .os-cat-atalho-name {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .045em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .9);
}

body.body-public .os-product-block {
    text-align: left;
}

body.body-public .os-section-head {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 28px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: center;
}

body.body-public .os-section-head > div {
    display: flex;
    width: 100%;
    justify-content: center;
}

body.body-public .os-section-head h2 {
    display: flex;
    width: 100%;
    max-width: 760px;
    margin: 0;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #fff;
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    white-space: nowrap;
}

body.body-public .os-section-head h2::before,
body.body-public .os-section-head h2::after {
    content: "";
    display: block;
    height: 1px;
    min-width: 40px;
    max-width: 260px;
    flex: 1 1 180px;
}

body.body-public .os-section-head h2::before {
    background: linear-gradient(90deg, transparent, var(--os-template-accent, #f1b828));
}

body.body-public .os-section-head h2::after {
    background: linear-gradient(90deg, var(--os-template-accent, #f1b828), transparent);
}

body.body-public .os-section-head .os-section-link {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-flex;
    margin: 0;
    align-items: center;
    gap: 6px;
    color: var(--os-template-action, #9cffcb);
    font-size: .85rem;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    transform: translateY(-50%);
    transition: color .2s ease, gap .2s ease;
}

body.body-public .os-section-head .os-section-link:hover,
body.body-public .os-section-head .os-section-link:focus-visible {
    color: #fff;
    gap: 10px;
}

@media (max-width: 900px) {
    body.body-public .os-categories-atalho {
        gap: 10px;
    }

    body.body-public .os-cat-atalho-link {
        min-height: 145px;
    }

    body.body-public .os-section-head h2 {
        max-width: calc(100% - 150px);
    }
}

@media (max-width: 768px) {
    body.body-public .os-categories-atalho {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 560px;
        margin-bottom: 26px;
    }

    body.body-public .os-cat-atalho-link,
    body.body-public .os-cat-atalho-link.has-capa {
        min-height: 132px;
        padding: 12px 8px;
    }

    body.body-public .os-cat-atalho-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    body.body-public .os-cat-atalho-name {
        font-size: .68rem;
    }

    body.body-public .os-section-head {
        padding-bottom: 28px;
    }

    body.body-public .os-section-head h2 {
        max-width: 100%;
        gap: 10px;
        white-space: normal;
    }

    body.body-public .os-section-head h2::before,
    body.body-public .os-section-head h2::after {
        min-width: 20px;
    }

    body.body-public .os-section-head .os-section-link {
        top: auto;
        right: 0;
        bottom: 0;
        transform: none;
    }
}

@media (max-width: 420px) {
    body.body-public .os-cat-atalho-link,
    body.body-public .os-cat-atalho-link.has-capa {
        min-height: 112px;
    }

    body.body-public .os-section-head h2 {
        font-size: 1.15rem;
    }
}


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: 0;
    min-width: 0;
    color: #fff;
}

.os-topbar__logo {
    width: auto;
    height: 40px;
    max-width: 220px;
    max-height: 40px;
    border-radius: 0;
    object-fit: contain;
    object-position: left center;
}

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

.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: 560px;
    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;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

@media (min-width: 768px) {
    .os-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .os-products-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

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

.os-products-grid--listing {
    margin-top: 20px;
}

.os-products-carousel {
    position: relative;
    overflow: visible;
    padding: 0 0 28px;
}

.os-products-carousel .splide__track {
    overflow: hidden;
}

.os-products-carousel .splide__list {
    align-items: stretch;
}

.os-products-carousel .splide__slide {
    display: flex;
    height: auto;
}

.os-products-carousel .pkg-card-link {
    display: flex;
    width: 100%;
    min-width: 0;
    height: 100%;
    text-decoration: none;
}

.os-products-carousel .pkg-card {
    width: 100%;
    height: 100%;
}

.os-products-carousel .splide__arrows {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.os-products-carousel .splide__arrow {
    pointer-events: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgb(15 23 42 / 0.92);
    border: 1px solid rgb(255 255 255 / 0.18);
    box-shadow: 0 14px 32px rgb(0 0 0 / 0.28);
    opacity: 1;
    top: 38%;
    z-index: 5;
}

.os-products-carousel .splide__arrow:disabled {
    opacity: 0.25;
}

.os-products-carousel .splide__arrow svg {
    fill: #fff;
}

.os-products-carousel .splide__arrow--prev {
    left: 12px;
}

.os-products-carousel .splide__arrow--next {
    right: 12px;
}

.os-products-carousel .splide__pagination {
    display: none;
}

.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(59, 130, 246, 0.45);
    background: rgba(0, 0, 0, 0.48);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.os-footer-social a:hover {
    color: #fff;
    border-color: rgba(59, 130, 246, 0.9);
    background: rgba(37, 99, 235, 0.28);
    transform: translateY(-2px) scale(1.04);
}

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

.os-footer-bottom .container {
    display: flex;
    align-items: center;
    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-footer-terms-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
}

.os-side-categorias-label{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    padding:10px 14px !important;
    margin:12px 8px 8px !important;
    font-size:11px !important;
    font-weight:950 !important;
    text-transform:uppercase !important;
    letter-spacing:.12em !important;
    color:#fff !important;
    background:var(--ln-primary, #e11d48) !important;
    border:none !important;
    border-radius:10px !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) */
.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;
    }

    .os-products-carousel .splide__arrow {
        width: 34px;
        height: 34px;
        top: 36%;
    }

    .os-products-carousel .splide__arrow--prev {
        left: 8px;
    }

    .os-products-carousel .splide__arrow--next {
        right: 8px;
    }

    .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;
    }
}


/* =====================================================
   OS-FLOAT-DOCK — ROBÔ + CARRINHO LADO A LADO
   Solução definitiva via wrapper HTML
   ===================================================== */

/* O dock é o único elemento fixed — controla tudo */
.os-float-dock {
    position: fixed !important;
    right: 22px !important;
    bottom: 24px !important;
    z-index: 1800 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 10px !important;
}

/* Widget do robô perde o fixed próprio */
.os-float-dock .os-float-widget {
    position: static !important;
    bottom: auto !important;
    right: auto !important;
    z-index: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    pointer-events: auto !important;
}

/* Carrinho perde o fixed próprio */
.os-float-dock .ln-floating-cart {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Botão do robô: transparente, sem bolha */
.os-float-dock .os-float-mascot-trigger {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 0 !important;
    transform: none !important;
    transition: transform 0.2s ease !important;
}

.os-float-dock .os-float-mascot-trigger:hover {
    transform: scale(1.08) translateY(0) !important;
}

/* Imagem do robô */
.os-float-dock .os-float-mascot__img {
    width: 90px !important;
    height: 90px !important;
    max-width: unset !important;
    max-height: unset !important;
    object-fit: contain !important;
    display: block !important;
}

/* Streaming: tinha display:none no widget e carrinho — reativar */
/* Mobile */
@media (max-width: 767px) {
    .os-float-dock {
        right: 14px !important;
        bottom: 16px !important;
        gap: 8px !important;
    }
    .os-float-dock .os-float-mascot__img {
        width: 70px !important;
        height: 70px !important;
    }
}
/* FIM OS-FLOAT-DOCK */

/* =====================================================
   ASSISTENTE VIRTUAL NO LUGAR DO CARRINHO FLUTUANTE
   ===================================================== */

.os-float-dock {
    align-items: flex-end !important;
    gap: 0 !important;
}

.os-float-dock .ln-floating-cart,
.ln-floating-cart#lnOpenCart {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.os-float-panel__copy {
    margin: -0.25rem 1.75rem 0.65rem 0;
    color: rgb(203 213 225);
    font-size: 0.78rem;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .os-float-dock {
        right: 14px !important;
        bottom: 14px !important;
    }
}

/* Robo maior e mais visivel no canto inferior */
.os-float-dock .os-float-mascot__img {
    width: 124px !important;
    height: 124px !important;
    filter: drop-shadow(0 10px 28px rgba(90, 110, 255, 0.55)) !important;
}

.os-float-dock .os-float-mascot-trigger:hover {
    transform: scale(1.06) translateY(-2px) !important;
}

@media (max-width: 767px) {
    .os-float-dock .os-float-mascot__img {
        width: 96px !important;
        height: 96px !important;
    }
}

/* Robo fixado no rodape ao lado de "Termos e condicoes" */
.os-float-dock--footer {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 10 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
}

.os-float-dock--footer .os-float-widget {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    pointer-events: auto !important;
}

.os-float-dock--footer .os-float-panel {
    position: absolute !important;
    right: 0 !important;
    bottom: calc(100% + 10px) !important;
    z-index: 30 !important;
}

.os-float-dock--footer .os-float-mascot__img {
    width: 84px !important;
    height: 84px !important;
}

@media (max-width: 767px) {
    .os-footer-bottom .container {
        justify-content: center;
        text-align: center;
    }

    .os-footer-terms-actions {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .os-float-dock--footer .os-float-mascot__img {
        width: 72px !important;
        height: 72px !important;
    }
}


/* =====================================================
   IDENTIDADE VISUAL POR TEMPLATE
   A estrutura permanece segura, mas cada tema controla
   seu proprio cabecalho, tipografia, bordas e efeitos.
   ===================================================== */

/* Base funcional: titulo a esquerda e acao a direita. */
body.body-public .os-section-head {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 14px;
    padding: 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: 0;
}

body.body-public .os-section-head > div {
    display: block;
    width: auto;
    min-width: 0;
}

body.body-public .os-section-head h2 {
    display: block;
    width: auto;
    max-width: none;
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
    white-space: normal;
}

body.body-public .os-section-head h2::before,
body.body-public .os-section-head h2::after {
    content: none;
    display: none;
}

body.body-public .os-section-head .os-section-link {
    position: static;
    display: inline-flex;
    margin: 0 0 2px;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    color: var(--os-template-action, #9cffcb);
    transform: none;
}

/* Padrao: titulo centralizado entre linhas amarelas. */
body.body-public.theme-padrao .os-categories-atalho {
    max-width: 780px;
    gap: 12px;
    margin-bottom: 40px;
}

body.body-public.theme-padrao .os-cat-atalho-link {
    min-height: 0;
    aspect-ratio: auto;
    padding: 38px 8px;
    color: var(--ln-green-light, #9cffcb);
    background: rgba(34, 197, 94, .06);
    border: 1px solid rgba(34, 197, 94, .15);
    border-radius: 12px;
    box-shadow: none;
}

body.body-public.theme-padrao .os-cat-atalho-link.has-capa {
    min-height: 0;
    aspect-ratio: auto;
    padding: 48px 8px;
}

body.body-public.theme-padrao .os-cat-atalho-link.has-capa .os-cat-atalho-icon {
    display: flex;
}

body.body-public.theme-padrao .os-section-head {
    margin-bottom: 28px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body.body-public.theme-padrao .os-section-head > div {
    display: flex;
    width: 100%;
    justify-content: center;
}

body.body-public.theme-padrao .os-section-head h2 {
    display: flex;
    width: 100%;
    max-width: 680px;
    margin: 0 0 4px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
}

body.body-public.theme-padrao .os-section-head h2::before,
body.body-public.theme-padrao .os-section-head h2::after {
    content: "";
    display: block;
    height: 1px;
    min-width: 40px;
    max-width: 240px;
    flex: 1 1 180px;
}

body.body-public.theme-padrao .os-section-head h2::before {
    background: linear-gradient(90deg, transparent, var(--ln-yellow, #f1b828));
}

body.body-public.theme-padrao .os-section-head h2::after {
    background: linear-gradient(90deg, var(--ln-yellow, #f1b828), transparent);
}

body.body-public.theme-padrao .os-section-head .os-section-link {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    color: var(--ln-green-light, #9cffcb);
    transform: translateY(-50%);
}

/* Jogos: painel robusto, vermelho e tipografia de impacto. */
/* Digital: roxo premium com acao verde. */
body.body-public.theme-digital .os-cat-atalho-link {
    border-color: rgba(155, 92, 255, .42);
    border-radius: 16px;
    background-color: var(--ln-card, #0f121b);
    box-shadow: 0 14px 34px rgba(137, 92, 246, .16);
}

body.body-public.theme-digital .os-section-head {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(137, 92, 246, .28);
}

body.body-public.theme-digital .os-section-head h2 {
    color: var(--ln-text, #f7f8ff);
}

body.body-public.theme-digital .os-section-head .os-section-link {
    color: var(--ln-green-light, #80ffd0);
}

/* Streaming: cantos suaves e azul-violeta. */
/* Matrix: terminal verde, angular e monoespacado. */
/* Neon Azul: borda roxa/azul e brilho ciano. */
body.body-public.theme-neonazul .os-cat-atalho-link {
    border-color: var(--na-border-strong, rgba(59, 130, 246, .5));
    border-radius: 16px;
    background-color: var(--na-card, #0c0c20);
    box-shadow: 0 0 24px rgba(124, 58, 237, .20);
}

body.body-public.theme-neonazul .os-section-head {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--na-border, rgba(124, 58, 237, .25));
}

body.body-public.theme-neonazul .os-section-head h2 {
    color: var(--na-text, #e8eeff);
    font-size: clamp(20px, 2.4vw, 32px);
    font-weight: 700;
}

body.body-public.theme-neonazul .os-section-head .os-section-link {
    color: var(--na-blue, #3b82f6);
}

/* Matrix Code: terminal mais tecnico, com verde intenso. */
body.body-public.theme-matrix_code .os-cat-atalho-link {
    border-color: var(--mc-border-strong, rgba(0, 255, 65, .5));
    border-radius: var(--mc-radius, 12px);
    background-color: var(--mc-bg-card, #0a0a0a);
    box-shadow: 0 0 24px var(--mc-green-glow, rgba(0, 255, 65, .3));
}

body.body-public.theme-matrix_code .os-cat-atalho-name,
body.body-public.theme-matrix_code .os-section-head h2,
body.body-public.theme-matrix_code .os-section-head .os-section-link {
    font-family: var(--mc-font, "Courier New", monospace);
}

body.body-public.theme-matrix_code .os-section-head {
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--mc-border, rgba(0, 255, 65, .2));
}

body.body-public.theme-matrix_code .os-section-head h2 {
    color: #fff;
    font-size: clamp(22px, 2.6vw, 30px);
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.body-public.theme-matrix_code .os-section-head .os-section-link {
    color: var(--mc-green, #00ff41);
}

/* Dourado: acabamento premium em ouro e laranja. */
@media (max-width: 768px) {
    body.body-public .os-section-head {
        align-items: center;
    }

    body.body-public.theme-padrao .os-categories-atalho {
        max-width: 100%;
        gap: 8px;
    }

    body.body-public.theme-padrao .os-cat-atalho-link,
    body.body-public.theme-padrao .os-cat-atalho-link.has-capa {
        min-height: 0;
        padding: 12px 6px;
    }

    body.body-public.theme-padrao .os-section-head {
        padding-bottom: 28px;
    }

    body.body-public.theme-padrao .os-section-head h2 {
        max-width: 100%;
        gap: 10px;
        white-space: normal;
    }

    body.body-public.theme-padrao .os-section-head .os-section-link {
        top: auto;
        right: 0;
        bottom: 0;
        transform: none;
    }

}


/* =====================================================
   PAGINA DE PRODUTO PROFISSIONAL - 01/07/2026
   Estrutura unica com identidade preservada por tema.
   ===================================================== */

body.theme-padrao {
    --pd-accent: var(--ln-green, #22c55e);
    --pd-accent-2: var(--ln-green-light, #9cffcb);
    --pd-price: var(--ln-green-light, #9cffcb);
    --pd-border: rgba(34, 197, 94, .24);
    --pd-card-start: rgba(12, 21, 20, .98);
    --pd-card-end: rgba(5, 10, 13, .99);
}

body.theme-digital {
    --pd-accent: #c018ff;
    --pd-accent-2: var(--ln-purple, #9b5cff);
    --pd-price: var(--ln-green-light, #80ffd0);
    --pd-border: rgba(155, 92, 255, .30);
    --pd-card-start: rgba(25, 20, 36, .96);
    --pd-card-end: rgba(13, 13, 18, .99);
}

body.theme-neonazul {
    --pd-accent: var(--na-purple, #7c3aed);
    --pd-accent-2: var(--na-blue, #3b82f6);
    --pd-price: var(--na-cyan, #06b6d4);
    --pd-border: var(--na-border, rgba(124, 58, 237, .28));
    --pd-card-start: rgba(12, 12, 32, .97);
    --pd-card-end: rgba(5, 5, 16, .99);
}

body.theme-matrix_code {
    --pd-accent: var(--mc-green, #00ff41);
    --pd-accent-2: var(--mc-green-dim, #00cc33);
    --pd-price: var(--mc-green, #00ff41);
    --pd-border: var(--mc-border, rgba(0, 255, 65, .24));
    --pd-card-start: rgba(10, 16, 11, .98);
    --pd-card-end: rgba(3, 7, 4, .99);
}

body.body-public .produto-page.v2-product-page {
    width: min(1500px, calc(100vw - 40px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
    padding-top: clamp(38px, 5vw, 64px) !important;
    padding-bottom: 52px !important;
}

body.body-public .produto-page .ln-dp-product-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .9fr) minmax(250px, .56fr) !important;
    gap: 20px !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding-bottom: 28px !important;
}

body.body-public .produto-page .ln-dp-product-layout > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
}

body.body-public .produto-page .ln-dp-gallery-col,
body.body-public .produto-page .ln-dp-info-col {
    display: flex !important;
    flex-direction: column;
}

body.body-public .produto-page .v2-product-gallery-card,
body.body-public .produto-page .v2-product-info-card {
    width: 100%;
    height: 100% !important;
    padding: 16px !important;
    overflow: hidden;
    border: 1px solid var(--pd-border) !important;
    border-radius: 18px !important;
    background: linear-gradient(155deg, var(--pd-card-start), var(--pd-card-end)) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .30) !important;
}

body.body-public .produto-page .v2-product-gallery-card {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

body.body-public .produto-page .v2-product-gallery-card .carousel,
body.body-public .produto-page .v2-product-gallery-card .carousel-inner,
body.body-public .produto-page .v2-product-gallery-card .carousel-item,
body.body-public .produto-page .v2-product-gallery-card .magnific-popup-produto,
body.body-public .produto-page .v2-product-gallery-card .magnific-popup-produto > a {
    width: 100%;
}

body.body-public .produto-page .v2-product-gallery-card .produto-image {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 560px !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: rgba(0, 0, 0, .26) !important;
    box-shadow: none !important;
}

body.body-public .produto-page .carousel-control-prev,
body.body-public .produto-page .carousel-control-next {
    top: 50%;
    bottom: auto;
    width: 42px;
    height: 42px;
    margin: 0 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(3, 7, 18, .74);
    transform: translateY(-50%);
    opacity: .9;
}

body.body-public .produto-page .v2-product-info-card {
    display: flex !important;
    padding: clamp(22px, 2vw, 30px) !important;
    flex-direction: column;
    justify-content: flex-start !important;
}

body.body-public .produto-page .ln-dp-kicker-row {
    display: flex;
    margin-bottom: 14px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.body-public .produto-page .v2-product-info-card .v2-eyebrow {
    margin: 0 !important;
    color: var(--pd-accent-2) !important;
    font-size: .72rem !important;
    font-weight: 750 !important;
    line-height: 1.2;
    letter-spacing: .12em !important;
    text-transform: uppercase;
}

body.body-public .produto-page .v2-product-info-card .v2-stock-badge {
    order: 0 !important;
    display: inline-flex !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 6px 9px !important;
    align-items: center;
    gap: 6px;
    color: #dce7e2 !important;
    font-size: .76rem !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    white-space: nowrap;
    background: color-mix(in srgb, var(--pd-accent) 12%, rgba(255, 255, 255, .05)) !important;
    border: 1px solid color-mix(in srgb, var(--pd-accent) 32%, transparent);
    border-radius: 999px !important;
}

body.body-public .produto-page .v2-product-info-card .v2-stock-badge i {
    color: var(--pd-accent) !important;
}

body.body-public .produto-page .v2-product-info-card .produto-titulo {
    margin: 0 0 14px !important;
    color: #f8fafc !important;
    font-size: clamp(24px, 2vw, 34px) !important;
    font-weight: 750 !important;
    line-height: 1.16 !important;
    letter-spacing: -.025em !important;
    overflow-wrap: anywhere;
}

body.body-public .produto-page .v2-product-price-line {
    display: flex !important;
    margin: 0 0 18px !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 3px !important;
}

body.body-public .produto-page .v2-product-info-card .produto-preco {
    margin: 0 !important;
    color: var(--pd-price) !important;
    font-size: clamp(29px, 2.25vw, 36px) !important;
    font-weight: 850 !important;
    line-height: 1.05 !important;
    letter-spacing: -.02em !important;
    text-shadow: none !important;
}

body.body-public .produto-page .v2-product-info-card .v2-pix-note {
    color: rgba(226, 232, 240, .68) !important;
    font-size: .84rem !important;
    font-weight: 450 !important;
}

body.body-public .produto-page .v2-info-mini {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 10px;
    align-items: center;
    gap: 7px;
    color: rgba(226, 232, 240, .76) !important;
    font-size: .8rem;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

body.body-public .produto-page .v2-product-form {
    margin-top: auto;
}

body.body-public .produto-page .produto-opcoes-compra {
    margin: 8px 0 16px !important;
}

body.body-public .produto-page .produto-opcoes-compra > h6 {
    margin: 0 0 3px !important;
    color: #f8fafc;
    font-size: .88rem !important;
    font-weight: 750 !important;
}

body.body-public .produto-page .produto-opcoes-compra > p {
    margin: 0 0 10px !important;
    color: rgba(226, 232, 240, .60);
    font-size: .78rem !important;
}

body.body-public .produto-page .produto-opcoes-lista {
    gap: 8px !important;
}

body.body-public .produto-page .produto-opcao-card {
    min-height: 58px;
    padding: 11px 13px !important;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    gap: 10px;
    color: #f8fafc;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, .035) !important;
    box-shadow: none !important;
}

body.body-public .produto-page .produto-opcao-card:hover {
    border-color: color-mix(in srgb, var(--pd-accent) 70%, white) !important;
    transform: translateY(-1px);
}

body.body-public .produto-page .produto-opcao-seletor {
    width: 18px;
    height: 18px;
}

body.body-public .produto-page .produto-opcao-info strong {
    color: #f8fafc;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: normal;
}

body.body-public .produto-page .produto-opcao-info small {
    color: var(--pd-accent-2);
    font-size: .72rem;
}

body.body-public .produto-page .produto-opcao-card > b {
    color: #f8fafc;
    font-size: .88rem !important;
    font-weight: 750;
}

body.body-public .produto-page .produto-opcao-input:checked + .produto-opcao-card {
    border-color: var(--pd-accent) !important;
    background: color-mix(in srgb, var(--pd-accent) 15%, transparent) !important;
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--pd-accent) 42%, transparent) !important;
}

body.body-public .produto-page .produto-opcao-input:checked + .produto-opcao-card .produto-opcao-seletor {
    border-color: var(--pd-accent) !important;
}

body.body-public .produto-page .produto-opcao-input:checked + .produto-opcao-card .produto-opcao-seletor::after {
    background: var(--pd-accent) !important;
}

body.body-public .produto-page .ln-dp-actions-product {
    display: grid;
    margin-top: 14px !important;
    gap: 9px !important;
}

body.body-public .produto-page .ln-dp-actions-product .v2-main-cta,
body.body-public .produto-page .ln-dp-actions-product .v9-main-cta {
    min-height: 52px !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: .92rem !important;
    font-weight: 750 !important;
    background: linear-gradient(135deg, var(--pd-accent), var(--pd-accent-2)) !important;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--pd-accent) 26%, transparent) !important;
}

body.theme-padrao .produto-page .ln-dp-actions-product .v2-main-cta,
body.theme-matrix_code .produto-page .ln-dp-actions-product .v2-main-cta {
    color: #02140a !important;
}

body.body-public .produto-page .ln-dp-secondary-submit {
    min-height: 46px !important;
    border: 1px solid rgba(255, 255, 255, .13) !important;
    border-radius: 10px !important;
    color: rgba(248, 250, 252, .82) !important;
    font-size: .86rem !important;
    font-weight: 650 !important;
    background: rgba(255, 255, 255, .035) !important;
    box-shadow: none !important;
}

body.body-public .produto-page .ln-dp-secondary-submit:hover {
    color: #fff !important;
    border-color: var(--pd-accent) !important;
    background: color-mix(in srgb, var(--pd-accent) 9%, transparent) !important;
}

body.body-public .produto-page .ln-dp-actions-product button:disabled {
    cursor: not-allowed;
    opacity: .48 !important;
    filter: saturate(.35);
}

body.body-public .produto-page .ln-dp-buy-note {
    display: flex;
    margin: 12px 0 0;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: rgba(203, 213, 225, .58);
    font-size: .72rem;
    line-height: 1.35;
    text-align: center;
}

body.body-public .produto-page .ln-dp-buy-note i {
    color: var(--pd-accent);
}

body.body-public .produto-page .ln-dp-benefits-col {
    display: grid !important;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 12px !important;
}

body.body-public .produto-page .ln-dp-benefit-card {
    min-height: 0 !important;
    display: flex;
    padding: 18px !important;
    align-items: flex-start;
    gap: 13px;
    color: #f8fafc !important;
    border: 1px solid var(--pd-border) !important;
    border-radius: 14px !important;
    background: linear-gradient(155deg, var(--pd-card-start), var(--pd-card-end)) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .24) !important;
}

body.body-public .produto-page .ln-dp-benefit-card > i {
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pd-accent) !important;
    font-size: 1rem !important;
    line-height: 1;
    border: 1px solid color-mix(in srgb, var(--pd-accent) 34%, transparent);
    border-radius: 11px;
    background: color-mix(in srgb, var(--pd-accent) 10%, transparent);
}

body.body-public .produto-page .ln-dp-benefit-card strong {
    display: block;
    margin: 1px 0 5px;
    color: #fff !important;
    font-size: .9rem !important;
    font-weight: 750 !important;
    line-height: 1.25;
}

body.body-public .produto-page .ln-dp-benefit-card span {
    display: block;
    color: rgba(203, 213, 225, .68) !important;
    font-size: .76rem !important;
    line-height: 1.45;
}

body.body-public .produto-page .v2-product-section {
    margin-top: 26px !important;
}

body.body-public .produto-page .v2-product-description-section {
    width: 100%;
    max-width: 1100px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

body.body-public .produto-page .v2-section-title {
    margin-bottom: 12px;
}

body.body-public .produto-page .v2-section-title .v2-eyebrow {
    color: var(--pd-accent-2) !important;
    font-size: .7rem !important;
    font-weight: 750;
    letter-spacing: .12em;
}

body.body-public .produto-page .v2-section-title h3 {
    margin: 4px 0 0 !important;
    color: #f8fafc !important;
    font-size: clamp(22px, 2vw, 29px) !important;
    font-weight: 750 !important;
    line-height: 1.2;
    letter-spacing: -.02em !important;
}

body.body-public .produto-page .v2-product-description-card {
    padding: clamp(22px, 2.5vw, 32px) !important;
    color: rgba(226, 232, 240, .78) !important;
    font-size: .92rem !important;
    line-height: 1.7;
    border: 1px solid var(--pd-border) !important;
    border-radius: 16px !important;
    background: linear-gradient(155deg, var(--pd-card-start), var(--pd-card-end)) !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .25) !important;
}

body.theme-matrix_code .produto-page .v2-product-info-card,
body.theme-matrix_code .produto-page .ln-dp-benefit-card,
body.theme-matrix_code .produto-page .produto-opcao-card,
body.theme-matrix_code .produto-page .v2-product-description-card {
    font-family: var(--mc-font, "Courier New", monospace);
}

@media (max-width: 1279px) {
    body.body-public .produto-page .ln-dp-product-layout {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .88fr) !important;
    }

    body.body-public .produto-page .ln-dp-benefits-col {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: none;
    }
}

@media (max-width: 991px) {
    body.body-public .produto-page.v2-product-page {
        width: min(760px, calc(100vw - 30px)) !important;
        padding-top: 30px !important;
    }

    body.body-public .produto-page .ln-dp-product-layout {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.body-public .produto-page .v2-product-gallery-card .produto-image {
        aspect-ratio: 16 / 10 !important;
    }
}

@media (max-width: 640px) {
    body.body-public .produto-page.v2-product-page {
        width: calc(100vw - 22px) !important;
        padding-top: 22px !important;
        padding-bottom: 34px !important;
    }

    body.body-public .produto-page .ln-dp-product-layout {
        gap: 14px !important;
        padding-bottom: 14px !important;
    }

    body.body-public .produto-page .v2-product-gallery-card,
    body.body-public .produto-page .v2-product-info-card {
        padding: 12px !important;
        border-radius: 14px !important;
    }

    body.body-public .produto-page .v2-product-info-card {
        padding: 18px !important;
    }

    body.body-public .produto-page .ln-dp-kicker-row {
        margin-bottom: 12px;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    body.body-public .produto-page .v2-product-info-card .produto-titulo {
        font-size: clamp(22px, 7vw, 28px) !important;
    }

    body.body-public .produto-page .v2-product-info-card .produto-preco {
        font-size: 30px !important;
    }

    body.body-public .produto-page .produto-opcao-card {
        grid-template-columns: 18px minmax(0, 1fr);
    }

    body.body-public .produto-page .produto-opcao-card > b {
        grid-column: 2;
    }

    body.body-public .produto-page .ln-dp-benefits-col {
        grid-template-columns: minmax(0, 1fr);
    }

    body.body-public .produto-page .v2-section-title h3 {
        font-size: 22px !important;
    }
}

/* Rodape institucional v2 */
.os-footer-shell {
    margin-top: 0;
    background: #070a0f;
}

.os-footer {
    border-top: 1px solid color-mix(in srgb, var(--os-template-accent, #22c55e) 44%, transparent);
    background: #090c11;
    backdrop-filter: none;
}

.os-footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(210px, .8fr) minmax(220px, .8fr);
    align-items: start;
    gap: clamp(42px, 7vw, 110px);
    padding: 52px 0 42px;
}

.os-footer-brand-link {
    gap: 12px;
    text-decoration: none;
}

.os-footer-brand-link img {
    width: 52px;
    height: 52px;
    border-radius: 10px;
}

.os-footer-brand-link strong {
    font-size: 20px;
}

.os-footer-brand p {
    max-width: 430px;
    margin: 18px 0 16px;
    color: rgba(226, 232, 240, .66);
    font-size: 15px;
    line-height: 1.65;
}

.os-footer-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--os-template-action, #9cffcb) !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

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

.os-footer-policies,
.os-footer-network {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.os-footer-policies h3,
.os-footer-network h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.os-footer-policies {
    gap: 10px;
}

.os-footer-policies h3 {
    margin-bottom: 8px;
}

.os-footer-policies a {
    color: rgba(226, 232, 240, .64) !important;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.os-footer-policies a:hover {
    color: var(--os-template-action, #9cffcb) !important;
    transform: translateX(3px);
}

.os-footer-network {
    justify-self: end;
}

.os-footer-network h3 {
    color: rgba(226, 232, 240, .66);
    font-weight: 600;
}

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

.os-footer-social a {
    width: 48px;
    height: 48px;
    border: 1px solid color-mix(in srgb, var(--os-template-accent, #22c55e) 48%, transparent);
    background: rgba(255, 255, 255, .025);
    font-size: 19px;
}

.os-footer-social a:hover {
    border-color: var(--os-template-action, #9cffcb);
    background: color-mix(in srgb, var(--os-template-accent, #22c55e) 13%, transparent);
}

.os-footer-bottom {
    padding: 17px 0;
    border-top: 1px solid rgba(148, 163, 184, .16);
}

.os-footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgba(226, 232, 240, .56);
    font-size: 13px;
}

.os-footer-bottom p {
    margin: 0;
}

.os-footer-bottom span {
    color: rgba(226, 232, 240, .46);
}

@media (max-width: 900px) {
    .os-footer-main {
        grid-template-columns: minmax(0, 1.25fr) minmax(200px, .75fr);
        gap: 40px 56px;
    }

    .os-footer-network {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .os-footer-main {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
        padding: 40px 0 30px;
    }

    .os-footer-brand p {
        margin-top: 14px;
    }

    .os-footer-bottom .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}
/* Barra global de avisos: transparente e adaptada à identidade do template. */
.os-site-notice{
    --os-notice-color:var(--os-template-accent,#22c55e);
    --os-notice-text:var(--os-template-action,#9cffcb);
    position:fixed;
    inset:0 0 auto 0;
    z-index:2200;
    height:38px;
    overflow:hidden;
    border-bottom:1px solid color-mix(in srgb,var(--os-notice-color) 42%,transparent);
    background:rgba(4,9,13,.68);
    background:linear-gradient(90deg,color-mix(in srgb,var(--os-notice-color) 7%,rgba(4,9,13,.7)),color-mix(in srgb,var(--os-notice-color) 15%,rgba(4,9,13,.62)),color-mix(in srgb,var(--os-notice-color) 7%,rgba(4,9,13,.7)));
    -webkit-backdrop-filter:blur(14px) saturate(1.2);
    backdrop-filter:blur(14px) saturate(1.2);
    box-shadow:0 8px 26px rgba(0,0,0,.16);
}
.os-site-notice__track{display:flex;width:max-content;min-width:100%;height:100%;animation:os-site-notice-scroll 32s linear infinite;will-change:transform}
.os-site-notice:hover .os-site-notice__track{animation-play-state:paused}
.os-site-notice__group{display:flex;align-items:center;justify-content:space-around;flex:0 0 auto;min-width:100vw;height:100%;gap:48px;padding:0 28px}
.os-site-notice__item{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;color:var(--os-notice-text);font-size:.88rem;font-weight:800;letter-spacing:.01em;text-shadow:0 0 18px color-mix(in srgb,var(--os-notice-color) 42%,transparent)}
.os-site-notice__item i{color:var(--os-notice-color);font-size:.82rem}
.os-site-notice--verde{--os-notice-color:#22c55e;--os-notice-text:#9cffcb}
.os-site-notice--azul{--os-notice-color:#3b82f6;--os-notice-text:#bfdbfe}
.os-site-notice--roxo{--os-notice-color:#8b5cf6;--os-notice-text:#ddd6fe}
.os-site-notice--vermelho{--os-notice-color:#ef4444;--os-notice-text:#fecaca}
.os-site-notice--laranja{--os-notice-color:#f97316;--os-notice-text:#fed7aa}
.os-site-notice--dourado{--os-notice-color:#eab308;--os-notice-text:#fef08a}
.os-site-notice--neutro{--os-notice-color:#94a3b8;--os-notice-text:#e2e8f0}
.os-site-notice--personalizada{--os-notice-color:var(--os-notice-custom,#22c55e);--os-notice-text:color-mix(in srgb,var(--os-notice-custom,#22c55e) 44%,white)}
.os-site-notice--fixa .os-site-notice__track{width:100%;animation:none;will-change:auto}
.os-site-notice--fixa .os-site-notice__group{width:100%;min-width:100%;justify-content:center;gap:clamp(22px,4vw,58px)}
.os-site-notice--fixa .os-site-notice__group[aria-hidden="true"]{display:none}
.os-site-notice__item--link{padding:5px 10px;border-radius:8px;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}
.os-site-notice__item--link:hover,.os-site-notice__item--link:focus-visible{color:var(--os-notice-text);background:color-mix(in srgb,var(--os-notice-color) 13%,transparent);transform:translateY(-1px)}
.os-site-notice__item--link:focus-visible{outline:1px solid var(--os-notice-color);outline-offset:1px}
body.has-site-notice .os-topbar{top:50px}
body.has-site-notice.theme-matrix_code .os-topbar{top:50px!important}
body.has-site-notice .public-page-content{padding-top:146px!important}
body.has-site-notice.preview-embed .os-topbar{top:42px}
body.has-site-notice.preview-embed .public-page-content{padding-top:120px!important}
@keyframes os-site-notice-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:767px){
    .os-site-notice{height:34px}
    .os-site-notice__group{gap:34px;padding:0 18px}
    .os-site-notice__item{font-size:.76rem}
    .os-site-notice--fixa .os-site-notice__group{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}
    .os-site-notice--fixa .os-site-notice__group::-webkit-scrollbar{display:none}
    body.has-site-notice .os-topbar{top:44px}
    body.has-site-notice.theme-matrix_code .os-topbar{top:44px!important}
    body.has-site-notice .public-page-content{padding-top:138px!important}
}
@media(prefers-reduced-motion:reduce){
    .os-site-notice__track{animation:none}
    .os-site-notice__group[aria-hidden="true"]{display:none}
}

.os-float-dock .os-float-mascot-trigger{flex-direction:column!important;gap:5px!important}
.os-float-mascot__caption{display:block;max-width:132px;color:var(--os-template-action,#9cffcb);font-size:.72rem;font-weight:900;line-height:1.15;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.9),0 0 16px color-mix(in srgb,var(--os-template-action,#9cffcb) 32%,transparent)}
@media(max-width:767px){.os-float-mascot__caption{max-width:102px;font-size:.65rem}}

/* ============================================================
   PADRONIZACAO DAS CAPAS DE CATEGORIA - 21/07/2026
   Mantem o layout de cada tema, mas garante que a capa cadastrada
   no admin ocupe corretamente o card de categoria.
   ============================================================ */
body.body-public .os-categories-atalho {
    align-items: stretch !important;
}

body.body-public .os-cat-atalho-link.has-capa,
body.body-public.theme-padrao .os-cat-atalho-link.has-capa,
body.body-public.theme-digital .os-cat-atalho-link.has-capa,
body.body-public.theme-neonazul .os-cat-atalho-link.has-capa,
body.body-public.theme-matrix_code .os-cat-atalho-link.has-capa {
    min-height: clamp(154px, 13vw, 230px) !important;
    aspect-ratio: 3 / 4 !important;
    padding: 16px 10px !important;
    overflow: hidden !important;
    justify-content: flex-end !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 1px solid color-mix(in srgb, var(--os-template-accent, #22c55e) 58%, transparent) !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .32) !important;
}

body.body-public .os-cat-atalho-link.has-capa .os-cat-atalho-overlay {
    display: block !important;
    z-index: 1 !important;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .02) 16%, rgba(0, 0, 0, .20) 52%, rgba(0, 0, 0, .86) 100%),
        radial-gradient(circle at 50% 20%, color-mix(in srgb, var(--os-template-accent, #22c55e) 18%, transparent), transparent 58%) !important;
    pointer-events: none !important;
}

body.body-public .os-cat-atalho-link.has-capa .os-cat-atalho-icon,
body.body-public.theme-padrao .os-cat-atalho-link.has-capa .os-cat-atalho-icon {
    display: none !important;
}

body.body-public .os-cat-atalho-link.has-capa .os-cat-atalho-name {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    color: #fff !important;
    font-size: clamp(.76rem, .95vw, .94rem) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    letter-spacing: .035em !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 1), 0 8px 18px rgba(0, 0, 0, .92) !important;
}

body.body-public.theme-matrix_code .os-cat-atalho-link.has-capa .os-cat-atalho-name {
    letter-spacing: .08em !important;
}

body.body-public .os-cat-atalho-link.has-capa:hover,
body.body-public .os-cat-atalho-link.has-capa:focus-visible {
    transform: translateY(-5px) !important;
    border-color: var(--os-template-action, #9cffcb) !important;
}

@media (max-width: 992px) {
    body.body-public .os-categories-atalho {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        max-width: 720px !important;
    }
}

@media (max-width: 560px) {
    body.body-public .os-categories-atalho {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    body.body-public .os-cat-atalho-link.has-capa {
        min-height: 136px !important;
    }
}

/* ============================================================
   CORRECAO CATEGORIAS PADRAO - 27/07/2026
   Evita que as capas fiquem sobrepostas no tema padrao.
   ============================================================ */
body.body-public.theme-padrao .os-categories-atalho {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(128px, 1fr)) !important;
    max-width: min(1120px, calc(100% - 32px)) !important;
    gap: 16px !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    overflow: visible !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.body-public.theme-padrao .os-cat-atalho-link,
body.body-public.theme-padrao .os-cat-atalho-link.has-capa {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    min-height: clamp(150px, 10.8vw, 208px) !important;
    aspect-ratio: 3 / 4 !important;
}

@media (max-width: 1200px) {
    body.body-public.theme-padrao .os-categories-atalho {
        grid-template-columns: repeat(3, minmax(150px, 1fr)) !important;
        max-width: 720px !important;
    }
}

@media (max-width: 640px) {
    body.body-public.theme-padrao .os-categories-atalho {
        grid-template-columns: repeat(2, minmax(130px, 1fr)) !important;
        max-width: 380px !important;
        gap: 12px !important;
    }
}
