/* Add custom CSS styles below */ 
/* remove bg*/
.al-categories .category_card::after {

    background: transparent;

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

.al-categories .category_card {

    --background_hover: transparent !important;
}
/**/
/**الاراءء*/
.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;
}


.LA_limited-time-offers .overlay {
  background: transparent;
}
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);
}


@media (max-width: 768px) {
/* 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;
  }
  /**/
}