@font-face {
  font-family: "MyCustomFont";
  src: url(https://res.cloudinary.com/dhai3ktr1/raw/upload/v1724938108/rsldmt1o3krkohau03ht.otf);
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


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

.index:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F2E4E5 url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/EZpmwA/yluWDERU7CgNfJuluq0tPQemPOrwdzXaTa6qzPnt.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: #F2E4E5 !important;
}

.top-navbar {
  background: var(--color-primary) !important;
}

.s-contacts-header{
  display:none
}

.top-navbar .s-search-input {
    background-color: #fff;
}

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

/* Unset Raeed Carousel */

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

section.s-block.s-block--photos-slider *:not(.swiper-pagination-bullet) {
  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(8, 1fr);
  
}

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


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

@media (max-width: 480px) {
  .s-block--banners .banner-entry {
    height: 100px;
  }
  .s-block--banners .grid {
  grid-template-columns: repeat(4, 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 */

.s-slider-container{
  padding: 1rem!important
}
.s-product-card-entry {
    background-color: transparent;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

@media(min-width:1024px){
  .s-block--tabs-produtcs .tabs {
    display: flex;
  }
}

.tab-trigger {
  border:unset;
  color: #000 !important;
  font-size:18px !important
}

.tab-trigger:hover{
  color: #fff !important
}

.tab-trigger.is-active{
   border:unset;
  color: #fff !important;
  border-radius: 8px;
  box-shadow: 5px 5px 0 #222;
  
}

.s-block--tabs-produtcs .tab-trigger.is-active button{
  padding-right: 60px;
  padding-left: 60px;
}


.s-block-tabs {
    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-product-card-vertical .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) !important;
}

.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: #f6eaef !important
}

.copyright-text *{
  color: #000 !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%
  );
}

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