/* Add custom CSS styles below */ 
.category-card-hover.relative.overflow-hidden.cursor-pointer.bg-\[\#3F3F3F\] {
    background: rgba(255,255,255,0.1)!important;
}
.s-product-card-vertical .s-product-card-image img {
    -o-object-fit: fill !important;
    object-fit: fill  !important;
}
img.s-product-card-image-contain.lazy.loaded {
    object-fit: cover !important;
}
section.DG-categories, section.DG_side_banner.relative.DG_side_banner-1, .category-card-hover.relative.overflow-hidden.cursor-pointer.bg-\[\#3F3F3F\] {
    background: none !important;
}
.s-product-card-vertical .s-product-card-image {
    aspect-ratio: 1 / 1.3  !important;
}