/* Add custom CSS styles below */ 

/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
width:70%;
margin:auto;
}

@media (max-width: 768px){
/*categary*/
.al-categories .grid {
 grid-template-columns: repeat(2, minmax(0, 1fr));
width:100%;

}

.al-categories img {

    max-height: 150px;

}
}
/**/


/* remove bg*/
.al-categories .category_card::after {

    background: transparent;

}
.al-categories h3{
    font-size: 35px;
    line-height: 2rem;
    font-weight: 900;
} 

.al-categories .category_card {

    --background_hover: transparent !important;
}
/**/



.LA_limited-time-offers .overlay {
  background: transparent;
}


.store-footer__inner .grid {
  grid-template-columns: repeat(4, minmax(200px, 1fr)) !important;
}

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

.copyright-text p a:hover {
  color: #fff !important;
}
.store-footer__inner .col-span-2 > a img {
  max-width: 100%;
  filter: brightness(0) invert(1);
}

/**الاراءء*/
.card .flex-row.items-center P {
    font-size: 17PX;
    width: 69%;
    line-height: 2;
}
.card .items-center.justify-start {
    display: none;
}
.card {
    min-height: 190px;
}

.product-div {
    display: none;
}
.s-product-card-entry {
  border: 2px solid var(--color-primary);
  border-radius: 15px;
}
@media(max-width:768px) {

/***mobile **/
.landing-page-first-banner .item-text {
    max-width: 100% !important;

    padding: 2rem 0;
    position: absolute;
    top: 2rem ;
    align-items: center !important;
}
.landing-page-first-banner .item-text h1 {
    font-size: 35px !important;
  text-align: center !important ;
}

  .landing-page-first-banner .item-text {
    max-width: 500px !important;
}
/***/
  .store-footer__inner .grid {
    grid-template-columns: repeat(1, minmax(200px, 1fr)) !important;
}
  /* footer */
  .store-footer__inner .grid .col-span-2 {
    grid-column: span 1 / span 2;
  }
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .store-footer__inner .col-span-2 > a {
    max-width: 150px;
    margin: auto;
  }

  .store-footer__inner .s-menu-footer-list > a {
    text-align: center;
  }
  /**/

  .al-testimonial .flex.flex-col.items-start.px-1 {
    align-items: center;
    align-items: center;
    text-align: center;
}


}