:root {
	--bloom-studio-accent: #6c7455;
	--bloom-studio-accent-soft: #fce1e3;
	--bloom-studio-border: #6c7455;
	--bloom-studio-error: #b94a48;
	--bloom-studio-success: #6c7455;
	--bloom-studio-surface: #ffffff;
	--bloom-studio-text: #6c7455;
	--bloom-studio-font: "Cormorant Garamond", sans-serif;
}

.woocommerce,
.woocommerce-page,
.wc-block-cart,
.wc-block-checkout,
.wc-block-components-button,
.wc-block-components-notice-banner,
.wc-block-components-form,
.wc-block-components-text-input input,
.wc-block-components-select select {
	font-family: var(--bloom-studio-font);
}

.woocommerce,
.woocommerce-page,
.wc-block-cart,
.wc-block-checkout {
	font-size: 18px;
	line-height: 1.45;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order,
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-grid__product-add-to-cart .wp-block-button__link {
	align-items: center;
	background: var(--bloom-studio-surface);
	border: 1px solid var(--bloom-studio-border);
	border-radius: 4px;
	color: var(--bloom-studio-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-family: var(--bloom-studio-font);
	font-weight: 400;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.woocommerce a.button:hover,
.woocommerce a.button:focus-visible,
.woocommerce button.button:hover,
.woocommerce button.button:focus-visible,
.woocommerce input.button:hover,
.woocommerce input.button:focus-visible,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus-visible,
.woocommerce .button:hover,
.woocommerce .button:focus-visible,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:focus-visible,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:focus-visible,
.woocommerce-page input.button:hover,
.woocommerce-page input.button:focus-visible,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus-visible,
.woocommerce-page .button:hover,
.woocommerce-page .button:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus-visible,
.wc-block-components-button:hover,
.wc-block-components-button:focus-visible,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus-visible,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus-visible,
.wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart .wp-block-button__link:focus-visible {
	background: var(--bloom-studio-accent-soft);
	border-color: var(--bloom-studio-border);
	color: var(--bloom-studio-text);
	outline: none;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	background: var(--bloom-studio-accent-soft);
	border-color: var(--bloom-studio-border);
	color: var(--bloom-studio-text);
}

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: var(--bloom-studio-surface);
	border: 1px solid var(--bloom-studio-border);
	border-radius: 4px;
	box-shadow: none;
	color: var(--bloom-studio-text);
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 1.25rem;
	min-height: 68px;
	padding: 1rem 1.25rem 1rem 3.5rem;
	position: relative;
}

.woocommerce-message {
	border-color: var(--bloom-studio-success);
}

.woocommerce-info {
	border-color: var(--bloom-studio-border);
}

.woocommerce-error {
	border-color: var(--bloom-studio-error);
	color: var(--bloom-studio-error);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	color: currentColor;
	left: 1.25rem;
	top: 1.15rem;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
	float: right;
	margin-left: 1rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce table.shop_table input.input-text,
.woocommerce .quantity .qty,
.woocommerce select,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce textarea {
	background: var(--bloom-studio-surface);
	border: 1px solid var(--bloom-studio-border);
	border-radius: 4px;
	color: inherit;
	font-family: var(--bloom-studio-font);
	font-size: 18px;
	font-weight: inherit;
	line-height: inherit;
	min-height: 40px;
	padding: 8px 10px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce table.shop_table input.input-text:focus,
.woocommerce .quantity .qty:focus,
.woocommerce select:focus,
.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="tel"]:focus,
.woocommerce input[type="number"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce textarea:focus {
	border-color: var(--bloom-studio-border);
	box-shadow: 0 0 0 2px rgba(108, 116, 85, 0.18);
	outline: none;
}

.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	background: var(--bloom-studio-surface);
	border: 1px solid rgba(108, 116, 85, 0.28);
	border-radius: 4px;
	box-shadow: none;
}

.entry-content > .wp-block-woocommerce-cart,
.entry-content > .wp-block-woocommerce-checkout,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--overload-woocommerce-container, 1140px);
	width: min(calc(100% - 2rem), var(--overload-woocommerce-container, 1140px));
}

.entry-content > .wp-block-woocommerce-cart.alignwide,
.entry-content > .wp-block-woocommerce-checkout.alignwide,
.wp-block-woocommerce-cart.alignwide,
.wp-block-woocommerce-checkout.alignwide {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}

.woocommerce-cart .overload-single-shell,
.woocommerce-checkout .overload-single-shell,
.woocommerce-account .overload-single-shell,
.woocommerce-cart .overload-entry,
.woocommerce-checkout .overload-entry,
.woocommerce-account .overload-entry,
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
	max-width: var(--overload-woocommerce-container, 1140px) !important;
	width: 100% !important;
}

