/* Light WooCommerce single product page. */
.psdv-product-page {
	padding: 34px 0 64px;
	background: transparent;
	color: var(--psdv-ink);
}

.psdv-product-page .woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

.psdv-product-page .woocommerce-notices-wrapper:empty {
	display: none;
}

.psdv-product-page .woocommerce-message,
.psdv-product-page .woocommerce-info,
.psdv-product-page .woocommerce-error {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid rgba(200, 155, 91, 0.34);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 240, 226, 0.96));
	box-shadow: 0 12px 28px rgba(54, 28, 12, 0.07);
	color: #2f2419;
	font-size: 14px;
	line-height: 1.35;
}

.psdv-product-page .woocommerce-message::before,
.psdv-product-page .woocommerce-info::before,
.psdv-product-page .woocommerce-error::before {
	display: none;
}

.psdv-product-page .woocommerce-message .button,
.psdv-product-page .woocommerce-info .button,
.psdv-product-page .woocommerce-error .button {
	order: 2;
	flex: 0 0 auto;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(200, 155, 91, 0.48);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 244, 221, 0.14), rgba(72, 6, 10, 0)),
		linear-gradient(180deg, #6f1218 0%, #50070a 100%);
	box-shadow: 0 10px 20px rgba(72, 6, 10, 0.14), inset 0 1px 0 rgba(255, 239, 204, 0.18);
	color: #fff8ea;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.psdv-product-page .woocommerce-breadcrumb {
	display: none;
}

.psdv-single-product {
	color: var(--psdv-ink);
}

.psdv-product-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin: 0 0 22px;
	color: #6f6257;
	font-size: 14px;
	line-height: 1.3;
}

.psdv-product-breadcrumbs a {
	color: #4d443d;
	text-decoration: none;
}

.psdv-product-breadcrumbs span[aria-hidden="true"] {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	color: #a89b8e;
	font-size: 0;
	transform: rotate(45deg);
}

.psdv-product-breadcrumbs strong {
	color: #6f6257;
	font-weight: 500;
}

.psdv-product-hero {
	display: grid;
	grid-template-columns: minmax(620px, 1.08fr) minmax(420px, 0.92fr);
	gap: 18px;
	align-items: stretch;
}

.psdv-product-media,
.psdv-product-summary,
.psdv-product-panel,
.psdv-product-page .related.products {
	border: 1px solid rgba(200, 155, 91, 0.3);
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 242, 236, 0.94));
	box-shadow: 0 16px 38px rgba(54, 28, 12, 0.07);
}

.psdv-product-media {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.psdv-product-media__main {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 608px;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	background: var(--psdv-bg);
	cursor: zoom-in;
}

.psdv-product-media__main::after {
	display: none;
}

.psdv-product-image {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: contain;
	object-position: center;
	filter: none;
}

.psdv-product-media__main > .coin-flip-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-height: none;
}

.psdv-product-media__main .psdv-product-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: contain;
	transform: translate(-50%, -50%);
}

.psdv-product-zoom-indicator {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(72, 6, 10, 0.82);
	color: #ffffff;
}

.psdv-product-zoom-indicator .coin-icon {
	width: 21px;
	height: 21px;
}

.psdv-product-thumbs {
	display: grid;
	grid-template-columns: 1fr;
	align-content: start;
	gap: 10px;
	max-height: 608px;
	margin-top: 0;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.psdv-product-thumbs::-webkit-scrollbar {
	display: none;
}

.psdv-product-thumbs button {
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #e5d8c8;
	border-radius: 7px;
	background: #f8f4ee;
	cursor: pointer;
	appearance: none;
	transition: border-color 0.18s ease;
}

.psdv-product-thumbs button.is-active,
.psdv-product-thumbs button:hover {
	border-color: #c89b5b;
}

.psdv-product-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.psdv-product-summary {
	display: flex;
	flex-direction: column;
	padding: 28px;
	border-color: rgba(200, 155, 91, 0.3);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 240, 226, 0.94));
}

.psdv-product-summary-top {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

.psdv-product-summary-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: flex-end;
	gap: 8px;
	width: min(100%, 270px);
	min-width: 0;
}

