/*
Theme Name: Amélie Crochet Pattern
Theme URI: https://amelie.buzzandmedia.com
Description: Dedicated, luxury handcrafted theme for Amélie Crochet Patterns digital store.
Author: Amélie
Template: hello-elementor
Version: 1.5.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  --color-gold: #A67C46;
  --color-gold-dark: #8A6230;
  --color-olive: #505D4A;
  --color-primary-green: #505D4A;
  --color-forest-green: #505D4A;
  --color-accent-green: #505D4A;
  --color-brand-accent: #505D4A;
  --color-olive-dark: #3F4A3A;
  
  --color-cream-bg: #FAF8F5;
  --color-warm-card: #FFFFFF;
  --color-border: #ECE3D7;
  --color-text-dark: #2A2421;
  --color-text-muted: #6E635C;
  --color-text-light: #948880;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-cream-bg) !important;
  color: var(--color-text-dark) !important;
  font-family: var(--font-sans) !important;
  -webkit-font-smoothing: antialiased;
}

body.amelie-drawer-active {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* Eliminate all default Twenty Twenty-Five headers, footers, and powered by WordPress text */
.wp-block-template-part[data-area="header"],
header.wp-block-template-part,
.wp-block-template-part[data-area="footer"],
footer.wp-block-template-part,
.site-footer,
.wp-block-post-template,
p:has(a[href*="wordpress.org"]) {
  display: none !important;
}

/* Announcement Bar */
.announcement-bar {
  background-color: var(--color-olive);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 9px 16px;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #FFFFFF;
}

/* Navbar */
.amelie-navbar {
  background: rgba(250, 248, 245, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(42, 36, 33, 0.04);
  transition: all 0.3s ease;
}

.navbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-logo a {
  display: flex;
  align-items: center;
}

.site-brand-logo {
  height: 38px;
  max-height: 40px;
  width: auto;
  max-width: 145px;
  display: block;
  object-fit: contain;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-brand-logo:hover {
  opacity: 0.88;
}

.logo-fallback {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-gold);
}

.navbar-menu {
  display: flex;
  position: relative;
  align-items: center;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2.5rem;
  align-items: center;
  position: relative;
}

.nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--color-text-dark);
  padding: 8px 0;
  position: relative;
  transition: color 0.25s ease;
  display: inline-block;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--color-gold);
}

.nav-links a.active::after {
  display: none !important;
}

/* Sliding / Following Active Indicator Line */
.nav-indicator {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2.5px;
  background-color: var(--color-gold);
  border-radius: 2px;
  pointer-events: none;
  opacity: 0;
  will-change: transform, width;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), width 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
}

.navbar-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.action-link {
  color: var(--color-text-dark);
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.2s ease, transform 0.15s ease;
  cursor: pointer;
}

.action-link:hover {
  color: var(--color-gold);
  transform: translateY(-1px);
}

.cart-pill {
  position: absolute;
  top: -7px;
  right: -9px;
  background-color: var(--color-gold);
  color: #FFFFFF;
  font-size: 0.68rem;
  font-weight: 700;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   SLIDE-IN CART DRAWER (RIGHT TO LEFT ANIMATION)
   ========================================================================== */
.amelie-cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000 !important;
  visibility: hidden;
  transition: visibility 0.35s ease;
}

.amelie-cart-drawer.is-open {
  visibility: visible;
}

.cart-drawer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 30, 28, 0.45);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.amelie-cart-drawer.is-open .cart-drawer-overlay {
  opacity: 1;
}

.cart-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 440px;
  height: 100%;
  background: #FFFFFF;
  box-shadow: -8px 0 35px rgba(0,0,0,0.14);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.amelie-cart-drawer.is-open .cart-drawer-panel {
  transform: translateX(0);
}

.cart-drawer-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-drawer-header h3 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 600;
  margin: 0;
  color: var(--color-text-dark);
}

.cart-drawer-close {
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(80, 93, 74, 0.08) !important;
  border: 1px solid rgba(80, 93, 74, 0.22) !important;
  border-radius: 50% !important;
  color: #505D4A !important;
  font-size: 1.25rem !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: all 0.25s ease !important;
  outline: none !important;
  box-shadow: none !important;
}

.cart-drawer-close:hover,
.cart-drawer-close:active {
  background: #505D4A !important;
  border-color: #505D4A !important;
  color: #FFFFFF !important;
  transform: rotate(90deg) !important;
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
}

.cart-drawer-empty {
  text-align: center;
  padding: 60px 20px;
}

.cart-drawer-empty .empty-icon {
  font-size: 3rem;
  margin-bottom: 16px;
}

.cart-drawer-empty h4 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin: 0 0 8px 0;
}

.cart-drawer-empty p {
  color: var(--color-text-muted);
  font-size: 0.92rem;
  margin-bottom: 24px;
}

.btn-explore-empty {
  display: inline-block;
  background-color: var(--color-olive);
  color: #FFFFFF !important;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cart-drawer-items-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.drawer-item {
  display: flex;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
  position: relative;
}

.drawer-item-thumb {
  width: 75px;
  height: 75px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #F4EFE6;
  flex-shrink: 0;
}

.drawer-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drawer-item-details {
  flex: 1;
}

.drawer-item-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding-right: 28px !important;
}

.drawer-item-title a {
  color: var(--color-text-dark);
}

.drawer-item-title a:hover {
  color: var(--color-gold);
}

.drawer-item-format {
  display: block;
  font-size: 0.75rem;
  color: var(--color-olive);
  font-weight: 600;
  margin-bottom: 8px;
}

.drawer-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer-item-qty {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.drawer-item-price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-gold);
}

.amelie-drawer-remove {
  width: 26px !important;
  height: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(80, 93, 74, 0.08) !important;
  border: 1px solid rgba(80, 93, 74, 0.2) !important;
  border-radius: 50% !important;
  color: #505D4A !important;
  font-size: 1.15rem !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 0 !important;
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
  transition: all 0.2s ease !important;
  outline: none !important;
  box-shadow: none !important;
}

.amelie-drawer-remove:hover,
.amelie-drawer-remove:active,
.amelie-drawer-remove:focus {
  background: #505D4A !important;
  border-color: #505D4A !important;
  color: #FFFFFF !important;
  transform: scale(1.1) !important;
  outline: none !important;
  box-shadow: 0 2px 8px rgba(80, 93, 74, 0.3) !important;
}

.cart-drawer-footer {
  padding: 20px 24px;
  background-color: #FAF8F5;
  border-top: 1px solid var(--color-border);
}

.cart-drawer-subtotal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 600;
}

.drawer-subtotal-amount {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-gold);
}

.drawer-shipping-note {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin: 0 0 16px 0;
}

.drawer-checkout-btn {
  display: block;
  text-align: center;
  background-color: var(--color-gold);
  color: #FFFFFF !important;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(166, 124, 70, 0.3);
  margin-bottom: 10px;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.drawer-checkout-btn:hover {
  background-color: var(--color-gold-dark);
  transform: translateY(-1px);
}

.drawer-view-cart {
  display: block;
  text-align: center;
  font-size: 0.82rem;
  color: #505D4A !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  margin-top: 6px;
  transition: color 0.2s ease;
}

.drawer-view-cart:hover {
  color: var(--color-gold) !important;
}

/* ==========================================================================
   HERO SECTION (Matches Reference Image)
   ========================================================================== */
.amelie-hero {
  position: relative;
  min-height: 590px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.hero-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(250, 248, 245, 0.96) 0%, rgba(250, 248, 245, 0.88) 38%, rgba(250, 248, 245, 0.25) 65%, rgba(250, 248, 245, 0) 100%);
  pointer-events: none;
}

.hero-wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 2;
}

.hero-text-box {
  max-width: 480px;
}

.hero-eyebrow {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 1.1rem;
}

.hero-heading {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 600;
  line-height: 1.06;
  color: var(--color-text-dark);
  margin: 0 0 1.2rem 0;
}

.hero-tagline {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 2.2rem 0;
}

.hero-pill-btn {
  display: inline-block;
  background-color: var(--color-olive);
  color: #FFFFFF !important;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(80, 93, 74, 0.28);
  transition: all 0.25s ease;
}

.hero-pill-btn:hover {
  background-color: var(--color-olive-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(80, 93, 74, 0.35);
}

/* Site Container */
.site-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Features Section (Why Choose Amélie) */
.features-section {
  padding: 60px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid var(--color-border);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-item {
  text-align: center;
  padding: 26px 18px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background-color: #FCFAF7;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(166, 124, 70, 0.08);
}

.feature-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px auto;
  background-color: #F4ECE1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
}

.feature-item h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: var(--color-text-dark);
}

.feature-item p {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--color-text-muted);
  margin: 0;
}

/* Section Headings */
.section-title {
  margin-bottom: 40px;
}

.text-center {
  text-align: center;
}

.eyebrow-accent {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-gold);
  display: block;
  margin-bottom: 6px;
}

.section-title h2,
.main-heading {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 600;
  margin: 0 0 10px 0;
  color: var(--color-text-dark);
}

.section-sub {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  margin: 0;
}

/* Collections Bar */
.collections-bar-section {
  padding: 50px 0 20px 0;
}

.collections-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.collection-tab {
  background-color: #FFFFFF;
  border: 1px solid var(--color-border);
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-text-dark);
  transition: all 0.2s ease;
}

.collection-tab:hover,
.collection-tab.active {
  background-color: var(--color-gold);
  border-color: var(--color-gold);
  color: #FFFFFF;
}

/* Patterns Catalog Grid */
.patterns-grid-section {
  padding: 60px 0 80px 0;
}

.patterns-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pattern-card {
  background-color: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pattern-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(166, 124, 70, 0.12);
}

.pattern-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-color: #F5EFEB;
}

.pattern-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.pattern-card:hover .pattern-img-wrap img {
  transform: scale(1.05);
}

.instant-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: rgba(255, 255, 255, 0.94);
  color: var(--color-olive);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.pattern-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pattern-reviews {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.gold-stars {
  color: #D4AF37;
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.review-number {
  font-size: 0.78rem;
  color: var(--color-text-light);
}

.pattern-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

.pattern-name a {
  color: var(--color-text-dark);
}

.pattern-name a:hover {
  color: var(--color-gold);
}

.pattern-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-gold);
  margin-bottom: 16px;
}

.pattern-btn-wrap {
  margin-top: auto;
}

.btn-get-pattern {
  display: block;
  text-align: center;
  background-color: var(--color-cream-bg);
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.btn-get-pattern:hover {
  background-color: var(--color-gold);
  color: #FFFFFF;
}

/* Testimonials / Social Proof */
.testimonials-section {
  padding: 70px 0;
  background-color: #F8F4EE;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-box {
  background-color: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.quote-body {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--color-text-dark);
  margin: 14px 0 20px 0;
  flex-grow: 1;
}

.author-info strong {
  display: block;
  font-size: 0.92rem;
  color: var(--color-text-dark);
}

.author-info span {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

/* Artisan Story Section */
.artisan-story-section {
  padding: 80px 0;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}

.story-img-wrap img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.07);
  display: block;
}

.story-content h2 {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  margin: 8px 0 18px 0;
}

.story-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin-bottom: 16px;
}

.artisan-signoff {
  margin-top: 24px;
}

.signoff-note {
  font-family: var(--font-serif);
  font-style: italic;
  margin: 0;
}

.signoff-name {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--color-gold);
  margin: 4px 0 0 0;
}

/* FAQ Accordion */
.faq-accordion-section {
  padding: 70px 0;
  background-color: #FFFFFF;
  border-top: 1px solid var(--color-border);
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-row {
  border: 1px solid var(--color-border);
  border-radius: 10px;
  margin-bottom: 14px;
  background-color: #FAF8F5;
  overflow: hidden;
}

.faq-title {
  padding: 18px 24px;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-text-dark);
}

.faq-title::-webkit-details-marker {
  display: none;
}

.faq-title::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-gold);
}

details[open] .faq-title::after {
  content: '−';
}

.faq-desc {
  padding: 0 24px 20px 24px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.faq-desc p {
  margin: 0;
}

/* Newsletter Section */
.newsletter-cta-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #FAF8F5 0%, #F3ECE1 100%);
  border-top: 1px solid var(--color-border);
}

.newsletter-info {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  max-width: 540px;
  margin: 0 auto 30px auto;
}

.newsletter-box {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  gap: 10px;
}

.input-field {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  font-size: 0.95rem;
  outline: none;
  background: #FFFFFF;
}

.input-field:focus {
  border-color: var(--color-gold);
}

.btn-subscribe {
  background-color: var(--color-gold);
  color: #FFFFFF;
  border: none;
  padding: 14px 24px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-subscribe:hover {
  background-color: var(--color-gold-dark);
}

/* Footer (Clean Luxury Design) */
.amelie-site-footer {
  background-color: #241E1C;
  color: #E2DBD5;
  padding: 70px 0 35px 0;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-brand-logo {
  max-height: 52px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 16px;
}

.brand-text {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #AFA49C;
  margin: 0;
}

.footer-block h4 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav a {
  color: #AFA49C;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: #FFFFFF;
}

.payment-note {
  font-size: 0.85rem;
  color: #AFA49C;
  margin: 0 0 10px 0;
}

.payment-icons {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 12px !important;
  width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
}

.payment-icons::-webkit-scrollbar {
  display: none !important;
}

.payment-badge {
  display: inline-block !important;
  width: 48px !important;
  height: 32px !important;
  min-width: 48px !important;
  flex-shrink: 0 !important;
  border-radius: 5px !important;
  background-color: #FFFFFF !important;
  object-fit: contain !important;
  vertical-align: middle !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28) !important;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
}

.payment-badge:hover {
  transform: translateY(-2.5px) scale(1.03) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.42) !important;
}

.footer-bottom-line {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  font-size: 0.82rem;
  color: #8C827B;
}

/* ==========================================================================
   ELEMENTOR GLOBAL LAYOUT & SECTION ENHANCEMENTS
   ========================================================================== */

/* Expand Elementor boxed containers for expansive desktop luxury */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1380px !important;
}

/* Multi-Column Spacing (Value Propositions & Customer Testimonials) */
.elementor-section:not(.elementor-element-e8c2e83) .elementor-container:has(> .elementor-col-25),
.elementor-section .elementor-container:has(> [class*="elementor-col-33"]) {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 28px !important;
}

.elementor-section:not(.elementor-element-e8c2e83) .elementor-container:has(> .elementor-col-25) > .elementor-col-25 {
  width: calc(25% - 21px) !important;
  float: none !important;
}

.elementor-section .elementor-container:has(> [class*="elementor-col-33"]) > [class*="elementor-col-33"] {
  width: calc(33.333% - 19px) !important;
  float: none !important;
}

