/* Nascondi riga quantità + pulsante carrello solo fuori dalla scheda prodotto */
body:not(.product) .an_productattributes {
    display: none !important;
}
.cart-detailed-actions.fixed-bottom,
.cart-summary.fixed-bottom,
.js-cart.fixed-bottom {
    display: none !important;
}
