@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Jost:wght@400;500;600&display=swap");

/* Raas & Co. — generated custom CSS (uploaded to site_settings.sx_css_location).
   Every selector is namespaced under .sx; brand colour comes from --secondary-main. */

/* BEGIN shoopy-gen:base */
.sx {
  --sx-brand: var(--secondary-main, #5a3a10);
  --sx-gold: #b08030;
  --sx-gold-soft: #e6d3ad;
  --sx-cream: #fdf9f0;
  --sx-surface: #fff;
  --sx-ink: #2a1f14;
  --sx-muted: #6f6257;
  --sx-line: #ead9bd;
  --sx-deal: #8b2332;
  --sx-success: #1f8f4e;
  --sx-radius: 14px;
  --sx-gap: 64px;
  font-family: var(--font-family, "Jost", "Helvetica Neue", Arial, sans-serif);
  color: var(--sx-ink);
  width: 100%;
  box-sizing: border-box;
}
/* Kill the horizontal scroll on mobile. A fixed-position chat widget (.cb12_*)
   parks its closed 320px panel just off the right edge, which stretched the page
   width past the viewport. Clip it at the root (clip keeps position:fixed/sticky
   working; hidden is the fallback for older engines). */
html,
body {
  overflow-x: hidden !important;
  overflow-x: clip !important;
  max-width: 100%;
}
.sx-section {
  padding: clamp(40px, 6vw, var(--sx-gap)) 16px;
}
.sx-wrap {
  max-width: 1240px;
  margin: 0 auto;
}
.sx-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sx-gold);
  font-weight: 600;
}
.sx-h2 {
  margin: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
  color: var(--sx-ink);
}
.sx-sub {
  margin: 10px auto 0;
  max-width: 560px;
  color: var(--sx-muted);
  font-size: 15px;
  line-height: 1.6;
}
.sx-head {
  text-align: center;
  margin-bottom: clamp(24px, 3vw, 40px);
}
.sx-rule {
  width: 56px;
  height: 2px;
  border: 0;
  background: var(--sx-gold);
  margin: 14px auto 0;
}
.sx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: 0.2s;
}
.sx-btn--primary {
  background: var(--sx-brand);
  color: #fff;
}
.sx-btn--primary:hover {
  background: #3f2809;
}
.sx-btn--ghost {
  background: transparent;
  color: var(--sx-brand);
  border-color: var(--sx-brand);
}
.sx-btn--ghost:hover {
  background: var(--sx-brand);
  color: #fff;
}
.sx-btn--light {
  background: #fff;
  color: var(--sx-brand);
}
.sx-btn--wa {
  background: var(--sx-success);
  color: #fff;
}
.sx-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sx-badge--deal {
  background: var(--sx-deal);
  color: #fff;
}
.sx-card {
  background: var(--sx-surface);
  border: 1px solid var(--sx-line);
  border-radius: var(--sx-radius);
  overflow: hidden;
}
/* END shoopy-gen:base */

/* BEGIN shoopy-gen:usp-1 */
.sx-usp {
  background: var(--sx-cream);
  border-top: 1px solid var(--sx-line);
  border-bottom: 1px solid var(--sx-line);
  padding: 18px 16px;
}
.sx-usp .grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sx-usp .item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-right: 1px solid var(--sx-line);
}
.sx-usp .item:nth-child(2n) {
  border-right: 0;
}
.sx-usp .item:nth-child(-n + 2) {
  border-bottom: 1px solid var(--sx-line);
}
.sx-usp .ic {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--sx-gold-soft);
  display: grid;
  place-items: center;
  color: var(--sx-gold);
}
.sx-usp .ic svg {
  width: 20px;
  height: 20px;
}
.sx-usp .t {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}
.sx-usp .d {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--sx-muted);
}
@media (min-width: 768px) {
  .sx-usp .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .sx-usp .item {
    justify-content: center;
    border-bottom: 0 !important;
  }
  .sx-usp .item:nth-child(2n) {
    border-right: 1px solid var(--sx-line);
  }
  .sx-usp .item:last-child {
    border-right: 0;
  }
}
/* END shoopy-gen:usp-1 */

