/** Shopify CDN: Minification failed

Line 1103:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-us (INDEX:0) */
/* Page Banner — Figma: 1440x138, bg #EAD5D6, title y=43.5 */
.about-us__banner {
  background: #EAD5D6;
  padding: 32px 16px;
  text-align: center;
}

.about-us__banner-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.211em;
  color: #1A1A1A;
  margin: 0;
}

/* Story Section — Figma: 1440x860, padding 80px, image 600x700, gap 100px */
.about-us__story {
  background: #FFFFFF;
  padding: 40px 16px;
}

.about-us__story-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-us__story-image {
  width: 100%;
}

.about-us__story-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 600 / 700;
}

.about-us__story-placeholder {
  width: 100%;
  aspect-ratio: 600 / 700;
  background: #F5F5F5;
}

.about-us__story-content {
  display: flex;
  flex-direction: column;
}

/* Figma: label at y=80, 14px/1.211em, letterSpacing 14.29% of 14=2px */
.about-us__story-label {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.211em;
  letter-spacing: 2px;
  color: #C5A880;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

/* Figma: name at y=113, gap from label=16px */
.about-us__story-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.211em;
  color: #1A1A1A;
  margin: 0 0 24px 0;
}

/* Figma: para at y=181, gap from name=24px, para gap=16px */
.about-us__story-para,
.about-us__story-richtext p {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7em;
  color: #555555;
  margin: 0 0 16px 0;
}

.about-us__story-para:last-of-type,
.about-us__story-richtext p:last-child {
  margin-bottom: 32px;
}

/* Figma: CTA at y=418, gap from last para=32px */
.about-us__cta-link {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1A1A1A;
  text-decoration: none;
  border-bottom: 1px solid #1A1A1A;
  display: inline-block;
  padding-bottom: 3px;
  align-self: center;
  transition: opacity 0.2s;
}

.about-us__cta-link:hover {
  opacity: 0.7;
}

.about-us__cta-link:focus-visible {
  outline: 2px solid #1A1A1A;
  outline-offset: 4px;
}

.about-us__story-cta {
  margin: 0;
  align-self: center;
}

/* Values Section — Figma: 1440x496, content at x=320 y=80, width 800 */
.about-us__values {
  background: #FFFFFF;
  padding: 40px 16px;
}

.about-us__values-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/* Figma: heading 28px/1.4em, Cormorant, 600 */
.about-us__values-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4em;
  color: #1A1A1A;
  margin: 0 0 24px 0;
}

/* Figma: body 16px/1.7em, Figtree, 400 */
.about-us__values-text,
.about-us__values-richtext p {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7em;
  color: #555555;
  margin: 0 0 16px 0;
}

/* Figma: quote 20px/1.211em, Cormorant, 400 */
.about-us__values-quote {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.211em;
  color: #1A1A1A;
  margin: 0 0 16px 0;
}

.about-us__values-text:last-of-type {
  margin-bottom: 0;
}

/* CTA Section — Figma: 1440x285, content centered */
.about-us__cta {
  background: #FFFFFF;
  padding: 40px 16px;
}

.about-us__cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Figma: heading 32px/1.211em, Cormorant, 600 */
.about-us__cta-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.211em;
  color: #1A1A1A;
  margin: 0 0 12px 0;
}

/* Figma: sub 18px/1.2em, Figtree, 400 */
.about-us__cta-subtext {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  color: #555555;
  margin: 0 0 32px 0;
}

/* Tablet: 768px+ */
@media (min-width: 768px) {
  .about-us__banner {
    padding: 40px;
  }

  .about-us__banner-title {
    font-size: 38px;
  }

  .about-us__story {
    padding: 60px 40px;
  }

  .about-us__story-container {
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
  }

  .about-us__story-image {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .about-us__story-content {
    flex: 1;
  }

  .about-us__story-name {
    font-size: 36px;
  }

  .about-us__values {
    padding: 60px 40px;
  }

  .about-us__values-heading {
    font-size: 28px;
  }

  .about-us__values-quote {
    font-size: 20px;
  }

  .about-us__cta {
    padding: 60px 40px;
  }

  .about-us__cta-heading {
    font-size: 32px;
  }

  .about-us__cta-subtext {
    font-size: 18px;
  }
}

/* Desktop: 1024px+ — Figma exact values at 1440px */
@media (min-width: 1024px) {
  .about-us__banner {
    padding: 44px 80px;
  }

  .about-us__banner-title {
    font-size: 42px;
  }

  .about-us__story {
    padding: 80px;
  }

  .about-us__story-container {
    gap: 100px;
  }

  .about-us__story-image {
    flex: 0 0 600px;
    max-width: 600px;
  }

  .about-us__values {
    padding: 80px;
  }

  .about-us__cta {
    padding: 80px;
  }
}
/* END_SECTION:about-us */

/* START_SECTION:announcement-bar (INDEX:1) */
.announcement-bar {
  background: #000000;
  padding: 12px 24px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.announcement-bar__text {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .announcement-bar {
    padding: 12px 16px;
  }

  .announcement-bar__text {
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .announcement-bar {
    padding: 12px 24px;
  }
}
/* END_SECTION:announcement-bar */

/* START_SECTION:best-sellers (INDEX:2) */
.best-sellers {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  padding: 60px 80px 80px;
  background: #FFFFFF;
}

.best-sellers__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 32px;
}

.best-sellers__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 36px;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.2;
}

.best-sellers__view-all {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #1A1A1A;
  text-decoration: none;
  white-space: nowrap;
}

.best-sellers__carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.best-sellers__carousel {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  min-width: 0;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.best-sellers__carousel::-webkit-scrollbar {
  display: none;
}

.carousel-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: opacity 0.2s;
}

.carousel-arrow--prev {
  margin-right: 16px;
}

.carousel-arrow--next {
  margin-left: 16px;
}

.carousel-arrow:hover {
  opacity: 0.7;
}

.product-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 240px;
  display: flex;
  flex-direction: column;
}

.product-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 300 / 420;
  background: #F5F5F5;
  overflow: hidden;
}

.product-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.product-card__link {
  text-decoration: none;
  color: inherit;
}

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

.product-card__placeholder {
  width: 100%;
  height: 100%;
  background: #F5F5F5;
}

.product-card__wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.2s;
}

.product-card__wishlist:hover {
  opacity: 0.8;
}

.product-card__info {
  padding-top: 8px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-card__swatches {
  display: flex;
  gap: 6px;
  align-items: center;
}

.swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  display: inline-block;
}

.product-card__name {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.product-card__price {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1A1A1A;
  margin: 0;
}

@media (max-width: 767px) {
  .best-sellers {
    padding: 48px 24px;
  }

  .best-sellers__header {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
  }

  .best-sellers__title {
    font-size: 28px;
  }

  .carousel-arrow {
    display: none;
  }

  .best-sellers__carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .product-card {
    flex: 0 0 70%;
    min-width: 0;
    scroll-snap-align: start;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .best-sellers {
    padding: 60px 40px;
  }

  .best-sellers__title {
    font-size: 30px;
  }

  .product-card {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 0;
  }
}
/* END_SECTION:best-sellers */

/* START_SECTION:cart (INDEX:3) */
.cart-section {
  --cart-bg: #FFFFFF;
  --cart-accent: #1A1A1A;
  --cart-text: #1A1A1A;
  --cart-muted: #888888;
  --cart-border: #E5E5E5;
  --cart-surface: #F8F8F8;

  background: var(--cart-bg);
  color: var(--cart-text);
  padding: 60px 80px 100px;
  box-sizing: border-box;
  width: 100%;
  font-family: 'Figtree', sans-serif;
}

.cart-section__container {
  max-width: 1280px;
  margin: 0 auto;
}

.cart-section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 16px;
}

.cart-section__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  margin: 0;
  color: var(--cart-text);
}

.cart-section__count {
  font-size: 14px;
  color: var(--cart-muted);
  margin: 0;
}

.cart-section__layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

/* ── Items table ── */
.cart-section__items {
  display: flex;
  flex-direction: column;
}

.cart-section__items-head {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--cart-border);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cart-muted);
}

.cart-section__col-price,
.cart-section__col-qty,
.cart-section__col-total {
  text-align: right;
}

.cart-section__col-qty {
  text-align: center;
}

.cart-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--cart-border);
  align-items: center;
}

.cart-item__product {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.cart-item__image-link {
  display: block;
  flex-shrink: 0;
  width: 96px;
  height: 128px;
  background: var(--cart-surface);
  overflow: hidden;
}

.cart-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cart-item__image--placeholder {
  background: var(--cart-surface);
}

.cart-item__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.cart-item__vendor {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cart-muted);
  margin: 0;
}

