/**
 * VDuma single product page — Duma Official PDP layout.
 * Scoped to body.rwot-vduma-product
 *
 * Layout: [ sticky thumbs | stacked images ] [ sticky summary until gallery ends, then page scroll ]
 */

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap");

body.rwot-vduma-product {
	--vduma-page-gutter: 40px;
	--vduma-text: #1a1a1a;
	--vduma-muted: #8a8a8a;
	--vduma-border: #1a1a1a;
	--vduma-line: #d9d9d9;
	--vduma-qty-border: #cfcfcf;
	--vduma-price-sale: #b04a3c;
	--vduma-gallery-max: 580px;
	--vduma-gallery-gap: 24px;
	--vduma-summary-width: 360px;
	--vduma-pdp-gap: clamp(56px, 7vw, 112px);
	--vduma-thumb-width: 68px;
	--vduma-sticky-top: 96px;
}

@media (max-width: 767px) {
	body.rwot-vduma-product {
		--vduma-page-gutter: 16px;
	}
}

/* Theme hides .site-header on all single-product pages and swaps in a legacy
   mobile bar — VDuma keeps header-vduma instead, so restore it here. */
body.rwot-vduma-product.single-product .site-header.rwot-site-header {
	display: block !important;
}

/* Hide legacy PDP chrome */
body.rwot-vduma-product .rwot-breadcrumb-single,
body.rwot-vduma-product .floating-bottom-product-detail,
body.rwot-vduma-product .rwot-floating-bottom-product,
body.rwot-vduma-product .onsale,
body.rwot-vduma-product .woocommerce-product-rating,
body.rwot-vduma-product .woocommerce-product-details__short-description,
body.rwot-vduma-product .product_meta,
body.rwot-vduma-product .rwot-btn-open-share-modal,
body.rwot-vduma-product .rwot-coupon-widget,
body.rwot-vduma-product .attributes-container,
body.rwot-vduma-product .btn-buynow,
body.rwot-vduma-product .rwot-btn-order-via-whatsapp,
body.rwot-vduma-product .reset_variations,
body.rwot-vduma-product .woocommerce-tabs,
body.rwot-vduma-product .woocommerce-variation-price,
body.rwot-vduma-product .woocommerce-variation .price,
body.rwot-vduma-product .d-block.d-md-none > .d-flex.align-items-center {
	display: none !important;
}

body.rwot-vduma-product .shop-page.container-lg,
body.rwot-vduma-product #primary .container-lg,
body.rwot-vduma-product .content-area .container-lg,
body.rwot-vduma-product .shop-page {
	max-width: 100%;
	padding-left: var(--vduma-page-gutter);
	padding-right: var(--vduma-page-gutter);
	box-sizing: border-box;
}

body.rwot-vduma-product .shop-page.container-lg,
body.rwot-vduma-product #primary .container-lg,
body.rwot-vduma-product .content-area .container-lg,
body.rwot-vduma-product .shop-page,
body.rwot-vduma-product #primary,
body.rwot-vduma-product .content-area,
body.rwot-vduma-product div.product.vduma-single-product {
	overflow: visible;
}

/* ── Product layout: gallery+summary capped; carousels full content width ── */
body.rwot-vduma-product div.product.vduma-single-product,
body.rwot-vduma-product div.product {
	display: block !important;
	float: none !important;
	width: 100% !important;
	max-width: none;
	margin: 24px 0 80px;
	padding: 0;
}

body.rwot-vduma-product .vduma-pdp-layout {
	display: grid !important;
	grid-template-columns: minmax(0, var(--vduma-gallery-max)) minmax(280px, var(--vduma-summary-width));
	gap: 0 var(--vduma-pdp-gap);
	align-items: start;
	justify-content: center;
	width: 100%;
	max-width: calc(var(--vduma-gallery-max) + var(--vduma-summary-width) + var(--vduma-pdp-gap));
	margin: 0 auto;
	overflow: visible;
}

body.rwot-vduma-product .vduma-pdp-layout .woocommerce-product-gallery {
	justify-self: start;
	max-width: var(--vduma-gallery-max);
}

body.rwot-vduma-product .vduma-pdp-layout .summary {
	justify-self: end;
}

body.rwot-vduma-product .vduma-pdp-layout .woocommerce-product-gallery,
body.rwot-vduma-product div.product .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}

body.rwot-vduma-product .vduma-pdp-layout .summary,
body.rwot-vduma-product div.product .summary {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	clear: none !important;
}

body.rwot-vduma-product div.product .summary.entry-summary {
	max-height: none;
	overflow: visible;
	padding-bottom: 24px !important;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
	body.rwot-vduma-product .vduma-gallery-thumbs {
		position: sticky;
		top: var(--vduma-sticky-top);
		align-self: flex-start;
		z-index: 2;
	}

	body.rwot-vduma-product div.product .summary.entry-summary {
		position: sticky;
		top: var(--vduma-sticky-top);
		align-self: start;
		height: fit-content;
		max-height: none;
		overflow: visible;
		z-index: 2;
	}
}

