/* Kakooti single-product redesign
 * Scoped to WooCommerce product pages. Uses the approved Kakooti color tokens.
 */

body.single-product {
	--kk-void: #032a2b;
	--kk-void-soft: #043436;
	--kk-void-elevated: #064143;
	--kk-paper: #fbf9f3;
	--kk-paper-alt: #f4efe2;
	--kk-surface: #ffffff;
	--kk-ink: #032a2b;
	--kk-body: #42544e;
	--kk-muted: #78826f;
	--kk-gold: #d4af37;
	--kk-gold-deep: #96741f;
	--kk-gold-light: #f3e2ac;
	--kk-metal: linear-gradient(135deg, #f3e2ac 0%, #d4af37 48%, #96741f 100%);
	--kk-metal-soft: linear-gradient(135deg, rgba(212, 175, 55, .18), rgba(212, 175, 55, .04));
	--kk-rule: rgba(3, 42, 43, .11);
	--kk-rule-gold: rgba(212, 175, 55, .42);
	--kk-shadow: 0 18px 55px rgba(3, 42, 43, .09);
	--kk-radius-xl: 30px;
	--kk-radius-lg: 22px;
	--kk-radius-md: 14px;
	background: var(--kk-paper);
	color: var(--kk-body);
}

/* Compact navigation on product pages. */
body.single-product .whb-header {
	min-height: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}

body.single-product .whb-main-header,
body.single-product .whb-general-header {
	height: 76px !important;
	min-height: 76px !important;
	max-height: 76px !important;
}

body.single-product .whb-general-header > .container,
body.single-product .whb-general-header-inner,
body.single-product .whb-general-header .whb-column,
body.single-product .whb-general-header .site-logo,
body.single-product .whb-general-header .wd-logo {
	height: 76px !important;
	min-height: 0 !important;
	max-height: 76px !important;
}

body.single-product .whb-general-header .site-logo img {
	width: auto !important;
	height: 66px !important;
	max-width: 126px !important;
	max-height: 66px !important;
	padding-block: 4px !important;
	object-fit: contain;
}

body.single-product .main-page-wrapper {
	background:
		radial-gradient(circle at 92% 5%, rgba(212, 175, 55, .09), transparent 23rem),
		var(--kk-paper);
	padding-top: clamp(18px, 2.2vw, 34px);
}

body.single-product .main-page-wrapper > .container,
body.single-product .single-product-page,
body.single-product .single-product-content {
	width: 100% !important;
	max-width: 1500px !important;
}

body.single-product .main-page-wrapper > .container {
	padding-inline: clamp(16px, 3vw, 48px);
}

body.single-product .single-product-page {
	margin-inline: auto;
}

body.single-product .elementor-element-c744e82 > .elementor-container,
body.single-product .elementor-element-007c30f > .elementor-container,
body.single-product .elementor-element-81b8087 > .elementor-container,
body.single-product .elementor-element-f266793 > .elementor-container {
	width: 100%;
	max-width: none !important;
}

/* Breadcrumb */
body.single-product .elementor-element-c744e82 {
	margin-bottom: 14px;
}

body.single-product .woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	margin: 0 !important;
	padding: 9px 16px !important;
	border: 1px solid var(--kk-rule);
	border-radius: 13px;
	background: rgba(255, 255, 255, .76);
	color: var(--kk-muted);
	font-size: 12.5px;
	line-height: 1.8;
	box-shadow: 0 8px 25px rgba(3, 42, 43, .035);
	backdrop-filter: blur(8px);
}

body.single-product .woocommerce-breadcrumb a {
	color: var(--kk-void-elevated);
	font-weight: 650;
}

body.single-product .woocommerce-breadcrumb a:hover {
	color: var(--kk-gold-deep);
}

/* Hero / purchase panel */
body.single-product .elementor-element-007c30f {
	position: relative;
	overflow: hidden;
	margin-bottom: clamp(24px, 3.4vw, 48px);
	border: 1px solid var(--kk-rule);
	border-radius: var(--kk-radius-xl);
	background:
		linear-gradient(115deg, rgba(255, 255, 255, .98), rgba(251, 249, 243, .96)),
		var(--kk-surface);
	box-shadow: var(--kk-shadow);
	isolation: isolate;
}

body.single-product .elementor-element-007c30f::before {
	position: absolute;
	z-index: -1;
	inset: 0 0 auto auto;
	width: 310px;
	height: 310px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212, 175, 55, .14), transparent 67%);
	transform: translate(38%, -42%);
	content: "";
	pointer-events: none;
}

body.single-product .elementor-element-007c30f > .elementor-container {
	display: flex;
	align-items: stretch;
	gap: clamp(26px, 4vw, 64px);
	padding: clamp(22px, 3.5vw, 52px);
}

body.single-product .elementor-element-bc2f23a {
	width: 43% !important;
}

body.single-product .elementor-element-3fa5d9c {
	width: 57% !important;
}

body.single-product .elementor-element-3fa5d9c > .elementor-widget-wrap {
	align-content: center;
	align-items: stretch;
	padding: 0 !important;
}

body.single-product .elementor-element-3fa5d9c .elementor-widget {
	max-width: 100%;
}

body.single-product .elementor-element-0eed1ff {
	position: static !important;
	display: block !important;
	width: fit-content !important;
	max-width: 100%;
	margin: 0 0 12px !important;
	padding: 7px 13px;
	border: 1px solid rgba(150, 116, 31, .42);
	border-radius: 999px;
	background: rgba(243, 226, 172, .58);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65);
	transform: none !important;
}

body.single-product .elementor-element-0eed1ff .elementor-heading-title {
	color: var(--kk-ink) !important;
	font-size: 13.5px !important;
	font-weight: 800 !important;
	line-height: 1.6;
	letter-spacing: 0 !important;
}

body.single-product .kk-category-eyebrow {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: 0 0 12px;
	padding: 7px 13px;
	border: 1px solid rgba(150, 116, 31, .42);
	border-radius: 999px;
	background: rgba(243, 226, 172, .58);
	color: var(--kk-ink);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65);
	font-size: 13.5px;
	font-weight: 800;
	line-height: 1.6;
}

body.single-product .elementor-element-6c61a99 {
	margin-bottom: 10px !important;
}

body.single-product .elementor-element-6c61a99 h1 {
	max-width: 17ch;
	margin: 0;
	color: var(--kk-ink) !important;
	font-size: clamp(29px, 3.15vw, 46px) !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
	letter-spacing: -.02em;
}

body.single-product .elementor-element-75bd881 {
	width: fit-content;
	margin-bottom: 15px !important;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(212, 175, 55, .09);
}

body.single-product .elementor-element-75bd881 .elementor-star-rating {
	color: var(--kk-gold) !important;
	font-size: 14px;
	letter-spacing: 1px;
}

body.single-product .elementor-element-d20bdaa {
	position: relative;
	display: block !important;
	overflow: hidden !important;
	max-width: 70ch;
	max-height: 62px;
	margin-bottom: 10px !important;
	color: var(--kk-body);
	font-size: clamp(14px, 1.05vw, 16px);
	font-weight: 450;
	line-height: 2.05;
	text-align: right;
}

