﻿body.single-product {
	--zspl-page: #ffffff;
	--zspl-surface: #ffffff;
	--zspl-surface-soft: #f8f6f2;
	--zspl-surface-soft-2: #f3f0ea;
	--zspl-border: #e9e2d7;
	--zspl-border-strong: #d7cdc0;
	--zspl-text: #221d18;
	--zspl-text-soft: #665d53;
	--zspl-text-muted: #8a7c6d;
	--zspl-accent: #946038;
	--zspl-accent-deep: #7a4b26;
	--zspl-accent-soft: #efe1d2;
	--zspl-shadow: 0 24px 54px rgba(26, 20, 15, 0.08);
	--zspl-shadow-soft: 0 10px 24px rgba(26, 20, 15, 0.05);
	background: #ffffff;
	color: var(--zspl-text);
}

body.single-product div.product {
	max-width: 1320px;
	margin: 0 auto;
	padding: 28px 28px 0;
	background: #ffffff;
}

body.single-product .zspl-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
	gap: 34px;
	align-items: start;
	padding: 10px 0 58px;
}

body.single-product .zspl-shell .woocommerce-product-gallery,
body.single-product .zspl-shell .summary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	align-self: start;
}

body.single-product .woocommerce-product-gallery {
	position: sticky;
	top: 0px;
	display: grid;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--zspl-border);
	border-radius: 22px;
	background: var(--zspl-surface);
	box-shadow: var(--zspl-shadow);
	overflow: hidden;
	margin-top: 0 !important;
}

body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child {
	background: transparent;
}

body.single-product .woocommerce-product-gallery.zspl-gallery-ready .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery.zspl-gallery-ready .flex-control-thumbs,
body.single-product .woocommerce-product-gallery.zspl-gallery-ready .flex-viewport {
	display: none !important;
}

body.single-product .zspl-gallery-viewer {
	display: grid;
	gap: 14px;
}

body.single-product .zspl-gallery-stage {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--zspl-border);
	border-radius: 18px;
	background: linear-gradient(180deg, #fffdfa, #f7f3ed);
}

body.single-product .zspl-gallery-track {
	display: flex;
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

body.single-product .zspl-gallery-slide {
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	padding: 40px;
	text-decoration: none;
}

body.single-product .zspl-gallery-slide img {
	display: block;
	width: 100%;
	max-width: 84%;
	max-height: 78%;
	object-fit: contain;
}

body.single-product .zspl-gallery-badge {
	display: none;
}

body.single-product .zspl-gallery-count {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 32px;
	padding: 0 12px;
	border: 1px solid rgba(216, 206, 193, 0.9);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--zspl-text-soft);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

body.single-product .zspl-gallery-nav {
	position: absolute;
	left: 12px;
	right: 12px;
	top: 50%;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
}

body.single-product .zspl-gallery-nav button {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(216, 206, 193, 0.92);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--zspl-shadow-soft);
	color: var(--zspl-text);
	font-size: 18px;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.single-product .zspl-gallery-nav button:hover {
	background: #ffffff;
	border-color: var(--zspl-border-strong);
	transform: scale(1.03);
}

body.single-product .zspl-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

body.single-product .zspl-gallery-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	border: 1px solid var(--zspl-border);
	border-radius: 14px;
	background: #ffffff;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.single-product .zspl-gallery-thumb img {
	display: block;
	width: 100%;
	height: 86px;
	object-fit: contain;
}

body.single-product .zspl-gallery-thumb:hover,
body.single-product .zspl-gallery-thumb.is-active {
	border-color: var(--zspl-accent);
	background: var(--zspl-surface-soft);
	box-shadow: var(--zspl-shadow-soft);
}

body.single-product .summary.entry-summary {
	position: sticky;
	top: 24px;
	max-width: 100%;
	padding: 34px 34px 30px;
	border: 1px solid var(--zspl-border);
	border-radius: 22px;
	background: var(--zspl-surface);
	box-shadow: var(--zspl-shadow);
	margin-top: 0 !important;
}

body.single-product .summary .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--zspl-text-soft);
}

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

body.single-product .summary .woocommerce-review-link {
	color: var(--zspl-text-muted);
	font-size: 13px;
}

body.single-product .zspl-brand {
	display: inline-block;
	margin: 0 0 16px;
	color: var(--zspl-text-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.single-product .product_title.entry-title {
	margin: 0 0 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.45rem, 3.25vw, 4.15rem);
	line-height: 0.94;
	letter-spacing: -0.05em;
	color: var(--zspl-text);
}

body.single-product .summary .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 10px;
	color: var(--zspl-accent);
	font-size: clamp(2rem, 2vw, 2.45rem);
	font-weight: 700;
}

body.single-product .summary .price del {
	color: var(--zspl-text-muted);
	font-size: 1.25rem;
	opacity: 1;
}

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

body.single-product .zspl-price-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
}

