/* =====================================================================
   Blooming In Grace — theme.css
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Prata&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Karla:wght@300;400;500;600;700&display=swap');

/* ---------------------------------------------------------------------
   1. DESIGN TOKENS (fallbacks; live values are injected via wp_add_inline_style)
   ------------------------------------------------------------------- */
:root {
	--color-background: #fbf9f4;
	--color-foreground: #27352e;
	--color-card: #f5f1ea;
	--color-primary: #3c5d4e;
	--color-primary-foreground: #fbf9f4;
	--color-secondary: #eaeee7;
	--color-muted: #eae7e1;
	--color-muted-foreground: #596961;
	--color-accent: #dee7da;
	--color-accent-foreground: #27352e;
	--color-border: #e2ded4;
	--color-rosa: #cd8e84;
	--color-blush: #f2ded9;
	--color-marigold: #e8c573;
	--color-teal: #bdd1c0;
	--color-nopal: #315443;
	--color-butter: #f6f2ea;
	--color-lilac-field: #dee8de;
	--color-ribbon: #b6ceba;
	--color-goldline: #c7a560;
	--color-button-text: var(--color-primary-foreground);

	--font-display: 'Cormorant Garamond', serif;
	--font-body: 'Karla', sans-serif;
	--font-condensed: 'Prata', 'Cormorant Garamond', serif;

	--radius: 0.75rem;
	--logo-height: 80px;

	--shadow-soft: 0 4px 20px -4px rgba(39, 53, 46, 0.08);
	--shadow-elevated: 0 8px 40px -8px rgba(39, 53, 46, 0.16);
	--transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);

	--btn-radius: 999px;
	--btn-height: 44px;
	--btn-padding: 0 2rem;
	--btn-font-size: 12px;
	--btn-font-weight: 600;
	--btn-letter-spacing: 0.22em;
	--btn-text-transform: uppercase;

	--header-height: 96px;
	--checkout-gap: 1.5rem;
	--checkout-max-width: 80rem;
}

/* ---------------------------------------------------------------------
   2. RESET / BASE
   ------------------------------------------------------------------- */
* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; }
body {
	margin: 0;
	background-color: var(--color-background);
	color: var(--color-foreground);
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) { body { font-size: 18px; } }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	font-weight: inherit;
	font-size: inherit;
	letter-spacing: -0.015em;
	margin: 0;
}

p { margin: 0; }
a { color: inherit; text-decoration: none; cursor: pointer; }
button { font-family: inherit; cursor: pointer; background: none; border: none; padding: 0; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; height: auto; display: block; }

img:not(.cover-img):not(.hero-bg-img):not(.product-card-img) {
	max-width: 100%;
	height: auto;
}
.cover-img, .hero-bg-img, .product-card-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.theme-product-gallery__stacked-item img.product-card-img,
.theme-product-gallery__main-wrap img.product-card-img,
.theme-product-thumb img.product-card-img {
	position: relative;
	inset: auto;
}

.container-wide {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}
@media (min-width: 1024px) { .container-wide { padding: 0 2rem; } }

.theme-section { padding: 4rem 0; }
@media (min-width: 768px) { .theme-section { padding: 5rem 0; } }

.theme-section-head { text-align: center; margin-bottom: 2.5rem; }

.section-heading {
	font-family: var(--font-condensed);
	font-size: 2.25rem;
	line-height: 1.05;
	color: var(--color-foreground);
}
@media (min-width: 768px) { .section-heading { font-size: 3.75rem; } }
@media (min-width: 1024px) { .theme-shop-heading, .theme-featured-heading, .theme-reviews-heading { font-size: 4.5rem; } }

.editorial-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-family: var(--font-display);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.28em;
	line-height: 1;
	margin-bottom: 0.5rem;
}
@media (min-width: 768px) { .editorial-kicker { font-size: 14px; } }
.editorial-kicker::before, .editorial-kicker::after {
	content: '';
	width: 0.95em;
	height: 0.95em;
	flex: none;
	background-color: currentColor;
	opacity: 0.85;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M4 4.5 L10 6.5'/%3E%3Cpath d='M3 10 L10 10'/%3E%3Cpath d='M4 15.5 L10 13.5'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M4 4.5 L10 6.5'/%3E%3Cpath d='M3 10 L10 10'/%3E%3Cpath d='M4 15.5 L10 13.5'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}
.editorial-kicker::before { transform: scaleX(-1); }
.theme-kicker-rosa { color: var(--color-rosa); }
.theme-kicker-nopal { color: var(--color-nopal); }
.theme-kicker-teal { color: var(--color-teal); }

.ribbon-banner {
	position: relative;
	display: inline-block;
	padding: 0.625rem 2rem;
	text-align: center;
	background-color: var(--color-ribbon);
	clip-path: polygon(0% 12%, 4% 0%, 96% 6%, 100% 0%, 100% 88%, 96% 100%, 4% 94%, 0% 100%);
	font-family: var(--font-display);
	font-style: italic;
	font-weight: 600;
	color: var(--color-foreground);
}

.price-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-family: var(--font-display);
	font-weight: 600;
	background-color: var(--color-primary);
	color: var(--color-primary-foreground);
	padding: 0.25rem 0.875rem;
	font-size: 0.875rem;
}
.price-badge del { opacity: 0.6; margin-right: 0.35em; }

.theme-link-underline { position: relative; display: inline-block; }

/* ---------------------------------------------------------------------
   3. BUTTONS
   ------------------------------------------------------------------- */
.theme-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border-radius: var(--btn-radius);
	height: var(--btn-height);
	padding: var(--btn-padding);
	font-family: var(--font-body);
	font-size: var(--btn-font-size);
	font-weight: var(--btn-font-weight);
	letter-spacing: var(--btn-letter-spacing);
	text-transform: var(--btn-text-transform);
	white-space: nowrap;
	transition: all 0.2s var(--transition-smooth);
	border: 1px solid transparent;
	cursor: pointer;
}
.theme-btn-primary { background: var(--color-primary); color: var(--color-primary-foreground); }
.theme-btn-primary:hover { opacity: 0.9; }
.theme-btn-outline { background: transparent; color: var(--color-foreground); border-color: rgba(39,53,46,.4); }
.theme-btn-outline:hover { background: var(--color-foreground); color: var(--color-background); border-color: var(--color-foreground); }
.theme-btn-outline-nopal { background: transparent; color: var(--color-nopal); border-color: var(--color-nopal); }
.theme-btn-outline-nopal:hover { background: var(--color-nopal); color: var(--color-background); }
.theme-btn-outline-teal { background: transparent; color: var(--color-foreground); border-color: var(--color-teal); }
.theme-btn-outline-teal:hover { background: var(--color-teal); }
.theme-btn-foreground { background: var(--color-foreground); color: var(--color-background); }
.theme-btn-foreground:hover { opacity: 0.9; }
.theme-btn-hero-primary { background: rgba(251,249,244,.95); color: var(--color-foreground); font-size: 10px; padding: 0 1.75rem; }
.theme-btn-hero-primary:hover { background: var(--color-background); }
.theme-btn-hero-outline { background: transparent; color: var(--color-background); border-color: rgba(251,249,244,.8); font-size: 10px; padding: 0 1.5rem; }
.theme-btn-hero-outline:hover { background: rgba(251,249,244,.15); border-color: var(--color-background); }
.theme-btn-cta-primary { background: var(--color-background); color: var(--color-foreground); border-color: var(--color-foreground); }
.theme-btn-cta-primary:hover { background: var(--color-foreground); color: var(--color-background); }
.theme-btn-cta-outline { background: transparent; color: var(--color-foreground); border-color: rgba(39,53,46,.6); }
.theme-btn-cta-outline:hover { border-color: var(--color-foreground); background: rgba(39,53,46,.1); }

/* Hero CTAs and add-to-cart buttons stay as designed (uppercase pills) —
   no global text-transform leaks onto headings or serif onto buttons. */
.font-display, h1, h2, h3, h4, h5, h6 { text-transform: none; }

/* ---------------------------------------------------------------------
   4. ANIMATIONS
   ------------------------------------------------------------------- */
@keyframes theme-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes theme-slide-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes theme-heart-twinkle { 0%, 100% { opacity: .4; } 50% { opacity: .8; } }

.animate-fade-in { animation: theme-fade-in .6s var(--transition-smooth) forwards; }
.animate-slide-up { animation: theme-slide-up .6s var(--transition-smooth) forwards; }

.reveal-item {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .7s cubic-bezier(.25,.4,.25,1), transform .7s cubic-bezier(.25,.4,.25,1);
}
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
body.is-customizer .reveal-item,
body.is-customizer .reveal-item.is-visible { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
	.reveal-item { transition: none; opacity: 1; transform: none; }
	.animate-fade-in, .animate-slide-up { animation: none; }
}

