body.single-product {
	--sbg-pdp-container: min(1240px, calc(100vw - 48px));
	background-color: var(--sbg-color-background);
}

body.single-product .product-entry-wrapper.is-width-constrained {
	align-items: flex-start;
	margin-inline: auto;
	max-width: var(--sbg-pdp-container);
	padding-top: clamp(30px, 5vw, 58px);
}

body.single-product .product-entry-wrapper > .woocommerce-product-gallery,
body.single-product .product-entry-wrapper > .entry-summary {
	margin-inline-start: 0 !important;
	width: auto !important;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .rank-math-breadcrumb {
	color: rgba(28, 42, 57, 0.58);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.single-product .woocommerce-breadcrumb a,
body.single-product .rank-math-breadcrumb a {
	color: rgba(28, 42, 57, 0.58);
	text-decoration: none;
}

body.single-product .woocommerce-product-gallery {
	border-radius: 0;
	overflow: visible;
}

body.single-product .woocommerce-product-gallery .ct-product-gallery-container > .ct-media-container,
body.single-product .woocommerce-product-gallery .flexy-view .ct-media-container,
body.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	background-color: rgba(232, 220, 196, 0.46);
	border: 1px solid rgba(22, 74, 56, 0.24);
	border-radius: 0;
}

body.single-product .woocommerce-product-gallery .flexy-view .ct-media-container {
	padding: clamp(18px, 3vw, 36px);
}

body.single-product .woocommerce-product-gallery img {
	filter: drop-shadow(0 22px 22px rgba(22, 74, 56, 0.14));
	mix-blend-mode: multiply;
	object-fit: contain;
}

body.single-product .woocommerce-product-gallery .flexy-view img {
	aspect-ratio: 1 / 1 !important;
}

body.single-product .woocommerce-product-gallery .flexy-pills .ct-media-container {
	background-color: rgba(232, 220, 196, 0.5);
	border: 1px solid rgba(22, 74, 56, 0.2);
	border-radius: 0;
}

body.single-product .woocommerce-product-gallery .flexy-pills img {
	filter: none;
}

body.single-product .woocommerce-product-gallery .flexy-pills li.active .ct-media-container,
body.single-product .woocommerce-product-gallery .flexy-pills li:hover .ct-media-container {
	border-color: var(--sbg-color-primary);
}

body.single-product .woocommerce-product-gallery .flexy-pills li .ct-media-container::after {
	border-radius: 0;
}

body.single-product .entry-summary-items {
	color: var(--sbg-color-text);
	padding-top: 4px;
}

body.single-product .entry-summary .product_title {
	color: var(--sbg-color-primary);
	font-size: clamp(30px, 3.6vw, 46px);
	line-height: 1.1;
	margin: 0 0 18px;
	max-width: 720px;
}

body.single-product .entry-summary .price {
	border-bottom: 1px solid rgba(22, 74, 56, 0.22);
	color: var(--sbg-color-primary);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: clamp(23px, 2.2vw, 30px);
	font-weight: 800;
	line-height: 1;
	margin-bottom: clamp(26px, 3vw, 36px);
	padding-bottom: clamp(22px, 3vw, 30px);
}

body.single-product .sbg-pdp-claims {
	display: grid;
	font-size: 14px;
	gap: 11px;
	line-height: 1.68;
	list-style: none;
	margin: 0 0 clamp(30px, 4vw, 42px);
	padding: 0;
}

body.single-product .sbg-pdp-claims li {
	color: var(--sbg-color-primary-hover);
	margin: 0;
	padding-left: 16px;
	position: relative;
}

body.single-product .sbg-pdp-claims li::before {
	background-color: var(--sbg-color-accent);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0.82em;
	width: 4px;
}

body.single-product .ct-product-add-to-cart {
	margin-bottom: 0;
}

body.single-product .ct-product-add-to-cart .cart {
	margin-bottom: 0;
}

body.single-product .ct-product-add-to-cart .ct-cart-actions {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	width: 100%;
}

body.single-product .ct-product-add-to-cart .quantity {
	--quantity-height: 52px;
	--quantity-width: 132px;
	--quantity-arrows-hover-color: var(--sbg-color-background);
	--quantity-arrows-initial-color: var(--sbg-color-primary);
	--quantity-hover-color: var(--sbg-color-primary);
	background-color: transparent;
	border-radius: 0;
	flex: 0 0 auto;
}

body.single-product .ct-product-add-to-cart .quantity input.qty {
	background-color: transparent !important;
	border-color: var(--sbg-color-primary) !important;
	border-radius: 0 !important;
	color: var(--sbg-color-primary);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-weight: 800;
}

body.single-product .ct-product-add-to-cart .quantity .ct-increase,
body.single-product .ct-product-add-to-cart .quantity .ct-decrease {
	border-radius: 0;
}

body.single-product .ct-product-add-to-cart .single_add_to_cart_button {
	background-color: var(--sbg-color-primary);
	border: 1px solid var(--sbg-color-primary);
	border-radius: 0 !important;
	color: var(--sbg-color-background);
	flex: 1 1 240px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.14em;
	min-height: 52px;
	text-transform: none;
}

body.single-product .ct-product-add-to-cart .single_add_to_cart_button:hover {
	background-color: var(--sbg-color-primary-hover);
	border-color: var(--sbg-color-primary-hover);
	color: var(--sbg-color-background);
}

body.single-product .sbg-pdp-order-note {
	align-items: center;
	color: rgba(28, 42, 57, 0.62);
	display: flex;
	font-size: 12px;
	gap: 8px;
	line-height: 1.5;
	margin: 14px 0 0;
}

body.single-product .sbg-pdp-order-note span {
	background-color: #25d366;
	border-radius: 50%;
	display: inline-block;
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

body.single-product .entry-summary .stock {
	color: rgba(28, 42, 57, 0.62);
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 12px;
}

body.single-product .entry-summary .product_meta {
	border-top: 1px solid rgba(22, 74, 56, 0.22);
	color: rgba(28, 42, 57, 0.54);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: 12px;
	line-height: 1.75;
	margin-top: 26px;
	padding-top: 16px;
}

body.single-product .entry-summary .product_meta a {
	color: rgba(22, 74, 56, 0.72);
	text-decoration: none;
}

body.single-product .nta-woo-products-button {
	display: none !important;
}

body.single-product .related.products figure {
	margin-bottom: 14px;
}

body.single-product .related.products .ct-media-container {
	align-items: center;
	aspect-ratio: 1 / 1;
	background-color: rgba(232, 220, 196, 0.46);
	border: 1px solid rgba(22, 74, 56, 0.22);
	border-radius: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 12px;
}

body.single-product .related.products .ct-media-container img {
	aspect-ratio: 1 / 1 !important;
	filter: drop-shadow(0 12px 12px rgba(22, 74, 56, 0.1));
	height: 100%;
	mix-blend-mode: multiply;
	object-fit: contain;
	width: 100%;
}

body.single-product .woocommerce-tabs.sbg-pdp-information {
	margin: clamp(72px, 8vw, 104px) auto 0;
	max-width: var(--sbg-pdp-container);
	padding-bottom: clamp(64px, 8vw, 104px);
}

body.single-product .sbg-pdp-spec-table {
	border-bottom: 2px solid var(--sbg-color-primary);
	border-top: 2px solid var(--sbg-color-primary);
}

body.single-product .sbg-pdp-spec-row {
	border-top: 1px solid rgba(22, 74, 56, 0.22);
	display: grid;
	gap: clamp(22px, 4vw, 54px);
	grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
	padding: clamp(24px, 3.5vw, 38px) 0;
}

body.single-product .sbg-pdp-spec-row:first-child {
	border-top: 0;
}

body.single-product .sbg-pdp-spec-term {
	color: var(--sbg-color-primary);
	font-weight: 800;
	line-height: 1.3;
}

body.single-product .sbg-pdp-spec-term span,
body.single-product .sbg-pdp-spec-term small {
	display: block;
}

body.single-product .sbg-pdp-spec-term small {
	color: rgba(22, 74, 56, 0.52);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-top: 4px;
	text-transform: uppercase;
}

body.single-product .sbg-pdp-spec-content {
	color: var(--sbg-color-primary-hover);
	font-size: 14px;
	line-height: 1.78;
	padding-right: clamp(0px, 5vw, 56px);
}

body.single-product .sbg-pdp-spec-row--dense .sbg-pdp-spec-content {
	font-size: 12.5px;
	line-height: 1.86;
	opacity: 0.86;
}

body.single-product .sbg-pdp-spec-content h2,
body.single-product .sbg-pdp-spec-content h3,
body.single-product .sbg-pdp-spec-content h4 {
	display: none;
}

body.single-product .sbg-pdp-spec-content p:last-child,
body.single-product .sbg-pdp-spec-content ul:last-child,
body.single-product .sbg-pdp-spec-content ol:last-child,
body.single-product .sbg-pdp-spec-content table:last-child {
	margin-bottom: 0;
}

body.single-product .sbg-pdp-spec-content table,
body.single-product .sbg-pdp-spec-content .woocommerce-product-attributes {
	background-color: transparent;
	border-color: rgba(22, 74, 56, 0.28);
}

body.single-product .sbg-pdp-spec-content th,
body.single-product .sbg-pdp-spec-content td {
	border-color: rgba(22, 74, 56, 0.22);
}

@media (min-width: 1000px) {
	body.single-product .product-entry-wrapper.is-width-constrained {
		display: grid !important;
		gap: clamp(48px, 7vw, 96px);
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
	}

	body.single-product .woocommerce-product-gallery {
		position: sticky;
		top: calc(var(--admin-bar, 0px) + var(--header-sticky-height, 0px) + 28px);
	}
}

@media (max-width: 999px) {
	body.single-product {
		--sbg-pdp-container: min(100% - 36px, 720px);
	}

	body.single-product .product-entry-wrapper.is-width-constrained {
		display: grid !important;
		gap: 28px;
		padding-top: 24px;
	}
}

@media (max-width: 680px) {
	body.single-product {
		--sbg-pdp-container: calc(100% - 32px);
	}

	body.single-product .entry-summary .product_title {
		font-size: clamp(28px, 8vw, 36px);
	}

	body.single-product .ct-product-add-to-cart .ct-cart-actions {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr;
	}

	body.single-product .ct-product-add-to-cart .quantity,
	body.single-product .ct-product-add-to-cart .single_add_to_cart_button {
		width: 100%;
	}

	body.single-product .ct-product-add-to-cart .single_add_to_cart_button {
		flex-basis: auto;
	}

	body.single-product .sbg-pdp-order-note {
		align-items: flex-start;
	}

	body.single-product .sbg-pdp-order-note span {
		margin-top: 5px;
	}

	body.single-product .woocommerce-tabs.sbg-pdp-information {
		margin-top: 56px;
	}

	body.single-product .sbg-pdp-spec-row {
		gap: 12px;
		grid-template-columns: 1fr;
		padding: 22px 0;
	}

	body.single-product .sbg-pdp-spec-content {
		padding-right: 0;
	}
}