body.single-product .zspl-sale-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: var(--zspl-accent-soft);
	color: var(--zspl-accent-deep);
	font-size: 12px;
	font-weight: 700;
}

body.single-product .zspl-price-note {
	margin: 0;
	color: var(--zspl-text-muted);
	font-size: 13px;
}

body.single-product .woocommerce-product-details__short-description {
	margin: 0 0 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--zspl-border);
	color: var(--zspl-text-soft);
	font-size: 15px;
	line-height: 1.95;
}

body.single-product .summary form.cart {
	margin-top: 0;
	padding-top: 2px;
}

body.single-product form.cart .variations {
	margin-bottom: 22px;
	border-collapse: separate;
	border-spacing: 0 16px;
}

body.single-product form.cart .variations td,
body.single-product form.cart .variations th {
	display: block;
	width: 100%;
	padding: 0;
}

body.single-product form.cart .variations th.label {
	display: none;
}

body.single-product form.cart .variations select {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--zspl-border);
	background: #ffffff;
	padding: 0 12px;
	color: var(--zspl-text);
}

body.single-product .zspl-native-select {
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 1px !important;
	height: 1px !important;
}

body.single-product .zspl-option-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 0 0 12px;
	color: var(--zspl-text-soft);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.single-product .zspl-option-value {
	color: var(--zspl-text);
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

body.single-product .zspl-option-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}

body.single-product .zspl-option-group.is-size {
	gap: 8px;
}

body.single-product .zspl-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 52px;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid var(--zspl-border);
	border-radius: 12px;
	background: #ffffff;
	color: var(--zspl-text);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body.single-product .zspl-option-group.is-size .zspl-option {
	min-width: 46px;
}

body.single-product .zspl-option-swatch {
	display: inline-flex;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
	background: var(--zspl-swatch, #d7cec3);
}

body.single-product .zspl-option:hover,
body.single-product .zspl-option.is-active {
	border-color: var(--zspl-accent);
	background: var(--zspl-surface-soft);
	color: var(--zspl-accent-deep);
	box-shadow: 0 6px 14px rgba(26, 20, 15, 0.05);
}

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

body.single-product .zspl-qty-label {
	display: block;
	margin: 0 0 10px;
	color: var(--zspl-text-soft);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.single-product form.cart .quantity {
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 0;
	border: 1px solid var(--zspl-border);
	border-radius: 14px;
	background: #ffffff;
}

body.single-product form.cart .quantity .qty {
	width: 56px;
	height: 50px;
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	box-shadow: none;
}

body.single-product .zspl-qty-btn {
	width: 40px;
	height: 50px;
	border: 0;
	background: transparent;
	color: var(--zspl-text-soft);
	font-size: 18px;
	cursor: pointer;
}

body.single-product .woocommerce-variation-add-to-cart,
body.single-product .variations_button {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	gap: 14px;
}

body.single-product .single_variation_wrap {
	display: block;
}

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

body.single-product form.cart button.single_add_to_cart_button {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	height: 50px;
	border: 0 !important;
	border-radius: 14px !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	box-shadow: 0 12px 26px rgba(122, 75, 38, 0.16) !important;
	text-transform: none !important;
}

body.single-product form.cart button.single_add_to_cart_button {
	background: var(--zspl-accent) !important;
	color: #ffffff !important;
}

body.single-product .single_variation_wrap .woocommerce-variation-add-to-cart-disabled button.single_add_to_cart_button {
	opacity: 0.56;
}

body.single-product .product_meta {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--zspl-border);
	color: var(--zspl-text-muted);
	font-size: 13px;
}

body.single-product .product_meta > span {
	display: block;
	margin-bottom: 6px;
}

body.single-product .product_meta a {
	color: var(--zspl-text-soft);
}

body.single-product .related.products,
body.single-product .upsells.products {
	max-width: 1320px;
	margin: 0 auto 58px;
	padding: 0 28px;
}

body.single-product .zspl-info {
	display: grid;
	grid-template-columns: minmax(250px, 0.33fr) minmax(0, 0.67fr);
	max-width: 1320px;
	margin: 0 auto 64px;
	padding: 0 28px;
	gap: 18px;
}

body.single-product .zspl-info__left {
	padding: 34px 34px;
	border: 1px solid var(--zspl-border);
	border-radius: 20px;
	background: var(--zspl-surface-soft-2);
}

body.single-product .zspl-info__left h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 2.2vw, 2.8rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--zspl-text);
}

body.single-product .zspl-info__right {
	padding: 12px 30px;
	border: 1px solid var(--zspl-border);
	border-radius: 20px;
	background: var(--zspl-surface);
	box-shadow: var(--zspl-shadow);
}

body.single-product .zspl-accordion {
	border-top: 1px solid var(--zspl-border);
}

body.single-product .zspl-accordion:first-child {
	border-top: 0;
}