/* ── Summary typography ─────────────────────────────────────── */
body.rwot-vduma-product .brand-container,
body.rwot-vduma-product .vduma-product-brand {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--vduma-text);
	margin: 0 0 12px;
}

body.rwot-vduma-product .brand-container div {
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
}

body.rwot-vduma-product .product_title.entry-title {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.25rem, 1.8vw, 1.65rem) !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--vduma-text) !important;
	margin: 0 0 18px !important;
	line-height: 1.25 !important;
}

/* Price — coral sale + grey strikethrough inline */
body.rwot-vduma-product .vduma-pdp-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 14px;
	margin: 0 0 26px;
}

body.rwot-vduma-product .vduma-pdp-price-current,
body.rwot-vduma-product .vduma-pdp-price-current .amount,
body.rwot-vduma-product .vduma-pdp-price-current .woocommerce-Price-amount {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	color: var(--vduma-price-sale) !important;
}

body.rwot-vduma-product .vduma-pdp-price-regular,
body.rwot-vduma-product .vduma-pdp-price-regular .amount,
body.rwot-vduma-product .vduma-pdp-price-regular .woocommerce-Price-amount {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	color: #b0b0b0 !important;
	text-decoration: line-through !important;
}

body.rwot-vduma-product .summary > .price,
body.rwot-vduma-product .summary p.price,
body.rwot-vduma-product .summary .sale-price,
body.rwot-vduma-product .summary .position-relative {
	display: none !important;
}

/* Variations */
body.rwot-vduma-product .variations_form.cart {
	margin-top: 0;
}

body.rwot-vduma-product .variations {
	width: 100%;
	border: 0;
	margin: 0 0 6px;
}

body.rwot-vduma-product .variations tbody,
body.rwot-vduma-product .variations tr,
body.rwot-vduma-product .variations th,
body.rwot-vduma-product .variations td {
	display: block;
	width: 100%;
	border: 0;
	padding: 0;
	background: transparent;
}

body.rwot-vduma-product .variations tr {
	margin-bottom: 18px;
}

body.rwot-vduma-product .variations th.label {
	margin-bottom: 10px;
}

body.rwot-vduma-product .variations th.label label {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--vduma-muted);
	margin: 0;
}

/* Custom variation picker (replaces native select UI) */
body.rwot-vduma-product .variations td.value {
	position: relative;
	overflow: visible;
}

body.rwot-vduma-product .variations .reset_variations {
	display: none !important;
}

body.rwot-vduma-product .vduma-variation-picker {
	position: relative;
	width: 100%;
}

body.rwot-vduma-product .vduma-variation-picker select.vduma-variation-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.rwot-vduma-product .vduma-variation-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid var(--vduma-border);
	border-radius: 0;
	background: #fff;
	color: var(--vduma-text);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
	box-shadow: none;
}

body.rwot-vduma-product .vduma-variation-trigger {
	border-color: #bdbdbd;
}

body.rwot-vduma-product .vduma-variation-picker.is-open .vduma-variation-trigger {
	border-color: #9a9a9a;
}

body.rwot-vduma-product .vduma-variation-trigger-label {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

body.rwot-vduma-product .vduma-variation-trigger-label.is-placeholder {
	color: var(--vduma-muted);
}

body.rwot-vduma-product .vduma-variation-trigger-swatch {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #1a1a1a;
	flex-shrink: 0;
}

body.rwot-vduma-product .vduma-variation-trigger-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-left: 12px;
	flex-shrink: 0;
	color: var(--vduma-text);
	transition: transform 0.2s ease;
}

body.rwot-vduma-product .vduma-variation-picker.is-open .vduma-variation-trigger-icon {
	transform: rotate(180deg);
}

body.rwot-vduma-product .vduma-variation-popover {
	position: absolute;
	top: 50%;
	right: calc(100% + 18px);
	left: auto;
	transform: translateY(-50%);
	z-index: 40;
	min-width: 220px;
	max-width: min(280px, calc(100vw - 32px));
	padding: 28px 24px;
	border: 1px solid #ececec;
	background: #fff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.18s ease, visibility 0.18s ease;
}

body.rwot-vduma-product .vduma-variation-picker.is-open .vduma-variation-popover {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.rwot-vduma-product .vduma-variation-popover::before,
body.rwot-vduma-product .vduma-variation-popover::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -9px;
	transform: translateY(-50%);
	border: 9px solid transparent;
	pointer-events: none;
}

body.rwot-vduma-product .vduma-variation-popover::before {
	border-left-color: #ececec;
	right: -10px;
}