/* Stagger children within a section slightly for a natural cascade. */
.reveal-section .reveal-item:nth-child(1) { transition-delay: 0s; }
.reveal-section .reveal-item:nth-child(2) { transition-delay: .05s; }
.reveal-section .reveal-item:nth-child(3) { transition-delay: .1s; }
.reveal-section .reveal-item:nth-child(4) { transition-delay: .15s; }

/* ---------------------------------------------------------------------
   5. ANNOUNCEMENT BAR
   ------------------------------------------------------------------- */
.theme-announcement-bar {
	position: relative;
	background: var(--color-primary);
	color: var(--color-primary-foreground);
}
.theme-announcement-bar__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0.5rem 0;
	text-align: center;
}
.theme-announcement-bar__text {
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.theme-heart-solid, .theme-announcement-bar__heart { width: 12px; height: 12px; color: var(--color-ribbon); flex-shrink: 0; }
@media (max-width: 639px) { .theme-announcement-bar__heart { display: none; } }
.theme-announcement-bar__dismiss {
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.7;
	padding: 0.25rem;
}
.theme-announcement-bar__dismiss:hover { opacity: 1; }

/* ---------------------------------------------------------------------
   6. HEADER
   ------------------------------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: var(--color-background);
	border-top: 2px solid color-mix(in srgb, var(--color-rosa) 40%, transparent);
	border-bottom: 1px solid transparent;
	transition: background-color .3s ease, border-color .3s ease;
}
.site-header.is-scrolled {
	background: color-mix(in srgb, var(--color-background) 95%, transparent);
	backdrop-filter: blur(6px);
	border-bottom-color: color-mix(in srgb, var(--color-border) 60%, transparent);
}
.site-header__nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: max(80px, calc(var(--logo-height) + 1.5rem));
	height: auto;
}
@media (min-width: 768px) { .site-header__nav { min-height: max(112px, calc(var(--logo-height) + 2rem)); } }
.site-header__brand { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; }
.site-logo-img { height: var(--logo-height) !important; width: auto !important; display: block; object-fit: contain; }
.site-logo-text { font-family: var(--font-condensed); font-size: 1.5rem; color: var(--color-foreground); line-height: var(--logo-height); display: block; }
.site-header__right { display: flex; align-items: center; justify-content: flex-end; gap: 1.5rem; }
@media (min-width: 768px) { .site-header__right { gap: 2rem; } }
.theme-nav-list { display: none; align-items: center; gap: 2.5rem; list-style: none; margin: 0; padding: 0; }
@media (min-width: 1024px) { .theme-nav-list { display: flex; } }
.theme-nav-list li { margin: 0; padding: 0; }
.theme-nav-list a, .theme-nav-list button {
	font-size: 15px;
	font-family: var(--font-body);
	font-weight: 400;
	letter-spacing: normal;
	color: color-mix(in srgb, var(--color-foreground) 80%, transparent);
	transition: color .2s ease;
	cursor: pointer;
}
.theme-nav-list a:hover, .theme-nav-list button:hover { color: var(--color-foreground); }
.site-header__actions { display: flex; align-items: center; gap: 0.5rem; }
@media (min-width: 768px) { .site-header__actions { gap: 0.75rem; } }
.theme-cart-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, var(--color-foreground) 30%, transparent);
	font-size: 15px;
	font-family: var(--font-body);
	transition: border-color .2s ease;
}
.theme-cart-toggle:hover { border-color: var(--color-foreground); }
.theme-mobile-toggle {
	padding: 0.5rem;
	margin-right: -0.5rem;
	transition: opacity .2s ease;
}
.theme-mobile-toggle:hover { opacity: 0.6; }
.theme-mobile-toggle .theme-icon-close { display: none; }
.theme-mobile-toggle.is-open .theme-icon-menu { display: none; }
.theme-mobile-toggle.is-open .theme-icon-close { display: block; }
@media (min-width: 1024px) { .theme-mobile-toggle { display: none; } }
.theme-mobile-menu[hidden] { display: none !important; }
.theme-mobile-menu {
	border-top: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
	padding: 1rem 0;
}
.theme-mobile-menu:not([hidden]) { animation: theme-fade-in .6s var(--transition-smooth) forwards; }
.theme-mobile-nav-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.theme-mobile-nav-list li { margin: 0; padding: 0; }
.theme-mobile-nav-list a,
.theme-mobile-nav-list button {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 0.875rem;
	font-family: var(--font-body);
	padding: 0.5rem 0;
	color: var(--color-foreground);
	background: none;
	border: none;
	transition: color .2s ease;
	cursor: pointer;
}
.theme-mobile-nav-list a:hover,
.theme-mobile-nav-list button:hover { color: var(--color-muted-foreground); }
@media (min-width: 1024px) { .theme-mobile-menu { display: none !important; } }

/* ---------------------------------------------------------------------
   7. HERO
   ------------------------------------------------------------------- */
.theme-hero { background: var(--color-background); position: relative; }
.theme-hero__stage {
	position: relative;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	overflow: hidden;
}
.theme-hero__slides {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.theme-hero__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.theme-hero__slide.is-active { opacity: 1; }
.theme-hero__tint,
.theme-hero__tint-2 {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.theme-hero__tint { background: color-mix(in srgb, var(--color-nopal) 25%, transparent); mix-blend-mode: multiply; }
.theme-hero__tint-2 { background: color-mix(in srgb, var(--color-foreground) 30%, transparent); }
.theme-hero__confetti { z-index: 1; }
.theme-hero__content-outer {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: 100vh;
	min-height: 100dvh;
	padding-top: 96px;
}
.theme-hero__content { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 56rem; padding: 3rem 0.75rem 7rem; margin: 0 auto; width: 100%; }
.theme-hero__kicker {
	font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
	color: var(--color-blush); letter-spacing: 0.3em; margin-bottom: 0.75rem;
	font-size: clamp(0.8rem, 1.6vw, 1.05rem);
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.25));
}
.theme-hero__title { font-family: var(--font-condensed); color: var(--color-background); line-height: 1.05; font-size: clamp(2.25rem, 7vw, 5.25rem); }
.theme-hero__ribbon-wrap { margin-top: 1.5rem; }
.theme-hero__subtext { margin-top: 1rem; font-family: var(--font-display); font-style: italic; color: color-mix(in srgb, var(--color-background) 90%, transparent); font-size: 0.875rem; padding: 0 0.5rem; }
@media (min-width: 768px) { .theme-hero__subtext { font-size: 1.25rem; } }
.theme-hero__ctas { margin-top: 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; }
@media (min-width: 640px) { .theme-hero__ctas { flex-direction: row; gap: 1rem; } }
.theme-hero__scallop {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: 10;
}

/* ---------------------------------------------------------------------
   8. SCALLOP DIVIDER / CONFETTI
   ------------------------------------------------------------------- */
.theme-scallop-divider {
	position: absolute;
	inset-inline: 0;
	pointer-events: none;
	-webkit-mask: var(--scallop-mask);
	mask: var(--scallop-mask);
}
.theme-confetti { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.theme-confetti__item { position: absolute; color: var(--color-primary); }
.theme-confetti__item svg { width: 100%; height: 100%; }
.theme-confetti--light .theme-confetti__item { color: var(--color-background); }
.theme-confetti__gold { color: var(--color-goldline); }
.theme-confetti--light .theme-confetti__gold { color: var(--color-ribbon); }

/* ---------------------------------------------------------------------
   9. CATEGORY STRIP
   ------------------------------------------------------------------- */
.theme-catstrip-section { position: relative; }
.theme-catstrip__grid {
	display: grid; grid-template-columns: repeat(2, 1fr);
	justify-items: center; gap: 2.5rem 1.5rem; max-width: 56rem; margin: 0 auto; padding: 1.5rem 1rem 1rem;
}
@media (min-width: 640px) { .theme-catstrip__grid { grid-template-columns: repeat(4, 1fr); gap: 3rem 1.5rem; } }
.theme-catstrip__tile { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.theme-catstrip__tile-image {
	width: 6rem; height: 6rem; border-radius: 999px; overflow: hidden;
	box-shadow: 0 0 0 6px color-mix(in srgb, var(--color-lilac-field) 65%, transparent);
	outline: 1px solid color-mix(in srgb, var(--color-goldline) 50%, transparent);
	transition: transform .3s ease;
}
@media (min-width: 768px) { .theme-catstrip__tile-image { width: 10rem; height: 10rem; } }
.theme-catstrip__tile:hover .theme-catstrip__tile-image { transform: scale(1.05); }
.theme-catstrip__tile-label { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 85%, transparent); }
.theme-catstrip__tile:hover .theme-catstrip__tile-label { color: var(--color-foreground); }

/* ---------------------------------------------------------------------
   10. PRODUCT GRID + CARD
   ------------------------------------------------------------------- */
.theme-product-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: stretch;
}
@media (min-width: 640px) { .theme-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .theme-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.75rem; } }
@media (min-width: 1280px) { .theme-shop-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 2rem; } }
.theme-product-grid--featured { grid-template-columns: 1fr; max-width: 56rem; margin: 0 auto; }
@media (min-width: 768px) { .theme-product-grid--featured { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 3rem; } }
.theme-product-grid--related { grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (min-width: 1024px) { .theme-product-grid--related { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 2rem; } }

.theme-product-card-wrap { display: flex; }
.theme-product-card { position: relative; display: flex; flex-direction: column; width: 100%; height: 100%; }

.theme-product-card__image-wrapper {
	position: relative;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 1.5rem;
	overflow: hidden;
	margin-bottom: 1.25rem;
	padding: 0.5rem;
	outline: 1px solid color-mix(in srgb, var(--color-goldline) 40%, transparent);
	box-shadow: 0 0 0 5px color-mix(in srgb, var(--color-lilac-field) 50%, transparent), 0 10px 30px -16px rgba(40,30,20,.4);
	transition: transform .35s cubic-bezier(.25,.4,.25,1);
}
.theme-product-card:hover .theme-product-card__image-wrapper { transform: translateY(-4px) rotate(-1.2deg); }
.theme-product-card__media-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
	z-index: 1;
}
.theme-product-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
	transition: transform .7s cubic-bezier(.25,.4,.25,1);
}
.theme-product-card:hover .theme-product-card__image { transform: scale(1.04); }
.theme-product-card__image--sold-out { opacity: 0.6; }

