.productsThumb {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.productsPerlesRondesThumb {
    width: 200px;
    height: 160px;
    object-fit: contain;
}

.productsBraceletsThumb {
    width: 190px;
    height: 160px;
    object-fit: contain;
}

.product-image-wrapper img.product-main-image {
    width: min(85%, 380px) !important;
    height: 380px !important;
    max-width: 85% !important;
    max-height: 380px !important;
    object-fit: contain !important;
}

.product-image-wrapper.portrait img.product-main-image {
    width: min(100%, 420px) !important;
    height: 520px !important;
    max-width: 100% !important;
    max-height: 520px !important;
}

.product-image-wrapper.landscape img.product-main-image {
    width: 95% !important;
    height: 340px !important;
    max-width: 95% !important;
    max-height: 340px !important;
}

@media only screen and (max-width: 800px) {
    .product-image-wrapper img.product-main-image,
    .product-image-wrapper.portrait img.product-main-image,
    .product-image-wrapper.landscape img.product-main-image {
        width: 100% !important;
        height: 300px !important;
        max-width: 100% !important;
        max-height: 300px !important;
    }
}
