/* Bahaar Fusion editorial product page */
body.single-product {
	--bahaar-ink: #241b19;
	--bahaar-muted: #746864;
	--bahaar-wine: #7e3442;
	--bahaar-wine-dark: #632633;
	--bahaar-rose: #ead7d8;
	--bahaar-ivory: #fbf8f3;
	--bahaar-sand: #efe7dc;
	--bahaar-line: #e4dcd2;
	--bahaar-white: #ffffff;
	--bahaar-green: #267255;
	--bahaar-shadow: 0 24px 70px rgba(52, 34, 29, 0.10);
	font-family: "Manrope", sans-serif;
	color: var(--bahaar-ink);
}

body.single-product .site-content {
	background:
		radial-gradient(circle at 0 0, rgba(234, 215, 216, 0.45), transparent 28rem),
		linear-gradient(180deg, #fff 0, var(--bahaar-ivory) 48rem, #fff 100%);
}

body.single-product .content-top {
	min-height: 0;
}

body.single-product .bahaar-product-breadcrumb {
	max-width: 1360px;
	margin: 0 auto;
	padding: 22px 15px 0;
}

body.single-product .bahaar-product-breadcrumb .woocommerce-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .055em;
	text-transform: uppercase;
	color: var(--bahaar-muted);
}

body.single-product .bahaar-product-breadcrumb a {
	color: var(--bahaar-ink);
}

body.single-product .bahaar-product-breadcrumb span {
	color: #b7aaa4;
}

body.single-product .product-page-container {
	padding: clamp(24px, 4vw, 56px) 0 clamp(44px, 7vw, 92px);
}

body.single-product .product-page-container > .woostify-container {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
	gap: clamp(34px, 5vw, 78px);
	align-items: start;
	max-width: 1360px;
}

body.single-product .product-gallery,
body.single-product .product-summary {
	width: auto;
	max-width: none;
	float: none;
}

body.single-product .product-gallery {
	position: sticky;
	top: 24px;
}

body.single-product .product-images {
	position: relative;
	padding: clamp(10px, 1.5vw, 18px);
	border: 1px solid rgba(126, 52, 66, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: var(--bahaar-shadow);
	overflow: hidden;
}

body.single-product .product-images::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(145deg, rgba(255,255,255,0.2), rgba(234,215,216,0.18));
	pointer-events: none;
	z-index: 0;
}

body.single-product .product-images-container,
body.single-product .product-images .image-item,
body.single-product .product-images .image-item a {
	position: relative;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
}

body.single-product .product-images img {
	width: 100%;
	display: block;
	border-radius: 20px;
	transition: transform 0.8s cubic-bezier(.2,.75,.25,1);
}

body.single-product .product-images:hover img {
	transform: scale(1.018);
}

body.single-product .product-thumbnail-images {
	margin-top: 14px;
}

body.single-product .product-thumbnail-images .thumbnail-item {
	border: 1px solid transparent;
	border-radius: 12px;
	overflow: hidden;
	transition: border-color .2s ease, transform .2s ease;
}

body.single-product .product-thumbnail-images .thumbnail-item:hover,
body.single-product .product-thumbnail-images .thumbnail-item.active {
	border-color: var(--bahaar-wine);
	transform: translateY(-2px);
}

body.single-product .bahaar-gallery-labels {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 8;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
	pointer-events: none;
}

body.single-product .bahaar-gallery-labels span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(126,52,66,.92);
	box-shadow: 0 8px 24px rgba(60,33,34,.18);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: #fff;
	backdrop-filter: blur(8px);
}

body.single-product .product-group-btns {
	top: 24px;
	right: 24px;
}

body.single-product .product-group-btns button,
body.single-product .photoswipe-toggle-button {
	width: 44px;
	height: 44px;
	border: 1px solid rgba(36, 27, 25, .1);
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 8px 28px rgba(36,27,25,.12);
	backdrop-filter: blur(8px);
}

body.single-product .summary.entry-summary {
	margin: 0;
	padding: clamp(4px, 1vw, 10px) 0 0;
}

body.single-product .bahaar-product-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .19em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--bahaar-wine);
}

body.single-product .bahaar-product-eyebrow::before {
	content: "";
	width: 24px;
	height: 1px;
	background: currentColor;
}

body.single-product .product_title {
	margin: 0 0 18px;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(34px, 3.35vw, 58px);
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: -.035em;
	color: var(--bahaar-ink);
}

body.single-product .product_title a {
	color: inherit;
}

body.single-product .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	font-size: 13px;
}