/* BEGIN shoopy-gen:dance-1 */
.sx-dance {
  background: #fff;
}
.sx-dance .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.sx-dance .tile {
  position: relative;
  display: block;
  border-radius: var(--sx-radius);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--sx-cream);
  text-decoration: none;
  color: var(--sx-ink);
}
.sx-dance .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.sx-dance .tile:hover img {
  transform: scale(1.04);
}
.sx-dance .cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 14px 14px;
  background: linear-gradient(
    180deg,
    rgba(42, 31, 20, 0) 0%,
    rgba(42, 31, 20, 0.75) 100%
  );
  color: #fff;
}
.sx-dance .n {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}
.sx-dance .m {
  display: block;
  font-size: 12px;
  opacity: 0.85;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .sx-dance .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .sx-dance .n {
    font-size: 26px;
  }
}
/* END shoopy-gen:dance-1 */

/* BEGIN shoopy-gen:trust-1 */
.sx-trust {
  background: var(--sx-brand);
  color: #fff;
}
.sx-trust .sx-eyebrow {
  color: var(--sx-gold-soft);
}
.sx-trust .sx-h2 {
  color: #fff;
}
.sx-trust .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.sx-trust .card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--sx-radius);
  padding: 24px;
}
.sx-trust .ic {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--sx-gold);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: #fff;
}
.sx-trust .ic svg {
  width: 22px;
  height: 22px;
}
.sx-trust .t {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
}
.sx-trust .d {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 640px) {
  .sx-trust .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .sx-trust .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* END shoopy-gen:trust-1 */

/* BEGIN shoopy-gen:story-1 */
.sx-story {
  background: var(--sx-cream);
}
.sx-story .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
.sx-story .media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--sx-radius);
  aspect-ratio: 4/3;
  object-fit: cover;
}
.sx-story .lead {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--sx-ink);
  margin: 16px 0 12px;
}
.sx-story .p {
  color: var(--sx-muted);
  line-height: 1.7;
  font-size: 15px;
  margin: 0 0 22px;
}
.sx-story .stats {
  display: flex;
  gap: 28px;
  margin: 0 0 26px;
  padding-top: 18px;
  border-top: 1px solid var(--sx-line);
}
.sx-story .k {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--sx-brand);
  line-height: 1;
}
.sx-story .l {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sx-muted);
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .sx-story .row {
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
  }
}
/* END shoopy-gen:story-1 */

/* BEGIN shoopy-gen:steps-1 */
.sx-steps {
  background: #fff;
}
.sx-steps .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.sx-steps .step {
  position: relative;
  padding: 28px 24px 24px;
  border: 1px solid var(--sx-line);
  border-radius: var(--sx-radius);
  background: var(--sx-cream);
  text-align: center;
}
.sx-steps .num {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--sx-brand);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
}
.sx-steps .t {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
}
.sx-steps .d {
  margin: 0;
  color: var(--sx-muted);
  font-size: 14px;
  line-height: 1.6;
}
.sx-steps .cta {
  text-align: center;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .sx-steps .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
/* END shoopy-gen:steps-1 */

/* BEGIN shoopy-gen:reviews-1 */
.sx-reviews {
  background: var(--sx-cream);
}
.sx-reviews .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.sx-reviews .card {
  background: #fff;
  border: 1px solid var(--sx-line);
  border-radius: var(--sx-radius);
  padding: 24px;
}
.sx-reviews .stars {
  color: var(--sx-gold);
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom: 10px;
}
.sx-reviews .q {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  line-height: 1.45;
  color: var(--sx-ink);
}
.sx-reviews .who {
  margin: 0;
  font-size: 13px;
  color: var(--sx-muted);
  line-height: 1.5;
}
.sx-reviews .who b {
  color: var(--sx-ink);
}
@media (min-width: 768px) {
  .sx-reviews .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
/* END shoopy-gen:reviews-1 */

/* BEGIN shoopy-gen:insta-1 */
.sx-insta {
  background: #fff;
}
.sx-insta .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.sx-insta .tile {
  display: block;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sx-insta .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.sx-insta .tile:hover img {
  transform: scale(1.05);
}
.sx-insta .handle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-weight: 600;
  color: var(--sx-brand);
  text-decoration: none;
  letter-spacing: 0.04em;
}
.sx-insta .handle svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .sx-insta .grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
  }
}
/* END shoopy-gen:insta-1 */

