/* Add custom CSS styles below */ 
/* Add custom CSS styles below */
   .store-header .inner .container .hydrated .s-menu-topnav-list {
    display: none !important;
}
.al-categories .category_card {
    justify-content: space-between;
}
.al-categories h3 {
    font-size: 16px;
}
 @media (min-width: 991px) {
.store-header .inner .container{
    justify-content: center;
}
}
 @media (min-width: 991px) {
.al-categories  .lg\:grid-cols-6 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
}
 @media (max-width: 768px) {
 .al-categories img {
    width: 46%;
}
}
.al-categories img {
    height: auto;
}
 @media (max-width: 768px) {
 footer .container.grid.grid-col-2{
    grid-template-columns: repeat(1,minmax(0,1fr));
}
.store-footer__inner  *{
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}
}
.grid.one-row .banner-entry,
.grid.one-row .banner-entry * {
    color: #fff !important; /* يخلي النص أبيض */
}
@media(max-width:768px){
.s-product-card-vertical .s-product-card-content-footer .s-button-text {
    font-size: 16px !important;
}
}