/* =========================================================================
   Secrets of the Shell — theme.css
   Author: The Free Website Guys
   ========================================================================= */

:root {
	--color-background: #f3f0ec;
	--color-foreground: #0f1f29;
	--color-primary: #0e3d49;
	--color-chocolate: #122530;
	--color-chocolate-deep: #09141b;
	--color-cocoa: #214e59;
	--color-cream: #faf8f4;
	--color-vanilla: #f6f3ee;
	--color-blush: #f3f0ec;
	--color-nude: #ded8cf;
	--color-strawberry: #806328;
	--color-gold: #c8a051;
	--color-gold-soft: #e1c58e;
	--color-muted-foreground: #465a66;
	--color-button-text: #faf8f4;
	--logo-height: 60px;

	--font-display: 'Fraunces', 'Georgia', 'Times New Roman', serif;
	--font-hero: 'Fraunces', 'Georgia', serif;
	--font-body: 'Sora', system-ui, -apple-system, sans-serif;
	--font-label: 'Sora', system-ui, sans-serif;

	--radius-lg: 1.5rem;
	--shadow-soft: 0 4px 20px hsla(202, 52%, 8%, 0.10);
	--shadow-elevated: 0 22px 60px -18px hsla(202, 52%, 8%, 0.38);
	--shadow-gold: 0 14px 34px -12px hsla(40, 52%, 40%, 0.45);
	--transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);

	--gradient-cocoa: linear-gradient(135deg, var(--color-chocolate-deep) 0%, var(--color-cocoa) 100%);
	--gradient-berry: linear-gradient(135deg, #0e3d49 0%, #0a1c24 100%);
	--gradient-gold: linear-gradient(135deg, color-mix(in srgb, var(--color-gold) 80%, white) 0%, var(--color-gold) 100%);

	--header-height: 88px;

	--btn-radius: 999px;
	--btn-height: 52px;
	--btn-padding: 14px 28px;
	--btn-font-size: 14px;
	--btn-font-weight: 600;
	--btn-letter-spacing: 0.14em;
	--btn-text-transform: uppercase;
	--btn-icon-padding: 12px;
	--card-radius: 1.5rem;
	--section-padding: 2rem;
	--checkout-gap: 2rem;
}

/* ---------------------------------------------------------------------
   Reset / base
   --------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; margin: 0; padding: 0; }
body {
	background-color: var(--color-background);
	color: var(--color-foreground);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
html { scroll-behavior: smooth; }
img { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; background: none; border: none; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
input, textarea, select { font-family: inherit; font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--color-foreground);
	letter-spacing: -0.015em;
	line-height: 1.04;
	text-wrap: balance;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-family: inherit;
	font-weight: inherit;
}
.font-display { font-family: var(--font-display); font-weight: 600; }
.font-hero { font-family: var(--font-hero); font-weight: 600; letter-spacing: -0.025em; line-height: 1; }
.font-label, .cs-label { font-family: var(--font-label); }

::selection { background: color-mix(in srgb, var(--color-gold) 32%, transparent); color: var(--color-chocolate-deep); }

/* Cover / full-bleed image exclusion list (Section 15) */
img:not(.cover-img):not(.theme-hero-bg-img):not(.theme-banner-img):not(.theme-banner-video):not(.theme-fairs-img):not(.theme-gallery-img):not(.theme-contact-img):not(.theme-single-product-img):not(.theme-promo-card-bg):not(.theme-reveal-img):not(.theme-pdp-main-img):not(.theme-pdp-thumb-img) {
	max-width: 100%;
	height: auto;
}
.cover-img, .theme-hero-bg-img, .theme-banner-img, .theme-banner-video,
.theme-fairs-img, .theme-gallery-img, .theme-contact-img, .theme-single-product-img, .theme-promo-card-bg, .theme-reveal-img,
.theme-pdp-main-img, .theme-pdp-thumb-img {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
}

.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; } }

.theme-shrink-0 { flex-shrink: 0; }
.theme-mt-6 { margin-top: 1.5rem; }
.theme-mt-8 { margin-top: 2rem; }
.theme-mt-16 { margin-top: 4rem; }
.theme-mt-24 { margin-top: 6rem; }
.theme-mt-24-md { margin-top: 4rem; }
@media (min-width: 768px) {
	.theme-mt-24-md { margin-top: 6rem; }
}
.theme-center { display: flex; justify-content: center; }
.theme-max-xl { max-width: 42rem; }
.theme-max-2xl { max-width: 48rem; margin: 0 auto; }
.theme-w-full { width: 100%; }
.theme-w-full-sm { width: 100%; }
@media (min-width: 640px) { .theme-w-full-sm { width: auto; } }
.theme-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.theme-cream-text { color: var(--color-cream); }
.theme-accent-text { color: var(--color-strawberry); }
.theme-inline-icon { flex-shrink: 0; }

/* ---------------------------------------------------------------------
   Typography scale (Section 2.2)
   --------------------------------------------------------------------- */
.cs-label {
	font-family: var(--font-label);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 14px;
	line-height: 1.3;
}
p, span, a, button, li, label, input, textarea, select { font-size: max(0.875rem, 14px); }

.theme-section-heading {
	font-size: 2.25rem;
	line-height: 1.02;
	letter-spacing: -0.02em;
	margin: 0;
}
@media (min-width: 768px) {
	.theme-section-heading { font-size: 3.75rem; }
}
.theme-section-heading--md { font-size: 1.875rem; }
@media (min-width: 768px) {
	.theme-section-heading--md { font-size: 3rem; }
}
.theme-hero-title {
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: -0.025em;
	margin: 1rem 0 0.75rem;
	color: var(--color-cream);
}
@media (min-width: 640px) { .theme-hero-title { font-size: 3.6rem; } }
@media (min-width: 1024px) { .theme-hero-title { font-size: 4.4rem; } }
.theme-hero-title-accent { font-style: normal; color: var(--color-gold-soft); }

.theme-story-stat-number,
.theme-story-stat-number span {
	font-family: var(--font-display);
	font-size: 1.875rem;
	line-height: 1.1;
	margin: 0;
	color: var(--color-strawberry);
	font-weight: inherit;
	text-transform: none;
	letter-spacing: normal;
}
.theme-related-title, .theme-product-card__title { font-weight: inherit; }

.btn-hero-primary, .btn-hero-outline,
.single-product .single_add_to_cart_button,
.theme-nav-shop-btn, .theme-mobile-shop-btn, .doce-btn-primary, .theme-btn-primary {
	text-transform: uppercase;
}
.product-title { font-family: var(--font-display); font-weight: inherit; }
.variations label { font-family: var(--font-body); font-weight: 600; font-style: normal; }

/* ---------------------------------------------------------------------
   Buttons
   --------------------------------------------------------------------- */
.doce-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: var(--btn-padding);
	min-height: var(--btn-height);
	border-radius: var(--btn-radius);
	font-family: var(--font-label);
	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;
	transition: transform 320ms var(--transition-smooth), box-shadow 320ms var(--transition-smooth);
}
.doce-btn-primary { background: var(--gradient-berry); color: var(--color-cream); box-shadow: var(--shadow-gold); }
.doce-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -14px hsla(192,68%,18%,0.6); }
.doce-btn-gold { background: var(--gradient-gold); color: var(--color-chocolate-deep); box-shadow: var(--shadow-gold); }
.doce-btn-gold:hover { transform: translateY(-3px); }
.doce-btn-cream { background: var(--color-cream); color: var(--color-chocolate); }
.doce-btn-cream:hover { transform: translateY(-3px); background: var(--color-vanilla); }
.doce-btn-ghost { background: transparent; color: var(--color-chocolate); border: 1.5px solid color-mix(in srgb, var(--color-chocolate) 40%, transparent); }
.doce-btn-ghost:hover { transform: translateY(-3px); background: var(--color-chocolate); color: var(--color-cream); }
.theme-disabled-btn { opacity: 0.8; cursor: not-allowed; }

/* ---------------------------------------------------------------------
   Section surfaces
   --------------------------------------------------------------------- */
.cs-section-dark { background-color: var(--color-chocolate-deep); color: var(--color-cream); }
.cs-section-cream { background-color: var(--color-cream); color: var(--color-foreground); }
.cs-section-cream-alt { background-color: var(--color-vanilla); color: var(--color-foreground); }
.cs-section-blush { background-color: var(--color-blush); color: var(--color-foreground); }

.texture-linen { position: relative; }
.texture-linen::before {
	content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
	background-image: repeating-linear-gradient(90deg, hsla(26,40%,40%,0.035) 0 1px, transparent 1px 3px), repeating-linear-gradient(0deg, hsla(26,40%,40%,0.035) 0 1px, transparent 1px 3px);
}
.texture-marble { position: relative; }
.texture-marble::before {
	content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.55;
	background-image: radial-gradient(ellipse at 18% 22%, hsla(192,40%,86%,0.5) 0%, transparent 45%), radial-gradient(ellipse at 82% 68%, hsla(40,58%,88%,0.55) 0%, transparent 50%), radial-gradient(ellipse at 55% 8%, hsla(202,40%,88%,0.3) 0%, transparent 42%);
}

.sots-ripple { display: block; width: 88px; height: 12px; background-repeat: repeat-x; background-size: 44px 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='12' viewBox='0 0 44 12'%3E%3Cpath d='M0 6c5.5-6 11-6 16.5 0S33 12 44 6' fill='none' stroke='%23C9A15A' stroke-width='1.4'/%3E%3C/svg%3E"); }
.theme-heading-ripple { margin: 1rem 0; }
.sots-hairline { height: 1px; width: 100%; background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-gold) 55%, transparent), transparent); }

.sots-corner { position: relative; }
.sots-corner::before, .sots-corner::after {
	content: ''; position: absolute; width: 22px; height: 22px;
	border: 1px solid color-mix(in srgb, var(--color-gold) 55%, transparent);
	opacity: 0; transition: opacity 450ms ease, transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: none; z-index: 3;
}
.sots-corner::before { top: 12px; left: 12px; border-right: 0; border-bottom: 0; border-top-left-radius: 8px; transform: translate(6px, 6px); }
.sots-corner::after { bottom: 12px; right: 12px; border-left: 0; border-top: 0; border-bottom-right-radius: 8px; transform: translate(-6px, -6px); }
.sots-corner:hover::before, .sots-corner:hover::after { opacity: 1; transform: translate(0, 0); }

