:root {
	--bvgrd-navy: #123f60;
	--bvgrd-navy-deep: #0a2f4a;
	--bvgrd-aqua: #dff4f3;
	--bvgrd-aqua-strong: #bce6e4;
	--bvgrd-sand: #fff8ec;
	--bvgrd-coral: #ed9b69;
	--bvgrd-ink: #253642;
	--bvgrd-muted: #60717d;
	--bvgrd-line: rgba(18, 63, 96, 0.15);
	--bvgrd-success: #217a57;
	--bvgrd-danger: #a33a32;
}

.bvgrd-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.bvgrd-panel {
	position: relative;
	box-sizing: border-box;
	clear: both;
	width: 100%;
	max-width: 1180px;
	margin: 12px auto 20px;
	padding: clamp(14px, 2vw, 22px);
	color: var(--bvgrd-ink);
	background:
		radial-gradient(circle at 100% 0, rgba(188, 230, 228, 0.62), transparent 35%),
		linear-gradient(135deg, #ffffff 0%, var(--bvgrd-sand) 100%);
	border: 1px solid var(--bvgrd-line);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(10, 47, 74, 0.08);
	overflow: visible;
}

.bvgrd-panel--archive {
	grid-column: 1 / -1;
}

.bvgrd-panel__intro {
	max-width: 780px;
}

.bvgrd-panel__eyebrow {
	margin: 0 0 6px;
	color: var(--bvgrd-success);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.bvgrd-panel h2 {
	margin: 0 0 8px;
	color: var(--bvgrd-navy-deep);
	font-size: clamp(20px, 2.4vw, 27px);
	line-height: 1.15;
}

.bvgrd-panel__intro > p:last-child {
	margin: 0;
	color: var(--bvgrd-muted);
	font-size: 15px;
	line-height: 1.4;
}

.bvgrd-panel__choices {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.bvgrd-individual-link {
	display: inline-block;
	margin-top: 8px;
	color: var(--bvgrd-navy);
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bvgrd-checkout-notice .button {
	float: none;
	margin-left: 10px;
}

.bvgrd-choice,
.bvgrd-submit,
.bvgrd-card__add,
.bvgrd-cart-choice button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 42px;
	padding: 9px 15px;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border-radius: 12px;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.bvgrd-choice:hover,
.bvgrd-submit:hover,
.bvgrd-card__add:hover,
.bvgrd-cart-choice button:hover {
	transform: translateY(-1px);
}

.bvgrd-choice:focus-visible,
.bvgrd-submit:focus-visible,
.bvgrd-card__add:focus-visible,
.bvgrd-summary__change:focus-visible,
.bvgrd-cart-choice button:focus-visible,
.bvgrd-panel input:focus-visible {
	outline: 3px solid rgba(237, 155, 105, 0.55);
	outline-offset: 2px;
}

.bvgrd-choice--primary,
.bvgrd-submit,
.bvgrd-card__add,
.bvgrd-cart-choice__apply {
	color: #fff !important;
	background: var(--bvgrd-navy) !important;
	border: 1px solid var(--bvgrd-navy) !important;
	box-shadow: 0 8px 18px rgba(18, 63, 96, 0.18);
}

.bvgrd-choice--secondary,
.bvgrd-cart-choice__keep {
	color: var(--bvgrd-navy) !important;
	background: rgba(255, 255, 255, 0.82) !important;
	border: 1px solid rgba(18, 63, 96, 0.28) !important;
}

.bvgrd-panel__editor {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--bvgrd-line);
}

.bvgrd-js .bvgrd-panel__editor.is-collapsed {
	display: none;
}

.bvgrd-home-form,
.bvgrd-native-filter .wceb_date_filter_form {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(170px, auto);
	gap: 12px;
	align-items: end;
	margin: 0 !important;
}

.bvgrd-field,
.bvgrd-native-filter .datepicker_container p {
	margin: 0 !important;
}

.bvgrd-field label,
.bvgrd-native-labels label {
	display: block;
	margin: 0 0 6px;
	color: var(--bvgrd-navy-deep);
	font-size: 13px;
	font-weight: 700;
}

.bvgrd-field input,
.bvgrd-native-filter input[type="text"] {
	box-sizing: border-box;
	width: 100% !important;
	min-height: 48px;
	margin: 0 !important;
	padding: 10px 13px !important;
	color: var(--bvgrd-ink);
	background: #fff !important;
	border: 1px solid rgba(18, 63, 96, 0.26) !important;
	border-radius: 11px !important;
	box-shadow: none !important;
}

.bvgrd-native-labels {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(170px, auto);
	gap: 12px;
}

.bvgrd-native-filter .datepicker_container {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 12px;
}

.bvgrd-native-filter .wp-block-buttons,
.bvgrd-native-filter .wp-block-button {
	display: block !important;
	width: 100%;
	margin: 0 !important;
}

.bvgrd-native-filter .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 11px 18px;
	color: #fff !important;
	background: var(--bvgrd-navy) !important;
	border: 1px solid var(--bvgrd-navy) !important;
	border-radius: 12px !important;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.bvgrd-native-filter .wp-block-button__link.date-selection-needed {
	opacity: 0.7;
}

.bvgrd-panel__note {
	margin: 14px 0 0;
	color: var(--bvgrd-muted);
	font-size: 12px;
	line-height: 1.5;
}

.bvgrd-summary {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 11px 14px;
	color: var(--bvgrd-navy-deep);
	background: var(--bvgrd-aqua);
	border: 1px solid var(--bvgrd-aqua-strong);
	border-radius: 13px;
	font-size: 14px;
}

.bvgrd-summary__label {
	font-weight: 600;
}

.bvgrd-summary__change {
	min-height: 34px;
	padding: 4px 7px;
	color: var(--bvgrd-navy);
	background: transparent;
	border: 0;
	font: inherit;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.bvgrd-product-summary {
	clear: both;
	margin: 0 auto 18px;
}

.bvgrd-card {
	display: grid;
	gap: 8px;
	width: 100%;
	margin-top: 10px;
	text-align: left;
}

.bvgrd-card__status {
	min-height: 20px;
	color: var(--bvgrd-muted);
	font-size: 12px;
	font-weight: 650;
}

.bvgrd-card__status.is-available {
	color: var(--bvgrd-success);
}

.bvgrd-card__status.is-unavailable,
.bvgrd-inline-error {
	color: var(--bvgrd-danger);
}

.bvgrd-card__exact {
	display: grid;
	gap: 3px;
	padding: 10px;
	background: rgba(223, 244, 243, 0.58);
	border-radius: 10px;
}

.bvgrd-card__duration {
	color: var(--bvgrd-muted);
	font-size: 12px;
}

.bvgrd-card__price {
	color: var(--bvgrd-navy-deep);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.bvgrd-card__price del {
	margin-right: 4px;
	color: var(--bvgrd-muted);
	font-size: 13px;
	font-weight: 500;
}

.bvgrd-card__price ins {
	text-decoration: none;
}

.bvgrd-card__price-label {
	color: var(--bvgrd-muted);
	font-size: 10px;
	line-height: 1.35;
}

.bvgrd-card__form {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 8px;
	margin: 0;
}

.bvgrd-card__form[hidden],
.bvgrd-card__exact[hidden],
.bvgrd-cart-choice[hidden] {
	display: none !important;
}

.bvgrd-card__quantity {
	box-sizing: border-box;
	width: 68px !important;
	min-height: 44px;
	margin: 0 !important;
	padding: 7px !important;
	text-align: center;
	background: #fff !important;
	border: 1px solid rgba(18, 63, 96, 0.24) !important;
	border-radius: 10px !important;
}

.bvgrd-card__add {
	width: 100%;
	min-height: 44px;
	padding: 9px 12px;
}

.bvgrd-card__fallback .button {
	width: 100%;
	min-height: 44px;
	box-sizing: border-box;
	text-align: center;
}

.bvgrd-card.is-ready .bvgrd-card__fallback {
	display: none;
}

.bvgrd-cart-choice {
	margin-top: 16px;
	padding: 14px;
	color: var(--bvgrd-ink);
	background: #fff;
	border: 1px solid var(--bvgrd-line);
	border-radius: 12px;
}

.bvgrd-cart-choice p {
	margin: 0 0 10px;
}

.bvgrd-cart-choice ul {
	margin: 8px 0 12px 20px;
}

.bvgrd-cart-choice__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bvgrd-cart-choice button {
	min-height: 44px;
}

.bvgrd-panel .picker {
	z-index: 99990;
}

@media (max-width: 767px) {
	.bvgrd-panel {
		margin: 12px auto 22px;
		padding: 17px;
		border-radius: 16px;
	}

	.bvgrd-panel__choices,
	.bvgrd-cart-choice__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.bvgrd-choice,
	.bvgrd-cart-choice button {
		width: 100%;
	}

	.bvgrd-home-form,
	.bvgrd-native-filter .wceb_date_filter_form,
	.bvgrd-native-labels {
		grid-template-columns: 1fr;
	}

	.bvgrd-native-labels {
		display: none;
	}

	.bvgrd-native-filter .datepicker_container {
		grid-template-columns: 1fr;
	}

	.bvgrd-native-filter .datepicker_container p::before {
		display: block;
		margin-bottom: 6px;
		color: var(--bvgrd-navy-deep);
		font-size: 13px;
		font-weight: 700;
	}

	.bvgrd-native-filter .datepicker_container p:first-child::before {
		content: "Delivery date";
	}

	.bvgrd-native-filter .datepicker_container p:nth-child(2)::before {
		content: "Pickup date";
	}

	.bvgrd-summary {
		align-items: flex-start;
		font-size: 13px;
	}

	.bvgrd-checkout-notice .button {
		display: block;
		width: max-content;
		margin: 10px 0 0;
	}
}

@media (max-width: 359px) {
	.bvgrd-panel {
		padding: 14px;
		border-radius: 14px;
	}

	.bvgrd-panel h2 {
		font-size: 21px;
	}

	.bvgrd-card__form {
		grid-template-columns: 60px minmax(0, 1fr);
	}

	.bvgrd-card__quantity {
		width: 60px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bvgrd-choice,
	.bvgrd-submit,
	.bvgrd-card__add,
	.bvgrd-cart-choice button {
		transition: none;
	}
}
