/* Add custom CSS styles below */ 
.navbar-brand img {
    scale: 2.5;
}
.Alo__main div:has(.text-center).lg\:w-1\/3.w-full {
    background-image: url(https://github.com/wpAzzrk/shoroukvideos/blob/main/664f9ba8978c584e858c1493a9ae38f6545c1abc-ezgif.com-optimize.gif?raw=true);
    background-size: cover;
    background-position: center;
}
.s-product-card-entry.s-product-card-horizontal {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0588235294); 
    padding-right: 0;
    padding-left: 20px;
}
.al-categories .category_card {
    height: 192px;
}
.copyright-text p {
    color: rgba(255, 255, 255, 1);
}
/*cards*/
@media (min-width:1024px){
  .al-categories .lg\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 181px));
  justify-content: center;
}
.al-categories .md\:text-2xl {
    font-size: 1rem;
    line-height: 2rem;
}

}
@media (max-width:767px){
  .Alo__main div:has(.text-center).lg\:w-1\/3.w-full {
    height: 400px;
}
  .al-categories  .gap-y-12 {
    row-gap: 0rem;
}
}