/* =============================================================
   Snuffle Pets — productpagina (PDP)
   Blueprint sectie 5. Mobile-first; desktop vanaf 768px.
   ============================================================= */

/* ---------- Tweekoloms layout: galerij links, koopblok rechts ---------- */

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}
.single-product div.product > .woocommerce-product-gallery { grid-column: 1; }
.single-product div.product > .summary { grid-column: 1; }
.single-product div.product > .sc-tabs,
.single-product div.product > .sc-pdp__crosssell { grid-column: 1 / -1; }

@media (min-width: 768px) {
	.single-product div.product {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: 40px;
	}
	.single-product div.product > .woocommerce-product-gallery { grid-column: 1; grid-row: 1; }
	.single-product div.product > .summary { grid-column: 2; grid-row: 1; }
}
@media (min-width: 992px) {
	.single-product div.product { column-gap: 56px; }
}

/* ---------- Galerij: verticale thumbnailkolom links ---------- */

.woocommerce-product-gallery {
	position: relative;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	width: 100% !important; /* Woo zet inline 100%, vlakken we af */
}
.woocommerce-product-gallery .flex-viewport {
	order: 2;
	flex: 1;
	min-width: 0;
	position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	order: 2;
	flex: 1;
	min-width: 0;
	margin: 0;
	position: relative;
}
.woocommerce-product-gallery__image img { width: 100%; }

.woocommerce-product-gallery ol.flex-control-thumbs {
	order: 1;
	flex: 0 0 80px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 640px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.woocommerce-product-gallery ol.flex-control-thumbs li { width: 80px; }
.woocommerce-product-gallery ol.flex-control-thumbs img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border: 2px solid var(--sc-border-input);
	border-radius: var(--sc-radius-s);
	cursor: pointer;
	opacity: .8;
	transition: border-color .2s, opacity .2s;
}
.woocommerce-product-gallery ol.flex-control-thumbs img:hover,
.woocommerce-product-gallery ol.flex-control-thumbs img.flex-active {
	border-color: var(--sc-brand);
	opacity: 1;
}
.woocommerce-product-gallery ol.flex-control-thumbs img:focus-visible {
	outline: 2px solid var(--sc-brand);
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.woocommerce-product-gallery { flex-direction: column; }
	.woocommerce-product-gallery ol.flex-control-thumbs {
		order: 3;
		flex: 0 0 auto;
		flex-direction: row;
		width: 100%;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 10px;
	}
}

/* Fallback-galerij zonder flexslider (JS wisselt .is-current) */
.woocommerce-product-gallery.sc-gallery-manual .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image { display: none; }
.woocommerce-product-gallery.sc-gallery-manual .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.is-current { display: block; }

/* Prev/next-pijlen over de hoofdfoto */
.sc-galarrow {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	box-shadow: var(--sc-shadow-soft);
	color: var(--sc-text);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.sc-galarrow:hover { color: var(--sc-brand); }
.sc-galarrow:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }
.sc-galarrow--prev { left: 10px; }
.sc-galarrow--next { right: 10px; }

/* ---------- Koopblok ---------- */

.summary .product_title { font-size: 3rem; font-weight: 700; margin: 0 0 10px; }
@media (max-width: 767px) { .summary .product_title { font-size: 2.4rem; } }

.sc-pdp__rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 12px;
	font-size: 1.3rem;
}
.sc-pdp__reviewlink { text-decoration: underline; }
.sc-pdp__reviewlink:hover { color: var(--sc-text-muted); }
.sc-pdp__ratingsep { color: var(--sc-border); }

