/** Shopify CDN: Minification failed

Line 3163:0 Unexpected "{"
Line 3163:1 Expected identifier but found "%"
Line 3195:0 Unexpected "<"
Line 3196:3 Expected identifier but found "%"
Line 3196:82 Unexpected bad string token
Line 3196:122 Unterminated string token
Line 3197:3 Expected identifier but found "%"
Line 3198:28 Expected identifier but found "add("
Line 3199:3 Expected identifier but found "%"
Line 3200:0 Unexpected "<"
... and 263 more hidden warnings

**/
/* Use this file to add custom css to the theme. */

/* ── Typography ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Lato:wght@300;400;500;600;700&display=swap');


body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #2A2A22;
  background: #ffffff;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
}

.shopify-section--rich-text {
  overflow: hidden;
}

.scrolled .header-wrapper,
.header-wrapper--solid,
.header--has-background .header-wrapper {
  border-bottom: 1px solid #D4BC6A;
}


.cart-item__remove {
  min-width: 90px !important;
  white-space: nowrap !important;
  padding: 10px 20px !important;
  overflow: visible !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* ── Gold accent color ── */
:root {
  --color-gold: #A8924A;
  --color-gold-light: #D4BC6A;
  --color-gold-rule: #E8E0C8;
  --color-text-main: #2A2A22;
  --color-text-muted: #888870;
  --color-bg: #ffffff;
  --color-bg-soft: #F5F3EC;
}

/* ── Eyebrow labels ── */
.eyebrow, [class*="eyebrow"] {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

/* ── Gold divider lines ── */
.gold-rule {
  height: 0.5px;
  background: var(--color-gold-light);
  border: none;
  margin: 0;
}

/* ── Global Buttons ── */
.btn,
.btn--primary,
.btn--secondary,
.button,
.button--primary,
button[type="submit"] {
  background: transparent !important;
  border: 1px solid #A8924A !important;
  color: #1A1A14 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 16px 40px !important;
  border-radius: 50px !important;
  transition: all 0.2s ease !important;
}

.btn:hover,
.btn--primary:hover,
.button:hover,
.button--primary:hover {
  background: #A8924A !important;
  color: #ffffff !important;
}

/* ── Nav ── */
.header__heading-link,
.header__menu-item {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

/* ── Muted body text ── */
p {
  font-weight: 300;
  line-height: 1.85;
  color: #4A4A3E;
}

/* ── Video Hero ── */
.video-hero__heading::before {
  content: "Tripoli, Lebanon · Est. 1880";
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D4BC6A;
  font-weight: 500;
  margin-bottom: 14px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .video-hero__heading::before {
    font-size: 14px !important;
    letter-spacing: 0.16em !important;
    white-space: normal !important;
    margin-bottom: 10px !important;
  }

  .video-hero__heading {
    font-size: 20px !important;
  }
}

.video-hero__heading {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 400 !important;
  font-size: 50px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.video-hero .btn--primary {
  background: transparent !important;
  border: 0.5px solid #D4BC6A !important;
  color: #ffffff !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 18px 48px !important;
  border-radius: 50px !important;
}

.video-hero .btn--primary:hover {
  background: rgba(212, 188, 106, 0.15) !important;
}

.video-hero__content--h-left.video-hero__content--v-center {
  justify-content: center !important;
  padding-bottom: 0 !important;
}

.video-hero__content-inner {
  max-width: 520px;
}

.video-hero::after {
  content: '';
  display: block;
  height: 0.5px;
  background: #D4BC6A;
  width: 100%;
}

/* ── Features Bar ── */
.text-columns-with-images {
  padding: 0 !important;
  background: #ffffff !important;
  border-top: 0px solid #D4BC6A !important;
  border-bottom: 0px solid #D4BC6A !important;
  height: 100px !important;
}

.text-columns-with-images__grid {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100px !important;
  background: #ffffff !important;
  border: none !important;
  gap: 0 !important;
}

.text-columns-with-images__item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  background: #ffffff !important;
  height: 100px !important;
  flex: 1 !important;
}

.text-columns-with-images__item-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  padding: 0 45px !important;
  width: 100% !important;
}

.text-columns-with-images__item-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
}

.text-columns-with-images__item-heading {
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  color: #2A2A22 !important;
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.text-columns-with-images__item-text {
  display: none !important;
}

.features-dot {
  color: #D4BC6A !important;
  font-size: 50px !important;
  line-height: 1 !important;
  align-self: center !important;
  flex-shrink: 0 !important;
  padding: 0 4px !important;
}

.section--contrast .text-columns-with-images,
.shopify-section--contrast .text-columns-with-images {
  background: #ffffff !important;
}

/* ── Welcome / Rich Text Section ── */
.rich-text__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #2A2A22 !important;
}

.rich-text__text {
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.85 !important;
  color: #4A4A3E !important;
  max-width: 560px;
  margin: 0 auto !important;
}

/* ── Story Split ── */
.story-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  border-top: 2px solid #D4BC6A;
  border-bottom: 2px solid #D4BC6A;
}

.story-split__image {
  overflow: hidden;
}

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

.story-split__image-placeholder {
  width: 100%;
  height: 100%;
  background: #F5F3EC;
}

.story-split__content {
  padding: 64px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 0.5px solid #E8E4D8;
}

.story-split__eyebrow {
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A8924A;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.story-split__watermark {
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  color: #C8B87A;
  line-height: 1;
  margin-bottom: -12px;
}

.story-split__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  line-height: 1.25 !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.story-split__body {
  font-size: 18px !important;
  font-weight: 300;
  line-height: 1.85;
  color: #2A2A22;
  margin-bottom: 32px;
}

.story-split__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.story-split__btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #A8924A;
  color: #2A2A22;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  align-self: flex-start;
  transition: all 0.2s ease;
  font-weight: 700;
}

.story-split__btn:hover {
  background: #A8924A;
  color: #ffffff;
}
.story-split__buttons .story-split__btn:first-child {
  background: #2B3520;
  border-color: #2B3520;
  color: #f3efe2ff;
  font-weight: 700;
}

.story-split__buttons .story-split__btn:first-child:hover {
  background: #3C4A2A;
  border-color: #3C4A2A;
  color: #F4EEDD;
  font-weight: 700;
}
.story-split__eyebrow-arabic {
  font-size: 17px;
  letter-spacing: 0.05em;
  color: #A8924A;
  font-family: serif;
  display: block;
  margin-top: 4px;
}
.story-split__tagline {
  font-family: 'Playfair Display', serif;
  font-size: 24px !important;
  font-weight: 400 !important;
  font-style: italic;
  color: #888870 !important;
  margin-bottom: 24px !important;
  line-height: 1.5 !important;
}

/* ── Image With Text (fallback) ── */
.image-with-text__content {
  padding: 48px 44px !important;
}

.image-with-text__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  color: #2A2A22 !important;
}

.image-with-text__text p {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.85 !important;
  color: #4A4A3E !important;
}

/* ── Featured Products Heading ── */
.featured-collection__heading,
.collection-list__heading,
[class*="featured"] h2,
[class*="featured"] h1 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .story-split {
    grid-template-columns: 1fr;
  }
  .story-split__image {
    min-height: 300px;
  }
  .story-split__content {
    padding: 48px 28px;
    border-left: none;
    border-top: 0.5px solid #E8E4D8;
  }
}

/* ── Pillars ── */
.pillars-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid #D4BC6A;
  border-bottom: 2px solid #D4BC6A;
  background: #ffffff;
}

.pillars-section__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 32px;
}

.pillars-section__item--border {
  border-right: 1px solid #E8E4D8;
}

.pillars-section__image {
  margin-bottom: 20px;
}

.pillars-section__image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.pillars-section__heading {
  font-family: 'Lato', sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #A8924A !important;
  margin-bottom: 12px !important;
  line-height: 1 !important;
}

.pillars-section__body {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  color: #6A6A58 !important;
  margin: 0 !important;
}

/* ── Featured Products Custom ── */
.fp-section {
  padding: 48px 80px;
  border-bottom: 0px solid #D4BC6A;
}
@media (max-width: 768px) {
  .fp-section {
    padding: 32px 20px !important;
  }
}
@media (max-width: 768px) {
  .fp-section {
    padding: 32px 20px !important;
    overflow: hidden !important;
  }

  .fp-grid {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .fp-card {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

.fp-header {
  margin-bottom: 28px;
}

.fp-heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin: 0 0 6px 0 !important;
}

.fp-view-all {
  font-size: 20px;
  letter-spacing: 0.14em;
  color: #A07828;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  border-bottom: 2px solid #D4BC6A;
  padding-bottom: 1px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
}

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

.fp-card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border: 0.5px solid #E8E4D8;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fp-card:not(.fp-card--cta):hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.fp-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  background: #F5F3EC;
}

.fp-card__image--empty {
  background: #F5F3EC;
}

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

.fp-card__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.fp-card__banner {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #A8924A;
  padding: 6px 14px;
  border-radius: 50px;
  z-index: 1;
}

.fp-card__info {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.fp-cta-info {
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
}

.fp-card__name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #2A2A22;
  line-height: 1.3;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.fp-card__desc {
  font-size: 15px;
  color: #4A4A3E;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 6px;
}

.fp-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px;
}

.fp-card__price {
  font-size: 18px;
  color: #2A2A22;
  font-weight: 400;
}

.fp-card__link {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A8924A;
  border-bottom: 1px solid #D4BC6A;
  padding-bottom: 1px;
  text-decoration: none;
  white-space: nowrap;
}

.fp-card--cta {
  cursor: default;
}

.fp-cta-desc {
  font-size: 17px;
  color: #4A4A3E;
  font-weight: 300;
  line-height: 1.65;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

.fp-cta-btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #C4A043;
  color: #4A4A3E;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.fp-cta-btn:hover {
  background: #A8924A;
  color: #ffffff;
}

@media (max-width: 768px) {
  .fp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fp-section {
    padding: 32px 20px;
  }
}

header,
.header-wrapper,
#shopify-section-header {
  border-bottom: 0px solid #D4BC6A;
}

/* ── Testimonials ── */
.testimonials-section {
  background: #ffffff;
}

.testimonials-inner {
  padding: 64px 80px;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 48px;
}

.testimonials-eyebrow {
  font-family: 'Lato', sans-serif !important;
  font-size: 20px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #A8924A !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}

.testimonials-heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #E8E4D8;
  border-bottom: 1px solid #E8E4D8;
}

.testimonial-card {
  padding: 48px 40px;
}

.testimonial-card--border {
  border-right: 1px solid #E8E4D8;
}

.testimonial-quote {
  font-family: 'Playfair Display', serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  line-height: 1.75 !important;
  margin-bottom: 24px !important;
}

.testimonial-author {
  font-family: 'Lato', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #888870 !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .testimonials-inner {
    padding: 48px 20px;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .testimonial-card--border {
    border-right: none;
    border-bottom: 0px solid #E8E4D8;
  }
  .testimonials-heading {
    font-size: 32px !important;
  }
}
@media (max-width: 768px) {
  .testimonials-inner {
    padding: 48px 20px !important;
  }

  .testimonials-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    border-top: 1px solid #E8E4D8 !important;
    border-bottom: 1px solid #E8E4D8 !important;
  }

  .testimonials-grid::-webkit-scrollbar {
    display: none !important;
  }

  .testimonial-card {
    flex: 0 0 100% !important;
    scroll-snap-align: start !important;
    padding: 36px 28px !important;
    border-right: none !important;
    box-sizing: border-box !important;
  }

  .testimonial-card--border {
    border-right: none !important;
  }

  .testimonials-grid-wrap {
    position: relative;
  }

  .testimonials-grid-wrap::after {
    content: '→';
    position: absolute;
    bottom: 16px;
    right: 24px;
    font-size: 26px;
    color: #D4BC6A;
    animation: nudge 1.5s ease-in-out infinite;
    pointer-events: none;
  }
}

@keyframes nudge {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

/* ── Wholesale ── */
:root {
  --wholesale-border-top-height: 2px;
  --wholesale-border-top-color: #D4BC6A;
  --wholesale-border-bottom-height: 2px;
  --wholesale-border-bottom-color: #D4BC6A;
}

.wholesale-section {
  background: #ffffff;
}

.wholesale-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}