.doce-eyebrow {
	display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border-radius: 999px;
	background: var(--color-cream); border: 1px solid color-mix(in srgb, var(--color-gold) 45%, transparent);
	color: var(--color-strawberry); font-family: var(--font-label); 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-gold) 12%, transparent); transform: translateY(-1px); }

/* Shared card primitive */
.doce-card {
	background: var(--color-cream);
	border-radius: 1.5rem;
	border: 1px solid var(--color-nude);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	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-gold) 50%, transparent);
}

.cs-hover-lift {
	transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 500ms ease;
	will-change: transform;
}
.cs-hover-lift:hover { transform: translateY(-6px); box-shadow: var(--shadow-elevated); }

.text-muted-foreground { color: var(--color-muted-foreground); }

/* ---------------------------------------------------------------------
   Layout sections generic
   --------------------------------------------------------------------- */
.theme-section { padding: 5rem 0; }
@media (min-width: 768px) { .theme-section { padding: 7rem 0; } }
.theme-section--no-bottom { padding-bottom: 0; }
.theme-section--top-only { padding-bottom: 0; }
.theme-section--tight { padding: 5rem 0 6rem; }
.theme-section-inner { position: relative; }

.theme-section-head { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 3rem; }
@media (min-width: 768px) { .theme-section-head { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 1.5rem; } }
.theme-section-head-copy { max-width: 42rem; }
#bestsellers .theme-section-head-copy { max-width: 42rem; }
#bestsellers .theme-section-heading { margin-top: 1.25rem; margin-bottom: 1rem; }
#bestsellers .theme-heading-ripple { margin-bottom: 1rem; }
.theme-section-head-single { max-width: 42rem; margin-bottom: 3rem; }
.theme-section-copy { color: var(--color-muted-foreground); font-size: 1rem; line-height: 1.75; }
@media (min-width: 768px) { .theme-section-copy { font-size: 1.125rem; } }

/* ---------------------------------------------------------------------
   Announcement ticker
   --------------------------------------------------------------------- */
.theme-announcement-bar { overflow: hidden; background: var(--gradient-cocoa); border-bottom: 1px solid hsla(38, 30%, 95%, 0.1); }
.alta-ticker-viewport { overflow: hidden; }
.alta-ticker-track { display: flex; width: max-content; animation: alta-ticker 48s linear infinite; will-change: transform; padding-top: 0.625rem; padding-bottom: 0.625rem; }
.alta-ticker-viewport:hover .alta-ticker-track { animation-play-state: paused; }
@keyframes alta-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.theme-ticker-set { display: flex; align-items: center; gap: 2rem; padding: 0 2rem; flex-shrink: 0; }
.theme-ticker-item {
	display: flex; align-items: center; gap: 2rem;
	color: var(--color-vanilla);
	font-family: var(--font-label);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 14px;
	line-height: 1.3;
	white-space: nowrap;
}
.theme-ticker-dot { display: inline-block; width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: var(--color-gold); }

/* ---------------------------------------------------------------------
   Header
   --------------------------------------------------------------------- */
.site-header {
	position: sticky; top: 0; left: 0; right: 0; z-index: 50; width: 100%;
	background-color: #0D222C; border-bottom: 1px solid color-mix(in srgb, var(--color-gold) 28%, transparent);
	backdrop-filter: blur(8px);
}
.theme-nav { position: relative; display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; gap: 1rem; height: 4.5rem; }
@media (min-width: 768px) { .theme-nav { height: 6rem; } }
.theme-site-logo { display: flex; align-items: center; min-width: 0; flex-shrink: 0; }
.site-logo-img { height: 3.5rem !important; width: auto !important; max-height: 4.75rem; display: block; }
@media (min-width: 768px) { .site-logo-img { height: 4.75rem !important; } }
.site-logo-text { color: var(--color-cream); font-family: var(--font-display); font-size: 1.5rem; }
.theme-nav-links { display: none; flex: 1; min-width: 0; align-items: center; justify-content: center; gap: 1.25rem; }
@media (min-width: 1280px) { .theme-nav-links { display: flex; } }
.theme-nav-list { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.alta-nav-link {
	position: relative; display: inline-block; padding-bottom: 3px; color: var(--color-cream);
	font-weight: 500; transition: color 280ms ease;
}
.theme-nav-links .alta-nav-link,
.theme-nav-list:not(.theme-nav-list--mobile) .alta-nav-link {
	letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.8125rem;
}
.alta-nav-link::after {
	content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px;
	background: var(--color-gold); 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; }
.theme-nav-actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.theme-nav-shop-btn { display: none; padding: 12px 20px !important; min-height: auto !important; font-size: 0.8125rem !important; }
@media (min-width: 768px) { .theme-nav-shop-btn { display: inline-flex; } }
.theme-cart-btn {
	position: relative; display: inline-flex; align-items: center; justify-content: center;
	width: 44px; height: 44px; border-radius: 50%; color: var(--color-cream); flex-shrink: 0;
	transition: background-color 300ms ease, transform 300ms ease;
}
.theme-cart-btn:hover { background: hsla(0,0%,100%,0.1); transform: translateY(-2px); }
.theme-cart-btn .theme-icon-cart { width: 20px; height: 20px; flex-shrink: 0; }
.theme-cart-count {
	position: absolute; top: 0; right: 0; min-width: 19px; height: 19px; padding: 0 4px; border-radius: 999px;
	background: var(--color-strawberry); color: var(--color-cream); font-size: 0.6875rem; font-weight: 600;
	display: flex; align-items: center; justify-content: center;
}
.theme-cart-count:empty { display: none; }
.theme-mobile-toggle {
	display: inline-flex; align-items: center; justify-content: center;
	width: 44px; height: 44px; border-radius: 50%; color: var(--color-cream);
	border: none; flex-shrink: 0; padding: 0;
	transition: background-color 200ms ease, transform 300ms ease;
}
.theme-mobile-toggle .theme-icon-menu,
.theme-mobile-toggle .theme-icon-close {
	width: 20px; height: 20px; flex-shrink: 0;
}
.theme-mobile-toggle .theme-icon-close { display: none; }
.theme-mobile-toggle.is-open .theme-icon-menu { display: none; }
.theme-mobile-toggle.is-open .theme-icon-close { display: block; }
.theme-mobile-toggle:hover,
body.mobile-menu-open .theme-mobile-toggle { background: hsla(0,0%,100%,0.1); }
@media (min-width: 1280px) { .theme-mobile-toggle { display: none; } }
.theme-mobile-menu {
	display: none;
	padding: 1rem 0;
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	background: #0D222C;
	border-top: 1px solid color-mix(in srgb, var(--color-gold) 24%, transparent);
}
@media (min-width: 640px) {
	.theme-mobile-menu {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.theme-mobile-menu.is-open { display: block; }
.theme-nav-list--mobile,
.theme-mobile-menu .theme-nav-list {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	align-items: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}
.theme-nav-list--mobile .alta-nav-link,
.theme-mobile-menu .theme-nav-list .alta-nav-link {
	padding: 0.75rem 0.25rem;
	width: auto;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.14em;
	text-align: left;
	white-space: nowrap;
	align-self: flex-start;
}
.theme-mobile-shop-btn { margin-top: 0.75rem; width: 100%; }

.site-header.is-solid { background-color: #0D222C; }

/* ---------------------------------------------------------------------
   Hero
   --------------------------------------------------------------------- */
.theme-hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
body.theme-no-hero .theme-hero { display: none; }
.theme-hero-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; background: var(--color-chocolate-deep); }
.theme-hero-gradient { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, hsla(202,52%,7%,0.72) 0%, hsla(202,52%,7%,0.42) 42%, hsla(202,52%,7%,0.92) 100%); }
.theme-hero-radial { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: radial-gradient(ellipse at 18% 60%, hsla(192,68%,30%,0.28) 0%, transparent 58%), radial-gradient(ellipse at 82% 24%, hsla(40,52%,55%,0.26) 0%, transparent 55%); }
.theme-hero-monogram { position: absolute; right: 6%; top: 16%; width: 7rem; opacity: 0.25; z-index: 4; display: none; pointer-events: none; }
@media (min-width: 640px) { .theme-hero-monogram { display: block; width: 11rem; } }
.theme-hero .container-wide.theme-hero-inner { position: relative; z-index: 5; padding-top: 2.5rem; padding-bottom: 2.5rem; }
@media (min-width: 768px) { .theme-hero .container-wide.theme-hero-inner { padding-top: 3.5rem; padding-bottom: 3.5rem; } }
.theme-hero-content { max-width: 48rem; }
.theme-hero-bg-img { object-fit: cover; object-position: center center; }
.theme-hero-badge {
	display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px;
	background: hsla(38,30%,95%,0.12); color: var(--color-gold-soft); border: 1px solid hsla(40,58%,72%,0.4);
	font-size: 14px;
}
.theme-hero-title { text-wrap: wrap; }
.theme-hero-ripple { display: block; margin: 0 0 1rem; }
.theme-hero-subtitle { max-width: 36rem; font-size: 1rem; line-height: 1.625; color: hsla(38,30%,95%,0.86); }
@media (min-width: 768px) { .theme-hero-subtitle { font-size: 1.125rem; } }
.theme-hero-ctas { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }
@media (min-width: 640px) { .theme-hero-ctas { flex-direction: row; } }
.theme-hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 2rem; margin-top: 1.5rem; }
.theme-hero-trust-item { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: hsla(38,30%,95%,0.8); }
.theme-hero-trust-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-gold); }
.theme-hero-wave { position: absolute; bottom: 0; left: 0; right: 0; z-index: 6; }

/* ---------------------------------------------------------------------
   Decorative dividers
   --------------------------------------------------------------------- */