body.single-product .star-rating {
	color: #b8873d;
}

body.single-product .summary .price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	font-size: clamp(23px, 2vw, 30px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--bahaar-ink);
}

body.single-product .summary .price del {
	font-size: .65em;
	font-weight: 500;
	color: #978b86;
	opacity: 1;
}

body.single-product .summary .price ins {
	text-decoration: none;
}

body.single-product .bahaar-availability {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	font-size: 12px;
	font-weight: 600;
	color: var(--bahaar-muted);
}

body.single-product .bahaar-availability > span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 5px rgba(38,114,85,.1);
}

body.single-product .bahaar-availability.is-available {
	color: var(--bahaar-green);
}

body.single-product .bahaar-availability.is-unavailable {
	color: var(--bahaar-wine);
}

body.single-product .bahaar-saving {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	padding: 7px 11px 7px 7px;
	border: 1px solid #ead4d7;
	border-radius: 999px;
	background: #fff7f8;
	font-size: 11px;
	color: var(--bahaar-wine-dark);
}

body.single-product .bahaar-saving strong {
	padding: 5px 8px;
	border-radius: 999px;
	background: var(--bahaar-wine);
	color: #fff;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body.single-product .woocommerce-product-details__short-description {
	position: relative;
	margin: 24px 0 0;
	padding: 18px 20px;
	border-left: 3px solid var(--bahaar-wine);
	border-radius: 0 14px 14px 0;
	background: rgba(255,255,255,.7);
	font-size: 14px;
	line-height: 1.8;
	color: var(--bahaar-muted);
}

body.single-product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

body.single-product .bahaar-size-guide-trigger {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 25px 0 10px;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .055em;
	text-decoration: underline;
	text-underline-offset: 5px;
	color: var(--bahaar-ink);
	cursor: pointer;
}

body.single-product .bahaar-size-guide-trigger svg {
	width: 20px;
	height: 20px;
	fill: var(--bahaar-wine);
}

body.single-product form.cart {
	margin-top: 18px;
	padding: 22px;
	border: 1px solid var(--bahaar-line);
	border-radius: 20px;
	background: rgba(255,255,255,.82);
	box-shadow: 0 16px 44px rgba(54,36,31,.06);
}

body.single-product form.cart .variations {
	margin-bottom: 16px;
}

body.single-product form.cart .variations tr {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-bottom: 14px;
}

body.single-product form.cart .variations th,
body.single-product form.cart .variations td {
	display: block;
	padding: 0;
	text-align: left;
}

body.single-product form.cart .variations label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--bahaar-ink);
}

body.single-product form.cart .variations select {
	width: 100%;
	height: 50px;
	padding: 0 44px 0 15px;
	border: 1px solid #d8cec3;
	border-radius: 12px;
	background-color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: var(--bahaar-ink);
	box-shadow: none;
}

body.single-product form.cart .reset_variations {
	display: inline-flex;
	margin-top: 7px;
	font-size: 11px;
	font-weight: 600;
	color: var(--bahaar-muted);
}

body.single-product .single_variation {
	margin-bottom: 12px;
}

body.single-product .woocommerce-variation-price .price {
	font-size: 19px;
}

body.single-product .single_variation_wrap .variations_button,
body.single-product form.cart:not(.variations_form) {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
}

body.single-product .quantity {
	position: relative;
	display: grid;
	grid-template-columns: 32px 38px 32px;
	align-items: center;
	width: 104px;
	height: 54px;
	margin: 0;
	border: 1px solid #d8cec3;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

body.single-product .quantity .qty {
	width: 38px;
	height: 52px;
	padding: 0;
	border: 0;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	background: transparent;
	-moz-appearance: textfield;
}

body.single-product .quantity .qty::-webkit-outer-spin-button,
body.single-product .quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

body.single-product .bahaar-qty-button {
	display: grid;
	place-items: center;
	width: 32px;
	height: 52px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 17px;
	font-weight: 500;
	color: var(--bahaar-ink);
	cursor: pointer;
}

body.single-product .single_add_to_cart_button,
body.single-product .bahaar-buy-now-button {
	min-height: 54px;
	margin: 0;
	border: 1px solid var(--bahaar-wine);
	border-radius: 12px;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .085em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

body.single-product .single_add_to_cart_button {
	background: var(--bahaar-wine);
	color: #fff;
	box-shadow: 0 12px 30px rgba(126,52,66,.22);
}

body.single-product .single_add_to_cart_button:hover {
	background: var(--bahaar-wine-dark);
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(126,52,66,.28);
}

body.single-product .bahaar-buy-now-button {
	grid-column: 1 / -1;
	background: transparent;
	color: var(--bahaar-wine);
}

body.single-product .bahaar-buy-now-button:hover {
	background: #fff5f6;
	transform: translateY(-1px);
}

body.single-product .thunk-compare {
	grid-column: 1 / -1;
	margin: 0;
}

body.single-product .th-product-compare-btn,
body.single-product .woosw-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	color: var(--bahaar-muted);
	background: transparent;
}

body.single-product .woosw-btn {
	margin-right: 18px;
}

body.single-product .product_meta {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--bahaar-line);
	font-size: 11px;
	line-height: 1.8;
	color: var(--bahaar-muted);
}

