.app-bar {
    background-color: white;
}

.sh-header-account-icon {
    stroke: #000000 !important;
}
.sh-header-cart-icon {
    stroke: #000000 !important;
    fill: none !important
}
.sh-header-arrow-icon {
    fill: #000000 !important;
}
.sh-header-search-icon {
    stroke: #000000 !important;
}
.sh-header-cart-badge {
    background-color: #000;
    color: #FFFFFF;
}

.section-heading {
    font-weight: 800;
}

.cat-card {
    transition: transform 0.3s ease;
}

.cat-card:hover {
    transform: translateY(-8px);
}

.cat-card-img-container {
    border: 0px;
    box-shadow: 0px 0px 0px;
    border-radius: 0px;
}

.pr-long-card {
    border: 0px;
    border-radius: 0px;
}

.pr-long-card .pr-image {
    border: 0px;
}

.pr-outlined-button:hover {
    background-color: #2978D3;
    color: white;
}

.app-bar .notice {
    padding: 6px;
}

.section {
    margin: 0px 40px;
}

.section-0 {
    margin: 0px !important;
}

@media (max-width: 768px) {
    .section {
        margin: 0px 10px;
    }    
    .pr-outlined-button {
        padding: 2px 8px;
    }
    .cat-card {
        padding: 5px;
    }
    .cat-section .section-heading-container {
        margin: 30px 0px 0px;
    }
    .ProductCategoriesV2-component {
        padding: 0px 5px !important;
    }
}

.DesktopSearchBar_root__0nC51 {
    border-radius: 19px;
    border: 1px solid #b9b5b5;
    padding: 2px;
}

.sh-header-mob-menu-icon
{
    color: black !important;
}

.cat-card {
    padding: 0px 16px;
}

.cat-section .section-heading-container{
    margin: 36px 0px 18px;  
}

.BannerCollection-component { 
    padding: 10px 0px !important;
}