/**
 * Diptych Cart + Checkout (Figma 51:2, 91:537, 91:109)
 */

/* ---- Escape Astra chrome ---- */
body.diptych-shop-page.ast-separate-container,
body.diptych-shop-page.ast-plain-container,
body.diptych-shop-page #page,
body.diptych-shop-page #content,
body.diptych-shop-page .site-content,
body.diptych-shop-page .ast-container,
body.diptych-shop-page .site-content > .ast-container,
body.diptych-shop-page .entry-content,
body.diptych-shop-page .ast-article-single,
body.diptych-shop-page .woocommerce {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
	background: #fff !important;
	float: none !important;
	display: block !important;
	box-shadow: none !important;
	border: 0 !important;
}

/* Do NOT force white on cart cream cards, occasion cards, or video cards. */
body.diptych-shop-page article:not(.dp-cart-item):not(.dp-upsell):not(.dp-occ):not(.dp-video__card) {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
	background: #fff !important;
	float: none !important;
	display: block !important;
	box-shadow: none !important;
	border: 0 !important;
}

body.diptych-shop-page article.dp-occ,
body.diptych-shop-page article.dp-video__card {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

body.diptych-shop-page .site-header,
body.diptych-shop-page #masthead,
body.diptych-shop-page .ast-primary-header-bar,
body.diptych-shop-page .ast-mobile-header-wrap,
body.diptych-shop-page .site-footer,
body.diptych-shop-page #colophon,
body.diptych-shop-page .site-below-footer-wrap,
body.diptych-shop-page .entry-header,
body.diptych-shop-page .page-header,
body.diptych-shop-page .ast-breadcrumbs-wrapper,
body.diptych-shop-page .woocommerce-products-header,
body.diptych-shop-page #ast-scroll-top {
	display: none !important;
}

.diptych-shop {
	display: block;
	width: 100%;
	background: #fff;
	color: #212121;
	min-height: 100vh;
	overflow-x: hidden;
	font-family: var(--font-body);
	font-weight: 300;
}

/* Override Astra global blues on shop pages. */
body.diptych-shop-page {
	--ast-global-color-0: #b8813f;
	--ast-global-color-1: #debf92;
	--ast-global-color-2: #212121;
	--ast-global-color-3: #f7f1e8;
	--ast-border-color: #debf92;
}

/* ---- Notices: no Woo/Astra blue ---- */
body.diptych-shop-page .woocommerce-notices-wrapper,
body.diptych-shop-page .woocommerce-message,
body.diptych-shop-page .woocommerce-info,
body.diptych-shop-page .woocommerce-error,
body.diptych-shop-page .woocommerce .woocommerce-message,
body.diptych-shop-page .woocommerce .woocommerce-info,
body.diptych-shop-page .woocommerce .woocommerce-error,
.diptych-shop .woocommerce-message,
.diptych-shop .woocommerce-info,
.diptych-shop .woocommerce-error,
.diptych-cart .woocommerce-message,
.diptych-cart .woocommerce-info,
.diptych-cart .woocommerce-error {
	border: 1px solid #debf92 !important;
	border-top: 1px solid #debf92 !important;
	border-left: 1px solid #debf92 !important;
	border-right: 1px solid #debf92 !important;
	border-bottom: 1px solid #debf92 !important;
	border-color: #debf92 !important;
	background: #f7f1e8 !important;
	background-color: #f7f1e8 !important;
	color: #212121 !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 14px 18px 14px 48px !important;
	margin: 0 0 24px !important;
	list-style: none !important;
}

body.diptych-shop-page .woocommerce-message::before,
body.diptych-shop-page .woocommerce-info::before,
body.diptych-shop-page .woocommerce-error::before,
.diptych-shop .woocommerce-message::before,
.diptych-shop .woocommerce-info::before,
.diptych-shop .woocommerce-error::before {
	color: #b8813f !important;
	background: transparent !important;
}

body.diptych-shop-page .woocommerce-message a,
body.diptych-shop-page .woocommerce-info a,
.diptych-shop .woocommerce-message a,
.diptych-shop .woocommerce-info a {
	color: #b8813f !important;
	text-decoration: underline !important;
}

body.diptych-shop-page .woocommerce-message .button,
body.diptych-shop-page .woocommerce-info .button,
.diptych-shop .woocommerce-message .button {
	background: #debf92 !important;
	color: #212121 !important;
	border-color: #debf92 !important;
}

/* Hide WC empty-cart English notice — we show Russian copy. */
.diptych-cart .cart-empty.woocommerce-info,
.diptych-cart .return-to-shop {
	display: none !important;
}

.diptych-shop *,
.diptych-shop *::before,
.diptych-shop *::after {
	box-sizing: border-box;
}

.diptych-shop a {
	color: inherit;
	text-decoration: none;
}

.diptych-shop img {
	max-width: 100%;
	display: block;
}

.dp-shop {
	width: 100%;
	max-width: 1440px;
	margin-inline: auto;
	padding: 40px clamp(20px, 7vw, 100px) 80px;
}

.dp-shop__head {
	text-align: center;
	margin-bottom: 40px;
}

.dp-shop__title {
	margin: 0 0 12px;
	font-family: var(--font-display);
	font-weight: 300;
	font-size: clamp(28px, 3vw, 40px);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #212121;
	line-height: 1.15;
}

.dp-shop__crumbs {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px;
	font-weight: 200;
	font-size: 16px;
	letter-spacing: 0.32px;
	color: #212121;
}

.dp-shop__crumbs a:hover {
	color: #b8813f;
}

.dp-shop__crumb-sep {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-inline: 4px;
	background: currentColor;
	opacity: 0.35;
	clip-path: polygon(40% 0, 70% 50%, 40% 100%, 28% 100%, 58% 50%, 28% 0);
}

.diptych-shop .dp-footer {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	position: relative;
}

/* ---- Cart item card (Figma) ---- */
.dp-cart-items {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 48px;
}

.dp-cart-item {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	gap: 40px;
	padding: 32px 40px !important;
	background: #f7f1e8 !important;
	background-color: #f7f1e8 !important;
	border: 0 !important;
	border-radius: 0 !important;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box;
	box-shadow: none !important;
	margin: 0 !important;
}


