/**
 * WooCommerce — The Exhale Space
 * Palette: #F8F5F1 #E6C7C7 #C9D6C5 #D4B2A4 #B7ADA4 #6E7D6D #3D3835
 */

:root {
	--ex-wc-bg: #f8f5f1;
	--ex-wc-card: #fffdfb;
	--ex-wc-charcoal: #3d3835;
	--ex-wc-olive: #6e7d6d;
	--ex-wc-sage: #c9d6c5;
	--ex-wc-sage-light: #d5ddd0;
	--ex-wc-pink: #e6c7c7;
	--ex-wc-clay: #d4b2a4;
	--ex-wc-taupe: #b7ada4;
	--ex-wc-radius: 1.25rem;
	--ex-wc-border: rgba(212, 178, 164, 0.4);
	--ex-wc-shadow: 0 8px 32px rgba(61, 56, 53, 0.07);
}

body.exhale-woocommerce-page #primary.site-main.exhale-woocommerce {
	padding-top: 0;
}

body.single-product.exhale-woocommerce-page #primary.site-main.exhale-woocommerce {
	padding-top: 0;
	overflow-x: clip;
}

body.single-product.exhale-woocommerce-page {
	overflow-x: clip;
}

body.single-product .exhale-single-product-shell.exhale-header-line {
	overflow-x: clip;
}

body.exhale-woocommerce-page .exhale-woocommerce > .exhale-header-line {
	padding-top: 7.5rem;
}

/* Product detail — same horizontal bounds as pill header (logo ↔ Get In Touch) */
body.single-product .exhale-single-product-shell.exhale-header-line {
	padding-top: 7.5rem;
}

body.exhale-programs-page .exhale-programs-shop > .exhale-header-line,
body.exhale-woocommerce-page .exhale-wc-archive > .exhale-header-line,
body.exhale-products-page .exhale-programs-shop > .exhale-header-line,
body.exhale-subscription-cards-page .exhale-programs-shop > .exhale-header-line {
	padding-top: 7.5rem;
	padding-bottom: 4rem;
}

.exhale-about-page__article {
	margin-top: 0;
	padding-top: 7.5rem;
}
p#billing_state_field, p#billing_postcode_field, p#billing_address_1_field {
    display: none !important;
}
@media (max-width: 991px) {
	body.exhale-woocommerce-page .exhale-woocommerce > .exhale-header-line,
	body.single-product .exhale-single-product-shell.exhale-header-line,
	body.exhale-woocommerce-page .exhale-wc-archive > .exhale-header-line,
	body.exhale-products-page .exhale-programs-shop > .exhale-header-line,
	body.exhale-subscription-cards-page .exhale-programs-shop > .exhale-header-line,
	.exhale-about-page__article {
		padding-top: 6.5rem;
	}
}

body.exhale-woocommerce-page,
body.exhale-programs-page,
body.exhale-products-page,
body.exhale-subscription-cards-page {
	background: var(--ex-wc-bg) !important;
}

body.exhale-woocommerce-page .exhale-wc-archive {
	background: var(--ex-wc-bg);
}

.exhale-woocommerce,
.exhale-programs-page .exhale-programs-shop,
.exhale-woocommerce .exhale-wc-archive {
	background: var(--ex-wc-bg);
	color: var(--ex-wc-charcoal);
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

.exhale-woocommerce.exhale-programs-page {
	padding-bottom: 0;
}

.exhale-wc-archive .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

.exhale-woocommerce {
	padding-bottom: 5rem;
}

body.exhale-woocommerce-page .woocommerce div.product {
	float: none;
	width: 100%;
	max-width: 100%;
}

body.exhale-woocommerce-page .woocommerce div.product::before,
body.exhale-woocommerce-page .woocommerce div.product::after {
	display: none;
}

/* Buttons */
.exhale-wc-btn,
.exhale-product-card__btn,
.exhale-woocommerce a.button,
.exhale-woocommerce button.button,
.exhale-woocommerce input.button,
.exhale-woocommerce input[type='submit'],
.exhale-woocommerce .single_add_to_cart_button,
.exhale-woocommerce button.single_add_to_cart_button,
.exhale-woocommerce #place_order,
.exhale-woocommerce .checkout-button,
.exhale-woocommerce .wc-proceed-to-checkout a,
.exhale-woocommerce .must-log-in a,
.exhale-woocommerce #respond input#submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	border: 0 !important;
	border-radius: 9999px !important;
	padding: 0.8rem 1.75rem !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	color: var(--ex-wc-charcoal) !important;
	background: var(--ex-wc-pink) !important;
	box-shadow: 0 6px 20px rgba(61, 56, 53, 0.08) !important;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease !important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.exhale-wc-btn:hover,
.exhale-product-card__btn:hover,
.exhale-woocommerce a.button:hover,
.exhale-woocommerce button.button:hover,
.exhale-woocommerce .single_add_to_cart_button:hover,
.exhale-woocommerce #place_order:hover,
.exhale-woocommerce .checkout-button:hover,
.exhale-woocommerce .wc-proceed-to-checkout a:hover {
	background: #dcc0c0 !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(212, 178, 164, 0.45) !important;
	color: var(--ex-wc-charcoal) !important;
}

.exhale-wc-view-cart,
.exhale-btn--outline.exhale-wc-view-cart,
.exhale-product-card__cta .added_to_cart {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 2.5rem;
	margin-top: 0.65rem;
	border: 1px solid rgba(110, 125, 109, 0.45) !important;
	border-radius: 9999px !important;
	padding: 0.55rem 1.25rem !important;
	font-size: 0.82rem !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	color: var(--ex-wc-olive) !important;
	background: transparent !important;
	box-shadow: none !important;
}

.exhale-wc-view-cart:hover,
.exhale-product-card__cta .added_to_cart:hover {
	background: rgba(201, 214, 197, 0.45) !important;
	color: var(--ex-wc-charcoal) !important;
}

.exhale-woocommerce a:not(.exhale-wc-btn):not(.button):not(.exhale-product-card__btn):not(.added_to_cart):not(.remove):not(.exhale-cart-remove):not(.exhale-cart-item__title):not(.exhale-product-card__title a):not(.exhale-product-card__image-link) {
	color: var(--ex-wc-olive);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.exhale-woocommerce .must-log-in a {
	text-decoration: none !important;
}

.exhale-product-card__btn {
	width: 100%;
	text-transform: none !important;
}

.return-to-shop .exhale-product-card__btn{
	margin-top: 15px;
	width: 202px;
}

.exhale-woocommerce .woocommerce-message .button,
.exhale-woocommerce .woocommerce-message a.button {
	margin-left: 0.75rem;
}

/* Shop layout + sidebar */
.exhale-shop-layout {
	display: grid;
	gap: 2rem;
	width: 100%;
}

@media (min-width: 992px) {
	.exhale-shop-layout {
		grid-template-columns: 280px minmax(0, 1fr);
		align-items: start;
	}

	.exhale-shop-layout--no-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}
}

.exhale-programs-shop .exhale-shop-layout {
	padding-top: 0;
}

.exhale-woocommerce .related.products,
.exhale-woocommerce .up-sells {
	display: none !important;
}

.exhale-shop-sidebar {
	border: 1px solid var(--ex-wc-border);
	border-radius: var(--ex-wc-radius);
	background: var(--ex-wc-card);
	padding: 1.5rem;
	box-shadow: var(--ex-wc-shadow);
}

body.tax-product_cat .exhale-shop-sidebar .widget_price_filter,
body.tax-product_tag .exhale-shop-sidebar .widget_price_filter {
	display: none !important;
}

.exhale-shop-sidebar .widget {
	margin: 0 0 1.75rem;
	padding: 0 0 1.75rem;
	border-bottom: 1px solid rgba(212, 178, 164, 0.28);
}

.exhale-shop-sidebar .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.exhale-shop-sidebar .widget-title {
	margin: 0 0 1rem;
	padding-bottom: 0.65rem;
	border-bottom: 2px solid rgba(212, 178, 164, 0.55);
	font-family: 'DM Sans', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: var(--ex-wc-charcoal);
}

.exhale-shop-sidebar__empty,
.exhale-shop-sidebar__cart-note {
	margin: 0;
	font-size: 0.88rem;
	color: rgba(61, 56, 53, 0.65);
}

.exhale-shop-sidebar__cart-link {
	width: 100%;
	margin-top: 0.75rem;
}

.exhale-shop-search {
	position: relative;
}

.exhale-shop-search input[type='search'] {
	width: 100%;
	border: 1px solid var(--ex-wc-border);
	border-radius: 0.5rem;
	padding: 0.65rem 2.5rem 0.65rem 0.85rem;
	background: var(--ex-wc-bg);
	font-size: 0.88rem;
}

.exhale-shop-search button {
	position: absolute;
	top: 50%;
	right: 0.65rem;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--ex-wc-olive);
}

