/* Add custom CSS styles below */ 
/* Global */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');


:root {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body {
  background-color: #FFFAF1 !important;
}

.s-block.s-block--fixed-banner.wide-placeholder .container {
  max-width: 95%;
  padding-right: 0;
  padding-left: 0;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}

.s-block {
  margin-top: 2rem;
}
/* End of Global */


/* Header */
.main-nav-container {
  background-color: #FFFAF1;
}

.navbar-brand img {
  max-height: 5rem;
}
/* End of Header */


/* Main Slider */
div.swiper-slide>a>img {
  width: 100%;
  height: 100%;
  transition: .3s;
}

div.swiper-slide>a {
    background-color: transparent;
    border-width: 0;
    height: 100%;
}

:nth-child(1 of section.s-block.s-block--photos-slider) .home-slider .swiper .swiper-wrapper .swiper-slide {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
}

salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

salla-slider.photos-slider .swiper {
    padding-bottom: 0;
}

:nth-child(1 of section.s-block.s-block--photos-slider) {
    margin-top: 0;
}

salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

.rounded-md {
    border-radius: 0;
}

@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-right: 0;
    }
}
/* End of Main Slider */


/* Main Banner */
/* :nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
    margin-top: 0;
}

:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
} */
/* End of Main Banner */


/* Categories */
.slide--cat-entry h2 {
  display: none;
}

.s-slider-controls-outer .s-slider-block__title-nav {
    display: none;
}
@media(min-width: 992px) {
  :nth-child(1 of section.s-block.s-block--categories) {
    margin-top: -3.5rem;
  }
}

@media(max-width: 992px) {
  :nth-child(1 of section.s-block.s-block--categories) {
    margin-top: 1rem;
  }
}

:nth-child(2 of section.s-block.s-block--categories) {
  margin-top: 0;
}

@media(min-width: 992px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper {
    justify-content: center;
  }
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a {
  background-color: transparent;
  border-width: 0;
  height: 100%;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  transition: .3s;
}

.rounded-full {
  border-radius: 0;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img:hover {
  transform : translateY(10px);
  transform : scale(1.1);
}

@media(max-width: 992px) {
  .slide--cat-entry {
    padding-right: 0;
  }
}

@media(max-width: 992px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper .swiper-wrapper .swiper-slide {
    padding-right: 0;
  }
}
/* End of Categories */

@media(max-width: 992px) {
  :nth-child(1 of section.s-block.s-block--best-offers.container.overflow-hidden) {
    margin-top: 1rem;
  }
}

/* Products Section */
.s-slider-block__title-left {
  display: none !important;
}

.s-slider-block__title {
    margin-bottom: 1.5rem;
    justify-content: center;
}

.s-slider-block__title h2 {
  font-size: 1.5rem;
}

.s-slider-block__title h2:after {
  content: ' ';
  display: block;
  border: 1px solid #90695D;
  margin-top: .3rem;
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *), .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #FFFAF1;
}

.s-product-card-vertical {
  border: 1px solid #90695D;
  overflow: hidden;
}

.s-product-card-content {
    text-align: center;
    background-color: #FFFAF1;
    border-radius: 0;
}

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

@media(min-width: 992px) {
  .carousel-slider .swiper-wrapper > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.s-product-card-vertical img {
  transition: .3s;
}

.s-product-card-vertical:hover img {
  opacity : .7 ;
  transform : translateY(10px);
  transform : scale(1.1);
}

.s-product-card-entry {
  background-color: #FFFAF1;
}
/* End of Products Section */


/* Categories Banner */
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0;
}

.s-block__title {
  justify-content: center;
}

.s-block__title h2 {
  font-size: 1.5rem;
}

.s-block__title h2:after {
  content: ' ';
  display: block;
  border: 1px solid #90695D;
  margin-top: .5rem;
}

:nth-child(1 of section.s-block.s-block--banners.container) .one-row .banner-entry {
    background-color: transparent;
    height: 341px;
    border-radius: 0;
}

@media (min-width: 640px) {
    .sm\:gap-8 {
        gap: 1rem;
    }
}

@media (max-width: 992px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 106px;
  }
}
/* End of Categories Banners*/


/* Store Features */
:nth-child(2 of section.s-block.s-block--banners.container) .two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
}

:nth-child(2 of section.s-block.s-block--banners.container) .two-row .banner-entry {
    background-color: transparent;
}

@media (min-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
  :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 236px;
    background-color: transparent;
  }
}

@media (max-width: 992px) {
  :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 73px;
    background-color: transparent;
  }
}

.lazy__bg {
      background-size: contain;
    background-repeat: no-repeat;
}

.gap-3 {
    gap: 0.75rem;
}

@media (min-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .s-block__title {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}
/* End of Store Features */


/* Reviews Section */
.s-reviews-header-wrapper {
    justify-content: center;
}

.s-reviews-header {
    font-size: 1.5rem;
    margin-right: 0;
}

.s-reviews-header:after {
  content: ' ';
  display: block;
  border: 1px solid #90695D;
  margin-top: .5rem;
}

.s-reviews-display-all {
    display: none;
}
/* End of Reviews Section */


/* Footer */
.footer-is-light .store-footer {
  background-color: #FFFAF1;
}

footer > div.store-footer__inner {
  background-color: #612C1E !important;
  color: #fff;
}

footer.store-footer * {
    justify-items: center;
}

.s-social-list.hydrated {
  place-content: center;
}

.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
    content: "";
    display: block;
    width: 150px;
    height: 100px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/Wzwjq/pOB1Vc539QLFll4E4epxIRVHBhkhKc1nL6GmDvaE.png);
    background-size: cover;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-top: 2rem;
        padding-bottom: 0;
    }
}

@media (min-width: 640px) {
    .store-footer {
        margin-top: 2rem;
    }
}

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

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

.text-center::before {
    content: " برمجة و تطوير © فكرتك الرقمية";
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content:center;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > div.flex.rtl\:space-x-reverse.space-x-2.items-end {
  justify-content: center;
}
/* End of Footer */