:root {
	--bbpdp-ink: #17120b;
	--bbpdp-muted: #756a5c;
	--bbpdp-line: #eadfce;
	--bbpdp-paper: #fffaf2;
	--bbpdp-gold: #efbf04;
	--bbpdp-green: #2f7a4f;
}

body.bbpdp-pro.single-product div.product {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

body.bbpdp-pro.single-product .woocommerce-product-gallery {
	overflow: hidden;
	border: 1px solid var(--bbpdp-line);
	border-radius: 18px;
	background: linear-gradient(135deg, #eef7ff 0%, #fff8e5 100%);
	box-shadow: 0 22px 60px rgba(31, 24, 10, .1);
}

body.bbpdp-pro.single-product .woocommerce-product-gallery img {
	object-fit: contain;
}

body.bbpdp-pro.single-product div.product div.summary,
body.bbpdp-pro.single-product .container.py-5 > .row:first-child > .col-md-6:last-child {
	padding: 24px !important;
	border: 1px solid var(--bbpdp-line) !important;
	border-radius: 20px !important;
	background: #fff !important;
	box-shadow: 0 18px 48px rgba(26, 20, 8, .08) !important;
}

body.bbpdp-pro.single-product .bbpdp-brand-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

body.bbpdp-pro.single-product .bbpdp-brand-pill,
body.bbpdp-pro.single-product .bbpdp-rating-pill,
body.bbpdp-pro.single-product .bbpdp-sale-chip {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none !important;
}

body.bbpdp-pro.single-product .bbpdp-brand-pill {
	background: var(--bbpdp-ink);
	color: #fff;
}

body.bbpdp-pro.single-product .bbpdp-rating-pill {
	border: 1px solid #cdebd7;
	background: #f5fff6;
	color: var(--bbpdp-green) !important;
}

body.bbpdp-pro.single-product .product_title {
	margin: 0 0 12px !important;
	color: var(--bbpdp-ink) !important;
	font-size: clamp(30px, 4vw, 48px) !important;
	font-weight: 950 !important;
	line-height: 1.06 !important;
	letter-spacing: 0 !important;
}

body.bbpdp-pro.single-product .summary .price {
	display: flex !important;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	margin: 14px 0 8px !important;
	color: var(--bbpdp-ink) !important;
	font-size: 30px !important;
	font-weight: 950 !important;
}

body.bbpdp-pro.single-product .summary .price del,
body.bbpdp-pro.single-product .summary .price .regular-price {
	color: #928777 !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	opacity: 1 !important;
}

body.bbpdp-pro.single-product .summary .price ins,
body.bbpdp-pro.single-product .summary .price .sale-price {
	color: var(--bbpdp-ink) !important;
	font-size: 30px !important;
	font-weight: 950 !important;
	text-decoration: none !important;
}

body.bbpdp-pro.single-product .bbpdp-price-context {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 8px 0 14px;
}

body.bbpdp-pro.single-product .bbpdp-sale-chip {
	background: #fff5bf;
	color: #5f4500;
}

body.bbpdp-pro.single-product .bbpdp-tax-note,
body.bbpdp-pro.single-product .bbpdp-points {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	border-radius: 999px;
	padding: 6px 10px;
	background: #fffaf0;
	color: #5f4500;
	font-size: 12px;
	font-weight: 760;
}

body.bbpdp-pro.single-product .woocommerce-product-details__short-description,
body.bbpdp-pro.single-product .summary > p:not(.price):not(.stock) {
	color: var(--bbpdp-muted);
	font-size: 15px;
	line-height: 1.5;
}

body.bbpdp-pro.single-product .bbpdp-quick-proof {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0;
}

body.bbpdp-pro.single-product .bbpdp-quick-proof span {
	min-height: 78px;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 5px;
	padding: 10px;
	border: 1px solid #f1e2c6;
	border-radius: 14px;
	background: #fff8e5;
	color: #4b3820;
	text-align: center;
	font-size: 12px;
	font-weight: 850;
}

body.bbpdp-pro.single-product .bbpdp-quick-proof b {
	font-size: 20px;
	line-height: 1;
}

body.bbpdp-pro.single-product .baeos-promo-badge,
body.bbpdp-pro.single-product .bbpdp-sale-badge {
	border: 0 !important;
	background: var(--bbpdp-gold) !important;
	color: #1b1305 !important;
}

body.bbpdp-pro.single-product .baeos-promo-offer {
	position: relative;
	margin: 16px 0 !important;
	padding: 14px 14px 14px 48px !important;
	border: 1px solid #efd781 !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #fff8da 0%, #fff 62%, #fff0f3 100%) !important;
	box-shadow: none !important;
}

body.bbpdp-pro.single-product .baeos-promo-offer::before {
	content: "%";
	position: absolute;
	left: 14px;
	top: 16px;
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--bbpdp-gold);
	color: #1b1305;
	font-weight: 950;
}

body.bbpdp-pro.single-product .baeos-promo-offer__eyebrow {
	background: transparent !important;
	color: #7a5c00 !important;
	padding: 0 !important;
	margin-bottom: 5px !important;
}

body.bbpdp-pro.single-product .baeos-promo-offer h3 {
	font-size: 16px !important;
	line-height: 1.25 !important;
}

body.bbpdp-pro.single-product .baeos-promo-offer p {
	font-size: 13px !important;
	color: var(--bbpdp-muted) !important;
}

body.bbpdp-pro.single-product .bbpdp-choice-helper {
	margin: 16px 0;
	padding: 13px 14px;
	border: 1px dashed #caa21c;
	border-radius: 12px;
	background: #fffdf5;
	color: #4e3900;
}

body.bbpdp-pro.single-product .bbpdp-choice-helper strong {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
}

body.bbpdp-pro.single-product .bbpdp-choice-helper span {
	display: block;
	color: var(--bbpdp-muted);
	font-size: 13px;
	line-height: 1.45;
}

body.bbpdp-pro.single-product form.cart {
	display: grid !important;
	grid-template-columns: 120px 1fr !important;
	gap: 10px !important;
	align-items: stretch !important;
	margin-top: 18px !important;
	padding-bottom: 18px !important;
	border-bottom: 1px solid var(--bbpdp-line) !important;
}

body.bbpdp-pro.single-product form.cart table.variations,
body.bbpdp-pro.single-product form.cart .single_variation_wrap {
	grid-column: 1 / -1;
	width: 100%;
}

body.bbpdp-pro.single-product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: grid !important;
	grid-template-columns: 120px minmax(0, 1fr) !important;
	gap: 10px !important;
	align-items: stretch !important;
	margin-top: 14px !important;
}

