/* Native product composition for the Igneos Storefront Flyers vertical. */
body.igneos-storefront.igneos-storefront--product {
	/* Match the reviewed Sostenible product canvas without widening other routes. */
	--igneos-container: min(1460px, calc(100vw - 48px));
}

body.igneos-storefront .igneos-shell-hero {
	background: #fff;
}

body.igneos-storefront .igneos-shell-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
	align-items: center;
	gap: clamp(45px, 7vw, 108px);
	width: var(--igneos-container);
	min-height: 500px;
	margin-inline: auto;
	padding-block: 8px 40px;
}

body.igneos-storefront .igneos-shell-hero__breadcrumb-wrap {
	padding-top: 14px;
}

body.igneos-storefront .igneos-shell-breadcrumb,
body.igneos-storefront .woocommerce-breadcrumb {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #68768c;
	font-size: 13px;
}

body.igneos-storefront .igneos-shell-breadcrumb__separator {
	display: inline-block;
	margin-inline: 9px;
	color: #a1adbd;
}

body.igneos-storefront .igneos-shell-breadcrumb > a::after {
	content: "/";
	display: inline-block;
	margin-inline: 9px;
	color: #a1adbd;
	font-weight: 400;
}

body.igneos-storefront .woocommerce-breadcrumb a {
	color: var(--igneos-navy);
	font-weight: 650;
	text-decoration: none;
}

body.igneos-storefront .igneos-shell-hero h1 {
	max-width: 680px;
	margin: 0;
	color: #101d34;
	font-size: clamp(38px, 4.4vw, 64px);
	font-family: InterVariable, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 790;
	letter-spacing: -0.055em;
	line-height: 0.99;
}

body.igneos-storefront .igneos-shell-hero__rating {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 26px;
	margin-top: 14px;
}

body.igneos-storefront .igneos-shell-hero__rating .star-rating {
	margin: 0;
	color: #bd8000;
}

body.igneos-storefront .igneos-shell-hero__rating .star-rating::before {
	color: #68768c;
}

body.igneos-storefront .igneos-shell-hero__rating .star-rating span::before {
	color: #bd8000;
}

body.igneos-storefront .igneos-shell-hero__rating > span:last-child {
	color: var(--igneos-ink-soft);
	font-size: 13px;
	font-weight: 650;
}

body.igneos-storefront .igneos-shell-hero__rating:empty {
	display: none;
}

body.igneos-storefront .igneos-shell-hero__lead {
	max-width: 660px;
	margin-top: 18px;
	color: var(--igneos-ink-soft);
	font-size: clamp(15px, 1.2vw, 17px);
	line-height: 1.55;
}

body.igneos-storefront .igneos-shell-hero__lead > :first-child {
	margin-top: 0;
}

body.igneos-storefront .igneos-shell-hero__lead > :last-child {
	margin-bottom: 0;
}

body.igneos-storefront .igneos-shell-hero__benefits {
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

body.igneos-storefront .igneos-shell-hero__benefits li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 0;
	font-size: 15px;
	font-weight: 720;
}

body.igneos-storefront .igneos-shell-hero__benefits li::before {
	content: "";
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	border-radius: 50%;
	background: var(--igneos-blue-soft)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%231769e0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m5 10 3 3 7-7'/%3E%3C/svg%3E") center / 14px no-repeat;
}

body.igneos-storefront .igneos-shell-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	margin-top: 22px;
	padding: 0 20px;
	border-radius: 12px;
	background: var(--igneos-navy);
	color: #fff;
	font-size: 15px;
	font-weight: 780;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(7, 59, 112, 0.17);
}

body.igneos-storefront .igneos-shell-hero__cta:hover {
	background: var(--igneos-navy-strong);
	transform: translateY(-1px);
}