.psdv-product-summary h1 {
	margin: 0;
	color: #1e1b18;
	font-family: var(--psdv-heading-font);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.psdv-summary-icon-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 100%;
	min-height: 34px;
	padding: 5px 10px;
	border: 1px solid rgba(200, 155, 91, 0.38);
	border-radius: 999px;
	background:
		linear-gradient(180deg, #fff9ef 0%, #ead8bb 100%);
	box-shadow: 0 10px 20px rgba(54, 28, 12, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
	color: #5a1216;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
	appearance: none;
}

.psdv-summary-icon-action:hover,
.psdv-summary-icon-action.is-active {
	border-color: rgba(242, 208, 141, 0.88);
	background: linear-gradient(180deg, #74141a 0%, #4d070a 100%);
	box-shadow: 0 14px 24px rgba(72, 6, 10, 0.16), inset 0 1px 0 rgba(255, 239, 204, 0.18);
	color: #ffe6a8;
	transform: translateY(-1px);
}

.psdv-summary-icon-action .coin-icon {
	flex: 0 0 auto;
	width: 19px;
	height: 19px;
	color: currentColor;
}

.psdv-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.psdv-product-badges > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid #e5d8c8;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.72);
	color: #6f6257;
	font-size: 13px;
	font-weight: 500;
}

.psdv-product-price {
	margin-top: 0;
	color: var(--psdv-price-color);
	font-family: var(--psdv-heading-font);
	font-size: 46px;
	font-weight: 400;
	line-height: 1;
}

.psdv-product-price-row {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid #e5d8c8;
}

.psdv-product-price-row > span {
	color: #8a7d70;
	font-size: 13px;
	font-weight: 500;
}

.psdv-product-price del {
	color: #a3988b;
	font-size: 0.62em;
}

.psdv-product-price ins {
	text-decoration: none;
}

.psdv-product-excerpt {
	margin-top: 14px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #5f554c;
	font-size: 15px;
	line-height: 1.55;
}

.psdv-product-summary-specs {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 22px 0 0;
}

.psdv-product-summary-specs div {
	display: grid;
	grid-template-columns: minmax(110px, 180px) minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 10px 0;
	border-bottom: 1px solid rgba(92, 75, 56, 0.1);
}

.psdv-product-summary-specs dt {
	color: #7c7066;
	font-size: 14px;
	line-height: 1.25;
}

.psdv-product-summary-specs dd {
	margin: 0;
	color: #1e1b18;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.psdv-product-summary-specs__stock--green {
	color: #5f7f42;
}

.psdv-product-summary-specs__stock--gold {
	color: #8a6a3d;
}

.psdv-product-excerpt p {
	margin: 0;
}

.psdv-product-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	margin-top: auto;
	padding-top: 24px;
}

.psdv-product-actions .stock {
	display: none;
}

.psdv-product-actions form.cart {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	margin: 0;
}

.psdv-product-actions .quantity {
	display: none;
}

.psdv-product-actions .quantity .qty {
	width: 100%;
	min-height: 52px;
	border: 1px solid #e5d8c8;
	border-radius: 8px;
	background: #fff;
	color: var(--psdv-ink);
	font: inherit;
	font-weight: 500;
	text-align: center;
}

.psdv-product-actions .single_add_to_cart_button {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: 52px;
	overflow: hidden;
	border: 1px solid var(--psdv-button-border) !important;
	border-radius: 999px;
	background: var(--psdv-button-bg) !important;
	box-shadow: var(--psdv-button-shadow);
	color: var(--psdv-button-color) !important;
	font-family: var(--psdv-font);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.01em;
	transform: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.psdv-product-actions .single_add_to_cart_button::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 4px;
	border: 1px dashed rgba(255, 232, 176, 0.32);
	border-radius: inherit;
}

.psdv-product-actions .single_add_to_cart_button:hover {
	border-color: var(--psdv-button-border-hover) !important;
	background: var(--psdv-button-bg-hover) !important;
	box-shadow: var(--psdv-button-shadow-hover);
	transform: translateY(-2px);
}

.psdv-product-actions .single_add_to_cart_button.is-added {
	background: #48060a !important;
}

.psdv-quick-request-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	border: 1px solid #e5d8c8;
	border-radius: 8px;
	background: #fff;
	color: #48060a;
	cursor: pointer;
	font: inherit;
	font-weight: 500;
	text-decoration: none;
	appearance: none;
}

.psdv-quick-request-action {
	background: transparent;
	border-color: #48060a;
	color: #48060a;
}

.psdv-quick-request-action:hover {
	background: #e2d2bf;
	color: #48060a;
}

.psdv-product-summary-note {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: auto 0 0;
	padding-top: 22px;
	border-top: 1px solid #e5d8c8;
	color: #6f6257;
	font-size: 15px;
	line-height: 1.35;
}

.psdv-product-summary-note .coin-icon {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	color: #6f6257;
}

.psdv-product-service-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 20px;
	padding: 18px 24px;
	border: 1px solid rgba(200, 155, 91, 0.3);
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 240, 226, 0.86));
	box-shadow: 0 12px 30px rgba(54, 28, 12, 0.055);
}

.psdv-product-service-strip span {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 3px 12px;
	align-items: center;
}

.psdv-product-service-strip .coin-icon {
	grid-row: 1 / 3;
	width: 42px;
	height: 42px;
	color: #48060a;
}

