/* Add custom CSS styles below */ 

body{
    background: #ead2ad;
}

/* Header */
.navbar-brand img {
    max-height: 5rem;
}
.top-navbar {
    background: var(--color-primary);
}
.s-menu-topnav-list a,
.s-contacts-header a,
.main-nav-container.fixed-pinned .main-menu>li>a,
.main-nav-container.fixed-pinned .s-user-menu-login-btn svg,
.main-nav-container.fixed-pinned .header-btn__icon{
    color: #fff;
  fill: #fff;
}
.main-nav-container.fixed-header .inner {
    background: #00000073;
    backdrop-filter: blur(16px);
}

/* start hero banner */
body.index section:first-of-type{
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav {
    display: none;
}


/* Start Categories */
.md\:grid-cols-3 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
}
.banner-entry {
    height: 300px;
    background: unset;
}
.banner-entry .lazy__bg {
      transition: all 0.3s ease-in-out;
}
.banner-entry:hover .lazy__bg {
    scale: 0.9;
}
@media(max-width:767px){
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.banner-entry {
    height: 200px;
}
}

/* start fixed banner */
section.s-block.s-block--fixed-banner .container {
    max-width: 90%;
    padding: 0;
}
.banner--fixed img {
    background-color: unset !important;
}


/* Start Product */
.s-product-card-entry {
    background: transparent;
    border: 2px solid var(--color-primary);
}
.s-button-primary-outline{
  background: var(--color-primary);
  color: #fff;
  border: none;
}
.s-product-card-image img {
    background: #ead2ad;
}



/* Start Features */
.s-block--features__item .feature-icon i {
    color: #fff;
}
.s-block--features__item {
    border: 2px solid var(--color-primary);
}

/* start footer */
.footer-is-light .store-footer {
 background-color: var(--color-primary);
  margin-top: 7rem;
}
.footer-is-light .store-footer .store-footer__inner {
    background: #F7F7F7;
    border: none;
}
.footer-is-light .store-footer .store-footer__inner::before{
  content: "";
    background-image: url(https://i.ibb.co/20XhfLw2/Group-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    display: block;
    transform: translateY(-100%);
}
.store-footer h3,
.copyright-text p {
  color: #fff;
}
.store-footer h3{
  background: var(--color-primary);
    padding: 10px;
    border-radius: 0 10px 0 10px;
    box-shadow: 2px 2px 10px #000000b0;
    color: #fff;
    width: max-content;
}

@media(max-width:767px){  
.container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6 * {
    text-align: center;
    justify-content: center;
}
  .store-footer h3{
        margin: 1rem auto;
  }
footer .max-w-sm.leading-6.mb-6 {
  margin: auto ;
}
}