/* Frill Thrills — single product page UI */
/* Brand tokens: assets/css/ft-brand.css */

body.single-product {
	background: var(--ft-white, #fff);
}

/* Match site container width (same as header / checkout / other pages) */
body.single-product .zak-content .zak-container,
body.single-product #zak-content > .zak-container {
	max-width: var(--container-width, 1440px) !important;
	width: 100%;
	margin-inline: auto;
	padding-inline: 20px;
	box-sizing: border-box;
}

body.single-product aside#zak-secondary,
body.single-product .zak-secondary {
	display: none !important;
}

body.single-product .zak-content .zak-row,
body.single-product #zak-content > .zak-container > .zak-row {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
}

body.single-product main#zak-primary {
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0;
	padding: 8px 0 64px !important;
	float: none !important;
}

body.single-product .zak-page-header,
body.single-product .page-header {
	margin-bottom: 8px;
}

body.single-product .woocommerce-breadcrumb {
	font-size: 13px;
	color: var(--ft-pdp-muted);
	margin: 0 0 20px;
}

body.single-product .woocommerce-breadcrumb a {
	color: var(--ft-pdp-muted);
	text-decoration: none;
}

body.single-product .woocommerce-breadcrumb a:hover {
	color: var(--ft-pdp-pink);
}

/* Product layout */
body.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 32px 40px;
	align-items: start;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary.entry-summary {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Gallery — 2-column image grid (scrolls with page) */
body.single-product .woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery.ft-pdp-gallery-grid {
	position: relative !important;
	top: auto !important;
	z-index: 1;
}

body.single-product div.product .woocommerce-product-gallery {
	grid-column: 1;
	grid-row: 1;
	align-self: start;
}

/* Summary scrolls with the page (not sticky) */
body.single-product div.product .summary.entry-summary {
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	min-width: 0;
	position: static;
	top: auto;
	z-index: auto;
}

body.single-product div.product .woocommerce-tabs,
body.single-product div.product .related.products {
	grid-column: 1 / -1;
}

body.single-product .woocommerce-product-gallery__wrapper {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 8px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	overflow: visible !important;
	background: transparent !important;
	transform: none !important;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
	display: contents !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	border-radius: 0 !important;
	background: transparent !important;
}

body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image--placeholder {
	position: relative !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	border-radius: 0 !important;
	overflow: hidden;
	background: var(--ft-pdp-bg, #f7f3ef);
	aspect-ratio: 3 / 4;
}

body.single-product .woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .woocommerce-product-gallery__image .zoomImg {
	border-radius: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	image-rendering: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Hide carousel chrome */
body.single-product .woocommerce-product-gallery .flex-control-thumbs,
body.single-product .woocommerce-product-gallery .flex-direction-nav,
body.single-product .ft-gal-nav,
body.single-product .ft-gal-thumbs {
	display: none !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: 12px !important;
	right: 12px !important;
	z-index: 5;
}

/* Summary */
body.single-product .ft-pdp-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px 16px;
	margin: 0 0 12px;
}

body.single-product .ft-pdp-title-row .product_title {
	flex: 1 1 auto;
	margin: 0 !important;
	min-width: 0;
}

body.single-product .ft-pdp-wish.ft-wl-btn {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	min-width: 42px;
	margin-top: 2px;
	border: 1.5px solid #e4ddd6;
	background: #fff;
	color: var(--ft-pdp-text, #3d241f);
	box-shadow: none;
}

body.single-product .ft-pdp-wish.ft-wl-btn:hover,
body.single-product .ft-pdp-wish.ft-wl-btn.is-added {
	background: var(--ft-pink, #f71358);
	border-color: var(--ft-pink, #f71358);
	color: #fff;
	transform: none;
}

body.single-product .ft-pdp-wish .ft-wl-heart {
	width: 20px;
	height: 20px;
}

body.single-product .product .entry-summary .product_title {
	margin: 0 0 12px !important;
	font-size: clamp(24px, 3vw, 32px) !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	color: var(--ft-pdp-text) !important;
	letter-spacing: -0.02em;
}

body.single-product .product .entry-summary .price {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: wrap;
	gap: 8px 12px !important;
	margin: 2px 0 20px !important;
	padding: 0 !important;
	font-size: 28px !important;
	font-weight: 700;
	line-height: 1 !important;
	color: var(--ft-pdp-text);
}

/* Sale price first, then MRP */
body.single-product .product .entry-summary .price del {
	order: 2;
	display: inline-flex !important;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	color: #9a9088 !important;
	opacity: 1;
	text-decoration: none !important;
	vertical-align: middle;
}

body.single-product .product .entry-summary .price del .amount,
body.single-product .product .entry-summary .price del bdi,
body.single-product .product .entry-summary .price del .woocommerce-Price-currencySymbol {
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	color: #9a9088 !important;
	text-decoration: line-through !important;
	text-decoration-thickness: 1.5px;
	text-decoration-color: #b5aea6;
}

body.single-product .product .entry-summary .price ins {
	order: 1;
	display: inline-flex !important;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
	background: transparent !important;
	line-height: 1 !important;
	vertical-align: middle;
}

body.single-product .product .entry-summary .price ins .amount,
body.single-product .product .entry-summary .price ins bdi,
body.single-product .product .entry-summary .price ins .woocommerce-Price-currencySymbol {
	color: var(--ft-pink, #f71358) !important;
	font-weight: 700 !important;
	font-size: 28px !important;
	letter-spacing: -0.02em;
	line-height: 1 !important;
	text-decoration: none !important;
}

body.single-product .product .entry-summary .price > .amount,
body.single-product .product .entry-summary .price > .amount bdi {
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	color: var(--ft-pdp-text) !important;
	letter-spacing: -0.02em;
}

body.single-product .product .entry-summary .ft-price-off {
	order: 3;
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 4px 8px;
	border-radius: 999px;
	background: #fff0f5;
	color: var(--ft-pink, #f71358);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	white-space: nowrap;
}

body.single-product .product .entry-summary .woocommerce-variation-price .price {
	margin-bottom: 12px !important;
}

body.single-product .woocommerce-product-details__short-description {
	margin: 0 0 24px;
	padding: 0;
	color: var(--ft-pdp-muted);
	font-size: 15px;
	line-height: 1.65;
}

body.single-product .woocommerce-product-details__short-description p {
	margin: 0;
}

/* Size swatches */
body.single-product .product .entry-summary .variations {
	display: block !important;
	margin: 0 0 16px !important;
	border: 0 !important;
	width: 100%;
}

body.single-product .product .entry-summary .variations tbody,
body.single-product .product .entry-summary .variations tr,
body.single-product .product .entry-summary .variations td,
body.single-product .product .entry-summary .variations th {
	display: block;
	width: 100%;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	line-height: 1.2;
}

/* Keep label + selected size on one tight row; kill empty line-box gap */
body.single-product .product .entry-summary .variations th.label {
	display: flex !important;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 6px;
	margin: 0 0 8px !important;
}

body.single-product .product .entry-summary .variations label {
	display: inline-flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ft-pdp-text) !important;
	line-height: 1.2;
}

body.single-product .woo-selected-variation-item-name {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: var(--ft-pdp-pink);
	line-height: 1.2;
}

body.single-product .woo-selected-variation-item-name:empty {
	display: none !important;
}

body.single-product .product .entry-summary .variations ul {
	display: flex !important;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.single-product .product .entry-summary .variations li.variable-item {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	border-radius: 50% !important;
	border: 1.5px solid #d8d0c8 !important;
	background: #fff !important;
	color: var(--ft-pdp-text) !important;
	box-shadow: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: 13px !important;
	font-weight: 600 !important;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

body.single-product .product .entry-summary .variations li.variable-item:hover {
	border-color: var(--ft-pdp-pink) !important;
	transform: translateY(-1px);
}

body.single-product .product .entry-summary .variations li.variable-item.selected,
body.single-product .product .entry-summary .variations li.variable-item.selected:hover {
	background: var(--ft-pdp-pink) !important;
	border-color: var(--ft-pdp-pink) !important;
	color: #fff !important;
}

body.single-product .reset_variations {
	display: inline-block;
	margin-top: 6px;
	font-size: 13px;
	color: var(--ft-pdp-muted);
}

/* Quantity + Add to cart + Buy Now */
body.single-product form.cart,
body.single-product form.variations_form.cart {
	display: block !important;
	margin: 0 0 8px !important;
}

body.single-product form.cart .single_variation_wrap {
	display: block !important;
	width: 100%;
}

/* Variable: qty full row, ATC + Buy Now side by side */
body.single-product form.cart .woocommerce-variation-add-to-cart,
body.single-product form.cart .woocommerce-variation-add-to-cart-enabled,
body.single-product form.cart .woocommerce-variation-add-to-cart-disabled {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 10px 10px !important;
	align-items: center !important;
	align-content: start !important;
	width: 100% !important;
}

body.single-product form.cart .woocommerce-variation-add-to-cart > .quantity {
	grid-column: 1 / -1 !important;
}

/* Simple product form: same grid */
body.single-product form.cart:not(.variations_form) {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 10px 10px !important;
	align-items: center !important;
	width: 100% !important;
}

body.single-product form.cart:not(.variations_form) > .quantity {
	grid-column: 1 / -1 !important;
}

body.single-product form.cart .quantity {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	position: relative !important;
	min-width: 126px;
	width: 140px;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 6px !important;
	border: 1.5px solid var(--ft-pdp-border) !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	line-height: 1 !important;
}

body.single-product form.cart .quantity .qty,
body.single-product form.cart .quantity input.qty {
	width: 44px !important;
	min-width: 44px !important;
	height: 36px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--ft-pdp-text) !important;
	line-height: 36px !important;
	appearance: textfield;
	-moz-appearance: textfield;
	align-self: center !important;
}

body.single-product form.cart .quantity .qty::-webkit-outer-spin-button,
body.single-product form.cart .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.single-product form.cart .quantity .zak-qty-controller,
body.single-product form.cart .quantity button,
body.single-product .product .quantity .zak-qty-controller,
body.single-product .product button.zak-qty-controller {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	height: 34px !important;
	min-width: 34px !important;
	min-height: 34px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: var(--ft-pdp-bg) !important;
	color: var(--ft-pdp-text) !important;
	font-size: 18px !important;
	line-height: 1 !important;
	cursor: pointer;
	position: static !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
	float: none !important;
	align-self: center !important;
	inset: auto !important;
}

body.single-product form.cart .quantity .zak-qty-controller:hover,
body.single-product form.cart .quantity button:hover {
	background: #f0e8e0 !important;
}

body.single-product .product .entry-summary .single_add_to_cart_button,
body.single-product button.single_add_to_cart_button,
body.single-product .single_add_to_cart_button.button {
	flex: none !important;
	align-self: stretch !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 44px !important;
	height: 44px !important;
	max-height: 44px !important;
	margin: 0 !important;
	padding: 0 12px !important;
	border: 1.5px solid var(--ft-pink, #f71358) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--ft-pink, #f71358) !important;
	font-family: var(--ft-pdp-serif) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0.01em;
	text-transform: none !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	line-height: 44px !important;
	box-sizing: border-box !important;
	white-space: nowrap;
}

body.single-product .product .entry-summary .single_add_to_cart_button:hover,
body.single-product button.single_add_to_cart_button:hover {
	background: #fff5f8 !important;
	color: var(--ft-pink-dark, #d40f4a) !important;
	border-color: var(--ft-pink-dark, #d40f4a) !important;
	transform: none;
}

body.single-product .product .entry-summary .single_add_to_cart_button:disabled,
body.single-product .product .entry-summary .single_add_to_cart_button.disabled {
	opacity: 0.55;
	cursor: not-allowed;
	transform: none;
}

/* Buy Now */
body.single-product .ft-buy-now-btn {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 44px !important;
	height: 44px !important;
	max-height: 44px !important;
	margin: 0 !important;
	padding: 0 12px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--ft-pink, #f71358) !important;
	color: #fff !important;
	box-shadow: none !important;
	cursor: pointer;
	text-align: center;
	transition: background 0.2s ease, opacity 0.2s ease;
	box-sizing: border-box !important;
}

body.single-product .ft-buy-now-btn:hover {
	background: var(--ft-pink-dark, #d40f4a) !important;
	color: #fff !important;
}

body.single-product .ft-buy-now-btn.loading {
	opacity: 0.75;
	pointer-events: none;
}

body.single-product .ft-buy-now__label {
	font-family: var(--ft-pdp-sans);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}

/* Legacy pay icons (if any cached markup remains) */
body.single-product .ft-buy-now__pays,
body.single-product .ft-buy-now__pay {
	display: none !important;
}

/* Urgency divider — sit after cart form in Zakra flex order (cart=5, meta=6) */
body.single-product .ft-pdp-urgency {
	display: flex;
	align-items: center;
	gap: 14px;
	order: 5;
	margin: 22px 0 18px;
	color: var(--ft-brown);
}

body.single-product .ft-pdp-urgency::before,
body.single-product .ft-pdp-urgency::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--ft-pink), transparent);
	opacity: 0.5;
}

body.single-product .ft-pdp-urgency__text {
	flex: 0 0 auto;
	font-family: var(--ft-pdp-serif);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	white-space: nowrap;
	color: var(--ft-pink);
}

/* Secure / Seamless payments — Frill Thrills pink + brown + cream */
body.single-product .ft-pdp-secure {
	order: 5;
	margin: 0 0 22px;
	padding: 16px 16px 14px;
	border: 1px solid var(--ft-border);
	border-radius: var(--ft-radius);
	background: var(--ft-bg-soft);
	box-shadow: inset 3px 0 0 var(--ft-pink);
}

body.single-product .ft-pdp-secure__head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
}

body.single-product .ft-pdp-secure__bolt {
	display: inline-flex;
	color: var(--ft-pink);
	margin-top: 2px;
}

body.single-product .ft-pdp-secure__titles {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

body.single-product .ft-pdp-secure__title {
	font-family: var(--ft-pdp-serif);
	font-size: 16px;
	font-weight: 700;
	color: var(--ft-brown);
	line-height: 1.25;
}

body.single-product .ft-pdp-secure__sub {
	font-family: var(--ft-pdp-serif);
	font-size: 13px;
	color: var(--ft-muted);
	line-height: 1.35;
}

body.single-product .ft-pdp-secure__powered {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: var(--ft-radius-sm);
	background: var(--ft-white);
	border: 1px solid var(--ft-border);
}

body.single-product .ft-pdp-secure__razorpay {
	display: block;
	width: auto;
	height: 22px;
	max-width: 132px;
	object-fit: contain;
}

body.single-product .ft-pdp-secure__powered-text {
	font-family: var(--ft-pdp-sans);
	font-size: 12px;
	font-weight: 600;
	color: var(--ft-brown);
	line-height: 1.3;
}

body.single-product .ft-pdp-secure__methods {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

body.single-product .ft-pdp-secure__method {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 10px;
	border: 1px solid var(--ft-border);
	border-radius: var(--ft-radius-sm);
	background: var(--ft-white);
}

body.single-product .ft-pdp-secure__method img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 22px;
	object-fit: contain;
}

body.single-product .ft-pdp-secure__method--mastercard img {
	height: 28px;
}

body.single-product .ft-pdp-secure__method--upi img {
	height: 20px;
}

body.single-product .ft-pdp-secure__method--gpay img {
	height: 24px;
	max-width: 92%;
}

/* Meta */
body.single-product .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 8px 0 0;
	padding-top: 18px;
	border-top: 1px solid #f0e8df;
	font-size: 13px;
	color: var(--ft-pdp-muted);
}

body.single-product .product_meta a {
	color: var(--ft-pdp-pink) !important;
	text-decoration: none;
	font-weight: 600;
}

body.single-product .product_meta a:hover {
	text-decoration: underline;
}

body.single-product .product_meta .sku_wrapper {
	display: none;
}

/* Tabs */
body.single-product .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 28px;
	padding-top: 8px;
}

body.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 8px;
	margin: 0 0 18px !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
	border: 0 !important;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 10px 16px !important;
	border-radius: 999px;
	background: var(--ft-pdp-bg);
	color: var(--ft-pdp-muted) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	border: 1px solid transparent;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li a:hover {
	background: #fff;
	color: var(--ft-pdp-text) !important;
	border-color: var(--ft-pdp-border);
}

body.single-product .woocommerce-tabs .panel {
	border: 1px solid var(--ft-pdp-border);
	border-radius: var(--ft-pdp-radius);
	padding: 22px 24px;
	background: #fff;
	margin: 0 !important;
	box-shadow: none !important;
}

body.single-product .woocommerce-tabs .panel h2 {
	display: none;
}

body.single-product table.shop_attributes {
	margin: 0 !important;
	border: 0 !important;
}

body.single-product table.shop_attributes th,
body.single-product table.shop_attributes td {
	border: 0 !important;
	border-bottom: 1px solid #f0e8df !important;
	padding: 12px 0 !important;
	background: transparent !important;
	font-size: 14px;
}

body.single-product table.shop_attributes th {
	width: 40%;
	color: var(--ft-pdp-muted);
	font-weight: 600;
}

/* Related products — homepage-style cards in a horizontal overflow slider */
body.single-product .related.products,
body.single-product section.related.products {
	grid-column: 1 / -1;
	margin-top: 56px;
	padding-top: 8px;
	width: 100%;
	max-width: 100%;
}

body.single-product .related.products > h2,
body.single-product section.related.products > h2 {
	margin: 0 0 22px !important;
	font-size: clamp(22px, 2.4vw, 30px) !important;
	font-weight: 700 !important;
	text-align: left !important;
	color: var(--ft-text, #1a1a1a) !important;
	letter-spacing: -0.02em;
	text-transform: none !important;
}

body.single-product .related .ft-pg-slider {
	width: 100%;
}

body.single-product .related ul.products,
body.single-product section.related ul.products,
body.single-product .related .ft-pg-slider__track {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	gap: var(--ft-pg-gap, 20px) !important;
	margin: 0 !important;
	padding: 0 2px 4px !important;
	list-style: none !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

body.single-product .related ul.products::-webkit-scrollbar,
body.single-product section.related ul.products::-webkit-scrollbar,
body.single-product .related .ft-pg-slider__track::-webkit-scrollbar {
	display: none;
	height: 0;
}

body.single-product .related ul.products::before,
body.single-product .related ul.products::after {
	display: none !important;
	content: none !important;
}

body.single-product .related ul.products li.product,
body.single-product section.related ul.products li.product {
	flex: 0 0 calc((100% - (var(--ft-pg-gap, 20px) * (var(--ft-pg-cols, 5) - 1))) / var(--ft-pg-cols, 5)) !important;
	width: calc((100% - (var(--ft-pg-gap, 20px) * (var(--ft-pg-cols, 5) - 1))) / var(--ft-pg-cols, 5)) !important;
	max-width: calc((100% - (var(--ft-pg-gap, 20px) * (var(--ft-pg-cols, 5) - 1))) / var(--ft-pg-cols, 5)) !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	float: none !important;
	background: transparent !important;
	scroll-snap-align: start;
}

body.single-product .related .ft-pg-card {
	height: 100%;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	background: #fff;
}

body.single-product .related .ft-pg-cta .ft-pg-btn,
body.single-product .related .ft-pg-cta .ft-qa__trigger {
	border-radius: 0 0 9px 9px !important;
}

body.single-product .related .ft-pg-body {
	padding: 14px 14px 12px;
}

body.single-product .related .ft-pg-price-row {
	border-top: 0;
	padding-top: 0;
}

body.single-product .related .ft-pg-title,
body.single-product .related .ft-pg-title a {
	text-transform: none !important;
}

/* Mobile */
@media (max-width: 900px) {
	body.single-product div.product {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.single-product div.product .woocommerce-product-gallery,
	body.single-product div.product .summary.entry-summary {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	body.single-product div.product .woocommerce-product-gallery {
		grid-row: 1 !important;
	}

	body.single-product div.product .summary.entry-summary {
		grid-row: 2 !important;
		position: static !important;
		top: auto !important;
	}

	body.single-product .woocommerce-product-gallery,
	body.single-product div.product .woocommerce-product-gallery {
		position: static !important;
		top: auto !important;
		inset: auto !important;
		z-index: auto;
	}

	body.single-product .woocommerce-product-gallery__wrapper {
		gap: 6px !important;
	}

	body.single-product .woocommerce-product-gallery__image,
	body.single-product .woocommerce-product-gallery__image--placeholder {
		aspect-ratio: 3 / 4;
	}

	body.single-product main#zak-primary {
		padding-inline: 14px !important;
	}

	body.single-product .related .ft-pg-slider {
		--ft-pg-cols: 2;
		--ft-pg-gap: 14px;
	}

	body.single-product .product .entry-summary .product_title {
		font-size: 22px !important;
	}

	body.single-product form.cart .single_add_to_cart_button,
	body.single-product .ft-buy-now-btn {
		flex: none !important;
		width: 100% !important;
	}

	body.single-product .product .entry-summary .single_add_to_cart_button,
	body.single-product button.single_add_to_cart_button {
		font-size: 13px !important;
		padding: 0 8px !important;
	}

	body.single-product .ft-buy-now__label {
		font-size: 12px;
		letter-spacing: 0.04em;
	}

	body.single-product .ft-pdp-urgency__text {
		font-size: 14px;
		white-space: normal;
		text-align: center;
	}

	body.single-product .ft-pdp-secure__methods {
		gap: 6px;
	}
}