body.single-product .zspl-accordion__toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0;
	border: 0;
	background: transparent;
	color: var(--zspl-text);
	text-align: left;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.18rem;
	cursor: pointer;
}

body.single-product .zspl-accordion__icon {
	color: var(--zspl-text-muted);
	transition: transform 0.2s ease;
}

body.single-product .zspl-accordion.is-open .zspl-accordion__icon {
	transform: rotate(90deg);
}

body.single-product .zspl-accordion__content {
	display: none;
	padding: 0 0 20px;
}

body.single-product .zspl-accordion.is-open .zspl-accordion__content {
	display: block;
}

body.single-product .zspl-spec-row {
	display: grid;
	grid-template-columns: minmax(150px, 0.34fr) minmax(0, 0.66fr);
	gap: 16px;
	padding: 16px 0;
	border-top: 1px solid var(--zspl-border);
	font-size: 14px;
}

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

body.single-product .zspl-spec-row__label {
	color: var(--zspl-text);
	font-weight: 700;
}

body.single-product .zspl-spec-row__value {
	color: var(--zspl-text-soft);
}

body.single-product .zspl-accordion__content p {
	margin: 0;
	color: var(--zspl-text-soft);
	font-size: 14px;
	line-height: 1.85;
}

@media (max-width: 1180px) {
	body.single-product .zspl-shell {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.single-product .woocommerce-product-gallery,
	body.single-product .summary.entry-summary {
		position: relative;
		top: 0;
	}

	body.single-product .zspl-info {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body.single-product .zspl-info__left,
	body.single-product .zspl-info__right {
		border-radius: 20px;
	}
}

@media (max-width: 767px) {
	body.single-product div.product {
		padding: 14px 14px 0;
	}

	body.single-product .zspl-shell {
		gap: 18px;
		padding: 12px 0 42px;
	}

	body.single-product .woocommerce-product-gallery,
	body.single-product .summary.entry-summary {
		padding: 16px;
		border-radius: 18px;
	}

	body.single-product .zspl-gallery-slide {
		padding: 24px;
	}

	body.single-product .zspl-gallery-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
	}

	body.single-product .zspl-gallery-thumb img {
		height: 66px;
	}

	body.single-product .product_title.entry-title {
		font-size: clamp(2rem, 11vw, 2.8rem);
	}

	body.single-product .zspl-option-heading {
		flex-direction: column;
		align-items: flex-start;
	}

	body.single-product .woocommerce-variation-add-to-cart,
	body.single-product .variations_button {
		display: grid;
	}

	body.single-product form.cart button.single_add_to_cart_button {
		width: 100%;
		min-width: 0;
	}

	body.single-product .zspl-info,
	body.single-product .related.products,
	body.single-product .upsells.products {
		padding: 0 14px;
	}

	body.single-product .zspl-info__left,
	body.single-product .zspl-info__right {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.single-product .zspl-spec-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}

body.single-product .summary form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: flex-end;
}

body.single-product .summary form.cart .quantity {
	margin-bottom: 0;
}

body.single-product .zspl-lens-selector {
	flex: 0 0 100%;
	display: grid;
	gap: 12px;
	margin-bottom: 4px;
}

body.single-product .zspl-lens-selector__intro {
	display: grid;
	gap: 10px;
}

body.single-product .zspl-lens-trigger {
	width: 100%;
	height: 52px;
	border: 1px solid var(--zspl-border-strong) !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	color: var(--zspl-text) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	box-shadow: none !important;
}

body.single-product .zspl-lens-selector__note {
	margin: 0;
	color: var(--zspl-text-muted);
	font-size: 13px;
	line-height: 1.65;
}

body.single-product .zspl-lens-summary {
	padding: 16px 18px;
	border: 1px solid var(--zspl-border);
	border-radius: 16px;
	background: var(--zspl-surface-soft);
}

body.single-product .zspl-lens-summary__title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	color: var(--zspl-text);
}

body.single-product .zspl-lens-summary__items,
body.single-product .zspl-lens-modal__choices,
body.single-product .zspl-lens-review__items {
	display: grid;
	gap: 8px;
}

body.single-product .zspl-lens-choice,
body.single-product .zspl-lens-summary__total,
body.single-product .zspl-lens-review__grand,
body.single-product .zspl-lens-modal__total {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-start;
}

body.single-product .zspl-lens-choice {
	font-size: 13px;
	color: var(--zspl-text-soft);
}

body.single-product .zspl-lens-choice strong,
body.single-product .zspl-lens-summary__total strong,
body.single-product .zspl-lens-review__grand strong,
body.single-product .zspl-lens-modal__total strong {
	color: var(--zspl-text);
	font-weight: 700;
}

body.single-product .zspl-lens-choice.is-placeholder {
	justify-content: flex-start;
	color: var(--zspl-text-muted);
}

body.single-product .zspl-lens-summary__total,
body.single-product .zspl-lens-modal__total,
body.single-product .zspl-lens-review__grand {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--zspl-border);
}

