/** Shopify CDN: Minification failed

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

**/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: calc(var(--fixed-announcement-height, 36px) + var(--fixed-header-height, 134px));
  color: var(--color-text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.drawer-open,
.drawer-open body,
.quick-view-open,
.quick-view-open body,
.cart-drawer-open,
.cart-drawer-open body {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button[disabled],
input[disabled] + label {
  cursor: not-allowed;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 1000;
  background: #fff;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  padding: 10px 14px;
}

.skip-link:focus {
  left: 12px;
}

.page-width {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

.main-content {
  min-height: 50vh;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.button,
.shopify-payment-button__button,
.product-form__submit,
.cart__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 6px;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
  padding: 12px 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}

.button:hover,
.product-form__submit:hover,
.cart__checkout:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

.button--secondary {
  background: #fff;
  color: var(--color-primary);
}

.button--secondary:hover {
  background: #eef5ff;
  color: var(--color-primary-dark);
}

.button--full {
  width: 100%;
}

.button[disabled],
.product-form__submit[disabled] {
  opacity: .45;
  background: #9ca3af;
  border-color: #9ca3af;
}

.empty-state {
  border: 1px dashed var(--color-border);
  border-radius: 8px;
  padding: 32px 20px;
  text-align: center;
  color: var(--color-muted);
  background: var(--color-surface);
}

.color-scheme {
  color: var(--scheme-text, var(--color-text));
  background: var(--scheme-background-gradient, var(--scheme-background, transparent));
}

.color-scheme .section__subtitle,
.color-scheme .collection-toolbar__count,
.color-scheme .breadcrumbs,
.color-scheme .product__description,
.color-scheme .cart-item__options,
.color-scheme .cart-item__price,
.color-scheme .footer-text {
  color: rgb(var(--scheme-text-rgb, 17 24 39) / .72);
}

.color-scheme .button,
.color-scheme .product-form__submit,
.color-scheme .cart__checkout,
.color-scheme .shopify-payment-button__button {
  border-color: var(--scheme-button, var(--color-primary));
  background: var(--scheme-button, var(--color-primary));
  color: var(--scheme-button-label, #fff);
}

.color-scheme .button:hover,
.color-scheme .product-form__submit:hover,
.color-scheme .cart__checkout:hover {
  border-color: var(--scheme-button, var(--color-primary-dark));
  background: var(--scheme-button, var(--color-primary-dark));
  color: var(--scheme-button-label, #fff);
  filter: brightness(.92);
}

.color-scheme .button--secondary {
  border-color: var(--scheme-outline-button, var(--color-primary));
  background: transparent;
  color: var(--scheme-outline-button, var(--color-primary));
}

.color-scheme .button--secondary:hover {
  background: rgb(var(--scheme-text-rgb, 17 24 39) / .06);
  color: var(--scheme-outline-button, var(--color-primary));
}

.color-scheme .empty-state {
  border-color: rgb(var(--scheme-text-rgb, 17 24 39) / .18);
  background: rgb(var(--scheme-text-rgb, 17 24 39) / .04);
  color: rgb(var(--scheme-text-rgb, 17 24 39) / .72);
}

.color-scheme .product-card,
.color-scheme .cart-item,
.color-scheme .product__media-main,
.color-scheme .collection-card__media,
.color-scheme .promo-split__image,
.color-scheme .quantity__control,
.color-scheme .field__input,
.color-scheme .select__select {
  border-color: rgb(var(--scheme-text-rgb, 17 24 39) / .14);
  background-color: rgb(var(--scheme-background-rgb, 255 255 255) / .72);
  color: var(--scheme-text, var(--color-text));
}

.color-scheme .product-card:hover {
  box-shadow: 0 14px 30px rgb(var(--scheme-shadow-rgb, 0 0 0) / .14);
}

.color-scheme .product-card__title,
.color-scheme .collection-card__title,
.color-scheme .footer-title,
.color-scheme .footer-link,
.color-scheme .footer-inline-link,
.color-scheme .site-nav__link,
.color-scheme .mobile-menu__link {
  color: var(--scheme-text, var(--color-text));
}

.color-scheme .price__sale,
.color-scheme .price__regular {
  color: var(--price-current-color);
}

.color-scheme .price__compare {
  color: var(--price-compare-color);
}

.color-scheme .variant-option__name,
.color-scheme .quantity__label {
  color: var(--scheme-text, var(--color-text));
}

.color-scheme .variant-option label {
  border-color: rgb(var(--scheme-text-rgb, 17 24 39) / .2);
  background: var(--scheme-background, #fff);
  color: var(--scheme-text, var(--color-text));
  box-shadow: 0 1px 2px rgb(var(--scheme-shadow-rgb, 0 0 0) / .08);
}

.color-scheme .variant-option input:checked + label {
  border-color: var(--scheme-button, var(--color-primary));
  background: var(--scheme-button, var(--color-primary));
  color: var(--scheme-button-label, #fff);
  box-shadow: 0 0 0 1px var(--scheme-button, var(--color-primary)), 0 6px 16px rgb(var(--scheme-shadow-rgb, 0 0 0) / .12);
}

.color-scheme .variant-option input:disabled + label {
  border-color: rgb(var(--scheme-text-rgb, 17 24 39) / .12);
  background: rgb(var(--scheme-text-rgb, 17 24 39) / .06);
  color: rgb(var(--scheme-text-rgb, 17 24 39) / .42);
}

.color-scheme .quantity__button,
.color-scheme .quantity__input {
  background: transparent;
  color: var(--scheme-text, var(--color-text));
}

.color-scheme .quantity__input {
  border-color: rgb(var(--scheme-text-rgb, 17 24 39) / .14);
}

.color-scheme .product-form__status {
  color: rgb(var(--scheme-text-rgb, 17 24 39) / .72);
}

.announcement {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 350;
  background: linear-gradient(90deg, var(--color-primary-dark), var(--color-primary), var(--color-primary-dark));
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.announcement__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement__slide {
  display: none;
}

.announcement__slide.is-active {
  display: inline;
}

.announcement.color-scheme,
.site-header.color-scheme,
.site-footer.color-scheme {
  color: var(--scheme-text, var(--color-text));
  background: var(--scheme-background-gradient, var(--scheme-background, #fff));
}

.site-header {
  position: fixed;
  top: var(--fixed-announcement-height, 36px);
  right: 0;
  left: 0;
  z-index: 300;
  background: #fff;
  box-shadow: 0 1px 6px rgb(15 23 42 / .08);
}

.site-header__top {
  border-bottom: 0;
}

.site-header__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  min-height: 74px;
}

.site-header__mobile-start {
  display: none;
}

.site-header__localization {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 18px;
}

.localization-form,
.localization-static {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-size: 14px;
}

.localization-select {
  width: auto;
  max-width: 220px;
  min-height: 34px;
  border: 0;
  background: transparent;
  color: currentColor;
  padding: 0 18px 0 0;
  appearance: auto;
}

.localization-flag {
  width: 28px;
  height: 18px;
  display: inline-block;
  border: 1px solid rgb(0 0 0 / .08);
  box-shadow: 0 0 0 1px rgb(255 255 255 / .4) inset;
  background:
    linear-gradient(90deg, #2b4f9c 0 42%, transparent 42%),
    repeating-linear-gradient(180deg, #e64343 0 2px, #fff 2px 4px);
}

.localization-flag:not(.localization-flag--US) {
  background: linear-gradient(135deg, #e5e7eb, #f8fafc);
}

.localization-globe {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1.8px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.localization-globe::before,
.localization-globe::after {
  content: "";
  position: absolute;
  inset: 3px 7px;
  border-inline: 1.4px solid currentColor;
  border-radius: 50%;
}

.localization-globe::after {
  inset: 8px 2px auto;
  height: 1.5px;
  border: 0;
  border-top: 1.4px solid currentColor;
}

.site-header__logo {
  justify-self: center;
  color: var(--header-logo-color, var(--color-primary-dark));
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
}

.site-header__logo img {
  max-width: 220px;
  max-height: 54px;
}

.site-header__tools {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 6px;
}

.icon-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--color-text);
  border-radius: 6px;
  position: relative;
}

.icon-button:hover {
  color: var(--color-primary);
  background: #f8fafc;
}

.icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-count {
  position: absolute;
  right: 2px;
  top: 2px;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.site-nav {
  border-top: 0;
  border-bottom: 1px solid #111;
}

.site-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
}

.site-nav__link {
  display: block;
  padding: 20px 0 22px;
  font-size: 15px;
  font-weight: 500;
  color: var(--header-menu-color, #050505);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.site-nav__link:hover,
.site-nav__link[aria-current="page"] {
  color: var(--header-menu-hover-color, var(--color-primary));
}

.site-header.color-scheme .site-nav__link,
.site-header.color-scheme .mobile-menu__link {
  color: var(--header-menu-color, var(--scheme-text, var(--color-text)));
}

.site-header.color-scheme .site-nav__link:hover,
.site-header.color-scheme .site-nav__link[aria-current="page"],
.site-header.color-scheme .mobile-menu__link:hover,
.site-header.color-scheme .mobile-menu__link[aria-current="page"] {
  color: var(--header-menu-hover-color, var(--scheme-button, var(--color-primary)));
}

.header-search {
  display: none;
  border-top: 1px solid #f1f5f9;
}

.header-search.is-open {
  display: block;
}

.header-search__form {
  display: flex;
  gap: 8px;
  padding: 12px 0;
}

.header-search__input,
.field__input,
.select__select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--color-text);
  background: #fff;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 400;
  pointer-events: none;
  visibility: hidden;
}

.mobile-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.mobile-drawer__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgb(0 0 0 / .42);
  opacity: 0;
  transition: opacity .22s ease;
}

.mobile-drawer.is-open .mobile-drawer__overlay {
  opacity: 1;
}

.mobile-drawer__panel {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(88vw, 370px);
  background: #fff;
  padding: 18px 22px 28px;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform .28s ease;
  box-shadow: 20px 0 40px rgb(15 23 42 / .18);
}

.mobile-drawer.is-open .mobile-drawer__panel {
  transform: translateX(0);
}

.mobile-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
}

.mobile-drawer__brand {
  color: #050505;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.site-header__logo--drawer {
  justify-self: start;
  font-size: 22px;
}

.mobile-drawer__localization {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
}

.mobile-drawer__localization .localization-form {
  width: 100%;
}

.mobile-drawer__localization .localization-select {
  max-width: none;
  flex: 1;
}

.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 18px 0 14px;
}

.mobile-menu__link {
  display: block;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 800;
  color: var(--header-menu-color, #050505);
  text-transform: uppercase;
  border-bottom: 1px solid #f1f5f9;
}

.mobile-localization-row,
.mobile-account-link {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #050505;
  font-size: 15px;
}

.mobile-localization-row__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050505;
}

.mobile-localization-row__icon .icon,
.mobile-account-link .icon {
  width: 22px;
  height: 22px;
}

.mobile-drawer__account {
  border-top: 6px solid #f3f3f3;
  padding: 10px 0 0;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
}

.hero-banner__link,
.hero-banner__media {
  display: block;
}

.hero-banner__image {
  width: 100%;
  height: var(--hero-desktop-height, 620px);
  object-fit: cover;
}

.hero-banner__image--mobile {
  display: none;
}

.hero-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.hero-banner__copy {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
  color: #fff;
  text-shadow: 0 2px 18px rgb(0 0 0 / .28);
}

.hero-banner__heading {
  max-width: 620px;
  margin: 0 0 12px;
  font-size: clamp(34px, 6vw, 76px);
  line-height: .98;
  letter-spacing: 0;
  font-weight: 900;
}

.hero-banner__text {
  max-width: 520px;
  margin: 0;
  font-size: clamp(16px, 2vw, 21px);
}

.section {
  padding-block: clamp(36px, 6vw, 72px);
}

.section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.section__title {
  margin: 0;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.section__subtitle {
  color: var(--color-muted);
  margin: 8px 0 0;
}

.collection-section-header {
  min-height: 48px;
  display: flex;
  align-items: end;
  gap: 18px;
  margin-bottom: 28px;
}

.collection-section-header--left {
  justify-content: flex-start;
  text-align: left;
}

.collection-section-header--center {
  justify-content: center;
  text-align: center;
}

.collection-section-header--right {
  justify-content: flex-end;
  text-align: right;
}

.collection-section-header__copy {
  max-width: 760px;
}

.color-scheme .collection-section-header__button {
  border-color: var(--collection-view-all-background);
  background: var(--collection-view-all-background);
  color: var(--collection-view-all-text);
}

.color-scheme .collection-section-header__button:hover {
  border-color: var(--collection-view-all-background);
  background: var(--collection-view-all-background);
  color: var(--collection-view-all-text);
  filter: brightness(.92);
}

.collection-section-header__button--right {
  margin-left: auto;
}

.collection-section-header__button--left {
  order: -1;
  margin-right: auto;
}

.collection-view-all-bottom {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.home-slideshow {
  position: relative;
  overflow: hidden;
}

.home-slideshow__slides,
.home-slideshow__slide,
.home-slideshow__link {
  display: block;
  min-height: var(--home-slide-height);
}

.home-slideshow__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility .45s ease;
}

.home-slideshow__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.home-slideshow__image {
  width: 100%;
  height: var(--home-slide-height);
  object-fit: cover;
}

.home-slideshow__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
  color: #fff;
  text-shadow: 0 2px 14px rgb(0 0 0 / .45);
  pointer-events: none;
}

.home-slideshow__content--center {
  justify-content: center;
  text-align: center;
}

.home-slideshow__content--right {
  justify-content: flex-end;
  text-align: right;
}

.home-slideshow__content h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(30px, 5vw, 64px);
  line-height: 1.05;
}

.home-slideshow__content p {
  margin: 12px 0 0;
  font-size: clamp(16px, 2vw, 22px);
}

.home-slideshow__controls {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.home-slideshow__controls button {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  padding: 0;
}

.home-slideshow__controls button.is-active {
  background: #fff;
}

.full-width-collection__inner {
  width: 100%;
  padding-inline: clamp(12px, 2.5vw, 40px);
}

.full-width-collection__grid {
  grid-template-columns: repeat(var(--full-width-collection-columns), minmax(0, 1fr));
}

.image-text-editorial__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 400px;
}

.image-text-editorial__grid--right .image-text-editorial__media {
  order: 2;
}

.image-text-editorial__media,
.image-text-editorial__media img {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.image-text-editorial__media img {
  object-fit: cover;
}

.image-text-editorial__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--editorial-panel-background);
  padding: clamp(28px, 5vw, 72px);
}

.image-text-editorial__content--center {
  text-align: center;
}

.image-text-editorial__content--right {
  text-align: right;
}

.image-text-editorial__content h2 {
  margin: 0;
  font-size: clamp(26px, 3.5vw, 48px);
  line-height: 1.15;
  font-weight: 500;
}

.image-text-editorial__content p {
  margin: 18px 0 0;
  font-size: clamp(18px, 2vw, 28px);
}

.image-text-editorial__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 28px;
  opacity: .62;
  font-weight: 800;
}

.image-text-editorial__content--left .image-text-editorial__brands {
  justify-content: flex-start;
}

.image-text-editorial__content--center .image-text-editorial__brands {
  justify-content: center;
}

.image-text-editorial__content--right .image-text-editorial__brands {
  justify-content: flex-end;
}

.collection-mosaic__heading {
  margin-bottom: 28px;
}

.collection-mosaic__heading--center {
  text-align: center;
}

.collection-mosaic__heading--right {
  text-align: right;
}

.collection-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 20px;
}

.collection-mosaic__card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background: var(--color-surface);
}

.collection-mosaic__card:first-child {
  grid-row: 1 / 3;
}

.collection-mosaic__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.collection-mosaic__card:hover img {
  transform: scale(1.03);
}

.collection-mosaic__card > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--mosaic-label-background);
  color: var(--mosaic-label-text);
  padding: 14px 26px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}

.collection-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.collection-card {
  display: block;
  text-align: center;
}

.collection-card__media {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
}

.collection-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.collection-card:hover img {
  transform: scale(1.04);
}

.collection-card__title {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.list-collections-page {
  min-height: 55vh;
}

.list-collections__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.list-collections-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgb(var(--scheme-text-rgb, 17 24 39) / .12);
  border-radius: 8px;
  background: rgb(var(--scheme-background-rgb, 255 255 255) / .88);
  color: var(--scheme-text, var(--color-text));
  transition: box-shadow .2s ease, transform .2s ease;
}

.list-collections-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgb(var(--scheme-shadow-rgb, 0 0 0) / .12);
}

