/* 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; }
.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.png") 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.png") 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 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.png") 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; }
.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 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: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; }
}
