.product-images-wrapper {
    display: flex;
    flex-direction: row-reverse;
}
.product-main-images {
    width: calc(100% - 27%) !important;
}
.product-sub-images {
    width: 27%;
}
.product-image-container {
    width: 100%;
    object-fit: cover;
}
.product-main-images .product-image-container {
    height: 100%;
}
.product-image-container img {
    display: block;
    width: 100%;
    height: 100%;
}
.product-sub-images .product-image-container {
    padding-bottom: 10px;
    padding-right: 10px;
}
.product-sub-images .product-image-container:last-child {
    padding-bottom: 0;
}
