/* ==========================
   Baraaha Free Shipping
========================== */

.baraaha-free-shipping {
    background: linear-gradient(
        135deg,
        #F0FDF4 0%,
        #DCFCE7 100%
    ) !important;

    border: 2px solid #22C55E !important;
    border-radius: 18px !important;

    padding: 20px !important;

    box-shadow:
        0 8px 25px rgba(22, 163, 74, 0.15) !important;

    position: relative !important;
}


/* عنوان شحن مجاني */
.baraaha-free-shipping h1,
.baraaha-free-shipping h2,
.baraaha-free-shipping h3,
.baraaha-free-shipping h4,
.baraaha-free-shipping h5,
.baraaha-free-shipping strong {
    color: #14532D !important;
    font-weight: 800 !important;
}


/* النص */
.baraaha-free-shipping p,
.baraaha-free-shipping span,
.baraaha-free-shipping div {
    border-color: #22C55E;
}


/* النص الذي يحتوي المبلغ */
.baraaha-free-shipping-text {
    color: #15803D !important;
    font-weight: 700 !important;
}


/* أي SVG داخل الكرت */
.baraaha-free-shipping svg {
    color: #16A34A !important;
}


/* الـ progress bar */
.baraaha-free-shipping progress {
    accent-color: #16A34A !important;
}


/* الجوال */
@media (max-width: 767px) {

    .baraaha-free-shipping {
        width: calc(100% - 24px) !important;

        margin:
            12px auto
            18px auto !important;

        padding: 16px !important;

        border-radius: 14px !important;

        box-shadow:
            0 6px 18px rgba(22,163,74,.18) !important;
    }

}