/** Shopify CDN: Minification failed

Line 1152:5 Expected percentage but found ";"
Line 4755:21 The "-" operator only works if there is whitespace on both sides

**/
/**
 * Varibles
 */

#CartDrawer,
.template-product .page-content--product {
  --colorBtnPrimary: #000000
  ;
  --colorBtnPrimaryText: #FFFFFF
  ;

  /* Hover states */
  --colorBtnPrimaryLight: var(--colorBtnPrimary);

  --colorDrawerButton: var(--colorBtnPrimary);
  --colorDrawerButtonText: var(--colorBtnPrimaryText);
}

html.lock-scroll {
  overflow: hidden;
}
/*
model-viewer#reveal {
  --poster-color: #EDEDED;
} */

model-viewer#reveal {
  --poster-color: transparent !important;
}

.shopify-model-viewer-ui model-viewer {
  --poster-color: transparent !important;
  background-color: #EDEDED;
}

/**
 * Vendors
 */

#chatra {
  z-index: 75 !important;
}

/* Legal monster shield icon */

body:not([data-page*="cookie"]) .lm-shield-container {
  display: none !important;
}

body.nav-is-open {
  overflow: hidden;
}


/**
 * Helpers
 */

.no-gutter {
  margin: 0 !important;
  padding: 0 !important;
}

.invisible {
  display: none !important;
}

/* Flex */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

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

.items-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.rotate-180 {
  transform: rotate(180deg);
}

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

a.no-style {
  text-decoration: none;
  color: currentColor;
}

/**
 * Cart drawer
 */

.marquee,
.drawer__marquee {
  position: relative;
  overflow: hidden;

  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

.drawer__marquee {
  background-color: var(--lightBg);
  color: #606060;
}

.marquee__inner,
.drawer__marquee-inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 5s linear infinite;
}

.marquee span,
.drawer__marquee span {
  white-space: nowrap;
  display: inline-block;
  padding: 0.3rem 1.5rem;
  text-transform: uppercase;
  font-size: 15px;
}

@keyframes marquee {
  from {
    transform: translate3d(var(--move-initial), 0, 0)
  }
  to {
    transform: translate3d(var(--move-final), 0, 0)
  }
}


/**
 * Icons
 */

.Icon path:not([fill="none"]),
.Icon line:not([fill="none"]),
.Icon rect:not([fill="none"]),
.Icon g:not([fill="none"]) {
  /* stroke-width: unset; */
  /* stroke: unset; */
  fill: unset;
  stroke-linecap: unset;
  stroke-linejoin: unset;
}

.Icon path[fill="none"] {
  fill: none !important;
}

.Icon path[stroke] {
  stroke: currentColor !important;
}

.icon-arrow-down {
  width: 0.7rem;
}

.icon-arrow-down path {
  stroke: black !important;
  stroke-width: 1px !important;
  fill: none !important;
}

.icon-bag {
  --iconWeight: 4px;
}

.icon-hamburger {
  transform: translateY(2px);
}

.icon-hamburger path {
  fill: currentColor !important;
}

.drawer__close-button .icon {
  height: 47px;
  width: 47px;
}

.drawer__close-button {
  padding-right: 0;
}


/**
 * Responsive
 */

@media screen and (max-width: 767px) {
  .on-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .on-mobile {
    display: none !important;
  }
}


/**
 * Payment icons
 */

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.payment-icons-item {
  max-height: 2.2rem;
  padding: 0.25rem;
}

@media screen and (min-width: 769px) {
  .payment-icons.on-mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .payment-icons.on-desktop {
    display: none;
  }
}


/**
 * Buttons
 */

.btn:not(.pswp__button) {
  font-family: var(--typeHeaderSecondary);
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  padding: 0.25em 1em;
}

.btn.add-to-cart {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/*
@media screen and (min-width: 769px) {
  .btn {
    font-size: 20px;
  }
} */

@media only screen and (max-width: 768px) {
  .btn--small {
    font-size: 12px;
  }
}

.btn--equal {
  padding: 3px 5px;
  line-height: 0.9;
  min-width: auto;
}

@media only screen and (min-width: 769px) {
  .btn--equal {
    padding: 9px;
  }
}

.btn--light {
  background-color: var(--lightBg);
  color: black;
}

.btn--black {
  background-color: black;
  color: white;
}

.btn--underline {
  border: none !important;
  padding: 1rem 0;
  text-align: left;
}

.btn--underline:hover {
  text-decoration: underline;
  color: var(--colorBtnHover);
}

.btn--large:not(.pswp__button) {
  position: relative;
  border: none !important;
  padding: 0.5rem 0;
  text-align: inherit;
  font-size: 1rem;
  text-decoration: none !important;
  background: transparent;
  color: currentColor;
  margin-top: 1rem;
}

.btn--large:hover {
  color: var(--colorBtnHover);
}

.btn--large:not(.pswp__button):hover::after {
  background-color: currentColor;
}

.btn--large:not(.pswp__button)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--lightBg);
  transition: background-color 0.2s ease;
}


/**
 * Section
 */

.template-product .section-header {
  margin-bottom: 30px;
}

.section--m,
.section--l {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .section--l {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1199px) {
  .section--m {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .section--l {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.section__heading {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 2.5rem;
}

.section__heading > * {
  margin: 0 auto;
  display: block;
}


@media screen and (max-width: 992px) {
  .page-width--desktop {
    padding-left: 0;
    padding-right: 0;
  }
}


/* Fix media */
video {
  max-width: 100%;
}

.video-div {
  display: block;
}


/**
 * Lazyload animation / general animation
 */

.lazyloaded {
  transition: none !important;
  animation: none !important;
  opacity: 1 !important;
}

.template-product .grid-product__image.lazyloaded,
.collection-content .grid-product__image.lazyloaded {
  opacity: 1;
  transition: none;
}
.grid-product__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-wrap {
  opacity: 1 !important;
  background: none !important;
  animation: none !important;
  position: relative;
}

.image-wrap svg {
  opacity: 1 !important;
}

img[data-sizes=auto][width][height] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-nav__dropdown,
.megamenu {
  transition: none !important;
  transition-delay: none !important;
}


/**
 * Collection
 */

.collection-hero {
  height: calc(var(--height, 100vh) - var(--uspbar, 0));
}

.collection__header {
  padding-bottom: 30px;
}

.collection__header-inner {
  display: flex;
  flex-wrap: wrap;
}

.collection__header-inner h1.section-header__title {
  flex: 1;
}

@media only screen and (max-width: 991px) {
  .collection__header-inner {
    flex-direction: column-reverse;
  }
}

.collection__header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .collection__header-actions {
    margin-left: auto;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.collection__header-sort {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.collection__header-actions > * + *:not([hidden]),
.collection__header-sort > * + *:not([hidden]) {
  margin-left: 8px;
}

.collection-filter {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .collection-content {
    padding-top: 25px;
  }
}

.collection__description {
  text-align: center;
  line-height: 1.3;
  margin: 0 auto 2rem;
  width: 50rem;
  max-width: 100%;
}

.template-collection .readmore-wrapper {}

.template-collection .readmore-wrapper .Icon {
  margin-left: 0.2rem;
  transition: transform 0.3s ease;
}

.template-collection .readmore-wrapper.is-open .Icon {
  transform: rotate(180deg);
}

.template-collection .readmore {
  overflow: hidden;
  height: 0;
  transition: 0.3s ease;
  transition-property: height;
}

.template-collection .readmore-wrapper button {
  padding: 0;
}

.template-collection .readmore-inner {
  padding-top: 1.5rem;
}

.template-collection .readmore p:empty {
  margin: 0;
}


.collection__columns {
  margin: 3rem 0 !important;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border: 0.1rem solid black;
  border-left: none;
  border-right: none;
}

.collection__columns p:empty {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .collection__columns {
    border-bottom: none;
    margin: 3rem -17px 0 !important;
    padding-left: 17px;
    padding-right: 17px;
  }
}

.collection__columns-inner {
  margin-bottom: 0 !important;
  column-gap: 3rem;
  /*
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
  flex-wrap: wrap;
  */
}

@media screen and (min-width: 768px) {
  .collection__columns-inner {
    columns: 2;
  }

  .collection__columns-inner button {
    display: none;
  }
}

.collection__columns-item {
  padding: 1.5rem;
  flex-basis: 50%;
  flex-grow: 1;
  margin-bottom: 0 !important;
}

.collection__columns-item p {
  margin: 0 !important;
}

.collection__columns-item p:not(:empty) + p:not(:empty) {
  margin-top: 25px !important;
}

.collection__columns-item p:empty {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .page-width .small--grid--flush {
    margin-right: 0;
  }
}

.page-width .grid:not(.grid__item .grid):not(.grid--product-images--partial) {
  margin-left: -16px;
  margin-right: -8px;
}

@media only screen and (min-width: 769px) {
  .page-width .grid:not(.grid__item .grid):not(.grid--product-images--partial) {
    margin-left: -28px;
    margin-right: -20px;
  }
}

.collapsible-content__inner .grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}



#CollectionSection .grid {
  display: grid;
  grid-template-columns: repeat(var(--column-count, 4), 1fr);
}

@media screen and (max-width: 768px) {
  #CollectionSection .grid.small--grid--flush {
    grid-template-columns: repeat(2, 1fr);
  }
}

#CollectionSection .collection__usp-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

#CollectionSection .collection__usp-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#CollectionSection .collection__usp-image[href=""] {
  pointer-events: none;
}

#CollectionSection .collection__usp-image[href]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #CollectionSection .collection__usp-image {
    padding-top: 75%;
  }
}

#CollectionSection .collection__usp-image-wrapper {
  font-family: var(--typeHeaderSecondary);
  font-size: var(--typeBaseSize);
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  #CollectionSection .collection__usp-image-wrapper {
    grid-column-start: var(--col-start);
    grid-column-end: calc(var(--col-start) + var(--cols));
    grid-row-start: var(--row-start);
    grid-row-end: calc(var(--row-start) + var(--rows));
  }
}