.dp-cart-item__media {
	flex: 0 0 400px;
	width: 400px;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.dp-cart-item__stage {
	position: relative;
	width: 100%;
	height: 340px;
	background: #fff;
	overflow: hidden;
}

.dp-cart-item__slides {
	position: relative;
	width: 100%;
	height: 100%;
}

.dp-cart-item__slides img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center;
	display: block;
	margin: 0;
	background: #fff;
}

.dp-cart-item__slides img[hidden] {
	display: none !important;
}

.dp-cart-item__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	display: grid;
	place-items: center;
}

.dp-cart-item__nav--prev { left: 6px; }
.dp-cart-item__nav--next { right: 6px; }

.dp-cart-item__thumbs {
	display: flex;
	gap: 10px;
}

.dp-cart-item__thumbs button {
	display: block;
	width: 72px;
	height: 72px;
	padding: 0;
	background: #fff;
	overflow: hidden;
	border: 1px solid transparent;
	box-sizing: border-box;
	cursor: pointer;
}

.dp-cart-item__thumbs button.is-active {
	border-color: #b8813f;
}

.dp-cart-item__thumbs img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	max-height: 72px !important;
}

.dp-cart-item__content {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	padding-right: 8px;
}

.dp-cart-item__remove {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.7;
	line-height: 0;
	z-index: 2;
}

.dp-cart-item__remove:hover {
	opacity: 1;
}

/* Figma: brand dark + title gold */
.dp-cart-item__name {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 40px 10px 0;
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 0.02em;
	line-height: 1.15;
	color: #212121;
}

.dp-cart-item__brand {
	text-transform: lowercase;
	color: #212121;
}

.dp-cart-item__sep {
	display: inline-block;
	width: 1px;
	height: 0.85em;
	margin-inline: 12px;
	background: #b8813f;
	opacity: 0.85;
	align-self: center;
}

.dp-cart-item__title {
	text-transform: uppercase;
	color: #b8813f;
}

.dp-cart-item__meta {
	margin: 0 0 14px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.28px;
	color: #212121;
}

.dp-cart-item__desc {
	margin: 0 0 22px;
	font-weight: 200;
	font-size: 14px;
	line-height: 1.45;
	max-width: 56ch;
	color: #212121;
}

.dp-cart-item__wines {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.dp-cart-item__wines li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 12px;
	line-height: 1.35;
}

.dp-cart-item__wines strong {
	font-family: var(--font-display);
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #b8813f;
}

.dp-cart-item__wines span {
	font-family: var(--font-body);
	font-weight: 200;
	color: #212121;
}

.dp-cart-item__rule {
	width: 100%;
	height: 0;
	margin: 0 0 18px;
	border: 0;
	border-top: 1px solid #c9a46a;
	opacity: 0.55;
}

.dp-cart-item__bar {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: nowrap;
}

.dp-cart-item__price-label {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.28px;
	flex-shrink: 0;
	color: #212121;
}

.dp-qty {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	flex-shrink: 0;
}

.dp-qty__btn {
	appearance: none;
	-webkit-appearance: none;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 4px 2px !important;
	margin: 0 !important;
	cursor: pointer;
	font-family: var(--font-body);
	font-weight: 300;
	font-size: 26px;
	line-height: 1;
	color: #b8813f !important;
	border-radius: 0 !important;
	width: auto !important;
	height: auto !important;
	min-width: 1.1em;
	text-align: center;
}

.dp-qty__btn:hover {
	color: #8a5a20 !important;
}

.dp-qty__input {
	width: 28px !important;
	min-width: 28px !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-align: center;
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 400;
	color: #212121 !important;
	padding: 0 !important;
	margin: 0 !important;
	appearance: textfield;
	-moz-appearance: textfield;
}

.dp-qty__input::-webkit-outer-spin-button,
.dp-qty__input::-webkit-inner-spin-button {
	appearance: none;
	margin: 0;
}

.dp-cart-item__price {
	margin-left: auto;
	font-family: var(--font-display);
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
	white-space: nowrap;
	color: #212121 !important;
}

.dp-cart-item__price .amount,
.dp-cart-item__price .woocommerce-Price-amount,
.dp-cart-item__price .woocommerce-Price-currencySymbol,
.dp-cart-item__price bdi {
	font-weight: 500 !important;
	color: #212121 !important;
}

.diptych-cart .quantity,
.diptych-cart .ast-qty-placeholder,
.diptych-cart a.plus,
.diptych-cart a.minus,
.diptych-cart .plus,
.diptych-cart .minus {
	display: none !important;
}

/* ---- Cart bottom ---- */
.dp-cart-bottom {
	display: grid;
	grid-template-columns: 1fr minmax(280px, 380px);
	gap: 40px;
	align-items: start;
	margin-bottom: 72px;
}

.dp-cart-pay__title,
.dp-cart-summary__title {
	margin: 0 0 16px;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.36px;
}

.dp-cart-pay__logos {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.dp-cart-summary {
	background: #f7f1e8;
	padding: 28px 24px;
}

.dp-cart-summary__lines {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dp-cart-summary__lines li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	font-weight: 200;
	font-size: 15px;
	letter-spacing: 0.28px;
}

.dp-cart-summary__ship span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.dp-cart-summary__total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 24px;
	font-family: var(--font-display);
	font-size: clamp(28px, 2.5vw, 36px);
	font-weight: 500;
}

.dp-cart-summary__total span {
	font-weight: 400;
}

.dp-btn-checkout {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 24px;
	border-radius: 999px;
	background: #debf92;
	color: #212121 !important;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.4px;
	text-transform: none;
	border: 0;
	box-shadow: 0 0 24px rgba(222, 191, 146, 0.55);
	transition: filter 0.2s ease;
}

.dp-btn-checkout:hover {
	filter: brightness(0.97);
}

.dp-cart-empty {
	text-align: center;
	padding: 60px 20px 80px;
}

.dp-cart-empty p {
	margin: 0 0 24px;
	font-weight: 200;
	font-size: 18px;
}

.dp-cart-empty .dp-btn-checkout {
	max-width: 280px;
	margin-inline: auto;
}

/* ---- Upsell ---- */
.dp-cart-upsell {
	margin-bottom: 40px;
}

