:root {
	--jbm-paper: #fffdf8;
	--jbm-porcelain: #f7f4ee;
	--jbm-mist: #e9f5f2;
	--jbm-blush: #fff0ef;
	--jbm-ink: #111312;
	--jbm-graphite: #2d2a28;
	--jbm-muted: #6f6863;
	--jbm-line: rgba(17, 19, 18, 0.12);
	--jbm-teal: #2fa6a1;
	--jbm-teal-dark: #0d4f4c;
	--jbm-teal-ink: #073835;
	--jbm-coral: #f05d6a;
	--jbm-coral-dark: #c93d4e;
	--jbm-marigold: #d4a02d;
	--jbm-plum: #765257;
	--jbm-card: rgba(255, 253, 248, 0.86);
	--jbm-soft-shadow: 0 18px 54px rgba(17, 19, 18, 0.08);
	--jbm-card-shadow: 0 20px 44px rgba(13, 79, 76, 0.12);
	--jbm-focus: 0 0 0 3px rgba(47, 166, 161, 0.28);
}

.jbm-boutique-active,
.jbm-boutique-active.ast-separate-container {
	background: var(--jbm-paper);
	color: var(--jbm-graphite);
	font-family: "Manrope", Arial, sans-serif;
	overflow-x: hidden;
}

.jbm-boutique-active .site-content > .ast-container,
.jbm-boutique-active.ast-page-builder-template .site-content > .ast-container {
	max-width: 100%;
	padding: 0;
}

.jbm-boutique-active #primary,
.jbm-boutique-active .entry-content {
	margin: 0;
	padding: 0;
}

.jbm-boutique-active .ast-article-single,
.jbm-boutique-active.ast-separate-container .ast-article-single,
.jbm-boutique-active .ast-woocommerce-container {
	padding: 0;
}

.jbm-boutique-active .entry-title {
	display: none;
}

.jbm-boutique-active.single-product .product_title.entry-title {
	display: block;
}

.jbm-boutique-active :focus-visible {
	box-shadow: var(--jbm-focus);
	outline: 0;
}

.jbm-boutique-active #masthead {
	border-radius: 26px;
	margin: 16px auto 0;
	position: sticky;
	top: 16px;
	transition: border-radius 180ms ease, transform 180ms ease, width 180ms ease;
	width: min(1240px, calc(100% - 32px));
	z-index: 9999;
}

.jbm-boutique-active.admin-bar #masthead {
	top: 48px;
}