body.igneos-storefront .igneos-shell-gallery {
	position: relative;
	display: grid;
	grid-column: 1;
	grid-row: 1;
	grid-template-columns: minmax(0, 1fr) 64px;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

body.igneos-storefront .igneos-shell-gallery--single {
	grid-template-columns: minmax(0, 1fr);
}

body.igneos-storefront .igneos-shell-hero__copy {
	grid-column: 2;
	grid-row: 1;
}

body.igneos-storefront .igneos-shell-gallery__stage {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 500px;
	background: #fff;
	isolation: isolate;
}

body.igneos-storefront .igneos-shell-gallery__stage img {
	display: block;
	width: min(100%, 670px);
	height: auto;
	max-width: none;
	max-height: 670px;
	object-fit: contain;
	filter: none;
	box-shadow: none;
}

body.igneos-storefront .igneos-shell-gallery__main-image--soft-edge {
	--igneos-gallery-feather: clamp(32px, 9%, 56px);

	-webkit-mask-image:
		linear-gradient(to right, transparent 0, #000 var(--igneos-gallery-feather), #000 calc(100% - var(--igneos-gallery-feather)), transparent 100%),
		linear-gradient(to bottom, transparent 0, #000 var(--igneos-gallery-feather), #000 calc(100% - var(--igneos-gallery-feather)), transparent 100%);
	-webkit-mask-composite: source-in;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image:
		linear-gradient(to right, transparent 0, #000 var(--igneos-gallery-feather), #000 calc(100% - var(--igneos-gallery-feather)), transparent 100%),
		linear-gradient(to bottom, transparent 0, #000 var(--igneos-gallery-feather), #000 calc(100% - var(--igneos-gallery-feather)), transparent 100%);
	mask-composite: intersect;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}

body.igneos-storefront .igneos-shell-gallery__navigation {
	position: absolute;
	inset: 50% 12px auto;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
	transform: translateY(-50%);
}

body.igneos-storefront .igneos-shell-gallery__navigation button {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(7, 59, 112, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--igneos-navy);
	font-size: 18px;
	box-shadow: 0 8px 20px rgba(20, 35, 61, 0.1);
	cursor: pointer;
	pointer-events: auto;
}

body.igneos-storefront .igneos-shell-gallery__navigation button:hover {
	border-color: rgba(23, 105, 224, 0.42);
	background: #fff;
}

body.igneos-storefront .igneos-shell-gallery__status {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 3;
	margin: 0;
	padding: 6px 9px;
	border: 1px solid rgba(7, 59, 112, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--igneos-navy);
	font-size: 12px;
	font-weight: 760;
	box-shadow: 0 6px 16px rgba(20, 35, 61, 0.08);
}

body.igneos-storefront .igneos-shell-gallery__thumbs {
	display: grid;
	align-content: center;
	gap: 8px;
	max-height: 350px;
	padding: 3px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}

body.igneos-storefront .igneos-shell-gallery__thumb {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	padding: 3px;
	border: 1px solid var(--igneos-line);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

body.igneos-storefront .igneos-shell-gallery__thumb[aria-current="true"] {
	border-color: var(--igneos-blue);
	box-shadow: 0 0 0 2px rgba(23, 105, 224, 0.13);
}

body.igneos-storefront .igneos-shell-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 7px;
}

body.igneos-storefront .igneos-shell-trust {
	border-block: 1px solid var(--igneos-line);
	background: #fff;
}

body.igneos-storefront .igneos-shell-trust__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: var(--igneos-container);
	margin-inline: auto;
}

body.igneos-storefront .igneos-shell-trust__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 62px;
	padding: 10px 22px;
	text-decoration: none;
}

body.igneos-storefront .igneos-shell-trust__item + .igneos-shell-trust__item {
	border-left: 1px solid var(--igneos-line);
}

body.igneos-storefront .igneos-shell-trust__icon {
	display: grid;
	place-items: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: var(--igneos-blue-soft);
	color: var(--igneos-navy);
}

body.igneos-storefront .igneos-shell-trust__icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

body.igneos-storefront .igneos-shell-trust__copy {
	display: grid;
	line-height: 1.25;
}

body.igneos-storefront .igneos-shell-trust__copy strong {
	font-size: 14px;
}

body.igneos-storefront .igneos-shell-trust__copy small {
	margin-top: 3px;
	color: var(--igneos-ink-soft);
	font-size: 12px;
}

body.igneos-storefront .igneos-shell-information,
body.igneos-storefront .igneos-shell-reviews,
body.igneos-storefront .igneos-shell-related {
	width: var(--igneos-container);
	margin: 68px auto 0;
}

body.igneos-storefront .igneos-shell-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

body.igneos-storefront .igneos-shell-section-heading__kicker {
	display: block;
	margin-bottom: 6px;
	color: var(--igneos-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.igneos-storefront .igneos-shell-section-heading h2 {
	margin: 0;
	color: var(--igneos-ink);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 850;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

body.igneos-storefront .igneos-shell-information__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.8fr);
	align-items: start;
	gap: 28px;
}

body.igneos-storefront .igneos-shell-hero__kicker {
	display: block;
	margin-bottom: 8px;
	color: var(--igneos-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.igneos-storefront .igneos-shell-information__content,
body.igneos-storefront .igneos-shell-faq {
	border: 1px solid var(--igneos-line);
	border-radius: var(--igneos-radius);
	background: #fff;
	box-shadow: var(--igneos-shadow-sm);
}

body.igneos-storefront .igneos-shell-information__content {
	padding: clamp(24px, 4vw, 48px);
	color: #405069;
}

body.igneos-storefront .igneos-shell-information__content h2 {
	margin: 38px 0 12px;
	color: var(--igneos-ink);
	font-size: clamp(22px, 2vw, 30px);
	letter-spacing: -0.025em;
}

body.igneos-storefront .igneos-shell-information__content h2:first-child {
	margin-top: 0;
}

body.igneos-storefront .igneos-shell-information__content p,
body.igneos-storefront .igneos-shell-information__content ul {
	margin-block: 0 16px;
}

body.igneos-storefront .igneos-shell-information__content li + li {
	margin-top: 8px;
}

body.igneos-storefront .igneos-shell-information__content a {
	color: var(--igneos-blue);
	font-weight: 650;
}

body.igneos-storefront .igneos-shell-information__content a[style*="33cccc" i] {
	color: var(--igneos-blue) !important;
}

body.igneos-storefront .igneos-shell-information__content a[style*="33cccc" i]:hover,
body.igneos-storefront .igneos-shell-information__content a[style*="33cccc" i]:focus-visible {
	color: var(--igneos-navy) !important;
}

body.igneos-storefront .igneos-shell-information__content a[style*="00ccff" i],
body.igneos-storefront .igneos-shell-information__content a[style*="00ccff" i] strong,
body.igneos-storefront .igneos-shell-faq__answer a[style*="00ccff" i],
body.igneos-storefront .igneos-shell-faq__answer a[style*="00ccff" i] strong {
	color: var(--igneos-blue) !important;
}

body.igneos-storefront .igneos-shell-information__content a[style*="00ccff" i]:hover,
body.igneos-storefront .igneos-shell-information__content a[style*="00ccff" i]:hover strong,
body.igneos-storefront .igneos-shell-information__content a[style*="00ccff" i]:focus-visible,
body.igneos-storefront .igneos-shell-information__content a[style*="00ccff" i]:focus-visible strong,
body.igneos-storefront .igneos-shell-faq__answer a[style*="00ccff" i]:hover,
body.igneos-storefront .igneos-shell-faq__answer a[style*="00ccff" i]:hover strong,
body.igneos-storefront .igneos-shell-faq__answer a[style*="00ccff" i]:focus-visible,
body.igneos-storefront .igneos-shell-faq__answer a[style*="00ccff" i]:focus-visible strong {
	color: var(--igneos-navy) !important;
}

body.igneos-storefront .igneos-shell-faq {
	position: sticky;
	top: 20px;
	padding: 10px;
}

body.igneos-storefront .igneos-shell-faq h3 {
	margin: 0;
	padding: 16px 14px 8px;
	font-size: 20px;
}

body.igneos-storefront .igneos-shell-faq details {
	border-top: 1px solid var(--igneos-line);
}

body.igneos-storefront .igneos-shell-faq summary {
	position: relative;
	padding: 15px 40px 15px 14px;
	font-size: 14px;
	font-weight: 760;
	list-style: none;
	cursor: pointer;
}

body.igneos-storefront .igneos-shell-faq summary::-webkit-details-marker {
	display: none;
}

body.igneos-storefront .igneos-shell-faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 14px;
	font-size: 20px;
	font-weight: 450;
	transform: translateY(-50%);
}

body.igneos-storefront .igneos-shell-faq details[open] summary::after {
	content: "−";
}

body.igneos-storefront .igneos-shell-faq__answer {
	padding: 0 14px 16px;
	color: var(--igneos-ink-soft);
	font-size: 14px;
}

body.igneos-storefront .igneos-shell-editorial-modules {
	display: grid;
	gap: 20px;
}

body.igneos-storefront .igneos-shell-editorial-split {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	min-height: 360px;
	border: 1px solid #dce7f3;
	border-radius: 24px;
	background: linear-gradient(135deg, #f5f9ff 0%, #fff 72%);
	overflow: hidden;
}

body.igneos-storefront .igneos-shell-editorial-split--image-left .igneos-shell-editorial-split__copy { order: 2; }
body.igneos-storefront .igneos-shell-editorial-split--image-left .igneos-shell-editorial-split__media { order: 1; }

body.igneos-storefront .igneos-shell-editorial-split--no-image {
	grid-template-columns: 1fr;
	min-height: 0;
}

body.igneos-storefront .igneos-shell-editorial-split__copy {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 5vw, 64px);
}

body.igneos-storefront .igneos-shell-editorial-split h3,
body.igneos-storefront .igneos-shell-editorial-cards > h3,
body.igneos-storefront .igneos-shell-editorial-specs > h3,
body.igneos-storefront .igneos-shell-editorial-faq h3 {
	margin: 0;
	color: var(--igneos-ink);
	font-size: clamp(25px, 3vw, 38px);
	font-weight: 840;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

body.igneos-storefront .igneos-shell-editorial-split__copy > div {
	margin-top: 18px;
	color: #506179;
	font-size: 16px;
	line-height: 1.68;
}

body.igneos-storefront .igneos-shell-editorial-split__copy > div > :first-child { margin-top: 0; }
body.igneos-storefront .igneos-shell-editorial-split__copy > div > :last-child { margin-bottom: 0; }

body.igneos-storefront .igneos-shell-editorial-split__media {
	min-height: 320px;
	background: #fff;
	overflow: hidden;
}

body.igneos-storefront .igneos-shell-editorial-split__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.igneos-storefront .igneos-shell-editorial-cards,
body.igneos-storefront .igneos-shell-editorial-specs {
	padding: clamp(26px, 4vw, 48px);
	border: 1px solid #dce7f3;
	border-radius: 24px;
	background: #fff;
}

body.igneos-storefront .igneos-shell-editorial-cards > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 26px;
}

body.igneos-storefront .igneos-shell-editorial-cards article {
	min-width: 0;
	padding: 20px;
	border: 1px solid #dce8f5;
	border-radius: 17px;
	background: #f7faff;
}

body.igneos-storefront .igneos-shell-editorial-cards article > span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 11px;
	background: #e1f1ff;
	color: var(--igneos-blue);
	font-weight: 900;
}

body.igneos-storefront .igneos-shell-editorial-cards h4 {
	margin: 18px 0 8px;
	font-size: 17px;
	line-height: 1.2;
}

body.igneos-storefront .igneos-shell-editorial-cards p {
	margin: 0;
	color: #65758a;
	font-size: 13px;
	line-height: 1.55;
}

body.igneos-storefront .igneos-shell-editorial-specs dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
	margin: 26px 0 0;
}

body.igneos-storefront .igneos-shell-editorial-specs dl > div {
	display: grid;
	grid-template-columns: minmax(120px, 0.65fr) minmax(0, 1fr);
	gap: 16px;
	padding: 14px 0;
	border-top: 1px solid var(--igneos-line);
}

body.igneos-storefront .igneos-shell-editorial-specs dt { color: #62738a; font-size: 13px; }
body.igneos-storefront .igneos-shell-editorial-specs dd { margin: 0; color: var(--igneos-ink); font-size: 14px; font-weight: 760; }

body.igneos-storefront .igneos-shell-editorial-faq {
	display: grid;
	grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
	gap: clamp(28px, 5vw, 76px);
	margin-top: 20px;
	padding: clamp(28px, 5vw, 58px);
	border-radius: 24px;
	background: var(--igneos-navy-strong);
	color: #fff;
}

body.igneos-storefront .igneos-shell-information--faq-only .igneos-shell-editorial-faq {
	margin-top: 0;
}

body.igneos-storefront .igneos-shell-information + .igneos-shell-information--faq-only {
	margin-top: 20px;
}

body.igneos-storefront .igneos-shell-editorial-faq header > span {
	display: block;
	margin-bottom: 8px;
	color: #70d9f1;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.igneos-storefront .igneos-shell-editorial-faq h3 { color: #fff; }

body.igneos-storefront .igneos-shell-editorial-faq details {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body.igneos-storefront .igneos-shell-editorial-faq summary {
	position: relative;
	padding: 18px 42px 18px 0;
	font-size: 15px;
	font-weight: 760;
	list-style: none;
	cursor: pointer;
}

body.igneos-storefront .igneos-shell-editorial-faq summary::-webkit-details-marker { display: none; }
body.igneos-storefront .igneos-shell-editorial-faq summary::after { content: "+"; position: absolute; top: 50%; right: 4px; font-size: 22px; transform: translateY(-50%); }
body.igneos-storefront .igneos-shell-editorial-faq details[open] summary::after { content: "−"; }

body.igneos-storefront .igneos-shell-editorial-faq .igneos-shell-faq__answer {
	padding: 0 42px 18px 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.6;
}

body.igneos-storefront .igneos-shell-reviews__content {
	padding: clamp(18px, 3vw, 34px);
	border: 1px solid var(--igneos-line);
	border-radius: var(--igneos-radius);
	background: #fff;
	box-shadow: var(--igneos-shadow-sm);
}

body.igneos-storefront .igneos-shell-related__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

body.igneos-storefront .igneos-shell-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--igneos-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(20, 35, 61, 0.06);
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

body.igneos-storefront .igneos-shell-product-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--igneos-shadow-sm);
}

body.igneos-storefront .igneos-shell-product-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

body.igneos-storefront .igneos-shell-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.igneos-storefront .igneos-shell-product-card__title {
	margin-top: 12px;
	font-size: 15px;
	font-weight: 740;
	line-height: 1.3;
}

body.igneos-storefront .igneos-shell-product-card__price {
	margin-top: 5px;
	color: var(--igneos-navy);
	font-size: 14px;
	font-weight: 820;
}

body.igneos-storefront .igneos-shell-related .igneos-shell-product-card__price del,
body.igneos-storefront .igneos-shell-related .igneos-shell-product-card__price del .amount {
	color: #5c6b7d;
}

body.igneos-storefront .igneos-shell-reviews .submit-button {
	background: #075d55;
	color: #fff;
}

body.igneos-storefront .igneos-shell-reviews .submit-button:hover,
body.igneos-storefront .igneos-shell-reviews .submit-button:focus-visible {
	background: #064a45;
	color: #fff;
}

@media (max-width: 1023px) {
	body.igneos-storefront.igneos-storefront--product {
		--igneos-container: min(100% - 32px, 960px);
	}

	body.igneos-storefront .igneos-shell-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 1fr);
		gap: 36px;
		min-height: 430px;
		padding-block: 18px 24px;
	}

	body.igneos-storefront .igneos-shell-gallery__stage {
		min-height: 430px;
	}

	body.igneos-storefront .igneos-shell-gallery__stage img {
		height: auto;
		max-height: 500px;
	}

	body.igneos-storefront .igneos-shell-information__layout {
		grid-template-columns: 1fr;
	}

	body.igneos-storefront .igneos-shell-editorial-cards > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.igneos-storefront .igneos-shell-editorial-specs dl {
		grid-template-columns: 1fr;
	}

	body.igneos-storefront .igneos-shell-faq {
		position: static;
	}

	body.igneos-storefront .igneos-shell-related__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.igneos-storefront.igneos-storefront--product {
		--igneos-container: calc(100% - 24px);
	}

	body.igneos-storefront .igneos-shell-editorial-split,
	body.igneos-storefront .igneos-shell-editorial-faq {
		grid-template-columns: 1fr;
	}

	body.igneos-storefront .igneos-shell-editorial-split--image-left .igneos-shell-editorial-split__copy,
	body.igneos-storefront .igneos-shell-editorial-split--image-left .igneos-shell-editorial-split__media {
		order: initial;
	}

	body.igneos-storefront .igneos-shell-editorial-split__media {
		min-height: 240px;
	}

	body.igneos-storefront .igneos-shell-editorial-cards > div {
		grid-template-columns: 1fr;
	}

	body.igneos-storefront .igneos-shell-editorial-specs dl > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	body.igneos-storefront .igneos-shell-hero__inner {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-block: 12px 24px;
	}

	body.igneos-storefront .igneos-shell-gallery {
		grid-column: 1;
		grid-row: 1;
		grid-template-columns: 1fr;
	}

	body.igneos-storefront .igneos-shell-hero__copy {
		grid-column: 1;
		grid-row: 2;
	}

	body.igneos-storefront .igneos-shell-gallery__stage {
		min-height: min(84vw, 360px);
	}

	body.igneos-storefront .igneos-shell-gallery__stage img {
		width: 100%;
		height: auto;
		max-height: min(82vw, 370px);
	}

	body.igneos-storefront .igneos-shell-gallery__thumbs {
		display: flex;
		justify-content: flex-start;
		order: 2;
		max-width: 100%;
		max-height: none;
		padding: 4px 2px 8px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x proximity;
	}

	body.igneos-storefront .igneos-shell-gallery__thumb {
		flex: 0 0 54px;
		width: 54px;
		height: 54px;
		scroll-snap-align: start;
	}

	body.igneos-storefront .igneos-shell-hero h1 {
		font-size: clamp(34px, 11vw, 48px);
	}

	body.igneos-storefront .igneos-shell-hero__lead {
		font-size: 16px;
	}

	body.igneos-storefront .igneos-shell-trust__inner {
		grid-template-columns: 1fr;
		padding-block: 5px;
	}

	body.igneos-storefront .igneos-shell-trust__item {
		justify-content: flex-start;
		min-height: 58px;
		padding: 8px 4px;
	}

	body.igneos-storefront .igneos-shell-trust__item + .igneos-shell-trust__item {
		border-top: 1px solid var(--igneos-line);
		border-left: 0;
	}

	body.igneos-storefront .igneos-shell-information,
	body.igneos-storefront .igneos-shell-reviews,
	body.igneos-storefront .igneos-shell-related {
		margin-top: 48px;
	}

	body.igneos-storefront .igneos-shell-information__content {
		padding: 22px 18px;
	}

	body.igneos-storefront .igneos-shell-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
}

@media (max-width: 390px) {
	body.igneos-storefront .igneos-shell-related__grid {
		grid-template-columns: 1fr;
	}
}