body.single-product .elementor-element-d20bdaa .elementor-widget-container {
	display: block;
	overflow: visible;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: inherit;
}

body.single-product .elementor-element-d20bdaa p,
body.single-product .elementor-element-d20bdaa span {
	margin: 0 !important;
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	animation: none !important;
}

body.single-product .kk-more-description {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
	margin: 0;
	padding: 2px 0 5px;
	border-bottom: 1px dashed var(--kk-gold);
	color: var(--kk-void-elevated);
	font-size: 13px;
	font-weight: 750;
}

body.single-product .kk-more-description::after {
	content: "↓";
	color: var(--kk-gold-deep);
	transition: transform .2s ease;
}

body.single-product .kk-more-description:hover {
	color: var(--kk-gold-deep);
}

body.single-product .kk-more-description:hover::after {
	transform: translateY(3px);
}

/* Gallery */
body.single-product .elementor-element-5c18b4a {
	position: relative;
	height: 100%;
	min-height: 500px;
	padding: clamp(16px, 2vw, 28px);
	border: 1px solid var(--kk-rule-gold);
	border-radius: 24px;
	background:
		radial-gradient(circle at 50% 28%, #fff 0, #fbf8ef 47%, #f4efe2 100%);
}

body.single-product .elementor-element-5c18b4a > .elementor-widget-container,
body.single-product .elementor-element-5c18b4a .woocommerce-product-gallery {
	height: 100%;
}

body.single-product .woocommerce-product-gallery .product-image-wrap,
body.single-product .woocommerce-product-gallery__image {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 390px;
}

body.single-product .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

body.single-product .woocommerce-product-gallery__image img {
	width: 100% !important;
	height: clamp(340px, 34vw, 500px) !important;
	object-fit: contain;
	mix-blend-mode: multiply;
}

body.single-product .elementor-element-5c18b4a .product-labels {
	inset: 16px auto auto 16px;
	z-index: 7;
}

body.single-product .elementor-element-5c18b4a .product-label {
	display: grid;
	min-width: 50px;
	min-height: 50px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--kk-metal);
	color: var(--kk-void);
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 9px 24px rgba(150, 116, 31, .22);
}

body.single-product .woocommerce-product-gallery .thumbnails {
	margin-top: 12px;
}

body.single-product .woocommerce-product-gallery .product-image-thumbnail {
	overflow: hidden;
	margin-inline: 5px;
	padding: 4px;
	border: 1px solid var(--kk-rule);
	border-radius: 12px;
	background: #fff;
	transition: border-color .2s ease, transform .2s ease;
}

body.single-product .woocommerce-product-gallery .product-image-thumbnail:hover,
body.single-product .woocommerce-product-gallery .product-image-thumbnail.active-thumb {
	border-color: var(--kk-gold);
	transform: translateY(-2px);
}

body.single-product .woocommerce-product-gallery .product-image-thumbnail img {
	aspect-ratio: 1;
	width: 100%;
	height: auto;
	object-fit: contain;
}

body.single-product .woodmart-show-product-gallery {
	border-radius: 999px !important;
	background: var(--kk-void) !important;
	color: #f7f2e4 !important;
	box-shadow: 0 8px 24px rgba(3, 42, 43, .18);
}

/* Purchase box */
body.single-product .kk-buy-box {
	position: relative;
	overflow: hidden;
	margin-top: 5px;
	padding: 18px;
	border: 1px solid var(--kk-rule-gold);
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(243, 226, 172, .20), rgba(255, 255, 255, .88) 50%),
		#fff;
	box-shadow: 0 12px 34px rgba(3, 42, 43, .065);
}

body.single-product .kk-buy-box::after {
	position: absolute;
	inset: auto auto -70px -70px;
	width: 160px;
	height: 160px;
	border: 28px solid rgba(212, 175, 55, .08);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

body.single-product .kk-buy-box__status {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: #287257;
	font-size: 12.5px;
	font-weight: 800;
}

body.single-product .kk-buy-box__status::before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #36a36d;
	box-shadow: 0 0 0 5px rgba(54, 163, 109, .12);
	content: "";
}

body.single-product .kk-buy-box__status.is-out {
	color: #a4513d;
}

body.single-product .kk-buy-box__status.is-out::before {
	background: #c5644b;
	box-shadow: 0 0 0 5px rgba(197, 100, 75, .12);
}

body.single-product .kk-buy-box .elementor-element-177d726 {
	margin: 0 0 15px !important;
}

body.single-product .kk-unit-price-label,
body.single-product .kk-total-price {
	display: none;
}

body.single-product .kk-has-multiple-quantity .kk-unit-price-label {
	display: block;
	margin: 0 0 2px;
	color: var(--kk-muted);
	font-size: 11.5px;
	font-weight: 750;
	line-height: 1.6;
}

body.single-product .kk-has-multiple-quantity .kk-total-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: -4px 0 13px;
	padding: 10px 13px;
	border: 1px solid rgba(212, 175, 55, .32);
	border-radius: 12px;
	background: var(--kk-void);
	color: #f7f2e4;
}

body.single-product .kk-total-price span {
	font-size: 12px;
	font-weight: 700;
}

body.single-product .kk-total-price strong {
	color: var(--kk-gold-light);
	font-size: clamp(17px, 1.5vw, 21px);
	font-weight: 900;
	white-space: nowrap;
}

body.single-product .kk-buy-box .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 12px;
	margin: 0 !important;
	color: var(--kk-gold-deep) !important;
	font-size: clamp(23px, 2.15vw, 32px) !important;
	font-weight: 900 !important;
	line-height: 1.45;
}

body.single-product .kk-buy-box .price del {
	color: var(--kk-muted);
	font-size: .58em;
	font-weight: 600;
	opacity: .82;
}

body.single-product .kk-buy-box .price ins {
	color: var(--kk-gold-deep);
	text-decoration: none;
}

body.single-product .kk-buy-box .woocommerce-Price-currencySymbol {
	font-size: .52em;
	font-weight: 800;
}

body.single-product .elementor-element-61cc622 {
	margin: 0 !important;
}

body.single-product .elementor-element-61cc622 form.cart:not(.variations_form) {
	display: grid !important;
	grid-template-columns: 126px minmax(0, 1fr);
	gap: 10px;
	width: 100%;
	margin: 0 !important;
}

body.single-product .elementor-element-61cc622 .quantity {
	display: grid !important;
	grid-template-columns: 36px minmax(42px, 1fr) 36px;
	align-items: stretch;
	overflow: hidden;
	width: 100% !important;
	height: 54px;
	margin: 0 !important;
	border: 1px solid rgba(3, 42, 43, .18) !important;
	border-radius: 14px !important;
	background: #fff;
}

body.single-product .elementor-element-61cc622 .quantity input {
	min-width: 0 !important;
	height: 52px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--kk-ink) !important;
	box-shadow: none !important;
	font-weight: 850;
}