@media screen and (max-width: 768px) {
  #CollectionSection .collection__usp-image-wrapper {
    grid-column: -1 / 1;
  }
}

#CollectionSection .collection__usp-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#CollectionSection .collection__usp-content {
  color: white;
  position: absolute;
  z-index: 5;
  padding: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
}

#CollectionSection .collection__usp-title {
  font-family: var(--typeHeaderSecondary);
  font-size: 48px;
}

.collection-hero__title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: white;
}

.collection-hero__title {
  padding-bottom: 20px;
}

.grid-product__meta {
  padding: 10px;
}

.grid-product__meta-inner {
  display: flex;
  flex-direction: column;
  font-family: var(--typeHeaderSecondary);
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .grid-product__meta-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.grid-product__title {
  font-family: var(--typeHeaderSecondary);
  font-size: var(--typeBaseSize);
  letter-spacing: 0;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .grid-product__title {
    font-size: 20px;
  }
}

.grid-product__price {
  margin: 0;
  font-size: var(--typeBaseSize);
}

@media screen and (max-width: 768px) {
  .grid-product__price {
    margin-top: 5px;
  }
}

.grid-product__form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  transform: translateY(100%);
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}

.grid-product__link:hover .grid-product__tag {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .grid-product__tag {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}

.grid-product__link:hover .grid-product__form {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.grid-product__form .add-to-cart {
  --colorBtnPrimary: white;
}

@media screen and (max-width: 768px) {
  .grid-product__form {
    display: none;
  }
}


/**
 * Slideshow
 */

/* Remove sliding transition */
.slideshow__slide .hero__image-wrapper {
  transition: none !important;
  transform: translateX(0) !important;
}

.slideshow__slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.hero__link {
  position: relative;
  z-index: 6;
}

.hero__link .btn {
  opacity: 1 !important;
  animation: none !important;
}


/**
 * General slider
 */

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

@media screen and (max-width: 991px) {
  div[data-slider] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

div[data-slider] .flickity-button {
  background: transparent;
  width: auto;
  height: auto;
  color: black;
}

div[data-slider] .flickity-button.previous {
  left: 0;
}

div[data-slider] .flickity-button.next {
  right: 0;
}

div[data-slider] .flickity-button .flickity-button-icon {
  position: static;
  width: 100%;
  height: 100%;
  max-width: 2.5rem;
}



/**
 * Terms popup
 */

.terms__popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  max-width: 40rem;
  width: 100%;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s ease;
  transition-property: opacity, transform;
  padding: 3.5rem 1.5rem 1.5rem;
}

.is-open .terms__popup {
  transform: scale(1);
  opacity: 1;
}

@media(min-width: 1024px) {
  .terms__popup {
    padding: 4rem 3rem 3rem;
  }
}

.terms__popup a {
  text-decoration: underline;
}

.terms__popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.6s ease;
  transition-property: opacity, visibility;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  z-index: 9999;
}

.terms__popup-wrapper.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.terms__popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.terms__popup-close {
  position: absolute;
  top: 0.9rem;
  right: 1.6rem;
  cursor: pointer;
  transition: 0.3s ease color;
}

.terms__popup-close .icon {
  stroke: currentColor;
}

.terms__popup-close:hover {
  color: var(--colorBtnHover);
}

.cart__terms {
  justify-content: flex-start;
}

.cart__terms a {
  text-decoration: underline;
}

.cart__terms a:hover {
  color: var(--colorBtnHover)
}

.cart__shipping-discount {
  font-size: .875rem;
  font-family: var(--typeBasePrimary);
  color: #a3a3a3;
}

.cart__shipping-discount p {
  margin-bottom: 0;
}


/**
 * Manuals
 */

.manuals {
  position: relative;
}

.manuals__container {
  display: flex;
  flex-wrap: wrap;
}


.manuals__item {
  display: flex;
  width: 100%;
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .manuals__item {
    width: 50%;
  }
}

.manuals__item-title.manuals__item-title {
  font-size: 2.25em;
  line-height: 1.2;
  margin-bottom: 15px;
}

.manuals__item-inner {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: white;
  padding-bottom: 25%;
  padding-top: 25%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.manuals__item-inner[href=""] {
  pointer-events: none;
}

.manuals__item-inner.hover,
.manuals__item-inner[href]:hover {
  color: white;
}

.manuals__item-inner[href]:hover .manuals__item-btn {
  text-decoration: underline;
}

.manuals__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transform: scale(1.01);
  transition: transform 6s ease;
}

.manuals__item-btn {
  margin-top: 2rem;
  font-size: 1.5em;
}


/**
 * Product
 */

@media only screen and (max-width: 768px) {
  .product-single__form {
    z-index: 5;
  }

  .product-single__form:not(.no-sticky):not(.addon) {
    position: sticky;
  }

  .product-single__form:not(.no-sticky):not(.addon),
  .product-single__form.is-fixed {
    bottom: 0;
    left: 0;
    padding: 20px var(--grid-gutter);
    margin: 10px calc(var(--grid-gutter) * -1);
    background-color: white;
  }

  .product-single__form.is-fixed {
    position: fixed;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    animation: jumpIn 0.4s ease-in-out forwards;
  }

  @keyframes jumpIn {
    0% {
      transform: translateY(100%)
    };
    100% {
      transform: translateY(0)
    }
  }
}

.product-slideshow .flickity-viewport {
  transition: none !important;
}

/* Remove lazyload transition from product images */
.photoswipe__image {
  opacity: 1 !important;
  transition: none !important;
}

.product__linked {
  display: flex;
  margin-bottom: 2rem;
}

.product__linked-title {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.product__linked .color-swatch {
  display: inline-flex;
  text-indent: 0;
  overflow: initial;
  color: var(--colorTextBody) !important;
}

.product__linked .color-swatch.disabled {
  /* cursor: not-allowed;
	opacity: .5; */
  position: relative;
  overflow: hidden;
}

.product__linked .color-swatch.disabled .cross::before,
.product__linked .color-swatch.disabled .cross::after {
  width: 120%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #fff;
  top: -1px;
  width: 150%;
}

.product__linked .color-swatch.disabled .cross--black::before,
.product__linked .color-swatch.disabled .cross--black::after {
  background-color: #000;
}

.product__linked .color-swatch.disabled .cross::before {
  height: 1px;
  position: absolute;
  left: 0;
  transform: rotate(12deg);
  transform-origin: left;
}

.product__linked .color-swatch.disabled .cross::after {
  height: 1px;
  position: absolute;
  right: 0;
  transform: rotate(-12deg);
  transform-origin: right;
}

.choose-shelf-container__options-colors .color-swatch.disabled .cross::before,
.choose-shelf-container__options-colors .color-swatch.disabled .cross::after {
  width: 120%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #fff;
  top: 3px;
  width: 150%;
}

.choose-shelf-container__options-colors .color-swatch.disabled .cross--black::before,
.choose-shelf-container__options-colors .color-swatch.disabled .cross--black::after {
  background-color: #000;
}

.choose-shelf-container__options-colors .color-swatch.disabled .cross::before {
  height: 1px;
  position: absolute;
  left: 0;
  transform: rotate(12deg);
  transform-origin: left;
}

.choose-shelf-container__options-colors .color-swatch.disabled .cross::after {
  height: 1px;
  position: absolute;
  right: 0;
  transform: rotate(-12deg);
  transform-origin: right;
}

.product__linked .color-swatch::before {
  display: none !important;
}

/* .product__linked .color-swatch::after {
	content: attr(data-label);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -.15rem);
	pointer-events: none;
	font-size: 0.7em;
	white-space: nowrap;
	opacity: 0;
	transition: .3s ease;
	transition-property: opacity, transform;
}

.product__linked .color-swatch-outer:hover .color-swatch::after {
	opacity: 1;
	transform: translate(-50%, .3rem);
} */

.product__thumbs {
  display: none !important;
}

.product__photos .flickity-button {
  background: none;
  color: #b3b3b3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
}

.product__photos .flickity-button svg {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 70%;
  height: 70%;
}

.template-product .page-content--product {
  padding-bottom: 30px;
}


@media screen and (max-width: 768px) {
  .template-product #shopify-section-recently-viewed .index-section {
    margin-top: 30px;
  }
}


/**
 * Recommendations
 */

#shopify-section-product-recommendations {
  border-top: 0.1rem solid black;
  padding-top: 1.5rem;
}


/**
 * Product usps
 */

.product__usps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 25px;
  gap: 16px;
}

.product__usps-item {
  display: flex;
  flex-flow: column;
  text-align: center;
  color: #B3B3B3;
  font-size: 10px;
}

.product__usps-item__cart {
  background-color: #eaeaea;
  margin: 4px;
  padding: 4px;
}

.product__usps-icon {
  max-height: 42px;
}

.product__usps-label {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .product__usps-icon {
    max-height: 24px;
  }
}

.product__usps.cart-icons {
  padding: 0;
}

.product__usps.cart-icons .product__usps-item {
  padding: 1rem 0.5rem 0;
}

.product__usps.cart-icons .product__usps-icon {
  max-height: 20px;
}


/**
 * Mobile menu
 */

.mobile-nav__item:after {
  display: none;
}

#NavDrawer .drawer__header {
  border-bottom: none;
}

.mobile-nav__social-item {
  border: none;
  flex: 1 0 10%;
}

.mobile-nav__social-item a {
  padding-left: 5px;
  padding-right: 5px;
}


/**
 * Navigation
 */

.site-nav__dropdown .h5.h5 {
  font-size: 1.65em;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 2.5px;
}


.site-nav__dropdown-link.site-nav__dropdown-link--top-level {
  color: var(--colorGrey);
}

.site-nav__link,
.site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level).site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
  font-size: 28px;
  line-height: 1.2;
}

@media(min-width: 768px) and (max-width: 1300px) {
  .site-nav__link,
  .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
    font-size: var(--typeBaseSize) !important;
  }
}

