/** Shopify CDN: Minification failed

Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 20:33 Unexpected "{"
Line 28:18 Unexpected "{"
Line 28:27 Expected ":"
Line 40:20 Unexpected "{"
Line 40:29 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:announcement-bar (INDEX:5) */
.ab{ font-family: 'Quicksand', sans-serif; }
.ab *{ box-sizing: border-box; }

#shopify-section-{{ section.id }}{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1002 !important;
  background: var(--ab-bg, #cfe3da);
}

#shopify-section-{{ section.id }}.ab-is-fixed{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1002 !important;
  background: var(--ab-bg, #cfe3da);
}

/* Fix Laptop subpixel hairline gap between sticky announcement bar and header */
@media (min-width: 601px){
  #shopify-section-{{ section.id }}.ab-is-fixed{
    margin-bottom: -2px !important;
  }
}

.ab__bar{
  position: relative;
  background: var(--ab-bg, #cfe3da);
  color: var(--ab-text, #2b3a3a);
  display: flex; align-items: center; gap: 6px;
  padding: 5px 16px 12px;
  min-height: 24px;
}

/* arrows */
.ab__nav{
  flex: 0 0 auto;
  background: none; border: 0; padding: 4px; margin: 0;
  color: inherit; cursor: pointer; opacity: .8;
  display: inline-flex; align-items: center; justify-content: center;
  transition: opacity .2s ease, transform .2s ease;
  position: relative; z-index: 3;
}
.ab__nav:hover{ opacity: 1; }
.ab__prev:hover{ transform: translateX(-2px); }
.ab__next:hover{ transform: translateX(2px); }
.ab__nav svg{ width: 18px; height: 18px; display: block; }

/* slides */
.ab__viewport{ flex: 1 1 auto; overflow: hidden; position: relative; z-index: 3; }
.ab__track{ display: flex; transition: transform .4s ease; }
.ab__slide{
  flex: 0 0 100%;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  text-decoration: none; color: inherit; min-width: 0;
}
.ab__icon{ font-size: 16px; line-height: 1; flex: 0 0 auto; }
.ab__text{
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700; font-size: clamp(12px, 1.6vw, 16px);
  letter-spacing: .2px; text-align: center;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* white zigzag bottom edge — fixed-size tooth, tiled so it looks identical on every screen */
.ab__teeth{
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 9px; display: block; z-index: 2;
  background: var(--ab-teeth, #ffffff);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9'%3E%3Cpath d='M0 9L8 0L16 9Z' fill='%23000'/%3E%3C/svg%3E") repeat-x bottom / 16px 9px;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9'%3E%3Cpath d='M0 9L8 0L16 9Z' fill='%23000'/%3E%3C/svg%3E") repeat-x bottom / 16px 9px;
}

@media (max-width: 600px){
  .ab__bar{ padding: 4px 10px 11px; min-height: 22px; }
  .ab__nav svg{ width: 18px; height: 18px; }
  .ab__icon{ font-size: 15px; }
}
/* END_SECTION:announcement-bar */

/* START_SECTION:best-sellers (INDEX:7) */
.bs-hero {
  background: var(--bs-bg, #ffffff);
  padding: 18px !important;
  margin: 0 !important;
  font-family: 'Quicksand','Plus Jakarta Sans',system-ui,sans-serif;
  box-sizing: border-box;
}
.bs-hero * { box-sizing: border-box; }

.bs-hero__top {
  max-width: 1500px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
  align-items: center;
}

/* LEFT visual — wrapper is same width as image so badge anchors to image edge */
.bs-hero__visual { position: relative; width: 86%; max-width: 440px; margin: 0 auto; }
.bs-hero__blob {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #f3eef9;
}
.bs-hero__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bs-hero__ph { display: flex; align-items: center; justify-content: center; }

/* badge — half inside, half outside the circle */
.bs-hero__badge {
  position: absolute; bottom: 8%; right: -10px;
  width: 112px; height: 112px; border-radius: 50%;
  background: var(--bs-light, #8b5cb8); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; box-shadow: 0 10px 30px rgba(124,58,237,.25);
  border: 3px dashed rgba(255,255,255,.6);
  pointer-events: none;
  z-index: 2;
}
.bs-hero__badge svg { margin-bottom: 2px; }
.bs-hero__badge-main { font-size: 1.6rem; font-weight: 700; line-height: 1; }
.bs-hero__badge-sub { font-size: 0.7rem; opacity: .9; }

/* RIGHT content */
.bs-hero__content { display: flex; flex-direction: column; }
.bs-hero__pill {
  display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
  background: #f3eef9; color: var(--bs-light, #8b5cb8);
  font-size: 0.8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 14px;
}
.bs-hero__heading { font-size: clamp(34px,4.5vw,58px); font-weight: 700; color: var(--bs-dark, #3e1566); margin: 0 0 8px; line-height: 1; }
.bs-hero__sub { font-size: 1.05rem; color: #6b6b78; margin: 0 0 14px; }
.bs-hero__rule { width: 60px; height: 4px; border-radius: 4px; background: var(--bs-light, #8b5cb8); margin-bottom: 22px; }

.bs-hero__cards { display: flex; flex-direction: column; gap: 14px; }
.bs-card {
  display: flex; align-items: center; gap: 16px;
  background: #fff; border-radius: 18px; padding: 14px 18px;
  text-decoration: none; box-shadow: 0 4px 18px rgba(0,0,0,.06);
  border: 1px solid #f0ecf5;
  transition: transform .2s ease, box-shadow .2s ease;
}
.bs-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.bs-card__imgwrap { flex-shrink: 0; width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: #f3eef9; }
.bs-card__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bs-card__ph { display: flex; align-items: center; justify-content: center; }
.bs-card__text { flex-grow: 1; display: flex; flex-direction: column; gap: 3px; }
.bs-card__title { font-size: 1.15rem; font-weight: 700; color: var(--bs-dark, #3e1566); line-height: 1.2; }
.bs-card__tagline { font-size: 0.9rem; color: #8a8a96; }
.bs-card__arrow {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  background: var(--bs-light, #8b5cb8); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .2s ease;
}
.bs-card:hover .bs-card__arrow { transform: translateX(3px); }
.bs-card--empty { opacity: .6; }

/* MOBILE — stack: round image top, cards below */
@media (max-width: 749px) {
  .bs-hero { padding: 10px !important; }
  .bs-hero__top { grid-template-columns: 1fr; gap: 6px; }
  .bs-hero__visual { width: 70%; max-width: 270px; margin: 0 auto 6px; }
  .bs-hero__blob { width: 100%; border-radius: 50%; }
  .bs-hero__badge { width: 88px; height: 88px; right: -6px; bottom: 6%; }
  .bs-hero__badge-main { font-size: 1.3rem; }
  .bs-hero__badge-sub { font-size: 0.6rem; }
  .bs-hero__content { align-items: center; text-align: center; }
  .bs-hero__pill { align-self: center; }
  .bs-hero__rule { align-self: center; }
  .bs-hero__heading { font-size: 36px; }
  .bs-card { text-align: left; }
  .bs-card__title { font-size: 1.02rem; }
  .bs-card__tagline { font-size: 0.84rem; }
  .bs-card__imgwrap { width: 60px; height: 60px; }
  .bs-card__arrow { width: 38px; height: 38px; }
}
/* END_SECTION:best-sellers */

/* START_SECTION:category (INDEX:9) */
.cat{
  background: var(--cat-bg, #f8f6f0);
  padding: 34px 22px;
  font-family: 'Quicksand', sans-serif;
}
.cat *{ box-sizing: border-box; }

/* heading is the first cell; circles flow beside/under it */
.cat__layout{
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px 14px;
  align-items: center;
}

/* ---- heading ---- */
.cat__head{ display: flex; flex-direction: column; }
.cat__title{ margin: 0; font-family: 'Baloo 2', sans-serif; line-height: 1.04; }
.cat__t1{ display: block; font-weight: 600; font-size: clamp(24px, 2.6vw, 38px); color: var(--cat-h1, #2b2b2b); }
.cat__t2{ display: block; font-weight: 800; font-size: clamp(28px, 3.2vw, 46px); color: var(--cat-h2, #7c5cbf); }
.cat__rule{ display: block; width: 46px; height: 3px; border-radius: 3px; background: var(--cat-h2, #7c5cbf); margin: 14px 0; }
.cat__browse{
  font-family: 'Quicksand', sans-serif; font-weight: 700;
  font-size: 12.5px; letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--cat-h2, #7c5cbf);
  background: none; border: 0; padding: 0; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  transition: gap .2s ease, opacity .2s ease;
}
.cat__browse:hover{ gap: 12px; opacity: .85; }
.cat__arrow{ font-size: 15px; line-height: 1; transition: transform .2s ease; }
.cat__browse-less{ display: none; }
.cat--open .cat__browse-more{ display: none; }
.cat--open .cat__browse-less{ display: inline; }
.cat--open .cat__arrow{ transform: rotate(90deg); }

/* ---- category item ---- */
.cat__item{
  display: flex; flex-direction: column; align-items: center;
  text-decoration: none; gap: 12px;
}
.cat__circle{
  width: 100%; max-width: 128px; aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--c, #ece7df);
  display: flex; align-items: center; justify-content: center;
  transition: transform .22s ease, box-shadow .22s ease;
}
.cat__item:hover .cat__circle{ transform: translateY(-4px); box-shadow: 0 16px 28px -16px rgba(0,0,0,.32); }
.cat__circle--solid .cat__ic{ color: #fff; }
.cat__ic{ font-size: 58px; line-height: 1; color: #4a4a4a; }
.cat__img{ width: 82%; height: 82%; object-fit: contain; }
.cat__label{
  font-family: 'Quicksand', sans-serif; font-weight: 600;
  font-size: 13px; line-height: 1.2; color: #3a3a3a; text-align: center;
  min-height: 2.4em;   /* reserve 2 lines so 1-line and 2-line labels keep all circles aligned */
}

/* ---- collapsed state (laptop default): show first 5 categories ---- */
.cat:not(.cat--open) .cat__item:nth-child(n+7){ display: none; }

/* ============ RESPONSIVE ============ */
/* tablet: heading + 3 beside; collapsed shows 3 */
@media (max-width: 1000px) and (min-width: 769px){
  .cat__layout{ grid-template-columns: repeat(4, 1fr); }
  .cat:not(.cat--open) .cat__item:nth-child(n+5){ display: none; }
}

/* mobile: only 2 rows collapsed — heading (spans 2 cols) + 2, then 4. Open reveals rows of 4 */
@media (max-width: 768px){
  .cat__layout{ grid-template-columns: repeat(4, 1fr); gap: 24px 8px; }
  .cat__head{ grid-column: 1 / 3; }
  .cat:not(.cat--open) .cat__item:nth-child(7){ display: flex; }   /* keep the 6th category */
  .cat:not(.cat--open) .cat__item:nth-child(n+8){ display: none; } /* hide from the 7th on */
  .cat__t1{ font-size: clamp(22px, 6vw, 34px); }
  .cat__t2{ font-size: clamp(24px, 7.5vw, 42px); letter-spacing: -.5px; }
  .cat__circle{ max-width: 72px; }
  .cat__ic{ font-size: 40px; }
  .cat__label{ font-size: 11.5px; }
}

/* small phones: shrink circles a touch so 4 fit across a row */
@media (max-width: 430px){
  .cat__layout{ gap: 20px 6px; }
  .cat__circle{ max-width: 62px; }
  .cat__ic{ font-size: 33px; }
  .cat__label{ font-size: 10.5px; }
}
/* END_SECTION:category */

/* START_SECTION:collection-blobs (INDEX:10) */
.sc{ background: var(--sc-bg, #ffffff); padding: 26px 22px; font-family: 'Quicksand', sans-serif; }
.sc *{ box-sizing: border-box; }
.sc__defs{ position: absolute; width: 0; height: 0; }
.sc__wrap{ max-width: 1300px; margin: 0 auto; }

/* heading */
.sc__head{ margin-bottom: 18px; }
.sc__title{
  font-family: 'Baloo 2', sans-serif; font-weight: 800;
  font-size: clamp(30px, 4vw, 52px); line-height: 1.02;
  color: var(--sc-h, #1c2b46); margin: 0 0 8px;
}
.sc__sub{
  font-family: 'Quicksand', sans-serif; font-weight: 500;
  font-size: clamp(15px, 1.5vw, 19px); color: var(--sc-sub, #5b6472);
  margin: 0 0 16px;
}
.sc__all{
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Baloo 2', sans-serif; font-weight: 700;
  font-size: 16px; color: var(--sc-link, #1c2b46); text-decoration: none;
  border-bottom: 2px solid var(--sc-link, #1c2b46); padding-bottom: 4px;
  transition: gap .2s ease, opacity .2s ease;
}
.sc__all:hover{ gap: 12px; opacity: .85; }
.sc__all-arrow{ font-size: 20px; line-height: 1; }

/* grid */
.sc__grid{
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 18px 22px; align-items: start;
}

/* card */
.sc__card{ display: flex; flex-direction: column; align-items: center; text-decoration: none; }
.sc__blob{
  width: 100%; aspect-ratio: 1 / 1; display: block;
  background: var(--pad, #f0eee9);
  transition: transform .25s ease;
}
.sc__img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.sc__card:hover .sc__blob{ transform: translateY(-5px) scale(1.02); }

/* labels */
.sc__name{
  font-family: 'Baloo 2', sans-serif; font-weight: 700;
  font-size: clamp(16px, 1.6vw, 22px); color: var(--sc-h, #1c2b46);
  margin-top: 10px; text-align: center; line-height: 1.1;
}
.sc__count{
  font-family: 'Quicksand', sans-serif; font-weight: 500;
  font-size: clamp(12px, 1.2vw, 15px); color: var(--sc-count, #6b7280);
  margin-top: 6px; text-align: center;
}

/* responsive */
@media (max-width: 1000px){
  .sc__grid{ grid-template-columns: repeat(3, 1fr); gap: 28px 20px; }
}
@media (max-width: 600px){
  .sc{ padding: 20px 16px; }
  .sc__grid{ grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
}
/* END_SECTION:collection-blobs */

/* START_SECTION:hero-banner (INDEX:25) */
/* HERO — force clean white edges, no theme border/outline */
.rr-hero, .section-rr-hero {
  background: var(--rr-bg, #ffffff) !important;
  padding: 4px 6px 5px !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-family: 'Plus Jakarta Sans','Inter',system-ui,sans-serif;
  color: var(--rr-text, #2a1c66);
  width: 100% !important; max-width: 100% !important;
  box-sizing: border-box; display: block;
}
.rr-hero * { box-sizing: border-box; }
.rr-hero__card {
  position: relative; max-width: 1600px !important;
  width: 100%; margin: 0 auto;
  background: var(--rr-bg, #ffffff);
  border-radius: 28px; overflow: hidden; isolation: isolate;
}
.rr-hero--match .rr-hero__card    { aspect-ratio: var(--rr-ratio-d, 16/7); }
.rr-hero--wide .rr-hero__card     { aspect-ratio: 16/5; min-height: 280px; }
.rr-hero--standard .rr-hero__card { aspect-ratio: 16/7; min-height: 320px; }
.rr-hero--tall .rr-hero__card     { aspect-ratio: 16/9; min-height: 360px; }

.rr-hero__image-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.rr-hero__image { position: absolute; inset: 0; z-index: 0; }
.rr-hero__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rr-hero__image--mobile { display: none; }
.rr-hero__image--desktop { display: block; }
.rr-hero__text { position: absolute; top: 0; left: 0; z-index: 2; padding: 40px 48px 0; max-width: 70%; pointer-events: none; }
.rr-hero__heading { font-size: clamp(28px,4vw,54px); line-height: 1.04; font-weight: 800; margin: 0; color: #fff; letter-spacing: -.02em; text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.rr-hero__sub { font-size: 16px; color: #fff; margin: 10px 0 0; max-width: 460px; text-shadow: 0 1px 10px rgba(0,0,0,.35); }

/* DOTS — desktop uses --rr-dx/--rr-dy, mobile uses --rr-mx/--rr-my */
.rr-hero__hotspots { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.rr-hero__hotspot { position: absolute; left: var(--rr-dx, 50%); top: var(--rr-dy, 50%); transform: translate(-50%,-50%); border: 0; background: none; padding: 0; cursor: pointer; pointer-events: auto; }
.rr-hero__hotspot-dot { position: relative; display: block; width: 26px; height: 26px; border-radius: 50%; background: var(--rr-dot,#fff); box-shadow: 0 2px 8px rgba(0,0,0,.35); }
.rr-hero__hotspot-dot::before { content:""; position: absolute; inset: 7px; border-radius: 50%; border: 2px solid var(--rr-primary,#7c3aed); }
.rr-hero__hotspot-dot::after { content:""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 2px rgba(255,255,255,.7); animation: rrPulse 2s ease-out infinite; }
@keyframes rrPulse { 0%{transform:scale(.85);opacity:.8} 100%{transform:scale(2);opacity:0} }
.rr-hero__hotspot:hover .rr-hero__hotspot-dot { transform: scale(1.12); }
.rr-hero__hotspot.is-active .rr-hero__hotspot-dot { background: var(--rr-primary,#7c3aed); }
.rr-hero__hotspot.is-active .rr-hero__hotspot-dot::before { border-color: #fff; }
.rr-hero__hotspot-coords { display: none; position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); background: rgba(0,0,0,.82); color: #fff; font-size: 11px; font-weight: 700; font-family: monospace; padding: 3px 8px; border-radius: 4px; white-space: nowrap; pointer-events: none; z-index: 10; }
.rr-editing .rr-hero__hotspot { cursor: grab; }
.rr-editing .rr-hero__hotspot:active { cursor: grabbing; }
.rr-editing .rr-hero__hotspot-coords { display: block; }
.rr-editing .rr-hero__hotspot::after { content:""; position: absolute; inset: -10px; border-radius: 50%; border: 2px dashed rgba(124,58,237,.8); pointer-events: none; }

/* EDITOR HINT */
.rr-editor-hint { position: fixed; bottom: 24px; right: 24px; z-index: 99999; font-family: 'Inter',system-ui,sans-serif; }
.rr-editor-hint[hidden] { display: none; }
.rr-editor-hint__inner { background: #1a0f3c; color: #fff; border-radius: 14px; padding: 16px 20px; min-width: 220px; box-shadow: 0 12px 40px rgba(0,0,0,.4); font-size: 13px; }
.rr-editor-hint__inner strong { display: block; font-size: 14px; margin-bottom: 10px; color: #c4b5fd; }
.rr-editor-hint__mode { color: #facc15; font-weight: 700; }
.rr-editor-hint__row { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.rr-editor-hint__row b { font-size: 18px; font-family: monospace; color: #facc15; }
.rr-editor-hint__note { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; color: #a78bfa; line-height: 1.5; }

/* OVERLAY */
.rr-pop { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.rr-pop[hidden] { display: none; }
.rr-pop__overlay { position: absolute; inset: 0; background: rgba(180,160,220,.45); backdrop-filter: blur(10px); }

/* DIALOG */
.rr-pop__dialog {
  position: relative; z-index: 1;
  background: transparent;
  width: min(900px, 96vw);
  max-height: 94vh;
  overflow: visible;
  animation: rrPopIn .28s cubic-bezier(.16,1,.3,1);
}
@keyframes rrPopIn { from{opacity:0;transform:scale(.92) translateY(16px)} to{opacity:1;transform:none} }

.rr-pop__x {
  position: absolute; top: -14px; right: -14px; z-index: 30;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid #e0d4f0;
  background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; color: #3e1566;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
  transition: transform .15s, box-shadow .15s;
}
.rr-pop__x:hover { transform: scale(1.08); box-shadow: 0 4px 16px rgba(0,0,0,.18); }

/* ===== CARD — cute rounded font, two-column, tight ===== */
.product-card {
  background: #fff;
  border-radius: 28px;
  padding: 26px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Quicksand','Plus Jakarta Sans',system-ui,sans-serif;
  box-shadow: 0 40px 100px rgba(62,21,102,.2);
  max-height: 94vh;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 30px;
  align-items: stretch;
}

.rr-card__image-wrap { position: relative; }
.rr-card__img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 20px; display: block; }
.rr-card__badge {
  position: absolute; top: 16px; left: 16px;
  background: #6b46c1; color: #fff;
  padding: 8px 16px; border-radius: 14px; font-weight: 700; font-size: 15px;
  font-family: 'Quicksand', sans-serif;
}
.rr-card__badge[hidden] { display: none; }

.rr-card__details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 6px;
}
.rr-card__title { color: #3c096c; font-size: 1.8rem; font-weight: 700; line-height: 1.2; margin: 0 0 14px 0; font-family: 'Quicksand', sans-serif; }

.rr-card__price-row { margin: 0 0 22px 0; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.rr-card__price-from { color: #6b46c1; font-weight: 600; font-size: 1.05rem; }
.rr-card__price-from[hidden] { display: none; }
.rr-card__price-now { font-weight: 700; color: #3c096c; font-size: 2rem; letter-spacing: -.01em; }
.rr-card__price-was { text-decoration: line-through; color: #b9a8df; font-size: 1.05rem; font-weight: 600; }
.rr-card__price-was[hidden] { display: none; }

.rr-card__variant-label { display: block; font-weight: 700; color: #3c096c; margin-bottom: 8px; font-size: 1rem; }
.rr-card__select-wrap { position: relative; margin-bottom: 16px; }
.rr-card__select {
  width: 100%;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  padding: 11px 46px 11px 18px;
  border: 1.5px solid #e0d2f7; border-radius: 14px;
  background: #fff; color: #3c096c; font-weight: 700;
  font-family: 'Quicksand', sans-serif; font-size: 1rem; cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
}
.rr-card__select:hover { border-color: #c4a8f5; }
.rr-card__select:focus { outline: none; border-color: #6b46c1; box-shadow: 0 0 0 3px rgba(107,70,193,.15); }
.rr-card__select-caret { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #6b46c1; pointer-events: none; }

.rr-card__actions { display: flex; gap: 12px; margin-bottom: 14px; }
.rr-card__btn {
  flex: 1; padding: 14px 18px; border-radius: 16px;
  font-weight: 700; cursor: pointer; font-size: 1rem;
  font-family: 'Quicksand', sans-serif; text-align: center;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: 2px solid #6b46c1;
  transition: transform .15s, box-shadow .15s;
}
.rr-card__btn--cart { background: #fff; color: #6b46c1; }
.rr-card__btn--cart:hover:not([disabled]) { transform: translateY(-2px); }
.rr-card__btn--buy  { background: #6b46c1; color: #fff; box-shadow: 0 6px 22px rgba(107,70,193,.35); }
.rr-card__btn--buy:hover:not([disabled]) { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(107,70,193,.45); }
.rr-card__btn[disabled] { opacity: .4; cursor: not-allowed; }

.rr-card__details-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 4px;
  color: #6b46c1; font-size: 0.98rem; font-weight: 700; text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  transition: gap .15s;
}
.rr-card__details-link:hover { gap: 10px; }

/* MOBILE — stacked card + dots use mobile position vars */
@media (max-width: 749px) {
  .rr-hero, .section-rr-hero { padding: 3px 4px 4px !important; }
  .rr-hero__image--mobile { display: block; }
}
@media (max-width: 749px) {
  .rr-hero__card:has(.rr-hero__image--mobile) .rr-hero__image--desktop { display: none; }
  .rr-hero--match .rr-hero__card    { aspect-ratio: var(--rr-ratio-m, 4/5); }
  .rr-hero--wide .rr-hero__card     { aspect-ratio: 4/3; min-height: 0; }
  .rr-hero--standard .rr-hero__card { aspect-ratio: 1/1; min-height: 0; }
  .rr-hero--tall .rr-hero__card     { aspect-ratio: 4/5; min-height: 0; }
  .rr-hero__text { max-width: 100%; padding: 24px 20px 0; }

  .rr-hero__hotspot { left: var(--rr-mx, var(--rr-dx, 50%)); top: var(--rr-my, var(--rr-dy, 50%)); }
  .rr-hero__hotspot-dot { width: 22px; height: 22px; }

  .rr-pop { padding: 14px; }
  .rr-pop__dialog { width: min(340px, 92vw); }

  .product-card { grid-template-columns: 1fr; gap: 16px; padding: 18px; border-radius: 18px; }
  .rr-card__details { padding-top: 0; }
  .rr-card__img { aspect-ratio: 1/1; border-radius: 14px; }
  .rr-card__badge { top: 10px; left: 10px; padding: 5px 11px; font-size: 13px; border-radius: 12px; }
  .rr-card__title { font-size: 1.2rem; margin-bottom: 8px; }
  .rr-card__price-row { margin-bottom: 14px; gap: 8px; }
  .rr-card__price-now { font-size: 1.45rem; }
  .rr-card__price-was { font-size: 0.95rem; }
  .rr-card__price-from { font-size: 0.95rem; }
  .rr-card__variant-label { font-size: 0.95rem; margin-bottom: 6px; }
  .rr-card__select { padding: 10px 42px 10px 14px; font-size: 0.95rem; border-radius: 12px; }
  .rr-card__select-wrap { margin-bottom: 14px; }
  .rr-card__actions { gap: 10px; margin-bottom: 10px; }
  .rr-card__btn { padding: 11px; font-size: 0.95rem; border-radius: 14px; gap: 7px; }
  .rr-card__btn svg { width: 16px; height: 16px; }
  .rr-card__details-link { margin-top: 2px; font-size: 0.9rem; }
}
/* END_SECTION:hero-banner */

/* START_SECTION:most-popular (INDEX:49) */
.mp{
  background: var(--mp-bg, #ffffff);
  padding: 18px 18px 22px;
  font-family: 'Quicksand', sans-serif;
}
.mp *{ box-sizing: border-box; }
.mp__defs{ position:absolute; width:0; height:0; overflow:hidden; }

/* ---- heading ---- */
.mp__head{ text-align:center; margin: 0 auto 14px; max-width: 760px; }
.mp__title{
  font-family:'Baloo 2', sans-serif;
  font-weight:800;
  font-size: clamp(26px, 4.4vw, 40px);
  line-height:1.05;
  margin:0;
  letter-spacing:.5px;
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:.32em;
}
.mp__title-dark{ color: var(--mp-heading, #2e2e2e); }
.mp__title-accent{ color: var(--mp-accent, #ff5d9e); }
.mp__spark{ font-size:.8em; line-height:1; }
.mp__sub{
  font-family:'Quicksand', sans-serif;
  font-weight:600;
  color:#8c8c8c;
  font-size: clamp(14px, 2vw, 17px);
  margin:.4em 0 0;
}

/* ---- grid ---- */
.mp__grid{
  max-width: 1340px;
  margin: 0 auto;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 16px;          /* bigger row gap leaves room for the badge to poke out */
}

/* ---- card (base = mobile arch look) ---- */
.mp__card{
  position:relative;
  display:flex; flex-direction:column; align-items:center; text-align:center;
  background: var(--c-bg, #eef2e2);
  border-radius: 48% 48% 22px 22px / 32% 32% 22px 22px;  /* flattened arch like the reference */
  padding: 18px 16px 18px;
  overflow:visible;        /* let the badge overflow the corner */
  transition: transform .28s ease, box-shadow .28s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.mp__card:hover{ transform: translateY(-5px); box-shadow: 0 22px 40px -20px rgba(0,0,0,.30); }

/* ---- badge (scalloped seal) — half inside / half outside the corner ---- */
.mp__badge{
  position:absolute; top:6px; left:-10px;
  width:72px; height:72px;
  color: var(--c-accent, #6f9b3a);
  filter: drop-shadow(0 5px 8px rgba(0,0,0,.18));
  z-index:5;
}
.mp__badge-shape{ width:100%; height:100%; display:block; fill: currentColor; }
.mp__badge-inner{
  position:absolute; inset:0;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  color:#fff; text-align:center; padding:6px;
  font-family:'Baloo 2', sans-serif; font-weight:800;
}
.mp__badge-ic{ font-size:13px; line-height:1; margin-bottom:1px; }
.mp__badge-l1{ font-size:9px; line-height:1.04; letter-spacing:.3px; text-transform:uppercase; }
.mp__badge-l2{ font-size:9px; line-height:1.04; letter-spacing:.3px; text-transform:uppercase; }

/* ---- media ---- */
.mp__media{
  width:100%; height:150px;
  display:flex; align-items:flex-end; justify-content:center;
  position:relative; margin: 8px 0 4px;
}
.mp__media::after{
  content:""; position:absolute; bottom:6px; left:50%; transform:translateX(-50%);
  width:58%; height:14px; border-radius:50%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.16), rgba(0,0,0,0) 70%);
  filter: blur(2px);
}
.mp__img{ max-width:88%; max-height:144px; object-fit:contain; position:relative; z-index:1; }
.mp__ph{ width:70%; height:100%; opacity:.45; display:flex; align-items:center; justify-content:center; }
.mp__ph svg{ width:100%; height:100%; }

/* ---- text ---- */
.mp__name{
  font-family:'Baloo 2', sans-serif; font-weight:800;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.08;
  text-transform:uppercase; letter-spacing:.3px;
  color: var(--c-accent, #5d8a2e);
  margin: 0 0 2px;
}
.mp__price{
  font-family:'Baloo 2', sans-serif; font-weight:800;
  font-size: 15px; color:#333; margin: 0 0 6px;
}

/* ---- button ---- */
.mp__btn{
  margin-top:4px;
  display:inline-flex; align-items:center; gap:7px;
  background: var(--c-accent, #6f9b3a); color:#fff;
  font-family:'Baloo 2', sans-serif; font-weight:800;
  font-size:12.5px; letter-spacing:.5px; text-transform:uppercase;
  text-decoration:none;
  padding: 9px 18px; border-radius:999px;
  box-shadow: 0 10px 18px -8px color-mix(in srgb, var(--c-accent, #6f9b3a) 70%, transparent);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.mp__card:hover .mp__btn{ transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 14px 24px -8px color-mix(in srgb, var(--c-accent, #6f9b3a) 75%, transparent); }
.mp__btn-ic{ font-size:13px; line-height:1; }

/* ---- view more / less ---- */
.mp__more-wrap{ max-width:1340px; margin: 18px auto 0; text-align:right; }
.mp__more{
  font-family:'Baloo 2', sans-serif; font-weight:700; font-size:10.5px;
  letter-spacing:.3px; text-transform:uppercase; cursor:pointer;
  color: var(--mp-accent, #ff5d9e); background:#fff;
  border:1.5px solid var(--mp-accent, #ff5d9e); border-radius:999px;
  padding: 5px 13px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.mp__more:hover{ background: var(--mp-accent, #ff5d9e); color:#fff; transform: translateY(-1px); }
.mp__more-on{ display:inline; }
.mp__more-off{ display:none; }
.mp--expanded .mp__more-on{ display:none; }
.mp--expanded .mp__more-off{ display:inline; }

/* ---- trust bar ---- */
.mp__trust{
  max-width: 1140px; margin: 18px auto 0;
  background:#fff; border-radius:30px;
  box-shadow: 0 18px 40px -22px rgba(0,0,0,.22);
  padding: 12px 16px; display:flex; flex-wrap:wrap;
}
.mp__trust-item{
  flex:1 1 0; min-width:210px;
  display:flex; align-items:center; gap:12px; justify-content:center;
  padding: 6px 16px; position:relative;
}
.mp__trust-item + .mp__trust-item::before{
  content:""; position:absolute; left:0; top:16%; height:68%; width:1px; background: rgba(0,0,0,.09);
}
.mp__trust-icon{ font-size:25px; line-height:1; }
.mp__trust-txt{ display:flex; flex-direction:column; }
.mp__trust-title{ font-family:'Baloo 2', sans-serif; font-weight:800; font-size:14px; letter-spacing:.4px; color:#3a3a3a; }
.mp__trust-sub{ font-family:'Quicksand', sans-serif; font-weight:600; font-size:12px; color:#9a9a9a; }

/* ============ RESPONSIVE ============ */

/* MOBILE (base): 2 per row — show only 3 rows (6 cards) until expanded */
.mp:not(.mp--expanded) .mp__card:nth-child(n+7){ display:none; }

/* LAPTOP / DESKTOP: always 5 per row — show only 2 rows (10 cards) until expanded */
@media (min-width: 769px){
  .mp__grid{ grid-template-columns: repeat(5, 1fr); }
  .mp:not(.mp--expanded) .mp__card:nth-child(n+7){ display:flex; }   /* undo mobile rule */
  .mp:not(.mp--expanded) .mp__card:nth-child(n+11){ display:none; }
  .mp__card{
    border-radius: 48% 48% 22px 22px / 32% 32% 22px 22px;
    padding: 20px 16px 20px;
  }
  .mp__media{ height: 168px; margin: 6px 0 4px; }
  .mp__img{ max-height: 162px; }
  .mp__badge{ width: 64px; height: 64px; top: 6px; left: -8px; }
  .mp__badge-ic{ font-size: 11px; }
  .mp__badge-l1, .mp__badge-l2{ font-size: 8px; }
}

/* trust bar wrap on small screens */
@media (max-width: 768px){
  .mp__trust-item{ flex:1 1 44%; }
  .mp__trust-item + .mp__trust-item::before{ display:none; }
}

/* small phones: tighten the 2-up cards a touch */
@media (max-width: 520px){
  .mp__card{ border-radius: 48% 48% 18px 18px / 30% 30% 18px 18px; padding: 14px 12px 16px; }
  .mp__badge{ width:56px; height:56px; top:4px; left:-8px; }
  .mp__badge-ic{ font-size:11px; }
  .mp__badge-l1, .mp__badge-l2{ font-size:8px; }
  .mp__media{ height:128px; margin: 6px 0 4px; }
  .mp__img{ max-height:122px; }
  .mp__btn{ padding:8px 16px; font-size:12px; }
}
/* END_SECTION:most-popular */

/* START_SECTION:promo-bento (INDEX:54) */
.pb-bento {
  background: var(--pb-bg, #ffffff) !important;
  padding: 4px 6px 5px !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  width: 100% !important; max-width: 100% !important;
  box-sizing: border-box;
}
.pb-bento * { box-sizing: border-box; }

/* Grid rows drive the height so all cards line up — no gaps, no mismatch */
.pb-bento__grid {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: var(--pb-row, 240px) var(--pb-row, 240px);
  gap: var(--pb-gap, 14px);
  grid-template-areas:
    "tall  sq1  sq2"
    "tall  wide wide";
}

.pb-bento__card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--pb-radius, 22px);
  text-decoration: none;
  background: #f4f0ec;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pb-bento__card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.12); }

/* positions — heights come from the grid rows above, so they always align */
.pb-bento__card--1 { grid-area: tall; }
.pb-bento__card--2 { grid-area: sq1; }
.pb-bento__card--3 { grid-area: sq2; }
.pb-bento__card--4 { grid-area: wide; }

.pb-bento__img,
.pb-bento__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pb-bento__placeholder {
  display: flex; align-items: center; justify-content: center;
  background: #eee2d6;
}
.pb-bento__placeholder svg { width: 60px; height: 60px; opacity: .4; }

/* MOBILE — same bento shape, smaller rows */
@media (max-width: 749px) {
  .pb-bento { padding: 3px 4px 4px !important; }
  .pb-bento__grid {
    gap: 8px;
    grid-template-rows: var(--pb-row-m, 130px) var(--pb-row-m, 130px);
  }
  .pb-bento__card { border-radius: 14px; }
}
/* END_SECTION:promo-bento */

/* START_SECTION:shop-by-discount (INDEX:63) */
/* white section base */
.sd-disc {
  background: #ffffff !important;
  padding: var(--sd-frame, 14px) !important;
  margin: 0 !important;
  overflow: hidden;
  display: block;
  font-family: 'Quicksand','Plus Jakarta Sans',system-ui,sans-serif;
  box-sizing: border-box;
}
.sd-disc * { box-sizing: border-box; }

/* the background-image panel (rounded), white space shows around it */
.sd-disc__panel {
  background-color: var(--sd-bg, #f3eef9);
  background-image: var(--sd-bg-d, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 22px;
  padding: var(--sd-inset, 40px);
  box-sizing: border-box;
}

.sd-disc__grid {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.sd-disc__card {
  display: flex; flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 16px rgba(0,0,0,.10);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sd-disc__card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(62,21,102,.18); }
.sd-disc__link { text-decoration: none; display: flex; flex-direction: column; }

.sd-disc__imgwrap { position: relative; width: 100%; aspect-ratio: 1/1; background: #f4f0ec; overflow: hidden; }
.sd-disc__img, .sd-disc__ph { width: 100%; height: 100%; object-fit: cover; display: block; }
.sd-disc__ph { display: flex; align-items: center; justify-content: center; }

.sd-disc__badge {
  position: absolute; top: 8px; left: 8px;
  background: var(--sd-light, #8b5cb8); color: #fff;
  font-size: 11px; font-weight: 700;
  padding: 4px 9px; border-radius: 8px;
  font-family: 'Quicksand', sans-serif;
}

.sd-disc__info { padding: 7px 11px 4px; display: flex; flex-direction: column; gap: 3px; flex-grow: 1; }
.sd-disc__name {
  font-size: 0.88rem; font-weight: 600; color: var(--sd-dark, #3e1566); line-height: 1.25; margin: 0;
  font-family: 'Quicksand', sans-serif;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 2.2em;
}
.sd-disc__prices { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; margin-top: auto; }
.sd-disc__price { font-size: 0.98rem; font-weight: 700; color: var(--sd-light, #8b5cb8); }
.sd-disc__was { font-size: 0.8rem; color: #a99cc4; text-decoration: line-through; font-weight: 600; }

.sd-disc__actions { display: flex; gap: 7px; padding: 0 11px 10px; }

/* base button — flex-shrink + min-width:0 lets text truncate instead of overflowing */
.sd-disc__btn {
  flex: 1 1 0;
  min-width: 0;
  display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  padding: 7px 6px; border-radius: 10px;
  font-family: 'Quicksand', sans-serif; font-size: 0.78rem; font-weight: 700;
  cursor: pointer; text-decoration: none;
  border: 1.5px solid var(--sd-dark, #3e1566);
  transition: transform .15s ease, background .15s ease;
  overflow: hidden;
}
.sd-disc__btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.sd-disc__btn svg { flex-shrink: 0; }

.sd-disc__btn--cart { background: #fff; color: var(--sd-dark, #3e1566); }
.sd-disc__btn--cart:hover:not([disabled]) { background: #f3eefb; }
.sd-disc__btn--cart[disabled] { opacity: .4; cursor: not-allowed; }
.sd-disc__btn--buy { background: var(--sd-dark, #3e1566); color: #fff; }
.sd-disc__btn--buy:hover { transform: translateY(-2px); }

/* Explore card */
.sd-disc__explore {
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background: rgba(255,255,255,.92);
  border-radius: 14px; text-decoration: none; padding: 16px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.sd-disc__explore:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(62,21,102,.2); }
.sd-disc__explore-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.sd-disc__explore-text { font-size: 1.15rem; font-weight: 700; color: var(--sd-dark, #3e1566); line-height: 1.2; font-family: 'Quicksand', sans-serif; }
.sd-disc__explore-arrow {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--sd-light, #8b5cb8); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.sd-disc__explore--img {
  background-image: var(--sd-explore-bg);
  background-size: cover; background-position: center;
  position: relative;
}
.sd-disc__explore--img::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.28); }
.sd-disc__explore--img .sd-disc__explore-inner { position: relative; z-index: 1; }
.sd-disc__explore--img .sd-disc__explore-text { color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,.4); }

/* MOBILE — 2 columns, 5 products + explore card */
@media (max-width: 749px) {
  .sd-disc { padding: 8px !important; }
  .sd-disc__panel {
    background-image: var(--sd-bg-m, var(--sd-bg-d, none));
    border-radius: 16px;
    padding: 18px;
  }
  .sd-disc__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 100%; align-items: stretch; }
  .sd-disc__card:nth-of-type(n+6) { display: none; }
  .sd-disc__badge { font-size: 10px; padding: 3px 8px; border-radius: 7px; top: 7px; left: 7px; }
  .sd-disc__info { padding: 6px 9px 3px; gap: 2px; }
  .sd-disc__name { font-size: 0.82rem; min-height: 2em; }
  .sd-disc__prices { flex-direction: column; align-items: flex-start; gap: 1px; min-height: 2.6em; }
  .sd-disc__price { font-size: 0.95rem; }
  .sd-disc__was { font-size: 0.78rem; }

  /* tighter actions row, buttons can stack icon above text if needed */
  .sd-disc__actions { padding: 0 8px 8px; gap: 5px; flex-direction: row; }

  .sd-disc__btn {
    padding: 6px 2px;
    font-size: 0.62rem;
    gap: 3px;
    min-width: 0;
    flex: 1 1 0;
  }
  .sd-disc__btn svg { width: 11px; height: 11px; flex-shrink: 0; }
  .sd-disc__btn span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }

  .sd-disc__explore { padding: 16px; min-height: 150px; }
  .sd-disc__explore-text { font-size: 1rem; }
  .sd-disc__explore-arrow { width: 42px; height: 42px; }
}

/* extra-narrow phones (≤360px) — shrink font further before truncating */
@media (max-width: 380px) {
  .sd-disc__btn { font-size: 0.56rem; padding: 6px 1px; gap: 2px; }
  .sd-disc__btn svg { width: 10px; height: 10px; }
}
/* END_SECTION:shop-by-discount */