.summary .woocommerce-product-details__short-description { margin: 0 0 14px; color: #444; }
.summary .woocommerce-product-details__short-description p { margin: 0; }

.sc-pdp__usps {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.sc-pdp__usps li { display: flex; align-items: flex-start; gap: 8px; font-size: 1.4rem; }
.sc-pdp__usps .sc-icon { color: var(--sc-success); margin-top: 3px; }

/* Prijsblok */
.sc-pdp__pricebox { margin: 0 0 14px; }
.sc-pdp__pricelabel { display: block; font-size: 1.1rem; color: var(--sc-text-muted); }
.sc-pdp__priceline { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; }
.sc-pdp__from { font-size: 1.3rem; color: var(--sc-text-muted); }
.sc-pdp__amount { font-size: 3.6rem; font-weight: 700; line-height: 1.1; }
.sc-pdp__amount.is-sale { color: var(--sc-sale); }
.sc-pdp__oldprice { font-size: 1.3rem; color: var(--sc-text-muted); }
.sc-pdp__oldprice del { font-weight: 600; }
.sc-pdp__saleline { font-size: 1.3rem; color: var(--sc-sale); font-weight: 600; margin-top: 2px; }
.sc-pdp__advice { font-size: 1.1rem; color: var(--sc-text-muted); margin-top: 2px; }

/* Voorraadstatus (tekst komt uit de availability-filter in inc/woocommerce.php) */
.single-product p.stock {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 14px;
}
.single-product p.stock::before {
	content: '';
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.single-product .sc-stock--in { color: var(--sc-success); }
.single-product .sc-stock--in::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%230FA86C'/%3E%3Cpath d='m7 12.5 3.2 3.2 6.5-7' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.single-product .sc-stock--low { color: var(--sc-warning); }
.single-product .sc-stock--low::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23F59E2D'/%3E%3Cpath d='M12 6.5V12l3.4 2.4' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.single-product .sc-stock--out { color: var(--sc-text-muted); }
.single-product .sc-stock--out::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%238A8A8A'/%3E%3Cpath d='M8.5 8.5l7 7M15.5 8.5l-7 7' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* ---------- Variantkiezer als tegels ---------- */

.sc-pdp__varlabel { font-weight: 700; margin: 0 0 10px; }

/* Originele selects blijven werkend als (visueel verborgen) fallback */
form.cart.sc-has-tiles table.variations {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
	white-space: nowrap;
}
form.cart table.variations { border-collapse: collapse; margin: 0 0 12px; }
form.cart table.variations th,
form.cart table.variations td { padding: 4px 8px 4px 0; text-align: left; }
form.cart .reset_variations { display: none !important; }

.sc-vartiles-wrap { margin: 0 0 16px; }
.sc-vartiles + .sc-vartiles { margin-top: 14px; }
.sc-vartiles__label { font-weight: 600; font-size: 1.3rem; margin: 0 0 6px; }
.sc-vartiles__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
@media (min-width: 1170px) {
	.sc-vartiles__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.sc-vartile {
	position: relative;
	min-height: 50px;
	border: 2px solid var(--sc-border-input);
	border-radius: var(--sc-radius-s);
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 8px 12px;
	cursor: pointer;
	font-family: var(--sc-font-body);
	font-size: 1.4rem;
	color: var(--sc-text);
	text-align: center;
	transition: border-color .2s;
}
.sc-vartile:hover { border-color: var(--sc-brand); }
.sc-vartile:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }
.sc-vartile__price { font-size: 1.2rem; color: var(--sc-text-muted); }
.sc-vartile.is-selected { border-color: var(--sc-secondary); }
.sc-vartile.is-selected .sc-vartile__name { color: var(--sc-secondary); font-weight: 700; }
.sc-vartile.is-selected::after {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%231E7A6F'/%3E%3Cpath d='m7 12.5 3.2 3.2 6.5-7' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.sc-vartile.is-soldout,
.sc-vartile:disabled {
	background: var(--sc-border-input);
	border-color: var(--sc-border-input);
	color: var(--sc-text-muted);
	cursor: not-allowed;
}
.sc-vartile.is-soldout .sc-vartile__name { text-decoration: line-through; }

/* Variatie-uitvoer van Woo: prijsregel verbergen (ons prijsblok wordt live bijgewerkt) */
.single-product .woocommerce-variation-price { display: none; }
.single-product .woocommerce-variation-availability p.stock { margin: 0 0 12px; }

/* ---------- Aantal + koopknop ---------- */

form.cart { margin: 0 0 16px; }
form.cart:not(.variations_form) {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	flex-wrap: wrap;
}
.woocommerce-variation-add-to-cart {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	flex-wrap: wrap;
}
form.cart .quantity { display: none; } /* originele Woo-input blijft als fallback in de DOM */

.sc-qtyfield { display: flex; flex-direction: column; }
.sc-qtyfield label { font-size: 1.2rem; margin-bottom: 4px; }
.sc-qtyfield select {
	width: 64px;
	height: 55px;
	text-align: center;
	padding: 0 8px;
}

.single_add_to_cart_button {
	flex: 1;
	min-width: 200px;
	height: 55px;
	border: 0;
	border-radius: var(--sc-radius-s);
	background: var(--sc-cta);
	color: #fff;
	font-family: var(--sc-font-body);
	font-size: 1.5rem;
	font-weight: 700;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background-color .3s ease-out;
}
.single_add_to_cart_button:hover { background: var(--sc-cta-hover); }
.single_add_to_cart_button:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }
.single_add_to_cart_button:disabled,
.single_add_to_cart_button.disabled {
	background: var(--sc-bg-alt);
	color: var(--sc-text-muted);
	cursor: not-allowed;
}
.single_add_to_cart_button::before {
	content: '';
	width: 17px;
	height: 17px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='17' cy='20' r='1.4'/%3E%3Cpath d='M3 3.5h2.5l2.3 11.6a1.5 1.5 0 0 0 1.5 1.2h7.6a1.5 1.5 0 0 0 1.5-1.2L20 7.5H6.1'/%3E%3C/svg%3E") center/contain no-repeat;
}
.single_add_to_cart_button.is-loading::before { display: none; }

/* ---------- Verlanglijst + delen ---------- */

.sc-pdp__actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0 0 18px;
}
.sc-pdp__wish,
.sc-share__toggle {
	background: none;
	border: 0;
	cursor: pointer;
	color: var(--sc-text-muted);
	font-family: var(--sc-font-body);
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 0;
}
.sc-pdp__wish:hover,
.sc-share__toggle:hover { color: var(--sc-text); }
.sc-pdp__wish:focus-visible,
.sc-share__toggle:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }
.sc-pdp__wish.is-active { color: var(--sc-sale); }
.sc-pdp__wish.is-active .sc-icon { fill: var(--sc-sale); }

.sc-share { position: relative; }
.sc-share__pop {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 180px;
	background: #fff;
	border-radius: var(--sc-radius-m);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
	padding: 8px;
	display: none;
	z-index: 40;
}
.sc-share.is-open .sc-share__pop { display: block; }
.sc-share.is-left .sc-share__pop { left: auto; right: 0; }
.sc-share__pop a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	border-radius: var(--sc-radius-s);
	font-size: 1.3rem;
	white-space: nowrap;
}
.sc-share__pop a:hover { background: var(--sc-bg-light); color: var(--sc-text); }