.site-nav__link--icon {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 992px) {
  .site-nav__link--icon {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.site-nav__dropdown {
  min-width: auto;
}

.site-nav__dropdown .grid {
  display: flex;
  flex-wrap: wrap;
}

.site-nav__dropdown .grid__item {
  width: auto;
  padding-left: 22px;
  padding-right: 22px;
}

.site-nav__link-span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: black;
  color: white;
}

.nav-expanded .site-nav__link-span,
.header-wrapper.is-light .site-nav__link-span {
  background-color: white !important;
  color: black !important;
}

.header-wrapper--sticky.is-light {
  color: white;
}

.template-product .site-nav__link-span {
  background-color: black;
  color: white;
}

.site-nav__link.js-drawer-open-nav {
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.site-nav__link-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-nav__link-line::before,
.site-nav__link-line::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  width: 100%;
  background-color: var(--colorNavText);
  transition: transform 0.3s ease;
}

.site-nav__link-line::before {
  top: 15px;
}

.site-nav__link-line::after {
  bottom: 15px;
}


body.nav-is-open .site-nav__link-line::before {
  top: 50%;
  transform: rotate(45deg);
}

body.nav-is-open .site-nav__link-line::after {
  top: 50%;
  transform: rotate(-45deg);
}


/**
 * Header
 */

html.filter-open .site-header,
html.filter-open .header-wrapper {
  background: none;
  background-color: white;
  color: white;
}

html.filter-open .site-header.site-header--stuck {
  /* background-color: white; */
  color: black;
}

html.filter-open .site-nav__link-span {
  background-color: black;
  color: white;
}

body:not(.nav-is-open) .header-wrapper:not(.is-light) {
  --colorNavText: black;
}

body.nav-expanded .header-wrapper {
  --colorNavText: white;
}

body.nav-expanded .site-header {
  --colorNavText: white;
  background-color: var(--colorNavActive);
  color: var(--colorNavText);
}

.header-item--shrink {
  justify-content: flex-end;
}

@media screen and (min-width: 1200px) {
  .header-item--navigation {
    margin-left: 10px;
  }
}

.site-header.site-header--stuck {
  background-color: white;
  color: black;
  padding: 15px 0;
}

.site-header.site-header--stuck .site-nav__link-span {
  background-color: black;
  color: white;
}

.site-header {
  padding: 15px 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (min-width: 769px) {
  .site-header {
    padding: 25px 0;
  }
}

.site-header--stuck {
  top: var(--uspbar, 0);
}

.site-header__logo {
  margin: 0;
}


/**
  * News page
  */

.news__column-section {
  margin-top: 0 !important;
}


/**
 * Footer
 */

.site-footer .payment-icons.on-mobile,
.site-footer .footer__small-text.show-on-mobile {
  display: flex;
  /*justify-content: center;*/
  text-align: center;
}

/* Scaling */
.site-footer .footer__title {
  font-size: 1.5em !important;
  margin-bottom: 20px !important;
}

.site-footer .footer__collapsible {
  font-size: 16px !important;
}

.site-footer input,
.site-footer .footer__small-text {
  font-size: 0.9em !important;
}


.site-footer .collapsible-trigger__icon .icon-chevron-down {
  display: none !important;
}

.site-footer .collapsible-trigger__icon,
.site-footer .collapsible-trigger__icon .icon {
  width: 1.2rem;
  height: 1.2rem;
  transition: none;
}

.site-footer .collapsible-trigger__icon .icon--close {
  display: none;
}

.site-footer .collapsible-trigger.is-open .icon--close {
  display: block;
}

.site-footer .collapsible-trigger.is-open .icon--open {
  display: none;
}

.site-footer button.collapsible-trigger {
  transition: color 0.3s ease;
}

.site-footer button.collapsible-trigger:hover {
  color: var(--colorBtnHover);
}

.site-footer .footer__small-text.show-on-mobile {
  font-size: 1em !important;
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .site-footer .footer__small-text.show-on-mobile {
    display: none;
  }
}


/* General adjustments */
.footer__small-text {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .site-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.site-footer .collapsible-content + .footer__title {
  margin-top: 2.5rem;
}

.site-footer__linklist a {
  padding: 0;
}

.site-footer .grid__item:after {
  display: none;
}

.site-footer .h4,
.site-footer .footer__title {
  letter-spacing: 0;
  font-size: 1em;
  text-transform: uppercase;
  text-align: left !important;
}

.site-footer .footer__collapsible {
  text-align: left !important;
}

.footer__newsletter {
  max-width: none;
}

.footer__newsletter input {
  max-width: none;
}

.footer__newsletter-genders {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .footer__newsletter-genders {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.footer__newsletter-genders label {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  text-transform: capitalize;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .footer__newsletter-genders label {
    margin-right: 3rem;
  }
}

.footer__newsletter-genders input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.footer__newsletter-genders input:hover ~ .checkbox {
  background-color: #eaeaea;
}

.footer__newsletter-genders input:checked ~ .checkbox {
  background-color: white;
}

.footer__newsletter-genders .checkbox {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid white;
  margin-right: 1rem;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.footer__newsletter-btn {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  padding: 0.75rem 1.25rem;
  text-align: center;
  background-color: white;
  color: var(--colorTextBody);
  width: 100%;
  margin-top: 0.5rem;
  transition: 0.3s ease;
  transition-property: color, background-color;
}

.footer__newsletter-btn:hover {
  background-color: var(--colorBtnHover);
  color: white;
}

.footer__newsletter-btn-label {
  display: block;
}

.footer__newsletter-meta {
  margin-top: 1rem;
  font-size: 0.9em;
}


.footer__subgrid {
  display: flex;
  flex-wrap: wrap;
}

.footer__subgrid .grid {
  flex: 1;
}

@media only screen and (min-width: 960px) {
  .footer__subgrid .grid {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer__subgrid .grid .grid__item {
  flex: 1;
  min-width: 13rem;
}

.footer__meta {
  padding-left: 22px;
  width: 100%;
  display: flex;
  flex-flow: column;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .footer__payments {
    display: none;
  }
}

.footer__payments img {
  max-height: 2.5rem;
}

.site-footer {
  --colorBtnHover: #eaeaea;
}


/**
 * Hero
 */

.hero__video {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  object-fit: cover;
}

.hero__text-content {
  color: #eaeaea;
  z-index: auto;
  padding-bottom: 1rem;
}

.hero__link a:hover {
  color: var(--colorBtnHover) !important;
}

.hero__text-content .btn {
  color: #eaeaea;
  border-color: #eaeaea;
}

.video-parent-section.hero .hero__media {
  display: none;
}

@media screen and (min-width: 1199px) {
  .video-parent-section.hero .desktop-video {
    display: block;
  }
}

@media screen and (min-width: 768px) and(max-width: 1199px) {
  .video-parent-section.hero .tablet-video {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .video-parent-section.hero .mobile-video {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .video-parent-section.hero {
    height: auto !important;
    max-height: 100vh;
  }

  .hero__media,
  .hero__media-container {
    position: static;
  }

  .hero__text-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }

  .hero video {
    display: block;
  }
}

.index-section--hero .hero__text-wrap {
  z-index: 4;
}


/**
 * Page header
 */

.template-page .section-header.regular-header {
  margin-bottom: 30px;
}

.template-page .section-header:not(.regular-header) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .template-page.page-contact .section-header {
    margin-top: 30px;
  }
}

.page__hero {
  position: relative;
  overflow: hidden;
}

.page__hero-image {
  object-fit: cover;
}

.page__hero-desktop {
  height: 22rem;
}

.page__hero-mobile {
  height: 15vh;
}

@media screen and (max-width: 991px) {
  .page__hero-desktop:not(.no-mobile) {
    display: none !important;
  }

  .page__hero-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .page__hero-mobile {
    display: none !important;
  }
}



/**
 * Stand to elevate template sections
 */


.banner {
  position: relative;
  overflow: hidden;
  height: 80vh;
}

@media screen and (min-width: 1199px) {
  .banner {
    height: 100vh;
  }
}

.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.reveal {
  background-color: var(--lightBg);
}

.reveal__image-wrapper {
  padding: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .reveal__image-wrapper {
    width: 50%;
  }
}


@media screen and (min-width: 992px) {
  .reveal__image-wrapper {
    width: 33%;
  }
}

.reveal__image {
  position: relative;
  padding-bottom: 130%;
  width: 100%;
}

.reveal__image:hover .reveal__image-overlay {
  opacity: 0;
}

.reveal__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .reveal__list {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.reveal__content-wrapper {
  border-top: 0.1rem solid var(--borderColor);
  padding-top: 3rem;
  margin-top: 3rem;
  color: var(--borderColor);
  text-align: center;
}

@media only screen and (min-width: 1199px) {
  .reveal__content-wrapper {
    width: 80%;
    margin: 3rem auto 0;
  }
}

.reveal__content {}

.reveal__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 1.5rem;
  text-transform: uppercase;
  color: white;
  font-size: 1.3em;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .reveal__image-overlay {
    display: none;
  }
}

.reveal__image-overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reveal__image-overlay p {
  position: relative;
  z-index: 2;
  margin: 0 !important;
}



/**
 * Image slider
 */

.imageslider__image {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .imageslider__image.on-desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .imageslider__image.on-mobile {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .imageslider__image {
    width: 80%;
  }
}

.imageslider__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imageslider__image-wrapper {
  width: 100%;
  padding: 1.5rem;
  display: flex;
}


@media screen and (min-width: 768px) {
  .imageslider__image-wrapper {
    width: 50%;
  }
}


@media screen and (min-width: 992px) {
  .imageslider__image-wrapper {
    width: 33%;
  }
}

@media screen and (min-width: 992px) {
  .imageslider__image-wrapper:nth-child(3n + 2) .imageslider__image {
    width: 100%;
  }

  .imageslider__image-wrapper:nth-child(3n + 3) {
    justify-content: flex-end;
  }
}


@media screen and (min-width: 992px) {
  .imageslider__list .flickity-button.previous {
    left: -2rem !important;
  }

  .imageslider__list .flickity-button.next {
    right: -2rem !important;
  }
}


/**
 * Imageslider w. text
 */

.imageslider-text {
  position: relative;
  background-color: var(--lightBg);
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 992px) {
  .imageslider-text {
    min-height: calc(100vh - 71px);
  }
}

.imageslider-text > * {
  position: relative;
  z-index: 2;
}

.imageslider-text__outer {
  width: 100%;
  margin-top: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  order: 5;
}

@media screen and (min-width: 992px) {
  .imageslider-text__outer {
    width: 50%;
    padding-top: 3rem;
  }

  .imageslider-text__maintitle {
    color: white;
  }
}


.imageslider-text__list {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  order: 3;
  margin-bottom: 2.5rem;
  padding: 0 !important;
}

@media screen and (min-width: 992px) {
  .imageslider-text__list {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    margin: 0;
  }
}

.imageslider-text__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .imageslider-text__image {
    padding-bottom: 56.25%;
  }
}


.imageslider-text__image:hover::after {
  opacity: 0;
}

.imageslider-text__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
  transition: opacity 0.3s ease;
}

.imageslider-text__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imageslider-text__title {
  color: white;
  text-transform: uppercase;
}

.imageslider-text .flickity-page-dots {
  bottom: 1.5rem;
  color: white;
}

.imageslider-text .flickity-page-dots .dot.is-selected,
.imageslider-text .flickity-page-dots .dot {
  width: 0.8rem;
  height: 0.8rem;
}


/**
 * Gallery
 */

.gallery {}

@media screen and (max-width: 991px) {
  .gallery {
    padding-bottom: 0;
  }
}

.gallery__list {
  position: relative;
}

@media screen and (min-width: 992px) {
  .gallery__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12vw;
  }
}

.gallery__item {
  position: relative;
  width: 100%;
  display: flex;
}

.gallery__item-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}


.gallery__item-inner .video-div {
  min-width: 100%;
  min-height: 100%;
}


@media screen and (min-width: 992px) {
  .gallery__item-inner > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}



/**
 * Simple. stylish. steady. template sections
 */

.video-section {
  background-color: var(--lightBg);
}


.quote {}

.quote__inner {
  display: block;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.9;
}

@media screen and (min-width: 992px) {
  .quote__inner {
    width: 70%;
  }
}

@media screen and (min-width: 1199px) {
  .quote__inner {
    width: 50%;
  }
}



.specs {
  background-color: var(--lightBg);
}

.specs__inner {
  display: grid;
  grid-gap: 2.5rem;
}

.specs__inner:after {
  content: 'flickity';
  display: none; /* hide :after */
}

/* disable Flickity for large devices */
@media screen and (min-width: 992px) {
  .specs__inner:after {
    content: '';
  }
}

@media screen and (max-width: 991px) {
  .specs__content-wrapper,
  .specs__image {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .specs__inner {
    grid-template-columns: 2fr 1fr;
    grid-gap: 5rem;
  }
}

.specs__title {
  padding-bottom: 2.5rem;
}

.specs__title.on-mobile {
  text-align: center;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
  .specs__title.on-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .specs__title.on-desktop {
    display: none;
  }
}

.specs__content-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
  .specs__content-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  .specs__image {
    height: 100%;
  }

  .specs__image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}



.imagedisplay {
  --gap: 3rem;
}

.imagedisplay__list {
  display: none;
  grid-gap: var(--gap);
  grid-template-columns: 1fr 1fr;
  /*align-items: flex-start;*/
}

@media screen and (min-width: 992px) {
  .imagedisplay__list {
    display: grid;
    margin: 0 auto;
    width: 70%;
  }
}

.imagedisplay__group {
  display: grid;
  grid-gap: var(--gap);
}

@media screen and (max-width: 991px) {
  .imagedisplay__group {
    display: contents;
  }
}

.imagedisplay__group:last-child > img:first-child {
  margin-top: 15vh;
}

.imagedisplay__meta {
  margin-top: auto;
  padding-top: 2rem;
}

@media screen and (max-width: 991px) {
  .imagedisplay__meta {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .imagedisplay__slider-wrapper {
    display: none;
  }
}


/**
 * Announcement / USP bar
 */

#shopify-section-uspbar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 29;
}


.js-drawer-open #shopify-section-uspbar,
.js-drawer-open--search #shopify-section-uspbar {
  z-index: 26;
}

.uspbar {
  background-color: #eaeaea;
  color: #606060;
  font-size: 15px;
}

.uspbar__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Disable flickity by default */
.uspbar__list::after {
  content: '';
  display: none;
}

.uspbar__list .flickity-button {
  color: #606060 !important;
}

.uspbar__list .flickity-button-icon {
  max-width: 0.9rem !important;
}

@media screen and (max-width: 900px) {
  .uspbar__list {
    display: block;
  }

  .uspbar__list::after {
    content: 'flickity';
  }
}

.uspbar__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}

@media screen and (max-width: 900px) {
  .uspbar .flickity-slider {
    transform: none !important;
  }

  .uspbar .flickity-button {
    display: none !important;
  }

  .uspbar__item {
    width: 100%;
    opacity: 0;
    left: 0 !important;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
  }

  .uspbar__item.is-selected {
    opacity: 1;
    z-index: 0;
  }

  .uspbar-divider {
    display: none !important;
  }
}

.uspbar-divider {
  display: inline-block;
  margin: 0 0.5rem;
  opacity: 0.7;
}



/**
 * Cart
 */

.cart-drawer__payment-icons {
  margin-top: 1rem;
  justify-content: center;
  flex-wrap: nowrap;
}

.cart-drawer__payment-icons .payment-icons-item{
  max-height: 2.5rem;
}

@media screen and (min-width: 769px) {
  .cart-link__bubble--visible {
    display: none;
  }
}

.cart-link__bubble--visible {
  top: 70% !important;
}


/*
.js-drawer-closing .main-content::after,
.js-drawer-open .main-content:after {
	z-index: 29;
}
*/



/**
 * Product carousel
 */

.product-carousel {}

.product-carousel .section-header .h2 {
  font-size: 3.5em;
}

/*
@media screen and (max-width: 769px) {
	.product-carousel .section-header {
		display: none;
	}
}
*/

@media screen and (min-width: 992px) {
  .product-carousel .section-header {
    margin-bottom: 70px;
  }
}

.product-carousel__list {
  padding: 0 !important;
}

.product-carousel__item {
  width: 100%;
  padding: 0 1rem;
  min-height: 100%;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 769px) {
  .product-carousel__item {
    width: 50%;
  }
}

@media screen and (min-width: 1199px) {
  .product-carousel__item {
    width: 33.33%;
  }
}

.product-carousel__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.product-carousel .product__linked {
  position: relative;
  z-index: 5;
  margin-bottom: 1rem;
}

.product-carousel__content {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  padding-top: 2rem;
}

.product-carousel__price {
  margin-top: auto;
  padding-top: 1.5rem;
  font-size: 1.2em;
  color: var(--colorPrice);
}

.product-carousel .btn--wrapper {
  position: relative;
  z-index: 5;
  padding-top: 1.5rem;
}

.product-carousel .btn--wrapper .btn {
  text-transform: uppercase;
  padding: 11px 20px;
  font-weight: 700;
  letter-spacing: 0.3em;
}


.product-carousel .flickity-button {
  width: 2.5rem !important;
  height: 2.5rem !important;
  background-color: black !important;
  color: white !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
  top: 30%;
}

.product-carousel .flickity-button[disabled] {
  opacity: 0;
}

.product-carousel .flickity-button-icon {
  max-width: 1.3rem !important;
}

.product-carousel .flickity-prev-next-button:hover {
  transform: translateY(-50%) !important;
}



/**
 * Image blocks section
 */

.image-blocks {}

.image-blocks__item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.image-blocks__list {
  display: grid;
  grid-gap: 50px;
}

@media screen and (min-width: 992px) {
  .image-blocks__list {
    grid-template-columns: 1fr 1fr;
  }
}

.image-blocks .btn--inverse {
  position: relative;
  z-index: 2;
  color: black;
  border-color: black;
  align-self: flex-start;
}

.image-blocks__image-wrapper {
  position: relative;
}

.image-blocks__title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  text-align: center;
}

.image-blocks__title {
  color: #eaeaea;
  font-size: var(--typeHeaderSize);
}

@media screen and (min-width: 1400px) {
  .image-blocks__title-wrapper {
    padding: 5rem;
  }

  .image-blocks__title {
    font-size: calc(var(--typeHeaderSize) * 1.6);
  }
}

.image-blocks__caption {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.image-blocks__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


/**
 * Slideshow customization
 */

.slideshow-wrapper div[data-css] {
  height: auto !important;
}

.slideshow-wrapper div[data-css] .slideshow__slide {
  height: 100vh !important;
  display: block !important;
}

@media screen and (max-width: 992px) {
  .template-page .slideshow-wrapper div[data-css] .slideshow__slide {
    height: 80vh !important;
  }
}


@media screen and (min-width: 1200px) {
  .template-page .slideshow-wrapper div[data-css] .slideshow__slide {
    min-height: 1000px;
  }
}

/*
@media screen and (min-width: 992px) {
	.slideshow-wrapper div[data-css] .slideshow__slide {
	}
}
*/

.slideshow-wrapper div[data-css] .slideshow__slide .hero__image-wrapper {
  opacity: 1 !important;
}


/**
 * Contact page
 */

.contact__content a {
  color: #b3b3b3;
  border-bottom: none !important;
}

.contact__content p:empty {
  margin: 0 !important;
}

.contact__content {
  display: grid;
}

@media screen and (min-width: 768px) {
  .contact__content {
    padding-bottom: 2.5rem;
    grid-template-columns: 2fr 1fr;
    grid-gap: 3rem;
  }
}

.contact__content form input,
.contact__content form textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-color: #B3B3B3;
}


.contact__content form ::placeholder {
  color: black;
  opacity: 1;
}

.contact__content form ::webkit-input-placeholder {
  color: black;
  opacity: 1;
}

.contact__content form button[type="submit"] {
  width: 100%;
  color: #606060;
  background-color: #eaeaea;
  transition-property: background, color !important;
}

.contact__content form button[type="submit"]:hover {
  background-color: #b3b3b3;
  color: #fff;
}

.contact__content h4 {
  text-transform: initial !important;
  font-size: 1em !important;
  letter-spacing: 0.15em !important;
  margin-top: 15px !important;
}


/**
 * Breadcrumbs
 */

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.breadcrumb > *:not(:last-child) {
  opacity: 0.5;
}

.breadcrumb > * {
  margin-right: 12px;
}

.color-swatch-outer {
  position: relative;
  max-width: 32px;
  width: 100%;
  margin: 0 4px;
  line-height: 1;
}

.color-swatch-outer.is-active .color-swatch-active {
  visibility: visible;
  opacity: 1;
}

.color-swatch-active {
  width: 100%;
  height: 1px;
  background-color: black;
  background-size: cover;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.template-product .page-content--product .color-swatch {
  height: 16px;
}

.template-product .page-content--product .color-swatch-outer {
  max-width: 64px;
  margin-bottom: 6px;
}

/**
 * AddOn color swatches
 */

.color-swatch-addon:checked ~ .color-swatch-active {
  visibility: visible;
  opacity: 1;
}

.add-on-color-swatch{
  width: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.color-swatch-active-addon{
  width: 40px;
}

/**
 * Linked swatches on grid items
 */

.grid-product__secondary-image {
  z-index: 1 !important;
}

.grid-product .product__linked-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.grid-product .product__linked-images > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0 !important;
  pointer-events: none;
}

.grid-product__linked {
  margin: 0;
  transition: 0.3s ease;
  transition-property: opacity, transform;
}

.grid-product .product__linked-images > img.is-visible {
  opacity: 1 !important;
}

.color-swatch {
  width: 100%;
  height: 8px;
  margin: 0;
}

.grid-product__linked-count {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  font-size: 12px;
  font-family: var(--typeHeaderSecondary);
  padding: 8px;
  margin: 0;
  z-index: 2;
  pointer-events: none;
}

.grid-product__meta {
  display: block;
}

.image-bank-bg {
  background-color: #eaeaea;
}

.image-bank__video {
  display: block;

  width: 100%;
  min-height: 650px;

  object-fit: cover;
}

.image-bank hr {
  max-width: 75%;
  margin: 2rem 0;
}

.image-bank__password-form {
  max-width: 20rem;
  margin: auto;
}

.image-bank__password-form input {
  border-top: 0;
  border-left: 0;
  border-right: 0;

  margin-bottom: 1rem;
}

.image-bank__password-form input,
.image-bank__password-form button {
  display: block;
  width: 100%;
}

.image-bank__menu {
  margin-bottom: 1rem;

  box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.25);
}

.image-bank__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;

  padding: 1rem;
}

.image-bank__menu .image-bank__list,
.image-bank__menu .image-bank__content {
  padding: 0 1rem;
  margin: 0;
}

.image-bank__menu .image-bank__list:last-child,
.image-bank__menu .image-bank__content:last-child {
  padding-bottom: 1rem;
}

.image-bank__menu .image-bank__content *:last-child {
  margin-bottom: 0;
}

.image-bank__sidebar {
  position: sticky;
  top: 6.5rem;
}

.image-bank__list {
  list-style: none;
  margin-left: 0;

  line-height: 2;
}

.image-bank__list-item > a {
  font-weight: 700;
}

.image-bank__list-item > a:after {
  content: '+';

  font-weight: 400;
  margin-left: 0.5em;
}

.image-bank__list-item > ul {
  display: none;
}

.image-bank__list-item:focus-within ul {
  display: block;
}

.image-bank__list-item:focus-within > a:after {
  content: '-';
}

.image-bank__item--banner {
  position: relative;
}

.image-bank__item--banner h4,
.image-bank__item--banner .rte {
  color: white;

  position: absolute;
  right: 1em;
}

.image-bank__item--banner h4 {
  top: 1em;
}

.image-bank__item--banner .rte {
  bottom: 1em;
  margin-bottom: 0;

  text-align: right;
  font-size: 1.75em;

  max-width: calc(50% - 1em);
}

@media screen and (max-width: 767px) {
  .image-bank__item--banner .rte {
    font-size: 1.25em;

    max-width: calc(100% - 2em);
  }
}

.image-bank__item--item h4 {
  margin-top: 1em;
}


.text-left .section-header {
  text-align: left !important;
}

.section-header.regular-header .section-header__title {
  font-size: calc(var(--typeHeaderSize) * 0.5);
}

.section-header__title > sup {
  margin-left: 0.25em;
}

.template-page .section-header.section-header--small{
  margin-top:40px;
  margin-bottom:40px;
}


/**
 * Large image
 */

.large-image__image.on-desktop {
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .large-image {
    padding-left: 17px;
    padding-right: 17px;
  }
}


/**
 * Image grid
 */

.image-grid {}

.image-grid__list {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.image-grid__image-wrapper:first-child {
  grid-column: -1 / 1;
}

@media screen and (max-width: 768px) {
  .image-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-grid__image-wrapper:first-child {
    order: 35;
  }
}



/**
 * Hero banner
 */

.hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  font-size: 1.5em;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b7b3a8;
}

.hero-banner.has-video {
  color: white;
}

.hero-banner .page-width {
  position: relative;
  z-index: 5;
  color: black;
}

@media screen and (min-width: 1199px) {
  .hero-banner__content {
    max-width: 80%;
  }
}

/* Hide videoes as default */
.hero-banner .video-div {
  display: none;
}

.hero-banner-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1199px) {
  .hero-banner .desktop-video {
    display: block;
  }
}

