.sh-header-menu {
    height: 50px;
    background-color: #141741;
    color:0c4b5c;
}

.sh-header-main {
    background-color:#141741 !important;
    color:#141741;
    box-shadow: rgb(238 238 238) 0px 1px 0px;
}

.sh-header-location-icon {
    fill: #E2DED0 !important;
}

.sh-header-account-icon {
    stroke: #E2DED0 !important;
}

.sh-header-cart-icon {
    stroke: #E2DED0 !important;
    fill: none !important
}

.sh-header-arrow-icon {
    fill: #E2DED0 !important;
}

.sh-header-search-icon {
    stroke: #E2DED0 !important;
}

.sh-header-cart-badge {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
}

.sh-footer-main {
    background-color: #141741 !important;
    color: #ffffff !important;
    /* fill: white; */
}



.sh-footer-icon {
    color: white !important;
}

.sh-categories-container {
    color:#fff !important;
    background-color: #141741 !important;
}
.sh-categories-container>a>div>p {
    color:#fff !important;
}
.sh-category-card>a>p
{
color:#fff;
}
.sh-categories-container>div>h2 {
    display: none;
}

.sh-categories-container>div {
    margin-bottom: 0px;
}

.sh-product-card {
    border: 0.0425rem solid #ECECEC;
    box-shadow: 0 0.15rem 0.15rem 0 #ececec;
}

.sh-row-title-divider {
    display: none !important
}

@media (max-width: 1060px) {
    .sh-mini-banner-collection-card {
        padding: 6px 4px;
    }
}
.sh-mini-banner-collection-card>a>div>div>div>p {
    display: none;
}

.sh-mini-banner-collection-card>a>div>div>div>svg {
    display: none;
}

.sh-banner-collection-card>a>div>div>p {
    display: none;
}

.sh-banner-collection-card>a>div>div>p>svg {
    display: none;
}

.sh-product-card-discount-tag {
    background-color:#68C73F;
    color: #FFFFFF;
    font-weight: 900;
    border-radius: 20px 0px 20px 0px;
    right: auto;
    top: 0px;
    left: 0px;
}
.sh-product-discount-tag {
    background-color:#68C73F;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 4px;
}

.sh-product-buy-now-button {
    background-color:#fb641b;
    border: none;
    color:white;
}

.sh-product-plus-minus-button {
    background-color:#141741d9;
    border:#E2DED0;
    border-radius:2px;
    color: white;
    fill: #141741;	
}
.sh-product-plus-minus-button:hover {
    background-color:#141741;
}
.sh-product-plus-minus-button-div {
    color: white;
}
.sh-generic-collection-card>div>div>div>div>img {
    object-fit: contain;
}

.sh-generic-collection-card>div>div>div>div>h5 {
    display: none;
}

.sh-generic-collection-card>div>div>div>div>p {
    display: none;
}

.sh-bottom-nav-main {
    background-color:#141741
}

.sh-bottom-nav-selected {
    stroke: #FFFFFF !important;
    color: #FFFFFF !important;
    fill: none !important;
}

.sh-bottom-nav-unselected {
    stroke: #FFFFFF !important;
    color: #FFFFFF!important;
}

.sh-bottom-nav-cart-badge {
    background-color: #FFFFFF !important;
    color:#141741 !important;
}
.sh-prod-grid-collection-card > div > header {justify-content: flex-start;}

.sh-category-card > a > div > p {color: white;}

#container-page-home {
    background-color: #141741;
    max-width: none;
}

.sh-header-mob-menu-icon {
color:#fff !important;
}
.row-heading {
color:#fff;
}

.sh-prod-grid-collection-card>div>div:last child >a {
color:#fff;
border:#fff;
}


.cat-card {
    text-align: center;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    background-color: #141741;
}


.cat-card-title {
    display: flex;
    justify-content: center;
    font-weight: 400;
    color: #ffffff;
    z-index: 2;
    text-align: center;
    align-items: center;
    pointer-events: none;
    margin-bottom: 4px;
}

.prod-collection-container .view-all a {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 4px 12px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    text-decoration: none;
}

.app-bar .logo {
    width: unset;
    height: 44px;
    -o-object-fit: cover;
    object-fit: cover;
}