.cart-item__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: var(--cart-text);
  text-decoration: none;
  margin: 0;
}

.cart-item__title:hover {
  text-decoration: underline;
}

.cart-item__variant,
.cart-item__plan,
.cart-item__property {
  font-size: 13px;
  color: var(--cart-muted);
  margin: 0;
}

.cart-item__price,
.cart-item__total {
  text-align: right;
  font-size: 15px;
  font-weight: 500;
}

.cart-item__quantity {
  display: flex;
  justify-content: center;
}

.cart-item__price-compare {
  color: var(--cart-muted);
  text-decoration: line-through;
  margin-right: 6px;
  font-weight: 400;
}

.cart-item__price-final--sale {
  color: #8B0000;
}

.cart-item__total-price {
  font-weight: 600;
  font-size: 16px;
}

.cart-item__discount {
  display: block;
  font-size: 12px;
  color: #8B0000;
  margin-top: 4px;
}

.cart-item__mobile-label {
  display: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cart-muted);
  margin-right: 8px;
}

.cart-item__remove {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  color: var(--cart-muted);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}

.cart-item__remove:hover {
  color: var(--cart-accent);
}

.cart-item__remove--desktop {
  display: inline-block;
  margin-top: 10px;
}

.cart-item__remove--mobile {
  display: none;
  margin-top: 6px;
  align-self: flex-start;
}

/* ── Quantity control ── */
.cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--cart-border);
  height: 40px;
  width: 120px;
  background: #FFFFFF;
}

.cart-qty__btn {
  flex: 0 0 36px;
  height: 100%;
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: var(--cart-text);
  cursor: pointer;
  transition: background 0.15s;
}

.cart-qty__btn:hover {
  background: var(--cart-surface);
}

.cart-qty__input {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  text-align: center;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--cart-text);
  background: transparent;
  -moz-appearance: textfield;
  appearance: textfield;
}

.cart-qty__input::-webkit-outer-spin-button,
.cart-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ── Order note ── */
.cart-section__note {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-section__note-label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cart-muted);
}

.cart-section__note-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--cart-border);
  background: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  color: var(--cart-text);
  resize: vertical;
  box-sizing: border-box;
}

.cart-section__note-input:focus {
  outline: none;
  border-color: var(--cart-accent);
}

/* ── Summary ── */
.cart-summary {
  background: var(--cart-surface);
  padding: 32px;
  position: sticky;
  top: 24px;
}

.cart-summary__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 24px;
  color: var(--cart-text);
}

.cart-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  padding: 10px 0;
  color: var(--cart-text);
}

.cart-summary__row--muted {
  color: var(--cart-muted);
  font-size: 13px;
}

.cart-summary__row--discount {
  color: #8B0000;
}

.cart-summary__divider {
  height: 1px;
  background: var(--cart-border);
  margin: 12px 0;
}

.cart-summary__row--total {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 0 20px;
}

.cart-summary__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.cart-summary__checkout {
  width: 100%;
  height: 52px;
  background: var(--cart-accent);
  color: #FFFFFF;
  border: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cart-summary__checkout:hover {
  opacity: 0.85;
}

.cart-summary__update {
  width: 100%;
  height: 44px;
  background: transparent;
  color: var(--cart-text);
  border: 1px solid var(--cart-accent);
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.cart-summary__update:hover {
  background: var(--cart-accent);
  color: #FFFFFF;
}

.cart-summary__continue {
  text-align: center;
  font-size: 13px;
  color: var(--cart-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 4px 0;
}

.cart-summary__continue:hover {
  color: var(--cart-accent);
}

.cart-summary__secure {
  margin: 16px 0 0;
  font-size: 11px;
  color: var(--cart-muted);
  text-align: center;
  line-height: 1.5;
}

/* ── Empty ── */
.cart-empty {
  text-align: center;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.cart-empty__message {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: var(--cart-text);
  margin: 0;
}

.cart-empty__cta {
  display: inline-block;
  padding: 14px 36px;
  background: var(--cart-accent);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
}

.cart-empty__cta:hover {
  opacity: 0.85;
}

/* ── Tablet ── */
@media (max-width: 1023px) {
  .cart-section {
    padding: 48px 40px 80px;
  }

  .cart-section__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cart-summary {
    position: static;
  }
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .cart-section {
    padding: 32px 20px 64px;
  }

  .cart-section__title {
    font-size: 32px;
  }

  .cart-section__items-head {
    display: none;
  }

  .cart-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
  }

  .cart-item__product {
    gap: 14px;
  }

  .cart-item__image-link {
    width: 88px;
    height: 116px;
  }

  .cart-item__price,
  .cart-item__quantity,
  .cart-item__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .cart-item__mobile-label {
    display: inline-block;
  }

  .cart-item__remove--desktop {
    display: none;
  }

  .cart-item__remove--mobile {
    display: inline-block;
  }

  .cart-summary {
    padding: 24px;
  }
}
/* END_SECTION:cart */

/* START_SECTION:collection-grid (INDEX:4) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Figtree:wght@400;500;600&display=swap');

.collection-grid {
  background: #FFFFFF;
  padding: 0 20px 60px;
  box-sizing: border-box;
  width: 100%;
}

.collection-grid__container {
  max-width: 1280px;
  margin: 0 auto;
}

/* ── Collection Hero ── */
.collection-grid__header {
  margin-bottom: 0;
  text-align: center;
  padding: 40px 0 0;
}

.collection-grid__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 28px;
  color: #1A1A1A;
  margin: 0 0 16px;
  line-height: 1.211em;
  letter-spacing: 0.02em;
}

.collection-grid__description {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6875em;
}

/* ── Filter Tags ── */
.collection-grid__filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0 32px;
}

.collection-grid__filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #E5E5E5;
  border-radius: 24px;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2em;
  color: #1A1A1A;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.2s;
  white-space: nowrap;
}

.collection-grid__filter-pill:hover {
  border-color: #1A1A1A;
}

.collection-grid__filter-pill--active {
  background: #1A1A1A;
  color: #FFFFFF;
  border-color: #1A1A1A;
}

/* ── Toolbar ── */
.collection-grid__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0;
}

.collection-grid__count {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
  color: #888888;
  margin: 0;
}

.collection-grid__toolbar-right {
  display: flex;
  align-items: center;
  gap: 4px;
}

.collection-grid__filter-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.collection-grid__filter-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2em;
  color: #1A1A1A;
}

.collection-grid__toolbar-separator {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2em;
  color: #CCCCCC;
  margin: 0 4px;
}

.collection-grid__sort {
  display: flex;
  align-items: center;
  gap: 4px;
}

.collection-grid__sort-label {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2em;
  color: #888888;
  white-space: nowrap;
}

.collection-grid__sort-select {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2em;
  color: #1A1A1A;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.collection-grid__sort-select:focus {
  outline: 2px solid #1A1A1A;
  outline-offset: 2px;
}

/* ── Product Grid ── */
.collection-grid__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 32px;
  padding-top: 40px;
}

.collection-grid__empty {
  grid-column: 1 / -1;
  text-align: center;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  color: #555555;
  padding: 60px 0;
}

/* Product card styles — mirror home carousels (best-sellers / new-arrivals) */
.collection-grid .product-card {
  display: flex;
  flex-direction: column;
}

.collection-grid .product-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 300 / 420;
  background: #F5F5F5;
  overflow: hidden;
}

.collection-grid .product-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.collection-grid .product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.collection-grid .product-card:hover .product-card__image {
  transform: scale(1.03);
}

.collection-grid .product-card__placeholder {
  width: 100%;
  height: 100%;
  background: #F5F5F5;
}

.collection-grid .product-card__wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.2s;
}

.collection-grid .product-card__wishlist:hover {
  opacity: 0.8;
}

.collection-grid .product-card__sold-out {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  background: #1A1A1A;
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.collection-grid .product-card__link {
  text-decoration: none;
  color: inherit;
}

.collection-grid .product-card__info {
  padding-top: 8px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.collection-grid .product-card__swatches {
  display: flex;
  gap: 6px;
  align-items: center;
}

.collection-grid .product-card .swatch,
.collection-grid .product-card__swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  display: inline-block;
  flex-shrink: 0;
}

.collection-grid .product-card__name {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #1A1A1A;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.collection-grid .product-card__price {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0;
}

.collection-grid .product-card__price--compare {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
  margin-right: 6px;
}

.collection-grid .product-card__price--sale {
  color: #8B0000;
}

/* ── Infinite Scroll Indicator ── */
.collection-grid__scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 0 16px;
  gap: 12px;
}

.collection-grid__scroll-bar {
  width: 200px;
  height: 4px;
  background: #E5E5E5;
  border-radius: 2px;
}

.collection-grid__scroll-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2em;
  color: #888888;
  margin: 0;
  text-align: center;
}