body.bbpdp-pro.single-product form.cart .single_variation_wrap .woocommerce-variation,
body.bbpdp-pro.single-product form.cart .single_variation_wrap .woocommerce-variation-description {
	grid-column: 1 / -1;
}

body.bbpdp-pro.single-product form.cart .quantity {
	width: 100% !important;
	min-height: 52px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bbpdp-line);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

body.bbpdp-pro.single-product form.cart .quantity input.qty {
	width: 78px !important;
	min-height: 50px !important;
	border: 0 !important;
	color: var(--bbpdp-ink) !important;
	text-align: center;
	font-weight: 900;
}

body.bbpdp-pro.single-product form.cart .quantity:has(input[type="hidden"].qty) {
	display: none !important;
}

body.bbpdp-pro.single-product form.cart .quantity:has(input[type="hidden"].qty) + .single_add_to_cart_button {
	grid-column: 1 / -1;
}

body.bbpdp-pro.single-product .single_add_to_cart_button {
	width: 100% !important;
	min-height: 52px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: var(--bbpdp-ink) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 950 !important;
	box-shadow: none !important;
}

body.bbpdp-pro.single-product .single_add_to_cart_button:hover {
	background: var(--bbpdp-gold) !important;
	color: var(--bbpdp-ink) !important;
}

body.bbpdp-pro.single-product .bbpdp-variation-buttons {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 8px 0 14px;
}

