:root {
	--bvpd-max: 1440px;
	--bvpd-ink: #101315;
	--bvpd-text: #283136;
	--bvpd-muted: #68747a;
	--bvpd-line: #dce5e7;
	--bvpd-mist: #f3f8f7;
	--bvpd-white: #fff;
	--bvpd-mint: #24c875;
	--bvpd-mint-dark: #0d9d54;
	--bvpd-cyan: #26b8e6;
	--bvpd-amber: #f59a18;
}

body.single-product.bvpd-guided-product {
	background: #f4f7f7;
	color: var(--bvpd-text);
	letter-spacing: 0;
}

body.single-product.bvpd-guided-product .site-content {
	padding-top: 22px;
	padding-bottom: 86px;
}

body.single-product.bvpd-guided-product .archive-header .woocommerce-breadcrumb {
	width: min(calc(100% - 64px), var(--bvpd-max)) !important;
	max-width: var(--bvpd-max) !important;
	margin: 0 auto 20px !important;
	color: var(--bvpd-muted);
	font-size: 12px;
}

body.single-product.bvpd-guided-product .product-details-wrapper {
	display: grid !important;
	grid-template-columns: minmax(0, 1.24fr) minmax(430px, .76fr) !important;
	gap: 38px !important;
	width: min(calc(100% - 64px), var(--bvpd-max)) !important;
	max-width: var(--bvpd-max) !important;
	margin: 0 auto !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
}

body.single-product.bvpd-guided-product div.product .woocommerce-product-gallery,
body.single-product.bvpd-guided-product div.product .summary {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

body.single-product.bvpd-guided-product div.product .woocommerce-product-gallery {
	position: relative;
	align-self: start;
	min-width: 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	padding: 0 0 0 86px !important;
}

body.single-product.bvpd-guided-product .woocommerce-product-gallery .flex-viewport,
body.single-product.bvpd-guided-product .woocommerce-product-gallery__wrapper {
	border: 1px solid var(--bvpd-line);
	border-radius: 8px;
	background: var(--bvpd-white);
	overflow: hidden;
}

body.single-product.bvpd-guided-product .woocommerce-product-gallery__image a {
	display: block;
	aspect-ratio: 1 / 1;
}

body.single-product.bvpd-guided-product div.product div.images img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0 !important;
	background: var(--bvpd-white) !important;
	object-fit: contain;
}

body.single-product.bvpd-guided-product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	flex-direction: column;
	gap: 10px;
	width: 68px;
	max-height: 100%;
	margin: 0 !important;
	padding: 0 3px 0 0 !important;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
}

body.single-product.bvpd-guided-product .woocommerce-product-gallery .flex-control-thumbs li {
	float: none !important;
	flex: 0 0 64px;
	width: 64px !important;
	height: 64px;
	margin: 0 !important;
	border: 1px solid var(--bvpd-line);
	border-radius: 6px;
	background: var(--bvpd-white);
	overflow: hidden;
}

body.single-product.bvpd-guided-product .woocommerce-product-gallery .flex-control-thumbs li:has(img.flex-active) {
	border-color: var(--bvpd-mint);
	box-shadow: 0 0 0 1px var(--bvpd-mint);
}

body.single-product.bvpd-guided-product .woocommerce-product-gallery .flex-control-thumbs img {
	width: 100%;
	height: 100%;
	padding: 3px;
	object-fit: cover;
}

body.single-product.bvpd-guided-product .woocommerce-product-gallery__trigger {
	top: 14px !important;
	right: 14px !important;
	width: 38px !important;
	height: 38px !important;
	border: 1px solid var(--bvpd-line) !important;
	border-radius: 6px !important;
	background: var(--bvpd-white) !important;
}

body.single-product.bvpd-guided-product div.product .summary {
	position: sticky !important;
	top: 92px;
	align-self: start;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 8px 0 0 !important;
}