.dp-cart-upsell__title {
	margin: 0 0 32px;
	text-align: center;
	font-family: var(--font-display);
	font-weight: 300;
	font-size: clamp(22px, 2.2vw, 28px);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dp-cart-upsell__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.dp-upsell__img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	background: #f7f1e8;
	margin-bottom: 16px;
}

.dp-upsell__name {
	margin: 0 0 12px;
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #212121;
}

.dp-upsell__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.dp-upsell__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 22px;
	border-radius: 999px;
	border: 1px solid #debf92;
	background: #fff;
	font-size: 13px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #212121 !important;
}

.dp-upsell__price {
	font-family: var(--font-display);
	font-size: 22px;
	font-weight: 500;
}

/* ---- Checkout layout ---- */
.dp-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.9fr);
	gap: 48px 56px;
	align-items: start;
}

.dp-checkout__ship-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 28px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(33, 33, 33, 0.15);
}

.dp-checkout__ship-head h2 {
	margin: 0;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.4px;
}

.dp-checkout__ship-rate {
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.3px;
	white-space: nowrap;
}

/* Underline fields */
.diptych-checkout .woocommerce-billing-fields > h3,
.diptych-checkout .woocommerce-additional-fields,
.diptych-checkout .woocommerce-shipping-fields {
	display: none !important;
}

.diptych-checkout .dp-checkout__fields .form-row {
	margin: 0 0 22px;
	padding: 0;
	width: 100% !important;
	float: none !important;
}

.diptych-checkout .dp-checkout__fields label {
	display: block;
	margin-bottom: 6px;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.28px;
	color: #212121;
}

.diptych-checkout .dp-checkout__fields label .required {
	color: #c0392b;
	text-decoration: none;
}

.diptych-checkout .dp-checkout__fields .input-text,
.diptych-checkout .dp-checkout__fields select,
.diptych-checkout .dp-checkout__fields .select2-selection {
	width: 100%;
	border: 0 !important;
	border-bottom: 1px solid #212121 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 8px 0 !important;
	font-family: var(--font-body);
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.28px;
	color: #212121;
	min-height: 40px;
}

.diptych-checkout .dp-checkout__fields .woocommerce-input-wrapper {
	display: block;
}

.diptych-checkout .woocommerce-error,
.diptych-checkout .woocommerce-invalid .woocommerce-error,
.diptych-checkout .dp-checkout__fields .woocommerce-error {
	margin: 6px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #c0392b;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.2px;
	list-style: none;
}

.diptych-checkout .woocommerce-invalid .input-text,
.diptych-checkout .woocommerce-invalid select {
	border-bottom-color: #c0392b !important;
}

/* Order review */
.dp-checkout-review {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.diptych-checkout .woocommerce-checkout-review-order-table {
	width: 100%;
	border: 1px solid rgba(33, 33, 33, 0.18);
	border-collapse: collapse;
	margin: 0;
}

.diptych-checkout .woocommerce-checkout-review-order-table th,
.diptych-checkout .woocommerce-checkout-review-order-table td {
	padding: 14px 18px;
	border: 0;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.28px;
	background: transparent;
}

.diptych-checkout .woocommerce-checkout-review-order-table thead th {
	font-weight: 500;
	border-bottom: 1px solid rgba(33, 33, 33, 0.12);
}

.diptych-checkout .woocommerce-checkout-review-order-table tfoot th,
.diptych-checkout .woocommerce-checkout-review-order-table tfoot td {
	border-top: 1px solid rgba(33, 33, 33, 0.1);
}

.diptych-checkout .woocommerce-checkout-review-order-table .order-total th,
.diptych-checkout .woocommerce-checkout-review-order-table .order-total td {
	font-family: var(--font-display);
	font-size: 28px;
	font-weight: 500;
	padding-top: 18px;
}

/* Payment box */
.diptych-checkout #payment {
	background: #f7f1e8 !important;
	border-radius: 0 !important;
	padding: 24px 20px !important;
	border: 0 !important;
}

.diptych-checkout #payment .payment_methods {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
}

.diptych-checkout #payment .payment_methods li {
	margin: 0 0 12px;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
}

.diptych-checkout #payment .payment_methods label {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.28px;
}

.diptych-checkout #payment .payment_box {
	background: transparent !important;
	padding: 8px 0 0 !important;
	margin: 0 !important;
	border: 0 !important;
	color: #555;
	font-weight: 200;
	font-size: 13px;
}

.diptych-checkout #payment .payment_box::before {
	display: none !important;
}

.diptych-checkout #payment::before {
	content: "Выбрать способ оплаты";
	display: block;
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.32px;
}

.diptych-checkout #payment::after {
	content: "Все транзакции безопасны и зашифрованы";
	display: block;
	order: -1;
	margin: -2px 0 16px;
	font-weight: 200;
	font-size: 12px;
	letter-spacing: 0.2px;
	color: #666;
}

.diptych-checkout .dp-age-confirm {
	margin: 8px 0 20px !important;
	padding: 0 !important;
	width: 100% !important;
}

.diptych-checkout .dp-age-confirm label {
	font-weight: 200;
	font-size: 13px;
	line-height: 1.45;
	letter-spacing: 0.2px;
}

.diptych-checkout .dp-age-confirm a {
	color: #b8813f;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.dp-btn-order {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	margin-top: 8px;
	padding: 14px 24px !important;
	border-radius: 999px !important;
	border: 1px solid #debf92 !important;
	background: #fff !important;
	color: #212121 !important;
	font-family: var(--font-body) !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	letter-spacing: 0.48px !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	gap: 10px;
}

.dp-btn-order__sun {
	width: 28px;
	height: auto;
}

.diptych-checkout #payment .place-order {
	margin: 0;
	padding: 0;
	float: none !important;
	width: 100%;
}

.diptych-checkout .woocommerce-privacy-policy-text,
.diptych-checkout .woocommerce-terms-and-conditions-wrapper {
	display: none;
}

.diptych-checkout .woocommerce-form-coupon-toggle,
.diptych-checkout .checkout_coupon {
	display: none !important;
}