@media screen and (min-width: 768px) and(max-width: 1199px) {
  .hero-banner .tablet-video {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner .mobile-video {
    display: block;
  }
}

.hero-banner__meta {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  border: 2px solid currentColor;
  display: flex;
  justify-content: center;
  padding: 0.85rem;
  color: currentColor;
  z-index: 5;
  transition-property: border-color, color;
  transition: 0.3s ease;
}

.hero-banner__meta > svg path {
  stroke-width: 3px;
}

.hero-banner__meta > svg {
  animation: scrolling 1s linear infinite alternate;
}

@keyframes scrolling {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}



/**
 * Content slideshow
 */

.content-slideshow {
  overflow: hidden;
}

@media screen and (min-width: 1050px) {
  .content-slideshow .flickity-viewport {
    overflow: visible;
  }
}

.content-slideshow__inner {
  border: 2px solid #606060;
  border-left: none;
  border-right: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-slideshow__slider {}

.content-slideshow__slide {
  width: 100%;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 15px;
  transition: transform 0.4s ease;
}

.content-slideshow__slide:not(.is-selected) {
  transform: scaleY(0.92);
}

.content-slideshow__title {
  font-size: 1.4em;
}

.content-slideshow__nav-wrapper {
  position: relative;
  margin-top: 15px;
}

@media screen and (min-width: 1050px) {
  .content-slideshow__nav-wrapper {
    display: flex
  }
}

.content-slideshow__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-slideshow__nav-button {
  color: #b3b3b3;
}

@media screen and (min-width: 1050px) {
  .content-slideshow__nav-button {
    position: absolute;
  }
}

.content-slideshow__nav-button > svg {
  width: 25px;
  height: 25px;
}

.content-slideshow__nav-button[data-prev] {
  right: calc(100% + 10px);
}

.content-slideshow__nav-button[data-next] {
  left: calc(100% + 10px);
}

.content-slideshow__progress-bar {
  position: relative;
  height: 5px;
  background-color: #eaeaea;
  width: 100%;
}

@media screen and (min-width: 1050px) {
  .content-slideshow__progress-bar {
    height: 10px;
  }
}

.content-slideshow__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #b3b3b3;
}


/**
 * Video section
 */

.video {}

/* Hide as default */
.video .desktop-video {
  display: none;
}

@media screen and (min-width: 1199px) {
  .video .desktop-video {
    display: block;
  }

  .video .mobile-video {
    display: none
  }
}


/**
 * Video grid
 */

.video-grid .page-width--narrow {
  margin: 0 auto;
}

.video-grid .border {
  height: 2px;
  background-color: #606060;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .video-grid .border {
    display: none
  }
}

