/** Shopify CDN: Minification failed

Line 3064:0 Expected "}" to go with "{"

**/
.trustpilot-widget {
  display: none;
}

/* ------------------------------------------------------------------ */
/* Global responsive safety (keeps custom look, prevents overflow)     */
/* ------------------------------------------------------------------ */
html {
  overflow-x: clip;
}

img,
video,
svg,
iframe {
  max-width: 100%;
}

.header__wrapper,
.header__secondary-nav,
.header__main-nav,
.header__icon-list {
  min-width: 0;
}

.header__link-list .link-faded-reverse {
  font-family: Gilmer, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.header__link-list li {
  display: flex;
}

/* Announcement bar by breakpoint */
@media screen and (max-width: 699px) {
  .announcement-bar__item p.bold.text-xs {
    font-size: 9.5px;
  }

  .announcement-bar {
    padding: 10px 0;
  }
}

@media screen and (min-width: 700px) and (max-width: 1500px) {
  .announcement-bar__item p.bold.text-xs {
    font-size: 12px;
  }

  .announcement-bar {
    padding: 14px 0;
  }
}

@media screen and (min-width: 1501px) {
  .announcement-bar__item p.bold.text-xs {
    font-size: 9.5px;
  }
}

.header__icon-list .relative {
  display: flex;
  width: 100%;
}
.dropdown-menu span.reversed-link {
  text-transform: uppercase;
  font-size: 13px;
}

/* Header icons — same size every screen */
.header__icon-list svg,
.header .header__icon-list .icon,
.header a.tap-area .icon {
  stroke-width: 1.2px;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

@media screen and (max-width: 699px) {
  .content-over-media a.link {
    font-size: 11px;
  }
}

.content-over-media a.link {
  font-size: 13px;
}

.content-over-media .prose {
  font-size: 13px;
}

/* Above mobile → 800px */
@media screen and (min-width: 700px) and (max-width: 800px) {
  .content-over-media--md {
    --content-over-media-height: 280px;
  }
}
.header__main-nav svg.icon.icon-chevron-bottom {
  width: 8px;
  height: 8px;
}

/* Header partner/icon image (next to utility icons) */
.header__icon-image-link {
  display: none;
  flex-shrink: 1;
  min-width: 0;
  line-height: 0;
  text-decoration: none;
}

.header__icon-image {
  display: block;
  width: 45px;
  max-width: 100%;
  height: auto;
  max-height: 37px;
  object-fit: contain;
}

/* Tablet: tighter header (partner image only from 1150px) */
@media screen and (min-width: 700px) and (max-width: 1220px) {
  .header__secondary-nav {
    gap: 0.75rem;
    flex-wrap: nowrap;
  }

  .header__icon-list {
    gap: 1.5rem;
    flex-wrap: nowrap;
  }

}

@media screen and (min-width: 1220px) {
  .header__icon-image-link {
    display: block;
  }

  .header__secondary-nav {
    gap: var(--spacing-3) var(--header-part-gap);
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 699px) {
  .content-over-media p.subheading {
    margin-bottom: 10px;
  }

  .header__link-list .link-faded-reverse {
    font-size: 12px;
  }
}

/* ------------------------------------------------------------------ */
/* Equalité-style menu drawer                                          */
/* ------------------------------------------------------------------ */
.navigation-drawer[mobile-opening="left"] {
  --drawer-body-padding: 1.35rem;
  /* Same mobile proportion until lg (1150px) — not theme's fixed 412px */
  --navigation-drawer-width: 90vw;
  --background: 245 245 245;
  background: #fff;
  will-change: transform;
  padding: 0;
  inset: 0 auto 0 0;
  right: auto;
  height: 100%;
  max-height: 100%;
  width: var(--navigation-drawer-width);
  max-width: 90vw;
  border: 0;
  box-shadow: none;
}

.navigation-drawer[mobile-opening="left"]::part(content) {
  background: #fff;
  border-radius: 0;
  min-height: 100%;
  height: 100%;
  clip-path: none;
  opacity: 1;
  box-shadow: none;
  border: 0;
}

.navigation-drawer[mobile-opening="left"]::part(body) {
  position: relative;
  padding-block-start: 0;
  grid-template-rows: minmax(0, 1fr);
  opacity: 1;
}

.navigation-drawer[mobile-opening="left"]::part(content) > * {
  opacity: 1;
}

.navigation-drawer[mobile-opening="left"] > [is="close-button"] {
  --drawer-close-size: 2.75rem;
  position: absolute;
  top: 0.9rem;
  left: .4rem;
  z-index: 6;
  width: var(--drawer-close-size);
  height: var(--drawer-close-size);
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: grid;
  place-items: center;
  color: #111;
}

.navigation-drawer[mobile-opening="left"] > [is="close-button"] svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.4px;
}

.navigation-drawer[mobile-opening="left"] .panel__wrapper {
  --panel-wrapper-justify-content: flex-start;
  justify-content: flex-start;
  padding-block-start: 0.65rem;
  padding-block-end: 0;
  padding-inline: 0;
  gap: 0;
  background: #fff;
  overflow: hidden;
  min-height: 0;
  height: 100%;
}

.navigation-drawer[mobile-opening="left"] .panel__scroller {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  gap: 0;
  padding: 0;
}

/* Nested panel — match reference: X left, BACK right, bold title, clean list */
.navigation-drawer[mobile-opening="left"] .panel + .panel .panel__wrapper.drawer-nested {
  position: relative;
  padding-block-start: 4rem;
  padding-inline: 2.5rem;
  overflow-y: auto;
  justify-content: flex-start;
  gap: 0;
}

.drawer-nested__toolbar {
  position: absolute;
  top: 0.65rem;
  right: 1rem;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.drawer-nested__back {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.drawer-nested__back svg {
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  stroke-width: 1px;
}

.drawer-nested__list {
  gap: 1.2rem;
  padding-block-start: 0.35rem;
}

.drawer-nested__title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  color: #111;
  margin: 0 0 0.35rem;
}

.drawer-nested__item {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #111;
}

.drawer-nested__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font-size: 11px;
}

.drawer-nested__link .reversed-link {
  background-image: none;
}

.drawer-nested__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(17 17 17 / 0.4);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.drawer-nested__chevron svg {
  width: 10px;
  height: 10px;
  color: #000;
}

.drawer-nested .circle-chevron {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #000;
}

/* Always keep a top row so X never overlaps menu when top menu is empty */
.drawer-top {
  min-height: 2.75rem;
  margin-block-end: 0.45rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.navigation-drawer[mobile-opening="left"].is-nested .drawer-top {
  visibility: hidden;
  pointer-events: none;
}

.drawer-cats {
  /* Clear of X + gap — not stuck to close icon */
  --drawer-cats-offset: 3.5rem;
  position: relative;
  margin-inline-start: var(--drawer-cats-offset);
  margin-block-end: 0;
  min-height: 2.75rem;
  max-width: calc(100% - var(--drawer-cats-offset));
  width: calc(100% - var(--drawer-cats-offset));
  min-width: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 1 1 auto;
}

/* Right-edge fade — match reference (stronger / wider) */
.drawer-cats::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10.5rem;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    to right,
    rgb(255 255 255 / 0) 0%,
    rgb(255 255 255 / 0.35) 28%,
    rgb(255 255 255 / 0.75) 58%,
    #fff 88%
  );
}
.navigation-drawer[mobile-opening="left"] > [is="close-button"] svg {
    stroke-width: 1px;
}
.drawer-cats__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.1rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  padding-block: 0;
  padding-inline-end: 3.5rem;
  list-style: none;
  margin: 0;
  min-height: 3rem;
  margin-left: 10px;
}

