.theme-product-image-area {
    transition: transform 0.6s ease
}

.theme-product-image-area:hover {
    transform: scale(1.1)
}

.theme-product-list-style-10 .theme-product-image-area img {
    object-fit: fill;
}
[data-zs-input-container]:has([data-zs-checkout-attachment-custom-field-container]){
    display : none;
}