@media (max-width: 991px) {
  .elementor-section:not(.elementor-element-e8c2e83) .elementor-container:has(> .elementor-col-25) > .elementor-col-25 {
    width: calc(50% - 14px) !important;
  }
  .elementor-section .elementor-container:has(> [class*="elementor-col-33"]) > [class*="elementor-col-33"] {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .elementor-section:not(.elementor-element-e8c2e83) .elementor-container:has(> .elementor-col-25) > .elementor-col-25 {
    width: 100% !important;
  }
}

/* ==========================================================================
   PREMIUM WOOCOMMERCE INTERNAL PAGES STYLING (Single Product, Cart, Checkout, Account)
   ========================================================================== */

/* General WooCommerce Containers - Single container width without nested compounded padding */
.woocommerce #content,
.woocommerce-page #content,
.woocommerce #primary,
.woocommerce-page #primary,
.woocommerce .content-area,
.woocommerce-page .content-area,
.woocommerce .site-content,
.woocommerce-page .site-content {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.woocommerce:not(.single-product):not(.woocommerce-account):not(.woocommerce-cart):not(.woocommerce-checkout) .site-main,
.woocommerce-page:not(.single-product):not(.woocommerce-account):not(.woocommerce-cart):not(.woocommerce-checkout) .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.woocommerce-shop .site-main,
.page-template-default.woocommerce-page .site-main {
  max-width: 1380px !important;
  width: 100% !important;
  margin: 30px auto 80px auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}

@media (max-width: 768px) {
  .woocommerce:not(.single-product):not(.woocommerce-account):not(.woocommerce-cart):not(.woocommerce-checkout) .site-main,
  .woocommerce-page:not(.single-product):not(.woocommerce-account):not(.woocommerce-cart):not(.woocommerce-checkout) .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .woocommerce-shop .site-main,
  .page-template-default.woocommerce-page .site-main {
    padding: 0 16px !important;
    margin: 15px auto 60px auto !important;
  }
}

/* ==========================================================================
   BESPOKE WOOCOMMERCE PRODUCT GRID (Archive & Shortcode)
   ========================================================================== */

/* Patterns Archive Header */
.woocommerce-page.post-type-archive-product .page-title,
.woocommerce-products-header__title.page-title {
  font-family: var(--font-serif) !important;
  font-size: clamp(2.5rem, 4.5vw, 3.5rem) !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
  text-align: center !important;
  margin: 20px 0 10px 0 !important;
  letter-spacing: 0.02em !important;
}

.woocommerce-products-header {
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce-products-header::after {
  content: 'Instant PDF downloads with step-by-step photos, yarn requirements, and comprehensive stitch charts.';
  display: block;
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--color-text-muted);
  margin-top: 8px;
  margin-bottom: 20px;
}

.woocommerce-ordering select {
  border-radius: 50px !important;
  border: 1px solid var(--color-border) !important;
  padding: 10px 20px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.88rem !important;
  background-color: #FFFFFF !important;
  color: var(--color-text-dark) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
  cursor: pointer;
}

.woocommerce-result-count {
  font-family: var(--font-sans) !important;
  font-size: 0.9rem !important;
  color: var(--color-text-muted) !important;
  margin-bottom: 20px !important;
}

/* Category Filter Pills - Horizontal Scrolling on Mobile */
.amelie-category-pills {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 35px 0 !important;
  padding: 4px 0 10px 0 !important;
}

@media (min-width: 992px) {
  .amelie-category-pills {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}

@media (max-width: 991px) {
  .amelie-category-pills {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    justify-content: flex-start !important;
    padding: 6px 16px 14px 16px !important;
    margin: 0 -16px 25px -16px !important;
    scrollbar-width: none !important;
  }
  .amelie-category-pills::-webkit-scrollbar {
    display: none !important;
  }
}

.amelie-category-pill {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  padding: 9px 20px !important;
  border-radius: 50px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
  color: var(--color-text-dark) !important;
  background: #FFFFFF !important;
  border: 1px solid var(--color-border) !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02) !important;
}

.amelie-category-pill:hover,
.amelie-category-pill.active {
  background: var(--color-gold) !important;
  color: #FFFFFF !important;
  border-color: var(--color-gold) !important;
  box-shadow: 0 4px 14px rgba(166, 124, 70, 0.25) !important;
  transform: translateY(-1px) !important;
}

/* Grid Layout */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important;
  max-width: 1380px !important;
  margin: 0 auto 60px auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
  clear: none !important;
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
  position: relative;
  box-shadow: 0 4px 16px rgba(42, 36, 33, 0.04);
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  border-color: var(--color-gold);
  box-shadow: 0 16px 36px rgba(42, 36, 33, 0.10);
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex-grow: 1;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.woocommerce ul.products li.product:hover .woocommerce-LoopProduct-link img {
  transform: scale(1.05);
}

/* Floating Instant Download Badge */
.woocommerce ul.products li.product::before {
  content: 'Instant PDF Download';
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  background: rgba(80, 93, 74, 0.92);
  color: #FFFFFF;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border-radius: 50px;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  pointer-events: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-serif) !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: var(--color-text-dark) !important;
  margin: 20px 20px 10px 20px !important;
  padding: 0 !important;
  transition: color 0.2s ease;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: var(--color-gold);
}

.woocommerce ul.products li.product .price {
  font-family: var(--font-sans) !important;
  font-size: 1.22rem !important;
  font-weight: 700 !important;
  color: var(--color-gold) !important;
  margin: 0 20px 18px 20px !important;
  display: block !important;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
  margin: 0 20px 20px 20px !important;
  padding: 13px 22px !important;
  border-radius: 50px !important;
  background: var(--color-gold) !important;
  color: #FFFFFF !important;
  font-family: var(--font-sans) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(166, 124, 70, 0.22) !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
}

.woocommerce ul.products li.product .button.add_to_cart_button:hover {
  background: var(--color-gold-dark) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(166, 124, 70, 0.32) !important;
}

.woocommerce ul.products li.product .button.add_to_cart_button.added {
  margin-bottom: 8px !important;
}

/* Luxury View Cart Link under Add to Cart button */
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce a.added_to_cart,
a.added_to_cart.wc-forward {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  gap: 6px !important;
  margin: 0 auto 16px auto !important;
  padding: 8px 18px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.76rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #505D4A !important;
  background: rgba(80, 93, 74, 0.07) !important;
  border: 1px solid rgba(80, 93, 74, 0.25) !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.woocommerce ul.products li.product a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover {
  background: #505D4A !important;
  color: #FFFFFF !important;
  border-color: #505D4A !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(80, 93, 74, 0.22) !important;
}

.woocommerce ul.products li.product a.added_to_cart::after {
  content: '→';
  display: inline-block;
  font-size: 0.85em;
  transition: transform 0.2s ease;
}

.woocommerce ul.products li.product a.added_to_cart:hover::after {
  transform: translateX(3px);
}

/* Single Product Page Notice Button */
.woocommerce-message a.button.wc-forward {
  float: right !important;
  margin: 0 0 0 16px !important;
  padding: 9px 20px !important;
  background: #505D4A !important;
  color: #FFFFFF !important;
  border-radius: 50px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(80, 93, 74, 0.22) !important;
  transition: all 0.25s ease !important;
}

.woocommerce-message a.button.wc-forward:hover {
  background: var(--color-olive-dark, #3F4A3A) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 16px rgba(80, 93, 74, 0.3) !important;
}

/* ==========================================================================
   PREMIUM SINGLE PRODUCT PAGE (Spacious 560px Image & Editorial Summary)
   ========================================================================== */
.single-product #content,
.single-product .site-content,
.single-product #primary,
.single-product .content-area {
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.single-product main#main,
.single-product main.site-main,
.single-product .site-main {
  max-width: 1380px !important;
  margin: 15px auto 60px auto !important;
  padding: 0 28px !important;
}

/* Breadcrumb Styling & Tight Spacing */
.single-product .woocommerce-breadcrumb {
  margin: 10px 0 24px 0 !important;
  padding: 0 !important;
  font-family: var(--font-sans) !important;
  font-size: 0.9rem !important;
  color: var(--color-text-muted) !important;
}

.single-product .woocommerce-breadcrumb a {
  color: var(--color-text-muted) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.single-product .woocommerce-breadcrumb a:hover {
  color: var(--color-gold) !important;
}

.single-product div.product {
  display: grid !important;
  grid-template-columns: 560px 1fr !important;
  gap: 64px !important;
  align-items: start !important;
  max-width: 1380px !important;
  margin: 0 auto 70px auto !important;
  float: none !important;
}

/* ==========================================================================
   AMÉLIE ATELIER BOUTIQUE PRODUCT GALLERY SYSTEM (STRICT RESPONSIVE)
   ========================================================================== */

/* Strict viewport bounding to prevent mobile horizontal overflow */
html, body {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

.single-product div.product {
  max-width: 100% !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

/* Outer gallery container: strictly contained, no horizontal blowout */
.single-product div.product div.images,
.single-product div.product .woocommerce-product-gallery {
  opacity: 1 !important;
  width: 100% !important;
  max-width: 560px !important;
  float: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  position: relative !important;
}

/* 1. PREVENT FOUC (FLASH OF UNSTYLED CONTENT):
   Before the gallery is ready, hide raw sibling images 2..N
   so the page never flashes the unstyled 4+1 thumbnails grid */
.single-product div.product .woocommerce-product-gallery:not(.gallery-ready):not(:has(ol.flex-control-nav)) .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
  display: none !important;
}

/* Main Hero Image Frame: standalone luxury frame (works in both pre-init and fade mode) */
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  background: #FFFFFF !important;
  border-radius: 20px !important;
  border: 1px solid var(--color-border) !important;
  box-shadow: 0 10px 32px rgba(42, 36, 33, 0.06) !important;
  overflow: hidden !important;
  position: relative !important;
  aspect-ratio: 1 / 1 !important;
  transition: box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:hover,
.single-product div.product .woocommerce-product-gallery .flex-viewport:hover {
  box-shadow: 0 14px 40px rgba(42, 36, 33, 0.09) !important;
  border-color: rgba(80, 93, 74, 0.25) !important;
}

/* Main slide images (DO NOT override margin-right, which FlexSlider fade uses for stacking) */
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  aspect-ratio: 1 / 1 !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 20px !important;
}

/* Zoom Trigger Button */
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 25 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  box-shadow: 0 4px 14px rgba(42, 36, 33, 0.12) !important;
  border: 1px solid rgba(80, 93, 74, 0.18) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background: #505D4A !important;
  transform: scale(1.08) !important;
  box-shadow: 0 6px 18px rgba(80, 93, 74, 0.28) !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "" !important;
  display: block !important;
  width: 13px !important;
  height: 13px !important;
  border: 2px solid #505D4A !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  position: relative !important;
  top: -1px !important;
  left: -1px !important;
  transition: border-color 0.25s ease !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  content: "" !important;
  position: absolute !important;
  width: 6px !important;
  height: 2px !important;
  background: #505D4A !important;
  transform: rotate(45deg) !important;
  bottom: 11px !important;
  right: 11px !important;
  transition: background 0.25s ease !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover::before {
  border-color: #FFFFFF !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover::after {
  background: #FFFFFF !important;
}

/* Slider Prev/Next Navigation Chevrons (Geometry-based 1:1 Aspect Ratio Box) */
.single-product div.product .woocommerce-product-gallery .flex-direction-nav {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 100% !important;
  list-style: none !important;
  margin: 0 !important;
  pointer-events: none !important;
  z-index: 20 !important;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  pointer-events: auto !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev {
  left: 14px !important;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next {
  right: 14px !important;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  box-shadow: 0 4px 14px rgba(42, 36, 33, 0.12) !important;
  border: 1px solid rgba(80, 93, 74, 0.16) !important;
  text-indent: -9999px !important;
  position: relative !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  opacity: 0.85 !important;
}

.single-product div.product .woocommerce-product-gallery:hover .flex-direction-nav a {
  opacity: 1 !important;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav a:hover {
  background: #505D4A !important;
  border-color: #505D4A !important;
  transform: scale(1.08) !important;
  box-shadow: 0 6px 18px rgba(80, 93, 74, 0.28) !important;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav a::before {
  content: "" !important;
  position: absolute !important;
  width: 9px !important;
  height: 9px !important;
  border-top: 2.5px solid #505D4A !important;
  border-left: 2.5px solid #505D4A !important;
  text-indent: 0 !important;
  transition: border-color 0.25s ease !important;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav a.flex-prev::before {
  transform: rotate(-45deg) !important;
  margin-left: 2px !important;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav a.flex-next::before {
  transform: rotate(135deg) !important;
  margin-right: 2px !important;
}

.single-product div.product .woocommerce-product-gallery .flex-direction-nav a:hover::before {
  border-color: #FFFFFF !important;
}

/* Horizontal Thumbnail Strip (Single Row, Strict 100% Width Containment) */
.single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 14px 0 0 0 !important;
  padding: 4px 2px 8px 2px !important;
  list-style: none !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  clear: both !important;
}

/* Individual Thumbnail Card */
.single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  float: none !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: 88px !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  position: relative !important;
  border: 2px solid #ECE7E1 !important;
  background: #FFFFFF !important;
  box-sizing: border-box !important;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 2px 8px rgba(42, 36, 33, 0.04) !important;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li:hover {
  border-color: #8C9985 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 14px rgba(80, 93, 74, 0.15) !important;
}

/* Thumbnail Image Inside Card */
.single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 9px !important;
  opacity: 0.65 !important;
  transition: opacity 0.25s ease, transform 0.25s ease !important;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li:hover img {
  opacity: 0.95 !important;
}

/* Active Highlight Ring on Selected Thumbnail */
.single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li:has(img.flex-active),
.single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li.active-thumb {
  border-color: #505D4A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(80, 93, 74, 0.28) !important;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img.flex-active {
  opacity: 1 !important;
  outline: 2px solid #505D4A !important;
  outline-offset: -2px !important;
}

/* Mobile Screens Optimization */
@media (max-width: 768px) {
  .single-product div.product .woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev {
    left: 8px !important;
  }
  .single-product div.product .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next {
    right: 8px !important;
  }
  .single-product div.product .woocommerce-product-gallery .flex-direction-nav a {
    width: 36px !important;
    height: 36px !important;
  }
  .single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    gap: 6px !important;
    margin: 10px 0 0 0 !important;
    padding: 2px 0 6px 0 !important;
    overflow-x: hidden !important;
  }
  .single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 8px !important;
    border-width: 1.5px !important;
  }
  .single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img {
    border-radius: 6px !important;
  }
}

.single-product div.product .summary.entry-summary,
.single-product div.product div.summary {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 8px 0 0 0 !important;
  margin: 0 !important;
}

.single-product .product_title {
  font-family: var(--font-serif) !important;
  font-size: clamp(2.4rem, 4vw, 3.2rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: var(--color-text-dark) !important;
  margin: 0 0 16px 0 !important;
}

.single-product .price {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: var(--color-gold) !important;
  margin: 0 0 24px 0 !important;
  display: block !important;
}

/* Description Text - Roomy Spacing Above Badge */
.single-product .woocommerce-product-details__short-description {
  font-size: 1.08rem !important;
  line-height: 1.8 !important;
  color: #4F4640 !important;
  margin: 0 0 28px 0 !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid var(--color-border) !important;
}

.single-product .woocommerce-product-details__short-description p {
  margin: 0 0 14px 0 !important;
  line-height: 1.8 !important;
}

.single-product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0 !important;
}

/* Badge - Clean Luxury Box Without Icon */
.amelie-single-badge {
  display: block !important;
  background: #F9F6F0 !important;
  border: 1px solid #E4D8CA !important;
  border-radius: 14px !important;
  padding: 20px 24px !important;
  margin: 0 0 32px 0 !important;
  box-shadow: 0 2px 10px rgba(42, 36, 33, 0.03) !important;
}

.amelie-single-badge .badge-icon {
  display: none !important;
}

.amelie-single-badge .badge-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.amelie-single-badge .badge-content strong {
  font-size: 0.96rem !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
  display: block !important;
}

.amelie-single-badge .badge-content span {
  font-size: 0.84rem !important;
  color: var(--color-text-muted) !important;
  line-height: 1.5 !important;
  display: block !important;
}

.single-product form.cart {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
  margin-bottom: 34px !important;
}

.single-product .quantity input.qty {
  width: 70px !important;
  height: 52px !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
}

.single-product button.single_add_to_cart_button {
  background-color: var(--color-gold) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 16px 42px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: 0 6px 22px rgba(166, 124, 70, 0.28) !important;
  transition: all 0.3s ease !important;
}

.single-product button.single_add_to_cart_button:hover {
  background-color: var(--color-gold-dark) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(166, 124, 70, 0.36) !important;
}

/* Mobile Summary Ordering: Exact Match to Mockup Sequence */
@media (max-width: 768px) {
  .single-product div.product .summary.entry-summary,
  .single-product div.product div.summary {
    display: flex !important;
    flex-direction: column !important;
  }
  .single-product .product_title {
    order: 1 !important;
    margin-bottom: 10px !important;
  }
  .single-product .amelie-product-header-meta {
    order: 2 !important;
    margin-bottom: 14px !important;
  }
  .single-product .woocommerce-product-details__short-description {
    order: 3 !important;
    margin-bottom: 20px !important;
    padding-bottom: 16px !important;
  }
  .single-product .amelie-feature-cards-grid {
    order: 4 !important;
    margin-bottom: 22px !important;
  }
  .single-product .amelie-collection-upsell-container {
    order: 5 !important;
    margin-bottom: 18px !important;
  }
  .single-product .amelie-bundle-actions {
    order: 6 !important;
    margin-bottom: 18px !important;
  }
  .single-product .amelie-trust-badges-row {
    order: 7 !important;
    margin-bottom: 24px !important;
  }
  .single-product .product_meta {
    order: 8 !important;
  }
  .single-product form.cart {
    display: none !important;
  }
  .single-product .amelie-single-badge {
    display: none !important;
  }
}


/* Tabs & Product Details */
.single-product div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
  margin-top: 50px !important;
  padding-top: 36px !important;
  border-top: 1px solid var(--color-border) !important;
}

/* Luxury Pill Tabs Navigation */
.woocommerce div.product .woocommerce-tabs ul.tabs,
.single-product div.product .woocommerce-tabs ul.tabs,
.woocommerce-tabs ul.tabs {
  display: flex !important;
  gap: 12px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 24px 0 !important;
  border: none !important;
  background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-tabs ul.tabs::before,
.woocommerce-tabs ul.tabs::after {
  display: none !important;
  content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.single-product div.product .woocommerce-tabs ul.tabs li,
.woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  border-radius: 50px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce-tabs ul.tabs li::before,
.woocommerce-tabs ul.tabs li::after {
  display: none !important;
  content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.single-product div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 12px 28px !important;
  border-radius: 50px !important;
  background: #F5EFEB !important;
  color: #6E635C !important;
  font-family: var(--font-sans) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  border: 1px solid transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.single-product div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:hover {
  background: #EFE7E0 !important;
  color: var(--color-text-dark) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.single-product div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a {
  background: var(--color-gold) !important;
  color: #FFFFFF !important;
  border-color: var(--color-gold) !important;
  box-shadow: 0 4px 14px rgba(166, 124, 70, 0.25) !important;
}

/* Tabs Content Panels (Description & Reviews) - Generous Breathing Room */
.woocommerce div.product .woocommerce-tabs .panel,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel,
.woocommerce-Tabs-panel {
  background: #FFFFFF !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 18px !important;
  padding: 40px 48px !important;
  box-shadow: 0 4px 20px rgba(42, 36, 33, 0.04) !important;
  color: #4F4640 !important;
  line-height: 1.8 !important;
  box-sizing: border-box !important;
}

/* Headings inside Panels */
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-Tabs-panel h2 {
  font-family: var(--font-serif) !important;
  font-size: 1.85rem !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  border: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel h3,
.woocommerce-Tabs-panel h3,
.woocommerce div.product .woocommerce-tabs .panel h4,
.woocommerce-Tabs-panel h4 {
  font-family: var(--font-serif) !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
  margin: 26px 0 14px 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce-Tabs-panel p {
  font-family: var(--font-sans) !important;
  font-size: 1.02rem !important;
  line-height: 1.8 !important;
  color: #4F4640 !important;
  margin: 0 0 16px 0 !important;
}

/* Pattern Details List inside Panels */
.woocommerce div.product .woocommerce-tabs .panel ul,
.woocommerce-Tabs-panel ul {
  padding-left: 24px !important;
  margin: 14px 0 24px 0 !important;
  list-style-type: disc !important;
}

.woocommerce div.product .woocommerce-tabs .panel li,
.woocommerce-Tabs-panel li {
  font-family: var(--font-sans) !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #4F4640 !important;
  margin-bottom: 8px !important;
}

/* Reviews Panel & Form Styling */
.woocommerce #reviews #comments ol.commentlist {
  padding: 0 !important;
  list-style: none !important;
}

.woocommerce #reviews #comments ol.commentlist li {
  border-bottom: 1px solid var(--color-border) !important;
  padding-bottom: 24px !important;
  margin-bottom: 24px !important;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.woocommerce #reviews .woocommerce-noreviews {
  font-family: var(--font-sans) !important;
  font-size: 1rem !important;
  color: var(--color-text-muted) !important;
  margin-bottom: 30px !important;
  padding: 16px 20px !important;
  background: #FDFBF8 !important;
  border-radius: 10px !important;
  border: 1px dashed var(--color-border) !important;
}

.woocommerce #review_form #respond {
  background: #FAF7F2 !important;
  border: 1px solid #ECE3D7 !important;
  border-radius: 16px !important;
  padding: 32px 36px !important;
  margin-top: 24px !important;
}

.woocommerce #review_form #respond .comment-reply-title {
  font-family: var(--font-serif) !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
  margin-bottom: 12px !important;
  display: block !important;
}

.woocommerce #review_form #respond p.comment-notes {
  font-size: 0.88rem !important;
  color: var(--color-text-muted) !important;
  margin-bottom: 18px !important;
}

.woocommerce #review_form #respond label {
  font-family: var(--font-sans) !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
  margin-bottom: 6px !important;
  display: block !important;
}

.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"],
.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond select {
  width: 100% !important;
  padding: 12px 18px !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 10px !important;
  background: #FFFFFF !important;
  font-family: var(--font-sans) !important;
  font-size: 0.95rem !important;
  color: var(--color-text-dark) !important;
  margin-bottom: 18px !important;
  box-sizing: border-box !important;
}

.woocommerce #review_form #respond input[type="text"]:focus,
.woocommerce #review_form #respond input[type="email"]:focus,
.woocommerce #review_form #respond textarea:focus,
.woocommerce #review_form #respond select:focus {
  outline: none !important;
  border-color: var(--color-gold) !important;
  box-shadow: 0 0 0 3px rgba(166, 124, 70, 0.15) !important;
}

.woocommerce #review_form #respond input[type="submit"] {
  background: var(--color-gold) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 13px 34px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 14px rgba(166, 124, 70, 0.25) !important;
}

.woocommerce #review_form #respond input[type="submit"]:hover {
  background: var(--color-gold-dark) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(166, 124, 70, 0.32) !important;
}

/* Related and Upsell Products */
.single-product div.product .related.products,
.single-product div.product .upsells.products {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  margin-top: 60px !important;
  padding-top: 40px !important;
  border-top: 1px solid var(--color-border) !important;
}

.single-product .related.products h2 {
  font-family: var(--font-serif) !important;
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  color: var(--color-text-dark) !important;
  margin-bottom: 35px !important;
}

/* Cart Page */
.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}

.woocommerce-cart table.shop_table th {
  background: #FAF8F5;
  padding: 16px 20px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text-dark);
}

.woocommerce-cart table.shop_table td {
  padding: 20px;
  border-top: 1px solid var(--color-border);
  vertical-align: middle;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.03);
}

.woocommerce-cart .cart_totals h2 {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: var(--color-gold) !important;
  color: #FFFFFF !important;
  padding: 16px 30px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  display: block !important;
  text-align: center !important;
  transition: all 0.2s ease !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: var(--color-gold-dark) !important;
  transform: translateY(-2px);
}

/* Checkout Page */
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}

.woocommerce-checkout #customer_details {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 35px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.03);
}

