/* Add custom CSS styles below */
.navbar-brand img {
    max-height: 6rem;
  
}
.osh-main-banner div:nth-child(2)  a:nth-child(1):before{
content:' أناقتك ';
color:#e65a8d;
    
}
.osh-why-us div:nth-child(1) h2:before{
content:'تفاصيل ';
color:#E65A8D;
}

.osh_best_offer div:nth-child(1) p:after{
content:'العروض ';
color:#E65A8D;
}

/******category*******************/  
.osh_card {
    position: unset;
    transform: unset !important;
}
.group.container {
    gap: .75rem;
    justify-content: space-around;
    flex-direction: row;
    margin: auto;

}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}


@media(max-width:768px) {
.osh-sales .object-cover {

    object-fit: contain;
}
}