body.rwot-vduma-product .vduma-variation-popover::after {
	border-left-color: #fff;
}

body.rwot-vduma-product .vduma-variation-options {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

body.rwot-vduma-product .vduma-variation-option {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #9a9a9a;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
}

body.rwot-vduma-product .vduma-variation-option:hover,
body.rwot-vduma-product .vduma-variation-option.is-selected {
	color: var(--vduma-text);
}

body.rwot-vduma-product .vduma-variation-option.is-disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

body.rwot-vduma-product .vduma-variation-option-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

body.rwot-vduma-product .vduma-variation-option-swatch {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #1a1a1a;
	flex-shrink: 0;
}

/* Desktop: hide mobile sheet chrome */
body.rwot-vduma-product .vduma-variation-sheet-backdrop,
body.rwot-vduma-product .vduma-variation-sheet-header {
	display: none;
}

body.rwot-vduma-product .vduma-variation-sheet-close {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--vduma-text);
	cursor: pointer;
}

body.rwot-vduma-product .vduma-variation-sheet-title {
	flex: 1;
	text-align: center;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: var(--vduma-text);
}

body.rwot-vduma-product .vduma-variation-sheet-header-spacer {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
}

/* Color swatch (meta — shown when no color attribute dropdown) */
body.rwot-vduma-product .vduma-pdp-color {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
}

body.rwot-vduma-product .vduma-pdp-color-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #1a1a1a;
	flex-shrink: 0;
}

/* Quantity */
body.rwot-vduma-product .single_variation_wrap,
body.rwot-vduma-product .woocommerce-variation-add-to-cart {
	width: 100%;
}

body.rwot-vduma-product .woocommerce-variation-add-to-cart .d-flex.justify-content-start.align-items-stretch.gap-2,
body.rwot-vduma-product form.cart:not(.variations_form) .d-flex.justify-content-start.align-items-stretch.gap-2 {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 0 !important;
	width: 100%;
	margin: 0;
}

/* Quantity — label above, compact box: [−] [1] [+] */
body.rwot-vduma-product div.product form.cart .vduma-pdp-qty {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 22px;
	align-self: flex-start;
}

body.rwot-vduma-product div.product form.cart .vduma-qty-label {
	display: block;
	width: 100%;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 10px;
	color: var(--vduma-muted);
}

body.rwot-vduma-product div.product form.cart .vduma-pdp-qty-control {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	width: fit-content;
	max-width: 100%;
	border: 1px solid var(--vduma-qty-border);
	background: #fff;
	padding: 0;
	gap: 0;
	overflow: visible;
}

body.rwot-vduma-product div.product form.cart .vduma-pdp-qty-control .vduma-qty-btn {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	height: 44px;
	padding: 0 !important;
	margin: 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: var(--vduma-text) !important;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	flex: 0 0 42px !important;
	box-shadow: none !important;
}

body.rwot-vduma-product div.product form.cart .vduma-pdp-qty-control .vduma-qty-btn:hover {
	background: #fafafa !important;
}

body.rwot-vduma-product div.product form.cart .vduma-pdp-qty-control .vduma-qty-btn span {
	display: block;
	line-height: 1;
	pointer-events: none;
}

body.rwot-vduma-product div.product form.cart .vduma-pdp-qty-control .quantity {
	display: flex !important;
	align-items: center;
	justify-content: center;
	float: none !important;
	clear: none !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 0;
	width: auto !important;
	max-width: none;
	flex: 0 0 auto !important;
	background: transparent;
}

body.rwot-vduma-product div.product form.cart .vduma-pdp-qty-control .quantity .qty,
body.rwot-vduma-product div.product form.cart .vduma-pdp-qty-control input.qty {
	width: 44px !important;
	min-width: 44px !important;
	max-width: 56px !important;
	height: 44px !important;
	min-height: 44px !important;
	border: 0 !important;
	border-radius: 0 !important;
	text-align: center;
	box-shadow: none !important;
	font-size: 14px;
	font-weight: 400;
	background: #fff !important;
	color: var(--vduma-text);
	padding: 0 !important;
	flex: 0 0 auto !important;
	-moz-appearance: textfield;
}

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

/* ATC + Wishlist stacked */
body.rwot-vduma-product form.cart .d-flex.justify-content-start.align-items-stretch.gap-2 {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 10px !important;
	width: 100%;
	margin-top: 0;
}

body.rwot-vduma-product form.cart .d-flex.justify-content-start.align-items-stretch.gap-2 > .single_add_to_cart_button,
body.rwot-vduma-product form.cart .d-flex.justify-content-start.align-items-stretch.gap-2 > .vduma-wishlist-btn {
	align-self: stretch;
	width: 100%;
}

