.my-header {
    position: relative;
    inset: 0;
    width: 100%;
    height: fit-content;
}
/**offers */
.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;
}

.osh_best_offer {
    background: #867565;
}
/*****/
.group >div:nth-of-type(1){

    transform: translateX(6rem) !important;

}
.group >div:nth-of-type(2){

    transform: translateX(-6rem) !important;

}
/****************footer***/
footer * {
    color: #fff !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: #010101 !important;
    color: #fff !important;
}
.s-social-link a svg {
    fill: unset;
}