body.single-product .product_meta > span {
	display: block;
}

body.single-product .product_meta a {
	color: var(--bahaar-ink);
}

body.single-product .bahaar-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 22px;
}

body.single-product .bahaar-service-item {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 76px;
	padding: 11px;
	border: 1px solid var(--bahaar-line);
	border-radius: 13px;
	background: rgba(255,255,255,.72);
}

body.single-product .bahaar-service-item svg {
	flex: 0 0 21px;
	width: 21px;
	height: 21px;
	fill: var(--bahaar-wine);
}

body.single-product .bahaar-service-item span {
	display: flex;
	flex-direction: column;
	gap: 3px;
	font-size: 9px;
	line-height: 1.35;
	color: var(--bahaar-muted);
}

body.single-product .bahaar-service-item strong {
	font-size: 10px;
	color: var(--bahaar-ink);
}

body.single-product .bahaar-payment-note {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 10px;
	padding: 11px 13px;
	border-radius: 12px;
	background: var(--bahaar-sand);
	font-size: 10px;
	font-weight: 600;
	color: var(--bahaar-muted);
}

body.single-product .bahaar-payment-note svg {
	width: 19px;
	height: 19px;
	fill: var(--bahaar-wine);
}

body.single-product .woostify-trust-badge-box {
	margin-top: 16px;
	padding: 10px;
	border: 1px solid var(--bahaar-line);
	border-radius: 13px;
	background: #fff;
}

body.single-product .woostify-trust-badge-box img {
	width: 100%;
	height: auto;
	display: block;
}

body.single-product .bahaar-details-intro {
	max-width: 740px;
	margin: 0 auto clamp(28px, 5vw, 54px);
	padding: clamp(42px, 7vw, 86px) 20px 0;
	text-align: center;
}

body.single-product .bahaar-details-intro > span {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--bahaar-wine);
}

body.single-product .bahaar-details-intro h2 {
	margin: 12px 0 12px;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -.03em;
	color: var(--bahaar-ink);
}

body.single-product .bahaar-details-intro p {
	max-width: 580px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.8;
	color: var(--bahaar-muted);
}

body.single-product .woocommerce-tabs {
	max-width: 1120px;
	margin: 0 auto clamp(56px, 8vw, 110px);
	border-top: 1px solid var(--bahaar-line);
}

body.single-product .woocommerce-tabs .woostify-tab-wrapper {
	border-bottom: 1px solid var(--bahaar-line);
}

body.single-product .woocommerce-tabs .woostify-accordion-title {
	min-height: 70px;
	padding: 0 8px;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--bahaar-ink);
}

body.single-product .woocommerce-Tabs-panel .woostify-tab-inner,
body.single-product .woocommerce-Tabs-panel .woostify-tab-scroll-content {
	max-width: 900px;
}

body.single-product .woocommerce-Tabs-panel {
	padding: 4px 8px 34px;
	font-size: 14px;
	line-height: 1.85;
	color: var(--bahaar-muted);
}

body.single-product .woocommerce-Tabs-panel h2 {
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: 28px;
	font-weight: 500;
	color: var(--bahaar-ink);
}

body.single-product .woocommerce-Tabs-panel table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--bahaar-line);
	border-radius: 14px;
	overflow: hidden;
}

body.single-product .woocommerce-Tabs-panel td,
body.single-product .woocommerce-Tabs-panel th {
	padding: 12px 14px;
	border-color: var(--bahaar-line);
}

body.single-product .related.products {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: clamp(45px, 7vw, 90px) 0;
	border-top: 1px solid var(--bahaar-line);
}

body.single-product .related.products > h2 {
	margin-bottom: 30px;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 500;
	letter-spacing: -.025em;
	text-align: center;
	color: var(--bahaar-ink);
}

/*
 * Woostify turns this list into a Tiny Slider after page load. Reset the
 * generated widths and transforms so related products remain a dependable
 * four-column fashion grid instead of receiving carousel sizing twice.
 */
