@font-face {
	font-display: swap;
	font-family: "VAG Rounded";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/vag-rounded-thin.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "VAG Rounded";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/vag-rounded-bold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "VAG Rounded";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/vag-rounded-black.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "VAG Rounded Std Thin";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/vag-rounded-thin.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "VAG Rounded Std Bold";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/vag-rounded-bold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "VAG Rounded Std Black";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/vag-rounded-black.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Lilita One";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/lilita-one-regular.ttf") format("truetype");
}

:root {
	--eq-primary: #0b4c91;
	--eq-primary-2: #249fe8;
	--eq-blue-button: linear-gradient(90deg, #0b4c91 0%, #1f6dbf 100%);
	--eq-yellow-button: linear-gradient(89deg, #fff8c0 0.64%, #f9feff 29.31%, #fff8c0 98.42%);
	--eq-header-gradient: linear-gradient(90deg, #0c5094 0%, #249fe8 18.27%, #0b4c91 59.13%);
	--eq-purple-gradient: linear-gradient(252deg, #b098c9 0%, #e9d3fe 100.88%);
	--eq-green-gradient: linear-gradient(180deg, #c9e89f 0%, #a9d272 100%);
	--eq-footer-gradient: linear-gradient(180deg, #0b4c91 0%, #249fe8 100%);
	--eq-body-font: "VAG Rounded", "Arial Rounded MT Bold", Arial, sans-serif;
	--eq-heading-font: "Lilita One", Impact, sans-serif;
	--eq-container: 1240px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 112px; }
body { color: #333; font-family: var(--eq-body-font); margin: 0 !important; overflow-x: clip; }
body.page-template-page-about-us { margin-bottom: 0 !important; }
body.page-template-page-contact-us { margin-bottom: 0 !important; }
body.page-template-page-whats-new { margin-bottom: 0 !important; }
a { color: var(--eq-primary); }
h1, h2, h3, h4, h5, h6,
.eq-heading,
.eq-subheading,
.elementor-widget-heading .elementor-heading-title {
	font-family: var(--eq-heading-font);
}
.elementor-widget-heading .elementor-heading-title { font-family: var(--eq-heading-font) !important; }
.life-stage-card,
.series-card,
.product-card,
.series-product-card,
.available-pack-card,
.review-card,
.news-card,
.recognition-card,
.eq-story-card,
.eq-tiktok-card,
.comfort-feature,
.eq-office-card {
	font-family: var(--eq-body-font);
}
.life-stage-card :is(h1, h2, h3, h4, h5, h6, p, small, strong),
.series-product-card :is(h1, h2, h3, h4, h5, h6, p, small, strong),
.available-pack-card :is(h1, h2, h3, h4, h5, h6, p, small, strong),
.review-card :is(h1, h2, h3, h4, h5, h6, p, small, strong),
.news-card :is(h1, h2, h3, h4, h5, h6, p, small, strong),
.eq-story-card :is(h1, h2, h3, h4, h5, h6, p, small, strong),
.eq-tiktok-card :is(h1, h2, h3, h4, h5, h6, p, small, strong),
.comfort-feature :is(h1, h2, h3, h4, h5, h6, p, small, strong),
.eq-office-card :is(h1, h2, h3, h4, h5, h6, p, small, strong) {
	font-family: var(--eq-body-font);
}
.elementor-page-content { margin: 0; padding: 0; width: 100%; }
.eq-container { margin-inline: auto; max-width: var(--eq-container); padding-inline: 24px; width: 100%; }
.announcement-bar { background: var(--eq-header-gradient); color: #fff; font-weight: 700; padding: 8px 16px; text-align: center; }
.announcement-bar, .site-header, .elementor-location-header { -webkit-user-select: none; user-select: none; }
.announcement-bar img, .site-header img, .elementor-location-header img, .eq-hero img, .series-hero img { -webkit-user-drag: none; user-drag: none; }
.site-header { background: #fff; min-height: 86px; }
.site-header__inner { align-items: center; display: flex; gap: 36px; min-height: 86px; }
.site-branding { flex: 0 0 auto; max-width: 170px; }
.custom-logo { height: auto; max-height: 84px; width: auto; }
.main-navigation { align-items: center; display: flex; flex: 1 1 auto; gap: 24px; justify-content: flex-end; width: auto; }
.main-navigation .menu-toggle { display: none; }
.main-navigation ul { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; justify-content: flex-end; margin: 0; padding: 0; }
.main-navigation a { color: var(--eq-primary); font-weight: 700; text-decoration: none; }
.eq-heading, .eq-subheading, .site-footer h2 { color: var(--eq-primary); font-family: var(--eq-heading-font); letter-spacing: .01em; }
.eq-heading { font-size: clamp(2rem, 4vw, 3.5rem); text-align: center; -webkit-text-stroke: 2px #fff; paint-order: stroke fill; text-shadow: 0 4px 0 rgba(11, 76, 145, .16); }
.site-main :is(h1, h2):not(.eq-office-card h2) {
	-webkit-text-stroke: 2px #fff;
	paint-order: stroke fill;
	text-shadow: 0 3px 0 rgba(11, 76, 145, .2);
}
.eq-subheading { font-size: clamp(1.6rem, 2.5vw, 2.25rem); -webkit-text-stroke: 1px #fff; paint-order: stroke fill; }
.eq-section { padding-block: clamp(56px, 7vw, 96px); }
.eq-section--compact { padding-block: clamp(44px, 5vw, 72px); }
.eq-section[id], [data-eq-scroll-target] { scroll-margin-top: 112px; }
.eq-motion-ready .eq-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s cubic-bezier(.22, 1, .36, 1), transform .55s cubic-bezier(.22, 1, .36, 1); }
.eq-motion-ready .eq-reveal.is-visible { opacity: 1; transform: translateY(0); }
.eq-motion-ready .eq-reveal:not(.is-visible) { will-change: opacity, transform; }
.elementor-editor-active .eq-reveal { opacity: 1 !important; transform: none !important; }
.eq-button { align-items: center; border: 0; border-radius: 999px; color: var(--eq-primary); display: inline-flex; font-size: 16px; font-weight: 800; justify-content: center; min-height: 48px; padding: 14px 28px; text-decoration: none; }
.eq-button--yellow { background: var(--eq-yellow-button); }
.eq-button--blue { background: var(--eq-blue-button); color: #fff; }
.eq-button--yellow, .eq-button--yellow:hover, .eq-button--yellow:focus-visible { color: var(--eq-primary); }
.eq-button--blue, .eq-button--blue:hover, .eq-button--blue:focus-visible, .main-navigation .eq-button--blue { color: #fff; }
.section-actions .eq-button--blue,
.section-actions .eq-button--blue:hover,
.section-actions .eq-button--blue:focus-visible { color: #fff !important; }
.eq-media-placeholder { align-items: center; background: #eaf7ff; display: flex; min-height: 390px; text-align: center; }
.eq-media-placeholder p { background: rgba(255,255,255,.8); border: 2px dashed var(--eq-primary-2); padding: 16px; }
.eq-hero { min-height: 390px; overflow: hidden; position: relative; width: 100%; }
.eq-hero.has-hero-image { min-height: 0; }
.eq-hero__image { display: block; height: auto; max-width: none; object-fit: contain; width: 100%; }
.eq-hero__content { align-items: center; bottom: 14%; display: flex; inset-inline: 0; justify-content: center; position: absolute; text-align: center; }
.eq-hero__content .eq-button,
.eq-hero__content .eq-button:visited,
.eq-hero__content .eq-button:hover,
.eq-hero__content .eq-button:focus,
.eq-hero__content .eq-button:active { color: var(--eq-primary); margin-inline: auto; }
.eq-hero--fullscreen { background: #eaf7ff; height: calc(100vh - var(--eq-hero-offset, 117px)); height: calc(100svh - var(--eq-hero-offset, 117px)); min-height: 0; width: 100%; }
.eq-hero--fullscreen .eq-hero__image { height: 100%; object-fit: fill; object-position: center; width: 100%; }
.eq-home .eq-hero--fullscreen .eq-hero__content { bottom: auto; top: 43%; transform: translateY(-50%); }
.life-stage-labels, .section-title-row { align-items: center; display: flex; justify-content: space-between; }
.life-stage-labels { color: var(--eq-primary); font-family: var(--eq-heading-font); font-size: 1.8rem; margin: 50px 0 20px; }
.life-stage-grid { display: grid; gap: 44px; grid-template-columns: 1fr 1fr; }
.life-stage-card { border-radius: 20px; color: var(--eq-primary); display: flex; flex-direction: column; min-height: 350px; padding: clamp(24px, 2.4vw, 32px); }
.life-stage-card h2 { color: #0d4c92; font-family: var(--eq-heading-font); font-size: 48px; font-weight: 400; line-height: 1.12; margin: 0 0 12px; -webkit-text-stroke: 2px #fff; paint-order: stroke fill; text-shadow: 0 3px 0 rgba(0,0,0,.21); }
.life-stage-card p { margin: 0; }
.life-stage-card p strong, .life-stage-card p small { color: #0d4c92; display: block; font-family: var(--eq-heading-font); font-weight: 400; -webkit-text-stroke: 2px #fff; paint-order: stroke fill; text-shadow: 0 3px 0 rgba(0,0,0,.21); }
.life-stage-card p strong { font-size: 24px; line-height: 1.25; }
.life-stage-card p small { color: #0d4c92; font-family: var(--eq-heading-font); font-size: 18px; font-style: normal; font-weight: 400; line-height: 1.29167; text-shadow: 0 3px 0 rgba(0,0,0,.21); -webkit-text-stroke: 2px #fff; }
.life-stage-card span { display: block; margin-top: 18px; opacity: .7; text-align: center; }
.life-stage-card img { display: block; height: 150px; margin: 18px auto 0; max-width: 100%; object-fit: contain; object-position: center; }
.life-stage-card--newborn { background: var(--eq-purple-gradient); }
.life-stage-card--toddler { background: var(--eq-green-gradient); }
.series-grid { display: grid; gap: 28px; grid-template-columns: repeat(5, 1fr); margin-top: 36px; }
.series-card, .product-card { align-items: center; border: 1px solid #d7d7d7; border-radius: 20px; display: flex; justify-content: center; padding: 18px; text-align: center; text-decoration: none; }
.series-card { aspect-ratio: 1; height: 200px; justify-self: center; width: 200px; }
.series-card, .news-card, .available-pack-card { transition: box-shadow .22s ease, transform .22s ease; }
.series-card:hover, .series-card:focus-visible, .news-card:hover, .news-card:focus-visible, .available-pack-card:hover, .available-pack-card:focus-visible { box-shadow: 0 14px 32px rgba(11, 76, 145, .15); transform: translateY(-5px); }
.series-card img { max-height: 155px; max-width: 155px; object-fit: contain; width: auto; }
.eq-series .section-title-row > a { color: var(--eq-primary); font-family: var(--eq-heading-font); font-size: 1.2rem; font-weight: 400; paint-order: stroke fill; text-decoration: none; text-shadow: 0 3px 0 rgba(11,76,145,.14); -webkit-text-stroke: 1px #fff; }
.eq-cta { background: none !important; overflow: hidden; padding: 0; position: relative; }
.eq-cta::before, .eq-cta::after { content: none !important; display: none !important; }
.eq-cta img { display: block; height: auto; min-height: 300px; object-fit: cover; object-position: center; width: 100%; }
.eq-cta__content { left: max(5vw, 28px); position: absolute; top: 16%; z-index: 2; }
.eq-cta__content .eq-heading { font-size: clamp(2rem, 3.2vw, 3.4rem); text-align: left; }
.recognition-grid, .review-grid, .news-grid, .product-grid { display: grid; gap: 28px; margin-top: 48px; }
.recognition-grid { grid-template-columns: repeat(5, 1fr); }
.recognition-card { align-items: center; background: transparent; border: 0; display: flex; height: 190px; justify-content: center; padding: 10px; text-align: center; }
.recognition-card img { height: 170px; max-width: 100%; object-fit: contain; width: auto; }
.review-grid { grid-template-columns: repeat(3, 1fr); }
.review-grid.eq-carousel__track { align-items: stretch; }
.review-card { align-items: center; background: linear-gradient(180deg, #ecf8ff 0%, #d3efff 100%); border: 1px solid #d9d9d9; border-radius: 12px; color: #4e4e4e; display: flex; flex-direction: column; font-family: "VAG Rounded", "Arial Rounded MT Bold", Arial, sans-serif; font-size: 16px; font-style: normal; font-weight: 700; gap: 8px; height: auto; justify-content: flex-start; line-height: 1.3; max-width: 366px; min-height: 240px; padding: 18px 20px; width: 100%; }
.review-card__copy { flex: 1 1 auto; margin: 0; text-align: left; width: 100%; }
.eq-reviews .eq-heading, .eq-news .eq-heading { text-shadow: 0 4px 0 rgba(11,76,145,.16); -webkit-text-stroke: 2px #fff; }
.review-card strong { align-self: flex-end; color: var(--eq-primary); margin-left: auto; margin-top: 0; text-align: right; }
.stars { align-items: center; color: #ff8b13; display: flex; font-size: 30px; font-weight: 900; letter-spacing: .11em; line-height: 1; min-height: 36px; width: 100%; }
.section-actions { display: flex; gap: 18px; justify-content: center; margin-top: 48px; }
.section-intro { margin: 0 auto; max-width: 650px; text-align: center; }
.eq-news .section-intro { font-weight: 700; }
.news-grid { grid-template-columns: repeat(4, 1fr); }
.news-card { border-radius: 16px; min-height: 380px; overflow: hidden; position: relative; }
.news-card img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.news-card::after { background: linear-gradient(transparent, rgba(11,76,145,.95)); content: ""; inset: 0; position: absolute; }
.news-card span { align-content: end; bottom: 0; color: #fff; display: grid; gap: 10px; left: 0; min-height: 58%; padding: 24px; position: absolute; right: 0; z-index: 1; }
.news-card span strong { font-family: var(--eq-body-font); font-size: 21px; font-weight: 700; line-height: 1.08; }
.news-card span small {
	display: -webkit-box;
	font-family: var(--eq-body-font);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.eq-carousel { --carousel-gap: 28px; --slides-per-view: 3; margin-top: 42px; position: relative; }
.eq-carousel--news { --slides-per-view: 4; }
.eq-carousel--recognitions {
	--slides-per-view: 5;
	margin-inline: auto;
	max-width: 1062px;
}
.eq-carousel--recognitions-1 { max-width: 190px; }
.eq-carousel--recognitions-2 { max-width: 408px; }
.eq-carousel--recognitions-3 { max-width: 626px; }
.eq-carousel--recognitions-4 { max-width: 844px; }
.eq-carousel__viewport { overflow: hidden; padding: 8px 3px 24px; }
.eq-carousel__track { display: flex; gap: var(--carousel-gap); margin: 0; transition: transform .4s ease; }
.eq-carousel__slide { flex: 0 0 calc((100% - (var(--slides-per-view) - 1) * var(--carousel-gap)) / var(--slides-per-view)); min-width: 0; }
.eq-carousel__slide > * { width: 100%; }
.recognition-card > img { height: 170px; max-width: 180px; object-fit: contain; width: 100%; }
.eq-carousel__control { align-items: center; background: #e9f8ff; border: 1px solid #249fe8; border-radius: 50%; color: var(--eq-primary); cursor: pointer; display: flex; font-family: Arial, sans-serif; font-size: 0; font-weight: 900; height: 44px; justify-content: center; line-height: 0; padding: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 44px; z-index: 3; }
.eq-carousel__control::before {
	border-right: 3px solid currentColor;
	border-top: 3px solid currentColor;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
}
.eq-carousel__control--prev::before { transform: rotate(-135deg); }
.eq-carousel__control--next::before { transform: rotate(45deg); }
.eq-carousel__control--prev { left: -48px; }
.eq-carousel__control--next { right: -48px; }
.eq-carousel__control:disabled { cursor: default; opacity: .28; }
.eq-carousel__control[hidden], .eq-carousel__dots[hidden] { display: none; }
.eq-carousel__dots { align-items: center; display: flex; gap: 2px; justify-content: center; min-height: 24px; }
.eq-carousel__dot { align-items: center; background: transparent; border: 0; cursor: pointer; display: inline-flex; height: 24px; justify-content: center; padding: 0; width: 24px; }
.eq-carousel__dot::before { background: #c9efff; border-radius: 50%; content: ""; height: 9px; transition: background-color .2s ease, transform .2s ease; width: 9px; }
.eq-carousel__dot.is-active::before { background: #249fe8; transform: scale(1.15); }
.eq-news__filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 26px 0 8px; }
.eq-news__filter { background: var(--eq-yellow-button); border: 1px solid #fff8c0; border-radius: 999px; color: var(--eq-primary); cursor: pointer; font-family: var(--eq-body-font); font-weight: 700; min-width: 132px; padding: 11px 22px; }
.eq-news__filter.is-active, .eq-news__filter:hover, .eq-news__filter:focus-visible { background: var(--eq-yellow-button); border-color: var(--eq-primary-2); box-shadow: 0 0 0 2px rgba(36, 159, 232, .16); color: var(--eq-primary); outline: 0; }
.site-footer { background: var(--eq-footer-gradient); color: #fff; margin-top: 100px; padding: 0 0 30px; }
.footer-clouds { background:
	radial-gradient(circle at 7% 100%, #fff 0 72px, transparent 73px),
	radial-gradient(circle at 23% 100%, #fff 0 55px, transparent 56px),
	radial-gradient(circle at 40% 100%, #fff 0 82px, transparent 83px),
	radial-gradient(circle at 62% 100%, #fff 0 60px, transparent 61px),
	radial-gradient(circle at 81% 100%, #fff 0 75px, transparent 76px),
	radial-gradient(circle at 96% 100%, #fff 0 62px, transparent 63px);
	height: 145px; transform: translateY(-1px);
}
.footer-grid { display: grid; gap: 80px; grid-template-columns: 1fr 240px; padding-block: 72px; }
.site-footer h2, .site-footer a { color: #fff; }
.site-footer h2 { -webkit-text-stroke: 2px var(--eq-primary); paint-order: stroke fill; text-shadow: 0 3px 0 rgba(4,38,75,.28); }
.site-footer .footer-menu a { font-weight: 700; -webkit-text-stroke: .35px var(--eq-primary); paint-order: stroke fill; }
.site-footer .eq-button--yellow { color: var(--eq-primary); }
.footer-bottom { display: flex; font-size: .875rem; justify-content: space-between; }
.product-grid { grid-template-columns: repeat(3, 1fr); }
.product-detail { display: grid; gap: 50px; grid-template-columns: 1fr 1fr; }
.series-hero { background: #e8f7ff; min-height: 260px; overflow: hidden; }
.series-hero.has-image { background-color: transparent; background-image: none; min-height: 0; }
.series-hero__image { display: block; height: auto; max-height: 620px; object-fit: cover; width: 100%; }
.series-hero--wipes.eq-hero--fullscreen { height: calc(100vh - var(--eq-hero-offset, 117px)); height: calc(100svh - var(--eq-hero-offset, 117px)); max-height: none; min-height: 0; width: 100%; }
.series-hero--wipes.eq-hero--fullscreen .series-hero__image { height: 100%; max-height: none; object-fit: cover; object-position: center center; width: 100%; }
.series-hero__placeholder { align-items: center; display: flex; justify-content: center; min-height: 340px; }
.series-products { padding-block: clamp(90px, 10vw, 150px) clamp(78px, 9vw, 125px); }
.series-intro { margin-bottom: 22px; max-width: 900px; }
.series-intro__logo { height: auto; margin-bottom: 18px; max-width: 230px; }
.series-intro .eq-heading { font-size: clamp(2.25rem, 4vw, 3.4rem); margin: 0 0 8px; text-align: left; }
.series-intro p { color: var(--eq-primary); margin: 3px 0; }
.series-intro__subtitle { font-size: 1rem; font-weight: 400; }
.series-intro__tagline { font-size: 1.08rem; font-weight: 700; }
.series-intro__legacy-content { color: var(--eq-primary); font-weight: 700; }
.product-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.product-filter { background: #fff; border: 1px solid var(--eq-primary-2); border-radius: 999px; color: var(--eq-primary); cursor: pointer; font-weight: 700; padding: 9px 18px; }
.product-filter.is-active, .product-filter:hover, .product-filter:focus-visible { background: var(--eq-blue-button); color: #fff; outline: 0; }
.eq-carousel--series-products { --carousel-gap: 24px; --slides-per-view: 4; margin-top: 22px; }
.eq-carousel--series-products .eq-carousel__viewport { padding: 8px 3px 18px; }
.series-product-grid.eq-carousel__track { display: flex; gap: var(--carousel-gap); margin: 0; }
.eq-carousel--series-products .eq-carousel__control { height: 34px; top: -52px; width: 34px; }
.eq-carousel--series-products .eq-carousel__control--prev { left: auto; right: 44px; }
.eq-carousel--series-products .eq-carousel__control--next { right: 0; }
.eq-carousel--series-products .eq-carousel__control::before { border-width: 2px; height: 8px; width: 8px; }
.eq-carousel--series-products .eq-carousel__dots { display: none; }
.series-product-card {
	background: var(--Off-Blue, #eff9ff);
	border: 1px solid var(--border, #d9d9d9);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 16px;
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.series-product-card:hover, .series-product-card:focus-within { border-color: #a9cde3; box-shadow: 0 16px 36px rgba(11, 76, 145, .14); transform: translateY(-6px); }
.series-product-card__main { align-items: center; background: #fff; border: 1px solid #b8dceb; border-radius: 10px; display: flex; justify-content: center; min-height: 230px; overflow: hidden; }
.series-product-card__image { height: 215px; object-fit: contain; transition: opacity .18s ease, transform .28s ease; width: 100%; }
.series-product-card:hover .series-product-card__image { transform: scale(1.025); }
.series-product-card__image.is-switching, .product-showcase__image.is-switching { opacity: .35; }
.product-image-placeholder { align-items: center; color: #72889a; display: flex; justify-content: center; min-height: 210px; }
.series-product-card__thumbs { display: flex; flex-wrap: nowrap; gap: 7px; margin-top: 12px; min-height: 46px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; padding: 1px 1px 2px; scrollbar-width: none; scroll-snap-type: inline proximity; }
.series-product-card__thumbs::-webkit-scrollbar { display: none; }
.product-thumb { -webkit-appearance: none; appearance: none; background: #fff; border: 1px solid #d9d9d9; border-radius: 4px; caret-color: transparent; color: transparent; cursor: pointer; flex: 0 0 44px; font-size: 0; height: 44px; line-height: 0; overflow: hidden; padding: 3px; scroll-snap-align: start; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; width: 44px; }
.product-thumb:focus { outline: 0; }
.product-thumb.is-active { border-color: var(--eq-primary-2); box-shadow: 0 0 0 1px rgba(36, 159, 232, .18); }
.product-thumb:hover { border-color: var(--eq-primary-2); transform: translateY(-1px); }
.product-thumb:focus-visible { border-color: var(--eq-primary-2); box-shadow: 0 0 0 3px rgba(36, 159, 232, .28); outline: 0; }
.product-thumb img { height: 100%; object-fit: contain; width: 100%; }
.series-product-card__content { margin-top: 12px; }
.series-product-card__content small { color: #52697a; display: block; font-size: .75rem; }
.series-product-card__content h2, .series-product-card__content h3 { font-family: var(--eq-body-font); font-size: 1rem; line-height: 1.2; margin: 8px 0 4px; }
.series-product-card__content h2 a,
.series-product-card__content h2 a:visited,
.series-product-card__content h2 a:hover,
.series-product-card__content h2 a:focus,
.series-product-card__content h2 a:active,
.series-product-card__content h3 a,
.series-product-card__content h3 a:visited,
.series-product-card__content h3 a:hover,
.series-product-card__content h3 a:focus,
.series-product-card__content h3 a:active { color: var(--eq-primary); text-decoration: none; }
.series-product-card__content p { font-size: .8rem; margin: 0; }
.series-product-card__content [data-variant-subtext]:empty { display: none; }
.series-product-card__product-title { color: var(--eq-primary); font-weight: 700; line-height: 1.3; }
.series-product-card__meta { color: #466578; font-weight: 700; padding-top: 8px; }
.series-size-guide { background: #fff; padding-block: clamp(70px, 8vw, 115px); }
.series-size-guide__layout { align-items: start; display: grid; gap: clamp(50px, 9vw, 140px); grid-template-columns: .9fr 1.1fr; }
.series-size-guide__intro .eq-heading { text-align: left; }
.series-size-guide__intro p { color: var(--eq-primary); font-size: 1.1rem; font-weight: 700; max-width: 470px; }
.size-guide-table { color: var(--eq-primary); overflow: hidden; }
.size-guide-row { background: transparent; border-bottom: 1px solid #d9e8ef; display: grid; gap: 24px; grid-template-columns: 1fr 1fr; padding: 11px 4px; }
.size-guide-row span { font-weight: 700; text-align: right; }
.size-guide-row small { color: #60798a; }
.size-guide-row + .size-guide-row { border-top: 0; }
.series-feq { background: #fff; padding: clamp(90px, 10vw, 145px) 0 clamp(120px, 13vw, 190px); text-align: center; }
.series-feq__inner { align-items: center; display: flex; flex-direction: column; }
.series-feq__logo { height: auto; max-width: 330px; }
.series-feq__list { max-width: 900px; text-align: left; width: 100%; }
.series-feq .feq-item { border-radius: 4px; padding: 17px 22px; }
.series-feq .feq-item summary { font-family: var(--eq-body-font); font-size: 1rem; font-weight: 700; }
.series-feq__more { margin-top: 34px; }
.other-series { padding: 70px 0 110px; }
.other-series__grid { display: grid; gap: 24px; grid-template-columns: repeat(4, minmax(0, 170px)); justify-content: center; margin-top: 38px; }
.other-series .series-card { aspect-ratio: 1; height: auto; max-width: 170px; width: 100%; }
.other-series .series-card img { display: block; height: 132px; max-height: none; max-width: none; object-fit: contain; width: 132px; }
.series-feq__placeholder { align-items: center; border: 2px dashed var(--eq-primary-2); color: var(--eq-primary); display: flex; font-family: var(--eq-heading-font); font-size: 2rem; justify-content: center; min-height: 120px; padding: 20px; width: min(100%, 330px); }
.series-feq p { max-width: 720px; }
.eq-diapers-catalog { padding-block: clamp(35px, 5vw, 70px); }
.eq-diapers-series { padding-block: clamp(65px, 8vw, 105px); }
.eq-diapers-series + .eq-diapers-series { border-top: 1px solid #edf3f7; }
.eq-diapers-series .series-intro .eq-heading a { color: inherit; text-decoration: none; }
.eq-diapers-feq-cta { padding-block: clamp(100px, 12vw, 170px); text-align: center; }
.eq-diapers-feq-cta .series-feq__logo { margin-inline: auto; }
.eq-diapers-feq-cta p { margin: 18px auto 26px; max-width: 720px; }
.feq-list { display: grid; gap: 16px; margin-top: 48px; }
.feq-item { background: var(--Off-Blue, #eff9ff); border: 1px solid var(--border, #d9d9d9); border-radius: 15px; padding: 20px 24px; }
.feq-item summary { color: var(--eq-primary); cursor: pointer; font-family: var(--eq-heading-font); font-size: 1.25rem; }
.feq-item__answer { padding-top: 16px; }
.feq-item summary { align-items: center; display: flex; justify-content: space-between; list-style: none; }
.feq-item summary::-webkit-details-marker { display: none; }
.feq-item summary::after { content: "+"; flex: 0 0 auto; font-family: var(--eq-body-font); font-size: 1.25rem; margin-left: 20px; }
.feq-item[open] summary::after { content: "−"; }
.eq-feq-hero { background: linear-gradient(180deg, #d2eeff 0%, #eef9ff 100%); color: var(--eq-primary); padding: clamp(80px, 11vw, 150px) 0 clamp(70px, 9vw, 120px); text-align: center; }
.eq-feq-logo { display: block; height: auto; margin: 0 auto; max-width: min(540px, 82vw); width: 100%; }
.eq-feq-hero p, .product-feqs__subtitle { color: var(--eq-primary); font-family: var(--eq-heading-font); font-size: clamp(1.05rem, 2vw, 1.45rem); margin: 38px 0 0; }
.eq-feq-groups { padding-block: clamp(80px, 10vw, 145px); }
.eq-feq-groups__inner { display: grid; gap: clamp(70px, 9vw, 120px); max-width: 920px; }
.eq-feq-group h2 { color: var(--eq-primary); font-family: var(--eq-heading-font); font-size: clamp(1.4rem, 2.6vw, 2rem); margin: 0; }
.eq-feq-group .feq-list { gap: 12px; margin-top: 24px; }
.eq-feq-group .feq-item { background: #fff; border-color: #8ed2f5; border-radius: 5px; padding: 18px 24px; }
.eq-feq-group .feq-item[open] { background: #d6efff; }
.eq-feq-group .feq-item summary { font-family: var(--eq-body-font); font-size: 1rem; font-weight: 700; }
.eq-feq-group .feq-item__answer { border: 1px solid #8ed2f5; border-radius: 5px; color: #4e4e4e; margin: 18px -24px -18px; padding: 22px 24px; }
.eq-feq-group .feq-item__answer > :first-child { margin-top: 0; }
.eq-feq-group .feq-item__answer > :last-child { margin-bottom: 0; }
.eq-feq-group .feq-read-more { display: flex; margin: 30px auto 0; }
.eq-feq-size-guide { background: #eaf7ff; padding-block: clamp(80px, 10vw, 145px); }
.eq-feq-size-guide__header { margin: 0 auto clamp(62px, 8vw, 105px); text-align: center; }
.eq-feq-size-guide__header .eq-heading { margin-bottom: 10px; }
.eq-feq-size-guide__header p {
	font-family: "VAG Rounded Std Bold", var(--eq-body-font);
	font-weight: 700;
	margin: 0;
}
.eq-feq-size-guide__groups { display: grid; gap: clamp(70px, 8vw, 110px); }
.eq-feq-size-guide__group { align-items: start; display: grid; gap: clamp(50px, 10vw, 150px); grid-template-columns: minmax(260px, .8fr) minmax(380px, 1.2fr); }
.eq-feq-size-guide__intro h3 { align-items: center; color: var(--eq-primary); display: flex; font-family: var(--eq-heading-font); font-size: clamp(2rem, 4vw, 3.25rem); gap: 10px; margin: 0 0 16px; }
.eq-feq-size-guide__intro h3 img { height: auto; max-width: clamp(58px, 7vw, 92px); width: 100%; }
.eq-feq-size-guide__intro p { color: var(--eq-primary); font-size: 1.15rem; font-weight: 700; max-width: 430px; }
.eq-feq-size-guide__table { color: var(--eq-primary); font-weight: 700; }
.eq-feq-size-guide__row { border-bottom: 1px solid #cddfe9; display: grid; gap: 24px; grid-template-columns: 1fr 1fr; padding: 11px 8px; }
.eq-feq-size-guide__row span { text-align: right; }
.eq-feq-contact { background: linear-gradient(180deg, #fff 0%, #f3fbff 100%); padding: clamp(100px, 13vw, 190px) 0 clamp(150px, 18vw, 260px); text-align: center; }
.eq-feq-contact .eq-heading { margin-bottom: 6px; }
.eq-feq-contact p { margin: 0; }
.eq-feq-contact a {
	color: var(--eq-primary);
	font-family: "VAG Rounded Std Bold", var(--eq-body-font);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
.eq-legal-hero {
	background: linear-gradient(180deg, #d2eeff 0%, #eff9ff 72%, #fff 100%);
	color: var(--eq-primary);
	padding: clamp(72px, 9vw, 125px) 0 clamp(82px, 10vw, 145px);
	text-align: center;
}
.eq-legal-hero__inner { align-items: center; display: flex; flex-direction: column; }
.eq-legal-hero__logo { height: 92px; margin-bottom: 10px; object-fit: contain; width: 150px; }
.eq-legal-hero__eyebrow {
	font-family: "VAG Rounded Std Bold", var(--eq-body-font);
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.eq-legal-hero .eq-heading { font-size: clamp(2.75rem, 6vw, 5.5rem); margin: 0; }
.eq-legal-hero > .eq-container > p:not(.eq-legal-hero__eyebrow) {
	font-family: "VAG Rounded Std Bold", var(--eq-body-font);
	font-size: clamp(1rem, 2vw, 1.3rem);
	font-weight: 700;
	margin: 18px auto 10px;
	max-width: 700px;
}
.eq-legal-hero small { color: #4e6c80; font-weight: 700; }
.eq-legal-content { padding-top: clamp(40px, 6vw, 80px); }
.eq-legal-content__layout {
	align-items: start;
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
}
.eq-legal-card {
	background: #fff;
	border: 1px solid #d9eaf4;
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(11, 76, 145, .08);
	color: #4e4e4e;
	font-size: 1.05rem;
	line-height: 1.75;
	padding: clamp(28px, 5vw, 64px);
}
.eq-legal-card > :first-child { margin-top: 0; }
.eq-legal-card > :last-child { margin-bottom: 0; }
.eq-legal-card h2 {
	color: var(--eq-primary);
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	margin: 2.1em 0 .55em;
}
.eq-legal-card p { margin: 0 0 1.35em; }
.eq-legal-contact {
	background: linear-gradient(180deg, #ecf8ff 0%, #d3efff 100%);
	border: 1px solid #73cbff;
	border-radius: 18px;
	padding: 30px;
	position: sticky;
	top: 130px;
}
.eq-legal-contact h2 { color: var(--eq-primary); font-family: var(--eq-heading-font); margin: 0 0 12px; }
.eq-legal-contact p { line-height: 1.55; margin: 0 0 24px; }
.eq-content-placeholder { align-items: center; background: repeating-linear-gradient(135deg, #f7fcff, #f7fcff 12px, #eef8fd 12px, #eef8fd 24px); border: 2px dashed #8fcbed; border-radius: 12px; color: var(--eq-primary); display: flex; flex-direction: column; gap: 8px; justify-content: center; min-height: 150px; padding: 24px; text-align: center; width: 100%; }
.eq-content-placeholder small { color: #516d80; font-family: var(--eq-body-font); }
.product-hero-detail { background: linear-gradient(180deg, #dff5ff 0%, #fff 100%); padding-block: clamp(48px, 7vw, 100px); }
.product-hero-detail__grid { align-items: center; display: grid; gap: clamp(36px, 6vw, 90px); grid-template-columns: 1.05fr .95fr; }
.product-showcase { display: grid; gap: 18px; grid-template-columns: 96px 1fr; min-width: 0; }
.product-showcase__thumbs { display: flex; flex-direction: column; gap: 12px; max-height: 560px; overflow-x: hidden; overflow-y: auto; overscroll-behavior-block: contain; padding: 1px 3px 1px 1px; scrollbar-width: none; scroll-snap-type: block proximity; }
.product-showcase__thumbs::-webkit-scrollbar { display: none; }
.product-showcase__thumb { border-radius: 6px; flex: 0 0 88px; height: 88px; scroll-snap-align: start; width: 88px; }
.product-showcase__main { align-items: center; background: #fff; border: 1px solid #a9d8ef; border-radius: 12px; display: flex; justify-content: center; min-height: 560px; overflow: hidden; padding: 34px; }
.product-showcase__image { height: 500px; object-fit: contain; transition: opacity .18s ease, transform .28s ease; width: 100%; }
.product-showcase__main:hover .product-showcase__image { transform: scale(1.025); }
.product-hero-detail__content h1 { color: var(--eq-primary); font-family: var(--eq-heading-font); font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1; margin: 14px 0; text-shadow: 0 3px 0 rgba(0, 0, 0, .21); -webkit-text-stroke: 2px #fff; paint-order: stroke fill; }
.product-badge { background: linear-gradient(92deg, #d2eeff 0.79%, #eff9ff 98.74%); border: 1px solid #73cbff; border-radius: 999px; color: var(--eq-primary); display: inline-flex; font-weight: 700; padding: 7px 14px; text-decoration: none; transition: filter .2s ease, transform .2s ease; }
.product-badge:hover, .product-badge:focus-visible { filter: brightness(.97); transform: translateY(-1px); }
.product-hero-detail__toolbar { align-items: center; display: flex; justify-content: space-between; margin-bottom: 18px; }
.product-share { align-items: center; background: transparent; border: 0; color: #4e4e4e; cursor: pointer; display: inline-flex; font-size: 1.7rem; height: 44px; justify-content: center; padding: 0; width: 44px; }
.product-share img { display: block; height: 25px; width: 22px; }
.product-share:hover, .product-share:focus-visible { color: var(--eq-primary); transform: translateY(-1px); }
.product-share-menu { position: relative; }
.product-share-options { background: #fff; border: 1px solid #b9dff4; border-radius: 10px; box-shadow: 0 12px 30px rgba(11, 76, 145, .16); min-width: min(310px, calc(100vw - 36px)); overflow: hidden; padding: 8px; position: absolute; right: 0; top: calc(100% + 6px); z-index: 20; }
.product-share-options[hidden] { display: none; }
.product-share-options input { background: #eff9ff; border: 1px solid #b9dff4; border-radius: 6px; color: #4e4e4e; font-family: var(--eq-body-font); font-size: .75rem; margin-bottom: 5px; padding: 8px; width: 100%; }
.product-share-options :is(a, button) { background: transparent; border: 0; border-radius: 6px; color: var(--eq-primary); cursor: pointer; display: block; font-family: var(--eq-body-font); font-size: .95rem; font-weight: 700; padding: 9px 11px; text-align: left; text-decoration: none; width: 100%; }
.product-share-options :is(a, button):hover, .product-share-options :is(a, button):focus-visible { background: #eff9ff; }
.product-share-options__actions { display: grid; gap: 6px; grid-template-columns: repeat(3, 1fr); margin-top: 5px; }
.product-share-options__actions :is(a, button) { align-items: center; display: flex; flex-direction: column; gap: 5px; justify-content: center; min-height: 66px; padding: 8px 4px; text-align: center; }
.product-share-options__actions svg { fill: currentColor; height: 22px; width: 22px; }
.product-share-options__actions span { font-size: .75rem; line-height: 1; }
.product-variant-subtext { color: var(--eq-primary); font-weight: 700; margin-bottom: 4px; }
.product-variant-meta { color: var(--eq-primary); font-weight: 800; }
.product-shop-links { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.product-shop-links__primary { display: flex; flex-wrap: wrap; gap: 12px; }
.product-shop-links__secondary { align-items: center; color: #59636a; display: flex; flex-wrap: wrap; font-size: .82rem; gap: 10px; }
.product-shop-links .eq-button { min-height: 46px; padding: 12px 22px; }
.product-shop-link { align-items: center; display: inline-flex; gap: 9px; justify-content: center; }
.product-shop-link img { flex: 0 0 auto; height: 24px; object-fit: contain; width: 24px; }
.product-shop-link--tiktok { align-items: center; background: #000; border: 1px solid #000; border-radius: 999px; color: #fff; display: inline-flex; font-family: Omnes, var(--eq-body-font); font-size: .78rem; font-style: italic; font-weight: 700; gap: 6px; justify-content: center; line-height: 1; min-height: 30px; padding: 6px 12px; text-decoration: none; }
.product-shop-link--tiktok img { height: 18px; width: 18px; }
.product-shop-link--tiktok:hover, .product-shop-link--tiktok:focus-visible { background: #202020; color: #fff; }
.available-pack-card.is-current { border-color: var(--eq-primary); box-shadow: 0 0 0 2px rgba(11,76,145,.12); }
.product-lifestyle-gallery__grid { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); margin-top: 36px; }
.product-lifestyle-gallery figure { border-radius: 18px; margin: 0; overflow: hidden; }
.product-lifestyle-gallery img { display: block; height: 360px; object-fit: cover; transition: transform .35s ease; width: 100%; }
.product-lifestyle-gallery figure:hover img { transform: scale(1.025); }
.comfort-features { padding-block: clamp(90px, 11vw, 165px); }
.comfort-features__grid { display: grid; gap: 28px; grid-template-columns: repeat(2, 1fr); margin-top: 54px; }
.comfort-feature { align-items: center; border: 1px solid #9ed9f5; border-radius: 10px; display: grid; gap: 24px; grid-template-columns: 128px 1fr; min-height: 190px; padding: 30px; }
.comfort-feature__icon { aspect-ratio: 1; display: block; height: auto; object-fit: contain; width: 128px; }
.comfort-feature h3 { color: var(--eq-primary); margin: 0; }
.comfort-feature p { margin-bottom: 0; }
.product-cta { background: linear-gradient(110deg, #fff5d2, #d9f3ff 54%, #d9edff); min-height: 440px; overflow: hidden; position: relative; }
.product-cta__background { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.product-cta__inner { align-items: center; display: grid; min-height: 440px; position: relative; z-index: 1; }
.product-cta__inner:not(.has-background) { grid-template-columns: 1fr; }
.product-cta__content { max-width: 570px; padding-block: 72px; text-align: left; }
.product-cta__content .eq-subheading { color: var(--eq-primary); font-size: clamp(2rem, 3.25vw, 3rem); line-height: 1.05; margin-bottom: 16px; max-width: 570px; text-align: left; text-shadow: 0 3px 0 rgba(0, 0, 0, .16); -webkit-text-stroke: 2px #fff; paint-order: stroke fill; }
.product-cta__content p { margin-bottom: 24px; max-width: 540px; text-align: left; }
.product-cta__media { padding-block: 48px; }
.available-packs { text-align: left; }
.available-packs .eq-heading { margin-bottom: 4px; text-align: left; }
.available-packs__eyebrow { color: #5a6a76; font-size: .95rem; margin: 0; }
.available-packs__intro { color: var(--eq-primary); font-weight: 700; margin: 3px 0 0; }
.eq-carousel--packs { --carousel-gap: 24px; --slides-per-view: 5; margin-top: 36px; }
.eq-carousel--packs .eq-carousel__control { top: -50px; }
.eq-carousel--packs .eq-carousel__control--prev { left: auto; right: 54px; }
.eq-carousel--packs .eq-carousel__control--next { right: 0; }
.eq-carousel--packs .eq-carousel__control:disabled { opacity: .62; }
.available-packs__grid.eq-carousel__track { display: flex; gap: 24px; margin-top: 0; }
.available-pack-card { background: var(--Off-Blue, #eff9ff); border: 1px solid var(--border, #d9d9d9); border-radius: 15px; color: var(--eq-primary); display: flex; flex-direction: column; gap: 12px; min-height: 260px; padding: 20px; text-align: center; text-decoration: none; }
.available-pack-card img { height: 170px; object-fit: contain; width: 100%; }
.available-pack-card small { color: #4e4e4e; }
.product-feqs { padding-block: clamp(100px, 13vw, 180px); text-align: center; }
.product-feqs .feq-list { text-align: left; }
.product-feqs__logo { display: block; height: auto; margin: 0 auto; max-width: min(430px, 80vw); width: 100%; }
.product-feqs__subtitle { font-weight: 700; margin-top: 30px; }
.product-feqs__description { color: #4e4e4e; font-family: var(--eq-body-font); font-weight: 700; margin: 20px auto 0; max-width: 760px; }
.product-feqs__description p { margin: 0; }
.product-feqs__description :is(a, strong) { color: #a9d272; font-weight: 700; }
.product-feqs__description .product-feqs__keyword-link {
	border-bottom: 2px solid currentColor;
	color: #a9d272;
	font-family: "VAG Rounded Std Bold", var(--eq-body-font);
	font-weight: 700;
	text-decoration: none;
}
.product-feqs__description .product-feqs__keyword-link:hover,
.product-feqs__description .product-feqs__keyword-link:focus-visible { color: #78a83a; }
.product-feqs > .eq-container > p:not(.product-feqs__subtitle) { margin-inline: auto; max-width: 760px; }
.product-feqs .eq-button { margin-top: 18px; }
.product-feqs .feq-read-more { display: inline-flex; margin-top: 28px; }

.product-review-form-section { padding-top: clamp(70px, 9vw, 120px); }
.product-review-form { background: #d8f1ff; border: 1px dashed #58b9ed; border-radius: 12px; margin: 48px auto 0; max-width: 620px; padding: clamp(28px, 5vw, 56px); }
.product-review-form label { color: var(--eq-primary); font-weight: 700; }
.product-review-form input, .product-review-form select, .product-review-form textarea { background: #fff; border: 1px solid #a9d8ef; }
.review-archive-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); }
.review-form-section { margin-top: 80px; max-width: 720px; }
.review-form p { display: grid; gap: 8px; }
.review-form input, .review-form select, .review-form textarea { border: 1px solid #9ab4cb; border-radius: 8px; padding: 12px; width: 100%; }
.eq-review-hero { align-items: center; background: linear-gradient(115deg, #eff9ff 0%, #d2eeff 48%, #bde6ff 100%); display: flex; min-height: clamp(320px, 34vw, 520px); overflow: hidden; position: relative; text-align: center; width: 100%; }
.eq-review-hero::before { background: url("../images/reviews/reviews-hero-decoration.svg") center / cover no-repeat; content: ""; inset: 0; pointer-events: none; position: absolute; }
.eq-review-hero::after { background: radial-gradient(circle at 20% 14%, rgba(255,255,255,.5) 0 36px, transparent 37px), radial-gradient(circle at 78% 30%, rgba(255,255,255,.32) 0 20px, transparent 21px); content: ""; inset: 0; pointer-events: none; position: absolute; }
.eq-review-hero .eq-container { position: relative; z-index: 1; }
.eq-review-hero .eq-heading { font-size: clamp(2rem, 3.4vw, 3.75rem); line-height: 1.08; margin-inline: auto; max-width: none; width: 100%; }
.eq-review-hero p { color: var(--eq-primary); font-family: var(--eq-body-font); font-size: clamp(1rem, 1.35vw, 1.25rem); font-weight: 700; margin: 14px auto 32px; max-width: none; width: 100%; }
.eq-review-testimonials .eq-heading { text-align: center; }
.review-showcase-grid.eq-carousel__track { align-items: stretch; }
.review-showcase-card {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	box-shadow: 0 4px 0 rgba(0,0,0,.12);
	color: var(--eq-primary);
	display: grid;
	grid-template-rows: auto auto 1fr;
	min-height: 460px;
	padding: clamp(30px, 3.2vw, 46px);
	row-gap: 12px;
}
.review-showcase-card__copy {
	display: -webkit-box;
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
	font-weight: 700;
	line-height: 1.24;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
.review-showcase-card__copy > :first-child { margin-top: 0; }
.review-showcase-card__copy > :last-child { margin-bottom: 0; }
.review-showcase-card__reviewer { align-items: center; color: #4e4e4e; display: flex; font-size: .9rem; gap: 12px; justify-content: space-between; }
.review-verified { background: #e9fecc; border-radius: 3px; color: #3e6c22; font-size: .78rem; font-weight: 700; padding: 5px 9px; }
.review-showcase-card__product,
.review-showcase-card__product:visited { align-items: end; align-self: end; border-radius: 10px; color: var(--eq-primary); display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr) 92px; margin: 0 -10px -10px; padding: 30px 10px 10px; text-decoration: none; transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.review-showcase-card__product:hover,
.review-showcase-card__product:focus-visible { background: #eff9ff; box-shadow: 0 0 0 2px #73cbff; color: var(--eq-primary); transform: translateY(-2px); }
.review-showcase-card__product strong, .review-showcase-card__product small { display: block; }
.review-showcase-card__product strong,
.review-showcase-card__product small,
.review-showcase-card__product:visited strong,
.review-showcase-card__product:visited small { color: var(--eq-primary); }
.review-showcase-card__product strong { font-size: 1rem; line-height: 1.25; }
.review-showcase-card__product small { font-size: .78rem; margin-top: 5px; }
.review-showcase-card__image { height: 76px; object-fit: contain; width: 92px; }
.eq-review-carousel .eq-carousel__dots { margin-top: 22px; }
.review-submit-disclosure { margin: clamp(45px, 7vw, 80px) auto 0; max-width: 720px; text-align: center; }
.review-submit-disclosure summary { display: inline-flex; list-style: none; }
.review-submit-disclosure summary::-webkit-details-marker { display: none; }
.review-submit-disclosure[open] summary { margin-bottom: 28px; }
.review-submit-disclosure .review-form { background: #eff9ff; border: 1px solid #b9dff4; border-radius: 14px; padding: clamp(24px, 5vw, 48px); text-align: left; }
.honeypot { left: -9999px; position: absolute; }
.form-notice { border-radius: 8px; padding: 16px; }
.form-notice--success { background: #e3f8e5; }
.form-notice--error { background: #ffe8e8; color: #8b1010; }
.empty-state { border: 2px dashed #c8dce5; grid-column: 1 / -1; padding: 30px; text-align: center; }

/* About Us page. */
.eq-about-intro { padding-bottom: clamp(36px, 5vw, 68px); }
.eq-about-intro .section-intro { max-width: 980px; }
.eq-about-story { padding-top: clamp(36px, 5vw, 68px); }
.eq-about-story__grid { align-items: center; display: grid; gap: clamp(48px, 7vw, 100px); grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); }
.eq-about-story__copy .eq-heading { font-size: clamp(1.85rem, 3.4vw, 3rem); text-align: left; }
.eq-about-story__copy .eq-heading span { display: inline-block; white-space: nowrap; }
.eq-about-story__text { color: #4e4e4e; font-size: 17px; line-height: 1.65; }
.eq-about-story__media img, .eq-image-placeholder { aspect-ratio: 4 / 3; border-radius: 18px; display: block; object-fit: cover; width: 100%; }
.eq-image-placeholder { align-items: center; background: #eff9ff; border: 2px dashed #79bde5; color: var(--eq-primary); display: flex; justify-content: center; min-height: 360px; padding: 32px; text-align: center; }
.eq-series__label-row { color: var(--eq-primary); font-family: var(--eq-heading-font); font-size: 1.3rem; margin-top: 42px; }
.eq-parent-stories { overflow: hidden; padding-bottom: 32px; }
.eq-photo-marquee { display: grid; gap: 18px; margin-top: 58px; overflow: hidden; width: 100%; }
.eq-photo-marquee.is-loading { opacity: 0; }
.eq-photo-marquee.is-ready { opacity: 1; transition: opacity .3s ease; }
.eq-photo-marquee.is-loading .eq-photo-marquee__track { animation-play-state: paused; }
.eq-photo-marquee__row { overflow: hidden; }
.eq-photo-marquee__track { animation: eq-marquee-left 46s linear infinite; display: flex; gap: 18px; width: max-content; }
.eq-photo-marquee__row.is-reverse .eq-photo-marquee__track { animation-direction: reverse; animation-duration: 52s; }
.eq-photo-marquee.is-placeholder .eq-photo-marquee__track { animation: none; }
.eq-photo-marquee:hover .eq-photo-marquee__track,
.eq-photo-marquee:focus-within .eq-photo-marquee__track { animation-play-state: paused; }
.eq-photo-marquee__item { border-radius: 18px; flex: 0 0 280px; height: 230px; overflow: hidden; }
.eq-photo-marquee__item img { height: 100%; object-fit: cover; width: 100%; }
.eq-photo-marquee__placeholder { align-items: center; background: linear-gradient(180deg, #eff9ff, #d9f1ff); border: 2px dashed #79bde5; color: var(--eq-primary); display: flex; justify-content: center; padding: 18px; text-align: center; }
@keyframes eq-marquee-left { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 9px)); } }
.eq-story-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 52px; }
.eq-story-card a { color: var(--eq-primary); display: block; text-align: center; text-decoration: none; }
.eq-story-card__media { aspect-ratio: 16 / 9; background: #eff9ff; border-radius: 14px; overflow: hidden; position: relative; }
.eq-story-card__media img { height: 100%; object-fit: cover; width: 100%; }
.eq-story-card__media > span:not(.eq-story-card__play) { align-items: center; display: flex; height: 100%; justify-content: center; padding: 20px; }
.eq-story-card__play { align-items: center; background: rgba(11,76,145,.9); border-radius: 50%; color: #fff; display: flex; font-family: Arial, sans-serif; height: 58px; justify-content: center; left: 50%; opacity: 0; position: absolute; top: 50%; transform: translate(-50%, -45%); transition: opacity .2s ease, transform .2s ease; width: 58px; }
.eq-story-card a:hover .eq-story-card__play,
.eq-story-card a:focus-visible .eq-story-card__play { opacity: 1; transform: translate(-50%, -50%); }
.eq-story-card h3 { font-family: var(--eq-body-font); font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 700; margin: 18px 0 0; paint-order: stroke fill; text-shadow: 0 2px 0 rgba(11,76,145,.14); -webkit-text-stroke: 1px #fff; }

/* Elementor Theme Builder shell alignment. */
.elementor-location-header {
	border: 0 !important;
	background: #fff;
	box-shadow: none !important;
	position: sticky !important;
	top: 0;
	z-index: 1000;
}
.elementor-location-header > .e-con.elementor-sticky--active {
	animation: none !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	position: static !important;
	top: auto !important;
	width: 100% !important;
}
.elementor-location-header > .elementor-sticky__spacer {
	display: none !important;
}
.elementor-location-header::before {
	align-items: center;
	background: var(--eq-header-gradient);
	color: #fff;
	content: "Designed for every stage, with comfort in mind" !important;
	display: flex !important;
	font-family: var(--eq-body-font);
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.35;
	max-height: 50px;
	min-height: 34px;
	padding: 7px 18px;
	text-align: center;
	transition: max-height .24s ease, min-height .24s ease, opacity .18s ease, padding .24s ease;
	width: 100%;
}
.elementor-location-header.is-scrolled::before {
	max-height: 0;
	min-height: 0;
	opacity: 0;
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 0;
}
.elementor-location-header > .e-con {
	background: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
	min-height: 100px !important;
	padding-bottom: 8px !important;
	padding-top: 8px !important;
}
body.admin-bar .elementor-location-header { top: 32px; }
.site-header { position: sticky; top: 0; z-index: 1000; }
body.eq-header-scrolled .announcement-bar { display: none; }
body.admin-bar .site-header { top: 32px; }
.elementor-location-header .elementor-widget-theme-site-logo {
	align-self: center;
	text-align: left;
}
.elementor-location-footer .elementor-widget-theme-site-logo {
	align-self: flex-start;
	text-align: left;
}
.elementor-location-header .elementor-widget-theme-site-logo img,
.elementor-location-footer .elementor-widget-theme-site-logo img {
	height: 84px !important;
	max-width: 190px;
	object-fit: contain;
	width: auto !important;
}
.elementor-location-header .elementor-nav-menu--main .elementor-item {
	color: var(--eq-primary) !important;
	font-family: var(--eq-body-font);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}
.elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-header .elementor-nav-menu--main .elementor-item:focus-visible,
.elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active { color: var(--eq-primary-2) !important; }
.elementor-location-header .elementor-button {
	background: var(--eq-blue-button) !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-family: var(--eq-body-font);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.1;
	min-height: 48px;
	min-width: 190px;
	padding: 14px 26px !important;
}
.elementor-location-header .elementor-button:hover,
.elementor-location-header .elementor-button:focus-visible {
	box-shadow: 0 8px 20px rgba(11, 76, 145, .22);
	transform: translateY(-1px);
}
.elementor-location-header .elementor-button,
.elementor-location-header .elementor-button-content-wrapper,
.elementor-location-header .elementor-button-text {
	align-items: center;
	justify-content: center;
	text-align: center;
}
.elementor-location-header .elementor-button {
	display: inline-flex !important;
}
.elementor-location-header .elementor-button-content-wrapper {
	display: inline-flex !important;
	height: 100%;
	width: 100%;
}
.elementor-location-header .elementor-button-text {
	display: block;
	line-height: 1.2 !important;
	margin: 0;
}
.elementor-location-footer {
	color: #fff;
	font-family: var(--eq-body-font);
	margin-top: 0;
}
.elementor-location-footer > .e-con:first-of-type {
	background: var(--eq-footer-gradient) !important;
	padding: 170px max(5vw, 24px) 42px !important;
}
.elementor-location-footer > .e-con:first-of-type > .e-con-inner > .e-con {
	margin-top: 0 !important;
}
.elementor-location-footer > .e-con:nth-of-type(2) {
	min-height: 96px !important;
	padding: 16px max(5vw, 24px) !important;
}
.elementor-location-footer > .e-con:nth-of-type(3) {
	min-height: 64px !important;
	padding: 18px max(5vw, 24px) !important;
}
.elementor-location-footer :is(h1, h2, h3, h4, h5, h6, p, a, .elementor-icon-list-text) {
	color: #fff !important;
	text-shadow: none !important;
	-webkit-text-stroke: 0 !important;
}
.elementor-location-footer .elementor-heading-title {
	color: #fff !important;
	font-family: var(--eq-heading-font);
	line-height: 1.2;
	-webkit-text-stroke: 2px #0b4c91 !important;
	paint-order: stroke fill;
	text-shadow: 0 3px 0 rgba(0, 0, 0, .28) !important;
}
.elementor-location-footer .elementor-widget-text-editor,
.elementor-location-footer .elementor-icon-list-text {
	color: #fff !important;
	font-family: var(--eq-body-font);
	-webkit-text-stroke: 1px #0b4c91 !important;
	paint-order: stroke fill;
	text-shadow: 0 3px 0 rgba(0, 0, 0, .21) !important;
}
.elementor-location-footer .elementor-widget-text-editor {
	font-size: 16px;
	line-height: 1.55;
}
.elementor-location-footer .elementor-icon-list-text,
.elementor-location-footer .elementor-icon-list-item a {
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	-webkit-text-stroke: 1px #0b4c91 !important;
	paint-order: stroke fill;
	text-shadow: 0 3px 0 rgba(0, 0, 0, .21) !important;
}
.elementor-location-footer .elementor-widget-icon-list .elementor-icon-list-item {
	min-height: 28px;
}
.elementor-location-footer .elementor-button {
	background: var(--eq-yellow-button) !important;
	border-radius: 999px !important;
}
.elementor-location-footer .elementor-button-text {
	color: var(--eq-primary) !important;
}
.elementor-location-footer .elementor-social-icon {
	background: #fff !important;
	border: 2px solid #fff;
	border-radius: 4px !important;
	color: #0b4c91 !important;
	height: 38px;
	width: 38px;
}
.elementor-location-footer .elementor-social-icon :is(i, svg) {
	color: #0b4c91 !important;
	fill: #0b4c91 !important;
}
.elementor-location-footer > .e-con:nth-of-type(3) .elementor-widget-text-editor:last-child,
.elementor-location-footer > .e-con:nth-of-type(3) .elementor-widget-text-editor:last-child :is(p, a),
.elementor-location-footer > .e-con:nth-of-type(3) .elementor-widget-heading:last-child .elementor-heading-title,
.elementor-location-footer .elementor-element-3dec44a0 .elementor-heading-title {
	color: rgba(255, 255, 255, .52) !important;
	font-family: var(--eq-body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: right;
	-webkit-text-stroke: 0 !important;
	text-shadow: none !important;
}

/* Contact Us */
.eq-contact-hero {
	align-items: center;
	background: linear-gradient(90deg, #0b4c91 0%, #249fe8 58%, #d9f3ff 100%);
	display: flex;
	height: clamp(210px, 26.6vw, 510px);
	overflow: hidden;
	position: relative;
}
.eq-contact-hero::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, 0) 58%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}
.eq-contact-hero.is-placeholder::before {
	background: radial-gradient(circle at 80% 45%, rgba(255, 255, 255, .44), transparent 28%);
	content: "";
	inset: 0;
	position: absolute;
}
.eq-contact-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}
.eq-contact-hero__content { color: var(--eq-primary); padding-left: clamp(48px, 8vw, 120px); position: relative; z-index: 1; }
.eq-contact-hero h1 {
	color: var(--eq-primary);
	font-family: var(--eq-heading-font);
	font-size: clamp(2.4rem, 4vw, 4.5rem);
	line-height: 1.05;
	margin: 0 0 12px;
	max-width: 620px;
	-webkit-text-stroke: 2px #fff;
	paint-order: stroke fill;
	text-shadow: 0 4px 0 rgba(11, 76, 145, .16);
}
.eq-contact-hero p {
	color: var(--eq-primary);
	font-size: clamp(1rem, 1.55vw, 1.35rem);
	font-weight: 700;
	margin: 0;
	max-width: 620px;
	-webkit-text-stroke: .75px #fff;
	paint-order: stroke fill;
	text-shadow: 0 2px 0 rgba(11, 76, 145, .12);
}
.eq-contact-hero small { background: rgba(255, 255, 255, .9); border-radius: 8px; color: var(--eq-primary); display: inline-block; margin-top: 24px; padding: 9px 12px; }
.eq-contact-content {
	background: linear-gradient(180deg, #eff9ff 0%, #fff 72%);
	padding-bottom: clamp(180px, 20vw, 330px);
	padding-top: clamp(72px, 8vw, 120px);
}
.eq-contact-layout { align-items: start; display: grid; gap: clamp(44px, 6vw, 90px); grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); }
.eq-contact-form-panel {
	background: transparent;
	padding: 0;
}
.eq-contact-form,
.eq-contact-form .wpcf7-form { display: grid; gap: 22px; }
.eq-contact-form label,
.eq-contact-form-panel .wpcf7-form > p {
	color: var(--eq-primary);
	display: grid;
	font-family: var(--eq-body-font);
	font-size: 17px;
	font-weight: 700;
	gap: 9px;
	margin: 0 0 22px;
}
.eq-contact-form-panel .wpcf7-form-control-wrap { display: block; width: 100%; }
.eq-contact-form :is(input, select, textarea),
.eq-contact-form-panel .wpcf7-form-control:not(.wpcf7-submit) {
	background: #eff9ff;
	border: 1px solid #73cbff;
	border-radius: 12px;
	color: #333;
	font-family: var(--eq-body-font);
	font-size: 17px;
	min-height: 58px;
	padding: 14px 18px;
	width: 100%;
}
.eq-contact-form select,
.eq-contact-form-panel select.wpcf7-form-control {
	appearance: none;
	background-color: #d2eeff !important;
	background-image: linear-gradient(45deg, transparent 50%, #0b4c91 50%), linear-gradient(135deg, #0b4c91 50%, transparent 50%) !important;
	background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50% !important;
	background-repeat: no-repeat !important;
	background-size: 6px 6px, 6px 6px !important;
	cursor: pointer;
	padding-right: 52px !important;
}
.eq-contact-form textarea,
.eq-contact-form-panel textarea.wpcf7-form-control {
	min-height: 150px;
	resize: vertical;
}
.eq-contact-form :is(input, select, textarea):focus,
.eq-contact-form-panel .wpcf7-form-control:not(.wpcf7-submit):focus {
	box-shadow: 0 0 0 3px rgba(36, 159, 232, .18);
	outline: 2px solid var(--eq-primary);
	outline-offset: 1px;
}
.eq-contact-form button,
.eq-contact-form-panel .wpcf7-submit {
	background: linear-gradient(93deg, #f69329 -3.67%, #fffaf4 66.34%, #fbc68e 98.88%);
	border: 1px solid #fbc68e;
	border-radius: 999px;
	color: var(--eq-primary);
	cursor: pointer;
	font-family: var(--eq-body-font);
	font-size: 18px;
	font-weight: 900;
	min-height: 54px;
	padding: 14px 32px;
	width: 100%;
}
.eq-contact-form button:hover,
.eq-contact-form-panel .wpcf7-submit:hover { box-shadow: 0 9px 22px rgba(246, 147, 41, .24); transform: translateY(-1px); }
.eq-contact-form button:disabled { cursor: not-allowed; opacity: .65; }
.eq-contact-form__notice { background: #fff8c0; border-radius: 10px; color: #4e4e4e; font-size: 14px; margin: 0; padding: 12px; }
.eq-contact-form-panel .wpcf7-not-valid-tip { color: #b42318; font-size: 14px; margin-top: 6px; }
.eq-contact-form-panel .wpcf7-response-output { border-radius: 10px; margin: 18px 0 0 !important; padding: 12px 16px !important; }
.eq-office-list { display: grid; gap: 18px; }
.eq-office-card {
	border-radius: 12px;
	color: var(--eq-primary);
	padding: 22px 25px;
	transition: box-shadow .25s ease, transform .25s ease;
}
@media (hover: hover) and (pointer: fine) {
	.eq-office-card:hover,
	.eq-office-card:focus-within {
		box-shadow: 0 12px 26px rgba(11, 76, 145, .12);
		transform: translateY(-3px);
	}
}
.eq-office-card--head { background: linear-gradient(101deg, #d2eeff 3.14%, #eff9ff 61.82%, #e0f4ff 94.88%); border: 1px solid #249fe8; }
.eq-office-card--luzon { background: linear-gradient(101deg, #ffe3c5 3.14%, #fffaf4 61.82%, #ffe3c5 94.88%); border: 1px solid #fbc68e; }
.eq-office-card--visayas { background: linear-gradient(101deg, #e9fecc 3.14%, #fffaf4 61.82%, #e9fecc 94.88%); border: 1px solid #a9d272; }
.eq-office-card--mindanao { background: linear-gradient(101deg, #e9d4ff 3.14%, #f6eeff 61.82%, #e9d4ff 94.88%); border: 1px solid #8766ac; }
.eq-office-card h2 {
	color: #4e4e4e;
	font-family: var(--eq-body-font);
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .01em;
	line-height: 1.35;
	margin: 0 0 14px;
	text-transform: uppercase;
	-webkit-text-stroke: 0;
}
.eq-office-card p { color: #4e4e4e; font-size: 17px; font-weight: 700; line-height: 1.55; margin: 0; }
.eq-office-card a { color: #4e4e4e; display: inline-block; font-size: 16px; font-weight: 300; margin-top: 12px; text-decoration: none; }

/* Standard WordPress single post */
.eq-single-post { background: #fff; }
.eq-article__header {
	background: linear-gradient(180deg, #d2eeff 0%, #fff 100%);
	padding: clamp(48px, 6vw, 82px) 0 clamp(42px, 5vw, 68px);
	text-align: center;
}
.eq-article__featured {
	aspect-ratio: 16 / 7;
	background: #fff;
	border-radius: 20px;
	margin: 0 auto clamp(30px, 4vw, 48px);
	max-width: 980px;
	overflow: hidden;
}
.eq-article__featured img { display: block; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.eq-article__featured.eq-image-placeholder { align-items: center; border: 2px dashed #73cbff; color: var(--eq-primary); display: flex; justify-content: center; padding: 28px; }
.eq-article__title {
	color: var(--eq-primary);
	font-family: var(--eq-heading-font);
	font-size: clamp(2.2rem, 4.5vw, 4rem);
	line-height: 1.08;
	margin: 0 auto 16px;
	max-width: 1050px;
	-webkit-text-stroke: 2px #fff;
	paint-order: stroke fill;
	text-shadow: 0 4px 0 rgba(11, 76, 145, .15);
}
.eq-article__meta {
	align-items: center;
	color: var(--eq-primary);
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	margin: 0;
}
.eq-article__meta a { color: inherit; font-weight: 900; text-decoration: none; }
.eq-article__meta a:hover,
.eq-article__meta a:focus-visible { text-decoration: underline; }
.eq-article__content {
	color: #3f3f3f;
	font-family: var(--eq-body-font);
	font-size: 18px;
	line-height: 1.72;
	margin: 0 auto;
	max-width: 900px;
	padding-block: clamp(58px, 7vw, 100px);
}
.eq-article__content > :first-child { margin-top: 0; }
.eq-article__content > :last-child { margin-bottom: 0; }
.eq-article__content :is(h2, h3, h4) {
	color: #303030;
	font-family: var(--eq-body-font);
	font-weight: 900;
	line-height: 1.25;
	margin: 2.1em 0 .65em;
}
.eq-article__content h2 { font-size: clamp(1.65rem, 2.4vw, 2.15rem); }
.eq-article__content h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
.eq-article__content :is(p, ul, ol, blockquote, figure) { margin-block: 0 1.45em; }
.eq-article__content :is(ul, ol) { padding-left: 1.4em; }
.eq-article__content img { border-radius: 14px; height: auto; max-width: 100%; }
.eq-article__content a { font-weight: 700; }
.eq-single-post .eq-news { padding-top: clamp(68px, 8vw, 110px); }
.eq-single-post .eq-stories { padding-bottom: clamp(100px, 12vw, 170px); }

/* What's New */
.eq-whats-new-hero {
	aspect-ratio: 1920 / 760;
	background: linear-gradient(90deg, #d2eeff, #eff9ff);
	overflow: hidden;
	width: 100%;
}
.eq-whats-new-hero__image { display: block; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.eq-whats-new-hero.is-placeholder { align-items: center; color: var(--eq-primary); display: flex; font-weight: 700; text-align: center; }
.eq-tiktok-section { padding-bottom: clamp(90px, 10vw, 150px); }
.eq-tiktok-empty { margin: clamp(42px, 6vw, 68px) auto 0; max-width: 720px; text-align: center; }
.eq-tiktok-profile-frame {
	margin: clamp(42px, 6vw, 68px) auto 0;
	max-width: 980px;
	min-height: 520px;
	overflow: hidden;
	width: 100%;
}
.eq-tiktok-profile-frame .tiktok-embed {
	margin-inline: auto !important;
	max-width: 980px !important;
	min-width: 288px !important;
	width: 100% !important;
}
.eq-tiktok-profile-frame iframe { border: 0; display: block; margin-inline: auto; max-width: 100%; width: 100%; }
.eq-tiktok-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: clamp(42px, 6vw, 68px) auto 0; max-width: 980px; }
.eq-tiktok-card {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(11, 76, 145, .06);
	overflow: hidden;
	transition: box-shadow .25s ease, transform .25s ease;
}
@media (hover: hover) and (pointer: fine) {
	.eq-tiktok-card:hover,
	.eq-tiktok-card:focus-within { box-shadow: 0 14px 32px rgba(11, 76, 145, .14); transform: translateY(-4px); }
}
.eq-tiktok-card__media { aspect-ratio: 9 / 16; background: #eff9ff; overflow: hidden; position: relative; }
.eq-tiktok-card__media iframe { border: 0; height: 100%; width: 100%; }
.eq-tiktok-card__media > a { display: block; height: 100%; position: relative; }
.eq-tiktok-card__media img { height: 100%; object-fit: cover; width: 100%; }
.eq-tiktok-card__play { align-items: center; background: rgba(11, 76, 145, .9); border-radius: 50%; color: #fff; display: flex; height: 62px; justify-content: center; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 62px; }
.eq-tiktok-card__play::before { border-bottom: 10px solid transparent; border-left: 16px solid currentColor; border-top: 10px solid transparent; content: ""; margin-left: 4px; }
.eq-tiktok-card__body { color: #4e4e4e; display: grid; font-size: 14px; gap: 8px; padding: 12px 14px 16px; }
.eq-tiktok-card__body p { line-height: 1.4; margin: 0; }
.eq-tiktok-card__body strong { color: #333; }
.eq-tiktok-card__action { align-items: center; display: flex; gap: 8px; justify-content: space-between; }
.eq-tiktok-card__action span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.eq-tiktok-card__action a { background: #ff2f68; border-radius: 999px; color: #fff; flex: 0 0 auto; font-size: 12px; font-weight: 700; padding: 6px 13px; text-decoration: none; }
.eq-tiktok-section .section-actions { margin-top: clamp(46px, 7vw, 78px); }
.eq-whats-new-news { padding-bottom: clamp(100px, 12vw, 180px); }
.eq-whats-new-news .eq-news__filters { gap: 18px; margin-block: 28px clamp(48px, 6vw, 72px); }
.eq-whats-new-news .eq-news__filter {
	background: var(--eq-yellow-button);
	border: 1px solid #fff8c0;
	min-width: 132px;
	padding: 11px 22px;
}
.eq-whats-new-news .eq-news__filter.is-active,
.eq-whats-new-news .eq-news__filter:hover,
.eq-whats-new-news .eq-news__filter:focus-visible { background: var(--eq-yellow-button); border-color: var(--eq-primary-2); color: var(--eq-primary); }
.eq-whats-new-grid { display: grid; gap: 30px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.eq-whats-new-grid .news-card { display: block; min-height: 390px; }
.eq-whats-new-grid .news-card[hidden] { display: none; }
.eq-whats-new-news .eq-carousel__dots { margin-top: 48px; }

.eq-promo-hero { background: #eef9ff; width: 100%; }
.eq-promo-hero img { display: block; height: auto; width: 100%; }
.eq-promo-content { background: linear-gradient(180deg, #d2eeff 0%, #fff 22%); padding-block: clamp(64px, 8vw, 120px); }
.eq-promo-content__inner { max-width: 1120px; }
.eq-promo-content__header { margin: 0 auto clamp(42px, 6vw, 76px); text-align: center; }
.eq-promo-content__header p { color: var(--eq-primary); font-weight: 700; margin-inline: auto; max-width: 760px; }
.eq-promo-content__body { background: #fff; border: 1px solid #d9d9d9; border-radius: 20px; box-shadow: 0 18px 46px rgba(11, 76, 145, .1); color: #4e4e4e; padding: clamp(28px, 5vw, 72px); }
.eq-promo-content__body h2,
.eq-promo-content__body h3 { color: var(--eq-primary); font-family: var(--eq-heading-font); }
.eq-promo-content__body h3 { font-size: clamp(2rem, 4vw, 3.25rem); text-align: center; }
.eq-promo-content__body p,
.eq-promo-content__body li { font-family: var(--eq-body-font); font-size: 1rem; line-height: 1.65; }
.eq-promo-content__body p > strong:only-child,
.eq-promo-content__body p > b:only-child { color: var(--eq-primary); display: inline-block; font-size: 1.08rem; margin-top: 24px; }
.eq-promo-content__body img { border-radius: 12px; display: block; height: auto; margin: 24px auto; max-width: 100%; width: 100%; }

@media (min-width: 901px) {
	.eq-hero--fullscreen { height: calc(100vh - var(--eq-hero-offset, 117px)); height: calc(100svh - var(--eq-hero-offset, 117px)); }
}

@media (min-width: 641px) {
	.eq-life-stages > .eq-container > .eq-heading {
		font-size: clamp(1.55rem, 3.2vw, 2.75rem);
		line-height: 1.08;
		max-width: none;
		white-space: nowrap;
		width: 100%;
	}
}

@media (max-width: 900px) {
	.eq-tiktok-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.eq-tiktok-card:last-child { grid-column: 1 / -1; justify-self: center; max-width: 330px; width: 100%; }
	.eq-whats-new-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.eq-hero--fullscreen { height: auto; min-height: 0; }
	.eq-hero--fullscreen .eq-hero__image { height: auto; min-height: 0; object-fit: contain; }
	.eq-home .eq-hero--fullscreen .eq-hero__content { top: 44%; }
	.eq-home .eq-hero__content .eq-button { font-size: 13px; min-height: 40px; padding: 9px 18px; }
	.eq-contact-layout { grid-template-columns: 1fr; }
	.eq-office-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.eq-about-story__grid { gap: 42px; grid-template-columns: 1fr 1fr; }
	.eq-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.life-stage-card { min-height: 330px; padding: 26px; }
	.life-stage-card img { height: 145px; margin-top: 18px; }
	.eq-carousel { --slides-per-view: 2; }
	.eq-carousel--recognitions { max-width: 408px; }
	.eq-carousel__control--prev { left: -14px; }
	.eq-carousel__control--next { right: -14px; }
	.elementor-location-header::before { font-size: 13px; min-height: 31px; padding-block: 6px; }
	.elementor-location-header > .e-con { min-height: 88px !important; padding-inline: 18px !important; }
	.elementor-location-header .elementor-widget-theme-site-logo img,
	.elementor-location-footer .elementor-widget-theme-site-logo img { height: 72px !important; max-width: 165px; }
	.elementor-location-header .elementor-widget-nav-menu { margin-left: auto; }
	.elementor-location-header .elementor-menu-toggle { color: var(--eq-primary); margin-left: auto; }
	.elementor-location-header .elementor-menu-toggle,
	.elementor-location-header .elementor-menu-toggle .eicon-menu-bar { align-items: center; justify-content: center; }
.elementor-location-header .elementor-nav-menu--dropdown { background: #fff !important; box-shadow: 0 16px 28px rgba(11, 76, 145, .14); }
	.elementor-location-footer > .e-con:first-of-type { padding: 135px 28px 40px !important; }
	.elementor-location-footer > .e-con:first-of-type > .e-con-inner > .e-con { flex-wrap: wrap; gap: 44px; }
	.site-header { min-height: 74px; }
	.site-header__inner { flex-wrap: wrap; min-height: 74px; padding-block: 10px; }
	.site-branding { max-width: 130px; }
	.custom-logo { max-height: 72px; }
	.main-navigation { justify-content: flex-end; }
	.main-navigation .menu-toggle { align-items: center; background: var(--eq-blue-button); border: 0; border-radius: 8px; color: #fff; display: inline-flex; font-size: 1.5rem; height: 44px; justify-content: center; padding: 0; width: 48px; }
	.main-navigation .menu-main-menu-container, .main-navigation > div:not(.menu-toggle) { flex-basis: 100%; order: 3; }
	.main-navigation ul { align-items: stretch; background: #fff; border-top: 1px solid #dce9f1; box-shadow: 0 16px 28px rgba(11, 76, 145, .12); display: none; flex-direction: column; gap: 0; left: 0; padding: 12px 24px 20px; position: absolute; top: 100%; width: 100%; z-index: 1000; }
	.main-navigation.toggled ul { display: flex; }
	.main-navigation li { width: 100%; }
	.main-navigation li a { padding: 12px 4px; }
	.site-header__inner { position: relative; }
	.header-club-link { display: none; }
	.series-grid { grid-template-columns: repeat(3, 1fr); }
	.review-grid, .review-archive-grid { grid-template-columns: 1fr; }
	.news-grid { grid-template-columns: repeat(2, 1fr); }
	.series-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.product-hero-detail__grid, .series-size-guide__layout, .product-cta__inner { grid-template-columns: 1fr; }
	.eq-feq-size-guide__group { gap: 40px; grid-template-columns: 1fr; }
	.eq-feq-size-guide__intro { text-align: center; }
	.eq-feq-size-guide__intro p { margin-inline: auto; }
	.available-packs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
	.eq-whats-new-hero { aspect-ratio: 4 / 3; }
	.eq-whats-new-hero__image { object-position: center; }
	.eq-tiktok-profile-frame { min-height: 440px; overflow-x: auto; }
	.eq-tiktok-grid { grid-template-columns: 1fr; }
	.eq-tiktok-card:last-child { grid-column: auto; max-width: none; }
	.eq-whats-new-grid { grid-template-columns: 1fr; }
	.eq-carousel--recognitions { max-width: min(100%, 220px); }
	.review-showcase-card { min-height: 430px; padding: 30px 26px; }
	.eq-whats-new-news .eq-news__filters { gap: 10px; }
	.eq-whats-new-news .eq-news__filter { min-width: 0; padding: 9px 15px; }
	.eq-contact-hero { height: 260px; }
	.eq-contact-hero::after { background: linear-gradient(90deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0)); }
	.eq-contact-hero__content { text-align: center; }
	.eq-contact-hero__content { padding-inline: 24px; }
	.eq-contact-hero h1, .eq-contact-hero p { margin-inline: auto; }
	.eq-contact-layout, .eq-office-list { grid-template-columns: 1fr; }
	.eq-contact-content { padding-bottom: 120px; padding-top: 52px; }
	.eq-contact-form-panel { padding: 0; }
	.eq-office-card { padding: 20px; }
	.eq-article__header { padding-top: 32px; }
	.eq-article__featured { aspect-ratio: 4 / 3; border-radius: 14px; margin-bottom: 28px; }
	.eq-article__title { -webkit-text-stroke-width: 1px; }
	.eq-article__content { font-size: 16px; line-height: 1.65; padding-block: 52px; }
	.eq-about-story__grid, .eq-story-grid { grid-template-columns: 1fr; }
	.eq-about-story__copy .eq-heading { text-align: center; }
	.eq-about-story__text { font-size: 16px; }
	.eq-photo-marquee { gap: 12px; margin-top: 38px; }
	.eq-photo-marquee__track { gap: 12px; }
	.eq-photo-marquee__item { border-radius: 14px; flex-basis: 210px; height: 175px; }
	.eq-carousel { --carousel-gap: 18px; --slides-per-view: 1; }
	.eq-carousel__control { height: 44px; width: 44px; }
	.eq-carousel__control--prev { left: -8px; }
	.eq-carousel__control--next { right: -8px; }
	.eq-cta img { min-height: 250px; object-position: 68% center; }
	.eq-cta__content { left: 18px; top: 10%; width: 52%; }
	.eq-cta__content .eq-heading { font-size: 1.8rem; }
	.elementor-location-header::before { font-size: 12px; line-height: 1.3; min-height: 30px; }
	.elementor-location-header > .e-con { min-height: 80px !important; }
	.elementor-location-header .elementor-widget-theme-site-logo img,
	.elementor-location-footer .elementor-widget-theme-site-logo img { height: 64px !important; max-width: 148px; }
	.elementor-location-header .elementor-button { align-items: center !important; font-size: 14px; justify-content: center !important; min-height: 48px; min-width: 160px; padding: 12px 18px !important; }
	.elementor-location-footer .elementor-icon-list-text,
	.elementor-location-footer .elementor-icon-list-item a { font-size: 15px !important; }
	.elementor-location-footer > .e-con:first-of-type { padding: 105px 20px 34px !important; }
	.elementor-location-footer > .e-con:nth-of-type(2),
	.elementor-location-footer > .e-con:nth-of-type(3) { padding: 18px 20px !important; }
	.eq-container { padding-inline: 18px; }
	.eq-section { padding-block: 56px; }
	.eq-section--compact { padding-block: 44px; }
	.eq-heading { -webkit-text-stroke-width: 1px; }
	.life-stage-grid, .footer-grid, .product-detail { grid-template-columns: 1fr; }
	.life-stage-labels { font-size: 1.25rem; }
	.life-stage-card h2 { font-size: 40px; }
	.life-stage-card p strong { font-size: 21px; }
	.life-stage-card p small { font-size: 17px; }
	.life-stage-card { min-height: 0; padding: 24px 22px; }
	.life-stage-card img { height: 140px; margin-top: 18px; }
	.life-stage-card span { margin-top: 18px; }
	.custom-logo { max-height: 64px; }
	body.admin-bar .elementor-location-header,
	body.admin-bar .site-header { top: 46px; }
	.series-grid { grid-template-columns: repeat(2, 1fr); }
	.series-card { height: auto; width: 100%; }
	.series-card img { max-height: 130px; max-width: 85%; }
	.recognition-grid, .news-grid, .product-grid { grid-template-columns: 1fr; }
	.series-product-grid { grid-template-columns: 1fr; }
	.eq-hero { min-height: 250px; }
	.eq-hero.has-hero-image { min-height: 0; }
	.eq-hero__image { min-height: 0; object-fit: contain; object-position: center; }
	.eq-hero__content { bottom: 8%; }
	.eq-home .eq-hero__content .eq-button { font-size: 11px; min-height: 34px; padding: 7px 14px; white-space: nowrap; }
	.product-showcase { grid-template-columns: 1fr; }
	.product-showcase__thumbs { flex-direction: row; gap: 10px; max-height: none; order: 2; overflow-x: auto; overflow-y: hidden; padding: 2px; scroll-snap-type: inline proximity; }
	.product-showcase__thumb { flex-basis: 68px; height: 68px; width: 68px; }
	.product-showcase__main { min-height: 330px; }
	.product-showcase__image { height: 300px; }
	.eq-feq-group .feq-item { padding: 16px; }
	.eq-feq-group .feq-item__answer { margin: 16px -16px -16px; padding: 18px 16px; }
	.eq-feq-size-guide__row { font-size: .95rem; }
	.size-guide-table { border: 0; overflow: visible; }
	.size-guide-row { border: 0; border-bottom: 1px solid #d9e8ef; border-radius: 0; grid-template-columns: 1fr 1fr; margin-bottom: 0; }
	.size-guide-row--head { display: none; }
	.other-series__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.other-series .series-card { max-width: 160px; min-height: 160px; }
	.other-series .series-card img { height: 112px; width: 112px; }
	.series-hero.has-image { background: none !important; min-height: 0; }
	.series-hero.has-image .series-hero__image { background: transparent; height: auto; min-height: 0; object-fit: contain; width: 100%; }
	.series-hero.has-image .eq-content-placeholder,
	.series-hero.has-image .series-hero__placeholder { display: none !important; }
	.product-lifestyle-gallery__grid, .comfort-features__grid, .available-packs__grid { grid-template-columns: 1fr; }
	.eq-legal-content__layout { grid-template-columns: 1fr; }
	.eq-legal-contact { position: static; }
	.comfort-feature { gap: 18px; grid-template-columns: 88px 1fr; min-height: 0; padding: 22px; }
	.comfort-feature__icon { width: 88px; }
	.product-shop-links__primary { display: grid; grid-template-columns: 1fr; }
	.product-shop-link { width: 100%; }
	.product-shop-link--tiktok { width: auto; }
	.section-title-row, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
	.section-actions { align-items: stretch; flex-direction: column; }
	.footer-clouds { height: 100px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
	.eq-reveal { opacity: 1 !important; transform: none !important; }
	.eq-photo-marquee__track { animation: none !important; transform: none !important; }
	.eq-office-card { transform: none !important; }
	.eq-tiktok-card { transform: none !important; }
}