.jbm-boutique-active .ast-primary-header-bar {
	background: rgba(255, 253, 248, 0.74) !important;
	border: 1px solid rgba(17, 19, 18, 0.08);
	border-radius: 26px;
	box-shadow: 0 18px 40px rgba(17, 19, 18, 0.08);
	backdrop-filter: blur(18px) saturate(1.08);
	min-height: 78px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.jbm-boutique-active .ast-primary-header-bar .ast-container {
	max-width: 1180px;
	padding-left: 24px;
	padding-right: 24px;
}

.jbm-boutique-active .ast-primary-header-bar .ast-builder-grid-row {
	align-items: center;
	grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
	min-height: 78px;
}

.jbm-boutique-active .site-header-section {
	min-height: 0;
}

.jbm-boutique-active .site-header-primary-section-left,
.jbm-boutique-active .site-header-primary-section-right {
	min-width: 0;
}

.jbm-boutique-active .site-header-primary-section-right {
	gap: 8px;
	justify-content: flex-end;
}

.jbm-boutique-active .site-header-primary-section-right-center {
	display: none !important;
}

.jbm-boutique-active .site-header-primary-section-right > .ast-builder-layout-element,
.jbm-boutique-active .ast-header-account,
.jbm-boutique-active .ast-header-woo-cart {
	flex: 0 0 auto;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.jbm-boutique-active #ast-desktop-header .site-header-primary-section-right > .ast-builder-layout-element,
.jbm-boutique-active #ast-desktop-header .ast-header-account,
.jbm-boutique-active #ast-desktop-header .ast-header-woo-cart {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.jbm-boutique-active #ast-desktop-header .ast-header-account-wrap {
	margin-right: 0 !important;
}

.jbm-boutique-active.jbm-header-scrolled .ast-primary-header-bar {
	background: rgba(255, 253, 248, 0.88) !important;
	box-shadow: 0 18px 46px rgba(17, 19, 18, 0.1);
}

.jbm-boutique-active.jbm-header-solid .ast-primary-header-bar {
	background: rgba(255, 253, 248, 0.98) !important;
	border-color: rgba(17, 19, 18, 0.11);
	box-shadow: 0 20px 54px rgba(17, 19, 18, 0.14);
}

.jbm-boutique-active .site-logo-img:empty,
.jbm-boutique-active .site-logo-img .custom-logo-link {
	align-items: center;
	display: inline-flex;
	height: 68px;
	overflow: visible;
	position: relative;
	width: 334px;
}

.jbm-boutique-active .site-logo-img {
	padding-right: 0 !important;
}

.jbm-boutique-active .site-logo-img img.custom-logo {
	opacity: 0;
}

.jbm-boutique-active .site-logo-img:empty::before,
.jbm-boutique-active .site-logo-img .custom-logo-link::before {
	background: url("../images/jbm-logo-mark.png") center / contain no-repeat;
	content: "";
	height: 46px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 112px;
}

.jbm-boutique-active .site-logo-img:empty::after,
.jbm-boutique-active .site-logo-img .custom-logo-link::after {
	background: url("../images/jbm-logo-wordmark.png") left center / contain no-repeat;
	content: "";
	height: 40px;
	left: 104px;
	position: absolute;
	top: 18px;
	width: 230px;
}

.jbm-boutique-active .main-header-menu .menu-link,
.jbm-boutique-active.ast-theme-transparent-header .main-header-menu .menu-link,
.jbm-boutique-active .ast-header-account-wrap,
.jbm-boutique-active .ast-header-account-wrap a,
.jbm-boutique-active .ast-site-header-cart .ast-woo-header-cart-info-wrap,
.jbm-boutique-active .ast-site-header-cart .ast-woo-header-cart-total {
	color: var(--jbm-ink) !important;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jbm-boutique-active .main-header-menu .menu-link:hover,
.jbm-boutique-active.ast-theme-transparent-header .main-header-menu .menu-link:hover,
.jbm-boutique-active .main-header-menu .current-menu-item > .menu-link {
	color: var(--jbm-coral) !important;
}

.jbm-boutique-active .main-header-menu {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 4px;
}

.jbm-boutique-active .main-header-menu .menu-item {
	white-space: nowrap;
}

.jbm-boutique-active .main-header-menu .menu-link {
	padding-left: 11px;
	padding-right: 11px;
}

.jbm-boutique-active .ast-site-header-cart .ast-cart-menu-wrap,
.jbm-boutique-active .ast-header-account-wrap svg,
.jbm-boutique-active .ast-header-account-wrap svg path,
.jbm-boutique-active .ast-site-header-cart svg,
.jbm-boutique-active .ast-site-header-cart svg path,
.jbm-boutique-active .mobile-menu-toggle-icon,
.jbm-boutique-active .mobile-menu-toggle-icon svg,
.jbm-boutique-active .mobile-menu-toggle-icon svg path {
	color: var(--jbm-teal-dark) !important;
	fill: var(--jbm-teal-dark) !important;
	stroke: var(--jbm-teal-dark) !important;
}

.jbm-boutique-active .ast-header-account-wrap {
	align-items: center;
	display: inline-flex;
}

.jbm-boutique-active .ast-header-account-link,
.jbm-boutique-active .cart-container,
.jbm-boutique-active .jbm-mobile-account-link,
.jbm-boutique-active .menu-toggle {
	align-items: center;
	background: rgba(255, 253, 248, 0.88);
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(17, 19, 18, 0.06);
	color: var(--jbm-teal-dark) !important;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.jbm-boutique-active .ast-header-account-link,
.jbm-boutique-active .jbm-mobile-account-link,
.jbm-boutique-active .menu-toggle {
	padding: 0;
	width: 44px;
}

.jbm-boutique-active .cart-container {
	min-height: 44px;
	padding: 0 10px 0 14px;
}

.jbm-boutique-active .ast-header-account-link:hover,
.jbm-boutique-active .ast-header-account-link:focus,
.jbm-boutique-active .cart-container:hover,
.jbm-boutique-active .cart-container:focus,
.jbm-boutique-active .jbm-mobile-account-link:hover,
.jbm-boutique-active .jbm-mobile-account-link:focus,
.jbm-boutique-active .menu-toggle:hover,
.jbm-boutique-active .menu-toggle:focus {
	background: #fff;
	border-color: rgba(47, 166, 161, 0.28);
	box-shadow: 0 14px 30px rgba(13, 79, 76, 0.12);
	transform: translateY(-1px);
}

.jbm-boutique-active .ast-header-account-link svg,
.jbm-boutique-active .jbm-mobile-account-link svg {
	fill: none !important;
	height: 21px;
	stroke: currentColor !important;
	stroke-width: 1.9;
	width: 21px;
}

.jbm-boutique-active .ast-header-account-link svg path,
.jbm-boutique-active .jbm-mobile-account-link svg path {
	fill: none !important;
	stroke: currentColor !important;
}

.jbm-boutique-active .ast-header-account-link,
.jbm-boutique-active .jbm-mobile-account-link {
	background: linear-gradient(180deg, #fff, rgba(247, 244, 238, 0.92));
	border-color: rgba(13, 79, 76, 0.14);
}

.jbm-boutique-active .ast-addon-cart-wrap {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.jbm-boutique-active .ast-icon-shopping-bag {
	align-items: center;
	background: linear-gradient(135deg, var(--jbm-teal-dark), #0f6965);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
	color: #fff !important;
	display: inline-flex !important;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.jbm-boutique-active .ast-icon-shopping-bag svg,
.jbm-boutique-active .ast-icon-shopping-bag svg path {
	fill: #fff !important;
	height: 18px;
	width: 18px;
}

.jbm-boutique-active .site-header-primary-section-right,
.jbm-boutique-active #ast-mobile-header .site-header-primary-section-right {
	align-items: center;
	gap: 10px;
}

.jbm-boutique-active .ast-site-header-cart i.astra-icon::after {
	background: var(--jbm-coral) !important;
	box-shadow: 0 6px 14px rgba(240, 93, 106, 0.28);
	color: #fff;
	right: -7px;
	top: -7px;
}

.jbm-boutique-active .ast-site-header-cart {
	position: relative;
}

.jbm-boutique-active .ast-site-header-cart-data {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 255, 255, 0.98) 42%),
		#fff;
	backdrop-filter: blur(18px);
	border: 1px solid rgba(13, 79, 76, 0.14);
	border-radius: 22px;
	box-shadow: 0 24px 64px rgba(17, 19, 18, 0.16), 0 8px 24px rgba(13, 79, 76, 0.08);
	height: auto !important;
	margin-top: 14px;
	min-width: 380px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(10px) scale(0.98);
	transform-origin: top right;
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	visibility: hidden;
	width: min(420px, calc(100vw - 32px));
	z-index: 10000;
}

.jbm-boutique-active .ast-site-header-cart-data::after {
	background:
		linear-gradient(90deg, var(--jbm-teal), var(--jbm-coral) 56%, var(--jbm-marigold));
	content: "";
	height: 3px;
	left: 20px;
	position: absolute;
	right: 20px;
	top: 0;
}

.jbm-boutique-active .ast-site-header-cart-data .widget_shopping_cart {
	display: block !important;
	height: auto !important;
	opacity: 1 !important;
	padding: 0 !important;
	position: static !important;
	transform: none !important;
	visibility: visible !important;
	width: 100% !important;
}

.jbm-boutique-active .ast-site-header-cart-data .widget_shopping_cart_content,
.jbm-boutique-active .ast-site-header-cart-data .woocommerce-mini-cart,
.jbm-boutique-active .ast-site-header-cart-data .woocommerce-mini-cart__total,
.jbm-boutique-active .ast-site-header-cart-data .woocommerce-mini-cart__buttons {
	visibility: visible !important;
}

.jbm-boutique-active .ast-site-header-cart-data:empty::before {
	color: var(--jbm-muted);
	content: "Your cart is empty.";
	display: block;
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.5;
	padding: 24px 20px 20px;
}

.jbm-boutique-active .ast-site-header-cart-data:has(.widget_shopping_cart_content:empty)::before,
.jbm-boutique-active .ast-site-header-cart-data:not(:has(.widget_shopping_cart_content))::before {
	color: var(--jbm-muted);
	content: "Your basket is empty.";
	display: block;
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1.5;
	padding: 30px 20px 22px;
	text-align: center;
}

.jbm-boutique-active .ast-site-header-cart-data:has(.widget_shopping_cart_content:empty) .widget_shopping_cart {
	display: none;
}

.jbm-boutique-active .ast-site-header-cart:hover .ast-site-header-cart-data,
.jbm-boutique-active .ast-site-header-cart:focus-within .ast-site-header-cart-data,
.jbm-boutique-active .ast-site-header-cart-data:hover {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
	visibility: visible;
}

.jbm-boutique-active .astra-cart-drawer {
	max-width: 100vw;
}

.jbm-boutique-active .widget_shopping_cart_content {
	padding: 18px;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart {
	background: rgba(255, 253, 248, 0.72);
	border: 1px solid rgba(13, 79, 76, 0.1);
	border-radius: 16px;
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	max-height: min(360px, calc(100vh - 270px));
	overflow: auto;
	padding: 0;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin: 0;
	min-height: 0;
	padding: 12px 44px 12px 12px;
	position: relative;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item + .woocommerce-mini-cart-item {
	border-top: 1px solid rgba(13, 79, 76, 0.1);
}

.jbm-boutique-active .ast-site-header-cart .widget_shopping_cart .product_list_widget li.woocommerce-mini-cart-item {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	padding: 12px 44px 12px 12px !important;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item > a:not(.remove) {
	align-items: center;
	color: var(--jbm-ink);
	display: grid;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 850;
	gap: 12px;
	grid-template-columns: 68px minmax(0, 1fr);
	letter-spacing: 0;
	line-height: 1.24;
	min-height: 68px;
	text-decoration: none;
}

.jbm-boutique-active .widget_shopping_cart_content .jbm-mini-cart-title {
	display: -webkit-box;
	min-width: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item img {
	aspect-ratio: 1;
	border: 1px solid rgba(13, 79, 76, 0.08);
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(17, 19, 18, 0.08);
	float: none !important;
	height: 68px !important;
	margin: 0 !important;
	object-fit: cover;
	width: 68px !important;
}

.jbm-boutique-active .ast-site-header-cart .widget_shopping_cart .product_list_widget li.woocommerce-mini-cart-item img {
	left: auto !important;
	max-width: none !important;
	position: static !important;
	top: auto !important;
	transform: none !important;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity {
	color: var(--jbm-muted);
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.3;
	margin: -16px 0 0 80px;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity .amount {
	color: var(--jbm-ink);
	font-weight: 900;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item a.remove {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(240, 93, 106, 0.22);
	border-radius: 999px;
	color: var(--jbm-coral) !important;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	height: 26px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 12px;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item a.remove:hover,
.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item a.remove:focus {
	background: var(--jbm-coral);
	color: #fff !important;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart__total {
	align-items: center;
	background: rgba(255, 253, 248, 0.68);
	border: 1px solid rgba(13, 79, 76, 0.1);
	border-radius: 14px;
	color: var(--jbm-ink);
	display: flex;
	font-size: 0.94rem;
	font-weight: 900;
	justify-content: space-between;
	margin: 12px 0;
	padding: 13px 14px;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
	color: var(--jbm-muted);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 900;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 0;
}

.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart__buttons::before,
.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart__buttons::after {
	content: none !important;
	display: none !important;
}

.jbm-boutique-active .ast-mini-cart-empty {
	display: grid;
	gap: 14px;
	text-align: center;
}

.jbm-boutique-active .ast-mini-cart-empty .woocommerce-mini-cart__buttons {
	margin: 16px 0 0;
}

.jbm-boutique-active .ast-mini-cart-empty .button,
.jbm-boutique-active .widget_shopping_cart_content .button {
	align-items: center;
	border-radius: 14px;
	box-shadow: none;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.15;
	min-height: 42px;
	padding: 12px 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.jbm-boutique-active .widget_shopping_cart_content .button.wc-forward:not(.checkout) {
	background: #fff;
	border: 1px solid var(--jbm-coral);
	color: var(--jbm-coral) !important;
}

.jbm-boutique-active .widget_shopping_cart_content .button.checkout {
	background: var(--jbm-teal-dark);
	border-color: var(--jbm-teal-dark);
	color: #fff !important;
	order: -1;
}

.jbm-boutique-active .widget_shopping_cart_content .button:hover,
.jbm-boutique-active .widget_shopping_cart_content .button:focus {
	box-shadow: 0 10px 22px rgba(13, 79, 76, 0.12);
	transform: translateY(-1px);
}

.jbm-boutique-active .woocommerce-mini-cart__empty-message,
.jbm-boutique-active .astra-cart-drawer .woocommerce-mini-cart__empty-message {
	color: var(--jbm-graphite);
	font-weight: 800;
	line-height: 1.55;
	margin: 0;
	text-align: center;
}

body .site-footer {
	display: none;
}

.jbm-boutique,
.jbm-boutique * {
	box-sizing: border-box;
}

.jbm-boutique {
	background: var(--jbm-paper);
	color: var(--jbm-graphite);
	font-family: "Manrope", Arial, sans-serif;
	overflow: hidden;
}

.jbm-boutique img {
	display: block;
	max-width: 100%;
}

.jbm-shell {
	margin: 0 auto;
	width: min(1220px, calc(100% - 56px));
}

.jbm-section {
	padding: 96px 0;
	position: relative;
}

.jbm-band-ivory {
	background:
		linear-gradient(115deg, rgba(47, 166, 161, 0.16), rgba(240, 93, 106, 0.1) 44%, rgba(212, 160, 45, 0.12)),
		var(--jbm-paper);
}

.jbm-band-white {
	background: var(--jbm-paper);
}

.jbm-band-blush {
	background: linear-gradient(135deg, rgba(255, 240, 239, 0.92), rgba(233, 245, 242, 0.84));
}

.jbm-band-ink {
	background:
		radial-gradient(circle at 85% 16%, rgba(212, 160, 45, 0.22), transparent 28%),
		linear-gradient(135deg, var(--jbm-teal-ink), #111312);
	color: #fff;
}

.jbm-band-garnet {
	background:
		linear-gradient(120deg, rgba(7, 56, 53, 0.9), rgba(118, 82, 87, 0.72)),
		var(--jbm-plum);
	color: #fff;
}

.jbm-kicker {
	color: var(--jbm-coral);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.4;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.jbm-band-ink .jbm-kicker,
.jbm-band-garnet .jbm-kicker {
	color: #ffd37d;
}

.jbm-boutique h1,
.jbm-boutique h2,
.jbm-boutique h3,
.jbm-flow-hero h1,
.jbm-boutique-active.woocommerce div.product .product_title,
.jbm-boutique-active.woocommerce-page .woocommerce-products-header__title {
	color: inherit;
	font-family: "Fraunces", Georgia, serif;
	font-weight: 650;
	letter-spacing: 0;
	margin: 0;
}

.jbm-boutique h1,
.jbm-flow-hero h1 {
	font-size: clamp(3.6rem, 7vw, 7rem);
	line-height: 0.86;
	max-width: 900px;
}

.jbm-boutique h2 {
	font-size: clamp(2.4rem, 5vw, 4.7rem);
	line-height: 0.94;
}

.jbm-boutique h3 {
	font-size: 1.5rem;
	line-height: 1.08;
}

.jbm-boutique p,
.jbm-flow-hero p {
	color: inherit;
	font-size: 1rem;
	line-height: 1.72;
	margin: 0;
}

.jbm-boutique a,
.jbm-flow-hero a {
	color: inherit;
	text-decoration: none;
}

.jbm-button,
.jbm-boutique-active.woocommerce a.button,
.jbm-boutique-active.woocommerce button.button,
.jbm-boutique-active.woocommerce input.button,
.jbm-boutique-active.woocommerce #respond input#submit,
.jbm-boutique-active .woocommerce button.button,
.jbm-boutique-active .woocommerce input.button {
	align-items: center;
	background: var(--jbm-teal-dark);
	border: 1px solid var(--jbm-teal-dark);
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.8rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.2;
	min-height: 48px;
	min-width: 150px;
	padding: 14px 22px;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
	white-space: normal;
}

.jbm-button:hover,
.jbm-button:focus,
.jbm-boutique-active.woocommerce a.button:hover,
.jbm-boutique-active.woocommerce button.button:hover,
.jbm-boutique-active.woocommerce input.button:hover {
	background: var(--jbm-coral);
	border-color: var(--jbm-coral);
	box-shadow: 0 14px 30px rgba(240, 93, 106, 0.24);
	color: #fff !important;
	transform: translateY(-2px);
}

.jbm-button--primary {
	background: var(--jbm-coral);
	border-color: var(--jbm-coral);
}

.jbm-button--primary:hover,
.jbm-button--primary:focus {
	background: var(--jbm-coral-dark);
	border-color: var(--jbm-coral-dark);
}

.jbm-button--quiet {
	background: transparent;
	border-color: var(--jbm-teal-dark);
	color: var(--jbm-teal-dark) !important;
}

.jbm-button--quiet:hover,
.jbm-button--quiet:focus {
	background: var(--jbm-teal-dark);
	color: #fff !important;
}

.jbm-button--light {
	background: #fff;
	border-color: #fff;
	color: var(--jbm-teal-ink) !important;
}

.jbm-button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.72);
	color: #fff !important;
}

.jbm-button--ghost-dark {
	background: rgba(255, 255, 255, 0.52);
	border-color: rgba(13, 79, 76, 0.22);
	color: var(--jbm-teal-dark) !important;
}

.jbm-button--ghost-dark:hover,
.jbm-button--ghost-dark:focus {
	background: var(--jbm-teal-dark);
	border-color: var(--jbm-teal-dark);
	color: #fff !important;
}

.jbm-text-link {
	color: var(--jbm-teal-dark);
	display: inline-flex;
	font-weight: 900;
	margin-top: 24px;
	position: relative;
	text-decoration: none;
}

.jbm-text-link::after {
	background: currentColor;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jbm-band-ink .jbm-text-link {
	color: #ffd37d;
}

:where(
	.jbm-promise-card,
	.jbm-about-origin__stamp,
	.jbm-about-promise-card,
	.jbm-about-craft-card,
	.jbm-about-close__panel,
	.jbm-product-card__body,
	.jbm-occasion-card,
	.jbm-contact-care-grid div,
	.jbm-form-wrap--contact,
	.jbm-policy-summary,
	.jbm-policy-section,
	.jbm-flow-hero,
	.jbm-product-assurance div,
	.jbm-boutique-active.woocommerce ul.products li.product,
	.jbm-boutique-active.woocommerce div.product div.summary,
	.jbm-boutique-active.woocommerce div.product .woocommerce-tabs,
	.jbm-boutique-active.woocommerce-cart .cart-collaterals .cart_totals,
	.jbm-boutique-active.woocommerce-checkout #customer_details,
	.jbm-boutique-active.woocommerce-checkout #order_review,
	.jbm-boutique-active .woocommerce-MyAccount-content,
	.jbm-boutique-active .woocommerce form.login,
	.jbm-boutique-active .woocommerce form.register,
	.jbm-boutique-active .woocommerce form.checkout_coupon
) {
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

:where(
	.jbm-promise-card,
	.jbm-about-origin__stamp,
	.jbm-about-promise-card,
	.jbm-about-craft-card,
	.jbm-about-close__panel,
	.jbm-product-card__body,
	.jbm-occasion-card,
	.jbm-contact-care-grid div,
	.jbm-form-wrap--contact,
	.jbm-policy-summary,
	.jbm-policy-section,
	.jbm-flow-hero,
	.jbm-product-assurance div,
	.jbm-boutique-active.woocommerce ul.products li.product,
	.jbm-boutique-active.woocommerce div.product div.summary,
	.jbm-boutique-active.woocommerce div.product .woocommerce-tabs,
	.jbm-boutique-active.woocommerce-cart .cart-collaterals .cart_totals,
	.jbm-boutique-active.woocommerce-checkout #customer_details,
	.jbm-boutique-active.woocommerce-checkout #order_review,
	.jbm-boutique-active .woocommerce-MyAccount-content,
	.jbm-boutique-active .woocommerce form.login,
	.jbm-boutique-active .woocommerce form.register,
	.jbm-boutique-active .woocommerce form.checkout_coupon
)::after {
	aspect-ratio: 1.92 / 1;
	background: url("../images/jbm-logo-mark.png") center / contain no-repeat;
	content: "";
	opacity: var(--jbm-feather-card-opacity, 0.072);
	pointer-events: none;
	position: absolute;
	right: var(--jbm-feather-card-right, -42px);
	top: var(--jbm-feather-card-top, -34px);
	transform: rotate(var(--jbm-feather-card-rotate, 8deg));
	width: var(--jbm-feather-card-size, 185px);
	z-index: 0;
}

:where(
	.jbm-promise-card,
	.jbm-about-origin__stamp,
	.jbm-about-promise-card,
	.jbm-about-craft-card,
	.jbm-about-close__panel,
	.jbm-product-card__body,
	.jbm-occasion-card,
	.jbm-contact-care-grid div,
	.jbm-form-wrap--contact,
	.jbm-policy-summary,
	.jbm-policy-section,
	.jbm-flow-hero,
	.jbm-product-assurance div,
	.jbm-boutique-active.woocommerce ul.products li.product,
	.jbm-boutique-active.woocommerce div.product div.summary,
	.jbm-boutique-active.woocommerce div.product .woocommerce-tabs,
	.jbm-boutique-active.woocommerce-cart .cart-collaterals .cart_totals,
	.jbm-boutique-active.woocommerce-checkout #customer_details,
	.jbm-boutique-active.woocommerce-checkout #order_review,
	.jbm-boutique-active .woocommerce-MyAccount-content,
	.jbm-boutique-active .woocommerce form.login,
	.jbm-boutique-active .woocommerce form.register,
	.jbm-boutique-active .woocommerce form.checkout_coupon
) > * {
	position: relative;
	z-index: 1;
}

.jbm-flow-hero {
	--jbm-feather-card-opacity: 0.095;
	--jbm-feather-card-right: -54px;
	--jbm-feather-card-size: 260px;
	--jbm-feather-card-top: -48px;
}

.jbm-checkout-brief {
	isolation: isolate;
}

.jbm-checkout-brief::before {
	aspect-ratio: 1.92 / 1;
	background: url("../images/jbm-logo-mark.png") center / contain no-repeat;
	content: "";
	opacity: 0.095;
	pointer-events: none;
	position: absolute;
	right: -54px;
	top: -48px;
	transform: rotate(8deg);
	width: 260px;
	z-index: 0;
}

.jbm-checkout-brief > * {
	position: relative;
	z-index: 1;
}

.jbm-product-card__body,
.jbm-contact-care-grid div,
.jbm-product-assurance div,
.jbm-boutique-active.woocommerce ul.products li.product {
	--jbm-feather-card-opacity: 0.052;
	--jbm-feather-card-right: -46px;
	--jbm-feather-card-size: 138px;
	--jbm-feather-card-top: auto;
}

.jbm-product-card__body::after,
.jbm-contact-care-grid div::after,
.jbm-product-assurance div::after,
.jbm-boutique-active.woocommerce ul.products li.product::after {
	bottom: -30px;
	top: auto;
}

.jbm-occasion-card {
	--jbm-feather-card-opacity: 0.11;
	--jbm-feather-card-right: -58px;
	--jbm-feather-card-size: 210px;
	--jbm-feather-card-top: -44px;
}

.jbm-about-origin__stamp,
.jbm-about-promise-card,
.jbm-about-craft-card,
.jbm-about-close__panel {
	--jbm-feather-card-opacity: 0.075;
	--jbm-feather-card-right: -48px;
	--jbm-feather-card-size: 190px;
	--jbm-feather-card-top: -36px;
}

.jbm-policy-summary,
.jbm-policy-section,
.jbm-form-wrap--contact,
.jbm-boutique-active.woocommerce div.product div.summary,
.jbm-boutique-active.woocommerce div.product .woocommerce-tabs,
.jbm-boutique-active.woocommerce-checkout #customer_details,
.jbm-boutique-active.woocommerce-checkout #order_review,
.jbm-boutique-active .woocommerce-MyAccount-content,
.jbm-boutique-active .woocommerce form.login,
.jbm-boutique-active .woocommerce form.register,
.jbm-boutique-active .woocommerce form.checkout_coupon {
	--jbm-feather-card-opacity: 0.064;
	--jbm-feather-card-right: -50px;
	--jbm-feather-card-size: 210px;
	--jbm-feather-card-top: -38px;
}

.jbm-boutique-active.woocommerce-cart .cart-collaterals .cart_totals {
	--jbm-feather-card-opacity: 0.085;
	--jbm-feather-card-right: -48px;
	--jbm-feather-card-size: 190px;
	--jbm-feather-card-top: -36px;
}

.jbm-hero {
	min-height: 680px;
	padding: 76px 0 72px;
}

.jbm-hero__grid,
.jbm-page-hero__grid,
.jbm-feature-split,
.jbm-editorial,
.jbm-story-grid,
.jbm-contact-grid {
	align-items: center;
	display: grid;
	gap: 68px;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.84fr);
}

.jbm-brand-lockup {
	align-items: flex-start;
	display: grid;
	gap: 12px;
	margin-bottom: 18px;
	width: min(288px, 72vw);
}

.jbm-brand-lockup > img {
	height: auto;
	width: 286px;
}

.jbm-brand-lockup span {
	display: block;
	width: 154px;
}

.jbm-brand-lockup span img {
	display: block;
	height: auto;
	width: 100%;
}

.jbm-hero h1 {
	color: var(--jbm-ink);
	font-size: clamp(3.1rem, 5.8vw, 6.2rem);
	line-height: 0.9;
	max-width: 790px;
}

.jbm-hero__lead {
	color: var(--jbm-muted) !important;
	font-size: 1.04rem;
	margin-top: 22px;
	max-width: 640px;
}

.jbm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.jbm-stat-row {
	border-top: 1px solid var(--jbm-line);
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
	max-width: 690px;
	padding-top: 24px;
}

.jbm-stat-row strong {
	color: var(--jbm-teal-dark);
	display: block;
	font-family: "Fraunces", Georgia, serif;
	font-size: 2rem;
	font-weight: 650;
	line-height: 1;
}

.jbm-stat-row span {
	color: var(--jbm-muted);
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 7px;
}

.jbm-hero__visual {
	aspect-ratio: 0.84;
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 0.78fr;
	grid-template-rows: 0.78fr 1fr;
	isolation: isolate;
	min-height: 570px;
	position: relative;
}

.jbm-hero__visual::before {
	background:
		linear-gradient(145deg, rgba(7, 56, 53, 0.95), rgba(13, 79, 76, 0.74)),
		var(--jbm-teal-dark);
	border-radius: 26px;
	box-shadow: 0 24px 70px rgba(7, 56, 53, 0.28);
	content: "";
	inset: 54px -22px 28px 62px;
	position: absolute;
	transform: rotate(1.6deg);
	z-index: 0;
}

.jbm-hero__mark {
	bottom: 24px;
	display: none;
	height: auto;
	left: auto;
	opacity: 0.24;
	pointer-events: none;
	position: absolute;
	right: -28px;
	width: min(320px, 54%);
	z-index: 1;
}

.jbm-hero__tile,
.jbm-mini-gallery__item {
	background: var(--jbm-paper);
	border: 8px solid rgba(255, 253, 248, 0.84);
	border-radius: 26px;
	box-shadow: var(--jbm-soft-shadow);
	display: block;
	min-height: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.jbm-hero__tile img,
.jbm-mini-gallery__item img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jbm-hero__tile span,
.jbm-mini-gallery__item span {
	background: linear-gradient(180deg, rgba(7, 56, 53, 0), rgba(7, 56, 53, 0.9));
	bottom: 0;
	color: #fff;
	font-size: 0.74rem;
	font-weight: 800;
	left: 0;
	line-height: 1.35;
	padding: 54px 16px 16px;
	position: absolute;
	right: 0;
}

.jbm-hero__tile--1 {
	grid-row: 1 / 3;
}

.jbm-hero__tile--2 {
	margin-top: 36px;
}

.jbm-hero__tile--4 {
	display: none;
}

.jbm-hero__seal {
	align-items: center;
	align-content: center;
	background: var(--jbm-paper);
	border: 1px solid rgba(212, 160, 45, 0.56);
	border-radius: 999px;
	box-shadow: var(--jbm-card-shadow);
	color: var(--jbm-teal-dark);
	display: grid;
	gap: 5px;
	height: 128px;
	justify-items: center;
	padding: 22px 18px;
	position: absolute;
	right: -22px;
	top: 42%;
	width: 128px;
	z-index: 3;
}

.jbm-hero__seal::before {
	border: 1px dashed rgba(47, 166, 161, 0.64);
	border-radius: inherit;
	content: "";
	inset: 9px;
	position: absolute;
}

.jbm-hero__seal span,
.jbm-hero__seal strong {
	display: block;
	position: relative;
	text-align: center;
	z-index: 1;
}

.jbm-hero__seal span {
	color: var(--jbm-coral);
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	line-height: 1.15;
	text-transform: uppercase;
}

.jbm-hero__seal strong {
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.26rem;
	font-weight: 650;
	line-height: 0.96;
	max-width: 76px;
}

.jbm-trust-rail {
	background: var(--jbm-teal-ink);
	color: #fff;
	padding: 0;
}

.jbm-trust-rail .jbm-shell {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jbm-trust-rail .jbm-shell > div {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	min-height: 128px;
	padding: 30px 28px;
}

.jbm-trust-rail .jbm-shell > div:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.jbm-trust-rail strong {
	color: #ffd37d;
	display: block;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.5rem;
	font-weight: 650;
	line-height: 1;
}

.jbm-trust-rail span {
	color: rgba(255, 255, 255, 0.76);
	display: block;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 10px;
}

.jbm-section-heading {
	margin-bottom: 42px;
	max-width: 800px;
}

.jbm-section-heading p:not(.jbm-kicker) {
	color: var(--jbm-muted);
	margin-top: 18px;
}

.jbm-section-heading--row {
	align-items: end;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	max-width: none;
}

.jbm-category-grid,
.jbm-product-grid,
.jbm-promise-grid {
	display: grid;
	gap: 22px;
}

.jbm-category-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jbm-category-card {
	aspect-ratio: 0.95;
	background: var(--jbm-mist);
	border: 1px solid var(--jbm-line);
	border-radius: 28px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	padding: 22px;
	position: relative;
}

.jbm-category-card::after {
	background:
		linear-gradient(180deg, rgba(7, 56, 53, 0), rgba(7, 56, 53, 0.86)),
		linear-gradient(90deg, rgba(240, 93, 106, 0.18), transparent);
	content: "";
	inset: 0;
	position: absolute;
}

.jbm-category-card img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform 420ms ease;
	width: 100%;
}

.jbm-category-card:hover img,
.jbm-category-card:focus img {
	transform: scale(1.045);
}

.jbm-category-card span,
.jbm-category-card em {
	color: #fff;
	position: relative;
	z-index: 1;
}

.jbm-category-card span {
	font-family: "Fraunces", Georgia, serif;
	font-size: 2.35rem;
	font-style: normal;
	font-weight: 650;
	line-height: 0.96;
}

.jbm-category-card em {
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: 10px;
	text-transform: uppercase;
}

.jbm-feature-split {
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.jbm-feature-split p:not(.jbm-kicker) {
	color: var(--jbm-muted);
	margin-top: 20px;
	max-width: 560px;
}

.jbm-promise-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jbm-promise-card {
	background: rgba(255, 253, 248, 0.78);
	border: 1px solid rgba(47, 166, 161, 0.18);
	border-radius: 26px;
	padding: 30px;
	position: relative;
}

.jbm-promise-card::before {
	background:
		radial-gradient(circle, var(--jbm-teal) 0 3px, transparent 4px) 0 0 / 18px 8px repeat-x;
	content: "";
	height: 8px;
	left: 30px;
	position: absolute;
	right: 30px;
	top: 18px;
	z-index: 1;
}

.jbm-promise-card h3 {
	color: var(--jbm-teal-dark);
	margin-top: 14px;
}

.jbm-promise-card p {
	color: var(--jbm-muted);
	font-size: 0.94rem;
	margin-top: 14px;
}

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

.jbm-product-card {
	background: #fff;
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 26px;
	box-shadow: 0 1px 0 rgba(17, 19, 18, 0.03);
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jbm-product-card:hover,
.jbm-product-card:focus-within {
	border-color: rgba(47, 166, 161, 0.38);
	box-shadow: var(--jbm-card-shadow);
	transform: translateY(-4px);
}

.jbm-product-card__media {
	aspect-ratio: 1;
	background: var(--jbm-porcelain);
	display: block;
	overflow: hidden;
}

.jbm-product-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 480ms ease;
	width: 100%;
}

.jbm-product-card:hover .jbm-product-card__media img,
.jbm-product-card:focus-within .jbm-product-card__media img {
	transform: scale(1.04);
}

.jbm-product-card__body {
	padding: 18px;
}

.jbm-product-card__cat {
	color: var(--jbm-coral);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	line-height: 1.35;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.jbm-product-card h3 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.34;
	min-height: 2.7em;
	overflow-wrap: anywhere;
}

.jbm-product-card__meta {
	align-items: center;
	border-top: 1px solid var(--jbm-line);
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 16px;
	padding-top: 14px;
}

.jbm-product-card__meta span {
	color: var(--jbm-teal-dark);
	font-size: 0.9rem;
	font-weight: 900;
}

.jbm-product-card__meta a {
	background: var(--jbm-teal-dark);
	border-radius: 999px;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 9px 13px;
	text-transform: uppercase;
	white-space: nowrap;
}

.jbm-editorial {
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.jbm-editorial__copy p:not(.jbm-kicker),
.jbm-cta p:not(.jbm-kicker) {
	color: rgba(255, 255, 255, 0.78);
	margin-top: 20px;
	max-width: 660px;
}

.jbm-occasion-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jbm-occasion-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 220px;
	overflow: hidden;
	padding: 26px;
	text-decoration: none !important;
	transition: background-color 180ms ease, transform 180ms ease;
}

.jbm-occasion-card:hover,
.jbm-occasion-card:focus {
	background: rgba(255, 255, 255, 0.14);
	text-decoration: none !important;
	transform: translateY(-3px);
}

.jbm-occasion-card *,
.jbm-occasion-card:hover *,
.jbm-occasion-card:focus * {
	text-decoration: none !important;
}

.jbm-occasion-card strong {
	color: #fff;
	display: block;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.34rem, 1.42vw, 1.72rem);
	font-weight: 650;
	hyphens: none;
	line-height: 0.98;
	text-decoration: none !important;
	word-break: keep-all;
}

.jbm-occasion-card__title-line {
	display: block;
}

.jbm-occasion-card__copy {
	color: rgba(255, 255, 255, 0.74);
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.55;
	margin-top: 14px;
}

.jbm-instagram-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jbm-instagram-tile {
	aspect-ratio: 1;
	background: var(--jbm-porcelain);
	border: 1px solid rgba(17, 19, 18, 0.08);
	border-radius: 22px;
	box-shadow: 0 1px 0 rgba(17, 19, 18, 0.03);
	display: block;
	overflow: hidden;
	position: relative;
}

.jbm-instagram-tile--large {
	grid-column: span 2;
	grid-row: span 2;
}

.jbm-instagram-tile img {
	height: 100%;
	object-fit: cover;
	transition: transform 480ms ease;
	width: 100%;
}

.jbm-instagram-tile::after {
	background: linear-gradient(180deg, rgba(7, 56, 53, 0), rgba(7, 56, 53, 0.72));
	content: "";
	inset: 48% 0 0;
	opacity: 0.86;
	position: absolute;
	transition: opacity 180ms ease;
}

.jbm-instagram-tile:hover img,
.jbm-instagram-tile:focus img {
	transform: scale(1.04);
}

.jbm-instagram-tile:hover::after,
.jbm-instagram-tile:focus::after {
	opacity: 1;
}

.jbm-instagram-tile span {
	background: rgba(255, 253, 248, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	bottom: 14px;
	color: var(--jbm-teal-dark);
	font-size: 0.72rem;
	font-weight: 900;
	left: 14px;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding: 9px 12px;
	position: absolute;
	right: 14px;
	text-align: center;
	z-index: 1;
}

.jbm-cta {
	display: grid;
	justify-items: center;
	max-width: min(1060px, calc(100% - 32px));
	text-align: center;
}

.jbm-cta .jbm-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
	width: 100%;
}

.jbm-cta .jbm-button {
	justify-content: center;
	min-width: 240px;
}

.jbm-page-hero {
	padding: 112px 0 88px;
}

.jbm-page-hero__grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
}

.jbm-page-hero p:not(.jbm-kicker) {
	color: var(--jbm-muted);
	font-size: 1.1rem;
	margin-top: 22px;
	max-width: 720px;
}

.jbm-about-hero {
	--jbm-about-glow: rgba(255, 211, 125, 0.24);
	background:
		radial-gradient(circle at 78% 10%, rgba(47, 166, 161, 0.16), transparent 30%),
		radial-gradient(circle at 16% 24%, rgba(240, 93, 106, 0.13), transparent 28%),
		radial-gradient(circle at 58% 72%, var(--jbm-about-glow), transparent 32%),
		linear-gradient(125deg, #f8faf3 0%, #fff6f2 56%, #eef8f4 100%);
	overflow: hidden;
	padding-bottom: 102px;
	padding-top: 124px;
	position: relative;
}

.jbm-about-hero::before {
	background: url("../images/jbm-logo-mark.png") center / contain no-repeat;
	content: "";
	height: 290px;
	left: max(28px, calc((100vw - 1220px) / 2));
	opacity: 0.052;
	pointer-events: none;
	position: absolute;
	top: 42px;
	transform: rotate(-12deg);
	width: 430px;
}

.jbm-about-hero__grid {
	align-items: center;
	gap: 70px;
	grid-template-columns: minmax(0, 0.98fr) minmax(330px, 0.62fr);
	position: relative;
	z-index: 1;
}

.jbm-about-hero__copy {
	max-width: 780px;
	min-width: 0;
}

.jbm-about-hero__copy h1 {
	color: var(--jbm-ink);
	font-size: clamp(3.2rem, 5.3vw, 5.9rem);
	letter-spacing: 0;
	line-height: 0.9;
	max-width: 780px;
	text-wrap: balance;
}

.jbm-about-hero__lead {
	color: var(--jbm-muted) !important;
	font-size: 1.08rem !important;
	line-height: 1.78;
	max-width: 710px !important;
}

.jbm-about-signal-row {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
	max-width: 740px;
}

.jbm-about-signal-row span {
	background: rgba(255, 253, 248, 0.78);
	border: 1px solid rgba(13, 79, 76, 0.12);
	border-radius: 24px;
	box-shadow: 0 18px 38px rgba(13, 79, 76, 0.08);
	color: var(--jbm-teal-dark);
	display: grid;
	gap: 7px;
	min-height: 122px;
	padding: 20px;
}

.jbm-about-signal-row strong {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.46rem, 2.4vw, 2rem);
	font-weight: 680;
	line-height: 0.98;
}

.jbm-about-signal-row em {
	color: var(--jbm-muted);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 850;
	letter-spacing: 0.06em;
	line-height: 1.35;
	text-transform: uppercase;
}

.jbm-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.jbm-about-founder-note {
	background: rgba(255, 253, 248, 0.74);
	border: 1px solid rgba(13, 79, 76, 0.13);
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(13, 79, 76, 0.08);
	display: grid;
	gap: 5px;
	margin-top: 24px;
	max-width: 620px;
	padding: 18px 20px;
}

.jbm-about-founder-note span {
	color: var(--jbm-coral);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jbm-about-founder-note strong {
	color: var(--jbm-ink);
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 720;
	line-height: 1;
}

.jbm-about-founder-note em {
	color: var(--jbm-muted);
	font-size: 0.88rem;
	font-style: normal;
	font-weight: 750;
	line-height: 1.48;
}

.jbm-about-origin {
	background:
		linear-gradient(90deg, rgba(233, 245, 242, 0.68), transparent 42%),
		var(--jbm-paper);
}

.jbm-about-origin__grid {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
}

.jbm-about-origin__stamp {
	align-content: center;
	background:
		linear-gradient(145deg, rgba(255, 253, 248, 0.92), rgba(233, 245, 242, 0.76)),
		var(--jbm-paper);
	border: 1px solid rgba(13, 79, 76, 0.16);
	border-radius: 34px;
	box-shadow: 0 24px 58px rgba(13, 79, 76, 0.12);
	color: var(--jbm-teal-dark);
	display: grid;
	min-height: 270px;
	padding: 34px;
}

.jbm-about-origin__stamp span,
.jbm-about-origin__stamp em {
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.jbm-about-origin__stamp strong {
	color: var(--jbm-ink);
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(3.2rem, 5vw, 5.6rem);
	font-weight: 650;
	line-height: 0.84;
	margin: 18px 0 14px;
	max-width: 260px;
}

.jbm-about-origin__copy {
	max-width: 830px;
}

.jbm-about-origin__copy h2,
.jbm-about-craft__copy h2,
.jbm-about-close__panel h2 {
	max-width: 820px;
	text-wrap: balance;
}

.jbm-about-origin__copy p:not(.jbm-kicker),
.jbm-about-craft__copy p,
.jbm-about-close__panel p {
	color: var(--jbm-muted);
	font-size: 1.02rem;
	line-height: 1.78;
	margin-top: 20px;
}

.jbm-about-origin__copy p + p {
	margin-top: 16px;
}

.jbm-about-promise .jbm-section-heading--row p:not(.jbm-kicker) {
	max-width: 380px;
}

.jbm-about-promise__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jbm-about-promise-card {
	background: rgba(255, 253, 248, 0.82);
	border: 1px solid rgba(13, 79, 76, 0.14);
	border-radius: 28px;
	box-shadow: 0 18px 44px rgba(17, 19, 18, 0.06);
	display: grid;
	min-height: 278px;
	padding: 30px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jbm-about-promise-card:hover,
.jbm-about-promise-card:focus-within {
	border-color: rgba(47, 166, 161, 0.34);
	box-shadow: 0 24px 56px rgba(13, 79, 76, 0.12);
	transform: translateY(-4px);
}

.jbm-about-promise-card span {
	align-items: center;
	background: var(--jbm-teal-dark);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	height: 40px;
	justify-content: center;
	letter-spacing: 0.08em;
	width: 40px;
}

.jbm-about-promise-card h3 {
	color: var(--jbm-teal-dark);
	font-size: clamp(1.55rem, 2vw, 2.1rem);
	margin-top: 36px;
}

.jbm-about-promise-card p {
	color: var(--jbm-muted);
	font-size: 0.95rem;
	line-height: 1.65;
	margin-top: 14px;
}

.jbm-about-craft {
	background:
		radial-gradient(circle at 90% 10%, rgba(255, 211, 125, 0.2), transparent 28%),
		radial-gradient(circle at 12% 78%, rgba(47, 166, 161, 0.28), transparent 24%),
		linear-gradient(135deg, var(--jbm-teal-ink), #161715 68%, #2b2225);
}

.jbm-about-craft__grid {
	align-items: start;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
}

.jbm-about-craft__copy p {
	color: rgba(255, 255, 255, 0.74);
	max-width: 650px;
}

.jbm-about-craft__cards {
	display: grid;
	gap: 14px;
}

.jbm-about-craft-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	display: grid;
	gap: 8px;
	padding: 24px;
}

.jbm-about-craft-card strong {
	color: #fff;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.58rem;
	font-weight: 650;
	line-height: 1;
}

.jbm-about-craft-card span {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.92rem;
	font-weight: 720;
	line-height: 1.55;
}

.jbm-about-close {
	background:
		linear-gradient(115deg, rgba(255, 253, 248, 0.66), rgba(233, 245, 242, 0.74)),
		var(--jbm-paper);
}

.jbm-about-close__panel {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.9), rgba(255, 244, 240, 0.82)),
		var(--jbm-paper);
	border: 1px solid rgba(13, 79, 76, 0.13);
	border-radius: 34px;
	box-shadow: 0 24px 64px rgba(13, 79, 76, 0.1);
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.64fr);
	padding: clamp(30px, 5vw, 58px);
}

.jbm-about-close__panel p {
	max-width: 560px;
}

.jbm-mini-gallery {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jbm-mini-gallery__item {
	aspect-ratio: 1;
}

.jbm-founder-card {
	--founder-lift: 0px;
	--founder-shine-x: 62%;
	--founder-shine-y: 28%;
	--founder-tilt-x: 0deg;
	--founder-tilt-y: 0deg;
	justify-self: end;
	margin: 0;
	max-width: min(500px, 100%);
	perspective: 1400px;
	position: relative;
	width: 100%;
}

.jbm-founder-card__stage {
	background:
		linear-gradient(145deg, rgba(255, 253, 248, 0.94), rgba(233, 245, 242, 0.72)),
		var(--jbm-paper);
	border: 1px solid rgba(17, 19, 18, 0.12);
	border-radius: 34px;
	box-shadow:
		0 18px 46px rgba(13, 79, 76, 0.1),
		0 2px 0 rgba(255, 255, 255, 0.92) inset;
	isolation: isolate;
	overflow: hidden;
	padding: 12px;
	position: relative;
	transform: perspective(1200px) rotateX(var(--founder-tilt-x)) rotateY(var(--founder-tilt-y)) translate3d(0, var(--founder-lift), 0);
	transform-style: preserve-3d;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.jbm-founder-card__stage::before {
	background: radial-gradient(circle at var(--founder-shine-x) var(--founder-shine-y), rgba(255, 255, 255, 0.38), transparent 26%);
	content: "";
	inset: 12px;
	opacity: 0.58;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.jbm-founder-card__stage::after {
	background: url("../images/jbm-logo-mark.png") center / contain no-repeat;
	content: "";
	height: 145px;
	opacity: 0.15;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 16px;
	transform: translateZ(34px) rotate(8deg);
	width: 210px;
	z-index: 3;
}

.jbm-founder-card img {
	aspect-ratio: 3 / 4;
	border-radius: 26px;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center;
	position: relative;
	width: 100%;
	z-index: 1;
}

.jbm-founder-card__shine {
	background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.28) 44%, transparent 66%);
	inset: 12px;
	mix-blend-mode: soft-light;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-26%);
	transition: opacity 220ms ease, transform 420ms ease;
	z-index: 4;
}

.jbm-founder-card:hover,
.jbm-founder-card:focus-within {
	--founder-lift: -8px;
}

.jbm-founder-card:hover .jbm-founder-card__stage,
.jbm-founder-card:focus-within .jbm-founder-card__stage {
	box-shadow:
		0 24px 58px rgba(13, 79, 76, 0.14),
		0 2px 0 rgba(255, 255, 255, 0.94) inset;
}

.jbm-founder-card:hover .jbm-founder-card__shine,
.jbm-founder-card:focus-within .jbm-founder-card__shine {
	opacity: 1;
	transform: translateX(24%);
}

.jbm-story-grid {
	align-items: start;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.jbm-story-grid p + p {
	margin-top: 18px;
}

.jbm-band-ink .jbm-story-grid p {
	color: rgba(255, 255, 255, 0.78);
}

.jbm-contact-hero {
	background:
		radial-gradient(circle at 12% 18%, rgba(47, 166, 161, 0.14), transparent 28%),
		linear-gradient(120deg, #f5fbf8 0%, #fff4f1 58%, #fff8e7 100%);
	padding: 118px 0 92px;
}

.jbm-contact-hero__grid {
	align-items: center;
	display: grid;
	gap: 68px;
	grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
}

.jbm-contact-hero__copy h1 {
	font-size: clamp(3.3rem, 6.4vw, 7rem);
	line-height: 0.9;
	max-width: 860px;
}

.jbm-contact-hero__copy p:not(.jbm-kicker) {
	color: var(--jbm-muted);
	font-size: 1.08rem;
	max-width: 690px;
}

.jbm-contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.jbm-contact-promise-row {
	border-top: 1px solid rgba(13, 79, 76, 0.14);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 38px;
	max-width: 700px;
	padding-top: 20px;
}

.jbm-contact-promise-row span {
	color: var(--jbm-teal-dark);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.jbm-contact-panel {
	background: rgba(255, 253, 248, 0.94);
	border: 1px solid rgba(17, 19, 18, 0.11);
	border-radius: 30px;
	box-shadow: 0 24px 68px rgba(13, 79, 76, 0.13);
	display: grid;
	gap: 16px;
	overflow: hidden;
	padding: 32px;
	position: relative;
}

.jbm-contact-panel__mark {
	opacity: 0.16;
	pointer-events: none;
	position: absolute;
	right: -20px;
	top: -22px;
	transform: rotate(8deg);
	width: 210px;
}

.jbm-contact-panel__heading {
	position: relative;
	z-index: 1;
}

.jbm-contact-panel__heading h2 {
	font-size: clamp(1.8rem, 3vw, 2.65rem);
	line-height: 0.98;
	max-width: 330px;
}

.jbm-contact-method {
	align-items: center;
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid rgba(13, 79, 76, 0.12);
	border-radius: 18px;
	display: grid;
	gap: 14px;
	grid-template-columns: 44px minmax(0, 1fr);
	padding: 14px;
	position: relative;
	transition: border-color 160ms ease, transform 160ms ease, background-color 160ms ease;
	z-index: 1;
}

.jbm-contact-method:hover,
.jbm-contact-method:focus {
	background: #fff;
	border-color: rgba(13, 79, 76, 0.3);
	transform: translateY(-2px);
}

.jbm-contact-method__icon {
	align-items: center;
	background: var(--jbm-teal-dark);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.jbm-contact-method__icon svg {
	display: block;
	fill: currentColor;
	height: 20px;
	width: 20px;
}

.jbm-contact-method__icon svg[fill="none"] {
	fill: none;
}

.jbm-contact-method strong,
.jbm-contact-method em {
	display: block;
	font-style: normal;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.jbm-contact-method strong {
	color: var(--jbm-ink);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jbm-contact-method em {
	color: var(--jbm-teal-dark);
	font-weight: 900;
	margin-top: 2px;
}

.jbm-contact-registered {
	border-top: 1px solid rgba(13, 79, 76, 0.14);
	display: grid;
	gap: 8px;
	margin-top: 4px;
	padding-top: 18px;
	position: relative;
	z-index: 1;
}

.jbm-contact-registered strong {
	color: var(--jbm-ink);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jbm-contact-registered span {
	color: var(--jbm-muted);
	font-size: 0.95rem;
	font-weight: 750;
	line-height: 1.65;
}

.jbm-contact-grid {
	align-items: start;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.jbm-contact-support__copy p:not(.jbm-kicker) {
	color: var(--jbm-muted);
	max-width: 620px;
}

.jbm-contact-care-grid {
	display: grid;
	gap: 12px;
	margin-top: 30px;
}

.jbm-contact-care-grid div {
	background: var(--jbm-paper);
	border: 1px solid var(--jbm-line);
	border-radius: 20px;
	padding: 18px 20px;
}

.jbm-contact-care-grid strong,
.jbm-contact-care-grid span {
	display: block;
}

.jbm-contact-care-grid strong {
	color: var(--jbm-teal-dark);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jbm-contact-care-grid span {
	color: var(--jbm-muted);
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.58;
	margin-top: 7px;
}

.jbm-contact-shortcuts,
.jbm-contact-fallback {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.jbm-contact-shortcuts a {
	background: var(--jbm-teal-dark);
	border-radius: 999px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding: 12px 16px;
	text-transform: uppercase;
}

.jbm-form-wrap {
	background: #fff;
	border: 1px solid var(--jbm-line);
	border-radius: 26px;
	box-shadow: var(--jbm-soft-shadow);
	padding: 30px;
}

.jbm-form-wrap--contact {
	padding: 34px;
}

.jbm-form-wrap__heading {
	border-bottom: 1px solid var(--jbm-line);
	margin-bottom: 24px;
	padding-bottom: 22px;
}

.jbm-form-wrap__heading h3 {
	font-size: clamp(2rem, 3.8vw, 3.25rem);
	line-height: 0.98;
}

.jbm-form-wrap__heading p:not(.jbm-kicker) {
	color: var(--jbm-muted);
	margin-top: 12px;
}

.jbm-form-wrap input,
.jbm-form-wrap textarea,
.jbm-form-wrap select,
.jbm-boutique-active .woocommerce form .form-row input.input-text,
.jbm-boutique-active .woocommerce form .form-row textarea,
.jbm-boutique-active .woocommerce form .form-row select,
.jbm-boutique-active .woocommerce input.input-text,
.jbm-boutique-active .woocommerce textarea,
.jbm-boutique-active .woocommerce select {
	background: #fff;
	border: 1px solid rgba(17, 19, 18, 0.16);
	border-radius: 16px;
	color: var(--jbm-ink);
	min-height: 48px;
	padding: 12px 14px;
}

.jbm-form-wrap button,
.jbm-form-wrap input[type="submit"] {
	background: var(--jbm-teal-dark);
	border: 1px solid var(--jbm-teal-dark);
	border-radius: 999px;
	color: #fff;
	font-weight: 900;
	min-height: 48px;
	padding-inline: 22px;
}

.jbm-policy-hero .jbm-page-hero__grid {
	align-items: stretch;
}

.jbm-policy-summary {
	background:
		linear-gradient(145deg, rgba(255, 253, 248, 0.94), rgba(233, 245, 242, 0.92)),
		#fff;
	border: 1px solid var(--jbm-line);
	border-radius: 26px;
	box-shadow: var(--jbm-soft-shadow);
	display: grid;
	gap: 10px;
	padding: 30px;
}

.jbm-policy-summary span {
	color: var(--jbm-muted);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	margin-top: 8px;
	text-transform: uppercase;
}

.jbm-policy-summary span:first-child {
	margin-top: 0;
}

.jbm-policy-summary strong,
.jbm-policy-summary a {
	color: var(--jbm-teal-dark);
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.32rem;
	font-weight: 750;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.jbm-policy-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
}

.jbm-policy-nav {
	background:
		radial-gradient(circle at 12% 16%, rgba(240, 93, 106, 0.28), transparent 26%),
		radial-gradient(circle at 88% 22%, rgba(212, 160, 45, 0.3), transparent 26%),
		var(--jbm-teal-ink);
	border-radius: 26px;
	box-shadow: 0 22px 48px rgba(7, 56, 53, 0.18);
	display: grid;
	gap: 10px;
	padding: 24px;
	position: sticky;
	top: 134px;
}

.jbm-policy-nav .jbm-kicker {
	color: rgba(255, 255, 255, 0.72);
	margin-bottom: 8px;
}

.jbm-policy-nav a {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.2;
	padding: 12px 14px;
}

.jbm-policy-nav a:hover,
.jbm-policy-nav a[aria-current="page"] {
	background: #fff;
	color: var(--jbm-teal-dark);
}

.jbm-policy-stack {
	display: grid;
	gap: 18px;
}

.jbm-policy-section {
	background: #fff;
	border: 1px solid var(--jbm-line);
	border-radius: 26px;
	box-shadow: 0 18px 42px rgba(17, 19, 18, 0.06);
	padding: 30px;
}

.jbm-policy-section h2 {
	color: var(--jbm-ink);
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.72rem, 2.4vw, 2.36rem);
	font-weight: 750;
	line-height: 1.02;
	margin: 0;
}

.jbm-policy-section p {
	color: var(--jbm-graphite);
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.78;
	margin: 18px 0 0;
}

.jbm-policy-section ul {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding-left: 22px;
}

.jbm-policy-section li {
	color: var(--jbm-muted);
	font-weight: 700;
	line-height: 1.66;
	padding-left: 4px;
}

.jbm-policy-section li::marker {
	color: var(--jbm-coral);
}

.jbm-site-footer {
	background:
		radial-gradient(circle at 10% 8%, rgba(47, 166, 161, 0.3), transparent 25%),
		radial-gradient(circle at 92% 18%, rgba(240, 93, 106, 0.18), transparent 24%),
		linear-gradient(135deg, var(--jbm-teal-ink), #121211);
	color: #fff;
	padding: 46px 0 22px;
}

.jbm-site-footer__inner {
	align-items: start;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.jbm-site-footer__brand p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.94rem;
	font-weight: 650;
	line-height: 1.72;
	margin: 0;
	max-width: 520px;
}

.jbm-site-footer__links {
	display: grid;
	gap: 28px;
	grid-template-columns: 0.8fr 1fr 0.72fr;
}

.jbm-site-footer nav {
	display: grid;
	gap: 10px;
}

.jbm-site-footer h2 {
	color: #ffd37d;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.3;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.jbm-site-footer a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none;
	transition: color 160ms ease, transform 160ms ease;
}

.jbm-site-footer a:hover,
.jbm-site-footer a:focus {
	color: #fff;
	transform: translateX(2px);
}

.jbm-site-footer .jbm-social-link {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	justify-self: start;
}

.jbm-social-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.jbm-social-icon svg {
	display: block;
	fill: currentColor;
	height: 17px;
	width: 17px;
}

.jbm-site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.62);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8rem;
	font-weight: 750;
	gap: 12px 24px;
	justify-content: space-between;
	line-height: 1.5;
	margin-top: 38px;
	padding-top: 20px;
}

[data-hm],
[data-hm-item] {
	opacity: 1;
	transform: translateY(0);
}

.jbm-hm-visible {
	opacity: 1;
	transform: translateY(0);
}

.jbm-boutique-active.woocommerce-page .site-main,
.jbm-boutique-active.woocommerce .site-main {
	padding-top: 0;
}

.jbm-boutique-active.woocommerce-page #secondary,
.jbm-boutique-active.woocommerce #secondary {
	display: none;
}

.jbm-boutique-active.woocommerce-page #primary,
.jbm-boutique-active.woocommerce #primary {
	border: 0;
	float: none;
	margin: 0 auto;
	max-width: 1220px;
	padding: 0;
	width: min(1220px, calc(100% - 56px));
}

.jbm-boutique-active.woocommerce-page .woocommerce-products-header,
.jbm-boutique-active.woocommerce .woocommerce-products-header {
	background:
		linear-gradient(135deg, rgba(233, 245, 242, 0.92), rgba(255, 240, 239, 0.75)),
		var(--jbm-paper);
	border-bottom: 1px solid var(--jbm-line);
	margin: 0 calc(50% - 50vw) 40px;
	padding: 74px max(28px, calc((100vw - 1220px) / 2)) 58px;
	position: relative;
	text-align: left;
}

.jbm-boutique-active.woocommerce-page .woocommerce-products-header::after,
.jbm-flow-hero::after {
	background:
		radial-gradient(circle, var(--jbm-teal) 0 3px, transparent 4px) 0 0 / 22px 10px repeat-x,
		radial-gradient(circle, var(--jbm-coral) 0 3px, transparent 4px) 11px 0 / 22px 10px repeat-x;
	bottom: 28px;
	content: "";
	height: 10px;
	left: max(28px, calc((100vw - 1220px) / 2));
	position: absolute;
	width: min(280px, calc(100% - 56px));
}

.jbm-boutique-active.woocommerce-page .woocommerce-products-header__title,
.jbm-boutique-active.woocommerce .woocommerce-products-header__title {
	color: var(--jbm-ink);
	font-size: clamp(3.2rem, 7vw, 6rem);
	line-height: 0.88;
}

.jbm-boutique-active.woocommerce-page .woocommerce-breadcrumb,
.jbm-boutique-active.woocommerce .woocommerce-breadcrumb {
	color: var(--jbm-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.jbm-boutique-active.post-type-archive-product .woocommerce-breadcrumb {
	display: none;
}

.jbm-shop-discovery {
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(233, 245, 242, 0.9)),
		var(--jbm-paper);
	border: 1px solid rgba(13, 79, 76, 0.12);
	border-radius: 34px;
	box-shadow: 0 24px 64px rgba(13, 79, 76, 0.1);
	margin: 0 0 28px;
	overflow: hidden;
	padding: 28px;
	position: relative;
}

.jbm-shop-discovery::before {
	background: url("../images/jbm-logo-mark.png") center / contain no-repeat;
	content: "";
	height: 190px;
	opacity: 0.05;
	pointer-events: none;
	position: absolute;
	right: -34px;
	top: -44px;
	transform: rotate(8deg);
	width: 310px;
}

.jbm-shop-discovery__top {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.72fr);
	position: relative;
	z-index: 1;
}

.jbm-shop-discovery__copy h2 {
	color: var(--jbm-ink);
	font-size: clamp(2.1rem, 4vw, 3.9rem);
	line-height: 0.94;
	margin: 0;
	max-width: 780px;
}

.jbm-shop-discovery__copy p:not(.jbm-kicker) {
	color: var(--jbm-muted);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.65;
	margin: 16px 0 0;
	max-width: 720px;
}

.jbm-shop-discovery__count {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(13, 79, 76, 0.12);
	border-radius: 999px;
	color: var(--jbm-teal-dark);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	margin-top: 18px;
	min-height: 36px;
	padding: 8px 14px;
	text-transform: uppercase;
}

.jbm-shop-search {
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 24px;
	box-shadow: 0 18px 44px rgba(13, 79, 76, 0.08);
	display: grid;
	gap: 10px;
	padding: 16px;
}

.jbm-shop-search label,
.jbm-shop-filter-form label > span,
.jbm-shop-active-filters > span {
	color: var(--jbm-teal-dark);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jbm-shop-search__control {
	align-items: center;
	background: var(--jbm-paper);
	border: 1px solid rgba(13, 79, 76, 0.12);
	border-radius: 999px;
	display: flex;
	gap: 8px;
	min-height: 54px;
	padding: 6px;
}

.jbm-shop-search__control input {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--jbm-ink);
	flex: 1;
	font-weight: 800;
	min-height: 42px;
	min-width: 0;
	padding: 8px 12px !important;
}

.jbm-shop-search__control button {
	background: var(--jbm-teal-dark);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	min-height: 42px;
	padding: 0 18px;
	text-transform: uppercase;
	transition: background-color 160ms ease, transform 160ms ease;
}

.jbm-shop-search__control button:hover,
.jbm-shop-search__control button:focus {
	background: var(--jbm-coral-dark);
	transform: translateY(-1px);
}

.jbm-shop-category-rail {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 26px;
	position: relative;
	z-index: 1;
}

.jbm-shop-category-tile {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 24px;
	color: var(--jbm-ink);
	display: grid;
	gap: 14px;
	grid-template-columns: 76px minmax(0, 1fr);
	min-height: 104px;
	overflow: hidden;
	padding: 12px;
	position: relative;
	text-decoration: none !important;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jbm-shop-category-tile::after {
	background: url("../images/jbm-logo-mark.png") center / contain no-repeat;
	bottom: -28px;
	content: "";
	height: 92px;
	opacity: 0.055;
	position: absolute;
	right: -26px;
	transform: rotate(-10deg);
	width: 150px;
}

.jbm-shop-category-tile:hover,
.jbm-shop-category-tile:focus,
.jbm-shop-category-tile.is-active {
	border-color: rgba(47, 166, 161, 0.44);
	box-shadow: 0 16px 36px rgba(13, 79, 76, 0.12);
	transform: translateY(-2px);
}

.jbm-shop-category-tile.is-active {
	background: linear-gradient(135deg, #fff, rgba(233, 245, 242, 0.96));
}

.jbm-shop-category-tile__image {
	background: var(--jbm-porcelain);
	border-radius: 18px;
	display: block;
	height: 76px;
	overflow: hidden;
	position: relative;
	width: 76px;
	z-index: 1;
}

.jbm-shop-category-tile__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jbm-shop-category-tile:first-child .jbm-shop-category-tile__image {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: center;
	padding: 9px;
}

.jbm-shop-category-tile__label {
	min-width: 0;
	position: relative;
	z-index: 1;
}

.jbm-shop-category-tile__label strong {
	color: var(--jbm-ink);
	display: block;
	font-size: 0.94rem;
	font-weight: 900;
	line-height: 1.25;
}

.jbm-shop-category-tile__label em {
	color: var(--jbm-muted);
	display: block;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
	margin-top: 6px;
}

.jbm-shop-tools {
	display: grid;
	gap: 12px;
	margin-top: 18px;
	position: relative;
	z-index: 1;
}

.jbm-shop-filter-panel {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 20px;
	box-shadow: 0 18px 42px rgba(13, 79, 76, 0.06);
	overflow: hidden;
}

.jbm-shop-filter-panel summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	list-style: none;
	min-height: 52px;
	padding: 12px 20px;
}

.jbm-shop-filter-panel summary::-webkit-details-marker {
	display: none;
}

.jbm-shop-filter-panel summary span {
	color: var(--jbm-ink);
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.18rem;
	font-weight: 650;
}

.jbm-shop-filter-panel summary em {
	background: rgba(13, 79, 76, 0.08);
	border-radius: 999px;
	color: var(--jbm-teal-dark);
	font-size: 0.64rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding: 7px 12px;
	text-transform: uppercase;
}

.jbm-shop-filter-form,
.jbm-shop-filter-form * {
	box-sizing: border-box;
}

.jbm-shop-filter-form {
	align-items: stretch;
	border-top: 1px solid rgba(17, 19, 18, 0.08);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(360px, 560px) minmax(260px, 1fr);
	padding: 18px 22px 20px;
}

.jbm-shop-filter-form label {
	display: grid;
	gap: 6px;
	margin: 0;
}

.jbm-shop-filter-form select {
	background-color: #fff !important;
	border: 1px solid rgba(17, 19, 18, 0.12) !important;
	border-radius: 14px !important;
	box-shadow: none !important;
	color: var(--jbm-ink);
	font-weight: 800;
	min-height: 42px;
	padding: 8px 11px !important;
	width: 100%;
}

.jbm-shop-filter-form__types {
	display: grid;
	gap: 9px;
	min-width: 0;
}

.jbm-shop-filter-form__types > span {
	color: var(--jbm-muted);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.jbm-filter-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.jbm-filter-chip {
	display: inline-flex !important;
	margin: 0;
}

.jbm-filter-chip input {
	inline-size: 1px;
	opacity: 0;
	position: absolute;
}

.jbm-filter-chip span {
	align-items: center;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(13, 79, 76, 0.12);
	border-radius: 999px;
	color: var(--jbm-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 900;
	min-height: 32px;
	padding: 7px 11px;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.jbm-filter-chip input:checked + span {
	background: var(--jbm-teal-dark);
	border-color: var(--jbm-teal-dark);
	color: #fff;
}

.jbm-filter-chip input:focus-visible + span {
	outline: 3px solid rgba(226, 98, 111, 0.28);
	outline-offset: 3px;
}

.jbm-filter-chip:hover span {
	border-color: rgba(13, 79, 76, 0.26);
	transform: translateY(-1px);
}

.jbm-shop-filter-form__price {
	align-self: stretch;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 248, 0.82));
	border: 1px solid rgba(13, 79, 76, 0.12);
	border-radius: 18px;
	box-shadow: 0 16px 34px rgba(17, 19, 18, 0.05);
	display: grid;
	gap: 11px;
	overflow: hidden;
	padding: 13px 14px 12px;
	position: relative;
	width: 100%;
}

.jbm-shop-filter-form__price::after {
	background: url("../images/jbm-logo-mark.png") center / contain no-repeat;
	content: "";
	height: 118px;
	opacity: 0.035;
	pointer-events: none;
	position: absolute;
	right: -22px;
	top: -28px;
	transform: rotate(-8deg);
	width: 176px;
}

.jbm-price-range__head,
.jbm-price-range__bounds {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.jbm-price-range__head span,
.jbm-shop-filter-form label > span,
.jbm-shop-active-filters > span {
	color: var(--jbm-muted);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.jbm-price-range__head output {
	color: var(--jbm-teal-dark);
	font-size: 0.8rem;
	font-weight: 900;
	white-space: nowrap;
}

.jbm-price-range__values {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	position: relative;
	z-index: 1;
}

.jbm-price-range__values span {
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(13, 79, 76, 0.09);
	border-radius: 13px;
	display: grid;
	gap: 2px;
	padding: 8px 10px;
}

.jbm-price-range__values small {
	color: var(--jbm-muted);
	font-size: 0.58rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jbm-price-range__values strong {
	color: var(--jbm-ink);
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.15;
}

.jbm-price-range__slider {
	--jbm-price-min-pos: 0%;
	--jbm-price-max-pos: 100%;
	height: 36px;
	margin-top: 2px;
	position: relative;
	z-index: 1;
}

.jbm-price-range__rail,
.jbm-price-range__fill,
.jbm-price-range__handle {
	border-radius: 999px;
	position: absolute;
	top: 50%;
}

.jbm-price-range__rail {
	background:
		linear-gradient(90deg, rgba(13, 79, 76, 0.12), rgba(79, 177, 169, 0.1)),
		repeating-linear-gradient(90deg, transparent 0 14px, rgba(255, 255, 255, 0.75) 14px 16px);
	height: 6px;
	left: 9px;
	right: 9px;
	transform: translateY(-50%);
}

.jbm-price-range__fill {
	background: linear-gradient(90deg, var(--jbm-teal-dark), #41a79f);
	box-shadow: 0 8px 18px rgba(13, 79, 76, 0.14);
	height: 6px;
	transform: translateY(-50%);
}

.jbm-price-range__handle {
	background:
		radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.95) 0 16%, transparent 17%),
		var(--jbm-teal-dark);
	border: 3px solid #fff;
	box-shadow: 0 7px 18px rgba(17, 19, 18, 0.16), 0 0 0 1px rgba(13, 79, 76, 0.08);
	height: 18px;
	pointer-events: none;
	transform: translate(-50%, -50%);
	width: 18px;
}

.jbm-price-range__handle--min {
	left: var(--jbm-price-min-pos);
}

.jbm-price-range__handle--max {
	left: var(--jbm-price-max-pos);
}

.jbm-price-range__slider input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	outline: 0;
	padding: 0 !important;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.jbm-price-range__slider input[type="range"]::-webkit-slider-runnable-track {
	background: transparent;
	border: 0;
	box-shadow: none;
	height: 36px;
}

.jbm-price-range__slider input[type="range"]::-moz-range-track {
	background: transparent;
	border: 0;
	box-shadow: none;
	height: 36px;
}

.jbm-price-range__slider input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	cursor: grab;
	height: 36px;
	margin-top: 0;
	opacity: 0;
	pointer-events: auto;
	width: 36px;
}

.jbm-price-range__slider input[type="range"]::-moz-range-thumb {
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	cursor: grab;
	height: 36px;
	opacity: 0;
	pointer-events: auto;
	width: 36px;
}

.jbm-price-range__slider:focus-within .jbm-price-range__handle {
	box-shadow:
		0 7px 18px rgba(17, 19, 18, 0.16),
		0 0 0 1px rgba(13, 79, 76, 0.08),
		0 0 0 5px rgba(226, 98, 111, 0.18);
}

.jbm-price-range__slider input[type="range"]:active::-webkit-slider-thumb {
	cursor: grabbing;
}

.jbm-price-range__slider input[type="range"]:active::-moz-range-thumb {
	cursor: grabbing;
}

.jbm-price-range__bounds span {
	color: var(--jbm-muted);
	font-size: 0.66rem;
	font-weight: 800;
	position: relative;
	z-index: 1;
}

.jbm-shop-filter-form__side {
	align-content: space-between;
	align-self: stretch;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 251, 248, 0.72));
	border: 1px solid rgba(13, 79, 76, 0.08);
	border-radius: 18px;
	display: grid;
	gap: 16px;
	justify-self: stretch;
	min-height: 100%;
	padding: 14px;
}

.jbm-shop-filter-form__check {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(13, 79, 76, 0.12);
	border-radius: 16px;
	box-shadow: 0 10px 22px rgba(17, 19, 18, 0.04);
	cursor: pointer;
	display: flex !important;
	gap: 12px !important;
	min-height: 68px;
	padding: 12px 13px;
	width: 100%;
}

.jbm-shop-filter-form__check input {
	appearance: none;
	background: rgba(13, 79, 76, 0.09);
	border: 1px solid rgba(13, 79, 76, 0.18);
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
	cursor: pointer;
	flex: 0 0 46px;
	height: 26px;
	margin: 0;
	position: relative;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
	width: 46px;
}

.jbm-shop-filter-form__check input::after {
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 3px 8px rgba(17, 19, 18, 0.18);
	content: "";
	height: 18px;
	left: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: left 180ms ease, background 180ms ease;
	width: 18px;
}

.jbm-shop-filter-form__check input:checked {
	background: var(--jbm-teal-dark);
	border-color: var(--jbm-teal-dark);
}

.jbm-shop-filter-form__check input:checked::after {
	left: 23px;
}

.jbm-shop-filter-form__check input:focus-visible {
	outline: 3px solid rgba(226, 98, 111, 0.26);
	outline-offset: 3px;
}

.jbm-shop-filter-form__check span {
	color: var(--jbm-ink) !important;
	display: grid;
	font-size: 0.8rem !important;
	gap: 3px;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	white-space: normal;
}

.jbm-shop-filter-form__check strong {
	color: var(--jbm-ink);
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.1;
}

.jbm-shop-filter-form__check em {
	color: var(--jbm-muted);
	font-size: 0.66rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.25;
}

.jbm-shop-filter-form__actions {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	white-space: nowrap;
	width: 100%;
}

.jbm-shop-filter-form__actions .jbm-button {
	background: var(--jbm-teal-dark);
	border-color: var(--jbm-teal-dark);
	font-size: 0.7rem;
	min-height: 46px;
	min-width: 150px;
	padding: 10px 18px;
	width: min(100%, 190px);
}

.jbm-shop-filter-form__actions .jbm-button:hover,
.jbm-shop-filter-form__actions .jbm-button:focus {
	background: var(--jbm-coral);
	border-color: var(--jbm-coral);
}

.jbm-shop-filter-form__actions .jbm-text-link {
	font-size: 0.86rem;
	margin-top: 0;
}

.jbm-shop-active-filters {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 2px;
}

.jbm-shop-active-filters > span {
	font-size: 0.64rem;
}

.jbm-shop-active-filters a {
	align-items: center;
	background: var(--jbm-teal-dark);
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	gap: 7px;
	min-height: 32px;
	padding: 7px 9px 7px 12px;
	text-decoration: none !important;
}

.jbm-shop-active-filters a span {
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.76rem;
	height: 16px;
	justify-content: center;
	line-height: 1;
	width: 16px;
}

.jbm-shop-assurance {
	background: var(--jbm-teal-ink);
	border-radius: 26px;
	color: #fff;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 32px;
	overflow: hidden;
}

.jbm-shop-assurance div {
	background: rgba(255, 255, 255, 0.06);
	padding: 24px;
}

.jbm-shop-assurance strong {
	color: #ffd37d;
	display: block;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.34rem;
	font-weight: 650;
	line-height: 1;
}

.jbm-shop-assurance span {
	color: rgba(255, 255, 255, 0.76);
	display: block;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 10px;
}

.jbm-boutique-active.woocommerce-page .woocommerce-result-count,
.jbm-boutique-active.woocommerce-page .woocommerce-ordering,
.jbm-boutique-active.woocommerce .woocommerce-result-count,
.jbm-boutique-active.woocommerce .woocommerce-ordering {
	color: var(--jbm-muted);
	float: none;
	font-size: 0.84rem;
	font-weight: 800;
	margin: 0 0 28px;
	position: relative;
	z-index: 1;
}

.jbm-boutique-active.woocommerce-page .woocommerce-result-count,
.jbm-boutique-active.woocommerce .woocommerce-result-count {
	background: rgba(255, 253, 248, 0.86);
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 999px;
	display: inline-flex;
	min-height: 44px;
	padding: 11px 16px;
}

.jbm-boutique-active.woocommerce-page .woocommerce-ordering,
.jbm-boutique-active.woocommerce .woocommerce-ordering {
	float: right;
}

.jbm-boutique-active.woocommerce-page .woocommerce-ordering select {
	background-color: #fff;
	border: 1px solid rgba(17, 19, 18, 0.12);
	border-radius: 999px;
	box-shadow: 0 10px 26px rgba(17, 19, 18, 0.06);
	font-weight: 800;
	min-height: 44px;
	padding: 8px 38px 8px 16px;
}

.jbm-boutique-active.woocommerce ul.products,
.jbm-boutique-active.woocommerce-page ul.products {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jbm-boutique-active.woocommerce ul.products::before,
.jbm-boutique-active.woocommerce-page ul.products::before,
.jbm-boutique-active.woocommerce ul.products::after,
.jbm-boutique-active.woocommerce-page ul.products::after {
	display: none;
}

.jbm-boutique-active.woocommerce ul.products li.product,
.jbm-boutique-active.woocommerce-page ul.products li.product {
	background: #fff;
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 26px;
	box-shadow: 0 1px 0 rgba(17, 19, 18, 0.03);
	float: none !important;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 0 18px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100% !important;
}

.jbm-boutique-active.woocommerce ul.products li.product:hover,
.jbm-boutique-active.woocommerce-page ul.products li.product:hover {
	border-color: rgba(47, 166, 161, 0.38);
	box-shadow: var(--jbm-card-shadow);
	transform: translateY(-4px);
}

.jbm-boutique-active.woocommerce ul.products li.product a img,
.jbm-boutique-active.woocommerce-page ul.products li.product a img {
	aspect-ratio: 1;
	background: var(--jbm-porcelain);
	border-radius: 0;
	display: block;
	height: auto;
	margin: 0 0 18px;
	object-fit: cover;
	opacity: 1 !important;
	width: 100%;
}

.jbm-boutique-active.woocommerce ul.products li.product .woocommerce-loop-product__title,
.jbm-boutique-active.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	color: var(--jbm-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.35;
	min-height: 2.7em;
	padding: 0 18px;
}

.jbm-boutique-active.woocommerce ul.products li.product .price,
.jbm-boutique-active.woocommerce-page ul.products li.product .price {
	color: var(--jbm-coral);
	font-size: 0.94rem;
	font-weight: 900;
	padding: 0 18px;
}

.jbm-boutique-active.woocommerce ul.products li.product .button,
.jbm-boutique-active.woocommerce-page ul.products li.product .button {
	background: transparent;
	border-color: var(--jbm-teal-dark);
	color: var(--jbm-teal-dark) !important;
	font-size: 0.72rem;
	margin: 10px 18px 0;
	min-height: 40px;
	padding: 10px 14px;
	width: calc(100% - 36px);
}

.jbm-boutique-active.woocommerce ul.products li.product .button:hover,
.jbm-boutique-active.woocommerce-page ul.products li.product .button:hover {
	background: var(--jbm-teal-dark);
	color: #fff !important;
}

.jbm-boutique-active.woocommerce nav.woocommerce-pagination {
	margin: 44px 0 76px;
}

.jbm-boutique-active.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.jbm-boutique-active.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.jbm-boutique-active.woocommerce nav.woocommerce-pagination ul li a,
.jbm-boutique-active.woocommerce nav.woocommerce-pagination ul li span {
	align-items: center;
	border: 1px solid var(--jbm-line);
	border-radius: 999px;
	color: var(--jbm-teal-dark);
	display: inline-flex;
	font-weight: 900;
	height: 40px;
	justify-content: center;
	min-width: 40px;
}

.jbm-boutique-active.woocommerce nav.woocommerce-pagination ul li span.current,
.jbm-boutique-active.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--jbm-teal-dark);
	color: #fff;
}

.jbm-boutique-active.single-product #primary {
	padding-top: 0;
}

.jbm-boutique-active.woocommerce div.product {
	background:
		linear-gradient(180deg, rgba(233, 245, 242, 0.58), transparent 580px),
		var(--jbm-paper);
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
	align-items: start;
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	padding: 56px max(28px, calc((100vw - 1220px) / 2)) 96px;
	width: 100vw;
}

.jbm-boutique-active.woocommerce div.product::before,
.jbm-boutique-active.woocommerce div.product::after {
	display: none;
}

.jbm-boutique-active.woocommerce div.product div.images {
	background: #fff;
	border: 1px solid var(--jbm-line);
	border-radius: 28px;
	box-shadow: var(--jbm-soft-shadow);
	float: none !important;
	margin-bottom: 0;
	overflow: hidden;
	padding: 14px;
	position: relative !important;
	top: auto;
	width: auto !important;
}

.jbm-boutique-active.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.jbm-boutique-active.woocommerce div.product div.images .woocommerce-product-gallery__image,
.jbm-boutique-active.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: block;
	height: auto !important;
	width: 100% !important;
}

.jbm-boutique-active.woocommerce div.product div.images .zoomImg {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.jbm-boutique-active.woocommerce div.product div.images img,
.jbm-boutique-active.woocommerce div.product div.images .woocommerce-product-gallery__image,
.jbm-boutique-active.woocommerce div.product div.images .flex-viewport {
	filter: none !important;
	opacity: 1 !important;
}

.jbm-boutique-active.woocommerce div.product div.images img {
	aspect-ratio: 1;
	background:
		linear-gradient(135deg, rgba(233, 245, 242, 0.72), rgba(255, 240, 239, 0.66)),
		var(--jbm-porcelain);
	border-radius: 20px;
	display: block;
	height: auto !important;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.jbm-boutique-active.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	align-items: center;
	background: rgba(255, 253, 248, 0.94);
	border: 1px solid var(--jbm-line);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(17, 19, 18, 0.12);
	color: var(--jbm-teal-dark);
	display: inline-flex;
	font-size: 0;
	height: 44px;
	justify-content: center;
	right: 28px;
	top: 28px;
	width: 44px;
}

.jbm-boutique-active.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	height: 11px;
	left: 13px;
	top: 12px;
	width: 11px;
}

.jbm-boutique-active.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	height: 10px;
	left: 25px;
	top: 25px;
}

.jbm-boutique-active.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 12px 0 0;
	padding: 0;
}

.jbm-boutique-active.woocommerce div.product div.images .flex-control-thumbs li {
	float: none;
	width: auto;
}

.jbm-boutique-active.woocommerce div.product div.images .flex-control-thumbs img {
	aspect-ratio: 1;
	border: 1px solid transparent;
	border-radius: 14px;
	cursor: pointer;
	object-fit: cover;
	opacity: 0.72;
	transition: border-color 160ms ease, opacity 160ms ease;
}

.jbm-boutique-active.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.jbm-boutique-active.woocommerce div.product div.images .flex-control-thumbs img:hover {
	border-color: var(--jbm-coral);
	opacity: 1;
}

.jbm-boutique-active.woocommerce div.product div.summary {
	background: rgba(255, 253, 248, 0.9);
	border: 1px solid var(--jbm-line);
	border-radius: 28px;
	box-shadow: var(--jbm-soft-shadow);
	float: none !important;
	margin-bottom: 0;
	padding: 34px;
	position: relative;
	top: auto;
	width: auto !important;
}

.jbm-product-kicker {
	align-items: center;
	background: rgba(47, 166, 161, 0.1);
	border: 1px solid rgba(47, 166, 161, 0.22);
	border-radius: 999px;
	color: var(--jbm-teal-dark);
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 9px 12px;
	text-transform: uppercase;
}

.jbm-boutique-active.woocommerce div.product .product_title {
	color: var(--jbm-ink);
	font-size: clamp(2.05rem, 3.2vw, 3.35rem);
	line-height: 0.98;
	margin-bottom: 16px;
	overflow-wrap: anywhere;
}

.jbm-boutique-active .single-product-category,
.jbm-boutique-active.woocommerce div.product .product_meta {
	display: none !important;
}

.jbm-boutique-active.woocommerce div.product p.price,
.jbm-boutique-active.woocommerce div.product span.price {
	color: var(--jbm-coral);
	font-size: 1.42rem;
	font-weight: 900;
	margin: 14px 0 18px;
}

.jbm-boutique-active.woocommerce div.product .woocommerce-product-details__short-description {
	color: var(--jbm-muted);
	font-size: 0.98rem;
	font-weight: 650;
	line-height: 1.72;
}

.jbm-boutique-active.woocommerce div.product .stock {
	color: var(--jbm-teal-dark);
	font-weight: 900;
}

.jbm-boutique-active.woocommerce div.product form.cart {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 102px minmax(0, 1fr);
	margin: 24px 0;
}

.jbm-boutique-active.woocommerce div.product form.cart .variations,
.jbm-boutique-active.woocommerce div.product form.cart .woocommerce-variation,
.jbm-boutique-active.woocommerce div.product form.cart .single_variation_wrap {
	grid-column: 1 / -1;
	width: 100%;
}

.jbm-boutique-active.woocommerce div.product form.cart .variations {
	border: 0;
	margin: 0 0 4px;
}

.jbm-boutique-active.woocommerce div.product form.cart .variations tr {
	display: grid;
	gap: 8px;
	margin-bottom: 12px;
}

.jbm-boutique-active.woocommerce div.product form.cart .variations th,
.jbm-boutique-active.woocommerce div.product form.cart .variations td {
	display: block;
	line-height: 1.4;
	padding: 0;
}

.jbm-boutique-active.woocommerce div.product form.cart .variations label {
	color: var(--jbm-ink);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jbm-boutique-active.woocommerce div.product form.cart .variations select {
	background: #fff;
	border: 1px solid var(--jbm-line);
	border-radius: 999px;
	color: var(--jbm-ink);
	font-weight: 800;
	min-height: 48px;
	padding: 8px 42px 8px 16px;
	width: 100%;
}

.jbm-boutique-active.woocommerce div.product form.cart .reset_variations {
	color: var(--jbm-coral);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	margin-top: 8px;
}

.jbm-boutique-active.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
	display: grid;
	gap: 12px;
	grid-template-columns: 102px minmax(0, 1fr);
}

.jbm-boutique-active.woocommerce .quantity .qty {
	border: 1px solid var(--jbm-line);
	border-radius: 999px;
	font-weight: 900;
	height: 50px;
	min-width: 76px;
	width: 100%;
}

.jbm-boutique-active.woocommerce div.product form.cart .button {
	background: var(--jbm-coral);
	border-color: var(--jbm-coral);
	min-height: 52px;
	width: 100%;
}

.jbm-boutique-active.woocommerce div.product form.cart .button:hover {
	background: var(--jbm-coral-dark);
	border-color: var(--jbm-coral-dark);
}

.jbm-product-purchase-notes {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: -6px 0 20px;
}

.jbm-product-purchase-notes span {
	background: #fff;
	border: 1px solid rgba(17, 19, 18, 0.08);
	border-radius: 16px;
	color: var(--jbm-muted);
	font-size: 0.72rem;
	font-weight: 850;
	line-height: 1.35;
	padding: 10px;
	text-align: center;
}

.jbm-boutique-active.woocommerce div.product .product_meta {
	border-top: 1px solid var(--jbm-line);
	color: var(--jbm-muted);
	font-size: 0.84rem;
	line-height: 1.7;
	padding-top: 18px;
}

.jbm-product-assurance {
	border: 1px solid rgba(47, 166, 161, 0.22);
	border-radius: 22px;
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	margin-top: 22px;
	overflow: hidden;
}

.jbm-product-assurance div {
	background: var(--jbm-mist);
	border-bottom: 1px solid rgba(47, 166, 161, 0.18);
	padding: 16px 18px;
}

.jbm-product-assurance div:last-child {
	border-bottom: 0;
}

.jbm-product-assurance strong {
	color: var(--jbm-teal-dark);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jbm-product-assurance span {
	color: var(--jbm-muted);
	display: block;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.48;
	margin-top: 4px;
}

.jbm-boutique-active.woocommerce div.product .woocommerce-tabs {
	clear: both;
	grid-column: 1 / -1;
	background: #fff;
	border: 1px solid var(--jbm-line);
	border-radius: 28px;
	box-shadow: 0 14px 38px rgba(17, 19, 18, 0.05);
	margin-top: 18px;
	padding: 28px;
}

.jbm-boutique-active.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--jbm-line);
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 0 28px;
	padding: 0;
}

.jbm-boutique-active.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.jbm-boutique-active.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.jbm-boutique-active.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.jbm-boutique-active.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.jbm-boutique-active.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: var(--jbm-muted);
	font-weight: 900;
	padding: 0 0 14px;
}

.jbm-boutique-active.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom: 3px solid var(--jbm-coral);
	color: var(--jbm-ink);
}

.jbm-boutique-active.woocommerce div.product .woocommerce-Tabs-panel {
	color: var(--jbm-graphite);
	font-size: 1rem;
	line-height: 1.76;
	max-width: none;
	overflow-wrap: anywhere;
	padding: 0;
}

.jbm-boutique-active.woocommerce div.product .woocommerce-Tabs-panel > h2 {
	color: var(--jbm-ink);
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 650;
	line-height: 1;
	margin: 0 0 16px;
}

.jbm-boutique-active.woocommerce div.product .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}

.jbm-boutique-active.woocommerce div.product .related.products {
	grid-column: 1 / -1;
	margin-top: 74px;
}

.jbm-boutique-active.woocommerce div.product .related.products > h2 {
	color: var(--jbm-ink);
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.4rem, 4vw, 4.2rem);
	font-weight: 650;
	line-height: 0.95;
	margin-bottom: 28px;
}

.jbm-flow-hero {
	background:
		linear-gradient(135deg, rgba(233, 245, 242, 0.96), rgba(255, 240, 239, 0.76)),
		var(--jbm-paper);
	border: 1px solid var(--jbm-line);
	border-radius: 32px;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
	margin: 72px 0 34px;
	padding: 42px;
	position: relative;
	overflow: hidden;
}

.jbm-flow-hero h1 {
	color: var(--jbm-ink);
	font-size: clamp(2.7rem, 5vw, 5.6rem);
	max-width: 760px;
}

.jbm-flow-hero p:not(.jbm-kicker) {
	color: var(--jbm-muted);
	font-weight: 650;
	margin-top: 18px;
	max-width: 680px;
}

.jbm-flow-hero__badges {
	align-content: center;
	display: grid;
	gap: 12px;
	position: relative;
	z-index: 1;
}

.jbm-flow-hero__badges span {
	background: rgba(255, 253, 248, 0.9);
	border: 1px solid rgba(47, 166, 161, 0.2);
	border-radius: 999px;
	color: var(--jbm-teal-dark);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 12px 16px;
	text-transform: uppercase;
}

.jbm-checkout-brief {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(233, 245, 242, 0.92), rgba(255, 253, 248, 0.98) 46%, rgba(255, 240, 239, 0.72)),
		var(--jbm-paper);
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 28px;
	box-shadow: 0 22px 58px rgba(17, 19, 18, 0.08);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 58px 0 22px;
	overflow: hidden;
	padding: 26px 30px;
	position: relative;
}

.jbm-checkout-brief::after {
	background: linear-gradient(90deg, var(--jbm-teal), var(--jbm-coral), var(--jbm-gold));
	content: "";
	height: 4px;
	inset: 0 0 auto;
	position: absolute;
	z-index: 2;
}

.jbm-checkout-brief h1 {
	color: var(--jbm-ink);
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2rem, 3.4vw, 3.5rem);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.jbm-checkout-brief p:not(.jbm-kicker) {
	color: var(--jbm-muted);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.55;
	margin: 10px 0 0;
	max-width: 540px;
}

.jbm-checkout-steps {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(17, 19, 18, 0.08);
	border-radius: 999px;
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 8px;
}

.jbm-checkout-steps li {
	align-items: center;
	border-radius: 999px;
	color: var(--jbm-teal-dark);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	gap: 8px;
	letter-spacing: 0.07em;
	min-height: 38px;
	padding: 0 13px;
	text-transform: uppercase;
	white-space: nowrap;
}

.jbm-checkout-steps span {
	align-items: center;
	background: var(--jbm-teal-dark);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.jbm-boutique-active.woocommerce-cart .woocommerce,
.jbm-boutique-active .woocommerce,
.jbm-boutique-active.woocommerce-account .woocommerce {
	padding-bottom: 84px;
}

.jbm-boutique-active .woocommerce table.shop_table {
	background: #fff;
	border: 1px solid var(--jbm-line);
	border-radius: 26px;
	border-collapse: separate;
	overflow: hidden;
}

.jbm-boutique-active .woocommerce table.shop_table th {
	background: var(--jbm-teal-ink);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jbm-boutique-active .woocommerce table.shop_table td,
.jbm-boutique-active .woocommerce table.shop_table th {
	border-color: var(--jbm-line);
	padding: 16px;
}

.jbm-boutique-active .woocommerce table.shop_table .product-name a {
	color: var(--jbm-ink);
	font-weight: 900;
}

.jbm-boutique-active .woocommerce table.shop_table .product-thumbnail img {
	border-radius: 18px;
	width: 82px;
}

.jbm-boutique-active .woocommerce-cart-form,
.jbm-boutique-active .cart-collaterals .cart_totals,
.jbm-boutique-active .woocommerce-checkout #customer_details,
.jbm-boutique-active .woocommerce-checkout-review-order,
.jbm-boutique-active .woocommerce-MyAccount-content,
.jbm-boutique-active .woocommerce form.login,
.jbm-boutique-active .woocommerce form.register,
.jbm-boutique-active .woocommerce form.checkout_coupon {
	background: #fff;
	border: 1px solid var(--jbm-line);
	border-radius: 28px;
	box-shadow: var(--jbm-soft-shadow);
	padding: 28px;
}

.jbm-boutique-active .cart-collaterals .cart_totals h2,
.jbm-boutique-active .woocommerce-billing-fields h3,
.jbm-boutique-active .woocommerce-additional-fields h3,
.jbm-boutique-active #order_review_heading,
.jbm-boutique-active .woocommerce-MyAccount-content h2,
.jbm-boutique-active .woocommerce-account h2,
.jbm-boutique-active.woocommerce-account .woocommerce h2 {
	color: var(--jbm-ink);
	font-family: "Fraunces", Georgia, serif;
	font-size: 2.2rem;
	font-weight: 650;
	line-height: 1;
}

.jbm-boutique-active .woocommerce-message,
.jbm-boutique-active .woocommerce-info,
.jbm-boutique-active .woocommerce-error,
.jbm-boutique-active .cart-empty {
	background: #fff;
	border: 1px solid var(--jbm-line);
	border-left: 6px solid var(--jbm-teal);
	border-radius: 22px;
	box-shadow: var(--jbm-soft-shadow);
	color: var(--jbm-graphite);
	font-weight: 800;
	line-height: 1.55;
	padding: 18px 22px;
}

.jbm-boutique-active .woocommerce-message::before,
.jbm-boutique-active .woocommerce-info::before,
.jbm-boutique-active .woocommerce-error::before {
	display: none;
}

.jbm-boutique-active .woocommerce-error {
	border-left-color: var(--jbm-coral);
}

.jbm-boutique-active .return-to-shop {
	margin-top: 18px;
}

.jbm-boutique-active .return-to-shop .button {
	background: var(--jbm-coral) !important;
	border-color: var(--jbm-coral) !important;
	border-radius: 999px;
	color: #fff !important;
	box-shadow: 0 16px 34px rgba(240, 93, 106, 0.22);
	min-height: 52px;
}

.jbm-boutique-active .coupon {
	align-items: center;
	display: flex;
	gap: 10px;
}

.jbm-boutique-active .coupon .input-text {
	border: 1px solid var(--jbm-line);
	border-radius: 999px;
	min-height: 46px;
	padding: 10px 16px;
}

.jbm-boutique-active .cart_totals {
	margin-top: 20px;
}

.jbm-boutique-active .wc-proceed-to-checkout a.checkout-button,
.jbm-boutique-active #place_order {
	background: var(--jbm-coral);
	border-color: var(--jbm-coral);
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 900;
	min-height: 54px;
	width: 100%;
}

.jbm-boutique-active .wc-proceed-to-checkout a.checkout-button:hover,
.jbm-boutique-active #place_order:hover {
	background: var(--jbm-coral-dark);
	border-color: var(--jbm-coral-dark);
}

.jbm-boutique-active.woocommerce-cart .woocommerce {
	margin: 0 auto;
	max-width: min(1180px, calc(100% - 32px));
}

.jbm-boutique-active.woocommerce-cart .woocommerce-cart-form {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table {
	background: transparent;
	border: 0;
	border-collapse: separate;
	border-radius: 0;
	border-spacing: 0 14px;
	overflow: visible;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table thead th {
	background: transparent;
	border: 0;
	color: rgba(45, 42, 40, 0.62);
	padding: 0 16px 4px;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table tr.cart_item td {
	background: #fff;
	border-bottom: 1px solid rgba(17, 19, 18, 0.1);
	border-top: 1px solid rgba(17, 19, 18, 0.1);
	padding: 18px 14px;
	vertical-align: middle;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table tr.cart_item td:first-child {
	border-bottom-left-radius: 24px;
	border-left: 1px solid rgba(17, 19, 18, 0.1);
	border-top-left-radius: 24px;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table tr.cart_item td:last-child {
	border-bottom-right-radius: 24px;
	border-right: 1px solid rgba(17, 19, 18, 0.1);
	border-top-right-radius: 24px;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-remove {
	width: 48px;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-remove a.remove {
	align-items: center;
	background: rgba(240, 93, 106, 0.1);
	border-radius: 999px;
	color: var(--jbm-coral) !important;
	display: inline-flex;
	font-size: 1.25rem;
	height: 34px;
	justify-content: center;
	line-height: 1;
	width: 34px;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-remove a.remove:hover,
.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-remove a.remove:focus {
	background: var(--jbm-coral);
	color: #fff !important;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-thumbnail {
	width: 104px;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-thumbnail img {
	aspect-ratio: 1;
	border-radius: 18px;
	object-fit: cover;
	width: 82px;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-name a {
	color: var(--jbm-ink);
	display: inline-block;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.25;
	max-width: 320px;
	text-decoration: none;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-price,
.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-subtotal {
	color: var(--jbm-teal-dark);
	font-weight: 900;
	white-space: nowrap;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table .quantity .qty {
	background: var(--jbm-paper);
	border: 1px solid rgba(13, 79, 76, 0.16);
	border-radius: 999px;
	color: var(--jbm-ink);
	font-weight: 900;
	min-height: 42px;
	width: 76px;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions {
	background: #fff;
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(13, 79, 76, 0.08);
	display: table-cell !important;
	padding: 16px !important;
	text-align: right !important;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .coupon {
	align-items: stretch;
	background: linear-gradient(135deg, rgba(239, 248, 246, 0.96), rgba(255, 249, 247, 0.96));
	border: 1px solid rgba(13, 79, 76, 0.12);
	border-radius: 18px;
	display: grid !important;
	float: left !important;
	gap: 10px 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 !important;
	padding: 14px;
	width: min(620px, calc(100% - 190px));
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .coupon::before,
.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .coupon::after {
	content: none !important;
	display: none !important;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .coupon label.screen-reader-text {
	clip: auto !important;
	clip-path: none !important;
	color: var(--jbm-teal-dark);
	display: block !important;
	font-size: 0.76rem;
	font-weight: 900;
	grid-column: 1 / -1;
	height: auto !important;
	letter-spacing: 0.06em;
	line-height: 1.35;
	margin: 0 !important;
	overflow: visible !important;
	position: static !important;
	text-align: left;
	text-transform: uppercase;
	width: auto !important;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .coupon .input-text {
	background: #fff;
	border: 1px solid rgba(13, 79, 76, 0.2);
	border-radius: 12px;
	box-sizing: border-box;
	float: none !important;
	font-size: 1rem;
	height: 50px;
	margin: 0 !important;
	min-width: 0;
	padding: 0 16px;
	width: 100% !important;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .coupon .input-text:focus {
	border-color: var(--jbm-teal);
	box-shadow: 0 0 0 3px rgba(66, 164, 157, 0.14);
	outline: 0;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .coupon .button {
	align-self: stretch;
	float: none !important;
	margin: 0 !important;
	min-width: 164px;
	width: auto !important;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .button {
	border-radius: 999px;
	font-weight: 900;
	min-height: 46px;
	padding: 12px 18px;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .button[name="update_cart"] {
	align-self: end;
	background: transparent !important;
	border: 1px solid rgba(13, 79, 76, 0.24) !important;
	color: var(--jbm-teal-dark) !important;
	float: right !important;
	margin: 42px 0 0 !important;
	min-width: 154px;
}

.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .button[name="update_cart"]:not(:disabled):hover,
.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .button[name="update_cart"]:not(:disabled):focus-visible {
	background: var(--jbm-teal-dark) !important;
	border-color: var(--jbm-teal-dark) !important;
	color: #fff !important;
}

.jbm-boutique-active.woocommerce-cart .cart-collaterals {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

.jbm-boutique-active.woocommerce-cart .cart-collaterals .cart_totals {
	background: linear-gradient(145deg, #fffdf8 0%, #fff2ef 100%);
	border: 1px solid rgba(17, 19, 18, 0.1);
	box-shadow: 0 22px 54px rgba(13, 79, 76, 0.1);
	float: none;
	margin-top: 0;
	width: min(440px, 100%);
}

.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 18px 0;
	overflow: visible;
	table-layout: fixed;
	width: 100%;
}

.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table th,
.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table td {
	background: transparent;
	border-color: rgba(17, 19, 18, 0.1);
	color: var(--jbm-graphite);
	padding: 15px 0;
	vertical-align: top;
}

.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table th {
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	width: 42%;
}

.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table td {
	overflow-wrap: anywhere;
	text-align: right;
	width: 58%;
}

.jbm-boutique-active.woocommerce-cart .cart_totals ul#shipping_method {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.jbm-boutique-active.woocommerce-cart .cart_totals ul#shipping_method li {
	align-items: start;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr);
	line-height: 1.45;
	margin: 0;
	text-align: left;
}

.jbm-boutique-active.woocommerce-cart .cart_totals ul#shipping_method li:has(input[type="radio"]) {
	grid-template-columns: 18px minmax(0, 1fr);
}

.jbm-boutique-active.woocommerce-cart .cart_totals ul#shipping_method input {
	margin: 4px 0 0;
}

.jbm-boutique-active.woocommerce-cart .cart_totals ul#shipping_method label {
	grid-column: -2 / -1;
	min-width: 0;
}

.jbm-boutique-active.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
	color: var(--jbm-muted);
	font-size: 0.88rem;
	line-height: 1.6;
	margin: 16px 0 8px;
	text-align: left;
}

.jbm-boutique-active.woocommerce-cart .cart_totals .shipping-calculator-button {
	color: var(--jbm-teal-dark);
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 850;
	margin-top: 4px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.jbm-boutique-active.woocommerce-cart .cart_totals .order-total th,
.jbm-boutique-active.woocommerce-cart .cart_totals .order-total td {
	color: var(--jbm-ink);
	font-size: 1.1rem;
}

.jbm-boutique-active.woocommerce-cart .wc-proceed-to-checkout {
	display: flex;
	justify-content: center;
	padding: 2px 0 0;
}

.jbm-boutique-active.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	align-items: center;
	display: inline-flex;
	font-size: 0.8rem;
	justify-content: center;
	letter-spacing: 0.045em;
	line-height: 1.3;
	margin: 0;
	max-width: 320px;
	min-height: 48px;
	padding: 11px 20px;
	white-space: normal;
}

.jbm-boutique-active form.checkout {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
}

.jbm-boutique-active #customer_details {
	grid-column: 1;
	width: 100% !important;
}

.jbm-boutique-active #order_review_heading,
.jbm-boutique-active #order_review {
	float: none !important;
	grid-column: 2;
	grid-row: auto;
	min-width: 0;
	width: 100% !important;
}

.jbm-boutique-active #order_review {
	align-self: start;
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.98), #fff),
		#fff;
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 30px;
	box-shadow: 0 26px 70px rgba(17, 19, 18, 0.1);
	overflow: hidden;
	padding: 28px !important;
	position: static;
	top: auto;
}

.jbm-boutique-active #order_review_heading {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0 !important;
	position: absolute;
	width: 1px !important;
}

.jbm-boutique-active #order_review::before {
	color: var(--jbm-ink);
	content: "Your order";
	display: block;
	font-family: "Fraunces", Georgia, serif;
	font-size: 2.2rem;
	font-weight: 650;
	line-height: 1;
	margin: 0 0 20px;
	position: relative;
	z-index: 1;
}

.jbm-boutique-active #order_review table.shop_table {
	border: 1px solid rgba(17, 19, 18, 0.08);
	border-radius: 20px;
	box-shadow: none;
	margin: 0 0 18px;
	table-layout: fixed;
	width: 100%;
}

.jbm-boutique-active #order_review table.shop_table th,
.jbm-boutique-active #order_review table.shop_table td {
	padding: 14px;
	vertical-align: top;
	word-break: normal;
}

.jbm-boutique-active #order_review .product-name {
	align-items: center;
	color: var(--jbm-graphite);
	gap: 12px;
	font-weight: 850;
	line-height: 1.45;
	width: 62%;
}

.jbm-boutique-active #order_review .wcf-product-image {
	align-items: center;
	display: flex;
	gap: 12px;
}

.jbm-boutique-active #order_review .wcf-product-thumbnail {
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(17, 19, 18, 0.08);
	flex: 0 0 52px;
	height: 52px;
	overflow: visible;
	position: relative;
	width: 52px;
}

.jbm-boutique-active #order_review .wcf-product-thumbnail img {
	border-radius: 13px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jbm-boutique-active #order_review .instant-checkout-batch {
	align-items: center;
	background: var(--jbm-coral);
	border: 2px solid #fff;
	box-shadow: 0 8px 16px rgba(240, 93, 106, 0.22);
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	right: -9px;
	top: -9px;
	width: 24px;
}

.jbm-boutique-active #order_review .wcf-product-name {
	color: var(--jbm-ink);
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1.32;
}

.jbm-boutique-active #order_review .product-total,
.jbm-boutique-active #order_review tfoot td {
	color: var(--jbm-ink);
	font-weight: 900;
	text-align: right;
}

.jbm-boutique-active #order_review tfoot th {
	background: #fff;
	color: var(--jbm-muted);
}

.jbm-boutique-active #order_review .order-total th,
.jbm-boutique-active #order_review .order-total td {
	border-top: 1px solid rgba(17, 19, 18, 0.14);
	color: var(--jbm-ink);
	font-size: 1.08rem;
	padding-top: 18px;
}

.jbm-boutique-active #order_review .wcf-custom-coupon-field {
	align-items: stretch;
	display: grid !important;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.jbm-boutique-active #order_review .wcf-coupon-code-input {
	border: 1px solid rgba(17, 19, 18, 0.12);
	border-radius: 16px;
	min-height: 52px;
	padding: 0 14px;
}

.jbm-boutique-active #order_review .wcf-submit-coupon {
	background: var(--jbm-ink) !important;
	border-radius: 16px !important;
	color: #fff !important;
	min-height: 52px;
	padding: 0 20px;
}

.jbm-boutique-active #payment {
	background: linear-gradient(135deg, rgba(233, 245, 242, 0.72), rgba(255, 240, 239, 0.62)) !important;
	border: 1px solid rgba(17, 19, 18, 0.08) !important;
	border-radius: 22px !important;
	overflow: hidden !important;
}

.jbm-boutique-active #payment ul.payment_methods {
	border-bottom: 1px solid var(--jbm-line);
	padding: 18px;
}

.jbm-boutique-active #payment div.payment_box {
	background: rgba(255, 253, 248, 0.92);
	border-radius: 16px;
	color: var(--jbm-muted);
	font-weight: 650;
	line-height: 1.6;
	margin: 12px 0 0;
}

.jbm-boutique-active #payment div.payment_box::before {
	border-bottom-color: rgba(255, 253, 248, 0.92);
}

.jbm-boutique-active #payment .place-order {
	margin: 0;
	padding: 18px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce {
	padding-bottom: 64px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce-message {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin: 0 0 22px;
	padding: 14px 18px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce-message .button {
	background: var(--jbm-teal-dark);
	border: 0;
	border-radius: 999px;
	color: #fff;
	flex: 0 0 auto;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	min-height: 38px;
	padding: 10px 14px;
	text-transform: uppercase;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce-form-coupon-toggle {
	margin: 0 0 22px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	align-items: center;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-left: 0;
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(17, 19, 18, 0.06);
	display: flex;
	gap: 8px;
	justify-content: center;
	min-height: 52px;
	padding: 12px 18px;
	text-align: center;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
	background: var(--jbm-teal);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 8px;
	position: static;
	width: 8px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce-form-coupon-toggle a {
	color: var(--jbm-teal-dark);
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.jbm-boutique-active.woocommerce-checkout form.checkout {
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
	margin-bottom: 32px;
}

.jbm-boutique-active.woocommerce-checkout form.checkout > .woocommerce-NoticeGroup-checkout,
.jbm-boutique-active.woocommerce-checkout form.checkout > .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
	margin: 0;
	min-width: 0;
	width: 100%;
}

.jbm-boutique-active.woocommerce-checkout form.checkout > .woocommerce-NoticeGroup-checkout:empty,
.jbm-boutique-active.woocommerce-checkout form.checkout > .woocommerce-notices-wrapper:empty {
	display: none;
}

.jbm-boutique-active.woocommerce-checkout form.checkout > .woocommerce-NoticeGroup-checkout .woocommerce-error,
.jbm-boutique-active.woocommerce-checkout form.checkout > .woocommerce-notices-wrapper .woocommerce-error {
	margin: 0;
}

.jbm-boutique-active.woocommerce-checkout #customer_details {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(17, 19, 18, 0.09);
	border-radius: 24px;
	box-shadow: 0 24px 64px rgba(17, 19, 18, 0.07);
	margin: 0;
	padding: 26px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce-billing-fields h3,
.jbm-boutique-active.woocommerce-checkout .woocommerce-additional-fields h3 {
	border-bottom: 1px solid rgba(17, 19, 18, 0.1);
	color: var(--jbm-ink);
	font-size: 1.7rem;
	margin: 0 0 20px;
	padding-bottom: 16px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce form .form-row {
	margin: 0 0 15px;
	padding: 0;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce form .form-row label {
	color: rgba(17, 19, 18, 0.72);
	font-size: 0.69rem;
	letter-spacing: 0.08em;
	margin-bottom: 7px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce form .form-row input.input-text,
.jbm-boutique-active.woocommerce-checkout .woocommerce form .form-row textarea,
.jbm-boutique-active.woocommerce-checkout .woocommerce form .form-row select,
.jbm-boutique-active.woocommerce-checkout .select2-container .select2-selection--single {
	background: #fff;
	border: 1px solid rgba(17, 19, 18, 0.13);
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	color: var(--jbm-ink);
	min-height: 48px;
	padding: 12px 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.jbm-boutique-active.woocommerce-checkout .select2-container .select2-selection--single {
	align-items: center;
	display: flex;
}

.jbm-boutique-active.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--jbm-ink);
	line-height: 1.2;
	padding-left: 0;
}

.jbm-boutique-active.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 10px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
.jbm-boutique-active.woocommerce-checkout .woocommerce form .form-row textarea:focus,
.jbm-boutique-active.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
	border-color: var(--jbm-teal);
	box-shadow: 0 0 0 4px rgba(47, 166, 161, 0.12);
	outline: 0;
}

.jbm-boutique-active.woocommerce-checkout #billing_address_2_field {
	margin-top: -6px;
}

.jbm-boutique-active.woocommerce-checkout #ship-to-different-address {
	border-top: 1px solid rgba(17, 19, 18, 0.1);
	margin: 14px 0 16px;
	padding-top: 18px;
}

.jbm-boutique-active.woocommerce-checkout #ship-to-different-address label {
	align-items: center;
	color: var(--jbm-ink);
	display: flex;
	font-size: 0.98rem;
	gap: 10px;
	letter-spacing: 0;
	text-transform: none;
}

.jbm-boutique-active.woocommerce-checkout #order_review {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 255, 255, 0.98)),
		#fff;
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 24px;
	box-shadow: 0 28px 70px rgba(17, 19, 18, 0.1);
	padding: 24px !important;
	top: auto;
}

.jbm-boutique-active.woocommerce-checkout #order_review::before {
	color: var(--jbm-ink);
	content: "Order summary";
	font-size: 1.65rem;
	letter-spacing: 0;
	margin-bottom: 16px;
}

.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: block !important;
	margin: 0 0 16px;
	overflow: visible;
	table-layout: auto;
}

.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table thead {
	display: none;
}

.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tbody,
.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tfoot {
	display: block;
}

.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tr {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tbody tr.cart_item {
	background: #fff;
	border: 1px solid rgba(17, 19, 18, 0.08);
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(17, 19, 18, 0.06);
	margin: 0 0 12px;
	padding: 12px;
}

.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tfoot tr {
	border-top: 1px solid rgba(17, 19, 18, 0.1);
	padding: 13px 0;
}

.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tfoot tr:first-child {
	border-top: 0;
}

.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tfoot tr.woocommerce-shipping-totals {
	align-items: start;
	grid-template-columns: minmax(96px, 0.35fr) minmax(0, 1fr);
}

.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tfoot tr.woocommerce-shipping-totals th {
	white-space: nowrap;
	word-break: keep-all;
}

.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tfoot tr.woocommerce-shipping-totals td {
	min-width: 0;
	overflow-wrap: anywhere;
	white-space: normal;
}

.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table th,
.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table td {
	background: transparent !important;
	border: 0 !important;
	display: block;
	padding: 0 !important;
	width: auto;
}

.jbm-boutique-active.woocommerce-checkout #order_review .product-name {
	width: auto;
}

.jbm-boutique-active.woocommerce-checkout #order_review .product-total,
.jbm-boutique-active.woocommerce-checkout #order_review tfoot td {
	white-space: nowrap;
}

.jbm-boutique-active.woocommerce-checkout #order_review tfoot th {
	color: var(--jbm-muted);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jbm-boutique-active.woocommerce-checkout #order_review .order-total th,
.jbm-boutique-active.woocommerce-checkout #order_review .order-total td {
	border-top: 0;
	color: var(--jbm-ink);
	font-size: 1.18rem;
}

.jbm-checkout-item {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 58px minmax(0, 1fr);
}

.jbm-checkout-item__thumb {
	background: #fff;
	border: 1px solid rgba(17, 19, 18, 0.1);
	border-radius: 16px;
	box-shadow: 0 12px 24px rgba(17, 19, 18, 0.08);
	display: block;
	height: 58px;
	overflow: hidden;
	width: 58px;
}

.jbm-checkout-item__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jbm-checkout-item__name {
	color: var(--jbm-ink);
	display: block;
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.25;
}

.jbm-boutique-active.woocommerce-checkout #order_review .product-quantity {
	background: rgba(47, 166, 161, 0.12);
	border-radius: 999px;
	color: var(--jbm-teal-dark);
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	margin-top: 8px;
	padding: 4px 9px;
}