.video-grid__grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
  .video-grid__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.video-grid__video {
  grid-column: -1 / 1;
  grid-row: 2 / 2;
}

@media screen and (min-width: 768px) {
  .video-grid__video {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

.video-grid__image {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .video-grid__image {
    height: 0;
    padding-bottom: 120%;
  }
}

.video-grid .desktop-video {
  display: none;
}

@media screen and (min-width: 1199px) {
  .video-grid .desktop-video {
    display: block;
  }

  .video-grid .mobile-video {
    display: none
  }
}


/**
 * Scroll layout
 */

.scroll {
  height: calc(100vh - var(--headerHeight, 0) + var(--uspbar, 0));
  overflow: auto;
  background-color: var(--bgColor, '#fff');
  color: var(--textColor, '#000');
  transition-property: background-color, color;
  transition: 0.5s ease;
}

.scroll a {
  color: var(--linkColor);
}

.scroll a:hover {
  color: var(--activeColor);
}

.scroll__list li.is-active > a {
  color: var(--activeColor);
}

.scroll::-webkit-scrollbar {
  display: none;
}

.scroll__inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .scroll__inner {
    flex-direction: column;
  }
}

.scroll__sections {}

.scroll__section {
  min-height: calc(100vh - var(--headerHeight, 0) + var(--uspbar, 0));
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .scroll__section {
    --subtract: calc(var(--headerHeight, 0) + var(--uspbar, 0) + var(--scrollSidebar, 0));
    height: calc(100vh - var(--subtract, 0));
    min-height: 0;
    overflow: auto;
    display: block;
    margin-bottom: 2.5rem;
    padding-top: 2rem;
  }

  .scroll__section + .scroll__section {
    margin-top: 3rem
  }
}

.scroll__aside {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-left: -17px;
  margin-right: -17px;
}

@media screen and (min-width: 768px) {
  .scroll__aside {
    height: calc(100vh - var(--headerHeight));
    padding: 0 10rem 0 0;
    margin: 0;
  }
}

.scroll__list {
  list-style-type: none;
  margin-bottom: 0;
  font-size: 1.2em;
  white-space: nowrap;
  width: 100%;
}

.scroll__list li {
  margin-bottom: 0.85em;
}

@media screen and (max-width: 767px) {
  .scroll__aside {
    background-color: var(--bgColor);
    transition-property: background-color;
    transition: 0.5s ease;
  }

  .scroll__list {
    margin-left: 0;
    text-align: center;
  }

  .scroll__list li {
    margin-bottom: 0;
    border-bottom: 2px solid var(--activeColor);
  }

  .scroll__list li.is-active > a {
    background-color: var(--activeColor);
    color: var(--linkColor);
  }

  .scroll__list a {
    color: var(--textColor);
    padding: 0.45em 1em 0.35em;
  }
}

.scroll__list a {
  display: block;
}

.scroll__image {
  margin-top: 30px;
}


/**
 * Country popup & dropdown
 */

.language-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  font-size: 14px;
  color: black;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: end;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s ease;
}

