/* Add custom CSS styles below */ 
.bg-storeBG {
    background-color: #fff;
}

.main-menu li>a:hover {
        color: #a8a8a8 !important;
}

.banner--fixed img {
    border-radius: 0px !important;
}

@media (max-width:768px) {

  .product-card--fit-height .product-card__image {
    height: 330px !important;
}
}