/**
 * Rabanne brand space styling.
 *
 * Rabanne had NO bespoke legacy microsite stylesheet (the microsite_rabanne layout only injected
 * the rabanne-product-logo CMS block; styling came from default_microsite.css plus bootstrap-ish
 * grid classes only-desktop/only-mobile/col-*, now resolved with Tailwind inside the Hyva blocks
 * rabanne-product-logo + rabanne-corner). So there is no brand typography to port here.
 *
 * Loaded ONLY on the Rabanne brand handles (catalog_category_view_brand_rabanne /
 * catalog_product_view_brand_rabanne) and scoped under the body class below, so it never leaks
 * elsewhere. Kept as a thin scope hook for future per-brand tweaks (e.g. matching production
 * spacing) without touching the shared theme.
 */

.catalog-category-view-brand-rabanne .no-add-to-cart [data-role="add-to-cart"],
.catalog-category-view-brand-rabanne .no-add-to-cart .add-to-cart,
.catalog-category-view-brand-rabanne .no-add-to-cart button.tocart {
    display: none;
}