.jbm-boutique-active.woocommerce-checkout #payment {
	background: rgba(255, 255, 255, 0.78) !important;
	border: 1px solid rgba(17, 19, 18, 0.09) !important;
	border-radius: 20px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.jbm-boutique-active.woocommerce-checkout #payment ul.payment_methods {
	border: 0;
	padding: 14px;
}

.jbm-boutique-active.woocommerce-checkout #payment ul.payment_methods li {
	margin: 0;
}

.jbm-boutique-active.woocommerce-checkout #payment label {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(17, 19, 18, 0.09);
	border-radius: 16px;
	color: var(--jbm-ink);
	display: grid;
	font-size: 0.88rem;
	font-weight: 900;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	line-height: 1.35;
	margin: 0;
	padding: 13px 14px;
}

.jbm-boutique-active.woocommerce-checkout #payment label img {
	max-height: 24px;
	max-width: 78px;
}

.jbm-boutique-active.woocommerce-checkout #payment div.payment_box {
	background: rgba(233, 245, 242, 0.75);
	border: 1px solid rgba(47, 166, 161, 0.14);
	border-radius: 14px;
	font-size: 0.84rem;
	line-height: 1.5;
	margin: 10px 0 0;
	padding: 12px 14px;
}

.jbm-boutique-active.woocommerce-checkout #payment div.payment_box p {
	margin: 0;
}