.theme-badge {
	position: absolute; top: 1rem; z-index: 3;
	padding: 0.25rem 0.75rem; border-radius: 0.375rem;
	font-size: 11px; font-weight: 500; letter-spacing: 0.02em;
}
.theme-badge--stock { right: 1rem; background: var(--color-foreground); color: var(--color-background); }
.theme-badge--custom { left: 1rem; background: var(--color-marigold); color: var(--color-foreground); }

.theme-product-card__add-btn {
	position: absolute; left: 1rem; right: 1rem; bottom: 1rem; z-index: 4;
	padding: 0.875rem 0; border-radius: 999px;
	background: var(--color-teal); color: var(--color-background);
	border: 1px solid var(--color-teal);
	font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
	font-family: var(--font-body);
	text-align: center;
	opacity: 0; transform: translateY(8px);
	transition: opacity .3s ease, transform .3s ease, background-color .2s ease, color .2s ease;
	cursor: pointer;
}
.theme-product-card:hover .theme-product-card__add-btn { opacity: 1; transform: translateY(0); }
.theme-product-card__add-btn:hover { background: var(--color-background); color: var(--color-teal); }

.theme-product-card__info { padding: 0 0.25rem; display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.theme-product-card__category { font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--color-muted-foreground); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.theme-product-card__title { font-size: 1rem; font-weight: 500; line-height: 1.35; color: var(--color-foreground); transition: color .3s ease; }
.theme-product-card__title-link { color: inherit; text-decoration: none; }
.theme-product-card__title-link:hover { color: var(--color-primary); }
@media (min-width: 768px) { .theme-product-card__title { font-size: 1.125rem; } }

.theme-product-card__price-row { padding-top: 0.125rem; }

/* ---------------------------------------------------------------------
   11. FEATURED / SECTION CTA
   ------------------------------------------------------------------- */
.theme-section-cta { text-align: center; margin-top: 3.5rem; }

/* ---------------------------------------------------------------------
   12. PRODUCT BANNERS
   ------------------------------------------------------------------- */
.theme-banner-section--1 { background: color-mix(in srgb, var(--color-blush) 40%, var(--color-background)); }
.theme-banner-section--2 { background: color-mix(in srgb, var(--color-teal) 25%, var(--color-background)); }
.theme-banner__grid { display: grid; grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 1024px) { .theme-banner__grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.theme-banner__image { position: relative; aspect-ratio: 4/5; overflow: hidden; }
@media (min-width: 640px) { .theme-banner__image { aspect-ratio: 16/10; } }
@media (min-width: 1024px) { .theme-banner__image { aspect-ratio: auto; min-height: 35rem; order: 2; } .theme-banner__image--first { order: 1; } }
.theme-banner__copy { display: flex; flex-direction: column; justify-content: center; padding: 3.5rem 1.5rem; }
@media (min-width: 640px) { .theme-banner__copy { padding: 3.5rem 2.5rem; } }
@media (min-width: 1024px) { .theme-banner__copy { padding: 5rem 5rem; order: 1; } .theme-banner-section--1 .theme-banner__copy { order: 2; } }
.theme-banner__copy-inner { max-width: 34rem; }
.theme-banner__kicker { display: inline-block; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: 13px; letter-spacing: 0.28em; margin-bottom: 0.75rem; }
.theme-banner__kicker--1 { color: var(--color-rosa); }
.theme-banner__kicker--2 { color: var(--color-nopal); }
.theme-banner__name { font-family: var(--font-condensed); font-size: 2.25rem; line-height: 1.05; margin-bottom: 1.25rem; }
@media (min-width: 768px) { .theme-banner__name { font-size: 3rem; } }
@media (min-width: 1024px) { .theme-banner__name { font-size: 3.75rem; } }
.theme-banner__hook { font-family: var(--font-display); font-style: italic; font-size: 1.25rem; color: color-mix(in srgb, var(--color-foreground) 85%, transparent); margin-bottom: 1rem; line-height: 1.35; }
@media (min-width: 768px) { .theme-banner__hook { font-size: 1.5rem; } }
.theme-banner__body { font-size: 1rem; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); line-height: 1.7; margin-bottom: 1.5rem; }
@media (min-width: 768px) { .theme-banner__body { font-size: 1.125rem; } }
.theme-banner__price { font-family: var(--font-condensed); font-size: 1.875rem; margin-bottom: 2rem; }

/* ---------------------------------------------------------------------
   13. SHOP SECTION
   ------------------------------------------------------------------- */
.theme-shop__search { position: relative; max-width: 28rem; margin: 0 auto 2rem; }
.theme-shop__search svg { position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: var(--color-muted-foreground); }
.theme-shop__search input {
	width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--color-border);
	padding: 0.5rem 0 0.5rem 1.75rem; font-size: 1rem; font-family: var(--font-body); color: var(--color-foreground);
}
.theme-shop__search input:focus { outline: none; border-bottom-color: var(--color-foreground); }
.theme-shop__search input::placeholder { color: var(--color-muted-foreground); }

.theme-shop__pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 1rem; }
.theme-pill {
	padding: 0.5rem 1.25rem; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
	border-radius: 999px; border: 1px solid var(--color-border); background: transparent; color: var(--color-foreground);
	transition: all .3s ease;
}
.theme-pill:hover { border-color: var(--color-rosa); color: var(--color-rosa); }
.theme-pill.is-active { background: var(--color-primary); color: var(--color-primary-foreground); border-color: var(--color-primary); }

.theme-shop__price-filter { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.theme-shop__price-toggle {
	display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem;
	font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted-foreground);
	transition: color .2s ease;
}
.theme-shop__price-toggle:hover { color: var(--color-foreground); }
.theme-shop__price-toggle svg { transition: transform .3s ease; }
.theme-shop__price-toggle.is-open svg { transform: rotate(180deg); }
.theme-shop__price-panel { width: 100%; max-width: 24rem; overflow: hidden; max-height: 0; opacity: 0; transition: max-height .3s var(--transition-smooth), opacity .3s var(--transition-smooth); }
.theme-shop__price-panel.is-open { max-height: 10rem; opacity: 1; }
.theme-shop__price-labels { display: flex; justify-content: space-between; font-size: 0.875rem; color: var(--color-muted-foreground); margin-top: 0.5rem; }

