/* ==========================================================================
   Made Just 4 You Magnets — theme stylesheet
   Theme by The Free Website Guys.
   ========================================================================== */

:root {
	--font-display: 'Cormorant Garamond', 'Times New Roman', serif;
	--font-body: 'Montserrat', system-ui, -apple-system, sans-serif;

	/* Default palette matches the original site design */
	--color-primary: #e1477f;
	--color-background: #ffffff;
	--color-foreground: #291e22;
	--color-secondary: #fcf3f6;
	--color-border: #ebe0e4;
	--color-muted: #f8f2f4;
	--color-muted-foreground: #746368;
	--color-destructive: #d22d2d;
	--color-primary-foreground: #ffffff;
	--color-linen: #fdf7f9;
	--color-bone: #f7edf1;
	--color-sand: #f1e4e9;
	--color-ivory: #ffffff;
	--logo-height: 72px;

	--radius: 0.5rem;
	--shadow-soft: 0 6px 24px -12px rgba(140, 40, 70, 0.14);
	--shadow-elevated: 0 24px 60px -24px rgba(140, 40, 70, 0.22);

	--btn-radius: 999px;
	--btn-height: 44px;
	--btn-padding: 0 1.75rem;
	--btn-font-size: 15px;
	--btn-font-weight: 500;
	--btn-letter-spacing: normal;
	--btn-text-transform: none;
	--color-button-text: var(--color-primary-foreground);

	--header-height: 96px;
	--checkout-gap: 2rem;
}

/* ---------------- Reset / typography ---------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: clip; }
body {
	background: var(--color-background);
	color: var(--color-foreground);
	font-family: var(--font-body);
	-webkit-font-smoothing: antialiased;
	margin: 0;
}
img:not(.site-logo-img) { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; cursor: pointer; }
button,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
label[for],
select,
summary,
.theme-cat-filter,
.theme-product-thumb,
.theme-card-link,
.theme-menu-toggle,
.theme-cart-toggle,
.theme-quick-view,
.theme-product-card,
.theme-product-card-wrap,
[data-cart-open],
[data-cart-close],
[data-cart-remove],
[data-cart-qty-update] {
	cursor: pointer;
}
button { font-family: inherit; }
input, textarea, select { font-family: inherit; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	font-weight: inherit;
	font-size: inherit;
	letter-spacing: -0.008em;
	margin: 0;
	line-height: 1.05;
}
.font-display { font-family: var(--font-display); font-weight: inherit; font-size: inherit; }
.italic { font-style: italic; }

section[id] { scroll-margin-top: calc(96px + var(--wp-admin--admin-bar--height, 0px)); }

::selection { background: color-mix(in srgb, var(--color-primary) 85%, transparent); color: var(--color-primary-foreground); }

.container-wide { width: 100%; max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
@media (min-width: 1024px) { .container-wide { padding: 0 4rem; } }

/* Cover / full-bleed image exclusions from the global img rule */
img:not(.cover-img):not(.hero-bg-img):not(.product-card-img):not(.gallery-cover-img):not(.site-logo-img) {
	max-width: 100%;
	height: auto;
}
.cover-img, .hero-bg-img, .product-card-img, .gallery-cover-img {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
}

/* ---------------- Buttons ---------------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	white-space: nowrap; border-radius: var(--btn-radius);
	font-size: var(--btn-font-size); font-weight: var(--btn-font-weight);
	letter-spacing: var(--btn-letter-spacing); text-transform: var(--btn-text-transform);
	height: var(--btn-height); padding: var(--btn-padding);
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 150ms ease-out, box-shadow 150ms ease-out, background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out;
}
.btn:hover { transform: scale(1.02); box-shadow: 0 4px 14px -4px rgba(0,0,0,0.2); }
.btn:active { transform: scale(0.97); }
.btn:disabled { pointer-events: none; opacity: 0.6; }
.btn-lg { height: 48px; padding: 0 1.75rem; }

.btn-primary { background: var(--color-primary); color: var(--color-primary-foreground); border-color: var(--color-primary); }
.btn-primary:hover { background: color-mix(in srgb, var(--color-primary) 90%, black); }
.btn-outline { background: transparent; color: var(--color-foreground); border-color: color-mix(in srgb, var(--color-foreground) 25%, transparent); }
.btn-outline:hover { border-color: var(--color-primary); color: var(--color-primary); }
.btn-hero-primary { background: #fff; color: #000; border-color: #fff; }
.btn-hero-primary:hover { background: rgba(255,255,255,0.9); }
.btn-hero-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.btn-hero-outline:hover { background: #fff; color: #000; }
.btn-ghost { background: transparent; border-color: transparent; color: var(--color-muted-foreground); }
.btn-ghost:hover { background: color-mix(in srgb, var(--color-foreground) 6%, transparent); }
.btn-full { width: 100%; }

/* ---------------- Reveal / animation utilities (Section 2.1) ---------------- */
[data-aos] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
		filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform, filter;
}
[data-aos="fade-up"] { transform: translateY(28px); }
[data-aos="fade-down"] { transform: translateY(-28px); }
[data-aos].is-revealed { opacity: 1; transform: translateY(0) translateX(0) scale(1); filter: blur(0); }

body.is-customizer [data-aos] { opacity: 1 !important; transform: none !important; filter: none !important; }

@media (prefers-reduced-motion: reduce) {
	[data-aos] { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
}

@keyframes theme-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes theme-slide-in-bottom { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.animate-fade-in { animation: theme-fade-in 0.7s ease-out both; }
.animate-slide-in-bottom { animation: theme-slide-in-bottom 0.9s cubic-bezier(0.22,1,0.36,1) both; }

.skeleton-shimmer {
	background: linear-gradient(90deg, var(--color-muted) 0%, var(--color-linen) 50%, var(--color-muted) 100%);
	background-size: 200% 100%;
	animation: theme-shimmer 1.6s linear infinite;
}
@keyframes theme-shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
.img-fade-in { opacity: 0; transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1); }
.img-fade-in.is-loaded { opacity: 1; }

@keyframes theme-marquee-scroll { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
.marquee-track { width: max-content; animation: theme-marquee-scroll 45s linear infinite; }
.marquee:hover .marquee-track,
.marquee-track:hover { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } .skeleton-shimmer { animation: none; } .img-fade-in { transition: none; opacity: 1; } }

.hover-lift { transition: transform 400ms cubic-bezier(0.22,1,0.36,1), box-shadow 400ms cubic-bezier(0.22,1,0.36,1); }
.hover-lift:hover { transform: translateY(-4px); box-shadow: var(--shadow-elevated); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
	position: sticky; top: 0; inset-inline: 0; z-index: 50; width: 100%;
	background: color-mix(in srgb, var(--color-background) 95%, transparent);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--color-border);
}
body.admin-bar .site-header {
	top: var(--wp-admin--admin-bar--height, 32px);
}
body.admin-bar .theme-scroll-progress {
	top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
	body.admin-bar .site-header {
		top: var(--wp-admin--admin-bar--height, 46px);
	}
	body.admin-bar .theme-scroll-progress {
		top: var(--wp-admin--admin-bar--height, 46px);
	}
}
.site-header__inner {
	width: 100%; max-width: 80rem; margin: 0 auto; padding: 0 1.5rem;
	display: flex; align-items: center; justify-content: space-between;
	height: 80px; gap: 1rem;
}
@media (min-width: 1024px) { .site-header__inner { padding: 0 4rem; height: 96px; } }