.jbm-boutique-active.woocommerce-checkout #payment .place-order {
	border-top: 1px solid rgba(17, 19, 18, 0.08);
	padding: 14px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce-privacy-policy-text p {
	color: var(--jbm-muted);
	font-size: 0.76rem;
	font-weight: 650;
	line-height: 1.55;
	margin: 0 0 12px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row {
	margin: 0 0 12px;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce-form__label-for-checkbox {
	align-items: flex-start;
	background: #fff;
	border: 1px solid rgba(17, 19, 18, 0.09);
	border-radius: 14px;
	color: var(--jbm-ink);
	display: flex !important;
	font-size: 0.74rem !important;
	gap: 9px;
	letter-spacing: 0.02em !important;
	line-height: 1.45;
	padding: 11px 12px;
	text-transform: none !important;
}

.jbm-boutique-active.woocommerce-checkout .woocommerce-form__input-checkbox,
.jbm-boutique-active.woocommerce-checkout #terms {
	flex: 0 0 auto;
	height: 16px;
	margin: 2px 0 0;
	width: 16px;
}

.jbm-boutique-active.woocommerce-checkout #place_order {
	border-radius: 16px;
	box-shadow: 0 16px 30px rgba(240, 93, 106, 0.22);
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	min-height: 54px;
	text-transform: uppercase;
}

