/* Pink Diamond Lotus theme stylesheet. Author: The Free Website Guys. */

:root {
	--color-background: #f9f7f6;
	--color-foreground: #0f0f0f;
	--color-primary: #0a0a0a;
	--color-dark: #080808;
	--color-secondary: #f8edf0;
	--color-vanilla: #faf4f6;
	--color-nude: #eddee3;
	--color-cocoa: #242424;
	--color-muted-foreground: #616161;
	--color-accent: #e12388;
	--color-accent-deep: #b6206b;
	--color-gold: #c9a126;
	--color-gold-soft: #dec373;
	--color-border: #eadce1;
	--color-button-text: #f9f7f6;
	--logo-height: 64px;

	--font-display: 'Bodoni Moda', 'Didot', 'Georgia', serif;
	--font-body: 'Jost', system-ui, -apple-system, sans-serif;

	--radius: 0.75rem;
	--shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.08);
	--shadow-elevated: 0 22px 60px -18px rgba(0, 0, 0, 0.32);
	--shadow-gold: 0 14px 34px -12px rgba(225, 35, 136, 0.42);
	--transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);
	--gradient-berry: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-deep) 100%);
	--gradient-dark: linear-gradient(135deg, var(--color-dark) 0%, #242424 100%);
	--header-height: 96px;

	--btn-radius: 999px;
	--btn-height: 52px;
	--btn-padding: 16px 32px;
	--btn-font-size: 14px;
	--btn-font-weight: 600;
	--btn-letter-spacing: 0.16em;
	--btn-text-transform: uppercase;
}

/* ---------------- Reset & base ---------------- */
* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
html { scroll-behavior: smooth; }
body {
	background-color: var(--color-background);
	color: var(--color-foreground);
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
p, a, button, li, label, input, textarea, select, small, time, figcaption, blockquote, cite {
	font-size: max(0.875rem, 14px);
}
p, li, blockquote, figcaption, dd, summary {
	text-wrap: pretty;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-family: inherit;
	font-weight: inherit;
}
.font-hero, .hero-title {
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1;
}
img { max-width: 100%; display: block; }
img:not(.cover-img):not(.hero-bg-img):not(.product-card-img):not(.single-product-main-img):not(.single-product-thumb-img):not(.cart-drawer-item-img):not(.header-logo-img):not(.footer-logo):not(.mens-soon-card-img) {
	max-width: 100%;
	height: auto;
}
.cover-img, .hero-bg-img, .product-card-img, .single-product-main-img, .single-product-thumb-img, .cart-drawer-item-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cover-img, .hero-bg-img, .product-card-img {
	position: absolute;
	inset: 0;
}
#product-main-img-btn .single-product-main-img,
.theme-product-thumb .single-product-thumb-img {
	position: relative;
	display: block;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; background: none; border: none; }
ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: 0.005em;
	line-height: 1.04;
	color: var(--color-foreground);
	margin: 0;
	font-variation-settings: 'opsz' 48;
	text-wrap: balance;
}
.container-wide {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 1.25rem;
}
@media (min-width: 640px) { .container-wide { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container-wide { padding: 0 2.5rem; } }

.text-muted { color: var(--color-muted-foreground); }
.collections-section .text-muted, .shop-section .text-muted, .affirmations-section .text-muted, .community-section .text-muted, .faq-intro .text-muted, .contact-paragraph {
	font-size: 1rem;
	line-height: 1.625;
}
@media (min-width: 768px) {
	.collections-section .text-muted, .shop-section .text-muted, .affirmations-section .text-muted, .community-section .text-muted, .faq-intro .text-muted, .contact-paragraph {
		font-size: 1.125rem;
		line-height: 1.7;
	}
}
/* Section body copy — Lovable text-base (16px) */
.hero-paragraph,
.statement-paragraph,
.whyus-paragraph,
.story-paragraphs p,
.selfesteem-paragraph,
.contact-paragraph,
.newsletter-paragraph,
.product-description,
.product-description p,
.faq-panel-inner,
.faq-panel-inner p {
	font-size: 1rem;
	line-height: 1.625;
}
.font-display { font-family: var(--font-display); }
.cs-label {
	font-family: var(--font-body);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 14px;
	line-height: 1.3;
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---------------- Section surfaces ---------------- */
.cs-section-dark { background-color: var(--color-dark); color: var(--color-background); }
.cs-section-cream { background-color: var(--color-background); color: var(--color-foreground); }
.cs-section-cream-alt { background-color: var(--color-vanilla); color: var(--color-foreground); }
.cs-section-blush { background-color: var(--color-secondary); color: var(--color-foreground); }
.section-py { padding: 5rem 0; }
@media (min-width: 768px) { .section-py { padding: 7rem 0; } }

.texture-linen, .texture-marble { position: relative; }
.texture-linen::before {
	content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
	background-image: repeating-linear-gradient(90deg, rgba(0,0,0,0.03) 0 1px, transparent 1px 3px), repeating-linear-gradient(0deg, rgba(0,0,0,0.03) 0 1px, transparent 1px 3px);
}
.texture-marble::before {
	content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.55;
	background-image: radial-gradient(ellipse at 18% 22%, rgba(250,235,241,0.55) 0%, transparent 45%), radial-gradient(ellipse at 82% 68%, rgba(240,225,190,0.4) 0%, transparent 50%), radial-gradient(ellipse at 55% 8%, rgba(240,215,235,0.3) 0%, transparent 42%);
}

/* ---------------- Buttons ---------------- */
.doce-eyebrow {
	display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border-radius: 999px;
	background: var(--color-background); border: 1px solid color-mix(in srgb, var(--color-accent) 28%, transparent);
	color: var(--color-accent-deep); font-family: var(--font-body); font-weight: 600; text-transform: uppercase;
	letter-spacing: 0.18em; font-size: 14px; transition: all 320ms var(--transition-smooth);
}
.doce-eyebrow:hover { background: color-mix(in srgb, var(--color-accent) 10%, transparent); transform: translateY(-1px); }
.doce-eyebrow svg { width: 14px; height: 14px; flex-shrink: 0; }

.doce-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: var(--btn-padding); border-radius: var(--btn-radius); font-family: var(--font-body);
	font-weight: var(--btn-font-weight); font-size: var(--btn-font-size); letter-spacing: var(--btn-letter-spacing);
	text-transform: var(--btn-text-transform); cursor: pointer; position: relative; overflow: hidden; border: none;
	transition: transform 320ms var(--transition-smooth), box-shadow 320ms var(--transition-smooth), background-color 320ms, color 320ms;
}
.doce-btn::after {
	content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.28) 50%, transparent 80%);
	transform: translateX(-120%); transition: transform 750ms var(--transition-smooth);
}
.doce-btn:hover::after { transform: translateX(120%); }
.doce-btn svg { width: 16px; height: 16px; }
.doce-btn-primary { background: var(--gradient-berry); color: var(--color-button-text); box-shadow: var(--shadow-gold); }
.doce-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -14px color-mix(in srgb, var(--color-accent-deep) 55%, transparent); }
.doce-btn-choc { background: var(--color-primary); color: var(--color-button-text); }
.doce-btn-choc:hover { transform: translateY(-3px); background: #1a1a1a; box-shadow: var(--shadow-elevated); }
.doce-btn-ghost { background: transparent; color: var(--color-primary); border: 1.5px solid color-mix(in srgb, var(--color-primary) 40%, transparent); }
.doce-btn-ghost:hover { transform: translateY(-3px); background: var(--color-primary); color: var(--color-button-text); border-color: var(--color-primary); }
.doce-btn-cream { background: var(--color-background); color: var(--color-primary); }
.doce-btn-cream:hover { transform: translateY(-3px); background: #faf4f6; box-shadow: var(--shadow-elevated); }
.doce-btn-sm { padding: 12px 24px; font-size: 14px; }
.doce-btn:disabled { opacity: 0.7; cursor: not-allowed; }

.btn-hero-primary, .btn-hero-outline, .single-product .single_add_to_cart_button { text-transform: var(--btn-text-transform); }

.alta-nav-link { position: relative; display: inline-block; padding-bottom: 3px; transition: color 280ms ease; }
.alta-nav-link::after {
	content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px;
	background: var(--color-accent); transform: scaleX(0); transform-origin: right center; transition: transform 400ms cubic-bezier(0.22,1,0.36,1);
}
.alta-nav-link:hover::after, .alta-nav-link:focus-visible::after { transform: scaleX(1); transform-origin: left center; }

.doce-card {
	background: var(--color-background); border-radius: var(--radius); border: 1px solid var(--color-border);
	box-shadow: var(--shadow-soft); overflow: hidden; display: flex; flex-direction: column; height: 100%;
	transition: transform 500ms cubic-bezier(0.22,1,0.36,1), box-shadow 500ms var(--transition-smooth), border-color 400ms;
}
.doce-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-elevated); border-color: color-mix(in srgb, var(--color-accent) 40%, transparent); }