.list-collections-card__media {
  aspect-ratio: var(--collection-card-ratio, 4 / 3);
  overflow: hidden;
  background: #f1f5f9;
}

.list-collections-card__media--square {
  aspect-ratio: 1;
}

.list-collections-card__media--landscape {
  aspect-ratio: 4 / 3;
}

.list-collections-card__media--portrait {
  aspect-ratio: 3 / 4;
}

.list-collections-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.list-collections-card:hover .list-collections-card__media img {
  transform: scale(1.04);
}

.list-collections-card__content {
  padding: 16px;
}

.list-collections-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.list-collections-card__count {
  margin: 7px 0 0;
  color: rgb(var(--scheme-text-rgb, 17 24 39) / .66);
  font-size: 13px;
  font-weight: 700;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.pagination__link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(var(--scheme-text-rgb, 17 24 39) / .16);
  border-radius: 6px;
  padding: 8px 14px;
  color: var(--scheme-text, var(--color-text));
  font-weight: 800;
}

.pagination__current {
  color: rgb(var(--scheme-text-rgb, 17 24 39) / .7);
  font-size: 13px;
  font-weight: 800;
}

.promo-full {
  position: relative;
  min-height: var(--promo-height, 520px);
  overflow: hidden;
}

.promo-full__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.promo-full__media,
.promo-full__overlay {
  position: absolute;
  inset: 0;
}