body.single-product .elementor-element-61cc622 .quantity .minus,
body.single-product .elementor-element-61cc622 .quantity .plus {
	width: 36px !important;
	padding: 0 !important;
	color: var(--kk-void-elevated) !important;
	font-size: 18px;
	cursor: pointer;
}

body.single-product .elementor-element-61cc622 .quantity .minus:hover,
body.single-product .elementor-element-61cc622 .quantity .plus:hover {
	background: var(--kk-paper-alt) !important;
}

body.single-product .elementor-element-61cc622 .single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 9px;
	overflow: hidden;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 12px 22px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: var(--kk-metal) !important;
	color: var(--kk-void) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .58), 0 10px 24px rgba(150, 116, 31, .18) !important;
	font-family: inherit;
	font-size: 14.5px !important;
	font-weight: 900 !important;
	line-height: 1.45 !important;
	white-space: normal !important;
	text-align: center;
	text-shadow: none !important;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

body.single-product .elementor-element-61cc622 .single_add_to_cart_button::after {
	content: "←";
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
}

body.single-product .elementor-element-61cc622 .single_add_to_cart_button:hover {
	filter: saturate(1.08);
	transform: translateY(-2px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), 0 14px 29px rgba(150, 116, 31, .25) !important;
}

body.single-product .elementor-element-61cc622 .single_add_to_cart_button.disabled,
body.single-product .elementor-element-61cc622 .single_add_to_cart_button:disabled {
	cursor: not-allowed;
	filter: grayscale(.45);
	opacity: .6;
	transform: none;
}

body.single-product .kk-buy-note {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 11px 2px 0;
	color: var(--kk-muted);
	font-size: 11.5px;
	line-height: 1.8;
}

body.single-product .kk-buy-note::before {
	display: grid;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 50%;
	background: rgba(3, 42, 43, .08);
	color: var(--kk-ink);
	font-size: 11px;
	content: "✓";
}

body.single-product .kk-purchase-benefits {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 16px;
	padding-top: 15px;
	border-top: 1px solid var(--kk-rule);
}

body.single-product .kk-purchase-benefit {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	color: var(--kk-body);
	font-size: 11.5px;
	font-weight: 700;
	line-height: 1.6;
}

body.single-product .kk-purchase-benefit svg {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	padding: 4px;
	border-radius: 8px;
	background: rgba(212, 175, 55, .14);
	color: var(--kk-gold-deep);
}

/* Variable products */
body.single-product .elementor-element-61cc622 form.variations_form {
	display: block !important;
	width: 100%;
	margin: 0 !important;
}

body.single-product .variations_form table.variations {
	width: 100%;
	margin: 0 0 13px !important;
	border: 0 !important;
}

body.single-product .variations_form table.variations tr {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid var(--kk-rule);
}

body.single-product .variations_form table.variations th,
body.single-product .variations_form table.variations td {
	display: block;
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: right;
}

body.single-product .variations_form table.variations label {
	margin: 0;
	color: var(--kk-ink);
	font-size: 13px;
	font-weight: 850;
}

body.single-product .variations_form select {
	width: 100%;
	min-height: 48px;
	padding: 8px 12px;
	border: 1px solid rgba(3, 42, 43, .18);
	border-radius: 12px;
	background: #fff;
	color: var(--kk-ink);
	font-family: inherit;
}

body.single-product .variations_form .wd-swatches-product {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

body.single-product .variations_form .wd-swatch {
	min-width: 58px;
	min-height: 42px;
	padding: 8px 13px;
	border: 1px solid var(--kk-rule) !important;
	border-radius: 12px !important;
	background: #fff;
	color: var(--kk-ink);
	font-size: 12px;
	font-weight: 800;
}

body.single-product .variations_form .wd-swatch.wd-active {
	border-color: var(--kk-gold) !important;
	background: var(--kk-gold-light);
	box-shadow: 0 0 0 2px rgba(212, 175, 55, .14);
}

body.single-product .variations_form .reset_variations {
	display: inline-block;
	margin-top: 7px;
	color: var(--kk-muted);
	font-size: 11.5px;
}

body.single-product .variations_form .woocommerce-variation {
	margin: 6px 0;
}

body.single-product .variations_form .single_variation:not(:has(.woocommerce-variation-price)):not(:has(.woocommerce-variation-availability)) {
	display: none !important;
	margin: 0 !important;
}

body.single-product .variations_form .single_variation_wrap {
	margin-bottom: 0 !important;
}

body.single-product.kk-product-type-variable .kk-buy-box > .elementor-element-177d726 {
	display: none !important;
}

body.single-product .variations_form > div[data-product_id] {
	display: flex !important;
	flex-direction: column;
}

body.single-product .variations_form table.variations {
	order: 1;
	margin-bottom: 7px !important;
}

body.single-product .variations_form table.variations tr {
	padding-block: 6px;
}

body.single-product .variations_form .single_variation {
	order: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 7px 12px;
	min-height: 42px;
	margin: 0 0 8px !important;
	padding: 5px 10px;
	border-radius: 11px;
	background: rgba(3, 42, 43, .045);
}

body.single-product .variations_form .single_variation_wrap {
	order: 3;
}

body.single-product .variations_form .woocommerce-variation-description:empty {
	display: none;
}

body.single-product .variations_form .woocommerce-variation-price .price {
	margin: 0 !important;
	font-size: 18px !important;
	line-height: 1.5;
}

body.single-product .variations_form .woocommerce-variation-price,
body.single-product .variations_form .woocommerce-variation-availability {
	margin: 0 !important;
}

body.single-product .variations_form .woocommerce-variation-availability .stock {
	margin: 0 !important;
}

body.single-product .variations_form .woocommerce-variation-price .price {
	font-size: 18px !important;
}

body.single-product .variations_form .woocommerce-variation-add-to-cart {
	display: grid !important;
	grid-template-columns: 126px minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
}

body.single-product .stock.in-stock {
	color: #287257;
	font-size: 12px;
	font-weight: 800;
}

body.single-product .elementor-element-61cc622 .stock.out-of-stock {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 54px;
	margin: 0 !important;
	padding: 13px 16px;
	border: 1px solid rgba(180, 81, 63, .25);
	border-radius: 14px;
	background: rgba(180, 81, 63, .07);
	color: #9a4735;
	font-size: 13.5px;
	font-weight: 850;
}

/* Content / tabs */
body.single-product #kk-product-details {
	scroll-margin-top: 245px;
}
body.single-product .elementor-element-81b8087 {
	margin-bottom: clamp(28px, 4vw, 56px);
}

body.single-product .kk-product-content-head {
	margin: 0 0 15px;
	padding-inline: 5px;
}

body.single-product .kk-product-content-head span {
	display: inline-block;
	margin-bottom: 6px;
	color: var(--kk-gold-deep);
	font-size: 12px;
	font-weight: 850;
}

