#coupon-code-ajax .row {
    row-gap: 10px;
}

#coupon-code-ajax input {
    padding: 10px 12px;
    border: unset;
}

/* Make order summary a positioning container */
.__cart-total {
    position: relative;
}

#coupon-apply-btn {
    background: #fc6176 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 500;
}

#coupon-apply-btn:hover {
    background: #d6283f !important;
}

#proceed-next-btn {
    background: #fc6176 !important;
    border: none !important;
    color: #fff !important;
    /* height: 50px; */
    font-weight: 500;
}

#proceed-next-btn:hover {
    background: #fc6176 !important;
}

/* Total label */
h4:has(+ h2#totalVal) {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #f0314e !important;
    font-family: inherit !important;
}

/* Total value */
#totalVal {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #f0314e !important;
}

/* Coupon input clean style */
.promo-input {
    font-family: inherit;
    border: none;
    outline: none;
}

/* Optional (recommended for better UI) */
.promo-input::placeholder {
    color: #888;
}

.promo-input:focus {
    box-shadow: none;
}

/* empty cart css */

.empty-cart-img {
    margin-bottom: 40px;
    text-align: center;
}

.empty-cart-img img {
    width: 120px; /* adjust size */
    max-width: 100%;
    opacity: 0.9;
}
