:root{
  --navy:#0a3f63;--navy-2:#072f4a;--blue:#2563eb;--blue-2:#1d4ed8;--green:#16a34a;--red:#dc2626;
  --ink:#0f2740;--muted:#64748b;--line:#dbe5f1;--soft:#f4f7fb;--white:#fff;--shadow:0 14px 38px rgba(17,44,77,.10);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink)}button,input,select,textarea{font:inherit}button,a{ -webkit-tap-highlight-color:transparent }a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.container{width:min(1240px,calc(100% - 32px));margin-inline:auto}.muted{color:var(--muted)}.hidden{display:none!important}.strong{font-weight:800}.small{font-size:12px}.center{text-align:center}.row{display:flex;align-items:center}.between{justify-content:space-between}.gap8{gap:8px}.gap12{gap:12px}.gap16{gap:16px}
.boot{min-height:100vh;display:grid;place-items:center;align-content:center;gap:14px;color:var(--muted)}.spinner{width:34px;height:34px;border:4px solid #dbeafe;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.test-banner{background:#fff7d6;border-bottom:1px solid #f2df8c;color:#775e00;font-size:12px;font-weight:800;text-align:center;padding:7px 12px}.topbar{background:var(--navy);color:#fff;position:relative;z-index:30}.topbar.sticky{position:sticky;top:0;box-shadow:0 5px 20px rgba(0,0,0,.12)}
.nav{height:68px;display:flex;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand-mark{width:38px;height:38px;border-radius:11px;background:#fff;color:var(--navy);display:grid;place-items:center;font-weight:900;font-size:20px}.brand-text{font-weight:900;letter-spacing:.02em;line-height:1}.brand-text span{display:block;font-size:10px;font-weight:600;opacity:.65;letter-spacing:.11em;margin-top:4px}
.search-wrap{flex:1;max-width:430px;position:relative}.search{width:100%;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.12);color:#fff;padding:0 42px 0 14px;outline:none}.search::placeholder{color:rgba(255,255,255,.65)}.search:focus{background:#fff;color:var(--ink);border-color:#fff}.search-btn{position:absolute;right:4px;top:4px;width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:inherit;cursor:pointer}
.navlinks{display:flex;align-items:center;gap:18px;margin-left:auto}.navlinks a{font-size:13px;font-weight:650;color:rgba(255,255,255,.82);white-space:nowrap}.navlinks a:hover{color:#fff}.icon-btn{height:40px;min-width:40px;border:0;background:rgba(255,255,255,.08);border-radius:11px;color:#fff;display:grid;place-items:center;cursor:pointer;position:relative}.cart-badge{position:absolute;right:-4px;top:-4px;background:#ef4444;color:#fff;font-size:10px;font-weight:900;min-width:18px;height:18px;border-radius:20px;display:grid;place-items:center;padding:0 4px}.mobile-toggle{display:none}
.hero{background:linear-gradient(110deg,#072f4a 0%,#0a3f63 52%,#0e5a8c 100%);color:#fff;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-120px;top:-190px;background:radial-gradient(circle,rgba(72,132,255,.35),transparent 68%)}.hero-grid{min-height:480px;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:45px;position:relative;z-index:1;padding:64px 0}.eyebrow{color:#8bb6ff;font-size:12px;text-transform:uppercase;letter-spacing:.2em;font-weight:800;margin-bottom:14px}.hero h1{font-size:clamp(36px,5vw,64px);line-height:1.02;letter-spacing:-.045em;margin:0 0 20px;max-width:770px}.hero p{font-size:17px;line-height:1.65;color:rgba(255,255,255,.75);max-width:650px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{border:0;border-radius:12px;padding:13px 18px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s}.btn.primary{background:var(--blue);color:#fff}.btn.primary:hover{background:var(--blue-2)}.btn.white{background:#fff;color:var(--ink)}.btn.ghost{background:transparent;border:1px solid var(--line);color:var(--ink)}.btn.darkghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);color:#fff}.btn.full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}
.hero-card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);border-radius:24px;padding:28px;box-shadow:0 28px 80px rgba(0,0,0,.22)}.hero-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hero-stat{background:rgba(255,255,255,.08);border-radius:16px;padding:20px}.hero-stat strong{display:block;font-size:26px}.hero-stat span{font-size:12px;color:rgba(255,255,255,.66)}
.marquee{background:var(--navy);border-top:1px solid rgba(255,255,255,.1);color:#fff;overflow:hidden;padding:11px 0}.marquee-track{display:flex;width:max-content;animation:marquee 22s linear infinite}.marquee-item{padding:0 28px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.78)}@keyframes marquee{to{transform:translateX(-50%)}}
.trust{border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.trust-item{padding:20px 18px;display:flex;gap:12px;align-items:center}.trust-icon{width:40px;height:40px;border-radius:12px;background:#eff6ff;color:var(--blue);display:grid;place-items:center;font-size:20px}.trust-item strong{font-size:13px;display:block}.trust-item span{font-size:11px;color:var(--muted);display:block;margin-top:3px}
.section{padding:66px 0}.section.soft{background:var(--soft)}.section.black{background:#050505;color:#fff}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-title small{display:block;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:7px}.section-title h2{font-size:clamp(27px,3.5vw,42px);letter-spacing:-.035em;margin:0}.section-title p{color:var(--muted);margin:9px 0 0;line-height:1.5;max-width:700px;font-size:14px}.black .section-title p{color:#94a3b8}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:700;cursor:pointer;color:#475569}.chip.active,.chip:hover{border-color:#93b4ff;background:#eff6ff;color:var(--blue)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{border:1px solid #d1dcf3;border-radius:15px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:.22s;min-width:0}.product-card:hover{border-color:#93b4ff;box-shadow:var(--shadow);transform:translateY(-2px)}.product-image{aspect-ratio:1/1;background:#f7f9fc;position:relative;overflow:hidden;cursor:pointer}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .product-image img{transform:scale(1.035)}.badge-stack{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px}.badge{font-size:10px;font-weight:900;border-radius:6px;padding:5px 7px;text-transform:uppercase;color:#fff;background:var(--blue)}.badge.red{background:var(--red)}.badge.green{background:var(--green)}.heart{position:absolute;right:9px;bottom:9px;width:32px;height:32px;border:0;border-radius:50%;background:rgba(255,255,255,.9);cursor:pointer;color:#64748b}.heart.active{color:var(--blue)}.product-info{padding:13px;display:flex;flex-direction:column;gap:6px;flex:1}.brandline{font-size:11px;color:#64748b;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-name{font-size:13px;line-height:1.33;font-weight:800;min-height:35px;cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category{font-size:10px;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.price-card{font-size:12px;color:#64748b}.price-pix{font-size:20px;color:var(--green);font-weight:900;letter-spacing:-.03em}.price-pix small{font-size:10px;color:#64748b;font-weight:600;margin-left:3px}.installment{font-size:11px;color:#64748b}.add-btn{margin-top:auto;width:100%;border:0;border-radius:10px;background:var(--blue);color:#fff;font-weight:800;font-size:12px;padding:11px;cursor:pointer}.add-btn:hover{background:var(--blue-2)}.add-btn:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}
.objectives{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.objective{border:1px solid var(--line);border-radius:15px;padding:22px 12px;text-align:center;background:#fff;cursor:pointer;transition:.2s}.objective:hover{border-color:#9bb8fc;box-shadow:0 9px 28px rgba(26,72,143,.08)}.objective-icon{width:48px;height:48px;border-radius:13px;background:#eff6ff;margin:0 auto 11px;display:grid;place-items:center;font-size:24px}.objective strong{font-size:12px;line-height:1.3;display:block}
.black-call{text-align:center;padding:12px 0}.black-call h2{font-size:clamp(32px,5vw,56px);margin:8px 0 15px}.black-call p{color:#94a3b8;max-width:650px;margin:0 auto 26px;line-height:1.6}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:22px}.stars{color:#f59e0b;letter-spacing:2px;font-size:14px}.review-card p{font-size:13px;line-height:1.65;color:#56677b}.review-author{font-size:12px;font-weight:800}.review-role{font-size:11px;color:var(--muted)}
.newsletter{background:linear-gradient(110deg,#eff6ff,#f8fbff);border:1px solid #dbeafe;border-radius:22px;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.newsletter h3{font-size:28px;margin:0 0 8px}.newsletter p{color:var(--muted);font-size:13px;line-height:1.55}.inline-form{display:grid;grid-template-columns:1fr 1fr auto;gap:8px}.input,.select,.textarea{width:100%;border:1px solid #ccd8e7;border-radius:11px;background:#fff;color:var(--ink);padding:12px 13px;outline:none}.input:focus,.select:focus,.textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.textarea{min-height:110px;resize:vertical}.label{display:block;font-size:12px;font-weight:800;margin:0 0 6px}.field{margin-bottom:15px}
.footer{margin-top:70px;background:var(--navy);color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px;padding:46px 0}.footer h4{font-size:11px;color:#72a7ff;text-transform:uppercase;letter-spacing:.14em;margin:0 0 15px}.footer a,.footer p{font-size:12px;color:#aab9c9;line-height:1.65}.footer-links{display:flex;flex-direction:column;gap:8px}.copyright{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;text-align:center;font-size:11px;color:#8294a8}
.page{padding:38px 0 20px}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:20px}.page h1{font-size:34px;letter-spacing:-.035em;margin:0 0 22px}.catalog-layout{display:grid;grid-template-columns:230px 1fr;gap:28px}.sidebar-filter{border:1px solid var(--line);border-radius:16px;padding:18px;height:max-content;position:sticky;top:88px}.filter-title{font-weight:850;font-size:13px;margin-bottom:10px}.filter-list{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.filter-list button{border:0;background:transparent;text-align:left;padding:5px 0;color:#536579;font-size:12px;cursor:pointer}.filter-list button.active{color:var(--blue);font-weight:800}.results-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;color:var(--muted);font-size:12px}.loadmore{display:flex;justify-content:center;margin:28px 0}
.detail{display:grid;grid-template-columns:1fr 1fr;gap:48px}.gallery-main{background:#f7f9fc;border:1px solid var(--line);border-radius:20px;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain}.thumbs{display:flex;gap:8px;margin-top:10px;overflow:auto}.thumb{width:64px;height:64px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;flex:0 0 auto}.thumb.active{border:2px solid var(--blue)}.thumb img{width:100%;height:100%;object-fit:cover}.detail-info h1{font-size:34px;line-height:1.12;margin:8px 0 10px}.detail-brand{font-size:12px;color:var(--muted);font-weight:700}.detail-price{font-size:36px;font-weight:900;color:var(--green);margin:20px 0 3px}.detail-price-note{font-size:12px;color:var(--muted)}.variation-list{display:flex;flex-wrap:wrap;gap:8px}.variation{border:1px solid var(--line);background:#fff;padding:10px 13px;border-radius:10px;font-size:12px;font-weight:700;cursor:pointer}.variation.active{border-color:var(--blue);background:#eff6ff;color:var(--blue)}.variation:disabled{opacity:.4;text-decoration:line-through}.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:11px;overflow:hidden}.qty button{width:38px;height:40px;border:0;background:#f7f9fc;cursor:pointer}.qty span{width:42px;text-align:center;font-weight:800}.buyline{display:flex;gap:10px;margin:18px 0}.buyline .btn{flex:1}.description{margin-top:32px;border-top:1px solid var(--line);padding-top:24px;color:#526477;line-height:1.75;font-size:14px;white-space:pre-line}
.cart-list{display:flex;flex-direction:column;gap:12px}.cart-row{border:1px solid var(--line);border-radius:15px;padding:14px;display:grid;grid-template-columns:82px 1fr auto auto;align-items:center;gap:14px}.cart-img{width:82px;height:82px;border-radius:11px;background:#f7f9fc;object-fit:cover}.cart-name{font-size:13px;font-weight:800}.cart-meta{font-size:11px;color:var(--muted);margin-top:4px}.delete-btn{border:0;background:#fff0f0;color:var(--red);width:36px;height:36px;border-radius:10px;cursor:pointer}.summary-card{margin-top:16px;border:1px solid var(--line);border-radius:17px;padding:23px;background:#fff}.summary-line{display:flex;justify-content:space-between;gap:20px;padding:6px 0;font-size:13px}.summary-total{font-size:22px;font-weight:900;color:var(--blue)}
.auth-shell{min-height:calc(100vh - 180px);display:grid;place-items:center;padding:50px 16px}.auth-card{width:min(460px,100%);border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow);background:#fff}.auth-card h1{font-size:27px;margin:0 0 7px}.auth-card p{font-size:13px;color:var(--muted);margin:0 0 22px}.form-error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3;border-radius:10px;padding:10px 12px;font-size:12px;margin:10px 0}.form-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;border-radius:10px;padding:10px 12px;font-size:12px;margin:10px 0}
.checkout-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:start}.panel{border:1px solid var(--line);border-radius:17px;background:#fff;padding:22px;margin-bottom:16px}.panel h3{font-size:16px;margin:0 0 16px}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.shipping-options{display:grid;gap:9px}.shipping-option{border:1px solid var(--line);border-radius:12px;padding:12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.shipping-option.active{border-color:var(--blue);background:#eff6ff}.payment-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.payment-option{border:1px solid var(--line);border-radius:12px;padding:14px 10px;text-align:center;cursor:pointer;font-size:12px;font-weight:800}.payment-option.active{border-color:var(--blue);background:#eff6ff;color:var(--blue)}.order-items{max-height:350px;overflow:auto;border-bottom:1px solid var(--line);margin-bottom:12px}.mini-item{display:flex;gap:10px;padding:9px 0}.mini-item img{width:48px;height:48px;object-fit:cover;border-radius:8px;background:#f7f9fc}.mini-item strong{font-size:11px;display:block}.mini-item span{font-size:10px;color:var(--muted)}
.account-grid{display:grid;grid-template-columns:240px 1fr;gap:26px}.account-nav{border:1px solid var(--line);border-radius:15px;padding:12px;height:max-content}.account-nav button{width:100%;border:0;background:transparent;text-align:left;border-radius:9px;padding:10px;font-size:12px;font-weight:700;color:#526477;cursor:pointer}.account-nav button.active{background:#eff6ff;color:var(--blue)}.order-card{border:1px solid var(--line);border-radius:14px;padding:16px;margin-bottom:10px}.status{font-size:10px;font-weight:900;text-transform:uppercase;border-radius:999px;padding:5px 9px;background:#eef2ff;color:#3730a3}.status.paid{background:#dcfce7;color:#166534}.empty{border:1px dashed #cbd5e1;border-radius:16px;padding:50px 20px;text-align:center;color:var(--muted)}
.modal-backdrop{position:fixed;inset:0;background:rgba(2,15,28,.62);z-index:80;display:grid;place-items:center;padding:16px}.modal{width:min(440px,100%);max-height:85vh;overflow:auto;background:#fff;border-radius:20px;padding:22px;box-shadow:0 25px 100px rgba(0,0,0,.35)}.modal h3{margin:0 0 5px}.modal-close{float:right;border:0;background:#f1f5f9;width:34px;height:34px;border-radius:9px;cursor:pointer}.modal-options{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
#toast-root{position:fixed;right:18px;bottom:18px;z-index:120;display:grid;gap:8px}.toast{background:#0f2740;color:#fff;border-radius:12px;padding:12px 15px;box-shadow:0 14px 45px rgba(0,0,0,.25);font-size:12px;max-width:360px;animation:toastin .2s ease}.toast.error{background:#9f1239}.toast.success{background:#166534}@keyframes toastin{from{transform:translateY(10px);opacity:0}}
@media(max-width:1050px){.navlinks{display:none}.mobile-toggle{display:grid}.product-grid{grid-template-columns:repeat(3,1fr)}.objectives{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr}.hero-card{display:none}.catalog-layout{grid-template-columns:1fr}.sidebar-filter{position:static}.checkout-grid{grid-template-columns:1fr}.account-grid{grid-template-columns:1fr}.account-nav{display:flex;overflow:auto}.account-nav button{min-width:max-content}}
@media(max-width:760px){.container{width:min(100% - 24px,1240px)}.nav{gap:8px;height:64px}.brand-text{display:none}.brand-mark{width:36px;height:36px}.search-wrap{max-width:none}.hero-grid{min-height:420px;padding:45px 0}.hero p{font-size:14px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:14px 8px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-info{padding:10px}.price-pix{font-size:17px}.objectives{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr;padding:22px}.inline-form{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.detail{grid-template-columns:1fr;gap:24px}.detail-info h1{font-size:27px}.cart-row{grid-template-columns:68px 1fr auto}.cart-img{width:68px;height:68px}.cart-row .delete-btn{grid-column:3}.two-cols{grid-template-columns:1fr}.payment-options{grid-template-columns:1fr}.section{padding:48px 0}.page h1{font-size:29px}}
@media(max-width:450px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-grid{grid-template-columns:1fr 1fr}.trust-icon{width:34px;height:34px}.trust-item strong{font-size:11px}.footer-grid{grid-template-columns:1fr}.hero h1{font-size:38px}}

/* ===== v0.6.1 — visual parity com a loja original ===== */
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#0f2740}
.topbar{background:#0a3f63;position:relative;z-index:60}.topbar[data-site-header]{box-shadow:none}.original-nav{height:64px;gap:16px}.logo-link{display:flex;align-items:center;flex:0 0 auto}.brand-logo{height:36px;width:auto;object-fit:contain;max-width:180px}.nav-actions{display:flex;align-items:center;gap:3px}.nav-icon-btn{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:999px;background:transparent;color:#fff;cursor:pointer;position:relative}.nav-icon-btn:hover{background:rgba(255,255,255,.10)}.original-links{gap:24px;margin-left:8px}.original-links a{font-size:14px;font-weight:550;color:rgba(255,255,255,.82)}.original-links a:hover{color:#fff}.smart-search{max-width:390px;margin-inline:auto}.smart-search-form{position:relative}.smart-search-form>svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:2;color:#94a3b8;pointer-events:none}.smart-search .search{height:38px;background:#fff;color:#0f172a;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:0 36px 0 36px;font-size:14px}.smart-search .search::placeholder{color:#94a3b8}.smart-search .search:focus{box-shadow:0 0 0 2px #3b82f6;border-color:#3b82f6}.search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#94a3b8;font-size:20px;line-height:1;cursor:pointer}.search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 20px 55px rgba(15,23,42,.18);overflow:hidden;z-index:95;max-height:72vh;overflow-y:auto}.search-suggestions>a{display:flex;align-items:center;gap:11px;padding:10px 12px;border-bottom:1px solid #f1f5f9;cursor:pointer}.search-suggestions>a:hover{background:#f8fafc}.suggest-img{width:48px;height:48px;background:#f1f5f9;border-radius:9px;display:grid;place-items:center;overflow:hidden;flex:0 0 auto;color:#cbd5e1}.suggest-img img{width:100%;height:100%;object-fit:cover}.suggest-main{flex:1;min-width:0}.suggest-main b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggest-main small{display:block;font-size:11px;color:#64748b;margin-top:3px}.suggest-price{text-align:right;flex:0 0 auto}.suggest-price del{display:block;font-size:10px;color:#94a3b8}.suggest-price strong{display:block;font-size:13px;color:#2563eb}.search-suggestions>button{border:0;background:#fff;color:#2563eb;width:100%;padding:11px;text-align:center;font-size:12px;font-weight:750;cursor:pointer}.search-suggestions>button:hover{background:#eff6ff}.suggest-empty{padding:22px;text-align:center;color:#64748b;font-size:13px}.more-wrap{position:relative}.more-menu{position:absolute;right:0;top:45px;width:220px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:12px;padding:8px;box-shadow:0 14px 40px rgba(15,23,42,.18);z-index:90}.more-menu a{display:block;padding:10px 11px;border-radius:8px;font-size:13px;font-weight:550}.more-menu a:hover{background:#f8fafc}.mobile-drawer{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:100}.mobile-drawer-panel{margin-left:auto;height:100%;width:min(290px,84vw);background:#0a3f63;padding:16px 18px;display:flex;flex-direction:column;gap:2px;color:#fff}.mobile-drawer-panel>a{padding:12px 10px;border-radius:9px;font-size:14px}.mobile-drawer-panel>a:hover{background:rgba(255,255,255,.08)}.mobile-close-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.mobile-close-row img{height:34px;width:auto}.mobile-close-row button{border:0;background:transparent;color:#fff;font-size:28px}.cart-badge{right:-1px;top:-1px;background:#2563eb;border:2px solid #0a3f63;min-width:17px;height:17px;font-size:9px}

/* Hero original */
.hero-carousel{position:relative;min-height:560px;background:#0a3f63;overflow:hidden;color:#fff}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;pointer-events:none;transition:opacity .7s ease}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide-inner{min-height:560px;display:flex;align-items:center;padding-top:48px;padding-bottom:48px}.hero-copy{max-width:680px}.hero-badge{display:inline-block;padding:7px 12px;border-radius:999px;font-size:11px;font-weight:800;margin-bottom:20px;letter-spacing:.02em}.hero-badge.glass{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(8px)}.hero-badge.cyan{background:#22d3ee;color:#06151c}.hero-copy h1{font-size:clamp(34px,5.3vw,64px);line-height:1.08;letter-spacing:-.035em;margin:0;color:#fff;font-weight:800}.hero-copy h1.cyan span,.hero-copy h1 span{color:#22d3ee}.hero-copy h1 .red-text{color:#f87171}.hero-copy p{margin:18px 0 0;max-width:590px;color:#cbd5e1;font-size:17px;line-height:1.65}.hero-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.hero-tags span{padding:7px 11px;background:#0a3f63;color:#fff;border-radius:8px;font-size:11px;font-weight:800}.hero-buttons,.lead-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;align-items:center}.hero-primary,.hero-secondary{min-height:44px;padding:0 20px;border-radius:12px;font-size:13px;font-weight:800;border:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.hero-primary.blue{background:#2563eb;color:#fff}.hero-primary.cyan{background:#22d3ee;color:#07151c}.hero-primary.red{background:#ef4444;color:#fff}.hero-secondary{border:1px solid rgba(255,255,255,.24);color:#fff;background:transparent}.hero-primary:hover{filter:brightness(1.06)}.hero-secondary:hover{background:rgba(255,255,255,.08)}.hero-primary.full{width:100%}.hero-lead-form{width:min(420px,100%)}.hero-lead-form form{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.20);border-radius:13px;padding:14px;display:grid;gap:9px;backdrop-filter:blur(8px)}.hero-lead-form input{height:40px;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.10);color:#fff;border-radius:9px;padding:0 12px;outline:none}.hero-lead-form input::placeholder{color:#cbd5e1}.hero-form-head{display:flex;justify-content:space-between;align-items:center;font-size:12px;text-transform:uppercase}.hero-form-head button{border:0;background:transparent;color:#cbd5e1;font-size:18px}.hero-coupon{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.20);padding:14px;border-radius:12px;display:grid;gap:5px}.hero-coupon strong{font-size:23px;letter-spacing:.07em}.hero-coupon small{color:#cbd5e1}.hero-stats{display:flex;gap:26px;margin-top:28px;width:100%}.hero-stats>div{display:grid}.hero-stats strong{font-size:24px}.hero-stats small{font-size:11px;color:#94a3b8}.hero-stats span{color:#f59e0b;font-size:12px;letter-spacing:1px}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:999px;border:0;background:rgba(255,255,255,.15);backdrop-filter:blur(6px);color:#fff;display:grid;place-items:center;z-index:10;cursor:pointer}.hero-arrow:hover{background:rgba(255,255,255,.28)}.hero-arrow.left{left:12px}.hero-arrow.right{right:12px}.hero-dots{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:10}.hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.4);transition:.2s;cursor:pointer}.hero-dots button.active{width:24px;background:#fff}
.original-marquee{padding:10px 0}.original-marquee .marquee-track{animation-duration:15s}.original-marquee .marquee-item{font-size:11px;font-weight:550}.original-marquee b{color:#60a5fa;margin-left:16px}

/* Trust + ferramentas */
.original-trust{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.original-trust .trust-grid{padding:24px 0;gap:24px}.original-trust .trust-item{padding:0;flex-direction:column;text-align:center;gap:0}.original-trust .trust-icon{width:48px;height:48px;margin-bottom:10px}.original-trust .trust-item strong{font-size:14px;margin-bottom:4px}.original-trust .trust-item span{font-size:12px}.tools-section{background:#f8fafc;padding:64px 0}.section-kicker{margin:0 0 6px;color:#2563eb;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800}.section-kicker.light{color:#60a5fa}.tools-section h2,.catalog-original h2,.coupon-section h2{font-size:clamp(29px,4vw,42px);letter-spacing:-.035em;margin:0}.tools-section h2{color:#0a3f63;margin-bottom:34px}.tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.tool-card{position:relative;overflow:hidden;border-radius:18px;padding:30px;min-height:240px;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.tool-card.quiz{background:linear-gradient(135deg,#2563eb,#1e40af)}.tool-card.calc{background:#1e293b}.tool-orb{position:absolute;width:190px;height:190px;border-radius:50%;right:-50px;bottom:-65px;background:rgba(255,255,255,.05)}.tool-card>div:not(.tool-orb),.tool-card>button{position:relative}.tool-icon{width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.10);display:grid;place-items:center;margin-bottom:15px}.tool-card h3{font-size:20px;margin:0 0 7px}.tool-card p{font-size:13px;line-height:1.55;margin:0;color:#dbeafe;max-width:410px}.tool-card.calc p{color:#cbd5e1}.tool-btn{align-self:flex-start;margin-top:24px;background:#fff;color:#1d4ed8;border:0;border-radius:999px;padding:11px 18px;font-weight:800;font-size:13px;cursor:pointer}.tool-card.calc .tool-btn{color:#0f172a}

/* Catálogo original */
.catalog-original{padding:64px 0}.catalog-original h2{margin-bottom:4px}.catalog-subtitle{color:#64748b;font-size:14px;margin:0}.catalog-count{color:#94a3b8;font-size:13px;margin:7px 0 20px}.catalog-controls{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.catalog-controls select{min-width:180px;height:42px;background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:0 12px;color:#334155;font-size:13px;outline:none}.catalog-controls select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #dbeafe}.original-card{border-radius:12px;border-color:#d1dcf3}.original-card .product-image{background:#f8fafc}.product-placeholder{height:100%;display:grid;place-items:center;color:#cbd5e1}.discount-badge{position:absolute;right:9px;top:9px;left:auto}.original-card .heart{width:29px;height:29px;display:grid;place-items:center}.original-card .heart svg{fill:none}.original-card .heart.active svg{fill:#2563eb;stroke:#2563eb}.rating-line{display:flex;align-items:center;gap:4px;font-size:10px;color:#64748b}.rating-line strong{color:#334155}.stars-small{color:#f59e0b;letter-spacing:-1px;font-size:10px}.pricing-block{padding-top:2px;display:grid;gap:2px}.strike{text-decoration:line-through}.saving{font-size:10px;font-weight:700;color:#16a34a}.original-card .add-btn{display:flex;align-items:center;justify-content:center;gap:6px}.catalog-more{text-align:center;margin-top:30px}.dark-more{display:inline-flex;background:#0f172a;color:#fff;padding:11px 28px;border-radius:11px;font-size:13px;font-weight:800}.brand-black{background:#050505;color:#fff;text-align:center;padding:72px 0}.brand-black .section-kicker{color:#3b82f6}.brand-black h2{font-size:clamp(30px,4.8vw,52px);margin:4px 0 11px}.brand-black p{max-width:650px;margin:0 auto 24px;color:#94a3b8;font-size:14px}.brand-black-btn{display:inline-flex;padding:12px 22px;border-radius:11px;background:#fff;color:#000;font-size:13px;font-weight:800}.original-title{margin-bottom:30px}.original-title h2{font-size:clamp(30px,4vw,42px)}.testimonials-original{background:#f8fafc}.coupon-section{background:#0a3f63;color:#fff;text-align:center;padding:64px 0}.coupon-section p:not(.section-kicker){color:#cbd5e1;font-size:14px}.coupon-form{display:flex;gap:9px;max-width:680px;margin:25px auto 0}.coupon-form input{height:44px;flex:1;min-width:0;border-radius:11px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.10);color:#fff;padding:0 12px}.coupon-form input::placeholder{color:#cbd5e1}.coupon-form button{height:44px;border:0;border-radius:11px;background:#2563eb;color:#fff;padding:0 18px;font-weight:800;cursor:pointer}.wa-float{position:fixed;right:18px;bottom:22px;width:55px;height:55px;border-radius:50%;background:#22c55e;color:#fff;display:grid;place-items:center;box-shadow:0 10px 30px rgba(34,197,94,.35);z-index:75}.wa-float:hover{background:#16a34a}.original-footer{margin-top:0}.footer-logo img{height:36px;width:auto}.original-footer .footer-grid{padding:46px 0}.original-footer .footer p,.original-footer .footer-links a{font-size:13px;color:#94a3b8}.original-footer .footer-links a:hover{color:#fff}.bottom-nav{display:none}

/* Categorias/favoritos */
.back-link{border:0;background:transparent;color:#64748b;font-size:13px;cursor:pointer;margin-bottom:28px}.categories-head{margin-bottom:48px}.categories-head h1{text-transform:uppercase;font-size:clamp(34px,5vw,50px);font-weight:900;margin:0 0 7px}.categories-head>p:last-child{color:#64748b;font-size:14px}.category-section{margin-bottom:45px}.category-section>h3{font-size:15px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 15px}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.category-grid a{border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:22px 10px;text-align:center;transition:.2s}.category-grid a:hover{border-color:#93c5fd;box-shadow:0 10px 28px rgba(15,23,42,.07);transform:translateY(-1px)}.category-grid span{font-size:26px;display:block;margin-bottom:8px}.category-grid strong{font-size:12px;line-height:1.3}.empty-icon{font-size:44px;margin-bottom:10px;color:#94a3b8}

/* Modais das ferramentas */
.quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.quiz-options button{border:1px solid #e2e8f0;border-radius:11px;background:#fff;padding:15px;text-align:left;font-size:13px;font-weight:700;cursor:pointer}.quiz-options button:hover{border-color:#93c5fd;background:#eff6ff}.calc-result{margin-top:14px;padding:14px;border-radius:12px;background:#eff6ff;display:grid;grid-template-columns:1fr auto;gap:7px 12px;font-size:12px}.calc-result strong{color:#2563eb}.calc-result small{grid-column:1/-1;color:#64748b;line-height:1.45;margin-top:4px}

@media(min-width:769px){.topbar[data-site-header]{position:relative}.bottom-nav{display:none!important}.mobile-toggle{display:none!important}}
@media(max-width:1180px){.original-links{gap:14px}.original-links a{font-size:12px}.smart-search{max-width:330px}}
@media(max-width:980px){.original-links{display:none}.mobile-toggle{display:grid!important}.hide-mobile{display:none!important}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:768px){body{padding-bottom:64px}.test-banner{font-size:10px;padding:6px 8px}.original-nav{height:64px;gap:8px}.brand-logo{height:31px;max-width:120px}.smart-search{flex:1;max-width:none}.smart-search .search{height:36px;font-size:13px}.hide-xs{display:none!important}.nav-actions{gap:0}.nav-icon-btn{width:34px;height:34px}.search-suggestions{position:fixed;top:104px;left:8px;right:8px}.hero-carousel,.hero-slide-inner{min-height:560px}.hero-slide{background-position:center}.hero-slide-inner{padding-top:48px;padding-bottom:70px}.hero-copy{max-width:88%}.hero-copy h1{font-size:36px}.hero-copy p{font-size:14px;line-height:1.55}.hero-stats{gap:18px}.hero-stats strong{font-size:21px}.hero-arrow{width:34px;height:34px}.original-trust .trust-grid{grid-template-columns:1fr 1fr;padding:28px 0}.original-trust .trust-item{padding:3px 7px}.tools-grid{grid-template-columns:1fr}.tools-section,.catalog-original,.coupon-section{padding:48px 0}.catalog-controls{display:grid;grid-template-columns:1fr 1fr}.catalog-controls select{min-width:0;width:100%}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.original-card .product-info{padding:10px}.original-card .product-name{font-size:12px}.original-card .price-pix{font-size:17px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.coupon-form{display:grid;grid-template-columns:1fr}.reviews-grid{grid-template-columns:1fr}.wa-float{right:14px;bottom:78px;width:52px;height:52px}.bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);bottom:0;left:0;right:0;height:64px;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-top:1px solid #e2e8f0;z-index:85}.bottom-nav a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#64748b}.bottom-nav a.active{color:#2563eb}.bottom-nav span{font-size:9px;text-transform:uppercase;font-weight:750;letter-spacing:.03em}.bottom-nav b{position:absolute;top:5px;right:22%;background:#2563eb;color:#fff;min-width:16px;height:16px;border-radius:999px;font-size:9px;display:grid;place-items:center}.footer{margin-bottom:0}.footer-grid{grid-template-columns:1fr 1fr}.hero-buttons,.lead-actions{align-items:flex-start}.hero-lead-form{order:3;width:100%}.hero-secondary{font-size:11px;padding:0 14px}.brand-black{padding:58px 0}}
@media(max-width:520px){.logo-link{max-width:105px}.brand-logo{max-width:105px;height:auto}.original-nav{gap:5px}.nav-icon-btn{width:32px;height:32px}.hero-copy{max-width:92%}.hero-copy h1{font-size:32px}.hero-badge{font-size:9px}.hero-stats{margin-top:22px}.hero-stats small{max-width:120px}.tools-section h2,.catalog-original h2{font-size:30px}.tool-card{padding:24px}.catalog-controls{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.category-grid{gap:9px}.category-grid a{padding:18px 8px}.quiz-options{grid-template-columns:1fr}.coupon-inner h2{font-size:30px}}
.topbar[data-site-header]{transition:transform .3s ease}.topbar[data-site-header].floating{position:fixed;top:0;left:0;right:0;width:100%;box-shadow:0 5px 20px rgba(0,0,0,.12)}.topbar[data-site-header].hidden-scroll{transform:translateY(-105%)}

/* ===== v0.7.0 — Premium Performance (visual only) ===== */
:root{
  --navy:#071521;
  --navy-2:#0a2538;
  --blue:#155eef;
  --blue-2:#0b4dd8;
  --green:#0c9b5b;
  --red:#e12d39;
  --ink:#0b1220;
  --muted:#697586;
  --line:#e4e7ec;
  --soft:#f6f7f9;
  --white:#fff;
  --shadow:0 18px 55px rgba(9,30,52,.10);
  --display:'Barlow Condensed',Inter,ui-sans-serif,system-ui,sans-serif;
}
body{background:#fff;color:var(--ink);letter-spacing:-.005em}
.container{width:min(1320px,calc(100% - 48px))}
.test-banner{background:#071521;color:#cbd5e1;border:0;padding:6px 12px;font-size:10px;letter-spacing:.12em;text-transform:uppercase}

/* Header mais editorial, sem alterar navegação ou rotas */
.topbar{background:rgba(255,255,255,.97);color:var(--ink);border-bottom:1px solid rgba(16,24,40,.08);backdrop-filter:blur(18px)}
.topbar[data-site-header].floating{background:rgba(255,255,255,.96);box-shadow:0 12px 35px rgba(15,23,42,.08)}
.original-nav{height:82px;gap:22px}
.logo-link{background:var(--navy);height:54px;min-width:178px;padding:10px 16px;display:flex;align-items:center;justify-content:center;border-radius:2px}
.brand-logo{height:34px;max-width:150px;object-fit:contain}
.smart-search{max-width:390px}
.smart-search-form{border-radius:2px;background:#f2f4f7;border:1px solid transparent;transition:.2s}
.smart-search-form:focus-within{background:#fff;border-color:#c7d7fe;box-shadow:0 0 0 3px rgba(21,94,239,.08)}
.smart-search-form>svg{color:#667085}
.smart-search .search{height:46px;border:0;background:transparent;color:var(--ink);border-radius:2px;padding-left:42px;font-size:13px}
.smart-search .search::placeholder{color:#98a2b3}
.search-clear{color:#667085}
.original-links{gap:24px;margin-left:auto}
.original-links a{color:#344054;font-size:12px;font-weight:750;letter-spacing:.035em;text-transform:uppercase;position:relative;padding:31px 0 28px}
.original-links a:after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:2px;background:var(--blue);transition:.2s}
.original-links a:hover{color:var(--ink)}.original-links a:hover:after{right:0}
.nav-actions{gap:6px}.nav-icon-btn{background:transparent;color:#344054;border:1px solid #e4e7ec;border-radius:2px;width:42px;height:42px}
.nav-icon-btn:hover{background:#f2f4f7;color:var(--blue);border-color:#d0d5dd}
.cart-badge{background:var(--blue);border:2px solid #fff;right:-6px;top:-7px}
.more-menu{border-radius:4px;border:1px solid #e4e7ec;box-shadow:0 20px 45px rgba(15,23,42,.14)}

/* Hero cinematográfico */
.hero-carousel,.hero-slide-inner{min-height:690px}
.hero-slide{background-position:center;background-size:cover}
.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,16,27,.06),rgba(5,16,27,.28));pointer-events:none}
.hero-slide-inner{position:relative;z-index:2;align-items:center;padding-top:92px;padding-bottom:98px}
.hero-copy{max-width:690px}
.hero-badge{border-radius:2px!important;font-size:10px!important;letter-spacing:.16em!important;padding:8px 11px!important;text-transform:uppercase}
.hero-copy h1{font-family:var(--display);font-size:clamp(58px,7.2vw,102px);font-weight:800;line-height:.88;letter-spacing:-.035em;text-transform:uppercase;max-width:760px;margin:18px 0 24px;text-wrap:balance}
.hero-copy p{font-size:16px;line-height:1.7;max-width:570px;color:rgba(255,255,255,.78)}
.hero-buttons,.lead-actions{gap:12px;margin-top:30px}
.hero-primary,.hero-secondary{min-height:48px;border-radius:2px!important;padding:0 22px!important;font-size:11px!important;letter-spacing:.09em;text-transform:uppercase;font-weight:850!important;display:inline-flex;align-items:center;justify-content:center}
.hero-primary.blue{background:var(--blue)!important}.hero-primary.blue:hover{background:#0b4dd8!important}
.hero-secondary{border-color:rgba(255,255,255,.45)!important;background:rgba(7,21,33,.18)!important;backdrop-filter:blur(8px)}
.hero-tags{gap:7px}.hero-tags span{border-radius:2px!important;background:rgba(7,21,33,.72)!important;border:1px solid rgba(255,255,255,.12);letter-spacing:.06em}
.hero-stats{margin-top:42px;gap:0;border-top:1px solid rgba(255,255,255,.22);padding-top:22px;max-width:510px}
.hero-stats>div{padding-right:30px;margin-right:30px;border-right:1px solid rgba(255,255,255,.18)}.hero-stats>div:last-child{border-right:0}
.hero-stats strong{font-family:var(--display);font-size:31px;letter-spacing:.01em}.hero-stats small{color:rgba(255,255,255,.6)}
.hero-arrow{width:48px;height:48px;border-radius:2px!important;background:rgba(7,21,33,.44)!important;border:1px solid rgba(255,255,255,.22)!important;backdrop-filter:blur(6px)}
.hero-arrow.left{left:24px}.hero-arrow.right{right:24px}
.hero-dots{bottom:30px;gap:7px}.hero-dots button{height:3px!important;width:34px!important;border-radius:0!important;background:rgba(255,255,255,.36)!important}.hero-dots button.active{background:#fff!important;width:58px!important}
.hero-lead-form{border-radius:4px!important;background:rgba(7,21,33,.78)!important;border-color:rgba(255,255,255,.18)!important}.hero-lead-form input{border-radius:2px!important}

/* Faixa e benefícios */
.original-marquee{background:#071521;padding:13px 0;border:0}.marquee-item{font-size:10px;letter-spacing:.13em;color:#d0d5dd}.marquee-item b{color:#4f8cff}
.original-trust{background:#fff;border-bottom:1px solid #eaecf0}.original-trust .trust-grid{padding:25px 0;gap:0}.original-trust .trust-item{align-items:flex-start;border-right:1px solid #eaecf0;padding:6px 28px}.original-trust .trust-item:last-child{border-right:0}.original-trust .trust-icon{background:transparent;color:var(--blue);border:1px solid #d0d5dd;width:42px;height:42px;border-radius:2px;margin:0}.original-trust .trust-item strong{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#101828}.original-trust .trust-item span{font-size:11px;line-height:1.45;color:#667085}

/* Seções */
.section-kicker{font-size:10px;letter-spacing:.21em;color:var(--blue);margin-bottom:9px}
.tools-section,.testimonials-original{background:var(--soft)}
.tools-section,.catalog-original,.coupon-section{padding:86px 0}
.tools-section h2,.catalog-original h2,.coupon-section h2,.original-title h2{font-family:var(--display);font-size:clamp(42px,5vw,62px);font-weight:750;line-height:.95;letter-spacing:-.02em;text-transform:uppercase}
.tools-section h2{color:var(--ink);margin-bottom:38px}
.tools-grid{gap:16px}.tool-card{border-radius:3px;min-height:295px;padding:38px;border:1px solid rgba(255,255,255,.12)}
.tool-card.quiz{background:linear-gradient(135deg,#0b4dd8,#071d38)}.tool-card.calc{background:linear-gradient(135deg,#101828,#050a12)}
.tool-icon{border-radius:2px;width:50px;height:50px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.tool-card h3{font-family:var(--display);font-size:31px;line-height:1;text-transform:uppercase;letter-spacing:.005em}.tool-card p{font-size:13px;max-width:450px;color:rgba(255,255,255,.7)}
.tool-btn{border-radius:2px;padding:13px 19px;text-transform:uppercase;letter-spacing:.08em;font-size:10px}

/* Catálogo premium */
.catalog-original{background:#fff}.catalog-subtitle{font-size:13px}.catalog-count{font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin:10px 0 26px}
.catalog-controls{gap:8px;margin-bottom:28px}.catalog-controls select{height:45px;border-radius:2px;border-color:#d0d5dd;background:#fff;font-size:12px;min-width:200px}.catalog-controls select:focus{box-shadow:0 0 0 3px rgba(21,94,239,.07)}
.product-grid{gap:22px 16px}.product-card,.original-card{border-radius:2px;border:1px solid #eaecf0;box-shadow:none;background:#fff;overflow:hidden}
.product-card:hover{border-color:#cfd4dc;box-shadow:0 22px 48px rgba(16,24,40,.08);transform:translateY(-4px)}
.product-image{aspect-ratio:1/1.05;background:#f5f6f7}.product-image img{object-fit:contain;padding:10px}.product-card:hover .product-image img{transform:scale(1.025)}
.badge-stack{top:12px;left:12px}.badge,.discount-badge{border-radius:2px;padding:6px 8px;font-size:9px;letter-spacing:.07em}.badge{background:#101828}.badge.red,.discount-badge{background:#e12d39}.heart{right:11px;bottom:11px;border-radius:2px;background:rgba(255,255,255,.94);border:1px solid #e4e7ec;width:34px!important;height:34px!important}
.original-card .product-info{padding:17px 16px 16px;gap:7px}.brandline{font-size:9px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#667085}.product-name{font-size:14px;line-height:1.35;font-weight:750;min-height:38px;color:#101828}.rating-line{font-size:10px}.category{font-size:9px;letter-spacing:.09em}.price-card{font-size:11px}.price-pix{font-family:var(--display);font-size:27px;line-height:1;color:var(--green);font-weight:800}.price-pix small{font-family:Inter,sans-serif;font-size:9px;letter-spacing:.07em;text-transform:uppercase}.installment,.saving{font-size:10px}.original-card .add-btn{border-radius:2px;background:#101828;min-height:43px;text-transform:uppercase;letter-spacing:.08em;font-size:10px;margin-top:7px}.original-card .add-btn:hover{background:var(--blue)}
.dark-more,.brand-black-btn{border-radius:2px;text-transform:uppercase;letter-spacing:.08em;font-size:10px;padding:14px 27px}

/* Brand / objetivos / reviews */
.brand-black{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 20%,#1b2938 0,#080b0f 38%,#020304 70%);padding:105px 0}.brand-black:before{content:"BLACK SKULL";position:absolute;left:50%;top:50%;transform:translate(-50%,-55%);font-family:var(--display);font-size:min(18vw,250px);font-weight:900;white-space:nowrap;color:rgba(255,255,255,.025);letter-spacing:-.04em}.brand-black .container{position:relative}.brand-black h2{font-family:var(--display);font-size:clamp(58px,8vw,96px);line-height:.9;text-transform:uppercase}.brand-black p{font-size:14px}.brand-black-btn{background:#fff;color:#071521}
.objectives{gap:10px}.objective{border-radius:2px;padding:27px 12px;border-color:#e4e7ec}.objective:hover{border-color:#98a2b3;box-shadow:0 14px 36px rgba(16,24,40,.07);transform:translateY(-2px)}.objective-icon{border-radius:2px;background:#f2f4f7;color:var(--blue)}.objective strong{font-size:11px;text-transform:uppercase;letter-spacing:.03em}
.reviews-grid{gap:14px}.review-card{border-radius:2px;padding:27px;border-color:#e4e7ec;box-shadow:none}.review-card p{font-size:13px}.review-author{font-size:11px;text-transform:uppercase;letter-spacing:.05em}

/* Cupom e rodapé */
.coupon-section{background:linear-gradient(120deg,#071521,#0a2d49)}.coupon-section .section-kicker{color:#6ea0ff}.coupon-section p:not(.section-kicker){color:#98a2b3}.coupon-form{max-width:760px}.coupon-form input,.coupon-form button{height:50px;border-radius:2px}.coupon-form input{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.15)}.coupon-form button{background:var(--blue);text-transform:uppercase;letter-spacing:.07em;font-size:10px}
.footer,.original-footer{background:#050b12;color:#fff}.original-footer .footer-grid{padding:68px 0 54px}.footer-grid{gap:52px}.footer-logo{display:inline-flex;background:#0a2538;padding:10px 14px;border-radius:2px}.footer-logo img{height:32px}.footer h4{font-size:10px;letter-spacing:.18em;color:#d0d5dd}.original-footer .footer p,.original-footer .footer-links a{color:#7f8b9d;font-size:12px;line-height:1.7}.copyright{border-top-color:#17202d!important;color:#667085!important;font-size:10px;letter-spacing:.05em}
.wa-float{background:#12b76a;border-radius:2px;box-shadow:0 12px 28px rgba(18,183,106,.28)}

/* Páginas internas: mesma estrutura, nova linguagem */
.page{padding-top:52px;padding-bottom:90px}.page>h1,.categories-head h1{font-family:var(--display);font-size:clamp(48px,6vw,72px);line-height:.9;letter-spacing:-.02em;text-transform:uppercase;color:#101828}.breadcrumbs{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#98a2b3;margin-bottom:24px}
.panel,.summary-card,.auth-card,.order-card{border-radius:3px;border-color:#e4e7ec;box-shadow:none}.panel{padding:26px}.input,.textarea{border-radius:2px;background:#fff;border-color:#d0d5dd}.btn{border-radius:2px;text-transform:uppercase;letter-spacing:.045em;font-size:11px}.btn.primary{background:var(--blue)}.btn.ghost{border-color:#d0d5dd}
.detail{gap:64px}.gallery-main{border-radius:2px;background:#f5f6f7;border:1px solid #eaecf0;padding:18px}.gallery-main img{object-fit:contain}.thumb{border-radius:2px}.detail-brand{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#667085}.detail-info h1{font-family:var(--display);font-size:clamp(48px,5vw,68px);line-height:.92;text-transform:uppercase;letter-spacing:-.02em}.detail-price{font-family:var(--display);font-size:46px;color:var(--green);font-weight:800}.detail-price-note{font-size:12px}.variation{border-radius:2px}.buyline{border-top:1px solid #eaecf0;padding-top:20px}.qty{border-radius:2px}.description{font-size:13px;line-height:1.8;color:#475467;border-top:1px solid #eaecf0;padding-top:24px}
.cart-row{border-radius:2px;border-color:#eaecf0}.cart-img{border-radius:2px;background:#f5f6f7}.summary-card{background:#f9fafb}.payment-option,.shipping-option{border-radius:2px}.auth-shell{background:linear-gradient(140deg,#f8fafc,#eef2f6)}.auth-card{max-width:470px}.account-nav{border-radius:2px!important}
.category-grid{gap:10px}.category-grid a{border-radius:2px;padding:26px 10px}.category-grid a:hover{border-color:#98a2b3;box-shadow:0 14px 32px rgba(16,24,40,.07)}

/* Mobile mantém a estrutura, mas ganha acabamento premium */
@media(max-width:980px){
  .container{width:min(100% - 32px,1320px)}
  .logo-link{min-width:142px;height:48px;padding:8px 12px}.brand-logo{height:30px}
  .original-nav{height:72px}.smart-search{max-width:none}
  .hero-carousel,.hero-slide-inner{min-height:620px}.hero-copy h1{font-size:62px;max-width:520px}
  .original-trust .trust-item{padding:8px 18px}
}
@media(max-width:768px){
  .container{width:min(100% - 24px,1320px)}
  body{padding-bottom:66px}.original-nav{height:66px;gap:7px}.logo-link{min-width:auto;width:104px;height:44px;padding:8px}.brand-logo{max-width:88px;height:auto}
  .smart-search .search{height:40px;font-size:12px}.nav-icon-btn{width:36px;height:36px;border:0}.mobile-toggle{display:grid!important}
  .hero-carousel,.hero-slide-inner{min-height:590px}.hero-slide-inner{padding-top:62px;padding-bottom:78px}.hero-copy{max-width:94%}.hero-copy h1{font-size:clamp(48px,15vw,66px);margin:14px 0 19px}.hero-copy p{font-size:13px;line-height:1.6;max-width:92%}.hero-primary,.hero-secondary{min-height:44px;padding:0 15px!important;font-size:9px!important}.hero-stats{margin-top:28px}.hero-stats>div{padding-right:16px;margin-right:16px}.hero-arrow{display:none}.hero-dots{bottom:20px;left:12px;transform:none}
  .original-trust .trust-grid{padding:22px 0}.original-trust .trust-item{padding:8px 10px;border-right:0}.original-trust .trust-icon{width:36px;height:36px}.original-trust .trust-item strong{font-size:10px}.original-trust .trust-item span{font-size:9px}
  .tools-section,.catalog-original,.coupon-section{padding:62px 0}.tools-section h2,.catalog-original h2,.coupon-section h2,.original-title h2{font-size:43px}.tool-card{min-height:255px;padding:28px}.tool-card h3{font-size:27px}
  .product-grid{gap:13px 8px}.original-card .product-info{padding:11px 10px}.product-name{font-size:11px;min-height:32px}.price-pix{font-size:21px}.original-card .add-btn{min-height:39px;font-size:9px}.rating-line{font-size:9px}.category{display:none}
  .brand-black{padding:75px 0}.brand-black h2{font-size:57px}
  .objectives{grid-template-columns:repeat(2,1fr)}
  .page{padding-top:34px;padding-bottom:65px}.page>h1,.categories-head h1{font-size:48px}.detail{gap:30px}.detail-info h1{font-size:48px}.detail-price{font-size:38px}
  .bottom-nav{height:66px;background:rgba(5,11,18,.97);border-top:0}.bottom-nav a{color:#98a2b3}.bottom-nav a.active{color:#fff}.bottom-nav span{font-size:8px;letter-spacing:.08em}.bottom-nav b{background:var(--blue)}
  .wa-float{border-radius:2px;bottom:80px}
}
@media(max-width:520px){
  .logo-link{width:88px}.brand-logo{max-width:74px}.original-nav{gap:4px}.smart-search .search{padding-left:34px}.nav-icon-btn{width:32px;height:34px}
  .hero-copy h1{font-size:51px}.hero-badge{font-size:8px!important}.hero-stats strong{font-size:26px}.hero-stats small{font-size:9px}
  .product-image{aspect-ratio:1/1.08}.original-card .heart{width:28px!important;height:28px!important}.badge,.discount-badge{font-size:8px;padding:5px 6px}
  .tools-section h2,.catalog-original h2{font-size:38px}.coupon-inner h2{font-size:42px}.footer-grid{gap:30px}
}

/* =========================================================
   v0.7.1 — atualização funcional + refinamento solicitado
   ========================================================= */
:root{--logo-blue:#073b5c}
.topbar,.topbar[data-site-header],.topbar[data-site-header].floating{background:var(--logo-blue)!important;color:#fff!important;border-bottom:0!important}
.original-nav{height:84px!important}.logo-link{background:transparent!important;min-width:215px!important;height:68px!important;padding:4px 0!important;justify-content:flex-start!important}.brand-logo{height:52px!important;max-width:205px!important;mix-blend-mode:screen;filter:brightness(1.08) contrast(1.05)}
.original-links a{color:rgba(255,255,255,.86)!important}.original-links a:hover{color:#fff!important}.original-links a:after{background:#fff!important}.nav-icon-btn{color:#fff!important;border-color:rgba(255,255,255,.22)!important}.nav-icon-btn:hover{background:rgba(255,255,255,.10)!important;color:#fff!important}.cart-badge{border-color:var(--logo-blue)!important}.smart-search-form{background:#fff!important}.more-menu{color:#101828}
.mobile-drawer{background:rgba(0,0,0,.58)!important}.mobile-drawer-panel{background:var(--logo-blue)!important;opacity:1!important;backdrop-filter:none!important}.mobile-drawer-panel>a{color:#fff!important}.mobile-close-row img{mix-blend-mode:screen;filter:brightness(1.08);height:46px!important}.mobile-close-row{border-bottom:1px solid rgba(255,255,255,.16);padding-bottom:14px}
.footer-logo{background:transparent!important;padding:0!important}.footer-logo img{height:46px!important;mix-blend-mode:screen;filter:brightness(1.15) contrast(1.08)}

/* Novos banners */
.hero-slide-inner{display:flex;justify-content:space-between;gap:48px}.hero-copy h1 span{color:#72a5ff}.hero-freight .hero-copy h1 span{color:#9ddcff}.hero-venom .hero-copy h1 span{color:#ef4444}.redbadge{background:#e12d39!important;color:#fff!important;border-color:#e12d39!important}.hero-product-art{flex:0 0 min(42vw,520px);align-self:stretch;display:flex;align-items:center;justify-content:center;position:relative}.hero-product-art:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(239,68,68,.22),rgba(239,68,68,0) 68%)}.hero-product-art img{position:relative;z-index:2;max-height:580px;max-width:100%;object-fit:contain;filter:drop-shadow(0 35px 35px rgba(0,0,0,.32))}.hero-product-price{display:flex;flex-direction:column;margin-top:22px}.hero-product-price strong{font-family:var(--display);font-size:40px;line-height:1;color:#fff}.hero-product-price small{margin-top:5px;color:#98a2b3;font-size:11px;letter-spacing:.08em}.hero-primary.freight,.hero-primary.venom{background:#fff!important;color:#071521!important}.hero-primary.freight:hover,.hero-primary.venom:hover{background:#eef2f6!important}

/* Benefícios sem ícones */
.trust-text-only .trust-item{display:block!important;padding:18px 28px!important}.trust-text-only .trust-item strong{font-family:var(--display);font-size:19px!important;line-height:1;text-transform:uppercase}.trust-text-only .trust-item span{margin-top:7px!important;font-size:11px!important}.trust-text-only .trust-item:before{content:"";display:block;width:34px;height:3px;background:var(--blue);margin-bottom:12px}

/* Destaques */
.featured-section{padding:86px 0;background:#f7f8fa;border-bottom:1px solid #eaecf0}.featured-title{margin-bottom:28px}.featured-grid{margin-top:22px}.loading-grid{opacity:.45;pointer-events:none;transition:.15s}

/* Preço promocional — regra: de = preço normal do sistema +7%; por = promo no PIX */
.promo-from{font-size:11px;color:#667085}.promo-from del{font-weight:700;color:#98a2b3}.promo-price{color:#15803d!important}.detail-promo-from{font-size:13px;color:#667085;margin-top:18px}.detail-promo-from del{font-weight:750}.detail-price small{font-family:Inter,sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#667085}

/* Filtros catálogo + página Produtos */
.responsive-filter,.products-filter-bar{display:flex;flex-wrap:wrap;gap:9px}.responsive-filter select,.products-filter-bar select,.mobile-category-filter select{height:46px;border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:3px;padding:0 13px;font-size:12px;min-width:190px}.responsive-filter select:disabled{background:#f2f4f7;color:#98a2b3}.products-filter-bar{margin:26px 0 18px;padding:18px;background:#f8fafc;border:1px solid #eaecf0}.filter-pill{height:46px;border:1px solid #d0d5dd;background:#fff;border-radius:3px;padding:0 15px;font-size:11px;font-weight:750;cursor:pointer}.filter-pill.active{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.filter-pill.ghost{color:#667085}.results-sort-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em}.search-context{background:#eff6ff;border:1px solid #dbeafe;color:#475467;padding:11px 13px;font-size:12px;margin-bottom:18px}.search-context button{border:0;background:transparent;color:var(--blue);font-weight:800;cursor:pointer}.mobile-category-filter{display:none;border:1px solid #eaecf0;background:#f8fafc;padding:18px;margin-top:24px}.mobile-category-filter h3{margin:0 0 12px}.mobile-category-filter select{width:100%;margin-bottom:8px}.category-text-grid a{position:relative;overflow:hidden;text-align:left!important;display:flex!important;flex-direction:column;justify-content:flex-end;min-height:116px;border-left:4px solid var(--cat-accent)!important;background:linear-gradient(135deg,#fff,#f8fafc)!important}.category-text-grid a:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-35px;top:-38px;background:color-mix(in srgb,var(--cat-accent) 12%,transparent)}.category-text-grid a strong{font-family:var(--display);font-size:22px!important;text-transform:uppercase;line-height:1}.category-text-grid a span{font-size:10px!important;margin-top:8px;color:#667085!important}.objectives-text-only .objective{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-height:110px;border-left:3px solid var(--blue);justify-content:flex-end}.objectives-text-only .objective strong{font-family:var(--display);font-size:19px!important}.objectives-text-only .objective span{font-size:10px;color:#667085;margin-top:8px}

/* Minha Conta */
.account-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding:10px 0 26px;border-bottom:1px solid #eaecf0}.account-hero h1{margin-bottom:8px!important}.account-hero p{max-width:680px;color:#667085}.account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}.account-stat{border:1px solid #eaecf0;background:#fff;padding:22px}.account-stat.available{border-top:4px solid #16a34a}.account-stat.pending{border-top:4px solid #f59e0b}.account-stat span,.account-stat small{display:block;color:#667085;font-size:11px}.account-stat strong{display:block;font-family:var(--display);font-size:38px;line-height:1.1;margin:8px 0}.account-pro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px}.profile-lines{display:grid;gap:12px;margin-top:20px}.profile-lines div{border-top:1px solid #f2f4f7;padding-top:10px}.profile-lines span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#98a2b3}.profile-lines strong{display:block;font-size:13px;margin-top:4px}.text-button{border:0;background:transparent;color:var(--blue);font-size:11px;font-weight:800;cursor:pointer}.cashback-history-row{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-top:1px solid #f2f4f7}.cashback-history-row span{display:block;font-size:10px;color:#98a2b3;margin-top:3px}.cashback-positive{color:#15803d}.professional-order{background:#fff}.status.confirmed{background:#dcfce7;color:#166534}.order-cashback-note{margin-top:12px;background:#f8fafc;padding:9px 11px;font-size:11px;color:#475467}.account-orders-title{margin:0 0 12px}.account-footer-actions{display:flex;justify-content:flex-end;margin-top:20px}.cashback-checkout-box{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.cashback-checkout-box>div{background:#f8fafc;border:1px solid #eaecf0;padding:12px}.cashback-checkout-box span{display:block;font-size:10px;color:#667085}.cashback-checkout-box strong{font-size:17px;display:block;margin-top:4px}

/* Descrição em acordeões */
.product-description-accordions{margin-top:20px;border-top:1px solid #eaecf0}.desc-accordion{border-bottom:1px solid #eaecf0}.desc-accordion>button{width:100%;border:0;background:transparent;padding:18px 0;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#101828}.desc-accordion>button b{font-size:20px;font-weight:400}.desc-accordion-body{padding:0 0 19px;color:#475467;font-size:13px;line-height:1.75}.desc-accordion.open>button{color:var(--blue)}.demo-tag{display:inline-flex;background:#fff7d6;color:#775e00;border:1px solid #f2df8c;padding:3px 6px;font-size:8px;text-transform:uppercase;letter-spacing:.06em;margin-left:5px}

/* Entrega */
.delivery-panel .cep-first{background:#f8fafc;border:1px solid #eaecf0;padding:14px;margin-bottom:14px}.delivery-panel .label{font-size:10px;text-transform:uppercase;letter-spacing:.07em}.shipping-mini{background:#f8fafc}.products-page>.section-kicker{margin-bottom:8px}

@media(max-width:980px){.hero-product-art{flex-basis:40%}.hero-product-art img{max-height:460px}.original-nav{height:74px!important}.logo-link{min-width:165px!important;height:60px!important}.brand-logo{height:44px!important}.account-pro-grid{grid-template-columns:1fr}}
@media(max-width:768px){
  .original-nav{height:68px!important}.logo-link{width:108px!important;min-width:108px!important;height:52px!important}.brand-logo{height:auto!important;max-width:104px!important}.mobile-drawer-panel{box-shadow:-20px 0 50px rgba(0,0,0,.28)}
  .hero-slide-inner{min-height:600px!important;padding-top:55px!important;padding-bottom:75px!important;display:flex!important}.hero-copy{max-width:100%!important;position:relative;z-index:3}.hero-product-art{position:absolute;right:-24px;bottom:8px;opacity:.34;width:68%;height:54%;pointer-events:none}.hero-product-art img{max-height:100%;max-width:100%}.hero-product-art:before{width:260px;height:260px}.hero-copy h1{font-size:48px!important;max-width:90%}.hero-product-price strong{font-size:32px}.hero-product-price small{color:#cbd5e1}.hero-buttons{position:relative;z-index:4}
  .trust-text-only .trust-grid{grid-template-columns:1fr 1fr!important}.trust-text-only .trust-item{padding:13px 12px!important;border-right:0!important;border-bottom:1px solid #eaecf0}.trust-text-only .trust-item strong{font-size:16px!important}.featured-section{padding:55px 0}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .products-filter-bar{display:grid;grid-template-columns:1fr 1fr;padding:12px}.products-filter-bar select,.products-filter-bar .filter-pill{width:100%;min-width:0}.results-sort-label{display:none}.desktop-category-sections{display:none!important}.mobile-category-filter{display:block}.categories-head p{max-width:92%}
  .account-stats{grid-template-columns:1fr}.account-stat{padding:17px}.account-stat strong{font-size:31px}.account-hero{align-items:flex-start;flex-direction:column}.cashback-checkout-box{grid-template-columns:1fr}.two-cols{grid-template-columns:1fr}.delivery-panel .row{align-items:stretch}.delivery-panel [data-cep-lookup]{flex:0 0 auto}
  .category-text-grid{display:none!important}
}
@media(max-width:520px){.products-filter-bar{grid-template-columns:1fr}.hero-copy h1{font-size:42px!important}.hero-copy p{font-size:12px!important}.featured-title h2{font-size:38px}.promo-from{font-size:9px}.promo-price{font-size:19px!important}.logo-link{width:92px!important;min-width:92px!important}.brand-logo{max-width:90px!important}.trust-text-only .trust-grid{grid-template-columns:1fr!important}.trust-text-only .trust-item{border-bottom:1px solid #eaecf0}.mobile-category-filter{margin-top:16px}}

/* =========================================================
   v0.7.2 — homologação visual/operacional
   ========================================================= */
:root{--logo-blue:#0a3f63}
.topbar,.topbar[data-site-header],.topbar[data-site-header].floating,.topbar[data-site-header].desktop-sticky{background:#0a3f63!important;color:#fff!important;border-bottom:0!important}
.brand-logo,.mobile-close-row img{mix-blend-mode:normal!important;filter:none!important}
.footer{background:#0a3f63!important}.footer-logo img{mix-blend-mode:normal!important;filter:none!important}
@media(min-width:769px){
  .topbar[data-site-header]{position:sticky!important;top:0;z-index:1000;transform:none!important;box-shadow:0 5px 20px rgba(0,0,0,.11)!important}
  .topbar[data-site-header].hidden-scroll{transform:none!important}
}

/* Produtos: quadro lateral de categorias somente no desktop */
.products-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;align-items:start}
.products-sidebar{position:sticky;top:104px;border:1px solid #eaecf0;background:#fff;padding:18px 0;max-height:calc(100vh - 124px);overflow:auto}
.products-sidebar-block+.products-sidebar-block{border-top:1px solid #eaecf0;margin-top:14px;padding-top:14px}
.products-sidebar .sidebar-kicker{display:block;padding:0 17px 9px;font-size:9px;letter-spacing:.14em;font-weight:850;color:#98a2b3}
.products-sidebar a{display:block;padding:8px 17px;color:#475467;font-size:12px;border-left:3px solid transparent;transition:.15s}
.products-sidebar a:hover,.products-sidebar a.active{background:#f8fafc;color:#0a3f63;border-left-color:#2563eb;font-weight:750}
.products-main{min-width:0}.products-main>h1{margin-top:3px}

/* Categorias: apenas categorias e objetivos, desktop e mobile */
.categories-clean .category-section{margin-top:42px}.categories-clean .category-section>h2{font-family:var(--display);font-size:30px;text-transform:uppercase;margin-bottom:16px}
.categories-clean-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.categories-clean-grid a{min-height:108px;border:1px solid #e4e7ec;border-left:4px solid var(--cat-accent);background:#fff;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;transition:.18s}
.categories-clean-grid a:hover{transform:translateY(-2px);border-color:#cfd5df;box-shadow:0 14px 30px rgba(16,24,40,.07)}
.categories-clean-grid strong{font-family:var(--display);font-size:20px;text-transform:uppercase;color:#101828;line-height:1.05}.categories-clean-grid span{font-size:10px;color:#667085;margin-top:8px}

/* Destaque controlado pelo Globo Gestão */
.featured-empty{padding:34px!important;background:#fff!important;border:1px dashed #d0d5dd!important}.featured-empty p{font-weight:750;margin-bottom:5px}.featured-empty small{color:#667085}

/* Protein Fusion: composição mobile sem sobreposição */
@media(max-width:768px){
  .products-layout{display:block}.products-sidebar{display:none}
  .categories-clean-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.categories-clean-grid a{min-height:96px;padding:15px 12px}.categories-clean-grid strong{font-size:17px}.categories-clean .category-section{margin-top:30px}
  .hero-venom .hero-slide-inner{min-height:720px!important;display:block!important;padding-top:48px!important;padding-bottom:40px!important}
  .hero-venom .hero-copy{max-width:100%!important;padding-bottom:270px;position:relative;z-index:4}
  .hero-venom .hero-copy h1{font-size:46px!important;max-width:100%!important}.hero-venom .hero-copy p{max-width:86%!important}
  .hero-venom .hero-tags{max-width:92%}.hero-venom .hero-product-price{margin-top:16px}.hero-venom .hero-product-price strong{font-size:30px!important}
  .hero-venom .hero-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
  .hero-venom .hero-product-art{position:absolute!important;right:6px!important;bottom:42px!important;width:54%!important;height:260px!important;opacity:1!important;display:flex!important;align-items:flex-end!important;justify-content:flex-end!important;pointer-events:none}
  .hero-venom .hero-product-art img{max-height:255px!important;max-width:100%!important;filter:drop-shadow(0 20px 18px rgba(0,0,0,.34))!important}.hero-venom .hero-product-art:before{width:230px!important;height:230px!important;right:-16px;bottom:-10px}
}
@media(max-width:520px){
  .hero-venom .hero-slide-inner{min-height:700px!important}.hero-venom .hero-copy{padding-bottom:245px}.hero-venom .hero-copy h1{font-size:40px!important}.hero-venom .hero-copy p{max-width:96%!important}.hero-venom .hero-product-art{width:48%!important;height:230px!important;bottom:48px!important}.hero-venom .hero-product-art img{max-height:225px!important}.hero-venom .hero-primary,.hero-venom .hero-secondary{font-size:8px!important;padding:0 11px!important}
}


/* =========================================================
   v0.7.4 — quiz real, leads, mobile e checkout
   ========================================================= */
/* Drawer mobile totalmente opaco/legível */
@media(max-width:768px){
  body .mobile-drawer:not(.hidden){background:rgba(2,12,21,.72)!important;backdrop-filter:none!important}
  body .mobile-drawer .mobile-drawer-panel{background:#061e30!important;color:#fff!important;opacity:1!important;backdrop-filter:none!important;border-left:1px solid rgba(255,255,255,.08)!important}
  body .mobile-drawer .mobile-drawer-panel a,body .mobile-drawer .mobile-drawer-panel button{color:#fff!important;background:transparent!important}
  /* Página Categorias: volta a mostrar Categorias + Objetivos no mobile; subcategorias só na tela Produtos. */
  .categories-clean .categories-clean-grid{display:grid!important}.categories-clean .category-section{display:block!important}.mobile-category-filter{display:none!important}
}
/* WhatsApp */
.wa-float{background:#22c55e!important;color:#fff!important;border:3px solid #fff!important;box-shadow:0 12px 30px rgba(0,0,0,.24)!important}.wa-float svg{width:27px!important;height:27px!important}
/* Lead / primeira compra */
.lead-discount-section{padding:54px 0;background:#f6f8fb}.lead-discount-card{display:grid;grid-template-columns:1.05fr 1fr;gap:38px;align-items:center;background:#071f31;color:#fff;padding:38px 42px;border-radius:4px;box-shadow:0 22px 55px rgba(7,31,49,.13)}
.lead-discount-copy h2{font-family:var(--display);font-size:42px;line-height:.98;margin:8px 0 14px}.lead-discount-copy p{color:#cbd5e1;line-height:1.6}.lead-discount-form{background:#fff;color:#101828;padding:22px;display:grid;gap:13px}.lead-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lead-fields input{width:100%;border:1px solid #d0d5dd;padding:13px;font:inherit}.lead-vip{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:#475467}.lead-vip input{margin-top:2px}.lead-discount-form>button{background:#2563eb;color:#fff;border:0;padding:14px;font-weight:850;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.lead-result:empty{display:none}.lead-success{background:#ecfdf3;border:1px solid #abefc6;color:#067647;padding:12px;display:grid;gap:5px;font-size:12px}.lead-success strong{font-size:13px}
/* Quiz */
.quiz-wizard{display:grid;grid-template-columns:1fr;gap:8px;margin:18px 0}.quiz-wizard button{text-align:left}.quiz-kit-list{display:grid;gap:10px;max-height:48vh;overflow:auto;margin:16px 0}.quiz-kit-list article{display:grid;grid-template-columns:74px 1fr;gap:12px;border:1px solid #eaecf0;padding:10px}.quiz-kit-list img{width:74px;height:74px;object-fit:contain;background:#f8fafc}.quiz-kit-list strong,.quiz-kit-list small{display:block}.quiz-kit-list small{color:#667085;margin-top:4px}.quiz-kit-list p{font-size:11px;color:#475467;margin:7px 0 0;line-height:1.5}
/* Frete: CTA muito mais visível */
[data-shipping-calc]{background:#0a3f63!important;color:#fff!important;border:0!important;font-weight:850!important;padding:14px 20px!important;box-shadow:0 8px 20px rgba(10,63,99,.18)!important}.shipping-attention{animation:shippingPulse .7s ease-in-out 3!important}@keyframes shippingPulse{50%{transform:scale(1.035);box-shadow:0 0 0 7px rgba(37,99,235,.18)}}
@media(max-width:768px){.lead-discount-card{grid-template-columns:1fr;padding:26px 18px;gap:20px}.lead-discount-copy h2{font-size:34px}.lead-fields{grid-template-columns:1fr}.lead-discount-section{padding:34px 0}}

/* v0.7.6 — descrição estruturada e produtos relacionados */
.benefits-checklist{list-style:none;padding:0;margin:0;display:grid;gap:9px}
.benefits-checklist li{position:relative;padding-left:27px;line-height:1.55;color:var(--text)}
.benefits-checklist li::before{content:'✓';position:absolute;left:0;top:0;color:var(--green);font-weight:900}
.related-products-section{padding-top:42px}
.related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.quiz-catalog-context a{font-weight:800;margin-left:8px;color:var(--blue)}
@media(max-width:900px){.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* v0.9.0 — padronização dos nomes de produtos */
.product-name,.detail-info h1{text-transform:uppercase}


/* v0.9.2 — galeria da página de produto nunca pode empurrar preço/conteúdo para fora da tela */
.detail{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;width:100%;max-width:100%;min-width:0}.detail>div,.detail-info{min-width:0;max-width:100%}.gallery-main{width:100%;max-width:100%;min-width:0;max-height:min(680px,72vh);box-sizing:border-box}.gallery-main img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.thumbs{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.detail-info{overflow-wrap:anywhere}.detail-price{display:block;max-width:100%}
@media(max-width:760px){.detail{grid-template-columns:minmax(0,1fr)!important}.gallery-main{max-height:70vh}.detail-info h1{font-size:clamp(30px,10vw,48px)!important}}

/* v0.9.4 — depoimentos reais moderados e envio pelo site */


.testimonials-original .original-title p{max-width:720px;color:#64748b;font-size:12px;line-height:1.55;margin-top:8px}.testimonial-submit-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:26px;text-align:center}.testimonial-submit-wrap small{font-size:10px;color:#64748b}.testimonial-add-button{border:0;cursor:pointer}.modal [data-testimonial-form]{display:grid;gap:13px;margin-top:16px}.modal [data-testimonial-form] textarea{min-height:120px;resize:vertical}

/* v0.9.4 — alinhamento do detalhe do produto no mobile */
@media (max-width: 520px){
  .detail-info .buyline{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    align-items:stretch;
    gap:8px;
  }
  .detail-info .buyline .qty{align-self:stretch;min-width:112px}
  .detail-info .buyline .qty button{height:44px}
  .detail-info .buyline [data-detail-add]{
    min-width:0;
    min-height:44px;
    padding:10px 12px;
    line-height:1.15;
    white-space:normal;
    text-align:center;
    justify-content:center;
  }
  .detail-info .buyline [data-fav]{min-width:44px;padding-left:10px;padding-right:10px}
  .shipping-mini .row.gap8{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:stretch;
    gap:8px;
  }
  .shipping-mini [data-detail-cep]{width:100%;min-width:0}
  .shipping-mini [data-detail-shipping]{min-width:92px;min-height:44px;justify-content:center;padding-left:12px;padding-right:12px}
}
@media (max-width: 370px){
  .detail-info .buyline{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr)}
  .detail-info .buyline .qty{min-width:0;width:100%}
  .detail-info .buyline [data-fav]{grid-column:1/-1;width:100%;min-height:42px}
  .shipping-mini .row.gap8{grid-template-columns:1fr}
  .shipping-mini [data-detail-shipping]{width:100%}
}

/* v0.9.9 — imagem de banner por dispositivo */
.hero-slide{background-image:var(--hero-gradient),var(--hero-desktop)!important}
@media(max-width:768px){.hero-slide{background-image:var(--hero-gradient),var(--hero-mobile)!important}}

/* v0.10.1 — Protein Fusion usa a arte completa fornecida, sem duplicar textos sobre a imagem. */
.hero-slide.hero-artwork-only{background-color:#02060c;background-position:center center!important}
.hero-slide.hero-artwork-only:after{display:none!important}
.hero-artwork-link{position:absolute;inset:0;z-index:5;display:block}
@media(max-width:768px){.hero-slide.hero-artwork-only{background-position:center center!important}}


/* v0.10.6 — banners mobile, WhatsApp correto, nota da loja e cabeçalho mobile no início da página */
.wa-float{overflow:hidden;padding:0!important;background:#25d366!important;border:2px solid #fff!important;border-radius:50%!important}
.wa-float img{display:block;width:100%;height:100%;object-fit:cover}
.catalog-rating{margin-top:4px;min-height:15px}.catalog-rating span:last-child{font-size:9px;color:#667085}.catalog-rating .stars-small{font-size:11px;letter-spacing:0;color:#f59e0b}.catalog-rating strong{font-size:10px}
.detail-rating-line{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:6px 0 8px;color:#667085;font-size:12px}.detail-rating-line .detail-stars{color:#f59e0b;font-size:17px;letter-spacing:1px}.detail-rating-line strong{color:#101828;font-size:13px}.detail-review-count{color:#475467}
@media(max-width:768px){
  .hero-arrow{display:grid!important;width:38px!important;height:38px!important;top:50%!important;background:rgba(3,14,24,.58)!important;border:1px solid rgba(255,255,255,.34)!important;z-index:20!important}
  .hero-arrow.left{left:10px!important}.hero-arrow.right{right:10px!important}
  .hero-dots{left:50%!important;transform:translateX(-50%)!important;bottom:18px!important;z-index:20!important}
  .hero-carousel{touch-action:pan-y}
  .topbar[data-site-header],.topbar[data-site-header].floating,.topbar[data-site-header].hidden-scroll{position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important;box-shadow:none!important}
}


/* v0.10.9 — checkout com feedback imediato e galeria desktop sem recorte */
.checkout-loading-screen{position:fixed;inset:0;z-index:9999;background:rgba(5,15,26,.78);backdrop-filter:blur(8px);display:grid;place-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,visibility .16s ease}.checkout-loading-screen.visible{opacity:1;visibility:visible;pointer-events:auto}.checkout-loading-card{width:min(88vw,390px);background:#fff;border:1px solid #e4e7ec;box-shadow:0 30px 90px rgba(0,0,0,.26);padding:34px 30px;text-align:center;display:grid;justify-items:center;gap:12px}.checkout-loading-card strong{font-size:18px;color:#101828}.checkout-loading-card span{font-size:12px;color:#667085}.checkout-spinner{width:44px;height:44px;border:4px solid #dbe7f3;border-top-color:#155eef;border-radius:50%;animation:checkout-spin .72s linear infinite}@keyframes checkout-spin{to{transform:rotate(360deg)}}body.checkout-is-loading{overflow:hidden}[data-place-order]:disabled{opacity:.65;cursor:wait}
@media(min-width:761px){.detail>div:first-child{align-self:start}.gallery-main{aspect-ratio:auto!important;height:min(620px,calc(100vh - 205px))!important;min-height:420px;max-height:none!important;overflow:hidden!important;display:grid!important;place-items:center!important}.gallery-main img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;padding:0!important}.thumb{background:#fff}.thumb img{width:100%!important;height:100%!important;object-fit:contain!important;padding:4px!important;box-sizing:border-box!important}.product-card .product-image img{object-fit:contain!important}}
@media(min-width:761px) and (max-height:680px){.gallery-main{height:430px!important;min-height:360px}}

/* v0.11.0 — galeria desktop: viewport rígido para nunca cortar a foto */
@media(min-width:761px){
  .detail>div:first-child{min-width:0;overflow:visible}
  .gallery-main{
    position:relative!important;
    width:100%!important;
    height:clamp(420px,54vw,590px)!important;
    min-height:0!important;
    max-height:590px!important;
    aspect-ratio:auto!important;
    padding:28px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .gallery-main img[data-main-image]{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    min-height:0!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    box-sizing:border-box!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
  }
  .thumbs{padding-bottom:4px!important}
  .thumb{width:66px!important;height:66px!important}
  .thumb img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    box-sizing:border-box!important;
    padding:5px!important;
  }
}
@media(min-width:761px) and (max-height:720px){
  .gallery-main{height:420px!important;max-height:420px!important;padding:24px!important}
}


/* v0.11.2 — botão voltar do produto + indicador leve de transição entre páginas */
.product-back-btn{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#344054;font-size:12px;font-weight:800;letter-spacing:.02em;padding:4px 2px 12px;cursor:pointer;transition:color .15s ease,transform .15s ease}.product-back-btn:hover{color:var(--blue);transform:translateX(-2px)}.product-back-btn svg{flex:none}.route-loading-screen{position:fixed;inset:0;z-index:9998;display:grid;place-items:center;background:rgba(255,255,255,.82);backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,visibility .12s ease}.route-loading-screen.visible{opacity:1;visibility:visible;pointer-events:auto}.route-loading-box{display:grid;justify-items:center;gap:12px}.route-loading-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#344054}.route-dots{position:relative;width:72px;height:72px;animation:route-dots-spin .86s linear infinite}.route-dots span{position:absolute;left:50%;top:50%;width:11px;height:11px;margin:-5.5px;border-radius:50%;background:#0c2742;box-shadow:0 2px 6px rgba(12,39,66,.16)}.route-dots span:nth-child(1){transform:rotate(0deg) translateY(-29px)}.route-dots span:nth-child(2){transform:rotate(45deg) translateY(-29px)}.route-dots span:nth-child(3){transform:rotate(90deg) translateY(-29px)}.route-dots span:nth-child(4){transform:rotate(135deg) translateY(-29px)}.route-dots span:nth-child(5){transform:rotate(180deg) translateY(-29px)}.route-dots span:nth-child(6){transform:rotate(225deg) translateY(-29px)}.route-dots span:nth-child(7){transform:rotate(270deg) translateY(-29px)}.route-dots span:nth-child(8){transform:rotate(315deg) translateY(-29px)}.route-dots span:nth-child(1){opacity:1}.route-dots span:nth-child(2){opacity:.9}.route-dots span:nth-child(3){opacity:.78}.route-dots span:nth-child(4){opacity:.66}.route-dots span:nth-child(5){opacity:.54}.route-dots span:nth-child(6){opacity:.44}.route-dots span:nth-child(7){opacity:.34}.route-dots span:nth-child(8){opacity:.24}@keyframes route-dots-spin{to{transform:rotate(360deg)}}body.route-is-loading{cursor:progress}@media(max-width:760px){.product-back-btn{padding-top:0;padding-bottom:10px;font-size:12px}.route-dots{width:64px;height:64px}.route-dots span{width:10px;height:10px;margin:-5px}.route-dots span:nth-child(1){transform:rotate(0deg) translateY(-26px)}.route-dots span:nth-child(2){transform:rotate(45deg) translateY(-26px)}.route-dots span:nth-child(3){transform:rotate(90deg) translateY(-26px)}.route-dots span:nth-child(4){transform:rotate(135deg) translateY(-26px)}.route-dots span:nth-child(5){transform:rotate(180deg) translateY(-26px)}.route-dots span:nth-child(6){transform:rotate(225deg) translateY(-26px)}.route-dots span:nth-child(7){transform:rotate(270deg) translateY(-26px)}.route-dots span:nth-child(8){transform:rotate(315deg) translateY(-26px)}}


/* v0.11.6 — carrinho lateral + meta de brinde em R$ 200 */
body.cart-drawer-open{overflow:hidden}.cart-drawer-root{position:fixed;inset:0;z-index:10020;visibility:hidden;pointer-events:none}.cart-drawer-root.visible{visibility:visible;pointer-events:auto}.cart-drawer-backdrop{position:absolute;inset:0;background:rgba(2,12,22,.52);opacity:0;transition:opacity .22s ease}.cart-drawer-root.visible .cart-drawer-backdrop{opacity:1}.cart-drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(440px,94vw);background:#fff;box-shadow:-22px 0 70px rgba(4,24,40,.22);display:grid;grid-template-rows:auto minmax(0,1fr) auto;transform:translateX(105%);transition:transform .26s cubic-bezier(.2,.8,.2,1);overflow:hidden}.cart-drawer-root.visible .cart-drawer-panel{transform:translateX(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:21px 22px;border-bottom:1px solid #e7edf4}.cart-drawer-header>div{display:flex;flex-direction:column;gap:3px}.cart-drawer-header span{font-size:10px;letter-spacing:.12em;color:#667085;font-weight:800}.cart-drawer-header strong{font-size:19px;color:#102a43}.cart-drawer-header button{width:38px;height:38px;border:1px solid #e4e7ec;background:#fff;border-radius:50%;font-size:25px;line-height:1;color:#344054;cursor:pointer}.cart-drawer-body{overflow:auto;padding:18px 20px}.cart-gift-progress{background:#f5f9ff;border:1px solid #d9e9fb;border-radius:15px;padding:15px;margin:0 0 18px}.cart-gift-progress.compact{margin-bottom:17px}.cart-gift-copy{display:flex;flex-direction:column;gap:4px}.cart-gift-copy strong{font-size:12px;color:#153d67}.cart-gift-copy span{font-size:10px;color:#667b91}.cart-gift-track{height:10px;border-radius:999px;background:#dfeaf7;overflow:hidden;margin-top:12px}.cart-gift-track i{display:block;height:100%;min-width:0;border-radius:inherit;background:linear-gradient(90deg,#2d8cff,#0b5fc4);transition:width .35s ease}.cart-gift-progress.unlocked{background:#f0f9ff;border-color:#9acbff}.cart-gift-progress.unlocked .cart-gift-copy strong{color:#075aaa}.cart-gift-values{display:flex;justify-content:space-between;align-items:center;margin-top:6px;font-size:9px;color:#67809b}.cart-gift-values b{color:#0b5fc4}.cart-drawer-items{display:flex;flex-direction:column}.cart-drawer-item{padding:14px 0;border-bottom:1px solid #eef2f6}.cart-drawer-product{width:100%;border:0;background:transparent;padding:0;display:grid;grid-template-columns:68px minmax(0,1fr);gap:12px;text-align:left;cursor:pointer}.cart-drawer-product img{width:68px;height:68px;border-radius:10px;border:1px solid #edf1f5;background:#fff;object-fit:contain;padding:5px;box-sizing:border-box}.cart-drawer-product span{display:flex;flex-direction:column;min-width:0;gap:4px}.cart-drawer-product strong{font-size:11px;line-height:1.35;color:#1d344d}.cart-drawer-product small{font-size:9px;color:#7a8b9d}.cart-drawer-product b{font-size:10px;color:#087443}.cart-drawer-item-actions{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin:10px 0 0 80px}.cart-drawer-item-actions .qty{height:34px}.cart-drawer-item-actions .qty button{width:30px;height:32px}.cart-drawer-item-actions .qty span{min-width:26px;font-size:11px}.cart-drawer-item-actions>strong{text-align:right;color:#1d344d;font-size:11px}.cart-drawer-remove{border:0;background:#fff1f0;color:#b42318;border-radius:50%;width:28px;height:28px;font-size:18px;cursor:pointer}.cart-drawer-empty{min-height:220px;display:grid;place-items:center;align-content:center;text-align:center;gap:8px;color:#667085}.cart-drawer-empty strong{font-size:14px;color:#233b53}.cart-drawer-empty span{font-size:10px;max-width:240px;line-height:1.5}.cart-drawer-footer{padding:17px 20px 20px;border-top:1px solid #e7edf4;background:#fff}.cart-drawer-total{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:13px}.cart-drawer-total span{font-size:10px;color:#667085}.cart-drawer-total strong{font-size:19px;color:#087443}.cart-drawer-secondary{width:100%;border:0;background:transparent;color:#175cd3;font-size:10px;font-weight:800;padding:11px 8px 0;cursor:pointer}.cart-list+.summary-card{margin-top:14px}@media(max-width:520px){.cart-drawer-panel{width:100vw}.cart-drawer-header{padding:17px 16px}.cart-drawer-body{padding:15px 15px 90px}.cart-drawer-footer{padding:14px 15px calc(16px + env(safe-area-inset-bottom))}.cart-drawer-product{grid-template-columns:60px minmax(0,1fr)}.cart-drawer-product img{width:60px;height:60px}.cart-drawer-item-actions{margin-left:72px;gap:8px}.cart-gift-progress{border-radius:12px;padding:13px}}

/* ================================================================
   v0.12.0 — Nova experiência Globo Suplementos
   Foco: clareza, confiança, conversão, mobile e retenção.
   ================================================================ */
:root{--v12-navy:#0b3554;--v12-blue:#1269a8;--v12-blue-2:#2187d4;--v12-soft:#f5f8fb;--v12-border:#e3ebf2;--v12-text:#102a43;--v12-muted:#63758a}

/* Marca própria */
.brand img,.footer-logo img,.mobile-logo img{object-fit:contain!important}
.brand img{width:190px!important;max-height:64px!important;height:auto!important}
.footer-logo img{width:min(250px,100%)!important;height:auto!important}

/* Hero menor: produto aparece mais cedo sem perder impacto */
.v12-hero,.v12-hero .hero-slide{min-height:480px!important;height:480px!important}
.v12-hero .hero-content{max-width:680px}
.v12-hero .hero-content h1{font-size:clamp(42px,5vw,68px);line-height:.94}
.v12-hero .hero-content p{max-width:610px;font-size:15px;line-height:1.55}
.v12-hero .hero-content{padding-top:52px;padding-bottom:54px}

/* Faixa de confiança mais comercial e limpa */
.v12-trust{border-bottom:1px solid var(--v12-border);background:#fff}
.v12-trust .trust-grid{padding-top:18px;padding-bottom:18px;gap:0}
.v12-trust .trust-item{padding:8px 22px;border-right:1px solid var(--v12-border)}
.v12-trust .trust-item:last-child{border-right:0}
.v12-trust .trust-item strong{font-size:12px;color:var(--v12-text);letter-spacing:.01em}
.v12-trust .trust-item span{font-size:10px;line-height:1.45;color:var(--v12-muted)}

/* Jornadas por objetivo */
.journey-section{padding:48px 0 24px;background:#fff}
.compact-title{max-width:760px;margin-bottom:22px}
.journey-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.journey-grid>a{position:relative;min-height:126px;padding:22px 19px;border:1px solid var(--v12-border);background:linear-gradient(145deg,#fff,#f7fafc);text-decoration:none;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-end;gap:7px;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.journey-grid>a:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--v12-blue),var(--v12-blue-2));opacity:.86}
.journey-grid>a:hover{transform:translateY(-3px);border-color:#bdd8ed;box-shadow:0 14px 34px rgba(11,53,84,.09)}
.journey-grid>a strong{font-size:16px;color:var(--v12-text);font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;letter-spacing:.02em}
.journey-grid>a span{font-size:10px;line-height:1.45;color:var(--v12-muted)}
.journey-grid>a.fashion{background:linear-gradient(145deg,#0b3554,#164e74);border-color:#164e74}
.journey-grid>a.fashion strong,.journey-grid>a.fashion span{color:#fff}

/* Ritmo das seções da home */
.v12-best,.home-offers,.curated-section,.recent-section,.fashion-section,.learn-preview{padding-top:42px!important;padding-bottom:42px!important}
.home-offers,.recent-section,.learn-preview{background:var(--v12-soft)}
.fashion-section{background:#0c2f49;color:#fff}
.fashion-section .section-title h2,.fashion-section .section-title p,.fashion-section .section-title small,.fashion-section .text-link{color:#fff!important}
.fashion-section .product-card{background:#fff;color:var(--v12-text)}

/* Cards de produto: menos ruído, preço/ação dominantes */
.product-card{border-color:var(--v12-border)!important;border-radius:14px!important;box-shadow:0 4px 18px rgba(15,42,67,.045)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
.product-card:hover{transform:translateY(-3px)!important;box-shadow:0 16px 34px rgba(15,42,67,.10)!important;border-color:#c8dbea!important}
.product-card .product-image{background:#fff!important}
.product-card .brand,.product-card .product-brand{color:#6e8094!important;font-size:9px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.product-card h3,.product-card .product-name{font-size:12px!important;line-height:1.32!important;min-height:32px!important;color:#17344e!important}
.product-card .price-row,.product-card .product-price{margin-top:8px!important}
.product-card .pix-price,.product-card .price strong{font-size:17px!important;color:#087443!important}
.product-card .card-price,.product-card .installments{font-size:9px!important;color:#718096!important}
.product-card .btn.primary,[data-card-add]{min-height:39px!important;border-radius:9px!important;font-size:10px!important;letter-spacing:.025em!important}
.product-card .catalog-rating{display:none!important}

/* Produto: confiança, bundle, avaliações reais */
.product-page-v12 .detail-info h1{color:var(--v12-text)}
.detail-rating-line.no-rating{padding:8px 0;color:var(--v12-muted)}
.detail-rating-line.no-rating a{font-weight:800;color:var(--v12-blue)}
.purchase-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;margin:14px 0 4px;padding:13px 14px;background:#f7fbff;border:1px solid #dceaf5;border-radius:12px}
.purchase-trust span{font-size:10px;color:#34506a;font-weight:700}
.bundle-section{padding:22px 0 12px!important}
.bundle-card{border:1px solid #d9e7f2;background:linear-gradient(145deg,#f8fbfe,#fff);border-radius:18px;padding:24px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}
.bundle-card>div:first-child{grid-column:1/-1}
.bundle-card h2{margin:4px 0 5px;font-size:27px;color:var(--v12-text)}
.bundle-card p{margin:0;color:var(--v12-muted);font-size:11px}
.bundle-products{display:flex;align-items:center;gap:12px;min-width:0;overflow:auto;padding:3px 0 8px}
.bundle-products>b{color:#8ca1b5;font-size:22px;flex:none}
.bundle-product{display:flex;align-items:center;gap:9px;min-width:175px;max-width:240px}
.bundle-product img{width:58px;height:58px;object-fit:contain;background:#fff;border:1px solid var(--v12-border);border-radius:10px;padding:4px;box-sizing:border-box;flex:none}
.bundle-product span{min-width:0;display:flex;flex-direction:column;gap:4px}
.bundle-product strong{font-size:10px;line-height:1.3;color:#1c3b56}
.bundle-product small{font-size:10px;color:#087443;font-weight:800}
.bundle-action{text-align:right;display:flex;align-items:center;gap:12px;white-space:nowrap}
.bundle-action>strong{font-size:19px;color:#087443}.bundle-action>strong small{font-size:9px;color:#667085}
.mobile-buy-sticky{display:none}

/* Upsell do drawer para completar o brinde */
.cart-gift-suggestions{margin:12px 0 4px;padding:13px;border:1px solid #e1eaf3;border-radius:13px;background:#fff}
.cart-gift-suggestions>strong{display:block;font-size:10px;color:#173b5d;margin-bottom:9px;text-transform:uppercase;letter-spacing:.06em}
.cart-gift-suggestions-list{display:flex;flex-direction:column;gap:7px}
.cart-gift-suggestion{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px;border:1px solid #edf2f6;border-radius:10px;background:#fbfdff}
.cart-gift-suggestion img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:7px}
.cart-gift-suggestion span{min-width:0;display:flex;flex-direction:column;gap:2px}.cart-gift-suggestion span strong{font-size:9px;line-height:1.25;color:#1e3b54}.cart-gift-suggestion span small{font-size:9px;color:#087443;font-weight:800}
.cart-gift-suggestion button{border:0;border-radius:8px;background:#e7f2ff;color:#0b5fc4;font-size:9px;font-weight:900;padding:8px 9px;cursor:pointer}
body.cart-drawer-open .wa-float{opacity:0;pointer-events:none}

/* Checkout rápido sem cadastro obrigatório */
.checkout-v12{max-width:1180px;margin:0 auto}
.checkout-title{margin-bottom:18px}.checkout-title h1{margin-bottom:5px}.checkout-title p{color:var(--v12-muted);font-size:11px}
.checkout-guest-note,.checkout-account-ok,.checkout-secure-note,.auth-guest,.guest-benefit{border-radius:12px;padding:13px 15px;font-size:10px;line-height:1.5}
.checkout-guest-note,.auth-guest{background:#f3f8fd;border:1px solid #d8e8f5;color:#34546f}
.checkout-account-ok{background:#f2fbf7;border:1px solid #ccebdc;color:#245c43}
.checkout-secure-note{background:#f8fafc;border:1px solid #e4eaf0;color:#55697c;margin-top:12px}
.delivery-estimate{margin-top:10px;padding:10px 12px;background:#eff8ff;border:1px solid #cfe8fa;border-radius:9px;color:#245c7c;font-size:10px}
.payment-choice.hidden{display:none!important}
.cashback-checkout-box{border-radius:12px!important}

/* Conteúdo institucional / educacional */
.legal-grid,.content-hub{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;max-width:940px;margin:0 auto}
.legal-copy,.content-intro,.content-article,.delivery-panel{background:#fff;border:1px solid var(--v12-border);border-radius:16px;padding:24px;box-shadow:0 7px 28px rgba(12,45,70,.045)}
.legal-copy h2,.content-article h2,.delivery-panel h2{font-size:25px;color:var(--v12-text);margin:0 0 10px}
.legal-copy h3,.content-article h3{font-size:18px;color:var(--v12-text);margin:20px 0 7px}
.legal-copy p,.legal-copy li,.content-article p,.content-article li,.delivery-panel p{font-size:11px;line-height:1.75;color:#5b6f82}
.content-intro{background:linear-gradient(145deg,#0c3858,#115987);color:#fff}.content-intro h1,.content-intro p{color:#fff}.content-intro p{opacity:.86;line-height:1.65}
.learn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.learn-grid>a{display:block;text-decoration:none;padding:20px;border:1px solid var(--v12-border);border-radius:14px;background:#fff;transition:.18s ease}.learn-grid>a:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(12,45,70,.08)}
.learn-grid span{font-size:9px;font-weight:900;letter-spacing:.1em;color:var(--v12-blue)}.learn-grid strong{display:block;margin:8px 0;font-size:15px;color:var(--v12-text)}.learn-grid p{font-size:10px;line-height:1.55;color:var(--v12-muted)}

/* Rodapé empresarial */
.company-data{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12);display:grid;gap:4px}
.company-data strong{font-size:10px;color:#fff}.company-data span,.company-data a{font-size:9px;color:rgba(255,255,255,.72);line-height:1.5;text-decoration:none}.company-data a:hover{color:#fff}
.footer-bottom{line-height:1.6}

/* Consentimento de cookies: discreto e acessível */
.cookie-banner{position:fixed;z-index:10040;left:20px;bottom:20px;width:min(440px,calc(100vw - 40px));background:#fff;border:1px solid #dfe8ef;border-radius:15px;box-shadow:0 22px 60px rgba(10,40,62,.22);padding:17px 18px;display:block}
.cookie-banner strong{display:block;font-size:13px;color:var(--v12-text);margin-bottom:5px}.cookie-banner p{font-size:10px;line-height:1.55;color:var(--v12-muted);margin:0}.cookie-banner a{color:var(--v12-blue);font-weight:800}
.cookie-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:13px}.cookie-actions button{border-radius:9px;padding:9px 13px;font-size:9px;font-weight:900;cursor:pointer}.cookie-actions [data-cookie-essential]{background:#fff;border:1px solid #d8e2ea;color:#455c70}.cookie-actions [data-cookie-accept]{border:1px solid var(--v12-blue);background:var(--v12-blue);color:#fff}

/* Mobile */
@media(max-width:900px){
  .journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-grid>a:last-child{grid-column:1/-1}
  .bundle-card{grid-template-columns:1fr}.bundle-action{text-align:left;justify-content:space-between}.learn-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
  .brand img{width:150px!important;max-height:52px!important}
  .v12-hero,.v12-hero .hero-slide{height:410px!important;min-height:410px!important}
  .v12-hero .hero-content{padding:48px 34px 58px!important;max-width:92%!important}
  .v12-hero .hero-content h1{font-size:38px!important;line-height:.94!important}
  .v12-hero .hero-content p{font-size:12px!important;max-width:88%!important}
  .v12-trust .trust-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;padding:10px 14px!important}
  .v12-trust .trust-item{padding:10px 12px!important;border-right:0!important;border-bottom:1px solid var(--v12-border)}
  .v12-trust .trust-item:nth-last-child(-n+2){border-bottom:0}
  .journey-section{padding:30px 0 12px}.journey-grid{gap:9px}.journey-grid>a{min-height:104px;padding:16px 14px;border-radius:13px}.journey-grid>a strong{font-size:14px}.journey-grid>a span{font-size:9px}
  .v12-best,.home-offers,.curated-section,.recent-section,.fashion-section,.learn-preview{padding-top:31px!important;padding-bottom:31px!important}
  .product-card h3,.product-card .product-name{font-size:11px!important;min-height:29px!important}
  .purchase-trust{grid-template-columns:1fr 1fr;margin-top:12px;padding:11px;gap:7px}.purchase-trust span{font-size:9px}
  .bundle-card{padding:17px;border-radius:14px;gap:14px}.bundle-products{gap:8px}.bundle-product{min-width:150px}.bundle-product img{width:50px;height:50px}.bundle-action{display:grid;grid-template-columns:1fr auto;width:100%}.bundle-action .btn{min-height:42px}
  .mobile-buy-sticky{position:fixed;z-index:960;left:0;right:0;bottom:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-top:1px solid #dce6ee;box-shadow:0 -7px 24px rgba(16,42,67,.08)}
  .mobile-buy-sticky>div{display:flex;flex-direction:column;min-width:0}.mobile-buy-sticky span{font-size:8px;color:#718096}.mobile-buy-sticky strong{font-size:12px;color:#087443;white-space:nowrap}.mobile-buy-sticky .btn{min-height:40px;padding:9px 18px}
  body.cart-drawer-open .mobile-buy-sticky,body.checkout-is-loading .mobile-buy-sticky{display:none}
  .product-page-v12{padding-bottom:80px!important}
  .cookie-banner{left:12px;right:12px;bottom:78px;width:auto;padding:14px}.cookie-actions{justify-content:stretch}.cookie-actions button{flex:1}
  .legal-copy,.content-intro,.content-article,.delivery-panel{padding:18px;border-radius:13px}
  .company-data{margin-bottom:10px}
}
@media(max-width:430px){
  .v12-hero,.v12-hero .hero-slide{height:390px!important;min-height:390px!important}.v12-hero .hero-content{padding-left:22px!important;padding-right:22px!important}.v12-hero .hero-content h1{font-size:34px!important}.v12-hero .hero-content p{max-width:100%!important}
  .journey-grid>a{min-height:96px}.journey-grid>a strong{font-size:13px}
  .purchase-trust{grid-template-columns:1fr}
  .bundle-action{grid-template-columns:1fr}.bundle-action .btn{width:100%}
}
/* Ajuste estrutural das sugestões do carrinho v0.12.0 */
.cart-gift-suggestions>div{display:flex;flex-direction:column;gap:2px;margin-bottom:9px}.cart-gift-suggestions>div strong{font-size:10px;color:#173b5d;text-transform:uppercase;letter-spacing:.06em}.cart-gift-suggestions>div span{font-size:9px;color:#718096}
.cart-gift-suggestions article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;margin-top:7px;padding:7px;border:1px solid #edf2f6;border-radius:10px;background:#fbfdff}
.cart-gift-suggestions article>[data-drawer-product]{border:0;background:transparent;padding:0;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px;text-align:left;cursor:pointer;min-width:0}
.cart-gift-suggestions article img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:7px}.cart-gift-suggestions article span{min-width:0;display:flex;flex-direction:column;gap:2px}.cart-gift-suggestions article b{font-size:9px;line-height:1.25;color:#1e3b54}.cart-gift-suggestions article small{font-size:9px;color:#087443;font-weight:800}.cart-gift-suggestions [data-gift-add]{width:31px;height:31px;border:0;border-radius:8px;background:#e7f2ff;color:#0b5fc4;font-size:18px;font-weight:900;cursor:pointer}
/* Logo oficial 600×200 enviada para a v0.12.0 */
.brand-logo{height:52px!important;width:auto!important;max-width:220px!important;mix-blend-mode:normal!important;filter:none!important}.logo-link{background:transparent!important;padding-left:0!important;padding-right:0!important}
@media(max-width:768px){.brand-logo{height:auto!important;max-width:106px!important}.logo-link{width:112px!important;min-width:112px!important}}
@media(max-width:430px){.brand-logo{max-width:92px!important}.logo-link{width:96px!important;min-width:96px!important}}

/* v0.12.1 — categorias, checkout e menu mobile */
.payment-option{display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important;min-height:52px!important;line-height:1.2!important;background:#fff!important}
.payment-option strong{display:block!important;font-size:12px!important;line-height:1.2!important}
.checkout-summary [data-place-order]{display:flex!important;position:relative!important;z-index:2!important;margin-top:14px!important}
.checkout-secure-note{display:block!important;width:100%!important;box-sizing:border-box!important;position:static!important;clear:both!important;margin:12px 0 0!important;padding:11px 12px!important;border-radius:10px!important;white-space:normal!important;overflow:visible!important;line-height:1.55!important}
.more-menu{background:#fff!important;color:#101828!important;opacity:1!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:130!important}
.more-menu a{background:#fff!important;color:#101828!important;opacity:1!important}
.more-menu a:hover{background:#f3f6f9!important;color:#0a3f63!important}
@media(max-width:768px){
  .more-wrap{position:relative!important}
  .more-menu{position:absolute!important;right:0!important;top:44px!important;width:min(250px,78vw)!important;background:#fff!important;border:1px solid #dfe6ec!important;box-shadow:0 18px 48px rgba(4,24,38,.28)!important}
  .more-menu a{display:block!important;color:#101828!important;background:#fff!important;border-radius:8px!important}
  .payment-options{gap:10px!important}
  .payment-option{min-height:54px!important;font-size:13px!important}
}

.payment-options{display:flex!important;align-items:stretch!important;gap:10px!important}.payment-option{flex:1 1 0!important}


/* v0.12.7 — preço transparente no seletor de variações */
.price-from-label{font-size:10px;font-weight:800;color:#667085;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}
.variation-price-options{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
.variation-price-choice{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 12px;text-align:left;align-items:center;padding:12px 13px!important}
.variation-price-choice>span{font-size:12px;font-weight:850;color:#172b3f}.variation-price-choice>strong{font-size:12px;color:#087443;white-space:nowrap}.variation-price-choice>small{grid-column:1/-1;font-size:10px;color:#667085;font-weight:600}.variation-price-choice.active>span{color:var(--blue)}
.variation-price-alert{display:grid;gap:3px;margin:12px 0 4px;padding:10px 12px;border-left:3px solid var(--blue);background:#f1f7ff;color:#24445f;font-size:11px}.variation-price-alert span{color:#667085;font-size:10px}
.selected-variation-price{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:4px 0 14px;padding:10px 12px;border:1px solid var(--line);background:#fafcff;font-size:11px;color:#667085}.selected-variation-price strong{color:#087443;font-size:13px}.selected-variation-price small{margin-left:auto;color:#475467}
@media(max-width:520px){.variation-price-choice{grid-template-columns:1fr}.variation-price-choice>strong{grid-column:1}.selected-variation-price{display:grid}.selected-variation-price small{margin-left:0}}

/* v0.14.0 — Loja Atacado */
.wholesale-store{background:#f7f9fb}
.wholesale-topbar{border-bottom:1px solid #d9e4ed}
.wholesale-ribbon{background:#073a5b;color:#fff;text-align:center;padding:8px 14px;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.wholesale-logo-link{display:flex!important;align-items:center!important;gap:9px!important}.wholesale-logo-link span{font-size:10px;font-weight:950;letter-spacing:.12em;color:#073a5b;border-left:1px solid #ccd9e4;padding-left:9px}
.mobile-wholesale-label{display:block;padding:9px 11px;margin:4px 0 8px;border-radius:8px;background:#eef6fc;color:#073a5b;font-size:10px;letter-spacing:.05em}
.wholesale-hero{padding:44px 0 30px;background:linear-gradient(135deg,#f5f9fc 0%,#fff 70%);border-bottom:1px solid #e1e9ef}
.wholesale-hero-inner{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(240px,.55fr);gap:34px;align-items:center}
.wholesale-hero h1{max-width:720px;margin:8px 0 12px;font-size:clamp(30px,4.2vw,54px);line-height:1.02;letter-spacing:-.035em;color:#102f48}.wholesale-hero p{max-width:680px;color:#64788a;line-height:1.65}.wholesale-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.wholesale-minimum-card{padding:24px;border:1px solid #d7e5ef;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(20,55,80,.07);display:grid;gap:3px}.wholesale-minimum-card span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#64788a}.wholesale-minimum-card strong{font-size:33px;line-height:1.15;color:#073a5b}.wholesale-minimum-card small{font-size:11px;color:#7b8c99}
.wholesale-card-label,.wholesale-detail-label{font-size:9px;font-weight:900;letter-spacing:.08em;color:#5f7487;text-transform:uppercase}.wholesale-card-price{color:#087443!important;font-size:18px!important}.wholesale-card-note{color:#7b8c99!important;font-weight:650!important}
.wholesale-product-card .discount-badge{display:none!important}.wholesale-product-card .pricing-block{min-height:68px}
.wholesale-detail-label{margin-top:19px;margin-bottom:3px}.wholesale-trust{margin-top:18px}
.wholesale-minimum-progress{margin:0 0 16px;padding:13px 14px;border:1px solid #d6e5ef;border-radius:12px;background:#f7fbfe}.wholesale-minimum-progress.unlocked{border-color:#bee6cf;background:#f4fbf7}.wholesale-minimum-progress.unlocked .cart-gift-track i{background:#17834d}.wholesale-minimum-progress .cart-gift-copy strong{color:#173b5d}.wholesale-minimum-progress.unlocked .cart-gift-copy strong{color:#087443}
.minimum-disabled{opacity:.58!important;cursor:not-allowed!important;filter:saturate(.4)}
.wholesale-min-blocked{max-width:660px;margin:42px auto;padding:30px;border:1px solid #dbe6ee;border-radius:18px;background:#fff;box-shadow:0 15px 45px rgba(16,42,67,.07)}.wholesale-min-blocked h1{margin:7px 0 18px}.wholesale-min-blocked>p{color:#667b8d}.wholesale-min-blocked .btn{margin:8px 7px 0 0}
.wholesale-footer{margin-top:50px}
@media(max-width:900px){.wholesale-hero-inner{grid-template-columns:1fr}.wholesale-minimum-card{max-width:360px}.wholesale-hero{padding:30px 0 24px}}
@media(max-width:768px){.wholesale-ribbon{font-size:8px;padding:7px 8px}.wholesale-logo-link span{font-size:8px}.wholesale-hero h1{font-size:34px}.wholesale-minimum-card{padding:18px}.wholesale-minimum-card strong{font-size:28px}.wholesale-min-blocked{margin:20px 0;padding:20px}}
.wholesale-entry-link{font-weight:900!important;color:#0a5d8f!important}.wholesale-entry-link:hover{color:#073a5b!important}
