/**
 * DigiCenter — single product visual polish (UI only)
 * Loaded on product pages from woodmart-child.
 */

/* --------------------------------------------------------------------------
   1) Product title hierarchy
   -------------------------------------------------------------------------- */
body.single-product .wd-single-title .product_title,
body.single-product h1.product_title.entry-title {
	font-size: clamp(1.25rem, 1.05rem + 0.7vw, 1.625rem) !important;
	line-height: 1.45 !important;
	font-weight: 700 !important;
	color: #111111 !important;
	letter-spacing: -0.01em;
	margin-bottom: 0.35em;
}

/* --------------------------------------------------------------------------
   2) English name — flat accent, no gradient text
   -------------------------------------------------------------------------- */
body.single-product .en-name-block {
	margin-top: 4px;
	margin-bottom: 8px;
}

body.single-product .en-name-block::before {
	border-bottom-color: #e8e8e8;
}

body.single-product .en-name-text {
	color: #6b6b6b !important;
	background-image: none !important;
	-webkit-background-clip: initial !important;
	background-clip: initial !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   3) Key specs box — flatter, modern, no emoji
   -------------------------------------------------------------------------- */
body.single-product .wd-single-short-desc .woocommerce-product-details__short-description {
	background-color: #f6f7f8 !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 12px !important;
	padding: 14px 16px !important;
	font-size: 14px !important;
	line-height: 1.75 !important;
	color: #333333 !important;
	margin-bottom: 16px !important;
}

body.single-product .wd-single-short-desc .woocommerce-product-details__short-description::before {
	content: "مشخصات کلیدی" !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #555555 !important;
	margin-bottom: 8px !important;
	letter-spacing: 0;
}

body.single-product .wd-single-short-desc .woocommerce-product-details__short-description ul {
	margin: 0;
	padding-inline-start: 1.1em;
}

body.single-product .wd-single-short-desc .woocommerce-product-details__short-description li {
	margin-bottom: 6px !important;
}

/* --------------------------------------------------------------------------
   4) Buy card — calm purchase panel (4/8/12/16 rhythm)
   -------------------------------------------------------------------------- */
body.single-product .dc-buy-card {
	--dc-buy-gap: 12px;
	--dc-buy-pad: 16px;
	--dc-buy-line: #ececec;
	--dc-buy-muted: #6b6b6b;
	--dc-buy-ink: #111111;
	--dc-buy-brand: #d4141f;
	display: flex;
	flex-direction: column;
	gap: var(--dc-buy-gap);
	width: 100%;
	padding: var(--dc-buy-pad);
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--dc-buy-line);
	box-sizing: border-box;
}

body.single-product .dc-buy-card > .wp-block-wd-container:empty,
body.single-product .dc-buy-card > .wp-block-wd-divider {
	display: none !important;
}

body.single-product .dc-buy-card .wd-single-price,
body.single-product .dc-buy-card .wd-single-add-cart,
body.single-product .dc-buy-card .wp-block-wd-popup {
	margin: 0 !important;
}

body.single-product .dc-buy-card .wp-block-wd-popup {
	width: auto !important;
}

/* Decision head: price → meta */
body.single-product .dc-buy-head {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0 0 12px;
	border-bottom: 1px solid var(--dc-buy-line);
}

body.single-product .dc-buy-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin: 0;
}

/* Cart flow: qty → CTA → upsell → total */
body.single-product .dc-buy-card form.cart.dc-cart-flow {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	margin: 0;
	padding: 0;
}

body.single-product .dc-buy-card form.cart.dc-cart-flow .single_add_to_cart_button {
	order: 2;
	margin: 0 !important;
}

body.single-product .dc-buy-card form.cart.dc-cart-flow .quantity,
body.single-product .dc-buy-card form.cart.dc-cart-flow .dc-qty {
	order: 1;
}

body.single-product .dc-buy-card form.cart.dc-cart-flow .wcpa_form_outer,
body.single-product .dc-buy-card form.cart.dc-cart-flow .dc-upsell-after-cta {
	order: 3;
	margin: 0 !important;
}

body.single-product .dc-buy-card form.cart.dc-cart-flow .dc-buy-total {
	order: 4;
}

/* Quantity — compact stepper */
body.single-product .dc-buy-card form.cart.dc-has-qty .quantity.dc-qty {
	display: inline-flex !important;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
	margin: 0 !important;
	padding: 0;
}