/* BEGIN shoopy-gen:faq-1 */
.sx-faq {
  background: var(--sx-cream);
}
.sx-faq .list {
  max-width: 820px;
  margin: 0 auto;
}
.sx-faq details {
  background: #fff;
  border: 1px solid var(--sx-line);
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.sx-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.sx-faq summary::-webkit-details-marker {
  display: none;
}
.sx-faq summary::after {
  content: "+";
  font-size: 22px;
  color: var(--sx-gold);
  font-weight: 400;
  flex: 0 0 auto;
}
.sx-faq details[open] summary::after {
  content: "–";
}
.sx-faq .a {
  margin: 0;
  padding: 0 0 18px;
  color: var(--sx-muted);
  font-size: 14px;
  line-height: 1.7;
}
.sx-faq .cta {
  text-align: center;
  margin-top: 24px;
}
/* END shoopy-gen:faq-1 */

/* ===== Theme-provided chrome (monarque base) — preview approximation, prefixed rc- ===== */
:root {
  --secondary-main: #5a3a10;
  --font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  --rc-gold: #b08030;
  --rc-cream: #fdf9f0;
  --rc-ink: #2a1f14;
  --rc-muted: #6f6257;
  --rc-line: #ead9bd;
  --rc-deal: #8b2332;
  --rc-wa: #1f8f4e;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font-family);
  color: var(--rc-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.rc-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}
.serif {
  font-family: "Cormorant Garamond", Georgia, serif;
}

/* notice */
.rc-notice {
  background: var(--secondary-main);
  color: #f3e6cf;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 9px 16px;
}
.rc-notice b {
  color: #fff;
}
/* header */
.rc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rc-line);
}
.rc-header .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 64px;
}
.rc-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.rc-logo img {
  height: 46px;
  width: auto;
}
.app-bar .title {
  /* Show the store name on every screen (this store has no logo image, so on
     mobile the header was empty — name was hidden until >=1024px). */
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--secondary-main);
  letter-spacing: 0.02em;
}
.nav-link {
  gap: 28px;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  font-family: var(--font-family);
  color: var(--rc-ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
.nav-link a {
  text-decoration: none;
  color: var(--rc-ink);
}
.nav-link a:hover {
  color: var(--secondary-main);
}
.rc-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}
.rc-icons button,
.rc-icons a {
  width: 42px;
  height: 42px;
  border: 0;
  background: none;
  display: grid;
  place-items: center;
  color: var(--rc-ink);
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.rc-icons svg {
  width: 22px;
  height: 22px;
}
.rc-cart .n {
  position: absolute;
  top: 4px;
  right: 2px;
  background: var(--secondary-main);
  color: #fff;
  font-size: 10px;
  min-width: 17px;
  height: 17px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-weight: 600;
}
.rc-search {
  display: none;
  flex: 1;
  max-width: 420px;
  margin: 0 24px;
}
.rc-search label {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--rc-line);
  border-radius: 999px;
  padding: 0 16px;
  height: 42px;
  background: var(--rc-cream);
  color: var(--rc-muted);
  font-size: 14px;
}
.rc-search input {
  border: 0;
  background: none;
  outline: 0;
  flex: 1;
  font: inherit;
}
.rc-search svg {
  width: 18px;
  height: 18px;
}
.rc-burger {
  display: grid;
  width: 42px;
  height: 42px;
  border: 0;
  background: none;
  place-items: center;
  color: var(--rc-ink);
}
@media (min-width: 1024px) {
  .nav-link {
    display: flex;
  }
  .rc-search {
    display: block;
  }
  .rc-burger {
    display: none;
  }
  .app-bar .title {
    display: block;
  }
  .rc-header .bar {
    height: 76px;
  }
  .rc-logo img {
    height: 54px;
  }
}

/* hero (StoreBanner approximation) */
.rc-hero {
  position: relative;
  background: var(--rc-cream);
  overflow: hidden;
}
.rc-hero .track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.rc-hero .track::-webkit-scrollbar {
  display: none;
}
.rc-hero .slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
}
.rc-hero picture,
.rc-hero .slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.rc-hero .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-hero .copy {
  position: relative;
  z-index: 2;
  padding: 40px 20px 48px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(253, 249, 240, 0) 0%,
    rgba(253, 249, 240, 0.92) 55%
  );
  color: var(--rc-ink);
}
.rc-hero .eyebrow {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rc-gold);
  font-weight: 600;
  margin: 0 0 10px;
}
.rc-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(36px, 7vw, 68px);
  line-height: 1.02;
  margin: 0 0 14px;
  max-width: 12ch;
}
.rc-hero p {
  margin: 0 0 24px;
  font-size: 16px;
  color: var(--rc-muted);
  max-width: 46ch;
}
.rc-hero .btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.rc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid transparent;
}
.rc-btn--primary {
  background: var(--secondary-main);
  color: #fff;
}
.rc-btn--ghost {
  border-color: var(--secondary-main);
  color: var(--secondary-main);
  background: rgba(255, 255, 255, 0.6);
}
.rc-hero .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 3;
}
.rc-hero .dots span {
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: rgba(90, 58, 16, 0.25);
}
.rc-hero .dots span.on {
  background: var(--secondary-main);
}
@media (min-width: 768px) {
  .rc-hero .slide {
    min-height: 520px;
    align-items: stretch;
  }
  .rc-hero .copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .rc-hero .copy {
    max-width: 560px;
    padding: 60px 40px;
    background: linear-gradient(
      90deg,
      rgba(253, 249, 240, 0.94) 0%,
      rgba(253, 249, 240, 0.82) 70%,
      rgba(253, 249, 240, 0) 100%
    );
  }
}
@media (min-width: 1024px) {
  .rc-hero .slide {
    min-height: 620px;
  }
  .rc-hero .copy {
    max-width: 680px;
    padding: 80px 0 80px calc((100% - 1240px) / 2 + 16px);
  }
}
@media (min-width: 1440px) {
  .rc-hero .slide {
    min-height: 700px;
  }
}