.drawer-cats__list::-webkit-scrollbar {
  display: none;
}

.drawer-cats__list > li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.drawer-cats__link {
  display: block;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
}

.drawer-cats__link.is-active,
.drawer-cats__link:hover {
  color: #111;
}

.navigation-drawer[mobile-opening="left"] .drawer-nav {
  gap: 1.2rem;
  padding-inline: 1.3rem;
  padding-block-end: 1.8rem;
  margin: 0;
  flex-shrink: 0;
  padding-top: 10px;
}

.navigation-drawer[mobile-opening="left"] .drawer-nav__item {
  font-size: 11px !important;
  font-weight: 100;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.25;
  color: #111;
}

.navigation-drawer[mobile-opening="left"] .drawer-nav__link {
  justify-content: flex-start;
  gap: 0.7rem;
  font-size: inherit;
  font-weight: 100;
  letter-spacing: inherit;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}

.navigation-drawer[mobile-opening="left"] .drawer-nav .circle-chevron,
.navigation-drawer[mobile-opening="left"] .group:hover .drawer-nav .circle-chevron,
.navigation-drawer[mobile-opening="left"] .group[aria-expanded="true"] .drawer-nav .circle-chevron {
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  flex-shrink: 0;
}

.navigation-drawer[mobile-opening="left"] .drawer-nav .circle-chevron svg {
  width: 8px;
  height: 9px;
  display: block;
}

/* Logo sits in the menu list — same left edge + same gap as items */
.drawer-nav > .drawer-logo {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}

.drawer-logo__link {
  display: inline-block;
  line-height: 0;
}

.drawer-logo__image {
  display: block;
  width: auto;
  max-width: 4.75rem;
  height: auto;
}

.drawer-promo {
  margin: 0;
  width: 100%;
  line-height: 0;
  flex: 0 0 auto;
}

.drawer-promo__link {
  display: block;
  width: 100%;
  line-height: 0;
}

.drawer-promo__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 3 / 3;
  object-fit: cover;
  object-position: center;
}
.navigation-drawer .navigation-promo__wrapper {
    display: none;
}
.drawer-auth {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
  padding: 1.2rem var(--drawer-body-padding) calc(0.7rem + env(safe-area-inset-bottom, 0px));
  background: #f2f2f2;
  flex-shrink: 0;
}

.drawer-auth__buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

/* Promo image + JOIN/SIGN IN — only up to 990px */
@media screen and (min-width: 991px) {
  .drawer-promo,
  .drawer-auth__buttons {
    display: none !important;
  }
}

.drawer-auth__btn {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 120px;
  min-height: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
}

.drawer-auth__btn--outline {
  color: #111;
  background: #f2f2f2;
  border: 1px solid rgb(17 17 17 / 0.35);
}

.drawer-auth__btn--solid {
  color: #fff;
  background: #111;
  border: 1px solid #111;
}

.drawer-auth__login {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #111;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.01em;
  text-decoration: none;
  line-height: 1;
}

.drawer-auth__login svg {
  display: block;
  flex-shrink: 0;
  stroke-width: 1.2px;
}

/* Keep mobile 90vw width through tablet (theme forces 412px from 700px) */
@media screen and (min-width: 700px) and (max-width: 1220px) {
  .navigation-drawer[mobile-opening="left"] {
    --navigation-drawer-width: 90vw;
    width: 90vw;
    max-width: 90vw;
  }
}

/* ≥700px — reference drawer (larger type / airier spacing) */
@media screen and (min-width: 700px) {
  .navigation-drawer[mobile-opening="left"] {
    --drawer-body-padding: 1.6rem;
  }

  .navigation-drawer[mobile-opening="left"] > [is="close-button"] {
    --drawer-close-size: 3rem;
    top: 0.65rem;
    left: 0.15rem;
  }

  .navigation-drawer[mobile-opening="left"] > [is="close-button"] svg {
    width: 30px;
    height: 30px;
  }

  .navigation-drawer[mobile-opening="left"] .panel__wrapper {
    padding-block-start: 0.85rem;
  }

  .drawer-top {
    min-height: 3rem;
    margin-block-end: 0.75rem;
  }

  .drawer-cats {
    --drawer-cats-offset: 3.75rem;
    min-height: 3rem;
  }

  .drawer-cats__list {
    gap: 1.35rem;
    min-height: 3rem;
    padding-inline-end: 4rem;
  }

  .drawer-cats__link {
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.07em;
    line-height: 3rem;
  }

  .drawer-cats__link.is-active,
  .drawer-cats__link:hover {
    color: #111;
  }

  .navigation-drawer[mobile-opening="left"] .drawer-nav {
    gap: 1.35rem;
    padding-inline: 1.35rem;
    padding-block-end: 2.2rem;
  }

  .navigation-drawer[mobile-opening="left"] .drawer-nav__item {
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.045em;
    line-height: 1.3;
  }

  .navigation-drawer[mobile-opening="left"] .drawer-nav__link {
    font-weight: 100;
  }

  .navigation-drawer[mobile-opening="left"] .drawer-nav .circle-chevron svg {
    width: 10px;
    height: 10px;
  }

  .drawer-logo__image {
    max-width: 5.5rem;
  }

  .navigation-drawer[mobile-opening="left"] .panel + .panel .panel__wrapper.drawer-nested {
    padding-block-start: 3.75rem;
    padding-inline: 3.25rem;
  }

  .drawer-nested__back {
    font-size: 0.8rem;
  }

  .drawer-nested__list {
    gap: 1.4rem;
  }

  .drawer-nested__title {
    font-size: 16px;
    font-weight: 600;
  }

  .drawer-nested__item {
    font-size: 15px;
    font-weight: 400;
  }

  .drawer-nested__link {
    font-size: 14px;
  }

  .drawer-nested__chevron svg {
    width: 11px;
    height: 11px;
  }

  .drawer-auth {
    gap: 0.65rem;
    padding: 1.35rem var(--drawer-body-padding) calc(0.85rem + env(safe-area-inset-bottom, 0px));
  }

  .drawer-auth__btn {
    width: 132px;
    min-height: 2.65rem;
    height: 2.65rem;
    font-size: 12px;
  }
}

/* Product cards — cosmetics only; image size/fit from Theme settings */
.product-card {
  --product-card-badge-spacing: 0.4rem;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  border-radius: 0;
}

.product-card__figure {
  border-radius: 0.375rem;
  overflow: hidden;
  background: #e8e8e8;
}

.product-card__info {
  padding-inline: 0 !important;
  padding-block-start: 1.3rem !important;
  gap: 0.15rem !important;
  min-height: 0;
}

.product-card__info .v-stack {
  gap: 0.3rem !important;
}

.product-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  min-height: 0;
  line-height: 1.25;
  font-weight: 500;
  margin: 0;
}

.product-card__title a,
.product-card__title .bold {
  font-weight: 500;
}

.product-card__info .price-list {
  margin: 0;
  line-height: 1.25;
}

.product-card__badge-list {
  position: absolute;
  top: var(--product-card-badge-spacing);
  left: var(--product-card-badge-spacing) !important;
  right: auto !important;
  gap: 1px;
  pointer-events: none;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 40px);
}

/* Equal badge size: NEW + SALE must match exactly */
.product-card__badge-list {
  align-items: center !important;
  gap: 1px !important;
}