body.single-product .related.products .tns-outer,
body.single-product .related.products .tns-ovh,
body.single-product .related.products .tns-inner {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	overflow: visible !important;
}

body.single-product .related.products .tns-controls,
body.single-product .related.products .tns-nav {
	display: none !important;
}

body.single-product .related.products ul.products,
body.single-product .related.products ul.products.tns-slider {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	transition: none !important;
}

body.single-product .related.products ul.products > li.product,
body.single-product .related.products ul.products.tns-slider > li.product {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	transform: none !important;
}

body.single-product .related.products ul.products > li.tns-slide-cloned {
	display: none !important;
}

body.single-product .related.products .product-loop-wrapper {
	height: 100%;
	border: 1px solid var(--bahaar-line);
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease;
}

body.single-product .related.products .product-loop-wrapper:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 44px rgba(50,33,29,.1);
}

body.single-product .related.products .product-loop-image-wrapper img {
	transition: transform .6s ease;
}

body.single-product .related.products .product-loop-wrapper:hover img {
	transform: scale(1.035);
}

body.single-product .bahaar-size-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 18px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease, visibility .25s ease;
}

body.single-product .bahaar-size-modal.is-open {
	opacity: 1;
	visibility: visible;
}

body.single-product .bahaar-size-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(27,19,17,.68);
	backdrop-filter: blur(7px);
}

body.single-product .bahaar-size-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(860px, 100%);
	max-height: min(86vh, 820px);
	padding: clamp(24px, 4vw, 46px);
	border-radius: 24px;
	background: var(--bahaar-ivory);
	box-shadow: 0 30px 100px rgba(0,0,0,.3);
	overflow: auto;
	transform: translateY(18px) scale(.98);
	transition: transform .28s ease;
}

body.single-product .bahaar-size-modal.is-open .bahaar-size-modal__dialog {
	transform: translateY(0) scale(1);
}

body.single-product .bahaar-size-modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--bahaar-line);
	border-radius: 50%;
	background: #fff;
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	color: var(--bahaar-ink);
	cursor: pointer;
}

body.single-product .bahaar-size-modal__heading {
	padding-right: 52px;
	margin-bottom: 24px;
}

body.single-product .bahaar-size-modal__heading > span {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--bahaar-wine);
}

body.single-product .bahaar-size-modal__heading h2 {
	margin: 8px 0;
	font-family: "Bodoni Moda", Georgia, serif;
	font-size: clamp(32px, 5vw, 50px);
	font-weight: 500;
	color: var(--bahaar-ink);
}

body.single-product .bahaar-size-modal__heading p {
	max-width: 610px;
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
	color: var(--bahaar-muted);
}

body.single-product .bahaar-size-modal__table {
	overflow-x: auto;
}

body.single-product .bahaar-size-modal__table table {
	width: 100%;
	min-width: 620px;
	border-collapse: collapse;
	border: 1px solid var(--bahaar-line);
	background: #fff;
}

body.single-product .bahaar-size-modal__table td,
body.single-product .bahaar-size-modal__table th {
	padding: 13px 11px;
	border: 1px solid var(--bahaar-line);
	font-size: 11px;
	text-align: center;
	color: var(--bahaar-ink);
}

body.single-product .bahaar-size-modal__table tr:first-child td,
body.single-product .bahaar-size-modal__table tr:first-child th {
	background: var(--bahaar-wine);
	font-weight: 700;
	color: #fff;
}

body.single-product.bahaar-modal-open {
	overflow: hidden;
}

body.single-product .bahaar-mobile-purchase {
	display: none;
}

@media (max-width: 1100px) {
	body.single-product .product-page-container > .woostify-container {
		grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr);
		gap: 34px;
	}

	body.single-product .product_title {
		font-size: clamp(32px, 4.5vw, 46px);
	}

	body.single-product .bahaar-service-grid {
		grid-template-columns: 1fr;
	}

	body.single-product .bahaar-service-item {
		min-height: 58px;
	}
}

@media (max-width: 850px) {
	body.single-product .product-page-container > .woostify-container {
		display: block;
	}

	body.single-product .product-gallery {
		position: relative;
		top: auto;
		margin-bottom: 34px;
	}

	body.single-product .product-summary {
		max-width: 680px;
		margin: 0 auto;
	}

	body.single-product .bahaar-service-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	body.single-product .related.products ul.products,
	body.single-product .related.products ul.products.tns-slider {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}
}