body.single-product .kk-product-content-head h2 {
	margin: 0 0 7px;
	color: var(--kk-ink);
	font-size: clamp(23px, 2.4vw, 34px);
	font-weight: 900;
	line-height: 1.45;
}

body.single-product .kk-product-content-head p {
	margin: 0;
	color: var(--kk-muted);
	font-size: 13.5px;
	line-height: 1.9;
}

body.single-product .elementor-element-74a3bd4 {
	overflow: hidden;
	padding: clamp(18px, 2.6vw, 36px);
	border: 1px solid var(--kk-rule);
	border-radius: var(--kk-radius-lg);
	background: var(--kk-surface);
	box-shadow: 0 14px 40px rgba(3, 42, 43, .055);
}

body.single-product .woocommerce-tabs .tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 25px !important;
	padding: 6px !important;
	border: 1px solid var(--kk-rule);
	border-radius: 14px;
	background: var(--kk-paper-alt);
	list-style: none;
}

body.single-product .woocommerce-tabs .tabs::before,
body.single-product .woocommerce-tabs .tabs::after {
	display: none !important;
}

body.single-product .woocommerce-tabs .tabs li {
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: transparent !important;
}

body.single-product .woocommerce-tabs .tabs li a {
	display: block;
	min-width: 120px;
	padding: 10px 18px !important;
	border-radius: 10px;
	color: var(--kk-body) !important;
	font-size: 13px;
	font-weight: 800 !important;
	text-align: center;
}

body.single-product .woocommerce-tabs .tabs li.active a {
	background: var(--kk-void) !important;
	color: #f7f2e4 !important;
	box-shadow: 0 7px 18px rgba(3, 42, 43, .18);
}

body.single-product .woocommerce-Tabs-panel,
body.single-product .woocommerce-tabs .panel {
	max-width: 1040px;
	margin: 0 auto !important;
	color: var(--kk-body);
	font-size: clamp(14px, 1.05vw, 16px);
	line-height: 2.15;
	text-align: right;
}

body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-tabs .panel h2,
body.single-product .woocommerce-tabs .panel h3 {
	position: relative;
	margin: 30px 0 13px;
	padding-right: 17px;
	color: var(--kk-ink);
	font-weight: 900;
	line-height: 1.6;
}

body.single-product .woocommerce-Tabs-panel h2 {
	font-size: clamp(20px, 1.8vw, 26px);
}

body.single-product .woocommerce-Tabs-panel h3 {
	font-size: clamp(17px, 1.4vw, 21px);
}

body.single-product .woocommerce-Tabs-panel h2::before,
body.single-product .woocommerce-Tabs-panel h3::before {
	position: absolute;
	inset: .38em 0 auto auto;
	width: 5px;
	height: 1.2em;
	border-radius: 999px;
	background: var(--kk-metal);
	content: "";
}

body.single-product .woocommerce-Tabs-panel p,
body.single-product .woocommerce-Tabs-panel li {
	color: var(--kk-body);
	line-height: 2.15;
}

body.single-product .woocommerce-Tabs-panel img {
	border-radius: 16px;
}

body.single-product #reviews {
	max-width: 1000px;
	margin-inline: auto;
}

body.single-product #review_form_wrapper {
	margin-top: 22px;
	padding: 20px;
	border: 1px solid var(--kk-rule);
	border-radius: 16px;
	background: var(--kk-paper);
}

body.single-product #review_form input:not([type="submit"]),
body.single-product #review_form textarea {
	border: 1px solid rgba(3, 42, 43, .17);
	border-radius: 11px;
	background: #fff;
}

body.single-product #review_form input[type="submit"] {
	border-radius: 12px;
	background: var(--kk-void);
	color: #fff;
}

/* Quick category shortcuts */
body.single-product .kk-category-shortcuts {
	position: relative;
	overflow: hidden;
	margin: 0 0 24px;
	padding: clamp(15px, 2vw, 22px);
	border: 1px solid rgba(212, 175, 55, .34);
	border-radius: 22px;
	background:
		radial-gradient(circle at 9% 0, rgba(24, 199, 135, .13), transparent 30%),
		linear-gradient(135deg, var(--kk-void) 0%, var(--kk-void-elevated) 100%);
	box-shadow: 0 14px 32px rgba(3, 42, 43, .1);
}

body.single-product .kk-category-shortcuts::after {
	position: absolute;
	inset: auto auto -68px -54px;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(243, 226, 172, .1);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

body.single-product .kk-category-shortcuts__head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 13px;
}

body.single-product .kk-category-shortcuts__title span {
	display: block;
	margin-bottom: 2px;
	color: var(--kk-gold-light);
	font-size: 11.5px;
	font-weight: 700;
}

body.single-product .kk-category-shortcuts__title h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(18px, 1.8vw, 23px);
	font-weight: 900;
	line-height: 1.5;
}

body.single-product .kk-category-shortcuts__head p {
	margin: 0;
	color: rgba(255, 255, 255, .7);
	font-size: 12.5px;
	line-height: 1.7;
}

body.single-product .kk-category-shortcuts__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

body.single-product .kk-category-shortcut {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	min-height: 66px;
	padding: 10px 11px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 14px;
	background: linear-gradient(135deg, #f7e9bc 0%, #e1c15c 58%, #c79b24 100%);
	color: var(--kk-void) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65);
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

body.single-product .kk-category-shortcut:hover {
	transform: translateY(-2px);
	filter: saturate(1.04);
	box-shadow: 0 9px 18px rgba(0, 0, 0, .13), inset 0 1px 0 rgba(255, 255, 255, .65);
}

body.single-product .kk-category-shortcut.is-current {
	outline: 2px solid rgba(255, 255, 255, .92);
	outline-offset: 2px;
}

body.single-product .kk-category-shortcut__icon {
	display: inline-flex;
	flex: 0 0 38px;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: rgba(3, 42, 43, .1);
}

body.single-product .kk-category-shortcut__icon svg {
	width: 21px;
	height: 21px;
	color: var(--kk-void);
}

body.single-product .kk-category-shortcut__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 1px;
}