/* ---------------- Header ---------------- */
.site-header {
	position: -webkit-sticky; position: sticky; top: 0; left: 0; right: 0; z-index: 50; width: 100%;
	backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
	background-color: hsla(0, 0%, 4%, 0.94); border-bottom: 1px solid hsla(45, 68%, 47%, 0.25);
	transition: box-shadow 500ms ease;
}
.site-header.is-solid { box-shadow: var(--shadow-elevated); }
.site-header .nav-row { position: relative; display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; height: 4.5rem; gap: 0.75rem; }
@media (min-width: 768px) { .site-header .nav-row { height: 6rem; } }
.site-brand { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; min-width: 0; cursor: pointer; height: var(--logo-height); }
@media (min-width: 768px) { .site-brand { height: calc(var(--logo-height) * 1.5); } }
.site-brand img, .header-logo-img { height: 100% !important; width: auto; max-height: 100%; transition: transform 500ms; object-fit: contain; }
.site-brand:hover img, .site-brand:hover .header-logo-img { transform: scale(1.05); }
.site-logo-text { font-family: var(--font-display); font-size: 1.125rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-background); white-space: nowrap; }
@media (min-width: 768px) { .site-logo-text { font-size: 1.25rem; } }
.mobile-menu-toggle .icon-close { display: none; }
.mobile-menu-toggle .icon-menu svg, .mobile-menu-toggle .icon-close svg { width: 20px; height: 20px; }
.site-brand-text { display: none; flex-direction: column; line-height: 1; min-width: 0; }
@media (min-width: 640px) { .site-brand-text { display: flex; } }
@media (min-width: 1280px) { .site-brand-text { display: none; } }
@media (min-width: 1536px) { .site-brand-text { display: flex; } }
.site-brand-line1 { font-family: var(--font-display); font-size: 15px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-background); }
@media (min-width: 768px) { .site-brand-line1 { font-size: 19px; } }
.site-brand-line2 { font-family: var(--font-body); font-weight: 600; text-transform: uppercase; letter-spacing: 0.36em; font-size: 12px; margin-top: 4px; color: var(--color-gold); }
@media (min-width: 768px) { .site-brand-line2 { font-size: 14px; } }

.site-nav { display: none; align-items: center; position: absolute; left: calc(50% + 48px); transform: translateX(-50%); }
@media (min-width: 1280px) { .site-nav { display: flex; flex-direction: row; } }
.site-nav .theme-nav-list,
.site-nav > ul {
	display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: 1.75rem;
	list-style: none; margin: 0; padding: 0;
}
.site-nav .theme-nav-list li,
.site-nav > ul > li { margin: 0; padding: 0; display: flex; }
.site-nav a, .site-nav button {
	white-space: nowrap; font-family: var(--font-body); font-weight: 500; font-size: 14px; letter-spacing: 0.16em;
	text-transform: uppercase; color: var(--color-background); background: none; border: none;
}
.site-nav a:hover, .site-nav button:hover { opacity: 0.8; }
.site-nav .alta-nav-link::after, .mobile-menu-panel .alta-nav-link::after { display: none; }
.site-nav .alta-nav-link:hover, .mobile-menu-panel .alta-nav-link:hover { color: var(--color-background); opacity: 0.8; }

.header-actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; margin-left: 1rem; }
.header-shop-btn { display: none; }
@media (min-width: 768px) { .header-shop-btn { display: inline-flex; padding: 12px 24px; font-size: 14px; } }
.theme-cart-toggle {
	position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
	border-radius: 999px; color: var(--color-background); transition: all 300ms;
}
.theme-cart-toggle:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }
.theme-cart-toggle svg { width: 20px; height: 20px; }
.theme-cart-count {
	position: absolute; top: 0; right: 0; min-width: 19px; height: 19px; padding: 0 4px; border-radius: 999px;
	font-size: 14px; font-weight: 600; display: flex; align-items: center; justify-content: center;
	background: var(--color-accent); color: var(--color-button-text);
}
.theme-cart-count:empty { display: none; }
.mobile-menu-toggle {
	display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 999px;
	color: var(--color-background); transition: background 200ms;
}
@media (min-width: 1280px) { .mobile-menu-toggle { display: none; } }
.mobile-menu-toggle:hover { background: rgba(255,255,255,0.1); }
.mobile-menu-toggle svg { width: 20px; height: 20px; }
.icon-close { display: none; }

.mobile-menu-panel {
	display: none; padding: 1rem 1.25rem; margin: 0 -1.25rem; background: var(--color-primary);
	border-top: 1px solid hsla(45, 68%, 47%, 0.25);
}
@media (min-width: 640px) { .mobile-menu-panel { margin: 0 -1.5rem; padding-left: 1.5rem; padding-right: 1.5rem; } }
.mobile-menu-panel.is-open { display: block; animation: fadeIn 0.6s var(--transition-smooth) forwards; }
.mobile-menu-panel ul, .mobile-menu-panel .theme-nav-list { display: flex; flex-direction: column; gap: 0.25rem; }
.mobile-menu-panel a {
	align-self: flex-start; text-align: left; font-weight: 500; padding: 0.75rem 0.25rem; font-size: 14px;
	letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-background);
}
.mobile-menu-panel .doce-btn { margin-top: 0.75rem; width: 100%; }

/* ---------------- Announcement ticker ---------------- */
.announcement-bar { position: relative; overflow: hidden; background: var(--color-dark); }
.ticker-viewport { overflow: hidden; }
.ticker-track { display: flex; width: max-content; animation: tickerScroll 48s linear infinite; will-change: transform; padding: 10px 0; }
.ticker-viewport:hover .ticker-track { animation-play-state: paused; }
.ticker-group { display: flex; align-items: center; gap: 2rem; flex-shrink: 0; padding-right: 2rem; }
.ticker-item { display: flex; align-items: center; gap: 2rem; flex-shrink: 0; }
.announcement-text { font-family: var(--font-body); font-weight: 600; text-transform: uppercase; letter-spacing: 0.24em; font-size: 14px; white-space: nowrap; color: var(--color-background); }
.ticker-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--color-gold); flex-shrink: 0; }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------------- Hero ---------------- */
.hero-section { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg-wrap { position: absolute; inset: 0; overflow: hidden; z-index: 0; background: var(--color-dark); }
.hero-bg-wrap img { animation: kenBurns 24s ease-in-out infinite; will-change: transform; }
.hero-bg-wrap video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }
.hero-gradient-1 { position: absolute; inset: 0; pointer-events: none; z-index: 2; background: linear-gradient(180deg, rgba(5,5,5,0.72) 0%, rgba(5,5,5,0.42) 45%, rgba(5,5,5,0.92) 100%); }
.hero-gradient-2 { position: absolute; inset: 0; pointer-events: none; z-index: 3; background: radial-gradient(ellipse at 16% 62%, color-mix(in srgb, var(--color-accent) 22%, transparent) 0%, transparent 58%), radial-gradient(ellipse at 88% 18%, color-mix(in srgb, var(--color-gold) 18%, transparent) 0%, transparent 55%); }
.hero-section-inner { position: relative; z-index: 5; padding: 4rem 0 5rem; }
@media (min-width: 768px) { .hero-section-inner { padding: 5rem 0; } }
.hero-content { max-width: 48rem; }
.hero-badge {
	display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; font-size: 14px;
	background: rgba(249,247,246,0.1); color: var(--color-background); border: 1px solid color-mix(in srgb, var(--color-gold) 40%, transparent);
}
.hero-badge svg { width: 14px; height: 14px; }
.hero-title { font-size: 2.5rem; margin: 1.5rem 0; color: var(--color-background); }
@media (min-width: 640px) { .hero-title { font-size: 3.6rem; } }
@media (min-width: 1024px) { .hero-title { font-size: 4.6rem; } }
.hero-title-line2 { color: var(--color-accent); }
.hero-paragraph { max-width: 36rem; font-size: 1rem; line-height: 1.625; color: hsla(30, 20%, 97%, 0.86); }
@media (min-width: 768px) { .hero-paragraph { font-size: 1.125rem; } }
.hero-ctas { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
@media (min-width: 640px) { .hero-ctas { flex-direction: row; } }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 2rem; margin-top: 2.25rem; }
@media (min-width: 640px) { .hero-trust { gap: 0.75rem 2rem; margin-top: 2.25rem; } }
.hero-trust-item { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: hsla(30, 20%, 97%, 0.8); }
.hero-trust-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--color-gold); flex-shrink: 0; }