.theme-wave-divider, .theme-ripple-divider { position: relative; width: 100%; line-height: 0; }
.theme-ripple-divider { margin-bottom: -1px; }
.theme-wave-svg { width: 100%; height: 42px; display: block; }
@media (min-width: 768px) { .theme-wave-svg { height: 70px; } }
.theme-ripple-svg { width: 100%; height: 70px; display: block; }
@media (min-width: 768px) { .theme-ripple-svg { height: 130px; } }

/* ---------------------------------------------------------------------
   Product grid + cards (shared, Section 31.9 / 31.13)
   --------------------------------------------------------------------- */
.theme-product-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: stretch; }
@media (min-width: 640px) { .theme-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .theme-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; } }
.theme-product-grid--bestsellers { grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .theme-product-grid--bestsellers { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .theme-product-grid--bestsellers { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; } }

.theme-product-card-wrap { height: 100%; display: flex; }
.theme-product-card {
	position: relative; display: flex; flex-direction: column; width: 100%; 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):not(.theme-product-card__quick-add) { pointer-events: none; }
.theme-product-card__image-wrapper { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--color-nude); }
.theme-product-card__image-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 1200ms ease-out; }
.theme-product-card:hover .theme-product-card__image-wrapper img { transform: scale(1.07); }
.theme-product-card__gradient {
	position: absolute; inset: 0; z-index: 1; opacity: 0; pointer-events: none;
	background: linear-gradient(180deg, transparent 45%, hsla(202,52%,7%,0.6) 100%);
	transition: opacity 500ms ease;
}
.theme-product-card:hover .theme-product-card__gradient { opacity: 1; }
.theme-card-badge-wrap { position: absolute; top: 14px; left: 14px; z-index: 2; }
.theme-card-badge {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 6px 14px; border-radius: 999px; background: var(--color-cream); color: var(--color-strawberry); font-size: 14px;
}
.theme-card-badge--soon { background: hsla(202,52%,7%,0.82); color: var(--color-gold-soft); }
.theme-product-card__quick-add {
	position: absolute; bottom: 14px; right: 14px; z-index: 3; width: 48px; height: 48px; border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center; background: var(--gradient-gold); color: var(--color-chocolate-deep);
	box-shadow: var(--shadow-gold); opacity: 0; transform: translateY(8px); transition: all 400ms; pointer-events: auto;
}
.theme-product-card:hover .theme-product-card__quick-add { opacity: 1; transform: translateY(0); }
.theme-product-card__quick-add:hover { transform: scale(1.1); }
.theme-product-card__info { flex: 1; display: flex; flex-direction: column; padding: 1.25rem; min-height: 0; }
.theme-product-card__top-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 1rem;
}
.theme-product-card__title { font-size: 19px; line-height: 1.375; margin: 0; min-width: 0; }
@media (min-width: 768px) { .theme-product-card__title { font-size: 21px; } }
.theme-product-card__desc {
	margin-top: 0.375rem; font-size: 14px; line-height: 1.5; color: var(--color-muted-foreground);
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.theme-product-card__price {
	flex-shrink: 0; font-size: 21px; line-height: 1.375; color: var(--color-strawberry);
	font-variant-numeric: tabular-nums; white-space: nowrap;
}
.theme-product-card__price,
.theme-product-card__price .woocommerce-Price-amount,
.theme-product-card__price .woocommerce-Price-currencySymbol,
.theme-product-card__price bdi,
.theme-product-card__price span {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
	text-transform: none;
	letter-spacing: normal;
	font-weight: inherit;
}
.theme-product-card__soon { flex-shrink: 0; font-size: 14px; color: var(--color-cocoa); }

/* card compact quick-add override (Section 11.4.1 card variant) */
.theme-product-card .add_to_cart_button.ajax_add_to_cart.theme-product-card__quick-add {
	min-height: unset !important; padding: 0 !important; border-radius: 50% !important;
}

/* ---------------------------------------------------------------------
   Banner / spotlight sections
   --------------------------------------------------------------------- */
.theme-banner-section { position: relative; overflow: hidden; }
.theme-banner-inner { position: relative; min-height: 62vh; display: flex; align-items: center; overflow: hidden; }
@media (min-width: 768px) { .theme-banner-inner { min-height: 78vh; } }
.theme-banner-inner--tall { min-height: 60vh; }
@media (min-width: 768px) { .theme-banner-inner--tall { min-height: 72vh; } }
.theme-banner-gradient { position: absolute; inset: 0; pointer-events: none; }
.theme-banner-gradient--side { background: linear-gradient(90deg, hsla(202,52%,7%,0.9) 0%, hsla(202,52%,7%,0.55) 55%, hsla(202,52%,7%,0.35) 100%); }
.theme-banner-gradient--vertical { background: linear-gradient(180deg, hsla(202,52%,7%,0.78) 0%, hsla(202,52%,7%,0.6) 50%, hsla(202,52%,7%,0.9) 100%); }
.theme-banner-gradient--newsletter { background: linear-gradient(180deg, hsla(202,52%,7%,0.86) 0%, hsla(192,68%,12%,0.82) 100%); }
.theme-banner-container { position: relative; padding-top: 5rem; padding-bottom: 5rem; }
@media (min-width: 768px) { .theme-banner-container { padding-top: 7rem; padding-bottom: 7rem; } }
.theme-banner-container--center { text-align: center; }
.theme-banner-copy { max-width: 36rem; }
.theme-banner-copy .theme-section-heading,
.theme-watch-copy .theme-section-heading { margin-top: 1rem; margin-bottom: 1.25rem; text-wrap: wrap; }
.theme-banner-copy .theme-heading-ripple { margin: 0 0 1.25rem; }
.theme-banner-copy .theme-banner-text { margin: 0 0 2rem; line-height: 1.625; }
.theme-label-gold { color: var(--color-gold-soft); }
.theme-banner-text { font-size: 1rem; line-height: 1.625; color: hsla(38,30%,95%,0.84); }
@media (min-width: 768px) { .theme-banner-text { font-size: 1.125rem; } }
.theme-banner-video, .theme-banner-video--img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.theme-spotlight-section .theme-ripple-divider { position: absolute; bottom: 0; left: 0; right: 0; z-index: 4; }
@keyframes ken-burns { 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); } }
.ken-burns { animation: ken-burns 24s ease-in-out infinite; will-change: transform; }

/* ---------------------------------------------------------------------
   Brand story
   --------------------------------------------------------------------- */
.theme-story-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .theme-story-grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.theme-story-media-inner { position: relative; }
.theme-story-img-main {
	display: block; position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover;
	border-radius: 2rem; box-shadow: var(--shadow-elevated); transition: transform 1200ms;
}
.theme-story-media-inner:hover .theme-story-img-main { transform: scale(1.02); }
.theme-story-img-alt {
	display: none; position: absolute; z-index: 2; bottom: -2.5rem; right: -1.5rem;
	width: 50%; max-width: 50%; aspect-ratio: 1/1; object-fit: cover;
	border-radius: 1.5rem; box-shadow: var(--shadow-elevated); border: 4px solid var(--color-cream);
}
@media (min-width: 640px) { .theme-story-img-alt { display: block; } }
@media (min-width: 1024px) { .theme-story-copy { padding-left: 1.5rem; } }
.theme-story-paragraphs { display: flex; flex-direction: column; gap: 1.25rem; max-width: 36rem; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.7; }
.theme-story-cards { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem; }
@media (min-width: 640px) { .theme-story-cards { grid-template-columns: 1fr 1fr; } }
.theme-story-stat { padding: 1.25rem; border-radius: 1.5rem; background: var(--color-vanilla); border: 1px solid color-mix(in srgb, var(--color-gold) 35%, transparent); box-shadow: var(--shadow-soft); }
.theme-story-stat-label { margin-top: 0.25rem; color: var(--color-muted-foreground); }
.theme-story-note { display: flex; align-items: center; padding: 1.25rem; border-radius: 1.5rem; background: var(--color-vanilla); border: 1px solid var(--color-nude); box-shadow: var(--shadow-soft); }
.theme-story-note p { font-size: 0.8125rem; line-height: 1.6; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); }
@keyframes doce-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-14px) rotate(3deg); } }
.doce-float { animation: doce-float 7s ease-in-out infinite; }
.doce-float-slow { animation: doce-float 11s ease-in-out infinite; }

/* ---------------------------------------------------------------------
   Perks ticker
   --------------------------------------------------------------------- */
.theme-perks-section { padding: 2.5rem 0; }
.theme-perks-viewport { -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%); }
.theme-perks-track { align-items: center; }
.theme-perks-set { display: flex; align-items: center; flex-shrink: 0; }
.theme-perk-item { display: flex; align-items: center; gap: 0.75rem; padding: 0 1.5rem; flex-shrink: 0; }
@media (min-width: 768px) { .theme-perk-item { padding: 0 2.25rem; } }
.theme-perk-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: hsla(40,58%,72%,0.14); color: var(--color-gold-soft); }
.theme-perk-label { color: var(--color-cream); white-space: nowrap; }
.theme-perk-dot { margin-left: 1.5rem; width: 6px; height: 6px; border-radius: 50%; background: color-mix(in srgb, var(--color-gold) 55%, transparent); flex-shrink: 0; }
@media (min-width: 768px) { .theme-perk-dot { margin-left: 2.25rem; } }

/* ---------------------------------------------------------------------
   Reveal experiences
   --------------------------------------------------------------------- */