body.single-product .zspl-lens-inline-error {
	padding: 12px 14px;
	border-radius: 12px;
	background: #fff2f1;
	color: #9a2d2d;
	font-size: 13px;
}

body.zspl-modal-open {
	overflow: hidden;
}

body.single-product .zspl-lens-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

body.single-product .zspl-lens-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 18, 13, 0.52);
	backdrop-filter: blur(3px);
}

body.single-product .zspl-lens-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
	margin: 16px auto;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 34px 70px rgba(15, 12, 8, 0.28);
	overflow: hidden;
}

body.single-product .zspl-lens-modal__close {
	position: absolute;
	top: 18px;
	right: 20px;
	z-index: 3;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--zspl-text);
	font-size: 28px;
	cursor: pointer;
}

body.single-product .zspl-lens-modal__main {
	display: grid;
	grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
	max-height: calc(100vh - 32px);
}

body.single-product .zspl-lens-modal__summary {
	padding: 44px 30px 24px;
	background: linear-gradient(180deg, #faf7f2, #f3eee6);
	border-right: 1px solid var(--zspl-border);
	overflow-y: auto;
}

body.single-product .zspl-lens-modal__image {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 0 auto 24px;
	object-fit: contain;
}

body.single-product .zspl-lens-modal__product-name {
	font-size: 18px;
	font-weight: 700;
	color: var(--zspl-text);
}

body.single-product .zspl-lens-modal__product-price {
	margin-top: 6px;
	color: var(--zspl-text-soft);
	font-size: 15px;
}

body.single-product .zspl-lens-modal__content {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	padding: 26px 28px 28px;
	min-height: 680px;
	overflow: hidden;
}

body.single-product .zspl-lens-modal__progress {
	height: 6px;
	border-radius: 999px;
	background: #ece5da;
	overflow: hidden;
}

body.single-product .zspl-lens-modal__progress span {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--zspl-accent), #b07b4d);
	transition: width 0.25s ease;
}

body.single-product .zspl-lens-modal__copy {
	padding: 18px 0 14px;
	text-align: center;
}

body.single-product .zspl-lens-modal__copy h3 {
	margin: 0 0 8px;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	color: var(--zspl-text);
}

body.single-product .zspl-lens-modal__copy p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: var(--zspl-text-muted);
}

body.single-product .zspl-lens-step {
	overflow-y: auto;
	padding-right: 6px;
}

body.single-product .zspl-lens-card {
	width: 100%;
	display: grid;
	gap: 8px;
	padding: 18px 18px 16px;
	border: 1px solid var(--zspl-border);
	border-radius: 18px;
	background: #ffffff;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.single-product .zspl-lens-card:hover,
body.single-product .zspl-lens-card.is-active {
	border-color: var(--zspl-accent);
	box-shadow: 0 12px 24px rgba(20, 15, 11, 0.08);
	transform: translateY(-1px);
}

body.single-product .zspl-lens-card__title {
	font-size: 18px;
	font-weight: 700;
	color: var(--zspl-text);
}

body.single-product .zspl-lens-card__desc {
	font-size: 14px;
	line-height: 1.65;
	color: var(--zspl-text-soft);
}

body.single-product .zspl-lens-card__price {
	font-size: 13px;
	font-weight: 700;
	color: var(--zspl-accent-deep);
}

body.single-product .zspl-lens-card__price.is-muted {
	color: var(--zspl-text-muted);
}

body.single-product .zspl-lens-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

body.single-product .zspl-lens-grid label,
body.single-product .zspl-lens-note-field {
	display: grid;
	gap: 6px;
	font-size: 13px;
	color: var(--zspl-text-soft);
}

body.single-product .zspl-lens-grid label.is-wide {
	grid-column: 1 / -1;
}

body.single-product .zspl-lens-grid input,
body.single-product .zspl-lens-note-field textarea {
	width: 100%;
	border: 1px solid var(--zspl-border);
	border-radius: 12px;
	padding: 12px 14px;
	font: inherit;
	color: var(--zspl-text);
	background: #ffffff;
}

body.single-product .zspl-lens-upload-info p,
body.single-product .zspl-lens-review__note {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--zspl-text-soft);
}

body.single-product .zspl-lens-modal__footer {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding-top: 20px;
	border-top: 1px solid var(--zspl-border);
}