.site-header__left { display: flex; align-items: center; gap: 0.5rem; min-width: 0; }
.theme-menu-toggle {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 6px; background: transparent; border: none;
	color: var(--color-foreground);
	transition: background-color 150ms ease;
}
.theme-menu-toggle:hover { background: color-mix(in srgb, var(--color-foreground) 6%, transparent); }
.theme-menu-toggle__icon { display: block; flex-shrink: 0; }
@media (min-width: 1024px) { .theme-menu-toggle { display: none; } }

.site-logo-link {
	display: flex;
	align-items: center;
	min-width: 0;
	max-width: min(240px, 52vw);
	flex-shrink: 1;
}
.site-header .site-logo-img {
	display: block;
	width: auto;
	height: 56px;
	max-width: 100%;
	max-height: 56px;
	object-fit: contain;
	object-position: left center;
	flex-shrink: 0;
}
@media (min-width: 640px) {
	.site-header .site-logo-img {
		height: 64px;
		max-height: 64px;
	}
}
@media (min-width: 1024px) {
	.site-header .site-logo-img {
		height: var(--logo-height, 72px);
		max-height: var(--logo-height, 72px);
	}
}

/* WooCommerce resets img { height:auto } on shop, PDP, checkout, cart, etc. */
.woocommerce .site-header .site-logo-img,
.woocommerce-page .site-header .site-logo-img,
body.single-product .site-header .site-logo-img,
body.woocommerce-checkout .site-header .site-logo-img,
body.woocommerce-cart .site-header .site-logo-img,
body.woocommerce-account .site-header .site-logo-img {
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
@media (max-width: 639px) {
	.woocommerce .site-header .site-logo-img,
	.woocommerce-page .site-header .site-logo-img,
	body.single-product .site-header .site-logo-img,
	body.woocommerce-checkout .site-header .site-logo-img,
	body.woocommerce-cart .site-header .site-logo-img,
	body.woocommerce-account .site-header .site-logo-img {
		height: 56px;
		max-height: 56px;
	}
}
@media (min-width: 640px) and (max-width: 1023px) {
	.woocommerce .site-header .site-logo-img,
	.woocommerce-page .site-header .site-logo-img,
	body.single-product .site-header .site-logo-img,
	body.woocommerce-checkout .site-header .site-logo-img,
	body.woocommerce-cart .site-header .site-logo-img,
	body.woocommerce-account .site-header .site-logo-img {
		height: 64px;
		max-height: 64px;
	}
}
@media (min-width: 1024px) {
	.woocommerce .site-header .site-logo-img,
	.woocommerce-page .site-header .site-logo-img,
	body.single-product .site-header .site-logo-img,
	body.woocommerce-checkout .site-header .site-logo-img,
	body.woocommerce-cart .site-header .site-logo-img,
	body.woocommerce-account .site-header .site-logo-img {
		height: var(--logo-height, 72px);
		max-height: var(--logo-height, 72px);
	}
}
.site-logo-text { line-height: 1; font-family: var(--font-display); font-style: italic; font-size: 1.5rem; }

.theme-nav-list { display: none; align-items: center; gap: 0.25rem; margin: 0; padding: 0; list-style: none; min-width: 0; }
@media (min-width: 1024px) { .theme-nav-list { display: flex; } }
.theme-nav-list .menu-item { list-style: none; }
.theme-section-link {
	position: relative; display: inline-block; padding: 0.5rem 0.75rem;
	font-size: 15px; font-weight: 500; letter-spacing: 0.02em; text-transform: uppercase;
	color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
	border-radius: 4px; transition: color 200ms ease;
	white-space: nowrap;
}
.theme-section-link:hover { color: var(--color-primary); }
.theme-section-link.is-active { color: var(--color-primary); }
.theme-section-link::after {
	content: ''; position: absolute; left: 0.75rem; right: 0.75rem; bottom: -1px; height: 2px;
	background: var(--color-primary); opacity: 0; transition: opacity 200ms ease;
}
.theme-section-link.is-active::after { opacity: 1; }

.theme-cart-toggle {
	position: relative; display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 6px; background: transparent; border: none; color: var(--color-foreground);
}
.theme-cart-toggle:hover { background: color-mix(in srgb, var(--color-foreground) 6%, transparent); }
.theme-cart-count {
	position: absolute; top: -2px; right: -2px; background: var(--color-primary); color: var(--color-primary-foreground);
	font-size: 12px; font-weight: 600; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 999px;
	display: flex; align-items: center; justify-content: center;
}
.theme-cart-count:empty { display: none; }

.theme-mobile-nav {
	display: none;
	border-top: 1px solid var(--color-border);
	background: var(--color-background);
}
.theme-mobile-nav.is-open {
	display: block;
	animation: theme-fade-in 0.7s ease-out both;
}
.theme-mobile-nav__inner {
	padding: 0.5rem 1rem;
}
@media (min-width: 640px) {
	.theme-mobile-nav__inner { padding-left: 1.5rem; padding-right: 1.5rem; }
}
.theme-mobile-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.theme-mobile-nav-link {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0.75rem 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none;
	color: color-mix(in srgb, var(--color-foreground) 85%, transparent);
	background: none;
	border: none;
	border-bottom: 1px solid var(--color-border);
	border-radius: 0;
	transition: color 150ms ease;
	cursor: pointer;
}
.theme-mobile-nav-list li:last-child .theme-mobile-nav-link { border-bottom: none; }
.theme-mobile-nav-link:hover { color: var(--color-primary); }
@media (min-width: 1024px) {
	.theme-mobile-nav { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
	.theme-mobile-nav.is-open { animation: none; }
}

.theme-scroll-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 60; height: 2px; background: transparent; pointer-events: none; }
.theme-scroll-progress__bar { height: 100%; background: var(--color-foreground); transform-origin: left; transform: scaleX(0); transition: transform 150ms ease-out; }

body.theme-no-hero .site-header { background: color-mix(in srgb, var(--color-background) 95%, transparent); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero-section { position: relative; min-height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #000; }
body.theme-no-hero .hero-section { display: none; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
	position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.7) 100%);
}
.hero-content { position: relative; z-index: 10; text-align: center; color: #fff; padding: 8rem 0 6rem; }
@media (min-width: 1024px) { .hero-content { padding: 10rem 0 8rem; } }
.hero-badge {
	display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 1rem; border-radius: 999px;
	background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25);
	font-size: 15px; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(255,255,255,0.85);
	font-weight: 500; backdrop-filter: blur(4px); margin-bottom: 2rem;
}
.hero-title {
	color: #fff; line-height: 0.98; letter-spacing: -0.015em; margin: 0 auto; max-width: 64rem;
	font-size: clamp(3rem, 8.5vw, 7rem);
	filter: drop-shadow(0 2px 20px rgba(0,0,0,0.45));
}
.hero-subtitle { margin: 2rem auto 0; max-width: 42rem; font-size: 16px; color: rgba(255,255,255,0.85); line-height: 1.6; filter: drop-shadow(0 1px 10px rgba(0,0,0,0.4)); }
@media (min-width: 640px) { .hero-subtitle { font-size: 18px; } }
.hero-actions { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 0.75rem; justify-content: center; }
@media (min-width: 640px) { .hero-actions { flex-direction: row; gap: 1rem; } }

/* ==========================================================================
   MANTRA MARQUEE
   ========================================================================== */
.mantra-marquee { position: relative; background: var(--color-background); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); overflow: hidden; padding: 2.25rem 0; }
@media (min-width: 768px) { .mantra-marquee { padding: 3.15rem 0; } }
.mantra-marquee__fade { pointer-events: none; position: absolute; inset-block: 0; width: 6rem; z-index: 10; }
.mantra-marquee__fade--left { left: 0; background: linear-gradient(to right, var(--color-background), transparent); }
.mantra-marquee__fade--right { right: 0; background: linear-gradient(to left, var(--color-background), transparent); }
@media (min-width: 768px) { .mantra-marquee__fade { width: 10rem; } }
.mantra-marquee .marquee-track { display: flex; align-items: center; gap: 3rem; white-space: nowrap; will-change: transform; }
@media (min-width: 768px) { .mantra-marquee .marquee-track { gap: 5rem; } }
.mantra-marquee__item { display: flex; align-items: center; gap: 3rem; flex-shrink: 0; }
@media (min-width: 768px) { .mantra-marquee__item { gap: 5rem; } }
.mantra-marquee__phrase { font-family: var(--font-display); font-style: italic; line-height: 1; color: var(--color-foreground); font-size: clamp(1.44rem, 3.84vw, 3.2rem); }
.mantra-marquee__dot { display: inline-block; border-radius: 999px; background: var(--color-foreground); flex-shrink: 0; width: clamp(6px, 0.6vw, 10px); height: clamp(6px, 0.6vw, 10px); }

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about-section { background: var(--color-background); padding: 6rem 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
@media (min-width: 768px) { .about-section { padding: 8rem 0; } }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: repeat(12, 1fr); gap: 5rem; } }
.about-col-left { grid-column: 1 / -1; }
.about-col-right { grid-column: 1 / -1; }
@media (min-width: 1024px) { .about-col-left { grid-column: span 5; } .about-col-right { grid-column: span 7; padding-left: 2.5rem; } }