@media (max-width: 767px) {
	body.single-product {
		padding-bottom: 78px;
	}

	body.single-product .product-page-container {
		padding-top: 14px;
		padding-bottom: 46px;
	}

	body.single-product .product-page-container > .woostify-container {
		padding-left: 14px;
		padding-right: 14px;
	}

	body.single-product .product-images {
		padding: 7px;
		border-radius: 20px;
	}

	body.single-product .product-images-container,
	body.single-product .product-images .image-item,
	body.single-product .product-images .image-item a,
	body.single-product .product-images img {
		border-radius: 15px;
	}

	body.single-product .product-group-btns {
		top: 16px;
		right: 16px;
	}

	body.single-product .summary.entry-summary {
		padding: 0 2px;
	}

	body.single-product .bahaar-product-eyebrow {
		margin-bottom: 10px;
	}

	body.single-product .product_title {
		font-size: clamp(31px, 10vw, 42px);
		line-height: 1.08;
	}

	body.single-product .woocommerce-product-details__short-description {
		margin-top: 20px;
		padding: 15px 16px;
	}

	body.single-product form.cart {
		padding: 16px;
		border-radius: 16px;
	}

	body.single-product .single_variation_wrap .variations_button,
	body.single-product form.cart:not(.variations_form) {
		grid-template-columns: 98px minmax(0, 1fr);
	}

	body.single-product .quantity {
		grid-template-columns: 30px 36px 30px;
		width: 98px;
	}

	body.single-product .quantity .qty {
		width: 36px;
	}

	body.single-product .bahaar-service-grid {
		grid-template-columns: 1fr;
	}

	body.single-product .bahaar-service-item {
		min-height: 58px;
		padding: 10px 12px;
	}

	body.single-product .bahaar-service-item span {
		font-size: 10px;
	}

	body.single-product .bahaar-service-item strong {
		font-size: 11px;
	}

	body.single-product .bahaar-details-intro {
		padding-top: 50px;
	}

	body.single-product .woocommerce-tabs {
		margin-left: 14px;
		margin-right: 14px;
	}

	body.single-product .related.products {
		padding-left: 14px;
		padding-right: 14px;
	}

	body.single-product .related.products > h2 {
		margin-bottom: 22px;
	}

	body.single-product .related.products ul.products,
	body.single-product .related.products ul.products.tns-slider {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	body.single-product .related.products .product-loop-wrapper {
		border-radius: 13px;
	}

	body.single-product .bahaar-size-modal {
		align-items: end;
		padding: 0;
	}

	body.single-product .bahaar-size-modal__dialog {
		width: 100%;
		max-height: 88vh;
		padding: 27px 18px 32px;
		border-radius: 22px 22px 0 0;
	}

	body.single-product .bahaar-size-modal__close {
		top: 14px;
		right: 14px;
	}

	body.single-product .bahaar-mobile-purchase {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99990;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		min-height: 72px;
		padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
		border-top: 1px solid rgba(126,52,66,.15);
		background: rgba(255,255,255,.96);
		box-shadow: 0 -12px 34px rgba(43,28,24,.12);
		backdrop-filter: blur(15px);
	}

	body.single-product .bahaar-mobile-purchase__product {
		display: flex;
		align-items: center;
		gap: 9px;
		min-width: 0;
		flex: 1;
	}

	body.single-product .bahaar-mobile-purchase__image {
		width: 46px;
		height: 52px;
		border-radius: 8px;
		object-fit: cover;
	}

	body.single-product .bahaar-mobile-purchase__product > div {
		display: flex;
		flex-direction: column;
		min-width: 0;
	}

	body.single-product .bahaar-mobile-purchase__name {
		max-width: 145px;
		overflow: hidden;
		font-size: 10px;
		font-weight: 600;
		line-height: 1.3;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: var(--bahaar-ink);
	}

	body.single-product .bahaar-mobile-purchase__price {
		margin-top: 2px;
		font-size: 12px;
		font-weight: 700;
		color: var(--bahaar-wine);
	}

	body.single-product .bahaar-mobile-purchase__price del {
		display: none;
	}

	body.single-product .bahaar-mobile-purchase__button {
		flex: 0 0 auto;
		min-width: 120px;
		height: 48px;
		padding: 0 16px;
		border: 0;
		border-radius: 11px;
		background: var(--bahaar-wine);
		font-family: "Manrope", sans-serif;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: .08em;
		text-transform: uppercase;
		color: #fff;
		box-shadow: 0 10px 24px rgba(126,52,66,.25);
	}
}

@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;
	}
}
