/* الخلفية العامة */
body {
    background: #0f0f10;
}

/* الخط العام */
body, button, input, select, textarea {
    font-family: "Helvetica Neue", sans-serif;
    letter-spacing: 0.3px;
}

/* الهيدر */
.store-header {
    background: #111111 !important;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* البانرات */
.s-block--hero-slider {
    border-radius: 24px;
    overflow: hidden;
}

/* بطاقات المنتجات */
.product {
    background: #161616;
    border-radius: 22px;
    transition: 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.product:hover {
    transform: translateY(-4px);
    border-color: #d9fff8;
}

/* صور المنتجات */
.product img {
    border-radius: 18px;
}

/* اسم المنتج */
.product .product-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

/* السعر */
.product .price