@font-face {
  font-family: "MyCustomFont";
  src: url(https://res.cloudinary.com/dhai3ktr1/raw/upload/v1724938108/rsldmt1o3krkohau03ht.otf);
  font-weight: normal;
  font-style: normal;
}.s-block--banners .grid {
    grid-template-columns: repeat(3, 1fr);
}

.topnav-is-Dark .top-navbar .s-search-input:placeholder{
    color:800020#!important;
}

body {
  background-color: #f0e9dc !important;
  font-family: MyCustomFont !important;
}

.top-navbar > div{
  align-items: center;
  gap: 1rem !important
}

.index:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f0e9dc url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/WlZBBn/cab4RADmOs1u5nc3GlZZsF2aSRIUTUdk8AKeP8u9.png);
  position: fixed;
  top: 0;
  z-index: 99999999999999999 !important;
  background-size: 250px !important;
  background-repeat: no-repeat;
  background-position: center !important;
  animation-name: logobg;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes logobg {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

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


#mainnav,
.inner {
  background: #f0e9dc !important;
}

.top-navbar {
  background: #440001 !important;
}



/* Unset Raeed Carousel */

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

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

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

/* Categories Grid */

.s-block--banners .grid {
  grid-template-columns: repeat(6, 1fr);
}

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


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

@media (max-width: 480px) {
  .s-block--banners .banner-entry {
    height: 100px;
  }
/*  .s-block--banners .grid {
  grid-template-columns: repeat(3, 1fr);
}*/
}

.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;
  }
}

/* Products */

section#featured-products-style2-2 {
  background: transparent;
}

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

.index .s-button-wide {
  max-width: 200px !important;
  display: block;
  margin: auto;
}

/* Center Product Content */

.slider-bannars-moving h2,
.s-product-card-content-title {
  text-align: center !important;
}

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

.s-button-element:not(.s-product-card-wishlist-btn) {
  background: var(--color-primary);
  color: #fff !important;
  border-radius: 3rem;
}

body.index .s-product-card-content-title a {
  color: var(--color-primary) ;
}

.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;
}

/* Transparent Banner */

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

/* Footer */

.store-footer,
.store-footer__inner{
  background-color: var(--color-primary)
}

.copyright-text *{
  color: 4c0202# !important
}


@media (min-width: 992px) {
  footer img[alt="Logo"] {
    grid-column: span 2 / span 2;
  }
}
.s-contacts-icon {
  border-color: var(--primary-clr);
}

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

.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%
  );
}
.s-block--banners .grid {
    grid-template-columns: repeat(4, 1fr);
}
.banner-entry > div:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */
.banner-entry > div:active:after {
  opacity: 0;
}

.banner-entry > div:hover {
  transform: scale(0.9);
}
*{
color: #440001 ;
}
.top-navbar a{
color:white;
}

span , h3 a , h3.s-comments-item-user-info-name{
color: #440001 !important;
}
h3 span , p{
font-size:12px;
color:white !important;
}
h3{
color:white !important;
}

img{
border-radius:5px !important;
}
.lazy__bg{
border-radius:50px;
}
.s-cart-summary-count{
 background-color:#f5f5dc !important;
}
.s-comments-flex-1{
color:black !important;
}
h3.s-comments-item-user-info-name , div.s-comments-item-content p , p.s-comments-item-timestamp , p.s-comments- item-time {
color: #440001 !important;
}