/** Shopify CDN: Minification failed

Line 579:1 Expected ")" to go with "("

**/
body {
  font-size: 2rem;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
:root {
  --duration-header-transform: 0.3s;
}
#admin-bar-iframe{
  display:none !important;
}


.header-wrapper {
  /* border-top: 3.2rem solid #000; */
  background: none !important;
  border-bottom: 1px solid transparent;
}

.section-header {
  mix-blend-mode: difference;
  height: 6.8rem;
  z-index: 0;
  pointer-events: none;
}
.header-backdrop-filter {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 6.8rem;
  border-bottom: none;
  background: rgba(217, 217, 217, 0.03) !important;
  backdrop-filter: blur(38px);
  -webkit-backdrop-filter: blur(38px);
  z-index: 1;
  transition: height var(--duration-header-transform) ease;
}
.header-backdrop-filter::after {
  content: '';
  display: block;
  border-bottom: 1px solid #000;
  width: 100%;
  position: absolute;
  bottom: -1px;
  z-index: 1;
  opacity: 1;
  transition: opacity var(--duration-header-transform) ease;
}

.header-logo-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  mix-blend-mode: difference;
}
.header-logo {
  width: 100%;
  height: 6.8rem;
  display: flex;
  align-items: center;
  line-height: 0;
}
.header-logo a, .header-logo img {
  display: block;
}

.header {
  min-height: 6.8rem;
}

.header .subheading {
  grid-area: subheading;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 5;
}

.header__inline-menu {
  text-align: center;
  position: relative;
  z-index: 5;
}
.header__menu-item.link {
  font-size: 2rem;
  line-height: 132%;
  letter-spacing: -0.03em;
  padding: 0.5rem 2.1rem;
  color: #fff;
}
.header__menu-item:hover span {
  text-decoration: none;
}
.header__active-menu-item {
  /* text-decoration: none;
  color: transparent;
  text-shadow: 0 0 2.7px rgba(255,255,255,1); */
  color: #fff;
  text-decoration: underline !important;
}
.header__active-menu-item:hover {
  text-decoration: underline !important;
}
.header__icon {
  color: #fff;
}
.header__icon, .header__icon--cart .icon {
  width: auto;
  min-width: 4.4rem;
  margin: 0 0 0 0;
  font-size: 2rem;
  line-height: 132%;
  letter-spacing: -0.04rem;
  text-decoration: none !important;
}
.cart-notification-wrapper {
  z-index: 3;
}
.cart-notification {
  background-color: #fff;
  position: fixed;
}
.cart-item__quantity-wrapper {
  align-items: center;
}
.header__icon--cart.desktop {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
}

.js .menu-drawer {
  transform: translate(0) !important;
  height: 0 !important;
  overflow: hidden;
  transition: height var(--duration-header-transform) ease !important;
  visibility: visible !important;
}
.js details[open]>.menu-drawer {
  transform: translate(0) !important;
  height: 75dvh !important;
}
.header__icon--menu[aria-expanded=true]:before {
  /* display: none !important; */
}
.menu-drawer__menu-item {
  font-size: 6.4rem !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  letter-spacing: -0.128rem;
  padding: 0.1rem 1.5rem !important;
}
.header nav, .menu-drawer-container, .header__icons {
  pointer-events: auto;
}
.menu-drawer__navigation {
  overflow: hidden;
}
.menu-drawer .list-menu {
  overflow: hidden;
}
.menu-drawer__inner-container {
  overflow: hidden;
}
.menu-drawer .list-menu li {
  height: 0 !important;
  opacity: 0;
  transition: height var(--duration-header-transform) ease !important;
}
.js details[open]>.menu-drawer .list-menu li {
  height: 6.6rem !important;
  opacity: 1;
}