.exhale-shop-search button svg {
	width: 1rem;
	height: 1rem;
}

.exhale-shop-categories,
.exhale-shop-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.exhale-shop-categories li,
.exhale-shop-sidebar .widget_product_categories li {
	margin-bottom: 0.45rem;
}

.exhale-shop-categories a,
.exhale-shop-sidebar .widget_product_categories a {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.88rem;
	color: rgba(61, 56, 53, 0.78);
	text-decoration: none;
	border: 2px solid #e6c7c7;
	border-radius: 10px;
	padding: 4px;
}

.exhale-shop-categories a::before,
.exhale-shop-sidebar .widget_product_categories a::before {
	content: '›';
	color: var(--ex-wc-clay);
	font-weight: 700;
}

.exhale-shop-categories a:hover,
.exhale-shop-sidebar .widget_product_categories a:hover {
	color: var(--ex-wc-charcoal);
}

.exhale-shop-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
	padding: 1rem 1.25rem;
	border: 1px solid var(--ex-wc-border);
	border-radius: var(--ex-wc-radius);
	background: var(--ex-wc-card);
	box-shadow: var(--ex-wc-shadow);
}

.exhale-shop-toolbar__count {
	margin: 0;
	font-size: 0.85rem;
	color: rgba(61, 56, 53, 0.65);
}

.exhale-shop-toolbar__label {
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
	font-weight: 700;
	color: var(--ex-wc-charcoal);
}

.exhale-shop-main .woocommerce-result-count,
.exhale-shop-main .woocommerce-ordering,
.exhale-wc-archive .woocommerce-result-count,
.exhale-wc-archive .woocommerce-ordering {
	display: none !important;
}

/* Product grid */
.exhale-product-grid,
body.exhale-programs-page .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.exhale-programs-page .woocommerce ul.products::before,
body.exhale-programs-page .woocommerce ul.products::after {
	display: none;
}

body.exhale-programs-page .woocommerce ul.products > li.product {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	clear: none;
}

@media (min-width: 640px) {
	.exhale-product-grid,
	body.exhale-programs-page .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.exhale-product-grid,
	body.exhale-programs-page .woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.exhale-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--ex-wc-border);
	border-radius: var(--ex-wc-radius);
	background: var(--ex-wc-card);
	box-shadow: var(--ex-wc-shadow);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.exhale-product-card:hover {
	border-color: rgba(110, 125, 109, 0.45);
	box-shadow: 0 14px 40px rgba(61, 56, 53, 0.1);
	transform: translateY(-3px);
}

.exhale-product-card__image-link {
	display: block;
}

.exhale-product-card__image {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 0;
}

.exhale-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.25rem 1.5rem 1.5rem;
	text-align: center;
}

.exhale-product-card__stars {
	display: flex;
	justify-content: center;
	gap: 0.12rem;
	margin-bottom: 0.6rem;
}

.exhale-product-card__star {
	width: 0.85rem;
	height: 0.85rem;
	color: var(--ex-wc-clay);
}

.exhale-product-card__title {
	margin: 0 0 0.6rem;
	font-family: 'DM Sans', sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
}

.exhale-product-card__title a {
	color: var(--ex-wc-charcoal);
	text-decoration: none;
}

.exhale-product-card__excerpt {
	flex: 1;
	margin: 0 0 1rem;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(61, 56, 53, 0.68);
}

.exhale-product-card__price {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	margin-bottom: 1rem;
	font-family: 'DM Sans', sans-serif;
	color: var(--ex-wc-charcoal);
}

.exhale-product-card__price-current,
.exhale-product-card__price-sale,
.exhale-product-card__price ins {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--ex-wc-charcoal);
	text-decoration: none;
}