.promo-full__image {
  width: 100%;
  height: 100%;
  min-height: var(--promo-height, 520px);
  object-fit: cover;
}

.promo-full__overlay {
  background: rgb(0 0 0 / var(--promo-overlay-opacity, 0));
  z-index: 1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow .2s ease, transform .2s ease;
}

.product-card:hover {
  box-shadow: 0 14px 30px rgb(15 23 42 / .10);
}

.product-card__media-wrap {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
}

.product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8fafc;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.04);
}

.product-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 4px;
  background: var(--color-primary-dark);
  color: #fff;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.product-card__badge--sale {
  background: var(--product-card-sale-badge-background, var(--color-accent));
  color: var(--product-card-sale-badge-text, #fff);
}

.product-card__badge--hot-sale {
  background: var(--product-card-hot-sale-badge-background, #7d6684);
  color: var(--product-card-hot-sale-badge-text, #fff);
}

.product-card__body {
  padding: 16px 8px 20px;
  text-align: center;
}

.product-card__title {
  min-height: 42px;
  margin: 0;
  color: #1f2937;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__title:hover {
  color: var(--color-primary);
}

.price {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.price__sale,
.price__regular {
  color: var(--price-current-color);
  font-weight: 900;
}

.price__compare {
  color: var(--price-compare-color);
  font-size: 13px;
  text-decoration: line-through;
}

.product-card__action {
  margin-top: 12px;
}

.product-card__action .button {
  width: 100%;
  min-height: 40px;
  padding-block: 9px;
  font-size: 12px;
}

.product-card__action--overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 0;
}

.product-card__action--overlay form {
  margin: 0;
}

.product-card__quick-button {
  width: 100%;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--product-card-action-background, #0067d2);
  color: var(--product-card-action-text, #fff);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card__quick-button:hover {
  background: var(--product-card-action-hover-background, #0054ac);
}

.product-card__quick-button[disabled] {
  background: rgb(107 114 128 / .78);
}

.quick-view {
  position: fixed;
  inset: 0;
  z-index: 800;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}

.quick-view.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.quick-view__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgb(15 23 42 / .56);
}

.quick-view__dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: min(86vh, 780px);
  display: grid;
  grid-template-columns: minmax(250px, 42%) minmax(0, 1fr);
  overflow: auto;
  border-radius: 8px;
  background: var(--scheme-background, #fff);
  color: var(--scheme-text, var(--color-text));
  box-shadow: 0 24px 80px rgb(15 23 42 / .28);
  transform: translateY(12px);
  transition: transform .2s ease;
  outline: none;
}

.quick-view.is-open .quick-view__dialog {
  transform: translateY(0);
}

.quick-view__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(var(--scheme-text-rgb, 17 24 39) / .12);
  border-radius: 999px;
  background: rgb(var(--scheme-background-rgb, 255 255 255) / .86);
  color: var(--scheme-text, var(--color-text));
  font-size: 24px;
  line-height: 1;
}

.quick-view__media {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  background: rgb(var(--scheme-text-rgb, 17 24 39) / .035);
}

.quick-view__image-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f8fafc;
}

.quick-view__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-view__image-empty {
  width: calc(100% - 32px);
}

.quick-view__content {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 32px 28px;
}

.quick-view__title {
  margin: 0;
  padding-right: 34px;
  color: var(--scheme-text, var(--color-text));
  font-size: var(--quick-view-title-size);
  line-height: 1.1;
}

.quick-view__price {
  justify-content: flex-start;
  margin-top: 0;
  font-size: 20px;
}

.quick-view__form {
  gap: 14px;
}

.quick-view__status {
  min-height: 21px;
  margin: -4px 0 0;
}

.quick-view__details-link {
  margin-top: 2px;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 850;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}

.cart-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-drawer__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgb(15 23 42 / .34);
}

