/* campaign.css */
/* iPhone 18 campaign + scoped PDP experience. Loaded only on es-ip18 routes. */

body.es-ip18 {
	background: #f2f4f5;
	padding: 0;
}

body.es-ip18 #page,
body.es-ip18-product #page {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	min-height: 100vh;
	padding: 0; /* Storefront adds 62px above the content on handhelds. */
}

body.es-ip18 .site-content > .col-full {
	max-width: none;
	padding: 0;
}

body.es-ip18 .site-footer {
	margin: 0;
}

body.es-ip18,
body.es-ip18-product {
	overflow-x: clip;
}

body.es-ip18 [hidden] {
	display: none !important;
}

body.es-ip18-product .woocommerce-breadcrumb {
	color: #8b8e95;
	font-size: 13px;
	margin: 0 0 8px;
	padding: 0;
}

body.es-ip18-product .woocommerce-breadcrumb a {
	color: #5b5e66;
}

/* ---------- shared ---------- */

.es-ip18-main {
	color: #17181c;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.es-ip18-section-title {
	font-size: clamp(26px, 3.4vw, 40px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0;
}

.es-ip18-cases,
.es-ip18-compare,
.es-ip18-protection,
.es-ip18-faq,
.es-ip18-editorial,
.es-ip18-editorial-tiles {
	margin: 0 auto;
	max-width: 1240px;
	padding: 72px 32px 0;
}

.es-ip18-faq {
	padding-bottom: 88px;
}

/* ---------- header ---------- */

.es-ip18-header {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid rgba(23, 24, 28, .08);
	display: flex;
	gap: 28px;
	height: 72px;
	justify-content: space-between;
	padding: 0 32px;
	position: sticky;
	top: 0;
	z-index: 110;
}

.es-ip18-header__brand {
	align-items: center;
	color: #17181c !important;
	display: flex;
	font-size: 17px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: -0.01em;
	min-width: 0;
	overflow: hidden;
	text-decoration: none !important;
	white-space: nowrap;
}

.es-ip18-header__brand span {
	overflow: hidden;
	text-overflow: ellipsis;
}

.es-ip18-header__brand img {
	border-radius: 9px;
	display: block;
	height: 34px;
	object-fit: cover;
	width: 34px;
}

.es-ip18-header__nav {
	display: flex;
	gap: 4px;
}

.es-ip18-header__nav a {
	border-radius: 999px;
	color: #4c4f57 !important;
	font-size: 14.5px;
	font-weight: 600;
	padding: 9px 16px;
	text-decoration: none !important;
}

.es-ip18-header__nav a:hover {
	background: #f2f4f5;
	color: #17181c !important;
}

.es-ip18-header__side {
	align-items: center;
	display: flex;
	gap: 18px;
}

.es-ip18-header__cart {
	align-items: center;
	background: #17181c;
	border-radius: 999px;
	color: #fff !important;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	min-height: 44px;
	padding: 8px 18px;
	text-decoration: none !important;
}

.es-ip18-header__cart .es-rail-icon {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.es-ip18-header__cart-count {
	background: rgba(255, 255, 255, .2);
	border-radius: 999px;
	font-size: 12px;
	min-width: 20px;
	padding: 1px 6px;
	text-align: center;
}

.es-ip18-header__burger {
	display: none;
}

.es-ip18-header .es-native-language-switcher,
.es-ip18-header .es-language-switcher {
	font-size: 13px;
}

.es-ip18-header .es-language-switcher summary {
	align-items: center;
	display: flex;
	gap: 6px;
	min-height: 44px;
	padding: 8px 14px;
}

/* ---------- hero ---------- */

.es-ip18-hero {
	align-items: center;
	background: #f2f4f5;
	color: #121212;
	display: flex;
	overflow: hidden;
}

.es-ip18-hero__copy {
	box-sizing: border-box;
	max-width: 46%;
	padding: 30px 16px 30px max(32px, calc((100vw - 1240px) / 2 + 32px));
	width: 46%;
}

.es-ip18-hero__eyebrow {
	color: #6b6f76;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .16em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.es-ip18-hero__title {
	font-size: clamp(28px, 2.6vw, 37px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.07;
	margin: 0 0 12px;
}

.es-ip18-hero__title-line {
	display: block;
	text-wrap: balance;
}

.es-ip18-hero__lead {
	color: #5b5f66;
	font-size: 15.5px;
	line-height: 1.5;
	margin: 0 0 16px;
	max-width: 42ch;
}

.es-ip18-hero__gate {
	margin: 0 0 16px;
}

.es-ip18-hero__gate-label {
	color: #6b6f76;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.es-ip18-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.es-ip18-hero__trust {
	color: #6b6f76;
	display: flex;
	flex-wrap: wrap;
	font-size: 12.5px;
	gap: 8px 16px;
	margin: 14px 0 0;
	white-space: nowrap;
}

.es-ip18-hero__trust a {
	color: #121212 !important;
	text-underline-offset: 3px;
}

.es-ip18-hero__trust > * + * {
	border-left: 1px solid rgba(18, 18, 18, .16);
	padding-left: 18px;
}

.es-ip18-hero__cta {
	background: #5433eb;
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	min-height: 48px;
	align-items: center;
	padding: 12px 26px;
	text-decoration: none !important;
}

.es-ip18-hero__colours {
	color: #121212 !important;
	font-size: 15px;
	font-weight: 600;
	text-underline-offset: 4px;
}

.es-ip18-hero__colours::after {
	content: " \2192";
}

.es-ip18-hero__art {
	align-items: center;
	align-self: stretch;
	display: flex;
	justify-content: center;
	position: relative;
	width: 58%;
}

.es-ip18-hero--has-art {
	background: #f2f4f5;
	height: clamp(400px, 30.5vw, 440px);
	min-height: 0;
	position: relative;
}

.es-ip18-hero--has-art .es-ip18-hero__media {
	inset: 0;
	position: absolute;
}

.es-ip18-hero--has-art .es-ip18-hero__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	position: absolute;
	inset: 0;
	width: 100%;
}

.es-ip18-hero--has-art .es-ip18-hero__copy {
	position: relative;
	z-index: 2;
}

.es-ip18-hero--has-art::before {
	background: linear-gradient(90deg, rgba(242, 244, 245, .9) 0%, rgba(242, 244, 245, .45) 30%, rgba(242, 244, 245, 0) 55%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.es-ip18-hero__art > img {
	display: block;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	width: 100%;
}

.es-ip18-hero__placeholder {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 48px 32px;
}

.es-ip18-hero__placeholder-images {
	display: flex;
	gap: 0;
	justify-content: center;
}

.es-ip18-hero__placeholder-images img {
	background: #26272e;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 22px;
	display: block;
	height: auto;
	object-fit: cover;
	width: min(46%, 300px);
}

.es-ip18-hero__placeholder-images img:first-child {
	margin-right: -8%;
	transform: rotate(7deg) translateY(-12px);
}

.es-ip18-hero__placeholder-images img:last-child {
	transform: rotate(-7deg) translateY(12px);
}

.es-ip18-hero__placeholder-label {
	border: 1px dashed rgba(255, 255, 255, .38);
	border-radius: 999px;
	color: rgba(255, 255, 255, .72);
	font-size: 12.5px;
	letter-spacing: .08em;
	margin: 0;
	padding: 7px 16px;
	text-transform: uppercase;
}

/* ---------- model bar ---------- */

.es-ip18-modelbar {
	background: rgba(242, 244, 245, .92);
	backdrop-filter: blur(10px);
	margin: 26px 0 26px;
	padding: 10px 0;
	position: sticky;
	top: 72px;
	z-index: 60;
}

.es-ip18-modelbar__pills {
	background: #fff;
	border: 1px solid rgba(23, 24, 28, .1);
	border-radius: 999px;
	display: inline-flex;
	gap: 4px;
	padding: 4px;
}

.es-ip18-modelbar__pill {
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #4c4f57;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	min-height: 40px;
	padding: 8px 18px;
}

.es-ip18-modelbar__pill.is-selected {
	background: #5433eb;
	color: #fff;
}

.es-ip18-modelbar__pill:focus-visible,
.es-ip18-selectors__pill:focus-visible,
.es-ip18-card__swatch:focus-visible,
.es-ip18-selectors__swatch:focus-visible,
.es-ip18-gallery__thumb:focus-visible {
	outline: 2px solid #5433eb;
	outline-offset: 2px;
}

/* ---------- cards ---------- */

/* minmax(0,…) so a long title or button can never push a column past the viewport. */
.es-ip18-cases__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.es-ip18-card {
	background: #fff;
	border: 1px solid rgba(23, 24, 28, .07);
	border-radius: 22px;
	display: flex;
	flex-direction: column;
	padding: 18px 18px 20px;
}

.es-ip18-card__media {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #f6f6f4;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
}

.es-ip18-card__media img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.es-ip18-card__shown {
	background: rgba(23, 24, 28, .62);
	border-radius: 999px;
	bottom: 10px;
	color: #fff;
	font-size: 11px;
	left: 10px;
	padding: 3px 9px;
	position: absolute;
}

.es-ip18-card__packaging {
	background: rgba(23, 24, 28, .78);
	border-radius: 999px;
	bottom: 10px;
	color: #fff;
	font-size: 11px;
	left: 10px;
	padding: 4px 10px;
	position: absolute;
}

.es-ip18-card__title {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.25;
	margin: 0 0 4px;
}

.es-ip18-card__title a {
	color: inherit !important;
	text-decoration: none !important;
}

.es-ip18-card__subtitle {
	color: #5b5e66;
	font-size: 14px;
	line-height: 1.45;
	margin: 0 0 12px;
}

.es-ip18-card__price {
	font-size: 18px;
	font-weight: 700;
	margin: auto 0 12px;
}

.es-ip18-card__price del {
	color: #9a9da4;
	font-weight: 500;
	margin-right: 6px;
}

.es-ip18-card__swatches {
	display: flex;
	gap: 8px;
	margin-bottom: 8px;
}

.es-ip18-card__swatch {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(23, 24, 28, .14);
	border-radius: 999px;
	cursor: pointer;
	display: flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.es-ip18-card__swatch span {
	border-radius: 999px;
	display: block;
	height: 18px;
	width: 18px;
}

.es-ip18-card__swatch.is-selected {
	border-color: #5433eb;
	border-width: 2px;
}

.es-ip18-card__colour {
	color: #5b5e66;
	font-size: 13px;
	margin: 0 0 14px;
	min-height: 18px;
}

.es-ip18-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

.es-ip18-card__chips li {
	background: #f1f2f4;
	border-radius: 999px;
	color: #52565e;
	font-size: 12px;
	line-height: 1.4;
	padding: 4px 10px;
	white-space: nowrap;
}

/* Torras-style card: the whole card is the link, the price is the anchor.
   The text link stays for a11y but reads as a quiet chevron. */
.es-ip18-card__actions {
	margin-top: 2px;
}

.es-ip18-card__details {
	color: #121212 !important;
	display: inline-flex;
	font-size: 13.5px;
	font-weight: 600;
	text-decoration: none !important;
}

.es-ip18-card__details::after {
	content: " \2192";
	font-weight: 700;
	margin-left: 3px;
	transition: transform .15s ease;
}

.es-ip18-card:hover .es-ip18-card__details::after {
	transform: translateX(3px);
}

.es-ip18-card__footnote {
	color: #6b6f76;
	font-size: 12.5px;
	line-height: 1.5;
	margin: 10px 0 0;
}

.es-ip18-card__status {
	color: #8a6d1c;
	font-size: 13px;
	line-height: 1.5;
	margin: 10px 0 0;
}

.es-ip18-card__status a {
	color: #5433eb !important;
}

/* ---------- editorial ---------- */

.es-ip18-editorial {
	align-items: stretch;
	display: flex;
	gap: 0;
}

.es-ip18-editorial__media {
	border-radius: 26px;
	flex: 0 0 62%;
	overflow: hidden;
}

.es-ip18-editorial__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.es-ip18-editorial__text {
	align-self: center;
	box-sizing: border-box;
	flex: 1;
	padding: 32px 0 32px 56px;
}

.es-ip18-editorial__text h2 {
	font-size: clamp(24px, 2.6vw, 34px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 0 14px;
}

.es-ip18-editorial__text p {
	color: #4c4f57;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 22px;
}

.es-ip18-editorial__link {
	border-bottom: 2px solid #5433eb;
	color: #17181c !important;
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 3px;
	text-decoration: none !important;
}

.es-ip18-editorial-tiles {
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr 1fr;
}

.es-ip18-tile {
	background: #fff;
	border: 1px solid rgba(23, 24, 28, .07);
	border-radius: 26px;
	margin: 0;
	overflow: hidden;
}

.es-ip18-tile img {
	display: block;
	height: 380px;
	object-fit: cover;
	width: 100%;
}

.es-ip18-tile figcaption {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 24px 24px;
}

.es-ip18-tile strong {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.es-ip18-tile a {
	border-bottom: 2px solid #5433eb;
	color: #17181c !important;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 2px;
	text-decoration: none !important;
	white-space: nowrap;
}

/* ---------- compare ---------- */

.es-ip18-compare__series {
	align-items: center;
	display: flex;
	gap: 12px;
}

.es-ip18-compare__series img {
	background: #f1f2f4;
	border-radius: 10px;
	display: block;
	flex: none;
	height: 48px;
	object-fit: contain;
	width: 48px;
}

.es-ip18-compare__foot {
	color: #70747c;
	font-size: 13px;
	margin: 14px 0 0;
}

.es-ip18-compare__scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.es-ip18-compare__scroll:focus-visible {
	outline: 2px solid #5433eb;
	outline-offset: 4px;
}

.es-ip18-compare__table {
	background: #fff;
	border: 1px solid rgba(23, 24, 28, .07);
	border-collapse: separate;
	border-radius: 20px;
	border-spacing: 0;
	min-width: 640px;
	overflow: hidden;
	width: 100%;
}

.es-ip18-compare__table th,
.es-ip18-compare__table td {
	font-size: 14.5px;
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
}

.es-ip18-compare__table thead th {
	background: #f6f6f4;
	color: #5b5e66;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.es-ip18-compare__table tbody th {
	font-weight: 700;
	white-space: nowrap;
}

.es-ip18-compare__table tbody tr + tr th,
.es-ip18-compare__table tbody tr + tr td {
	border-top: 1px solid rgba(23, 24, 28, .07);
}

/* ---------- proof band ---------- */

.es-ip18-proof {
	background: #f2f4f5;
	border-top: 1px solid rgba(23, 24, 28, .07);
	border-bottom: 1px solid rgba(23, 24, 28, .07);
	margin-top: 72px;
	padding: 56px 0;
}

.es-ip18-proof__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 max(24px, calc((100vw - 1240px) / 2 + 24px));
}

.es-ip18-proof__figure {
	color: #121212;
	font-size: clamp(34px, 3vw, 44px);
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 10px;
}

.es-ip18-proof__caption {
	color: #5b5f66;
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	max-width: 32ch;
}

/* ---------- reviews ---------- */

.es-ip18-reviews {
	padding: 72px max(24px, calc((100vw - 1240px) / 2 + 24px)) 0;
}

.es-ip18-reviews__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 28px;
}

.es-ip18-review {
	background: #f2f4f5;
	border: 0;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 22px 20px;
}

.es-ip18-review__avatar {
	border-radius: 999px;
	display: block;
	height: 52px;
	object-fit: cover;
	width: 52px;
}

.es-ip18-review__byline {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 2px 10px;
}

.es-ip18-review__name {
	font-size: 14.5px;
	font-weight: 700;
}

.es-ip18-review__series {
	color: #6b6f76;
	font-size: 12.5px;
}

.es-ip18-review__stars {
	color: #e2a63d;
	font-size: 13px;
	letter-spacing: 2px;
}

.es-ip18-review__quote {
	color: #33363c;
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

/* ---------- protection ---------- */

.es-ip18-protection__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr 1fr;
	margin-top: 28px;
}

.es-ip18-protection__sub {
	color: #5b5f66;
	font-size: 15.5px;
	line-height: 1.6;
	margin: 6px 0 0;
	max-width: 62ch;
}

.es-ip18-protection .es-ip18-card__media {
	/* MOMAX ships these two on white; a tinted frame would show as pillarbox bars. */
	aspect-ratio: 16 / 10;
	background: #fff;
}

/* ---------- faq ---------- */

.es-ip18-faq__list {
	display: grid;
	gap: 12px;
	margin-top: 28px;
	max-width: none;
}

.es-ip18-faq details {
	background: #fff;
	border: 1px solid rgba(23, 24, 28, .08);
	border-radius: 16px;
	padding: 0;
}

.es-ip18-faq summary {
	cursor: pointer;
	font-size: 15.5px;
	font-weight: 600;
	list-style: none;
	min-height: 44px;
	padding: 16px 20px;
}

.es-ip18-faq summary::-webkit-details-marker {
	display: none;
}

.es-ip18-faq summary::after {
	content: "+";
	float: right;
	font-weight: 400;
}

.es-ip18-faq details[open] summary::after {
	content: "–";
}

.es-ip18-faq details p {
	color: #4c4f57;
	font-size: 14.5px;
	line-height: 1.6;
	margin: 0;
	padding: 0 20px 18px;
}

.es-ip18-faq__policies {
	display: flex;
	gap: 24px;
	margin: 30px 0 0;
}

.es-ip18-faq__policies a {
	color: #4c4f57 !important;
	font-size: 14px;
	text-decoration: underline !important;
}

/* ---------- PDP ---------- */

body.es-ip18-product #primary {
	float: none;
	margin: 0 auto;
	max-width: 1240px;
	padding: 40px 32px 96px;
	width: 100%;
}

body.es-ip18-product .product .summary,
body.es-ip18-product div.product .summary {
	float: none;
	width: auto;
}

body.es-ip18-product div.product div.images,
body.es-ip18-product .es-ip18-gallery {
	float: none;
	margin: 0;
	width: auto;
}

.es-ip18-pdp-layout {
	display: block;
}

body.es-ip18-product div.product {
	display: grid;
	gap: 48px;
	grid-template-columns: 58fr 42fr;
}

body.es-ip18-product div.product > .woocommerce-product-gallery,
body.es-ip18-product div.product > .summary,
body.es-ip18-product div.product > figure {
	margin: 0;
}

body.es-ip18-product div.product > .summary {
	align-self: start;
	position: sticky;
	top: 96px;
}

body.es-ip18-product div.product > .woocommerce-breadcrumb {
	grid-column: 1 / -1;
}

body.es-ip18-product div.product > section,
body.es-ip18-product div.product > .es-ip18-story,
body.es-ip18-product div.product > .es-discovery-copy,
body.es-ip18-product div.product > .related {
	grid-column: 1 / -1;
}

.es-ip18-gallery__main {
	align-items: center;
	background: #f6f6f4;
	border-radius: 26px;
	display: flex;
	justify-content: center;
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.es-ip18-gallery__main img {
	display: block;
	max-height: 640px;
	object-fit: contain;
	width: 100%;
}

.es-ip18-gallery__packaging {
	background: rgba(23, 24, 28, .78);
	border-radius: 999px;
	bottom: 16px;
	color: #fff;
	font-size: 12px;
	left: 16px;
	padding: 5px 12px;
	position: absolute;
}

.es-ip18-gallery__caption {
	background: rgba(23, 24, 28, .78);
	border-radius: 999px;
	bottom: 16px;
	color: #fff;
	font-size: 12px;
	left: 50%;
	padding: 6px 14px;
	position: absolute;
	transform: translateX(-50%);
	white-space: nowrap;
}

.es-ip18-gallery__thumbs {
	display: flex;
	gap: 10px;
	margin-top: 14px;
}

.es-ip18-gallery__thumb {
	background: #f6f6f4;
	border: 2px solid transparent;
	border-radius: 14px;
	cursor: pointer;
	height: 84px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 84px;
}

.es-ip18-gallery__thumb.is-selected {
	border-color: #17181c;
}

.es-ip18-gallery__thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.es-ip18-gallery__thumb span {
	background: rgba(23, 24, 28, .72);
	border-radius: 999px;
	bottom: 6px;
	color: #fff;
	font-size: 10px;
	left: 6px;
	padding: 2px 8px;
	position: absolute;
}

.es-ip18-pdp-heading__title {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0 0 8px;
}

.es-ip18-pdp-heading__subtitle {
	color: #4c4f57;
	font-size: 16px;
	margin: 0 0 10px;
}

.es-ip18-pdp-heading__intro {
	color: #5b5e66;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 8px;
}

body.es-ip18-product .summary .price {
	font-size: 24px;
	font-weight: 700;
}

body.es-ip18-product .summary .single_add_to_cart_button,
body.es-ip18-product .summary .single_add_to_cart_button.button.alt {
	background: #5433eb;
	border-radius: 999px;
	min-height: 52px;
	padding: 14px 30px;
}

body.es-ip18-product .summary .single_add_to_cart_button:hover {
	background: #4527d6;
}

.es-ip18-selectors {
	background: #fff;
	border: 1px solid rgba(23, 24, 28, .08);
	border-radius: 18px;
	margin: 6px 0 18px;
	padding: 16px 18px;
}

.es-ip18-selectors__row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.es-ip18-selectors__row + .es-ip18-selectors__row {
	margin-top: 12px;
}

.es-ip18-selectors__label {
	color: #5b5e66;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.es-ip18-selectors__pills {
	background: #f2f4f5;
	border-radius: 999px;
	display: inline-flex;
	gap: 4px;
	padding: 4px;
}

.es-ip18-selectors__pill {
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #4c4f57;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	min-height: 40px;
	padding: 8px 18px;
}

.es-ip18-selectors__pill.is-selected {
	background: #5433eb;
	color: #fff;
}

.es-ip18-selectors__swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.es-ip18-selectors__swatch {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(23, 24, 28, .16);
	border-radius: 999px;
	color: #17181c;
	cursor: pointer;
	display: inline-flex;
	font-size: 13.5px;
	font-weight: 600;
	gap: 8px;
	min-height: 44px;
	padding: 8px 14px;
}

.es-ip18-selectors__swatch .dot {
	border-radius: 999px;
	display: inline-block;
	height: 16px;
	width: 16px;
}

.es-ip18-selectors__swatch.is-selected {
	border-color: #5433eb;
	border-width: 2px;
}

.es-ip18-selectors__swatch.is-disabled {
	cursor: default;
	opacity: .45;
}

.es-ip18-selectors__note {
	color: #8a6d1c;
	font-size: 13px;
	margin: 10px 0 0;
}

/* Hide the compound native select only once JS drives the virtual selectors. */
body.es-ip18-js .es-ip18-product .variations,
body.es-ip18-js.es-ip18-product .variations,
body.es-ip18-js.es-ip18-product .es-variation-options,
body.es-ip18-js .es-ip18-product .es-variation-options,
body.es-ip18-js .variations_form .variations select,
body.es-ip18-js .variations_form .variations .label,
body.es-ip18-js .variations_form .es-variation-options {
	display: none;
}

body.es-ip18-product .single_variation_wrap .woocommerce-variation-description {
	display: none;
}

.es-ip18-compat {
	background: #fdf6e8;
	border: 1px solid #eed9a7;
	border-radius: 14px;
	color: #6b5518;
	font-size: 14.5px;
	line-height: 1.55;
	padding: 14px 18px;
}

/* ---------- PDP story ---------- */

.es-ip18-story {
	margin-top: 56px;
}

.es-ip18-story__row {
	align-items: center;
	display: flex;
	gap: 48px;
}

.es-ip18-story__row + .es-ip18-story__row {
	margin-top: 56px;
}

.es-ip18-story__row--flip {
	flex-direction: row-reverse;
}

.es-ip18-story__media {
	border-radius: 26px;
	flex: 0 0 55%;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.es-ip18-story__media img {
	display: block;
	height: auto;
	width: 100%;
}

.es-ip18-story__media figcaption {
	background: rgba(23, 24, 28, .78);
	border-radius: 999px;
	bottom: 14px;
	color: #fff;
	font-size: 11.5px;
	left: 14px;
	padding: 4px 12px;
	position: absolute;
}

.es-ip18-story__text {
	flex: 1;
}

.es-ip18-story__text h2 {
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 12px;
}

.es-ip18-story__text p {
	color: #4c4f57;
	font-size: 15.5px;
	line-height: 1.65;
	margin: 0;
}

.es-ip18-disclosures {
	display: grid;
	gap: 12px;
	margin-top: 40px;
	max-width: 820px;
}

.es-ip18-disclosure {
	background: #fff;
	border: 1px solid rgba(23, 24, 28, .08);
	border-radius: 16px;
}

.es-ip18-disclosure summary {
	cursor: pointer;
	font-size: 15.5px;
	font-weight: 600;
	list-style: none;
	min-height: 44px;
	padding: 16px 20px;
}

.es-ip18-disclosure summary::-webkit-details-marker {
	display: none;
}

.es-ip18-disclosure summary::after {
	content: "+";
	float: right;
	font-weight: 400;
}

.es-ip18-disclosure[open] summary::after {
	content: "–";
}

.es-ip18-specs {
	border-collapse: collapse;
	margin: 0 20px 18px;
	width: calc(100% - 40px);
}

.es-ip18-specs th,
.es-ip18-specs td {
	border-top: 1px solid rgba(23, 24, 28, .08);
	font-size: 14px;
	padding: 11px 0;
	text-align: left;
	vertical-align: top;
}

.es-ip18-specs th {
	color: #5b5e66;
	font-weight: 600;
	padding-right: 24px;
	white-space: nowrap;
	width: 34%;
}

.es-ip18-inbox {
	font-size: 14.5px;
	margin: 0;
	padding: 0 20px 18px;
}

/* ---------- PDP recommendations ---------- */

.es-ip18-reco {
	margin-top: 64px;
}

.es-ip18-reco__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 340px));
	margin-top: 26px;
}

.es-ip18-reco__grid .es-ip18-card__media {
	aspect-ratio: 4 / 3;
}

/* ---------- sticky CTA ---------- */

.es-ip18-sticky-cta {
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(10px);
	border-top: 1px solid rgba(23, 24, 28, .1);
	bottom: 0;
	display: none;
	left: 0;
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	position: fixed;
	right: 0;
	z-index: 120;
}

.es-ip18-sticky-cta__button {
	background: #5433eb;
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	min-height: 48px;
	width: 100%;
}

.es-ip18-sticky-cta__button.is-disabled {
	background: #d7d9dd;
	color: #6b6e75;
}

/* ---------- mobile ---------- */

@media (max-width: 900px) {
	.es-ip18-header {
		gap: 0;
		height: 56px;
		justify-content: space-between;
		padding: 0 14px;
	}

	.es-ip18-header__brand {
		font-size: 15px;
	}

	.es-ip18-header__brand img {
		height: 30px;
		width: 30px;
	}

	.es-ip18-header__burger {
		align-items: center;
		background: none;
		border: 0;
		cursor: pointer;
		display: inline-flex;
		flex-direction: column;
		gap: 4px;
		height: 44px;
		justify-content: center;
		margin-left: -8px;
		padding: 0 8px;
		width: 40px;
	}

	.es-ip18-header__burger span[aria-hidden] {
		background: #17181c;
		border-radius: 2px;
		display: block;
		height: 2px;
		transition: transform .18s ease, opacity .18s ease;
		width: 20px;
	}

	.es-ip18-header__burger-label {
		display: none;
	}

	.es-ip18-header.is-menu-open .es-ip18-header__burger span[aria-hidden]:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.es-ip18-header.is-menu-open .es-ip18-header__burger span[aria-hidden]:nth-child(2) {
		opacity: 0;
	}

	.es-ip18-header.is-menu-open .es-ip18-header__burger span[aria-hidden]:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.es-ip18-header__nav {
		background: #fff;
		border-bottom: 1px solid rgba(23, 24, 28, .08);
		box-shadow: 0 16px 28px rgba(23, 24, 28, .12);
		display: none;
		flex-direction: column;
		gap: 0;
		left: 0;
		padding: 8px 0 12px;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 40;
	}

	.es-ip18-header.is-menu-open .es-ip18-header__nav {
		display: flex;
	}

	.es-ip18-header__nav a {
		border-radius: 0;
		font-size: 16px;
		padding: 14px 20px;
	}

	.es-ip18-header__cart-label {
		display: none;
	}

	.es-ip18-header__cart {
		min-height: 40px;
		min-width: 40px;
		padding: 8px 10px;
	}

	.es-ip18-header .es-native-language-switcher,
	.es-ip18-header .es-language-switcher {
		display: none;
	}

	.es-ip18-hero {
		flex-direction: column;
		min-height: 560px;
	}

	.es-ip18-hero__copy {
		box-sizing: border-box;
		max-width: none;
		padding: 28px 18px 8px;
		width: 100%;
	}

	.es-ip18-hero__title {
		font-size: clamp(28px, 7.6vw, 34px);
	}

	.es-ip18-hero__lead {
		font-size: 15px;
		margin-bottom: 18px;
	}

	.es-ip18-hero__art {
		align-items: flex-start;
		padding: 8px 20px 36px;
		width: 100%;
	}

	.es-ip18-hero__art > img {
		position: static;
		border-radius: 22px;
	}

	.es-ip18-hero--has-art {
		display: flex;
		flex-direction: column;
		height: auto;
		min-height: 0;
		padding-bottom: 0;
	}

	.es-ip18-hero--has-art::before {
		background: linear-gradient(180deg, rgba(20, 21, 26, .55) 0%, rgba(20, 21, 26, .12) 30%, rgba(20, 21, 26, 0) 48%);
	}

	.es-ip18-hero--has-art .es-ip18-hero__media {
		order: 2;
		position: static;
	}

	.es-ip18-hero--has-art .es-ip18-hero__media img {
		aspect-ratio: 4 / 5;
		height: auto;
		max-height: 78vw;
		object-fit: cover;
		position: static;
		width: 100%;
	}

	.es-ip18-hero--has-art .es-ip18-hero__copy {
		padding-bottom: 22px;
	}

	.es-ip18-hero__pills {
		width: 100%;
	}

	.es-ip18-hero__pills .es-ip18-modelbar__pill {
		flex: 1;
	}

	.es-ip18-hero__placeholder {
		padding: 12px 0 24px;
	}

	.es-ip18-cases,
	.es-ip18-compare,
	.es-ip18-protection,
	.es-ip18-faq,
	.es-ip18-editorial,
	.es-ip18-editorial-tiles {
		padding: 56px 16px 0;
	}

	.es-ip18-modelbar {
		top: 64px;
	}

	.es-ip18-cases__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.es-ip18-header__side {
		flex: none;
	}

	.es-ip18-card {
		border-radius: 18px;
		padding: 12px 12px 14px;
	}

	.es-ip18-card__title {
		font-size: 16px;
	}

	.es-ip18-card__actions {
		flex-direction: column;
	}

	.es-ip18-editorial {
		flex-direction: column;
	}

	.es-ip18-editorial__media {
		flex: none;
	}

	.es-ip18-editorial__text {
		padding: 24px 4px 0;
	}

	.es-ip18-editorial-tiles,
	.es-ip18-protection__grid {
		grid-template-columns: 1fr;
	}

	.es-ip18-tile img {
		height: 260px;
	}

	body.es-ip18-product #primary {
		padding: 24px 16px 120px;
	}

	body.es-ip18-product div.product {
		display: block;
	}

	.es-ip18-gallery__main {
		min-height: 380px;
	}

	.es-ip18-story__row {
		display: block;
	}

	.es-ip18-story__row + .es-ip18-story__row {
		margin-top: 40px;
	}

	.es-ip18-story__media {
		margin-bottom: 20px;
	}

	.es-ip18-reco__grid {
		grid-template-columns: 1fr;
	}

	.es-ip18-sticky-cta {
		display: block;
	}
}

@media (max-width: 600px) {
	/* Four ranges, one column: a half-cut second column reads as a broken page. */
	.es-ip18-cases__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}

	.es-ip18-card {
		padding: 14px 14px 16px;
	}

	.es-ip18-card__title {
		font-size: 18px;
	}

	/* No portrait hero asset yet: crop the wide art to 4:5 so the cases stay large. */
	.es-ip18-hero--has-art .es-ip18-hero__media img {
		aspect-ratio: 4 / 5;
		height: auto;
		max-height: 60vh;
		object-fit: cover;
		object-position: 68% center;
		width: 100%;
	}

	.es-ip18-hero__copy {
		padding: 28px 20px 4px;
	}

	.es-ip18-hero__trust {
		flex-direction: column;
		font-size: 12px;
		gap: 5px;
		white-space: normal;
	}

	.es-ip18-hero__trust > * + * {
		border-left: 0;
		padding-left: 0;
	}

	.es-ip18-compare__series img {
		height: 36px;
		width: 36px;
	}
}

/* ---------- footer (campaign scope) ---------- */

.es-ip18-footer {
	background: #14151a;
	color: #fff;
	margin-top: 88px;
}

.es-ip18-footer__inner {
	display: grid;
	gap: 30px;
	margin: 0 auto;
	max-width: 1240px;
	padding: 48px max(24px, calc((100vw - 1240px) / 2 + 24px)) 30px;
}

.es-ip18-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
}