/* ── Pagination ── */
.collection-grid__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 24px;
}

.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #1A1A1A;
  transition: opacity 0.2s;
}

.pagination__btn:hover {
  opacity: 0.6;
}

.pagination__page {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: color 0.2s;
}

.pagination__page:hover {
  color: #1A1A1A;
}

.pagination__page--current {
  font-weight: 600;
  color: #1A1A1A;
  border-bottom: 2px solid #1A1A1A;
}

.pagination__page--gap {
  cursor: default;
}

/* ── Filter drawer ── */
.collection-grid__filter-btn {
  position: relative;
}

.collection-grid__filter-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin-left: 6px;
  border-radius: 9px;
  background: #1A1A1A;
  color: #FFFFFF;
  font-family: 'Figtree', sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: none;
}

.filter-drawer.is-open {
  display: block;
}

.filter-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  animation: filterFade 0.2s ease;
}

.filter-drawer__panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 380px;
  max-width: 90vw;
  background: #FFFFFF;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  animation: filterSlide 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes filterFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes filterSlide {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

.filter-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border-bottom: 1px solid #E5E5E5;
  flex-shrink: 0;
}

.filter-drawer__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 26px;
  color: #1A1A1A;
  margin: 0;
}

.filter-drawer__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  color: #555;
  transition: color 0.15s;
}

.filter-drawer__close:hover { color: #1A1A1A; }

.filter-drawer__form {
  flex: 1;
  overflow-y: auto;
  padding: 16px 28px 24px;
}

.filter-group {
  border-bottom: 1px solid #EEE;
  padding: 20px 0;
}

.filter-group[open] .filter-group__chevron {
  transform: rotate(180deg);
}

.filter-group__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1A1A1A;
  list-style: none;
  user-select: none;
}

.filter-group__title::-webkit-details-marker { display: none; }

.filter-group__chevron {
  display: inline-flex;
  align-items: center;
  color: #888;
  transition: transform 0.2s;
}

.filter-group__body {
  padding-top: 14px;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  font-family: 'Figtree', sans-serif;
  font-size: 12px;
  color: #1A1A1A;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.15s;
}

.filter-tag:hover { border-color: #1A1A1A; }

.filter-tag--active {
  background: #1A1A1A;
  color: #FFFFFF;
  border-color: #1A1A1A;
}

.filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.filter-list--swatch {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-list__item--disabled {
  opacity: 0.4;
  pointer-events: none;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 6px 0;
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  color: #1A1A1A;
}

.filter-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.filter-option__check {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: #FFFFFF;
  flex-shrink: 0;
  position: relative;
  transition: all 0.15s;
}

.filter-option input:checked ~ .filter-option__check {
  background: #1A1A1A;
  border-color: #1A1A1A;
}

.filter-option input:checked ~ .filter-option__check::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filter-option__label {
  flex: 1;
}

.filter-option__count {
  color: #999;
  font-size: 12px;
}

.filter-option--swatch {
  padding: 0;
  flex-direction: column;
  gap: 4px;
  width: 44px;
  text-align: center;
}

.filter-option--swatch .filter-option__label {
  font-size: 11px;
  color: #555;
  text-transform: capitalize;
}

.filter-option--swatch .filter-option__count { display: none; }

.filter-option__swatch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  flex-shrink: 0;
  transition: box-shadow 0.15s;
}

.filter-option--swatch input:checked ~ .filter-option__swatch {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #1A1A1A;
}

.filter-price__inputs {
  display: flex;
  gap: 12px;
}

.filter-price__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.filter-price__field span {
  font-family: 'Figtree', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
}

.filter-price__field input {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #E5E5E5;
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  color: #1A1A1A;
  background: #FFFFFF;
  outline: none;
  -moz-appearance: textfield;
}

.filter-price__field input::-webkit-outer-spin-button,
.filter-price__field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-price__field input:focus {
  border-color: #1A1A1A;
}

.filter-drawer__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 0 8px;
  position: sticky;
  bottom: 0;
  background: #FFFFFF;
  border-top: 1px solid #EEE;
  margin-top: 16px;
}

.filter-drawer__clear {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  color: #555;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 14px 0;
}

.filter-drawer__clear:hover { color: #1A1A1A; }

.filter-drawer__apply {
  flex: 1;
  height: 48px;
  background: #1A1A1A;
  color: #FFFFFF;
  border: none;
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: opacity 0.2s;
}

.filter-drawer__apply:hover { opacity: 0.85; }

@media (max-width: 767px) {
  .filter-drawer__panel {
    width: 100%;
    max-width: 100%;
  }
  .filter-drawer__header { padding: 20px; }
  .filter-drawer__form { padding: 12px 20px 20px; }
}

/* ── Responsive: Tablet 768px+ ── */
@media (min-width: 768px) {
  .collection-grid {
    padding: 0 40px 80px;
  }

  .collection-grid__title {
    font-size: 36px;
  }

  .collection-grid__description {
    font-size: 15px;
  }

  .collection-grid__products {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 40px;
  }
}

/* ── Responsive: Desktop 1024px+ ── */
@media (min-width: 1024px) {
  .collection-grid {
    padding: 0 80px 80px;
  }

  .collection-grid__header {
    padding: 60px 0 0;
  }

  .collection-grid__title {
    font-size: 42px;
  }

  .collection-grid__description {
    font-size: 16px;
  }

  .collection-grid__products {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 48px;
    padding-top: 80px;
  }
}
/* END_SECTION:collection-grid */

/* START_SECTION:contact-page (INDEX:5) */
/* === Banner === */
.contact-page__banner {
  padding: 48px 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.contact-page__banner-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.211em;
  color: #1A1A1A;
  margin: 0;
}

.contact-page__banner-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.211em;
  color: #555555;
}

/* === Contact Layout === */
.contact-page__body {
  padding: 80px;
  background: #FFFFFF;
}

.contact-page__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 660fr 540fr;
  gap: 80px;
}

/* === Form Column === */
.contact-page__form-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.211em;
  color: #1A1A1A;
  margin: 0 0 8px;
}

.contact-page__form-subtitle {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2em;
  color: #888888;
  margin: 0 0 32px;
}

.contact-page__success {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  color: #108474;
  background: #F0FAF8;
  padding: 12px 16px;
  margin-bottom: 16px;
}

.contact-page__form-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.contact-page__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-page__label {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 0.077em;
  color: #1A1A1A;
  text-transform: uppercase;
}

.contact-page__input,
.contact-page__textarea {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #1A1A1A;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.contact-page__input::placeholder,
.contact-page__textarea::placeholder {
  color: #BBBBBB;
}

.contact-page__input:focus,
.contact-page__textarea:focus {
  outline: none;
  border-color: #1A1A1A;
}

.contact-page__textarea {
  height: 140px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-page__submit {
  width: 100%;
  height: 52px;
  background: #1A1A1A;
  color: #FFFFFF;
  border: none;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 0.154em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}

.contact-page__submit:hover {
  opacity: 0.85;
}

/* === Info Column === */
.contact-page__info-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.211em;
  color: #1A1A1A;
  margin: 0 0 53px;
}

.contact-page__info-block {
  padding-top: 24px;
  margin-bottom: 53px;
}

.contact-page__info-label {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.071em;
  color: #1A1A1A;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.contact-page__info-value {
  display: block;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2em;
  color: #555555;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-page__info-value:hover {
  color: #1A1A1A;
}

.contact-page__info-note {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2em;
  color: #888888;
  margin: 4px 0 0;
}

.contact-page__separator {
  border: none;
  border-top: 1px solid #E5E5E5;
  margin: 24px 0 0;
}

.contact-page__social {
  display: flex;
  gap: 16px;
}

.contact-page__social-link {
  color: #1A1A1A;
  transition: opacity 0.2s;
}

.contact-page__social-link:hover {
  opacity: 0.6;
}

/* === Map === */
.contact-page__map {
  width: 100%;
  height: 400px;
  background: #F5F5F5;
}

.contact-page__map-iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/* === Mobile (375px) === */
@media (max-width: 767px) {
  .contact-page__banner {
    padding: 40px 24px;
  }

  .contact-page__banner-title {
    font-size: 32px;
  }

  .contact-page__banner-subtitle {
    font-size: 15px;
  }

  .contact-page__body {
    padding: 40px 16px 48px;
  }

  .contact-page__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-page__map {
    height: 280px;
  }

  .contact-page__map-iframe {
    height: 280px;
  }
}

/* === Tablet (768px–1023px) === */
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-page__banner {
    padding: 48px 40px;
  }

  .contact-page__banner-title {
    font-size: 38px;
  }

  .contact-page__body {
    padding: 60px 40px;
  }

  .contact-page__container {
    gap: 48px;
  }

  .contact-page__map {
    height: 340px;
  }

  .contact-page__map-iframe {
    height: 340px;
  }
}
/* END_SECTION:contact-page */

