/* General start */

:root {
  --main-color: rgb(234, 136, 161);
  --second-color: #fffafb;
  --ss-color: #b45762;
  --third-color: rgb(132, 15, 29);
  --text-color: #fffaf7;
  --back-color: #c7afb2;
  --black-color: #252424;
  --card-color: rgba(132, 15, 29, 0.6);
  --ff-color: rgba(234, 136, 161, 0.6);
}

/* General End */

/* Body */
body {
  background-color: var(--second-color) !important;
}

/* NavBar start */

#mainnav,
.bg-inherit {
  background-color: var(--second-color);
  border-radius: 25px 25px 25px 25px;
  border-bottom: 1px solid var(--third-color) !important;
  border-top: 1px solid var(--main-color) !important;
  box-shadow: 0 2px 10px var(--back-color) !important;
}

.bg-inherit .container {
  border-radius: 25px;
}
.navbar-brand {
  scale: 1.3;
  animation-name: navlogo;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@keyframes navlogo {
  0% {
    transform: translateX(0px);
  }

  25% {
    transform: translateX(5px);
    rotate: 2deg;
  }

  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-5px);
    rotate: -2deg;
  }

  100% {
    transform: translateX(0px);
    rotate: -5deg;
  }
}
.header-btn__icon {
  color: var(--third-color);
  border: 2px solid var(--main-color);
  border-radius: 15px 20px 20px 20px !important;
}

.header-btn__icon:hover {
  color: var(--main-color) !important;
  transition: 0.4s;
  scale: 1.03;
}
.sicon-menu {
  color: var(--main-color) !important;
}

.sicon-menu:hover {
  color: var(--third-color) !important;
  transition: 0.4s;
}

.mobile-menu {
  background-color: var(--second-color);
  color: var(--third-color) !important;
}

.main-menu li a {
}

/*قـــائمــة عنـــاصــــر*/

.square-photos {
  width: 48%;
  height: 200px;
  transition-duration: 0.5s;
  transition-property: scale;
  background: transparent;
}

.lazy__bg {
  scale: 1.7;
}
.square-photos:hover {
  scale: 1.07;
  transition: 0.4s;
}

.grid-flow-row {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 600px) {
  .grid-flow-row:nth-child(1) {
    height: 250px;
  }
  .square-photos {
    width: 48%;
    height: 250px;
    transition-duration: 0.5s;
    transition-property: scale;
    background: transparent;
  }
  .s-block--fixed-banner img {
    scale: 1.075 !important;
  }
  .lazy__bg {
    scale: 1;
  }
}

/* Banners */
.s-block--fixed-banner img {
  background: none;
  border-radius: 0px 0px 0px 0px;
  width: 100% !important;
  height: auto;
  display: block;
  scale: 1.06;
}

.s-product-card-entry {
  background: transparent;
  border-radius: 15px 15px 1px 1px;
  border: 2px solid var(--main-color);
}

.s-product-card-entry:hover {
  border: 2px solid var(--third-color);
  transition: 0.4s;
}

.text-\[var\(--color-primary-lighter\)\] {
    background-image: url(https://cdn.salla.sa/ZYmVPn/xz9XDGRqGKh9cBmGM3FASKuGp1Bt0lRVUJJLXboB.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bg-cover {
    background-color: #fffafb;
}

@media (max-width: 480px) {
  .bg-cover {
    background-size: contain;
    height: 240px;
    width: 100%;
}
}
.s-block--hero-slider .swiper-slide {
    background-color: #fffafb;

}

.rounded-\[5px\]:hover {
    transform: translateY(5px);
    transition: 0.4s;
}
.

/* Footer */
.footer-is-light .store-footer {
  border-radius: 100px 100px 10px 10px;
  background: transparent;

}
.max-w-\[1440px\] {
 border-radius: 50px 50px 0 0;
    border: 1px solid var(--third-color);
    background-color: var(--card-color);
}


#page-main-title span {
}