/* Dual-handle price range: overlapping full-width inputs (Section 31.4) */
.price-range-wrapper { position: relative; height: 1.5rem; padding: 0 0.5rem; }
.range-track-bg, .range-track-fill { position: absolute; height: 4px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.range-track-bg { left: 0.5rem; right: 0.5rem; background: var(--color-secondary); border-radius: 999px; }
.range-track-fill { background: var(--color-primary); border-radius: 999px; }
.range-input {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0;
	-webkit-appearance: none; appearance: none; background: transparent; pointer-events: none;
}
.range-input::-webkit-slider-thumb {
	-webkit-appearance: none; pointer-events: auto;
	width: 20px; height: 20px; border-radius: 999px; background: var(--color-background);
	border: 2px solid var(--color-primary); cursor: pointer; margin-top: 0;
}
.range-input::-moz-range-thumb { pointer-events: auto; width: 20px; height: 20px; border-radius: 999px; background: var(--color-background); border: 2px solid var(--color-primary); cursor: pointer; }
.range-input::-moz-range-track { background: transparent; }
.range-input--max { z-index: 3; }
.range-input--min { z-index: 4; }

.theme-shop__empty { text-align: center; padding: 5rem 0; color: var(--color-muted-foreground); }
.theme-shop__show-more { text-align: center; margin-top: 3rem; }

/* ---------------------------------------------------------------------
   14. STORY ACCORDION
   ------------------------------------------------------------------- */
.theme-story-head-wrap { padding-top: 5rem; padding-bottom: 1rem; }
@media (min-width: 768px) { .theme-story-head-wrap { padding-top: 7rem; padding-bottom: 1.5rem; } }

.theme-story-desktop { display: none; }
@media (min-width: 1024px) {
	.theme-story-desktop { display: flex; height: 640px; width: 100%; overflow: hidden; }
	.theme-story-panel {
		position: relative; height: 100%; flex: 0 0 120px; overflow: hidden;
		border-left: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent);
		cursor: pointer; transition: flex-basis .55s var(--transition-smooth), flex-grow .55s var(--transition-smooth);
	}
	.theme-story-panel.is-open { flex: 1 1 0; cursor: default; }
	.theme-story-panel--teal { background: var(--color-teal); color: var(--color-foreground); }
	.theme-story-panel--rosa { background: var(--color-rosa); color: var(--color-background); }
	.theme-story-panel__collapsed {
		position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: space-between;
		padding: 2rem 0; width: 120px; opacity: 1; transition: opacity .3s ease;
	}
	.theme-story-panel.is-open .theme-story-panel__collapsed { opacity: 0; pointer-events: none; }
	.theme-story-panel__num { font-family: var(--font-condensed); font-size: 1.875rem; line-height: 1; opacity: .7; }
	.theme-story-panel__vertical-title {
		font-family: var(--font-condensed); text-transform: uppercase; font-size: 2.25rem; line-height: .9;
		white-space: nowrap; writing-mode: vertical-rl; transform: rotate(180deg);
	}
	.theme-story-panel__plus { flex-shrink: 0; width: 2.75rem; height: 2.75rem; border-radius: 999px; border: 1px solid; display: flex; align-items: center; justify-content: center; }
	.theme-story-panel--teal .theme-story-panel__plus { border-color: color-mix(in srgb, var(--color-foreground) 40%, transparent); }
	.theme-story-panel--rosa .theme-story-panel__plus { border-color: color-mix(in srgb, var(--color-background) 40%, transparent); }
	.theme-story-panel__expanded {
		position: absolute; inset: 0; display: flex; align-items: stretch; opacity: 0; transition: opacity .4s var(--transition-smooth) .1s;
		min-width: 560px; pointer-events: none;
	}
	.theme-story-panel.is-open .theme-story-panel__expanded { opacity: 1; pointer-events: auto; }
	.theme-story-panel__image { width: 44%; height: 100%; flex-shrink: 0; overflow: hidden; position: relative; }
	.theme-story-panel__copy { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 2.5rem 3rem; overflow: hidden; }
	.theme-story-panel__num--inline { display: block; margin-bottom: 0.25rem; }
	.theme-story-panel__kicker { display: block; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: 13px; letter-spacing: 0.28em; margin-bottom: 0.75rem; opacity: .8; }
	.theme-story-panel__title { font-family: var(--font-condensed); text-transform: uppercase; font-size: 2.25rem; line-height: .9; margin-bottom: 2rem; }
}
@media (min-width: 1280px) {
	.theme-story-panel__vertical-title, .theme-story-panel__title { font-size: 3rem; }
}
.theme-story-panel__quote { font-family: var(--font-display); font-style: italic; font-size: 1.25rem; line-height: 1.35; margin-bottom: 1.5rem; max-width: 42rem; }
.theme-story-panel__body { font-family: var(--font-body); line-height: 1.7; margin-bottom: 1.25rem; max-width: 42rem; opacity: .9; }
.theme-story-panel__link { margin-top: 1rem; font-family: var(--font-display); font-weight: 500; font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; position: relative; display: inline-block; }
.theme-story-panel__link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .3s var(--transition-smooth); }
.theme-story-panel__link:hover::after { transform: scaleX(1); }

.theme-story-mobile { display: flex; flex-direction: column; }
@media (min-width: 1024px) { .theme-story-mobile { display: none; } }
.theme-story-mobile-panel { border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); }
.theme-story-mobile-panel--teal { background: var(--color-teal); color: var(--color-foreground); }
.theme-story-mobile-panel--rosa { background: var(--color-rosa); color: var(--color-background); }
.theme-story-mobile-panel__header { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; text-align: left; padding: 1.75rem 1.5rem; }
@media (min-width: 768px) { .theme-story-mobile-panel__header { padding: 2.25rem 3.5rem; } }
.theme-story-mobile-panel__heading { display: flex; flex-direction: column; gap: 0.4rem; min-width: 0; }
.theme-story-mobile-panel__num { font-family: var(--font-condensed); font-size: 1.5rem; opacity: .7; }
.theme-story-mobile-panel__kicker { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 0.28em; opacity: .8; }
.theme-story-mobile-panel__heading h3 { font-family: var(--font-condensed); text-transform: uppercase; font-size: 2.25rem; line-height: .9; }
.theme-story-mobile-panel .theme-story-panel__plus { transition: transform .3s ease; border: 1px solid color-mix(in srgb, currentColor 40%, transparent); width: 2.75rem; height: 2.75rem; border-radius: 999px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.theme-story-mobile-panel.is-open .theme-story-panel__plus { transform: rotate(135deg); }
.theme-story-mobile-panel__body { max-height: 0; overflow: hidden; transition: max-height .4s var(--transition-smooth); }
.theme-story-mobile-panel.is-open .theme-story-mobile-panel__body { max-height: 2000px; }
.theme-story-mobile-panel__inner { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; padding: 0 1.5rem 3.5rem; }
@media (min-width: 768px) { .theme-story-mobile-panel__inner { grid-template-columns: 1fr 1fr; padding: 0 3.5rem 5rem; } }
.theme-story-mobile-panel__image { order: 1; border-radius: 0.75rem; overflow: hidden; position: relative; height: 34vh; min-height: 260px; }
@media (min-width: 768px) { .theme-story-mobile-panel__image { height: 44vh; order: 0; } }

/* ---------------------------------------------------------------------
   15. REVIEWS CAROUSEL
   ------------------------------------------------------------------- */
.theme-reviews-section { position: relative; padding: 5rem 0; overflow: hidden; }
@media (min-width: 768px) { .theme-reviews-section { padding: 7rem 0; } }
.theme-reviews__wash { position: absolute; inset: 0; pointer-events: none; }
.theme-reviews__blob { position: absolute; width: 420px; height: 420px; border-radius: 999px; filter: blur(120px); opacity: .4; }
.theme-reviews__blob--teal { top: 0; left: 25%; background: color-mix(in srgb, var(--color-teal) 20%, transparent); }
.theme-reviews__blob--rosa { bottom: 0; right: 25%; width: 380px; height: 380px; background: color-mix(in srgb, var(--color-rosa) 20%, transparent); }
.theme-reviews__inner { position: relative; z-index: 1; }
.theme-reviews__carousel-wrap { position: relative; padding: 0 1rem; }
@media (min-width: 768px) { .theme-reviews__carousel-wrap { padding: 0 3rem; } }
.theme-reviews__viewport { overflow: hidden; }
.theme-reviews__track { display: flex; transition: transform .5s var(--transition-smooth); will-change: transform; }
.theme-reviews__slide--clone { pointer-events: none; }
.theme-reviews__slide { flex: 0 0 100%; min-width: 0; padding: 0 0.75rem; box-sizing: border-box; }
.theme-reviews__card {
	height: 100%; background: color-mix(in srgb, var(--color-card) 80%, transparent); backdrop-filter: blur(4px);
	border-radius: 2.5rem; padding: 2rem 2.25rem; box-shadow: var(--shadow-soft);
	border: 1px solid color-mix(in srgb, var(--color-border) 50%, transparent); display: flex; flex-direction: column;
}
@media (min-width: 768px) { .theme-reviews__card { padding: 2.5rem; } }
.theme-reviews__quote { color: color-mix(in srgb, var(--color-teal) 70%, transparent); margin-bottom: 1.25rem; }
.theme-reviews__stars { display: flex; gap: 0.25rem; margin-bottom: 1.25rem; color: var(--color-marigold); }
.theme-reviews__text { line-height: 1.7; margin-bottom: 1.5rem; flex: 1; color: color-mix(in srgb, var(--color-foreground) 90%, transparent); }
.theme-reviews__meta { padding-top: 1.25rem; border-top: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent); }
.theme-reviews__name { font-family: var(--font-condensed); font-size: 1.125rem; }
.theme-reviews__location { font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-reviews__arrow {
	position: absolute; top: 50%; transform: translateY(-50%); width: 2.5rem; height: 2.5rem; border-radius: 999px;
	background: color-mix(in srgb, var(--color-background) 90%, transparent); border: 1px solid var(--color-border); box-shadow: var(--shadow-soft);
	display: flex; align-items: center; justify-content: center; transition: background-color .2s ease, border-color .2s ease;
}
@media (min-width: 768px) { .theme-reviews__arrow { width: 3rem; height: 3rem; } }
.theme-reviews__arrow:hover { background: color-mix(in srgb, var(--color-teal) 20%, transparent); border-color: var(--color-teal); }
.theme-reviews__arrow--prev { left: 0; }
.theme-reviews__arrow--next { right: 0; }
.theme-reviews__dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 2rem; }
.theme-reviews__dot { width: 0.625rem; height: 0.625rem; border-radius: 999px; background: color-mix(in srgb, var(--color-primary) 25%, transparent); transition: all .3s ease; }
.theme-reviews__dot:hover { background: color-mix(in srgb, var(--color-primary) 50%, transparent); }
.theme-reviews__dot.is-active { background: var(--color-primary); width: 1.75rem; }