/* ---------- Bezorgband ---------- */

.sc-pdp__shipband {
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--sc-info-bg);
	color: var(--sc-info);
	border-radius: var(--sc-radius-s);
	padding: 10px 15px;
	font-size: 1.3rem;
}
.sc-pdp__shipband .sc-icon { flex-shrink: 0; }
.sc-pdp__shipband p { margin: 0; }

/* ---------- Sticky add-to-cart-balk ---------- */

.sc-stickybar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 0 -4px 16px rgba(0, 0, 0, .12);
	z-index: 95;
	transform: translateY(105%);
	transition: transform .25s ease;
}
.sc-stickybar.is-visible { transform: translateY(0); }
.sc-stickybar__inner {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sc-stickybar__img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	border: 1px solid var(--sc-border);
	border-radius: var(--sc-radius-s);
	flex-shrink: 0;
}
.sc-stickybar__meta { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.sc-stickybar__name {
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sc-stickybar__price { font-size: 1.3rem; }
.sc-stickybar__price del { color: var(--sc-text-muted); margin-right: 6px; }
.sc-stickybar__price ins { text-decoration: none; color: var(--sc-sale); font-weight: 700; }
.sc-stickybar__btn { height: 45px; padding: 0 22px; flex-shrink: 0; }
@media (max-width: 479px) {
	.sc-stickybar__img { display: none; }
	.sc-stickybar__btn { padding: 0 14px; }
}

/* ---------- Detail-tabs (desktop) / accordion (mobiel) ---------- */

.sc-tabs { margin: 40px 0 0; }
.sc-tabs__nav { display: none; }
.sc-tabs__panel { border-top: 1px solid var(--sc-border-input); }
.sc-tabs__panel:last-of-type { border-bottom: 1px solid var(--sc-border-input); }
.sc-tabs__acctitle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: none;
	border: 0;
	padding: 14px 0;
	font-family: var(--sc-font-body);
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--sc-text);
	cursor: pointer;
	text-align: left;
}
.sc-tabs__acctitle:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }
.sc-tabs__acctitle .sc-icon { transition: transform .2s; }
.sc-tabs__panel.is-open .sc-tabs__acctitle .sc-icon { transform: rotate(180deg); }
.sc-tabs__content { display: none; padding: 0 0 20px; }
.sc-tabs__panel.is-open .sc-tabs__content { display: block; }