.eyebrow { font-size: 15px; letter-spacing: 0.4em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); margin-bottom: 1.5rem; font-weight: 500; }
.about-section .section-heading { font-size: 2.25rem; line-height: 1.05; color: var(--color-foreground); }
@media (min-width: 768px) { .about-section .section-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .about-section .section-heading { font-size: 3.6rem; } }
.about-body-text { margin-top: 1.25rem; font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.6; max-width: 24rem; }
.about-quote-block { margin-top: 3rem; padding-top: 2rem; }
.about-quote-block blockquote { font-family: var(--font-display); font-style: italic; font-size: 1.5rem; line-height: 1.3; color: color-mix(in srgb, var(--color-foreground) 90%, transparent); margin: 0; }
@media (min-width: 768px) { .about-quote-block blockquote { font-size: 1.8rem; } }
.about-quote-caption { margin-top: 1.25rem; font-size: 15px; letter-spacing: 0.32em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); font-weight: 500; }
.about-promise-box { margin-top: 2.5rem; border-radius: 1rem; border: 1px solid var(--color-border); background: var(--color-secondary); padding: 1.25rem; transition: transform 400ms ease, border-color 400ms ease, box-shadow 400ms ease; }
.about-promise-box:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--color-foreground) 30%, transparent); box-shadow: var(--shadow-elevated); }
.about-promise-label { font-size: 15px; letter-spacing: 0.32em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); margin-bottom: 0.5rem; }
.about-promise-text { font-size: 15px; font-weight: 500; color: var(--color-foreground); }

.about-approach-heading { font-family: var(--font-display); font-style: italic; font-size: 1.875rem; line-height: 1.15; color: var(--color-foreground); margin-bottom: 2rem; }
@media (min-width: 768px) { .about-approach-heading { font-size: 2.25rem; } }
.about-copy { display: flex; flex-direction: column; gap: 1.5rem; font-size: 15px; line-height: 1.75; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); }
@media (min-width: 768px) { .about-copy { font-size: 16px; } }
.about-copy .emphasis { font-family: var(--font-display); font-style: italic; color: color-mix(in srgb, var(--color-foreground) 90%, transparent); font-size: 1.125rem; }
@media (min-width: 768px) { .about-copy .emphasis { font-size: 1.25rem; } }

.about-stats { margin-top: 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; border-top: 1px solid var(--color-border); padding-top: 2rem; }
.about-stat-value { font-family: var(--font-display); font-style: italic; font-size: 1.5rem; color: var(--color-foreground); }
@media (min-width: 768px) { .about-stat-value { font-size: 1.875rem; } }
.about-stat-label { margin-top: 0.25rem; font-size: 15px; text-transform: uppercase; letter-spacing: 0.22em; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }
.about-stat-rule { margin-top: 0.75rem; display: block; height: 1px; width: 1.5rem; background: color-mix(in srgb, var(--color-foreground) 20%, transparent); transition: width 500ms ease, background 500ms ease; }
.about-stat:hover .about-stat-rule { width: 4rem; background: color-mix(in srgb, var(--color-foreground) 60%, transparent); }

/* ==========================================================================
   SHOP
   ========================================================================== */
.shop-section { background: var(--color-background); padding: 6rem 0; }
@media (min-width: 768px) { .shop-section { padding: 8rem 0; } }
.shop-header { display: flex; flex-direction: column; gap: 1.5rem; justify-content: space-between; margin-bottom: 3rem; }
@media (min-width: 1024px) { .shop-header { flex-direction: row; align-items: flex-end; } }
.shop-heading { font-size: 2.25rem; line-height: 1.05; color: var(--color-foreground); }
@media (min-width: 768px) { .shop-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .shop-heading { font-size: 3.4rem; } }
.shop-subtitle { margin-top: 1.25rem; font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.6; max-width: 36rem; }
.theme-shop-search-wrap { position: relative; width: 100%; }
@media (min-width: 1024px) { .theme-shop-search-wrap { width: 20rem; } }
.theme-shop-search-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); width: 1rem; height: 1rem; color: color-mix(in srgb, var(--color-foreground) 50%, transparent); pointer-events: none; }
.theme-shop-search {
	width: 100%; height: 44px; padding: 0 1rem 0 2.75rem; border-radius: 999px;
	background: var(--color-secondary); border: 1px solid var(--color-border); font-size: 15px; color: var(--color-foreground);
}
.theme-shop-search::placeholder { color: color-mix(in srgb, var(--color-foreground) 45%, transparent); }
.theme-shop-search:focus { outline: none; border-color: var(--color-primary); }

.theme-cat-filters { display: flex; flex-wrap: wrap; gap: 0.625rem; margin-bottom: 3rem; }
.theme-cat-filter {
	padding: 0 1.25rem; height: 40px; border-radius: 999px; font-size: 15px; font-weight: 500;
	border: 1px solid color-mix(in srgb, var(--color-primary) 25%, transparent); background: transparent;
	color: color-mix(in srgb, var(--color-foreground) 70%, transparent); transition: color 150ms, border-color 150ms, background-color 150ms;
}
.theme-cat-filter:hover { border-color: var(--color-primary); color: var(--color-primary); }
.theme-cat-filter.is-active { background: var(--color-primary); color: var(--color-primary-foreground); border-color: var(--color-primary); }