.product-card__badge-list .badge,
.product-card__badge-list on-sale-badge,
.product-card__badge-list sold-out-badge {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  gap: 0 !important;
  width: auto !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  padding: 0 8px !important;
  margin: 0 !important;
  border-radius: 4px !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  line-height: 20px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.product-card__badge-list .badge *,
.product-card__badge-list on-sale-badge *,
.product-card__badge-list sold-out-badge * {
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.product-card__badge-list .badge--on-sale {
  --badge-background: 0 0 0 !important;
  --badge-color: 255 255 255 !important;
  background: #000 !important;
  color: #fff !important;
  border-color: transparent !important;
}

.header__secondary-nav .header__icon-list svg, .header a.tap-area .icon {
    width: 17px;
    height: 17px;
}
 .header .dropdown-menu__item .icon {
    width: 8px;
    height: 8px;
 }
@media (max-width: 1500px){
  .header__secondary-nav .header__icon-list svg, .header a.tap-area .icon {
    width: 22px;
    height: 22px;
}
.header__icon-list {
    gap: 1.5rem;
}
.header__wrapper {
    padding: 34px 48px;
}
.header__link-list .link-faded-reverse {
    font-size: 10px;
}
.header__cart-count:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) {
    left: 0.85rem;
}
.header__cart-count {
  z-index: 2;
  overflow: visible;
}
.header a.tap-area.relative {
  overflow: visible;
}
.header__icon-list > li {
  overflow: visible;
  list-style: none;
}
.header__cart-count .count-bubble {
  opacity: 1 !important;
  display: flex !important;
}
.count-bubble {
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
}
}
@media (max-width: 700px ){
    .header__wrapper {
      padding: 18px 20px;
  }
    .template--store .header .header__secondary-nav .header__icon-list .icon-globe {
      width: 34px !important;
      height: 34px !important;
  }
}
@media screen and (min-width: 700px) {
  .product-card__badge-list .badge,
  .product-card__badge-list on-sale-badge,
  .product-card__badge-list sold-out-badge,
  .product-card__badge-list .badge *,
  .product-card__badge-list on-sale-badge * {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    padding: 0 8px !important;
    font-size: 9px !important;
    line-height: 20px !important;
  }

  .product-card__badge-list .badge *,
  .product-card__badge-list on-sale-badge * {
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    line-height: 1 !important;
  }
}

/* Featured collection — size quick-add hover (desktop only) */
@media screen and (min-width: 1000px) {
  .product-card__quick-buy--sizes,
  .product-card__quick-buy:has(.product-card__size-quick-add) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition:
      opacity 0.35s ease,
      transform 0.35s ease,
      visibility 0.35s ease;
  }

  .product-card:hover .product-card__quick-buy--sizes,
  .product-card:focus-within .product-card__quick-buy--sizes,
  .product-card:hover .product-card__quick-buy:has(.product-card__size-quick-add),
  .product-card:focus-within .product-card__quick-buy:has(.product-card__size-quick-add) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .product-card__size-close {
    display: none !important;
  }
}

/* Product card — mobile size bar (plus click) */
.product-card__size-close {
  display: none;
  place-content: center;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9a9a9a;
  cursor: pointer;
  line-height: 0;
  position: absolute;
  top: 0.35rem;
  right: 0.4rem;
  z-index: 2;
}

.product-card__size-close svg {
  width: 10px;
  height: 10px;
  display: block;
}

@media screen and (max-width: 999px) {
  .product-card__quick-buy--sizes.is-open .product-card__size-quick-add {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
    width: 100%;
    background: #fff;
    padding: 1.1rem 0.9rem 0.95rem;
    box-shadow: inset 0 1px 0 rgb(0 0 0 / 0.06);
  }

  .product-card__quick-buy--sizes.is-open .product-card__quick-add-label {
    display: none;
  }

  .product-card__quick-buy--sizes.is-open .product-card__size-close {
    display: grid;
  }

  .product-card__quick-buy--sizes.is-open .product-card__size-list {
    flex: 1;
    min-width: 0;
    justify-content: space-between;
    gap: 0.2rem;
    padding-inline-end: 1.1rem;
  }

  .product-card__quick-buy--sizes.is-open .product-card__size-btn {
    font-size: 12px;
    font-weight: 400;
    color: #3d3d3d;
    letter-spacing: 0.01em;
  }

  .product-card__quick-buy--sizes.is-open .product-card__size-btn.is-disabled {
    color: #c8c8c8;
    opacity: 1;
    text-decoration: none;
  }
}

/* ------------------------------------------------------------------ */
/* Equalité-style footer                                               */
/* ------------------------------------------------------------------ */
.footer--million {
  --footer-part-gap: 0;
  background: #fff;
  color: #111;
  padding: 48px 0px;
}

.footer--million .container {
  max-width: 1440px;
}

.footer--million .footer__main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer--million .footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  max-width: 22rem;
}

.footer--million .footer__brand-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.footer--million .footer__brand-logo {
  display: none;
  flex-shrink: 0;
  line-height: 0;
}

.footer--million .footer__brand-logo-img {
  width: var(--footer-brand-logo-width, 36px);
  height: auto;
}