@keyframes kenBurns { 0% { transform: scale(1.02) translate3d(0,0,0); } 50% { transform: scale(1.12) translate3d(-1.5%,-1%,0); } 100% { transform: scale(1.02) translate3d(0,0,0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.animate-fade-in { animation: fadeIn 0.6s var(--transition-smooth) forwards; }
.animate-slide-up { animation: slideUp 0.5s var(--transition-smooth) forwards; }

/* ---------------- Home main padding gate (Section 22.7) ---------------- */
body.theme-no-hero .site-main { padding-top: var(--header-height); }

/* ---------------- Scroll reveal (Section 2.1) ---------------- */
[data-reveal] {
	opacity: 0; transform: translateY(26px);
	transition: opacity 900ms cubic-bezier(0.22,1,0.36,1), transform 900ms cubic-bezier(0.22,1,0.36,1);
	transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal-child] {
	opacity: 0; transform: translateY(22px);
	transition: opacity 800ms cubic-bezier(0.22,1,0.36,1), transform 800ms cubic-bezier(0.22,1,0.36,1);
	transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal].is-revealed, [data-reveal-child].is-revealed { opacity: 1; transform: translateY(0); }
body.is-customizer [data-reveal], body.is-customizer [data-reveal-child] { opacity: 1 !important; transform: none !important; }

[data-icon-bounce] { opacity: 0; }
[data-icon-bounce].is-bounced { animation: iconBounce 620ms cubic-bezier(0.22,1,0.36,1) forwards; animation-delay: var(--icon-bounce-delay, 0ms); }
body.is-customizer [data-icon-bounce] { opacity: 1 !important; animation: none !important; }
@keyframes iconBounce { 0% { transform: scale(0.6); opacity: 0; } 60% { transform: scale(1.12); opacity: 1; } 100% { transform: scale(1); opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
	[data-reveal], [data-reveal-child] { opacity: 1 !important; transform: none !important; transition: none !important; }
	[data-icon-bounce] { opacity: 1 !important; animation: none !important; }
	.hero-bg-wrap img, .ticker-track, .doce-float { animation: none !important; }
}

/* ---------------- Section heading scales (Section 2.2.5) ---------------- */
.section-heading { font-family: var(--font-display); margin: 1.25rem 0 1rem; }
.collections-section .section-heading, .story-section .section-heading, .selfesteem-section .section-heading,
.whyus-section .section-heading, .contact-section .section-heading, .community-section .section-heading,
.testimonials-section .section-heading, .faq-section .section-heading, .affirmations-section .section-heading {
	font-size: 2.25rem; line-height: 1.08;
}
@media (min-width: 768px) { .collections-section .section-heading, .story-section .section-heading, .selfesteem-section .section-heading, .whyus-section .section-heading, .community-section .section-heading, .testimonials-section .section-heading, .affirmations-section .section-heading { font-size: 3.75rem; } }
@media (min-width: 768px) { .faq-section .section-heading, .contact-section .section-heading { font-size: 3rem; } }
.shop-section .section-heading { font-size: 2.25rem; line-height: 1.08; }
@media (min-width: 768px) { .shop-section .section-heading { font-size: 3.75rem; } }
.statement-section .section-heading { font-size: 1.875rem; line-height: 1.15; }
@media (min-width: 640px) { .statement-section .section-heading { font-size: 3rem; } }
@media (min-width: 1024px) { .statement-section .section-heading { font-size: 3.75rem; } }
.accent-text { color: var(--color-accent); }

/* ---------------- Collections grid ---------------- */
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.collection-tile { position: relative; display: block; overflow: hidden; border-radius: 0.75rem; aspect-ratio: 4/5; background: var(--color-nude); z-index: 1; transition: transform 500ms cubic-bezier(0.22,1,0.36,1), box-shadow 500ms ease; }
.collection-tile:hover { z-index: 10; transform: translateY(-8px); box-shadow: var(--shadow-elevated); }
.collection-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1200ms ease; }
.collection-tile:hover img { transform: scale(1.08); }
.collection-tile-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,5,5,0.05) 30%, rgba(5,5,5,0.88) 100%); }
.collection-tile-content { position: absolute; inset-inline: 0; bottom: 0; padding: 1.5rem; }
.collection-tile-icon {
	display: inline-flex; width: 44px; height: 44px; border-radius: 999px; align-items: center; justify-content: center;
	margin-bottom: 0.75rem; background: var(--color-background); color: var(--color-accent); transition: transform 500ms;
}
.collection-tile-icon svg { width: 20px; height: 20px; }
.collection-tile:hover .collection-tile-icon { transform: translateY(-4px); }
.collection-tile-title { font-family: var(--font-display); font-size: 1.5rem; color: var(--color-background); }
.collection-tile-copy { font-size: 14px; margin-top: 4px; color: rgba(249,247,246,0.82); }
.collection-tile-cta { margin-top: 0.75rem; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; text-transform: uppercase; letter-spacing: 0.2em; font-weight: 600; opacity: 0; transform: translateX(-8px); transition: all 500ms; color: var(--color-gold-soft); }
.collection-tile:hover .collection-tile-cta { opacity: 1; transform: translateX(0); }
.collection-tile-cta svg { width: 14px; height: 14px; }