.wholesale-content {
  padding: 64px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wholesale-eyebrow {
  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #A8924A !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}

.wholesale-heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 20px !important;
  line-height: 1.2 !important;
}

.wholesale-body {
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 1.85 !important;
  color: #4A4A3E !important;
  margin-bottom: 32px !important;
  max-width: 480px;
}

.wholesale-btn {
  display: inline-block;
  background: transparent;
  border: 2px solid #A8924A;
  color: #2A2A22;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 18px 44px;
  border-radius: 50px;
  text-decoration: none;
  align-self: flex-start;
  transition: all 0.2s ease;
}

.wholesale-btn:hover {
  background: #A8924A;
  color: #ffffff;
}

.wholesale-image {
  background: #F5F3EC;
  overflow: hidden;
  border-left: 2px solid #D4BC6A;
}

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

.wholesale-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wholesale-placeholder-text {
  font-family: 'Lato', sans-serif !important;
  font-size: 20px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #C4A043 !important;
  text-align: center !important;
}

@media (max-width: 768px) {
  .wholesale-inner {
    grid-template-columns: 1fr;
  }
  .wholesale-content {
    padding: 70px 20px;
  }
  .wholesale-image {
    min-height: 300px;
    border-left: none;
    border-top: 2px solid #D4BC6A;
  }
}

/* ── Pillars Tabs ── */
.pillars-tabs {
  border-top: 2px solid #D4BC6A;
  border-bottom: 2px solid #D4BC6A;
}

.pillars-tabs__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 0.5px solid #E8E4D8;
}

.pillars-tabs__tab {
  padding: 28px 44px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: none;
  background: transparent;
  text-align: left;
  border-right: 0.5px solid #E8E4D8;
  position: relative;
}

.pillars-tabs__tab:last-child {
  border-right: none;
}

.pillars-tabs__num {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  color: #E8E0C8;
  line-height: 1;
  transition: color 0.2s ease;
}

.pillars-tabs__label {
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #888870;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  transition: color 0.2s ease;
}

.pillars-tabs__bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1.5px;
  background: #A8924A;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.pillars-tabs__tab.active .pillars-tabs__num { color: #A8924A; }
.pillars-tabs__tab.active .pillars-tabs__label { color: #2A2A22; }
.pillars-tabs__tab.active .pillars-tabs__bar { transform: scaleX(1); }

.pillars-tabs__content {
  padding: 52px 44px;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.pillars-tabs__content--centered {
  justify-content: center;
  text-align: center;
}

.pillars-tabs__content--centered .pillars-tabs__body {
  margin: 0 auto !important;
}

.pillars-tabs__panel {
  display: none;
  animation: pillarFadeIn 0.35s ease;
}

.pillars-tabs__panel.active { display: block; }

@keyframes pillarFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.pillars-tabs__body {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.9 !important;
  color: #3A3A30 !important;
  max-width: 900px;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .pillars-tabs__nav { grid-template-columns: 1fr; }
  .pillars-tabs__tab { border-right: none; border-bottom: 0.5px solid #E8E4D8; padding: 20px 24px; }
  .pillars-tabs__tab:last-child { border-bottom: none; }
  .pillars-tabs__bar { bottom: auto; top: -1px; }
  .pillars-tabs__content { padding: 36px 24px; }
}

/* ── Collection Grid ── */
.cg-section {
  padding: 48px 80px;
}

.cg-tabs__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 0.5px solid #E8E4D8;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cg-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 24px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: calc(100% / var(--cg-tabs-per-row));
}

.cg-tab__image {
  width: var(--cg-tab-image-size, 72px);
  height: var(--cg-tab-image-size, 72px);
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid #E8E4D8;
  background: #F5F3EC;
  transition: border-color 0.2s ease;
}

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

.cg-tab__image--empty {
  background: #F5F3EC;
}

.cg-tab__label {
  font-family: 'Lato', sans-serif;
  font-size: var(--cg-tab-font-size, 10px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888870;
  font-weight: 400;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.cg-tab__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: #A8924A;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.cg-tab.active .cg-tab__image { border-color: #A8924A; }
.cg-tab.active .cg-tab__label { color: #2A2A22; }
.cg-tab.active .cg-tab__bar { transform: scaleX(1); }

.cg-divider {
  height: 0.5px;
  background: #E8E4D8;
  border: none;
  margin: 0 0 40px;
}

.cg-panel { display: none; }
.cg-panel.active { display: block; }

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

.cg-card {
  border: 0.5px solid #E8E4D8;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}

.cg-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  background: #F5F3EC;
}

.cg-card__image a { display: block; width: 100%; height: 100%; }
.cg-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cg-card__image--empty { width: 100%; height: 100%; background: #F5F3EC; }

.cg-card__banner {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #A8924A;
  padding: 5px 12px;
  border-radius: 50px;
  z-index: 1;
}

.cg-card__banner--sold-out {
  background: #888870;
}

.cg-card__info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.cg-card__name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #2A2A22;
  text-decoration: none;
  line-height: 1.3;
}

.cg-card__desc {
  font-size: 13px;
  font-weight: 300;
  color: #3A3A30;
  line-height: 1.6;
  margin: 0;
}

.cg-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px;
}

.cg-card__price {
  font-size: 16px;
  color: #2A2A22;
  font-weight: 400;
}

.cg-card__link {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A8924A;
  text-decoration: none;
  border-bottom: 1px solid #D4BC6A;
  padding-bottom: 1px;
}

.cg-card__atc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 0.5px solid #E8E4D8;
}

.cg-card__qty {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0.5px solid #E8E4D8;
  padding: 6px 10px;
  border-radius: 50px;
}

.cg-qty__btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #2A2A22;
  line-height: 1;
  padding: 0;
  width: 16px;
}

.cg-qty__num {
  font-size: 13px;
  font-weight: 400;
  color: #2A2A22;
  min-width: 14px;
  text-align: center;
}

.cg-card__add {
  flex: 1;
  background: transparent;
  border: 1px solid #A8924A !important;
  color: #2A2A22 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  padding: 10px 16px !important;
  border-radius: 50px !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cg-card__add:hover {
  background: #A8924A !important;
  color: #ffffff !important;
}

.cg-card__add--sold-out {
  border-color: #E8E4D8 !important;
  color: #888870 !important;
  cursor: not-allowed;
}

.cg-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #2A2A22;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 9999;
  pointer-events: none;
}

.cg-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.cg-empty {
  color: #888870;
  font-size: 14px;
  grid-column: 1 / -1;
}

@media (max-width: 768px) {
  .cg-section { padding: 32px 20px; }
  .cg-grid { grid-template-columns: repeat(2, 1fr); }
  .cg-tab { width: calc(100% / 3); padding: 0 12px 16px; }
  .cg-tab__image { width: 56px; height: 56px; }
}

/* ── Collection Grid Subheading ── */
.cg-subheading-wrap {
  min-height: 32px;
  padding: 20px 0 28px;
  max-width: 900px;
  margin: 0 auto;
}

.cg-subheading {
  display: none;
  font-size: 20px;
  font-weight: 300;
  color: #1A1A14;
  line-height: 1.7;
  margin: 0;
  text-align: center;
  animation: pillarFadeIn 0.3s ease;
  border-bottom: none !important;
}
.cg-divider {
  display: none;
}

.cart-item__remove.btn {
  min-width: 90px !important;
  white-space: nowrap !important;
  padding: 10px 20px !important;
  overflow: visible !important;
  width: auto !important;
  box-sizing: border-box !important;
}
.cg-subheading.active {
  display: block;
}

/* ── Story Hero ── */
.story-hero {
  background: #1A1A14;
  padding: 80px 60px 64px;
  text-align: center;
  border-bottom: 0px solid #D4BC6A;
}

.story-hero__eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A8924A;
  margin-bottom: 20px;
}

.story-hero__heading {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 16px;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.story-hero__sub {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #888870;
  margin-bottom: 40px;
}

.story-hero__video-wrap {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #2A2A22;
  border: 0.5px solid #3A3A30;
}

.story-hero__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story-hero__video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-hero__play {
  width: 60px;
  height: 60px;
  border: 1.5px solid #D4BC6A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-hero__play-inner {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 20px solid #D4BC6A;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .story-hero {
    padding: 52px 24px 48px;
  }
  .story-hero__heading {
    font-size: 36px !important;
  }
}

/* ── Family Section ── */
.family-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  border-top: 2px solid #D4BC6A;
  border-bottom: 2px solid #D4BC6A;
}

.family-split__image {
  overflow: hidden;
  background: #F5F3EC;
}

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

.family-split__placeholder {
  width: 100%;
  height: 100%;
  background: #F5F3EC;
  min-height: 520px;
}

.family-split__content {
  padding: 64px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 0.5px solid #E8E4D8;
}

.family-split__content--right {
  border-left: none;
  border-right: 0.5px solid #E8E4D8;
}

.family-split__eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A8924A;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.family-split__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  line-height: 1.25 !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.family-split__body {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.85 !important;
  color: #3A3A30 !important;
  margin-bottom: 28px !important;
}

.family-split__rule {
  height: 0.5px;
  background: #D4BC6A;
  border: none;
  width: 40px;
  margin-bottom: 20px;
}

.family-split__name {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2A2A22;
  font-weight: 400;
  margin-bottom: 6px;
}

.family-split__title {
  font-size: 13px;
  font-weight: 300;
  color: #888870;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .family-split {
    grid-template-columns: 1fr;
  }
  .family-split__image {
    min-height: 300px;
  }
  .family-split__content,
  .family-split__content--right {
    padding: 48px 24px;
    border-left: none;
    border-right: none;
    border-top: 0.5px solid #E8E4D8;
  }
}

/* ── Process Grid ── */
.process-section {
  padding: 72px 80px;
  border-bottom: 2px solid #D4BC6A;
}

.process-section__header {
  text-align: center;
  margin-bottom: 56px;
}

.process-section__eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A8924A;
  font-weight: 400;
  margin-bottom: 12px;
}

.process-section__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 0.5px solid #C8C0AE;
  border-left: 0.5px solid #C8C0AE;
}

.process-step {
  padding: 40px 36px;
  border-right: 0.5px solid #C8C0AE;
  border-bottom: 0.5px solid #C8C0AE;
}

.process-step__num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #C8C0AE;
  line-height: 1;
  margin-bottom: 12px;
}

.process-step__rule {
  height: 0.5px;
  background: #D4BC6A;
  width: 32px;
  margin-bottom: 16px;
  border: none;
}

.process-step__title {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #A8924A;
  font-weight: 500;
  margin-bottom: 12px;
}

.process-step__body {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  color: #4A4A3E !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .process-section {
    padding: 48px 20px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Story CTA ── */
.story-cta {
  padding: 80px 60px;
  text-align: center;
  border-top: 0px solid #D4BC6A;
  border-bottom: 2px solid #D4BC6A;
}

.story-cta__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 16px !important;
}

.story-cta__body {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #4A4A3E !important;
  line-height: 1.85 !important;
  margin-bottom: 40px !important;
}

.story-cta__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.story-cta__btn {
  display: inline-block;
  border: 1px solid #A8924A;
  color: #2A2A22;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.story-cta__btn:hover {
  background: #A8924A;
  color: #ffffff;
}

.story-cta__btn--filled {
  background: #A8924A;
  color: #ffffff;
}

.story-cta__btn--filled:hover {
  background: #8a7538;
  color: #ffffff;
}

@media (max-width: 768px) {
  .story-cta {
    padding: 56px 24px;
  }
  .story-cta__heading {
    font-size: 32px !important;
  }
  .story-cta__btns {
    flex-direction: column;
    align-items: center;
  }
}

/* ── Wholesale Hero ── */
.ws-hero {
  padding: 80px 60px 64px;
  text-align: center;
  border-bottom: 2px solid #D4BC6A;
}

.ws-hero__eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A8924A;
  font-weight: 400;
  margin-bottom: 16px;
}

