/* =====================================================================
   Surprise Camis v5: tienda seria. Archivo (ancha en titulares), iconos
   de línea, botones rectos, color de marca como acento y en bloques clave.
   ===================================================================== */
:root{
	--f5:'Archivo',system-ui,sans-serif;
	--disp:'Archivo',system-ui,sans-serif;--body:'Archivo',system-ui,sans-serif;--sc-head:'Archivo',system-ui,sans-serif;--sc-body:'Archivo',system-ui,sans-serif;
	--o5:oklch(0.80 0.17 70);--o5-deep:oklch(0.62 0.17 52);--o5-soft:oklch(0.95 0.05 80);
	--i5:oklch(0.19 0.015 60);--i5-2:oklch(0.38 0.02 60);--m5:oklch(0.50 0.02 65);
	--p5:oklch(0.985 0.006 85);--w5:oklch(0.995 0.003 85);--l5:oklch(0.90 0.012 80);
	--pad5:clamp(18px,5vw,72px);--ease5:cubic-bezier(.22,1,.36,1)
}

/* ---------- tipografía global: una sola familia ---------- */
html body.icf-v2 :is(div,p,li,a,span,label,input,button,select,textarea,td,th,dd,dt,small,summary,figcaption){font-family:var(--f5) !important}
html body.icf-v2 :is(h1,h2,h3,h4,.sx-h2,.sx-mega,.sx-ficha__t,.sx-sabor__nom,.sx-sabor__p,.sx-ficha__p,.sx-puede__l,.sx-cat__l a,.sx-faq__i summary,.v2m__nav a,.v2f h4,.sx-btn,.sx-sabor__ir){font-family:var(--f5) !important;font-style:normal !important;font-stretch:112% !important;letter-spacing:-.015em !important}
html body.icf-v2 .v2m__nav a{font-weight:800 !important;text-transform:none !important;font-size:clamp(2rem,8vw,3.2rem) !important}
html body.icf-v2 .v2f h4{font-size:.8rem !important;letter-spacing:.12em !important;text-transform:uppercase !important;font-weight:700 !important;font-stretch:100% !important}

/* ---------- cabecera: barra plana a todo el ancho ---------- */
html body.icf-v2 .v2h__bar{background:var(--i5) !important;color:var(--p5) !important;font:500 12px/1 var(--f5) !important;letter-spacing:.04em !important;text-transform:none !important}
html body.icf-v2 .v2h{border-radius:0 !important;left:0 !important;right:0 !important;width:auto !important;max-width:none !important;margin:0 !important;top:0 !important;
	background:var(--w5) !important;box-shadow:0 1px 0 var(--l5) !important;-webkit-backdrop-filter:none !important;backdrop-filter:none !important}
html body.icf-v2 .v2h__count{background:var(--o5) !important;color:var(--i5) !important;border:0 !important}

/* ---------- piezas comunes ---------- */
html body.icf-v2 .s5{background:var(--p5);color:var(--i5);font-family:var(--f5);overflow:hidden}
html body.icf-v2 .s5 img{display:block;max-width:100%}
html body.icf-v2 .s5i{width:22px;height:22px;flex:0 0 auto}
html body.icf-v2 .s5t2{font:800 clamp(1.9rem,4.4vw,3.1rem)/1.02 var(--f5) !important;font-stretch:112% !important;letter-spacing:-.02em !important;color:var(--i5) !important;margin:0 !important;text-transform:none !important;text-wrap:balance}
html body.icf-v2 .s5cab{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 32px}
html body.icf-v2 .s5cab__p{margin:10px 0 0;color:var(--m5);font:400 1.02rem/1.55 var(--f5) !important;max-width:56ch}
html body.icf-v2 .s5cab__p a{color:var(--i5) !important;text-decoration:underline;text-underline-offset:3px}
html body.icf-v2 .s5l{flex:0 0 auto;color:var(--i5) !important;font:600 .95rem/1 var(--f5) !important;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1.5px;white-space:nowrap}
html body.icf-v2 .s5l:hover{color:var(--o5-deep) !important}
html body.icf-v2 .s5b{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 26px;border-radius:6px;background:var(--i5);color:var(--w5) !important;text-decoration:none !important;
	font:600 .92rem/1 var(--f5) !important;letter-spacing:.06em;text-transform:uppercase;border:1.5px solid var(--i5);transition:background .25s,color .25s,border-color .25s,transform .35s var(--ease5)}
