
:root{
 --ink:#0f172a;--muted:#64748b;--line:#e5e7eb;--bg:#f8fafc;--card:#fff;
 --primary:#241832;--green:#16a34a;--green2:#ecfdf5;--blue:#2563eb;--blue2:#eff6ff;
 --red:#dc2626;--amber:#f59e0b;--shadow:0 18px 46px rgba(15,23,42,.08)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink)}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.wrap{width:min(1180px,92%);margin:auto}
.topbar{background:#241832;color:#fff;text-align:center;padding:10px 14px;font-size:13px;font-weight:800}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.logo{font-weight:950;font-size:22px}.logo small{display:block;color:var(--muted);font-size:11px;font-weight:650;margin-top:3px}
.navlinks{display:flex;gap:22px;font-size:14px;font-weight:850;color:#475569}
.btn{border:0;border-radius:14px;padding:13px 18px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.btn.primary{background:var(--primary);color:#fff}.btn.green{background:var(--green);color:#fff}.btn.ghost{background:#fff;border:1px solid var(--line)}
.btn.sm{padding:10px 13px;border-radius:11px;font-size:13px}
.kicker{font-size:12px;font-weight:950;letter-spacing:.08em;color:#475569;text-transform:uppercase}
h1{font-size:clamp(42px,6vw,70px);line-height:1.01;letter-spacing:-.045em;margin:0 0 18px}
h2{font-size:clamp(30px,4vw,46px);line-height:1.06;letter-spacing:-.03em;margin:0}
h3{line-height:1.25}
.lead{font-size:18px;line-height:1.7;color:var(--muted)}
.heroHome{padding:76px 0;background:radial-gradient(circle at 10% 20%,rgba(37,99,235,.10),transparent 28%),radial-gradient(circle at 95% 10%,rgba(22,163,74,.08),transparent 24%),#fff}
.heroHomeGrid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.heroHomeCard{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;border-radius:28px;padding:30px;box-shadow:var(--shadow)}
.heroHomeCard p{color:#cbd5e1;line-height:1.65}
.pills{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.pill{background:#fff;border:1px solid var(--line);padding:9px 12px;border-radius:999px;font-size:12px;font-weight:850;color:#334155}
.section{padding:72px 0}.section.white{background:#fff}
.sectionHead{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.cardMedia{height:245px;background:linear-gradient(145deg,#eff6ff,#fff);display:grid;place-items:center;position:relative;overflow:hidden}
.cardMedia img{width:100%;height:100%;object-fit:cover}.cardMedia .emoji{font-size:88px}
.badge{position:absolute;top:14px;left:14px;background:#0f172a;color:#fff;padding:8px 10px;border-radius:999px;font-size:10px;font-weight:950}
.cardBody{padding:20px}.cardBody h3{font-size:20px;margin:0 0 8px}.cardBody p{font-size:14px;line-height:1.55;color:var(--muted)}
.priceRow{display:flex;gap:10px;align-items:end;margin:16px 0}.price{font-size:28px;font-weight:950}.old{text-decoration:line-through;color:#94a3b8;font-size:13px}
.block{padding:70px 0}.block.compact{padding:40px 0}.block.soft{background:#f8fafc}.block.white{background:#fff}
.heroBlock{padding:46px 0 68px;background:linear-gradient(135deg,#f8fafc,#fff)}
.heroGrid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.heroMedia{min-height:540px;border-radius:30px;border:1px solid var(--line);background:#f1f5f9;display:grid;place-items:center;overflow:hidden;position:relative}
.heroMedia img{width:100%;height:100%;min-height:540px;object-fit:cover}.heroFallback{font-size:160px}
.heroContent{padding:18px 0}.heroTitle{font-size:clamp(36px,5vw,60px);line-height:1.02;letter-spacing:-.04em;margin:8px 0 16px}
.offerGrid{display:grid;gap:12px}.offer{border:2px solid var(--line);background:#fff;border-radius:18px;padding:16px;cursor:pointer;position:relative;transition:.18s ease}.offer:hover{border-color:#86efac;transform:translateY(-1px)}.offer.active{border-color:var(--green);box-shadow:0 10px 30px rgba(22,163,74,.13)}
.offerTag{position:absolute;right:14px;top:-10px;background:var(--green);color:#fff;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:950}
.offerRow{display:flex;align-items:center;justify-content:space-between;gap:14px}
.trustGrid,.benefitGrid,.testiGrid,.includeGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.trustGrid{grid-template-columns:repeat(2,1fr)}
.trust,.benefit,.testi,.includeItem,.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow)}
.trust{font-size:14px;font-weight:800}.benefit p,.testi p,.textBlock p,.needBlock p,.imageText p,.ctaBlock p{color:var(--muted);line-height:1.7}
.needBlock{background:linear-gradient(135deg,#fff7ed,#fff);border-top:1px solid #fed7aa;border-bottom:1px solid #fed7aa}
.needCard{max-width:900px;margin:auto;text-align:center}
.needCard h2{font-size:clamp(32px,4vw,48px)}
.imageTextGrid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.imageTextGrid.reverse .imageTextMedia{order:2}
.imageTextMedia{min-height:390px;border-radius:26px;overflow:hidden;background:#f1f5f9;border:1px solid var(--line);display:grid;place-items:center}.imageTextMedia img{width:100%;height:100%;min-height:390px;object-fit:cover}
.includeItem{display:flex;gap:10px;align-items:flex-start}
.formWrap{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:850;color:#334155}
.field input,.field textarea,.field select{padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:#fff}.field textarea{min-height:90px;resize:vertical}
.notice{padding:14px 16px;border-radius:14px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a}
.faq details{border-bottom:1px solid var(--line);padding:17px 0}.faq summary{font-weight:900;cursor:pointer}.faq p{color:var(--muted);line-height:1.65}
.ctaBlock{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;text-align:center}.ctaBlock p{color:#cbd5e1;max-width:760px;margin:14px auto 22px}
.textBlock .inner{max-width:900px}.textBlock .body{white-space:normal}
.floatBar{position:fixed;bottom:0;left:0;right:0;z-index:70;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);border-top:1px solid var(--line);box-shadow:0 -10px 30px rgba(0,0,0,.06);padding:11px 15px}
.floatInner{width:min(1080px,96%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.floatBtns{display:flex;gap:10px}
.hidden{display:none!important}.empty{padding:60px 20px;text-align:center;color:var(--muted)}
footer{background:#0b1220;color:#fff}
@media(max-width:920px){
 .heroHomeGrid,.heroGrid,.formWrap,.imageTextGrid{grid-template-columns:1fr}
 .grid,.benefitGrid,.testiGrid,.includeGrid{grid-template-columns:1fr 1fr}
 .heroMedia{min-height:380px}.heroMedia img{min-height:380px}.imageTextGrid.reverse .imageTextMedia{order:0}
}
@media(max-width:640px){
 .navlinks{display:none}.grid,.benefitGrid,.testiGrid,.includeGrid,.trustGrid,.formGrid{grid-template-columns:1fr}
 .sectionHead{flex-direction:column;align-items:flex-start}.floatInner{flex-direction:column;align-items:stretch}.floatBtns{width:100%}.floatBtns>*{flex:1}
 body.hasFloat{padding-bottom:112px}
}

/* V8.2 — CTA de conversión */
.salesCta{background:linear-gradient(135deg,#fff7ed,#fff);border-top:1px solid #fed7aa;border-bottom:1px solid #fed7aa}
.salesCtaBox{max-width:980px;margin:auto;background:#fff;border:2px solid #fb7185;border-radius:26px;padding:28px;box-shadow:0 18px 50px rgba(15,23,42,.08);text-align:center}
.salesCtaPriceRow{display:flex;align-items:end;justify-content:center;gap:14px;flex-wrap:wrap;margin:16px 0 6px}
.salesCtaPrice{font-size:44px;font-weight:950;letter-spacing:-.03em}
.salesCtaOld{font-size:18px;color:#94a3b8;text-decoration:line-through}
.salesCtaSave{display:inline-flex;align-items:center;gap:6px;background:#fb7185;color:#fff;border-radius:999px;padding:8px 12px;font-weight:950;font-size:12px;margin:8px 0 18px}
.salesCtaBtn{width:min(520px,100%);font-size:18px;padding:16px 20px;border-radius:15px;background:#16a34a;color:#fff;border:none;font-weight:950;cursor:pointer;box-shadow:0 10px 24px rgba(22,163,74,.22)}
.salesCtaBtn:hover{transform:translateY(-1px)}
.salesCtaMicro{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:14px;color:#475569;font-size:12px;font-weight:800}
.offerCtaWrap{text-align:center;margin-top:18px}
.offerCtaBtn{width:min(520px,100%);font-size:17px;padding:15px 18px}
.offerHint{font-size:12px;color:#64748b;margin-top:8px}

/* V8.3 — señal en vivo + temporizador de selección */
.liveSignalRow{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin:14px 0 2px}
.liveSignal{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:850;color:#475569}
.liveDot{width:8px;height:8px;border-radius:999px;background:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.10)}
.selectionTimer{font-variant-numeric:tabular-nums}
.offerCtaBtn:disabled,#floatForm:disabled{opacity:.55;cursor:not-allowed;transform:none}


/* V8.6 — Checkout estilo contraentrega */
.checkoutBox{max-width:760px;margin:auto;background:#fffaf7;border:1px solid #f2d1d1;border-radius:22px;padding:18px;box-shadow:0 18px 46px rgba(15,23,42,.08)}
.checkoutHeader{display:flex;align-items:center;gap:10px;padding:4px 4px 16px;margin-bottom:16px;border-bottom:1px solid #eadede;color:#9f2b2b;font-weight:900;letter-spacing:.02em}
.checkoutHome{font-size:20px}
.checkoutOffers{display:grid;gap:12px}
.checkoutOffer{border:2px solid #f1c9cf;border-radius:16px;background:#fff;cursor:pointer;transition:.18s ease}
.checkoutOffer.active{border-color:#ff5b7d;box-shadow:0 8px 24px rgba(251,113,133,.16)}
.checkoutOfferInner{display:grid;grid-template-columns:58px 1fr 22px;gap:14px;align-items:center;padding:12px 14px}
.checkoutThumb{width:58px;height:58px;border-radius:10px;background:#fff3f4;border:1px solid #f7d0d6;display:grid;place-items:center;overflow:hidden}
.checkoutThumb img{width:100%;height:100%;object-fit:cover}
.checkoutOfferTitle{font-size:15px;font-weight:900;color:#a02f43;letter-spacing:.01em}
.checkoutPriceRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:18px;color:#111827;margin-top:5px}
.checkoutPriceRow strong{font-size:18px}
.checkoutOld{text-decoration:line-through;color:#7b7b7b;font-size:14px}
.checkoutMiniBadge{display:inline-flex;align-items:center;background:#ff5578;color:#fff;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:900;line-height:1.1;margin-top:8px}
.checkoutRadio,.shippingRadio{width:20px;height:20px;border-radius:999px;border:2px solid #ff5b7d;display:inline-block;position:relative;flex:0 0 20px}
.checkoutRadio.checked::after,.shippingRadio.checked::after{content:'';position:absolute;inset:4px;border-radius:999px;background:#ff5b7d}
.checkoutSummary{margin-top:14px;border:1px solid #f1c9cf;border-radius:14px;background:#fff;padding:14px 16px}
.summaryRow{display:flex;justify-content:space-between;gap:10px;padding:6px 0;color:#9b5d5d}
.summaryRow+.summaryRow{border-top:1px solid #f4dddd}
.summaryRow.total{font-size:16px;font-weight:900;color:#9f2b2b}
.summaryRow.total strong{font-size:19px}
.free{color:#b64848}
.shippingBox{margin-top:14px;border:2px solid #f16a6a;border-radius:14px;background:#fff;display:flex;align-items:center;gap:12px;padding:14px 16px;color:#7f1d1d;font-weight:800}
.shippingBox strong{margin-left:auto;color:#b64848}
.waNotice{margin-top:14px;border:1px solid #efd98b;background:#fff7d8;border-radius:12px;padding:12px 14px;display:flex;align-items:flex-start;gap:12px;color:#6b5b19}
.waIcon{font-size:30px;line-height:1}
.requiredNote{margin:14px 2px 8px;color:#8b7b7b;font-size:13px;font-weight:700}
.checkoutFormGrid{display:grid;grid-template-columns:1fr;gap:12px}
.checkoutFormGrid .field{gap:6px}
.checkoutFormGrid .field label{font-size:13px;color:#a33a3a;font-weight:900;letter-spacing:.05em}
.inputWrap{position:relative}
.inputIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:14px;opacity:.85}
.inputWrap input,.inputWrap textarea,.inputWrap select{width:100%;padding:14px 14px 14px 38px;border:1.5px solid #efc3c8;border-radius:10px;background:#fff;color:#1f2937}
.selectWrap select{padding-left:14px;appearance:auto}
.confirmLabel{margin-top:10px;color:#6b3a3a;font-weight:800}
.confirmCheck{display:flex;align-items:flex-start;gap:10px;margin-top:8px;color:#7d4b4b;font-size:15px}
.confirmCheck input{margin-top:3px}
.confirmError{display:none;color:#ef4444;font-size:13px;margin-top:8px}
.confirm-error-visible .confirmError{display:block}
.checkoutSubmit{margin-top:14px;width:100%;border:0;border-radius:10px;background:#16a34a;color:#fff;padding:16px 18px;font-weight:900;font-size:18px;cursor:pointer;box-shadow:0 10px 24px rgba(22,163,74,.22)}
.checkoutSubmit:hover{transform:translateY(-1px)}
@media(max-width:640px){
  .checkoutBox{padding:14px;border-radius:18px}
  .checkoutOfferInner{grid-template-columns:52px 1fr 20px;gap:10px;padding:12px}
  .checkoutThumb{width:52px;height:52px}
  .checkoutOfferTitle{font-size:13px}
  .checkoutPriceRow strong{font-size:16px}
  .checkoutMiniBadge{font-size:11px;padding:6px 10px}
  .checkoutSubmit{font-size:17px}
}

/* V8.7 — Checkout dentro del botón de compra */
body.checkout-open{overflow:hidden}
.checkoutModal{position:fixed;inset:0;z-index:200;display:none}
.checkoutModal.open{display:block}
.checkoutBackdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(4px)}
.checkoutSheet{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(820px,94vw);max-height:92vh;background:#fffaf7;border-radius:24px;box-shadow:0 30px 90px rgba(15,23,42,.30);overflow:hidden;border:1px solid #f2d1d1}
.checkoutScroll{max-height:92vh;overflow:auto;overscroll-behavior:contain;padding:18px}
.checkoutBoxModal{max-width:none;margin:0;border:0;box-shadow:none;padding:8px 8px 18px;background:transparent}
.checkoutClose{position:absolute;right:14px;top:12px;z-index:4;width:38px;height:38px;border:0;border-radius:999px;background:#fff;color:#9f2b2b;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.10)}
.floatInner.singleBuy{gap:18px}
.floatProduct{min-width:0;flex:1}
.floatProduct strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.floatProduct span{color:#64748b}
.floatBuy{min-width:270px;font-size:15px}
.checkoutModal .checkoutHeader{padding-right:46px}
@media(max-width:640px){
  .checkoutModal{align-items:flex-end}
  .checkoutSheet{left:0;right:0;top:auto;bottom:0;transform:none;width:100%;max-height:94dvh;border-radius:22px 22px 0 0;animation:checkoutUp .22s ease-out}
  .checkoutScroll{max-height:94dvh;padding:12px 10px 24px}
  .checkoutBoxModal{padding:4px 2px 20px}
  .checkoutClose{right:12px;top:10px}
  .floatInner.singleBuy{flex-direction:column;align-items:stretch;gap:8px}
  .floatProduct{display:none}
  .floatBuy{min-width:0;width:100%;font-size:16px;padding:14px 16px}
  body.hasFloat{padding-bottom:76px}
}
@keyframes checkoutUp{from{transform:translateY(28px);opacity:.65}to{transform:translateY(0);opacity:1}}


/* V8.8 — texto enriquecido */
.richText{word-break:normal;overflow-wrap:anywhere}
.richText p,.richText div{margin:.45em 0}
.richText p:first-child,.richText div:first-child{margin-top:0}
.richText p:last-child,.richText div:last-child{margin-bottom:0}
.richText ul,.richText ol{margin:.7em 0;padding-left:1.55em;text-align:left}
.richText li{margin:.3em 0}
.richText[style*="text-align: center"] ul,.richText[style*="text-align: center"] ol{display:inline-block;text-align:left}
.benefitText{color:var(--muted);line-height:1.7}
.faqAnswer{color:var(--muted);line-height:1.65;padding-bottom:6px}


/* V8.9 — carrusel de capturas */
.carouselWrap{position:relative;padding:4px 42px}
.carouselTrack{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,270px);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:6px 2px 10px}
.carouselTrack::-webkit-scrollbar{display:none}
.carouselCard{scroll-snap-align:start;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}
.carouselMedia{aspect-ratio:9/16;background:#f8fafc}
.carouselMedia img{width:100%;height:100%;object-fit:cover;display:block}
.carouselCaption{padding:12px 14px;font-size:13px;font-weight:850;color:#475569;text-align:center}
.carouselNav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:999px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);display:grid;place-items:center;font-size:24px;line-height:1;color:#0f172a;cursor:pointer;z-index:2}
.carouselNav.prev{left:0}.carouselNav.next{right:0}
.carouselDots{display:flex;justify-content:center;gap:8px;margin-top:10px;flex-wrap:wrap}
.carouselDot{width:10px;height:10px;border-radius:999px;border:0;background:#cbd5e1;cursor:pointer;padding:0}
.carouselDot.active{background:#16a34a;transform:scale(1.1)}
@media(max-width:640px){
  .carouselWrap{padding:4px 0 0}
  .carouselTrack{grid-auto-columns:minmax(200px,78vw);padding-bottom:6px}
  .carouselNav{display:none}
}


/* V9.0 STABLE — variantes de oferta robustas */
.offerProductName{font-size:12px;color:#64748b;margin-top:4px;max-width:620px;line-height:1.35}
.checkoutOfferProduct{font-size:11px;color:#8b5b63;line-height:1.35;margin-top:3px}
.offer,.checkoutOffer{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.checkoutSubmit:disabled,.floatBuy:disabled,.offerCtaBtn:disabled{opacity:.55;cursor:not-allowed}
@media(max-width:640px){
  .offerProductName{font-size:11px;max-width:56vw}
  .checkoutOfferProduct{font-size:10px}
}

/* V10 PRO — motion sutil */
.revealPending{opacity:0;transform:translateY(14px);transition:opacity .42s ease,transform .42s ease}.revealPending.revealIn{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.revealPending{opacity:1;transform:none;transition:none}}


/* V10.1 — confirmación de pedido */
.orderSuccessModal{position:fixed;inset:0;z-index:260;display:grid;place-items:center;padding:18px}.orderSuccessBackdrop{position:absolute;inset:0;background:rgba(15,23,42,.65);backdrop-filter:blur(4px)}.orderSuccessCard{position:relative;width:min(440px,94vw);background:#fff;border-radius:24px;padding:28px;text-align:center;box-shadow:0 30px 90px rgba(15,23,42,.35)}.orderSuccessIcon{font-size:48px}.orderSuccessCard h2{font-size:30px;margin:8px 0 10px}.orderSuccessCard p{color:#64748b;line-height:1.65;white-space:pre-wrap;margin:0 0 18px}


/* V10.3 — Footer global PERTEMOMENTS */
.crFooter{background:#0b1220;color:#fff;padding:0 0 28px;border-top:1px solid #1e293b}
.crFooterTrust{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#263245;border-radius:0 0 16px 16px;overflow:hidden;margin-bottom:34px}
.crFooterTrust span{background:#111b2d;color:#e2e8f0;padding:13px 16px;text-align:center;font-size:12px;font-weight:850}
.crFooterGrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:46px;padding:0 0 32px}
.crFooterGrid section{min-width:0}.crFooterBrand{font-size:24px;font-weight:950;letter-spacing:.01em}.crFooterTag{color:#94a3b8;font-size:13px;font-weight:700;margin-top:5px}.crFooterGrid h3{font-size:14px;margin:0 0 14px;color:#fff}.crFooterGrid p{color:#cbd5e1;font-size:13px;line-height:1.75;margin:13px 0}.crFooterGrid a{color:#e2e8f0;font-size:13px;line-height:1.7}.crFooterGrid a:hover{color:#fff;text-decoration:underline}.crFooterBadge{display:inline-flex!important;align-items:center;gap:6px;border:1px solid #334155;border-radius:999px;padding:7px 10px;color:#cbd5e1!important;font-size:11px!important;font-weight:850}
.crFooterLinks{display:grid;gap:9px}.crFooterLinks a{width:max-content;max-width:100%;border-bottom:1px solid transparent}.crFooterLinks a:hover{border-bottom-color:#64748b;text-decoration:none}.crFooterMuted{color:#94a3b8!important}
.crFooterBottom{border-top:1px solid #263245;padding-top:18px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.crFooterBottom span{color:#94a3b8;font-size:11px;line-height:1.5}
@media(max-width:760px){.crFooter{padding-bottom:22px}.crFooterTrust{grid-template-columns:1fr;margin-bottom:26px}.crFooterTrust span{border-bottom:1px solid #263245}.crFooterGrid{grid-template-columns:1fr;gap:26px;padding-bottom:26px}.crFooterBottom{flex-direction:column;gap:7px}}

/* PERTEMOMENTS SYSTEM V11.1 360 — tienda pública */
:root{--cr-navy:#0B1633;--cr-navy2:#13264F;--cr-green:#20B15A;--cr-green-dark:#17924A;--cr-soft:#F5F7FB;--cr-line:#D9E0EA}
body{background:var(--cr-soft)}
.storeHeader{background:rgba(255,255,255,.985)}
.logo{display:flex;align-items:center;gap:10px;color:var(--cr-navy)}
.brandMark{width:38px;height:38px;border-radius:11px;background:var(--cr-navy);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:950;letter-spacing:-.04em;box-shadow:0 7px 20px rgba(11,22,51,.13)}
.v11HomeHero{padding:66px 0 58px;background:radial-gradient(circle at 9% 16%,rgba(30,58,109,.11),transparent 32%),radial-gradient(circle at 93% 8%,rgba(32,177,90,.10),transparent 25%),#fff}
.v11HomeHero h1{color:var(--cr-navy);max-width:730px}.v11HomeHero .lead{max-width:680px}.heroShopBtn{margin-top:22px;min-width:170px;background:var(--cr-green)!important}.heroShopBtn:hover{background:var(--cr-green-dark)!important}
.v11HeroCard{background:linear-gradient(145deg,var(--cr-navy),var(--cr-navy2));padding:30px}.kicker.light{color:#BFD0EF}.v11HeroCard h2{font-size:38px;margin:5px 0 20px}.v11Steps{list-style:none;padding:0;margin:0;display:grid;gap:13px}.v11Steps li{display:flex;align-items:center;gap:12px;padding:11px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(255,255,255,.045)}.v11Steps li>span{width:34px;height:34px;border-radius:999px;background:var(--cr-green);display:grid;place-items:center;font-weight:950}.v11Steps strong{display:block}.v11Steps small{display:block;color:#B7C5D9;margin-top:3px;line-height:1.35}
.v11TrustStrip{background:#fff;border-top:1px solid #EDF1F5;border-bottom:1px solid #E3E8EF}.v11TrustStrip .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.v11TrustStrip span{text-align:center;padding:15px 10px;font-size:12px;font-weight:850;color:#40506A;border-right:1px solid #E8EDF3}.v11TrustStrip span:last-child{border-right:0}
.catalogLead{color:var(--muted);margin:8px 0 0}.v11CatalogGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.v11CatalogCard{display:flex;flex-direction:column;min-height:100%}.v11CatalogCard .cardBody{display:flex;flex-direction:column;flex:1}.v11CatalogCard .cardBody p{min-height:44px}.v11CatalogCard .btn{margin-top:auto}.v11RatingSummary{display:flex;align-items:center;gap:7px;margin:8px 0 2px;font-size:12px;color:#5F6C80}.v11RatingStars{color:#F5A524;letter-spacing:1px;font-size:13px}.v11OfferPreview{display:grid;gap:7px;margin:14px 0}.v11OfferMini{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #DFE6EE;background:#F9FBFD;border-radius:11px;padding:9px 10px}.v11OfferMini strong{font-size:12px;color:var(--cr-navy)}.v11OfferMini span{font-size:12px;font-weight:950;color:#11743B}.v11OfferMini em{font-style:normal;color:#7A8799;font-size:10px;display:block;margin-top:2px}.v11CardPriceLabel{font-size:10px;color:#7B8798;text-transform:uppercase;font-weight:850;letter-spacing:.04em}
.crSupportFloat{position:fixed;right:18px;bottom:88px;z-index:120;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #CFE9D8;border-radius:18px;padding:10px 13px 10px 10px;box-shadow:0 16px 46px rgba(11,22,51,.18);transition:.18s ease}.crSupportFloat:hover{transform:translateY(-2px);box-shadow:0 20px 50px rgba(11,22,51,.22)}.crSupportIcon{width:42px;height:42px;border-radius:13px;background:#20B15A;color:#fff;display:grid;place-items:center;font-size:22px}.crSupportText strong{display:block;color:#0B1633;font-size:13px}.crSupportText small{display:block;color:#667085;font-size:10px;margin-top:2px}.crSupportDot{width:8px;height:8px;border-radius:50%;background:#20B15A;margin-left:2px;box-shadow:0 0 0 4px rgba(32,177,90,.12)}
.crReviewsSection{background:#fff;border-top:1px solid #E8EDF3;border-bottom:1px solid #E8EDF3}.crReviewsHead{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.crReviewsSummary{display:flex;align-items:center;gap:10px;background:#F8FAFC;border:1px solid #E1E7EF;border-radius:14px;padding:10px 13px}.crReviewsSummary strong{font-size:24px;color:#0B1633}.crReviewGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.crReviewCard{border:1px solid #E0E6EE;background:#fff;border-radius:18px;padding:17px;box-shadow:0 10px 28px rgba(11,22,51,.045)}.crReviewCard .stars{color:#F5A524;letter-spacing:1px}.crReviewCard p{color:#475467;line-height:1.55;font-size:13px;min-height:60px}.crReviewMeta{display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:11px;color:#7B8798}.crVerified{display:inline-flex;background:#ECFDF3;color:#11743B;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:900}.crReviewReply{margin-top:10px;padding:9px 10px;background:#F6F8FB;border-left:3px solid #1E3A6D;border-radius:8px;color:#506079;font-size:11px;line-height:1.5}.crReviewFormWrap{margin-top:18px;border:1px solid #E0E6EE;border-radius:16px;background:#F8FAFC;padding:14px}.crReviewForm{display:grid;grid-template-columns:1fr 160px;gap:10px}.crReviewForm textarea{grid-column:1/-1;min-height:82px}.crReviewForm input,.crReviewForm textarea{width:100%;border:1px solid #D7DFE9;border-radius:10px;padding:11px;background:#fff}.crReviewStarsInput{display:flex;align-items:center;gap:3px}.crReviewStarsInput button{border:0;background:transparent;color:#CBD5E1;font-size:24px;cursor:pointer;padding:0}.crReviewStarsInput button.active{color:#F5A524}.crReviewFormActions{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;gap:10px}.crReviewFormActions small{color:#7B8798;line-height:1.4}.crReviewThanks{padding:12px;border:1px solid #BCE8CC;background:#ECFDF3;color:#11743B;border-radius:10px;font-size:12px;font-weight:800}
@media(max-width:920px){.v11CatalogGrid,.crReviewGrid{grid-template-columns:1fr 1fr}.v11TrustStrip .wrap{grid-template-columns:1fr 1fr}.v11TrustStrip span:nth-child(2){border-right:0}.v11TrustStrip span:nth-child(-n+2){border-bottom:1px solid #E8EDF3}}
@media(max-width:640px){.v11CatalogGrid,.crReviewGrid,.crReviewForm{grid-template-columns:1fr}.crReviewForm textarea,.crReviewFormActions{grid-column:auto}.crReviewsHead{align-items:flex-start;flex-direction:column}.crSupportFloat{right:12px;bottom:82px;padding:9px}.crSupportText{display:none}.crSupportIcon{width:46px;height:46px}.v11TrustStrip .wrap{grid-template-columns:1fr 1fr}.topbar span{display:none}}

/* V11.1 · experiencia 360 / privacidad / catálogo */
.crCatalogTools{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(150px,.7fr) minmax(170px,.8fr) auto auto;gap:9px;align-items:center;margin:-10px 0 22px}.crCatalogTools input,.crCatalogTools select{width:100%;border:1px solid #dce3ec;background:#fff;border-radius:12px;padding:11px 12px;color:#243047;outline:none}.crCatalogTools input:focus,.crCatalogTools select:focus{border-color:#8db0e6;box-shadow:0 0 0 3px rgba(30,58,109,.08)}.crCatalogSearch{position:relative}.crCatalogSearch span{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#7b8798}.crCatalogSearch input{padding-left:34px}.crFavoritesOnly{border:1px solid #dce3ec;background:#fff;border-radius:12px;padding:11px 13px;font-weight:850;color:#475467;cursor:pointer;white-space:nowrap}.crFavoritesOnly.active{border-color:#f3a8ad;color:#b42318;background:#fff6f6}.crCatalogCount{font-size:11px;color:#748197;font-weight:800;white-space:nowrap}.v11CatalogCard{position:relative}.crFavoriteBtn{position:absolute;z-index:5;right:12px;top:12px;width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.92);box-shadow:0 5px 18px rgba(11,22,51,.12);font-size:22px;color:#667085;cursor:pointer;display:grid;place-items:center}.crFavoriteBtn.active{color:#d92d20}.crStockBadge{display:inline-flex;width:max-content;max-width:100%;align-items:center;border-radius:999px;padding:5px 8px;margin-bottom:8px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.crStockBadge.available{background:#ecfdf3;color:#11743b}.crStockBadge.low{background:#fff7e6;color:#b54708}.crStockBadge.out{background:#fff0ef;color:#b42318}.crConsent{position:fixed;left:16px;right:16px;bottom:16px;z-index:10000;display:flex;justify-content:center;pointer-events:none}.crConsentInner{pointer-events:auto;width:min(960px,100%);display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;background:#0b1633;color:#fff;border:1px solid #283a5c;border-radius:18px;padding:16px 17px;box-shadow:0 25px 80px rgba(5,12,28,.35)}.crConsent strong{font-size:13px}.crConsent p{margin:4px 0 0;color:#c6d1e3;font-size:11px;line-height:1.5;max-width:680px}.crConsentActions{display:flex;gap:8px;flex-wrap:wrap}.crConsentActions button{border:0;border-radius:11px;padding:10px 12px;font-size:11px;font-weight:900;cursor:pointer}.crConsentNecessary{background:#fff;color:#17213a}.crConsentAccept{background:#20b15a;color:#fff}.crPrivacyLink{border:0;background:transparent;color:#94a3b8!important;font-size:11px;cursor:pointer;padding:0;text-align:left}.crPrivacyLink:hover{color:#fff!important;text-decoration:underline}.crTrackHero{padding:58px 0 28px;background:radial-gradient(circle at 20% 10%,rgba(30,58,109,.10),transparent 32%),#fff}.crTrackCard{width:min(680px,92%);margin:0 auto 70px;background:#fff;border:1px solid #dce3ec;border-radius:22px;padding:24px;box-shadow:0 22px 60px rgba(11,22,51,.08)}.crTrackForm{display:grid;grid-template-columns:1fr 1fr;gap:10px}.crTrackForm .field{margin:0}.crTrackForm input{width:100%;border:1px solid #d8e0ea;border-radius:12px;padding:12px}.crTrackForm button{grid-column:1/-1}.crTrackResult{margin-top:16px}.crTrackResultCard{border:1px solid #dce3ec;border-radius:16px;padding:16px;background:#f9fbfd}.crTrackStatus{display:inline-flex;border-radius:999px;padding:6px 9px;background:#ecfdf3;color:#11743b;font-size:10px;font-weight:900}.crTrackGrid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px}.crTrackData{background:#fff;border:1px solid #e6ebf1;border-radius:11px;padding:10px}.crTrackData small{display:block;color:#7b8798;font-size:9px;text-transform:uppercase;font-weight:850}.crTrackData strong{display:block;margin-top:3px;color:#17213a;font-size:12px}.crTrackError{border:1px solid #fecaca;background:#fff7f7;color:#991b1b;border-radius:12px;padding:12px;font-size:12px}.crTrackPrivacy{margin-top:12px;color:#748197;font-size:10px;line-height:1.5}
@media(max-width:900px){.crCatalogTools{grid-template-columns:1fr 1fr}.crCatalogSearch{grid-column:1/-1}.crCatalogCount{justify-self:end}}
@media(max-width:640px){.crCatalogTools{grid-template-columns:1fr 1fr}.crCatalogSearch,.crCatalogTools select:nth-of-type(2){grid-column:1/-1}.crCatalogCount{display:none}.crConsentInner{grid-template-columns:1fr}.crConsentActions{justify-content:stretch}.crConsentActions button{flex:1}.crTrackForm,.crTrackGrid{grid-template-columns:1fr}.crTrackForm button{grid-column:auto}}

/* V11.2 · verificación humana / acciones públicas */
.crHumanCheck{margin:14px 0 10px;padding:12px;border:1px solid #dce5ef;border-radius:14px;background:#f8fafc;min-height:78px;display:flex;flex-direction:column;align-items:flex-start;gap:7px}
.crTurnstile{min-height:65px;max-width:100%}
.crTurnstileMessage{font-size:11px;color:#64748b;line-height:1.35}
.crTurnstile[data-cr-security-state="ok"]+.crTurnstileMessage{color:#15803d;font-weight:700}
.crTurnstile[data-cr-security-state="error"]+.crTurnstileMessage{color:#b91c1c;font-weight:700}
.crTurnstile[data-cr-security-state="warn"]+.crTurnstileMessage{color:#b45309;font-weight:700}
@media(max-width:380px){.crHumanCheck{padding:9px;overflow:hidden;transform-origin:left top}.crTurnstile{max-width:100%;overflow:hidden}}


/* V1.0.2 · Catálogo: recuperación + búsqueda predictiva */
.crCatalogSearch{z-index:20}
.crCatalogSuggestions{
  position:absolute;left:0;right:0;top:calc(100% + 7px);z-index:60;
  background:#fff;border:1px solid #dce3ec;border-radius:14px;
  box-shadow:0 18px 45px rgba(11,22,51,.16);overflow:hidden;
}
.crCatalogSuggestions[hidden]{display:none}
.crCatalogSuggestion{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;
  border:0;border-bottom:1px solid #edf1f5;background:#fff;padding:11px 13px;
  text-align:left;cursor:pointer;color:#17213a;
}
.crCatalogSuggestion:last-child{border-bottom:0}
.crCatalogSuggestion:hover,.crCatalogSuggestion.active{background:#f4f8ff}
.crCatalogSuggestionMain{min-width:0;display:block}
.crCatalogSuggestionMain strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.crCatalogSuggestionMain small{display:block;margin-top:3px;color:#748197;font-size:10px}
.crCatalogSuggestionPrice{flex:0 0 auto;color:#11743b;font-size:11px;font-weight:900}
.crCatalogNoResults{grid-column:1/-1;padding:34px 18px;border:1px dashed #d7dee8;border-radius:16px;background:#fff}
.crCatalogLoadError{grid-column:1/-1;display:grid;justify-items:center;gap:10px;padding:34px 18px;border:1px solid #fecaca;border-radius:16px;background:#fff7f7;color:#7f1d1d}
.crCatalogLoadError strong{font-size:16px}.crCatalogLoadError span{color:#7a8799;font-size:12px}
.crCatalogLoadError .btn{width:auto;margin:2px 0 0}
@media(max-width:640px){
  .crCatalogSuggestions{top:calc(100% + 5px)}
  .crCatalogSuggestion{padding:12px}
}


/* V1.0.3 · Landing UI polish — densidad, tipografía y jerarquía */
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* Hero de producto: composición compacta tipo ecommerce premium */
.heroBlock{
  padding:28px 0 40px;
  background:#fff;
  border-bottom:1px solid #eef2f6;
}
.heroBlock .wrap,
.block>.wrap{width:min(1080px,92%)}
.heroGrid{
  grid-template-columns:minmax(360px,480px) minmax(0,1fr);
  gap:36px;
  align-items:center;
}
.heroMedia{
  min-height:0;
  aspect-ratio:1/1;
  border-radius:18px;
  background:#fff;
  border:1px solid #e5e9ef;
  box-shadow:0 8px 28px rgba(15,23,42,.055);
}
.heroMedia img{
  width:100%;height:100%;min-height:0;
  object-fit:contain;
  display:block;
}
.heroContent{padding:0;max-width:540px}
.heroContent .kicker{margin-bottom:7px;font-size:11px;letter-spacing:.075em;color:#526176}
.heroTitle{
  font-size:clamp(30px,3.15vw,44px);
  line-height:1.09;
  letter-spacing:-.028em;
  font-weight:800;
  color:#111827;
  margin:0 0 12px;
}
.heroContent .lead{
  max-width:535px;
  font-size:15px;
  line-height:1.55;
  color:#59677b;
}
.heroContent .lead p,.heroContent .lead div{margin:.34em 0}
.heroContent .lead ul,.heroContent .lead ol{margin:.55em 0;padding-left:1.25em}
.heroContent .lead li{margin:.23em 0}
.heroContent .lead strong{font-weight:800;color:#1f2937}
.heroActions{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}
.heroActions .btn{
  min-height:46px;
  border-radius:10px;
  padding:12px 18px;
  font-size:14px;
  box-shadow:0 8px 18px rgba(22,163,74,.16);
}

/* Ritmo vertical coherente entre secciones */
.block{padding:50px 0}
.block.compact{padding:30px 0}
.heroBlock+.block{padding-top:38px}
.sectionHead{margin-bottom:20px;align-items:flex-end}
.block h2,.section h2{
  font-size:clamp(26px,2.7vw,36px);
  line-height:1.14;
  letter-spacing:-.025em;
}
.block h3{font-size:18px;margin:9px 0 7px;letter-spacing:-.01em}
.block .lead{font-size:15px;line-height:1.6}
.kicker{font-size:11px;letter-spacing:.075em}
.richText p,.richText div{margin:.35em 0}
.richText ul,.richText ol{margin:.55em 0}
.richText li{margin:.22em 0}

/* Cards y bloques de contenido más densos */
.benefitGrid,.testiGrid,.includeGrid{gap:14px}
.trustGrid{gap:12px}
.trust,.benefit,.testi,.includeItem,.panel{
  border-radius:16px;
  padding:18px;
  box-shadow:0 8px 24px rgba(15,23,42,.045);
}
.benefit p,.testi p,.textBlock p,.needBlock p,.imageText p,.ctaBlock p{line-height:1.6}
.imageTextGrid{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:34px}
.imageTextMedia{min-height:0;aspect-ratio:4/3;border-radius:18px}
.imageTextMedia img{width:100%;height:100%;min-height:0;object-fit:cover;display:block}
.imageText .btn{margin-top:12px}
.needCard{max-width:780px}
.needCard h2{font-size:clamp(28px,3.2vw,40px)}
.textBlock .inner{max-width:780px}

/* Oferta y CTA: agrupación visual clara */
.offerGrid{gap:10px;max-width:820px;margin-inline:auto}
.offer{border-width:1px;border-radius:14px;padding:14px}
.offer.active{border-width:2px}
.offerRow .price{font-size:24px}
.offerCtaWrap{margin-top:14px}
.offerCtaBtn{border-radius:10px;padding:13px 18px;font-size:15px}
.offerHint{margin-top:7px;font-size:11px}
.liveSignalRow{margin:12px 0 0}
.liveSignal{padding:7px 10px;font-size:11px}
.salesCtaBox{max-width:820px;border-radius:18px;padding:24px}
.salesCtaPrice{font-size:38px}
.salesCtaBtn{border-radius:10px;font-size:16px;padding:14px 18px}

/* Galería: acerca la prueba social al contenido anterior */
.carouselWrap{padding-top:0}
.carouselTrack{gap:12px;padding-top:2px}
.carouselCard{border-radius:16px;box-shadow:0 7px 22px rgba(15,23,42,.05)}
.carouselCaption{padding:10px 12px}

/* FAQ y CTA final */
.faq details{padding:14px 0}
.ctaBlock{padding-top:46px;padding-bottom:46px}
.ctaBlock p{margin:10px auto 18px}

@media(max-width:920px){
  .heroBlock{padding:22px 0 34px}
  .heroGrid{grid-template-columns:1fr;gap:22px}
  .heroMedia{width:min(620px,100%);margin-inline:auto;min-height:0}
  .heroMedia img{min-height:0}
  .heroContent{width:min(620px,100%);max-width:none;margin-inline:auto}
  .imageTextGrid{grid-template-columns:1fr;gap:24px}
  .imageTextMedia{width:min(680px,100%);margin-inline:auto}
  .block{padding:44px 0}
  .block.compact{padding:28px 0}
}

@media(max-width:640px){
  .heroBlock{padding:14px 0 28px}
  .heroBlock .wrap,.block>.wrap{width:min(94%,620px)}
  .heroGrid{gap:18px}
  .heroMedia{border-radius:15px;box-shadow:none}
  .heroTitle{font-size:30px;line-height:1.12;letter-spacing:-.024em;margin-bottom:10px}
  .heroContent .lead{font-size:15px;line-height:1.52}
  .heroActions{margin-top:13px}
  .heroActions .btn{width:100%;min-height:48px}
  .block{padding:34px 0}
  .block.compact{padding:24px 0}
  .heroBlock+.block{padding-top:30px}
  .sectionHead{margin-bottom:16px;gap:10px}
  .block h2,.section h2{font-size:27px;line-height:1.16}
  .block h3{font-size:17px}
  .trust,.benefit,.testi,.includeItem,.panel{padding:16px;border-radius:14px}
  .benefitGrid,.testiGrid,.includeGrid,.trustGrid{gap:10px}
  .imageTextGrid{gap:18px}
  .imageTextMedia{border-radius:15px}
  .salesCtaBox{padding:18px 15px;border-radius:16px}
  .salesCtaPrice{font-size:34px}
  .salesCtaMicro{gap:8px;margin-top:11px;font-size:11px}
  .offer{padding:13px 12px}
  .offerRow{gap:10px}
  .offerRow .price{font-size:22px}
  .carouselTrack{grid-auto-columns:minmax(190px,76vw)}
  .ctaBlock{padding-top:34px;padding-bottom:34px}
}


/* V1.0.4 · Storefront Refined — estética ecommerce limpia inspirada en patrones Shopify, identidad PERTEMOMENTS */
:root{
  --cr-surface:#ffffff;
  --cr-canvas:#f7f7f5;
  --cr-text:#171717;
  --cr-subtle:#6f6f6f;
  --cr-border:#e7e7e4;
  --cr-radius:12px;
  --cr-shadow-soft:0 8px 26px rgba(17,24,39,.055);
}
body{background:var(--cr-canvas);color:var(--cr-text)}
.wrap{width:min(1200px,calc(100% - 40px))}
.topbar{padding:8px 14px;font-size:12px;letter-spacing:.01em}
.nav{height:68px}.navlinks{gap:26px;font-size:13px}.brandMark{border-radius:10px;box-shadow:none}.logo small{font-size:10px}

/* Home: menos decorativo, más tienda */
.crStoreHero{padding:48px 0 42px;background:#fff;border-bottom:1px solid var(--cr-border)}
.crStoreHeroGrid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:58px;align-items:center}
.crStoreHeroCopy{max-width:650px}
.crStoreHero h1{font-size:clamp(38px,4.7vw,58px);line-height:1.04;letter-spacing:-.045em;max-width:650px;margin:10px 0 18px;color:#111}
.crStoreHero .lead{font-size:17px;line-height:1.6;color:#666;max-width:600px;margin:0}
.crHeroActions{display:flex;align-items:center;gap:18px;margin-top:24px}.crHeroLink{font-size:13px;font-weight:800;color:#26344d}.crHeroLink:hover{text-decoration:underline}
.crHeroProof{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:24px;color:#666;font-size:12px;font-weight:650}
.crStoreHeroPanel{background:#f4f5f2;border:1px solid var(--cr-border);border-radius:18px;padding:30px;box-shadow:none}
.crStoreHeroPanelBadge{display:inline-flex;padding:6px 9px;border-radius:999px;background:#111;color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em}
.crStoreHeroPanel h2{font-size:28px;line-height:1.12;letter-spacing:-.025em;margin:18px 0 10px}.crStoreHeroPanel>p{margin:0;color:#707070;font-size:14px;line-height:1.55}
.crStoreHeroPanelRows{display:grid;margin-top:24px;border-top:1px solid #dddeda}.crStoreHeroPanelRows>div{display:grid;grid-template-columns:36px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid #dddeda;align-items:center}.crStoreHeroPanelRows strong{font-size:10px;color:#8a8a8a}.crStoreHeroPanelRows span{font-size:13px;font-weight:800;color:#2d2d2d}
.v11TrustStrip{border-color:var(--cr-border)}.v11TrustStrip span{padding:13px 10px;border-color:var(--cr-border);font-weight:700;color:#5c5c5c}
#catalogo.section{padding:54px 0 64px;background:#fff}.sectionHead{margin-bottom:22px}.sectionHead h2{font-size:34px;letter-spacing:-.03em}.catalogLead{font-size:14px;color:#737373}
.crCatalogTools{margin:0 0 24px;gap:10px}.crCatalogTools input,.crCatalogTools select,.crFavoritesOnly{border-radius:9px;border-color:#dededb;min-height:44px}
.v11CatalogGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.card.v11CatalogCard{border:0;border-radius:0;box-shadow:none;background:#fff;overflow:visible}.v11CatalogCard .cardMedia{height:auto;aspect-ratio:1/1;border-radius:12px;background:#f5f5f3;border:1px solid #ecece8}.v11CatalogCard .cardMedia img{object-fit:contain;padding:10px}.v11CatalogCard .badge{top:10px;left:10px;border-radius:7px;padding:6px 8px}.v11CatalogCard .cardBody{padding:14px 2px 0}.v11CatalogCard .kicker{font-size:9px;color:#888;letter-spacing:.06em}.v11CatalogCard .cardBody h3{font-size:16px;line-height:1.3;margin:6px 0 6px;font-weight:700;letter-spacing:-.01em}.v11CatalogCard .cardBody p{font-size:12px;line-height:1.5;min-height:0;margin:0 0 8px;color:#777}.v11RatingSummary{margin:6px 0 4px}.v11OfferPreview{gap:5px;margin:10px 0}.v11OfferMini{border:0;background:#f7f7f5;border-radius:8px;padding:8px 9px}.v11OfferMini strong,.v11OfferMini span{font-size:11px}.v11CardPriceLabel{margin-top:3px}.v11CatalogCard .priceRow{margin:5px 0 12px}.v11CatalogCard .price{font-size:20px}.v11CatalogCard .btn{border-radius:9px;min-height:42px;font-size:12px;box-shadow:none}

/* Producto: galería amplia + ficha compacta y sticky */
.crProductHero{padding:28px 0 46px;background:#fff}
.crProductHero .wrap{width:min(1180px,calc(100% - 40px))}
.crProductHero .heroGrid{grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:54px;align-items:start}
.crProductHero .heroMedia{aspect-ratio:1/1;border-radius:12px;background:#f6f6f4;border:1px solid #ecece8;box-shadow:none}
.crProductHero .heroMedia img{padding:18px;object-fit:contain}
.crProductHero .heroContent{position:sticky;top:104px;max-width:430px;padding:4px 0 0}
.crProductBreadcrumb{display:flex;flex-wrap:wrap;gap:6px;color:#929292;font-size:10px;margin-bottom:14px}.crProductBreadcrumb a:hover{text-decoration:underline}
.crProductHero .kicker{font-size:10px;color:#777;letter-spacing:.07em;margin-bottom:7px}
.crProductHero .heroTitle{font-size:clamp(30px,3.1vw,40px);line-height:1.1;letter-spacing:-.032em;font-weight:700;margin:0 0 12px;color:#111}
.crProductHero .heroContent>.lead{font-size:14px;line-height:1.58;color:#6b6b6b;margin-bottom:0}
.crHeroPurchase{margin-top:20px;padding-top:18px;border-top:1px solid var(--cr-border)}
.crHeroOfferLabel{font-size:11px;font-weight:800;color:#555;margin-bottom:6px}.crHeroPriceRow{display:flex;align-items:baseline;gap:10px}.crHeroPriceRow strong{font-size:30px;letter-spacing:-.03em}.crHeroPriceRow span{font-size:14px;color:#9b9b9b;text-decoration:line-through}.crHeroStockNote{font-size:10px;color:#707070;margin-top:7px}.crHeroBuyBtn{width:100%;margin-top:16px;min-height:50px;border-radius:8px!important;font-size:14px!important;box-shadow:none!important}.crHeroMicroTrust{display:grid;grid-template-columns:1fr;gap:7px;margin-top:14px;color:#656565;font-size:11px}

/* Secciones: ritmo editorial, sin cajas excesivas */
.block{padding:48px 0}.block.soft{background:#f7f7f5}.block.white{background:#fff}.block>.wrap{width:min(1080px,calc(100% - 40px))}.heroBlock+.block{padding-top:42px}.block h2,.section h2{font-size:clamp(27px,2.8vw,36px);font-weight:700;letter-spacing:-.03em}.block .lead{color:#717171}.trust,.benefit,.testi,.includeItem,.panel{border-color:#e7e7e4;border-radius:12px;box-shadow:none}.benefitGrid,.testiGrid,.includeGrid{gap:12px}.imageTextGrid{gap:42px}.imageTextMedia{border-radius:12px;border-color:#e8e8e5}.offerGrid{max-width:760px;gap:8px}.offer{border-radius:10px;border-color:#e1e1de;padding:13px}.offer:hover{transform:none;border-color:#b7c9bb}.offer.active{border-color:#111;box-shadow:0 0 0 1px #111}.offerTag{background:#111}.offerCtaBtn{border-radius:8px}.salesCta{background:#f7f7f5;border-color:#e7e7e4}.salesCtaBox{border:1px solid #dededb;box-shadow:none;border-radius:14px}.salesCtaSave{background:#111}.salesCtaBtn{border-radius:8px;box-shadow:none}.faq.panel{max-width:900px;margin-inline:auto}.faq details{padding:15px 0}.ctaBlock{background:#111}.carouselCard{box-shadow:none;border:1px solid #ecece8;border-radius:12px}

/* Footer y soporte un poco más sobrios */
.crSupportFloat{border-radius:14px;box-shadow:0 10px 30px rgba(11,22,51,.14)}

@media(max-width:1080px){.v11CatalogGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.crProductHero .heroGrid{grid-template-columns:minmax(0,1fr) minmax(330px,.8fr);gap:36px}}
@media(max-width:920px){
  .crStoreHeroGrid{grid-template-columns:1fr;gap:28px}.crStoreHeroCopy{max-width:720px}.crStoreHeroPanel{max-width:720px}
  .crProductHero .heroGrid{grid-template-columns:1fr;gap:24px}.crProductHero .heroMedia{width:min(680px,100%);margin-inline:auto}.crProductHero .heroContent{position:static;max-width:680px;width:100%;margin-inline:auto}
  .v11CatalogGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .wrap,.crProductHero .wrap,.block>.wrap{width:min(100% - 28px,620px)}
  .nav{height:60px}.logo{font-size:18px}.brandMark{width:34px;height:34px}.topbar{font-size:10px;padding:7px 10px}
  .crStoreHero{padding:30px 0 28px}.crStoreHero h1{font-size:36px;line-height:1.07;margin:8px 0 13px}.crStoreHero .lead{font-size:15px;line-height:1.52}.crHeroActions{margin-top:20px;align-items:flex-start;flex-direction:column;gap:12px}.crHeroProof{font-size:11px;gap:7px 12px;margin-top:20px}.crStoreHeroPanel{padding:20px;border-radius:13px}.crStoreHeroPanel h2{font-size:23px;margin-top:14px}
  #catalogo.section{padding:38px 0 48px}.sectionHead h2{font-size:29px}.crCatalogTools{margin-bottom:18px}.v11CatalogGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px}.v11CatalogCard .cardMedia{border-radius:9px}.v11CatalogCard .cardMedia img{padding:6px}.v11CatalogCard .cardBody{padding-top:10px}.v11CatalogCard .cardBody h3{font-size:14px}.v11CatalogCard .cardBody p{display:none}.v11OfferPreview{display:none}.v11CatalogCard .price{font-size:18px}.v11CatalogCard .btn{width:100%;min-height:40px;padding:10px 8px}.crFavoriteBtn{right:8px;top:8px;width:34px;height:34px;font-size:18px}
  .crProductHero{padding:14px 0 30px}.crProductHero .heroGrid{gap:20px}.crProductHero .heroMedia{border-radius:9px}.crProductHero .heroMedia img{padding:8px}.crProductBreadcrumb{margin-bottom:10px}.crProductHero .heroTitle{font-size:29px;line-height:1.12;margin-bottom:10px}.crProductHero .heroContent>.lead{font-size:14px;line-height:1.52}.crHeroPurchase{margin-top:16px;padding-top:15px}.crHeroPriceRow strong{font-size:27px}.crHeroBuyBtn{min-height:48px}.crHeroMicroTrust{font-size:10px}
  .block{padding:32px 0}.heroBlock+.block{padding-top:30px}.block h2,.section h2{font-size:26px}.trust,.benefit,.testi,.includeItem,.panel{border-radius:10px;padding:15px}.imageTextGrid{gap:18px}.imageTextMedia{border-radius:9px}.offer{border-radius:8px}.salesCtaBox{border-radius:10px}.ctaBlock{padding-top:34px;padding-bottom:34px}
}

/* V1.0.5 · Product Detail Refined — ficha de producto visual, compacta y orientada a compra */
.crProductHero{padding:22px 0 34px;background:#fff}
.crProductHero .wrap{width:min(1240px,calc(100% - 40px))}
.crProductHero .heroGrid{grid-template-columns:minmax(0,1.42fr) minmax(360px,.72fr);gap:30px;align-items:start}
.crProductGallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;align-items:start}
.crProductGallery.single{grid-template-columns:1fr}
.crProductGalleryItem{position:relative;margin:0;overflow:hidden;background:#f7f7f5;aspect-ratio:1/1;border:1px solid #efefec}
.crProductGalleryItem:first-child{border-radius:10px 0 0 10px}
.crProductGalleryItem:nth-child(2){border-radius:0 10px 10px 0}
.crProductGallery.single .crProductGalleryItem{border-radius:10px}
.crProductGalleryItem img{width:100%;height:100%;display:block;object-fit:contain;padding:10px}
.crProductGalleryItem .badge{position:absolute;top:10px;left:10px;z-index:2}
.crProductHero .heroContent{position:sticky;top:88px;max-width:none;padding:0 0 8px}
.crProductBreadcrumb{margin-bottom:12px;font-size:10px;color:#999}
.crProductHero .kicker{margin-bottom:8px;color:#737373}
.crProductHero .heroTitle{font-size:clamp(24px,2.35vw,34px);line-height:1.13;letter-spacing:-.025em;margin:0 0 8px;font-weight:750}
.crProductRating{display:flex;align-items:center;gap:7px;margin:6px 0 10px;font-size:11px;color:#666}
.crProductRating[hidden]{display:none}
.crProductRating>span{color:#f4b400;letter-spacing:.04em;font-size:13px}.crProductRating>strong{color:#303030}.crProductRating>a{text-decoration:underline;text-underline-offset:2px}
.crHeroPriceTop{margin:8px 0 14px;display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.crHeroPriceTop strong{font-size:24px;color:#df1626;letter-spacing:-.025em}.crHeroPriceTop span{font-size:12px;color:#8e8e8e;text-decoration:line-through}.crHeroPriceTop em{font-style:normal;background:#ef3340;color:#fff;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:900;letter-spacing:.04em}
.crProductDescription{font-size:13px!important;line-height:1.52!important;color:#454545!important}.crProductDescription p,.crProductDescription div{margin:.28em 0}.crProductDescription ul,.crProductDescription ol{margin:.55em 0;padding-left:1.18em}.crProductDescription li{margin:.22em 0}
.crHeroVariants{margin-top:17px}.crHeroVariantLabel{font-size:11px;font-weight:850;color:#222;margin-bottom:8px}.crHeroVariantGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.crVariantChoice{appearance:none;border:1px solid #dcdcd8;background:#fff;border-radius:7px;padding:9px 10px;text-align:left;cursor:pointer;display:grid;gap:2px;min-width:0;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
.crVariantChoice:hover{border-color:#a7a7a1}.crVariantChoice.active{border-color:#151515;box-shadow:0 0 0 1px #151515;background:#fafaf8}.crVariantChoice span{font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crVariantChoice strong{font-size:12px;color:#111}.crVariantChoice small{font-size:8px;color:#6e6e6e;text-transform:uppercase;letter-spacing:.04em}
.crHeroPurchase{margin-top:16px;padding-top:0;border-top:0}.crHeroStockNote{font-size:10px;color:#636363;margin:0 0 9px}.crHeroBuyBtn,.crHeroWaBtn{width:100%;min-height:48px;border-radius:5px!important;box-shadow:0 2px 5px rgba(0,0,0,.10)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.01em;display:flex;align-items:center;justify-content:center;text-decoration:none}
.crHeroBuyBtn{margin-top:0!important;background:#12b7b0!important;border-color:#12b7b0!important;color:#fff!important}.crHeroBuyBtn:hover{background:#0da49e!important}.crHeroWaBtn{margin-top:10px;background:#1ed760!important;border-color:#1ed760!important;color:#fff!important}.crHeroWaBtn:hover{background:#18c955!important}
.crHeroMicroTrust{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:11px;padding-bottom:14px;border-bottom:1px solid #e9e9e6;font-size:9px;color:#777}
.crProductInfoAccordions{border-top:0}.crProductInfoAccordions details{border-bottom:1px solid #e9e9e6;padding:0}.crProductInfoAccordions summary{list-style:none;cursor:pointer;padding:13px 2px;font-size:10px;font-weight:850;color:#292929;display:flex;align-items:center;justify-content:space-between}.crProductInfoAccordions summary::-webkit-details-marker{display:none}.crProductInfoAccordions summary:after{content:'⌄';font-size:14px;font-weight:500;color:#777}.crProductInfoAccordions details[open] summary:after{content:'⌃'}.crProductInfoAccordions p{margin:0;padding:0 2px 13px;color:#707070;font-size:10px;line-height:1.5}
.crHeroLiveSignal{margin-top:10px;font-size:9px;background:transparent;border:0;padding:0;color:#777}

.crRelatedProducts{background:#fff;padding:18px 0 42px;border-top:1px solid #efefec}
.crRelatedProducts .wrap{width:min(1240px,calc(100% - 40px))}.crRelatedHead{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}.crRelatedHead h2{font-size:21px;line-height:1.15;margin:0;letter-spacing:-.02em}.crRelatedHead a{font-size:10px;font-weight:800;color:#555}.crRelatedGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.crRelatedCard{min-width:0}.crRelatedMedia{position:relative;display:grid;place-items:center;aspect-ratio:1/1;background:#f7f7f5;border:1px solid #efefec;border-radius:7px;overflow:hidden}.crRelatedMedia img{width:100%;height:100%;object-fit:contain;padding:7px}.crRelatedMedia>span{font-size:54px}.crRelatedMedia em{position:absolute;top:7px;right:7px;background:#fff;border:1px solid #e4e4e0;border-radius:999px;padding:3px 6px;font-size:7px;font-style:normal;font-weight:800;color:#555}
.crRelatedBody{padding:8px 2px 0}.crRelatedCategory{font-size:7px;color:#929292;text-transform:uppercase;letter-spacing:.07em}.crRelatedBody h3{font-size:11px;line-height:1.3;margin:4px 0 6px;font-weight:750}.crRelatedBody h3 a:hover{text-decoration:underline}.crRelatedPrice{display:flex;align-items:baseline;gap:6px;font-size:12px;font-weight:850;color:#111}.crRelatedPrice span{font-size:9px;font-weight:500;color:#999;text-decoration:line-through}.crRelatedPrice.small{font-size:10px;color:#777}

@media(max-width:1080px){
  .crProductHero .heroGrid{grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:24px}.crRelatedGrid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:920px){
  .crProductHero .heroGrid{grid-template-columns:1fr;gap:22px}.crProductHero .heroContent{position:static;max-width:760px;margin-inline:auto}.crProductGallery{width:min(760px,100%);margin-inline:auto}.crRelatedGrid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:640px){
  .crProductHero{padding:10px 0 22px}.crProductHero .wrap,.crRelatedProducts .wrap{width:min(100% - 20px,620px)}.crProductHero .heroGrid{gap:15px}
  .crProductGallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:7px;padding-bottom:3px;scrollbar-width:none}.crProductGallery::-webkit-scrollbar{display:none}.crProductGalleryItem{flex:0 0 88%;scroll-snap-align:start;border-radius:7px!important}.crProductGallery.single .crProductGalleryItem{flex-basis:100%}.crProductGalleryItem img{padding:6px}
  .crProductBreadcrumb{display:none}.crProductHero .heroTitle{font-size:22px;line-height:1.16;margin-bottom:7px}.crHeroPriceTop{margin:7px 0 11px}.crHeroPriceTop strong{font-size:22px}.crProductDescription{font-size:12px!important;line-height:1.48!important}.crHeroVariantGrid{grid-template-columns:1fr 1fr}.crVariantChoice{padding:8px}.crHeroBuyBtn,.crHeroWaBtn{min-height:47px}.crHeroMicroTrust{gap:5px 9px}.crRelatedProducts{padding:16px 0 30px}.crRelatedHead h2{font-size:18px}.crRelatedGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 8px}.crRelatedBody h3{font-size:10px}.crRelatedPrice{font-size:11px}
}

/* V1.0.6 · Home Clean Storefront — inicio visual, limpio y orientado a producto */
body.crHomeClean{background:#fff;color:#242424}
.crHomeTopbar{background:#fff;color:#2d2d2d;border-bottom:1px solid #ececec;padding:12px 14px;font-size:13px;font-weight:800;font-style:italic;letter-spacing:.035em}
.crHomeHeader{position:sticky;top:0;background:rgba(255,255,255,.98);border-bottom:1px solid #ededed;backdrop-filter:blur(14px)}
.crHomeNav{height:74px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.crHomeBrand{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:21px;font-weight:850;letter-spacing:.02em;color:#252525}
.crHomeBrand .brandMark{width:34px;height:34px;display:grid;place-items:center;background:#0b1633;color:#fff;border-radius:9px;font-size:12px}
.crHeaderIcon{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center;color:#222;cursor:pointer;padding:8px}
.crHeaderIcon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.crHomeNavLinks{justify-self:end;display:flex;align-items:center;gap:22px;font-size:13px;font-weight:700;color:#454545}.crHomeNavLinks a:hover{text-decoration:underline}
.crHeaderTrack{display:none;justify-self:end}
.crHomeVisualHero{padding:0;background:#fff}
.crHomeHeroWrap{width:min(1280px,100%);max-width:none}
.crHomeHeroMedia{position:relative;overflow:hidden;aspect-ratio:16/7;background:#f3f3f0}
.crHomeHeroMedia>img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.crHomeHeroFallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;background:linear-gradient(145deg,#f6f6f2,#e9eee8);color:#222}
.crHomeHeroFallback span{font-size:12px;font-weight:900;letter-spacing:.14em}.crHomeHeroFallback strong{font-size:clamp(28px,4vw,54px);line-height:1.05;max-width:720px;margin-top:12px;letter-spacing:-.035em}
.crHomeHeroButton{position:absolute;left:50%;bottom:9%;transform:translateX(-50%);min-width:210px;padding:14px 26px;border:1px solid rgba(255,255,255,.9);background:rgba(28,28,28,.42);backdrop-filter:blur(5px);color:#fff;text-align:center;font-size:16px;font-weight:650;letter-spacing:.03em;border-radius:4px;transition:.2s ease}.crHomeHeroButton:hover{background:rgba(28,28,28,.62)}
.crHomeCatalog{padding:60px 0 74px;background:#fff}
.crHomeCatalog>.wrap{width:min(1280px,calc(100% - 48px))}
.crHomeCatalogHead{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px}.crHomeCatalogHead h1{font-size:38px;line-height:1.05;letter-spacing:-.035em;margin:0;font-weight:750}.crHomeCatalogHead button{border:0;background:transparent;color:#333;font-size:15px;cursor:pointer;padding:6px 0}.crHomeCatalogHead button:hover{text-decoration:underline}
.crHomeClean .crCatalogTools{grid-template-columns:minmax(260px,1.4fr) minmax(170px,.7fr) minmax(170px,.7fr) auto auto;margin:0 0 30px;gap:10px}
.crHomeClean .crCatalogTools input,.crHomeClean .crCatalogTools select,.crHomeClean .crFavoritesOnly{min-height:42px;border-radius:4px;border-color:#e1e1e1;background:#fff;color:#333;box-shadow:none}.crHomeClean .crCatalogTools input:focus,.crHomeClean .crCatalogTools select:focus{border-color:#777;box-shadow:none}
.crHomeClean .v11CatalogGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 18px}
.crHomeClean .card.v11CatalogCard{border:0;border-radius:0;box-shadow:none;background:#fff;overflow:visible;min-width:0}
.crHomeClean .crHomeProductLink{display:block}
.crHomeClean .v11CatalogCard .cardMedia{aspect-ratio:1/1;border:0;border-radius:0;background:#f6f6f4;overflow:hidden}
.crHomeClean .v11CatalogCard .cardMedia img{width:100%;height:100%;object-fit:cover;padding:0;transition:transform .28s ease}.crHomeClean .v11CatalogCard:hover .cardMedia img{transform:scale(1.015)}
.crHomeClean .v11CatalogCard .badge{top:12px;right:12px;left:auto;background:#fff;color:#444;border:0;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:550;box-shadow:0 1px 5px rgba(0,0,0,.06);text-transform:none}
.crHomeClean .v11CatalogCard .cardBody{padding:14px 0 0}.crHomeClean .v11CatalogCard .cardBody h3{font-size:17px;line-height:1.45;margin:0;font-weight:450;letter-spacing:0;color:#2b2b2b}.crHomeClean .crHomePriceRow{margin:10px 0 0;align-items:baseline;gap:8px}.crHomeClean .v11CatalogCard .price{font-size:18px;font-weight:500;letter-spacing:0}.crHomeClean .v11CatalogCard .old{font-size:15px;color:#aaa}.crHomeAvailability{margin-top:10px;font-size:14px;color:#777}
.crHomeClean .crFavoriteBtn{right:10px;top:10px;width:34px;height:34px;font-size:18px;border:0;box-shadow:0 1px 5px rgba(0,0,0,.06)}
.crHomeClean .crStockBadge.available{display:none}.crHomeClean .crStockBadge.low,.crHomeClean .crStockBadge.out{margin:10px 0 0;border-radius:4px;font-size:9px}
.crHomeClean .crCatalogCount{color:#999;font-weight:600}
.crHomeClean .crCatalogSuggestions{border-radius:6px;border-color:#e7e7e7;box-shadow:0 14px 30px rgba(0,0,0,.10)}

@media(max-width:1080px){.crHomeClean .v11CatalogGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
  .crHomeTopbar{font-size:12px;padding:11px 10px}
  .crHomeNav{height:72px;grid-template-columns:44px 1fr 44px;gap:8px}.crHomeBrand{font-size:21px;gap:0}.crHomeBrand .brandMark{display:none}.crHomeNavLinks{display:none}.crHeaderTrack{display:grid}
  .crHomeHeroWrap{width:100%}.crHomeHeroMedia{aspect-ratio:4/5}.crHomeHeroButton{bottom:10%;min-width:190px;padding:13px 20px;font-size:15px}
  .crHomeCatalog{padding:46px 0 60px}.crHomeCatalog>.wrap{width:calc(100% - 32px)}.crHomeCatalogHead{margin-bottom:26px}.crHomeCatalogHead h1{font-size:34px}.crHomeCatalogHead button{font-size:15px}
  .crHomeClean .crCatalogTools{grid-template-columns:1fr 1fr;margin-bottom:24px;gap:8px}.crHomeClean .crCatalogSearch{grid-column:1/-1}.crHomeClean .crCatalogTools select:nth-of-type(2){display:none}.crHomeClean .crCatalogCount{display:none}.crHomeClean .crFavoritesOnly{font-size:12px;padding:9px 10px}
  .crHomeClean .v11CatalogGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}.crHomeClean .v11CatalogCard .cardBody{padding-top:12px}.crHomeClean .v11CatalogCard .cardBody h3{font-size:15px;line-height:1.45}.crHomeClean .v11CatalogCard .price{font-size:17px}.crHomeClean .v11CatalogCard .old{font-size:13px}.crHomeClean .v11CatalogCard .badge{top:8px;right:8px;padding:6px 9px;font-size:10px}
}
@media(max-width:380px){.crHomeClean .v11CatalogGrid{gap:24px 10px}.crHomeClean .v11CatalogCard .cardBody h3{font-size:14px}.crHomeClean .crHomePriceRow{gap:5px}.crHomeClean .v11CatalogCard .price{font-size:16px}}
.crHomeHeroMedia [hidden]{display:none!important}