body.single-product .zspl-lens-footer__secondary,
body.single-product .zspl-lens-footer__primary {
	height: 50px;
	padding: 0 22px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

body.single-product .zspl-lens-footer__secondary {
	border: 1px solid var(--zspl-border-strong);
	background: #ffffff;
	color: var(--zspl-text);
}

body.single-product .zspl-lens-footer__primary {
	border: 0;
	background: var(--zspl-accent);
	color: #ffffff;
	margin-left: auto;
	min-width: 180px;
}

body.single-product .zspl-lens-footer__primary:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

@media (max-width: 991px) {
	body.single-product .zspl-lens-modal__main {
		grid-template-columns: 1fr;
	}

	body.single-product .zspl-lens-modal__summary {
		border-right: 0;
		border-bottom: 1px solid var(--zspl-border);
	}

	body.single-product .zspl-lens-modal__content {
		min-height: auto;
	}
}

@media (max-width: 767px) {
	body.single-product .zspl-lens-grid {
		grid-template-columns: 1fr;
	}

	body.single-product .zspl-lens-modal__dialog {
		width: calc(100vw - 16px);
		max-height: calc(100vh - 16px);
		margin: 8px auto;
		border-radius: 18px;
	}

	body.single-product .zspl-lens-modal__summary,
	body.single-product .zspl-lens-modal__content {
		padding-left: 18px;
		padding-right: 18px;
	}

	body.single-product .zspl-lens-modal__copy h3 {
		font-size: 24px;
	}

	body.single-product .zspl-lens-modal__footer {
		flex-direction: column;
	}

	body.single-product .zspl-lens-footer__primary,
	body.single-product .zspl-lens-footer__secondary {
		width: 100%;
	}
}

body.single-product .zspl-lens-card__desc {
	white-space: normal;
}

body.single-product .zspl-lens-file-field {
	display: grid;
	gap: 10px;
	margin-bottom: 14px;
}

body.single-product .zspl-lens-file-field input[type="file"] {
	border: 1px solid rgba(21, 27, 38, 0.12);
	border-radius: 14px;
	padding: 12px 14px;
	background: #fff;
}

body.single-product .zspl-lens-upload-copy,
body.single-product .zspl-lens-upload-status {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--zspl-muted);
}

body.single-product .zspl-lens-upload-status {
	font-weight: 600;
	color: var(--zspl-text);
}

body.single-product .zspl-lens-modal {
	z-index: 2147483647;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

body.single-product .zspl-lens-modal__dialog {
	position: relative;
	z-index: 2;
	isolation: isolate;
}

body.single-product .zspl-lens-modal__main,
body.single-product .zspl-lens-modal__summary,
body.single-product .zspl-lens-modal__content,
body.single-product .zspl-lens-step {
	min-height: 0;
}

body.single-product .zspl-lens-modal__summary,
body.single-product .zspl-lens-step {
	scrollbar-width: thin;
}

body.single-product .zspl-lens-modal__summary::-webkit-scrollbar,
body.single-product .zspl-lens-step::-webkit-scrollbar,
body.single-product .zspl-lens-modal::-webkit-scrollbar {
	width: 10px;
}

body.single-product .zspl-lens-modal__summary::-webkit-scrollbar-thumb,
body.single-product .zspl-lens-step::-webkit-scrollbar-thumb,
body.single-product .zspl-lens-modal::-webkit-scrollbar-thumb {
	background: rgba(120, 92, 63, 0.35);
	border-radius: 999px;
}

body.single-product .zspl-lens-modal {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 16px;
}

body.single-product .zspl-lens-modal[hidden] {
	display: none !important;
}

body.single-product .zspl-lens-modal__dialog {
	width: min(1180px, calc(100vw - 32px));
	height: calc(100vh - 32px);
	max-height: calc(100vh - 32px);
	margin: 0;
}

body.single-product .zspl-lens-modal__main {
	height: 100%;
	max-height: 100%;
}

body.single-product .zspl-lens-modal__content {
	height: 100%;
	max-height: 100%;
}

body.single-product .zspl-lens-step {
	height: 100%;
	max-height: 100%;
}

@media (max-width: 767px) {
	body.single-product .zspl-lens-modal {
		padding: 8px;
	}

	body.single-product .zspl-lens-modal__dialog {
		width: calc(100vw - 16px);
		height: calc(100vh - 16px);
		max-height: calc(100vh - 16px);
	}
}

body.single-product {
	--zspl-text: #111111;
	--zspl-text-soft: #3f3f3f;
	--zspl-text-muted: #6a6a6a;
	--zspl-accent: #111111;
	--zspl-accent-deep: #000000;
	--zspl-accent-soft: #f2f2f2;
	--zspl-border: #e5e5e5;
	--zspl-border-strong: #cfcfcf;
}

body.single-product .summary .price {
	color: #E41E25;
}

body.single-product form.cart button.single_add_to_cart_button {
	background: #E41E25 !important;
	border-color: #E41E25 !important;
	color: #ffffff !important;
}

body.single-product form.cart button.single_add_to_cart_button:hover,
body.single-product form.cart button.single_add_to_cart_button:focus {
	background: #c81920 !important;
	border-color: #c81920 !important;
}

body.single-product .zspl-price-meta .zspl-sale-badge,
body.single-product .zspl-lens-card__price,
body.single-product .zspl-lens-footer__primary,
body.single-product .zspl-lens-modal__progress span,
body.single-product .zspl-lens-card:hover,
body.single-product .zspl-lens-card.is-active,
body.single-product .zspl-option.is-active,
body.single-product .zspl-gallery-thumb.is-active {
	color: inherit;
}

body.single-product .zspl-price-meta .zspl-sale-badge {
	background: #f2f2f2;
	color: #111111;
}

body.single-product .zspl-lens-card__price {
	color: #111111;
}

body.single-product .zspl-lens-modal__progress span {
	background: #111111;
}

body.single-product .zspl-lens-card:hover,
body.single-product .zspl-lens-card.is-active,
body.single-product .zspl-option.is-active,
body.single-product .zspl-gallery-thumb.is-active {
	border-color: #111111;
}

body.single-product .zspl-option.is-active,
body.single-product .zspl-gallery-thumb.is-active {
	background: #f5f5f5;
	color: #111111;
}

body.single-product .zspl-lens-footer__primary {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}

body.single-product .zspl-lens-footer__primary:hover,
body.single-product .zspl-lens-footer__primary:focus,
body.single-product .zspl-lens-trigger:hover,
body.single-product .zspl-lens-trigger:focus {
	background: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}

body.single-product .zspl-lens-trigger {
	border-color: #111111 !important;
	color: #111111 !important;
}

body.single-product form.cart.zspl-contact-rx-form button.single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin: 0;
	border-radius: 14px !important;
}