.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(100vw, 420px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: #fff;
  color: var(--color-text);
  box-shadow: -18px 0 46px rgb(15 23 42 / .18);
  transform: translateX(100%);
  transition: transform .24s ease;
  outline: none;
}

.cart-drawer.is-open .cart-drawer__panel {
  transform: translateX(0);
}

.cart-drawer__header {
  min-height: 70px;
  display: grid;
  place-items: center;
  position: relative;
  border-bottom: 1px solid var(--color-border);
  padding: 16px 48px;
}

.cart-drawer__header h2 {
  margin: 0;
  color: #2f3338;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cart-drawer__close {
  position: absolute;
  top: 16px;
  left: 12px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #3f3f46;
  font-size: 24px;
  line-height: 1;
}

.cart-drawer__body {
  min-height: 0;
  overflow-y: auto;
  padding: 18px 9px 24px;
}

.cart-drawer__promo {
  display: flex;
  align-items: center;
  min-height: 36px;
  margin: 2px 0 18px;
  background: #f2f2f6;
  color: #2f3338;
  padding: 8px 14px;
  font-size: 13px;
}

.cart-tier-prompt[hidden] {
  display: none;
}

.cart-drawer__items {
  display: grid;
  gap: 18px;
}

.cart-drawer__item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.cart-drawer__item-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8fafc;
}

