/* Hide the page title on the homepage */
.home .page-title,
.home .entry-title,
.home h1,
.home header.page-header,
.home .page-header,
.home .wp-block-post-title {
  display: none !important;
}
}
/* Hide account icon */
header a[href*="my-account"],
header .account,
header .user,
header .woocommerce-account {
    display: none !important;
}
/* Hide the page title on the homepage */
.home .page-title,
.home .entry-title,
.home h1,
.home header.page-header,
.home .page-header,
.home .wp-block-post-title {
  display: none !important;
}

/* Hide account icon */
header a[href*="my-account"],
header .account,
header .user,
header .woocommerce-account {
    display: none !important;
}
/* =========================
   ADGEE quick polish pack
   Paste under your existing CSS
   ========================= */

/* Make the hero/banner text readable */
.wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: 0.65 !important; /* darker overlay */
}

/* Clean up spacing between sections */
.wp-site-blocks > * {
  margin-block-start: 0;
}
.wp-block-group,
.wp-block-cover,
.wp-block-columns,
.wp-block-image,
.wp-block-gallery {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Stop homepage images from blowing up */
.home .wp-block-image img,
.home .wp-block-gallery img {
  max-width: 260px !important;
  height: auto !important;
}

/* If your category images are in columns, keep them inside the columns */
.home .wp-block-column .wp-block-image img {
  max-width: 100% !important;
}

/* Make small “tile” images look like tiles (optional) */
.home .wp-block-image img {
  border-radius: 10px;
}

/* Tidy up long text blocks on homepage */
.home p,
.home li {
  max-width: 900px;
}

/* Make headings cleaner */
.home h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* Optional: hide WooCommerce cart/account leftover links if they show up */
header a[href*="cart"],
header a[href*="my-account"] {
  display: none !important;
}
/* =========================
   ADGEE quick polish pack
   Paste under your existing CSS
   ========================= */

/* Make the hero/banner text readable */
.wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: 0.65 !important; /* darker overlay */
}

/* Clean up spacing between sections */
.wp-site-blocks > * {
  margin-block-start: 0;
}
.wp-block-group,
.wp-block-cover,
.wp-block-columns,
.wp-block-image,
.wp-block-gallery {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Stop homepage images from blowing up */
.home .wp-block-image img,
.home .wp-block-gallery img {
  max-width: 260px !important;
  height: auto !important;
}

/* If your category images are in columns, keep them inside the columns */
.home .wp-block-column .wp-block-image img {
  max-width: 100% !important;
}

/* Make small “tile” images look like tiles (optional) */
.home .wp-block-image img {
  border-radius: 10px;
}

/* Tidy up long text blocks on homepage */
.home p,
.home li {
  max-width: 900px;
}

/* Make headings cleaner */
.home h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* Optional: hide WooCommerce cart/account leftover links if they show up */
header a[href*="cart"],
header a[href*="my-account"] {
  display: none !important;
}
