.product__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.product__container .product__images {
  grid-template-columns: 1fr;
}
.product__container .product__images .product-slider__progress {
  position: relative;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-top: -13px;
}
.product__container .product__images .product-slider__progress .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cecece;
  width: 100%;
}
.product__container .product__images .product-slider__progress .product-slider__progress-bar {
  background-color: #000000;
  opacity: 1;
  height: 4px;
  -webkit-transition: width 400ms ease;
  -o-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 0;
  position: relative;
  z-index: 1;
}
.product__container .product__images.desktop-only {
  display: none;
}
.product__container .product__images .image--wrapper {
  position: relative;
}
.product__container .product__images .image--wrapper .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #919191;
  opacity: 0.1;
  cursor: pointer;
  z-index: 9;
}
.product__container .product__images .image--wrapper img {
  width: 100%;
}
.product__container .product__detail-wrapper {
  position: relative;
}
.product__container .product__detail-wrapper:last-child {
  display: none;
}
.product__container .product__detail-wrapper .product__detail {
  padding: 25px 14px 1rem 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product__container .product__detail-wrapper .product__detail .breadcrumbs {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  list-style: none;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: "Circular-Regular", sans-serif;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product__container .product__detail-wrapper .product__detail .breadcrumbs a,
.product__container .product__detail-wrapper .product__detail .breadcrumbs p {
  padding: 0;
  margin: 0;
}
.product__container .product__detail-wrapper .product__detail .breadcrumbs .separator {
  margin: 0 0.5rem;
}
.product__container .product__detail-wrapper .product__detail h2 {
  font-size: clamp(10px, 2.5vw, 16px);
}
.product__container .product__detail-wrapper .product__detail h1 {
  font-size: clamp(26px, 2.5vw, 30px);
  line-height: clamp(28px, 2.5vw, 36px);
  text-transform: unset;
}
.product__container .product__detail-wrapper .product__detail .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product__container .product__detail-wrapper .product__detail .add-to-wishlist {
  padding: 5px;
  display: inline-block;
}
.product__container .product__detail-wrapper .product__detail .add-to-wishlist svg {
  width: 20px;
}
.product__container .product__detail-wrapper .product__detail .add-to-wishlist svg.empty {
  display: block;
}
.product__container .product__detail-wrapper .product__detail .add-to-wishlist svg.filled {
  display: none;
}
.product__container .product__detail-wrapper .product__detail .add-to-wishlist.active svg.empty {
  display: none;
}
.product__container .product__detail-wrapper .product__detail .add-to-wishlist.active svg.filled {
  display: block;
}
.product__container .product__detail-wrapper .product__detail .price {
  font-size: clamp(16px, 2.5vw, 18px);
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product__container .product__detail-wrapper .product__detail .omnibus__lowest-price,
.product__container .product__detail-wrapper .product__detail .omnibus__first-price {
  font-size: 12px;
  color: #000000;
  display: block;
  opacity: 0.5;
  line-height: 14px;
}
.product__container .product__detail-wrapper .product__detail .omnibus__lowest-price {
  margin-top: 8px;
}
.product__container .product__detail-wrapper .product__detail .omnibus__first-price {
  margin-top: 4px;
}
.product__container .product__detail-wrapper .product__detail .product__description {
  margin-top: 40px;
}
.product__container .product__detail-wrapper .product__detail .product__description ul {
  padding: 1rem;
  margin: 0;
}
.product__container .product__detail-wrapper .product__detail .infos {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
}
.product__container .product__detail-wrapper .product__detail .infos .additiona-infos-button {
  text-transform: uppercase;
  font-family: "Circular-Regular";
}
.product__container .product__detail-wrapper .product__detail button {
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  font-size: 12px;
}
.product__container .product__detail-wrapper .product__detail .images__thumbs {
  display: none;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  row-gap: 2px;
}
.product__container .product__detail-wrapper .product__detail .images__thumbs .image--wrapper {
  position: relative;
}
.product__container .product__detail-wrapper .product__detail .images__thumbs .image--wrapper .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #919191;
  opacity: 0.1;
  cursor: pointer;
  z-index: 9;
}
.product__container .product__detail-wrapper .product__detail .images__thumbs .image--wrapper img {
  width: 100%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.product__container .product__detail-wrapper .product__detail .images__thumbs .image--wrapper img.visible {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.product__container .product__detail-wrapper .product__detail .product__colors {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 5px;
}
.product__container .product__detail-wrapper .product__detail .product__colors .color-wrapper {
  padding: 0 2px 7px 2px;
  width: 24px;
}
.product__container .product__detail-wrapper .product__detail .product__colors .color-wrapper.active {
  border-bottom: solid 1px black;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.product__container .product__detail-wrapper .product__detail .product__colors .color-wrapper .color-container {
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  border: solid 1px #eeeeee;
}
.product__container .product__detail-wrapper .product__detail .product__colors .color-wrapper .color-container.multi-colors {
  position: relative;
}
.product__container .product__detail-wrapper .product__detail .product__colors .color-wrapper .color-container.multi-colors .rotator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.product__container .product__detail-wrapper .product__detail .product__colors .color-wrapper .color-container.multi-colors .color:first-child {
  height: 50px;
  width: 25px;
}
.product__container .product__detail-wrapper .product__detail .product__colors .color-wrapper .color-container.multi-colors .color:last-child {
  height: 50px;
  width: 25px;
}
.product__container .product__detail-wrapper .product__detail .product__colors .color-wrapper .color-container.single-colors .rotator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
}
.product__container .product__detail-wrapper .product__detail .product__colors .color-wrapper .color-container.single-colors .color:first-child {
  height: 20px;
  width: 20px;
}
.product__container .product__detail-wrapper .product__detail .product__color {
  margin-top: 8px;
  font-size: 12px;
}
.product__container .product__detail-wrapper .product__detail .product-sizes {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}
.product__container .product__detail-wrapper .product__detail .product-sizes button {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(12px, 2.5vw, 14px);
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 0px;
  background-color: transparent;
  border-bottom: solid 1px #cecece;
}
.product__container .product__detail-wrapper .product__detail .product-sizes button b {
  font-size: clamp(12px, 2.5vw, 14px);
}
.product__container .product__detail-wrapper .product__detail .product-sizes button.active {
  background-color: #000000;
  color: #ffffff;
}
.product__container .product__detail-wrapper .product__detail .product-sizes-chart-button {
  margin-top: 18px;
  display: inline-block;
  font-size: 12px;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  text-align: left;
}
.product__container .product__detail-wrapper .product__detail scalapay-widget {
  margin-top: 20px;
}
.product__container .product__detail-wrapper .product__detail .product-actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0px;
  margin-top: 40px;
}
.product__container .product__detail-wrapper .product__detail .product-actions form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.product__container .product__detail-wrapper .product__detail .product-actions .add-to-cart svg {
  width: 15px;
}
.product__container .product__detail-wrapper .product__detail .product-actions .send-as-gift svg {
  width: 30px;
}
.product__container .product__detail-wrapper .product__detail .product-actions .add-to-cart {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  border: solid 1px #000000;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 15px;
  background-color: #000000;
  cursor: pointer;
  padding: 0 1rem;
}
.product__container .product__detail-wrapper .product__detail .product-actions .add-to-cart:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.product__container .product__detail-wrapper .product__detail .product-actions .send-as-gift {
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  border: solid 0px #000000;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 12px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  cursor: pointer !important;
  background-color: #ffffff;
  text-transform: uppercase;
  font-family: "Circular-Medium";
}
.product__container .product__detail-wrapper .product__detail .product-actions .send-as-gift span {
  border-bottom: solid 2px #000000;
  line-height: 12px;
}
.product__container .product__detail-wrapper .product__detail .product-actions scalapay-widget {
  margin-top: 40px;
}
.product__container .product__detail-wrapper .product__detail .flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .product__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .product__container .product__images.mobile-only {
    display: none;
  }
  .product__container .product__images.desktop-only {
    display: grid;
  }
  .product__container .product__detail-wrapper:last-child {
    display: block;
  }
  .product__container .product__detail-wrapper .product__detail {
    padding: 165px 51px 1rem 51px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .product__container .product__detail-wrapper .product__detail .mobile-only {
    display: none;
  }
  .product__container .product__detail-wrapper .product__detail .images__thumbs {
    display: grid;
  }
  .product__container .product__detail-wrapper .product__detail .infos {
    margin-top: 42px;
  }
}
.product__container .button__out-of-stock {
  padding: 1rem !important;
  background-color: #BDBDBD !important;
  color: #000000 !important;
  margin-top: 1rem !important;
  text-transform: uppercase;
}

/*# sourceMappingURL=product-detail.css.map*/