.section__content__part .swiper-slide {
  box-shadow    : 0 7px 20px 0 rgba(0, 0, 0, 0.10);
  margin        : 20px 0;
  border-radius : 10px;
}

.product-miniature {
  position : relative;
  margin   : 0;
}

/********************
	Part - Product Image
********************/
.product-miniature .thumbnail-container {
  height         : 100%;
  background     : white;
  display        : flex;
  flex-direction : column;
  padding        : 25px 20px;
  border-radius  : 10px;
}

.product-miniature .thumbnail-container .product-thumbnail {
  position : relative;
  flex     : 0 0 auto;
  margin   : 0;
}

.product-miniature img {
  display        : block;
  width          : 100%;
  height         : 100%;
  max-width      : 100%;
  object-fit     : contain;
  mix-blend-mode : darken;
}

.product-miniature .product-thumbnail.--lazyload {
  position       : relative;
  width          : 100%;
  padding-bottom : 100%;
  height         : 0;
}

.product-miniature .product-thumbnail.--lazyload picture {
  position : absolute;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 100%;
}

/********************
	Part - Product flags
********************/
.product-miniature .product-flags {
  position : absolute;
  top      : 0;
  right    : 0;
}

/********************
	Part - Product description section
********************/

.product-miniature .product-description {
  flex           : 1 0 auto;
  position       : relative;
  background     : var(--color-white-default);
  width          : 100%;
  display        : flex;
  flex-direction : column;
  padding        : .3rem 0;
}

/********************
	Part - Product Title
********************/
.product-miniature .product-title {
  font-size          : 18px;
  font-style         : normal;
  font-weight        : 600;
  line-height        : normal;
  letter-spacing     : 0.36px;
  text-transform     : initial;
  display            : -webkit-box;
  -webkit-line-clamp : 2;
  -webkit-box-orient : vertical;
  overflow           : hidden;
  text-overflow      : ellipsis;
}

/********************
	Part - Product Price
********************/

.product-miniature .product-price-and-shipping {
  border-radius   : 10px;
  background      : var(--color-grey-default);
  min-height      : 60px;
  display         : flex;
  align-items     : center;
  padding         : 0 20px;
  gap             : 20px;
  justify-content : space-between;
}

.product-price_detail {
  padding : 12px 0;
}

.product-price_detail-attribute {
  font-size   : 14px;
  font-style  : normal;
  font-weight : 500;
  line-height : normal;
}

.min-product-features_container {
  padding : 20px 0 10px;
}

.min-product-features {
  line-height        : 20px;
  letter-spacing     : 0.28px;
  font-size          : 14px;
  font-style         : normal;
  display            : -webkit-box;
  -webkit-line-clamp : 1;
  -webkit-box-orient : vertical;
  overflow           : hidden;
  text-overflow      : ellipsis;
}

.product__main-infos .min-product-features {
  -webkit-line-clamp : 2;
}

.product-miniature .add-to-cart-btn__wrapper {
  display         : flex;
  align-items     : center;
  justify-content : center;
  gap             : 10px;
}

.quantity_wanted {
  border-radius : 50px;
  border        : 1px solid #6C7FA3;
  text-align    : center;
  min-height    : 45px;
  min-width     : 75px;
  background    : var(--color-white-default);
}

.min-product-features .feature-name {
  font-weight    : 400;
  text-transform : capitalize;
}

.min-product-features .feature-value {
  font-weight : 700;
  color       : var(--color-primary);
}

.product-miniature .regular-price {
  font-size       : var(--font-size-400);
  color           : var(--color-primary);
  font-weight     : 600;
  text-decoration : line-through;
  opacity         : 0.65;
}

.product-price-and-shipping .divided-format__price {
  position    : relative;
  color       : var(--color-secondary);
  text-align  : center;
  font-size   : 37.5px;
  font-style  : normal;
  font-weight : 700;
}

/********************
	Part - Product Discount
********************/

.product-miniature .discount-amount,
.product-miniature .discount-percentage {
  left            : 0;
  top             : 0;
  border-radius   : 10px 0 10px 0;
  background      : var(--color-primary);
  position        : absolute;
  display         : flex;
  justify-content : center;
  align-items     : center;
  font-weight     : 600;
  font-size       : calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  color           : var(--color-white-default);
  min-width       : 2.5rem;
  max-width       : 4.5rem;
  height          : 2.5em;
  padding         : 3px 7px;
  z-index         : 1;
}

/********************
	Part - Product Highlight
********************/
.highlighted-informations {
  position    : absolute;
  bottom      : 1.25rem;
  padding-top : .625rem;
  z-index     : 0;
  height      : 3.125rem;
  box-shadow  : 0 -5px 10px -5px rgba(0, 0, 0, .2);
  transition  : bottom .3s;

  width       : 100%;
  background  : #f7f7f7;
  text-align  : center;
}