.bvpd-kicker {
	margin: 0 0 8px;
	color: #148ed0;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

body.single-product.bvpd-guided-product div.product .summary h1,
body.single-product.bvpd-guided-product div.product .summary .product_title {
	margin: 0 0 12px !important;
	color: var(--bvpd-ink) !important;
	font-size: clamp(30px, 2.3vw, 38px) !important;
	font-weight: 850 !important;
	line-height: 1.08 !important;
	letter-spacing: 0 !important;
	overflow-wrap: anywhere;
}

body.single-product.bvpd-guided-product div.product p.price,
body.single-product.bvpd-guided-product div.product span.price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 0 0 10px !important;
	color: var(--bvpd-amber) !important;
	font-size: 27px !important;
	font-weight: 850 !important;
}

body.single-product.bvpd-guided-product div.product p.price del,
body.single-product.bvpd-guided-product div.product span.price del {
	color: #7d878b !important;
	font-size: 18px;
	font-weight: 500;
	opacity: 1 !important;
}

body.single-product.bvpd-guided-product div.product p.price ins,
body.single-product.bvpd-guided-product div.product span.price ins {
	color: var(--bvpd-amber) !important;
	font-weight: 850 !important;
	text-decoration: none;
}

body.single-product.bvpd-guided-product .woocommerce-product-details__short-description,
body.single-product.bvpd-guided-product .product_meta,
body.single-product.bvpd-guided-product .summary > .stock {
	display: none !important;
}

.bvpd-status-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 0 0 14px;
	color: var(--bvpd-muted);
	font-size: 12px;
	font-weight: 700;
}

.bvpd-status-row span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.bvpd-status-row > span:first-child {
	color: var(--bvpd-mint-dark);
}

.bvpd-status-row i {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
}

.bvpd-status-row.is-out-of-stock > span:first-child {
	color: #b33939;
}

.bvpd-status-row .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
	line-height: 17px;
}

body.single-product.bvpd-guided-product form.cart {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.bvpd-choice {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 14px;
	border: 1px solid var(--bvpd-line);
	border-radius: 7px;
	background: var(--bvpd-white);
	padding: 14px;
}

.bvpd-choice-title {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	color: var(--bvpd-ink);
	font-size: 13px;
}

.bvpd-choice-title strong {
	font-weight: 850;
}

.bvpd-choice-title .dashicons {
	width: 16px;
	height: 16px;
	color: var(--bvpd-muted);
	font-size: 16px;
	line-height: 16px;
}

.bvpd-choice-search {
	position: relative;
}

.bvpd-choice-search > .dashicons-search,
.bvpd-choice-search > .dashicons-arrow-down-alt2 {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 18px;
	height: 18px;
	color: #7c878c;
	font-size: 18px;
	line-height: 18px;
	pointer-events: none;
	transform: translateY(-50%);
}

.bvpd-choice-search > .dashicons-search {
	left: 13px;
}

.bvpd-choice-search > .dashicons-arrow-down-alt2 {
	right: 13px;
}

.bvpd-choice-search input[type='search'] {
	width: 100%;
	height: 46px;
	margin: 0;
	border: 1px solid #cfdadd;
	border-radius: 5px;
	background: var(--bvpd-white);
	color: var(--bvpd-ink);
	font-size: 13px;
	padding: 0 42px;
}

.bvpd-choice-search input[type='search']:focus {
	border-color: var(--bvpd-mint);
	box-shadow: 0 0 0 2px rgba(36, 200, 117, .14);
	outline: 0;
}

.bvpd-choice-options {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	z-index: 60;
	max-height: 260px;
	border: 1px solid var(--bvpd-line);
	border-radius: 6px;
	background: var(--bvpd-white);
	box-shadow: 0 14px 32px rgba(16, 19, 21, .13);
	overflow-y: auto;
	padding: 6px;
}

.bvpd-choice-options[hidden] {
	display: none !important;
}

.bvpd-choice-option {
	display: block;
	width: 100%;
	min-height: 42px;
	margin: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: var(--bvpd-text);
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	padding: 8px 10px;
}

.bvpd-choice-option:hover,
.bvpd-choice-option:focus,
.bvpd-choice-option.is-active,
.bvpd-choice-option[aria-selected='true'] {
	background: #edf9f2;
	color: var(--bvpd-ink);
	outline: 0;
}

.bvpd-choice-empty {
	margin: 0;
	color: var(--bvpd-muted);
	font-size: 12px;
	padding: 10px;
}

.bvpd-choice-tokens {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
	margin-top: 10px;
}

.bvpd-choice-token {
	position: relative;
	min-width: 0;
	min-height: 56px;
	border: 1px solid #95dcb7;
	border-radius: 5px;
	background: #fbfefd;
	color: var(--bvpd-text);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.28;
	padding: 8px 8px 8px 18px;
	overflow-wrap: anywhere;
}

.bvpd-choice-token::before {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bvpd-mint);
	content: '';
}

