/** Shopify CDN: Minification failed

Line 137:2 Unexpected "}"

**/
.price.price--large.price--show-badge .price-item.price-item--last,
.price.price--large.price--show-badge .price-item.price-item--regular {
  font-size: 30px;
  font-weight: 550;
}

.price--on-sale .price__container {
  position: relative;
}

body .price,
body .price__container {
  margin-bottom: -5px !important;
}
.badge-container {
  display: inline-block;
  margin-top: -0.5rem;
  margin-bottom: 0.40rem;
  margin-right: 2rem;
  position: relative;
  z-index: 1;
  transform: scale(1.243);
  transform-origin: left top;
}

.badge {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.3rem 1rem;
  border-radius: 10px;
  font-family: var(--font-body-family);
  white-space: nowrap;
  text-transform: none;
  cursor: default;
  letter-spacing: 0;
  border: none;
  color: #ffffff;
}

/* Badge Nouveau */
.badge-nouveau { background: #f47207; }

/* Badge stock */
.badge-stock { background: #1FBB2D; }

/* Bestseller */
.badge-bestseller { background: #0066ee; }

.sales-text {
  font-size: 13px;
  color: #000;
  margin-top: 4px;
  display: block;
  font-weight: normal;
}

.sales-text {
  font-size: 13px;
}
.product__media-icon {
  opacity: 1 !important;
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
}

.product-single__photo-wrapper img,
.product__media img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
/* ===== STICKY ATC ===== */

#sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 10px;
  z-index: 999;
}

.sticky-atc__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.sticky-atc__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.2;
  flex: 1;
  min-width: 0;
}

.sticky-atc__price {
  font-weight: 600;
}

.sticky-atc__price-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sticky-atc__price--old {
  text-decoration: line-through;
  color: #9b9b9b;
  font-size: 12.5px;
}

.sticky-atc__price--new {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

#sticky-atc-btn {
  background-color: #0066EE;
  font-size: 13px;
    padding: 0px 0px;
  }
  }
}
.sticky-atc__discount {
  font-size: 12px;
  font-weight: 600;
  color: #cc0c39;
  margin-left: -4px;
}
#sticky-atc {
  height: 70px;
}

/* MOBILE */
@media screen and (max-width: 749px) {
  #sticky-atc {
    padding: 6px 14px;
  }

  .sticky-atc__title {
    font-size: 13.5px;
  }

  #sticky-atc-btn {
    font-size: 13px;
    padding: 10px 14px;
  }

  .sticky-atc__price--old {
    font-size: 12px;
  }

  .sticky-atc__price--new {
    font-size: 13.5px;
  }
}
.sticky-atc__discount {
  font-size: 12px;
  font-weight: 600;
  color: #cc0c39;
  margin-left: -4px;
}
#sticky-atc {
  height: 70px;
}

/* TABLET / DESKTOP */
@media screen and (min-width: 750px) {
  .sticky-atc__title {
    max-width: 300px;
  }
}
.product-form__input input[type=radio]+label {
    background: #fff !important;
    color: #121212 !important;
    font-weight: 500;
    border: 1px solid #cfcfcf !important;
}

.product-form__input input[type=radio]:checked+label {
    background: #E9EBEC !important;
    color: #121212 !important;
    font-weight: 500;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}