/*
Theme Name: Grimoire Art Luxury Edition
Theme URI: https://grimoireart.com
Author: Grimoire Art Atelier
Author URI: https://grimoireart.com
Description: Museum-grade archival POD & bespoke luxury art heritage theme for WordPress & WooCommerce.
Version: 4.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grimoire-art
Tags: luxury, art, e-commerce, woocommerce, responsive-layout, custom-header, custom-menu, featured-images
*/

html, body { overflow-x: hidden !important; width: 100% !important; max-width: 100% !important; }
.search-bar .close-search-icon {
  display: none !important;
}
.search-wrapper.active .search-bar .close-search-icon {
  display: flex !important;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--bg-color);
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

/* ==========================================================================
   CIRCULAR TEXT BADGE (STARBURST)
   ========================================================================== */
.circular-badge {
  margin: 0 auto 30px;
  width: 140px;
  height: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb-starburst {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateText 35s linear infinite reverse;
}
.cb-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb-text-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 15s linear infinite;
}
.cb-text-svg text {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  fill: #DFCA80 !important;
  text-transform: uppercase;
}
.cb-icon {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   1. Base Styles & Variables
   ========================================================================== */
:root {
  --color-warm-alabaster: #FAF8F5;
  --color-delft-blue: #1D335E;
  --color-russet-spice: #B88E56;
  --color-antique-gold: #B88E56;
  --color-heritage-gold: #DFCA80;
  --bg-color: #FAF8F5;
  --bg-cream: #FAF8F5;
  --text-color: #1D335E;
  --card-bg: #FFFFFF;
  --accent-color: #eae3d3;
  --accent-taupe: #eae3d3;
  --accent-ochre: #DFCA80;
  --natural-oak: #C8A27A;
  --botanical-sage: #5B6E5D;
  --warm-terracotta: #B88E56;
  --amber-gold: #C4823F;
  --divider-color: #e0d8c8;
  --divider-gray: #e0d8c8;
  --font-serif: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --font-sans: "Plus Jakarta Sans", "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: "Cinzel", "Playfair Display", Georgia, serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: var(--font-sans);
  background-color: var(--color-warm-alabaster);
  color: var(--color-delft-blue);
  line-height: 1.6;
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
  overflow-x: clip;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elegant-title {
  font-family: var(--font-serif);
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ==========================================================================
   SCROLL REVEAL (APPEAR WHEN SCROLL ANIMATIONS)
   ========================================================================== */
.reveal-on-scroll,
.reveal-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  /* Transition delay is handled dynamically by JS for perfect staggering */
}

.reveal-on-scroll.is-visible,
.reveal-up.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.hero-section .reveal-on-scroll,
.hero-section .reveal-up {
  opacity: 1 !important;
  transform: none !important;
}

/* ==========================================================================
   2. Announcement Bar
   ========================================================================== */
.announcement-bar {
  background-color: #1D335E !important;
  color: #FAF8F5 !important;
  text-align: center;
  padding: 10px 15px;
  font-size: 13.5px;
  font-weight: 600;
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  letter-spacing: -0.1px;
}

/* ==========================================================================
   3. Header (Redesigned)
   ========================================================================== */
.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 40px !important;
  background-color: var(--bg-color);
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.main-navigation {
  justify-self: start;
}
.logo {
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1D335E !important;
  justify-self: center;
  text-align: center;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  margin: 0 15px;
}
.logo-reg {
  font-size: 11px;
  font-weight: 700;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.logo sup {
  font-size: 14px;
  top: -0.5em;
  position: relative;
}

/* Header Right */
.header-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
}
.search-bar {
  display: flex;
  align-items: center;
  background: #e7e2d6; /* Matching the pill background */
  border-radius: 30px;
  padding: 8px 14px;
  width: 210px;
  gap: 8px;
}
.search-bar input {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
  font-family: var(--font-sans);
  flex: 1;
  font-size: 15px;
}
.search-bar button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
}
.icon-link {
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.cart-badge-count {
  position: absolute;
  top: -6px;
  right: -9px;
  background: #B88E56;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Navigation Basics */
.nav-list {
  display: flex;
  gap: 6px;
  list-style: none;
  align-items: center;
  flex-wrap: nowrap;
}
.nav-item {
  padding: 10px 0;
  white-space: nowrap;
}

.nav-link {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #1D335E;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 25px;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav-link svg {
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav-link:hover,
.has-mega-menu:hover > .nav-link,
.has-dropdown:hover > .nav-link {
  background-color: #1D335E;
  color: #FAF8F5;
}
.has-mega-menu:hover > .nav-link svg,
.has-dropdown:hover > .nav-link svg {
  transform: rotate(180deg);
}

/* Mega Menu Dropdown */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #FAF8F5 !important;
  border-top: 1px solid rgba(29, 51, 94, 0.08);
  border-bottom: 1px solid rgba(29, 51, 94, 0.12);
  box-shadow: 0 20px 40px -10px rgba(29, 51, 94, 0.08);

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1),
              transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
              visibility 0.35s ease;
  z-index: 999;
}
.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ==========================================================================
   5. Hero Section
   ========================================================================== */
.hero-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 40px;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .hero-section {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.hero-text-center {
  text-align: center;
  max-width: 900px;
  margin: 40px auto 35px;
  padding: 0 20px;
}
.elegant-title {
  font-family: var(--font-serif);
  font-size: 72px;
  font-weight: 700;
  line-height: 1.15;
  color: #111;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 24px;
  margin-bottom: 20px;
}
.title-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.inline-frame-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  background: #ffffff;
  border: 1.5px solid #ded6cb;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.inline-frame-wrap:hover {
  transform: scale(1.08) translateY(-2px);
}
.inline-frame-wrap img.inline-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}
.hero-desc {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  max-width: 480px;
  margin: 0 auto 28px auto;
}
/* ==========================================================================
   Hero CTA Buttons (Explore The Art Archive & Curate Your Sanctuary)
   ========================================================================== */
.hero-cta-group {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  margin: 0 auto !important;
}

/* Primary Button: Explore The Art Archive */
.hero-btn-explore {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border: 1.5px solid #1D335E !important;
  text-decoration: none !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 8px 0 24px !important;
  border-radius: 35px !important;
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  gap: 16px !important;
  box-shadow: 0 6px 18px rgba(29, 51, 94, 0.22) !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Kill sweeping white pseudo-elements on hero buttons */
.hero-btn-explore::before,
.hero-btn-explore::after,
.hero-btn-secondary::before,
.hero-btn-secondary::after {
  display: none !important;
  content: none !important;
}

.hero-btn-explore .btn-arrow-circle {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  border-radius: 50% !important;
  aspect-ratio: 1 / 1 !important;
  flex-shrink: 0 !important;
  background: #FAF8F5 !important;
  color: #1D335E !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Primary Button Hover State: Shop Art Luxury Inversion */
.hero-btn-explore:hover {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border-color: #1D335E !important;
  box-shadow: 0 10px 26px rgba(29, 51, 94, 0.32) !important;
  transform: translateY(-2px) !important;
}

.hero-btn-explore:hover .btn-arrow-circle {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  transform: translateX(3px) !important;
}

.hero-btn-explore:active {
  transform: translateY(0) scale(0.98) !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.2) !important;
}

/* Secondary Button: Curate Your Sanctuary */
.hero-btn-secondary,
.btn-secondary.hero-btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  color: #1D335E !important;
  border: 1.5px solid #1D335E !important;
  text-decoration: none !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 26px !important;
  border-radius: 35px !important;
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  box-shadow: 0 2px 10px rgba(29, 51, 94, 0.08) !important;
  cursor: pointer !important;
  position: relative !important;
  box-sizing: border-box !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Secondary Button Hover State */
.hero-btn-secondary:hover,
.btn-secondary.hero-btn-secondary:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  box-shadow: 0 10px 26px rgba(29, 51, 94, 0.25) !important;
  transform: translateY(-2px) !important;
}

.hero-btn-secondary:active,
.btn-secondary.hero-btn-secondary:active {
  transform: translateY(0) scale(0.98) !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.15) !important;
}

.hero-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 52vh;
  min-height: 420px;
  max-height: 520px;
  box-shadow: 0 12px 36px rgba(29, 51, 94, 0.12);
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}
.hero-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image-text {
  position: absolute;
  bottom: 85px;
  left: 40px;
  right: 420px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: #fff;
  z-index: 20;
  pointer-events: none;
}
.hero-image-text h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}
.btn-floating {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
}

/* ==========================================================================
   6. Hot This Week (Products)
   ========================================================================== */
.hot-this-week {
  padding: 45px 40px;
  max-width: 1440px;
  margin: 0 auto;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.section-header h2 {
  font-size: 42px;
}
.header-tags .tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
}
.header-tags .tag.active {
  background: #e6dfd1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.product-grid.hidden-tab,
.hidden-tab {
  display: none !important;
}
.product-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: left;
  min-width: 0;
}
.product-card:hover {
  transform: none;
  box-shadow: none;
}

.product-image img.secondary-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}
.product-card:hover img.secondary-img {
  opacity: 1;
  transform: scale(1.05);
}
.product-card:hover img.primary-img {
  opacity: 0;
}

.badge.new {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #507b5a;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  z-index: 2;
}

/* Product Title Hover Underline */
.product-info .product-title {
  position: relative;
  display: inline-block;
}
.product-title::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-card:hover .product-title::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Product Card Hover Action (Choose Options Pill Button Slide-up) */
.product-hover-actions {
  position: absolute !important;
  bottom: 14px !important;
  left: 14px !important;
  right: 14px !important;
  top: auto !important;
  z-index: 10 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: opacity 0.4s ease !important;
}

.product-card:hover .product-hover-actions {
  opacity: 1 !important;
  pointer-events: all !important;
}

.btn-choose-options {
  position: absolute !important;
  bottom: 20px !important;
  left: 20px !important;
  right: 20px !important;
  margin: 0 !important;
  transform: translateY(15px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  width: auto !important;
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  font-family: var(--font-sans);
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.product-card:hover .btn-choose-options {
  transform: translateY(0) !important;
}

.btn-choose-options .cart-icon-svg {
  display: none;
}
.btn-choose-options .btn-text {
  display: inline;
}

/* ==========================================================================
   7. Our Collections (Sticky Collection - Desktop)
   ========================================================================== */
/* ==========================================================================
   7. Our Collections (Sticky Collection - Desktop: Balanced Luxury Proportions)
   ========================================================================== */
.our-collections {
  background-color: #1D335E !important; /* Delft Royal Navy */
  margin: 40px auto !important;
  border-radius: 20px;
  padding: 48px 4vw !important; /* Spacious, optimized for large imagery */
  max-width: 1520px !important;
  box-shadow: 0 16px 48px rgba(29, 51, 94, 0.18);
}

.collections-container {
  display: flex;
  align-items: stretch;
  gap: 48px; /* Compact elegant gap */
  width: 100%;
  margin: 0 auto;
}

.collections-text {
  flex: 0 0 380px; /* Fixed elegant width for text so images expand */
  max-width: 400px;
  min-width: 0;
  position: relative;
}

.sticky-text-wrapper {
  position: sticky;
  top: 25vh;
  transform: none !important;
}

.sticky-text-wrapper .subtitle {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 28px;
  color: #B88E56;
  text-transform: uppercase;
}

#collection-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

#collection-links li {
  font-size: clamp(32px, 3.2vw, 48px); /* 44-48px Luxury Museum Typography */
  font-family: var(--font-serif);
  color: rgba(250, 248, 245, 0.45);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 1.2;
  width: fit-content;
  position: relative;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
}

#collection-links li:hover {
  color: rgba(250, 248, 245, 0.85);
}

#collection-links li sup {
  font-size: clamp(14px, 1.3vw, 18px);
  color: inherit;
  opacity: 0.5;
  margin-left: 8px;
  margin-top: 3px;
}

#collection-links li.active {
  color: #FAF8F5; /* Warm Alabaster */
  border-bottom: 2px solid #B88E56; /* Heritage Antique Gold underline */
  transform: none;
}

#collection-links li.active sup {
  color: #B88E56;
  opacity: 1;
}

.col-card-title {
  display: none;
}

.collections-images {
  flex: 1; /* Images take all remaining space */
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12vh;
  padding: 0;
}

.col-image-block {
  width: 100%;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.col-image-block:hover {
  transform: translateY(-6px);
}

.col-image-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* ==========================================================================
   8. Advanced Menu Variants (Shopify Luxury Navigation Standards - High Legibility)
   ========================================================================== */
.col-title,
.mega-menu .col-title,
.mega-column .col-title {
  font-family: var(--font-serif) !important;
  font-size: 22px !important; /* Enhanced from 19px for prominent hierarchy */
  margin-bottom: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: #1D335E !important;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #B88E56; /* Heritage Antique Gold */
  transition: width 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.mega-column:hover .col-title::after {
  width: 60px;
}

.mega-menu ul,
.mega-column ul,
.text-links ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.text-links ul li {
  list-style: none !important;
  margin-bottom: 16px; /* Roomy, luxurious line spacing */
}

.text-links a {
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 16.5px; /* Enhanced from 14.5px - crisp, clear and legible */
  font-weight: 550; /* Sturdier stroke weight */
  color: #1D335E; /* Deep Royal Navy contrast against warm alabaster */
  letter-spacing: 0.015em;
  padding: 4px 0;
  transform: translateX(0);
  transition: color 0.25s cubic-bezier(0.25, 1, 0.5, 1),
              transform 0.25s cubic-bezier(0.25, 1, 0.5, 1),
              opacity 0.25s ease;
}

.text-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #B88E56; /* Gold hover indicator */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.text-links a:hover {
  color: #B88E56;
  transform: translateX(6px);
}

.text-links a:hover::after {
  transform: scaleX(1);
}

/* Gentle sibling focus dimming - comfortable on the eyes */
.text-links ul:hover li a {
  opacity: 0.72; /* Subtle rather than harsh 0.45 dimming */
}
.text-links ul:hover li a:hover {
  opacity: 1;
}

.shop-art-menu,
.merch-menu,
.collections-menu {
  display: grid !important;
  grid-template-columns: 1.1fr 1.1fr auto !important;
  gap: 48px !important;
  align-items: stretch !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  padding: 36px 60px !important;
}

.promo-cards {
  display: flex !important;
  gap: 24px !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 100% !important;
  justify-content: flex-end !important;
  align-items: stretch !important;
}

.nav-promo-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 245px;
  height: 315px;
  box-shadow: 0 10px 30px rgba(29, 51, 94, 0.12);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
              box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.nav-promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(29, 51, 94, 0.22);
}

.nav-promo-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}

.nav-promo-card:hover img {
  transform: scale(1.08);
  filter: brightness(1.04);
}

.nav-promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(29, 51, 94, 0.12) 0%,
    rgba(0, 0, 0, 0) 35%,
    rgba(29, 51, 94, 0.88) 100%
  );
  pointer-events: none;
  z-index: 1;
  transition: background 0.4s ease;
}

.nav-promo-card:hover::after {
  background: linear-gradient(
    180deg,
    rgba(29, 51, 94, 0.08) 0%,
    rgba(0, 0, 0, 0) 30%,
    rgba(29, 51, 94, 0.94) 100%
  );
}

.nav-promo-card .badge,
.promo-cards .nav-promo-card .badge {
  position: absolute !important;
  z-index: 10 !important;
  top: 14px !important;
  left: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  background: rgba(250, 248, 245, 0.3) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  color: #FFFFFF !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  font-family: var(--font-sans) !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  line-height: normal !important;
  display: inline-block !important;
}

.nav-promo-info {
  position: absolute;
  z-index: 10;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nav-promo-info h4,
.nav-promo-card h4 {
  position: static;
  margin: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-family: var(--font-serif);
  line-height: 1.25;
  font-weight: 600;
  max-width: none;
  flex: 1;
  min-width: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.nav-promo-info .icon-btn,
.nav-promo-card .icon-btn {
  position: static;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #FFFFFF;
  color: #1D335E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
              background-color 0.3s ease,
              color 0.3s ease,
              box-shadow 0.3s ease;
}

.nav-promo-card:hover .icon-btn {
  background: #1D335E;
  color: #FFFFFF;
  transform: translateX(3px) scale(1.08);
  box-shadow: 0 6px 16px rgba(29, 51, 94, 0.35);
}

/* Pages Menu (The Archive Mega Menu) */
.pages-menu {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 60px !important;
  padding: 40px 60px !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}
.pages-title {
  flex: 0 0 300px !important;
  max-width: 300px !important;
  width: 300px !important;
}
.pages-title h2 {
  font-family: var(--font-serif) !important;
  font-size: 32px !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  color: #1D335E !important;
  font-weight: 600 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
.pages-cards {
  display: flex !important;
  gap: 30px !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex: 1 !important;
}
.page-card {
  position: relative !important;
  text-align: left !important;
  color: #1D335E !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 240px !important;
  max-width: 240px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border-radius: 14px !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.page-card:hover {
  transform: translateY(-4px) !important;
}
.page-card img {
  width: 100% !important;
  aspect-ratio: 4 / 4.8 !important;
  height: 270px !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  margin-bottom: 0 !important;
  box-shadow: 0 8px 24px rgba(29, 51, 94, 0.1) !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease !important;
  display: block !important;
}
.page-card:hover img {
  transform: scale(1.04) !important;
  box-shadow: 0 14px 32px rgba(29, 51, 94, 0.18) !important;
}
.page-card-footer {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 14px 2px 0 2px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background: transparent !important;
  margin-top: 0 !important;
}
.page-card p,
.page-card-footer p {
  font-family: var(--font-serif) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #1D335E !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  display: flex !important;
  align-items: center !important;
  transition: color 0.3s ease !important;
}
.page-card:hover p,
.page-card-footer:hover p {
  color: #B88E56 !important;
}
.page-card .icon-circle,
.page-card-footer .icon-circle {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border-radius: 50% !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 8px rgba(29, 51, 94, 0.22) !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.page-card .icon-circle svg,
.page-card-footer .icon-circle svg {
  width: 14px !important;
  height: 14px !important;
  stroke: #FAF8F5 !important;
  fill: none !important;
  stroke-width: 2.2 !important;
  transition: transform 0.3s ease !important;
}
.page-card:hover .icon-circle,
.page-card-footer:hover .icon-circle {
  background: #152544 !important;
  color: #FFFFFF !important;
  transform: translateX(4px) scale(1.08) !important;
  box-shadow: 0 6px 18px rgba(29, 51, 94, 0.35) !important;
}
.page-card:hover .icon-circle svg,
.page-card-footer:hover .icon-circle svg {
  stroke: #FFFFFF !important;
  transform: translateX(1px) !important;
}

/* Simple Dropdown & Dropdown Menu (Strict Luxury Heritage) */
.has-dropdown {
  position: relative !important;
}
.simple-dropdown,
.dropdown-menu {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  background: #FAF8F5 !important;
  min-width: 270px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(29, 51, 94, 0.12) !important;
  box-shadow: 0 16px 36px rgba(29, 51, 94, 0.12) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(10px) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  z-index: 1000 !important;
  padding: 12px 0 !important;
  pointer-events: none !important;
}
.has-dropdown:hover .simple-dropdown,
.has-dropdown:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}
.simple-dropdown ul,
.dropdown-menu ul,
.dropdown-list {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.simple-dropdown li,
.dropdown-menu li,
.dropdown-list li {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.simple-dropdown li a,
.dropdown-menu li a,
.dropdown-list li a {
  display: block !important;
  padding: 10px 24px !important;
  font-family: var(--font-sans) !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  color: #1D335E !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  white-space: nowrap !important;
}
.simple-dropdown li a:hover,
.dropdown-menu li a:hover,
.dropdown-list li a:hover {
  background: rgba(29, 51, 94, 0.05) !important;
  color: #B88E56 !important;
  padding-left: 28px !important;
}
.simple-dropdown li a:hover {
  background: transparent !important;
  color: #1D335E;
}

/* Shop Menu Specifics */
.shop-menu {
  display: grid;
  grid-template-columns: 280px 550px 1fr;
  gap: 60px;
  align-items: stretch;
  padding: 50px 40px;
}
.text-links-large {
  border-right: 1px solid #e5e5e5;
  padding-right: 40px;
  height: 100%;
}
.text-links-large ul {
  list-style: none;
  padding-top: 10px;
}
.text-links-large li {
  margin-bottom: 35px;
}

.text-links-large a {
  font-family: var(--font-serif);
  font-size: 28px;
  color: #000;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.text-links-large a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 2px; /* Adjust depending on font baseline */
  left: 0;
  background-color: #000;
  transform-origin: right; /* Grows from right to left */
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.text-links-large a:hover::after {
  transform: scaleX(1);
  transform-origin: right;
}
.text-links-large a:hover {
  color: #000;
}

.visual-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 50px;
  padding-top: 10px;
}
.visual-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.visual-link .img-wrap {
  width: 48px;
  height: 60px;
  background: #fff;
  border: none;
  padding: 0;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.visual-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.visual-link:hover img {
  transform: scale(1.15);
}

.shop-promo-card {
  position: relative;
  height: 300px;
  border-radius: 16px;
  padding: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.shop-promo-card .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://images.unsplash.com/photo-1586023492125-27b2c045efd7?auto=format&fit=crop&q=80&w=800&h=400");
  background-size: cover;
  background-position: center;
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
}
.shop-promo-card:hover .bg-image {
  transform: scale(1.05); /* Zoom in effect */
}
.shop-promo-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.shop-promo-card .promo-content {
  position: relative;
  z-index: 2;
}
.shop-promo-card .subtitle {
  font-size: 11px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: none;
}
.shop-promo-card h3 {
  font-family: var(--font-serif);
  font-size: 42px;
  margin-bottom: 30px;
  line-height: 1.1;
  font-weight: 400;
}

.arrow-circle {
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.text-links-large a.active::after {
  transform: scaleX(1);
  transform-origin: right;
}

.text-links-large a {
  transition:
    opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.4s ease-out;
}

/* Cart Drawer */
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.cart-drawer {
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: fixed;
  top: 0;
  right: -450px;
  width: 420px;
  max-width: 100vw;
  height: 100%;
  background: #FAF8F5;
  z-index: 2001;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Prevent overflowing viewport */
}
.cart-drawer.open {
  right: 0;
}
.cart-overlay.open {
  opacity: 1;
  visibility: visible;
}
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-header h2 {
  font-family: var(--font-serif);
  font-size: 28px;
}
.close-cart {
  background: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.close-cart:hover {
  transform: rotate(90deg);
}
.cart-body {
  padding: 40px;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 1536px;
  margin: 0 auto;
} /* Removed display:flex center which breaks scrolling */
.cart-body.empty-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.empty-cart-msg {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

/* ==========================================================================
   PREMIUM UNIFIED DROPDOWN EFFECTS
   ========================================================================== */

/* 1. Universal Mega Menu Inner Spacing & Alignment */
.mega-menu-inner {
  padding: 36px 60px;
}
.collections-menu,
.pages-menu {
  align-items: stretch !important;
}

/* ==========================================================================
   WHY CHOOSE US
   ========================================================================== */
.why-choose-us {
  padding: 45px 40px;
  background: #FAF8F5;
}
.text-center {
  text-align: center;
}
.section-title {
  font-family: var(--font-serif);
  font-size: 42px;
  margin-bottom: 60px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-max-width: 100%;
  margin: 0 auto;
}

/* ==========================================================================
   IN EVERY ROOM SECTION
   ========================================================================== */
.in-every-room {
  padding: 85px 0 60px;
}

.ier-header {
  position: relative;
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

/* Floating Badges */
.floating-badges {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 10;
}

.floating-badges .badge {
  position: absolute;
  color: #000;

  /* Typography matching the screenshot (Serif, title case) */
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  text-transform: none; /* No more uppercase */
  letter-spacing: 1px;

  display: flex;
  align-items: center;
  justify-content: center;

  /* REMOVE SHADOW */
  box-shadow: none !important;

  transition: transform 0.4s ease;
}

/* Objects: Peach Starburst */
.float-objects {
  top: 60px;
  left: -6%;
  width: 95px;
  height: 95px;
  font-size: 13.5px !important;
  /* Using the exact SVG path from the Grimoire template for the starburst shape */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M 98.0,50.0 L 93.8,53.8 L 97.3,58.3 L 92.5,61.4 L 95.1,66.4 L 89.9,68.6 L 91.6,74.0 L 86.0,75.2 L 86.8,80.9 L 81.1,81.1 L 80.9,86.8 L 75.2,86.0 L 74.0,91.6 L 68.6,89.9 L 66.4,95.1 L 61.4,92.5 L 58.3,97.3 L 53.8,93.8 L 50.0,98.0 L 46.2,93.8 L 41.7,97.3 L 38.6,92.5 L 33.6,95.1 L 31.4,89.9 L 26.0,91.6 L 24.8,86.0 L 19.1,86.8 L 18.9,81.1 L 13.2,80.9 L 14.0,75.2 L 8.4,74.0 L 10.1,68.6 L 4.9,66.4 L 7.5,61.4 L 2.7,58.3 L 6.2,53.8 L 2.0,50.0 L 6.2,46.2 L 2.7,41.7 L 7.5,38.6 L 4.9,33.6 L 10.1,31.4 L 8.4,26.0 L 14.0,24.8 L 13.2,19.1 L 18.9,18.9 L 19.1,13.2 L 24.8,14.0 L 26.0,8.4 L 31.4,10.1 L 33.6,4.9 L 38.6,7.5 L 41.7,2.7 L 46.2,6.2 L 50.0,2.0 L 53.8,6.2 L 58.3,2.7 L 61.4,7.5 L 66.4,4.9 L 68.6,10.1 L 74.0,8.4 L 75.2,14.0 L 80.9,13.2 L 81.1,18.9 L 86.8,19.1 L 86.0,24.8 L 91.6,26.0 L 89.9,31.4 L 95.1,33.6 L 92.5,38.6 L 97.3,41.7 L 93.8,46.2 Z" fill="%23dfa67b"/></svg>')
    no-repeat center center;
  background-size: contain;
  --rot: -30deg;
  animation: float-badge 4s ease-in-out infinite;
}

/* Digital: Yellow Circle */
.float-digital {
  top: 10px;
  right: 2%;
  width: 85px;
  height: 85px;
  font-size: 12px !important;
  line-height: 1.15 !important;
  text-align: center !important;
  padding: 6px !important;
  background: #DFCA80;
  color: #1D335E;
  border-radius: 50%;
  --rot: -20deg;
  animation: float-badge 5s ease-in-out infinite 1s;
}

/* Arts: Delft Navy Pill */
.float-arts {
  top: 250px; /* Lowered down per user request */
  right: 0%;
  padding: 18px 36px;
  background: #1D335E;
  color: #FAF8F5;
  border-radius: 60px;
  --rot: 15deg;
  animation: float-badge 6s ease-in-out infinite 0.5s;
}

/* Organic, hand-crafted blob shapes for each badge */

@keyframes float-badge {
  0% {
    transform: rotate(var(--rot)) translateY(0px);
  }
  50% {
    transform: rotate(var(--rot)) translateY(-15px);
  }
  100% {
    transform: rotate(var(--rot)) translateY(0px);
  }
}

/* Header Typography (Refined Contrast & Spacing) */
.ier-header .subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #B88E56; /* Heritage Antique Gold */
  text-transform: uppercase;
  margin-bottom: 18px;
}
.ier-header .section-title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 4.5vw, 56px);
  line-height: 1.15;
  margin-bottom: 22px;
  color: #1D335E; /* Delft Royal Navy */
  font-weight: 700;
}
.ier-header .desc {
  font-size: 18.5px;
  color: #4A5873; /* Crisp legible Slate Indigo Dust */
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto 32px;
}

/* Masonry Layout */
.ier-masonry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 0 40px;
  max-width: 1440px;
  margin: 0 auto;
}
.ier-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
/* The second column has inline style padding-top: 100px; which offsets it beautifully! */

/* Items */
.ier-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #e5e0d8;
  cursor: pointer;
}
.ier-item .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.ier-item:hover .main-img {
  transform: scale(1.05);
}

.ier-item.tall {
  aspect-ratio: 3/4;
}
.ier-item.short {
  aspect-ratio: 4/3;
}

/* Shop Tag (Always Visible - Frosted Glass Luxury Pill) */
.shop-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 12px 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.shop-tag:hover {
  background: rgba(255, 255, 255, 0.26) !important;
  border-color: rgba(255, 255, 255, 0.65);
}

.ier-item:hover .shop-tag {
  opacity: 1;
  transform: translateY(0);
}

.shop-tag .thumb {
  width: 48px;
  height: 48px;
  padding: 3px;
  background: #fff;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  flex-shrink: 0;
}

.shop-tag .tag-info {
  flex: 1;
  min-width: 0;
}

.shop-tag .tag-info h4 {
  margin: 0 0 3px 0;
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}

.shop-tag .tag-info p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-shop-white {
  background: #ffffff !important; /* Pure luxury white pill */
  color: #111111 !important;
  border: none !important;
  padding: 8px 22px !important;
  border-radius: 30px !important;
  font-family: var(--font-sans), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
  transition: all 0.3s ease !important;
}

.btn-shop-white:hover {
  background: #f7f4ee !important;
  color: #000000 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22) !important;
}
/* --- End In Every Room --- */


/* ==========================================================================
   RESTORED DESKTOP CORE SECTIONS (STYLE IT YOUR WAY, TIMELESS ART, BUNDLE & SAVE, TRUST FEATURES)
   ========================================================================== */
/* ==========================================================================
   MARQUEE
   ========================================================================== */
.marquee-strip {
  background: #1D335E;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(223, 202, 128, 0.25);
  border-bottom: 1px solid rgba(223, 202, 128, 0.25);
}
.marquee-content {
  display: inline-block;
  animation: marquee 60s linear infinite;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.marquee-content span {
  margin: 0 40px;
}

/* ==========================================================================
   STYLE IT YOUR WAY
   ========================================================================== */
.style-it-your-way {
  padding: 50px 40px 25px 40px;
  background: transparent !important;
  max-width: 1440px;
  margin: 0 auto;
}
.siyw-header {
  margin-bottom: 35px;
  text-align: center;
}
.siyw-header .subtitle {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #555;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.siyw-header .section-title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.18;
  color: #1D335E;
  margin: 0;
}
.accordion-container {
  max-width: 1200px;
  margin: 0 auto;
}
.acc-item {
  background: transparent !important;
  margin-bottom: 18px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1.5px solid rgba(29, 51, 94, 0.12) !important;
}
.acc-item:hover {
  border-color: rgba(184, 142, 86, 0.45) !important;
}
.acc-item.active {
  background: #FFFFFF !important;
  border: 1.5px solid rgba(223, 202, 128, 0.5) !important;
  box-shadow: 0 8px 30px rgba(29, 51, 94, 0.06) !important;
}
.acc-header {
  padding: 20px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.acc-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.acc-num {
  background: #1D335E;
  color: #FAF8F5;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.acc-title h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #000;
}
.acc-badges {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.acc-badges span {
  font-size: 11.5px;
  font-weight: 600;
  color: #333;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 12px;
  border-radius: 20px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.acc-content {
  display: none;
  padding: 10px 28px 30px;
}
.acc-item.active .acc-content {
  display: block;
}
.acc-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px;
}
.acc-product-grid .product-card {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  text-align: left;
}
.acc-product-grid .product-card .product-image,
.acc-product-grid .product-image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  margin-bottom: 16px !important;
  background: #FAF8F5 !important;
  display: block !important;
  padding: 0 !important;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.06) !important;
}
.acc-product-grid .product-card .product-image img,
.acc-product-grid .product-image img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: none !important;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1) !important;
  display: block !important;
}
.acc-product-grid .product-card:hover .product-image img {
  transform: scale(1.05) !important;
}
/* Badge (LumoCAD Organic Pill - Delft Navy & Heritage Gold) */
.acc-product-grid .product-image .badge,
.style-it-your-way .product-card .badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 5px 12px !important;
  border-radius: 20px !important;
  z-index: 5 !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.2) !important;
}
.acc-product-grid .product-image .badge.hot,
.acc-product-grid .product-image .badge.sale,
.style-it-your-way .product-card .badge.hot,
.style-it-your-way .product-card .badge.sale {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
}

/* LumoCAD Typography & Gap Standards (Harmonized with Hot This Week) */
.acc-product-grid .product-info,
.style-it-your-way .product-card .product-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding: 0 2px !important;
  text-align: left !important;
}
.acc-product-grid .product-info .category,
.style-it-your-way .product-card .product-info .category {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #B88E56 !important;
  margin: 0 !important;
}
.acc-product-grid .product-info .product-title,
.style-it-your-way .product-card .product-info .product-title {
  font-family: var(--font-serif) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #1D335E !important;
  margin: 0 !important;
  transition: color 0.3s ease !important;
}
.acc-product-grid .product-card:hover .product-info .product-title,
.style-it-your-way .product-card:hover .product-info .product-title {
  color: #B88E56 !important;
}
.acc-product-grid .product-info .product-artist,
.style-it-your-way .product-card .product-info .product-artist {
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  color: rgba(29, 51, 94, 0.65) !important;
  margin: 0 !important;
}
.acc-product-grid .product-info .product-price-wrap,
.style-it-your-way .product-card .product-info .product-price-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 2px !important;
}
.acc-product-grid .product-info .product-price,
.style-it-your-way .product-card .product-info .product-price {
  font-family: var(--font-sans) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
  margin: 0 !important;
}
.acc-product-grid .product-info .product-sizes,
.style-it-your-way .product-card .product-info .product-sizes {
  font-family: var(--font-sans) !important;
  font-size: 12.5px !important;
  color: rgba(29, 51, 94, 0.55) !important;
  margin: 0 !important;
}

/* ==========================================================================
   TIMELESS ART (TALL CARDS)
   ========================================================================== */
.timeless-art {
  padding: 20px 40px 40px 40px;
  background: transparent !important;
  max-width: 1440px;
  margin: 0 auto;
}
.ta-header {
  margin-bottom: 35px;
  text-align: center;
}
.ta-header .circular-badge {
  margin: 0 auto 20px;
  width: 120px;
  height: 120px;
}
.ta-header .section-title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.18;
  color: #000;
  margin: 0 0 14px 0;
}
.ta-header .view-all {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: inline-block;
}
.ta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-max-width: 100%;
  margin: 0 auto;
}
.ta-card {
  position: relative;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.ta-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.ta-card:hover img {
  transform: scale(1.05);
}
.ta-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 20px;
  z-index: 1;
}
.ta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  pointer-events: none;
}
.ta-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.ta-text h3 {
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
}
.ta-num {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 6px;
}
.ta-btn {
  align-self: flex-end;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: none;
  color: #000;
  font-size: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.ta-card:hover .ta-btn {
  transform: scale(1.1);
}

/* ==========================================================================
   BUNDLE & SAVE
   ========================================================================== */
.bundle-save {
  padding: 45px 40px;
  background: #eae3d3;
}
.bs-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  max-max-width: 100%;
  margin: 0 auto;
  align-items: center;
}
.bs-products {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.bs-card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  position: relative;
  width: 180px;
}
.bs-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 15px;
}
.bs-card h4 {
  font-family: var(--font-serif);
  margin: 0 0 5px 0;
}
.bs-marker {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.bs-card .bs-marker {
  position: absolute;
  top: -15px;
  left: 50%;
}

.bs-right {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 600px;
}
.bs-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.bs-right:hover .bs-main-img {
  transform: scale(1.05);
}
.bs-marker.absolute {
  position: absolute;
  z-index: 2;
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
.bs-marker.absolute:hover {
  transform: scale(1.2);
}

.masonry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}
.masonry-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.masonry-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #f4f0e6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.masonry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.masonry-item:hover img {
  transform: scale(1.03);
}

/* ==========================================================================
   TRUST FEATURES
   ========================================================================== */
.trust-features {
  padding: 40px 40px 70px;
  background: transparent;
  max-width: 1440px;
  margin: 0 auto;
}

.tf-container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.tf-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tf-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.tf-icon {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-icon svg {
  width: 28px;
  height: 28px;
  stroke: #111111;
}

.tf-item h4 {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 6px 0;
  line-height: 1.25;
  text-align: center;
}

.tf-item p {
  font-family: var(--font-sans);
  font-size: 13.5px;
  color: #555555;
  line-height: 1.45;
  margin: 0;
  text-align: center;
  max-width: 220px;
}

.product-slider .product-image {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  aspect-ratio: 3.5 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-slider .product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: none !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

/* Marquee Reverse */
.marquee-reverse .marquee-content {
  animation: marquee-reverse 60s linear infinite;
}

/* Hover underline for view-all links */
a.view-all {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
a.view-all::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #000;
  transition: width 0.3s ease;
}


/* ==========================================================================
   RESTORED DESKTOP HERO SHOP LOOK & SLIDER CONTROLS
   ========================================================================== */
.shop-look-toggle {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: #fff;
  color: #000;
  border: none;
  padding: 12px 20px;
  border-radius: 30px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  display: none; /* Hidden by default on desktop because popup is open */
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  z-index: 20;
}
.shop-look-toggle:hover {
  transform: translateY(-2px);
}
.shop-look-popup {
  position: absolute;
  bottom: 40px !important;
  right: 40px;
  background: #fff;
  border-radius: 12px;
  width: 320px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  opacity: 1; /* OPEN BY DEFAULT ON DESKTOP */
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.3s ease;
  z-index: 50 !important;
  overflow: hidden;
}
.shop-look-popup.collapsed {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(20px) !important;
  visibility: hidden !important;
}
.shop-look-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 99990;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.shop-look-backdrop.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
@media (min-width: 769px) {
  .shop-look-backdrop {
    display: none !important;
  }
}

.sl-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
}
.close-sl {
  background: rgba(0, 0, 0, 0.06);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.close-sl:hover {
  background: rgba(0, 0, 0, 0.12);
  transform: scale(1.08);
}
.sl-item {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  gap: 15px;
}
.sl-item:last-child {
  border-bottom: none;
}
.sl-item img {
  width: 50px;
  height: 60px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.sl-info {
  flex: 1;
  text-align: left;
}
.sl-info h4 {
  font-family: var(--font-serif);
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 500;
}
.sl-info p {
  margin: 0;
  font-size: 13px;
  color: #555;
}
.btn-cart-icon,
.btn-cart-icon.filled {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.25) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.btn-cart-icon:hover,
.btn-cart-icon.filled:hover {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
  transform: scale(1.08) !important;
  box-shadow: 0 6px 18px rgba(184, 142, 86, 0.4) !important;
}


.hero-image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 10;
}

/* Ensure text and buttons are above gradient */
.hero-image-text,
.hero-slider-controls,
.shop-look-toggle,
.shop-look-popup {
  z-index: 20;
}

/* Slider Controls */
.hero-slider-controls {
  position: absolute !important;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  z-index: 25 !important;
  background: rgba(29, 51, 94, 0.45) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  padding: 6px 14px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
}
.hero-arrow {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #FAF8F5 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  font-size: 15px !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.hero-arrow:hover {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  transform: scale(1.1) !important;
}
.hero-dots {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
}
.hero-dots .dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.45) !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.hero-dots .dot.active {
  background: #DFCA80 !important;
  transform: scale(1.3) !important;
}

.qv-actions {
  display: block !important;
}

/* Quick View Actions Revamp */
.qv-actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px;
  margin-bottom: 20px;
}
.qv-qty-row {
  display: flex;
  gap: 15px;
  height: 48px;
}
.qv-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 0 15px;
  background: #fff;
}
.qv-qty button {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  padding: 5px;
}
.btn-add-cart {
  flex: 1;
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border: 1.5px solid rgba(29, 51, 94, 0.25) !important;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease !important;
}
.btn-add-cart:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
}
.btn-buy-now {
  width: 100%;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border: 1.5px solid rgba(223, 202, 128, 0.45) !important;
  border-radius: 30px;
  height: 48px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.2) !important;
  transition: all 0.3s ease !important;
}
.btn-buy-now:hover {
  background: #B88E56 !important;
  border-color: #B88E56 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(184, 142, 86, 0.35) !important;
}


.btn-choose-options,
.btn-continue {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-choose-options {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 12px 20px;
}

.btn-continue {
  padding: 10px 14px 10px 30px;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}

/* Base state for sweeping background (Tailwind group-hover style) */
.btn-choose-options::before,
.btn-continue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: inherit;
  z-index: -1;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover state for background */
.btn-choose-options:hover::before,
.btn-continue:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/* Hover state for text */
.btn-choose-options:hover,
.btn-continue:hover {
  color: #000;
}

/* Sub-elements inside the button */
.btn-choose-options .plus-circle,
.btn-continue .arrow-circle {
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-continue .arrow-circle {
  width: 36px;
  height: 36px;
  font-weight: bold;
  font-size: 18px;
}

.btn-choose-options .plus-circle {
  width: 30px;
  height: 30px;
  font-weight: bold;
  font-size: 16px;
}

.btn-choose-options:hover .plus-circle,
.btn-continue:hover .arrow-circle {
  background: #000;
  color: #fff;
}

/* --- Clean Premium Shop Now Button --- */
.btn-shop-now {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  padding: 8px 10px 8px 30px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base state for the sweeping black background */
.btn-shop-now::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  border-radius: inherit;
  z-index: -1;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover state for the background */
.btn-shop-now:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/* Hover state for the text */
.btn-shop-now:hover {
  color: #fff;
  border-color: #000;
}

/* Sub-elements inside the button */
.btn-shop-now .arrow-circle {
  background: #000;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-shop-now:hover .arrow-circle {
  background: #fff;
  color: #000;
}

/* --- Clean Premium Primary Button --- */
.btn-primary {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 15px 35px;
  border-radius: 40px;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base state for the sweeping white background */
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: inherit;
  z-index: -1;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover state for the background */
.btn-primary:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/* Hover state for the text */
.btn-primary:hover {
  color: #000;
  border-color: #000;
}

.sl-items {
  max-height: 280px;
  overflow-y: auto;
}

.sl-items::-webkit-scrollbar {
  width: 4px;
}
.sl-items::-webkit-scrollbar-track {
  background: #fff;
}
.sl-items::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.variant-card {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.v-color {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.qv-size-btn.active .v-color {
  border-color: rgba(255, 255, 255, 0.7);
}



/* ==========================================================================
   RESTORED DESKTOP FEATURED PIECES, MARQUEE & CART DRAWER SUITE
   ========================================================================== */
/* ==========================================================================
   FEATURED PIECES & YELLOW MARQUEE
   ========================================================================== */
.marquee-strip,
.marquee-strip-yellow {
  background-color: #DFCA80 !important; /* Heritage Gold */
  color: #1D335E !important;
  padding: 15px 0;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box !important;
}
.marquee-strip-yellow .marquee-content {
  display: inline-flex;
  align-items: center;
  animation: marquee-scroll 40s linear infinite; /* Slow, endless loop */ /* Reuse their existing marquee animation */
}
.marquee-strip-yellow span {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  margin: 0 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-marquee-shop-white {
  background: #fff;
  color: #1D335E; border: 1px solid rgba(29, 51, 94, 0.12);
  border: none;
  padding: 8px 24px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.featured-pieces {
  padding: 45px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.fp-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.fp-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.fp-content {
  padding-right: 20px;
}
.fp-content .subtitle {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #555;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.fp-content h2.section-title {
  font-family: var(--font-serif);
  font-size: 55px;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #1D335E !important;
}
.fp-content .desc {
  font-size: 14px;
  color: #594732;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 400px;
}
.btn-shop-now {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  padding: 8px 8px 8px 25px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 14px;
  border: 1.5px solid rgba(223, 202, 128, 0.45) !important;
  cursor: pointer;
  margin-bottom: 60px;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.2) !important;
  transition: all 0.3s ease !important;
}
.btn-shop-now:hover {
  background: #B88E56 !important;
  border-color: #B88E56 !important;
  color: #FAF8F5 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(184, 142, 86, 0.35) !important;
}
.btn-shop-now .arrow-circle {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.3s ease !important;
}
.btn-shop-now:hover .arrow-circle {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

/* Product Card Slider */
.fp-product-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  max-width: 380px;
}
.fp-product-card:not(.active) {
  display: none !important;
}
.fp-product-card.active {
  display: flex !important;
}
.fp-thumb-wrapper {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 4px;
  border-radius: 8px;
}
.fp-thumb-wrapper img.thumb {
  width: 50px;
  height: 70px;
  object-fit: cover;
  display: block;
}
.fp-product-card .info {
  flex: 1;
}
.fp-product-card .info p.cat {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 4px 0;
}
.fp-product-card .info h4 {
  font-family: var(--font-serif);
  font-size: 18px;
  color: #000;
  margin: 0 0 4px 0;
}
.fp-product-card .info p.price {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  color: #000;
}
.icon-btn-black {
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
}

/* Controls */
.fp-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  max-width: 380px;
}
.fp-counter {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.fp-progress {
  flex: 1;
  height: 2px;
  background: #ddd;
  position: relative;
}
.fp-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #000;
  width: 50%;
}
.fp-arrows {
  display: flex;
  gap: 15px;
}
.fp-arrows button {
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* --- End Featured Pieces --- */

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Hover Effects for Featured Pieces Section */
.btn-shop-now {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  border: 1px solid transparent; /* Prevent layout shift on hover */
}
.btn-shop-now:hover {
  transform: translateY(-3px) !important;
  background: #fff !important; /* White hover */
  color: #000 !important;
  box-shadow:
    inset 0 0 0 1px #000,
    0 12px 25px rgba(0, 0, 0, 0.1) !important;
}
.btn-shop-now:hover .arrow-circle {
  background: #000 !important;
  color: #fff !important;
}

.fp-product-card .icon-btn-black {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.fp-product-card .icon-btn-black:hover {
  transform: scale(1.15) !important;
  background: #fff !important; /* White hover */
  box-shadow:
    inset 0 0 0 1px #000,
    0 5px 15px rgba(0, 0, 0, 0.1) !important;
}
.fp-product-card .icon-btn-black:hover svg {
  stroke: #000 !important;
}

.fp-arrows button {
  transition:
    transform 0.2s ease,
    opacity 0.2s ease !important;
}
.fp-arrows button:hover {
  transform: scale(1.2) !important;
  opacity: 0.7 !important;
}

.fp-progress-bar {
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.fp-product-card {
  transition:
    opacity 0.4s ease,
    transform 0.4s ease !important;
}

/* Force 4 items per row */
.acc-product-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}

/* Hover effect for the + button in Timeless Art cards */
.ta-btn {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.ta-btn:hover {
  background: #000 !important;
  color: #fff !important;
  transform: scale(1.15) !important;
}

/* Hover effect for the Why Choose Us icons */
.why-choose-us .feature-item {
  cursor: pointer;
}
.why-choose-us .feature-item .icon-circle {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.why-choose-us .feature-item:hover .icon-circle {
  background: #1D335E !important;
  transform: scale(1.12) !important;
  box-shadow: 0 6px 18px rgba(29, 51, 94, 0.25) !important;
}
.why-choose-us .feature-item:hover .icon-circle svg {
  stroke: #DFCA80 !important;
}
.why-choose-us .feature-item:hover h3 {
  color: #B88E56 !important;
}

/* ==========================================================================
   REVIEWS SECTION (Desktop Redesign)
   ========================================================================== */
.reviews-section {
  position: relative;
  padding: 60px 20px 80px 20px;
  background: #1D335E !important; /* Delft Royal Navy - Grimoire Luxury Brand */
}

/* Suspend the header in the top-middle space */
.reviews-section .reviews-header {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 33%;
  text-align: center;
  z-index: 10;
}

.reviews-section .reviews-header .subtitle {
  color: #DFCA80 !important; /* Heritage Antique Gold */
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.reviews-section .reviews-header .section-title {
  color: #DFCA80 !important; /* Heritage Antique Gold */
  font-family: var(--font-serif);
  font-size: 55px;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

/* Staggered masonry grid */
.reviews-masonry {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px !important;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
  position: relative;
  z-index: 5;
}

.review-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  margin: 0 !important;
}

/* The Staggering */
.card-left {
  margin-top: 0 !important;
}
.card-middle {
  margin-top: 260px !important; /* Makes room for the absolute header above it */
}
.card-right {
  margin-top: 80px !important;
}

/* Card Internals */
.review-card .review-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 25px;
}

.review-card .quote {
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
  font-size: 16px !important;
  font-weight: 450 !important;
  line-height: 1.7 !important;
  color: #1F2937 !important;
  margin-bottom: 20px !important;
  font-style: normal !important;
  letter-spacing: 0.1px !important;
}

.review-card .author {
  font-family: var(--font-serif) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
  letter-spacing: 0.3px !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid rgba(223, 202, 128, 0.35) !important;
}

.review-product {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
}

.review-product .thumb {
  width: 32px !important;
  height: 42px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
}

.review-product span {
  font-family: var(--font-sans), sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
  transition: color 0.3s ease !important;
}

.review-product:hover span {
  color: #B88E56 !important;
}


/* ==========================================================================
   FEATURED IN PRESS SECTION (DESKTOP ARCHITECTURE & BRAND TYPOGRAPHY)
   ========================================================================== */
.press-section {
  background: #FAF8F5;
  padding: 55px 40px;
  border-top: 1px solid rgba(29, 51, 94, 0.08);
  border-bottom: 1px solid rgba(29, 51, 94, 0.08);
  box-sizing: border-box;
}

.press-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  box-sizing: border-box;
}

.press-left {
  width: 25%;
  min-width: 200px;
  padding-right: 40px;
  border-right: 1px solid rgba(29, 51, 94, 0.12);
  flex-shrink: 0;
  box-sizing: border-box;
}

.press-section-tag {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1D335E;
  text-transform: uppercase;
  line-height: 1.6;
  margin: 0;
}

.press-right {
  flex: 1;
  padding-left: 20px;
  box-sizing: border-box;
}

.press-quote {
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1.45;
  color: #1D335E;
  margin: 0 0 35px 0;
  font-weight: 400;
  max-width: 90%;
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.press-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.press-logos {
  display: flex;
  gap: 45px;
  align-items: center;
  flex-wrap: wrap;
}

.press-logo {
  opacity: 0.35;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1D335E;
  padding-bottom: 4px;
  position: relative;
}

.press-logo:hover {
  opacity: 0.75;
  color: #B88E56;
}

.press-logo.active {
  opacity: 1 !important;
  color: #1D335E !important;
  transform: scale(1.05);
}

.press-logo.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #B88E56;
  border-radius: 2px;
}

.press-logo[data-index="0"] span {
  font-family: var(--font-sans);
  font-weight: 900;
  letter-spacing: -0.5px;
  font-size: 19px;
}

.press-logo[data-index="1"] span {
  font-family: var(--font-sans);
  font-weight: 300;
  font-style: italic;
  font-size: 21px;
  letter-spacing: -0.5px;
}

.press-logo[data-index="2"] span {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 15px;
}

.press-logo[data-index="3"] span {
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}

.press-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.press-arrow {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(29, 51, 94, 0.2);
  background: #FFFFFF;
  color: #1D335E;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(29, 51, 94, 0.06);
  padding: 0;
}

.press-arrow:hover {
  background: #1D335E;
  color: #FAF8F5;
  border-color: #1D335E;
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.2);
}

.press-arrow svg {
  stroke: currentColor;
}


/* ==========================================================================
   LUXURY SCROLL REVEAL ANIMATIONS
   ========================================================================== */
.reveal-on-scroll,
.reveal-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  /* Transition delay is handled dynamically by JS for perfect staggering */
}

.reveal-on-scroll.is-visible,
.reveal-up.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ==========================================================================
   GREEN MARQUEE REVERSE
   ========================================================================== */
.marquee-strip-green {
  background-color: #1D335E !important; /* Delft Royal Navy */
  color: #DFCA80 !important;
  padding: 15px 0;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(223, 202, 128, 0.3) !important;
  border-bottom: 1px solid rgba(223, 202, 128, 0.3) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box !important;
}
.marquee-strip-green span {
  color: #FAF8F5 !important;
}
.marquee-strip-green .btn-marquee-shop {
  background: #DFCA80 !important;
  color: #1D335E !important;
  border: none !important;
  font-weight: 700 !important;
  padding: 6px 18px !important;
  border-radius: 20px !important;
  font-size: 11px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.marquee-strip-green .btn-marquee-shop:hover {
  background: #FFFFFF !important;
  color: #1D335E !important;
  transform: scale(1.05);
}
.marquee-strip-green .marquee-content {
  display: inline-flex;
  align-items: center;
  animation: marquee-scroll-reverse 120s linear infinite;
}
.marquee-strip-green span {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  margin: 0 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-marquee-shop {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-marquee-shop:hover {
  background: #000;
  color: #fff;
}
@keyframes marquee-scroll-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* ==========================================================================
   JOURNAL TITLES HOVER UNDERLINE
   ========================================================================== */
.journal-content h3,
.journal-side-card h4 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.journal-content h3::after,
.journal-side-card h4::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.journal-content h3:hover::after,
.journal-side-card h4:hover::after,
.journal-main:hover .journal-content h3::after,
.journal-side-card:hover h4::after {
  width: 100%;
}

.tf-item p {
  white-space: nowrap !important;
}
.tf-container {
  max-width: 1200px !important;
}

/* ==========================================================================
   REMOVE WHITE BACKGROUND FROM PRODUCT CARDS
   ========================================================================== */
.product-card {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* ==========================================================================
   FIX HERO ARROW VISIBILITY
   ========================================================================== */
.hero-arrow-clean {
  background: transparent !important;
}
.hero-arrow-clean:hover {
  background: #fff !important;
}
.hero-arrow-clean svg {
  stroke: #fff !important;
}
.hero-arrow-clean:hover svg {
  stroke: #000 !important;
}

/* ==========================================================================
   FIX BTN-SHOP-NOW HOVER TEXT VISIBILITY
   ========================================================================== */
.btn-shop-now {
  z-index: 1 !important;
}

/* ==========================================================================
   FIX IER-ITEM MASONRY GRID (UNIFORM PORTRAIT)
   ========================================================================== */
.ier-item {
  aspect-ratio: 3/4 !important; /* Force all cards to be vertical rectangles */
}

/* ==========================================================================
   TAB SWITCHING FIX
   ========================================================================== */
.hidden-tab {
  display: none !important;
}

/* ==========================================================================
   DEFINITIVE BUTTON FIX
   ========================================================================== */
.btn-shop-now {
  position: relative;
  overflow: hidden;
  z-index: 1; /* Establish stacking context */
}

/* Ensure the text and SVG stay ABOVE the sweep */
.btn-shop-now > * {
  position: relative;
  z-index: 2;
}

/* The black sweep element */
.btn-shop-now::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1; /* Must be -1 so raw text nodes appear on top of it */
}

.btn-shop-now:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.btn-shop-now:hover {
  color: #fff !important; /* Force text to white */
  border-color: #000 !important;
}

.btn-shop-now:hover .arrow-circle {
  background: #fff !important;
  color: #000 !important;
}

/* Invert hover effect for already-black buttons (like Add All To Cart) */
.btn-shop-now[style*="background: #000"]:hover,
.btn-shop-now[style*="background: rgb(0, 0, 0)"]:hover {
  background: #fff !important;
  color: #000 !important;
}
.btn-shop-now[style*="background: #000"]:hover::before,
.btn-shop-now[style*="background: rgb(0, 0, 0)"]:hover::before {
  display: none !important; /* Disable black sweep so the white background shows */
}
.btn-shop-now[style*="background: #000"]:hover .arrow-circle,
.btn-shop-now[style*="background: rgb(0, 0, 0)"]:hover .arrow-circle {
  background: #000 !important;
  color: #fff !important;
}

/* ==========================================================================
   AUTO-EXTRACTED INLINE STYLES
   ========================================================================== */
.grimoire-style-1 {
  display: grid;
}
.grimoire-style-2 {
  display: none;
}
.grimoire-style-3 {
  border-left: 1px solid #ddd;
  padding-left: 40px;
}
.grimoire-style-4 {
  background: #556b2f;
}
.grimoire-style-5 {
  transition: opacity 0.5s;
}
.grimoire-style-6 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.grimoire-style-7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 60px;
}
.grimoire-style-8 {
  position: static;
  color: #fff;
}
.grimoire-style-9 {
  font-size: 48px;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-family: var(--font-serif);
  font-weight: normal;
}
.grimoire-style-10 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.grimoire-style-11 {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}
.grimoire-style-12 {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.grimoire-style-13 {
  display: flex;
  gap: 8px;
}
.grimoire-style-14 {
  cursor: pointer;
}
.grimoire-style-15 {
  transition-delay: 0.1s;
}
.grimoire-style-16 {
  transition-delay: 0.2s;
}
.grimoire-style-17 {
  background: #900;
}
.grimoire-style-18 {
  transition-delay: 0.3s;
}
.grimoire-style-19 {
  transition-delay: 0.4s;
}
.grimoire-style-20 {
  transition-delay: 0.5s;
}
.grimoire-style-21 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 0 40px;
}
.grimoire-style-22 {
  width: 350px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}
.grimoire-style-23 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background: #000;
  transition:
    left 0.3s ease,
    width 0.3s ease;
}
.grimoire-style-24 {
  display: flex;
  gap: 12px;
  margin-right: 0;
}
.grimoire-style-25 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background: transparent;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.grimoire-style-26 {
  margin: 30px auto 0;
}
.grimoire-style-27 {
  padding-top: 100px;
}
.grimoire-style-28 {
  transition: opacity 0.3s ease;
}
.grimoire-style-29 {
  margin: 30px 0;
}
.grimoire-style-30 {
  display: flex;
}
.grimoire-style-31 {
  background: #8b4513;
}
.grimoire-style-32 {
  background: #8b0000;
}
.grimoire-style-33 {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
}
.grimoire-style-34 {
  font-family: var(--font-serif) !important;
  font-size: clamp(30px, 3.2vw, 42px) !important;
  line-height: 1.18 !important;
  margin-bottom: 40px !important;
  color: #000 !important;
}
.grimoire-style-35 {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.grimoire-style-36 {
  text-align: center;
}
.grimoire-style-37 {
  background: #e5dfd3;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.grimoire-style-38 {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
  color: #000;
}
.grimoire-style-39 {
  font-family: var(--font-sans);
  font-size: 13px;
  color: #666;
  max-width: 220px;
  margin: 0 auto;
  line-height: 1.5;
}
.grimoire-style-40 {
  background: #f4f0ea;
  padding: 45px 40px;
}
.grimoire-style-41 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}
.grimoire-style-42 { width: 28%; padding-right: 40px; border-right: 1px solid #ddd; }
.grimoire-style-43 { font-family: var(--font-sans); font-size: 15px; font-weight: 700; letter-spacing: 1.5px; color: #111111; line-height: 1.6; margin: 0; }
.grimoire-style-44 { width: 72%; padding-left: 40px; }
.grimoire-style-45 {
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  margin-top: -8px;
  margin-bottom: 50px;
  font-weight: normal;
  max-width: 90%;
}
.grimoire-style-46 {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  opacity: 0.7;
}
.grimoire-style-47 {
  font-family: Helvetica, sans-serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -1px;
  color: #000;
}
.grimoire-style-48 {
  font-family: Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -1px;
  color: #555;
}
.grimoire-style-49 {
  font-family: "Times New Roman", serif;
  font-size: 18px;
  line-height: 0.9;
  text-align: center;
  display: inline-block;
  color: #555;
}
.grimoire-style-50 {
  font-family: "Georgia", serif;
  font-size: 22px;
  letter-spacing: 8px;
  color: #555;
}
.grimoire-style-51 {
  display: flex;
  gap: 10px;
}
.grimoire-style-52 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: transparent;
  cursor: pointer;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 0.3s ease;
}
.bundle-header {
  display: none;
}
.bundle-save,
.grimoire-style-53 {
  padding: 40px 40px 45px 40px;
  background: #FAF8F5 !important;
  max-width: 1440px;
  margin: 0 auto;
}
.bs-card-box,
.grimoire-style-54 {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background: #F4EFE6 !important;
  border: 1.5px solid rgba(223, 202, 128, 0.45) !important;
  box-shadow: 0 16px 48px rgba(29, 51, 94, 0.08) !important;
  min-height: 600px;
}
.bs-image-side,
.grimoire-style-67 {
  width: 50%;
  position: relative;
  margin: 0;
  padding: 0;
}
.bs-main-img,
.grimoire-style-68 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bs-pin {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #1D335E !important;
  color: #DFCA80 !important;
  border: 2px solid #DFCA80 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.35) !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bs-pin:hover {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
  border-color: #FAF8F5 !important;
  transform: scale(1.15);
}
.bs-pin.pin-1,
.grimoire-style-69 {
  position: absolute;
  top: 52%;
  left: 37%;
  width: 34px;
  height: 34px;
  background: #1D335E !important;
  color: #DFCA80 !important;
  border: 2px solid #DFCA80 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.35) !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bs-pin.pin-1:hover,
.grimoire-style-69:hover {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
  border-color: #FAF8F5 !important;
  transform: scale(1.15);
}
.bs-pin.pin-2,
.grimoire-style-70 {
  position: absolute;
  top: 41%;
  left: 60%;
  width: 34px;
  height: 34px;
  background: #1D335E !important;
  color: #DFCA80 !important;
  border: 2px solid #DFCA80 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.35) !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bs-pin.pin-2:hover,
.grimoire-style-70:hover {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
  border-color: #FAF8F5 !important;
  transform: scale(1.15);
}
.bs-pin.pin-3,
.grimoire-style-71 {
  position: absolute;
  top: 33%;
  left: 84%;
  width: 34px;
  height: 34px;
  background: #1D335E !important;
  color: #DFCA80 !important;
  border: 2px solid #DFCA80 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.35) !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bs-pin.pin-3:hover,
.grimoire-style-71:hover {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
  border-color: #FAF8F5 !important;
  transform: scale(1.15);
}
.bs-info-side,
.grimoire-style-55 {
  width: 50%;
  background: #F4EFE6 !important;
  padding: 40px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bs-desktop-header .subtitle,
.grimoire-style-56 {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #B88E56 !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.bs-desktop-header .section-title,
.grimoire-style-57 {
  font-family: var(--font-serif);
  font-size: 38px;
  margin-bottom: 25px;
  color: #1D335E !important;
  line-height: 1.2;
  font-weight: 700;
}
.bs-products-list,
.grimoire-style-58 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
}
.bs-product-item,
.grimoire-style-59 {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.bs-item-num,
.grimoire-style-60 {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border-radius: 50%;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(29, 51, 94, 0.22) !important;
}
.bs-thumb-wrap {
  width: 76px;
  height: 76px;
  min-width: 76px;
  min-height: 76px;
  border-radius: 16px;
  background: #ffffff !important;
  border: 1px solid rgba(223, 202, 128, 0.4) !important;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.06) !important;
}
.bs-thumb-img,
.grimoire-style-61 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.bs-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex-grow: 1;
}
.bs-item-title,
.grimoire-style-62 {
  font-family: var(--font-serif);
  font-size: 16.5px;
  font-weight: 700;
  color: #1D335E !important;
  margin: 0 0 2px 0;
  line-height: 1.25;
}
.bs-item-price,
.grimoire-style-63 {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: #1D335E !important;
  margin: 0 0 4px 0;
}
.bs-item-price .sale-price {
  color: #B88E56 !important;
  font-weight: 700;
}
.bs-item-price .old-price {
  color: rgba(29, 51, 94, 0.45) !important;
  margin-left: 5px;
  font-size: 13px;
  text-decoration: line-through;
}
.bs-variant-dropdown,
.grimoire-style-64 {
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 500;
  color: #1D335E !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.bs-divider {
  width: 100%;
  height: 1px;
  background: rgba(29, 51, 94, 0.1) !important;
  margin: 14px 0;
}
.bs-add-btn,
.grimoire-style-65 {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-radius: 40px;
  padding: 14px 20px 14px 30px;
  border: 1.5px solid rgba(223, 202, 128, 0.45) !important;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 8px 24px rgba(29, 51, 94, 0.22) !important;
  transition: all 0.3s ease !important;
}
.bs-add-btn:hover,
.grimoire-style-65:hover {
  background: #B88E56 !important;
  border-color: #B88E56 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(184, 142, 86, 0.35) !important;
}
.bs-add-btn .arrow-circle,
.grimoire-style-66 {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease !important;
}
.bs-add-btn:hover .arrow-circle,
.grimoire-style-65:hover .grimoire-style-66 {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}
.grimoire-style-72 {
  background-image: url("assets/images/a-jungle-picnic-4.jpg") !important;
}
.grimoire-style-73 {
  max-width: 1200px;
}
.grimoire-style-74 {
  background: #1434cb;
  color: #fff;
}
.grimoire-style-75 {
  background: #eb001b;
  color: #f79e1b;
}
.grimoire-style-76 {
  background: #253b80;
  color: #fff;
}
.grimoire-style-77 {
  background: #003087;
  color: #fff;
}
.cart-header {
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #f7f3eb;
  box-sizing: border-box;
}
.cart-header h2 {
  font-family: var(--font-serif);
  font-size: 22px;
  margin: 0;
  color: #111;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart-sup-count {
  font-size: 13px;
  font-family: var(--font-sans);
  color: #666;
  font-weight: 600;
}
.close-cart {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #111;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  transition: background-color 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.close-cart:hover {
  background: rgba(0, 0, 0, 0.05);
}
.cart-body.empty-cart {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.empty-title {
  font-family: var(--font-serif);
  font-size: 24px;
  color: #111;
  margin: 20px 0 10px;
}
.empty-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.empty-collections {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-bottom: 30px;
}
.ec-card {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  cursor: pointer;
  transition: transform 0.2s;
}
.ec-card:hover {
  transform: translateY(-2px);
}
.ec-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
}
.ec-card h3 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  color: #111;
}
.btn-continue {
  width: 100%;
  height: 48px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cart-filled-container {
  display: none;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  background: #f7f3eb;
}
.cart-shipping-banner {
  padding: 14px 20px 0 20px;
}
.cs-text {
  font-size: 13.5px;
  font-weight: 700;
  color: #0e875a;
  margin: 0 0 8px 0;
  letter-spacing: -0.2px;
}
.cs-progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.cs-progress-fill {
  width: 100%;
  height: 100%;
  background: #0e875a;
  border-radius: 4px;
}
.cart-scroll-area {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  -webkit-overflow-scrolling: touch;
}
.cart-items-list {
  max-height: none;
  display: flex;
  flex-direction: column;
  padding: 4px 0 6px;
  flex-shrink: 0;
}
.cart-item-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-item-img-wrap {
  width: 60px;
  height: 72px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
}
.cart-item-img-wrap img {
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.cart-item-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.cid-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 2px;
}
.cid-title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 0;
  line-height: 1.25;
}
.cid-price {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}
.cid-variant {
  font-size: 12.5px;
  color: #666;
  margin: 2px 0 8px 0;
}
.cart-item-color-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 8px;
}
.ci-color-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid rgba(29, 51, 94, 0.15);
  padding: 0;
  cursor: pointer;
  outline: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.ci-color-dot:hover {
  transform: scale(1.18);
}
.ci-color-dot.active {
  box-shadow: 0 0 0 2px #FAF8F5, 0 0 0 3.5px #1D335E;
}
.cid-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-item-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85px;
  height: 32px;
  border-radius: 20px;
  background: #f7f3eb;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 8px;
  box-sizing: border-box;
}
.cart-item-qty button {
  background: none;
  border: none;
  font-size: 15px;
  cursor: pointer;
  color: #111;
  padding: 0 4px;
  line-height: 1;
}
.cart-item-qty .ci-qty-val {
  font-size: 13.5px;
  font-weight: 600;
  color: #111;
}
.cart-item-remove {
  font-size: 12.5px;
  color: #444;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
.cart-complete-look {
  background: #ece5d9;
  padding: 16px 20px 20px 20px;
  margin: 10px -20px 0 -20px;
  flex-shrink: 0;
}
.ccl-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.ccl-header h4 {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin: 0;
}
.ccl-arrows {
  display: flex;
  gap: 10px;
}
.ccl-arrows button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #111;
  padding: 0 4px;
}
.ccl-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.ccl-track::-webkit-scrollbar {
  display: none;
}
.ccl-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 14px;
  min-width: 255px;
  flex: 0 0 255px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  scroll-snap-align: start;
}
.ccl-img-wrap img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.ccl-info {
  flex: 1;
  min-width: 0;
}
.ccl-badge {
  background: #9d2b12;
  color: #fff;
  font-size: 9.5px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 2px;
}
.ccl-title {
  font-family: var(--font-serif);
  font-size: 14.5px;
  font-weight: 700;
  margin: 0 0 2px 0;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ccl-price {
  margin: 0;
  font-size: 13px;
}
.ccl-price .sale-p {
  color: #9d2b12;
  font-weight: 700;
}
.ccl-price del {
  color: #888;
  font-size: 12px;
  margin-left: 4px;
}
.ccl-btn-add {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.ccl-btn-add:hover {
  transform: scale(1.08);
}
.cart-footer {
  padding: 16px 20px 24px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #f6f2ec;
}
.cart-promo-section {
  margin-bottom: 14px;
}
.cart-promo-title {
  font-size: 12px;
  font-weight: 700;
  color: #111;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cart-promo-input-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.cart-promo-input {
  flex: 1;
  height: 40px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 25px;
  padding: 0 16px;
  font-size: 12.5px;
  outline: none;
  font-family: var(--font-sans), sans-serif;
  color: #111;
}
.cart-promo-input:focus {
  border-color: #000;
}
.cart-promo-btn {
  height: 40px;
  padding: 0 16px;
  background: #ded6cb;
  color: #111;
  border: none;
  border-radius: 25px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cart-promo-btn:hover {
  background: #000;
  color: #fff;
}
.cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.cart-subtotal-label {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}
.cart-subtotal-val {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
.cart-taxes-note {
  font-size: 11.5px;
  color: #666;
  margin: 0 0 14px 0;
}
.btn-checkout {
  width: 100%;
  height: 48px;
  background: #000000;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.2s ease;
}
.btn-checkout:hover {
  background: #222222;
}
.grimoire-style-101 {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin-bottom: 10px;
}
.grimoire-style-102 {
  font-weight: 600;
  min-width: 30px;
}
.grimoire-style-103 {
  flex: 1;
  height: 2px;
  background: #e0e0e0;
  margin: 0 15px;
  position: relative;
}
.grimoire-style-104 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #000;
  width: 25%;
  transition: width 0.3s ease;
}
.grimoire-style-105 {
  background: #fff;
}
.grimoire-style-106 {
  background: #000;
}
.grimoire-style-107 {
  background: #c69c84;
}
.grimoire-style-108 {
  background: #e6e0d4;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.1) 2px,
    rgba(0, 0, 0, 0.1) 4px
  );
}
.grimoire-style-109 {
  background: #8b5a2b;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 4px,
    rgba(0, 0, 0, 0.2) 4px,
    rgba(0, 0, 0, 0.2) 5px
  );
}

/* Payment Icons */
.pay-icon.pay-visa {
  background: #1434cb;
  color: #fff;
}
.pay-icon.pay-mc {
  background: #eb001b;
  color: #f79e1b;
}
.pay-icon.pay-amex {
  background: #253b80;
  color: #fff;
}
.pay-icon.pay-paypal {
  background: #003087;
  color: #fff;
}

/* ==========================================================================
   AUTO-EXTRACTED INLINE STYLES
   ========================================================================== */

/* Payment Icons */
.pay-icon.pay-visa {
  background: #1434cb;
  color: #fff;
}
.pay-icon.pay-mc {
  background: #eb001b;
  color: #f79e1b;
}
.pay-icon.pay-amex {
  background: #253b80;
  color: #fff;
}
.pay-icon.pay-paypal {
  background: #003087;
  color: #fff;
}

/* Fix Quick View Header for long titles */
.qv-header {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding: 30px 30px 15px !important;
  gap: 8px !important;
}
.qv-header h2 {
  padding-right: 30px !important; /* space for close button */
  line-height: 1.3 !important;
  width: 100% !important;
}
.qv-price {
  font-size: 18px !important;
  margin-top: 5px !important;
}



/* ==========================================================================
   RESTORED DESKTOP DROPDOWNS & SIGN-IN BOTTOM SHEET
   ========================================================================== */
/* CUSTOM DROPDOWNS & HOVER EFFECTS                          */
/* ========================================================= */
.nav-item.has-dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f4efe9;
  min-width: 250px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nav-item.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.has-dropdown:hover > .nav-link {
  background-color: #000;
  color: #fff;
}

.mega-link {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  opacity: 1;
  transition: all 0.2s ease;
  display: block;
  position: relative;
  display: inline-block;
}

.mega-column ul li a.mega-link:hover,
.dropdown-menu ul li a.mega-link:hover {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1.5px;
}

/* Image Banner Hovers */
.md-v-card img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.md-v-card:hover img {
  transform: scale(1.08);
}
.md-circle-arrow {
  background:#000; color:#fff; border-radius:50%; width:20px; height:20px; display:flex; align-items:center; justify-content:center;
  transition: transform 0.4s ease;
}
.md-v-card:hover .md-circle-arrow {
  transform: rotate(45deg);
}

/* ==========================================================================
   LUXURY SIGN IN MODAL / BOTTOM SHEET (RESPONSIVE DESKTOP & MOBILE)
   ========================================================================== */
.bottom-sheet-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(15, 23, 42, 0.65) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  z-index: 100000 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

.bottom-sheet-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Base Modal Container (Desktop Centered Luxury Dialog) */
.bottom-sheet {
  position: relative !important;
  width: 100% !important;
  max-width: 480px !important;
  margin: auto !important;
  background: #FAF8F5 !important;
  border-radius: 28px !important;
  padding: 36px 32px 32px 32px !important;
  box-sizing: border-box !important;
  box-shadow: 0 24px 70px rgba(29, 51, 94, 0.3), 0 4px 16px rgba(0, 0, 0, 0.06) !important;
  border: 1.5px solid rgba(223, 202, 128, 0.5) !important;
  transform: scale(0.94) translateY(16px) !important;
  opacity: 0 !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease !important;
  bottom: auto !important;
  left: auto !important;
}

.bottom-sheet-overlay.active .bottom-sheet {
  transform: scale(1) translateY(0) !important;
  opacity: 1 !important;
  bottom: auto !important;
}

/* Modal Header */
.bs-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(29, 51, 94, 0.08) !important;
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.bs-header h3 {
  font-family: var(--font-serif) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
  margin: 0 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.25 !important;
}

.bs-close {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: rgba(29, 51, 94, 0.06) !important;
  border: 1px solid rgba(29, 51, 94, 0.12) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
  color: #1D335E !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  flex-shrink: 0 !important;
}

.bs-close:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  transform: rotate(90deg) scale(1.08) !important;
}

/* Modal Body */
.bs-body {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Sign In with Shop Button */
.bs-body button[onclick*="handleSignInWithShop"] {
  width: 100% !important;
  height: 50px !important;
  background: #5A31F4 !important;
  color: #FFFFFF !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  font-family: var(--font-sans) !important;
  letter-spacing: 0.4px !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 20px rgba(90, 49, 244, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.bs-body button[onclick*="handleSignInWithShop"]:hover {
  background: #4722DE !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(90, 49, 244, 0.45) !important;
}

/* Email Input & Submit */
.bs-body form {
  position: relative !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 20px !important;
}

.bs-body form input[type="email"] {
  width: 100% !important;
  height: 48px !important;
  padding: 0 52px 0 20px !important;
  border-radius: 30px !important;
  border: 1.5px solid rgba(29, 51, 94, 0.22) !important;
  background: #FFFFFF !important;
  font-size: 15px !important;
  font-family: var(--font-sans) !important;
  color: #1D335E !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
}

.bs-body form input[type="email"]::placeholder {
  color: rgba(29, 51, 94, 0.45) !important;
}

.bs-body form input[type="email"]:focus {
  border-color: #1D335E !important;
  box-shadow: 0 0 0 3px rgba(29, 51, 94, 0.12) !important;
}

.bs-body form button[type="submit"] {
  position: absolute !important;
  right: 6px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s ease !important;
}

.bs-body form button[type="submit"]:hover {
  background: #B88E56 !important;
  transform: translateY(-50%) scale(1.08) !important;
}

/* Secondary Quick Buttons (Orders / Profile) */
.bs-body div[style*="display:flex; gap:10px"],
.bs-body .bs-quick-links {
  display: flex !important;
  gap: 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.bs-body div[style*="display:flex; gap:10px"] button,
.bs-body .bs-quick-links button {
  flex: 1 !important;
  height: 44px !important;
  padding: 0 16px !important;
  border-radius: 30px !important;
  border: 1.5px solid rgba(29, 51, 94, 0.18) !important;
  background: #FFFFFF !important;
  color: #1D335E !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: var(--font-sans) !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  box-sizing: border-box !important;
}

.bs-body div[style*="display:flex; gap:10px"] button:hover,
.bs-body .bs-quick-links button:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.15) !important;
}

/* Mobile Bottom Sheet Adaptation (<= 768px) */
@media (max-width: 768px) {
  .bottom-sheet-overlay {
    padding: 0 !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }
  
  .bottom-sheet {
    position: absolute !important;
    bottom: -100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 26px 20px 36px 20px !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    transform: none !important;
    opacity: 1 !important;
    transition: bottom 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  
  .bottom-sheet-overlay.active .bottom-sheet {
    bottom: 0 !important;
    transform: none !important;
  }
  
  .bs-header h3 {
    font-size: 20px !important;
  }
}



@media (max-width: 991px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.feature-item {
  text-align: center;
}
.icon-circle {
  width: 80px;
  height: 80px;
  background: #e5d9c8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #594732;
}
.feature-item h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  margin-bottom: 15px;
}
.feature-item p {
  color: #555;
  font-size: 15px;
  max-width: 250px;
  margin: 0 auto;
}

/* ==========================================================================
   JOURNAL SECTION
   ========================================================================== */
.journal-section {
  padding: 45px 40px;
  background: #FAF8F5;
}
.journal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.journal-main {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 36px;
  color: #fff;
  box-sizing: border-box;
}
.journal-main .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.journal-main:hover .bg-image {
  transform: scale(1.05);
}
.journal-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 1;
}
.journal-main .badge {
  position: absolute !important;
  top: 28px !important;
  left: 28px !important;
  background: #ffffff !important;
  color: #000000 !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
  z-index: 3 !important;
  margin: 0 !important;
  display: inline-block !important;
}
.journal-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: left;
}
.journal-content h3 {
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.18;
  color: #ffffff;
}
.journal-main .meta {
  font-family: var(--font-sans);
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 14px 0;
}
.journal-main .read-more {
  font-family: var(--font-sans);
  font-size: 14.5px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
.journal-main .read-more:hover {
  text-decoration: underline;
}

.journal-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.journal-side-card {
  display: flex;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}
.journal-side-card img {
  width: 140px;
  height: 140px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.journal-side-card:hover img {
  transform: scale(1.05);
}
.journal-side-card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}
.journal-side-card .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 20px;
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
}
.journal-side-card h4 {
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 6px 0;
  line-height: 1.25;
  color: #000;
  transition: color 0.4s ease;
}
.journal-side-card:hover h4 {
  color: #666;
}
.journal-side-card .meta {
  font-family: var(--font-sans);
  font-size: 13px;
  color: #888;
  margin: 0;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: #1D335E;
  color: #fff;
  padding: 60px 40px 30px;
  font-family: var(--font-sans);
}
.site-footer a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.site-footer a:hover {
  transform: scale(1.05);
}

.footer-main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-max-width: 100%;
  margin: 0 auto;
}
.subscribe-col {
  max-width: 450px;
}
.subscribe-col h2 {
  font-family: var(--font-serif);
  font-size: 32px;
  margin: 0 0 25px 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.subscribe-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  margin-bottom: 15px;
  position: relative;
}
.subscribe-form input {
  flex: 1;
  border: none;
  background: #fff;
  padding: 15px 25px;
  outline: none;
  font-size: 14px;
  font-family: var(--font-sans);
}
.subscribe-form button {
  background: #000;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.subscribe-form button:hover {
  transform: translateY(-50%) scale(1.1);
}
.subscribe-col .terms {
  font-size: 11px;
  opacity: 0.8;
  letter-spacing: 0.5px;
}
.subscribe-col .terms a {
  text-decoration: underline;
  opacity: 1;
  margin: 0;
}
.subscribe-col .terms a:hover {
  transform: none;
} /* Disable scale hover for terms */

.footer-links-grid {
  display: flex;
  gap: 80px;
}
.footer-nav-col h4 {
  font-family: var(--font-serif);
  font-size: 18px;
  margin-bottom: 25px;
}
.footer-nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-nav-col ul li a {
  font-size: 12px;
  opacity: 0.8;
  letter-spacing: 0.5px;
  transform-origin: left;
}
.footer-nav-col ul li a:hover {
  opacity: 1;
}

.footer-instagram {
  max-max-width: 100%;
  margin: 40px auto;
}
.insta-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.insta-header h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  margin: 0;
}
.insta-header span {
  font-size: 12px;
  opacity: 0.8;
}
.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
.insta-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.insta-grid img:hover {
  transform: scale(1.05);
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-max-width: 100%;
  margin: 0 auto 30px;
}
.social-icons {
  display: flex;
  gap: 10px;
}
.social-icons a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.8;
}
.social-icons a:hover {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transform: translateY(-3px);
}
.legal-links {
  display: flex;
  gap: 20px;
}
.legal-links a {
  font-size: 12px;
  font-weight: 600;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-max-width: 100%;
  margin: 0 auto;
  font-size: 11px;
}
.payment-methods {
  display: flex;
  align-items: center;
  gap: 20px;
}
.currency-selector {
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  cursor: pointer;
}
.payment-icons {
  display: flex;
  gap: 5px;
}
.pay-icon {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: bold;
  background: #fff;
  color: #000;
}

/* ==========================================================================
   SEARCH DROPDOWN
   ========================================================================== */
.search-wrapper {
  position: relative;
}
.search-wrapper.active .search-bar {
  border: 1px solid #000;
}
.search-wrapper.active .search-icon {
  display: none;
}
.search-wrapper.active .close-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
}

.search-dropdown {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: 780px;
  max-width: 92vw;
  background: #fbf9f4;
  border-radius: 20px;
  padding: 26px 30px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 500;
}

.search-wrapper.active .search-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sd-section h4 {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 600;
  color: #1D335E;
  margin: 0 0 14px 0;
  letter-spacing: -0.2px;
}

.sd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.sd-tags span {
  background: #eae4da;
  padding: 7px 18px;
  border-radius: 24px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  color: #1D335E;
  border: 1px solid rgba(29, 51, 94, 0.12);
}

.sd-tags span:hover {
  background: #1D335E;
  color: #FAF8F5;
  border-color: #1D335E;
}

.sd-tags span.active {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.25) !important;
  font-weight: 600 !important;
}

.sd-products {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.sd-products::-webkit-scrollbar {
  height: 4px;
}

.sd-products::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.sd-product-card {
  flex: 0 0 128px;
  width: 128px;
  min-width: 128px;
  scroll-snap-align: start;
  cursor: pointer;
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.sd-product-card:hover {
  transform: translateY(-4px);
}

.sd-product-card .img-frame {
  width: 128px;
  height: 155px;
  border-radius: 14px;
  overflow: hidden;
  background: #ede8df;
  position: relative;
  margin-bottom: 8px;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.08);
}

.sd-product-card .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.sd-product-card:hover .img-frame img {
  transform: scale(1.06);
}

.sd-product-card .badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #1D335E;
  color: #FAF8F5;
  padding: 2px 7px;
  border-radius: 10px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  z-index: 2;
  border: 1px solid rgba(184, 142, 86, 0.3);
}

.sd-product-card .cat {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #B88E56;
  text-transform: uppercase;
  margin: 0 0 2px 0;
  line-height: 1.2;
}

.sd-product-card h5 {
  font-family: var(--font-serif);
  font-size: 14.5px;
  font-weight: 600;
  color: #1D335E;
  margin: 0 0 3px 0;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sd-product-card .price {
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 700;
  color: #1D335E;
  margin: 0;
}

/* ==========================================================================
   CART OVERLAY FIX
   ========================================================================== */
.cart-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  overflow: hidden !important;
}
.cart-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}
.cart-drawer-overlay .cart-drawer {
  position: absolute;
  top: 0;
  right: -450px;
  width: 450px;
  max-width: 100vw;
  height: 100%;
  max-height: 100dvh;
  overflow: hidden !important;
  background: #FAF8F5;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
  transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex;
  flex-direction: column;
}
.cart-drawer-overlay.active .cart-drawer {
  right: 0 !important;
}

/* ==========================================================================
   MOBILE RESPONSIVENESS
   ========================================================================== */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  padding: 0;
}
.mobile-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}
/* ==========================================================================
   MOBILE DRAWER - BRAND HARMONIZATION & NO-STICKY-HOVER TOUCH UX
   ========================================================================== */
.mobile-drawer-inner {
  position: absolute;
  top: 0; left: -100%; width: 85%; max-width: 400px; height: 100%;
  background: #FAF8F5 !important; /* Authentic Web Warm Alabaster */
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex; flex-direction: column;
  overflow: hidden !important;
  box-shadow: 10px 0 35px rgba(29, 51, 94, 0.12);
}
.mobile-drawer-overlay.active .mobile-drawer-inner { left: 0; }
.md-header {
  padding: 20px; display: flex; justify-content: space-between; align-items: center;
  background: #FAF8F5 !important;
  border-bottom: 1px solid rgba(29, 51, 94, 0.08);
}
.md-logo { font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important; font-size: 24px; font-weight: 900; letter-spacing: -0.5px; text-transform: uppercase; color: #1D335E !important; text-decoration: none; }
.md-close { background: none; border: none; cursor: pointer; color: #1D335E !important; padding: 4px; }
.md-body { flex: 1; overflow-y: auto; position: relative; transition: transform 0.4s ease; background: #FAF8F5 !important; }
.md-nav { list-style: none; padding: 0; margin: 0; }
.md-nav li a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px; font-size: 17px; font-weight: 600; color: #1D335E !important; text-decoration: none;
  border-bottom: 1px solid rgba(29, 51, 94, 0.06);
  -webkit-tap-highlight-color: transparent;
}
.md-footer { padding: 30px 20px 30px; margin-top: auto; background: #FAF8F5 !important; }
.md-signin { padding: 16px; font-size: 15px; font-weight: 700; margin-bottom: 20px; background: #1D335E !important; color: #FAF8F5 !important; border-radius: 40px !important; border: none !important; width: 100%; cursor: pointer; box-shadow: 0 4px 14px rgba(29, 51, 94, 0.25); }
.md-currency { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 15px; font-weight: 600; color: #1D335E !important; }
.md-submenu {
  position: absolute; top: 0; left: 100%; width: 100%; height: 100%;
  background: #FAF8F5 !important; transition: transform 0.4s ease; display: flex; flex-direction: column;
}
.md-submenu.active { transform: translateX(-100%); }
.md-back {
  padding: 20px; background: #FAF8F5 !important; border: none; width: 100%;
  text-align: left; font-size: 16px; font-weight: 600; cursor: pointer; color: #1D335E !important;
  display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(29, 51, 94, 0.08);
  -webkit-tap-highlight-color: transparent;
}
.md-submenu-scroll { flex: 1; overflow-y: auto; background: #FAF8F5 !important; }

.md-accordion { list-style: none; padding: 0; margin: 0; }
.md-accordion li { border-bottom: 1px solid rgba(29, 51, 94, 0.06); }
.md-acc-btn {
  width: 100%; padding: 20px; background: none; border: none; text-align: left;
  font-size: 18px; font-family: var(--font-serif); font-weight: 600; color: #1D335E !important; display: flex; justify-content: space-between; align-items: center;
  -webkit-tap-highlight-color: transparent;
}
.md-acc-content { display: none; padding: 0 20px 20px; background: transparent !important; }
.md-thumb-link {
  display: flex; align-items: center; gap: 15px; padding: 12px 0;
  text-decoration: none; color: #1D335E !important; font-size: 15px; font-weight: 500;
  -webkit-tap-highlight-color: transparent;
}
.md-thumb-link img { width: 50px; height: 50px; object-fit: cover; border-radius: 8px; border: 1px solid rgba(29, 51, 94, 0.1); }

/* MOBILE ARCHIVE 2-COLUMN GRID (MATCHING WEB EXACTLY) */
.md-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 20px;
}

.md-archive-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #1D335E !important;
  -webkit-tap-highlight-color: transparent;
}

.md-archive-img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: #eae5dc;
  margin-bottom: 12px;
}

.md-archive-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.md-archive-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2px;
}

.md-archive-title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  color: #1D335E !important;
  line-height: 1.2;
}

/* Icon button matches Web desktop .icon-circle: Navy background #1D335E with White icon */
.md-archive-btn {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  background: #1D335E !important; /* Delft Royal Navy - matches Web */
  color: #FAF8F5 !important;
  border-radius: 50% !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 8px rgba(29, 51, 94, 0.22) !important;
}

/* Hover effects ONLY on desktop with mouse (pointer: fine), NEVER sticking on Mobile Touch */
@media (hover: hover) and (pointer: fine) {
  .md-nav li a:hover { color: #B88E56 !important; }
  .md-thumb-link:hover { color: #B88E56 !important; }
  .md-acc-btn:hover { color: #B88E56 !important; }
  .md-archive-card:hover .md-archive-title { color: #B88E56 !important; }
  .md-archive-card:hover .md-archive-btn {
    background: #B88E56 !important;
    transform: scale(1.08);
  }
  .md-signin:hover {
    background: #152544 !important;
  }
}

/* Touch active feedback (subtle temporary press without sticky color change) */
@media (hover: none), (max-width: 991px) {
  .md-nav li a:active,
  .md-thumb-link:active,
  .md-acc-btn:active {
    opacity: 0.75;
  }
  .md-archive-card:active {
    opacity: 0.85;
  }
}

  @media (max-width: 991px) {
    .sd-product-card .img-frame {
      height: 240px !important;
      aspect-ratio: 3 / 4 !important;
      width: 100% !important;
    }
    .sd-product-card .img-frame img {
      height: 80% !important;
      width: auto !important;
    }
  }


/* ==========================================================================
   CLEAN MOBILE SEARCH & OVERLAY (Only applies to Mobile)
   ========================================================================== */
@media (max-width: 991px) {
  /* ========================================================= */
  /* SHOPIFY UX FIXES FOR MOBILE                               */
  /* ========================================================= */

  /* Fix 1: Stop search input from bleeding into Logo space when inactive */
  .search-wrapper:not(.active) .search-bar input,
  .search-wrapper:not(.active) .search-bar .close-search-icon {
    display: none !important;
  }
  .search-wrapper:not(.active) .search-bar {
    width: 100% !important;
    min-width: 0 !important;
    background: transparent !important;
    border: none !important;
  }

  /* Fix 2: Fullscreen Mobile Cart (Shopify Standard) */
  .cart-drawer-overlay {
    z-index: 10000 !important;
  }
  .cart-drawer-overlay.active {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(4px) !important;
  }
  .cart-drawer {
    width: 100% !important;
    max-width: 100% !important;
    background: #FAF8F5 !important;
    box-shadow: none !important;
  }
  .cart-header {
    height: 56px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 0 0 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
  .cart-header h2 {
    font-family: var(--font-serif) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 0 !important;
  }
  .cart-header .close-cart {
    width: 56px !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: transparent !important;
    font-size: 18px !important;
    color: #000 !important;
    cursor: pointer !important;
  }
  .cart-filled-container {
    height: auto !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
  
  /* Fix 3: Ensure Cart Icon is clickable */
  .cart-icon {
    position: relative !important;
    z-index: 900 !important;
  }

  /* QUICK VIEW RIGHT-SIDE DRAWER OVERRIDES (<=991px) */
  .quick-view-overlay {
    align-items: stretch !important;
    justify-content: flex-end !important;
  }
  .quick-view-drawer {
    top: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
    width: 480px !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
    box-shadow: -12px 0 45px rgba(29, 51, 94, 0.22) !important;
    transform: translateX(100%) !important;
  }
  .quick-view-overlay.active .quick-view-drawer {
    transform: translateX(0) !important;
  }
  .qv-header {
    border-radius: 0 !important;
    padding: 16px 20px 14px !important;
  }
  .qv-content {
    padding: 16px 18px 28px !important;
  }
  .qv-slide {
    flex: 0 0 78% !important;
    max-width: 78% !important;
    min-width: 220px !important;
  }

  /* MOBILE SEARCH FULLSCREEN OVERLAY (MATCHING USER SCREENSHOT) */
  .search-wrapper.active {
    position: fixed !important;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: #FAF8F5 !important; /* Authentic Web Warm Alabaster */
    z-index: 10000;
    display: flex !important;
    flex-direction: column;
    border-right: none;
  }
  .search-wrapper.active .search-bar {
    display: grid !important;
    grid-template-columns: 56px 1fr 56px;
    height: 56px !important;
    border-bottom: 1px solid rgba(29, 51, 94, 0.12) !important;
    background: transparent !important;
    width: 100% !important;
    align-items: center;
  }
  .search-wrapper.active .search-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
    color: #1D335E !important;
  }
  .search-wrapper.active input {
    display: block !important;
    height: 100%;
    width: 100%;
    border: none !important;
    background: transparent;
    font-size: 16px;
    font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    outline: none;
    padding: 0 10px;
    color: #1D335E !important;
  }
  .search-wrapper.active input::placeholder {
    color: rgba(29, 51, 94, 0.45) !important;
    font-weight: 400;
  }
  .search-wrapper.active .close-search-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    border-left: 1px solid rgba(29, 51, 94, 0.12) !important;
    background: transparent;
    height: 100% !important;
    width: 100% !important;
    cursor: pointer;
    color: #1D335E !important;
  }
  
  .search-wrapper.active .search-dropdown {
    position: static;
    display: block;
    box-shadow: none;
    width: 100%;
    flex: 1;
    overflow-y: auto;
    padding: 24px 20px;
    background: transparent;
  }

  .sd-section h4 {
    font-family: var(--font-serif) !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    color: #1D335E !important;
    margin: 0 0 16px 0 !important;
    letter-spacing: -0.2px;
  }

  /* Tags Wrap Fix & Slow Luxury Hover Transition */
  .sd-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-bottom: 32px !important;
    align-items: flex-start !important;
  }
  .sd-tags span {
    background: #eae4da !important;
    color: #1D335E !important;
    border: 1px solid rgba(29, 51, 94, 0.12) !important;
    padding: 9px 20px !important;
    border-radius: 24px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  .sd-tags span.active {
    background: #1D335E !important;
    color: #FAF8F5 !important;
    border-color: #1D335E !important;
    box-shadow: 0 4px 14px rgba(29, 51, 94, 0.25) !important;
    font-weight: 600 !important;
  }
  @media (hover: hover) and (pointer: fine) {
    .sd-tags span:hover:not(.active) {
      background: #1D335E !important;
      color: #FAF8F5 !important;
      border-color: #1D335E !important;
      transform: translateY(-2px) !important;
      box-shadow: 0 4px 12px rgba(29, 51, 94, 0.18) !important;
    }
  }
  
  /* Mobile Swipeable Products with Smooth Momentum Scroll */
  .mobile-swipeable {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity !important;
    gap: 15px !important;
    padding: 10px 16px 25px 16px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  .mobile-swipeable::-webkit-scrollbar { display: none !important; }
  
  /* Make card narrower so user can swipe to view next cards seamlessly */
  .mobile-swipeable .sd-product-card {
    flex: 0 0 148px !important;
    max-width: 148px !important;
    min-width: 148px !important;
    scroll-snap-align: start !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: inherit !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  /* Seamless borderless rounded card */
  .sd-product-card .img-frame {
    background: transparent !important;
    border-radius: 14px !important;
    aspect-ratio: 1 / 1.25 !important;
    height: 180px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    box-shadow: 0 4px 14px rgba(29, 51, 94, 0.08) !important;
    overflow: hidden !important;
    border: none !important;
    transition: box-shadow 0.4s ease, transform 0.4s ease !important;
  }
  .sd-product-card:hover .img-frame {
    box-shadow: 0 8px 25px rgba(29, 51, 94, 0.15) !important;
    transform: translateY(-3px) !important;
  }
  .sd-product-card .img-frame img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 14px !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  .sd-product-card:hover .img-frame img {
    transform: scale(1.06) !important;
  }
  .sd-product-card .badge {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background: #1D335E !important;
    color: #FAF8F5 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 12px !important;
    letter-spacing: 0.5px !important;
    z-index: 2 !important;
    border: 1px solid rgba(184, 142, 86, 0.3) !important;
  }
  .sd-product-card .cat {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #B88E56 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 0 3px 0 !important;
    font-family: var(--font-sans), sans-serif !important;
  }
  .sd-product-card h5 {
    font-family: var(--font-serif) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1D335E !important;
    margin: 0 0 3px 0 !important;
    line-height: 1.2 !important;
  }
  .sd-product-card .price {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #1D335E !important;
    margin: 0 !important;
  }

  .md-archive-headline {
    font-family: var(--font-serif);
    font-size: 26px;
    font-weight: 500;
    color: #111;
    line-height: 1.25;
    margin: 20px 20px 25px 20px;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
  .md-archive-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    padding: 0 20px 40px 20px;
  }
  .md-archive-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
  .md-archive-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #e8e2d8;
  }
  .md-archive-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .md-archive-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 2px;
  }
  .md-archive-title {
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
  }
  .md-archive-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e5dfd5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    flex-shrink: 0;
  }

  /* ========================================================= */
  /* MOBILE HERO: COMPACT TAG BADGE & SLIDE-UP BOTTOM SHEET   */
  /* ========================================================= */
  .hero-section {
    padding: 20px 16px 30px 16px !important;
  }
  .hero-image-wrapper {
    height: 42vh !important;
    min-height: 320px !important;
    max-height: 380px !important;
    border-radius: 20px !important;
  }
  .hero-image-text {
    position: absolute !important;
    bottom: 65px !important;
    left: 18px !important;
    right: 18px !important;
    max-width: calc(100% - 36px) !important;
    z-index: 20 !important;
  }
  .hero-image-text h2#hero-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
  .hero-image-text h2#hero-title {
    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
    word-break: normal !important;
    margin: 0 !important;
  }

  .hero-slider-controls {
    position: absolute !important;
    bottom: 18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: auto !important;
    right: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 4px 6px !important;
    z-index: 35 !important;
  }
  .hero-slider-controls .hero-arrow {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    font-size: 15px !important;
  }

  /* Compact Tag Pill on Mobile: [Icon] 2 */
  .shop-look-toggle {
    position: absolute !important;
    bottom: 24px !important;
    right: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 8px 16px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer !important;
    z-index: 30 !important;
    margin-bottom: 0 !important;
  }
  .slt-desktop-text {
    display: none !important;
  }
  .slt-mobile-text {
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 800 !important;
  }

  /* Slide up Bottom Sheet for Shop Look on Mobile */
  .shop-look-popup {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #f6f2ec !important;
    border-radius: 24px 24px 0 0 !important;
    box-shadow: 0 -8px 35px rgba(0, 0, 0, 0.25) !important;
    z-index: 100000 !important;
    padding: 20px 20px 30px 20px !important;
    box-sizing: border-box !important;
    transform: translateY(100%) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
    opacity: 0 !important;
    visibility: hidden !important;
    display: block !important;
  }
  .shop-look-popup.active {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .shop-look-popup .sl-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
  }
  .shop-look-popup .sl-header span {
    font-family: var(--font-serif) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #111 !important;
  }
  .shop-look-popup .close-sl {
    background: rgba(0, 0, 0, 0.08) !important;
    border: none !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    color: #111111 !important;
    padding: 0 !important;
    z-index: 10 !important;
    -webkit-tap-highlight-color: transparent !important;
  }
  .shop-look-popup .close-sl:active {
    background: rgba(0, 0, 0, 0.18) !important;
    transform: scale(0.95) !important;
  }
  .shop-look-popup .sl-items {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  .shop-look-popup .sl-item {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 10px 14px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
  }
  .shop-look-popup .sl-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  }
  .shop-look-popup .sl-info {
    flex: 1 !important;
  }
  .shop-look-popup .sl-info h4 {
    font-family: var(--font-serif) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 3px 0 !important;
    color: #111 !important;
  }
  .shop-look-popup .sl-info p {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #555 !important;
    margin: 0 !important;
  }
  .shop-look-popup .btn-cart-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #1D335E !important;
    color: #FAF8F5 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(29, 51, 94, 0.25) !important;
    transition: all 0.25s ease !important;
  }
  .shop-look-popup .btn-cart-icon:hover {
    background: #B88E56 !important;
    transform: scale(1.08) !important;
  }

  /* ========================================================= */
  /* MOBILE HOT THIS WEEK: HORIZONTAL SWIPE (NO ARROWS/SCROLLBAR) */
  /* ========================================================= */
  .hot-this-week {
    padding: 35px 0 40px 0 !important;
    overflow: hidden !important;
  }
  .hot-this-week .section-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 0 20px 20px 20px !important;
    margin-bottom: 0 !important;
    gap: 16px !important;
  }
  .hot-this-week .section-header h2 {
    font-family: var(--font-serif) !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1D335E !important;
    margin: 0 !important;
    letter-spacing: -0.5px !important;
  }
  .hot-this-week .header-tags {
    display: flex !important;
    gap: 10px !important;
    margin: 0 !important;
  }
  .hot-this-week .header-tags .tag {
    margin: 0 !important;
    padding: 8px 18px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1D335E !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
  }
  .hot-this-week .header-tags .tag.active {
    background: #1D335E !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(29, 51, 94, 0.25) !important;
  }
  
  /* Tabs hidden state on Mobile */
  .product-grid.hidden-tab,
  .hidden-tab,
  .product-grid:not(.active-tab) {
    display: none !important;
  }
  
  /* Horizontal swipe track (active tab only) - LumoCAD Standard Padding */
  .product-grid.product-slider.active-tab,
  .product-grid.product-slider:not(.hidden-tab),
  .hot-this-week .product-grid.active-tab {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding: 0 20px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important; /* Hide scrollbar Firefox */
    gap: 18px !important;
    padding: 10px 20px 24px 20px !important;
  }
  .product-grid.product-slider.active-tab::-webkit-scrollbar,
  .product-grid.product-slider:not(.hidden-tab)::-webkit-scrollbar {
    display: none !important; /* Hide scrollbar Chrome/Safari */
  }
  
  /* Hide legacy scroll lines on mobile */
  .hot-this-week .scroll-line,
  .hot-this-week .scroll-indicator,
  .hot-this-week .product-slider-controls {
    display: none !important;
  }

  /* Product Card on Mobile (LumoCAD Benchmark Standard: 256px width, 4:5 ratio) */
  .product-grid .product-card,
  .hot-this-week .product-grid .product-card,
  .hot-this-week .product-slider .product-card {
    flex: 0 0 256px !important;
    min-width: 256px !important;
    max-width: 256px !important;
    width: 256px !important;
    scroll-snap-align: start !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  /* LumoCAD Golden Ratio 4:5 Media Container (20px radius) */
  .product-grid .product-card .product-image {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    background: #FAF8F5 !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin-bottom: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(29, 51, 94, 0.06) !important;
  }
  
  /* Full-bleed Archival Image (no 82% shrink) */
  .product-grid .product-card .product-image img.product-img-primary {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    display: block !important;
  }
  .product-grid .product-card .product-image img.product-img-secondary {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 20px !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0 !important;
    display: block !important;
  }
  .product-grid .product-card .btn-zoom-top-right {
    display: none !important;
  }
  
  /* Unified Mobile Product Card Corner Cart Button */
  .product-grid .product-card .product-hover-actions {
    position: absolute !important;
    bottom: 8px !important;
    right: 8px !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    display: block !important;
    z-index: 10 !important;
  }
  .product-grid .product-card .btn-choose-options {
    position: relative !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    border-radius: 50% !important;
    aspect-ratio: 1 / 1 !important;
    background: #1D335E !important;
    color: #FAF8F5 !important;
    border: 1px solid rgba(223, 202, 128, 0.45) !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(29, 51, 94, 0.35) !important;
    cursor: pointer !important;
  }
  .product-grid .product-card .btn-choose-options .btn-text {
    display: none !important;
  }
  .product-grid .product-card .btn-choose-options .plus-circle {
    display: none !important;
  }
  .product-grid .product-card .btn-choose-options .cart-icon-svg {
    display: block !important;
    stroke: #FAF8F5 !important;
    color: #FAF8F5 !important;
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
    stroke-width: 2 !important;
    fill: none !important;
    margin: auto !important;
  }
  
  /* LumoCAD Organic Pill Badge */
  .product-grid .product-card .badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    background: #1D335E !important;
    color: #FAF8F5 !important;
    font-family: var(--font-sans) !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 10px rgba(29, 51, 94, 0.2) !important;
    z-index: 5 !important;
  }

  /* Product Meta Typography (LumoCAD 4px Gap Standard) */
  .product-grid .product-card .product-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 0 2px !important;
    text-align: left !important;
    margin-top: 2px !important;
  }
  .product-grid .product-card .product-info .category {
    font-family: var(--font-sans), sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    color: #B88E56 !important;
    margin: 0 !important;
  }
  .product-grid .product-card .product-info .product-title {
    font-family: var(--font-serif) !important;
    font-size: 16.5px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #1D335E !important;
    margin: 0 !important;
  }
  .product-grid .product-card .product-info .product-artist {
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    color: rgba(29, 51, 94, 0.65) !important;
    margin: 0 !important;
  }
  .product-grid .product-card .product-info .product-price-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 2px !important;
  }
  .product-grid .product-card .product-info .product-price {
    font-family: var(--font-sans), sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    color: #1D335E !important;
    margin: 0 !important;
  }
  .product-grid .product-card .product-info .product-sizes {
    font-family: var(--font-sans) !important;
    font-size: 12px !important;
    color: rgba(29, 51, 94, 0.55) !important;
    margin: 0 !important;
  }

  /* ==========================================================================
     OUR COLLECTIONS - Mobile Stacked Cards Layout
     ========================================================================== */
  .our-collections {
    background: #1D335E !important;
    padding: 36px 16px 44px 16px !important;
    margin: 20px 0 !important;
    box-sizing: border-box !important;
    box-shadow: 0 8px 32px rgba(29, 51, 94, 0.2) !important;
  }
  .our-collections .collections-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .our-collections .collections-text {
    flex: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  .our-collections .sticky-text-wrapper {
    position: static !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .our-collections .sticky-text-wrapper .subtitle {
    color: #B88E56 !important;
    font-family: var(--font-sans), sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin: 0 0 16px 4px !important;
    opacity: 0.95 !important;
  }
  .our-collections #collection-links {
    display: none !important;
  }
  .our-collections .collections-images {
    flex: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .our-collections .col-image-block {
    position: relative !important;
    width: 100% !important;
    height: 250px !important;
    border-radius: 26px !important;
    overflow: hidden !important;
    margin: 0 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
    display: block !important;
  }
  .our-collections .col-image-block::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.75) 100%) !important;
    border-radius: 26px !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }
  .our-collections .col-image-block img.col-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 26px !important;
    box-shadow: none !important;
  }
  .our-collections .col-card-title {
    display: flex !important;
    align-items: baseline !important;
    position: absolute !important;
    bottom: 22px !important;
    left: 24px !important;
    z-index: 2 !important;
    color: #ffffff !important;
    font-family: var(--font-serif), serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    margin: 0 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
  }
  .our-collections .col-card-title sup {
    font-family: var(--font-sans), sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    vertical-align: super !important;
    margin-left: 6px !important;
    color: #B88E56 !important;
    opacity: 1 !important;
  }

  /* ==========================================================================
     In Every Room - Mobile Typography, Badges & Layout
     ========================================================================== */
  .in-every-room {
    padding: 20px 0 40px 0 !important;
  }
  .ier-header {
    position: relative !important;
    max-width: 100% !important;
    margin: 0 auto 35px !important;
    padding: 20px 16px 0 16px !important;
  }
  .ier-header .subtitle {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    color: #888 !important;
    margin-bottom: 12px !important;
  }
  .ier-header .section-title {
    font-size: clamp(26px, 7.2vw, 32px) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.3px !important;
    margin-bottom: 14px !important;
    color: #111 !important;
    white-space: normal !important;
  }
  .ier-header .desc {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    color: #666 !important;
    max-width: 320px !important;
    margin: 0 auto 20px !important;
  }
  .ier-header .btn-shop-now {
    font-size: 13px !important;
    padding: 10px 22px !important;
  }

  /* Floating Badges Mobile Scaling & Inward Positioning */
  .floating-badges {
    top: -15px !important;
  }
  .float-digital {
    width: 58px !important;
    height: 58px !important;
    top: -12px !important;
    right: 12% !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    text-align: center !important;
    padding: 4px !important;
  }
  .float-objects {
    width: 58px !important;
    height: 58px !important;
    top: 28px !important;
    left: 6% !important;
    font-size: 11px !important;
  }
  .float-arts {
    padding: 5px 12px !important;
    top: 92px !important;
    right: 7% !important;
    font-size: 11.5px !important;
    border-radius: 25px !important;
  }

  /* In Every Room - Horizontal Swipe Track on Mobile */
  .ier-masonry {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding: 0 24px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    gap: 18px !important;
    padding: 12px 24px 30px 24px !important;
  }
  .ier-masonry::-webkit-scrollbar {
    display: none !important;
  }
  .ier-masonry .ier-col {
    display: contents !important;
  }
  .ier-masonry .ier-item {
    flex: 0 0 84% !important;
    max-width: 84% !important;
    min-width: 290px !important;
    height: 410px !important;
    aspect-ratio: auto !important;
    scroll-snap-align: start !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    position: relative !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .ier-masonry .ier-item .main-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  .ier-masonry .shop-tag {
    position: absolute !important;
    bottom: 18px !important;
    left: 14px !important;
    right: 14px !important;
    padding: 10px 14px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(255, 255, 255, 0.18) !important; /* Frosted glass matching reference */
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
  }
  .ier-masonry .shop-tag .thumb {
    width: 44px !important;
    height: 44px !important;
    padding: 2px !important;
    background: #fff !important;
    border-radius: 8px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  }
  .ier-masonry .shop-tag .tag-info {
    flex: 1 !important;
    min-width: 0 !important;
    text-align: left !important;
  }
  .ier-masonry .shop-tag .tag-info h4 {
    font-family: var(--font-serif), serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff !important; /* Pure white text matching reference */
    margin: 0 0 2px 0 !important;
    white-space: nowrap !important;
    overflow: visible !important; /* Never truncate with ellipsis */
    text-overflow: clip !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45) !important;
  }
  .ier-masonry .shop-tag .tag-info p {
    font-family: var(--font-sans), sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.95) !important; /* Bright white price */
    margin: 0 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) !important;
  }
  .ier-masonry .shop-tag .btn-shop-white {
    background: #ffffff !important; /* Pure luxury white pill */
    color: #111111 !important;
    border: none !important;
    padding: 7px 18px !important;
    border-radius: 20px !important;
    font-family: var(--font-sans), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16) !important;
    transition: all 0.25s ease !important;
  }
  .ier-masonry .shop-tag .btn-shop-white:hover,
  .ier-masonry .shop-tag .btn-shop-white:active {
    background: #f7f4ee !important;
    color: #000000 !important;
  }

  /* ========================================================= */
  /* MOBILE FEATURED PIECES (ART MADE TO FRAME) - FULL WIDTH & NO OVERFLOW */
  /* ========================================================= */
  .featured-pieces {
    padding: 30px 16px 40px 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .featured-pieces .fp-container {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: stretch !important;
    box-sizing: border-box !important;
  }
  .featured-pieces .fp-content {
    display: contents !important;
  }
  .featured-pieces .fp-content .subtitle {
    order: 1 !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: #B88E56 !important;
    margin: 0 0 8px 0 !important;
    text-transform: uppercase !important;
    text-align: center !important;
  }
  .featured-pieces .fp-content h2.section-title {
    order: 2 !important;
    font-family: var(--font-serif) !important;
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.15 !important;
    margin: 0 0 10px 0 !important;
    color: #1D335E !important;
    text-align: center !important;
  }
  .featured-pieces .fp-content .desc {
    order: 3 !important;
    font-size: 14px !important;
    color: rgba(29, 51, 94, 0.75) !important;
    line-height: 1.55 !important;
    margin: 0 auto 20px auto !important;
    max-width: 360px !important;
    text-align: center !important;
    text-wrap: balance !important;
  }
  .featured-pieces .fp-image {
    order: 4 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
    position: relative !important;
    touch-action: pan-y !important;
    cursor: grab !important;
    user-select: none !important;
    box-sizing: border-box !important;
  }
  .featured-pieces .fp-image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
    object-fit: cover !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(29, 51, 94, 0.12) !important;
    display: block !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
  }
  .featured-pieces .fp-content .fp-slider-container {
    order: 5 !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    touch-action: pan-y !important;
  }
  .featured-pieces .fp-product-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    align-items: center !important;
    gap: 15px !important;
    background: #ffffff !important;
    padding: 14px 18px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(29, 51, 94, 0.08) !important;
    box-shadow: 0 4px 20px rgba(29, 51, 94, 0.08) !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
    margin: 0 !important;
  }
  .featured-pieces .fp-product-card:not(.active) {
    display: none !important;
  }
  .featured-pieces .fp-product-card.active {
    display: flex !important;
  }
  .featured-pieces .fp-thumb-wrapper {
    background: #fff !important;
    border: 1px solid rgba(29, 51, 94, 0.1) !important;
    padding: 3px !important;
    border-radius: 10px !important;
    flex-shrink: 0 !important;
  }
  .featured-pieces .fp-thumb-wrapper img.thumb {
    width: 48px !important;
    height: 60px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 6px !important;
  }
  .featured-pieces .fp-product-card .info {
    flex: 1 !important;
    text-align: left !important;
    min-width: 0 !important;
  }
  .featured-pieces .fp-product-card .info p.cat {
    font-size: 11.5px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #B88E56 !important;
    font-weight: 700 !important;
    margin: 0 0 3px 0 !important;
  }
  .featured-pieces .fp-product-card .info h4 {
    font-family: var(--font-serif) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1D335E !important;
    margin: 0 0 3px 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .featured-pieces .fp-product-card .info p.price {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    color: #1D335E !important;
  }
  .featured-pieces .fp-product-card .icon-btn-black {
    background: #1D335E !important;
    color: #FAF8F5 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 10px rgba(29, 51, 94, 0.2) !important;
  }
  .featured-pieces .fp-controls {
    order: 6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0 22px 0 !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
  }
  .featured-pieces .fp-counter {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #1D335E !important;
  }
  .featured-pieces .fp-progress {
    flex: 1 !important;
    height: 2px !important;
    background: rgba(29, 51, 94, 0.15) !important;
    margin: 0 16px !important;
    position: relative !important;
    border-radius: 2px !important;
  }
  .featured-pieces .fp-progress-bar {
    height: 100% !important;
    background: #1D335E !important;
    transition: width 0.3s ease !important;
  }
  .featured-pieces .fp-arrows {
    display: flex !important;
    gap: 8px !important;
  }
  .featured-pieces .fp-arrows button {
    background: #FAF8F5 !important;
    border: 1px solid rgba(29, 51, 94, 0.2) !important;
    border-radius: 50% !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    cursor: pointer !important;
    color: #1D335E !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
  }
  .featured-pieces .fp-arrows button:active {
    background: #1D335E !important;
    color: #ffffff !important;
    transform: scale(0.92) !important;
  }
  .featured-pieces .fp-content .btn-shop-now {
    order: 7 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    padding: 12px 24px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin: 0 !important;
    background: #1D335E !important;
    color: #FAF8F5 !important;
    box-shadow: 0 8px 24px rgba(29, 51, 94, 0.2) !important;
  }


  /* ========================================================= */
  /* MOBILE STYLE IT YOUR WAY (BEYOND THE CANVAS) */
  /* ========================================================= */
  .style-it-your-way {
    padding: 20px 20px 20px 20px !important;
  }
  .siyw-header {
    margin-bottom: 22px !important;
    text-align: center !important;
  }
  .siyw-header .subtitle {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: #555 !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
  }
  .siyw-header .section-title {
    font-family: var(--font-serif) !important;
    font-size: clamp(24px, 6.8vw, 30px) !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    color: #000 !important;
  }
  .acc-item {
    margin-bottom: 14px !important;
    border-radius: 18px !important;
  }
  .acc-header {
    padding: 16px 18px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
  .acc-title {
    gap: 12px !important;
  }
  .acc-num {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 13px !important;
  }
  .acc-title h3 {
    font-size: 17px !important;
  }
  .acc-badges {
    display: flex !important;
    gap: 6px !important;
    padding-left: 40px !important;
  }
  .acc-badges span {
    font-size: 11px !important;
    padding: 4px 10px !important;
  }
  .acc-content {
    padding: 6px 16px 22px 16px !important;
  }
  .acc-product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  .acc-product-grid .product-image {
    aspect-ratio: 4 / 5 !important;
    padding: 0 !important;
    background: #FAF8F5 !important;
    border-radius: 16px !important;
    margin-bottom: 8px !important;
    box-shadow: 0 4px 14px rgba(29, 51, 94, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .acc-product-grid .product-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 16px !important;
    object-fit: cover !important;
    box-shadow: none !important;
    display: block !important;
  }
  .acc-product-grid .product-image .badge {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    background: #1D335E !important;
    color: #FAF8F5 !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 12px !important;
    z-index: 5 !important;
  }
  .acc-product-grid .product-image .badge.hot {
    background: #B88E56 !important;
  }
  .acc-product-grid .product-image .badge.sale {
    background: #8C2D19 !important;
  }
  .acc-product-grid .product-info .category {
    font-size: 11.5px !important;
    color: #B88E56 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 2px !important;
  }
  .acc-product-grid .product-info .product-title {
    font-size: 14px !important;
    font-family: var(--font-serif) !important;
    color: #1D335E !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
  }
  .acc-product-grid .product-info .product-price {
    font-size: 13.5px !important;
    color: #1D335E !important;
    font-weight: 700 !important;
  }

  /* Zoom button hidden on mobile */
  .btn-zoom-top-right {
    display: none !important;
  }

  /* (Mobile product hover actions unified in master section below) */

  /* ========================================================= */
  /* MOBILE TIMELESS ART (HORIZONTAL SWIPE & ROUNDED CARDS)    */
  /* ========================================================= */
  .timeless-art {
    padding: 15px 0 45px 0 !important;
    overflow: hidden !important;
  }
  .ta-header {
    padding: 0 20px !important;
    margin-bottom: 22px !important;
    text-align: center !important;
  }
  .ta-header .circular-badge {
    width: 88px !important;
    height: 88px !important;
    margin: 0 auto 14px auto !important;
  }
  .ta-header .circular-badge .cb-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
  .ta-header .section-title {
    font-family: var(--font-serif) !important;
    font-size: clamp(23px, 6.6vw, 29px) !important;
    line-height: 1.2 !important;
    margin: 0 auto 10px auto !important;
    color: #000 !important;
    max-width: 320px !important;
  }
  .ta-header .desktop-br {
    display: none !important;
  }
  .ta-header .view-all {
    font-size: 13px !important;
    margin-top: 4px !important;
    display: inline-block !important;
  }
  .ta-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 16px !important;
    padding: 12px 20px 18px 20px !important;
    margin: 0 !important;
    scroll-padding: 0 20px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  .ta-grid::-webkit-scrollbar {
    display: none !important;
  }
  .ta-card {
    flex: 0 0 78vw !important;
    max-width: 320px !important;
    height: auto !important;
    aspect-ratio: 1 / 1.08 !important;
    border-radius: 28px !important;
    scroll-snap-align: start !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
  }
  .ta-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 28px !important;
  }
  .ta-card::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.35) 100%) !important;
    border-radius: 28px !important;
    z-index: 1 !important;
  }
  .ta-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 22px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }
  .ta-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .ta-num {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 6px !important;
    letter-spacing: 0.5px !important;
  }
  .ta-text h3 {
    font-family: var(--font-serif) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.18 !important;
    color: #ffffff !important;
    margin: 0 !important;
  }
  .ta-btn {
    align-self: flex-end !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
    transition: transform 0.3s ease !important;
  }
  .ta-btn:hover {
    transform: scale(1.08) !important;
  }

  /* ========================================================= */
  /* MOBILE WHY CHOOSE US (HORIZONTAL SWIPE & UNIFIED STYLE)   */
  /* ========================================================= */
  .why-choose-us {
    padding: 15px 0 20px 0 !important;
    overflow: visible !important;
  }
  .why-choose-us .section-title,
  .grimoire-style-34 {
    font-family: var(--font-serif) !important;
    font-size: clamp(23px, 6.6vw, 29px) !important;
    line-height: 1.2 !important;
    margin: 0 auto 16px auto !important;
    color: #000 !important;
    text-align: center !important;
    padding: 0 20px !important;
  }
  .features-grid,
  .grimoire-style-35 {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 16px !important;
    padding: 24px 20px 14px 20px !important;
    margin: 0 !important;
    scroll-padding: 0 20px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  .features-grid::-webkit-scrollbar,
  .grimoire-style-35::-webkit-scrollbar {
    display: none !important;
  }
  .feature-item,
  .grimoire-style-36 {
    flex: 0 0 68vw !important;
    max-width: 260px !important;
    scroll-snap-align: start !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .icon-circle,
  .grimoire-style-37 {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    border-radius: 50% !important;
    background: #F4EFE6 !important;
    border: 1.5px solid rgba(223, 202, 128, 0.6) !important;
    box-shadow: 0 4px 14px rgba(29, 51, 94, 0.06) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 12px auto !important;
    flex-shrink: 0 !important;
    overflow: visible !important;
  }
  .icon-circle svg,
  .grimoire-style-37 svg {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    display: block !important;
    margin: auto !important;
    stroke: #1D335E !important;
    stroke-width: 1.8 !important;
  }
  .feature-item h3,
  .grimoire-style-38 {
    font-family: var(--font-serif) !important;
    font-size: 16.5px !important;
    font-weight: 700 !important;
    color: #000 !important;
    line-height: 1.25 !important;
    margin: 0 0 6px 0 !important;
    text-align: center !important;
  }
  .feature-item p,
  .grimoire-style-39 {
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    color: #666 !important;
    line-height: 1.45 !important;
    margin: 0 auto !important;
    max-width: 210px !important;
    text-align: center !important;
  }

  /* ========================================================= */
  /* MOBILE CUSTOMER REVIEWS (HORIZONTAL SWIPEABLE CARDS)      */
  /* ========================================================= */
  .reviews-section {
    position: relative !important;
    padding: 35px 0 50px 0 !important;
    background: #1D335E !important;
  }
  .reviews-section .reviews-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 20px !important;
    margin-bottom: 24px !important;
  }
  .reviews-section .reviews-header .subtitle {
    color: #DFCA80 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
  }
  .reviews-section .reviews-header .section-title {
    color: #DFCA80 !important;
    font-family: var(--font-serif) !important;
    font-size: clamp(24px, 6.8vw, 30px) !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  }
  .reviews-masonry {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 16px !important;
    padding: 12px 20px 20px 20px !important;
    margin: 0 !important;
    scroll-padding: 0 20px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  .reviews-masonry::-webkit-scrollbar {
    display: none !important;
  }
  .review-card {
    flex: 0 0 78vw !important;
    max-width: 320px !important;
    scroll-snap-align: start !important;
    background: #ffffff !important;
    border-radius: 24px !important;
    padding: 18px !important;
    margin: 0 !important;
    margin-top: 0 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
  }
  .review-card.card-left,
  .review-card.card-middle,
  .review-card.card-right {
    margin-top: 0 !important;
  }
  .review-card .review-img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 11 !important;
    object-fit: cover !important;
    border-radius: 16px !important;
    margin-bottom: 14px !important;
    display: block !important;
  }
  .review-card .quote {
    font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    font-size: 15px !important;
    font-weight: 450 !important;
    line-height: 1.65 !important;
    color: #1F2937 !important;
    margin-bottom: 16px !important;
    flex-grow: 1 !important;
    font-style: normal !important;
  }
  .review-card .author {
    font-family: var(--font-serif) !important;
    font-size: 17.5px !important;
    font-weight: 700 !important;
    color: #1D335E !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(223, 202, 128, 0.3) !important;
  }
  .review-product {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }
  .review-product .thumb {
    width: 28px !important;
    height: 40px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  }
  .review-product span {
    font-family: var(--font-sans) !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #1D335E !important;
  }

  /* ========================================================= */
  /* MOBILE FEATURED IN PRESS (CENTERED SLIDER WITH ARROWS)    */
  /* ========================================================= */
  .press-section,
  .grimoire-style-40 {
    padding: 30px 20px 38px 20px !important;
    background: #FAF8F5 !important;
    text-align: center !important;
  }
  .press-container,
  .grimoire-style-41 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    gap: 0 !important;
  }
  .press-left,
  .grimoire-style-42 {
    flex: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    border-right: none !important;
    padding: 0 !important;
    margin-bottom: 16px !important;
    text-align: center !important;
  }
  .press-left p,
  .press-section-tag,
  .grimoire-style-43 {
    font-family: var(--font-sans) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: #B88E56 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    text-align: center !important;
  }
  .press-left p br,
  .press-tag-br,
  .grimoire-style-43 br {
    display: none !important;
  }
  .press-right,
  .grimoire-style-44 {
    flex: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .press-quote,
  .grimoire-style-45 {
    font-family: var(--font-serif) !important;
    font-size: clamp(18px, 4.8vw, 21px) !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.55 !important;
    color: #181818 !important;
    margin: 0 auto 20px auto !important;
    max-width: 320px !important;
    text-align: center !important;
    min-height: auto !important;
    letter-spacing: 0.2px !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
  }
  .press-bottom-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    width: 100% !important;
    margin-top: 4px !important;
  }
  .press-logos,
  .grimoire-style-46 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0 !important;
    gap: 0 !important;
    width: 100% !important;
    min-height: 32px !important;
    opacity: 1 !important;
  }
  .press-logo {
    display: none !important;
    cursor: pointer !important;
    opacity: 1 !important;
  }
  .press-logo.active {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: var(--font-serif) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1.8px !important;
    color: #1D335E !important;
    position: relative !important;
    padding-bottom: 6px !important;
    animation: fadeInLogo 0.35s ease !important;
  }
  .press-logo.active::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 10% !important;
    width: 80% !important;
    height: 2px !important;
    background: #DFCA80 !important;
    border-radius: 2px !important;
  }
  .press-nav,
  .grimoire-style-51 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 auto !important;
  }
  .press-arrow,
  .grimoire-style-52 {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(29, 51, 94, 0.25) !important;
    background: #FAF8F5 !important;
    color: #1D335E !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
  }
  .press-arrow:hover,
  .press-arrow:active {
    background: #1D335E !important;
    color: #DFCA80 !important;
    border-color: #1D335E !important;
    transform: scale(1.06) !important;
  }

  /* Bundle & Save Mobile */
  .bundle-header {
    display: block !important;
    text-align: center !important;
    margin-bottom: 22px !important;
  }
  .bundle-header .subtitle,
  .bundle-header .grimoire-style-56 {
    font-family: var(--font-sans) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    margin-bottom: 6px !important;
  }
  .bundle-header .section-title,
  .bundle-header .grimoire-style-57 {
    font-family: var(--font-serif) !important;
    font-size: clamp(26px, 7.5vw, 32px) !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }
  .bundle-save,
  .grimoire-style-53 {
    padding: 35px 16px 45px 16px !important;
    background: #FAF8F5 !important;
  }
  .bs-card-box,
  .grimoire-style-54 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    background: #F4EFE6 !important;
    border: 1px solid rgba(223, 202, 128, 0.45) !important;
    min-height: auto !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
  }
  .bs-image-side,
  .grimoire-style-67 {
    width: 100% !important;
    position: relative !important;
    order: 1 !important;
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
    overflow: hidden !important;
  }
  .bs-main-img,
  .grimoire-style-68 {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1.02 !important;
    object-fit: cover !important;
    display: block !important;
  }
  .bs-pin.pin-1,
  .grimoire-style-69 {
    top: 52% !important;
    left: 37% !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
    background: #1D335E !important;
    color: #DFCA80 !important;
    border: 2px solid #DFCA80 !important;
  }
  .bs-pin.pin-2,
  .grimoire-style-70 {
    top: 41% !important;
    left: 60% !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
    background: #1D335E !important;
    color: #DFCA80 !important;
    border: 2px solid #DFCA80 !important;
  }
  .bs-pin.pin-3,
  .grimoire-style-71 {
    top: 33% !important;
    left: 84% !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
    background: #1D335E !important;
    color: #DFCA80 !important;
    border: 2px solid #DFCA80 !important;
  }
  .bs-info-side,
  .grimoire-style-55 {
    width: 100% !important;
    padding: 22px 18px 24px 18px !important;
    background: transparent !important;
    order: 2 !important;
  }
  .bs-desktop-header {
    display: none !important;
  }
  .bs-products-list,
  .grimoire-style-58 {
    width: 100% !important;
    margin-bottom: 22px !important;
  }
  .bs-product-item,
  .grimoire-style-59 {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 4px 0 !important;
  }
  .bs-item-num,
  .grimoire-style-60 {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    font-size: 11px !important;
    flex-shrink: 0 !important;
  }
  .bs-thumb-wrap {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    border-radius: 12px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid rgba(223, 202, 128, 0.45) !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
  }
  .bs-item-info {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: calc(100% - 94px) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .bs-item-title,
  .grimoire-style-62 {
    font-family: var(--font-serif) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1D335E !important;
    margin: 0 0 2px 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .bs-item-price,
  .grimoire-style-63 {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1D335E !important;
    margin: 0 0 4px 0 !important;
  }
  .bs-variant-select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;
    padding: 5px 8px !important;
    border-radius: 7px !important;
    border: 1px solid rgba(223, 202, 128, 0.6) !important;
    background: #FAF8F5 !important;
    color: #1D335E !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    display: block !important;
    margin-top: 4px !important;
  }
  .bs-variant-dropdown,
  .grimoire-style-64 {
    font-family: var(--font-sans) !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;
  }
  .bs-divider {
    margin: 14px 0 !important;
  }
  .bs-add-btn,
  .grimoire-style-65 {
    width: 100% !important;
    background: #1D335E !important;
    color: #FAF8F5 !important;
    border: 1.5px solid rgba(223, 202, 128, 0.45) !important;
    padding: 14px 14px 14px 24px !important;
    font-size: 15px !important;
    border-radius: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .bs-add-btn .arrow-circle,
  .grimoire-style-66 {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }

  /* ========================================================= */
  /* MOBILE FROM OUR JOURNAL                                  */
  /* ========================================================= */
  .journal-section {
    padding: 24px 16px 14px 16px !important;
    background: #FAF8F5 !important;
  }
  .journal-section .section-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin-bottom: 18px !important;
    gap: 6px !important;
  }
  .journal-section .section-header h2 {
    font-family: var(--font-serif) !important;
    font-size: clamp(28px, 7.8vw, 34px) !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin: 0 !important;
    line-height: 1.15 !important;
  }
  .journal-section .section-header .view-all {
    font-family: var(--font-sans) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 !important;
  }
  .journal-section .journal-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .journal-main {
    width: 100% !important;
    height: 380px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 22px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
  }
  .journal-main .bg-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 28px !important;
  }
  .journal-main::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0.78) 100%) !important;
    border-radius: 28px !important;
    z-index: 1 !important;
  }
  .journal-main .journal-content {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    text-align: left !important;
  }
  .journal-main .badge {
    position: absolute !important;
    top: 22px !important;
    left: 20px !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-family: var(--font-sans) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    z-index: 3 !important;
    display: inline-block !important;
  }
  .journal-main h3 {
    font-family: var(--font-serif) !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    color: #ffffff !important;
    margin: 0 0 8px 0 !important;
  }
  .journal-main .meta {
    font-family: var(--font-sans) !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 0 14px 0 !important;
  }
  .journal-main .read-more {
    font-family: var(--font-sans) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  .journal-sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .journal-side-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    position: relative !important;
    gap: 0 !important;
    cursor: pointer !important;
  }
  .journal-side-card img {
    width: 100% !important;
    height: 200px !important;
    border-radius: 24px !important;
    object-fit: cover !important;
    display: block !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
  }
  .journal-side-card .content {
    width: 100% !important;
    margin-top: 12px !important;
    text-align: left !important;
  }
  .journal-side-card .badge {
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-family: var(--font-sans) !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    padding: 5px 14px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    z-index: 2 !important;
  }
  .journal-side-card h4 {
    font-family: var(--font-serif) !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #000000 !important;
    margin: 0 0 4px 0 !important;
  }
  .journal-side-card .meta {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    color: #444444 !important;
    font-weight: 500 !important;
    margin: 0 !important;
  }

  /* ========================================================= */
  /* MOBILE TRUST FEATURES (HORIZONTAL SWIPE TRACK)           */
  /* ========================================================= */
  .trust-features {
    padding: 10px 0 24px 0 !important;
    background: #FAF8F5 !important;
    overflow: visible !important;
  }
  .tf-container,
  .grimoire-style-73 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 16px !important;
    padding: 8px 24px 14px 24px !important;
    margin: 0 !important;
    scroll-padding: 0 24px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    justify-content: flex-start !important;
  }
  .tf-container::-webkit-scrollbar,
  .grimoire-style-73::-webkit-scrollbar {
    display: none !important;
  }
  .tf-item {
    flex: 0 0 68vw !important;
    max-width: 250px !important;
    scroll-snap-align: start !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
  }
  .tf-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 4px auto !important;
  }
  .tf-icon svg {
    width: 28px !important;
    height: 28px !important;
    stroke: #000000 !important;
    stroke-width: 1.5 !important;
  }
  .tf-item h4 {
    font-family: var(--font-serif) !important;
    font-size: 17.5px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }
  .tf-item p {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    color: #444444 !important;
    line-height: 1.4 !important;
    margin: 0 auto !important;
    max-width: 220px !important;
    text-align: center !important;
    white-space: normal !important;
  }

  /* ========================================================= */
  /* MOBILE FOOTER REDESIGN                                    */
  /* ========================================================= */
  .site-footer,
  .custom-footer {
    background: #1D335E !important;
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
    padding: 35px 20px 30px 20px !important;
    color: #ffffff !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .custom-footer .footer-main {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    margin: 0 0 24px 0 !important;
    gap: 0 !important;
  }
  .custom-footer .subscribe-col {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-bottom: 24px !important;
  }
  .custom-footer .subscribe-col h2 {
    font-family: var(--font-serif) !important;
    font-size: clamp(25px, 6.8vw, 30px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    margin: 0 0 20px 0 !important;
    letter-spacing: normal !important;
  }
  .custom-footer .subscribe-form {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #ffffff !important;
    border-radius: 40px !important;
    padding: 5px 6px 5px 20px !important;
    margin-bottom: 14px !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .custom-footer .subscribe-form input {
    flex: 1 !important;
    border: none !important;
    background: transparent !important;
    padding: 10px 0 !important;
    outline: none !important;
    font-size: 14px !important;
    font-family: var(--font-sans) !important;
    color: #111111 !important;
  }
  .custom-footer .subscribe-form input::placeholder {
    color: #666666 !important;
    opacity: 1 !important;
  }
  .custom-footer .subscribe-form button {
    background: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    position: static !important;
    transform: none !important;
    flex-shrink: 0 !important;
  }
  .custom-footer .subscribe-col .terms {
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    color: #ffffff !important;
    opacity: 0.9 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
  }
  .custom-footer .subscribe-col .terms a {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
  }
  .custom-footer .footer-links-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .custom-footer .footer-nav-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    width: 100% !important;
  }
  .custom-footer .footer-col-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 0 !important;
    cursor: pointer !important;
  }
  .custom-footer .footer-col-header h4 {
    font-family: var(--font-serif) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
  }
  .custom-footer .footer-col-header .chevron-svg {
    transition: transform 0.3s ease !important;
    color: #ffffff !important;
  }
  .custom-footer .footer-nav-col.active .chevron-svg {
    transform: rotate(180deg) !important;
  }
  .custom-footer .footer-nav-col ul,
  .custom-footer .footer-nav-col .footer-col-links,
  .custom-footer ul.footer-col-links {
    display: none !important;
    padding-bottom: 14px !important;
    padding-top: 4px !important;
    padding-left: 0 !important;
    flex-direction: column !important;
    gap: 12px !important;
    list-style: none !important;
    margin: 0 !important;
  }
  .custom-footer .footer-nav-col.active ul,
  .custom-footer .footer-nav-col.active .footer-col-links,
  .custom-footer .footer-nav-col.active ul.footer-col-links {
    display: flex !important;
  }
  .custom-footer .footer-col-links li a {
    font-family: var(--font-sans) !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
  }
  .custom-footer .footer-instagram {
    width: 100% !important;
    margin: 10px 0 28px 0 !important;
  }
  .custom-footer .insta-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 14px !important;
    gap: 4px !important;
  }
  .custom-footer .insta-header h3 {
    font-family: var(--font-serif) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
  }
  .custom-footer .insta-header span {
    font-family: var(--font-sans) !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .custom-footer .insta-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 4px 0 14px 0 !important;
    margin: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .custom-footer .insta-grid::-webkit-scrollbar {
    display: none !important;
  }
  .custom-footer .insta-grid img {
    flex: 0 0 36vw !important;
    max-width: 140px !important;
    min-width: 115px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    border-radius: 18px !important;
    scroll-snap-align: start !important;
    display: block !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  }
  .custom-footer .footer-meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding-bottom: 20px !important;
    border-bottom: none !important;
    margin: 0 0 20px 0 !important;
    width: 100% !important;
  }
  .custom-footer .social-icons {
    display: flex !important;
    gap: 12px !important;
    margin-bottom: 22px !important;
    width: 100% !important;
  }
  .custom-footer .social-icons a {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border: none !important;
  }
  .custom-footer .legal-links {
    display: flex !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }
  .custom-footer .legal-links a {
    font-family: var(--font-sans) !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }
  .custom-footer .footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 18px !important;
  }
  .custom-footer .currency-selector {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 18px !important;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
  }
  .custom-footer .payment-icons {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
  }
  .custom-footer .pay-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 24px !important;
    padding: 0 8px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    background: #ffffff !important;
    color: #000000 !important;
  }
  .custom-footer .pay-visa {
    background: #1a1f71 !important;
    color: #ffffff !important;
    font-style: italic !important;
  }
  .custom-footer .pay-mc {
    background: #222222 !important;
    position: relative !important;
    width: 38px !important;
    height: 24px !important;
    padding: 0 !important;
  }
  .custom-footer .mc-c1 {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    background: #eb001b !important;
    display: inline-block !important;
    position: absolute !important;
    left: 8px !important;
  }
  .custom-footer .mc-c2 {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    background: #f79e1b !important;
    display: inline-block !important;
    position: absolute !important;
    right: 8px !important;
    opacity: 0.9 !important;
  }
  .custom-footer .pay-amex {
    background: #007bc1 !important;
    color: #ffffff !important;
  }
  .custom-footer .pay-paypal {
    background: #ffffff !important;
    color: #003087 !important;
    font-weight: 700 !important;
  }
  .custom-footer .pay-discover {
    background: #ffffff !important;
    color: #ff6000 !important;
    font-weight: 800 !important;
  }
  .custom-footer .copyright {
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 600 !important;
    margin: 4px 0 0 0 !important;
    text-align: left !important;
  }
}

@keyframes fadeInLogo {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Base slt display defaults for Desktop */
.slt-desktop-text {
  display: inline;
}
.slt-mobile-text {
  display: none;
}






/* ==========================================================================
   STICKY OUR COLLECTIONS (DESKTOP STICKY & MOBILE CARD OVERLAY)
   ========================================================================== */
.our-collections {
  background-color: #1D335E !important; /* Delft Royal Navy */
  margin: 40px auto !important;
  border-radius: 20px;
  padding: 48px 4vw !important;
  max-width: 1520px !important;
  box-shadow: 0 16px 48px rgba(29, 51, 94, 0.18);
}
.collections-container {
  display: flex;
  align-items: stretch;
  gap: 48px;
  width: 100%;
  margin: 0 auto;
}
.collections-text {
  flex: 0 0 460px;
  max-width: 500px;
  min-width: 0;
  position: relative;
}
.sticky-text-wrapper {
  position: sticky;
  top: 25vh;
  transform: none !important;
}
.sticky-text-wrapper .subtitle {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 28px;
  color: #B88E56;
  text-transform: uppercase;
}
#collection-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#collection-links li {
  font-size: clamp(32px, 3.2vw, 48px); /* 44-48px balanced luxury typography */
  font-family: var(--font-serif);
  color: rgba(250, 248, 245, 0.45);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 1.2;
  width: fit-content;
  position: relative;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
}
#collection-links li:hover {
  color: rgba(250, 248, 245, 0.85);
}
#collection-links li sup {
  font-size: clamp(14px, 1.3vw, 18px);
  color: inherit;
  opacity: 0.5;
  margin-left: 8px;
  margin-top: 3px;
}
#collection-links li.active {
  color: #FAF8F5;
  border-bottom: 2px solid #B88E56;
  transform: none;
}
#collection-links li.active sup {
  color: #B88E56;
  opacity: 1;
}

.collections-images {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12vh;
  padding: 0;
}
.col-image-block {
  width: 100%;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.col-image-block:hover {
  transform: translateY(-6px);
}
.col-image-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.col-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.65) 100%);
  pointer-events: none;
  z-index: 1;
  display: none;
}

.col-card-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #ffffff;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  display: none;
  align-items: flex-start;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.col-card-title sup {
  font-size: 16px;
  font-family: var(--font-serif);
  margin-left: 6px;
  margin-top: -2px;
  opacity: 0.9;
}

/* Mobile & Tablet Mode */
@media (max-width: 991px) {
  .our-collections {
    margin: 20px 16px !important;
    padding: 30px 16px !important;
    border-radius: 20px;
  }
  .collections-container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .collections-text {
    flex: none;
    width: 100%;
  }
  .sticky-text-wrapper {
    position: relative;
    top: 0;
  }
  .sticky-text-wrapper .subtitle {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #ffffff;
  }
  /* Hide the separate text list on mobile */
  #collection-links {
    display: none !important;
  }
  .collections-images {
    flex: none;
    width: 100%;
    gap: 16px;
  }
  .col-image-block {
    width: 100%;
    border-radius: 16px;
    position: relative;
    aspect-ratio: 16 / 10;
    max-height: 280px;
    overflow: hidden;
  }
  .col-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .col-card-overlay {
    display: block;
  }
  .col-card-title {
    display: flex;
  }
}



/* ==========================================================================
   OUR STORY & ABOUT PAGE STYLING
   ========================================================================== */
.about-hero-banner {
  max-width: 1440px;
  margin: 15px auto 45px;
  min-height: 520px;
  aspect-ratio: 16 / 9;
  max-height: 640px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 60px 60px;
  background-color: #e8e2d8;
  background-image: url('assets/images/about-hero-bg.jpg');
  background-size: cover;
  background-position: center center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.about-hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.05) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
  text-align: left;
}

.about-hero-tag {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.about-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.5vw, 62px);
  font-weight: 400;
  line-height: 1.15;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.about-manifesto {
  max-width: 960px;
  margin: 0 auto 45px;
  padding: 0 24px;
  text-align: center;
}

.about-manifesto h2 {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 24px;
  color: var(--text-color);
  text-wrap: balance;
}

.about-manifesto p {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
  max-width: 740px;
  margin: 0 auto;
}

.about-showcase-grid {
  max-width: 1300px;
  margin: 0 auto 45px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: start;
}
.showcase-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.showcase-card:hover {
  transform: translateY(-4px);
}
.showcase-card.right-card {
  margin-top: 60px;
}
.showcase-img-wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  aspect-ratio: 4 / 5;
  background: #e8e2d8;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.showcase-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.showcase-card:hover .showcase-img-wrap img {
  transform: scale(1.06);
}
.showcase-card:hover .showcase-img-wrap {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.showcase-card h3 {
  font-family: var(--font-serif);
  font-size: 26px;
  margin-bottom: 12px;
  color: var(--text-color);
  transition: color 0.3s ease;
}
.showcase-card:hover h3 {
  color: #8c6d48;
}
.showcase-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}


/* ==========================================================================
   COMPACT HERITAGE PILLARS / TRI-CARDS (DESKTOP & MOBILE SWIPE SLIDER)
   ========================================================================== */
.about-tri-cards {
  max-width: 1120px;
  margin: 0 auto 45px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.tri-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3 / 3.8;
  max-height: 420px;
  background: #FAF8F5;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.tri-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.tri-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.tri-card:hover img {
  transform: scale(1.08);
}
.tri-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.75) 100%
  );
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.tri-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #dfca80;
}
.tri-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.tri-title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.tri-btn-plus {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}
.tri-card:hover .tri-btn-plus,
.tri-btn-plus:hover {
  background: #ffffff;
  color: #000000;
  transform: scale(1.12);
}

@media (max-width: 991px) {
  .about-tri-cards {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding: 0 20px !important;
    gap: 16px !important;
    padding: 0 20px 20px 20px !important;
    margin: 0 0 50px 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .about-tri-cards::-webkit-scrollbar {
    display: none !important;
  }
  .about-tri-cards::after {
    content: '' !important;
    flex: 0 0 6px !important;
  }
  .tri-card {
    flex: 0 0 70% !important;
    max-width: 270px !important;
    min-width: 220px !important;
    aspect-ratio: 3 / 3.9 !important;
    max-height: 350px !important;
    scroll-snap-align: start !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09) !important;
  }
  .tri-overlay {
    padding: 18px 16px !important;
  }
  .tri-title {
    font-size: 17px !important;
  }
  .tri-btn-plus {
    width: 32px !important;
    height: 32px !important;
    font-size: 16px !important;
  }
}



/* ==========================================================================
   MEET OUR TEAM SECTION
   ========================================================================== */
.about-team-section {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 24px;
}

.about-team-section h2 {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
  color: var(--text-color);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.team-card {
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease;
}
.team-card:hover {
  transform: translateY(-4px);
}

.team-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #e8e2d8;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-card:hover .team-img-wrap img {
  transform: scale(1.06);
}
.team-card:hover .team-img-wrap {
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.team-card h4 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--text-color);
  transition: color 0.3s ease;
}
.team-card:hover h4 {
  color: #8c6d48;
}

.team-card p {
  font-family: var(--font-sans);
  font-size: 14px;
  color: #666;
  margin: 0;
}


.about-detail-banner {
  max-width: 1300px;
  margin: 0 auto 45px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.detail-text-col .detail-sub {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #999;
  margin-bottom: 16px;
}
.detail-text-col .detail-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
  color: var(--text-color);
}
.detail-text-col .detail-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 32px;
}
.btn-discover {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border: 1.5px solid #1D335E !important;
  padding: 8px 10px 8px 24px !important;
  border-radius: 35px !important;
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  text-decoration: none !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.22) !important;
  cursor: pointer !important;
}

.btn-discover .circle-arrow {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border-radius: 50% !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-discover:hover {
  background: #B88E56 !important;
  border-color: #B88E56 !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 28px rgba(184, 142, 86, 0.35) !important;
}

.btn-discover:hover .circle-arrow {
  background: #ffffff !important;
  color: #B88E56 !important;
  transform: translateX(3px) !important;
}

.btn-discover:active {
  transform: translateY(0) scale(0.98) !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.2) !important;
}
.detail-img-col {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e8e2d8;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.4s ease;
}
.detail-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-detail-banner:hover .detail-img-col img {
  transform: scale(1.04);
}
.about-detail-banner:hover .detail-img-col {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .about-hero-banner {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 15px auto 50px auto !important;
    padding: 35px 22px !important;
    box-sizing: border-box !important;
    min-height: 480px !important;
    aspect-ratio: 4 / 5.2 !important;
    max-height: none !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    position: relative !important;
    background-image: url('assets/images/about-hero-bg.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  }
  .about-hero-bg-overlay {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 24px !important;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.4) 40%,
      rgba(0, 0, 0, 0) 100%
    ) !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }
  .about-hero-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: left !important;
  }
  .about-hero-tag {
    font-size: 11px !important;
    letter-spacing: 2px !important;
    margin-bottom: 12px !important;
    color: #ffffff !important;
    opacity: 0.9 !important;
  }
  .about-hero-title {
    font-size: clamp(32px, 8.5vw, 42px) !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45) !important;
  }
  .about-manifesto {
    margin-bottom: 60px;
  }
  .about-manifesto h2 {
    font-size: 28px;
  }
  .about-manifesto p {
    font-size: 15px;
  }
  .about-showcase-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
  .showcase-card.right-card {
    margin-top: 0;
  }
  
  .team-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px 16px !important;
  }
  .about-detail-banner {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    margin-bottom: 50px !important;
    padding: 0 20px !important;
  }
  .about-detail-banner .detail-img-col {
    order: 1 !important;
    width: 100% !important;
    border-radius: 16px !important;
    aspect-ratio: 16 / 9 !important;
    max-height: 220px !important;
    overflow: hidden !important;
  }
  .about-detail-banner .detail-text-col {
    order: 2 !important;
    width: 100% !important;
  }
  .about-detail-banner .detail-title {
    font-size: 26px !important;
    margin-bottom: 14px !important;
  }
  .about-detail-banner .detail-desc {
    font-size: 14.5px !important;
    line-height: 1.6 !important;
    margin-bottom: 22px !important;
  }
}

/* ==========================================================================
   Trust Features Section (Exact Index Styling)
   ========================================================================== */
.trust-features {
  padding: 60px 24px;
  width: 100%;
  box-sizing: border-box;
}

.tf-container,
.grimoire-style-73 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}

.tf-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 34px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tf-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.tf-icon {
  background: transparent;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.tf-icon svg {
  width: 28px;
  height: 28px;
  stroke: #000000;
  stroke-width: 1.5;
}

.tf-item h4 {
  font-family: var(--font-serif);
  font-size: 17.5px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 4px 0;
  line-height: 1.25;
  text-align: center;
}

.tf-item p {
  font-family: var(--font-sans);
  font-size: 13px;
  color: #444444;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .trust-features {
    padding: 10px 0 30px 0 !important;
    background: transparent !important;
    overflow: hidden !important;
  }
  .tf-container,
  .grimoire-style-73 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding: 0 20px !important;
    scroll-padding-left: 20px !important;
    scroll-padding-right: 20px !important;
    gap: 16px !important;
    padding: 10px 20px 22px 20px !important;
    margin: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    justify-content: flex-start !important;
  }
  .tf-container::-webkit-scrollbar,
  .grimoire-style-73::-webkit-scrollbar {
    display: none !important;
  }
  .tf-container::after,
  .grimoire-style-73::after {
    content: '' !important;
    flex: 0 0 6px !important;
  }
  .tf-item {
    flex: 0 0 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    scroll-snap-align: start !important;
    scroll-margin-left: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 32px 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
  }
  .tf-icon {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    margin: 0 auto 16px auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .tf-icon svg {
    width: 28px !important;
    height: 28px !important;
    stroke: #000000 !important;
    stroke-width: 1.5 !important;
  }
  .tf-item h4 {
    font-family: var(--font-serif) !important;
    font-size: 17.5px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin: 0 0 4px 0 !important;
    text-align: center !important;
  }
  .tf-item p {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    color: #444444 !important;
    line-height: 1.4 !important;
    margin: 0 auto !important;
    max-width: 220px !important;
    text-align: center !important;
    white-space: normal !important;
  }
}


/* ==========================================================================
   OUR JOURNAL / ARTICLES PAGE STYLING
   ========================================================================== */
.journal-page-header {
  text-align: center;
  padding: 40px 20px 25px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.journal-page-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 400;
  color: #111111;
  margin-bottom: 25px;
  line-height: 1.15;
}

.journal-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.j-filter-btn {
  background: transparent;
  border: none;
  padding: 8px 18px;
  border-radius: 25px;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}

.j-filter-btn:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #000000;
}

.j-filter-btn.active {
  background: #e6dfd1;
  color: #000000;
  font-weight: 600;
}

.journal-grid {
  max-width: 1300px;
  margin: 0 auto 45px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.j-article-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.j-article-card:hover {
  transform: translateY(-5px);
}

.j-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10.5;
  border-radius: 20px;
  overflow: hidden;
  background: #e8e2d8;
  margin-bottom: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.4s ease;
}

.j-article-card:hover .j-card-img-wrap {
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.j-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.j-article-card:hover .j-card-img-wrap img {
  transform: scale(1.06);
}

.j-card-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #ffffff;
  color: #111111;
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 13px;
  border-radius: 20px;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.j-article-title {
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 600;
  color: #111111;
  margin: 0 0 8px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.j-article-card:hover .j-article-title {
  color: #8c6d48;
}

.j-article-meta {
  font-family: var(--font-sans);
  font-size: 13px;
  color: #666666;
  font-weight: 500;
  margin: 0;
}

/* Journal Pagination */
.journal-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 90px;
}

.j-page-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
  color: #111111;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.j-page-btn:hover {
  border-color: #000000;
  background: rgba(0, 0, 0, 0.04);
}

.j-page-btn.active {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.j-page-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 80px;
  height: 44px;
  padding: 0 18px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
  color: #111111;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.j-page-nav:hover {
  border-color: #000000;
  background: #111111;
  color: #ffffff;
}

.j-page-nav svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.3s ease;
}

.j-page-nav.next:hover svg {
  transform: translateX(3px);
}

.j-page-nav.prev:hover svg {
  transform: translateX(-3px);
}

@media (max-width: 991px) {
  .journal-page-header {
    padding: 35px 20px 20px 20px;
  }
  .journal-page-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .journal-filters {
    gap: 8px;
    margin-bottom: 30px;
  }
  .j-filter-btn {
    padding: 6px 14px;
    font-size: 12.5px;
  }
  .journal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .j-card-img-wrap {
    border-radius: 18px;
    aspect-ratio: 16 / 10;
  }
  .j-article-title {
    font-size: 19px;
  }
}

@media (max-width: 680px) {
  .journal-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 16px;
  }
}



/* ==========================================================================
   SERVICES PAGE STYLING
   ========================================================================== */
.services-hero-banner {
  position: relative;
  max-width: 1440px;
  margin: 15px auto 40px;
  min-height: 460px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 60px;
  background-size: cover;
  background-position: center;
}

.services-hero-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
  pointer-events: none;
}

.services-hero-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
  color: #ffffff;
}

.services-hero-tag {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 14px;
}

.services-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 18px 0;
}

.services-hero-desc {
  font-family: var(--font-sans);
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 28px 0;
}

.services-hand-section {
  max-width: 1300px;
  margin: 0 auto 100px;
  padding: 0 24px;
}

.services-section-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.2vw, 42px);
  text-align: center;
  color: #111111;
  margin-bottom: 45px;
}

.services-hand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.services-hand-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.03);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.services-hand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.services-hand-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f4efe6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.services-hand-icon svg {
  width: 28px;
  height: 28px;
  stroke: #111111;
}

.services-hand-card h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #111111;
}

.services-hand-card p {
  font-family: var(--font-sans);
  font-size: 14.5px;
  line-height: 1.6;
  color: #555555;
  margin: 0 0 24px 0;
  flex: 1;
}

.services-hand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 30px;
  background: #111111;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.services-hand-btn:hover {
  background: #333333;
  transform: translateY(-2px);
}

/* FAQ Section */
.services-faq-section {
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 0 24px;
}

.services-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 0;
}

.services-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  cursor: pointer;
  user-select: none;
}

.services-faq-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.services-faq-item.active .services-faq-icon {
  transform: rotate(45deg);
}

.services-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.65;
  color: #555555;
}

.services-faq-item.active .services-faq-answer {
  max-height: 300px;
  padding-top: 16px;
}

@media (max-width: 991px) {
  .services-hero-banner {
    min-height: 380px;
    padding: 35px 24px;
    margin: 15px auto 50px;
  }
  .services-hand-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}



/* ==========================================================================
   SHOP / ALL ARTWORK PAGE STYLES
   ========================================================================== */
.shop-hero {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 280px !important;
  display: flex !important;
  align-items: flex-end !important;
  padding: 40px 60px !important;
  color: #ffffff !important;
}

.shop-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}

.shop-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.shop-breadcrumb {
  font-family: var(--font-sans);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
}

.shop-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.shop-breadcrumb span {
  margin: 0 6px;
  opacity: 0.6;
}

.shop-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}

.shop-main-layout {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 40px 80px 40px;
}

/* Toolbar */
.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.shop-toolbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn-filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #111111;
  border-radius: 30px;
  padding: 8px 20px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
  line-height: 1.2;
}

.filter-btn-text-desktop,
.btn-filter-toggle span {
  display: inline;
}

.filter-btn-text-mobile {
  display: none;
}

.btn-filter-toggle:hover {
  background: #111111;
  color: #ffffff;
}

.shop-product-count {
  font-family: var(--font-sans);
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
}

.shop-toolbar-right {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: nowrap;
}

.shop-sort-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 14px;
  color: #111111;
  white-space: nowrap;
}

.shop-sort-select {
  background: #ffffff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 8px 36px 8px 16px;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 500;
  color: #111111;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease;
  min-width: 175px;
}

.shop-view-as {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 14px;
  color: #111111;
}

.view-as-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #111111;
  transition: all 0.2s ease;
}

.view-as-btn.active {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

/* Shop Container (Sidebar + Grid) */
.shop-body-container {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* Sidebar Filters */
.shop-sidebar {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.shop-sidebar-header {
  display: none;
}

.filter-drawer-overlay {
  display: none;
}

.shop-sidebar-scroll {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.filter-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 20px;
}

.filter-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  cursor: pointer;
  margin-bottom: 14px;
  user-select: none;
}

.filter-toggle-icon {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.filter-group-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter-checkbox-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-sans);
  font-size: 13.5px;
  color: #333333;
  cursor: pointer;
}

.filter-checkbox-label input {
  margin-right: 8px;
  cursor: pointer;
}

.filter-checkbox-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-count {
  color: #777777;
  font-size: 12.5px;
}

.color-swatch-box {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  display: inline-block;
}

/* ==========================================================================
   PRICE RANGE SLIDER (INTERACTIVE LUXURY DUAL SLIDER)
   ========================================================================== */
.price-slider-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 4px 0 6px;
}

.price-slider-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 13px;
}

.price-slider-hint {
  color: #777777;
  font-weight: 500;
}

.price-slider-val {
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 700;
  color: #1D335E;
}

.range-slider-box {
  position: relative;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
}

.range-slider-track-bg {
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #E8E4DD;
  border-radius: 3px;
  z-index: 1;
}

.range-slider-track-fill {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 5px;
  background-color: #1D335E;
  border-radius: 3px;
  z-index: 2;
  pointer-events: none;
  transition: background-color 0.2s ease;
}

.range-slider-box input[type="range"] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  padding: 0;
  height: 5px;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  z-index: 3;
}

/* Webkit Thumbs */
.range-slider-box input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1D335E;
  border: 2.5px solid #FFFFFF;
  box-shadow: 0 2px 8px rgba(29, 51, 94, 0.28);
  cursor: pointer;
  transition: transform 0.15s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
}

.range-slider-box input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #B88E56;
  transform: scale(1.18);
  box-shadow: 0 4px 12px rgba(184, 142, 86, 0.4);
}

.range-slider-box input[type="range"]::-webkit-slider-thumb:active {
  background-color: #1D335E;
  transform: scale(1.25);
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.45);
}

/* Firefox Thumbs */
.range-slider-box input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1D335E;
  border: 2.5px solid #FFFFFF;
  box-shadow: 0 2px 8px rgba(29, 51, 94, 0.28);
  cursor: pointer;
  transition: transform 0.15s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
}

.range-slider-box input[type="range"]::-moz-range-thumb:hover {
  background-color: #B88E56;
  transform: scale(1.18);
  box-shadow: 0 4px 12px rgba(184, 142, 86, 0.4);
}

.range-slider-box input[type="range"]::-moz-range-thumb:active {
  background-color: #1D335E;
  transform: scale(1.25);
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.45);
}

.price-slider-track {
  position: relative;
  height: 4px;
  background: #111111;
  border-radius: 2px;
  margin: 10px 0;
}

.price-inputs-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-input-box {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #FFFFFF;
  border: 1px solid rgba(29, 51, 94, 0.16);
  border-radius: 12px;
  padding: 6px 10px;
  font-family: var(--font-sans);
  font-size: 13px;
  flex: 1;
  min-width: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.price-input-box:focus-within {
  border-color: #1D335E;
  box-shadow: 0 0 0 2px rgba(29, 51, 94, 0.12);
}

.price-input-box .price-curr {
  color: #777777;
  font-weight: 600;
  font-size: 13px;
}

.price-input-box input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 13px;
  font-family: var(--font-sans);
  font-weight: 600;
  color: #1D335E;
  -moz-appearance: textfield;
}

.price-input-box input::-webkit-outer-spin-button,
.price-input-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-range-divider {
  color: #888888;
  font-weight: 500;
  user-select: none;
}

.btn-price-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 38px;
  margin-top: 10px;
  background-color: #1D335E;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 6px rgba(29, 51, 94, 0.15);
  padding: 0 16px;
}

.btn-price-search:hover {
  background-color: #B88E56;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(184, 142, 86, 0.3);
}

.btn-price-search:active,
.btn-price-search.is-active {
  transform: scale(0.98);
  background-color: #142442;
}

.btn-price-search svg {
  display: block;
  stroke: #FFFFFF;
  transition: transform 0.2s ease;
}

.btn-price-search:hover svg {
  transform: scale(1.1);
}

.price-slider-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.btn-reset-price {
  background: transparent;
  border: none;
  color: #1D335E;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
}

.btn-reset-price:hover {
  color: #B88E56;
}

.price-filter-stat {
  font-family: var(--font-sans);
  font-size: 12px;
  color: #777777;
}

.shop-empty-msg {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px 24px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px dashed rgba(29, 51, 94, 0.2);
  margin: 20px 0;
}

.shop-empty-msg p {
  font-family: var(--font-serif);
  font-size: 18px;
  color: #1D335E;
  margin-bottom: 12px;
}

.shop-empty-msg button {
  background: #1D335E;
  color: #FAF8F5;
  border: none;
  border-radius: 20px;
  padding: 8px 20px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.shop-empty-msg button:hover {
  background: #B88E56;
}

/* Products Grid */
.shop-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
}

.shop-products-grid.grid-4-col {
  grid-template-columns: repeat(4, 1fr);
}

.shop-item-card,
.shop-products-grid .product-card {
  display: flex;
  flex-direction: column !important;
  text-decoration: none !important;
  color: inherit !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.shop-item-card.is-hidden,
.shop-products-grid .product-card.is-hidden,
.shop-item-card[style*="display: none"],
.shop-products-grid .product-card[style*="display: none"],
.shop-item-card[style*="display:none"],
.shop-products-grid .product-card[style*="display:none"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

.shop-item-card.is-visible,
.shop-products-grid .product-card.is-visible {
  display: flex !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.shop-item-card:hover,
.shop-products-grid .product-card:hover {
  transform: translateY(-4px) !important;
}

.shop-products-grid .product-image,
.shop-products-grid .shop-img-box {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  margin-bottom: 16px !important;
  background: #FAF8F5 !important;
  display: block !important;
  padding: 0 !important;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.06) !important;
  transition: box-shadow 0.35s ease !important;
  cursor: pointer !important;
}

.shop-products-grid .product-card:hover .product-image,
.shop-products-grid .shop-item-card:hover .shop-img-box {
  box-shadow: 0 14px 32px rgba(29, 51, 94, 0.12) !important;
}

.shop-products-grid .product-image img.product-img-primary,
.shop-products-grid .shop-img-box img.product-img-primary {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: none !important;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1), opacity 0.4s ease !important;
  z-index: 1 !important;
  display: block !important;
  opacity: 1 !important;
}

.shop-products-grid .product-image img.product-img-secondary,
.shop-products-grid .shop-img-box img.product-img-secondary {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
  transform: scale(1) !important;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1), opacity 0.4s ease !important;
  z-index: 2 !important;
  display: block !important;
}

.shop-products-grid .product-card:hover .product-image img.product-img-primary,
.shop-products-grid .shop-item-card:hover .shop-img-box img.product-img-primary {
  transform: scale(1.05) !important;
  opacity: 0 !important;
}

.shop-products-grid .product-card:hover .product-image img.product-img-secondary,
.shop-products-grid .shop-item-card:hover .shop-img-box img.product-img-secondary {
  opacity: 1 !important;
  transform: scale(1.05) !important;
}

/* Badge (LumoCAD Organic Pill - Matching Index) */
.shop-products-grid .badge,
.shop-products-grid .shop-badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 5px 12px !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.25) !important;
  border: 1px solid rgba(223, 202, 128, 0.45) !important;
  z-index: 5 !important;
}
.shop-products-grid .badge.sale,
.shop-products-grid .shop-badge.sale {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.shop-products-grid .badge.hot,
.shop-products-grid .shop-badge.hot {
  background: #1D335E !important;
  color: #DFCA80 !important;
  border-color: #DFCA80 !important;
}
.shop-products-grid .badge.new,
.shop-products-grid .shop-badge.new {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}
.shop-products-grid .badge.popular,
.shop-products-grid .shop-badge.popular {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

/* Product Info Typography */
.shop-products-grid .product-info,
.shop-products-grid .shop-item-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding: 0 2px !important;
  text-align: left !important;
}

.shop-products-grid .category,
.shop-products-grid .shop-item-cat {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #B88E56 !important;
  margin: 0 !important;
}

.shop-products-grid .product-title,
.shop-products-grid .shop-item-title {
  font-family: var(--font-serif) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #181818 !important;
  margin: 0 !important;
  transition: color 0.2s ease !important;
  position: relative !important;
  cursor: pointer !important;
}

.shop-products-grid .product-card:hover .product-title,
.shop-products-grid .shop-item-card:hover .shop-item-title {
  color: #B88E56 !important;
}

.shop-products-grid .product-artist,
.shop-products-grid .shop-item-artist {
  font-family: var(--font-sans) !important;
  font-size: 12.5px !important;
  color: #7C6C63 !important;
  margin: 0 0 2px 0 !important;
}

.shop-products-grid .product-price-wrap,
.shop-products-grid .shop-item-price-wrap {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 3px 6px !important;
  margin-top: 2px !important;
}

.shop-products-grid .product-price,
.shop-products-grid .shop-price-discount,
.shop-products-grid .shop-price-regular {
  font-family: var(--font-sans) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
  margin: 0 !important;
}

.shop-products-grid .product-price-old,
.shop-products-grid .shop-price-old {
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #8C7D75 !important;
  text-decoration: line-through !important;
  margin: 0 !important;
}

.shop-products-grid .product-sizes,
.shop-products-grid .shop-size-tag {
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  color: #8C7D75 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

/* Mobile Responsive for Shop */
@media (max-width: 991px) {
  .shop-hero {
    min-height: 200px;
    padding: 30px 20px;
  }
  .shop-main-layout {
    padding: 20px 20px 60px 20px;
  }
  .shop-body-container {
    grid-template-columns: 1fr;
    gap: 25px;
    display: block;
  }
  .filter-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(5px);
    z-index: 2500;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    display: block !important;
  }
  .filter-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .shop-sidebar {
    position: fixed !important;
    top: 0 !important;
    left: -420px !important;
    width: 380px !important;
    max-width: 88vw !important;
    height: 100% !important;
    background: #FAF8F5 !important;
    box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2) !important;
    transition: left 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    z-index: 2600 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 16px 16px 0 !important;
    overflow: hidden !important;
  }
  .shop-sidebar.active,
  .shop-sidebar.mobile-active {
    left: 0 !important;
  }
  .shop-sidebar-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 24px 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: #FAF8F5;
    flex-shrink: 0;
  }
  .shop-sidebar-header h2 {
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 600;
    color: #1D335E;
    margin: 0;
  }
  .close-sidebar-filter {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #111111;
  }
  .close-sidebar-filter:hover {
    background: #1D335E;
    color: #FAF8F5;
    transform: rotate(90deg);
  }
  .shop-sidebar-scroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 24px 28px 40px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
  }
  .shop-sidebar-scroll::-webkit-scrollbar {
    width: 4px;
  }
  .shop-sidebar-scroll::-webkit-scrollbar-thumb {
    background: rgba(29, 51, 94, 0.2);
    border-radius: 4px;
  }
  .shop-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 14px;
  }
  .shop-products-grid .product-image,
  .shop-products-grid .shop-img-box {
    padding: 0 !important;
    border-radius: 16px !important;
  }
  .shop-item-title,
  .shop-products-grid .product-title {
    font-size: 15.5px !important;
  }
  .shop-products-grid .product-price-wrap,
  .shop-products-grid .shop-item-price-wrap,
  .shop-item-price-wrap {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 3px 6px !important;
    margin-top: 3px !important;
  }
  .shop-products-grid .product-price,
  .shop-products-grid .shop-price-discount,
  .shop-products-grid .shop-price-regular,
  .shop-price-discount,
  .shop-price-regular {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
  .shop-products-grid .product-price-old,
  .shop-products-grid .shop-price-old,
  .shop-price-old {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  .shop-products-grid .product-sizes,
  .shop-products-grid .shop-size-tag,
  .shop-size-tag {
    font-size: 11.5px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }
  .shop-toolbar {
    margin-bottom: 20px;
    padding-bottom: 16px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .shop-toolbar-left {
    gap: 12px;
    display: flex;
    align-items: center;
  }
  .shop-toolbar-right {
    gap: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .filter-btn-text-desktop,
  .btn-filter-toggle span {
    display: inline !important;
  }
  .filter-btn-text-mobile {
    display: none !important;
  }
  .btn-filter-toggle.active {
    background: #1D335E !important;
    color: #FAF8F5 !important;
    border-color: #1D335E !important;
  }
  .btn-filter-toggle.active svg {
    stroke: #FAF8F5 !important;
  }
  .shop-sort-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .shop-sort-wrap span {
    display: inline !important;
    font-size: 13px !important;
    color: #555555 !important;
    white-space: nowrap;
  }
  .shop-sort-select {
    padding: 7px 32px 7px 14px !important;
    font-size: 13px !important;
    min-width: 140px !important;
  }
  .shop-view-as {
    display: none !important;
  }
}



/* ==========================================================================
   CART DRAWER OVERLAY & GLOBAL CART MODAL
   ========================================================================== */
.cart-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.cart-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}
.cart-drawer-overlay .cart-drawer {
  position: absolute;
  top: 0;
  right: -450px;
  width: 450px;
  max-width: 100vw;
  height: 100%;
  max-height: 100dvh;
  overflow: hidden !important;
  background: #FAF8F5;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
  transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex;
  flex-direction: column;
}
.cart-drawer-overlay.active .cart-drawer {
  right: 0 !important;
}
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-header h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
  color: #111111;
  margin: 0;
}
.close-cart {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.1);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #111111;
}
.close-cart:hover {
  transform: rotate(90deg);
  background: #000000;
  color: #ffffff;
}
.cart-body {
  padding: 40px;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 1536px;
  margin: 0 auto;
  width: 100%;
}
.empty-cart-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
}
.empty-cart-view svg {
  margin-bottom: 20px;
  stroke: #888888;
}
.empty-cart-view p {
  font-family: var(--font-sans);
  font-size: 16px;
  color: #666666;
  margin-bottom: 24px;
}
.btn-continue-shopping {
  display: inline-block;
  background: #111111;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 30px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn-continue-shopping:hover {
  background: #333333;
}

/* ==========================================================================
   COLLECTION TEMPLATE STYLES (MATCHING USER SCREENSHOTS)
   ========================================================================== */
.collection-page {
  background-color: #FAF8F5;
  min-height: 100vh;
}

/* 1. Filter Bar & Breadcrumb */
.collection-top-bar {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 40px 10px;
}

.collection-breadcrumb {
  font-size: 14px;
  color: #333;
  margin-bottom: 24px;
  font-family: var(--font-sans);
}

.collection-breadcrumb a {
  color: #111;
  font-weight: 500;
  text-decoration: none;
}

.collection-breadcrumb span {
  margin: 0 8px;
  color: #888;
}

.collection-filter-pills {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.coll-pill-btn {
  background: #FAF8F5 !important;
  border: 1.5px solid rgba(29, 51, 94, 0.16) !important;
  border-radius: 30px !important;
  padding: 9px 22px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #1D335E !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  font-family: var(--font-sans) !important;
  text-decoration: none !important;
  display: inline-block !important;
  box-sizing: border-box !important;
}

.coll-pill-btn:hover {
  border-color: #1D335E !important;
  color: #FAF8F5 !important;
  background: #1D335E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.2) !important;
}

.coll-pill-btn.active {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  box-shadow: 0 4px 16px rgba(29, 51, 94, 0.25) !important;
}

/* 2. Dual Hero Banners (Screenshot 104550) */
.dual-hero-section {
  max-width: 1440px;
  margin: 0 auto 40px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.hero-banner-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hero-banner-card .card-bg-img,
.hero-banner-card .hero-bg-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1 !important;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-banner-card:hover .card-bg-img,
.hero-banner-card:hover .hero-bg-img {
  transform: scale(1.05);
}

.hero-banner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-banner-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-banner-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}

.hero-banner-title {
  font-family: var(--font-serif);
  font-size: clamp(34px, 3.5vw, 48px);
  color: #ffffff;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 25px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.btn-pill-arrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border: 1.5px solid #1D335E !important;
  border-radius: 40px !important;
  padding: 8px 10px 8px 22px !important;
  font-family: var(--font-sans) !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(29, 51, 94, 0.12) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
}

.btn-pill-arrow .arrow-circle {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  font-family: var(--font-sans) !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, color 0.3s ease !important;
  flex-shrink: 0 !important;
}

.btn-pill-arrow:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(29, 51, 94, 0.25) !important;
}

.btn-pill-arrow:hover .arrow-circle {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  transform: translateX(3px) scale(1.06) !important;
}

/* 3. Collaborator's Picks Slider (Screenshot 104557) */
.collaborator-section {
  max-width: 1440px;
  margin: 0 auto 40px;
  padding: 0 40px;
}

.collaborator-title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  margin: 0 0 30px;
  color: #111;
}

.collaborator-track-wrap {
  position: relative;
  overflow: hidden;
}

.collaborator-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 20px;
}

.collaborator-track::-webkit-scrollbar {
  display: none;
}

/* Standardized Product Card Styles (Matching index.html and shop.html) */
.framed-art-card,
.collaborator-card {
  flex: 0 0 260px !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: transform 0.3s ease !important;
}

.framed-art-card:hover,
.collaborator-card:hover {
  transform: translateY(-4px);
}

.framed-art-box,
.collab-img-wrap {
  background: transparent !important;
  border-radius: 20px !important;
  padding: 0 !important;
  aspect-ratio: 3.5 / 5 !important;
  height: auto !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
  margin-bottom: 14px !important;
  border: none !important;
}

.framed-inner-art,
.collab-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 3.5 / 5 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.framed-art-card:hover .framed-inner-art,
.collaborator-card:hover .collab-img-wrap img,
.stacked-card:hover .framed-inner-art {
  transform: scale(1.06) !important;
}

.framed-art-info,
.collab-info {
  display: flex;
  flex-direction: column;
}

.framed-art-info .art-category,
.collab-item-meta {
  font-family: var(--font-sans);
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  color: #888888 !important;
  margin: 0 0 4px !important;
  text-transform: uppercase !important;
  display: block;
}

.framed-art-info .art-title,
.collab-item-title {
  font-family: var(--font-serif) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  margin: 0 0 4px !important;
  line-height: 1.25 !important;
  transition: color 0.3s ease;
}

.framed-art-card:hover .art-title,
.collaborator-card:hover .collab-item-title,
.stacked-card:hover .art-title {
  color: #8c6d48 !important;
}

.framed-art-info .art-price,
.collab-item-price {
  font-family: var(--font-sans);
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  margin: 0 !important;
}

.stacked-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.stacked-card:hover {
  transform: translateY(-3px);
}

.stacked-card .framed-art-box {
  height: 280px !important;
  margin-bottom: 12px !important;
  border-radius: 14px !important;
}

.framed-art-info .sale-price {
  color: #a4321c;
  margin-right: 6px;
}

.framed-art-info del {
  color: #999;
  font-weight: normal;
}

.collaborator-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.collab-progress-bar {
  width: 220px;
  height: 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.collab-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background: #1D335E !important;
  border-radius: 3px;
  transition: left 0.3s ease, width 0.3s ease;
}

.nav-arrow-btns {
  display: flex;
  gap: 10px;
}

.nav-arrow-btn {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(29, 51, 94, 0.2) !important;
  background: #FAF8F5 !important;
  color: #1D335E !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-size: 20px !important;
  font-family: var(--font-sans) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 2px 8px rgba(29, 51, 94, 0.08) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.nav-arrow-btn:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  transform: scale(1.08) !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.22) !important;
}

/* 4. "Tiny statements" 3-Card Section (Screenshot 104603) */
.tiny-statements-section {
  max-width: 1440px;
  margin: 0 auto 40px;
  padding: 0 40px;
  box-sizing: border-box;
}

.tiny-statements-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
  gap: 40px;
}

.tiny-statements-header h2 {
  font-family: var(--font-serif);
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 600;
  color: #111111;
  line-height: 1.15;
  margin: 0;
  max-width: 520px;
}

.tiny-statements-header p {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
  max-width: 480px;
}

.tiny-statements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

.tiny-statement-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tiny-card-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  height: 380px;
  margin-bottom: 20px;
  position: relative;
  background: #ebe6dc;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.tiny-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.tiny-statement-card:hover .tiny-card-img-wrap img {
  transform: scale(1.06);
}

.tiny-statement-card h3 {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #111;
}

.tiny-statement-card p {
  font-size: 14.5px;
  color: #666;
  margin: 0 0 20px;
  line-height: 1.5;
}

.btn-black-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border: 1.5px solid #1D335E !important;
  border-radius: 30px !important;
  padding: 11px 26px !important;
  font-family: var(--font-sans) !important;
  font-weight: 600 !important;
  font-size: 13.5px !important;
  letter-spacing: 0.2px !important;
  text-decoration: none !important;
  width: fit-content !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.14) !important;
}

.btn-black-pill:hover {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border-color: #1D335E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(29, 51, 94, 0.25) !important;
}

/* 5. Discount Banner + Split Showcase (Screenshot 104610) */
.promo-split-section {
  max-width: 1440px;
  margin: 0 auto 40px;
  padding: 0 40px;
}

/* Sage Green Discount Banner */
.sage-discount-banner {
  background: #cedfd7;
  border-radius: 20px;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 20px;
}

.sage-banner-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar-stack img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #cedfd7;
  margin-left: -12px;
}

.avatar-stack img:first-child {
  margin-left: 0;
}

.sage-banner-left h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  margin: 0;
  color: #1a2e26;
  font-weight: 600;
}

.sage-banner-mid {
  font-size: 14.5px;
  color: #2b493e;
  font-weight: 500;
}

.split-grid-showcase {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 40px;
  align-items: start !important;
  position: relative;
}

.countdown-banner-card {
  position: sticky !important;
  top: 110px !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  height: 640px !important;
  min-height: 600px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: center !important;
  padding: 55px 36px 36px !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08) !important;
  z-index: 10;
}

.countdown-banner-card .bg-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.8s ease;
}

.countdown-banner-card:hover .bg-cover-img {
  transform: scale(1.03);
}

.countdown-banner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
  pointer-events: none;
}

.countdown-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.countdown-tag {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #DFCA80 !important;
  margin-bottom: 14px !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.countdown-title {
  font-family: var(--font-serif) !important;
  font-size: clamp(34px, 3.4vw, 46px) !important;
  color: #FAF8F5 !important;
  font-weight: 600 !important;
  margin: 0 0 28px !important;
  line-height: 1.15 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.countdown-timer-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 30px !important;
}

.timer-box {
  width: 54px !important;
  height: 58px !important;
  background: rgba(255, 255, 255, 0.28) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-radius: 12px !important;
  border: 1.2px solid rgba(255, 255, 255, 0.55) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  font-family: var(--font-sans) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
}

.timer-colon {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: bold !important;
  margin: 0 2px !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Badges */
.card-badge {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  z-index: 5 !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  padding: 4px 12px !important;
  border-radius: 50px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  line-height: 1.2 !important;
}

.badge-hot {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
}

.badge-new {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

.badge-popular {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

.badge-sale {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
}

/* Right Stacked Rows */
.stacked-art-showcase {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: flex-start;
  min-width: 0;
}

.stacked-row {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.stacked-row-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.stacked-row-header h3,
.stacked-row-header h4 {
  font-family: var(--font-serif) !important;
  font-size: clamp(28px, 3vw, 36px) !important;
  font-weight: 700 !important;
  margin: 0 !important;
  color: #111111 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.5px !important;
}

.stacked-row-cards {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px !important;
}

.stacked-row-cards::-webkit-scrollbar {
  display: none !important;
}

.stacked-card {
  flex: 0 0 260px !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  scroll-snap-align: start !important;
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: transform 0.3s ease !important;
}

.stacked-card:hover {
  transform: translateY(-4px) !important;
}

.stacked-card .framed-art-box {
  width: 100% !important;
  aspect-ratio: 3.5 / 5 !important;
  height: auto !important;
  background: transparent !important;
  border-radius: 20px !important;
  padding: 0 !important;
  margin-bottom: 14px !important;
  overflow: hidden !important;
  position: relative !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.stacked-card .framed-inner-art {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 3.5 / 5 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 20px !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: block !important;
}

.stacked-card:hover .framed-inner-art {
  transform: scale(1.06) !important;
}

.stacked-card .framed-art-info {
  display: flex;
  flex-direction: column;
}

.stacked-card .framed-art-info .art-category {
  font-family: var(--font-sans);
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  color: #888888 !important;
  margin: 0 0 4px !important;
  text-transform: uppercase !important;
}

.stacked-card .framed-art-info .art-title {
  font-family: var(--font-serif) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  margin: 0 0 4px !important;
  line-height: 1.25 !important;
  transition: color 0.3s ease;
}

.stacked-card:hover .framed-art-info .art-title {
  color: #8c6d48 !important;
}

.stacked-card .framed-art-info .art-price {
  font-family: var(--font-sans);
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  margin: 0 !important;
}


/* 6. Wide Hero Banner + 4 Value Props (Screenshot 104617) */
.wide-hero-section {
  max-width: 1440px;
  margin: 0 auto 40px;
  padding: 0 40px;
}

.wide-hero-card,
.wide-hero-banner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  margin-bottom: 60px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.wide-hero-card .wide-hero-bg,
.wide-hero-banner .banner-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.wide-hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
  pointer-events: none;
}

.wide-hero-content {
  position: relative;
  z-index: 3;
}

.wide-hero-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}

.wide-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.5vw, 56px);
  color: #ffffff;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 30px;
}

/* 4 Trust Props */
.trust-props-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.trust-prop-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trust-prop-icon {
  margin-bottom: 14px;
  color: #111;
}

.trust-prop-item h5 {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #111;
}

.trust-prop-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.45;
}


/* Responsive Rules for Collection Page */
@media (max-width: 1024px) {
  .dual-hero-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .split-grid-showcase {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .countdown-banner-card {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 520px !important;
    margin-bottom: 28px !important;
  }
  .tiny-statements-section {
    padding: 0 24px 50px 24px !important;
    margin: 0 auto 40px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .tiny-statements-header {
    padding: 0 !important;
    margin-bottom: 24px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .tiny-statements-header h2 {
    font-size: clamp(28px, 4.5vw, 36px) !important;
    margin: 0 !important;
  }
  .tiny-statements-header p {
    font-size: 15px !important;
    margin: 0 !important;
  }
  .tiny-statements-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 18px !important;
    padding: 0 0 16px 0 !important;
    margin: 0 !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .tiny-statements-grid::-webkit-scrollbar {
    display: none !important;
  }
  .tiny-statement-card {
    flex: 0 0 80% !important;
    max-width: 320px !important;
    min-width: 250px !important;
    scroll-snap-align: start !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .tiny-card-img-wrap {
    height: 280px !important;
    border-radius: 18px !important;
    margin-bottom: 14px !important;
  }
  .trust-props-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}

@media (max-width: 991px) {
  .collection-filter-pills {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .collection-filter-pills::-webkit-scrollbar {
    display: none;
  }
  .coll-pill-btn {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    font-size: 13.5px;
    padding: 8px 18px;
  }
}

@media (max-width: 900px) {
  .countdown-banner-card {
    position: relative !important;
    top: auto !important;
    min-height: 460px !important;
    height: auto !important;
    padding: 40px 24px 36px !important;
    margin-bottom: 28px !important;
    border-radius: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  .countdown-tag {
    font-size: 11px !important;
    margin-bottom: 10px !important;
    letter-spacing: 2px !important;
  }
  .countdown-title {
    font-size: 32px !important;
    margin: 0 0 20px !important;
  }
  .countdown-timer-wrap {
    gap: 8px !important;
    margin-bottom: 24px !important;
  }
  .timer-box {
    width: 48px !important;
    height: 52px !important;
    font-size: 19px !important;
    border-radius: 10px !important;
  }
  .timer-colon {
    font-size: 18px !important;
  }
  .btn-pill-arrow {
    padding: 8px 10px 8px 20px !important;
    font-size: 13.5px !important;
  }
  .btn-pill-arrow .arrow-circle {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 600px) {
  /* Mobile Tiny Statements Sizing */
  .tiny-statements-section {
    padding: 0 20px 40px 20px !important;
    margin: 0 auto 30px !important;
  }
  .tiny-statements-header {
    padding: 0 !important;
    margin-bottom: 18px !important;
  }
  .tiny-statements-header h2 {
    font-size: 26px !important;
  }
  .tiny-statements-header p {
    font-size: 14px !important;
  }
  .tiny-statements-grid {
    padding: 0 0 14px 0 !important;
    gap: 14px !important;
  }
  .tiny-card-img-wrap {
    height: 260px !important;
    border-radius: 18px !important;
    margin-bottom: 12px !important;
  }
  .tiny-statement-card h3 {
    font-size: 20px !important;
    margin-bottom: 4px !important;
  }
  .tiny-statement-card p {
    font-size: 13px !important;
    margin-bottom: 14px !important;
  }
  .tiny-statement-card .btn-black-pill {
    padding: 9px 20px !important;
    font-size: 12.5px !important;
  }
  
  .collection-top-bar,
  .dual-hero-section,
  .collaborator-section,
  .promo-split-section,
  .wide-hero-section {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .hero-banner-card {
    height: 360px !important;
  }
  .countdown-banner-card {
    position: relative !important;
    top: auto !important;
    min-height: 400px !important;
    height: auto !important;
    padding: 34px 18px 30px !important;
    margin-bottom: 24px !important;
    border-radius: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  .countdown-tag {
    font-size: 11.5px !important;
    margin-bottom: 8px !important;
    letter-spacing: 1.5px !important;
  }
  .countdown-title {
    font-size: 28px !important;
    margin: 0 0 18px !important;
  }
  .countdown-timer-wrap {
    gap: 6px !important;
    margin-bottom: 22px !important;
  }
  .timer-box {
    width: 44px !important;
    height: 48px !important;
    font-size: 17px !important;
    border-radius: 10px !important;
  }
  .timer-colon {
    font-size: 16px !important;
  }
  .btn-pill-arrow {
    padding: 7px 8px 7px 18px !important;
    font-size: 13px !important;
  }
  .btn-pill-arrow .arrow-circle {
    width: 26px !important;
    height: 26px !important;
    font-size: 11px !important;
  }
  .sage-discount-banner {
    flex-direction: column;
    text-align: center;
    padding: 24px 18px 20px;
    gap: 12px;
    border-radius: 18px;
    background: #1D335E !important;
    color: #FAF8F5 !important;
    border: 1.5px solid rgba(223, 202, 128, 0.35) !important;
  }
  .sage-banner-left {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .sage-banner-left h3 {
    font-size: 20px;
    font-family: var(--font-serif) !important;
    color: #DFCA80 !important;
    margin: 0;
  }
  .sage-banner-mid {
    font-size: 13px;
    font-family: var(--font-sans) !important;
    color: #FAF8F5 !important;
    margin: 0 0 4px;
  }
  .stacked-row-header h3,
  .stacked-row-header h4 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
  }
  .stacked-row-cards {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 14px !important;
    padding-bottom: 10px !important;
  }
  .stacked-card,
  .stacked-row-cards .product-card,
  .collaborator-track .product-card {
    flex: 0 0 74vw !important;
    max-width: 270px !important;
    min-width: 230px !important;
    scroll-snap-align: start !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .stacked-card .framed-art-box {
    width: 100% !important;
    aspect-ratio: 3.5 / 5 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    border-radius: 20px !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
    border: none !important;
    overflow: hidden !important;
  }
  .stacked-card .framed-inner-art {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 3.5 / 5 !important;
    object-fit: cover !important;
    border-radius: 20px !important;
    border: none !important;
    box-shadow: none !important;
  }
  .stacked-card .framed-art-info .art-category {
    font-size: 11px !important;
    margin-bottom: 3px !important;
  }
  .stacked-card .framed-art-info .art-title {
    font-size: 17px !important;
    margin-bottom: 3px !important;
  }
  .stacked-card .framed-art-info .art-price {
    font-size: 14.5px !important;
    margin: 0 !important;
  }
  .trust-props-row,
  .tf-container {
    grid-template-columns: 1fr;
  }
}

.w-100 { width: 100% !important; }
.arrow-spin { display: inline-block; transition: transform 0.3s ease; }
.btn-pill-arrow:hover .arrow-spin { transform: rotate(45deg); }


/* ==========================================================================
   COLLECTION PAGE LUXURY HOVER & SCROLL APPEAR EFFECTS
   ========================================================================== */
.hero-banner-card {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-banner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.hero-banner-card .hero-bg-img,
.hero-banner-card .card-bg-img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-banner-card:hover .hero-bg-img,
.hero-banner-card:hover .card-bg-img {
  transform: scale(1.05);
}

.framed-art-card,
.collaborator-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.framed-art-card:hover,
.collaborator-card:hover {
  transform: translateY(-6px);
}

.framed-art-card:hover .framed-art-box,
.collaborator-card:hover .collab-img-wrap {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
}

.framed-art-card .framed-inner-art,
.collaborator-card .collab-img-wrap img {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.framed-art-card:hover .framed-inner-art,
.collaborator-card:hover .collab-img-wrap img {
  transform: scale(1.06) !important;
}

.tiny-statement-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.tiny-statement-card:hover {
  transform: translateY(-5px);
}

.tiny-statement-card .tiny-card-img-wrap {
  transition: box-shadow 0.4s ease;
}

.tiny-statement-card:hover .tiny-card-img-wrap {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.tiny-statement-card .tiny-card-img-wrap img {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.tiny-statement-card:hover .tiny-card-img-wrap img {
  transform: scale(1.06);
}

.tiny-statement-card h3 {
  transition: color 0.3s ease;
}

.tiny-statement-card:hover h3 {
  color: #8c6d48;
}

.sage-discount-banner {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.sage-discount-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.countdown-banner-card {
  transition: box-shadow 0.5s ease;
}

.countdown-banner-card:hover {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12) !important;
}

.countdown-banner-card .bg-cover-img {
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.countdown-banner-card:hover .bg-cover-img {
  transform: scale(1.04) !important;
}

.stacked-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.stacked-card:hover {
  transform: translateY(-6px) !important;
}

.stacked-card .framed-art-box {
  transition: box-shadow 0.4s ease !important;
}

.stacked-card:hover .framed-art-box {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
}

.stacked-card .framed-inner-art {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.stacked-card:hover .framed-inner-art {
  transform: scale(1.06) !important;
}

.wide-hero-card {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.wide-hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

.wide-hero-card .wide-hero-bg {
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.wide-hero-card:hover .wide-hero-bg {
  transform: scale(1.04);
}

.trust-prop-item {
  transition: transform 0.35s ease;
}

.trust-prop-item:hover {
  transform: translateY(-3px);
}

.trust-prop-item .trust-icon-box {
  transition: transform 0.35s ease, background-color 0.35s ease;
}

.trust-prop-item:hover .trust-icon-box {
  transform: scale(1.1);
  background: #1D335E;
  color: #ffffff;
}

.nav-arrow-btn {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-arrow-btn:hover {
  background: #1D335E !important;
  color: #ffffff !important;
  border-color: #1D335E !important;
  transform: scale(1.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.coll-pill-btn {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.coll-pill-btn:hover {
  background: #1D335E !important;
  color: #ffffff !important;
  border-color: #1D335E !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-pill-arrow {
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-pill-arrow:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.btn-pill-arrow .arrow-circle {
  transition: transform 0.3s ease;
}

.btn-pill-arrow:hover .arrow-circle {
  transform: translateX(3px) scale(1.05);
}


/* ==========================================================================
   GRIMOIRE ART — UNIFIED MASTER PRODUCT DETAIL PAGE (PDP) STYLES
   ========================================================================== */

.pdp-page {
  background-color: var(--bg-cream, #FAF8F5);
  color: var(--text-primary, #1D335E);
}

.rd-product-main {
  background-color: var(--bg-cream, #FAF8F5);
  width: 100%;
  padding-top: 20px;
}

.rd-product-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 40px 80px;
  display: grid;
  grid-template-columns: 57% 39%;
  gap: 4%;
  align-items: flex-start;
  box-sizing: border-box;
}

/* ==========================================
   1. LEFT GALLERY COLUMN & STACKED CARDS
   ========================================== */
.rd-gallery-col {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}

/* Vertical Sticky Thumbnail Strip */
.rd-thumbs-strip {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
  width: 72px;
  z-index: 10;
}

.rd-thumb-item {
  width: 72px;
  height: 90px;
  background: #ffffff;
  border-radius: 12px;
  padding: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  overflow: hidden;
  box-sizing: border-box;
}

.rd-thumb-item:hover,
.rd-thumb-item.active {
  border-color: #1D335E;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transform: scale(1.04);
}

.rd-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Main Cards Stack */
.rd-cards-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
  width: calc(100% - 96px);
}

/* Card 1: Main Centered Framed Artwork Card - Gallery Studio Canvas */
#rd-card-1.rd-main-card,
.rd-main-card {
  background: #ffffff !important;
  border-radius: 28px !important;
  padding: 52px 40px !important;
  min-height: 580px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid rgba(229, 223, 213, 0.35) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.rd-zoom-icon-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FAF8F5;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1D335E;
  transition: all 0.2s ease;
  z-index: 5;
}

.rd-zoom-icon-btn:hover {
  background: #1D335E;
  color: #ffffff;
  transform: scale(1.08);
}

#rd-card-1 .rd-framed-art-wrap,
.rd-framed-art-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center center;
}

.rd-framed-art-wrap.zoomed {
  transform: scale(1.18);
}

#rd-card-1 #rd-interactive-frame.rd-art-frame,
.rd-art-frame {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 86% !important;
  max-height: 86% !important;
  box-shadow: 0 20px 48px rgba(18, 28, 48, 0.16), 0 6px 16px rgba(18, 28, 48, 0.08) !important;
  border-radius: 2px !important;
  background-color: transparent !important;
  box-sizing: border-box !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  overflow: visible !important;
  line-height: 0 !important;
}

#rd-card-1 #rd-interactive-frame.rd-art-frame.is-unframed,
.rd-art-frame.is-unframed {
  box-shadow: 0 10px 28px rgba(18, 28, 48, 0.12), 0 2px 8px rgba(18, 28, 48, 0.06) !important;
}

#rd-card-1 #rd-mat-border.rd-mat-border,
.rd-mat-border {
  background-color: #FAF8F5 !important;
  padding: 32px 26px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
  transition: padding 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, box-shadow 0.3s ease !important;
  position: relative !important;
  z-index: 1 !important;
}

#rd-card-1 #rd-mat-border.full-bleed,
.rd-mat-border.full-bleed {
  padding: 12px 12px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

#rd-card-1 .rd-art-frame.is-unframed #rd-mat-border,
.rd-art-frame.is-unframed .rd-mat-border {
  background-color: #FAF8F5 !important;
  padding: 32px 26px !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
}

#rd-card-1 .rd-art-frame.is-unframed #rd-mat-border.full-bleed,
.rd-art-frame.is-unframed .rd-mat-border.full-bleed {
  padding: 0px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

#rd-card-1 #rd-main-art-img,
.rd-mat-border img {
  width: auto !important;
  height: auto !important;
  max-width: 310px !important;
  max-height: 440px !important;
  object-fit: contain !important;
  display: block !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06) !important;
  position: relative !important;
  z-index: 1 !important;
  transition: transform 0.3s ease !important;
}

#rd-card-1 #rd-frame-overlay.rd-frame-overlay,
.rd-frame-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  pointer-events: none !important;
  z-index: 2 !important;
  transition: opacity 0.25s ease !important;
}

/* Cards 2, 3, 4: Lifestyle, Texture, Room Mockups */
.rd-detail-card,
.rd-room-card,
.rd-secondary-card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}

.rd-detail-card img,
.rd-room-card img,
.rd-secondary-card img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

/* 2-Layer POD Dynamic Mockup Architecture (Blank Garment/Bag + PNG Artwork Overlay) */
.rd-mockup-wrap {
  position: relative !important;
  overflow: hidden !important;
  background: #f7f7f7 !important;
}

.rd-mockup-base {
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
  object-fit: cover !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  transition: opacity 0.25s ease !important;
}

.rd-mockup-print-area {
  position: absolute !important;
  z-index: 2 !important;
  pointer-events: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Tee print area: upper chest */
.tee-print-area {
  top: 27% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 40% !important;
  max-width: 420px !important;
}

/* Tote print area: central bag body */
.tote-print-area {
  top: 40% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 44% !important;
  max-width: 420px !important;
  max-height: 46% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.tote-print-area .rd-mockup-art {
  max-height: 100% !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.rd-mockup-art {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain !important;
  display: block !important;
  opacity: 0.94 !important;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.08)) !important;
  transition: opacity 0.25s ease, transform 0.25s ease !important;
}

.rd-mockup-art.blend-multiply {
  mix-blend-mode: multiply !important;
}

/* ==========================================
   2. RIGHT COLUMN: STICKY BUY BOX
   ========================================== */
.rd-info-col {
  width: 100%;
}

.rd-sticky-buy-box {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.rd-breadcrumb {
  font-size: 13px;
  color: #777777;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rd-breadcrumb a {
  color: #777777;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rd-breadcrumb a:hover {
  color: #1D335E;
}

.rd-bc-sep {
  color: #bbbbbb;
}

.rd-bc-current {
  color: #1D335E;
  font-weight: 500;
}

.rd-title {
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.15;
  color: #1D335E;
  margin: 0;
}

.rd-price {
  font-size: 26px;
  font-weight: 700;
  color: #1D335E;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.rd-price-sale {
  font-size: 28px;
  font-weight: 700;
  color: #1D335E;
}

.rd-price-orig {
  font-size: 18px;
  font-weight: 500;
  color: #888888;
  text-decoration: line-through;
}

.rd-price-badge {
  font-size: 11px;
  font-weight: 700;
  color: #b84c37;
  background: #faeae6;
  padding: 3px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.rd-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #533B34;
  margin: 0;
}

/* Option Groups & Labels */
.rd-opt-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rd-opt-label {
  font-size: 13px;
  font-weight: 600;
  color: #1D335E;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.rd-opt-label span {
  font-weight: 400;
  color: #7C6C63;
  text-transform: none;
  letter-spacing: normal;
}

/* Frame Tiles Grid (3 columns x 2 rows) */
.rd-frame-tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.rd-frame-tile {
  border: 1.5px solid #e5dfd5;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.rd-frame-tile:hover {
  border-color: #999999;
  transform: translateY(-2px);
}

.rd-frame-tile.active {
  border-color: #1D335E;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.rd-mini-frame-preview {
  width: 34px;
  height: 42px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.preview-unframed {
  border: 1px dashed #aaaaaa;
  background: #fdfbf7;
}

.rd-mini-poster-art {
  width: 22px;
  height: 28px;
  background: #d9534f;
  border-radius: 2px;
  display: block;
}

.preview-oak {
  border: 3.5px solid #bfa07e;
  background: #bfa07e;
}

.preview-black {
  border: 3.5px solid #1a1a1a;
  background: #1a1a1a;
}

.preview-white {
  border: 3.5px solid #e0ded8;
  background: #e0ded8;
}

.preview-walnut {
  border: 3.5px solid #5c3a21;
  background: #5c3a21;
}

.preview-canvas {
  border: 3.5px solid #d8cdba;
  background: #d8cdba;
}

.rd-mini-mat {
  width: 20px;
  height: 26px;
  background: #ffffff;
  border-radius: 1px;
}

.rd-frame-tile-title {
  font-size: 11.5px;
  font-weight: 500;
  color: #1D335E;
  text-align: center;
}

/* Size Pills (3 items) */
.rd-size-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.rd-size-btn {
  border: 1.5px solid #e5dfd5;
  border-radius: 12px;
  background: #ffffff;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 3px;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.rd-size-btn:hover {
  border-color: #999999;
  transform: translateY(-2px);
}

.rd-size-btn.active {
  border-color: #1D335E;
  background: #1D335E;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.rd-size-name {
  font-size: 13px;
  font-weight: 600;
}

.rd-size-dim {
  font-size: 11px;
  color: #777777;
}

.rd-size-btn.active .rd-size-dim {
  color: rgba(255, 255, 255, 0.75);
}

/* Paper Quality Buttons (3 items) */
.rd-paper-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.rd-paper-btn {
  border: 1.5px solid #e5dfd5;
  border-radius: 12px;
  background: #ffffff;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 3px;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.rd-paper-btn:hover {
  border-color: #999999;
  transform: translateY(-2px);
}

.rd-paper-btn.active {
  border-color: #1D335E;
  background: #1D335E;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.rd-paper-name {
  font-size: 12.5px;
  font-weight: 600;
}

.rd-paper-spec {
  font-size: 10.5px;
  color: #777777;
}

.rd-paper-btn.active .rd-paper-spec {
  color: rgba(255, 255, 255, 0.82);
}

/* Border Style Buttons (2 items) */
.rd-border-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rd-border-btn {
  border: 1.5px solid #e5dfd5;
  border-radius: 12px;
  background: #ffffff;
  padding: 10px 14px;
  min-height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  outline: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.rd-border-btn:focus-visible {
  outline: 2px solid #1D335E !important;
  outline-offset: 2px;
}

.rd-border-name {
  font-size: 13px;
  font-weight: 600;
  color: #1D335E;
  margin-bottom: 2px;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.rd-border-sub {
  font-size: 11px;
  font-weight: 400;
  color: #777777;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.rd-border-btn:hover {
  border-color: #999999;
  transform: translateY(-2px);
}

.rd-border-btn.active {
  border-color: #1D335E;
  background: #1D335E;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.16);
}

.rd-border-btn.active .rd-border-name {
  color: #ffffff;
}

.rd-border-btn.active .rd-border-sub {
  color: rgba(255, 255, 255, 0.85);
}

/* Stock Status */
.rd-stock-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #c0392b;
  margin: 4px 0;
}

/* CTA Row: Qty Box + Add To Cart Button */
.rd-cta-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
  width: 100%;
}

.rd-qty-box {
  display: flex;
  align-items: center;
  border: 1.5px solid #e5dfd5;
  border-radius: 30px;
  background: #ffffff;
  padding: 0 6px;
  width: 110px;
  flex-shrink: 0;
  justify-content: space-between;
  box-sizing: border-box;
}

.rd-qty-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 8px 10px;
  color: #1D335E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-qty-val {
  font-size: 14px;
  font-weight: 600;
  min-width: 20px;
  text-align: center;
  color: #1D335E;
}

.rd-btn-add-cart {
  flex: 1;
  background: #1D335E;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-btn-add-cart:hover {
  background: #B88E56;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.rd-btn-buy-now {
  width: 100%;
  background: #ffffff;
  color: #1D335E;
  border: 1.5px solid #1D335E;
  border-radius: 30px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.rd-btn-buy-now:hover {
  background: #FAF8F5;
  border-color: #B88E56;
  color: #B88E56;
  transform: translateY(-2px);
}

/* 3 Value Propositions */
.rd-perks-row {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  gap: 10px;
}

.rd-perk-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 500;
  color: #533B34;
}

.rd-perk-item svg {
  color: #B88E56;
  flex-shrink: 0;
}

/* Buy Box Accordions */
.rd-accordions {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.rd-acc-item {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.rd-acc-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #1D335E;
  cursor: pointer;
  text-align: left;
}

.rd-acc-chevron {
  transition: transform 0.3s ease;
}

.rd-acc-item.active .rd-acc-chevron {
  transform: rotate(180deg);
}

.rd-acc-panel {
  display: none;
  padding-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #533B34;
}

.rd-acc-item.active .rd-acc-panel {
  display: block;
}

/* Video Feedbacks Card */
.rd-video-feedbacks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}

.rd-vf-title {
  font-size: 18px;
  font-weight: 600;
  color: #1D335E;
  margin: 0;
}

.rd-vf-avatars {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rd-vf-item {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #DFCA80;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease;
}

.rd-vf-item:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 14px rgba(223, 202, 128, 0.4);
}

.rd-vf-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.rd-vf-circle img,
.rd-vf-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Inspiration Card */
.rd-inspiration-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #ffffff;
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.rd-inspiration-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.rd-insp-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #FAF8F5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #B88E56;
}

.rd-insp-info {
  flex: 1;
}

.rd-insp-title {
  font-size: 14px;
  font-weight: 600;
  color: #1D335E;
  margin: 0 0 2px;
}

.rd-insp-sub {
  font-size: 12px;
  color: #777777;
  margin: 0;
}

.rd-insp-arrow {
  color: #999999;
  transition: transform 0.2s ease;
}

.rd-inspiration-card:hover .rd-insp-arrow {
  transform: translateX(4px);
  color: #B88E56;
}

/* Share & Help Row */
.rd-bottom-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6px;
}

.rd-share-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #7C6C63;
}

.rd-share-label {
  font-weight: 500;
}

.rd-share-icon {
  background: none;
  border: none;
  color: #1D335E;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.rd-share-icon:hover {
  color: #B88E56;
}

.rd-help-btn {
  font-size: 13px;
  color: #1D335E;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.rd-help-btn:hover {
  color: #B88E56;
}

/* ==========================================
   HIGH-CONVERTING AOV STICKY BUY BAR
   ========================================== */
.pdp-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid rgba(229, 223, 213, 0.85);
  box-shadow: 0 -8px 30px rgba(29, 51, 94, 0.09);
  transform: translateY(115%);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
  pointer-events: none;
}

.pdp-sticky-bar.visible,
#pdp-sticky-bar.visible {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.pdp-sticky-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
}

.pdp-sticky-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
}

.pdp-sticky-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  background: #fff;
}

.pdp-sticky-meta {
  min-width: 0;
}

.pdp-sticky-title {
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 700;
  color: #1D335E;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdp-sticky-variant {
  font-size: 12px;
  color: #7C6C63;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdp-sticky-perk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.pdp-perk-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: #1b633e;
  background: #eaf6ee;
  border: 1px solid #c2e5cf;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 0.2px;
}

.pdp-sticky-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.pdp-sticky-qty {
  display: flex;
  align-items: center;
  background: #f7f5f0;
  border: 1px solid #e5dfd5;
  border-radius: 24px;
  padding: 3px 6px;
  gap: 10px;
}

.pdp-sticky-qty-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #1D335E;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.pdp-sticky-qty-btn:hover {
  background: rgba(29, 51, 94, 0.08);
}

#pdp-sticky-qty-num {
  font-size: 13px;
  font-weight: 600;
  color: #1D335E;
  min-width: 14px;
  text-align: center;
}

.pdp-sticky-price {
  font-size: 18px;
  font-weight: 700;
  color: #1D335E;
  min-width: 70px;
  text-align: right;
}

.pdp-sticky-atc-btn {
  background: #1D335E;
  color: #ffffff;
  border: 1px solid #1D335E;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.pdp-sticky-atc-btn:hover {
  background: #13223f;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.25);
}

.pdp-sticky-buy-btn {
  background: #B88E56;
  color: #ffffff;
  border: 1px solid #B88E56;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.pdp-sticky-buy-btn:hover {
  background: #9d7744;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(184, 142, 86, 0.3);
}

/* ==========================================
   3. COMPLETE THE LOOK SECTION
   ========================================== */
.rd-complete-look-section {
  width: 100%;
  margin-top: 6px;
  box-sizing: border-box;
}

.rd-ctl-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.rd-ctl-title {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 600;
  color: #1D335E;
  margin: 0;
}

.rd-ctl-arrows {
  display: flex;
  gap: 8px;
}

.rd-ctl-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5dfd5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1D335E;
  border-color: rgba(29, 51, 94, 0.2);
  transition: all 0.2s ease;
  padding: 0;
}

.rd-ctl-arrow:hover {
  background: #1D335E;
  color: #ffffff;
  border-color: #1D335E;
}

.rd-ctl-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 8px;
}

.rd-ctl-track::-webkit-scrollbar {
  display: none;
}

.rd-ctl-card {
  flex: 0 0 160px;
  width: 160px;
  min-width: 160px;
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  color: inherit;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
}

.rd-ctl-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.rd-ctl-box {
  width: 100%;
  height: 150px;
  background: #FAF8F5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}

.rd-ctl-art-unframed {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-ctl-art-unframed img {
  max-width: 85%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  display: block;
}

.rd-ctl-art-framed {
  border: 6px solid #bfa07e;
  background: #bfa07e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-ctl-frame-inner {
  background: #ffffff;
  padding: 6px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-ctl-frame-inner img {
  width: 75px;
  height: 100px;
  object-fit: cover;
  display: block;
}

.rd-ctl-info {
  margin-top: auto;
}

.rd-ctl-cat {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #888888;
  margin: 0 0 2px;
}

.rd-ctl-name {
  font-family: var(--font-serif);
  font-size: 13.5px;
  font-weight: 600;
  color: #1D335E;
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rd-ctl-price-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.rd-ctl-price-sale,
.rd-ctl-price {
  font-size: 13px;
  font-weight: 700;
  color: #1D335E;
  margin: 0;
}

.rd-ctl-price-orig {
  font-size: 11.5px;
  color: #999999;
  text-decoration: line-through;
  margin: 0;
}


/* ==========================================
   4. OUR FEATURES SECTION
   ========================================== */
.pdp-features-section {
  background-color: var(--bg-cream, #FAF8F5);
  padding: 85px 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.pdp-features-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 38% 58%;
  gap: 4%;
  align-items: flex-start;
  box-sizing: border-box;
}

.pdp-features-left {
  position: sticky;
  top: 110px;
}

.pdp-feat-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #B88E56;
  display: block;
  margin-bottom: 14px;
}

.pdp-feat-heading {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.15;
  color: #1D335E;
  margin: 0;
}

.pdp-features-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pdp-feat-accordion {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 30px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.pdp-feat-accordion.active {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.pdp-feat-acc-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.pdp-feat-acc-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pdp-feat-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FAF8F5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B88E56;
}

.pdp-feat-acc-title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
  color: #1D335E;
}

.pdp-feat-acc-chevron {
  transition: transform 0.3s ease;
  color: #1D335E;
}

.pdp-feat-accordion.active .pdp-feat-acc-chevron {
  transform: rotate(180deg);
}

.pdp-feat-acc-content {
  display: none;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 16px;
}

.pdp-feat-accordion.active .pdp-feat-acc-content {
  display: block;
}

.pdp-feat-acc-lead {
  font-size: 14px;
  line-height: 1.6;
  color: #533B34;
  margin-bottom: 12px;
}

.pdp-feat-acc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pdp-feat-acc-list li {
  font-size: 13.5px;
  color: #533B34;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdp-feat-acc-list li::before {
  content: "•";
  color: #8c6d48;
  font-size: 18px;
}


/* ==========================================
   5. HAPPY CUSTOMERS SECTION (ROYAL DELFT NAVY LUXURY EDITION)
   ========================================== */
.pdp-happy-customers-section {
  background: #1D335E !important; /* Grimoire Delft Royal Navy */
  padding: 85px 0 95px !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
}

.pdp-hc-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.pdp-hc-header {
  margin-bottom: 35px;
}

.pdp-hc-title {
  font-family: var(--font-serif) !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #FAF8F5 !important; /* Warm Alabaster heading on Navy */
  margin: 0;
  letter-spacing: -0.3px;
}

.pdp-hc-carousel-wrap {
  position: relative;
  width: 100%;
}

.pdp-hc-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 24px;
}

.pdp-hc-track::-webkit-scrollbar {
  display: none;
}

.pdp-hc-card {
  flex: 0 0 calc(33.333% - 16px) !important;
  min-width: 320px !important;
  max-width: 420px !important;
  background: #FFFFFF !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 38px rgba(10, 20, 42, 0.35) !important;
  border: 1px solid rgba(223, 202, 128, 0.3) !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.pdp-hc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(10, 20, 42, 0.45) !important;
}

.pdp-hc-card-img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  flex-shrink: 0;
}

.pdp-hc-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.pdp-hc-card:hover .pdp-hc-card-img img {
  transform: scale(1.04);
}

.pdp-hc-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.pdp-hc-content-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pdp-hc-stars {
  display: flex;
  gap: 3px;
  color: #DFCA80 !important;
  margin-bottom: 4px;
}

.pdp-hc-quote {
  font-family: var(--font-serif) !important;
  font-size: 15.5px !important;
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  color: #1D335E !important;
  margin: 0;
}

.pdp-hc-author {
  font-family: var(--font-serif) !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  font-style: italic !important;
  color: #533B34 !important;
  margin: 0;
}

.pdp-hc-content-bottom {
  margin-top: 16px;
}

.pdp-hc-divider {
  height: 1px;
  background: rgba(29, 51, 94, 0.08);
  margin: 0 0 12px;
}

.pdp-hc-product {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdp-hc-product img {
  width: 34px;
  height: 44px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(29, 51, 94, 0.12);
  flex-shrink: 0;
  display: block;
}

.pdp-hc-product span {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1D335E !important;
}

.pdp-hc-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.pdp-hc-progress-track {
  flex: 1;
  max-width: 240px;
  height: 3px !important;
  background: rgba(255, 255, 255, 0.25) !important;
  border-radius: 3px !important;
  position: relative !important;
  overflow: hidden !important;
}

.pdp-hc-progress-bar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 35% !important;
  background: #DFCA80 !important; /* Brand Gold indicator */
  border-radius: 3px !important;
  transition: left 0.25s ease !important;
}

.pdp-hc-arrows {
  display: flex;
  gap: 12px;
}

.pdp-hc-arrow {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  color: #FAF8F5 !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.pdp-hc-arrow:hover {
  background: #DFCA80 !important;
  color: #1D335E !important;
  border-color: #DFCA80 !important;
  transform: scale(1.08) !important;
  box-shadow: 0 4px 14px rgba(223, 202, 128, 0.4) !important;
}

/* ==========================================
   6. STYLING YOUR SPACE (MARQUEE)
   ========================================== */
.pdp-styling-section {
  background-color: var(--bg-cream, #FAF8F5);
  padding: 60px 0 85px;
  width: 100%;
  overflow: hidden;
}

.pdp-styling-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.pdp-styling-header {
  text-align: center;
  margin-bottom: 36px;
}

.pdp-styling-title {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 600;
  color: #1D335E;
  margin: 0 0 8px;
}

.pdp-styling-sub {
  font-size: 14px;
  color: #533B34;
}

.pdp-styling-mention {
  color: #B88E56;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 4px;
}

.pdp-styling-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pdp-styling-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: pdpMarquee 40s linear infinite;
}

.pdp-styling-marquee:hover .pdp-styling-track {
  animation-play-state: paused;
}

@keyframes pdpMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.pdp-style-card {
  width: 240px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.pdp-style-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-style-handle {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  backdrop-filter: blur(4px);
}


/* ==========================================
   7. WHY CHOOSE GRIMOIRE ART SECTION
   ========================================== */
.pdp-why-choose-section {
  background-color: var(--bg-cream, #FAF8F5);
  padding: 70px 0 85px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.pdp-why-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.pdp-why-title {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #1D335E;
  margin: 0 0 45px;
}

.pdp-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.pdp-why-item {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 26px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  box-sizing: border-box;
}

.pdp-why-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.pdp-why-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #FAF8F5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B88E56;
  margin-bottom: 4px;
}

.pdp-why-heading {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 600;
  color: #1D335E;
  margin: 0;
}

.pdp-why-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #533B34;
  margin: 0;
}


/* ==========================================
   8. MATERIALS SPOTLIGHT BANNER SECTION
   ========================================== */
.pdp-materials-banner-section {
  max-width: 1380px;
  margin: 0 auto 80px;
  padding: 0 40px;
  box-sizing: border-box;
}

.pdp-mat-banner-container {
  width: 100%;
}

.pdp-mat-banner-card {
  width: 100%;
  min-height: 480px;
  border-radius: 32px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transition: background-image 0.5s ease;
}

.pdp-mat-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  box-sizing: border-box;
}

.pdp-mat-banner-center {
  margin: auto 0;
  max-width: 540px;
}

.pdp-mat-banner-title {
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 24px;
}

.pdp-mat-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  color: #1D335E;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.pdp-mat-btn:hover {
  background: #FAF8F5;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.pdp-mat-btn-arrow {
  display: flex;
  align-items: center;
}

/* Desktop Material Tabs */
.pdp-mat-tabs-desktop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.pdp-mat-tab {
  cursor: pointer;
}

.pdp-mat-tab-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.pdp-mat-tab.active .pdp-mat-tab-label {
  color: #ffffff;
}

.pdp-mat-tab-bar {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  overflow: hidden;
}

.pdp-mat-tab-progress {
  height: 100%;
  width: 0%;
  background: #ffffff;
  transition: width 0.3s ease;
}

.pdp-mat-tab.active .pdp-mat-tab-progress {
  width: 100%;
}

.pdp-mat-tabs-mobile {
  display: none;
}


/* ==========================================
   9. FRAME INSPIRATION & PAIRINGS SECTION
   ========================================== */
.pdp-frame-inspo-section {
  background-color: var(--bg-cream, #FAF8F5);
  padding: 70px 0 85px;
  width: 100%;
}

.pdp-fi-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 46% 50%;
  gap: 4%;
  align-items: center;
  box-sizing: border-box;
}

.pdp-fi-left-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 40px 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

.pdp-fi-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #1D335E;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 20px;
}

.pdp-fi-art-wrap {
  margin: 20px 0;
}

.pdp-fi-art-frame {
  border: 12px solid #bfa07e;
  background: #bfa07e;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  display: inline-block;
}

.pdp-fi-art-mat {
  background: #ffffff;
  padding: 18px 14px;
}

.pdp-fi-art-mat img {
  width: 180px;
  height: 240px;
  object-fit: cover;
  display: block;
}

.pdp-fi-current-info {
  text-align: center;
  margin-top: 10px;
}

.pdp-fi-current-name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  color: #1D335E;
  margin: 0 0 4px;
}

.pdp-fi-current-price {
  font-size: 14px;
  font-weight: 700;
  color: #1D335E;
  margin: 0;
}

.pdp-fi-right-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pdp-fi-title {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 600;
  color: #1D335E;
  margin: 0;
}

.pdp-fi-pairings-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pdp-fi-pairing-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.pdp-fi-pair-thumb {
  width: 68px;
  height: 86px;
  flex-shrink: 0;
  cursor: pointer;
}

.pdp-fi-pair-frame {
  border: 4px solid #1a1a1a;
  background: #ffffff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.pdp-fi-pair-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-fi-pair-info {
  flex: 1;
}

.pdp-fi-pair-name {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 600;
  color: #1D335E;
  margin: 0 0 4px;
}

.pdp-fi-pair-price {
  font-size: 13.5px;
  font-weight: 700;
  color: #1D335E;
  margin: 0;
}

.pdp-fi-pair-cart-btn {
  background: #1D335E;
  color: #ffffff;
  border: none;
  border-radius: 24px;
  padding: 8px 18px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pdp-fi-pair-cart-btn:hover {
  background: #B88E56;
  transform: translateY(-2px);
}

.pdp-fi-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.pdp-fi-page-num {
  font-size: 13px;
  font-weight: 600;
  color: #7C6C63;
}

.pdp-fi-page-track {
  flex: 1;
  max-width: 140px;
  height: 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin: 0 16px;
}

.pdp-fi-page-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #1D335E;
  border-radius: 3px;
  transition: left 0.25s ease;
}

.pdp-fi-arrows {
  display: flex;
  gap: 8px;
}

.pdp-fi-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5dfd5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1D335E;
  border-color: rgba(29, 51, 94, 0.2);
  transition: all 0.2s ease;
}

.pdp-fi-nav-btn:hover {
  background: #1D335E;
  color: #ffffff;
  border-color: #1D335E;
}


/* ==========================================
   10. THE CURATED EDIT SECTION
   ========================================== */
.pdp-curated-edit-section {
  background-color: var(--bg-cream, #FAF8F5);
  width: 100%;
  overflow: hidden;
  padding: 0 0 90px;
}

/* Grimoire Art Luxury Edition Ticker Marquee (Seamless Infinite Scroll) */
.pdp-mint-ticker {
  background-color: #DFCA80 !important; /* Grimoire Heritage Brand Gold */
  padding: 16px 0 !important;
  overflow: hidden !important;
  position: relative !important;
  white-space: nowrap !important;
  margin-bottom: 70px !important;
  border-top: 1px solid rgba(29, 51, 94, 0.12) !important;
  border-bottom: 1px solid rgba(29, 51, 94, 0.12) !important;
  cursor: default !important;
  user-select: none !important;
}

.pdp-mint-ticker-track {
  display: flex !important;
  width: max-content !important;
}

.pdp-marquee-group {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  animation: pdpInfiniteMarquee 32s linear infinite !important;
  will-change: transform !important;
}

.pdp-mint-ticker:hover .pdp-marquee-group {
  animation-play-state: paused !important;
}

@keyframes pdpInfiniteMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.pdp-mint-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 0 35px !important;
  font-family: var(--font-serif) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #1D335E !important; /* Delft Royal Navy */
  letter-spacing: 0.3px !important;
}

.pdp-mint-pill {
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  background: #FFFFFF !important;
  color: #1D335E !important;
  border: 1px solid rgba(29, 51, 94, 0.12) !important;
  padding: 5px 18px !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(29, 51, 94, 0.08) !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;
}

.pdp-mint-pill:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  transform: translateY(-2px) scale(1.05) !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.25) !important;
}

/* Curated Edit Main Block */
.pdp-curated-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.pdp-curated-grid {
  display: grid;
  grid-template-columns: 46% 48%;
  gap: 6%;
  align-items: center;
}

.pdp-curated-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pdp-curated-circle-crop {
  width: 440px;
  height: 440px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pdp-curated-visual:hover .pdp-curated-circle-crop {
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
}

.pdp-curated-circle-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.pdp-curated-visual:hover .pdp-curated-circle-crop img {
  transform: scale(1.06);
}

/* Floating Badges with Dynamic Micro-Animations */
.pdp-badge-digital {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #1D335E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  color: #FAF8F5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  z-index: 2;
  animation: pdpFloatDigital 4.5s ease-in-out infinite alternate;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.pdp-badge-digital:hover {
  transform: scale(1.1) rotate(-8deg) !important;
}

@keyframes pdpFloatDigital {
  0% {
    transform: translateY(0) rotate(-12deg);
  }
  50% {
    transform: translateY(-8px) rotate(-6deg);
  }
  100% {
    transform: translateY(-14px) rotate(-14deg);
  }
}

.pdp-badge-objects {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.16));
  z-index: 2;
  animation: pdpFloatObjects 5s ease-in-out infinite alternate;
  cursor: pointer;
}

.pdp-badge-objects:hover .pdp-scallop-svg {
  animation-duration: 6s;
}

@keyframes pdpFloatObjects {
  0% {
    transform: translateY(0) rotate(8deg);
  }
  50% {
    transform: translateY(8px) rotate(4deg);
  }
  100% {
    transform: translateY(12px) rotate(10deg);
  }
}

.pdp-scallop-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: pdpRotateScallop 20s linear infinite;
  transform-origin: center center;
}

@keyframes pdpRotateScallop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pdp-badge-objects-text {
  position: relative;
  z-index: 2;
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 700;
  color: #1D335E;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  pointer-events: none;
}

/* Curated Content */
.pdp-curated-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pdp-curated-tag {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #B88E56;
  display: block;
}

.pdp-curated-heading {
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  color: #1D335E;
  margin: 0;
}

.pdp-curated-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #533B34;
  margin: 0;
}

.pdp-curated-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #1D335E;
  color: #ffffff;
  padding: 12px 18px 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14.5px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  width: max-content;
  margin-top: 8px;
}

.pdp-curated-cta-btn:hover {
  background: #B88E56;
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

.pdp-curated-cta-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  color: #1D335E;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.pdp-curated-cta-btn:hover .pdp-curated-cta-arrow {
  transform: translateX(4px);
}


/* ==========================================
   11. YOU MAY ALSO LIKE SECTION
   ========================================== */
.pdp-ymal-section {
  background-color: var(--bg-cream, #FAF8F5);
  padding: 70px 0 85px;
  width: 100%;
}

.pdp-ymal-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.pdp-ymal-header {
  margin-bottom: 28px;
}

.pdp-ymal-title {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 600;
  color: #1D335E;
  margin: 0;
}

.pdp-ymal-slider-wrap {
  width: 100%;
  position: relative;
}

.pdp-ymal-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 16px;
}

.pdp-ymal-track::-webkit-scrollbar {
  display: none;
}

.pdp-ymal-item {
  flex: 0 0 calc(25% - 18px);
  min-width: 240px;
}

.pdp-ymal-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.pdp-ymal-progress-track {
  flex: 1;
  max-width: 200px;
  height: 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.pdp-ymal-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35%;
  background: #1D335E;
  border-radius: 3px;
  transition: left 0.25s ease;
}

.pdp-ymal-arrows {
  display: flex;
  gap: 12px;
}

.pdp-ymal-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5dfd5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1D335E;
  border-color: rgba(29, 51, 94, 0.2);
  transition: all 0.2s ease;
}

.pdp-ymal-arrow:hover {
  background: #1D335E;
  color: #ffffff;
  border-color: #1D335E;
}


/* ==========================================
   12. FAQ & TRUST PROPS SECTION
   ========================================== */
.pdp-faq-trust-section {
  background-color: var(--bg-cream, #FAF8F5);
  padding: 60px 0 90px;
  width: 100%;
}

.pdp-faq-card-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 44% 52%;
  gap: 4%;
  align-items: stretch;
  box-sizing: border-box;
}

.pdp-faq-banner {
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.pdp-faq-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
}

.pdp-faq-banner-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  color: #ffffff;
}

.pdp-faq-banner-title {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 8px;
}

.pdp-faq-banner-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 20px;
}

.pdp-faq-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  color: #1D335E;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.pdp-faq-contact-btn:hover {
  background: #FAF8F5;
  transform: translateY(-2px);
}

.pdp-faq-btn-circle {
  display: flex;
  align-items: center;
}

.pdp-faq-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pdp-faq-main-title {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 600;
  color: #1D335E;
  margin: 0;
}

.pdp-faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pdp-faq-item {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 22px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.pdp-faq-item.active {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.pdp-faq-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.pdp-faq-header:focus,
.pdp-faq-header:focus-visible,
.pdp-faq-header:active {
  outline: none !important;
  box-shadow: none !important;
}

.pdp-faq-item,
.pdp-faq-item:focus,
.pdp-faq-item:focus-within {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.pdp-faq-question {
  font-family: var(--font-serif);
  font-size: 16.5px;
  font-weight: 600;
  color: #1D335E;
  outline: none !important;
}

.pdp-faq-icon-bubble {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ece7de;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D335E;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.pdp-faq-icon-bubble svg {
  transition: transform 0.3s ease;
}

.pdp-faq-body {
  display: none;
  padding-top: 14px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #533B34;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: 12px;
}

.pdp-faq-item.active .pdp-faq-body {
  display: block;
}


/* ==========================================
   13. STICKY BOTTOM ADD TO CART BAR
   ========================================== */
.pdp-sticky-atc-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.06);
  padding: 12px 24px;
  z-index: 998;
  transform: translateY(110%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.pdp-sticky-atc-bar.visible {
  transform: translateY(0);
}

.pdp-sticky-atc-inner {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pdp-sticky-atc-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pdp-sticky-atc-thumb {
  width: 46px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background: #FAF8F5;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.pdp-sticky-atc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-sticky-atc-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pdp-sticky-atc-title {
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 600;
  color: #1D335E;
  margin: 0;
}

.pdp-sticky-atc-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
}

.pdp-sticky-atc-variant {
  color: #7C6C63;
}

.pdp-sticky-atc-price {
  font-weight: 700;
  color: #1D335E;
}

.pdp-sticky-atc-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pdp-sticky-atc-qty {
  display: flex;
  align-items: center;
  border: 1.5px solid #e5dfd5;
  border-radius: 24px;
  background: #ffffff;
  padding: 0 4px;
  width: 90px;
  justify-content: space-between;
}

.pdp-sticky-qty-btn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 6px 8px;
  color: #1D335E;
}

.pdp-sticky-qty-val {
  font-size: 13px;
  font-weight: 600;
  color: #1D335E;
}

.pdp-sticky-atc-btn {
  background: #1D335E;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pdp-sticky-atc-btn:hover {
  background: #B88E56;
  transform: translateY(-2px);
}


/* ==========================================
   14. RESPONSIVE MEDIA QUERIES FOR PDP
   ========================================== */
html, body {
  overflow-x: clip !important;
  max-width: 100vw !important;
  width: 100% !important;
  position: relative !important;
}

@media (max-width: 1024px) {
  .rd-product-container {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    padding: 20px 24px 60px !important;
  }

  .rd-sticky-buy-box {
    position: static !important;
  }

  .pdp-features-container,
  .pdp-fi-container,
  .pdp-curated-grid,
  .pdp-faq-card-container {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .pdp-features-left {
    position: static !important;
  }

  .pdp-why-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .rd-product-main {
    padding-top: 10px !important;
  }

  .rd-product-container {
    padding: 12px 16px 40px !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Gallery Column: Container with Floating Thumbnail Pill */
  .rd-gallery-col {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .rd-cards-stack {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-sizing: border-box !important;
  }

  /* Card 1: Main White Card with Centered Framed Artwork - Mobile Studio Canvas */
  #rd-card-1.rd-main-card,
  .rd-main-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 420px !important;
    height: auto !important;
    border-radius: 24px !important;
    padding: 24px 16px 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05) !important;
    background: #ffffff !important;
  }

  #rd-card-1 .rd-framed-art-wrap,
  .rd-framed-art-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
  }

  #rd-card-1 #rd-interactive-frame.rd-art-frame,
  .rd-art-frame {
    display: inline-flex !important;
    position: relative !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    border: none !important;
    max-width: 88% !important;
    box-shadow: 0 14px 34px rgba(18, 28, 48, 0.15), 0 4px 10px rgba(18, 28, 48, 0.08) !important;
    line-height: 0 !important;
  }

  #rd-card-1 #rd-interactive-frame.rd-art-frame.is-unframed,
  .rd-art-frame.is-unframed {
    box-shadow: 0 6px 18px rgba(18, 28, 48, 0.10) !important;
  }

  #rd-card-1 #rd-mat-border.rd-mat-border,
  .rd-mat-border {
    box-sizing: border-box !important;
    padding: 18px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #FAF8F5 !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
    transition: padding 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, box-shadow 0.3s ease !important;
  }

  #rd-card-1 #rd-mat-border.full-bleed,
  .rd-mat-border.full-bleed {
    padding: 8px 8px !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  #rd-card-1 .rd-art-frame.is-unframed #rd-mat-border,
  .rd-art-frame.is-unframed .rd-mat-border {
    background-color: #FAF8F5 !important;
    padding: 18px 14px !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
  }

  #rd-card-1 .rd-art-frame.is-unframed #rd-mat-border.full-bleed,
  .rd-art-frame.is-unframed .rd-mat-border.full-bleed {
    padding: 0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  #rd-card-1 #rd-main-art-img,
  .rd-mat-border img {
    width: auto !important;
    height: auto !important;
    max-width: 190px !important;
    max-height: 260px !important;
    object-fit: contain !important;
    display: block !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
  }

  #rd-card-1 #rd-frame-overlay.rd-frame-overlay,
  .rd-frame-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    pointer-events: none !important;
    z-index: 2 !important;
  }

  /* Cards 2, 3, 4 */
  .rd-detail-card,
  .rd-room-card,
  .rd-secondary-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 440px !important;
    height: 440px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
  }

  .rd-detail-card img,
  .rd-room-card img,
  .rd-secondary-card img {
    width: 100% !important;
    height: 100% !important;
    min-height: 440px !important;
    object-fit: cover !important;
    display: block !important;
  }

  .rd-mockup-wrap {
    min-height: 440px !important;
    height: 440px !important;
  }

  .rd-mockup-base {
    min-height: 440px !important;
    height: 440px !important;
  }

  /* Floating Compact Pill Thumbnail Strip INSIDE the bottom of the main image */
  .rd-thumbs-strip {
    position: absolute !important;
    top: auto !important;
    bottom: 16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 20 !important;
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 6px 10px !important;
    border-radius: 18px !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16) !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    max-width: 90% !important;
    box-sizing: border-box !important;
  }

  .rd-thumb-item {
    width: 38px !important;
    height: 46px !important;
    flex-shrink: 0 !important;
    border-radius: 8px !important;
    padding: 0 !important;
    border: 2px solid transparent !important;
    background: #ffffff !important;
    overflow: hidden !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .rd-thumb-item.active {
    border-color: #1D335E !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    transform: scale(1.06) !important;
  }

  .rd-thumb-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    display: block !important;
  }

  /* Buy Box on Mobile */
  .rd-info-col {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .rd-sticky-buy-box {
    gap: 16px !important;
    width: 100% !important;
  }

  .rd-title {
    font-size: 30px !important;
  }

  .rd-price {
    font-size: 22px !important;
  }

  .rd-frame-tiles-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }

  .rd-frame-tile {
    padding: 8px 4px !important;
  }

  .rd-mini-frame-preview {
    width: 28px !important;
    height: 34px !important;
  }

  .rd-frame-tile-title {
    font-size: 11px !important;
  }

  .rd-size-buttons {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }

  .rd-size-btn {
    padding: 8px 4px !important;
  }

  .rd-size-name {
    font-size: 12px !important;
  }

  .rd-size-dim {
    font-size: 11.5px !important;
  }

  .rd-border-buttons {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .rd-border-btn {
    padding: 10px !important;
    font-size: 12px !important;
  }

  .rd-paper-buttons {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }

  .rd-paper-btn {
    padding: 8px 4px !important;
  }

  .rd-paper-name {
    font-size: 11.5px !important;
  }

  .rd-paper-spec {
    font-size: 10px !important;
  }

  /* Mobile Sticky Buy Bar */
  .pdp-sticky-bar {
    border-radius: 18px 18px 0 0 !important;
  }

  .pdp-sticky-inner {
    padding: 10px 16px !important;
    gap: 10px !important;
  }

  .pdp-sticky-perk,
  .pdp-sticky-buy-btn,
  .pdp-sticky-qty {
    display: none !important;
  }

  .pdp-sticky-price {
    font-size: 16px !important;
    min-width: auto !important;
  }

  .pdp-sticky-atc-btn {
    padding: 9px 18px !important;
    font-size: 13px !important;
  }

  /* Why Choose Us Horizontal Swipe on Mobile */
  .pdp-why-container {
    padding: 0 20px !important;
  }

  .pdp-why-title {
    font-size: 28px !important;
    margin-bottom: 24px !important;
  }

  .pdp-why-grid {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    overflow-x: auto !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding-bottom: 12px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .pdp-why-grid::-webkit-scrollbar {
    display: none !important;
  }

  .pdp-why-item {
    flex: 0 0 260px !important;
    width: 260px !important;
    min-width: 260px !important;
    scroll-snap-align: start !important;
    padding: 28px 22px !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
  }

  /* Lower Sections Responsive */
  /* 5. Materials Banner Mobile */
  .pdp-materials-banner-section {
    padding: 0 16px !important;
    margin: 0 auto 48px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .pdp-mat-banner-card {
    min-height: 420px !important;
    border-radius: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .pdp-mat-banner-overlay {
    padding: 36px 20px 24px !important;
    box-sizing: border-box !important;
  }

  .pdp-mat-banner-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
  }

  .pdp-mat-tabs-desktop {
    display: none !important;
  }

  .pdp-mat-tabs-mobile {
    display: block !important;
    margin-top: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .pdp-mat-mob-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .pdp-mat-mob-label {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .pdp-mat-mob-arrows {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
    flex-shrink: 0 !important;
  }

  .pdp-mat-mob-arr {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    cursor: pointer !important;
    width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 0 !important;
    transition: background 0.2s ease, border-color 0.2s ease !important;
  }

  .pdp-mat-mob-arr:active {
    background: rgba(255, 255, 255, 0.35) !important;
  }

  .pdp-mat-mob-bar {
    width: 100% !important;
    height: 3px !important;
    background: rgba(255, 255, 255, 0.25) !important;
    border-radius: 2px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .pdp-mat-mob-progress {
    height: 100% !important;
    width: 33.33% !important;
    background: #ffffff !important;
    border-radius: 2px !important;
    transition: margin-left 0.3s ease !important;
  }

  /* 2. Happy Customers Mobile */
  .pdp-happy-customers-section {
    overflow: hidden !important;
    padding: 44px 0 52px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .pdp-hc-container {
    padding: 0 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .pdp-hc-header {
    margin-bottom: 20px !important;
    width: 100% !important;
  }

  .pdp-hc-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    word-break: keep-all !important;
  }

  .pdp-hc-carousel-wrap {
    width: 100% !important;
    overflow: visible !important;
  }

  .pdp-hc-track {
    display: flex !important;
    gap: 16px !important;
    overflow-x: auto !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 4px 0 16px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .pdp-hc-track::-webkit-scrollbar {
    display: none !important;
  }

  .pdp-hc-card {
    flex: 0 0 85% !important;
    width: 85% !important;
    min-width: 270px !important;
    max-width: 320px !important;
    scroll-snap-align: start !important;
    box-sizing: border-box !important;
  }

  .pdp-hc-card-img {
    height: 200px !important;
  }

  .pdp-hc-bottom {
    margin-top: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .pdp-hc-progress-track {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 180px !important;
    height: 3px !important;
    background: rgba(255, 255, 255, 0.25) !important;
    border-radius: 3px !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 0 !important;
  }

  .pdp-hc-arrows {
    display: flex !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
    align-items: center !important;
  }

  .pdp-hc-arrow {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    border-radius: 50% !important;
  }

  .pdp-ymal-section {
    padding-bottom: 80px !important;
  }

  .pdp-ymal-container {
    padding: 0 20px !important;
  }

  .pdp-ymal-item {
    flex: 0 0 calc(50% - 12px) !important;
  }

  .pdp-ymal-bottom {
    padding: 0 4px !important;
    margin-top: 20px !important;
  }

  .pdp-ymal-arrows {
    display: flex !important;
    gap: 12px !important;
    position: relative !important;
    z-index: 25 !important;
    pointer-events: auto !important;
  }

  .pdp-ymal-arrow {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  .pdp-curated-circle-crop {
    width: 300px !important;
    height: 300px !important;
  }

  /* 6. Frame Inspiration Mobile */
  .pdp-fi-container {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 16px !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 7. FAQ & Trust Section Mobile */
  .pdp-faq-trust-section {
    padding: 40px 0 !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .pdp-faq-card-container {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 20px !important;
    gap: 28px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .pdp-faq-content {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .pdp-faq-banner {
    order: 2 !important;
    min-height: 240px !important;
    border-radius: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .pdp-faq-main-title {
    font-size: 26px !important;
    line-height: 1.25 !important;
    word-break: break-word !important;
    margin-bottom: 8px !important;
  }

  .pdp-faq-accordion-list {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .pdp-faq-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 16px 18px !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
  }

  .pdp-faq-header {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    box-sizing: border-box !important;
  }

  .pdp-faq-question {
    font-size: 14.5px !important;
    line-height: 1.35 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    word-break: break-word !important;
  }
}

@media (max-width: 480px) {
  .rd-frame-tiles-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
  }

  .rd-size-buttons {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
  }

  .rd-cta-row {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .rd-qty-box {
    width: 100% !important;
    height: 44px !important;
    padding: 0 16px !important;
  }

  .rd-btn-add-cart {
    width: 100% !important;
    padding: 14px 20px !important;
  }

  .pdp-curated-circle-crop {
    width: 260px !important;
    height: 260px !important;
  }

  .pdp-badge-digital {
    width: 68px !important;
    height: 68px !important;
    font-size: 12px !important;
    top: 5px !important;
    left: 5px !important;
  }

  .pdp-badge-objects {
    width: 82px !important;
    height: 82px !important;
    bottom: 5px !important;
    right: 5px !important;
  }

  .pdp-badge-objects-text {
    font-size: 12px !important;
  }

  .pdp-ymal-item {
    flex: 0 0 100% !important;
  }

  .pdp-sticky-atc-bar {
    padding: 10px 16px !important;
  }

  .pdp-sticky-atc-qty {
    display: none !important;
  }
}


/* ==========================================================================
   WALL TAPESTRIES / TOTE / TEE PDP SELECTORS
   ========================================================================== */
.tap-fabric-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 6px;
}

.tap-fabric-cards-grid.tap-fabric-list {
  display: flex;
  flex-direction: column;
}

.tap-fabric-cards-grid[style*="repeat(2"] {
  grid-template-columns: repeat(2, 1fr);
}

.tap-fabric-cards-grid[style*="repeat(4"] {
  grid-template-columns: repeat(4, 1fr);
}

.tap-fabric-card {
  border: 1.5px solid #e5dfd5;
  border-radius: 12px;
  background: #ffffff;
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
}

.tap-fabric-card:hover {
  border-color: #999999;
  transform: translateY(-2px);
}

.tap-fabric-card.active {
  border-color: #1D335E;
  background: #faf8f5;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.tap-fabric-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto;
}

.tap-fabric-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  text-align: center;
}

.tap-fabric-name {
  font-size: 12px;
  font-weight: 600;
  color: #1D335E;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* Original vertical layout preserved for list style (e.g. Tapestry dual fabric) */
.tap-fabric-list .tap-fabric-card {
  border: 1.5px solid #e5dfd5;
  border-radius: 14px;
  background: #ffffff;
  padding: 12px 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.tap-fabric-list .tap-fabric-card:hover,
.tap-fabric-card:hover {
  border-color: #B88E56 !important;
  transform: translateY(-2px);
}

.tap-fabric-card.active,
.tap-fabric-list .tap-fabric-card.active {
  border: 2px solid #1D335E !important;
  background: #FAF8F5 !important;
  box-shadow: 0 4px 16px rgba(29, 51, 94, 0.14) !important;
}

.tap-fabric-card.active .tap-fabric-name,
.tap-fabric-list .tap-fabric-card.active .tap-fabric-name {
  color: #1D335E !important;
  font-weight: 700 !important;
}

.tap-fabric-card *,
.tap-fabric-list .tap-fabric-card * {
  pointer-events: none;
}

.tap-fabric-list .tap-fabric-icon {
  font-size: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0;
}
.tap-fabric-list .tap-fabric-details {
  align-items: flex-start;
  text-align: left;
}
.tap-fabric-list .tap-fabric-name {
  display: flex;
  justify-content: space-between;
}

.tap-extra-badge {
  font-size: 11px;
  color: #b84c37;
  font-weight: 700;
  background: #faeae6;
  padding: 2px 8px;
  border-radius: 12px;
}

.tap-fabric-desc {
  font-size: 12px;
  color: #533B34;
  line-height: 1.4;
}

/* Tapestry Size Grid (2x2) */
.tap-size-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 6px;
}

.tap-size-btn {
  border: 1.5px solid #e5dfd5;
  border-radius: 14px;
  background: #ffffff;
  padding: 12px 14px;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.tap-size-btn:hover {
  border-color: #999999;
  transform: translateY(-2px);
}

.tap-size-btn.active {
  border-color: #1D335E;
  background: #1D335E;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.tap-pop-tag {
  position: absolute;
  top: -8px;
  right: 10px;
  background: #b84c37;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
  letter-spacing: 0.5px;
}

.tap-size-title {
  font-size: 13px;
  font-weight: 600;
}

.tap-size-cm {
  font-size: 11px;
  color: #777777;
}

.tap-size-btn.active .tap-size-cm {
  color: rgba(255, 255, 255, 0.7);
}

.tap-size-price {
  font-size: 13.5px;
  font-weight: 700;
  margin-top: 2px;
}

.tap-size-btn.active .tap-size-price {
  color: #ffffff;
}

/* Tapestry Hanging Finish Grid */
.tap-finish-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 6px;
}

.tap-finish-btn {
  border: 1.5px solid #e5dfd5;
  border-radius: 12px;
  background: #ffffff;
  padding: 10px 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #1D335E;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.tap-finish-btn:hover {
  border-color: #999999;
  transform: translateY(-2px);
}

.tap-finish-btn.active {
  border-color: #1D335E;
  background: #1D335E;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

@media (max-width: 480px) {
  .tap-size-grid {
    grid-template-columns: 1fr !important;
  }
  .tap-finish-grid {
    grid-template-columns: 1fr !important;
  }
}



/* ==========================================================================
   GRIMOIRE ART LUXURY EDITION - STEP 15952 (FOOTER MILESTONE CHECKPOINT)
   ========================================================================== */

/* 1. DUAL HEADER STICKY WRAPPER & CENTERING */
.site-header-wrapper {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background: #FAF8F5 !important;
  width: 100% !important;
  box-shadow: 0 4px 16px rgba(29, 51, 94, 0.08) !important;
}

@media (min-width: 1101px) {
  .site-header {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    padding: 0 40px !important;
    height: 74px !important;
    background-color: #FAF8F5 !important;
    position: relative !important;
    top: auto !important;
    z-index: 1 !important;
  }

  .mobile-menu-btn {
    display: none !important;
  }

  .main-navigation {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
  }

  .nav-list {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
  }
}

/* 2. MOBILE LOCKED HEADER (<= 1100px: 56px 1fr 56px 56px) */
@media (max-width: 1100px) {
  .site-header {
    display: grid !important;
    grid-template-columns: 56px 1fr 56px 56px !important;
    padding: 0 !important;
    height: 56px !important;
    background-color: #FAF8F5 !important;
    border-bottom: 1px solid #E8E4DD !important;
    position: relative !important;
    top: auto !important;
    z-index: 1 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .mobile-menu-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    border-right: 1px solid #E8E4DD !important;
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    color: #1D335E !important;
  }
  
  .main-navigation {
    display: none !important;
  }
  
  .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    height: 100% !important;
    width: 100% !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    border-right: 1px solid #E8E4DD !important;
    letter-spacing: -0.5px !important;
    color: #1D335E !important;
    text-decoration: none !important;
    font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    white-space: nowrap !important;
  }
  
  .header-right {
    display: contents !important;
  }
  
  .search-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-right: 1px solid #E8E4DD !important;
    height: 100% !important;
    width: 100% !important;
    position: static !important;
  }
  
  .search-bar { 
    border: none !important;
    padding: 0 !important;
    background: transparent !important; 
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .search-bar input, .close-search-icon { 
    display: none !important; 
  }
  
  .search-icon { 
    display: flex !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important; 
    justify-content: center !important;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    color: #1D335E !important;
  }
  
  .header-right > .icon-link:not(.cart-icon) {
    display: none !important;
  }
  
  .cart-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    position: relative !important;
    color: #1D335E !important;
    z-index: 10 !important;
  }
  
  .cart-icon .cart-badge-count {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    background: #B88E56 !important;
    color: #ffffff !important;
  }
}

/* 3. MOBILE FOOTER ACCORDION & CLEAN BORDERS (EXACTLY FROM STEP 15953) */
@media (max-width: 900px) {
  .site-footer .footer-main,
  .custom-footer .footer-main {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .custom-footer .footer-links-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: none !important;
  }

  .custom-footer .footer-nav-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    width: 100% !important;
  }

  .custom-footer .footer-col-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 0 !important;
    cursor: pointer !important;
    user-select: none !important;
  }

  .custom-footer .footer-col-header h4 {
    font-family: var(--font-serif), 'Playfair Display', Georgia, serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    margin: 0 !important;
  }

  .custom-footer .footer-col-header .chevron-svg {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    color: #FFFFFF !important;
    flex-shrink: 0 !important;
  }

  .custom-footer .footer-nav-col.active .chevron-svg {
    transform: rotate(180deg) !important;
  }

  .custom-footer .footer-nav-col .footer-col-links,
  .custom-footer .footer-nav-col ul {
    display: none;
    padding-bottom: 16px !important;
    padding-top: 4px !important;
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    gap: 12px !important;
  }

  .custom-footer .footer-nav-col.active .footer-col-links,
  .custom-footer .footer-nav-col.active ul {
    display: flex !important;
    flex-direction: column !important;
  }

  .custom-footer .footer-col-links li a {
    font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
    font-size: 14.5px !important;
    color: rgba(250, 248, 245, 0.85) !important;
    text-decoration: none !important;
    padding: 2px 0 !important;
    display: inline-block !important;
    transition: color 0.2s ease !important;
  }

  .custom-footer .footer-col-links li a:hover {
    color: #DFCA80 !important;
  }
}

/* 4. SIGN IN BOTTOM SHEET & OVERLAY (Unified in Section 8) */

/* ==========================================================================
   DELFT BLUE LUXURY FOOTER SYSTEM (#1D335E)
   ========================================================================== */
.site-footer,
.custom-footer {
  background: #1D335E !important;
  background-color: #1D335E !important;
  color: #FAF8F5 !important;
  padding: 70px 40px 35px !important;
  border-top: 1px solid rgba(223, 202, 128, 0.25) !important;
  box-sizing: border-box !important;
}

.site-footer .footer-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  padding-bottom: 45px !important;
}

.site-footer .subscribe-col h2 {
  font-family: var(--font-serif) !important;
  font-size: clamp(28px, 3vw, 36px) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  letter-spacing: -0.3px !important;
  margin-bottom: 22px !important;
}

.site-footer .subscribe-form,
.custom-footer .subscribe-form,
.subscribe-form {
  background: #FAF8F5 !important;
  border-radius: 30px !important;
  border: 1px solid #DFD5C4 !important;
  padding: 4px 6px 4px 18px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 14px !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

.site-footer .subscribe-form input,
.custom-footer .subscribe-form input,
.subscribe-form input {
  flex: 1 !important;
  width: 100% !important;
  height: 44px !important;
  border: none !important;
  background: transparent !important;
  color: #1D335E !important;
  font-size: 14.5px !important;
  font-family: var(--font-sans) !important;
  font-weight: 500 !important;
  padding: 0 44px 0 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

.site-footer .subscribe-form input:focus,
.custom-footer .subscribe-form input:focus,
.subscribe-form input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.site-footer .subscribe-form input::placeholder,
.custom-footer .subscribe-form input::placeholder,
.subscribe-form input::placeholder {
  color: #8C827A !important;
  opacity: 1 !important;
}

.site-footer .subscribe-form button,
.custom-footer .subscribe-form button,
.subscribe-form button {
  position: absolute !important;
  right: 6px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: #DFCA80 !important;
  color: #1D335E !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.site-footer .subscribe-form button:hover,
.custom-footer .subscribe-form button:hover,
.subscribe-form button:hover {
  background: #1D335E !important;
  color: #FFFFFF !important;
  transform: translateY(-50%) scale(1.08) !important;
}

.site-footer .subscribe-col .terms {
  font-size: 13px !important;
  color: rgba(250, 248, 245, 0.8) !important;
  letter-spacing: 0.3px !important;
}

.site-footer .subscribe-col .terms a {
  color: #DFCA80 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.site-footer .footer-nav-col h4 {
  font-family: var(--font-serif) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 20px !important;
}

.site-footer .footer-nav-col ul li a {
  font-family: var(--font-sans) !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  color: #FAF8F5 !important;
  opacity: 0.9 !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.site-footer .footer-nav-col ul li a:hover {
  color: #DFCA80 !important;
  opacity: 1 !important;
  transform: translateX(4px) !important;
}

.site-footer .footer-instagram {
  margin: 45px auto !important;
}

.site-footer .insta-header h3 {
  font-family: var(--font-serif) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.site-footer .insta-header span {
  font-family: var(--font-sans) !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #DFCA80 !important;
  letter-spacing: 0.5px !important;
}

.site-footer .insta-grid img {
  border-radius: 14px !important;
  border: 1px solid rgba(223, 213, 196, 0.2) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.site-footer .footer-meta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  padding-bottom: 28px !important;
  margin-bottom: 28px !important;
}

.site-footer .social-icons a {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #FAF8F5 !important;
  border: 1px solid rgba(223, 213, 196, 0.25) !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

.site-footer .social-icons a:hover {
  background: #DFCA80 !important;
  color: #1D335E !important;
  border-color: #DFCA80 !important;
  transform: translateY(-3px) !important;
}

.site-footer .legal-links a {
  font-family: var(--font-sans) !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #FAF8F5 !important;
  transition: color 0.3s ease !important;
}

.site-footer .legal-links a:hover {
  color: #DFCA80 !important;
}

.site-footer .footer-bottom .copyright {
  font-family: var(--font-sans) !important;
  font-size: 13.5px !important;
  color: rgba(250, 248, 245, 0.85) !important;
  font-weight: 500 !important;
}

.site-footer .currency-selector span {
  color: #FAF8F5 !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(223, 213, 196, 0.3) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 20px !important;
  padding: 6px 14px !important;
}

/* ==========================================================================
   CURRENCY SELECTOR CLEAN SINGLE PILL FIX
   ========================================================================== */
.currency-selector,
.custom-footer .currency-selector,
.site-footer .currency-selector {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(223, 213, 196, 0.35) !important;
  border-radius: 20px !important;
  padding: 6px 14px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}
.currency-selector:hover,
.custom-footer .currency-selector:hover,
.site-footer .currency-selector:hover {
  border-color: #DFCA80 !important;
  background: rgba(255, 255, 255, 0.2) !important;
}
.currency-selector span,
.custom-footer .currency-selector span,
.site-footer .currency-selector span {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #FAF8F5 !important;
  font-family: var(--font-sans) !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
  display: inline-block !important;
}


/* ==========================================================================
   MOBILE FOOTER ACCORDION & CLEAN BORDERS (NO DUPLICATE LINES)
   ========================================================================== */
@media (max-width: 900px) {
  .site-footer .footer-main,
  .custom-footer .footer-main {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .custom-footer .footer-links-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: none !important;
  }

  .custom-footer .footer-nav-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    width: 100% !important;
  }

  .custom-footer .footer-col-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 0 !important;
    cursor: pointer !important;
    user-select: none !important;
  }

  .custom-footer .footer-col-header h4 {
    font-family: var(--font-serif), 'Playfair Display', Georgia, serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    margin: 0 !important;
  }

  .custom-footer .footer-col-header .chevron-svg {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    color: #FFFFFF !important;
    flex-shrink: 0 !important;
  }

  .custom-footer .footer-nav-col.active .chevron-svg {
    transform: rotate(180deg) !important;
  }

  .custom-footer .footer-nav-col .footer-col-links,
  .custom-footer .footer-nav-col ul {
    display: none;
    padding-bottom: 16px !important;
    padding-top: 4px !important;
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    gap: 12px !important;
  }

  .custom-footer .footer-nav-col.active .footer-col-links,
  .custom-footer .footer-nav-col.active ul {
    display: flex !important;
    flex-direction: column !important;
  }

  .custom-footer .footer-col-links li a {
    font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
    font-size: 14.5px !important;
    color: rgba(250, 248, 245, 0.85) !important;
    text-decoration: none !important;
    padding: 2px 0 !important;
    display: inline-block !important;
    transition: color 0.2s ease !important;
  }

  .custom-footer .footer-col-links li a:hover {
    color: #DFCA80 !important;
  }
}


/* ==========================================================================
   JOURNAL SIDE CARD BADGE POSITIONING FIX (POSITION: STATIC)
   ========================================================================== */
.journal-section .journal-side-card .badge,
.journal-side-card .badge,
.journal-sidebar .journal-side-card .badge {
  position: static !important;
  top: auto !important;
  left: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border: 1px solid #DFD5C4 !important;
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  padding: 4px 12px !important;
  border-radius: 20px !important;
  margin-bottom: 8px !important;
  box-shadow: 0 1px 4px rgba(29, 51, 94, 0.04) !important;
}

@media (max-width: 900px) {
  .journal-section .journal-side-card .badge,
  .journal-side-card .badge,
  .journal-sidebar .journal-side-card .badge {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: inline-flex !important;
    margin-bottom: 6px !important;
    font-size: 11.5px !important;
    padding: 3px 10px !important;
  }
}


/* ==========================================================================
   MOBILE JOURNAL FULL-WIDTH EDITORIAL CARDS (MATCHING SCREENSHOT OPTION 1)
   ========================================================================== */
@media (max-width: 900px) {
  .journal-section {
    padding: 44px 20px !important;
  }

  .journal-section .journal-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    width: 100% !important;
  }

  /* Main Featured Card on Mobile */
  .journal-section .journal-main {
    width: 100% !important;
    height: 380px !important;
    min-height: 380px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 24px 20px !important;
    box-sizing: border-box !important;
  }

  .journal-section .journal-main .bg-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 18px !important;
  }

  .journal-section .journal-main .badge {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 5 !important;
    background: #FFFFFF !important;
    color: #1D335E !important;
    padding: 5px 14px !important;
    border-radius: 20px !important;
    font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
  }

  /* Sidebar Stacked Cards on Mobile */
  .journal-section .journal-sidebar {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
  }

  .journal-section .journal-side-card {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    position: relative !important;
    text-decoration: none !important;
  }

  .journal-section .journal-side-card img {
    width: 100% !important;
    height: 210px !important;
    max-height: 210px !important;
    border-radius: 18px !important;
    object-fit: cover !important;
    display: block !important;
    box-shadow: 0 4px 16px rgba(29, 51, 94, 0.06) !important;
    margin-bottom: 14px !important;
  }

  .journal-section .journal-side-card .content {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .journal-section .journal-side-card .badge,
  .journal-side-card .badge,
  .journal-sidebar .journal-side-card .badge {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 5 !important;
    background: #FFFFFF !important;
    color: #1D335E !important;
    border: none !important;
    padding: 5px 14px !important;
    border-radius: 20px !important;
    font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14) !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .journal-section .journal-side-card h4 {
    font-family: var(--font-serif), 'Playfair Display', Georgia, serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1D335E !important;
    line-height: 1.35 !important;
    margin: 0 0 4px 0 !important;
    transition: color 0.2s ease !important;
  }

  .journal-section .journal-side-card .meta {
    font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #635B54 !important;
    margin: 0 !important;
  }
}


/* ==========================================================================
   DESKTOP HEADER SYMMETRICAL 3-COLUMN GRID (PERFECT DEAD-CENTER LOGO)
   ========================================================================== */
@media (min-width: 1101px) {
  .site-header {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    padding: 0 40px !important;
    height: 74px !important;
    min-height: 74px !important;
    background-color: #FAF8F5 !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  .mobile-menu-btn {
    display: none !important;
  }

  .main-navigation {
    display: flex !important;
    align-items: center !important;
    justify-self: start !important;
    height: 100% !important;
  }

  .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    text-align: center !important;
    font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    letter-spacing: -0.5px !important;
    color: #1D335E !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 16px !important;
  }

  .header-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    justify-self: end !important;
    gap: 16px !important;
    height: 100% !important;
  }
}

/* ==========================================================================
   DELFT_BLUE_OVERRIDE_MASTER (GUARANTEED BLUE FOOTER ON ALL SCREENS)
   ========================================================================== */
.site-footer,
.custom-footer,
footer.site-footer,
footer.custom-footer {
  background: #1D335E !important;
  background-color: #1D335E !important;
  color: #FFFFFF !important;
}

@media (max-width: 900px) {
  .site-footer,
  .custom-footer,
  footer.site-footer,
  footer.custom-footer {
    background: #1D335E !important;
    background-color: #1D335E !important;
  }
}

/* ==========================================================================
   HOT THIS WEEK LUXURY FILTER TAGS & SINGLE-ROW SLIDER (#1D335E PALETTE)
   ========================================================================== */
.hot-this-week .section-header h2 {
  font-family: var(--font-serif) !important;
  font-size: clamp(30px, 3.8vw, 38px) !important;
  font-weight: 600 !important;
  color: #1D335E !important;
  margin: 0 !important;
}

.hot-this-week .header-tags,
.section-header .header-tags {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.hot-this-week .header-tags .tag,
.section-header .header-tags .tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 20px !important;
  border-radius: 25px !important;
  font-family: var(--font-sans), system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1D335E !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
  user-select: none !important;
}

.hot-this-week .header-tags .tag.active,
.section-header .header-tags .tag.active {
  background: #1D335E !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  border-color: #1D335E !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.25) !important;
}

.hot-this-week .product-grid {
  display: none !important;
}

/* --- LumoCAD Standard Product Carousel: Responsive Viewports --- */
.hot-this-week .product-grid.active-tab {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
  gap: 20px !important;
  padding: 10px 0 24px 0 !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.hot-this-week .product-grid.hidden-tab,
.hot-this-week .product-grid:not(.active-tab) {
  display: none !important;
}

.hot-this-week .product-grid::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

@media (min-width: 1025px) {
  .hot-this-week .product-grid.active-tab {
    padding: 10px 0 24px 0 !important;
    gap: 20px !important;
  }
  .hot-this-week .product-grid .product-card,
  .hot-this-week .product-slider .product-card {
    flex: 0 0 calc((100% - (3 * 20px)) / 4) !important;
    min-width: calc((100% - (3 * 20px)) / 4) !important;
    max-width: calc((100% - (3 * 20px)) / 4) !important;
    scroll-snap-align: start !important;
    background: transparent !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hot-this-week .product-grid.active-tab {
    padding: 10px 24px 24px 24px !important;
    scroll-padding: 0 24px !important;
    gap: 16px !important;
  }
  .hot-this-week .product-grid .product-card,
  .hot-this-week .product-slider .product-card {
    flex: 0 0 calc((100% - (2 * 16px)) / 3) !important;
    min-width: calc((100% - (2 * 16px)) / 3) !important;
    max-width: calc((100% - (2 * 16px)) / 3) !important;
    scroll-snap-align: start !important;
    background: transparent !important;
  }
}

/* LumoCAD Mobile Benchmark Standard (max-width: 768px):
   - Side margin: 20px (never jammed against edge)
   - Card width: 256px (matches LumoCAD mobile spec exactly)
   - Image aspect ratio: 4/5 (0.80)
   - Second card peeks in gracefully by ~96px to invite horizontal swipe */
@media (max-width: 768px) {
  .hot-this-week .product-grid.active-tab,
  .hot-this-week .product-slider.active-tab,
  .product-grid.product-slider:not(.hidden-tab) {
    padding: 10px 20px 24px 20px !important;
    scroll-padding: 0 20px !important;
    gap: 18px !important;
  }
  .hot-this-week .product-grid .product-card,
  .hot-this-week .product-slider .product-card,
  .product-grid .product-card {
    flex: 0 0 256px !important;
    min-width: 256px !important;
    max-width: 256px !important;
    width: 256px !important;
    scroll-snap-align: start !important;
  }
  .hot-this-week .product-card .product-image,
  .product-grid .product-card .product-image {
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    height: 320px !important;
    max-height: 320px !important;
    border-radius: 18px !important;
  }
}

/* --- LumoCAD Golden Ratio Media (Aspect Ratio 4:5 / 0.8, Media Radius 20px) --- */
.hot-this-week .product-card .product-image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  margin-bottom: 16px !important;
  background: #FAF8F5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.06) !important;
}

.hot-this-week .product-card .product-image img.product-img-primary {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: none !important;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1), opacity 0.4s ease !important;
  z-index: 1 !important;
  display: block !important;
}

.hot-this-week .product-card .product-image img.product-img-secondary {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
  transform: scale(1) !important;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1), opacity 0.4s ease !important;
  z-index: 2 !important;
  display: block !important;
}

/* LumoCAD Hover Motion: 1.05 Scale & Lifestyle Crossfade */
.hot-this-week .product-card:hover .product-image img.product-img-primary {
  transform: scale(1.05) !important;
  opacity: 0 !important;
}

.hot-this-week .product-card:hover .product-image img.product-img-secondary {
  opacity: 1 !important;
  transform: scale(1.05) !important;
}

/* Badge (LumoCAD Organic Pill) */
.hot-this-week .product-card .badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  font-family: var(--font-sans) !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  padding: 5px 12px !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.25) !important;
  z-index: 5 !important;
}

/* ==========================================================================
   MASTER PRODUCT HOVER ACTIONS & MASTER CHOOSE OPTIONS (DESKTOP)
   ========================================================================== */
.product-card .product-hover-actions,
.acc-product-grid .product-hover-actions,
.hot-this-week .product-card .product-hover-actions,
.product-hover-actions {
  position: absolute !important;
  bottom: 14px !important;
  left: 14px !important;
  right: 14px !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  z-index: 10 !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  pointer-events: none !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product-card:hover .product-hover-actions,
.acc-product-grid .product-card:hover .product-hover-actions,
.hot-this-week .product-card:hover .product-hover-actions {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

/* Kill sweeping white pseudo-elements on product card buttons */
.btn-choose-options::before,
.btn-choose-options::after {
  display: none !important;
  content: none !important;
}

/* Master Luxury Button: Choose Options (Shop Art luxury interaction) */
.acc-product-grid .btn-choose-options,
.hot-this-week .btn-choose-options,
.product-card .btn-choose-options,
.btn-choose-options {
  position: relative !important;
  width: calc(100% - 16px) !important;
  max-width: 240px !important;
  margin: 0 auto !important;
  min-height: 42px !important;
  height: 42px !important;
  border-radius: 30px !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border: 1px solid rgba(223, 202, 128, 0.45) !important;
  padding: 0 6px 0 18px !important;
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-shadow: 0 8px 22px rgba(29, 51, 94, 0.32) !important;
  cursor: pointer !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  transform: none !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
}

/* 100% Perfect Circle Plus Badge */
.acc-product-grid .btn-choose-options .plus-circle,
.hot-this-week .btn-choose-options .plus-circle,
.product-card .btn-choose-options .plus-circle,
.btn-choose-options .plus-circle {
  display: flex !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  border-radius: 50% !important;
  aspect-ratio: 1 / 1 !important;
  flex-shrink: 0 !important;
  background: #FAF8F5 !important;
  color: #1D335E !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.acc-product-grid .btn-choose-options .btn-text,
.hot-this-week .btn-choose-options .btn-text,
.product-card .btn-choose-options .btn-text,
.btn-choose-options .btn-text {
  display: inline-block !important;
  color: #FAF8F5 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  transition: color 0.35s ease !important;
}

.acc-product-grid .btn-choose-options .cart-icon-svg,
.hot-this-week .btn-choose-options .cart-icon-svg,
.product-card .btn-choose-options .cart-icon-svg,
.btn-choose-options .cart-icon-svg {
  display: none !important;
}

/* Button Hover State: Clean Luxury Contrast & Rotation */
.acc-product-grid .btn-choose-options:hover,
.hot-this-week .btn-choose-options:hover,
.product-card .btn-choose-options:hover,
.btn-choose-options:hover {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border-color: #1D335E !important;
  box-shadow: 0 12px 28px rgba(29, 51, 94, 0.35) !important;
  transform: translateY(-2px) scale(1.02) !important;
}

.acc-product-grid .btn-choose-options:hover .btn-text,
.hot-this-week .btn-choose-options:hover .btn-text,
.product-card .btn-choose-options:hover .btn-text,
.btn-choose-options:hover .btn-text {
  color: #1D335E !important;
}

.acc-product-grid .btn-choose-options:hover .plus-circle,
.hot-this-week .btn-choose-options:hover .plus-circle,
.product-card .btn-choose-options:hover .plus-circle,
.btn-choose-options:hover .plus-circle {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  transform: rotate(90deg) scale(1.05) !important;
}

/* ==========================================================================
   MOBILE PRODUCT CARDS: COMPACT BOTTOM-RIGHT CORNER CART ICON BUTTON ONLY
   ========================================================================== */
@media (max-width: 768px), (hover: none) {
  .hot-this-week .product-card .product-hover-actions,
  .product-grid .product-card .product-hover-actions,
  .acc-product-grid .product-card .product-hover-actions,
  .acc-product-grid .product-hover-actions,
  .product-card .product-hover-actions,
  .product-hover-actions {
    position: absolute !important;
    bottom: 8px !important;
    right: 8px !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    z-index: 10 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hot-this-week .product-card .btn-choose-options,
  .product-grid .product-card .btn-choose-options,
  .acc-product-grid .product-card .btn-choose-options,
  .acc-product-grid .btn-choose-options,
  .hot-this-week .btn-choose-options,
  .product-grid .btn-choose-options,
  .product-card .btn-choose-options,
  .btn-choose-options {
    position: relative !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    border-radius: 50% !important;
    aspect-ratio: 1 / 1 !important;
    background: #1D335E !important;
    color: #FAF8F5 !important;
    border: 1px solid rgba(223, 202, 128, 0.45) !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(29, 51, 94, 0.35) !important;
    cursor: pointer !important;
    transform: none !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    overflow: hidden !important;
  }

  .hot-this-week .btn-choose-options:active,
  .product-grid .btn-choose-options:active,
  .acc-product-grid .btn-choose-options:active,
  .product-card .btn-choose-options:active,
  .btn-choose-options:active {
    background: #B88E56 !important;
    transform: scale(0.92) !important;
  }

  /* Completely suppress all text and plus badges on mobile inside button */
  .hot-this-week .product-card .btn-choose-options .btn-text,
  .product-grid .product-card .btn-choose-options .btn-text,
  .acc-product-grid .product-card .btn-choose-options .btn-text,
  .acc-product-grid .btn-choose-options .btn-text,
  .hot-this-week .btn-choose-options .btn-text,
  .product-grid .btn-choose-options .btn-text,
  .product-card .btn-choose-options .btn-text,
  .btn-choose-options .btn-text,
  .btn-choose-options span,
  .hot-this-week .product-card .btn-choose-options .plus-circle,
  .product-grid .product-card .btn-choose-options .plus-circle,
  .acc-product-grid .product-card .btn-choose-options .plus-circle,
  .acc-product-grid .btn-choose-options .plus-circle,
  .hot-this-week .btn-choose-options .plus-circle,
  .product-grid .btn-choose-options .plus-circle,
  .product-card .btn-choose-options .plus-circle,
  .btn-choose-options .plus-circle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    font-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
  }

  /* Display ONLY the crisp Cart Icon SVG */
  .hot-this-week .product-card .btn-choose-options .cart-icon-svg,
  .product-grid .product-card .btn-choose-options .cart-icon-svg,
  .acc-product-grid .product-card .btn-choose-options .cart-icon-svg,
  .acc-product-grid .btn-choose-options .cart-icon-svg,
  .hot-this-week .btn-choose-options .cart-icon-svg,
  .product-grid .btn-choose-options .cart-icon-svg,
  .product-card .btn-choose-options .cart-icon-svg,
  .btn-choose-options .cart-icon-svg {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
    stroke: #FAF8F5 !important;
    color: #FAF8F5 !important;
    stroke-width: 2 !important;
    fill: none !important;
    margin: auto !important;
    flex-shrink: 0 !important;
  }
}

/* LumoCAD Typography & Gap Standards (4px Content Gap) */
.hot-this-week .product-card .product-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding: 0 2px !important;
  text-align: left !important;
}

.hot-this-week .product-card .product-info .category {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #B88E56 !important;
  margin: 0 !important;
}

.hot-this-week .product-card .product-info .product-title,
.product-title {
  font-family: var(--font-serif) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #1D335E !important;
  margin: 0 !important;
  display: inline-block !important;
  width: fit-content !important;
  max-width: 100% !important;
  position: relative !important;
  transition: color 0.25s ease !important;
}

.product-title::after {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 1.5px !important;
  bottom: -2px !important;
  left: 0 !important;
  background-color: #B88E56 !important;
  transform: scaleX(0) !important;
  transform-origin: right !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product-card:hover .product-title::after {
  transform: scaleX(1) !important;
  transform-origin: left !important;
}

.hot-this-week .product-card:hover .product-info .product-title {
  color: #B88E56 !important;
}

.hot-this-week .product-card .product-info .product-artist {
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  color: rgba(29, 51, 94, 0.65) !important;
  margin: 0 !important;
}

.hot-this-week .product-card .product-info .product-price-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 2px !important;
}

.hot-this-week .product-card .product-info .product-price {
  font-family: var(--font-sans) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
  margin: 0 !important;
}

.hot-this-week .product-card .product-info .product-sizes {
  font-family: var(--font-sans) !important;
  font-size: 12.5px !important;
  color: rgba(29, 51, 94, 0.55) !important;
}

/* 2px Hairline Progress & Luxury Slider Controls (Desktop & Mobile Optimized) */
.hot-this-week .slider-controls {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: 24px !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.hot-this-week .slider-progress {
  flex: 0 0 320px !important;
  max-width: 320px !important;
  height: 2px !important;
  background: rgba(29, 51, 94, 0.15) !important;
  position: relative !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  padding: 12px 0 !important;
  background-clip: content-box !important;
  box-sizing: content-box !important;
}

.hot-this-week .slider-progress-bar {
  position: absolute !important;
  top: 12px !important;
  height: 2px !important;
  background: #1D335E !important;
  border-radius: 2px !important;
  transition: left 0.1s linear, width 0.15s ease !important;
  pointer-events: none !important;
}

.hot-this-week .slider-arrows {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.hot-this-week .slider-arrow {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(29, 51, 94, 0.25) !important;
  background: #FFFFFF !important;
  color: #1D335E !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 2px 8px rgba(29, 51, 94, 0.06) !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

@media (hover: hover) {
  .hot-this-week .slider-arrow:hover {
    background: #1D335E !important;
    color: #FFFFFF !important;
    border-color: #1D335E !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(29, 51, 94, 0.18) !important;
  }
}

/* Mobile Slider Controls: Perfectly Contained & Proportional */
@media (max-width: 768px) {
  .hot-this-week .slider-controls {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 0 20px !important;
    margin-top: 16px !important;
    margin-bottom: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .hot-this-week .slider-progress {
    flex: 1 1 auto !important;
    max-width: none !important;
    min-width: 60px !important;
    height: 2px !important;
    padding: 12px 0 !important;
    background-clip: content-box !important;
    box-sizing: content-box !important;
  }

  .hot-this-week .slider-arrows {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  .hot-this-week .slider-arrow {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(29, 51, 94, 0.22) !important;
    background: #FFFFFF !important;
    color: #1D335E !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 6px rgba(29, 51, 94, 0.08) !important;
    touch-action: manipulation !important;
    padding: 0 !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .hot-this-week .slider-arrow svg {
    width: 16px !important;
    height: 16px !important;
    stroke-width: 1.8 !important;
  }

  .hot-this-week .slider-arrow:active {
    transform: scale(0.92) !important;
    background: #FAF8F5 !important;
    border-color: #1D335E !important;
  }
}
/* ==========================================================================
   GRIMOIRE ART LUXURY CART DRAWER (EMPTY & FILLED STATES)
   Palette: Warm Alabaster (#FAF8F5), Delft Blue (#1D335E), Muted Gold (#B88E56)
   ========================================================================== */

/* 1. Global Drawer Shell */
.cart-drawer-overlay .cart-drawer,
.cart-drawer {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  box-shadow: -10px 0 40px rgba(29, 51, 94, 0.12) !important;
  height: 100% !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

/* 2. Cart Header */
.cart-header {
  background: #FAF8F5 !important;
  border-bottom: 1px solid rgba(29, 51, 94, 0.1) !important;
  padding: 16px 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

.cart-header h2 {
  color: #1D335E !important;
  font-family: var(--font-serif) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.cart-sup-count {
  color: rgba(29, 51, 94, 0.6) !important;
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.close-cart,
.cart-header .close-cart {
  color: #1D335E !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(29, 51, 94, 0.15) !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  padding: 0 !important;
}

.close-cart:hover,
.cart-header .close-cart:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  transform: rotate(90deg) !important;
}

/* 3. Empty Cart State (Fixed Geometry & Colors) */
.cart-body.empty-cart,
#cart-empty-state {
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  padding: 32px 20px 40px !important;
  background: #FAF8F5 !important;
  height: auto !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  position: relative !important;
}

.empty-title {
  font-family: var(--font-serif) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #1D335E !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.25 !important;
}

.empty-desc {
  font-family: var(--font-sans) !important;
  font-size: 14px !important;
  color: rgba(29, 51, 94, 0.68) !important;
  margin: 0 0 28px 0 !important;
  line-height: 1.5 !important;
}

.empty-collections {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 360px !important;
  margin: 0 auto 30px !important;
}

.ec-card {
  background: #FFFFFF !important;
  border-radius: 16px !important;
  border: 1px solid rgba(29, 51, 94, 0.1) !important;
  padding: 10px !important;
  box-shadow: 0 4px 16px rgba(29, 51, 94, 0.05) !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  overflow: hidden !important;
  height: auto !important;
}

.ec-card::after {
  display: none !important;
}

.ec-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(29, 51, 94, 0.1) !important;
  border-color: rgba(29, 51, 94, 0.25) !important;
}

.ec-card img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  display: block !important;
  margin-bottom: 10px !important;
  filter: none !important;
}

.ec-card h3 {
  position: static !important;
  color: #1D335E !important;
  font-family: var(--font-serif) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  text-shadow: none !important;
  line-height: 1.3 !important;
}

.btn-continue {
  width: 100% !important;
  max-width: 360px !important;
  height: 48px !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border: none !important;
  border-radius: 30px !important;
  font-family: var(--font-sans) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: 0 4px 16px rgba(29, 51, 94, 0.2) !important;
  transition: all 0.2s ease !important;
  margin: 0 auto !important;
}

.btn-continue:hover {
  background: #152544 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.28) !important;
}

.btn-continue .arrow-circle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.2) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #FAF8F5 !important;
}

/* 4. Filled Cart State (Luxury Styling) */
#cart-filled-state.cart-filled-container,
.cart-filled-container {
  background: #FAF8F5 !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
}

.cart-shipping-banner {
  background: #FAF8F5 !important;
  flex-shrink: 0 !important;
}

.cart-scroll-area {
  position: relative !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}

.cs-text {
  color: #1D335E !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

.cs-progress-bar {
  background: rgba(29, 51, 94, 0.1) !important;
  height: 4px !important;
  border-radius: 4px !important;
}

.cs-progress-fill {
  background: #B88E56 !important;
  border-radius: 4px !important;
}

.cart-item-row {
  border-bottom: 1px solid rgba(29, 51, 94, 0.08) !important;
}

.cid-title {
  color: #1D335E !important;
  font-family: var(--font-serif) !important;
  font-weight: 600 !important;
}

.cid-price {
  color: #1D335E !important;
  font-weight: 700 !important;
}

.cid-variant {
  color: rgba(29, 51, 94, 0.6) !important;
}

.cart-item-qty {
  background: #FFFFFF !important;
  border: 1px solid rgba(29, 51, 94, 0.18) !important;
}

.cart-item-qty button {
  color: #1D335E !important;
}

.cart-item-qty .ci-qty-val {
  color: #1D335E !important;
  font-weight: 600 !important;
}

.cart-item-remove {
  color: rgba(29, 51, 94, 0.5) !important;
  transition: color 0.2s !important;
}

.cart-item-remove:hover {
  color: #b3261e !important;
}

.cart-order-bump-card {
  background: #FFFFFF !important;
  border: 1px dashed rgba(184, 142, 86, 0.5) !important;
  border-radius: 12px !important;
  padding: 12px !important;
  margin: 12px 0 !important;
}

.cob-title {
  color: #1D335E !important;
  font-weight: 700 !important;
}

.cob-price {
  color: #B88E56 !important;
  font-weight: 700 !important;
}

.cob-desc {
  color: rgba(29, 51, 94, 0.65) !important;
}

.cart-complete-look {
  background: rgba(29, 51, 94, 0.035) !important;
  border-top: 1px solid rgba(29, 51, 94, 0.08) !important;
}

.ccl-header h4 {
  color: #1D335E !important;
  font-family: var(--font-serif) !important;
}

.ccl-arrows button {
  color: #1D335E !important;
}

.ccl-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(29, 51, 94, 0.08) !important;
}

.ccl-title {
  color: #1D335E !important;
  font-family: var(--font-serif) !important;
}

.ccl-btn-add {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

.ccl-btn-add:hover {
  background: #152544 !important;
}

.cart-footer {
  background: #FAF8F5 !important;
  border-top: 1px solid rgba(29, 51, 94, 0.1) !important;
  flex-shrink: 0 !important;
  margin-top: auto !important;
}

.cart-promo-title {
  color: #1D335E !important;
}

.cart-promo-input {
  background: #FFFFFF !important;
  border: 1px solid rgba(29, 51, 94, 0.15) !important;
  color: #1D335E !important;
}

.cart-promo-input:focus {
  border-color: #1D335E !important;
}

.cart-promo-btn {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

.cart-promo-btn:hover {
  background: #152544 !important;
}

.cart-subtotal-label {
  color: #1D335E !important;
  font-weight: 600 !important;
}

.cart-subtotal-val {
  color: #1D335E !important;
  font-weight: 700 !important;
}

.cart-taxes-note {
  color: rgba(29, 51, 94, 0.55) !important;
}

.btn-checkout {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 16px rgba(29, 51, 94, 0.2) !important;
  transition: all 0.2s ease !important;
}

.btn-checkout:hover {
  background: #152544 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.28) !important;
}
#cart-empty-state[style*="display: none"],
#cart-empty-state[style*="display:none"] {
  display: none !important;
}

#cart-filled-state[style*="display: flex"],
#cart-filled-state[style*="display:flex"] {
  display: flex !important;
}

#cart-filled-state[style*="display: none"],
#cart-filled-state[style*="display:none"] {
  display: none !important;
}

/* ==========================================================================
   INTERNATIONAL MOBILE STANDARDS (iOS Safari Viewport Zoom Prevention)
   ========================================================================== */
@media (max-width: 768px) {
  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea,
  .search-bar input,
  .custom-footer .subscribe-form input,
  .site-footer .subscribe-form input,
  .subscribe-form input,
  .cart-promo-input,
  .shop-sort-select,
  .bs-variant-select,
  .price-input-box input {
    font-size: 16px !important;
  }
}

/* ==========================================================================
   LUXURY QUICK VIEW DRAWER & MOBILE BOTTOM SHEET (Delft Blue & Warm Alabaster)
   ========================================================================== */
.quick-view-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(29, 51, 94, 0.45) !important;
  z-index: 100000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease !important;
  overflow: hidden !important;
}

.quick-view-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Right-side slide-in drawer on Desktop */
.quick-view-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 500px !important;
  max-width: 90vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  background: #FAF8F5 !important;
  color: #1D335E !important;
  box-shadow: -12px 0 45px rgba(29, 51, 94, 0.2) !important;
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  z-index: 100001 !important;
  transform: translateX(100%) !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
}

.quick-view-overlay.active .quick-view-drawer {
  transform: translateX(0) !important;
}

/* Responsive / Half-screen & Mobile adjustment: Always opens as a Right Drawer */
@media (max-width: 991px) {
  .quick-view-overlay {
    justify-content: flex-end !important;
    align-items: stretch !important;
    padding: 0 !important;
  }
  .quick-view-drawer {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
    width: 480px !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
    box-shadow: -12px 0 45px rgba(29, 51, 94, 0.25) !important;
    transform: translateX(100%) !important;
    opacity: 1 !important;
    transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  .quick-view-overlay.active .quick-view-drawer {
    transform: translateX(0) !important;
    opacity: 1 !important;
  }
  .qv-header {
    border-radius: 0 !important;
  }
}

@media (max-width: 576px) {
  .quick-view-drawer {
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 !important;
  }
}

/* Header */
.qv-header {
  padding: 20px 24px 16px !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  background: #FAF8F5 !important;
  border-bottom: 1px solid rgba(29, 51, 94, 0.08) !important;
  flex-shrink: 0 !important;
  z-index: 50 !important;
}

.qv-close {
  position: absolute !important;
  top: 18px !important;
  right: 20px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: none !important;
  background: rgba(29, 51, 94, 0.06) !important;
  color: #1D335E !important;
  font-size: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  z-index: 10 !important;
  line-height: 1 !important;
}

.qv-close:hover {
  background: rgba(29, 51, 94, 0.12) !important;
  transform: rotate(90deg) !important;
}

.qv-header .badge.sale {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  border-radius: 20px !important;
  padding: 4px 10px !important;
  width: fit-content !important;
  margin-bottom: 6px !important;
}

.qv-header h2,
.qv-header h2#qv-title {
  color: #1D335E !important;
  font-family: var(--font-serif), 'Playfair Display', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.3 !important;
  margin: 0 0 6px 0 !important;
  padding-right: 36px !important;
}

.qv-header #qv-price,
.qv-price {
  margin: 0 !important;
  color: #1D335E !important;
  font-family: var(--font-sans) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

.qv-price del {
  color: rgba(29, 51, 94, 0.45) !important;
  font-weight: 400 !important;
  margin-right: 8px !important;
}

.qv-price span {
  color: #1D335E !important;
  font-weight: 700 !important;
}

/* Content Area */
.qv-content {
  padding: 20px 24px 32px !important;
  overflow-y: auto !important;
  flex: 1 !important;
  box-sizing: border-box !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Gallery Slider */
.qv-gallery {
  margin: 4px 0 16px 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

body.qv-open {
  overflow: hidden !important;
}

.qv-gallery-track {
  display: flex !important;
  gap: 14px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  padding: 6px 4px 14px 4px !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  touch-action: pan-x !important;
  cursor: grab !important;
  user-select: none !important;
}

.qv-gallery-track:active {
  cursor: grabbing !important;
}

.qv-gallery-track::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.qv-slide {
  flex: 0 0 84% !important;
  max-width: 84% !important;
  min-width: 250px !important;
  aspect-ratio: 4 / 5 !important;
  background: transparent !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  scroll-snap-align: center !important;
  scroll-snap-stop: always !important;
  overflow: hidden !important;
}

.qv-slide img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 14px !important;
  background: #FFFFFF !important;
  box-shadow: 0 8px 24px rgba(29, 51, 94, 0.12) !important;
  transition: transform 0.35s ease, border 0.3s ease, outline 0.3s ease !important;
}

/* Quick View Framed Art Presentation */
.qv-slide.is-art-slide {
  background: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px 16px !important;
  box-sizing: border-box !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(29, 51, 94, 0.08) !important;
  overflow: hidden !important;
}

.qv-slide.is-art-slide .qv-framed-art-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 auto !important;
}

.qv-slide.is-art-slide .qv-art-frame {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 88% !important;
  max-height: 88% !important;
  box-shadow: 0 16px 36px rgba(18, 28, 48, 0.16), 0 4px 12px rgba(18, 28, 48, 0.08) !important;
  border-radius: 2px !important;
  background-color: transparent !important;
  box-sizing: border-box !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  overflow: visible !important;
  line-height: 0 !important;
}

.qv-slide.is-art-slide .qv-art-frame.is-unframed {
  box-shadow: 0 8px 24px rgba(18, 28, 48, 0.12), 0 2px 6px rgba(18, 28, 48, 0.06) !important;
}

.qv-slide.is-art-slide .qv-mat-border {
  background-color: #FAF8F5 !important;
  padding: 28px 22px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
  transition: padding 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, box-shadow 0.3s ease !important;
  position: relative !important;
  z-index: 1 !important;
}

.qv-slide.is-art-slide .qv-mat-border.full-bleed {
  padding: 8px 8px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.qv-slide.is-art-slide .qv-art-frame.is-unframed .qv-mat-border {
  background-color: #FAF8F5 !important;
  padding: 28px 22px !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
}

.qv-slide.is-art-slide .qv-art-frame.is-unframed .qv-mat-border.full-bleed {
  padding: 0px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

#qv-gallery-track .qv-slide.is-art-slide #qv-img-1 {
  width: 200px !important;
  height: 266px !important;
  max-width: 200px !important;
  max-height: 266px !important;
  aspect-ratio: 3 / 4 !important;
  object-fit: cover !important;
  display: block !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06) !important;
  position: relative !important;
  z-index: 1 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

#qv-gallery-track .qv-slide.is-art-slide #qv-frame-overlay.qv-frame-overlay,
#qv-frame-overlay,
.qv-frame-overlay,
.rd-frame-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  pointer-events: none !important;
  z-index: 2 !important;
  transition: opacity 0.25s ease !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.qv-slide.is-art-slide .qv-art-frame.is-unframed #qv-frame-overlay,
.qv-art-frame.is-unframed .qv-frame-overlay,
.qv-art-frame.is-unframed #qv-frame-overlay {
  display: none !important;
}

#qv-gallery-track .qv-slide:not(.is-art-slide) .qv-framed-art-wrap,
#qv-gallery-track .qv-slide:not(.is-art-slide) .qv-art-frame,
#qv-gallery-track .qv-slide:not(.is-art-slide) .qv-mat-border {
  display: contents !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

#qv-gallery-track .qv-slide:not(.is-art-slide) #qv-frame-overlay {
  display: none !important;
}

@media (max-width: 768px) {
  .qv-slide.is-art-slide {
    padding: 12px 10px !important;
  }
  .qv-slide.is-art-slide .qv-mat-border {
    padding: 18px 14px !important;
  }
  .qv-slide.is-art-slide .qv-mat-border.full-bleed {
    padding: 6px 6px !important;
  }
  #qv-gallery-track .qv-slide.is-art-slide #qv-img-1 {
    width: 155px !important;
    height: 206px !important;
    max-width: 155px !important;
    max-height: 206px !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
  }
}

.qv-gallery-controls {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 8px 0 16px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #1D335E !important;
  border-bottom: 1px solid rgba(29, 51, 94, 0.08) !important;
  padding-bottom: 12px !important;
}

#qv-slide-count {
  color: #1D335E !important;
  font-weight: 600 !important;
  min-width: 38px !important;
}

.qv-scroll-line {
  flex: 1 !important;
  height: 3px !important;
  background: rgba(29, 51, 94, 0.1) !important;
  position: relative !important;
  border-radius: 3px !important;
}

.qv-scroll-indicator {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 25%;
  background: #1D335E !important;
  border-radius: 3px !important;
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#qv-gallery-track {
  cursor: grab !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  touch-action: pan-y pinch-zoom !important;
}
#qv-gallery-track:active {
  cursor: grabbing !important;
}
#qv-gallery-track img {
  -webkit-user-drag: none !important;
  user-drag: none !important;
  user-select: none !important;
  pointer-events: none !important;
}

.qv-gallery-arrows {
  display: flex !important;
  gap: 8px !important;
}

.qv-gallery-arrows button {
  background: rgba(29, 51, 94, 0.06) !important;
  border: none !important;
  border-radius: 50% !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  cursor: pointer !important;
  color: #1D335E !important;
  transition: all 0.2s ease !important;
  line-height: 1 !important;
}

.qv-gallery-arrows button:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

/* Variants Section */
.qv-variants {
  margin-top: 10px !important;
}

.qv-option {
  margin-bottom: 16px !important;
}

.qv-option label {
  display: block !important;
  color: #1D335E !important;
  font-family: var(--font-serif) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

.qv-option label span {
  color: #B88E56 !important;
  font-family: var(--font-sans) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

/* Frame Tiles (Wall Art) */
.qv-frame-tiles-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
  margin-bottom: 14px !important;
}

.rd-frame-tile {
  background: #FFFFFF !important;
  border: 1.5px solid rgba(29, 51, 94, 0.12) !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 6px rgba(29, 51, 94, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 8px 6px !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.rd-frame-tile:hover {
  border-color: #B88E56 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.08) !important;
}

.rd-frame-tile.active {
  border: 2px solid #1D335E !important;
  background: #FFFFFF !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.16) !important;
}

.rd-frame-tile-title {
  color: #1D335E !important;
  font-weight: 600 !important;
  font-size: 11.5px !important;
  margin-top: 4px !important;
}

/* Size Buttons */
.qv-size-buttons,
.rd-size-buttons {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.rd-size-btn,
.qv-size-btn {
  background: #FFFFFF !important;
  border: 1.5px solid rgba(29, 51, 94, 0.12) !important;
  border-radius: 12px !important;
  color: #1D335E !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 6px !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: all 0.2s ease !important;
}

.rd-size-btn:hover,
.qv-size-btn:hover {
  border-color: #B88E56 !important;
}

.rd-size-btn.active,
.qv-size-btn.active {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.18) !important;
}

.rd-size-btn.active .rd-size-name,
.qv-size-btn.active .rd-size-name {
  color: #FAF8F5 !important;
}

.rd-size-btn.active .rd-size-dim,
.qv-size-btn.active .rd-size-dim {
  color: rgba(250, 248, 245, 0.85) !important;
}

.rd-size-name {
  font-size: 13px !important;
  font-weight: 700 !important;
}

.rd-size-dim {
  font-size: 11px !important;
  color: rgba(29, 51, 94, 0.65) !important;
}

/* Border Style Buttons */
.rd-border-buttons,
.qv-border-buttons {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
}

.rd-border-btn {
  background: #FFFFFF !important;
  border: 1.5px solid rgba(29, 51, 94, 0.12) !important;
  border-radius: 12px !important;
  color: #1D335E !important;
  font-weight: 600 !important;
  font-size: 13.5px !important;
  padding: 10px 14px !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: all 0.2s ease !important;
}

.rd-border-btn:hover {
  border-color: #B88E56 !important;
}

.rd-border-btn.active {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.18) !important;
}

/* Stock Status */
.qv-stock-status {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 12px 0 14px 0 !important;
  color: #5B6E5D !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.qv-stock-status svg {
  color: #5B6E5D !important;
}

/* Quantity & Action Buttons */
.qv-qty-add-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

.qv-qty {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 104px !important;
  height: 48px !important;
  border: 1.5px solid rgba(29, 51, 94, 0.15) !important;
  background: #FFFFFF !important;
  border-radius: 30px !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}

.qv-qty button {
  background: transparent !important;
  border: none !important;
  color: #1D335E !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  padding: 0 4px !important;
  line-height: 1 !important;
}

.qv-qty span {
  color: #1D335E !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
}

.btn-qv-add {
  flex: 1 !important;
  height: 48px !important;
  background: #FAF8F5 !important;
  border: 1.5px solid #1D335E !important;
  color: #1D335E !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  border-radius: 30px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s ease !important;
}

.btn-qv-add:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

.btn-qv-buy-full,
.btn-qv-buy {
  width: 100% !important;
  height: 48px !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  border: none !important;
  border-radius: 30px !important;
  box-shadow: 0 4px 16px rgba(29, 51, 94, 0.22) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 12px !important;
  transition: all 0.25s ease !important;
}

.btn-qv-buy-full:hover,
.btn-qv-buy:hover {
  background: #152544 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.3) !important;
}

.qv-more-details {
  display: block !important;
  text-align: center !important;
  color: #1D335E !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-decoration: underline !important;
  margin: 6px 0 16px 0 !important;
  transition: color 0.2s ease !important;
}

.qv-more-details:hover {
  color: #B88E56 !important;
}

/* Mobile Specific Drawer (Slide-in from Right) */
@media (max-width: 768px) {
  .quick-view-overlay {
    align-items: stretch !important;
    justify-content: flex-end !important;
  }
  .quick-view-drawer {
    border-radius: 0 !important;
    background: #FAF8F5 !important;
    box-shadow: -12px 0 45px rgba(29, 51, 94, 0.2) !important;
  }
  .qv-header {
    background: #FAF8F5 !important;
    border-radius: 0 !important;
  }
}

/* ==========================================================================
   LUXURY BRAND BUTTONS (DELFT ROYAL NAVY & HERITAGE ANTIQUE GOLD)
   ========================================================================== */
.ier-header .btn-shop-now,
.btn-shop-now.grimoire-style-26,
.fp-content .btn-shop-now,
.btn-shop-now.grimoire-style-29 {
  background: #1D335E !important; /* Delft Royal Navy */
  color: #FAF8F5 !important;
  border: 1px solid #1D335E !important;
  padding: 12px 18px 12px 30px !important;
  border-radius: 50px !important;
  font-family: var(--font-sans), sans-serif !important;
  font-size: 15.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  box-shadow: 0 8px 24px rgba(29, 51, 94, 0.25) !important;
  cursor: pointer !important;
  overflow: visible !important;
  position: relative !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.ier-header .btn-shop-now {
  margin: 32px auto 0 !important;
}

.fp-content .btn-shop-now,
.btn-shop-now.grimoire-style-29 {
  margin: 28px 0 36px 0 !important;
}

.ier-header .btn-shop-now::before,
.btn-shop-now.grimoire-style-26::before,
.fp-content .btn-shop-now::before,
.btn-shop-now.grimoire-style-29::before {
  display: none !important;
}

.ier-header .btn-shop-now:hover,
.btn-shop-now.grimoire-style-26:hover,
.fp-content .btn-shop-now:hover,
.btn-shop-now.grimoire-style-29:hover {
  background: #B88E56 !important; /* Transitions to Heritage Antique Gold */
  border-color: #B88E56 !important;
  color: #FFFFFF !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 30px rgba(184, 142, 86, 0.35) !important;
}

.ier-header .btn-shop-now .arrow-circle,
.btn-shop-now.grimoire-style-26 .arrow-circle,
.fp-content .btn-shop-now .arrow-circle,
.btn-shop-now.grimoire-style-29 .arrow-circle {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease !important;
}

.ier-header .btn-shop-now:hover .arrow-circle,
.btn-shop-now.grimoire-style-26:hover .arrow-circle,
.fp-content .btn-shop-now:hover .arrow-circle,
.btn-shop-now.grimoire-style-29:hover .arrow-circle {
  background: #FFFFFF !important;
  color: #B88E56 !important;
  transform: translateX(4px) !important;
}

/* Featured Pieces Product Card Cart Icon Button */
.fp-product-card .icon-btn-black {
  background: #1D335E !important; /* Delft Royal Navy */
  color: #FAF8F5 !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.2) !important;
  transition: all 0.3s ease !important;
}
.fp-product-card .icon-btn-black:hover {
  background: #B88E56 !important; /* Heritage Antique Gold */
  transform: scale(1.1) !important;
  box-shadow: 0 6px 16px rgba(184, 142, 86, 0.3) !important;
}
.fp-product-card .icon-btn-black:hover svg {
  stroke: #ffffff !important;
}

/* Hide sup numbers in Our Collections */
#collection-links sup,
.col-card-title sup {
  display: none !important;
}


/* ==========================================================================
   QUICK VIEW: DYNAMIC APPAREL & TOTE SELECTORS (LUXURY BRAND COHESION)
   ========================================================================== */
.qv-shirt-size-grid {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-top: 8px !important;
}

.qv-shirt-size-btn {
  min-width: 52px !important;
  height: 44px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  border: 1px solid #DFD5C4 !important;
  background: #FAF8F5 !important;
  color: #1D335E !important;
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
}

.qv-shirt-size-btn:hover {
  border-color: #1D335E !important;
  background: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.12) !important;
}

.qv-shirt-size-btn.active {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.28) !important;
  transform: translateY(-1px) !important;
}

.qv-color-swatches {
  display: flex !important;
  gap: 14px !important;
  align-items: center !important;
  margin-top: 8px !important;
  padding: 4px 2px !important;
}

.qv-swatch-btn {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  border-radius: 50% !important;
  border: none !important;
  cursor: pointer !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  padding: 0 !important;
}

.qv-swatch-btn:hover {
  transform: scale(1.12) !important;
}

.qv-swatch-btn.active {
  box-shadow: 0 0 0 2.5px #FAF8F5, 0 0 0 4.5px #1D335E, 0 4px 14px rgba(29, 51, 94, 0.25) !important;
  transform: scale(1.08) !important;
}

.qv-swatch-btn .swatch-check {
  font-size: 13px !important;
  font-weight: 900 !important;
  color: #FAF8F5 !important;
  opacity: 0 !important;
  transition: opacity 0.2s ease !important;
  line-height: 1 !important;
}

.qv-swatch-btn .swatch-check.dark {
  color: #1D335E !important;
}

.qv-swatch-btn.active .swatch-check {
  opacity: 1 !important;
}

.qv-product-specs {
  background: rgba(29, 51, 94, 0.04) !important;
  border: 1px solid rgba(223, 202, 128, 0.35) !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  margin-top: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  box-sizing: border-box !important;
}

.qv-spec-pill {
  font-family: var(--font-sans), system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #1D335E !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  line-height: 1.4 !important;
}

.qv-spec-pill span {
  color: #B88E56 !important;
  font-weight: 800 !important;
  font-size: 13px !important;
}


/* ==========================================================================
   STYLE IT YOUR WAY - LUXURY BRAND REFINEMENTS (WARM TAUPE & CLEAN HOVER)
   ========================================================================== */
.acc-product-grid .product-card .product-info .product-artist {
  font-family: var(--font-sans) !important;
  font-size: 12.5px !important;
  color: #7C6C63 !important;
  margin: 0 0 2px 0 !important;
}
.acc-product-grid .product-card .product-info .product-sizes {
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  color: #8C7D75 !important;
  margin: 0 !important;
}
.acc-product-grid .product-card:hover .product-info .product-title {
  color: #B88E56 !important;
}

@media (min-width: 769px) {
  .acc-product-grid .product-card .product-hover-actions {
    position: absolute !important;
    bottom: 14px !important;
    left: 14px !important;
    right: 14px !important;
    top: auto !important;
    opacity: 0 !important;
    transform: translateY(12px) !important;
    pointer-events: none !important;
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    z-index: 10 !important;
    display: flex !important;
    justify-content: center !important;
  }
  .acc-product-grid .product-card:hover .product-hover-actions {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
  .acc-product-grid .btn-choose-options {
    width: calc(100% - 16px) !important;
    max-width: 240px !important;
    height: 42px !important;
    border-radius: 30px !important;
    background: #1D335E !important;
    color: #FAF8F5 !important;
    border: 1px solid rgba(223, 202, 128, 0.45) !important;
    box-shadow: 0 8px 22px rgba(29, 51, 94, 0.32) !important;
    padding: 0 6px 0 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    transition: all 0.35s ease !important;
  }
  .acc-product-grid .btn-choose-options:hover {
    background: #FAF8F5 !important;
    color: #1D335E !important;
    border-color: #1D335E !important;
  }
  .acc-product-grid .btn-choose-options .plus-circle {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #FAF8F5 !important;
    color: #1D335E !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    transition: all 0.35s ease !important;
  }
  .acc-product-grid .btn-choose-options:hover .plus-circle {
    background: #1D335E !important;
    color: #FAF8F5 !important;
  }
}

/* ==========================================================================
   MANIFESTO / TIMELESS ART - LUXURY LINK & HOVER INTERACTION
   ========================================================================== */
.ta-manifesto-link {
  font-family: var(--font-sans) !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #1D335E !important;
  text-decoration: none !important;
  border-bottom: 2px solid #1D335E !important;
  padding-bottom: 4px !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
}
.ta-manifesto-link:hover {
  color: #B88E56 !important;
  border-bottom-color: #B88E56 !important;
  transform: translateX(4px) !important;
}


/* ==========================================================================
   JOURNAL & TRUST FEATURES (Brand Harmonized & Tightened Whitespace)
   ========================================================================== */
.journal-section {
  padding: 50px 40px 10px 40px;
  background: transparent !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
}

@media (max-width: 900px) {
  .journal-section {
    padding: 40px 20px 10px 20px !important;
  }
}

@media (max-width: 480px) {
  .journal-section {
    padding: 30px 16px 10px 16px !important;
  }
}

.journal-header-wrap {
  width: 100%;
  margin-bottom: 28px;
}

.journal-subtitle {
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #B88E56 !important;
  margin: 0 0 6px 0;
}

.journal-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 768px) {
  .journal-header-row {
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
}

.journal-main-title,
.journal-section .section-header h2 {
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700 !important;
  color: #1D335E !important;
  margin: 0;
  line-height: 1.15;
}

@media (max-width: 768px) {
  .journal-main-title,
  .journal-section .section-header h2 {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }
}

.journal-section .section-header .view-all {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  color: #1D335E !important;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
}

.journal-section .section-header .view-all:hover {
  color: #B88E56 !important;
  transform: translateX(4px);
}

@media (min-width: 901px) {
  .journal-section .journal-grid {
    display: grid !important;
    grid-template-columns: 1.1fr 1fr !important;
    gap: 36px !important;
    max-width: 1240px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }
}

.journal-side-card {
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  border-radius: 16px;
  padding: 8px;
  transition: all 0.3s ease;
}

.journal-side-card:hover {
  background: rgba(223, 202, 128, 0.08);
}

.journal-side-card img {
  border-radius: 14px !important;
  border: 1px solid rgba(223, 202, 128, 0.35) !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.06);
}

.journal-side-card .badge {
  background: #F4EFE6 !important;
  color: #1D335E !important;
  border: 1px solid rgba(223, 202, 128, 0.6) !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: 1px !important;
}

.journal-side-card h4 {
  font-family: var(--font-serif) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
  line-height: 1.35 !important;
  margin: 4px 0 6px 0 !important;
  transition: color 0.25s ease !important;
}

.journal-side-card:hover h4 {
  color: #B88E56 !important;
}

.journal-side-card .meta {
  font-family: var(--font-sans);
  font-size: 13px;
  color: #7C6C63;
}

/* Trust Features tight spacing & brand colors */
.trust-features {
  padding: 15px 40px 65px 40px !important;
  background: transparent !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
}

.tf-container,
.grimoire-style-73 {
  max-width: 1240px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

.tf-item {
  background: #FAF8F5 !important;
  border-radius: 18px !important;
  padding: 28px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  border: 1.5px solid rgba(223, 202, 128, 0.45) !important;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.05) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.tf-item:hover {
  transform: translateY(-4px) !important;
  border-color: #DFCA80 !important;
  box-shadow: 0 14px 32px rgba(29, 51, 94, 0.12) !important;
}

.tf-icon svg {
  width: 28px !important;
  height: 28px !important;
  stroke: #1D335E !important;
  transition: stroke 0.3s ease !important;
}

.tf-item:hover .tf-icon svg {
  stroke: #DFCA80 !important;
}

.tf-item h4 {
  font-family: var(--font-serif) !important;
  font-size: 17.5px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
  margin: 10px 0 6px 0 !important;
  line-height: 1.25 !important;
}

.tf-item p {
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  color: #635B54 !important;
  margin: 0 !important;
}

/* ==========================================================================
   Our Collections - Clickable Links & Hover Dynamics
   ========================================================================== */
#collection-links li a,
.col-text-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  width: 100%;
  transition: color 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}

#collection-links li a:hover,
.col-text-link:hover {
  color: #FAF8F5;
  transform: translateX(4px);
}

#collection-links li.active a,
#collection-links li.active .col-text-link {
  color: #FAF8F5;
}

a.col-image-block {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a.col-image-block .col-img {
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}

a.col-image-block:hover .col-img {
  transform: scale(1.03);
  filter: brightness(1.03);
}

/* ==========================================================================
   Manifesto & Editorial Cards (ta-card) Link Dynamics
   ========================================================================== */
a.ta-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

a.ta-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

a.ta-card img {
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}

a.ta-card:hover img {
  transform: scale(1.06);
  filter: brightness(1.05);
}

a.ta-card .ta-btn {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

a.ta-card:hover .ta-btn {
  transform: scale(1.15) rotate(90deg);
  background-color: #DFCA80 !important; /* Grimoire Brand Gold */
  color: #1D335E !important; /* Delft Royal Navy */
  box-shadow: 0 6px 20px rgba(223, 202, 128, 0.5);
}

/* ==========================================================================
   THE GRIMOIRE ART STANDARD, TRUST FEATURES & SHOPPABLE REVIEWS
   ========================================================================== */

/* 1. The Grimoire Art Standard Links */
a.feature-item {
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  a.feature-item:hover {
    transform: translateY(-6px) !important;
  }
  a.feature-item:hover .icon-circle {
    background: #1D335E !important;
    box-shadow: 0 6px 18px rgba(29, 51, 94, 0.25) !important;
  }
  a.feature-item:hover .icon-circle svg {
    stroke: #DFCA80 !important;
  }
  a.feature-item:hover h3 {
    color: #B88E56 !important;
  }
}

/* 2. Trust Features Links */
a.tf-item {
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  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.3s ease !important;
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  a.tf-item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 28px rgba(29, 51, 94, 0.12) !important;
    border-color: #DFCA80 !important;
  }
  a.tf-item:hover .tf-icon {
    color: #DFCA80 !important;
  }
  a.tf-item:hover h4 {
    color: #B88E56 !important;
  }
}

/* 3. Shoppable Reviews Dynamic Links */
.review-img-link {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 12px;
  -webkit-tap-highlight-color: transparent;
}
.review-img-link img.review-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  margin-bottom: 0 !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .review-img-link:hover img.review-img {
    transform: scale(1.04);
    filter: brightness(1.04);
  }
}
a.review-product {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-top: 10px;
  -webkit-tap-highlight-color: transparent;
}
a.review-product span {
  font-size: 14.5px;
  font-weight: 700;
  color: #1D335E;
  transition: color 0.3s ease;
}
a.review-product .review-product-arrow {
  color: #B88E56;
  opacity: 0.8;
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  a.review-product:hover span {
    color: #B88E56 !important;
  }
  a.review-product:hover .review-product-arrow {
    transform: translateX(4px);
  }
}

/* ==========================================================================
   FOOTER CHEVRON FIX (Hide mobile accordion arrows on desktop)
   ========================================================================== */
@media (min-width: 992px) {
  .custom-footer .footer-col-header .chevron-svg,
  .footer-col-header .chevron-svg,
  .site-footer .chevron-svg {
    display: none !important;
  }
}

/* ==========================================================================
   MASTER SUBPAGE BRAND HARMONIZATION (SHOP, PDP, COLLECTION, JOURNAL, ABOUT)
   Synchronized with index.html Luxury Standard (Delft Navy & Heritage Gold)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. SHOP.HTML - MASTER ITEM CARDS & TOOLBAR
   -------------------------------------------------------------------------- */
.shop-item-card {
  text-decoration: none !important;
  color: inherit !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.shop-item-card:hover {
  transform: translateY(-4px) !important;
}

/* Media Container: Full Bleed 4:5 */
.shop-img-box {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  background: #FAF8F5 !important;
  border-radius: 20px !important;
  padding: 0 !important;
  margin-bottom: 14px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.06) !important;
}

.shop-item-card:hover .shop-img-box {
  box-shadow: 0 12px 30px rgba(29, 51, 94, 0.12) !important;
}

.shop-img-box img.product-img-primary {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1), opacity 0.4s ease !important;
  z-index: 1 !important;
  display: block !important;
  opacity: 1 !important;
}

.shop-img-box img.product-img-secondary {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  opacity: 0 !important;
  transform: scale(1) !important;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1), opacity 0.4s ease !important;
  z-index: 2 !important;
  display: block !important;
}

.shop-item-card:hover .shop-img-box img.product-img-primary {
  transform: scale(1.05) !important;
  opacity: 0 !important;
}

.shop-item-card:hover .shop-img-box img.product-img-secondary {
  opacity: 1 !important;
  transform: scale(1.05) !important;
}

/* Badges */
.shop-badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  padding: 5px 12px !important;
  border-radius: 20px !important;
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  z-index: 5 !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.2) !important;
}

.shop-badge.new,
.shop-badge.popular,
.shop-badge:not(.sale):not(.hot) {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

.shop-badge.sale,
.shop-badge.hot {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
}

/* Hover Quick View Button */
.shop-hover-actions {
  position: absolute !important;
  bottom: 14px !important;
  left: 14px !important;
  right: 14px !important;
  z-index: 10 !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  pointer-events: none !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.shop-item-card:hover .shop-hover-actions,
.shop-img-box:hover .shop-hover-actions {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.shop-btn-quickview {
  width: calc(100% - 16px) !important;
  max-width: 240px !important;
  height: 42px !important;
  border-radius: 30px !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border: 1px solid rgba(223, 202, 128, 0.45) !important;
  box-shadow: 0 8px 22px rgba(29, 51, 94, 0.32) !important;
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.35s ease !important;
}

.shop-btn-quickview:hover {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border-color: #1D335E !important;
  transform: scale(1.02) !important;
}

/* Information & Typography */
.shop-item-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding: 0 2px !important;
  text-align: left !important;
}

.shop-item-cat {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #B88E56 !important;
  margin: 0 !important;
}

.shop-item-title {
  font-family: var(--font-serif) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #1D335E !important;
  margin: 0 !important;
  transition: color 0.3s ease !important;
}

.shop-item-card:hover .shop-item-title {
  color: #B88E56 !important;
}

.shop-item-artist {
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  color: rgba(29, 51, 94, 0.65) !important;
  margin: 0 !important;
}

.shop-item-price-wrap {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 3px 6px !important;
  margin-top: 2px !important;
}

.shop-price-discount,
.shop-price-regular {
  font-family: var(--font-sans) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
  margin: 0 !important;
}

.shop-price-old {
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  color: rgba(29, 51, 94, 0.4) !important;
  margin: 0 !important;
}

.shop-size-tag {
  font-family: var(--font-sans) !important;
  font-size: 12.5px !important;
  color: rgba(29, 51, 94, 0.55) !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

/* Toolbar & Filter Sidebar */
.shop-toolbar {
  border-bottom: 1px solid rgba(29, 51, 94, 0.1) !important;
}

.shop-product-count {
  font-family: var(--font-sans) !important;
  font-weight: 600 !important;
  color: #1D335E !important;
}

.view-as-btn.active {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
}

.btn-filter-toggle {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border: 1.5px solid rgba(29, 51, 94, 0.25) !important;
  border-radius: 24px !important;
  font-family: var(--font-sans) !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.btn-filter-toggle:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

.filter-group-header {
  font-family: var(--font-sans) !important;
  font-weight: 700 !important;
  color: #1D335E !important;
  letter-spacing: 0.3px !important;
}

.filter-checkbox-left {
  color: #2D3748 !important;
  font-family: var(--font-sans) !important;
  font-size: 13.5px !important;
}

.filter-count {
  color: rgba(29, 51, 94, 0.6) !important;
}

/* --------------------------------------------------------------------------
   2. PRODUCT DETAIL PAGES (PDP) - REVIEWS, WHY CHOOSE US, COMPLETE THE LOOK
   -------------------------------------------------------------------------- */
/* PDP Why Choose Us */
.pdp-why-choose-section {
  background-color: #FAF8F5 !important;
  border-top: 1px solid rgba(29, 51, 94, 0.08) !important;
}

.pdp-why-title {
  font-family: var(--font-serif) !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  color: #1D335E !important;
  text-align: center !important;
}

.pdp-why-item {
  background: #FFFFFF !important;
  border-radius: 24px !important;
  border: 1px solid rgba(223, 202, 128, 0.35) !important;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.04) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.pdp-why-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 30px rgba(29, 51, 94, 0.12) !important;
  border-color: #DFCA80 !important;
}

.pdp-why-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 16px !important;
  background: #FAF8F5 !important;
  color: #1D335E !important;
  transition: all 0.3s ease !important;
}

.pdp-why-item:hover .pdp-why-icon {
  background: #1D335E !important;
  color: #DFCA80 !important;
  transform: scale(1.08) !important;
}

.pdp-why-heading {
  font-family: var(--font-serif) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
}

.pdp-why-desc {
  font-family: var(--font-sans) !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #4A5568 !important;
}

/* PDP Happy Customers / Reviews */
.pdp-happy-customers-section {
  background: #1D335E !important;
}

.pdp-hc-title {
  font-family: var(--font-serif) !important;
  font-size: 38px;
  font-weight: 600 !important;
  color: #FAF8F5 !important;
}

.pdp-hc-card {
  border-radius: 24px !important;
  border: 1px solid rgba(223, 202, 128, 0.35) !important;
  background: #FFFFFF !important;
  box-shadow: 0 6px 24px rgba(29, 51, 94, 0.05) !important;
  overflow: hidden !important;
}

.pdp-hc-card-img {
  height: 240px !important;
  border-radius: 22px 22px 0 0 !important;
  overflow: hidden !important;
}

.pdp-hc-stars {
  color: #DFCA80 !important;
}

.pdp-hc-comment {
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
  font-style: normal !important; /* Normal font style for legibility */
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  color: #1F2937 !important;
}

.pdp-hc-author {
  font-family: var(--font-serif) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
}

/* PDP Features & Complete The Look */
.pdp-feat-heading,
.pdp-feat-acc-title {
  font-family: var(--font-serif) !important;
  color: #1D335E !important;
}

.pdp-feat-icon {
  color: #B88E56 !important;
}

.rd-ctl-card {
  border-radius: 24px !important;
  border: 1px solid rgba(223, 202, 128, 0.35) !important;
  background: #FFFFFF !important;
}

.pdp-curated-cta-btn {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border: 1px solid rgba(223, 202, 128, 0.45) !important;
  border-radius: 30px !important;
  transition: all 0.3s ease !important;
}

.pdp-curated-cta-btn:hover {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border-color: #1D335E !important;
}

/* --------------------------------------------------------------------------
   3. COLLECTION.HTML - TINY STATEMENTS & PROMO BANNER
   -------------------------------------------------------------------------- */
.tiny-statement-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.tiny-statement-card h3 {
  font-family: var(--font-serif) !important;
  color: #1D335E !important;
}

.tiny-statement-card p {
  color: #4A5568 !important;
}

.btn-black-pill {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border: 1.5px solid #1D335E !important;
  border-radius: 30px !important;
  padding: 11px 26px !important;
  font-family: var(--font-sans) !important;
  font-weight: 600 !important;
  font-size: 13.5px !important;
  letter-spacing: 0.2px !important;
  transition: all 0.35s 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;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.14) !important;
}

.btn-black-pill:hover {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border-color: #1D335E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(29, 51, 94, 0.25) !important;
}

/* Collection Filter Pills */
.coll-pill-btn {
  font-family: var(--font-sans) !important;
  font-weight: 600 !important;
  color: #1D335E !important;
  border: 1.5px solid rgba(29, 51, 94, 0.16) !important;
  background: #FAF8F5 !important;
}

.coll-pill-btn:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
}

.coll-pill-btn.active {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  box-shadow: 0 4px 16px rgba(29, 51, 94, 0.25) !important;
}

/* Nav Arrow Buttons */
.nav-arrow-btn {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border: 1.5px solid rgba(29, 51, 94, 0.2) !important;
  font-family: var(--font-sans) !important;
}

.nav-arrow-btn:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
}

/* Promo Banner in Collection */
.sage-discount-banner {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-radius: 24px !important;
  border: 1.5px solid rgba(223, 202, 128, 0.35) !important;
}

.sage-discount-banner h3 {
  font-family: var(--font-serif) !important;
  color: #DFCA80 !important;
}

.sage-banner-mid {
  font-family: var(--font-sans) !important;
  color: #FAF8F5 !important;
}

.btn-pill-arrow {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border: 1.5px solid #1D335E !important;
  border-radius: 40px !important;
  font-family: var(--font-sans) !important;
  font-weight: 600 !important;
  font-size: 14.5px !important;
  letter-spacing: 0.2px !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-pill-arrow:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(29, 51, 94, 0.25) !important;
}

.btn-pill-arrow .arrow-circle {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  font-family: var(--font-sans) !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, color 0.3s ease !important;
}

.btn-pill-arrow:hover .arrow-circle {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  transform: translateX(3px) scale(1.06) !important;
}

/* --------------------------------------------------------------------------
   4. OUR-STORY.HTML - MANIFESTO & HERITAGE PILLARS
   -------------------------------------------------------------------------- */
.about-manifesto h2 {
  font-family: var(--font-serif) !important;
  color: #1D335E !important;
}

.showcase-card h3 {
  font-family: var(--font-serif) !important;
  color: #1D335E !important;
}

.about-tri-cards .tri-card {
  border-radius: 24px !important;
  overflow: hidden !important;
}

.about-tri-cards .tri-num {
  font-family: var(--font-sans) !important;
  color: #DFCA80 !important;
  font-weight: 700 !important;
}

.about-tri-cards .tri-title {
  font-family: var(--font-serif) !important;
  color: #FAF8F5 !important;
}

.about-tri-cards .tri-btn-plus {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.about-tri-cards .tri-btn-plus:hover {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  transform: scale(1.15) !important;
}

.about-team-section h2,
.about-team-section .team-card h4 {
  font-family: var(--font-serif) !important;
  color: #1D335E !important;
}

.about-team-section .team-card p {
  color: #B88E56 !important;
  font-weight: 600 !important;
}

/* --------------------------------------------------------------------------
   5. JOURNAL.HTML - ARTICLES & CATEGORY CHIPS
   -------------------------------------------------------------------------- */
.j-filter-btn {
  border-radius: 24px !important;
  font-family: var(--font-sans) !important;
  font-weight: 600 !important;
  color: #1D335E !important;
  border: 1.5px solid rgba(29, 51, 94, 0.2) !important;
  transition: all 0.3s ease !important;
}

.j-filter-btn:hover {
  border-color: #B88E56 !important;
  color: #B88E56 !important;
}

.j-filter-btn.active {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
}

.j-article-card {
  border-radius: 24px !important;
  overflow: hidden !important;
}

.j-article-card .j-card-badge {
  background: #FAF8F5 !important;
  color: #1D335E !important;
  border: 1px solid rgba(223, 202, 128, 0.45) !important;
  font-family: var(--font-sans) !important;
  font-weight: 700 !important;
}

.j-article-title {
  font-family: var(--font-serif) !important;
  color: #1D335E !important;
  transition: color 0.3s ease !important;
}

.j-article-card:hover .j-article-title {
  color: #B88E56 !important;
}

/* --------------------------------------------------------------------------
   6. SERVICES.HTML - SERVICE CARDS & ACTIONS
   -------------------------------------------------------------------------- */
.services-hand-card {
  background: #FFFFFF !important;
  border-radius: 24px !important;
  border: 1px solid rgba(223, 202, 128, 0.35) !important;
}

.services-hand-card h3 {
  font-family: var(--font-serif) !important;
  color: #1D335E !important;
}

.services-hand-icon svg {
  stroke: #B88E56 !important;
}

.services-hand-btn {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-radius: 30px !important;
  transition: all 0.3s ease !important;
}

.services-hand-btn:hover {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
}

@media (max-width: 768px) {
  .services-section-hand {
    padding: 0 16px !important;
    margin-bottom: 45px !important;
  }
  .services-section-hand .services-title-large {
    font-size: 28px !important;
    margin-bottom: 8px !important;
  }
  .services-section-hand .services-subtitle {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 22px !important;
  }
  .services-hand-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .services-hand-card {
    padding: 22px 18px 20px !important;
    border-radius: 18px !important;
  }
  .services-hand-icon {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 12px !important;
  }
  .services-hand-icon svg {
    width: 22px !important;
    height: 22px !important;
  }
  .services-hand-card h3 {
    font-size: 18px !important;
    margin: 0 0 6px 0 !important;
  }
  .services-hand-card p {
    font-size: 13.5px !important;
    line-height: 1.48 !important;
    margin: 0 0 14px 0 !important;
  }
  .services-arrow-btn {
    width: 34px !important;
    height: 34px !important;
  }
  .services-arrow-btn svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media (max-width: 480px) {
  .services-section-hand {
    padding: 0 14px !important;
    margin-bottom: 36px !important;
  }
  .services-section-hand .services-title-large {
    font-size: 24px !important;
  }
  .services-section-hand .services-subtitle {
    font-size: 13px !important;
    margin-bottom: 18px !important;
  }
  .services-hand-grid {
    gap: 12px !important;
  }
  .services-hand-card {
    padding: 18px 14px 16px !important;
    border-radius: 16px !important;
  }
  .services-hand-icon {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 10px !important;
  }
  .services-hand-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
  .services-hand-card h3 {
    font-size: 16.5px !important;
    margin: 0 0 5px 0 !important;
  }
  .services-hand-card p {
    font-size: 12.5px !important;
    line-height: 1.4 !important;
    margin: 0 0 12px 0 !important;
  }
  .services-arrow-btn {
    width: 30px !important;
    height: 30px !important;
  }
}

/* --------------------------------------------------------------------------
   7. POLICY & INFORMATIONAL PAGES (FAQ, CARE GUIDE, ETC.)
   -------------------------------------------------------------------------- */
.page-header h1,
.policy-page h1,
.faq-header h1,
.static-page-title {
  font-family: var(--font-serif) !important;
  color: #1D335E !important;
}

.faq-hub-item.active {
  border-color: #B88E56 !important;
  background: #ffffff !important;
  box-shadow: 0 4px 20px rgba(29, 51, 94, 0.06) !important;
}

.faq-accordion-item.active .faq-accordion-header {
  color: #1D335E !important;
  font-weight: 700 !important;
}

/* Mobile Drawer Promo Cards (Woven Tapestries & Archive Goods) */
.md-promo-cards-wrap {
  display: flex !important;
  gap: 14px !important;
  padding: 16px 20px 30px !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}
.md-promo-cards-wrap::-webkit-scrollbar {
  display: none !important;
}
.md-promo-card {
  width: 195px !important;
  min-width: 195px !important;
  height: 250px !important;
  border-radius: 16px !important;
  flex-shrink: 0 !important;
  position: relative !important;
}
.md-promo-card .nav-promo-info h4 {
  font-size: 17px !important;
}
.md-promo-card .icon-btn {
  width: 32px !important;
  height: 32px !important;
  font-size: 14px !important;
}

/* Mobile Drawer Banner Transitions */
.md-banner-link:hover .md-banner-bg {
  transform: scale(1.05);
}
.md-banner-link:hover .arrow-spin {
  transform: translateX(3px);
  background: #3B5BA9 !important;
}


/* Grimoire Luxury Unification: Ensure shop.html and all pages use Warm Alabaster #FAF8F5 */
body,
.shop-main-layout,
.shop-body-container,
.shop-content-area {
  background-color: #FAF8F5 !important;
}

/* Suppress accidental scrim on page-card in The Archive mega menu */
.page-card::after {
  content: none !important;
  display: none !important;
}

/* ==========================================================================
   GRIMOIRE ART - DEDICATED SEARCH ROW, CATEGORY PILLS & CONTEXTUAL SIDEBAR
   ========================================================================== */

/* 1. Dedicated Search Bar Row (Above All Products) */
.shop-search-bar-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 8px auto 20px auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.shop-search-box-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
  background: #FFFFFF;
  border: 1.5px solid #D1BFA4;
  border-radius: 32px;
  box-shadow: 0 3px 12px rgba(29, 51, 94, 0.05);
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.shop-search-box-wrap:focus-within {
  border-color: #1D335E;
  box-shadow: 0 4px 18px rgba(29, 51, 94, 0.12);
}

.search-box-icon,
.toolbar-search-icon,
.mini-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #7C6C63;
  pointer-events: none;
  transition: color 0.2s ease;
}

.shop-search-box-wrap:focus-within .search-box-icon {
  color: #1D335E;
}

.shop-main-search-input,
.shop-toolbar-search-input,
.shop-mini-search-input {
  width: 100%;
  height: 44px;
  padding: 0 44px 0 48px !important; /* Plenty of breathing room from the 18px left icon */
  border: none !important;
  background: transparent !important;
  color: #1D335E !important;
  font-family: var(--font-sans);
  font-size: 14px;
  letter-spacing: 0.1px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  box-sizing: border-box;
}

.shop-main-search-input::placeholder,
.shop-toolbar-search-input::placeholder,
.shop-mini-search-input::placeholder {
  color: #8C827A !important;
  font-weight: 400;
}

.search-box-clear,
.toolbar-search-clear,
.mini-search-clear,
.mini-search-clear-btn,
#mini-search-clear {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  border: none !important;
  background: transparent !important;
  color: #7C6C63 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  transition: all 0.2s ease !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.search-box-clear:hover,
.toolbar-search-clear:hover,
.mini-search-clear:hover,
.mini-search-clear-btn:hover,
#mini-search-clear:hover {
  background: rgba(29, 51, 94, 0.08) !important;
  color: #1D335E !important;
}

.search-box-clear.is-visible,
.toolbar-search-clear.is-visible,
.mini-search-clear.is-visible,
.mini-search-clear-btn.is-visible,
#mini-search-clear.is-visible {
  display: inline-flex !important;
}

/* 2. Category Bar Wrapper (Seamless, no outer frame) */
.shop-category-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 6px 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* Category Pills Horizontal Scroll Container */
.shop-category-pills {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  padding: 4px 2px;
  width: 100%;
}
.shop-category-pills::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

@media (min-width: 1240px) {
  .shop-category-pills {
    justify-content: center;
  }
}

/* Individual Pill Button */
.category-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid #D1BFA4;
  background: #FAF8F5;
  color: #1D335E;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 2px 6px rgba(29, 51, 94, 0.04);
}
.category-pill:hover {
  background: #F4EFE6;
  border-color: #B88E56;
  color: #1D335E;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(29, 51, 94, 0.08);
}
.category-pill.active {
  background: #1D335E !important;
  border-color: #1D335E !important;
  color: #FAF8F5 !important;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.22);
}
.category-pill .pill-count {
  display: none !important;
}

/* 3. Toolbar Layout */
.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* 4. Active Filters Chips Row */
.shop-active-filters-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding: 10px 16px;
  background: #F4EFE6;
  border-radius: 12px;
  border: 1px dashed #D1BFA4;
}
.active-chips-label {
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 700;
  color: #7C6C63;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 4px;
}
.active-chips-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.active-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #FAF8F5;
  border: 1px solid #D1BFA4;
  color: #1D335E;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.active-chip:hover {
  background: #1D335E;
  border-color: #1D335E;
  color: #FAF8F5;
}
.active-chip-remove {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.btn-clear-all-chips {
  margin-left: auto;
  background: transparent;
  border: none;
  color: #8C6D3B;
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease;
}
.btn-clear-all-chips:hover {
  color: #1D335E;
}

/* 5. Contextual Sidebar Blocks */
.sidebar-context-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: fadeInBlock 0.3s ease-in-out;
}
@keyframes fadeInBlock {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 6. Orientation Filter Grid */
.orientation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 6px;
}
.orientation-pill-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 4px;
  border-radius: 10px;
  border: 1px solid #D1BFA4;
  background: #FAF8F5;
  color: #1D335E;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}
.orientation-pill-btn svg {
  stroke: currentColor;
}
.orientation-pill-btn:hover {
  background: #F4EFE6;
  border-color: #B88E56;
}
.orientation-pill-btn.active {
  background: #1D335E;
  border-color: #1D335E;
  color: #FAF8F5;
}
.orientation-pill-btn.active svg {
  stroke: #DFCA80;
}

/* 7. Color Swatches Grid */
.color-swatches-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 8px;
}
.color-swatch-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.color-swatch-btn:hover {
  transform: scale(1.15);
}
.color-swatch-btn.active {
  border-color: #1D335E;
  box-shadow: 0 0 0 2px #DFCA80;
  transform: scale(1.1);
}
.color-swatch-btn[data-color="beige"] { background-color: #E8DCC4; }
.color-swatch-btn[data-color="navy"] { background-color: #1D335E; }
.color-swatch-btn[data-color="gold"] { background-color: #B88E56; }
.color-swatch-btn[data-color="green"] { background-color: #556B2F; }
.color-swatch-btn[data-color="red"] { background-color: #8B2500; }
.color-swatch-btn[data-color="monochrome"] { background-color: #2F2F2F; }

/* Empty state styling */
.shop-empty-msg {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  background: #FAF8F5;
  border-radius: 12px;
  border: 1px dashed #D1BFA4;
  margin: 20px 0;
  color: #7C6C63;
  font-family: var(--font-sans);
  font-size: 15px;
}

/* ==========================================================================
   SHOP PAGINATION - GENEROUS BREATHING ROOM & ELEGANT PILL SHAPES
   ========================================================================== */
.shop-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-top: 60px !important;
  margin-bottom: 80px !important;
  padding-bottom: 10px !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

.shop-page-btn {
  min-width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(29, 51, 94, 0.16) !important;
  border-radius: 50% !important;
  background: #FAF8F5 !important;
  color: #1D335E !important;
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(29, 51, 94, 0.04) !important;
}

.shop-page-btn:hover {
  border-color: #1D335E !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.18) !important;
}

.shop-page-btn.active {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.25) !important;
}

.shop-page-btn.prev,
.shop-page-btn.next {
  width: auto !important;
  min-width: 96px !important;
  padding: 0 20px !important;
  border-radius: 30px !important;
  gap: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}

.shop-page-btn.prev svg,
.shop-page-btn.next svg {
  transition: transform 0.25s ease !important;
}

.shop-page-btn.prev:hover svg {
  transform: translateX(-3px) !important;
}

.shop-page-btn.next:hover svg {
  transform: translateX(3px) !important;
}


.product-card .product-image,
.product-card .product-title {
  cursor: pointer;
}


/* ==========================================================================
   TIMELESS ART + BUTTON OVERRIDES (MATCH INDEX 100%)
   ========================================================================== */
.ta-btn,
a.ta-card .ta-btn {
  align-self: flex-end !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: none !important;
  color: #000000 !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
  overflow: visible !important;
}

.ta-btn::before,
a.ta-card .ta-btn::before {
  display: none !important;
}

a.ta-card:hover .ta-btn,
.ta-btn:hover {
  background-color: #DFCA80 !important; /* Grimoire Brand Gold */
  color: #1D335E !important; /* Delft Royal Navy */
  transform: scale(1.15) rotate(90deg) !important;
  box-shadow: 0 6px 20px rgba(223, 202, 128, 0.5) !important;
}

.press-quote {
  font-style: normal !important;
}


.press-section {
  background: transparent !important;
}

/* ==========================================================================
   VIDEO FEEDBACKS STORIES MODAL (WEB & MOBILE)
   ========================================================================== */
.vf-modal-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 100000 !important;
  background: rgba(0, 0, 0, 0.72) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  box-sizing: border-box !important;
}

.vf-modal-overlay.active {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.vf-modal-card {
  background: #FAF8F5;
  border-radius: 28px;
  width: min(440px, calc(100vw - 28px));
  max-width: calc(100vw - 28px);
  min-width: 0;
  box-shadow: 0 24px 60px -10px rgba(0, 0, 0, 0.45);
  padding: 22px 20px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  transform: scale(0.92) translateY(12px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.vf-modal-overlay.active .vf-modal-card {
  transform: scale(1) translateY(0);
}

.vf-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.vf-modal-title {
  font-family: var(--font-serif, "Playfair Display", "Cormorant Garamond", Georgia, serif);
  font-size: 22px;
  font-weight: 600;
  color: #1D335E;
  margin: 0;
  letter-spacing: -0.2px;
}

.vf-modal-close {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #1D335E;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.vf-modal-close:hover {
  background: rgba(29, 51, 94, 0.08);
  color: #0d1a33;
  transform: scale(1.08);
}

/* Stories avatars bar */
.vf-modal-stories {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 2px 14px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.vf-modal-stories::-webkit-scrollbar {
  display: none;
}

.vf-story-item {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  box-sizing: border-box;
  padding: 2px;
  background: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}

.vf-story-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.vf-story-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.vf-story-item.active {
  border-color: #1D335E;
  outline: 2.5px solid #1D335E;
  outline-offset: 2px;
}

/* Video Player Card */
.vf-modal-player {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #111111;
  aspect-ratio: 9 / 13.5;
  max-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.vf-player-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Navigation Arrows */
.vf-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #1D335E;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.vf-nav-prev {
  left: 12px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.vf-nav-next {
  right: 12px;
  background: #ffffff;
}

.vf-nav-arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* Player Controls on the right */
.vf-player-controls {
  position: absolute;
  right: 14px;
  bottom: 96px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.vf-ctrl-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  padding: 0;
}

.vf-ctrl-btn:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: scale(1.08);
}

/* Floating Product Card Overlay */
.vf-product-pill {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(55, 48, 42, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 10;
  box-sizing: border-box;
}

.vf-pill-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.vf-pill-thumb {
  width: 48px;
  height: 56px;
  border-radius: 8px;
  background: #ffffff;
  padding: 3px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vf-pill-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.vf-pill-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.vf-pill-title {
  font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.vf-pill-prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.vf-pill-price {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.vf-pill-orig {
  font-size: 13px;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.65);
}

.vf-pill-cart-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #1D335E;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.vf-pill-cart-btn:hover {
  background: #DFCA80;
  color: #1D335E;
  transform: scale(1.08);
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 768px) {
  .vf-modal-overlay {
    padding: 12px 10px;
    align-items: center;
    justify-content: center;
  }

  .vf-modal-card {
    padding: 16px 14px 18px;
    border-radius: 24px;
    width: 100% !important;
    max-width: calc(100vw - 24px) !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
  }

  .vf-modal-title {
    font-size: 19px;
  }

  .vf-modal-stories {
    gap: 8px;
    padding: 2px 2px 12px;
  }

  .vf-story-item {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
  }

  .vf-modal-player {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    aspect-ratio: 9 / 13;
    max-height: 440px;
    border-radius: 18px;
  }

  .vf-nav-arrow {
    width: 38px;
    height: 38px;
  }

  .vf-nav-prev {
    left: 8px;
  }

  .vf-nav-next {
    right: 8px;
  }

  .vf-ctrl-btn {
    width: 36px;
    height: 36px;
  }

  .vf-player-controls {
    right: 10px;
    bottom: 78px;
    gap: 8px;
  }

  .vf-product-pill {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 8px 10px;
    border-radius: 14px;
    box-sizing: border-box !important;
  }

  .vf-pill-left {
    gap: 8px;
  }

  .vf-pill-thumb {
    width: 40px;
    height: 46px;
    padding: 2px;
  }

  .vf-pill-title {
    font-size: 13px;
  }

  .vf-pill-price {
    font-size: 13px;
  }

  .vf-pill-orig {
    font-size: 12px;
  }

  .vf-pill-cart-btn {
    width: 36px;
    height: 36px;
  }
}

/* Shop Direct Links & Enhanced Interactive Card Navigation */
.shop-img-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.product-title a,
.shop-item-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-title a:hover,
.shop-item-title a:hover {
  text-decoration: underline;
  color: var(--color-burgundy, #8C2D19);
}

/* Ensure Card 1 for Lifestyle / Room Cards (Tapestry, etc.) Fills Card Edge-to-Edge */
#rd-card-1.rd-room-card,
.rd-room-card#rd-card-1 {
  padding: 0 !important;
  background: #ffffff !important;
}

#rd-card-1.rd-room-card img,
.rd-room-card#rd-card-1 img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  min-height: 560px !important;
  object-fit: cover !important;
  border-radius: 28px !important;
  display: block !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  #rd-card-1.rd-room-card,
  .rd-room-card#rd-card-1 {
    min-height: 440px !important;
    height: 440px !important;
    padding: 0 !important;
  }
  #rd-card-1.rd-room-card img,
  .rd-room-card#rd-card-1 img,
  #rd-card-1.rd-room-card > img {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 440px !important;
    height: 440px !important;
    object-fit: cover !important;
  }
}

/* ==========================================================================
   GRIMOIRE MOCKUP ATELIER CALIBRATOR (ADMIN-ONLY FLOATING STUDIO)
   Hidden by default; active only for authenticated store owners / ?admin=1
   ========================================================================== */
#gm-mockup-calibrator {
  display: none !important;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999999;
  font-family: var(--font-sans, 'Plus Jakarta Sans', -apple-system, sans-serif);
}

body.gm-admin-mode #gm-mockup-calibrator,
#gm-mockup-calibrator.gm-visible {
  display: block !important;
}

.gm-calibrator-badge {
  background: #14171F;
  color: #DFCA80;
  border: 1px solid rgba(223, 202, 128, 0.5);
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.gm-calibrator-badge:hover {
  background: #1D2330;
  border-color: #DFCA80;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.gm-calibrator-panel {
  display: none;
  width: 330px;
  background: rgba(18, 21, 28, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(223, 202, 128, 0.35);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  padding: 20px;
  color: #F5F1E8;
  box-sizing: border-box;
  margin-bottom: 12px;
}

#gm-mockup-calibrator.panel-open .gm-calibrator-panel {
  display: block;
  animation: gmFadeSlideUp 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes gmFadeSlideUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.gm-cal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(223, 202, 128, 0.2);
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.gm-cal-title {
  font-family: var(--font-serif-title, 'Cinzel', serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #DFCA80;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.gm-cal-close-btn {
  background: transparent;
  border: none;
  color: rgba(245, 241, 232, 0.6);
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}

.gm-cal-close-btn:hover {
  color: #DFCA80;
}

.gm-cal-row {
  margin-bottom: 14px;
}

.gm-cal-label-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 6px;
  color: rgba(245, 241, 232, 0.85);
}

.gm-cal-val {
  font-weight: 600;
  color: #DFCA80;
  font-family: monospace;
}

.gm-cal-slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.15);
  outline: none;
  cursor: pointer;
}

.gm-cal-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #DFCA80;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(223, 202, 128, 0.6);
  transition: transform 0.1s ease;
}

.gm-cal-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.gm-cal-actions {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(223, 202, 128, 0.15);
}

.gm-cal-btn {
  flex: 1;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.gm-cal-btn-primary {
  background: #DFCA80;
  color: #14171F;
  border: none;
}

.gm-cal-btn-primary:hover {
  background: #ebd893;
  transform: translateY(-1px);
}

.gm-cal-btn-secondary {
  background: transparent;
  color: #DFCA80;
  border: 1px solid rgba(223, 202, 128, 0.4);
}

.gm-cal-btn-secondary:hover {
  background: rgba(223, 202, 128, 0.1);
  border-color: #DFCA80;
}

.gm-cal-btn-reset {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  color: rgba(245, 241, 232, 0.5);
  font-size: 11px;
  margin-top: 8px;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}

.gm-cal-btn-reset:hover {
  color: #DFCA80;
}

.gm-cal-toast {
  position: fixed;
  bottom: 84px;
  right: 24px;
  background: #DFCA80;
  color: #14171F;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: all 0.25s ease;
}

.gm-cal-toast.active {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   DIRECT PRODUCT CARD IMAGE & TITLE LINKS
   ========================================================================== */
.product-card .product-image > a,
.product-card .product-image a.product-img-link {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  z-index: 1 !important;
  border-radius: inherit !important;
  text-decoration: none !important;
}

.product-card .product-image a.product-img-link img,
.product-card .product-image > a img {
  pointer-events: none;
}

.fp-product-card .info h4 a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.fp-product-card .info h4 a:hover {
  text-decoration: underline !important;
  color: var(--color-burgundy, #8C2D19) !important;
}

.fp-thumb-wrapper a {
  display: block !important;
  text-decoration: none !important;
}

/* ==========================================================================
   CONTEXTUAL MICRO ADD-ONS (INLINE CART ITEM & PDP)
   ========================================================================== */

/* 1. Hide legacy bottom cart order bump card */
.cart-order-bump-card {
  display: none !important;
}

/* 2. Inline Cart Item Add-on Box */
.cart-item-addon-box {
  margin-top: 10px;
  background: #FBF9F5;
  border: 1px dashed rgba(184, 142, 86, 0.4);
  border-radius: 10px;
  padding: 8px 10px;
  transition: all 0.2s ease;
}

.cart-item-addon-box:hover {
  border-color: #B88E56;
  background: #F8F5EE;
}

.cart-item-addon-box.is-active {
  background: #F4EFE6;
  border: 1px solid #1D335E;
}

.ci-addon-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  margin: 0;
  user-select: none;
  width: 100%;
}

.ci-addon-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ci-addon-custom-box {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 4px;
  border: 1.5px solid #A89F91;
  background: #FFFFFF;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.ci-addon-checkbox:checked + .ci-addon-custom-box {
  background: #1D335E;
  border-color: #1D335E;
}

.ci-addon-checkbox:checked + .ci-addon-custom-box::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: solid #FAF8F5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.ci-addon-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ci-addon-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.ci-addon-name {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  color: #1D335E;
  line-height: 1.3;
}

.ci-addon-price {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  color: #B88E56;
  white-space: nowrap;
}

.ci-addon-desc {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 10.5px;
  color: #6E685F;
  line-height: 1.35;
}

/* 3. Product Detail Page (PDP) Add-on Card */
.pdp-addon-card {
  background: #FAF8F5;
  border: 1px dashed rgba(184, 142, 86, 0.45);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 16px 0;
  transition: all 0.25s ease;
}

.pdp-addon-card:hover {
  background: #F7F3EB;
  border-color: #B88E56;
}

.pdp-addon-card.is-active {
  background: #F4EFE6;
  border: 1.5px solid #1D335E;
  box-shadow: 0 4px 12px rgba(29, 51, 94, 0.06);
}

.pdp-addon-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin: 0;
  user-select: none;
  width: 100%;
}

.pdp-addon-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pdp-addon-custom-box {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 5px;
  border: 1.8px solid #9C9384;
  background: #FFFFFF;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.pdp-addon-checkbox:checked + .pdp-addon-custom-box {
  background: #1D335E;
  border-color: #1D335E;
}

.pdp-addon-checkbox:checked + .pdp-addon-custom-box::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #FAF8F5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.pdp-addon-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pdp-addon-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.pdp-addon-title {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  font-weight: 700;
  color: #1D335E;
  line-height: 1.3;
}

.pdp-addon-price {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  font-weight: 700;
  color: #B88E56;
}

.pdp-addon-desc {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 11.5px;
  color: #5C564C;
  line-height: 1.4;
  margin: 0;
}

/* ==========================================================================
   SIZE GUIDE POPUP MODAL (Matches Video Feedback Modal Architecture)
   ========================================================================== */
.rd-size-guide-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  padding: 0;
  color: #B88E56;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  pointer-events: auto;
  transition: color 0.2s ease, opacity 0.2s ease;
  line-height: 1.2;
}

.rd-size-guide-trigger:hover {
  color: #1D335E;
}

.size-guide-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 100002 !important;
  background: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  box-sizing: border-box !important;
  overflow-y: auto !important;
}

.size-guide-overlay.active {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.size-guide-card {
  background: #FAF8F5 !important;
  border-radius: 28px !important;
  width: min(720px, calc(100vw - 28px)) !important;
  max-width: 720px !important;
  max-height: 88vh !important;
  overflow-y: auto !important;
  box-shadow: 0 24px 60px -10px rgba(0, 0, 0, 0.45) !important;
  padding: 26px 28px 30px !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  transform: scale(0.92) translateY(12px) !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
  pointer-events: auto !important;
}

.size-guide-overlay.active .size-guide-card {
  transform: scale(1) translateY(0) !important;
}

.sg-unit-switcher {
  display: inline-flex;
  align-items: center;
  background: #ece6da;
  border-radius: 30px;
  padding: 3px;
  border: 1px solid rgba(223, 202, 128, 0.4);
}

.sg-unit-btn {
  padding: 6px 16px;
  border-radius: 24px;
  border: none;
  background: transparent;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  color: #6d635b;
  cursor: pointer;
  letter-spacing: 0.8px;
  transition: all 0.25s ease;
}

.sg-unit-btn.active {
  background: #1D335E;
  color: #FAF8F5;
  box-shadow: 0 2px 8px rgba(29, 51, 94, 0.25);
}

.sg-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border: 1.5px solid rgba(29, 51, 94, 0.12);
  border-radius: 16px;
  background: #ffffff;
  margin-bottom: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
}

.sg-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 13px;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
}

.sg-table th {
  background: #1D335E;
  color: #DFCA80;
  font-family: var(--font-serif, "Cinzel", serif);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.6px;
  padding: 12px 14px;
  white-space: nowrap;
}

.sg-table td {
  padding: 11px 14px;
  border-bottom: 1px solid rgba(29, 51, 94, 0.06);
  color: #2c2523;
  white-space: nowrap;
  transition: background 0.15s ease;
}

.sg-table tbody tr:last-child td {
  border-bottom: none;
}

.sg-table tbody tr:hover {
  background: #faf6ee;
}

.sg-table tbody tr.is-selected {
  background: #f4eee2;
  font-weight: 600;
}

.sg-size-tag {
  display: inline-block;
  background: #1D335E;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 6px;
  text-align: center;
  min-width: 32px;
}

.sg-measure-section {
  background: #ffffff;
  border: 1px solid rgba(29, 51, 94, 0.08);
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 14px;
}

.sg-measure-title {
  font-family: var(--font-serif, "Cinzel", serif);
  font-size: 14.5px;
  font-weight: 600;
  color: #1D335E;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sg-measure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sg-measure-item {
  font-size: 12px;
  line-height: 1.45;
  color: #555;
}

.sg-measure-item strong {
  color: #1D335E;
  display: block;
  margin-bottom: 2px;
}

.sg-tip-card {
  background: linear-gradient(135deg, rgba(223, 202, 128, 0.15) 0%, rgba(29, 51, 94, 0.04) 100%);
  border: 1px solid rgba(223, 202, 128, 0.5);
  border-radius: 14px;
  padding: 13px 16px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #3e3835;
}

@media (max-width: 768px) {
  .size-guide-card {
    padding: 20px 16px 24px !important;
    max-height: 85vh !important;
    width: 100% !important;
    border-radius: 20px !important;
  }
  .sg-measure-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}



.collaborator-track .product-card {
  flex: 0 0 280px !important;
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
}

.stacked-row-cards .product-card {
  flex: 0 0 260px !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  scroll-snap-align: start !important;
  display: flex !important;
  flex-direction: column !important;
}

.collaborator-track .product-card .product-image,
.stacked-row-cards .product-card .product-image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  margin-bottom: 16px !important;
  background: #FAF8F5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  box-shadow: 0 6px 20px rgba(29, 51, 94, 0.06) !important;
}

.collaborator-track .product-card .product-image img.product-img-primary,
.stacked-row-cards .product-card .product-image img.product-img-primary {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: none !important;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1), opacity 0.4s ease !important;
}

.collaborator-track .product-card .product-image img.product-img-secondary,
.stacked-row-cards .product-card .product-image img.product-img-secondary {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
  transform: scale(1) !important;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1), opacity 0.4s ease !important;
}

.collaborator-track .product-card:hover .product-image img.product-img-primary,
.stacked-row-cards .product-card:hover .product-image img.product-img-primary {
  transform: scale(1.05) !important;
  opacity: 0 !important;
}

.collaborator-track .product-card:hover .product-image img.product-img-secondary,
.stacked-row-cards .product-card:hover .product-image img.product-img-secondary {
  opacity: 1 !important;
  transform: scale(1.05) !important;
}

.collaborator-track .product-card .badge,
.stacked-row-cards .product-card .badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  z-index: 5 !important;
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 12px !important;
  border-radius: 50px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  line-height: 1.2 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
}

.collaborator-track .product-card .badge.hot,
.stacked-row-cards .product-card .badge.hot {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
}

.collaborator-track .product-card .badge.new,
.stacked-row-cards .product-card .badge.new {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

.collaborator-track .product-card .badge.sale,
.stacked-row-cards .product-card .badge.sale {
  background: #B88E56 !important;
  color: #FAF8F5 !important;
}

.collaborator-track .product-card .badge.popular,
.stacked-row-cards .product-card .badge.popular {
  background: #1D335E !important;
  color: #FAF8F5 !important;
}

.collaborator-track .product-card .product-info .category,
.stacked-row-cards .product-card .product-info .category {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #B88E56 !important;
  margin: 0 0 4px !important;
}

.collaborator-track .product-card .product-info .product-title,
.stacked-row-cards .product-card .product-info .product-title {
  font-family: var(--font-serif) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #1D335E !important;
  margin: 0 0 4px !important;
  display: inline-block !important;
}

.collaborator-track .product-card:hover .product-info .product-title,
.stacked-row-cards .product-card:hover .product-info .product-title {
  color: #B88E56 !important;
}

.collaborator-track .product-card .product-info .product-artist,
.stacked-row-cards .product-card .product-info .product-artist {
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  color: rgba(29, 51, 94, 0.65) !important;
  margin: 0 0 6px !important;
}

.collaborator-track .product-card .product-info .product-price-wrap,
.stacked-row-cards .product-card .product-info .product-price-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 2px !important;
}

.collaborator-track .product-card .product-info .product-price,
.stacked-row-cards .product-card .product-info .product-price {
  font-family: var(--font-sans) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1D335E !important;
  margin: 0 !important;
}

.collaborator-track .product-card .product-info .sale-price,
.stacked-row-cards .product-card .product-info .sale-price {
  color: #A8422B !important;
  margin-right: 6px !important;
}

.collaborator-track .product-card .product-info .old-price,
.stacked-row-cards .product-card .product-info .old-price {
  color: rgba(29, 51, 94, 0.45) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-decoration: line-through !important;
}

.collaborator-track .product-card .product-info .product-sizes,
.stacked-row-cards .product-card .product-info .product-sizes {
  font-family: var(--font-sans) !important;
  font-size: 12.5px !important;
  color: rgba(29, 51, 94, 0.55) !important;
}

.ci-frame-dot {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid rgba(29, 51, 94, 0.2);
  padding: 0;
  cursor: pointer;
  outline: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.ci-frame-dot:hover {
  transform: scale(1.18);
}
.ci-frame-dot.active {
  box-shadow: 0 0 0 2px #FAF8F5, 0 0 0 3.5px #1D335E;
}