.woocommerce-checkout h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin: 0 0 20px 0;
  color: var(--color-text-dark);
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  background: #FAF8F5;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 35px;
}

.woocommerce-checkout #place_order {
  background-color: var(--color-gold) !important;
  color: #FFFFFF !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 16px 30px !important;
  border-radius: 6px !important;
  width: 100% !important;
  border: none !important;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(166, 124, 70, 0.3);
  transition: all 0.2s ease !important;
}

.woocommerce-checkout #place_order:hover {
  background-color: var(--color-gold-dark) !important;
  transform: translateY(-2px);
}

/* Form Inputs */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 12px 16px;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  background: #FFFFFF;
  width: 100%;
  transition: border-color 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--color-gold);
}

/* My Account Page: See Luxury Atelier Studio Section below */

/* Responsive Queries */
@media (max-width: 1024px) {
  .features-grid,
  .patterns-catalog-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
  
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .story-grid,
  .single-product .product,
  .single-product div.product,
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .elementor-element-c1370f4,
  .elementor-29 .elementor-element.elementor-element-c1370f4,
  .elementor-element-c1370f4:not(.elementor-motion-effects-element-type-background),
  .elementor-29 .elementor-element.elementor-element-c1370f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
  .amelie-hero,
  .amelie-hero-elementor {
    min-height: auto !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 0 0 20px 0 !important;
    background: #FAF8F5 !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .elementor-element-c1370f4::before {
    content: '' !important;
    display: block !important;
    width: 100% !important;
    height: 310px !important;
    background-image: url("/wp-content/uploads/2026/09/hero_artisan.jpg") !important;
    background-position: 78% 12% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 68%, rgba(0,0,0,0) 100%) !important;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 68%, rgba(0,0,0,0) 100%) !important;
  }

  .elementor-element-c1370f4 > .elementor-background-overlay,
  .elementor-element-c1370f4 .elementor-background-overlay,
  .elementor-element-c1370f4 .elementor-shape-bottom {
    display: none !important;
  }

  .elementor-element-c1370f4 > .elementor-container,
  .elementor-element-c1370f4 .elementor-container,
  .amelie-hero-elementor .elementor-container {
    min-height: auto !important;
    height: auto !important;
    width: 100% !important;
    margin-top: -30px !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 5 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .elementor-element-c1370f4 .elementor-column,
  .amelie-hero-elementor .elementor-column,
  .amelie-hero .hero-text-box {
    min-height: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 360px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .elementor-element-c1370f4 .elementor-widget-wrap,
  .amelie-hero-elementor .elementor-widget-wrap {
    min-height: auto !important;
    height: auto !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    transform: none !important;
  }

  /* Compact spacing for section directly after hero (Value propositions / Features) */
  .elementor-element-e8c2e83,
  .elementor-element-c1370f4 + .elementor-section {
    padding-top: 24px !important;
    padding-bottom: 36px !important;
  }

  /* Specific typography hierarchy for hero widgets */
  .elementor-element-c1370f4 .elementor-element-ae09299,
  .elementor-element-c1370f4 .elementor-element-ae09299 .elementor-widget-container {
    margin-bottom: 8px !important;
  }

  .elementor-element-c1370f4 .elementor-element-ae09299 .elementor-heading-title,
  .elementor-element-c1370f4 h6.elementor-heading-title {
    font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: var(--color-gold, #A67C46) !important;
    margin: 0 !important;
    text-shadow: none !important;
  }

  .elementor-element-c1370f4 .elementor-element-1b76453,
  .elementor-element-c1370f4 .elementor-element-1b76453 .elementor-widget-container {
    margin-bottom: 10px !important;
  }

  .elementor-element-c1370f4 .elementor-element-1b76453 .elementor-heading-title,
  .elementor-element-c1370f4 h1.elementor-heading-title {
    font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif) !important;
    font-size: 2.35rem !important;
    font-weight: 600 !important;
    line-height: 1.12 !important;
    color: #2C3328 !important;
    letter-spacing: -0.01em !important;
    margin: 0 !important;
    text-shadow: none !important;
  }

  .elementor-element-c1370f4 .elementor-element-be6744a,
  .elementor-element-c1370f4 .elementor-element-be6744a .elementor-widget-container {
    margin-bottom: 18px !important;
  }

  .elementor-element-c1370f4 .elementor-element-be6744a .elementor-heading-title,
  .elementor-element-c1370f4 h4.elementor-heading-title {
    font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #6E635C !important;
    margin: 0 !important;
    text-shadow: none !important;
  }

  .elementor-element-c1370f4 .elementor-widget-button,
  .elementor-element-c1370f4 .elementor-element-85699b2 {
    margin-top: 2px !important;
  }

  .elementor-element-c1370f4 .elementor-element-85699b2 .elementor-button,
  .elementor-element-c1370f4 .elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 13px 32px !important;
    font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    border-radius: 50px !important;
    background-color: #505D4A !important;
    color: #FFFFFF !important;
    box-shadow: 0 8px 22px rgba(80, 93, 74, 0.28) !important;
    border: none !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
  }

  .elementor-element-c1370f4 .elementor-button:hover,
  .elementor-element-c1370f4 .elementor-button:active {
    background-color: #3F4A3A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 26px rgba(80, 93, 74, 0.35) !important;
  }
  
  .hero-backdrop {
    background: rgba(250, 248, 245, 0.94);
  }
  
  .hero-heading {
    font-size: 2.6rem;
  }
  
  .features-grid,
  .testimonials-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .patterns-catalog-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    margin-bottom: 40px !important;
  }

  .woocommerce ul.products li.product {
    border-radius: 14px !important;
    box-shadow: 0 4px 14px rgba(42, 36, 33, 0.05) !important;
    background: #FFFFFF !important;
    border: 1px solid var(--color-border) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .woocommerce ul.products li.product::before {
    content: 'Instant PDF' !important;
    font-size: 0.56rem !important;
    font-weight: 600 !important;
    padding: 3px 7px !important;
    top: 7px !important;
    left: 7px !important;
    border-radius: 999px !important;
    letter-spacing: 0.02em !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    margin: 10px 8px 4px 8px !important;
    padding: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.25em !important;
  }

  .woocommerce ul.products li.product .price {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    margin: 0 8px 8px 8px !important;
  }

  .woocommerce ul.products li.product .button.add_to_cart_button {
    margin: auto 8px 10px 8px !important;
    padding: 8px 4px !important;
    font-size: 0.68rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    height: auto !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    border-radius: 999px !important;
    display: block !important;
    width: calc(100% - 16px) !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .woocommerce ul.products li.product .button.add_to_cart_button.added {
    margin: auto 8px 6px 8px !important;
  }

  .woocommerce ul.products li.product a.added_to_cart {
    margin: 0 auto 10px auto !important;
    padding: 6px 14px !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.05em !important;
    max-width: calc(100% - 16px) !important;
  }
  
  .navbar-menu {
    display: none;
  }

  .site-brand-logo {
    height: 30px;
    max-height: 32px;
    max-width: 120px;
  }
  
  .footer-columns {
    grid-template-columns: 1fr;
  }
  
  .newsletter-box {
    flex-direction: column;
  }

  .cart-drawer-panel {
    max-width: 100%;
  }

  /* Single Product & Tabs Mobile Responsive Padding */
  .woocommerce div.product .woocommerce-tabs .panel,
  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel,
  .woocommerce-Tabs-panel {
    padding: 24px 20px !important;
    border-radius: 14px !important;
  }
  
  .woocommerce #review_form #respond {
    padding: 22px 18px !important;
  }
  
  .single-product main#main,
  .single-product main.site-main,
  .single-product .site-main {
    padding: 0 16px !important;
  }

  /* About & Help Mobile */
  .about-page-wrapper .story-grid,
  .about-page-wrapper .story-grid.reverse,
  .about-page-wrapper .pillars-grid,
  .about-page-wrapper .process-grid,
  .about-page-wrapper .about-gallery-grid,
  .help-quick-cards-grid,
  .contact-info-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .about-hero, .help-hero {
    padding: 40px 16px 30px 16px !important;
  }

  .about-cta-section .cta-card {
    padding: 40px 20px !important;
  }

  .cta-actions {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .faq-item {
    border-radius: 14px !important;
    margin-bottom: 12px !important;
  }

  .faq-question-btn {
    white-space: normal !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas: 
      "badge arrow"
      "title title" !important;
    row-gap: 10px !important;
    column-gap: 12px !important;
    align-items: center !important;
    padding: 16px 18px !important;
    text-align: left !important;
  }

  .faq-cat-badge {
    grid-area: badge !important;
    justify-self: start !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    padding: 4px 10px !important;
    margin: 0 !important;
  }

  .faq-icon-arrow {
    grid-area: arrow !important;
    justify-self: end !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
    width: 24px !important;
    text-align: right !important;
  }

  .faq-question-text {
    grid-area: title !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    font-size: 1.15rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
  }

  .faq-answer-inner {
    padding: 0 18px 20px 18px !important;
    font-size: 0.94rem !important;
    line-height: 1.65 !important;
  }

  .help-contact-card {
    padding: 30px 20px !important;
  }
}

/* ==========================================================================
   BESPOKE ABOUT AMÉLIE PAGE STYLING
   ========================================================================== */
.about-page-wrapper,
.help-page-wrapper {
  background-color: var(--color-bg);
  min-height: 80vh;
  padding-bottom: 80px;
}

.about-page-wrapper .site-container,
.help-page-wrapper .site-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Breadcrumbs */
.about-breadcrumb {
  margin: 15px 0 35px 0;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.about-breadcrumb a {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.about-breadcrumb a:hover {
  color: var(--color-gold);
}

.about-breadcrumb .sep {
  margin: 0 8px;
  color: #C8BFB8;
}

.about-breadcrumb .current {
  color: var(--color-text-dark);
  font-weight: 500;
}

/* Hero Section */
.about-hero,
.help-hero {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 60px auto;
  padding: 20px 0 10px 0;
}

.section-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 14px;
}

.about-hero-title,
.help-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.6rem, 4.5vw, 3.8rem);
  font-weight: 600;
  line-height: 1.18;
  color: var(--color-text-dark);
  margin: 0 0 20px 0;
  letter-spacing: -0.01em;
}

.about-hero-lead,
.help-hero-lead {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--color-text-muted);
  margin: 0 auto;
}

/* Story Chapters */
.about-story-chapter,
.about-studio-chapter {
  margin-bottom: 90px;
}

.about-page-wrapper .story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-page-wrapper .story-grid.reverse .story-content-column {
  order: 1;
}

.about-page-wrapper .story-grid.reverse .story-image-column {
  order: 2;
}

.story-image-card {
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid var(--color-border);
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(42, 36, 33, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.story-image-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(42, 36, 33, 0.1);
}

.story-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.story-image-badge {
  padding: 16px 24px;
  background: #FFFFFF;
  border-top: 1px solid var(--color-border);
}

.badge-role {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 4px;
}

.badge-name {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-text-dark);
}

.chapter-tag {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 12px;
}

.chapter-title {
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 3.2vw, 2.8rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-text-dark);
  margin: 0 0 22px 0;
}

.chapter-text p {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.85;
  color: #4F4640;
  margin-bottom: 18px;
}

/* Quote Box */
.about-quote-box {
  background: #F9F6F1;
  border-left: 4px solid var(--color-gold);
  border-radius: 0 16px 16px 0;
  padding: 24px 30px;
  margin: 32px 0 10px 0;
}

.about-quote {
  font-family: var(--font-serif);
  font-size: 1.28rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--color-text-dark);
  margin: 0 0 10px 0;
}

.about-quote-author {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-gold);
  font-style: normal;
}

/* Highlights List */
.about-highlights-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
}

.about-highlights-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.7;
  color: #4F4640;
}

.about-highlights-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-gold);
  font-weight: 700;
  font-size: 1.1rem;
}

/* Pillars Section */
.about-pillars-section {
  background: #FAF8F5;
  border-radius: 28px;
  border: 1px solid var(--color-border);
  padding: 80px 48px;
  margin: 80px 0;
}

.section-header-centered {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px auto;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 600;
  color: var(--color-text-dark);
  margin: 0 0 14px 0;
}

.section-subtitle {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.pillar-card {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 6px 24px rgba(42, 36, 33, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(42, 36, 33, 0.08);
}

.pillar-icon {
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1;
}

.pillar-title {
  font-family: var(--font-serif);
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--color-text-dark);
  margin: 0 0 12px 0;
}

.pillar-desc {
  font-family: var(--font-sans);
  font-size: 0.98rem;
  line-height: 1.75;
  color: #5C524B;
  margin: 0;
}

/* Process Steps Grid */
.about-process-section {
  margin: 90px 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.process-card {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  padding: 34px 26px;
  box-shadow: 0 4px 18px rgba(42, 36, 33, 0.03);
  position: relative;
  transition: transform 0.25s ease;
}

.process-card:hover {
  transform: translateY(-3px);
}

.process-step-num {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 700;
  color: #E2D6C6;
  line-height: 1;
  margin-bottom: 12px;
}

.process-step-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--color-text-dark);
  margin: 0 0 10px 0;
}

.process-step-text {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0;
}

/* Gallery Section */
.about-gallery-section {
  margin: 90px 0;
}

.about-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.gallery-item {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(42, 36, 33, 0.04);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-4px);
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.gallery-caption {
  display: block;
  padding: 16px 20px;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: var(--color-text-muted);
  background: #FFFFFF;
  line-height: 1.5;
}

/* CTA Card */
.about-cta-section {
  margin: 90px 0 40px 0;
}

.cta-card {
  background: linear-gradient(135deg, #2A2421 0%, #3D3531 100%);
  border-radius: 28px;
  padding: 68px 48px;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0 16px 48px rgba(42, 36, 33, 0.16);
}

.cta-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #E2B880;
  margin-bottom: 14px;
}

.cta-title {
  font-family: var(--font-serif);
  font-size: clamp(2.3rem, 3.8vw, 3.2rem);
  font-weight: 600;
  color: #FAF8F5;
  margin: 0 0 16px 0;
}