/* START_SECTION:editorial-banner (INDEX:6) */
.editorial-banner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.editorial-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.editorial-banner__placeholder {
  position: absolute;
  inset: 0;
  background: #E8E2DC;
}

.editorial-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 100%);
}

.editorial-banner__content {
  position: absolute;
  bottom: 60px;
  left: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.editorial-banner__eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.editorial-banner__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.211;
}

.editorial-banner__cta {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 3px;
  align-self: flex-start;
  transition: opacity 0.2s;
}

.editorial-banner__cta:hover {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .editorial-banner {
    height: 350px;
  }

  .editorial-banner__content {
    bottom: 32px;
    left: 24px;
    right: 24px;
  }

  .editorial-banner__title {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .editorial-banner {
    height: 420px;
  }

  .editorial-banner__content {
    bottom: 48px;
    left: 40px;
  }

  .editorial-banner__title {
    font-size: 40px;
  }
}
/* END_SECTION:editorial-banner */

/* START_SECTION:faq (INDEX:7) */
/* FAQ Section — BEM CSS, no Tailwind dependency */

.faq {
  background: #FFFFFF;
}

/* Banner — Figma 171:2: 1440x147px, bg #EAD5D6 */
.faq__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  height: 100px;
}

.faq__banner-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.21em;
  color: #1A1A1A;
  text-align: center;
  margin: 0;
}

/* Intro — Figma 171:4: padding 48px/40px, 700px centered */
.faq__intro {
  display: flex;
  justify-content: center;
  padding: 40px 20px 32px;
}

.faq__intro-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #555555;
  text-align: center;
  line-height: 1.7em;
  max-width: 700px;
  margin: 0;
}

/* Accordion list — Figma 172:2: 900px centered */
.faq__list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.faq__accordion {
  border-top: 1px solid #E5E5E5;
}

.faq__separator {
  border-top: 1px solid #E5E5E5;
}

.faq__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

.faq__toggle:focus-visible {
  outline: 2px solid #1A1A1A;
  outline-offset: 2px;
}

/* Figma 172:2: Figtree 15px 600, tracking 0.5px */
.faq__question {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #1A1A1A;
  text-transform: uppercase;
  padding-right: 16px;
}

.faq__icon {
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #1A1A1A;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.faq__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}

.faq__answer-inner {
  padding-bottom: 24px;
  padding-right: 40px;
}

.faq__answer-text {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  color: #555555;
  line-height: 1.7em;
}

.faq__answer-text p {
  margin: 0 0 8px 0;
}

.faq__answer-text p:last-child {
  margin-bottom: 0;
}

/* CTA — Figma 174:2: padding 60px, gap 12px, centered */
.faq__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 20px;
}

.faq__cta-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21em;
  color: #1A1A1A;
  text-align: center;
  margin: 0;
}

.faq__cta-subtext {
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  color: #555555;
  text-align: center;
  margin: 0 0 12px 0;
}

.faq__cta-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.faq__cta-link:hover .faq__cta-underline {
  width: 120px;
}

.faq__cta-link:focus-visible {
  outline: 2px solid #1A1A1A;
  outline-offset: 4px;
}

.faq__cta-label {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  color: #1A1A1A;
  text-transform: uppercase;
}

.faq__cta-underline {
  display: block;
  width: 100px;
  height: 1px;
  background: #1A1A1A;
  transition: width 0.2s;
}

/* Tablet: 768px+ */
@media (min-width: 768px) {
  .faq__banner-title {
    font-size: 36px;
  }

  .faq__intro-text {
    font-size: 16px;
  }

  .faq__question {
    font-size: 15px;
  }

  .faq__answer-text {
    font-size: 15px;
  }

  .faq__cta-heading {
    font-size: 28px;
  }

  .faq__cta-subtext {
    font-size: 16px;
  }
}

/* Desktop: 1024px+ — Figma exact values */
@media (min-width: 1024px) {
  .faq__banner {
    height: 147px;
  }

  .faq__banner-title {
    font-size: 42px;
  }

  .faq__intro {
    padding: 48px 20px 40px;
  }

  .faq__list {
    padding-bottom: 80px;
  }

  .faq__cta {
    padding: 60px 20px;
  }
}
/* END_SECTION:faq */

/* START_SECTION:footer (INDEX:8) */
.footer {
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 64px 80px 32px;
}

.footer__top {
  display: flex;
  justify-content: center;
  padding: 0;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  color: #1A1A1A;
  line-height: 1.211;
  text-align: center;
}

.footer__social {
  display: flex;
  gap: 12px;
  padding-top: 4px;
}

.footer__social-link {
  display: flex;
  align-items: center;
  color: #1A1A1A;
  transition: opacity 0.2s;
}

.footer__social-link:hover { opacity: 0.6; }

.footer__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  padding: 40px 0 0;
}

.footer__col-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  margin: 0 0 10px;
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__link {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #555555;
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.2s;
}

.footer__link:hover { color: #1A1A1A; }

.footer__contact-text {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  color: #555555;
  margin: 0;
  line-height: 1.6;
}

.footer__bottom {
  padding: 16px 0 0;
  margin-top: 48px;
  border-top: 1px solid #E5E5E5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer__bottom-left {
  justify-self: start;
}

.footer__bottom-center {
  justify-self: center;
}

.footer__bottom-right {
  justify-self: end;
}

.footer__copyright {
  font-family: 'Figtree', sans-serif;
  font-size: 12px;
  color: #888888;
  margin: 0;
}

.footer__powered {
  font-family: 'Figtree', sans-serif;
  font-size: 12px;
  color: #888888;
  margin: 0;
  text-align: center;
}

.footer__payment-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer__payment-icons svg,
.footer__payment-icon {
  display: block;
  height: 24px;
  width: auto;
}

@media (max-width: 767px) {
  .footer {
    padding: 40px 24px 24px;
  }

  .footer__columns {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 0 0;
    text-align: center;
  }

  .footer__col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__links {
    align-items: center;
  }

  .footer__social {
    justify-content: center;
  }

  .footer__bottom {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px 0 0;
    text-align: center;
  }

  .footer__bottom-left,
  .footer__bottom-center,
  .footer__bottom-right {
    justify-self: center;
  }

  .footer__payment-icons {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    padding: 48px 40px 24px;
  }

  .footer__columns {
    padding: 32px 0 0;
    gap: 40px;
  }
}
/* END_SECTION:footer */

/* START_SECTION:giving-back (INDEX:9) */
/* Giving Back Section — BEM CSS, no Tailwind dependency */

.giving-back {
  background: #FFFFFF;
}

/* Banner — Figma 179:2: 1440x138px */
.giving-back__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  height: 100px;
}

.giving-back__banner-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.21em;
  color: #1A1A1A;
  text-align: center;
  margin: 0;
}

/* Hero — Figma 181:2: img 600x500 left, text 520px right */
.giving-back__hero {
  padding: 48px 20px 16px;
}

.giving-back__hero-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.giving-back__hero-image {
  width: 100%;
}

.giving-back__hero-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.giving-back__hero-content {
  display: flex;
  flex-direction: column;
}

.giving-back__hero-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.21em;
  color: #1A1A1A;
  margin: 0 0 24px 0;
}

.giving-back__hero-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #555555;
  line-height: 1.7em;
  margin: 0 0 16px 0;
}

.giving-back__hero-text:last-child {
  margin-bottom: 0;
}

/* Pillars — Figma 182:2: 3 pillars, gap 48px, decorative #C5A880 */
.giving-back__pillars {
  padding: 48px 20px 40px;
}

.giving-back__pillars-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.giving-back__pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.giving-back__pillar-line {
  width: 40px;
  height: 2px;
  background: #C5A880;
  margin-bottom: 24px;
}

.giving-back__pillar-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.21em;
  color: #1A1A1A;
  margin: 0 0 16px 0;
}

.giving-back__pillar-desc {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 1.7em;
  max-width: 394px;
  margin: 0;
}

/* Mission — Figma 183:2: heading 28px 600, text 16px lh1.7 */
.giving-back__mission {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 20px;
}

.giving-back__mission-quote {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.21em;
  color: #1A1A1A;
  text-align: center;
  max-width: 800px;
  margin: 0 0 24px 0;
}

.giving-back__mission-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #555555;
  line-height: 1.7em;
  text-align: center;
  max-width: 800px;
  margin: 0 0 40px 0;
}

.giving-back__cta-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.giving-back__cta-link:hover .giving-back__cta-underline {
  width: 300px;
}