.theme-product-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem 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)); row-gap: 3rem; } }

.theme-product-card-wrap { display: flex; flex-direction: column; height: 100%; }
.theme-product-card { position: relative; display: flex; flex-direction: column; height: 100%; }
.theme-product-card > .theme-card-link { position: absolute; inset: 0; z-index: 2; pointer-events: auto; }
.theme-product-card *:not(.theme-card-link) { pointer-events: none; }
.theme-product-card .add_to_cart_button,
.theme-product-card .theme-quick-view { position: relative; z-index: 3; pointer-events: auto; }

.theme-product-card__image-wrapper {
	position: relative; aspect-ratio: 1 / 1; background: var(--color-linen); border-radius: 0.75rem; overflow: hidden;
	margin-bottom: 1rem; border: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
	transition: border-color 200ms;
}
.theme-product-card:hover .theme-product-card__image-wrapper { border-color: color-mix(in srgb, var(--color-primary) 40%, transparent); }
.theme-product-card__image-wrapper img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; will-change: transform; transition: transform 1400ms cubic-bezier(0.22,0.61,0.36,1); }
.theme-product-card:hover .theme-product-card__image-wrapper img { transform: scale(1.04); }
.theme-product-card__scrim {
	position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.6), transparent 60%);
	opacity: 0; transition: opacity 500ms; pointer-events: none;
}
.theme-product-card:hover .theme-product-card__scrim { opacity: 1; }
.theme-product-card__badge {
	position: absolute; top: 0.75rem; left: 0.75rem; background: var(--color-primary); color: var(--color-primary-foreground);
	font-size: 13px; font-weight: 500; padding: 0.25rem 0.65rem; border-radius: 999px; z-index: 3;
}
.theme-product-card__actions {
	position: absolute; inset-inline: 0.75rem; bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem;
	opacity: 0; transition: opacity 500ms ease-out; z-index: 3;
}
.theme-product-card:hover .theme-product-card__actions { opacity: 1; }
.theme-product-card__actions .add_to_cart_button {
	flex: 1; height: 40px; border-radius: 999px !important; min-height: unset !important; padding: 0 1rem !important;
}
.theme-quick-view {
	width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px;
	background: color-mix(in srgb, var(--color-background) 90%, transparent); color: var(--color-foreground);
	border: 1px solid color-mix(in srgb, var(--color-primary) 25%, transparent);
	text-decoration: none;
	transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
	box-shadow: var(--shadow-soft);
}
.theme-quick-view:hover {
	background: var(--color-primary);
	color: var(--color-primary-foreground);
	border-color: var(--color-primary);
}

.theme-product-card__info { flex: 1; padding: 0 0.125rem; }
.theme-product-card__category { font-size: 15px; text-transform: uppercase; letter-spacing: 0.24em; color: color-mix(in srgb, var(--color-primary) 80%, transparent); margin-bottom: 0.375rem; }
.theme-product-card__title { font-family: var(--font-display); font-style: italic; font-size: 1.2rem; line-height: 1.3; color: var(--color-foreground); transition: color 300ms; }
@media (min-width: 768px) { .theme-product-card__title { font-size: 1.35rem; } }
@media (min-width: 1024px) { .theme-product-card__title { font-size: 1.5rem; } }
.theme-product-card:hover .theme-product-card__title { color: var(--color-primary); }
.theme-product-card__price { margin-top: 0.375rem; font-size: 15px; font-weight: 500; color: var(--color-primary); }

.theme-shop-empty { text-align: center; padding: 5rem 0; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }
.theme-shop-viewmore-wrap { margin-top: 3.5rem; display: flex; justify-content: center; }

/* ==========================================================================
   NEW ARRIVALS
   ========================================================================== */
.newarrivals-section { position: relative; background: var(--color-secondary); padding: 6rem 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); overflow: hidden; }
@media (min-width: 768px) { .newarrivals-section { padding: 8rem 0; } }
.newarrivals-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
@media (min-width: 1024px) {
	.newarrivals-grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 3rem 4rem;
		align-items: start;
	}
}
@media (min-width: 1280px) {
	.newarrivals-grid { align-items: center; }
}
.newarrivals-copy { grid-column: 1 / -1; min-width: 0; }
.newarrivals-feature { grid-column: 1 / -1; min-width: 0; }
@media (min-width: 1024px) {
	.newarrivals-copy { grid-column: span 5; position: relative; z-index: 2; }
	.newarrivals-feature { grid-column: span 7; }
}
.newarrivals-section .section-heading { font-size: 2.25rem; line-height: 1.05; color: var(--color-foreground); }
@media (min-width: 768px) { .newarrivals-section .section-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .newarrivals-section .section-heading { font-size: 3.4rem; } }
.newarrivals-paragraph { margin-top: 1.5rem; font-size: 15px; line-height: 1.75; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); max-width: 28rem; }
.newarrivals-quote { margin-top: 1rem; font-family: var(--font-display); font-style: italic; font-size: 1.125rem; color: color-mix(in srgb, var(--color-foreground) 85%, transparent); max-width: 28rem; }
.newarrivals-actions {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
	max-width: 28rem;
}
.newarrivals-actions .btn { width: 100%; justify-content: center; }
@media (min-width: 1280px) {
	.newarrivals-actions {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	.newarrivals-actions .btn {
		width: auto;
		flex: 0 1 auto;
	}
}
.newarrivals-feature .theme-process-grid { gap: 1rem; }
@media (min-width: 768px) {
	.newarrivals-feature .theme-process-grid { gap: 1rem; }
}

.theme-process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.theme-process-card { background: var(--color-background); border: 1px solid var(--color-border); border-radius: 1rem; overflow: hidden; transition: transform 300ms, box-shadow 300ms, border-color 300ms; }
.theme-process-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-elevated); border-color: color-mix(in srgb, var(--color-foreground) 30%, transparent); }
.theme-process-card__image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--color-secondary); }
.theme-process-card__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms; }
.theme-process-card:hover .theme-process-card__image img { transform: scale(1.05); }
.theme-process-card__body { padding: 1.25rem; }
@media (min-width: 768px) { .theme-process-card__body { padding: 1.5rem; } }
.theme-process-card__title { font-family: var(--font-display); font-style: italic; font-size: 1.25rem; color: var(--color-foreground); margin-bottom: 0.5rem; }
@media (min-width: 768px) { .theme-process-card__title { font-size: 1.5rem; } }
.theme-process-card__text { font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.6; }

/* ==========================================================================
   REVIEWS / TESTIMONIALS
   ========================================================================== */
