/** Shopify CDN: Minification failed

Line 6:45 Unexpected "{"

**/
[data-option="Disco"], [data-option="Rust"], {
  display: none;
}


body.template-product #PageContainer {
  padding-top: 0 !important;
}

body.template-product #PageContainer main {
  padding-top: 0;
}

body.template-product #PageContainer .product-template__container {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  body.template-product #PageContainer main {
    padding-top: 40px;
  }
  [data-section-type="product-new"] .img-wrap .zoom-box {
    width: calc(50% - 9px);
    height: auto;
    flex-grow: 1;
  }

  body.template-product #PageContainer .product-template__container {
    padding: var(--page-padding);
    max-width: 1900px;
    margin: auto;

  }
}

[data-section-type="product-new"] .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

[data-section-type="product-new"] .scroll-product {
  /* position: sticky;
  top: 25px; */
}

[data-section-type="product-new"] .img-wrap .zoom-box {
  width: unset;
  height: auto;
  flex-grow: 1;
}
.zoom-box {
  cursor: zoom-in;
}
[data-section-type="product-new"] .img-wrap .zoom-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-section-type="product-new"] .img-wrap .zoom-box.hidden {
  display: none !important;
}

[data-section-type="product-new"] .product__title {
  margin-bottom: 6px;
  font-family: "SuisseIntl", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;

  color: #000000;
}

[data-section-type="product-new"] .product__description {
  margin-top: 38px;
}

[data-section-type="product-new"]
  .product__description
  .product-single__description {
  margin-top: 0;
}

[data-section-type="product-new"] .product__price {
  position: static;
  margin-bottom: 6px;

  font-family: "SuisseIntl", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;

  color: #000000;
}

[data-section-type="product-new"] .product__price .price--sold-out {
  padding: 0;
}

[data-section-type="product-new"] .product-actions {
  margin-top: 50px;
}

[data-section-type="product-new"] .button-add-to-cart {
  appearance: none;

  padding: 15px;
  width: 100%;
  border-radius: 67px;

  font-family: "SuisseIntl", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.03em;
  border: none;

  color: #ffffff;
  background: #000000;
  transition: color 0.3s ease, background 0.3s ease;
}

[data-section-type="product-new"] .button-add-to-cart[aria-disabled="true"] {
  opacity: 0.2;
  pointer-events: none;
}

[data-section-type="product-new"] .button-add-to-cart:hover {
  color: #ffffff;
  background: #000000;

  background: #fff;
  color: #000;
  outline: 1px solid;
}

[data-section-type="product-new"] .product-variant-select {
  margin-top: 25px;

  display: flex;
  flex-direction: column;

  gap: 20px;
}

[data-section-type="product-new"]
  .product-variant-select
  .product-variant-select__option-group-title {
  margin-bottom: 15px;

  font-family: "SuisseIntl", sans-serif;

  font-weight: 400;

  font-size: 16px;
  line-height: 19px;

  color: #000000;
}

[data-section-type="product-new"] .product-variant-select input {
  appearance: none;
  display: none;
}

[data-section-type="product-new"]
  .product-variant-select
  .product-variant-select__input-group {
  display: inline-flex;
  gap: 0;
  flex-wrap: wrap;
  row-gap: 20px;
}

[data-section-type="product-new"]
  .product-variant-select
  .product-variant-select__input-group
  .product-variant-select__input[disabled] {
  pointer-events: none;
  opacity: 0.2;
}

[data-section-type="product-new"]
  .product-variant-select
  .product-variant-select__input-group
  label {
  position: relative;

  font-family: "SuisseIntl", sans-serif;
  font-size: 18px;
  line-height: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
}

[data-section-type="product-new"]
  .product-variant-select
  .product-variant-select__input-group:not(.product-variant-select__input-group--color)
  label {
  border: 1px solid rgba(105, 105, 105, 0.75);
  border-radius: 45px;

  width: auto;
  height: 41px;
  padding: 10px 20px;
}

[data-section-type="product-new"]
  .product-variant-select
  .product-variant-select__input-group:not(.product-variant-select__input-group--color)
  input:checked
  + label {
  background: #000;
  color: #fff;
}

[data-section-type="product-new"]
  .product-variant-select
  .product-variant-select__input-group.product-variant-select__input-group--size
  label {
  width: 41px;
}

[data-section-type="product-new"]
  .product-variant-select
  .product-variant-select__input-group.product-variant-select__input-group--color
  label {
  border-radius: 50%;

  width: 29px;
  height: 29px;
  margin: 6px;
}

[data-section-type="product-new"]
  .product-variant-select
  .product-variant-select__input-group.product-variant-select__input-group--color
  input:checked
  + label:before {
  content: "";

  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;

  border: 1px solid rgba(105, 105, 105, 0.75);

  border-radius: 50%;
}

[data-section-type="product-new"] .product-accordion[open] {
  padding-bottom: 25px;
}

[data-section-type="product-new"] .product-accordion p {
  padding-bottom: 15px;
  padding-right: 50px;

  font-family: "SuisseIntl";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #000000;
}

[data-section-type="product-new"] .product-accordions {
  margin-top: 57px;
}

[data-section-type="product-new"] .product-accordion + .product-accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

[data-section-type="product-new"] .product-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;

  font-family: "SuisseIntl", sans-serif;
  font-size: 24px;
  line-height: 29px;
}