/* ---------------------------------------------------------------------
   16. NEWSLETTER
   ------------------------------------------------------------------- */
.theme-newsletter-section { position: relative; background: color-mix(in srgb, var(--color-blush) 50%, transparent); padding: 6rem 0; }
@media (min-width: 768px) { .theme-newsletter-section { padding: 8rem 0; } }
.theme-newsletter__inner { max-width: 42rem; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.theme-newsletter__title { font-family: var(--font-condensed); font-size: 2.25rem; line-height: 1.05; margin-bottom: 1.25rem; }
@media (min-width: 768px) { .theme-newsletter__title { font-size: 3.75rem; } }
.theme-newsletter__body { color: color-mix(in srgb, var(--color-foreground) 75%, transparent); font-size: 1rem; margin: 0 auto 2rem; max-width: 32rem; }
@media (min-width: 768px) { .theme-newsletter__body { font-size: 1.125rem; } }
.theme-newsletter__form { display: flex; flex-direction: column; gap: 0.75rem; max-width: 28rem; margin: 0 auto; }
@media (min-width: 640px) { .theme-newsletter__form { flex-direction: row; } }
.theme-newsletter__form input {
	flex: 1; padding: 0.75rem 1rem; background: var(--color-background); border: 1px solid var(--color-border);
	border-radius: 999px; font-size: 1rem; font-family: var(--font-body); color: var(--color-foreground);
}
.theme-newsletter__form input::placeholder { color: var(--color-muted-foreground); }
.theme-newsletter__form input:focus { outline: none; box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 50%, transparent); }
.theme-newsletter__form button {
	display: inline-flex; align-items: center; justify-content: center; background: var(--color-primary); color: var(--color-primary-foreground);
	border-radius: 999px; padding: 0.75rem 1.5rem; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
	transition: background-color .2s ease;
}
.theme-newsletter__form button:hover { background: color-mix(in srgb, var(--color-primary) 90%, transparent); }
.theme-newsletter__scallop { top: 0; bottom: auto; z-index: 10; }

/* ---------------------------------------------------------------------
   17. FINAL CTA
   ------------------------------------------------------------------- */
.theme-cta-section { position: relative; overflow: hidden; }
.theme-cta__grid { display: grid; grid-template-columns: 1fr; min-height: 420px; }
@media (min-width: 1024px) { .theme-cta__grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.theme-cta__image { position: relative; overflow: hidden; min-height: 280px; }
@media (min-width: 1024px) { .theme-cta__image { min-height: 480px; } }
.theme-cta__copy { position: relative; background: var(--color-accent); color: var(--color-accent-foreground); display: flex; align-items: center; justify-content: center; padding: 5rem 2rem; }
@media (min-width: 768px) { .theme-cta__copy { padding: 6rem 4rem; } }
.theme-cta__copy-inner { max-width: 28rem; text-align: center; }
.theme-cta__title { font-family: var(--font-condensed); font-size: 2.25rem; line-height: 1.05; margin-bottom: 1.5rem; }
@media (min-width: 768px) { .theme-cta__title { font-size: 3rem; } }
@media (min-width: 1024px) { .theme-cta__title { font-size: 3.75rem; } }
.theme-cta__body { color: color-mix(in srgb, var(--color-accent-foreground) 80%, transparent); line-height: 1.7; margin-bottom: 2.5rem; }
.theme-cta__actions { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }
@media (min-width: 640px) { .theme-cta__actions { flex-direction: row; } }

/* ---------------------------------------------------------------------
   18. FOOTER
   ------------------------------------------------------------------- */
.site-footer { background: var(--color-butter); }
.site-footer__inner { padding-top: 2.5rem; padding-bottom: 2rem; }
@media (min-width: 1024px) {
	.site-footer__inner { padding-top: 3.5rem; padding-bottom: 2.5rem; }
}
.site-footer__brand-row { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--color-border); }
@media (min-width: 640px) { .site-footer__brand-row { flex-direction: row; align-items: center; justify-content: space-between; } }
.site-footer__brand { flex-shrink: 0; display: flex; align-items: center; gap: 0.75rem; }
.site-footer__logo-img { height: 10rem !important; }
@media (min-width: 640px) { .site-footer__logo-img { height: 13rem !important; } }
.site-footer__brand-copy { max-width: 32rem; }
@media (min-width: 640px) { .site-footer__brand-copy { text-align: right; } }
.site-footer__brand-copy p { font-size: 0.875rem; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); line-height: 1.6; }
.site-footer__email { margin-top: 0.75rem; }
.site-footer__email a:hover { color: var(--color-foreground); }

.site-footer__columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
@media (min-width: 768px) { .site-footer__columns { grid-template-columns: repeat(4, 1fr); gap: 3rem; } }
.site-footer__col h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; margin-bottom: 1.25rem; }
.site-footer__col ul { display: flex; flex-direction: column; gap: 0.75rem; }
.site-footer__col a, .theme-footer-link { font-size: 0.875rem; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); text-align: left; transition: color .2s ease; }
.site-footer__col a:hover, .theme-footer-link:hover { color: var(--color-foreground); }
.site-footer__col--reach { grid-column: span 2 / span 2; }
@media (min-width: 768px) { .site-footer__col--reach { grid-column: span 1 / span 1; } }
.site-footer__reach-body {
	font-size: 0.875rem;
	color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
	margin-bottom: 1.25rem;
	line-height: 1.625;
}
.site-footer__reach-list { display: flex; flex-direction: column; gap: 0.75rem; }
.site-footer__reach-list li, .site-footer__reach-list a { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); }
.site-footer__social { margin-top: 1.5rem; display: flex; align-items: center; gap: 1rem; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); }
.site-footer__social a:hover { color: var(--color-foreground); }

.site-footer__bottom { margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--color-border); display: flex; flex-direction: column; align-items: center; gap: 0.75rem; text-align: center; }
@media (min-width: 640px) { .site-footer__bottom { flex-direction: row; justify-content: space-between; text-align: left; } }
.site-footer__quote { font-size: 12px; color: var(--color-nopal); font-family: var(--font-display); font-style: italic; letter-spacing: 0.02em; }
.site-footer__credit { font-size: 12px; color: var(--color-muted-foreground); letter-spacing: 0.02em; }
.site-footer__credit a { text-decoration: underline; }
.site-footer__credit a:hover { color: var(--color-foreground); }

.site-footer__band { background: var(--color-primary); color: var(--color-primary-foreground); }
.site-footer__band-inner { padding: 0.75rem 0; display: flex; align-items: center; justify-content: center; gap: 0.75rem; }
.site-footer__band-inner a { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.22em; font-size: 12px; transition: opacity .2s ease; }
@media (min-width: 640px) { .site-footer__band-inner a { font-size: 0.875rem; } }
.site-footer__band-inner a:hover { opacity: 0.8; }
.theme-heart-outline { color: var(--color-ribbon); }

/* ---------------------------------------------------------------------
   19. CONTACT MODAL
   ------------------------------------------------------------------- */