.giving-back__cta-link:focus-visible {
  outline: 2px solid #1A1A1A;
  outline-offset: 4px;
}

.giving-back__cta-label {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  color: #1A1A1A;
  text-transform: uppercase;
}

.giving-back__cta-underline {
  display: block;
  width: 280px;
  height: 1px;
  background: #1A1A1A;
  transition: width 0.2s;
}

/* Tablet: 768px+ */
@media (min-width: 768px) {
  .giving-back__banner-title {
    font-size: 36px;
  }

  .giving-back__hero {
    padding: 64px 20px 16px;
  }

  .giving-back__hero-container {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }

  .giving-back__hero-image {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .giving-back__hero-content {
    flex: 1;
  }

  .giving-back__hero-heading {
    font-size: 32px;
  }

  .giving-back__hero-text {
    font-size: 16px;
  }

  .giving-back__pillars {
    padding: 64px 20px 48px;
  }

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

  .giving-back__pillar-title {
    font-size: 24px;
  }

  .giving-back__pillar-desc {
    font-size: 15px;
  }

  .giving-back__mission {
    padding: 64px 20px;
  }

  .giving-back__mission-quote {
    font-size: 26px;
  }

  .giving-back__mission-text {
    font-size: 16px;
  }
}

/* Desktop: 1024px+ — Figma exact values */
@media (min-width: 1024px) {
  .giving-back__banner {
    height: 138px;
  }

  .giving-back__banner-title {
    font-size: 42px;
  }

  .giving-back__hero {
    padding: 80px 20px 16px;
  }

  .giving-back__hero-container {
    gap: 0;
  }

  .giving-back__hero-image {
    margin-top: -20px;
  }

  .giving-back__hero-content {
    padding-left: 60px;
  }

  .giving-back__hero-heading {
    font-size: 36px;
    max-width: 520px;
  }

  .giving-back__hero-text {
    max-width: 520px;
  }

  .giving-back__pillars {
    padding: 80px 20px 62px;
  }

  .giving-back__pillars-grid {
    gap: 48px;
  }

  .giving-back__mission {
    padding: 80px 20px;
  }

  .giving-back__mission-quote {
    font-size: 28px;
  }
}
/* END_SECTION:giving-back */

/* START_SECTION:header (INDEX:10) */
.site-header {
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
}

.site-header--transparent {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .site-header--transparent {
    top: 37px;
  }
}

.site-header--solid {
  position: relative;
  background: #FFFFFF;
  color: #1A1A1A;
}

.site-header__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0px 80px;
}

.site-header__center {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-self: center;
}

.site-header__link {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: currentColor;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

.site-header__link:hover { opacity: 0.7; }

.site-header__logo {
  text-decoration: none;
  justify-self: start;
}

.site-header__logo img {
  display: block;
  max-width: 150px;
  height: auto;
}

.site-header__logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  color: currentColor;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.site-header__right {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

.site-header__icon {
  display: flex;
  align-items: center;
  color: currentColor;
  text-decoration: none;
  transition: opacity 0.2s;
}

.site-header__icon:hover { opacity: 0.7; }

.site-header__icon--btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: currentColor;
}

.site-header__icon--wishlist,
.site-header__icon--cart {
  position: relative;
}

.site-header__badge {
  display: none;
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #E53935;
  color: #FFFFFF;
  font-family: 'Figtree', sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
}

.site-header__badge.is-visible { display: inline-block; }

/* ── Search popup ── */
.search-popup {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
}

.search-popup.is-open {
  display: block;
}

.search-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  animation: searchFade 0.2s ease;
}

.search-popup__panel {
  position: relative;
  background: #FFFFFF;
  max-width: 760px;
  margin: 80px auto 0;
  padding: 24px 28px 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  animation: searchSlide 0.25s ease;
}

@keyframes searchFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes searchSlide {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

.search-popup__form {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 14px;
}

.search-popup__icon {
  display: flex;
  align-items: center;
  color: #888;
}

.search-popup__input {
  flex: 1;
  border: none;
  outline: none;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  background: transparent;
  padding: 8px 0;
}

.search-popup__input::placeholder {
  color: #AAA;
}

.search-popup__close {
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
  padding: 4px;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}

.search-popup__close:hover { color: #1A1A1A; }

.search-popup__results {
  margin-top: 20px;
  max-height: 60vh;
  overflow-y: auto;
}

.search-popup__hint {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  color: #888;
  margin: 0;
  padding: 12px 0;
  text-align: center;
}

.search-popup__empty {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  color: #555;
  margin: 0;
  padding: 24px 0;
  text-align: center;
}

.search-popup__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.search-popup__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 4px;
  text-decoration: none;
  color: #1A1A1A;
  border-bottom: 1px solid #F0F0F0;
  transition: background 0.15s;
}

.search-popup__item:hover {
  background: #FAFAFA;
}

.search-popup__item:last-child {
  border-bottom: none;
}

.search-popup__item-image {
  width: 56px;
  height: 72px;
  object-fit: cover;
  background: #F5F5F5;
  flex-shrink: 0;
}

.search-popup__item-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.search-popup__item-title {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-popup__item-vendor {
  font-family: 'Figtree', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  margin: 0;
}

.search-popup__item-price {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0;
  white-space: nowrap;
}

.search-popup__view-all {
  display: block;
  text-align: center;
  padding: 14px 0 4px;
  font-family: 'Figtree', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 767px) {
  .search-popup__panel {
    margin: 0;
    height: 100%;
    max-width: none;
    padding: 20px;
  }
}

.site-header__hamburger {
  display: none;
  background: none;
  border: none;
  color: currentColor;
  cursor: pointer;
  padding: 4px;
}

.site-header__mobile-menu {
  display: none;
}

/* Mobile */
@media (max-width: 767px) {
  .site-header__nav {
    grid-template-columns: 1fr 1fr;
    padding: 16px;
  }

  .site-header__center {
    display: none;
  }

  .site-header__logo {
    justify-self: start;
  }

  .site-header__logo img {
    max-width: 110px;
  }

  .site-header__logo-text {
    font-size: 18px;
  }

  .site-header__right {
    gap: 16px;
  }

  .site-header__hamburger {
    display: flex;
    align-items: center;
  }

  .site-header__mobile-menu {
    display: none;
    flex-direction: column;
    padding: 16px;
    gap: 0;
  }

  .site-header__mobile-menu[aria-hidden="false"] {
    display: flex;
  }

  .site-header--solid .site-header__mobile-menu {
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
  }

  .site-header--transparent .site-header__mobile-menu {
    background: rgba(0, 0, 0, 0.85);
  }

  .site-header__mobile-link {
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: currentColor;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    transition: opacity 0.2s;
  }

  .site-header__mobile-link:hover { opacity: 0.7; }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .site-header__nav {
    padding: 24px 40px;
  }

  .site-header__center {
    gap: 20px;
  }

  .site-header__link {
    font-size: 12px;
  }
}
/* END_SECTION:header */

/* START_SECTION:hero-banner (INDEX:11) */
.hero {
  position: relative;
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.hero__image-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.hero__image-placeholder {
  width: 100%;
  height: 100%;
  background: #2C2C2C;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.27);
}

.hero__content {
  position: relative;
  z-index: 5;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.hero__eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 3px;
}

.hero__heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 64px;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.1875;
}

.hero__cta {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 4px;
  margin-top: 8px;
  transition: opacity 0.2s;
}

.hero__cta:hover { opacity: 0.75; }

@media (max-width: 767px) {
  .hero {
    height: 600px;
  }

  .hero__content {
    padding: 0 24px 60px;
    gap: 12px;
  }

  .hero__eyebrow {
    font-size: 13px;
  }

  .hero__heading {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero__content {
    padding: 0 40px 80px;
  }

  .hero__heading {
    font-size: 54px;
  }
}
/* END_SECTION:hero-banner */

/* START_SECTION:instagram-feed (INDEX:12) */
.instagram-feed {
  background: #FFFFFF;
  padding: 60px 0 40px;
  overflow: hidden;
}

.instagram-feed__handle {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 24px;
  color: #1A1A1A;
  text-align: center;
  margin: 0 0 4px;
  line-height: 1.211;
}

.instagram-feed__grid {
  display: flex;
  gap: 4px;
  width: 100%;
}

.instagram-feed__item {
  flex: 1 1 0%;
  min-width: 0;
  aspect-ratio: 202 / 205;
  overflow: hidden;
}

.instagram-feed__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.instagram-feed__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.instagram-feed__item:hover .instagram-feed__img {
  transform: scale(1.05);
}

.instagram-feed__placeholder {
  width: 100%;
  height: 100%;
  background: #F9F5F0;
}

/* Mobile: horizontal scroll */
@media (max-width: 767px) {
  .instagram-feed {
    padding: 40px 0 24px;
  }

  .instagram-feed__handle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .instagram-feed__grid {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 16px;
  }

  .instagram-feed__grid::-webkit-scrollbar {
    display: none;
  }

  .instagram-feed__item {
    flex: 0 0 48%;
    scroll-snap-align: start;
    aspect-ratio: 1 / 1;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .instagram-feed {
    padding: 48px 0 32px;
  }

  .instagram-feed__handle {
    font-size: 22px;
  }
}
/* END_SECTION:instagram-feed */

/* START_SECTION:new-arrivals (INDEX:13) */
.new-arrivals {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  padding: 60px 80px 80px;
  background: #FFFFFF;
}

.new-arrivals__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 32px;
}

.new-arrivals__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 36px;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.2;
}

.new-arrivals__view-all {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #1A1A1A;
  text-decoration: none;
  white-space: nowrap;
}

.new-arrivals__carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.new-arrivals__carousel {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  min-width: 0;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.new-arrivals__carousel::-webkit-scrollbar {
  display: none;
}

.na-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: opacity 0.2s;
}

.na-arrow--prev { margin-right: 16px; }
.na-arrow--next { margin-left: 16px; }
.na-arrow:hover { opacity: 0.7; }

.na-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 240px;
  display: flex;
  flex-direction: column;
}

.na-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 300 / 420;
  background: #F5F5F5;
  overflow: hidden;
}

