/* ==========================================================================
   app.css — combined core stylesheet (legacy.css + theme.css + reference.css
   + mobile-2026.css) loaded as a single request instead of four chained
   ones. Order preserved exactly as before (mobile-2026.css last, since it
   overrides rules from the earlier three at the 900px/620px breakpoints) —
   splitting these into separate wp_enqueue_style() calls made the browser
   resolve five separate render-blocking requests (this file + style.css)
   before it could paint anything on first load; combined into one to cut
   that critical-path chain down, which field data (Search Console, PSI)
   showed causing real layout shift on slow mobile connections even though
   a fast lab test never reproduced it.
   ========================================================================== */

:root{
  --blue:#0968dc;
  --blue-2:#0e8cf0;
  --navy:#081d3a;
  --ink:#10233b;
  --muted:#66778d;
  --line:#dce7f4;
  --soft:#f4f9ff;
  --soft-2:#eef6ff;
  --white:#fff;
  --green:#1dbb6f;
  --shadow:0 18px 50px rgba(22,66,111,.12);
  --shadow-sm:0 10px 28px rgba(22,66,111,.09);
  --radius:24px;
  --radius-sm:16px;
  --container:min(1180px,calc(100% - 36px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
body.drawer-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:var(--container);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:16px;top:-80px;background:var(--navy);color:#fff;padding:12px 18px;border-radius:12px;z-index:9999;transition:.2s}.skip-link:focus{top:16px}
.utility-bar{height:32px;background:linear-gradient(90deg,#0056ca,#0588e8);color:#fff;font-size:12px}.utility-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:18px}.utility-group{display:flex;gap:22px;align-items:center}.utility-group a:hover{text-decoration:underline}
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,231,244,.9)}
.header-main{height:84px;display:grid;grid-template-columns:170px minmax(320px,1fr) auto;align-items:center;gap:28px}
.brand{display:flex;align-items:center;height:66px;width:150px;overflow:hidden}.brand img{width:146px;height:70px;object-fit:contain;transform:scale(1.12)}
.search-results{position:absolute;left:0;right:0;top:56px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;z-index:120;max-height:330px;overflow:auto}.search-result{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px}.search-result:hover{background:var(--soft)}.search-result img{width:42px;height:42px;object-fit:contain}.search-result div{min-width:0}.search-result strong{display:block;font-size:13px}.search-result small{color:var(--muted)}
.header-actions{display:flex;align-items:center;gap:9px}.icon-button{border:0;background:transparent;display:flex;align-items:center;gap:8px;color:var(--ink);padding:8px;border-radius:12px;position:relative}.icon-button:hover{background:var(--soft)}.icon-button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.icon-button span:not(.cart-badge){font-size:12px;font-weight:700;white-space:nowrap}.icon-button small{display:block;font-size:10px;color:var(--muted);font-weight:500}.cart-badge{position:absolute;top:2px;left:25px;width:18px;height:18px;background:#ffb11b;color:#06162b;border-radius:999px;display:grid;place-items:center;font-size:10px;font-weight:900;border:2px solid #fff}.menu-toggle{display:none;width:42px;height:42px;border:0;background:var(--soft);border-radius:12px;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:2px}
.main-nav{border-top:1px solid #edf2f7}.nav-inner{height:53px;display:flex;align-items:center;justify-content:center;gap:34px}.nav-inner a{font-size:13px;font-weight:750;padding:17px 0 14px;position:relative;white-space:nowrap}.nav-inner a::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:center;border-radius:4px 4px 0 0;transition:.25s}.nav-inner a:hover,.nav-inner a.active{color:var(--blue)}.nav-inner a.active::after{transform:scaleX(1)}
main{min-height:70vh}.page{display:none}.page.active{display:block;animation:pageIn .4s ease}@keyframes pageIn{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}
.hero{position:relative;overflow:hidden}.hero-home{background:radial-gradient(circle at 80% 30%,rgba(62,190,255,.18),transparent 30%),linear-gradient(120deg,#f8fbff 0%,#edf7ff 55%,#f8fffd 100%);min-height:585px}.hero-home::before,.hero-home::after{content:"";position:absolute;border-radius:50%;filter:blur(2px);opacity:.5}.hero-home::before{width:360px;height:360px;background:rgba(0,132,255,.08);left:-170px;top:140px}.hero-home::after{width:320px;height:320px;background:rgba(46,205,141,.08);right:-160px;bottom:-130px}.hero-grid{min-height:585px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:40px;position:relative;z-index:2}.hero-copy{padding:70px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.13em;color:var(--blue);font-size:11px;font-weight:850;margin-bottom:12px}.eyebrow::before{content:"";width:24px;height:2px;background:currentColor;border-radius:4px}.hero h1,.page-hero h1,.simple-page-hero h1{font-size:clamp(44px,5.4vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px;color:var(--navy)}.hero h1 span,.page-hero h1 span{color:var(--blue)}.hero-copy>p,.page-hero p,.simple-page-hero p{font-size:18px;color:var(--muted);max-width:600px;margin:0 0 28px}.button-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.btn{min-height:47px;padding:0 21px;border-radius:13px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:14px;transition:.22s;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(2,74,151,.16)}.btn-primary{background:linear-gradient(135deg,var(--blue),#0051ca);color:#fff}.btn-secondary{border-color:#7bb7ff;background:#fff;color:var(--blue)}.btn-ghost{background:rgba(255,255,255,.62);color:var(--blue);border-color:rgba(9,104,220,.2)}.btn-dark{background:var(--navy);color:#fff}.btn-light{background:#fff;color:var(--blue)}.btn-block{width:100%}.hero-proof{display:flex;gap:26px;margin-top:36px;padding-top:24px;border-top:1px solid #d4e6f7}.hero-proof span{font-size:12px;color:var(--muted)}.hero-proof strong{display:block;font-size:18px;color:var(--navy)}
.hero-visual{position:relative;height:540px}.hero-orb{position:absolute;width:470px;height:470px;border-radius:50%;right:0;top:35px;background:radial-gradient(circle at 35% 30%,#fff 0,#e7f5ff 40%,#ccecff 70%,rgba(204,236,255,.2) 100%);box-shadow:inset 0 0 90px rgba(9,104,220,.12),0 35px 70px rgba(10,90,160,.14)}.hero-products{position:absolute;z-index:2;right:15px;bottom:4px;width:480px;height:520px;object-fit:contain}.floating-note{position:absolute;z-index:3;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow-sm);padding:12px 15px;border-radius:14px}.floating-note strong{display:block;font-size:13px}.floating-note span{font-size:11px;color:var(--muted)}.note-one{left:0;top:130px}.note-two{right:0;bottom:86px}
.trust-strip{margin-top:-28px;position:relative;z-index:4;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:repeat(4,1fr);padding:18px 22px}.trust-strip article{display:flex;align-items:center;gap:12px;padding:6px 18px;border-right:1px solid var(--line)}.trust-strip article:last-child{border:0}.trust-strip strong{display:block;font-size:13px}.trust-strip small{color:var(--muted)}.mini-icon{width:38px;height:38px;border-radius:12px;background:var(--soft);color:var(--blue);display:grid;place-items:center;font-weight:900}
.section{padding:86px 0}.section-soft{background:linear-gradient(180deg,#f8fbff,#f2f8ff)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:34px}.section-heading.centered{justify-content:center;text-align:center}.section-heading.centered .eyebrow{justify-content:center}.section-heading h2,.split-promo h2,.community-section h2,.viewer-copy h2,.affiliate-info h2,.form-title h2,.conversion-band h2,.contact-form-card h2{font-size:clamp(30px,3vw,44px);line-height:1.1;letter-spacing:-.035em;color:var(--navy);margin:0}.section-heading p{color:var(--muted);margin:8px 0 0}.text-link{color:var(--blue);font-size:13px;font-weight:800}.text-link:hover{text-decoration:underline}
.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}.category-grid button{border:1px solid var(--line);background:#fff;border-radius:18px;padding:22px 10px;min-height:145px;text-align:center;transition:.23s;color:var(--ink)}.category-grid button:hover{transform:translateY(-6px);border-color:#8bc1ff;box-shadow:var(--shadow-sm)}.category-grid span{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 12px;border-radius:18px;background:linear-gradient(145deg,#eef7ff,#d9efff);color:var(--blue);font-size:24px}.category-grid strong{display:block;font-size:13px}.category-grid small{display:block;color:var(--muted);margin-top:5px;font-size:11px}.category-grid.compact button{min-height:115px}.category-grid.compact strong{font-size:12px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-grid-featured{grid-template-columns:repeat(4,1fr)}.product-card{background:#fff;border:1px solid #e3edf7;border-radius:20px;padding:14px;position:relative;transition:.25s;overflow:hidden}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#b8d8f8}.product-media{height:220px;background:linear-gradient(160deg,#f9fcff,#edf7ff);border-radius:15px;display:grid;place-items:center;overflow:hidden;position:relative}.product-media img{width:100%;height:100%;object-fit:contain;transition:.3s}.product-card:hover .product-media img{transform:scale(1.05)}.product-tag{position:absolute;left:12px;top:12px;padding:6px 9px;border-radius:999px;background:var(--blue);color:#fff;font-size:10px;font-weight:850;z-index:2}.product-favorite{position:absolute;right:12px;top:12px;width:34px;height:34px;border-radius:50%;border:0;background:#fff;color:var(--navy);box-shadow:0 5px 15px rgba(0,0,0,.1);z-index:2}.product-favorite.active{background:#ffedf1;color:#e53158}.product-body{padding:16px 4px 4px}.product-category{color:var(--blue);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.product-card h3{font-size:15px;line-height:1.35;margin:7px 0 5px;min-height:40px}.product-description{font-size:12px;color:var(--muted);margin:0 0 12px}.product-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-price{font-size:19px;font-weight:850;color:var(--navy)}.add-cart{width:40px;height:40px;border-radius:12px;border:0;background:var(--blue);color:#fff;font-size:21px}.product-grid.list-view{grid-template-columns:1fr}.product-grid.list-view .product-card{display:grid;grid-template-columns:210px 1fr}.product-grid.list-view .product-media{height:190px}.product-grid.list-view .product-body{padding:22px}.product-grid.list-view .product-card h3{font-size:19px;min-height:0}
.split-promo{display:grid;grid-template-columns:1fr 1fr;gap:24px}.promo-card{min-height:360px;border-radius:28px;padding:38px;overflow:hidden;position:relative;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;box-shadow:var(--shadow-sm)}.promo-card p{color:var(--muted);margin:14px 0 22px}.promo-card img{align-self:end;max-height:300px;object-fit:contain}.catalog-promo{background:linear-gradient(135deg,#e9f5ff,#dcefff)}.catalog-promo img{transform:rotate(3deg)}.affiliate-promo{background:linear-gradient(135deg,#fff5ed,#ffe9d7)}.affiliate-promo img{height:320px;object-fit:contain;object-position:bottom}.catalog-download{background:linear-gradient(135deg,#edf7ff,#dcefff)}.catalog-download img{height:190px}
.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.editorial-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.editorial-art{height:180px;display:grid;place-items:center;font-size:58px;font-weight:900;color:rgba(255,255,255,.85);position:relative}.editorial-art::after{content:"";width:110px;height:110px;border:1px solid rgba(255,255,255,.5);position:absolute;border-radius:50%}.art-one{background:linear-gradient(135deg,#127bdd,#55c2ed)}.art-two{background:linear-gradient(135deg,#2bac88,#8ed35c)}.art-three{background:linear-gradient(135deg,#6549dc,#c276e9)}.editorial-card>div:last-child{padding:24px}.editorial-card span{font-size:10px;color:var(--blue);font-weight:850;text-transform:uppercase}.editorial-card h3{font-size:20px;line-height:1.3;margin:8px 0 18px}.editorial-card a{font-size:13px;color:var(--blue);font-weight:800}
.community-section{background:var(--navy);color:#fff;padding:90px 0}.community-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.community-section h2{color:#fff}.community-section p{color:#b8c8dc;font-size:17px}.testimonial-slider{background:#fff;color:var(--ink);padding:42px;border-radius:26px;min-height:240px;position:relative}.testimonial{display:none;margin:0}.testimonial.active{display:block;animation:fade .4s}.testimonial p{color:var(--ink);font-size:23px;line-height:1.45;margin:0 0 24px}.testimonial footer{color:var(--blue);font-weight:800}.slider-dots{display:flex;gap:7px;margin-top:24px}.slider-dots button{width:9px;height:9px;border-radius:50%;border:0;background:#c8d6e4;padding:0}.slider-dots button.active{width:28px;border-radius:10px;background:var(--blue)}@keyframes fade{from{opacity:.2}to{opacity:1}}
.page-hero{overflow:hidden;position:relative;background:linear-gradient(135deg,#f7fbff,#e9f5ff);min-height:490px}.page-hero-grid{min-height:490px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.page-hero h1{font-size:clamp(44px,5vw,66px)}.breadcrumb{display:block;color:var(--muted);font-size:12px;margin-bottom:30px}.store-hero::after,.catalog-hero::after,.affiliate-hero::after{content:"";position:absolute;width:450px;height:450px;border-radius:50%;background:rgba(24,154,235,.09);right:-120px;top:-160px}.store-hero-image{height:420px;justify-self:end;object-fit:contain;position:relative;z-index:2}.catalog-cover{height:410px;justify-self:center;object-fit:contain;filter:drop-shadow(0 24px 28px rgba(5,50,90,.2));transform:rotate(2deg);position:relative;z-index:2}.catalog-benefits{display:flex;flex-wrap:wrap;gap:13px;margin-top:28px}.catalog-benefits span{background:#fff;border:1px solid var(--line);padding:9px 12px;border-radius:11px;font-size:11px;font-weight:700}
.store-layout{display:grid;grid-template-columns:270px 1fr;gap:32px;align-items:start}.filter-panel{position:sticky;top:190px;border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff;box-shadow:0 12px 32px rgba(32,74,116,.06)}.filter-head{display:flex;justify-content:space-between;align-items:center}.filter-head h2{font-size:22px;margin:0}.filter-head button{border:0;background:transparent;color:var(--blue);font-weight:800}.filter-panel fieldset{border:0;padding:22px 0;margin:0;border-bottom:1px solid var(--line)}.filter-panel legend{font-size:13px;font-weight:850;margin-bottom:12px}.filter-panel label{display:flex;align-items:center;gap:9px;font-size:13px;margin:10px 0;color:#40536a}.filter-panel input[type=checkbox]{accent-color:var(--blue);width:16px;height:16px}.filter-panel input[type=range]{width:100%;accent-color:var(--blue)}.range-values{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.help-card{margin-top:20px;background:linear-gradient(145deg,#eef7ff,#e7f6ff);border-radius:17px;padding:20px}.help-card img{width:52px;height:52px;object-fit:contain;margin-bottom:10px}.help-card h3{font-size:17px;margin:0}.help-card p{font-size:12px;color:var(--muted)}.help-card a{font-size:12px;color:var(--blue);font-weight:850}.store-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.store-toolbar strong{font-size:17px}.toolbar-actions{display:flex;gap:8px;align-items:center}.toolbar-actions select{height:42px;border:1px solid var(--line);border-radius:11px;padding:0 12px;background:#fff}.view-toggle{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:11px;font-size:19px}.view-toggle.active{background:var(--blue);color:#fff}.active-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.chip{border:1px solid #a9cff9;background:#edf7ff;color:var(--blue);font-size:10px;padding:5px 8px;border-radius:999px}.offer-banner{background:linear-gradient(100deg,var(--navy),#0b5aaf);color:#fff;border-radius:18px;padding:18px 22px;margin-bottom:22px;display:flex;align-items:center;justify-content:space-between}.offer-banner span{display:block;color:#75c6ff;font-size:10px;font-weight:900}.offer-banner strong{font-size:18px}.offer-banner button{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:#fff;border-radius:11px;padding:9px 14px;font-weight:800}.pagination{display:flex;gap:7px;justify-content:center;margin-top:34px}.pagination button{width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:#fff}.pagination button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.conversion-band{background:linear-gradient(120deg,#0754c7,#078be1);color:#fff;padding:60px 0}.conversion-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.conversion-band h2{color:#fff}.conversion-band p{margin:9px 0 0;color:#d9ebff}
.catalog-viewer-section{display:grid;grid-template-columns:1fr 320px;gap:38px;align-items:center}.pdf-shell{background:#263442;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.pdf-toolbar{height:54px;background:#1b2733;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:12px}.pdf-toolbar div{display:flex;align-items:center;gap:8px}.pdf-toolbar button,.pdf-toolbar a{width:30px;height:30px;border:0;background:#344454;color:#fff;border-radius:8px;display:grid;place-items:center}.pdf-frame-wrap{height:650px;background:#556270;overflow:auto;transform-origin:top left}.pdf-frame-wrap iframe{width:100%;height:100%;border:0;background:#fff}.viewer-copy p{color:var(--muted)}.viewer-copy ul{list-style:none;padding:0;margin:22px 0 28px}.viewer-copy li{padding:10px 0 10px 28px;position:relative;border-bottom:1px solid var(--line);font-size:14px}.viewer-copy li::before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.affiliate-hero-art{height:490px;position:relative}.affiliate-person{position:absolute;right:160px;bottom:0;height:440px;object-fit:contain;z-index:2}.affiliate-cluster{position:absolute;right:-10px;bottom:20px;height:310px;object-fit:contain}.quick-benefits{margin-top:-30px;position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.quick-benefits article{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:18px;padding:17px;display:flex;align-items:center;gap:12px}.quick-benefits img{width:46px;height:46px;object-fit:contain}.quick-benefits strong{display:block;font-size:13px}.quick-benefits small{color:var(--muted)}.affiliate-form-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:26px;align-items:stretch}.affiliate-info{border:1px solid var(--line);border-radius:24px;padding:34px;background:linear-gradient(180deg,#fff,#f7fbff);overflow:hidden}.affiliate-info p,.affiliate-info li{color:var(--muted);font-size:14px}.affiliate-info ul{padding-left:20px}.affiliate-info li{margin:11px 0}.affiliate-info img{width:calc(100% + 68px);max-width:none;margin:26px -34px -10px;height:290px;object-fit:cover;object-position:center 32%}.affiliate-info>small{display:block;margin-top:18px;color:#8898aa}.form-card{border:1px solid var(--line);border-radius:24px;padding:32px;background:#fff;box-shadow:var(--shadow-sm)}.form-title{display:flex;gap:13px;align-items:flex-start;margin-bottom:24px}.form-title>span{width:44px;height:44px;background:var(--soft);color:var(--blue);border-radius:14px;display:grid;place-items:center;font-size:24px}.form-title h2{font-size:28px}.form-title p{color:var(--muted);margin:5px 0 0;font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label,.contact-form-card label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;color:#2b4058}.form-grid label.full{grid-column:1/-1}.form-grid input,.form-grid select,.contact-form-card input,.contact-form-card select,.contact-form-card textarea{width:100%;border:1px solid #ccdbea;border-radius:11px;min-height:44px;padding:0 13px;outline:0;background:#fff;color:var(--ink)}.form-grid input:focus,.form-grid select:focus,.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{border-color:#68aef7;box-shadow:0 0 0 3px rgba(9,104,220,.1)}.form-grid input.invalid,.form-grid select.invalid{border-color:#db3a52;background:#fff8f9}.form-grid label small{color:var(--muted);font-weight:500}.consent{display:flex;align-items:flex-start;gap:9px;font-size:12px;margin:18px 0;color:var(--muted)}.consent input{accent-color:var(--blue);margin-top:3px}.form-security{text-align:center;color:var(--muted);font-size:11px}.form-message{margin-top:12px;border-radius:12px;font-size:13px}.form-message.success{background:#eafbf2;color:#138754;padding:12px}.form-message.error{background:#fff0f2;color:#bd1e36;padding:12px}.process-section{background:linear-gradient(180deg,#f7fbff,#eef6ff)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-grid article{position:relative;text-align:center;background:#fff;border:1px solid var(--line);padding:28px 18px;border-radius:20px}.process-grid article>span{position:absolute;left:14px;top:14px;background:var(--blue);color:#fff;border-radius:50%;width:28px;height:28px;display:grid;place-items:center;font-size:11px;font-weight:900}.process-grid img{width:70px;height:70px;object-fit:contain;margin:0 auto 12px}.process-grid h3{font-size:15px;margin:0 0 8px}.process-grid p{font-size:12px;color:var(--muted);margin:0}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.benefit-grid article{border-radius:22px;padding:30px;border:1px solid var(--line)}.benefit-grid article:nth-child(1){background:#eef8ff}.benefit-grid article:nth-child(2){background:#effbf6}.benefit-grid article:nth-child(3){background:#f8f1ff}.benefit-grid span{font-size:30px;color:var(--blue)}.benefit-grid h3{font-size:19px;margin:14px 0 8px}.benefit-grid p{color:var(--muted);font-size:14px}.faq-section{background:#f8fbff}.faq-list{max-width:850px;margin:auto}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:16px;margin:12px 0;padding:0 20px}.faq-list summary{list-style:none;cursor:pointer;font-weight:800;padding:20px 36px 20px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:0;top:16px;font-size:24px;color:var(--blue)}.faq-list details[open] summary::after{content:"−"}.faq-list p{color:var(--muted);margin:0;padding:0 0 20px}
.simple-page-hero{background:linear-gradient(135deg,#f8fbff,#edf7ff);padding:70px 0}.simple-page-hero h1{font-size:clamp(42px,5vw,64px);margin-bottom:14px}.price-tools{display:flex;justify-content:space-between;gap:16px;margin-bottom:24px}.price-tools input{flex:1;height:48px;border:1px solid var(--line);border-radius:13px;padding:0 15px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:20px}.price-table{width:100%;border-collapse:collapse;min-width:760px}.price-table th{background:var(--navy);color:#fff;text-align:left;padding:15px;font-size:12px}.price-table td{padding:14px 15px;border-bottom:1px solid var(--line);font-size:13px}.price-table tbody tr:hover{background:var(--soft)}.price-table td:last-child{text-align:right}.price-table button{border:0;background:var(--blue);color:#fff;border-radius:9px;padding:8px 11px}.data-note{font-size:11px;color:var(--muted);margin-top:14px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-cards article{border:1px solid var(--line);border-radius:20px;padding:24px}.contact-cards span{font-size:26px;color:var(--blue)}.contact-cards h3{margin:11px 0 6px}.contact-cards a{color:var(--blue);font-size:13px}.contact-cards p{font-size:13px;color:var(--muted)}.contact-form-card{border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:var(--shadow-sm)}.contact-form-card form{display:grid;gap:15px}.contact-form-card textarea{padding:12px;resize:vertical}.tips-filter{display:flex;gap:9px;margin-bottom:28px;flex-wrap:wrap}.tips-filter button{border:1px solid var(--line);background:#fff;padding:10px 15px;border-radius:999px;font-weight:800}.tips-filter button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tips-grid article{border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff;position:relative;overflow:hidden}.tips-grid article::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:var(--soft);right:-50px;top:-50px}.tip-number{font-size:44px;font-weight:900;color:#d9eafb;line-height:1}.tips-grid span{font-size:10px;color:var(--blue);font-weight:900;text-transform:uppercase}.tips-grid h2{font-size:20px;line-height:1.3;margin:10px 0}.tips-grid p{color:var(--muted);font-size:13px}.tips-grid button{border:0;background:transparent;color:var(--blue);font-weight:850;padding:0}.tips-grid article.hidden{display:none}
.site-footer{background:#f3f8fd;border-top:1px solid var(--line);padding-top:58px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:36px;padding-bottom:45px}.footer-brand img{width:150px;height:78px;object-fit:contain}.footer-brand p{color:var(--muted);font-size:13px;max-width:220px}.footer-grid h3{font-size:12px;text-transform:uppercase;color:var(--blue);letter-spacing:.08em;margin:10px 0 15px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-grid a,.footer-grid span{font-size:12px;color:#4b5e73}.footer-grid a:hover{color:var(--blue)}.socials{display:flex;gap:8px}.socials a{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff}.footer-bottom{background:var(--blue);color:#fff}.footer-bottom .container{height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px}.footer-bottom div div{display:flex;gap:22px}.footer-bottom a{color:#fff}
.whatsapp-float{position:fixed;right:20px;bottom:22px;width:56px;height:56px;border-radius:50%;background:#20c66b;color:#fff;display:grid;place-items:center;font-size:28px;z-index:70;box-shadow:0 12px 25px rgba(21,150,78,.3);border:4px solid #fff}.back-to-top{position:fixed;right:25px;bottom:90px;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--navy);box-shadow:var(--shadow-sm);opacity:0;pointer-events:none;transition:.2s;z-index:65}.back-to-top.visible{opacity:1;pointer-events:auto}.drawer-overlay{position:fixed;inset:0;background:rgba(4,19,37,.45);z-index:100}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,100%);background:#fff;z-index:110;transform:translateX(102%);transition:.3s;display:flex;flex-direction:column;box-shadow:-30px 0 70px rgba(0,0,0,.2)}.cart-drawer.open{transform:none}.cart-head{padding:25px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.cart-head h2{margin:0}.cart-head button{width:38px;height:38px;border:0;border-radius:50%;font-size:27px}.cart-items{padding:20px;overflow:auto;flex:1}.empty-cart{text-align:center;color:var(--muted);padding:80px 10px}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:14px 0}.cart-item img{width:70px;height:70px;object-fit:contain;background:var(--soft);border-radius:12px}.cart-item h4{margin:0 0 5px;font-size:13px}.cart-item small{color:var(--muted)}.cart-item button{border:0;background:transparent;color:#d33}.cart-summary{padding:22px;border-top:1px solid var(--line)}.cart-summary>div{display:flex;justify-content:space-between;font-size:18px;margin-bottom:6px}.cart-summary small{display:block;color:var(--muted);margin-bottom:16px}.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,30px);background:var(--navy);color:#fff;padding:13px 18px;border-radius:12px;opacity:0;pointer-events:none;transition:.25s;z-index:200;box-shadow:var(--shadow);font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}
.reveal{opacity:0;transform:translateY(24px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}
@media (max-width:1100px){.header-main{grid-template-columns:150px 1fr auto;gap:15px}.desktop-only{display:none!important}.nav-inner{gap:20px}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid-featured{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.hero-orb{width:410px;height:410px}.hero-products{width:410px}.affiliate-person{right:100px}.affiliate-cluster{right:-35px}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:10px}}
@media (max-width:900px){.utility-bar{display:none}.site-header{top:0}.header-main{height:72px;grid-template-columns:130px 1fr auto}.brand{height:60px;width:130px}.brand img{width:126px}.menu-toggle{display:block}.main-nav{position:absolute;left:0;right:0;top:72px;background:#fff;box-shadow:0 18px 30px rgba(15,50,82,.14);max-height:0;overflow:hidden;transition:.25s;border:0}.main-nav.open{max-height:520px;border-top:1px solid var(--line)}.nav-inner{height:auto;display:flex;align-items:stretch;flex-direction:column;gap:0;padding:10px 18px 20px}.nav-inner a{padding:13px 10px;border-bottom:1px solid #eef3f8}.nav-inner a::after{display:none}.hero-grid,.page-hero-grid{grid-template-columns:1fr}.hero-home,.hero-grid{min-height:auto}.hero-copy{padding:70px 0 30px}.hero-visual{height:420px}.hero-orb{left:50%;right:auto;transform:translateX(-50%);width:390px;height:390px;top:10px}.hero-products{left:50%;right:auto;transform:translateX(-50%);height:410px}.note-one{left:4%;top:50px}.note-two{right:4%;bottom:60px}.trust-strip{grid-template-columns:1fr 1fr;margin-top:0}.trust-strip article:nth-child(2){border-right:0}.trust-strip article:nth-child(-n+2){border-bottom:1px solid var(--line)}.category-grid{grid-template-columns:repeat(3,1fr)}.split-promo{grid-template-columns:1fr}.community-grid,.contact-grid{grid-template-columns:1fr}.page-hero-grid{padding:60px 0 20px}.store-hero-image,.catalog-cover{height:340px;justify-self:center}.store-layout{grid-template-columns:1fr}.filter-panel{position:static}.catalog-viewer-section{grid-template-columns:1fr}.affiliate-hero-art{height:400px}.affiliate-person{height:380px;right:36%}.affiliate-cluster{height:250px;right:8%}.quick-benefits{grid-template-columns:1fr 1fr;margin-top:10px}.affiliate-form-section{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.tips-grid{grid-template-columns:1fr 1fr}.catalog-bottom-promos{grid-template-columns:1fr}}
@media (max-width:620px){:root{--container:min(100% - 24px,1180px);--radius:18px}.header-main{grid-template-columns:110px 1fr auto}.brand{width:110px}.brand img{width:108px}.icon-button span:not(.cart-badge){display:none}.header-actions{gap:4px}.icon-button{padding:7px}.hero h1,.page-hero h1,.simple-page-hero h1{font-size:42px}.hero-copy>p,.page-hero p,.simple-page-hero p{font-size:16px}.button-row .btn{flex:1}.hero-proof{gap:14px}.hero-visual{height:360px}.hero-orb{width:330px;height:330px}.hero-products{height:350px;width:340px}.floating-note{padding:9px 11px}.floating-note strong{font-size:11px}.floating-note span{font-size:9px}.trust-strip{grid-template-columns:1fr;padding:10px 18px}.trust-strip article{border-right:0;border-bottom:1px solid var(--line)!important;padding:13px 0}.trust-strip article:last-child{border-bottom:0!important}.section{padding:62px 0}.section-heading{align-items:flex-start;flex-direction:column}.category-grid{grid-template-columns:1fr 1fr}.category-grid button{min-height:125px}.product-grid,.product-grid-featured{grid-template-columns:1fr}.product-media{height:255px}.promo-card{grid-template-columns:1fr;min-height:0;padding:28px}.promo-card img{height:220px;margin:18px auto -25px}.affiliate-promo img{height:260px}.editorial-grid{grid-template-columns:1fr}.community-grid{gap:30px}.testimonial-slider{padding:28px}.testimonial p{font-size:18px}.page-hero-grid{padding:45px 0 10px}.store-hero-image,.catalog-cover{height:300px}.store-toolbar{flex-direction:column}.toolbar-actions{width:100%;flex-wrap:wrap}.toolbar-actions select{flex:1}.offer-banner{align-items:flex-start;flex-direction:column;gap:14px}.product-grid.list-view .product-card{grid-template-columns:1fr}.product-grid.list-view .product-media{height:240px}.catalog-viewer-section{padding-top:55px}.pdf-frame-wrap{height:500px}.affiliate-hero-art{height:330px}.affiliate-person{height:315px;right:28%}.affiliate-cluster{height:190px;right:-2%}.quick-benefits{grid-template-columns:1fr}.form-card,.affiliate-info{padding:24px}.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.process-grid,.benefit-grid{grid-template-columns:1fr}.contact-cards{grid-template-columns:1fr}.tips-grid{grid-template-columns:1fr}.price-tools{flex-direction:column}.conversion-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-bottom .container{height:auto;padding:16px 0;align-items:flex-start;flex-direction:column}.footer-bottom div div{flex-direction:column;gap:8px}.whatsapp-float{width:50px;height:50px;right:12px;bottom:14px}.back-to-top{right:15px;bottom:75px}}

/* =========================================================
   MOBILE EXPERIENCE — integrated from the approved mockup
   ========================================================= */
.mobile-nav-head,.mobile-nav-support,.mobile-bottom-nav,.mobile-store-actions,.mobile-filter-close{display:none}
.mobile-nav-overlay{position:fixed;inset:0;background:rgba(4,19,37,.46);backdrop-filter:blur(3px);z-index:88}
body.nav-open,body.filter-open{overflow:hidden}

.affiliate-step{border:0;margin:0 0 18px;padding:0;min-width:0}
.affiliate-step legend{width:100%;padding:0;margin:0 0 14px;color:var(--navy);font-size:15px;font-weight:850}
.affiliate-progress{display:none}
.affiliate-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}
#affiliatePrev,#affiliateNext{display:none}
.affiliate-success{display:none;text-align:center;padding:28px 12px}
.success-check{width:82px;height:82px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#22c77a,#11a861);color:#fff;font-size:42px;font-weight:900;box-shadow:0 15px 35px rgba(20,175,105,.24)}
.affiliate-success h3{font-size:26px;color:var(--navy);margin:0 0 8px}
.affiliate-success p{color:var(--muted);margin:0 auto 22px;max-width:420px}

@media (max-width:900px){
  .mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}
  .mobile-nav-head img{width:126px;height:56px;object-fit:contain}
  .mobile-nav-head button{width:40px;height:40px;border:0;border-radius:50%;background:var(--soft);font-size:27px;color:var(--navy)}
  .mobile-nav-support{display:flex;flex-direction:column;gap:4px;margin:18px 10px 0;padding:17px;border:1px solid #b9dcff;background:linear-gradient(145deg,#f5fbff,#eaf6ff);border-radius:16px}
  .mobile-nav-support strong{font-size:13px}.mobile-nav-support a{padding:0!important;border:0!important;color:var(--blue)!important}.mobile-nav-support small{color:var(--muted)}
  .main-nav{position:fixed!important;inset:0 auto 0 0!important;top:0!important;right:auto!important;width:min(86vw,370px);height:100dvh;max-height:none!important;background:#fff;box-shadow:25px 0 60px rgba(2,21,42,.2);transform:translateX(-105%);transition:transform .28s ease;overflow-y:auto;z-index:95;border:0!important}
  .main-nav.open{transform:translateX(0);max-height:none!important}
  .main-nav .nav-inner{width:auto;margin:0;padding:8px 18px 28px;display:flex;flex-direction:column;align-items:stretch;gap:0}
  .main-nav .nav-inner>a{font-size:15px;padding:15px 11px;border-bottom:1px solid #edf2f7}
  .main-nav .nav-inner>a.active{background:var(--soft);border-radius:11px;color:var(--blue)}
}

@media (max-width:620px){
  :root{--container:min(100% - 24px,1180px)}
  body{padding-bottom:72px;background:#fff}
  .site-header{box-shadow:0 3px 18px rgba(10,54,97,.08)}
  .header-main{height:auto;min-height:112px;display:grid;grid-template-columns:48px 1fr 78px;grid-template-rows:58px 44px;gap:4px 8px;padding:5px 0 8px}
  .brand{grid-column:2;grid-row:1;justify-self:center;width:118px;height:56px;z-index:2}.brand img{width:116px;height:56px;transform:none}
  .header-actions{grid-column:1/-1;grid-row:1;width:100%;display:flex;flex-direction:row-reverse;justify-content:space-between;pointer-events:none;z-index:3}
  .header-actions>*{pointer-events:auto}.header-actions>.icon-button:first-child,.header-actions>.desktop-only{display:none!important}
  .menu-toggle{display:block;background:transparent;padding:9px}.menu-toggle span{height:2px;margin:5px 0}
  .cart-button{margin-right:0}.cart-button svg{width:27px;height:27px}.cart-badge{left:24px;top:0}
  .search-results{top:48px;border-radius:12px;max-height:310px}

  .mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:68px;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.98);backdrop-filter:blur(16px);border-top:1px solid #dce7f4;box-shadow:0 -10px 28px rgba(16,57,96,.09);z-index:84;padding-bottom:env(safe-area-inset-bottom)}
  .mobile-bottom-nav a,.mobile-bottom-nav button{border:0;background:transparent;color:#63758b;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;font-weight:700;min-width:0}
  .mobile-bottom-nav span{font-size:22px;line-height:1}.mobile-bottom-nav small{font-size:9px;white-space:nowrap}
  .mobile-bottom-nav a.active{color:var(--blue)}.mobile-bottom-nav a.active span{transform:translateY(-1px)}
  .whatsapp-float{right:12px;bottom:82px;width:48px;height:48px;font-size:23px;border-width:3px}.back-to-top{display:none}

  .hero-home{min-height:0}.hero-grid{display:flex;flex-direction:column;gap:0}.hero-copy{padding:32px 0 8px;text-align:left}.hero-copy .eyebrow{font-size:9px}.hero h1,.page-hero h1,.simple-page-hero h1{font-size:34px;line-height:1.05;letter-spacing:-.035em}.hero-copy>p,.page-hero p,.simple-page-hero p{font-size:14px;line-height:1.5}.hero-copy .button-row{display:grid;grid-template-columns:1fr 1fr}.hero-proof{margin-top:22px;padding-top:16px;justify-content:space-between}.hero-proof strong{font-size:16px}.hero-proof span{font-size:10px}
  .hero-visual{width:100%;height:325px}.hero-orb{width:300px;height:300px;top:7px}.hero-products{height:315px;width:310px}.floating-note{display:none}
  .trust-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:10px 6px;border-radius:14px;margin-top:0;box-shadow:none}.trust-strip article{display:flex;flex-direction:column;text-align:center;gap:6px;padding:8px 4px;border:0!important}.trust-strip article:nth-child(4){display:none}.trust-strip strong{font-size:10px}.trust-strip small{font-size:8px}.mini-icon{width:34px;height:34px;border-radius:50%}
  .section{padding:42px 0}.section-heading{margin-bottom:20px;gap:8px}.section-heading h2,.split-promo h2,.community-section h2,.viewer-copy h2,.affiliate-info h2,.form-title h2,.conversion-band h2,.contact-form-card h2{font-size:27px}.section-heading .text-link{align-self:flex-end;margin-top:-32px}
  .category-grid{display:flex;overflow-x:auto;gap:10px;padding:2px 1px 12px;scroll-snap-type:x proximity;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-grid button{flex:0 0 108px;min-height:112px;padding:15px 7px;border-radius:16px;scroll-snap-align:start}.category-grid span{width:46px;height:46px;font-size:20px;border-radius:50%}.category-grid small{display:none}.category-grid.compact button{flex-basis:105px;min-height:100px}
  .product-grid,.product-grid-featured{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:15px;padding:8px}.product-media{height:145px;border-radius:11px}.product-tag{left:7px;top:7px;font-size:8px;padding:4px 6px}.product-favorite{right:7px;top:7px;width:28px;height:28px}.product-body{padding:10px 2px 2px}.product-category{font-size:8px}.product-card h3{font-size:12px;min-height:48px;margin:5px 0}.product-description{display:none}.product-price{font-size:15px}.add-cart{width:32px;height:32px;border-radius:9px;font-size:18px}
  .promo-card{padding:22px;border-radius:20px}.promo-card h2{font-size:25px}.promo-card p{font-size:13px}.promo-card img{height:190px}.split-promo{gap:14px}
  .editorial-grid{gap:12px}.editorial-card{min-height:230px}.community-section{padding-top:46px}.testimonial-slider{padding:22px}.testimonial p{font-size:16px}

  .page-hero-grid{padding:30px 0 12px;gap:10px}.page-hero-grid .breadcrumb{font-size:9px}.store-hero-image,.catalog-cover{height:240px}.affiliate-hero-art{height:290px}.affiliate-person{height:280px;right:23%}.affiliate-cluster{height:170px;right:-6%}
  .quick-benefits{display:flex;overflow-x:auto;gap:10px;padding:13px 0;scrollbar-width:none}.quick-benefits::-webkit-scrollbar{display:none}.quick-benefits article{flex:0 0 225px;padding:15px;border-radius:15px}.quick-benefits img{width:46px;height:46px}

  .store-layout{padding-top:20px;display:block}.mobile-store-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:0 0 15px}.mobile-store-actions button{height:42px;border:1px solid var(--line);border-radius:10px;background:#f5f8fc;color:var(--navy);font-size:12px;font-weight:800}
  .filter-panel{position:fixed!important;left:0;right:0;bottom:0;top:auto!important;max-height:84dvh;overflow-y:auto;border-radius:24px 24px 0 0;padding:22px 18px 90px;z-index:130;transform:translateY(105%);transition:transform .28s ease;box-shadow:0 -25px 70px rgba(3,25,48,.25)}.filter-panel.mobile-open{transform:translateY(0)}
  body.filter-open::before{content:"";position:fixed;inset:0;background:rgba(4,19,37,.5);z-index:125;backdrop-filter:blur(3px)}
  .filter-head{position:sticky;top:-22px;background:#fff;z-index:2;padding:16px 0 11px}.filter-head>div{display:flex;align-items:center;gap:6px}.mobile-filter-close{display:grid!important;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--soft)!important;color:var(--navy)!important;font-size:24px}
  .help-card{display:none}.store-toolbar{align-items:center;flex-direction:row;margin-bottom:14px}.store-toolbar strong{font-size:13px}.toolbar-actions select,.view-toggle{display:none}.active-chips{margin-top:5px}.offer-banner{padding:14px 16px;border-radius:13px}.offer-banner strong{font-size:15px}.offer-banner button{font-size:11px}
  .product-grid.list-view{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid.list-view .product-card{display:block}.product-grid.list-view .product-media{height:145px}.pagination{margin-top:22px}.pagination button{width:34px;height:34px}
  .conversion-band{padding:42px 0}.conversion-band .btn{width:100%}

  .catalog-benefits{display:grid;grid-template-columns:1fr 1fr;gap:8px}.catalog-benefits span{font-size:10px}.catalog-viewer-section{padding-top:30px;gap:18px}.pdf-shell{border-radius:15px}.pdf-toolbar{padding:10px 12px;font-size:10px}.pdf-frame-wrap{height:520px}.viewer-copy{padding:3px}.viewer-copy .btn{width:100%}.catalog-bottom-promos .promo-card img{height:155px}

  .affiliate-form-section{padding-top:24px;display:block}.affiliate-info{display:none}.form-card{padding:20px 16px;border-radius:18px;box-shadow:none}.form-title{margin-bottom:16px}.form-title>span{width:38px;height:38px}.form-title h2{font-size:22px}.form-title p{font-size:11px}
  .affiliate-progress{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:start;margin:4px 0 26px}.progress-step{display:flex;align-items:center;flex-direction:column;gap:5px;color:#9aa8b8;min-width:48px}.progress-step span{width:27px;height:27px;border-radius:50%;border:1px solid #cbd8e6;background:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}.progress-step small{font-size:8px;text-align:center;line-height:1.1}.progress-step.active,.progress-step.complete{color:var(--blue)}.progress-step.active span{background:var(--blue);border-color:var(--blue);color:#fff}.progress-step.complete span{background:#20bd73;border-color:#20bd73;color:#fff}.progress-line{height:2px;background:#dce6f0;margin-top:13px}.progress-line.complete{background:#20bd73}
  .affiliate-step{display:none;margin:0}.affiliate-step.active{display:block;animation:pageIn .25s ease}.affiliate-step legend{font-size:14px;margin-bottom:12px}.affiliate-success.active{display:block}.affiliate-form-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.affiliate-form-actions .btn{min-width:0;padding:0 10px}.affiliate-form-actions.one-button{grid-template-columns:1fr}.affiliate-form-actions.hidden{display:none}#affiliatePrev,#affiliateNext{display:inline-flex}#affiliateSubmit{display:none}.affiliate-form-actions.is-last #affiliateNext{display:none}.affiliate-form-actions.is-last #affiliateSubmit{display:inline-flex}.affiliate-form-actions.is-first #affiliatePrev{visibility:hidden}.form-grid{grid-template-columns:1fr;gap:11px}.form-grid label.full{grid-column:auto}.form-grid input,.form-grid select{min-height:45px}.consent{margin:16px 0}.form-security{font-size:9px}.form-message{font-size:11px}
  .process-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:12px;scrollbar-width:none}.process-grid::-webkit-scrollbar{display:none}.process-grid article{flex:0 0 220px;padding:22px 14px}.benefit-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:12px;scrollbar-width:none}.benefit-grid article{flex:0 0 250px;padding:22px}.faq-list details{padding:0 15px}.faq-list summary{font-size:13px}

  .simple-page-hero{padding:36px 0}.price-tools{gap:8px}.price-tools .btn{width:100%}.table-wrap{overflow:visible}.price-table,.price-table tbody,.price-table tr,.price-table td{display:block;width:100%}.price-table thead{display:none}.price-table tr{border:1px solid var(--line);border-radius:14px;padding:13px;margin-bottom:10px;background:#fff}.price-table td{border:0!important;padding:6px 0 6px 45%;position:relative;min-height:30px;font-size:12px}.price-table td::before{position:absolute;left:0;top:6px;width:42%;font-weight:800;color:#607289}.price-table td:nth-child(1)::before{content:"Producto"}.price-table td:nth-child(2)::before{content:"Categoría"}.price-table td:nth-child(3)::before{content:"Presentación"}.price-table td:nth-child(4)::before{content:"Precio"}.price-table td:nth-child(5){padding-left:0}.price-table td:nth-child(5)::before{display:none}.price-table td button{width:100%}
  .contact-grid{padding-top:30px}.contact-form-card{padding:22px 17px}.contact-cards article{padding:18px}.tips-filter{display:flex;overflow-x:auto;white-space:nowrap;padding-bottom:8px}.tips-grid{gap:12px}.tips-grid article{padding:20px;min-height:220px}
  .site-footer{padding-top:38px}.footer-grid{grid-template-columns:1fr 1fr;gap:22px}.footer-brand{grid-column:1/-1;text-align:center}.footer-brand img{margin:auto}.footer-brand p{margin:0 auto 15px}.socials{justify-content:center}.footer-grid>div:not(.footer-brand){align-items:flex-start}.footer-bottom{margin-bottom:0}.footer-bottom .container{padding-bottom:20px}
  .toast{bottom:82px;width:calc(100% - 28px);text-align:center}
}
.form-security.hidden{display:none}

:root {
	--blue: var(--shelo-primary, #0968dc);
	--navy: var(--shelo-dark, #071f3d);
	--soft: var(--shelo-light, #edf7ff);
	--ink: var(--shelo-text, #10243c);
	--line: var(--shelo-border, #dce7f2);
}

.btn,
.button,
button,
input[type="submit"] {
	border-radius: var(--shelo-button-radius, 13px);
}

.custom-logo-link {
	display: block;
	height: 100%;
}

.custom-logo-link img {
	width: 146px;
	height: 70px;
	object-fit: contain;
}

.search .woocommerce-product-search,
.search .search-form {
	display: flex;
	width: 100%;
	grid-column: 1 / -1;
}

.search input[type="search"] {
	flex: 1;
	min-width: 0;
}

.search button {
	width: 58px;
	border: 0;
	background: var(--blue);
	color: #fff;
}

.nav-inner.menu {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

.category-card {
	border: 1px solid var(--line);
	background: #fff;
	border-radius: 18px;
	padding: 22px 10px;
	min-height: 145px;
	text-align: center;
	transition: .23s;
	color: var(--ink);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.category-card:hover {
	transform: translateY(-6px);
	border-color: #8bc1ff;
	box-shadow: var(--shadow-sm);
}

.category-card > span {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	margin: 0 auto 12px;
	border-radius: 18px;
	background: linear-gradient(145deg, #eef7ff, #d9efff);
	color: var(--blue);
	font-size: 24px;
}

.category-card strong,
.category-card small {
	display: block;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(var(--wc-grid-columns, 4), minmax(0, 1fr));
	gap: 22px;
	margin: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	background: #fff;
	border: 1px solid #e3edf7;
	border-radius: 20px;
	padding: 14px;
}

.woocommerce ul.products li.product img {
	height: 250px;
	object-fit: contain;
	background: linear-gradient(145deg, #f7fbff, #eaf5ff);
	border-radius: 15px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--blue);
	color: #fff;
	border-radius: var(--shelo-button-radius, 13px);
}

.shelo-shop:has(.filter-panel) {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 34px;
}

.content-card,
.entry-content {
	max-width: 900px;
}

.entry-content > * + * {
	margin-top: 1.25em;
}

.empty-state {
	text-align: center;
	min-height: 60vh;
}

.affiliate-success.is-visible,
.shelo-honeypot {
	display: block;
}

.shelo-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.form-message.error {
	padding: 12px;
	border-radius: 10px;
	background: #fff1f1;
	color: #9f1c1c;
	margin-bottom: 15px;
}

.form-message.success {
	padding: 12px;
	border-radius: 10px;
	background: #e9fbf2;
	color: #096a3d;
	margin-bottom: 15px;
}

.has-static-header .site-header {
	position: relative;
}

@media (max-width: 900px) {
	.shelo-shop:has(.filter-panel) {
		display: block;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.has-mobile-bottom-nav {
		padding-bottom: var(--shelo-mobile-nav-height, 68px);
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.woocommerce ul.products li.product {
		padding: 9px;
	}

	.woocommerce ul.products li.product img {
		height: 155px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
	}

	.mobile-bottom-nav {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		height: var(--shelo-mobile-nav-height, 68px);
		z-index: 95;
		background: #fff;
		box-shadow: 0 -8px 25px rgba(7, 31, 61, .12);
		padding-bottom: env(safe-area-inset-bottom);
	}

	.mobile-bottom-nav a {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 2px;
		color: #52657a;
		font-size: 18px;
	}

	.mobile-bottom-nav small {
		font-size: 9px;
		font-weight: 700;
	}

	.whatsapp-float {
		bottom: calc(var(--shelo-mobile-nav-height, 68px) + 12px);
	}

	.back-to-top {
		bottom: calc(var(--shelo-mobile-nav-height, 68px) + 74px);
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}
/* WordPress adds `page` to the body on static pages. The legacy SPA rule
 * `.page { display: none; }` must never hide the document itself. */
body.page {
	display: block;
}

.shop-heading {
	margin-bottom: 34px;
}

.shop-heading h1 {
	margin: 12px 0 8px;
	font-size: clamp(38px, 5vw, 62px);
}

.shop-heading p {
	margin: 0;
	color: var(--muted);
}

.woocommerce-cart .simple-page-hero,
.woocommerce-checkout .simple-page-hero,
.woocommerce-account .simple-page-hero {
	padding: 34px 0;
}

.woocommerce-cart .simple-page-hero h1,
.woocommerce-checkout .simple-page-hero h1,
.woocommerce-account .simple-page-hero h1 {
	margin: 0;
	font-size: clamp(36px, 5vw, 54px);
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
	max-width: 1180px;
	padding-top: 42px;
}

/* Reference storefront layer: deliberately loaded after the original theme CSS. */
:root {
	--ref-blue: #0876df;
	--ref-deep: #082344;
	--ref-ink: #0a2240;
	--ref-muted: #5f7186;
	--ref-line: #dbe5ef;
	--ref-pale: #f4f9fd;
	--ref-radius: 10px;
}

* { box-sizing: border-box; }
body { color: var(--ref-ink); background: #fff; font-family: Arial, Helvetica, sans-serif; }
body.page { display: block; }
a { color: inherit; }
.ref-wrap { width: min(1340px, calc(100% - 48px)); margin-inline: auto; }
.shelo-icon { display: inline-block; width: 22px; height: 22px; flex: 0 0 auto; vertical-align: middle; }

/* Header */
.utility-bar { min-height: 31px; padding: 0; color: #fff; background: linear-gradient(90deg, #0797e9, #0870d7); font-size: 12px; }
.utility-bar .utility-inner { min-height: 31px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar .utility-group { display: flex; align-items: center; gap: 26px; }
.utility-bar a, .utility-bar span { display: inline-flex; align-items: center; gap: 5px; color: #fff; text-decoration: none; }
.utility-bar .shelo-icon { width: 14px; height: 14px; }
.site-header { position: relative; z-index: 30; background: #fff; box-shadow: none; }
.site-header .header-main { height: 79px; padding: 0; display: grid; grid-template-columns: 178px minmax(340px, 1fr) auto; align-items: center; gap: 22px; }
.site-header .brand { width: 155px; height: 68px; overflow: visible; display: grid; place-items: center; }
.site-header .brand img { width: 150px !important; height: 130px !important; max-width: none; object-fit: contain; transform: scale(1.28); }
.ref-search { height: 43px; display: grid; grid-template-columns: minmax(220px, 1fr) 176px 48px; border: 1px solid #cbd9e7; border-radius: 9px; overflow: hidden; background: #fff; }
.ref-search input, .ref-search select, .ref-search button { min-width: 0; border: 0; border-radius: 0; margin: 0; background: #fff; box-shadow: none; font: inherit; }
.ref-search input { padding: 0 16px; font-size: 13px; }
.ref-search select { padding: 0 34px 0 14px; border-left: 1px solid #e0e7ef; color: #344b65; font-size: 12px; cursor: pointer; }
.ref-search button { display: grid; place-items: center; color: #fff; background: var(--ref-blue); cursor: pointer; }
.ref-search button .shelo-icon { width: 21px; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.ref-header-action { position: relative; display: flex; align-items: center; gap: 9px; min-width: 82px; color: var(--ref-ink); text-decoration: none; }
.ref-header-action > .shelo-icon, .ref-cart-icon > .shelo-icon { width: 24px; height: 24px; }
.ref-header-action > span:not(.ref-cart-icon) { display: flex; flex-direction: column; }
.ref-header-action strong { font-size: 12px; white-space: nowrap; }
.ref-header-action small { margin-top: 3px; color: #718094; font-size: 10px; line-height: 1.2; }
.ref-cart { min-width: 115px; padding-left: 3px; }
.ref-cart > span:last-child { min-width: 55px; gap: 2px; }
.ref-cart .shelo-cart-total { display: block; min-width: 55px; color: #48617a; font-size: 10px; line-height: 1.25; white-space: nowrap; }
.ref-cart .woocommerce-Price-amount,
.ref-cart bdi { display: inline !important; white-space: nowrap !important; }
.ref-cart-icon { position: relative; display: inline-flex; }
.ref-cart-icon b { position: absolute; top: -9px; right: -9px; min-width: 15px; height: 15px; padding: 0 4px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 999px; color: #fff; background: var(--ref-blue); font-size: 8px; line-height: 1; }

/* Native WooCommerce Mini Cart block (header cart icon + slide-out drawer) */
.shelo-mini-cart { display: flex; align-items: center; }
.shelo-mini-cart .wc-block-mini-cart__button { padding: 0; border: 0; background: none; color: var(--ref-ink); cursor: pointer; transition: color .18s ease; }
.shelo-mini-cart .wc-block-mini-cart__button:hover { color: var(--ref-blue); }
.shelo-mini-cart .wc-block-mini-cart__icon { width: 24px; height: 24px; }
.shelo-mini-cart .wc-block-mini-cart__quantity-badge { position: relative; display: inline-flex; }
.shelo-mini-cart .wc-block-mini-cart__badge { position: absolute !important; top: -9px; right: -9px; min-width: 15px; height: 15px; padding: 0 4px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 999px; background: var(--ref-blue) !important; color: #fff !important; font-size: 8px; font-weight: 800; line-height: 1; }
.wc-block-components-drawer__screen-overlay { z-index: 1000; }
a.wc-block-mini-cart__footer-checkout { background: var(--ref-blue) !important; border-color: var(--ref-blue) !important; }

/* legacy.css's `img{display:block}` overrides the browser's default
   `[hidden]{display:none}`, so WooCommerce's intentionally-hidden fallback
   product image in the mini cart was showing up next to the real one. */
[hidden] { display: none !important; }

/* The mini cart injects each product's raw short-description HTML (its own
   h1/h2/p) next to the title that's already shown above — duplicating it
   and inheriting the site's large heading sizes. Not needed in a compact
   cart drawer. */
.wc-block-mini-cart__drawer .wc-block-components-product-metadata__description { display: none; }

/* ---------- Mini cart drawer — full visual redesign ---------- */

.wc-block-mini-cart__drawer .wc-block-components-drawer__content { position: relative; }

/* Header: small blue eyebrow + short title, no default WP heading size */
.wc-block-mini-cart__drawer .wc-block-mini-cart__title {
	position: relative;
	margin: 0;
	padding: 46px 56px 16px 20px;
	border-bottom: 1px solid var(--ref-line);
	color: var(--ref-deep);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__title::before {
	content: "— TU SELECCIÓN";
	position: absolute;
	top: 18px;
	left: 20px;
	color: var(--ref-blue);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-label-block { font-size: 0; line-height: 0; }
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-label-block::before { content: "Carrito"; font-size: 22px; line-height: 1.2; }
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-items-counter-block { display: none; }

/* Close button: a plain circular ghost button instead of WooCommerce's
   default focus-ring box-shadow (which drew a two-tone blue/white box
   permanently, not just on focus) floating above the title. */
.wc-block-mini-cart__drawer .wc-block-components-drawer__close-wrapper {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 5;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close {
	width: 36px !important;
	height: 36px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	display: grid !important;
	place-items: center;
	color: var(--ref-ink) !important;
	background: #eef2f6 !important;
	box-shadow: none !important;
	transition: background .18s ease, transform .12s ease;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close:hover { background: #e2e8ef; }
.wc-block-mini-cart__drawer .wc-block-components-drawer__close:active { transform: scale(.94); }
.wc-block-mini-cart__drawer .wc-block-components-drawer__close svg { width: 16px; height: 16px; }

/* Item rows — compact card style: small thumbnail, bold name, a single
   "qty × price" line, and a small remove icon anchored to the right. */
.wc-block-mini-cart__drawer .wc-block-cart-items__header { display: none; }
.wc-block-mini-cart__drawer .wc-block-cart-items__row { border-bottom: 1px solid var(--ref-line); }
.wc-block-mini-cart__drawer .wc-block-cart-item__image { width: 60px; padding: 14px 12px 14px 20px; }
.wc-block-mini-cart__drawer .wc-block-cart-item__image img {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: var(--ref-pale);
	object-fit: contain;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__product { padding: 14px 12px 14px 0; }
.wc-block-mini-cart__drawer .wc-block-cart-item__total { display: none; }

.wc-block-mini-cart__drawer .wc-block-cart-item__wrap {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center;
	column-gap: 6px;
	row-gap: 3px;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__wrap > .wc-block-components-product-name {
	flex-basis: 100%;
	order: 1;
	color: var(--ref-deep);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__quantity {
	order: 2;
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 4px;
	margin: 0;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__prices { order: 3; margin: 0; display: flex !important; align-items: center; }
.wc-block-mini-cart__drawer .wc-block-cart-item__prices::before {
	content: "×";
	margin-right: 4px;
	color: var(--ref-muted);
	font-size: 12px;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__prices .price {
	color: var(--ref-muted) !important;
	font-size: 12px !important;
	font-weight: 600;
}

.wc-block-mini-cart__drawer .wc-block-components-quantity-selector {
	width: auto !important;
	min-height: 0 !important;
	border-color: var(--ref-line) !important;
	border-radius: 7px !important;
	box-shadow: none !important;
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector__input {
	width: 26px !important;
	min-height: 22px !important;
	padding: 0 !important;
	font-size: 12px !important;
	font-weight: 700;
	box-shadow: none !important;
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector__button {
	width: 20px !important;
	min-height: 22px !important;
	font-size: 13px;
	box-shadow: none !important;
}

.wc-block-mini-cart__drawer .wc-block-cart-item__remove-link {
	order: 4;
	margin-left: auto;
	width: 22px !important;
	height: 22px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	display: grid !important;
	place-items: center;
	color: #d1364a !important;
	background: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__remove-link svg { display: none; }
.wc-block-mini-cart__drawer .wc-block-cart-item__remove-link::after {
	content: "×";
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

/* Footer — one clear primary action; "Ver mi carrito" stays available as a
   quiet text link instead of a second full-width button. */
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-subtotal { padding: 14px 20px 4px; }
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions { padding: 4px 20px 18px; display: flex; flex-direction: column-reverse; gap: 10px; }
.wc-block-mini-cart__drawer a.wc-block-mini-cart__footer-cart {
	width: auto !important;
	min-height: 0 !important;
	margin: 0 auto !important;
	border: 0 !important;
	padding: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: var(--ref-muted) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	text-decoration: underline;
}
.wc-block-mini-cart__drawer a.wc-block-mini-cart__footer-checkout { border-radius: var(--ref-radius); }
.menu-toggle { display: none; }
.main-nav { padding: 0 !important; border-top: 1px solid #edf2f6; border-bottom: 1px solid var(--ref-line); background: #fff; }
.main-nav .nav-inner { min-height: 51px; padding: 0; display: flex; align-items: stretch; justify-content: center; gap: 34px; list-style: none; }
.main-nav .nav-inner > li { display: flex; align-items: stretch; margin: 0; }
.main-nav .nav-inner > li::marker { content: ""; }
.main-nav .nav-inner a { position: relative; display: flex; align-items: center; padding: 0; color: var(--ref-ink); font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.main-nav .nav-inner .current-menu-item > a, .main-nav .nav-inner a:hover { color: var(--ref-blue); }
.main-nav .nav-inner .current-menu-item > a::after, body.home .main-nav .nav-inner > li:first-child > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--ref-blue); }
.mobile-nav-head { display: none; }

/* Home */
.shelo-home-v2 { overflow: hidden; background: #fff; }
.shelo-home-v2 h1, .shelo-home-v2 h2, .shelo-home-v2 h3, .shelo-home-v2 p { margin-top: 0; }
.ref-hero { position: relative; height: 368px; overflow: hidden; background: #eaf8ff url("../images/reference-v2/hero-water.webp") center / cover no-repeat; }
.ref-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(239,249,255,.16), rgba(255,255,255,.18) 48%, rgba(237,249,255,.05)); pointer-events: none; }
.ref-hero-grid { position: relative; height: 100%; display: grid; grid-template-columns: 48% 52%; align-items: center; }
.ref-hero-copy { position: relative; z-index: 2; padding-left: 122px; }
.ref-kicker { margin-bottom: 13px !important; color: var(--ref-ink); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.ref-kicker span { margin-right: 4px; }
.ref-hero-copy h1 { margin-bottom: 13px; color: var(--ref-deep); font-size: clamp(34px, 3.2vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.ref-hero-copy h1 span { color: var(--ref-blue); }
.ref-hero-copy > p:not(.ref-kicker) { margin-bottom: 24px; color: #53677d; font-size: 15px; line-height: 1.5; }
.ref-actions { display: flex; gap: 14px; }
.ref-btn { min-height: 42px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; font-weight: 700; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.ref-btn:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(8,118,223,.15); }
.ref-btn .shelo-icon { width: 18px; height: 18px; }
.ref-btn-primary { color: #fff; background: var(--ref-blue); }
.ref-btn-outline { border-color: var(--ref-blue); color: var(--ref-blue); background: #fff; }
.ref-btn-dark { color: #fff; background: var(--ref-deep); }
.ref-hero-visual { position: relative; z-index: 3; align-self: stretch; }
.ref-hero-family-image { position: absolute; right: -8px; bottom: -2px; width: 560px; height: 355px; object-fit: contain; filter: drop-shadow(0 13px 9px rgba(6,72,115,.12)); }
.ref-section { padding: 0; }
.ref-categories { padding: 23px 0 17px; text-align: center; }
.ref-categories h2, .ref-testimonials h2 { margin-bottom: 17px; font-size: 20px; line-height: 1.2; }
.ref-category-grid { display: grid; grid-template-columns: repeat(9, 1fr); gap: 12px; }
.ref-category-card { height: 106px; padding: 12px 7px 10px; border: 1px solid var(--ref-line); border-radius: 9px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; color: var(--ref-ink); background: #fff; text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.ref-category-card:hover { border-color: var(--ref-blue); transform: translateY(-2px); }
.ref-category-card .shelo-icon { width: 38px; height: 38px; color: var(--ref-blue); stroke-width: 1.25; }
.ref-category-card strong { font-size: 12px; line-height: 1.28; }
.ref-all-categories { min-height: 35px; margin-top: 15px; padding-inline: 17px; border-radius: 6px; font-size: 10px; }
.ref-all-categories .shelo-icon { width: 14px; height: 14px; }
.ref-benefits { min-height: 83px; margin-top: 5px; margin-bottom: 27px; padding: 16px 50px; border-radius: 9px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; background: linear-gradient(90deg, #f8fafc, #f4f7fb); }
.ref-benefits article { display: flex; align-items: center; gap: 14px; }
.ref-benefits article > .shelo-icon { width: 43px; height: 43px; color: var(--ref-blue); stroke-width: 1.25; }
.ref-benefits strong, .ref-benefits span { display: block; }
.ref-benefits strong { margin-bottom: 5px; color: var(--ref-blue); font-size: 12px; }
.ref-benefits span { color: #52667d; font-size: 11px; line-height: 1.45; }
.ref-products { padding-bottom: 20px; }
.ref-heading-row { margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; }
.ref-heading-row h2 { margin-bottom: 0; font-size: 18px; }
.ref-heading-row > a { color: var(--ref-blue); font-size: 12px; font-weight: 700; text-decoration: none; }
.ref-heading-row > a span { margin-left: 8px; font-size: 16px; }
.ref-product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.ref-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--ref-line); border-radius: 9px; background: #fff; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.ref-product-card:hover { z-index: 2; border-color: #8fc6f3; transform: translateY(-7px); box-shadow: 0 16px 30px rgba(8,55,96,.12); }
.ref-product-image { position: relative; height: 172px; padding: 15px 10px 0; display: grid; place-items: center; background: #fff; }
.ref-product-image img { width: 100%; height: 148px; object-fit: contain; transition: transform .32s cubic-bezier(.2,.7,.2,1); }
.ref-product-card:hover .ref-product-image img { transform: scale(1.08); }
.ref-product-card:nth-child(1) .ref-product-image img,
.ref-product-card:nth-child(5) .ref-product-image img { transform: scale(1.65); }
.ref-product-card:nth-child(1):hover .ref-product-image img,
.ref-product-card:nth-child(5):hover .ref-product-image img { transform: scale(1.78); }
.ref-new { position: absolute; z-index: 2; top: 8px; left: 8px; padding: 4px 7px; border-radius: 4px; color: #fff; background: var(--ref-blue); font-size: 8px; font-weight: 700; }
.ref-heart { position: absolute; z-index: 2; top: 10px; right: 9px; color: #9bb0c5; }
.ref-heart .shelo-icon { width: 15px; height: 15px; }
.ref-product-body { min-height: 154px; padding: 0 9px 9px; display: flex; flex-direction: column; }
.ref-product-category, .ref-product-category a { overflow: hidden; color: #6c7e90; font-size: 10px; line-height: 1.2; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; }
.ref-product-body h3 { min-height: 36px; height: auto; margin: 6px 0 7px; overflow: hidden; font-size: 13px; line-height: 1.38; }
.ref-product-body h3 a { text-decoration: none; }
.ref-price { margin-top: auto; margin-bottom: 10px; font-size: 13px; font-weight: 700; }
.ref-price del { color: #8b98a5; font-size: 10px; font-weight: 400; }
.ref-price ins { text-decoration: none; }
.ref-add-cart { min-height: 33px; border: 1px solid var(--ref-blue); border-radius: 5px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--ref-blue); background: #fff; font-size: 10px; font-weight: 700; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.ref-add-cart:hover { color: #fff; background: var(--ref-blue); transform: translateY(-1px); }
.ref-add-cart .shelo-icon { width: 13px; height: 13px; }
.ref-dots { height: 18px; margin-top: 8px; display: flex; justify-content: center; align-items: center; gap: 7px; }
.ref-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cbd5df; }
.ref-dots i.active { background: var(--ref-blue); }
.ref-promos { margin-bottom: 17px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ref-promo { position: relative; height: 240px; overflow: hidden; border-radius: 10px; }
.ref-promo > div { position: relative; z-index: 2; padding: 34px 0 25px 34px; }
.ref-promo > div > span { color: var(--ref-blue); font-size: 11px; }
.ref-promo h2 { margin: 7px 0 10px; font-size: 25px; line-height: 1.08; letter-spacing: -.02em; }
.ref-promo p { color: #5b6b7d; font-size: 11px; line-height: 1.55; }
.ref-promo .ref-btn { min-height: 38px; margin-top: 5px; padding-inline: 18px; border-radius: 6px; font-size: 10px; }
.ref-promo img { position: absolute; z-index: 1; right: -5px; bottom: -28px; width: 240px; height: 275px; object-fit: contain; object-position: bottom; }
.ref-promo-catalog { background: linear-gradient(110deg, #eaf8ff, #d8f0fc); }
.ref-promo-catalog img { right: 16px; bottom: -42px; transform: rotate(7deg); }
.ref-promo-affiliate { background: linear-gradient(110deg, #fff7ef, #f9e5d9); }
.ref-promo-affiliate > div { padding-left: 26px; }
.ref-promo-affiliate > div > span { color: #68778a; font-size: 9px; }
.ref-promo-affiliate img { right: -10px; bottom: -8px; width: 340px; height: 255px; object-fit: contain; object-position: right bottom; }
.ref-tips { padding-bottom: 17px; }
.ref-tips-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.ref-tip-card { overflow: hidden; border: 1px solid var(--ref-line); border-radius: 9px; background: #fff; }
.ref-tip-image { height: 118px; overflow: hidden; display: block; background: linear-gradient(135deg, #e8f4fb, #d4e9f5); }
.ref-tip-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .35s ease; }
.ref-tip-card:hover .ref-tip-image img { transform: scale(1.05); }
.ref-tip-placeholder { height: 100%; display: grid; place-items: center; color: var(--ref-blue); }
.ref-tip-placeholder .shelo-icon { width: 40px; height: 40px; }
.ref-tip-card > div { min-height: 96px; padding: 10px 13px 12px; }
.ref-tip-card span { color: #328c75; font-size: 9px; font-weight: 700; }
.ref-tip-card h3 { min-height: 38px; height: auto; margin: 7px 0 7px; overflow: hidden; font-size: 13px; line-height: 1.4; }
.ref-tip-card h3 a, .ref-read-more { text-decoration: none; }
.ref-read-more { color: var(--ref-blue); font-size: 11px; font-weight: 700; }
.ref-testimonials { padding: 0 0 23px; text-align: center; }
.ref-testimonials .ref-wrap { position: relative; }
.ref-testimonial-row { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 0 49px; text-align: left; }
.ref-testimonial-row article { min-height: 137px; padding: 16px 19px; border: 1px solid var(--ref-line); border-radius: 9px; background: #fff; }
.ref-stars { color: #ffad00; font-size: 12px; letter-spacing: 1px; }
.ref-testimonial-row p { min-height: 52px; height: auto; margin: 9px 0 8px; color: #52667d; font-size: 12px; line-height: 1.5; }
.ref-testimonial-row strong { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.ref-testimonial-row strong span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #234d72; font-size: 7px; }
.ref-testimonials .ref-dots { margin-top: 7px; }
.ref-testimonial-arrow { position: absolute; z-index: 2; top: 78px; width: 34px; height: 34px; border: 1px solid var(--ref-line); border-radius: 50%; display: grid; place-items: center; color: #43627f; background: #fff; font-size: 25px; line-height: 1; }
.ref-testimonial-prev { left: 0; }
.ref-testimonial-next { right: 0; }

/* Store */
.shelo-shop-v2 { background: #fff; }
.shop-v2-hero { padding: 47px 0 43px; background: linear-gradient(105deg, #eff9ff 0%, #e5f5ff 58%, #f8fcff 100%); border-bottom: 1px solid #dceaf4; }
.shop-v2-hero .ref-wrap { display: grid; grid-template-columns: 1fr 560px; align-items: end; gap: 70px; }
.shop-v2-hero span, .catalog-v2-copy > span, .catalog-v2-heading span { color: var(--ref-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.shop-v2-hero h1 { margin: 7px 0 8px; font-size: 42px; line-height: 1.05; letter-spacing: -.03em; }
.shop-v2-hero p { margin: 0; color: #5c7187; font-size: 15px; }
.shop-v2-hero form { height: 48px; display: grid; grid-template-columns: 1fr auto; border: 1px solid #c9dcec; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 8px 24px rgba(13,81,128,.07); }
.shop-v2-hero input { min-width: 0; padding: 0 17px; border: 0; outline: 0; font-size: 13px; }
.shop-v2-hero button { padding: 0 21px; border: 0; display: flex; align-items: center; gap: 8px; color: #fff; background: var(--ref-blue); font-size: 12px; font-weight: 700; cursor: pointer; }
.shop-v2-hero button .shelo-icon { width: 18px; height: 18px; }
.shop-v2-content { padding: 26px 0 60px; }
.shop-category-chips { display: flex; gap: 9px; overflow-x: auto; padding: 2px 1px 13px; scrollbar-width: thin; }
.shop-category-chips a { flex: 0 0 auto; padding: 9px 15px; border: 1px solid #d7e3ee; border-radius: 999px; color: #39536d; background: #fff; font-size: 11px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.shop-category-chips a:hover, .shop-category-chips a.active { border-color: var(--ref-blue); color: #fff; background: var(--ref-blue); }
.shop-v2-toolbar { min-height: 48px; margin-bottom: 17px; padding: 0 4px; border-top: 1px solid #e5edf4; border-bottom: 1px solid #e5edf4; display: flex; align-items: center; justify-content: space-between; color: #607488; font-size: 12px; }
.shop-v2-toolbar strong { color: var(--ref-ink); font-size: 15px; }
.shelo-shop-v2 .woocommerce ul.products { margin: 0; display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.shelo-shop-v2 .woocommerce ul.products::before,
.shelo-shop-v2 .woocommerce ul.products::after { display: none; }
.shelo-shop-v2 .woocommerce ul.products li.product { width: auto !important; min-width: 0; min-height: 420px; margin: 0 !important; padding: 13px; border: 1px solid #dbe6ef; border-radius: 10px; display: flex; flex-direction: column; background: #fff; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.shelo-shop-v2 .woocommerce ul.products li.product:hover { z-index: 2; border-color: #83bff0; transform: translateY(-7px); box-shadow: 0 17px 34px rgba(9,55,94,.13); }
.shelo-shop-v2 .woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; text-decoration: none; }
.shelo-shop-v2 .woocommerce ul.products li.product a img { width: 100%; height: 245px; margin: 0 0 13px; padding: 10px; border-radius: 7px; object-fit: contain; background: #fff; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.shelo-shop-v2 .woocommerce ul.products li.product:hover a img { transform: scale(1.055); }
.shelo-shop-v2 .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 45px; padding: 0; color: var(--ref-ink); font-size: 14px; line-height: 1.38; }
.shelo-shop-v2 .woocommerce ul.products li.product .price { margin: auto 0 13px; color: var(--ref-ink); font-size: 15px; font-weight: 800; }
.shelo-shop-v2 .woocommerce ul.products li.product .button { width: 100%; min-height: 38px; margin: 0; padding: 0 14px; border: 1px solid var(--ref-blue); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: var(--ref-blue); background: #fff; font-size: 11px; font-weight: 800; transition: color .2s ease, background .2s ease, transform .2s ease; }
.shelo-shop-v2 .woocommerce ul.products li.product .button:hover { color: #fff; background: var(--ref-blue); transform: translateY(-1px); }
.shelo-shop-v2 .page-numbers { margin: 28px 0 0; padding: 0; display: flex; justify-content: center; gap: 7px; list-style: none; }
.shelo-shop-v2 .page-numbers li { margin: 0; }
.shelo-shop-v2 .page-numbers a, .shelo-shop-v2 .page-numbers span { min-width: 36px; height: 36px; padding: 0 10px; border: 1px solid #d8e3ec; border-radius: 6px; display: grid; place-items: center; color: #3b536b; background: #fff; font-size: 11px; text-decoration: none; }
.shelo-shop-v2 .page-numbers .current, .shelo-shop-v2 .page-numbers a:hover { border-color: var(--ref-blue); color: #fff; background: var(--ref-blue); }

/* Catalog */
.catalog-v2 { background: #fff; }
.catalog-v2-hero { min-height: 440px; overflow: hidden; background: linear-gradient(110deg, #edf9ff, #dff2fd 62%, #f8fcff); }
.catalog-v2-hero > .ref-wrap { min-height: 440px; display: grid; grid-template-columns: 1fr 520px; align-items: center; gap: 80px; }
.catalog-v2-copy { padding-left: 94px; }
.catalog-v2-copy h1 { margin: 9px 0 15px; font-size: 48px; line-height: 1.04; letter-spacing: -.035em; }
.catalog-v2-copy p { max-width: 570px; margin: 0 0 23px; color: #566c83; font-size: 16px; line-height: 1.55; }
.catalog-v2-copy > div { display: flex; gap: 12px; }
.catalog-v2-cover { position: relative; height: 100%; display: grid; place-items: center; }
.catalog-v2-cover > div { position: absolute; width: 380px; height: 380px; border-radius: 50%; background: rgba(176,220,247,.55); }
.catalog-v2-cover img { position: relative; z-index: 1; width: 270px; height: 375px; object-fit: contain; filter: drop-shadow(0 22px 22px rgba(19,72,105,.19)); transform: rotate(4deg); transition: transform .35s ease; }
.catalog-v2-cover:hover img { transform: rotate(1deg) translateY(-5px); }
.catalog-v2-benefits { min-height: 94px; margin-top: 25px; padding: 18px 38px; border: 1px solid #deebf4; border-radius: 10px; display: grid; grid-template-columns: repeat(3, 1fr); background: #f8fbfe; }
.catalog-v2-benefits article { padding: 0 28px; display: flex; align-items: center; gap: 15px; }
.catalog-v2-benefits article + article { border-left: 1px solid #dce7ef; }
.catalog-v2-benefits .shelo-icon { width: 38px; height: 38px; color: var(--ref-blue); }
.catalog-v2-benefits strong, .catalog-v2-benefits span { display: block; }
.catalog-v2-benefits strong { margin-bottom: 5px; font-size: 13px; }
.catalog-v2-benefits span { color: #65778a; font-size: 11px; line-height: 1.35; }
.catalog-v2-viewer { padding: 42px 0 62px; }
.catalog-v2-heading { margin-bottom: 16px; display: flex; align-items: flex-end; justify-content: space-between; }
.catalog-v2-heading h2 { margin: 5px 0 0; font-size: 25px; }
.catalog-v2-heading > a { color: var(--ref-blue); font-size: 12px; font-weight: 700; text-decoration: none; }
.catalog-v2-viewer .pdf-shell { overflow: hidden; border: 1px solid #d7e3ec; border-radius: 11px; background: #fff; box-shadow: 0 16px 36px rgba(9,52,85,.1); }
.catalog-v2-viewer .pdf-toolbar { min-height: 52px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: #0b2744; font-size: 12px; }
.catalog-v2-viewer .pdf-toolbar > div { display: flex; align-items: center; gap: 8px; }
.catalog-v2-viewer .pdf-toolbar button, .catalog-v2-viewer .pdf-toolbar a { width: 31px; height: 31px; border: 0; border-radius: 6px; display: grid; place-items: center; color: #fff; background: #304b65; text-decoration: none; }
.catalog-v2-viewer .pdf-frame-wrap { height: 760px; overflow: hidden; background: #eef3f7; }
.catalog-v2-viewer iframe { width: 100%; height: 100%; border: 0; display: block; background: #fff; }

/* Tips archive */
.tips-v2-hero { padding: 48px 0 43px; background: linear-gradient(105deg, #f0f9ff, #e3f4ff 68%, #f8fcff); }
.tips-v2-hero span { color: var(--ref-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.tips-v2-hero h1 { margin: 8px 0 10px; font-size: 42px; letter-spacing: -.03em; }
.tips-v2-hero p { max-width: 680px; margin: 0; color: #5a7086; font-size: 15px; line-height: 1.55; }
.tips-v2-content { padding: 27px 0 60px; }
.tips-v2-heading { min-height: 46px; margin-bottom: 18px; border-bottom: 1px solid #e0e9f1; display: flex; align-items: flex-start; justify-content: space-between; color: #607488; font-size: 12px; }
.tips-v2-heading strong { color: var(--ref-ink); font-size: 15px; }
.tips-v2-heading a { color: var(--ref-blue); font-weight: 700; text-decoration: none; }
.tips-v2-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.tips-v2-card { overflow: hidden; border: 1px solid #dae5ee; border-radius: 10px; background: #fff; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.tips-v2-card:hover { border-color: #88c0ec; transform: translateY(-6px); box-shadow: 0 15px 30px rgba(8,55,94,.11); }
.tips-v2-image { height: 218px; overflow: hidden; display: block; background: #eff7fc; }
.tips-v2-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .35s ease; }
.tips-v2-card:hover .tips-v2-image img { transform: scale(1.045); }
.tips-v2-image > span { height: 100%; display: grid; place-items: center; color: var(--ref-blue); }
.tips-v2-card > div { padding: 15px 17px 17px; }
.tips-v2-card > div > span { color: #328c75; font-size: 9px; font-weight: 800; }
.tips-v2-card h2 { min-height: 42px; margin: 7px 0 9px; font-size: 15px; line-height: 1.38; }
.tips-v2-card h2 a, .tips-v2-more { text-decoration: none; }
.tips-v2-card p { min-height: 42px; margin: 0 0 12px; color: #607488; font-size: 12px; line-height: 1.5; }
.tips-v2-more { color: var(--ref-blue); font-size: 11px; font-weight: 800; }
.tips-v2-content > .page-numbers { margin: 28px 0 0; padding: 0; display: flex; justify-content: center; gap: 7px; list-style: none; }
.tips-v2-content > .page-numbers li { margin: 0; }
.tips-v2-content > .page-numbers a, .tips-v2-content > .page-numbers span { min-width: 36px; height: 36px; padding: 0 10px; border: 1px solid #d8e3ec; border-radius: 6px; display: grid; place-items: center; font-size: 11px; text-decoration: none; }
.tips-v2-content > .page-numbers .current { border-color: var(--ref-blue); color: #fff; background: var(--ref-blue); }

/* Footer */
.site-footer { border-top: 1px solid #e1e8ef; color: var(--ref-ink); background: #fff; }
.ref-footer-grid { min-height: 148px; padding: 22px 0 18px; display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); gap: 54px; }
.ref-footer-grid .footer-brand img { width: 110px; height: 54px; object-fit: contain; transform: scale(1.62); }
.ref-footer-grid .footer-brand { overflow: hidden; }
.ref-footer-grid .footer-brand p { margin: 3px 0 9px; color: #627187; font-size: 11px; line-height: 1.5; }
.ref-footer-grid h3 { margin: 3px 0 10px; color: var(--ref-blue); font-size: 12px; }
.ref-footer-grid > div > a, .ref-footer-contact > span { margin-bottom: 7px; display: flex; align-items: center; gap: 6px; color: #485d74; font-size: 11px; line-height: 1.2; text-decoration: none; }
.ref-footer-contact .shelo-icon { width: 13px; height: 13px; }
.ref-socials { display: flex; gap: 8px; }
.ref-socials a { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ref-blue); font-size: 9px; text-decoration: none; }
.footer-bottom { color: #fff; background: linear-gradient(90deg, #0877df, #0565c5); }
.footer-bottom .ref-wrap { min-height: 29px; display: flex; align-items: center; justify-content: space-between; font-size: 8px; }
.footer-bottom a { margin-left: 30px; color: #fff; text-decoration: none; }
.whatsapp-float { position: fixed; z-index: 50; right: 18px; bottom: 17px; width: 48px; height: 48px; border: 3px solid #fff; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #22bf4b; box-shadow: 0 5px 16px rgba(0,0,0,.2); }
.whatsapp-float .shelo-icon { width: 29px; height: 29px; }
.back-to-top { display: none !important; }

@media (max-width: 1050px) {
	.utility-bar .desktop-only { display: inline-flex !important; }
	.site-header .header-main { grid-template-columns: 125px minmax(330px, 1fr) auto; gap: 12px; }
	.site-header .brand { width: 120px; }
	.site-header .brand img { transform: scale(1.12); }
	.header-actions { gap: 11px; }
	.ref-hero-copy { padding-left: 25px; }
	.ref-category-grid { gap: 8px; }
	.ref-benefits { padding-inline: 24px; }
	.ref-testimonial-row { gap: 14px; padding-inline: 0; }
	.shop-v2-hero .ref-wrap { grid-template-columns: 1fr 430px; gap: 35px; }
	.shelo-shop-v2 .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.catalog-v2-hero > .ref-wrap { grid-template-columns: 1fr 390px; gap: 35px; }
	.catalog-v2-copy { padding-left: 30px; }
	.tips-v2-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
	html, body { overflow-x: hidden; }
	.ref-wrap { width: min(100% - 28px, 560px); }
	.utility-bar .desktop-only { display: none !important; }
	.utility-bar .utility-inner { min-height: 29px; justify-content: center; }
	.utility-bar .utility-group { gap: 8px; }
	.site-header .header-main { min-height: 112px; height: auto; grid-template-columns: 48px 1fr 78px; grid-template-rows: 58px 44px; gap: 4px 8px; padding: 5px 0 8px; }
	.site-header .brand { width: 88px; height: 54px; }
	.site-header .brand img { width: 100px !important; height: 87px !important; transform: scale(1.25); }
	.ref-search { grid-column: 1 / -1; grid-row: 2; width: 100%; height: 42px; grid-template-columns: 1fr 43px; }
	.ref-search select { display: none; }
	.ref-search input { padding-inline: 11px; font-size: 11px; }
	.ref-header-action { min-width: auto; }
	.ref-header-action > span:not(.ref-cart-icon) { display: none; }
	.ref-header-action > .shelo-icon, .ref-cart-icon > .shelo-icon { width: 21px; height: 21px; }
	.menu-toggle { position: absolute; top: 17px; left: 0; width: 30px; height: 30px; padding: 5px; display: flex !important; flex-direction: column; justify-content: center; gap: 4px; border: 0; background: transparent; }
	.menu-toggle span { width: 20px; height: 2px; display: block; background: var(--ref-ink); }
	.main-nav { position: fixed !important; inset: 0 auto 0 0 !important; z-index: 100; width: min(330px, 86vw); max-height: none !important; overflow-y: auto; border: 0; visibility: hidden; transform: translateX(-105%) !important; transition: transform .24s ease, visibility 0s linear .24s; box-shadow: 15px 0 35px rgba(5,34,68,.18); }
	.main-nav.open { visibility: visible; transform: translateX(0) !important; transition-delay: 0s; }
	.main-nav .mobile-nav-head { height: 62px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ref-line); }
	.main-nav .mobile-nav-head button { border: 0; background: transparent; font-size: 28px; }
	.main-nav .nav-inner { width: 100%; min-height: 0; padding: 14px 20px; display: block; }
	.main-nav .nav-inner > li { display: block; }
	.main-nav .nav-inner a { min-height: 44px; border-bottom: 1px solid #edf2f6; }
	.main-nav .nav-inner a::after { display: none; }
	.ref-hero { height: 575px; }
	.ref-hero-grid { grid-template-columns: 1fr; grid-template-rows: auto 285px; text-align: center; }
	.ref-hero-copy { padding: 44px 0 0; align-self: start; }
	.ref-hero-copy h1 { font-size: 35px; }
	.ref-hero-copy > p:not(.ref-kicker) { font-size: 14px; }
	.ref-actions { justify-content: center; }
	.ref-hero-family-image { right: 50%; bottom: -1px; width: 400px; height: 285px; transform: translateX(50%); }
	.ref-categories { padding-top: 25px; }
	.ref-category-grid { grid-template-columns: repeat(3, 1fr); gap: 9px; }
	.ref-category-card { height: 103px; }
	.ref-benefits { grid-template-columns: 1fr 1fr; gap: 22px 12px; padding: 22px; }
	.ref-product-grid { grid-template-columns: repeat(2, 1fr); }
	.ref-product-card:nth-child(n+5) { display: none; }
	.ref-product-image { height: 190px; }
	.ref-product-image img { height: 170px; }
	.ref-promos { grid-template-columns: 1fr; }
	.ref-tips-grid { grid-template-columns: 1fr 1fr; }
	.ref-testimonial-row { display: flex; overflow: auto; scroll-snap-type: x mandatory; }
	.ref-testimonial-row article { min-width: 76%; scroll-snap-align: start; }
	.ref-testimonial-arrow { display: none; }
	.shop-v2-hero { padding: 32px 0; }
	.shop-v2-hero .ref-wrap { grid-template-columns: 1fr; gap: 22px; }
	.shop-v2-hero h1 { font-size: 34px; }
	.shop-v2-content { padding-top: 18px; }
	.shop-v2-toolbar { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; }
	.shelo-shop-v2 .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.shelo-shop-v2 .woocommerce ul.products li.product { min-height: 365px; padding: 10px; }
	.shelo-shop-v2 .woocommerce ul.products li.product a img { height: 190px; }
	.catalog-v2-hero > .ref-wrap { min-height: 610px; grid-template-columns: 1fr; grid-template-rows: auto 300px; gap: 0; text-align: center; }
	.catalog-v2-copy { padding: 44px 0 0; }
	.catalog-v2-copy h1 { font-size: 38px; }
	.catalog-v2-copy p { margin-inline: auto; }
	.catalog-v2-copy > div { justify-content: center; }
	.catalog-v2-cover img { width: 205px; height: 280px; }
	.catalog-v2-cover > div { width: 270px; height: 270px; }
	.catalog-v2-benefits { grid-template-columns: 1fr; gap: 17px; padding: 22px; }
	.catalog-v2-benefits article { padding: 0; }
	.catalog-v2-benefits article + article { padding-top: 17px; border-top: 1px solid #dce7ef; border-left: 0; }
	.catalog-v2-viewer { padding-top: 30px; }
	.catalog-v2-viewer .pdf-frame-wrap { height: 560px; }
	.tips-v2-hero { padding: 34px 0; }
	.tips-v2-hero h1 { font-size: 35px; }
	.tips-v2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.tips-v2-image { height: 180px; }
	.ref-footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
	.ref-footer-grid .footer-brand { grid-column: 1 / -1; }
	.footer-bottom .ref-wrap { padding: 9px 0; flex-direction: column; gap: 7px; text-align: center; }
	.footer-bottom a { margin: 0 8px; }
}

@media (max-width: 480px) {
	.site-header .header-main { grid-template-columns: 82px 1fr auto; gap: 7px; }
	.header-actions { gap: 7px; }
	.ref-header-action:not(.ref-cart) { display: none; }
	.ref-search input::placeholder { color: transparent; }
	.ref-search input::before { content: "Buscar"; }
	.ref-hero { height: 555px; }
	.ref-hero-copy { padding-top: 35px; }
	.ref-hero-copy h1 { font-size: 31px; }
	.ref-actions { gap: 8px; }
	.ref-btn { min-height: 40px; padding-inline: 14px; font-size: 10px; }
	.ref-category-grid { grid-template-columns: repeat(3, 1fr); }
	.ref-benefits { grid-template-columns: 1fr; }
	.ref-product-grid { gap: 9px; }
	.ref-product-image { height: 160px; }
	.ref-product-image img { height: 145px; }
	.ref-promo { height: 310px; }
	.ref-promo > div { padding: 26px 20px; }
	.ref-promo h2 { font-size: 22px; }
	.ref-promo img { opacity: .78; }
	.ref-tips-grid { grid-template-columns: 1fr; }
	.shelo-shop-v2 .woocommerce ul.products li.product { min-height: 335px; }
	.shelo-shop-v2 .woocommerce ul.products li.product a img { height: 155px; }
	.shelo-shop-v2 .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 12px; }
	.catalog-v2-copy h1 { font-size: 32px; }
	.catalog-v2-copy > div { flex-direction: column; align-items: stretch; }
	.catalog-v2-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
	.catalog-v2-viewer .pdf-frame-wrap { height: 470px; }
	.tips-v2-grid { grid-template-columns: 1fr; }
	.tips-v2-image { height: 205px; }
	.ref-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.ref-btn, .ref-category-card, .main-nav { transition: none; }
}

/* Catálogo 2026 — composición basada en la referencia aprobada. */
.catalog-reference { --catalog-blue: #0877df; --catalog-navy: #082746; --catalog-muted: #5d7186; color: var(--catalog-navy); background: #fff; }
.catalog-reference-hero { min-height: 620px; overflow: hidden; position: relative; border-bottom: 1px solid #d9ebf6; background: radial-gradient(circle at 77% 40%, rgba(255,255,255,.96) 0 19%, rgba(232,247,255,.78) 43%, transparent 65%), linear-gradient(106deg, #fff 0%, #f4fbff 36%, #e6f6ff 75%, #f6fcff 100%); }
.catalog-reference-hero::before, .catalog-reference-hero::after { position: absolute; inset: 0; content: ""; pointer-events: none; }
.catalog-reference-hero::before { opacity: .55; background: url("../images/reference-v2/hero-water.webp") center/cover no-repeat; mix-blend-mode: multiply; }
.catalog-reference-hero::after { background: linear-gradient(90deg, rgba(255,255,255,.88) 0 44%, rgba(255,255,255,.05) 75%); }
.catalog-reference-hero-grid { min-height: 620px; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 520px; align-items: center; gap: 36px; }
.catalog-reference-copy { padding: 34px 0 30px 42px; }
.catalog-reference-copy nav { margin-bottom: 20px; display: flex; gap: 10px; align-items: center; color: #64778c; font-size: 12px; }
.catalog-reference-copy nav a { color: inherit; text-decoration: none; }
.catalog-reference-copy nav strong { color: var(--catalog-navy); }
.catalog-reference-copy h1 { margin: 0 0 13px; font-size: clamp(45px, 4.4vw, 62px); line-height: .99; letter-spacing: -.045em; }
.catalog-reference-copy h1 em { color: var(--catalog-blue); font-style: normal; }
.catalog-reference-copy > p { max-width: 540px; margin: 0 0 25px; color: var(--catalog-muted); font-size: 17px; line-height: 1.55; }
.catalog-reference-actions { display: flex; gap: 14px; }
.catalog-action { min-height: 52px; padding: 0 23px; border: 1.5px solid var(--catalog-blue); border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.catalog-action .shelo-icon { width: 20px; height: 20px; }
.catalog-action:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(8,119,223,.16); }
.catalog-action-primary { color: #fff; background: var(--catalog-blue); }
.catalog-action-secondary { color: var(--catalog-blue); background: rgba(255,255,255,.9); }
.catalog-reference-features { max-width: 570px; margin-top: 39px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.catalog-reference-features article { min-width: 0; text-align: center; }
.catalog-reference-features i { width: 51px; height: 51px; margin: 0 auto 8px; border: 1px solid #cce4f5; border-radius: 50%; display: grid; place-items: center; color: var(--catalog-blue); background: rgba(255,255,255,.84); box-shadow: 0 6px 16px rgba(31,99,143,.1); font-size: 12px; font-style: normal; font-weight: 800; }
.catalog-reference-features i .shelo-icon { width: 27px; height: 27px; }
.catalog-reference-features strong, .catalog-reference-features span { display: block; }
.catalog-reference-features strong { font-size: 12px; line-height: 1.22; }
.catalog-reference-features span { margin-top: 6px; color: #63788d; font-size: 9px; line-height: 1.35; }
.catalog-reference-book { min-height: 550px; position: relative; display: grid; place-items: center; perspective: 1200px; }
.catalog-book-shadow { width: 420px; height: 80px; position: absolute; bottom: 63px; border-radius: 50%; background: rgba(15,61,86,.2); filter: blur(26px); transform: rotate(-4deg); }
.catalog-book { width: 415px; aspect-ratio: 1; position: relative; z-index: 1; transform: rotateY(-18deg) rotateX(5deg) rotateZ(5deg); transform-style: preserve-3d; filter: drop-shadow(18px 25px 20px rgba(18,61,87,.22)); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.catalog-reference-book:hover .catalog-book { transform: rotateY(-8deg) rotateX(2deg) rotateZ(2deg) translateY(-7px); }
.catalog-book img { width: 100%; height: 100%; position: relative; z-index: 2; display: block; object-fit: contain; border: 1px solid #e7edf2; background: #fff; backface-visibility: hidden; }
.catalog-book::before { width: 25px; height: calc(100% - 4px); position: absolute; top: 7px; right: -23px; content: ""; background: repeating-linear-gradient(90deg, #f8f8f5 0 2px, #dfe3e3 3px 4px); transform: rotateY(90deg); transform-origin: left; }
.catalog-book::after { width: 12px; height: 100%; position: absolute; top: 3px; left: -10px; content: ""; border-radius: 3px 0 0 3px; background: linear-gradient(90deg, #0877df, #55b6ea); transform: translateZ(-2px); }
.catalog-book-pages { position: absolute; z-index: 0; inset: 8px -10px -11px 7px; border: 1px solid #d7dcdf; background: repeating-linear-gradient(#fff 0 3px, #dde3e5 4px 5px); transform: translateZ(-7px); }

.catalog-flip-section { padding: 38px 0 32px; display: grid; grid-template-columns: minmax(0, 820px) 1fr; align-items: center; gap: 52px; }
.catalog-flipbook { min-width: 0; overflow: hidden; border-radius: 11px; color: #fff; background: #555c61; box-shadow: 0 18px 45px rgba(6,35,61,.22); outline: none; }
.catalog-flipbook:focus-visible { box-shadow: 0 0 0 4px rgba(8,119,223,.25), 0 18px 45px rgba(6,35,61,.22); }
.catalog-flip-toolbar { min-height: 53px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(180deg, #26323c, #17222c); }
.catalog-flip-brand { font-family: Georgia, serif; font-size: 15px; font-style: italic; }
.catalog-flip-brand small { margin-left: 4px; font-family: inherit; font-size: 7px; font-style: normal; letter-spacing: .12em; }
.catalog-flip-controls { display: flex; align-items: center; gap: 6px; }
.catalog-flip-controls strong { min-width: 96px; font-size: 11px; text-align: center; }
.catalog-flip-controls button, .catalog-flip-controls a { width: 31px; height: 31px; padding: 0; border: 0; border-radius: 5px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.1); font-size: 16px; text-decoration: none; cursor: pointer; }
.catalog-flip-controls button:hover, .catalog-flip-controls a:hover { background: rgba(255,255,255,.22); }
.catalog-flip-stage { min-height: 465px; padding: 25px 66px; position: relative; display: grid; place-items: center; overflow: hidden; perspective: 1800px; background: radial-gradient(circle at center, #adb4b7 0, #787f83 62%, #5b6266 100%); }
.catalog-spread { width: 100%; min-height: 370px; position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; filter: drop-shadow(0 14px 13px rgba(0,0,0,.32)); transform-style: preserve-3d; }
.catalog-paper { min-width: 0; aspect-ratio: 1; position: relative; overflow: hidden; background: #fff; }
.catalog-paper-left { transform-origin: right center; box-shadow: inset -16px 0 18px -17px rgba(0,0,0,.5); }
.catalog-paper-right { transform-origin: left center; box-shadow: inset 16px 0 18px -17px rgba(0,0,0,.5); }
.catalog-paper.is-empty { background: linear-gradient(90deg, #f4f4f1, #fff); }
.catalog-paper canvas { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 2; display: block; background: transparent; }
.catalog-page-preview { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1; display: block; object-fit: cover; background: #fff; }
.catalog-paper.has-rendered .catalog-page-preview { display: none; }
.catalog-turn-sheet { width: 50%; height: 100%; position: absolute; top: 0; right: 0; z-index: 4; opacity: 0; pointer-events: none; transform-origin: left center; transform-style: preserve-3d; background: linear-gradient(90deg, #fff, #e7e7e5 50%, #fff); box-shadow: -5px 0 18px rgba(0,0,0,.18); }
.catalog-flip-stage.is-turning.is-next .catalog-turn-sheet { animation: catalogFlipNext .65s ease-in-out; }
.catalog-flip-stage.is-turning.is-prev .catalog-turn-sheet { left: 0; right: auto; transform-origin: right center; animation: catalogFlipPrev .65s ease-in-out; }
@keyframes catalogFlipNext { 0% { opacity: 1; transform: rotateY(0deg); } 50% { box-shadow: -28px 0 30px rgba(0,0,0,.32); } 100% { opacity: 1; transform: rotateY(-180deg); } }
@keyframes catalogFlipPrev { 0% { opacity: 1; transform: rotateY(0deg); } 50% { box-shadow: 28px 0 30px rgba(0,0,0,.32); } 100% { opacity: 1; transform: rotateY(180deg); } }
.catalog-page-arrow { width: 43px; height: 43px; padding: 0 0 4px; position: absolute; top: 50%; z-index: 6; border: 1px solid #c9d3da; border-radius: 50%; display: grid; place-items: center; color: #0b426f; background: #fff; box-shadow: 0 4px 13px rgba(0,0,0,.18); font-size: 33px; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.catalog-page-arrow-prev { left: 19px; }
.catalog-page-arrow-next { right: 19px; }
.catalog-flip-loading { padding: 9px 14px; position: absolute; left: 50%; bottom: 12px; z-index: 8; border-radius: 999px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: rgba(22,35,45,.88); box-shadow: 0 5px 15px rgba(0,0,0,.2); font-size: 11px; transform: translateX(-50%); }
.catalog-flip-loading[hidden] { display: none; }
.catalog-flip-loading > span { width: 22px; height: 22px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: catalogSpin .75s linear infinite; }
.catalog-flip-loading.is-error { flex-direction: column; }
.catalog-flip-loading.is-error a { color: #fff; }
@keyframes catalogSpin { to { transform: rotate(360deg); } }
.catalog-thumbnails { min-height: 88px; padding: 9px 15px 8px; display: flex; gap: 9px; overflow-x: auto; background: #28333d; scrollbar-width: thin; }
.catalog-thumbnails:empty::after { margin: auto; content: "Las miniaturas aparecerán al cargar el catálogo"; color: #bcc5cc; font-size: 10px; }
.catalog-thumbnails button { min-width: 74px; padding: 3px; position: relative; border: 2px solid transparent; border-radius: 4px; background: #45515b; cursor: pointer; }
.catalog-thumbnails button.is-active { border-color: #168cff; }
.catalog-thumbnails canvas, .catalog-thumbnails img { width: 100%; height: 58px; display: block; object-fit: cover; background: #fff; }
.catalog-thumbnails canvas:not(.is-rendered) { background: linear-gradient(100deg, #4b5762 30%, #5c6a76 50%, #4b5762 70%); background-size: 220% 100%; animation: catalogThumbLoading 1.4s ease-in-out infinite; }
@keyframes catalogThumbLoading { 0% { background-position: 120% 0; } 100% { background-position: -20% 0; } }
@media (prefers-reduced-motion: reduce) {
	.catalog-thumbnails canvas:not(.is-rendered) { animation: none; background: #4b5762; }
}
.catalog-thumbnails span { position: absolute; right: 4px; bottom: 2px; color: #fff; font-size: 8px; text-shadow: 0 1px 2px #000; }
.catalog-flip-copy > span { color: var(--catalog-blue); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.catalog-flip-copy h2 { margin: 8px 0 15px; font-size: 33px; line-height: 1.08; letter-spacing: -.03em; }
.catalog-flip-copy > p { margin: 0; color: var(--catalog-muted); font-size: 14px; line-height: 1.6; }
.catalog-flip-copy ul { margin: 25px 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.catalog-flip-copy li { display: flex; gap: 10px; align-items: center; color: #526a80; font-size: 12px; }
.catalog-flip-copy li .shelo-icon { width: 17px; height: 17px; flex: 0 0 auto; color: var(--catalog-blue); }
.catalog-flip-copy button { min-height: 46px; font-family: inherit; }

.catalog-reference-categories { padding: 0 0 30px; }
.catalog-reference-categories h2, .catalog-reference-contents h2 { margin: 0 0 17px; font-size: 20px; text-align: center; }
.catalog-reference-categories > div { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.catalog-reference-categories a { height: 125px; border: 1px solid #dbe7ef; border-radius: 9px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; color: var(--catalog-navy); background: #fff; text-align: center; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.catalog-reference-categories a:hover { border-color: #65b4ed; transform: translateY(-4px); box-shadow: 0 10px 22px rgba(8,80,127,.09); }
.catalog-reference-categories i { color: var(--catalog-blue); }
.catalog-reference-categories .shelo-icon { width: 39px; height: 39px; }
.catalog-reference-categories strong { font-size: 11px; }

.catalog-reference-promos { padding-bottom: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.catalog-reference-promos article { height: 242px; position: relative; overflow: hidden; border-radius: 11px; }
.catalog-reference-promos h2 { margin: 0 0 12px; font-size: 23px; line-height: 1.12; }
.catalog-reference-promos h2 em { color: var(--catalog-blue); font-style: normal; }
.catalog-reference-promos p { max-width: 320px; margin: 0 0 18px; color: #4f667b; font-size: 12px; line-height: 1.55; }
.catalog-reference-promos a { min-height: 40px; padding: 0 16px; border-radius: 6px; display: inline-flex; align-items: center; gap: 8px; color: #fff; background: var(--catalog-blue); font-size: 11px; font-weight: 750; text-decoration: none; }
.catalog-reference-promos a .shelo-icon { width: 16px; height: 16px; }
.catalog-download-promo { padding: 34px 37px; display: grid; grid-template-columns: 1fr 220px; background: linear-gradient(120deg, #effaff, #ddecfa); }
.catalog-mini-book { width: 178px; aspect-ratio: 1; position: absolute; right: 35px; top: 26px; transform: rotate(8deg) skewY(-2deg); filter: drop-shadow(8px 14px 9px rgba(23,70,99,.22)); }
.catalog-mini-book img { width: 100%; height: 100%; object-fit: contain; }
.catalog-mini-book::after { width: 12px; position: absolute; inset: 6px -10px 2px auto; content: ""; background: repeating-linear-gradient(90deg, #fff 0 2px, #d9e0e3 3px 4px); transform: skewY(35deg); }
.catalog-affiliate-promo { padding: 34px 37px; background: linear-gradient(120deg, #fff7f1, #fde7da); }
.catalog-affiliate-promo > div { position: relative; z-index: 2; }
.catalog-affiliate-promo > img { width: 235px; height: 255px; position: absolute; right: 18px; bottom: -18px; object-fit: contain; object-position: bottom; }
.catalog-affiliate-promo h2, .catalog-affiliate-promo p { max-width: 350px; }
.catalog-affiliate-promo a { background: var(--catalog-navy); }

.catalog-reference-contents { padding-bottom: 42px; }
.catalog-reference-contents > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.catalog-reference-contents article { min-height: 108px; padding: 17px; border: 1px solid #dbe7ef; border-radius: 9px; display: flex; align-items: center; gap: 14px; background: #fff; }
.catalog-reference-contents i { width: 49px; height: 49px; flex: 0 0 49px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--catalog-blue); font-size: 8px; font-style: normal; font-weight: 800; }
.catalog-reference-contents i .shelo-icon { width: 25px; height: 25px; }
.catalog-reference-contents strong, .catalog-reference-contents span { display: block; }
.catalog-reference-contents strong { margin-bottom: 6px; font-size: 11px; }
.catalog-reference-contents span { color: #607489; font-size: 10px; line-height: 1.45; }

@media (max-width: 1080px) {
	.catalog-reference-hero-grid { grid-template-columns: 1fr 420px; }
	.catalog-reference-copy { padding-left: 20px; }
	.catalog-book { width: 350px; }
	.catalog-flip-section { grid-template-columns: minmax(0, 690px) 1fr; gap: 30px; }
	.catalog-flip-stage { min-height: 400px; padding-inline: 55px; }
	.catalog-reference-promos h2, .catalog-reference-promos p { max-width: 280px; }
}

@media (max-width: 780px) {
	.catalog-reference-hero, .catalog-reference-hero-grid { min-height: 880px; }
	.catalog-reference-hero-grid { grid-template-columns: 1fr; grid-template-rows: auto 380px; gap: 0; }
	.catalog-reference-copy { padding: 38px 0 0; text-align: center; }
	.catalog-reference-copy nav, .catalog-reference-actions { justify-content: center; }
	.catalog-reference-copy > p { margin-inline: auto; }
	.catalog-reference-features { margin-inline: auto; }
	.catalog-reference-book { min-height: 380px; }
	.catalog-book { width: 310px; }
	.catalog-book-shadow { width: 310px; bottom: 20px; }
	.catalog-flip-section { grid-template-columns: 1fr; gap: 30px; }
	.catalog-flip-copy { order: -1; text-align: center; }
	.catalog-flip-copy ul { max-width: 360px; margin-inline: auto; text-align: left; }
	.catalog-flip-stage { min-height: 390px; }
	.catalog-reference-categories > div { grid-template-columns: repeat(4, 1fr); }
	.catalog-reference-promos { grid-template-columns: 1fr; }
	.catalog-reference-contents > div { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
	.catalog-reference-hero, .catalog-reference-hero-grid { min-height: 940px; }
	.catalog-reference-copy h1 { font-size: 42px; }
	.catalog-reference-copy > p { font-size: 15px; }
	.catalog-reference-actions { flex-direction: column; }
	.catalog-reference-features { grid-template-columns: 1fr 1fr; row-gap: 22px; }
	.catalog-book { width: 270px; }
	.catalog-flip-section { width: 100%; padding-top: 28px; }
	.catalog-flip-copy { width: calc(100% - 28px); margin-inline: auto; }
	.catalog-flipbook { border-radius: 0; }
	.catalog-flip-toolbar { padding-inline: 10px; }
	.catalog-flip-brand { display: none; }
	.catalog-flip-controls { width: 100%; justify-content: space-between; }
	.catalog-flip-stage { min-height: 265px; padding: 18px 34px; }
	.catalog-spread { min-height: 210px; }
	.catalog-page-arrow { width: 31px; height: 31px; font-size: 23px; }
	.catalog-page-arrow-prev { left: 3px; }
	.catalog-page-arrow-next { right: 3px; }
	.catalog-thumbnails { min-height: 78px; }
	.catalog-thumbnails button { min-width: 62px; }
	.catalog-thumbnails canvas, .catalog-thumbnails img { height: 48px; }
	.catalog-reference-categories > div { grid-template-columns: repeat(2, 1fr); }
	.catalog-reference-promos article { height: 320px; }
	.catalog-download-promo, .catalog-affiliate-promo { padding: 29px 24px; }
	.catalog-mini-book { width: 145px; right: 25px; top: auto; bottom: 18px; }
	.catalog-affiliate-promo > img { width: 210px; height: 220px; right: -10px; }
	.catalog-reference-contents > div { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.catalog-reference-book .catalog-book, .catalog-action, .catalog-reference-categories a { transition: none; }
	.catalog-flip-stage.is-turning .catalog-turn-sheet { animation-duration: .01ms; }
}

/* Afiliación 2026 — composición basada en la referencia aprobada. */
.affiliate-reference { --affiliate-blue: #0877df; --affiliate-navy: #082746; --affiliate-muted: #536a81; color: var(--affiliate-navy); background: #fff; }
.affiliate-reference-hero { min-height: 420px; overflow: hidden; position: relative; border-bottom: 1px solid #dcebf5; background: linear-gradient(105deg, rgba(255,255,255,.96) 0 42%, rgba(233,247,255,.8) 67%, rgba(245,252,255,.68)), url("../images/reference-v2/hero-water.webp") center/cover no-repeat; }
.affiliate-reference-hero-grid { min-height: 420px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; }
.affiliate-reference-copy { padding-left: 90px; position: relative; z-index: 3; }
.affiliate-reference-copy h1 { margin: 0 0 16px; font-size: clamp(47px, 4.7vw, 63px); line-height: .94; letter-spacing: -.045em; }
.affiliate-reference-copy h1 em { color: var(--affiliate-blue); font-style: normal; }
.affiliate-reference-copy p { max-width: 520px; margin: 0 0 22px; color: #3e566d; font-size: 16px; line-height: 1.45; }
.affiliate-reference-copy > div { display: flex; gap: 16px; }
.affiliate-reference-btn { min-height: 50px; padding: 0 25px; border: 1.5px solid var(--affiliate-blue); border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.affiliate-reference-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 23px rgba(8,119,223,.16); }
.affiliate-reference-primary { color: #fff; background: var(--affiliate-blue); }
.affiliate-reference-secondary { color: var(--affiliate-blue); background: rgba(255,255,255,.9); }
.affiliate-reference-visual { height: 420px; position: relative; }
.affiliate-reference-model { width: 315px; height: 425px; position: absolute; z-index: 2; left: 30px; bottom: -1px; object-fit: contain; object-position: bottom; }
.affiliate-reference-products { width: 350px; height: 350px; position: absolute; right: 0; bottom: -10px; object-fit: contain; object-position: bottom; }

.affiliate-reference-quick { padding: 18px 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.affiliate-reference-quick article { min-height: 92px; padding: 18px 21px; border: 1px solid #dce8f1; border-radius: 12px; display: flex; align-items: center; gap: 17px; background: #fff; box-shadow: 0 5px 15px rgba(14,60,96,.04); }
.affiliate-reference-quick i { width: 49px; height: 49px; flex: 0 0 49px; border: 1.5px solid var(--affiliate-blue); border-radius: 50%; display: grid; place-items: center; color: var(--affiliate-blue); font-style: normal; }
.affiliate-reference-quick i .shelo-icon { width: 28px; height: 28px; }
.affiliate-reference-quick strong, .affiliate-reference-quick span { display: block; }
.affiliate-reference-quick strong { margin-bottom: 6px; font-size: 12px; }
.affiliate-reference-quick span { color: var(--affiliate-muted); font-size: 9px; line-height: 1.4; }

.affiliate-reference-form-area { padding: 0 0 30px; display: grid; grid-template-columns: 370px minmax(0, 1fr); gap: 23px; align-items: stretch; }
.affiliate-reference-info, .affiliate-reference-form-card { overflow: hidden; border: 1px solid #dce8f1; border-radius: 14px; background: #fff; box-shadow: 0 7px 22px rgba(12,57,92,.06); }
.affiliate-reference-info { min-height: 650px; display: flex; flex-direction: column; }
.affiliate-reference-info > div { padding: 35px 34px 0; }
.affiliate-reference-info h2 { margin: 0 0 14px; font-size: 29px; line-height: 1.12; letter-spacing: -.025em; }
.affiliate-reference-info h2 em { color: var(--affiliate-blue); font-style: normal; }
.affiliate-reference-info p { margin: 0; color: var(--affiliate-muted); font-size: 12px; line-height: 1.55; }
.affiliate-reference-info ul { margin: 19px 0 22px; padding: 0; display: grid; gap: 13px; list-style: none; }
.affiliate-reference-info li { display: flex; gap: 10px; color: #324c64; font-size: 11px; line-height: 1.5; }
.affiliate-reference-info li .shelo-icon { width: 15px; height: 15px; margin-top: 1px; flex: 0 0 auto; color: var(--affiliate-blue); }
.affiliate-reference-info > img { width: 100%; height: 310px; margin-top: auto; display: block; object-fit: contain; object-position: center bottom; background: linear-gradient(180deg, #fff, #f2f8fb); }
.affiliate-reference-form-card { padding: 24px 27px 18px; }
.affiliate-reference-form-card > header { margin-bottom: 16px; display: flex; align-items: center; gap: 11px; }
.affiliate-reference-form-card > header i { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--affiliate-blue); background: #edf7ff; font-style: normal; }
.affiliate-reference-form-card > header i .shelo-icon { width: 23px; height: 23px; }
.affiliate-reference-form-card > header h2 { margin: 0; color: var(--affiliate-blue); font-size: 25px; }
.mobile-affiliate-intro { display: none; }
.affiliate-reference .shelo-affiliate-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; display: block !important; }
.affiliate-reference .shelo-affiliate-form .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 13px; }
.affiliate-reference .shelo-affiliate-form .form-grid label { min-width: 0; display: flex; flex-direction: column; gap: 5px; color: #263e56; font-size: 10px; font-weight: 800; }
.affiliate-reference .shelo-affiliate-form .form-grid label.full { grid-column: 1 / -1; }
.affiliate-reference .shelo-affiliate-form input:not([type="checkbox"]), .affiliate-reference .shelo-affiliate-form select { width: 100%; height: 39px; padding: 0 11px; border: 1px solid #cfdce7; border-radius: 6px; outline: 0; color: #18334e; background: #fff; font-family: inherit; font-size: 10px; }
.affiliate-reference .shelo-affiliate-form input::placeholder { color: #94a3b2; opacity: 1; }
.affiliate-reference .shelo-affiliate-form input:focus, .affiliate-reference .shelo-affiliate-form select:focus { border-color: #65afea; box-shadow: 0 0 0 3px rgba(8,119,223,.09); }
.affiliate-reference .shelo-affiliate-form input.is-invalid,
.affiliate-reference .shelo-affiliate-form select.is-invalid { border-color: #db3a52 !important; background: #fff8f9; box-shadow: 0 0 0 3px rgba(219,58,82,.1); }
.affiliate-reference .shelo-affiliate-form label small { margin-top: -2px; color: #718397; font-size: 8px; font-weight: 500; }
.affiliate-reference .shelo-affiliate-form .form-grid label.consent { margin-top: 2px; flex-direction: row; align-items: flex-start; gap: 8px; color: #52687c; font-size: 9px; font-weight: 500; }
.affiliate-reference .shelo-affiliate-form .form-grid label.consent input { width: 14px !important; height: 14px !important; min-height: 0; margin: 0; flex: 0 0 14px; accent-color: var(--affiliate-blue); }
.affiliate-reference .affiliate-form-actions { margin-top: 13px; display: block; }
.affiliate-reference .affiliate-form-actions button { width: 100%; height: 45px; border: 0; border-radius: 6px; display: flex; align-items: center; justify-content: center; gap: 13px; color: #fff; background: linear-gradient(90deg, #096fdd, #0764ce); font-family: inherit; font-size: 12px; font-weight: 800; cursor: pointer; box-shadow: 0 5px 13px rgba(8,105,211,.14); }
.affiliate-reference .affiliate-form-actions button[hidden] { display: none !important; }
.affiliate-reference .affiliate-form-actions button:hover { filter: brightness(1.05); }
.affiliate-reference-security { margin: 11px 0 0; display: flex; align-items: center; justify-content: center; gap: 6px; color: #63778b; font-size: 8px; }
.affiliate-reference-security .shelo-icon { width: 11px; height: 11px; }
.affiliate-reference .affiliate-success.is-visible { min-height: 400px; display: grid; place-items: center; align-content: center; text-align: center; }
.affiliate-reference .affiliate-success .success-check { width: 55px; height: 55px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #13a96b; font-size: 26px; }

.affiliate-reference-process { padding: 0 0 30px; }
.affiliate-reference-process > header, .affiliate-reference-faq > header { margin-bottom: 14px; text-align: center; }
.affiliate-reference-process h2, .affiliate-reference-benefits > h2, .affiliate-reference-faq h2 { margin: 0; font-size: 24px; }
.affiliate-reference-process header p, .affiliate-reference-faq header p { margin: 5px 0 0; color: #6d7f91; font-size: 10px; }
.affiliate-reference-process > div { min-height: 118px; padding: 14px 19px; border: 1px solid #dce8f1; border-radius: 12px; display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr; align-items: center; background: #fff; }
.affiliate-reference-process article { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 14px; }
.affiliate-reference-process article > i { width: 58px; height: 58px; border: 1px solid #c9e2f4; border-radius: 50%; display: grid; place-items: center; color: var(--affiliate-blue); background: #f4faff; font-style: normal; }
.affiliate-reference-process article > i .shelo-icon { width: 28px; height: 28px; }
.affiliate-reference-process strong, .affiliate-reference-process span { display: block; }
.affiliate-reference-process strong { margin-bottom: 5px; font-size: 11px; }
.affiliate-reference-process span { color: #526a80; font-size: 9px; line-height: 1.45; }
.affiliate-reference-process b { color: #62aef0; font-size: 24px; font-weight: 300; text-align: center; }

.affiliate-reference-benefits { padding: 0 0 30px; }
.affiliate-reference-benefits > h2 { margin-bottom: 16px; text-align: center; }
.affiliate-reference-benefits > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.affiliate-reference-benefits article { min-height: 123px; padding: 19px 22px; border: 1px solid #dce8f1; border-radius: 12px; display: flex; align-items: center; gap: 17px; }
.affiliate-reference-benefits article:nth-child(1) { background: linear-gradient(110deg, #eff9ff, #e5f6fd); }
.affiliate-reference-benefits article:nth-child(2) { background: linear-gradient(110deg, #f2fcf5, #eaf9ef); }
.affiliate-reference-benefits article:nth-child(3) { background: linear-gradient(110deg, #fbf5ff, #f4eafa); }
.affiliate-reference-benefits i { width: 59px; height: 59px; flex: 0 0 59px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; color: var(--affiliate-blue); background: rgba(255,255,255,.45); font-style: normal; opacity: .78; }
.affiliate-reference-benefits article:nth-child(2) i { color: #2b9d51; }
.affiliate-reference-benefits article:nth-child(3) i { color: #8152c7; }
.affiliate-reference-benefits i .shelo-icon { width: 31px; height: 31px; }
.affiliate-reference-benefits strong, .affiliate-reference-benefits span { display: block; }
.affiliate-reference-benefits strong { margin-bottom: 7px; font-size: 13px; }
.affiliate-reference-benefits span { color: #425d75; font-size: 10px; line-height: 1.45; }

.affiliate-reference-faq { padding: 0 0 42px; }
.affiliate-reference-faq > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.affiliate-reference-faq details { min-height: 112px; border: 1px solid #dce8f1; border-radius: 12px; background: #fff; }
.affiliate-reference-faq summary { min-height: 112px; padding: 18px; display: flex; align-items: flex-start; gap: 16px; list-style: none; cursor: pointer; }
.affiliate-reference-faq summary::-webkit-details-marker { display: none; }
.affiliate-reference-faq summary > i { width: 45px; height: 45px; flex: 0 0 45px; border: 1px solid var(--affiliate-blue); border-radius: 50%; display: grid; place-items: center; color: var(--affiliate-blue); font-style: normal; }
.affiliate-reference-faq summary > i .shelo-icon { width: 24px; height: 24px; }
.affiliate-reference-faq summary span, .affiliate-reference-faq summary strong, .affiliate-reference-faq summary small, .affiliate-reference-faq summary em { display: block; }
.affiliate-reference-faq summary strong { margin: 1px 0 5px; font-size: 11px; }
.affiliate-reference-faq summary small { color: #465f77; font-size: 9px; line-height: 1.45; }
.affiliate-reference-faq summary em { margin-top: 7px; color: var(--affiliate-blue); font-size: 9px; font-style: normal; font-weight: 800; }

@media (max-width: 1080px) {
	.affiliate-reference-copy { padding-left: 25px; }
	.affiliate-reference-model { left: 0; }
	.affiliate-reference-products { right: -35px; }
	.affiliate-reference-form-area { grid-template-columns: 320px minmax(0, 1fr); }
	.affiliate-reference-info > div { padding-inline: 27px; }
	.affiliate-reference-process > div { grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr; }
}

@media (max-width: 780px) {
	.affiliate-reference-hero, .affiliate-reference-hero-grid { min-height: 720px; }
	.affiliate-reference-hero-grid { grid-template-columns: 1fr; grid-template-rows: auto 350px; text-align: center; }
	.affiliate-reference-copy { padding: 42px 0 0; }
	.affiliate-reference-copy p { margin-inline: auto; }
	.affiliate-reference-copy > div { justify-content: center; }
	.affiliate-reference-visual { height: 350px; }
	.affiliate-reference-model { width: 250px; height: 350px; left: 17%; }
	.affiliate-reference-products { width: 275px; height: 285px; right: 8%; }
	.affiliate-reference-quick { grid-template-columns: 1fr 1fr; }
	.affiliate-reference-form-area { grid-template-columns: 1fr; }
	.affiliate-reference-info { min-height: 550px; }
	.affiliate-reference-info > img { height: 280px; }
	.affiliate-reference-process > div { grid-template-columns: 1fr 1fr; gap: 13px; }
	.affiliate-reference-process b { display: none; }
	.affiliate-reference-process article { min-height: 90px; padding: 12px; border: 1px solid #e0eaf2; border-radius: 9px; }
	.affiliate-reference-benefits > div, .affiliate-reference-faq > div { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
	.affiliate-reference-hero, .affiliate-reference-hero-grid { min-height: 720px; }
	.affiliate-reference-copy h1 { font-size: 43px; }
	.affiliate-reference-copy p { padding-inline: 8px; font-size: 14px; }
	.affiliate-reference-copy > div { padding-inline: 8px; flex-direction: column; }
	.affiliate-reference-model { width: 225px; left: -2%; }
	.affiliate-reference-products { width: 235px; right: -6%; }
	.affiliate-reference-quick { grid-template-columns: 1fr; }
	.affiliate-reference-quick article { min-height: 82px; }
	.affiliate-reference-info > div { padding: 28px 22px 0; }
	.affiliate-reference-form-card { padding: 21px 15px 17px; }
	.affiliate-reference-form-card > header h2 { font-size: 21px; }
	.affiliate-reference .shelo-affiliate-form .form-grid { grid-template-columns: 1fr; }
	.affiliate-reference .shelo-affiliate-form .form-grid label.full { grid-column: auto; }
	.affiliate-reference .shelo-affiliate-form input:not([type="checkbox"]), .affiliate-reference .shelo-affiliate-form select { height: 44px; font-size: 12px; }
	.affiliate-reference-process > div { grid-template-columns: 1fr; }
	.affiliate-reference-process article { grid-template-columns: 52px 1fr; }
	.affiliate-reference-process article > i { width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
	.affiliate-reference-btn { transition: none; }
}

/* Tienda 2026 — composición basada en la referencia aprobada. */
.shop-reference { --shop-blue: #0877df; --shop-navy: #082746; --shop-muted: #5e7286; color: var(--shop-navy); background: #fff; }
.shop-reference-hero { min-height: 365px; overflow: hidden; position: relative; border-bottom: 1px solid #d9eaf5; background: linear-gradient(100deg, rgba(255,255,255,.95) 0 46%, rgba(236,248,255,.6) 72%), url("../images/reference-v2/hero-water.webp") center/cover no-repeat; }
.shop-reference-hero-grid { min-height: 365px; display: grid; grid-template-columns: 1fr 550px; align-items: center; }
.shop-reference-hero-copy { padding-left: 55px; position: relative; z-index: 2; }
.shop-reference-hero-copy nav { margin-bottom: 16px; display: flex; gap: 10px; color: #65788a; font-size: 11px; }
.shop-reference-hero-copy nav a { color: inherit; text-decoration: none; }
.shop-reference-hero-copy nav strong { color: var(--shop-navy); }
.shop-reference-hero-copy h1 { margin: 0 0 9px; font-size: 43px; line-height: 1; letter-spacing: -.035em; }
.shop-reference-hero-copy > p { margin: 0; color: #536a80; font-size: 15px; line-height: 1.5; }
.shop-reference-hero-grid > img { width: 470px; height: 350px; align-self: end; justify-self: center; object-fit: contain; object-position: bottom; filter: drop-shadow(0 17px 12px rgba(13,70,98,.12)); }
.shop-reference-trust { width: 655px; min-height: 86px; margin-top: 22px; padding: 14px 7px; border: 1px solid #d6e4ee; border-radius: 10px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,255,255,.94); box-shadow: 0 8px 20px rgba(13,65,99,.06); }
.shop-reference-trust article { padding: 0 14px; display: flex; align-items: center; gap: 10px; }
.shop-reference-trust article + article { border-left: 1px solid #e0e9ef; }
.shop-reference-trust .shelo-icon { width: 27px; height: 27px; flex: 0 0 auto; color: var(--shop-blue); }
.shop-reference-trust strong, .shop-reference-trust small { display: block; }
.shop-reference-trust strong { margin-bottom: 4px; font-size: 10px; }
.shop-reference-trust small { color: #65798d; font-size: 8px; line-height: 1.25; }

.shop-reference-layout { padding: 9px 0 28px; display: grid; grid-template-columns: 255px minmax(0, 1fr); align-items: start; gap: 22px; }
.shop-filter-toggle { display: none; }
.shop-reference-filters { position: sticky; top: 12px; border: 1px solid #dae6ef; border-radius: 10px; background: #fff; overflow: hidden; }
.shop-reference-filters form { padding: 18px 18px 12px; }
.shop-reference-filters header { padding-bottom: 14px; border-bottom: 1px solid #e6edf3; display: flex; align-items: center; justify-content: space-between; }
.shop-reference-filters header strong { font-size: 12px; }
.shop-reference-filters header a { color: var(--shop-blue); font-size: 8px; text-decoration: none; }
.shop-reference-filters fieldset { margin: 0; padding: 16px 0; border: 0; border-bottom: 1px solid #e6edf3; }
.shop-reference-filters legend { width: 100%; margin: 0 0 11px; padding: 0; display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; }
.shop-reference-filters fieldset > label { margin: 8px 0; display: flex; align-items: center; gap: 7px; color: #3c5369; font-size: 9px; line-height: 1.2; cursor: pointer; }
.shop-reference-filters fieldset > label small { margin-left: auto; color: #72869a; font-size: 8px; }
.shop-reference-filters input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.shop-reference-filters label > i { width: 12px; height: 12px; flex: 0 0 12px; border: 1px solid #a9bdce; border-radius: 2px; display: grid; place-items: center; font-style: normal; }
.shop-reference-filters input[type="radio"]:checked + i { border-color: var(--shop-blue); background: var(--shop-blue); box-shadow: inset 0 0 0 2px #fff; }
.shop-price-track { height: 4px; margin: 8px 2px 15px; position: relative; border-radius: 4px; background: #d8e4ed; }
.shop-price-track span { position: absolute; inset: 0; border-radius: inherit; background: var(--shop-blue); }
.shop-price-track::before, .shop-price-track::after { width: 11px; height: 11px; position: absolute; top: 50%; z-index: 2; border-radius: 50%; content: ""; background: var(--shop-blue); transform: translateY(-50%); }
.shop-price-track::before { left: 0; }
.shop-price-track::after { right: 0; }
.shop-price-fields { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 6px; }
.shop-price-fields label { height: 31px; padding: 0 8px; border: 1px solid #cbd9e4; border-radius: 5px; display: flex; align-items: center; color: #455f76; font-size: 9px; }
.shop-price-fields input { width: 100%; min-width: 0; border: 0; outline: 0; color: inherit; background: transparent; font-size: 9px; }
.shop-filter-apply { width: 100%; height: 35px; margin-top: 14px; border: 0; border-radius: 6px; color: #fff; background: var(--shop-blue); font-size: 10px; font-weight: 800; cursor: pointer; }
.shop-help-card { min-height: 142px; margin: 0 12px 15px; padding: 20px 17px; position: relative; overflow: hidden; border-radius: 9px; background: linear-gradient(135deg, #f6f9fc, #eef4f8); }
.shop-help-card strong, .shop-help-card a, .shop-help-card span { display: block; }
.shop-help-card strong { margin-bottom: 6px; font-size: 11px; }
.shop-help-card a { color: var(--shop-blue); font-size: 9px; font-weight: 800; text-decoration: none; }
.shop-help-card span { margin-top: 6px; color: #667b8f; font-size: 8px; }
.shop-help-card i { width: 47px; height: 47px; position: absolute; right: 15px; bottom: 16px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #20bd55; font-style: normal; }
.shop-help-card i .shelo-icon { width: 29px; height: 29px; }

.shop-reference-results { min-width: 0; }
.shop-reference-toolbar { min-height: 52px; padding: 0 14px; border: 1px solid #e0e9f0; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; background: #fbfdff; color: #5f7387; font-size: 10px; }
.shop-reference-toolbar strong { color: var(--shop-navy); }
.shop-reference-toolbar label { display: flex; align-items: center; gap: 9px; }
.shop-reference-toolbar select { height: 34px; padding: 0 31px 0 12px; border: 1px solid #ccdbe6; border-radius: 5px; color: #405970; background: #fff; font-family: inherit; font-size: 9px; }
.shop-active-filters { min-height: 47px; margin-top: 8px; padding: 0 14px; border: 1px solid #e6edf3; border-radius: 7px; display: flex; align-items: center; gap: 9px; color: #5c7288; font-size: 8px; }
.shop-active-filters strong { color: #334e66; }
.shop-active-filters span { padding: 7px 11px; border-radius: 999px; color: #396386; background: #f2f7fb; }
.shop-active-filters a { margin-left: auto; color: var(--shop-blue); text-decoration: none; }
.shop-reference .shop-reference-grid { margin: 9px 0 0 !important; padding: 0; display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.shop-reference .shop-reference-grid::before, .shop-reference .shop-reference-grid::after { display: none !important; }
.shop-reference .shop-reference-grid li.shop-reference-product { width: auto !important; min-width: 0; min-height: 392px; margin: 0 !important; padding: 0; border: 1px solid #dae6ef; border-radius: 9px; display: flex; flex-direction: column; overflow: hidden; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.shop-reference .shop-reference-grid li.shop-reference-product:hover { z-index: 2; border-color: #7ab9ec; transform: translateY(-5px); box-shadow: 0 14px 28px rgba(8,54,91,.12); }
.shop-reference-image { height: 215px; padding: 10px; position: relative; display: block; overflow: hidden; }
.shop-reference-image img { width: 100% !important; height: 100% !important; margin: 0 !important; display: block; object-fit: contain; transition: transform .3s ease; }
.shop-reference-product:hover .shop-reference-image img { transform: scale(1.06); }
.shop-reference-badge { min-height: 21px; padding: 0 8px; position: absolute; z-index: 2; top: 9px; left: 9px; border-radius: 4px; display: flex; align-items: center; color: #fff; background: var(--shop-blue); font-size: 8px; font-weight: 800; }
.shop-reference-badge.shop-reference-sale { background: #df3131; }
.shop-reference-heart { position: absolute; z-index: 2; top: 8px; right: 10px; color: #7697b3; font-size: 20px; line-height: 1; }
.shop-reference-product-body { padding: 0 12px 11px; display: flex; flex: 1; flex-direction: column; }
.shop-reference-category { margin-bottom: 5px; color: #7a8fa2; font-size: 8px; }
.shop-reference-product-body h2 { min-height: 39px; margin: 0 0 5px; padding: 0 !important; font-size: 11px !important; line-height: 1.28; }
.shop-reference-product-body h2 a { color: var(--shop-navy); text-decoration: none; }
.shop-reference-rating { min-height: 14px; margin-bottom: 4px; display: flex; align-items: center; gap: 5px; }
.shop-reference-rating .star-rating { width: 5.4em; margin: 0; color: #f5ad00; font-size: 9px; }
.shop-reference-rating small { color: #71869a; font-size: 8px; }
.shop-reference-price { margin: auto 0 8px; color: var(--shop-navy); font-size: 13px; font-weight: 850; }
.shop-reference-price del { margin-left: 5px; color: #8394a4; font-size: 9px; font-weight: 500; }
.shop-reference-price ins { text-decoration: none; }
.shop-reference-product-body .button { min-height: 34px; margin: 0 !important; padding: 0 9px !important; border: 1px solid var(--shop-blue) !important; border-radius: 5px !important; display: flex !important; align-items: center; justify-content: center; color: var(--shop-blue) !important; background: #fff !important; font-size: 9px !important; font-weight: 800 !important; transition: color .2s ease, background .2s ease !important; }
.shop-reference-product-body .button:hover { color: #fff !important; background: var(--shop-blue) !important; }
.shop-reference-product-body .added_to_cart { margin-top: 5px; color: var(--shop-blue); font-size: 8px; text-align: center; }
.shop-reference .shop-reference-grid li.shop-reference-promo { min-height: 184px; margin: 0 !important; padding: 0; position: relative; overflow: hidden; border: 1px solid #dce8f1; border-radius: 9px; grid-column: span 2; }
.shop-reference-promo > div { position: relative; z-index: 2; }
.shop-reference-catalog-promo { padding: 26px 25px !important; background: linear-gradient(110deg, #effaff, #dceffb); }
.shop-reference-catalog-promo span { color: var(--shop-blue); font-size: 10px; }
.shop-reference-catalog-promo h2 { margin: 5px 0 6px; color: var(--shop-navy); font-size: 22px; }
.shop-reference-catalog-promo p { max-width: 210px; margin: 0 0 12px; color: #5b7287; font-size: 9px; line-height: 1.45; }
.shop-reference-catalog-promo a { min-height: 34px; padding: 0 13px; border-radius: 5px; display: inline-flex; align-items: center; color: #fff; background: var(--shop-blue); font-size: 9px; font-weight: 800; text-decoration: none; }
.shop-reference-catalog-promo img { width: 170px; height: 170px; position: absolute; right: 18px; bottom: -8px; object-fit: contain; transform: rotate(7deg); filter: drop-shadow(7px 10px 8px rgba(23,64,88,.18)); }
.shop-reference-shipping-promo { display: grid; place-items: center; background: radial-gradient(circle at 76% 40%, #fff 0 12%, transparent 13%), linear-gradient(110deg, #effaff, #d9f0fb); }
.shop-reference-shipping-promo::after { width: 170px; height: 170px; position: absolute; right: -45px; bottom: -40px; border-radius: 50%; content: ""; background: rgba(137,205,165,.22); }
.shop-reference-shipping-promo > div { display: flex; align-items: center; gap: 22px; }
.shop-reference-shipping-promo .shelo-icon { width: 75px; height: 75px; color: var(--shop-blue); }
.shop-reference-shipping-promo span, .shop-reference-shipping-promo strong, .shop-reference-shipping-promo em { display: block; }
.shop-reference-shipping-promo span { color: #576f85; font-size: 10px; }
.shop-reference-shipping-promo strong { margin-bottom: 3px; color: var(--shop-navy); font-size: 21px; }
.shop-reference-shipping-promo em { margin: 3px 0; color: var(--shop-blue); font-size: 24px; font-style: normal; font-weight: 850; }
.shop-reference-shipping-promo em small { font-size: 10px; }
.shop-reference .page-numbers { margin: 24px 0 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: 4px; list-style: none; }
.shop-reference .page-numbers li { margin: 0; }
.shop-reference .page-numbers a, .shop-reference .page-numbers span { min-width: 34px; height: 34px; padding: 0 10px; border: 1px solid transparent; border-radius: 5px; display: grid; place-items: center; color: #3d566e; background: #fff; font-size: 9px; text-decoration: none; }
.shop-reference .page-numbers .current, .shop-reference .page-numbers a:hover { border-color: var(--shop-blue); color: #fff; background: var(--shop-blue); }
.shop-reference .page-numbers .prev, .shop-reference .page-numbers .next { min-width: 82px; border-color: #d9e4ec; }

.shop-reference-bottom-promos { padding: 0 0 30px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 11px; }
.shop-reference-bottom-promos article { height: 180px; padding: 27px 28px; position: relative; overflow: hidden; border-radius: 9px; }
.shop-reference-bottom-promos article:first-child { background: linear-gradient(110deg, #effaff, #dceffb); }
.shop-reference-bottom-promos article:last-child { background: linear-gradient(110deg, #fff7f1, #f8e5d9); }
.shop-reference-bottom-promos article > div { position: relative; z-index: 2; }
.shop-reference-bottom-promos span { color: #526c83; font-size: 9px; }
.shop-reference-bottom-promos h2 { margin: 4px 0 7px; color: var(--shop-blue); font-size: 22px; line-height: 1.1; }
.shop-reference-bottom-promos article:last-child h2 { color: var(--shop-navy); }
.shop-reference-bottom-promos p { max-width: 285px; margin: 0 0 12px; color: #536b81; font-size: 9px; line-height: 1.4; }
.shop-reference-bottom-promos a { min-height: 34px; padding: 0 14px; border-radius: 5px; display: inline-flex; align-items: center; color: #fff; background: var(--shop-blue); font-size: 9px; font-weight: 800; text-decoration: none; }
.shop-reference-bottom-promos article:last-child a { background: var(--shop-navy); }
.shop-reference-bottom-promos article > img { width: 190px; height: 190px; position: absolute; right: 18px; bottom: -15px; object-fit: contain; }
.shop-reference-bottom-promos article:first-child > img { transform: rotate(6deg); filter: drop-shadow(7px 11px 8px rgba(20,62,88,.18)); }
.shop-reference-bottom-promos article:last-child > img { width: 245px; height: 210px; right: 6px; bottom: -24px; object-position: bottom; }

@media (max-width: 1100px) {
	.shop-reference-hero-grid { grid-template-columns: 1fr 430px; }
	.shop-reference-hero-copy { padding-left: 15px; }
	.shop-reference-trust { width: 600px; }
	.shop-reference-hero-grid > img { width: 410px; }
	.shop-reference-layout { grid-template-columns: 225px minmax(0, 1fr); gap: 14px; }
	.shop-reference .shop-reference-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.shop-reference .shop-reference-grid li.shop-reference-promo { grid-column: span 3; }
}

@media (max-width: 780px) {
	.shop-reference-hero, .shop-reference-hero-grid { min-height: 690px; }
	.shop-reference-hero-grid { grid-template-columns: 1fr; grid-template-rows: auto 300px; text-align: center; }
	.shop-reference-hero-copy { padding: 35px 0 0; }
	.shop-reference-hero-copy nav { justify-content: center; }
	.shop-reference-trust { width: 100%; grid-template-columns: 1fr 1fr; }
	.shop-reference-trust article { min-height: 50px; }
	.shop-reference-trust article:nth-child(3) { border-left: 0; }
	.shop-reference-trust article:nth-child(n+3) { border-top: 1px solid #e0e9ef; }
	.shop-reference-hero-grid > img { width: 360px; height: 300px; }
	.shop-reference-layout { grid-template-columns: 1fr; padding-top: 15px; }
	.shop-filter-toggle { width: 100%; height: 44px; border: 1px solid var(--shop-blue); border-radius: 7px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--shop-blue); background: #fff; font-size: 11px; font-weight: 800; }
	.shop-filter-toggle .shelo-icon { width: 18px; height: 18px; }
	.shop-reference-filters { max-height: 0; position: static; border: 0; opacity: 0; visibility: hidden; transition: max-height .3s ease, opacity .2s ease; }
	.shop-reference-filters.is-open { max-height: 1500px; border: 1px solid #dae6ef; opacity: 1; visibility: visible; }
	.shop-reference .shop-reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.shop-reference .shop-reference-grid li.shop-reference-promo { grid-column: span 2; }
	.shop-reference-toolbar { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding-block: 10px; }
	.shop-reference-bottom-promos { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
	.shop-reference-hero-copy h1 { font-size: 37px; }
	.shop-reference-hero-copy > p { font-size: 13px; }
	.shop-reference-trust { margin-top: 17px; }
	.shop-reference-trust article { padding: 9px; }
	.shop-reference-hero-grid > img { width: 300px; }
	.shop-reference .shop-reference-grid { gap: 7px; }
	.shop-reference .shop-reference-grid li.shop-reference-product { min-height: 330px; }
	.shop-reference-image { height: 165px; }
	.shop-reference-product-body { padding-inline: 9px; }
	.shop-reference-product-body h2 { min-height: 48px; font-size: 10px !important; }
	.shop-reference-catalog-promo { padding: 22px 18px !important; }
	.shop-reference-catalog-promo img { width: 130px; height: 130px; right: 5px; }
	.shop-reference-catalog-promo p { max-width: 170px; }
	.shop-reference-shipping-promo > div { gap: 12px; }
	.shop-reference-shipping-promo .shelo-icon { width: 50px; height: 50px; }
	.shop-reference-shipping-promo strong { font-size: 18px; }
	.shop-reference-bottom-promos article { height: 235px; padding: 25px 21px; }
	.shop-reference-bottom-promos article > img { width: 145px; height: 145px; right: 10px; bottom: -5px; }
	.shop-reference-bottom-promos article:last-child > img { width: 190px; height: 180px; }
}

@media (prefers-reduced-motion: reduce) {
	.shop-reference .shop-reference-grid li.shop-reference-product, .shop-reference-image img, .shop-reference-filters { transition: none; }
}

/* Legibilidad global — escala mínima aprobada para textos funcionales. */
.site-header .brand {
	justify-self: center;
	align-self: center;
}
.site-header .brand img {
	display: block;
	margin: 0 auto;
	transform: translate(-20px, -25px) scale(1.28);
	transform-origin: center;
}
.utility-bar { font-size: 13px; }
.ref-search input, .ref-search select { font-size: 14px; }
.ref-header-action strong { font-size: 14px; }
.ref-header-action small,
.ref-cart .shelo-cart-total { font-size: 12px; }
.main-nav .nav-inner a { font-size: 14px; }

.ref-category-card strong { font-size: 14px; }
.ref-all-categories,
.ref-benefits strong,
.ref-heading-row > a,
.ref-product-category,
.ref-product-category a,
.ref-promo > div > span,
.ref-tip-card span,
.ref-read-more,
.ref-testimonial-row strong { font-size: 13px; }
.ref-benefits span,
.ref-promo p,
.ref-testimonial-row p { font-size: 14px; }
.ref-product-body h3,
.ref-tip-card h3 { font-size: 15px; }
.ref-price { font-size: 16px; }
.ref-add-cart,
.ref-promo .ref-btn { min-height: 41px; font-size: 14px; }

.tips-v2-card > div > span,
.tips-v2-more { font-size: 13px; }
.tips-v2-card h2 { font-size: 17px; }
.tips-v2-card p { font-size: 14px; }
.tips-v2-content > .page-numbers a,
.tips-v2-content > .page-numbers span { font-size: 13px; }

.catalog-reference-features strong,
.catalog-reference-categories strong,
.catalog-reference-contents strong { font-size: 14px; }
.catalog-reference-features span,
.catalog-reference-contents span,
.catalog-reference-promos p,
.catalog-flip-copy li { font-size: 13px; }
.catalog-reference-promos a,
.catalog-flip-copy > span { font-size: 13px; }

.affiliate-reference-quick strong,
.affiliate-reference-process strong,
.affiliate-reference-benefits strong,
.affiliate-reference-faq summary strong { font-size: 14px; }
.affiliate-reference-quick span,
.affiliate-reference-info p,
.affiliate-reference-info li,
.affiliate-reference-process header p,
.affiliate-reference-process span,
.affiliate-reference-benefits span,
.affiliate-reference-faq header p,
.affiliate-reference-faq summary small,
.affiliate-reference-faq summary em { font-size: 13px; }
.affiliate-reference .shelo-affiliate-form .form-grid label { font-size: 13px; }
.affiliate-reference .shelo-affiliate-form input:not([type="checkbox"]),
.affiliate-reference .shelo-affiliate-form select { height: 44px; font-size: 14px; }
.affiliate-reference .shelo-affiliate-form label small,
.affiliate-reference .shelo-affiliate-form .form-grid label.consent,
.affiliate-reference-security { font-size: 12px; }
.affiliate-reference .affiliate-form-actions button { height: 48px; font-size: 14px; }

.shop-reference-trust strong { font-size: 13px; }
.shop-reference-trust small { font-size: 11px; line-height: 1.4; }
.shop-reference-filters header strong { font-size: 15px; }
.shop-reference-filters header a { font-size: 12px; }
.shop-reference-filters legend { font-size: 14px; }
.shop-reference-filters fieldset > label { margin: 11px 0; font-size: 13px; line-height: 1.35; }
.shop-reference-filters fieldset > label small { font-size: 12px; }
.shop-reference-filters label > i { width: 15px; height: 15px; flex-basis: 15px; }
.shop-price-fields label,
.shop-price-fields input { font-size: 13px; }
.shop-price-fields label { height: 38px; }
.shop-filter-apply { height: 43px; font-size: 14px; }
.shop-help-card strong { font-size: 14px; }
.shop-help-card a,
.shop-help-card span { font-size: 12px; }
.shop-reference-toolbar { font-size: 13px; }
.shop-reference-toolbar select { height: 39px; font-size: 13px; }
.shop-active-filters { font-size: 12px; }
.shop-reference-badge { font-size: 11px; }
.shop-reference-category { font-size: 12px; line-height: 1.35; }
.shop-reference-product-body h2 {
	min-height: 47px;
	font-size: 15px !important;
	line-height: 1.35;
}
.shop-reference-rating .star-rating,
.shop-reference-rating small { font-size: 12px; }
.shop-reference-price { font-size: 17px; }
.shop-reference-price del { font-size: 12px; }
.shop-reference-product-body .button {
	min-height: 43px;
	font-size: 14px !important;
}
.shop-reference-product-body .added_to_cart { font-size: 12px; }
.shop-reference .shop-reference-grid li.shop-reference-product { min-height: 430px; }
.shop-reference-catalog-promo span,
.shop-reference-catalog-promo p,
.shop-reference-catalog-promo a,
.shop-reference-shipping-promo span,
.shop-reference-bottom-promos span,
.shop-reference-bottom-promos p,
.shop-reference-bottom-promos a { font-size: 13px; }
.shop-reference .page-numbers a,
.shop-reference .page-numbers span { min-width: 38px; height: 38px; font-size: 13px; }

.ref-footer-grid .footer-brand p { font-size: 13px; }
.ref-footer-grid h3 { font-size: 14px; }
.ref-footer-grid > div > a,
.ref-footer-contact > span { margin-bottom: 9px; font-size: 14px; line-height: 1.35; }
.footer-bottom .ref-wrap { min-height: 44px; font-size: 13px; line-height: 1.4; }
.footer-bottom a { font-weight: 650; }

@media (max-width: 780px) {
	.site-header .brand {
		position: absolute;
		top: 5px;
		left: 50%;
		z-index: 2;
		transform: translateX(-50%);
	}
	.site-header .brand img {
		transform: translate(-19px, 13px) scale(1.25);
	}
	.ref-search input { font-size: 14px; }
	.shop-filter-toggle { font-size: 14px; }
	.footer-bottom .ref-wrap { padding-block: 14px; }
}

@media (min-width: 781px) and (max-width: 1050px) {
	.site-header .brand img {
		transform: translate(-18px, -22px) scale(1.12);
	}
}

@media (max-width: 520px) {
	.shop-reference-product-body h2 {
		min-height: 62px;
		font-size: 14px !important;
	}
	.shop-reference-category { font-size: 12px; }
	.shop-reference-product-body .button {
		min-height: 42px;
		padding-inline: 5px !important;
		font-size: 13px !important;
	}
	.shop-reference .shop-reference-grid li.shop-reference-product { min-height: 390px; }
}

/* SEO content blocks: useful supporting copy without disturbing reference layouts. */
.seo-content-section {
	margin-top: 46px;
	margin-bottom: 54px;
	padding: 34px;
	border: 1px solid #dbe8f4;
	border-radius: 18px;
	background: linear-gradient(135deg, #f8fcff 0%, #fff 62%);
}
.seo-content-section > header {
	max-width: 840px;
	margin: 0 auto 26px;
	text-align: center;
}
.seo-content-section h2 {
	margin: 7px 0 10px;
	color: #082448;
	font-size: clamp(25px, 2.3vw, 36px);
	line-height: 1.16;
}
.seo-content-section > header p,
.seo-content-grid p {
	color: #49627d;
	font-size: 16px;
	line-height: 1.65;
}
.seo-content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.seo-content-grid article {
	padding: 22px;
	border: 1px solid #e0eaf4;
	border-radius: 14px;
	background: #fff;
}
.seo-content-grid h3 {
	margin: 0 0 8px;
	color: #0a2b55;
	font-size: 18px;
	line-height: 1.3;
}
.seo-content-grid p {
	margin: 0;
}
.seo-content-grid a {
	color: #0874df;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}
@media (max-width: 767px) {
	.seo-content-section {
		margin: 28px 16px 36px;
		padding: 24px 18px;
	}
	.seo-content-section > header {
		text-align: left;
	}
	.seo-content-grid {
		grid-template-columns: 1fr;
	}
	.seo-content-section > header p,
	.seo-content-grid p {
		font-size: 15px;
	}
}
.shelo-product-guidance {
	clear: both;
	margin: 38px 0;
	padding: 28px;
	border: 1px solid #dbe8f4;
	border-radius: 16px;
	background: #f8fcff;
}
.shelo-product-guidance h2 {
	margin: 0 0 10px;
	color: #082448;
	font-size: clamp(23px, 2vw, 31px);
}
.shelo-product-guidance p,
.shelo-product-guidance li {
	color: #3f5873;
	font-size: 16px;
	line-height: 1.6;
}
.shelo-product-guidance ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	margin: 18px 0;
	padding: 0;
	list-style: none;
}
.shelo-product-guidance a {
	color: #0874df;
	font-weight: 700;
}
.shelo-product-guidance-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-bottom: 0;
}
.shelo-entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin-top: 16px;
	color: #526a83;
	font-size: 15px;
}
.shelo-entry-featured {
	margin: 0 0 30px;
}
.shelo-entry-featured img {
	width: 100%;
	height: auto;
	max-height: 620px;
	border-radius: 16px;
	object-fit: cover;
}
.shelo-editorial-note {
	margin-top: 34px;
	padding: 20px 22px;
	border-left: 4px solid #0874df;
	border-radius: 0 12px 12px 0;
	background: #f3f9ff;
}
.shelo-editorial-note strong {
	color: #082448;
	font-size: 17px;
}
.shelo-editorial-note p {
	margin: 6px 0 0;
	color: #49627d;
	font-size: 15px;
	line-height: 1.65;
}
.shelo-entry-next {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 26px;
}
.shelo-entry-next a {
	color: #0874df;
	font-size: 16px;
	font-weight: 700;
}

/* Sheló Nabel 2026 — experiencia móvil basada en la referencia aprobada. */
.mobile-only-menu { display: none !important; }
.mobile-nav-support,
.mobile-categories-panel,
.shop-mobile-actions,
.mobile-home-title { display: none; }
.main-nav .nav-inner .shelo-icon { display: none; }
.main-nav .nav-inner > li:nth-child(1) { order: 1; }
.main-nav .nav-inner > li:nth-child(2) { order: 3; }
.main-nav .nav-inner > li:nth-child(3) { order: 2; }
.main-nav .nav-inner > li:nth-child(4) { order: 4; }
.main-nav .nav-inner > li:nth-child(5) { order: 5; }
.main-nav .nav-inner > li:nth-child(6) { order: 6; }
.main-nav .nav-inner > li:nth-child(7) { order: 7; }

@media (max-width: 780px) {
	:root {
		--mobile-blue: #0877df;
		--mobile-navy: #071f3d;
		--mobile-muted: #607387;
		--mobile-line: #dce6ef;
		--mobile-bar: 68px;
	}
	html, body { width: 100%; overflow-x: hidden; }
	body {
		padding-bottom: calc(var(--mobile-bar) + env(safe-area-inset-bottom));
		color: var(--mobile-navy);
		background: #fff;
		font-size: 14px;
	}
	a, button, input, select, summary { touch-action: manipulation; }
	.ref-wrap, .container { width: calc(100% - 28px); max-width: none; margin-inline: auto; }
	.utility-bar, .site-footer, .whatsapp-float, .back-to-top { display: none !important; }

	/* App bar */
	.site-header {
		position: sticky;
		top: 0;
		z-index: 80;
		border-bottom: 1px solid var(--mobile-line);
		background: rgba(255,255,255,.98);
		box-shadow: 0 3px 14px rgba(8,55,94,.07);
		backdrop-filter: blur(14px);
	}
	.site-header .header-main {
		width: 100%;
		min-height: 116px;
		padding: 5px 16px 9px;
		position: relative;
		display: grid;
		grid-template-columns: 44px minmax(0,1fr) 44px;
		grid-template-rows: 54px 46px;
		gap: 2px 10px;
	}
	.site-header .brand {
		width: 114px;
		height: 48px;
		top: 4px;
		right: auto !important;
		left: 50% !important;
		grid-column: unset !important;
		grid-row: unset !important;
		justify-self: auto;
		overflow: hidden;
		transform: translateX(-50%) !important;
	}
	.site-header .brand img {
		width: 246px !important;
		height: 214px !important;
		max-width: none;
		margin: 0;
		position: absolute;
		top: -78px;
		left: -93px;
		object-fit: contain;
		transform: none;
	}
	.menu-toggle {
		width: 44px;
		height: 44px;
		top: 8px;
		left: 12px;
		padding: 11px;
		border-radius: 9px;
	}
	.menu-toggle span { width: 20px; margin: 0; }
	.header-actions {
		position: absolute;
		top: 8px;
		right: 12px;
		height: 44px;
		display: flex;
	}
	.ref-header-action:not(.ref-cart) { display: none !important; }
	.ref-cart { width: 44px; min-width: 44px; height: 44px; padding: 0; justify-content: center; }
	.ref-cart > span:last-child { display: none !important; }
	.ref-cart-icon > .shelo-icon { width: 25px; height: 25px; }
	.ref-cart-icon b { top: -8px; right: -10px; min-width: 17px; height: 17px; font-size: 9px; }
	.ref-search {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		height: 46px;
		overflow: hidden;
		border-color: #cbddea;
		border-radius: 11px;
		grid-template-columns: 1fr 46px;
		background: #fff;
		box-shadow: 0 2px 8px rgba(10,63,103,.04);
	}
	.ref-search input { min-height: 44px; padding: 0 14px; font-size: 14px; }
	.ref-search input::placeholder { color: #8291a1; }
	.ref-search button { min-width: 46px; min-height: 46px; }
	.ref-search select { display: none; }

	/* Internal page title in the app bar. */
	body.woocommerce-shop .site-header .brand,
	body.tax-product_cat .site-header .brand,
	body.page-template-template-catalogo .site-header .brand,
	body.page-template-template-afiliacion .site-header .brand,
	body.page-template-template-lista-precios .site-header .brand,
	body.post-type-archive-shelo_tip .site-header .brand,
	body.page-template-template-contacto .site-header .brand { visibility: hidden; }
	body.woocommerce-shop .header-main::before,
	body.tax-product_cat .header-main::before,
	body.page-template-template-catalogo .header-main::before,
	body.page-template-template-afiliacion .header-main::before,
	body.page-template-template-lista-precios .header-main::before,
	body.post-type-archive-shelo_tip .header-main::before,
	body.page-template-template-contacto .header-main::before {
		position: absolute;
		top: 0;
		left: 50%;
		height: 58px;
		display: flex;
		align-items: center;
		content: "";
		font-size: 14px;
		font-weight: 800;
		transform: translateX(-50%);
	}
	body.woocommerce-shop .header-main::before,
	body.tax-product_cat .header-main::before { content: "Tienda"; }
	body.page-template-template-catalogo .header-main::before { content: "Catálogo 2026"; }
	body.page-template-template-afiliacion .header-main::before { content: "Afiliación"; }
	body.page-template-template-lista-precios .header-main::before { content: "Lista de precios"; }
	body.post-type-archive-shelo_tip .header-main::before { content: "Tips"; }
	body.page-template-template-contacto .header-main::before { content: "Contacto"; }
	body.page-template-template-catalogo .header-main,
	body.page-template-template-afiliacion .header-main,
	body.page-template-template-lista-precios .header-main,
	body.post-type-archive-shelo_tip .header-main,
	body.page-template-template-contacto .header-main {
		min-height: 58px;
		grid-template-rows: 52px;
	}
	body.page-template-template-catalogo .ref-search,
	body.page-template-template-afiliacion .ref-search,
	body.page-template-template-lista-precios .ref-search,
	body.post-type-archive-shelo_tip .ref-search,
	body.page-template-template-contacto .ref-search { display: none; }
	body.page-template-template-catalogo .ref-cart,
	body.page-template-template-afiliacion .ref-cart,
	body.page-template-template-lista-precios .ref-cart,
	body.post-type-archive-shelo_tip .ref-cart,
	body.page-template-template-contacto .ref-cart { display: none !important; }
	.menu-toggle[data-mobile-back="true"] span { display: none; }
	.menu-toggle[data-mobile-back="true"]::before { content: "‹"; font-size: 34px; font-weight: 300; line-height: 1; }

	/* Drawer */
	.main-nav {
		width: min(330px, 88vw);
		height: 100dvh;
		inset: 0 auto 0 0 !important;
		z-index: 110;
		overflow-y: auto;
		border: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 18px 0 44px rgba(3,30,57,.22);
		transform: translateX(-105%) !important;
		transition: transform .24s ease-out, visibility 0s linear .24s;
	}
	.main-nav.open { visibility: visible; transform: translateX(0) !important; transition-delay: 0s; }
	.main-nav .mobile-nav-head {
		height: 76px;
		padding: 0 18px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.main-nav .mobile-nav-head img {
		width: 230px;
		height: 200px;
		max-width: none;
		margin: 0;
		position: absolute;
		top: -72px;
		left: -65px;
		object-fit: contain;
		transform: none;
	}
	.main-nav .mobile-nav-head button { width: 44px; height: 44px; position: absolute; top: 16px; right: 14px; display: grid; place-items: center; }
	.main-nav .mobile-nav-head .shelo-icon { width: 23px; height: 23px; }
	.main-nav .nav-inner { width: 100%; padding: 4px 18px 10px; display: block; }
	.main-nav .nav-inner > li { display: block; }
	.main-nav .nav-inner a,
	.main-nav .nav-inner button {
		width: 100%;
		min-height: 48px;
		padding: 0 8px;
		border: 0;
		border-bottom: 1px solid #edf2f6;
		display: flex;
		align-items: center;
		gap: 13px;
		color: #233a52;
		background: transparent;
		font: 700 13px/1.3 Arial, sans-serif;
		text-align: left;
		text-decoration: none;
	}
	.main-nav .nav-inner .shelo-icon { width: 18px; height: 18px; display: inline-block; color: #50677d; }
	.main-nav .nav-inner > li { order: initial; }
	.mobile-only-menu { display: block !important; }
	.mobile-nav-support {
		min-height: 74px;
		margin: 12px 18px 26px;
		padding: 13px;
		border: 1px solid #a9d3f6;
		border-radius: 8px;
		display: flex;
		align-items: center;
		gap: 12px;
		background: #f7fbff;
	}
	.mobile-nav-support > .shelo-icon { width: 29px; height: 29px; color: var(--mobile-blue); }
	.mobile-nav-support strong, .mobile-nav-support small { display: block; }
	.mobile-nav-support strong { font-size: 12px; }
	.mobile-nav-support small { margin-top: 3px; color: var(--mobile-muted); font-size: 11px; }
	.mobile-nav-overlay { z-index: 75; background: rgba(5,23,42,.46); }
	body.nav-open, body.categories-open { overflow: hidden; }

	/* Categories screen */
	.mobile-categories-panel {
		position: fixed;
		inset: 0;
		z-index: 120;
		display: block;
		overflow-y: auto;
		visibility: hidden;
		background: #fff;
		transform: translateX(105%);
		transition: transform .24s ease-out, visibility 0s linear .24s;
	}
	.mobile-categories-panel.open { visibility: visible; transform: translateX(0); transition-delay: 0s; }
	.mobile-categories-panel > header {
		height: 66px;
		padding: env(safe-area-inset-top) 14px 0;
		border-bottom: 1px solid var(--mobile-line);
		display: grid;
		grid-template-columns: 44px 1fr 44px;
		align-items: center;
		text-align: center;
	}
	.mobile-categories-panel > header button { width: 44px; height: 44px; border: 0; display: grid; place-items: center; background: transparent; }
	.mobile-categories-panel > header strong { font-size: 14px; }
	.mobile-categories-panel > header .shelo-icon { width: 22px; height: 22px; }
	.mobile-categories-panel nav a {
		min-height: 52px;
		padding: 0 20px;
		border-bottom: 1px solid var(--mobile-line);
		display: flex;
		align-items: center;
		gap: 17px;
		font-size: 13px;
		font-weight: 700;
		text-decoration: none;
	}
	.mobile-categories-panel nav .shelo-icon { width: 23px; height: 23px; color: var(--mobile-blue); }
	.mobile-categories-shipping {
		margin: 78px 14px 24px;
		padding: 16px;
		border: 1px solid #acd5f6;
		border-radius: 8px;
		display: flex;
		align-items: center;
		gap: 14px;
	}
	.mobile-categories-shipping > .shelo-icon { width: 34px; height: 34px; color: var(--mobile-blue); }
	.mobile-categories-shipping strong, .mobile-categories-shipping span { display: block; }
	.mobile-categories-shipping strong { font-size: 13px; }
	.mobile-categories-shipping span { margin-top: 3px; color: var(--mobile-muted); font-size: 11px; }

	/* Bottom tab bar */
	.mobile-bottom-nav {
		height: calc(var(--mobile-bar) + env(safe-area-inset-bottom));
		padding: 4px 8px env(safe-area-inset-bottom);
		z-index: 100;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		border-top: 1px solid #dce5ed;
		background: rgba(255,255,255,.98);
		box-shadow: 0 -5px 18px rgba(8,50,88,.08);
		backdrop-filter: blur(14px);
	}
	.mobile-bottom-nav a {
		min-width: 0;
		min-height: 58px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 3px;
		color: #657487;
		text-decoration: none;
	}
	.mobile-bottom-nav .shelo-icon { width: 21px; height: 21px; }
	.mobile-bottom-nav small { font-size: 10px; font-weight: 700; }
	.mobile-bottom-nav a.active { color: var(--mobile-blue); }
	.mobile-bottom-nav a:active { background: #f0f7fd; }
	body.nav-open .mobile-bottom-nav { visibility: hidden; pointer-events: none; }

	/* Home */
	.shelo-home-v2 { display: flex; flex-direction: column; }
	.shelo-home-v2 > .ref-hero { order: 1; }
	.shelo-home-v2 > .ref-benefits { order: 2; }
	.shelo-home-v2 > .ref-categories { order: 3; }
	.shelo-home-v2 > .ref-products { order: 4; }
	.shelo-home-v2 > .ref-promos { order: 5; }
	.shelo-home-v2 > .ref-tips { order: 6; }
	.shelo-home-v2 > .ref-testimonials { order: 7; }
	.ref-hero { height: 348px; border-bottom: 1px solid #dceaf4; background: linear-gradient(145deg,#fff 0,#f4faff 55%,#e7f5fc 100%); }
	.ref-hero::after {
		inset: 0;
		z-index: 2;
		display: block;
		background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(250,253,255,.92) 48%, rgba(240,249,254,.15) 76%, transparent 100%);
	}
	.ref-hero-grid { height: 100%; display: block; text-align: left; }
	.ref-hero-copy { width: 218px; padding: 27px 0 0; position: relative; z-index: 4; text-align: left; }
	.ref-kicker { display: none; }
	.desktop-home-title { display: none; }
	.mobile-home-title { display: block !important; }
	.ref-hero-copy h1 { margin: 0 0 13px; font-size: 28px; line-height: 1.02; letter-spacing: -.035em; text-transform: uppercase; }
	.ref-hero-copy > p:not(.ref-kicker) { width: 188px; margin: 0 0 18px; font-size: 14px; line-height: 1.48; }
	.ref-actions { justify-content: flex-start; }
	.ref-actions .ref-btn { min-height: 44px; padding: 0 17px; border-radius: 9px; font-size: 12px; text-transform: uppercase; box-shadow: 0 8px 18px rgba(8,119,223,.18); }
	.ref-actions .ref-btn-outline { display: none; }
	.ref-hero-visual { position: absolute; inset: 0; z-index: 1; height: 100%; pointer-events: none; }
	.ref-hero-family-image {
		content: url("../images/store-products.webp");
		width: 285px;
		height: 402px;
		right: -101px;
		top: 31px;
		bottom: auto;
		object-fit: contain;
		transform: none;
		filter: drop-shadow(0 16px 16px rgba(8,63,98,.14));
	}
	.ref-hero::before { display: none; }
	.ref-benefits {
		width: 100%;
		min-height: 86px;
		margin: 0;
		padding: 14px 8px 13px;
		border-radius: 0;
		grid-template-columns: repeat(3,1fr);
		gap: 0;
		background: #fff;
	}
	.ref-benefits article { min-width: 0; padding: 0 9px; flex-direction: column; gap: 7px; text-align: center; }
	.ref-benefits article + article { border-left: 1px solid var(--mobile-line); }
	.ref-benefits article:nth-child(4) { display: none; }
	.ref-benefits article > .shelo-icon { width: 29px; height: 29px; }
	.ref-benefits strong { margin: 0; color: var(--mobile-navy); font-size: 11px; line-height: 1.25; }
	.ref-benefits span { display: none; }
	.ref-categories { padding: 26px 0 13px; text-align: left; }
	.ref-categories .ref-wrap { position: relative; }
	.ref-categories h2 { margin: 0 0 17px; font-size: 0; letter-spacing: -.02em; }
	.ref-categories h2::before { content: "Categorías"; font-size: 19px; }
	.ref-category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; overflow: visible; }
	.ref-category-card { min-width: 0; height: 101px; padding: 8px 2px; border: 0; gap: 8px; }
	.ref-category-card:nth-child(n+5) { display: none; }
	.ref-category-card .shelo-icon { width: 52px; height: 52px; padding: 12px; border-radius: 50%; background: #eaf6ff; }
	.ref-category-card:nth-child(4n) .shelo-icon { color: #199c75; background: #e7f8f0; }
	.ref-category-card strong { font-size: 11px; line-height: 1.25; text-align: center; }
	.ref-all-categories { min-height: 44px; padding: 0; position: absolute; top: -12px; right: 0; margin: 0; border: 0; font-size: 12px; }
	.ref-all-categories .shelo-icon { display: none; }
	.ref-products { padding: 17px 0 28px; }
	.ref-heading-row { margin-bottom: 14px; align-items: center; }
	.ref-heading-row h2 { font-size: 19px; letter-spacing: -.02em; }
	.ref-heading-row > a { min-height: 44px; display: inline-flex; align-items: center; font-size: 12px; }
	.ref-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
	.ref-product-card:nth-child(n+5) { display: none; }
	.ref-product-card { border-radius: 14px; box-shadow: 0 5px 18px rgba(9,54,89,.055); }
	.ref-product-image { height: 158px; padding-top: 12px; }
	.ref-product-image img { height: 142px; }
	.ref-product-body { min-height: 180px; padding: 2px 11px 11px; }
	.ref-product-body h3 { min-height: 58px; margin: 7px 0 9px; font-size: 14px; line-height: 1.35; }
	.ref-product-category { font-size: 12px; }
	.ref-price { margin-bottom: 12px; font-size: 17px; }
	.ref-add-cart { min-height: 44px; margin-top: auto; border-radius: 8px; gap: 6px; font-size: 12px; }
	.ref-add-cart .shelo-icon { width: 16px; height: 16px; }
	.ref-products .ref-dots { display: none; }
	.ref-promos, .ref-tips, .ref-testimonials { margin-top: 12px; }

	/* Shop */
	.shop-reference-hero { display: none; }
	.shop-reference-layout { width: 100%; padding: 0 14px 24px; display: block; }
	.shop-mobile-actions { margin: 8px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
	.shop-filter-toggle, .shop-order-toggle {
		width: 100%;
		height: 44px;
		border: 0;
		border-radius: 7px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		color: #203851;
		background: #f3f6fa;
		font-size: 13px;
		font-weight: 800;
	}
	.shop-filter-toggle .shelo-icon, .shop-order-toggle .shelo-icon { width: 17px; height: 17px; color: var(--mobile-blue); }
	.shop-reference-filters {
		max-height: none;
		position: fixed;
		inset: 0;
		z-index: 130;
		border: 0;
		border-radius: 0;
		overflow-y: auto;
		opacity: 1;
		visibility: hidden;
		transform: translateX(-105%);
		transition: transform .24s ease-out, visibility 0s linear .24s;
	}
	.shop-reference-filters.is-open { max-height: none; visibility: visible; transform: translateX(0); transition-delay: 0s; }
	.shop-reference-filters form { padding: 20px 18px 90px; }
	.shop-reference-filters header { min-height: 55px; }
	.shop-reference-toolbar {
		min-height: 69px;
		padding: 9px 14px;
		align-items: stretch;
		gap: 8px;
	}
	.shop-reference-toolbar > span { font-size: 12px; }
	.shop-reference-toolbar form { width: 100%; }
	.shop-reference-toolbar label { width: 100%; font-size: 12px; }
	.shop-reference-toolbar select { width: 100%; }
	.shop-reference .shop-reference-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
	.shop-reference .shop-reference-grid li.shop-reference-product { min-height: 345px; border-radius: 8px; }
	.shop-reference-image { height: 168px; padding: 8px; }
	.shop-reference-badge { font-size: 9px; }
	.shop-reference-category { font-size: 10px; }
	.shop-reference-product-body h2 { min-height: 57px; font-size: 13px !important; }
	.shop-reference-price { font-size: 15px; }
	.shop-reference-product-body .button { min-height: 40px; font-size: 12px !important; }
	.shop-reference .shop-reference-grid li.shop-reference-promo { grid-column: span 2; }
	.shop-reference-catalog-promo, .shop-reference-shipping-promo { min-height: 170px !important; }
	.shop-reference-bottom-promos { display: none; }

	/* Catalog */
	.catalog-reference-hero, .catalog-reference-hero-grid { min-height: 535px; }
	.catalog-reference-hero { background: #fff; }
	.catalog-reference-hero::before, .catalog-reference-hero::after { display: none; }
	.catalog-reference-hero-grid { display: flex; flex-direction: column; text-align: center; }
	.catalog-reference-copy { padding: 28px 0 0; }
	.catalog-reference-copy nav, .catalog-reference-features { display: none; }
	.catalog-reference-copy h1 { margin-bottom: 17px; font-size: 27px; line-height: 1.15; }
	.catalog-reference-copy h1 br { display: initial; }
	.catalog-reference-copy > p { margin-bottom: 19px; font-size: 14px; }
	.catalog-reference-actions { display: grid; gap: 9px; }
	.catalog-action { width: 100%; min-height: 45px; border-radius: 999px; font-size: 12px; text-transform: uppercase; }
	.catalog-reference-book { width: 100%; min-height: 245px; }
	.catalog-book { width: 240px; transform: rotate(0); }
	.catalog-book-shadow { width: 245px; bottom: 18px; }
	.catalog-flip-section { width: 100%; padding: 14px 0 25px; display: block; }
	.catalog-flipbook { border-radius: 0; }
	.catalog-flip-toolbar { min-height: 47px; padding: 0 10px; }
	.catalog-flip-brand { display: none; }
	.catalog-flip-controls { width: 100%; justify-content: space-between; }
	.catalog-flip-stage { min-height: 390px; padding: 18px 26px; }
	.catalog-spread { min-height: 330px; display: block; }
	.catalog-paper-left { display: none; }
	.catalog-paper-right { width: 100%; height: 100%; }
	.catalog-page-arrow { width: 38px; height: 38px; }
	.catalog-page-arrow-prev { left: 5px; }
	.catalog-page-arrow-next { right: 5px; }
	.catalog-thumbnails { min-height: 78px; }
	.catalog-thumbnails button { min-width: 62px; }
	.catalog-thumbnails canvas, .catalog-thumbnails img { height: 50px; }
	.catalog-flip-copy, .catalog-reference-categories, .catalog-reference-promos, .catalog-reference-contents { display: none; }

	/* Affiliate wizard */
	.affiliate-reference-hero, .affiliate-reference-quick, .affiliate-reference-info,
	.affiliate-reference-process, .affiliate-reference-benefits, .affiliate-reference-faq { display: none; }
	.affiliate-reference-form-area { width: 100%; padding: 0; display: block; }
	.affiliate-reference-form-card { min-height: calc(100dvh - 176px); padding: 24px 14px 26px; border: 0; border-radius: 0; box-shadow: none; }
	.affiliate-reference-form-card > header { display: block; text-align: center; }
	.affiliate-reference-form-card > header i { display: none; }
	.affiliate-reference-form-card > header h2 { font-size: 24px; color: var(--mobile-navy); }
	.affiliate-reference-form-card > header h2 { font-size: 0; }
	.affiliate-reference-form-card > header h2::before { content: "Afiliación Sheló Nabel"; font-size: 24px; }
	.affiliate-reference-form-card > header h2::after { margin-top: 8px; display: block; content: "Llena el formulario y forma parte de nuestra familia."; color: var(--mobile-muted); font-size: 13px; font-weight: 400; }
	.mobile-affiliate-intro { margin: 0 0 22px; padding: 15px 16px; border: 1px solid #cfe3f3; border-radius: 10px; display: block; background: #f5faff; text-align: left; }
	.mobile-affiliate-intro > strong { color: var(--mobile-navy); font-size: 14px; }
	.mobile-affiliate-intro > p { margin: 6px 0 11px; color: var(--mobile-muted); font-size: 12px; line-height: 1.45; }
	.mobile-affiliate-intro ul { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
	.mobile-affiliate-intro li { display: flex; align-items: flex-start; gap: 8px; color: #29445e; font-size: 12px; line-height: 1.4; }
	.mobile-affiliate-intro li .shelo-icon { width: 15px; height: 15px; margin-top: 1px; flex: 0 0 15px; color: var(--mobile-blue); }
	.affiliate-progress { margin: 21px 0 28px; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; }
	.progress-step { min-width: 52px; }
	.progress-step span { width: 29px; height: 29px; }
	.progress-step small { font-size: 9px; }
	.progress-line { margin-top: 14px; }
	.affiliate-reference .shelo-affiliate-form fieldset { display: none !important; }
	.affiliate-reference .shelo-affiliate-form fieldset.active { display: block !important; }
	.affiliate-reference .shelo-affiliate-form .affiliate-step legend {
		width: 100%;
		margin-bottom: 14px;
		display: block;
		color: var(--mobile-navy);
		font-size: 15px;
		font-weight: 800;
	}
	.affiliate-reference .shelo-affiliate-form .form-grid { grid-template-columns: 1fr 1fr; gap: 11px 9px; }
	.affiliate-reference .shelo-affiliate-form .form-grid label { font-size: 11px; }
	.affiliate-reference .shelo-affiliate-form .form-grid label.full { grid-column: 1 / -1; }
	.affiliate-reference .shelo-affiliate-form input:not([type="checkbox"]),
	.affiliate-reference .shelo-affiliate-form select { height: 45px; font-size: 13px; }
	.affiliate-reference .affiliate-form-actions { margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
	.affiliate-reference .affiliate-form-actions button { height: 46px; font-size: 12px; text-transform: uppercase; }
	.affiliate-reference .affiliate-form-actions button[hidden] { display: none !important; }
	.affiliate-reference .affiliate-form-actions.is-first [data-affiliate-next] { grid-column: 1 / -1; }
	.affiliate-reference-security { font-size: 11px; }
	.affiliate-reference .affiliate-success.is-visible { min-height: 520px; }
	.affiliate-reference .affiliate-success h3 { font-size: 23px; }

	/* Price list */
	.price-list-page .simple-page-hero, .contact-page .simple-page-hero {
		padding: 30px 0 12px;
		background: #fff;
		text-align: left;
	}
	.price-list-page .simple-page-hero .eyebrow, .contact-page .simple-page-hero .eyebrow { display: none; }
	.price-list-page .simple-page-hero h1, .contact-page .simple-page-hero h1 { margin: 0 0 9px; font-size: 23px; }
	.price-list-page .simple-page-hero p, .contact-page .simple-page-hero p { margin: 0; color: var(--mobile-muted); font-size: 13px; }
	.price-list-page .section { padding: 10px 0 24px; display: flex; flex-direction: column; }
	.mobile-price-search { order: 1; }
	.mobile-price-search input { width: 100%; height: 44px; padding: 0 13px; border: 1px solid var(--mobile-line); border-radius: 6px; font-size: 14px; }
	.mobile-price-groups { order: 2; margin-top: 10px; }
	.mobile-price-groups details { border-bottom: 1px solid var(--mobile-line); }
	.mobile-price-groups summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 800; list-style: none; }
	.mobile-price-groups details > a { padding: 0 0 14px; display: block; color: var(--mobile-blue); font-size: 12px; }
	.price-list-page .price-tools { width: 100%; order: 3; margin: 28px 0 0; display: grid; gap: 9px; }
	.price-list-page .price-tools .btn { width: 100% !important; min-height: 45px; border-radius: 6px; font-size: 12px; text-transform: uppercase; }

	/* Tips */
	.tips-v2-hero { padding: 28px 0 10px; background: #fff; text-align: center; }
	.tips-v2-hero span { display: none; }
	.tips-v2-hero h1 { margin-bottom: 9px; font-size: 23px; }
	.tips-v2-hero p { margin: 0; font-size: 13px; }
	.tips-v2-content { padding: 12px 0 25px; }
	.tips-v2-heading { min-height: 42px; margin-bottom: 12px; }
	.tips-v2-heading div { font-size: 12px; }
	.tips-v2-heading > a { display: none; }
	.tips-v2-grid { grid-template-columns: 1fr; gap: 14px; }
	.tips-v2-image { height: 205px; }
	.tips-v2-card h2 { min-height: 0; font-size: 17px; }
	.tips-v2-card p { min-height: 0; font-size: 13px; }

	/* Contact */
	.contact-page .contact-grid { padding: 12px 0 28px; display: block; }
	.contact-page .contact-cards { display: grid; grid-template-columns: 1fr; gap: 0; }
	.contact-page .contact-cards article {
		min-height: 78px;
		padding: 13px 5px;
		border: 0;
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.contact-page .contact-cards article > .shelo-icon { width: 42px; height: 42px; padding: 10px; border-radius: 50%; color: var(--mobile-blue); background: #edf7ff; }
	.contact-page .contact-cards h3 { margin: 0 0 3px; font-size: 12px; }
	.contact-page .contact-cards a { color: var(--mobile-navy); font-size: 15px; font-weight: 800; }
	.contact-page .contact-cards p { margin: 0; font-size: 12px; }
	.contact-page .contact-form-card { display: none; }
	.contact-social { margin-top: 30px; text-align: center; }
	.contact-social strong { display: block; font-size: 12px; }
	.contact-social span { margin-top: 13px; display: flex; justify-content: center; gap: 14px; }
	.contact-social a { width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--mobile-blue); text-decoration: none; }
}

@media (max-width: 380px) {
	.ref-hero-copy h1 { font-size: 26px; }
	.shop-reference-image { height: 150px; }
	.shop-reference .shop-reference-grid li.shop-reference-product { min-height: 335px; }
	.mobile-bottom-nav small { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
	.main-nav, .mobile-categories-panel, .shop-reference-filters { transition: none !important; }
}
