/* --- BURMUDA: الكود الصافي والمضبوط --- */

.product-card {
    border: 1.5px solid #00f2ff !important;
    border-radius: 12px !important;
    background-color: #0d1112 !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: block !important;
}

/* 1. الصورة تفرش العرض كامل */
.product-card img, .product-card .image-wrapper {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* 2. النص والسعر يرجعون يمين (عشان المربع الأسود بالصورة) */
.product-card .product-title, .product-card .product-price {
    text-align: right !important;
    direction: rtl !important;
    padding-right: 15px !important;
    display: block !important;
    width: 100% !important;
    margin: 8px 0 !important;
}

/* 3. الزر مسنتر بالوسط وما يلمس التحديد التركوازي */
.product-card .btn-add-to-cart, .product-card .add-to-cart-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 85% !important; 
    margin: 15px auto !important; /* التوسط */
    background-color: #00f2ff !important;
    color: #000 !important;
    border-radius: 8px !important;
    height: 40px !important;
}

/* 4. إخفاء أيقونة الشنطة وترتيبها */
.product-card .btn-add-to-cart i {
    margin-left: 8px !important;
    font-size: 16px !important;
}