.nc-qs-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 8px;
    width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
    clear: both;
    order: -1;
    position: static;
}

.nc-qs-prefix {
    font-weight: 600;
    color: #222;
    line-height: 1;
    margin-right: 2px;
}

.nc-qs-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.nc-qs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .3px;
    border: 1px solid #121212;
    background: #f6c513;
    color: #121212;
    line-height: 1.2;
    padding: 7px 14px;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: none;
    transition: all .2s ease;
    text-decoration: none;
}

.nc-qs-button:hover,
.nc-qs-button:focus {
    background: #ffd63d;
    color: #121212;
    border-color: #121212;
}

.nc-qs-button span {
    font-size: 13px;
    font-weight: 700;
}

.wd-products .nc-qs-wrap {
    margin-bottom: 8px;
}

.wd-products .wd-quantity-overlap .wd-add-btn {
    position: relative;
}

.wd-products .wd-quantity-overlap .wd-add-btn .nc-qs-wrap {
    position: absolute;
    top: -44px;
    right: 0;
    width: auto;
    margin: 0;
    z-index: 4;
    flex: 0 0 auto;
    order: 0;
    clear: none;
    justify-content: flex-end;
}

.wd-products .nc-qs-wrap,
.wd-products .nc-qs-buttons,
.wd-products .nc-qs-button {
    pointer-events: auto;
}
