/* Add custom CSS styles below */ 
body {
  
    background: #FFF9EF;
}
/* 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;
}

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



.al-categories .category_card {
    padding: 20px;
    width: 281px;
}
.al-categories img {
    max-height: 388px;
    height: 251px;
}

.LA_limited-time-offers .overlay {
  background: transparent;
}
footer .copyright-text p {
  color: #4c4a11 !important;
}

.copyright-text p a:hover {
  color: #4c4a11 !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;
}

.AL_best_seller .image-div img {
    object-fit: cover;
    height: 300px;
}

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

    width: unset;
}
  .al-categories img {

    height: 150px;
}
  
  /* 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;
  }

  .store-footer__inner .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
  /**/

.al-testimonial .flex-col.items-start h4 ,
  .al-testimonial .flex-col.items-start h3,
  .al-testimonial .flex-col.items-start p{
    color: #4c4a11!important;
}

  .LA_limited-time-offers .offers-item-wrapper {
    gap: 50px 0;
    justify-content: space-between;
    background: #00000061;
}

  .AL_best_seller .image-div {
    height: 377px !important;
}
  .AL_best_seller .image-div img {

    object-fit: contain !important;
}
  .AL_best_seller .background.container {
    margin-top: 0 !important;
}

.AL_best_seller .image-div img {
    object-fit: contain !important;
    height:200px;
}
  
}
/**/

/**/