:root {
        --logo-max-width: 150px;
}
.featured-products {
  margin-bottom: 5%;
}

.collage .img-cont a img {
    object-fit: cover;
}

.featured-products .owl-carousel .owl-item .owl-lazy {
    opacity: .7;
    object-fit: cover;
}

body {
    background: var(--background-image);
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
}

/* nav active link underline */

.scroll-up nav.main ul li.active a,
.scroll-down nav.main ul li.active a,
nav.main ul li.active a {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}
nav.main ul li a:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}
/* Active link styling for mobile */
.mm-menu li.active a.mm-listitem__text {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}

/* Hover styling for mobile */
.mm-menu li a.mm-listitem__text:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}
/* end nav link style */
