/* Unser eigener CPO-Button */
.amq-cpo-cross-sell-btn {
    width: 100%;
    text-align: center;
}

/* Wenn unser CPO-Block da ist, den normalen Add-to-Cart-Button im Cross-Sell ausblenden */
.xoo-wsc-sp-prod-con .amq-cpo-cross-sell~.xoo-wsc-sp-atc {
    display: none !important;
}

/* Falls Xootix zusätzlich eine Mengensteuerung nutzt – optional */
.xoo-wsc-sp-prod-con .amq-cpo-cross-sell~.xoo-wsc-sp-qty {
    display: none !important;
}