.highlighted-informations .quick-view {
  color     : var(--color-grey-font-default);
  font-size : 1rem
}

.highlighted-informations .quick-view:hover {
  color : #2fb5d2
}

.variant-links {
  position    : relative;
  text-align  : center;
  width       : 100%;
  top         : -.25em;
  padding-top : .1875rem;
  min-height  : 2.5rem;
  background  : #fff
}

/********************
	Part - Product Add to cart
********************/
.add-to-cart__wrapper form {
  font-size : var(--font-size-200);
  margin    : 0.57em auto;
  width     : 100%;
}

.add-to-cart-btn__wrapper {
  width : 100%;
}

.add-to-cart {
  display         : flex;
  justify-content : center;
  align-items     : center;
  font-size       : 1em;
  font-weight     : 500;
  text-transform  : none;
  line-height     : 1.622em;
  text-align      : center;
  width           : 100%;
  height          : 100%;
  padding         : 0.787em 0.93em;
  transition      : all .4s ease-in-out;
}

.add-to-cart-text {
  margin-left : 0.45em;
}

.add-to-cart__wrapper .bwa__loader {
  font-size : calc(1.286em + 0.64em + 0.64em);
}

/********************
	Part - Product Variantes link
********************/

.see-combinations__wrapper {
  margin : 0.5em auto;
}

.see-combinations {
  display        : block;
  font-size      : var(--font-size-200);
  font-weight    : 500;
  text-transform : none;
  text-align     : center;
  padding        : 0.52em 0.93em;
}

.see-combinations:focus {
  text-decoration : none;
}

/********************
	Part - Product Manufacturer
********************/
.product-manufacturer {
  text-align : center;
}

.product-manufacturer a {
  font-size       : var(--font-size-75);
  min-height      : 1.27em;
  color           : var(--color-grey-font-default);
  text-transform  : uppercase;
  text-decoration : none;
  transition      : all .3s;
  padding         : 3px 7px;
}

.product-manufacturer a:hover {
  color : var(--link-color-on-hover);
}

/********************
	Part - Product Loyalty Rules
********************/

.product-miniature .add-to-cart__wrapper {
  margin-top : auto;
}

.product-promotion {
  margin-top    : 10px;
  border-radius : 10px;
  border        : 1px solid #DFE4ED;
  background    : var(--color-grey-default);
  display       : flex;
}

.product-promotion_svg {
  border-right    : 1px dashed #CCD3DE;
  padding         : 20px 15px;
  display         : flex;
  align-items     : center;
  justify-content : center;
}

.promotion-details {
  display         : flex;
  flex-direction  : column;
  justify-content : center;
  padding         : 10px;
}

.promotion-details_title {
  color          : var(--color-primary);
  font-size      : 13px;
  font-style     : normal;
  font-weight    : 800;
  line-height    : 17px;
  text-transform : uppercase;
}

.promotion-details_content {
  font-size      : 13px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : 17px;
  letter-spacing : 0.26px;
}

.product-miniature .product-manufacturer {
  display : none;
}

.product-miniature .add-to-cart__wrapper .add-to-cart-link_container {
  display : none;
}

.product-miniature .js-cart-line-product-quantity {
  border-radius : 10px 0 0 10px !important;
}

.product-miniature .bootstrap-touchspin-up {
  border-radius : 0 10px 0 0 !important;
}

.product-miniature .bootstrap-touchspin-down {
  border-radius : 0 0 10px 0 !important;
}

.product-miniature .bootstrap-touchspin input.form-control {
  height : 42px;
  width  : 2.5rem;
}

.product-miniature .bootstrap-touchspin .input-group-btn-vertical > .btn {
  height  : 22px !important;
  padding : 7px 10px;
}

.product-miniature .material-icons.touchspin-up, .product-miniature .material-icons.touchspin-down, .product-miniature .material-icons.touchspin-down::after, .product-miniature .material-icons.touchspin-down::after {
  pointer-events : none;
}


/*********************************************************
/ Second img on hover
/*********************************************************/

@media (hover : none) {
  .product-miniature__img-secondary {
    display : none !important;
  }
}

@media (any-hover : hover) {
  .product-miniature .product-miniature__img-secondary {
    background : white;
    visibility : hidden;
    opacity    : 0;
    transition : all .3s;
    position   : absolute;
    top        : 0;
    width      : 100%;
  }

  .product-miniature:hover .product-miniature__img-secondary {
    visibility : visible;
    opacity    : 1;
  }
}

@media (min-width : 568px) {

  .add-to-cart {
    padding : 0.44em 0.93em;
  }

}