body.single-product .kk-category-shortcut__copy strong {
	overflow: hidden;
	color: var(--kk-void);
	font-size: 13.5px;
	font-weight: 900;
	line-height: 1.55;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.single-product .kk-category-shortcut__copy small {
	color: rgba(3, 42, 43, .7);
	font-size: 10.5px;
	font-weight: 650;
	line-height: 1.5;
}

@media (max-width: 767px) {
	body.single-product .kk-category-shortcuts {
		margin-bottom: 18px;
		padding: 14px;
		border-radius: 18px;
	}

	body.single-product .kk-category-shortcuts__head {
		display: block;
		margin-bottom: 11px;
	}

	body.single-product .kk-category-shortcuts__head p {
		margin-top: 3px;
		font-size: 11.5px;
	}

	body.single-product .kk-category-shortcuts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	body.single-product .kk-category-shortcut {
		min-height: 60px;
		padding: 8px;
		border-radius: 12px;
	}

	body.single-product .kk-category-shortcut__icon {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
		border-radius: 10px;
	}

	body.single-product .kk-category-shortcut__copy strong {
		font-size: 12.25px;
	}

	body.single-product .kk-category-shortcut__copy small {
		font-size: 9.5px;
	}
}

/* Related products */
body.single-product .elementor-element-f266793 {
	margin-bottom: 38px;
}

body.single-product .elementor-element-f266793.kk-is-empty {
	display: none !important;
}

body.single-product .elementor-element-f266793 .elementor-heading-title {
	color: var(--kk-ink) !important;
	font-size: clamp(23px, 2.2vw, 32px) !important;
	font-weight: 900 !important;
}

body.single-product .elementor-element-f266793 .jet-listing-grid__items {
	row-gap: 18px;
}

body.single-product .elementor-element-f266793 .jet-listing-grid__item {
	height: 100%;
}

body.single-product .elementor-element-f266793 .elementor-element-3027681 {
	display: none !important;
}

body.single-product .kk-related-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-top: 16px;
}

body.single-product .kk-related-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--kk-rule);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(3, 42, 43, .05);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.single-product .kk-related-card:hover {
	border-color: var(--kk-rule-gold);
	transform: translateY(-3px);
	box-shadow: 0 13px 28px rgba(3, 42, 43, .085);
}

body.single-product .kk-related-card__image {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: clamp(128px, 10.5vw, 152px);
	margin: 8px;
	border-radius: 12px;
	background: var(--kk-paper-alt);
}

body.single-product .kk-related-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .25s ease;
	mix-blend-mode: multiply;
}

body.single-product .kk-related-card:hover .kk-related-card__image img {
	transform: scale(1.035);
}

body.single-product .kk-related-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 3px 12px 12px;
}

body.single-product .kk-related-card__title {
	min-height: 3.25em;
	margin: 0 0 5px;
	color: var(--kk-ink);
	font-size: 13px;
	font-weight: 850;
	line-height: 1.62;
}

body.single-product .kk-related-card__title a {
	display: -webkit-box;
	overflow: hidden;
	color: inherit;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.single-product .kk-related-card__price {
	min-height: 1.8em;
	margin-top: auto;
	margin-bottom: 8px;
	color: var(--kk-gold-deep);
	font-size: 12.5px;
	font-weight: 850;
	line-height: 1.65;
}

body.single-product .kk-related-card__price del {
	display: none;
}

body.single-product .kk-related-card__price ins {
	text-decoration: none;
}

body.single-product .kk-related-card__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 6px 9px;
	border-radius: 10px;
	background: var(--kk-metal);
	color: var(--kk-void) !important;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.45;
	text-align: center;
}

/* Existing JetEngine related-product cards */
body.single-product .elementor-element-f266793 .jet-listing-grid__item {
	align-items: stretch;
	padding: 6px 7px !important;
}

body.single-product .elementor-element-f266793 .jet-listing-grid__item > .elementor {
	width: 100%;
	height: 100%;
}

body.single-product .elementor-element-f266793 .elementor-element-0e30adc {
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 10px !important;
	border: 1px solid var(--kk-rule);
	border-radius: 16px !important;
	background: #fff;
	box-shadow: 0 8px 22px rgba(3, 42, 43, .05);
}

body.single-product .elementor-element-f266793 .elementor-element-0e30adc > .elementor-container,
body.single-product .elementor-element-f266793 .elementor-element-fa0c4a7,
body.single-product .elementor-element-f266793 .elementor-element-fa0c4a7 > .elementor-widget-wrap {
	width: 100%;
	height: 100%;
	min-height: 0;
}

body.single-product .elementor-element-f266793 .elementor-element-fa0c4a7 > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	align-content: stretch;
	padding: 0 !important;
}

body.single-product .elementor-element-f266793 .elementor-element-b97c469 {
	height: 142px;
	margin: 0 0 7px !important;
}

body.single-product .elementor-element-f266793 .elementor-element-b97c469 .elementor-widget-container,
body.single-product .elementor-element-f266793 .elementor-element-b97c469 a {
	display: block;
	width: 100%;
	height: 100%;
}

body.single-product .elementor-element-f266793 .elementor-element-b97c469 img {
	width: 100%;
	height: 142px !important;
	border-radius: 11px;
	background: var(--kk-paper-alt);
	object-fit: contain;
}

body.single-product .elementor-element-f266793 .elementor-element-8d879d9 {
	height: auto !important;
	margin: 0 0 5px !important;
}

body.single-product .elementor-element-f266793 .elementor-element-8d879d9 .elementor-heading-title {
	display: -webkit-box !important;
	overflow: hidden;
	min-height: 3.2em !important;
	max-height: 3.2em;
	color: var(--kk-ink) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1.6 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.single-product .elementor-element-f266793 .elementor-element-8bf10f7 {
	height: auto !important;
	margin-top: auto !important;
	padding: 0 !important;
}

body.single-product .elementor-element-f266793 .elementor-element-8bf10f7 > .elementor-container {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 38px;
	align-items: end;
	gap: 6px;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
}

body.single-product .elementor-element-f266793 .elementor-element-258db04,
body.single-product .elementor-element-f266793 .elementor-element-bd395f3 {
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
}

body.single-product .elementor-element-f266793 .elementor-element-258db04 > .elementor-widget-wrap,
body.single-product .elementor-element-f266793 .elementor-element-bd395f3 > .elementor-widget-wrap {
	align-content: end;
	padding: 0 !important;
}

body.single-product .elementor-element-f266793 .elementor-element-bece722 {
	height: auto !important;
	margin: 0 !important;
}

body.single-product .elementor-element-f266793 .elementor-element-bece722 .elementor-heading-title {
	display: block;
	color: var(--kk-gold-deep) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.65 !important;
}

body.single-product .elementor-element-f266793 .elementor-element-bece722 del,
body.single-product .elementor-element-f266793 .elementor-element-98d1400 {
	display: none !important;
}

body.single-product .elementor-element-f266793 .elementor-element-bece722 ins {
	text-decoration: none;
}

body.single-product .elementor-element-f266793 .elementor-element-ea7dd0d {
	width: 36px;
	height: 36px;
	margin: 0 !important;
}

body.single-product .elementor-element-f266793 .elementor-element-ea7dd0d a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
	padding: 0 !important;
	border-radius: 10px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.single-product .elementor-element-f266793 .jet-listing-grid__items {
		margin-inline: -6px;
	}

	body.single-product .elementor-element-f266793 .jet-listing-grid__item {
		flex: 0 0 33.333% !important;
		max-width: 33.333% !important;
		padding: 6px !important;
	}

	body.single-product .elementor-element-f266793 .elementor-element-b97c469,
	body.single-product .elementor-element-f266793 .elementor-element-b97c469 img {
		height: 134px !important;
	}
}

