/* شكل بطاقات المنتجات */
.product-item {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    transition: .3s;
    background: #fff;
}

.product-item:hover {
    transform: translateY(-5px);
}

/* زر السلة */
.btn.btn-primary {
    background: #3F2E8C !important;
    border-radius: 10px;
    border: none;
}

/* التصنيفات الدائرية */
.categories img {
    border-radius: 50%;
    padding: 10px;
    background: #fff7ef;
}

/* العناوين */
.section-title {
    font-weight: 700;
}

/* الفوتر */
footer {
    background: #3F2E8C !important;
}