.sd-nova-prototype {
	width: min(100% - 32px, 1180px) !important;
	margin: 24px auto 56px !important;
	color: #142534;
}

.sd-helios-category-view .sd-nova-prototype {
	min-height: calc(100svh - 120px);
	margin-bottom: 0 !important;
}

.sd-nova-prototype h1,
.sd-nova-prototype h2,
.sd-nova-prototype h3,
.sd-nova-prototype p {
	margin-top: 0;
}

.sd-nova-prototype h1 {
	margin-bottom: 12px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	letter-spacing: -.035em;
}

.sd-nova-prototype h2 {
	margin-bottom: 0;
	font-size: clamp(23px, 3vw, 32px);
	line-height: 1.15;
	letter-spacing: -.02em;
}

.sd-nova-eyebrow {
	margin-bottom: 7px;
	color: #4f687a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.sd-nova-hero,
.sd-nova-shade-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: center;
	padding: clamp(22px, 4vw, 44px);
	border: 1px solid #d7e0e7;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(18, 44, 62, .07);
}

.sd-nova-hero__copy > p:not(.sd-nova-eyebrow),
.sd-nova-shade-hero > div:first-child > p:not(.sd-nova-eyebrow) {
	max-width: 700px;
	color: #465d6d;
	font-size: 16px;
}

.sd-nova-hero__image,
.sd-nova-shade-hero__image {
	display: grid;
	place-items: center;
	min-height: 220px;
}

.sd-nova-hero__image img,
.sd-nova-shade-hero__image img {
	width: min(100%, 330px);
	max-height: 310px;
	object-fit: contain;
}

.sd-helios-category-landing {
	grid-template-columns: minmax(0, 1fr) minmax(250px, .62fr);
	gap: clamp(20px, 4vw, 46px);
	padding: 20px 28px;
}

.sd-helios-category-landing .sd-nova-hero__image {
	min-height: 170px;
}

.sd-helios-category-landing .sd-nova-hero__image .sd-helios-main-poster {
	width: min(100%, 280px);
	max-height: 188px;
	border-radius: 12px;
}

.sd-helios-category-products {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px;
}