body.rwot-vduma-product form.cart button.single_add_to_cart_button,
body.rwot-vduma-product .vduma-wishlist-btn {
	width: 100% !important;
	min-height: 52px;
	border-radius: 0 !important;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 15px 18px !important;
	margin: 0 !important;
	box-shadow: none !important;
	line-height: 1.2 !important;
}

body.rwot-vduma-product form.cart button.single_add_to_cart_button {
	background: #fff !important;
	color: var(--vduma-text) !important;
	border: 1px solid var(--vduma-border) !important;
}

body.rwot-vduma-product form.cart button.single_add_to_cart_button:hover:not(:disabled):not(.disabled) {
	background: #f7f7f7 !important;
}

body.rwot-vduma-product form.cart button.single_add_to_cart_button.disabled,
body.rwot-vduma-product form.cart button.single_add_to_cart_button:disabled {
	background: #fff !important;
	color: #999 !important;
	border-color: #d9d9d9 !important;
	cursor: not-allowed;
	opacity: 1;
}

body.rwot-vduma-product .vduma-wishlist-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: var(--vduma-text) !important;
	color: #fff !important;
	border: 1px solid var(--vduma-text) !important;
	text-decoration: none !important;
	cursor: pointer;
}

body.rwot-vduma-product .vduma-wishlist-btn:hover {
	opacity: 0.92;
	color: #fff !important;
}

body.rwot-vduma-product .vduma-wishlist-btn .vduma-wishlist-label-remove {
	display: none;
}

body.rwot-vduma-product .vduma-wishlist-btn.remove-to-wishlist .vduma-wishlist-label-add {
	display: none;
}

body.rwot-vduma-product .vduma-wishlist-btn.remove-to-wishlist .vduma-wishlist-label-remove {
	display: inline;
}

body.rwot-vduma-product .vduma-wishlist-btn svg {
	display: none;
}

body.rwot-vduma-product .vduma-wishlist-btn input[name="wishlist_id"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* ── Gallery: thumbs + stacked images ───────────────────────── */
body.rwot-vduma-product .woocommerce-product-gallery {
	opacity: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.rwot-vduma-product .vduma-gallery-layout {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: var(--vduma-gallery-gap);
	width: 100%;
	max-width: var(--vduma-gallery-max);
	margin: 0;
	padding: 0;
}

body.rwot-vduma-product .vduma-gallery-layout:not(:has(.vduma-gallery-thumbs)) {
	max-width: calc(var(--vduma-gallery-max) - var(--vduma-thumb-width) - var(--vduma-gallery-gap));
}

body.rwot-vduma-product .vduma-gallery-thumbs {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	flex: 0 0 var(--vduma-thumb-width);
	width: var(--vduma-thumb-width);
	margin: 0;
	padding: 0;
	overflow: visible;
}

body.rwot-vduma-product .vduma-gallery-thumb {
	appearance: none;
	border: 1px solid transparent;
	background: #f2f0ed;
	padding: 0;
	cursor: pointer;
	width: var(--vduma-thumb-width);
	height: calc(var(--vduma-thumb-width) * 4 / 3);
	flex: 0 0 calc(var(--vduma-thumb-width) * 4 / 3);
	overflow: hidden;
}

body.rwot-vduma-product .vduma-gallery-thumb.is-active,
body.rwot-vduma-product .vduma-gallery-thumb:hover {
	border-color: var(--vduma-text);
}

body.rwot-vduma-product .vduma-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.rwot-vduma-product .vduma-gallery-thumb--video {
	position: relative;
}

body.rwot-vduma-product .vduma-gallery-thumb-play {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
	pointer-events: none;
}

body.rwot-vduma-product .vduma-gallery-video-wrap {
	position: relative;
	width: 100%;
	background: #000;
	cursor: pointer;
}

body.rwot-vduma-product .vduma-gallery-video-wrap.needs-video-poster {
	background: #111;
}

body.rwot-vduma-product .vduma-gallery-video-wrap.needs-video-poster .vduma-gallery-video {
	opacity: 0;
}

body.rwot-vduma-product .vduma-gallery-video {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
	object-fit: cover;
	object-position: center top;
	max-height: 720px;
	background: #000;
}

body.rwot-vduma-product .vduma-gallery-video-play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 64px;
	height: 64px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--vduma-text, #1a1a1a);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.rwot-vduma-product .vduma-gallery-video-play:hover,
body.rwot-vduma-product .vduma-gallery-video-play:focus-visible {
	transform: scale(1.05);
}

body.rwot-vduma-product .vduma-gallery-video-wrap.is-playing .vduma-gallery-video-play {
	opacity: 0;
	pointer-events: none;
}

body.rwot-vduma-product .vduma-gallery-figure--video {
	cursor: default;
}

@media (min-width: 992px) {
	body.rwot-vduma-product .vduma-gallery-figure--video,
	body.rwot-vduma-product .vduma-gallery-video-wrap {
		cursor: pointer;
	}
}

body.rwot-vduma-product .vduma-gallery-mobile-dot--video {
	position: relative;
}

body.rwot-vduma-product .vduma-gallery-mobile-dot--video::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -3px 0 0 -2px;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent currentColor;
	opacity: 0.55;
}

body.rwot-vduma-product .vduma-gallery-mobile-dot--video.is-active::after {
	opacity: 1;
}

body.rwot-vduma-product .vduma-gallery-stack {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	max-width: calc(var(--vduma-gallery-max) - var(--vduma-thumb-width) - var(--vduma-gallery-gap));
	margin: 0;
	padding: 0;
	align-self: flex-start;
}

body.rwot-vduma-product .vduma-gallery-layout:not(:has(.vduma-gallery-thumbs)) .vduma-gallery-stack {
	max-width: 100%;
}

body.rwot-vduma-product .vduma-gallery-figure {
	margin: 0;
	background: #f3f1ee;
	overflow: hidden;
}

body.rwot-vduma-product .vduma-gallery-stack-img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
	object-fit: cover;
	object-position: center top;
	max-height: 720px;
}