.na-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.na-card__link {
  text-decoration: none;
  color: inherit;
}

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

.na-card__placeholder {
  width: 100%;
  height: 100%;
  background: #F5F5F5;
}

.na-card__wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.2s;
}

.na-card__wishlist:hover { opacity: 0.8; }

.na-card__info {
  padding-top: 8px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.na-card__swatches {
  display: flex;
  gap: 6px;
  align-items: center;
}

.na-swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  display: inline-block;
}

.na-card__name {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.na-card__price {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1A1A1A;
  margin: 0;
}

@media (max-width: 767px) {
  .new-arrivals {
    padding: 48px 24px;
  }

  .new-arrivals__header {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
  }

  .new-arrivals__title {
    font-size: 28px;
  }

  .na-arrow {
    display: none;
  }

  .new-arrivals__carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .na-card {
    flex: 0 0 70%;
    min-width: 0;
    scroll-snap-align: start;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .new-arrivals {
    padding: 60px 40px;
  }

  .new-arrivals__title {
    font-size: 30px;
  }

  .na-card {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 0;
  }
}
/* END_SECTION:new-arrivals */

/* START_SECTION:newsletter (INDEX:14) */
.newsletter {
  background: #FAF8F6;
  padding: 50px 80px;
  text-align: center;
  box-sizing: border-box;
}

.newsletter__inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.newsletter__eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 14px;
  color: #C5A880;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.newsletter__heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 32px;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.211;
}

.newsletter__subtext {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #555555;
  margin: 0;
  line-height: 1.6;
}

.newsletter__form {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-top: 8px;
}

.newsletter__input {
  flex: 1;
  height: 48px;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  padding: 0 16px;
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  color: #1A1A1A;
  outline: none;
  box-sizing: border-box;
}

.newsletter__input::placeholder {
  color: #B1B1B1;
}

.newsletter__input:focus {
  border-color: #1A1A1A;
}

.newsletter__submit {
  height: 48px;
  padding: 0 28px;
  background: #1A1A1A;
  color: #FFFFFF;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.newsletter__submit:hover {
  opacity: 0.85;
}

@media (max-width: 767px) {
  .newsletter {
    padding: 48px 24px;
  }

  .newsletter__heading {
    font-size: 28px;
  }

  .newsletter__subtext {
    font-size: 14px;
  }

  .newsletter__form {
    flex-direction: row;
    gap: 8px;
  }

  .newsletter__input {
    flex: 1;
    min-width: 0;
    height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .newsletter__submit {
    height: 44px;
    padding: 0 16px;
    font-size: 11px;
    letter-spacing: 1px;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .newsletter {
    padding: 60px 40px;
  }

  .newsletter__heading {
    font-size: 32px;
  }
}
/* END_SECTION:newsletter */

/* START_SECTION:our-story (INDEX:15) */
.our-story {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 0 80px;
  background: #FFFFFF;
  box-sizing: border-box;
}

.our-story__image-col {
  width: 640px;
  flex-shrink: 0;
  overflow: hidden;
}

.our-story__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-story__image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: #F0EBE5;
}

.our-story__content-col {
  width: 560px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.our-story__eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 14px;
  color: #C5A880;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.our-story__heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 36px;
  color: #1A1A1A;
  margin: 15px 0 0;
  text-transform: capitalize;
  line-height: 1.222;
}

.our-story__body {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 1.6875;
  margin: 72px 0 0;
  max-width: 520px;
}

.our-story__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  margin-top: 7px;
}

.our-story__links-separator {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1A1A1A;
  margin: 0 16px;
  flex-shrink: 0;
}

.our-story__link {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 4px;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.our-story__link:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .our-story {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .our-story__image-col {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .our-story__content-col {
    width: 100%;
    padding: 40px 24px;
  }

  .our-story__heading {
    font-size: 28px;
  }

  .our-story__body {
    font-size: 14px;
  }

  .our-story__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .our-story__links-separator {
    display: none;
  }

  .our-story__image-placeholder {
    min-height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .our-story {
    gap: 40px;
    padding: 0 40px;
  }

  .our-story__image-col {
    width: 50%;
  }

  .our-story__content-col {
    width: 50%;
  }

  .our-story__heading {
    font-size: 30px;
  }

  .our-story__body {
    font-size: 15px;
  }
}
/* END_SECTION:our-story */

/* START_SECTION:page-banner (INDEX:16) */
.page-banner {
  padding: 48px 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.page-banner__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.211em;
  color: #1A1A1A;
  margin: 0;
}

.page-banner__subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.211em;
  color: #555555;
}

@media (max-width: 767px) {
  .page-banner {
    padding: 40px 24px;
  }
  .page-banner__title {
    font-size: 32px;
  }
  .page-banner__subtitle {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-banner {
    padding: 48px 40px;
  }
  .page-banner__title {
    font-size: 38px;
  }
}
/* END_SECTION:page-banner */

/* START_SECTION:page-default (INDEX:17) */
.page-default__banner {
  padding: 48px 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.page-default__banner-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.211em;
  color: #1A1A1A;
  margin: 0;
}

.page-default__banner-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.211em;
  color: #555555;
}

.page-default__body {
  background: #FFFFFF;
  padding: 80px;
}

.page-default__container {
  max-width: 880px;
  margin: 0 auto;
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  color: #555555;
}

.page-default__container h1,
.page-default__container h2,
.page-default__container h3,
.page-default__container h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #1A1A1A;
  margin: 32px 0 12px;
}

.page-default__container h1 { font-size: 32px; }
.page-default__container h2 { font-size: 26px; }
.page-default__container h3 { font-size: 20px; }
.page-default__container h4 { font-size: 17px; }

.page-default__container > *:first-child {
  margin-top: 0;
}

.page-default__container p {
  margin: 0 0 16px;
}

.page-default__container ul,
.page-default__container ol {
  margin: 0 0 16px;
  padding-left: 24px;
}

.page-default__container li {
  margin-bottom: 8px;
}

.page-default__container a {
  color: #1A1A1A;
  text-decoration: underline;
}

.page-default__container a:hover {
  opacity: 0.7;
}

.page-default__container strong {
  color: #1A1A1A;
}

.page-default__container hr {
  border: none;
  border-top: 1px solid #E5E5E5;
  margin: 32px 0;
}

@media (max-width: 767px) {
  .page-default__banner {
    padding: 40px 24px;
  }

  .page-default__banner-title {
    font-size: 32px;
  }

  .page-default__banner-subtitle {
    font-size: 15px;
  }

  .page-default__body {
    padding: 40px 16px 60px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-default__banner {
    padding: 48px 40px;
  }

  .page-default__banner-title {
    font-size: 38px;
  }

  .page-default__body {
    padding: 60px 40px;
  }
}
/* END_SECTION:page-default */

/* START_SECTION:product-main (INDEX:18) */
/* ── Base ── */
.product-main {
  background: #FFFFFF;
  padding: 0 80px;
  box-sizing: border-box;
}

.product-main__container {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 492px;
  gap: 48px;
  align-items: start;
}

/* ── Gaps (Figma spacing) ── */
.product-main__gap--12 { height: 12px; }
.product-main__gap--16 { height: 16px; }
.product-main__gap--20 { height: 20px; }
.product-main__gap--24 { height: 24px; }
.product-main__gap--48 { height: 48px; }

/* ── Gallery Desktop ── */
.product-main__images--desktop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}

.product-main__image-item {
  overflow: hidden;
  background: #F5F5F5;
  cursor: pointer;
  position: relative;
}

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

/* ── Lightbox ── */
.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  background: rgba(0, 0, 0, 0.92);
}

.product-lightbox.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 2;
}