.theme-reveals-watermark {
	position: absolute; left: -4rem; top: 4rem; width: 18rem; opacity: 0.07;
	pointer-events: none; display: none;
}
@media (min-width: 768px) { .theme-reveals-watermark { display: block; } }
.theme-reveal-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
@media (min-width: 640px) { .theme-reveal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .theme-reveal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.theme-reveal-card {
	position: relative; display: flex; flex-direction: column; height: 100%; border-radius: 1.75rem; overflow: hidden;
	background: var(--color-cream); border: 1px solid var(--color-nude); box-shadow: var(--shadow-soft);
	transition: transform 500ms ease-out, box-shadow 500ms ease-out;
}
.theme-reveal-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: var(--shadow-elevated); }
.theme-reveal-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--color-nude); }
.theme-reveal-img { transition: transform 1200ms; }
.theme-reveal-card:hover .theme-reveal-img { transform: scale(1.08); }
.theme-reveal-media-gradient { position: absolute; inset: 0; opacity: 0.7; transition: opacity 500ms; background: linear-gradient(180deg, hsla(202,52%,7%,0.1) 40%, hsla(202,52%,7%,0.75) 100%); }
.theme-reveal-card:hover .theme-reveal-media-gradient { opacity: 0.4; }
.theme-reveal-icon { position: absolute; top: 1rem; left: 1rem; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--color-cream); color: var(--color-strawberry); transition: transform 500ms; }
.theme-reveal-card:hover .theme-reveal-icon { transform: translateY(-4px) rotate(6deg); }
.theme-reveal-soon { position: absolute; top: 1rem; right: 1rem; padding: 6px 12px; border-radius: 999px; background: hsla(202,52%,7%,0.82); color: var(--color-gold-soft); }
.theme-reveal-body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem 1.25rem 1rem; }
.theme-reveal-card--demo .theme-reveal-body { padding: 1.5rem; }
.theme-reveal-title { font-size: 1.5rem; }
.theme-reveal-copy { margin-top: 0.5rem; font-size: 0.8125rem; line-height: 1.6; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); }
.theme-reveal-demo { margin-top: auto; padding-top: 1rem; border-top: 1px solid color-mix(in srgb, var(--color-gold) 25%, transparent); }

/* Interactive demos */
.theme-demo-inner { text-align: center; }
.theme-dice-row { height: 8rem; margin-bottom: 0.75rem; display: flex; align-items: center; justify-content: center; gap: 0.75rem; }
.theme-die { position: relative; width: 44px; height: 44px; border-radius: 8px; background: var(--color-cream); border: 2px solid var(--color-gold); box-shadow: var(--shadow-soft); }
.theme-die-face-svg { position: absolute; inset: 0; width: 100%; height: 100%; padding: 6px; }
.theme-dice-plus { font-weight: 500; color: var(--color-strawberry); font-size: 0.8125rem; }
@keyframes demo-dice-roll { 0% { transform: translateX(0) rotate(0deg); } 15% { transform: translateX(12px) rotate(180deg); } 30% { transform: translateX(-10px) rotate(360deg); } 45% { transform: translateX(8px) rotate(540deg); } 60% { transform: translateX(-6px) rotate(720deg); } 75% { transform: translateX(2px) rotate(810deg); } 100% { transform: translateX(0) rotate(900deg); } }
.demo-dice-rolling { animation: demo-dice-roll 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.theme-demo-result { min-height: 3rem; margin-bottom: 0.75rem; display: flex; align-items: center; justify-content: center; font-size: 0.8125rem; font-weight: 500; line-height: 1.4; color: var(--color-strawberry); }
.theme-demo-btn { padding: 10px 20px !important; min-height: auto !important; }
.theme-wheel-wrap { position: relative; width: 8rem; height: 8rem; margin: 0 auto; }
.theme-wheel { width: 100%; height: 100%; border-radius: 50%; border: 3px solid var(--color-gold); transition: transform 3000ms cubic-bezier(0.17, 0.67, 0.12, 1); }
.theme-wheel-pointer { position: absolute; top: -8px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 16px solid var(--color-gold); filter: drop-shadow(0 2px 2px rgba(0,0,0,0.35)); }
.theme-wheel-center { position: absolute; inset: 0; margin: auto; width: 16px; height: 16px; border-radius: 50%; background: var(--color-cream); border: 2px solid var(--color-gold); }
.theme-scoop-wrap { height: 8rem; margin-bottom: 0.75rem; display: flex; align-items: center; justify-content: center; }
.theme-scoop-svg { height: 100%; width: auto; }
@keyframes demo-scoop-dip { 0% { transform: translateY(0) rotate(0deg); } 40% { transform: translateY(26px) rotate(10deg); } 60% { transform: translateY(30px) rotate(10deg); } 80% { transform: translateY(26px) rotate(0deg); } 100% { transform: translateY(0) rotate(0deg); } }
.demo-scooping { animation: demo-scoop-dip 1.4s ease-in-out forwards; transform-origin: 100px 70px; }
@keyframes demo-scoop-pop { 0% { opacity: 0; transform: translateY(12px) scale(0.6); } 70% { opacity: 0; transform: translateY(12px) scale(0.6); } 85% { opacity: 1; transform: translateY(-4px) scale(1.15); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
.demo-scoop-item { animation: demo-scoop-pop 1.4s ease-out forwards; transform-origin: 100px 115px; }

/* ---------------------------------------------------------------------
   Video banner (new arrivals)
   --------------------------------------------------------------------- */
.theme-video-banner { position: relative; overflow: hidden; border-radius: 2rem; margin: 2.5rem 0 3.5rem; box-shadow: var(--shadow-elevated); min-height: 20rem; display: flex; align-items: center; }
@media (min-width: 768px) { .theme-video-banner { margin: 3.5rem 0; } }
.theme-video-banner-media { position: absolute; inset: 0; }
.theme-video-banner-content { position: relative; padding: 3.5rem 1.75rem; max-width: 42rem; }
@media (min-width: 768px) { .theme-video-banner-content { padding: 5rem 3.5rem; } }
.theme-video-banner-content h3 { font-size: 1.875rem; line-height: 1.02; letter-spacing: -0.02em; }
@media (min-width: 768px) { .theme-video-banner-content h3 { font-size: 3rem; } }
.theme-newarrivals-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-bottom: 5rem;
	align-items: stretch;
}
@media (min-width: 1024px) {
	.theme-newarrivals-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
}
.theme-newarrivals-row > .theme-product-card-wrap,
.theme-newarrivals-row > .theme-promo-card { width: 100%; min-width: 0; }
.theme-promo-card {
	display: flex; position: relative; flex-direction: column; justify-content: center;
	overflow: hidden; border-radius: 1.5rem; padding: 2rem; min-height: 100%;
	background: var(--color-vanilla); border: 1px solid color-mix(in srgb, var(--color-gold) 35%, transparent);
}
.theme-promo-card-bg { position: absolute; opacity: 0.22; }
.theme-promo-card-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, color-mix(in srgb, var(--color-vanilla) 92%, transparent) 0%, color-mix(in srgb, var(--color-vanilla) 72%, transparent) 55%, color-mix(in srgb, var(--color-vanilla) 90%, transparent) 100%); }
.theme-promo-card-content { position: relative; }
.theme-promo-icon { margin-bottom: 1rem; color: var(--color-strawberry); width: 28px; height: 28px; }
.theme-promo-card-content h3 { font-size: 1.5rem; line-height: 1.375; }
.theme-promo-card-content p { margin-top: 0.75rem; font-size: 14px; color: var(--color-muted-foreground); line-height: 1.6; }

/* ---------------------------------------------------------------------
   Craft fairs
   --------------------------------------------------------------------- */
.theme-fairs-card { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; border-radius: 2rem; overflow: hidden; background: var(--color-cream); border: 1px solid var(--color-nude); }
@media (min-width: 1024px) { .theme-fairs-card { grid-template-columns: 5fr 7fr; gap: 3rem; } }
.theme-fairs-media { position: relative; height: 16rem; overflow: hidden; }
@media (min-width: 1024px) { .theme-fairs-media { height: 100%; min-height: 24rem; } }
.theme-fairs-content { padding: 1.75rem; }
@media (min-width: 768px) { .theme-fairs-content { padding: 3rem; } }
.theme-fairs-ctas { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }
@media (min-width: 640px) { .theme-fairs-ctas { flex-direction: row; } }

/* ---------------------------------------------------------------------
   Watch live
   --------------------------------------------------------------------- */
.theme-watch-copy { max-width: 48rem; margin: 0 auto; }
.theme-watch-copy .theme-heading-ripple { display: block; margin: 0 auto 1.5rem; }
.theme-watch-copy .theme-banner-text { margin: 0 auto 2rem; max-width: 42rem; }
.theme-watch-ctas { display: flex; flex-direction: column; gap: 0.75rem; justify-content: center; align-items: stretch; }
@media (min-width: 640px) { .theme-watch-ctas { flex-direction: row; align-items: center; } }

/* ---------------------------------------------------------------------
   Gallery
   --------------------------------------------------------------------- */
.theme-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 1024px) { .theme-gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; } }
.theme-gallery-item { position: relative; overflow: hidden; border-radius: 1.5rem; aspect-ratio: 1/1; background: var(--color-nude); transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 500ms ease; }
.theme-gallery-item:hover { z-index: 10; transform: translateY(-8px); box-shadow: var(--shadow-elevated); }
.theme-gallery-img { transition: transform 1200ms; }
.theme-gallery-item:hover .theme-gallery-img { transform: scale(1.09); }
.theme-gallery-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, hsla(202,52%,7%,0.05) 45%, hsla(202,52%,7%,0.85) 100%); }
.theme-gallery-caption { position: absolute; inset-inline: 0; bottom: 0; padding: 1rem; font-size: 0.8125rem; line-height: 1.4; color: var(--color-cream); transition: transform 500ms; }
.theme-gallery-item:hover .theme-gallery-caption { transform: translateY(-4px); }

/* ---------------------------------------------------------------------
   Newsletter
   --------------------------------------------------------------------- */
.theme-newsletter-inner { position: relative; }
.theme-newsletter-content { position: relative; }
.theme-newsletter-inner-copy { max-width: 42rem; margin: 0 auto; text-align: center; }
.theme-newsletter-inner-copy .theme-section-heading { margin-top: 1rem; margin-bottom: 1.25rem; text-wrap: wrap; }
.theme-newsletter-inner-copy .theme-heading-ripple { display: block; margin: 0 auto 1.5rem; }
.theme-newsletter-inner-copy .theme-banner-text { margin-bottom: 0; }
.theme-newsletter-success {
	display: inline-flex; align-items: center; gap: 0.5rem; width: auto; max-width: 100%;
	margin-top: 2rem; padding: 0.75rem 1.25rem; border-radius: 999px;
	background: hsla(40,58%,72%,0.16); color: var(--color-gold-soft);
}
.theme-newsletter-form { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; max-width: 32rem; margin-inline: auto; }
@media (min-width: 640px) { .theme-newsletter-form { flex-direction: row; } }
.theme-newsletter-input { flex: 1; padding: 1rem 1.25rem; border-radius: 999px; background: var(--color-cream); color: var(--color-chocolate); border: 1px solid color-mix(in srgb, var(--color-gold) 40%, transparent); }
.theme-newsletter-input:focus { outline: none; box-shadow: 0 0 0 2px var(--color-gold); }