body.single-product .dc-buy-card form.cart.dc-has-qty .dc-qty__label {
	font-size: 12px;
	font-weight: 600;
	color: var(--dc-buy-muted);
	min-width: 2.5em;
}

body.single-product .dc-buy-card form.cart.dc-has-qty .quantity .minus,
body.single-product .dc-buy-card form.cart.dc-has-qty .quantity .plus {
	width: 34px;
	height: 34px;
	min-width: 34px;
	border-radius: 8px;
	border: 1px solid #e4e4e4;
	background: #fafafa;
	color: #333;
	font-size: 15px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
}

body.single-product .dc-buy-card form.cart.dc-has-qty .quantity input.qty {
	width: 44px;
	height: 34px;
	border-radius: 8px;
	border: 1px solid #e4e4e4;
	background: #fff;
	text-align: center;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--dc-buy-ink);
	margin: 0;
	padding: 0;
}

/* Ship / warehouse hint — inline in meta */
body.single-product .dc-buy-hint {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0 !important;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--dc-buy-muted);
}

body.single-product .dc-buy-hint__icon {
	width: 13px;
	height: 13px;
	color: var(--dc-buy-brand);
	flex-shrink: 0;
	opacity: 0.8;
}

/* DigiService — soft strip, not a nested card */
body.single-product .dc-buy-card .dc-upsell-after-cta .digiservice-custom,
body.single-product .dc-buy-card .dc-digiservice.wcpa_field_wrap {
	padding: 10px 0 2px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
	border-top: 1px dashed #e6e6e6 !important;
	background: transparent !important;
	margin-top: 2px !important;
}

body.single-product .dc-buy-card .dc-digiservice .wcpa_checkbox label {
	display: flex !important;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 8px;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: var(--dc-buy-ink) !important;
	line-height: 1.4 !important;
}

body.single-product .dc-buy-card .dc-digiservice .wcpa_option_price {
	font-size: 12px !important;
	font-weight: 500 !important;
	color: var(--dc-buy-muted) !important;
}

body.single-product .dc-buy-card .dc-digiservice__value {
	margin: 4px 0 0 !important;
	margin-inline-start: 24px !important;
	padding: 0;
	font-size: 11.5px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	color: #7a7a7a !important;
}

body.single-product .dc-buy-card .dc-digiservice .wcpa_field_desc {
	margin: 2px 0 0 !important;
	margin-inline-start: 24px !important;
	font-size: 11.5px !important;
}

body.single-product .dc-buy-card .dc-digiservice .wcpa_field_desc p {
	margin: 0 !important;
}

body.single-product .dc-buy-card .dc-digiservice .wcpa_field_desc a {
	color: #555 !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Live total — only when price changes */
body.single-product .dc-buy-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	padding: 9px 12px;
	border-radius: 10px;
	background: #161616;
	color: #fff;
	box-sizing: border-box;
}

body.single-product .dc-buy-total[hidden] {
	display: none !important;
}

body.single-product .dc-buy-total__label {
	font-size: 12px;
	font-weight: 500;
	opacity: 0.8;
}

body.single-product .dc-buy-total__amount {
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: -0.01em;
	white-space: nowrap;
}

/* Consult + corporate — quiet links */
body.single-product .dc-consult-cta {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0;
	color: #555 !important;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none !important;
	line-height: 1.3;
}

body.single-product .dc-consult-cta:hover,
body.single-product .dc-consult-cta:focus {
	color: var(--dc-buy-ink) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

body.single-product .dc-consult-cta svg {
	width: 13px;
	height: 13px;
	flex-shrink: 0;
	opacity: 0.7;
}

body.single-product .dc-buy-footer__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 14px;
	flex: 1 1 auto;
	min-width: 0;
}

body.single-product .dc-buy-footer__meta .wp-block-wd-popup {
	order: 2;
}

body.single-product .dc-buy-footer__meta .dc-consult-cta {
	order: 1;
}

/* --------------------------------------------------------------------------
   5) Price + compact savings
   -------------------------------------------------------------------------- */
body.single-product .wd-single-price .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 8px;
	margin-bottom: 0 !important;
}

body.single-product .wd-single-price .price del {
	order: 2;
	font-size: 0.78em;
	opacity: 0.45;
	color: #777;
}