.product-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.product-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 2;
}

.product-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.product-lightbox__nav--prev { left: 32px; }
.product-lightbox__nav--next { right: 32px; }

.product-lightbox__image {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  animation: lightboxFade 0.2s ease;
}

@keyframes lightboxFade {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 767px) {
  .product-lightbox__close { top: 16px; right: 16px; }
  .product-lightbox__nav--prev { left: 12px; }
  .product-lightbox__nav--next { right: 12px; }
  .product-lightbox__nav { width: 44px; height: 44px; font-size: 24px; }
}

/* ── Mobile Carousel (hidden on desktop) ── */
.product-main__carousel {
  display: none;
}

/* ── Product Info ── */
.product-main__info {
  position: sticky;
  top: 24px;
  align-self: start;
}

.product-main__info-inner {
  max-width: 492px;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.product-main__brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}

.product-main__brand {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.211em;
  color: #1A1A1A;
}

/* Block spacing — applied to every reorderable info block */
.product-main__block {
  margin-bottom: 16px;
}

.product-main__block:last-child {
  margin-bottom: 0;
}

.product-main__block:empty {
  display: none;
  margin: 0;
}

.product-main__sku {
  display: block;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2em;
  color: #999999;
}

.product-main__description {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}

.product-main__description p { margin: 0 0 10px; }
.product-main__description p:last-child { margin-bottom: 0; }
.product-main__description ul,
.product-main__description ol { padding-left: 20px; margin: 0 0 10px; }
.product-main__description a { color: #1A1A1A; text-decoration: underline; }

.product-main__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .product-main__title {
    font-size: 28px;
  }
}

.product-main__rating {
  display: flex;
  gap: 8px;
  align-items: center;
}

.product-main__stars {
  display: flex;
  gap: 2px;
  align-items: center;
}

.product-main__rating-count {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2em;
  color: #888888;
}

.product-main__price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-main__price-compare {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  text-decoration: line-through;
}

.product-main__price-current {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.211em;
  color: #1A1A1A;
}

.product-main__price-current--sale {
  color: #8B0000;
}

/* ── Form ── */
.product-main__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-main__variant-picker {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-main__option {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-main__option-header {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-main__option-header--size {
  justify-content: space-between;
}

.product-main__option-header-left {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-main__option-key {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
  color: #888888;
}

.product-main__option-value {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2em;
  color: #1A1A1A;
}

.product-main__option-label {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #1A1A1A;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.product-main__size-chart {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2em;
  color: #1A1A1A;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.product-main__swatches {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.product-main__swatch {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #E5E5E5;
  background: none;
  padding: 3px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.product-main__swatch--active,
.product-main__swatch:hover {
  border-color: #1A1A1A;
}

.product-main__swatch-inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.product-main__sizes {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-main__size-btn {
  min-width: 56px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2em;
  color: #1A1A1A;
  cursor: pointer;
  transition: all 0.2s;
}

.product-main__size-btn--active,
.product-main__size-btn:hover {
  background: #1A1A1A;
  color: #FFFFFF;
  border-color: #1A1A1A;
}

.product-main__size-btn--disabled {
  opacity: 0.4;
  cursor: not-allowed;
  text-decoration: line-through;
}

.product-main__select-wrap {
  max-width: 200px;
}

.product-main__select {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #E5E5E5;
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  color: #1A1A1A;
  background: #FFFFFF;
  cursor: pointer;
}

/* ── Quantity ── */
.product-main__quantity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-main__quantity-label {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
  color: #888888;
}

.product-main__quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  height: 44px;
}

.product-main__quantity-btn {
  width: 44px;
  height: 100%;
  background: #FFFFFF;
  border: none;
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  color: #1A1A1A;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  user-select: none;
}

.product-main__quantity-btn:hover {
  background: #F5F5F5;
}

.product-main__quantity-input {
  width: 48px;
  height: 100%;
  text-align: center;
  border: none;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1A1A1A;
  -moz-appearance: textfield;
}

.product-main__quantity-input::-webkit-inner-spin-button,
.product-main__quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ── Actions ── */
.product-main__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.product-main__add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 360px;
  height: 56px;
  background: #1A1A1A;
  color: #FFFFFF;
  border: none;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}

.product-main__add-to-cart:hover {
  opacity: 0.85;
}

.product-main__add-to-cart:disabled {
  background: #CCCCCC;
  cursor: not-allowed;
}

.product-main__add-to-cart-price {
  font-weight: 600;
  opacity: 0.9;
}

.product-main__add-to-cart--loading {
  pointer-events: none;
  opacity: 0.7;
}

.product-main__cart-icon {
  flex-shrink: 0;
}

.product-main__wishlist-btn {
  width: 56px;
  height: 56px;
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
  color: #1A1A1A;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
  flex-shrink: 0;
  touch-action: manipulation;
  position: relative;
  z-index: 1;
}

.product-main__wishlist-btn:hover {
  border-color: #1A1A1A;
}

/* ── Trust Badges ── */
.product-main__trust-badges {
  padding: 16px 0;
}

.product-main__trust-border {
  height: 1px;
  background: #E5E5E5;
}

.product-main__trust-viewport {
  padding: 16px 0;
}

.product-main__trust-row {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.product-main__trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* Duplicate set only visible on mobile marquee */
.product-main__trust-item--dup {
  display: none;
}

.product-main__trust-item span {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2em;
  color: #555555;
  text-align: center;
}

/* ── Payment Icons ── */
.product-main__payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
}

.product-main__payment-icon {
  width: 38px;
  height: 24px;
  flex-shrink: 0;
}

/* ── AJAX Cart Notification ── */
.product-main__cart-notification {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1A1A1A;
  color: #FFFFFF;
  padding: 16px 24px;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 14px;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}

.product-main__cart-notification.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-main__cart-notification[hidden] {
  display: none;
}

/* ── Size Chart Modal ── */
.product-main__size-modal[hidden] {
  display: none;
}

.product-main__size-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-main__size-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.product-main__size-modal-content {
  position: relative;
  background: #FFFFFF;
  width: 92%;
  max-width: 960px;
  max-height: 85vh;
  overflow-y: auto;
  padding: 32px;
}

.product-main__size-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.product-main__size-modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.211em;
  color: #1A1A1A;
  margin: 0;
}

.product-main__size-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #1A1A1A;
  padding: 4px;
}

.product-main__size-modal-body {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}

.product-main__size-modal-image {
  display: block;
  width: 100%;
  height: auto;
}

.product-main__size-modal-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
}

.product-main__size-modal-image-col {
  flex: 1 1 280px;
  min-width: 0;
}

.product-main__size-modal-table-col {
  flex: 1.4 1 320px;
  min-width: 0;
}

.product-main__size-modal-toggle {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 12px;
}

.product-main__size-modal-unit-btn {
  padding: 6px 14px;
  font-family: 'Figtree', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888888;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.product-main__size-modal-unit-btn.is-active {
  color: #1A1A1A;
  border-color: #1A1A1A;
}

.product-main__size-modal-table-wrap {
  overflow-x: auto;
}

.product-main__size-modal-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  color: #1A1A1A;
}

.product-main__size-modal-table th,
.product-main__size-modal-table td {
  border: 1px solid #E5E5E5;
  padding: 10px 6px;
}

.product-main__size-modal-table thead th {
  background: #F7F7F7;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.product-main__size-modal-table tbody tr:nth-child(even) {
  background: #FAFAFA;
}

.product-main__size-modal-note {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}

@media (max-width: 767px) {
  .product-main__size-modal-layout {
    gap: 20px;
  }

  .product-main__size-modal-image-col,
  .product-main__size-modal-table-col {
    flex: 1 1 100%;
  }

  .product-main__size-modal-toggle {
    justify-content: center;
  }
}

.product-main__size-modal-body table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

.product-main__size-modal-body th,
.product-main__size-modal-body td {
  padding: 10px 12px;
  border: 1px solid #E5E5E5;
  text-align: left;
  font-size: 13px;
}

.product-main__size-modal-body th {
  background: #F5F5F5;
  font-weight: 600;
  color: #1A1A1A;
}

/* ── Accordions ── */
.product-main__accordion-divider {
  height: 1px;
  background: #E5E5E5;
}

.product-main__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #1A1A1A;
}

