:root {
	--brl-ink: #2d211a;
	--brl-muted: #766960;
	--brl-gold: #b88a50;
	--brl-line: rgba(74, 55, 41, 0.14);
	--brl-paper: #fffdf9;
	--brl-cream: #f6f0e7;
	--brl-shadow: 0 24px 70px rgba(63, 46, 34, 0.12);
}

/* Shop archive */
.woocommerce-shop .wp-block-query-title,
.post-type-archive-product .wp-block-query-title,
.tax-product_cat .wp-block-query-title {
	display: none !important;
}

.brl-catalog-hero {
	position: relative;
	isolation: isolate;
	width: min(1500px, calc(100% - 40px));
	max-width: none !important;
	min-height: clamp(470px, 55vw, 690px);
	margin: 82px auto clamp(48px, 7vw, 96px);
	overflow: hidden;
	border: 1px solid rgba(83, 60, 42, 0.11);
	border-radius: clamp(24px, 3vw, 42px);
	background: #f4eee5;
	box-shadow: var(--brl-shadow);
}

.brl-catalog-hero__image,
.brl-catalog-hero__veil {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.brl-catalog-hero__image {
	z-index: -2;
	left: auto;
	width: 64%;
	object-fit: cover;
	object-position: 46% center;
}

.brl-catalog-hero__veil {
	z-index: -1;
	background: linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.82) 34%, rgba(255, 253, 249, 0.08) 63%);
}

.brl-catalog-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(700px, 54%);
	min-height: inherit;
	padding: clamp(42px, 5vw, 76px);
	box-sizing: border-box;
}

.brl-eyebrow,
.brl-studio__kicker,
.brl-config-step__heading p,
.brl-config-summary > p,
.brl-blend-detail__label {
	margin: 0;
	color: var(--brl-gold);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.brl-catalog-hero h1 {
	max-width: 560px;
	margin: 17px 0 22px;
	color: var(--brl-ink);
	font-family: var(--wp--preset--font-family--playfair-display, Georgia, serif);
	font-size: clamp(3.1rem, 5.25vw, 5.45rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.94;
}

.brl-catalog-hero__content > p:not(.brl-eyebrow) {
	max-width: 500px;
	margin: 0;
	color: #5f5148;
	font-size: clamp(1rem, 1.35vw, 1.2rem);
	line-height: 1.65;
}

.brl-catalog-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 50px;
	margin-top: 30px;
	padding: 0 27px;
	border-radius: 999px;
	background: var(--brl-ink);
	color: #fff !important;
	font-size: 0.96rem;
	font-weight: 650;
	text-decoration: none !important;
	transition: transform 180ms ease, background-color 180ms ease;
}

.brl-catalog-hero__cta:hover {
	background: #5c4432;
	transform: translateY(-2px);
}

.brl-catalog-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1440px, calc(100% - 48px));
	max-width: none !important;
	margin: 0 auto 38px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--brl-line);
}

/* WooCommerce block templates render their own result count and sorting
 * outside the classic hook system. Product Studio supplies a single,
 * accessible toolbar below the hero, so remove only those duplicate blocks. */
.woocommerce-shop .wp-block-woocommerce-product-results-count,
.post-type-archive-product .wp-block-woocommerce-product-results-count,
.tax-product_cat .wp-block-woocommerce-product-results-count,
.woocommerce-shop .wp-block-woocommerce-catalog-sorting,
.post-type-archive-product .wp-block-woocommerce-catalog-sorting,
.tax-product_cat .wp-block-woocommerce-catalog-sorting {
	display: none !important;
}

.brl-catalog-tabs {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
}

.brl-catalog-tabs::-webkit-scrollbar {
	display: none;
}

.brl-catalog-tabs a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 17px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #5f534b;
	font-size: 0.91rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.brl-catalog-tabs a:hover,
.brl-catalog-tabs a.is-active {
	border-color: rgba(137, 100, 61, 0.25);
	background: #f7f1e8;
	color: #30231c;
}

.brl-catalog-sort {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--brl-muted);
	font-size: 0.86rem;
	white-space: nowrap;
}

.brl-catalog-sort .woocommerce-ordering {
	margin: 0 !important;
}

.brl-catalog-sort select {
	min-height: 42px;
	padding: 0 38px 0 14px;
	border: 1px solid var(--brl-line);
	border-radius: 999px;
	background-color: #fff;
	color: var(--brl-ink);
}

.woocommerce-shop ul.products,
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.woocommerce-shop .wc-block-product-template,
.post-type-archive-product .wc-block-product-template,
.tax-product_cat .wc-block-product-template {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: clamp(22px, 2.5vw, 40px) !important;
	width: min(1440px, calc(100% - 48px)) !important;
	margin-inline: auto !important;
}

.woocommerce-shop ul.products::before,
.woocommerce-shop ul.products::after,
.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after,
.tax-product_cat ul.products::before,
.tax-product_cat ul.products::after {
	display: none !important;
}

.woocommerce-shop ul.products li.product,
.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product,
.woocommerce-shop .wc-block-product,
.post-type-archive-product .wc-block-product,
.tax-product_cat .wc-block-product {
	position: relative;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 12px 12px 18px !important;
	overflow: hidden;
	border: 1px solid rgba(74, 55, 41, 0.1) !important;
	border-radius: 25px !important;
	background: rgba(255, 253, 249, 0.94) !important;
	box-shadow: 0 12px 34px rgba(61, 45, 33, 0.07) !important;
	transition: transform 200ms ease, box-shadow 200ms ease !important;
}

.woocommerce-shop ul.products li.product:hover,
.post-type-archive-product ul.products li.product:hover,
.tax-product_cat ul.products li.product:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 48px rgba(61, 45, 33, 0.12) !important;
}

.woocommerce-shop ul.products li.product img,
.post-type-archive-product ul.products li.product img,
.tax-product_cat ul.products li.product img,
.woocommerce-shop .wc-block-product img,
.post-type-archive-product .wc-block-product img,
.tax-product_cat .wc-block-product img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	margin: 0 0 18px !important;
	border-radius: 18px !important;
	background: linear-gradient(145deg, #fbf8f2, #eee4d7);
	object-fit: contain !important;
	object-position: center;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.5em;
	margin: 0 8px 8px !important;
	padding: 0 !important;
	color: var(--brl-ink);
	font-family: var(--wp--preset--font-family--playfair-display, Georgia, serif);
	font-size: clamp(1.25rem, 1.55vw, 1.55rem) !important;
	font-weight: 550;
	line-height: 1.2;
}

.woocommerce-shop ul.products li.product .price,
.post-type-archive-product ul.products li.product .price,
.tax-product_cat ul.products li.product .price {
	display: block;
	margin: 0 8px 4px !important;
	color: #5e4937 !important;
	font-size: 0.98rem !important;
	font-weight: 650 !important;
}

.brl-card-note {
	margin: 0 8px 16px;
	color: var(--brl-muted);
	font-size: 0.82rem;
	line-height: 1.4;
}

.woocommerce-shop ul.products li.product .button,
.post-type-archive-product ul.products li.product .button,
.tax-product_cat ul.products li.product .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin: 0 8px !important;
	padding: 0 19px !important;
	border: 1px solid rgba(70, 50, 35, 0.14) !important;
	border-radius: 999px !important;
	background: var(--brl-ink) !important;
	color: #fff !important;
	font-size: 0.9rem !important;
	font-weight: 650 !important;
}

/* Single product studio */
.single-product .woocommerce.product > .brl-studio {
	display: none;
}

.single-product .woocommerce.product.brl-studio-ready .wp-block-woocommerce-product-image-gallery {
	display: none !important;
}

.single-product .woocommerce.product.brl-studio-ready .wp-block-columns > .wp-block-column:first-child > .brl-studio {
	display: block;
	width: 100%;
	max-width: none;
}

.single-product .woocommerce.product.brl-studio-ready > main {
	padding-top: 126px !important;
	box-sizing: border-box;
}

.single-product .woocommerce div.product {
	display: grid !important;
	grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
	align-items: start;
	gap: clamp(34px, 5vw, 82px);
	width: min(1460px, calc(100% - 48px));
	max-width: none !important;
	margin: clamp(30px, 4vw, 64px) auto clamp(72px, 8vw, 128px) !important;
}

.single-product .woocommerce div.product > .brl-studio {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
}

.single-product .woocommerce div.product > .summary {
	grid-column: 2;
	grid-row: 1;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 4px 0 0;
}

.single-product .woocommerce div.product > *:not(.brl-studio):not(.summary) {
	grid-column: 1 / -1;
}

.brl-studio__stage {
	position: sticky;
	top: calc(var(--bl-sticky-nav-initial-height, 106px) + 22px);
	min-height: min(760px, calc(100vh - 150px));
	padding: clamp(26px, 4vw, 58px);
	overflow: hidden;
	border: 1px solid rgba(81, 59, 41, 0.11);
	border-radius: clamp(28px, 3vw, 44px);
	background: linear-gradient(145deg, color-mix(in srgb, var(--brl-blend-base) 30%, #fffdf9), #f3eadf);
	box-shadow: var(--brl-shadow);
	box-sizing: border-box;
}

.admin-bar .brl-studio__stage {
	top: calc(var(--bl-sticky-nav-initial-height, 106px) + 54px);
}

.brl-studio__stage-glow {
	position: absolute;
	top: -8%;
	right: -12%;
	width: 54%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--brl-blend-accent) 28%, transparent), transparent 68%);
	filter: blur(10px);
	pointer-events: none;
}

.brl-studio__image-wrap {
	position: relative;
	display: grid;
	place-items: center;
	min-height: clamp(330px, 40vw, 560px);
	margin: 12px 0 22px;
}

.brl-studio__image-wrap::after {
	content: "";
	position: absolute;
	left: 18%;
	right: 18%;
	bottom: 4%;
	height: 10%;
	border-radius: 50%;
	background: rgba(64, 44, 31, 0.14);
	filter: blur(23px);
	transform: scaleY(0.55);
}

.brl-studio__image-wrap img {
	position: relative;
	z-index: 1;
	width: min(100%, 660px);
	max-height: 540px;
	margin: 0 !important;
	border-radius: 22px;
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: drop-shadow(0 22px 22px rgba(58, 42, 30, 0.11));
	transition: opacity 180ms ease, transform 220ms ease;
}

.brl-studio__image-wrap img.is-changing {
	opacity: 0.12;
	transform: scale(0.985);
}

.brl-studio__caption {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 0.62fr);
	align-items: end;
	gap: 20px;
	padding-top: 22px;
	border-top: 1px solid rgba(76, 56, 40, 0.14);
}