#theme-contact-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
#theme-contact-modal {
	position: fixed; top: 50%; left: 50%; transform: translate(-50%, -48%) scale(.96); z-index: 91;
	width: calc(100% - 2rem); max-width: 32rem; max-height: 90vh; overflow-y: auto;
	background: var(--color-background); border-radius: 0.75rem; box-shadow: var(--shadow-elevated);
	padding: 1.5rem; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease;
}
body.contact-open #theme-contact-overlay,
body.contact-open #theme-contact-modal { opacity: 1; pointer-events: auto; }
body.contact-open #theme-contact-modal { transform: translate(-50%, -50%) scale(1); }
.theme-contact-modal__close { position: absolute; right: 1rem; top: 1rem; opacity: .7; padding: 0.25rem; }
.theme-contact-modal__close:hover { opacity: 1; }
.theme-contact-modal__header h2 { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 0.5rem; }
.theme-contact-modal__header p { color: var(--color-muted-foreground); font-size: 0.9rem; line-height: 1.5; margin-bottom: 1rem; }
.theme-contact-modal__meta { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: var(--color-muted-foreground); margin-bottom: 1rem; }
.theme-contact-modal__row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .theme-contact-modal__row { grid-template-columns: 1fr 1fr; } }
.theme-contact-modal__form label { font-size: 0.875rem; font-weight: 500; display: block; margin-bottom: 0.4rem; }
.theme-contact-modal__form input, .theme-contact-modal__form textarea {
	width: 100%; padding: 0.625rem 0.75rem; background: var(--color-background); border: 1px solid var(--color-border);
	border-radius: 0.375rem; font-size: 1rem; font-family: var(--font-body); color: var(--color-foreground); margin-bottom: 1rem;
}
.theme-contact-modal__form textarea { resize: none; }
.theme-contact-modal__form input:focus, .theme-contact-modal__form textarea:focus { outline: none; box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 50%, transparent); }
.theme-contact-modal__submit-row { display: flex; justify-content: flex-end; }
.theme-contact-modal__success { text-align: center; padding: 2rem 0; }
.theme-contact-modal__success-icon { width: 3.5rem; height: 3.5rem; background: var(--color-primary); color: var(--color-primary-foreground); border-radius: 999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.theme-contact-modal__success h3 { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 0.5rem; }
.theme-contact-modal__success p { font-size: 0.875rem; color: var(--color-muted-foreground); }

/* ---------------------------------------------------------------------
   20. SIDE CART
   ------------------------------------------------------------------- */
#theme-cart-overlay { position: fixed; inset: 0; background: color-mix(in srgb, var(--color-foreground) 20%, transparent); z-index: 95; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
body.cart-open #theme-cart-overlay { opacity: 1; pointer-events: auto; }
#theme-cart-drawer {
	position: fixed; right: 0; top: 0; height: 100%; width: 100%; max-width: 28rem; background: var(--color-background);
	z-index: 96; box-shadow: var(--shadow-elevated); display: flex; flex-direction: column;
	transform: translateX(100%); transition: transform .35s var(--transition-smooth); overflow: hidden;
}
body.cart-open #theme-cart-drawer { transform: translateX(0); }
#theme-cart-drawer.is-updating { opacity: .6; pointer-events: none; }
.theme-cart-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid var(--color-border); }
.theme-cart-drawer__header h2 { font-family: var(--font-display); font-size: 1.125rem; }
.theme-cart-drawer__close { padding: 0.25rem; opacity: .7; }
.theme-cart-drawer__close:hover { opacity: 1; }
.theme-cart-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; gap: 1rem; }
.theme-cart-drawer__empty svg { color: var(--color-muted-foreground); }
.theme-cart-drawer__empty p { color: var(--color-muted-foreground); }
.theme-cart-drawer__items { flex: 1; overflow: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.theme-cart-drawer__item { display: flex; gap: 1rem; }
.theme-cart-drawer__item-image { width: 5rem; height: 6rem; flex-shrink: 0; background: var(--color-secondary); overflow: hidden; border-radius: 0.25rem; }
.theme-cart-drawer__item-image img { width: 100%; height: 100%; object-fit: cover; }
.theme-cart-drawer__item-info { flex: 1; min-width: 0; }
.theme-cart-drawer__item-name { font-size: 0.9rem; font-weight: 500; display: block; margin-bottom: 0.15rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.theme-cart-drawer__item-price { font-size: 0.875rem; color: var(--color-muted-foreground); margin: 0.125rem 0 0; }
.theme-cart-drawer__item-note { font-size: 0.75rem; color: var(--color-rosa); margin: 0.25rem 0 0; line-height: 1.4; }
.theme-cart-drawer__item-variation { font-size: 0.75rem; color: var(--color-muted-foreground); margin: 0.25rem 0 0; line-height: 1.4; font-family: var(--font-body); }
.theme-cart-drawer__item-controls { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.6rem; }
.theme-cart-drawer__item-controls button { padding: 0.25rem; border-radius: 0.25rem; }
.theme-cart-drawer__item-controls button:hover { background: var(--color-secondary); }
.theme-cart-drawer__item-qty { font-size: 0.875rem; width: 1.5rem; text-align: center; }
.theme-cart-drawer__remove { margin-left: auto; font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-cart-drawer__remove:hover { color: var(--color-foreground); }
.theme-cart-drawer__footer { padding: 1.5rem; border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-drawer__subtotal { display: flex; justify-content: space-between; font-size: 0.9rem; }
.theme-cart-drawer__shipping-note { font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-cart-drawer__checkout { width: 100%; }
.theme-cart-drawer__empty-btn { width: 100%; }

/* Hide "View cart" injected by WooCommerce after AJAX add-to-cart */
.woocommerce-page a.added_to_cart.wc-forward,
.single-product a.added_to_cart.wc-forward,
body a.added_to_cart.wc-forward { display: none !important; }

/* Suppress WooCommerce's own loading spinner; theme handles loading state */
.single-product .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }
.ajax_add_to_cart.theme-btn-loading { opacity: .6 !important; pointer-events: none !important; cursor: wait !important; }

/* ---------------------------------------------------------------------
   21. WOOCOMMERCE — GLOBAL OVERRIDES (Section 14)
   ------------------------------------------------------------------- */
.single-product .woocommerce-message,
.single-product .woocommerce-info,
#theme-cart-drawer .woocommerce-message { display: none; }

.woocommerce-message, .woocommerce-info, .woocommerce-error {
	max-width: 80rem; margin: 1rem auto; padding: 1rem 1.5rem; border-radius: 0.5rem;
	list-style: none; font-family: var(--font-body); font-size: 0.95rem;
	background: var(--color-secondary); color: var(--color-foreground); border-left: 3px solid var(--color-primary);
}
.woocommerce-error { border-left-color: #b3413d; }

.single_add_to_cart_button.button,
.add_to_cart_button.button,
a.single_add_to_cart_button,
a.add_to_cart_button {
	background-color: var(--color-primary) !important;
	color: var(--color-button-text) !important;
	border: none !important;
	border-radius: var(--btn-radius) !important;
	min-height: var(--btn-height) !important;
	padding: var(--btn-padding) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: var(--font-body) !important;
	font-size: var(--btn-font-size) !important;
	font-weight: var(--btn-font-weight) !important;
	letter-spacing: var(--btn-letter-spacing) !important;
	text-transform: var(--btn-text-transform) !important;
	cursor: pointer !important;
	transition: opacity 0.2s ease !important;
}
.single_add_to_cart_button.button:hover,
.add_to_cart_button.button:hover {
	opacity: 0.85 !important;
	background-color: var(--color-primary) !important;
	color: var(--color-button-text) !important;
}
.single_add_to_cart_button.button:disabled,
.single_add_to_cart_button.button.disabled,
.add_to_cart_button.button:disabled,
.add_to_cart_button.button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4 !important;
	pointer-events: none !important;
}
.single_add_to_cart_button.button:disabled:hover,
.single_add_to_cart_button.button.disabled:hover,
.add_to_cart_button.button:disabled:hover,
.add_to_cart_button.button.disabled:hover {
	opacity: 0.4 !important;
	background-color: var(--color-primary) !important;
}

/* Card compact button overrides the global rule after it (cascade) */
.theme-product-card .add_to_cart_button.ajax_add_to_cart,
.theme-product-card button.add_to_cart_button.ajax_add_to_cart {
	min-height: unset !important;
	padding: 0.875rem 0 !important;
	background-color: var(--color-teal) !important;
	border: 1px solid var(--color-teal) !important;
}
.theme-product-card .add_to_cart_button.ajax_add_to_cart:hover {
	background-color: var(--color-background) !important;
	color: var(--color-teal) !important;
}

/* ---------------------------------------------------------------------
   22. WOOCOMMERCE — VARIATIONS TABLE LAYOUT (Section 11.5.1)
   ------------------------------------------------------------------- */
.single-product .variations.shop_attributes tbody,
.single-product .variations tbody tr,
.single-product .variations tbody td { display: block; width: 100%; }
.single-product .variations tbody td.label { padding-bottom: 0.25rem; font-weight: 600; font-family: var(--font-body); font-style: normal; }
.single-product .variations tbody td.value { padding-top: 0; }
.single-product .variations select { width: 100%; padding: 0.625rem; border: 1px solid var(--color-border); border-radius: 0.375rem; font-family: var(--font-body); background: var(--color-background); }
.single_variation_wrap { margin-top: 1rem; }

/* ---------------------------------------------------------------------
   23. SINGLE PRODUCT PAGE
   ------------------------------------------------------------------- */
.theme-product-page { padding-top: 1rem; }
@media (min-width: 1024px) { .theme-product-page { padding-top: 1.5rem; } }
.theme-breadcrumb { padding: 1rem 0; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted-foreground); }
.theme-breadcrumb a:hover { color: var(--color-foreground); }
.theme-breadcrumb__sep { margin: 0 0.5rem; opacity: .5; }
.theme-breadcrumb__current { color: var(--color-foreground); }

.theme-product-layout {
	display: grid; grid-template-columns: 1fr; gap: 2.5rem;
	padding-bottom: 6rem; padding-top: 1rem; align-items: start; min-width: 0;
}
@media (min-width: 1024px) { .theme-product-layout { grid-template-columns: 7fr 5fr; gap: 4rem; } }

.theme-product-gallery, .theme-product-info { min-width: 0; max-width: 100%; }
.theme-product-gallery--desktop { display: none; }
@media (min-width: 1024px) {
	.theme-product-gallery--mobile { display: none; }
	.theme-product-gallery--desktop { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: 7rem; }
}
.theme-product-gallery__main-wrap, .theme-product-gallery__stacked-item { position: relative; aspect-ratio: 1/1; background: var(--color-secondary); overflow: hidden; }
.theme-product-thumbnails { display: flex; gap: 0.75rem; margin-top: 1rem; overflow-x: auto; flex-wrap: wrap; max-width: 100%; padding-bottom: 0.25rem; }
.theme-product-thumb { position: relative; width: 5rem; height: 5rem; flex-shrink: 0; overflow: hidden; background: var(--color-secondary); }
.theme-product-thumb img { opacity: .6; transition: opacity .2s ease; }
.theme-product-thumb:hover img, .theme-product-thumb.is-active img { opacity: 1; }
.theme-product-thumb::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--color-foreground); opacity: 0; transition: opacity .2s ease; }
.theme-product-thumb.is-active::after { opacity: 1; }

.theme-product-info__category { font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--color-muted-foreground); }
.product-title.theme-product-info__title { font-family: var(--font-display); font-weight: 400; font-size: 1.875rem; line-height: 1.1; margin: 0.75rem 0 1.25rem; overflow-wrap: break-word; word-break: break-word; }
@media (min-width: 768px) { .product-title.theme-product-info__title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .product-title.theme-product-info__title { font-size: 2.75rem; } }
.theme-product-info__price { font-size: 1.25rem; margin-bottom: 1.5rem; }
.theme-product-info__stock--out { color: #b3413d; font-weight: 600; margin-bottom: 1rem; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.08em; }
.theme-product-info__excerpt { color: var(--color-muted-foreground); line-height: 1.7; margin-bottom: 2rem; font-size: 1rem; overflow-wrap: break-word; word-break: break-word; }

.theme-quantity-field { margin-bottom: 1rem; }
.theme-quantity-field__label {
	margin: 0 0 0.75rem;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--color-muted-foreground);
}
.theme-quantity-wrapper {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--color-border);
	background: var(--color-background);
}
.theme-quantity-wrapper button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.75rem;
	border: none;
	background: transparent;
	color: inherit;
	cursor: pointer;
	transition: background-color .2s ease;
}
.theme-quantity-wrapper button:hover { background: var(--color-secondary); }
.theme-qty-input {
	min-width: 2.75rem;
	width: auto;
	padding: 0.5rem 1rem;
	height: auto;
	text-align: center;
	border: none;
	border-left: 1px solid var(--color-border);
	border-right: 1px solid var(--color-border);
	background: transparent;
	font-family: var(--font-body);
	font-size: 0.875rem;
	line-height: 1.25;
	-moz-appearance: textfield;
}
.theme-qty-input::-webkit-outer-spin-button,
.theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.theme-pdp-actions,
.single-product .woocommerce-variation-add-to-cart.theme-pdp-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	margin-bottom: 1.5rem;
}
.theme-pdp-actions .single_add_to_cart_button { width: 100%; margin-top: 0; }