.bvpd-choice-token:nth-child(2) {
	border-color: #cab6eb;
}

.bvpd-choice-token:nth-child(2)::before {
	background: #8661c4;
}

.bvpd-choice-token:nth-child(3) {
	border-color: #e7b993;
}

.bvpd-choice-token:nth-child(3)::before {
	background: #d67c35;
}

.bvpd-choice-token:nth-child(4) {
	border-color: #93d4dc;
}

.bvpd-choice-token:nth-child(4)::before {
	background: #2fa5b4;
}

.bvpd-choice-help {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 12px -14px -14px;
	border-top: 1px solid var(--bvpd-line);
	border-radius: 0 0 7px 7px;
	background: #f8fbfa;
	color: var(--bvpd-muted);
	font-size: 11px;
	padding: 10px 14px;
	text-decoration: none;
}

.bvpd-choice-help strong {
	color: var(--bvpd-mint-dark);
}

.bvpd-choice-help .dashicons-arrow-right-alt2 {
	margin-left: auto;
}

body.single-product.bvpd-guided-product form.cart .variations {
	margin: 0 0 12px !important;
}

body.single-product.bvpd-guided-product form.cart.bvpd-enhanced .variations {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

body.single-product.bvpd-guided-product form.cart .single_variation_wrap {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin-top: 0;
}

body.single-product.bvpd-guided-product form.cart .single_variation,
body.single-product.bvpd-guided-product form.cart .woocommerce-variation {
	width: 100% !important;
	max-width: none !important;
}

body.single-product.bvpd-guided-product form.cart .woocommerce-variation-price {
	margin: 0 0 10px;
}

body.single-product.bvpd-guided-product form.cart .woocommerce-variation-availability {
	display: none;
}

body.single-product.bvpd-guided-product form.cart .variations_button {
	display: grid !important;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

body.single-product.bvpd-guided-product form.cart .quantity {
	display: grid !important;
	grid-template-columns: 34px 1fr 34px;
	width: 112px !important;
	min-width: 112px !important;
	height: 48px;
	margin: 0 !important;
	border: 1px solid var(--bvpd-line) !important;
	border-radius: 5px !important;
	background: var(--bvpd-white);
	overflow: hidden;
}

body.single-product.bvpd-guided-product form.cart .quantity input,
body.single-product.bvpd-guided-product form.cart .quantity button {
	min-width: 0 !important;
	height: 46px !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.single-product.bvpd-guided-product form.cart .single_add_to_cart_button {
	width: 100% !important;
	min-height: 48px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 5px !important;
	background: var(--bvpd-mint) !important;
	color: var(--bvpd-ink) !important;
	font-size: 14px !important;
	font-weight: 850 !important;
}

body.single-product.bvpd-guided-product form.cart .single_add_to_cart_button:hover,
body.single-product.bvpd-guided-product form.cart .single_add_to_cart_button:focus {
	background: var(--bvpd-ink) !important;
	color: var(--bvpd-white) !important;
}

.bvpd-member-benefit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	margin-top: 12px;
	border: 1px solid #bfead0;
	border-radius: 5px;
	background: #f1fbf5;
	color: #267246;
	font-size: 11px;
	text-decoration: none;
}

.bvpd-member-benefit .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
	line-height: 17px;
}

.bvpd-points-mark {
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: var(--bvpd-cyan);
	transform: rotate(18deg);
}

.bvpd-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 12px;
	border: 1px solid var(--bvpd-line);
	border-radius: 6px;
	background: var(--bvpd-white);
	overflow: hidden;
}