.brl-studio__caption h2 {
	grid-column: 1;
	margin: 0 0 8px;
	color: var(--brl-ink);
	font-family: var(--wp--preset--font-family--playfair-display, Georgia, serif);
	font-size: clamp(1.75rem, 2.5vw, 2.85rem);
	font-weight: 520;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.brl-studio__caption > p:not(.brl-studio__selection) {
	grid-column: 1;
	margin: 0;
	color: var(--brl-muted);
	font-size: 0.96rem;
	line-height: 1.55;
}

.brl-studio__selection {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid rgba(107, 79, 54, 0.13);
	border-radius: 17px;
	background: rgba(255, 253, 249, 0.66);
	color: #625449;
	font-size: 0.84rem;
	line-height: 1.5;
}

.single-product .summary .product_title {
	margin: 0 0 12px !important;
	color: var(--brl-ink);
	font-family: var(--wp--preset--font-family--playfair-display, Georgia, serif);
	font-size: clamp(2.3rem, 3.55vw, 4.6rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.05em;
	line-height: 0.98 !important;
}

.single-product .summary > .price {
	margin: 0 0 22px !important;
	color: #755637 !important;
	font-size: 1.18rem !important;
	font-weight: 650 !important;
}

.single-product .summary .woocommerce-product-details__short-description {
	margin-bottom: 30px;
	color: #665a51;
	font-size: 1rem;
	line-height: 1.7;
}

.brl-studio__configuration {
	display: grid;
	gap: 18px;
	min-width: 0;
	max-width: 100%;
	margin: 28px 0 22px;
}

.brl-config-step,
.brl-config-summary {
	min-width: 0;
	max-width: 100%;
	padding: 24px;
	border: 1px solid var(--brl-line);
	border-radius: 23px;
	background: rgba(255, 253, 249, 0.82);
	box-shadow: 0 10px 30px rgba(67, 49, 36, 0.05);
	box-sizing: border-box;
}

.brl-config-step__heading {
	display: flex;
	align-items: center;
	gap: 13px;
}

.brl-config-step__heading > span {
	display: inline-grid;
	place-items: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(139, 99, 58, 0.22);
	border-radius: 50%;
	color: var(--brl-gold);
	font-family: Georgia, serif;
	font-size: 0.86rem;
}

.brl-config-step__heading h3,
.brl-config-summary h3,
.brl-blend-detail h4 {
	margin: 3px 0 0;
	color: var(--brl-ink);
	font-family: var(--wp--preset--font-family--playfair-display, Georgia, serif);
	font-size: 1.45rem;
	font-weight: 550;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.brl-config-step__intro {
	margin: 16px 0 18px;
	color: var(--brl-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.brl-blend-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	max-height: 326px;
	padding: 2px;
	overflow: auto;
	overscroll-behavior: contain;
	scrollbar-color: rgba(93, 70, 49, 0.22) transparent;
}

.brl-blend-choice,
.brl-option-choice {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 54px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid rgba(79, 57, 40, 0.13);
	border-radius: 15px;
	background: #fff;
	color: var(--brl-ink);
	font: inherit;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.brl-blend-choice:hover,
.brl-option-choice:hover,
.brl-blend-choice:focus-visible,
.brl-option-choice:focus-visible {
	border-color: rgba(149, 103, 56, 0.5);
	box-shadow: 0 0 0 3px rgba(180, 132, 77, 0.1);
	outline: none;
}

.brl-blend-choice[aria-pressed="true"],
.brl-option-choice[aria-pressed="true"] {
	border-color: #7b5d40;
	background: #f8f1e8;
	box-shadow: inset 0 0 0 1px #7b5d40;
}

.brl-blend-choice__swatch {
	position: relative;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	overflow: hidden;
	border: 1px solid rgba(63, 46, 34, 0.09);
	border-radius: 50%;
	background: linear-gradient(140deg, var(--swatch-base) 0 58%, var(--swatch-accent) 58% 78%, var(--swatch-detail) 78%);
}

.brl-blend-choice small {
	display: block;
	margin-bottom: 2px;
	color: #a07950;
	font-size: 0.64rem;
	font-weight: 750;
	letter-spacing: 0.12em;
}

.brl-blend-detail {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 18px;
	margin-top: 16px;
	padding: 18px;
	border-radius: 17px;
	background: linear-gradient(135deg, color-mix(in srgb, var(--brl-blend-base) 22%, #fff), #fbf8f3);
}

.brl-blend-detail[hidden] {
	display: none;
}

.brl-blend-detail p:not(.brl-blend-detail__label) {
	margin: 7px 0 0;
	color: #65584e;
	font-size: 0.82rem;
	line-height: 1.5;
}

.brl-blend-detail__note {
	padding-top: 9px;
	border-top: 1px solid rgba(79, 57, 40, 0.12);
	color: #74553a !important;
	font-weight: 650;
}

.brl-native-options {
	display: grid;
	gap: 16px;
	min-width: 0;
	max-width: 100%;
	margin-top: 18px;
}

.brl-option-group,
.brl-option-group__choices {
	min-width: 0;
	max-width: 100%;
}

.brl-option-group__label {
	display: block;
	margin-bottom: 8px;
	color: #57483e;
	font-size: 0.82rem;
	font-weight: 700;
}

.brl-option-group__choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.brl-option-choice {
	justify-content: center;
	min-height: 48px;
	text-align: center;
}

.brl-option-choice::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	border: 1px solid rgba(75, 53, 38, 0.25);
	border-radius: 50%;
	background: #f1e8dc;
}

.brl-option-choice[aria-pressed="true"]::before {
	border: 3px solid #f8f1e8;
	background: #7b5d40;
	box-shadow: 0 0 0 1px #7b5d40;
}

.brl-compatibility-note {
	margin: 14px 0 0;
	padding: 12px 14px;
	border-left: 3px solid #b98853;
	border-radius: 8px;
	background: #f8f0e5;
	color: #685342;
	font-size: 0.82rem;
	line-height: 1.5;
}

.brl-compatibility-note[hidden] {
	display: none;
}

.brl-config-summary ul {
	display: grid;
	gap: 7px;
	margin: 14px 0 0;
	padding: 14px 0 0;
	border-top: 1px solid var(--brl-line);
	list-style: none;
}

.brl-config-summary li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	color: var(--brl-muted);
	font-size: 0.86rem;
	line-height: 1.45;
}

.brl-config-summary li strong {
	color: var(--brl-ink);
	font-weight: 650;
	text-align: right;
}

.single-product form.variations_form.is-brl-enhanced table.variations {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.single-product form.variations_form .reset_variations {
	display: none !important;
}

.single-product .woocommerce-variation {
	min-height: 34px;
	margin: 6px 0 12px;
}

.single-product .woocommerce-variation-price .price {
	color: #725333 !important;
	font-size: 1.18rem !important;
	font-weight: 700 !important;
}

.single-product .woocommerce-variation-add-to-cart {
	display: flex !important;
	align-items: stretch;
	gap: 10px;
	padding: 14px;
	border: 1px solid rgba(75, 54, 39, 0.12);
	border-radius: 20px;
	background: rgba(255, 253, 249, 0.94);
	box-shadow: 0 12px 34px rgba(59, 43, 32, 0.08);
}

.single-product .woocommerce-variation-add-to-cart .quantity input {
	width: 66px;
	height: 52px;
	border: 1px solid var(--brl-line);
	border-radius: 999px;
	background: #fff;
	color: var(--brl-ink);
}

.single-product .single_add_to_cart_button {
	flex: 1 1 auto;
	min-height: 52px;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--brl-ink) !important;
	color: #fff !important;
	font-size: 0.96rem !important;
	font-weight: 700 !important;
}

.single-product .single_add_to_cart_button.disabled {
	opacity: 0.45 !important;
}

.single-product .product_meta {
	margin-top: 18px;
	color: var(--brl-muted);
	font-size: 0.78rem;
	line-height: 1.6;
}

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .up-sells {
	grid-column: 1 / -1 !important;
	width: 100% !important;
}

@media (max-width: 1180px) {
	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.woocommerce-shop .wc-block-product-template,
	.post-type-archive-product .wc-block-product-template,
	.tax-product_cat .wc-block-product-template {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.single-product .woocommerce div.product {
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.86fr);
		gap: 32px;
	}

	.brl-studio__caption {
		grid-template-columns: 1fr;
	}

	.brl-studio__selection {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 860px) {
	.single-product .woocommerce.product.brl-studio-ready > main {
		padding-top: 92px !important;
	}

	.brl-catalog-hero {
		left: 50%;
		width: calc(100vw - 28px);
		max-width: calc(100vw - 28px) !important;
		min-height: 600px;
		margin-top: 48px;
		transform: translateX(-50%);
	}

	.brl-catalog-hero__image {
		inset: 0;
		width: 100%;
		object-position: 50% center;
	}

	.brl-catalog-hero__veil {
		background: linear-gradient(0deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 253, 249, 0.82) 45%, rgba(255, 253, 249, 0.05) 78%);
	}

	.brl-catalog-hero__content {
		justify-content: flex-end;
		width: 100%;
		padding: 34px;
	}

	.brl-catalog-hero h1 {
		font-size: clamp(3rem, 10vw, 5.2rem);
	}

	.brl-catalog-toolbar {
		align-items: flex-start;
		width: calc(100% - 32px);
	}

	.brl-catalog-tabs {
		margin-right: -16px;
		padding-right: 16px;
	}

	.brl-catalog-sort > span {
		display: none;
	}

	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.woocommerce-shop .wc-block-product-template,
	.post-type-archive-product .wc-block-product-template,
	.tax-product_cat .wc-block-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 22px !important;
		width: calc(100% - 32px) !important;
	}

	.single-product .woocommerce div.product {
		display: block !important;
		width: min(720px, calc(100% - 28px));
		margin-top: 22px !important;
	}

	.single-product .woocommerce div.product > .brl-studio,
	.single-product .woocommerce div.product > .summary {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	.single-product form.variations_form,
	.brl-studio__configuration,
	.brl-config-step,
	.brl-config-summary {
		min-width: 0;
		max-width: 100%;
	}

	.brl-config-step,
	.brl-config-summary {
		overflow: hidden;
	}

	.brl-studio__stage {
		position: relative;
		top: auto;
		min-height: 0;
		margin-bottom: 30px;
		padding: 28px;
	}

	.brl-studio__image-wrap {
		min-height: 360px;
	}

	.brl-studio__image-wrap img {
		max-height: 420px;
	}

	.single-product .summary .product_title {
		font-size: clamp(2.4rem, 8vw, 4rem) !important;
	}

	.brl-blend-grid {
		display: flex;
		max-height: none;
		margin-inline: -24px;
		padding: 2px 24px 12px;
		overflow-x: auto;
		scroll-snap-type: x proximity;
	}

	.brl-blend-choice {
		flex: 0 0 min(220px, 72vw);
		scroll-snap-align: start;
	}

	.single-product .woocommerce-variation-add-to-cart {
		position: sticky;
		z-index: 60;
		bottom: max(10px, env(safe-area-inset-bottom));
		backdrop-filter: blur(12px);
	}
}

@media (max-width: 540px) {
	.brl-catalog-hero {
		width: calc(100vw - 20px);
		max-width: calc(100vw - 20px) !important;
		min-height: 540px;
		margin-top: 46px;
		border-radius: 25px;
	}

	.brl-catalog-hero__image {
		object-position: 50% center;
	}

	.brl-catalog-hero__content {
		padding: 26px 22px;
	}

	.brl-catalog-hero h1 {
		margin-bottom: 16px;
		font-size: clamp(2.65rem, 14.4vw, 4rem);
	}

	.brl-catalog-hero__content > p:not(.brl-eyebrow) {
		font-size: 0.94rem;
	}

	.brl-catalog-toolbar {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		width: calc(100% - 24px);
		margin-bottom: 24px;
	}

	.brl-catalog-tabs {
		width: 100%;
		margin: 0;
		padding: 0 0 2px;
	}

	.brl-catalog-sort,
	.brl-catalog-sort .woocommerce-ordering,
	.brl-catalog-sort select {
		width: 100%;
	}

	.brl-catalog-tabs a {
		min-height: 44px;
		padding-inline: 15px;
	}

	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.woocommerce-shop .wc-block-product-template,
	.post-type-archive-product .wc-block-product-template,
	.tax-product_cat .wc-block-product-template {
		grid-template-columns: 1fr !important;
		width: calc(100% - 24px) !important;
	}

	.woocommerce-shop ul.products li.product,
	.post-type-archive-product ul.products li.product,
	.tax-product_cat ul.products li.product {
		border-radius: 22px !important;
	}

	.single-product .woocommerce div.product {
		width: calc(100% - 20px);
		margin-top: 12px !important;
	}

	.brl-studio__stage {
		padding: 22px 18px;
		border-radius: 25px;
	}

	.brl-studio__image-wrap {
		min-height: 280px;
		margin-block: 8px 16px;
	}

	.brl-studio__image-wrap img {
		max-height: 315px;
		border-radius: 17px;
	}

	.brl-studio__caption {
		gap: 10px;
		padding-top: 16px;
	}

	.brl-studio__caption h2 {
		font-size: 1.8rem;
	}

	.brl-config-step,
	.brl-config-summary {
		padding: 20px 16px;
		border-radius: 20px;
	}

	.brl-blend-grid {
		margin-inline: -16px;
		padding-inline: 16px;
	}

	.brl-blend-choice {
		flex-basis: min(202px, 76vw);
		min-height: 58px;
	}

	.brl-blend-detail {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 15px;
	}

	.brl-option-group__choices {
		grid-template-columns: 1fr;
	}

	.brl-option-choice {
		justify-content: flex-start;
		min-height: 48px;
	}

	.single-product .woocommerce-variation-add-to-cart {
		padding: 10px;
		border-radius: 18px;
	}

	.single-product .woocommerce-variation-add-to-cart .quantity input {
		width: 58px;
	}
}

.brl-mobile-menu-toggle,
.brl-mobile-menu-drawer {
	display: none;
}

@media (max-width: 900px) {
	body.brl-mobile-menu-open {
		overflow: hidden;
	}

	.bl-sticky-nav:not(.bl-storefront-header) {
		min-height: 72px !important;
		height: 72px !important;
		align-items: center !important;
		gap: 8px !important;
		padding: 9px 14px !important;
		box-sizing: border-box;
	}

	.bl-sticky-nav:not(.bl-storefront-header) > .wp-block-group:first-child {
		flex: 1 1 auto !important;
		min-width: 0;
		gap: 7px !important;
	}

	.bl-sticky-nav:not(.bl-storefront-header) > .wp-block-group.bl-sticky-nav__inner {
		flex: 0 0 auto !important;
		align-items: center !important;
		gap: 7px !important;
	}

	.bl-sticky-nav:not(.bl-storefront-header) .wp-block-navigation {
		display: none !important;
	}

	.bl-sticky-nav:not(.bl-storefront-header) .wp-block-site-logo,
	.bl-sticky-nav:not(.bl-storefront-header) .site-logo {
		width: 44px !important;
		height: 44px !important;
		flex: 0 0 44px !important;
	}

	.bl-sticky-nav:not(.bl-storefront-header) .wp-block-site-logo img,
	.bl-sticky-nav:not(.bl-storefront-header) .custom-logo,
	.bl-sticky-nav:not(.bl-storefront-header) .site-logo img {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		object-fit: contain;
	}

	.bl-sticky-nav:not(.bl-storefront-header) .wp-block-site-title,
	.bl-sticky-nav:not(.bl-storefront-header) .site-title {
		flex: 1 1 auto !important;
		min-width: 0;
	}

	.bl-sticky-nav:not(.bl-storefront-header) .wp-block-site-title a,
	.bl-sticky-nav:not(.bl-storefront-header) .site-title a {
		display: block;
		max-width: calc(100vw - 184px);
		overflow: hidden;
		font-size: clamp(1.2rem, 5.2vw, 1.62rem) !important;
		font-weight: 800 !important;
		letter-spacing: 0.11em !important;
		line-height: 1;
		text-overflow: clip;
		white-space: nowrap;
	}

	.bl-sticky-nav:not(.bl-storefront-header) .wc-block-mini-cart__button,
	.bl-sticky-nav:not(.bl-storefront-header) .wp-block-woocommerce-customer-account a,
	.brl-mobile-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 30px !important;
		height: 30px !important;
		padding: 0 !important;
	}

	.bl-sticky-nav:not(.bl-storefront-header) .wc-block-mini-cart__icon,
	.bl-sticky-nav:not(.bl-storefront-header) .wc-block-customer-account__account-icon {
		width: 24px;
		height: 24px;
	}

	.brl-mobile-menu-toggle {
		position: relative;
		flex: 0 0 30px;
		margin: 0;
		border: 0;
		border-radius: 999px;
		background: transparent;
		color: #171310;
		cursor: pointer;
	}

	.brl-mobile-menu-toggle span {
		position: absolute;
		width: 17px;
		height: 1.5px;
		border-radius: 999px;
		background: currentColor;
		transition: transform 180ms ease, opacity 150ms ease;
	}

	.brl-mobile-menu-toggle span:first-child {
		transform: translateY(-5px);
	}

	.brl-mobile-menu-toggle span:last-child {
		transform: translateY(5px);
	}

	.brl-mobile-menu-toggle[aria-expanded="true"] span:first-child {
		transform: rotate(45deg);
	}

	.brl-mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.brl-mobile-menu-toggle[aria-expanded="true"] span:last-child {
		transform: rotate(-45deg);
	}

	.brl-mobile-menu-drawer {
		position: fixed;
		inset: 0;
		z-index: 10020;
		display: block;
		visibility: hidden;
		pointer-events: none;
		background: rgba(31, 24, 19, 0);
		transition: background 220ms ease, visibility 0s linear 240ms;
	}

	.brl-mobile-menu-drawer.is-open {
		visibility: visible;
		pointer-events: auto;
		background: rgba(31, 24, 19, 0.24);
		transition-delay: 0s;
	}

	.brl-mobile-menu-panel {
		position: absolute;
		top: 0;
		right: 0;
		width: min(86vw, 360px);
		height: 100%;
		padding: max(24px, env(safe-area-inset-top)) 24px 28px;
		box-sizing: border-box;
		background: rgba(255, 253, 250, 0.99);
		box-shadow: -22px 0 52px rgba(45, 35, 28, 0.18);
		transform: translateX(100%);
		transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	.brl-mobile-menu-drawer.is-open .brl-mobile-menu-panel {
		transform: translateX(0);
	}

	.brl-mobile-menu-close {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		margin: 0 0 28px auto;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: rgba(31, 24, 19, 0.06);
		cursor: pointer;
	}

	.brl-mobile-menu-close::before,
	.brl-mobile-menu-close::after {
		content: "";
		position: absolute;
		width: 17px;
		height: 1.5px;
		border-radius: 999px;
		background: #171310;
	}

	.brl-mobile-menu-close::before {
		transform: rotate(45deg);
	}

	.brl-mobile-menu-close::after {
		transform: rotate(-45deg);
	}

	.brl-mobile-menu-links {
		display: grid;
		gap: 2px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.brl-mobile-menu-links a {
		display: flex;
		align-items: center;
		min-height: 58px;
		border-bottom: 1px solid rgba(74, 59, 44, 0.11);
		color: #171310;
		font-size: 1.35rem;
		line-height: 1;
		text-decoration: none;
	}
}

@media (max-width: 430px) {
	.bl-sticky-nav:not(.bl-storefront-header) {
		min-height: 68px !important;
		height: 68px !important;
		padding: 8px 11px !important;
	}

	.bl-sticky-nav:not(.bl-storefront-header) .wp-block-site-logo,
	.bl-sticky-nav:not(.bl-storefront-header) .site-logo {
		width: 40px !important;
		height: 40px !important;
		flex-basis: 40px !important;
	}

	.bl-sticky-nav:not(.bl-storefront-header) .wp-block-site-title a,
	.bl-sticky-nav:not(.bl-storefront-header) .site-title a {
		max-width: calc(100vw - 168px);
		font-size: clamp(1.12rem, 5.1vw, 1.38rem) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.brl-catalog-hero__cta,
	.woocommerce-shop ul.products li.product,
	.post-type-archive-product ul.products li.product,
	.tax-product_cat ul.products li.product,
	.brl-studio__image-wrap img,
	.brl-blend-choice,
	.brl-option-choice {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* --------------------------------------------------------------------------
 * Shop V3 approved presentation
 *
 * This is intentionally scoped to WooCommerce catalogue archives and the
 * Product Studio V3 card classes. Product pages, the configurator, cart and
 * checkout keep their existing presentation.
 * -------------------------------------------------------------------------- */

.woocommerce-shop,
.post-type-archive-product,
.tax-product_cat {
	--brl-v3-canvas: #f8f6f2;
	--brl-v3-paper: #fffdfa;
	--brl-v3-ink: #2c241e;
	--brl-v3-muted: #756b62;
	--brl-v3-line: rgba(63, 46, 33, 0.13);
	--brl-v3-gold: #af7c3d;
	background: var(--brl-v3-canvas);
}

/* Short, editorial collection introduction. */
.woocommerce-shop .brl-catalog-hero.brl-catalog-hero--v3,
.post-type-archive-product .brl-catalog-hero.brl-catalog-hero--v3,
.tax-product_cat .brl-catalog-hero.brl-catalog-hero--v3 {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 430px);
	align-items: end;
	gap: clamp(30px, 7vw, 104px);
	width: min(1280px, calc(100% - 48px));
	min-height: 0;
	margin: clamp(30px, 4vw, 52px) auto 0;
	padding: 0 0 30px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	isolation: auto;
}

.woocommerce-shop .brl-catalog-hero--v3 .brl-catalog-hero__heading,
.post-type-archive-product .brl-catalog-hero--v3 .brl-catalog-hero__heading,
.tax-product_cat .brl-catalog-hero--v3 .brl-catalog-hero__heading {
	min-width: 0;
}

.woocommerce-shop .brl-catalog-hero--v3 .brl-eyebrow,
.post-type-archive-product .brl-catalog-hero--v3 .brl-eyebrow,
.tax-product_cat .brl-catalog-hero--v3 .brl-eyebrow {
	margin: 0 0 10px;
	color: var(--brl-v3-gold);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.24em;
	line-height: 1.2;
	text-transform: uppercase;
}

.woocommerce-shop .brl-catalog-hero--v3 h1,
.post-type-archive-product .brl-catalog-hero--v3 h1,
.tax-product_cat .brl-catalog-hero--v3 h1 {
	max-width: 660px;
	margin: 0;
	color: var(--brl-v3-ink);
	font-family: var(--wp--preset--font-family--playfair-display, "Iowan Old Style", Baskerville, Georgia, serif);
	font-size: clamp(39px, 4.6vw, 63px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.98;
}

.woocommerce-shop .brl-catalog-hero--v3 .brl-catalog-hero__intro,
.post-type-archive-product .brl-catalog-hero--v3 .brl-catalog-hero__intro,
.tax-product_cat .brl-catalog-hero--v3 .brl-catalog-hero__intro {
	max-width: 430px;
	margin: 0;
	padding: 0 0 3px;
	color: var(--brl-v3-muted);
	font-size: 14px;
	line-height: 1.65;
}

/* Light filter rail. The anchors remain supported as a no-JavaScript fallback. */
.woocommerce-shop .brl-catalog-toolbar,
.post-type-archive-product .brl-catalog-toolbar,
.tax-product_cat .brl-catalog-toolbar {
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
	padding: 9px 0 12px;
	border-top: 1px solid var(--brl-v3-line);
	border-bottom: 0;
}

.woocommerce-shop .brl-catalog-tabs,
.post-type-archive-product .brl-catalog-tabs,
.tax-product_cat .brl-catalog-tabs {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	overflow-x: auto;
	scrollbar-width: none;
}

.woocommerce-shop .brl-catalog-tabs::-webkit-scrollbar,
.post-type-archive-product .brl-catalog-tabs::-webkit-scrollbar,
.tax-product_cat .brl-catalog-tabs::-webkit-scrollbar {
	display: none;
}

.woocommerce-shop .brl-catalog-filter,
.post-type-archive-product .brl-catalog-filter,
.tax-product_cat .brl-catalog-filter,
.woocommerce-shop .brl-catalog-tabs a,
.post-type-archive-product .brl-catalog-tabs a,
.tax-product_cat .brl-catalog-tabs a {
	flex: 0 0 auto;
	min-height: 0;
	margin: 0;
	padding: 8px 13px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	color: var(--brl-v3-muted);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.woocommerce-shop .brl-catalog-filter:hover,
.post-type-archive-product .brl-catalog-filter:hover,
.tax-product_cat .brl-catalog-filter:hover,
.woocommerce-shop .brl-catalog-tabs a:hover,
.post-type-archive-product .brl-catalog-tabs a:hover,
.tax-product_cat .brl-catalog-tabs a:hover {
	border-color: transparent;
	background: transparent;
	color: var(--brl-v3-ink);
}

.woocommerce-shop .brl-catalog-filter.is-active,
.post-type-archive-product .brl-catalog-filter.is-active,
.tax-product_cat .brl-catalog-filter.is-active,
.woocommerce-shop .brl-catalog-filter[aria-pressed="true"],
.post-type-archive-product .brl-catalog-filter[aria-pressed="true"],
.tax-product_cat .brl-catalog-filter[aria-pressed="true"],
.woocommerce-shop .brl-catalog-tabs a.is-active,
.post-type-archive-product .brl-catalog-tabs a.is-active,
.tax-product_cat .brl-catalog-tabs a.is-active {
	border-color: var(--brl-v3-line);
	background: var(--brl-v3-paper);
	color: var(--brl-v3-ink);
}

.woocommerce-shop .brl-catalog-filter:focus-visible,
.post-type-archive-product .brl-catalog-filter:focus-visible,
.tax-product_cat .brl-catalog-filter:focus-visible {
	outline: 2px solid var(--brl-v3-gold);
	outline-offset: 2px;
}

.woocommerce-shop .brl-catalog-count,
.post-type-archive-product .brl-catalog-count,
.tax-product_cat .brl-catalog-count {
	flex: 0 0 auto;
	color: #8b8178;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

/* Four-column editorial grid with deliberately unboxed cards. */
.woocommerce-shop ul.products,
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.woocommerce-shop .wc-block-product-template,
.post-type-archive-product .wc-block-product-template,
.tax-product_cat .wc-block-product-template {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 34px 18px !important;
	width: min(1280px, calc(100% - 48px)) !important;
	max-width: none !important;
	margin: 0 auto !important;
	padding-top: 8px !important;
}

.woocommerce-shop .brl-v3-card,
.post-type-archive-product .brl-v3-card,
.tax-product_cat .brl-v3-card {
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none;
	transition: none !important;
}

.woocommerce-shop .brl-v3-card:hover,
.post-type-archive-product .brl-v3-card:hover,
.tax-product_cat .brl-v3-card:hover {
	box-shadow: none !important;
	transform: none;
}

.woocommerce-shop .brl-v3-card[hidden],
.post-type-archive-product .brl-v3-card[hidden],
.tax-product_cat .brl-v3-card[hidden] {
	display: none !important;
}

.woocommerce-shop .brl-v3-order-1,
.post-type-archive-product .brl-v3-order-1,
.tax-product_cat .brl-v3-order-1 { order: 1; }
.woocommerce-shop .brl-v3-order-2,
.post-type-archive-product .brl-v3-order-2,
.tax-product_cat .brl-v3-order-2 { order: 2; }
.woocommerce-shop .brl-v3-order-3,
.post-type-archive-product .brl-v3-order-3,
.tax-product_cat .brl-v3-order-3 { order: 3; }
.woocommerce-shop .brl-v3-order-4,
.post-type-archive-product .brl-v3-order-4,
.tax-product_cat .brl-v3-order-4 { order: 4; }
.woocommerce-shop .brl-v3-order-5,
.post-type-archive-product .brl-v3-order-5,
.tax-product_cat .brl-v3-order-5 { order: 5; }
.woocommerce-shop .brl-v3-order-6,
.post-type-archive-product .brl-v3-order-6,
.tax-product_cat .brl-v3-order-6 { order: 6; }
.woocommerce-shop .brl-v3-order-7,
.post-type-archive-product .brl-v3-order-7,
.tax-product_cat .brl-v3-order-7 { order: 7; }
.woocommerce-shop .brl-v3-order-8,
.post-type-archive-product .brl-v3-order-8,
.tax-product_cat .brl-v3-order-8 { order: 8; }

/* Square campaign photography. */
.woocommerce-shop .brl-v3-card .wc-block-components-product-image,
.post-type-archive-product .brl-v3-card .wc-block-components-product-image,
.tax-product_cat .brl-v3-card .wc-block-components-product-image {
	order: 1;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	position: relative;
	margin: 0 0 15px !important;
	overflow: hidden;
	border: 1px solid rgba(63, 46, 33, 0.08);
	border-radius: 18px;
	background: #e8d7c1;
	isolation: isolate;
}

.woocommerce-shop .brl-v3-card .wc-block-components-product-image > a,
.post-type-archive-product .brl-v3-card .wc-block-components-product-image > a,
.tax-product_cat .brl-v3-card .wc-block-components-product-image > a {
	display: block;
	width: 100%;
	height: 100%;
}

.woocommerce-shop .brl-v3-card .wc-block-components-product-image img,
.post-type-archive-product .brl-v3-card .wc-block-components-product-image img,
.tax-product_cat .brl-v3-card .wc-block-components-product-image img,
.woocommerce-shop ul.products .brl-v3-card img,
.post-type-archive-product ul.products .brl-v3-card img,
.tax-product_cat ul.products .brl-v3-card img {
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1 / 1;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #e8d7c1;
	box-shadow: none !important;
	object-fit: cover !important;
	object-position: center !important;
	mix-blend-mode: normal;
	transition: transform 460ms cubic-bezier(0.2, 0.75, 0.25, 1) !important;
}

.woocommerce-shop .brl-v3-card:hover .wc-block-components-product-image img,
.post-type-archive-product .brl-v3-card:hover .wc-block-components-product-image img,
.tax-product_cat .brl-v3-card:hover .wc-block-components-product-image img {
	transform: scale(1.035);
}

.woocommerce-shop .brl-v3-card .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card .wc-block-components-product-image::before {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	max-width: calc(100% - 72px);
	padding: 6px 9px;
	overflow: hidden;
	border: 1px solid rgba(63, 46, 33, 0.08);
	border-radius: 999px;
	background: rgba(255, 253, 250, 0.83);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	color: #675c52;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.25;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	pointer-events: none;
}

.woocommerce-shop .brl-v3-card.post-331 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-331 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-331 .wc-block-components-product-image::before { content: "Most customisable"; }
.woocommerce-shop .brl-v3-card.post-322 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-322 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-322 .wc-block-components-product-image::before { content: "Body ritual"; }
.woocommerce-shop .brl-v3-card.post-299 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-299 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-299 .wc-block-components-product-image::before { content: "Small gifting"; }
.woocommerce-shop .brl-v3-card.post-291 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-291 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-291 .wc-block-components-product-image::before { content: "Gift ready"; }
.woocommerce-shop .brl-v3-card.post-276 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-276 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-276 .wc-block-components-product-image::before { content: "Single ritual"; }
.woocommerce-shop .brl-v3-card.post-269 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-269 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-269 .wc-block-components-product-image::before { content: "Event favourite"; }
.woocommerce-shop .brl-v3-card.post-189 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-189 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-189 .wc-block-components-product-image::before { content: "Ready to steep"; }
.woocommerce-shop .brl-v3-card.post-134 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-134 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-134 .wc-block-components-product-image::before { content: "Everyday ritual"; }

.woocommerce-shop .brl-v3-card .wc-block-components-product-image::after,
.post-type-archive-product .brl-v3-card .wc-block-components-product-image::after,
.tax-product_cat .brl-v3-card .wc-block-components-product-image::after {
	content: "\2197";
	width: 34px;
	height: 34px;
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 3;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(44, 36, 30, 0.9);
	color: #fff;
	font-size: 17px;
	line-height: 1;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 220ms ease, transform 220ms ease, background-color 220ms ease;
	pointer-events: none;
}

.woocommerce-shop .brl-v3-card:hover .wc-block-components-product-image::after,
.post-type-archive-product .brl-v3-card:hover .wc-block-components-product-image::after,
.tax-product_cat .brl-v3-card:hover .wc-block-components-product-image::after,
.woocommerce-shop .brl-v3-card:focus-within .wc-block-components-product-image::after,
.post-type-archive-product .brl-v3-card:focus-within .wc-block-components-product-image::after,
.tax-product_cat .brl-v3-card:focus-within .wc-block-components-product-image::after {
	opacity: 1;
	transform: translateY(0);
}

/* Product details follow the same small-to-large typographic rhythm as V3. */
.woocommerce-shop .brl-v3-card .brl-card-topline,
.post-type-archive-product .brl-v3-card .brl-card-topline,
.tax-product_cat .brl-v3-card .brl-card-topline {
	order: 2;
	min-height: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 3px 5px;
}

.woocommerce-shop .brl-v3-card .brl-card-category,
.post-type-archive-product .brl-v3-card .brl-card-category,
.tax-product_cat .brl-v3-card .brl-card-category {
	color: var(--brl-v3-gold);
	font-size: 8px;
	font-weight: 750;
	letter-spacing: 0.18em;
	line-height: 1.25;
	text-transform: uppercase;
}

.woocommerce-shop .brl-v3-card .brl-card-build,
.post-type-archive-product .brl-v3-card .brl-card-build,
.tax-product_cat .brl-v3-card .brl-card-build {
	color: #867b72;
	font-size: 9px;
	line-height: 1.25;
	white-space: nowrap;
}

.woocommerce-shop .brl-v3-card .wp-block-post-title,
.post-type-archive-product .brl-v3-card .wp-block-post-title,
.tax-product_cat .brl-v3-card .wp-block-post-title,
.woocommerce-shop ul.products .brl-v3-card .woocommerce-loop-product__title,
.post-type-archive-product ul.products .brl-v3-card .woocommerce-loop-product__title,
.tax-product_cat ul.products .brl-v3-card .woocommerce-loop-product__title {
	order: 3;
	min-height: 47px;
	margin: 0 3px !important;
	padding: 0 !important;
	color: var(--brl-v3-ink) !important;
	font-family: var(--wp--preset--font-family--playfair-display, "Iowan Old Style", Baskerville, Georgia, serif) !important;
	font-size: clamp(20px, 1.45vw, 23px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.015em;
	line-height: 1.16 !important;
	text-align: left !important;
}

.woocommerce-shop .brl-v3-card .wp-block-post-title a,
.post-type-archive-product .brl-v3-card .wp-block-post-title a,
.tax-product_cat .brl-v3-card .wp-block-post-title a,
.woocommerce-shop ul.products .brl-v3-card .woocommerce-loop-product__title,
.post-type-archive-product ul.products .brl-v3-card .woocommerce-loop-product__title,
.tax-product_cat ul.products .brl-v3-card .woocommerce-loop-product__title {
	color: inherit !important;
	text-decoration: none !important;
}

.woocommerce-shop .brl-v3-card .brl-card-cue,
.post-type-archive-product .brl-v3-card .brl-card-cue,
.tax-product_cat .brl-v3-card .brl-card-cue {
	order: 4;
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 10px 3px 0;
	overflow: hidden;
	color: var(--brl-v3-muted);
	font-size: 8px;
	font-weight: 650;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
	white-space: nowrap;
}

.woocommerce-shop .brl-v3-card .brl-card-cue span,
.post-type-archive-product .brl-v3-card .brl-card-cue span,
.tax-product_cat .brl-v3-card .brl-card-cue span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.woocommerce-shop .brl-v3-card .brl-card-cue span + span::before,
.post-type-archive-product .brl-v3-card .brl-card-cue span + span::before,
.tax-product_cat .brl-v3-card .brl-card-cue span + span::before {
	content: "";
	width: 2px;
	height: 2px;
	display: inline-block;
	border-radius: 50%;
	background: var(--brl-v3-gold);
}

.woocommerce-shop .brl-v3-card .wp-block-woocommerce-product-price,
.post-type-archive-product .brl-v3-card .wp-block-woocommerce-product-price,
.tax-product_cat .brl-v3-card .wp-block-woocommerce-product-price,
.woocommerce-shop .brl-v3-card .price,
.post-type-archive-product .brl-v3-card .price,
.tax-product_cat .brl-v3-card .price {
	display: none !important;
}

.woocommerce-shop .brl-v3-card .wp-block-woocommerce-product-button,
.post-type-archive-product .brl-v3-card .wp-block-woocommerce-product-button,
.tax-product_cat .brl-v3-card .wp-block-woocommerce-product-button {
	order: 5;
	display: block !important;
	align-self: flex-start;
	margin: 12px 3px 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.woocommerce-shop .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
.post-type-archive-product .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
.tax-product_cat .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
.woocommerce-shop ul.products .brl-v3-card .button,
.post-type-archive-product ul.products .brl-v3-card .button,
.tax-product_cat ul.products .brl-v3-card .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--brl-v3-ink) !important;
	font-size: 10px !important;
	font-weight: 720 !important;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-decoration: none !important;
	text-transform: uppercase;
}

.woocommerce-shop .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link::after,
.post-type-archive-product .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link::after,
.tax-product_cat .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link::after,
.woocommerce-shop ul.products .brl-v3-card .button::after,
.post-type-archive-product ul.products .brl-v3-card .button::after,
.tax-product_cat ul.products .brl-v3-card .button::after {
	content: "\2192";
	color: var(--brl-v3-gold);
	font-size: 14px;
	line-height: 1;
	transition: transform 180ms ease;
}

.woocommerce-shop .brl-v3-card:hover .wp-block-woocommerce-product-button .wp-block-button__link::after,
.post-type-archive-product .brl-v3-card:hover .wp-block-woocommerce-product-button .wp-block-button__link::after,
.tax-product_cat .brl-v3-card:hover .wp-block-woocommerce-product-button .wp-block-button__link::after,
.woocommerce-shop ul.products .brl-v3-card:hover .button::after,
.post-type-archive-product ul.products .brl-v3-card:hover .button::after,
.tax-product_cat ul.products .brl-v3-card:hover .button::after {
	transform: translateX(4px);
}

/* Minimum-order note sits outside the grid, so it receives its own archive scope. */
.woocommerce-shop .brl-shop-note,
.post-type-archive-product .brl-shop-note,
.tax-product_cat .brl-shop-note {
	width: min(1280px, calc(100% - 48px));
	margin: 54px auto 0;
	padding: 22px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-top: 1px solid var(--brl-v3-line);
	color: var(--brl-v3-muted);
	font-size: 12px;
	line-height: 1.5;
}

.woocommerce-shop .brl-shop-note strong,
.post-type-archive-product .brl-shop-note strong,
.tax-product_cat .brl-shop-note strong {
	color: var(--brl-v3-ink);
	font-weight: 650;
}

@media (max-width: 920px) {
	.woocommerce-shop .brl-catalog-hero.brl-catalog-hero--v3,
	.post-type-archive-product .brl-catalog-hero.brl-catalog-hero--v3,
	.tax-product_cat .brl-catalog-hero.brl-catalog-hero--v3 {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.woocommerce-shop .brl-catalog-hero--v3 .brl-catalog-hero__intro,
	.post-type-archive-product .brl-catalog-hero--v3 .brl-catalog-hero__intro,
	.tax-product_cat .brl-catalog-hero--v3 .brl-catalog-hero__intro {
		max-width: 560px;
	}

	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.woocommerce-shop .wc-block-product-template,
	.post-type-archive-product .wc-block-product-template,
	.tax-product_cat .wc-block-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 34px 16px !important;
	}

	.woocommerce-shop .brl-v3-card .wc-block-components-product-image::after,
	.post-type-archive-product .brl-v3-card .wc-block-components-product-image::after,
	.tax-product_cat .brl-v3-card .wc-block-components-product-image::after {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 620px) {
	.woocommerce-shop main#wp--skip-link--target,
	.post-type-archive-product main#wp--skip-link--target,
	.tax-product_cat main#wp--skip-link--target {
		padding-inline: 0 !important;
	}

	.woocommerce-shop .brl-catalog-hero.brl-catalog-hero--v3,
	.post-type-archive-product .brl-catalog-hero.brl-catalog-hero--v3,
	.tax-product_cat .brl-catalog-hero.brl-catalog-hero--v3 {
		width: min(calc(100% - 24px), 480px);
		margin-top: 25px;
		padding-bottom: 21px;
	}

	.woocommerce-shop .brl-catalog-hero--v3 .brl-eyebrow,
	.post-type-archive-product .brl-catalog-hero--v3 .brl-eyebrow,
	.tax-product_cat .brl-catalog-hero--v3 .brl-eyebrow {
		margin-bottom: 8px;
		font-size: 9px;
	}

	.woocommerce-shop .brl-catalog-hero--v3 h1,
	.post-type-archive-product .brl-catalog-hero--v3 h1,
	.tax-product_cat .brl-catalog-hero--v3 h1 {
		max-width: 330px;
		font-size: 34px;
		line-height: 1.02;
	}

	.woocommerce-shop .brl-catalog-hero--v3 .brl-catalog-hero__intro,
	.post-type-archive-product .brl-catalog-hero--v3 .brl-catalog-hero__intro,
	.tax-product_cat .brl-catalog-hero--v3 .brl-catalog-hero__intro {
		max-width: 340px;
		font-size: 12px;
		line-height: 1.55;
	}

	.woocommerce-shop .brl-catalog-toolbar,
	.post-type-archive-product .brl-catalog-toolbar,
	.tax-product_cat .brl-catalog-toolbar {
		display: block;
		width: min(calc(100% - 24px), 480px);
		padding: 8px 0 14px;
		overflow: hidden;
	}

	.woocommerce-shop .brl-catalog-tabs,
	.post-type-archive-product .brl-catalog-tabs,
	.tax-product_cat .brl-catalog-tabs {
		width: 100%;
		padding-bottom: 2px;
	}

	.woocommerce-shop .brl-catalog-filter,
	.post-type-archive-product .brl-catalog-filter,
	.tax-product_cat .brl-catalog-filter,
	.woocommerce-shop .brl-catalog-tabs a,
	.post-type-archive-product .brl-catalog-tabs a,
	.tax-product_cat .brl-catalog-tabs a {
		padding: 7px 11px;
		font-size: 10px;
	}

	.woocommerce-shop .brl-catalog-count,
	.post-type-archive-product .brl-catalog-count,
	.tax-product_cat .brl-catalog-count {
		display: none;
	}

	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.woocommerce-shop .wc-block-product-template,
	.post-type-archive-product .wc-block-product-template,
	.tax-product_cat .wc-block-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 30px 11px !important;
		width: min(calc(100% - 24px), 480px) !important;
		padding-top: 4px !important;
	}

	.woocommerce-shop .brl-v3-card .wc-block-components-product-image,
	.post-type-archive-product .brl-v3-card .wc-block-components-product-image,
	.tax-product_cat .brl-v3-card .wc-block-components-product-image {
		margin-bottom: 11px !important;
		border-radius: 14px;
	}

	.woocommerce-shop .brl-v3-card .wc-block-components-product-image::before,
	.post-type-archive-product .brl-v3-card .wc-block-components-product-image::before,
	.tax-product_cat .brl-v3-card .wc-block-components-product-image::before {
		top: 8px;
		left: 8px;
		max-width: calc(100% - 52px);
		padding: 5px 7px;
		font-size: 7px;
	}

	.woocommerce-shop .brl-v3-card .wc-block-components-product-image::after,
	.post-type-archive-product .brl-v3-card .wc-block-components-product-image::after,
	.tax-product_cat .brl-v3-card .wc-block-components-product-image::after {
		width: 29px;
		height: 29px;
		right: 8px;
		bottom: 8px;
		font-size: 14px;
	}

	.woocommerce-shop .brl-v3-card .brl-card-topline,
	.post-type-archive-product .brl-v3-card .brl-card-topline,
	.tax-product_cat .brl-v3-card .brl-card-topline {
		margin: 0 1px 4px;
	}

	.woocommerce-shop .brl-v3-card .brl-card-category,
	.post-type-archive-product .brl-v3-card .brl-card-category,
	.tax-product_cat .brl-v3-card .brl-card-category {
		font-size: 7px;
		letter-spacing: 0.13em;
	}

	.woocommerce-shop .brl-v3-card .brl-card-build,
	.post-type-archive-product .brl-v3-card .brl-card-build,
	.tax-product_cat .brl-v3-card .brl-card-build {
		font-size: 8px;
	}

	.woocommerce-shop .brl-v3-card .wp-block-post-title,
	.post-type-archive-product .brl-v3-card .wp-block-post-title,
	.tax-product_cat .brl-v3-card .wp-block-post-title,
	.woocommerce-shop ul.products .brl-v3-card .woocommerce-loop-product__title,
	.post-type-archive-product ul.products .brl-v3-card .woocommerce-loop-product__title,
	.tax-product_cat ul.products .brl-v3-card .woocommerce-loop-product__title {
		min-height: 40px;
		margin-inline: 1px !important;
		font-size: 16px !important;
		line-height: 1.18 !important;
	}

	.woocommerce-shop .brl-v3-card .brl-card-cue,
	.post-type-archive-product .brl-v3-card .brl-card-cue,
	.tax-product_cat .brl-v3-card .brl-card-cue {
		gap: 4px;
		margin: 7px 1px 0;
		font-size: 6.5px;
		letter-spacing: 0.045em;
	}

	.woocommerce-shop .brl-v3-card .brl-card-cue span,
	.post-type-archive-product .brl-v3-card .brl-card-cue span,
	.tax-product_cat .brl-v3-card .brl-card-cue span {
		gap: 4px;
	}

	.woocommerce-shop .brl-v3-card .wp-block-woocommerce-product-button,
	.post-type-archive-product .brl-v3-card .wp-block-woocommerce-product-button,
	.tax-product_cat .brl-v3-card .wp-block-woocommerce-product-button {
		margin: 9px 1px 0 !important;
	}

	.woocommerce-shop .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
	.post-type-archive-product .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
	.tax-product_cat .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
	.woocommerce-shop ul.products .brl-v3-card .button,
	.post-type-archive-product ul.products .brl-v3-card .button,
	.tax-product_cat ul.products .brl-v3-card .button {
		gap: 5px;
		font-size: 8px !important;
	}

	.woocommerce-shop .brl-shop-note,
	.post-type-archive-product .brl-shop-note,
	.tax-product_cat .brl-shop-note {
		width: min(calc(100% - 24px), 480px);
		margin-top: 38px;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.woocommerce-shop .brl-v3-card .wc-block-components-product-image img,
	.post-type-archive-product .brl-v3-card .wc-block-components-product-image img,
	.tax-product_cat .brl-v3-card .wc-block-components-product-image img,
	.woocommerce-shop .brl-v3-card .wc-block-components-product-image::after,
	.post-type-archive-product .brl-v3-card .wc-block-components-product-image::after,
	.tax-product_cat .brl-v3-card .wc-block-components-product-image::after,
	.woocommerce-shop .brl-v3-card .wp-block-button__link::after,
	.post-type-archive-product .brl-v3-card .wp-block-button__link::after,
	.tax-product_cat .brl-v3-card .wp-block-button__link::after {
		transition: none !important;
	}
}

/* Product 331: compact, always-visible pouch configurator. */
body.single-product.postid-331 {
	--brl-pouch-ink: #2f261f;
	--brl-pouch-muted: #75695f;
	--brl-pouch-gold: #a97940;
	--brl-pouch-line: rgba(66, 48, 34, 0.13);
	--brl-pouch-paper: #fffdf9;
	--brl-pouch-shadow: 0 22px 62px rgba(59, 43, 30, 0.09);
}

body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main {
	padding-top: calc(var(--bl-sticky-nav-initial-height, 106px) + 12px) !important;
}

body.single-product.postid-331.admin-bar .woocommerce.product.brl-studio-ready > main {
	padding-top: calc(var(--bl-sticky-nav-initial-height, 106px) + 44px) !important;
}

body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wc-block-breadcrumbs {
	display: none;
}

body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns {
	width: min(1480px, calc(100% - 28px));
	max-width: 1480px !important;
	height: calc(100dvh - var(--bl-sticky-nav-initial-height, 106px) - 28px);
	min-height: 590px;
	margin: 0 auto 52px !important;
	gap: 12px !important;
}

body.single-product.postid-331.admin-bar .woocommerce.product.brl-studio-ready > main > .wp-block-columns {
	height: calc(100dvh - var(--bl-sticky-nav-initial-height, 106px) - 60px);
}

body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns > .wp-block-column {
	min-width: 0;
	min-height: 0;
	margin: 0;
}

body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns > .wp-block-column:first-child {
	flex: 1.08 1 0;
}

body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns > .wp-block-column:last-child {
	flex: 0.92 1 0;
	display: flex;
	flex-direction: column;
}

/* Twenty Twenty-Five gives the gallery column an inline 512px flex-basis.
 * A desktop grid prevents that fixed basis from absorbing the free space. */
@media (min-width: 861px) {
	body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns {
		display: grid !important;
		grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
		align-items: stretch !important;
	}

	body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns > .wp-block-column:first-child,
	body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns > .wp-block-column:last-child {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		flex: none !important;
	}
}

body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns > .wp-block-column:last-child > .wp-block-post-title,
body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns > .wp-block-column:last-child > .wp-block-woocommerce-product-price,
body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns > .wp-block-column:last-child > .wp-block-post-excerpt {
	display: none !important;
}

body.single-product.postid-331 .wp-block-add-to-cart-form,
body.single-product.postid-331 .wp-block-add-to-cart-form > form.variations_form,
body.single-product.postid-331 .brl-studio--pouch-331,
body.single-product.postid-331 .brl-studio--pouch-331 > .brl-pouch-preview {
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	margin: 0;
}

body.single-product.postid-331 .wp-block-add-to-cart-form {
	flex: 1 1 auto;
}

body.single-product.postid-331 .brl-pouch-preview {
	position: relative;
	top: auto;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	padding: clamp(13px, 1.4vw, 20px);
	overflow: hidden;
	isolation: isolate;
	border: 1px solid var(--brl-pouch-line);
	border-radius: 26px;
	background:
		radial-gradient(circle at 47% 42%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.34) 39%, transparent 66%),
		linear-gradient(140deg, #eadfce 0%, #f8f4ec 51%, #dfd0bd 100%);
	box-shadow: var(--brl-pouch-shadow);
}

body.single-product.postid-331 .brl-pouch-preview::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.16;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.62) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.62) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

body.single-product.postid-331 .brl-pouch-preview__head,
body.single-product.postid-331 .brl-pouch-preview__foot {
	position: relative;
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

body.single-product.postid-331 .brl-pouch-preview__live,
body.single-product.postid-331 .brl-pouch-preview__selection,
body.single-product.postid-331 .brl-pouch-preview__size {
	border: 1px solid var(--brl-pouch-line);
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.78);
	backdrop-filter: blur(12px);
}

body.single-product.postid-331 .brl-pouch-preview__live {
	padding: 7px 10px;
	color: #65584c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.single-product.postid-331 .brl-pouch-preview__live::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 7px;
	border-radius: 50%;
	background: #719b76;
	box-shadow: 0 0 0 4px rgba(113, 155, 118, 0.13);
}

body.single-product.postid-331 .brl-pouch-preview__selection {
	max-width: 67%;
	padding: 7px 12px;
	overflow: hidden;
	color: var(--brl-pouch-muted);
	font-size: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

body.single-product.postid-331 .brl-pouch-preview__workspace {
	position: relative;
	min-height: 0;
	overflow: hidden;
}

body.single-product.postid-331 .brl-pouch-preview__halo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: min(56vh, 480px);
	max-width: 72%;
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.14) 62%, transparent 63%);
}

body.single-product.postid-331 .brl-pouch-preview__workspace::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 4%;
	width: min(48%, 360px);
	height: 8%;
	transform: translateX(-50%);
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(69, 48, 30, 0.22), transparent 69%);
	filter: blur(9px);
}

body.single-product.postid-331 .brl-pouch-preview__ruler {
	position: absolute;
	left: 2.5%;
	bottom: 7%;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 36px;
	height: min(72%, 374px);
	padding-right: 14px;
	border-right: 1px solid rgba(90, 69, 49, 0.44);
	color: rgba(77, 60, 45, 0.72);
	font-size: 8px;
	text-align: right;
}

body.single-product.postid-331 .brl-pouch-preview__ruler::after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	width: 8px;
	background: repeating-linear-gradient(to bottom, rgba(90, 69, 49, 0.35) 0 1px, transparent 1px 8.33%);
}

body.single-product.postid-331 .brl-pouch-preview__ruler small {
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	color: rgba(77, 60, 45, 0.56);
	font-size: 7px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.single-product.postid-331 .brl-pouch-preview__pack {
	position: absolute;
	left: 50%;
	bottom: 6%;
	z-index: 4;
	height: clamp(220px, calc(var(--brl-pouch-height-cm, 20) * 16px), 78%);
	max-width: 47%;
	aspect-ratio: 1114 / 1412;
	transform: translateX(-50%);
	transform-origin: 50% 100%;
	filter: drop-shadow(0 22px 18px rgba(63, 43, 27, 0.17));
	transition: height 220ms cubic-bezier(0.2, 0.75, 0.2, 1), opacity 150ms ease;
	container-type: inline-size;
}

body.single-product.postid-331 .brl-pouch-preview__pack > img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	border: 0;
	border-radius: 0;
	object-fit: contain;
	object-position: 50% 50%;
	mix-blend-mode: normal;
	filter: none;
	-webkit-mask-image:
		linear-gradient(to right, transparent 0, #000 11%, #000 89%, transparent 100%),
		linear-gradient(to bottom, transparent 0, #000 7%, #000 93%, transparent 100%);
	-webkit-mask-composite: source-in;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image:
		linear-gradient(to right, transparent 0, #000 11%, #000 89%, transparent 100%),
		linear-gradient(to bottom, transparent 0, #000 7%, #000 93%, transparent 100%);
	mask-composite: intersect;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	transition: opacity 150ms ease;
}

body.single-product.postid-331 .brl-pouch-preview__pack > img.is-changing {
	opacity: 0.56;
}

body.single-product.postid-331 .brl-pouch-preview__label {
	position: absolute;
	left: 29.35%;
	top: 33.75%;
	z-index: 5;
	display: flex;
	width: 40.1%;
	height: 21.25%;
	padding: 2.5% 3.5% 3%;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--brl-pouch-ink);
	text-align: center;
	mix-blend-mode: multiply;
	opacity: 0.86;
	filter: saturate(0.78) contrast(0.94) blur(0.08px);
	pointer-events: none;
}

body.single-product.postid-331 .brl-pouch-preview__label span,
body.single-product.postid-331 .brl-pouch-preview__label strong,
body.single-product.postid-331 .brl-pouch-preview__label small,
body.single-product.postid-331 .brl-pouch-preview__label b {
	display: block;
}

body.single-product.postid-331 .brl-pouch-preview__label span {
	color: rgba(116, 79, 43, 0.9);
	font-family: Georgia, serif;
	font-size: 3.8cqw;
	line-height: 1;
	letter-spacing: 0.04em;
}

body.single-product.postid-331 .brl-pouch-preview__label i {
	display: block;
	width: 22%;
	height: 1px;
	margin: 4.2% auto 4.8%;
	background: var(--brl-blend-accent);
	opacity: 0.72;
}

body.single-product.postid-331 .brl-pouch-preview__label strong {
	font-family: Georgia, serif;
	font-size: 5.15cqw;
	font-weight: 500;
	line-height: 0.94;
}

body.single-product.postid-331 .brl-pouch-preview__label small {
	margin-top: 4.3%;
	color: #73675d;
	font-size: 1.66cqw;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.single-product.postid-331 .brl-pouch-preview__label b {
	margin-top: 4.3%;
	color: rgba(116, 79, 43, 0.92);
	font-size: 2.18cqw;
	font-weight: 800;
	line-height: 1;
}

body.single-product.postid-331 .brl-pouch-preview__a5 {
	position: absolute;
	right: 5%;
	bottom: 7%;
	z-index: 2;
	height: min(72%, 357px);
	aspect-ratio: 14.8 / 21;
	border: 1px solid rgba(116, 83, 55, 0.34);
	border-radius: 4px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(246, 239, 229, 0.24));
	box-shadow: 0 12px 28px rgba(73, 52, 35, 0.06), inset 0 0 0 5px rgba(255, 255, 255, 0.18);
	opacity: 0.55;
}

body.single-product.postid-331 .brl-pouch-preview__a5 span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: rgba(107, 79, 53, 0.3);
	font-family: Georgia, serif;
	font-size: clamp(30px, 4.5vw, 58px);
}

body.single-product.postid-331 .brl-pouch-preview__a5 small {
	position: absolute;
	left: 50%;
	bottom: 7%;
	transform: translateX(-50%);
	color: rgba(91, 68, 49, 0.62);
	font-size: 7px;
	white-space: nowrap;
}

body.single-product.postid-331 .brl-pouch-preview__foot {
	align-items: flex-end;
}

body.single-product.postid-331 .brl-pouch-preview__foot h2 {
	margin: 0;
	color: var(--brl-pouch-ink);
	font-family: var(--wp--preset--font-family--playfair-display, Georgia, serif);
	font-size: clamp(22px, 2.35vw, 33px);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1;
}

body.single-product.postid-331 .brl-pouch-preview__foot p {
	max-width: 420px;
	margin: 5px 0 0;
	color: var(--brl-pouch-muted);
	font-size: 10px;
	line-height: 1.35;
}

body.single-product.postid-331 .brl-pouch-preview__size {
	padding: 7px 10px;
	color: #65584c;
	font-size: 9px;
	font-weight: 700;
	white-space: nowrap;
}

body.single-product.postid-331 .brl-pouch-builder {
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto auto;
	gap: 0;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: clamp(14px, 1.55vw, 22px);
	overflow: hidden;
	border: 1px solid var(--brl-pouch-line);
	border-radius: 26px;
	background: rgba(255, 253, 249, 0.98);
	box-shadow: var(--brl-pouch-shadow);
	box-sizing: border-box;
}

body.single-product.postid-331 .brl-pouch-builder__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
}

body.single-product.postid-331 .brl-pouch-builder__head p {
	margin: 0;
	color: var(--brl-pouch-muted);
	font-size: 9px;
	line-height: 1.4;
}

body.single-product.postid-331 .brl-pouch-builder__head > div > p {
	margin-bottom: 4px;
	color: #8d693f;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

body.single-product.postid-331 .brl-pouch-builder__head > p {
	max-width: 210px;
	text-align: right;
}

body.single-product.postid-331 .brl-pouch-builder__head h2 {
	margin: 0;
	color: var(--brl-pouch-ink);
	font-family: var(--wp--preset--font-family--playfair-display, Georgia, serif);
	font-size: clamp(29px, 3vw, 42px);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 0.98;
}

body.single-product.postid-331 .brl-pouch-builder__mobile-preview {
	display: none;
}

body.single-product.postid-331 .brl-pouch-builder__tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
	margin: 16px 0 11px;
	padding: 4px;
	border: 1px solid var(--brl-pouch-line);
	border-radius: 14px;
	background: #f0ebe3;
}

body.single-product.postid-331 .brl-pouch-builder__tabs button {
	min-width: 0;
	padding: 8px 6px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--brl-pouch-muted);
	font: inherit;
	font-size: 10px;
	font-weight: 750;
	white-space: nowrap;
	cursor: pointer;
}

body.single-product.postid-331 .brl-pouch-builder__tabs button span {
	margin-right: 5px;
	color: #8d693f;
	font-family: Georgia, serif;
	font-size: 12px;
}

body.single-product.postid-331 .brl-pouch-builder__tabs button[aria-selected="true"] {
	color: var(--brl-pouch-ink);
	background: var(--brl-pouch-paper);
	box-shadow: 0 5px 14px rgba(62, 44, 29, 0.07);
}

body.single-product.postid-331 .brl-pouch-builder__tabs button:focus-visible,
body.single-product.postid-331 .brl-pouch-choice:focus-visible,
body.single-product.postid-331 .brl-pouch-builder__size-compare > div:focus-visible {
	outline: 2px solid var(--brl-pouch-gold);
	outline-offset: 2px;
}

body.single-product.postid-331 .brl-pouch-builder__panels {
	min-width: 0;
	min-height: 0;
	overflow: auto;
	overscroll-behavior: contain;
	scrollbar-color: rgba(93, 70, 49, 0.22) transparent;
}

body.single-product.postid-331 .brl-pouch-builder__panel[hidden] {
	display: none !important;
}

body.single-product.postid-331 .brl-pouch-builder__panel.is-active {
	display: flex;
	min-height: 0;
	flex-direction: column;
	animation: brl-pouch-panel-in 160ms ease both;
}

@keyframes brl-pouch-panel-in {
	from { opacity: 0; transform: translateX(5px); }
	to { opacity: 1; transform: none; }
}

body.single-product.postid-331 .brl-pouch-builder__panel-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	margin: 1px 1px 10px;
}

body.single-product.postid-331 .brl-pouch-builder__panel-head h3 {
	margin: 0;
	color: var(--brl-pouch-ink);
	font-family: var(--wp--preset--font-family--playfair-display, Georgia, serif);
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -0.02em;
}

body.single-product.postid-331 .brl-pouch-builder__panel-head p {
	margin: 0;
	color: var(--brl-pouch-muted);
	font-size: 8px;
	text-align: right;
}

body.single-product.postid-331 .brl-pouch-builder .brl-blend-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 7px;
	max-height: none;
	padding: 1px;
	overflow: visible;
}

body.single-product.postid-331 .brl-pouch-builder .brl-blend-choice {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 9px;
	min-height: 58px;
	padding: 7px 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
}

body.single-product.postid-331 .brl-pouch-builder .brl-blend-choice__swatch {
	width: 38px;
	height: 38px;
	margin: 0;
}

body.single-product.postid-331 .brl-pouch-builder .brl-blend-choice strong,
body.single-product.postid-331 .brl-pouch-builder .brl-blend-choice small {
	display: block;
}

body.single-product.postid-331 .brl-pouch-builder .brl-blend-choice strong {
	font-size: 11px;
	font-weight: 760;
}

body.single-product.postid-331 .brl-pouch-builder .brl-blend-choice small {
	margin-top: 2px;
	margin-bottom: 0;
	color: var(--brl-pouch-muted);
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 0;
}

body.single-product.postid-331 .brl-pouch-builder .brl-blend-choice b {
	color: #8d693f;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: 500;
}

body.single-product.postid-331 .brl-pouch-builder .brl-blend-detail {
	display: none !important;
}

body.single-product.postid-331 .brl-pouch-builder .brl-option-group__label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
}

body.single-product.postid-331 .brl-pouch-builder__packaging-options .brl-option-group__choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

body.single-product.postid-331 .brl-pouch-choice--packaging {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	justify-content: initial;
	gap: 9px;
	min-height: 82px;
	padding: 7px 9px;
	text-align: left;
}

body.single-product.postid-331 .brl-pouch-choice--packaging::before,
body.single-product.postid-331 .brl-pouch-choice--size::before {
	display: none;
}

body.single-product.postid-331 .brl-pouch-choice__thumb {
	width: 45px;
	height: 62px;
	margin: 0;
	border-radius: 7px;
	object-fit: contain;
	mix-blend-mode: normal;
}

body.single-product.postid-331 .brl-pouch-choice strong,
body.single-product.postid-331 .brl-pouch-choice small {
	display: block;
}

body.single-product.postid-331 .brl-pouch-choice strong {
	font-size: 10px;
	font-weight: 760;
}

body.single-product.postid-331 .brl-pouch-choice small {
	margin-top: 3px;
	color: var(--brl-pouch-muted);
	font-size: 7px;
	font-weight: 500;
	line-height: 1.25;
}

body.single-product.postid-331 .brl-pouch-builder__size-compare {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: end;
	gap: 6px;
	min-height: 132px;
	padding: 9px 8px 7px;
	overflow: hidden;
	border: 1px solid var(--brl-pouch-line);
	border-radius: 16px;
	background: linear-gradient(#f4efe7, #fcfaf6);
}

body.single-product.postid-331 .brl-pouch-builder__size-compare > div {
	position: relative;
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	color: var(--brl-pouch-muted);
	font-size: 7px;
	text-align: center;
}

body.single-product.postid-331 .brl-pouch-builder__size-compare > div > span {
	position: relative;
	width: calc(var(--brl-size-width) * 3.1px);
	height: calc(var(--brl-size-height) * 3.1px);
	max-width: 92%;
	border: 1px solid rgba(119, 88, 56, 0.34);
	border-radius: 5px 5px 10px 10px;
	background: linear-gradient(145deg, #d9ba86, #f0d6a5 47%, #cba46d);
	box-shadow: inset 0 4px rgba(255, 255, 255, 0.32), 0 5px 8px rgba(65, 45, 29, 0.09);
}

body.single-product.postid-331 .brl-pouch-builder__size-compare > div > span::before {
	content: "";
	position: absolute;
	left: 15%;
	right: 15%;
	top: 47%;
	height: 25%;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.34);
	box-shadow: inset 0 0 0 1px rgba(105, 77, 49, 0.13);
}

body.single-product.postid-331 .brl-pouch-builder__size-compare > div.is-selected > span {
	transform: translateY(-2px);
	box-shadow: 0 0 0 2px var(--brl-pouch-gold), 0 7px 12px rgba(65, 45, 29, 0.12);
}

body.single-product.postid-331 .brl-pouch-builder__size-options {
	margin-top: 8px;
}

body.single-product.postid-331 .brl-pouch-builder__size-options .brl-option-group__choices {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 6px;
}

body.single-product.postid-331 .brl-pouch-choice--size {
	display: flex;
	min-width: 0;
	min-height: 54px;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	padding: 6px 2px;
	text-align: center;
}

body.single-product.postid-331 .brl-pouch-choice--size strong {
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: 500;
}

body.single-product.postid-331 .brl-pouch-choice--size small {
	margin: 0;
	font-size: 6.5px;
	white-space: nowrap;
}

body.single-product.postid-331 .brl-pouch-builder__size-note {
	margin: 6px 1px 0;
	color: var(--brl-pouch-muted);
	font-size: 7px;
	line-height: 1.35;
}

body.single-product.postid-331 .brl-pouch-builder > .brl-compatibility-note {
	margin: 6px 0 0;
	padding: 7px 9px;
	font-size: 7px;
}

body.single-product.postid-331 .brl-pouch-builder__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 6px 12px;
	padding-top: 9px;
	border-top: 1px solid var(--brl-pouch-line);
}

body.single-product.postid-331 .brl-pouch-builder__summary {
	min-width: 0;
}

body.single-product.postid-331 .brl-pouch-builder__summary > span {
	color: var(--brl-pouch-muted);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.single-product.postid-331 .brl-pouch-builder__summary ul {
	display: flex;
	gap: 3px 9px;
	margin: 3px 0 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

body.single-product.postid-331 .brl-pouch-builder__summary li {
	display: flex;
	min-width: 0;
	gap: 3px;
	color: var(--brl-pouch-muted);
	font-size: 7px;
	white-space: nowrap;
}

body.single-product.postid-331 .brl-pouch-builder__summary li strong {
	color: var(--brl-pouch-ink);
	font-weight: 700;
}

body.single-product.postid-331 .brl-pouch-builder__initial-price {
	color: #785934;
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
}

body.single-product.postid-331 .brl-pouch-builder__actions > .single_variation_wrap {
	grid-column: 1 / -1;
	min-width: 0;
}

body.single-product.postid-331 .brl-pouch-builder__actions .woocommerce-variation {
	min-height: 0;
	margin: 0 0 4px;
}

body.single-product.postid-331 .brl-pouch-builder__actions .woocommerce-variation-price .price {
	font-size: 0.92rem !important;
}

body.single-product.postid-331 .brl-pouch-builder__actions .woocommerce-variation-add-to-cart {
	position: static;
	gap: 8px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

body.single-product.postid-331 .brl-pouch-builder__actions .woocommerce-variation-add-to-cart .quantity input {
	width: 58px;
	height: 40px;
}

body.single-product.postid-331 .brl-pouch-builder__actions .single_add_to_cart_button {
	min-height: 40px;
	font-size: 0.82rem !important;
}

@media (max-width: 1040px) and (min-width: 861px) {
	body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns {
		width: calc(100% - 20px);
	}

	body.single-product.postid-331 .brl-pouch-builder {
		padding: 13px;
	}

	body.single-product.postid-331 .brl-pouch-builder__head > p,
	body.single-product.postid-331 .brl-pouch-builder__panel-head p {
		display: none;
	}

	body.single-product.postid-331 .brl-pouch-builder .brl-blend-choice {
		min-height: 54px;
	}
}

@media (max-width: 860px) {
	body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main,
	body.single-product.postid-331.admin-bar .woocommerce.product.brl-studio-ready > main {
		padding-top: calc(var(--bl-sticky-nav-initial-height, 72px) + 8px) !important;
	}

	body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns {
		display: block;
		width: min(620px, calc(100% - 12px));
		height: auto;
		min-height: 0;
		margin-bottom: 36px !important;
	}

	body.single-product.postid-331 .woocommerce.product.brl-pouch-preview-is-mobile > main > .wp-block-columns > .wp-block-column:first-child {
		display: none;
	}

	body.single-product.postid-331 .woocommerce.product.brl-studio-ready > main > .wp-block-columns > .wp-block-column:last-child {
		display: block;
		width: 100%;
	}

	body.single-product.postid-331 .wp-block-add-to-cart-form,
	body.single-product.postid-331 .wp-block-add-to-cart-form > form.variations_form,
	body.single-product.postid-331 .brl-pouch-builder {
		height: auto;
	}

	body.single-product.postid-331 .brl-pouch-builder {
		display: block;
		padding: 10px;
		overflow: visible;
		border-radius: 20px;
	}

	body.single-product.postid-331 .brl-pouch-builder__head {
		align-items: center;
		padding: 1px 2px 8px;
	}

	body.single-product.postid-331 .brl-pouch-builder__head h2 {
		font-size: 24px;
	}

	body.single-product.postid-331 .brl-pouch-builder__head > p {
		max-width: 145px;
		font-size: 7px;
	}

	body.single-product.postid-331 .brl-pouch-builder__mobile-preview {
		position: sticky;
		top: calc(var(--bl-sticky-nav-initial-height, 72px) + 5px);
		z-index: 45;
		display: block;
		height: 258px;
		margin: 0 0 7px;
		border-radius: 17px;
		background: #eee5da;
		box-shadow: 0 8px 24px rgba(59, 43, 30, 0.08);
	}

	body.single-product.postid-331.admin-bar .brl-pouch-builder__mobile-preview {
		top: calc(var(--bl-sticky-nav-initial-height, 72px) + 37px);
	}

	body.single-product.postid-331 .brl-pouch-builder__mobile-preview .brl-studio--pouch-331,
	body.single-product.postid-331 .brl-pouch-builder__mobile-preview .brl-pouch-preview {
		height: 100%;
	}

	body.single-product.postid-331 .brl-pouch-preview {
		padding: 8px 9px;
		border-radius: 17px;
	}

	body.single-product.postid-331 .brl-pouch-preview__live {
		padding: 4px 6px;
		font-size: 6px;
	}

	body.single-product.postid-331 .brl-pouch-preview__live::before {
		width: 5px;
		height: 5px;
		margin-right: 5px;
		box-shadow: 0 0 0 3px rgba(113, 155, 118, 0.13);
	}

	body.single-product.postid-331 .brl-pouch-preview__selection {
		max-width: 68%;
		padding: 4px 7px;
		font-size: 6.5px;
	}

	body.single-product.postid-331 .brl-pouch-preview__ruler {
		left: 1%;
		bottom: 3%;
		width: 26px;
		height: 88%;
		padding-right: 10px;
		font-size: 5px;
	}

	body.single-product.postid-331 .brl-pouch-preview__ruler small {
		left: -4px;
		font-size: 4px;
	}

	body.single-product.postid-331 .brl-pouch-preview__pack {
		left: 44%;
		bottom: 2%;
		height: clamp(142px, calc(var(--brl-pouch-height-cm, 20) * 8.6px), 92%);
		max-width: 47%;
	}

	body.single-product.postid-331 .brl-pouch-preview__a5 {
		right: 5%;
		bottom: 3%;
		height: 88%;
	}

	body.single-product.postid-331 .brl-pouch-preview__a5 span {
		font-size: 28px;
	}

	body.single-product.postid-331 .brl-pouch-preview__a5 small {
		font-size: 4px;
	}

	body.single-product.postid-331 .brl-pouch-preview__foot h2 {
		font-size: 14px;
	}

	body.single-product.postid-331 .brl-pouch-preview__foot p {
		display: none;
	}

	body.single-product.postid-331 .brl-pouch-preview__size {
		padding: 4px 6px;
		font-size: 6px;
	}

	body.single-product.postid-331 .brl-pouch-builder__tabs {
		position: sticky;
		top: calc(var(--bl-sticky-nav-initial-height, 72px) + 270px);
		z-index: 44;
		margin: 0 0 7px;
		padding: 3px;
		border-radius: 11px;
		box-shadow: 0 5px 14px rgba(62, 44, 29, 0.07);
	}

	body.single-product.postid-331.admin-bar .brl-pouch-builder__tabs {
		top: calc(var(--bl-sticky-nav-initial-height, 72px) + 302px);
	}

	body.single-product.postid-331 .brl-pouch-builder__tabs button {
		padding: 6px 2px;
		border-radius: 8px;
		font-size: 8px;
	}

	body.single-product.postid-331 .brl-pouch-builder__tabs button span {
		margin-right: 2px;
		font-size: 9px;
	}

	body.single-product.postid-331 .brl-pouch-builder__panels {
		overflow: visible;
	}

	body.single-product.postid-331 .brl-pouch-builder__panel-head {
		margin: 0 1px 6px;
	}

	body.single-product.postid-331 .brl-pouch-builder__panel-head h3 {
		font-size: 17px;
	}

	body.single-product.postid-331 .brl-pouch-builder__panel-head p {
		font-size: 6px;
	}

	body.single-product.postid-331 .brl-pouch-builder .brl-blend-choice {
		min-height: 55px;
	}

	body.single-product.postid-331 .brl-pouch-builder__packaging-options .brl-option-group__choices {
		gap: 6px;
	}

	body.single-product.postid-331 .brl-pouch-choice--packaging {
		grid-template-columns: 42px minmax(0, 1fr);
		min-height: 78px;
		padding: 6px 7px;
	}

	body.single-product.postid-331 .brl-pouch-choice__thumb {
		width: 40px;
		height: 66px;
	}

	body.single-product.postid-331 .brl-pouch-builder__size-compare {
		min-height: 118px;
		padding: 7px 4px 5px;
		gap: 2px;
	}

	body.single-product.postid-331 .brl-pouch-builder__size-compare > div > span {
		width: calc(var(--brl-size-width) * 2.6px);
		height: calc(var(--brl-size-height) * 2.6px);
	}

	body.single-product.postid-331 .brl-pouch-builder__size-options .brl-option-group__choices {
		gap: 4px;
	}

	body.single-product.postid-331 .brl-pouch-choice--size {
		min-height: 48px;
		padding-inline: 1px;
	}

	body.single-product.postid-331 .brl-pouch-choice--size strong {
		font-size: 13px;
	}

	body.single-product.postid-331 .brl-pouch-choice--size small,
	body.single-product.postid-331 .brl-pouch-builder__size-note {
		font-size: 6px;
	}

	body.single-product.postid-331 .brl-pouch-builder__actions {
		position: sticky;
		z-index: 43;
		bottom: max(4px, env(safe-area-inset-bottom));
		margin-top: 8px;
		padding: 7px;
		border: 1px solid var(--brl-pouch-line);
		border-radius: 14px;
		background: rgba(255, 253, 249, 0.94);
		box-shadow: 0 8px 22px rgba(59, 43, 30, 0.1);
		backdrop-filter: blur(12px);
	}

	body.single-product.postid-331 .brl-pouch-builder__summary ul {
		flex-wrap: wrap;
	}
}

@media (max-width: 345px) {
	body.single-product.postid-331 .brl-pouch-builder__head > p,
	body.single-product.postid-331 .brl-pouch-builder__panel-head p,
	body.single-product.postid-331 .brl-pouch-preview__ruler {
		display: none;
	}

	body.single-product.postid-331 .brl-pouch-builder__mobile-preview {
		height: 240px;
	}

	body.single-product.postid-331 .brl-pouch-builder__tabs {
		top: calc(var(--bl-sticky-nav-initial-height, 72px) + 252px);
	}

	body.single-product.postid-331.admin-bar .brl-pouch-builder__tabs {
		top: calc(var(--bl-sticky-nav-initial-height, 72px) + 284px);
	}

	body.single-product.postid-331 .brl-pouch-builder__packaging-options .brl-option-group__choices,
	body.single-product.postid-331 .brl-pouch-builder__size-options .brl-option-group__choices {
		grid-template-columns: 1fr;
	}

	body.single-product.postid-331 .brl-pouch-choice--size {
		min-height: 44px;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding-inline: 10px;
	}

	body.single-product.postid-331 .brl-pouch-preview__pack {
		left: 42%;
	}
}

/* The measurement layer belongs to step 03 only. The preview keeps the same
 * geometry while these absolute-positioned annotations are visually hidden. */
body.single-product.postid-331 .brl-studio--pouch-331 .brl-pouch-preview__ruler,
body.single-product.postid-331 .brl-studio--pouch-331 .brl-pouch-preview__a5,
body.single-product.postid-331 .brl-studio--pouch-331 .brl-pouch-preview__size {
	display: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 140ms ease, visibility 0s linear 140ms;
}

body.single-product.postid-331 .brl-studio--pouch-331[data-brl-active-step="size"] .brl-pouch-preview__ruler {
	display: flex;
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

body.single-product.postid-331 .brl-studio--pouch-331[data-brl-active-step="size"] .brl-pouch-preview__a5 {
	display: block;
	opacity: 0.55;
	visibility: visible;
	transition-delay: 0s;
}

body.single-product.postid-331 .brl-studio--pouch-331[data-brl-active-step="size"] .brl-pouch-preview__size {
	display: inline-block;
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

/* Formula and Packaging are product-first. Measurement mode shifts the pouch
 * just enough to reveal the scale and A5 reference without changing the image. */
body.single-product.postid-331 .brl-studio--pouch-331:not([data-brl-active-step="size"]) .brl-pouch-preview__halo,
body.single-product.postid-331 .brl-studio--pouch-331:not([data-brl-active-step="size"]) .brl-pouch-preview__workspace::after,
body.single-product.postid-331 .brl-studio--pouch-331:not([data-brl-active-step="size"]) .brl-pouch-preview__pack {
	left: 50%;
}

/* Formula and Packaging are merchandising views, so every weight uses one
 * generous display scale. Step 03 removes this override and returns to the
 * real weight-driven dimensions alongside the ruler and A5 reference. */
body.single-product.postid-331 .brl-studio--pouch-331:not([data-brl-active-step="size"]) .brl-pouch-preview__pack {
	height: min(92%, 620px);
	max-width: 60%;
}

body.single-product.postid-331 .brl-studio--pouch-331:not([data-brl-active-step="size"]) .brl-pouch-preview__halo {
	border-color: transparent;
	background: radial-gradient(
		circle,
		rgba(250, 239, 229, 0.96),
		rgba(250, 239, 229, 0.42) 64%,
		transparent 72%
	);
}

body.single-product.postid-331 .brl-studio--pouch-331[data-brl-active-step="size"] .brl-pouch-preview__halo {
	left: 47%;
}

body.single-product.postid-331 .brl-studio--pouch-331[data-brl-active-step="size"] .brl-pouch-preview__workspace::after,
body.single-product.postid-331 .brl-studio--pouch-331[data-brl-active-step="size"] .brl-pouch-preview__pack {
	left: 46%;
}

@media (max-width: 860px) {
	body.single-product.postid-331 .brl-studio--pouch-331:not([data-brl-active-step="size"]) .brl-pouch-preview__pack {
		left: 50%;
		bottom: 2%;
		height: min(88%, 190px);
		max-width: 58%;
	}

	body.single-product.postid-331 .brl-studio--pouch-331[data-brl-active-step="size"] .brl-pouch-preview__pack {
		left: 44%;
	}
}

@media (max-width: 345px) {
	body.single-product.postid-331 .brl-studio--pouch-331:not([data-brl-active-step="size"]) .brl-pouch-preview__pack {
		height: min(86%, 174px);
		max-width: 62%;
	}

	body.single-product.postid-331 .brl-studio--pouch-331[data-brl-active-step="size"] .brl-pouch-preview__pack {
		left: 42%;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-product.postid-331 .brl-pouch-preview__pack,
	body.single-product.postid-331 .brl-pouch-preview__pack > img,
	body.single-product.postid-331 .brl-pouch-preview__ruler,
	body.single-product.postid-331 .brl-pouch-preview__a5,
	body.single-product.postid-331 .brl-pouch-preview__size,
	body.single-product.postid-331 .brl-pouch-builder__panel.is-active,
	body.single-product.postid-331 .brl-pouch-choice,
	body.single-product.postid-331 .brl-blend-choice {
		animation: none !important;
		transition: none !important;
	}
}

/* --------------------------------------------------------------------------
 * Cart minimum progress
 * -------------------------------------------------------------------------- */

.woocommerce-cart .brl-cart-progress {
	position: relative;
	overflow: hidden;
	margin: 0 0 24px;
	padding: 22px 24px 24px;
	border: 1px solid rgba(126, 94, 72, 0.2);
	border-radius: 18px;
	background:
		radial-gradient(circle at 100% 0, rgba(205, 151, 116, 0.16), transparent 42%),
		linear-gradient(135deg, #fffdf9 0%, #f8f0e8 100%);
	box-shadow: 0 12px 30px rgba(58, 42, 31, 0.07);
}

.woocommerce-cart .brl-cart-progress::after {
	position: absolute;
	top: 20px;
	right: 22px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #c88e6c;
	box-shadow: 0 0 0 6px rgba(200, 142, 108, 0.14);
	content: "";
}

.woocommerce-cart .brl-cart-progress.is-complete::after {
	background: #708868;
	box-shadow: 0 0 0 6px rgba(112, 136, 104, 0.14);
}

.woocommerce-cart .brl-cart-progress__label {
	margin: 0 32px 8px 0;
	color: #8b6048;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.woocommerce-cart .brl-cart-progress__message {
	display: block;
	margin: 0;
	color: #3d2e25;
	font-family: var(--brl-serif);
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	font-weight: 600;
	line-height: 1.4;
}

.woocommerce-cart .brl-cart-progress__track {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 7px;
	margin-top: 18px;
	border-radius: 999px;
	background: rgba(126, 94, 72, 0.13);
}

.woocommerce-cart .brl-cart-progress__fill {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #b97958, #d9ad8e);
	transition: width 220ms ease;
}

.woocommerce-cart .brl-cart-progress.is-complete .brl-cart-progress__fill {
	background: linear-gradient(90deg, #667f60, #91a98a);
}

@media (max-width: 600px) {
	.woocommerce-cart .brl-cart-progress {
		margin-bottom: 18px;
		padding: 18px 18px 20px;
		border-radius: 15px;
	}

	.woocommerce-cart .brl-cart-progress::after {
		top: 18px;
		right: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.woocommerce-cart .brl-cart-progress__fill {
		transition: none;
	}
}

/* --------------------------------------------------------------------------
 * Shop catalog opening
 * -------------------------------------------------------------------------- */

/* Keep the archive title available to assistive technology without restoring a visible hero. */
.woocommerce-shop .wp-block-query-title {
	display: block !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.woocommerce-shop main#wp--skip-link--target > .wp-block-woocommerce-product-collection {
	padding-top: 90px !important;
	padding-bottom: 54px !important;
}

/* WooCommerce injects an empty notices mount into the first archive block. */
.woocommerce-shop main#wp--skip-link--target > .wp-block-woocommerce-product-collection .wc-block-components-notices:not(:has(.wc-block-components-notice-banner)) {
	display: none;
}

.woocommerce-shop .brl-catalog-toolbar {
	min-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	scroll-margin-top: 110px;
}

.woocommerce-shop .brl-catalog-order-rule {
	width: min(1280px, calc(100% - 48px));
	margin: 16px auto 0;
	color: #88786d;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.woocommerce-shop .brl-catalog-order-rule + ul.products,
.woocommerce-shop .brl-catalog-order-rule + .wc-block-product-template,
.woocommerce-shop .brl-catalog-order-rule + .wp-block-woocommerce-product-template {
	margin-top: 27px !important;
	padding-top: 0 !important;
}

@media (max-width: 900px) {
	.woocommerce-shop main#wp--skip-link--target > .wp-block-woocommerce-product-collection {
		padding-top: 70px !important;
	}

	.woocommerce-shop .brl-catalog-toolbar {
		scroll-margin-top: 90px;
	}
}

@media (max-width: 620px) {
	.woocommerce-shop .brl-catalog-toolbar {
		min-height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.woocommerce-shop .brl-catalog-order-rule {
		width: min(calc(100% - 24px), 480px);
		font-size: 13px;
	}
}

@media (max-width: 430px) {
	.woocommerce-shop main#wp--skip-link--target > .wp-block-woocommerce-product-collection {
		padding-top: 66px !important;
	}

	.woocommerce-shop .brl-catalog-toolbar {
		scroll-margin-top: 82px;
	}
}

/* --------------------------------------------------------------------------
 * Shop catalogue refinement: tighter opening, clearer copy and unified CTAs.
 * -------------------------------------------------------------------------- */

.woocommerce-shop,
.post-type-archive-product,
.tax-product_cat {
	--brl-v3-gold: #9c6d32;
	--brl-v3-muted: #665d55;
}

.woocommerce-shop main#wp--skip-link--target > .wp-block-woocommerce-product-collection {
	padding-top: 90px !important;
}

.woocommerce-shop .brl-catalog-toolbar,
.post-type-archive-product .brl-catalog-toolbar,
.tax-product_cat .brl-catalog-toolbar {
	min-height: 34px;
	padding: 0;
	border-top: 0;
}

.woocommerce-shop .brl-catalog-purchase-rule,
.post-type-archive-product .brl-catalog-purchase-rule,
.tax-product_cat .brl-catalog-purchase-rule {
	flex: 0 0 auto;
	margin: 0;
	color: var(--brl-v3-muted);
	font-size: 12px;
	font-weight: 450;
	line-height: 1.4;
	white-space: nowrap;
}

.woocommerce-shop .brl-catalog-purchase-rule strong,
.post-type-archive-product .brl-catalog-purchase-rule strong,
.tax-product_cat .brl-catalog-purchase-rule strong {
	color: var(--brl-v3-ink);
	font-weight: 650;
}

.woocommerce-shop ul.products,
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.woocommerce-shop .wc-block-product-template,
.post-type-archive-product .wc-block-product-template,
.tax-product_cat .wc-block-product-template {
	gap: 52px 18px !important;
	padding-top: 18px !important;
}

.woocommerce-shop footer .brl-footer__inner {
	width: min(1280px, calc(100% - 48px));
	margin-inline: auto;
}

.woocommerce-shop .brl-v3-card .wc-block-components-product-image,
.post-type-archive-product .brl-v3-card .wc-block-components-product-image,
.tax-product_cat .brl-v3-card .wc-block-components-product-image {
	margin-bottom: 18px !important;
}

.woocommerce-shop .brl-v3-card .wc-block-components-product-image > a,
.post-type-archive-product .brl-v3-card .wc-block-components-product-image > a,
.tax-product_cat .brl-v3-card .wc-block-components-product-image > a {
	position: relative;
}

.woocommerce-shop .brl-v3-card:hover .wc-block-components-product-image img,
.post-type-archive-product .brl-v3-card:hover .wc-block-components-product-image img,
.tax-product_cat .brl-v3-card:hover .wc-block-components-product-image img {
	transform: scale(1.018);
}

.woocommerce-shop .brl-v3-card.post-299 .wc-block-components-product-image img,
.post-type-archive-product .brl-v3-card.post-299 .wc-block-components-product-image img,
.tax-product_cat .brl-v3-card.post-299 .wc-block-components-product-image img {
	transform: scale(1.12);
}

.woocommerce-shop .brl-v3-card.post-299:hover .wc-block-components-product-image img,
.post-type-archive-product .brl-v3-card.post-299:hover .wc-block-components-product-image img,
.tax-product_cat .brl-v3-card.post-299:hover .wc-block-components-product-image img {
	transform: scale(1.14);
}

.woocommerce-shop .brl-v3-card.post-269 .wc-block-components-product-image img,
.post-type-archive-product .brl-v3-card.post-269 .wc-block-components-product-image img,
.tax-product_cat .brl-v3-card.post-269 .wc-block-components-product-image img {
	transform: scale(1.05);
}

.woocommerce-shop .brl-v3-card.post-269:hover .wc-block-components-product-image img,
.post-type-archive-product .brl-v3-card.post-269:hover .wc-block-components-product-image img,
.tax-product_cat .brl-v3-card.post-269:hover .wc-block-components-product-image img {
	transform: scale(1.07);
}

.woocommerce-shop .brl-v3-card .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card .wc-block-components-product-image::before {
	color: #5b5149;
	font-size: 10px;
}

.woocommerce-shop .brl-v3-card.post-322 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-322 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-322 .wc-block-components-product-image::before { content: "Body polish"; }
.woocommerce-shop .brl-v3-card.post-299 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-299 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-299 .wc-block-components-product-image::before { content: "Small gift"; }
.woocommerce-shop .brl-v3-card.post-291 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-291 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-291 .wc-block-components-product-image::before { content: "Gift-ready"; }
.woocommerce-shop .brl-v3-card.post-276 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-276 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-276 .wc-block-components-product-image::before { content: "Single soak"; }
.woocommerce-shop .brl-v3-card.post-269 .wc-block-components-product-image::before,
.post-type-archive-product .brl-v3-card.post-269 .wc-block-components-product-image::before,
.tax-product_cat .brl-v3-card.post-269 .wc-block-components-product-image::before { content: "Event favour"; }

.woocommerce-shop .brl-v3-card .wc-block-components-product-image::after,
.post-type-archive-product .brl-v3-card .wc-block-components-product-image::after,
.tax-product_cat .brl-v3-card .wc-block-components-product-image::after,
.woocommerce-shop .brl-v3-card .wp-block-button__link::after,
.post-type-archive-product .brl-v3-card .wp-block-button__link::after,
.tax-product_cat .brl-v3-card .wp-block-button__link::after {
	content: none !important;
	display: none !important;
}

.woocommerce-shop .brl-image-arrow,
.post-type-archive-product .brl-image-arrow,
.tax-product_cat .brl-image-arrow {
	width: 34px;
	height: 34px;
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 3;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(44, 36, 30, 0.9);
	color: #fff;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 220ms ease, transform 220ms ease, background-color 220ms ease;
	pointer-events: none;
}

.woocommerce-shop .brl-image-arrow svg,
.post-type-archive-product .brl-image-arrow svg,
.tax-product_cat .brl-image-arrow svg,
.woocommerce-shop .brl-cta-arrow svg,
.post-type-archive-product .brl-cta-arrow svg,
.tax-product_cat .brl-cta-arrow svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.woocommerce-shop .brl-v3-card:hover .brl-image-arrow,
.post-type-archive-product .brl-v3-card:hover .brl-image-arrow,
.tax-product_cat .brl-v3-card:hover .brl-image-arrow,
.woocommerce-shop .brl-v3-card:focus-within .brl-image-arrow,
.post-type-archive-product .brl-v3-card:focus-within .brl-image-arrow,
.tax-product_cat .brl-v3-card:focus-within .brl-image-arrow {
	opacity: 1;
	transform: translateY(0);
}

.woocommerce-shop .brl-v3-card .brl-card-topline,
.post-type-archive-product .brl-v3-card .brl-card-topline,
.tax-product_cat .brl-v3-card .brl-card-topline {
	margin-bottom: 6px;
}

.woocommerce-shop .brl-v3-card .brl-card-category,
.post-type-archive-product .brl-v3-card .brl-card-category,
.tax-product_cat .brl-v3-card .brl-card-category {
	font-size: 9px;
}

.woocommerce-shop .brl-v3-card .wp-block-post-title,
.post-type-archive-product .brl-v3-card .wp-block-post-title,
.tax-product_cat .brl-v3-card .wp-block-post-title,
.woocommerce-shop ul.products .brl-v3-card .woocommerce-loop-product__title,
.post-type-archive-product ul.products .brl-v3-card .woocommerce-loop-product__title,
.tax-product_cat ul.products .brl-v3-card .woocommerce-loop-product__title {
	min-height: 0;
}

.woocommerce-shop .brl-v3-card .wp-block-post-title a,
.post-type-archive-product .brl-v3-card .wp-block-post-title a,
.tax-product_cat .brl-v3-card .wp-block-post-title a {
	transition: color 180ms ease, text-decoration-color 180ms ease;
}

.woocommerce-shop .brl-v3-card:hover .wp-block-post-title a,
.post-type-archive-product .brl-v3-card:hover .wp-block-post-title a,
.tax-product_cat .brl-v3-card:hover .wp-block-post-title a,
.woocommerce-shop .brl-v3-card .wp-block-post-title a:focus-visible,
.post-type-archive-product .brl-v3-card .wp-block-post-title a:focus-visible,
.tax-product_cat .brl-v3-card .wp-block-post-title a:focus-visible {
	color: #211a15 !important;
	text-decoration: underline !important;
	text-decoration-color: rgba(156, 109, 50, 0.55) !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 4px;
}

.woocommerce-shop .brl-v3-card .brl-card-cue,
.post-type-archive-product .brl-v3-card .brl-card-cue,
.tax-product_cat .brl-v3-card .brl-card-cue {
	margin-top: 22px;
	color: var(--brl-v3-muted);
	font-size: 9px;
	letter-spacing: 0.075em;
}

.woocommerce-shop .brl-v3-card .wp-block-woocommerce-product-button,
.post-type-archive-product .brl-v3-card .wp-block-woocommerce-product-button,
.tax-product_cat .brl-v3-card .wp-block-woocommerce-product-button {
	margin-top: 14px !important;
}

.woocommerce-shop .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
.post-type-archive-product .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
.tax-product_cat .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
.woocommerce-shop ul.products .brl-v3-card .button,
.post-type-archive-product ul.products .brl-v3-card .button,
.tax-product_cat ul.products .brl-v3-card .button {
	gap: 9px;
	overflow: visible !important;
}

.woocommerce-shop .brl-cta-arrow,
.post-type-archive-product .brl-cta-arrow,
.tax-product_cat .brl-cta-arrow {
	display: inline-flex;
	flex: 0 0 auto;
	color: var(--brl-v3-gold);
	transition: transform 180ms ease;
}

.woocommerce-shop .brl-v3-card:hover .brl-cta-arrow,
.post-type-archive-product .brl-v3-card:hover .brl-cta-arrow,
.tax-product_cat .brl-v3-card:hover .brl-cta-arrow {
	transform: translateX(3px);
}

@media (max-width: 920px) {
	.woocommerce-shop main#wp--skip-link--target > .wp-block-woocommerce-product-collection {
		padding-top: 56px !important;
	}

	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.woocommerce-shop .wc-block-product-template,
	.post-type-archive-product .wc-block-product-template,
	.tax-product_cat .wc-block-product-template {
		gap: 50px 16px !important;
	}

	.woocommerce-shop .brl-image-arrow,
	.post-type-archive-product .brl-image-arrow,
	.tax-product_cat .brl-image-arrow {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 620px) {
	.woocommerce-shop main#wp--skip-link--target > .wp-block-woocommerce-product-collection {
		padding-top: 50px !important;
	}

	.woocommerce-shop .brl-catalog-toolbar,
	.post-type-archive-product .brl-catalog-toolbar,
	.tax-product_cat .brl-catalog-toolbar {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 11px;
		overflow: visible;
	}

	.woocommerce-shop .brl-catalog-purchase-rule,
	.post-type-archive-product .brl-catalog-purchase-rule,
	.tax-product_cat .brl-catalog-purchase-rule {
		font-size: 12px;
		white-space: normal;
	}

	.woocommerce-shop ul.products,
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.woocommerce-shop .wc-block-product-template,
	.post-type-archive-product .wc-block-product-template,
	.tax-product_cat .wc-block-product-template {
		gap: 48px 11px !important;
		padding-top: 18px !important;
	}

	.woocommerce-shop footer .brl-footer__inner {
		width: min(calc(100% - 24px), 480px);
	}

	.woocommerce-shop .brl-v3-card .wc-block-components-product-image,
	.post-type-archive-product .brl-v3-card .wc-block-components-product-image,
	.tax-product_cat .brl-v3-card .wc-block-components-product-image {
		margin-bottom: 17px !important;
	}

	.woocommerce-shop .brl-v3-card .wc-block-components-product-image::before,
	.post-type-archive-product .brl-v3-card .wc-block-components-product-image::before,
	.tax-product_cat .brl-v3-card .wc-block-components-product-image::before {
		font-size: 10px;
	}

	.woocommerce-shop .brl-v3-card .brl-card-category,
	.post-type-archive-product .brl-v3-card .brl-card-category,
	.tax-product_cat .brl-v3-card .brl-card-category {
		font-size: 8px;
	}

	.woocommerce-shop .brl-v3-card .brl-card-cue,
	.post-type-archive-product .brl-v3-card .brl-card-cue,
	.tax-product_cat .brl-v3-card .brl-card-cue {
		gap: 4px;
		margin-top: 17px;
		font-size: 8px;
		letter-spacing: 0.04em;
	}

	.woocommerce-shop .brl-v3-card .wp-block-woocommerce-product-button,
	.post-type-archive-product .brl-v3-card .wp-block-woocommerce-product-button,
	.tax-product_cat .brl-v3-card .wp-block-woocommerce-product-button {
		margin-top: 14px !important;
	}

	.woocommerce-shop .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
	.post-type-archive-product .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
	.tax-product_cat .brl-v3-card .wp-block-woocommerce-product-button .wp-block-button__link,
	.woocommerce-shop ul.products .brl-v3-card .button,
	.post-type-archive-product ul.products .brl-v3-card .button,
	.tax-product_cat ul.products .brl-v3-card .button {
		gap: 8px;
		font-size: 9px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.woocommerce-shop .brl-image-arrow,
	.post-type-archive-product .brl-image-arrow,
	.tax-product_cat .brl-image-arrow,
	.woocommerce-shop .brl-cta-arrow,
	.post-type-archive-product .brl-cta-arrow,
	.tax-product_cat .brl-cta-arrow {
		transition: none !important;
	}
}

/* Shop cards: keep the product photography clean by removing image badges. */
.woocommerce-shop .brl-v3-card .wc-block-components-product-image::before {
	content: none !important;
	display: none !important;
}

/* Product 331: editorial product gallery and continuous purchase flow. */
body.single-product.postid-331 {
	--brl-product-ink: #2d251f;
	--brl-product-muted: #6e655d;
	--brl-product-gold: #9b692b;
	--brl-product-line: #ded5c9;
	--brl-product-wash: #f3eee7;
}

body.single-product.postid-331 .bl-sticky-nav {
	min-height: 86px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

body.single-product.postid-331 .bl-sticky-nav .custom-logo {
	width: 64px !important;
	height: 64px !important;
}

body.single-product.postid-331 .bl-sticky-nav .wp-block-site-title {
	font-size: clamp(30px, 2.7vw, 42px) !important;
	line-height: 1 !important;
}

body.single-product.postid-331 .bl-sticky-nav .wc-block-mini-cart__icon,
body.single-product.postid-331 .bl-sticky-nav .wp-block-woocommerce-customer-account svg {
	width: 27px !important;
	height: 27px !important;
	stroke-width: 1.6;
}

body.single-product.postid-331 main > .wp-block-columns.alignwide {
	align-items: flex-start !important;
	gap: clamp(40px, 3.4vw, 48px) !important;
	height: auto !important;
	min-height: 0 !important;
	margin-top: 22px !important;
	overflow: visible !important;
}

body.single-product.postid-331 main > .wp-block-columns.alignwide > .wp-block-column:first-child {
	position: sticky;
	top: 100px;
	flex-basis: 56% !important;
}

body.single-product.postid-331 main > .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
	flex-basis: 44% !important;
}

body.single-product.postid-331 main > .wp-block-columns.alignwide > .wp-block-column:nth-child(2) > .wp-block-post-title,
body.single-product.postid-331 main > .wp-block-columns.alignwide > .wp-block-column:nth-child(2) > .wp-block-woocommerce-product-price,
body.single-product.postid-331 main > .wp-block-columns.alignwide > .wp-block-column:nth-child(2) > .wp-block-post-excerpt {
	display: none !important;
}

body.single-product.postid-331 .brl-studio--pouch-331,
body.single-product.postid-331 .brl-pouch-preview,
body.single-product.postid-331 .brl-pouch-preview.brl-studio__stage {
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

body.single-product.postid-331 .brl-pouch-preview__workspace {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: clamp(530px, 48vw, 650px) !important;
	min-height: 0 !important;
	padding: 24px !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 22px !important;
	background: var(--brl-product-wash) !important;
	box-sizing: border-box;
}

body.single-product.postid-331 .brl-pouch-preview__workspace::before,
body.single-product.postid-331 .brl-pouch-preview__workspace::after,
body.single-product.postid-331 .brl-pouch-preview__halo,
body.single-product.postid-331 .brl-pouch-preview__ruler,
body.single-product.postid-331 .brl-pouch-preview__a5,
body.single-product.postid-331 .brl-pouch-preview__label,
body.single-product.postid-331 .brl-pouch-preview__head,
body.single-product.postid-331 .brl-pouch-preview__foot {
	display: none !important;
}

body.single-product.postid-331 .brl-pouch-preview__pack,
body.single-product.postid-331 .brl-studio--pouch-331[data-brl-active-step] .brl-pouch-preview__pack {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	display: block !important;
	width: min(100%, 560px) !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	transform: none !important;
	filter: none !important;
	background: transparent !important;
}

body.single-product.postid-331 .brl-pouch-preview__pack > img,
body.single-product.postid-331 .brl-studio--pouch-331[data-brl-active-step] .brl-pouch-preview__pack > img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
	filter: none !important;
}

body.single-product.postid-331 .brl-pouch-gallery {
	display: flex;
	gap: 12px;
	margin-top: 14px;
}

body.single-product.postid-331 .brl-pouch-gallery button {
	display: grid;
	grid-template-columns: 72px auto;
	align-items: center;
	gap: 11px;
	min-width: 0;
	padding: 5px;
	border: 1px solid transparent;
	border-radius: 12px;
	color: var(--brl-product-muted);
	background: transparent;
	cursor: pointer;
}

body.single-product.postid-331 .brl-pouch-gallery button[aria-pressed="true"] {
	border-color: #b78b55;
	color: var(--brl-product-ink);
	background: #faf7f2;
}

body.single-product.postid-331 .brl-pouch-gallery img {
	width: 72px;
	height: 82px;
	border-radius: 8px;
	object-fit: cover;
	background: var(--brl-product-wash);
}

body.single-product.postid-331 .brl-pouch-gallery span {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
}

body.single-product.postid-331 .brl-pouch-builder {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 2px 0 8px !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	overflow: visible !important;
}

body.single-product.postid-331 .brl-pouch-builder__head {
	display: block !important;
	padding: 0 0 25px !important;
	border: 0 !important;
	text-align: left !important;
}

body.single-product.postid-331 .brl-pouch-builder__eyebrow,
body.single-product.postid-331 .brl-pouch-story__kicker,
body.single-product.postid-331 .brl-pouch-related__head > p {
	margin: 0 0 10px !important;
	color: var(--brl-product-gold) !important;
	font-family: inherit;
	font-size: 11px !important;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.single-product.postid-331 .brl-pouch-builder__title-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
}

body.single-product.postid-331 .brl-pouch-builder__title-row h1 {
	margin: 0 !important;
	color: var(--brl-product-ink);
	font-family: var(--wp--preset--font-family--cardo), Georgia, serif;
	font-size: clamp(38px, 3.8vw, 56px) !important;
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.025em;
}

body.single-product.postid-331 .brl-pouch-builder__title-row > strong {
	flex: 0 0 auto;
	color: var(--brl-product-ink);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

body.single-product.postid-331 .brl-pouch-builder__description {
	max-width: 500px;
	margin: 15px 0 0 !important;
	color: #5f564e !important;
	font-size: 15px !important;
	line-height: 1.65 !important;
	text-align: left !important;
}

body.single-product.postid-331 .brl-pouch-builder__tabs {
	display: none !important;
}

body.single-product.postid-331 .brl-pouch-builder__panels {
	display: grid !important;
	grid-auto-rows: auto !important;
	gap: 25px !important;
	height: auto !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: visible !important;
}

body.single-product.postid-331 .brl-pouch-builder__panel,
body.single-product.postid-331 .brl-pouch-builder__panel.is-active,
body.single-product.postid-331 .brl-pouch-builder__panel[hidden] {
	display: block !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	animation: none !important;
}

body.single-product.postid-331 .brl-pouch-builder__panel-head {
	display: block !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
}

body.single-product.postid-331 .brl-pouch-builder__panel-head h2 {
	margin: 0 !important;
	color: var(--brl-product-ink);
	font-family: inherit;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

body.single-product.postid-331 .brl-pouch-builder__formula-options {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 9px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	box-sizing: border-box;
}

body.single-product.postid-331 .brl-pouch-builder__formula-options .brl-blend-choice {
	position: relative;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	min-width: 0;
	min-height: 48px !important;
	padding: 9px 28px 9px 10px !important;
	border: 1px solid var(--brl-product-line) !important;
	border-radius: 9px !important;
	color: var(--brl-product-ink) !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.single-product.postid-331 .brl-pouch-builder__formula-options .brl-blend-choice[aria-pressed="true"] {
	border-color: #b78b55 !important;
	background: #f6efe5 !important;
}

body.single-product.postid-331 .brl-pouch-builder__formula-options .brl-blend-choice__swatch {
	flex: 0 0 20px;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	border-radius: 50% !important;
}

body.single-product.postid-331 .brl-pouch-builder__formula-options .brl-blend-choice > strong {
	overflow: hidden;
	font-size: 11px !important;
	font-weight: 650 !important;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.single-product.postid-331 .brl-choice-check {
	position: absolute;
	top: 50%;
	right: 9px;
	color: var(--brl-product-gold);
	font-size: 11px;
	opacity: 0;
	transform: translateY(-50%);
}

body.single-product.postid-331 [aria-pressed="true"] > .brl-choice-check {
	opacity: 1;
}

body.single-product.postid-331 .brl-option-group,
body.single-product.postid-331 .brl-option-group__choices {
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product.postid-331 .brl-option-group__label {
	display: none !important;
}

body.single-product.postid-331 .brl-pouch-builder__packaging-options .brl-option-group__choices {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 9px !important;
}

body.single-product.postid-331 .brl-pouch-choice--packaging {
	position: relative;
	display: grid !important;
	grid-template-columns: 48px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 10px !important;
	min-height: 62px !important;
	padding: 6px 30px 6px 6px !important;
	border: 1px solid var(--brl-product-line) !important;
	border-radius: 9px !important;
	color: var(--brl-product-ink) !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.single-product.postid-331 .brl-pouch-choice--packaging[aria-pressed="true"],
body.single-product.postid-331 .brl-pouch-choice--size[aria-pressed="true"] {
	border-color: #b78b55 !important;
	background: #f6efe5 !important;
}

body.single-product.postid-331 .brl-pouch-choice__thumb {
	width: 48px !important;
	height: 48px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 7px !important;
	object-fit: cover !important;
}

body.single-product.postid-331 .brl-pouch-choice--packaging strong,
body.single-product.postid-331 .brl-pouch-choice--size strong {
	display: block;
	font-size: 11px !important;
	font-weight: 650 !important;
	line-height: 1.25;
}

body.single-product.postid-331 .brl-pouch-choice--packaging small,
body.single-product.postid-331 .brl-pouch-choice--size small {
	display: block;
	margin-top: 3px;
	color: var(--brl-product-muted) !important;
	font-size: 9px !important;
	line-height: 1.25;
}

body.single-product.postid-331 .brl-pouch-choice--packaging::after,
body.single-product.postid-331 .brl-pouch-choice--size::after {
	content: "✓";
	position: absolute;
	top: 50%;
	right: 10px;
	color: var(--brl-product-gold);
	font-size: 11px;
	opacity: 0;
	transform: translateY(-50%);
}

body.single-product.postid-331 .brl-pouch-choice--packaging[aria-pressed="true"]::after,
body.single-product.postid-331 .brl-pouch-choice--size[aria-pressed="true"]::after {
	opacity: 1;
}

body.single-product.postid-331 .brl-pouch-builder__size-options .brl-option-group__choices {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 9px !important;
}

body.single-product.postid-331 .brl-pouch-choice--size {
	position: relative;
	display: block !important;
	min-height: 52px !important;
	padding: 9px 24px 8px 9px !important;
	border: 1px solid var(--brl-product-line) !important;
	border-radius: 9px !important;
	color: var(--brl-product-ink) !important;
	text-align: left !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.single-product.postid-331 .brl-compatibility-note {
	margin: 16px 0 0;
	font-size: 13px;
	line-height: 1.5;
}

body.single-product.postid-331 .brl-pouch-builder__selection-line {
	margin: 25px 0 12px !important;
	padding-top: 16px;
	border-top: 1px solid var(--brl-product-line);
	color: var(--brl-product-ink) !important;
	font-size: 13px !important;
	font-weight: 600;
	line-height: 1.4;
}

body.single-product.postid-331 .brl-pouch-builder__purchase,
body.single-product.postid-331 .brl-pouch-builder__purchase .single_variation_wrap {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.single-product.postid-331 .brl-pouch-builder__purchase .woocommerce-variation,
body.single-product.postid-331 .brl-pouch-builder__purchase #yith-wapo-container {
	display: none !important;
}

body.single-product.postid-331 .brl-pouch-builder__purchase .variations_button {
	display: grid !important;
	grid-template-columns: 124px minmax(0, 1fr);
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product.postid-331 .brl-pouch-builder__purchase .quantity {
	display: grid !important;
	grid-template-columns: 36px minmax(36px, 1fr) 36px;
	align-items: center;
	width: 124px !important;
	height: 50px;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--brl-product-line);
	border-radius: 9px;
	background: #fff;
}

body.single-product.postid-331 .brl-pouch-builder__purchase .quantity input.qty {
	width: 100% !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--brl-product-ink);
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	-moz-appearance: textfield;
}

body.single-product.postid-331 .brl-pouch-builder__purchase .quantity input.qty::-webkit-outer-spin-button,
body.single-product.postid-331 .brl-pouch-builder__purchase .quantity input.qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

body.single-product.postid-331 .brl-quantity-control {
	width: 36px;
	height: 48px;
	padding: 0;
	border: 0;
	color: var(--brl-product-ink);
	font-size: 18px;
	line-height: 1;
	background: transparent;
	cursor: pointer;
}

body.single-product.postid-331 .brl-pouch-builder__purchase .single_add_to_cart_button {
	width: 100% !important;
	min-height: 50px !important;
	margin: 0 !important;
	padding: 12px 18px !important;
	border: 1px solid #2d251f !important;
	border-radius: 9px !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	background: #2d251f !important;
	box-shadow: none !important;
}

body.single-product.postid-331 .brl-pouch-builder__purchase .single_add_to_cart_button:hover {
	border-color: #a17035 !important;
	background: #a17035 !important;
}

body.single-product.postid-331 .brl-pouch-builder__shipping {
	margin: 9px 0 0 !important;
	color: var(--brl-product-muted) !important;
	font-size: 12px !important;
	line-height: 1.4;
}

body.single-product.postid-331 main > .wp-block-woocommerce-product-details {
	margin-top: clamp(80px, 8vw, 120px) !important;
}

body.single-product.postid-331 .woocommerce-tabs.wc-tabs-wrapper,
body.single-product.postid-331 .woocommerce-Tabs-panel--brinelume_details {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.single-product.postid-331 .woocommerce-tabs > .tabs,
body.single-product.postid-331 .woocommerce-tabs > ul[role="tablist"] {
	display: none !important;
}

body.single-product.postid-331 .woocommerce-Tabs-panel--brinelume_details {
	display: block !important;
}

body.single-product.postid-331 .brl-pouch-editorial {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 1180px;
	margin: 0 auto;
	border-top: 1px solid var(--brl-product-line);
	border-bottom: 1px solid var(--brl-product-line);
}

body.single-product.postid-331 .brl-pouch-story {
	padding: clamp(42px, 5vw, 72px);
}

body.single-product.postid-331 .brl-pouch-story--blend {
	border-right: 1px solid var(--brl-product-line);
}

body.single-product.postid-331 .brl-pouch-story--use,
body.single-product.postid-331 .brl-pouch-story--practical {
	grid-column: 1 / -1;
	border-top: 1px solid var(--brl-product-line);
}

body.single-product.postid-331 .brl-pouch-story--practical {
	display: grid;
	grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
	column-gap: clamp(40px, 7vw, 100px);
}

body.single-product.postid-331 .brl-pouch-story h2,
body.single-product.postid-331 .brl-pouch-related__head h2 {
	margin: 0 !important;
	color: var(--brl-product-ink);
	font-family: var(--wp--preset--font-family--cardo), Georgia, serif;
	font-size: clamp(34px, 4vw, 54px) !important;
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.025em;
}

body.single-product.postid-331 .brl-pouch-story h3 {
	margin: 26px 0 8px !important;
	color: var(--brl-product-ink);
	font-family: var(--wp--preset--font-family--cardo), Georgia, serif;
	font-size: 24px !important;
	font-weight: 400;
	line-height: 1.2;
}

body.single-product.postid-331 .brl-pouch-story > p:not(.brl-pouch-story__kicker),
body.single-product.postid-331 .brl-pouch-accordions p {
	max-width: 720px;
	margin: 14px 0 0 !important;
	color: #5f564e !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
}

body.single-product.postid-331 .brl-pouch-story__note {
	padding-left: 14px;
	border-left: 2px solid #b78b55;
}

body.single-product.postid-331 .brl-pouch-use-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 4vw, 56px);
	margin: 38px 0 0;
	padding: 0;
	list-style: none;
}

body.single-product.postid-331 .brl-pouch-use-steps li {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 12px;
}

body.single-product.postid-331 .brl-pouch-use-steps li > span {
	color: var(--brl-product-gold);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

body.single-product.postid-331 .brl-pouch-use-steps strong {
	color: var(--brl-product-ink);
	font-size: 15px;
}

body.single-product.postid-331 .brl-pouch-use-steps p {
	margin: 7px 0 0 !important;
	color: var(--brl-product-muted) !important;
	font-size: 14px !important;
	line-height: 1.65;
}

body.single-product.postid-331 .brl-pouch-accordions {
	grid-column: 2;
	grid-row: 1 / span 3;
}

body.single-product.postid-331 .brl-pouch-accordions details {
	border-top: 1px solid var(--brl-product-line);
}

body.single-product.postid-331 .brl-pouch-accordions details:last-child {
	border-bottom: 1px solid var(--brl-product-line);
}

body.single-product.postid-331 .brl-pouch-accordions summary {
	position: relative;
	padding: 18px 34px 18px 0;
	color: var(--brl-product-ink);
	font-size: 14px;
	font-weight: 650;
	list-style: none;
	cursor: pointer;
}

body.single-product.postid-331 .brl-pouch-accordions summary::-webkit-details-marker {
	display: none;
}

body.single-product.postid-331 .brl-pouch-accordions summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 2px;
	font-size: 19px;
	font-weight: 400;
	transform: translateY(-50%);
}

body.single-product.postid-331 .brl-pouch-accordions details[open] summary::after {
	content: "−";
}

body.single-product.postid-331 .brl-pouch-accordions details > p,
body.single-product.postid-331 .brl-pouch-accordions details > ul {
	margin: 0 !important;
	padding: 0 0 20px !important;
}

body.single-product.postid-331 .brl-pouch-accordions ul {
	list-style: none;
}

body.single-product.postid-331 .brl-pouch-accordions li {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 7px 0;
	color: var(--brl-product-muted);
	font-size: 13px;
}

body.single-product.postid-331 .brl-pouch-accordions li strong {
	color: var(--brl-product-ink);
}

body.single-product.postid-331 .brl-pouch-related {
	margin-top: clamp(70px, 8vw, 110px);
	padding: clamp(44px, 5vw, 70px);
	border-radius: 24px;
	background: #f1ebe3;
}

body.single-product.postid-331 .brl-pouch-related__head {
	margin-bottom: 34px;
}

body.single-product.postid-331 .brl-pouch-related__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(18px, 2.3vw, 30px);
}

body.single-product.postid-331 .brl-pouch-related-card__image {
	display: block;
	overflow: hidden;
	border-radius: 16px;
	background: #e9dfd2;
}

body.single-product.postid-331 .brl-pouch-related-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	transition: transform 280ms ease;
}

body.single-product.postid-331 .brl-pouch-related-card__image:hover img {
	transform: scale(1.018);
}

body.single-product.postid-331 .brl-pouch-related-card__category {
	margin: 17px 0 7px !important;
	color: var(--brl-product-gold) !important;
	font-size: 10px !important;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.single-product.postid-331 .brl-pouch-related-card h3 {
	margin: 0 !important;
	font-family: var(--wp--preset--font-family--cardo), Georgia, serif;
	font-size: clamp(20px, 2vw, 28px) !important;
	font-weight: 400;
	line-height: 1.15;
}

body.single-product.postid-331 .brl-pouch-related-card h3 a {
	color: var(--brl-product-ink);
	text-decoration: none;
}

body.single-product.postid-331 .brl-pouch-related-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 14px;
	color: var(--brl-product-muted);
	font-size: 12px;
}

body.single-product.postid-331 .brl-pouch-related-card__meta a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--brl-product-ink);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

body.single-product.postid-331 .brl-pouch-related-card__meta svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

body.single-product.postid-331 main > .wp-block-woocommerce-product-collection {
	display: none !important;
}

@media (max-width: 1000px) {
	body.single-product.postid-331 main > .wp-block-columns.alignwide {
		gap: 30px !important;
	}

	body.single-product.postid-331 .brl-pouch-builder__formula-options {
		grid-template-columns: 1fr !important;
	}

	body.single-product.postid-331 .brl-pouch-builder__packaging-options .brl-option-group__choices {
		grid-template-columns: 1fr !important;
	}

	body.single-product.postid-331 .brl-pouch-builder__size-options .brl-option-group__choices {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.single-product.postid-331 .brl-pouch-gallery button {
		grid-template-columns: 58px;
	}

	body.single-product.postid-331 .brl-pouch-gallery img {
		width: 58px;
		height: 68px;
	}

	body.single-product.postid-331 .brl-pouch-gallery span {
		display: none;
	}
}

@media (max-width: 781px) {
	body.single-product.postid-331 .bl-sticky-nav {
		min-height: 74px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	body.single-product.postid-331 .bl-sticky-nav .custom-logo {
		width: 54px !important;
		height: 54px !important;
	}

	body.single-product.postid-331 main > .wp-block-columns.alignwide > .wp-block-column:first-child {
		position: static;
	}

	body.single-product.postid-331 .brl-pouch-preview__workspace {
		height: min(120vw, 540px) !important;
		padding: 14px !important;
	}

	body.single-product.postid-331 .brl-pouch-gallery {
		justify-content: center;
		margin-bottom: 30px;
	}

	body.single-product.postid-331 .brl-pouch-builder {
		padding-top: 4px !important;
	}

	body.single-product.postid-331 .brl-pouch-builder__formula-options {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body.single-product.postid-331 .brl-pouch-builder__packaging-options .brl-option-group__choices {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.single-product.postid-331 .brl-pouch-builder__size-options .brl-option-group__choices {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	body.single-product.postid-331 .brl-pouch-editorial,
	body.single-product.postid-331 .brl-pouch-story--practical {
		grid-template-columns: 1fr;
	}

	body.single-product.postid-331 .brl-pouch-story--blend {
		border-right: 0;
		border-bottom: 1px solid var(--brl-product-line);
	}

	body.single-product.postid-331 .brl-pouch-accordions {
		grid-column: auto;
		grid-row: auto;
		margin-top: 30px;
	}

	body.single-product.postid-331 .brl-pouch-use-steps {
		grid-template-columns: 1fr;
	}

	body.single-product.postid-331 .brl-pouch-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 38px;
	}
}

@media (max-width: 520px) {
	body.single-product.postid-331 .brl-pouch-builder__title-row {
		align-items: flex-end;
		gap: 14px;
	}

	body.single-product.postid-331 .brl-pouch-builder__title-row h1 {
		font-size: 39px !important;
	}

	body.single-product.postid-331 .brl-pouch-builder__formula-options {
		grid-template-columns: 1fr !important;
	}

	body.single-product.postid-331 .brl-pouch-builder__packaging-options .brl-option-group__choices {
		grid-template-columns: 1fr !important;
	}

	body.single-product.postid-331 .brl-pouch-builder__size-options .brl-option-group__choices {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.single-product.postid-331 .brl-pouch-builder__purchase .variations_button {
		grid-template-columns: 124px minmax(0, 1fr) !important;
	}

	body.single-product.postid-331 .brl-pouch-builder__purchase .quantity {
		width: 124px !important;
	}

	body.single-product.postid-331 .brl-pouch-story {
		padding: 38px 22px;
	}

	body.single-product.postid-331 .brl-pouch-related {
		padding: 38px 18px;
		border-radius: 16px;
	}

	body.single-product.postid-331 .brl-pouch-related__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 345px) {
	body.single-product.postid-331 .brl-pouch-builder__purchase .variations_button {
		grid-template-columns: 1fr !important;
	}
}
