/* #6f4a1c */

.s-block--photos-slider {
    margin-top: 0px!important
}

.photos-slider salla-slider {
    padding-right: 0px !important;
    padding-top: 0px !important
}

.photos-slider .swiper {
    padding-left: 0px!important;
    padding-right: 0px!important
}

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


body {
  background-color: #fff;
}


.top-navbar {
  background-image: url(https://i.postimg.cc/wj4LzvgR/55e06c61-2c14-49da-b956-358749eceea4.jpg);
  background-color: transparent;
}
.top-navbar * {
  color: #6f4a1d !important;
}
.header-search input {
  background-color: #fff !important;
  border-radius: 30px;
  color: #000 !important;
}
.header-search .s-search-icon svg {
  fill: #6f4a1d !important;
}

#mainnav {
  background-image: url(https://i.postimg.cc/wj4LzvgR/55e06c61-2c14-49da-b956-358749eceea4.jpg);
  background-color: transparent;
}

.sicon-menu::before {
  color: #6f4a1d !important;
}
.header-btn__icon {
  color: #6f4a1d !important;
  border-color: #6f4a1d !important;
}
.s-cart-summary-total {
  color: #6f4a1d !important;
}

.sub-menu * {
  color: #000;
}


.mm-spn--open li a {
  color: #6f4a1d !important;
}
.mm-spn--open li a:hover {
  color: #6f4a1d !important;
}
.sub-menu {
  color: #333;
}
@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li a {
    color: #000 !important;
    transition: 0.3s;
  }

  .mm-spn--open li a:hover {
    color: #6f4a1c !important;
  }

  #mobile-menu::after {
    background-color: #6f4a1c !important;
    color: #fff !important;
  }
}

/* Products Cards */

custom-salla-product-card {
  background-color: #fff !important;
  border: 0px solid #000 !important;
}

salla-add-product-button button {
  background-color: #6f4a1c!important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #6f4a1c !important;
  border: 1px solid #6f4a1c !important;
}
.s-product-card-content-main * {
  color: #ef5230;	
}
.s-product-card-content-subtitle *{
  color: #010101!important;
}
.s-product-card-price {
  color: #6f4a1c;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  background-color: #6f4a1c !important;
  color: #fff;
}

/* products Title */

.s-slider-block__title {
  justify-content: center;
  margin-bottom: 60px;
}
.s-slider-block__title-left {
  display:none;
}

.s-slider-block__title-right,
.s-slider-block__title-right h2{
  padding-left: 0px;
}

.s-slider-block__title-right {
  position: relative;
}

.s-slider-block__title-right h2 {
  font-size: 35px;
  color: #6f4a1c;
}

.s-slider-block__title-right::after {
content: "";
    width: 84%;
    height: 60px;
    border-top: 1px solid #000;
    position: absolute;
    bottom: -68px;
    left: 50%;
    transform: translateX(-50%) rotate(10deg);
    z-index: -1;
    border-radius: 264% 29% 22% 62%;
}



/* Banners */

.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}

/* Footer Colorization */

footer {
  background-image: url(https://i.postimg.cc/wj4LzvgR/55e06c61-2c14-49da-b956-358749eceea4.jpg);
  background-size: cover;
  background-position: center;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: transparent !important;
}
.store-footer__inner *{
  color: #6f4a1d !important;
}

.store-footer h3 {
  color: #6f4a1d !important;
}

.copyright-text {
  font-size: 18px;
  font-weight: bold;
}

.copyright-text p {
  color: #6f4a1d !important;
}
.copyright-text p a:hover {
  color: #6f4a1d !important;
  opacity: 0.8;
}

/* Logo */

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
    content: "";
    background: url(https://i.postimg.cc/prVLCCqb/Mask-group.png);
    display: block;
    background-size: contain;
    width: 250px;
    height: 104px;
    background-repeat: no-repeat;
}

.store-footer__inner .container > div {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}

.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-footer__inner .container > div:nth-of-type(1) {
  grid-column: span 1 / span 2;
}

.store-footer__inner + div {
  background: transparent;
  max-width: 100%;
  justify-content: space-around;
}

.store-footer__inner > div a h3 {
  display: none;
}

@media (max-width: 992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6f4a1c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6f4a1c;
  opacity: 0.7;
}

.s-social-link{
  display: none;
}



.hero-banner {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
    max-height: 100%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

img.lazy-load {
    width: 100%;
    min-height: 400px;
    display: block;
    object-fit: contain; /* تأكد من أن الصورة لا تسبب تمدد */
}

img.lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

img.lazy-load.loaded {
    opacity: 1;
}

.animated, .fade-in, .slide-up {
    animation: none !important;
    transition: none !important;
}

@font-face {
    font-family: 'CustomFont';
    src: url('custom-font.woff2') format('woff2');
    font-display: swap;
}



button, a {
    transition: none !important;
    font-display: swap;
}

@media (max-width: 768px) {
    .hero-banner {
        min-height: 300px;
    }

    .s-block--hero-slider {
        min-height: 250px;
      
       
    }
}