.bvpd-fact {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	min-height: 58px;
	border-right: 1px solid var(--bvpd-line);
	padding: 9px;
}

.bvpd-fact:last-child {
	border-right: 0;
}

.bvpd-fact > .dashicons {
	flex: 0 0 21px;
	width: 21px;
	height: 21px;
	color: var(--bvpd-ink);
	font-size: 21px;
	line-height: 21px;
}

.bvpd-fact strong,
.bvpd-fact small {
	display: block;
}

.bvpd-fact strong {
	color: var(--bvpd-ink);
	font-size: 11px;
	font-weight: 850;
	line-height: 1.2;
}

.bvpd-fact small {
	margin-top: 3px;
	color: var(--bvpd-muted);
	font-size: 8px;
	line-height: 1.25;
}

.bvpd-service-band {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(calc(100% - 64px), var(--bvpd-max));
	max-width: var(--bvpd-max);
	margin: 20px auto 0;
	border: 1px solid #cfe7df;
	border-radius: 7px;
	background: #f1faf7;
	overflow: hidden;
}

.bvpd-service-band a {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
	min-height: 72px;
	border-right: 1px solid #cfe7df;
	color: var(--bvpd-text);
	padding: 12px 18px;
	text-decoration: none;
}

.bvpd-service-band a:last-child {
	border-right: 0;
}

.bvpd-service-band a > .dashicons {
	flex: 0 0 29px;
	width: 29px;
	height: 29px;
	color: var(--bvpd-ink);
	font-size: 29px;
	line-height: 29px;
}

.bvpd-service-band strong,
.bvpd-service-band small {
	display: block;
}

.bvpd-service-band strong {
	color: var(--bvpd-ink);
	font-size: 12px;
	font-weight: 850;
	line-height: 1.25;
}

.bvpd-service-band small {
	margin-top: 4px;
	color: var(--bvpd-muted);
	font-size: 9px;
	line-height: 1.35;
}

body.single-product.bvpd-guided-product .woocommerce-tabs {
	display: grid !important;
	grid-template-columns: 245px minmax(0, 1fr);
	gap: 24px;
	width: min(calc(100% - 64px), var(--bvpd-max)) !important;
	max-width: var(--bvpd-max) !important;
	margin: 20px auto 0 !important;
	padding: 0 !important;
}

body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs {
	display: flex !important;
	position: sticky;
	top: 92px;
	align-self: start;
	flex-direction: column;
	grid-column: 1;
	grid-row: 1 / span 10;
	margin: 0 !important;
	border: 1px solid var(--bvpd-line) !important;
	border-radius: 7px !important;
	background: var(--bvpd-white) !important;
	box-shadow: none !important;
	overflow: hidden;
	padding: 8px 0 !important;
}

body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs::before,
body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs::after {
	display: none !important;
}

body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs li {
	display: block !important;
	float: none !important;
	width: 100%;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
}

body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs li::before,
body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs li::after {
	display: none !important;
}

body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs li a {
	display: block !important;
	position: relative;
	width: 100%;
	color: var(--bvpd-text) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.35;
	padding: 11px 16px !important;
	text-decoration: none;
}

body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs li.active a {
	background: #eaf8f0;
	color: var(--bvpd-mint-dark) !important;
	font-weight: 850 !important;
}

body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs li.active a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background: var(--bvpd-mint);
	content: '';
}

body.single-product.bvpd-guided-product .woocommerce-tabs .woocommerce-Tabs-panel {
	grid-column: 2;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border: 1px solid var(--bvpd-line) !important;
	border-radius: 7px !important;
	background: var(--bvpd-white) !important;
	box-shadow: none !important;
	padding: 28px 34px !important;
}

.bvpd-verified {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 6px;
	margin: -4px 0 18px;
	color: var(--bvpd-muted);
	font-size: 10px;
}

.bvpd-verified .dashicons {
	width: 17px;
	height: 17px;
	color: var(--bvpd-mint-dark);
	font-size: 17px;
	line-height: 17px;
}

.bvpd-verified strong {
	color: var(--bvpd-mint-dark);
	font-weight: 800;
}

