#quickBuyModal .modal-content {
    border-radius: 23px;
    border: unset;
    box-shadow: 0 32px 80px rgba(180, 40, 120, 0.25), 0 8px 24px rgba(0, 0, 0, 0.15);
}

#quickBuyModal .modal-header {
    background: linear-gradient(to right, #830B41, #be0e6a);

    padding: 15px;
    color: #fff;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

#quickBuyModal .modal-title {
    font-family: 'Nunito', sans-serif;
    color: white;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.3px;
    position: relative;
    /*line-height: 1;*/
    z-index: 1;
}

.quickModal-closeBtn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 0.2s;
}

.quickContent {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: linear-gradient(135deg, #fff0f7 0%, #f3e8ff 100%);
    border: 2px solid #f0d8f0;
    border-radius: 18px;
    padding: 14px;
    margin-bottom: 15px;
}

#quickBuyImage {
    max-width: 100px;
    aspect-ratio: 1/1;
    border-radius: 14px;
    border: 2px solid #f0d8f0;
}

#quickBuyTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 15.5px;
    font-weight: 800;
    color: #424242;
    line-height: 1.1;
    margin-bottom: 5px;
}

#quickBuyProdCode {
    font-size: 11.5px;
    color: #424242;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 4px;
}

#quickBuySellerContainer {
    font-size: 12px;
    font-weight: 700;
    color: #e91e63;
    display: flex;
    align-items: center;
    gap: 5px;
}

#quickBuyPriceContainer {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 900;
}

#quickBuyPriceContainer .text-muted {
    font-size: 16px;
    font-weight: 600;
}

.quickQuantity {
    display: flex;
    align-items: center;
    gap: 0;
    background: white;
    border: 2px solid #f0d8f0;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(180, 40, 120, 0.08);
    height: 40px;
    width: 120px;
    justify-content: space-between;
}

.quickQuantity button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e91e63;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 900;
    background: transparent;
    border: none;
    transition: 0.1s ease;
}

#quickBuyQuantity {
    padding: 0;
}

.quickQuantity button:active {
    background: #e91e63;
    color: #fff;
}

.quickQuantity .form-control {
    border: unset;
    border-left: 1px solid #f0d8f0;
    border-right: 1px solid #f0d8f0;
    border-radius: unset;
    height: 40px;
    width: 40px;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #2d1a2e;
}

#quickBuyTotalPrice {
    font-size: 14px;
    font-weight: 600;
    color: #424242;
    font-family: 'Nunito', sans-serif;
    line-height: 1;
    margin-bottom: 15px;
}

#quickBuyTotalPrice span {
    font-size: 20px;
    font-weight: 900;
}

#quickBuyForm label {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #424242;
    margin-bottom: 0;
}

.quickInputs {
    width: 100%;
    padding: 11px 14px;
    border: 2px solid #f0d8f0;
    border-radius: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #2d1a2e;
    background: #fdf8ff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
    height: 44px;
}

.quickInputs:focus {
    border-color: #be0e6a;
}

.checkQuick {
    margin: 15px 0;
}

#quickBuySubmit {
    width: 100%;
    padding: 16px;
    background: #be0e6a;
    color: white;
    border: none;
    border-radius: 14px;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(216, 27, 122, 0.35);
    position: relative;
    overflow: hidden;
    height: 46px;
}

#quickBuySubmit:hover {
    background: #dc3871;
}

#stockAlert {
    background: #fde8f0;
    color: #9b1a50;
    border: 1px solid #f8c8e0;
    border-radius: 12px !important;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px !important;
    text-align: center;
}

#quickCashBack {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 11.5px;
    color: #424242;
    margin-bottom: 3px;
}

#quickCashBack b {
    font-size: 13px;
}