@media screen and (min-width: 768px) {
  .language-popup {
    padding: 30px;
  }
}

.language-popup button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.language-popup.open {
  opacity: 1;
  z-index: 50;
  visibility: visible;
  pointer-events: auto;
}

.language-popup.open .language-popup__inner {
  transform: translateY(0);
}

.language-popup__inner {
  position: relative;
  width: 100%;
  max-height: 100%;
  max-width: 500px;
  padding: 40px 30px;
  border-radius: 20px 20px 0 0;
  background: white;
  transform: translateY(100%);
  transition: transform 0.6s ease;
}
@media screen and (max-width: 767px) {
  .language-popup__inner {
    height: calc(100% - 80px);
  }
}
.language-popup__inner div[data-country-list] {
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .language-popup__inner div[data-country-list] {
    max-height: 220px;
  }
}
@media screen and (min-width: 768px) {
  .language-popup__inner {
    padding: 50px 40px;
    border-radius: 12px;
    transform: translateY(30%);
  }
}

.language-popup__inner.is-dragging {
  transition: none;
}

.language-popup__dragger {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .language-popup__dragger {
    display: none;
  }
}

.language-popup__dragger::before {
  content: '';
  display: block;
  height: 4px;
  width: 100px;
  border-radius: 9999px;
  background-color: white;
}

.language-popup__content__inner > * + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) and (min-width: 401px) {
  .language-popup__content__inner > * + * {
    margin-top: 25px;
  }
}
@media screen and (max-width: 450px) {
  .language-popup__content__inner p {
    margin-bottom: 8px;
  }
  .language-popup__content__inner > * + * {
    margin-top: 18px;
  }
  .language-popup__item-inner {
    padding: 14px 18px !important;
  }
}

@media screen and (min-width: 1199px) {
  .language-popup__title {
    font-size: 36px;
  }
}

.language-popup__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.language-popup__flex button, .language-popup__flex a{
  width: 100%;
  padding: 10px !important;
}

.language-popup__group > p {
  font-weight: 500;
}

.language-popup__item {
  display: block;
}

.language-popup__item + .language-popup__item {
  margin-top: 10px;
}

.language-popup__item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #F4F4F5;
  padding: 16px 18px;
  transition: all 0.3s ease;
}

:checked + .language-popup__item-inner,
.language-popup__item-inner:hover {
  border-color: #D4D4D8;
  background-color: #FAFAFA;
}

.language-popup__item-icon {
  margin-right: 16px;
  width: 26px;
}


.country-selector-wrapper {
  margin: 1rem 0 6.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.country-selector-wrapper .country-selector {
  border: none;
  padding-left: 0;
}

.specific-products {
  display: flex;
  flex-direction: column;
}

.addon-product {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  display: flex;
  margin-bottom: 15px;
}

.addon-product__inner {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.addon-product .errors {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}

.addon-product__image-wrapper {
  display: flex;
  align-items: center;
}

.addon-product__image {
  margin-right: 20px;
}

.addon-product__info {
  display: flex;
  flex-direction: column;
}

.addon-product__info p {
  margin-bottom: 0;
  opacity: .75;
  text-align: left;
}

.addon-product__info__title {
  font-size: 20px;
}

.addon-product__info__price {
  color: var(--colorPrice);
  font-weight: 600;
}

.addon-product__add {
  margin-left: auto;
}

.addon-product__add svg path {
  transition: 0.2s stroke ease;
}

.addon-product__add:hover svg path {
  stroke: var(--colorBtnHover);
}

.addon-product__add > form {
  margin-bottom: 0;
}

.addon-disclaimer {
  opacity: .5;
  margin: 0;
  text-align: left;
}

.add-to-cart--addon.btn--loading {
  background: transparent;
  padding: 0 16px;
  --colorBtnPrimaryText: #000;
}


.add-to-cart--addon .plus {
  font-size: 30px;
  opacity: .5;
  transition: 0.2s all;
}

.add-to-cart--addon .plus:hover {
  opacity: 1;
}

.select-box {
  display: flex;
  width: auto;
  flex-direction: column;
  position: relative;
}

.select-box .options-container {
  max-height: 0;
  width: 100%;
  opacity: 0;
  width: 200px;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffffff;
  order: 1;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.select-box.from-top .options-container {
  top: auto;
  bottom: 100%;
}

.select-box .options-container.right {
  left: auto;
  right: 0;
}

.selected {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  order: 0;
}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
}

.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  background: #0d141f;
  background: #81878f;
  background: #f1f2f3;
  border-radius: 0 5px 5px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  background: #81878f;
  border-radius: 0 5px 5px 0;
}

.select-box .option,
.selected {
  cursor: pointer;
}

.select-box .selected span {
  display: none;
}

.select-box .option {
  padding: 10px 12px;
  display: flex;
  align-items: center;
}

.select-box .option:hover {
  background: #dcdfe5;
}

.select-box label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #000;
  margin-bottom: 0;
}

.select-box label img {
  margin-right: 5px;
}

.select-box .option .radio {
  display: none;
}

.site-nav__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.klaviyo-notify-button {
  width: 100% !important;
  margin-top: 10px !important;
}


/**
 * Images section
 */

.images__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}

.images__item {
  flex: 1;
  padding: 17px;
  min-width: 320px;
}


/* Product */
.product__photos-grid:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}


  .product-slideshow::after {
    content: 'flickity';
    display: none;
  }

.product-slideshow .flickity-slider .product-main-slide {
  margin: 0;
  padding: 0;
  width: 100%;
}

.product-main-slide {
  display: block;
  padding: 4px;
}

.product__photos-grid:not(.flickity-enabled) .product-main-slide:nth-child(n + 2) {
  width: 50%;
}

.product__photos-grid:not(.flickity-enabled) .product-main-slide:nth-child(3n + 4) {
  width: 100%;
}

.template-product .page-content--product {
  padding-top: 0;
}

.template-product .grid.grid--product-images--partial {
  display: flex;
  flex-wrap: wrap;
}

.product-single__meta {
  text-align: left;
  height: 100%;
}

.product-single__meta-sticky > * + *,
.product-single__meta > * + * {
  margin-top: 25px;
}

@media only screen and (min-width: 769px) {
  .product-single__meta-sticky > * + *,
  .product-single__meta > * + * {
    margin-top: 40px;
  }
}

.product-single__description {
  margin-bottom: 0;
}

.collapsible-trigger__icon.icon-plus {
  width: 15px;
  height: 15px;
}

.collapsible-trigger-btn .collapsible-trigger__icon.icon-plus path {
  stroke-width: 2.5px !important;
}

.collapsible-trigger-btn.is-open .collapsible-trigger__icon.icon-plus > path:last-child {
  visibility: hidden;
  opacity: 0;
}

.text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

@media screen and (max-width: 767px) {
  .text-grid {
    grid-template-columns: 1fr;
  }
}

/* @media only screen and (min-width: 769px) {
  .product-single__meta-sticky {
    position: sticky;
    top: calc(var(--headerHeight, 0) + var(--uspbar, 0));
  }
} */

.product__header {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 769px) and(max-width: 1600px) {
  .product__header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .product__price-wrapper {
    text-align: left !important;
  }
}

.product__header .product-single__title {
  flex: 1;
}

.product__header-subtitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.product__header-subtitle > p {
  margin: 0 20px 0.15em 0;
}

.product__header .product-single__title > sup {
  font-size: clamp(0.875rem, 0.4em, 3rem);
  margin-right: 0.75em;
}

@media only screen and (min-width: 769px) {
  .product__header .product-single__title > sup {
    vertical-align: middle;
  }
}

.product__header-linked {
  margin-top: 25px;
  flex-wrap: wrap;
}

.product-single__form {
  padding: 0;
}

.product__price-wrapper {
  margin-top: auto;
  text-align: right;
  margin-bottom: 0.15em;
}

.product__price-wrapper .product__price {
  font-family: var(--typeHeaderPrimary);
  font-size: clamp(1.75rem, 0.3em, 3rem);
  letter-spacing: -0.02em;
  line-height: .8;
  min-height: 0;
}

.product__submit-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product__submit-wrapper .product__quantity .js-qty__wrapper {
  max-width: 85px;
}

@media only screen and (min-width: 769px) {
  .product__submit-wrapper .product__quantity .js-qty__wrapper {
    max-width: 110px;
  }
}

.product__submit-wrapper .product__quantity input {
  border: none;
  background-color: var(--lightBg);
  border-radius: var(--buttonRadius);
}

.product__submit-wrapper .product__quantity .js-qty__num {
  padding: 8px 20px;
}

.product__submit-wrapper .product__quantity .js-qty__adjust {
  padding-left: 10px;
  padding-right: 10px;
}

.product__submit-wrapper button.add-to-cart {
  flex: 1;
}

.template-product .main-content .shopify-section + .shopify-section {
  margin-top: 60px;
}

@media only screen and (min-width: 769px) {
  .template-product .main-content .shopify-section + .shopify-section {
    margin-top: 170px;
  }
}

