/* Add custom CSS styles below */ 
.navbar-brand img {
    max-width: 300px;
    max-height: 50px;
}

.hero-area {
    display: none;
}

.store-footer__inner {
    display: none;
}

.product-entry--vertical.product-entry--fit-type .product-entry__image {
    flex-basis: fit-content;
}

@media (max-width: 640px) {
    .navbar-brand img {
      max-width: 180px !important;
      max-height: 50px !important;
    }
    
    .header-btns-list {
      gap: 15px;
    }
    
    .s-user-menu-avatar-wrap img {
      max-width: 35px;
      max-height: 35px;
    }
}