span[class*="badge"],
span[class*="label"],
span[class*="tag"],
div[class*="badge"],
div[class*="label"],
div[class*="tag"] {
    background: #BA0E1C !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 6px 14px !important;
    border: none !important;
}

/* توسيط كل النصوص */
.footer,
.footer * {
    text-align: center !important;
}

/* توسيط الأعمدة نفسها */
.footer .row,
.footer .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* توسيط روابط تهمك */
.footer ul {
    padding: 0 !important;
}

.footer ul li {
    list-style: none;
    margin-bottom: 6px;
}

/* توسيط أيقونات التواصل */
.footer .social,
.footer .social-icons {
    display: flex !important;
    justify-content: center !important;
    gap: 10px;
}

/* توسيط شعارات الدفع */
.footer img {
    margin: 5px auto !important;
    display: block;
}

.product-item,
.product-card {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08) !important;
    padding-bottom: 12px !important;
    text-align: center !important;
}

.product-item img,
.product-card img {
    border-radius: 12px !important;
}

.product-item .btn,
.product-item button,
.product-card .btn,
.product-card button {
    border-radius: 10px !important;
    width: 90% !important;
    margin: 10px auto 0 !important;
    display: block !important;
}