.reviews-section { background: var(--color-background); padding: 6rem 0; }
@media (min-width: 768px) { .reviews-section { padding: 8rem 0; } }
.reviews-heading-row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 2.5rem; }
.reviews-section .section-heading { font-size: 2.25rem; line-height: 1.2; color: var(--color-foreground); }
@media (min-width: 768px) { .reviews-section .section-heading { font-size: 3rem; } }
.theme-marquee-wrap { position: relative; padding: 2.5rem 0; overflow-x: clip; overflow-y: visible; }
@media (min-width: 768px) { .theme-marquee-wrap { padding: 3.5rem 0; } }
.theme-marquee-wrap .marquee-track { display: flex; gap: 1.5rem; }
.theme-testimonial-card {
	flex-shrink: 0; width: 300px; transition: transform 500ms ease-out, filter 500ms ease-out, opacity 500ms ease-out;
}
@media (min-width: 640px) { .theme-testimonial-card { width: 340px; } }
@media (min-width: 768px) { .theme-testimonial-card { width: 380px; } }
.theme-testimonial-card:hover { transform: scale(1.06); z-index: 20; }
.theme-marquee-wrap:hover .theme-testimonial-card { opacity: 0.6; filter: blur(2px); }
.theme-marquee-wrap .theme-testimonial-card:hover { opacity: 1 !important; filter: none !important; }
.theme-testimonial-card__inner {
	height: 100%; background: var(--color-secondary); border: 1px solid var(--color-border); border-radius: 1rem;
	padding: 1.75rem; display: flex; flex-direction: column; transition: border-color 500ms, box-shadow 500ms;
}
.theme-testimonial-card:hover .theme-testimonial-card__inner { border-color: color-mix(in srgb, var(--color-primary) 50%, transparent); box-shadow: var(--shadow-elevated); }
.theme-testimonial-card__stars { display: flex; gap: 2px; margin-bottom: 1.25rem; color: var(--color-foreground); }
.theme-testimonial-card__text { font-size: 15px; line-height: 1.6; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); margin-bottom: 1.5rem; flex: 1; }
.theme-testimonial-card__footer { padding-top: 1rem; border-top: 1px solid var(--color-border); }
.theme-testimonial-card__name { font-size: 15px; font-weight: 500; color: var(--color-foreground); }
.theme-testimonial-card__city { font-size: 13px; text-transform: uppercase; letter-spacing: 0.2em; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); margin-top: 0.25rem; }

/* ==========================================================================
   PRE-CONTACT CTA
   ========================================================================== */
.precontact-section { position: relative; overflow: hidden; background: var(--color-foreground); color: var(--color-background); }
.precontact-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.precontact-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); pointer-events: none; }
.precontact-dots { position: absolute; inset: 0; pointer-events: none; opacity: 0.08; background-image: radial-gradient(rgba(245,240,230,0.6) 1px, transparent 1px); background-size: 22px 22px; }
.precontact-content { position: relative; z-index: 10; text-align: center; padding: 6rem 0; text-shadow: 0 2px 8px rgba(0,0,0,0.5); }
@media (min-width: 768px) { .precontact-content { padding: 9rem 0; } }
.precontact-eyebrow-row { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; font-size: 15px; letter-spacing: 0.4em; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 1.5rem; font-weight: 500; }
.precontact-rule { height: 1px; width: 2rem; background: rgba(255,255,255,0.5); }
.precontact-heading { font-family: var(--font-display); font-style: italic; color: #fff; line-height: 1.05; margin: 0 auto; max-width: 56rem; font-size: clamp(2rem, 5.6vw, 4.2rem); }
.precontact-paragraph { margin: 1.75rem auto 0; max-width: 36rem; font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.6; }
.precontact-cta-wrap { margin-top: 2.5rem; text-shadow: none; }
.precontact-cta {
	background: var(--color-background);
	color: var(--color-foreground);
	border: 1px solid var(--color-primary);
}
.precontact-cta:hover {
	background: color-mix(in srgb, var(--color-background) 90%, transparent);
	border-color: var(--color-primary);
	color: var(--color-foreground);
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-section { background: var(--color-background); padding-top: 6rem; padding-bottom: 4rem; }
@media (min-width: 768px) { .contact-section { padding-top: 8rem; padding-bottom: 5rem; } }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: stretch; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.contact-left { display: flex; flex-direction: column; height: 100%; }
.contact-section .section-heading { font-size: 2.25rem; line-height: 1.05; color: var(--color-foreground); }
@media (min-width: 768px) { .contact-section .section-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .contact-section .section-heading { font-size: 3.4rem; } }
.contact-paragraph { margin-top: 1.5rem; font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.6; max-width: 28rem; }
.contact-touchpoints { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.25rem; list-style: none; padding: 0; }
.contact-touchpoint { display: inline-flex; align-items: center; gap: 1rem; color: var(--color-foreground); transition: color 200ms; }
.contact-touchpoint:hover { color: var(--color-primary); }
.contact-touchpoint__icon { width: 44px; height: 44px; border-radius: 999px; background: var(--color-secondary); border: 1px solid var(--color-border); display: inline-flex; align-items: center; justify-content: center; transition: border-color 200ms; }
.contact-touchpoint:hover .contact-touchpoint__icon { border-color: var(--color-primary); }
.contact-touchpoint__label { font-size: 15px; letter-spacing: 0.24em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); display: block; }
.contact-touchpoint__value { font-size: 15px; font-weight: 500; display: block; }
.contact-note { margin-top: auto; padding-top: 2.5rem; }
.contact-note-box { position: relative; border-radius: 1rem; border: 1px solid var(--color-border); background: var(--color-secondary); padding: 1.5rem; }
.contact-note-box blockquote { font-family: var(--font-display); font-style: italic; color: color-mix(in srgb, var(--color-foreground) 85%, transparent); font-size: 1.125rem; line-height: 1.4; border-left: 2px solid var(--color-primary); padding-left: 1.25rem; margin: 0; }
.contact-note-box p { margin-top: 0.75rem; padding-left: 1.25rem; font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }

.theme-contact-form { background: var(--color-secondary); border: 1px solid var(--color-border); border-radius: 1rem; padding: 1.5rem; box-shadow: var(--shadow-soft); height: 100%; display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 768px) { .theme-contact-form { padding: 2rem; } }
.theme-contact-form .form-row-flex { flex: 1; display: flex; flex-direction: column; gap: 1rem; }
.theme-contact-form .form-grid-2 { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .theme-contact-form .form-grid-2 { grid-template-columns: 1fr 1fr; } }
.theme-form-label { display: block; font-size: 15px; letter-spacing: 0.24em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); margin-bottom: 0.5rem; }
.theme-input, .theme-textarea, .theme-select {
	width: 100%; height: 48px; padding: 0 1rem; background: var(--color-background); border: 1px solid var(--color-border);
	border-radius: 6px; font-size: 15px; color: var(--color-foreground); transition: border-color 150ms;
}
.theme-input::placeholder, .theme-textarea::placeholder { color: color-mix(in srgb, var(--color-foreground) 45%, transparent); }
.theme-input:focus, .theme-textarea:focus, .theme-select:focus { outline: none; border-color: var(--color-primary); }
.theme-textarea { height: auto; padding-top: 0.75rem; padding-bottom: 0.75rem; resize: none; }
.theme-select-wrap { position: relative; }
.theme-select { appearance: none; padding-right: 2.5rem; }
.theme-select-chevron { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); width: 1rem; height: 1rem; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); pointer-events: none; }
.theme-contact-form .form-footer { padding-top: 0.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.theme-form-note { font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); text-align: center; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--color-secondary); border-top: 1px solid var(--color-border); }
.site-footer .container-wide.site-footer__inner {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 1024px) {
	.site-footer .container-wide.site-footer__inner {
		padding-top: 5rem;
		padding-bottom: 5rem;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(4, 1fr); gap: 3rem; } }