@media (min-width: 561px) and (max-width: 767px) {
	body.single-product .elementor-element-f266793 .jet-listing-grid__item {
		flex: 0 0 50% !important;
		max-width: 50% !important;
		padding: 5px !important;
	}

	body.single-product .elementor-element-f266793 .elementor-element-b97c469,
	body.single-product .elementor-element-f266793 .elementor-element-b97c469 img {
		height: 120px !important;
	}
}

@media (max-width: 560px) {
	body.single-product .elementor-element-f266793 .jet-listing-grid__items {
		flex-wrap: nowrap !important;
		justify-content: flex-start;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		margin-inline: 0;
		padding: 2px 0 10px;
		scroll-padding-inline: 4px;
		scroll-snap-type: inline mandatory;
		scrollbar-width: thin;
	}

	body.single-product .elementor-element-f266793 .jet-listing-grid__item {
		flex: 0 0 min(74vw, 240px) !important;
		max-width: min(74vw, 240px) !important;
		padding: 4px !important;
		scroll-snap-align: start;
	}

	body.single-product .elementor-element-f266793 .elementor-element-0e30adc {
		padding: 8px !important;
		border-radius: 14px !important;
	}

	body.single-product .elementor-element-f266793 .elementor-element-b97c469,
	body.single-product .elementor-element-f266793 .elementor-element-b97c469 img {
		height: 124px !important;
	}

	body.single-product .elementor-element-f266793 .elementor-element-8d879d9 .elementor-heading-title {
		font-size: 12.25px !important;
	}
}

/* Mobile conversion bar */
body.single-product .kk-mobile-purchase-bar {
	display: none;
}

