/* 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; }
}