.exhale-product-card__price del,
.exhale-product-card__price-regular {
	font-size: 0.88rem;
	font-weight: 500;
	color: rgba(61, 56, 53, 0.45);
}

.exhale-product-card__price-interval {
	font-size: 0.82rem;
	font-weight: 500;
	color: rgba(61, 56, 53, 0.55);
}

.exhale-product-card__cta {
	margin-top: auto;
}

/* Single product */
body.single-product .exhale-single-product,
.exhale-woocommerce .exhale-single-product {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0 0 3rem;
}

body.single-product .exhale-single-product__main,
body.single-product .exhale-single-product__details,
body.single-product .exhale-related-products {
	width: 100%;
	max-width: 100%;
}

.exhale-single-product__breadcrumb {
	margin-bottom: 1.25rem;
	font-size: 0.82rem;
	color: rgba(61, 56, 53, 0.6);
}

.exhale-single-product__breadcrumb a {
	color: var(--ex-wc-olive);
	text-decoration: none;
}

.exhale-single-product__main {
	display: grid;
	gap: 2rem;
	min-width: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.exhale-single-product__main {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		align-items: start;
		gap: 2.5rem;
	}
}

.exhale-single-product__gallery,
.exhale-single-product__summary {
	min-width: 0;
	max-width: 100%;
}

.exhale-single-product__gallery .woocommerce-product-gallery {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 1rem;
	max-width: 100%;
	overflow: hidden;
	border: 1px solid var(--ex-wc-border);
	border-radius: var(--ex-wc-radius);
	background: var(--ex-wc-card);
	padding: 1rem;
	box-shadow: var(--ex-wc-shadow);
}

.exhale-single-product__gallery .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
.exhale-single-product__gallery .flex-viewport {
	flex: 1;
	min-width: 0;
	max-width: 100%;
}

.exhale-single-product__gallery .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
	display: block;
	width: 100%;
}

.exhale-single-product__gallery .flex-viewport .woocommerce-product-gallery__wrapper {
	display: block;
	width: 100%;
	max-width: 100%;
}

.exhale-single-product__gallery .woocommerce-product-gallery__image {
	float: none;
	width: 100%;
	max-width: 100%;
}

.exhale-single-product__gallery .flex-viewport img,
.exhale-single-product__gallery .woocommerce-product-gallery__image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 0.85rem;
}

.exhale-single-product__gallery ol.flex-control-nav.flex-control-thumbs {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 88px;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 0.65rem;
}

.exhale-single-product__gallery ol.flex-control-nav.flex-control-thumbs li {
	width: 100%;
	margin: 0;
}

.exhale-single-product__gallery ol.flex-control-nav.flex-control-thumbs li img {
	border: 2px solid transparent;
	border-radius: 0.5rem;
	opacity: 0.65;
}

.exhale-single-product__gallery ol.flex-control-nav.flex-control-thumbs li img.flex-active {
	border-color: var(--ex-wc-olive);
	opacity: 1;
}

.exhale-single-product__summary {
	border: 1px solid var(--ex-wc-border);
	border-radius: var(--ex-wc-radius);
	background: var(--ex-wc-card);
	padding: 2rem;
	box-shadow: var(--ex-wc-shadow);
}

.exhale-single-product__summary .product_title {
	margin: 0 0 0.75rem;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.15;
	color: var(--ex-wc-charcoal);
}

.exhale-single-product__summary .price {
	margin-bottom: 1rem;
	font-family: 'DM Sans', sans-serif;
	font-size: 1.85rem;
	font-weight: 700;
	color: var(--ex-wc-olive);
}

.exhale-single-product__summary .price del {
	font-size: 1rem;
	color: rgba(61, 56, 53, 0.45);
}

.exhale-single-product__summary .woocommerce-product-details__short-description {
	margin-bottom: 1.5rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid rgba(212, 178, 164, 0.28);
	font-size: 15px;
	line-height: 1.7;
	color: rgba(61, 56, 53, 0.78);
}

.exhale-add-to-cart-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem;
}

.exhale-single-product__summary form.cart {
	display: block;
	margin: 0 0 1.25rem;
}

.exhale-single-product__summary form.cart .quantity {
	margin: 0;
}

/* Quantity stepper — minus | value | plus */
.exhale-qty-stepper,
.exhale-woocommerce .quantity.exhale-qty-stepper {
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	border: 1px solid rgba(61, 56, 53, 0.16);
	border-radius: 0;
	background: #fff;
}

.exhale-qty-stepper__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	min-width: 2.75rem;
	height: 2.75rem;
	flex-shrink: 0;
	border: 0;
	padding: 0;
	background: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	color: rgba(61, 56, 53, 0.72);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.exhale-qty-stepper__minus {
	border-right: 1px solid rgba(61, 56, 53, 0.12);
}

.exhale-qty-stepper__plus {
	border-left: 1px solid rgba(61, 56, 53, 0.12);
}

.exhale-qty-stepper__btn:hover:not(:disabled) {
	background: rgba(248, 245, 241, 0.95);
	color: var(--ex-wc-charcoal);
}

.exhale-qty-stepper__btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.exhale-qty-stepper__field {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	min-width: 3.25rem;
	max-width: 3.25rem;
	height: 2.75rem;
	flex-shrink: 0;
}

.exhale-qty-stepper .qty,
.exhale-qty-stepper .exhale-qty-input,
.exhale-woocommerce .exhale-qty-stepper input.qty,
.exhale-woocommerce .exhale-qty-stepper input.exhale-qty-input,
.exhale-cart-table .exhale-qty-stepper input.qty,
.exhale-cart-table .exhale-qty-stepper input.exhale-qty-input {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-inline: 0 !important;
	background: #fff !important;
	font-family: Montserrat, sans-serif;
	font-size: 15px !important;
	font-weight: 600;
	line-height: 2.75rem !important;
	text-align: center !important;
	text-indent: 0 !important;
	vertical-align: middle;
	box-sizing: border-box !important;
	box-shadow: none !important;
	-moz-appearance: textfield;
	appearance: textfield;
}

.exhale-qty-stepper .qty::-webkit-outer-spin-button,
.exhale-qty-stepper .qty::-webkit-inner-spin-button,
.exhale-qty-stepper .exhale-qty-input::-webkit-outer-spin-button,
.exhale-qty-stepper .exhale-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.exhale-single-product__summary .single_add_to_cart_button {
	min-width: 220px;
	text-transform: none;
	letter-spacing: 0.02em;
}