@media screen and (min-width: 990px) {
  .header--middle-left {
    grid-template-areas: 'heading subheading navigation icons';
    grid-template-columns: auto auto 1fr auto;
    column-gap: 6.4rem;
  }
  .header {
    padding: 1.15rem 2rem 0.95rem 24rem !important;
  }
  .header__icon--cart.mobile {
    display: none;
  }
  .header__icon--cart.desktop {
    display: flex;
  }
  .header__icon, .header__icon--cart .icon {
    margin: 0;
  }
  .header__icon + .header__icon {
    margin-left: 4rem;
  }
  .header-logo {
    padding-top: 1.15rem !important;
    padding-bottom: .95rem !important;
  }
  .header__inline-menu {
    display: flex;
    align-items: center;
  }
}

.page-width {
  padding: 0 2rem;
}
.page-width--narrow {
  max-width: 100rem;
}

.content-space-between {
  justify-content: space-between;
}
.align-end {
  align-items: flex-end;
}

.rich-text__blocks {
  max-width: 100% !important;
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
  line-height: 1;
  letter-spacing: -0.043em;
}

@media (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 4.3rem);
  }
  .grid.product-grid.grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
    max-width: calc(25% - 1rem * 3 / 4);
  }
}

body {
  color: #000;
}

.section-title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 3.168rem */
  letter-spacing: -0.03em;
}

.button {
  background-color: #EBEBEB;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 2.64rem */
  letter-spacing: -0.06rem;
  padding: 0.5rem 2.6rem;
  border-radius: 4rem;
  border: 1px solid transparent;
  color: #000;
  min-height: 1.8rem;
  min-width: 17rem;
  transition: all 200ms;
  text-decoration: none !important;
}
.button.button--secondary {
  background-color: #000;
  color: #FFF;
}
.button::after,
.button::before {
  display: none;
}
.button:hover {
  text-decoration: none !important;
  color: transparent !important;
  background-color: #FFFFFF;
  text-shadow: 0 0 2.7px rgba(40,40,40,0.5);
  border: 1px solid #222222;
}

/* Quantity */
.quantity {
  min-width: 20.4rem;
}
.quantity:after {
  border-radius: 2.5rem;
  border: 2px solid #000;
  z-index: 0;
}
.product .quantity__label {
  display: none;
}
.quantity__input, .quantity__button {
  font-size: 2rem;
}
.quantity__button .svg-wrapper {
  width: 1.6rem;
}

/* grid items */

.facets__form h2,
.facets__form summary,
.facets__form select {
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 0;
}
.active-facets {
  padding-bottom: 1.5rem;
}
.grid.product-grid {
  margin: 0;
  column-gap: 1rem;
  row-gap: 2rem;
}
.product-grid .card__inner {
  --ratio-percent: 140% !important;
}
.card__heading,
.price {
  font-size: 2rem;
  line-height: 132%;
  letter-spacing: -0.06rem;
  margin: 0;
}
.card__information {
  padding: 0.7rem 0 2rem 0 !important;
}
.card-wrapper:hover .media.media--hover-effect > img + img {
  transform: none;
}
.facet-filters__sort {
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 1500px) {

  .header:not(.not-shop-view) .subheading {
    display: none;
  }
  .header.not-shop-view .header__icons {
    display: none;
  }

  /* .section-header {
    height: 5.4rem;
  }
  .header-backdrop-filter {
    height: 5.4rem;
  }
  .header-logo {
    width: 100%;
    height: 5.4rem;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .header-logo img {
    width: 176px;
    height: auto;
  }
  .header {
    min-height: 5.4rem;
    padding: 0.35rem 2rem 0.15rem 24rem !important;
  }
  .header .subheading {
    font-size: 1.6rem;
  }
  .header__menu-item.link {
    font-size: 1.6rem;
    line-height: 132%;
    padding: 0.5rem 2.1rem;
  }
  .header__icon, .header__icon--cart .icon {
    min-width: 4rem;
    font-size: 1.6rem;
  } */

}

@media (max-width: 1350px) {
  .header .subheading {
    display: none;
  }
}