/* Notices */
.diptych-shop .woocommerce-notices-wrapper,
.diptych-shop .woocommerce-message,
.diptych-shop .woocommerce-info,
.diptych-shop .woocommerce-error {
	max-width: 1440px;
	margin: 0 auto 24px;
}

@media (max-width: 960px) {
	.dp-cart-item {
		flex-direction: column !important;
		padding: 20px;
		gap: 20px;
	}

	.dp-cart-item__media {
		flex: none;
		width: 100%;
		max-width: 280px;
		height: auto;
		margin-inline: auto;
	}

	.dp-cart-item__stage {
		height: 260px;
	}

	.dp-cart-item__content {
		padding-right: 0;
	}

	.dp-cart-item__bar {
		flex-wrap: wrap;
		gap: 12px;
	}

	.dp-cart-item__price {
		margin-left: 0;
		width: 100%;
		text-align: right;
		font-size: 28px;
	}

	.dp-cart-bottom,
	.dp-checkout,
	.dp-cart-upsell__grid {
		grid-template-columns: 1fr;
	}

	.dp-cart-item__wines {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.dp-shop {
		padding: 24px 20px 56px !important;
	}

	.dp-cart-item__thumbs button {
		width: 56px;
		height: 56px;
	}
}

/* =========================================================
   PDP — Figma 562:1956 (exact composition)
   ========================================================= */
.diptych-pdp {
	background: #fff;
	width: 100%;
	overflow-x: clip;
}

.diptych-pdp .dp-pdp {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 48px 0 80px;
}

body.single-product.diptych-shop-page #page,
body.single-product.diptych-shop-page #content,
body.single-product.diptych-shop-page .site-content,
body.single-product.diptych-shop-page .ast-container,
body.single-product.diptych-shop-page .entry-content,
body.single-product.diptych-shop-page .ast-article-single {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
	overflow: visible !important;
}

.dp-pdp__head {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 var(--margin, 100px);
	box-sizing: border-box;
}

.dp-pdp__crumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0;
	font-weight: 200;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.4;
	color: #212121;
}

.dp-pdp__crumbs a {
	color: #212121;
	padding: 10px;
	text-decoration: none;
}

.dp-pdp__crumbs > span:last-child { padding: 10px; }

.dp-pdp__crumb-sep {
	display: inline-block;
	width: 24px;
	height: 28px;
	background: url("../img/account/icon-crumb.svg") no-repeat center / contain;
	filter: brightness(0) saturate(100%);
	opacity: 0.75;
	flex-shrink: 0;
}

.dp-pdp__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(405px, 100%);
	margin: 0 auto 4px;
}

.dp-pdp__brand {
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 36px;
	letter-spacing: 0.72px;
	color: #262626;
}

.dp-pdp__sep {
	width: 1px;
	height: 44px;
	background: rgba(33, 33, 33, 0.35);
	flex-shrink: 0;
}

.dp-pdp__name {
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 27px;
	letter-spacing: 0.54px;
	text-transform: none;
	color: #b8813f;
}

/* ---- Hero canvas (full viewport width) ---- */
.dp-pdp__hero {
	position: relative;
	width: 100%;
	margin-top: 28px;
	isolation: isolate;
}

.dp-pdp__visual {
	position: relative;
	width: 100%;
	height: 588px;
	overflow: visible;
	/* Above buybar so blue band can cover the card top */
	z-index: 3;
	pointer-events: none;
}

/* Blue band = full width — sits ON TOP of the price card */
.dp-pdp__blueband {
	position: absolute;
	left: 0;
	right: 0;
	top: 400px;
	height: 168px;
	background: #005ae1;
	box-shadow: 0 8px 4.5px rgba(0, 0, 0, 0.25);
	z-index: 2;
	pointer-events: none;
}

/* Product art — Figma Frame 502: boxes near outer edges */
.dp-pdp__stage {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: min(1440px, 100%);
	height: 100%;
	z-index: 4;
	pointer-events: none;
	overflow: visible;
}

.dp-pdp__mount {
	position: absolute;
	top: 280px;
	width: min(557px, 42%);
	height: auto;
	z-index: 0;
}

.dp-pdp__mount--l { left: 0; }

.dp-pdp__mount--r {
	right: 0;
	transform: scaleX(-1) scaleY(-1);
}

.dp-pdp__box,
.dp-pdp__bottles {
	position: absolute;
	object-fit: contain;
	background: transparent !important;
}

/* Figma bottles 478×478 — same size on every SKU */
.dp-pdp__bottles {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: min(478px, 36vw);
	height: auto;
	z-index: 4;
}

/* Wine names on blue, under bottles, centered to bottle group */
.dp-pdp__wine-labels {
	position: absolute;
	left: 50%;
	top: 490px;
	transform: translateX(-50%);
	z-index: 8;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: min(478px, 36vw);
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	color: #debf92 !important;
	line-height: 1.2;
	pointer-events: none;
	text-shadow:
		0 0 12px rgba(0, 90, 225, 0.95),
		0 1px 2px rgba(0, 40, 120, 0.45);
}

.dp-pdp__wine-labels li {
	flex: 1 1 0;
	min-width: 0;
	max-width: 160px;
	margin: 0 auto;
	color: #debf92 !important;
	text-align: center;
}

/* Figma size — further to page edges */
.dp-pdp__box--left {
	left: max(-140px, calc(50% - 820px));
	top: 270px;
	width: min(454px, 31vw);
	z-index: 3;
}

.dp-pdp__box--right {
	right: max(-120px, calc(50% - 800px));
	top: 290px;
	width: min(435px, 30vw);
	z-index: 3;
}

/*
 * Price card slides UP behind the blue band (Figma ~59px under blue).
 * Lower z-index than .dp-pdp__visual so blue covers the card top.
 */
.dp-pdp__buybar {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(541px, calc(100% - 32px));
	height: 168px;
	margin: -64px auto 0;
	padding: 90px 60px 0;
	background: url("../img/pdp/buybar.svg") no-repeat center / contain;
	color: #fff;
	box-sizing: border-box;
	pointer-events: auto;
}

.dp-pdp__addtocart {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	height: 55px;
	padding: 0 26px;
	border-radius: 50px;
	background: #b8813f;
	border: 1px solid #b8813f;
	color: #fff !important;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.32px;
	text-decoration: none;
}

