:root {
  --logo: url();
  --bg: #BC968C;
  --bg-img: url();
  --header-bg: #AF7E76;
  --header-color: #fff;
  --feat-bg: #fff;
  --feat-color: #000;
  --footer-bg: #AF7E76;
}

body {
  background-color: var(--bg) !important;
}

/* Header */
.main-nav-container {
  min-height: 0;
}

.s-user-menu-login-btn {
  border: unset;
}

.s-user-menu-login-btn svg {
  fill: #fff;
}

.top-navbar,
#mainnav,
.inner,
.sub-menu {
  background: var(--header-bg) !important;
}

#mainnav,
#mainnav i:before,
#mainnav b {
  color: var(--header-color) !important;
}

#mainnav a:hover {
  color: var(--header-color) !important;
  opacity: 0.7;
}

#mainnav i {
  border: unset !important;
}

.sicon-shopping-bag:before {
  content: "\ef39" !important;
}

.sicon-user-circle:before {
  content: "\f078";
}

a.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Index */

.index {
  /* Carousel */

  .s-block:nth-of-type(1) {
    margin-top: 0 !important;
  }

  .s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
  }

  .s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
  }

  .s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  /* Categories */

  .s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  }
  .s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .s-block--banners .banner-entry {
    height: 300px;
  }
  @media (max-width: 992px) {
    .s-block--banners .banner-entry {
      height: 200px;
    }
  }
  @media (max-width: 480px) {
    .s-block--banners .banner-entry {
      height: 100px;
    }
  }
  @media (min-width: 640px) {
    .two-row .banner-entry:first-child {
      grid-row: span 1 / span 1;
    }
  }

  /* Products */
@media(min-width:1200px){
.s-block--best-offers .swiper-wrapper {
    justify-content: center;
}
}

  .s-product-card-entry {
    background-color: #AF7E76 !important;
    border-radius: 0.5rem !important;
  }
  .s-product-card-image {
    background-color: transparent !important;
  }
  .s-product-card-entry:hover img {
    scale: 1.2;
  }
  .s-product-card-entry img {
    transition: all 0.3s;
  }
  .slider-bannars-moving h2,
  .s-product-card-content-title {
    text-align: center !important;
  }
  .s-product-card-content-sub {
    justify-content: center;
  }
  .s-product-card-content-title a,
  .s-product-card-content * {
    color: #fff !important;
  }
  body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
    border: unset;
  }
  .s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
  }
  .s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
  }
  @media (max-width: 600px) {
    .s-products-slider-card {
      width: 55%;
    }
  }

  /* Transparent Banner */
  .banner-entry,
  .banner--fixed img {
    background-color: transparent !important;
  }

  /* Special Heading */

  .s-slider-block__title h2,
  .s-block__title h2 {
    font-size: 48px !important;
    position: relative;
    color: #fff !important;
  }
  @media (max-width: 1024px) {
    .s-slider-block__title h2,
    .s-block__title h2 {
      font-size: 28px !important;
    }
  }

  .s-slider-block__title,
  .s-block__title {
    justify-content: center;
  }
  .carousel-slider .s-slider-block__title-nav {
    display: none;
  }
}

/* Footer */

.store-footer,
.store-footer__inner {
  background-color: #AF7E76 !important;
}

@media (min-width: 1024px) {
  footer .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.copyright-text p {
  color: #fff !important;
}

/* Product Index */

.product-index {
  h1#page-main-title,
  label.hidden.sm\:block.rtl\:ml-3.ltr\:mr-3.whitespace-nowrap {
    color: #fff;
  }
}

/* Product Single */
.product-single {
  #main-content {
    .s-slider-block__title h2,h1, article *,p.font-bold.text-xl.inline-block{
      color:#fff !important
    }
  } 
}