/* Add custom CSS styles below */

@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

body {
    font-family: "El Messiri", sans-serif;
    background-color: #fff !important;
}

:root {
    --main-color: #ddc0b4;
    --offWhite-color: #FFFFF0;
    --main-color-dark: #dca38b;
}

body::-webkit-scrollbar {
    width: 12px;
    background: #EEEAD9;
}

body::-webkit-scrollbar-thumb {
    background: #34261B;
}

.topnav-is-dark .top-navbar {
    color: var(--main-color);
}

.topnav-is-dark .top-navbar .topnav-link-item {
    border-color: var(--main-color);
}

.s-search-input-wrapper .s-search-input {
    border-radius: 6px !important;
    color: #5a3e25;
    border: 1px solid #5a3e25;
    background: #f5f3e2;
    transition: box-shadow .5s;    
    &:hover {
       background: #f5f3e2;
    }
}

.s-search-input-wrapper .s-search-input:hover {
    box-shadow: 0 0px 4px 1px var(--main-color);
    outline: 0;
    border-color: #2b1f0a;
}

.s-search-input-wrapper .s-search-input::placeholder {
    color: #5a3e25;
}

.s-search-input-wrapper  {
   svg {
      stroke: #5a3e25;
      fill: #5a3e25;
  }
}

.s-contacts-topnav-link,
.top-navbar .topnav-link-item {
    font-weight: 600;
    color: #34261b;
}

.header-btn__icon {
    height: 2.2rem;
    width: 2.2rem;
    background: var(--offWhite-color);
    border: 0;
    box-shadow: 0 2px 11px 0 var(--main-color);
    color: #000;
    font-weight: 600 !important;
    font-size: 18px;
}
.main-menu>li>a[href*=offer] {
  color: rgb(244 93 93);
}
.main-menu .has-children.root-level>a:after {
  opacity: 1;
}
.s-cart-summary-count {
    background-color: orange;
    top: -0.7rem;
}

.s-cart-summary-content {
    white-space: nowrap;
    font-size: 13px;
}

.header-buttons button {
    background-color: #e6e3c7;
    color: #34261B;
    padding-right: 0;
       &:hover {
      background: transparent;
    }
}


.main-nav-container {
    background-color:  #34261b;
    color: #EEECDA;
}

.top-navbar {
    background-color: #e6e3c7;
    color: #34261B;
    border: 0;
}

.top-navbar .topnav-link-item {
    border-color: #ffaf7736;
}

.mburger i.sicon-menu {
    color: #e8dcd3;
}

.navbar-brand img,
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 5rem;
    border-radius: 50%;
}

.s-slider-block__title-nav {
    margin-right: 14px !important;
}

.s-product-card-wishlist-btn button {
    width: 2rem !important;
    height: 2rem !important;
    opacity: 1 !important;
    border-color: var(--color-primary) !important;
}

.s-product-card-wishlist-btn button .sicon-heart {
    color: var(--color-primary);
    margin-top: 4px;
    opacity: 1 !important;
}

.s-product-card-wishlist-btn button:hover {
    background: #ec8d095e !important;
}

.s-product-card-wishlist-btn button:hover .sicon-heart {
    color: red;
}

.s-slider-block__title h2,
.s-block__title h2,
.s-reviews-header {
    border-right: 6px solid #f4911f;
    padding: 2px 7px 0 0;
    font-size: 25px;
    color: #34261B;
}
.s-block.s-block--banners.container .banner-entry {
  height: 400px;
  border: 0;
  background: #fff;
  border-radius: 7px;
  .lazy__bg.loaded {
        background-size: contain;
        background-repeat: no-repeat;
  }
}

.banner-entry h3.text-with-border {
    transform: translate(0, 0);
    opacity: 1;
    width: 101%;
    height: 66px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    box-shadow: 0 0 0.8rem var(--main-color), inset 0 0 3rem var(--main-color);
    border: 0;
    backdrop-filter: blur(3px) brightness(.7);
    border-radius: 2px;
}

.has-overlay:after {
    background-color: rgba(0,0,0,0) !important;
}

.banner-entry {
    border: 2px solid var(--main-color);
}

.s-button-primary-outline,
.s-button-primary {
    background: #f4911f;
    border-radius: 10px !important;
    border-color: #ed9705;
    color: #fff;
}

.s-button-primary-outline:hover,
.s-button-primary:hover {
    border-color: #f4911f;
    background: #fff;
    color: #f4911f;
}

.s-quick-buy-button {
    background: #fff;
}

.s-product-card-sale-price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 7px;
}

.s-product-card-sale-price h4,
.s-product-card-price {
    color: #F4911F;
    font-size: 21px;
}

.s-cart-summary-total {
    font-size: 18px;
    color: #EEECD8;
}

.s-slider-block__title {
    max-width: 100% !important;
}

.s-product-card-vertical .s-product-card-image {
    height: 20rem;
    max-height: 24rem;
    border-bottom: 1px solid var(--main-color);
}

.s-product-card-entry {
    border: 1px solid var(--main-color);
    background: #fff;
}

.s-product-card-entry .s-product-card-image img {
    padding: 5px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    transition: all 0.3s;
    background: #fff;
}

.s-product-card-entry:hover .s-product-card-image img {
    transform: scale(1.3);
}

.s-product-card-content {
    padding: 0.5rem !important;
}