.dp-pdp__addtocart img {
	display: block;
	width: 17px;
	height: 16px;
	filter: brightness(0) invert(1);
}

.dp-pdp__price {
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 0.72px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.dp-pdp__details {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr;
	gap: 0 28px;
	align-items: start;
	/* Air under hero boxes / buybar (Figma Frame 504 @ y=1161) */
	padding: 160px var(--margin, 100px) 40px;
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}

.dp-pdp__vdiv {
	width: 1px;
	align-self: stretch;
	min-height: 200px;
	background: rgba(33, 33, 33, 0.2);
}

.dp-pdp__col-title {
	margin: 0 0 8px;
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #b8813f;
}

.dp-pdp__col-meta {
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.32px;
	color: #212121;
}

.dp-pdp__col-body {
	font-weight: 200;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.32px;
	color: #212121;
}

.dp-pdp__col-body strong { font-weight: 500; }

.dp-pdp__occasions {
	padding: 80px var(--margin, 100px) 40px;
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}

.dp-pdp__occ-title {
	margin: 0 0 64px;
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 32px;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	text-align: center;
	color: #212121;
}

.dp-pdp__occ-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	max-width: 1240px;
	margin: 0 auto;
}

.dp-occ { text-align: center; }

.dp-occ__visual {
	position: relative;
	min-height: 390px;
	margin-bottom: 40px;
	background: transparent;
}

.dp-occ__box {
	position: relative;
	z-index: 2;
	width: 220px;
	height: auto;
	margin: 0 auto -8px;
	display: block;
	object-fit: contain;
	background: transparent !important;
}

.dp-occ__arch {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 290px;
	height: 278px;
	background: #005ae1;
	border-radius: 163px 163px 0 0;
	box-shadow: -3.5px -6.3px 11px rgba(0, 0, 0, 0.25);
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 0 16px 36px;
	color: #fff;
}

.dp-occ__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 205px;
	margin-bottom: 12px;
}

.dp-occ__brand {
	font-family: var(--font-display);
	font-size: 22px;
	letter-spacing: 0.44px;
	color: #fff;
}

.dp-occ__line {
	width: 1px;
	height: 24px;
	background: rgba(255, 255, 255, 0.5);
}

.dp-occ__set {
	font-family: var(--font-display);
	font-size: 16px;
	letter-spacing: -0.16px;
	text-transform: uppercase;
	color: var(--c-gold);
}

.dp-occ__label {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	max-width: 220px;
}

.dp-occ__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

/* Thanks / Video / Account / Purchases */
.dp-thanks {
	min-height: calc(100vh - 90px - 200px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px var(--margin, 100px);
	text-align: center;
}

.dp-thanks__inner { max-width: 560px; }

.dp-thanks__logo {
	width: 180px;
	height: auto;
	margin: 0 auto 28px;
}

.dp-thanks__title {
	margin: 0 0 16px;
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 40px;
	color: #212121;
}

.dp-thanks__text {
	margin: 0 0 12px;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.32px;
}

.dp-thanks__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-top: 32px;
}

/* =========================================================
   Cabinet — Figma 621:3127 / 716:1943 / 731:1614
   ========================================================= */
.diptych-account,
.diptych-purchases {
	background: #fff;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Full-bleed: albastru până la marginea stângă a viewport-ului (Figma) */
.dp-cab {
	display: grid;
	grid-template-columns: 449px minmax(0, 1fr);
	align-items: stretch;
	min-height: 741px;
	width: 100%;
	max-width: none;
	margin: 0;
	background: #fff;
}

body.diptych-shop-page .diptych-account,
body.diptych-shop-page .diptych-purchases,
body.diptych-shop-page .diptych-account .dp-cab,
body.diptych-shop-page .diptych-purchases .dp-cab {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.dp-cab--gate {
	display: block;
	min-height: 420px;
	padding: 80px 20px;
}

.dp-cab__aside {
	background: #005ae1 !important;
	color: #fff;
	padding: 93px 68px 60px 136px;
	box-sizing: border-box;
}

.dp-cab__aside-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 260px;
}

.dp-cab__title {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 32px;
	letter-spacing: 0.64px;
	text-align: left;
	color: #fff;
	white-space: nowrap;
}

.dp-cab__crumbs {
	display: flex;
	align-items: center;
	margin: 10px 0 0;
	font-weight: 200;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.4;
	color: #fff;
}

.dp-cab__crumbs a {
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

.dp-cab__crumbs span {
	padding: 10px;
}

.dp-cab__crumb-sep {
	display: inline-block;
	width: 24px;
	height: 28px;
	object-fit: contain;
	flex-shrink: 0;
}

.dp-cab__user {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-top: 70px;
}

.dp-cab__avatar {
	flex-shrink: 0;
	width: 55px;
	height: 55px;
	border-radius: 100px 100px 0 0;
	background: #005ae1;
	box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 4px;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 0.72px;
	line-height: 1.2;
	color: #debf92;
	box-sizing: border-box;
}

.dp-cab__user-meta {
	padding-top: 6px;
	min-width: 0;
}

.dp-cab__user-name,
.dp-cab__user-email {
	margin: 0;
	font-weight: 200;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.4;
	color: #fff;
	word-break: break-word;
}

.dp-cab__user-email { margin-top: 4px; }

.dp-cab__nav {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 48px;
	width: 100%;
}

.dp-cab__nav-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.32px;
	color: #fff !important;
	text-decoration: none;
	opacity: 0.85;
	transition: opacity 0.15s ease;
}

.dp-cab__nav-link.is-active,
.dp-cab__nav-link:hover {
	opacity: 1;
}

.dp-cab__nav-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
}

/* Asset-urile Figma sunt gold — pe sidebar albastru se afiseaza albe */
.dp-cab__nav-ico img {
	display: block;
	width: 18px;
	height: auto;
}

.dp-cab__nav-ico--frame img {
	width: 36px;
	height: 36px;
}

.dp-cab__main {
	padding: 109px clamp(40px, 7vw, 100px) 80px 68px;
	box-sizing: border-box;
	background: #fff !important;
	min-height: 741px;
}

.dp-cab__main--orders {
	padding-right: clamp(40px, 18vw, 412px);
}

