:root{
--color-primary: #193f8d;
}
.main-nav-container, .top-navbar{
    background-color: #1c408e;
    }
.footer-is-light .store-footer, .md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #1c408e;
    color: #fff;
    border-radius: 1rem 1rem 0 0;
}
.store-footer h3{
color: #ec9b14;
}
.s-product-card-image img {
    background-color: white;
}
.copyright-text p{
color:#fff;
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: #1c408e;
    color:#fff;
    border-radius: 1rem 1rem 0 0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-right: 0rem !important;
}
.rounded-md {
    border-radius: 0rem ;
}
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0rem !important;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    position: relative;
   margin: 0px !important;
    padding: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0rem;
}
section:first-of-type.s-block.s-block--photos-slider {
    margin: 0px !important;
}
.grid-flow-row {
    grid-auto-flow: column;
}
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.banner-entry:hover {
    transform: scale(1.1);
    transition: 1s ease;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
 .banner--fixed img {
    background-color: #faebd700;
}   
.banner-entry {
    width: 100%;
    height: 300px !important;
    background-color: #f9fafb00;
}  
.two-row .banner-entry:first-child {
    padding: 0.9rem;
} 

.s-contacts-header, .s-menu-topnav-list, .s-cart-summary-total, [class*=" sicon-"], [class^=sicon-], .main-menu>li>a[href*=offer]{
color: #fff;
}      
@media (min-width: 481px) and (max-width: 767px) { 
 .banner-entry {
    width: 100%;
    height: 170px ;
    background-color: #f9fafb00;
    }
 }
  @media (max-width: 480px) { 
   .banner-entry {
    width: 100%;
     height: 130px !important;
     background-color: #f9fafb00;
    }

  }