body.single-product .wd-single-price .price ins {
	order: 1;
	text-decoration: none;
	font-size: clamp(1.3rem, 1.15rem + 0.45vw, 1.5rem);
	font-weight: 700;
	color: var(--dc-buy-brand);
	letter-spacing: -0.015em;
	line-height: 1.2;
}

body.single-product .wd-single-price .price ins .woocommerce-Price-currencySymbol,
body.single-product .wd-single-price .price del .woocommerce-Price-currencySymbol {
	font-size: 0.7em;
	font-weight: 500;
	opacity: 0.7;
	margin-inline-start: 2px;
}

body.single-product .wd-single-price .price .dc-price-saving {
	order: 3;
	display: inline-flex;
	align-items: center;
	align-self: center;
	gap: 4px;
	width: fit-content;
	max-width: 100%;
	margin: 0;
	padding: 3px 8px;
	border-radius: 6px;
	background: #eef8f1;
	font-size: 11.5px;
	font-weight: 500;
	color: #1a7f37;
	line-height: 1.3;
	white-space: nowrap;
}

body.single-product .wd-single-price .price .dc-price-saving__label {
	color: #2f6b3c;
	font-weight: 600;
}

body.single-product .wd-single-price .price .dc-price-saving__amount .amount,
body.single-product .wd-single-price .price .dc-price-saving__amount bdi {
	color: #1a7f37 !important;
	font-weight: 700;
}

body.single-product .wd-single-price .price .dc-price-saving__amount .woocommerce-Price-currencySymbol {
	font-size: 0.85em;
	font-weight: 500;
	opacity: 0.8;
}

body.single-product .product-labels .product-label.onsale.dc-sale-badge-soft {
	display: none !important;
}

/* --------------------------------------------------------------------------
   6) Low-stock chip — quiet urgency
   -------------------------------------------------------------------------- */
body.single-product p.stock.dc-stock-chip,
body.single-product p.stock.in-stock.dc-stock-chip {
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	margin: 0 !important;
	padding: 4px 9px !important;
	border-radius: 999px !important;
	background: #fff8ec !important;
	border: 1px solid #f0d9ad !important;
	box-shadow: none !important;
	color: #8a5a00 !important;
	font-size: 11.5px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
}

body.single-product .dc-buy-meta > p.stock.dc-stock-chip,
body.single-product .dc-buy-card > p.stock.dc-stock-chip {
	margin: 0 !important;
	align-self: center;
}

body.single-product p.stock.dc-stock-chip::before {
	content: "" !important;
	display: inline-block !important;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e0a010;
	flex-shrink: 0;
	animation: dc-stock-pulse 3.5s ease-in-out infinite;
}

@keyframes dc-stock-pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.4;
		transform: scale(0.85);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-product p.stock.dc-stock-chip::before {
		animation: none;
	}
}

