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

/*body:not(#index) .product-miniature {*/
.product-miniature {
    border: 1px solid rgba(38,38,38,0.22);
    border-radius: 5px;
}

.featured-products .product-miniature {
    background: #fff;
}

.slick-slide .product-miniature {
    padding : 0 .625rem;
}

/********************
	Part - Product Image
********************/

.product-miniature .thumbnail-container {
    height: 100%;
    background: white;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

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

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

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

.product-miniature .product-thumbnail.--lazyload img {
    position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
    height   : 100%;
    border-radius: 10px;
}

/********************
	Part - Product flags
********************/

.product-miniature .product-flags {
    position : absolute;
    z-index: 2;
    top      : 0;
    left     : 0;
}

.product-miniature .product-flags .product-flag {
    font-size: 13px;
}

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

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

body:not(#index) .product-miniature .product-description {
    padding: 0.5em;
}

/********************
	Part - Product Title
********************/
.product-miniature .product-title {
    text-align     : center;
    text-transform : capitalize;
    /*padding        : 1rem 0;*/
    margin         : 0;
}

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

/************************************************
	Part - Product Price & Add to cart
************************************************/

.price-actions-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.price-actions-container .btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-primary) !important;
    color:  #fff !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
}

.price-actions-container .btn-primary:hover {
    background: transparent !important;
    color: var(--color-primary) !important;
}

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

.product-miniature .product-price-and-shipping {
    font-weight : 700;
    padding     : .5rem 0;
    text-align  : center;
    color       : #000;
}

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

.product-price-and-shipping .divided-format__price {
    position        : relative;
    color           : var(--price-color);
    font-size       : var(--font-size-900);
    font-weight     : 600;
    justify-content : center;
    margin-top      : 0.25em;
}

.product-price-mention .price {
    font-size: 17px;
}

.product-price-and-shipping .product-price-mention .price-mention {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.65);
}

/********************
	Part - Product Discount
********************/
.product-miniature .discount-amount,
.product-miniature .discount-percentage {
    background : var(--color-primary);
    color      : var(--color-white-default);
    padding    : 3px 7px;
}

/********************
	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;
    font-size      : 1em;
    border-radius: 5px;
    text-transform : none;
    line-height    : 1.286em;
    text-align     : center;
    width          : 100%;
    padding        : 0.64em 0.93em;
}

.add-to-cart span {
    margin-left: 0.5em;
}

.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;
    text-align : center;
    font-size  : var(--font-size-200);
    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
/*********************************************************/
@media (any-hover : none) {
    .product-miniature__img-secondary {
        display : none !important;
    }
}

@supports (hover: none) {
    .product-miniature__img-secondary {
        display: none;
    }
}

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

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