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

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


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

.top-navbar {
  background-color: #0A2340;
  color: #fff;
}

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

.s-search-icon svg {
    fill: #fff;
}

.s-cart-summary-total {
    color: #0A2340;
}
.header-btn__icon {
    border-color: #0A2340;
    color: #0A2340;
}
/* End of Header */

/** silder block ***/
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}
.home-slider.photos-slider .s-slider-block__title-nav {
    display: none !important;
}
/** End silder block ***/


/* Categories */
:nth-child(1 of section.s-block.s-block--banners.container) {
    position: relative;
    z-index: 999;
}

@media(min-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) {
    margin-top: -4rem;
  }
}

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

: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(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: 70px;
  }
}

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

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


/* First Store Features */
.s-block--features__item {
    border-radius: 20px;
}

.s-block--features__item .feature-icon {
  background-color: transparent;
}

.s-block--features__item .feature-icon i {
    color: #0A2340;
    font-size: 2.875rem;
}

.s-block--features__item h2 {
  font-size: 1.2rem
}

.s-block--features__item p {
  font-size: 1rem;
}

.s-block--features__item:first-child {
    grid-column: unset;
}

@media (max-width: 768px) {
    .s-block--features__item:last-child {
        grid-column: span 2 / span 2;
    }
}
/* End of First Store Features */


/* Second 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;
    color: #0A2340;
  }
}

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

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

@media (max-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) {
        display: none;
    }
}

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

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

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

@media (min-width: 768px) {
    :nth-child(3 of section.s-block.s-block--banners.container) {
        display: none;
    }
}

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

@media (max-width: 768px) {
  :nth-child(3 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 148px;
  }
}
/* End of Store Features */


/* Products Section */
.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-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

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

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

.s-button-wide {
    background-color: #0A2340;
    color: #fff;
}

.s-product-card-image {
    /* padding: 1rem; */
    background-color: transparent;
}

.s-product-card-image img {
  transition: .5s;
  aspect-ratio: 1 / 1;
  border-radius: .75rem;
}

.s-product-card-image:hover img {
  transform : scale(1.1);
}

.s-product-card-horizontal .s-product-card-content {
    border-radius: .75rem;
}

div.s-slider-block__title > div.s-slider-block__title-left {
      justify-content: end
}

.s-block--slider-with-bg .slider-bg:before {
  display: none;
}
/* End of Products Section */

:nth-child(2 of section.s-block.s-block--fixed-banner) .container {
  max-width: 100%;
  padding: 0;
}


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

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

.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: 95px;
    height: 100px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/Vqlqpe/Vk7yKlElBy7ZcVSxOihlHhHlRnSY0SPEcaoPzRFw.png);
    background-size: cover;
}

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

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
    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-bottom: 1rem;
    }
}

.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.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}

.s-contacts-list-vertical {
  justify-self: center;
}

.copyright-text p {
  color: #fff;
}
/* End of Footer */