/* Add custom CSS styles below */ 
.lg\:grid-cols-6 {
    display: flex;
    justify-content: center;
}
.al-categories .md\:-translate-y-1\/3 {
    --tw-translate-y: 0px; 
}
.al-categories .category_card::after {
display: none
}
.al-categories h3 , .al-categories p {
  display: none
}
@media (max-width:768px){
.store-footer__inner * {
    text-align: center !important;
        margin-inline: auto;
}
.store-footer__inner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
}
}
/* زر الحذف أسود */

button[aria-label*="Remove"],
button[title*="حذف"] {
    background-color: #000000 !important;
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: none !important;
}

/* لون أيقونة الحذف */
button[aria-label*="Remove"] svg,
button[title*="حذف"] svg {
    fill: #ffffff !important;
    width: 18px !important;
    height: 18px !important;
}

/* تأثير عند المرور بالماوس */
button[aria-label*="Remove"]:hover,
button[title*="حذف"]:hover {
    background-color: #333333 !important;
}