/* ---------------- Shop / product grid ---------------- */
.shop-section-header { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 3rem; }
.shop-section-header__copy { max-width: 42rem; }
.shop-section-header .doce-btn-ghost { flex-shrink: 0; }
@media (min-width: 768px) {
	.shop-section-header { flex-wrap: nowrap; }
}
.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(4, minmax(0,1fr)); gap: 2rem; } }
.theme-product-card-wrap { display: flex; flex-direction: column; height: 100%; }
.theme-product-card { position: relative; display: flex; flex-direction: column; height: 100%; border-color: var(--color-nude); }
.theme-product-card__image-wrapper { position: relative; aspect-ratio: 4/5; width: 100%; overflow: hidden; background: var(--color-nude); }
.theme-product-card__image-wrapper img { transition: transform 1200ms ease-out; }
.theme-product-card__image-wrapper::after {
	content: ''; position: absolute; inset: 0; opacity: 0; pointer-events: none; z-index: 1;
	background: linear-gradient(180deg, transparent 45%, hsla(26, 57%, 16%, 0.55) 100%);
	transition: opacity 500ms ease;
}
.theme-product-card:hover .theme-product-card__image-wrapper img { transform: scale(1.07); }
.theme-product-card:hover .theme-product-card__image-wrapper::after { opacity: 1; }
.theme-card-link { position: absolute; inset: 0; z-index: 1; }
.theme-product-card-badge {
	position: absolute; top: 14px; left: 14px; z-index: 3; font-size: 14px; padding: 6px 14px; border-radius: 999px;
	display: inline-flex; align-items: center; gap: 6px; background: var(--color-background); color: var(--color-accent-deep);
	font-family: var(--font-body); font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; line-height: 1.3;
}
.theme-product-card-badge svg { width: 14px; height: 14px; }
.theme-product-card__quick-add-wrap {
	position: absolute; bottom: 14px; right: 14px; z-index: 4;
	opacity: 0; transform: translateY(8px); transition: all 400ms var(--transition-smooth); pointer-events: none;
}
.theme-product-card:hover .theme-product-card__quick-add-wrap { opacity: 1; transform: translateY(0); pointer-events: auto; }
.theme-product-card__quick-add {
	width: 48px; height: 48px; border-radius: 999px; display: flex; align-items: center; justify-content: center;
	background: var(--gradient-berry); color: var(--color-button-text); box-shadow: var(--shadow-gold);
	border: none; cursor: pointer; text-decoration: none; transition: transform 300ms var(--transition-smooth);
}
.theme-product-card__quick-add:hover { transform: scale(1.1); }
.theme-product-card__quick-add svg { width: 20px; height: 20px; }
.theme-product-card__info { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1.25rem; flex: 1; }
.theme-product-card__title { font-family: var(--font-display); font-size: 19px; line-height: 1.375; min-width: 0; color: var(--color-foreground); }
@media (min-width: 768px) { .theme-product-card__title { font-size: 21px; } }
.theme-product-card__title a { color: inherit; transition: color 280ms ease; }
.theme-product-card__title a:hover { color: var(--color-accent); }
.theme-product-card__desc { margin-top: 6px; font-size: 14px; line-height: 1.5; color: var(--color-muted-foreground); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.theme-product-card__price { font-family: var(--font-display); font-size: 21px; flex-shrink: 0; color: var(--color-accent-deep); font-variant-numeric: tabular-nums; }
.theme-product-card__price .amount, .theme-product-card__price bdi { font-family: inherit; font-size: inherit; color: inherit; }
.theme-product-card__soon { font-size: 14px; flex-shrink: 0; text-transform: uppercase; letter-spacing: 0.16em; color: var(--color-cocoa); font-weight: 600; }

.mens-soon-card {
	position: relative; aspect-ratio: 4/5; overflow: hidden; border-color: var(--color-nude);
	background: var(--color-nude); cursor: default; pointer-events: none;
}
.mens-soon-card:hover { transform: none; box-shadow: var(--shadow-soft); border-color: var(--color-nude); }
.mens-soon-card img, .mens-soon-card-img {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
	filter: blur(12px); transform: scale(1.1); opacity: 0.8;
}
.mens-soon-card-overlay { position: absolute; inset: 0; background: rgba(5,5,5,0.35); z-index: 1; }
.mens-soon-card-label { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.mens-soon-card-label span {
	border-radius: 999px; padding: 8px 16px; text-align: center; font-size: 14px; font-weight: 500;
	font-family: var(--font-body); line-height: 1.3; background: var(--color-background); color: var(--color-accent-deep);
}

/* ---------------- Statement / full bleed sections ---------------- */
.fullbleed-section { position: relative; overflow: hidden; }
.fullbleed-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fullbleed-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.6; }
.statement-section { min-height: 70vh; display: flex; align-items: center; }
.statement-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,5,5,0.78) 0%, rgba(5,5,5,0.6) 50%, rgba(5,5,5,0.86) 100%); }
.statement-content { position: relative; text-align: center; padding: 6rem 0; }
.statement-label { color: var(--color-gold); }
.statement-heading { color: var(--color-background); max-width: 56rem; margin: 1.5rem auto 0; }
.statement-paragraph { margin-top: 1.75rem; max-width: 40rem; margin-inline: auto; color: rgba(249,247,246,0.82); }

/* ---------------- Story ---------------- */
.story-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .story-grid { grid-template-columns: repeat(12, minmax(0,1fr)); gap: 4rem; } }
.story-images { grid-column: span 12 / span 12; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
@media (min-width: 1024px) { .story-images { grid-column: span 6 / span 6; } }
.story-images img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--radius); transition: transform 500ms cubic-bezier(0.22,1,0.36,1); }
.story-images img:hover { transform: translateY(-6px); }
.story-images img:nth-child(2) { margin-top: 2.5rem; }
.story-copy { grid-column: span 12 / span 12; }
@media (min-width: 1024px) { .story-copy { grid-column: span 6 / span 6; padding-left: 1.5rem; } }
.story-paragraphs { max-width: 36rem; color: rgba(15,15,15,0.6); line-height: 1.7; }
.story-paragraphs > * + * { margin-top: 1.25rem; }
.story-quote { font-family: var(--font-display); font-size: 1.25rem; line-height: 1.4; color: var(--color-foreground); }
@media (min-width: 768px) { .story-quote { font-size: 1.5rem; } }

/* ---------------- Self esteem ---------------- */
.selfesteem-content { max-width: 42rem; }
.selfesteem-paragraph { line-height: 1.7; color: rgba(249,247,246,0.82); }
.selfesteem-stats { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 2.5rem; }
@media (min-width: 640px) { .selfesteem-stats { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.selfesteem-stat { padding: 1.25rem; border-radius: 0.75rem; background: hsla(30, 20%, 97%, 0.08); border: 1px solid hsla(45, 68%, 47%, 0.28); }
.selfesteem-stat-n { font-family: var(--font-display); font-size: 1.875rem; line-height: 1; color: var(--color-gold); margin: 0; }
.selfesteem-stat-l { font-size: 14px; margin: 4px 0 0; color: hsla(30, 20%, 97%, 0.78); }
.selfesteem-paragraph { font-size: 1rem; line-height: 1.625; }
@media (min-width: 768px) { .selfesteem-paragraph { font-size: 1.125rem; } }

/* ---------------- Affirmations / community grids ---------------- */
.grid-4 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
@media (min-width: 768px) { .grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.affirmation-tile, .community-tile { position: relative; aspect-ratio: 1/1; overflow: hidden; border-radius: var(--radius); background: var(--color-border); display: block; transition: transform 500ms cubic-bezier(0.22,1,0.36,1), box-shadow 500ms ease; }
.affirmation-tile:hover, .community-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-elevated); }
.affirmation-tile img, .community-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1200ms ease; }
.affirmation-tile:hover img, .community-tile:hover img { transform: scale(1.1); }
.affirmation-tile-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,5,5,0.15) 30%, rgba(5,5,5,0.85) 100%); transition: opacity 500ms; }
.affirmation-tile-text { position: absolute; inset-inline: 1rem; bottom: 1rem; font-family: var(--font-display); font-size: 1rem; line-height: 1.3; color: var(--color-background); transition: transform 500ms; }
@media (min-width: 768px) { .affirmation-tile-text { font-size: 1.125rem; } }
.affirmation-tile:hover .affirmation-tile-text { transform: translateY(-4px); }
.community-tile-overlay { position: absolute; inset: 0; opacity: 0; background: rgba(5,5,5,0.55); display: flex; align-items: center; justify-content: center; transition: opacity 500ms; }
.community-tile:hover .community-tile-overlay { opacity: 1; }
.community-tile-overlay svg { width: 24px; height: 24px; color: var(--color-background); }

