/* Add custom CSS styles below */ 
.index {
    background-color: #000000;
}
 .index .fixed-pinned .main-menu li.root-level > a {
  
    color: aliceblue;
}

 .index .fixed-pinned .mobile_social_hide svg {
    
    filter: brightness(0.0)invert(1);
}
 .index .fixed-pinned .sicon-user:before {
    content: "\f078";
    color: #fff;
}

 .fixed-pinned .center_ctr  .font-bold.hidden {
    margin-left: 0.5rem;
    color: #fff;
}

.fixed-pinned .navbar-brand img {
    max-width: 197px;
    filter: brightness(0.0)invert(1);
}


.fixed-pinned .header-menu ul li a span:hover {
    color: #fff;
}



.my-header {
    position: relative;
    inset: 0;
    width: 100%;
    height: fit-content;
    background: #fff;
}
.index {
    background-color: #000000;
}


.index  .navbar-brand img {
    max-width: 241px;

    height: 90px !important;
    max-height: 6rem !important;
}



/*****/
section:nth-child(1 of .landing-page-first-banner) .item-text h1 {
    text-align: start !important;
}
/******category*******************/  
.osh_card {
    position: unset;
    transform: unset !important;
}
.group.container {
    gap: .75rem;
    justify-content: space-around;
    flex-direction: row;
    margin: auto;
width: 40%;
}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}

/****************footer***/

 footer .w-\[104px\] .w-full.h-full ,.s-trust-badges-image  {
    filter: brightness(0.0)invert(1);
}

/**pordcuts ***/

.index .s-product-card-content-title > a {

    color: #ffffff !important;
}
.index .s-product-card-vertical .s-product-card-price, .s-product-card-vertical .s-product-card-sale-price > h4 {

    color: #ffffff !important;
  
}
/****/
@media(max-width:768px) {
.my-header {
    position: unset;

}
.landing-page-first-banner .item-text {
    max-width: 220px !important;
}
 .landing-page-first-banner .item-text h1 {
    font-size:20px !important;
} 
 .fixed-pinned .mburger--collapse svg {
    line-height: 1;
    filter: brightness(0.0)invert(1);
}
  

.group.container {
    
    width: 100%;
}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}
 .osh_card a {
  
    width: 130px;
    height: 130px;
}

}