:root {
  --purple: #6756c7;
  --purple-deep: #49348d;
  --purple-dark: #24143d;
  --purple-ink: #30214b;
  --lavender: #e9e4f5;
  --lavender-soft: #f4f0f8;
  --lavender-pale: #faf8fc;
  --ivory: #fdfbf8;
  --white: #ffffff;
  --graphite: #2f2a34;
  --muted: #77717c;
  --line: #e3deea;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  background: var(--white);
  color: var(--graphite);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
html:has(body.mjs-home-v2-preview) { overflow-x: hidden !important; overflow-y: auto !important; }
body.mjs-home-v2-preview { overflow: visible !important; }
.mjs-home-v2 { overflow: hidden; }
body.mjs-home-v2-inspection #mjs-welcome-offer-v1 { display: none !important; }
body.mjs-home-v2-inspection.mjs-welcome-offer-v1-open { overflow: visible !important; }
body:not(.mjs-home-v2-locale-en) #mjs-welcome-offer-v1 { display: none !important; }
body:not(.mjs-home-v2-locale-en).mjs-welcome-offer-v1-open { overflow: visible !important; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.page-width { width: min(1440px, calc(100% - 72px)); margin-inline: auto; }
.sr-only { width: 1px; height: 1px; padding: 0; margin: -1px; position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.announcement-bar {
  min-height: 32px;
  padding: 0 max(36px, calc((100vw - 1440px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--purple-dark);
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.announcement-bar p { margin: 0; }
.announcement-bar > .announcement-links { display: flex; align-items: center; gap: 24px; }
.announcement-bar a:hover { color: white; }
.header-language-switcher, .header-language-switcher .gtranslate_wrapper { display: flex; align-items: center; }
.header-language-switcher .gt_switcher-popup { display: inline-flex; align-items: center; gap: 5px; color: rgba(255, 255, 255, .86) !important; font-size: 11px; font-weight: 650; letter-spacing: .04em; text-transform: none; }
.header-language-switcher .gt_switcher-popup img { width: 16px !important; height: 12px !important; object-fit: cover; }
.header-language-switcher .gt_switcher-popup > span:last-child { color: rgba(255, 255, 255, .72) !important; }
.mjs-preview-language-switcher { position: relative; z-index: 80; color: white; text-transform: none; }
.mjs-preview-language-switcher summary { min-width: 92px; display: flex; align-items: center; justify-content: flex-end; gap: 7px; color: rgba(255, 255, 255, .94); font-size: 11px; font-weight: 700; letter-spacing: .02em; cursor: pointer; list-style: none; }
.mjs-preview-language-switcher summary::-webkit-details-marker { display: none; }
.mjs-preview-language-switcher summary::after { content: "⌄"; color: #cfc5ff; font-size: 14px; line-height: 1; }
.mjs-preview-language-options { min-width: 190px; padding: 8px; position: absolute; top: calc(100% + 10px); inset-inline-end: 0; display: grid; gap: 2px; border: 1px solid #ddd5e8; background: white; box-shadow: 0 16px 40px rgba(36, 20, 61, .2); }
.mjs-preview-language-options a { padding: 9px 11px; display: block; color: #51445f; font-size: 12px; font-weight: 650; letter-spacing: 0; text-align: start; }
.mjs-preview-language-options a:hover, .mjs-preview-language-options a[aria-current="page"] { background: var(--lavender-soft); color: var(--purple-deep); }

.commerce-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 10px 28px rgba(36, 20, 61, .04);
}
.header-main {
  min-height: 78px;
  display: grid;
  grid-template-columns: 158px minmax(300px, 1fr) auto;
  align-items: center;
  gap: 36px;
}
.logo-link { width: 140px; display: flex; align-items: center; }
.logo-link img { width: 100%; height: auto; display: block; }
.search-form {
  height: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid #d9d3e1;
  border-radius: 999px;
  background: white;
  overflow: hidden;
}
.search-form:focus-within { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(103, 86, 199, .09); }
.search-form input { width: 100%; height: 100%; min-width: 0; margin: 0; padding: 0 17px; border: 0 !important; border-radius: 0 !important; outline: 0; background: transparent !important; box-shadow: none !important; color: var(--graphite); font-size: 14px; -webkit-appearance: none; appearance: none; }
.search-form input::placeholder { color: #9993a0; }
.search-form button { margin: 0; padding: 0 22px; border: 0; border-radius: 0; background: var(--purple); color: white; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.header-tools { display: flex; align-items: center; gap: 25px; }
.header-tools a { display: flex; flex-direction: column; gap: 2px; white-space: nowrap; }
.header-tools b { color: var(--purple-ink); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.header-tools span { color: var(--muted); font-size: 10px; }
.mobile-menu { display: none; }

.complete-category-nav { border-top: 1px solid #eeeaf2; border-bottom: 1px solid #e7e2eb; }
.category-nav-shell { min-height: 82px; display: grid; grid-template-columns: 148px 1fr; align-items: stretch; }
.all-products-link {
  padding-right: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}
.all-products-link span { color: var(--purple); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.all-products-link strong { margin-top: 4px; color: var(--purple-dark); font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; font-weight: 600; }
.category-link-grid {
  padding: 9px 0 9px 22px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: stretch;
}
.category-link-grid a {
  min-height: 31px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  border-left: 1px solid #f0edf3;
  color: #514a58;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}
.category-link-grid a:first-child { border-left: 0; }
.category-link-grid a:hover { color: var(--purple); background: var(--lavender-pale); }

.hero { background: #edf0f8; }
.hero picture, .hero picture img { width: 100%; display: block; }
.hero picture img { min-height: 300px; object-fit: cover; object-position: center; }
.hero-action-bar {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
.hero-action-bar > div:first-child { display: flex; flex-direction: column; gap: 4px; }
.hero-action-bar span { color: var(--purple); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-action-bar strong { color: var(--purple-dark); font-size: 15px; font-weight: 600; }
.hero-actions { display: flex; gap: 10px; }
.button-primary, .button-secondary {
  min-height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}
.button-primary { background: var(--purple); color: white; border: 1px solid var(--purple); }
.button-secondary { border: 1px solid #c9c1d6; background: white; color: var(--purple-deep); }
.button-primary:hover { background: var(--purple-deep); }
.button-secondary:hover { border-color: var(--purple); }

.assurance-section { padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ivory); }
.sales-assurance { min-height: 118px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.sales-assurance article { min-width: 0; padding: 24px 25px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 17px; border: 1px solid #e5dfeb; background: white; box-shadow: 0 8px 24px rgba(36, 20, 61, .035); }
.assurance-icon { width: 48px; height: 48px; padding: 14px; display: block; border: 1px solid #ded5ef; border-radius: 14px; background: var(--lavender-soft); }
.sales-assurance h2 { margin: 0 0 7px; color: var(--purple-dark); font-size: 16px; font-weight: 750; line-height: 1.25; }
.sales-assurance p { max-width: 360px; margin: 0; color: #62596c; font-size: 13px; line-height: 1.55; }

.commerce-section { padding-top: 78px; padding-bottom: 82px; }
.section-heading { margin-bottom: 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.section-heading > div { max-width: 760px; }
.kicker { margin: 0; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-heading h2 {
  margin: 6px 0 0;
  color: var(--purple-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 3.4vw, 52px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1;
}
.section-intro { max-width: 700px; margin: 11px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.section-heading > a { padding-bottom: 5px; border-bottom: 1px solid var(--purple); color: var(--purple-deep); font-size: 12px; font-weight: 700; white-space: nowrap; }

.catalogue-section { background: white; }
.category-rail {
  padding: 8px 0 23px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(152px, 1fr);
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--purple) #eeeaf3;
  scrollbar-width: thin;
}
.category-rail::-webkit-scrollbar { height: 8px; }
.category-rail::-webkit-scrollbar-button { width: 0; height: 0; display: none; }
.category-rail::-webkit-scrollbar-track { border-radius: 999px; background: #eeeaf3; }
.category-rail::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--purple); }
.category-rail-item { min-width: 0; display: flex; flex-direction: column; align-items: center; text-align: center; scroll-snap-align: start; }
.category-thumb { width: 108px; height: 108px; padding: 8px; display: block; border: 1px solid var(--lavender); border-radius: 50%; background: var(--lavender-pale); overflow: hidden; transition: border-color .25s ease, transform .25s ease; }
.category-thumb img { width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: contain; background: white; }
.category-rail-item:hover .category-thumb { border-color: var(--purple); transform: translateY(-3px); }
.category-rail-item small { margin-top: 13px; color: #958d9f; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.category-rail-item strong { min-height: 38px; margin-top: 6px; display: flex; align-items: flex-start; justify-content: center; color: var(--purple-dark); font-size: 14px; font-weight: 650; line-height: 1.35; }
.category-rail-item > span:last-child { margin-top: 4px; color: var(--purple); font-size: 11px; font-weight: 600; }
.category-carousel-controls { width: min(360px, 100%); margin: 16px 0 0 auto; display: none; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 13px; }
.category-carousel-controls button { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border: 1px solid var(--purple); border-radius: 50%; background: white; transition: background .2s ease, opacity .2s ease; }
.category-carousel-controls button:last-child { background: var(--purple); }
.category-carousel-controls button img { width: 16px; height: 16px; display: block; }
.category-carousel-controls button:last-child img { filter: brightness(0) invert(1); }
.category-carousel-controls button:disabled { border-color: #d8d1e2; background: #f2eef6; opacity: .58; cursor: default; }
.category-carousel-controls button:disabled img { filter: none; opacity: .55; }
.category-carousel-status { min-width: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; }
.category-carousel-status > span { color: #8a8194; font-size: 10px; font-weight: 700; letter-spacing: .09em; white-space: nowrap; }
.category-carousel-status strong { color: var(--purple-dark); font-size: 12px; }
.category-carousel-progress { height: 3px; position: relative; overflow: hidden; background: #e6e0ec; }
.category-carousel-progress span { height: 100%; display: block; background: var(--purple); transition: width .25s ease; }
.scroll-note { margin: 12px 0 0; display: none; color: #8b8394; font-size: 10px; letter-spacing: .08em; text-align: right; text-transform: uppercase; }

.mjs-whatsapp-float { width: 54px; height: 54px; position: fixed; z-index: 80; bottom: 22px; left: 22px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 0 0 4px white, 0 12px 30px rgba(36, 20, 61, .2); transition: transform .2s ease, box-shadow .2s ease; }
.mjs-whatsapp-float i { color: white; font-size: 29px; line-height: 1; }
.mjs-whatsapp-float:hover { color: white; transform: translateY(-3px); box-shadow: 0 0 0 4px white, 0 16px 34px rgba(36, 20, 61, .25); }
.mjs-whatsapp-float:focus-visible { outline: 3px solid rgba(103, 86, 199, .45); outline-offset: 4px; }

.new-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--lavender-soft); }
.new-section .section-heading { margin-bottom: 24px; }
.new-arrivals-grid { padding-top: 22px; border-top: 1px solid #d8d0e5; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { min-width: 0; height: 100%; display: flex; flex-direction: column; background: white; overflow: hidden; border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(36, 20, 61, .08); }
.product-image-wrap { aspect-ratio: 1.12; position: relative; display: block; overflow: hidden; background: #f8f7f9; }
.product-image-wrap img { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .25s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.03); }
.product-badge { padding: 7px 10px; position: absolute; top: 10px; left: 10px; z-index: 2; background: var(--purple); color: white; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.product-info { padding: 14px 15px 16px; display: flex; flex: 1; flex-direction: column; }
.product-category { margin: 0 0 7px; color: var(--purple); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.product-info h3 { min-height: 46px; margin: 0; color: #36303b; font-size: 14px; font-weight: 620; line-height: 1.45; }
.product-buy-row { margin-top: auto; padding-top: 11px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid #efedf1; }
.product-buy-row strong { color: var(--purple-dark); font-size: 15px; }
.product-actions { display: flex; align-items: center; gap: 10px; }
.quick-view { color: var(--purple-deep); font-size: 11px; font-weight: 700; }
.add-to-cart-form { margin: 0; }
.add-to-cart { width: 34px; height: 34px; padding: 0; display: grid; place-items: center; border: 1px solid var(--purple); background: var(--purple); cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.add-to-cart:hover { border-color: var(--purple-deep); background: var(--purple-deep); transform: translateY(-1px); }
.add-to-cart img { width: 17px; height: 17px; display: block; }

.collection-stack { padding: 72px 0; background: white; }
.collection-row { min-height: 450px; display: grid; grid-template-columns: minmax(270px, .74fr) minmax(0, 2.26fr); border-top: 1px solid var(--line); }
.collection-row:last-child { border-bottom: 1px solid var(--line); }
.collection-editorial { min-width: 0; min-height: 450px; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: var(--lavender-soft); overflow: hidden; }
.collection-editorial > img { width: 100%; height: 100%; min-height: 270px; display: block; object-fit: cover; }
.collection-copy { padding: 23px 25px 25px; display: flex; flex-direction: column; background: var(--lavender-soft); }
.collection-copy small { color: var(--purple); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.collection-copy strong { margin-top: 8px; color: var(--purple-dark); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(27px, 2.35vw, 36px); font-weight: 500; letter-spacing: -.025em; line-height: 1.02; }
.collection-copy > span { margin-top: 11px; color: #6f6875; font-size: 13px; line-height: 1.55; }
.collection-copy b { width: fit-content; margin-top: 16px; padding: 4px 0 5px; border-bottom: 1px solid var(--purple); color: var(--purple-deep); font-size: 13px; font-weight: 700; line-height: 1.3; }
.collection-products { min-width: 0; padding: 34px 0 34px 34px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 14px; }
.collection-products .product-card { border-color: transparent; border-left-color: var(--line); }
.collection-products .product-card:hover { border-color: var(--line); }
.collection-products .product-image-wrap { aspect-ratio: 1.02; background: var(--ivory); }

.referral-banner { padding: 0; background: #e9e3f5; color: var(--purple-dark); }
.referral-layout { min-height: 450px; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 72px; overflow: hidden; }
.referral-copy { max-width: 590px; padding: 72px 0; }
.referral-copy h2 { margin: 10px 0 14px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(38px, 3.5vw, 52px); font-weight: 500; letter-spacing: -.025em; line-height: 1.02; }
.referral-copy > p:not(.kicker) { max-width: 520px; margin: 0; color: #655d70; font-size: 15px; line-height: 1.65; }
.referral-copy a { min-height: 48px; width: fit-content; margin-top: 26px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--purple); background: white; color: var(--purple-deep); font-size: 12px; font-weight: 700; }
.referral-conversation { min-height: 360px; margin: 42px 0; padding: 28px 30px 30px; align-self: stretch; display: flex; flex-direction: column; justify-content: center; border: 1px solid #d6cde5; background: #f9f7fc; box-shadow: 0 22px 48px rgba(45, 30, 72, .09); }
.conversation-label { margin: 0 0 8px; color: #81778c; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.chat-row { max-height: 0; margin-top: 0; display: flex; align-items: flex-end; gap: 11px; opacity: 0; overflow: hidden; transform: translateY(14px); transition: opacity .38s ease, transform .38s ease, max-height .45s ease, margin-top .45s ease; }
.chat-row.is-visible { max-height: 150px; margin-top: 16px; opacity: 1; overflow: visible; transform: translateY(0); }
.chat-row-right { justify-content: flex-end; }
.chat-avatar { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid #cfc5de; border-radius: 50%; background: white; color: var(--purple-deep); font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; font-weight: 600; }
.chat-avatar-mjs { border-color: var(--purple); background: var(--purple); color: white; }
.chat-message { max-width: min(82%, 520px); padding: 12px 16px 13px; border: 1px solid #dfd8e8; border-radius: 18px 18px 18px 4px; background: white; color: var(--graphite); }
.chat-row-right .chat-message { border-color: var(--purple-deep); border-radius: 18px 18px 4px 18px; background: var(--purple-deep); color: white; }
.chat-message small { display: block; margin-bottom: 4px; color: var(--purple); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.chat-row-right .chat-message small { color: #d9d2f7; }
.chat-message p { margin: 0; font-size: 14px; line-height: 1.5; }
.typing-row { min-height: 24px; margin: 11px 49px 0; color: #7a7085; font-size: 11px; font-style: italic; }
.typing-row-right { text-align: right; }

.video-section { padding-top: 82px; }
.video-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.video-card { min-width: 0; display: flex; flex-direction: column; }
.video-image { aspect-ratio: 1.5; position: relative; display: block; overflow: hidden; background: var(--purple-dark); }
.video-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease, opacity .3s ease; }
.video-card:hover .video-image img { transform: scale(1.025); opacity: .72; }
.video-image b { min-width: 58px; min-height: 36px; position: absolute; left: 50%; top: 50%; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .76); background: rgba(36, 20, 61, .7); color: white; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; transform: translate(-50%, -50%); }
.video-copy { padding: 13px 1px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.video-copy strong { color: var(--purple-dark); font-size: 14px; }
.video-copy small { color: var(--muted); font-size: 11px; }

.photo-review-section { padding: 82px 0 88px; border-top: 1px solid var(--line); background: var(--ivory); }
.photo-review-note { color: var(--purple-deep); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.photo-review-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.photo-review-card { min-width: 0; height: 100%; margin: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: white; }
.photo-review-image { aspect-ratio: 1.02; overflow: hidden; background: #e4deeb; }
.photo-review-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.photo-review-card:hover .photo-review-image img { transform: scale(1.025); }
.photo-review-card figcaption { min-height: 330px; padding: 20px 20px 22px; display: flex; flex: 1; flex-direction: column; background: white; color: var(--purple-dark); }
.photo-review-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.photo-review-meta span { color: var(--purple); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.photo-review-meta strong { color: #b1a8bb; font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; font-weight: 500; }
.photo-review-card blockquote { margin: 20px 0 22px; color: #42394b; font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; font-weight: 500; line-height: 1.42; }
.photo-review-author { margin-top: auto; padding-top: 17px; display: flex; align-items: flex-start; flex-direction: column; gap: 6px; border-top: 1px solid var(--line); }
.photo-review-author strong { color: var(--purple-dark); font-size: 12px; font-weight: 750; }
.photo-review-author span { color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }

.wholesale-cta { min-height: 510px; position: relative; isolation: isolate; overflow: hidden; background: var(--lavender-pale); }
.wholesale-cta::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #faf8fc 0%, #faf8fc 35%, rgba(250, 248, 252, .94) 43%, rgba(250, 248, 252, .38) 54%, transparent 65%); pointer-events: none; }
.wholesale-background { width: 100%; height: 100%; position: absolute; z-index: -2; inset: 0; display: block; object-fit: cover; object-position: center; -webkit-mask-image: none; mask-image: none; }
.wholesale-layout { min-height: 510px; display: flex; align-items: center; }
.wholesale-copy { width: min(630px, 47%); padding: 88px 0; }
.wholesale-copy h2 { margin: 10px 0 17px; color: var(--purple-dark); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(40px, 3.8vw, 54px); font-weight: 500; letter-spacing: -.025em; line-height: 1; }
.wholesale-copy > p:not(.kicker) { max-width: 590px; margin: 0; color: #554b60; font-size: 15px; line-height: 1.7; }
.wholesale-email { min-height: 48px; width: fit-content; margin-top: 27px; padding: 0 24px; display: inline-flex; align-items: center; border: 1px solid var(--purple); background: var(--purple); color: white; font-size: 12px; font-weight: 700; }

.site-footer { padding: 60px 0 0; background: var(--purple-dark); color: white; }
.footer-grid { padding-bottom: 54px; display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr .9fr; gap: 40px; }
.footer-brand img { width: 142px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 270px; margin: 18px 0 0; color: rgba(255, 255, 255, .58); font-size: 12px; line-height: 1.7; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid h3 { margin: 0 0 8px; color: #d9d2f7; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a { color: rgba(255, 255, 255, .68); font-size: 11px; line-height: 1.5; }
.footer-grid a:hover { color: white; }

body.mjs-home-v2-locale-ja,
body.mjs-home-v2-locale-ar { font-family: system-ui, -apple-system, "Segoe UI", "Noto Sans", Arial, sans-serif; }
body.mjs-home-v2-locale-ja .all-products-link strong,
body.mjs-home-v2-locale-ja .section-heading h2,
body.mjs-home-v2-locale-ja .collection-copy strong,
body.mjs-home-v2-locale-ja .referral-copy h2,
body.mjs-home-v2-locale-ja .wholesale-copy h2,
body.mjs-home-v2-locale-ar .all-products-link strong,
body.mjs-home-v2-locale-ar .section-heading h2,
body.mjs-home-v2-locale-ar .collection-copy strong,
body.mjs-home-v2-locale-ar .referral-copy h2,
body.mjs-home-v2-locale-ar .wholesale-copy h2 { font-family: inherit; font-weight: 650; }
[dir="rtl"] .all-products-link { padding-right: 0; padding-left: 26px; border-right: 0; border-left: 1px solid var(--line); }
[dir="rtl"] .category-link-grid { padding-right: 22px; padding-left: 0; }
[dir="rtl"] .category-link-grid a { border-right: 1px solid #f0edf3; border-left: 0; }
[dir="rtl"] .category-link-grid a:first-child { border-right: 0; }
[dir="rtl"] .category-rail { direction: ltr; }
[dir="rtl"] .category-rail-item { direction: rtl; }
[dir="rtl"] .photo-review-card blockquote { text-align: left; }
[dir="rtl"] .wholesale-copy { margin-right: 0; margin-left: auto; }
[dir="rtl"] .mjs-preview-language-switcher summary { justify-content: flex-start; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .13); color: rgba(255, 255, 255, .48); font-size: 10px; }
.footer-bottom > span:first-child { padding-inline-start: 72px; }

@media (max-width: 1180px) {
  .page-width { width: min(100% - 44px, 1440px); }
  .header-main { grid-template-columns: 135px 1fr auto; gap: 24px; }
  .logo-link { width: 128px; }
  .header-tools { gap: 15px; }
  .category-nav-shell { grid-template-columns: 132px 1fr; }
  .category-link-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .category-rail { grid-auto-columns: minmax(140px, 1fr); }
  .collection-row { grid-template-columns: minmax(245px, .8fr) minmax(0, 2.2fr); }
  .collection-products { padding-left: 20px; gap: 9px; }
  .collection-products .product-info { padding: 11px; }
  .collection-products .product-info h3 { min-height: 52px; font-size: 13px; }
  .collection-products .product-buy-row { align-items: flex-start; flex-direction: column; gap: 5px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(4, 1fr); gap: 24px; }
}

@media (max-width: 860px) {
  .announcement-bar { min-height: 34px; padding: 0 16px; font-size: 10px; }
  .announcement-bar p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .announcement-bar > .announcement-links { gap: 12px; }
  .announcement-bar a { display: none; }
  .mjs-preview-language-options a { display: block; }
  .mjs-preview-language-switcher summary { min-width: 72px; }
  .header-main { width: calc(100% - 32px); min-height: auto; padding: 14px 0; grid-template-columns: auto 1fr auto; gap: 13px; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 48px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--purple-dark); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu-panel { width: min(340px, calc(100vw - 32px)); height: min(72vh, 620px); padding: 10px 16px 0; position: absolute; z-index: 50; top: 47px; left: 0; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(36, 20, 61, .16); overflow: hidden; }
  .mobile-menu-category-list { min-height: 0; overflow-y: auto; }
  .mobile-menu-panel a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid #eeeaf2; color: #494151; font-size: 13px; font-weight: 600; }
  .mobile-menu-panel .mobile-menu-faq { min-height: 52px; margin-top: auto; flex: 0 0 52px; border-top: 1px solid #d8d0e5; border-bottom: 0; background: white; color: var(--purple-deep); font-weight: 800; }
  .logo-link { width: 115px; }
  .header-tools a { display: none; }
  .header-tools a:last-child { display: flex; }
  .header-tools a:last-child span { display: none; }
  .search-form { height: 40px; grid-column: 1 / -1; grid-row: 2; }
  .complete-category-nav { display: none; }
  .hero picture img { min-height: auto; }
  .hero-action-bar { min-height: 120px; padding: 18px 0; align-items: flex-start; flex-direction: column; justify-content: center; gap: 15px; }
  .hero-actions { width: 100%; }
  .button-primary, .button-secondary { flex: 1; }
  .sales-assurance { grid-template-columns: 1fr; }
  .sales-assurance article { min-height: 95px; padding: 20px; }
  .commerce-section { padding-top: 62px; padding-bottom: 66px; }
  .section-heading { margin-bottom: 25px; align-items: flex-start; flex-direction: column; gap: 16px; }
  .section-heading h2 { font-size: 40px; }
  .category-rail { grid-auto-columns: 145px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .product-info { padding: 12px; }
  .collection-stack { padding: 46px 0; }
  .collection-row { min-height: 0; grid-template-columns: 1fr; }
  .collection-editorial { min-height: 0; grid-template-columns: .95fr 1.05fr; grid-template-rows: none; }
  .collection-editorial > img { min-height: 280px; }
  .collection-copy { justify-content: center; }
  .collection-products { padding: 18px 0 38px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .collection-products .product-card { border: 1px solid var(--line); }
  .referral-layout { min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .referral-copy { max-width: 650px; padding: 68px 0 24px; }
  .referral-conversation { min-height: 350px; margin: 0 0 62px; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 11px; }
  .photo-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-review-card:nth-child(odd) { transform: none; }
  .wholesale-cta { min-height: 510px; display: block; background: var(--lavender-pale); }
  .wholesale-cta::after { background: rgba(36, 20, 61, .08); }
  .wholesale-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    inset: 0;
    object-position: 58% 48%;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .wholesale-layout { min-height: 510px; position: relative; z-index: 1; align-items: flex-start; }
  .wholesale-copy {
    width: min(620px, 88%);
    margin: 40px auto;
    padding: 42px 38px;
    border: 1px solid rgba(103, 86, 199, .24);
    background: rgba(250, 248, 252, .9);
    box-shadow: 0 18px 44px rgba(36, 20, 61, .13);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
  }
  .wholesale-copy > p:not(.kicker) { margin-inline: auto; }
  .wholesale-email { margin-right: auto; margin-left: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 480px) {
  .page-width { width: calc(100% - 28px); }
  .logo-link { width: 104px; }
  .search-form input { padding: 0 11px; font-size: 13px; }
  .search-form button { padding: 0 14px; font-size: 11px; }
  .hero-actions { flex-direction: column; }
  .button-primary, .button-secondary { width: 100%; }
  .section-heading h2 { font-size: 38px; }
  .assurance-section { padding: 14px 0 16px; }
  .sales-assurance { min-height: 0; grid-template-columns: 1fr 1fr; gap: 10px; }
  .sales-assurance article {
    min-height: 164px;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    border: 1px solid var(--line);
    background: white;
  }
  .sales-assurance article:first-child {
    min-height: 124px;
    padding: 20px;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 3px 16px;
    border: 0;
    background: var(--purple-dark);
  }
  .assurance-icon {
    width: 42px;
    height: 42px;
    padding: 11px;
    display: block;
    flex: 0 0 42px;
    border-radius: 50%;
    background: var(--lavender-soft);
  }
  .sales-assurance article:first-child .assurance-icon { grid-row: 1 / 3; }
  .sales-assurance article:first-child div { grid-column: 2; }
  .sales-assurance h2 { margin: 0 0 7px; font-size: 16px; line-height: 1.3; }
  .sales-assurance p { font-size: 12px; line-height: 1.55; }
  .sales-assurance article:first-child h2 { color: white; font-size: 18px; }
  .sales-assurance article:first-child p { color: rgba(255, 255, 255, .68); }
  .catalogue-section { overflow: hidden; }
  .category-rail {
    width: 100%;
    padding: 4px 0 12px;
    grid-auto-columns: 100%;
    gap: 12px;
    scroll-padding-inline: 0;
    scrollbar-width: none;
  }
  .category-rail::-webkit-scrollbar { display: none; }
  .category-rail-item {
    min-height: 126px;
    padding: 16px;
    display: grid;
    grid-template-columns: 88px 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "image index" "image name" "image action";
    align-items: center;
    column-gap: 17px;
    border: 1px solid #ddd5e9;
    border-radius: 16px;
    background: var(--lavender-pale);
    text-align: left;
  }
  .category-thumb { width: 88px; height: 88px; padding: 7px; grid-area: image; }
  .category-rail-item small { margin: 0 0 3px; grid-area: index; font-size: 9px; }
  .category-rail-item strong { min-height: 0; margin: 0; grid-area: name; justify-content: flex-start; font-size: 18px; line-height: 1.22; }
  .category-rail-item > span:last-child { margin: 7px 0 0; grid-area: action; font-size: 12px; }
  .category-carousel-controls { margin-top: 8px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 14px; }
  .category-carousel-controls button {
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid var(--purple);
    border-radius: 50%;
    background: white;
    transition: background .2s ease, opacity .2s ease;
  }
  .category-carousel-controls button:last-child { background: var(--purple); }
  .category-carousel-controls button img { width: 17px; height: 17px; display: block; }
  .category-carousel-controls button:last-child img { filter: brightness(0) invert(1); }
  .category-carousel-controls button:disabled { border-color: #d8d1e2; background: #f2eef6; opacity: .58; cursor: default; }
  .category-carousel-controls button:disabled img { filter: none; opacity: .55; }
  .category-carousel-status { min-width: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; }
  .category-carousel-status > span { color: #8a8194; font-size: 10px; font-weight: 700; letter-spacing: .09em; white-space: nowrap; }
  .category-carousel-status strong { color: var(--purple-dark); font-size: 12px; }
  .category-carousel-progress { height: 3px; position: relative; overflow: hidden; background: #e6e0ec; }
  .category-carousel-progress span { height: 100%; display: block; background: var(--purple); transition: width .25s ease; }
  .scroll-note { margin-top: 11px; display: block; color: #756b81; font-size: 9px; letter-spacing: .1em; text-align: center; }
  .product-grid { gap: 8px; }
  .product-info { padding: 10px; }
  .product-info h3 { min-height: 56px; font-size: 13px; }
  .product-buy-row { align-items: flex-start; flex-direction: column; gap: 5px; }
  .collection-editorial { grid-template-columns: 1fr; }
  .collection-editorial > img { height: 170px; min-height: 170px; object-fit: cover; }
  .collection-editorial-1 > img { object-position: 72% 24%; }
  .collection-editorial-2 > img { object-position: 52% 58%; }
  .collection-editorial-3 > img { object-position: 50% 39%; }
  .collection-editorial-4 > img { object-position: 50% 47%; }
  .collection-copy strong { font-size: 31px; }
  .collection-products { gap: 8px; }
  .referral-copy h2 { font-size: 42px; }
  .referral-conversation { min-height: 360px; padding: 22px 18px 24px; }
  .chat-avatar { width: 34px; height: 34px; flex-basis: 34px; font-size: 16px; }
  .chat-message { max-width: calc(100% - 45px); padding: 11px 13px 12px; }
  .chat-message p { font-size: 13px; }
  .typing-row { margin-inline: 45px; }
  .video-grid { grid-template-columns: 1fr; }
  .photo-review-grid { grid-template-columns: 1fr; gap: 16px; }
  .photo-review-card figcaption { min-height: 0; padding: 20px; }
  .photo-review-card blockquote { min-height: 0; font-size: 19px; }
  .wholesale-cta { min-height: 430px; display: block; background: var(--lavender-pale); }
  .wholesale-cta::after { background: rgba(36, 20, 61, .08); }
  .wholesale-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    inset: 0;
    order: initial;
    object-position: 58% 48%;
  }
  .wholesale-layout { min-height: 430px; align-items: flex-start; order: initial; }
  .wholesale-copy {
    width: 100%;
    margin: 22px auto;
    padding: 27px 23px 29px;
    border: 1px solid rgba(103, 86, 199, .24);
    background: rgba(250, 248, 252, .9);
    box-shadow: 0 18px 44px rgba(36, 20, 61, .13);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .wholesale-copy h2 { margin-top: 9px; font-size: 38px; line-height: 1.02; }
  .wholesale-copy > p:not(.kicker) { font-size: 14px; line-height: 1.65; }
  .wholesale-email { width: 100%; min-height: 50px; padding: 0 15px; justify-content: center; text-align: center; }
  .mjs-whatsapp-float { width: 50px; height: 50px; bottom: 76px; left: 17px; }
  .mjs-whatsapp-float i { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}


/* Homepage Peptides hierarchy hotfix: Peptides -> series -> SKU.
   The homepage has its own stylesheet, so these rules must live here too. */
@media (min-width: 768px) {
  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-nav-item {
    min-width: 0;
    position: relative;
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-nav-item > a {
    height: 100%;
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-nav-item-has-submenu > a::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-inline-start: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout {
    width: 248px;
    padding: 8px;
    display: none;
    position: absolute;
    z-index: 120;
    top: 100%;
    inset-inline-start: 0;
    border: 1px solid #ded5e8;
    background: #fff;
    box-shadow: 0 20px 48px rgba(36, 20, 61, .18);
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-nav-item-has-submenu:hover > .category-flyout,
  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-nav-item-has-submenu:focus-within > .category-flyout {
    display: grid;
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout-peptides .category-flyout-family {
    position: relative;
    border-bottom: 1px solid #f0edf3;
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout-peptides .category-flyout-family:last-child {
    border-bottom: 0;
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout-family-trigger {
    width: 100%;
    min-height: 42px;
    padding: 9px 32px 9px 12px;
    display: flex;
    align-items: center;
    position: relative;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--purple-deep, #2d1742);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-align: start;
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout-family-trigger::after {
    content: "›";
    position: absolute;
    inset-inline-end: 12px;
    color: var(--purple, #6b57d9);
    font-size: 18px;
    font-weight: 500;
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout-family:hover > .category-flyout-family-trigger,
  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout-family:focus-within > .category-flyout-family-trigger {
    background: var(--lavender-pale, #f4f1ff);
    color: var(--purple, #6b57d9);
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout-family-products {
    width: 268px;
    padding: 8px;
    display: grid;
    position: absolute;
    z-index: 121;
    top: 0;
    inset-inline-start: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-5px);
    transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
    border: 1px solid #ded5e8;
    background: #fff;
    box-shadow: 0 20px 48px rgba(36, 20, 61, .18);
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout-family:hover > .category-flyout-family-products,
  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout-family:focus-within > .category-flyout-family-products {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout a {
    min-height: 40px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 0;
    color: #514a58;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
  }

  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout a:hover,
  body.mjs-home-v2-preview .mjs-site-shell-v2 .category-flyout a:focus-visible {
    background: var(--lavender-pale, #f4f1ff);
    color: var(--purple, #6b57d9);
  }
}


/* Peptides hover bridge: the pointer can travel from category to series,
   then from series to SKU, without crossing a non-hoverable gap. */
@media (min-width: 768px) {
  .mjs-site-shell-v2 .category-nav-item-has-submenu > .category-flyout::before {
    content: "";
    height: 18px;
    position: absolute;
            z-index: 0;
    right: -1px;
    bottom: 100%;
    left: -1px;
    pointer-events: auto;
  }

  .mjs-site-shell-v2 .category-flyout-family-products::before {
    content: "";
    width: 14px;
    position: absolute;
    top: -1px;
    bottom: -1px;
    inset-inline-end: 100%;
    pointer-events: auto;
  }
}