.exhale-single-product__summary .product_meta {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(212, 178, 164, 0.28);
	font-size: 0.85rem;
	color: rgba(61, 56, 53, 0.65);
}

.exhale-single-product__summary .product_meta a {
	color: var(--ex-wc-olive);
	text-decoration: none;
}

.exhale-single-product__details {
	margin-top: 2.5rem;
	width: 100%;
	max-width: 100%;
}

.exhale-single-product__details .woocommerce-tabs {
	width: 100%;
	max-width: 100%;
}

.exhale-single-product__details .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 -1px;
	padding: 0;
	border-bottom: 1px solid var(--ex-wc-border);
	list-style: none;
}

.exhale-single-product__details .woocommerce-tabs ul.tabs::before,
.exhale-single-product__details .woocommerce-tabs ul.tabs::after {
	display: none;
}

.exhale-single-product__details .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.exhale-single-product__details .woocommerce-tabs ul.tabs li a {
	display: block;
	border: 1px solid transparent;
	border-bottom: 0;
	border-radius: 0.5rem 0.5rem 0 0;
	padding: 0.85rem 1.35rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(61, 56, 53, 0.55);
	background: transparent;
}

.exhale-single-product__details .woocommerce-tabs ul.tabs li.active a {
	border-color: var(--ex-wc-border);
	border-top: 3px solid var(--ex-wc-olive);
	color: var(--ex-wc-charcoal);
	background: var(--ex-wc-card);
}

.exhale-single-product__details .woocommerce-Tabs-panel {
	border: 1px solid var(--ex-wc-border);
	border-radius: 0 0 var(--ex-wc-radius) var(--ex-wc-radius);
	background: var(--ex-wc-card);
	padding: 2rem;
	box-shadow: var(--ex-wc-shadow);
	font-size: 0.95rem;
	line-height: 1.75;
}

.exhale-single-product__details .woocommerce-Tabs-panel h3 {
	margin: 1.5rem 0 0.75rem;
	font-family: 'DM Sans', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
}

.exhale-single-product__details .woocommerce-Tabs-panel ol,
.exhale-single-product__details .woocommerce-Tabs-panel ul {
	padding-left: 1.25rem;
}

/* Cart page — single header offset (avoid stacking site-main + section padding) */
body.exhale-editorial.woocommerce-cart:not(.home) #primary.site-main.exhale-main:not(.exhale-inner-page--overlay-hero) {
	padding-top: 0;
}

body.exhale-editorial.woocommerce-cart .site-main.exhale-main > .exhale-wrap.exhale-section {
	padding-top: clamp(5.5rem, 8vw, 6.5rem);
	padding-bottom: 2rem;
}

body.exhale-editorial.woocommerce-cart .exhale-section {
	padding-top: 0;
	padding-bottom: 2rem;
}

.exhale-woocommerce.woocommerce-cart .woocommerce {
	width: 100%;
	margin: 0;
	padding: 0 0 2rem;
}

body.woocommerce-cart .woocommerce {
	width: min(1200px, 100%);
	margin: 0 auto;
}

.exhale-cart-page-head {
	padding: 0 0 1rem;
	margin: 0;
	text-align: center;
}

.exhale-cart-page-head__title {
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	color: var(--ex-wc-charcoal);
}

.exhale-cart-form {
	margin-top: 0;
}

.exhale-cart-sidebar {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1.25rem;
	width: 100%;
	margin-top: 2rem;
}

.exhale-cart-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--ex-wc-card);
	border: 1px solid var(--ex-wc-border);
	border-radius: var(--ex-wc-radius);
	overflow: hidden;
	box-shadow: var(--ex-wc-shadow);
}

.exhale-cart-table thead th {
	padding: 1rem 1.25rem;
	border-bottom: 1px solid rgba(212, 178, 164, 0.35);
	font-family: 'DM Sans', sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: left;
	color: rgba(61, 56, 53, 0.55);
	background: rgba(248, 245, 241, 0.85);
}

.exhale-cart-table tbody td {
	padding: 1.5rem 1.25rem;
	border-bottom: 1px solid rgba(212, 178, 164, 0.22);
	vertical-align: middle;
}

.exhale-cart-table tbody tr:last-child td {
	border-bottom: 0;
}

.exhale-cart-table--no-quantity .product-quantity,
.exhale-cart-table--no-quantity th.product-quantity {
	display: none;
}

.exhale-cart-table--no-quantity button[name="update_cart"] {
	display: none !important;
}

.exhale-cart-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.exhale-cart-item__thumb img {
	width: 96px;
	height: 96px;
	object-fit: cover;
	border-radius: 0.65rem;
}

.exhale-cart-item__title {
	display: block;
	margin-bottom: 0.35rem;
	font-family: 'DM Sans', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: var(--ex-wc-charcoal);
	text-decoration: none;
}

.exhale-cart-item__desc {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.55;
	color: rgba(61, 56, 53, 0.62);
}

.exhale-cart-table .product-price,
.exhale-cart-table .product-subtotal {
	font-weight: 700;
	color: var(--ex-wc-charcoal);
	white-space: nowrap;
}

.exhale-cart-table .quantity {
	display: inline-flex;
}

.exhale-cart-table .exhale-qty-stepper {
	vertical-align: middle;
}

.exhale-cart-total-cell {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}

.exhale-cart-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border: 1px solid var(--ex-wc-border);
	border-radius: 50%;
	font-size: 1.25rem;
	line-height: 1;
	color: rgba(61, 56, 53, 0.35) !important;
	text-decoration: none !important;
}

.exhale-cart-remove:hover {
	color: var(--ex-wc-charcoal) !important;
	background: rgba(212, 178, 164, 0.25);
}

.exhale-cart-actions-row .actions {
	padding: 1.25rem;
	background: rgba(248, 245, 241, 0.65);
}

.exhale-cart-actions-row .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: 15px;
}

.exhale-cart-actions-row .coupon input {
	min-width: 180px;
	border: 1px solid var(--ex-wc-border);
	border-radius: 0.5rem;
	padding: 0.7rem 0.85rem;
	background: #fff;
}

.exhale-cart-update {
	background: transparent !important;
	box-shadow: none !important;
	border: 2px solid var(--ex-wc-border) !important;
	border-radius: 10px;
	padding: 4px;
}

