/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
body{
background-color:#FFF5F0;

}
/* Add custom CSS styles below */ 
/* ========== Google Fonts ========== */

/* Features */
.s-block__title {
    justify-content: center;
    }
.s-block__title .right-side {
    padding-left: 0;
}
:nth-child(1 of section.s-block.s-block--banners.container) .one-row .banner-entry {
    background-color: transparent;
}
.lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.gap-3 {
    gap: 0.75rem;
}
/* End Features */
@media (min-width: 992px) {
 :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 310px;
    background: transparent;
  }
}
@media (max-width: 768px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 130px;
    background: transparent;
  }.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}
@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}

.footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__newsletter{
        background: linear-gradient(180deg, #9b2c2c, #000000);

}
.footer-is-custom .store-footer .store-footer__curve
 {
    color: #902929;
}
.footer-is-custom .store-footer .footer-rights p

 {
    color: #972c2c;
}
.footer-is-custom .store-footer .store-footer__inner{
    border:none !important
}
.main-nav-container {
    background: linear-gradient(70deg, #9b2c2c, #000000);

    color: #fff;
}
.lg\:w-1\/3.flex.items-center.justify-center.bg-cover.bg-no-repeat.text-center.relative.min-h-\[250px\].max-h-\[350px\].md\:max-h-\[700px\].has-overlay--opacity-option.has-overlay--opacity-0 {
    margin-bottom: 50px;
}
p.text-base.text-store-text-primary.rtl\:text-right.ltr\:text-left {
    color: #b92c2c;
}
h2.text-2xl.md\:text-4xl.font-bold.\!leading-\[1\.15\] {
    font-size: 22px;
    line-height: 2rem !important;
}
.inner.bg-inherit {
      background: linear-gradient(70deg, #9b2c2c, #000000);

}