/* Safety: hide any leftover default WC variation add-to-cart blocks */
.single-product .single_variation_wrap > .woocommerce-variation-add-to-cart:not(.theme-pdp-actions) {
	display: none !important;
}

/* Hide default WC quantity inputs when not using theme wrapper */
.single-product .woocommerce-variation-add-to-cart > .quantity,
.single-product form.cart > .quantity:not(.theme-quantity-wrapper) {
	display: none !important;
}

.theme-personalize { margin-top: 1.5rem; margin-bottom: 1rem; border-radius: 1rem; border: 1px solid var(--color-border); background: color-mix(in srgb, var(--color-secondary) 60%, transparent); padding: 1.25rem; }
.theme-personalize__label { display: flex; align-items: flex-start; gap: 0.75rem; cursor: pointer; font-size: 0.9rem; }
.theme-personalize__checkbox { margin-top: 0.2rem; width: 1rem; height: 1rem; accent-color: var(--color-primary); }
.theme-personalize__hint { display: block; font-size: 13px; color: var(--color-muted-foreground); margin-top: 0.25rem; }
#theme-personalize-note { margin-top: 1rem; width: 100%; border-radius: 0.75rem; border: 1px solid var(--color-border); background: var(--color-background); padding: 0.75rem; font-size: 0.9rem; font-family: var(--font-body); }
#theme-personalize-note:focus { outline: none; box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 50%, transparent); }