.cta-desc {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  line-height: 1.75;
  color: #D6CEC7;
  max-width: 680px;
  margin: 0 auto 34px auto;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-cta-gold {
  background-color: var(--color-gold);
  color: #FFFFFF;
  border-radius: 50px;
  padding: 16px 38px;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(166, 124, 70, 0.35);
  transition: all 0.25s ease;
}

.btn-cta-gold:hover {
  background-color: var(--color-gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(166, 124, 70, 0.45);
  color: #FFFFFF;
}

.btn-cta-secondary {
  background: transparent;
  color: #FAF8F5;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50px;
  padding: 16px 36px;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/* ==========================================================================
   BESPOKE HELP & FAQ PAGE STYLING
   ========================================================================== */
.help-filter-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 35px 0 50px 0;
}

.help-filter-btn {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 50px;
  padding: 10px 24px;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-text-dark);
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.help-filter-btn:hover,
.help-filter-btn.active {
  background: var(--color-gold);
  color: #FFFFFF;
  border-color: var(--color-gold);
  box-shadow: 0 4px 14px rgba(166, 124, 70, 0.25);
}

/* Quick Cards */
.help-quick-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 70px;
}

.help-quick-card {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 38px 30px;
  box-shadow: 0 6px 20px rgba(42, 36, 33, 0.03);
  transition: transform 0.25s ease;
}

.help-quick-card:hover {
  transform: translateY(-4px);
}

.quick-card-icon {
  font-size: 2.2rem;
  margin-bottom: 16px;
  line-height: 1;
}

.quick-card-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text-dark);
  margin: 0 0 10px 0;
}

.quick-card-text {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  line-height: 1.7;
  color: #5C524B;
  margin: 0;
}

/* FAQ Accordion */
.help-faq-section {
  max-width: 980px;
  margin: 0 auto 80px auto;
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(42, 36, 33, 0.03);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.faq-item:hover {
  box-shadow: 0 6px 20px rgba(42, 36, 33, 0.06);
  border-color: #D8C8B6;
}

.faq-question-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 28px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  white-space: normal !important;
}

.faq-cat-badge {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
  background: #F5EFEB;
  color: var(--color-gold);
  flex-shrink: 0;
}

.faq-question-text {
  font-family: var(--font-serif);
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--color-text-dark);
  flex-grow: 1;
  line-height: 1.35;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.faq-icon-arrow {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--color-gold);
  line-height: 1;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  transition: transform 0.25s ease;
}

.faq-answer-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-answer-inner {
  padding: 0 28px 26px 28px;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.8;
  color: #4F4640;
  border-top: 1px solid #FAF6F0;
  padding-top: 18px;
}

.faq-answer-inner p {
  margin: 0 0 14px 0;
}

.faq-answer-inner p:last-child {
  margin-bottom: 0;
}

.faq-answer-inner a {
  color: var(--color-gold);
  text-decoration: underline;
}

/* Direct Support Card */
.help-contact-section {
  max-width: 980px;
  margin: 0 auto;
}

.help-contact-card {
  background: #FAF7F2;
  border: 1px solid #ECE3D7;
  border-radius: 22px;
  padding: 52px 48px;
  box-shadow: 0 8px 30px rgba(42, 36, 33, 0.04);
}

.contact-card-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px auto;
}

.contact-icon {
  font-size: 2.8rem;
  margin-bottom: 14px;
  line-height: 1;
}

.contact-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  font-weight: 600;
  color: var(--color-text-dark);
  margin: 0 0 14px 0;
}

.contact-lead {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--color-text-muted);
  margin: 0;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-info-box {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-label {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-gold);
}

.contact-value {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-text-dark);
  text-decoration: none;
}

.contact-value:hover {
  color: var(--color-gold);
}

.contact-note {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin-top: 4px;
}

/* ==========================================================================
   SITE-WIDE LUXURY ENTRY & SCROLL ANIMATIONS
   ========================================================================== */

/* 1. Atelier Silk Curtain Wipe */
#amelieCurtain,
.amelie-curtain {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  background: #FAF8F5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: all;
  will-change: transform;
  transform: translateY(0);
}

.curtain-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
}