body.single-product .zspl-contact-rx {
	margin: 18px 0 16px;
}

body.single-product .zspl-contact-rx__trigger {
	width: 100%;
	min-height: 52px;
	border: 1px solid #111111 !important;
	border-radius: 14px !important;
	background: #111111 !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

body.single-product .zspl-contact-rx__error {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fff0f0;
	color: #b00020;
	font-size: 13px;
}

body.single-product .zspl-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 2147483647;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

body.single-product .zspl-contact-modal[hidden] {
	display: none !important;
}

body.single-product .zspl-contact-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 17, 17, 0.55);
}

body.single-product .zspl-contact-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(820px, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
	overflow-y: auto;
	padding: 26px 34px 32px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 32px 64px rgba(0, 0, 0, 0.18);
}

body.single-product .zspl-contact-modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: #111111;
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

body.single-product .zspl-contact-modal__head {
	text-align: center;
	padding: 8px 24px 12px;
}

body.single-product .zspl-contact-modal__head h3 {
	margin: 0 0 10px;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 700;
	line-height: 1.1;
	color: #111111;
}

body.single-product .zspl-contact-modal__head p {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: #303030;
}

body.single-product .zspl-contact-modal__same-rx {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 10px 0 18px;
	color: #303030;
	font-size: 16px;
}

body.single-product .zspl-contact-modal__same-rx input {
	width: 18px;
	height: 18px;
}

body.single-product .zspl-contact-modal__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
	border-top: 1px solid #e5e5e5;
}

body.single-product .zspl-contact-modal__col {
	display: grid;
	gap: 12px;
	padding-top: 14px;
}

body.single-product .zspl-contact-modal__col-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #111111;
}

body.single-product .zspl-contact-modal__col select {
	width: 100%;
	min-height: 48px;
	border: 1px solid #d5dbe3;
	border-radius: 8px;
	padding: 0 14px;
	background: #ffffff;
	color: #111111;
	font-size: 15px;
}

body.single-product .zspl-contact-modal__col select:disabled {
	background: #f5f5f5;
	color: #7b7b7b;
}

body.single-product .zspl-contact-modal__footer {
	padding-top: 22px;
	text-align: center;
}

body.single-product .zspl-contact-modal__continue {
	min-width: 240px;
	min-height: 52px;
	border: 1px solid #111111;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}

@media (max-width: 767px) {
	body.single-product .zspl-contact-modal {
		padding: 8px;
	}

	body.single-product .zspl-contact-modal__dialog {
		width: calc(100vw - 16px);
		max-height: calc(100vh - 16px);
		padding: 20px 18px 24px;
	}

	body.single-product .zspl-contact-modal__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.single-product .zspl-contact-modal__head h3 {
		font-size: 34px;
	}

	body.single-product .zspl-contact-modal__head p {
		font-size: 16px;
	}
}

body.single-product .summary form.cart.zspl-contact-rx-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: stretch;
}

body.single-product .summary form.cart.zspl-contact-rx-form .zspl-contact-rx {
	grid-column: 1 / -1;
	width: 100%;
	margin: 18px 0 0;
}

body.single-product .summary form.cart.zspl-contact-rx-form .quantity {
	grid-column: 1 / -1;
	justify-self: start;
}



body.single-product .summary form.cart.zspl-contact-rx-form button.single_add_to_cart_button {
	grid-column: 1 / -1;
}



body.single-product .zspl-lens-manual {
	display: grid;
	gap: 20px;
}

body.single-product .zspl-lens-manual__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

