/**
 * Carolina Herrera brand space styling.
 *
 * Carolina had NO bespoke legacy microsite stylesheet (it relied on default_microsite.css plus
 * bootstrap-ish grid classes only-desktop/only-mobile/col-*; those are now resolved with Tailwind
 * inside the Hyva blocks carolina-product-logo + carolina-herrera-home). So there is no brand
 * typography to port here.
 *
 * Loaded ONLY on the Carolina brand handle (catalog_category_view_brand_carolina-herrera) 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-carolina-herrera .no-add-to-cart [data-role="add-to-cart"],
.catalog-category-view-brand-carolina-herrera .no-add-to-cart .add-to-cart,
.catalog-category-view-brand-carolina-herrera .no-add-to-cart button.tocart {
    display: none;
}
