/* Add custom CSS styles below */ 
/* Global */
body {
  background-color: #F6F6F6 !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 */
@media(min-width: 1024px) {
  .navbar-brand img {
    max-height: 4rem;
  }
}
/* End of Header */


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

@media(max-width: 768px) {
  :nth-child(1 of section.s-block.s-block--photos-slider) {
    display: none;
  }
}

@media(min-width: 768px) {
  :nth-child(2 of section.s-block.s-block--photos-slider) {
    display: none;
  }
}
/* End of Main Slider */


/* Store Features */
: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(4, 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(2, 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: 100px;
  }
}

@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 Store Features */


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

section.s-block.s-block--categories .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: 350px;
  }
}

@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: 180px;
  }
}

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: 768px) {

.swiper-slide.slide--one-sixth.swiper-slide-active{
  width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
}
}
/* 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 {
    color: #000;
}

.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: 1px solid #F67E20;
  border-radius: 20px;
  overflow: hidden;
}

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

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

.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-title a, .s-product-card-price, .s-product-card-sale-price h4 {
  color: #000000DE !important;
}

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

.s-button-wide {
    background: linear-gradient(90deg, #F67E20 0%, #904A13 134.59%);
    color: #fff;
}

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

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

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


/* Categories Banners */
:nth-child(2 of section.s-block.s-block--banners.container) .banner-entry {
  background-size: contain;
}

.s-block__title {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 768px) {
  :nth-child(2 of section.s-block.s-block--banners.container) .grid a:first-child {
    background-image: url(https://i.ibb.co/p6TwxvQL/Frame-1000010659.png) !important;
  }
}
/***/


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

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: 160px;
    height: 100px;
    background-image: url(https://i.ibb.co/ZRNSCBk7/f8ab04f2-c6cb-4d40-99e5-ef064c4ce165-1-1.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-bottom: 1rem;
    }
}

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

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

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

.copyright-text p {
  color: #fff;
}

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