body.single-product p.stock.dc-stock-chip span,
body.single-product p.stock.wd-style-with-bg.dc-stock-chip span {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

body.single-product p.stock.dc-stock-chip span::before,
body.single-product p.stock.wd-style-with-bg.dc-stock-chip span::before {
	content: none !important;
	display: none !important;
}

/* --------------------------------------------------------------------------
   7) CTA hierarchy — Primary solid / Secondary quiet / Tertiary text
   -------------------------------------------------------------------------- */
body.single-product .single_add_to_cart_button.button.alt {
	border-radius: 10px !important;
	min-height: 46px;
	font-weight: 600 !important;
	letter-spacing: 0;
	box-shadow: none !important;
	width: 100%;
}

/* Installment: quieter than primary — no twin-button feel */
body.single-product a.wp-block-wd-button[href*="installment-purchase"],
body.single-product a.dc-cta-secondary {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	background-color: transparent !important;
	background-image: none !important;
	color: #555 !important;
	border: 1px solid #d8d8d8 !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	font-weight: 500 !important;
	font-size: 13px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 8px 14px !important;
	text-decoration: none !important;
	text-align: center;
}

body.single-product a.wp-block-wd-button.wd-hide-lg.wd-hide-sm[href*="installment-purchase"],
body.single-product a.dc-cta-secondary.wd-hide-lg.wd-hide-sm {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	border: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

body.single-product a.wp-block-wd-button[href*="installment-purchase"]:hover,
body.single-product a.wp-block-wd-button[href*="installment-purchase"]:focus,
body.single-product a.dc-cta-secondary:hover,
body.single-product a.dc-cta-secondary:focus {
	background-color: #f7f7f7 !important;
	color: var(--dc-buy-ink) !important;
	border-color: #c8c8c8 !important;
	text-decoration: none !important;
}

/* Corporate — whisper link */
body.single-product a.wp-block-wd-button.btn-style-default.btn-color-black,
body.single-product a.dc-cta-tertiary {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: auto;
	max-width: 100%;
	background-color: transparent !important;
	background-image: none !important;
	color: #888 !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-weight: 400 !important;
	font-size: 11.5px !important;
	min-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
	opacity: 0.9;
}

body.single-product a.wp-block-wd-button.btn-style-default.btn-color-black:hover,
body.single-product a.wp-block-wd-button.btn-style-default.btn-color-black:focus,
body.single-product a.dc-cta-tertiary:hover,
body.single-product a.dc-cta-tertiary:focus {
	background-color: transparent !important;
	color: #444 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
	opacity: 1;
}

body.single-product a.dc-cta-tertiary .wd-svg-icon,
body.single-product a.wp-block-wd-button.btn-color-black .wd-svg-icon {
	width: 13px;
	height: 13px;
	opacity: 0.55;
}

body.single-product a.dc-cta-tertiary .wd-svg-icon,
body.single-product .dc-buy-footer a.dc-cta-tertiary .wp-block-wd-icon {
	display: none !important;
}

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

body.single-product .wd-single-add-cart .wd-divider,
body.single-product .dc-buy-card > .wp-block-wd-divider {
	display: none !important;
}

/* --------------------------------------------------------------------------
   8) Trust row — 2 facts, single quiet line
   -------------------------------------------------------------------------- */
body.single-product .dc-trust-chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 6px 16px;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	border-top: 1px solid var(--dc-buy-line);
}

body.single-product .dc-trust-chip {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	min-width: 0;
	text-align: start;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #666;
	position: relative;
}

body.single-product .dc-trust-chip:not(:last-child)::after {
	content: "";
	display: block;
	position: absolute;
	inset-inline-end: -9px;
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #d0d0d0;
	transform: translateY(-50%);
}

body.single-product .dc-trust-chip:last-child::after {
	content: none;
	display: none;
}

body.single-product .dc-trust-chip__icon {
	display: block;
	width: 14px;
	height: 14px;
	color: var(--dc-buy-brand);
	flex-shrink: 0;
	opacity: 0.85;
}

body.single-product .dc-trust-chip__label {
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1.3;
	color: #666;
	white-space: nowrap;
}

/* --------------------------------------------------------------------------
   9) Footer — consult + compare; corporate demoted
   -------------------------------------------------------------------------- */
body.single-product .dc-buy-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 12px;
	width: 100%;
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid var(--dc-buy-line);
}

body.single-product .dc-buy-footer .wp-block-wd-popup,
body.single-product .dc-buy-footer a.dc-cta-tertiary {
	flex: 0 1 auto;
	min-width: 0;
}

body.single-product .dc-buy-actions {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	flex: 0 0 auto;
	margin: 0 !important;
}

body.single-product .dc-buy-actions .wd-single-action-btn {
	margin: 0 !important;
}

body.single-product .dc-buy-actions .wd-action-btn a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 6px;
	border-radius: 6px;
	color: #777 !important;
	font-size: 11.5px;
	font-weight: 500;
	text-decoration: none !important;
	transition: background-color 0.15s ease, color 0.15s ease;
}

body.single-product .dc-buy-actions .wd-action-btn a:hover,
body.single-product .dc-buy-actions .wd-action-btn a:focus {
	background: #f3f3f3;
	color: #333 !important;
}

body.single-product .dc-buy-actions .wd-action-text {
	font-size: 11.5px !important;
}

/* --------------------------------------------------------------------------
   10) Product labels — pill shape instead of heavy circles
   -------------------------------------------------------------------------- */
body.single-product .product-labels .product-label.wd-shape-round-sm {
	border-radius: 6px !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 4px 8px !important;
	font-size: 11px !important;
	line-height: 1.3 !important;
	font-weight: 600 !important;
}

body.single-product .product-labels.labels-rounded-sm {
	gap: 6px;
}

/* --------------------------------------------------------------------------
   11) Sticky buy bar — mobile (brand red)
   -------------------------------------------------------------------------- */
.dc-sticky-buy {
	display: none;
}

