
@charset "UTF-8";
/* 
 Safari Platform – Global UI Cleanup
 Hides selected header/footer elements on ALL pages.
 No conditions or JS are applied.
*/
.search-wrap, .woo-cart-wrapper, .reign-toggler-left, #reign-copyright-text {
  /* Search icon + search form */
  /* WooCommerce cart icon + mini-cart */
  /* Left-side menu toggler */
  /* Footer copyright text */
  display: none !important;
}