/* Add custom CSS styles below */ 
/* 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;
}

.osh_best_offer {
    background: linear-gradient(180deg, #D3A255 0%, #C48328 100%) !important;
}
.osh-main-banner .flex.flex-col {
    text-align: center;
    align-items: center;
}
/******category*******************/  
.osh_card {
    position: unset;
    transform: unset !important;
}
@media(min-width:992px) {
.group.container {
    gap: .75rem;
    justify-content: space-around;
    flex-direction: row;
    margin: auto;
    width: 100%;
}
}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}
section:nth-child(2 of .categories) h2{
    display:none;
}
/****************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: #fff !important;
}
.store-footer__inner .container img {
    filter: brightness(0.0) invert(1);
}

.group h4 ,.osh-testimonial p ,.osh-testimonial span {
    color: #000;
}

@media(max-width:768px) {
.group.container {
    
    width: 100%;
}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}
  .group.container {
    display: grid !important ;
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

  .osh-main-banner .flex.flex-col {
  
    justify-content: end;
}
}