html body.icf-v2 .s5b .s5i{width:18px;height:18px;transition:transform .35s var(--ease5)}
html body.icf-v2 .s5b:hover{background:var(--o5-deep);border-color:var(--o5-deep);color:var(--w5) !important}
html body.icf-v2 .s5b:hover .s5i{transform:translateX(3px)}
html body.icf-v2 .s5b--sec{background:transparent;color:var(--i5) !important}
html body.icf-v2 .s5b--sec:hover{background:var(--i5);border-color:var(--i5);color:var(--w5) !important}
html body.icf-v2 .s5b--sec:hover .s5i{transform:none}
html body.icf-v2 .s5b--claro{background:var(--w5);border-color:var(--w5);color:var(--i5) !important}
html body.icf-v2 .s5b--claro:hover{background:var(--i5);border-color:var(--i5);color:var(--w5) !important}
html body.icf-v2 .s5 section{padding:clamp(64px,8vw,112px) var(--pad5)}

/* ---------- hero ---------- */
html body.icf-v2 .s5 .s5h{position:relative;isolation:isolate;padding:0;background:var(--o5);display:flex;flex-direction:column;overflow:hidden}
html body.icf-v2 .s5h__foto{display:block;margin:0}
html body.icf-v2 .s5h__foto img{width:100%;height:100%;object-fit:cover}
html body.icf-v2 .s5h__txt{padding:28px var(--pad5) 40px}
html body.icf-v2 .s5h__t{font:800 clamp(2.6rem,11vw,5.4rem)/.98 var(--f5) !important;font-stretch:115% !important;letter-spacing:-.03em !important;color:var(--i5) !important;margin:0 !important;text-transform:none !important;text-wrap:balance;max-width:12ch}
html body.icf-v2 .s5h__p{font:400 clamp(1.02rem,1.6vw,1.2rem)/1.55 var(--f5) !important;color:var(--i5);max-width:40ch;margin:18px 0 0}
html body.icf-v2 .s5h__cta{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 0}
html body.icf-v2 .s5h__desde{margin:18px 0 0;font:500 .92rem/1.4 var(--f5) !important;color:var(--i5-2)}
html body.icf-v2 .s5h__desde b{color:var(--i5);font-weight:700}
@media (max-width:899px){
	html body.icf-v2 .s5h__foto{order:2;aspect-ratio:4/5}
	html body.icf-v2 .s5h__txt{order:1;padding-top:96px}
	html body.icf-v2 .s5h__cta .s5b{flex:1 1 100%}
}
@media (min-width:900px){
	html body.icf-v2 .s5 .s5h{min-height:min(88svh,860px);justify-content:center}
	html body.icf-v2 .s5h__foto{position:absolute;inset:0;z-index:-1}
	html body.icf-v2 .s5h__foto img{object-position:72% 40%}
	html body.icf-v2 .s5h::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,oklch(0.80 0.17 70 / .9) 0%,oklch(0.80 0.17 70 / .55) 38%,transparent 62%)}
	html body.icf-v2 .s5h__txt{padding:130px 0 80px var(--pad5);max-width:680px}
}