.sd-helios-category-product {
	display: grid;
	grid-template-rows: minmax(84px, 1fr) auto;
	overflow: hidden;
	min-width: 0;
	border: 1px solid #cfdde2;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(27, 64, 82, .06);
	color: #17394d !important;
	text-align: center;
	text-decoration: none !important;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.sd-helios-category-product:hover,
.sd-helios-category-product:focus-visible {
	border-color: #73a3b5;
	box-shadow: 0 11px 24px rgba(27, 64, 82, .12);
	transform: translateY(-2px);
}

.sd-helios-category-product__image {
	display: grid;
	min-width: 0;
	place-items: center;
	padding: 9px 10px 6px;
	background: radial-gradient(circle at 50% 40%, #fff 0, #f1f7f8 72%);
}

.sd-helios-category-product__photo {
	display: block;
	width: 100%;
	height: 84px;
	margin: 0 !important;
	object-fit: contain;
}

.sd-helios-category-product__name {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 7px 8px;
	border-top: 1px solid #d9e5e8;
	background: #f7fafb;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.05;
}

.sd-nova-notice {
	margin: 20px 0 16px;
	padding: 12px 14px;
	border-left: 4px solid #286b97;
	background: #edf6fc;
	color: #24485f;
	font-size: 14px;
}

.sd-nova-control-link {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	font-weight: 750;
}

.sd-nova-shades,
.sd-nova-rolls,
.sd-nova-product-details {
	margin-top: 34px;
}

.sd-nova-product-description {
	max-width: 780px;
	color: #465d6d;
	font-size: 15px;
	line-height: 1.65;
}

.sd-nova-product-description > :last-child {
	margin-bottom: 0;
}

.sd-nova-product-details {
	padding: clamp(20px, 3vw, 32px);
	border: 1px solid #d7e0e7;
	border-radius: 12px;
	background: #fff;
}

.sd-nova-section-heading {
	display: flex;
	gap: 20px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 16px;
}

.sd-nova-section-heading > p {
	margin-bottom: 0;
	color: #5e7180;
	font-size: 14px;
}

.sd-nova-shade-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.sd-nova-shade-card {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 3px 12px;
	align-items: center;
	padding: 16px;
	border: 1px solid #d4dee5;
	border-radius: 9px;
	background: #fff;
	color: #183548 !important;
	text-decoration: none;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.sd-nova-shade-card:hover {
	border-color: #5c8fad;
	box-shadow: 0 7px 20px rgba(19, 52, 72, .09);
	transform: translateY(-1px);
}

.sd-nova-shade-card__swatch {
	grid-row: 1 / 4;
	width: 48px;
	height: 64px;
	border: 1px solid #41515c;
	border-radius: 5px;
	background: hsl(204 12% var(--sd-nova-shade));
}

.sd-nova-shade-card__swatch--product {
	display: grid;
	place-items: center;
	overflow: hidden;
	border-color: #cbd8df;
	background: #f7fafb;
}

.sd-nova-shade-card__product-image {
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
	object-fit: contain;
}

.sd-nova-shade-card__value {
	font-size: 24px;
	font-weight: 850;
	line-height: 1;
}

.sd-nova-shade-card__meta {
	color: #607584;
	font-size: 13px;
}

.sd-nova-shade-card__action {
	color: #0d5d8f;
	font-size: 13px;
	font-weight: 800;
}

.sd-nova-breadcrumb {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 14px;
	color: #637786;
	font-size: 13px;
}

.sd-nova-shade-switcher {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 20px;
}

.sd-nova-shade-switcher a {
	display: inline-flex;
	min-width: 48px;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border: 1px solid #bdcbd5;
	border-radius: 5px;
	background: #fff;
	color: #203c50;
	font-weight: 750;
	text-decoration: none;
}

.sd-nova-shade-switcher a[aria-current="page"] {
	border-color: #0d5d8f;
	background: #0d5d8f;
	color: #fff;
}

.sd-nova-family-mark {
	display: grid;
	width: min(100%, 330px);
	min-height: 180px;
	place-items: center;
	border: 1px solid rgba(13, 93, 143, .2);
	border-radius: 18px;
	background: linear-gradient(145deg, #0d5d8f, #142b3b);
	box-shadow: 0 20px 34px rgba(18, 44, 62, .18);
	color: #fff;
	font-size: clamp(28px, 6vw, 52px);
	font-weight: 850;
	letter-spacing: .08em;
}

.sd-nova-hero__image .sd-helios-main-poster {
	width: min(100%, 420px);
	max-height: none;
	aspect-ratio: 960 / 644;
	border: 1px solid rgba(13, 93, 143, .2);
	border-radius: 18px;
	box-shadow: 0 20px 34px rgba(18, 44, 62, .18);
	object-fit: contain;
}

.sd-nova-roll-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.sd-nova-roll-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 18px;
	border: 1px solid #d7e0e6;
	border-radius: 9px;
	background: #fff;
}

.sd-nova-roll-card.is-unavailable {
	background: #f4f5f6;
}

.sd-nova-roll-card__header {
	display: flex;
	gap: 14px;
	align-items: start;
	justify-content: space-between;
}

.sd-nova-roll-card__header h3 {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.1;
}

.sd-nova-roll-card__kicker {
	margin-bottom: 4px;
	color: #6b7b87;
	font-size: 11px;
	font-weight: 750;
	text-transform: uppercase;
}

.sd-nova-roll-card__price {
	flex: 0 0 auto;
	color: #0a6b4d;
	font-size: 18px;
	font-weight: 850;
	text-align: right;
}

.sd-nova-roll-card__purchase-meta {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column-reverse;
	align-items: flex-end;
}

.sd-nova-roll-card__price del {
	color: #70808b;
	font-size: 13px;
	font-weight: 500;
}

.sd-nova-roll-card__status {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	min-height: 0;
	margin: 5px 0 0;
	color: #415765;
	font-size: 13px;
}

.sd-nova-roll-card__status .stock {
	margin: 0;
	font-weight: 800;
}

.sd-nova-roll-card__status .out-of-stock {
	color: #9c2e2e;
}

.sd-nova-roll-card__details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 14px;
	padding: 10px 0;
	border-top: 1px solid #e5ebef;
	border-bottom: 1px solid #e5ebef;
}

.sd-nova-roll-card__details div {
	min-width: 0;
	padding-right: 8px;
}

.sd-nova-roll-card__details dt {
	color: #71828e;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.sd-nova-roll-card__details dd {
	overflow-wrap: anywhere;
	margin: 2px 0 0;
	font-size: 13px;
	font-weight: 750;
}

.sd-nova-roll-card__form {
	margin-top: auto;
}

.sd-nova-roll-card__form > label {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 800;
}

.sd-nova-roll-card__form select {
	width: 100%;
	min-height: 42px;
	border: 1px solid #aebdc7;
	border-radius: 5px;
	background: #fff;
}

.sd-nova-roll-card__cut-note {
	min-height: 36px;
	margin: 6px 0 12px;
	color: #667986;
	font-size: 12px;
}

.sd-nova-roll-card__buy {
	display: flex;
	gap: 9px;
	align-items: stretch;
}

.sd-nova-roll-card__buy .quantity {
	flex: 0 0 76px;
}

.sd-nova-roll-card__buy .qty {
	width: 100%;
	height: 44px;
	border: 1px solid #aebdc7;
	border-radius: 5px;
}

.sd-nova-roll-card__buy .single_add_to_cart_button {
	flex: 1;
	min-height: 44px;
	border: 0;
	border-radius: 5px;
	background: #0d5d8f;
	color: #fff;
	font-weight: 800;
}

.sd-nova-roll-card__unavailable {
	margin-top: auto;
	padding: 12px;
	border: 1px solid #dec5c5;
	border-radius: 5px;
	background: #fff5f5;
	color: #713535;
}

.sd-nova-roll-card__unavailable p {
	margin: 4px 0 0;
	font-size: 13px;
}

.sd-nova-prototype-footer {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
	padding: 15px 17px;
	border: 1px solid #cdd8df;
	border-radius: 7px;
	background: #eef4f7;
	font-size: 13px;
}

.sd-nova-prototype-footer p {
	margin-bottom: 0;
}

.sd-nova-prototype-footer a {
	flex: 0 0 auto;
	font-weight: 800;
}

.sd-nova-error {
	padding: 40px;
	border: 1px solid #d9e0e5;
	border-radius: 9px;
	background: #fff;
}

@media (max-width: 820px) {
	.sd-nova-hero,
	.sd-nova-shade-hero {
		grid-template-columns: 1fr;
	}

	.sd-nova-hero__image,
	.sd-nova-shade-hero__image {
		min-height: 150px;
	}

	.sd-nova-shade-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sd-nova-roll-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.sd-nova-prototype {
		width: calc(100% - 20px) !important;
		margin-top: 14px !important;
	}

	.sd-nova-hero,
	.sd-nova-shade-hero {
		gap: 16px;
		padding: 18px;
	}

	.sd-nova-hero__image,
	.sd-nova-shade-hero__image {
		display: none;
	}

	.sd-nova-section-heading,
	.sd-nova-prototype-footer {
		display: block;
	}

	.sd-nova-section-heading > p {
		margin-top: 6px;
	}

	.sd-nova-shade-grid {
		grid-template-columns: 1fr 1fr;
		gap: 9px;
	}

	.sd-nova-shade-card {
		grid-template-columns: 34px 1fr;
		padding: 12px;
	}

	.sd-nova-shade-card__swatch {
		width: 34px;
		height: 55px;
	}

	.sd-nova-shade-card__value {
		font-size: 20px;
	}

	.sd-nova-shade-card__action {
		display: none;
	}

	.sd-nova-roll-card {
		padding: 15px;
	}

	.sd-nova-roll-card__header {
		display: block;
	}

	.sd-nova-roll-card__price {
		margin-top: 8px;
		text-align: left;
	}

	.sd-nova-prototype-footer a {
		display: inline-block;
		margin-top: 8px;
	}
}

/* Presentation refinement: the rules above preserve the first prototype
 * layout; these scoped overrides give the customer view a calmer storefront
 * hierarchy without changing any form or cart behavior. */
.sd-nova-prototype {
	--sd-nova-ink: #142b3b;
	--sd-nova-muted: #5e7180;
	--sd-nova-line: #d9e3e9;
	--sd-nova-soft: #f5f8fa;
	--sd-nova-blue: #0d5d8f;
	--sd-nova-green: #0a6b4d;
	width: min(100% - 40px, 1240px) !important;
	margin: 32px auto 72px !important;
	color: var(--sd-nova-ink);
}

.sd-nova-prototype h1,
.sd-nova-prototype h2,
.sd-nova-prototype h3,
.sd-nova-prototype p {
	margin-top: 0;
}

.sd-nova-prototype h1 {
	margin-bottom: 14px;
	font-size: clamp(34px, 4.5vw, 58px);
	font-weight: 800;
	line-height: .98;
	letter-spacing: -.045em;
}

.sd-nova-prototype h2 {
	margin-bottom: 0;
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.03em;
}

.sd-nova-eyebrow {
	margin-bottom: 9px;
	color: var(--sd-nova-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.sd-nova-hero,
.sd-nova-shade-hero {
	position: relative;
	overflow: hidden;
	grid-template-columns: minmax(0, 1fr) minmax(250px, .62fr);
	gap: clamp(28px, 6vw, 88px);
	min-height: 330px;
	padding: clamp(32px, 5vw, 64px);
	border: 1px solid var(--sd-nova-line);
	border-radius: 18px;
	background:
		radial-gradient(circle at 82% 22%, rgba(225, 238, 245, .9), transparent 34%),
		linear-gradient(135deg, #fff 0%, #f7fafb 100%);
	box-shadow: 0 16px 44px rgba(18, 44, 62, .08);
}

.sd-nova-hero::after,
.sd-nova-shade-hero::after {
	position: absolute;
	right: -80px;
	bottom: -140px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(13, 93, 143, .1);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.sd-nova-hero__copy,
.sd-nova-shade-hero > div:first-child {
	position: relative;
	z-index: 1;
	align-self: center;
}

.sd-nova-hero__copy > p:not(.sd-nova-eyebrow),
.sd-nova-shade-hero > div:first-child > p:not(.sd-nova-eyebrow) {
	max-width: 610px;
	color: #536977;
	font-size: 17px;
	line-height: 1.6;
}

.sd-nova-hero__image,
.sd-nova-shade-hero__image {
	position: relative;
	z-index: 1;
	min-height: 240px;
}

.sd-nova-hero__image img,
.sd-nova-shade-hero__image img {
	width: min(100%, 350px);
	max-height: 320px;
	filter: drop-shadow(0 20px 20px rgba(18, 44, 62, .12));
}

.sd-nova-notice {
	max-width: 620px;
	margin: 24px 0 18px;
	padding: 12px 15px;
	border: 1px solid #cfe1ec;
	border-left: 3px solid var(--sd-nova-blue);
	border-radius: 6px;
	background: #f1f8fc;
	color: #35576b;
	font-size: 13px;
	line-height: 1.45;
}

.sd-nova-control-link {
	display: inline-flex;
	gap: 8px;
	min-height: 42px;
	align-items: center;
	color: var(--sd-nova-blue);
	font-size: 14px;
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.sd-nova-control-link:hover {
	color: #083e61;
}

.sd-nova-shades,
.sd-nova-rolls {
	margin-top: 52px;
}

.sd-nova-section-heading {
	gap: 24px;
	margin-bottom: 20px;
}

.sd-nova-section-heading > p {
	max-width: 290px;
	margin-bottom: 1px;
	color: var(--sd-nova-muted);
	font-size: 13px;
	line-height: 1.45;
	text-align: right;
}

.sd-nova-shade-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
}

.sd-nova-shade-card {
	grid-template-columns: 54px 1fr;
	gap: 4px 15px;
	min-height: 108px;
	padding: 18px;
	border: 1px solid var(--sd-nova-line);
	border-radius: 11px;
	box-shadow: 0 2px 0 rgba(18, 44, 62, .02);
}

.sd-nova-shade-card:hover,
.sd-nova-shade-card:focus-visible {
	border-color: #76a5be;
	box-shadow: 0 9px 24px rgba(19, 52, 72, .1);
	transform: translateY(-2px);
}

.sd-nova-shade-card:focus-visible,
.sd-nova-shade-switcher a:focus-visible,
.sd-nova-roll-card button:focus-visible,
.sd-nova-roll-card select:focus-visible,
.sd-nova-roll-card input:focus-visible {
	outline: 3px solid #07527f;
	outline-offset: 3px;
}

.sd-nova-shade-card__swatch {
	width: 54px;
	height: 68px;
	border: 1px solid #566672;
	border-radius: 6px;
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .16);
}

.sd-nova-shade-card__value {
	font-size: 25px;
	font-weight: 850;
	letter-spacing: -.03em;
}

.sd-nova-shade-card__meta {
	color: var(--sd-nova-muted);
	font-size: 13px;
}

.sd-nova-shade-card__action {
	align-self: end;
	color: var(--sd-nova-blue);
	font-size: 12px;
	font-weight: 800;
}

.sd-nova-breadcrumb {
	gap: 9px;
	margin-bottom: 18px;
	color: var(--sd-nova-muted);
	font-size: 13px;
}

.sd-nova-breadcrumb a {
	color: var(--sd-nova-blue);
	font-weight: 700;
}

.sd-nova-shade-hero {
	min-height: 285px;
	padding-top: clamp(28px, 4vw, 46px);
	padding-bottom: clamp(28px, 4vw, 46px);
}

.sd-nova-shade-switcher {
	gap: 6px;
	margin-top: 25px;
}

.sd-nova-shade-switcher a {
	min-width: 48px;
	min-height: 38px;
	padding: 7px 12px;
	border: 1px solid #bdcbd5;
	border-radius: 999px;
	background: rgba(255, 255, 255, .85);
	color: #294659;
	font-size: 13px;
	font-weight: 800;
	transition: border-color .15s ease, background .15s ease, color .15s ease, transform .15s ease;
}

.sd-nova-shade-switcher a:hover {
	border-color: #6594ad;
	color: var(--sd-nova-blue);
	transform: translateY(-1px);
}

.sd-nova-shade-switcher a.is-selected,
.sd-nova-shade-switcher a[aria-current="page"] {
	border-color: var(--sd-nova-blue);
	background: var(--sd-nova-blue);
	box-shadow: 0 3px 8px rgba(13, 93, 143, .2);
	color: #fff;
}

.sd-nova-roll-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.sd-nova-roll-card {
	min-height: 100%;
	padding: 21px;
	border: 1px solid var(--sd-nova-line);
	border-radius: 12px;
	box-shadow: 0 3px 0 rgba(18, 44, 62, .025);
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.sd-nova-roll-card.is-available:hover {
	border-color: #a9c2cf;
	box-shadow: 0 10px 28px rgba(19, 52, 72, .09);
	transform: translateY(-2px);
}

.sd-nova-roll-card.is-unavailable {
	border-color: #e0d7d7;
	background: #faf9f9;
}

.sd-nova-roll-card__header {
	gap: 12px;
	align-items: start;
	padding-bottom: 15px;
	border-bottom: 1px solid #edf1f3;
}

.sd-nova-roll-card__kicker {
	margin-bottom: 7px;
	color: var(--sd-nova-blue);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sd-nova-roll-card__header h3 {
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -.025em;
}

.sd-nova-roll-card__price {
	color: var(--sd-nova-green);
	font-size: 20px;
	line-height: 1.2;
}

.sd-nova-roll-card__price del {
	display: block;
	margin-bottom: 3px;
	color: #7d8b94;
	font-size: 12px;
}

.sd-nova-roll-card__price ins {
	text-decoration: none;
}

.sd-nova-roll-card__status {
	gap: 7px 13px;
	min-height: 25px;
	align-items: center;
	margin: 14px 0 18px;
	color: #506674;
	font-size: 12px;
}

.sd-nova-roll-card__status .stock {
	color: var(--sd-nova-green);
	font-weight: 800;
}

.sd-nova-roll-card__status .out-of-stock {
	color: #9c2e2e;
}

.sd-nova-roll-card__status p {
	margin: 0;
}

.sd-nova-roll-card__form {
	margin-top: auto;
}

.sd-nova-roll-card__field-label {
	display: flex;
	gap: 7px;
	align-items: baseline;
	margin-bottom: 7px;
	color: var(--sd-nova-ink);
	font-size: 12px;
	font-weight: 800;
}

.sd-nova-roll-card__field-label span {
	color: #82909a;
	font-size: 11px;
	font-weight: 600;
}

.sd-nova-roll-card__form select,
.sd-nova-roll-card__form input[type="text"],
.sd-nova-roll-card__buy .qty {
	min-height: 43px;
	border: 1px solid #b4c2cb;
	border-radius: 6px;
	background: #fff;
	color: var(--sd-nova-ink);
	font-size: 14px;
}

.sd-nova-roll-card__form select {
	width: 100%;
	padding: 0 11px;
	position: relative;
	z-index: 2;
	appearance: auto;
	-webkit-appearance: menulist;
	pointer-events: auto !important;
	touch-action: manipulation;
	cursor: pointer;
}

.sd-nova-cut-select {
	position: relative;
	z-index: 3;
}

.sd-nova-cut-select__toggle {
	display: flex;
	width: 100%;
	min-height: 43px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0 11px;
	border: 1px solid #b4c2cb;
	border-radius: 6px;
	background: #fff;
	color: var(--sd-nova-ink);
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.sd-nova-cut-select__toggle:hover,
.sd-nova-cut-select.is-open .sd-nova-cut-select__toggle {
	border-color: var(--sd-nova-blue);
}

.sd-nova-cut-select__toggle:focus-visible,
.sd-nova-cut-select__option:focus-visible {
	outline: 3px solid #f3b735;
	outline-offset: 2px;
}

.sd-nova-cut-select__chevron {
	width: 8px;
	height: 8px;
	flex: 0 0 auto;
	border-right: 2px solid #55707f;
	border-bottom: 2px solid #55707f;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .15s ease;
}

.sd-nova-cut-select.is-open .sd-nova-cut-select__chevron {
	transform: rotate(225deg) translate(-1px, -1px);
}

.sd-nova-cut-select__menu {
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	left: 0;
	max-height: 240px;
	overflow-y: auto;
	padding: 5px;
	border: 1px solid #b4c2cb;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(22, 49, 64, .16);
}

.sd-nova-cut-select__menu[hidden] {
	display: none !important;
}

.sd-nova-cut-select__option {
	display: block;
	width: 100%;
	min-height: 38px;
	padding: 8px 10px;
	border: 0;
	border-radius: 4px;
	background: #fff;
	color: var(--sd-nova-ink);
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
	touch-action: manipulation;
}

.sd-nova-cut-select__option:hover,
.sd-nova-cut-select__option[aria-selected="true"] {
	background: #eaf4f9;
	color: #093f61;
}

.sd-nova-cut-select__option[aria-selected="true"] {
	font-weight: 800;
}

.sd-nova-cut-select__option:disabled {
	background: #f5f7f8;
	color: #8998a1;
	cursor: not-allowed;
}

.sd-nova-other-cut {
	margin-top: 10px;
}

.sd-nova-other-cut[hidden] {
	display: none !important;
}

.sd-nova-other-cut label {
	display: block;
	margin-bottom: 6px;
	color: var(--sd-nova-ink);
	font-size: 12px;
	font-weight: 800;
}

.sd-nova-other-cut input[type="text"] {
	width: 100%;
	padding: 0 11px;
}

.sd-nova-other-cut__help,
.sd-nova-other-cut__feedback {
	margin: 6px 0 0;
	color: #71828d;
	font-size: 11px;
	line-height: 1.4;
}

.sd-nova-other-cut__feedback[data-state="invalid"] {
	color: #9c2e2e;
	font-weight: 700;
}

.sd-nova-other-cut__feedback[data-state="valid"] {
	color: var(--sd-nova-green);
	font-weight: 700;
}

.sd-nova-roll-card__full-roll {
	display: flex;
	min-height: 43px;
	flex-direction: column;
	justify-content: center;
	padding: 7px 11px;
	border: 1px solid #d7e1e6;
	border-radius: 6px;
	background: var(--sd-nova-soft);
}

.sd-nova-roll-card__full-roll strong {
	font-size: 14px;
}

.sd-nova-roll-card__cut-note {
	min-height: 32px;
	margin: 7px 0 14px;
	color: #71828d;
	font-size: 11px;
	line-height: 1.4;
}

.sd-nova-roll-card__buy {
	gap: 8px;
}

.sd-nova-roll-card__buy .quantity {
	flex: 0 0 66px;
}

.sd-nova-roll-card__buy .qty {
	width: 100%;
	height: 43px;
	padding: 0 8px;
	text-align: center;
}

.sd-nova-roll-card__buy .single_add_to_cart_button {
	min-height: 43px;
	border: 0;
	border-radius: 6px;
	background: var(--sd-nova-blue);
	box-shadow: 0 3px 0 #08476c;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}

.sd-nova-roll-card__buy .single_add_to_cart_button:hover {
	background: #084d77;
	box-shadow: 0 2px 0 #084064;
	transform: translateY(1px);
}

.sd-nova-roll-card__unavailable {
	margin-top: auto;
	padding: 13px;
	border: 1px solid #e2caca;
	border-radius: 7px;
	background: #fff8f8;
	color: #713535;
	font-size: 13px;
	line-height: 1.45;
}

.sd-nova-roll-card__unavailable p {
	margin: 4px 0 0;
	color: #876363;
	font-size: 12px;
}

.sd-nova-prototype-footer {
	gap: 22px;
	margin-top: 34px;
	padding: 17px 20px;
	border: 1px solid #d5e0e6;
	border-radius: 9px;
	background: #f3f7f9;
	color: #536977;
	font-size: 12px;
	line-height: 1.5;
}

.sd-nova-prototype-footer strong {
	color: var(--sd-nova-ink);
}

.sd-nova-prototype-footer a {
	color: var(--sd-nova-blue);
	font-weight: 800;
	white-space: nowrap;
}

@media (max-width: 980px) {
	.sd-nova-roll-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.sd-nova-prototype {
		width: min(100% - 28px, 720px) !important;
		margin-top: 22px !important;
	}

	.sd-nova-hero,
	.sd-nova-shade-hero {
		gap: 22px;
		min-height: 0;
		padding: 32px;
	}

	.sd-nova-hero__image,
	.sd-nova-shade-hero__image {
		min-height: 170px;
	}

	.sd-nova-section-heading {
		align-items: start;
	}
}

@media (max-width: 560px) {
	.sd-nova-prototype {
		width: calc(100% - 20px) !important;
		margin-top: 14px !important;
		margin-bottom: 40px !important;
	}

	.sd-nova-prototype h1 {
		font-size: clamp(32px, 11vw, 44px);
	}

	.sd-nova-hero,
	.sd-nova-shade-hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		padding: 25px 20px;
		border-radius: 14px;
	}

	.sd-nova-hero__copy,
	.sd-nova-shade-hero > div:first-child {
		width: 100%;
		min-width: 0;
	}

	.sd-nova-hero__image,
	.sd-nova-shade-hero__image {
		display: none;
	}

	.sd-nova-hero__copy > p:not(.sd-nova-eyebrow),
	.sd-nova-shade-hero > div:first-child > p:not(.sd-nova-eyebrow) {
		font-size: 15px;
		line-height: 1.5;
	}

	.sd-nova-notice {
		margin: 19px 0 14px;
	}

	.sd-nova-shades,
	.sd-nova-rolls {
		margin-top: 34px;
	}

	.sd-nova-section-heading {
		display: block;
		margin-bottom: 14px;
	}

	.sd-nova-section-heading > p {
		max-width: none;
		margin-top: 7px;
		text-align: left;
	}

	.sd-nova-shade-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.sd-nova-shade-card {
		grid-template-columns: 35px 1fr;
		gap: 3px 10px;
		min-height: 96px;
		padding: 12px;
	}

	.sd-nova-shade-card__swatch {
		width: 35px;
		height: 56px;
	}

	.sd-nova-shade-card__value {
		font-size: 20px;
	}

	.sd-nova-shade-card__action {
		display: none;
	}

	.sd-nova-shade-switcher {
		gap: 5px;
		margin-top: 19px;
	}

	.sd-nova-shade-switcher a {
		min-width: 44px;
		min-height: 36px;
		padding: 6px 10px;
	}

	.sd-nova-roll-grid {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.sd-nova-roll-card {
		padding: 17px;
	}

	.sd-nova-roll-card__form select {
		min-height: 48px;
		font-size: 16px;
	}

	.sd-nova-cut-select__toggle {
		min-height: 48px;
		padding-right: 13px;
		padding-left: 13px;
		font-size: 16px;
	}

	.sd-nova-cut-select__option {
		min-height: 44px;
		padding: 10px 12px;
		font-size: 16px;
	}

	.sd-nova-roll-card__header {
		display: flex;
	}

	.sd-nova-roll-card__price {
		font-size: 18px;
		text-align: right;
	}

	.sd-nova-prototype-footer {
		display: block;
		margin-top: 24px;
	}

	.sd-nova-prototype-footer a {
		display: inline-flex;
		margin-top: 9px;
		white-space: normal;
	}
}

@media (max-width: 360px) {
	.sd-nova-roll-card__header {
		display: block;
	}

	.sd-nova-roll-card__price {
		margin-top: 8px;
		text-align: left;
	}
}

/* Nova approval pass: separate the two shopping decisions and give the
 * purchase controls a clear, calm finish without changing form behavior. */
.sd-nova-shades,
.sd-nova-rolls {
	margin-top: 60px;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--sd-nova-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(18, 44, 62, .045);
}

.sd-nova-rolls {
	background:
		linear-gradient(180deg, #f7fafb 0%, #fff 72%);
}

.sd-nova-section-heading {
	margin-bottom: 28px;
}

.sd-nova-section-heading > div {
	min-width: 0;
}

.sd-nova-section-heading > p {
	margin-bottom: 3px;
}

.sd-nova-eyebrow {
	letter-spacing: .1em;
}

.sd-nova-shade-grid {
	gap: 18px;
}

.sd-nova-shade-card {
	min-height: 124px;
	padding: 22px;
	border-radius: 18px;
	background: linear-gradient(145deg, #fff 0%, #fbfdfe 100%);
	box-shadow: 0 5px 16px rgba(18, 44, 62, .035);
}

.sd-nova-shade-card__swatch {
	border-radius: 10px;
	box-shadow:
		inset 0 0 0 3px rgba(255, 255, 255, .18),
		0 3px 7px rgba(18, 44, 62, .12);
}

.sd-nova-shade-card__value {
	font-size: 27px;
}

.sd-nova-shade-card__meta {
	margin-top: 1px;
}

.sd-nova-roll-grid {
	gap: 20px;
}

.sd-nova-roll-card {
	padding: 24px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 7px 22px rgba(18, 44, 62, .05);
}

.sd-nova-roll-card__header {
	padding-bottom: 18px;
}

.sd-nova-roll-card__status {
	margin: 16px 0 20px;
}

.sd-nova-roll-card__cut-note {
	min-height: 30px;
	margin-bottom: 15px;
}

.sd-nova-config-summary {
	display: flex;
	gap: 10px;
	align-items: baseline;
	justify-content: space-between;
	margin: 0 0 15px;
	padding: 11px 13px;
	border: 1px solid #cfe0e8;
	border-radius: 10px;
	background: #f3f8fa;
	color: var(--sd-nova-ink);
}

.sd-nova-config-summary__label {
	color: #567080;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.sd-nova-config-summary__value {
	font-size: 13px;
	font-weight: 800;
	text-align: right;
}

.sd-nova-roll-card__full-roll {
	border-radius: 10px;
}

.sd-nova-roll-card__form select,
.sd-nova-roll-card__buy .qty {
	border-radius: 9px;
}

.sd-nova-roll-card__buy .single_add_to_cart_button {
	border-radius: 9px;
}

@media (max-width: 820px) {
	.sd-nova-shades,
	.sd-nova-rolls {
		padding: 28px;
	}
}

@media (max-width: 560px) {
	.sd-nova-shades,
	.sd-nova-rolls {
		margin-top: 38px;
		padding: 22px 16px;
		border-radius: 18px;
	}

	.sd-nova-section-heading {
		margin-bottom: 22px;
	}

	.sd-nova-shade-grid {
		gap: 12px;
	}

	.sd-nova-shade-card {
		min-height: 106px;
		padding: 15px;
		border-radius: 14px;
	}

	.sd-nova-shade-card__value {
		font-size: 22px;
	}

	.sd-nova-roll-grid {
		gap: 14px;
	}

	.sd-nova-roll-card {
		padding: 20px;
		border-radius: 15px;
	}

	.sd-nova-config-summary {
		display: block;
	}

	.sd-nova-config-summary__value {
		display: block;
		margin-top: 4px;
		text-align: left;
	}
}

/* Compact card helpers and accessible framed previews. */
.sd-nova-roll-card {
	padding: 20px;
}

.sd-nova-shade-hero .sd-nova-shade-switcher {
	width: 100%;
	justify-content: space-between;
}

.sd-nova-roll-card__header {
	padding-bottom: 14px;
}

.sd-nova-roll-card__status {
	margin: 12px 0 14px;
}

.sd-nova-roll-card__field-head {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 7px;
}

.sd-nova-roll-card__field-head .sd-nova-roll-card__field-label {
	margin-bottom: 0;
}

.sd-nova-roll-card__field-label--inline {
	gap: 5px;
	align-items: center;
}

.sd-nova-roll-card__field-label--inline label {
	color: inherit;
	font: inherit;
}

.sd-nova-info-button {
	display: inline-flex;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--sd-nova-blue);
	font-family: inherit;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.sd-nova-product-image {
	position: relative;
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	color: inherit;
	text-decoration: none;
}

.sd-nova-product-image img {
	display: block;
}

.sd-nova-product-image__caption {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 999px;
	background: rgba(20, 43, 59, .82);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	opacity: .92;
}

.sd-nova-product-image:hover .sd-nova-product-image__caption {
	background: var(--sd-nova-blue);
}

.sd-nova-product-image:focus-visible,
.sd-nova-info-button:focus-visible,
.sd-nova-dialog__close:focus-visible {
	outline: 3px solid #f3b735;
	outline-offset: 3px;
}

.sd-nova-image-dialog,
.sd-nova-info-dialog {
	width: calc(100% - 32px);
	max-width: 920px;
	padding: 0;
	border: 0;
	border-radius: 16px;
	background: transparent;
	color: var(--sd-nova-ink);
	box-shadow: 0 24px 80px rgba(9, 31, 44, .3);
}

.sd-nova-info-dialog {
	max-width: 460px;
}

.sd-nova-image-dialog::backdrop,
.sd-nova-info-dialog::backdrop {
	background: rgba(11, 31, 43, .68);
}

.sd-nova-image-dialog__panel,
.sd-nova-info-dialog__panel {
	position: relative;
	padding: 16px;
	border: 1px solid var(--sd-nova-line);
	border-radius: 16px;
	background: #fff;
}

.sd-nova-image-dialog__header {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.sd-nova-image-dialog__header h2 {
	margin-bottom: 0;
	font-size: 20px;
}

.sd-nova-dialog__close {
	display: inline-grid;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	place-items: center;
	padding: 0 0 3px;
	border: 1px solid #b7c5cd;
	border-radius: 50%;
	background: #fff;
	color: var(--sd-nova-ink);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.sd-nova-image-dialog__image {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: min(78vh, 760px);
	margin: 0 auto;
	object-fit: contain;
}

.sd-nova-info-dialog__panel p {
	margin: 0;
	color: #536977;
	font-size: 15px;
	line-height: 1.55;
}

@media (max-width: 560px) {
	.sd-nova-roll-card {
		padding: 16px;
	}

	.sd-nova-roll-card__status {
		margin: 10px 0 12px;
	}

	.sd-nova-image-dialog,
	.sd-nova-info-dialog {
		width: calc(100% - 20px);
	}

	.sd-nova-image-dialog__panel,
	.sd-nova-info-dialog__panel {
		padding: 12px;
	}
}

/* Helios category family cards: show the source product image above the copy. */
.sd-helios-family-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.sd-helios-family-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	min-height: 0;
	padding: 14px;
}

.sd-helios-family-card .sd-nova-shade-card__swatch {
	display: grid;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	flex: 0 0 auto;
	place-items: center;
	border-color: #cbd8df;
	border-radius: 8px;
	background: #f7fafb;
}

.sd-helios-family-card .sd-nova-shade-card__product-image {
	width: 100%;
	height: 100%;
	padding: 8px;
	object-fit: contain;
}

.sd-helios-family-card .sd-nova-shade-card__value {
	margin-top: 14px;
	font-size: 22px;
	line-height: 1.05;
}

.sd-helios-family-card .sd-nova-shade-card__meta {
	margin-top: 6px;
}

.sd-helios-family-card .sd-nova-shade-card__action {
	display: inline-block;
	margin-top: 9px;
}

@media (max-width: 820px) {
	.sd-helios-family-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.sd-helios-family-card {
		padding: 10px;
	}

	.sd-helios-family-card .sd-nova-shade-card__swatch {
		height: auto;
		aspect-ratio: 1 / 1;
		flex-basis: auto;
	}

	.sd-helios-family-card .sd-nova-shade-card__value {
		font-size: 18px;
	}
}

/* 0.1.8+ family shade configurator. The theme continues to own the site header. */
.sd-helios-family-switcher {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 48px;
	margin: 1px 0 14px;
	padding: 7px 11px;
	border: 1px solid #d7e3e5;
	border-radius: 10px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 8px 20px rgba(27, 64, 82, .05);
}

.sd-helios-family-switcher__label {
	color: #58707d;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
	white-space: nowrap;
}

.sd-helios-family-switcher__tabs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 5px;
	min-width: 0;
}

.sd-helios-family-switcher__tabs a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 32px;
	padding: 4px 8px;
	border: 1px solid transparent;
	border-radius: 6px;
	color: #45606d;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	transition: transform .16s ease, background .16s ease, border-color .16s ease, color .16s ease;
}

.sd-helios-family-switcher__tabs a:hover,
.sd-helios-family-switcher__tabs a:focus-visible {
	border-color: #9fbdc6;
	background: #f3f9f9;
	color: #084d6b;
}

.sd-helios-family-switcher__tabs a[aria-current="page"] {
	border-color: #0d668e;
	background: #0d668e;
	box-shadow: 0 2px 0 #084d6b;
	color: #fff;
}

.sd-helios-family-switcher__hint {
	color: #6f8289;
	font-size: 10px;
	line-height: 1.25;
	text-align: right;
}

.sd-helios-family-switcher--mobile {
	display: none;
}

.sd-helios-configurator {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	overflow: hidden;
	border: 1px solid #cfdde2;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(27, 64, 82, .08);
}

.sd-helios-configurator__workspace {
	display: grid;
	grid-template-columns: minmax(245px, .82fr) minmax(320px, 1.18fr);
	grid-template-rows: auto 1fr auto;
	gap: 18px 26px;
	min-width: 0;
	padding: 26px 30px 23px;
	background: radial-gradient(circle at 100% 0, #e8f2f3, transparent 38%), #fff;
}

.sd-helios-configurator__intro {
	align-self: start;
	min-width: 0;
}

.sd-helios-configurator__intro h1 {
	margin-bottom: 9px;
	font-size: clamp(38px, 4.2vw, 56px);
}

.sd-helios-configurator__copy {
	max-width: 295px;
	margin-bottom: 0;
	color: #58707d;
	font-size: 14px;
	line-height: 1.45;
}

.sd-helios-configurator__intro .sd-nova-product-description {
	max-height: 92px;
	overflow: auto;
	font-size: 13px;
	line-height: 1.45;
}

.sd-helios-configurator__intro .sd-nova-shade-switcher {
	justify-content: flex-start;
	margin-top: 18px;
}

.sd-helios-configurator__art {
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: center;
	min-width: 0;
	margin: 0;
}

.sd-helios-configurator__art .sd-nova-product-image {
	display: flex;
	width: 100%;
}

.sd-helios-configurator__art .sd-nova-product-image img {
	width: 100%;
	max-width: 430px;
	max-height: 315px;
	margin: auto;
	border: 1px solid #244453;
	border-radius: 9px;
	background: #05090c;
	box-shadow: 0 14px 24px rgba(19, 48, 66, .17);
	object-fit: contain;
}

.sd-helios-roll-choices {
	grid-column: 1 / -1;
	align-self: end;
	padding-top: 13px;
	border-top: 1px solid #dce7e9;
}

.sd-helios-roll-choices__heading {
	display: flex;
	gap: 12px;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 8px;
}

.sd-helios-roll-choices__heading strong {
	font-size: 13px;
}

.sd-helios-roll-choices__heading span {
	color: #6f8289;
	font-size: 10px;
}

.sd-helios-roll-choices__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 7px;
}

.sd-helios-roll-choices__grid button {
	min-width: 0;
	min-height: 58px;
	padding: 7px 8px;
	border: 1px solid #cedde2;
	border-radius: 8px;
	background: #fbfdfd;
	color: #153145;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.sd-helios-roll-choices__grid button:hover,
.sd-helios-roll-choices__grid button:focus-visible {
	border-color: #0d668e;
}

.sd-helios-roll-choices__grid button[aria-pressed="true"] {
	border-color: #0d668e;
	background: #eaf6f7;
	box-shadow: inset 0 0 0 1px #0d668e;
}

.sd-helios-roll-choices__grid strong,
.sd-helios-roll-choices__grid span {
	display: block;
	overflow-wrap: anywhere;
}

.sd-helios-roll-choices__grid strong {
	font-size: 13px;
	line-height: 1.15;
}

.sd-helios-roll-choices__grid span {
	margin-top: 4px;
	color: #087052;
	font-size: 9px;
	font-weight: 700;
}

.sd-helios-configurator__purchases {
	min-width: 0;
	border-left: 1px solid #cfdde2;
	background: #f7fbfa;
}

.sd-helios-configurator__purchases .sd-nova-roll-card {
	min-height: 100%;
	padding: 25px 24px 22px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.sd-helios-configurator__purchases .sd-nova-roll-card[hidden] {
	display: none !important;
}

.sd-helios-configurator__purchases .sd-nova-roll-card__header h3 {
	font-size: 21px;
}

.sd-helios-configurator__purchases .sd-nova-roll-card__price {
	font-size: 22px;
}

.sd-helios-configurator__purchases .sd-nova-roll-card__status {
	margin: 11px 0 15px;
}

.sd-helios-configurator__purchases .sd-nova-config-summary {
	margin-top: 14px;
}

.sd-helios-configurator__purchases .single_add_to_cart_button {
	border-color: #0d668e !important;
	background: #0d668e !important;
	color: #fff !important;
}

.sd-helios-configurator__purchases .single_add_to_cart_button:hover,
.sd-helios-configurator__purchases .single_add_to_cart_button:focus-visible {
	border-color: #084d6b !important;
	background: #084d6b !important;
	color: #fff !important;
}

.sd-nova-cut-select.is-open-up .sd-nova-cut-select__menu {
	top: auto;
	bottom: calc(100% + 5px);
}

.sd-helios-quantity-label {
	display: none;
}

@media (max-width: 899px) {
	.sd-helios-category-landing {
		grid-template-columns: minmax(0, 1fr) 118px;
		gap: 12px;
		padding: 15px 14px;
	}

	.sd-helios-category-landing .sd-nova-hero__copy > p:not(.sd-nova-eyebrow) {
		margin-bottom: 0;
		font-size: 12px;
		line-height: 1.4;
	}

	.sd-helios-category-landing .sd-nova-hero__image {
		display: grid;
		min-height: 104px;
	}

	.sd-helios-category-landing .sd-nova-hero__image .sd-helios-main-poster {
		width: 118px;
		max-height: 96px;
		border-radius: 8px;
	}

	.sd-helios-category-products {
		gap: 4px;
		margin-top: 7px;
	}

	.sd-helios-category-product {
		grid-template-rows: 53px auto;
		border-radius: 7px;
	}

	.sd-helios-category-product__image {
		padding: 4px 3px 2px;
	}

	.sd-helios-category-product__photo {
		height: 48px;
	}

	.sd-helios-category-product__name {
		min-height: 31px;
		padding: 4px 2px;
		font-size: 9px;
	}

	.sd-nova-prototype {
		width: min(calc(100% - 20px), 650px) !important;
		margin-top: 12px !important;
	}

	.sd-nova-breadcrumb {
		min-height: 22px;
		margin-bottom: 8px;
		font-size: 11px;
	}

	.sd-helios-family-switcher {
		display: none;
	}

	.sd-helios-family-switcher--mobile {
		display: block;
		width: 100%;
		min-height: 0;
		margin: 0 0 7px;
		padding: 4px;
		border: 1px solid #d7e3e5;
		border-radius: 8px;
		background: rgba(255, 255, 255, .86);
		box-shadow: 0 5px 14px rgba(27, 64, 82, .04);
	}

	.sd-helios-family-switcher--mobile .sd-helios-family-switcher__tabs {
		gap: 2px;
	}

	.sd-helios-family-switcher--mobile .sd-helios-family-switcher__tabs a {
		min-height: 30px;
		padding: 3px 2px;
		border-color: #d5e0e4;
		border-radius: 5px;
		background: #fff;
		font-size: 9px;
		white-space: nowrap;
	}

	.sd-helios-family-switcher--mobile .sd-helios-family-switcher__tabs a[aria-current="page"] {
		border-color: #0d668e;
		background: #0d668e;
		color: #fff;
	}

	.sd-helios-configurator {
		display: block;
		overflow: visible;
		border-radius: 14px;
	}

	.sd-helios-configurator__workspace {
		display: block;
		padding: 13px;
		background: #fbfdfb;
	}

	.sd-helios-configurator__intro .sd-nova-eyebrow,
	.sd-helios-configurator__copy,
	.sd-helios-configurator__intro .sd-nova-product-description {
		display: none;
	}

	.sd-helios-configurator__intro h1 {
		margin-bottom: 8px;
		font-size: 28px;
	}

	.sd-helios-configurator__intro .sd-nova-shade-switcher {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 5px;
		margin: 0 0 12px;
	}

	.sd-helios-configurator__intro .sd-nova-shade-switcher a {
		min-width: 0;
		min-height: 40px;
		padding: 5px 2px;
		border-radius: 8px;
		font-size: 13px;
	}

	.sd-helios-configurator__art {
		display: none;
	}

	.sd-helios-roll-choices {
		padding-top: 10px;
	}

	.sd-helios-roll-choices__heading {
		margin-bottom: 7px;
	}

	.sd-helios-roll-choices__heading span {
		font-size: 9px;
	}

	.sd-helios-roll-choices__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 5px 6px;
	}

	.sd-helios-roll-choices__grid button {
		min-height: 46px;
		padding: 4px 5px;
		text-align: center;
	}

	.sd-helios-roll-choices__grid strong {
		font-size: 12px;
		line-height: 1.1;
	}

	.sd-helios-roll-choices__grid button span {
		line-height: 1.1;
	}

	.sd-helios-configurator__purchases {
		border-top: 1px solid #cfdde2;
		border-left: 0;
		border-radius: 0 0 14px 14px;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card {
		padding: 10px 13px 11px;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__header {
		align-items: center;
		padding-bottom: 6px;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__kicker {
		display: none;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__header h3 {
		font-size: 16px;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__price {
		margin: 0;
		font-size: 19px;
		text-align: right;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__purchase-meta {
		flex-direction: row;
		gap: 7px;
		align-items: baseline;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__status {
		min-height: 0;
		margin: 0;
		font-size: 10px;
		white-space: nowrap;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__form {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 72px;
		gap: 4px 8px;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__field-head {
		grid-column: 1;
		margin: 0;
	}

	.sd-helios-configurator__purchases .sd-nova-cut-select,
	.sd-helios-configurator__purchases .sd-nova-roll-card__full-roll {
		grid-column: 1;
	}

	.sd-helios-configurator__purchases .sd-nova-cut-select__toggle,
	.sd-helios-configurator__purchases .sd-nova-roll-card__full-roll,
	.sd-helios-configurator__purchases .sd-nova-roll-card__buy .qty {
		min-height: 38px;
		height: 38px;
		font-size: 14px;
	}

	.sd-helios-configurator__purchases .sd-nova-other-cut {
		grid-column: 1 / -1;
		grid-row: 3;
		margin-top: 2px;
	}

	.sd-helios-configurator__purchases .sd-helios-quantity-label {
		display: block;
		grid-column: 2;
		grid-row: 1;
		align-self: end;
		font-size: 10px;
		font-weight: 800;
	}

	.sd-helios-configurator__purchases .sd-nova-config-summary {
		grid-column: 1 / -1;
		grid-row: 4;
		margin: 3px 0;
		padding: 6px 9px;
	}

	.sd-helios-configurator__purchases .sd-nova-config-summary__label {
		display: none;
	}

	.sd-helios-configurator__purchases .sd-nova-config-summary__value {
		margin: 0;
		font-size: 11px;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__buy {
		display: contents;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__buy .quantity {
		grid-column: 2;
		grid-row: 2;
		width: 72px;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__buy .single_add_to_cart_button {
		grid-column: 1 / -1;
		grid-row: 5;
		min-height: 41px;
		margin-top: 1px;
		border-color: #f0b73f !important;
		background: #f0b73f !important;
		color: #173242 !important;
	}

	.sd-helios-configurator__purchases .sd-nova-roll-card__buy .single_add_to_cart_button:hover,
	.sd-helios-configurator__purchases .sd-nova-roll-card__buy .single_add_to_cart_button:focus-visible {
		border-color: #d99d21 !important;
		background: #d99d21 !important;
		color: #173242 !important;
	}

	.sd-nova-prototype-footer,
	.sd-nova-product-details {
		margin-top: 16px;
	}
}

@media (max-width: 380px) {
	.sd-helios-configurator__intro h1 {
		font-size: 26px;
	}

	.sd-helios-family-switcher--mobile .sd-helios-family-switcher__tabs a {
		font-size: 8px;
	}
}

@media (min-width: 900px) and (max-width: 1100px) {
	.sd-helios-family-switcher {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.sd-helios-family-switcher__hint {
		display: none;
	}

	.sd-helios-configurator {
		grid-template-columns: minmax(0, 1fr) 320px;
	}

	.sd-helios-configurator__workspace {
		grid-template-columns: minmax(210px, .75fr) minmax(280px, 1.25fr);
		padding: 23px;
		gap: 16px;
	}
}