/**
 * Product detail — premium refresh
 * Palette: sage #bec5b3, gold #b08d57 / #d4af37, cream #f9f7f2, ink #252525, muted #515b5b
 */

.pdp-page {
	--sage: #bec5b3;
	--gold: #b08d57;
	--gold-light: #d4af37;
	--cream: #f9f7f2;
	--ink: #252525;
	--muted: #515b5b;
	--line: #e8e6e1;
	--white: #ffffff;
	color: var(--ink);
}

.pdp-page.add-cart-page {
	padding: 36px 0 20px;
	background: var(--white);
}

.pdp-page .container {
	max-width: 1400px;
}

/* ── Gallery ── */
.pdp-page .pdp-gallery {
	position: relative;
}

.pdp-page .pdp-gallery__main {
	background: var(--cream);
	border: 1px solid var(--line);
	padding: 16px;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
}

.pdp-page .pdp-gallery__main .xzoom,
.pdp-page .pdp-gallery__main img.xzoom {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.pdp-page .xzoom-container {
	width: 100%;
}

.pdp-page .xzoom-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.pdp-page .xzoom-thumbs a {
	display: block;
	border: 1px solid var(--line);
	padding: 4px;
	background: var(--white);
	transition: border-color 0.2s ease;
	line-height: 0;
}

.pdp-page .xzoom-thumbs a:hover,
.pdp-page .xzoom-thumbs a:focus {
	border-color: var(--gold);
	outline: none;
}

.pdp-page .xzoom-thumbs img,
.pdp-page .xzoom-gallery {
	width: 72px !important;
	height: 72px;
	object-fit: cover;
	display: block;
}

/* ── Summary / buy box ── */
.pdp-page .pdp-summary {
	padding-left: 12px;
}

.pdp-page .pdp-eyebrow {
	font-family: avenirregular, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gold);
	margin: 0 0 10px;
}

.pdp-page .pdp-title {
	font-family: playfair_displayregular, 'Playfair Display', serif;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: none;
	color: var(--ink);
	margin: 0 0 18px;
}

.pdp-page .pdp-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 20px;
	padding: 16px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	margin-bottom: 22px;
}

.pdp-page .pdp-price {
	font-family: avenirregular, sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: var(--gold);
	letter-spacing: 0.02em;
	width: auto;
	display: inline-block;
}

.pdp-page .pdp-fav,
.pdp-page .social-share {
	width: auto;
	display: inline-flex;
	align-items: center;
	font-family: avenirregular, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: right;
	vertical-align: middle;
	padding-top: 0;
}

.pdp-page .pdp-fav a,
.pdp-page .social-share a {
	color: var(--muted);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-top: 0;
	transition: color 0.2s ease;
}

.pdp-page .pdp-fav a:hover,
.pdp-page .social-share a:hover {
	color: var(--gold);
	text-decoration: none;
}

.pdp-page .pdp-fav i,
.pdp-page .social-share i {
	color: var(--gold);
	padding: 0;
	font-size: 15px;
}

.pdp-page .pdp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 28px;
}

.pdp-page .pdocut-buton {
	margin-top: 0;
}

.pdp-page .pdocut-buton a,
.pdp-page .pdp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 14px 28px;
	font-family: avenirregular, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid var(--gold);
	background: var(--gold);
	color: var(--white) !important;
	line-height: 1.2;
	width: auto;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pdp-page .pdocut-buton a:hover,
.pdp-page .pdp-btn:hover {
	background: #967341;
	border-color: #967341;
	color: var(--white) !important;
	text-decoration: none;
}

.pdp-page .pdp-btn--outline,
.pdp-page #go_to_cart a {
	background: transparent;
	color: var(--ink) !important;
	border-color: var(--sage);
}

.pdp-page .pdp-btn--outline:hover,
.pdp-page #go_to_cart a:hover {
	background: var(--sage);
	border-color: var(--sage);
	color: var(--ink) !important;
}

/* ── Specs / details ── */
.pdp-page .product-discrip {
	margin-top: 8px;
	width: 100%;
}