/* ---------------- Why us ---------------- */
.whyus-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .whyus-grid { grid-template-columns: repeat(12, minmax(0,1fr)); gap: 4rem; } }
.whyus-intro { grid-column: span 12 / span 12; }
@media (min-width: 1024px) { .whyus-intro { grid-column: span 5 / span 5; } }
.whyus-intro p, .whyus-paragraph { max-width: 28rem; color: hsla(30, 20%, 97%, 0.75); font-size: 1rem; line-height: 1.625; }
.whyus-section .section-heading { margin-top: 1.25rem; margin-bottom: 1.25rem; }
.whyus-values { grid-column: span 12 / span 12; display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .whyus-values { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .whyus-values { grid-column: span 7 / span 7; } }
.whyus-value-card { padding: 1.75rem; border-radius: var(--radius); background: hsla(30, 20%, 97%, 0.06); border: 1px solid hsla(45, 68%, 47%, 0.22); transition: transform 500ms; }
.whyus-value-card:hover { transform: translateY(-8px); }
.whyus-value-icon { display: inline-flex; width: 48px; height: 48px; border-radius: 999px; align-items: center; justify-content: center; margin-bottom: 1.25rem; background: var(--gradient-berry); color: var(--color-button-text); transition: transform 500ms; }
.whyus-value-icon svg { width: 20px; height: 20px; }
.whyus-value-card:hover .whyus-value-icon { transform: scale(1.1); }
.whyus-value-title { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 8px; color: var(--color-background); }
.whyus-value-copy { font-size: 14px; line-height: 1.6; color: rgba(249,247,246,0.72); }

/* ---------------- Testimonials ---------------- */
.testimonial-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .testimonial-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.testimonial-card {
	padding: 1.75rem; border-radius: var(--radius); background: linear-gradient(160deg, color-mix(in srgb, var(--color-secondary) 65%, transparent) 0%, color-mix(in srgb, var(--color-background) 90%, transparent) 100%);
	border: 1px solid color-mix(in srgb, var(--color-gold) 35%, transparent); transition: transform 300ms, border-color 300ms;
}
@media (min-width: 768px) { .testimonial-card { padding: 2.25rem; } }
.testimonial-card:hover { transform: translateY(-4px); border-color: var(--color-gold); }
.testimonial-card .quote-icon, .testimonial-card svg.quote-icon { display: block; width: 24px; height: 24px; margin-bottom: 1rem; color: var(--color-accent); }
.testimonial-card .quote-icon svg { width: 24px; height: 24px; }
.faq-chevron { display: inline-flex; width: 20px; height: 20px; flex-shrink: 0; margin-top: 4px; color: var(--color-accent); transition: transform 300ms ease; }
.faq-chevron svg { width: 20px; height: 20px; }
.newsletter-embed { margin-top: 2rem; max-width: 32rem; margin-inline: auto; }
.testimonial-quote { margin: 0; padding: 0; border: 0; font-size: 1rem; line-height: 1.625; color: var(--color-muted-foreground); }
.testimonial-figcaption { margin-top: 1.5rem; display: flex; align-items: center; gap: 0.75rem; }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 999px; object-fit: cover; flex-shrink: 0; border: 1px solid color-mix(in srgb, var(--color-gold) 45%, transparent); }
.testimonial-name { display: block; font-family: var(--font-display); font-size: 1.125rem; }
.testimonial-role { display: block; font-size: 14px; color: var(--color-gold); }

/* ---------------- FAQ ---------------- */
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 1024px) { .faq-grid { grid-template-columns: repeat(12, minmax(0,1fr)); gap: 4rem; } }
.faq-intro { grid-column: span 12 / span 12; }
@media (min-width: 1024px) { .faq-intro { grid-column: span 5 / span 5; } }
.faq-list-wrap { grid-column: span 12 / span 12; }
@media (min-width: 1024px) { .faq-list-wrap { grid-column: span 7 / span 7; } }
.faq-list { }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-row { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; text-align: left; padding: 1.25rem 0.75rem; margin: 0 -0.75rem; border-radius: 8px; transition: background-color 250ms ease; }
.faq-row:hover { background-color: hsla(338, 60%, 92%, 0.07); }
.faq-row:hover .faq-q { color: var(--color-accent); }
.faq-q { font-family: var(--font-display); font-size: 1.125rem; transition: color 250ms ease; }
@media (min-width: 768px) { .faq-q { font-size: 1.25rem; } }
.faq-panel { overflow: hidden; max-height: 0; transition: max-height 400ms ease; }
.faq-panel-inner { padding-bottom: 1.5rem; color: rgba(15,15,15,0.6); line-height: 1.7; }
body.is-customizer .faq-panel { max-height: none !important; }

/* ---------------- Newsletter ---------------- */
.newsletter-section { text-align: center; overflow: hidden; padding: 5rem 0; }
@media (min-width: 768px) { .newsletter-section { padding: 6rem 0; } }
.newsletter-emblem { width: 4rem; margin: 0 auto 1.5rem; animation: floatSlow 11s ease-in-out infinite; }
@media (min-width: 768px) { .newsletter-emblem { width: 5rem; } }
@keyframes floatSlow { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-14px) rotate(3deg); } }
.newsletter-heading { max-width: 40rem; margin: 0 auto; color: var(--color-background); }
.newsletter-paragraph { margin-top: 1.25rem; max-width: 36rem; margin-inline: auto; color: rgba(249,247,246,0.75); }
.newsletter-form { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; max-width: 32rem; margin-inline: auto; }
@media (min-width: 640px) { .newsletter-form { flex-direction: row; } }
.newsletter-form input {
	flex: 1; padding: 1rem 1.25rem; border-radius: 999px; outline: none; background: rgba(249,247,246,0.08);
	border: 1px solid color-mix(in srgb, var(--color-gold) 35%, transparent); color: var(--color-background); font-family: var(--font-body);
}
.newsletter-form input:focus { box-shadow: 0 0 0 2px var(--color-accent); }
.theme-form-status { margin-top: 1rem; font-size: 14px; color: var(--color-gold); }
.theme-form-status.is-error { color: #ff8080; }

/* ---------------- Contact section ---------------- */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: repeat(12, minmax(0,1fr)); } }
.contact-image-col { grid-column: span 12 / span 12; }
@media (min-width: 1024px) { .contact-image-col { grid-column: span 6 / span 6; } }
.contact-image { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); transition: transform 500ms; }
.contact-image:hover { transform: translateY(-6px); }
.contact-copy-col { grid-column: span 12 / span 12; }
@media (min-width: 1024px) { .contact-copy-col { grid-column: span 6 / span 6; } }
.contact-paragraph { max-width: 36rem; color: rgba(15,15,15,0.6); line-height: 1.7; }
.contact-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.contact-list li { display: inline-flex; align-items: flex-start; gap: 0.75rem; }
.contact-list a:hover { color: var(--color-accent); }
.contact-list svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; color: var(--color-gold); }