@media (max-width: 1024px) {
	body.single-product .whb-main-header,
	body.single-product .whb-general-header {
		height: 64px !important;
		min-height: 64px !important;
		max-height: 64px !important;
	}

	body.single-product .whb-general-header > .container,
	body.single-product .whb-general-header-inner,
	body.single-product .whb-general-header .whb-column,
	body.single-product .whb-general-header .site-logo,
	body.single-product .whb-general-header .wd-logo {
		height: 64px !important;
		max-height: 64px !important;
	}

	body.single-product .whb-general-header .site-logo img {
		height: 54px !important;
		max-width: 105px !important;
		max-height: 54px !important;
	}

	body.single-product .main-page-wrapper > .container {
		padding-inline: 18px;
	}

	body.single-product .elementor-element-007c30f > .elementor-container {
		gap: 25px;
		padding: 26px;
	}

	body.single-product .elementor-element-bc2f23a {
		width: 45% !important;
	}

	body.single-product .elementor-element-3fa5d9c {
		width: 55% !important;
	}

	body.single-product .elementor-element-5c18b4a {
		min-height: 420px;
	}

	body.single-product .woocommerce-product-gallery__image img {
		height: 360px !important;
	}

	body.single-product .kk-purchase-benefits {
		grid-template-columns: 1fr;
	}

	body.single-product .kk-purchase-benefit {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	body.single-product #kk-product-details {
		scroll-margin-top: 92px;
	}

	body.single-product .whb-main-header,
	body.single-product .whb-general-header {
		height: 60px !important;
		min-height: 60px !important;
		max-height: 60px !important;
	}

	body.single-product .whb-general-header > .container,
	body.single-product .whb-general-header-inner,
	body.single-product .whb-general-header .whb-column,
	body.single-product .whb-general-header .site-logo,
	body.single-product .whb-general-header .wd-logo {
		height: 60px !important;
		max-height: 60px !important;
	}

	body.single-product .whb-general-header .site-logo img {
		height: 49px !important;
		max-width: 92px !important;
		max-height: 49px !important;
	}

	body.single-product .kk-has-multiple-quantity .kk-total-price {
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
		padding: 9px 11px;
	}

	body.single-product .kk-total-price strong {
		font-size: 18px;
	}

	body.single-product {
		padding-bottom: 76px;
	}

	body.single-product.wpvibe-preview-active {
		padding-bottom: 124px;
	}

	body.single-product.wpvibe-preview-active #wpvibe-preview-banner {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 8px !important;
		width: 100% !important;
		height: 48px !important;
		min-height: 48px !important;
		padding: 6px 9px !important;
		overflow: hidden !important;
		font-size: 10px !important;
		line-height: 1.3 !important;
	}

	body.single-product.wpvibe-preview-active #wpvibe-preview-banner .wpvibe-info,
	body.single-product.wpvibe-preview-active #wpvibe-preview-banner .wpvibe-btn-live {
		display: none !important;
	}

	body.single-product.wpvibe-preview-active #wpvibe-preview-banner .wpvibe-badge {
		flex: 1 1 auto;
		min-width: 0;
		font-size: 10px !important;
		white-space: nowrap;
	}

	body.single-product.wpvibe-preview-active #wpvibe-preview-banner .wpvibe-btn-stop {
		display: inline-flex !important;
		flex: 0 0 auto;
		align-items: center;
		justify-content: center;
		min-height: 32px !important;
		padding: 5px 10px !important;
		font-size: 10px !important;
		white-space: nowrap;
	}

	body.single-product.wpvibe-preview-active .kk-mobile-purchase-bar {
		bottom: 48px;
	}

	body.single-product .wd-toolbar {
		display: none !important;
	}

	body.single-product .main-page-wrapper {
		padding-top: 10px;
	}

	body.single-product .main-page-wrapper > .container {
		padding-inline: 10px;
	}

	body.single-product .woocommerce-breadcrumb {
		overflow: hidden;
		flex-wrap: nowrap;
		min-height: 38px;
		padding: 7px 11px !important;
		font-size: 10.5px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	body.single-product .elementor-element-007c30f {
		border-radius: 22px;
	}

	body.single-product .elementor-element-007c30f > .elementor-container {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 13px;
	}

	body.single-product .elementor-element-bc2f23a,
	body.single-product .elementor-element-3fa5d9c {
		width: 100% !important;
	}

	body.single-product .elementor-element-bc2f23a {
		order: 1;
	}

	body.single-product .elementor-element-3fa5d9c {
		order: 2;
		padding: 20px 5px 5px;
	}

	body.single-product .elementor-element-5c18b4a {
		min-height: 0;
		padding: 10px;
		border-radius: 18px;
	}

	body.single-product .woocommerce-product-gallery .product-image-wrap,
	body.single-product .woocommerce-product-gallery__image {
		min-height: 285px;
	}

	body.single-product .woocommerce-product-gallery__image img {
		height: 300px !important;
	}

	body.single-product .elementor-element-5c18b4a .product-label {
		min-width: 43px;
		min-height: 43px;
		font-size: 11.5px;
	}

	body.single-product .elementor-element-6c61a99 h1 {
		max-width: 100%;
		font-size: clamp(26px, 8.5vw, 35px) !important;
	}

	body.single-product .elementor-element-d20bdaa .elementor-widget-container {
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	body.single-product .kk-buy-box {
		padding: 16px;
		border-radius: 18px;
	}

	body.single-product .elementor-element-61cc622 form.cart:not(.variations_form),
	body.single-product .variations_form .woocommerce-variation-add-to-cart {
		grid-template-columns: 106px minmax(0, 1fr);
	}

	body.single-product .elementor-element-61cc622 .quantity {
		grid-template-columns: 30px minmax(40px, 1fr) 30px;
	}

	body.single-product .elementor-element-61cc622 .quantity .minus,
	body.single-product .elementor-element-61cc622 .quantity .plus {
		width: 30px !important;
	}

	body.single-product .elementor-element-61cc622 .single_add_to_cart_button {
		padding-inline: 10px !important;
		font-size: 12.5px !important;
	}

	body.single-product .elementor-element-61cc622 .single_add_to_cart_button::after {
		display: none;
	}

	body.single-product .kk-purchase-benefits {
		grid-template-columns: 1fr;
	}

	body.single-product .variations_form table.variations tr {
		grid-template-columns: 65px minmax(0, 1fr);
	}

	body.single-product .elementor-element-74a3bd4 {
		padding: 14px;
		border-radius: 18px;
	}

	body.single-product .woocommerce-tabs .tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		margin-bottom: 18px !important;
		scrollbar-width: none;
	}

	body.single-product .woocommerce-tabs .tabs::-webkit-scrollbar {
		display: none;
	}

	body.single-product .woocommerce-tabs .tabs li a {
		min-width: 108px;
		padding: 9px 14px !important;
		white-space: nowrap;
	}

	body.single-product .woocommerce-Tabs-panel,
	body.single-product .woocommerce-tabs .panel {
		font-size: 14px;
		line-height: 2.05;
	}

	body.single-product .kk-mobile-purchase-bar {
		position: fixed;
		z-index: 9998;
		inset: auto 0 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		min-height: 70px;
		padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
		border-top: 1px solid var(--kk-rule-gold);
		background: rgba(3, 42, 43, .97);
		box-shadow: 0 -12px 35px rgba(3, 42, 43, .2);
		backdrop-filter: blur(12px);
	}

	body.single-product .kk-mobile-purchase-price {
		overflow: hidden;
		color: #f7f2e4;
		font-size: 12.5px;
		font-weight: 850;
		line-height: 1.55;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	body.single-product .kk-mobile-purchase-price del {
		display: none;
	}

	body.single-product .kk-mobile-purchase-price ins {
		color: #f7f2e4;
		text-decoration: none;
	}

	body.single-product .kk-mobile-purchase-price .woocommerce-Price-currencySymbol {
		font-size: .78em;
	}

	body.single-product .kk-mobile-purchase-button {
		flex: 0 0 auto;
		min-width: 130px;
		min-height: 48px;
		padding: 10px 16px;
		border: 0;
		border-radius: 13px;
		background: var(--kk-metal);
		color: var(--kk-void);
		font-family: inherit;
		font-size: 13px;
		font-weight: 900;
	}

	body.single-product .kk-mobile-purchase-button:disabled {
		background: #d7d0bf;
		color: #726c5d;
	}
}

@media (max-width: 390px) {
	body.single-product .elementor-element-61cc622 form.cart:not(.variations_form),
	body.single-product .variations_form .woocommerce-variation-add-to-cart {
		grid-template-columns: 1fr;
	}

	body.single-product .elementor-element-61cc622 .quantity {
		max-width: 126px;
	}

	body.single-product .kk-mobile-purchase-price {
		max-width: 42%;
		font-size: 11.5px;
	}

	body.single-product .kk-mobile-purchase-button {
		min-width: 125px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.single-product .kk-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	body.single-product .kk-related-card__image {
		height: 132px;
	}

	body.single-product .kk-related-card__action {
		min-height: 36px;
	}
}

@media (max-width: 767px) {
	body.single-product .elementor-element-f266793 .elementor-heading-title {
		font-size: 21px !important;
	}

	body.single-product .kk-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 12px;
	}

	body.single-product .kk-related-card {
		border-radius: 14px;
	}

	body.single-product .kk-related-card__image {
		height: 116px;
		margin: 7px;
		border-radius: 10px;
	}

	body.single-product .kk-related-card__body {
		padding: 3px 10px 10px;
	}

	body.single-product .kk-related-card__title {
		min-height: 3.2em;
		font-size: 12px;
		line-height: 1.6;
	}

	body.single-product .kk-related-card__price {
		margin-bottom: 7px;
		font-size: 11.5px;
	}

	body.single-product .kk-related-card__action {
		min-height: 35px;
		padding: 5px 7px;
		font-size: 10.5px;
	}
}

@media (max-width: 560px) {
	body.single-product .kk-related-grid {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(205px, 72vw);
		justify-content: start;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		padding: 2px 2px 10px;
		scroll-padding-inline: 2px;
		scroll-snap-type: inline mandatory;
		scrollbar-width: thin;
	}

	body.single-product .kk-related-card {
		scroll-snap-align: start;
	}

	body.single-product .kk-related-card__image {
		height: 124px;
	}
}

/* Compact, conflict-free variable product layout */
body.single-product.kk-product-type-variable .elementor-element-007c30f > .elementor-container {
	align-items: center;
	gap: 36px;
	padding: 30px;
}

body.single-product.kk-product-type-variable .elementor-element-bc2f23a,
body.single-product.kk-product-type-variable .elementor-element-3fa5d9c {
	align-self: center;
}

body.single-product.kk-product-type-variable .elementor-element-5c18b4a {
	height: auto;
	min-height: 420px;
	padding: 18px;
}

body.single-product.kk-product-type-variable .elementor-element-5c18b4a > .elementor-widget-container,
body.single-product.kk-product-type-variable .elementor-element-5c18b4a .woocommerce-product-gallery {
	height: auto;
}

body.single-product.kk-product-type-variable .woocommerce-product-gallery .product-image-wrap,
body.single-product.kk-product-type-variable .woocommerce-product-gallery__image {
	min-height: 310px;
}

body.single-product.kk-product-type-variable .woocommerce-product-gallery__image img {
	height: 360px !important;
}

body.single-product.kk-product-type-variable .woocommerce-product-gallery .thumbnails {
	margin-top: 8px;
}

body.single-product.kk-product-type-variable .elementor-element-6c61a99 h1 {
	font-size: clamp(28px, 2.65vw, 40px) !important;
	line-height: 1.3 !important;
}

body.single-product.kk-product-type-variable .elementor-element-d20bdaa {
	max-height: 54px;
	margin-bottom: 7px !important;
	line-height: 1.9;
}

body.single-product.kk-product-type-variable .kk-buy-box {
	margin-top: 3px;
	padding: 14px;
	border-radius: 18px;
}

body.single-product.kk-product-type-variable .kk-buy-box__status {
	margin-bottom: 5px;
}

body.single-product.kk-product-type-variable .variations_form table.variations {
	margin-bottom: 5px !important;
}

body.single-product.kk-product-type-variable .variations_form table.variations tr {
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 9px;
	padding-block: 4px;
}

body.single-product.kk-product-type-variable .variations_form table.variations th.label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 1px;
}

