/* Add custom CSS styles below */ 
/* Global */

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

.s-block {
    margin-top: 2rem;
}

@media(min-width: 1024px) {
  .container {
    max-width: 90%;
  }
}

/* End of Global */

/* Header */
#mainnav > div > div {
  max-width: 95%;
}

#mainnav > div {
  background-color: #606060;
}

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

[class*=" sicon-"], [class^=sicon-], .s-cart-summary-total {
  color: #fff;
}

@media (max-width: 1024px) {
    .main-nav-container {
        min-height: 64px;
    }
}
/* End of Header */



section.s-block.s-block-tabs.s-block--tabs-produtcs {
  margin-top: 0;
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
  color: #fff;
}




/* 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 {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

.banner--fixed img {
  border-radius: 0;
}
/* End of Main Banner */



/* 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 .home-slider .swiper.s-slider-container {
  padding-bottom: 0;
}

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



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

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

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

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

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

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

section.s-block.s-block--categories .container {
  max-width: 90%;
}

div.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 h2:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0;
}

.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0.5rem 2rem 0.7rem 2rem;
  background-color: #0DC1FE;
  color: #fff;
  border-radius: 10px;
}

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

.s-slider-block__title {
  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: #f5f5f5;
  padding: 1rem 0 0 0;
}

.s-button-wide {
    background-color: #0DC1FE;
    color: #fff;
    border-radius: 0 !important;
}

.s-button-text, .s-product-card-content-title a, .s-product-card-price {
      font-size: 1rem;
}

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

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

.s-product-card-vertical:hover img {
  opacity : .7 ;
  transform : scale(1.2);
}

.carousel-slider .swiper-wrapper > div {
  padding-left: 1rem;
  padding-right: 1rem;
}
/* End of Products Section */


/* Store Features */
div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container .two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
}

@media (min-width: 768px) {
    div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
  .banner-entry {
    height: 100px;
  }
}

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

.gap-3 {
    gap: 0.75rem;
}
/* End of Store Features */

/* Footer */

.footer-is-light .store-footer {
  background-color: #f5f5f5;
}

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

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

.footer-is-light .store-footer .store-footer__inner {
  background-color: #707070;
  color: #fff;
}

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

.copyright-text p>a {
    display: none;
}

.copyright-text p:after {
    content: " © فكرتك الرقمية";
}

/* End of Footer */

[class^=sicon-] {
    color: #000;
}