/* ---------------- Contact modal ---------------- */
.theme-contact-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 1rem; }
.theme-contact-modal.is-open { display: flex; }
.theme-contact-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.8); }
.theme-contact-modal-content { position: relative; z-index: 1; width: 100%; max-width: 32rem; max-height: 90vh; overflow-y: auto; border-radius: var(--radius); padding: 1.75rem; background: var(--color-background); border: 1px solid var(--color-border); box-shadow: var(--shadow-elevated); }
.theme-contact-modal-close { position: absolute; top: 1rem; right: 1rem; width: 32px; height: 32px; border-radius: 4px; display: flex; align-items: center; justify-content: center; opacity: 0.7; }
.theme-contact-modal-close:hover { opacity: 1; background: rgba(0,0,0,0.05); }
.theme-contact-modal-title { font-size: 1.875rem; margin-bottom: 4px; }
.theme-contact-modal-desc { font-size: 14px; color: rgba(15,15,15,0.6); margin-bottom: 1rem; }
.theme-contact-quicklinks { display: flex; flex-wrap: wrap; gap: 1rem 1.25rem; font-size: 14px; color: rgba(15,15,15,0.6); margin-bottom: 1.25rem; }
.theme-contact-quicklinks a { display: inline-flex; align-items: center; gap: 8px; }
.theme-contact-quicklinks a:hover { color: var(--color-accent); }
.theme-contact-quicklinks svg { width: 16px; height: 16px; }
.theme-form-row { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (min-width: 640px) { .theme-form-row { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.theme-form-field label { font-size: 14px; font-weight: 500; margin-bottom: 6px; display: block; }
.theme-form-field input, .theme-form-field textarea {
	width: 100%; padding: 0.75rem 1rem; border-radius: 1rem; font-size: 1rem; color: var(--color-foreground);
	background: #faf4f6; border: 1px solid var(--color-border); outline: none; font-family: var(--font-body);
}
.theme-form-field input:focus, .theme-form-field textarea:focus { box-shadow: 0 0 0 2px var(--color-accent); }
.theme-form-actions { display: flex; justify-content: flex-end; margin-top: 0.5rem; }

/* ---------------- Lightbox ---------------- */
.theme-lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 1rem 2.5rem; background: rgba(35,20,10,0.92); backdrop-filter: blur(4px); }
.theme-lightbox.is-open { display: flex; animation: fadeIn 0.3s var(--transition-smooth); }
.theme-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 1rem; }
.theme-lightbox-close { position: absolute; top: 1rem; right: 1rem; width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,0.1); color: #fff; display: flex; align-items: center; justify-content: center; }
.theme-lightbox-close:hover { background: rgba(255,255,255,0.25); }

/* ---------------- Footer ---------------- */
.site-footer { position: relative; overflow: hidden; background: var(--color-dark); color: var(--color-background); border-top: 1px solid color-mix(in srgb, var(--color-gold) 25%, transparent); }
.footer-inner, .site-footer__inner { padding-top: 4rem; padding-bottom: 2rem; }
@media (min-width: 1024px) { .footer-inner, .site-footer__inner { padding-top: 6rem; padding-bottom: 2.5rem; } }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(12, minmax(0,1fr)); gap: 2.5rem; } }
@media (min-width: 1024px) { .footer-grid { gap: 3.5rem; } }
.footer-brand-col { grid-column: span 12 / span 12; }
@media (min-width: 768px) { .footer-brand-col { grid-column: span 5 / span 5; } }
.footer-logo-link { display: inline-flex; }
.footer-logo-wrap { display: inline-flex; align-items: center; height: 13rem; }
@media (min-width: 768px) { .footer-logo-wrap { height: 16rem; } }
.footer-logo { height: 100% !important; width: auto; max-height: 100%; object-fit: contain; transition: transform 500ms; }
.footer-logo-link:hover .footer-logo { transform: scale(1.05); }
.footer-tagline { margin-top: 1.5rem; max-width: 28rem; font-size: 15px; line-height: 1.625; color: hsla(30, 20%, 97%, 0.7); }
.footer-socials { margin-top: 1.75rem; display: flex; align-items: center; gap: 0.75rem; }
.footer-social-btn { width: 44px; height: 44px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--color-gold) 35%, transparent); display: flex; align-items: center; justify-content: center; transition: all 300ms; }
.footer-social-btn:hover { transform: translateY(-4px); background: var(--color-accent); border-color: var(--color-accent); }
.footer-social-btn svg { width: 18px; height: 18px; }
.footer-links-col { grid-column: span 12 / span 12; }
@media (min-width: 768px) { .footer-links-col { grid-column: span 3 / span 3; } }
.footer-heading { color: var(--color-gold); margin-bottom: 1.25rem; }
.footer-links-col ul { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-links-col a, .footer-links-col button { font-size: 14px; text-align: left; color: rgba(249,247,246,0.7); }
.footer-links-col a:hover, .footer-links-col button:hover { color: var(--color-accent); }
.footer-contact-col { grid-column: span 12 / span 12; }
@media (min-width: 768px) { .footer-contact-col { grid-column: span 4 / span 4; } }
.footer-contact-col ul { display: flex; flex-direction: column; gap: 0.75rem; font-size: 14px; }
.footer-contact-col li { display: inline-flex; align-items: flex-start; gap: 8px; color: rgba(249,247,246,0.7); }
.footer-contact-col a { display: inline-flex; align-items: center; gap: 8px; }
.footer-contact-col a:hover { color: var(--color-accent); }
.footer-contact-col svg { width: 16px; height: 16px; flex-shrink: 0; }
.footer-bottom { margin-top: 3.5rem; padding-top: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; border-top: 1px solid color-mix(in srgb, var(--color-gold) 20%, transparent); }
@media (min-width: 640px) { .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; } }
.footer-bottom p { font-size: 14px; color: rgba(249,247,246,0.7); }
.footer-bottom a { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom a:hover { color: var(--color-accent); }
.footer-heart { width: 14px; height: 14px; color: var(--color-accent); }

/* ---------------- Back to top ---------------- */
.theme-back-to-top {
	position: fixed; bottom: 2rem; right: 2rem; z-index: 40; width: 44px; height: 44px; border-radius: 999px;
	display: flex; align-items: center; justify-content: center; background: var(--gradient-berry); color: var(--color-button-text);
	box-shadow: var(--shadow-gold); opacity: 0; pointer-events: none; transition: all 300ms;
}
@media (min-width: 768px) { .theme-back-to-top { width: 48px; height: 48px; } }
.theme-back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.theme-back-to-top:hover { transform: translateY(-4px) scale(1.1); }
.theme-back-to-top svg { width: 20px; height: 20px; }

/* ---------------- WooCommerce: quantity control ---------------- */
.theme-quantity-wrapper { display: inline-flex; align-items: center; border-radius: 999px; background: var(--color-background); border: 1px solid var(--color-border); overflow: hidden; }
.theme-qty-minus, .theme-qty-plus { padding: 12px 16px; transition: background 200ms; display: inline-flex; align-items: center; justify-content: center; }
.theme-qty-minus:hover, .theme-qty-plus:hover { background: var(--color-secondary); }
.theme-qty-minus svg, .theme-qty-plus svg { width: 14px; height: 14px; }
.product-quantity-block { margin-bottom: 1.5rem; }
.theme-qty-input { width: 48px; text-align: center; background: transparent; border: none; font-family: var(--font-body); font-size: 1rem; padding: 12px 0; -moz-appearance: textfield; }
.theme-qty-input::-webkit-outer-spin-button, .theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ---------------- WooCommerce: add to cart button overrides (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, button.single_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; background-image: none !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-product .single_add_to_cart_button { background: var(--gradient-berry) !important; box-shadow: var(--shadow-gold); }
.single-product .single_add_to_cart_button:hover { background: var(--gradient-berry) !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;
}
.ajax_add_to_cart.theme-btn-loading { opacity: 0.6 !important; pointer-events: none !important; cursor: wait !important; }
.single-product .single_add_to_cart_button.loading::after, .ajax_add_to_cart.loading::after { display: none !important; }

/* Card compact quick-add button overrides the global rule above */
.theme-product-card .add_to_cart_button.ajax_add_to_cart,
.theme-product-card .theme-product-card__quick-add {
	min-height: unset !important; height: 48px !important; width: 48px !important; padding: 0 !important;
	border-radius: 50% !important; background: var(--gradient-berry) !important;
	box-shadow: var(--shadow-gold) !important; text-transform: none !important;
	letter-spacing: 0 !important; font-size: 0 !important; line-height: 0 !important;
}
.theme-product-card .add_to_cart_button.ajax_add_to_cart svg,
.theme-product-card .theme-product-card__quick-add svg { width: 20px; height: 20px; }

/* Hide "View cart" injected after AJAX add (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; }

/* ---------------- WooCommerce: notices (scoped — Section 14.1) ---------------- */
.single-product .woocommerce-message, .single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
	font-family: var(--font-body); border-radius: var(--radius); padding: 1rem 1.5rem; border: 1px solid var(--color-border);
	background: var(--color-background); color: var(--color-foreground); list-style: none; margin: 0 0 1.5rem;
}
.woocommerce-error { border-color: var(--color-accent-deep); }

/* ---------------- Single product page (Section 11.13) ---------------- */
.single-product .site-main { padding-top: 2.5rem; padding-bottom: 6rem; background-color: var(--color-secondary); position: relative; }
@media (min-width: 1024px) { .single-product .site-main { padding-top: 3.5rem; } }
.single-product .site-main.texture-linen::before { z-index: 0; }
.single-product .site-main > .container-wide { position: relative; z-index: 1; }
.single-product .breadcrumb-row {
	padding: 1.5rem 0; font-size: 14px; font-weight: 500; letter-spacing: 0.14em;
	text-transform: uppercase; color: var(--color-muted-foreground);
}
.single-product .breadcrumb-row a:hover { color: var(--color-accent); }
.single-product .theme-product-layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: flex-start; min-width: 0; padding-top: 0.5rem; }
@media (min-width: 1024px) { .single-product .theme-product-layout { grid-template-columns: repeat(12, minmax(0,1fr)); gap: 4rem; } }
.single-product .theme-product-gallery { min-width: 0; max-width: 100%; grid-column: span 12 / span 12; }
@media (min-width: 1024px) { .single-product .theme-product-gallery { grid-column: span 7 / span 7; } }
.single-product .theme-product-info { min-width: 0; max-width: 100%; grid-column: span 12 / span 12; }
@media (min-width: 1024px) { .single-product .theme-product-info { grid-column: span 5 / span 5; position: sticky; top: 7rem; } }
#product-main-img-btn {
	display: block; position: relative; width: 100%; aspect-ratio: 4/5; overflow: hidden;
	border-radius: 2rem; box-shadow: var(--shadow-elevated); background: var(--color-nude); cursor: zoom-in; border: none; padding: 0;
}
#product-main-img { transition: transform 700ms ease; }
#product-main-img-btn:hover #product-main-img { transform: scale(1.05); }
.single-product .theme-product-thumbnails { margin-top: 1rem; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 0.75rem; flex-wrap: wrap; max-width: 100%; }
.theme-product-thumb { position: relative; aspect-ratio: 1/1; overflow: hidden; border-radius: 0.75rem; border: 1px solid var(--color-nude); transition: all 300ms; background: var(--color-nude); padding: 0; cursor: pointer; }
.theme-product-thumb:hover { transform: translateY(-4px); }
.theme-product-thumb.is-active { border: 2px solid var(--color-accent); box-shadow: 0 0 0 1px var(--color-accent); }
.product-cat-badge { margin-bottom: 0; }
.product-cat-badge .doce-eyebrow { margin-bottom: 0; }
.product-quantity-label { font-size: 14px; color: var(--color-muted-foreground); margin-bottom: 0.75rem; }
.product-title { font-family: var(--font-display); font-weight: 600; font-size: 1.875rem; line-height: 1.02; margin: 1.25rem 0; }
@media (min-width: 768px) { .product-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .product-title { font-size: 3.1rem; } }
.product-price-row { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1.5rem; }
.product-price-row .price, .product-price-row .price ins, .product-price-row .price bdi { font-family: var(--font-display); font-size: 2.25rem; line-height: 1; color: var(--color-accent-deep); text-decoration: none; font-variant-numeric: tabular-nums; }
.product-price-row .price del { opacity: 0.5; font-size: 1.25rem; }
.product-price-currency { font-size: 14px; color: var(--color-cocoa); }
.product-stock-badge { font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; padding: 6px 14px; border-radius: 999px; display: inline-flex; }
.product-stock-badge.out-of-stock { background: color-mix(in srgb, var(--color-accent-deep) 12%, transparent); color: var(--color-accent-deep); margin-bottom: 1.5rem; }
.product-description { color: var(--color-muted-foreground); font-size: 1rem; line-height: 1.625; margin-bottom: 2rem; overflow-wrap: break-word; word-break: break-word; }
.product-description p { margin: 0; }
.theme-add-to-cart-area { display: flex; align-items: stretch; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.5rem; }
.theme-add-to-cart-area .single_add_to_cart_button { flex: 1 1 auto; min-width: 160px; width: auto; }
.single-product .theme-add-to-cart-area .doce-btn-primary { box-shadow: var(--shadow-gold); }
.product-secondary-actions { display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) { .product-secondary-actions { flex-direction: row; } }
.product-secondary-actions > * { flex: 1; }
.product-details-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 0; text-align: left; border-top: 1px solid var(--color-nude); margin-top: 2.5rem; }
.product-details-toggle .cs-label { transition: color 280ms ease; }
.product-details-toggle:hover .cs-label { color: var(--color-accent); }
.product-details-toggle svg { width: 16px; height: 16px; transition: transform 300ms; }
.product-details-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.product-details-panel { padding-bottom: 1.5rem; }
.product-details-panel ul li { font-size: 15px; color: rgba(15,15,15,0.6); display: flex; align-items: flex-start; padding: 6px 0; }
.product-details-dot { width: 6px; height: 6px; border-radius: 999px; margin: 10px 12px 0 0; flex-shrink: 0; background: var(--color-accent); }
.woocommerce-product-details__short-description, .woocommerce-variation-description, .posted_in {
	overflow-wrap: break-word; word-break: break-word;
}