s-product-card-content-title a {
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.s-slider-nav-arrow,
.s-slider-v-centered .s-slider-block__title-nav button {
    background: #fd8d2c;
    border: 1px solid #fff;
    width: 1.9rem !important;
    height: 1.9rem !important;
}
.s-slider-nav-arrow {
    background: #EDECDB !important;
    color: #34261B;
}
.s-slider-nav-arrow svg {
 fill: #34261B;
}
.s-slider-v-centered .s-slider-block__title-nav button svg {
    fill: var(--offWhite-color);
    width: 27px;
}
.s-slider-nav-arrow:not(:disabled):hover svg {
      fill: #3d2f1c;
}
.s-product-card-promotion-title {
    right: 5px;
    font-size: 11px;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transition-duration: 1250ms !important;
}
.s-block--features .s-block--features__item {
    box-shadow: 0 2px 5px 0 var(--main-color);
}
.brand-logo {
  width: 90px;
    max-width: 100px;
    display: inline-block;
}

.s-block--features .feature-icon {
  background: #34261B;
  border: 1px solid var(--color-primary-reverse);
}

.s-block--features .feature-icon i {
    font-size: 2rem;
    color: var(--offWhite-color);
}

.s-block--features__item {
    flex-direction: column;
    text-align: center;
}

.s-block--features__item h2 {
    margin: 0.8rem 0;
    color: var(--color-primary);
    font-size: 20px;
}

.s-block--features__item p {
    font-size: 17px;
}

.s-reviews-container .swiper-slide-active {
    box-shadow: inset 0 0 5rem var(--main-color);
    border-radius: 3px;
}

.s-reviews-testimonial {
    background: transparent;
}

.store-footer h3 {
   color: #34261B;
}

.store-footer p,
.store-footer a {
    color: #000;
}

.store-footer p.text-gray-400,
.copyright-text p,
.copyright-text a  {
    color: #fff;
}

.s-social-link a,
.s-contacts-icon {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.store-footer__inner {
    border-color: var(--offWhite-color);
    border-style: solid;
}

.s-payments-list-item {
    border-radius: 5px;
    background: #fff0e2;
    border: 1px solid var(--offWhite-color);
    padding: 2px;
}

.s-block--logos-slider {
    background-color: #fff;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

.s-block--logos-slider .container {
    background-color: #ec8d090f;
    padding: 2rem;
    border-radius: 1.5rem;
}
.main-nav-container.fixed-pinned .main-menu>li>a {
    padding-top: 14px;
    padding-bottom: 7px;
}
.s-slider-block__display-all {
  color: #ffff;
}
.s-block__display-all,
.s-slider-block__title-left {
    color: #ffff;
    background: #34261B;
    padding: 5px 11px;
    border-radius: 6px;
    opacity: 1;
    transition: all 0.5s;
    border: 1px solid #34261B;
    &:hover {
      background: #EDECDB;
      color: #34261B !important;
      .s-slider-block__display-all {
      color: #34261B !important; 
      }
      .s-slider-nav-arrow {
            background: #34261B !important;
            color: #EDECDB !important;
            border-color: #fd8d2c !important;
            
            svg {
              fill:#eae3dd !important;
            }
      }
     
      i {
         background: #34261B;
          color: #EDECDB;
      }
    }
}

.s-block__display-all i {
    background: #EDECDB;
    color: #34261B;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid var(--color-primary-light);
}

.s-contacts-list #contact-slot:last-child {
  display: none;
}

.footer-is-light .store-footer .store-footer__inner {
  background: rgb(238,236,218);
  background: linear-gradient(0deg, rgba(238,236,218,1) 28%, rgba(238,236,218,1) 59%, rgba(255,255,255,1) 100%);
}
.footer-is-light .store-footer {
   background-color: #34261B;
}

.s-advertisement-action {
  display: none !important;
}
/* Media Queries */

@media only screen and (max-width: 640px) {
    /* Adjustments for mobile */
    .s-cart-summary-total {
        font-size: 16px;
    }
  .s-products-slider-card {
    max-width: calc(100% / 2);
  }
  .s-block.s-block--banners.container .banner-entry {
  height: 110px; 

  }
   .md\:grid-cols-2 {
   grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .s-slider-block__title h2, .s-block__title h2, .s-reviews-header {
    font-size: 22px;
  }
  .s-block--logos-slider .container {
    padding: 2rem 0.5rem;
    }
  
  salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *), .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0 !important;
}
    .s-product-card-vertical .s-product-card-image {
        height: 18rem;
        max-height: 22rem;
    }
      .navbar-brand img, 
      .main-nav-container.fixed-pinned .navbar-brand img {
      max-height: 4rem;
  }
}
 .brand-item {
   border: 1px solid #452e2e;
   img {
   object-fit: contain;
   }
 }
  h2.font-bold.text-xl.inline-block {
    color: #F4911F;
  }
@media only screen and (min-width: 641px) {
    .s-product-card-vertical .s-product-card-image {
        height: 20rem;
        max-height: 24rem;
    }
    .brand-item {
        padding: 1rem;
        
    }

}
@media (min-width: 1024px) {
    .s-products-slider-card {
        width:20% !important;
    }
    .main-menu li.root-level>a:hover {
      transform: scale(1.1);
    }
    .main-menu li .sub-menu {
      background-color: #34261b;
    }
}
@media only screen and (min-width: 1208px) {
  .container {
        max-width: 1440px;
    }
}