@media (max-width: 768px) {
	body.single-product .wd-single-title .product_title,
	body.single-product h1.product_title.entry-title {
		font-size: 1.25rem !important;
		line-height: 1.5 !important;
	}

	body.single-product .dc-buy-card {
		--dc-buy-pad: 14px;
		--dc-buy-gap: 10px;
		padding: var(--dc-buy-pad);
		border-radius: 12px;
	}

	body.single-product .dc-buy-head {
		padding-bottom: 10px;
		gap: 8px;
	}

	body.single-product a.wp-block-wd-button.btn-style-default.btn-color-primary[href*="installment-purchase"],
	body.single-product a.dc-cta-secondary {
		margin: 0 !important;
		width: 100%;
		min-height: 38px !important;
	}

	body.single-product a.dc-cta-tertiary,
	body.single-product .dc-buy-footer a.dc-cta-tertiary,
	body.single-product a.wp-block-wd-button.btn-style-default.btn-color-black {
		margin: 0 !important;
		width: auto;
	}

	body.single-product .single_add_to_cart_button.button.alt {
		width: 100%;
		margin-bottom: 0;
		min-height: 44px;
	}

	body.single-product .en-name-text {
		font-size: 12px !important;
	}

	body.single-product .dc-trust-chips {
		margin: 0;
		padding-top: 8px;
		gap: 6px 14px;
	}

	body.single-product .dc-trust-chip__label {
		font-size: 11px;
	}

	body.single-product .dc-trust-chip__icon {
		width: 13px;
		height: 13px;
	}

	body.single-product .dc-buy-total__amount {
		font-size: 13px;
	}

	body.single-product .wd-single-price .price ins {
		font-size: 1.28rem;
	}

	body.single-product .wd-single-price .price .dc-price-saving {
		font-size: 11px;
		padding: 2px 7px;
	}

	body.single-product .dc-buy-footer {
		flex-direction: row;
		align-items: center;
		gap: 8px;
		padding-top: 8px;
	}

	body.single-product .dc-buy-footer .wp-block-wd-popup,
	body.single-product .dc-buy-footer a.dc-cta-tertiary {
		justify-content: flex-start;
	}

	body.single-product .dc-buy-actions {
		justify-content: flex-end;
		width: auto;
		padding-top: 0;
	}

	body.single-product p.stock.dc-stock-chip,
	body.single-product p.stock.in-stock.dc-stock-chip {
		font-size: 11px !important;
	}

	.dc-sticky-buy {
		display: block;
		position: fixed;
		inset-inline: 0;
		bottom: 0;
		/* Above .wd-toolbar (350), below .wd-close-side (400) / .wd-side-hidden cart (500) */
		z-index: 360;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
		background: rgba(255, 255, 255, 0.96);
		border-top: 1px solid #e8e8e8;
		box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.06);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		transform: translateY(110%);
		opacity: 0;
		pointer-events: none;
		transition: transform 0.22s ease, opacity 0.22s ease;
	}

	/* Keep sticky buy under open cart / side panels */
	body:has(.wd-close-side-opened) .dc-sticky-buy,
	body:has(.cart-widget-side.wd-opened) .dc-sticky-buy,
	body:has(.wd-side-hidden.wd-opened) .dc-sticky-buy {
		z-index: 340;
		pointer-events: none;
	}

	.dc-sticky-buy.is-visible {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	.dc-sticky-buy__inner {
		display: flex;
		align-items: center;
		gap: 12px;
		max-width: 720px;
		margin: 0 auto;
	}

	.dc-sticky-buy__price {
		flex: 1 1 auto;
		min-width: 0;
		font-size: 14px;
		font-weight: 700;
		color: #d4141f;
		line-height: 1.35;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.dc-sticky-buy__cta {
		flex: 0 0 auto;
		appearance: none;
		border: none;
		border-radius: 12px;
		min-height: 44px;
		padding: 0 16px;
		background: #d4141f;
		color: #fff;
		font: inherit;
		font-size: 13px;
		font-weight: 600;
		cursor: pointer;
	}

	.dc-sticky-buy__cta:hover,
	.dc-sticky-buy__cta:focus {
		background: #b01018;
		outline: none;
	}

	body.single-product.dc-sticky-buy-open {
		padding-bottom: calc(78px + var(--dc-sticky-buy-offset, 0px));
	}

	body.wd-toolbar-on .dc-sticky-buy,
	body:has(.wd-toolbar) .dc-sticky-buy {
		bottom: var(--dc-sticky-buy-offset, 55px);
	}
}