/* 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; }
.single-product .variations tbody td.value { padding-top: 0; }
.variation-select-hidden, .theme-attr-select-hidden { display: none !important; }
.variation-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.5rem 0 1rem; }
.variation-pill {
	padding: 0.5rem 1rem; border-radius: 999px; border: 1.5px solid var(--color-border);
	background: var(--color-background); color: var(--color-foreground); font-family: var(--font-body);
	font-size: 14px; font-weight: 500; letter-spacing: 0.04em; transition: all 280ms var(--transition-smooth);
}
.variation-pill:hover { border-color: color-mix(in srgb, var(--color-accent) 45%, transparent); transform: translateY(-1px); }
.variation-pill.is-selected {
	border-color: var(--color-accent); background: color-mix(in srgb, var(--color-accent) 10%, transparent);
	color: var(--color-accent-deep); box-shadow: 0 0 0 1px color-mix(in srgb, var(--color-accent) 25%, transparent);
}
.single-product .variations tbody td.label label {
	font-family: var(--font-body); font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; font-size: 14px;
}

/* Related products */
.related-products-section { padding: 5rem 0; border-top: 1px solid var(--color-nude); }
.related-products-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: stretch; }
@media (min-width: 640px) { .related-products-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .related-products-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.related-products-heading { font-family: var(--font-display); font-size: 1.875rem; margin-top: 1rem; }
@media (min-width: 768px) { .related-products-heading { font-size: 3rem; } }

/* ---------------- Shop archive ---------------- */
.shop-archive-header { padding: 3rem 0 2rem; }
.shop-archive-title { font-size: 2.25rem; }
@media (min-width: 768px) { .shop-archive-title { font-size: 3.75rem; } }
.no-products-message { padding: 4rem 0; text-align: center; color: rgba(15,15,15,0.6); }

/* ---------------- Cart drawer ---------------- */
#theme-cart-overlay { position: fixed; inset: 0; z-index: 50; display: none; background: hsla(26, 57%, 16%, 0.45); backdrop-filter: blur(4px); }
body.cart-open #theme-cart-overlay { display: block; animation: fadeIn 0.6s var(--transition-smooth); }
#theme-cart-drawer {
	position: fixed; right: 0; top: 0; height: 100%; width: 100%; max-width: 28rem; z-index: 51; display: flex; flex-direction: column;
	background: var(--color-background); box-shadow: var(--shadow-elevated); transform: translateX(100%); transition: transform 400ms var(--transition-smooth);
}
body.cart-open #theme-cart-drawer { transform: translateX(0); animation: slideUp 0.5s var(--transition-smooth); }
#theme-cart-drawer.is-updating { opacity: 0.6; pointer-events: none; }
.cart-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid var(--color-nude); }
.cart-drawer-title { font-family: var(--font-display); font-size: 1.5rem; line-height: 1.1; color: var(--color-foreground); margin: 0; }
.cart-drawer-close { width: 40px; height: 40px; border-radius: 999px; display: flex; align-items: center; justify-content: center; transition: all 300ms; border: none; background: transparent; cursor: pointer; }
.cart-drawer-close:hover { background: rgba(0,0,0,0.05); transform: rotate(90deg); }
.cart-drawer-close svg { width: 20px; height: 20px; }
.cart-drawer-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; }
.cart-drawer-empty-icon { width: 80px; height: 80px; border-radius: 999px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; background: var(--color-secondary); color: var(--color-accent); }
.cart-drawer-empty-icon svg { width: 32px; height: 32px; }
.cart-drawer-empty p { margin: 0 0 1.5rem; }
.cart-drawer-items { flex: 1; overflow: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.cart-drawer-item { display: flex; gap: 1rem; padding: 0.75rem; border-radius: 1rem; transition: background-color 200ms; }
.cart-drawer-item:hover { background: var(--color-vanilla); }
.cart-drawer-item-image { display: block; position: relative; width: 80px; height: 96px; flex-shrink: 0; border-radius: 0.75rem; overflow: hidden; background: var(--color-nude); }
.cart-drawer-item-image img, .cart-drawer-item-img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.cart-drawer-item-image:hover img { transform: scale(1.05); }
.cart-drawer-item-body { flex: 1; min-width: 0; }
.cart-drawer-item-title { font-family: var(--font-display); font-size: 15px; line-height: 1.375; display: block; color: var(--color-foreground); transition: color 200ms; }
.cart-drawer-item-title:hover { color: var(--color-accent); }
.cart-drawer-item-price { font-size: 0.875rem; font-weight: 600; margin: 4px 0 0; color: var(--color-accent-deep); }
.cart-drawer-item-variation { font-size: 12px; color: var(--color-muted-foreground); margin: 2px 0 0; }
.cart-drawer-item-controls { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.75rem; }
.cart-drawer-qty-btn { width: 28px; height: 28px; border-radius: 999px; border: 1px solid var(--color-nude); display: flex; align-items: center; justify-content: center; transition: background-color 200ms; background: transparent; cursor: pointer; }
.cart-drawer-qty-btn:hover { background: var(--color-secondary); }
.cart-drawer-qty-btn svg { width: 12px; height: 12px; }
.cart-drawer-qty-value { font-size: 0.875rem; width: 24px; text-align: center; font-variant-numeric: tabular-nums; }
.cart-drawer-remove { margin-left: auto; font-size: 0.875rem; color: var(--color-muted-foreground); background: none; border: none; cursor: pointer; transition: color 200ms; }
.cart-drawer-remove:hover { color: var(--color-accent-deep); }
.cart-drawer-footer { padding: 1.5rem; border-top: 1px solid var(--color-nude); display: flex; flex-direction: column; gap: 1rem; }
.cart-drawer-subtotal-row { display: flex; justify-content: space-between; align-items: baseline; }
.cart-drawer-subtotal-label { color: var(--color-foreground); }
.cart-drawer-subtotal-value { font-family: var(--font-display); font-size: 1.875rem; line-height: 1; color: var(--color-accent-deep); }
.cart-drawer-subtotal-value .amount, .cart-drawer-subtotal-value bdi { font-family: inherit; font-size: inherit; color: inherit; }
.cart-drawer-checkout-btn { width: 100%; }
.cart-drawer-clear-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%;
	padding: 0.5rem 1rem; border: none; background: transparent; color: var(--color-muted-foreground);
	font-size: 0.875rem; cursor: pointer; transition: color 200ms;
}
.cart-drawer-clear-btn:hover { color: var(--color-accent-deep); }
.cart-drawer-clear-btn svg { width: 16px; height: 16px; }

