.quick-add-wrapper-2f43b0e3 {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
}

.quick-add-btn-2f43b0e3 {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #111111;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    text-decoration: none;
    box-shadow: none;
}

.quick-add-btn-2f43b0e3:hover {
    background-color: #333333;
}

.quick-add-btn-2f43b0e3.loading {
    opacity: 0.7;
    position: relative;
    pointer-events: none;
}

.quick-add-variations-panel-2f43b0e3 {
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    padding: 12px;
    border-radius: 4px;
    margin-top: 5px;
    text-align: left;
}

.attribute-row-2f43b0e3 {
    margin-bottom: 10px;
}

.attribute-row-2f43b0e3 label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    margin-bottom: 4px;
}

.attribute-select-2f43b0e3 {
    width: 100%;
    font-size: 12px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

.quick-add-submit-var-2f43b0e3.disabled {
    background-color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}
