.header-main{background: #fff !important;}

.desktop-store-logo img {
    height: 4vw !important;
    object-fit: contain;
    width: auto;
}

.header-top{align-items: center;}

.sh-category-card:nth-child(3n-2)>a>div
Specificity: (0,2,2)
 {
    background-color: none !important;
}

.sh-category-card>a>div {
    padding: 0px !important;
    border: 0px solid #fff !important;
    border-radius: 0px !important;
}

/* Product Card */
.product-card-name {
    font-weight: 600 !important;
}

/* Swiper Slider */
.genric-coll-swiper-slide {
    width: 10vw !important;
    margin: 2vw 0.25vw;
}

@media (max-width: 1023px) {
    .header-main {
        gap: 10px;
        padding: 10px 12px;
        background: #fff !important;
        margin-bottom: 5vw;
    }

    .store-logo img {
        height: auto !important;
        width: 35vw !important;
    }

    .genric-coll-swiper-slide {
        width: 40vw !important;
        margin: 5vw 1vw;
    }
}