@media (min-width: 992px) {
	body.rwot-vduma-product .vduma-gallery-figure {
		cursor: zoom-in;
	}

	body.rwot-vduma-product .vduma-gallery-stack-img {
		cursor: zoom-in;
	}
}

/* ── Desktop fullscreen gallery lightbox (Duma style) ── */
body.vduma-gallery-lightbox-open {
	overflow: hidden;
}

.vduma-gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	padding: 32px 24px 120px;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 0.35s ease;
}

.vduma-gallery-lightbox.is-open.is-visible {
	opacity: 1;
}

.vduma-gallery-lightbox[hidden] {
	display: none !important;
}

.vduma-gallery-lightbox__stage {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
}

.vduma-gallery-lightbox__viewport {
	overflow: hidden;
	width: 100%;
	max-width: min(920px, 100%);
}

.vduma-gallery-lightbox__track {
	display: flex;
	width: 100%;
	will-change: transform;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.vduma-gallery-lightbox__track.is-instant {
	transition: none;
}

.vduma-gallery-lightbox__slide {
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.vduma-gallery-lightbox__img {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 160px);
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center center;
	user-select: none;
	-webkit-user-drag: none;
}

.vduma-gallery-lightbox__controls {
	position: fixed;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	z-index: 2;
}

.vduma-gallery-lightbox__btn {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #8b7355;
	color: #ffffff;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.vduma-gallery-lightbox__btn:hover:not(:disabled),
.vduma-gallery-lightbox__btn:focus-visible {
	opacity: 0.9;
	transform: scale(1.04);
}

.vduma-gallery-lightbox__btn:disabled {
	opacity: 0.35;
	cursor: default;
}

.vduma-gallery-lightbox.is-single .vduma-gallery-lightbox__prev,
.vduma-gallery-lightbox.is-single .vduma-gallery-lightbox__next {
	visibility: hidden;
	pointer-events: none;
}

@media (max-width: 991.98px) {
	.vduma-gallery-lightbox {
		display: none !important;
	}
}

/* Mobile gallery slider nav — hidden on desktop */
body.rwot-vduma-product .vduma-gallery-mobile-nav {
	display: none;
}

body.rwot-vduma-product .vduma-gallery-mobile-arrow {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #8a8a8a;
	cursor: pointer;
	flex-shrink: 0;
}

body.rwot-vduma-product .vduma-gallery-mobile-arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

body.rwot-vduma-product .vduma-gallery-mobile-dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

body.rwot-vduma-product .vduma-gallery-mobile-dot {
	appearance: none;
	width: 7px;
	height: 7px;
	padding: 0;
	border: 1px solid #bdbdbd;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	flex-shrink: 0;
}

body.rwot-vduma-product .vduma-gallery-mobile-dot.is-active {
	background: #1a1a1a;
	border-color: #1a1a1a;
}

/* ── Accordion (Description / Details / Shipping) ───────────── */
body.rwot-vduma-product .vduma-product-accordions {
	margin-top: 28px;
	border-top: 0;
}

body.rwot-vduma-product .vduma-accordion-item {
	border-bottom: 1px solid var(--vduma-line);
}

body.rwot-vduma-product .vduma-accordion-trigger {
	appearance: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
}

body.rwot-vduma-product .vduma-accordion-title {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--vduma-text);
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
}

body.rwot-vduma-product .vduma-accordion-item.is-open .vduma-accordion-title {
	border-bottom-color: var(--vduma-text);
}

body.rwot-vduma-product .vduma-accordion-icon {
	position: relative;
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

body.rwot-vduma-product .vduma-accordion-icon::before,
body.rwot-vduma-product .vduma-accordion-icon::after {
	content: "";
	position: absolute;
	background: var(--vduma-text);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

body.rwot-vduma-product .vduma-accordion-icon::before {
	width: 12px;
	height: 1px;
}

body.rwot-vduma-product .vduma-accordion-icon::after {
	width: 1px;
	height: 12px;
}

body.rwot-vduma-product .vduma-accordion-item.is-open .vduma-accordion-icon::after {
	display: none;
}

body.rwot-vduma-product .vduma-accordion-panel {
	display: none;
	padding: 0 0 18px;
}

body.rwot-vduma-product .vduma-accordion-item.is-open .vduma-accordion-panel {
	display: block;
}

body.rwot-vduma-product .vduma-accordion-content {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.7;
	color: #444;
}

body.rwot-vduma-product .vduma-accordion-content p {
	margin: 0 0 12px;
}

body.rwot-vduma-product .vduma-accordion-content p:last-child {
	margin-bottom: 0;
}

body.rwot-vduma-product .vduma-accordion-content table {
	width: 100%;
	font-size: 13px;
}

/* Reviews form inside accordion */
body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] #reviews,
body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] .woocommerce-Reviews {
	margin: 0;
}

body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] #reviews .woocommerce-Reviews-title,
body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] #review_form_wrapper #reply-title {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	margin: 0 0 10px;
	color: var(--vduma-text);
}