.footer--million .footer__brand-title {
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

.footer--million .footer__brand-cta {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.28em;
  text-decoration-thickness: 1px;
  color: #111;
}

.footer--million .footer__brand-cta:hover {
  opacity: 0.65;
}

.footer--million .footer__menus {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer--million .footer__menu-item {
  width: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
}

.footer--million .footer__menu--desktop {
  display: none;
}

.footer--million .footer__menu--mobile.accordion {
  border: 0;
  border-block-start-width: 0;
  border-block-end-width: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}

.footer--million .footer__menu--mobile > summary {
  list-style: none;
}

.footer--million .footer__menu--mobile > summary::-webkit-details-marker {
  display: none;
}

.footer--million .footer__accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding-block: 1.05rem;
  cursor: pointer;
}

.footer--million .footer__menu--mobile .accordion__toggle {
  padding-block: 0.7rem;
}

.footer--million .footer__menu-item:last-child .footer__menu--mobile:not([open]) .accordion__toggle,
.footer--million .footer__menu-item:last-child .footer__menu--mobile:not([open]) .footer__accordion-toggle {
  padding-bottom: 0;
}

.footer--million .footer__menu-item:last-child .footer__menu--mobile[open] .accordion__content {
  margin-block-end: 1.05rem;
}

.footer--million .footer__menu--mobile .accordion__content {
  margin-block-end: 0.65rem;
  padding-inline-end: 0;
  padding-inline-start: 0;
  transform: none;
}

.footer--million .footer__menu--mobile .circle-chevron {
  width: 1.65rem;
  height: 1.65rem;
  background: rgb(0 0 0 / 0.08);
}

.footer--million .footer__menu--mobile .circle-chevron svg {
  width: 8px;
  height: 8px;
}

.footer--million .footer__menu-title {
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    color: #000;
    text-transform: uppercase;
}

.footer--million .footer__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer--million .footer__menu-link {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.footer--million .footer__menu-link:hover {
  opacity: 1;
}

.footer--million .footer__language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer--million .footer__language-label {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer--million .footer__language-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.footer--million .footer__localization-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.footer--million .footer__localization-trigger svg {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.footer--million .footer__localization-flag {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.footer--million .footer__localization-text {
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.footer--million .footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-block-start: 2rem;
  padding-block-start: 0.25rem;
}

.footer--million .footer__payment-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.footer--million .footer__payment-icons li {
  display: flex;
  line-height: 0;
}

.footer--million .footer__payment-icons svg,
.footer--million .footer__payment-icons .icon-svg {
  width: auto;
  height: 1.6rem;
  border-radius: 3px;
}

.footer--million .footer__copyright {
  order: 1;
}

.footer--million .footer__copyright p {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  color: #9a9a9a;
}

.footer--million .footer__payment-icons {
  order: 0;
}

.footer--million .footer__policy-links {
  margin-block-start: 0.35rem;
}
.footer__brand-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media screen and (min-width: 1000px) {
  .footer--million {
    --footer-padding-block: 64px;
    padding-block-end: 64px;
  }

  .footer--million .footer__main {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(110px, 0.7fr)) minmax(180px, 0.9fr);
    align-items: start;
    column-gap: 7rem;
    row-gap: 0;
  }

  .footer--million .footer__brand {
    gap: 1.35rem;
    max-width: 22rem;
  }

  .footer--million .footer__brand-logo {
    display: block;
  }

  .footer--million .footer__brand-title {
    font-size: 13px;
    line-height: 1.4;
  }

  .footer--million .footer__brand-cta {
    font-size: 13px;
  }

  .footer--million .footer__menus {
    display: contents;
  }

  .footer--million .footer__menu-item {
    width: auto;
  }

  .footer--million .footer__menu--mobile {
    display: none;
  }

  .footer--million .footer__menu--desktop {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .footer--million .footer__menu-title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .footer--million .footer__menu-list {
    gap: 0rem;
  }

  .footer--million .footer__menu-link {
    font-size: 0.78rem;
  }

  .footer--million .footer__language {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-block: 0;
    margin-left: 40px;
  }

  .footer--million .footer__language-label {
    font-size: 13px;
  }

  .footer--million .footer__localization-text {
    font-size: 11px;
  }

  .footer--million .footer__language-controls {
    justify-content: flex-start;
  }

  .footer--million .footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-block-start: 3.5rem;
  }

  .footer--million .footer__copyright {
    order: -1;
    margin-inline-end: auto;
  }

  .footer--million .footer__payment-icons {
    order: 1;
    justify-content: flex-end;
    margin-inline-start: auto;
  }

  .footer--million .footer__payment-icons svg,
  .footer--million .footer__payment-icons .icon-svg {
    height: 1.2rem;
  }
}
@media (max-width: 1500px){
  .header .header__secondary-nav .header__icon-list .icon-globe {
    width: 22px;
    height: 22px;
}
.aspect-tall {
    aspect-ratio: 2 / 2.92;
}
}
.header .header__secondary-nav .icon-globe {
  width: 19px;
  height: 19px;
  color: #7d888c;
  stroke-width: 1.7px;
}
/***************************/
/***** COLLECTION CSS *****/
/***************************/

.template--collection .collection__top-bar .reversed-link {
    font-size: 13px;
}
.template--collection .collection__top-bar .icon-filter {
    width: 16px;
    height: 16px;
    stroke-width: 1.2px;
}
.template--collection .collection__top-bar .sort-by-facet span {
    font-size: 13px;
}
/* ================================
   Product Quick Buy Sizes
================================ */

.template--collection .product-card__quick-buy--sizes {
    left: 0 !important;
    right: 0 !important;
    bottom: 0rem !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transform: none !important;
    z-index: 4;
    padding: 0;
    pointer-events: none;
}

.template--collection .product-card__quick-buy--sizes .product-card__mobile-size-toggle,
.template--collection .product-card__quick-buy--sizes .product-card__size-quick-add {
    pointer-events: auto;
}


/* Size wrapper */

.template--collection .product-card__size-quick-add {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 0;
    width: 100%;
    background: #fff;
    padding: 1.1rem 0.9rem 0.95rem;
}


/* Open state */

.template--collection .product-card__quick-buy--sizes.is-open {
    bottom: 0 !important;
    justify-content: stretch;
}


.template--collection .product-card__quick-buy--sizes.is-open 
.product-card__mobile-size-toggle {
    display: none;
}


.template--collection .product-card__quick-buy--sizes.is-open 
.product-card__size-quick-add {
    display: flex;
}


/* Plus Button */

.template--collection .product-card__mobile-size-toggle {
    display: grid;
    place-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #000;
    box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
    cursor: pointer;
    padding: 0;
}


.template--collection .product-card__mobile-size-toggle svg {
    width: 10px;
    height: 10px;
}


/* Size List */

.template--collection .product-card__size-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    width: auto;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}


.template--collection .product-card__size-list::-webkit-scrollbar {
    display: none;
}


/* Size buttons */

.template--collection .product-card__size-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: inherit;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #000;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}


.template--collection .product-card__size-btn:hover {
    opacity: .55;
}


.template--collection .product-card__size-btn.is-disabled {
    color: #c8c8c8;
    opacity: 1;
    text-decoration: none;
    pointer-events: none;
}

.template--collection .product-card__size-close {
    display: none;
    place-content: center;
    flex-shrink: 0;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9a9a9a;
    cursor: pointer;
    line-height: 0;
    position: absolute;
    top: 0.35rem;
    right: 0.4rem;
    z-index: 2;
}

.template--collection .product-card__size-close svg {
    width: 18px;
    height: 18px;
    display: block;
}


/* Quick add label */

.template--collection .product-card__quick-add-label,
.template--collection .product-card__quick-add-label--button {
    font-size: 12px;
    font-weight: 100;
    color: #000;
    background: none;
    border: 0;
    padding: 0;
    white-space: nowrap;
}


/* ================================
   Product Title
================================ */

.template--collection .product-card__info {
    --product-card-info-padding: 0.85rem 0 0;
    gap: .25rem;
}


.template--collection .product-card__title,
.template--collection .product-card__title a,
.template--collection .product-card__title a.bold,
.template--collection .product-card__title .bold {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: normal;
}


.template--collection .product-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* ================================
   Product Price
================================ */

.template--collection .product-card__info .price-list,
.template--collection .product-card__info sale-price,
.template--collection .product-card__info .price-list sale-price {
    font-size: 13px !important;
    font-weight: 100 !important;
    gap: .4rem;
}


.template--collection .product-card__info sale-price {
    color: rgb(var(--text-color));
}


.template--collection .product-card__info compare-at-price {
    font-size: 12px;
    font-weight: 400;
    color: rgb(var(--text-color) / .45);
}
.template--collection .pagination__item {
    padding: 15px 17px;
}
.template--collection .pagination__current {
    font-size: 13px;
    padding: 0;
    display: flex;
    align-items: center;
}
.template--collection .animated-arrow:before {
    width: .4rem;
    height: .4rem;
}

/* ================================
   Desktop Hover
================================ */

@media screen and (min-width: 1000px) {

    .template--collection .product-card__mobile-size-toggle {
        display: none !important;
    }

    .template--collection .product-card__size-close {
        display: none !important;
    }


    .template--collection .product-card__quick-buy--sizes {
        opacity: 0;
        visibility: hidden;
        transform: translateY(12px) !important;
        transition:
        opacity .35s ease,
        transform .35s ease,
        visibility .35s ease;
        pointer-events: none;
    }


    .template--collection .product-card:hover 
    .product-card__quick-buy--sizes,
    .template--collection .product-card:focus-within 
    .product-card__quick-buy--sizes {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) !important;
        pointer-events: auto;
    }


    .template--collection .product-card__size-quick-add {
        display: flex;
    }


    .template--collection .product-card__title,
    .template--collection .product-card__title a,
    .template--collection .product-card__title a.bold,
    .template--collection .product-card__title .bold {
        font-size: 13px !important;
    }


    .template--collection .product-card__info .price-list,
    .template--collection .product-card__info sale-price {
        font-size: 14px !important;
    }


    .template--collection .product-card__info compare-at-price {
        font-size: 13px;
    }
}


/* ================================
   Mobile
================================ */
@media (max-width: 1500px){
        .footer--million .footer__main {
        column-gap: 1rem;
    }
    .footer--million .footer__language {
          margin-left: 0px;
    }
}
@media screen and (max-width: 999px) {

    .template--collection .product-card__quick-buy--sizes {
        left: 40% !important;
        right: auto !important;
        bottom: 10px !important;
        width: auto !important;
    }


    .template--collection .product-card__mobile-size-toggle {
        display: grid;
    }


    .template--collection .product-card__size-quick-add {
        display: none;
    }


    .template--collection .product-card__quick-buy--sizes.is-open {
        left: 0 !important;
        width: 100% !important;
    }


    .template--collection .product-card__quick-buy--sizes.is-open 
    .product-card__size-quick-add {
        display: flex;
        align-items: center;
        position: relative;
        gap: 0;
        padding: 1.1rem 0.3rem 0.95rem;
        box-shadow: inset 0 1px 0 rgb(0 0 0 / 0.06);
    }

    .template--collection .product-card__quick-buy--sizes.is-open
    .product-card__size-close {
        display: grid;
        position: absolute;
        top: 0;
        right: 0;
    }

    .template--collection .product-card__quick-buy--sizes.is-open
    .product-card__quick-add-label {
        display: none;
    }

    .template--collection .product-card__quick-buy--sizes.is-open
    .product-card__size-list {
      justify-content: flex-start;
      gap: .5rem;
      flex-wrap: wrap;
    }

    .template--collection .facets__floating-filter {
        display: none;
    }
    .template--collection .collection__top-bar, .collection__facets {
        display: flex;
        justify-content: space-between;
    }
    .template--collection .collection__results p {
        font-size: 11px;
    }
    .template--collection span.product-card__quick-add-label {
      display: none;
    }
    .template--collection .product-card__size-btn {
      font-size: 12px;
      font-weight: 400;
      color: #3d3d3d;
    }
    .template--collection .product-card__size-btn.is-disabled {
      color: #c8c8c8;
      opacity: 1;
      text-decoration: none;
    }
    .template--collection .product-card__size-list {
      justify-content: space-between;
    }
    .template--collection .product-card__title a, .template--collection .product-card__title a.bold, .template--collection .product-card__title .bold {
      font-size: 11px !important;
    }
    .template--collection .product-card__info sale-price, .template--collection .product-card__info .price-list sale-price {
      font-size: 11px !important;
    }
    .template--collection product-list.product-list {
      row-gap: 30px;
    }
    .template--collection span.pagination__current {
      font-size: 11px;
    }
    .template--collection .popover-listbox__option .reversed-link {
        font-size: 11px;
    }
    .template--collection .accordion__toggle.bold {
        font-size: 11px;
    }
    .footer--million .footer__menu-link {
      font-size: 10px;
    }

}
.accordion__content {
    font-size: 13px;
}
.template--collection .facets-drawer p.h5 {
    font-size: 21px;
}
.template--collection .accordion__toggle span {
    font-size: 13px;
}
.template--collection .facets-drawer::part(body) {
    padding: 0rem 2rem;
}
.template--collection .facets-drawer::part(header) {
    padding: 1.2rem 2rem;
}
/* .template--collection .facets-drawer::part(content) {
    max-width: 380px;
} */
.template--collection .accordion__toggle {
    padding: 17px 0px;
}
.template--collection .accordion__toggle .circle-chevron {
    width: 20px;
    height: 20px;
}
.template--collection .accordion__toggle .circle-chevron .icon {
    width: 7px;
    height: 7px;
}
.template--collection .checkbox-container .checkbox~label {
    font-size: 13px;
}
.template--collection .checkbox-container .checkbox {
    width: 13px;
    height: 13px;
}
.template--collection .facets-drawer__floating-apply button {
    font-size: 13px;
    padding: 15px;
}

:has(.shopify-section:first-child [allow-transparent-header]) .header .header__secondary-nav .icon-globe {
    width: 28px !important;
    height: 28px !important;
    color: #7d888c;
    stroke-width: 1.7px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
}
:has(.shopify-section:first-child [allow-transparent-header]) .header__icon-image {
  filter: invert(1);
}
:has(.shopify-section:first-child [allow-transparent-header]) .header.is-filled .header__icon-image {
    filter: unset;
}

/* Keep transparent header while menus are open (desktop, top of page) */
@media screen and (min-width: 1001px) {
  @supports selector(:has(> *)) {
    .header[allow-transparency]:not(.is-page-scrolled):has([open]),
    .header[allow-transparency].is-filled:not(.is-page-scrolled):has([open]) {
      --header-background-opacity: 0;
      --header-logo-opacity: 0;
      --header-background-blur-radius: 0px;
      --text-color: var(--header-transparent-text-color);
    }

    :has(.shopify-section:first-child [allow-transparent-header])
      .header[allow-transparency]:not(.is-page-scrolled):has([open])
      .header__icon-image,
    :has(.shopify-section:first-child [allow-transparent-header])
      .header[allow-transparency].is-filled:not(.is-page-scrolled):has([open])
      .header__icon-image {
      filter: invert(1);
    }
  }
}

.collection-tabs{
display:flex;
justify-content:center;
gap:25px;
margin-bottom:30px;
}

.collection-tab{
border:0;
background:none;
cursor:pointer;
font-size:16px;
padding-bottom:8px;
}

.collection-tab.active{
border-bottom:1px solid #000;
}


.tab-content.hidden{
display:none;
}

/**************************/
/**** PRODUCT PAGE CSS ****/
/**************************/

.template--product .product-info__title {
    font-size: 17px;
    text-transform: uppercase
}
.template--product .price-list {
    font-size: 13px;
}
.template--product .text-lg.text-on-sale {
    font-size: 17px;
}
.template--product .badge--on-sale {
    font-size: 9px !important;
    font-weight: 100;
    text-transform: uppercase;
}
.template--product .variant-picker__option-info .h-stack {
    font-size: 13px;
}
.template--product .block-swatch span {
    font-size: 13px;
}
.template--product .block-swatch {
    padding: 20px;
    height: 2.125rem;
}
/* .template--product .block-swatch:before {
    box-shadow: unset;
} */
.template--product .product-info__accordion .accordion__toggle span {
    font-size: 13px;
}
.template--product .buy-buttons .button {
    font-size: 13px;
    padding: 15px;
    text-transform: uppercase;
}
.template--product .product-info__price sale-price {
    font-size: 17px;
}
.template--product .badge--sold-out {
    font-size: 9px;
    font-weight: 100;
    text-transform: uppercase;
}
.template--product .product-gallery__thumbnail {
    width: 50px;
}
.template--product .product-gallery {
    gap: 1.5rem;
}
.template--product .product-gallery__thumbnail img {
    border-radius: 0.3rem;
}
.template--product .product-quick-add__variant .truncate-text {
    font-size: 13px;
}
@media (max-width: 1500px){
  .template--product .product {
        column-gap: 3rem;
    }
    .template--product .product-gallery {
        gap: 2.5rem;
        margin-left: 10px;
    }
    .template--product .product-gallery__thumbnail {
        width: 60px;
    }
}
@media (max-width: 1100px){
  .template--product .product-gallery {
      gap: 1.5rem;
  }
}
@media (max-width: 999px){
    .template--product .product-gallery {
        margin-left: 0px;
    }
    .template--product .variant-picker__option-info .h-stack, .template--product .block-swatch span {
        font-size: 16px;
    }
    .template--product .buy-buttons .button {
        font-size: 16px;
    }
    .icon-text-item span.text-xs {
        font-size: 16px;
    }
    .delivery-countdown {
        font-size: 16px;
    }
    .template--product .product-info__accordion .accordion__toggle span {
        font-size: 16px;
    }
}
@media (max-width: 700px){
    .template--product .product-info__title {
      font-size: 16px;
    }
    .template--product .product-info__price sale-price {
      font-size: 15px;
    }
    .product-info--separator {
        display: none;
    }
    .template--product .buy-buttons .button {
      font-size: 10px;
    }
    .template--product .product-info__accordion .accordion__toggle span {
      font-size: 11px;
    }
    .template--product .product-quick-add .button--lg {
        background: #000;
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
    }
    .template--product .variant-picker__option-info .h-stack, .product-info__accordion .accordion__content, .template--product .block-swatch span, .template--product .buy-buttons .button, .icon-text-item span.text-xs, .delivery-countdown, .template--product .product-info__accordion .accordion__toggle span {
        font-size: 11px;
    }
    .drawer::part(header) {
        padding: 1rem;
    }
    .drawer::part(body) {
        padding: 1.4rem;
    }
    .intentory-item-info.rte p {
        font-size: 11px;
    }
    .intentory-item-contact a {
        font-size: 11px;
    }
}
.navigation-drawer::part(body) {
    padding: 0;
}
.option--color .variant-picker__option-info {
    display: none;
}
variant-picker.variant-picker {
    margin-top: 10px;
}
.option--color label.thumbnail-swatch{
  width: 50px;
  height: 50px;
}
.product-info--variant_picker {
    overflow: hidden;
}
.product-info__buy-buttons .needs-size-selection:disabled {
  background-color:  #8B8B8B !important;
  color: #fff;
  cursor: not-allowed;
}
.template--product .product-quick-add .button--lg:disabled {
  background-color:  #8B8B8B !important;
  color: #fff;
  cursor: not-allowed;
}
.product-quick-add__variant button.button.button--lg {
    font-size: 11px;
    text-transform: uppercase;
    padding: 9px 20px;
    background: #000;
    color: #fff;
}

.variant-picker__option-values {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    min-width: 100% !important;
    overflow: visible !important;
}

.variant-picker__option-values.wrap {
    overflow-x: auto !important;
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
}

.variant-picker__option-values label.block-swatch {
    flex: 0 0 auto !important;
    white-space: nowrap;
}
span.delivery-countdown__status-text {
    font-weight: 100;
}
span.stock-status__text {
    font-weight: 100;
}
.shopify-policy__title.h1 {
    text-transform: uppercase;
    font-size: 50px;
}
.shopify-policy__body h3 {
    font-size: 21px !important;
    font-weight: 600;
}
.shopify-policy__body li {
    font-size: 13px;
}
.shopify-policy__body p {
    font-size: 13px;
}
.template--faq h1.h1.text-center {
    font-size: 48px;
    max-width: 500px;
    margin: 0 auto;
}
.template--faq .section-stack__intro p {
    font-size: 13px;
    font-weight: 500;
}
.template--faq .accordion-box span {
    font-size: 13px;
}
.template--faq .accordion__content .prose {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.template--contact-2 h1.h1.text-center {
    font-size: 48px;
    text-transform: uppercase;
}
.template--contact-2 p {
    font-size: 13px;
}
.template--contact-2 .page {
    padding: 0rem 5.5rem !important;
}
.template--contact-2 strong {
    font-weight: 600;
}
@media (max-width: 700px){
  .shopify-policy__container {
    padding: 2.5rem 0rem !important;
}
.shopify-policy__title.h1 {
    font-size: 40px;
    text-align: center;
}
.shopify-policy__body li {
    font-size: 11px;
}
.shopify-policy__body p {
    font-size: 11px;
}
.template--faq h1.h1.text-center {
    font-size: 40px;
}
.template--faq .section-stack__intro p {
    font-size: 11px;
}
.template--faq .accordion-box span {
    font-size: 11px;
}
.template--faq .accordion__content {
    font-size: 11px;
}
.template--contact-2 .page {
    padding: 0 !important;
}
.template--contact-2 p {
    font-size: 11px;
}
.template--contact-2 h1.h1.text-center {
    font-size: 40px;
}
}


.ElementsWidget__inner .R-TextHeading.R-TextHeading--md {
    font-size: 23px;
}

.ElementsWidget-prefix .R-TextBody.R-TextBody--xs.u-textLeft--all.u-marginBottom--xs {
    font-size: 13px !important;
}
.ElementsWidget__inner i.stars__icon.stars__icon--100.ricon-percentage-star--100:before {
    content: "\e932";
    font-size: 17px;
}
.R-TextHeading.R-TextHeading--xxxs.R-TextHeading--inline {
    font-size: 13px !important;
}

.R-Button.R-Button--md.R-Button--primary.u-marginBottom--none {
    font-size: 13px !important;
}

.R-TextHeading.R-TextHeading--xxxs {
    font-size: 13px !important;
}
.R-AvatarThumbnail.u-marginBottom--xs {
    display: none !important;
}
.R-TextHeading.R-TextHeading--xxs.u-textLeft--all span {
    font-size: 13px !important;
}
.ElementsWidget__inner .ricon-percentage-star--100:before {
    content: "\e932";
    font-size: 17px;
}
.u-displayInlineBlock {
    font-size: 13px !important;
}
.R-TextBody.R-TextBody--xxxs.u-textRight--all.u-marginBottom--none div {
    font-size: 10px;
}
.ElementsWidget__search input {
    font-size: 12px !important;
}
.ElementsWidget-prefix .R-Field--leftIcon .R-Field__icon {
    font-size: 14px !important;
    height: 14px !important;
    width: 20px !important;
}
.ElementsWidget-prefix .R-AvatarThumbnail {
    display: none !important;
}
.ruk_rating_snippet i {
    font-size: 13px !important;
}
.ruk_rating_snippet .ruk-rating-snippet-count {
    font-size: 10px !important;
}
@media (max-width: 700px){
  .ElementsWidget-prefix .R-TextBody.R-TextBody--xs.u-textLeft--all.u-marginBottom--xs {
    font-size: 15px !important;
  }
  .R-TextHeading.R-TextHeading--xxxs.R-TextHeading--inline, .R-Button.R-Button--md.R-Button--primary.u-marginBottom--none, .R-TextHeading.R-TextHeading--xxxs {
    font-size: 16px !important;
}
.ElementsWidget__search input {
    font-size: 14px !important;
}
.ElementsWidget-prefix .R-Field--leftIcon .R-Field__icon {
    font-size: 17px !important;
    height: 20px !important;
    width: 20px !important;
}
.R-TextHeading.R-TextHeading--xxs.u-textLeft--all span {
    font-size: 16px !important;
}
.u-displayInlineBlock {
    font-size: 16px !important;
}
.R-TextBody.R-TextBody--xxxs.u-textRight--all.u-marginBottom--none div {
    font-size: 14px;
}
  /* Slideshow CTA buttons: always one horizontal row; hide below 700px */
  .template--society-members .slideshow__buttons {
    display: none !important;
  }
  .template--society-members .prose:has(.slideshow__buttons) {
      margin-bottom: 60px;
  }
}
.template--society-members  button.button.button--xl {padding: 4.8px 24px;}

.template--society-members button.button.button--xl div {
    font-size: 10px !important;
}
.template--society-members .slideshow__buttons {
  margin-top: 5rem;
}
.template--society-members .slideshow__buttons a {
  padding: 4.8px 24px;
  font-size: 10px;
}


.template--society-members .content-over-media .prose p[data-sequence="heading"] {
  max-width: 600px;
  margin: auto;
}
.template--society-members .content-over-media .prose [data-sequence="content"] {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1100px){
  .template--society-members .prose p[data-sequence=heading] {
    max-width: 300px !important;
    font-size: 40px;
    font-weight: 700;
}
.template--society-members .content-over-media .prose [data-sequence="content"] {
  font-size: 9px;
}
.template--society-members .slideshow__buttons {
  margin-top: 1.5rem;
}
}

/* -------------------------------------------------------------------------- */
/* Cart drawer — Equalite-style 1:1 layout                                    */
/* -------------------------------------------------------------------------- */

.cart-drawer {
  --cart-drawer-border: #e8e8e8;
  --cart-drawer-muted: #8a8a8a;
  --cart-drawer-track: #e5e5e5;
}

.cart-drawer .cart-drawer__top {
  gap: 1rem;
  padding-block-end: 1.25rem;
}

.cart-drawer .cart-drawer__top .h5 {
  font-weight: 500;
  letter-spacing: normal;
  font-size: 18px;
}

.cart-drawer .count-bubble--md {
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  min-width: 1.35rem;
  height: 1.35rem;
  display: flex;
  justify-content: center;
}

/* Free shipping bar — shared (cart drawer + cart page) */
.cart-drawer .free-shipping-bar,
.cart-header .free-shipping-bar {
  gap: 0.65rem;
}

.cart-drawer .free-shipping-bar > span,
.cart-header .free-shipping-bar > span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .04em;
  color: #5187b3;
  line-height: 1.35;
}

.cart-drawer .free-shipping-bar .text-accent,
.cart-header .free-shipping-bar .text-accent {
  color: #000;
  font-weight: 700;
}

.cart-drawer .progress-bar,
.cart-header .progress-bar {
  height: 12px;
  background: var(--cart-drawer-track, #e5e5e5);
  border-radius: unset;
}

.cart-drawer .progress-bar:before,
.cart-header .progress-bar:before {
  background: #111;
}

.cart-drawer .cart-drawer__line-items > * + * {
  padding-block-start: 1.25rem;
  margin-block-start: 1.25rem;
  border-block-start: 1px solid var(--cart-drawer-border);
}

.cart-drawer .line-item {
  --line-item-image-width: 4.5rem;
  --line-item-image-height: 6rem;
  align-items: center;
  gap: 1rem;
}

.cart-drawer .line-item__media-wrapper {
  width: var(--line-item-image-width);
  min-width: var(--line-item-image-width);
  height: var(--line-item-image-height);
}

.cart-drawer .line-item__media {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.cart-drawer .line-item__info .bold,
.cart-drawer .line-item__info a.bold {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.cart-drawer .line-item__info .price-list {
  font-size: 13px;
}

.cart-drawer .line-item__info .text-subdued {
  color: var(--cart-drawer-muted);
  font-size: 12px;
}

.cart-drawer .line-item__actions {
  margin-inline-start: auto;
  flex-shrink: 0;
}

.cart-drawer .line-item__quantity-controls {
  justify-items: center;
}

.cart-drawer .line-item__actions .quantity-input {
  min-width: 2.5rem;
  width: 2.5rem;
  padding-block: 0.4rem;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #111;
}

.cart-drawer .line-item__remove-icon,
.cart-order .line-item__remove-icon {
  display: grid;
  place-items: center;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin-inline: auto;
  cursor: pointer;
  color: var(--cart-drawer-muted, #8a8a8a);
  transition: color 0.15s ease;
}

.cart-drawer .line-item__remove-icon:hover,
.cart-order .line-item__remove-icon:hover {
  color: #111;
}

.cart-drawer__recommendations {
  --horizontal-product-width: min(340px, 85%);
  margin-block-start: 0.25rem;
}

.cart-drawer__recommendations-nav .circle-chevron {
  width: 1.2rem;
  height: 1.25rem;
  background: #ececec;
  color: #555;
}

.cart-drawer .horizontal-product-list-carousel {
  border: none;
  border-radius: 0;
  position: relative;
}

/* Soft white fade on the right edge of upsell carousel */
/* .cart-drawer .horizontal-product-list-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4.5rem;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    to right,
    rgb(255 255 255 / 0) 0%,
    rgb(255 255 255 / 0.5) 40%,
    rgb(255 255 255 / 0.9) 75%,
    #fff 100%
  );
} */

.cart-drawer .horizontal-product-list.separate {
  gap: 0;
  display: grid;
}

.cart-drawer .horizontal-product--upsell {
  border: 1px solid var(--cart-drawer-border);
  border-radius: 4px;
  background: #fff;
  padding: .2rem 0.75rem;
  align-items: center;
  gap: 0.75rem;
  min-height: 100%;
}

.cart-drawer .horizontal-product--upsell .horizontal-product__image {
  --horizontal-product-image-size: 4.3rem;
  width: 4.3rem;
  flex: 0 0 3.5rem;
  background: #f5f5f5;
  object-fit: cover;
}

.cart-drawer .horizontal-product--upsell .horizontal-product__info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.cart-drawer .horizontal-product--upsell .horizontal-product__details {
  flex: 1;
  min-width: 0;
}

.cart-drawer .horizontal-product--upsell .horizontal-product__details .bold,
.cart-drawer .horizontal-product--upsell .horizontal-product__details a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-drawer .horizontal-product--upsell .price-list {
  font-size: 11px;
}

.cart-drawer .horizontal-product__variant-select {
  appearance: none;
  -webkit-appearance: none;
  width: max-content;
  max-width: 100%;
  margin-block-start: 0.2rem;
  padding: 0.15rem 1.25rem 0.15rem 0;
  border: none;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat right center;
  font-size: 11px;
  color: var(--cart-drawer-muted);
  cursor: pointer;
  line-height: 1.3;
}

.cart-drawer .horizontal-product--upsell .horizontal-product__cta {
  flex-shrink: 0;
  margin-inline-end: 0;
}

.cart-drawer .horizontal-product--upsell .button--subdued {
  --button-background: 238 235 232 / 1 !important;
  --button-text-color: 17 17 17 !important;
  --button-outline-color: 236 236 236 !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.55rem 0.85rem;
  min-width: auto;
  white-space: nowrap;
}

.cart-drawer .cart-drawer__footer-inner {
  border-block-start: 1px solid var(--cart-drawer-border);
  padding-block-start: 1rem;
}

.cart-drawer [slot="footer"] {
  gap: 1rem;
}

.cart-drawer [slot="footer"] .h5 {
  font-weight: 500;
  font-size: 19px !important;
}

.cart-drawer .buy-buttons--compact {
  gap: 0.65rem;
  grid-template-columns: 1fr 1fr;
}

.cart-drawer .buy-buttons .button--xl,
.cart-drawer .buy-buttons a.button--xl {
  font-size: 13px;
  font-weight: 700;
  padding-block: 0.8rem;
  padding-inline: 1rem;
  letter-spacing: 0.01em;
}
.horizontal-product-list .reversed-link {
  font-weight: 500;
}
@media screen and (max-width: 699px) {
  .cart-drawer .horizontal-product-list-carousel > .horizontal-product-list {
    grid: auto / auto-flow min(300px, 82vw);
  }

  .cart-drawer .line-item {
        --line-item-image-width: 5rem;
        --line-item-image-height: 7.5rem;
  }
  .cart-drawer .free-shipping-bar > span,
  .cart-header .free-shipping-bar > span {
    font-size: 11px;
  }
  .cart-drawer .progress-bar,
  .cart-header .progress-bar {
    height: 16px;
  }

}

@media screen and (min-width: 700px) {
  .cart-drawer .line-item {
    --line-item-image-width: 5rem;
    --line-item-image-height: 7.5rem;
    align-items: center;
  }

  .cart-drawer .horizontal-product--upsell .horizontal-product__image {
    --horizontal-product-image-size: 4rem;
    width: 5.5rem;
    flex-basis: 4rem;
  }

  .cart-drawer__recommendations {
    --horizontal-product-width: 300px;
  }
}


.template--career .rich-text__wrapper .button div {
    font-size: 9px;
}

@media (max-width: 700px){
  .template--career .rich-text__wrapper .button div {
    font-size: 10px;
  }
  :has(.shopify-section:first-child [allow-transparent-header]) .header .header__secondary-nav .icon-globe {
    width: 34px !important;
    height: 34px !important;
  }

}
.empty-state__icon-wrapper>.count-bubble {
  top: -5px;
  right: 5px !important;
}
.empty-state p.h5 {
  font-size: 20px;
}
.template--cart .prose .h4 {
  font-size: 26px;
}
.template--cart a.button {
  font-size: 13px;
}
.template--cart .empty-state__icon-wrapper>.count-bubble {
  top: -10px;
  right: -5px !important;

}
.template--cart .count-bubble {
  width: 20px;
  height: 20px;
  justify-content: center;
}
.template--cart .cart-header .h2 {
  font-size: 38px;
}

.template--cart  free-shipping-bar.free-shipping-bar {
  max-width: 350px;
}
.template--cart .order-summary__header th {
  font-size: 12px;
}
.template--cart .line-item__info span.reversed-link {
  font-size: 13px;
}
.template--cart .order-summary__body .text-subdued {
  font-size: 13px;
}
.template--cart .cart-order__recap .h-stack.gap-4.justify-between {
  font-size: 13px;
}
.template--cart .cart-order__recap .h-stack.gap-4.justify-between span.h5 {
  font-size: 20px;
}
.template--cart .cart-order__recap {
  width: 100%;
  max-width: 320px;
}
.template--cart .cart-order {
  gap: 20px;
}
.template--cart .cart-order__summary details.accordion {
  display: none;
}
.template--cart .line-item .line-item__media-wrapper {
  width: 5rem;
  min-width: 5rem;
}
.template--cart .cart-form__note .floating-label {
  font-size: 13px;
}
.template--cart .cart-order__recap .button .text-with-icon.justify-center {
  font-size: 12px;
}
.template--cart .cart-form__note .contents svg {
  width: 30px;
}
@media (max-width: 700px){
  .template--cart .cart-header .h2 {
    font-size: 32px;
  }
  .template--cart free-shipping-bar.free-shipping-bar {
    max-width: unset;
  }
  .template--cart .line-item__info span.reversed-link, .template--cart .order-summary__body .text-subdued, .template--cart .cart-order__recap .h-stack.gap-4.justify-between {
    font-size: 11px;
  }
  .template--cart .cart-order__recap {
    max-width: unset;
  }
  .template--cart .cart-form__note .floating-label {
    font-size: 11px;
  }
  .template--cart .cart-order__recap .button .text-with-icon.justify-center {
    font-size: 11px;
  }
  .template--cart .contents svg {
    width: unset;
  }
}


/* ------------------------------------------------------------------ */
/* Mega menu — luxury multi-column layout                             */
/* ------------------------------------------------------------------ */
@media (min-width: 1220px){
      .header__icon-list {
    justify-content: center;
  }
}
@media screen and (min-width: 1150px) {
  .mega-menu {
    --mega-menu-block-padding: 2.5rem;
    --mega-menu-nav-gap: 2.75rem;
    --mega-menu-gap: 2.5rem;
    height: 60vh;
    max-height: 60vh;
    background: #ffffff !important;
    color: #060606 !important;
    mix-blend-mode: normal;
    border-block-start: 1px solid rgba(0, 0, 0, 0.06);
    align-items: stretch;
    overflow: hidden auto;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07), 0 9999px 0 9999px #0006;
  }

  .mega-menu__nav {
    flex-wrap: nowrap;
    max-width: none;
    flex: 1;
    min-width: 0;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }

  .mega-menu__nav > li {
    flex-direction: column;
    width: auto;
    min-width: 120px;
    max-width: 180px;
    flex-shrink: 0;
    position: relative;
    padding-block-end: 1.5rem;
  }

  .mega-menu__nav > li:has(> ul > li:nth-child(8)) {
    min-width: 260px;
    max-width: 300px;
  }

  /* Bottom shade on each column — items stay visible */
  /* .mega-menu__nav > li::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    inset-block-end: 0;
    height: 72px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 55%, #ffffff 100%);
    pointer-events: none;
    z-index: 1;
  } */

  .mega-menu,
  .mega-menu a {
    font-family: Gilmer, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #060606;
  }

  /* Column headings */
  .mega-menu__nav > li > a,
  .mega-menu__nav > li > a.h5 {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.4;
    text-decoration: none;
    flex-shrink: 0;
  }

  .mega-menu__nav > li > a .reversed-link {
    background: none;
  }

  .mega-menu__nav > li > a:hover {
    opacity: 0.65;
  }

  /* Sub-link lists — all items visible */
  .mega-menu__nav > li > ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
    row-gap: 12px;
  }

  .mega-menu__nav > li > ul:has(> li:nth-child(8)) {
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
  }

  .mega-menu__nav > li > ul a {
    font-size: 9px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: normal;
    text-decoration: none;
    opacity: 0.7;
  }

  .mega-menu__nav > li > ul a:hover {
    opacity: 1;
  }

  /* .mega-menu .link-faded {
    opacity: 1;
  } */

  /* Promo image — same layout, smaller + rounded */
  .mega-menu .navigation-promo__wrapper {
    flex-shrink: 0;
    margin-inline-start: auto;
    align-self: stretch;
    height: auto;
    display: flex;
    align-items: center;
  }

  .mega-menu .navigation-promo__wrapper > .relative {
    display: flex;
    align-items: stretch;
    width: 100%;
  }

  .mega-menu .navigation-promo--carousel {
    width: 280px;
    height: auto;
    max-height: 280px;
  }

  .mega-menu .navigation-promo--carousel .content-over-media {
    --content-over-media-height: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  .mega-menu .navigation-promo--carousel .content-over-media img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .mega-menu .navigation-promo--carousel .content-over-media p.bold {
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.3;
  }

  .mega-menu .navigation-promo__carousel-controls {
    inset-block-end: 14px;
    inset-block-start: auto;
    color: #ffffff;
  }

  .mega-menu .navigation-promo__carousel-controls > button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .mega-menu .navigation-promo__carousel-controls > button svg {
    opacity: 0.85;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  }

  .mega-menu .navigation-promo__carousel-controls > button:hover svg {
    opacity: 1;
  }

}

@media screen and (min-width: 1400px) {
  .mega-menu {
    --mega-menu-nav-gap: 3.25rem;
    --mega-menu-block-padding: 2.75rem;
  }


  .mega-menu__nav {
    gap: 40px;
  }
}
@media (min-width: 1550px ){
  @media screen and (min-width: 1150px) {
  .mega-menu {
    height: 45vh;
    max-height: 45vh;
  }
}