body.single-product.kk-product-type-variable .variations_form table.variations th.label label {
	font-size: 12.5px;
	line-height: 1.5;
}

body.single-product.kk-product-type-variable .variations_form .woo-selected-variation-item-name {
	color: var(--kk-muted);
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1.4;
}

body.single-product.kk-product-type-variable .variations_form table.variations td.value {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
}

body.single-product.kk-product-type-variable .variations_form .variable-items-wrapper {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product.kk-product-type-variable .variations_form .variable-item {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 82px !important;
	width: auto !important;
	height: 38px !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 5px 12px !important;
	border: 1px solid rgba(3, 42, 43, .18) !important;
	border-radius: 11px !important;
	background: #fff !important;
	color: var(--kk-ink) !important;
	box-shadow: none !important;
	font-size: 11.5px;
	font-weight: 850;
}

body.single-product.kk-product-type-variable .variations_form .variable-item.selected {
	border-color: var(--kk-gold-deep) !important;
	background: linear-gradient(135deg, #f7e9bc, #e1c15c) !important;
	box-shadow: 0 0 0 2px rgba(212, 175, 55, .13) !important;
}

body.single-product.kk-product-type-variable .variations_form .variable-item::before,
body.single-product.kk-product-type-variable .variations_form .variable-item::after {
	display: none !important;
}

body.single-product.kk-product-type-variable .variations_form .variable-item-contents,
body.single-product.kk-product-type-variable .variations_form .variable-item-span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	line-height: 1.4;
}

body.single-product.kk-product-type-variable .variations_form .wd-reset-var {
	position: static !important;
	display: block !important;
	grid-column: 2;
	grid-row: 1;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}

body.single-product.kk-product-type-variable .variations_form .reset_variations {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	margin: 0 !important;
	padding: 5px 8px;
	border-radius: 9px;
	background: rgba(3, 42, 43, .06);
	color: var(--kk-muted) !important;
	font-size: 10.5px;
	font-weight: 750;
	line-height: 1.4;
	white-space: nowrap;
}

body.single-product.kk-product-type-variable .variations_form .single_variation {
	min-height: 38px;
	margin: 0 0 6px !important;
	padding: 4px 9px;
}

body.single-product.kk-product-type-variable .variations_form .woocommerce-variation-price .price {
	font-size: 17px !important;
}

body.single-product.kk-product-type-variable .elementor-element-61cc622 .quantity {
	height: 50px;
}

body.single-product.kk-product-type-variable .elementor-element-61cc622 .quantity input {
	height: 48px !important;
}

body.single-product.kk-product-type-variable .elementor-element-61cc622 .single_add_to_cart_button {
	min-height: 50px !important;
	padding-block: 9px !important;
}

body.single-product.kk-product-type-variable .variations_form .woocommerce-variation-add-to-cart {
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 9px;
}

body.single-product.kk-product-type-variable .kk-has-multiple-quantity .kk-unit-price-label {
	margin-bottom: 1px;
	font-size: 10.5px;
	line-height: 1.4;
}

body.single-product.kk-product-type-variable .kk-has-multiple-quantity .kk-total-price {
	margin: -2px 0 8px;
	padding: 7px 10px;
}

body.single-product.kk-product-type-variable .kk-total-price strong {
	font-size: 18px;
	line-height: 1.45;
}

body.single-product.kk-product-type-variable .kk-buy-note {
	margin-top: 7px;
}

body.single-product.kk-product-type-variable .kk-purchase-benefits {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	margin-top: 10px;
	padding-top: 10px;
}

body.single-product.kk-product-type-variable .kk-purchase-benefit {
	font-size: 10.5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.single-product.kk-product-type-variable .elementor-element-007c30f > .elementor-container {
		gap: 22px;
		padding: 22px;
	}

	body.single-product.kk-product-type-variable .elementor-element-5c18b4a {
		min-height: 360px;
		padding: 15px;
	}

	body.single-product.kk-product-type-variable .woocommerce-product-gallery .product-image-wrap,
	body.single-product.kk-product-type-variable .woocommerce-product-gallery__image {
		min-height: 275px;
	}

	body.single-product.kk-product-type-variable .woocommerce-product-gallery__image img {
		height: 315px !important;
	}

	body.single-product.kk-product-type-variable .elementor-element-6c61a99 h1 {
		font-size: clamp(28px, 3.5vw, 35px) !important;
	}

	body.single-product.kk-product-type-variable .kk-buy-box {
		padding: 13px;
	}

	body.single-product.kk-product-type-variable .variations_form table.variations tr {
		grid-template-columns: 78px minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	body.single-product.kk-product-type-variable .elementor-element-007c30f > .elementor-container {
		align-items: stretch;
		gap: 0;
		padding: 11px;
	}

	body.single-product.kk-product-type-variable .elementor-element-5c18b4a {
		min-height: 0;
		padding: 9px;
	}

	body.single-product.kk-product-type-variable .woocommerce-product-gallery .product-image-wrap,
	body.single-product.kk-product-type-variable .woocommerce-product-gallery__image {
		min-height: 230px;
	}

	body.single-product.kk-product-type-variable .woocommerce-product-gallery__image img {
		height: 245px !important;
	}

	body.single-product.kk-product-type-variable .elementor-element-3fa5d9c {
		padding: 14px 3px 3px;
	}

	body.single-product.kk-product-type-variable .elementor-element-6c61a99 h1 {
		font-size: clamp(24px, 7.5vw, 31px) !important;
		line-height: 1.35 !important;
	}

	body.single-product.kk-product-type-variable .kk-buy-box {
		padding: 12px;
		border-radius: 16px;
	}

	body.single-product.kk-product-type-variable .variations_form table.variations tr {
		grid-template-columns: 1fr;
		gap: 5px;
		padding-block: 3px;
	}

	body.single-product.kk-product-type-variable .variations_form table.variations th.label {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 4px;
	}

	body.single-product.kk-product-type-variable .variations_form .variable-item {
		min-width: 74px !important;
		height: 37px !important;
		min-height: 37px !important;
		padding-inline: 9px !important;
	}

	body.single-product.kk-product-type-variable .variations_form .woocommerce-variation-add-to-cart {
		grid-template-columns: 100px minmax(0, 1fr);
		gap: 8px;
	}

	body.single-product.kk-product-type-variable .kk-purchase-benefits {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.single-product.kk-product-type-variable .kk-purchase-benefit {
		flex-direction: column;
		gap: 3px;
		font-size: 9px;
		line-height: 1.35;
		text-align: center;
	}

	body.single-product.kk-product-type-variable .kk-purchase-benefit svg {
		flex-basis: 21px;
		width: 21px;
		height: 21px;
	}
}

@media (max-width: 390px) {
	body.single-product.kk-product-type-variable .variations_form .woocommerce-variation-add-to-cart {
		grid-template-columns: 1fr;
	}

	body.single-product.kk-product-type-variable .elementor-element-61cc622 .quantity {
		max-width: 124px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-product *,
	body.single-product *::before,
	body.single-product *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
