/* Add custom CSS styles below */ 
/* Global */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

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

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

@media(min-width: 992px) {
  .s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 95%;
  }
}

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

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

.navbar-brand img {
    max-height: 7rem;
}

/* Main Slider */
salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .s-slider-v-centered .s-slider-block__title-nav {
  display: none;
}

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

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

@media (min-width: 768px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 0;
    }
}

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

section.s-block.s-block--photos-slider .home-slider .swiper.s-slider-container .swiper-wrapper .swiper-slide {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

section.s-block.s-block--photos-slider {
  margin-top: 0;
}

salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}
/* End of Main Slider */


/* Categories */
.slide--cat-entry h2 {
  font-size: 1rem;
}

.s-slider-controls-outer .s-slider-block__title-nav {
    display: none;
}

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 {
  justify-content: space-between;
}

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

@media(min-width: 992px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 300px;
  }
}

section.s-block.s-block--categories {
  margin-top: 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);
}
/* End of Categories */


/* 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-right {
  border: 2px solid #000;
  padding: 10px;
}

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

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

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

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

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

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

.s-product-card-vertical:hover img {
  opacity : .9;
  transform : translateY(10px);
  transform : scale(1.1);
}
/* End of Products Section */


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

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

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

footer > div.md\:flex.items-center.justify-between.py-4.container.text-center > span > p {
  color: #fff !important;
}
/* End of Footer */