.footer-brand-name { font-family: var(--font-display); font-style: italic; font-size: 1.5rem; color: var(--color-foreground); letter-spacing: -0.02em; }
@media (min-width: 1024px) { .footer-brand-name { font-size: 1.875rem; } }
.footer-tagline { margin-top: 1rem; font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.6; max-width: 20rem; }
.footer-quote { margin-top: 1rem; font-size: 1.125rem; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); line-height: 1.6; max-width: 20rem; font-style: italic; font-family: var(--font-display); }
.footer-col-title { font-family: var(--font-display); font-style: italic; font-size: 1.125rem; color: var(--color-foreground); margin-bottom: 1rem; }
.footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.625rem; }
.footer-links li { margin: 0; padding: 0; }
.footer-links a,
.footer-links button,
.footer-links .footer-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;
	color: color-mix(in srgb, var(--color-foreground) 65%, transparent);
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	transition: color 150ms ease;
}
.footer-links a:hover,
.footer-links button:hover,
.footer-links .footer-link:hover { color: var(--color-primary); }
.footer-links .theme-section-link::after { display: none; }
.footer-contact-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.75rem; font-size: 14px; }
.footer-contact-list a { display: inline-flex; align-items: flex-start; gap: 0.5rem; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); }
.footer-contact-list a:hover { color: var(--color-primary); }
.footer-bottom { margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 0.75rem; justify-content: space-between; align-items: center; }
@media (min-width: 640px) { .footer-bottom { flex-direction: row; } }
.footer-bottom p { font-size: 13px; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); margin: 0; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom a:hover { color: var(--color-primary); }

/* ==========================================================================
   404
   ========================================================================== */
.theme-404 { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 6rem 1.5rem; }
.theme-404 h1 { font-size: 3rem; margin-bottom: 1rem; }
.theme-404 p { color: color-mix(in srgb, var(--color-foreground) 60%, transparent); margin-bottom: 1.5rem; }

/* ==========================================================================
   WOOCOMMERCE: GLOBAL BUTTON OVERRIDE (Section 11.4.1)
   ========================================================================== */
.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,
.theme-variable-product-form .single_add_to_cart_button:disabled {
	cursor: not-allowed !important;
	opacity: 0.4 !important;
	pointer-events: none !important;
}
.single_add_to_cart_button.button:disabled:hover,
.add_to_cart_button.button:disabled:hover {
	opacity: 0.4 !important;
	background-color: var(--color-primary) !important;
}
.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: 0.6 !important; pointer-events: none !important; cursor: wait !important; }

.theme-product-card .add_to_cart_button.ajax_add_to_cart {
	min-height: unset !important;
	padding: 0 1rem !important;
	border-radius: 999px !important;
}

/* Hide "View cart" injected by WooCommerce after AJAX add-to-cart (Section 11.4.2) */
.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; }

.theme-attr-select-hidden,
.theme-variation-row select[name^="attribute_"] {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

.theme-variation-row {
	position: relative;
	margin-bottom: 1.25rem;
}
.theme-variation-admin-notice {
	margin-bottom: 1rem;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	font-size: 14px;
	color: var(--color-destructive);
	background: color-mix(in srgb, var(--color-destructive) 10%, transparent);
}
.theme-variation-label {
	font-size: 15px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
	margin-bottom: 0.75rem;
}
.theme-attribute-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
	position: relative;
	z-index: 2;
}
.theme-swatch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 1rem;
	border-radius: 999px;
	border: 1px solid var(--color-border);
	background: var(--color-background);
	color: var(--color-foreground);
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	pointer-events: auto;
	position: relative;
	z-index: 1;
	transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.theme-swatch:hover {
	border-color: color-mix(in srgb, var(--color-primary) 45%, transparent);
	color: var(--color-primary);
}
.theme-swatch.is-selected,
.theme-swatch[aria-pressed="true"] {
	border-color: var(--color-primary);
	background: color-mix(in srgb, var(--color-primary) 10%, transparent);
	color: var(--color-primary);
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--color-primary) 35%, transparent);
}
.theme-swatch:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}
.theme-swatch:disabled,
.theme-swatch.is-disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

/* ==========================================================================
   SINGLE PRODUCT (scoped — mirrors ProductDetail.tsx)
   ========================================================================== */
body.theme-no-hero.single-product .site-main.single-product-main,
.single-product .site-main.single-product-main {
	padding-top: 6rem !important;
	padding-bottom: 5rem !important;
	background: var(--color-ivory, var(--color-background));
}
@media (min-width: 1024px) {
	body.theme-no-hero.single-product .site-main.single-product-main,
	.single-product .site-main.single-product-main {
		padding-top: 7rem !important;
	}
}

.single-product-main .woocommerce-product-gallery,
.single-product-main .woocommerce-tabs,
.single-product-main .product_meta,
.single-product-main .woocommerce-breadcrumb,
.single-product-main .woocommerce-notices-wrapper { display: none !important; }

.theme-breadcrumb { padding: 1.5rem 0; font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }
.theme-breadcrumb a:hover { color: var(--color-primary); }
.theme-breadcrumb .sep { margin: 0 0.5rem; opacity: 0.5; }
.theme-breadcrumb .current { color: var(--color-foreground); }

.single-product-main .theme-product-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.5rem; align-items: start; padding-bottom: 5rem; min-width: 0; }
@media (min-width: 1024px) {
	.single-product-main .theme-product-layout { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 4rem; }
}
.single-product-main .theme-product-gallery { grid-column: 1 / -1; min-width: 0; max-width: 100%; }
.single-product-main .theme-product-info { grid-column: 1 / -1; min-width: 0; max-width: 100%; }
@media (min-width: 1024px) {
	.single-product-main .theme-product-gallery { grid-column: span 7; position: sticky; top: 7rem; align-self: start; }
	.single-product-main .theme-product-info { grid-column: span 5; }
}

.single-product-main .theme-product-main-image {
	position: relative;
	aspect-ratio: 1 / 1;
	width: 100%;
	background: var(--color-linen);
	border-radius: 0.75rem;
	overflow: hidden;
	margin-bottom: 1rem;
}
.single-product-main .theme-product-main-image img {
	position: static !important;
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.single-product-main .theme-product-thumbnails { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.625rem; max-width: 100%; }
.single-product-main .theme-product-thumb {
	position: relative;
	aspect-ratio: 1 / 1;
	background: var(--color-linen);
	border-radius: 0.375rem;
	overflow: hidden;
	border: 2px solid transparent;
	padding: 0;
	cursor: pointer;
}
.single-product-main .theme-product-thumb.is-active { border-color: var(--color-primary); }
.single-product-main .theme-product-thumb:hover { border-color: color-mix(in srgb, var(--color-foreground) 20%, transparent); }
.single-product-main .theme-product-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.single-product-main .theme-product-category { font-size: 15px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-primary); margin-bottom: 0.75rem; font-weight: 500; }
.single-product-main .product-title {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 1.875rem;
	line-height: 1.05;
	color: var(--color-foreground);
	margin-bottom: 1rem;
}
@media (min-width: 768px) { .single-product-main .product-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .single-product-main .product-title { font-size: 2.6rem; } }

