/* Custom CSS for Green Drops E-Commerce */

/* Add your custom styles here */

/* This file is intentionally minimal to prevent 404 errors */
/* Add custom styling as needed for your frontend theme */

/* Fix for related products carousel overflow */
/* Fix for related products carousel overflow */
.products-slider .pc-banner-wrap2 {
    min-height: 0 !important;
    aspect-ratio: auto !important;
    height: auto !important;
    overflow: hidden !important;
}
