.discount-group {
    gap: 0.5rem;
}

.discount-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.discount-input input {
    border: none;
    outline: none;
    padding: 6px 10px;
    /* width: 50; */
    font-size: 14px;
}

.discount-input span {
    padding: 6px 10px;
    background: #f5f5f5;
    font-size: 14px;
    color: #333;
    border-left: 1px solid #ccc;
    min-width: 50%;
}

.image-upload-two {
    border: 2px dashed #ccc;
    border-radius: 8px;
    min-width: 120px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafbfc;
}

.image-uploads {
    text-align: center;
}

.phone-img.uploaded {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px #eee;
    position: relative;
}

.remove-product span {
    cursor: pointer;
}
