/* Add custom CSS styles below */ 
/* Global */
:root {
    --font-main: Almarai;
    --color-primary: #29352C;
    --color-primary-dark: #29352C;
    --color-primary-light: #29352C;
    --color-primary-reverse: #fff;
    font-size: 19px;
}
@font-face {
  font-family: 'Almarai';
  src: url('fonts/Almarai-Regular.woff2') format('woff2'),
       url('fonts/Almarai-Regular.woff') format('woff');
  font-display: swap;
}
body {
    background-color: #FFFFFF !important;
    
}

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

.banner--fixed img {
  background-color: transparent;
}
.s-contacts-topnav-link:where([dir="rtl"], [dir="rtl"] *) {
    border-left-width: 1px;
    color: beige;
}
/* End of Global */
 /Navbar/
.main-nav-container.shadow-default.bg-white{
  background-color: #FFFFFF !important;
}
  .navbar-brand img {
    max-width: 300px;
  }
@media only screen and (min-width: 1024px) {
  .main-menu li.root-level>a {
      color:#29352C;
  }
}
.top-navbar {
  display: flex;
  min-height: 48px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
    background-color: #29352C !important;

}
.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
    border-width: 0px;
    padding-left: 0px;
    color: beige;
}

.text-primary {
  color: #29352C;
}
.s-menu-topnav-list {
  
  color: beige !important;
}

.header-btn__icon {
  color: #29352C;
  border-color: #29352C;
}
.s-search-icon svg {

  fill: beige !important;
}

.navbar-brand img {
  max-height: 4.6rem;
}

.s-cart-summary-total {
  color: #29352C;
}
.s-search-container input::placeholder, .s-search-container input, .header-btn__icon:hover  {
  color: beige !important;
}
/End of navbar/
/*main section*/
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
    margin-top: 0 !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0 !important;
}
.s-block.s-block--fixed-banner.wide-placeholder .container {
    padding-right: 0;
    padding-left: 0;
}
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 100%;
    border-reduis: 0;
}

/* end main section*/
/*Categories*/

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

.s-slider-block__title {
  justify-content: center;
}
  
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 .swiper-slide > a > h2 { 
  display:none;
}
  

  
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;
}
  
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 (min-width: 1024px) {
  salla-slider .slide--one-sixth {
   
    width: 20% !important;
  }
}
@media (min-width: 1024px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper {
    justify-content: center;
  }
}

/*End of Categories*/
/* Products Section */
@media (min-width: 768px) {
    .s-slider-block__title {
        margin-bottom: .5rem;
    }
}
.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-left: 0 !important;
}
.s-slider-block__title {
    justify-content: center !important;
    display: flex;
    align-items: center !important;
}

@media (max-width: 687px) {
  .s-slider-block__title-right h2 {
    color:#29352C !important;
  }
}

h2 {
  color: #29352C !important; 

}
.s-slider-block__title h2 {
    text-align: center;
    font-size: 1.7rem;
}
.s-slider-block_title h2:where([dir=rtl],[dir=rtl] *), .s-slider-block_title-right:where([dir=rtl],[dir=rtl] *) {
  padding-left: 0;   
}

.s-slider-block__title h2 {
  text-align:center;
}



.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}
  
.s-products-list-vertical-cards {
    padding: .3rem !important;
}

.s-product-card-vertical {
  padding: 0.1rem;
  overflow: hidden;
  box-shadow: 0px 0px 8px -1px #29352C;
}

.swiper-wrapper.s-slider-swiper-wrapper {
  padding-top: .4rem;
  padding-bottom: .4rem;
}

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

.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-title a {
  color:#2D2D2D;
}

.s-product-card-content-sub {
  justify-content: flex-start;
}
  
.s-button-wide {
  background-color: #2C3A2E;
  color: #CBAC73;
  border-radius: 10px !important;
}
  
.s-product-card-vertical img {
  transition: .5s;
}
  
.s-product-card-image img.loaded {
  aspect-ratio: 4/4 !important ;
}

.s-product-card-vertical:hover img {
  opacity : .9;
  transform : translateY(10px);
  transform : scale(1.1);
}


/* End of Products Section */
/* Features */
.s-block__title-left {
  display: none !important;
}
@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 2;
  }
}
  
.s-block__title {
  align-items: center;
  justify-content: center;

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

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




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

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

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

.gap-3 {
    gap: 0.75rem;
}
.grid-flow-row {
  grid-auto-flow: column;
}
@media (max-width: 768px) { 
  .banner-entry {
    height: 160px; /* يمكنك تعديل الارتفاع حسب الحاجة */
  }
}
@media (min-width: 480px) { 
  .banner-entry {
    height: 250px; /* يمكنك تعديل الارتفاع حسب الحاجة */
  }
}

  .banner-entry {
   
    background-color: transparent;
  }
  @media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 768px) { /* عند شاشات الهواتف */
  .md\:grid-cols-3{
   
    grid-template-rows: repeat(1,minmax(0, 1fr) ); /* صفين */
    gap: 4px; /* المسافة بين العناصر */
  }
}
@media (max-width: 768px) {
  .banner-entry {
    height: 97px;
  }
}
/End feature/
/* Footer */
.footer-is-light .store-footer {
    background-color: #2C392F;
}
footer > div.store-footer__inner {
    background-color: transparent !important;
    color: #CBAC73;
}
.store-footer{
  
   background-color: #2C392F !important;
    color: #CBAC73 !important;
  }
  .flex.items-center.m-0 h3{
  text-indent: -9999px; 
    white-space: nowrap;
    overflow:hidden;
  }
   .store-footer__inner .container.grid > div:nth-of-type(1) h3 {
  display: none !important;
}
  footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after  {
    content: '';
    display:block;
   z-index: .9999;
    width: 250px;
    height: 170px;
    background: url(https://i.ibb.co/n8NySMCd/WASEEL-LOGO-1-2-removebg-preview-2.png) no-repeat center; 
  ;
    background-size: contain;
  }
  
  
  footer > div.store-footer__inner {
    background-color: transparent !important;
  }
  .s-social-list.hydrated {
    place-content: center !important;
    justify-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: auto !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: 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;
 
  }
  
  footer > div.store-footer__inner > div > div:nth-child(3) {
    justify-items: center;
  }
  
  .text-sm.copyright-text {
    color: #CBAC73;
  }
  .max-w-sm {
  max-width: none;
}
.copyright-text p {
   
    color: #CBAC73 !important;
}
.s-social-link a{
border-color: #CBAC73;
 }
 .s-contacts-icon {
 
    border-color: #CBAC73;
}
.mb-6 {
    margin-bottom: -12px;
}
.s-contacts-list {

    align-items: center !important;
}
  /* End of Footer */
  
  nav#mobile-menu ul li a[aria-label="للطلبات الخاصة للجهات الحكومية والشركات والمناسبات"] {
    display : none
}