/* ---------- garantías ---------- */
html body.icf-v2 .s5 .s5g{display:grid;grid-template-columns:1fr 1fr;padding:0;background:var(--w5);border-bottom:1px solid var(--l5)}
@media (min-width:900px){html body.icf-v2 .s5 .s5g{grid-template-columns:repeat(4,1fr);padding:0 var(--pad5)}}
html body.icf-v2 .s5g__i{display:flex;align-items:center;gap:14px;padding:22px 18px;border-bottom:1px solid var(--l5)}
html body.icf-v2 .s5g__i:nth-child(odd){border-right:1px solid var(--l5)}
@media (min-width:900px){html body.icf-v2 .s5g__i{border-bottom:0;padding:28px 24px}html body.icf-v2 .s5g__i:nth-child(odd){border-right:0}html body.icf-v2 .s5g__i + .s5g__i{border-left:1px solid var(--l5)}}
html body.icf-v2 .s5g__i .s5i{width:28px;height:28px;color:var(--o5-deep)}
html body.icf-v2 .s5g__i b{display:block;font:700 .98rem/1.2 var(--f5) !important;color:var(--i5)}
html body.icf-v2 .s5g__i span{display:block;margin-top:3px;font:400 .84rem/1.35 var(--f5) !important;color:var(--m5)}
@media (max-width:520px){html body.icf-v2 .s5g__i{flex-direction:column;align-items:flex-start;gap:10px;padding:18px 16px}}

/* ---------- bolsas: rejilla de producto ---------- */
html body.icf-v2 .s5p{display:grid;gap:28px 18px;grid-template-columns:repeat(3,1fr)}
@media (max-width:899px){
	html body.icf-v2 .s5p{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;margin:0 calc(-1 * var(--pad5));padding:0 var(--pad5) 8px;scroll-padding-inline:var(--pad5);scrollbar-width:none}
	html body.icf-v2 .s5p::-webkit-scrollbar{display:none}
	html body.icf-v2 .s5p__i{flex:0 0 68%;scroll-snap-align:start}
}
html body.icf-v2 .s5p__i{display:flex;flex-direction:column;text-decoration:none !important;color:var(--i5) !important}
html body.icf-v2 .s5p__foto{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:4/5;border-radius:8px;overflow:hidden;
	background:radial-gradient(90% 70% at 50% 40%,color-mix(in oklch,var(--c) 55%,var(--w5)),color-mix(in oklch,var(--c) 85%,var(--i5)) 130%)}
html body.icf-v2 .s5p__foto img{width:74%;height:auto;filter:drop-shadow(0 18px 18px oklch(0.2 0.04 50 / .28));transition:transform .6s var(--ease5)}
html body.icf-v2 .s5p__i:hover .s5p__foto img{transform:translateY(-6px) rotate(-2deg)}
html body.icf-v2 .s5p__n{margin-top:14px;font:700 1.12rem/1.2 var(--f5) !important;font-stretch:108% !important}
html body.icf-v2 .s5p__d{margin-top:4px;font:400 .9rem/1.45 var(--f5) !important;color:var(--m5)}
html body.icf-v2 .s5p__pr{margin-top:8px;font:600 1rem/1 var(--f5) !important}

/* ---------- cómo funciona ---------- */
html body.icf-v2 .s5 .s5c{background:var(--w5)}
html body.icf-v2 .s5c__l{list-style:none;margin:0;padding:0;display:grid;gap:34px}
@media (min-width:900px){html body.icf-v2 .s5c__l{grid-template-columns:repeat(3,1fr);gap:40px}}
html body.icf-v2 .s5c__l li{border-top:2px solid var(--i5);padding-top:20px}
html body.icf-v2 .s5c__n{display:block;font:700 .85rem/1 var(--f5) !important;letter-spacing:.08em;color:var(--o5-deep)}
html body.icf-v2 .s5c__l h3{margin:14px 0 10px !important;font:800 1.45rem/1.15 var(--f5) !important;font-stretch:110% !important;color:var(--i5) !important;text-transform:none !important}
html body.icf-v2 .s5c__l p{margin:0;font:400 1rem/1.6 var(--f5) !important;color:var(--i5-2);max-width:38ch}

