/* Casada – alle Shop-/Kauf-Elemente ausblenden (statischer Spiegel, kein Verkauf) */
a[href$="/cart"],
a[href*="/cart"],
.cart-drawer-button,
.icon-cart,
#shopify-accelerated-checkout-cart,
cart-drawer,
.cart-drawer,
.cart-notification,
.cart-count-bubble,
.cart-count,
.product-form__buttons,
.product-form__submit,
.product-form__quantity,
.product-form__error-message,
.product-form__alert,
.shopify-payment-button,
button[name="add"],
[name="add"],
.dynamic-checkout,
.quantity,
quantity-input,
.quantity__input,
[class*="add-to-cart"],
[class*="addtocart"],
[class*="buy-button"],
[class*="buy-buttons"],
[class*="sticky-add-to-cart"],
.product-bundle,
.compact-product-bundle,
.floating-product-bundle,
.mobile-dock__cart,
[class*="dock"][class*="cart"],
.product__inventory,
.back-in-stock,
.complementary-products,
.recommendations-section,
.recommend__title,
[class*="complementary"],
/* Header: Suche + Konto/Profil */
.search-drawer-button,
.search-drawer,
.icon-search,
.icon-account,
.icon-account-2,
a[href*="/account"],
a[href*="customer_authentication"],
/* Preise (nur ausgeblendet – jederzeit wieder einblendbar) */
.price,
.price__regular,
.price__sale,
.price__badge,
.price-item,
.product__price,
.money
{ display: none !important; }
