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

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

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

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

.product-miniature .product-thumbnail.--lazyload {
  position       : relative;
  width          : 65%;
  padding-bottom : 65%;
  height         : 0;
  margin: 25px auto 0;
}

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

/********************
	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;
  width          : 100%;
  display        : flex;
  flex-direction : column;
  padding        : 0 0;
  flex-grow: 1;
}

/********************
	Part - Product Title
********************/
.product-miniature .product-title {
  text-align     : left;
  text-transform : uppercase;
  font-family: var(--typo-secondary);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding        : 25px 0 2px 0;
  margin         : 0;
}

.product-miniature .product-title a {
  color: var(--color-primary);
  font-size: 22px;
  text-decoration : none;
  text-align      : left;
  padding         : 0;
}

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

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

  color       : var(--color-grey-font-default);
  font-weight : 700;
  text-align  : left;
  padding     : 15px 0 20px;
}

.product-miniature .regular-price {
  text-decoration : line-through;
  opacity: 0.5;
  color: #292929;
  margin-left: 10px;
}

.product-miniature .product-price-and-shipping .divided-format__price {
  position        : relative;
  color           : var(--price-color);
  font-size       : 22px;
  font-weight     : 800;
  line-height: normal;
}

.product-miniature .product-price-and-shipping .price-from-label{
  opacity: 0.5;
  color: #292929;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

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

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

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

.product-miniature .add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 0.787em 0.93em;
}

.product-miniature .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 {
  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);
}

/*********************************************************
/ 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 img
{
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
}

.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-miniature__summary{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 156.25% */
  color: #292929;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.8em;
}

.customize-product{
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: initial;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  height: 40px;
}

.customize-product svg{
  margin-right: 5px;
}

@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) {

  .product-miniature .add-to-cart {
    padding: 9px 20px;
  }

}

.product-top__container{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 18px 8px;
  background: #F5F5F5;
}

.product-miniature .product-bubbles{
  /*justify-content: space-between;*/
}

.product-miniature .icon-forklift{
  width: 21px;
  height: 19px;
}

@media (max-width: 767px){
  .product-miniature .product-top__container{
    padding: 15px 4px;
  }
  .product-miniature .bubble-round{
    width: 60px;
    height: 60px;
  }
  .product-miniature .bubble-round .bubble-type{
    font-size: 10px;
  }
  .product-miniature .bubble-hexagonal {
    width: 64px;
    height: 73px;
    font-size: 9px;
  }
  .product-miniature .bubble-hexagonal [class*=icon-measure]{
    width  : 30px;
    height : 30px;
  }
  .product-miniature .bubble-hexagonal .icon-max-weight {
    width  : 20px;
    height : 30px;
  }
  .product-miniature .product-title a{
    font-size: 20px;
  }
  .product-miniature__summary{
    font-size: 14px;
  }
}

@media (max-width: 390px){
  .product-miniature .bubble-round{
    width: 53px;
    height: 54px;
  }
  .product-miniature .bubble-hexagonal {
    width: 60px;
    height: 70px;
    font-size: 9px;
  }
  .product-miniature .bubble-hexagonal [class*=icon-measure] {
    width  : 20px;
    height : 20px;
  }
  .product-miniature .bubble-hexagonal .icon-max-weight {
    width: 17px;
    height: 20px;
  }
  .product-miniature .bubble-round .icon-box {
    width: 20px;
    height: 17px;
  }
  .product-miniature .product-bubbles>*:not(:last-child) {
    margin-right: 1px;
  }
}

@media (max-width: 350px){
  .product-miniature .bubble-round{
    width: 53px;
    height: 54px;
  }
  .product-miniature .bubble-hexagonal {
    width: 55px;
    height: 63px;
    font-size: 9px;
  }
  .product-miniature .product-bubbles>*:not(:last-child) {
    margin-right: 1px;
  }
}