body.bbpdp-pro.single-product .bbpdp-variation-button {
	min-height: 58px;
	border: 1px solid var(--bbpdp-line);
	border-radius: 12px;
	background: #fff;
	color: var(--bbpdp-ink);
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

body.bbpdp-pro.single-product .bbpdp-variation-button.is-active {
	border-color: var(--bbpdp-gold);
	background: #fff9de;
	box-shadow: 0 0 0 2px rgba(239, 191, 4, .22);
}

body.bbpdp-pro.single-product .bbpdp-variation-button i {
	display: block;
	height: 20px;
	margin: 0 0 6px;
	border-radius: 7px;
	background: var(--bbpdp-swatch, #f6dfba);
}

body.bbpdp-pro.single-product .bbpdp-promise-row,
body.bbpdp-pro.single-product .bbpdp-promise {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin: 14px 0;
}

body.bbpdp-pro.single-product .bbpdp-promise-row span,
body.bbpdp-pro.single-product .bbpdp-promise span {
	min-height: 42px;
	display: grid;
	place-items: center;
	padding: 9px;
	border: 1px solid var(--bbpdp-line);
	border-radius: 8px;
	background: #fffdf8;
	color: var(--bbpdp-muted);
	font-size: 12px;
	font-weight: 900;
	text-align: center;
}

body.bbpdp-pro.single-product .product_meta {
	color: var(--bbpdp-muted);
	font-size: 13px;
	line-height: 1.65;
}

body.bbpdp-pro.single-product .bbpdp-story-shell {
	max-width: 1240px;
	margin: 38px auto 34px;
	padding: 0 14px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	clear: both;
}

body.bbpdp-pro.single-product .bbpdp-story-card,
body.bbpdp-pro.single-product .bbpdp-benefit-panel {
	border: 1px solid var(--bbpdp-line);
	border-radius: 18px;
	background: #fff;
	padding: 22px;
}

body.bbpdp-pro.single-product .bbpdp-story-card {
	background: linear-gradient(135deg, #17120b 0%, #342713 62%, #5d4500 100%);
	color: #fff;
}

body.bbpdp-pro.single-product .bbpdp-eyebrow {
	margin: 0 0 8px;
	color: var(--bbpdp-gold);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

body.bbpdp-pro.single-product .bbpdp-story-card h2,
body.bbpdp-pro.single-product .bbpdp-benefit-panel h2 {
	margin: 0 0 10px;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.1;
	letter-spacing: 0;
}

body.bbpdp-pro.single-product .bbpdp-story-card > p:not(.bbpdp-eyebrow) {
	color: #fff8df;
	line-height: 1.5;
}

body.bbpdp-pro.single-product .bbpdp-story-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

body.bbpdp-pro.single-product .bbpdp-story-tabs button {
	min-height: 36px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	color: #fff;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 850;
	cursor: pointer;
}

body.bbpdp-pro.single-product .bbpdp-story-tabs button.is-active {
	background: var(--bbpdp-gold);
	color: var(--bbpdp-ink);
	border-color: var(--bbpdp-gold);
}

body.bbpdp-pro.single-product .bbpdp-routine-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

body.bbpdp-pro.single-product .bbpdp-routine-step {
	min-height: 128px;
	padding: 14px;
	border: 1px solid #efe2cf;
	border-radius: 14px;
	background: #fffaf3;
}

body.bbpdp-pro.single-product .bbpdp-routine-step span {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--bbpdp-gold);
	color: var(--bbpdp-ink);
	font-weight: 950;
}

body.bbpdp-pro.single-product .bbpdp-routine-step strong {
	display: block;
	margin: 12px 0 5px;
	font-size: 14px;
}

body.bbpdp-pro.single-product .bbpdp-routine-step small {
	color: var(--bbpdp-muted);
	line-height: 1.4;
}

body.bbpdp-pro .bbpdp-mobile-buy {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99998;
	display: none;
	grid-template-columns: 1fr 1.15fr;
	gap: 10px;
	padding: 10px 12px;
	border-top: 1px solid var(--bbpdp-line);
	background: rgba(255,255,255,.96);
	backdrop-filter: blur(14px);
}

body.bbpdp-pro .bbpdp-mobile-buy__price {
	display: grid;
	align-content: center;
	color: var(--bbpdp-ink);
	font-weight: 950;
}

body.bbpdp-pro .bbpdp-mobile-buy__price del {
	color: var(--bbpdp-muted);
	font-size: 12px;
}

body.bbpdp-pro .bbpdp-mobile-buy button {
	min-height: 48px;
	border: 0;
	border-radius: 12px;
	background: var(--bbpdp-ink);
	color: #fff;
	font-weight: 950;
}

@media (max-width: 920px) {
	body.bbpdp-pro.single-product .bbpdp-story-shell {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	body.bbpdp-pro.single-product {
		padding-bottom: 74px;
	}

	body.bbpdp-pro.single-product div.product div.summary,
	body.bbpdp-pro.single-product .container.py-5 > .row:first-child > .col-md-6:last-child {
		padding: 18px !important;
		border-radius: 16px !important;
	}

	body.bbpdp-pro.single-product .product_title {
		font-size: clamp(27px, 9vw, 38px) !important;
	}

	body.bbpdp-pro.single-product .bbpdp-brand-row {
		align-items: flex-start;
	}

	body.bbpdp-pro.single-product .bbpdp-quick-proof {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.bbpdp-pro.single-product form.cart {
		grid-template-columns: 98px 1fr !important;
	}

	body.bbpdp-pro.single-product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
		grid-template-columns: 98px minmax(0, 1fr) !important;
	}

	body.bbpdp-pro.single-product .bbpdp-variation-buttons {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.bbpdp-pro.single-product .bbpdp-promise-row,
	body.bbpdp-pro.single-product .bbpdp-promise {
		grid-template-columns: 1fr;
	}

	body.bbpdp-pro.single-product .bbpdp-routine-grid {
		grid-template-columns: 1fr;
	}

	body.bbpdp-pro .bbpdp-mobile-buy {
		display: grid;
	}
}