.curtain-monogram {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  color: var(--color-text-dark, #2A2421);
  line-height: 1.1;
  opacity: 0;
  transform: translateY(14px);
  animation: curtainFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.05s forwards;
}

.curtain-tagline {
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(0.7rem, 1.4vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  text-transform: uppercase;
  color: var(--color-gold, #A67C46);
  opacity: 0;
  transform: translateY(10px);
  animation: curtainFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
}

.curtain-thread-track {
  width: 160px;
  height: 2px;
  background: rgba(166, 124, 70, 0.18);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}

.curtain-thread-line {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #A67C46 0%, #D4AF37 50%, #A67C46 100%);
  border-radius: 999px;
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.curtain-expanding .curtain-thread-line {
  width: 100%;
}

.curtain-lift {
  transform: translateY(-100%) !important;
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1) !important;
  pointer-events: none !important;
}

@keyframes curtainFadeIn {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 2. Hero Cascading Reveal */
.amelie-hero,
.about-hero,
.help-hero {
  position: relative;
}

.amelie-hero .hero-badge,
.about-hero .about-hero-badge,
.help-hero .help-hero-badge {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.05s;
}

.amelie-hero .hero-title,
.about-hero .about-hero-title,
.help-hero .help-hero-title {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.15s;
}

.amelie-hero .hero-description,
.about-hero .about-hero-subtitle,
.help-hero .help-hero-subtitle {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.25s;
}

.amelie-hero .hero-actions,
.about-hero .about-hero-actions,
.help-hero .help-search-container {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.35s;
}

.is-revealed .hero-badge,
.is-revealed .hero-title,
.is-revealed .hero-description,
.is-revealed .hero-actions,
.is-revealed .about-hero-badge,
.is-revealed .about-hero-title,
.is-revealed .about-hero-subtitle,
.is-revealed .about-hero-actions,
.is-revealed .help-hero-badge,
.is-revealed .help-hero-title,
.is-revealed .help-hero-subtitle,
.is-revealed .help-search-container {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* 3. Universal Scroll-Reveals */
.amelie-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.amelie-reveal.is-revealed {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Subtle elevation persistence for revealed cards */
.woocommerce ul.products li.product.amelie-reveal.is-revealed {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 4. Reduced Motion Fallback */
@media (prefers-reduced-motion: reduce) {
  #amelieCurtain,
  .amelie-curtain {
    display: none !important;
  }
  .amelie-reveal,
  .amelie-hero *,
  .about-hero *,
  .help-hero * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* 5. Remove rating stars from product cards across the site */
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating,
.products .product .star-rating,
.woocommerce-loop-product__title + .star-rating {
  display: none !important;
}

/* ==========================================================================
   6. MY ACCOUNT / LOGIN & REGISTER ATELIER REDESIGN
   ========================================================================== */
.woocommerce-account .site-content {
  background: var(--color-cream-bg, #FAF8F5);
  min-height: 80vh;
  padding: 30px 0 80px 0;
}

.woocommerce-account .site-main,
.woocommerce-account main.site-main {
  max-width: 1180px !important;
  margin: 0 auto 80px auto !important;
  width: 100% !important;
  padding: 0 24px !important;
  display: block !important;
  box-sizing: border-box !important;
}

.woocommerce-account .page-header,
.woocommerce-account .entry-header {
  text-align: center !important;
  margin: 40px auto 36px auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

.woocommerce-account .page-header .entry-title,
.woocommerce-account .entry-title {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif) !important;
  font-size: clamp(2.4rem, 4vw, 3.4rem) !important;
  font-weight: 600 !important;
  color: var(--color-text-dark, #2A2421) !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
  margin: 0 auto 12px auto !important;
}

.woocommerce-account .page-content,
.woocommerce-account .woocommerce {
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Clearfix removal so pseudo-elements do not take grid cells */
.woocommerce #customer_login.col2-set::before,
.woocommerce #customer_login.col2-set::after,
#customer_login::before,
#customer_login::after {
  display: none !important;
  content: none !important;
}

#customer_login.col2-set {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 36px !important;
  margin: 0 auto 50px auto !important;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#customer_login .u-column1 {
  grid-column: 1 !important;
  grid-row: 1 !important;
  float: none !important;
  width: 100% !important;
}

#customer_login .u-column2 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  float: none !important;
  width: 100% !important;
}

#customer_login .u-column1,
#customer_login .u-column2 {
  float: none !important;
  width: 100% !important;
  background: #FFFFFF !important;
  border: 1px solid #EFE7DE !important;
  border-radius: 24px !important;
  padding: 42px 38px !important;
  box-shadow: 0 12px 36px rgba(42, 36, 33, 0.05) !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box !important;
}

#customer_login .u-column1:hover,
#customer_login .u-column2:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(42, 36, 33, 0.08) !important;
}

#customer_login h2 {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif) !important;
  font-size: 2.1rem !important;
  font-weight: 600 !important;
  color: var(--color-text-dark, #2A2421) !important;
  margin: 0 0 24px 0 !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #F2ECE4 !important;
  position: relative;
}

#customer_login h2::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--color-gold, #A67C46);
  border-radius: 2px;
}

.woocommerce-account form .form-row {
  margin-bottom: 20px !important;
  padding: 0 !important;
}

.woocommerce-account form label {
  display: block !important;
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif) !important;
  font-size: 0.76rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: var(--color-gold, #A67C46) !important;
  margin-bottom: 8px !important;
}

.woocommerce-account form .required {
  color: #C25E5E !important;
}

.woocommerce-account form .input-text {
  width: 100% !important;
  height: 50px !important;
  background: #FCFBF9 !important;
  border: 1.5px solid #E8DFD5 !important;
  border-radius: 12px !important;
  padding: 0 18px !important;
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif) !important;
  font-size: 0.95rem !important;
  color: var(--color-text-dark, #2A2421) !important;
  transition: all 0.25s ease !important;
  box-sizing: border-box !important;
}

.woocommerce-account form .input-text:focus {
  background: #FFFFFF !important;
  border-color: var(--color-gold, #A67C46) !important;
  box-shadow: 0 0 0 4px rgba(166, 124, 70, 0.12) !important;
  outline: none !important;
}

.woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 14px !important;
  margin-bottom: 22px !important;
  cursor: pointer !important;
  font-family: var(--font-sans) !important;
  font-size: 0.88rem !important;
  color: var(--color-text-muted, #6E6259) !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  accent-color: var(--color-gold, #A67C46) !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.woocommerce-LostPassword {
  margin-top: 16px !important;
  text-align: center !important;
}

.woocommerce-LostPassword a {
  font-family: var(--font-sans) !important;
  font-size: 0.86rem !important;
  color: var(--color-gold, #A67C46) !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}

.woocommerce-LostPassword a:hover {
  color: var(--color-text-dark, #2A2421) !important;
  text-decoration: underline !important;
}

.woocommerce-form-login__submit {
  width: 100% !important;
  height: 52px !important;
  background: var(--color-forest-green, #3D4A3E) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif) !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 18px rgba(61, 74, 62, 0.2) !important;
}

.woocommerce-form-login__submit:hover {
  background: #2D372E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(61, 74, 62, 0.28) !important;
}

.woocommerce-form-register .woocommerce-Button,
.woocommerce-form-register .button {
  width: 100% !important;
  height: 52px !important;
  background: var(--color-gold, #A67C46) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif) !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 18px rgba(166, 124, 70, 0.22) !important;
  margin-top: 14px !important;
}

.woocommerce-form-register .woocommerce-Button:hover,
.woocommerce-form-register .button:hover {
  background: #8F6938 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(166, 124, 70, 0.3) !important;
}

.woocommerce-privacy-policy-text {
  font-family: var(--font-sans) !important;
  font-size: 0.84rem !important;
  line-height: 1.6 !important;
  color: var(--color-text-muted, #6E6259) !important;
  margin: 16px 0 !important;
}

.woocommerce-privacy-policy-text a {
  color: var(--color-gold, #A67C46) !important;
  text-decoration: underline !important;
}

@media (max-width: 860px) {
  #customer_login.col2-set {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  #customer_login .u-column1 {
    grid-column: 1 !important;
    grid-row: auto !important;
    padding: 32px 24px !important;
    border-radius: 20px !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto !important;
  }
  #customer_login .u-column2 {
    grid-column: 1 !important;
    grid-row: auto !important;
    padding: 32px 24px !important;
    border-radius: 20px !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto !important;
  }
}

/* ==========================================================================
   7. LEFT-TO-RIGHT SLIDING MOBILE MENU
   ========================================================================== */
.mobile-menu-toggle,
#amelieMobileMenuToggle,
button#amelieMobileMenuToggle {
  display: none !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.mobile-menu-toggle .hamburger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-text-dark, #2A2421);
  border-radius: 2px;
  transition: all 0.3s ease;
  pointer-events: none;
}

@media (max-width: 991px) {
  .mobile-menu-toggle,
  #amelieMobileMenuToggle,
  button#amelieMobileMenuToggle {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 44px !important;
    height: 44px !important;
    gap: 5px !important;
    cursor: pointer !important;
    z-index: 100 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  .navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-menu {
    display: none !important;
  }
}

.amelie-mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 99999999 !important;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0.38s ease;
}

.amelie-mobile-menu.is-open {
  pointer-events: auto !important;
  visibility: visible !important;
}

.mobile-menu-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(42, 36, 33, 0.6) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.amelie-mobile-menu.is-open .mobile-menu-overlay {
  opacity: 1 !important;
}

/* Sliding Left-to-Right Panel */
.mobile-menu-panel {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 86% !important;
  max-width: 360px !important;
  height: 100% !important;
  background: #FAF8F5 !important;
  box-shadow: 12px 0 40px rgba(42, 36, 33, 0.25) !important;
  transform: translateX(-100%) !important;
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  z-index: 2 !important;
}

.amelie-mobile-menu.is-open .mobile-menu-panel {
  transform: translateX(0) !important;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 20px 24px;
  border-bottom: 1px solid #EFE7DE;
}

.mobile-menu-brand {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.mobile-menu-logo {
  height: 32px !important;
  max-height: 36px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain !important;
  display: block !important;
}

.mobile-menu-brand .logo-fallback {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--color-text-dark, #2A2421);
}

.mobile-menu-brand .logo-fallback span {
  color: var(--color-gold, #A67C46);
}

.mobile-menu-close,
button#amelieMobileClose {
  width: 38px !important;
  height: 38px !important;
  background: #FFFFFF !important;
  border: 1px solid #EAE1D7 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.4rem !important;
  color: var(--color-text-dark, #2A2421) !important;
  cursor: pointer !important;
  line-height: 1 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  transition: all 0.2s ease !important;
}

.mobile-menu-close:hover,
button#amelieMobileClose:hover {
  background: var(--color-gold, #A67C46) !important;
  color: #FFFFFF !important;
  border-color: var(--color-gold, #A67C46) !important;
}

.mobile-menu-nav {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.mobile-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 12px;
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--color-text-dark, #2A2421);
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-nav-item:hover,
.mobile-nav-item.active {
  background: #FFFFFF;
  color: var(--color-gold, #A67C46);
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(42, 36, 33, 0.04);
}

.mobile-menu-categories {
  padding: 0 24px 20px 24px;
}

.mobile-categories-title {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-gold, #A67C46);
  margin-bottom: 12px;
}

.mobile-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-category-pill {
  display: inline-block;
  padding: 7px 14px;
  background: #FFFFFF;
  border: 1px solid #EFE7DE;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: var(--color-text-dark, #2A2421);
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-category-pill:hover {
  border-color: var(--color-gold, #A67C46);
  color: var(--color-gold, #A67C46);
}

.mobile-menu-footer {
  padding: 20px 24px 30px 24px;
  border-top: 1px solid #EFE7DE;
  background: #F6F1EA;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-footer-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: var(--color-text-muted, #6E6259);
  text-decoration: none;
}

.mobile-footer-link:hover {
  color: var(--color-text-dark, #2A2421);
}

.mobile-menu-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.92rem;
  color: var(--color-gold, #A67C46);
  text-align: center;
  margin-top: 6px;
}

/* ==========================================================================
   8. COLLECTIONS PAGE STYLES
   ========================================================================== */
.collections-page-wrapper {
  max-width: 1380px;
  margin: 0 auto;
  padding: 40px 24px 90px 24px;
}

.collections-hero {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 54px auto;
}

.collections-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--color-gold, #A67C46);
  margin-bottom: 14px;
}

.collections-title {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2.6rem, 4.5vw, 3.8rem);
  font-weight: 600;
  color: var(--color-text-dark, #2A2421);
  line-height: 1.15;
  margin: 0 0 18px 0;
}

.collections-subtitle {
  font-family: var(--font-sans);
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--color-text-muted, #6E6259);
  margin: 0;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 70px;
}

@media (max-width: 1100px) {
  .collections-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .collections-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.collection-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #EFE7DE;
  box-shadow: 0 10px 30px rgba(42, 36, 33, 0.05);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.collection-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(42, 36, 33, 0.12);
  border-color: rgba(166, 124, 70, 0.4);
}

.collection-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #EFECE6;
}

.collection-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-card:hover .collection-img-wrap img {
  transform: scale(1.06);
}

.collection-count-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  color: var(--color-text-dark, #2A2421);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.collection-info {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.collection-name {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--color-text-dark, #2A2421);
  margin: 0;
  line-height: 1.25;
  transition: color 0.2s ease;
}

.collection-card:hover .collection-name {
  color: var(--color-gold, #A67C46);
}

.collection-desc {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--color-text-muted, #6E6259);
  margin: 0;
  flex: 1;
}

.collection-action-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-gold, #A67C46);
  margin-top: 8px;
  transition: gap 0.2s ease;
}

.collection-card:hover .collection-action-link {
  gap: 10px;
}

/* ==========================================================================
   GLOBAL BRAND ACCENT REPLACEMENT: #CC3366 -> #505D4A
   ========================================================================== */
:root {
  --color-olive: #505D4A !important;
  --color-primary-green: #505D4A !important;
  --color-forest-green: #505D4A !important;
  --color-accent-green: #505D4A !important;
  --color-brand-accent: #505D4A !important;
  --e-global-color-primary: #505D4A !important;
  --e-global-color-accent: #505D4A !important;
  --wp--preset--color--primary: #505D4A !important;
  --wp--preset--color--accent: #505D4A !important;
  accent-color: #505D4A !important;
}

/* User Selection Highlighting */
::selection {
  background-color: #505D4A !important;
  color: #FFFFFF !important;
}
::-moz-selection {
  background-color: #505D4A !important;
  color: #FFFFFF !important;
}

/* Universal Focus Outline */
:focus-visible {
  outline-color: #505D4A !important;
}

/* Form Checkboxes, Radios, and Range Sliders */
input[type="checkbox"]:checked,
input[type="radio"]:checked,
input[type="range"] {
  accent-color: #505D4A !important;
}

/* WooCommerce Sale Badges & Highlighting */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.single-product span.onsale,
.wc-block-components-sale-badge,
.badge-sale {
  background-color: #505D4A !important;
  color: #FFFFFF !important;
}

/* WooCommerce Notification & Info Banners */
.woocommerce-message,
.woocommerce-info {
  border-top-color: #505D4A !important;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #505D4A !important;
}

/* WooCommerce Primary & Action Buttons */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #505D4A !important;
  color: #FFFFFF !important;
  border-color: #505D4A !important;
}

/* WooCommerce Pagination */
.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #505D4A !important;
  color: #FFFFFF !important;
  border-color: #505D4A !important;
}

/* Elementor & Gutenberg Overrides for #CC3366 */
.elementor-button,
.wp-block-button__link {
  --e-global-color-accent: #505D4A !important;
}

/* Neutralize Hello Elementor reset.css #c36 / #CC3366 & square button styles */
[type="button"],
[type="submit"],
button {
  border-color: #505D4A !important;
  color: #505D4A !important;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  background-color: #505D4A !important;
  border-color: #505D4A !important;
  color: #FFFFFF !important;
}

/* Global Catch-all for any elements using #CC3366 in style attributes */
[style*="#CC3366" i],
[style*="#cc3366" i] {
  color: #505D4A !important;
}
[style*="background-color: #CC3366" i],
[style*="background-color: #cc3366" i],
[style*="background: #CC3366" i],
[style*="background: #cc3366" i] {
  background-color: #505D4A !important;
}
[style*="border-color: #CC3366" i],
[style*="border-color: #cc3366" i] {
  border-color: #505D4A !important;
}
[style*="fill: #CC3366" i],
[style*="fill: #cc3366" i] {
  fill: #505D4A !important;
}
[style*="stroke: #CC3366" i],
[style*="stroke: #cc3366" i] {
  stroke: #505D4A !important;
}

/* ==========================================================================
   11. LUXURY ATELIER NOTIFICATION & FLASH BANNERS
   ========================================================================== */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments,
.wc-block-components-notice-banner {
  background: #FAF9F6 !important;
  border: 1px solid rgba(80, 93, 74, 0.18) !important;
  border-top: 1px solid rgba(80, 93, 74, 0.18) !important;
  border-left: 4px solid #505D4A !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 20px rgba(80, 93, 74, 0.08) !important;
  padding: 16px 24px !important;
  margin: 20px auto 30px auto !important;
  max-width: 1380px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: #2C3328 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 14px 20px !important;
  position: relative !important;
  clear: both !important;
}

.woocommerce-info {
  border-left-color: var(--color-gold) !important;
}

.woocommerce-error {
  border-left-color: #A94442 !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  order: -1 !important;
  margin: 0 !important;
  color: #505D4A !important;
  font-size: 1.25rem !important;
  display: inline-flex !important;
  align-items: center !important;
  position: static !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}

.woocommerce-info::before {
  color: var(--color-gold) !important;
}

.woocommerce-error::before {
  color: #A94442 !important;
}

/* Notice Action Buttons ("View cart", "Login", etc.) */
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-message a.button,
.woocommerce-message .button.wc-forward,
.woocommerce-message a.button.wc-forward {
  order: 1 !important;
  background: #505D4A !important;
  color: #FFFFFF !important;
  border: 1px solid #505D4A !important;
  border-radius: 50px !important;
  padding: 10px 24px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  float: none !important;
  margin: 0 0 0 auto !important;
  box-shadow: 0 4px 12px rgba(80, 93, 74, 0.25) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message a.button.wc-forward:hover {
  background: #3F4A3A !important;
  border-color: #3F4A3A !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(80, 93, 74, 0.35) !important;
}

/* ==========================================================================
   12. LUXURY ATELIER CART PAGE (BLOCKS & CLASSIC)
   ========================================================================== */
.woocommerce-cart .site-main,
.woocommerce-cart .entry-content,
.woocommerce-cart .page-content {
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 10px 24px 60px !important;
}

.woocommerce-cart h1.entry-title {
  font-family: var(--font-serif) !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 500 !important;
  color: #2C3328 !important;
  text-align: center !important;
  margin: 15px auto 35px auto !important;
  position: relative !important;
}

.woocommerce-cart h1.entry-title::after {
  content: "Instant PDF Download • 24/7 Digital Access";
  display: block !important;
  font-family: var(--font-sans) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--color-gold) !important;
  margin-top: 8px !important;
}

/* Outer Cart & Checkout Page Block Containers */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  max-width: 1320px !important;
  margin: 0 auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-cart__main,
.wp-block-woocommerce-cart-items-block,
.woocommerce-cart-form {
  background: #FFFFFF !important;
  border: 1px solid rgba(80, 93, 74, 0.12) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03) !important;
  padding: 32px 36px !important;
  box-sizing: border-box !important;
}

/* Eliminate pink product title links in Cart */
.wc-block-components-product-name,
.wc-block-components-product-name a,
.woocommerce-cart table.shop_table td.product-name a,
.wc-block-cart-items .wc-block-components-product-name a {
  font-family: var(--font-serif) !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: #2C3328 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.wc-block-components-product-name:hover,
.wc-block-components-product-name a:hover,
.woocommerce-cart table.shop_table td.product-name a:hover {
  color: #505D4A !important;
}

/* Cart Item Image Thumbnail */
.wc-block-components-product-image,
.wc-block-cart-item__image {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  align-self: flex-start !important;
}

.wc-block-components-product-image img,
.wc-block-cart-item__image img,
.woocommerce-cart table.shop_table td.product-thumbnail img {
  border-radius: 12px !important;
  border: 1px solid rgba(80, 93, 74, 0.12) !important;
  object-fit: cover !important;
  max-width: 90px !important;
  height: auto !important;
}

/* Quantity Controls */
.wc-block-components-quantity-selector,
.woocommerce-cart .quantity input.qty {
  border-radius: 50px !important;
  border: 1px solid rgba(80, 93, 74, 0.2) !important;
  background: #FAF9F6 !important;
  overflow: hidden !important;
}

.wc-block-components-quantity-selector button {
  color: #505D4A !important;
  transition: all 0.2s ease !important;
}

.wc-block-components-quantity-selector button:hover {
  background: rgba(80, 93, 74, 0.1) !important;
  color: #2C3328 !important;
}

/* Remove / Trash buttons across Classic & Block Carts */
.woocommerce-cart table.shop_table td.product-remove a.remove,
.woocommerce-cart table.shop_table .product-remove a,
.woocommerce a.remove,
.woocommerce-page a.remove,
a.remove {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: rgba(80, 93, 74, 0.08) !important;
  border: 1px solid rgba(80, 93, 74, 0.2) !important;
  color: #505D4A !important;
  font-size: 1.15rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.woocommerce-cart table.shop_table td.product-remove a.remove:hover,
.woocommerce-cart table.shop_table .product-remove a:hover,
.woocommerce a.remove:hover,
.woocommerce-page a.remove:hover,
a.remove:hover {
  background: #505D4A !important;
  border-color: #505D4A !important;
  color: #FFFFFF !important;
  transform: scale(1.08) !important;
}

.wc-block-cart-item__remove-link {
  color: #505D4A !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
  transition: color 0.2s ease !important;
}

.wc-block-cart-item__remove-link:hover {
  color: var(--color-gold, #A67C46) !important;
}

/* Cart Totals Sidebar Card */
.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.wc-block-cart__sidebar,
.wp-block-woocommerce-cart-totals-block,
.woocommerce-cart .cart-collaterals .cart_totals {
  background: #FAF9F6 !important;
  border: 1px solid rgba(80, 93, 74, 0.16) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 30px rgba(80, 93, 74, 0.06) !important;
  padding: 32px 28px !important;
  box-sizing: border-box !important;
}

/* Cart Table and Edge Numbers Overflow Fix Desktop */
.wc-block-cart-items {
  width: 100% !important;
  table-layout: auto !important;
}

.wc-block-cart-items th:last-child,
.wc-block-cart-items td:last-child,
.wc-block-cart-item__total {
  padding-right: 24px !important;
  text-align: right !important;
  justify-content: flex-end !important;
}

.wc-block-cart-item__total .wc-block-components-product-price,
.wc-block-cart-item__total .wc-block-formatted-money-amount {
  margin-right: 0 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.wc-block-cart__sidebar .wp-block-heading,
.wc-block-cart__totals-title,
.woocommerce-cart .cart_totals h2 {
  font-family: var(--font-serif) !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  color: #2C3328 !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid rgba(80, 93, 74, 0.15) !important;
  padding-bottom: 14px !important;
}

/* Cart Order Summary Totals Items */
.wc-block-components-totals-item {
  font-family: var(--font-sans) !important;
  font-size: 0.95rem !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(80, 93, 74, 0.08) !important;
}

.wc-block-components-totals-footer-item {
  border-top: 2px solid rgba(80, 93, 74, 0.2) !important;
  border-bottom: none !important;
  margin-top: 14px !important;
  padding-top: 16px !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-family: var(--font-serif) !important;
  font-size: 1.85rem !important;
  font-weight: 700 !important;
  color: #505D4A !important;
}

/* Fix mobile "ed total" text overflow */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-family: var(--font-serif) !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  color: #2C3328 !important;
  white-space: nowrap !important;
}

/* Proceed to Checkout Button */
.wc-block-cart__submit-button,
.wc-block-cart__submit-container .wc-block-components-checkout-place-order-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.wc-block-cart__submit a,
.wc-block-cart__submit-button a {
  background: #505D4A !important;
  color: #FFFFFF !important;
  border: 1px solid #505D4A !important;
  border-radius: 50px !important;
  padding: 16px 32px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  box-shadow: 0 6px 18px rgba(80, 93, 74, 0.25) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-decoration: none !important;
  cursor: pointer !important;
  margin-top: 20px !important;
}

.wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #3F4A3A !important;
  border-color: #3F4A3A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(80, 93, 74, 0.35) !important;
  color: #FFFFFF !important;
}

/* Empty Cart State */
.wc-block-cart__empty-cart,
.woocommerce-cart .cart-empty {
  text-align: center !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(80, 93, 74, 0.12) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03) !important;
  padding: 60px 30px !important;
  max-width: 680px !important;
  margin: 40px auto !important;
}

.wc-block-cart__empty-cart__title {
  font-family: var(--font-serif) !important;
  font-size: 2.2rem !important;
  font-weight: 500 !important;
  color: #2C3328 !important;
}

.wc-block-cart__empty-cart a.wc-block-components-button,
.woocommerce-cart .return-to-shop a.button {
  background: #505D4A !important;
  color: #FFFFFF !important;
  border-radius: 50px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  display: inline-flex !important;
  box-shadow: 0 4px 14px rgba(80, 93, 74, 0.25) !important;
  margin-top: 20px !important;
}

/* ==========================================================================
   13. LUXURY ATELIER CHECKOUT PAGE (BLOCKS & CLASSIC)
   ========================================================================== */
.woocommerce-checkout .site-main,
.woocommerce-checkout .entry-content,
.woocommerce-checkout .page-content {
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 10px 24px 60px !important;
}

.woocommerce-checkout h1.entry-title {
  font-family: var(--font-serif) !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 500 !important;
  color: #2C3328 !important;
  text-align: center !important;
  margin: 15px auto 35px auto !important;
  position: relative !important;
}

.woocommerce-checkout h1.entry-title::after {
  content: "Secure 256-Bit SSL Checkout • Instant Digital PDF Download";
  display: block !important;
  font-family: var(--font-sans) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--color-gold) !important;
  margin-top: 8px !important;
}

/* Checkout Block Layout */
.wc-block-checkout,
.wp-block-woocommerce-checkout {
  max-width: 1320px !important;
  margin: 0 auto !important;
}

.wc-block-checkout__main,
.woocommerce-checkout form.checkout #customer_details {
  flex: 1 1 0% !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(80, 93, 74, 0.12) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03) !important;
  padding: 32px 36px !important;
  box-sizing: border-box !important;
}

/* Step Headings */
.wc-block-components-checkout-step__title,
.woocommerce-checkout h3 {
  font-family: var(--font-serif) !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  color: #2C3328 !important;
  letter-spacing: -0.01em !important;
}

/* Checkout Floating Labels & Inputs (Blocks) */
.wc-block-components-text-input {
  position: relative !important;
}

.wc-block-components-text-input input,
.wc-block-components-combobox input {
  height: 56px !important;
  padding: 22px 16px 6px 16px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  border-radius: 12px !important;
  border: 1px solid rgba(80, 93, 74, 0.22) !important;
  background: #FAF9F6 !important;
  color: #2C3328 !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-combobox input:focus {
  border-color: #505D4A !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(80, 93, 74, 0.18) !important;
  outline: none !important;
}

.wc-block-components-text-input label,
.wc-block-components-combobox label {
  position: absolute !important;
  font-family: var(--font-sans) !important;
  color: #7A8275 !important;
  font-size: 0.95rem !important;
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: all 0.15s ease !important;
  pointer-events: none !important;
  max-width: calc(100% - 32px) !important;
}

.wc-block-components-text-input.is-active label,
.wc-block-components-combobox.is-active label,
.wc-block-components-text-input:focus-within label,
.wc-block-components-combobox:focus-within label,
.wc-block-components-text-input input:-webkit-autofill + label {
  top: 12px !important;
  transform: translateY(-50%) scale(0.75) !important;
  transform-origin: left center !important;
  color: #505D4A !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

/* Select Dropdowns (Country/Region & State in Blocks) */
.wc-blocks-components-select .wc-blocks-components-select__container {
  border-radius: 12px !important;
  height: 56px !important;
  position: relative !important;
  background: transparent !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  height: 56px !important;
  padding: 22px 38px 6px 16px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  border-radius: 12px !important;
  border: 1px solid rgba(80, 93, 74, 0.22) !important;
  background: #FAF9F6 !important;
  color: #2C3328 !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select:focus {
  border-color: #505D4A !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(80, 93, 74, 0.18) !important;
  outline: none !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
  position: absolute !important;
  left: 16px !important;
  top: 12px !important;
  transform: translateY(-50%) scale(0.75) !important;
  transform-origin: left center !important;
  font-family: var(--font-sans) !important;
  font-size: 0.95rem !important;
  color: #505D4A !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  pointer-events: none !important;
  margin: 0 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__expand {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 12px !important;
}

/* Classic Checkout Inputs Fallback */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select:not(.wc-blocks-components-select__select),
.woocommerce-checkout textarea {
  border-radius: 12px !important;
  border: 1px solid rgba(80, 93, 74, 0.22) !important;
  background: #FAF9F6 !important;
  font-family: var(--font-sans) !important;
  font-size: 0.95rem !important;
  color: #2C3328 !important;
  padding: 14px 16px !important;
  transition: all 0.2s ease !important;
}

.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout input[type="email"]:focus,
.woocommerce-checkout input[type="tel"]:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  border-color: #505D4A !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(80, 93, 74, 0.18) !important;
  outline: none !important;
}

/* Checkbox & Radio */
.wc-block-components-checkbox input[type="checkbox"],
.woocommerce-checkout input[type="checkbox"] {
  accent-color: #505D4A !important;
  border-radius: 6px !important;
  width: 18px !important;
  height: 18px !important;
}

/* Order Summary Sidebar */
.wc-block-checkout__sidebar,
.woocommerce-checkout #order_review {
  background: #FAF9F6 !important;
  border: 1px solid rgba(80, 93, 74, 0.16) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 30px rgba(80, 93, 74, 0.06) !important;
  padding: 32px 28px !important;
  box-sizing: border-box !important;
}

.wc-block-components-order-summary__title,
.woocommerce-checkout #order_review_heading {
  font-family: var(--font-serif) !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  color: #2C3328 !important;
  border-bottom: 1px solid rgba(80, 93, 74, 0.15) !important;
  padding-bottom: 14px !important;
  margin-bottom: 20px !important;
}

/* Product list in summary */
.wc-block-components-order-summary-item__title {
  font-family: var(--font-serif) !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  color: #2C3328 !important;
}

.wc-block-components-order-summary-item__quantity {
  background: #505D4A !important;
  color: #FFFFFF !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
}

/* "Place Order" Button */
.wc-block-components-checkout-place-order-button,
.woocommerce-checkout #place_order {
  background: #505D4A !important;
  color: #FFFFFF !important;
  border: 1px solid #505D4A !important;
  border-radius: 50px !important;
  padding: 16px 36px !important;
  font-family: var(--font-sans) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  box-shadow: 0 6px 20px rgba(80, 93, 74, 0.28) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  width: 100% !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 24px !important;
}

.wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout #place_order:hover {
  background: #3F4A3A !important;
  border-color: #3F4A3A !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(80, 93, 74, 0.38) !important;
}

/* ==========================================================================
   14. MY ACCOUNT UNIQUE ATELIER REDESIGN
   ========================================================================== */
.woocommerce-account .site-main,
.woocommerce-account .entry-content,
.woocommerce-account .page-content {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 10px 24px 60px !important;
}

.woocommerce-account h1.entry-title {
  font-family: var(--font-serif) !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 500 !important;
  color: #2C3328 !important;
  text-align: center !important;
  margin: 15px auto 30px auto !important;
}

/* Atelier Studio Welcome Header */
.amelie-account-studio-header {
  background: linear-gradient(135deg, #FAF8F5 0%, #F4EFE6 100%);
  border: 1px solid rgba(80, 93, 74, 0.15);
  border-radius: 20px;
  padding: 28px 32px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 22px;
  box-shadow: 0 6px 24px rgba(80, 93, 74, 0.05);
}

.amelie-studio-avatar {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background: #505D4A;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(80, 93, 74, 0.25);
  border: 2px solid var(--color-gold);
}

.amelie-studio-tag {
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 4px;
}

.amelie-studio-title {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  font-weight: 600;
  color: #2C3328;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.amelie-studio-subtitle {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: #5A6255;
  margin: 0;
  line-height: 1.5;
}

/* Segmented Pill Navigation Bar */
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
  background: #FAF8F5 !important;
  border: 1px solid rgba(80, 93, 74, 0.12) !important;
  border-radius: 16px !important;
  padding: 8px !important;
  margin-bottom: 28px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  flex: 1 1 auto !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 18px !important;
  border-radius: 12px !important;
  font-family: var(--font-sans) !important;
  font-weight: 600 !important;
  font-size: 0.88rem !important;
  color: #4A5245 !important;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  white-space: nowrap !important;
}

/* Tab Icons */
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "✦";
  font-size: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "📦";
  font-size: 0.95rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "🧶";
  font-size: 0.95rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "📍";
  font-size: 0.95rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "👤";
  font-size: 0.95rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "⎋";
  font-size: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: rgba(80, 93, 74, 0.08) !important;
  color: #505D4A !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: #505D4A !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(80, 93, 74, 0.25) !important;
  border-color: #505D4A !important;
}

/* Account Main Content Container */
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(80, 93, 74, 0.12) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03) !important;
  padding: 36px !important;
}

/* Dashboard 4-Card Quick Studio Hub */
.amelie-studio-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.amelie-hub-card {
  background: #FAF9F6;
  border: 1px solid rgba(80, 93, 74, 0.12);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.amelie-hub-card:hover {
  transform: translateY(-3px);
  border-color: var(--color-gold);
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(80, 93, 74, 0.12);
}

.amelie-hub-icon {
  font-size: 2rem;
  line-height: 1;
  background: #FFFFFF;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(80, 93, 74, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.amelie-hub-content h3 {
  font-family: var(--font-serif) !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  color: #2C3328 !important;
  margin: 0 0 6px 0 !important;
}

.amelie-hub-content p {
  font-family: var(--font-sans) !important;
  font-size: 0.88rem !important;
  color: #5A6255 !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.5 !important;
}

.amelie-hub-btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #505D4A;
  transition: transform 0.2s ease;
}

.amelie-hub-card:hover .amelie-hub-btn {
  color: var(--color-gold);
  transform: translateX(4px);
}

/* Eliminate pink links in My Account */
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.amelie-hub-card) {
  color: #505D4A !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  font-weight: 600 !important;
  transition: color 0.2s ease !important;
}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.amelie-hub-card):hover {
  color: var(--color-gold) !important;
}

/* Orders & Downloads Tables */
.woocommerce-account table.shop_table {
  border: 1px solid rgba(80, 93, 74, 0.12) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.woocommerce-account table.shop_table th {
  background: #FAF8F5 !important;
  font-family: var(--font-sans) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #505D4A !important;
  padding: 16px 20px !important;
  border-bottom: 1px solid rgba(80, 93, 74, 0.12) !important;
}

.woocommerce-account table.shop_table td {
  padding: 18px 20px !important;
  border-bottom: 1px solid rgba(80, 93, 74, 0.08) !important;
  font-family: var(--font-sans) !important;
  font-size: 0.92rem !important;
  color: #2C3328 !important;
  vertical-align: middle !important;
}

/* Action Buttons in Account */
.woocommerce-account .woocommerce-button,
.woocommerce-account .button {
  background: #505D4A !important;
  color: #FFFFFF !important;
  border: 1px solid #505D4A !important;
  border-radius: 50px !important;
  padding: 8px 20px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  box-shadow: 0 3px 10px rgba(80, 93, 74, 0.2) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
}

.woocommerce-account .woocommerce-button:hover,
.woocommerce-account .button:hover {
  background: #3F4A3A !important;
  border-color: #3F4A3A !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 5px 14px rgba(80, 93, 74, 0.3) !important;
}

/* Addresses Cards */
.woocommerce-account .woocommerce-Address {
  background: #FAF9F6;
  border: 1px solid rgba(80, 93, 74, 0.14);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
}

.woocommerce-account .woocommerce-Address-title h3 {
  font-family: var(--font-serif) !important;
  font-size: 1.45rem !important;
  font-weight: 600 !important;
  color: #2C3328 !important;
  margin: 0 !important;
}

.woocommerce-account .woocommerce-Address-title .edit {
  font-family: var(--font-sans) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #505D4A !important;
  text-decoration: none !important;
  border: 1px solid rgba(80, 93, 74, 0.3) !important;
  border-radius: 50px !important;
  padding: 6px 16px !important;
  transition: all 0.2s ease !important;
}

.woocommerce-account .woocommerce-Address-title .edit:hover {
  background: #505D4A !important;
  color: #FFFFFF !important;
}

/* ==========================================================================
   15. RESPONSIVE BREAKPOINTS (MOBILE & TABLET ADAPTATIONS)
   ========================================================================== */
@media (max-width: 768px) {
  /* Banners */
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 16px 18px !important;
    gap: 12px !important;
  }
  .woocommerce-message .button,
  .woocommerce-info .button,
  .woocommerce-error .button,
  .woocommerce-message a.button.wc-forward {
    order: 2 !important;
    margin: 10px 0 0 0 !important;
    width: 100% !important;
  }

  /* Cart & Checkout Containers */
  .wc-block-cart__main,
  .wc-block-checkout__main,
  .wc-block-cart__sidebar,
  .wc-block-checkout__sidebar,
  .woocommerce-cart-form,
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }

  /* My Account Studio Header Mobile */
  .amelie-account-studio-header {
    flex-direction: column !important;
    text-align: center !important;
    padding: 22px 18px !important;
  }

  /* My Account Navigation Mobile: Horizontal Scrollable Strip */
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 6px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-wrap: nowrap !important;
    width: max-content !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 10px 14px !important;
    font-size: 0.82rem !important;
  }

  /* Studio Hub Mobile: Single Column */
  .amelie-studio-hub-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  /* Mobile Tables into Responsive Cards */
  .woocommerce-account table.shop_table_responsive tr {
    display: block !important;
    margin-bottom: 14px !important;
    background: #FAF9F6 !important;
    border: 1px solid rgba(80, 93, 74, 0.12) !important;
    border-radius: 14px !important;
    padding: 12px 16px !important;
  }
  .woocommerce-account table.shop_table_responsive td {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid rgba(80, 93, 74, 0.06) !important;
  }
  .woocommerce-account table.shop_table_responsive td:last-child {
    border-bottom: none !important;
  }
}

/* ==========================================================================
   16. FULL PAGE LUXURY POPUP SEARCH MODAL
   ========================================================================== */
button.action-link {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font: inherit !important;
  color: var(--color-text-dark) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: color 0.2s ease, transform 0.15s ease !important;
  outline: none !important;
  box-shadow: none !important;
}

button.action-link:hover {
  color: var(--color-gold) !important;
  transform: translateY(-1px) !important;
}

.mobile-menu-search-trigger-wrap {
  padding: 14px 20px 6px 20px;
}

.mobile-menu-search-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF !important;
  border: 1px solid rgba(80, 93, 74, 0.2) !important;
  border-radius: 50px !important;
  padding: 10px 18px !important;
  color: #6E635C !important;
  font-family: var(--font-sans) !important;
  font-size: 0.85rem !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 8px rgba(80, 93, 74, 0.05) !important;
  outline: none !important;
}