body.single-product.bvpd-guided-product .woocommerce-Tabs-panel h2,
.bvpd-tab-content h2 {
	margin: 0 0 14px;
	color: var(--bvpd-ink);
	font-size: 26px;
	font-weight: 850;
	letter-spacing: 0;
}

body.single-product.bvpd-guided-product .woocommerce-Tabs-panel p,
body.single-product.bvpd-guided-product .woocommerce-Tabs-panel li {
	color: var(--bvpd-text);
	font-size: 14px;
	line-height: 1.7;
}

.bvpd-flavor-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.bvpd-flavor-list span {
	border: 1px solid var(--bvpd-line);
	border-left: 3px solid var(--bvpd-mint);
	border-radius: 5px;
	background: #fbfdfc;
	color: var(--bvpd-text);
	font-size: 12px;
	line-height: 1.5;
	padding: 11px 12px;
}

.bvpd-adult-notice {
	border-left: 3px solid var(--bvpd-amber);
	background: #fff8ed;
	color: var(--bvpd-ink) !important;
	font-weight: 700;
	padding: 12px 14px;
}

.bvpd-policy-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.bvpd-policy-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 48px;
	border: 1px solid var(--bvpd-line);
	border-radius: 5px;
	color: var(--bvpd-ink);
	font-size: 12px;
	font-weight: 750;
	padding: 10px 12px;
	text-decoration: none;
}

body.single-product.bvpd-guided-product .related.products,
body.single-product.bvpd-guided-product .upsells.products {
	width: min(calc(100% - 64px), var(--bvpd-max)) !important;
	max-width: var(--bvpd-max) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	border: 0 !important;
	border-top: 1px solid var(--bvpd-line) !important;
	background: transparent !important;
	box-shadow: none !important;
}

.bvpd-mobile-bar {
	display: none;
}

@media (max-width: 1180px) {
	body.single-product.bvpd-guided-product .product-details-wrapper {
		grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr) !important;
		gap: 28px !important;
	}

	body.single-product.bvpd-guided-product div.product .woocommerce-product-gallery {
		padding-left: 74px !important;
	}

	body.single-product.bvpd-guided-product .woocommerce-product-gallery .flex-control-thumbs {
		width: 58px;
	}

	body.single-product.bvpd-guided-product .woocommerce-product-gallery .flex-control-thumbs li {
		flex-basis: 56px;
		width: 56px !important;
		height: 56px;
	}

	.bvpd-choice-tokens {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bvpd-service-band a {
		padding: 12px;
	}
}

