/* Hide XStore FSE / classic duplicate headers whenever HiGuppy shell nav is active. */
body.higuppy-site-shell > .wp-site-blocks > header.wp-block-template-part,
body.higuppy-site-shell header.wp-block-template-part,
body.higuppy-site-shell #header.site-header,
body.higuppy-site-shell .header-wrapper,
body.higuppy-site-shell .mobile-header-wrapper,
body.higuppy-site-shell .site-header-vertical,
body.higuppy-site-shell .elementor-location-header {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Header refresh: a calmer white navigation rail on a deep-water canvas. */
body.hg-shop-page-active {
  background: #f7fbff !important;
  background-image: none !important;
}

/* Contact uses a light page canvas; keep the shell gap below the header from
 * exposing the dark default html/body background. */
html:has(body.hg-contact-v2-active),
body.hg-contact-v2-active {
  background: #f7fbff !important;
  background-image: none !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav {
  width: min(1200px, calc(100% - 56px)) !important;
  min-height: 72px !important;
  height: 72px !important;
  max-height: 72px !important;
  margin: 14px auto 22px !important;
  padding: 0 18px !important;
  grid-template-columns: 72px 1fr auto !important;
  gap: 20px !important;
  border: 1px solid rgba(255, 255, 255, .88) !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 18px 42px rgba(4, 27, 55, .22) !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo,
body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
  height: 72px !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo {
  justify-content: center !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 16px !important;
  background: #f4f9fc !important;
  box-shadow: inset 0 0 0 1px #e2edf4 !important;
  overflow: hidden !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo-img {
  width: 54px !important;
  height: 54px !important;
  max-width: 54px !important;
  object-fit: contain !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
  justify-content: center !important;
  gap: 6px !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a {
  padding: 10px 14px !important;
  border-radius: 999px !important;
  font-size: var(--hg-font-size-body);
  font-weight: 750;
  line-height: 1;
  transition: color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a:hover {
  color: #ffffff !important;
  background: #0b3d35 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(11, 61, 53, 0.22) !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a.is-active {
	color: #ff6b4a !important;
	background: transparent !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a.is-active::after {
  left: 0 !important;
  right: auto !important;
  width: 22px !important;
  bottom: 4px !important;
  height: 2px !important;
  transform: none !important;
}

@media (min-width: 1101px) {
  body.higuppy-site-shell.hg-shop-page-active nav#hgSiteNav.hg-nav .hg-menu {
    gap: 12px !important;
  }

  body.higuppy-site-shell.hg-shop-page-active nav#hgSiteNav.hg-nav .hg-menu a {
    padding: 16px 4px !important;
  }

  /* Keep each nav label shrink-wrapped so the orange underline sits under the word. */
  html body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
  }

  html body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a.is-active::after {
    left: 50% !important;
    width: 22px !important;
    transform: translateX(-50%) !important;
  }
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-actions {
  gap: 8px !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-action-btn {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  border: 1px solid #e2edf4 !important;
  border-radius: 50% !important;
  background: #f7fbfd !important;
  transition: color .18s ease, background-color .18s ease, transform .18s ease !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-action-btn:hover {
  color: #ff6b4a !important;
  background: #fff0ec !important;
  transform: translateY(-1px);
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-actions span {
  top: -3px !important;
  right: -3px !important;
}

/* XStore FSE top bar that sits under the duplicate header template part */
body.higuppy-site-shell > .wp-site-blocks > header.wp-block-template-part + .wp-block-template-part,
body.higuppy-site-shell .et-fse-page-breadcrumbs {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Shared canvas + header refinement. Header width is the site alignment rail. */
body.higuppy-site-shell .hg-nav {
  width: min(1160px, calc(100% - 72px)) !important;
  min-height: 70px !important;
  height: 70px !important;
  max-height: 70px !important;
  padding: 0 24px !important;
  margin-top: 12px !important;
  margin-bottom: 20px !important;
}

@media (min-width: 1101px) {
  body.higuppy-site-shell nav#hgSiteNav.hg-nav {
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo,
  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
    height: 62px !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo-img {
    height: 40px !important;
    max-height: 40px !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a {
    padding: 13px 0 !important;
    font-size: 16px;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-action-btn,
  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu-toggle {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-action-btn svg,
  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu-toggle svg {
    width: 24px !important;
    height: 24px !important;
  }
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo,
body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
  height: 70px !important;
}

/* Final rail override: the child theme has more-specific header rules. */
body.higuppy-site-shell nav#hgSiteNav.hg-nav {
  width: min(1160px, calc(100% - 72px)) !important;
  height: 70px !important;
  min-height: 70px !important;
  max-height: 70px !important;
  margin: 12px auto 0 !important;
  padding: 0 24px !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo-img {
  height: 46px !important;
  max-height: 46px !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
  height: 70px !important;
}

body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a {
  padding: 16px 0 !important;
  font-size: var(--hg-font-size-body);
}

/* Keep the primary links distributed across the center rail instead of
 * collapsing to their text width between the logo and action buttons. */
@media (min-width: 901px) {
  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    white-space: nowrap !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a {
    white-space: nowrap !important;
  }
}

body.higuppy-site-shell .hg-logo-img {
  height: 46px !important;
}

body.higuppy-site-shell .hg-menu {
  gap: 30px !important;
  font-size: var(--hg-font-size-body);
}

body.higuppy-site-shell .hg-menu a {
  padding: 20px 0 !important;
}

body.higuppy-site-shell .hg-action-btn {
  width: 38px !important;
  height: 38px !important;
}

body.higuppy-site-shell .hg-action-btn svg {
  width: 23px !important;
  height: 23px !important;
}

body.higuppy-site-shell .hg-actions span {
  min-width: 22px !important;
  height: 22px !important;
  padding: 0 4px !important;
  font-size: 16px;
  line-height: 1;
}

body.higuppy-site-shell .hg-container {
  width: min(1160px, calc(100% - 72px)) !important;
}

body.single-product .higuppy-product-info-tabs {
  width: calc(100% + 32px) !important;
  margin-left: -16px !important;
  margin-right: -16px !important;
}

@media (max-width: 640px) {
  body.higuppy-site-shell .hg-nav,
  body.higuppy-site-shell .hg-container,
  body.single-product .higuppy-product-info-tabs {
    width: calc(100% - 20px) !important;
  }

  body.higuppy-site-shell .hg-nav {
    min-height: 60px !important;
    height: 60px !important;
    max-height: 60px !important;
    padding: 0 14px !important;
		background: #fff !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo,
  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
    height: 60px !important;
  }

  /* The desktop rail rule above must not constrain the expanded mobile menu.
   * Without this reset, the seven menu links are centered inside a 60px box,
   * which makes the active item spill above the header on mobile. */
  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 92px) !important;
    overflow-y: auto !important;
    justify-content: flex-start !important;
		background: #fff !important;
		box-shadow: none !important;
		border-radius: 18px !important;
  }

  body.higuppy-site-shell .hg-logo-img {
    height: 38px !important;
  }

  body.higuppy-site-shell .hg-action-btn {
    width: 34px !important;
    height: 34px !important;
  }

  body.higuppy-site-shell .hg-action-btn svg {
    width: 21px !important;
    height: 21px !important;
  }
}

/* Sidebar cart: keep the underlying cart page readable behind the drawer. */
body.higuppy-sidebar-cart-open .higuppy-sidebar-cart-overlay,
.higuppy-sidebar-cart-overlay.is-active {
  background: rgba(8, 39, 71, 0.08) !important;
  background-color: rgba(8, 39, 71, 0.08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.higuppy-site-shell .hg-site-footer .hg-footer-bottom-col--links {
  text-align: center !important;
}

body.higuppy-site-shell .hg-site-footer .hg-footer-legal {
  justify-content: center !important;
  text-align: center !important;
}

/* Center the product information/review frame inside the page rail. */
body.single-product .higuppy-product-info-tabs {
  display: block !important;
  width: min(1120px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-product .higuppy-product-info-tabs__panel,
body.single-product .higuppy-product-info-tabs__nav,
body.single-product .higuppy-review-list,
body.single-product .higuppy-review-form {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-product .higuppy-review-card {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 640px) {
  body.single-product .higuppy-product-info-tabs {
    width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Homepage polish: shared hero tone, header rail, balanced sections, and product sliders. */
body.hg-homepage-active .higuppy-home {
  background: #f7fbff !important;
}

body.hg-homepage-active nav#hgSiteNav.hg-nav {
  background: #f7fbff !important;
  border-color: #dfeaf2 !important;
  position: sticky !important;
  top: 12px !important;
  z-index: 1001 !important;
}

body.hg-homepage-active .higuppy-home .hg-hero {
  background: #f7fbff !important;
  background-image: none !important;
  /* Home already clears the fixed nav (~82px). Keep only a short breath before the eyebrow. */
  padding-top: 16px !important;
  padding-bottom: 20px !important;
}

body.home .higuppy-home .hg-hero {
  padding-top: 16px !important;
  padding-bottom: 20px !important;
}

@media (max-width: 900px) {
  body.hg-homepage-active .higuppy-home .hg-hero,
  body.home .higuppy-home .hg-hero {
    padding-top: 12px !important;
    padding-bottom: 16px !important;
  }
}

/* Final Contact canvas override: this must come after the shared shell rules
 * so the header gap cannot inherit the site's dark default background. */
html body.hg-contact-v2-active,
html:has(body.hg-contact-v2-active) {
  background: #f7fbff !important;
  background-color: #f7fbff !important;
  background-image: none !important;
}

html body.hg-contact-v2-active nav#hgSiteNav.hg-nav {
  margin-bottom: 0 !important;
}

/* The compact header mark is already transparent; remove the old framed tile. */
html body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

html body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo-img {
  object-fit: contain !important;
}

/* One stable active indicator: hover should not create a second underline or
 * alter the active link's position. */
html body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a::after {
  content: none !important;
  display: none !important;
}

html body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a:hover:not(.is-active) {
  color: #ffffff !important;
  background: #0b3d35 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 18px rgba(11, 61, 53, 0.22) !important;
}

html body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a.is-active,
html body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a.is-active:hover {
  color: #ff6b4a !important;
  background: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}

html body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a.is-active::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  /* Sit under the label text, not the middle of a stretched link box. */
  left: 0 !important;
  right: auto !important;
  width: 22px !important;
  bottom: 4px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #ff6b4a !important;
  transform: none !important;
}

@media (min-width: 1101px) {
  html body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
    gap: 14px !important;
  }

  html body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

body.hg-homepage-active .higuppy-home .hg-why,
body.hg-homepage-active .higuppy-home .hg-testimonials,
body.hg-homepage-active .higuppy-home .hg-blog,
body.hg-homepage-active .higuppy-home .hg-products,
body.hg-homepage-active .higuppy-home .hg-best-sellers {
  width: min(1160px, calc(100% - 72px)) !important;
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

body.hg-homepage-active .higuppy-home .hg-why {
  padding: 52px 28px !important;
}

body.hg-homepage-active .higuppy-home .hg-why__content {
  padding-left: 18px !important;
}

body.hg-homepage-active .higuppy-home .hg-testimonials > .hg-container,
body.hg-homepage-active .higuppy-home .hg-blog-head {
  width: 100% !important;
  max-width: none !important;
}

body.hg-homepage-active .higuppy-home .hg-newsletter {
  width: min(1160px, calc(100% - 120px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

body.hg-homepage-active main.higuppy-home > .hg-newsletter,
body.hg-homepage-active .higuppy-home > .hg-newsletter {
  width: min(1160px, calc(100vw - 120px)) !important;
  max-width: 1160px !important;
}

body.hg-homepage-active .higuppy-home .hg-blog-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
}

body.hg-homepage-active .higuppy-home .hg-blog-actions .hg-blog-head__nav {
  order: 2;
  margin: 0 !important;
}

body.hg-homepage-active .higuppy-home .hg-blog-actions > .hg-btn {
  order: 1;
  margin: 0 !important;
}

body.hg-homepage-active .higuppy-home .hg-product-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory;
  padding: 4px 0 14px !important;
}

body.hg-homepage-active .higuppy-home .hg-product-card {
  flex: 0 0 calc((100% - 80px) / 5) !important;
  min-width: 0 !important;
  scroll-snap-align: start;
}

.hg-home-product-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin: 0 0 18px;
  width: 100%;
}

.hg-home-product-head .hg-section-label {
  margin: 0 !important;
}

.hg-home-product-controls {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.hg-home-product-controls button {
  width: 38px;
  height: 38px;
  border: 1px solid #d7e4ef;
  border-radius: 999px;
  background: #fff;
  color: #082747;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.hg-home-product-controls button:hover {
  background: #ff6847;
  color: #fff;
}

/* Keep only one control pair if a stale clone left duplicates behind. */
body.hg-homepage-active .higuppy-home .hg-products .hg-home-product-controls ~ .hg-home-product-controls,
body.hg-homepage-active .higuppy-home .hg-best-sellers .hg-home-product-controls ~ .hg-home-product-controls,
body.home .higuppy-home .hg-products .hg-home-product-controls ~ .hg-home-product-controls,
body.home .higuppy-home .hg-best-sellers .hg-home-product-controls ~ .hg-home-product-controls,
body.hg-homepage-active .higuppy-home .hg-home-product-head .hg-home-product-controls ~ .hg-home-product-controls,
body.home .higuppy-home .hg-home-product-head .hg-home-product-controls ~ .hg-home-product-controls {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.hg-homepage-active .higuppy-home .hg-best-sellers {
  background: #fffaf2;
  border-radius: 24px;
  padding: 38px 28px !important;
}

@media (max-width: 900px) {
  body.hg-homepage-active .higuppy-home .hg-why,
  body.hg-homepage-active .higuppy-home .hg-testimonials,
  body.hg-homepage-active .higuppy-home .hg-blog,
  body.hg-homepage-active .higuppy-home .hg-products,
  body.hg-homepage-active .higuppy-home .hg-best-sellers,
  body.home .higuppy-home .hg-products,
  body.home .higuppy-home .hg-best-sellers {
    width: calc(100% - 32px) !important;
  }

  body.hg-homepage-active .higuppy-home .hg-why {
    padding: 36px 16px !important;
  }

  body.hg-homepage-active .higuppy-home .hg-newsletter {
    width: calc(100% - 32px) !important;
  }

  body.hg-homepage-active .higuppy-home .hg-blog-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }

  body.hg-homepage-active .higuppy-home .hg-why__content {
    padding-left: 0 !important;
  }

  /* Mobile product slider: 2 columns × 2 rows = 4 cards per view. */
  body.home .higuppy-home .hg-products .hg-product-grid,
  body.home .higuppy-home .hg-best-sellers .hg-product-grid,
  body.hg-homepage-active .higuppy-home .hg-products .hg-product-grid,
  body.hg-homepage-active .higuppy-home .hg-best-sellers .hg-product-grid {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    grid-auto-flow: column !important;
    grid-template-rows: auto auto !important;
    grid-auto-columns: calc((100% - 12px) / 2) !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 0 !important;
    -webkit-overflow-scrolling: touch;
    padding: 2px 0 10px !important;
  }

  body.home .higuppy-home .hg-products .hg-product-card,
  body.home .higuppy-home .hg-best-sellers .hg-product-card,
  body.hg-homepage-active .higuppy-home .hg-products .hg-product-card,
  body.hg-homepage-active .higuppy-home .hg-best-sellers .hg-product-card {
    flex: unset !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    scroll-snap-align: none !important;
  }

  body.home .higuppy-home .hg-products .hg-product-card:nth-child(4n + 1),
  body.home .higuppy-home .hg-best-sellers .hg-product-card:nth-child(4n + 1),
  body.hg-homepage-active .higuppy-home .hg-products .hg-product-card:nth-child(4n + 1),
  body.hg-homepage-active .higuppy-home .hg-best-sellers .hg-product-card:nth-child(4n + 1) {
    scroll-snap-align: start !important;
  }

  body.home .higuppy-home .hg-product-card .hg-product-image .hg-media,
  body.hg-homepage-active .higuppy-home .hg-product-card .hg-product-image .hg-media,
  body.home .higuppy-home .hg-product-card img,
  body.hg-homepage-active .higuppy-home .hg-product-card img {
    aspect-ratio: 1 / 0.9 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body.home .higuppy-home .hg-product-info,
  body.hg-homepage-active .higuppy-home .hg-product-info {
    padding: 8px 8px 10px !important;
    gap: 4px !important;
  }

  body.home .higuppy-home .hg-product-card h3,
  body.hg-homepage-active .higuppy-home .hg-product-card h3 {
    min-height: 0 !important;
    font-size: var(--hg-font-size-body);
    line-height: 1.25;
    margin: 0 0 2px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body.home .higuppy-home .hg-product-card .hg-meta,
  body.hg-homepage-active .higuppy-home .hg-product-card .hg-meta,
  body.home .higuppy-home .hg-product-card .hg-stars,
  body.hg-homepage-active .higuppy-home .hg-product-card .hg-stars {
    font-size: var(--hg-font-size-body);
    min-height: 0 !important;
  }

  body.home .higuppy-home .hg-product-card .hg-price,
  body.hg-homepage-active .higuppy-home .hg-product-card .hg-price {
    font-size: var(--hg-font-size-body);
    margin: 2px 0 6px !important;
  }

  body.home .higuppy-home .hg-product-card .hg-add-cart,
  body.hg-homepage-active .higuppy-home .hg-product-card .hg-add-cart,
  body.home .higuppy-home .hg-product-card .hg-buy-now,
  body.hg-homepage-active .higuppy-home .hg-product-card .hg-buy-now,
  body.home .higuppy-home .hg-product-card .hg-btn,
  body.hg-homepage-active .higuppy-home .hg-product-card .hg-btn {
    min-height: 30px !important;
    padding: 0 8px !important;
    font-size: var(--hg-font-size-body);
  }

  body.home .higuppy-home .hg-best-sellers,
  body.hg-homepage-active .higuppy-home .hg-best-sellers {
    padding: 24px 12px !important;
    border-radius: 18px !important;
  }

  body.home .higuppy-home .hg-home-product-head,
  body.hg-homepage-active .higuppy-home .hg-home-product-head {
    margin-bottom: 12px !important;
    gap: 8px !important;
  }
}

/* ─── Homepage stats strip redesign ───────────────────────── */
body.home .higuppy-home .hg-stats,
body.hg-homepage-active .higuppy-home .hg-stats {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: 28px !important;
  margin-bottom: 8px !important;
  padding: 8px 0 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.home .higuppy-home .hg-stats > .wp-block-group,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group,
body.home .higuppy-home .hg-stats > .hg-stat-card,
body.hg-homepage-active .higuppy-home .hg-stats > .hg-stat-card,
body.home .higuppy-home .hg-stats > div:not(.wp-block-group__inner-container),
body.hg-homepage-active .higuppy-home .hg-stats > div:not(.wp-block-group__inner-container) {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 22px 16px 20px !important;
  border: 1px solid rgba(23, 71, 184, 0.10) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(234, 246, 255, 0.88) 100%) !important;
  box-shadow: 0 14px 34px rgba(23, 71, 184, 0.08) !important;
  text-align: center !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

body.home .higuppy-home .hg-stats > .wp-block-group::before,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group::before,
body.home .higuppy-home .hg-stats > .hg-stat-card::before,
body.hg-homepage-active .higuppy-home .hg-stats > .hg-stat-card::before,
body.home .higuppy-home .hg-stats > div:not(.wp-block-group__inner-container)::before,
body.hg-homepage-active .higuppy-home .hg-stats > div:not(.wp-block-group__inner-container)::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 18px !important;
  right: 18px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #1747b8, #15bfd0) !important;
}

body.home .higuppy-home .hg-stats > .wp-block-group:nth-child(2)::before,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group:nth-child(2)::before,
body.home .higuppy-home .hg-stats > [data-stat="2"]::before,
body.hg-homepage-active .higuppy-home .hg-stats > [data-stat="2"]::before {
  background: linear-gradient(90deg, #fdbb2d, #ff6b35) !important;
}

body.home .higuppy-home .hg-stats > .wp-block-group:nth-child(3)::before,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group:nth-child(3)::before,
body.home .higuppy-home .hg-stats > [data-stat="3"]::before,
body.hg-homepage-active .higuppy-home .hg-stats > [data-stat="3"]::before {
  background: linear-gradient(90deg, #0e2f86, #1747b8) !important;
}

body.home .higuppy-home .hg-stats > .wp-block-group:nth-child(4)::before,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group:nth-child(4)::before,
body.home .higuppy-home .hg-stats > [data-stat="4"]::before,
body.hg-homepage-active .higuppy-home .hg-stats > [data-stat="4"]::before {
  background: linear-gradient(90deg, #ff6b35, #fdbb2d) !important;
}

body.home .higuppy-home .hg-stats > .wp-block-group:hover,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group:hover,
body.home .higuppy-home .hg-stats > .hg-stat-card:hover,
body.hg-homepage-active .higuppy-home .hg-stats > .hg-stat-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(23, 71, 184, 0.18) !important;
  box-shadow: 0 20px 42px rgba(23, 71, 184, 0.14) !important;
}

body.home .higuppy-home .hg-stats .hg-stat-icon-wrap,
body.hg-homepage-active .higuppy-home .hg-stats .hg-stat-icon-wrap,
body.home .higuppy-home .hg-stats > .wp-block-group > p:first-child,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group > p:first-child {
  display: grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 auto 2px !important;
  padding: 0 !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, #eaf6ff, #fff6e6) !important;
  border: 1px solid rgba(23, 71, 184, 0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  font-size: 0;
  line-height: 0;
  color: #1747b8 !important;
}

body.home .higuppy-home .hg-stats > .wp-block-group:nth-child(2) > p:first-child,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group:nth-child(2) > p:first-child,
body.home .higuppy-home .hg-stats > [data-stat="2"] .hg-stat-icon-wrap,
body.hg-homepage-active .higuppy-home .hg-stats > [data-stat="2"] .hg-stat-icon-wrap {
  color: #e55a2b !important;
  background: linear-gradient(145deg, #fff6e6, #ffe8d6) !important;
}

body.home .higuppy-home .hg-stats > .wp-block-group:nth-child(3) > p:first-child,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group:nth-child(3) > p:first-child,
body.home .higuppy-home .hg-stats > [data-stat="3"] .hg-stat-icon-wrap,
body.hg-homepage-active .higuppy-home .hg-stats > [data-stat="3"] .hg-stat-icon-wrap {
  color: #0e2f86 !important;
  background: linear-gradient(145deg, #eaf6ff, #dcecff) !important;
}

body.home .higuppy-home .hg-stats > .wp-block-group:nth-child(4) > p:first-child,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group:nth-child(4) > p:first-child,
body.home .higuppy-home .hg-stats > [data-stat="4"] .hg-stat-icon-wrap,
body.hg-homepage-active .higuppy-home .hg-stats > [data-stat="4"] .hg-stat-icon-wrap {
  color: #ff6b35 !important;
  background: linear-gradient(145deg, #fff1ea, #fff6e6) !important;
}

body.home .higuppy-home .hg-stats .hg-stat-icon,
body.hg-homepage-active .higuppy-home .hg-stats .hg-stat-icon {
  display: grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
}

body.home .higuppy-home .hg-stats .hg-stat-icon svg,
body.hg-homepage-active .higuppy-home .hg-stats .hg-stat-icon svg {
  width: 28px !important;
  height: 28px !important;
  display: block !important;
}

body.home .higuppy-home .hg-stats .hg-stat-value,
body.hg-homepage-active .higuppy-home .hg-stats .hg-stat-value,
body.home .higuppy-home .hg-stats > .wp-block-group > p:nth-child(2),
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group > p:nth-child(2) {
  margin: 0 !important;
  padding: 0 !important;
  color: #0e2f86 !important;
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: var(--hg-font-weight-ui);
  letter-spacing: -0.04em !important;
  line-height: 1;
}

body.home .higuppy-home .hg-stats .hg-stat-value strong,
body.hg-homepage-active .higuppy-home .hg-stats .hg-stat-value strong,
body.home .higuppy-home .hg-stats > .wp-block-group > p:nth-child(2) strong,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group > p:nth-child(2) strong {
  color: inherit !important;
  font-weight: inherit;
  font-size: inherit;
}

body.home .higuppy-home .hg-stats .hg-stat-label,
body.hg-homepage-active .higuppy-home .hg-stats .hg-stat-label,
body.home .higuppy-home .hg-stats > .wp-block-group > p:nth-child(3),
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group > p:nth-child(3) {
  margin: 0 !important;
  padding: 0 !important;
  color: #667085 !important;
  font-size: var(--hg-font-size-body);
  font-weight: var(--hg-font-weight-ui);
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  line-height: 1.35;
}

body.home .higuppy-home .hg-stats .hg-stat-label small,
body.hg-homepage-active .higuppy-home .hg-stats .hg-stat-label small,
body.home .higuppy-home .hg-stats > .wp-block-group > p:nth-child(3) small,
body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group > p:nth-child(3) small {
  color: inherit !important;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

@media (max-width: 900px) {
  body.home .higuppy-home .hg-stats,
  body.hg-homepage-active .higuppy-home .hg-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.home .higuppy-home .hg-stats > .wp-block-group,
  body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group,
  body.home .higuppy-home .hg-stats > .hg-stat-card,
  body.hg-homepage-active .higuppy-home .hg-stats > .hg-stat-card,
  body.home .higuppy-home .hg-stats > div:not(.wp-block-group__inner-container),
  body.hg-homepage-active .higuppy-home .hg-stats > div:not(.wp-block-group__inner-container) {
    padding: 16px 10px 14px !important;
    border-radius: 16px !important;
    gap: 6px !important;
  }

  body.home .higuppy-home .hg-stats .hg-stat-value,
  body.hg-homepage-active .higuppy-home .hg-stats .hg-stat-value,
  body.home .higuppy-home .hg-stats > .wp-block-group > p:nth-child(2),
  body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group > p:nth-child(2) {
    font-size: 22px;
  }

  body.home .higuppy-home .hg-stats .hg-stat-label,
  body.hg-homepage-active .higuppy-home .hg-stats .hg-stat-label,
  body.home .higuppy-home .hg-stats > .wp-block-group > p:nth-child(3),
  body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group > p:nth-child(3) {
    font-size: var(--hg-font-size-body);
    letter-spacing: 0.04em !important;
  }

  body.home .higuppy-home .hg-stats .hg-stat-icon-wrap,
  body.hg-homepage-active .higuppy-home .hg-stats .hg-stat-icon-wrap,
  body.home .higuppy-home .hg-stats > .wp-block-group > p:first-child,
  body.hg-homepage-active .higuppy-home .hg-stats > .wp-block-group > p:first-child {
    width: 36px !important;
    height: 36px !important;
  }
}

/* Trust panel: kill broken 2-col grid that stacked icon + body text together.
 * Do not require .higuppy-site-shell — live homepage body often lacks it. */
body.home .higuppy-home .hg-trust-panel article,
body.hg-homepage-active .higuppy-home .hg-trust-panel article {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 8px !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
}

body.home .higuppy-home .hg-trust-panel article > p,
body.hg-homepage-active .higuppy-home .hg-trust-panel article > p,
body.home .higuppy-home .hg-trust-panel article > h3,
body.hg-homepage-active .higuppy-home .hg-trust-panel article > h3,
body.home .higuppy-home .hg-trust-panel article > span,
body.hg-homepage-active .higuppy-home .hg-trust-panel article > span {
  grid-area: auto !important;
  grid-row: auto !important;
  grid-column: auto !important;
}

body.home .higuppy-home .hg-trust-panel article > p:first-child,
body.hg-homepage-active .higuppy-home .hg-trust-panel article > p:first-child,
body.home .higuppy-home .hg-trust-panel article > span,
body.hg-homepage-active .higuppy-home .hg-trust-panel article > span {
  display: grid !important;
  place-items: center !important;
  width: 52px !important;
  height: 52px !important;
  margin: 0 auto 4px !important;
  border-radius: 999px !important;
  background: #ecfbff !important;
  font-size: 22px;
  line-height: 1;
}

/* Homepage blog: show 3 compact cards */
body.home .higuppy-home .hg-blog-slider,
body.hg-homepage-active .higuppy-home .hg-blog-slider {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  container-type: inline-size !important;
  container-name: hg-blog-slider;
}

body.home .higuppy-home .hg-blog-track,
body.hg-homepage-active .higuppy-home .hg-blog-track {
  gap: 16px !important;
}

@media (min-width: 1101px) {
  body.home .higuppy-home .hg-blog-track .hg-blog-card,
  body.hg-homepage-active .higuppy-home .hg-blog-track .hg-blog-card {
    flex: 0 0 calc((100cqi - 32px) / 3) !important;
    width: calc((100cqi - 32px) / 3) !important;
    max-width: calc((100cqi - 32px) / 3) !important;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  body.home .higuppy-home .hg-blog-track .hg-blog-card,
  body.hg-homepage-active .higuppy-home .hg-blog-track .hg-blog-card {
    flex: 0 0 calc((100cqi - 16px) / 2) !important;
    width: calc((100cqi - 16px) / 2) !important;
    max-width: calc((100cqi - 16px) / 2) !important;
  }
}

body.home .higuppy-home .hg-blog-card__media .hg-media,
body.hg-homepage-active .higuppy-home .hg-blog-card__media .hg-media {
  height: 158px !important;
}

body.home .higuppy-home .hg-blog-card__body,
body.hg-homepage-active .higuppy-home .hg-blog-card__body {
  padding: 16px !important;
}

body.home .higuppy-home .hg-blog-card h3,
body.hg-homepage-active .higuppy-home .hg-blog-card h3 {
  font-size: 16px;
  margin-bottom: 8px !important;
}

body.home .higuppy-home .hg-blog-card p,
body.hg-homepage-active .higuppy-home .hg-blog-card p {
  font-size: var(--hg-font-size-body);
  line-height: 1.55;
  -webkit-line-clamp: 3 !important;
}

/* Mobile hero: single column, full-width copy */
@media (max-width: 900px) {
  body.home .higuppy-home .hg-hero-grid,
  body.hg-homepage-active .higuppy-home .hg-hero-grid,
  body.home .higuppy-home .wp-block-group.hg-hero-grid,
  body.hg-homepage-active .higuppy-home .wp-block-group.hg-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
    width: calc(100% - 32px) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }

  body.home .higuppy-home .hg-hero-grid > .hg-hero-copy,
  body.hg-homepage-active .higuppy-home .hg-hero-grid > .hg-hero-copy,
  body.home .higuppy-home .hg-hero-grid > .hg-hero-visual,
  body.hg-homepage-active .higuppy-home .hg-hero-grid > .hg-hero-visual {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
  }

  body.home .higuppy-home .hg-hero-copy,
  body.hg-homepage-active .higuppy-home .hg-hero-copy {
    order: 1 !important;
  }

  body.home .higuppy-home .hg-hero-visual,
  body.hg-homepage-active .higuppy-home .hg-hero-visual {
    order: 2 !important;
    display: flex !important;
    justify-content: center !important;
  }

  body.home .higuppy-home .hg-hero .hg-lead,
  body.hg-homepage-active .higuppy-home .hg-hero .hg-lead,
  body.home .higuppy-home .hg-hero-copy p,
  body.hg-homepage-active .higuppy-home .hg-hero-copy p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: var(--hg-font-size-body);
    line-height: 1.6;
  }

  body.home .higuppy-home .hg-hero h1,
  body.hg-homepage-active .higuppy-home .hg-hero h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 8vw, 36px);
  }

  body.home .higuppy-home .hg-hero-copy .hg-eyebrow,
  body.hg-homepage-active .higuppy-home .hg-hero-copy .hg-eyebrow {
    text-align: left !important;
  }

  body.home .higuppy-home .hg-hero-fish,
  body.hg-homepage-active .higuppy-home .hg-hero-fish {
    width: min(100%, 340px) !important;
    height: auto !important;
    max-height: 260px !important;
    margin-inline: auto !important;
  }
}

/* Trust panel responsive columns */
@media (max-width: 900px) {
  body.home .higuppy-home .hg-trust-panel,
  body.hg-homepage-active .higuppy-home .hg-trust-panel,
  body.home .higuppy-home .wp-block-group.hg-trust-panel,
  body.hg-homepage-active .higuppy-home .wp-block-group.hg-trust-panel,
  body.home .higuppy-home .hg-trust-panel > .wp-block-group__inner-container,
  body.hg-homepage-active .higuppy-home .hg-trust-panel > .wp-block-group__inner-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.home .higuppy-home .hg-trust-panel article,
  body.hg-homepage-active .higuppy-home .hg-trust-panel article {
    padding: 18px 14px !important;
  }

  body.home .higuppy-home .hg-trust-panel article > h3,
  body.hg-homepage-active .higuppy-home .hg-trust-panel article > h3 {
    font-size: var(--hg-font-size-body);
  }

  body.home .higuppy-home .hg-trust-panel article > p:not(:first-child),
  body.hg-homepage-active .higuppy-home .hg-trust-panel article > p:not(:first-child) {
    font-size: var(--hg-font-size-body);
    line-height: 1.5;
  }
}

@media (max-width: 520px) {
  body.home .higuppy-home .hg-trust-panel,
  body.hg-homepage-active .higuppy-home .hg-trust-panel,
  body.home .higuppy-home .wp-block-group.hg-trust-panel,
  body.hg-homepage-active .higuppy-home .wp-block-group.hg-trust-panel,
  body.home .higuppy-home .hg-trust-panel > .wp-block-group__inner-container,
  body.hg-homepage-active .higuppy-home .hg-trust-panel > .wp-block-group__inner-container {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

/* Header refresh — mobile contract. */
@media (max-width: 1100px) {
  body.higuppy-site-shell nav#hgSiteNav.hg-nav {
    width: calc(100% - 20px) !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    margin: 8px auto 12px !important;
    padding: 0 12px !important;
    grid-template-columns: 48px 1fr auto !important;
    gap: 8px !important;
    border-radius: 20px !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo,
  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
    height: 60px !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo {
    width: 44px !important;
    height: 44px !important;
    border-radius: 13px !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-logo-img {
    width: 44px !important;
    height: 44px !important;
    max-width: 44px !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 92px) !important;
    padding: 8px !important;
    gap: 3px !important;
    background: #fff !important;
    border: 1px solid #e2edf4 !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 44px rgba(4, 27, 55, .16) !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a {
    width: 100% !important;
    padding: 11px 13px !important;
    border-radius: 11px !important;
    font-size: var(--hg-font-size-body);
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu a.is-active::after {
    display: none !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-action-btn {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-action-btn svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* The shell menu now contains a links group plus optional spotlight content.
 * Keep the drawer anchored below the compact header instead of letting the
 * header's 60px rail clip the expanded menu to its first link. */
body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu-links {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

/* The optional spotlight markup does not have a desktop mega-menu container.
 * Its portrait source image would therefore participate in the 70px nav flex
 * row at its intrinsic 800x1422 size and cover the page. Keep the unfinished
 * promo content out of the active navigation until it has a bounded panel. */
body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu-spotlight,
body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu-note {
  display: none !important;
}

@media (max-width: 1100px) {
  body.higuppy-site-shell nav#hgSiteNav.hg-nav {
    position: relative !important;
    overflow: visible !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10001 !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 92px) !important;
    overflow-y: auto !important;
    padding: 8px !important;
    gap: 0 !important;
    background: #fff !important;
    border: 1px solid #e2edf4 !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 44px rgba(4, 27, 55, .16) !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav.is-open .hg-menu {
    display: flex !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu-links {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 3px !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav .hg-menu-links > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 11px 13px !important;
    border-radius: 11px !important;
    font-size: var(--hg-font-size-body);
    line-height: 1.2;
  }

}

/* Homepage product media: use the product photograph edge-to-edge instead of
 * leaving the former aqua treatment visible around it.  This intentionally
 * overrides the beta template's inline presentation rules so cached homepage
 * markup receives the correction as soon as this shared stylesheet refreshes. */
html body.page-template-page-home-beta.higuppy-site-shell .hg-wow-home .hg-wow-product__media {
  padding: 0 !important;
  background: none !important;
}

html body.page-template-page-home-beta.higuppy-site-shell .hg-wow-home .hg-wow-product__media::after,
html body.page-template-page-home-beta.higuppy-site-shell .hg-wow-home .hg-wow-product__water {
  content: none !important;
  display: none !important;
}

html body.page-template-page-home-beta.higuppy-site-shell .hg-wow-home .hg-wow-product__media > img {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  animation: none !important;
}