/* ---------------------------------------------------------------------
   Contact
   --------------------------------------------------------------------- */
.theme-contact-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: stretch; }
@media (min-width: 1024px) { .theme-contact-grid { grid-template-columns: 5fr 7fr; gap: 2.5rem; } }
.theme-contact-media { position: relative; overflow: hidden; border-radius: 2rem; min-height: 22rem; }
.theme-contact-media-content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem 2.5rem; }
.theme-contact-media .theme-section-heading { color: var(--color-cream); }
.theme-contact-list { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.25rem; }
.theme-contact-list-link { display: inline-flex; align-items: center; gap: 0.5rem; color: hsla(38,30%,95%,0.86); transition: color 300ms; word-break: break-all; }
.theme-contact-list-link:hover { color: var(--color-gold-soft); }
.theme-contact-list-static { display: inline-flex; align-items: center; gap: 0.5rem; color: hsla(38,30%,95%,0.7); }
.theme-contact-form-card { height: 100%; border-radius: 2rem; padding: 1.75rem; background: var(--color-cream); border: 1px solid var(--color-nude); box-shadow: var(--shadow-elevated); }
@media (min-width: 768px) { .theme-contact-form-card { padding: 2.5rem; } }
.theme-contact-form-title { font-size: 1.875rem; margin: 1.25rem 0 0.5rem; }
@media (min-width: 768px) { .theme-contact-form-title { font-size: 2.25rem; } }
.theme-contact-form-copy { color: color-mix(in srgb, var(--color-foreground) 65%, transparent); margin-bottom: 1.75rem; font-size: 0.9375rem; }
.theme-form-row { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
@media (min-width: 640px) { .theme-form-row { grid-template-columns: 1fr 1fr; } }
.theme-contact-inline-form label, .theme-modal-form label { display: block; margin-bottom: 0.375rem; font-size: 0.875rem; font-weight: 500; }
.theme-contact-inline-form input, .theme-contact-inline-form select, .theme-contact-inline-form textarea,
.theme-modal-form input, .theme-modal-form select, .theme-modal-form textarea,
.theme-newsletter-form input {
	width: 100%; padding: 0.75rem 1rem; border-radius: 999px; background: var(--color-vanilla);
	border: 1px solid var(--color-nude); color: var(--color-foreground); transition: box-shadow 200ms;
}
.theme-contact-inline-form textarea, .theme-modal-form textarea { border-radius: 1.25rem; resize: vertical; }
.theme-contact-inline-form input:focus, .theme-contact-inline-form select:focus, .theme-contact-inline-form textarea:focus,
.theme-modal-form input:focus, .theme-modal-form select:focus, .theme-modal-form textarea:focus {
	outline: none; box-shadow: 0 0 0 2px var(--color-gold);
}
.theme-contact-inline-form > div, .theme-modal-form > div { margin-bottom: 1.25rem; }
.theme-contact-success, .theme-modal-success { text-align: center; padding: 2.5rem 0; }
.theme-modal-success-icon { width: 4rem; height: 4rem; margin: 0 auto 1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--gradient-gold); box-shadow: var(--shadow-gold); color: var(--color-chocolate-deep); }

/* ---------------------------------------------------------------------
   Contact modal
   --------------------------------------------------------------------- */
.theme-modal { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.theme-modal[hidden] { display: none; }
.theme-modal-overlay { position: absolute; inset: 0; background: hsla(202,52%,7%,0.6); backdrop-filter: blur(4px); }
.theme-modal-content { position: relative; z-index: 1; width: 100%; max-width: 32rem; max-height: 90vh; overflow-y: auto; border-radius: 1.75rem; background: var(--color-cream); border: 1px solid var(--color-nude); padding: 2rem; box-shadow: var(--shadow-elevated); animation: theme-modal-in 260ms cubic-bezier(0.22, 1, 0.36, 1); }
.theme-modal.is-closing .theme-modal-content { animation: theme-modal-out 220ms ease forwards; }
@keyframes theme-modal-in { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
@keyframes theme-modal-out { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(0.96); } }
.theme-modal-close { position: absolute; top: 1rem; right: 1rem; width: 2.25rem; height: 2.25rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.theme-modal-close:hover { background: rgba(0,0,0,0.05); }
.theme-modal-title { font-size: 1.75rem; margin-bottom: 0.5rem; }
.theme-modal-desc { color: color-mix(in srgb, var(--color-foreground) 65%, transparent); font-size: 0.8125rem; margin-bottom: 1rem; }
.theme-modal-contact-row { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; font-size: 0.8125rem; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); margin-bottom: 1.25rem; }
.theme-modal-contact-row a { display: inline-flex; align-items: center; gap: 0.4rem; }
.theme-modal-contact-row a:hover { color: var(--color-gold); }
.theme-modal-form-actions { display: flex; justify-content: flex-end; }
body.theme-modal-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
	.theme-modal-content, .theme-modal.is-closing .theme-modal-content { animation: none !important; }
}

/* ---------------------------------------------------------------------
   Footer
   --------------------------------------------------------------------- */
.site-footer { position: relative; overflow: hidden; background-color: #0D222C; color: var(--color-cream); border-top: 1px solid color-mix(in srgb, var(--color-gold) 28%, transparent); }
.theme-footer-monogram { position: absolute; right: -2.5rem; bottom: -2.5rem; width: 16rem; opacity: 0.08; pointer-events: none; }
@media (min-width: 768px) { .theme-footer-monogram { width: 24rem; } }
.theme-footer-inner { position: relative; padding-top: 4rem; padding-bottom: 2rem; }
@media (min-width: 1024px) { .theme-footer-inner { padding-top: 6rem; padding-bottom: 2.5rem; } }
.theme-footer-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.5rem; align-items: start; }
@media (min-width: 768px) { .theme-footer-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 2.5rem; } }
@media (min-width: 1024px) { .theme-footer-grid { gap: 3.5rem; } }
@media (min-width: 768px) { .theme-footer-brand { grid-column: span 5; } }
@media (min-width: 768px) { .theme-footer-links { grid-column: span 3; } }
@media (min-width: 768px) { .theme-footer-contact { grid-column: span 4; } }
.theme-footer-brand,
.theme-footer-links,
.theme-footer-contact { min-width: 0; }
.theme-footer-logo-link { display: inline-flex; transition: transform 500ms ease; }
.theme-footer-logo-link:hover { transform: scale(1.05); }
.theme-footer-logo-img { height: 6rem !important; width: auto !important; max-height: none !important; max-width: 100%; display: block; }
@media (min-width: 768px) { .theme-footer-logo-img { height: 8rem !important; } }
.theme-footer-tagline { margin-top: 1.5rem; max-width: 28rem; font-size: 0.9375rem; line-height: 1.6; color: hsla(38,30%,95%,0.72); }
.theme-footer-socials { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; margin-top: 1.75rem; }
.theme-social-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid hsla(38,30%,95%,0.24); display: flex; align-items: center; justify-content: center; color: var(--color-cream); transition: all 300ms; flex-shrink: 0; }
.theme-social-btn:hover { transform: translateY(-3px); background: var(--color-gold); border-color: var(--color-gold); color: var(--color-chocolate-deep); }
.theme-footer-heading { margin: 0 0 1.25rem; color: var(--color-gold-soft); font-size: 14px; font-family: var(--font-label); font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; line-height: 1.3; }
.theme-footer-heading--info { margin-top: 2rem; margin-bottom: 1rem; }
.theme-footer-list { display: flex; flex-direction: column; gap: 0.75rem; margin: 0; padding: 0; list-style: none; }
.theme-footer-list .alta-nav-link,
.theme-footer-list .theme-link-btn {
	color: hsla(38,30%,95%,0.72);
	text-align: left;
	font-size: 14px;
	letter-spacing: normal;
	text-transform: none;
	padding-bottom: 0;
}
.theme-footer-list .alta-nav-link::after { display: none; }
.theme-footer-contact-link { display: inline-flex; align-items: center; gap: 0.5rem; color: hsla(38,30%,95%,0.72); transition: color 300ms; word-break: break-all; font-size: 14px; }
.theme-footer-contact-link:hover { color: var(--color-gold-soft); }
.theme-footer-address { display: flex; align-items: flex-start; gap: 0.5rem; color: hsla(38,30%,95%,0.72); font-size: 14px; }
.theme-footer-cta { margin-top: 1.5rem; padding: 12px 24px !important; min-height: auto !important; display: inline-flex; align-items: center; gap: 0.5rem; max-width: 100%; white-space: normal; text-align: center; }
.theme-footer-hairline { margin-top: 3.5rem; }
.theme-footer-bottom { position: relative; padding-top: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-start; justify-content: space-between; font-size: 14px; color: hsla(38,30%,95%,0.62); }
@media (min-width: 640px) { .theme-footer-bottom { flex-direction: row; align-items: center; } }
.theme-footer-bottom a { text-decoration: underline; text-underline-offset: 4px; }
.theme-footer-bottom a:hover { color: var(--color-gold-soft); }

.theme-back-to-top {
	position: fixed; bottom: 2rem; right: 2rem; z-index: 50; width: 44px; height: 44px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center; background: var(--gradient-berry); color: var(--color-cream);
	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); }

/* ---------------------------------------------------------------------
   Scroll reveal utilities
   --------------------------------------------------------------------- */
[data-reveal], .reveal-item, .scale-in-item {
	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(--cs-fade-delay, 0ms);
}
[data-reveal].is-revealed, .reveal-item.is-visible, .scale-in-item.is-visible { opacity: 1; transform: translateY(0); }
[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-child].is-revealed { opacity: 1; transform: translateY(0); }
.parallax-bg, [data-parallax] { transform: translate3d(0, var(--parallax-y, 0px), 0); }
[data-tilt] { transform-style: preserve-3d; transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1); }