@media (max-width: 989px) {
  .header .subheading {
    display: none;
  }
  .header {
    padding: 2px 1.5rem 2px 1.5rem !important;
    grid-template-areas: "heading icons toggle";
    /* grid-template-areas: "heading subheading navigation icons"; */
    grid-template-columns: auto 1fr auto;
    min-height: 5rem;
  }
  .header-backdrop-filter {
    height: 5rem;
  }
  .section-header {
    height: 5rem;
  }
  .header-logo {
    height: 5rem;
  }
  .header-logo a, .header-logo img {
    width: 17.1rem;
    height: auto;
  }
  .header__heading-link {
    padding-left: 0;
  }
  .header__icon--menu span {
    display: none;
  }
  .header__icon--menu {
    color: #FFF;
    text-decoration: none;
    width: 4rem !important;
    font-size: 1.4rem;
  }
  .header__icon--menu::after {
    color: #FFF;
    content: 'MENU';
    display: flex;
    height: 100%;
    align-items: center;
    text-decoration: none;
    text-align: right;
    width: 100%;
    justify-content: flex-end;
  }
  .menu-opening .header__icon--menu::after {
    content: 'CLOSE';
  }
  header-drawer {
    margin-left: auto !important;
    grid-area: toggle;
  }
  .menu-drawer__utility-links {
    display: none;
  }

  .blog-articles__article h3 {
    font-size: 2rem !important;
    line-height: 132% !important;
    letter-spacing: -0.03em !important;
  }
  .article-card__excerpt {
    font-size: 1.4rem !important;
    line-height: 107% !important;
    letter-spacing: -0.03em !important;
  }
  .multicolumn-list:not(.slider) {
    padding: 0 !important;
  }
 
}

@media (max-width: 989px) /* and (min-width: 749px) */ {
  /* body::after {
    content: '';
    display: block;
    width: 0;
    height: calc(100vh - 6.8rem);
    position: fixed;
    top: 6.8rem;
    left: 0;
    z-index: 2;
    border-bottom: none;
    background-color: #fff;
    transition: width var(--duration-header-transform) ease;
  }
  body.overflow-hidden-tablet::after {
    width: 40rem;
  } */
  body::after {
    display: none;
  }
  .header-backdrop-filter::after {
    opacity: 0;
  }
  body.overflow-hidden-tablet .header-backdrop-filter::after {
    opacity: 1;
  }
  body.overflow-hidden-tablet .header-backdrop-filter {
    height: calc(5rem + 75dvh);
    z-index: 3;
  }
  body.overflow-hidden-tablet .header-logo-wrapper {
    z-index: 3;
  }
  .menu-drawer {
    background: transparent !important;
  }
  .menu-drawer .link--text {
    color: #fff !important;
  }
}

@media (max-width: 749px) {
  .page-width {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    margin: 0;
    width: 100% !important;
  }
  .button {
    padding: 0 1.5rem;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 132%; /* 2.112rem */
    letter-spacing: -0.03em;
    min-width: 11.7rem;
  }
  .rich-text__heading.h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.06rem;
  }
  .quantity {
    min-width: 13.8rem;
    min-height: 2.9rem;
  }
  .quantity:after {
    border-radius: 1.4rem;
    border: 1px solid #000;
  }
  .quantity__input {
    font-size: 1.4rem;
  }
  .quantity__button .svg-wrapper {
    width: 1.2rem;
  }
  .grid.product-grid {
    margin: 0;
    column-gap: 0.4rem;
    row-gap: 2rem;
  }
  .grid.product-grid.grid--2-col-tablet-down .grid__item {
    width: calc(50% - 0.4rem / 2 !important;
    max-width: calc(50% - 0.4rem / 2) !important;
  }
  .card__information {
    padding: 0.6rem 0 0 0 !important;
  }
  .card__heading, .price {
    font-size: 1.6rem;
    line-height: 132%;
    letter-spacing: -.04rem;
    margin: 0 !important;
  }
}