.product-thumbs {
  margin-right: -5px;
  margin-left: -5px;
}
.product-thumbs__elem {
  padding: 0 5px;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s ease opacity;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.product-thumbs__elem:focus, .product-thumbs__elem:hover {
  opacity: 0.6;
}
.product-thumbs__elem.swiper-slide-thumb-active {
  opacity: 1;
}
@media (min-width: 576px) {
  .product-thumbs__elem {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.product-main-images {
  position: relative;
}
.product-main-images__modal-trigger-layer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 1.6em;
  height: 1.6em;
  padding: 0;
  line-height: 1.6em;
  border: 0;
  border-radius: 50%;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .product-main-images__modal-trigger-layer {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}

.product-customization {
  margin: 40px 0;
}
.product-customization .product-customization-item {
  margin: 20px 0;
}
.product-customization .product-message {
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem;
  resize: none;
  background: #f8f9fa;
  border: none;
}
.product-customization .product-message:focus {
  background-color: #fff;
  outline: 0.1875rem solid #007bff;
}
.product-customization .file-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.625rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.product-customization .customization-message {
  margin-top: 20px;
}
.product-customization .custom-file {
  position: relative;
  display: block;
  width: 100%;
  height: 2.625rem;
  margin-top: 20px;
  line-height: 2.625rem;
  color: #6c757d;
  text-indent: 0.625rem;
  background: #f8f9fa;
}
.product-customization .custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.product-customization small {
  color: #6c757d;
}

.attribute-radio__label {
  position: relative;
  margin: 0;
}
.attribute-radio__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.attribute-radio__input:checked ~ .attribute-radio__text {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.attribute-radio__text {
  display: block;
  min-width: 2.1875rem;
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
}

.text-align-center {
  text-align: center !important;
}

.text-align-right {
  text-align: right !important;
}

.d-flex {
  display: grid;
}

.d-grid {
  display: grid;
}

.grid-col-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-row-1 {
  grid-template-rows: repeat(1, 1fr);
}

.grid-row-2 {
  grid-template-rows: repeat(2, 1fr);
}

.grid-row-3 {
  grid-template-rows: repeat(3, 1fr);
}

@media (max-width: 767.98px) {
  .grid-sm-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fw-1 {
  font-weight: 100 !important;
}

.fw-2 {
  font-weight: 200 !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

@media screen and (min-height: 800px) {
  #product .product-images-container {
    position: sticky;
    top: 105px;
  }
}
#add-to-cart-or-refresh .product-quantity > * {
  padding: 0px;
}
#add-to-cart-or-refresh .bootstrap-touchspin {
  border-radius: 0px;
}

#product {
  /*.product-container-right-col {
    .product-right-col-inner {
      position: sticky;
      top: 150px;
      bottom: 0px;
    }
  }*/
}
#product #header {
  margin-bottom: 0px;
}
#product .header-top__content.pt-md-3 {
  padding-top: 0px !important;
}
#product .logo-text {
  font-size: 2.5rem;
}
#product .header-top__block--menu.mt-1 {
  margin-top: 0px !important;
}
@media (min-width: 768px) {
  #product .breadcrumb {
    justify-content: center;
  }
}
#product .product-flags-alt {
  margin: 20px 0px 0px 0px;
}
#product .product-flags-alt .product-flags__flag {
  margin-bottom: 0px;
}
#product [data-target="#email-alert-modal"] {
  padding-bottom: 4px;
  padding-top: 4px;
  font-weight: 300;
}

.reassurance-product > div {
  gap: 5px;
}
.reassurance-product > div .reassurance-product-item {
  flex-direction: column;
  width: 33.3333%;
  text-align: center;
  padding: 15px;
  display: flex;
  justify-content: center;
  border: 1px solid #ccc;
}
.reassurance-product > div .reassurance-product-item .icon-wrapper {
  text-align: center;
}
.reassurance-product > div .reassurance-product-item .icon-wrapper i {
  display: block;
}
.reassurance-product > div .reassurance-product-item .reassurance-product-item-text {
  margin-bottom: 0px;
  font-weight: 100;
}
.reassurance-product > div .reassurance-product-item .reassurance-product-item-text b {
  font-weight: 300;
}

.product-add-to-cart .product-quantity {
  margin-left: unset;
  margin-right: unset;
}

.product-row-header {
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.product-row-header .breadcrumb {
  border-bottom: 1px solid #cecece;
}

.container {
  max-width: 1140px;
}

#main nav {
  font-size: 0.8rem;
}

#product {
  /* === Le slider de la fiche produit === */
  /*.product-container-left-col {
    order: 2;
  }
  .product-container-left-col {
    order: 1;
  }*/
}
#product .product-title {
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  text-align: left;
}
#product .product-title .cute-name {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0px;
}
#product .product-title .classic-name {
  font-size: 0.5em;
  font-weight: 100;
}
#product .js-product-main-images {
  text-align: center;
}
#product .js-product-main-images .swiper-button-custom {
  transform: translateY(-50%);
  font-weight: 500;
  color: #fff;
  background-color: #000;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: absolute;
}
#product .js-product-main-images .swiper-button-custom.swiper-button-disabled {
  border-color: #a5a5a5;
  background-color: #fff;
  color: #000;
}
#product .js-product-main-images .swiper-button-custom.swiper-button-prev {
  left: 0px;
}
#product .js-product-main-images .swiper-button-custom.swiper-button-next {
  right: 0px;
}
#product .product-subtitle {
  display: flex;
  flex-direction: column;
  font-family: "Kuplay", serif !important;
  font-weight: 500;
}
#product .product-subtitle .ps-cutename {
  font-size: 0.7em;
  font-family: "Outfit", sans-serif !important;
  font-weight: 300;
}
#product .product-description {
  font-weight: 300;
}
#product .fiche-produit-btns-wishlist {
  margin-bottom: 5px;
}
#product .fiche-produit-btns-wishlist .product-page__action-btn {
  padding: 4px 8px !important;
  border: 1px solid #000 !important;
  transition: opacity 0.15s ease-in-out;
}
#product .fiche-produit-btns-wishlist .product-page__action-btn[data-active=true] {
  color: #000;
}
#product .fiche-produit-btns-wishlist .product-page__action-btn:hover, #product .fiche-produit-btns-wishlist .product-page__action-btn:active {
  opacity: 0.7;
}
#product .fiche-produit-btns-wishlist:last-child {
  margin-bottom: 20px;
}
#product #email-alert-modal .modal-header {
  border-bottom: 0px;
}
#product #email-alert-modal .modal-footer {
  border-top: 0px;
}
#product .under-image-block {
  margin: 0 auto;
}

/** ========================================================= **/
/** ========================================================= **/
/** ========================================================= **/
/** ========================================================= **/
/** ========================================================= **/
/** ========================================================= **/
/*
.product-container-left-col {
  display: flex;

  .product-images-container {

  }
  .under-image-block {
    .product-thumbs__list {
      flex-direction: column;
    }
    .wb-swiper-images-col {
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .swiper-button-prev, .swiper-button-next {
      position: unset;
    }
    .product-thumbs__elem {
      max-height: fit-content;
      width: unset;
      max-width: unset;
    }
  }
}*/
#ps_checkout-payment-method-logo-block-title {
  display: none;
}

#ps_checkout-payment-method-logo-block-container {
  display: flex;
  justify-content: center;
}
