/* Add custom CSS styles below */ 
/* ========== Google Fonts ========== */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/* ========== Font and Color Variables ========== */
/*global*/
.loader-init {
    display: none
}
body{
  background-color:#F9FAFB !important ;
  font-family: 'Almarai', sans-serif;
}
.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding: 0;
}
.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}
:root {
    --main-color: #111826;
    --second-color: #10B0CE;
    --third-color: #353F47;
    --color-primary: var(--main-color);
    --color-primary-dark: #111826;
    --color-primary-light: #10B0CE;
   --color-primary-reverse: #353F47;
}
/*nav*/
    .top-navbar {
  background: linear-gradient(350deg, #10B0CE, #C0DFE7);  
}
  .main-menu li.root-level a ,.s-cart-summary-total,.header-btn__icon{
      color:#12B0CE;
  }
.header-btn__icon {
    border-color: #12B0CE;
}
.top-navbar .s-search-input::placeholder {
    color: #333;
}
.s-search-icon svg {
    fill: #333;
}
.main-menu li a:hover {
  color: var(--second-color);
  transform: translateY(-15%);
}
i.sicon-menu.text-primary.text-2xl {
color: var(--second-color);
}
.navbar-brand img {
    max-height: 5rem;
}
/* end nav*/
/* main section*/
:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder){
    margin-top: 0;
}
.s-block.s-block--fixed-banner.wide-placeholder .container{
   max-width:100%;
}
/*end main section*/
/* Categories Banner */
:nth-child(1 of section.s-block.s-block--banners.container) .one-row .banner-entry {
    background-color: transparent;
    height: 346px;
}
@media (min-width: 992px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-2 {
        gap: .5rem !important;
    }
}

@media (max-width: 992px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.3rem;
    }
}
@media (max-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-2 .banner-entry {
    height: 107px;
  }
}
/* End of Categories Banners*/
/* Products Section */
  .s-slider-block__title-right h2 {
    color:#1C1E29 !important;
  }
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image,.s-product-card-content {
  background-color: #F5F7F2;
}
.s-products-list-vertical-cards {
    padding: .3rem !important;
}
.s-product-card-vertical {
  padding: 0.1rem;
  overflow: hidden;
  box-shadow: 0px 0px 9px -1px #10B0CE;
}
.swiper-wrapper.s-slider-swiper-wrapper {
  padding-block: .4rem;
}
.s-product-card-content-title {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.s-product-card-content-sub {
  justify-content: center;
}
.s-button-wide {
  background: linear-gradient(350deg, #10B0CE, #C0DFE7); 
  color: #333;
  border-radius: 10px !important;
}
.s-product-card-vertical img {
  transition: .5s;
}
.s-product-card-image {
  aspect-ratio: 4/4 !important ;
}
.s-product-card-vertical:hover img {
  opacity : .9;
  transform : translateY(10px);
  transform : scale(1.1);
}
@media (min-width: 768px) {
    .s-slider-block__title
 {
        margin-bottom: .7rem;
    }
}
/* End of Products Section */
/* Features */
.s-block__title h2 {
  font-size: 1.5rem;
}
.s-block__title {
  align-items: center;
  justify-content: center;
}
.s-block__title .right-side{
  padding-left: 0;
}
.s-block__title h2 {
 color:#2A2A2A;
}
:nth-child(2 of section.s-block.s-block--banners.container) .one-row .banner-entry {
    background-color: transparent;
}
@media (min-width: 768px) {
    :nth-child(2 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(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
  :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 234px;
  }
}
@media (max-width: 992px) {
  :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 120px;
  }
}
.lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.gap-3 {
    gap: 0.75rem;
}
/* End Features */
/*reviews*/
.s-reviews-container .swiper-slide-active .s-reviews-testimonial {
    background: linear-gradient(350deg, #10B0CE, #C0DFE7); 
}
.s-reviews-header-wrapper {
    justify-content: center;
}
h1.s-reviews-header {
    font-size:1.5rem;
}
/* end of reviews*/
/* Footer */
   .store-footer {
    background: linear-gradient(350deg, #10B0CE, #C0DFE7); 
    color: #353F47 !important;
  }
  footer  div.store-footer__inner {
    background-color: transparent !important;
  }
  .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-top: 5px !important ;
  }
  footer.store-footer * {
      text-align: center;
  }
  @media (min-width: 1024px) {
      .store-footer__inner {
          padding-bottom: 1rem;
      }
  }
.s-social-list.hydrated {
  margin-top: auto;
}
  @media (min-width: 640px) {
      .store-footer {
          margin-top: 4rem;
      }
  }
  .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;
  }
  .text-sm.copyright-text {
    color: #000000 ;
  }
  .max-w-sm {
  max-width: none;
}
.copyright-text p {
    color: #353F47 !important;
}
.s-contacts-list {
 align-items: center !important;
 display: inline-grid;

}
#contact-slot:nth-of-type(1)  span.s-contacts-icon {
    background: #33B846 !important;
    border:none;
    color:#FFFFFF;
}
#contact-slot:nth-of-type(2)  span.s-contacts-icon {
    background: #FFFFFF !important;
    border:none;
    color:#1A5372;
}
#contact-slot:nth-of-type(3)  span.s-contacts-icon {
    background: #980E11 !important;
    border:none;
    color:#FFFFFF ;
}
li.s-social-link a[href*="instagram"] {
 background-image: linear-gradient(150deg,#f9ce34,#ee2a7b,#6228d7);
 border:none;
 color:#FFFF;
}
li.s-social-link a[href*="whatsapp"] {

 background: #33B846 !important;
    border:none;
    color:#FFFFFF;
}
li.s-social-link a[href*="tiktok"] {
background-image: linear-gradient(150deg,#00f2ea,#000,#ff0050);
    border:none;
    color:#FFFFFF;
}
li.s-social-link a[href*="snapchat"] {
    background: #FEFB00 !important;
    border:none;
    color:#FFFFFF;
}
li.s-social-link a[href*="facebook"] {
    background: #2561AD !important;
    border:none;
    color:#FFFFFF;
}
/* End of Footer */
@media only screen and (max-width: 600px) {
    .sticky-product-bar__quantity.center-between.mb-5 {
        width:30%
    }
    .fixed-header .inner{
        padding-block : 10px;
     }
    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span.s-button-text {
        font-size:0
    }
    section.sticky-product-bar.bg-white.p-5.rounded-md.rounded-b-none,salla-add-product-button.mt-5.w-full.sticky-product-bar__btn.s-add-product-button-with-quick-buy.s-add-product-button-with-sticky-bar.hydrated {
    flex-direction: row-reverse!important
    }
    .s-add-product-button-with-quick-buy salla-quick-buy:where([dir=rtl],[dir=rtl] *) {
    margin-left: .5rem;
    margin-right: 0 ;
    }
    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span.s-button-text svg {
        display: none
    }

    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span.s-button-text::before {
        content: "إضافة للسلة"!important;
        font-size: 12px
    }

    .product-single button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
        padding: 6px!important
    }

    .product-single footer {
        padding-bottom: 50px
    }

    .app-inner.flex.flex-col.min-h-full {
        position: relative!important
    }

    section.flex.bg-white.p-5.sm\:pb-0.rounded-md.rounded-b-none {
        position: fixed!important;
        left: 0;
        bottom: 60px;
        width: 100%;
        z-index: 22
    }
    .s-modal-body.s-modal-align-middle.s-modal-xs.s-modal-padding.s-modal-entering {
        z-index: 999999999!important
    }
}