@media (max-width: 900px) {
	body.single-product.bvpd-guided-product .site-content {
		padding-top: 14px;
		padding-bottom: 108px;
	}

	body.single-product.bvpd-guided-product .archive-header .woocommerce-breadcrumb,
	body.single-product.bvpd-guided-product .product-details-wrapper,
	.bvpd-service-band,
	body.single-product.bvpd-guided-product .woocommerce-tabs,
	body.single-product.bvpd-guided-product .related.products,
	body.single-product.bvpd-guided-product .upsells.products {
		width: min(calc(100% - 28px), var(--bvpd-max)) !important;
	}

	body.single-product.bvpd-guided-product .product-details-wrapper {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	body.single-product.bvpd-guided-product div.product .woocommerce-product-gallery {
		padding: 0 !important;
	}

	body.single-product.bvpd-guided-product .woocommerce-product-gallery .flex-control-thumbs {
		display: flex;
		position: static;
		flex-direction: row;
		gap: 7px;
		width: 100%;
		max-height: none;
		margin-top: 8px !important;
		padding: 0 0 3px !important;
		overflow-x: auto;
		overflow-y: hidden;
	}

	body.single-product.bvpd-guided-product .woocommerce-product-gallery .flex-control-thumbs li {
		flex: 0 0 56px;
		width: 56px !important;
		height: 56px;
	}

	body.single-product.bvpd-guided-product div.product .summary {
		position: static !important;
		padding: 0 !important;
	}

	body.single-product.bvpd-guided-product div.product .summary h1,
	body.single-product.bvpd-guided-product div.product .summary .product_title {
		font-size: 30px !important;
	}

	.bvpd-service-band {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bvpd-service-band a:nth-child(2) {
		border-right: 0;
	}

	.bvpd-service-band a:nth-child(-n + 2) {
		border-bottom: 1px solid #cfe7df;
	}

	body.single-product.bvpd-guided-product .woocommerce-tabs {
		display: block !important;
	}

	body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs {
		display: flex !important;
		position: static;
		flex-direction: row;
		gap: 0;
		width: 100%;
		margin-bottom: 12px !important;
		overflow-x: auto;
	}

	body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs li {
		flex: 0 0 auto;
		width: auto;
	}

	body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs li a {
		width: auto;
		white-space: nowrap;
	}

	body.single-product.bvpd-guided-product .woocommerce-tabs > ul.tabs li.active a::before {
		top: auto;
		right: 0;
		height: 3px;
		width: auto;
	}

	body.single-product.bvpd-guided-product .woocommerce-tabs .woocommerce-Tabs-panel {
		padding: 24px !important;
	}

	.bvpd-mobile-bar {
		display: flex;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9998;
		align-items: center;
		gap: 12px;
		min-height: 72px;
		border-top: 1px solid var(--bvpd-line);
		background: rgba(255, 255, 255, .98);
		box-shadow: 0 -8px 24px rgba(16, 19, 21, .08);
		padding: 10px 14px max(10px, env(safe-area-inset-bottom));
	}

	.bvpd-mobile-price {
		flex: 0 0 auto;
		color: var(--bvpd-amber);
		font-size: 15px;
		font-weight: 850;
	}

	.bvpd-mobile-price del {
		display: none;
	}

	.bvpd-mobile-price ins {
		text-decoration: none;
	}

	.bvpd-mobile-bar button {
		flex: 1;
		min-width: 0;
		height: 48px;
		border: 0;
		border-radius: 5px;
		background: var(--bvpd-mint);
		color: var(--bvpd-ink);
		font-size: 14px;
		font-weight: 850;
	}

	body.single-product.bvpd-guided-product .commercekit-sticky-add-to-cart,
	body.single-product.bvpd-guided-product .shoptimizer-sticky-add-to-cart {
		display: none !important;
	}
}

@media (max-width: 520px) {
	body.single-product.bvpd-guided-product .archive-header .woocommerce-breadcrumb {
		margin-bottom: 12px !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	body.single-product.bvpd-guided-product div.product .summary h1,
	body.single-product.bvpd-guided-product div.product .summary .product_title {
		font-size: 27px !important;
		line-height: 1.1 !important;
	}

	body.single-product.bvpd-guided-product div.product p.price,
	body.single-product.bvpd-guided-product div.product span.price {
		font-size: 22px !important;
	}

	.bvpd-choice {
		padding: 12px;
	}

	.bvpd-choice-help {
		margin: 10px -12px -12px;
		padding-right: 12px;
		padding-left: 12px;
	}

	body.single-product.bvpd-guided-product form.cart .variations_button {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	body.single-product.bvpd-guided-product form.cart .quantity {
		grid-template-columns: 28px 1fr 28px;
		width: 92px !important;
		min-width: 92px !important;
	}

	.bvpd-facts {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.bvpd-fact {
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		min-height: 68px;
		padding: 7px 4px;
		text-align: center;
	}

	.bvpd-fact strong {
		font-size: 9px;
	}

	.bvpd-fact small {
		font-size: 7px;
	}

	.bvpd-service-band a {
		align-items: flex-start;
		min-height: 86px;
		padding: 12px 10px;
	}

	.bvpd-service-band a > .dashicons {
		flex-basis: 24px;
		width: 24px;
		height: 24px;
		font-size: 24px;
		line-height: 24px;
	}

	.bvpd-service-band strong {
		font-size: 10px;
	}

	.bvpd-service-band small {
		font-size: 8px;
	}

	body.single-product.bvpd-guided-product .woocommerce-tabs .woocommerce-Tabs-panel {
		padding: 20px 16px !important;
	}

	.bvpd-flavor-list,
	.bvpd-policy-links {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bvpd-choice-options,
	.bvpd-mobile-bar {
		scroll-behavior: auto;
	}
}