.theme-product-accordions { margin-top: 2.5rem; border-top: 1px solid var(--color-border); }
.theme-accordion { border-bottom: 1px solid var(--color-border); }
.theme-accordion__trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 0; text-align: left; font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; }
.theme-accordion__trigger svg { transition: transform .2s ease; }
.theme-accordion.is-open .theme-accordion__trigger svg { transform: rotate(180deg); }
.theme-accordion__panel { display: none; padding-bottom: 1.5rem; font-size: 15px; color: var(--color-muted-foreground); line-height: 1.7; }
.theme-accordion.is-open .theme-accordion__panel { display: block; }
.theme-accordion__description, .woocommerce-product-details__short-description, .woocommerce-variation-description, .posted_in { overflow-wrap: break-word; word-break: break-word; }
.theme-accordion__details ul { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.theme-accordion__details li { display: flex; align-items: flex-start; }
.theme-accordion__details li::before { content: ''; width: 4px; height: 4px; background: var(--color-foreground); border-radius: 999px; margin-top: 0.5rem; margin-right: 0.75rem; flex-shrink: 0; }

.theme-related-products { padding: 5rem 0; border-top: 1px solid var(--color-border); }
.theme-related-products__kicker { font-family: var(--font-display); font-style: italic; text-align: center; color: var(--color-muted-foreground); margin-bottom: 0.25rem; }
.theme-related-products__title { font-family: var(--font-display); text-align: center; font-size: 1.875rem; margin-bottom: 3rem; }
@media (min-width: 768px) { .theme-related-products__title { font-size: 2.25rem; } }

/* ---------------------------------------------------------------------
   24. CHECKOUT (WooCommerce Blocks) — Section 13
   ------------------------------------------------------------------- */
body.woocommerce-checkout .site-main,
body.woocommerce-cart .site-main,
body.woocommerce-account .site-main { padding-bottom: 4rem; }

body.woocommerce-checkout.theme-no-hero .site-main,
body.woocommerce-cart.theme-no-hero .site-main { padding-top: 1rem; }

@media (min-width: 1024px) {
	body.woocommerce-checkout.theme-no-hero .site-main,
	body.woocommerce-cart.theme-no-hero .site-main { padding-top: 1.5rem; }
}

body.woocommerce-checkout .theme-page-container,
body.woocommerce-cart .theme-page-container { padding-top: 1.5rem; padding-bottom: 1.5rem; }

.theme-checkout-page-header {
	width: 100%;
	max-width: var(--checkout-max-width);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.theme-checkout-back {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 2rem;
	font-family: var(--font-body);
	font-size: 0.875rem;
	color: var(--color-muted-foreground);
	text-decoration: none;
	transition: color 0.2s ease;
}
.theme-checkout-back:hover { color: var(--color-foreground); }
.theme-checkout-back svg { flex-shrink: 0; }

body.woocommerce-checkout .page-title,
body.woocommerce-cart .page-title,
body.woocommerce-account .page-title { font-family: var(--font-condensed); font-size: 2.25rem; margin-bottom: 2rem; }

/* Parents: full width — do not compress the checkout block */
body.woocommerce-checkout .site-main,
body.woocommerce-checkout .theme-page-container,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout article,
body.woocommerce-checkout #page-content {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

body.woocommerce-cart .theme-page-container,
body.woocommerce-account .theme-page-container { max-width: var(--checkout-max-width); }

/* Checkout block container: 1280px centered */
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout .wp-block-woocommerce-checkout,
.entry-content .wc-block-checkout,
.entry-content .wp-block-woocommerce-checkout {
	display: block;
	width: 100%;
	max-width: var(--checkout-max-width);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

/* Notices: same width/alignment as checkout content */
body.woocommerce-checkout .wc-block-components-notices,
.entry-content .wc-block-checkout .wc-block-components-notices,
.entry-content .wp-block-woocommerce-checkout .wc-block-components-notices {
	width: 100%;
	max-width: var(--checkout-max-width);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	/* 2-column layout — target real WC sidebar layout wrappers */
	body.woocommerce-checkout .wc-block-components-sidebar-layout,
	body.woocommerce-checkout .wc-block-checkout-sidebar-layout,
	body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout,
	body.woocommerce-checkout .wc-block-checkout .wc-block-checkout-sidebar-layout,
	.entry-content .wc-block-checkout .wc-block-components-sidebar-layout,
	.entry-content .wc-block-checkout .wc-block-checkout-sidebar-layout {
		display: grid !important;
		grid-template-columns: 1fr minmax(360px, 400px) !important;
		gap: var(--checkout-gap);
		align-items: start;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin: 0 auto;
		box-sizing: border-box;
		flex-wrap: unset !important;
	}

	/* Notices inside layout: full width row */
	body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-notices,
	body.woocommerce-checkout .wc-block-checkout-sidebar-layout > .wc-block-components-notices,
	.entry-content .wc-block-checkout .wc-block-components-sidebar-layout > .wc-block-components-notices,
	.entry-content .wc-block-checkout .wc-block-checkout-sidebar-layout > .wc-block-components-notices,
	body.woocommerce-checkout .wc-block-components-notice-banner,
	.entry-content .wc-block-checkout .wc-block-components-notice-banner {
		grid-column: 1 / -1;
		order: 1;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	body.woocommerce-checkout .wc-block-components-main,
	body.woocommerce-checkout .wc-block-checkout__main,
	body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block,
	.entry-content .wc-block-checkout .wc-block-components-main,
	.entry-content .wc-block-checkout .wc-block-checkout__main {
		order: 2;
		grid-column: 1;
		width: 100% !important;
		min-width: 0;
		max-width: 100%;
		padding: 0 !important;
		margin: 0 !important;
		box-sizing: border-box;
	}

	body.woocommerce-checkout .wc-block-components-sidebar,
	body.woocommerce-checkout .wc-block-checkout__sidebar,
	body.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block,
	.entry-content .wc-block-checkout .wc-block-components-sidebar,
	.entry-content .wc-block-checkout .wc-block-checkout__sidebar {
		order: 3;
		grid-column: 2;
		width: 100% !important;
		min-width: 360px;
		max-width: 100%;
		padding: 0 !important;
		margin: 0 !important;
		box-sizing: border-box;
	}
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
.entry-content .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

/* Cart block layout (same sidebar pattern) */
body.woocommerce-cart .theme-page-container { max-width: var(--checkout-max-width); }

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-cart__totals-title {
	min-width: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	body.woocommerce-cart .wc-block-cart .wc-block-components-sidebar-layout,
	body.woocommerce-cart .wc-block-cart .wc-block-cart__main-content-container {
		display: grid;
		grid-template-columns: 1fr minmax(360px, 400px);
		gap: var(--checkout-gap);
		align-items: start;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-textarea textarea {
	width: 100% !important;
	max-width: none !important;
	font-family: var(--font-body);
	font-size: 1rem;
	color: var(--color-foreground);
	border: 1px solid var(--color-border);
	border-radius: 0.5rem;
	background-color: var(--color-background);
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-select select:focus,
body.woocommerce-checkout .wc-block-components-textarea textarea:focus,
body.woocommerce-checkout .wc-block-components-text-input input:focus-visible {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 30%, transparent);
}
body.woocommerce-checkout .wc-block-components-text-input input::placeholder { color: var(--color-muted-foreground); }

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-button:not(.is-link) {
	background-color: var(--color-primary) !important;
	color: var(--color-primary-foreground) !important;
	border-radius: var(--btn-radius) !important;
	font-family: var(--font-body) !important;
	font-size: var(--btn-font-size) !important;
	font-weight: var(--btn-font-weight) !important;
	letter-spacing: var(--btn-letter-spacing) !important;
	text-transform: var(--btn-text-transform) !important;
	min-height: var(--btn-height) !important;
	border: none !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover { opacity: 0.9; }

body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-cart .wc-block-cart__totals-title {
	background-color: color-mix(in srgb, var(--color-card) 100%, transparent);
	border-radius: var(--radius);
	padding: 2rem;
}

body.woocommerce-checkout .wc-block-components-notice-banner { border-radius: 0.5rem; font-family: var(--font-body); }
body.woocommerce-checkout h2, body.woocommerce-checkout h3 { font-family: var(--font-condensed); margin-bottom: 1rem; }

/* ---------------------------------------------------------------------
   25. THANK YOU PAGE
   ------------------------------------------------------------------- */
body.theme-thankyou-page { overflow-x: hidden; }
.theme-thankyou { max-width: 42rem; margin: 0 auto; text-align: center; padding: 2rem 0 4rem; }
.theme-thankyou__icon { width: 4rem; height: 4rem; background: var(--color-primary); color: var(--color-primary-foreground); border-radius: 999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
body.theme-thankyou-page .woocommerce-order { text-align: left; }
body.theme-thankyou-page .woocommerce-order h2,
body.theme-thankyou-page .woocommerce-order-details__title { font-family: var(--font-condensed); font-size: 1.75rem; padding: 0 0 1rem 0; }
body.theme-thankyou-page .woocommerce-order-overview { display: flex; flex-wrap: wrap; gap: 1.5rem; list-style: none; padding: 0; margin: 0 0 2rem; }
body.theme-thankyou-page .woocommerce-order-overview li { border: none; padding: 0; }
body.theme-thankyou-page .woocommerce-order-details table { width: 100%; table-layout: fixed; border-collapse: collapse; margin-bottom: 2rem; }
body.theme-thankyou-page .woocommerce-order-details th,
body.theme-thankyou-page .woocommerce-order-details td { padding: 0.75rem; border-bottom: 1px solid var(--color-border); }
body.theme-thankyou-page .woocommerce-order-details tfoot th { text-align: left; }
body.theme-thankyou-page .woocommerce-order-details tfoot td { text-align: right; }
body.theme-thankyou-page .woocommerce-customer-details { display: flex; flex-direction: column; gap: 1.5rem; }
@media (min-width: 768px) {
	body.theme-thankyou-page .woocommerce-customer-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
}
body.theme-thankyou-page .woocommerce-customer-details address { min-width: 0; overflow-wrap: break-word; border: 1px solid var(--color-border); border-radius: 0.5rem; padding: 1rem; font-style: normal; }

/* ---------------------------------------------------------------------
   26. GENERIC PAGES / 404
   ------------------------------------------------------------------- */
.site-main { padding-top: 6rem; padding-bottom: 4rem; }
body.theme-no-hero .site-main { padding-top: 7rem; }
.theme-page-container { max-width: 60rem; }
.page-title { font-family: var(--font-condensed); font-size: 2.25rem; margin-bottom: 1.5rem; }

.theme-404 { display: flex; align-items: center; justify-content: center; min-height: 70vh; }
.theme-404__inner { text-align: center; }
.theme-404__code { font-family: var(--font-condensed); font-size: 4rem; margin-bottom: 1rem; }
.theme-404__message { font-size: 1.25rem; color: var(--color-muted-foreground); margin-bottom: 1.5rem; }
.theme-404__link { color: var(--color-primary); text-decoration: underline; cursor: pointer; }

/* ---------------------------------------------------------------------
   28. CLICKABLE CURSOR
   ------------------------------------------------------------------- */
.theme-catstrip__tile,
.theme-product-card__media-link,
.theme-product-card__title-link,
.theme-footer-link,
.theme-cart-toggle,
.theme-story-panel__link,
.theme-story-panel__collapsed,
.theme-story-mobile-panel__header,
.theme-pill,
.theme-announcement-bar__dismiss,
.theme-product-card,
.theme-product-card__add-btn,
.theme-reviews__nav button,
.theme-reviews__dot,
.site-footer__band a,
.theme-breadcrumb a,
.theme-accordion__trigger,
.theme-contact-modal__close,
.theme-cart-drawer__close,
.theme-cart-drawer__item-name,
.theme-cart-drawer__remove,
.theme-404__link,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

/* ---------------------------------------------------------------------
   27. WOOCOMMERCE PRODUCT CARD MARKER (WooCommerce archive fallback)
   ------------------------------------------------------------------- */
.theme-shop-archive .theme-section-head { margin-bottom: 2.5rem; }