.jbm-boutique-active .woocommerce form .form-row label {
	color: var(--jbm-ink);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.jbm-boutique-active .woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	margin-bottom: 22px;
	width: 100%;
}

.jbm-boutique-active .woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jbm-boutique-active .woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.jbm-boutique-active .woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard,
.jbm-boutique-active .woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

.jbm-boutique-active .woocommerce-account .woocommerce-MyAccount-navigation a {
	background: #fff;
	border: 1px solid var(--jbm-line);
	border-radius: 999px;
	color: var(--jbm-teal-dark);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 12px 16px;
	text-transform: uppercase;
}

.jbm-boutique-active .woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.jbm-boutique-active .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: var(--jbm-teal-dark);
	color: #fff;
}

.jbm-boutique-active .woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	min-height: 280px;
	width: 100%;
}

.jbm-boutique-active .woocommerce-account .woocommerce-MyAccount-content p {
	color: var(--jbm-muted);
	font-weight: 650;
	line-height: 1.7;
}

.jbm-boutique-active .woocommerce-account .woocommerce-MyAccount-content a {
	color: var(--jbm-teal-dark);
	font-weight: 900;
}

@media (max-width: 1180px) {
	.jbm-boutique-active.woocommerce ul.products,
	.jbm-boutique-active.woocommerce-page ul.products,
	.jbm-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.jbm-shop-category-rail {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.jbm-shop-filter-form {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.jbm-shop-filter-form__actions {
		grid-column: 1 / -1;
		justify-self: end;
	}
}

@media (max-width: 1024px) {
	.jbm-section {
		padding: 78px 0;
	}

	.jbm-hero__grid,
	.jbm-page-hero__grid,
	.jbm-feature-split,
	.jbm-editorial,
	.jbm-story-grid,
	.jbm-about-origin__grid,
	.jbm-about-craft__grid,
	.jbm-about-close__panel,
	.jbm-contact-hero__grid,
	.jbm-contact-grid,
	.jbm-policy-layout,
	.jbm-site-footer__inner {
		gap: 48px;
		grid-template-columns: 1fr;
	}

	.jbm-policy-nav {
		position: static;
	}

	.jbm-site-footer__links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.jbm-hero {
		min-height: auto;
	}

	.jbm-hero__visual {
		min-height: 500px;
	}

	.jbm-about-hero__copy {
		max-width: 720px;
	}

	.jbm-about-hero__copy h1 {
		font-size: clamp(3.25rem, 8.4vw, 5.6rem);
		max-width: 720px;
	}

	.jbm-about-signal-row,
	.jbm-about-promise__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jbm-about-origin__stamp {
		min-height: 220px;
		width: min(100%, 420px);
	}

	.jbm-founder-card {
		justify-self: center;
		max-width: min(520px, 100%);
	}

	.jbm-trust-rail .jbm-shell,
	.jbm-shop-assurance {
		grid-template-columns: 1fr;
	}

	.jbm-shop-discovery__top {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.jbm-shop-discovery::before {
		height: 150px;
		opacity: 0.045;
		right: -48px;
		top: -24px;
		width: 245px;
	}

	.jbm-trust-rail .jbm-shell > div,
	.jbm-trust-rail .jbm-shell > div:last-child {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.jbm-category-grid,
	.jbm-promise-grid,
	.jbm-occasion-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jbm-boutique-active.woocommerce div.product {
		gap: 24px;
		grid-template-columns: 1fr;
		padding-top: 36px;
	}

	.jbm-boutique-active.woocommerce div.product div.images,
	.jbm-boutique-active.woocommerce div.product div.summary {
		position: static !important;
		top: auto;
	}

	.jbm-boutique-active form.checkout {
		grid-template-columns: 1fr;
	}

	.jbm-boutique-active #customer_details,
	.jbm-boutique-active #order_review_heading,
	.jbm-boutique-active #order_review {
		grid-column: auto;
		grid-row: auto;
	}

	.jbm-boutique-active #order_review {
		position: static;
	}
}

@media (max-width: 760px) {
	.jbm-boutique-active #masthead {
		border-radius: 24px;
		margin-top: 8px;
		top: 8px;
		width: calc(100% - 18px);
	}

	.jbm-boutique-active .ast-primary-header-bar .ast-container {
		box-sizing: border-box;
		max-width: none;
		padding-left: 9px;
		padding-right: 9px;
		width: 100%;
	}

	.jbm-boutique-active .ast-primary-header-bar {
		background: rgba(255, 253, 248, 0.86) !important;
		border-radius: 24px;
		box-shadow: 0 14px 34px rgba(17, 19, 18, 0.09);
		min-height: 58px;
	}

	.jbm-boutique-active .ast-primary-header-bar .ast-builder-grid-row {
		column-gap: 7px;
		grid-template-columns: 40px minmax(0, 1fr) auto !important;
		min-height: 58px;
		width: 100%;
	}

	.jbm-boutique-active #ast-mobile-header .site-header-primary-section-left,
	.jbm-boutique-active #ast-mobile-header .site-header-primary-section-center,
	.jbm-boutique-active #ast-mobile-header .site-header-primary-section-right {
		flex: 0 1 auto;
		min-width: 0;
	}

	.jbm-boutique-active #ast-mobile-header .site-header-primary-section-left {
		justify-content: flex-start;
	}

	.jbm-boutique-active #ast-mobile-header .site-header-primary-section-center {
		justify-content: center;
	}

	.jbm-boutique-active #ast-mobile-header .site-header-primary-section-right {
		align-items: center;
		align-self: center;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		gap: 6px;
		height: 40px;
		justify-content: flex-end;
		max-height: 40px;
		padding: 0;
	}

	.jbm-boutique-active .ast-site-header-cart .ast-woo-header-cart-info-wrap,
	.jbm-boutique-active .ast-site-header-cart .ast-woo-header-cart-total {
		display: none !important;
	}

	.jbm-boutique-active .ast-header-account-link,
	.jbm-boutique-active .jbm-mobile-account-link,
	.jbm-boutique-active .menu-toggle {
		min-height: 36px;
		width: 36px;
	}

	.jbm-boutique-active .cart-container {
		min-height: 36px;
		padding: 0;
		width: 36px;
	}

	.jbm-boutique-active #ast-mobile-header .jbm-mobile-account-link,
	.jbm-boutique-active #ast-mobile-header .cart-container {
		flex: 0 0 36px;
		height: 36px !important;
		max-width: 36px;
		min-height: 36px !important;
		width: 36px !important;
	}

	.jbm-boutique-active #ast-mobile-header .ast-header-woo-cart,
	.jbm-boutique-active #ast-mobile-header .ast-site-header-cart {
		flex: 0 0 auto;
		height: 36px;
		line-height: 0;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}

	.jbm-boutique-active .ast-icon-shopping-bag {
		background: transparent;
		box-shadow: none;
		height: 26px;
		width: 26px;
	}

	.jbm-boutique-active .ast-addon-cart-wrap {
		gap: 0;
	}

	.jbm-boutique-active #ast-mobile-header .menu-toggle {
		background: rgba(13, 79, 76, 0.08);
		border-color: rgba(13, 79, 76, 0.1);
		box-shadow: none;
	}

	.jbm-boutique-active #ast-mobile-header .jbm-mobile-account-link,
	.jbm-boutique-active #ast-mobile-header .cart-container {
		align-items: center;
		background: #fff;
		border: 1px solid rgba(13, 79, 76, 0.12);
		box-shadow: 0 8px 18px rgba(17, 19, 18, 0.06);
		display: inline-flex;
		justify-content: center;
		line-height: 0 !important;
	}

	.jbm-boutique-active #ast-mobile-header .cart-container {
		background: linear-gradient(135deg, var(--jbm-teal-dark), #0f6965);
		border-color: transparent;
		color: #fff !important;
	}

	.jbm-boutique-active #ast-mobile-header .cart-container svg,
	.jbm-boutique-active #ast-mobile-header .cart-container svg path {
		fill: #fff !important;
		stroke: #fff !important;
	}

	.jbm-boutique-active #ast-mobile-header .site-header-primary-section-right {
		gap: 6px;
	}

	.jbm-boutique-active .ast-site-header-cart i.astra-icon::after {
		right: -4px;
		top: -6px;
	}

	.jbm-boutique-active .ast-site-header-cart-data {
		border-radius: 22px;
		left: 12px;
		margin-top: 0;
		max-height: calc(100vh - 104px);
		min-width: 0;
		position: fixed;
		right: 12px;
		top: 88px;
		transform-origin: top right;
		width: auto;
	}

	.jbm-boutique-active .ast-site-header-cart-data::after {
		height: 4px;
		left: 20px;
		right: 20px;
	}

	.jbm-boutique-active .widget_shopping_cart_content {
		padding: 14px;
	}

	.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart {
		max-height: min(250px, calc(100vh - 330px));
	}

	.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item,
	.jbm-boutique-active .ast-site-header-cart .widget_shopping_cart .product_list_widget li.woocommerce-mini-cart-item {
		padding: 10px 38px 10px 10px !important;
	}

	.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item > a:not(.remove) {
		font-size: 0.84rem;
		gap: 10px;
		grid-template-columns: 58px minmax(0, 1fr);
		line-height: 1.22;
		min-height: 58px;
	}

	.jbm-boutique-active .widget_shopping_cart_content .jbm-mini-cart-title {
		-webkit-line-clamp: 2;
	}

	.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item img {
		border-radius: 11px;
		height: 58px !important;
		width: 58px !important;
	}

	.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity {
		font-size: 0.78rem;
		line-height: 1.3;
		margin: 4px 0 0 68px;
	}

	.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart-item a.remove {
		font-size: 0.86rem;
		height: 24px;
		right: 9px;
		top: 50%;
		transform: translateY(-50%);
		width: 24px;
	}

	.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart__total {
		font-size: 0.86rem;
		margin: 10px 0;
		padding: 11px 12px;
	}

	.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
		font-size: 1rem;
	}

	.jbm-boutique-active .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.jbm-boutique-active .ast-mini-cart-empty .button,
	.jbm-boutique-active .widget_shopping_cart_content .button {
		align-items: center;
		font-size: 0.68rem;
		letter-spacing: 0.08em;
		line-height: 1.15;
		min-height: 40px;
		padding: 10px 13px;
		text-align: center;
		text-decoration: none;
	}

	.jbm-boutique-active .widget_shopping_cart_content .button.wc-forward:not(.checkout) {
		background: #fff !important;
		border-color: var(--jbm-coral) !important;
		color: var(--jbm-coral) !important;
	}

	.jbm-boutique-active .widget_shopping_cart_content .button.checkout {
		background: var(--jbm-teal-dark) !important;
		border-color: var(--jbm-teal-dark) !important;
		color: #fff !important;
	}

	.jbm-boutique-active .site-logo-img:empty,
	.jbm-boutique-active .site-logo-img .custom-logo-link {
		height: 44px;
		width: min(178px, 47vw);
	}

	.jbm-boutique-active .site-logo-img:empty::before,
	.jbm-boutique-active .site-logo-img .custom-logo-link::before {
		display: none;
	}

	.jbm-boutique-active .site-logo-img:empty::after,
	.jbm-boutique-active .site-logo-img .custom-logo-link::after {
		height: 33px;
		left: 0;
		top: 6px;
		width: min(178px, 47vw);
	}

	.jbm-boutique-active #ast-mobile-popup.ast-mobile-popup-drawer .ast-mobile-popup-overlay {
		background: rgba(17, 19, 18, 0.46);
		backdrop-filter: blur(3px);
	}

	.jbm-boutique-active #ast-mobile-popup .ast-mobile-popup-inner {
		background:
			linear-gradient(180deg, #fffdf8, #fbf7ef);
		border-radius: 0 22px 22px 0;
		box-shadow: 18px 0 56px rgba(17, 19, 18, 0.16);
		padding: 14px 14px 18px;
		width: min(286px, calc(100vw - 72px));
	}

	.jbm-boutique-active #ast-mobile-popup .ast-mobile-popup-header {
		align-items: center;
		border-bottom: 1px solid rgba(17, 19, 18, 0.08);
		height: auto;
		justify-content: space-between;
		margin-bottom: 8px;
		min-height: 46px;
		padding: 0 0 10px;
	}

	.jbm-boutique-active #ast-mobile-popup .ast-mobile-popup-header::before {
		background: url("../images/jbm-logo-wordmark.png") left center / contain no-repeat;
		content: "";
		display: block;
		height: 30px;
		width: 164px;
	}

	.jbm-boutique-active #ast-mobile-popup #menu-toggle-close {
		align-items: center;
		background: rgba(13, 79, 76, 0.08);
		border: 1px solid rgba(13, 79, 76, 0.12);
		border-radius: 999px;
		box-shadow: none;
		color: var(--jbm-teal-dark);
		display: inline-flex;
		height: 36px;
		justify-content: center;
		line-height: 0 !important;
		margin: 0;
		overflow: hidden;
		padding: 0 !important;
		position: relative;
		width: 36px;
	}

	.jbm-boutique-active #ast-mobile-popup #menu-toggle-close .ast-svg-iconset,
	.jbm-boutique-active #ast-mobile-popup #menu-toggle-close .ahfb-svg-iconset {
		align-items: center;
		display: inline-flex !important;
		height: 100% !important;
		inset: 0;
		justify-content: center;
		line-height: 0 !important;
		position: absolute;
		width: 100% !important;
	}

	.jbm-boutique-active #ast-mobile-popup #menu-toggle-close svg {
		display: block;
		height: 18px !important;
		width: 18px !important;
	}

	.jbm-boutique-active #ast-mobile-popup .ast-mobile-popup-content,
	.jbm-boutique-active #ast-mobile-popup .ast-builder-menu-mobile,
	.jbm-boutique-active #ast-mobile-popup .main-header-bar-navigation,
	.jbm-boutique-active #ast-mobile-popup .main-navigation {
		width: 100%;
	}

	.jbm-boutique-active #ast-mobile-popup #ast-hf-mobile-menu {
		background: rgba(255, 255, 255, 0.74);
		border: 1px solid rgba(17, 19, 18, 0.09);
		border-radius: 18px;
		display: block;
		overflow: hidden;
		width: 100%;
	}

	.jbm-boutique-active #ast-mobile-popup #ast-hf-mobile-menu .menu-item {
		display: block;
		margin: 0;
		width: 100%;
	}

	.jbm-boutique-active #ast-mobile-popup #ast-hf-mobile-menu .menu-item + .menu-item {
		border-top: 1px solid rgba(17, 19, 18, 0.07);
	}

	.jbm-boutique-active #ast-mobile-popup #ast-hf-mobile-menu .menu-link {
		align-items: center;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none !important;
		color: var(--jbm-ink) !important;
		display: flex;
		font-size: 0.78rem;
		font-weight: 900;
		justify-content: space-between;
		letter-spacing: 0.1em;
		line-height: 1.1 !important;
		min-height: 46px !important;
		padding: 0 13px !important;
		width: 100%;
	}

	.jbm-boutique-active #ast-mobile-popup #ast-hf-mobile-menu .current-menu-item > .menu-link {
		background: rgba(13, 79, 76, 0.1);
		box-shadow: inset 3px 0 0 var(--jbm-teal-dark) !important;
		color: var(--jbm-teal-dark) !important;
	}

	.jbm-boutique-active #ast-mobile-popup #ast-hf-mobile-menu .menu-link::after {
		content: ">";
		font-weight: 900;
		opacity: 0.36;
	}

	.jbm-boutique-active #ast-mobile-popup #ast-hf-mobile-menu .jbm-mobile-shop-item.is-open > .menu-link {
		background: rgba(13, 79, 76, 0.1);
		color: var(--jbm-teal-dark) !important;
	}

	.jbm-boutique-active #ast-mobile-popup #ast-hf-mobile-menu .jbm-mobile-shop-item.is-open > .menu-link::after {
		content: "v";
		opacity: 0.48;
	}

	.jbm-mobile-shop-categories {
		background: rgba(13, 79, 76, 0.055);
		border-bottom: 1px solid rgba(13, 79, 76, 0.08);
		display: grid;
		gap: 7px;
		padding: 10px 12px 13px 18px;
	}

	.jbm-mobile-shop-categories[hidden] {
		display: none;
	}

	.jbm-mobile-shop-categories a {
		align-items: center;
		background: rgba(255, 255, 255, 0.8);
		border: 1px solid rgba(13, 79, 76, 0.12);
		border-radius: 999px;
		color: var(--jbm-teal-dark) !important;
		display: flex;
		font-size: 0.76rem;
		font-weight: 900;
		justify-content: space-between;
		line-height: 1.2;
		padding: 9px 11px;
		text-decoration: none !important;
	}

	.jbm-mobile-shop-categories a span {
		color: var(--jbm-muted);
		font-size: 0.68rem;
		font-weight: 900;
		margin-left: 12px;
	}

	.jbm-shell,
	.jbm-boutique-active.woocommerce-page #primary,
	.jbm-boutique-active.woocommerce #primary {
		width: min(100% - 32px, 1220px);
	}

	.jbm-shop-discovery {
		border-radius: 26px;
		margin-bottom: 20px;
		padding: 18px 14px 16px;
	}

	.jbm-shop-discovery::before {
		height: 150px;
		opacity: 0.04;
		right: -58px;
		top: -36px;
		width: 250px;
	}

	.jbm-shop-discovery__copy h2 {
		font-size: clamp(1.85rem, 9.2vw, 2.7rem);
		line-height: 0.98;
	}

	.jbm-shop-discovery__copy p:not(.jbm-kicker) {
		font-size: 0.92rem;
		line-height: 1.58;
		margin-top: 14px;
	}

	.jbm-shop-discovery__count {
		font-size: 0.68rem;
		margin-top: 14px;
		min-height: 32px;
		padding: 7px 12px;
	}

	.jbm-shop-search {
		border-radius: 20px;
		padding: 10px;
	}

	.jbm-shop-search__control {
		border-radius: 18px;
		display: grid;
		gap: 8px;
		padding: 8px;
	}

	.jbm-shop-search__control input {
		font-size: 0.92rem;
		min-height: 40px;
	}

	.jbm-shop-search__control button {
		min-height: 40px;
	}

	.jbm-shop-search__control input,
	.jbm-shop-search__control button {
		width: 100%;
	}

	.jbm-shop-category-rail {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		display: flex;
		gap: 10px;
		margin-left: -12px;
		margin-right: -12px;
		-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 34px), transparent 100%);
		mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 34px), transparent 100%);
		overflow-x: auto;
		overscroll-behavior-x: contain;
		padding: 2px 12px 12px;
		scroll-padding-left: 12px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.jbm-shop-category-rail::-webkit-scrollbar {
		display: none;
	}

	.jbm-shop-category-tile {
		border-radius: 20px;
		flex: 0 0 min(68vw, 260px);
		gap: 11px;
		grid-template-columns: 58px minmax(0, 1fr);
		min-height: 82px;
		padding: 10px;
		scroll-snap-align: start;
	}

	.jbm-shop-category-tile__image {
		border-radius: 16px;
		height: 58px;
		width: 58px;
	}

	.jbm-shop-category-tile__label strong {
		font-size: 0.88rem;
		line-height: 1.2;
	}

	.jbm-shop-category-tile__label em {
		font-size: 0.72rem;
		margin-top: 4px;
	}

	.jbm-shop-filter-panel summary {
		align-items: center;
		border-radius: 18px;
		display: flex;
		gap: 10px;
		justify-content: space-between;
		min-height: 0;
		padding: 13px 14px;
	}

	.jbm-shop-filter-panel summary span {
		font-size: 1rem;
	}

	.jbm-shop-filter-panel summary em {
		font-size: 0.62rem;
		padding: 7px 9px;
		text-align: right;
	}

	.jbm-shop-filter-form {
		gap: 12px;
		grid-template-columns: 1fr;
		padding: 12px 14px 14px;
	}

	.jbm-shop-filter-form__types,
	.jbm-shop-filter-form__price,
	.jbm-shop-filter-form__side,
	.jbm-shop-filter-form__actions {
		grid-column: 1 / -1;
	}

	.jbm-shop-filter-form label {
		gap: 6px;
	}

	.jbm-shop-filter-form label > span,
	.jbm-shop-filter-form__check span {
		font-size: 0.66rem !important;
		line-height: 1.25 !important;
		white-space: normal;
	}

	.jbm-shop-filter-form select {
		border-radius: 14px !important;
		font-size: 0.86rem;
		min-height: 44px;
		padding: 9px 11px !important;
	}

	.jbm-shop-filter-form__types {
		gap: 8px;
	}

	.jbm-filter-chip-row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.jbm-filter-chip span {
		justify-content: center;
		font-size: 0.72rem;
		line-height: 1.18;
		min-height: 32px;
		padding: 7px 10px;
		text-align: center;
		white-space: normal;
		width: 100%;
	}

	.jbm-shop-filter-form__price {
		border-radius: 18px;
		gap: 10px;
		padding: 12px;
		width: 100%;
	}

	.jbm-price-range__head {
		align-items: center;
		gap: 8px;
	}

	.jbm-price-range__head output {
		font-size: 0.74rem;
		text-align: right;
	}

	.jbm-price-range__values {
		gap: 8px;
	}

	.jbm-price-range__values span {
		border-radius: 12px;
		padding: 7px 9px;
	}

	.jbm-price-range__values strong {
		font-size: 0.84rem;
	}

	.jbm-price-range__slider {
		height: 34px;
	}

	.jbm-price-range__rail,
	.jbm-price-range__fill {
		height: 4px;
	}

	.jbm-price-range__handle {
		height: 16px;
		width: 16px;
	}

	.jbm-price-range__slider input[type="range"] {
		height: 34px;
	}

	.jbm-price-range__slider input[type="range"]::-webkit-slider-runnable-track,
	.jbm-price-range__slider input[type="range"]::-moz-range-track {
		height: 34px;
	}

	.jbm-price-range__slider input[type="range"]::-webkit-slider-thumb {
		height: 34px;
		margin-top: 0;
		width: 34px;
	}

	.jbm-price-range__slider input[type="range"]::-moz-range-thumb {
		height: 34px;
		width: 34px;
	}

	.jbm-shop-filter-form__check {
		align-items: center;
		border-radius: 16px;
		gap: 10px !important;
		min-height: 58px;
		padding: 10px 12px;
		width: 100%;
	}

	.jbm-shop-filter-form__check input {
		flex: 0 0 42px;
		height: 24px;
		width: 42px;
	}

	.jbm-shop-filter-form__check input:checked::after {
		left: 21px;
	}

	.jbm-shop-filter-form__check strong {
		font-size: 0.8rem;
	}

	.jbm-shop-filter-form__check em {
		font-size: 0.63rem;
	}

	.jbm-shop-filter-form__side {
		background: transparent;
		border: 0;
		gap: 12px;
		padding: 0;
	}

	.jbm-shop-filter-form__actions {
		display: flex;
		gap: 10px;
		justify-content: space-between;
		justify-self: stretch;
		margin-top: 0;
	}

	.jbm-shop-filter-form__actions .jbm-button {
		font-size: 0.68rem;
		min-height: 40px;
		min-width: 128px;
		padding: 10px 14px;
		width: auto;
	}

	.jbm-shop-filter-form__actions .jbm-text-link {
		align-self: center;
		font-size: 0.82rem;
		justify-self: end;
		white-space: nowrap;
	}

	.jbm-shop-filter-form__actions .jbm-text-link::after {
		bottom: -3px;
	}

	.jbm-shop-active-filters {
		align-items: flex-start;
		display: flex;
		gap: 8px;
	}

	.jbm-boutique-active.woocommerce-page .woocommerce-result-count,
	.jbm-boutique-active.woocommerce-page .woocommerce-ordering,
	.jbm-boutique-active.woocommerce .woocommerce-result-count,
	.jbm-boutique-active.woocommerce .woocommerce-ordering {
		float: none;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-page .woocommerce-result-count,
	.jbm-boutique-active.woocommerce .woocommerce-result-count {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.jbm-boutique-active.woocommerce-page .woocommerce-ordering select {
		width: 100%;
	}

	.jbm-section {
		padding: 62px 0;
	}

	.jbm-hero,
	.jbm-page-hero {
		padding: 50px 0 48px;
	}

	.jbm-hero h1 {
		font-size: clamp(2.05rem, 10.2vw, 3rem);
		line-height: 0.96;
	}

	.jbm-about-hero {
		background:
			radial-gradient(circle at 80% 4%, rgba(240, 93, 106, 0.12), transparent 34%),
			linear-gradient(145deg, #f7f7f2 0%, #fff4f0 100%);
		padding-bottom: 62px;
		padding-top: 74px;
	}

	.jbm-about-hero::before {
		height: 190px;
		left: -70px;
		opacity: 0.045;
		top: 28px;
		width: 285px;
	}

	.jbm-about-hero__grid {
		gap: 34px;
	}

	.jbm-about-hero__copy h1 {
		font-size: clamp(2.35rem, 10vw, 3.1rem);
		line-height: 0.96;
		max-width: 100%;
		text-wrap: balance;
	}

	.jbm-about-hero__lead {
		font-size: 0.98rem !important;
		line-height: 1.68;
	}

	.jbm-about-founder-note {
		border-radius: 20px;
		margin-top: 20px;
		padding: 16px;
	}

	.jbm-about-founder-note strong {
		font-size: 1.45rem;
	}

	.jbm-about-founder-note em {
		font-size: 0.82rem;
	}

	.jbm-about-signal-row,
	.jbm-about-promise__grid {
		grid-template-columns: 1fr;
	}

	.jbm-about-signal-row {
		gap: 10px;
		margin-top: 24px;
	}

	.jbm-about-signal-row span {
		min-height: 0;
		padding: 16px;
	}

	.jbm-about-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 24px;
	}

	.jbm-about-origin__grid,
	.jbm-about-craft__grid,
	.jbm-about-close__panel {
		gap: 28px;
	}

	.jbm-about-origin__stamp {
		border-radius: 26px;
		min-height: 190px;
		padding: 24px;
		width: 100%;
	}

	.jbm-about-origin__stamp strong {
		font-size: clamp(2.8rem, 14vw, 4.2rem);
	}

	.jbm-about-origin__copy h2,
	.jbm-about-craft__copy h2,
	.jbm-about-close__panel h2,
	.jbm-about-promise .jbm-section-heading h2 {
		font-size: clamp(2.05rem, 9.5vw, 3rem);
		line-height: 0.98;
	}

	.jbm-about-promise .jbm-section-heading--row {
		align-items: start;
		display: grid;
		gap: 18px;
	}

	.jbm-about-promise .jbm-section-heading--row p:not(.jbm-kicker) {
		max-width: 100%;
	}

	.jbm-about-promise-card {
		border-radius: 24px;
		min-height: 0;
		padding: 24px;
	}

	.jbm-about-promise-card h3 {
		margin-top: 26px;
	}

	.jbm-about-craft-card {
		border-radius: 22px;
		padding: 20px;
	}

	.jbm-about-close__panel {
		border-radius: 28px;
		padding: 24px;
	}

	.jbm-hero__lead,
	.jbm-page-hero p:not(.jbm-kicker) {
		font-size: 0.98rem;
	}

	.jbm-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.jbm-button {
		width: 100%;
	}

	.jbm-stat-row {
		grid-template-columns: 1fr;
	}

	.jbm-hero__visual {
		aspect-ratio: auto;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 260px 190px;
		min-height: 0;
	}

	.jbm-hero__visual::before {
		border-radius: 22px;
		inset: 34px -8px 24px 28px;
	}

	.jbm-hero__mark {
		bottom: 24px;
		left: auto;
		opacity: 0.18;
		right: -16px;
		width: 190px;
	}

	.jbm-hero__seal {
		gap: 3px;
		height: 98px;
		padding: 17px 12px;
		right: 6px;
		top: 224px;
		width: 98px;
	}

	.jbm-hero__seal span {
		font-size: 0.52rem;
		letter-spacing: 0.06em;
	}

	.jbm-hero__seal strong {
		font-size: 0.98rem;
		max-width: 58px;
	}

	.jbm-hero__tile,
	.jbm-mini-gallery__item {
		border-width: 6px;
		border-radius: 22px;
	}

	.jbm-founder-card {
		max-width: min(420px, 100%);
	}

	.jbm-founder-card__stage {
		border-radius: 28px;
		padding: 8px;
		transform: none;
	}

	.jbm-founder-card__stage::before,
	.jbm-founder-card__shine {
		inset: 8px;
	}

	.jbm-founder-card__stage::after {
		height: 92px;
		opacity: 0.11;
		right: -8px;
		top: 8px;
		width: 138px;
	}

	.jbm-founder-card img {
		border-radius: 22px;
	}

	.jbm-hero__tile--1 {
		grid-column: 1 / 3;
		grid-row: auto;
	}

	.jbm-hero__tile--2 {
		margin-top: 0;
	}

	.jbm-section-heading--row {
		align-items: stretch;
		display: grid;
	}

	.jbm-category-grid,
	.jbm-product-grid,
	.jbm-promise-grid,
	.jbm-occasion-grid,
	.jbm-boutique-active.woocommerce ul.products,
	.jbm-boutique-active.woocommerce-page ul.products {
		grid-template-columns: 1fr;
	}

	.jbm-category-card {
		aspect-ratio: 1.22;
	}

	.jbm-instagram-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jbm-instagram-tile--large {
		grid-column: span 2;
		grid-row: span 1;
	}

	.jbm-contact-hero {
		padding: 52px 0 46px;
	}

	.jbm-contact-hero__grid {
		gap: 34px;
	}

	.jbm-contact-hero__copy h1 {
		font-size: clamp(2.35rem, 12.4vw, 3.7rem);
		line-height: 0.94;
	}

	.jbm-contact-hero__copy p:not(.jbm-kicker) {
		font-size: 0.98rem;
		line-height: 1.68;
	}

	.jbm-contact-hero__actions,
	.jbm-contact-fallback,
	.jbm-contact-shortcuts {
		display: grid;
		width: 100%;
	}

	.jbm-contact-hero__actions .jbm-button,
	.jbm-contact-fallback .jbm-button,
	.jbm-contact-shortcuts a {
		width: 100%;
	}

	.jbm-contact-promise-row {
		display: none;
	}

	.jbm-contact-panel {
		border-radius: 24px;
		padding: 22px;
	}

	.jbm-contact-panel__mark {
		right: -44px;
		top: -20px;
		width: 170px;
	}

	.jbm-contact-panel__heading h2 {
		font-size: 2rem;
	}

	.jbm-contact-method {
		border-radius: 16px;
		gap: 12px;
		grid-template-columns: 40px minmax(0, 1fr);
		padding: 12px;
	}

	.jbm-contact-method__icon {
		height: 40px;
		width: 40px;
	}

	.jbm-contact-care-grid div,
	.jbm-form-wrap--contact {
		border-radius: 20px;
	}

	.jbm-form-wrap--contact {
		padding: 22px;
	}

	.jbm-form-wrap__heading h3 {
		font-size: 2.1rem;
	}

	.jbm-contact-panel,
	.jbm-form-wrap,
	.jbm-policy-summary,
	.jbm-policy-nav,
	.jbm-policy-section,
	.jbm-site-footer,
	.jbm-flow-hero,
	.jbm-boutique-active .woocommerce-cart-form,
	.jbm-boutique-active .cart-collaterals .cart_totals,
	.jbm-boutique-active .woocommerce-checkout #customer_details,
	.jbm-boutique-active .woocommerce-checkout-review-order,
	.jbm-boutique-active .woocommerce-MyAccount-content,
	.jbm-boutique-active .woocommerce form.login,
	.jbm-boutique-active .woocommerce form.register,
	.jbm-boutique-active .woocommerce form.checkout_coupon {
		border-radius: 22px;
		padding: 20px;
	}

	.jbm-boutique-active.woocommerce-page .woocommerce-products-header,
	.jbm-boutique-active.woocommerce .woocommerce-products-header {
		padding: 44px 16px 46px;
	}

	.jbm-boutique-active.woocommerce div.product {
		padding: 28px 16px 64px;
	}

	.jbm-boutique-active.woocommerce div.product div.images {
		border-radius: 22px;
		padding: 10px;
	}

	.jbm-boutique-active.woocommerce div.product div.images img {
		border-radius: 16px;
	}

	.jbm-boutique-active.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
		right: 20px;
		top: 20px;
	}

	.jbm-boutique-active.woocommerce div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.jbm-boutique-active.woocommerce div.product div.summary {
		border-radius: 22px;
		padding: 22px;
	}

	.jbm-boutique-active.woocommerce div.product .product_title {
		font-size: clamp(1.74rem, 8.6vw, 2.42rem);
		line-height: 1.02;
	}

	.jbm-boutique-active.woocommerce div.product form.cart,
	.jbm-boutique-active.woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
	.jbm-product-purchase-notes {
		grid-template-columns: 1fr;
	}

	.jbm-boutique-active.woocommerce div.product form.cart .button {
		min-height: 54px;
	}

	.jbm-boutique-active.woocommerce div.product .woocommerce-tabs {
		border-radius: 22px;
		margin-top: 6px;
		padding: 20px;
	}

	.jbm-boutique-active.woocommerce div.product .woocommerce-tabs ul.tabs {
		display: grid;
		gap: 8px;
	}

	.jbm-boutique-active.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		background: var(--jbm-porcelain);
		border: 1px solid var(--jbm-line);
		border-radius: 999px;
		display: block;
		padding: 11px 14px;
		text-align: center;
	}

	.jbm-boutique-active.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		background: var(--jbm-teal-dark);
		border-color: var(--jbm-teal-dark);
		color: #fff;
	}

	.jbm-site-footer {
		border-radius: 0;
		padding: 38px 0 20px;
	}

	.jbm-site-footer__links {
		grid-template-columns: 1fr;
	}

	.jbm-site-footer__bottom {
		display: grid;
	}

	.jbm-flow-hero {
		grid-template-columns: 1fr;
		margin-top: 42px;
		padding: 28px 20px;
	}

	.jbm-flow-hero h1 {
		font-size: clamp(2.05rem, 10vw, 3rem);
		line-height: 0.98;
	}

	.jbm-flow-hero p:not(.jbm-kicker) {
		font-size: 0.96rem;
		line-height: 1.62;
	}

	.jbm-flow-hero__badges {
		gap: 10px;
	}

	.jbm-flow-hero__badges span {
		min-height: 48px;
		padding: 14px 16px;
	}

	.jbm-occasion-card {
		min-height: 180px;
		padding: 22px;
	}

	.jbm-occasion-card strong {
		font-size: clamp(1.85rem, 11vw, 2.55rem);
		line-height: 1;
	}

	.jbm-cta .jbm-hero__actions {
		display: grid;
		gap: 12px;
		width: 100%;
	}

	.jbm-cta .jbm-button {
		min-width: 0;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-cart .woocommerce {
		max-width: min(100% - 24px, 520px);
	}

	.jbm-boutique-active.woocommerce-cart .woocommerce-message {
		display: grid;
		gap: 12px;
	}

	.jbm-boutique-active.woocommerce-cart .woocommerce-message .button {
		float: none;
		justify-self: start;
		order: 2;
	}

	.jbm-boutique-active.woocommerce-cart .woocommerce-cart-form {
		background: transparent;
		border: 0;
		box-shadow: none;
		padding: 0;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table,
	.jbm-boutique-active.woocommerce-cart table.cart.shop_table tbody {
		display: grid;
		gap: 14px;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table {
		background: transparent;
		border: 0;
		border-spacing: 0;
		margin: 0;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table thead {
		display: none !important;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table tr.cart_item {
		background: #fff;
		border: 1px solid rgba(17, 19, 18, 0.1);
		border-radius: 24px;
		box-shadow: 0 16px 38px rgba(13, 79, 76, 0.08);
		display: grid !important;
		gap: 8px 14px;
		grid-template-columns: 84px minmax(0, 1fr);
		overflow: hidden;
		padding: 16px;
		position: relative;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table tr.cart_item td {
		background: transparent;
		border: 0 !important;
		border-radius: 0 !important;
		display: block !important;
		padding: 0 !important;
		text-align: left !important;
		width: auto !important;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table tr.cart_item td::before {
		content: none !important;
		display: none !important;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-remove {
		position: absolute;
		right: 12px;
		top: 12px;
		width: auto;
		z-index: 2;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-remove a.remove {
		font-size: 1.08rem;
		height: 32px;
		width: 32px;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-thumbnail {
		align-self: start;
		grid-column: 1;
		grid-row: 1 / span 3;
		width: auto;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-thumbnail img {
		border-radius: 18px;
		height: 84px;
		width: 84px;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-name {
		grid-column: 2;
		padding-right: 36px !important;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-name a {
		font-size: 0.98rem;
		max-width: 100%;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-price {
		color: var(--jbm-coral);
		grid-column: 2;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-quantity {
		grid-column: 2;
		margin-top: 2px;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-quantity .quantity {
		justify-content: flex-start;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-quantity .qty {
		height: 40px;
		min-height: 40px;
		width: 72px;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table .product-subtotal {
		align-items: center;
		border-top: 1px dashed rgba(13, 79, 76, 0.18) !important;
		grid-column: 1 / -1;
		grid-template-columns: minmax(0, 1fr) auto;
		justify-content: space-between;
		margin-top: 10px;
		padding-top: 12px !important;
		text-align: right !important;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table tr.cart_item td.product-subtotal {
		text-align: right !important;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table tr.cart_item td.product-subtotal::before {
		color: var(--jbm-muted);
		content: "Subtotal" !important;
		display: block !important;
		float: left;
		font-size: 0.74rem;
		font-weight: 900;
		letter-spacing: 0.08em;
		margin-right: 12px;
		text-transform: uppercase;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table tr.cart_item td.product-subtotal .woocommerce-Price-amount {
		margin-left: auto;
		text-align: right;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table tr:last-child {
		display: block !important;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions {
		background: #fff;
		border: 1px solid rgba(17, 19, 18, 0.1) !important;
		border-radius: 22px !important;
		box-shadow: 0 16px 38px rgba(13, 79, 76, 0.08);
		display: grid !important;
		gap: 10px;
		grid-template-columns: minmax(0, 1fr);
		margin-top: 2px;
		padding: 12px !important;
		width: 100% !important;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions::before {
		content: none;
		display: none;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .coupon {
		background: linear-gradient(135deg, rgba(239, 248, 246, 0.96), rgba(255, 249, 247, 0.96));
		border: 1px solid rgba(13, 79, 76, 0.1);
		border-radius: 18px;
		display: grid !important;
		float: none !important;
		gap: 10px;
		grid-template-columns: minmax(0, 1fr);
		padding: 14px;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .coupon label.screen-reader-text {
		color: var(--jbm-ink);
		font-family: "Fraunces", Georgia, serif;
		font-size: 1.2rem;
		font-weight: 650;
		letter-spacing: 0;
		line-height: 1.1;
		text-transform: none;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .coupon .input-text {
		height: 50px;
		margin: 0 !important;
		width: 100% !important;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .coupon .button {
		min-width: 0;
		width: 100% !important;
	}

	.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .button,
	.jbm-boutique-active.woocommerce-cart table.cart.shop_table td.actions .button[name="update_cart"] {
		float: none;
		margin: 0 !important;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-cart .cart-collaterals {
		display: block;
		margin-top: 18px;
	}

	.jbm-boutique-active.woocommerce-cart .cart-collaterals .cart_totals {
		border-radius: 24px;
		padding: 18px;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-cart .cart-collaterals .cart_totals h2 {
		font-size: 1.55rem;
		line-height: 1.1;
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table,
	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table tbody {
		display: block;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table tr {
		align-items: start;
		border-bottom: 1px solid rgba(17, 19, 18, 0.1);
		display: grid !important;
		gap: 12px;
		grid-template-columns: minmax(104px, 0.42fr) minmax(0, 0.58fr);
		padding: 13px 0;
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table tr:last-child {
		border-bottom: 0;
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table th,
	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table td {
		border: 0 !important;
		display: block !important;
		padding: 0 !important;
		width: 100% !important;
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table td::before {
		content: none !important;
		display: none !important;
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table td {
		min-width: 0;
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals {
		gap: 12px;
		grid-template-columns: minmax(0, 1fr);
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table tr.cart-discount {
		gap: 7px;
		grid-template-columns: minmax(0, 1fr);
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table tr.cart-discount td {
		text-align: left;
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals th,
	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals td {
		text-align: left;
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals .order-total th,
	.jbm-boutique-active.woocommerce-cart .cart_totals .order-total td {
		font-size: 1rem;
	}

	.jbm-boutique-active.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		font-size: 0.78rem;
		max-width: 280px;
		min-height: 46px;
		padding: 10px 16px;
	}

	.jbm-boutique-active .coupon {
		display: grid;
	}

	.jbm-boutique-active .coupon .input-text,
	.jbm-boutique-active .coupon .button {
		width: 100%;
	}

	.jbm-boutique-active .cart-empty {
		font-size: 1.18rem;
		padding: 22px;
		text-align: center;
	}

	.jbm-boutique-active .return-to-shop .button {
		width: 100%;
	}

	.jbm-boutique-active.cartflows-instant-checkout .main-header--wrapper {
		justify-content: center;
		min-height: 62px;
		padding: 0 20px;
	}

	.jbm-boutique-active.cartflows-instant-checkout .main-header--title {
		font-size: 1.05rem;
		font-weight: 900;
		text-align: center;
		white-space: nowrap;
		width: 100%;
	}

	.jbm-boutique-active.cartflows-instant-checkout .cartflows-checkout-main-wrapper {
		padding-top: 0;
	}

	.jbm-boutique-active .wcf-order-review-toggle {
		background: #fffdf8 !important;
		border: 1px solid rgba(17, 19, 18, 0.1);
		border-radius: 22px;
		box-shadow: var(--jbm-soft-shadow);
		margin: 0 auto 20px;
		min-height: 68px;
		padding: 14px 16px;
		width: min(100% - 32px, 360px);
	}

	.jbm-boutique-active .wcf-order-review-toggle-text {
		color: var(--jbm-teal-dark);
		font-size: 0.74rem;
		font-weight: 900;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.jbm-boutique-active .wcf-order-review-total {
		color: var(--jbm-ink);
		font-size: 1.25rem;
		font-weight: 900;
	}

	.jbm-boutique-active.woocommerce-checkout .woocommerce-notices-wrapper,
	.jbm-boutique-active.cartflows-instant-checkout .woocommerce-notices-wrapper {
		clear: both;
		display: block;
		margin: 0 auto;
		max-width: 360px;
		width: calc(100% - 32px);
	}

	.jbm-boutique-active.woocommerce-checkout .woocommerce-message,
	.jbm-boutique-active.cartflows-instant-checkout .woocommerce-message,
	.jbm-boutique-active form.checkout .woocommerce-message {
		box-sizing: border-box;
		clear: both;
		display: block;
		float: none !important;
		margin: 0 auto 18px !important;
		max-width: 360px;
		position: relative;
		width: 100%;
	}

	.jbm-boutique-active form.checkout {
		display: grid !important;
		gap: 20px;
		margin: 0 auto;
		width: min(100% - 32px, 360px);
	}

	.jbm-boutique-active .wcf-instant-checkout-wrapper {
		display: grid !important;
		gap: 20px;
	}

	.jbm-boutique-active .wcf-ic-layout-right-column {
		order: 1;
	}

	.jbm-boutique-active .wcf-customer-info-main-wrapper {
		order: 2;
	}

	.jbm-boutique-active form.checkout > .woocommerce-message {
		grid-column: 1 / -1;
		order: 1;
	}

	.jbm-boutique-active form.checkout > .wcf-order-wrap {
		order: 2;
		position: static !important;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-checkout .woocommerce-checkout-review-order,
	.jbm-boutique-active.woocommerce-checkout #customer_details,
	.jbm-boutique-active.woocommerce-checkout #order_review,
	.jbm-boutique-active.woocommerce-checkout .wcf-order-wrap,
	.jbm-boutique-active.woocommerce-checkout .wcf-ic-layout-right-column,
	.jbm-boutique-active.woocommerce-checkout .wcf-customer-info-main-wrapper,
	.jbm-boutique-active.woocommerce-checkout .wcf-instant-checkout-wrapper {
		box-sizing: border-box;
		clear: both;
		float: none !important;
		max-width: 100%;
		min-width: 0;
		width: 100% !important;
	}

	.jbm-boutique-active form.checkout > #customer_details {
		order: 3;
	}

	.jbm-boutique-active #customer_details,
	.jbm-boutique-active #order_review {
		border-radius: 24px;
		padding: 22px !important;
	}

	.jbm-boutique-active #order_review {
		position: static;
		top: auto;
	}

	.jbm-boutique-active #order_review::before {
		font-size: 1.85rem;
		margin-bottom: 16px;
	}

	.jbm-boutique-active #order_review table.shop_table {
		border-radius: 18px;
		display: table !important;
	}

	.jbm-boutique-active #order_review table.shop_table th,
	.jbm-boutique-active #order_review table.shop_table td {
		padding: 12px 10px;
	}

	.jbm-boutique-active #order_review .product-name {
		width: 64%;
	}

	.jbm-boutique-active #order_review .wcf-product-thumbnail {
		flex-basis: 46px;
		height: 46px;
		width: 46px;
	}

	.jbm-boutique-active #order_review .wcf-product-name {
		font-size: 0.86rem;
	}

	.jbm-boutique-active #order_review .wcf-custom-coupon-field {
		grid-template-columns: 1fr;
	}

	.jbm-boutique-active #payment .place-order,
	.jbm-boutique-active #payment ul.payment_methods {
		padding: 16px;
	}

	.jbm-checkout-brief {
		gap: 16px;
		grid-template-columns: 1fr;
		margin: 28px 0 18px;
		padding: 20px;
	}

	.jbm-checkout-brief::before {
		right: 18px;
		top: -20px;
		width: min(46vw, 170px);
	}

	.jbm-boutique-active.woocommerce-checkout #customer_details,
	.jbm-boutique-active.woocommerce-checkout #order_review {
		--jbm-feather-card-right: 18px;
		--jbm-feather-card-size: 140px;
	}

	.jbm-checkout-brief h1 {
		font-size: clamp(1.86rem, 8.4vw, 2.35rem);
		line-height: 1;
	}

	.jbm-checkout-brief p:not(.jbm-kicker) {
		font-size: 0.9rem;
		line-height: 1.5;
		margin-top: 8px;
	}

	.jbm-checkout-steps {
		border-radius: 18px;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 6px;
	}

	.jbm-checkout-steps li {
		align-items: center;
		display: grid;
		font-size: 0.62rem;
		gap: 5px;
		justify-items: center;
		letter-spacing: 0.04em;
		min-height: 56px;
		padding: 6px 4px;
		text-align: center;
	}

	.jbm-boutique-active.woocommerce-checkout .woocommerce-form-coupon-toggle {
		margin-bottom: 16px;
	}

	.jbm-boutique-active.woocommerce-checkout .woocommerce-message {
		align-items: start;
		display: grid;
		gap: 10px;
		margin-bottom: 16px;
		max-width: 100%;
		padding: 13px 14px;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-checkout .woocommerce-message .button {
		justify-content: center;
		min-height: 36px;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
		align-items: flex-start;
		display: grid;
		font-size: 0.82rem;
		gap: 4px;
		justify-items: center;
		line-height: 1.35;
		padding: 13px 14px;
	}

	.jbm-boutique-active.woocommerce-checkout form.checkout {
		gap: 18px;
		grid-template-columns: minmax(0, 1fr) !important;
		margin: 0;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-checkout form.checkout > #customer_details {
		order: 1;
	}

	.jbm-boutique-active.woocommerce-checkout #order_review {
		order: 2;
		position: static;
		top: auto;
	}

	.jbm-boutique-active.woocommerce-checkout #customer_details,
	.jbm-boutique-active.woocommerce-checkout #order_review {
		border-radius: 20px;
		padding: 18px !important;
	}

	.jbm-boutique-active.woocommerce-checkout .woocommerce-billing-fields h3,
	.jbm-boutique-active.woocommerce-checkout .woocommerce-additional-fields h3 {
		font-size: 1.42rem;
		margin-bottom: 16px;
		padding-bottom: 13px;
	}

	.jbm-boutique-active.woocommerce-checkout .woocommerce form .form-row-first,
	.jbm-boutique-active.woocommerce-checkout .woocommerce form .form-row-last {
		float: none;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-checkout #order_review::before {
		font-size: 1.42rem;
		margin-bottom: 13px;
	}

	.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tbody tr.cart_item {
		gap: 10px;
		padding: 10px;
	}

	.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tfoot tr.woocommerce-shipping-totals {
		gap: 8px;
		grid-template-columns: minmax(0, 1fr);
	}

	.jbm-boutique-active.woocommerce-checkout #order_review table.shop_table tfoot tr.woocommerce-shipping-totals td {
		text-align: left;
	}

	.jbm-checkout-item {
		gap: 10px;
		grid-template-columns: 50px minmax(0, 1fr);
	}

	.jbm-checkout-item__thumb {
		border-radius: 14px;
		height: 50px;
		width: 50px;
	}

	.jbm-checkout-item__name {
		font-size: 0.84rem;
	}

	.jbm-boutique-active.woocommerce-checkout #payment ul.payment_methods,
	.jbm-boutique-active.woocommerce-checkout #payment .place-order {
		padding: 12px;
	}

	.jbm-boutique-active.woocommerce-checkout #payment label {
		font-size: 0.8rem;
		gap: 8px;
		padding: 12px;
	}

	.jbm-boutique-active.woocommerce-checkout #payment label img {
		max-width: 66px;
	}

	.jbm-boutique-active.woocommerce-checkout .woocommerce-privacy-policy-text p {
		font-size: 0.72rem;
	}

	.jbm-boutique-active.woocommerce-checkout .woocommerce-form__label-for-checkbox {
		font-size: 0.7rem !important;
	}
}

/* Customer account orders */
.jbm-boutique-active.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-orders-table),
.jbm-boutique-active.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-order-details) {
	--jbm-feather-card-opacity: 0.045;
	padding: 30px;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table {
	background: transparent;
	border: 0;
	border-collapse: separate;
	border-radius: 0;
	border-spacing: 0 10px;
	overflow: visible;
	table-layout: auto;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table thead th {
	background: transparent;
	border: 0;
	color: var(--jbm-muted);
	font-size: 0.7rem;
	letter-spacing: 0.1em;
	padding: 0 14px 8px;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody tr {
	filter: drop-shadow(0 8px 16px rgba(16, 44, 43, 0.055));
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody td,
.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody th {
	background: rgba(248, 251, 250, 0.96);
	border-bottom: 1px solid rgba(31, 85, 82, 0.13);
	border-top: 1px solid rgba(31, 85, 82, 0.13);
	color: var(--jbm-graphite);
	font-size: 0.88rem;
	line-height: 1.45;
	padding: 15px 14px;
	vertical-align: middle;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody td:first-child,
.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody th:first-child {
	border-left: 1px solid rgba(31, 85, 82, 0.13);
	border-radius: 16px 0 0 16px;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody td:last-child,
.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody th:last-child {
	border-radius: 0 16px 16px 0;
	border-right: 1px solid rgba(31, 85, 82, 0.13);
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-number a {
	align-items: center;
	background: var(--jbm-teal-dark);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.78rem;
	justify-content: center;
	letter-spacing: 0.04em;
	min-height: 38px;
	min-width: 76px;
	padding: 8px 13px;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-date time {
	font-weight: 750;
	white-space: nowrap;
}

.jbm-order-status {
	align-items: center;
	background: #e8f5f1;
	border: 1px solid #c6e4dc;
	border-radius: 999px;
	color: #175d55;
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 900;
	line-height: 1;
	min-height: 34px;
	padding: 8px 12px;
	white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status.is-pending-payment .jbm-order-status,
.woocommerce-orders-table__cell-order-status.is-on-hold .jbm-order-status {
	background: #fff5dc;
	border-color: #efd899;
	color: #76520a;
}

.woocommerce-orders-table__cell-order-status.is-cancelled .jbm-order-status,
.woocommerce-orders-table__cell-order-status.is-failed .jbm-order-status,
.woocommerce-orders-table__cell-order-status.is-refunded .jbm-order-status {
	background: #fff0f1;
	border-color: #f1c5c9;
	color: #9a3440;
}

.woocommerce-orders-table__cell-order-status.is-completed .jbm-order-status {
	background: #eef6e7;
	border-color: #d0e2bd;
	color: #426528;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-total {
	font-size: 0.72rem;
	font-weight: 650;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-total .amount {
	color: var(--jbm-ink);
	font-size: 0.98rem;
	font-weight: 900;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-actions {
	white-space: nowrap;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--jbm-teal-dark);
	border-radius: 999px;
	box-shadow: none;
	color: var(--jbm-teal-dark);
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1;
	margin: 2px 4px 2px 0;
	min-height: 36px;
	padding: 9px 13px;
	text-transform: uppercase;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-actions .button.view,
.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-actions .button.pay {
	background: var(--jbm-teal-dark);
	color: #fff;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-actions .button.cancel {
	border-color: #d98f96;
	color: #9a3440;
}

.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:hover,
.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:focus-visible {
	background: var(--jbm-coral);
	border-color: var(--jbm-coral);
	color: #fff;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type {
	background: linear-gradient(100deg, rgba(228, 244, 240, 0.88), rgba(255, 246, 238, 0.82));
	border: 1px solid rgba(31, 85, 82, 0.15);
	border-left: 5px solid var(--jbm-teal);
	border-radius: 16px;
	color: var(--jbm-graphite);
	font-size: 0.9rem;
	margin: 0 0 28px;
	padding: 16px 18px;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type mark {
	background: transparent;
	color: var(--jbm-teal-dark);
	font-weight: 900;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details,
.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details {
	margin: 0;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details__title,
.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details h2 {
	font-size: 1.7rem;
	margin: 0 0 16px;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details {
	background: transparent;
	border: 1px solid rgba(31, 85, 82, 0.14);
	border-radius: 18px;
	box-shadow: 0 14px 30px rgba(16, 44, 43, 0.06);
	margin: 0;
	overflow: hidden;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details thead th {
	background: #eef6f4;
	color: var(--jbm-teal-dark);
	font-size: 0.7rem;
	padding: 13px 16px;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details tbody td {
	background: #fff;
	padding: 16px;
	vertical-align: middle;
}

.jbm-account-order-item {
	align-items: center;
	display: inline-flex;
	gap: 14px;
}

.jbm-account-order-item__thumb {
	background: var(--jbm-porcelain);
	border: 1px solid rgba(31, 85, 82, 0.12);
	border-radius: 12px;
	display: block;
	flex: 0 0 auto;
	height: 62px;
	overflow: hidden;
	width: 62px;
}

.jbm-account-order-item__thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jbm-account-order-item__name,
.jbm-account-order-item__name a {
	color: var(--jbm-ink);
	font-size: 0.94rem;
	font-weight: 900;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details tfoot th,
.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details tfoot td {
	background: #fbfcfc;
	border-top: 1px solid rgba(31, 85, 82, 0.1);
	color: var(--jbm-graphite);
	font-size: 0.84rem;
	padding: 13px 16px;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details tfoot th {
	color: var(--jbm-muted);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details tfoot tr.jbm-order-total-row th,
.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details tfoot tr.jbm-order-total-row td {
	background: #eef6f4;
	color: var(--jbm-teal-dark);
	font-weight: 900;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details {
	margin-top: 28px;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns--addresses {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns--addresses::before,
.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns--addresses::after {
	content: none;
	display: none;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details .woocommerce-column {
	background: #f8faf9;
	border: 1px solid rgba(31, 85, 82, 0.13);
	border-radius: 18px;
	float: none;
	padding: 20px;
	width: auto;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details .woocommerce-column h2 {
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 1.35rem;
	margin-bottom: 12px;
	padding: 0;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details address {
	border: 0;
	color: var(--jbm-graphite);
	font-size: 0.84rem;
	font-style: normal;
	font-weight: 650;
	line-height: 1.75;
	padding: 0;
}

.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details address p {
	border-top: 1px solid rgba(31, 85, 82, 0.1);
	color: var(--jbm-teal-dark);
	font-size: 0.78rem;
	line-height: 1.45;
	margin: 12px 0 0;
	padding-top: 11px;
}

@media (max-width: 760px) {
	.jbm-boutique-active.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-MyAccount-navigation li,
	.jbm-boutique-active.woocommerce-account .woocommerce-MyAccount-navigation a {
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-MyAccount-navigation a {
		border-radius: 12px;
		font-size: 0.68rem;
		justify-content: center;
		min-height: 44px;
		padding: 10px;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-orders-table),
	.jbm-boutique-active.woocommerce-account .woocommerce-MyAccount-content:has(.woocommerce-order-details) {
		padding: 16px;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table,
	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody,
	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tr,
	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table td,
	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table th {
		display: block;
		width: 100%;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table thead {
		display: none;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody tr {
		background: #f8fbfa;
		border: 1px solid rgba(31, 85, 82, 0.14);
		border-radius: 16px;
		display: grid;
		filter: none;
		gap: 0;
		grid-template-columns: minmax(0, 1fr) auto;
		margin-bottom: 12px;
		overflow: hidden;
		padding: 14px;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody td,
	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody th {
		background: transparent;
		border: 0;
		border-radius: 0;
		padding: 7px 0;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody td::before,
	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table tbody th::before {
		color: var(--jbm-muted);
		content: attr(data-title);
		display: block;
		font-size: 0.62rem;
		font-weight: 900;
		letter-spacing: 0.08em;
		margin-bottom: 4px;
		text-transform: uppercase;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-number {
		grid-column: 1;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-status {
		grid-column: 2;
		grid-row: 1;
		text-align: right;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-status::before {
		display: none;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-date,
	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-total,
	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-actions {
		border-top: 1px solid rgba(31, 85, 82, 0.1);
		grid-column: 1 / -1;
		margin-top: 6px;
		padding-top: 11px;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 7px;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-actions::before {
		flex-basis: 100%;
	}

	.jbm-boutique-active.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
		flex: 1 1 82px;
		margin: 0;
	}

	.jbm-boutique-active.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type {
		font-size: 0.8rem;
		line-height: 1.65;
		padding: 14px;
	}

	.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details__title,
	.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details h2 {
		font-size: 1.45rem;
	}

	.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details {
		border-radius: 14px;
	}

	.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details th,
	.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details td {
		padding: 12px;
	}

	.jbm-account-order-item {
		gap: 10px;
	}

	.jbm-account-order-item__thumb {
		height: 50px;
		width: 50px;
	}

	.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details tfoot th {
		width: 38%;
	}

	.jbm-boutique-active.woocommerce-view-order .woocommerce-order-details table.order_details tfoot td {
		overflow-wrap: anywhere;
	}

	.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns--addresses {
		grid-template-columns: minmax(0, 1fr);
	}

	.jbm-boutique-active.woocommerce-view-order .woocommerce-customer-details .woocommerce-column {
		border-radius: 14px;
		padding: 16px;
	}
}

@media (max-width: 359px) {
	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table tr {
		gap: 6px;
		grid-template-columns: minmax(0, 1fr);
	}

	.jbm-boutique-active.woocommerce-cart .cart_totals table.shop_table td {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jbm-boutique *,
	.jbm-boutique-active.woocommerce ul.products li.product,
	.jbm-boutique-active.woocommerce-page ul.products li.product {
		animation: none !important;
		transition: none !important;
	}

	[data-hm],
	[data-hm-item] {
		opacity: 1;
		transform: none;
	}

	.jbm-founder-card__stage {
		transform: none !important;
	}
}