.es-ip18-footer__nav a {
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
}

.es-ip18-footer__nav a:hover {
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

.es-ip18-footer__service {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .14);
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	padding-top: 26px;
}

.es-ip18-footer__service a {
	color: rgba(255, 255, 255, .78) !important;
	font-size: 13.5px;
	text-decoration: none !important;
}

.es-ip18-footer__service a:hover {
	color: #fff !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.es-ip18-footer__lang {
	align-items: center;
	display: flex;
	gap: 10px;
}

.es-ip18-footer__lang-label {
	color: rgba(255, 255, 255, .55);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.es-ip18-footer .es-native-language-switcher,
.es-ip18-footer .es-language-switcher {
	color: #fff;
	font-size: 13.5px;
}

.es-ip18-footer .es-language-switcher summary,
.es-ip18-footer .es-native-language-switcher a,
.es-ip18-footer .es-native-language-switcher select {
	color: #fff !important;
}

.es-ip18-footer .es-language-switcher summary {
	min-height: 40px;
	padding: 6px 12px;
}

.es-ip18-footer__legal {
	border-top: 1px solid rgba(255, 255, 255, .14);
	color: rgba(255, 255, 255, .6);
	font-size: 12.5px;
	line-height: 1.6;
	margin: 0;
	padding-top: 22px;
}

/* the storefront credit filter only hides the link, not the wrapper text */
.es-ip18 .site-footer .storefront-credit,
.es-ip18 .site-footer aside,
.es-ip18 .storefront-handheld-footer-bar {
	display: none !important;
}

@media (max-width: 900px) {
	.es-ip18-proof {
		margin-top: 56px;
		padding: 44px 0;
	}

	.es-ip18-proof__grid {
		gap: 28px;
		grid-template-columns: 1fr;
	}

	.es-ip18-proof__figure {
		font-size: 32px;
	}

	.es-ip18-reviews {
		padding: 56px 16px 0;
	}

	.es-ip18-reviews__grid {
		grid-template-columns: 1fr;
	}

	.es-ip18-protection__sub {
		font-size: 14.5px;
	}

	.es-ip18-footer {
		margin-top: 64px;
	}

	.es-ip18-footer__inner {
		gap: 24px;
		padding: 40px 16px 24px;
	}

	.es-ip18-footer__nav {
		flex-direction: column;
		gap: 12px;
	}
}

/* ---------- colour shelf ---------- */

.es-ip18-shelf {
	padding: 72px max(24px, calc((100vw - 1240px) / 2 + 24px)) 0;
}

.es-ip18-shelf__sub {
	color: #6b6f76;
	font-size: 14.5px;
	margin: 4px 0 0;
}

.es-ip18-shelf__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	margin-top: 26px;
}

