/* temp hide shop button in mobile menu */
@media screen and (max-width: 1023px) {
.sticky-nav__list-item a[href="https://meauldflowerandmrsbouquet.ie/shop"] {
  display: none;
}
}
/* end temp hide shop button in mobile menu */

/* home top title padding */
#heading_46110 {
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 766px) {
#heading_46110 {
  padding: 50px 0 0 0 ;
  margin: 0px;
}
}

.featured-products {
  margin-bottom: 5%;
}

:root {
        --logo-max-width: 400px;
}
@media screen and (max-width: 1023.98px) and (min-width: 412px) {
.site-identity .logo {
    width: 185px;
    height: 70px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px -30px;
}
}

@media (max-width: 411px) {
.site-identity .logo {
    width: 185px;
    height: 70px;
    padding: 0px 25px 0px 5px !important;
    margin: 0px 0px 0px -30px;
}

@media screen and (max-width: 1023px) {
.header-wrap .site-identity {
    padding: 0px 0;
}
}
.collage .img-cont a img {
    object-fit: cover;
}

.featured-products .owl-carousel .owl-item .owl-lazy {
    opacity: .7;
    object-fit: cover;
}

@media screen and (max-width: 1166px) and (min-width: 1023px) {
  .site-identity {
    margin-left: -25px;
  }
}