.exhale-cart-collaterals {
	display: flex;
	justify-content: flex-end;
	margin-top: 0;
	width: min(420px, 100%);
}

.exhale-cart-totals {
	width: min(420px, 100%);
	border: 1px solid var(--ex-wc-border);
	border-radius: var(--ex-wc-radius);
	background: var(--ex-wc-card);
	padding: 1.5rem;
	box-shadow: var(--ex-wc-shadow);
}

.exhale-cart-totals__table {
	width: 100%;
	border-collapse: collapse;
}

.exhale-cart-totals__table th,
.exhale-cart-totals__table td {
	padding: 0.65rem 0;
	border-bottom: 1px solid rgba(212, 178, 164, 0.2);
	font-size: 0.92rem;
}

.exhale-cart-totals__table th {
	font-weight: 500;
	color: rgba(61, 56, 53, 0.72);
	text-align: left;
}

.exhale-cart-totals__table td {
	text-align: right;
	font-weight: 600;
}

.exhale-cart-totals__table .order-total th,
.exhale-cart-totals__table .order-total td {
	border-bottom: 0;
	padding-top: 1rem;
	font-size: 1rem;
	font-weight: 700;
}

.exhale-cart-totals__table .order-total td {
	font-size: 1.75rem;
	color: var(--ex-wc-charcoal);
}

/* Cart page — checkout CTA matches gift card "Buy now!" button */
body.woocommerce-cart .wc-proceed-to-checkout {
	margin-top: 1.5rem;
}

body.woocommerce-cart .exhale-cart-sidebar .exhale-gift-wellness__btn,
body.woocommerce-cart .exhale-cart-sidebar .exhale-cart-checkout-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 0;
	margin: 0;
	padding: 0.8rem 1.25rem !important;
	border: 0 !important;
	border-radius: 12px !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: 0;
	text-align: center !important;
	text-decoration: none !important;
	box-sizing: border-box;
	color: #3d3835 !important;
	background-color: #e6c7c7 !important;
	box-shadow: 0 6px 20px rgba(61, 56, 53, 0.08) !important;
	transition:
		box-shadow 0.45s ease,
		background-color 0.35s ease,
		transform 0.35s ease !important;
}

body.woocommerce-cart .exhale-cart-sidebar .exhale-gift-wellness__btn:hover,
body.woocommerce-cart .exhale-cart-sidebar .exhale-cart-checkout-btn:hover {
	background-color: #dcc0c0 !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(212, 178, 164, 0.45) !important;
	color: #3d3835 !important;
}

.exhale-woocommerce .wc-proceed-to-checkout {
	margin-top: 1.25rem;
}

.exhale-woocommerce .wc-proceed-to-checkout a {
	width: 100%;
	font-size: 1rem !important;
	font-weight: 700 !important;
}

/* Checkout — rendered via page.php + [woocommerce_checkout] shortcode, same
   as the Cart page, so it never gets the .exhale-woocommerce wrapper class
   (that's only added on WC's own templates). Scope to body.woocommerce-checkout
   instead, matching the pattern already used for Cart's mobile overrides below. */
body.exhale-editorial.woocommerce-checkout:not(.home) #primary.site-main.exhale-main:not(.exhale-inner-page--overlay-hero) {
	padding-top: 0;
}

body.exhale-editorial.woocommerce-checkout .site-main.exhale-main > .exhale-wrap.exhale-section {
	padding-top: clamp(5.5rem, 8vw, 6.5rem);
	padding-bottom: 2rem;
}

body.exhale-editorial.woocommerce-checkout .exhale-section {
	padding-top: 0;
	padding-bottom: 2rem;
}

body.woocommerce-checkout .woocommerce {
	width: min(1100px, 100%);
	margin: 0 auto;
	padding: 0 clamp(1rem, 3vw, 2.5rem) 2rem;
}

.exhale-checkout-page-head {
	padding: 0 0 1.5rem;
	text-align: center;
}

.exhale-checkout-page-head__title {
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	color: var(--ex-wc-charcoal);
}

.exhale-checkout-layout {
	display: grid;
	gap: 2rem;
	align-items: start;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.exhale-checkout-col--billing,
.exhale-checkout-col--summary {
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 992px) {
	.exhale-checkout-layout {
		grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	}
}

.exhale-checkout-col--billing,
.exhale-checkout-col--summary #order_review {
	border: 1px solid var(--ex-wc-border);
	border-radius: var(--ex-wc-radius);
	background: var(--ex-wc-card);
	padding: 1.75rem;
	box-shadow: var(--ex-wc-shadow);
}

.exhale-checkout-col--summary {
	position: sticky;
	top: 1.5rem;
}

body.woocommerce-checkout .woocommerce-billing-fields h3 {
	margin: 0 0 1.25rem;
	font-family: 'DM Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--ex-wc-charcoal);
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

@media (min-width: 576px) {
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr 1fr;
		column-gap: 1rem;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide {
		grid-column: 1 / -1;
	}
}

/* WC's own layout CSS is dequeued sitewide (exhalespace_dequeue_woocommerce_styles),
   so nothing else guarantees these fields size themselves to their container. */
body.woocommerce-checkout form.checkout .form-row {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0 1.1rem;
}

body.woocommerce-checkout form.checkout .form-row input.input-text,
body.woocommerce-checkout form.checkout .form-row textarea,
body.woocommerce-checkout form.checkout .form-row select,
body.woocommerce-checkout form.checkout .form-row .select2-container--default .select2-selection--single {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--ex-wc-border) !important;
	border-radius: 0.65rem !important;
	padding: 0.75rem 0.9rem !important;
	background: var(--ex-wc-bg) !important;
	min-height: 3rem;
	font-family: Montserrat, sans-serif;
	font-size: 0.95rem;
	color: var(--ex-wc-charcoal);
}

body.woocommerce-checkout form.checkout .form-row select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%233D3835' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.9rem center !important;
	padding-right: 2.25rem !important;
	cursor: pointer;
}

body.woocommerce-checkout form.checkout .form-row .select2-container--default .select2-selection--single {
	height: auto;
}

body.woocommerce-checkout form.checkout .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: 1.45;
	color: var(--ex-wc-charcoal);
}

body.woocommerce-checkout form.checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 0.65rem;
}

