/* Estilo da loja pública controlado pelo editor visual */
:root{
    --primary:#d4af37;
    --button:#d4af37;
    --button-text:#050505;
    --bg:#090909;
    --surface:#111111;
    --text:#ffffff;
    --muted:#d6d6d6;
    --line:rgba(212,175,55,.28);
    --shadow:0 28px 90px rgba(0,0,0,.55);
    --font:Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.topbar-public{padding:9px 16px;text-align:center;font-weight:900;font-size:14px}
.header{width:min(1180px,calc(100% - 32px));margin:18px auto 0;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:rgba(5,5,5,.94);border:1px solid var(--line);border-radius:999px;position:sticky;top:12px;z-index:20;box-shadow:0 18px 60px rgba(0,0,0,.55)}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em;color:#fff}
.brand-mark{width:38px;height:38px;display:grid;place-items:center;background:var(--primary);color:#050505;border-radius:50%;font-size:13px;font-weight:900;flex:0 0 auto;overflow:hidden}
.brand-mark img{width:100%;height:100%;object-fit:cover}
.nav{display:flex;gap:20px;font-size:14px;color:#d7d7d7}
.nav a:hover{color:var(--primary)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;font-weight:900;border:0;cursor:pointer;transition:.2s;text-align:center}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--button);color:var(--button-text)!important;box-shadow:0 18px 35px rgba(212,175,55,.18)}
.btn-secondary{background:#171717;border:1px solid var(--line);color:#fff!important}
.eyebrow{display:inline-flex;color:var(--primary);font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
h1{font-size:clamp(42px,6vw,82px);line-height:.94;letter-spacing:-.07em;margin:16px 0 18px;color:#fff}
h2{font-size:clamp(32px,4vw,58px);line-height:1;letter-spacing:-.06em;margin:8px 0 14px;color:#fff}
h3{color:#fff}
p{line-height:1.65;color:var(--muted)}
.lead{font-size:19px;color:var(--muted);max-width:720px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.section{padding:76px 0;background:var(--bg)}
.section.alt{background:var(--surface)}
.hero{padding:92px 0 76px;background:radial-gradient(circle at top right,rgba(212,175,55,.17),transparent 36%),var(--bg)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
.hero.text-center{text-align:center}
.hero.text-center .lead{margin-left:auto;margin-right:auto}
.hero-card{min-height:500px;border-radius:42px;background:radial-gradient(circle at top left,rgba(212,175,55,.24),transparent 32%),linear-gradient(135deg,#171717,#050505);border:1px solid var(--line);box-shadow:var(--shadow);position:relative;overflow:hidden;padding:34px;background-size:cover;background-position:center}
.hero-card:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(212,175,55,.17);right:-100px;top:-90px}
.hero-card strong{position:absolute;bottom:34px;left:34px;right:34px;font-size:46px;line-height:.95;letter-spacing:-.06em}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.section-head p{max-width:560px}
.products{display:grid;grid-template-columns:repeat(var(--products-row,3),1fr);gap:20px}
.product{background:linear-gradient(180deg,#191919,#090909);border:1px solid var(--line);border-radius:34px;overflow:hidden;box-shadow:0 26px 70px rgba(0,0,0,.48)}
.product img{width:100%;height:260px;object-fit:cover;display:block;background:#111;border-bottom:1px solid rgba(212,175,55,.20)}
.product-body{padding:24px;background:linear-gradient(180deg,#151515,#080808)}
.product h3{font-size:25px;letter-spacing:-.04em;margin:0 0 10px;color:#fff}
.product p{color:#dcdcdc;margin:0}
.price{display:flex;align-items:center;gap:14px;margin:20px 0;flex-wrap:wrap}
.price strong{font-size:34px;letter-spacing:-.06em;color:#fff}
.price span{color:var(--primary);font-size:14px;font-weight:800}
.compare{color:#898989;text-decoration:line-through;font-weight:700}
.product-actions{display:flex;gap:10px;flex-wrap:wrap}
.product-actions .btn{min-height:42px;padding:0 16px}
.carousel-wrap{overflow:auto;padding-bottom:14px;scroll-snap-type:x mandatory}
.carousel{display:flex;gap:18px;min-width:max-content}
.carousel .product{width:310px;scroll-snap-align:start}
.badge-type{display:inline-flex;background:rgba(212,175,55,.13);border:1px solid rgba(212,175,55,.28);color:var(--primary);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.benefits-grid,.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.info-card,.benefit-card{background:#151515;border:1px solid var(--line);border-radius:28px;padding:24px}
.info-card h3,.benefit-card h3{margin-top:0}
.image-text-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.image-text-media{min-height:430px;border-radius:34px;background:#151515;border:1px solid var(--line);box-shadow:var(--shadow);background-size:cover;background-position:center}
.testimonial-card{background:linear-gradient(180deg,#191919,#090909);border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.45)}
.testimonial-card img{width:100%;height:260px;object-fit:cover;display:block;background:#111;border-bottom:1px solid rgba(212,175,55,.20)}
.testimonial-body{padding:22px}
.testimonial-body strong{display:block;color:#fff;font-size:18px;margin-bottom:4px}
.testimonial-body span{display:block;color:var(--primary);font-weight:800;margin-bottom:12px}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.carousel .testimonial-card{width:330px;scroll-snap-align:start}
.newsletter-box{background:#151515;border:1px solid var(--line);border-radius:34px;padding:34px;text-align:center}
.newsletter-box input{width:min(420px,100%);border:1px solid var(--line);background:#fff;color:#111;border-radius:999px;padding:15px;margin:12px}
.footer{width:min(1180px,calc(100% - 32px));margin:34px auto 26px;padding:32px;border-radius:34px;background:#050505;color:#fff;display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:24px;border:1px solid var(--line)}
.footer p,.footer a{color:#d6d6d6}
.footer-links{display:grid;gap:8px}
.cart-float,.whatsapp-float{position:fixed;right:18px;z-index:50;background:var(--button);color:var(--button-text);border:0;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 18px 50px rgba(0,0,0,.45);cursor:pointer}
.cart-float{bottom:18px}
.whatsapp-float{bottom:78px}
.cart-panel{position:fixed;right:18px;bottom:78px;width:min(380px,calc(100% - 36px));background:#101010;border:1px solid var(--line);border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.65);z-index:60;padding:18px;display:none}
.cart-panel.open{display:block}
.cart-item{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(212,175,55,.18);padding:12px 0}
.cart-total{border-top:1px solid rgba(212,175,55,.35);padding-top:12px;display:flex;justify-content:space-between;font-weight:900}
.empty{padding:24px;border:1px dashed var(--line);border-radius:24px;color:#d6d6d6}
@media(max-width:980px){.hero-grid,.image-text-grid{grid-template-columns:1fr}.products,.testimonials-grid{grid-template-columns:1fr 1fr}.info-grid,.benefits-grid{grid-template-columns:1fr}.header{border-radius:28px;flex-wrap:wrap}.nav{order:3;width:100%;overflow:auto}.header>.btn{display:none}.footer{grid-template-columns:1fr}}
@media(max-width:640px){
    .section,.hero{padding:52px 0}
    .products,.testimonials-grid{grid-template-columns:1fr}
    h1{font-size:42px}
    h2{font-size:34px}
    .hero-card{min-height:330px;border-radius:28px}
    .hero-card strong{font-size:34px}
    .section-head{display:block}
    .actions{justify-content:center}
    .actions .btn,.product-actions .btn{justify-content:center;text-align:center}
    body.mobile-buttons-stretch .actions .btn,body.mobile-buttons-stretch .product-actions .btn{width:100%;max-width:none}
    body.mobile-buttons-left .actions{justify-content:flex-start}
    .product-actions{justify-content:center}
    .product-actions .btn{flex:1 1 100%;max-width:280px}
    .carousel .product,.carousel .testimonial-card{width:82vw;max-width:330px}
    .header{width:calc(100% - 20px);margin-top:10px;top:8px;padding:12px;border-radius:24px}
    body.mobile-header-compact .header{justify-content:center;text-align:center}
    body.mobile-header-compact .brand{width:100%;justify-content:center}
    body.mobile-header-compact .nav{justify-content:center;gap:14px;padding-bottom:4px}
}


/* V42 - Produtos em formato 1000x1000, card mais premium e mobile otimizado */
.product-collection .responsive-products{
    gap:24px;
    align-items:stretch;
}

/* Força grade correta no desktop quando a seção estiver como grade */
.product-collection.desktop-grid .responsive-products{
    display:grid;
    grid-template-columns:repeat(var(--desktop-cols), minmax(0,1fr));
}

/* Cards com altura organizada */
.product{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border-radius:30px;
    min-width:0;
}

/* Área da imagem: quadrada 1:1, ideal para capas 1000x1000 */
.product-image-wrap{
    width:100%;
    aspect-ratio:1 / 1;
    height:auto;
    overflow:hidden;
    display:block;
    background:#f7f1e6;
    border-bottom:1px solid rgba(212,175,55,.20);
}

/* Imagem maior e preenchendo o quadrado */
.product-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display:block;
    background:#f7f1e6;
}

/* Compatibilidade caso algum produto antigo ainda carregue imagem direta */
.product > img{
    width:100%;
    aspect-ratio:1 / 1;
    height:auto;
    object-fit:cover;
    object-position:center center;
    display:block;
}

/* Corpo mais compacto para valorizar a imagem */
.product-body{
    flex:1;
    display:flex;
    flex-direction:column;
    padding:18px 20px 20px;
    background:linear-gradient(180deg,#151515,#080808);
}

.badge-type{
    font-size:10.5px;
    line-height:1;
    padding:7px 10px;
    margin-bottom:10px;
    max-width:max-content;
}

/* Título com limite de 2 linhas */
.product h3{
    font-size:23px;
    line-height:1.04;
    letter-spacing:-.055em;
    margin:0 0 8px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* Descrição menor e discreta */
.product-short{
    font-size:13px;
    line-height:1.35;
    color:rgba(255,255,255,.72);
    margin:0 0 8px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.product-delivery{
    margin:0!important;
    color:var(--primary)!important;
    font-weight:900!important;
    font-size:14px;
    line-height:1.25;
}

/* Preço mais próximo do conteúdo */
.price{
    margin:14px 0 16px;
    gap:10px;
    align-items:flex-end;
}

.price strong{
    font-size:32px;
    line-height:1;
}

.price span{
    font-size:13px;
    line-height:1.2;
}

.product-actions{
    margin-top:auto;
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
}

.product-actions .btn{
    min-height:42px;
    padding:0 16px;
}

/* Carrossel desktop ainda usa cards com largura boa */
.product-collection.desktop-carousel .product{
    width:calc((min(1180px, 100vw - 32px) - (24px * (var(--desktop-carousel) - 1))) / var(--desktop-carousel));
    min-width:300px;
}

/* Tablet */
@media(max-width:980px){
    .product-collection.desktop-grid .responsive-products,
    .product-collection.mobile-grid .responsive-products{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}

/* Mobile: visual mais limpo e perfeito em 2 colunas */
@media(max-width:640px){
    .product-collection.desktop-carousel,
    .product-collection.mobile-carousel{
        overflow:visible!important;
        padding-bottom:0!important;
        scroll-snap-type:none!important;
    }

    .product-collection.desktop-carousel .responsive-products,
    .product-collection.mobile-carousel .responsive-products,
    .product-collection.desktop-grid .responsive-products,
    .product-collection.mobile-grid .responsive-products{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        min-width:0!important;
        gap:12px!important;
    }

    .product-collection.desktop-carousel .product,
    .product-collection.mobile-carousel .product,
    .product-collection.desktop-grid .product,
    .product-collection.mobile-grid .product{
        width:auto!important;
        min-width:0!important;
        max-width:none!important;
        scroll-snap-align:unset!important;
        border-radius:18px;
    }

    .product-body{
        padding:11px 11px 13px;
    }

    .badge-type{
        font-size:8.8px;
        padding:5px 7px;
        margin-bottom:7px;
        letter-spacing:.055em;
    }

    .product h3{
        font-size:15px;
        line-height:1.08;
        margin-bottom:5px;
        letter-spacing:-.045em;
    }

    /* No celular, remove descrição curta para o card ficar limpo */
    .product-short{
        display:none;
    }

    .product-delivery{
        font-size:11.5px;
        line-height:1.15;
    }

    .price{
        margin:9px 0 11px;
        gap:5px;
    }

    .price strong{
        font-size:20px;
    }

    .price span{
        font-size:10px;
    }

    .product-actions{
        gap:6px;
        justify-content:stretch;
    }

    .product-actions .btn{
        flex:1 1 auto;
        min-height:34px;
        padding:0 7px;
        font-size:10.5px;
        max-width:none;
        white-space:nowrap;
    }
}

/* Celulares muito estreitos */
@media(max-width:380px){
    .product-collection.desktop-carousel .responsive-products,
    .product-collection.mobile-carousel .responsive-products,
    .product-collection.desktop-grid .responsive-products,
    .product-collection.mobile-grid .responsive-products{
        gap:9px!important;
    }

    .product-body{
        padding:10px;
    }

    .product h3{
        font-size:14px;
    }

    .price strong{
        font-size:18.5px;
    }

    .product-actions .btn{
        min-height:32px;
        font-size:9.8px;
        padding:0 6px;
    }
}


/* V46 - Carrinho com produtos, cupom e total atualizado */
.cart-panel-v46{
    width:min(430px,calc(100% - 28px));
    padding:20px;
    border-radius:26px;
    background:linear-gradient(180deg,#141414,#0b0b0b);
}

.cart-head-v46{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    padding-bottom:14px;
    border-bottom:1px solid rgba(212,175,55,.22);
}

.cart-head-v46 h3{
    margin:0;
    font-size:20px;
    letter-spacing:-.04em;
}

.cart-head-v46 p{
    margin:4px 0 0;
    color:rgba(255,255,255,.66);
    font-size:12px;
}

.cart-close-v46{
    width:38px;
    height:38px;
    border-radius:999px;
    border:1px solid rgba(212,175,55,.28);
    background:#0b0b0b;
    color:#fff;
    font-size:22px;
    line-height:1;
    cursor:pointer;
}

.cart-body-v46{
    max-height:330px;
    overflow:auto;
    padding-right:4px;
}

.cart-item-v46{
    display:grid;
    grid-template-columns:56px minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    border-top:0;
    border-bottom:1px solid rgba(212,175,55,.16);
    padding:14px 0;
}

.cart-thumb-v46{
    width:56px;
    height:56px;
    border-radius:14px;
    overflow:hidden;
    display:grid;
    place-items:center;
    background:#f7f1e6;
    color:#050505;
    font-weight:900;
}

.cart-thumb-v46 img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.cart-info-v46{
    min-width:0;
}

.cart-info-v46 strong{
    display:block;
    line-height:1.1;
    color:#fff;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.cart-info-v46 small{
    display:block;
    margin-top:3px;
    color:rgba(255,255,255,.62);
}

.cart-info-v46 em{
    display:block;
    margin-top:4px;
    font-style:normal;
    color:var(--primary);
    font-size:12px;
    font-weight:800;
}

.cart-qty-v46{
    margin-top:8px;
    display:inline-flex;
    align-items:center;
    border:1px solid rgba(212,175,55,.25);
    border-radius:999px;
    overflow:hidden;
}

.cart-qty-v46 button{
    width:28px;
    height:28px;
    border:0;
    background:#090909;
    color:#fff;
    font-weight:900;
    cursor:pointer;
}

.cart-qty-v46 span{
    min-width:30px;
    text-align:center;
    font-size:12px;
    font-weight:900;
}

.cart-line-total-v46{
    display:grid;
    gap:8px;
    justify-items:end;
}

.cart-line-total-v46 strong{
    white-space:nowrap;
    font-size:13px;
}

.cart-line-total-v46 button{
    width:34px;
    height:34px;
    border-radius:999px;
    border:1px solid rgba(212,175,55,.28);
    background:#0b0b0b;
    color:#fff;
    font-weight:900;
    cursor:pointer;
}

.cart-coupon-v46{
    padding:16px 0;
    border-bottom:1px solid rgba(212,175,55,.22);
}

.cart-coupon-v46 label{
    display:block;
    margin-bottom:8px;
    font-weight:900;
    color:#fff;
}

.cart-coupon-v46 label span{
    font-size:12px;
    color:rgba(255,255,255,.62);
    font-weight:700;
}

.cart-coupon-row-v46{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px;
}

.cart-coupon-row-v46 input{
    width:100%;
    border:1px solid rgba(212,175,55,.28);
    border-radius:14px;
    background:#060606;
    color:#fff;
    padding:13px 14px;
    outline:none;
}

.cart-coupon-row-v46 input:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 3px rgba(212,175,55,.12);
}

.cart-coupon-row-v46 button{
    border:1px solid rgba(212,175,55,.38);
    border-radius:14px;
    background:#0b0b0b;
    color:#fff;
    padding:0 15px;
    font-weight:900;
    cursor:pointer;
}

.cart-coupon-message-v46{
    display:none;
    margin-top:8px;
    font-size:12px;
    font-weight:800;
    line-height:1.35;
}

.cart-coupon-message-v46.show{
    display:block;
}

.cart-coupon-message-v46.ok{
    color:#bbf7d0;
}

.cart-coupon-message-v46.warn{
    color:#fed7aa;
}

.cart-summary-v46{
    padding:14px 0 16px;
}

.cart-summary-v46 div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:5px 0;
}

.cart-summary-v46 span{
    color:rgba(255,255,255,.68);
}

.cart-summary-v46 strong{
    color:#fff;
    font-size:15px;
}

.cart-summary-v46 div:last-child{
    border-top:1px solid rgba(212,175,55,.24);
    margin-top:8px;
    padding-top:13px;
}

.cart-summary-v46 div:last-child strong{
    font-size:20px;
}

.cart-actions-v46{
    display:grid!important;
    grid-template-columns:1fr auto;
    gap:10px!important;
}

.cart-actions-v46 .btn{
    min-height:46px;
}

@media(max-width:640px){
    .cart-panel-v46{
        right:10px;
        left:10px;
        bottom:72px;
        width:auto;
        max-height:calc(100vh - 90px);
        overflow:auto;
        padding:16px;
        border-radius:22px;
    }

    .cart-body-v46{
        max-height:300px;
    }

    .cart-item-v46{
        grid-template-columns:50px minmax(0,1fr) auto;
        gap:10px;
    }

    .cart-thumb-v46{
        width:50px;
        height:50px;
        border-radius:12px;
    }

    .cart-coupon-row-v46{
        grid-template-columns:1fr;
    }

    .cart-coupon-row-v46 button{
        min-height:42px;
    }

    .cart-actions-v46{
        grid-template-columns:1fr;
    }
}
