/* Add custom CSS styles below */ 
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 100px;
}
.navbar-brand img {
    max-height: 7rem;
    width: auto;
    max-width: 100px;
}
.top-navbar {
 
    display: none;
}
.osh_best_offer  .w-full a{
    display: none;
}
.osh_best_offer_0 .container {
 
    padding-bottom: 34px;
  height: 100vh
}
.osh_best_offer p{
    font-size: 40px;
}
.store-footer__inner .container img {
    filter: brightness(0.0) invert(1);
}
@media (max-width: 600px) {
.osh_best_offer_0 .container {
  
    justify-content: center;
}
  .osh_best_offer p{
    font-size: 25px;
}

}