/* Add custom CSS styles below */ 
.multi__banner img{
    object-fit:contain
}

.side_img {
    height:80%;
}
.s-product-options-option-label small {
    display: none;
}
.navbar-brand img {
    max-height: 5rem !important;
}
.dark .feature_desc {
    color: #000000;
}
.dark .feature_name {
    color: #000000;
}
.footer-is-light .store-footer .store-footer__inner {
    color: rgb(255 255 255);
}
.footer-is-light .store-footer .store-footer__inner:is(.dark *) {
    color: black;
}