.theme-cart-show{
	visibility: visible;
}

.theme-cart-hide{
	visibility: hidden;
}

.zpbutton, button, input[type=submit], input[type=reset], input[type=button] {
    transition: .3s linear;
}

button[data-zs-checkout] {
    display: none !important;
}

.banner {
	height: clamp(200px, 25vw + 1rem, 300px)
}

.theme-prod-box-content.theme-prod-price {
    display: none;
}
.theme-price-label {
    display: none !important;
}
.theme-product-lable-price {
    display: none !important;
}
.item-price {
    display: none;
}
.theme-cart-table-data.theme-cart-price-label {
    display: none !important;
}