/* Custom Styles for Product */
.product-grid-item {
    transition: all 0.3s ease;
    background: #fff;
}

/* Optional generic adjustments */
.wd-carousel-container .owl-stage-outer {
    /* Create space for shadows without cutting off */
    padding-top: 15px;
    padding-bottom: 25px;
    margin-top: -15px;
    margin-bottom: -25px;
}

.product-grid-item .product-element-top {
    /* If border radius is enabled via admin, this ensures the image doesn't overflow */
    border-radius: inherit;
    overflow: hidden;
}

/* Add custom animations or layout fixes as needed */
