.wp-site-blocks {
  overflow-x: hidden;
}

.wp-block-group.is-style-card,
.waterplus-card {
  box-shadow: var(--wp--custom--shadow, 0 14px 40px rgba(0, 61, 95, 0.08));
}

.waterplus-hero {
  position: relative;
}

.waterplus-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(0, 146, 207, 0.08), transparent 35%), radial-gradient(circle at bottom left, rgba(119, 184, 0, 0.08), transparent 28%);
  pointer-events: none;
}

.waterplus-product-card {
  height: 100%;
}

.woocommerce ul.products li.product,
.wc-block-grid__product,
.wp-block-woocommerce-product-collection .wc-block-product {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 24px;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 14px 40px rgba(0, 61, 95, 0.08);
}

.woocommerce div.product div.images img,
.woocommerce div.product div.summary,
.wc-block-components-product-image img {
  border-radius: 24px;
}

@media (max-width: 781px) {
  .hide-mobile {
    display: none !important;
  }
}