.dp-cab__h2 {
	margin: 0 0 28px;
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.32px;
	color: #212121;
}

.dp-cab__cols {
	display: grid;
	grid-template-columns: minmax(240px, 303px) minmax(240px, 407px);
	gap: 48px 113px;
	align-items: start;
}

.dp-cab__field {
	display: block;
	margin-bottom: 10px;
}

.dp-cab__label {
	display: block;
	padding: 0 10px;
	margin-bottom: 0;
	height: 24px;
	font-weight: 200;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.4;
	color: #a6a6a6;
}

.dp-cab__input,
.dp-cab__input-wrap {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.dp-cab__input {
	height: 40px;
	padding: 0 18px;
	border: 1px solid #debf92;
	border-radius: 0;
	background: #fff;
	font-family: var(--font-body);
	font-weight: 200;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.4;
	color: #000;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.dp-cab__input:focus {
	border-color: #005ae1;
}

.dp-cab__input-wrap {
	position: relative;
}

.dp-cab__input-wrap .dp-cab__input {
	padding-right: 48px;
}

.dp-cab__cal {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 0;
	pointer-events: none;
	width: 24px;
	height: 24px;
}

.dp-cab__cal img {
	display: block;
	width: 24px;
	height: 24px;
}

.dp-cab__subs-text {
	margin: 0 0 24px;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.32px;
	color: #212121;
	max-width: 407px;
}

.dp-cab__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	margin-bottom: 40px;
}

.dp-cab__check {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-weight: 200;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.4;
	color: #212121;
}

.dp-cab__check input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* Radio-urile exacte din Figma (Ellipse 6 / 7) */
.dp-cab__radio {
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	background: url("../img/account/radio-off.svg") no-repeat center / contain;
}

.dp-cab__check input:checked + .dp-cab__radio {
	background-image: url("../img/account/radio-on.svg");
}

.dp-cab__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	height: 44px;
	padding: 7px 26px;
	border-radius: 50px;
	border: 1px solid #debf92;
	background: #debf92;
	color: #fff !important;
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.32px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none;
}

.dp-cab__btn:hover,
.dp-cab__btn:focus {
	background: #d0ad7e;
	border-color: #d0ad7e;
	color: #fff !important;
}

.dp-cab__gate {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	font-weight: 200;
	font-size: 16px;
}

.dp-cart-empty {
	text-align: center;
	padding: 60px 20px;
	font-weight: 200;
}

.dp-cab__notice {
	margin: 0 0 20px;
	font-weight: 200;
	color: #005ae1;
}

.dp-orders__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 74px;
	max-width: 510px;
}

.dp-orders__head .dp-cab__h2 { margin: 0; }

.dp-orders__count {
	font-weight: 200;
	font-size: 10px;
	letter-spacing: 0.2px;
	line-height: 1.4;
	color: #212121;
}

.dp-orders__empty {
	margin: 0;
	max-width: 510px;
	text-align: center;
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 32px;
	letter-spacing: 0.64px;
	line-height: normal;
	color: #212121;
}

.dp-orders__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 510px;
}

.dp-orders__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 211px;
	padding: 10px 20px;
	background: #fff8ee !important;
	box-sizing: border-box;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

.dp-orders__thumb {
	flex-shrink: 0;
	width: 197px;
	height: 191px;
	display: block;
	background: transparent !important;
}

.dp-orders__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: transparent !important;
}

.dp-orders__meta {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	align-self: stretch;
	padding: 8px 0;
	min-height: 173px;
	text-align: right;
}

.dp-orders__top {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.dp-orders__title {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin: 0;
	flex-wrap: wrap;
}

.dp-orders__brand {
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0.4px;
	color: #262626;
}

.dp-orders__sep {
	width: 1px;
	height: 18px;
	background: rgba(38, 38, 38, 0.4);
}

.dp-orders__name {
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #b8813f;
}

.dp-orders__price {
	margin: 0;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.4px;
	color: #212121;
	display: flex;
	align-items: center;
	gap: 5px;
}

.dp-orders__date {
	margin: 0;
	font-weight: 200;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.4;
	color: #212121;
}

/* =========================================================
   Video page — Figma 626:2796
   ========================================================= */
.diptych-video-page {
	background: rgba(31, 30, 29, 0.97);
}

.diptych-video-page .site-content,
.diptych-video-page #content,
.diptych-video-page .ast-container,
.diptych-video-page .entry-content {
	background: transparent !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.dp-video {
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 0 80px;
	color: #fff;
}

.dp-video__hero {
	padding: 0 clamp(20px, 7vw, 110px);
}

/* Figma Player 626:4302 — 1220×1071: photo + full blue fog overlay */
.dp-video__player {
	position: relative;
	width: 100%;
	max-width: 1220px;
	min-height: 1071px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 298px 34px 45px;
	box-sizing: border-box;
	background: #005ae1;
}

.dp-video__media {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1220px;
	height: 707px;
	z-index: 0;
	pointer-events: none;
}

.dp-video__hero-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	border-radius: 20px;
}

/* Figma I626:4302;626:4184 — fog over entire player, not only under copy */
.dp-video__fog {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	border-radius: inherit;
	background: linear-gradient(
		180deg,
		rgba(31, 30, 29, 0.52) 0%,
		#005ae1 66.947%
	);
}

.dp-video__play {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	width: 81px;
	height: 81px;
	border: 0;
	border-radius: 12px;
	background: #005ae1;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0 0 2px 4px;
}

.dp-video__hero-copy {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1143px;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: stretch;
	box-sizing: border-box;
}

.dp-video__hero-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 24px;
	margin-bottom: 20px;
}

.dp-video__brand {
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 36px;
	letter-spacing: 0.72px;
	color: #fff;
}

.dp-video__sep {
	width: 1px;
	height: 44px;
	background: rgba(255, 255, 255, 0.5);
	flex-shrink: 0;
}

.dp-video__set {
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 27px;
	letter-spacing: 0.54px;
	color: #debf92;
	text-transform: none;
}

.dp-video__wines {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: min(536px, 100%);
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 16px;
	letter-spacing: -0.16px;
	text-transform: uppercase;
	text-align: left;
	color: #debf92;
}