body.is-customizer .reveal-item, body.is-customizer .scale-in-item,
body.is-customizer [data-reveal], body.is-customizer [data-reveal-child] {
	opacity: 1 !important; transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
	[data-reveal], [data-reveal-child], .reveal-item, .scale-in-item { opacity: 1 !important; transform: none !important; transition: none !important; }
	.ken-burns, .alta-ticker-track, .doce-float, .doce-float-slow { animation: none !important; }
	[data-tilt], .doce-card, .doce-card:hover, .cs-hover-lift, .cs-hover-lift:hover { transform: none !important; transition: none !important; }
}

/* =========================================================================
   WooCommerce
   ========================================================================= */
.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; }

.single-product .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }

.single_add_to_cart_button.button,
.add_to_cart_button.button,
a.single_add_to_cart_button,
a.add_to_cart_button {
	background-color: var(--color-primary) !important;
	color: var(--color-button-text) !important;
	border: none !important;
	border-radius: var(--btn-radius) !important;
	min-height: var(--btn-height) !important;
	padding: var(--btn-padding) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: var(--font-body) !important;
	font-size: var(--btn-font-size) !important;
	font-weight: var(--btn-font-weight) !important;
	letter-spacing: var(--btn-letter-spacing) !important;
	text-transform: var(--btn-text-transform) !important;
	cursor: pointer !important;
	transition: opacity 0.2s ease !important;
}
.single_add_to_cart_button.button:hover,
.add_to_cart_button.button:hover {
	opacity: 0.85 !important;
	background-color: var(--color-primary) !important;
	color: var(--color-button-text) !important;
}
.single_add_to_cart_button.button:disabled,
.single_add_to_cart_button.button.disabled,
.add_to_cart_button.button:disabled,
.add_to_cart_button.button.disabled {
	cursor: not-allowed !important; opacity: 0.4 !important; pointer-events: none !important;
}
.single_add_to_cart_button.button:disabled:hover,
.single_add_to_cart_button.button.disabled:hover,
.add_to_cart_button.button:disabled:hover,
.add_to_cart_button.button.disabled:hover {
	opacity: 0.4 !important; background-color: var(--color-primary) !important;
}
/* Card compact quick-add — overrides global rules (must come after) */
.theme-product-card .add_to_cart_button.ajax_add_to_cart {
	min-height: unset !important; padding: var(--btn-icon-padding) !important; border-radius: 50% !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; }

/* Stock badges */
.theme-stock-badge, .theme-out-of-stock {
	display: inline-flex; align-items: center; gap: 0.4rem; padding: 6px 14px; border-radius: 999px;
	background: hsla(12,48%,55%,0.14); color: #806328; font-size: 0.8125rem; font-weight: 600;
}

/* Single product layout */
.theme-single-product-main,
.theme-product-page { padding: 0 0 6rem; clear: both; overflow: visible; width: 100%; }
.theme-product-page__container { position: relative; }
.theme-breadcrumb { padding: 1.5rem 0; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.14em; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); font-family: var(--font-label); }
.theme-breadcrumb a:hover { color: var(--color-strawberry); }
.theme-breadcrumb-sep { margin: 0 0.5rem; opacity: 0.5; }
.theme-breadcrumb-current { color: var(--color-foreground); }

.theme-product-layout,
.theme-product-page__layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 2.5rem;
	min-width: 0;
	width: 100%;
	padding-bottom: 6rem;
	padding-top: 0.5rem;
	direction: ltr;
	flex-direction: unset !important;
	flex-wrap: unset !important;
}
.theme-product-page__layout::before,
.theme-product-page__layout::after {
	content: none !important;
	display: none !important;
}
@media (min-width: 1024px) {
	.theme-product-layout,
	.theme-product-page__layout {
		grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
		gap: 4rem;
		align-items: start;
	}
}
body.theme-pdp-active .theme-product-gallery,
body.single-product .theme-product-gallery {
	grid-column: 1;
	grid-row: 1;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	clear: none !important;
	order: 0 !important;
	align-self: start !important;
	justify-self: stretch !important;
}
body.theme-pdp-active .theme-product-info,
body.single-product .theme-product-info {
	grid-column: 1;
	grid-row: 2;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	clear: none !important;
	order: 0 !important;
	align-self: start !important;
	justify-self: stretch !important;
}
@media (min-width: 1024px) {
	body.theme-pdp-active .theme-product-gallery,
	body.single-product .theme-product-gallery {
		grid-column: 1;
		grid-row: 1;
	}
	body.theme-pdp-active .theme-product-info,
	body.single-product .theme-product-info {
		grid-column: 2;
		grid-row: 1;
		position: sticky;
		top: 7rem;
	}
}

/* Contain legacy WooCommerce float layout if default markup leaks in */
body.single-product .woocommerce div.product .woocommerce-product-gallery,
body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary,
body.theme-pdp-active .woocommerce div.product div.images,
body.theme-pdp-active .woocommerce div.product div.summary,
body.theme-pdp-active .woocommerce div.product .theme-product-gallery,
body.theme-pdp-active .woocommerce div.product .theme-product-info {
	float: none !important;
	width: 100% !important;
	clear: none !important;
	max-width: 100%;
	margin: 0 !important;
}
body.single-product .woocommerce div.product,
body.theme-pdp-active .woocommerce div.product,
body.theme-pdp-active .theme-product-page__layout {
	display: grid !important;
	height: auto;
	min-height: 0;
	overflow: visible;
}
body.single-product .site-footer,
body.theme-pdp-active .site-footer { clear: both; width: 100%; float: none; max-width: none; }
.theme-product-gallery, .theme-product-info { min-width: 0; max-width: 100%; }
.theme-pdp-main-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;
}
.theme-pdp-main-btn img { transition: transform 700ms ease; }
.theme-pdp-main-btn:hover img { transform: scale(1.05); }
.theme-product-thumbnails { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.75rem; margin-top: 1rem; 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;
}
.theme-product-thumb.is-active { border: 2px solid var(--color-gold); }
.theme-product-thumb:hover { transform: translateY(-4px); }

.theme-product-cats { margin-bottom: 1.25rem; }
.theme-product-cats a { pointer-events: none; color: inherit; text-decoration: none; }
.theme-product-title { font-size: 1.875rem; line-height: 1.02; margin: 1.25rem 0 1.25rem; }
@media (min-width: 768px) { .theme-product-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .theme-product-title { font-size: 3.1rem; } }
.theme-product-price-row { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1.5rem; }
.theme-product-price,
.theme-product-price .woocommerce-Price-amount,
.theme-product-price .woocommerce-Price-currencySymbol,
.theme-product-price bdi,
.theme-product-price span {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
}
.theme-product-price-currency { color: var(--color-cocoa); }
.theme-stock-indicator { margin-bottom: 1.25rem; }
.theme-product-description { color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.7; margin-bottom: 2rem; font-size: 1rem; overflow-wrap: break-word; word-break: break-word; }

.theme-pdp-qty-label { margin-bottom: 0.75rem; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); }
.theme-quantity-wrapper { display: inline-flex; align-items: center; border-radius: 999px; background: var(--color-cream); border: 1px solid var(--color-nude); overflow: hidden; margin-bottom: 1.5rem; }
.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-vanilla); }
.theme-qty-display { padding: 12px 20px; min-width: 3rem; text-align: center; font-variant-numeric: tabular-nums; }
.theme-qty-input { width: 3.5rem; padding: 12px 0; text-align: center; background: transparent; border: none; -moz-appearance: textfield; }
.theme-qty-input::-webkit-outer-spin-button, .theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.theme-pdp-actions { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.25rem; }
@media (min-width: 640px) { .theme-pdp-actions { flex-direction: row; } }
.theme-pdp-actions .doce-btn { flex: 1 1 auto; }
.theme-pdp-shipping {
	display: flex; align-items: center; gap: 0.625rem; margin-top: 1.25rem; padding: 0.75rem 1rem;
	border-radius: 1rem; background: var(--color-vanilla); color: var(--color-cocoa); font-size: 0.875rem; line-height: 1.5;
}

.theme-pdp-details { margin-top: 2.5rem; border-top: 1px solid var(--color-nude); }
.theme-pdp-details-toggle {
	width: 100%; display: flex; align-items: center; justify-content: space-between;
	padding: 1.25rem 0; text-align: left; background: none; border: none; cursor: pointer;
}
.theme-pdp-details-toggle:hover .theme-pdp-details-label { color: var(--color-strawberry); }
.theme-pdp-details-label { transition: color 300ms; }
.theme-pdp-details-chevron { transition: transform 300ms; }
.theme-pdp-details.is-open .theme-pdp-details-chevron { transform: rotate(180deg); }
.theme-pdp-details-list { display: none; padding-bottom: 1.5rem; }
.theme-pdp-details.is-open .theme-pdp-details-list { display: block; }
.theme-pdp-details-list ul { display: flex; flex-direction: column; gap: 0.75rem; list-style: none; margin: 0; padding: 0; }
.theme-pdp-details-list li { display: flex; align-items: flex-start; font-size: 0.9375rem; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); line-height: 1.5; }
.theme-pdp-details-list li::before { content: ''; width: 6px; height: 6px; margin: 0.55rem 0.75rem 0 0; border-radius: 50%; background: var(--color-gold); flex-shrink: 0; }

.theme-pdp-lightbox {
	position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center;
	padding: 1rem; background: hsla(202,52%,6%,0.94); backdrop-filter: blur(4px);
}
.theme-pdp-lightbox[hidden] { display: none; }
.theme-pdp-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 1rem; }
.theme-pdp-lightbox-close {
	position: absolute; top: 1rem; right: 1rem; width: 2.75rem; height: 2.75rem; border-radius: 50%;
	background: hsla(0,0%,100%,0.1); color: #fff; display: flex; align-items: center; justify-content: center;
}
.theme-pdp-lightbox-close:hover { background: hsla(0,0%,100%,0.25); }
.theme-pdp-lightbox-close svg { transform: rotate(45deg); }

