/* DASH PACK PDP — desktop-01..03 and mobile-01..04. All rules are scoped. */
.dp-pdp {
	--pdp-cream: var(--cream, #fff6df);
	--pdp-orange: var(--orange, #ef4b00);
	--pdp-yellow: var(--yellow, #ffd24d);
	--pdp-blue: var(--blue, #78c8e8);
	--pdp-ink: var(--ink, #172d3b);
	--pdp-line: #deceb1;
	--pdp-display: "Kaushan Script", cursive;
	color: var(--pdp-ink);
	background: var(--pdp-cream);
	font-family: "Nunito Sans", sans-serif;
	font-size: 17px;
	line-height: 1.45;
	padding-block: 28px 70px;
	clear: both;
}
.dp-pdp *, .dp-pdp *::before, .dp-pdp *::after { box-sizing: border-box; }
.dp-pdp .dp-wrap { width: 90.6%; max-width: 1600px; }
.dp-pdp [hidden] { display: none !important; }
.dp-pdp img { display: block; max-width: 100%; }
.dp-pdp a { color: inherit; }
.dp-pdp button, .dp-pdp input, .dp-pdp select { font: inherit; }
.dp-pdp button, .dp-pdp summary, .dp-pdp label, .dp-pdp a { -webkit-tap-highlight-color: transparent; }
.dp-pdp button { cursor: pointer; }
.dp-pdp button:disabled { cursor: not-allowed; }
.dp-pdp :where(a, button, input, select, summary):focus-visible {
	outline: 3px solid #0876a7;
	outline-offset: 4px;
}
.dp-pdp .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.dp-pdp-icon { display: inline-block; width: 24px; height: 24px; flex: 0 0 auto; vertical-align: middle; }
.dp-pdp-icon--rays { color: var(--pdp-yellow); width: 36px; height: 36px; }
.dp-pdp .dp-section-title {
	position: relative;
	margin: 0;
	font-family: var(--pdp-display);
	font-weight: 400;
	font-size: clamp(44px, 4.8vw, 80px);
	line-height: 1.17;
	letter-spacing: -.025em;
	color: var(--pdp-orange);
	text-wrap: balance;
}
.dp-pdp-breadcrumb { margin-bottom: 24px; font-size: 17px; font-weight: 650; }
.dp-pdp-breadcrumb ol { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 13px; margin: 0; padding: 0; list-style: none; }
.dp-pdp-breadcrumb li + li::before { content: "/"; color: #baa68a; margin-right: 13px; font-size: 22px; font-weight: 400; }
.dp-pdp-breadcrumb a { text-decoration: none; text-underline-offset: 4px; }
.dp-pdp-breadcrumb a:hover { text-decoration: underline; }
.dp-pdp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.07fr) minmax(0, .93fr);
	grid-template-areas: "gallery heading" "gallery intro" "gallery purchase";
	grid-template-rows: auto auto 1fr;
	column-gap: clamp(36px, 5.25vw, 92px);
	align-items: start;
}
.dp-pdp-hero > * { min-width: 0; }
.dp-pdp-heading { grid-area: heading; }
.dp-pdp-eyebrow { display: flex; gap: 10px; align-items: center; margin: -7px 0 2px; text-transform: uppercase; font-weight: 800; font-size: clamp(15px, 1.22vw, 21px); }
.dp-pdp .product_title {
	margin: 0 0 12px;
	font-family: var(--pdp-display);
	font-size: clamp(43px, 4.45vw, 79px);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -.028em;
	color: var(--pdp-orange);
	overflow-wrap: anywhere;
}
.dp-pdp .dp-pdp-price, .dp-pdp .dp-pdp-card-price { color: var(--pdp-orange); font-weight: 850; font-size: clamp(31px, 2.75vw, 47px); line-height: 1.14; }
.dp-pdp-price del, .dp-pdp-card-price del { font-size: .65em; opacity: .66; }
.dp-pdp-price ins, .dp-pdp-card-price ins { background: none; text-decoration: none; }
.dp-pdp-price .woocommerce-price-suffix { display: block; color: var(--pdp-ink); font-size: 13px; font-weight: 500; margin-top: 6px; }
.dp-pdp-intro { grid-area: intro; margin: 6px 0 23px; font-size: clamp(16px, 1.16vw, 20px); font-weight: 750; }
.dp-pdp-intro p { margin: 0 0 10px; max-width: 490px; }
.dp-pdp-included { display: inline-flex; align-items: center; gap: 8px; padding: 5px 15px; border: 1px solid #fffdf3; border-radius: 40px; background: var(--pdp-yellow); font-size: 16px; font-weight: 800; }
.dp-pdp-included .dp-pdp-icon { color: var(--pdp-orange); width: 20px; height: 20px; stroke-width: 2; }
.dp-pdp-intro .woocommerce-product-rating { margin-top: 12px; font-size: 15px; }

/* No Woo image classes: the gallery is updated by the native variation event. */
.dp-pdp-gallery { grid-area: gallery; width: 100%; }
.dp-pdp-gallery-stage { position: relative; aspect-ratio: 1; border-radius: 22px; background: #fff9ed; }
.dp-pdp--tempo .dp-pdp-gallery-stage { aspect-ratio: 1.355; }
.dp-pdp-gallery-main { display: block; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; }
.dp-pdp-gallery-main > img { width: 100%; height: 100%; object-fit: contain; }
.dp-pdp--tempo .dp-pdp-gallery-main > img { object-fit: cover; }
.dp-pdp-gallery-stage[data-variation-photo] .dp-pdp-gallery-main > img { object-fit: contain; }
.dp-pdp-zoom-badge { position: absolute; top: 15px; right: 15px; display: grid; place-items: center; width: 49px; height: 49px; border-radius: 50%; color: #0876a7; background: #fff; box-shadow: 0 3px 10px #172d3b20; }
.dp-pdp-zoom-badge .dp-pdp-icon { width: 28px; height: 28px; }
.dp-pdp-thumbnails {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 24px) / 3);
	gap: 12px;
	margin-top: 15px;
	padding: 3px;
	margin-inline: -3px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}
.dp-pdp-thumbnails a { display: block; border: 2px solid transparent; border-radius: 18px; overflow: hidden; aspect-ratio: 1.45; scroll-snap-align: start; background: #fff9ed; }
.dp-pdp-thumbnails a[aria-current="true"] { border-color: #3eafe4; }
.dp-pdp-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.dp-pdp .dp-pdp-gallery img[data-pdp-fit="contain"] { object-fit: contain; }
.dp-pdp:not(.dp-pdp--tempo) .dp-pdp-thumbnails img { object-fit: contain; }
.dp-pdp-thumbnails a:hover { border-color: var(--pdp-ink); }
.dp-pdp-thumbnails a:only-child { display: none; }
.dp-pdp-gallery-count { display: none; margin: 15px 0 0; text-align: center; font-weight: 800; letter-spacing: .07em; }

/* Native form, progressive swatches and the validated supplementary size. */
.dp-pdp .summary.dp-pdp-purchase { grid-area: purchase; float: none; width: auto; margin: 0; clear: none; }
.dp-pdp-mobile-summary, .dp-pdp-purchase-title, .dp-pdp-mobile-included { display: none; }
.dp-pdp .dp-pdp-purchase form.cart { margin: 0; padding: 0; }
.dp-pdp .variations { width: 100%; border: 0; margin: 0 0 14px; border-collapse: collapse; background: transparent; }
.dp-pdp .variations tbody, .dp-pdp .variations tr, .dp-pdp .variations th, .dp-pdp .variations td { display: block; width: 100%; padding: 0; margin: 0; border: 0; background: transparent; text-align: left; }
.dp-pdp .variations tr + tr { margin-top: 18px; }
.dp-pdp .variations th { margin-bottom: 10px; font-weight: 800; }
.dp-pdp .variations select { width: 100%; max-width: 100%; min-height: 46px; padding: 8px 38px 8px 14px; margin: 0; border: 1px solid var(--pdp-line); border-radius: 10px; color: var(--pdp-ink); background-color: #fffbf0; }
.dp-pdp .dp-pdp-native-select { display: none !important; }
.dp-pdp-choices { display: flex; flex-wrap: wrap; gap: 10px 17px; }
.dp-pdp-choice { display: flex; flex-direction: column; gap: 5px; align-items: center; justify-content: center; min-width: 51px; min-height: 45px; margin: 0; padding: 5px 10px; border: 1px solid var(--pdp-line); border-radius: 9px; color: var(--pdp-ink); background: transparent; font-weight: 750; line-height: 1.2; }
.dp-pdp-choice[aria-pressed="true"] { border-color: var(--pdp-ink); background: var(--pdp-ink); color: #fff; }
.dp-pdp-choice--colour { gap: 6px; min-width: 54px; padding: 3px; border: 0; border-radius: 0; font-size: 14px; font-weight: 700; }
.dp-pdp-choice--colour[aria-pressed="true"] { color: var(--pdp-ink); background: transparent; }
.dp-pdp-swatch { position: relative; display: block; width: 42px; height: 42px; border: 1px solid #172d3b15; border-radius: 50%; background: var(--swatch, var(--pdp-cream)); }
.dp-pdp-choice--colour[aria-pressed="true"] .dp-pdp-swatch { box-shadow: 0 0 0 3px var(--pdp-cream), 0 0 0 5px var(--pdp-ink); }
.dp-pdp-choice--colour[aria-pressed="true"] .dp-pdp-swatch::after { content: ""; position: absolute; left: 14px; top: 9px; width: 11px; height: 19px; border: solid var(--swatch-check, #fff); border-width: 0 3px 3px 0; transform: rotate(42deg); }
.dp-pdp-choice:disabled { opacity: .4; text-decoration: line-through; }
.dp-pdp-choice:disabled .dp-pdp-swatch::before { content: ""; position: absolute; width: 100%; height: 2px; background: var(--pdp-ink); left: 0; top: 50%; transform: rotate(-45deg); }
.dp-pdp-more-colours { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0 5px; width: 100%; margin-top: 8px; font-size: 15px; }
.dp-pdp-more-colours .dp-pdp-choice { display: inline; min-width: 0; min-height: 32px; padding: 3px 0; border: 0; border-radius: 0; background: none; color: var(--pdp-ink); font-size: inherit; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.dp-pdp-more-colours .dp-pdp-choice[aria-pressed="true"] { font-weight: 900; text-decoration-thickness: 3px; }
.dp-pdp .reset_variations { display: inline-block; margin-top: 6px; font-size: 13px; min-height: 24px; color: var(--pdp-ink); text-underline-offset: 3px; }
.dp-pdp-size { position: relative; display: block; min-width: 0; margin: 19px 0 21px; padding: 0 0 28px; border: 0; }
.dp-pdp-size legend { float: none; width: auto; margin: 0 0 10px; padding: 0; font-weight: 800; font-size: 17px; }
.dp-pdp-size-options { display: flex; flex-wrap: wrap; gap: 11px; }
.dp-pdp-size-options label { position: relative; display: block; cursor: pointer; min-width: 0; }
.dp-pdp-size-options input { position: absolute; width: 1px; height: 1px; left: 50%; top: 50%; opacity: 0; }
.dp-pdp-size-options span { display: grid; place-items: center; min-width: 62px; min-height: 42px; padding: 7px 15px; border: 1.5px solid var(--pdp-line); border-radius: 9px; background: transparent; font-size: 19px; font-weight: 800; }
.dp-pdp-size-options input:checked + span { background: var(--pdp-ink); border-color: var(--pdp-ink); color: #fff; }
.dp-pdp-size-options input:focus-visible + span { outline: 3px solid #0876a7; outline-offset: 4px; }
.dp-pdp-size-guide-link { position: absolute; left: 0; bottom: 0; font-weight: 750; font-size: 15px; text-underline-offset: 4px; }
.dp-pdp .single_variation_wrap, .dp-pdp .woocommerce-variation { clear: both; }
.dp-pdp .woocommerce-variation-description { font-size: 15px; }
.dp-pdp .woocommerce-variation-description p { margin: 0 0 10px; }
.dp-pdp.dp-pdp-js .woocommerce-variation-price { display: none; }
.dp-pdp .stock { font-weight: 700; font-size: 14px; margin: 8px 0 12px; color: #296244; }
.dp-pdp .stock.out-of-stock, .dp-pdp .woocommerce-variation-availability .out-of-stock { color: #a12a18; }
.dp-pdp .woocommerce-variation-add-to-cart, .dp-pdp .cart:not(.variations_form):not(.grouped_form) { display: flex; flex-wrap: wrap; gap: 15px 22px; align-items: flex-end; }
.dp-pdp .cart:not(.variations_form) > .stock, .dp-pdp .cart:not(.variations_form) > .dp-pdp-size { flex-basis: 100%; }
.dp-pdp-quantity { flex: 0 0 auto; }
.dp-pdp-quantity-label { display: none; font-weight: 800; margin-bottom: 7px; }
.dp-pdp-quantity-control { display: flex; align-items: center; width: 147px; min-height: 56px; border: 1.5px solid var(--pdp-line); border-radius: 16px; }
.dp-pdp-quantity-control > button { flex: 1 0 40px; width: 40px; min-height: 48px; padding: 0; border: 0; background: transparent; color: var(--pdp-ink); font-size: 25px; font-weight: 800; border-radius: 12px; }
.dp-pdp-quantity-control > button:disabled { opacity: .35; }
.dp-pdp .dp-pdp-quantity-control .quantity { float: none; margin: 0; min-width: 0; flex: 1 1 auto; }
.dp-pdp .dp-pdp-quantity-control .qty { width: 100%; min-width: 30px; min-height: 48px; margin: 0; padding: 0 2px; border: 0; border-radius: 0; background: transparent; color: var(--pdp-ink); text-align: center; font-weight: 800; font-size: 22px; box-shadow: none; }
.dp-pdp-js .dp-pdp-quantity-control input[type="number"] { appearance: textfield; -moz-appearance: textfield; }
.dp-pdp-js .dp-pdp-quantity-control input::-webkit-inner-spin-button, .dp-pdp-js .dp-pdp-quantity-control input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.dp-pdp .single_add_to_cart_button, .dp-pdp .dp-pdp-card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	min-height: 56px;
	padding: 12px 29px;
	border: 1px solid var(--pdp-orange);
	border-radius: 999px;
	background: var(--pdp-orange);
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px #ffffff24;
}
.dp-pdp .single_add_to_cart_button { flex: 1 1 220px; float: none; margin: 0; position: relative; padding-inline: 30px 48px; }
.dp-pdp .single_add_to_cart_button::after { content: ""; position: absolute; right: 28px; top: calc(50% - 6px); width: 11px; height: 11px; border: solid currentColor; border-width: 2px 2px 0 0; transform: rotate(45deg); }
.dp-pdp .single_add_to_cart_button:hover, .dp-pdp .dp-pdp-card-button:hover { background: #d63f00; color: #fff; }
.dp-pdp .single_add_to_cart_button:disabled, .dp-pdp .single_add_to_cart_button.disabled { opacity: .48; cursor: not-allowed; }
.dp-pdp-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; list-style: none; margin: 29px 0 0; padding: 24px 0 0; border-top: 1px solid var(--pdp-line); }
.dp-pdp-benefits li { display: flex; gap: 17px; align-items: center; min-width: 0; font-size: 16px; font-weight: 650; }
.dp-pdp-benefits li + li { border-left: 1px solid var(--pdp-line); padding-left: 26px; }
.dp-pdp-benefit-icon { display: grid; place-items: center; flex: 0 0 60px; width: 60px; height: 60px; border-radius: 50%; background: var(--pdp-blue); }
.dp-pdp-benefit-icon--yellow { background: var(--pdp-yellow); }
.dp-pdp-benefit-icon .dp-pdp-icon { width: 37px; height: 37px; stroke-width: 1.4; }

/* Editorial scene and macro photograph; mobile reorders the same content. */
.dp-pdp-story { position: relative; margin-top: clamp(80px, 7vw, 125px); padding-bottom: 46px; }
.dp-pdp-story::after { content: ""; position: absolute; left: 0; bottom: 0; width: 43%; height: 65px; border-radius: 0 100% 0 0; background: linear-gradient(8deg, #78c8e822, #78c8e80a); pointer-events: none; }
.dp-pdp-story-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); grid-template-areas: "intro photo" "features photo"; grid-template-rows: auto 1fr; gap: 34px 48px; align-items: start; }
.dp-pdp-story-intro { grid-area: intro; min-width: 0; }
.dp-pdp-story-intro .dp-section-title { font-size: clamp(47px, 4.85vw, 83px); width: fit-content; max-width: 100%; }
.dp-pdp-story-intro .dp-section-title::after, .dp-pdp-details .dp-section-title::after, .dp-pdp-purchase-title::after { content: ""; position: absolute; bottom: -10px; left: 0; width: 95px; height: 11px; border-top: 3px solid var(--pdp-orange); border-radius: 50%; transform: rotate(-4deg); }
.dp-pdp-story-intro .dp-section-title > .dp-pdp-icon { position: absolute; right: -32px; bottom: 14px; transform: rotate(20deg); }
.dp-pdp-story-intro > p { font-size: clamp(18px, 1.37vw, 23px); line-height: 1.42; font-weight: 750; margin: 31px 0 0; max-width: 480px; }
.dp-pdp-story-photo { grid-area: photo; position: relative; align-self: stretch; min-width: 0; min-height: 610px; margin: 0; overflow: hidden; border-radius: 30px; }
.dp-pdp-story-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; transform: scale(1.42); }
.dp-pdp-story-photo > figcaption { position: absolute; bottom: 25px; right: 26px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 161px; height: 91px; border: 2px solid #fff9e6; border-radius: 50%; background: var(--pdp-yellow); transform: rotate(-9deg); font-family: var(--pdp-display); font-size: 24px; }
.dp-pdp-story-photo > figcaption > .dp-pdp-icon { color: var(--pdp-orange); width: 21px; height: 21px; }
.dp-pdp-story-details { grid-area: features; display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(0, 1fr); gap: clamp(20px, 3.6vw, 66px); align-items: start; }
.dp-pdp-story-features { margin: 0; padding: 0; list-style: none; }
.dp-pdp-story-features li { display: flex; align-items: flex-start; gap: 22px; padding: 22px 0; }
.dp-pdp-story-features li:first-child { padding-top: 0; }
.dp-pdp-story-features li + li { border-top: 1px solid var(--pdp-line); }
.dp-pdp-story-features .dp-pdp-benefit-icon { width: 72px; height: 72px; flex-basis: 72px; }
.dp-pdp-story-features .dp-pdp-icon { width: 44px; height: 44px; }
.dp-pdp-story-features h3 { font-size: 18px; font-weight: 850; line-height: 1.32; margin: 3px 0 7px; }
.dp-pdp-story-features p { margin: 0; font-size: 16px; font-weight: 650; line-height: 1.43; }
.dp-pdp-mesh { margin: 0; min-width: 0; }
.dp-pdp-mesh picture { display: block; overflow: hidden; border-radius: 24px; }
.dp-pdp-mesh img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.dp-pdp-mesh figcaption { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 14px; font-size: 18px; font-weight: 800; }
.dp-pdp-mesh figcaption .dp-pdp-icon { color: var(--pdp-blue); transform: rotate(125deg); }

/* Native details elements remain usable without JavaScript. */
.dp-pdp-bottom { display: grid; grid-template-columns: minmax(0, .79fr) minmax(0, 1.21fr); gap: clamp(38px, 5.2vw, 92px); margin-top: clamp(55px, 5vw, 90px); align-items: start; }
.dp-pdp-bottom > section { min-width: 0; }
.dp-pdp-details > .dp-section-title { text-align: center; font-size: clamp(45px, 4.45vw, 75px); margin-bottom: 42px; }
.dp-pdp-details .dp-section-title::after { left: auto; right: 17%; width: 70px; bottom: -13px; }
.dp-pdp-accordion { border: 1.5px solid var(--pdp-line); border-radius: 18px; margin-top: 18px; background: #fffaf026; scroll-margin-top: 120px; }
.dp-pdp-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 77px; padding: 19px 27px; list-style: none; font-weight: 850; font-size: clamp(19px, 1.52vw, 26px); line-height: 1.3; cursor: pointer; border-radius: 17px; }
.dp-pdp-accordion summary::-webkit-details-marker { display: none; }
.dp-pdp-accordion summary::after { content: "+"; flex: 0 0 24px; text-align: center; font-size: 32px; line-height: 1; font-weight: 750; }
.dp-pdp-accordion[open] summary::after { content: "−"; }
.dp-pdp-accordion-content { padding: 10px 27px 28px; font-size: clamp(17px, 1.35vw, 23px); overflow-wrap: anywhere; }
.dp-pdp-accordion-content p { margin: 0 0 17px; }
.dp-pdp-accordion-content p:last-child { margin-bottom: 0; }
.dp-pdp-guide-sizes { display: flex; gap: clamp(12px, 2vw, 24px); flex-wrap: wrap; margin: 25px 0 3px; padding: 0; list-style: none; }
.dp-pdp-guide-sizes li { display: grid; place-items: center; border: 1px solid var(--pdp-line); background: #fff0d638; border-radius: 10px; min-width: 77px; min-height: 51px; padding: 7px 15px; font-weight: 850; font-size: 24px; }
.dp-pdp-guide-sizes li[data-selected] { border: 2px solid var(--pdp-ink); }
.dp-pdp .dp-pdp-collection-button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; margin-top: 30px; min-height: 60px; max-width: 100%; padding: 12px 28px; border: 2px solid var(--pdp-ink); border-radius: 999px; color: var(--pdp-ink); background: transparent; font-family: inherit; font-size: 20px; font-weight: 850; text-decoration: none; text-align: center; line-height: 1.3; }
.dp-pdp-collection-button:hover { background: #78c8e824; }
.dp-pdp-related > .dp-section-title { text-align: center; font-size: clamp(43px, 4.6vw, 79px); margin: 13px 0 40px; }
.dp-pdp-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.dp-pdp-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid #e5d3b1; border-radius: 28px; }
.dp-pdp-card-image { display: block; aspect-ratio: 1.07; background: #bde3f2; }
.dp-pdp-card-image img { width: 100%; height: 100%; object-fit: contain; }
.dp-pdp-card-body { display: flex; flex: 1; flex-direction: column; align-items: center; padding: 16px 18px 23px; text-align: center; }
.dp-pdp-card h3 { width: 100%; margin: 0 0 11px; font-family: var(--pdp-display); font-size: clamp(22px, 1.9vw, 32px); font-weight: 400; line-height: 1.24; overflow-wrap: anywhere; }
.dp-pdp-card h3 a { text-decoration: none; }
.dp-pdp-card h3 a:hover { text-decoration: underline; text-underline-offset: 5px; }
.dp-pdp .dp-pdp-card-price { margin-top: auto; margin-bottom: 12px; font-size: clamp(25px, 2.2vw, 38px); }
.dp-pdp .dp-pdp-card-button { min-height: 49px; max-width: 100%; padding: 8px 24px; font-size: 21px; }
.dp-pdp-card-button .dp-pdp-icon { width: 19px; height: 19px; }
.dp-pdp-reference { font-size: 14px; margin: 17px 0 0; }
.dp-pdp-description table, .dp-pdp-accordion-content table { width: 100%; border-collapse: collapse; font-size: 16px; }
.dp-pdp-accordion-content th, .dp-pdp-accordion-content td { padding: 9px; border-bottom: 1px solid var(--pdp-line); text-align: left; overflow-wrap: anywhere; }
.dp-pdp-description ul, .dp-pdp-description ol { padding-left: 22px; }
.dp-pdp-description img { height: auto; }
.dp-pdp .grouped_form table { width: 100%; margin-bottom: 20px; }
.dp-pdp .grouped_form td { padding: 10px 4px; }
.dp-pdp .grouped_form .qty { width: 65px; max-width: 100%; }
.dp-pdp-after-summary { margin-top: 50px; }
.dp-pdp-after-summary:empty { display: none; }
.dp-pdp #reviews { max-width: 920px; margin-inline: auto; }
.dp-pdp #reviews input:not([type="checkbox"]):not([type="radio"]), .dp-pdp #reviews textarea { max-width: 100%; border: 1px solid var(--pdp-line); border-radius: 10px; background: #fffaf0; color: var(--pdp-ink); padding: 12px; }
.dp-pdp #reviews textarea { width: 100%; }

/* Dialog provides native focus trapping, Escape, and an actual enlarged image. */
.dp-pdp-lightbox { position: fixed; width: min(1180px, 96vw); max-width: 96vw; max-height: 94dvh; padding: 56px 18px 16px; overflow: hidden; border: 0; border-radius: 20px; color: var(--pdp-ink); background: var(--pdp-cream); }
.dp-pdp-lightbox:not([open]) { display: none; }
.dp-pdp-lightbox::backdrop { background: #10232de0; }
.dp-pdp-lightbox-close { position: absolute; top: 6px; right: 10px; display: grid; place-items: center; min-width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--pdp-ink); font-size: 36px; }
.dp-pdp-lightbox-viewport { display: grid; place-items: center; height: min(72dvh, 780px); overflow: auto; overscroll-behavior: contain; border-radius: 10px; }
.dp-pdp-lightbox-viewport img { width: 100%; height: 100%; max-height: min(72dvh, 780px); object-fit: contain; }
.dp-pdp-lightbox-viewport.is-zoomed { display: block; }
.dp-pdp-lightbox-viewport.is-zoomed img { width: 180%; max-width: none; height: auto; max-height: none; }
.dp-pdp-lightbox-controls { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.dp-pdp-lightbox-controls button { min-width: 44px; min-height: 44px; padding: 6px 13px; border: 1px solid var(--pdp-line); border-radius: 10px; color: var(--pdp-ink); background: transparent; font-weight: 800; }
.dp-pdp-lightbox-controls button[aria-pressed="true"] { color: #fff; background: var(--pdp-ink); }

@media (min-width: 900px) and (max-width: 1199px) {
	.dp-pdp { font-size: 16px; }
	.dp-pdp-hero { column-gap: 34px; }
	.dp-pdp .product_title { font-size: 45px; }
	.dp-pdp-choice--colour { min-width: 44px; }
	.dp-pdp-choices { column-gap: 10px; }
	.dp-pdp-quantity-control { width: 126px; }
	.dp-pdp .single_add_to_cart_button { font-size: 18px; flex-basis: 185px; padding-left: 15px; }
	.dp-pdp-benefits { gap: 15px; }
	.dp-pdp-benefits li { gap: 9px; font-size: 14px; }
	.dp-pdp-benefits li + li { padding-left: 14px; }
	.dp-pdp-benefits .dp-pdp-benefit-icon { width: 46px; height: 46px; flex-basis: 46px; }
	.dp-pdp-story-grid { gap: 30px; }
	.dp-pdp-story-photo { min-height: 670px; }
	.dp-pdp-story-photo > img { transform: scale(1.1); }
	.dp-pdp-story-details { gap: 18px; grid-template-columns: minmax(0, 1fr); }
	.dp-pdp-story-features li { padding-block: 16px; gap: 15px; }
	.dp-pdp-story-features .dp-pdp-benefit-icon { width: 55px; height: 55px; flex-basis: 55px; }
	.dp-pdp-mesh { width: 42%; justify-self: end; }
	.dp-pdp-mesh figcaption { font-size: 14px; }
	.dp-pdp-bottom { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 30px; }
	.dp-pdp-guide-sizes { gap: 10px; }
	.dp-pdp-guide-sizes li { min-width: 55px; }
	.dp-pdp .dp-pdp-card-button { padding-inline: 14px; font-size: 17px; }
}

@media (max-width: 899px) {
	.dp-pdp { padding-block: 20px 42px; font-size: 16px; }
	.dp-pdp-breadcrumb { margin-bottom: 24px; font-size: 14px; }
	.dp-pdp-breadcrumb ol { gap: 4px 9px; }
	.dp-pdp-breadcrumb li + li::before { margin-right: 9px; font-size: 18px; }
	.dp-pdp-breadcrumb-current { display: none; }
	.dp-pdp-hero { display: flex; flex-direction: column; gap: 0; }
	.dp-pdp-hero > * { width: 100%; }
	.dp-pdp-heading { order: 0; }
	.dp-pdp-eyebrow { font-size: clamp(13px, 2.9vw, 20px); margin: 0 0 8px; gap: 7px; }
	.dp-pdp-eyebrow .dp-pdp-icon { width: 27px; height: 27px; }
	.dp-pdp .product_title { max-width: 760px; margin: 0 0 16px; font-size: clamp(43px, 10.4vw, 83px); line-height: 1.1; letter-spacing: -.025em; }
	.dp-pdp--tempo .product_title { max-width: 8.1em; }
	.dp-pdp .dp-pdp-heading .dp-pdp-price { width: fit-content; position: relative; font-size: clamp(30px, 6.9vw, 51px); margin-bottom: 25px; }
	.dp-pdp-heading .dp-pdp-price::after { content: ""; position: absolute; left: 0; bottom: -12px; width: 74%; height: 8px; border-top: 2px solid var(--pdp-orange); border-radius: 50%; transform: rotate(-4deg); }
	.dp-pdp-gallery { order: 1; }
	.dp-pdp--tempo .dp-pdp-gallery-stage { aspect-ratio: 1.235; }
	.dp-pdp-gallery-stage { border-radius: 18px; }
	.dp-pdp-zoom-badge { top: 10px; right: 10px; width: 40px; height: 40px; }
	.dp-pdp-zoom-badge .dp-pdp-icon { width: 23px; height: 23px; }
	.dp-pdp-thumbnails { grid-auto-columns: calc((100% - 16px) / 3); gap: 8px; margin-top: 12px; }
	.dp-pdp-thumbnails a { aspect-ratio: 1.08; border-radius: 14px; }
	.dp-pdp-gallery-count { display: block; font-size: clamp(16px, 3.3vw, 24px); margin-top: 14px; }
	.dp-pdp-intro { order: 2; margin: 22px 0 0; font-size: clamp(16px, 3.35vw, 24px); line-height: 1.45; }
	.dp-pdp-intro p { max-width: 720px; margin-bottom: 12px; }
	.dp-pdp-included { font-size: clamp(15px, 3.3vw, 23px); padding: 4px 14px; gap: 8px; }
	.dp-pdp-included .dp-pdp-icon { width: 23px; height: 23px; }
	.dp-pdp .summary.dp-pdp-purchase { order: 3; margin-top: 42px; width: 100%; }
	.dp-pdp-mobile-summary { display: grid; grid-template-columns: minmax(75px, .36fr) 1fr; align-items: center; gap: 16px; padding: 9px 17px; border-radius: 22px; background: #fffdf6; box-shadow: 0 4px 10px #826c4124; }
	.dp-pdp-mobile-summary > img { width: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; border-radius: 14px; }
	.dp-pdp-mobile-summary p { margin: 0 0 8px; font-size: clamp(16px, 4vw, 28px); font-weight: 850; line-height: 1.25; }
	.dp-pdp-mobile-summary .dp-pdp-price { font-size: clamp(26px, 5.6vw, 43px); }
	.dp-pdp .dp-pdp-purchase-title { display: block; width: fit-content; max-width: 90%; margin: 22px auto 34px; font-size: clamp(45px, 10.6vw, 80px); text-align: center; }
	.dp-pdp-purchase-title::after { left: auto; right: 10%; width: 68px; bottom: -8px; }
	.dp-pdp-purchase-title > .dp-pdp-icon { position: absolute; right: -34px; bottom: 14px; width: 31px; height: 31px; transform: rotate(35deg); }
	.dp-pdp .variations th { margin-bottom: 13px; font-size: clamp(17px, 3.6vw, 26px); }
	.dp-pdp-choices { gap: 13px; justify-content: flex-start; }
	.dp-pdp-choices--colour { justify-content: space-between; gap: 6px; }
	.dp-pdp-choice--colour { min-width: 40px; padding: 3px; font-size: clamp(12px, 2.9vw, 22px); gap: 8px; }
	.dp-pdp-swatch { width: clamp(32px, 8.1vw, 62px); height: clamp(32px, 8.1vw, 62px); }
	.dp-pdp-choice--colour[aria-pressed="true"] .dp-pdp-swatch::after { left: 34%; top: 20%; width: 27%; height: 47%; }
	.dp-pdp-more-colours { gap: 0 5px; margin-top: 16px; font-size: clamp(14px, 3.2vw, 23px); }
	.dp-pdp .reset_variations { margin-top: 8px; font-size: 12px; }
	.dp-pdp-size { margin: 15px 0 20px; padding: 18px 0 20px; border-block: 1px solid var(--pdp-line); }
	.dp-pdp-size legend { position: absolute; top: 17px; left: 0; margin: 0; font-size: clamp(17px, 3.5vw, 25px); }
	.dp-pdp-size-guide-link { top: 17px; bottom: auto; right: 0; left: auto; font-size: clamp(14px, 3.1vw, 23px); }
	.dp-pdp-size-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 37px; }
	.dp-pdp-size-options span { min-width: 0; min-height: 46px; padding-inline: 5px; font-size: clamp(20px, 4.3vw, 31px); border-radius: 10px; }
	.dp-pdp .woocommerce-variation-add-to-cart, .dp-pdp .cart:not(.variations_form):not(.grouped_form) { gap: 17px; }
	.dp-pdp-quantity { flex-basis: 100%; }
	.dp-pdp-quantity-label { display: block; font-size: clamp(17px, 3.5vw, 25px); }
	.dp-pdp-quantity-control { width: clamp(143px, 38.5vw, 285px); min-height: 47px; border-radius: 13px; }
	.dp-pdp-quantity-control > button { min-height: 44px; font-size: 27px; }
	.dp-pdp .dp-pdp-quantity-control .qty { min-height: 44px; font-size: clamp(21px, 4.3vw, 31px); }
	.dp-pdp .single_add_to_cart_button { flex-basis: 100%; width: 100%; min-height: 51px; padding: 11px 38px; font-size: clamp(18px, 3.5vw, 28px); }
	.dp-pdp .single_add_to_cart_button::after { right: 22px; }
	.dp-pdp-mobile-included { display: flex; justify-content: center; margin-top: 10px; }
	.dp-pdp-benefits { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 15px; padding: 0; border: 0; }
	.dp-pdp-benefits li { gap: 17px; padding: 9px 16px; min-height: 60px; border-radius: 20px; background: #fffdf3; box-shadow: 0 3px 9px #826c4117; font-size: clamp(15px, 3.2vw, 23px); font-weight: 750; }
	.dp-pdp-benefits li + li { padding-left: 16px; border: 0; }
	.dp-pdp-benefits .dp-pdp-benefit-icon { width: 45px; height: 45px; flex-basis: 45px; }
	.dp-pdp-benefits .dp-pdp-icon { width: 30px; height: 30px; }
	.dp-pdp-story { margin-top: 54px; padding-bottom: 0; }
	.dp-pdp-story::after { display: none; }
	.dp-pdp-story-grid { display: flex; flex-direction: column; gap: 23px; }
	.dp-pdp-story-grid > * { width: 100%; }
	.dp-pdp-story-intro .dp-section-title { font-size: clamp(40px, 9.7vw, 77px); line-height: 1.2; }
	.dp-pdp-story-intro .dp-section-title > .dp-pdp-icon { right: -17px; bottom: 12px; width: 25px; height: 25px; }
	.dp-pdp-story-intro .dp-section-title::after { width: 72px; border-top-width: 2px; bottom: -8px; }
	.dp-pdp-story-intro > p { max-width: 700px; font-size: clamp(17px, 3.6vw, 26px); margin-top: 25px; line-height: 1.45; }
	.dp-pdp-story-photo { min-height: 0; aspect-ratio: 1.45; border-radius: 22px; }
	.dp-pdp-story-photo > img { transform: scale(1.12); }
	.dp-pdp-story-photo > figcaption { display: none; }
	.dp-pdp-story-details { position: relative; display: block; }
	.dp-pdp-story-features li { gap: 17px; padding-block: 19px; min-height: 110px; }
	.dp-pdp-story-features li:first-child { padding-top: 0; }
	.dp-pdp-story-features li:nth-child(n+2) { width: 62%; gap: 14px; }
	.dp-pdp-story-features li:last-child { padding-bottom: 0; }
	.dp-pdp-story-features .dp-pdp-benefit-icon { width: clamp(42px, 12vw, 95px); height: clamp(42px, 12vw, 95px); flex-basis: clamp(42px, 12vw, 95px); }
	.dp-pdp-story-features .dp-pdp-icon { width: 63%; height: 63%; }
	.dp-pdp-story-features h3 { font-size: clamp(16px, 3.5vw, 25px); margin: 2px 0 5px; }
	.dp-pdp-story-features p { font-size: clamp(14px, 3vw, 22px); line-height: 1.43; }
	.dp-pdp-mesh { position: absolute; right: 0; bottom: 0; width: 34%; }
	.dp-pdp-mesh picture { border-radius: 16px; }
	.dp-pdp-mesh figcaption { display: none; }
	.dp-pdp-bottom { display: flex; flex-direction: column; gap: 33px; margin-top: 50px; }
	.dp-pdp-bottom > section { width: 100%; }
	.dp-pdp-details > .dp-section-title { font-size: clamp(39px, 9.65vw, 77px); margin: 0 0 30px; }
	.dp-pdp-accordion { margin-top: 13px; border-radius: 15px; }
	.dp-pdp-accordion summary { gap: 15px; min-height: 67px; padding: 16px 16px; font-size: clamp(17px, 3.5vw, 27px); }
	.dp-pdp-accordion summary::after { font-size: 29px; flex-basis: 20px; }
	.dp-pdp-accordion-content { padding: 8px 16px 20px; font-size: clamp(16px, 3.3vw, 24px); }
	.dp-pdp-guide-sizes { gap: 16px; margin-top: 20px; }
	.dp-pdp-guide-sizes li { min-width: 46px; min-height: 44px; padding: 6px 12px; border-radius: 9px; font-size: clamp(19px, 3.5vw, 28px); }
	.dp-pdp .dp-pdp-collection-button { width: 100%; min-height: 50px; padding: 10px 15px; margin-top: 23px; font-size: clamp(17px, 3.3vw, 25px); }
	.dp-pdp-related > .dp-section-title { font-size: clamp(38px, 9.45vw, 73px); margin: 0 0 22px; }
	.dp-pdp-related-grid { gap: 11px; }
	.dp-pdp-card { border-radius: 19px; }
	.dp-pdp-card-body { padding: 11px 8px 14px; }
	.dp-pdp-card h3 { font-size: clamp(18px, 3.45vw, 28px); line-height: 1.3; margin-bottom: 9px; }
	.dp-pdp .dp-pdp-card-price { font-size: clamp(25px, 4.5vw, 36px); margin-bottom: 11px; }
	.dp-pdp .dp-pdp-card-button { width: 100%; min-height: 41px; padding: 7px 9px; gap: 6px; font-size: clamp(13px, 2.65vw, 22px); }
	.dp-pdp-card-button .dp-pdp-icon { width: 15px; height: 15px; }
}

@media (max-width: 379px) {
	.dp-pdp .product_title { font-size: 41px; }
	.dp-pdp-story-intro .dp-section-title { font-size: 37px; }
	.dp-pdp-story-features li { gap: 12px; }
	.dp-pdp-story-features li:nth-child(n+2) { width: 100%; padding-right: 0; }
	.dp-pdp-mesh { position: static; width: 46%; margin: 19px 0 0 auto; }
	.dp-pdp-mobile-summary { gap: 9px; padding-inline: 10px; }
	.dp-pdp-more-colours { font-size: 13px; }
	.dp-pdp .dp-pdp-card-button { padding-inline: 5px; gap: 3px; font-size: 12px; }
	.dp-pdp-card-button .dp-pdp-icon { width: 12px; height: 12px; }
	.dp-pdp-details > .dp-section-title { font-size: 37px; }
	.dp-pdp-related > .dp-section-title { font-size: 35px; }
}
@media (prefers-reduced-motion: no-preference) {
	.dp-pdp :where(button, a) { transition: background-color .16s ease, border-color .16s ease, opacity .16s ease; }
}
@media (forced-colors: active) {
	.dp-pdp-swatch { forced-color-adjust: none; }
	.dp-pdp-choice[aria-pressed="true"], .dp-pdp-size-options input:checked + span, .dp-pdp-thumbnails a[aria-current="true"] { outline: 3px solid Highlight; outline-offset: 2px; }
}

.dp-pdp .product_title{-webkit-text-stroke:1px currentColor;paint-order:stroke fill}
