/* Add custom CSS styles below */ 
/* Global */
body {
  background-color: #fff !important;
}

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

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}
/* End of Global */


/* Header */
body.index .store-header {
  position: absolute;
  width: 100%;
  z-index: 9999;
}

body.index .main-nav-container {
    background-color: transparent;
}

body.index .top-navbar {
  display: none;
}

@media(min-width: 1024px) {
  .navbar-brand img {
    max-height: 4rem;
  }
}

.main-nav-container {
    background-color: #2B7ABD;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: #fff;
    }
}

.header-btn__icon.sicon-user-circle, .header-btn__icon.icon.sicon-shopping-bag, .s-cart-summary-total {
  color: #fff;
}

.header-btn__icon {
  border-color: #fff;
}

.main-nav-container.fixed-header .inner {
    background-color: #2B7ABD;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 4rem;
}

.sicon-menu {
  color: #fff;
}
/***/


/* Main Slider */
section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider .home-slider .swiper.s-slider-container {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

@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 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

.s-slider-v-centered .s-slider-block__title-nav {
  display: none;
}
/* End of Main Slider */


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

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

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: 1024px) {
  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: 250px;
  }
}

@media(max-width: 1024px) {
  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: 175px;
  }
}

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

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


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

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

@media(min-width: 768px) {
  .s-slider-block__title h2 {
    font-size: 22px;
  }
}

.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: #fff;
}

.s-product-card-vertical {
  border: 3px solid #2B7ABD;
  overflow: hidden;
}

.s-product-card-content {
  background-color: #fff;
  border-radius: 0;
}


.s-product-card-content-title {
  text-align: center;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

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

.s-product-card-content-title a {
  color: #2B7ABD;
}

.s-product-card-price, .s-product-card-sale-price h4, .s-product-card-starting-price h4 {
  color: #D80000 !important;
}

.s-button-wide {
    background-color: #2B7ABD;
    color: #fff;
}

.s-product-card-content-subtitle {
    text-align: center;
}

.s-product-card-vertical img {
  transition: .5s;
  aspect-ratio: 1 / 1;
}

.s-product-card-vertical .s-product-card-image {
  border-radius: 0;
}

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


/* Payment Banner */
:nth-child(6 of section.s-block.s-block--fixed-banner) .container img {
  width: 60%;
  justify-self: center;
}
/***/


/* Store Features */
.s-block__title-left {
  display: none !important;
}

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

@media(min-width: 768px) {
  .s-block__title h2 {
    font-size: 22px;
  }
}

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

:nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
}

@media (min-width: 768px) {
    :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: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(1, 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: 200px;
  }
}

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

.lazy__bg {
      background-size: contain;
    background-repeat: no-repeat;
}
/* End of Store Features */


/* Footer */
.footer-is-light .store-footer {
  background-color: #fff;
  border-top: 1px solid #d0d0d0;
}

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

.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: 100px;
    height: 104px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/zBKAr/1hmVwxDEzfKDnuRPciR1lj2j35TD4Mu8A7BPBjhq.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;
}

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

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

/* End of Footer */