/* Viona checkout branding — TR polish */
.viona-cart-banner {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(139, 92, 246, 0.12));
    border: 1px solid rgba(139, 92, 246, 0.35);
    border-radius: 12px;
    color: #312e81;
    font-size: 14px;
    margin: 0 0 16px;
    padding: 12px 16px;
}

.viona-cart-banner i {
    margin-right: 8px;
}

#order-standard_cart .header-lined h1,
#main-body .header-lined h1 {
    font-size: 28px;
    font-weight: 700;
}

#main-body .cart-sidebar h2,
#main-body .order-summary h2,
#main-body .panel-title {
    font-weight: 600;
}

#main-body .btn-primary,
#order-standard_cart .btn-primary {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border: 0;
    border-radius: 10px;
    font-weight: 600;
}

#main-body .btn-primary:hover,
#order-standard_cart .btn-primary:hover {
    filter: brightness(1.05);
}

#main-body .panel,
#order-standard_cart .panel {
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

#order-standard_cart .view-cart-items-header,
#order-standard_cart .order-summary {
    border-radius: 14px;
}

#order-standard_cart .order-summary .summary-container {
    background: #f8fafc;
    border-radius: 12px;
}

#order-standard_cart .promo .form-control,
#order-standard_cart input.form-control,
#order-standard_cart select.form-control {
    border-radius: 10px;
}

#order-standard_cart .checkout-security-msg,
#main-body .secure-checkout-note {
    color: #64748b;
    font-size: 13px;
}

#order-standard_cart .empty-cart .btn {
    border-radius: 10px;
}

#order-standard_cart .domain-checker-result-headline,
#order-standard_cart .product-info {
    border-radius: 12px;
}

@media (max-width: 767px) {
    #order-standard_cart .order-summary {
        margin-top: 16px;
    }
}