.product-main__accordion-label {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-main__accordion-icon {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2em;
  transition: transform 0.2s ease;
}

.product-main__accordion-trigger[aria-expanded="true"] .product-main__accordion-icon {
  transform: rotate(45deg);
}

.product-main__accordion-content[hidden] {
  display: none;
}

.product-main__accordion-body {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  padding: 0 0 20px;
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .product-main {
    padding: 0 16px;
  }

  .product-main__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .product-main__gallery,
  .product-main__info,
  .product-main__info-inner {
    min-width: 0;
    max-width: 100%;
  }

  .product-main__info {
    position: static;
  }

  .product-main__images--desktop {
    display: none;
  }

  .product-main__gallery {
    width: 100%;
    margin: 0;
  }

  .product-main__carousel {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .product-main__carousel-track {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    transform: none !important;
  }

  .product-main__carousel-track::-webkit-scrollbar {
    display: none;
  }

  .product-main__carousel-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .product-main__carousel-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .product-main__carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
  }

  .product-main__carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #D4D4D4;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
  }

  .product-main__carousel-dot--active {
    background: #1A1A1A;
  }

  .product-main__info-inner {
    max-width: 100%;
  }

  .product-main__brand {
    font-size: 20px;
  }

  .product-main__price-current {
    font-size: 28px;
  }

  .product-main__add-to-cart {
    flex: 1;
    width: auto;
  }

  .product-main__trust-viewport {
    overflow: hidden;
  }

  .product-main__trust-row {
    flex-direction: row;
    justify-content: flex-start;
    gap: 32px;
    width: max-content;
    padding: 0 16px;
    animation: product-trust-marquee 20s linear infinite;
  }

  .product-main__trust-item--dup {
    display: flex;
  }

  @keyframes product-trust-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .product-main__cart-notification {
    left: 16px;
    right: 16px;
    bottom: 16px;
    justify-content: center;
  }

  .product-main__gap--48 {
    height: 24px;
  }
}

/* ── Tablet ── */
@media (min-width: 768px) and (max-width: 1023px) {
  .product-main {
    padding: 0 40px;
  }

  .product-main__container {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .product-main__brand {
    font-size: 22px;
  }

  .product-main__add-to-cart {
    width: 280px;
  }

  .product-main__trust-row {
    gap: 24px;
  }
}
/* END_SECTION:product-main */

/* START_SECTION:product-recommendations (INDEX:19) */
.product-recs {
  background: #FFFFFF;
  padding: 60px 80px 80px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.product-recs__container {
  max-width: 1280px;
  margin: 0 auto;
}

.product-recs__header {
  margin-bottom: 32px;
}

.product-recs__heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 36px;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.2;
}

.product-recs__carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.product-recs__track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  min-width: 0;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-recs__track::-webkit-scrollbar { display: none; }

.product-recs__nav {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: opacity 0.2s;
}

.product-recs__nav--prev { margin-right: 16px; }
.product-recs__nav--next { margin-left: 16px; }
.product-recs__nav:hover { opacity: 0.7; }

.product-recs .product-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 240px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .product-recs {
    padding: 48px 24px;
  }
  .product-recs__heading {
    font-size: 28px;
  }
  .product-recs__nav {
    display: none;
  }
  .product-recs__track {
    scroll-snap-type: x mandatory;
  }
  .product-recs .product-card {
    flex: 0 0 70%;
    min-width: 0;
    scroll-snap-align: start;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .product-recs {
    padding: 60px 40px;
  }
  .product-recs__heading {
    font-size: 30px;
  }
  .product-recs .product-card {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 0;
  }
}
/* END_SECTION:product-recommendations */

/* START_SECTION:shop-by-occasion (INDEX:20) */
.shop-by-occasion {
  padding: 80px;
  background: #FFFFFF;
  box-sizing: border-box;
}

.shop-by-occasion__header {
  margin-bottom: 40px;
}

.shop-by-occasion__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 36px;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.211;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.shop-by-occasion__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.occasion-card {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.occasion-card__image-wrap {
  position: relative;
  aspect-ratio: 416 / 600;
  background: #F0EBE5;
  overflow: hidden;
}

.occasion-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.occasion-card:hover .occasion-card__image {
  transform: scale(1.03);
}

.occasion-card__placeholder {
  width: 100%;
  height: 100%;
  background: #F0EBE5;
}

.occasion-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.occasion-card__content {
  position: absolute;
  bottom: 32px;
  left: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.occasion-card__label {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1.211;
  letter-spacing: 1px;
}

.occasion-card__link {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 4px;
  align-self: flex-start;
}

@media (max-width: 767px) {
  .shop-by-occasion {
    padding: 48px 24px;
  }

  .shop-by-occasion__title {
    font-size: 28px;
  }

  .shop-by-occasion__header {
    margin-bottom: 24px;
  }

  .shop-by-occasion__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .occasion-card__label {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .shop-by-occasion {
    padding: 60px 40px;
  }

  .shop-by-occasion__title {
    font-size: 30px;
  }

  .shop-by-occasion__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
/* END_SECTION:shop-by-occasion */

/* START_SECTION:size-chart (INDEX:21) */
.size-chart-section {
  padding: 60px 80px;
  background: #FFFFFF;
}

.custom-size-chart-container {
  font-family: 'Figtree', sans-serif;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
}

.size-chart-main-heading {
  padding-top: 20px;
  text-align: left;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
  color: #1A1A1A;
  letter-spacing: 1px;
}

.size-chart-intro-text {
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: left;
}

.size-chart-intro-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
  color: #1A1A1A;
}

.size-chart-intro-text h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
  color: #1A1A1A;
}

.size-chart-intro-text p {
  margin-bottom: 15px;
}

.size-chart-intro-text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.size-chart-intro-text ul li {
  margin-bottom: 5px;
}

.size-chart-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.guide-image-wrapper {
  flex: 1;
  min-width: 300px;
}

.guide-image-wrapper h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Cormorant Garamond', serif;
  color: #1A1A1A;
  letter-spacing: 1px;
}

.guide-image-wrapper img {
  max-width: 100%;
  height: auto;
}

.size-chart-tables-wrapper {
  flex: 2;
  min-width: 300px;
}

.unit-toggle-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  gap: 10px;
}

.unit-btn {
  padding: 6px 14px;
  font-size: 13px;
  color: #888;
  text-decoration: none;
  border: 1px solid #ccc;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: border-color 0.2s, color 0.2s;
}

.unit-btn.active {
  border-color: #1A1A1A;
  color: #1A1A1A;
}

.table-container {
  overflow-x: auto;
}

.size-chart-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}

.size-chart-table th,
.size-chart-table td {
  border: 1px solid #e5e5e5;
  padding: 12px 8px;
}

.size-chart-table thead th {
  background-color: #f7f7f7;
  font-weight: bold;
  color: #1A1A1A;
}

.size-chart-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media screen and (max-width: 768px) {
  .size-chart-section {
    padding: 40px 16px;
  }

  .size-chart-layout {
    flex-direction: column;
  }

  .size-chart-tables-wrapper {
    order: -1;
  }

  .guide-image-wrapper {
    margin-top: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .size-chart-section {
    padding: 50px 40px;
  }
}
/* END_SECTION:size-chart */

/* START_SECTION:trust-badges (INDEX:22) */
/* Figma nodo 114:2 — Trust Badges */
/* padding seccion: 16px 0px, background: #FFFFFF */
/* border top/bottom: 1px solid #E5E5E5 */
.trust-badges {
  background: #FFFFFF;
  box-sizing: border-box;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 16px 0;
}

/* Figma: flex row, center, gap 48px, padding 16px 0px */
.trust-badges__inner {
  padding: 16px 0;
}

.trust-badges__track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

/* Figma: flex column, center, gap 8px */
.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

/* On desktop/tablet the duplicate set is hidden */
.trust-badge--dup {
  display: none;
}

/* Figma: 20x20px, color #1A1A1A */
.trust-badge__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #1A1A1A;
}

.trust-badge__icon svg {
  width: 20px;
  height: 20px;
}

/* Figma: Figtree, weight 500, size 12px, line-height 1.2em, color #555555, center */
.trust-badge__title {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #555555;
  line-height: 1.2em;
}

/* Oculto — CTO recomienda mantener campo pero no mostrar (contenido se unifica en title) */
.trust-badge__subtitle {
  display: none;
}

@media (max-width: 767px) {
  .trust-badges__inner {
    overflow: hidden;
    padding: 12px 0;
  }

  .trust-badges__track {
    width: max-content;
    justify-content: flex-start;
    gap: 40px;
    padding: 0 20px;
    animation: trust-badges-marquee 22s linear infinite;
  }

  .trust-badge--dup {
    display: flex;
  }

  @keyframes trust-badges-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .trust-badges__inner {
    flex-wrap: wrap;
    gap: 32px;
    padding: 16px 24px;
  }
}
/* END_SECTION:trust-badges */