.cart-drawer__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-drawer__item-title {
  margin: 0 0 6px;
  color: #3f3f46;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.cart-drawer__item-options {
  margin: 0 0 7px;
  color: #3f3f46;
  font-size: 12px;
}

.cart-drawer__quantity {
  display: inline-grid;
  grid-template-columns: 32px 32px 32px;
  border: 1px solid #d1d5db;
}

.cart-drawer__quantity button,
.cart-drawer__quantity input {
  width: 32px;
  min-height: 30px;
  border: 0;
  background: #fff;
  color: #4b5563;
  text-align: center;
}

.cart-drawer__quantity input {
  border-inline: 1px solid #d1d5db;
  appearance: textfield;
}

.cart-drawer__quantity input::-webkit-outer-spin-button,
.cart-drawer__quantity input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.cart-drawer__remove {
  border: 0;
  background: transparent;
  padding: 5px 0 0;
  color: #3f3f46;
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
}

.cart-drawer__item-price {
  margin: 64px 0 0;
  color: #d60019;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.cart-drawer__empty {
  margin: 0;
}

.cart-drawer__footer {
  display: grid;
  gap: 14px;
  border-top: 1px solid #eef0f3;
  background: #fff;
  padding: 22px 9px 12px;
}

.cart-drawer__summary {
  display: grid;
  gap: 12px;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 14px;
}

.cart-drawer__summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #2f3338;
  font-size: 14px;
}

.cart-drawer__summary-row strong {
  color: #d60019;
  font-weight: 700;
}

.cart-drawer__summary-row--total {
  padding-top: 10px;
  font-weight: 900;
}

.cart-drawer__summary-row--total strong {
  font-size: 16px;
  font-weight: 900;
}

.cart-drawer__checkout {
  min-height: 48px;
  border-radius: 0;
  background: #0868d8;
  border-color: #0868d8;
  font-size: 15px;
}

.cart-drawer__checkout:hover {
  background: #0759b8;
  border-color: #0759b8;
}

.cart-drawer__additional-checkout {
  display: grid;
  gap: 8px;
  margin-top: 0;
}

.cart-drawer.is-loading .cart-drawer__items {
  opacity: .58;
  pointer-events: none;
}

.product-slider {
  position: relative;
}

.product-slider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 260px);
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  padding: 4px 44px 18px;
  scrollbar-width: none;
}

.product-slider__track > .product-card {
  scroll-snap-align: start;
}

.product-carousel-section {
  overflow: hidden;
}

.product-carousel-section .section__subtitle p {
  margin: 0;
}

.rich-text-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(44px, 7vw, 96px);
}

.rich-text-section__background {
  position: absolute;
  inset: 0;
}

.rich-text-section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rich-text-section__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(var(--scheme-background-rgb, 255 255 255) / .68);
}

.rich-text-section__box {
  position: relative;
  display: grid;
  gap: 16px;
}

