/*
 * Default state is unrestricted: every cart control renders as usual, so the full page cache
 * serves one HTML for guests, regular customers and company users alike. The
 * .duruo-cart-restricted class is added by JS only for company roles without add-to-cart.
 */
.duruo-cart-restricted .box-tocart,
.duruo-cart-restricted form[data-role="tocart-form"],
.duruo-cart-restricted .action.tocart,
.duruo-cart-restricted button.tocart,
.duruo-cart-restricted .product-item-actions .actions-primary,
.duruo-cart-restricted .minicart-wrapper,
.duruo-cart-restricted .action.showcart,
.duruo-cart-restricted .checkout-methods-items {
    display: none !important;
}