body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] .comment-form-rating label,
body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] .comment-form label {
	font-size: 12px;
	font-weight: 400;
	color: var(--vduma-text);
	margin-bottom: 6px;
}

body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] .comment-form textarea,
body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] .comment-form input[type="text"],
body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] .comment-form input[type="email"] {
	width: 100%;
	border: 1px solid var(--vduma-line);
	border-radius: 0;
	padding: 10px 12px;
	font-size: 13px;
	background: #fff;
	box-shadow: none;
}

body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] .comment-form textarea {
	min-height: 120px;
}

body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] .form-submit .submit,
body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] .comment-form .submit {
	appearance: none;
	background: var(--vduma-text) !important;
	color: #fff !important;
	border: 1px solid var(--vduma-text) !important;
	border-radius: 0 !important;
	min-height: 44px;
	padding: 10px 22px !important;
	font-size: 11px !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
}

body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] .star-rating,
body.rwot-vduma-product .vduma-accordion-item[data-accordion="reviews"] p.stars a {
	color: #d4a574;
}

/* ── You May Also Like + Recently Viewed (full-width 3-col slider) ── */
body.rwot-vduma-product .vduma-product-carousel,
body.rwot-vduma-product .vduma-related-products,
body.rwot-vduma-product .vduma-recently-viewed {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 72px 0 0 !important;
	padding: 0 !important;
	position: relative;
}

body.rwot-vduma-product .vduma-recently-viewed {
	margin-top: 64px !important;
	margin-bottom: 48px !important;
}

body.rwot-vduma-product .vduma-product-carousel-title,
body.rwot-vduma-product .vduma-recently-viewed-title {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.15rem, 2vw, 1.5rem) !important;
	font-weight: 400 !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-align: center !important;
	color: var(--vduma-text) !important;
	margin: 0 0 28px !important;
	line-height: 1.3 !important;
	width: 100%;
}

/* Carousel viewport (native scroll-snap — no JS library dependency) */
body.rwot-vduma-product .vduma-carousel-viewport {
	position: relative;
	width: 100%;
}

body.rwot-vduma-product ul.products.rwot-vduma-image-grid {
	display: flex !important;
	flex-wrap: nowrap !important;
	grid-template-columns: none !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	gap: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
	max-width: 100% !important;
	cursor: grab;
	touch-action: pan-x;
}

body.rwot-vduma-product ul.products.rwot-vduma-image-grid.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
	user-select: none;
	-webkit-user-select: none;
}

body.rwot-vduma-product ul.products.rwot-vduma-image-grid.is-dragging a {
	pointer-events: none;
}

body.rwot-vduma-product ul.products.rwot-vduma-image-grid::-webkit-scrollbar {
	display: none;
}

body.rwot-vduma-product ul.products.rwot-vduma-image-grid::before,
body.rwot-vduma-product ul.products.rwot-vduma-image-grid::after {
	display: none !important;
	content: none !important;
}

body.rwot-vduma-product ul.products.rwot-vduma-image-grid li.product.rwot-vduma-image-card {
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 calc((100% - 48px) / 3) !important;
	width: calc((100% - 48px) / 3) !important;
	max-width: calc((100% - 48px) / 3) !important;
	min-width: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	border: none !important;
	box-sizing: border-box !important;
	scroll-snap-align: start;
}