@media (min-width: 768px) {
	.sc-tabs__nav {
		display: flex;
		justify-content: center;
		gap: 17px;
		border-bottom: 1px solid var(--sc-border);
	}
	.sc-tabs__tab {
		min-width: 140px;
		background: none;
		border: 0;
		border-bottom: 3px solid transparent;
		margin-bottom: -1px;
		padding: 13px 18px;
		font-family: var(--sc-font-body);
		font-size: 1.5rem;
		font-weight: 700;
		color: var(--sc-text-muted);
		cursor: pointer;
	}
	.sc-tabs__tab:hover { color: var(--sc-text); }
	.sc-tabs__tab.is-active { color: var(--sc-text); border-bottom-color: var(--sc-brand); }
	.sc-tabs__tab:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: -2px; }

	.sc-tabs__acctitle { display: none; }
	.sc-tabs__panel { display: none; border: 0; }
	.sc-tabs__panel:last-of-type { border: 0; }
	.sc-tabs__panel.is-active { display: block; }
	.sc-tabs__content { display: block; padding: 28px 0 0; }
}

/* ---------- Specificaties ---------- */

.sc-specs-group { max-width: 760px; }
.sc-specs-group h4 { margin: 22px 0 8px; }
.sc-specs-group:first-child h4 { margin-top: 0; }
.sc-specs {
	width: 100%;
	border-collapse: collapse;
}
.sc-specs th,
.sc-specs td {
	border-bottom: 1px solid var(--sc-border-input);
	padding: 9px 12px;
	font-size: 1.4rem;
	text-align: left;
	vertical-align: top;
}
.sc-specs th { width: 40%; font-weight: 600; }
.sc-specs tr:nth-child(odd) { background: var(--sc-bg-light); }

/* ---------- Reviews ---------- */

.sc-reviews { display: grid; gap: 32px; }
@media (min-width: 992px) {
	.sc-reviews { grid-template-columns: 300px minmax(0, 1fr); align-items: start; }
}
.sc-reviews__heading { margin-bottom: 14px; }
.sc-reviews__avg {
	font-family: var(--sc-font-heading);
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
}
.sc-histo {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.sc-histo li { display: flex; align-items: center; gap: 8px; font-size: 1.2rem; }
.sc-histo__label {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	width: 30px;
	color: var(--sc-text-muted);
}
.sc-histo__label .sc-icon { fill: var(--sc-stars); stroke: none; }
.sc-histo__bar {
	flex: 1;
	height: 8px;
	background: var(--sc-bg-alt);
	border-radius: var(--sc-radius-pill);
	overflow: hidden;
}
.sc-histo__fill { display: block; height: 100%; background: var(--sc-stars); }
.sc-histo__count { width: 24px; text-align: right; color: var(--sc-text-muted); }

.sc-reviews__list { list-style: none; margin: 0; padding: 0; }
.sc-review { border-bottom: 1px solid var(--sc-border-input); padding: 18px 0; }
.sc-review:first-child { padding-top: 0; }
.sc-review__title { font-weight: 700; font-size: 1.5rem; margin: 6px 0; }
.sc-review__text { margin: 0 0 6px; }
.sc-review__text p { margin: 0 0 6px; }
.sc-review__meta { font-size: 1.2rem; color: var(--sc-text-muted); margin: 0; }

.sc-reviewform { margin-top: 28px; max-width: 560px; }
.sc-reviewform__starsfield { border: 0; margin: 0 0 14px; padding: 0; }
.sc-reviewform__starsfield legend { font-weight: 600; margin-bottom: 6px; padding: 0; }
.sc-reviewform__stars {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 4px;
}
.sc-reviewform__stars input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}
.sc-reviewform__stars label { cursor: pointer; color: var(--sc-border); margin: 0; line-height: 1; }
.sc-reviewform__stars label .sc-icon { fill: currentColor; stroke: none; }
.sc-reviewform__stars input:checked ~ label,
.sc-reviewform__stars label:hover,
.sc-reviewform__stars label:hover ~ label { color: var(--sc-stars); }
.sc-reviewform__stars input:focus-visible + label { outline: 2px solid var(--sc-brand); outline-offset: 2px; border-radius: var(--sc-radius-s); }