.wc-block-cart,
.wc-block-checkout {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.wc-block-components-main,
.wc-block-components-sidebar {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.wc-block-components-main {
	padding-right: 24px !important;
}

.wc-block-components-sidebar {
	padding-left: 24px !important;
}

.wc-block-components-notice-banner {
	align-items: center;
	background: #fff0f0;
	border: 1px solid var(--bloom-studio-error);
	border-radius: 4px;
	box-shadow: none;
	color: var(--bloom-studio-error);
	display: flex;
	font-family: var(--bloom-studio-font);
	font-size: 18px;
	gap: 12px;
	line-height: 1.45;
	margin: 1rem 0;
	min-height: auto;
	padding: 16px 20px;
}

.wc-block-components-notice-banner.is-error {
	background: #fff0f0 !important;
	border-color: var(--bloom-studio-error) !important;
	color: var(--bloom-studio-error) !important;
	padding: 16px 20px !important;
}

.wc-block-components-notice-banner > svg {
	flex: 0 0 24px;
	height: 24px !important;
	margin: 0;
	position: static !important;
	transform: none !important;
	width: 24px !important;
}

.wc-block-components-notice-banner.is-error > svg {
	background: var(--bloom-studio-error) !important;
	color: #ffffff !important;
}

.wc-block-components-notice-banner > div {
	flex: 1 1 auto;
	min-width: 0;
}

.wc-block-components-title,
.wc-block-components-totals-wrapper,
.wc-block-components-product-name,
.wc-block-components-product-price,
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input input,
.wc-block-components-select select,
.wc-block-components-order-summary,
.wc-block-components-order-summary-item__description,
.wc-block-cart-items,
.wc-block-cart-item__total,
.wc-block-cart-item__prices,
.wc-block-cart-item__quantity,
.wc-block-components-totals-item,
.wc-block-components-checkout-step__title,
.wc-block-components-checkout-step__description,
.wc-block-components-checkout-step__container {
	color: var(--bloom-studio-text);
	font-family: var(--bloom-studio-font);
	font-size: 18px;
	line-height: 1.45;
}

.wc-block-components-text-input input,
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-combobox .components-combobox-control__input,
.wc-block-components-country-input input,
.wc-block-components-state-input input,
.wc-block-components-address-form input,
.wc-block-components-address-form select,
.wc-block-components-address-form textarea {
	font-family: var(--bloom-studio-font) !important;
	font-size: 18px !important;
	line-height: 1.35 !important;
}

.wc-block-components-title,
.wc-block-components-checkout-step__title {
	font-size: 24px;
	font-weight: 400;
}

.wc-block-components-product-details.wc-block-components-product-details {
	font-size: 18px !important;
	line-height: 1.4 !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	display: block;
	font-size: 18px !important;
	font-weight: 500;
	line-height: 1.4 !important;
	max-width: max-content;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
	font-size: 18px !important;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th,
table.wc-block-cart-items .wc-block-cart-items__header th,
table.wc-block-cart-items .wc-block-cart-items__header-image,
table.wc-block-cart-items .wc-block-cart-items__header-product,
table.wc-block-cart-items .wc-block-cart-items__header-total {
	font-size: 18px !important;
	font-weight: 500;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

.wc-block-cart-item__total,
.wc-block-cart-item__total-price-and-sale-badge-wrapper,
.wc-block-components-product-price,
.wc-block-components-product-metadata,
.wc-block-components-product-metadata__description,
.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
	font-size: 18px !important;
	line-height: 1.4 !important;
}

.woocommerce-account .woocommerce {
	max-width: 100%;
	width: 100%;
}

.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce-EditAccountForm {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--bloom-studio-text);
	font-family: var(--bloom-studio-font);
	font-size: 18px;
	line-height: 1.45;
	padding: 0 !important;
}

.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
	margin: 2rem 0 0 !important;
}

.woocommerce-account .woocommerce-form-row,
.woocommerce-account .form-row {
	margin-bottom: 1rem;
}

.woocommerce-account label,
.woocommerce-account legend,
.woocommerce-account .woocommerce-LostPassword,
.woocommerce-account .woocommerce-form__label-for-checkbox {
	color: var(--bloom-studio-text);
	font-family: var(--bloom-studio-font);
	font-size: 18px;
	line-height: 1.4;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	border: 0;
	margin: 0 0 0.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	background: var(--bloom-studio-surface);
	border: 1px solid var(--bloom-studio-border);
	border-radius: 4px;
	color: var(--bloom-studio-text);
	display: block;
	font-size: 18px;
	line-height: 1.25;
	padding: 10px 14px;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible {
	background: var(--bloom-studio-accent-soft);
	color: var(--bloom-studio-text);
	outline: none;
}

.woocommerce-sidebar,
.woocommerce-sidebar .widget,
.woocommerce .widget,
.woocommerce-page .widget {
	color: var(--bloom-studio-text);
	font-family: var(--bloom-studio-font);
	font-size: 18px;
	line-height: 1.45;
}

.woocommerce-sidebar .widget,
.woocommerce .widget {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 0 3rem;
	padding: 0 !important;
}

.woocommerce-sidebar .widget-title,
.woocommerce-sidebar .wp-block-heading,
.woocommerce-sidebar h2,
.woocommerce-sidebar h3,
.woocommerce .widget-title,
.woocommerce .wp-block-heading,
.woocommerce .widget h2,
.woocommerce .widget h3 {
	color: var(--bloom-studio-text);
	font-family: var(--bloom-studio-font);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 1.25rem;
}

.woocommerce-sidebar a,
.woocommerce .widget a,
.woocommerce-page .widget a {
	color: #c87db7;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.woocommerce-sidebar a:hover,
.woocommerce-sidebar a:focus-visible,
.woocommerce .widget a:hover,
.woocommerce .widget a:focus-visible,
.woocommerce-page .widget a:hover,
.woocommerce-page .widget a:focus-visible {
	color: var(--bloom-studio-text);
	outline: none;
}

.woocommerce-sidebar ul,
.woocommerce .widget ul {
	margin: 0;
	padding-left: 1.25rem;
}

.woocommerce-sidebar li,
.woocommerce .widget li {
	margin: 0.35rem 0;
}

.woocommerce-sidebar input[type="search"],
.woocommerce-sidebar input[type="text"],
.woocommerce-sidebar input[type="number"],
.woocommerce .widget input[type="search"],
.woocommerce .widget input[type="text"],
.woocommerce .widget input[type="number"] {
	background: var(--bloom-studio-surface);
	border: 1px solid var(--bloom-studio-border);
	border-radius: 4px;
	color: var(--bloom-studio-text);
	font-family: var(--bloom-studio-font);
	font-size: 18px;
	line-height: 1.35;
	min-height: 40px;
	padding: 8px 10px;
}

.woocommerce-sidebar input[type="search"]:focus,
.woocommerce-sidebar input[type="text"]:focus,
.woocommerce-sidebar input[type="number"]:focus,
.woocommerce .widget input[type="search"]:focus,
.woocommerce .widget input[type="text"]:focus,
.woocommerce .widget input[type="number"]:focus {
	border-color: var(--bloom-studio-border);
	box-shadow: 0 0 0 2px rgba(108, 116, 85, 0.18);
	outline: none;
}

.woocommerce-sidebar button,
.woocommerce-sidebar input[type="submit"],
.woocommerce .widget button,
.woocommerce .widget input[type="submit"],
.woocommerce .widget_price_filter .price_slider_amount .button {
	align-items: center;
	background: var(--bloom-studio-accent-soft) !important;
	border: 1px solid var(--bloom-studio-border) !important;
	border-radius: 4px !important;
	color: var(--bloom-studio-text) !important;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--bloom-studio-font) !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	justify-content: center;
	line-height: 1.2 !important;
	min-height: 44px;
	padding: 10px 20px !important;
	text-decoration: none !important;
}

.woocommerce-sidebar button:hover,
.woocommerce-sidebar button:focus-visible,
.woocommerce-sidebar input[type="submit"]:hover,
.woocommerce-sidebar input[type="submit"]:focus-visible,
.woocommerce .widget button:hover,
.woocommerce .widget button:focus-visible,
.woocommerce .widget input[type="submit"]:hover,
.woocommerce .widget input[type="submit"]:focus-visible,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:focus-visible {
	background: var(--bloom-studio-surface) !important;
	color: var(--bloom-studio-text) !important;
	outline: none !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(108, 116, 85, 0.22);
	border: 0;
	border-radius: 999px;
	height: 8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #6c7455;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border: 0;
	height: 18px;
	top: -5px;
	width: 18px;
}

.woocommerce .widget_price_filter .price_slider_amount {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	gap: 1rem;
	justify-content: space-between;
	line-height: 1.4;
	margin-top: 1rem;
	text-align: left;
}

.woocommerce .widget_price_filter .price_label {
	color: var(--bloom-studio-text);
	font-size: 18px;
	line-height: 1.4;
}

.woocommerce-sidebar .woocommerce-product-search,
.woocommerce .widget_product_search .woocommerce-product-search {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.woocommerce-sidebar .woocommerce-product-search .search-field,
.woocommerce .widget_product_search .search-field {
	flex: 1 1 12rem;
	min-width: 0;
}

.woocommerce table.shop_table {
	border-collapse: separate;
	overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: rgba(108, 116, 85, 0.18);
}

.woocommerce .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account h2,
.woocommerce-account h3 {
	color: var(--bloom-studio-text);
}

.woocommerce .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.woocommerce .coupon .input-text {
	min-width: min(100%, 14rem);
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button,
.woocommerce-cart table.cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order,
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-grid__product-add-to-cart .wp-block-button__link {
	background: var(--bloom-studio-accent-soft) !important;
	border: 1px solid var(--bloom-studio-border) !important;
	border-radius: 4px !important;
	color: var(--bloom-studio-text) !important;
	font-size: 18px !important;
	font-family: var(--bloom-studio-font) !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	min-height: 44px !important;
	padding: 10px 20px !important;
	text-decoration: none !important;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus-visible,
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:focus-visible,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus-visible,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .button:focus-visible,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button:focus-visible,
.woocommerce-cart table.cart .button:hover,
.woocommerce-cart table.cart .button:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus-visible,
.wc-block-components-button:hover,
.wc-block-components-button:focus-visible,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus-visible,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus-visible,
.wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart .wp-block-button__link:focus-visible {
	background: var(--bloom-studio-surface) !important;
	border-color: var(--bloom-studio-border) !important;
	color: var(--bloom-studio-text) !important;
	outline: none !important;
}

/* Products: delivery date and special message controls. */
.woocommerce div.product form.variations_form.bloom-studio-variation-price-synced .woocommerce-variation-price {
	display: none;
}

.bloom-studio-delivery {
	margin: 0;
}

.bloom-studio-delivery__label {
	color: inherit;
	font-size: 16px;
	font-family: var(--bloom-studio-font);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

.bloom-studio-delivery__options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.bloom-studio-delivery__note {
	color: var(--bloom-studio-text);
	font-family: var(--bloom-studio-font);
	font-size: 16px;
	line-height: 1.3;
	margin: 0.65rem 0 0;
}

.bloom-studio-delivery__option {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--bloom-studio-border);
	border-radius: 4px;
	color: var(--bloom-studio-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-family: var(--bloom-studio-font);
	font-weight: 400;
	line-height: 1.2;
	justify-content: center;
	min-height: 44px;
	min-width: 8.5rem;
	padding: 10px 20px;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bloom-studio-delivery__option.is-active,
.bloom-studio-delivery__option:hover,
.bloom-studio-delivery__option:focus-visible {
	background: #fce1e3;
	border-color: #6c7455;
	color: #6c7455;
	outline: none;
	padding: 10px 20px;
	font-size: 18px;
}

.bloom-studio-delivery__calendar {
	margin-top: 0.85rem;
}

.bloom-studio-delivery__date {
	border: 1px solid var(--bloom-studio-border);
	border-radius: 4px;
	font: inherit;
	max-width: 16rem;
	padding: 0.55rem 0.75rem;
	width: 100%;
}

.bloom-studio-delivery--loop {
	margin: 0 0 0.75rem;
}

.bloom-studio-delivery--loop .bloom-studio-delivery__label,
.bloom-studio-delivery--loop .bloom-studio-delivery__note {
	font-size: 13px;
}

.bloom-studio-delivery--loop .bloom-studio-delivery__label {
	margin-bottom: 0.35rem;
}

.bloom-studio-delivery--loop .bloom-studio-delivery__options {
	gap: 0.4rem;
}

.bloom-studio-delivery--loop .bloom-studio-delivery__option {
	font-size: 12px;
	min-height: 24px;
	min-width: 0;
	padding: 6px 10px;
}

.bloom-studio-delivery--loop .bloom-studio-delivery__option.is-active,
.bloom-studio-delivery--loop .bloom-studio-delivery__option:hover,
.bloom-studio-delivery--loop .bloom-studio-delivery__option:focus-visible {
	font-size: 12px;
	padding: 6px 10px;
}

.bloom-studio-delivery--loop .bloom-studio-delivery__note {
	margin-top: 0.4rem;
}

.bloom-studio-delivery--loop .bloom-studio-delivery__calendar {
	margin-top: 0.45rem;
}

.bloom-studio-delivery--loop .bloom-studio-delivery__date {
	font-size: 14px;
	min-height: 34px;
	padding: 6px 8px;
}

.bloom-studio-special-message {
	margin: 1rem 0;
}

/* Products: Special Message modal controls. */
.bloom-studio-special-message__trigger,
.bloom-studio-special-message__save {
	background: var(--bloom-studio-accent-soft);
	border: 1px solid var(--bloom-studio-border);
	border-radius: 4px;
	color: var(--bloom-studio-text);
	cursor: pointer;
	font-family: var(--bloom-studio-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	min-height: 44px;
	min-width: 8.5rem;
	padding: 10px 20px;
	text-align: center;
	transition: background-color 160ms ease, color 160ms ease;
	width: auto;
}

.bloom-studio-special-message__trigger:hover,
.bloom-studio-special-message__trigger:focus-visible,
.bloom-studio-special-message__save:hover,
.bloom-studio-special-message__save:focus-visible {
	background: var(--bloom-studio-surface);
	color: var(--bloom-studio-text);
	outline: none;
}

.bloom-studio-special-message__overlay {
	align-items: center;
	background: rgba(0, 0, 0, 0.52);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 1.5rem;
	position: fixed;
	z-index: 99999;
}

.bloom-studio-special-message__overlay[hidden] {
	display: none;
}

.bloom-studio-special-message__modal {
	background: var(--bloom-studio-surface);
	border: 1px solid var(--bloom-studio-border);
	color: var(--bloom-studio-text);
	font-family: var(--bloom-studio-font);
	max-height: calc(100vh - 3rem);
	max-width: 880px;
	overflow: auto;
	padding: 2rem;
	position: relative;
	width: min(100%, 880px);
}

.bloom-studio-special-message__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--bloom-studio-text);
	cursor: pointer;
	display: inline-flex;
	font-family: Arial, sans-serif;
	font-size: 2rem;
	height: 2.25rem;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 2.25rem;
}

.bloom-studio-special-message__content {
	display: grid;
	gap: 1.75rem;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
}

.bloom-studio-special-message__actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.25rem;
}

.bloom-studio-special-message__title {
	color: var(--bloom-studio-text);
	font-family: var(--bloom-studio-font);
	font-size: 30px;
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 1.25rem;
}

.bloom-studio-special-message__title--secondary {
	margin-top: 1.5rem;
}

.bloom-studio-special-message__label {
	color: var(--bloom-studio-text);
	display: block;
	font-family: var(--bloom-studio-font);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.5rem;
}

.bloom-studio-special-message__input,
.bloom-studio-special-message__textarea {
	background: var(--bloom-studio-surface);
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--bloom-studio-border) 55%, transparent);
	border-radius: 0;
	color: var(--bloom-studio-text);
	font-family: var(--bloom-studio-font);
	font-size: 18px;
	line-height: 1.35;
	margin: 0 0 1.15rem;
	padding: 0.55rem 0;
	width: 100%;
}

.bloom-studio-special-message__textarea {
	border: 1px solid color-mix(in srgb, var(--bloom-studio-border) 65%, transparent);
	border-radius: 4px;
	margin-bottom: 0;
	min-height: 120px;
	padding: 0.75rem;
	resize: vertical;
}

.bloom-studio-special-message__input.is-invalid,
.bloom-studio-special-message__textarea.is-invalid {
	border-color: #d1232a;
	box-shadow: 0 0 0 1px rgba(209, 35, 42, 0.12);
}

.bloom-studio-special-message__help {
	color: color-mix(in srgb, var(--bloom-studio-text) 78%, transparent);
	font-family: var(--bloom-studio-font);
	font-size: 16px;
	line-height: 1.35;
	margin: 0.45rem 0 0.75rem;
}

.bloom-studio-special-message__feedback {
	border: 1px solid transparent;
	border-radius: 4px;
	font-family: var(--bloom-studio-font);
	font-size: 17px;
	line-height: 1.35;
	margin: 0 0 0.85rem;
	max-width: 32rem;
	padding: 0.65rem 0.75rem;
	text-align: center;
	width: 100%;
}

.bloom-studio-special-message__feedback.is-error {
	background: #fce8e8;
	border-color: #d1232a;
	color: #8a171b;
}

.bloom-studio-special-message__feedback.is-success {
	background: #f1f6ec;
	border-color: var(--bloom-studio-border);
	color: var(--bloom-studio-text);
}

.bloom-studio-special-message__preview {
	border: 0;
	padding: 0;
}

.bloom-studio-special-message__preview img {
	display: block;
	height: auto;
	margin: 0 auto 1rem;
	width: 75%;
}

@media (max-width: 600px) {
	.bloom-studio-delivery__option {
		flex: 1 1 100%;
		min-width: 0;
	}

	.bloom-studio-special-message__trigger {
		width: auto;
	}

	.bloom-studio-special-message__modal {
		padding: 1.5rem;
	}

	.bloom-studio-special-message__content {
		grid-template-columns: 1fr;
	}

	.bloom-studio-special-message__preview img {
		width: 100%;
	}
}
