/* Shoptet – produkt 909417: skrýt cenu, množství a tlačítko pouze v DETAILU produktu */
/* Verze landing-fix: necílí na body/html, takže nezasáhne landing page ani carousel. */

.mp-hide-buy-detail-909417 span.price-final-holder,
.mp-hide-buy-detail-909417 .price-final-holder,
.mp-hide-buy-detail-909417 .price-final,
.mp-hide-buy-detail-909417 .p-final-price-wrapper,
.mp-hide-buy-detail-909417 button.add-to-cart-button,
.mp-hide-buy-detail-909417 .add-to-cart-button,
.mp-hide-buy-detail-909417 button.btn-conversion,
.mp-hide-buy-detail-909417 input.amount,
.mp-hide-buy-detail-909417 .amount-wrapper,
.mp-hide-buy-detail-909417 .quantity-wrapper,
.mp-hide-buy-detail-909417 .quantity,
.mp-hide-buy-detail-909417 .p-to-cart-block .quantity {
    display: none !important;
}