.sc-reviewform__row { display: grid; gap: 12px; }
@media (min-width: 480px) {
	.sc-reviewform__row { grid-template-columns: 1fr 1fr; }
}
.sc-reviewform__field { margin: 0 0 12px; }
.sc-reviewform .required { color: var(--sc-error); }

/* ---------- Cross-sell carrousel ---------- */

.sc-pdp__crosssell { margin: 48px 0 8px; }

/* ---------- Bundel-deals (PDP AOV-widget) ---------- */

.sc-bundle { margin: 18px 0 0; }

.sc-bundle__deadline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--sc-brand-light);
	color: var(--sc-brand-dark);
	border-radius: var(--sc-radius-s);
	padding: 8px 12px;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 14px;
}
.sc-bundle__deadline strong { font-variant-numeric: tabular-nums; }

.sc-bundle__opts { display: flex; flex-direction: column; gap: 12px; }

.sc-bundle__opt {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 2px solid var(--sc-border-input);
	border-radius: var(--sc-radius-m);
	padding: 14px 16px;
	cursor: pointer;
	transition: border-color .2s, background-color .2s;
}
.sc-bundle__opt:hover { border-color: var(--sc-brand); }
.sc-bundle__opt.is-selected { border-color: var(--sc-secondary, var(--sc-brand)); background: var(--sc-brand-light); }
.sc-bundle__opt input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }

.sc-bundle__optmain { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.sc-bundle__opttitle { font-weight: 700; font-size: 1.5rem; line-height: 1.3; }
.sc-bundle__optprice { text-align: right; white-space: nowrap; }
.sc-bundle__optprice strong { font-size: 1.8rem; color: var(--sc-sale, var(--sc-cta)); }
.sc-bundle__optprice del { display: block; font-size: 1.3rem; color: var(--sc-text-muted); font-weight: 400; }

.sc-bundle__save {
	display: inline-block;
	background: var(--sc-success-bg);
	color: var(--sc-success);
	font-size: 1.15rem;
	font-weight: 700;
	padding: 1px 8px;
	border-radius: var(--sc-radius-pill);
	margin-left: 4px;
	vertical-align: middle;
}

.sc-bundle__opt--deal { border-color: var(--sc-cta); }
.sc-bundle__badge {
	position: absolute;
	top: -10px;
	right: 14px;
	background: var(--sc-cta);
	color: #fff;
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: .04em;
	padding: 3px 10px;
	border-radius: var(--sc-radius-pill);
}

.sc-bundle__colours { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.sc-bundle__colours[hidden] { display: none; }
.sc-bundle__colourlabel { width: 100%; font-size: 1.2rem; font-weight: 600; color: var(--sc-text-muted); }
.sc-bundle__colour { display: inline-flex; align-items: center; gap: 5px; margin: 0; font-size: 1.3rem; }
.sc-bundle__colournr { color: var(--sc-text-muted); font-weight: 700; }
.sc-bundle__colour select { height: 40px; padding: 0 8px; }

.sc-bundle__add { width: 100%; margin-top: 16px; }
.sc-bundle__add.is-loading { opacity: .6; pointer-events: none; }
