  .swal2-container {
        z-index: 99999 !important;
    }
    .cart-btn, .buy-btn ,.view-btn {
        padding: 5px 0;
        border: none;
        color: white;
        border-radius: 3px;
        cursor: pointer;
        flex: 1;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cart-btn , .view-btn {
        /* background:linear-gradient(to right, #e91e63, #4a148c); */
        background: #5E00FF;
        font-size: 13px;
    }
    .buy-btn:hover{
       background-color: #f693c5;
    transform: translateY(-1px);
}

.cart-btn:hover, .view-btn:hover {
    background-color: #a36efe;
    transform: translateY(-1px);
}
    .cart-btn i, .buy-btn i ,.view-btn i {  
        margin-right: 5px;
    }
    .buy-btn {
        background: #E40475
    }
    .products {
        max-width: 1200px;
        margin: 30px auto;
    }

    .products h2 {
        color: #e60073;
        text-align: center;
        margin-bottom: 20px;
    }

      .payment-options {
                display: flex;
                gap: 10px;
                margin: 15px 0;
            }

            .payment-btn {
                flex: 1;
                padding: 10px 15px;
                border: 2px solid #ddd;
                border-radius: 5px;
                background-color: white;
                font-size: 14px;
                font-weight: bold;
                cursor: pointer;
                transition: all 0.3s ease;
            }

            .payment-btn:hover {
                border-color: #666;
            }

            .payment-btn.selected {
                border-color: #e91e63;
                background-color: #e91e63;
                color: white;
            }

            .price-section {
                margin-bottom: 20px;
            }

            .price-row {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 10px;
            }

            .price-label {
                font-size: 14px;
                color: #333;
                font-weight: bold;
            }

            .price-value {
                font-size: 14px;
                font-weight: bold;
            }

            .product-price {
                color: #333;
            }

            .selling-price {
                color: #e91e63;
            }

            .earn-amount {
                color: #4CAF50;
            }

            .payment-options {
                display: flex;
                gap: 10px;
                margin: 15px 0;
            }

            .payment-btn {
                flex: 1;
                padding: 10px 15px;
                border: 2px solid #ddd;
                border-radius: 5px;
                background-color: white;
                font-size: 14px;
                font-weight: bold;
                cursor: pointer;
                transition: all 0.3s ease;
            }

            .payment-btn:hover {
                border-color: #666;
            }

            .payment-btn.selected {
                border-color: #e91e63;
                background-color: #e91e63;
                color: white;
            }

            .price-input {
                width: 80px;
                padding: 5px 8px;
                border: 2px solid #ddd;
                border-radius: 4px;
                font-size: 14px;
                font-weight: bold;
                text-align: right;
                transition: border-color 0.3s ease;
            }

            .price-input:focus {
                outline: none;
                border-color: #e91e63;
            }

            .price-input.selling-price {
                color: #e91e63;
            }

            .district-dropdown {
                width: 100%;
                padding: 12px;
                border: 2px solid #ddd;
                border-radius: 5px;
                font-size: 14px;
                background-color: white;
                cursor: pointer;
                transition: border-color 0.3s ease;
            }

            .district-dropdown:focus {
                outline: none;
                border-color: #e91e63;
            }

            .shipping-label {
                margin-bottom: 8px;
            }

    .order-summary {
                background-color: white;
                border-radius: 8px;
                margin-bottom: 20px;
                overflow: hidden;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
                border: 2px solid #e91e63;
            }

            .summary-header {
                background-color: #e91e63;
                color: white;
                padding: 12px 15px;
                text-align: center;
            }

            .summary-header h3 {
                margin: 0;
                font-size: 16px;
                font-weight: bold;
            }

            .summary-content {
                padding: 15px;
            }

            .summary-row1 {
                display: flex;
                justify-content: space-between;
                margin-bottom: 8px;
                font-size: 14px;
            }

            .summary-row1:last-child {
                margin-bottom: 0;
            }

            .summary-row1 span:first-child {
                color: #333;
            }

            .summary-row1 span:last-child {
                font-weight: bold;
                color: #333;
            }

            .summary-color {
                color: #e91e63 !important;
            }

            .shipping-charge {
                color: #e91e63;
                font-weight: bold;
            }

            .summary-total {
                background-color: #f8f9fa;
                padding: 12px 15px;
                border-top: 2px solid #e91e63;
            }

            .total-row {
                display: flex;
                justify-content: space-between;
                font-size: 16px;
                font-weight: bold;
            }

            .total-amount {
                color: #333;
            }

            .customer-info {
                margin-bottom: 20px;
            }

            .customer-title {
                font-size: 16px;
                font-weight: bold;
                color: #333;
                margin-bottom: 15px;
            }

            .form-group {
                margin-bottom: 15px;
            }

            .form-input {
                width: 100%;
                padding: 12px;
                border: 2px solid #ddd;
                border-radius: 5px;
                font-size: 14px;
                transition: border-color 0.3s ease;
            }

            .form-input:focus {
                outline: none;
                border-color: #e91e63;
            }

            .form-input::placeholder {
                color: #999;
            }

            .confirm-btn {
                width: 100%;
                padding: 15px;
                background-color: #e91e63;
                color: white;
                border: none;
                border-radius: 5px;
                font-size: 16px;
                font-weight: bold;
                cursor: pointer;
                transition: background-color 0.3s ease;
            }

            .confirm-btn:hover {
                background-color: #c2185b;
            }
             .price-card {
                margin-bottom: 10px;
            }

            .price-card-row {
                display: flex;
                align-items: center;
                padding: 12px 15px;
                border-radius: 8px;
                font-weight: bold;
            }

            .product-price-card {
                background-color: #054362;
                color: white;
            }

            .selling-price-card {
                background-color: #e91e63;
                color: white;
            }

            .earn-card {
                background-color: #054362;
                color: white;
            }

            .price-card-label {
                flex: 1;
                font-size: 16px;
                font-weight: bold;
            }

            .price-card-value {
                font-size: 16px;
                font-weight: bold;
            }

            .price-card-input {
                width: 120px;
                padding: 8px 12px;
                border: none;
                border-radius: 4px;
                background-color: white;
                font-size: 16px;
                font-weight: bold;
                text-align: center;
                color: #333;
            }

            .price-card-input:focus {
                outline: none;
                box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
            }

            .price-card-input[readonly] {
                background-color: #f5f5f5;
                cursor: not-allowed;
            }

               .color-preview {
        display: inline-block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle;
        border: 1px solid #ccc;
    }

        /* Payment Methods */
        .payment-section {
            background: white;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .payment-title {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 12px;
        }
        .payment-methods {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-bottom: 15px;
        }



        .payment-btn.outline {
            background: white;
            color: #e91e63;
            border-color: #e91e63;
        }

        .payment-btn.selected {
            background-color: #e91e63;
            color: white;
        }
        .payment-radio {
            display: none; /* Hide the radio input */
        }