.es-ip18-shelf__tile {
	background: #fff;
	border: 1px solid rgba(23, 24, 28, .08);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 18px 10px 16px;
	text-align: center;
	text-decoration: none !important;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.es-ip18-shelf__tile:hover {
	border-color: #5433eb;
	box-shadow: 0 10px 24px rgba(84, 51, 235, .1);
}

.es-ip18-shelf__tile[hidden] {
	display: none;
}

.es-ip18-shelf__swatch {
	border: 1px solid rgba(23, 24, 28, .14);
	border-radius: 999px;
	box-shadow: inset 0 2px 6px rgba(255, 255, 255, .28);
	display: block;
	height: 44px;
	width: 44px;
}

.es-ip18-shelf__colour {
	color: #121212;
	font-size: 13px;
	font-weight: 600;
}

.es-ip18-shelf__series {
	color: #8a8d94;
	font-size: 11.5px;
}

@media (max-width: 900px) {
	.es-ip18-shelf {
		padding: 56px 16px 0;
	}

	.es-ip18-shelf__grid {
		gap: 10px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* ---------- PDP bundle hint ---------- */

.es-ip18-reco__hint {
	color: #6b6f76;
	font-size: 14px;
	margin: 4px 0 0;
}

/* campaign-v7.css */
/* V7 art direction. Scope remains the campaign and its product pages. */
body.es-ip18{--v7-ink:#191a1d;--v7-muted:#65666c;--v7-purple:#5635e8;--v7-line:#dedee2;background:#fff;color:var(--v7-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans TC",sans-serif}
body.es-ip18 #page,body.es-ip18 #content,body.es-ip18 .site-content>.col-full{margin:0;padding:0;background:#fff}
body.es-ip18 #primary,body.es-ip18 #main{margin-bottom:0}
body.es-ip18 a:focus-visible,body.es-ip18 button:focus-visible,body.es-ip18 input:focus-visible{outline:2px solid var(--v7-purple);outline-offset:4px}
body.es-ip18 .es-ip18-header{height:70px;padding:0 max(32px,calc((100vw - 1328px)/2));gap:24px;box-shadow:none;background:#fff}
body.es-ip18 .es-ip18-header__brand{font-size:18px;letter-spacing:-.5px;gap:7px}
body.es-ip18 .es-ip18-header__brand img{width:29px;height:29px}
body.es-ip18 .es-ip18-header__nav{gap:14px}
body.es-ip18 .es-ip18-header__nav a{font-size:13px;font-weight:500;padding:12px 10px}
body.es-ip18 .es-ip18-header__cart{color:#17181c!important;background:transparent;padding:6px;gap:5px}
body.es-ip18 .es-ip18-header__cart-label{display:none}
body.es-ip18 .es-ip18-header__cart-count{background:#edeaf8;color:#3c2c91;font-size:10px;min-width:18px}
body.es-ip18 .es-ip18-header__side{gap:15px}
body.es-ip18 .es-native-language-switcher{min-width:0}
body.es-ip18 .v7-main{background:#fff;line-height:1.5}
.v7-main *, .v7-bundle *{box-sizing:border-box}
.v7-main a{text-decoration:none!important;color:inherit}
.v7-main h1,.v7-main h2,.v7-main h3{font-weight:650;color:inherit}
.v7-main p{margin:0}
.v7-main button{font-family:inherit}
.v7-container{max-width:1392px;margin:0 auto;padding-left:32px;padding-right:32px}
.v7-eyebrow{font-family:"SFMono-Regular",Consolas,monospace;font-size:10px;letter-spacing:1.7px;line-height:1.5;text-transform:uppercase;color:#6b6b72;font-weight:500;margin:0 0 13px!important}
.v7-announcement{height:34px;background:#e9e5f7;display:flex;align-items:center;justify-content:space-between;padding:0 max(32px,calc((100vw - 1328px)/2));font-size:11px;color:#3d3359;letter-spacing:.2px}
.v7-announcement>span:first-child{font-weight:650}
.v7-announcement a{font-weight:500}
.v7-hero{display:grid;grid-template-columns:46% 54%;max-width:1440px;margin:0 auto;background:#f3f2f5;min-height:320px}
.v7-hero__copy{padding:28px 32px 27px max(32px,calc((100vw - 1328px)/2));align-self:center}
.v7-hero h1{font-size:clamp(43px,4vw,58px);letter-spacing:-3.2px;line-height:1.04;margin:0 0 20px}
.v7-hero h1 span{display:block}
.v7-hero h1 span+span{color:var(--v7-purple)}
.v7-hero__lead{max-width:355px;font-size:14px;line-height:1.6;color:#56535e}
.v7-main .v7-button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;border:0;border-radius:4px;background:var(--v7-purple);padding:13px 20px;font-size:13px;color:white!important;font-weight:600;min-height:46px;transition:background .15s;margin-top:22px}
.v7-button:hover{background:#3821a1!important}
.v7-button span{font-size:18px;font-weight:400}
.v7-hero__foot{font-size:10px!important;color:#77727d;padding-top:17px}
.v7-hero__visual{position:relative;min-width:0;overflow:hidden;background:#e7e2e9}
.v7-hero__visual>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;border-radius:0}
.v7-photo-label{position:absolute;bottom:17px;right:19px;font:9px/1.4 monospace;letter-spacing:1.2px;color:#373039;background:rgba(255,255,255,.7);padding:5px 9px}
.v7-shop{padding-top:34px;padding-bottom:64px;scroll-margin-top:82px}
.v7-section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}
.v7-section-heading .v7-eyebrow{margin-bottom:7px!important}
.v7-section-heading h2{font-size:29px;line-height:1.2;letter-spacing:-1px;margin:0}
.v7-item-count{font-size:11px;color:#717179;padding-bottom:3px}
.v7-shopbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;border-top:1px solid var(--v7-line);border-bottom:1px solid var(--v7-line);min-height:62px}
.v7-filters{display:flex;gap:26px;align-items:stretch;align-self:stretch;overflow:auto;scrollbar-width:none}
.v7-filters button{color:#73737a;background:transparent;padding:0;border:0;border-radius:0;border-bottom:2px solid transparent;white-space:nowrap;font-weight:500;font-size:12px;min-height:48px}
.v7-filters button[aria-pressed=true]{color:#1c1a22;border-bottom-color:var(--v7-purple)}
.v7-model-select{display:flex;gap:12px;align-items:center;font-size:10px;color:#797780;white-space:nowrap}
body.es-ip18 .v7-model-select .es-ip18-modelbar__pills{background:#f1f0f4;border:0;box-shadow:none;border-radius:5px;padding:3px;gap:2px}
body.es-ip18 .v7-model-select .es-ip18-modelbar__pill{font-size:10px;padding:7px 12px;min-height:34px;border-radius:3px;background:transparent;color:#6a6672;border:0;white-space:nowrap}
body.es-ip18 .v7-model-select .es-ip18-modelbar__pill.is-selected{background:#fff;color:#222;box-shadow:0 1px 4px #16112712}
.v7-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px}
.v7-product-slot{min-width:0}
body.es-ip18 .v7-products .es-ip18-card{background:transparent;border:0;padding:0;box-shadow:none;border-radius:0;display:flex;flex-direction:column;min-width:0;height:100%;position:relative;gap:0}
body.es-ip18 .v7-products .es-ip18-card__media{background:#f4f4f6;aspect-ratio:1.4;border-radius:8px;margin:0 0 15px;min-height:0;width:100%;padding:16px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}
body.es-ip18 .v7-products .es-ip18-card__media img{object-fit:contain;width:100%;height:100%;aspect-ratio:auto;mix-blend-mode:multiply;transition:transform .3s}
body.es-ip18 .v7-products .es-ip18-card__media:hover img{transform:scale(1.035)}
body.es-ip18 .v7-products .es-ip18-card__title{font-size:17px;line-height:1.25;letter-spacing:-.45px;margin:0 0 6px;min-height:0;font-weight:650}
body.es-ip18 .v7-products .es-ip18-card__subtitle{font-size:11px;line-height:1.4;margin:0 0 10px;color:#747179;min-height:0}
body.es-ip18 .v7-products .es-ip18-card__chips{display:none}
body.es-ip18 .v7-products .es-ip18-card__price{font-size:14px;font-weight:650;margin:0 0 9px;line-height:1.4;color:#232129}
body.es-ip18 .v7-products .es-ip18-card__swatches{gap:0;margin:0;min-height:30px;display:flex}
body.es-ip18 .v7-products .es-ip18-card__swatch{width:30px;height:30px;min-width:30px;min-height:30px;padding:7px;background:transparent;border:1px solid transparent;border-radius:50%;display:flex;align-items:center;justify-content:center}
body.es-ip18 .v7-products .es-ip18-card__swatch span{width:14px;height:14px;display:block;border:1px solid #0002;border-radius:50%}
body.es-ip18 .v7-products .es-ip18-card__swatch.is-selected{border-color:#8a8497}
body.es-ip18 .v7-products .es-ip18-card__colour{font-size:10px;color:#716d78;margin:4px 0 0;min-height:0}
body.es-ip18 .v7-products .es-ip18-card__actions{position:absolute;right:0;bottom:0;padding:0;margin:0;display:block}
body.es-ip18 .v7-products .es-ip18-card__details, .v7-card-link{padding:0;background:transparent;border:0;border-radius:0;min-height:30px;line-height:30px;display:inline-block;font-size:11px;color:#433578!important;text-decoration:none!important;font-weight:500}
.v7-charge-card .v7-card-link{margin-top:auto;align-self:start}
body.es-ip18 .v7-products .es-ip18-card__footnote{font-size:10px;color:#777;line-height:1.5;margin:5px 0 28px}
body.es-ip18 .v7-products .es-ip18-card__shown{font-size:9px;background:#ffffffd9;bottom:6px;left:6px;right:auto;max-width:95%;padding:2px 5px}
.v7-feature{display:grid;grid-template-columns:56% 44%;background:#191c24;color:#fff;min-height:495px;scroll-margin-top:85px}
.v7-feature__image{position:relative;overflow:hidden;min-height:495px}
.v7-feature__image img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:50% 63%;border-radius:0}
.v7-feature__copy{padding:55px 60px;align-self:center;max-width:590px}
.v7-feature .v7-eyebrow{color:#9ca3b7}
.v7-feature h2{font-size:clamp(34px,3.5vw,50px);letter-spacing:-1.7px;line-height:1.12;margin:0 0 18px}
.v7-feature__copy>p:not(.v7-eyebrow){font-size:14px;color:#b9bece;max-width:290px;line-height:1.7}
.v7-main .v7-text-link{display:inline-flex;background:transparent;border:0;border-bottom:1px solid currentColor;border-radius:0;padding:0 0 5px;gap:25px;color:inherit;font-size:12px;font-weight:500;margin-top:25px;line-height:1.8}
.v7-feature__detail{border-top:1px solid #ffffff2b;margin-top:32px;padding-top:20px;display:flex;gap:20px;align-items:center}
.v7-feature__detail span{font-size:32px;letter-spacing:-1px}
.v7-feature__detail small{color:#abb2c6;font-size:10px;max-width:100px;line-height:1.5}
.v7-materials{padding-top:65px;padding-bottom:65px}
.v7-materials__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.v7-material{min-width:0;background:#f4f3f5;border-radius:8px;overflow:hidden;display:block}
.v7-material__image{height:330px;overflow:hidden}
.v7-material__image img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .3s}
.v7-material:hover img{transform:scale(1.025)}
.v7-material--slim .v7-material__image img{object-position:center 43%}
.v7-material--carbon{background:#222326;color:white!important}
.v7-material__copy{padding:26px 28px 28px;position:relative}
.v7-material__copy .v7-eyebrow{font-size:9px}
.v7-material--carbon .v7-eyebrow{color:#adaeb7}
.v7-material h3{font-size:26px;letter-spacing:-.7px;margin:7px 35px 9px 0;line-height:1.2}
.v7-material__copy p{font-size:12px;color:#76727e}
.v7-material--carbon .v7-material__copy p{color:#b4b2bb}
.v7-round-arrow{position:absolute;right:24px;top:39px;border:1px solid #9996;border-radius:50%;width:34px;height:34px;display:grid;place-items:center}
.v7-pairing{display:grid;grid-template-columns:37% 63%;padding-top:50px;padding-bottom:50px;border-top:1px solid var(--v7-line);border-bottom:1px solid var(--v7-line);scroll-margin-top:90px}
.v7-pairing h2{font-size:42px;line-height:1.1;letter-spacing:-1.5px;margin:0 0 20px}
.v7-pairing__intro>p:not(.v7-eyebrow){font-size:13px;max-width:300px;color:#726e7a;line-height:1.7}
.v7-pairing__products{display:grid;grid-template-columns:1fr 38px 1fr;align-items:center;padding-left:40px}
.v7-pairing__products a{text-align:center;min-width:0;font-size:11px}
.v7-pairing__products img{height:265px;width:100%;object-fit:contain;mix-blend-mode:multiply}
.v7-pairing__products span{display:block;margin-top:14px}
.v7-pairing__plus{font-size:28px;font-weight:300;text-align:center}
.v7-power{padding-top:55px;padding-bottom:55px;display:grid;grid-template-columns:42% 58%;align-items:center;gap:25px}
.v7-power h2{font-size:35px;line-height:1.13;letter-spacing:-1px;max-width:310px;margin:0 0 20px}
.v7-power__copy>p:not(.v7-eyebrow){font-size:13px;max-width:320px;color:#726e7a}
.v7-power__items{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.v7-power__items a{background:#f4f4f6;border-radius:8px;padding:18px 20px;font-size:12px;display:grid;grid-template-columns:1fr auto;gap:15px;align-items:center}
.v7-power__items img{grid-column:1/-1;width:100%;height:195px;object-fit:contain;mix-blend-mode:multiply}
.v7-power__items strong{font-size:12px}
.v7-service{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;padding-top:40px;padding-bottom:45px;border-top:1px solid var(--v7-line);border-bottom:1px solid var(--v7-line)}
.v7-service__number{font:10px monospace;color:#8c879a;display:block;margin-bottom:15px}
.v7-service h3{font-size:17px;margin:0 0 10px;letter-spacing:-.4px}
.v7-service p,.v7-service a{font-size:12px;color:#78727f;max-width:270px}
.v7-service a{display:block;margin-bottom:5px}
.v7-faq{display:grid;grid-template-columns:38% 62%;padding-top:58px;padding-bottom:65px}
.v7-faq h2{font-size:30px;max-width:260px;letter-spacing:-.7px;line-height:1.2}
.v7-faq details{border-bottom:1px solid var(--v7-line)}
.v7-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;font-size:13px;font-weight:550;padding:19px 0}
.v7-faq summary::-webkit-details-marker{display:none}
.v7-faq details p{font-size:12px;color:#746f7c;padding:0 32px 20px 0;line-height:1.7}
.v7-faq details[open] summary span{transform:rotate(45deg)}
.v7-about{display:flex;justify-content:space-between;gap:30px;align-items:center;border-top:1px solid var(--v7-line);padding-top:35px;padding-bottom:40px}
.v7-about>p{font-size:32px;letter-spacing:-1.4px;font-weight:600}
.v7-about>div{display:flex;flex-direction:column;gap:8px;font-size:11px;color:#79737f}
.v7-about a{color:#514275;font-size:12px}
body.es-ip18 .site-footer{padding:0;background:#191a1e}
body.es-ip18 .site-footer>.col-full{max-width:none;margin:0;padding:0}
body.es-ip18 .es-ip18-footer{margin:0;padding:38px 32px 20px;background:#191a1e}
body.es-ip18 .es-ip18-footer__inner{max-width:1328px;margin:auto}
body.es-ip18 .es-ip18-footer__nav{display:flex;gap:28px;flex-wrap:wrap}
body.es-ip18 .es-ip18-footer__nav a{font-size:13px;line-height:1.5;letter-spacing:0}
body.es-ip18 .es-ip18-footer__service{margin:26px 0 0;padding:20px 0 10px;border-color:#fff2;gap:25px}
body.es-ip18 .es-ip18-footer__legal{font-size:10px;color:#9995a4}
/* Product: the purchase choices remain in WooCommerce's real cart form. */
body.es-ip18.es-ip18-product #primary{max-width:1330px;padding:25px 32px 65px}
body.es-ip18.es-ip18-product .storefront-sticky-add-to-cart{display:none!important}
body.es-ip18.es-ip18-product div.product{grid-template-columns:1.06fr 1fr;gap:32px 65px}
body.es-ip18.es-ip18-product div.product>.summary{position:static;padding-top:4px}
body.es-ip18.es-ip18-product .es-ip18-gallery__main{background:#f4f4f6;min-height:560px;border-radius:8px}
body.es-ip18.es-ip18-product .es-ip18-gallery__main img{mix-blend-mode:multiply;max-height:500px;object-fit:contain;max-width:90%;width:90%;height:500px}
body.es-ip18.es-ip18-product .es-ip18-gallery__thumbs{margin-top:16px;gap:10px}
body.es-ip18.es-ip18-product .es-ip18-gallery__thumb{border-radius:4px;width:68px;height:68px}
body.es-ip18.es-ip18-product .es-ip18-pdp-heading__title{font-size:40px;line-height:1.1;letter-spacing:-1.3px;margin:0 0 10px}
body.es-ip18.es-ip18-product .es-ip18-pdp-heading__subtitle{font-size:14px;color:#5e566d;margin-bottom:15px}
body.es-ip18.es-ip18-product .es-ip18-pdp-heading__intro{font-size:12px;color:#77717f;line-height:1.7;max-width:420px;margin:0 0 17px}
body.es-ip18.es-ip18-product .summary>.price{font-size:25px;font-weight:600;margin:0 0 10px}
body.es-ip18.es-ip18-product .es-stock-badge{font-size:10px;padding:2px 8px;background:#eef2ed;color:#50604b}
body.es-ip18.es-ip18-product .es-ip18-selectors{background:transparent;border:0;border-radius:0;padding:20px 0 10px;box-shadow:none;margin:0}
body.es-ip18.es-ip18-product .es-ip18-selectors__label{font-size:10px;font-weight:500;letter-spacing:.8px;margin:0 0 8px}
body.es-ip18.es-ip18-product .es-ip18-selectors__row{margin-bottom:16px;gap:10px}
body.es-ip18.es-ip18-product .es-ip18-selectors__pill,body.es-ip18.es-ip18-product .es-ip18-selectors__swatch{border-radius:4px;min-height:38px;font-size:11px;padding:9px 12px}
body.es-ip18.es-ip18-product .es-ip18-selectors__pill.is-selected{background:#ede8ff;color:#4e33bb;border-color:#d1c5ff}
body.es-ip18.es-ip18-product .es-ip18-selectors__swatch .dot{width:12px;height:12px}
body.es-ip18.es-ip18-product .es-ip18-selectors__note:empty{display:none}
body.es-ip18.es-ip18-product .summary form.cart{margin:0;display:block}
body.es-ip18.es-ip18-product .summary .woocommerce-variation-price{display:none}
body.es-ip18.es-ip18-product .summary .quantity{margin:16px 12px 12px 0!important;float:left!important}
body.es-ip18.es-ip18-product .summary .single_add_to_cart_button{min-height:46px;border-radius:4px;font-size:13px;box-shadow:none;clear:both;width:100%;margin-top:4px;background:var(--v7-purple)!important}
body.es-ip18.es-ip18-product .es-ip18-story{padding-top:45px}
body.es-ip18.es-ip18-product .es-ip18-story__section{gap:45px}
body.es-ip18.es-ip18-product .es-ip18-story img{border-radius:8px}
.v7-bundle{border:1px solid #ded9e8;background:#faf9fc;border-radius:6px;padding:15px;margin:8px 0 2px;clear:both}
.v7-bundle__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}
.v7-bundle__head h3{font-size:14px;font-weight:600;letter-spacing:-.2px;margin:0}
.v7-bundle__head>span{font-size:9px;color:#93899d}
.v7-bundle__item{display:flex;align-items:center;gap:10px;font-size:11px;cursor:pointer;padding:10px 0}
.v7-bundle__item input{width:16px;height:16px;margin:0;accent-color:var(--v7-purple);flex:none}
.v7-bundle__item img{width:47px;height:58px;object-fit:contain;mix-blend-mode:multiply;flex:none}
.v7-bundle__info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}
.v7-bundle__info strong{font-size:11px;line-height:1.4;font-weight:550}
.v7-bundle__info small{font-size:9px;color:#948b9d}
.v7-bundle__price{font-size:11px;white-space:nowrap;font-weight:550}
.v7-bundle__total{display:flex;align-items:center;justify-content:space-between;font-size:11px;border-top:1px solid #e3deeb;margin-top:8px;padding-top:12px}
.v7-bundle__total strong{font-size:19px;font-weight:600;letter-spacing:-.5px}
.v7-bundle__note{font-size:9px;color:#958c9f;margin:7px 0 0!important;line-height:1.5}
@media(min-width:1441px){.v7-hero__copy{padding-left:56px}.v7-hero{border-radius:0 0 8px 8px}}
@media(max-width:1000px){.v7-products{grid-template-columns:repeat(3,minmax(0,1fr))}.v7-hero h1{font-size:48px}.v7-hero__copy{padding:30px}.v7-feature__copy{padding:35px}.v7-material__image{height:270px}.v7-pairing{grid-template-columns:40% 60%}.v7-shopbar{align-items:start;flex-direction:column;gap:0;padding-bottom:9px}.v7-filters{width:100%}.v7-power__items a{grid-template-columns:1fr;gap:8px}.v7-power__items img{grid-column:auto}body.es-ip18.es-ip18-product div.product{gap:30px}.v7-bundle{padding:12px}.v7-bundle__head>span{display:none}}
@media(max-width:700px){
body.es-ip18 .es-ip18-header{height:56px;padding:0 16px;display:grid;grid-template-columns:28px 1fr auto;gap:10px;position:sticky;top:0}
body.es-ip18 .es-ip18-header__burger{display:flex;grid-column:1;grid-row:1;padding:5px 0;min-width:28px;min-height:44px;background:transparent;flex-direction:column;justify-content:center;gap:4px;border:0}
body.es-ip18 .es-ip18-header__burger>span:not(.es-ip18-header__burger-label){width:18px;height:1px;background:#34313b;display:block}
body.es-ip18 .es-ip18-header__burger-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
body.es-ip18 .es-ip18-header__brand{grid-column:2;grid-row:1;justify-self:start;font-size:15px;gap:4px;letter-spacing:-.4px}
body.es-ip18 .es-ip18-header__brand img{width:24px;height:24px}
body.es-ip18 .es-ip18-header__side{grid-column:3;grid-row:1;gap:0}
body.es-ip18 .es-ip18-header__side>.es-native-language-switcher,body.es-ip18 .es-ip18-header__side>.es-language-switcher{display:none}
body.es-ip18 .es-ip18-header__nav{display:none;position:absolute;top:56px;left:0;right:0;background:#fff;box-shadow:0 10px 18px #0001;padding:16px;gap:8px;flex-direction:column}
body.es-ip18 .es-ip18-header.is-menu-open .es-ip18-header__nav{display:flex}
.v7-container{padding-left:18px;padding-right:18px}
.v7-announcement{height:28px;padding:0 18px;font-size:9px}.v7-announcement>span:nth-child(2){display:none}
.v7-hero{grid-template-columns:1fr;min-height:0}.v7-hero__copy{padding:20px 20px 18px}.v7-hero .v7-eyebrow{font-size:8px;letter-spacing:1.2px;margin-bottom:10px!important}
.v7-hero h1{font-size:36px;line-height:1.06;letter-spacing:-1.8px;margin-bottom:12px}.v7-hero h1 span{display:inline}.v7-hero h1 span+span{display:block}
.v7-hero__lead{font-size:11px;max-width:285px;line-height:1.6}.v7-main .v7-button{margin-top:16px;padding:10px 15px;min-height:42px;font-size:11px;gap:34px}
.v7-hero__foot{display:none}.v7-hero__visual{height:175px}.v7-hero__visual>img{object-fit:cover;object-position:center 56%}.v7-photo-label{bottom:10px;right:12px;font-size:7px;padding:4px 6px}
.v7-shop{padding-top:25px;padding-bottom:38px}.v7-section-heading{margin-bottom:15px;gap:6px}.v7-section-heading h2{font-size:23px;letter-spacing:-.7px;max-width:280px}.v7-section-heading .v7-eyebrow{font-size:8px;letter-spacing:1.2px}.v7-item-count{display:none}
.v7-shopbar{margin-bottom:16px;gap:3px;padding-bottom:9px}.v7-filters{gap:24px}.v7-filters button{font-size:10px;min-height:42px}
.v7-model-select{justify-content:space-between;width:100%;font-size:10px}.v7-model-select>span{padding:5px 0}
body.es-ip18 .v7-model-select .es-ip18-modelbar__pill{font-size:10px;min-height:32px;padding:6px 14px}
.v7-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 12px}
body.es-ip18 .v7-products .es-ip18-card__media{aspect-ratio:1;min-height:0;padding:9px;margin-bottom:10px;border-radius:6px}
body.es-ip18 .v7-products .es-ip18-card__title{font-size:14px;letter-spacing:-.25px;margin-bottom:4px}
body.es-ip18 .v7-products .es-ip18-card__subtitle{font-size:9px;line-height:1.4;margin-bottom:7px;min-height:26px}
body.es-ip18 .v7-products .es-ip18-card__price{font-size:12px;margin-bottom:5px}
body.es-ip18 .v7-products .es-ip18-card__swatch{width:28px;height:32px;min-width:28px;min-height:32px;padding:6px}
body.es-ip18 .v7-products .es-ip18-card__swatch span{width:13px;height:13px}
body.es-ip18 .v7-products .es-ip18-card__colour{font-size:9px}
body.es-ip18 .v7-products .es-ip18-card__actions{position:static;margin-top:3px}
body.es-ip18 .v7-products .es-ip18-card__details,.v7-card-link{font-size:10px;min-height:32px;line-height:32px}
body.es-ip18 .v7-products .es-ip18-card__footnote{font-size:9px;margin-bottom:0}
.v7-feature{grid-template-columns:1fr;min-height:0}.v7-feature__image{min-height:0;height:320px}.v7-feature__copy{padding:30px 25px 34px}.v7-feature h2{font-size:35px;letter-spacing:-1px;margin-bottom:14px}.v7-feature__copy>p:not(.v7-eyebrow){font-size:12px;max-width:285px}.v7-feature__detail{margin-top:24px;padding-top:15px}.v7-feature__detail span{font-size:28px}.v7-main .v7-text-link{margin-top:18px;font-size:11px}
.v7-materials{padding-top:38px;padding-bottom:38px}.v7-materials__grid{gap:16px;grid-template-columns:1fr}.v7-material__image{height:255px}.v7-material__copy{padding:20px}.v7-material h3{font-size:23px}.v7-material__copy p{font-size:11px}.v7-round-arrow{top:32px;right:18px}
.v7-pairing{grid-template-columns:1fr;padding-top:32px;padding-bottom:30px}.v7-pairing h2{font-size:33px;margin-bottom:14px}.v7-pairing__intro>p:not(.v7-eyebrow){font-size:12px}.v7-pairing__products{padding:25px 0 0;grid-template-columns:1fr 20px 1fr}.v7-pairing__products img{height:180px}.v7-pairing__products a{font-size:9px}.v7-pairing__plus{font-size:22px}
.v7-power{padding-top:35px;padding-bottom:35px;grid-template-columns:1fr;gap:23px}.v7-power h2{font-size:29px;margin-bottom:13px}.v7-power__copy>p:not(.v7-eyebrow){font-size:12px}.v7-power__items{gap:12px}.v7-power__items a{padding:12px;font-size:11px;gap:6px}.v7-power__items img{height:145px}.v7-power__items strong{font-size:11px}
.v7-service{grid-template-columns:1fr;padding-top:25px;padding-bottom:25px;gap:25px}.v7-service>div{padding-left:35px;position:relative}.v7-service__number{position:absolute;left:0;top:3px}.v7-service h3{font-size:15px;margin-bottom:6px}.v7-service p,.v7-service a{font-size:11px;max-width:none}
.v7-faq{grid-template-columns:1fr;padding-top:32px;padding-bottom:34px;gap:5px}.v7-faq h2{font-size:26px;max-width:none;margin-bottom:12px}.v7-faq summary{font-size:12px}.v7-faq details p{font-size:11px}
.v7-about{display:block;padding-top:26px;padding-bottom:28px}.v7-about>p{font-size:28px;margin-bottom:14px}.v7-about>div{font-size:10px}.v7-about a{font-size:11px}
body.es-ip18 .es-ip18-footer{padding:25px 18px 16px}body.es-ip18 .es-ip18-footer__nav{gap:13px 22px}body.es-ip18 .es-ip18-footer__nav a{font-size:11px}body.es-ip18 .es-ip18-footer__service{gap:15px;font-size:10px}body.es-ip18 .es-ip18-footer__legal{font-size:9px}
body.es-ip18.es-ip18-product #primary{padding:20px 18px 85px}body.es-ip18.es-ip18-product div.product{display:flex;flex-direction:column;gap:22px}body.es-ip18.es-ip18-product .es-ip18-gallery__main{min-height:340px;height:340px}body.es-ip18.es-ip18-product .es-ip18-gallery__main img{height:315px;max-height:315px}body.es-ip18.es-ip18-product .es-ip18-gallery__thumb{width:52px;height:52px}body.es-ip18.es-ip18-product .es-ip18-pdp-heading__title{font-size:32px}body.es-ip18.es-ip18-product .summary>.price{font-size:24px}body.es-ip18.es-ip18-product .es-ip18-selectors__pill{font-size:11px;padding:10px 12px}body.es-ip18.es-ip18-product .es-ip18-selectors__row{margin-bottom:13px}.v7-bundle__head>span{display:inline;font-size:8px}.v7-bundle__head h3{font-size:14px}body.es-ip18.es-ip18-product .es-ip18-sticky-cta{padding:8px 18px;background:#fff;border-top:1px solid #ddd}body.es-ip18.es-ip18-product .es-ip18-sticky-cta__button{border-radius:4px;min-height:44px;font-size:12px}
}
@media(prefers-reduced-motion:reduce){.v7-main *{scroll-behavior:auto!important;transition:none!important}}

/* Override the shared product theme's wider selectors within campaign scope. */
body.es-ip18.es-ip18-product #content>.col-full{max-width:none!important;width:100%;padding:0!important;margin:0 auto!important}
body.es-ip18.es-ip18-product #primary{margin:0 auto!important}
body.es-ip18.es-ip18-product div.product>.summary{padding:0!important;margin:0!important}
body.es-ip18.es-ip18-product .summary form.cart{padding:0!important;margin:0!important;display:block!important}
body.es-ip18.es-ip18-product .woocommerce-variation-add-to-cart{padding:0!important}
body.es-ip18.es-ip18-product .summary .single_add_to_cart_button{border-radius:4px!important;box-shadow:none!important}
body.es-ip18.es-ip18-product .es-product-availability{background:#edf2eb;color:#46613a;font-size:10px;padding:4px 9px;margin:0 0 10px}
body.es-ip18.es-ip18-product .es-ip18-selectors__pills{border-radius:5px;padding:3px}
body.es-ip18.es-ip18-product .es-ip18-selectors{padding:12px 0 3px}
body.es-ip18.es-ip18-product .es-ip18-selectors__row{display:flex;flex-wrap:wrap;align-items:center}
body.es-ip18.es-ip18-product .es-ip18-selectors__label{margin:0;min-width:95px}
body.es-ip18.es-ip18-product .v7-bundle__item{min-height:66px}
body.es-ip18.es-ip18-product .summary .quantity:before{display:none!important}

body.es-ip18.es-ip18-product .es-quantity-label{display:none!important}

@media(max-width:700px){html[lang^="zh"] .v7-hero h1 span+span{display:inline}}

/* campaign-v8.css */
/* Restore EverythingStore's navigation shell; refine the collection itself. */
body.es-ip18{--shop-ink:#17181c;--shop-white:#fff;--shop-violet:#5433eb;background:#f2f4f5;padding:12px 12px 12px 80px}
body.es-ip18 #page{background:#fff;border-radius:22px;overflow:hidden;min-height:calc(100vh - 24px)}
body.es-ip18 .es-global-rail{display:flex}
body.es-ip18 .es-global-mobile-bar{display:none}
body.es-ip18 .es-global-language{position:absolute;top:51px;right:42px;z-index:90}
body.es-ip18 .v8-topbar{display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:62px;min-height:0;gap:24px;background:#fff;border:0}
body.es-ip18 .v8-topbar .es-shop-wordmark{font-size:20px;font-weight:650;color:#17181c;text-decoration:none;letter-spacing:-.7px}
.v8-topbar>span{font-size:12px;color:#76737e;margin-right:145px}
.v8-offers{position:relative;background:#191a1d;color:#fff;height:34px;overflow:hidden;padding-right:35px;font-size:11px}
.v8-offers__track{display:flex;width:max-content;animation:v8-offer-scroll 42s linear infinite;height:100%}
.v8-offers__track>div{display:flex;align-items:center;gap:60px;padding:0 30px;white-space:nowrap}
.v8-offers__track b{font-size:11px;color:#bca8ff;font-weight:400}
.v8-offers:hover .v8-offers__track,.v8-offers.is-paused .v8-offers__track{animation-play-state:paused}
.v8-offers>button{position:absolute;right:0;top:0;height:34px;width:35px;background:#191a1d;color:#fff;font-size:10px;padding:0;border:0;border-left:1px solid #ffffff20;border-radius:0}
@keyframes v8-offer-scroll{to{transform:translateX(-50%)}}
.v8-hero{position:relative;background:#eff0f3;min-height:310px;overflow:hidden;display:flex;align-items:center;padding:30px 38px;isolation:isolate}
.v8-hero__copy{width:43%;z-index:2;position:relative}
.v8-breadcrumb{display:flex;gap:12px;align-items:center;font-size:10px;color:#777580;margin:0 0 20px!important}
.v8-breadcrumb a{color:inherit}.v8-breadcrumb span{color:#bbb}
.v8-hero h1{font-size:clamp(34px,3.6vw,53px);font-weight:600;letter-spacing:-1.8px;line-height:1.12;margin:0 0 17px}
.v8-hero h1 span{font-weight:500}
.v8-hero__copy>p:last-child{font-size:12px;line-height:1.75;color:#666470;max-width:350px}
.v8-hero__art{position:absolute;inset:0 0 0 44%;z-index:1;mix-blend-mode:multiply}
.v8-hero__phone{position:absolute;mix-blend-mode:multiply;object-fit:contain;border-radius:0!important;height:390px;width:370px;max-width:none!important}
.v8-hero__phone--one{left:-18px;top:-66px;transform:rotate(-24deg)}
.v8-hero__phone--two{left:145px;top:10px;transform:rotate(-24deg)}
.v8-hero__phone--three{left:308px;top:-66px;transform:rotate(-24deg)}
body.es-ip18 .v8-shop{padding-top:18px;padding-bottom:46px;scroll-margin-top:10px}
body.es-ip18 .v8-shop .v7-shopbar{border-top:0;margin-bottom:22px;min-height:60px}
body.es-ip18 .v8-shop .v7-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}
body.es-ip18 .v7-products .es-ip18-card{height:100%;display:flex}
body.es-ip18 .v7-products .es-ip18-card__media{aspect-ratio:1.08;padding:10px;background:#f1f2f4}
body.es-ip18 .v7-products .es-ip18-card__title{font-size:15px;line-height:1.35;min-height:40px;font-weight:550}
body.es-ip18 .v7-products .es-ip18-card__subtitle{font-size:10px;min-height:14px;line-height:1.4;margin:0 0 10px}
body.es-ip18 .v7-products .es-ip18-card__subtitle:empty{display:none}
body.es-ip18 .v7-products .es-ip18-card__price{font-size:13px;margin-bottom:8px}
body.es-ip18 .v7-products .es-ip18-card__actions{position:static;margin:14px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center;order:10}
body.es-ip18 .v7-products .es-ip18-card__actions>*{display:flex;align-items:center;justify-content:center;width:100%;min-height:38px;height:auto;padding:8px 4px;font-size:10px;font-weight:550;line-height:1.3;border-radius:4px;text-decoration:none!important;margin:0;text-align:center}
body.es-ip18 .v7-products .es-ip18-card__actions .es-ip18-card__add{background:#5433eb;color:#fff;border:1px solid #5433eb}
body.es-ip18 .v7-products .es-ip18-card__actions .es-ip18-card__add.is-added{background:#315a43;border-color:#315a43}
body.es-ip18 .v7-products .es-ip18-card__actions .es-ip18-card__add.is-busy{opacity:.55}
body.es-ip18 .v7-products .es-ip18-card__actions .es-ip18-card__add[aria-disabled=true]{opacity:.4;cursor:not-allowed}
body.es-ip18 .v7-products .es-ip18-card__details{border:1px solid #d9d6e0;background:#fff;color:#55515f!important}
body.es-ip18 .v8-colourcard .es-ip18-card__swatches{display:flex;margin:2px 0 5px;min-height:32px}
body.es-ip18 .v7-products .es-ip18-card__colour{min-height:18px;font-size:11px;margin:0;color:#746e7c}
body.es-ip18 .v7-products .es-ip18-card__colour[hidden]{display:block!important;visibility:hidden}
body.es-ip18 .v7-products .es-ip18-card__footnote{font-size:9px;min-height:28px;order:9;margin:4px 0 0}
body.es-ip18 .v7-products .es-ip18-card__status{order:11;font-size:10px;line-height:1.5}
.v8-shop .v7-product-slot{display:flex;flex-direction:column}
.v8-shop .v7-product-slot[hidden]{display:none}
.v8-shop .es-ip18-card__actions{margin-top:auto!important}
.v8-sets,.v8-power,.v8-craft,.v8-reviews,.v8-faq{padding-top:46px;padding-bottom:46px}
.v8-sets>h2,.v8-power>h2,.v8-craft>h2,.v8-reviews h2,.v8-faq>h2{font-size:30px;font-weight:550;letter-spacing:-1px;line-height:1.25;margin:0 0 25px}
.v8-sets{border-top:1px solid #e5e4e9;border-bottom:1px solid #e5e4e9}
.v8-sets__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.v8-set{background:#f3f2f6;border-radius:6px;padding:20px}
.v8-set__images{display:flex;align-items:center;justify-content:center;height:200px;gap:4px;margin-bottom:23px}
.v8-set__images img{min-width:0;max-width:48%;height:100%;object-fit:contain;mix-blend-mode:multiply;flex:1}
.v8-set h3{font-size:18px;font-weight:550;letter-spacing:-.4px;margin:0 0 9px}
.v8-set p{font-size:11px;color:#77717f;line-height:1.6;min-height:36px}
.v8-set>a{display:inline-block;margin-top:16px;padding-bottom:4px;font-size:11px;color:#5433eb;border-bottom:1px solid #a393d9}
.v8-power>p{font-size:12px;line-height:1.65;color:#77717f;margin:-12px 0 28px}
.v8-power .v7-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 20px}
.v8-craft{border-top:1px solid #e5e4e9}
.v8-craft__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.v8-craft article>img{height:220px;width:100%;object-fit:cover;border-radius:6px}
.v8-craft h3{font-size:16px;line-height:1.4;margin:18px 0 8px;font-weight:550;letter-spacing:-.4px}
.v8-craft article>p{font-size:12px;color:#77717f;line-height:1.65}
.v8-reviews{background:#f1f0f5}
.v8-reviews__heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:25px}
.v8-reviews__heading h2{margin:0}
.v8-reviews__heading>p{font-size:11px;line-height:1.6;max-width:330px;color:#797180}
.v8-reviews__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.v8-review{background:#fff;border-radius:6px;padding:20px;min-width:0}
.v8-review__person{display:flex;gap:10px;align-items:center;margin-bottom:18px}
.v8-review__person img,.v8-review__avatar{width:42px;height:42px;flex:none;object-fit:cover;border-radius:50%}
.v8-review__avatar{display:block;background-image:url(media/ugc/avatar-grid-v8.webp);background-size:200% 200%}
.v8-review__avatar--0{background-position:0 0}.v8-review__avatar--1{background-position:100% 0}.v8-review__avatar--2{background-position:0 100%}.v8-review__avatar--3{background-position:100% 100%}
.v8-review__person strong{font-size:12px;font-weight:600;display:block}
.v8-review__person small{font-size:9px;line-height:1.5;color:#99909e;display:block;margin-top:4px}
.v8-review>p{font-size:12px;color:#56515e;line-height:1.85}
.v8-store-story{padding-top:52px;padding-bottom:52px;display:grid;grid-template-columns:30% 70%;align-items:center;gap:24px}
.v8-store-story>div:first-child{display:flex;flex-direction:column;align-items:center;gap:18px;padding:25px;background:#f1f3f7;border-radius:6px;height:215px;justify-content:center}
.v8-store-story>div:first-child img{border-radius:20px}
.v8-store-story>div:first-child p{font-size:11px;color:#7a7384}
.v8-store-story h2{font-size:30px;letter-spacing:-1px;margin:0 0 17px;font-weight:550}
.v8-store-story>div:last-child{padding:0 25px}
.v8-store-story>div:last-child p{font-size:13px;line-height:1.8;max-width:570px;color:#7d7485;margin-bottom:20px}
.v8-store-story a{font-size:12px;color:#5c4790;margin-right:25px;display:inline-block;margin-bottom:8px}
.v8-faq{border-top:1px solid #e5e4e9;max-width:1180px}
.v8-faq__intro{font-size:13px;line-height:1.8;color:#746d7c;margin:-12px 0 30px!important;max-width:800px}
.v8-faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 35px;align-items:start}
.v8-faq details{border-top:1px solid #e1dee8;padding:0 0 20px;align-self:start}
.v8-faq summary{font-size:14px;font-weight:550;line-height:1.65;display:flex;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;padding:19px 0 0}
.v8-faq summary::-webkit-details-marker{display:none}
.v8-faq details>p{font-size:12px;line-height:1.9;color:#716978;padding-top:14px}
.v8-faq details>a{font-size:11px;color:#5e459e;display:inline-block;margin-top:12px}
.v8-faq details[open] summary span{transform:rotate(45deg)}
body.es-ip18 .site-footer{padding:0!important;background:transparent}
body.es-ip18 .v8-store-footer{padding:45px 36px 27px;gap:28px;background:#17181c}
.v8-store-footer h2{font-size:36px!important;line-height:1.2!important;max-width:650px}
.v8-store-footer .es-shop-closing__meta{padding-top:24px;border-top:1px solid #fff2}
.v8-footer-language{display:flex;align-items:center;gap:20px}
.v8-footer-language small{color:#a49bac;font-size:10px;white-space:nowrap}
.v8-store-footer .es-footer-policy-links{display:flex;flex-wrap:wrap;gap:18px}
.v8-store-footer .es-footer-policy-links a{font-size:11px}
.v8-mobile-bar{display:none}
body.es-ip18.es-ip18-product #primary{padding-top:66px}
@media(max-width:1100px){.v8-hero{padding:25px 30px;min-height:290px}.v8-hero h1{font-size:38px}.v8-hero__phone{width:305px;height:350px}.v8-hero__phone--one{left:-36px;top:-53px}.v8-hero__phone--two{left:86px;top:13px}.v8-hero__phone--three{left:215px;top:-48px}.v8-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v8-craft article>img{height:185px}.v8-set__images{height:175px}.v8-store-story{grid-template-columns:28% minmax(0,1fr)}body.es-ip18 .v8-shop .v7-products,.v8-power .v7-products{gap:25px 14px}}
@media(max-width:767px){
body.es-ip18{padding:0;background:#fff}body.es-ip18 #page{border-radius:0;min-height:100vh;padding:0 0 65px!important}
body.es-ip18 .es-global-rail,body.es-ip18 .es-global-mobile-bar{display:none}
body.es-ip18 .es-global-language{position:absolute;top:35px;right:12px;max-width:116px;transform:scale(.82);transform-origin:top right}
body.es-ip18 .v8-topbar{height:55px;padding:0 18px}.v8-topbar>span{display:none}
body.es-ip18 .v8-topbar .es-shop-wordmark{font-size:18px}
.v8-offers{height:29px;font-size:9px}.v8-offers>button{height:29px}.v8-offers__track>div{gap:30px;padding:0 15px}
.v8-hero{padding:20px 20px 175px;min-height:0;display:block}
.v8-hero__copy{width:100%}.v8-breadcrumb{font-size:9px;margin-bottom:12px!important}
.v8-hero h1{font-size:33px;letter-spacing:-1.4px;line-height:1.12;margin-bottom:12px}.v8-hero h1 br{display:none}.v8-hero h1 span{font-size:29px;margin-left:6px;white-space:nowrap}
.v8-hero__copy>p:last-child{font-size:11px;line-height:1.65;max-width:100%}
.v8-hero__art{top:auto;bottom:-3px;left:0;right:0;height:178px;pointer-events:none}
.v8-hero__phone{width:220px;height:250px}.v8-hero__phone--one{left:-2%;top:-40px}.v8-hero__phone--two{left:25%;top:-9px}.v8-hero__phone--three{left:52%;top:-40px}
body.es-ip18 .v8-shop{padding-top:5px;padding-bottom:35px;padding-left:16px;padding-right:16px}.v8-shop .v7-shopbar{margin-bottom:15px!important;padding-bottom:10px;min-height:0}
body.es-ip18 .v8-shop .v7-products,.v8-power .v7-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 12px}
body.es-ip18 .v7-products .es-ip18-card__media{aspect-ratio:1.02;padding:6px;margin-bottom:10px}
body.es-ip18 .v7-products .es-ip18-card__title{font-size:13px;min-height:36px;line-height:1.4}
body.es-ip18 .v7-products .es-ip18-card__subtitle{font-size:9px;min-height:25px;margin-bottom:7px}
body.es-ip18 .v7-products .es-ip18-card__price{font-size:12px;margin-bottom:6px}
body.es-ip18 .v7-products .es-ip18-card__colour{font-size:10px;min-height:18px}
body.es-ip18 .v7-products .es-ip18-card__actions{gap:6px;margin-top:12px!important}
body.es-ip18 .v7-products .es-ip18-card__actions>*{min-height:38px;font-size:9px;padding:8px 3px}
body.es-ip18 .v7-products .es-ip18-card__footnote{font-size:9px;min-height:0}
.v8-sets,.v8-power,.v8-craft,.v8-reviews,.v8-faq{padding-top:32px;padding-bottom:32px}
.v8-sets>h2,.v8-power>h2,.v8-craft>h2,.v8-reviews h2,.v8-faq>h2{font-size:24px;letter-spacing:-.6px;margin-bottom:20px}
.v8-sets__grid{grid-template-columns:1fr;gap:16px}.v8-set{padding:20px}.v8-set__images{height:200px;margin-bottom:18px}.v8-set h3{font-size:19px}.v8-set p{min-height:0}
.v8-power>p{font-size:11px;margin-bottom:20px}
.v8-craft__grid{grid-template-columns:1fr;gap:25px}.v8-craft article>img{height:240px}.v8-craft h3{font-size:17px;margin-top:14px}
.v8-reviews__heading{display:block;margin-bottom:20px}.v8-reviews__heading>p{margin-top:12px;font-size:10px}.v8-reviews__grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:15px}.v8-review{min-width:85%;scroll-snap-align:start;padding:22px}.v8-review>p{font-size:13px}
.v8-store-story{grid-template-columns:1fr;padding-top:30px;padding-bottom:30px;gap:22px}.v8-store-story>div:first-child{height:155px}.v8-store-story>div:last-child{padding:0}.v8-store-story h2{font-size:25px}.v8-store-story>div:last-child p{font-size:12px}
.v8-faq__grid{grid-template-columns:1fr}.v8-faq__intro{font-size:12px;margin-bottom:24px!important}.v8-faq summary{font-size:13px}.v8-faq details>p{font-size:12px}
body.es-ip18 .v8-store-footer{padding:32px 20px 24px;grid-template-columns:1fr;gap:24px}.v8-store-footer h2{font-size:28px!important}.v8-store-footer>a{justify-self:start}.v8-store-footer .es-shop-closing__meta{flex-direction:column;align-items:start;gap:24px}.v8-footer-language{flex-wrap:wrap;gap:15px}.v8-store-footer .es-footer-policy-links{justify-content:start;gap:18px;line-height:1.5}
.v8-mobile-bar{position:fixed;z-index:200;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.98);border-top:1px solid #dedbe3;padding:7px 12px max(7px,env(safe-area-inset-bottom));min-height:62px;box-shadow:0 -3px 18px #00000006}
.v8-mobile-bar>a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#5c5667!important;text-decoration:none;font-size:9px}
.v8-mobile-bar svg{height:19px;width:19px;fill:currentColor}.v8-mobile-bar b{position:absolute;top:-1px;left:calc(50% + 7px);font-size:8px;background:#5433eb;color:#fff;min-width:14px;height:14px;line-height:14px;text-align:center;border-radius:50%}
body.es-ip18.es-ip18-product #primary{padding-top:55px;padding-bottom:140px}body.es-ip18.es-ip18-product .es-ip18-sticky-cta{bottom:62px}
}
@media(prefers-reduced-motion:reduce){.v8-offers__track{animation:none}.v8-offers__track>div[aria-hidden]{display:none}.v8-offers__track>div{gap:18px}}

/* campaign-v9.css */
.v9-hero{position:relative;min-height:345px;background:#071b31;color:#fff;overflow:hidden;isolation:isolate}
.v9-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0}
.v9-hero__copy{position:relative;z-index:1;padding:52px 38px;width:40%}
.v9-hero__copy>p:first-child{font-size:10px;color:#b7c3d2;letter-spacing:.8px;margin:0 0 20px}
.v9-hero h1{font-size:clamp(38px,3.9vw,56px);letter-spacing:-1.4px;font-weight:550;line-height:1.12;margin:0 0 21px;color:#fff}
.v9-hero__copy>p:last-child{font-size:12px;line-height:1.8;max-width:280px;color:#c3cbd6}
.v9-colour-links{display:flex;align-items:center;gap:3px;min-height:32px;margin:2px 0 5px}
.v9-colour-links>a{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:50%;padding:6px}
.v9-colour-links>a.is-current{border-color:#797081}.v9-colour-links span{width:14px;height:14px;border-radius:50%;border:1px solid #0002;display:block}
.v9-image-note{font-size:9px;color:#938b9a;line-height:1.4;margin:3px 0 8px!important;min-height:13px}
.v9-sku-card{outline:2px solid transparent;outline-offset:6px;transition:outline-color .15s}
.v9-sku-card.v9-highlight{outline-color:#5433eb}
body.es-ip18 .v9-shop .v7-products .es-ip18-card__title{min-height:0;margin-bottom:6px}
body.es-ip18 .v9-shop .v7-products .es-ip18-card__subtitle{min-height:28px;margin-top:7px}
.v9-charging-guide{padding-top:38px;padding-bottom:38px;border-top:1px solid #e5e3e9;border-bottom:1px solid #e5e3e9;display:grid;grid-template-columns:1fr auto;gap:15px 35px}
.v9-charging-guide h2{font-size:29px;letter-spacing:-.8px;margin:0;grid-column:1}
.v9-charging-guide p{font-size:12px;color:#7a7180;line-height:1.7;max-width:700px;grid-column:1}
.v9-charging-guide button{grid-column:2;grid-row:1/3;align-self:center;background:#5433eb;color:#fff;border-radius:4px;font-size:12px;padding:12px 20px}
body.es-ip18.es-ip18-product .v9-gallery{align-self:start;position:sticky;top:18px}
body.es-ip18.es-ip18-product .v9-gallery .es-ip18-gallery__main{position:relative;min-height:450px}
body.es-ip18.es-ip18-product .v9-gallery .es-ip18-gallery__main img{width:100%;height:450px;max-height:450px;object-fit:contain;max-width:100%}
.v9-gallery .v9-gallery-prev,.v9-gallery .v9-gallery-next{position:absolute;top:calc(50% - 18px);width:32px;height:36px;padding:0;background:#fffC;color:#3f394a;font-size:24px;border-radius:3px;border:1px solid #e2ddea;z-index:3}
.v9-gallery-prev{left:10px}.v9-gallery-next{right:10px}
.v9-gallery-caption{font-size:10px;color:#827889;line-height:1.5;margin:10px 0 17px}
.v9-gallery-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:11px;border-top:1px solid #e5e0eb;padding-top:12px}
.v9-gallery-toolbar button{background:transparent;color:#654b9a;border:0;font-size:10px;padding:5px 0;line-height:1.5}
body.es-ip18.es-ip18-product .v9-gallery .es-ip18-gallery__thumbs{display:flex;flex-wrap:wrap;gap:8px;max-height:180px;overflow:auto;padding:5px 0;margin-top:8px}
body.es-ip18.es-ip18-product .v9-gallery .es-ip18-gallery__thumb{width:62px;height:62px;flex:none;padding:3px;border-radius:3px;background:#f7f5f9}
body.es-ip18.es-ip18-product .v9-gallery .es-ip18-gallery__thumb img{width:100%;height:100%;object-fit:contain}
.v9-product-details{grid-column:1/-1;clear:both;border-top:1px solid #e2deea;padding-top:40px}
.v9-product-details>header{max-width:760px;margin:0 auto 32px;text-align:center}
.v9-product-details>header h2{font-size:31px;letter-spacing:-1px;line-height:1.3;margin:0 0 15px}
.v9-product-details>header p{font-size:13px;color:#776c83;line-height:1.85}
.v9-detail-images{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.v9-detail-images figure{margin:0;min-width:0}
.v9-detail-images img{width:100%;height:auto;border-radius:5px;display:block}
.v9-readable-details{display:grid;grid-template-columns:1fr 1fr;gap:25px 40px;margin:35px 0}
.v9-readable-details h3{font-size:20px;line-height:1.3;margin:0 0 12px;font-weight:550}
.v9-readable-details p{font-size:13px;color:#7a7085;line-height:1.85}
@media(max-width:1000px){.v9-hero{min-height:310px}.v9-hero__copy{padding:38px 30px;width:42%}.v9-hero h1{font-size:40px}.v9-hero__copy>p:last-child{font-size:11px}.v9-detail-images{gap:12px}}
@media(max-width:767px){
.v9-hero{min-height:390px}.v9-hero__image{object-position:68% center;inset:0;width:100%;height:235px}.v9-hero__copy{padding:250px 20px 22px;width:100%}.v9-hero__copy>p:first-child{font-size:9px;margin-bottom:10px}.v9-hero h1{font-size:31px;line-height:1.15;margin-bottom:12px}.v9-hero h1 br{display:none}.v9-hero__copy>p:last-child{max-width:100%;font-size:11px}
.v9-colour-links>a{width:28px;height:30px}.v9-colour-links{gap:0}
.v9-charging-guide{display:block;padding-top:30px;padding-bottom:30px}.v9-charging-guide h2{font-size:24px;margin-bottom:12px}.v9-charging-guide p{font-size:11px}.v9-charging-guide button{margin-top:17px;font-size:11px}
body.es-ip18.es-ip18-product .v9-gallery{position:static;width:100%}
body.es-ip18.es-ip18-product .v9-gallery .es-ip18-gallery__main{min-height:330px;height:330px}
body.es-ip18.es-ip18-product .v9-gallery .es-ip18-gallery__main img{height:330px;max-height:330px}
body.es-ip18.es-ip18-product .v9-gallery .es-ip18-gallery__thumbs{flex-wrap:nowrap;max-height:none;padding-bottom:8px}
body.es-ip18.es-ip18-product .v9-gallery .es-ip18-gallery__thumb{width:58px;height:58px}
.v9-gallery-toolbar{font-size:10px}.v9-gallery-toolbar button{font-size:9px;max-width:55%;text-align:right}
.v9-product-details{padding-top:30px}.v9-product-details>header{text-align:left;margin-bottom:22px}.v9-product-details>header h2{font-size:25px}.v9-product-details>header p{font-size:12px}
.v9-detail-images{grid-template-columns:1fr;gap:15px}.v9-readable-details{grid-template-columns:1fr;gap:25px;margin-top:30px}.v9-readable-details h3{font-size:19px}.v9-readable-details p{font-size:12px}
}
.v9-extra-charging{border-top:1px solid #e4deed;border-bottom:1px solid #e4deed;margin:9px 0}
.v9-extra-charging>summary{font-size:11px;list-style:none;display:flex;justify-content:space-between;gap:12px;cursor:pointer;padding:13px 0;color:#665377}
.v9-extra-charging>summary::-webkit-details-marker{display:none}.v9-extra-charging[open]>summary>span{transform:rotate(45deg)}
.v9-bundle select[data-v9-addon-variant]{font-size:10px;padding:4px 6px;background:white;border:1px solid #ddd6e5;border-radius:3px;max-width:140px;width:100%;min-height:28px}
.v9-bundle .v7-bundle__item{border-top:1px solid #e7e3eb;padding:12px 0}.v9-bundle .v7-bundle__head+.v7-bundle__item{border-top:0}
@media(max-width:767px){
.v9-hero{min-height:390px;display:flex;align-items:flex-end}
.v9-hero__image{height:100%;object-position:74% center}
.v9-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,16,30,.96),rgba(4,16,30,.5) 37%,transparent 72%);z-index:0}
.v9-hero__copy{padding:225px 20px 24px;z-index:1}
.v9-hero__copy>p:first-child{color:#e1e5ee}
.v9-hero__copy>p:last-child{color:#dce3ed}
}

/* campaign-v10.css */
body.es-ip18{--shop-border:#e9e7ec}
body.es-ip18-campaign .es-global-language{display:none}
body.es-ip18 .es-shop-topbar{background:#fff}
/* Announcement strip: same sizing language as the shared .es-shop-promo
   (48px min-height, 13-14px copy, 24px side padding) instead of the old
   30px strip with 11px text. The dark campaign surface is kept on purpose. */
.v10-announcements{min-height:48px;display:flex;align-items:center;justify-content:center;gap:16px;background:#21191e;color:#f4eef2;font-size:13px;line-height:1.5;letter-spacing:.1px;padding:8px 24px;text-align:center}
.v10-announcements__messages{min-width:0;max-width:760px;text-align:center}
.v10-announcements__messages>span{display:block;animation:v10-message-in .28s ease}
.v10-announcements button{border:0;background:transparent;color:#cbbec7;width:36px;height:36px;min-height:36px;padding:0;font-size:19px;font-weight:400;border-radius:50%;flex:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,background .15s ease}
.v10-announcements button:hover{color:#fff;background:#ffffff1a}
.v10-announcements button:focus-visible{outline:2px solid #5433eb;outline-offset:2px}
@keyframes v10-message-in{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}
.v9-hero.v10-hero{min-height:230px}
.v10-hero .v9-hero__copy{padding:32px 38px;width:43%}
.v10-hero .v9-hero__copy>p:first-child{font-size:11px;margin-bottom:16px;letter-spacing:1.2px;text-transform:uppercase}
.v10-hero h1{font-size:clamp(34px,3.7vw,49px);line-height:1.16;letter-spacing:-1px;margin-bottom:17px;font-weight:550}
.v10-hero .v9-hero__copy>p:last-child{font-size:15px;line-height:1.7;max-width:430px}
.v10-hero .v9-hero__image{object-position:center 49%}
.v10-pagination{display:flex;align-items:center;justify-content:center;gap:14px;padding:28px 0 4px;margin:0}
.v10-pagination>div{display:flex;gap:6px}
.v10-pagination button{height:40px;min-width:40px;font-size:13px;border:1px solid #ebebeb;background:#fff;color:#121212;padding:6px 14px;border-radius:9999px;transition:border-color .15s ease,background .15s ease}
.v10-pagination button:focus-visible{outline:2px solid #5433eb;outline-offset:2px}
.v10-pagination button[aria-current=page]{background:#352333;border-color:#352333;color:#fff}
.v10-pagination button:disabled{opacity:.35;cursor:default}
.v10-pagination>span{font-size:13px;color:#787574;margin-left:5px}
.v10-shop:not(.v10-ready) .v7-product-slot:nth-child(n+13){display:none}
body.es-ip18 .v10-shop .v7-products .es-ip18-card__title{min-height:38px;font-weight:550}
body.es-ip18 .v10-shop .v7-products .es-ip18-card__subtitle{min-height:28px}
body.es-ip18 .v10-shop .v7-products .es-ip18-card__swatches{display:flex;min-height:32px;margin:0 0 5px}
body.es-ip18 .v10-shop .v7-products .es-ip18-card__actions{margin-top:12px!important}
body.es-ip18 .v10-shop .v7-products .es-ip18-card__footnote{min-height:0}
.v10-store-story{display:grid;grid-template-columns:210px 1fr;align-items:center;gap:65px;padding:43px 0;margin:30px 38px 0;border-top:1px solid #e4dfe8;border-bottom:1px solid #e4dfe8;background:#fff}
.v10-store-story .es-about__a1p{padding:12px 25px;display:flex;justify-content:center}
.v10-store-story img{width:155px;height:auto;border-radius:0}
.v10-store-story h2{font-size:25px;line-height:1.3;letter-spacing:-.7px;font-weight:550;margin:0 0 14px}
.v10-store-story p{font-size:13px;line-height:1.85;color:#766d7e;max-width:560px;margin:0 0 17px}
.v10-store-story>div>a{display:inline-block;margin:0 25px 0 0;font-size:11px;color:#625173}
/* Use the existing inner-page footer renderers and their About Us layout. */
body.es-ip18 #colophon.site-footer{background:#fff!important;padding:26px 38px 32px!important;border-top:1px solid #e6e0e9}
body.es-ip18 #colophon>.col-full{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px 30px;max-width:1104px!important;margin:auto!important;padding:0!important}
body.es-ip18 #colophon>.col-full:before,body.es-ip18 #colophon>.col-full:after{display:none}
body.es-ip18 #colophon .es-footer-policy-links{justify-content:flex-start;margin:0;gap:8px 20px;font-size:11px;line-height:1.5}
body.es-ip18 #colophon .es-footer-policy-links a{color:#807987!important;text-decoration:none;min-height:28px;display:inline-flex;align-items:center}
body.es-ip18 #colophon .es-footer-policy-links a:hover{color:#5433eb!important}
body.es-ip18 #colophon .es-about-footer-credit{display:flex;gap:8px;align-items:center;font-size:11px;white-space:nowrap;color:#817988;padding:0}
body.es-ip18 #colophon .es-about-footer-credit img{border-radius:7px;width:26px;height:26px}
.v10-native-cart-count{position:absolute;top:2px;right:2px;background:#5433eb;color:#fff;font-size:8px;min-width:14px;height:14px;line-height:14px;border-radius:50%;text-align:center}
.es-global-rail nav a{position:relative}
@media(max-width:1100px){.v10-hero .v9-hero__copy{padding:26px 30px}.v10-hero h1{font-size:35px}.v10-hero .v9-hero__copy>p:last-child{font-size:14px}.v10-store-story{gap:35px;grid-template-columns:160px 1fr}.v10-store-story h2{font-size:23px}}
@media(max-width:767px){
body.es-ip18 #page{padding-bottom:88px!important}
body.es-ip18 .es-shop-topbar{grid-template-columns:1fr auto;gap:12px;min-height:64px;padding:10px 18px}
body.es-ip18 .es-shop-topbar .es-shop-wordmark{font-size:18px}
.es-ip18 .es-shop-topbar .es-native-language-switcher{max-width:126px;font-size:12px}
.v10-announcements{min-height:48px;gap:10px;font-size:12px;padding:8px 16px}.v10-announcements__messages{max-width:75%}.v10-announcements button{width:40px;height:40px;min-height:40px;font-size:18px}
.v9-hero.v10-hero{min-height:305px}.v10-hero .v9-hero__copy{padding:175px 20px 22px;width:100%}.v10-hero .v9-hero__copy>p:first-child{font-size:10px;margin-bottom:10px}.v10-hero h1{font-size:29px;line-height:1.15;margin-bottom:12px}.v10-hero .v9-hero__copy>p:last-child{font-size:14px;line-height:1.65;max-width:100%}.v10-hero .v9-hero__image{height:100%;object-position:72% center}
.v10-shop:not(.v10-ready) .v7-product-slot:nth-child(n+7){display:none}
.v10-pagination{gap:9px;padding:23px 0 3px;flex-wrap:wrap}.v10-pagination button{font-size:12px;min-width:40px;height:40px;padding:6px 10px}.v10-pagination>span{width:100%;text-align:center;margin-top:3px;font-size:12px}
body.es-ip18 .v10-shop .v7-products .es-ip18-card__title{min-height:36px;font-size:15px}
body.es-ip18 .v10-shop .v7-products .es-ip18-card__swatches{gap:0}.v10-shop .es-ip18-card__shown{font-size:8px!important}
.v10-store-story{display:block;margin:18px 20px 0;padding:30px 0}.v10-store-story .es-about__a1p{justify-content:flex-start;padding:0;margin-bottom:20px}.v10-store-story img{width:113px}.v10-store-story h2{font-size:22px}.v10-store-story p{font-size:12px}.v10-store-story>div>a{margin:0 20px 8px 0;font-size:11px}
body.es-ip18 #colophon.site-footer{padding:24px 23px 14px!important}body.es-ip18 #colophon>.col-full{align-items:flex-start;gap:20px}body.es-ip18 #colophon .es-footer-policy-links{display:grid;grid-template-columns:1fr;gap:4px;font-size:12px}
body.es-ip18 .es-global-rail{display:flex;flex-direction:row;justify-content:space-between;gap:0;position:fixed;left:10px;right:10px;top:auto;bottom:max(10px,env(safe-area-inset-bottom));height:64px;width:auto;padding:7px 8px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border:1px solid #e5e3e8;border-radius:22px;box-shadow:0 4px 20px #25203218;z-index:200}
body.es-ip18 .es-global-rail__mark{display:none}body.es-ip18 .es-global-rail nav{display:flex;gap:0;flex:1}body.es-ip18 .es-global-rail nav a{flex:1;flex-direction:column;gap:4px;width:auto;height:48px;border-radius:14px;min-width:0}body.es-ip18 .es-global-rail nav a:after{content:attr(title);font-size:10px;line-height:1.1;font-weight:400}body.es-ip18 .es-global-rail__account{width:48px;min-height:48px;height:48px;font-size:10px;gap:4px}body.es-ip18 .es-global-rail .es-rail-icon{width:21px;height:21px}
body.es-ip18.es-ip18-product .es-ip18-sticky-cta{bottom:84px}
}
@media(prefers-reduced-motion:reduce){.v10-announcements__messages>span{animation:none}}

@media(min-width:768px){body.es-ip18 .v10-shop .v7-products .es-ip18-card__media{aspect-ratio:1.25}}
body.es-ip18 .v10-shop .es-ip18-card__shown{color:#5b5e66!important;background:rgba(255,255,255,.94);font-size:11px;line-height:1.4}

/* campaign-v11.css */
body.es-ip18{--selection:#513142;--selection-soft:#f7f0f3}
.v10-hero h1{font-size:36px;line-height:1.13;letter-spacing:-.8px;margin-bottom:12px}
.v10-hero .v9-hero__copy>p:first-child{margin-bottom:12px}
.v10-hero .v9-hero__copy{width:46%;padding-top:24px;padding-bottom:24px}
/* Model select: shared pill language (white surface, #ebebeb border, 9999px
   pills, 44px targets, 14px copy). Selected state = border + background +
   check mark, never colour alone. */
.v7-model-select{padding:10px 12px 10px 16px;background:#fff;border:1px solid #ebebeb;border-radius:14px;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.v7-model-select>span{font-weight:600!important;color:#3c3641!important;font-size:13px}
.es-ip18-modelbar__pills{gap:8px}
body.es-ip18 .v7-model-select .es-ip18-modelbar__pill{position:relative;font-size:14px;font-weight:500;padding:10px 18px;min-height:44px;border-radius:9999px;background:#fff;color:#3c3641;border:1px solid #e3e1e6;transition:border-color .15s ease,background .15s ease}
body.es-ip18 .v7-model-select .es-ip18-modelbar__pill.is-selected{background:var(--selection-soft);border-color:var(--selection);color:#3c2630;box-shadow:0 0 0 1px var(--selection)}
body.es-ip18 .v7-model-select .es-ip18-modelbar__pill.is-selected::after{content:"✓";font-size:12px;font-weight:700;margin-left:2px}
body.es-ip18 .v7-model-select .es-ip18-modelbar__pill:focus-visible{outline:2px solid #5433eb;outline-offset:2px}
/* Card purchase entry: full-width primary action, 48px desktop / 44px mobile,
   14px copy, shared focus ring. Loading state keeps its size (no reflow). */
body.es-ip18 .v11-configure-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:48px;background:var(--selection)!important;color:#fff;border:0;border-radius:10px;font-size:14px;font-weight:600;line-height:1.35;padding:8px 16px;text-align:center;transition:filter .15s ease}
body.es-ip18 .v11-configure-button:hover{filter:brightness(1.12)}
body.es-ip18 .v11-configure-button:focus-visible{outline:2px solid #5433eb;outline-offset:2px}
body.es-ip18 .v11-configure-button:active{filter:brightness(.94)}
.v11-configure-button span{font-size:17px;font-weight:400}
body.es-ip18 .v10-shop .es-ip18-card__colour{color:#514753;font-size:11px}
.v11-dialog{width:min(880px,calc(100vw - 40px));max-width:none;max-height:90dvh;padding:0;border:0;border-radius:18px;background:#fff;color:#202025;box-shadow:0 24px 90px #0004;overflow:auto}
.v11-dialog::backdrop{background:#14101888;backdrop-filter:blur(4px)}
.v11-dialog__close{position:sticky;top:13px;z-index:4;height:0;float:right;margin:0 14px 0 0}
.v11-dialog__close button{width:34px;height:34px;min-height:34px;padding:0;border-radius:50%;background:#f0edf0;color:#29222b;border:0;font-size:25px;font-weight:400}
.v11-dialog__heading{padding:23px 30px 15px;border-bottom:1px solid #eee8ed}
.v11-dialog__heading p{font-size:11px;color:#7b6975;margin:0 0 5px}
.v11-dialog__heading h2{font-size:27px;line-height:1.2;margin:0;letter-spacing:-.6px}
.v11-configurator{padding:0 30px}
.v11-base{display:grid;grid-template-columns:180px 1fr;gap:27px;align-items:center;padding:20px 0;border-bottom:1px solid #e8e3e8}
.v11-base figure{margin:0}.v11-base img{height:168px;width:180px;object-fit:contain;background:#f4f3f5;border-radius:10px}
.v11-base figcaption{font-size:9px;color:#776a76;margin-top:5px;min-height:12px}
.v11-base fieldset{border:0;margin:0 0 15px;padding:0;min-width:0}.v11-base legend{font-size:12px;font-weight:600;padding:0;margin-bottom:8px}
.v11-models,.v11-base-colours,.v11-option__colours{display:flex;gap:7px;flex-wrap:wrap}
.v11-models button,.v11-base-colours button,.v11-option__colours button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #dcd5dd;border-radius:6px;background:#fff;color:#514954;font-size:11px;font-weight:400;min-height:33px;padding:6px 10px;line-height:1.3}
.v11-models button[aria-pressed=true],.v11-base-colours button[aria-pressed=true],.v11-option__colours button[aria-pressed=true]{background:var(--selection-soft);border-color:var(--selection);color:var(--selection);box-shadow:0 0 0 1px var(--selection)}
.v11-base-colours i,.v11-option__colours i{width:11px;height:11px;border-radius:50%;border:1px solid #0002;flex-shrink:0}
.v11-base>div>strong{display:block;font-size:16px;margin-top:4px}
.v11-protection-options,.v11-charging-options{padding:21px 0 0}
.v11-configurator h3,.v11-bundle h3{font-size:18px;line-height:1.3;margin:0 0 7px;font-weight:600;letter-spacing:-.3px}
.v11-options-intro{font-size:11px;color:#827481;line-height:1.6;margin:0 0 14px}
.v11-options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.v11-option{border:1px solid #ded8e0;border-radius:10px;padding:11px;background:#fff;min-width:0;transition:border-color .15s,background .15s}
.v11-option.is-selected{border-color:var(--selection);background:#fcf8fa;box-shadow:inset 0 0 0 1px var(--selection)}
.v11-option__pick{display:grid;grid-template-columns:16px 66px minmax(0,1fr);gap:9px;align-items:center;cursor:pointer;position:relative;margin:0}
.v11-option input{width:16px;height:16px;margin:0;accent-color:var(--selection)}
.v11-option__pick img{height:66px;width:66px;object-fit:contain;border-radius:5px;background:#f5f4f6}
.v11-option__pick strong{font-size:11px;line-height:1.4;font-weight:550;display:block;margin:0 0 5px}
.v11-option__pick small{display:block;color:#847582;font-size:9px;line-height:1.4;margin-bottom:4px}
.v11-option__pick b{font-size:12px;line-height:1.3;font-weight:600}
.v11-option__pick em{grid-column:2/4;justify-self:end;font-style:normal;color:var(--selection);font-size:11px;font-weight:600;line-height:1.3}
.v11-option__colours{margin-top:10px;padding-top:9px;border-top:1px solid #ede7ed;gap:6px}
.v11-option__colours button{padding:5px 7px;font-size:10px;min-height:30px}
.v11-option.is-unavailable{background:#f6f5f6;border-color:#ebe7ec;box-shadow:none}
.v11-option.is-unavailable .v11-option__pick{opacity:.48;cursor:not-allowed}.v11-option.is-unavailable em{visibility:hidden}
.v11-option__warning{font-size:10px;color:#876a75;line-height:1.5;margin:10px 0 0}
.v11-compatible-case{display:block;padding:9px 0;font-size:11px;color:#69505e;text-decoration:underline;text-underline-offset:3px}
.v11-options-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.v11-options-heading>span{font-size:10px;color:#8b7e87}
.v11-option-tabs{display:flex;gap:7px;flex-wrap:wrap;margin:9px 0 13px}
.v11-option-tabs button{padding:7px 10px;min-height:31px;font-size:10px;line-height:1.3;background:#f3f0f4;color:#7b6f7e;border:0;border-radius:5px;font-weight:400}
.v11-option-tabs button[aria-pressed=true]{background:#513142;color:#fff}
.v11-more-options{width:100%;padding:12px 0;margin-top:12px;background:#fff;border:1px solid #dfd6df;border-radius:7px;font-size:11px;font-weight:500;color:#60465a}
.v11-total{display:flex;align-items:center;justify-content:space-between;margin:20px 0 12px;padding:15px 0;border-top:1px solid #ded4df;gap:15px}
.v11-total>span,.v11-dialog__purchase>div>span{font-size:11px;color:#7f6d7a}
.v11-total strong,.v11-dialog__purchase>div>strong{font-size:22px;font-weight:600}
.v11-dialog__purchase{position:sticky;bottom:0;background:#fff;box-shadow:0 -10px 25px #fff;margin:20px -30px 0;padding:17px 30px;display:flex;flex-wrap:wrap;gap:10px 22px;align-items:center;justify-content:space-between;border-top:1px solid #e3dbe3;z-index:3}
.v11-dialog__purchase>div{display:flex;flex-direction:column;gap:4px}
.v11-dialog__purchase>button{background:var(--selection);color:#fff;border:0;border-radius:7px;padding:14px 22px;min-height:46px;font-size:13px}
.v11-dialog__purchase>p{font-size:11px;line-height:1.5;width:100%;margin:0;color:#63515e}.v11-dialog__purchase>p>a{color:#503247;text-decoration:underline;margin-left:8px}
.v11-bundle{border-top:1px solid #dfd7e0;margin:22px 0 0;padding:0;clear:both}
.v11-bundle .v11-options-grid{grid-template-columns:1fr}
.v11-bundle .v11-option__pick{grid-template-columns:17px 62px minmax(0,1fr) auto}
.v11-bundle .v11-option__pick em{grid-column:auto;white-space:nowrap;font-size:10px}
.v11-bundle .v11-option__pick strong{font-size:12px}.v11-bundle .v11-option__colours{padding-left:88px}
.v11-reviews{padding:38px;margin-top:18px}
.v11-reviews__heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}
.v11-reviews__heading h2{font-size:27px;letter-spacing:-.6px;font-weight:550;margin:0}
.v11-review-preview{font-size:10px;color:#93838b;margin-left:13px;font-weight:400;white-space:nowrap}
.v11-review-controls{display:flex;gap:7px}.v11-review-controls button{width:33px;height:33px;padding:0;min-height:33px;border:1px solid #dfd9df;background:#fff;border-radius:50%;font-size:16px;color:#655460}
.v11-reviews-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 42px)/4);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 0 5px}
.v11-reviews-track::-webkit-scrollbar{display:none}
.v11-reviews-track .es-ip18-review{scroll-snap-align:start;background:#f3f3f5;border-radius:15px;padding:21px 18px;gap:10px;min-height:260px}
.v11-reviews-track .es-ip18-review__quote{font-size:12px;line-height:1.8;border:0;padding:0;font-style:normal}
.v11-reviews-track .es-ip18-review__name{font-size:13px}.v11-reviews-track .es-ip18-review__series{font-size:10px}.v11-reviews-track .es-ip18-review__byline{display:flex;flex-direction:column;gap:4px}
.v11-review-empty{font-size:13px;color:#847481;padding:22px 0}
@media(max-width:767px){
.v10-hero h1{font-size:28px;line-height:1.14}.v10-hero .v9-hero__copy{width:100%;padding:154px 20px 19px}.v10-hero .v9-hero__copy>p:first-child{margin-bottom:8px}
.v7-model-select{width:100%;justify-content:space-between;padding:8px 9px 8px 12px}.v7-shopbar{gap:13px}
body.es-ip18 .v11-configure-button{font-size:13px;gap:8px;min-height:44px;padding:8px 12px}
/* Mobile: the label sits on its own line and the two model pills split the
   remaining width equally — neither pill may overflow the viewport. */
@media(max-width:767px){
.v7-shopbar{flex-direction:column;align-items:stretch}
.v7-model-select{width:100%;flex-wrap:wrap;gap:8px;padding:10px 12px}
.v7-model-select>span{width:100%;padding:0}
body.es-ip18 .v7-model-select .es-ip18-modelbar__pills{display:flex;width:100%;min-width:0;gap:8px;padding:0;background:transparent;border:0;box-shadow:none}
body.es-ip18 .v7-model-select .es-ip18-modelbar__pill{flex:1 1 0;min-width:0;max-width:50%;text-align:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.es-ip18 .v7-model-select .es-ip18-modelbar__pill.is-selected::after{margin-left:4px}
}
.v11-dialog{width:100%;max-height:96dvh;margin:auto 0 0;border-radius:17px 17px 0 0}
.v11-dialog__heading{padding:18px 20px 14px}.v11-dialog__heading h2{font-size:24px}.v11-configurator{padding:0 18px}
.v11-base{grid-template-columns:100px 1fr;gap:15px;padding:17px 0}.v11-base img{width:100px;height:145px}.v11-base figcaption{font-size:8px}
.v11-base fieldset{margin-bottom:11px}.v11-base legend{font-size:11px;margin-bottom:6px}.v11-models{gap:5px}.v11-models button{font-size:9px;padding:6px;min-height:31px}
.v11-base-colours{gap:6px}.v11-base-colours button{font-size:10px;min-height:29px;padding:5px 7px}.v11-base>div>strong{font-size:14px}
.v11-configurator h3,.v11-bundle h3{font-size:17px}.v11-options-grid{grid-template-columns:1fr}.v11-options-intro{font-size:11px}
.v11-option__pick{grid-template-columns:17px 61px minmax(0,1fr) auto}.v11-option__pick em{grid-column:auto;white-space:nowrap;font-size:10px}.v11-option__pick strong{font-size:12px}.v11-option__pick small{font-size:10px}
.v11-option__colours{padding-left:87px}.v11-option__colours button{min-height:32px;font-size:10px}
.v11-dialog__purchase{margin:20px -18px 0;padding:13px 18px max(16px,env(safe-area-inset-bottom));gap:10px}.v11-dialog__purchase>button{font-size:11px;padding:13px 12px}.v11-dialog__purchase>div>strong{font-size:20px}.v11-dialog__purchase>div>span{font-size:10px}
.v11-reviews{padding:28px 20px;margin:0}.v11-reviews__heading{gap:8px;margin-bottom:18px}.v11-reviews__heading h2{font-size:24px}.v11-review-preview{margin-left:8px;font-size:9px}
.v11-reviews-track{grid-auto-columns:82%;gap:12px}.v11-reviews-track .es-ip18-review{min-height:238px;padding:22px}.v11-reviews-track .es-ip18-review__quote{font-size:13px}.v11-reviews-track .es-ip18-review__byline{flex-direction:row;gap:10px;align-items:center}
}
.v11-reviews-track .es-ip18-review__avatar{width:52px;height:52px;flex-shrink:0}
.v11-review-controls button:disabled{opacity:.3;cursor:default}
/* Protection sets: two readable columns on desktop, one on mobile, sharing the
   24px card radius and text scale — the four old promo tiles hid composition
   and compatibility behind 11px copy. */
.v8-sets__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.v8-set{background:#fff;border:1px solid #e9e7ec;border-radius:24px;padding:26px}
.v8-set__images{height:180px}
.v8-set h3{font-size:19px;letter-spacing:-.3px}
.v8-set p{font-size:14px;line-height:1.6;color:#5b5560;min-height:0}
.v11-set-button{width:100%;min-height:48px;border:1px solid #d9c6cf;border-radius:10px;background:#fff;color:#513142;font-size:14px;font-weight:600;padding:10px 14px;transition:background .15s ease,border-color .15s ease}
.v11-set-button:hover{background:var(--selection-soft);border-color:var(--selection)}
.v11-set-button:focus-visible{outline:2px solid #5433eb;outline-offset:2px}
@media(max-width:767px){.v8-sets__grid{grid-template-columns:1fr;gap:14px}.v8-set{padding:20px}.v8-set__images{height:150px}.v8-set h3{font-size:17px}.v8-set p{font-size:14px}.v11-set-button{font-size:14px;min-height:44px}}
.v11-base fieldset{background:transparent}
.v11-base img{object-fit:cover}
.v10-hero h1 br{display:revert!important}
@media(max-width:767px){.v11-configure-button span{display:none}}
