body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
}
.checkout-card {
    background: #fff;
    border-radius: 8px;
}
.form-control, .form-select {
    padding: 12px;
}
.order-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}
.badge-qty {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #000;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    padding: 4px 7px;
}
.payment-box {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 15px;
}

.hero {
    background: linear-gradient(to right, #ffffff, #e8e8e8);
    color: #131313;
}
.product-card img {
    height: 200px;
    object-fit: cover;
}
footer {
    background: #0b0f19;
    color: #adb5bd;
}
footer a {
    color: #adb5bd;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
}