[data-section-type="product-new"] .product-accordion summary .is-open,
[data-section-type="product-new"] .product-accordion summary .is-close {
  font-size: 24px;
  line-height: 24px;
}

[data-section-type="product-new"] .product-accordion .is-open {
  display: none;
}

[data-section-type="product-new"] .product-accordion[open] .is-open {
  display: initial;
}

[data-section-type="product-new"] .product-accordion[open] .is-close {
  display: none;
}

[data-section-type="product-new"] .product-recommended {
  margin-top: 60px;
}

[data-section-type="product-new"] .product-recommended__title {
  margin-bottom: 21px;
  font-family: "SuisseIntl";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;

  color: #000000;
}

[data-section-type="product-new"] .product-recommended .collection-updated {
  max-width: none;
  padding-bottom: 0;
}

[data-section-type="product-new"]
  .product-recommended
  .collection-updated
  .grid-block {
  width: 100%;
  padding-left: 0;
}

[data-section-type="product-new"]
  .product-recommended
  .collection-updated
  .grid-block
  .collection-products {
  gap: 5px;
}

[data-section-type="product-new"]
  .product-recommended
  .collection-updated
  .grid-block
  .collection-item {
  padding: 0;
  margin: 0;

  width: calc(50% - 5px);
}

[data-section-type="product-new"] .mobile-product-images__wrapper {
  width: calc(100% + 44px);
  margin-left: -22px;
}

[data-section-type="product-new"]
  .mobile-product-images__wrapper
  .swiper-pagination {
  position: static;
  margin-top: 10px;
  margin-bottom: 15px;
}

[data-section-type="product-new"]
  .mobile-product-images__wrapper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #898989;
}

[data-section-type="product-new"] .swiper-slide picture,
[data-section-type="product-new"] .swiper-slide img {
  width: 100%;
  height: auto;
}

[data-section-type="product-new"] .product-features {
  margin-top: 65px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  row-gap: 80px;
}

@media screen and (min-width: 768px) {
  [data-section-type="product-new"] .product-features {
    row-gap: 80px;
  }
}

@media screen and (min-width: 1024px) {
  [data-section-type="product-new"] .product-features {
    margin-top: 120px;
  }
}

[data-section-type="product-new"] .product-feature {
  font-family: "SuisseIntl";
  font-weight: 500;

  text-align: center;
  flex: 0 1 100%;
  width: 100%;
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  [data-section-type="product-new"] .product-feature {
    flex: 0 1 50%;
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  [data-section-type="product-new"] .product-feature {
    flex: 0 1 20%;
    width: 20%;
  }
}

[data-section-type="product-new"] .product-feature .product-feature__image {
  margin-bottom: 15px;
}

[data-section-type="product-new"] .product-feature .product-feature__image img {
  width: 119px;
  height: auto;
}

[data-section-type="product-new"] .product-feature .product-feature__title {
  margin-bottom: 15px;

  font-size: 20px;
  line-height: 24px;
}

[data-section-type="product-new"]
  .product-feature
  .product-feature__description {
  /* font-size: 15px;
  line-height: 18px; */
}

[data-section-type="product-new"] .product-estimated-date {
  margin-top: 15px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

[data-section-type="product-new"] .product-estimated-date__date {
  font-weight: 700;
}

.template-product #shopify-section-insta-images {
  margin-top: 60px;
  background: #f8f6f3;
}

@media screen and (min-width: 1024px) {
  .template-product #shopify-section-insta-images {
    margin-top: 125px;
  }
}

.template-product #shopify-section-insta-images .slider-image_title {
  padding-top: 30px;
}

.product-variant-select__input-group--length label {
  min-width: 120px;
}

/* product upsells */
.product-upsells {
  margin-top: 50px;
}
.product-upsells_title {
  font-size: 36px;
  line-height: 44px;
  font-family: "SuisseIntl";
  margin-bottom: 20px;
}
.product-upsells_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-upsell {
  width: 49%;
  margin-bottom: 10px;
}
.product-upsell_info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.product-upsell_info-title {
  font-size: 16px;
  font-family: "SuisseIntl";
}
.product-upsell_info-price {
  font-size: 16px;
  font-family: "SuisseIntl", sans-serif;
}
.image-img,
.product-upsells .slick-slide img {
  display: none !important;
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.product-upsell .image-section {
  margin: 0;
}
@media all and (max-width: 768px) {
  .product-upsell {
    width: 100%;
    margin-right: 12px;
  }
  .product-single {
    padding: 0;
  }
  .image-img {
    height: 380px !important;
  }
  .product-upsells_items .slick-list {
    padding-right: 20% !important;
  }
  [data-section-type="product-new"] .product-actions {
    margin-top: 40px;
  }
}
.fake-select {
  display: none;
}
.product-variant-select__input-group--denominations {
  display: none!important;
}


.product-variant-select__input.disabled label {
  position: relative;
}
.product-variant-select__input.disabled label span {
  color: var(--Midnight-Black-Light);
  opacity: 0.5;
}
.product-variant-select__input.disabled label:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 2px;
  height: 50%;
  left: calc(50% - 1px);
  background-color: var(--Midnight-Black-Light);
  z-index: 1;
  transform: translateY(-50%) rotate(90deg);
}
.product-variant-select__input.disabled input:checked + label:after {
  background-color: #fff;
}
#currentSize {
  margin-bottom: 15px;
}

@media all and (min-width: 767px) {
  [data-section-type=product-new] .mobile-product-images__wrapper {
    display: none;
  }
}