/* Keep cart/search polish. Do not restyle the homepage hero. */

html, body {
  overflow-x: hidden;
  overflow-x: clip;
}

@media (max-width: 640px) {
  #cfw-side-cart-floating-button,
  .cfw-side-cart-floating-button-anchor,
  .cfw-side-cart-open-trigger.cfw-side-cart-floating-button-anchor {
    display: none !important;
  }
}
