/**
 * Free Product Module - Styles
 */

/* Ukryj przyciski +/- dla gratisów */
.is-free-product .bootstrap-touchspin-up,
.is-free-product .bootstrap-touchspin-down,
.is-free-product .js-increase-product-quantity,
.is-free-product .js-decrease-product-quantity {
    display: none !important;
}

/* Ukryj przycisk usuwania dla gratisów */
.is-free-product [data-link-action="delete-from-cart"],
.is-free-product .remove-from-cart {
    display: none !important;
}