body.woocommerce-checkout form.checkout .form-row label {
	font-size: 0.85rem;
	font-weight: 600;
	color: rgba(61, 56, 53, 0.78);
}

/* Single-country store — keep the field functional (state dropdown depends
   on it) but hide it from the checkout UI.
   !important: WC's address-i18n JS forces this field visible via an inline
   style (".show()") since core disallows hiding "country" via locale data. */
body.woocommerce-checkout #billing_country_field {
	display: none !important;
}

/* Subscription summary panel */
.exhale-order-summary__title {
	margin: 0 0 1.25rem;
	font-family: 'DM Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--ex-wc-charcoal);
}

.exhale-order-summary__plan {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid rgba(212, 178, 164, 0.28);
}

.exhale-order-summary__plan-info {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.exhale-order-summary__plan-name {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--ex-wc-charcoal);
}

.exhale-order-summary__plan-frequency {
	font-size: 0.82rem;
	color: rgba(61, 56, 53, 0.6);
}

.exhale-order-summary__plan-price {
	flex-shrink: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--ex-wc-olive);
	white-space: nowrap;
}

.exhale-order-summary__coupon {
	margin-bottom: 1.25rem;
}

.exhale-coupon-form {
	margin: 0;
}

.exhale-coupon-form__field {
	margin: 0;
}

.exhale-coupon-form__field label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: rgba(61, 56, 53, 0.78);
}

.exhale-coupon-form__controls {
	display: flex;
	gap: 0.65rem;
	align-items: stretch;
}

.exhale-coupon-form .input-text {
	flex: 1;
	min-width: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--ex-wc-border) !important;
	border-radius: 0.65rem !important;
	padding: 0.75rem 0.9rem !important;
	background: var(--ex-wc-bg) !important;
	min-height: 3rem;
	font-family: Montserrat, sans-serif;
	font-size: 0.95rem;
	color: var(--ex-wc-charcoal);
}

.exhale-coupon-form__apply {
	flex-shrink: 0;
	align-self: stretch;
	min-height: 3rem;
	border: 1px solid var(--ex-wc-border) !important;
	border-radius: 0.65rem !important;
	padding: 0.75rem 1.25rem !important;
	background: #fff !important;
	box-shadow: none !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 0.92rem !important;
	font-weight: 600 !important;
	color: var(--ex-wc-charcoal) !important;
}

.exhale-coupon-form__apply:hover {
	background: var(--ex-wc-bg) !important;
	transform: none;
	box-shadow: none !important;
}

.exhale-order-summary__totals {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5rem;
}

.exhale-order-summary__totals th,
.exhale-order-summary__totals td {
	padding: 0.65rem 0;
	border-bottom: 1px solid rgba(212, 178, 164, 0.2);
	font-size: 0.92rem;
}

.exhale-order-summary__totals th {
	font-weight: 500;
	color: rgba(61, 56, 53, 0.72);
	text-align: left;
}

.exhale-order-summary__totals td {
	text-align: right;
	font-weight: 600;
}

.exhale-order-summary__totals .cart-discount th,
.exhale-order-summary__totals .cart-discount td {
	color: var(--ex-wc-olive);
}

.exhale-order-summary__totals .order-total th,
.exhale-order-summary__totals .order-total td {
	border-bottom: 0;
	padding-top: 1rem;
	font-size: 1rem;
	font-weight: 700;
}

.exhale-order-summary__totals .order-total td {
	font-size: 1.5rem;
	color: var(--ex-wc-charcoal);
}

.exhale-checkout-col--summary #payment {
	background: transparent;
	border: 0;
	padding: 0;
}

.exhale-checkout-col--summary ul.wc_payment_methods,
.exhale-checkout-col--summary .woocommerce-terms-and-conditions-wrapper {
	display: none !important;
}

.exhale-checkout-col--summary .form-row.place-order {
	margin: 0;
}

/* Brand button styling — checkout uses page.php + shortcode, so it never
   gets the .exhale-woocommerce wrapper class the sitewide button block
   (above) depends on. Scope to .woocommerce so the WP admin bar search
   submit is not styled as a pink pill button when logged in. */
body.woocommerce-checkout .woocommerce .button,
body.woocommerce-checkout .woocommerce input.button,
body.woocommerce-checkout .woocommerce input[type='submit'],
body.woocommerce-checkout #place_order {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	border: 0 !important;
	border-radius: 9999px !important;
	padding: 0.8rem 1.75rem !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	color: var(--ex-wc-charcoal) !important;
	background: var(--ex-wc-pink) !important;
	box-shadow: 0 6px 20px rgba(61, 56, 53, 0.08) !important;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease !important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

body.woocommerce-checkout .woocommerce .button:hover,
body.woocommerce-checkout #place_order:hover {
	background: #dcc0c0 !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(212, 178, 164, 0.45) !important;
}

.exhale-checkout-col--summary #place_order {
	width: 100%;
}

.exhale-checkout-trust {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 1.25rem;
	border: 1px solid rgba(183, 173, 164, 0.55);
	border-radius: 0.75rem;
	background: #fff;
	overflow: hidden;
}

.exhale-checkout-trust__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 1rem 0.75rem;
	text-align: center;
}

.exhale-checkout-trust__item + .exhale-checkout-trust__item {
	border-left: 1px solid rgba(183, 173, 164, 0.55);
}

.exhale-checkout-trust__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	color: #073f3b;
}

.exhale-checkout-trust__icon svg {
	width: 100%;
	height: 100%;
}

.exhale-checkout-trust__heading {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a2b4a;
	line-height: 1.25;
}

.exhale-checkout-trust__sub {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	color: rgba(61, 56, 53, 0.72);
	line-height: 1.3;
}

/* Checkout — field errors only (no top ul/li notice list) */
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error {
	display: none !important;
}

body.woocommerce-checkout .checkout-inline-error-message {
	margin: 0.35rem 0 0;
	color: #c62828;
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1.35;
}

body.woocommerce-checkout form.checkout .form-row.woocommerce-invalid .input-text,
body.woocommerce-checkout form.checkout .form-row.woocommerce-invalid select,
body.woocommerce-checkout form.checkout .form-row.woocommerce-invalid textarea {
	border-color: #c62828 !important;
}