.single-product-main .theme-product-price { font-size: 20px; font-weight: 500; color: color-mix(in srgb, var(--color-foreground) 90%, transparent); margin-bottom: 1.75rem; }
.single-product-main .theme-product-description {
	font-size: 15px;
	line-height: 1.625;
	color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
	margin-bottom: 2rem;
	white-space: pre-line;
	overflow-wrap: break-word;
	word-break: break-word;
}

.single-product-main .theme-quantity-wrapper { display: inline-flex; align-items: center; border: 1px solid color-mix(in srgb, var(--color-foreground) 20%, transparent); border-radius: 999px; }
.single-product-main .theme-qty-minus,
.single-product-main .theme-qty-plus { padding: 0.625rem 1rem; background: none; border: none; color: inherit; transition: color 150ms; cursor: pointer; }
.single-product-main .theme-qty-minus:hover,
.single-product-main .theme-qty-plus:hover { color: var(--color-primary); }
.single-product-main .theme-qty-display { padding: 0.625rem 1rem; min-width: 44px; text-align: center; font-size: 15px; font-weight: 500; }
.single-product-main .theme-qty-label { font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); margin-bottom: 0.625rem; }
.single-product-main .theme-quantity-wrapper-outer { margin-bottom: 1.5rem; }

.single-product-main .theme-custom-photo-upload {
	margin-bottom: 1.5rem;
	padding: 1.25rem;
	border: 1px solid color-mix(in srgb, var(--color-foreground) 12%, transparent);
	border-radius: 12px;
	background: color-mix(in srgb, var(--color-secondary) 55%, transparent);
}
.single-product-main .theme-custom-photo-label {
	font-size: 15px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
	margin: 0 0 0.5rem;
}
.single-product-main .theme-custom-photo-help {
	font-size: 15px;
	line-height: 1.5;
	color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
	margin: 0 0 1rem;
}
.single-product-main .theme-custom-photo-controls { display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-start; }
.single-product-main .theme-custom-photo-trigger {
	position: relative;
	cursor: pointer;
	margin: 0;
}
.single-product-main .theme-custom-photo-input {
	position: absolute;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
}
.single-product-main .theme-custom-photo-status {
	font-size: 14px;
	color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
	margin: 0;
}
.single-product-main .theme-custom-photo-status.is-ready { color: var(--color-primary); }
.single-product-main .theme-custom-photo-status.is-error { color: var(--color-destructive); }
.single-product-main .theme-custom-photo-preview {
	margin-top: 1rem;
	width: 120px;
	height: 120px;
	border-radius: 8px;
	overflow: hidden;
	background: var(--color-background);
	border: 1px solid color-mix(in srgb, var(--color-foreground) 12%, transparent);
}
.single-product-main .theme-custom-photo-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.single-product-main .ajax_add_to_cart.theme-requires-custom-photo.is-photo-pending,
.single-product-main .ajax_add_to_cart.theme-requires-custom-photo[aria-disabled="true"] {
	opacity: 0.55;
	pointer-events: none;
	cursor: not-allowed;
}

.theme-cart-item__custom-photo { margin-top: 0.5rem; }
.theme-cart-item__custom-photo-label {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
	margin: 0 0 0.35rem;
}
.theme-cart-item__custom-photo img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 6px;
	display: block;
	border: 1px solid color-mix(in srgb, var(--color-foreground) 12%, transparent);
}
.theme-custom-photo-cart-thumb {
	border-radius: 6px;
	vertical-align: middle;
}

.single-product-main .theme-add-to-cart-area {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
	margin-top: 0;
}
@media (min-width: 640px) {
	.single-product-main .theme-add-to-cart-area { flex-direction: row; }
}
.single-product-main .single_add_to_cart_button,
.single-product-main .theme-buy-now-button { flex: 1 1 auto; width: 100%; min-width: 0; }

.single-product-main .theme-product-details { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); }
.single-product-main .theme-product-details-title { font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); margin-bottom: 1rem; }
.single-product-main .theme-product-details ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.625rem; }
.single-product-main .theme-product-details li { display: flex; align-items: flex-start; font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); }
.single-product-main .theme-product-details li::before { content: ''; width: 4px; height: 4px; border-radius: 999px; background: var(--color-primary); margin: 0.625rem 0.75rem 0 0; flex-shrink: 0; }

.single-product-main .theme-product-trust { margin-top: 2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; padding-top: 1.5rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); }
.single-product-main .theme-product-trust .item { text-align: center; }
.single-product-main .theme-product-trust .item svg { margin: 0 auto 0.5rem; color: var(--color-primary); }
.single-product-main .theme-product-trust .item span { font-size: 15px; letter-spacing: 0.15em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }

.single-product-main .theme-related-products { padding: 5rem 0 0; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); }
.single-product-main .theme-related-products-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2.5rem; gap: 1rem; }
.single-product-main .theme-related-products-header h2 { font-family: var(--font-display); font-weight: 400; font-size: 1.875rem; color: var(--color-foreground); margin: 0; }
@media (min-width: 768px) { .single-product-main .theme-related-products-header h2 { font-size: 2.25rem; } }
.single-product-main .theme-related-view-all { display: none; align-items: center; gap: 0.375rem; font-size: 15px; font-weight: 500; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); text-decoration: none; }
@media (min-width: 640px) { .single-product-main .theme-related-view-all { display: inline-flex; } }
.single-product-main .theme-related-view-all:hover { color: var(--color-primary); }

.single-product-main .theme-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 1.5rem; }
@media (min-width: 1024px) { .single-product-main .theme-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.single-product-main .theme-related-card { display: block; text-decoration: none; color: inherit; }
.single-product-main .theme-related-card__image {
	aspect-ratio: 1 / 1;
	background: var(--color-linen);
	border-radius: 0.75rem;
	overflow: hidden;
	margin-bottom: 1rem;
	border: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
	transition: border-color 150ms;
}
.single-product-main .theme-related-card:hover .theme-related-card__image { border-color: color-mix(in srgb, var(--color-primary) 40%, transparent); }
.single-product-main .theme-related-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 1 / 1; position: static !important; }
.single-product-main .theme-related-card__cat { font-size: 15px; text-transform: uppercase; letter-spacing: 0.24em; color: color-mix(in srgb, var(--color-primary) 80%, transparent); margin: 0 0 0.375rem; }
.single-product-main .theme-related-card__title { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 1.2rem; line-height: 1.375; color: var(--color-foreground); margin: 0; transition: color 150ms; }
@media (min-width: 768px) { .single-product-main .theme-related-card__title { font-size: 1.35rem; } }
@media (min-width: 1024px) { .single-product-main .theme-related-card__title { font-size: 1.5rem; } }
.single-product-main .theme-related-card:hover .theme-related-card__title { color: var(--color-primary); }
.single-product-main .theme-related-card__price { margin: 0.375rem 0 0; font-size: 15px; font-weight: 500; color: var(--color-primary); }