.pdp-page .product-discrip .nav-tabs {
	border: 0;
	margin-bottom: 0;
}

.pdp-page .product-discrip .nav-link {
	font-family: avenirregular, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
	border: 0 !important;
	border-radius: 0;
	padding: 12px 0 !important;
	margin-right: 24px;
	position: relative;
	background: transparent !important;
}

.pdp-page .product-discrip .nav-link.active {
	color: var(--ink) !important;
	background: transparent !important;
}

.pdp-page .product-discrip .nav-link.active::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: var(--gold);
}

.pdp-page .product-discrip .tab-content {
	border: 1px solid var(--line);
	border-top: 1px solid var(--line);
	background: var(--cream);
	width: 100%;
}

.pdp-page .product-discrip .tab-pane {
	padding: 22px 24px;
	color: var(--muted);
	font-size: 14px;
}

.pdp-page .tt-add-info {
	font-size: 14px;
	margin: 0;
}

.pdp-page .tt-add-info ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pdp-page .tt-add-info ul li {
	display: grid;
	grid-template-columns: minmax(120px, 38%) 1fr;
	gap: 12px;
	align-items: start;
	padding: 10px 0;
	border-bottom: 1px solid rgba(176, 141, 87, 0.18);
	color: var(--muted);
	font-family: avenirregular, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.pdp-page .tt-add-info ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.pdp-page .tt-add-info ul li:first-child {
	padding-top: 0;
}

.pdp-page .tt-add-info ul li span:first-child {
	color: var(--ink);
	width: auto;
	display: block;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pdp-page .tt-add-info ul li span:last-child {
	color: var(--muted);
}

/* ── Featured products ── */
.pdp-page + .spacing {
	display: none;
}

.pdp-featured.product-items-slider {
	padding: 48px 0 56px;
	background: var(--cream);
	margin-top: 40px;
}

.pdp-featured .main-heading {
	margin-bottom: 28px;
}

.pdp-featured .main-heading:after {
	display: none;
}

.pdp-featured .main-heading .col-md-6 {
	float: none;
	width: 100%;
	max-width: 100%;
	text-align: center;
	padding: 0;
}

.pdp-featured .main-heading h2 {
	font-family: playfair_displayregular, 'Playfair Display', serif;
	font-size: 28px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ink);
	margin: 0 0 6px;
}

.pdp-featured .main-heading .heading-text {
	font-family: avenirregular, sans-serif;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold);
	padding: 0;
	margin: 0;
}

.pdp-featured .product-detail {
	background: var(--white);
	border: 1px solid var(--line);
	padding: 12px !important;
	box-shadow: none;
	float: none;
	width: 100%;
	text-align: left;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pdp-featured .product-detail:hover {
	transform: none;
	border-color: var(--sage);
	box-shadow: 0 10px 28px rgba(37, 37, 37, 0.08);
}

.pdp-featured .product-detail a {
	color: inherit;
	text-decoration: none;
	display: block;
}

.pdp-featured .product-detail img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	margin-bottom: 12px;
	background: var(--cream);
}

.pdp-featured .product-detail p {
	font-family: avenirregular, sans-serif;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--muted);
	text-align: left;
	padding-top: 0;
	margin: 0;
}

@media (max-width: 991px) {
	.pdp-page .pdp-summary {
		padding-left: 0;
		margin-top: 28px;
	}

	.pdp-page .pdp-gallery__main {
		min-height: 320px;
	}
}

@media (max-width: 767px) {
	.pdp-page.add-cart-page {
		padding: 20px 0 10px;
	}

	.pdp-page .pdp-price-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.pdp-page .pdp-fav,
	.pdp-page .social-share {
		text-align: left;
	}

	.pdp-page .pdocut-buton a,
	.pdp-page .pdp-btn {
		width: 100%;
		min-width: 0;
	}

	.pdp-page .tt-add-info ul li {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.pdp-featured.product-items-slider {
		padding: 36px 0;
		margin-top: 24px;
	}
}