.rich-text-section__eyebrow {
  margin: 0;
  color: var(--rich-text-eyebrow-color, var(--scheme-button, var(--color-primary)));
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rich-text-section--narrow .rich-text-section__box {
  max-width: 700px;
  margin-inline: auto;
}

.rich-text-section--medium .rich-text-section__box {
  max-width: 900px;
  margin-inline: auto;
}

.rich-text-section--wide .rich-text-section__box {
  max-width: 1180px;
}

.rich-text-section__box--left {
  text-align: left;
  justify-items: start;
}

.rich-text-section__box--center {
  text-align: center;
  justify-items: center;
}

.rich-text-section__box--right {
  text-align: right;
  justify-items: end;
  margin-left: auto;
}

.rich-text-section__heading {
  margin: 0;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 900;
}

.rich-text-section__content {
  font-size: clamp(16px, 1.6vw, 20px);
}

.rich-text-section__content > * {
  margin-top: 0;
}

.rich-text-section__content > *:last-child {
  margin-bottom: 0;
}

.rich-text-section__button {
  align-self: start;
}

.product-slider__track::-webkit-scrollbar {
  display: none;
}

.slider-button {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgb(255 255 255 / .9);
  color: var(--color-text);
  box-shadow: 0 8px 18px rgb(15 23 42 / .10);
}

.slider-button--prev {
  left: 0;
}

.slider-button--next {
  right: 0;
}

.collection-hero {
  padding: 42px 0 22px;
  text-align: center;
}

.collection-hero--minimal {
  padding: clamp(42px, 7vw, 92px) 0 clamp(34px, 5vw, 66px);
}

.breadcrumbs {
  margin-bottom: 12px;
  color: var(--color-muted);
  font-size: 13px;
}

.breadcrumbs a:hover {
  color: var(--color-primary);
}

.collection-hero__title,
.page-title {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.collection-hero__title {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .08em;
}

.collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.collection-toolbar form {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.collection-toolbar__sort-label {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.collection-toolbar .select__select {
  width: auto;
  min-height: 34px;
  border: 0;
  background: transparent;
  padding: 0 18px 0 0;
  font-size: 12px;
  text-transform: uppercase;
}

.collection-product-grid {
  align-items: start;
}

.collection-empty {
  grid-column: 1 / -1;
}

.collection-toolbar__count {
  color: var(--color-muted);
  font-size: 14px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.article-card,
.customer-panel,
.gift-card-template__card {
  border: 1px solid rgb(var(--scheme-text-rgb, 17 24 39) / .12);
  border-radius: 8px;
  background: rgb(var(--scheme-background-rgb, 255 255 255) / .82);
  box-shadow: 0 10px 24px rgb(var(--scheme-shadow-rgb, 0 0 0) / .08);
}

.article-card {
  overflow: hidden;
}

.article-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  background: #f1f5f9;
}

.article-card__media img,
.article-template__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgb(var(--scheme-text-rgb, 17 24 39) / .62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.article-card__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.article-card__excerpt {
  margin: 0;
  color: rgb(var(--scheme-text-rgb, 17 24 39) / .74);
}

.article-template__inner {
  max-width: 980px;
}

.article-template__header {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
  text-align: center;
}

.article-template__image {
  aspect-ratio: 16 / 9;
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 8px;
  background: #f1f5f9;
}

.rte {
  line-height: 1.75;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.article-template__content {
  font-size: 17px;
}

.article-template__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.article-template__tag {
  border: 1px solid rgb(var(--scheme-text-rgb, 17 24 39) / .16);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
}

.article-template__comments {
  display: grid;
  gap: 18px;
  margin-top: 44px;
}

.article-comments {
  display: grid;
  gap: 12px;
}

.article-comment,
.address-card {
  border: 1px solid rgb(var(--scheme-text-rgb, 17 24 39) / .12);
  border-radius: 8px;
  padding: 16px;
}

.customer-template__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.customer-template__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.customer-template__grid--account {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
}

.customer-template__narrow {
  max-width: 620px;
}

.customer-panel {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
}

.customer-form {
  display: grid;
  gap: 12px;
}

.customer-form__title {
  margin: 0;
}

.customer-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.customer-form__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.customer-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.customer-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.customer-table th,
.customer-table td {
  border-bottom: 1px solid rgb(var(--scheme-text-rgb, 17 24 39) / .12);
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.customer-table th {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.address-grid {
  display: grid;
  gap: 12px;
}

.gift-card-template__card {
  max-width: 620px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 52px);
  text-align: center;
}

.gift-card-template__balance {
  margin: 18px 0;
  color: var(--scheme-button, var(--color-primary));
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 900;
}

.gift-card-template__code {
  border: 1px dashed rgb(var(--scheme-text-rgb, 17 24 39) / .32);
  border-radius: 8px;
  margin: 22px 0;
  padding: 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .08em;
}

.gift-card-template__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.password-layout {
  padding-top: 0;
}

.password-template {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
}

.password-template__box {
  width: min(100%, 560px);
  display: grid;
  gap: 18px;
  text-align: center;
}

.product {
  padding-block: 36px 64px;
}

.product__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.product__media--sticky {
  position: sticky;
  top: 150px;
}

.product__media,
.product__panel {
  min-width: 0;
}

.product__media-main {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: #f8fafc;
}

.product__media-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.product__thumbnail {
  width: 82px;
  aspect-ratio: 1 / 1;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.product__thumbnail.is-active {
  border-color: var(--color-primary);
}

.product__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__panel {
  display: grid;
  gap: 18px;
}

.product__title {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 900;
}

.product__price {
  justify-content: start;
  font-size: 28px;
  font-weight: 900;
}

.product__description {
  color: #4b5563;
  min-width: 0;
  overflow-wrap: anywhere;
}

.product__description img,
.product__description video,
.product__description iframe {
  max-width: 100%;
  height: auto;
}

.product__description table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.product-form {
  display: grid;
  gap: 18px;
}

.variant-options {
  display: grid;
  gap: 14px;
}

.variant-option__name {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
}

.variant-option__values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.variant-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.variant-option label {
  min-width: 46px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: #fff;
  padding: 8px 12px;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
}

.variant-option input:checked + label {
  border-color: var(--color-primary);
  color: var(--color-primary);
  box-shadow: inset 0 0 0 1px var(--color-primary);
}

.variant-option input:disabled + label {
  color: #9ca3af;
  background: #f3f4f6;
  text-decoration: line-through;
}

.quantity {
  display: grid;
  gap: 8px;
}

.quantity__label {
  font-size: 14px;
  font-weight: 800;
}

.quantity__control {
  display: inline-grid;
  grid-template-columns: 44px 64px 44px;
  width: max-content;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  overflow: hidden;
}

.quantity__button {
  border: 0;
  background: #fff;
  font-weight: 900;
}

.quantity__input {
  width: 64px;
  min-height: 44px;
  border: 0;
  border-inline: 1px solid var(--color-border);
  text-align: center;
}

.product__panel .variant-option__name,
.product__panel .quantity__label,
.quick-view__content .variant-option__name,
.quick-view__content .quantity__label {
  color: var(--purchase-label-color);
}

.product__panel .variant-option label,
.product__panel .quantity__button,
.product__panel .quantity__input,
.quick-view__content .variant-option label,
.quick-view__content .quantity__button,
.quick-view__content .quantity__input {
  background: var(--purchase-option-background);
  color: var(--purchase-option-text);
}

.product__panel .variant-option input:checked + label,
.quick-view__content .variant-option input:checked + label {
  border-color: var(--purchase-selected-background);
  background: var(--purchase-selected-background);
  color: var(--purchase-selected-text);
  box-shadow: 0 0 0 1px var(--purchase-selected-background);
}

.product__panel .product-form__submit:not([disabled]),
.quick-view__content .product-form__submit:not([disabled]) {
  border-color: var(--purchase-add-button-background);
  background: var(--purchase-add-button-background);
  color: var(--purchase-add-button-text);
}

.product__panel .product-form__submit:not([disabled]):hover,
.quick-view__content .product-form__submit:not([disabled]):hover {
  border-color: var(--purchase-add-button-hover-background);
  background: var(--purchase-add-button-hover-background);
  color: var(--purchase-add-button-text);
}

.inventory-urgency {
  display: grid;
  gap: 9px;
}

.inventory-urgency.is-hidden {
  display: none;
}

.inventory-urgency__bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5edf3;
}

.inventory-urgency__bar span {
  display: block;
  min-width: 3%;
  max-width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ed795f, #ef4d63);
}

.inventory-urgency__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}

.inventory-urgency__row span strong {
  font-weight: 900;
}

.inventory-urgency__row > strong {
  flex: 0 0 auto;
  border-radius: 4px;
  background: #ef795f;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
}

.visitor-badge {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: #6bd51d;
  color: #000;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 1.3;
}

.visitor-badge__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
}

.product-policies {
  display: grid;
  gap: 14px;
}

.product-policy {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.product-policy__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.product-policy__icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-form__status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--color-muted);
  font-size: 14px;
}

.product-form__status strong {
  color: #15803d;
}

.product-form__status.is-unavailable strong {
  color: var(--color-accent);
}

.shopify-payment-button {
  margin-top: 10px;
}

.shopify-payment-button__button {
  width: 100%;
  border-radius: 6px !important;
}

.shopify-payment-button__button--unbranded {
  background: var(--color-primary-dark) !important;
}

.product__details {
  border-top: 1px solid var(--color-border);
  padding-top: 16px;
}

.product-recommendations {
  border-top: 1px solid var(--color-border);
}

.sticky-atc {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 45;
  border-top: 1px solid rgb(var(--scheme-text-rgb, 17 24 39) / .12);
  box-shadow: 0 -12px 34px rgb(var(--scheme-shadow-rgb, 0 0 0) / .12);
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform .24s ease, opacity .24s ease;
}

.sticky-atc.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-atc__inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding-block: 10px;
}

.sticky-atc__product {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sticky-atc__image {
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  overflow: hidden;
  background: rgb(var(--scheme-text-rgb, 17 24 39) / .06);
}

.sticky-atc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky-atc__title {
  display: block;
  color: var(--scheme-text, var(--color-text));
  font-size: 14px;
  line-height: 1.35;
}

.sticky-atc__variant {
  margin: 6px 0 0;
  color: rgb(var(--scheme-text-rgb, 17 24 39) / .72);
  font-size: 14px;
}

.sticky-atc__purchase {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sticky-atc__price {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900;
  white-space: nowrap;
}

.sticky-atc__form {
  margin: 0;
}

.sticky-atc__button {
  min-width: 180px;
  min-height: 48px;
  border-radius: 0;
}

.page {
  padding-block: 44px 72px;
}

.page__content {
  max-width: 780px;
  margin: 28px auto 0;
  color: #374151;
}

.search-template {
  padding-block: 44px 72px;
}

.search-template__form {
  max-width: 720px;
  margin: 24px auto 36px;
  display: flex;
  gap: 8px;
}

.cart {
  padding-block: 44px 72px;
}

.cart__tier-prompt {
  display: flex;
  align-items: center;
  min-height: 38px;
  margin: 24px 0 16px;
  background: #f2f2f6;
  color: #2f3338;
  padding: 9px 14px;
  font-size: 14px;
}

.cart__items {
  display: grid;
  gap: 14px;
}

.cart-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.cart-item__media {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
  background: #f8fafc;
}

.cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item__title {
  margin: 0 0 6px;
  font-weight: 800;
}

.cart-item__options,
.cart-item__price {
  color: var(--color-muted);
  font-size: 14px;
}

.cart-item__remove {
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  text-decoration: underline;
}

.cart__footer {
  max-width: 440px;
  margin: 28px 0 0 auto;
  display: grid;
  gap: 16px;
}

.cart__summary {
  display: grid;
  gap: 12px;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 14px;
}

.cart__summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 15px;
}

.cart__summary-row strong {
  color: #d60019;
}

.cart__summary-row--total {
  padding-top: 8px;
  font-size: 18px;
  font-weight: 900;
}

.cart__actions {
  display: grid;
  gap: 10px;
}

.additional-checkout-buttons {
  margin-top: 6px;
}

.cart.is-loading .cart__items,
.cart.is-loading .cart__footer {
  opacity: .58;
  pointer-events: none;
}

.site-footer {
  border-top: 1px solid #e5e7eb;
}

.footer-main {
  padding: 66px 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: clamp(34px, 8vw, 120px);
  align-items: start;
}

.footer-title {
  margin: 0 0 14px;
  color: #030712;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.footer-link {
  color: #030712;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-link:hover,
.footer-inline-link:hover {
  color: var(--color-primary);
}

.footer-text {
  margin: 0 0 14px;
  color: #030712;
  font-size: 14px;
}

.footer-text p {
  margin: 0;
}

.footer-inline-link {
  color: #030712;
  text-decoration: none;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 14px;
}

.newsletter-form .field__input {
  border-radius: 6px 0 0 6px;
  max-width: 260px;
  background: #fff;
}

.newsletter-form .button {
  border-radius: 0 6px 6px 0;
  white-space: nowrap;
  min-width: 140px;
}

.form-message {
  flex-basis: 100%;
  margin: 8px 0 0;
  font-size: 13px;
  color: #166534;
}

.form-message--error {
  color: #b91c1c;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.social-link {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #030712;
  font-size: 14px;
  font-weight: 900;
}

.footer-bottom {
  padding: 20px 0 42px;
}

.footer-bottom__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  color: #030712;
  font-size: 14px;
}

.footer-bottom__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.footer-payments {
  display: grid;
  gap: 10px;
}

.payment-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.payment-icons svg {
  width: 42px;
  height: auto;
  background: #fff;
}

@media (max-width: 989px) {
  body {
    padding-top: calc(var(--fixed-announcement-height, 36px) + var(--fixed-header-height, 58px));
  }

  .site-nav {
    display: none;
  }

  .site-header__row {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    min-height: 58px;
  }

  .site-header__logo {
    justify-self: center;
    font-size: 18px;
    font-weight: 900;
    color: var(--header-logo-color, #0b4d8c);
    letter-spacing: 0;
  }

  .site-header__logo img {
    max-width: 118px;
    max-height: 30px;
  }

  .site-header__tools {
    gap: 8px;
  }

  .site-header__account-link {
    display: none;
  }

  .site-header__desktop-only {
    display: none;
  }

  .site-header__mobile-start {
    display: flex;
    justify-self: start;
  }

  .site-header__mobile-toggle .icon {
    width: 27px;
    height: 27px;
    stroke-width: 2.2;
  }

  .mobile-drawer__overlay {
    background: rgb(0 0 0 / .18);
  }

  .mobile-drawer__panel {
    width: min(78vw, 360px);
    padding: 0;
    box-shadow: 12px 0 26px rgb(15 23 42 / .12);
  }

  .mobile-drawer__header {
    min-height: 40px;
    padding: 0 6px;
    border-bottom: 1px solid #f0f0f0;
  }

  .mobile-drawer__brand {
    font-size: 18px;
  }

  .mobile-menu__list {
    padding: 0;
  }

  .site-header.color-scheme .mobile-drawer .mobile-menu__link {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 6px;
    border-bottom: 0;
    color: #050505;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .site-header.color-scheme .mobile-drawer .mobile-menu__link:hover,
  .site-header.color-scheme .mobile-drawer .mobile-menu__link[aria-current="page"] {
    color: #050505;
    font-weight: 900;
  }

  .mobile-drawer__localization {
    display: grid;
    gap: 0;
    padding: 8px 0;
    border-top: 6px solid #f3f3f3;
    border-bottom: 6px solid #f3f3f3;
  }

  .mobile-drawer__localization .localization-form,
  .mobile-localization-row {
    width: 100%;
    padding: 0 6px;
  }

  .mobile-drawer__localization .localization-select {
    width: auto;
    max-width: none;
    min-height: 48px;
    flex: 0 1 auto;
    border: 0;
    padding: 0 18px 0 0;
    color: #050505;
    font-size: 14px;
    background: transparent;
  }

  .mobile-localization-row {
    min-height: 48px;
    font-size: 14px;
  }

  .mobile-drawer__account {
    padding: 0;
    border-top: 0;
  }

  .mobile-account-link {
    min-height: 54px;
    padding: 0 6px;
    font-size: 15px;
  }

  .collection-list,
  .list-collections__grid,
  .article-grid,
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product__grid {
    grid-template-columns: 1fr;
  }

  .product__media--sticky {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .full-width-collection__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 990px) {
  .site-header__mobile-toggle {
    display: none;
  }
}

@media (max-width: 749px) {
  .page-width {
    width: min(100% - 24px, 1280px);
  }

  .site-header__row {
    min-height: 58px;
    gap: 8px;
  }

  .site-header__logo {
    font-size: 21px;
  }

  .icon-button {
    width: 36px;
    height: 36px;
  }

  .hero-banner__image {
    height: var(--hero-mobile-height, 500px);
  }

  .hero-banner__image--desktop {
    display: none;
  }

  .hero-banner__image--mobile {
    display: block;
  }

  .hero-banner__overlay {
    padding-bottom: 34px;
  }

  .promo-full,
  .promo-full__image {
    min-height: var(--promo-mobile-height, 420px);
  }

  .hero-banner--mobile-top .hero-banner__overlay {
    align-items: flex-start;
    padding-top: 38px;
    padding-bottom: 0;
  }

  .hero-banner--mobile-center .hero-banner__overlay {
    align-items: center;
    padding-bottom: 0;
  }

  .hero-banner--mobile-bottom .hero-banner__overlay {
    align-items: flex-end;
  }

  .section__header,
  .collection-section-header,
  .collection-toolbar,
  .footer-bottom__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .collection-list,
  .list-collections__grid,
  .article-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .customer-template__header,
  .customer-template__grid,
  .customer-template__grid--account,
  .customer-form__grid {
    grid-template-columns: 1fr;
  }

  .customer-template__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-slider__track {
    grid-auto-columns: minmax(190px, 74vw);
    padding-inline: 0;
  }

  .collection-section-header--center,
  .collection-section-header--right {
    text-align: left;
  }

  .collection-section-header__button--left,
  .collection-section-header__button--right {
    order: initial;
    margin: 0;
  }

  .full-width-collection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-text-editorial__grid {
    grid-template-columns: 1fr;
  }

  .image-text-editorial__grid--right .image-text-editorial__media {
    order: initial;
  }

  .image-text-editorial__media,
  .image-text-editorial__media img {
    min-height: 300px;
  }

  .collection-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 14px;
  }

  .collection-mosaic__card:first-child {
    grid-row: auto;
  }

  .collection-mosaic__card {
    min-height: 300px;
  }

  .quick-view {
    padding: 12px;
  }

  .quick-view__dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
    grid-template-columns: 1fr;
  }

  .quick-view__close {
    top: 8px;
    right: 8px;
  }

  .quick-view__media {
    padding: 14px;
  }

  .quick-view__image-frame {
    max-height: 46vh;
  }

  .quick-view__content {
    gap: 14px;
    padding: 20px 16px 18px;
  }

  .quick-view__title {
    padding-right: 40px;
    font-size: 22px;
  }

  .cart-drawer__panel {
    width: 100vw;
  }

  .cart-drawer__item {
    grid-template-columns: 90px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .cart-drawer__item-title {
    font-size: 13px;
  }

  .cart-drawer__item-price {
    margin-top: 62px;
  }

  .slider-button {
    display: none;
  }

  .search-template__form,
  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form .field__input,
  .newsletter-form .button {
    max-width: none;
    width: 100%;
    border-radius: 6px;
  }

  .cart-item {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .cart-item__total {
    grid-column: 2;
  }

  .cart__footer {
    max-width: none;
  }

  .inventory-urgency__row {
    align-items: flex-start;
    flex-direction: column;
  }

  .sticky-atc__inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 10px 12px;
  }

  .sticky-atc__product {
    align-items: center;
  }

  .sticky-atc__image {
    width: 54px;
    height: 54px;
  }

  .sticky-atc__purchase {
    justify-content: space-between;
    gap: 12px;
  }

  .sticky-atc__button {
    min-width: 150px;
  }
.promo-full__media {
  height: auto !important;
}

.promo-full__media img {
  object-fit: contain !important;
  height: auto !important;
  width: 100% !important;
}