/* ==========================================================================
   ARCHIVE / SHOP PAGE (WooCommerce)
   ========================================================================== */
.woocommerce-page:not(.single-product) main.site-main { padding: 6rem 0; }
.theme-archive-empty { text-align: center; padding: 5rem 1.5rem; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }

/* Notices — scoped visibility (Section 14.1) */
.single-product .woocommerce-message,
.single-product .woocommerce-info,
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-error { color: var(--color-destructive); border-radius: 8px; padding: 1rem; background: color-mix(in srgb, var(--color-destructive) 10%, transparent); }

/* ==========================================================================
   SIDE CART DRAWER (Section 12)
   ========================================================================== */
#theme-cart-overlay { position: fixed; inset: 0; background: color-mix(in srgb, var(--color-foreground) 30%, transparent); z-index: 55; opacity: 0; pointer-events: none; transition: opacity 300ms 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-ivory); z-index: 56; box-shadow: var(--shadow-elevated);
	display: flex; flex-direction: column;
	transform: translateX(100%); transition: transform 350ms cubic-bezier(0.22,1,0.36,1);
}
body.cart-open #theme-cart-drawer { transform: translateX(0); }
#theme-cart-drawer.is-updating { opacity: 0.6; pointer-events: none; }
.theme-cart-header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); }
.theme-cart-header h2 { font-size: 1.5rem; }
.theme-cart-close { padding: 0.375rem; border-radius: 999px; background: none; border: none; color: inherit; }
.theme-cart-close:hover { background: color-mix(in srgb, var(--color-foreground) 6%, transparent); }
.theme-cart-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; }
.theme-cart-empty svg { color: color-mix(in srgb, var(--color-foreground) 30%, transparent); margin-bottom: 1rem; }
.theme-cart-empty p { color: color-mix(in srgb, var(--color-foreground) 65%, transparent); margin-bottom: 1.5rem; font-size: 15px; }
.theme-cart-items { flex: 1; overflow: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.theme-cart-item { display: flex; gap: 1rem; }
.theme-cart-item__image { width: 80px; height: 96px; background: var(--color-bone); border-radius: 6px; overflow: hidden; flex-shrink: 0; }
.theme-cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.theme-cart-item__info { flex: 1; min-width: 0; }
.theme-cart-item__name { font-size: 15px; font-weight: 500; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.theme-cart-item__name:hover { color: var(--color-primary); }
.theme-cart-item__price { font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); margin-top: 0.125rem; }
.theme-cart-item__attrs { font-size: 13px; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); margin-top: 0.125rem; }
.theme-cart-item__controls { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.75rem; }
.theme-cart-item__controls button[data-cart-qty-update] { padding: 0.25rem; background: none; border: none; border-radius: 4px; color: inherit; }
.theme-cart-item__controls button[data-cart-qty-update]:hover { background: var(--color-bone); }
.theme-cart-item__controls .qty-display { font-size: 15px; width: 1.5rem; text-align: center; }
.theme-cart-item__remove { margin-left: auto; font-size: 15px; background: none; border: none; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }
.theme-cart-item__remove:hover { color: var(--color-destructive); }
.theme-cart-footer { padding: 1.5rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); display: flex; flex-direction: column; gap: 1rem; background: color-mix(in srgb, var(--color-linen) 40%, transparent); }
.theme-cart-subtotal-row { display: flex; justify-content: space-between; font-size: 15px; }
.theme-cart-subtotal-row .label { color: color-mix(in srgb, var(--color-foreground) 65%, transparent); }
.theme-cart-subtotal-row .value { font-weight: 500; }
.theme-cart-shipping-note { font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }

@media (max-width: 480px) { #theme-cart-drawer { max-width: 100%; } }

/* ==========================================================================
   RESPONSIVE SAFETY (Section 11.13 / 31.9)
   ========================================================================== */
.single-product .woocommerce-product-details__short-description,
.single-product .posted_in { overflow-wrap: break-word; word-break: break-word; }

/* ==========================================================================
   CHECKOUT — NATIVE WOOCOMMERCE BLOCK
   ========================================================================== */
body.woocommerce-checkout .site-main {
	padding-top: 2rem;
	padding-bottom: 4rem;
	max-width: none;
}

body.woocommerce-checkout .page-title {
	font-size: 2.5rem;
	margin: 0 auto 2rem;
	max-width: 1280px;
	width: 100%;
	padding: 0 1.5rem;
	box-sizing: border-box;
	color: var(--color-foreground);
}
@media (min-width: 1024px) {
	body.woocommerce-checkout .page-title { padding: 0 4rem; }
}

body.woocommerce-checkout .entry-content,
body.woocommerce-checkout .page-content,
body.woocommerce-checkout article {
	max-width: none !important;
	width: 100%;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout {
	display: block;
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5rem;
	box-sizing: border-box;
}
@media (min-width: 1024px) {
	body.woocommerce-checkout .wp-block-woocommerce-checkout,
	body.woocommerce-checkout .wc-block-checkout { padding: 0 4rem; }
}

@media (min-width: 768px) {
	body.woocommerce-checkout .wc-block-components-sidebar-layout,
	body.woocommerce-checkout .wc-block-checkout-sidebar-layout {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
		gap: 1.5rem;
		align-items: start;
	}
}

body.woocommerce-checkout .wc-block-components-notices,
body.woocommerce-checkout .wc-block-components-notice-banner {
	grid-column: 1 / -1;
	order: 1;
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-components-main {
	order: 2;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block {
	order: 3;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background: transparent;
	border-radius: 0;
	padding: 0;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	width: 100%;
	box-sizing: border-box;
	background-color: var(--color-secondary);
	border-radius: var(--radius);
	padding: 2rem;
}

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: 100% !important;
	box-sizing: border-box;
	font-family: var(--font-body);
	font-size: 15px;
	color: var(--color-foreground);
	border: 1px solid var(--color-border);
	border-radius: 6px;
	background: 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 {
	border-color: var(--color-primary);
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background: var(--color-primary) !important;
	border-radius: var(--btn-radius) !important;
	font-family: var(--font-body) !important;
	text-transform: none !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover { opacity: 0.9; cursor: pointer; }

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button {
	cursor: pointer !important;
}

/* ==========================================================================
   THANK YOU PAGE (Section 22.8)
   ========================================================================== */
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .site-main { padding: 3rem 0 5rem; }
body.theme-thankyou-page .woocommerce-order,
body.theme-thankyou-page .woocommerce-thankyou-order-received { width: 100%; max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
body.theme-thankyou-page h2, body.theme-thankyou-page .woocommerce-order-details__title { padding: 0 0 1rem 0; font-size: 1.75rem; }
body.theme-thankyou-page .woocommerce-order-overview { list-style: none; display: flex; flex-wrap: wrap; gap: 1.5rem; padding: 1.5rem 0; margin: 0 0 1.5rem; border-bottom: 1px solid var(--color-border); }
body.theme-thankyou-page .woocommerce-order-details table { width: 100%; table-layout: fixed; border-collapse: collapse; }
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; margin-top: 2rem; }
@media (min-width: 768px) { body.theme-thankyou-page .woocommerce-customer-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; } }
body.theme-thankyou-page .woocommerce-customer-details address { min-width: 0; overflow-wrap: break-word; }
