Free Shipping Above ₹500!
0
Your Cart

botiga

#tea-top-bar {
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
#tea-top-bar {
font-size: 14px;
padding: 10px 0;
}
}
/* Make all product images square */
.woocommerce ul.products li.product img {
width: 100%;
aspect-ratio: 1/1; /* Forces square ratio */
object-fit: cover; /* Crop image to fill */
}

/* Optional: Maintain same height for product boxes */
.woocommerce ul.products li.product {
display: flex;
flex-direction: column;
justify-content: flex-start;
}