/* ---------------- Checkout / cart / account / thank you page width parity (Section 13/13.7) ---------------- */
body.woocommerce-checkout .site-main, body.woocommerce-cart .site-main, body.woocommerce-account .site-main, body.theme-thankyou-page .site-main {
	padding-top: var(--header-height); padding-bottom: 4rem;
}
body.woocommerce-checkout .page-title, body.woocommerce-cart .page-title, body.woocommerce-account .page-title {
	font-family: var(--font-display); font-size: 2.5rem; margin: 2rem 0 1.5rem;
}
body.woocommerce-checkout .wc-block-checkout__main, body.woocommerce-checkout .wc-block-checkout__sidebar {
	min-width: 0; width: 100%; max-width: none;
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input input[type="text"],
body.woocommerce-checkout .wc-block-components-text-input input[type="email"],
body.woocommerce-checkout .wc-block-components-text-input input[type="tel"],
body.woocommerce-checkout .wc-block-components-text-input input[type="number"],
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-textarea textarea,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input {
	width: 100% !important; max-width: none !important; font-family: var(--font-body) !important;
	font-size: max(0.875rem, 14px) !important; font-weight: 400 !important; color: var(--color-foreground) !important;
	border: 1px solid var(--color-nude) !important; border-radius: 1rem !important;
	background: #faf4f6 !important; box-shadow: none !important; appearance: none !important;
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus,
body.woocommerce-checkout .wc-block-components-textarea textarea:focus {
	box-shadow: 0 0 0 2px var(--color-accent) !important; outline: none !important;
	border-color: var(--color-accent) !important;
}
/* Checkout selects — match Lovable Field inputs (rounded-full); padding stays WC default */
body.woocommerce-checkout select,
body.woocommerce-checkout .wc-block-checkout select,
body.woocommerce-checkout .wc-block-components-form select,
body.woocommerce-checkout .wc-block-components-address-form select,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-country-input select,
body.woocommerce-checkout .wc-block-components-state-input select,
body.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select,
body.woocommerce-checkout .wc-blocks-components-select__select,
body.woocommerce-checkout .wc-block-components-combobox select {
	width: 100% !important;
	max-width: none !important;
	min-height: unset !important;
	font-family: var(--font-body) !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: var(--color-foreground) !important;
	background-color: #faf4f6 !important;
	background-image: none !important;
	border: 1px solid var(--color-nude) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	line-height: 1.5 !important;
	cursor: pointer !important;
}
body.woocommerce-checkout select:focus,
body.woocommerce-checkout .wc-block-components-select select:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-select select:focus,
body.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select:focus {
	box-shadow: 0 0 0 2px var(--color-accent) !important;
	outline: none !important;
	border-color: var(--color-accent) !important;
}
body.woocommerce-checkout .wc-block-components-select .wc-block-components-select__expand,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control__expand {
	color: var(--color-foreground) !important;
	pointer-events: none !important;
}
body.woocommerce-checkout .wc-block-components-select .wc-block-components-select__container,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-select .wc-block-components-select__container,
body.woocommerce-checkout .wc-block-components-select {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
body.woocommerce-checkout .wc-block-components-select label,
body.woocommerce-checkout .wc-block-components-combobox label {
	font-family: var(--font-body) !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	color: var(--color-foreground) !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background: var(--gradient-berry) !important; color: var(--color-button-text) !important; border-radius: var(--btn-radius) !important;
	font-family: var(--font-body) !important; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 600 !important; border: none !important;
}
body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
	display: block;
}
@media (min-width: 768px) {
	body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large {
		display: grid; grid-template-columns: 1fr 1fr; gap: var(--checkout-gap, 2rem); align-items: start;
	}
}
body.woocommerce-checkout .wc-block-checkout { display: block; }
body.woocommerce-checkout .wc-block-checkout__sidebar {
	background-color: #faf4f6; border-radius: var(--radius); padding: 2rem;
}
body.woocommerce-checkout .wc-block-components-notice-banner { grid-column: 1 / -1; border-radius: var(--radius); }

/* ---------------- Thank you page ---------------- */
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .woocommerce-order, body.theme-thankyou-page .woocommerce-order-overview,
body.theme-thankyou-page .woocommerce-customer-details, body.theme-thankyou-page .woocommerce-order-details {
	font-family: var(--font-body);
}
body.theme-thankyou-page .woocommerce-order h2, body.theme-thankyou-page .woocommerce-order-details__title {
	font-family: var(--font-display); font-size: 1.875rem; 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: 1.5rem 0; }
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; }
@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; }

/* ---------------- No-scrollbar utility ---------------- */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* ---------------- 404 ---------------- */
.error-404-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 6rem 0; }