body.single-product .zspl-lens-manual__section {
	display: grid;
	gap: 16px;
	padding: 18px;
	border: 1px solid var(--zspl-border);
	border-radius: 18px;
	background: #ffffff;
}

body.single-product .zspl-lens-manual__title {
	font-size: 18px;
	font-weight: 700;
	color: var(--zspl-text);
}

body.single-product .zspl-lens-manual__support {
	display: grid;
	gap: 16px;
}

body.single-product .zspl-lens-note-field--pd {
	max-width: 220px;
}

body.single-product .zspl-lens-grid input,
body.single-product .zspl-lens-note-field input,
body.single-product .zspl-lens-note-field textarea {
	width: 100%;
	border: 1px solid var(--zspl-border);
	border-radius: 12px;
	padding: 12px 14px;
	font: inherit;
	color: var(--zspl-text);
	background: #ffffff;
}

body.single-product .zspl-lens-note-field textarea {
	min-height: 120px;
	resize: vertical;
}

body.single-product .zspl-contact-modal__modes {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 0 0 20px;
}

body.single-product .zspl-contact-modal__mode {
	flex: 1 1 0;
	max-width: 220px;
	min-height: 46px;
	border: 1px solid #d5dbe3;
	border-radius: 999px;
	background: #ffffff;
	color: #111111;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.single-product .zspl-contact-modal__mode.is-active {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}

body.single-product .zspl-contact-modal__manual,
body.single-product .zspl-contact-modal__upload {
	display: grid;
	gap: 18px;
}

body.single-product .zspl-contact-modal__upload-field,
body.single-product .zspl-contact-modal__upload-note {
	display: grid;
	gap: 8px;
	font-size: 14px;
	color: #303030;
}

body.single-product .zspl-contact-modal__upload-field input[type="file"] {
	width: 100%;
	padding: 14px;
	border: 1px dashed #c9ced6;
	border-radius: 14px;
	background: #ffffff;
	font: inherit;
	color: #111111;
}

body.single-product .zspl-contact-modal__upload-copy {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #5f5f5f;
}

body.single-product .zspl-contact-modal__upload-status {
	min-height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
}

body.single-product .zspl-contact-modal__upload-note textarea {
	width: 100%;
	min-height: 120px;
	padding: 12px 14px;
	border: 1px solid #d5dbe3;
	border-radius: 12px;
	background: #ffffff;
	font: inherit;
	color: #111111;
	resize: vertical;
}

@media (max-width: 767px) {
	body.single-product .zspl-lens-manual__columns {
		grid-template-columns: 1fr;
	}

	body.single-product .zspl-lens-note-field--pd {
		max-width: none;
	}

	body.single-product .zspl-contact-modal__modes {
		flex-direction: row;
		align-items: stretch;
		justify-content: center;
	}

	body.single-product .zspl-contact-modal__mode {
		max-width: none;
		width: 50%;
		min-width: 0;
	}
}

body.single-product .zspl-contact-modal__manual[hidden],
body.single-product .zspl-contact-modal__upload[hidden] {
	display: none !important;
}

body.single-product .zspl-lens-modal__dialog {
	width: min(1120px, calc(100vw - 40px));
	max-height: calc(100vh - 40px);
	border-radius: 22px;
}

body.single-product .zspl-lens-modal__main {
	max-height: calc(100vh - 40px);
	grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
}

body.single-product .zspl-lens-modal__summary {
	padding: 34px 24px 22px;
}

body.single-product .zspl-lens-modal__image {
	max-width: 250px;
	margin-bottom: 18px;
}

body.single-product .zspl-lens-modal__product-name {
	font-size: 16px;
}

body.single-product .zspl-lens-modal__product-price {
	font-size: 14px;
}

body.single-product .zspl-lens-modal__content {
	padding: 20px 24px 22px;
	min-height: 620px;
}

body.single-product .zspl-lens-modal__progress {
	height: 5px;
}

body.single-product .zspl-lens-modal__copy {
	padding: 14px 0 12px;
}

body.single-product .zspl-lens-modal__copy h3 {
	margin-bottom: 6px;
	font-size: 22px;
}

body.single-product .zspl-lens-modal__copy p {
	font-size: 13px;
	line-height: 1.55;
}

body.single-product .zspl-lens-step {
	display: grid;
	align-content: start;
	gap: 14px;
	padding: 6px 0 0 12px;
}

body.single-product .zspl-lens-card {
	gap: 7px;
	padding: 15px 16px 14px;
	border-radius: 16px;
}

body.single-product .zspl-lens-card__title {
	font-size: 15px;
}

body.single-product .zspl-lens-card__desc {
	font-size: 13px;
	line-height: 1.55;
}

body.single-product .zspl-lens-card__price {
	font-size: 12px;
}

body.single-product .zspl-lens-modal__footer {
	gap: 12px;
	padding-top: 16px;
}

body.single-product .zspl-lens-footer__secondary,
body.single-product .zspl-lens-footer__primary {
	height: 44px;
	padding: 0 18px;
	border-radius: 12px;
	font-size: 14px;
}

body.single-product .zspl-lens-footer__primary {
	min-width: 160px;
}

body.single-product .zspl-lens-manual {
	gap: 16px;
}

body.single-product .zspl-lens-manual__columns {
	gap: 16px;
}

body.single-product .zspl-lens-manual__section {
	gap: 12px;
	padding: 14px;
	border-radius: 16px;
}

body.single-product .zspl-lens-manual__title {
	font-size: 16px;
}

body.single-product .zspl-lens-grid {
	gap: 12px;
}

body.single-product .zspl-lens-grid label,
body.single-product .zspl-lens-note-field {
	font-size: 12px;
}

body.single-product .zspl-lens-grid input,
body.single-product .zspl-lens-note-field input,
body.single-product .zspl-lens-note-field textarea {
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 14px;
}

body.single-product .zspl-lens-note-field textarea {
	min-height: 96px;
}

body.single-product .zspl-contact-modal__dialog {
	width: min(760px, calc(100vw - 40px));
	max-height: calc(100vh - 40px);
	padding: 20px 26px 24px;
	border-radius: 20px;
}

body.single-product .zspl-contact-modal__close {
	top: 16px;
	right: 16px;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	font-size: 24px;
}

body.single-product .zspl-contact-modal__head {
	padding: 6px 20px 10px;
}

body.single-product .zspl-contact-modal__head h3 {
	margin-bottom: 8px;
	font-size: clamp(1.65rem, 2.5vw, 2.35rem);
}

body.single-product .zspl-contact-modal__head p {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

body.single-product .zspl-contact-modal__modes {
	gap: 8px;
	margin: 0 0 14px;
}

body.single-product .zspl-contact-modal__mode {
	max-width: 190px;
	min-height: 40px;
	font-size: 13px;
}

body.single-product .zspl-contact-modal__same-rx {
	margin: 6px 0 14px;
	font-size: 14px;
}

body.single-product .zspl-contact-modal__same-rx input {
	width: 16px;
	height: 16px;
}

body.single-product .zspl-contact-modal__grid {
	gap: 0 20px;
}

body.single-product .zspl-contact-modal__col {
	gap: 10px;
	padding-top: 12px;
}

body.single-product .zspl-contact-modal__col-title {
	padding-bottom: 8px;
	font-size: 16px;
}

body.single-product .zspl-contact-modal__col select {
	min-height: 42px;
	border-radius: 10px;
	padding: 0 12px;
	font-size: 14px;
}

body.single-product .zspl-contact-modal__manual,
body.single-product .zspl-contact-modal__upload {
	gap: 14px;
}

body.single-product .zspl-contact-modal__upload-field,
body.single-product .zspl-contact-modal__upload-note {
	font-size: 13px;
}

body.single-product .zspl-contact-modal__upload-field input[type="file"] {
	padding: 10px 12px;
	border-radius: 12px;
	font-size: 13px;
}

body.single-product .zspl-contact-modal__upload-copy,
body.single-product .zspl-contact-modal__upload-status {
	font-size: 13px;
}

body.single-product .zspl-contact-modal__upload-note textarea {
	min-height: 96px;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 14px;
}

body.single-product .zspl-contact-modal__footer {
	padding-top: 18px;
}

body.single-product .zspl-contact-modal__continue {
	min-width: 200px;
	min-height: 46px;
	font-size: 16px;
}

@media (max-width: 767px) {
	body.single-product .zspl-lens-modal__dialog,
	body.single-product .zspl-contact-modal__dialog {
		width: calc(100vw - 16px);
		max-height: calc(100vh - 16px);
	}

	body.single-product .zspl-lens-step {
		padding-left: 0;
	}
}

body.single-product .zspl-lens-step[hidden] {
	display: none !important;
}

body.single-product .zspl-lens-modal__content,
body.single-product .zspl-lens-modal__summary,
body.single-product .zspl-lens-step,
body.single-product .zspl-contact-modal__dialog,
body.single-product .zspl-contact-modal__manual,
body.single-product .zspl-contact-modal__upload {
	min-height: 0;
}

body.single-product .zspl-lens-step {
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}

body.single-product .zspl-contact-modal__dialog {
	overflow-x: hidden;
	overflow-y: auto;
}

body.single-product .zspl-contact-modal__manual,
body.single-product .zspl-contact-modal__upload {
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 6px;
}


body.single-product .zspl-accordion__content--rich p,
body.single-product .zspl-accordion__content--rich ul,
body.single-product .zspl-accordion__content--rich ol {
	margin: 0 0 14px;
	color: var(--zspl-text-soft);
	font-size: 14px;
	line-height: 1.85;
}

body.single-product .zspl-accordion__content--rich > *:last-child {
	margin-bottom: 0;
}