.mobile-menu-search-btn svg {
  color: #505D4A;
}

.mobile-menu-search-btn:hover {
  border-color: #505D4A !important;
  color: #2C3328 !important;
  background: #FAF9F6 !important;
}

/* Fullscreen Search Modal Overlay */
.amelie-search-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
}

.amelie-search-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(250, 248, 245, 0.96);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  z-index: 1;
}

.search-modal-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Top Bar */
.search-modal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 36px;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.search-modal-logo img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.search-modal-brand-fallback {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  color: #2C3328;
  font-weight: 600;
}

.search-modal-close {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(80, 93, 74, 0.08) !important;
  border: 1px solid rgba(80, 93, 74, 0.22) !important;
  border-radius: 50px !important;
  padding: 6px 14px 6px 12px !important;
  color: #505D4A !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  outline: none !important;
}

.search-modal-close .close-icon {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  transition: transform 0.25s ease;
}

.search-modal-close .esc-badge {
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: rgba(80, 93, 74, 0.14);
  padding: 2px 6px;
  border-radius: 4px;
}

.search-modal-close:hover {
  background: #505D4A !important;
  border-color: #505D4A !important;
  color: #FFFFFF !important;
  transform: scale(1.04);
}

.search-modal-close:hover .esc-badge {
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}

.search-modal-close:hover .close-icon {
  transform: rotate(90deg);
}

/* Centered Body */
.search-modal-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px 60px;
  box-sizing: border-box;
}

.search-modal-center {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-20px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.amelie-search-modal.is-open .search-modal-center {
  transform: translateY(0);
}

.search-eyebrow {
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold, #A67C46);
  margin-bottom: 12px;
}

.search-modal-heading {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 500;
  color: #2C3328;
  margin: 0 0 28px 0;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

/* Search Box Form */
.search-modal-form {
  width: 100%;
  margin: 0 auto 20px auto;
}

.search-modal-input-box {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1.5px solid rgba(80, 93, 74, 0.22);
  border-radius: 50px;
  padding: 6px 8px 6px 20px;
  box-shadow: 0 14px 40px rgba(80, 93, 74, 0.08);
  transition: all 0.25s ease;
  position: relative;
}

.search-modal-input-box:focus-within {
  border-color: #505D4A;
  box-shadow: 0 16px 48px rgba(80, 93, 74, 0.16), 0 0 0 4px rgba(80, 93, 74, 0.12);
}

.search-modal-input-box .search-icon {
  color: #505D4A;
  flex-shrink: 0;
  margin-right: 12px;
}

.search-modal-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif) !important;
  font-size: 1.18rem !important;
  color: #2C3328 !important;
  padding: 10px 0 !important;
  box-shadow: none !important;
  width: 100%;
}

.search-modal-input::placeholder {
  color: #9C948B;
  font-weight: 400;
}

.search-modal-input::-webkit-search-cancel-button,
.search-modal-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.search-modal-clear {
  background: none !important;
  border: none !important;
  color: #9C948B !important;
  font-size: 1.3rem !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 0 10px !important;
  outline: none !important;
  transition: color 0.2s ease !important;
}

.search-modal-clear:hover {
  color: #505D4A !important;
}

.search-modal-submit {
  background: #505D4A !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 12px 28px !important;
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif) !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 14px rgba(80, 93, 74, 0.25) !important;
}

.search-modal-submit:hover {
  background: #3F4A3A !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(80, 93, 74, 0.35) !important;
}

/* Popular Searches Tags */
.search-popular-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 14px;
}

.tags-title {
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.80rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6E635C;
}

.tags-items {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.tag-pill {
  background: rgba(80, 93, 74, 0.07) !important;
  border: 1px solid rgba(80, 93, 74, 0.2) !important;
  border-radius: 50px !important;
  color: #505D4A !important;
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif) !important;
  font-size: 0.80rem !important;
  font-weight: 600 !important;
  padding: 5px 14px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  outline: none !important;
}

.tag-pill:hover {
  background: #505D4A !important;
  border-color: #505D4A !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
}

/* Live Results Container */
.search-live-results {
  margin-top: 24px;
  background: #FFFFFF;
  border: 1px solid rgba(80, 93, 74, 0.16);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  padding: 20px;
  text-align: left;
  max-height: 52vh;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.live-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(80, 93, 74, 0.1);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  color: #6E635C;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.live-results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.live-result-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(80, 93, 74, 0.08) !important;
  background: #FAF9F6 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.live-result-item:hover {
  background: #FFFFFF !important;
  border-color: #505D4A !important;
  box-shadow: 0 6px 18px rgba(80, 93, 74, 0.12) !important;
  transform: translateY(-2px) !important;
}

.live-result-thumb {
  width: 52px !important;
  height: 52px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
  border: 1px solid rgba(80, 93, 74, 0.12) !important;
}

.live-result-info {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.live-result-title {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif) !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #2C3328 !important;
  margin: 0 0 3px 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.2 !important;
  display: block !important;
  width: 100% !important;
}

.live-result-item:hover .live-result-title {
  color: #505D4A !important;
}

.live-result-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-top: 4px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.78rem !important;
  width: 100% !important;
}

