/* Add custom CSS styles below */ 
.my-header {
    position: relative;
    inset: 0;
    width: 100%;
    height: fit-content;
}
.osh_best_offer .s-count-down-item-label {
    color: #fff !important ;
}
.osh_best_offer .s-count-down-item-value {
    background-color:var(--color-primary) !important;
    color: #fff !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 * {
    color: #000 !important;
 
}
.store-footer__inner ,.store-footer {
    background:var(--color-primary) !important;
}
.store-footer .s-menu-footer-list a, .store-footer .container p:nth-of-type(2), .store-footer h3, .store-footer s-menu-footer-list {
  
    color: #000 !important;
}


@media(max-width:768px) {
.group.container {
    
    width: 100%;
}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}
}