.woocommerce-page .product .thepack-product-images .images {
    width: 100%
}

.woocommerce .product .has-zoom .images .woocommerce-product-gallery__trigger::after,
.woocommerce .product .has-zoom .images .woocommerce-product-gallery__trigger::before {
    display: none;
}

.woocommerce .product .has-zoom .images .woocommerce-product-gallery__trigger {
    text-indent: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thepack-product-images {
    position: relative;
}
.thepack-product-images.hide-thumb-controls .thumb-arrow{
    display: none;
}
.woocommerce .product .thepack-product-images .images{
    margin-bottom: 0; 
}
.thepack-product-images .tp-onsale{
    position: absolute;
    z-index: 9;
}

.thepack-product-images .swiper-slide a::before {
    font-family: "bootstrap-icons";
    content: "\f3df";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