/* Home-style image-only cards (portrait thumb + sale badge + hover swap) */
body.rwot-vduma-product .rwot-vduma-image-card .vduma-pdp-image-card {
	width: 100%;
	border-radius: 0 !important;
	background: transparent;
	overflow: hidden;
	position: relative;
	display: block;
}

body.rwot-vduma-product .rwot-vduma-image-card .vduma-pdp-image-card-link {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	height: auto;
	position: relative;
	text-decoration: none;
	background: #f3f1ee;
}

body.rwot-vduma-product .rwot-vduma-image-card .vduma-pdp-image-card-imgwrap {
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
}

body.rwot-vduma-product .rwot-vduma-image-card .vduma-pdp-image-card-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	transition: opacity 0.4s ease;
}

body.rwot-vduma-product .rwot-vduma-image-card .vduma-pdp-image-card-img--primary {
	opacity: 1;
	z-index: 1;
}

body.rwot-vduma-product .rwot-vduma-image-card .vduma-pdp-image-card-img--hover {
	opacity: 0;
	z-index: 2;
}

body.rwot-vduma-product .rwot-vduma-image-card:hover .vduma-pdp-image-card-img--hover {
	opacity: 1;
}

body.rwot-vduma-product .rwot-vduma-image-card:hover .vduma-pdp-image-card-img--primary {
	opacity: 0;
}

body.rwot-vduma-product .rwot-vduma-image-card .vdouma-sale-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	background: #fff;
	color: #c0392b;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 3px 8px;
	border-radius: 0;
	line-height: 1.3;
}

/* Carousel arrows */
body.rwot-vduma-product .vduma-carousel-arrow {
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #e8e8e8;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	color: #1a1a1a;
	cursor: pointer;
	z-index: 10;
	padding: 0;
	transition: opacity 0.2s ease, box-shadow 0.2s ease;
	pointer-events: auto;
}

body.rwot-vduma-product .vduma-carousel-arrow--prev {
	left: 12px;
}

body.rwot-vduma-product .vduma-carousel-arrow--next {
	right: 12px;
}

body.rwot-vduma-product .vduma-carousel-arrow:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
}

body.rwot-vduma-product .vduma-carousel-arrow:disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1199.98px) {
	body.rwot-vduma-product {
		--vduma-gallery-max: 540px;
		--vduma-gallery-gap: 20px;
		--vduma-thumb-width: 64px;
		--vduma-summary-width: 340px;
		--vduma-pdp-gap: clamp(40px, 5vw, 72px);
	}
}

body.rwot-vduma-product div.product form.cart .vduma-variation-trigger,
body.rwot-vduma-product div.product form.cart .vduma-variation-option {
	width: 100% !important;
	max-width: none !important;
}

@media (max-width: 991.98px) {
	body.rwot-vduma-product.vduma-variation-sheet-open {
		overflow: hidden;
	}

	body.rwot-vduma-product .vduma-variation-sheet-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.45);
		z-index: 120;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.25s ease, visibility 0.25s ease;
	}

	body.rwot-vduma-product.vduma-variation-sheet-open .vduma-variation-sheet-backdrop {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	body.rwot-vduma-product .vduma-variation-sheet-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 18px 16px 16px;
		border-bottom: 1px solid #e8e8e8;
	}

	body.rwot-vduma-product .vduma-variation-popover {
		position: fixed;
		top: auto;
		right: 0;
		left: 0;
		bottom: 0;
		transform: translateY(100%);
		z-index: 121;
		min-width: 0;
		max-width: none;
		width: 100%;
		padding: 0 0 calc(20px + env(safe-area-inset-bottom, 0px));
		border: 0;
		border-radius: 0;
		box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.14);
		opacity: 1;
		visibility: visible;
		pointer-events: none;
		transition: transform 0.28s ease;
	}

	body.rwot-vduma-product .vduma-variation-picker.is-open .vduma-variation-popover {
		transform: translateY(0);
		pointer-events: auto;
	}

	body.rwot-vduma-product .vduma-variation-picker:not(.is-open) .vduma-variation-popover {
		opacity: 0;
		visibility: hidden;
	}

	body.rwot-vduma-product .vduma-variation-popover::before,
	body.rwot-vduma-product .vduma-variation-popover::after {
		display: none;
	}

	body.rwot-vduma-product .vduma-variation-options {
		gap: 0;
		padding: 6px 0 8px;
		max-height: min(52vh, 420px);
		overflow-y: auto;
	}

	body.rwot-vduma-product .vduma-variation-option {
		padding: 20px 18px;
		font-size: 15px;
		color: #666;
	}

	body.rwot-vduma-product .vduma-variation-option.is-selected {
		color: var(--vduma-text);
	}
}

