/* Add custom CSS styles below */ 
/* Store Features */
:nth-child(1 of section.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
}

@media (min-width: 768px) {
    :nth-child(1 of section.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    :nth-child(1 of section.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
  :nth-child(1 of section.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 120px;
  }
}

@media (min-width: 992px) {
  :nth-child(1 of section.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 200px;
  }
}

.lazy__bg {
      background-size: contain;
    background-repeat: no-repeat;
}
/* End of Store Features */

section.yasmeen-text-with-photo > div > div > div.flex.flex-col.lg\:gap-8.gap-4.col-span-2 > div > h2 {
  font-weight: 700;
}

section.yasmeen-text-with-photo > div > div > div.flex.flex-col.lg\:gap-8.gap-4.col-span-2 > div > span {
  color: #873A3A;
}

@media (min-width: 1024px) {
    salla-slider .slide--one-sixth {
        width: 20%;
    }
}