.live-result-format {
  color: #7A726B !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.live-result-price,
.live-result-price .amount,
.live-result-price bdi {
  font-family: var(--font-sans) !important;
  font-weight: 700 !important;
  color: var(--color-gold, #A67C46) !important;
  font-size: 0.92rem !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.live-results-footer {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(80, 93, 74, 0.1);
  text-align: center;
}

.btn-view-all-results {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #505D4A !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.btn-view-all-results:hover {
  color: var(--color-gold, #A67C46) !important;
}

.live-results-empty {
  text-align: center;
  padding: 30px 10px;
  color: #6E635C;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Mobile Responsiveness for Search Modal */
@media (max-width: 768px) {
  .search-modal-topbar {
    padding: 16px 20px;
  }
  .search-modal-logo img {
    height: 30px;
  }
  .search-modal-close .esc-badge {
    display: none;
  }
  .search-modal-center {
    padding: 0 8px;
    transform: none;
  }
  .search-modal-heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .search-modal-input-box {
    padding: 4px 6px 4px 14px;
  }
  .search-modal-input {
    font-size: 1rem !important;
  }
  .search-modal-submit {
    padding: 10px 18px !important;
    font-size: 0.80rem !important;
  }
  .live-results-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* ==========================================================================
   19. CART & CHECKOUT RESPONSIVE SPACING & OVERFLOW PREVENTION
   ========================================================================== */
@media (min-width: 993px) {
  .wc-block-components-sidebar-layout {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 36px !important;
    align-items: flex-start !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-cart__main,
  .wc-block-checkout__main,
  .woocommerce-checkout form.checkout #customer_details {
    flex: 1 1 0% !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  .wc-block-cart__sidebar,
  .wc-block-checkout__sidebar,
  .woocommerce-checkout #order_review {
    flex: 0 0 380px !important;
    width: 380px !important;
    max-width: 380px !important;
    min-width: 380px !important;
  }
}

@media (max-width: 992px) {
  .wc-block-components-sidebar-layout,
  .wc-block-cart,
  .wc-block-checkout {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
  }

  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-cart__main,
  .wc-block-checkout__main,
  .woocommerce-checkout form.checkout #customer_details {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 24px 18px !important;
    border-radius: 16px !important;
    margin-bottom: 8px !important;
    box-sizing: border-box !important;
  }

  .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  .wc-block-cart__sidebar,
  .wc-block-checkout__sidebar,
  .woocommerce-checkout #order_review {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 24px 18px !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
  }

  /* Responsive Cart Items Grid to prevent total price edge overflow */
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row,
  table.wc-block-cart-items .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 68px 1fr auto !important;
    column-gap: 12px !important;
    row-gap: 12px !important;
    align-items: start !important;
    padding: 16px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
  table.wc-block-cart-items .wc-block-cart-item__image {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    padding-right: 0 !important;
    width: 68px !important;
    max-width: 68px !important;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
  table.wc-block-cart-items .wc-block-cart-item__image img {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
  table.wc-block-cart-items .wc-block-cart-item__product {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name,
  table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 1.05rem !important;
    line-height: 1.35 !important;
    font-family: var(--font-serif) !important;
    word-break: break-word !important;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
  table.wc-block-cart-items .wc-block-cart-item__total {
    grid-column: 3 !important;
    grid-row: 1 !important;
    padding: 0 !important;
    text-align: right !important;
    justify-content: flex-end !important;
    white-space: nowrap !important;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
  table.wc-block-cart-items .wc-block-cart-item__quantity {
    grid-column: 2 / 4 !important;
    grid-row: 2 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }
}

@media (max-width: 768px) {
  .woocommerce-checkout .site-main,
  .woocommerce-checkout .entry-content,
  .woocommerce-checkout .page-content,
  .woocommerce-cart .site-main,
  .woocommerce-cart .entry-content,
  .woocommerce-cart .page-content {
    padding: 10px 14px 40px !important;
  }
}

/* ==========================================================================
   21. ORDER CONFIRMATION & THANK YOU PAGE
   ========================================================================== */
.woocommerce-order-received .site-main,
.woocommerce-order-received .entry-content,
.woocommerce-thankyou-order-received {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.woocommerce-order-received h1.entry-title {
  font-family: var(--font-serif) !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 500 !important;
  color: #2C3328 !important;
  text-align: center !important;
  margin: 15px auto 35px auto !important;
}

.woocommerce-order-received h1.entry-title::after {
  content: "Thank You For Your Order • Your Digital Patterns Are Ready Below";
  display: block !important;
  font-family: var(--font-sans) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--color-gold) !important;
  margin-top: 8px !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  background: #FAF9F6 !important;
  border: 1px solid rgba(80, 93, 74, 0.18) !important;
  border-left: 5px solid #505D4A !important;
  border-radius: 14px !important;
  padding: 18px 24px !important;
  font-family: var(--font-sans) !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #2C3328 !important;
  margin-bottom: 28px !important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(80, 93, 74, 0.12) !important;
  border-radius: 16px !important;
  padding: 24px 28px !important;
  margin: 0 0 36px 0 !important;
  list-style: none !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.03) !important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  flex: 1 1 180px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.78rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #7A726B !important;
  border-right: 1px solid rgba(80, 93, 74, 0.1) !important;
  padding-right: 16px !important;
  margin-right: 0 !important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:last-child {
  border-right: none !important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
  display: block !important;
  font-family: var(--font-sans) !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #2C3328 !important;
  margin-top: 4px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Order details and downloads tables */
.woocommerce-order-received h2,
.woocommerce-order-details__title,
.woocommerce-order-downloads__title {
  font-family: var(--font-serif) !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  color: #2C3328 !important;
  margin: 32px 0 16px 0 !important;
}

.woocommerce table.shop_table.order_details,
.woocommerce table.shop_table.woocommerce-table--order-downloads {
  background: #FFFFFF !important;
  border: 1px solid rgba(80, 93, 74, 0.12) !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.03) !important;
  overflow: hidden !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin-bottom: 32px !important;
}

.woocommerce table.shop_table th {
  background: #FAF9F6 !important;
  font-family: var(--font-sans) !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: #505D4A !important;
  font-weight: 700 !important;
  padding: 16px 20px !important;
  border-bottom: 1px solid rgba(80, 93, 74, 0.12) !important;
}

.woocommerce table.shop_table td {
  padding: 16px 20px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.95rem !important;
  color: #2C3328 !important;
  border-bottom: 1px solid rgba(80, 93, 74, 0.08) !important;
}

.woocommerce table.shop_table tr:last-child td {
  border-bottom: none !important;
}

.woocommerce table.shop_table td.product-name a,
.woocommerce table.shop_table td.download-product a,
.woocommerce-order-received table a {
  color: #2C3328 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.woocommerce table.shop_table td.product-name a:hover,
.woocommerce table.shop_table td.download-product a:hover,
.woocommerce-order-received table a:hover {
  color: #505D4A !important;
  text-decoration: underline !important;
}

.woocommerce table.shop_table a.button,
.woocommerce table.shop_table td.download-file a.woocommerce-MyAccount-downloads-file {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #505D4A !important;
  color: #FFFFFF !important;
  font-family: var(--font-sans) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(80, 93, 74, 0.25) !important;
  transition: all 0.2s ease !important;
}

.woocommerce table.shop_table a.button:hover,
.woocommerce table.shop_table td.download-file a.woocommerce-MyAccount-downloads-file:hover {
  background-color: #3F4A3A !important;
  box-shadow: 0 6px 18px rgba(80, 93, 74, 0.35) !important;
  transform: translateY(-1px) !important;
}

.woocommerce-customer-details address {
  background: #FFFFFF !important;
  border: 1px solid rgba(80, 93, 74, 0.12) !important;
  border-radius: 16px !important;
  padding: 24px 28px !important;
  font-family: var(--font-sans) !important;
  font-style: normal !important;
  line-height: 1.6 !important;
  color: #2C3328 !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.03) !important;
}





/* ==========================================================================
   AMÉLIE ATELIER BACK TO TOP SYSTEM (SITE-WIDE)
   ========================================================================== */
.amelie-back-to-top {
  position: fixed !important;
  bottom: 32px !important;
  right: 32px !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: #FFFFFF !important;
  color: #475543 !important;
  border: 1px solid rgba(80, 93, 74, 0.18) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(16px) scale(0.92) !important;
  pointer-events: none !important;
  box-shadow: 0 4px 18px rgba(42, 36, 33, 0.10), 0 2px 6px rgba(42, 36, 33, 0.05) !important;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.25s ease,
              color 0.25s ease,
              border-color 0.25s ease,
              box-shadow 0.25s ease !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.amelie-back-to-top.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto !important;
}

.amelie-back-to-top:hover {
  background-color: #475543 !important;
  color: #FFFFFF !important;
  border-color: #475543 !important;
  transform: translateY(-3px) scale(1.04) !important;
  box-shadow: 0 8px 24px rgba(71, 85, 67, 0.28), 0 3px 8px rgba(42, 36, 33, 0.08) !important;
}

.amelie-back-to-top:active {
  transform: translateY(0) scale(0.95) !important;
  box-shadow: 0 3px 10px rgba(71, 85, 67, 0.25) !important;
}

.amelie-back-to-top:focus-visible {
  outline: 2px solid #505D4A !important;
  outline-offset: 3px !important;
}

.amelie-back-to-top svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  transition: transform 0.25s ease !important;
}

.amelie-back-to-top:hover svg {
  transform: translateY(-2px) !important;
}

@media (max-width: 768px) {
  .amelie-back-to-top {
    bottom: 22px !important;
    right: 18px !important;
    width: 44px !important;
    height: 44px !important;
  }
  .amelie-back-to-top svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/* ==========================================================================
   HOMEPAGE VALUE PROPOSITIONS / FEATURES MOBILE HORIZONTAL CAROUSEL
   ========================================================================== */
@media (max-width: 768px) {
  .elementor-element-e8c2e83 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 24px !important;
    overflow: hidden !important;
    max-width: 100vw !important;
  }

  .elementor-element-e8c2e83 > .elementor-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 10px calc((100vw - 78vw) / 2) 16px calc((100vw - 78vw) / 2) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .elementor-element-e8c2e83 > .elementor-container::-webkit-scrollbar {
    display: none !important;
  }

  .elementor-element-e8c2e83 > .elementor-container > .elementor-column {
    width: 78vw !important;
    max-width: 310px !important;
    min-width: 260px !important;
    flex: 0 0 78vw !important;
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .elementor-element-e8c2e83 > .elementor-container > .elementor-column > .elementor-widget-wrap {
    height: 100% !important;
    min-height: 200px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(80, 93, 74, 0.15) !important;
    border-radius: 18px !important;
    padding: 28px 20px !important;
    box-shadow: 0 4px 16px rgba(42, 36, 33, 0.04) !important;
  }

  /* Carousel Nav (Arrows + Dots) */
  .amelie-features-carousel-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    margin-top: 14px !important;
    padding: 0 16px !important;
  }

  .features-nav-arrow {
    background: none !important;
    border: none !important;
    padding: 6px !important;
    color: #505D4A !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .features-nav-arrow:active {
    transform: scale(0.88) !important;
  }

  .features-nav-dots {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .features-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #D9D2CA !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-block !important;
  }

  .features-dot.active {
    width: 8px !important;
    height: 8px !important;
    background: #2C3328 !important;
    transform: scale(1.1) !important;
  }
}

@media (min-width: 769px) {
  .amelie-features-carousel-nav {
    display: none !important;
  }
}

/* Mobile Features / Value Propositions Horizontal Carousel */
@media (max-width: 768px) {
  body.home section.elementor-section.elementor-element-e8c2e83,
  body.home .elementor-section.elementor-element-e8c2e83,
  .elementor-element-e8c2e83 {
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.home section.elementor-section.elementor-element-e8c2e83 > .elementor-container,
  body.home .elementor-section.elementor-element-e8c2e83 > .elementor-container,
  body.home .elementor-section.elementor-element-e8c2e83 .elementor-container,
  .elementor-element-e8c2e83 > .elementor-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 10px calc((100vw - 78vw) / 2) 16px calc((100vw - 78vw) / 2) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  body.home section.elementor-section.elementor-element-e8c2e83 > .elementor-container::-webkit-scrollbar,
  body.home .elementor-section.elementor-element-e8c2e83 > .elementor-container::-webkit-scrollbar,
  .elementor-element-e8c2e83 > .elementor-container::-webkit-scrollbar {
    display: none !important;
  }

  body.home section.elementor-section.elementor-element-e8c2e83 > .elementor-container > .elementor-column,
  body.home .elementor-section.elementor-element-e8c2e83 > .elementor-container > .elementor-column,
  body.home .elementor-section.elementor-element-e8c2e83 .elementor-container > .elementor-column,
  .elementor-element-e8c2e83 > .elementor-container > .elementor-column {
    width: 78vw !important;
    max-width: 310px !important;
    min-width: 260px !important;
    flex: 0 0 78vw !important;
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  .elementor-element-e8c2e83 > .elementor-container > .elementor-column > .elementor-widget-wrap {
    height: 100% !important;
    min-height: 200px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(80, 93, 74, 0.15) !important;
    border-radius: 18px !important;
    padding: 28px 20px !important;
    box-shadow: 0 4px 16px rgba(42, 36, 33, 0.04) !important;
  }

  /* Carousel Nav (Arrows + Dots) */
  .amelie-features-carousel-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    margin-top: 14px !important;
    padding: 0 16px !important;
  }

  .features-nav-arrow {
    background: none !important;
    border: none !important;
    padding: 6px !important;
    color: #505D4A !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .features-nav-arrow:active {
    transform: scale(0.88) !important;
  }

  .features-nav-dots {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .features-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #D9D2CA !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-block !important;
  }

  .features-dot.active {
    width: 8px !important;
    height: 8px !important;
    background: #2C3328 !important;
    transform: scale(1.1) !important;
  }
}

@media (min-width: 769px) {
  .amelie-features-carousel-nav {
    display: none !important;
  }
  .elementor-section.elementor-element-e8c2e83 .elementor-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
  }
  .elementor-section.elementor-element-e8c2e83 .elementor-container > .elementor-column {
    width: calc(25% - 18px) !important;
    flex: 0 0 calc(25% - 18px) !important;
    float: none !important;
  }
}

/* Amélie Feature Cards Download Icon */
.amelie-download-icon {
  display: inline-block !important;
  width: 34px !important;
  height: 34px !important;
  background-color: #505D4A !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E") no-repeat center / contain !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E") no-repeat center / contain !important;
  vertical-align: middle !important;
}


/* ==========================================================================
   SMART IN-CART UP-SELLS & TIERED REWARD PROGRESS BAR
   ========================================================================== */

/* Cart Drawer Tiered Reward Progress Bar */
.cart-drawer-reward-bar {
  background: #FAF8F5;
  border: 1px solid rgba(80, 93, 74, 0.16);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 18px;
  transition: all 0.3s ease;
}

.cart-drawer-reward-bar.is-unlocked {
  background: #F4F7F2;
  border-color: rgba(80, 93, 74, 0.35);
}

.reward-bar-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.reward-bar-icon {
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}

.reward-bar-msg {
  font-size: 0.8rem;
  color: #4A403A;
  line-height: 1.35;
}

.reward-bar-msg strong {
  color: #505D4A;
  font-weight: 700;
}

.cart-drawer-reward-bar.is-unlocked .reward-bar-msg strong {
  color: #384233;
}

.reward-progress-track {
  width: 100%;
  height: 6px;
  background: #EAE5DE;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.reward-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #A67C46 0%, #505D4A 100%);
  border-radius: 6px;
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.cart-drawer-reward-bar.is-unlocked .reward-progress-fill {
  background: #505D4A;
}

.reward-progress-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: rewardShimmer 2.2s infinite;
}

@keyframes rewardShimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Smart In-Cart Up-sells */
.cart-drawer-upsells-wrapper {
  margin-top: 20px;
  padding: 16px 14px;
  background: #FAF8F5;
  border: 1px solid rgba(80, 93, 74, 0.14);
  border-radius: 14px;
}

.upsells-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(80, 93, 74, 0.1);
}

.upsells-sparkle {
  color: #A67C46;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.upsells-title-wrap {
  display: flex;
  flex-direction: column;
}

.upsells-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: #2A2421;
  margin: 0;
  line-height: 1.2;
}

.upsells-subtitle {
  font-size: 0.72rem;
  color: #7E7268;
  margin-top: 2px;
}

.upsells-items-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.upsell-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FFFFFF;
  border: 1px solid rgba(80, 93, 74, 0.1);
  border-radius: 10px;
  padding: 8px 10px;
  transition: all 0.2s ease;
}

.upsell-item:hover {
  border-color: rgba(80, 93, 74, 0.25);
  box-shadow: 0 2px 8px rgba(42, 36, 33, 0.04);
}

.upsell-thumb {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  background: #F4EFE6;
  flex-shrink: 0;
  display: block;
}

.upsell-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.upsell-details {
  flex: 1;
  min-width: 0;
}

.upsell-name {
  display: block;
  font-family: var(--font-serif);
  font-size: 0.92rem;
  font-weight: 600;
  color: #2A2421;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.upsell-name:hover {
  color: #A67C46;
}

.upsell-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.upsell-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  color: #505D4A;
  background: rgba(80, 93, 74, 0.08);
  padding: 1px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.upsell-price {
  font-size: 0.88rem;
  font-weight: 700;
  color: #A67C46;
}

.amelie-upsell-add-btn {
  background: #505D4A !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 20px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  padding: 6px 14px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  transition: all 0.2s ease !important;
  flex-shrink: 0 !important;
  outline: none !important;
  box-shadow: 0 2px 6px rgba(80, 93, 74, 0.2) !important;
  position: relative !important;
  min-width: 68px !important;
  height: 32px !important;
}

.amelie-upsell-add-btn:hover {
  background: #3B4537 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 10px rgba(80, 93, 74, 0.3) !important;
}

.amelie-upsell-add-btn:active {
  transform: scale(0.96) !important;
}

.amelie-upsell-add-btn.is-loading .btn-text {
  visibility: hidden;
}

.amelie-upsell-add-btn .btn-spinner {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: upsellSpin 0.6s linear infinite;
  position: absolute;
}

.amelie-upsell-add-btn.is-loading .btn-spinner {
  display: block;
}

.amelie-upsell-add-btn .btn-check {
  display: none;
}

.amelie-upsell-add-btn.is-added {
  background: #3B4537 !important;
}

.amelie-upsell-add-btn.is-added .btn-text {
  display: none;
}

.amelie-upsell-add-btn.is-added .btn-check {
  display: inline-block;
  font-weight: bold;
}

@keyframes upsellSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Cart Drawer Footer Discount Row */
.cart-drawer-subtotal-row.raw-subtotal {
  font-size: 0.95rem;
  color: #7E7268;
  margin-bottom: 4px;
}

.cart-drawer-subtotal-row.discount-row {
  font-size: 0.95rem;
  color: #505D4A;
  font-weight: 600;
  margin-bottom: 8px;
}

.cart-drawer-subtotal-row.discount-row .drawer-discount-amount {
  color: #505D4A;
  font-weight: 700;
}

/* ==========================================================================
   14. Amélie Luxury Promotional Popup Modal
   ========================================================================== */
body.amelie-popup-open {
  overflow: hidden !important;
}

#amelie-promo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

#amelie-promo-popup.is-active {
  opacity: 1;
  visibility: visible;
}

.amelie-popup-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 27, 24, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.amelie-popup-dialog {
  position: relative;
  width: 100%;
  max-width: 740px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 25px 60px -12px rgba(28, 25, 23, 0.35), 0 0 0 1px rgba(234, 228, 220, 0.8);
  overflow: hidden;
  z-index: 2;
  transform: scale(0.94) translateY(12px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

#amelie-promo-popup.is-active .amelie-popup-dialog {
  transform: scale(1) translateY(0);
}

button.amelie-popup-close,
.amelie-popup-close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(220, 214, 206, 0.9) !important;
  color: #3B4537 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 10 !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  padding: 0 !important;
  outline: none !important;
}

button.amelie-popup-close:hover,
.amelie-popup-close:hover {
  background: #505D4A !important;
  color: #FFFFFF !important;
  border-color: #505D4A !important;
  transform: rotate(90deg) !important;
}

.amelie-popup-card {
  display: flex;
  flex-direction: row;
  min-height: 420px;
  background: #FAF8F5;
}

.amelie-popup-card.no-image .amelie-popup-content {
  width: 100%;
  padding: 48px 40px;
  text-align: center;
}

.amelie-popup-media {
  width: 44%;
  position: relative;
  overflow: hidden;
  background: #F0EAE1;
  flex-shrink: 0;
}

.amelie-popup-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.amelie-popup-content {
  width: 56%;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: left;
}

.amelie-popup-badge {
  display: inline-block;
  align-self: flex-start;
  background: rgba(194, 166, 117, 0.16);
  color: #8C6A36;
  border: 1px solid rgba(194, 166, 117, 0.35);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.amelie-popup-title {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1.22;
  color: #2C2724;
  margin: 0 0 12px 0;
  letter-spacing: -0.01em;
}

.amelie-popup-desc {
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.92rem;
  line-height: 1.55;
  color: #645A52;
  margin: 0 0 24px 0;
}

.amelie-popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #505D4A !important;
  color: #FFFFFF !important;
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(80, 93, 74, 0.28);
  border: 1px solid transparent !important;
  cursor: pointer;
  text-align: center;
}

.amelie-popup-btn:hover {
  background: #3B4537 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(80, 93, 74, 0.38);
  color: #FFFFFF !important;
}

button.amelie-popup-dismiss-text,
.amelie-popup-dismiss-text {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #8C8074 !important;
  font-size: 0.82rem !important;
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif) !important;
  margin-top: 14px !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  padding: 6px 12px !important;
  transition: color 0.2s ease !important;
  align-self: center !important;
}

button.amelie-popup-dismiss-text:hover,
.amelie-popup-dismiss-text:hover {
  color: #3B4537 !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
}

/* Responsive: Mobile Stacked Layout */
@media (max-width: 680px) {
  #amelie-promo-popup {
    padding: 12px;
    align-items: center; justify-content: center;
  }

  .amelie-popup-dialog {
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 18px;
  }

  .amelie-popup-card {
    flex-direction: column;
    min-height: auto;
  }

  .amelie-popup-media {
    width: 100%;
    height: 190px;
  }

  .amelie-popup-content {
    width: 100%;
    padding: 24px 20px 20px 20px;
    text-align: center;
  }

  .amelie-popup-badge {
    align-self: center;
    margin-bottom: 10px;
  }

  .amelie-popup-title {
    font-size: 1.45rem;
    margin-bottom: 8px;
  }

  .amelie-popup-desc {
    font-size: 0.88rem;
    margin-bottom: 18px;
  }

  .amelie-popup-btn {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
  }

  button.amelie-popup-close,
  .amelie-popup-close {
    top: 10px !important;
    right: 10px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 18px !important;
  }
}


/* ==========================================================================
   16. Universal Centered Vector Cross Icons (Close & Remove Buttons)
   ========================================================================== */
.cart-drawer-close,
.amelie-drawer-remove,
.amelie-popup-close,
.mobile-menu-close,
.search-modal-close,
.search-modal-clear {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.cart-drawer-close svg,
.amelie-drawer-remove svg,
.amelie-popup-close svg,
.mobile-menu-close svg,
.search-modal-close svg,
.search-modal-clear svg,
.close-icon svg,
a.remove svg {
  display: block !important;
  margin: auto !important;
  pointer-events: none !important;
  flex-shrink: 0 !important;
  transition: transform 0.2s ease, stroke 0.2s ease !important;
}

.cart-drawer-close:hover svg,
.cart-drawer-close:active svg,
.amelie-drawer-remove:hover svg,
.amelie-drawer-remove:active svg,
.amelie-drawer-remove:focus svg,
.mobile-menu-close:hover svg,
.mobile-menu-close:active svg {
  stroke: #FFFFFF !important;
}

.amelie-popup-close:hover svg,
.amelie-popup-close:active svg {
  stroke: #A67C46 !important;
}

/* ==========================================================================
   Elementor Shape Divider Fix (Hero Section Wave-Brush Divider)
   ========================================================================== */
.elementor-shape {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.elementor-shape-bottom {
  bottom: -1px;
}

.elementor-shape-top {
  top: -1px;
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
  transform: rotate(180deg);
}

.elementor-shape svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
  height: 116px;
}

.elementor-shape .elementor-shape-fill {
  fill: #FAF8F6;
  transform-origin: center;
}

/* Section 1 Hero specific divider adjustments */
.elementor-element-c1370f4 {
  position: relative;
  overflow: hidden;
}

.elementor-element-c1370f4 .elementor-shape-bottom {
  position: absolute !important;
  bottom: -1px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 3 !important;
}

.elementor-element-c1370f4 .elementor-shape-bottom .elementor-shape-fill {
  transform: scaleX(-1);
  fill: #FAF8F6 !important;
}

/* Responsive divider heights matching Elementor layout */
@media (max-width: 1024px) {
  .elementor-element-c1370f4 .elementor-shape-bottom svg {
    height: 46px;
  }
}

@media (max-width: 767px) {
  .elementor-element-c1370f4 .elementor-shape-bottom svg {
    height: 41px;
    width: 237%;
  }
}

/* Hide empty shape divider on Section 2 if present */
.elementor-element-e8c2e83 .elementor-shape-top {
  display: none !important;
}
/* ==========================================================================
   AMÉLIE ATELIER — SINGLE PRODUCT UPSELL & COLLECTION BUNDLE SYSTEM
   ========================================================================== */

/* 1. Header Rating Snippet & Price */
.amelie-product-header-meta {
  margin: 0 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.amelie-rating-snippet {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
}

.amelie-rating-snippet .stars {
  color: #DFA026;
  font-size: 1.15rem;
  letter-spacing: 2px;
}

.amelie-rating-snippet .rating-label {
  font-size: 0.92rem;
  color: #554D46;
}

.amelie-main-price {
  font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
  font-size: 1.95rem;
  font-weight: 700;
  color: #2A2421;
  line-height: 1;
  margin-top: 4px;
}

.amelie-main-price del {
  color: #9C9187;
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 8px;
}

.amelie-main-price ins {
  text-decoration: none;
}

/* 2. Quick Feature Cards (4 Badges) */
.amelie-feature-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0 0 24px 0;
}

.amelie-feature-card {
  background: #FFFFFF;
  border: 1px solid #EBE5DF;
  border-radius: 12px;
  padding: 12px 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(42, 36, 33, 0.02);
}

.amelie-feature-card:hover {
  border-color: #505D4A;
  transform: translateY(-1px);
}

.amelie-feature-card .feature-card-icon {
  color: #38302B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.amelie-feature-card .feature-card-text {
  display: flex;
  flex-direction: column;
  font-size: 0.72rem;
  line-height: 1.25;
  color: #524841;
  text-align: center;
}

.amelie-feature-card .feature-card-text strong {
  color: #2A2421;
  font-weight: 600;
}

/* 3. "Create Your Collection" Container */
.amelie-collection-upsell-container {
  background: #FAF6F0;
  border: 1px solid #ECE4DA;
  border-radius: 18px;
  padding: 22px 20px;
  margin: 0 0 28px 0;
  box-sizing: border-box;
}

/* Header */
.upsell-container-header {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin-bottom: 18px !important;
  position: relative !important;
  padding-right: 56px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.upsell-container-header .header-left {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
}

.header-gift-badge {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #EFE7DC !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.header-gift-badge svg {
  width: 20px !important;
  height: 20px !important;
}

.header-titles {
  flex: 1 !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.header-titles .collection-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-size: clamp(1.18rem, 3.4vw, 1.55rem) !important;
  font-weight: 600 !important;
  color: #2A2421 !important;
  margin: 0 0 2px 0 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  letter-spacing: -0.015em !important;
}

.header-titles .collection-subtitle {
  font-size: clamp(0.74rem, 2vw, 0.82rem) !important;
  color: #6E635B !important;
  margin: 0 !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
}

.header-right-flourish {
  position: absolute !important;
  top: -3px !important;
  right: 0 !important;
  text-align: right !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  line-height: 0.96 !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.header-right-flourish .flourish-line,
.header-right-flourish .flourish-text {
  font-family: 'Caveat', 'Playfair Display', cursive, serif !important;
  font-size: clamp(0.76rem, 2.2vw, 0.92rem) !important;
  font-weight: 600 !important;
  color: #A85C35 !important;
  display: block !important;
  transform: rotate(-3deg) !important;
  white-space: nowrap !important;
}

.header-right-flourish .flourish-heart {
  font-size: clamp(0.85rem, 2.4vw, 1.05rem) !important;
  color: #A85C35 !important;
  display: block !important;
  transform: rotate(-3deg) !important;
  margin-top: 1px !important;
  line-height: 0.8 !important;
}

/* 4. Tier Cards */
.upsell-tiers-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.upsell-tier-card {
  background: #FFFFFF;
  border: 1px solid #E5DED5;
  border-radius: 14px;
  padding: 14px 16px;
  position: relative;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.upsell-tier-card:hover {
  border-color: #8C9985;
}

.upsell-tier-card.is-selected {
  border: 2px solid #505D4A;
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(80, 93, 74, 0.08);
}

/* Ribbons / Badges */
.tier-ribbon-badge {
  position: absolute;
  top: -11px;
  right: 16px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.tier-ribbon-badge.badge-green {
  background: #505D4A;
  color: #FFFFFF;
}

.tier-ribbon-badge.badge-terracotta {
  background: #B45D2E;
  color: #FFFFFF;
}

/* Card Main (Radio + Label + Price) */
.tier-card-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tier-radio-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

.tier-radio-input {
  display: none !important;
}

.custom-radio-circle {
  width: 20px;
  height: 20px;
  border: 2px solid #C4BCB3;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.upsell-tier-card.is-selected .custom-radio-circle {
  border-color: #505D4A;
}

.upsell-tier-card.is-selected .custom-radio-circle::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #505D4A;
  border-radius: 50%;
  display: block;
}

.tier-label-group {
  display: flex;
  flex-direction: column;
}

.tier-label-group .tier-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #2A2421;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
}

.tier-label-group .tier-subtext {
  font-size: 0.78rem;
  color: #7A6F66;
  line-height: 1.25;
}

.tier-price-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tier-price-group .tier-current-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: #B45D2E;
  line-height: 1.1;
}

.tier-price-group .tier-original-price {
  font-size: 0.78rem;
  color: #9C9187;
  text-decoration: line-through;
  line-height: 1.1;
}

/* 5. Pattern Tray */
.tier-patterns-tray {
  display: none; /* Managed by JS sync */
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #F0EAE1;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.upsell-tier-card.is-selected .tier-patterns-tray {
  display: flex;
}

.pattern-slot {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  border: 1px solid #E0D7CC;
  position: relative;
  background: #FDFBF8;
  flex-shrink: 0;
  box-sizing: border-box;
}

.pattern-slot.filled img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
  display: block;
}

.pattern-slot .slot-remove-btn {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #D5CCC1;
  color: #5A5046;
  font-size: 13px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  padding: 0;
  transition: all 0.15s ease;
}

.pattern-slot .slot-remove-btn:hover {
  background: #B45D2E;
  border-color: #B45D2E;
  color: #FFFFFF;
}

.pattern-slot-plus,
.empty-slot-plus {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  border: 1.5px dashed #C8BFB5;
  background: #FAF7F2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #7D7268;
  font-size: 1.3rem;
  font-weight: 300;
  transition: all 0.2s ease;
  flex-shrink: 0;
  box-sizing: border-box;
}

.pattern-slot-plus:hover,
.empty-slot-plus:hover {
  border-color: #505D4A;
  color: #505D4A;
  background: #F2EFE9;
}

.btn-choose-pattern {
  border: 1.5px solid #505D4A !important;
  background: #FFFFFF !important;
  color: #505D4A !important;
  border-radius: 50px !important;
  padding: 8px 18px !important;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  margin-left: 4px !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 6px rgba(80, 93, 74, 0.08) !important;
}

.btn-choose-pattern:hover,
.btn-choose-pattern:focus {
  background: #505D4A !important;
  border-color: #505D4A !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(80, 93, 74, 0.2) !important;
}

/* 6. Dual Action Buttons */
.amelie-bundle-actions {
  display: flex !important;
  gap: 12px !important;
  margin: 0 0 20px 0 !important;
  width: 100% !important;
}

.btn-bundle-buy-now,
.btn-bundle-add-to-cart {
  flex: 1 !important;
  border-radius: 50px !important;
  padding: 15px 18px !important;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif) !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
  outline: none !important;
}

.btn-bundle-buy-now {
  background: #505D4A !important;
  background-color: #505D4A !important;
  color: #FFFFFF !important;
  border: 2px solid #505D4A !important;
  box-shadow: 0 4px 16px rgba(80, 93, 74, 0.28) !important;
}

.btn-bundle-buy-now:hover,
.btn-bundle-buy-now:focus {
  background: #3E4B39 !important;
  background-color: #3E4B39 !important;
  border-color: #3E4B39 !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(80, 93, 74, 0.38) !important;
}

.btn-bundle-add-to-cart {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #505D4A !important;
  border: 2px solid #505D4A !important;
  box-shadow: 0 2px 10px rgba(80, 93, 74, 0.1) !important;
}

.btn-bundle-add-to-cart:hover,
.btn-bundle-add-to-cart:focus {
  background: #505D4A !important;
  background-color: #505D4A !important;
  border-color: #505D4A !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(80, 93, 74, 0.25) !important;
}

.btn-bundle-add-to-cart svg {
  stroke: #505D4A !important;
}

.btn-bundle-add-to-cart:hover svg,
.btn-bundle-add-to-cart:focus svg {
  stroke: #FFFFFF !important;
}

.btn-bundle-buy-now.is-loading,
.btn-bundle-add-to-cart.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

/* 7. Trust Badges Row */
.amelie-trust-badges-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid #ECE4DA;
}

.trust-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  color: #6B6058;
}