/* ---------- tabla comparativa ---------- */
html body.icf-v2 .s5 .s5t{background:var(--p5)}
html body.icf-v2 .s5t__tabla{width:100%;max-width:880px;table-layout:fixed;border-collapse:separate;border-spacing:0;margin:0;background:transparent !important;border:0 !important}
html body.icf-v2 .s5t__tabla th,
html body.icf-v2 .s5t__tabla td{border:0 !important;background:transparent;padding:16px 10px !important;vertical-align:middle;border-bottom:1px solid var(--l5) !important}
html body.icf-v2 .s5t__tabla thead th{padding:18px 8px !important;font:700 .78rem/1.2 var(--f5) !important;letter-spacing:.06em;text-transform:uppercase;color:var(--m5);text-align:center;border-bottom:2px solid var(--i5) !important}
html body.icf-v2 .s5t__tabla thead th:first-child{width:52%}
html body.icf-v2 .s5t__tabla thead th span{display:block}
html body.icf-v2 .s5t__tabla thead .s5t__yo{color:var(--i5)}
html body.icf-v2 .s5t__tabla thead .s5t__yo img{width:28px;height:28px;margin:0 auto 8px;border-radius:6px}
html body.icf-v2 .s5t__tabla tbody th{text-align:left;font:500 .98rem/1.35 var(--f5) !important;color:var(--i5);padding-left:0 !important}
html body.icf-v2 .s5t__tabla td{text-align:center}
html body.icf-v2 .s5t__tabla .s5t__yo{background:var(--o5-soft) !important}
html body.icf-v2 .s5t__tabla thead .s5t__yo{border-radius:10px 10px 0 0}
html body.icf-v2 .s5t__tabla tbody tr:last-child .s5t__yo{border-radius:0 0 10px 10px}
html body.icf-v2 .s5t__si,
html body.icf-v2 .s5t__no{display:inline-flex;width:30px;height:30px;border-radius:50%;align-items:center;justify-content:center}
html body.icf-v2 .s5t__si{background:var(--i5);color:var(--o5)}
html body.icf-v2 .s5t__no{background:oklch(0.93 0.01 70);color:var(--m5)}
html body.icf-v2 .s5t__si .s5i,
html body.icf-v2 .s5t__no .s5i{width:17px;height:17px;stroke-width:2.2}
html body.icf-v2 .s5t__txt{font:500 .8rem/1.25 var(--f5) !important;color:var(--m5)}
html body.icf-v2 .s5t__cta{margin:34px 0 0}
@media (max-width:600px){
	html body.icf-v2 .s5t__tabla th,
html body.icf-v2 .s5t__tabla td{padding:13px 4px !important}
	html body.icf-v2 .s5t__tabla tbody th{font-size:.88rem !important}
	html body.icf-v2 .s5t__tabla thead th{font-size:.66rem !important;letter-spacing:.03em;padding:12px 2px !important}
	html body.icf-v2 .s5t__tabla thead th:first-child{width:48%}
	html body.icf-v2 .s5t__txt{font-size:.72rem !important}
	html body.icf-v2 .s5t__si,
html body.icf-v2 .s5t__no{width:26px;height:26px}
	html body.icf-v2 .s5t__cta .s5b{width:100%}
}

/* ---------- unboxing ---------- */
html body.icf-v2 .s5 .s5u{display:grid;gap:40px;align-items:center;background:var(--o5-soft)}
@media (min-width:900px){html body.icf-v2 .s5 .s5u{grid-template-columns:minmax(260px,380px) 1fr;gap:80px}}
html body.icf-v2 .s5 .sc-movil{transform:none;box-shadow:0 30px 60px -24px oklch(0.3 0.08 55 / .45)}
html body.icf-v2 .s5u__p{font:400 1.05rem/1.6 var(--f5) !important;color:var(--i5-2);margin:14px 0 0;max-width:46ch}
html body.icf-v2 .s5u__dl{margin:26px 0 30px;max-width:460px;border-top:1px solid oklch(0.82 0.05 70)}
html body.icf-v2 .s5u__dl div{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid oklch(0.82 0.05 70)}
html body.icf-v2 .s5u__dl dt{font:500 .9rem/1.3 var(--f5) !important;color:var(--m5)}
html body.icf-v2 .s5u__dl dd{margin:0;font:700 .98rem/1.3 var(--f5) !important;color:var(--i5);text-align:right}