.psdv-product-service-strip strong {
	color: #1e1b18;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

.psdv-product-service-strip small {
	color: #6f6257;
	font-size: 13px;
	line-height: 1.3;
}

.psdv-product-details {
	display: grid;
	grid-template-columns: minmax(520px, 1.08fr) minmax(340px, 0.92fr);
	gap: 18px;
	margin-top: 20px;
}

.psdv-product-panel {
	padding: 28px;
}

.psdv-product-panel h2,
.psdv-product-page .related.products > h2 {
	margin: 0 0 18px;
	color: #48060a;
	font-family: var(--psdv-heading-font);
	font-size: 30px;
	font-weight: 400;
	line-height: 1.15;
}

.psdv-product-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin: -4px 0 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e5d8c8;
}

.psdv-product-description h2 {
	display: block;
}

.psdv-product-tabs span {
	color: #1e1b18;
	font-size: 14px;
	font-weight: 500;
}

.psdv-product-tabs span:first-child {
	color: #48060a;
}

.psdv-product-specs {
	display: grid;
	gap: 0;
	margin: 0;
}

.psdv-product-specs div {
	display: grid;
	grid-template-columns: minmax(120px, 0.7fr) minmax(120px, 1fr);
	gap: 18px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(92, 75, 56, 0.1);
}

.psdv-product-specs div:last-child {
	border-bottom: 0;
}

.psdv-product-specs dt {
	color: #8a7b6b;
	font-size: 14px;
}

.psdv-product-specs dd {
	margin: 0;
	color: #2f2419;
	font-weight: 500;
}

.psdv-product-specs a {
	color: var(--psdv-accent);
	text-decoration: none;
}

.psdv-product-description {
	color: #62584e;
	font-size: 16px;
	line-height: 1.72;
}

.psdv-product-description p {
	margin: 0 0 14px;
}

.psdv-product-description p:last-child {
	margin-bottom: 0;
}

.psdv-product-page .related.products {
	margin-top: 24px;
	padding: 28px;
}

.psdv-product-page .related.products ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	align-items: stretch;
	list-style: none;
}

.psdv-product-page .related.products ul.products::before,
.psdv-product-page .related.products ul.products::after {
	display: none;
}

.psdv-product-page ul.products li.product {
	float: none;
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 10px;
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 0 0 16px;
	overflow: hidden;
	border-color: rgba(200, 155, 91, 0.3);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 240, 226, 0.94));
	box-shadow: 0 14px 32px rgba(54, 28, 12, 0.06);
}

.psdv-product-page ul.products li.product a.woocommerce-LoopProduct-link {
	display: grid;
	grid-template-rows: auto auto auto;
	gap: 10px;
	align-content: start;
	color: inherit;
	text-decoration: none;
}

.psdv-product-page ul.products li.product a img {
	display: block;
	width: 100%;
	height: clamp(270px, 20vw, 330px);
	aspect-ratio: 7 / 8;
	margin: 0;
	padding: 0;
	object-fit: contain;
	object-position: center;
	transform-origin: var(--psdv-card-zoom-x, 50%) var(--psdv-card-zoom-y, 50%);
	background:
		radial-gradient(circle at 50% 44%, rgba(200, 155, 91, 0.15), transparent 48%),
		linear-gradient(180deg, rgba(246, 242, 236, 0.92), rgba(232, 215, 191, 0.82));
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: 0s;
}

.psdv-product-page ul.products li.product:hover a img,
.psdv-product-page ul.products li.product a:hover img,
.psdv-product-page ul.products li.product a.is-image-zoomed img {
	transform: scale(1.2);
	transition-delay: 0.12s;
}

.psdv-product-page ul.products li.product .woocommerce-loop-product__title {
	min-height: 44px;
	margin: 0;
	padding: 0 14px;
	color: #1e1b18;
	font-family: var(--psdv-heading-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.24;
}

.psdv-product-page ul.products li.product .price {
	display: block;
	margin: 0;
	padding: 0 14px;
	color: var(--psdv-price-color);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.15;
}

.psdv-product-page ul.products li.product .button {
	justify-self: stretch;
	min-height: 42px;
	margin: 4px 14px 0;
	padding: 0 12px;
	border: 1px solid rgba(226, 184, 109, 0.62);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 244, 221, 0.14), rgba(72, 6, 10, 0)),
		linear-gradient(180deg, #6f1218 0%, #50070a 100%);
	box-shadow: 0 10px 20px rgba(72, 6, 10, 0.14), inset 0 1px 0 rgba(255, 239, 204, 0.18);
	color: #fff8ea;
	font-size: 13px;
	font-weight: 500;
}

.psdv-product-page ul.products li.product .added_to_cart {
	justify-self: stretch;
	margin: 0 14px;
	color: #48060a;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}