.dp-video__desc {
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	font-weight: 200;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.32px;
	color: #fff;
}

.dp-video__combos {
	padding: 100px clamp(20px, 7vw, 110px) 40px;
}

.dp-video__combos-title {
	margin: 0 0 48px;
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 32px;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	text-align: center;
	color: #debf92;
}

.dp-video__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	max-width: 1220px;
	margin: 0 auto;
}

.dp-video__card {
	position: relative;
	height: 195px;
	border-radius: 20px;
	overflow: hidden;
	background: #0a1628;
}

.dp-video__card-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.dp-video__card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(31, 30, 29, 0.71), #005ae1);
	backdrop-filter: blur(2px);
}

.dp-video__card-name {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 25px;
	z-index: 1;
	margin: 0;
	font-family: var(--font-display);
	font-weight: 300;
	font-size: 20px;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	color: #debf92;
}

.dp-video__watch {
	position: absolute;
	left: 17px;
	bottom: 18px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	height: 44px;
	padding: 0 26px;
	border-radius: 50px;
	border: 1px solid #debf92 !important;
	background: transparent !important;
	color: #debf92 !important;
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.32px;
	cursor: pointer;
}

.dp-video__watch img {
	width: 14px;
	height: 15px;
	display: block;
}

.dp-pdp__occasions--dark {
	padding: 60px clamp(20px, 7vw, 100px) 40px;
	background: transparent;
}

.dp-pdp__occ-title--dark {
	color: #debf92;
}