@media (max-width: 991.98px) {
	body.rwot-vduma-product {
		--vduma-gallery-max: 100%;
		--vduma-pdp-gap: 28px;
		--vduma-pdp-header-h: 56px;
	}

	body.rwot-vduma-product.header-vduma .rwot-header-container,
	body.rwot-vduma-product.header-vduma .rwt-header-container {
		position: sticky !important;
		top: 0 !important;
		z-index: 1035;
		background: #ffffff !important;
		box-shadow: none !important;
	}

	body.rwot-vduma-product.header-vduma .rwot-site-header,
	body.rwot-vduma-product.header-vduma .rwt-site-header {
		background: #ffffff !important;
		box-shadow: none !important;
	}

	body.rwot-vduma-product.header-vduma.vduma-search-open .rwot-header-container,
	body.rwot-vduma-product.header-vduma.vduma-search-open .rwt-header-container {
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
	}

	/* Gallery full-bleed only; container keeps page gutter for summary/forms */
	body.rwot-vduma-product .vduma-pdp-layout .woocommerce-product-gallery {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	body.rwot-vduma-product div.product.vduma-single-product,
	body.rwot-vduma-product div.product {
		margin-top: 0;
	}

	body.rwot-vduma-product .vduma-pdp-layout {
		grid-template-columns: 1fr;
		justify-content: stretch;
		max-width: none;
		gap: 24px 0;
	}

	body.rwot-vduma-product .vduma-pdp-layout .woocommerce-product-gallery,
	body.rwot-vduma-product .vduma-pdp-layout .summary {
		justify-self: stretch;
		max-width: none;
	}

	body.rwot-vduma-product .vduma-gallery-thumbs,
	body.rwot-vduma-product div.product .summary.entry-summary {
		position: static;
		top: auto;
		max-height: none;
		overflow: visible;
	}

	body.rwot-vduma-product .vduma-gallery-layout {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		max-width: none;
	}

	body.rwot-vduma-product .vduma-gallery-thumbs {
		display: none !important;
	}

	body.rwot-vduma-product .vduma-product-gallery.is-mobile-slider .vduma-gallery-stack {
		display: block;
		width: 100%;
		max-width: none;
		gap: 0;
	}

	body.rwot-vduma-product .vduma-product-gallery.is-mobile-slider .vduma-gallery-figure {
		display: none;
		margin: 0;
	}

	body.rwot-vduma-product .vduma-product-gallery.is-mobile-slider .vduma-gallery-figure.is-active {
		display: block;
	}

	body.rwot-vduma-product .vduma-product-gallery.is-mobile-slider .vduma-gallery-stack-img {
		width: 100%;
		max-height: none;
		aspect-ratio: 4 / 5;
	}

	body.rwot-vduma-product .vduma-product-gallery.is-mobile-slider .vduma-gallery-video {
		width: 100%;
		max-height: none;
		aspect-ratio: 4 / 5;
		object-fit: cover;
	}

	body.rwot-vduma-product .vduma-gallery-mobile-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 18px;
		width: 100%;
		padding: 14px 8px 4px;
	}

	body.rwot-vduma-product .vduma-gallery-layout,
	body.rwot-vduma-product .vduma-gallery-layout:not(:has(.vduma-gallery-thumbs)),
	body.rwot-vduma-product .vduma-gallery-stack {
		max-width: none;
	}

	body.rwot-vduma-product .vduma-gallery-stack-img {
		max-height: none;
	}

	/* Single-image mobile: full-width hero, no slider chrome */
	body.rwot-vduma-product .vduma-product-gallery:not(.is-mobile-slider) .vduma-gallery-stack-img {
		aspect-ratio: 4 / 5;
	}

	body.rwot-vduma-product div.product {
		margin-bottom: 48px;
	}

	body.rwot-vduma-product ul.products.rwot-vduma-image-grid {
		gap: 16px !important;
		padding-bottom: 4px;
	}

	body.rwot-vduma-product ul.products.rwot-vduma-image-grid li.product.rwot-vduma-image-card {
		flex: 0 0 calc((100% - 16px) / 2) !important;
		width: calc((100% - 16px) / 2) !important;
		max-width: calc((100% - 16px) / 2) !important;
	}

	body.rwot-vduma-product .vduma-carousel-arrow {
		display: none;
	}
}

@media (max-width: 575.98px) {
	body.rwot-vduma-product div.product form.cart .vduma-pdp-qty-control {
		min-width: 128px;
	}

	body.rwot-vduma-product div.product form.cart .vduma-pdp-qty-control .quantity .qty,
	body.rwot-vduma-product div.product form.cart .vduma-pdp-qty-control input.qty {
		width: 44px !important;
	}

	body.rwot-vduma-product ul.products.rwot-vduma-image-grid {
		gap: 10px !important;
	}

	body.rwot-vduma-product ul.products.rwot-vduma-image-grid li.product.rwot-vduma-image-card {
		flex-basis: 78% !important;
		width: 78% !important;
		max-width: 78% !important;
	}
}