/* ---------- regalo ---------- */
html body.icf-v2 .s5 .s5r{display:grid;gap:36px;align-items:center;background:var(--w5)}
@media (min-width:900px){html body.icf-v2 .s5 .s5r{grid-template-columns:1fr 1fr;gap:80px}}
html body.icf-v2 .s5r__foto{margin:0;border-radius:8px;overflow:hidden;aspect-ratio:4/5}
html body.icf-v2 .s5r__foto img{width:100%;height:100%;object-fit:cover}
html body.icf-v2 .s5r__p{font:400 1.05rem/1.6 var(--f5) !important;color:var(--i5-2);margin:14px 0 0;max-width:44ch}
html body.icf-v2 .s5r__l{list-style:none;margin:24px 0 30px;padding:0;display:grid;gap:12px}
html body.icf-v2 .s5r__l li{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start;font:400 1rem/1.5 var(--f5) !important;color:var(--i5)}
html body.icf-v2 .s5r__l .s5i{width:20px;height:20px;color:var(--o5-deep);margin-top:2px;stroke-width:2}
html body.icf-v2 .s5r__l a{color:var(--i5) !important;text-decoration:underline;text-underline-offset:3px;padding:0 !important}

/* ---------- muro ---------- */
html body.icf-v2 .s5m__g{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
@media (min-width:900px){html body.icf-v2 .s5m__g{grid-template-columns:repeat(6,1fr);gap:12px}}
html body.icf-v2 .s5 .scd-muro__i{border-radius:8px;border:0 !important;box-shadow:none;background:var(--w5)}
html body.icf-v2 .s5 .scd-muro__i span{font:800 2.6rem/1 var(--f5) !important;color:var(--i5)}
html body.icf-v2 .s5 .scd-muro__i figcaption{border-radius:6px;font:500 11px/1.25 var(--f5) !important}

/* ---------- comunidad ---------- */
html body.icf-v2 .s5 .s5k{position:relative;isolation:isolate;min-height:clamp(460px,62vw,640px);display:flex;align-items:flex-end;padding-top:0;padding-bottom:clamp(36px,5vw,64px);background:var(--i5)}
html body.icf-v2 .s5k__foto{position:absolute;inset:0;width:100% !important;height:100%;object-fit:cover;z-index:-1}
html body.icf-v2 .s5k::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,oklch(0.15 0.015 60 / .88),oklch(0.15 0.015 60 / .2) 55%,transparent)}
html body.icf-v2 .s5k__txt{max-width:640px}
html body.icf-v2 .s5k .s5t2{color:var(--w5) !important}
html body.icf-v2 .s5k p{margin:12px 0 0;font:400 1.05rem/1.55 var(--f5) !important;color:oklch(0.92 0.01 80)}
html body.icf-v2 .s5k b{color:var(--o5)}