/* section headings shared by native sections */
.rc-sec {
  padding: clamp(40px, 6vw, 64px) 16px;
}
.rc-sec .head {
  text-align: center;
  margin-bottom: clamp(22px, 3vw, 36px);
}
.rc-sec .eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rc-gold);
  font-weight: 600;
}
.rc-sec h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
}
.rc-sec .sub {
  margin: 10px auto 0;
  max-width: 560px;
  color: var(--rc-muted);
  font-size: 15px;
}
.rc-sec .rule {
  width: 56px;
  height: 2px;
  border: 0;
  background: var(--rc-gold);
  margin: 14px auto 0;
}

/* category (LargeCategoriesCardV1 approximation) */
.rc-cats .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.rc-cats .tile {
  text-decoration: none;
  color: var(--rc-ink);
  text-align: center;
}
.rc-cats .tile img {
  aspect-ratio: 4/5;
  object-fit: cover;
  width: 100%;
  border-radius: 14px;
  background: var(--rc-cream);
}
.rc-cats .n {
  margin: 10px 0 0;
  font-weight: 600;
  font-size: 15px;
}
.rc-cats .c {
  font-size: 12px;
  color: var(--rc-muted);
}
@media (min-width: 768px) {
  .rc-cats .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }
}

/* product grid (ProductGridCollection / TWO_CARD approximation) */
.rc-prods {
  background: #fff;
}
.rc-prods .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.rc-card {
  border: 1px solid var(--rc-line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.rc-card .img {
  position: relative;
  aspect-ratio: 1;
  background: var(--rc-cream);
}
.rc-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-card .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--rc-deal);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 9px;
  border-radius: 6px;
}
.rc-card .badge.new {
  background: var(--rc-gold);
}
.rc-card .body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.rc-card .cat {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rc-muted);
}
.pr-title {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  font-family: var(--font-family);
  color: var(--rc-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
.rc-card .price {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin-top: 4px !important;
}
.pr-sale-price {
  color: var(--rc-muted);
  font-size: 13px;
  font-family: var(--font-family);
  color: var(--rc-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
.pr-mrp-price {
  font-style: normal !important;
  color: var(--rc-deal) !important;
  font-size: 12px 1important;
  font-weight: 600 !important;
}
.rc-card .add {
  margin-top: auto;
  padding-top: 10px;
}
.rc-card .add a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 999px;
  border: 1.5px solid var(--secondary-main);
  color: var(--secondary-main);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rc-card .add a:hover {
  background: var(--secondary-main);
  color: #fff;
}
.rc-prods .more {
  text-align: center;
  margin-top: 28px;
}
@media (min-width: 640px) {
  .rc-prods .row {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
@media (min-width: 1024px) {
  .rc-prods .row {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

/* promo (BannerCollection approximation) */
.rc-promo {
  padding: 0 16px clamp(40px, 6vw, 64px);
}
.rc-promo .bn {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
}
.rc-promo picture,
.rc-promo .bn > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.rc-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-promo .ov {
  position: relative;
  z-index: 2;
  padding: 28px 22px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(42, 31, 20, 0),
    rgba(42, 31, 20, 0.78)
  );
  color: #fff;
}
.rc-promo .eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e6d3ad;
  font-weight: 600;
  margin: 0 0 8px;
}
.rc-promo h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  margin: 0 0 10px;
}
.rc-promo p {
  margin: 0 0 18px;
  font-size: 15px;
  opacity: 0.9;
  max-width: 44ch;
}
@media (min-width: 768px) {
  .rc-promo .bn {
    min-height: 380px;
    align-items: center;
  }
  .rc-promo .ov {
    max-width: 520px;
    padding: 48px 44px;
    background: linear-gradient(
      90deg,
      rgba(42, 31, 20, 0.82),
      rgba(42, 31, 20, 0.55) 70%,
      rgba(42, 31, 20, 0)
    );
  }
}
@media (min-width: 1024px) {
  .rc-promo .bn {
    min-height: 460px;
  }
}

/* footer */
.rc-foot {
  background: #2a1f14;
  color: #d9ccb8;
  padding: 48px 16px 24px;
  font-size: 14px;
}
.rc-foot .cols {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.rc-foot h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.rc-foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.rc-foot a {
  text-decoration: none;
  color: #d9ccb8;
}
.rc-foot a:hover {
  color: #fff;
}
/* Footer brand: text logo instead of the image (see footer HTML). */
.rc-foot .brand-name {
  display: inline-block;
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #65461f;
  background-color: #faf3ec !important;
  border-radius: 20px;
    padding: 12px;
}
.rc-foot .brand img {
  height: 64px;
  width: auto;
  background: #fdf9f0;
  border-radius: 10px;
  padding: 6px;
  margin-bottom: 14px;
}
.rc-foot .brand p {
  margin: 0;
  line-height: 1.7;
  max-width: 34ch;
}
.rc-foot .soc {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.rc-foot .soc a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.rc-foot .soc svg {
  width: 18px;
  height: 18px;
}
.rc-foot .bottom {
  max-width: 1240px;
  margin: 36px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  font-size: 12px;
  color: #a89a86;
}
@media (min-width: 768px) {
  .rc-foot .cols {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
  }
}
.rc-wa {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--rc-wa);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.rc-wa svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
.section-heading {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
}

.pr-outlined-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 999px;
  border: 1.5px solid var(--secondary-main);
  color: var(--secondary-main);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sh-product-plus-minus-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 999px;
  border: 1.5px solid var(--secondary-main);
  color: var(--secondary-main);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sh-product-plus-minus-button:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 999px;
  border: 1.5px solid var(--secondary-main);
  background-color: var(--secondary-main);
  color: #fff !important;
}
.pr-discount,
.sh-product-card-discount-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--rc-deal);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 9px;
  border-radius: 6px;
}
.cat-card-title {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 24px !important;
  font-weight: 700 !important;
  justify-content: center;
  margin-bottom: 4px;
  margin-top: 10px;
  pointer-events: none;
  text-align: center;
  z-index: 2;
}
.cat-card-title {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 24px !important;
  font-weight: 700 !important;
  justify-content: center;
  margin-bottom: 4px;
  margin-top: 10px;
  pointer-events: none;
  text-align: center;
  z-index: 2;
}

/* Tablet */
@media (max-width: 768px) {
  .cat-card-title {
    font-size: 20px !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .cat-card-title {
    font-size: 16px !important;
    line-height: 1.3;
    margin-top: 8px;
  }
}
.section-heading-container {
  width: 100%;
  text-align: center;
  margin-bottom: 28px;
  /* The theme lays this out as a flex column with align-items:flex-start, so the
     heading (and its "View All" link) sat on the left despite text-align:center.
     Centering the flex items pulls every section heading to the middle. */
  align-items: center !important;
}

.section-heading {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 18px;
  color: #2a1d17;
  font-size: 32.2px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 84px;
  height: 3px;
  background: #b98232;
  transform: translateX(-50%);
}

/* Mobile */
@media (max-width: 768px) {
  .section-heading-container {
    margin-bottom: 22px;
  }

  .section-heading {
    font-size: 26px;
    padding-bottom: 14px;
  }

  .section-heading::after {
    width: 64px;
    height: 2px;
  }
}
