/* Import Sora font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;700&display=swap');

.vg-e5672442-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.vg-e5672442-variations-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.vg-e5672442-var-option {
    padding: 8px 15px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 300;
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
}
.vg-e5672442-var-option:hover {
    background-color: #f0f0f0;
}
.vg-e5672442-var-option.active {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
.vg-e5672442-action-line {
    display: flex;
    align-items: center;
    gap: 15px;
}
.vg-e5672442-qty {
    width: 60px !important;
    max-width: 60px !important;
    height: 35px;
    padding: 2px 5px;
    border: 2px solid #000000;
    border-radius: 4px;
    text-align: center;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    color: #000000;
    margin: 0;
}
.vg-e5672442-add-btn {
    padding: 5px 15px;
    height: 35px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 300;
    min-width: 120px;
    margin: 0;
}
.vg-e5672442-add-btn:hover:not(:disabled) {
    opacity: 0.9;
}
.vg-e5672442-add-btn:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
}
.vg-e5672442-add-btn.loading {
    opacity: 0.7;
    cursor: wait;
}
.vg-e5672442-notice {
    padding: 15px;
    background: #f8f8f8;
    border-left: 4px solid #000000;
}