/* ro243-overrides.css — trim RO243 scent-grid section spacing (mobile white-space).
   RO243 (Convert/experiments subscription-widget + scent grid) ships oversized
   vertical gaps. Product pages only. */

/* a) gap between the "Select Scent" divider and CLASSICS */
.ro189 .section-header { margin-bottom: 0 !important; }

/* b) gap between the CLASSICS / LIMITED EDITION headers and their tile rows.
   `body` prefix raises specificity above RO243.css's #content rule (16px). */
body #content .ro189 > .section .nav-pills .scent-category-title { margin-bottom: 0px !important; }
