:root {
  --bg-clr: #332512;
  --primary-clr: #fff;
}
header * {
  color: #332512 !important
}
body.index {
  background:#fff!important
}
.navbar-brand img {
    max-height: 5rem;
    max-width: 100px;
    width: auto;
    filter: invert(1);
}
.top-navbar,
#mainnav,
.inner,
.sub-menu {
    background: #ffffff !important;
}

#mainnav,
#mainnav i:before,
#mainnav b {
    color: #332512 !important;
}

#mainnav a:hover {
    color: #fff !important;
    opacity: 0.7;
}

#mainnav i{
  border: unset !important
}

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

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

.main-nav-container {
    min-height: 48px;
}

/* Unset Raeed Carousel */
section.s-block:nth-of-type(1){
  margin-top:0 !important
}
section.s-block.s-block--photos-slider * {
  margin: 0 !important;
  padding: 0 !important;
}

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

#photos-2-slider img {
    background: #332512 !important;
}

/* Categories Grid */

.s-block__title {
  justify-content: center;
}

.right-side h2 {
  color: var(--primary-clr);
}

@media (min-width: 1024px) {
  .right-side h2 {
    font-size: 5rem;
  }
}

.s-block--banners .grid {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 1rem;
}

.s-block--banners .banner-entry {
  height: 300px;
}

@media (max-width: 992px) {
  .s-block--banners .banner-entry {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .s-block--banners .banner-entry {
    height: 80px;
  }
}

.tamara-summary-widget__container .summary-widget-content {
    color: #fff;
}
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    background: #000;
}

.s-fast-checkout-button.outline{
color: #f3af45 !important;
border-color: #f3af45 !important
}

select.s-form-control {
    color: #f3af45;
}

.s-block--banners .lazy__bg {
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
  }
}

/* Transparent Banner */

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

/* Hover Effect */

.banner-entry > div {
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0.3s;
}

.banner-entry > div:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

.banner-entry > div:hover:after {
  opacity: 1;
  left: 135%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

.banner-entry > div:active:after {
  opacity: 0;
}

/* Products */

.s-slider-block__title {
  display: none;
}

.s-product-card-entry {
  border: unset;
  background-color: transparent;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: var(--color-primary) ;
    color:#fff !Important;
    border:unset
}

.s-block--features__item .feature-icon {
    background-color: #B99471;
}

.s-product-card-content-title a{
color:var(--color-primary) !important
}

.s-product-card-image img.loaded,custom-salla-product-card{
background-color: #CDA78E !important;
}


.s-product-card-price {
  color: #fff;
}

@media (max-width: 600px) {
  .s-products-slider-card {
    width: 60%;
  }
}

/* Center Product Content */

.s-product-card-content > * {
  text-align: center;
}

.s-product-card-content-sub {
  justify-content: center;
}

/* Last Banner Padding */

.s-block--fixed-banner:nth-of-type(8) {
  padding: 1rem 15rem !important;
}

@media (max-width: 1200px) {
  .s-block--fixed-banner:nth-of-type(8) {
    padding: 1rem 2rem !important;
  }
}

/* Footer */





@media (max-width: 768px) {
  footer * {
    margin: 0 auto;
    text-align: center;
  }
}