.trust-badge-item svg {
  color: #38302B;
}

.trust-badge-item span {
  font-size: 0.72rem;
  line-height: 1.25;
  color: #5A5046;
  font-weight: 500;
}

/* 8. Pattern Picker Modal */
.amelie-pattern-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.amelie-pattern-modal.is-active {
  display: flex;
}

.pattern-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 24, 20, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.pattern-modal-dialog {
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  animation: amelieModalPop 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes amelieModalPop {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.pattern-modal-header {
  padding: 20px 24px 16px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #F0EAE1;
}

.modal-header-titles .modal-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #8C9985;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

.modal-header-titles .modal-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2A2421;
  margin: 0 0 2px 0;
}

.modal-header-titles .modal-subtitle {
  font-size: 0.82rem;
  color: #7A6F66;
  margin: 0;
}

.pattern-modal-close {
  background: #FAF6F0;
  border: none;
  font-size: 24px;
  line-height: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  color: #4A4038;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.pattern-modal-close:hover {
  background: #505D4A;
  color: #FFFFFF;
}

.pattern-modal-search {
  padding: 12px 24px;
  background: #FAF7F2;
  border-bottom: 1px solid #F0EAE1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pattern-modal-search input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 0.92rem;
  color: #2A2421;
  outline: none;
}

.pattern-modal-grid {
  padding: 16px 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 52vh;
}

.modal-pattern-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #EBE5DF;
  cursor: pointer;
  transition: all 0.2s ease;
}

.modal-pattern-card:hover {
  border-color: #505D4A;
  background: #FAF8F5;
}

.modal-pattern-card.is-selected {
  border-color: #505D4A;
  background: #F4F6F3;
}

.modal-pattern-card .card-thumb {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.modal-pattern-card .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.modal-pattern-card .card-info {
  flex: 1;
  min-width: 0;
}

.modal-pattern-card .card-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: #2A2421;
  margin: 0 0 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-pattern-card .card-price {
  font-size: 0.84rem;
  color: #B45D2E;
  font-weight: 700;
}

.modal-pattern-card .btn-select-pattern {
  border: 1px solid #505D4A;
  background: transparent;
  color: #505D4A;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
}

.modal-pattern-card .btn-select-pattern.selected {
  background: #505D4A;
  color: #FFFFFF;
}

/* 9. Mobile Responsive Adaptations */
@media (max-width: 480px) {
  .amelie-collection-upsell-container {
    padding: 18px 14px;
  }
  
  .upsell-container-header {
    flex-direction: row;
    align-items: center;
  }

  .header-right-flourish .flourish-text {
    font-size: 1.15rem;
  }

  .tier-patterns-tray {
    gap: 6px;
  }

  .pattern-slot,
  .pattern-slot-plus,
  .empty-slot-plus {
    width: 48px;
    height: 48px;
  }

  .btn-choose-pattern {
    padding: 6px 14px !important;
    font-size: 0.78rem !important;
    border-radius: 50px !important;
  }

  .amelie-bundle-actions {
    flex-direction: row !important;
    gap: 8px !important;
  }

  .btn-bundle-buy-now,
  .btn-bundle-add-to-cart {
    padding: 13px 10px !important;
    font-size: 0.85rem !important;
    border-radius: 50px !important;
  }

  .trust-badge-item span {
    font-size: 0.68rem;
  }
}

/* ==========================================================================
   Amélie Atelier Luxury Language Switcher (EN | FR)
   ========================================================================== */
.amelie-lang-switcher {
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
  background: #FDFBF8 !important;
  border: 1px solid rgba(104, 74, 51, 0.2) !important;
  padding: 3px 9px !important;
  border-radius: 20px !important;
  margin-right: 6px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  transition: all 0.25s ease !important;
  vertical-align: middle !important;
}

.amelie-lang-switcher:hover {
  background: #FFFFFF !important;
  border-color: rgba(104, 74, 51, 0.4) !important;
  box-shadow: 0 2px 8px rgba(104, 74, 51, 0.08) !important;
}

.amelie-lang-switcher .lang-option {
  color: #8C7E72 !important;
  text-decoration: none !important;
  padding: 1px 3px !important;
  line-height: 1 !important;
  transition: color 0.2s ease, font-weight 0.2s ease !important;
  cursor: pointer !important;
}

.amelie-lang-switcher .lang-option:hover {
  color: #364835 !important;
}

.amelie-lang-switcher .lang-option.is-active {
  color: #364835 !important;
  font-weight: 700 !important;
}

.amelie-lang-switcher .lang-divider {
  color: #D5C7B7 !important;
  font-weight: 300 !important;
  user-select: none !important;
  font-size: 10px !important;
  line-height: 1 !important;
}

@media (max-width: 768px) {
  .amelie-lang-switcher {
    padding: 2px 7px !important;
    font-size: 10px !important;
    margin-right: 2px !important;
  }
}

/* Hide TranslatePress default floating widget (replaced by luxury header switcher) */
.trp-language-switcher-container,
#trp-floater-ls,
.trp-floating-language-switcher,
.trp-floating-switcher,
.trp-language-switcher.trp-floating-switcher {
  display: none !important;
}

/* ==========================================================================
   TRANSLATEPRESS FRENCH PSEUDO-ELEMENT CONTENT OVERRIDES
   ========================================================================== */
html[lang="fr-FR"] .woocommerce-products-header::after,
body.translatepress-fr_FR .woocommerce-products-header::after {
  content: "Téléchargements PDF immédiats avec photos détaillées, fournitures requises et diagrammes complets." !important;
}

html[lang="fr-FR"] .woocommerce ul.products li.product::before,
body.translatepress-fr_FR .woocommerce ul.products li.product::before {
  content: "Téléchargement PDF Immédiat" !important;
}

@media (max-width: 768px) {
  html[lang="fr-FR"] .woocommerce ul.products li.product::before,
  body.translatepress-fr_FR .woocommerce ul.products li.product::before {
    content: "PDF Immédiat" !important;
  }
}

html[lang="fr-FR"] .woocommerce-cart h1.entry-title::after,
body.translatepress-fr_FR .woocommerce-cart h1.entry-title::after {
  content: "Téléchargement PDF Immédiat • Accès Numérique 24/7" !important;
}

html[lang="fr-FR"] .woocommerce-checkout h1.entry-title::after,
body.translatepress-fr_FR .woocommerce-checkout h1.entry-title::after {
  content: "Paiement Sécurisé SSL 256 Bits • Téléchargement PDF Numérique Immédiat" !important;
}

html[lang="fr-FR"] .woocommerce-order-received h1.entry-title::after,
body.translatepress-fr_FR .woocommerce-order-received h1.entry-title::after {
  content: "Merci Pour Votre Commande • Vos Patrons Numériques Sont Prêts Ci-Dessous" !important;
}