.ws-hero__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  line-height: 1.15 !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.ws-hero__sub {
  font-size: 18px !important;
  font-weight: 300 !important;
  color: #4A4A3E !important;
  line-height: 1.85 !important;
  max-width: 560px;
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .ws-hero {
    padding: 52px 24px 48px;
  }
  .ws-hero__heading {
    font-size: 36px !important;
  }
}

/* ── Wholesale Split ── */
.ws-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  border-top: 0px solid #D4BC6A;
  border-bottom: 2px solid #D4BC6A;
}

.ws-split__content {
  padding: 64px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ws-split__eyebrow {
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A8924A;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
}

.ws-split__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  line-height: 1.25 !important;
  margin-bottom: 16px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.ws-split__body {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.85 !important;
  color: #4A4A3E !important;
  margin-bottom: 32px !important;
}

.ws-split__btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #A8924A;
  color: #2A2A22;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  align-self: flex-start;
  transition: all 0.2s ease;
}

.ws-split__btn:hover {
  background: #A8924A;
  color: #ffffff;
}

.ws-split__image {
  overflow: hidden;
  background: #F5F3EC;
  border-left: 0.5px solid #D8D2C4;
}

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

.ws-split__placeholder {
  width: 100%;
  height: 100%;
  min-height: 420px;
  background: #F5F3EC;
}

@media (max-width: 768px) {
  .ws-split {
    grid-template-columns: 1fr;
  }
  .ws-split__content {
    padding: 48px 24px;
  }
  .ws-split__image {
    min-height: 300px;
    border-left: none;
    border-top: 0.5px solid #D8D2C4;
  }
}

/* ── Wholesale Faire ── */
.ws-faire {
  padding: 64px 60px;
  text-align: center;
  background: #F5F3EC;
  border-bottom: 2px solid #D4BC6A;
}

.ws-faire__eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A8924A;
  font-weight: 400;
  margin-bottom: 12px;
}

.ws-faire__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 12px !important;
}

.ws-faire__body {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #4A4A3E !important;
  line-height: 1.85 !important;
  max-width: 480px;
  margin: 0 auto 32px !important;
}

.ws-faire__btn {
  display: inline-block;
  background: #2A2A22;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ws-faire__btn:hover {
  background: #A8924A;
}

@media (max-width: 768px) {
  .ws-faire {
    padding: 48px 24px;
  }
}
/* ── Cart Back Button ── */
.cart-back {
  padding: 28px 0 8px 0;
}

.cart-back__link {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #A8924A;
  text-decoration: none;
  border-bottom: 1px solid #D4BC6A;
  padding-bottom: 2px;
  transition: color 0.2s ease;
}

.cart-back__link:hover {
  color: #2A2A22;
}
.cart-back {
  padding: 28px 0 8px 0;
  text-align: center;
}

.cart-back__link {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #A8924A;
  text-decoration: none;
  border-bottom: 1px solid #D4BC6A;
  padding-bottom: 2px;
  transition: color 0.2s ease;
}

.cart-back__link:hover {
  color: #2A2A22;
}

.cart__item-quantity {
  width: 112px;
  overflow: visible;
}

.cart-item__remove.btn {
  padding: 8px 12px !important;
  width: 100% !important;
  min-width: unset !important;
  border-radius: 50px !important;
  box-sizing: border-box !important;
}
.cart-back {
  padding: 0 0 32px 0;
  text-align: center;
}

.cart-back__link {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2A2A22;
  text-decoration: none;
  border: 1px solid #A8924A;
  padding: 14px 32px;
  border-radius: 50px;
  transition: all 0.2s ease;
}

.cart-back__link:hover {
  background: #A8924A;
  color: #ffffff;
}
.fs-navigation-base > span,
.fs-navigation-base > a,
.fs-navigation-base.active > span,
.fs-navigation-base.active > a {
  color: #888870 !important;
  font-weight: 400 !important;
  font-size: 11px !important;
}
.header__menu-item--has-dropdown.active,
.header__menu-item--has-dropdown.active > a,
.header__menu-item--has-dropdown.active > button,
.fs-navigation-base.active[aria-expanded] {
  color: #888870 !important;
  font-weight: 400 !important;
}
/* ── Instagram Feed ── */
.ig-section {
  padding: 64px 80px;
  border-top: 2px solid #D4BC6A;
  border-bottom: 2px solid #D4BC6A;
}

.ig-header {
  text-align: center;
  margin-bottom: 40px;
}

.ig-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A8924A;
  font-weight: 400;
  margin-bottom: 10px;
}

.ig-heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 10px !important;
}

.ig-handle {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #A8924A;
  text-decoration: none;
  border-bottom: 1px solid #D4BC6A;
  padding-bottom: 1px;
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 40px;
}

.ig-post {
  position: relative;
  aspect-ratio: 1/1.8;
  overflow: hidden;
  background: #F5F3EC;
}

.ig-post__image-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.ig-post__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.ig-post:hover .ig-post__image-wrap img {
  transform: scale(1.04);
}

.ig-post__video-wrap {
  width: 100%;
  height: 100%;
}

.ig-post__video-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.ig-post__placeholder {
  width: 100%;
  height: 100%;
  background: #F5F3EC;
}

.ig-post__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 26, 20, 0.7);
  padding: 12px 14px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.ig-post:hover .ig-post__overlay {
  transform: translateY(0);
}

.ig-post__caption {
  font-size: 11px !important;
  font-weight: 300 !important;
  color: #ffffff !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

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

.ig-cta__btn {
  display: inline-block;
  border: 1px solid #A8924A;
  color: #2A2A22;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ig-cta__btn:hover {
  background: #A8924A;
  color: #ffffff;
}

@media (max-width: 768px) {
  .ig-section { padding: 48px 20px; }
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
}
/* ── Video Grid / Instagram Feed ── */
.ig-section {
  padding: 64px 80px;
  border-top: 2px solid #D4BC6A;
  border-bottom: 0px solid #D4BC6A;
}

.ig-header {
  text-align: center;
  margin-bottom: 40px;
}

.ig-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A8924A;
  font-weight: 400;
  margin-bottom: 10px;
}

.ig-heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 10px !important;
}

.ig-handle {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #A8924A;
  text-decoration: none;
  border-bottom: 1px solid #D4BC6A;
  padding-bottom: 1px;
}

.ig-carousel-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 40px;
}

.ig-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}

.ig-carousel::-webkit-scrollbar {
  display: none;
}

.ig-post-wrap {
  flex: 0 0 calc(var(--ig-post-size, 25%) - 9px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

.ig-post {
  width: 100%;
  aspect-ratio: var(--ig-aspect-ratio, 4/5);
  overflow: hidden;
  background: #1A1A14;
  position: relative;
  flex-shrink: 0;
}

.ig-post__image-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.ig-post__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.ig-post-wrap:hover .ig-post__image-wrap img {
  transform: scale(1.04);
}

.ig-post__video-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.ig-post__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ig-post__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.ig-post-wrap:hover .ig-post__play-icon {
  opacity: 1;
}

.ig-post__placeholder {
  width: 100%;
  height: 100%;
  background: #F5F3EC;
}

.ig-post__footer {
  padding: 10px 4px 0;
}

.ig-post__likes {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: #888870;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}

.ig-post__caption {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #4A4A3E !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.ig-arrow {
  background: transparent;
  border: 1px solid #A8924A !important;
  color: #2A2A22 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  cursor: pointer;
  font-size: 16px !important;
  flex-shrink: 0;
  transition: all 0.2s ease;
  margin-top: calc(var(--ig-aspect-ratio, 4/5) * var(--ig-post-size, 25%) / 2);
}

.ig-arrow:hover {
  background: #A8924A !important;
  color: #ffffff !important;
}

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

.ig-cta__btn {
  display: inline-block;
  border: 1.5px solid #A8924A;
  color: #2A2A22;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ig-cta__btn:hover {
  background: #A8924A;
  color: #ffffff;
}

@media (max-width: 768px) {
  .ig-section { padding: 48px 20px; }
  .ig-post-wrap { flex: 0 0 calc(80% - 9px); }
}
.ig-carousel {
  display: flex;
  gap: var(--ig-gap, 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}
.ig-post__video-wrap {
  cursor: pointer;
}

.ig-post__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.ig-post__play-icon--visible {
  opacity: 1 !important;
}

.ig-post-wrap:hover .ig-post__play-icon {
  opacity: 0.7;
}
/* ── Blog Index Page ── */
.blog {
  padding: 64px 80px;
}

.blog__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #2A2A22 !important;
  margin-bottom: 48px !important;
}

.blog__rss {
  display: none !important;
}

.blog__article-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px !important;
  list-style: none !important;
  padding: 0 !important;
}

.blog-post {
  display: flex !important;
  flex-direction: column !important;
  border: 0.5px solid #E8E4D8 !important;
}

.blog-post__image-link {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 3/2 !important;
  overflow: hidden !important;
  background: #F5F3EC !important;
}

.blog-post__image-link img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.blog-post:hover .blog-post__image-link img {
  transform: scale(1.04) !important;
}

.blog-post__body {
  padding: 20px 24px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex: 1 !important;
}

.blog-post__title {
  font-family: 'Playfair Display', serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}

.blog-post__date {
  font-family: 'Lato', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #888870 !important;
}

.blog-post__excerpt {
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #4A4A3E !important;
  line-height: 1.7 !important;
}

.blog-post__read-more {
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #A8924A !important;
  text-decoration: none !important;
  border-bottom: 1px solid #D4BC6A !important;
  padding-bottom: 1px !important;
  align-self: flex-start !important;
  margin-top: auto !important;
}

@media (max-width: 768px) {
  .blog { padding: 40px 20px; }
  .blog__article-list { grid-template-columns: 1fr !important; }
}
.announcement-bar__outer {
  position: relative;
  z-index: 10;
}
.shopify-section--announcement-bar ~ .shopify-section .video-hero {
  height: 120vh;
}
.video-hero {
  height: 100vh !important;
  min-height: 100vh !important;
}
/* ── Custom Announcement Bar ── */
.custom-announcement {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #2A2A22;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  border-bottom: 0.5px solid #D4BC6A;
}

.custom-announcement--visible {
  transform: translateY(0);
}

.custom-announcement__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 40px;
}

.custom-announcement__text {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #D4BC6A;
}

.custom-announcement__link {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #D4BC6A;
  padding-bottom: 1px;
  white-space: nowrap;
}
/* ── Custom Announcement Bar ── */
.custom-announcement {
  position: fixed;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #2A2A22;
  transition: top 0.3s ease;
  border-bottom: 0.5px solid #D4BC6A;
}

.custom-announcement--visible {
  top: 0;
}

.custom-announcement__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 40px;
  height: 40px;
}

.custom-announcement__text {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #D4BC6A;
}

.custom-announcement__link {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #D4BC6A;
  padding-bottom: 1px;
  white-space: nowrap;
}