.product__meta {
  border: none;
  background: none;
  border-collapse: collapse;
}

.product__meta a,
.product__meta gtc-trigger {
  text-decoration: underline !important;
}

.product__meta th,
.product__meta td {
  padding: 0;
  vertical-align: top;
}

.product__meta th {
  font-weight: normal;
  width: 130px;
  padding-right: 10px;
  color: #a3a3a3;
}

@media only screen and (min-width: 769px) {
  .product__meta th {
    width: 170px;
  }
}

.product__meta p {
  margin: 0;
}

/* Product AR/XR */
.shopify-model-viewer-ui__controls-area {
  display: none !important;
}

.product-image__count {
  position: absolute;
  font-size: 20px;
  bottom: 0;
  right: 0;
  padding: 15px;
  display: none;
  pointer-events: none;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .product-image__count {
    display: block;
  }
}

.product__photos-view-model {
  font-size: 14px;
  margin-top: 1.5rem;
  text-align: center;
  display: none !important;
}

@media only screen and (min-width: 769px) {
  .product__photos-view-model {
    display: none !important;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    margin-top: 0;
  }
}

.product__photos-view-model > svg {
  margin-right: 0.2rem;
}

.product__photos-view-model:hover {
  color: var(--colorBtnPrimary) !important;
}

@media only screen and (min-width: 769px) {
  .product__photos-view-model[hidden] {
    display: none;
  }
}

.product__main-photos.has-model {
  margin-bottom: 0;
}

.product__main-photos.has-model .flickity-page-dots {
  display: flex;
  justify-content: center;
  bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.product__main-photos .flickity-page-dots .dot {
  width: auto;
  height: 1px;
  flex-grow: 1;
  background-color: black;
  opacity: 0.3;
  border-radius: 0;
}

.product__main-photos .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.product__photos-view-model-label {
  position: absolute;
  top: var(--headerHeight, 0);
  right: 0.9rem;
  z-index: 5;
  border: 1px solid black;
  color: black;
  padding: 0.2rem 0.5rem;
  font-size: 14px;
  background-color: white;
}

@media only screen and (min-width: 769px) {
  .product__photos-view-model-label {
    display: none;
  }
}

.product__photos-view-model-label > * {
  pointer-events: none;
}

.product__photos-view-model-label-icon {
  margin-right: 0.3rem;
}

.product__photos-view-model-label-icon > svg {
  margin-right: 0.3rem;
}

@media only screen and (max-width: 768px) {
  .product__photo-zoom {
    display: none;
  }
}


/**
 * Cart Upsell Modal
 */

.CartUpsell {}

.CartUpsell__Inner {
  display: flex;
  flex-direction: column;
  width: 900px;
  max-height: 95%;
}

@media screen and (max-width: 991px) {
  .CartUpsell__Inner {
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  .CartUpsell__Inner {
    border-radius: 1rem;
    max-height: min(90%, 1000px);
  }
}

.CartUpsell__Inner a:hover {
  color: #F85424;
}

.CartUpsell__Header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  line-height: 1;
}

.CartUpsell__Close {
  display: none;
  align-self: flex-start;
}

@media screen and (min-width: 992px) {
  .CartUpsell__Close {
    display: block;
  }
}

.CartUpsell__Close > svg {
  width: 35px;
  height: 35px;
}

.CartUpsell__Content {
  width: 100%;
  padding: 1.5rem 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .CartUpsell__Content {
    padding: 3rem;
  }
}

.CartUpsell__Footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 1rem;
  border-top: 1px solid var(--borderColor);
}

@media screen and (min-width: 992px) {
  .CartUpsell__Footer {
    padding: 1.5rem 3rem;
  }
}

.CartUpsell__Footer *:first-child .CartUpsell__Footer-icon {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(90deg);
}

.CartUpsell__Footer-icon {
  transform: rotate(-90deg);
  width: 15px;
  height: 15px;
  margin-left: 10px;
  vertical-align: baseline;
}

