:root {
        --logo-max-width: 220px;
}
.collage .img-cont a img {
    object-fit: cover;
}

.featured-products .owl-carousel .owl-item .owl-lazy {
    opacity: .7;
    object-fit: cover;
}
@media (max-width: 1023.98px) {
.site-identity .logo {
    width: 185px;
    height: 70px;
    padding: 0px 25px 0px 5px;
    margin: 0px 0px 0px -30px;
}
}
@media screen and (max-width: 1023px) {
.header-wrap .site-identity {
    padding: 0px 0;
}
}

h1 {
  color: #6ABEBD;
}
#heading_56570 h1 {
  font-size: 38px;
  line-height: 1.1em;
}
@media only screen and (max-width: 600px) {
  #heading_56570 h1 {
    font-size: 32px;
  }
}
#heading_21160 h1 {
  color: var(--body-overlay);
  font-size: 22px;
  margin-top: -35px;
}

.featured-products {
  margin-bottom: 50px;
}

/* make slider full width */
body{
overflow-x: hidden;
}
.gallery#gallery-royal_slider_gallery_58230{
width: 100vw;
margin-left: -50vw;
position: relative;
left: 50%;
}
.gallery#gallery-royal_slider_gallery_58230 .slide{
padding-top: 840px;
position: relative;
}
.gallery#gallery-royal_slider_gallery_58230 .slide img{
width: 100%;
height: 90%;
object-fit: cover;
object-position: center;
position: absolute;
top: 0px;
left: 0px;
}
div#gallery-royal_slider_gallery_58230 div.rsOverflow {
margin-bottom: -25px;
}

@media only screen and (max-width: 600px) {

.gallery#gallery-royal_slider_gallery_58230 .slide img {
height: 50% !important;
}
div#gallery-royal_slider_gallery_58230 div.rsOverflow {
margin-bottom: -370px !important;
}
}

/* image left and text right and vice versa */
.img-text-block .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .img-text-block .row {
    gap: 30px;
  }
}
