.product-miniature {
  position : relative;
  margin   : 0;
  max-width: 400px;
}

/********************
	Part - Product Image
********************/
.product-miniature .thumbnail-container {
  height         : 100%;
  background     : white;
  display        : flex;
  flex-direction : column;
}

.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 : cover;
}

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

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

/********************
	Part - Product flags
********************/
.product-miniature .product-flags {
  display    : flex;
  flex-wrap  : wrap;
  gap        : 10px;
}
/********************
	Part - Product description section
********************/

.product-miniature .product-description {
  flex: 0 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 {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.26px;
  text-transform: initial;
  margin: 5px 0;
}

.product-miniature .product-title a {
  color           : #1F1F1F;
  font-weight     : 400;
}

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

.product-miniature .product-price-and-shipping {
  margin-top  : auto;

  color       : var(--color-grey-font-default);
  font-weight : 700;
}

.product-miniature .regular-price {
  color: #1F1F1F;
  text-align: center;
  font-size: 15.506px;
  font-style: normal;
  font-weight: 500;
  line-height: 6.203px; /* 40% */
  letter-spacing: -1.396px;
  text-decoration-line: line-through;
  margin-bottom: 10px;
  display: block;
}

.product-price-and-shipping .divided-format__price {
  position        : relative;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px; /* 40% */
  letter-spacing: -2.25px;
  color: var(--color-primary);
}

.product-price-and-shipping .divided-format__price.has_discount {
  color: #A3B79D;
}

 .variants-days {
  color: var(--color-primary);
  text-align: center;
  font-size: 10.688px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 93.567% */
  letter-spacing: -0.962px;
}

.variants-days.has_discount {
  color: #A3B79D;
}

.product-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/********************
	Part - Product Discount
********************/

.product-miniature .discount-amount,
.product-miniature .discount-percentage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 7px;
  z-index: 10;
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.66px;
  text-transform: uppercase;
  background: #A3B79D;
  max-width: 120px;
}

/********************
	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;
}

.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;
}

.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 : left;
}

.product-manufacturer a {
  color:  #004B49;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

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

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


/*********************************************************
/ Slider img in cover
/*********************************************************/

.miniature-images {
  position: relative;
}

.swiper-miniature-images-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-miniature-images-prev {
  left: 0;
}

.swiper-miniature-images-next {
  right: 0;
}

.product-miniature .thumbnail-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.miniature-images__container {
  display: flex;
  align-items: center;
}

.product-miniature .product-thumbnail a {
  width      : 100%;
  display    : block;
}
.product-miniature .product-thumbnail.--lazyload img
{
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-miniature-images-btn.show-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.swiper-miniature-images-btn {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  display: none;
}

.miniature-images__container:hover > .swiper-miniature-images-btn {
  transform  : translate3d(0, 0, 0);
  visibility : visible;
  opacity    : 1;
}

.swiper-miniature-images-btn:hover {
  background : #d3d3d3;
}

.product-feature-display {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.26px;
}

.product-miniature-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(25px);
  transition: 0.3s ease;
}

.product-miniature-wishlist:hover {
  background: #f3f4f6;
}

.product-miniature-wishlist__btn {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(1px);
  height: 100%;
}

.product-miniature-wishlist__btn svg {
  height: 100%;
}
@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;
  }

}

@media (max-width: 768px) {
  .product-miniature .product-thumbnail.--lazyload {
    height: 420px;
  }

  #products .product-miniature .product-thumbnail.--lazyload {
    height: 255px;
  }

  #products .product-detail {
    flex-direction: column;
    align-items: initial;
  }

  #products .product-miniature .regular-price {
    text-align: left;
  }
  #products  .product-price {
    margin-top: 10px;
  }
}

.product-flag.rental {
  display: none;
}