/* Notices */
.exhale-woocommerce .woocommerce-message,
.exhale-woocommerce .woocommerce-info,
.exhale-woocommerce .woocommerce-error {
	border-radius: 0.85rem;
	border-top: 0;
	padding: 1rem 1.25rem;
}

.exhale-woocommerce .woocommerce-message {
	background: rgba(201, 214, 197, 0.65);
}

/* Reviews */
.exhale-reviews {
	font-size: 15px;
}

.exhale-reviews__title,
.exhale-review-form__heading {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--ex-wc-charcoal);
}

.exhale-reviews__empty,
.exhale-reviews__verify {
	margin: 0 0 1.5rem;
	color: rgba(61, 56, 53, 0.72);
}

.exhale-review-form-wrap {
	margin-top: 2rem;
	padding: 1.75rem;
	border: 1px solid var(--ex-wc-border);
	border-radius: var(--ex-wc-radius);
	background: linear-gradient(180deg, rgba(255, 253, 251, 0.98) 0%, rgba(248, 245, 241, 0.92) 100%);
	box-shadow: var(--ex-wc-shadow);
}

.exhale-review-field label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 15px;
	font-weight: 600;
	color: var(--ex-wc-charcoal);
}

.exhale-review-field input,
.exhale-review-field textarea,
.exhale-woocommerce #review_form textarea,
.exhale-woocommerce #review_form input[type='text'],
.exhale-woocommerce #review_form input[type='email'] {
	width: 100%;
	border: 1px solid var(--ex-wc-border);
	border-radius: 0.85rem;
	padding: 0.85rem 1rem;
	background: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	color: var(--ex-wc-charcoal);
}

.exhale-review-field textarea,
.exhale-woocommerce #review_form textarea {
	min-height: 140px;
	resize: vertical;
}

.exhale-review-rating {
	margin-bottom: 1.25rem;
}

.exhale-review-rating > label,
.exhale-review-rating #comment-form-rating-label {
	display: block;
	margin-bottom: 0.65rem;
	font-size: 15px;
	font-weight: 600;
}

.exhale-star-rating {
	display: inline-flex;
	flex-direction: row-reverse;
	gap: 0.35rem;
}

.exhale-star-rating input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.exhale-star-rating label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 9999px;
	background: rgba(201, 214, 197, 0.35);
	font-size: 1.15rem;
	line-height: 1;
	color: rgba(61, 56, 53, 0.35);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.exhale-star-rating label:hover,
.exhale-star-rating label.is-active {
	background: rgba(212, 178, 164, 0.45);
	color: var(--ex-wc-charcoal);
	transform: translateY(-1px);
}

.exhale-woocommerce #review_form .form-submit {
	margin-top: 1.25rem;
}

.exhale-woocommerce #review_form .form-submit input,
.exhale-woocommerce #review_form .form-submit .submit {
	min-width: 200px;
}

.exhale-review-list .comment-text {
	padding: 1rem 1.15rem;
	border: 1px solid var(--ex-wc-border);
	border-radius: 0.85rem;
	background: #fff;
}

/* Related programs */
.exhale-related-products {
	margin-top: 3rem;
	padding-top: 2.5rem;
	border-top: 1px solid rgba(212, 178, 164, 0.35);
	width: 100%;
	max-width: 100%;
}

.exhale-related-products__head {
	margin-bottom: 1.75rem;
	text-align: center;
}

.exhale-related-products__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ex-wc-clay);
}

.exhale-related-products__title {
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: var(--ex-wc-charcoal);
}

.exhale-single-product__details .woocommerce-Tabs-panel {
	font-size: 15px;
}

.exhale-single-product__details .woocommerce-tabs ul.tabs li a {
	font-size: 15px;
}

@media (max-width: 991px) {
	/* Checkout uses page.php + [woocommerce_checkout] shortcode — same
	   container-width issue as Cart below, same fix. */
	body.exhale-editorial.woocommerce-checkout .site-main.exhale-main > .exhale-wrap.exhale-section {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: clamp(4.25rem, 9vw, 5rem);
		padding-bottom: 2rem;
		box-sizing: border-box;
	}

	body.woocommerce-checkout .woocommerce {
		width: 100%;
		padding: 0;
	}

	body.woocommerce-checkout .exhale-checkout-page-head {
		padding-bottom: 1rem;
	}

	body.woocommerce-checkout .exhale-checkout-col--billing,
	body.woocommerce-checkout .exhale-checkout-col--summary #order_review {
		padding: 1.25rem;
	}

	body.woocommerce-checkout .exhale-checkout-col--summary {
		position: static;
		top: auto;
	}
}

@media (max-width: 639px) {
	body.exhale-editorial.woocommerce-checkout .site-main.exhale-main > .exhale-wrap.exhale-section {
		padding-top: clamp(3.75rem, 10vw, 4.5rem);
	}
}

.exhale-gift-wellness--cart {
	background: transparent;
	padding: 0;
	margin: 0;
	width: min(420px, 100%);
}

.exhale-gift-wellness--cart .exhale-gift-wellness__inner {
	padding: 1.5rem;
}

.exhale-gift-wellness--cart .exhale-gift-wellness__title {
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	line-height: 1.3;
}

.exhale-gift-wellness--cart .exhale-gift-wellness__text {
	margin-bottom: 1rem;
	font-size: 0.88rem;
	line-height: 1.45;
	max-width: none;
}