/* ---------- catálogo ---------- */
html body.icf-v2 .s5 .s5x{background:var(--p5)}
html body.icf-v2 .s5x__cats{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-wrap:wrap;gap:0;border-top:1px solid var(--l5)}
html body.icf-v2 .s5x__cats li{border-bottom:1px solid var(--l5)}
html body.icf-v2 .s5x__cats a{display:block;padding:14px 22px 14px 0;color:var(--i5) !important;text-decoration:none;font:600 1rem/1 var(--f5) !important}
html body.icf-v2 .s5x__cats a:hover{color:var(--o5-deep) !important}
html body.icf-v2 .s5x__cats small{color:var(--m5);font-weight:400;margin-left:2px}
html body.icf-v2 .s5x__fila{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin:0 calc(-1 * var(--pad5));padding:0 var(--pad5) 6px;scroll-padding-inline:var(--pad5)}
html body.icf-v2 .s5x__fila::-webkit-scrollbar{display:none}
html body.icf-v2 .s5x__i{flex:0 0 44%;scroll-snap-align:start;text-decoration:none !important;color:var(--i5) !important;display:flex;flex-direction:column;gap:6px}
@media (min-width:900px){html body.icf-v2 .s5x__i{flex-basis:calc((100% - 56px) / 5)}}
html body.icf-v2 .s5x__i img{aspect-ratio:1/1;width:100%;object-fit:cover;border-radius:8px;background:var(--w5)}
html body.icf-v2 .s5x__n{margin-top:6px;font:500 .92rem/1.35 var(--f5) !important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
html body.icf-v2 .s5x__p,
html body.icf-v2 .s5x__p *{font:600 .95rem/1.2 var(--f5) !important;color:var(--i5) !important}
html body.icf-v2 .s5x__p del,
html body.icf-v2 .s5x__p del *{color:var(--m5) !important;font-weight:400 !important}
html body.icf-v2 .s5x__p ins{text-decoration:none}

/* ---------- preguntas ---------- */
html body.icf-v2 .s5 .s5f{display:grid;gap:30px;background:var(--w5)}
@media (min-width:900px){html body.icf-v2 .s5 .s5f{grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}html body.icf-v2 .s5f__cab{position:sticky;top:120px}}
html body.icf-v2 .s5f__l{border-top:1px solid var(--l5)}
html body.icf-v2 .s5f__i{border-bottom:1px solid var(--l5)}
html body.icf-v2 .s5f__i summary{list-style:none;cursor:pointer;position:relative;padding:22px 44px 22px 0;font:600 1.06rem/1.35 var(--f5) !important;color:var(--i5)}
html body.icf-v2 .s5f__i summary::-webkit-details-marker{display:none}
html body.icf-v2 .s5f__i summary::before,
html body.icf-v2 .s5f__i summary::after{content:"";position:absolute;right:6px;top:50%;width:16px;height:1.8px;background:var(--i5);transition:transform .35s var(--ease5)}
html body.icf-v2 .s5f__i summary::after{transform:rotate(90deg)}
html body.icf-v2 .s5f__i[open] summary::after{transform:rotate(0)}
html body.icf-v2 .s5f__i p{margin:0;padding:0 0 22px;font:400 1rem/1.65 var(--f5) !important;color:var(--i5-2);max-width:62ch}

/* ---------- cierre ---------- */
html body.icf-v2 .s5 .s5z{display:grid;gap:36px;align-items:center;background:var(--o5)}
@media (min-width:900px){html body.icf-v2 .s5 .s5z{grid-template-columns:1fr 1fr;gap:70px}}
html body.icf-v2 .s5z p{margin:14px 0 26px;font:400 1.08rem/1.55 var(--f5) !important;color:var(--i5)}
html body.icf-v2 .s5z__img{width:100%;border-radius:8px}

/* ---------- ficha y colección: mismo lenguaje ---------- */
html body.icf-v2 .sx-btn,
html body.icf-v2 .sx-sabor__ir{border-radius:6px !important;font:600 .92rem/1 var(--f5) !important;letter-spacing:.06em !important;text-transform:uppercase !important;font-stretch:100% !important}
html body.icf-v2 .sx-btn{padding:19px 26px !important}
html body.icf-v2 .sx-sabor{border-radius:10px !important}
html body.icf-v2 .sx-ficha__form{border-radius:10px !important}
html body.icf-v2 .sx-ficha__form .single_add_to_cart_button{border-radius:6px !important;font:600 1rem/1 var(--f5) !important;letter-spacing:.06em !important;font-stretch:100% !important}
html body.icf-v2 div.sx-ficha.product .sx-ficha__form form.cart.variations_form .tawcvs-swatches .swatch{border-radius:6px !important}
html body.icf-v2 div.sx-ficha.product .sx-ficha__form form.cart.variations_form .tawcvs-swatches .swatch .text{font:600 1rem/1 var(--f5) !important}
html body.icf-v2 .sx-ficha__form table.variations th label{font:700 .8rem/1 var(--f5) !important;letter-spacing:.08em !important}
html body.icf-v2 .sx-ficha__form table.variations th label::before{content:none !important}
html body.icf-v2 :is(.sx,.sx-ficha) .sx-ficha__t.sx-ficha__t{font-size:clamp(3rem,10vw,6rem) !important;font-weight:800 !important;line-height:.95 !important;font-stretch:115% !important}
html body.icf-v2 :is(.sx,.sx-ficha) .sx-h2.sx-h2{font-size:clamp(2rem,5vw,3.4rem) !important;font-weight:800 !important;line-height:1 !important;text-transform:none !important}
html body.icf-v2 :is(.sx,.sx-ficha) .sx-mega--col.sx-mega--col{font-size:clamp(2.8rem,9vw,5.6rem) !important;font-weight:800 !important;line-height:.98 !important;text-transform:none !important}
html body.icf-v2 .sx-sabor__nom{font-size:clamp(2rem,6vw,2.6rem) !important;font-weight:800 !important;line-height:.98 !important}
html body.icf-v2 .sx-sabor__p,
html body.icf-v2 .sx-ficha__p{font-weight:700 !important}
html body.icf-v2 .sx-puede__l{font-weight:700 !important;text-transform:none !important;font-size:clamp(1.3rem,3.6vw,2rem) !important;line-height:1.3 !important}
html body.icf-v2 .sx-faq__i summary{font-weight:600 !important;text-transform:none !important;font-size:1.1rem !important}
html body.icf-v2 .sc-movil{transform:none !important}
html body.icf-v2 .sc-movil__tag{font:600 .72rem/1 var(--f5) !important;letter-spacing:.06em;text-transform:uppercase}

@media (prefers-reduced-motion:reduce){html body.icf-v2 .s5 *{transition:none !important;animation:none !important}}

/* ajustes: el skin viejo fuerza mayúsculas en h1/h2 con más especificidad */
html body.icf-v2 .s5 .s5t2.s5t2,
html body.icf-v2 .s5 .s5h__t.s5h__t,
html body.icf-v2 .s5 .s5c__l h3.s5c3{text-transform:none !important;font-stretch:106% !important}
html body.icf-v2 .s5 .s5h__t.s5h__t{font-size:clamp(2.7rem,10.5vw,5.2rem) !important;line-height:1 !important;letter-spacing:-.035em !important}
html body.icf-v2 .s5 .s5t2.s5t2{font-size:clamp(1.9rem,4.2vw,3rem) !important;line-height:1.05 !important;letter-spacing:-.03em !important}
html body.icf-v2 .s5 .s5c__l h3{text-transform:none !important;font-stretch:104% !important}
@media (min-width:900px){html body.icf-v2 .s5p{grid-template-columns:repeat(3,1fr);gap:34px 20px}html body.icf-v2 .s5p__foto{aspect-ratio:1/1}html body.icf-v2 .s5p__foto img{width:58%}}
html body.icf-v2 .s5p__d{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
html body.icf-v2 .s5 :is(.s5t2,.s5h__t,.s5c__l h3){word-spacing:.12em}
html body.icf-v2 .s5 .s5h__t.s5h__t,
html body.icf-v2 .s5 .s5t2.s5t2{letter-spacing:-.022em !important}
@media (max-width:600px){html body.icf-v2 .v2h__bar{font-size:11px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
/* la cabecera ya no flota: fuera los huecos que la esquivaban */
html body.icf-v2.sc-drop #content.site-content{padding-top:0 !important}
html body.icf-v2 .sx-ficha__top.sx-ficha__top{padding-top:36px !important}
@media (min-width:980px){html body.icf-v2 .sx-ficha__top.sx-ficha__top{padding-top:64px !important}}
html body.icf-v2 .sx-bolsas--col.sx-bolsas--col{padding-top:56px !important}
@media (max-width:899px){html body.icf-v2 .s5 .s5h__txt{padding-top:44px}}
@media (min-width:900px){html body.icf-v2 .s5 .s5h__txt{padding-top:80px}}
