/* Add custom CSS styles below */ 
/* البطاقة */
.art-categories-03-card .aspect-square {
    display: flex;
    flex-direction: column;
    overflow: visible !important;
}

/* حاوية الصورة */
.art-categories-03-card .aspect-square > a {
    display: flex;
    flex-direction: column;
}

/* الصورة */
.art-categories-03-card .bg-cover {
    aspect-ratio: 4/5;
}

/* مكان العنوان */
.art-categories-03-card .text {
    position: static !important;
    inset: unset !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    background: transparent !important;
}

/* العنوان */
.art-categories-03-card h3 {
    position: static !important;
    color: #585E6C !important;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-shadow: none !important;
}
.s-comments-product{
	background-color: transparent !important;
}