/* Cutout pe fundal dark: ZERO alb / zero cadran */
.dp-pdp__occasions--dark .dp-occ,
.dp-pdp__occasions--dark .dp-occ__visual,
.diptych-video-page .dp-occ,
.diptych-video-page .dp-occ__visual {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

.dp-pdp__occasions--dark .dp-occ__box,
.diptych-video-page img.dp-occ__box,
.diptych-video-page .dp-occ__box {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	outline: 0 !important;
	mix-blend-mode: normal;
	filter: none;
	width: min(220px, 72%);
	height: auto;
	margin-inline: auto;
	object-fit: contain;
}

.dp-pdp__occasions--dark .dp-btn-more {
	color: #debf92 !important;
	border-color: #debf92 !important;
	background: transparent !important;
}

.dp-pdp__occasions--dark .dp-btn-more:hover,
.dp-pdp__occasions--dark .dp-btn-more:focus {
	background: rgba(222, 191, 146, 0.12) !important;
	color: #debf92 !important;
}

.dp-pdp__occasions--dark .dp-btn-bag {
	background: #debf92 !important;
	border-color: #debf92 !important;
}

.dp-pdp__occasions--dark .dp-btn-bag img {
	filter: brightness(0) saturate(100%);
}

.dp-header__brand-img {
	width: 100px;
	height: auto;
	display: block;
}

.dp-shop {
	padding-left: var(--margin, 100px) !important;
	padding-right: var(--margin, 100px) !important;
	max-width: 1440px;
	margin-inline: auto;
}

@media (max-width: 1100px) {
	.dp-pdp__details { grid-template-columns: 1fr; gap: 32px; padding-left: 24px; padding-right: 24px; }
	.dp-pdp__vdiv { display: none; }
	.dp-pdp__occ-grid { grid-template-columns: repeat(2, 1fr); }
	.dp-cab {
		grid-template-columns: 1fr;
	}
	.dp-cab__aside {
		padding: 40px 24px 32px;
	}
	.dp-cab__aside-inner { max-width: none; width: 100%; }
	.dp-cab__main { padding: 40px 24px 60px; min-height: 0; }
	.dp-cab__cols { grid-template-columns: 1fr; gap: 40px; }
	.dp-cab__main--orders { padding-right: 24px; }
	.dp-video__grid { grid-template-columns: repeat(2, 1fr); }
	.dp-video__player {
		min-height: 0;
		padding: 180px 24px 32px;
	}
	.dp-video__media { height: 52vw; max-height: 480px; }
	.dp-video__hero-copy { padding: 0; gap: 28px; }
	.dp-video__hero-title { flex-wrap: wrap; justify-content: center; }
	.dp-video__wines { flex-direction: column; width: 100%; }
	.dp-pdp__visual { height: 528px; }
	.dp-pdp__blueband { top: 340px; }
	.dp-pdp__bottles {
		top: 0;
		width: min(420px, 36vw);
	}
	.dp-pdp__wine-labels {
		top: 450px;
		width: min(420px, 36vw);
		font-size: 14px;
	}
	.dp-pdp__box--left {
		left: max(-80px, calc(50% - 560px));
		width: min(340px, 32vw);
		top: 250px;
	}
	.dp-pdp__box--right {
		right: max(-70px, calc(50% - 540px));
		width: min(320px, 30vw);
		top: 270px;
	}
	.dp-pdp__buybar { margin-top: -56px; }
}

@media (max-width: 768px) {
	/* Mobile cabinet — Figma 864:2268 */
	.dp-cab {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.dp-cab__aside {
		padding: 24px 12px 28px;
	}

	.dp-cab__title {
		width: 100%;
		font-size: 22px;
	}

	.dp-cab__crumbs {
		justify-content: center;
		width: 100%;
		font-size: 14px;
	}

	.dp-cab__user {
		margin-top: 28px;
		order: 2;
	}

	.dp-cab__nav {
		order: 1;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 20px;
		gap: 4px;
	}

	.dp-cab__nav-link {
		flex-direction: column;
		text-align: center;
		font-size: 11px;
		padding: 10px 4px;
		gap: 6px;
		flex: 1;
		border-radius: 8px;
	}

	.dp-cab__nav-link.is-active {
		background: rgba(0, 0, 0, 0.12);
	}

	.dp-cab__nav-link span:last-child {
		line-height: 1.2;
	}

	.dp-cab__aside-inner {
		display: flex;
		flex-direction: column;
	}

	.dp-cab__main {
		padding: 32px 20px 56px;
	}

	.dp-orders__head { max-width: none; margin-bottom: 28px; }
	.dp-orders__list { max-width: none; }
	.dp-orders__card {
		flex-direction: column;
		align-items: stretch;
		min-height: 0;
		padding: 16px;
		gap: 12px;
	}
	.dp-orders__thumb {
		width: 100%;
		height: auto;
		aspect-ratio: 1.2;
	}
	.dp-orders__meta {
		align-items: flex-start;
		text-align: left;
		min-height: 0;
		padding-top: 12px;
	}
	.dp-orders__title { justify-content: flex-start; }

	.dp-pdp__wine-labels {
		flex-direction: row;
		align-items: flex-start;
		margin-top: 0;
	}

	/* Mobile PDP — Figma 864:3363 (390px) */
	.diptych-pdp .dp-pdp {
		padding: 24px 0 56px;
	}

	.dp-pdp__head { padding: 0 20px; }

	.dp-pdp__title-row {
		gap: 10px;
		width: 100%;
		max-width: 350px;
		justify-content: center;
	}

	.dp-pdp__brand { font-size: 24px; }
	.dp-pdp__name { font-size: 22px; }
	.dp-pdp__crumbs { font-size: 14px; }

	.dp-pdp__visual {
		height: 430px;
		z-index: 3;
	}

	.dp-pdp__blueband {
		top: 290px;
		height: 130px;
	}

	.dp-pdp__mount {
		width: 70%;
		top: 160px;
	}

	.dp-pdp__box--left,
	.dp-pdp__box--right {
		display: none;
	}

	.dp-pdp__bottles {
		width: min(88vw, 340px);
		top: 0;
		max-height: none;
	}

	.dp-pdp__wine-labels {
		top: 350px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: min(340px, 88vw);
		padding: 0;
		gap: 6px;
		font-size: 12px;
		font-weight: 400;
		line-height: 1.2;
		z-index: 8;
	}

	.dp-pdp__buybar {
		z-index: 1;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 12px;
		width: calc(100% - 18px);
		max-width: 371px;
		height: auto;
		min-height: 160px;
		margin: -56px auto 0;
		padding: 72px 20px 28px;
		background-size: 100% 100%;
	}

	.dp-pdp__addtocart {
		height: 48px;
		padding: 0 22px;
		gap: 14px;
		font-size: 14px;
	}

	.dp-pdp__price {
		font-size: 32px;
	}

	.dp-pdp__details {
		grid-template-columns: 1fr;
		gap: 48px;
		padding: 72px 20px 32px;
	}

	.dp-pdp__vdiv { display: none; }

	.dp-pdp__col-title {
		font-size: 24px;
	}

	.dp-pdp__col-body {
		font-size: 15px;
	}

	/* Occasions — horizontal swipe like Figma Frame 562 */
	.dp-pdp__occasions,
	.dp-pdp__occasions--dark {
		padding: 48px 0 40px;
	}

	.dp-pdp__occ-title {
		font-size: 22px;
		margin: 0 20px 40px;
		line-height: 1.25;
	}

	.dp-pdp__occ-grid {
		display: flex;
		grid-template-columns: none;
		gap: 16px;
		max-width: none;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding: 0 16px 12px;
	}

	.dp-pdp__occ-grid > .dp-occ {
		flex: 0 0 300px;
		scroll-snap-align: start;
	}

	.dp-occ__visual {
		min-height: 360px;
		margin-bottom: 28px;
	}

	.dp-occ__box {
		width: 200px;
	}

	.dp-occ__arch {
		width: 270px;
		height: 260px;
	}

	/* Video mobile */
	.dp-video { padding: 16px 0 48px; }
	.dp-video__hero { padding: 0 16px; }
	.dp-video__player {
		min-height: 0;
		padding: 120px 16px 24px;
		border-radius: 16px;
	}
	.dp-video__media { height: 56vw; max-height: 320px; }
	.dp-video__play { width: 64px; height: 64px; }
	.dp-video__hero-copy { padding: 0; gap: 16px; }
	.dp-video__brand { font-size: 26px; }
	.dp-video__set { font-size: 20px; }
	.dp-video__wines {
		flex-direction: column;
		gap: 8px;
		width: 100%;
		font-size: 13px;
	}
	.dp-video__combos { padding: 48px 0 24px; }
	.dp-video__combos-title { font-size: 22px; margin: 0 16px 28px; }
	.dp-video__grid {
		display: flex;
		grid-template-columns: none;
		gap: 16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding: 0 16px 12px;
		-webkit-overflow-scrolling: touch;
	}
	.dp-video__card {
		flex: 0 0 280px;
		height: 200px;
		scroll-snap-align: start;
	}

	/* Cart / checkout / thanks */
	.dp-shop {
		padding: 20px 16px 56px !important;
	}

	.dp-shop__title {
		font-size: 26px;
		letter-spacing: 0.04em;
	}

	.dp-shop__crumbs { font-size: 14px; }

	.dp-cart-item {
		padding: 16px !important;
		gap: 16px;
	}

	.dp-cart-item__stage { height: 220px; }

	.dp-cart-item__thumbs button {
		width: 56px;
		height: 56px;
	}

	.dp-cart-item__price { font-size: 24px; }

	.dp-cart-bottom,
	.dp-checkout {
		gap: 28px;
	}

	.diptych-checkout .dp-checkout__fields .input-text,
	.diptych-checkout .dp-checkout__fields select,
	.diptych-checkout .dp-checkout__fields .select2-selection {
		min-height: 48px;
	}

	.dp-thanks {
		padding: 48px 20px;
		min-height: 60vh;
	}

	.dp-thanks__logo { width: 140px; }

	.dp-thanks__title {
		font-size: 28px;
	}

	.dp-thanks__text { font-size: 15px; }

	.dp-thanks__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.dp-thanks__actions .dp-btn,
	.dp-thanks__actions a {
		width: 100%;
		justify-content: center;
	}
}

/* Figma: iconite gold pe orice header */
.dp-header--light .dp-icon img,
.dp-header--dark .dp-icon img {
	filter: none;
}

.dp-header--dark .dp-icon--cart .dp-cart-count {
	background: var(--c-gold);
	color: var(--c-ink);
}

body.diptych-shop-page .ast-404-layout-1,
body.diptych-shop-page .page-title,
body.diptych-shop-page .entry-header,
body.diptych-shop-page .ast-breadcrumbs-wrapper {
	display: none !important;
}
