.kosteams-quantity-buttons {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    flex-wrap: wrap;
}

.kosteams-quantity-buttons .qty-btn {
    padding: 8px 15px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s;
}

.kosteams-quantity-buttons .qty-btn:hover {
    background: #e0e0e0;
}

/* Для корзины */
.kosteams-quantity-buttons.cart {
	justify-content: flex-start;
}

.kosteams-quantity-buttons.product:after,
.kosteams-quantity-buttons.product:before {
    content: none !important;
    display: none !important;
}