@media (max-width: 991px) {
	/* Cart uses page.php + [woocommerce_cart] shortcode — not exhale-header-line wrapper */
	body.exhale-editorial.woocommerce-cart .site-main.exhale-main > .exhale-wrap.exhale-section {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: clamp(5rem, 10vw, 5.75rem);
		padding-bottom: 2rem;
		box-sizing: border-box;
	}

	body.woocommerce-cart .exhale-card {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	body.woocommerce-cart .exhale-title {
		display: none;
	}

	body.woocommerce-cart #primary.site-main.exhale-woocommerce {
		padding-top: 3.25rem;
	}

	body.woocommerce-cart .exhale-woocommerce > .exhale-header-line {
		padding-top: 0.5rem;
		padding-left: 20px !important;
		padding-right: 20px !important;
		box-sizing: border-box;
	}

	body.woocommerce-cart .exhale-cart-page-head {
		padding-top: 0;
		padding-bottom: 0.75rem;
	}

	body.woocommerce-cart .exhale-cart-form {
		margin-top: 0;
	}

	body.woocommerce-cart .exhale-cart-collaterals {
		margin-top: 0;
		width: 100%;
	}

	body.woocommerce-cart .exhale-cart-sidebar {
		align-items: stretch;
		margin-top: 1.25rem;
	}

	body.woocommerce-cart .exhale-gift-wellness--cart {
		width: 100%;
	}

	.exhale-cart-table thead {
		display: none;
	}

	.exhale-cart-table tbody td {
		display: block;
		padding: 0.75rem 1rem;
	}

	.exhale-cart-table tbody td::before {
		content: attr(data-title) ': ';
		font-weight: 700;
		font-size: 0.75rem;
		text-transform: uppercase;
		color: rgba(61, 56, 53, 0.5);
	}

	.exhale-single-product__gallery .woocommerce-product-gallery__wrapper {
		flex-direction: column;
	}

	.exhale-single-product__gallery ol.flex-control-nav.flex-control-thumbs {
		flex-direction: row;
		width: 100%;
		overflow-x: auto;
	}

	.exhale-single-product__gallery ol.flex-control-nav.flex-control-thumbs li {
		width: 72px;
		flex-shrink: 0;
	}
}
@media (max-width: 767px) {
	.exhale-about-page__article {
		padding-top: 5.75rem;
	}
}
@media (max-width: 575px) { 
	.exhale-about-page__article {
		padding-top: 5.25rem;
	}
}

/* Programs page — gift card CTA */
.exhale-gift-wellness {
	background: var(--ex-wc-bg);
	padding: 0 0 4.5rem;
}

.exhale-gift-wellness__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 3rem 2rem;
	border: 1px solid var(--ex-wc-border);
	border-radius: var(--ex-wc-radius);
	background: var(--ex-wc-card);
	box-shadow: var(--ex-wc-shadow);
}

.exhale-gift-wellness__icon {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.exhale-gift-wellness__title {
	margin: 0 0 0.65rem;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: var(--ex-wc-charcoal);
}

.exhale-gift-wellness__text {
	margin: 0 0 1.5rem;
	max-width: 28rem;
	font-size: 1rem;
	color: rgba(61, 56, 53, 0.72);
}

.exhale-gift-wellness__btn {
	min-width: 12rem;
}

body.exhale-subscription-cards-page .exhale-programs-shop > .exhale-header-line {
	padding-top: 7.5rem;
	padding-bottom: 4rem;
}

body.exhale-subscription-cards-page .exhale-shop-toolbar {
	justify-content: center;
}

body.exhale-subscription-cards-page .exhale-shop-toolbar__label {
	width: 100%;
	text-align: center;
}

.exhale-product-grid--gift-cards {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	max-width: 22rem;
}

@media (min-width: 640px) {
	.exhale-product-grid--gift-cards {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		max-width: 24rem;
	}
}

@media (min-width: 1100px) {
	.exhale-product-grid--gift-cards {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		max-width: 26rem;
	}
}

.exhale-product-card--gift .exhale-product-card__body {
	text-align: center;
}

.exhale-product-card--gift .exhale-product-card__stars {
	justify-content: center;
}

.exhale-product-card--gift .exhale-product-card__cta {
	display: flex;
	justify-content: center;
}

.exhale-shop-sidebar .exhale-shop-categories .current-cat > a,
.exhale-shop-sidebar .exhale-shop-categories .current-cat > span {
	display: block;
	padding: 0.5rem 0.75rem;
	border: 1px solid var(--ex-wc-border);
	border-radius: 0.5rem;
	background: var(--ex-wc-bg);
	font-weight: 600;
	color: var(--ex-wc-charcoal);
	text-decoration: none;
}

/* Gift card product — form field borders */
.exhale-single-product .wps_wgm_added_wrapper .wps_wgm_section input[type='text'],
.exhale-single-product .wps_wgm_added_wrapper .wps_wgm_section textarea,
.exhale-single-product .wps_wgm_added_wrapper .wps_wgm_delivery_via_email input[type='text'],
.exhale-single-product .wps_wgm_added_wrapper .wps_wgm_section select,
.exhale-woocommerce .wps_wgm_added_wrapper .wps_wgm_section input[type='text'],
.exhale-woocommerce .wps_wgm_added_wrapper .wps_wgm_section textarea,
.exhale-woocommerce .wps_wgm_added_wrapper .wps_wgm_delivery_via_email input[type='text'],
.exhale-woocommerce .wps_wgm_added_wrapper .wps_wgm_section select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--ex-wc-border) !important;
	border-radius: 0.65rem !important;
	padding: 0.75rem 0.9rem !important;
	background: var(--ex-wc-bg) !important;
	min-height: 3rem;
	font-family: Montserrat, sans-serif;
	font-size: 0.95rem;
	color: var(--ex-wc-charcoal);
	box-shadow: none !important;
}

.exhale-single-product .wps_wgm_added_wrapper .wps_wgm_section textarea,
.exhale-woocommerce .wps_wgm_added_wrapper .wps_wgm_section textarea {
	min-height: 7rem;
	resize: vertical;
}

.exhale-single-product .wps_wgm_added_wrapper .wps_wgm_section input[type='text']:focus,
.exhale-single-product .wps_wgm_added_wrapper .wps_wgm_section textarea:focus,
.exhale-single-product .wps_wgm_added_wrapper .wps_wgm_delivery_via_email input[type='text']:focus,
.exhale-woocommerce .wps_wgm_added_wrapper .wps_wgm_section input[type='text']:focus,
.exhale-woocommerce .wps_wgm_added_wrapper .wps_wgm_section textarea:focus,
.exhale-woocommerce .wps_wgm_added_wrapper .wps_wgm_delivery_via_email input[type='text']:focus {
	outline: none;
	border-color: rgba(110, 125, 109, 0.65) !important;
	box-shadow: 0 0 0 3px rgba(201, 214, 197, 0.45) !important;
}

.exhale-single-product .wps_wgm_added_wrapper .wps_wgm_section,
.exhale-woocommerce .wps_wgm_added_wrapper .wps_wgm_section {
	margin-bottom: 1rem;
}

.exhale-single-product .wps_wgm_added_wrapper .wps_wgc_label,
.exhale-woocommerce .wps_wgm_added_wrapper .wps_wgc_label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ex-wc-charcoal);
}