.single-product .theme-add-to-cart-area { display: flex; align-items: stretch; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.25rem; }
.single-product .single_add_to_cart_button { flex: 1 1 auto; min-width: 160px; }

.theme-product-details { margin-top: 2rem; border-top: 1px solid var(--color-nude); padding-top: 1.5rem; }
.theme-details-heading { color: var(--color-foreground); margin-bottom: 1rem; }
.theme-details-content ul { display: flex; flex-direction: column; gap: 0.75rem; }
.theme-details-content li { display: flex; align-items: flex-start; font-size: 0.9375rem; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); }
.theme-details-content li::before { content: ''; width: 6px; height: 6px; margin: 0.55rem 0.75rem 0 0; border-radius: 50%; background: var(--color-gold); flex-shrink: 0; }
.woocommerce-product-details__short-description, .woocommerce-variation-description, .posted_in { overflow-wrap: break-word; word-break: break-word; }

/* Variations */
.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 select {
	width: 100%;
	padding: 0.625rem 1rem;
	border-radius: 999px;
	border: 1px solid var(--color-nude);
	background: var(--color-cream);
	font-size: 0.875rem;
}
.theme-attr-select-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.theme-pdp-variations { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 1.5rem; }
.theme-pdp-variation-label { display: block; margin-bottom: 0.75rem; color: color-mix(in srgb, var(--color-foreground) 65%, transparent); }
.theme-attr-pill-group { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-attr-pill {
	padding: 0.5rem 1rem;
	border-radius: 999px;
	border: 1px solid var(--color-nude);
	background: var(--color-cream);
	font-size: 0.875rem;
	transition: all 200ms ease;
}
.theme-attr-pill.is-selected,
.theme-attr-pill:hover {
	border-color: var(--color-gold);
	background: var(--color-vanilla);
	color: var(--color-strawberry);
}
.theme-pdp-purchase--variable .theme-qty-input-hidden { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }
.theme-attr-select-hidden { display: none !important; }
.theme-attr-pill-group { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-attr-pill { padding: 8px 16px; border-radius: 999px; border: 1px solid var(--color-nude); background: var(--color-cream); font-size: 0.8125rem; }
.theme-attr-pill.is-selected { border-color: var(--color-gold); background: var(--gradient-gold); color: var(--color-chocolate-deep); }
.single_variation_wrap { margin-top: 1rem; }

/* Related products */
.theme-related-products { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--color-nude); }
.theme-related-head { margin-bottom: 2rem; }
.theme-related-title { font-size: 1.875rem; margin-top: 1rem; }
@media (min-width: 768px) { .theme-related-title { font-size: 2.5rem; } }

/* Shop / archive */
.theme-shop-main { padding: 3rem 0 6rem; }
.theme-shop-heading { font-size: 2.25rem; }
.theme-shop-empty { padding: 4rem 0; text-align: center; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }

/* ---------------------------------------------------------------------
   Cart drawer
   --------------------------------------------------------------------- */
body.cart-open { overflow: hidden; }
#theme-cart-overlay { position: fixed; inset: 0; z-index: 60; background: hsla(202,52%,7%,0.55); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity 300ms; }
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; z-index: 61;
	background: var(--color-cream); box-shadow: var(--shadow-elevated); display: flex; flex-direction: column;
	transform: translateX(100%); transition: transform 400ms 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-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid var(--color-nude); flex-shrink: 0; }
.theme-cart-close { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 300ms; }
.theme-cart-close:hover { background: rgba(0,0,0,0.05); transform: rotate(90deg); }
.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-icon { width: 5rem; height: 5rem; margin-bottom: 1.25rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--color-cream); color: var(--color-strawberry); }
.theme-cart-empty p { margin-bottom: 1.5rem; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }
.theme-cart-items { flex: 1; overflow: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem; min-height: 0; }
.theme-cart-item { display: flex; gap: 1rem; padding: 0.75rem; border-radius: 1rem; transition: background 200ms; }
.theme-cart-item:hover { background: var(--color-vanilla); }
.theme-cart-item-img { width: 5rem; height: 6rem; flex-shrink: 0; overflow: hidden; border-radius: 0.75rem; background: var(--color-nude); display: block; position: relative; }
.theme-cart-item-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.theme-cart-item-body { flex: 1; min-width: 0; }
.theme-cart-item-title { font-family: var(--font-display); font-size: 0.9375rem; display: block; line-height: 1.35; }
.theme-cart-item-title:hover { color: var(--color-strawberry); }
.theme-cart-item-price { margin-top: 0.25rem; font-size: 0.8125rem; font-weight: 600; color: var(--color-strawberry); }
.theme-cart-item-variation { margin-top: 0.25rem; font-size: 0.75rem; color: color-mix(in srgb, var(--color-foreground) 55%, transparent); }
.theme-cart-item-controls { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.75rem; }
.theme-cart-qty-btn { width: 1.75rem; height: 1.75rem; border-radius: 50%; border: 1px solid var(--color-nude); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; }
.theme-cart-qty-btn:hover { background: var(--color-vanilla); }
.theme-cart-qty-value { font-size: 0.8125rem; width: 1.5rem; text-align: center; font-variant-numeric: tabular-nums; }
.theme-cart-remove-btn { margin-left: auto; display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.8125rem; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }
.theme-cart-remove-btn:hover { color: var(--color-strawberry); }
.theme-cart-drawer-footer { padding: 1.5rem; border-top: 1px solid var(--color-nude); display: flex; flex-direction: column; gap: 1rem; flex-shrink: 0; background: var(--color-cream); }
.theme-cart-subtotal-row { display: flex; justify-content: space-between; align-items: baseline; }
.theme-cart-subtotal { font-size: 1.875rem; color: var(--color-strawberry); font-variant-numeric: tabular-nums; }
.theme-cart-empty-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; text-align: center; font-size: 0.8125rem; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); padding: 0.5rem; }
.theme-cart-empty-btn:hover { color: var(--color-strawberry); }

/* ---------------------------------------------------------------------
   Generic page / 404
   --------------------------------------------------------------------- */
.theme-page-main, .theme-generic-main { padding: 4rem 0 6rem; }
.theme-404-main { min-height: 60vh; display: flex; align-items: center; }
.theme-404-inner { text-align: center; padding: 6rem 0; }
.theme-404-title { font-size: 4rem; margin-bottom: 1rem; }
.theme-404-copy { margin-bottom: 2rem; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }
.page-title { font-size: 2.25rem; margin-bottom: 1.5rem; }

/* ---------------------------------------------------------------------
   WooCommerce Classic Checkout
   --------------------------------------------------------------------- */
body.woocommerce-checkout .theme-page-main,
body.woocommerce-checkout .site-main {
	padding-top: 2.5rem;
	padding-bottom: 4rem;
	background-color: var(--color-blush);
}
body.woocommerce-checkout .theme-page-inner {
	position: relative;
}
.theme-checkout-shipping-stack {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.theme-checkout-shipping-primary .form-row,
.theme-checkout-shipping-notes .form-row {
	margin: 0;
	width: 100%;
	float: none;
	clear: none;
}
.theme-checkout-shipping-meta {
	margin-top: 0.75rem;
	padding-top: 0;
	border-top: none;
}
.theme-checkout-shipping-details {
	margin-top: 0.25rem;
}
.theme-checkout-shipping-details-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
	color: var(--color-muted-foreground);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	list-style: none;
}
.theme-checkout-shipping-details-toggle::-webkit-details-marker {
	display: none;
}
.theme-checkout-shipping-details[open] .theme-checkout-shipping-details-toggle {
	margin-bottom: 1rem;
	color: var(--color-strawberry);
}
.theme-checkout-back {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
	color: var(--color-muted-foreground);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	transition: color 280ms ease;
}
.theme-checkout-back:hover { color: var(--color-strawberry); }
.theme-checkout-title { font-size: 2.25rem; line-height: 1.02; margin: 0 0 0.75rem; }
@media (min-width: 768px) { .theme-checkout-title { font-size: 3.75rem; } }
.theme-checkout-intro {
	max-width: 42rem;
	margin-bottom: 2.5rem;
	color: var(--color-muted-foreground);
	font-size: 1rem;
	line-height: 1.6;
}
@media (min-width: 768px) { .theme-checkout-intro { font-size: 1.125rem; } }