/* Push header down when bar is visible */
.custom-announcement--visible ~ * .header-wrapper,
.custom-announcement--visible + .shopify-section .header-wrapper {
  margin-top: 40px;
  transition: margin-top 0.3s ease;
}
.announcement-bar {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-wrapper {
  transition: margin-top 0.3s ease;
}
body.template-list-collections {
  background-color: #F5F3EC !important;
}
@media (max-width: 768px) {
  .text-columns-with-images {
    height: 52px !important;
    overflow: hidden !important;
  }

  .text-columns-with-images__grid {
    flex-wrap: nowrap !important;
    height: 52px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .text-columns-with-images__item {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 52px !important;
    flex: none !important;
    opacity: 0 !important;
    transform: translateX(100%) !important;
    transition: transform 0.45s ease, opacity 0.45s ease !important;
  }

  .text-columns-with-images__item.mob-active {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }

  .text-columns-with-images__item.mob-exit {
    opacity: 0 !important;
    transform: translateX(-100%) !important;
  }

  .text-columns-with-images__item-inner {
    padding: 0 24px !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .text-columns-with-images__item-heading {
    font-size: 11px !important;
    letter-spacing: 0.16em !important;
    text-align: center !important;
  }

  .features-dot {
    display: none !important;
  }

  .mob-features-dot {
  display: none !important;
}
}
@media (max-width: 768px) {
  .cg-section { padding: 32px 20px; }
  .cg-grid { grid-template-columns: repeat(2, 1fr); }
  .cg-tab { width: calc(100% / 3); padding: 0 12px 16px; }
  .cg-tab__image { width: 56px; height: 56px; }
}

@media (max-width: 768px) {
  .cg-section {
    padding: 32px 20px !important;
    overflow: hidden !important;
  }

  .cg-grid {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .cg-card {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 768px) {
  .cg-card__atc {
    flex-wrap: wrap !important;
  }

  .cg-card__qty {
    width: 100% !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .cg-card__add {
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .cg-tabs__inner {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .cg-tabs__inner::-webkit-scrollbar {
    display: none !important;
  }

  .cg-tab {
    width: auto !important;
    flex-shrink: 0 !important;
    padding: 0 16px 16px !important;
  }

  .cg-tab__label {
    font-size: 9px !important;
    letter-spacing: 0.12em !important;
  }
}

/* ── Image Hover ── */
.cg-img-primary,
.cg-img-secondary {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s ease;
}

.cg-img-secondary {
  opacity: 0;
}

.cg-card__image:has(.cg-img-secondary):hover .cg-img-primary {
  opacity: 0;
}

.cg-card__image:hover .cg-img-secondary {
  opacity: 1;
}
/* ── Free Shipping Bar ── */
.free-shipping-bar {
  max-width: 480px;
  margin: 0 auto 32px;
  text-align: center;
}

.free-shipping-bar__text {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #4A4A3E;
  margin-bottom: 10px;
}

.free-shipping-bar__text strong {
  color: #2A2A22;
  font-weight: 600;
}

.free-shipping-bar__track {
  width: 100%;
  height: 3px;
  background: #E8E4D8;
  border-radius: 50px;
  overflow: hidden;
}

.free-shipping-bar__fill {
  height: 100%;
  background: #A8924A;
  border-radius: 50px;
  transition: width 0.4s ease;
}
@media (max-width: 768px) {
  .cart__item-qty-selector {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    margin-bottom: 12px !important;
    justify-content: center !important
  }
  @media (max-width: 768px) {
  .cart__item-qty-selector {
    justify-content: center !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cart__item-qty-selector {
    width: 100% !important;
    justify-content: center !important;
  }

  .cart__item-main {
    width: 100% !important;
  }

  .cart__item-quantity {
    width: 100% !important;
    align-items: center !important;
  }
}
@media (max-width: 768px) {
  .cart__item-qty-selector {
    width: auto !important;
    min-width: 110px !important;
    justify-content: space-between !important
    padding: 0 14px !important;
  }
}

  .cart__item-button--minus,
  .cart__item-button--plus {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
  }

  .cart__item-button--minus svg,
  .cart__item-button--plus svg {
    width: 10px !important;
    height: 10px !important;
    display: block !important;
    margin: auto !important;
    position: static !important;
    transform: none !important;
  }

  .cart__item-quantity input[type="number"] {
    width: 32px !important;
    text-align: center !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    -moz-appearance: textfield !important;
  }

  .cart__item-quantity input[type="number"]::-webkit-outer-spin-button,
  .cart__item-quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
  }

  .cart-item__remove {
    margin-top: 4px !important;
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .cart__item-quantity {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: auto !important;
    overflow: visible !important;
  }

  .cart__item-qty-selector {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .cart__item-button--minus,
  .cart__item-button--plus {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    border-radius: 50% !important;
    border: 1px solid #A8924A !important;
    background: transparent !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }

  .cart__item-qty-selector input[type="number"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 28px !important;
    text-align: center !important;
    border: none !important;
    background: transparent !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .cart-item__remove {
    width: auto !important;
    min-width: unset !important;
    align-self: flex-start !important;
  }
}
@media (max-width: 768px) {
  .cart__item-button--minus,
  .cart__item-button--plus {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    line-height: 28px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }
}
@media (max-width: 768px) {
  .cart__item-button--minus svg,
  .cart__item-button--plus svg {
    position: relative !important;
    top: 7px !important;
  }
}
/* ── Featured Post ── */
.featured-post-section {
  background: #ffffff;
}

.featured-post-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  max-height: 480px;
  overflow: hidden;
}

.featured-post__image {
  overflow: hidden;
  background: #F5F3EC;
  position: relative;
}

.featured-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--img-position, 50% 20%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}

.featured-post__image:hover img {
  transform: scale(1.03);
}

.featured-post__image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 480px;
  background: #F5F3EC;
}

.featured-post__content {
  padding: 64px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 0.5px solid #E8E4D8;
}

.featured-post__eyebrow {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #A8924A !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}

.featured-post__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  color: #2A2A22 !important;
  line-height: 1.25 !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.featured-post__desc {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.85 !important;
  color: #4A4A3E !important;
  margin-bottom: 36px !important;
}

.featured-post__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.featured-post__btn {
  display: inline-block;
  background: #A8924A;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #A8924A;
}

.featured-post__btn:hover {
  background: #8a7538;
  border-color: #8a7538;
}

.featured-post__btn--outline {
  background: transparent;
  color: #2A2A22;
}

.featured-post__btn--outline:hover {
  background: #A8924A;
  color: #ffffff;
}

@media (max-width: 768px) {
  .featured-post-inner {
    grid-template-columns: 1fr;
    max-height: none;
  }
  .featured-post__image {
    min-height: 280px;
    position: relative;
  }
  .featured-post__image img {
    position: absolute;
  }
  .featured-post__content {
    padding: 48px 24px;
    border-left: none;
    border-top: 0.5px solid #E8E4D8;
  }
  .featured-post__buttons {
    flex-direction: column;
  }
  .featured-post__btn {
    text-align: center;
  }
  
}
{% liquid
  assign logo = section.settings.logo
  assign logo_max_width = section.settings.logo_max_width
  assign logo_position = section.settings.logo_position
  assign navigation_position = section.settings.navigation_position
  assign style = section.settings.style

  assign transparent_home = section.settings.enable_transparent_home
  assign color_text_transparent = section.settings.color_text_transparent
  assign color_icon_transparent = section.settings.color_icon_transparent
  assign color_border_transparent = section.settings.color_border_transparent
  assign color_count_transparent = section.settings.color_count_transparent
  assign opacity_border_transparent = section.settings.opacity_border_transparent
  assign logo_transparent = section.settings.logo_transparent
  assign border_opacity = opacity_border_transparent | divided_by: 100.0

  assign menu = section.settings.menu
  assign secondary_menu = section.settings.secondary_menu

  assign links = linklists[menu].links
  assign secondary_links = linklists[secondary_menu].links

  assign secondary_menu_valid = false

  if secondary_menu != blank and secondary_menu != menu
    assign secondary_menu_valid = true
  endif

  assign enable_locale_selector = section.settings.enable_locale_selector
  assign enable_country_selector = section.settings.enable_country_selector
%}

<script>
  {% comment %}This is done here AND in the JS so it is responsive in TE but doesn't wait for JS otherwise{% endcomment %}
  {%- if transparent_home -%}
    document.body.classList.add("header-transparent-on-home");
  {%- endif -%}
</script>

{%- capture header_logo -%}
  {%- liquid
    if template.name == 'index'
      assign logo_tag = 'h1'
    else
      assign logo_tag = 'div'
    endif
  -%}

  <{{ logo_tag }} class="header__logo">
    <a
      class="header__logo-link"
      href="{{ routes.root_url }}"
      {% if logo != blank or logo_transparent != blank %}
        aria-label="{{ shop.name }}"
      {% endif %}
    >
      {%- if logo != blank -%}
        {%- render 'image', image: logo, wrapper_class: 'regular-logo', preload: true -%}
      {%- endif -%}

      {%- if logo_transparent != blank -%}
        {%- render 'image', image: logo_transparent, wrapper_class: 'transparent-logo', preload: true -%}
      {%- endif -%}

      {%- if logo == blank or logo_transparent == blank -%}
        <span class="header__logo-text">{{ shop.name }}</span>
      {%- endif -%}
    </a>
  </{{ logo_tag }}>
{%- endcapture -%}

{%- capture search_icon -%}
  <a
    class="header__icon-touch header__icon-touch--search no-transition"
    href="{{ routes.search_url }}"
    data-search
    aria-label="{{ 'general.accessibility.open_search' | t }}"
  >
    {% render 'icon-button', icon: 'search' %}
  </a>
{%- endcapture -%}

{%- capture account_icon -%}
  <a
    class="header__icon-touch header__icon-touch--account"
    href="{{ routes.account_url }}"
    aria-label="{{ 'general.accessibility.go_account' | t }}"
  >
    {% render 'icon-button', icon: 'account' %}
  </a>
{%- endcapture -%}

{%- capture cart_icon -%}
  <a
    class="header__icon-touch header__icon-touch--cart no-transition"
    href="{{ routes.cart_url }}"
    aria-label="{{ 'general.accessibility.open_cart' | t }}"
    data-js-cart-icon
  >
    {% render 'icon-button', icon: 'shopping-cart' %}
    <div class="header__cart-count" data-js-cart-indicator>
      <span data-js-cart-count>{{ cart.item_count }}</span>
    </div>
  </a>
{%- endcapture -%}

{%- capture nav -%}
  <nav class="header__links" data-navigation>
    {%- if menu == blank and secondary_menu != blank -%}
      {% render 'navigation', menu: secondary_links %}
    {%- else -%}
      {% render 'navigation', menu: links %}
    {%- endif -%}
  </nav>
{%- endcapture -%}

{%- capture burger -%}
  <button
    class="header__menu-icon header__icon-touch header__icon-menu"
    aria-label="{{ 'general.accessibility.open_menu' | t }}"
    data-js-menu-button
  >
    {% render 'icon-button', icon: 'menu' %}
  </button>
{%- endcapture -%}

{%- capture filler -%}<div class="header__filler"></div>{%- endcapture -%}

<header
  data-section-id="{{ section.id }}"
  data-section-type="header"
  {% if settings.enable_sticky_header %}
    data-enable-sticky-header="true"
  {% endif %}
  {% if transparent_home %}
    data-transparent-header-on-home="true"
  {% endif %}
  data-mobile-search-position="{{ section.settings.mobile_search_position }}"
  class="
    header
    header--{{ style }}
    header--logo-{{ logo_position }}
    header--navigation-{{ navigation_position }}
    {% if logo != blank -%}
      header--has-logo
    {%- endif %}
    {% if transparent_home and template.name == 'index' %}
      header--transparent-home
    {% endif %}
    {% if logo_transparent != blank %}
      header--has-transparent-logo
    {% endif %}
    {% if shop.customer_accounts_enabled -%}
      header--has-accounts
    {%- endif %}
    {% if secondary_menu_valid -%}
      header--has-secondary-menu
    {%- endif %}
    {% if menu == blank and secondary_menu != blank -%}
      header--primary-menu-is-secondary
    {%- endif %}
  "
  style="
    --width-max-logo: {{ logo_max_width }}px;
    --color-cart-count-transparent: {{ color_count_transparent }};
    --color-text-transparent: {{ color_text_transparent }};
    --color-icon-transparent: {{ color_icon_transparent }};
    --color-border-transparent: {{ color_border_transparent | color_modify: 'alpha', border_opacity }};
  "
>
  <a href="#main" class="header__skip-top-content btn btn--primary btn--small">
    {{ 'general.accessibility.skip_to_content' | t }}
  </a>

  <div class="header__inner">
    <div class="header__left">
      {%- if logo_position == 'center' and navigation_position == 'below' and style == 'inline' -%}
        {{ burger }}
        {{ search_icon }}
      {%- elsif logo_position == 'left' and style == 'inline' and navigation_position != 'below' -%}
        {{ header_logo }}
        {{ burger }}
        {{ nav }}
      {%- elsif logo_position == 'left'
        and style == 'inline'
        and secondary_menu_valid
        and navigation_position == 'below'
      -%}
        {{ burger }}
        {{ header_logo }}
      {%- elsif logo_position == 'left' and style == 'inline' and navigation_position == 'below' -%}
        {{ burger }}
        {{ header_logo }}
      {%- elsif logo_position == 'left' and style == 'icon' -%}
        {{ header_logo }}
        {{ burger }}
      {%- elsif logo_position == 'center' and style == 'inline' -%}
        {{ burger }}
        {{ nav }}
      {%- elsif logo_position == 'center' and style == 'icon' -%}
        {{ burger }}
      {%- endif -%}
    </div>
    <div class="header__center">
      {{ header_logo }}
    </div>
    <div class="header__right">
      {%- unless logo_position == 'center' and navigation_position == 'below' and style == 'inline' -%}
        {{ search_icon }}
      {%- endunless -%}

      {%- if shop.customer_accounts_enabled -%}
        {{ account_icon }}
      {%- endif -%}

      {{ cart_icon }}
    </div>
    {%- if navigation_position == 'below' and style == 'inline' -%}
      <div class="header__below-left">
        <!-- logo menu needs to always be somewhre else -->
        {%- if logo_position == 'left' -%}
          {%- if secondary_menu_valid -%}
            {{ burger }}
          {%- endif -%}

          {{ nav }}
        {%- else -%}
          {{ filler }}
        {%- endif -%}
      </div>
      <div class="header__below-center">
        {%- if logo_position == 'center' -%}
          {{ nav }}
        {%- endif -%}
      </div>
    {%- endif -%}

    {% render 'header-quick-search' %}
    {% if settings.cart_type == 'flyout' %}
      {% render 'quick-cart' %}
    {% endif %}
  </div>

  <div class="no-js-menu no-js-menu--desktop">
    {% render 'no-js-navmenu', menu: menu, secondary_menu: secondary_menu %}
  </div>

  {% render 'drawer-menu',
    menu: menu,
    secondary_menu: secondary_menu,
    enable_locale_selector: enable_locale_selector,
    enable_country_selector: enable_country_selector
  %}
</header>

<script>
  // Set heading height at component level
  const header = document.querySelector('.header__outer-wrapper');
  document.documentElement.style.setProperty('--height-header', header.offsetHeight + 'px');
</script>

<style>
  {% if transparent_home %}
    .template-index #main {
      margin-top: calc((var(--height-header) + var(--announcement-height)) * -1);
    }
  {% endif %}
</style>

{% schema %}
{
  "name": "t:sections.header.name",
  "class": "header__outer-wrapper",
  "settings": [
    {
      "type": "image_picker",
      "id": "logo",
      "label": "t:sections.header.settings.image.label"
    },
    {
      "id": "logo_max_width",
      "type": "range",
      "min": 50,
      "max": 350,
      "step": 10,
      "unit": "px",
      "label": "t:sections.header.settings.logo_max_width.label",
      "default": 200
    },
    {
      "id": "menu",
      "type": "link_list",
      "label": "t:sections.header.settings.menu.label",
      "default": "main-menu"
    },
    {
      "id": "secondary_menu",
      "type": "link_list",
      "label": "t:sections.header.settings.secondary_menu.label"
    },
    {
      "id": "style",
      "type": "select",
      "label": "t:sections.header.settings.style.label",
      "options": [
        { "value": "inline", "label": "t:sections.header.settings.style.options__1" },
        { "value": "icon", "label": "t:sections.header.settings.style.options__2" }
      ],
      "default": "icon"
    },
    {
      "id": "navigation_position",
      "type": "select",
      "label": "t:sections.header.settings.navigation_position.label",
      "options": [
        { "value": "inline", "label": "t:sections.header.settings.navigation_position.options__1" },
        { "value": "below", "label": "t:sections.header.settings.navigation_position.options__2" }
      ],
      "default": "inline"
    },
    {
      "id": "logo_position",
      "type": "select",
      "label": "t:sections.header.settings.logo_position.label",
      "options": [
        { "value": "left", "label": "t:sections.header.settings.logo_position.options__1" },
        { "value": "center", "label": "t:sections.header.settings.logo_position.options__2" }
      ],
      "default": "center"
    },
    {
      "id": "mobile_search_position",
      "type": "select",
      "label": "t:sections.header.settings.mobile_search_position.label",
      "options": [
        { "value": "menu", "label": "t:sections.header.settings.mobile_search_position.options__1" },
        { "value": "header", "label": "t:sections.header.settings.mobile_search_position.options__2" }
      ],
      "default": "menu"
    },
    {
      "type": "header",
      "content": "t:shared.settings.disclosure.header__language.content",
      "info": "t:shared.settings.disclosure.header__language.info"
    },
    {
      "type": "checkbox",
      "id": "enable_locale_selector",
      "label": "t:shared.settings.disclosure.enable_locale_selector.label",
      "default": true
    },
    {
      "type": "header",
      "content": "t:shared.settings.disclosure.header__country.content",
      "info": "t:shared.settings.disclosure.header__country.info"
    },
    {
      "type": "checkbox",
      "id": "enable_country_selector",
      "label": "t:shared.settings.disclosure.enable_country_selector.label",
      "default": true
    },
    {
      "type": "header",
      "content": "t:sections.header.settings.transparent__header.content"
    },
    {
      "id": "enable_transparent_home",
      "type": "checkbox",
      "label": "t:sections.header.settings.enable_transparent_home.label",
      "info": "t:sections.header.settings.enable_transparent_home.info",
      "default": true
    },
    {
      "id": "color_text_transparent",
      "type": "color",
      "label": "t:sections.header.settings.color_text_transparent.label",
      "default": "#ffffff"
    },
    {
      "id": "color_icon_transparent",
      "type": "color",
      "label": "t:sections.header.settings.color_icon_transparent.label",
      "default": "#ffffff"
    },
    {
      "id": "color_count_transparent",
      "type": "color",
      "label": "t:sections.header.settings.color_count_transparent.label",
      "default": "#000"
    },
    {
      "id": "color_border_transparent",
      "type": "color",
      "label": "t:sections.header.settings.color_border_transparent.label",
      "default": "#ffffff"
    },
    {
      "id": "opacity_border_transparent",
      "type": "range",
      "min": 0,
      "max": 100,
      "step": 10,
      "unit": "%",
      "label": "t:sections.header.settings.opacity_border_transparent.label",
      "default": 0
    },
    {
      "id": "logo_transparent",
      "type": "image_picker",
      "label": "t:sections.header.settings.logo_transparent.label",
      "info": "t:sections.header.settings.logo_transparent.info"
    }
  ]
}
/* =========================================================
   HEADER REFINEMENTS
   Smaller header height + heavier menu + hover underline
   ========================================================= */

/* Make the header less vertically tall */
.header__inner {
  min-height: 48px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Make logo area less tall */
.header__logo img {
  max-height: 54px !important;
  width: auto !important;
  object-fit: contain !important;
}

.header__logo-link::after {
  margin-top: 2px !important;
  font-size: 8px !important;
  line-height: 1 !important;
}

/* Make menu items heavier */
.header__links a,
.header__menu-item,
.header__links .navigation__link,
.fs-navigation-base > a,
.fs-navigation-base > span {
  position: relative !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #5f5647 !important;
  text-decoration: none !important;
  padding-bottom: 7px !important;
}

/* Underline on hover */
.header__links a::after,
.header__menu-item::after,
.header__links .navigation__link::after,
.fs-navigation-base > a::after,
.fs-navigation-base > span::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 1px !important;
  background: #2a2620 !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 0.2s ease !important;
}

/* Hover + active state */
.header__links a:hover,
.header__menu-item:hover,
.header__links .navigation__link:hover,
.fs-navigation-base > a:hover,
.fs-navigation-base > span:hover,
.fs-navigation-base.active > a,
.fs-navigation-base.active > span {
  color: #2a2620 !important;
  font-weight: 500 !important;
}

.header__links a:hover::after,
.header__menu-item:hover::after,
.header__links .navigation__link:hover::after,
.fs-navigation-base > a:hover::after,
.fs-navigation-base > span:hover::after,
.fs-navigation-base.active > a::after,
.fs-navigation-base.active > span::after {
  transform: scaleX(1) !important;
}

/* Tighten right icons vertically */
.header__right {
  align-items: center !important;
}

.header__icon-touch svg {
  width: 25px !important;
  height: 25px !important;
}
/* Move homepage hero text lower */
.new-hero__content-wrap {
  padding-bottom: clamp(22px, 4vw, 48px) !important;
}
/* =========================================================
   EDITABLE TEXT LOGO
   Works with the new Header text-logo settings
   ========================================================= */

.header--text-logo .header__logo-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

/* Main logo text */
.header--text-logo .header__logo-text {
  display: block !important;
  font-family: var(--header-text-logo-heading-font, 'Playfair Display', Georgia, serif) !important;
  font-size: var(--header-text-logo-heading-size, 31px) !important;
  font-weight: var(--header-text-logo-heading-weight, 500) !important;
  color: var(--header-text-logo-heading-color, #2a2620) !important;
  letter-spacing: var(--header-text-logo-heading-spacing, 0.02em) !important;
  line-height: 1 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

/* Subheading under logo */
.header--text-logo .header__logo-subtext {
  display: block !important;
  margin-top: var(--header-text-logo-subheading-margin, 6px) !important;
  font-family: var(--header-text-logo-subheading-font, 'Lato', sans-serif) !important;
  font-size: var(--header-text-logo-subheading-size, 10px) !important;
  font-weight: var(--header-text-logo-subheading-weight, 300) !important;
  color: var(--header-text-logo-subheading-color, #9a907f) !important;
  letter-spacing: var(--header-text-logo-subheading-spacing, 0.38em) !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

/* Stop old fake subtitle rules from showing */
.header--text-logo .header__logo-link::after,
.header--text-logo .header__logo-text::after {
  display: none !important;
  content: none !important;
}

/* Hide uploaded logo images when text logo is enabled */
.header--text-logo .regular-logo,
.header--text-logo .transparent-logo,
.header--text-logo .header__logo img {
  display: none !important;
}

/* Mobile scaling */
@media (max-width: 768px) {
  .header--text-logo .header__logo-text {
    font-size: calc(var(--header-text-logo-heading-size, 31px) * 0.72) !important;
  }

  .header--text-logo .header__logo-subtext {
    font-size: calc(var(--header-text-logo-subheading-size, 10px) * 0.82) !important;
    letter-spacing: 0.24em !important;
  }
}
/* Header text logo font */
.header--text-logo .header__logo-text {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
}
/* =========================================================
   Product Hero — editorial top product section
   ========================================================= */

.ma-product-hero {
  background: #f1e9d8;
  padding: clamp(56px, 7vw, 96px) 40px clamp(44px, 6vw, 76px);
}

.ma-product-hero__inner {
  max-width: 1250px;
  margin: 0 auto;
}

.ma-product-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #d9d4bd;
  color: #1f2a18;
  border-radius: 999px;
  padding: 12px 24px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 34px;
}

.ma-product-hero__badge-icon {
  font-size: 18px;
  line-height: 1;
}

.ma-product-hero__eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #9c4a25;
  margin-bottom: 34px;
}

.ma-product-hero__title {
  max-width: 1180px;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(64px, 8vw, 124px) !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.035em !important;
  color: #2a2620 !important;
  text-transform: none !important;
  margin: 0 0 28px !important;
}

.ma-product-hero__arabic {
  font-family: Georgia, serif;
  font-size: clamp(30px, 3vw, 44px);
  color: #9a907f;
  line-height: 1.2;
  margin-bottom: 42px;
}

.ma-product-hero__intro {
  max-width: 1180px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 400;
  line-height: 1.45;
  color: #5f5647;
  margin-bottom: 18px;
}

.ma-product-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 12px;
}

.ma-product-hero__feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 250px;
  padding: 18px 28px;
  border: 1px solid rgba(42, 38, 32, 0.22);
  border-radius: 4px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: #5f5647;
  background: rgba(255, 255, 255, 0.16);
}

.ma-product-hero__feature-icon {
  font-size: 24px;
  color: #5f5647;
  line-height: 1;
}

/* Hide the duplicate product title in the normal product details area */
.product__details .product__title {
  display: none !important;
}

@media (max-width: 768px) {
  .ma-product-hero {
    padding: 42px 22px 38px;
  }

  .ma-product-hero__badge {
    font-size: 18px;
    padding: 10px 18px;
    margin-bottom: 28px;
  }

  .ma-product-hero__eyebrow {
    font-size: 13px;
    letter-spacing: 0.28em;
    margin-bottom: 24px;
  }

  .ma-product-hero__title {
    font-size: clamp(46px, 15vw, 68px) !important;
    line-height: 0.98 !important;
  }

  .ma-product-hero__arabic {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .ma-product-hero__intro {
    font-size: 24px;
  }

  .ma-product-hero__features {
    flex-direction: column;
    gap: 12px;
  }

  .ma-product-hero__feature {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    font-size: 22px;
    padding: 16px 20px;
  }
}
/* =========================================================
   Product Summary — right side of product page
   ========================================================= */

.ma-product-summary {
  margin-bottom: 34px;
}

.ma-product-summary__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d9d4bd;
  color: #1f2a18;
  border-radius: 999px;
  padding: 10px 20px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 28px;
}

.ma-product-summary__badge-icon {
  font-size: 15px;
  line-height: 1;
}

.ma-product-summary__eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #9c4a25;
  margin-bottom: 22px;
}

.ma-product-summary__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(46px, 4.4vw, 76px) !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em !important;
  color: #2a2620 !important;
  text-transform: none !important;
  margin: 0 0 20px !important;
}

.ma-product-summary__arabic {
  font-family: Georgia, serif;
  font-size: 30px;
  color: #9a907f;
  line-height: 1.2;
  margin-bottom: 28px;
}

.ma-product-summary__intro {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.45;
  color: #5f5647;
  margin-bottom: 18px;
}

.ma-product-summary__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ma-product-summary__feature {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(42, 38, 32, 0.22);
  border-radius: 4px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  color: #5f5647;
  background: rgba(255, 255, 255, 0.16);
}

.ma-product-summary__feature-icon {
  font-size: 18px;
  color: #5f5647;
  line-height: 1;
}

/* Hide original product title because custom summary replaces it */
.product__details .product__title {
  display: none !important;
}

/* Product page soft background */
.product--alternate,
.product--alternate .product,
.product--alternate .product__top {
  background: #f1e9d8 !important;
}

@media (max-width: 768px) {
  .ma-product-summary {
    margin-bottom: 28px;
  }

  .ma-product-summary__badge {
    font-size: 17px;
    padding: 9px 16px;
    margin-bottom: 24px;
  }

  .ma-product-summary__eyebrow {
    font-size: 12px;
    letter-spacing: 0.26em;
    margin-bottom: 18px;
  }

  .ma-product-summary__title {
    font-size: clamp(42px, 13vw, 62px) !important;
  }

  .ma-product-summary__arabic {
    font-size: 26px;
    margin-bottom: 22px;
  }

  .ma-product-summary__intro {
    font-size: 23px;
  }

  .ma-product-summary__features {
    flex-direction: column;
  }

  .ma-product-summary__feature {
    width: 100%;
    font-size: 20px;
  }
}
/* =========================================================
   Product Page — trust icon row
   ========================================================= */

.ma-product-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid rgba(42, 38, 32, 0.16);
  border-bottom: 1px solid rgba(42, 38, 32, 0.16);
  padding: 28px 0;
  margin: 30px 0 0;
}

.ma-product-trust-item {
  text-align: center;
  color: #2a2620;
}

.ma-product-trust-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.ma-product-trust-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #344621;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ma-product-trust-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  color: #2a2620;
}

.ma-product-trust-subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  color: #6a6255;
  line-height: 1.2;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .ma-product-trust-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 22px 0;
  }

  .ma-product-trust-title {
    font-size: 14px;
  }

  .ma-product-trust-subtitle {
    font-size: 13px;
  }
}
/* More space between trust icons and product accordions */
.ma-product-trust-row {
  margin-bottom: 28px !important;
}

.ma-product-accordion__summary {
  padding-top: 34px !important;
}
/* =========================================================
   Product page — sticky left product image on desktop
   ========================================================= */

@media (min-width: 769px) {
  .product--alternate,
  .product--alternate .product,
  .product--alternate .product__top {
    overflow: visible !important;
  }

  .product--alternate .product__top {
    align-items: flex-start !important;
  }

  .product--alternate .product__media-container {
    position: sticky !important;
    top: calc(var(--height-header, 90px) + var(--announcement-height, 0px) + 24px) !important;
    align-self: flex-start !important;
    height: fit-content !important;
    z-index: 2 !important;
  }
}

@media (max-width: 768px) {
  .product--alternate .product__media-container {
    position: static !important;
  }
}
/* =========================================================
   Product page — sticky left product image on desktop
   ========================================================= */

@media (min-width: 769px) {
  .product--alternate,
  .product--alternate .product,
  .product--alternate .product__top {
    overflow: visible !important;
  }

  .product--alternate .product__top {
    align-items: flex-start !important;
  }

  .product--alternate .product__media-container {
    position: sticky !important;
    top: calc(var(--height-header, 90px) + var(--announcement-height, 0px) + 24px) !important;
    align-self: flex-start !important;
    height: fit-content !important;
    z-index: 2 !important;
  }
}

@media (max-width: 768px) {
  .product--alternate .product__media-container {
    position: static !important;
  }
}
/* =========================================================
   Product Add to Cart Button — final clean style
   ========================================================= */

.product--alternate .product__meta form[action*="/cart/add"] button,
.product--alternate .product__meta form[action*="/cart/add"] button[type="submit"],
.product--alternate .product__meta .product-form button,
.product--alternate .product__meta .product-form button[type="submit"],
.product--alternate .product__meta .product-form__submit,
.product--alternate .product__meta .product-form__cart-submit,
.product--alternate .product__meta button[name="add"],
.product--alternate .product__meta [data-add-to-cart] {
  background: #2B3520 !important;
  background-color: #2B3520 !important;
  border: 1px solid #2B3520 !important;
  color: #f3efe2ff !important;

  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 32px !important;

  border-radius: 6px !important;
  box-shadow: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;

  transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

/* Text inside button */
.product--alternate .product__meta form[action*="/cart/add"] button *,
.product--alternate .product__meta .product-form button *,
.product--alternate .product__meta button[name="add"] *,
.product--alternate .product__meta [data-add-to-cart] * {
  background: transparent !important;
  color: #f3efe2ff !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

/* Hover */
.product--alternate .product__meta form[action*="/cart/add"] button:hover,
.product--alternate .product__meta .product-form button:hover,
.product--alternate .product__meta button[name="add"]:hover,
.product--alternate .product__meta [data-add-to-cart]:hover {
  background: #3C4A2A !important;
  background-color: #3C4A2A !important;
  border-color: #3C4A2A !important;
  color: #F4EEDD !important;
}

/* Stop weird inner hover layer */
.product--alternate .product__meta form[action*="/cart/add"] button::before,
.product--alternate .product__meta form[action*="/cart/add"] button::after,
.product--alternate .product__meta .product-form button::before,
.product--alternate .product__meta .product-form button::after,
.product--alternate .product__meta button[name="add"]::before,
.product--alternate .product__meta button[name="add"]::after,
.product--alternate .product__meta [data-add-to-cart]::before,
.product--alternate .product__meta [data-add-to-cart]::after {
  display: none !important;
  content: none !important;
}
/* =========================================================
   Product Arabic Title + Feature Tag Boxes
   ========================================================= */

.ma-product-summary__arabic {
  display: block !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #9a907f !important;
  line-height: 1.25 !important;
  margin: -6px 0 26px !important;
  direction: rtl !important;
  text-align: left !important;
}

.ma-product-summary__features {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 22px !important;
  margin-bottom: 30px !important;
}

.ma-product-summary__feature {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  min-width: 190px !important;
  padding: 14px 22px !important;
  border: 1px solid rgba(42, 38, 32, 0.22) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #5f5647 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.ma-product-summary__feature-icon {
  font-size: 21px !important;
  color: #5f5647 !important;
  line-height: 1 !important;
}

@media (max-width: 768px) {
  .ma-product-summary__arabic {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }

  .ma-product-summary__features {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .ma-product-summary__feature {
    width: 100% !important;
    justify-content: flex-start !important;
    font-size: 20px !important;
  }
}
/* Keep product feature tags on one line on desktop */
@media (min-width: 769px) {
  .ma-product-summary__features {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .ma-product-summary__feature {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    white-space: nowrap !important;
    padding: 13px 14px !important;
    gap: 8px !important;
    font-size: 18px !important;
  }

  .ma-product-summary__feature-icon {
    font-size: 16px !important;
    flex-shrink: 0 !important;
  }
}
/* Hide icons inside product feature tag boxes */
.ma-product-summary__feature-icon {
  display: none !important;
}

.ma-product-summary__feature {
  gap: 0 !important;
}
/* Center product feature tag text on mobile */
@media (max-width: 768px) {
  .ma-product-summary__feature {
    justify-content: center !important;
    text-align: center !important;
  }

  .ma-product-summary__feature span {
    text-align: center !important;
  }
}
/* Change product page background color */
.product--alternate,
.product--alternate .product,
.product--alternate .product__top,
.product--alternate .product__details,
.product--alternate .product__meta {
  background: #f0e9da !important;
}
/* =========================================================
   Collection Product Cards — editorial redesign
   ========================================================= */

.cg-section {
  background: #f0e9da !important;
}

.cg-grid {
  gap: 28px !important;
}

/* Full card */
.cg-card {
  background: #ffffff !important;
  border: 1px solid #d6cbb5 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  box-shadow: none !important;
  transform: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.cg-card:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: #c5a84a !important;
}

/* Image area */
.cg-card__image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1.18 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.cg-card__image-link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.cg-card__image img,
.cg-img-primary {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 58px 42px 74px !important;
  box-sizing: border-box !important;
  display: block !important;
  transition: transform 0.25s ease !important;
}

.cg-card:hover .cg-card__image img {
  transform: none !important;
}

/* Hide older hover-swap image if previous CSS still exists */
.cg-img-secondary {
  display: none !important;
}

/* Best seller / coming soon banner */
.cg-card__banner {
  position: absolute !important;
  top: 22px !important;
  left: 22px !important;
  z-index: 3 !important;
  background: #2B3520 !important;
  color: #f3efe2 !important;
  border-radius: 2px !important;
  padding: 12px 18px !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

/* Hover add button over image */
.cg-card__hover-add {
  position: absolute !important;
  left: 32px !important;
  right: 32px !important;
  bottom: 22px !important;
  z-index: 4 !important;

  height: 56px !important;
  border: none !important;
  border-radius: 4px !important;
  background: #f0e9da !important;
  color: #2B3520 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;

  opacity: 0 !important;
  transform: translateY(8px) !important;
  pointer-events: none !important;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease !important;
}

.cg-card:hover .cg-card__hover-add {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.cg-card__hover-add:hover {
  background: #2B3520 !important;
  color: #f3efe2 !important;
}

/* Info area */
.cg-card__info {
  background: #f7f0e2 !important;
  border-top: 1px solid #d6cbb5 !important;
  padding: 34px 36px 38px !important;
}

.cg-card__number {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.22em !important;
  color: #9a907f !important;
  margin-bottom: 18px !important;
}

.cg-card__title-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-bottom: 22px !important;
}

.cg-card__title-wrap {
  min-width: 0 !important;
}

.cg-card__name {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  color: #2a2620 !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.cg-card__arabic {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  color: #9a907f !important;
  margin-top: 8px !important;
  direction: rtl !important;
  text-align: left !important;
}

.cg-card__price {
  font-family: 'Lato', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #2a2620 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

.cg-card__desc {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: #5f5647 !important;
  margin: 0 !important;
}

/* Hide old card controls if any old markup/CSS remains */
.cg-card__bottom,
.cg-card__link,
.cg-card__atc,
.cg-card__qty {
  display: none !important;
}

/* Sold out */
.cg-card--sold-out {
  opacity: 0.62 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .cg-grid {
    gap: 18px !important;
  }

  .cg-card__image {
    aspect-ratio: 1 / 1.12 !important;
  }

  .cg-card__image img,
  .cg-img-primary {
    padding: 38px 24px 62px !important;
  }

  .cg-card__banner {
    top: 16px !important;
    left: 16px !important;
    font-size: 12px !important;
    padding: 9px 13px !important;
  }

  /* Show add button on mobile since hover does not exist */
  .cg-card__hover-add {
    left: 18px !important;
    right: 18px !important;
    bottom: 16px !important;
    height: 48px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .cg-card__info {
    padding: 26px 24px 30px !important;
  }

  .cg-card__number {
    font-size: 14px !important;
    margin-bottom: 14px !important;
  }

  .cg-card__title-row {
    gap: 14px !important;
    margin-bottom: 18px !important;
  }

  .cg-card__name {
    font-size: 29px !important;
  }

  .cg-card__arabic {
    font-size: 19px !important;
  }

  .cg-card__price {
    font-size: 20px !important;
  }

  .cg-card__desc {
    font-size: 20px !important;
  }
}
/* =========================================================
   Collection Product Cards — image fill, price row, aligned descriptions
   ========================================================= */

/* Section background */
.cg-section {
  background: #f0e9da !important;
}

/* Grid spacing */
.cg-grid {
  gap: 28px !important;
}

/* Full card */
.cg-card {
  background: #ffffff !important;
  border: 1px solid #d6cbb5 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  box-shadow: none !important;
  transform: none !important;
  transition: border-color 0.2s ease !important;
}

.cg-card:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: #c5a84a !important;
}

/* Image area — makes image fill the card better */
.cg-card__image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.cg-card__image-link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.cg-card__image img,
.cg-img-primary {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 24px 24px 18px !important;
  box-sizing: border-box !important;
  display: block !important;
  transition: none !important;
}

/* Remove older hover-swap behavior */
.cg-img-secondary {
  display: none !important;
}

/* Banner */
.cg-card__banner {
  position: absolute !important;
  top: 22px !important;
  left: 22px !important;
  z-index: 3 !important;
  background: #2B3520 !important;
  color: #f3efe2 !important;
  border-radius: 2px !important;
  padding: 12px 18px !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

/* Hover add button */
.cg-card__hover-add {
  position: absolute !important;
  left: 28px !important;
  right: 28px !important;
  bottom: 22px !important;
  z-index: 4 !important;

  height: 54px !important;
  border: none !important;
  border-radius: 4px !important;
  background: #f0e9da !important;
  color: #2B3520 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;

  opacity: 0 !important;
  transform: translateY(8px) !important;
  pointer-events: none !important;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease !important;
}

.cg-card:hover .cg-card__hover-add {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.cg-card__hover-add:hover {
  background: #2B3520 !important;
  color: #f3efe2 !important;
}

/* Info area */
.cg-card__info {
  background: #f7f0e2 !important;
  border-top: 1px solid #d6cbb5 !important;
  padding: 30px 36px 36px !important;
  display: flex !important;
  flex-direction: column !important;
}

/* No. and price on same row */
.cg-card__top-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-bottom: 20px !important;
}

.cg-card__number {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.22em !important;
  color: #9a907f !important;
  margin: 0 !important;
}

.cg-card__price {
  font-family: 'Lato', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #2a2620 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* This forces every description to start at the same height */
.cg-card__text-block {
  min-height: 150px !important;
  margin-bottom: 18px !important;
}

.cg-card__title-wrap {
  min-width: 0 !important;
}

.cg-card__name {
  display: block !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 1.06 !important;
  color: #2a2620 !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.cg-card__arabic {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  color: #9a907f !important;
  margin-top: 8px !important;
  direction: rtl !important;
  text-align: left !important;
}

/* Description */
.cg-card__desc {
  margin: 0 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: #5f5647 !important;
}

/* Hide old card controls if previous markup/CSS remains */
.cg-card__bottom,
.cg-card__link,
.cg-card__atc,
.cg-card__qty,
.cg-card__title-row {
  display: none !important;
}

/* Sold out */
.cg-card--sold-out {
  opacity: 0.62 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .cg-grid {
    gap: 18px !important;
  }

  .cg-card__image {
    aspect-ratio: 1 / 1.02 !important;
  }

  .cg-card__image img,
  .cg-img-primary {
    padding: 22px 18px 12px !important;
  }

  .cg-card__banner {
    top: 16px !important;
    left: 16px !important;
    font-size: 12px !important;
    padding: 9px 13px !important;
  }

  .cg-card__hover-add {
    left: 16px !important;
    right: 16px !important;
    bottom: 14px !important;
    height: 48px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .cg-card__info {
    padding: 24px 22px 28px !important;
  }

  .cg-card__top-row {
    margin-bottom: 14px !important;
  }

  .cg-card__text-block {
    min-height: auto !important;
    margin-bottom: 14px !important;
  }

  .cg-card__name {
    font-size: 28px !important;
  }

  .cg-card__arabic {
    font-size: 18px !important;
  }

  .cg-card__price {
    font-size: 20px !important;
  }

  .cg-card__desc {
    font-size: 20px !important;
  }
}
/* =========================================================
   Collection cards — tighter image + less gap before description
   ========================================================= */

/* Make the image area shorter and fuller */
.cg-card__image {
  aspect-ratio: 1 / 0.9 !important;
  background: #ffffff !important;
}

/* Let the product image fill much more of the image box */
.cg-card__image img,
.cg-img-primary {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* If product images feel slightly cropped, change scale(1.08) to scale(1.03) */
.cg-card__image img,
.cg-img-primary {
  transform: scale(1.08) !important;
  transform-origin: center center !important;
}

/* Prevent hover from changing image size */
.cg-card:hover .cg-card__image img,
.cg-card:hover .cg-img-primary {
  transform: scale(1.08) !important;
}

/* Bring description closer to the title / Arabic text */
.cg-card__text-block {
  min-height: 128px !important;
  margin-bottom: 8px !important;
}

/* Tighten title and Arabic spacing */
.cg-card__name {
  line-height: 1.02 !important;
}

.cg-card__arabic {
  margin-top: 5px !important;
  line-height: 1.1 !important;
}

/* Description starts closer */
.cg-card__desc {
  margin-top: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .cg-card__image {
    aspect-ratio: 1 / 0.95 !important;
  }

  .cg-card__image img,
  .cg-img-primary {
    object-fit: cover !important;
    padding: 0 !important;
    transform: scale(1.05) !important;
  }

  .cg-card:hover .cg-card__image img,
  .cg-card:hover .cg-img-primary {
    transform: scale(1.05) !important;
  }

  .cg-card__text-block {
    min-height: auto !important;
    margin-bottom: 8px !important;
  }
}
/* Tighten space between product card title/Arabic and description */
@media (min-width: 769px) {
  .cg-card__text-block {
    min-height: 82px !important;
    margin-bottom: 10px !important;
  }

  .cg-card__name {
    line-height: 1.02 !important;
  }

  .cg-card__arabic {
    margin-top: 4px !important;
    line-height: 1.05 !important;
  }

  .cg-card__desc {
    margin-top: 0 !important;
  }
}
/* Unbold product card price */
.cg-card__price {
  font-weight: 400 !important;
}
/* =========================================================
   Product card hover — levitate + subtle image zoom
   ========================================================= */

.cg-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease !important;
  will-change: transform !important;
}

.cg-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 18px 36px rgba(42, 38, 32, 0.12) !important;
  border-color: #c5a84a !important;
}

/* Make sure image stays clipped inside card while zooming */
.cg-card__image {
  overflow: hidden !important;
}

/* Normal image state */
.cg-card__image img,
.cg-img-primary {
  transform: scale(1.02) !important;
  transition: transform 0.35s ease !important;
  transform-origin: center center !important;
}

/* Hover image zoom */
.cg-card:hover .cg-card__image img,
.cg-card:hover .cg-img-primary {
  transform: scale(1.08) !important;
}
/* =========================================================
   Cart drawer styling
   ========================================================= */

.cart-drawer,
.quick-cart,
.drawer--cart,
.cart-modal,
[data-cart-drawer],
[data-quick-cart] {
  background: #f0e9da !important;
  color: #2a2620 !important;
}

.cart-drawer *,
.quick-cart *,
.drawer--cart *,
.cart-modal *,
[data-cart-drawer] *,
[data-quick-cart] * {
  color: #2a2620 !important;
}

.cart-drawer h1,
.cart-drawer h2,
.quick-cart h1,
.quick-cart h2,
.drawer--cart h1,
.drawer--cart h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 400 !important;
  color: #2a2620 !important;
}

.cart-drawer button,
.quick-cart button,
.drawer--cart button,
.cart-modal button,
[data-cart-drawer] button,
[data-quick-cart] button {
  border-color: #2B3520 !important;
  color: #2B3520 !important;
}

.cart-drawer a[href*="/checkout"],
.quick-cart a[href*="/checkout"],
.drawer--cart a[href*="/checkout"],
.cart-drawer button[name="checkout"],
.quick-cart button[name="checkout"],
.drawer--cart button[name="checkout"] {
  background: #2B3520 !important;
  border-color: #2B3520 !important;
  color: #f3efe2 !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.cart-drawer a[href*="/cart"],
.quick-cart a[href*="/cart"],
.drawer--cart a[href*="/cart"] {
  border-color: #2B3520 !important;
  color: #2B3520 !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}
/* =========================================================
   FINAL Cart Drawer Styling — readable dark cart
   ========================================================= */

/* Drawer background */
html body .quick-cart,
html body .quick-cart *,
html body .quick-cart__container,
html body .quick-cart__wrapper,
html body .quick-cart__content,
html body .cart-drawer,
html body .cart-drawer *,
html body [data-quick-cart],
html body [data-quick-cart] *,
html body [data-cart-drawer],
html body [data-cart-drawer] * {
  color: #f4eedd !important;
  opacity: 1 !important;
}

/* Main drawer surfaces */
html body .quick-cart,
html body .quick-cart__container,
html body .quick-cart__wrapper,
html body .quick-cart__content,
html body .cart-drawer,
html body [data-quick-cart],
html body [data-cart-drawer] {
  background: #121212 !important;
}

/* Cart title */
html body .quick-cart h1,
html body .quick-cart h2,
html body .cart-drawer h1,
html body .cart-drawer h2,
html body [data-quick-cart] h1,
html body [data-quick-cart] h2,
html body [data-cart-drawer] h1,
html body [data-cart-drawer] h2 {
  color: #f4eedd !important;
  opacity: 1 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 400 !important;
}

/* Product title, price, subtotal */
html body .quick-cart a,
html body .quick-cart p,
html body .quick-cart span,
html body .quick-cart div,
html body .cart-drawer a,
html body .cart-drawer p,
html body .cart-drawer span,
html body .cart-drawer div,
html body [data-quick-cart] a,
html body [data-quick-cart] p,
html body [data-quick-cart] span,
html body [data-quick-cart] div,
html body [data-cart-drawer] a,
html body [data-cart-drawer] p,
html body [data-cart-drawer] span,
html body [data-cart-drawer] div {
  color: #f4eedd !important;
  opacity: 1 !important;
}

/* Product name */
html body .quick-cart [class*="title"],
html body .quick-cart [class*="name"],
html body .cart-drawer [class*="title"],
html body .cart-drawer [class*="name"],
html body [data-quick-cart] [class*="title"],
html body [data-quick-cart] [class*="name"],
html body [data-cart-drawer] [class*="title"],
html body [data-cart-drawer] [class*="name"] {
  color: #f4eedd !important;
  opacity: 1 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 700 !important;
}

/* Prices */
html body .quick-cart [class*="price"],
html body .quick-cart [class*="subtotal"],
html body .cart-drawer [class*="price"],
html body .cart-drawer [class*="subtotal"],
html body [data-quick-cart] [class*="price"],
html body [data-quick-cart] [class*="subtotal"],
html body [data-cart-drawer] [class*="price"],
html body [data-cart-drawer] [class*="subtotal"] {
  color: #f4eedd !important;
  opacity: 1 !important;
  font-family: 'Lato', sans-serif !important;
}

/* Icons: close, plus, minus, trash */
html body .quick-cart svg,
html body .quick-cart path,
html body .cart-drawer svg,
html body .cart-drawer path,
html body [data-quick-cart] svg,
html body [data-quick-cart] path,
html body [data-cart-drawer] svg,
html body [data-cart-drawer] path {
  color: #f4eedd !important;
  stroke: #f4eedd !important;
  fill: none !important;
  opacity: 1 !important;
}

/* Divider */
html body .quick-cart hr,
html body .cart-drawer hr,
html body [data-quick-cart] hr,
html body [data-cart-drawer] hr {
  border-color: rgba(244, 238, 221, 0.28) !important;
}

/* Go to cart button */
html body .quick-cart a[href*="/cart"],
html body .cart-drawer a[href*="/cart"],
html body [data-quick-cart] a[href*="/cart"],
html body [data-cart-drawer] a[href*="/cart"] {
  background: transparent !important;
  border: 1px solid #4b5f33 !important;
  color: #f4eedd !important;
  border-radius: 999px !important;
  min-height: 58px !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

/* Checkout button */
html body .quick-cart a[href*="/checkout"],
html body .cart-drawer a[href*="/checkout"],
html body [data-quick-cart] a[href*="/checkout"],
html body [data-cart-drawer] a[href*="/checkout"],
html body .quick-cart button[name="checkout"],
html body .cart-drawer button[name="checkout"],
html body [data-quick-cart] button[name="checkout"],
html body [data-cart-drawer] button[name="checkout"] {
  background: #2B3520 !important;
  border: 1px solid #2B3520 !important;
  color: #f4eedd !important;
  border-radius: 999px !important;
  min-height: 58px !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

/* Button inner text */
html body .quick-cart a[href*="/cart"] *,
html body .quick-cart a[href*="/checkout"] *,
html body .cart-drawer a[href*="/cart"] *,
html body .cart-drawer a[href*="/checkout"] *,
html body [data-quick-cart] a[href*="/cart"] *,
html body [data-quick-cart] a[href*="/checkout"] *,
html body [data-cart-drawer] a[href*="/cart"] *,
html body [data-cart-drawer] a[href*="/checkout"] * {
  color: #f4eedd !important;
  opacity: 1 !important;
}
/* =========================================================
   Cart drawer buttons — hover effects
   ========================================================= */

/* Go to cart hover */
html body .quick-cart a[href*="/cart"]:hover,
html body .cart-drawer a[href*="/cart"]:hover,
html body [data-quick-cart] a[href*="/cart"]:hover,
html body [data-cart-drawer] a[href*="/cart"]:hover {
  background: rgba(244, 238, 221, 0.08) !important;
  border-color: #f4eedd !important;
  color: #f4eedd !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22) !important;
}

/* Checkout hover */
html body .quick-cart a[href*="/checkout"]:hover,
html body .cart-drawer a[href*="/checkout"]:hover,
html body [data-quick-cart] a[href*="/checkout"]:hover,
html body [data-cart-drawer] a[href*="/checkout"]:hover,
html body .quick-cart button[name="checkout"]:hover,
html body .cart-drawer button[name="checkout"]:hover,
html body [data-quick-cart] button[name="checkout"]:hover,
html body [data-cart-drawer] button[name="checkout"]:hover {
  background: #3C4A2A !important;
  border-color: #3C4A2A !important;
  color: #f4eedd !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22) !important;
}

/* Smooth transition for cart buttons */
html body .quick-cart a[href*="/cart"],
html body .quick-cart a[href*="/checkout"],
html body .cart-drawer a[href*="/cart"],
html body .cart-drawer a[href*="/checkout"],
html body [data-quick-cart] a[href*="/cart"],
html body [data-quick-cart] a[href*="/checkout"],
html body [data-cart-drawer] a[href*="/cart"],
html body [data-cart-drawer] a[href*="/checkout"],
html body .quick-cart button[name="checkout"],
html body .cart-drawer button[name="checkout"],
html body [data-quick-cart] button[name="checkout"],
html body [data-cart-drawer] button[name="checkout"] {
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

/* =========================================================
   Cart drawer free shipping progress bar
   ========================================================= */

.ma-cart-shipping-progress {
  margin: 0 0 28px !important;
  padding: 18px 0 4px !important;
}

.ma-cart-shipping-progress__text {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #f4eedd !important;
  margin-bottom: 12px !important;
  text-align: left !important;
}

.ma-cart-shipping-progress__text strong {
  color: #f4eedd !important;
  font-weight: 700 !important;
}

.ma-cart-shipping-progress__track {
  width: 100% !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: rgba(244, 238, 221, 0.18) !important;
  overflow: hidden !important;
}

.ma-cart-shipping-progress__fill {
  display: block !important;
  height: 100% !important;
  width: 0%;
  border-radius: 999px !important;
  background: #4b5f33 !important;
  transition: width 0.25s ease !important;
}
/* =========================================================
   Collection product cards — clickable card + View arrow
   ========================================================= */

.cg-card {
  cursor: pointer !important;
}

.cg-card a,
.cg-card button {
  cursor: pointer !important;
}

.cg-card__info {
  display: flex !important;
  flex-direction: column !important;
}

/* View button bottom-right */
.cg-card__view {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;

  align-self: flex-end !important;
  margin-top: auto !important;
  padding-top: 22px !important;

  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;

  color: #2B3520 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #2B3520 !important;
  padding-bottom: 3px !important;

  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

.cg-card__view span {
  display: inline-block !important;
  transition: transform 0.2s ease !important;
}

/* View hover */
.cg-card__view:hover {
  color: #9c4a25 !important;
  border-color: #9c4a25 !important;
}

.cg-card__view:hover span {
  transform: translateX(4px) !important;
}

/* Whole card hover nudges the View arrow too */
.cg-card:hover .cg-card__view {
  color: #2B3520 !important;
  border-color: #2B3520 !important;
}

.cg-card:hover .cg-card__view span {
  transform: translateX(4px) !important;
}

/* Keep Add button above the clickable card behavior */
.cg-card__hover-add {
  position: absolute !important;
  z-index: 5 !important;
}
/* =========================================================
   Collection cards — remove No., move price left, compact mobile
   ========================================================= */

/* Hide No. 01 / No. 02 on all product cards */
.cg-card__number {
  display: none !important;
}

/* Move price to the upper-left where No. used to be */
.cg-card__title-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

/* Price styling in the old No. position */
.cg-card__price {
  order: -1 !important;
  display: block !important;
  margin: 0 0 20px 0 !important;

  font-family: 'Lato', sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #2a2620 !important;
  text-align: left !important;
}

/* Make sure title starts under price */
.cg-card__title-wrap {
  width: 100% !important;
}

/* If your older top-row CSS is still active, neutralize it */
.cg-card__top-row {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.cg-card__top-row .cg-card__price {
  margin-left: 0 !important;
}

/* Mobile: make product cards smaller/cleaner */
@media (max-width: 768px) {
  .cg-section {
    padding: 24px 12px !important;
  }

  .cg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .cg-card {
    border-radius: 3px !important;
    min-width: 0 !important;
  }

  .cg-card__image {
    aspect-ratio: 1 / 0.92 !important;
  }

  .cg-card__info {
    padding: 16px 14px 18px !important;
    min-height: auto !important;
  }

  .cg-card__price {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }

  .cg-card__name {
    font-size: 23px !important;
    line-height: 1.05 !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .cg-card__arabic {
    font-size: 16px !important;
    line-height: 1.1 !important;
    margin-top: 4px !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .cg-card__desc {
    font-size: 16px !important;
    line-height: 1.35 !important;
    margin-top: 12px !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .cg-card__view {
    font-size: 11px !important;
    padding-top: 14px !important;
    letter-spacing: 0.14em !important;
  }

  .cg-card__hover-add {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    height: 42px !important;
    font-size: 11px !important;
  }
}

/* Extra-small phones */
@media (max-width: 420px) {
  .cg-grid {
    gap: 10px !important;
  }

  .cg-card__info {
    padding: 14px 12px 16px !important;
  }

  .cg-card__name {
    font-size: 21px !important;
  }

  .cg-card__desc {
    font-size: 15px !important;
    -webkit-line-clamp: 2 !important;
  }
}
/* =========================================================
   Mobile product cards — hide View, show Add at bottom
   ========================================================= */

@media (max-width: 768px) {
  /* Hide View link on mobile */
  .cg-card__view {
    display: none !important;
  }

  /* Make room for the Add button at the bottom of the card */
  .cg-card {
    position: relative !important;
    padding-bottom: 58px !important;
  }

  /* Keep card info tighter */
  .cg-card__info {
    padding-bottom: 18px !important;
  }

  /* Show Add button permanently on mobile */
  .cg-card__hover-add {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;

    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    top: auto !important;

    height: 42px !important;
    min-height: 42px !important;

    align-items: center !important;
    justify-content: center !important;

    background: #2B3520 !important;
    border: 1px solid #2B3520 !important;
    color: #f4eedd !important;
    border-radius: 4px !important;

    font-family: 'Lato', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;

    z-index: 8 !important;
  }

  .cg-card__hover-add:hover {
    background: #3C4A2A !important;
    border-color: #3C4A2A !important;
    color: #f4eedd !important;
  }
}
/* =========================================================
   Mobile collection cards — real bottom Add button
   ========================================================= */

/* Hidden by default on desktop */
.cg-card__mobile-add {
  display: none !important;
}

@media (max-width: 768px) {
  /* Hide the View link on mobile */
  .cg-card__view {
    display: none !important;
  }

  /* Hide the desktop hover Add button on mobile */
  .cg-card__image .cg-card__hover-add {
    display: none !important;
  }

  /* Make the card stack cleanly */
  .cg-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding-bottom: 0 !important;
  }

  .cg-card__image {
    flex-shrink: 0 !important;
  }

  .cg-card__info {
    flex: 1 1 auto !important;
    padding-bottom: 14px !important;
  }

  /* New bottom mobile Add button */
  .cg-card__mobile-add {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: calc(100% - 24px) !important;
    height: 42px !important;
    min-height: 42px !important;

    margin: auto 12px 12px !important;
    padding: 0 12px !important;

    background: #2B3520 !important;
    border: 1px solid #2B3520 !important;
    color: #f4eedd !important;
    border-radius: 4px !important;

    font-family: 'Lato', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;

    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 10 !important;
  }

  .cg-card__mobile-add:hover {
    background: #3C4A2A !important;
    border-color: #3C4A2A !important;
    color: #f4eedd !important;
  }
}
/* =========================================================
   Mobile product cards — keep beige card color to bottom
   ========================================================= */

@media (max-width: 768px) {
  /* Make the full card body beige, including area behind Add button */
  .cg-card {
    background: #f0e9da !important;
  }

  /* Keep only the image area white */
  .cg-card__image {
    background: #ffffff !important;
  }

  /* Make the info area match the full card */
  .cg-card__info {
    background: #f0e9da !important;
    border-top: 1px solid #d6cbb5 !important;
  }

  /* Keep the mobile add button area sitting on beige */
  .cg-card__mobile-add {
    margin: auto 12px 12px !important;
  }
}
/* =========================================================
   Spark quick cart — AJAX rendered items
   ========================================================= */

.ma-quick-cart-item {
  display: grid !important;
  grid-template-columns: 82px 1fr !important;
  gap: 16px !important;
  align-items: start !important;
  padding: 18px 0 !important;
  border-bottom: 1px solid rgba(244, 238, 221, 0.22) !important;
}

.ma-quick-cart-item__image {
  display: block !important;
  width: 82px !important;
  height: 82px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.ma-quick-cart-item__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.ma-quick-cart-item__content {
  min-width: 0 !important;
}

.ma-quick-cart-item__title {
  display: block !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  color: #f4eedd !important;
  text-decoration: none !important;
  margin-bottom: 8px !important;
}

.ma-quick-cart-item__meta,
.ma-quick-cart-item__price {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #f4eedd !important;
}

.ma-quick-cart-item__price {
  margin-top: 6px !important;
  font-weight: 700 !important;
}

.quick_cart__empty[hidden],
[data-empty][hidden] {
  display: none !important;
}