.product-miniature {
  position      : relative;
  margin        : 0;
  /*border   : 1px solid #eee;*/
  padding       : 10px;
  border-radius : 20px;
  background    : #ffffff;
  overflow      : hidden;
}

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

.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;
  left     : 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 {
  text-align     : center;
  text-transform : initial;
  padding        : 0.5rem 0;
  margin         : 0;
  font-size      : 14px;
  font-weight    : 700;
  color          : #1c1e2a;
}

.product-miniature .product-title a {
  color           : var(--color-black-default);
  font-size       : var(--font-size-200);
  text-decoration : none;
  text-align      : center;
  font-weight     : 400;
  padding         : 3px 7px;
}

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

.product-miniature .product-price-and-shipping {
  margin-top      : auto;
  color           : #ED0500;
  font-weight     : 700;
  text-align      : center;
  padding         : .5rem 0;
  display         : flex;
  align-items     : center;
  justify-content : center;
  flex-direction  : column;
}

.product-miniature .regular-price {
  font-size       : var(--font-size-200);
  color           : var(--color-grey-font-default);
  text-decoration : line-through;
  opacity         : 0.65;
}

.product-price-and-shipping .divided-format__price {
  position        : relative;

  color           : var(--price-color);
  font-weight     : 600;

  justify-content : center;
  margin-top      : 0.25em;
  display         : flex;
  font-size       : 14px !important;
}

.product-price-and-shipping .divided-format__price .right {
  display : flex;
}

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

.product-miniature .discount-amount,
.product-miniature .discount-percentage {
  position        : absolute;
  left            : 15px;
  top             : 10px;
  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           : 3em;
  height          : 3em;
  padding         : 3px 7px;
}

/********************
	Part - Product Highlight
********************/
.highlighted-informations {
  bottom     : 1.25rem;
  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 : #000000;
}

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

.highlighted-informations {
  display         : flex;
  justify-content : space-between;
}

.highlighted-informations .btn-details {
  background      : var(--color-blue-default);
  color           : var(--color-white-default);
  text-transform  : uppercase;
  font-weight     : 500;
  display         : flex;
  align-items     : center;
  justify-content : center;
  font-size       : 14px;
  width           : 50%;
}

.highlighted-informations .quick-view {
  background      : #ED0500;
  color           : var(--color-white-default);
  text-transform  : uppercase;
  font-weight     : 700;
  display         : flex;
  align-items     : center;
  justify-content : center;
  font-size       : 14px;
  width           : 50%;
}

.add-to-cart-btn__wrapper {
  /*display               : grid;*/
  /*grid-template-columns : 1fr 1fr;*/
  /*grid-gap              : 5px;*/
  padding    : 0 15px;
  margin-top : 10px;
}

.add-to-cart-btn__wrapper .btn-details {
  display         : flex;
  align-items     : center;
  justify-content : center;
  background      : var(--color-blue-default);
  font-weight     : 700;
  font-size       : 14px;
  color           : #ffffff;
  border-radius   : 3px;
}

.add-to-cart {
  border-radius : 3px;
  font-weight   : 500;
  font-size     : 14px;
  color         : #ffffff;

}

.product-miniature .add-to-cart-or-refresh {
  display : block !important;
}

.product-miniature .product-quantity.--has-plusAndMinusButtons {
  width   : 50%;
  margin  : 0 auto;
  display : flex;
}

.product-miniature .product-quantity.--has-plusAndMinusButtons .qty input {
  width      : 50px;
  margin     : 0 5px;
  text-align : center;
}

.product-miniature .product-quantity.--has-plusAndMinusButtons .removeQty, .product-miniature .product-quantity.--has-plusAndMinusButtons .addQty {
  width : 30px;
}

/* Chrome, Safari, Edge, Opera */
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance : none;
  margin             : 0;
}

/* Firefox */
input.quantity-add-to-cart[type=number] {
  -moz-appearance : textfield;
}

.new-products .product-list {
  display               : grid;
  grid-template-columns : repeat(auto-fill, minmax(225px, 1fr));
  grid-gap              : 20px;
}

.new-products .product-list .product {
  max-width : 235px;
  margin    : 0 auto;
}

.product-add-to-cart.js-product-add-to-cart .add {
  width       : 100%;
  height      : 50px;
  grid-column : 2/4;
}

.product-miniature .block_quickview {
  margin-top : auto;
}

.pastille_free_shipping {
  position : absolute;
  top      : 5px;
  right    : 5px;
  height   : 55px;
  width    : 55px;
}

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

@media (max-width : 460px) {
  .product-miniature .add-to-cart-btn__wrapper .add-to-cart-text {
    display : none;
  }
}

article.product-miniature .netreviews_bg_stars div, article.product-miniature .netreviews_review_rate_and_stars div {
  left      : 50%;
  transform : translateX(-50%);
}

.pastille_stock {
  position      : absolute;
  top           : 20px;
  left          : 20px;
  background    : #32a852;
  color         : white;
  font-weight   : 700;
  height        : 15px;
  width         : 15px;
  border-radius : 50%;
}
