/* Jierra integration layer for the supplied native component pack. */
:root {
  --rd-nav-accent: #9a7041;
  --rd-nav-text: #292521;
  --rd-ann-bg: #292521;
  --rd-ann-text: #fffaf4;
  --rd-nav-height: 72px;
}

body {
  color: #302c28;
  font-family: "Jost", Arial, sans-serif;
}

.rd-navbar-wrap,
.rd-navbar-wrap button,
.rd-navbar-wrap input,
.jr-home {
  font-family: "Jost", Arial, sans-serif;
}

.rd-navbar-wrap {
  box-shadow: 0 1px 0 rgba(43, 37, 31, .08);
}

.rd-navbar {
  background: rgba(255, 255, 255, .98);
}

.rd-jierra-wordmark {
  color: #292521 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
  text-decoration: none !important;
}

.rd-navbar__brand-logo {
  display: block;
  width: 150px;
  height: 40px;
  object-fit: contain;
}

.rd-navbar__menu-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.rd-navbar__menu-link.is-active,
.rd-navbar__menu-link:hover {
  color: #9a7041;
}

.rd-announcement-bar__item {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-cart-drawer {
  display: flex;
  width: min(100vw, 480px);
  padding: 0;
  overflow: hidden;
  flex-direction: column;
  background: #f8f5f0;
  box-shadow: -32px 0 90px rgba(31, 23, 18, .24);
}

.rd-cart-drawer__head {
  min-height: 108px;
  padding: 22px 28px 20px;
  border-color: rgba(72, 55, 42, .12);
  background: #fff;
}

.rd-cart-drawer__head > div { display: grid; gap: 2px; }
.rd-cart-drawer__head small { color: #9a7041; font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.rd-cart-drawer__head h2 { margin: 0; color: #211e1b; font-family: Georgia,"Times New Roman",serif; font-size: 29px; font-weight: 400; letter-spacing: -.03em; line-height: 1.1; }
.rd-cart-drawer__head span { color: #837970; font-size: 11px; letter-spacing: .02em; }
.rd-cart-drawer__head .rd-icon-button { width: 44px; height: 44px; border: 1px solid rgba(72,55,42,.13); border-radius: 50%; background: #faf7f2; color: #37312c; }
.rd-cart-drawer__head .rd-icon-button:hover { border-color: #9a7041; background: #9a7041; color: #fff; transform: rotate(3deg); }

.rd-cart-drawer__body { min-height: 0; padding: 22px 28px; overflow-y: auto; flex: 1; scrollbar-width: thin; scrollbar-color: #cdbba6 transparent; }
.rd-cart-perk { display: flex; gap: 13px; align-items: center; margin-bottom: 4px; padding: 14px 15px; border: 1px solid #eadfce; border-radius: 14px; background: linear-gradient(135deg,#f5eee4,#fbf8f3); color: #5d4632; }
.rd-cart-perk > i { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-radius: 50%; background: #fff; color: #9a7041; box-shadow: 0 5px 14px rgba(91,65,42,.08); }
.rd-cart-perk span { display: grid; gap: 2px; }.rd-cart-perk strong { font-size: 12px; line-height: 1.35; }.rd-cart-perk small { color: #7d6a59; font-size: 10px; line-height: 1.4; }
.rd-cart-items { display: grid; }
.rd-cart-item { display: grid; grid-template-columns: 104px minmax(0,1fr); gap: 17px; margin: 0; padding: 20px 0; border-bottom: 1px solid rgba(72,55,42,.11); color: #292521; }
.rd-cart-item__media { display: block; width: 104px; height: 118px; overflow: hidden; border-radius: 14px; background: #eee8df; }
.rd-cart-item__media img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; transition: transform .45s ease; }
.rd-cart-item:hover .rd-cart-item__media img { transform: scale(1.045); }
.rd-cart-item__copy { display: flex; min-width: 0; flex-direction: column; gap: 4px; padding: 2px 0; }
.rd-cart-item__copy > small { color: #9a7041; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rd-cart-item__copy > a { color: inherit; text-decoration: none; }.rd-cart-item__copy strong { display: block; font-family: Georgia,"Times New Roman",serif; font-size: 18px; font-weight: 400; line-height: 1.25; }
.rd-cart-item__copy > span { color: #7d756e; font-size: 11px; }
.rd-cart-item__price { margin-top: 2px; color: #292521; font-size: 13px; font-weight: 700; }
.rd-cart-item__controls { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: auto; }
.rd-cart-quantity { display: grid; height: 31px; grid-template-columns: 30px 28px 30px; align-items: center; overflow: hidden; border: 1px solid #ddd1c3; border-radius: 999px; background: #fff; }
.rd-cart-quantity button { width: 30px; height: 29px; padding: 0; border: 0; background: transparent; color: #4b433c; font-size: 16px; line-height: 1; cursor: pointer; }
.rd-cart-quantity button:hover { background: #eee5da; color: #7d552f; }
.rd-cart-quantity span { color: #28231f; font-size: 11px; font-weight: 800; text-align: center; }
.rd-cart-remove { margin: 0; }
.rd-cart-remove button { padding: 2px 0; border: 0; border-bottom: 1px solid #bda58d; background: transparent; color: #806b59; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.rd-cart-remove button:hover { border-color: #7d552f; color: #7d552f; }
.rd-cart-more { display: block; padding: 14px 0 0; color: #8a603b; font-size: 11px; font-weight: 700; text-align: center; text-decoration: none; }

.rd-cart-empty { display: grid; min-height: 100%; place-content: center; justify-items: center; padding: 64px 24px; color: #7b746d; text-align: center; }
.rd-cart-empty > span { display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid #dfd0bf; border-radius: 50%; background: #fff; color: #9a7041; font-size: 37px; box-shadow: 0 12px 30px rgba(60,45,34,.07); }
.rd-cart-empty > small { margin-top: 22px; color: #9a7041; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.rd-cart-empty h3 { margin: 7px 0 6px; color: #292521; font-family: Georgia,"Times New Roman",serif; font-size: 28px; font-weight: 400; }
.rd-cart-empty p { max-width: 260px; margin: 0 auto 20px; font-size: 12px; line-height: 1.65; }
.rd-cart-empty a { display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; border: 1px solid #322c27; border-radius: 999px; color: #322c27; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.rd-cart-empty a:hover { background: #322c27; color: #fff; }.rd-cart-empty a b { font-size: 14px; }

.rd-cart-drawer__footer { padding: 20px 28px 22px; border-top: 1px solid rgba(72,55,42,.12); background: #fff; box-shadow: 0 -16px 38px rgba(45,34,27,.06); }
.rd-cart-summary { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin: 0; padding: 0; border: 0; }
.rd-cart-summary > span { display: grid; gap: 3px; }.rd-cart-summary small { color: #292521; font-size: 13px; font-weight: 800; }.rd-cart-summary em { color: #847a72; font-size: 9px; font-style: normal; line-height: 1.4; }
.rd-cart-summary > strong { color: #292521; font-family: Georgia,"Times New Roman",serif; font-size: 24px; font-weight: 400; white-space: nowrap; }
.rd-cart-warning { margin: 12px 0 0; padding: 10px 12px; border-radius: 8px; background: #fff1e8; color: #8a4930; font-size: 10px; line-height: 1.45; }
.rd-cart-actions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9px; margin-top: 16px; }
.rd-cart-actions .rd-checkout-button { display: flex; height: 52px; margin: 0; align-items: center; justify-content: center; gap: 8px; border: 1px solid #292521; border-radius: 9px; background: #292521; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.rd-cart-actions .rd-checkout-button--soft { background: #fff; color: #292521; }
.rd-cart-actions .rd-checkout-button:hover { background: #9a7041; border-color: #9a7041; color: #fff; }
.rd-cart-actions .rd-checkout-button.is-disabled { border-color: #d8d1ca; background: #d8d1ca; color: #746d67; cursor: not-allowed; }
.rd-cart-drawer__footer > p { margin: 12px 0 0; color: #847a72; font-size: 9px; letter-spacing: .035em; text-align: center; }

@media (max-width: 520px) {
  .rd-cart-drawer { width: 100vw; }
  .rd-cart-drawer__head { min-height: 96px; padding-inline: 18px; }
  .rd-cart-drawer__body { padding: 16px 18px; }
  .rd-cart-drawer__footer { padding: 16px 18px 18px; }
  .rd-cart-item { grid-template-columns: 88px minmax(0,1fr); gap: 13px; }.rd-cart-item__media { width: 88px; height: 104px; }
  .rd-cart-actions { grid-template-columns: .8fr 1.2fr; }
  .rd-cart-actions .rd-checkout-button { height: 48px; }
}

.jr-home .rd-category-carousel,
.jr-home .rd-new-arrivals,
.jr-home .rd-products,
.jr-home .rd-stack-carousel,
.jr-home .rd-exhibition,
.jr-home .rd-vc,
.jr-home .rd-editorial-banner {
  font-family: "Jost", Arial, sans-serif;
}

.jr-home .rd-category-header h2,
.jr-home .rd-new-arrivals__title,
.jr-home .rd-exhibition__heading,
.jr-home .rd-vc__heading,
.jr-home .rd-editorial-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
}

.jr-home .rd-category-header h2,
.jr-home .rd-new-arrivals__title,
.jr-home .rd-exhibition__heading {
  text-transform: none;
}

.jr-home .rd-editorial-banner { margin: 0 0 100px; }
.jr-home .rd-editorial-button { background: #2e2e2e; color: #fff; }
.jr-home .rd-editorial-button:hover { background: #fff; color: #2e2e2e; }
.jr-home .rd-editorial-content h2 { font-family: "Jost", Arial, sans-serif; font-size: 34px; font-weight: 600; line-height: 40px; letter-spacing: 0; }
.jr-home .rd-products { background: #f8f5f1; }
.jr-home .rd-products__tab { border-color: #302c28; font-family: inherit; font-size: 13px; letter-spacing: .08em; }
.jr-home .rd-products__tab.is-active { background: #302c28; color: #fff; }
.jr-home .rd-product-card { color: #302c28; text-decoration: none; }
.jr-home .rd-product-card__media,
.jr-home .rd-tab-product-card__media { background: #f4f0eb; }
.jr-home .rd-product-card__image,
.jr-home .rd-tab-product-card__image { object-fit: contain; object-position: 50% 50%; }
.jr-home .rd-vc { background: #f5efeb; }
.jr-home .rd-exhibition { padding-top: 84px; }

@media (max-width: 989px) {
  :root { --rd-nav-height: 54px; }
  .rd-jierra-wordmark { font-size: 25px; }
  .rd-navbar__brand-logo { width: 120px; height: 32px; }
  .rd-announcement-bar__item { font-size: 10px; letter-spacing: .045em; }
  .jr-home .rd-editorial-banner { margin: 0 0 50px; }
}

@media (max-width: 767px) {
  .jr-home .rd-category-shell,
  .jr-home .rd-new-arrivals__shell,
  .jr-home .rd-products__shell,
  .jr-home .rd-exhibition__shell { width: calc(100% - 28px); }
  .jr-home .rd-editorial-content h2 { font-size: 22px; line-height: 30px; }
  .jr-home .rd-exhibition { padding-top: 54px; }
  .jr-home .rd-exhibition__masonry { align-items: stretch; }
  .jr-home .rd-exhibition__column { width: 100%; }
}

/* Homepage rhythm: one type scale, one shell and repeatable section spacing. */
.jr-home {
  --jr-home-body-font: "Jost", Arial, sans-serif;
  --jr-home-heading-font: Georgia, "Times New Roman", serif;
  --jr-home-shell-max: 1470px;
  --jr-home-gutter: 45px;
  --jr-home-section-gap: 100px;
  --jr-home-section-padding: 80px;
  --jr-home-heading-gap: 36px;
  --jr-home-heading-size: 34px;
  font-family: var(--jr-home-body-font);
}

/* Apricots is reserved for explicit eyebrow labels; section titles use the normal serif system. */
.jr-home section h2 {
  font-family: var(--jr-home-heading-font) !important;
  font-weight: 400;
  letter-spacing: 0;
}

.jr-home .jr-ref-shell,
.jr-home .rd-category-shell,
.jr-home .rd-new-arrivals__shell,
.jr-home .rd-products__shell,
.jr-home .rd-exhibition__shell,
.jr-home .rd-vc__inner {
  width: min(var(--jr-home-shell-max), calc(100% - (var(--jr-home-gutter) * 2)));
  margin-right: auto;
  margin-left: auto;
}

.jr-home .rd-vc__inner {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.jr-home .rd-category-header h2,
.jr-home .rd-new-arrivals__title,
.jr-home .rd-exhibition__heading,
.jr-home .rd-vc__heading,
.jr-home .jr-ref-heading h2,
.jr-home .rd-editorial-content h2,
.jr-home .jr-ref-about__copy h3 {
  font-family: var(--jr-home-heading-font);
  font-size: var(--jr-home-heading-size);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.02em;
  text-transform: none;
}

.jr-home .rd-category-header h2,
.jr-home .rd-new-arrivals__title,
.jr-home .rd-exhibition__heading {
  gap: 10px;
}

.jr-home .rd-title-star,
.jr-home .rd-new-arrivals__title-star,
.jr-home .rd-exhibition__star,
.jr-home .jr-ref-heading h2 span {
  margin-right: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.jr-home .rd-category-header,
.jr-home .rd-products__header,
.jr-home .rd-new-arrivals__header,
.jr-home .jr-ref-heading {
  min-height: 58px;
  margin-bottom: var(--jr-home-heading-gap);
}

.jr-home .jr-ref-heading {
  justify-content: center;
  text-align: center;
}

.jr-home .rd-category-header,
.jr-home .rd-new-arrivals__header {
  justify-content: center;
  padding-right: 0;
}

.jr-home .rd-vc__heading,
.jr-home .rd-exhibition__heading {
  margin-bottom: var(--jr-home-heading-gap);
}

.jr-home .jr-ref-hero,
.jr-home .rd-category-carousel,
.jr-home .rd-editorial-banner,
.jr-home .rd-vc,
.jr-home .rd-products,
.jr-home .rd-new-arrivals,
.jr-home .jr-ref-collection-banner,
.jr-home .jr-ref-lifestyle-stack,
.jr-home .jr-ref-products,
.jr-home .rd-exhibition,
.jr-home .jr-ref-exhibition-gallery,
.jr-home .jr-ref-instagram,
.jr-home .jr-ref-shopping,
.jr-home .jr-ref-about {
  margin-bottom: var(--jr-home-section-gap);
}

/* Join the editorial-to-Masons sequence without white spacer stripes. */
.jr-home .rd-editorial-banner,
.jr-home .rd-products,
.jr-home .rd-vc {
  margin-bottom: 0;
}

.jr-home .rd-category-carousel,
.jr-home .rd-new-arrivals,
.jr-home .jr-ref-lifestyle-stack,
.jr-home .rd-exhibition {
  padding-top: 0;
  padding-bottom: 0;
}

.jr-home .rd-editorial-banner,
.jr-home .rd-vc,
.jr-home .rd-products,
.jr-home .jr-ref-instagram,
.jr-home .jr-ref-reviews {
  padding-top: var(--jr-home-section-padding);
  padding-bottom: var(--jr-home-section-padding);
}

.jr-home .jr-ref-reviews {
  margin-bottom: 0;
}

.jr-home .jr-ref-lifestyle-stack {
  background: transparent;
}

/* Flush section rhythm and alternating homepage surfaces. */
.jr-home .jr-ref-hero {
  margin-bottom: 0;
  padding-bottom: 0;
}

.jr-home .rd-category-carousel,
.jr-home .rd-new-arrivals,
.jr-home .rd-vc,
.jr-home .jr-ref-lifestyle-stack,
.jr-home .jr-ref-products,
.jr-home .rd-exhibition,
.jr-home .jr-ref-exhibition-gallery,
.jr-home .jr-ref-shopping,
.jr-home .jr-ref-about {
  margin: 0;
  padding-top: var(--jr-home-section-padding);
  padding-bottom: var(--jr-home-section-padding);
}

/* Every section below the hero alternates gray, white, gray, white… */
.jr-home > section:nth-of-type(even) {
  background-color: #9c9b9a;
}

.jr-home > section:nth-of-type(odd):not(:first-of-type) {
  background-color: #fff;
}

.jr-home > .rd-editorial-banner .rd-editorial-content {
  background-color: inherit;
}

.jr-home > .jr-beauty-vibes {
  background-image: none;
}

.jr-home .jr-ref-collection-banner--masons {
  margin-bottom: 0;
}

.jr-home .jr-ref-upcoming-banner {
  margin-bottom: 0;
}

@media (max-width: 989px) {
  .jr-home {
    --jr-home-gutter: 26px;
    --jr-home-section-gap: 72px;
    --jr-home-section-padding: 64px;
    --jr-home-heading-gap: 32px;
    --jr-home-heading-size: 32px;
  }
}

@media (max-width: 767px) {
  .jr-home {
    --jr-home-gutter: 14px;
    --jr-home-section-gap: 50px;
    --jr-home-section-padding: 52px;
    --jr-home-heading-gap: 26px;
    --jr-home-heading-size: 26px;
  }

  .jr-home .rd-category-header,
  .jr-home .rd-products__header,
  .jr-home .rd-new-arrivals__header,
  .jr-home .jr-ref-heading {
    min-height: 0;
  }

  .jr-home .rd-title-star,
  .jr-home .rd-new-arrivals__title-star,
  .jr-home .rd-exhibition__star,
  .jr-home .jr-ref-heading h2 span {
    font-size: 20px;
  }

  .jr-home .rd-category-header {
    align-items: center;
    padding: 0;
  }

  .jr-home .rd-category-header h2,
  .jr-home .rd-new-arrivals__title {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .jr-home .rd-new-arrivals__header {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  /* Mobile carousel navigation is swipe + autoplay only. */
  .jr-home .rd-carousel-controls,
  .jr-home .rd-new-arrivals__controls,
  .jr-home .rd-products__controls,
  .jr-home .rd-vc__section-arrow,
  .jr-home .rd-stack-carousel__nav,
  .jr-home .jr-exhibition-carousel__arrow,
  .jr-home .jr-ref-hero__arrow {
    display: none !important;
  }

  /* Fractional views make the next card visibly available for swiping. */
  .jr-home .rd-category-carousel {
    --rd-category-gap: 12px;
    --rd-category-visible: 3.5;
    --rd-category-circle-size: 999px;
  }

  .jr-home .rd-carousel-viewport {
    padding-right: 0;
    padding-left: 0;
  }

  .jr-home .rd-new-arrivals,
  .jr-home .rd-products {
    --rd-gap: 12px;
  }

  .jr-home .rd-new-arrivals .rd-tab-product-card,
  .jr-home .rd-products .rd-tab-product-card,
  .jr-home .jr-ref-product-rail .rd-tab-product-card {
    height: auto;
    flex: 0 0 calc((100% - (12px * .5)) / 1.5);
    align-self: stretch;
  }

  .jr-home .rd-vc__rail {
    gap: 12px;
    padding-right: 0;
    padding-left: 0;
  }

  .jr-home .rd-vc-card {
    flex: 0 0 calc((100% - (12px * 1.5)) / 2.5);
  }

  .jr-home .jr-exhibition-carousel {
    --jr-exhibition-gap: 14px;
    --jr-exhibition-visible: 1.5;
  }

  .jr-home .jr-exhibition-carousel__card,
  .jr-home .jr-exhibition-carousel__card:nth-child(n) {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .jr-home .rd-stack-carousel__explore {
    display: block;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
  }
}