.theme-checkout-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
}
@media (min-width: 1024px) {
	.theme-checkout-layout { grid-template-columns: 7fr 5fr; gap: 2rem; align-items: start; }
}
.theme-checkout-main { min-width: 0; }
.theme-checkout-fields { display: flex; flex-direction: column; gap: 1.5rem; }
.theme-checkout-card {
	padding: 1.5rem;
	border-radius: 1.75rem;
	background: var(--color-cream);
	border: 1px solid var(--color-nude);
	box-shadow: var(--shadow-soft);
}
@media (min-width: 768px) { .theme-checkout-card { padding: 2rem; } }
.theme-checkout-card-heading { color: var(--color-strawberry); margin-bottom: 1.5rem; }
.theme-checkout-field-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}
@media (min-width: 640px) {
	.theme-checkout-field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.theme-checkout-field--full { grid-column: 1 / -1; }
.theme-checkout-field--hidden,
.theme-checkout-shipping-hidden { display: none !important; }
.theme-checkout-field .woocommerce-input-wrapper,
.theme-checkout-field { width: 100%; }
.theme-checkout-field label {
	display: block;
	margin-bottom: 0.375rem;
	font-family: var(--font-label);
	font-weight: 600;
	font-size: 0.875rem;
	color: var(--color-foreground);
}
.theme-checkout-field input.input-text,
.theme-checkout-field select,
.theme-checkout-textarea,
.theme-checkout-field textarea {
	width: 100%;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	border: 1px solid var(--color-nude);
	background: var(--color-vanilla);
	color: var(--color-foreground);
	font-size: 1rem;
}
.theme-checkout-field--textarea textarea,
.theme-checkout-textarea { border-radius: 1rem; min-height: 6rem; resize: vertical; }
.theme-checkout-field input:focus,
.theme-checkout-field select:focus,
.theme-checkout-field textarea:focus {
	outline: none;
	box-shadow: 0 0 0 2px var(--color-gold);
}

.theme-checkout-sidebar {
	min-width: 0;
	align-self: start;
	height: fit-content;
}
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order {
	margin-top: 0;
}
.theme-checkout-bag {
	padding: 1.5rem;
	border-radius: 1.75rem;
	background: var(--gradient-cocoa);
	color: var(--color-cream);
	box-shadow: var(--shadow-elevated);
}
@media (min-width: 1024px) {
	body.woocommerce-checkout .theme-checkout-sidebar {
		align-self: start;
		position: relative;
	}
	body.woocommerce-checkout .theme-checkout-bag,
	body.woocommerce-checkout #order_review.theme-checkout-bag {
		position: sticky;
		top: 7rem;
		z-index: 2;
		align-self: start;
	}
}
@media (min-width: 768px) { .theme-checkout-bag { padding: 2rem; } }
.theme-checkout-bag-heading { color: var(--color-gold-soft); margin-bottom: 1.25rem; }
.theme-checkout-bag-items { max-height: 18rem; overflow: auto; margin-bottom: 1.25rem; padding-right: 0.25rem; }
.theme-checkout-bag-item { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.theme-checkout-bag-thumb {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.75rem;
	overflow: hidden;
	flex-shrink: 0;
	background: hsla(0,0%,100%,0.1);
}
.theme-checkout-bag-thumb img { width: 100%; height: 100%; object-fit: cover; }
.theme-checkout-bag-meta { flex: 1; min-width: 0; }
.theme-checkout-bag-name { font-size: 0.875rem; margin: 0; color: var(--color-cream); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.theme-checkout-bag-qty { font-size: 0.875rem; margin: 0; color: hsla(38,30%,95%,0.72); }
.theme-checkout-bag-price { font-size: 0.875rem; color: var(--color-cream); flex-shrink: 0; }
.theme-checkout-bag-price .amount,
.theme-checkout-bag-price span { color: inherit; font-size: inherit; }
.theme-checkout-bag-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
	color: hsla(38,30%,95%,0.72);
}
.theme-checkout-bag-row > span:last-child { color: var(--color-cream); }
.theme-checkout-bag-total-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid hsla(38,30%,95%,0.22);
}
.theme-checkout-bag-total {
	font-size: 1.875rem;
	color: var(--color-gold-soft);
}
.theme-checkout-bag-total .amount,
.theme-checkout-bag-total span { color: inherit; font-size: inherit; }
.theme-checkout-payment { margin-top: 1.5rem; }
.theme-checkout-payment .wc_payment_methods { list-style: none; margin: 0 0 1rem; padding: 0; }
.theme-checkout-payment .woocommerce-notice { font-size: 0.875rem; color: hsla(38,30%,95%,0.9); }
.theme-checkout-submit { width: 100%; margin-top: 0.5rem; }
.theme-checkout-confirm-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.375rem;
	margin-top: 0.75rem;
	font-size: 0.875rem;
	color: hsla(38,30%,95%,0.72);
	text-align: center;
}
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
	margin-bottom: 1.5rem;
}

/* Scoped checkout overrides — must beat WooCommerce form defaults */
body.woocommerce-checkout form.checkout.theme-checkout-form .theme-checkout-field-grid > .form-row {
	float: none;
	width: 100%;
	margin: 0;
	clear: none;
	max-width: none;
}
body.woocommerce-checkout form.checkout.theme-checkout-form .form-row-first,
body.woocommerce-checkout form.checkout.theme-checkout-form .form-row-last,
body.woocommerce-checkout form.checkout.theme-checkout-form .form-row-wide {
	float: none;
	width: 100%;
	margin: 0;
	clear: none;
}
body.woocommerce-checkout form.checkout.theme-checkout-form .form-row input.input-text,
body.woocommerce-checkout form.checkout.theme-checkout-form .form-row select,
body.woocommerce-checkout form.checkout.theme-checkout-form .form-row textarea,
body.woocommerce-checkout form.checkout.theme-checkout-form .theme-checkout-coupon-input,
body.woocommerce-checkout form.checkout.theme-checkout-form .select2-container .select2-selection--single {
	width: 100%;
	height: 50px;
	min-height: 50px;
	padding: 0 1rem;
	border-radius: 999px;
	border: 1px solid var(--color-nude);
	background: var(--color-vanilla);
	color: var(--color-foreground);
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.4;
	box-shadow: none;
}
body.woocommerce-checkout form.checkout.theme-checkout-form .form-row textarea,
body.woocommerce-checkout form.checkout.theme-checkout-form .theme-checkout-textarea {
	height: auto;
	min-height: 122px;
	padding: 0.875rem 1rem;
	border-radius: 1rem;
	resize: vertical;
}
body.woocommerce-checkout form.checkout.theme-checkout-form .form-row input:focus,
body.woocommerce-checkout form.checkout.theme-checkout-form .form-row select:focus,
body.woocommerce-checkout form.checkout.theme-checkout-form .form-row textarea:focus {
	outline: none;
	box-shadow: 0 0 0 2px var(--color-gold);
}
body.woocommerce-checkout form.checkout.theme-checkout-form .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	padding-left: 1rem;
}
body.woocommerce-checkout form.checkout.theme-checkout-form .select2-container .select2-selection--single .select2-selection__arrow {
	height: 48px;
}

.theme-checkout-coupon { margin-bottom: 1.5rem; }
.theme-checkout-coupon-toggle {
	background: none;
	border: none;
	padding: 0;
	color: var(--color-muted-foreground);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	cursor: pointer;
}
.theme-checkout-coupon-toggle:hover { color: var(--color-strawberry); }
.theme-checkout-coupon-panel { margin-top: 0.75rem; }
.theme-checkout-coupon-row { display: flex; gap: 0.75rem; align-items: center; }
.theme-checkout-coupon-input { flex: 1 1 auto; min-width: 0; }

body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error {
	border-top: none;
	background: transparent;
	padding: 0;
}
body.woocommerce-checkout .theme-checkout-bag .woocommerce-info,
body.woocommerce-checkout .theme-checkout-bag .woocommerce-message,
body.woocommerce-checkout .theme-checkout-bag .woocommerce-error,
body.woocommerce-checkout .theme-checkout-bag .woocommerce-notice {
	background: hsla(0,0%,100%,0.08);
	border: 1px solid hsla(38,30%,95%,0.18);
	border-radius: 1rem;
	padding: 0.875rem 1rem;
	color: hsla(38,30%,95%,0.92);
	font-size: 0.875rem;
}
body.woocommerce-checkout .theme-checkout-bag .woocommerce-info::before,
body.woocommerce-checkout .theme-checkout-bag .woocommerce-message::before,
body.woocommerce-checkout .theme-checkout-bag .woocommerce-error::before {
	display: none;
}
body.woocommerce-checkout .theme-checkout-bag #place_order,
body.woocommerce-checkout .theme-checkout-bag .theme-checkout-submit {
	width: 100%;
	min-height: 52px;
	height: 52px;
	border-radius: 999px;
	background: var(--gradient-berry) !important;
	color: var(--color-cream) !important;
	border: none !important;
	font-family: var(--font-label) !important;
	font-size: 0.8125rem !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	box-shadow: var(--shadow-gold);
}
body.woocommerce-checkout .theme-checkout-bag #place_order:hover,
body.woocommerce-checkout .theme-checkout-bag .theme-checkout-submit:hover {
	transform: translateY(-2px);
}
body.woocommerce-checkout .theme-checkout-bag #place_order:disabled,
body.woocommerce-checkout .theme-checkout-bag .theme-checkout-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}
body.woocommerce-checkout .theme-checkout-bag .woocommerce-privacy-policy-text,
body.woocommerce-checkout .theme-checkout-bag .woocommerce-terms-and-conditions-wrapper {
	font-size: 0.75rem;
	line-height: 1.5;
	color: hsla(38,30%,95%,0.65);
	margin-top: 0.75rem;
}
body.woocommerce-checkout .theme-checkout-bag .woocommerce-privacy-policy-text a {
	color: var(--color-gold-soft);
}
body.woocommerce-checkout .theme-checkout-bag .wc_payment_methods label {
	color: var(--color-cream);
	font-size: 0.875rem;
}
body.woocommerce-checkout .theme-checkout-bag .payment_box {
	background: hsla(0,0%,100%,0.06);
	border-radius: 0.75rem;
	padding: 0.75rem;
	color: hsla(38,30%,95%,0.85);
	font-size: 0.8125rem;
}

@media (max-width: 1023px) {
	body.woocommerce-checkout .theme-checkout-bag { position: static; top: auto; }
}

.woocommerce-cart .site-main, .woocommerce-account .site-main { padding-top: 2rem; padding-bottom: 4rem; }

/* ---------------------------------------------------------------------
   Thank you page (Section 22.8)
   --------------------------------------------------------------------- */
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .woocommerce-order-details table { width: 100%; table-layout: fixed; }
body.theme-thankyou-page .woocommerce-order 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 { display: flex; flex-wrap: wrap; gap: 1rem 2rem; list-style: none; padding: 1.5rem; margin: 1.5rem 0; background: var(--color-vanilla); border-radius: var(--card-radius); }
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;
}
body.theme-thankyou-page .woocommerce-customer-details address {
	max-width: 480px; overflow-wrap: break-word;
	background: var(--color-vanilla); border-radius: var(--card-radius); padding: 1.5rem;
}

/* ---------------------------------------------------------------------
   Responsive tweaks — hero CTA full-width in column layout only
   --------------------------------------------------------------------- */
@media (max-width: 639px) {
	.theme-hero-monogram { display: none; }
	.theme-hero-ctas .doce-btn,
	.theme-hero-ctas a.doce-btn,
	.theme-watch-ctas .doce-btn { width: 100%; }

	.theme-section-head .doce-btn { width: 100%; justify-content: center; }
	.theme-fairs-ctas .doce-btn { width: 100%; }
	.theme-newsletter-form .doce-btn { width: 100%; }
}