.CartUpsell__Products {
  display: grid;
  margin-top: 1.5rem;
  overflow: auto;
  padding: 0.2rem;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 992px) {
  .CartUpsell__Products {
    margin-top: 3rem;
    grid-gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.CartUpsell__Product {
  --py: 10px;
  --px: 10px;
  --p: var(--px, --py);

  display: flex;
  flex-direction: column;
}

.CartUpsell__Product .image-wrap,
.CartUpsell__Product .grid-product__secondary-image {
  transition: all 0.3s ease;
}

.CartUpsell__Product .grid-product__secondary-image {
  height: 100%;
}

.CartUpsell__Product:hover {
  box-shadow: 0 4px 4px rgb(0 0 0 / 9%);
}

@media screen and (min-width: 992px) {
  .CartUpsell__Product:hover .image-wrap {
    opacity: 0 !important;
  }

  .CartUpsell__Product:hover .grid-product__secondary-image {
    height: calc(100% - var(--move));
    animation: fade-in 0.2s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  }

  .CartUpsell__Product:hover .CartUpsell__Product-meta {
    margin-top: calc(var(--move) * -1.2);
  }
}

.CartUpsell__Product:hover .CartUpsell__Product-hidden {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.CartUpsell__Product-images {
  position: relative;
  overflow: hidden;
}

.CartUpsell__Product-meta {
  position: relative;
  text-align: left;
  background-color: white;
  transition: all 0.3s ease;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: var(--py) 0;
  font-size: 15px;
  line-height: 1.3
  ;
}

.CartUpsell__Product-title {
  flex: 1;
  margin-right: 1rem !important;
}

@media screen and (min-width: 992px) {
  .CartUpsell__Product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.CartUpsell__Product-meta-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.CartUpsell__Product-meta-inner > * {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .CartUpsell__Product-meta {
    padding: var(--p);
  }
}

@media screen and (min-width: 992px) {
  .CartUpsell__Product a:hover,
  .CartUpsell__Product button:hover {
    color: #F85424;
    text-decoration: underline;
  }
}

.CartUpsell__Product-hidden {
  margin-top: auto;
  width: 100%;
  transition: all 0.3s ease;
}

@media screen and (min-width: 992px) {
  .CartUpsell__Product-hidden {
    --typeBaseSize: 15px;

    font-size: var(--typeBaseSize);
    position: absolute;
    bottom: var(--py);
    left: var(--px);
    right: var(--px);
    width: calc(100% -(var(--px) * 2));
    transform: translateY(var(--move));
    opacity: 0;
    pointer-events: none;
  }
}

.CartUpsell__Product-hidden > * + * {
  margin-top: 5px;
}

.CartUpsell__Product button {
  width: 100%;
  text-align: left;
}

.CartUpsell__Product button.btn--loading {
  --colorBtnPrimaryDim: white;
  --colorBtnPrimaryText: black;
}

@media screen and (max-width: 991px) {
  .CartUpsell__Product-hidden a,
  .CartUpsell__Product-hidden button {
    width: 100%;
    padding: 0.7rem 1.2rem;
    border: 0.1rem solid black;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 0.8em;
  }

  .CartUpsell__Product-hidden a {
    display: block;
  }

  .CartUpsell__Product button {
    background-color: black;
    color: white;
  }

  .CartUpsell__Product button:hover {
    color: white;
    background-color: #F85424;
    border-color: #F85424;
  }
}


/**
 * Navigation
 */

.navigation {
  display: flex;
  flex-direction: column;
  font-family: var(--megamenuFont);
  font-size: var(--typeBaseSize);
  color: var(--colorNavText);
}

/* .navigation:hover > .navigation__list > .navigation__item > .navigation__item-link {
  opacity: 0.5;
} */

@media screen and (max-width: 768px) {
  .navigation {
    position: fixed;
    top: calc(var(--headerHeight, 0) + var(--uspbar, 0));
    left: 0;
    width: 100%;
    height: calc(100% - calc(var(--headerHeight, 0) + var(--uspbar, 0)));
    background: var(--colorNavActive);
    z-index: 100;
    padding: 50px 15px 15px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .is-ios .navigation {
    padding-bottom: max(env(safe-area-inset-bottom));
  }

  .navigation.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}

.navigation__footer {
  margin-top: auto;
  padding-top: 30px;
}

.navigation__footer.navigation__footer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.navigation__slider-wrapper {
  margin-top: 15px;
}

.navigation__slider {
  display: flex;
  overflow: auto;
  margin-top: 5px;
  /* margin: 0 -5px; */
}

.navigation__slider-item {
  min-width: 320px;
  margin-right: 10px;
}

.navigation__slider-item .product__price {
  opacity: 1 !important;
  font-size: var(--typeBaseSize) !important;
  color: var(--colorNavText) !important;
}

.navigation__slider-item-content {
  padding: 10px;
}

.navigation__slider-item-content p {
  margin: 0 !important;
}

.navigation__slider-item-content span {
  opacity: 0.5;
}

.navigation__slider-item-title {
  font-family: var(--typeHeaderSecondary);
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 0;
}

.navigation__list {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .navigation__list {
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: auto;
  }
}

.navigation__item {
  margin: 0;
  line-height: 1.1;
}

.navigation__item-link-head {
  font-family: var(--typeBasePrimary);
  font-size: var(--typeBaseSize) !important;
}

@media only screen and (min-width: 1300px) {
  .navigation__item-link-head {
    font-size: 20px !important;
  }
}

body.nav-expanded .navigation__item > a.navigation__item-link-head {
  color: #a3a3a3;
}

.navigation__item:hover > a.navigation__item-dropdown {
  color: white !important;
}

.navigation__item.is-active > a,
.navigation__item:hover > a:not(.navigation__item-divider):not(.navigation__item-dropdown) {
  color: var(--colorBtnHover);
}

body.nav-expanded .navigation__item.is-active > a,
body.nav-expanded .navigation__item:hover:not(.navigation__item-divider):not(.navigation__item-dropdown),
.navigation__submenu-wrapper .navigation__item.is-active > a,
.navigation__submenu-wrapper .navigation__item:hover > a:not(.navigation__item-divider) {
  color: white;
}

.navigation__submenu-wrapper.is-visible {
  display: flex;
}

.navigation__item-divider {
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 769px) {
  .navigation__item + .navigation__item-divider {
    margin-top: 50px;
  }
}

.navigation__item ~ .navigation__item > .navigation__item-divider,
.navigation__item ~ .navigation__item.navigation__item-divider {
  margin-top: 50px;
}

.navigation__item-link[href="#"] {
  font-family: var(--typeBasePrimary);
  font-size: 0.875rem;
}

.navigation__item-link[href="#"]:not(.navigation__item-link-head),
.navigation__item-faded,
.navigation__item-divider {
  pointer-events: none;
  color: #a3a3a3;
  /* opacity: 0.5 !important; */
}

.navigation__item-link {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: var(--colorNavText);
  text-decoration: none;
  margin: 0 8px;
}

@media only screen and (min-width: 992px) {
  .navigation__item-link {
    margin: 0 16px;
  }
}

.navigation__submenu-wrapper .navigation__item-link {
  margin: 0;
}

.navigation__item-link:not(.navigation__item-link-head):not([class*="font"]) {
  font-family: var(--megamenuFont) !important;
}

@media screen and (max-width: 768px) {
  .navigation__item-link {
    display: flex;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .navigation__submenu .navigation__item-link {
    /* opacity: 0.5; */
    color: #a3a3a3;
  }
}

@media screen and (max-width: 768px) {
  .navigation__item-link {
    padding: 2px 0;
    opacity: 1;
  }
}

.navigation__item-link:hover {
  opacity: 1;
  color: white;
}

.navigation__item-link[data-close-submenu] {
  justify-content: flex-start;
}

.navigation__item-link[data-close-submenu] > svg {
  margin-right: 15px;
  transform: rotate(180deg);
}

.navigation__submenu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--colorNavActive);
  display: none;
  max-height: calc(80vh - calc(var(--headerHeight, 0) + var(--uspbar, 0)));
  min-height: 80vh;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .navigation__submenu {
    padding: 50px 0 15px;
    overflow: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .navigation__submenu {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 15px 15px;
    background-color: var(--colorNavActive);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  .is-ios .navigation__submenu {
    padding-bottom: max(env(safe-area-inset-bottom));
  }

  .is-toggled .navigation__submenu {
    transform: translateX(0);
  }
}

.navigation__submenu-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: auto;
  width: 100%;
  flex-grow: 1;
  padding-right: 16px;
}

.navigation__submenu-inner-navs {
  display: flex;
  flex-direction: column;
}

.navigation__submenu-inner-navs-cols {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  flex-grow: 1;
  overflow: auto;
}

.navigation__submenu-list {
  position: relative;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
}

.navigation__submenu-banner .marquee__inner {
  animation: marquee 24s linear infinite;
}

.navigation__submenu-banner {
  display: block;
  background-color: white !important;
  color: black !important;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0;
  font-size: var(--typeBaseSize);
  margin-top: auto;
}

.navigation__submenu-banner span {
  text-transform: capitalize;
  margin: 0 50px;
}

.navigation__submenu .navigation__item-link {
  padding: 2px 0;
}

.navigation__submenu-block {
  display: block;
  padding-top: var(--top, 0);
}

.navigation__submenu-cta-wrapper {
  display: block;
}

.navigation__submenu-cta {
  position: relative;
}

.navigation__submenu-cta .image-wrap {
  height: 60vh;
  max-width: 40vw;
}

.navigation__submenu-cta-text {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0;
  font-size: 32px;
  color: black;
  z-index: 1;
}

.navigation__submenu-cta-float {
  position: absolute;
  bottom: 0;
  right: 100%;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: 100% 100%;
  color: white;
  margin: 0;
  padding-bottom: 5px;
  white-space: nowrap;
  font-size: var(--typeBaseSize);
}
.site-footer .country__selector {
  width: 100%;
}
.country__selector {
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--colorNavText);
}

.country__selector-inner {
  flex-direction: column;
  display: none;
}

@media screen and (min-width: 769px) {
  .country__selector-inner {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.site-footer .country__selector-inner {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

#HeaderWrapper .country__selector-inner {
  border-radius: 4px;
}
#HeaderWrapper.is-light .country__selector-inner {
  background-color: rgba(255,255,255,.75) !important;
}

.right .country__selector-inner {
  right: 0;
  left: auto;
  text-align: right;
  padding-right: 21px;
}

form.is-expanded .country__selector-inner {
  display: flex;
}
@media screen and (min-width: 769px) {
  .nav-expanded form.is-expanded .country__selector-current{
    color: black !important;
  }
  .site-header form.is-expanded .country__selector-inner {
    background-color: #fff;
    color: black !important;
  }
  .site-header form.is-expanded .country__selector-current {
    color: black !important;
  }
  .nav-expanded .country__selector-inner {
    background-color: #fff !important;
    color: black !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1299px) {
  .site-header form.is-expanded .country__selector-inner {
    padding: 29px 31px 10px 21px;
    margin-top: -29px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 1300px) {
  .site-header form.is-expanded .country__selector-inner {
    padding: 34px 31px 10px 21px;
    margin-top: -34px;
    margin-right: -10px;
  }
}

.country__selector-current {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  color: currentColor;
  padding: 0;
  font-size: inherit;
  z-index: 1;
}

.country__selector-current label {
  padding-right: 10px;
}

.country__selector label {
  display: block;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
  font-size: inherit;
}

.country__selector label input {
  appearance: none;
}

.country__selector-inner label {
  opacity: 0.5;
}

.country__selector label:hover {
  opacity: 1;
}

.filter {
  margin-top: 40px;
}

.filter ul {
  list-style: none;
  margin: 0;
}

.filter__triggers {
  display: flex;
}

.filter__trigger-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  min-width: 27px;
  /* height: 27px; */
}

.filter__trigger-icon .Icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 15px;
  max-height: 15px;
  transition: transform 0.3s ease;
}

.is-open .filter__trigger-icon .Icon {
  transform: translate(-50%, -50%) rotate(45deg);
}

.filter__sort {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.filter__sort-label {
  background-color: var(--lightBg);
}

input:checked ~ .filter__sort-label {
  background-color: black;
  color: white;
}

.filter__label {
  opacity: 0.5;
  margin: 0 0 10px;
}

.filter__item {
  line-height: 1;
}

.filter__item-label {
  opacity: 0.5;
}

.filter__item-label:hover,
input:checked ~ .filter__item-label {
  opacity: 1;
}

.filter__drawer {
  width: 100%;
  left: 0;
  transform: translateX(0);
  max-width: 100%;
  height: calc(100vh - calc(var(--headerHeight, 0) + var(--uspbar, 0)));
  top: calc(var(--headerHeight, 0) + var(--uspbar, 0));
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  box-shadow: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.filter__drawer.drawer--is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/* .filter__drawer-content {
  padding-bottom: max(env(safe-area-inset-bottom), 80px);
} */

.is-ios .filter__drawer-context {
  padding-bottom: max(env(safe-area-inset-bottom));
}

.filter__drawer-content .filter__label {
  margin-bottom: 10px;
}

.filter__drawer-content ul + ul {
  margin-top: 30px;
}

.filter__drawer-content ul {
  list-style: none;
  margin: 0;
}

.filter__drawer-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: none;
}

.promo-grid__bg {
  --colorImageOverlayOpacity: 0;
}

.promo-grid__bg__video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-grid__bg::before {
  transition: all 0.3s ease;
}

.promo-grid__container:hover .promo-grid__bg {
  --colorImageOverlayOpacity: 0.08;
}


.product__main-photos .product__thumb-arrow {
  top: 0;
  width: 45%;
  height: 100%;
  background: none;
  transform: none;
}

@media only screen and (min-width: 769px) {
  .product__main-photos .product__thumb-arrow {
    display: none;
    pointer-events: none;
  }
}

.product__main-photos .product__thumb-arrow > * {
  display: none !important;
}

.product__main-photos .product__thumb-arrow.product__thumb-arrow--prev {
  left: 0
}

.product__main-photos .product__thumb-arrow.product__thumb-arrow--next {
  right: 0;
}

#pretty-product-pages {
  margin: 0;
}

.shipping-countdown {
  font-size: 14px;
  text-align: center;
  font-family: var(--typeHeaderPrimary);
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .shipping-countdown {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 590px) {
  .main-content .shopify-section:last-child .promo-grid--space-bottom {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 589px) {
  .main-content .shopify-section:last-child .promo-grid--space-bottom {
    padding-bottom: 5px !important;
  }
}

.choose-shelf-heading{
  font-size: 0.8rem;
  margin: 0px 0px 10px 0px;
}

.choose-shelf-container{
  margin-bottom: 40px;
  background-color: #E5E5E5;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
}

.choose-shelf-container__main{
  display: flex;
}

.choose-shelf-container__main-item{
  flex: 1 1 0%;
  padding: 20px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.choose-shelf-container__main-item p,
.choose-shelf-container__main-item input{
  margin: 0px 0px 2px;
  font-size: 0.8rem;
}

.choose-shelf-container__main-item input[type="checkbox"]{
  accent-color: black;
  width: 20px;
  height: 20px;
  padding: 1px;
  border: 2px solid black;
}


.choose-shelf-container__price{
  font-weight: 600;
}

.choose-shelf-container__options{
  padding: 0px 16px 20px;
  margin: 0px;
}

.choose-shelf-container__options-colors{}

.choose-shelf-container__options-text{
  font-size: 1rem;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .choose-shelf-heading{
    font-size: 1rem;
  }
  .choose-shelf-container__main-item p,
  .choose-shelf-container__main-item input{
    font-size: 1rem;
  }
  .choose-shelf-container__main-item{
    padding: 16px 20px;
  }
  .choose-shelf-container__options{
    padding: 0px 20px 16px;
  }
}

.color-swatches-addon{
  height: 18px !important;
}

.currency__selector, .currency__selector:active, .currency__selector:focus {
  border: none;
}

.currency__selector {
  margin-top: 0.2rem;
}