:root {
        --logo-max-width: 300px;
}
@media only screen and (max-width: 600px) {
h1 {
font-size: 28px;
line-height: 1.1em; 
}
h2  {
font-size: 26px;
line-height: 1.1em;
}
h3  {
font-size: 24px;
line-height: 1.1em;
}
}

.featured-products  {
  margin-bottom: 50px;
}

.img-text-block .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .img-text-block .row {
    gap: 30px;
  }
}
.collage .img-cont a img {
    object-fit: cover;
}

.featured-products .owl-carousel .owl-item .owl-lazy {
    opacity: .7;
    object-fit: cover;
}
section#shop-container .img-cont img {
  object-fit: cover !important;
}
section#shop-container p.prod-name {
  margin-top: 15px;
}