/**
 * HiGuppy Shop Page — Professional WooCommerce archive styling
 *
 * Targets /shop/ and product category archives. Works with XStore +
 * existing higuppy-visual.css product card base styles.
 *
 * @package HiGuppy
 * @since 1.2.0
 */

/* ==========================================================================
   PAGE SHELL
   ========================================================================== */

body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
	--hg-shop-blue: #1747b8;
	--hg-shop-blue-soft: #eaf6ff;
	--hg-shop-cream: #fff6e6;
	--hg-shop-orange: #ff6b35;
	--hg-shop-orange-dark: #e55a2b;
	--hg-shop-ink: #13203a;
	--hg-shop-muted: #667085;
	--hg-shop-border: #e6ecf7;
	--hg-shop-radius: 18px;
	--hg-shop-shadow: 0 10px 30px rgba(23, 71, 184, 0.08);
	background: #f7fbff;
}

/* Final alignment for the current WooCommerce block card markup. */
body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat {
	flex: 0 0 30px !important;
	min-height: 30px !important;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: flex-end !important;
	margin: 0 !important;
	padding: 10px 12px 0 !important;
	line-height: 20px;
}

body.hg-shop-page-active li.wc-block-product > .wp-block-post-title {
	flex: 0 0 68px !important;
	min-height: 68px !important;
	max-height: 68px !important;
	box-sizing: border-box !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 8px 12px 0 !important;
}

/* Final alignment for the current WooCommerce block card markup. */
body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat {
	flex: 0 0 30px !important;
	min-height: 30px !important;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: flex-end !important;
	margin: 0 !important;
	padding: 10px 12px 0 !important;
	line-height: 20px;
}

body.hg-shop-page-active li.wc-block-product > .wp-block-post-title {
	flex: 0 0 68px !important;
	min-height: 68px !important;
	max-height: 68px !important;
	box-sizing: border-box !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 8px 12px 0 !important;
}

/* Final navy join between the shell header and the Shop hero. */
@media (min-width: 901px) {
	body.higuppy-site-shell.hg-shop-page-active > .wp-site-blocks > .wp-block-group {
		background: transparent !important;
	}

	body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero {
		background: #061f3f !important;
	}
}

/* One-piece aquarium artwork: keeps the header and hero visually continuous. */
body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
	position: relative !important;
	align-self: stretch !important;
	min-height: 0 !important;
	aspect-ratio: 1.18 / 1 !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 28px !important;
	background: #bde9f6 !important;
}

body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	border-radius: inherit !important;
	opacity: 1 !important;
	filter: none !important;
	transform: none !important;
	animation: none !important;
}

@media (max-width: 700px) {
	body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		min-height: 0 !important;
		height: auto !important;
		aspect-ratio: 1.18 / 1 !important;
		border-radius: 28px !important;
	}
}

/* ===========================================================================
   Shop hero — editorial split layout aligned with the About page.
   Keep the copy, CTA, and category navigation in the hero moment while the
   catalog below remains owned by WooCommerce blocks.
   ========================================================================== */
html body.higuppy-site-shell.hg-shop-page-active {
	background: #f7fbff !important;
	background-image: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active > .wp-site-blocks,
html body.higuppy-site-shell.hg-shop-page-active > .wp-site-blocks > main,
html body.higuppy-site-shell.hg-shop-page-active > .wp-site-blocks > .wp-block-group.has-global-padding {
	background: transparent !important;
	background-image: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
	align-items: center !important;
	gap: clamp(32px, 5vw, 68px) !important;
	box-sizing: border-box !important;
	width: min(1160px, calc(100% - 40px)) !important;
	max-width: 1160px !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 auto 18px !important;
	padding: 58px 0 52px !important;
	overflow: visible !important;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy {
	position: relative !important;
	z-index: 6 !important;
	width: 100% !important;
	max-width: 560px !important;
	margin: 0 !important;
	padding: 0 !important;
	justify-self: start !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	margin: 0 0 22px !important;
	color: #1498b0 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb a {
	color: #1498b0 !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > h1 {
	margin: 0 0 18px !important;
	color: #102746 !important;
	-webkit-text-fill-color: #102746 !important;
	font-family: var(--hg-font-family) !important;
	font-size: clamp(3rem, 6vw, 5.2rem) !important;
	font-weight: 800 !important;
	line-height: .98 !important;
	letter-spacing: -.055em !important;
	white-space: normal !important;
	text-wrap: balance !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1 span {
	color: #102746 !important;
	-webkit-text-fill-color: #102746 !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1 em {
	color: #1b9db6 !important;
	-webkit-text-fill-color: #1b9db6 !important;
	font-style: normal !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > p {
	max-width: 48ch !important;
	margin: 0 !important;
	color: #080808 !important;
	-webkit-text-fill-color: #080808 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 1.55 !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
	margin-top: 28px !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 54px !important;
	padding: 0 26px !important;
	border-radius: 9px !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	transition: transform .2s ease, background-color .2s ease, color .2s ease !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__button:hover,
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__button:focus-visible {
	transform: translateY(-2px) !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__button--primary {
	background: #123d78 !important;
	border: 1px solid #123d78 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: 0 12px 26px rgba(18, 61, 120, .18) !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__button--primary:hover,
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__button--primary:focus-visible {
	background: #0d2d5d !important;
	border-color: #0d2d5d !important;
	color: #fff !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__button--secondary {
	background: #081f4a !important;
	border: 2px solid #081f4a !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__button--secondary:hover,
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__button--secondary:focus-visible {
	background: #ff6b35 !important;
	border-color: #ff6b35 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
	margin: 42px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust li {
	position: relative !important;
	display: grid !important;
	gap: 5px !important;
	padding-left: 18px !important;
	border-left: 1px solid rgba(27, 157, 182, .22) !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust li::before {
	position: absolute !important;
	left: 0 !important;
	top: 1px !important;
	width: 9px !important;
	height: 9px !important;
	border: 2px solid #1b9db6 !important;
	border-radius: 50% !important;
	content: '' !important;
	transform: translateX(-50%) !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust strong {
	color: #102746 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust span {
	color: #6d7b90 !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__eyebrow {
	display: block !important;
	margin: 0 0 12px !important;
	color: #000 !important;
	-webkit-text-fill-color: #000 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: .04em !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust-icon {
	display: inline-grid !important;
	place-items: center !important;
	width: 34px !important;
	height: 34px !important;
	margin-bottom: 4px !important;
	border: 2px solid #1b9db6 !important;
	border-radius: 50% !important;
	background: #dff7fa !important;
	color: #1498b0 !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust-icon svg,
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter svg {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	stroke-width: 1.8 !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust li > a {
	display: grid !important;
	gap: 5px !important;
	color: inherit !important;
	text-decoration: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust li > a:hover strong,
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust li > a:focus-visible strong {
	color: #1498b0 !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter {
	grid-column: 1 / -1 !important;
	display: grid !important;
	grid-template-columns: minmax(220px, 1.6fr) minmax(170px, .72fr) auto !important;
	align-items: center !important;
	gap: 0 !important;
	width: 100% !important;
	margin: 6px 0 0 !important;
	padding: 10px !important;
	border: 1px solid rgba(8, 43, 87, .1) !important;
	border-radius: 18px !important;
	background: rgba(255, 255, 255, .94) !important;
	box-shadow: 0 16px 42px rgba(8, 43, 87, .1) !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter-search {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	min-width: 0 !important;
	padding: 0 16px !important;
	border-right: 1px solid rgba(8, 43, 87, .1) !important;
	color: #536177 !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter input[type="search"],
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter select {
	box-sizing: border-box !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #25364a !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	outline: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter input[type="search"]::placeholder {
	color: #7d8998 !important;
	opacity: 1 !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter select {
	border-right: 1px solid rgba(8, 43, 87, .1) !important;
	border-radius: 0 !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter-submit {
	min-height: 48px !important;
	padding: 0 30px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #1b9db6 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	cursor: pointer !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter-submit:hover,
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter-submit:focus-visible {
	background: #117d96 !important;
	color: #fff !important;
}

html body.higuppy-site-shell.hg-shop-page-active #shop-products {
	scroll-margin-top: 120px !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero > .hg-shop-visual-hero__art {
	position: relative !important;
	align-self: stretch !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 490px !important;
	height: auto !important;
	aspect-ratio: 1.18 / 1 !important;
	margin: 0 !important;
	overflow: hidden !important;
	isolation: isolate !important;
	border: 1px solid rgba(21, 191, 208, .26) !important;
	border-radius: 28px !important;
	background: #bde9f6 !important;
	box-shadow: 0 26px 55px rgba(23, 71, 184, .16) !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene,
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene > img.hg-shop-visual-hero__school {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	transform: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene > img.hg-shop-visual-hero__school {
	object-fit: cover !important;
	object-position: center !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories {
	position: absolute !important;
	left: 28px !important;
	right: 28px !important;
	bottom: 26px !important;
	z-index: 7 !important;
	display: flex !important;
	justify-content: center !important;
	gap: 12px !important;
	overflow-x: auto !important;
	padding: 4px !important;
	scrollbar-width: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories::-webkit-scrollbar { display: none !important; }

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories a {
	display: inline-flex !important;
	align-items: center !important;
	flex: 0 0 auto !important;
	gap: 9px !important;
	min-height: 48px !important;
	padding: 5px 16px 5px 6px !important;
	border: 2px solid rgba(255, 255, 255, .92) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .96) !important;
	box-shadow: 0 8px 18px rgba(8, 39, 71, .14) !important;
	color: #102746 !important;
	-webkit-text-fill-color: #102746 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories a > span {
	display: inline-grid !important;
	place-items: center !important;
	width: 34px !important;
	height: 34px !important;
	border-radius: 50% !important;
	background: #d9f4f8 !important;
	color: #1498b0 !important;
	font-size: 14px !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories a b {
	margin-left: 2px !important;
	color: #102746 !important;
	font-size: 18px !important;
}

@media (max-width: 900px) {
		html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero {
		grid-template-columns: 1fr !important;
		width: min(720px, calc(100% - 32px)) !important;
		max-width: 720px !important;
		gap: 24px !important;
		padding: 32px 0 36px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		min-height: 0 !important;
		aspect-ratio: 1.18 / 1 !important;
		border-radius: 28px !important;
	}
}

@media (max-width: 600px) {
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy {
		display: contents !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb { order: 1 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__eyebrow { order: 2 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1 { order: 3 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > p { order: 4 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__actions { order: 5 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero > .hg-shop-visual-hero__art { order: 6 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__trust { order: 7 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__filter { order: 8 !important; }

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero {
		padding-top: 28px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1,
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > h1 {
		font-size: clamp(2.7rem, 13vw, 4rem) !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > p {
		font-size: 16px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__actions {
		gap: 10px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__button {
		min-height: 50px !important;
		padding-inline: 18px !important;
		font-size: 14px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
		margin-top: 30px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter {
		grid-template-columns: 1fr auto !important;
		gap: 8px !important;
		padding: 8px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter-search {
		grid-column: 1 / -1 !important;
		border-right: 0 !important;
		border-bottom: 1px solid rgba(8, 43, 87, .1) !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter select {
		grid-column: 1 !important;
		border-right: 0 !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter-submit {
		grid-column: 2 !important;
		padding-inline: 18px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		border-radius: 64px 18px 18px 64px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories {
		left: 12px !important;
		right: 12px !important;
		bottom: 12px !important;
		gap: 8px !important;
	}

	@media (max-width: 420px) {
		html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories {
			justify-content: flex-start !important;
		}
	}
}

/* ==========================================================================
   PRODUCT CARD — hg-shop-card--home layout (JS-restructured DOM)
   ========================================================================== */

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home {
	display: flex !important;
	flex-direction: column !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.95) !important;
	border-radius: 28px !important;
	overflow: hidden !important;
	background: rgba(255, 255, 255, 0.78) !important;
	box-shadow: 0 20px 44px rgba(40, 110, 86, 0.10) !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home:hover {
	box-shadow: 0 28px 56px rgba(40, 110, 86, 0.16) !important;
	transform: translateY(-4px);
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .wc-block-components-product-image {
	position: relative !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 18px !important;
	aspect-ratio: 1 / 1.04 !important;
	height: auto !important;
	border-radius: 0 !important;
	background: radial-gradient(circle at 50% 7%, rgba(255, 255, 255, 0.66), transparent 27%),
		linear-gradient(180deg, #ecfcff, #bce9de 50%, #71baa9) !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .wc-block-components-product-image a {
	display: block !important;
	aspect-ratio: auto !important;
	height: 100% !important;
	background: transparent !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .wc-block-components-product-image img {
	position: absolute !important;
	z-index: 2 !important;
	inset: 0 !important;
	width: 82% !important;
	height: 82% !important;
	margin: auto !important;
	object-fit: contain !important;
	filter: drop-shadow(0 24px 28px rgba(21, 61, 50, 0.18)) !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__badge {
	position: absolute !important;
	z-index: 4 !important;
	top: auto !important;
	right: auto !important;
	bottom: 10px !important;
	left: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__badge a {
	display: inline-flex !important;
	align-items: center !important;
	height: 22px !important;
	padding: 0 8px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: rgba(23, 60, 47, 0.55) !important;
	-webkit-backdrop-filter: blur(8px) !important;
	backdrop-filter: blur(8px) !important;
	color: #fff !important;
	font-size: 9px !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em !important;
	line-height: 22px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__body {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	align-items: stretch !important;
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 16px 18px 18px !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .wp-block-post-title {
	display: block !important;
	width: 100% !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: -0.035em !important;
	color: #173c2f !important;
	text-align: left !important;
	-webkit-line-clamp: unset !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .wp-block-post-title a {
	display: block !important;
	-webkit-line-clamp: unset !important;
	max-height: none !important;
	overflow: visible !important;
	white-space: normal !important;
	color: inherit !important;
	overflow-wrap: anywhere !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .higuppy-shop-card-cta {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	gap: 0 !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .higuppy-shop-card-cta .hg-block-product-buy-row,
body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .higuppy-shop-card-cta .hg-block-product-actions-row,
body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer .hg-block-product-buy-row {
	display: contents !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 8px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer .wc-block-components-product-price,
body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer .wp-block-woocommerce-product-price {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #173c2f !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: left !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer .wc-block-components-product-button {
	display: inline-flex !important;
	flex: 0 1 auto !important;
	width: auto !important;
	max-width: 52% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer .wc-block-components-product-button__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 1px solid #ff8652 !important;
	border-radius: 14px !important;
	background: #ff8652 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	white-space: nowrap !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer .wc-block-components-product-button__button:hover {
	background: linear-gradient(120deg, #ff8652, #f06b49) !important;
	border-color: #f06b49 !important;
	color: #fff !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__actions {
	display: flex !important;
	align-items: stretch !important;
	width: 100% !important;
	margin-top: 12px !important;
	padding-top: 12px !important;
	border-top: 1px solid rgba(18, 55, 43, 0.07) !important;
	box-sizing: border-box !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__actions .higuppy-shop-buy-now {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 1 1 100% !important;
	width: 100% !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 13px !important;
	border: 1px solid #174b3d !important;
	border-radius: 14px !important;
	background: #174b3d !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-align: center !important;
	text-decoration: none !important;
}

body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__actions .higuppy-shop-buy-now:hover {
	background: #0f3a2e !important;
	border-color: #0f3a2e !important;
	color: #fff !important;
}

/* Legacy classic-loop fallback (non-block cards) */
body.hg-shop-page-active .higuppy-shop-card-cta {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	margin-top: auto !important;
	padding-top: 12px !important;
}

body.hg-shop-page-active .higuppy-shop-card-cta > .price {
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px;
	line-height: 1;
}

body.hg-shop-page-active .higuppy-shop-card-actions {
	display: block !important;
	min-width: 0 !important;
}

body.hg-shop-page-active .higuppy-shop-card-actions .button,
body.hg-shop-page-active .higuppy-shop-card-actions .add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: #ff8652 !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap !important;
	box-shadow: none !important;
}

body.hg-shop-page-active .higuppy-shop-card-cta > .higuppy-shop-buy-now,
body.hg-shop-page-active .higuppy-shop-card-cta .higuppy-shop-buy-now {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 42px !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 13px !important;
	border: 1px solid #174b3d !important;
	border-radius: 14px !important;
	background: #174b3d !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
}

/* ==========================================================================
   SHOP VISUAL REDESIGN — Gutenberg catalog, preserved site shell
   ========================================================================== */

body.hg-shop-page-active {
	--hg-shop-ink: #10224d;
	--hg-shop-orange: #ff5b1f;
	--hg-shop-line: #e7edf5;
	background: #061f3f !important;
}

/* Keep the shell canvas and the visual hero as one continuous navy panel. */
@media (min-width: 901px) {
	body.hg-shop-page-active > .wp-site-blocks {
		background: transparent !important;
	}

	body.hg-shop-page-active > .wp-site-blocks > main {
		background: transparent !important;
	}

	body.hg-shop-page-active .hg-shop-visual-hero {
		background: #061f3f !important;
	}
}

body.hg-shop-page-active .higuppy-shop-shell {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
}

body.hg-shop-page-active .hg-shop-visual-hero {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	min-height: 214px;
	margin: 0 !important;
	padding: 26px max(28px, calc((100vw - 1000px) / 2)) 28px !important;
	background: #eaf7ff;
	border: 0 !important;
	border-radius: 0 !important;
	overflow: hidden;
}

body.hg-shop-page-active .hg-shop-visual-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 360px;
}

body.hg-shop-page-active .hg-shop-visual-hero__breadcrumb {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
	font-size: var(--hg-font-size-body, 16px);
	color: var(--hg-shop-ink);
}

body.hg-shop-page-active .hg-shop-visual-hero__breadcrumb a {
	color: var(--hg-shop-ink);
	text-decoration: none;
}

body.hg-shop-page-active .hg-shop-visual-hero h1 {
	margin: 0 0 10px !important;
	font-family: var(--hg-font-family);
	font-size: clamp(2.5rem, 5vw, 3.45rem);
	font-weight: 700;
	line-height: .95;
	letter-spacing: -.04em;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	white-space: nowrap !important;
	text-wrap: nowrap !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__copy > p {
	max-width: 300px;
	margin: 0 !important;
	color: var(--hg-shop-ink) !important;
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1.55;
}

body.hg-shop-page-active .hg-shop-visual-hero__art {
	position: relative;
	align-self: stretch;
	min-height: 158px;
}

body.hg-shop-page-active .hg-shop-visual-hero__art img {
	position: absolute;
	z-index: 1;
	right: 5%;
	top: 50%;
	width: min(520px, 100%);
	height: 232px;
	max-height: none;
	transform: translate(-2%, -50%);
	object-fit: cover;
	object-position: center 62%;
	border-radius: 24px;
	box-shadow: 0 12px 28px rgba(8, 39, 71, .12);
	animation: hg-shop-fish-pan 9s ease-in-out infinite alternate;
}

@keyframes hg-shop-fish-pan {
	from { object-position: 47% 62%; }
	to { object-position: 53% 62%; }
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat {
	display: block !important;
	width: min(780px, calc(100% - 252px)) !important;
	max-width: 780px !important;
	margin: 0 0 0 calc((100vw - 1000px) / 2 + 220px) !important;
	padding: 14px 0 12px !important;
	background: #fff !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .higuppy-shopcat__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin: 0 0 16px !important;
	font-family: var(--hg-font-family);
	font-size: 18px;
	font-weight: 700;
	color: var(--hg-shop-ink) !important;
	white-space: nowrap;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .higuppy-shopcat__title::before,
body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .higuppy-shopcat__title::after {
	content: '';
	display: block;
	width: 36px;
	height: 1px;
	background: var(--hg-shop-orange);
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .higuppy-shopcat__sub {
	display: none !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	grid-column: auto !important;
	grid-row: auto !important;
	gap: 10px !important;
	margin: 0 !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 142px !important;
	padding: 10px 8px !important;
	border: 1px solid var(--hg-shop-line) !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: 0 5px 16px rgba(16, 34, 77, .06) !important;
	transition: transform .2s ease, box-shadow .2s ease !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(16, 34, 77, .1) !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover__background {
	display: none !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
	position: static !important;
	width: 76px !important;
	height: 76px !important;
	margin: 0 auto 8px !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	box-shadow: 0 3px 8px rgba(16,34,77,.12) !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover__inner-container {
	position: static !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: 100% !important;
	height: auto !important;
	padding: 0 !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p {
	position: static !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	font-family: inherit;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
	line-height: 1.15;
	text-shadow: none !important;
}

/* Shop trust strip and order guidance: restrained commerce reassurance. */
body.hg-shop-page-active .hg-shop-info-strip {
	display: grid !important;
	grid-template-columns: minmax(150px, .44fr) minmax(0, 1.56fr) !important;
	gap: 22px !important;
	align-items: center !important;
	margin: 26px auto 22px !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(47, 87, 213, .16) !important;
	border-radius: 20px !important;
	background: linear-gradient(115deg, #effaff 0%, #ffffff 47%, #f7fbff 100%) !important;
	box-shadow: 0 15px 34px rgba(16, 54, 102, .08) !important;
}

body.hg-shop-page-active .hg-shop-info-strip__title {
	margin: 0 !important;
	padding-left: 13px;
	border-left: 4px solid var(--hg-orange, #ff7a4f);
	color: #14234a !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 850;
	letter-spacing: -.015em;
	line-height: 1.25;
}

body.hg-shop-page-active .hg-shop-info-strip__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.hg-shop-page-active .hg-shop-info-strip__items li {
	position: relative;
	display: grid;
	gap: 4px;
	min-height: 62px;
	padding: 10px 12px 10px 17px;
	border: 1px solid rgba(202, 220, 239, .84);
	border-radius: 13px;
	background: rgba(255, 255, 255, .72);
}

body.hg-shop-page-active .hg-shop-info-strip__items li::before {
	position: absolute;
	left: 8px;
	top: 15px;
	width: 4px;
	height: 28px;
	border-radius: 999px;
	background: linear-gradient(180deg, #15bfd0, #2f57d5);
	content: "";
}

body.hg-shop-page-active .hg-shop-info-strip__items li:nth-child(2)::before { background: linear-gradient(180deg, #2f57d5, #15bfd0); }
body.hg-shop-page-active .hg-shop-info-strip__items li:nth-child(3)::before { background: linear-gradient(180deg, #ff7a4f, #f6c95d); }

body.hg-shop-page-active .hg-shop-info-strip__items b {
	color: #173860 !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 850;
	line-height: 1.25;
}

body.hg-shop-page-active .hg-shop-info-strip__items small {
	color: #5c708a !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 600;
	line-height: 1.38;
}

body.hg-shop-page-active .higuppy-shop-bottom-note {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(210px, .58fr) minmax(0, 1.42fr) !important;
	gap: clamp(24px, 4vw, 54px) !important;
	align-items: start !important;
	min-height: 0 !important;
	max-width: 1160px !important;
	margin: 10px auto 30px !important;
	padding: clamp(28px, 4vw, 48px) !important;
	border: 1px solid rgba(47, 87, 213, .15) !important;
	border-radius: 26px !important;
	background: radial-gradient(circle at 96% 5%, rgba(115, 221, 234, .28), transparent 27%), linear-gradient(135deg, #ffffff 0%, #f1faff 100%) !important;
	box-shadow: 0 22px 48px rgba(16, 54, 102, .10) !important;
	overflow: hidden;
	text-align: left !important;
}

body.hg-shop-page-active .higuppy-shop-bottom-note::before {
	position: absolute;
	right: -56px;
	bottom: -78px;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(47, 87, 213, .12);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgba(115, 221, 234, .12), 0 0 0 56px rgba(255, 244, 223, .6);
	content: "";
	pointer-events: none;
}

body.hg-shop-page-active .higuppy-shop-bottom-note__heading,
body.hg-shop-page-active .higuppy-shop-bottom-note__content { position: relative; z-index: 1; }

body.hg-shop-page-active .higuppy-shop-bottom-note__eyebrow {
	margin: 0 0 11px !important;
	color: #2f57d5 !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 850;
	letter-spacing: .1em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.hg-shop-page-active .higuppy-shop-bottom-note h2 {
	margin: 0 !important;
	color: #14234a !important;
	font-size: clamp(1.8rem, 3.2vw, 2.75rem);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: 1.06;
}

body.hg-shop-page-active .higuppy-shop-bottom-note__content p {
	max-width: none !important;
	margin: 0 0 14px !important;
	color: #415572 !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 600;
	line-height: 1.7;
	text-align: left !important;
}

body.hg-shop-page-active .higuppy-shop-bottom-note__links {
	justify-content: flex-start !important;
	gap: 9px !important;
	margin-top: 20px !important;
}

body.hg-shop-page-active .higuppy-shop-bottom-note__links a {
	min-height: 40px !important;
	padding: 8px 13px !important;
	border-color: rgba(47, 87, 213, .2) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .86) !important;
	color: #173860 !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	box-shadow: 0 5px 12px rgba(16, 54, 102, .06);
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

body.hg-shop-page-active .higuppy-shop-bottom-note__links a:hover {
	border-color: #2f57d5 !important;
	background: #2f57d5 !important;
	color: #fff !important;
	transform: translateY(-2px);
}

@media (max-width: 800px) {
	body.hg-shop-page-active .hg-shop-info-strip,
	body.hg-shop-page-active .higuppy-shop-bottom-note { grid-template-columns: 1fr !important; }
	body.hg-shop-page-active .hg-shop-info-strip__items { grid-template-columns: 1fr !important; }
	body.hg-shop-page-active .higuppy-shop-bottom-note { padding: 26px 22px !important; }
	body.hg-shop-page-active .higuppy-shop-bottom-note__links a { flex: 1 1 100%; justify-content: center; }
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p a {
	color: var(--hg-shop-ink) !important;
	text-decoration: none !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
	display: grid !important;
	grid-template-columns: 202px minmax(0, 1fr) !important;
	gap: 18px !important;
	max-width: 1000px !important;
	margin: 0 auto !important;
	padding: 0 0 34px !important;
	margin-top: -56px !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child {
	min-width: 0;
	transform: translateY(-196px);
	padding: 16px 14px !important;
	border: 1px solid var(--hg-shop-line) !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: 0 4px 14px rgba(16,34,77,.05) !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:last-child {
	min-width: 0;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:nth-child(2):not(:has(*)) {
	display: none !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:nth-child(3) {
	grid-column: 2 !important;
	grid-row: 1 !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:nth-child(3) > .wp-block-spacer {
	display: none !important;
}

/* Shipping trust card: light sky plate so dark body text stays readable.
   Gutenberg stores navy (#0E2F86) + white text classes, but shop ink overrides
   wash the white out — swap the plate instead of fighting every text rule. */
body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child .wp-block-cover {
	background: #EAF6FF !important;
	border: 1px solid #E3EBF7 !important;
	box-shadow: 0 18px 45px rgba(23, 71, 184, 0.10) !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child .wp-block-cover .wp-block-cover__background {
	background-color: #EAF6FF !important;
	opacity: 1 !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child .wp-block-cover p,
body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child .wp-block-cover .has-et-fse-white-color {
	color: #13203A !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child .wp-block-cover .wp-block-button__link {
	color: #0E2F86 !important;
	border-color: #0E2F86 !important;
	background: #fff !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child .wp-block-cover .wp-block-button__link:hover {
	color: #fff !important;
	background: #1747B8 !important;
	border-color: #1747B8 !important;
}

body.hg-shop-page-active .hg-filter-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--hg-shop-line);
	font-size: var(--hg-font-size-body, 16px);
	color: var(--hg-shop-ink);
}

body.hg-shop-page-active .hg-filter-clear {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hg-shop-orange);
	font-size: var(--hg-font-size-body, 16px);
	cursor: pointer;
}

body.hg-shop-page-active .product-filters-wrapper {
	font-size: var(--hg-font-size-body, 16px);
	color: var(--hg-shop-ink);
}

body.hg-shop-page-active .product-filters-wrapper h3,
body.hg-shop-page-active .product-filters-wrapper h4,
body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-title {
	margin: 16px 0 8px !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
	color: var(--hg-shop-ink) !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__item {
	margin: 0 0 8px !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__label {
	font-size: var(--hg-font-size-body, 16px);
}

body.hg-shop-page-active .wp-block-woocommerce-product-collection {
	margin: 0 !important;
}

body.hg-shop-page-active .wp-block-woocommerce-product-collection > .wp-block-group:first-child,
body.hg-shop-page-active .wp-block-woocommerce-product-collection > .wp-block-columns:first-child {
	margin-bottom: 14px !important;
}

body.hg-shop-page-active .wc-block-product-template {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.hg-shop-page-active li.wc-block-product {
	display: flex !important;
	flex-direction: column !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 1px solid var(--hg-shop-line) !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: 0 4px 14px rgba(16,34,77,.05) !important;
}

body.hg-shop-page-active li.wc-block-product > a:first-child {
	display: block !important;
	background: #07111f !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image,
body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image img {
	width: 100% !important;
	height: 142px !important;
	margin: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image img {
	object-fit: cover !important;
	background: #07111f !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-name,
body.hg-shop-page-active li.wc-block-product .wc-block-components-product-price,
body.hg-shop-page-active li.wc-block-product .wc-block-components-product-button {
	margin-left: 12px !important;
	margin-right: 12px !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-name {
	min-height: 34px;
	margin-top: 10px !important;
	font-family: var(--hg-font-family);
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
	line-height: 1.25;
	color: var(--hg-shop-ink) !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-price {
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
	color: var(--hg-shop-orange) !important;
}

body.hg-shop-page-active li.wc-block-product .wp-block-button__link,
body.hg-shop-page-active li.wc-block-product .wc-block-components-product-button__button {
	min-height: 34px !important;
	margin-bottom: 12px !important;
	padding: 8px 10px !important;
	border-radius: 4px !important;
	background: var(--hg-shop-ink) !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
}

@media (max-width: 900px) {
	body.hg-shop-page-active .hg-shop-visual-hero { padding-left: 24px !important; padding-right: 24px !important; }
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat { width: calc(100% - 32px) !important; margin-left: 16px !important; margin-right: 16px !important; padding-left: 0 !important; padding-right: 0 !important; }
	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) { padding-left: 16px !important; padding-right: 16px !important; }
}

@media (max-width: 700px) {
	body.hg-shop-page-active .hg-shop-visual-hero { grid-template-columns: 1fr; min-height: 320px; }
	body.hg-shop-page-active .hg-shop-visual-hero__art { min-height: 130px; }
	body.hg-shop-page-active .hg-shop-visual-hero__art img { right: -8%; max-height: 180px; }
	body.hg-shop-page-active .higuppy-shop-card-cta .hg-block-product-buy-row { position: relative !important; width: 100% !important; max-width: 100% !important; overflow: hidden !important; }
	body.hg-shop-page-active .higuppy-shop-card-cta .hg-block-product-buy-row .wp-block-button.wc-block-components-product-button { position: static !important; left: auto !important; right: auto !important; inset: auto !important; display: block !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
	body.hg-shop-page-active .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button.full-width { position: static !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; left: auto !important; right: auto !important; }
	body.hg-shop-page-active .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button__button { width: 100% !important; max-width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; }
	body.hg-shop-page-active .higuppy-shop-card-cta .hg-block-product-buy-row .wp-block-button__link { white-space: nowrap !important; }
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) { grid-template-columns: 1fr !important; }
	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child { order: 2; transform: none; }
	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:nth-child(3) { grid-column: 1 !important; grid-row: auto !important; }
	body.hg-shop-page-active .wc-block-product-template { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }

	/* Mobile card: stack price above Add to Cart */
	body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__body { padding: 17px !important; }
	body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer {
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 8px !important;
		overflow: visible !important;
	}
	body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer .wc-block-components-product-price,
	body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer .wp-block-woocommerce-product-price {
		width: 100% !important;
		max-width: 100% !important;
		font-size: 18px !important;
		overflow: visible !important;
		text-overflow: clip !important;
	}
	body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer .wc-block-components-product-button {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 auto !important;
	}
	body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__footer .wc-block-components-product-button__button {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 36px !important;
	}
	body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__badge { bottom: 8px !important; left: 8px !important; }
	body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__badge a {
		height: 20px !important;
		padding: 0 6px !important;
		font-size: 8px !important;
		line-height: 20px !important;
		border-radius: 5px !important;
	}
}

@media (min-width: 701px) {
	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		height: 260px !important;
		min-height: 260px !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		height: 208px !important;
		min-height: 208px !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__scene {
		height: 208px !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__fish {
		width: min(54%, 390px) !important;
		max-height: 220px !important;
	}
}

/* Hide empty duplicate XStore header shell */
body.woocommerce-shop #header.site-header,
body.post-type-archive-product #header.site-header,
body.tax-product_cat #header.site-header {
	display: none !important;
}

body.woocommerce-shop .template-content,
body.post-type-archive-product .template-content,
body.tax-product_cat .template-content {
	background: transparent;
}

/* ==========================================================================
   PAGE HERO / BREADCRUMB
   ========================================================================== */

body.woocommerce-shop .page-heading,
body.post-type-archive-product .page-heading,
body.tax-product_cat .page-heading {
	background: linear-gradient(135deg, var(--hg-shop-cream) 0%, #fff 55%, var(--hg-shop-blue-soft) 100%);
	border-bottom: 1px solid rgba(23, 71, 184, 0.08);
	padding: 34px 0 38px;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}

body.woocommerce-shop .page-heading::before,
body.post-type-archive-product .page-heading::before,
body.tax-product_cat .page-heading::before {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(253, 187, 45, 0.35);
	left: -120px;
	bottom: -150px;
	pointer-events: none;
}

body.woocommerce-shop .page-heading::after,
body.post-type-archive-product .page-heading::after,
body.tax-product_cat .page-heading::after {
	content: "";
	position: absolute;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(23, 71, 184, 0.06);
	right: -70px;
	top: -90px;
	pointer-events: none;
}

body.woocommerce-shop .page-heading .container,
body.post-type-archive-product .page-heading .container,
body.tax-product_cat .page-heading .container {
	position: relative;
	z-index: 1;
	max-width: 1160px;
}

body.woocommerce-shop .page-heading .title,
body.post-type-archive-product .page-heading .title,
body.tax-product_cat .page-heading .title {
	font-size: clamp(1.75rem, 5vw, 2.5rem);
	font-weight: 900;
	color: var(--hg-shop-blue) !important;
	letter-spacing: -0.04em;
	margin: 10px 0 0 !important;
	line-height: 1.08;
}

body.woocommerce-shop .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
	color: var(--hg-shop-muted);
	margin: 0;
}

body.woocommerce-shop .woocommerce-breadcrumb a,
body.post-type-archive-product .woocommerce-breadcrumb a,
body.tax-product_cat .woocommerce-breadcrumb a {
	color: var(--hg-shop-orange);
	text-decoration: none;
}

body.woocommerce-shop .woocommerce-breadcrumb a:hover,
body.post-type-archive-product .woocommerce-breadcrumb a:hover,
body.tax-product_cat .woocommerce-breadcrumb a:hover {
	color: var(--hg-shop-blue);
}

body.woocommerce-shop .woocommerce-breadcrumb .delimeter,
body.post-type-archive-product .woocommerce-breadcrumb .delimeter,
body.tax-product_cat .woocommerce-breadcrumb .delimeter {
	color: var(--hg-shop-blue);
	opacity: 0.55;
}

body.woocommerce-shop .page-heading .back-history,
body.post-type-archive-product .page-heading .back-history,
body.tax-product_cat .page-heading .back-history {
	display: none !important;
}

/* ==========================================================================
   SHOP SHELL WRAPPER + XStore hook order fix
   XStore fires woocommerce_before_main_content before .page-heading,
   so intro/categories render above the Shop title in DOM. Flex order fixes it.
   ========================================================================== */

body.woocommerce-shop .higuppy-shop-shell,
body.post-type-archive-product .higuppy-shop-shell,
body.tax-product_cat .higuppy-shop-shell {
	display: flex;
	flex-direction: column;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
}

body.woocommerce-shop .higuppy-shop-shell > .page-heading,
body.post-type-archive-product .higuppy-shop-shell > .page-heading,
body.tax-product_cat .higuppy-shop-shell > .page-heading {
	order: 1;
}

body.woocommerce-shop .higuppy-shop-shell > .higuppy-shop-hero,
body.post-type-archive-product .higuppy-shop-shell > .higuppy-shop-hero,
body.tax-product_cat .higuppy-shop-shell > .higuppy-shop-hero {
	order: 2;
}

body.woocommerce-shop .higuppy-shop-shell > .higuppy-shop-intro,
body.post-type-archive-product .higuppy-shop-shell > .higuppy-shop-intro,
body.tax-product_cat .higuppy-shop-shell > .higuppy-shop-intro {
	order: 3;
}

body.woocommerce-shop .higuppy-shop-shell > .higuppy-shop-categories,
body.post-type-archive-product .higuppy-shop-shell > .higuppy-shop-categories,
body.tax-product_cat .higuppy-shop-shell > .higuppy-shop-categories {
	order: 4;
}

body.woocommerce-shop .higuppy-shop-shell > .content-page,
body.post-type-archive-product .higuppy-shop-shell > .content-page,
body.tax-product_cat .higuppy-shop-shell > .content-page {
	order: 5;
}

/* ==========================================================================
   HERO SECTION (injected via PHP)
   ========================================================================== */

.higuppy-shop-hero {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 20px;
	padding: 22px;
	margin: 10px 0 14px;
	border-radius: 24px;
	background: linear-gradient(135deg, #ffffff 0%, #eef6ff 60%, #fff7e8 100%);
	border: 1px solid rgba(23, 71, 184, 0.12);
	box-shadow: 0 16px 38px rgba(23, 71, 184, 0.1);
}

.higuppy-shop-hero__eyebrow {
	margin: 0 0 10px;
	color: var(--hg-shop-orange);
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.higuppy-shop-hero h1 {
	margin: 0 0 12px;
	font-size: clamp(1.5rem, 3.4vw, 2.1rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: var(--hg-shop-blue);
}

.higuppy-shop-hero p {
	margin: 0;
	color: var(--hg-shop-muted);
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1.68;
}

.higuppy-shop-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.higuppy-shop-hero__meta span {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(23, 71, 184, 0.08);
	color: var(--hg-shop-blue);
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
}

.higuppy-shop-hero__actions {
	display: grid;
	gap: 10px;
	align-content: center;
	justify-items: end;
}

.higuppy-shop-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	min-width: 220px;
	padding: 10px 20px;
	border-radius: 999px;
	background: var(--hg-shop-blue);
	color: #fff;
	text-decoration: none;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
}

.higuppy-shop-hero__btn:hover {
	color: #fff;
	background: var(--hg-shop-orange);
}

.higuppy-shop-hero__btn--outline {
	background: #fff;
	color: var(--hg-shop-blue);
	border: 1px solid rgba(23, 71, 184, 0.22);
}

/* ==========================================================================
   SHOP INTRO + CATEGORY SHORTCUTS (injected via PHP)
   ========================================================================== */

.higuppy-shop-intro {
	max-width: 100%;
	margin: 0;
	padding: 22px 0 8px;
}

.higuppy-shop-intro__inner {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 24px;
	align-items: center;
}

.higuppy-shop-intro__eyebrow {
	margin: 0 0 8px;
	color: var(--hg-shop-orange);
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.higuppy-shop-intro h2 {
	margin: 0 0 10px;
	color: var(--hg-shop-blue);
	font-size: clamp(1.35rem, 3.5vw, 1.85rem);
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.higuppy-shop-intro p {
	margin: 0;
	color: var(--hg-shop-muted);
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1.65;
	max-width: 620px;
}

.higuppy-shop-intro__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.higuppy-shop-intro__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--hg-shop-border);
	box-shadow: 0 6px 18px rgba(23, 71, 184, 0.06);
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
	color: var(--hg-shop-ink);
}

.higuppy-shop-intro__badge svg {
	flex-shrink: 0;
	color: var(--hg-shop-orange);
}

.higuppy-shop-categories {
	max-width: 100%;
	margin: 0;
	padding: 8px 0 22px;
	position: relative;
}

.higuppy-shop-categories__viewport {
	position: relative;
	overflow: hidden;
}

.higuppy-shop-categories__viewport::before,
.higuppy-shop-categories__viewport::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 10px;
	width: 28px;
	z-index: 2;
	pointer-events: none;
}

.higuppy-shop-categories__viewport::before {
	left: 0;
	background: linear-gradient(90deg, #f7fbff 15%, transparent);
}

.higuppy-shop-categories__viewport::after {
	right: 0;
	background: linear-gradient(270deg, #f7fbff 15%, transparent);
}

.higuppy-shop-categories__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.higuppy-shop-categories__title {
	margin: 0;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 900;
	color: var(--hg-shop-blue);
	letter-spacing: -0.02em;
}

.higuppy-shop-categories__controls {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.higuppy-shop-categories__arrow {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid var(--hg-shop-border);
	border-radius: 999px;
	background: #fff;
	color: var(--hg-shop-blue);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(23, 71, 184, 0.08);
	transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.higuppy-shop-categories__arrow:hover:not(:disabled) {
	border-color: rgba(255, 107, 53, 0.45);
	color: var(--hg-shop-orange);
}

.higuppy-shop-categories__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.higuppy-shop-categories__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 10px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.higuppy-shop-categories__track::-webkit-scrollbar {
	display: none;
}

.higuppy-shop-categories__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 0 0 132px;
	width: 132px;
	min-height: 96px;
	padding: 14px 10px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--hg-shop-border);
	box-shadow: 0 6px 18px rgba(23, 71, 184, 0.05);
	text-decoration: none;
	scroll-snap-align: start;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.higuppy-shop-categories__item:hover,
.higuppy-shop-categories__item:focus {
	transform: translateY(-2px);
	border-color: rgba(255, 107, 53, 0.45);
	box-shadow: var(--hg-shop-shadow);
	text-decoration: none;
}

.higuppy-shop-categories__icon {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: var(--hg-shop-blue-soft);
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}

.higuppy-shop-categories__label {
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	color: var(--hg-shop-ink);
	text-align: center;
	line-height: 1.25;
}

/* ==========================================================================
   MAIN CONTENT LAYOUT
   ========================================================================== */

body.woocommerce-shop .content-page,
body.post-type-archive-product .content-page,
body.tax-product_cat .content-page {
	max-width: 1160px;
	padding-top: 8px;
	padding-bottom: 56px;
}

body.woocommerce-shop .sidebar-position-left > .row,
body.post-type-archive-product .sidebar-position-left > .row,
body.tax-product_cat .sidebar-position-left > .row {
	display: block;
}

body.woocommerce-shop .main-products-loop,
body.post-type-archive-product .main-products-loop,
body.tax-product_cat .main-products-loop {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	left: auto !important;
	right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Off-canvas filter panel — sidebar may sit outside .sidebar-position-left in XStore markup */
body.woocommerce-shop .sidebar.sidebar-left,
body.post-type-archive-product .sidebar.sidebar-left,
body.tax-product_cat .sidebar.sidebar-left,
body.hg-shop-page-active .sidebar.sidebar-left {
	display: block !important;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10060;
	width: min(320px, 88vw);
	margin: 0;
	padding: 72px 18px 24px;
	background: #fff;
	border-right: 1px solid var(--hg-shop-border);
	box-shadow: 0 18px 50px rgba(23, 71, 184, 0.18);
	overflow-x: hidden;
	overflow-y: auto;
	transform: translateX(-108%);
	transition: transform 0.28s ease;
	visibility: hidden;
	pointer-events: none;
}

body.higuppy-shop-filters-open.woocommerce-shop .sidebar.sidebar-left,
body.higuppy-shop-filters-open.post-type-archive-product .sidebar.sidebar-left,
body.higuppy-shop-filters-open.tax-product_cat .sidebar.sidebar-left,
body.higuppy-shop-filters-open.hg-shop-page-active .sidebar.sidebar-left {
	transform: translateX(0);
	visibility: visible;
	pointer-events: auto;
}

body.higuppy-shop-filters-open::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 10050;
	background: rgba(19, 32, 58, 0.45);
	backdrop-filter: blur(2px);
}

.higuppy-shop-filter-btn {
	display: none !important;
}

.higuppy-shop-filter-btn svg {
	flex-shrink: 0;
	color: var(--hg-shop-blue);
}

.higuppy-shop-filter-close {
	position: fixed;
	top: 14px;
	left: min(272px, calc(88vw - 48px));
	z-index: 10070;
	display: none;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: var(--hg-shop-blue);
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(23, 71, 184, 0.25);
}

body.higuppy-shop-filters-open .higuppy-shop-filter-close {
	display: inline-grid;
	place-items: center;
}

body.higuppy-shop-filters-open {
	overflow: hidden;
}

body.woocommerce-shop .sidebar-mobile-off_canvas .sidebar-toggle,
body.post-type-archive-product .sidebar-mobile-off_canvas .sidebar-toggle,
body.tax-product_cat .sidebar-mobile-off_canvas .sidebar-toggle,
body.woocommerce-shop .sidebar-mobile-off_canvas .et-toggle-sidebar,
body.post-type-archive-product .sidebar-mobile-off_canvas .et-toggle-sidebar,
body.tax-product_cat .sidebar-mobile-off_canvas .et-toggle-sidebar,
body.woocommerce-shop .sidebar-mobile-off_canvas .open-filter,
body.post-type-archive-product .sidebar-mobile-off_canvas .open-filter,
body.tax-product_cat .sidebar-mobile-off_canvas .open-filter {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid var(--hg-shop-border);
	background: #fff;
	color: var(--hg-shop-ink);
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
	box-shadow: 0 5px 16px rgba(23, 71, 184, 0.06);
}

/* ==========================================================================
   TOOLBAR (SORT / VIEW / PER PAGE)
   ========================================================================== */

body.woocommerce-shop .filter-wrap,
body.post-type-archive-product .filter-wrap,
body.tax-product_cat .filter-wrap {
	margin: 0 0 22px;
	padding: 0;
	background: transparent;
	border: 0;
}

body.woocommerce-shop .filter-content,
body.post-type-archive-product .filter-content,
body.tax-product_cat .filter-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid var(--hg-shop-border);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(23, 71, 184, 0.05);
}

/* Hide filter toggles + trust bar in toolbar */
body.woocommerce-shop .filter-content .higuppy-shop-filter-btn,
body.post-type-archive-product .filter-content .higuppy-shop-filter-btn,
body.tax-product_cat .filter-content .higuppy-shop-filter-btn,
body.woocommerce-shop .filter-content .sidebar-toggle,
body.post-type-archive-product .filter-content .sidebar-toggle,
body.tax-product_cat .filter-content .sidebar-toggle,
body.woocommerce-shop .filter-content .et-toggle-sidebar,
body.post-type-archive-product .filter-content .et-toggle-sidebar,
body.tax-product_cat .filter-content .et-toggle-sidebar,
body.woocommerce-shop .filter-content .open-filter,
body.post-type-archive-product .filter-content .open-filter,
body.tax-product_cat .filter-content .open-filter,
body.woocommerce-shop .filter-content .higuppy-trust-bar,
body.post-type-archive-product .filter-content .higuppy-trust-bar,
body.tax-product_cat .filter-content .higuppy-trust-bar,
body.woocommerce-shop .higuppy-trust-bar,
body.post-type-archive-product .higuppy-trust-bar,
body.tax-product_cat .higuppy-trust-bar {
	display: none !important;
}

body.woocommerce-shop .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
	margin: 0;
	float: none;
	flex: 1 1 auto;
	min-width: 0;
	order: 1;
}

body.woocommerce-shop .orderby,
body.post-type-archive-product .orderby,
body.tax-product_cat .orderby,
body.woocommerce-shop .et-per-page-select,
body.post-type-archive-product .et-per-page-select,
body.tax-product_cat .et-per-page-select {
	min-height: 44px;
	padding: 0 38px 0 14px;
	border: 1px solid var(--hg-shop-border);
	border-radius: 12px;
	background: #fff;
	color: var(--hg-shop-ink);
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 600;
	box-shadow: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}

body.woocommerce-shop .view-switcher,
body.post-type-archive-product .view-switcher,
body.tax-product_cat .view-switcher {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

body.woocommerce-shop .view-switcher > label,
body.post-type-archive-product .view-switcher > label,
body.tax-product_cat .view-switcher > label {
	display: none;
}

body.woocommerce-shop .view-switcher .switch-grid,
body.woocommerce-shop .view-switcher .switch-list,
body.post-type-archive-product .view-switcher .switch-grid,
body.post-type-archive-product .view-switcher .switch-list,
body.tax-product_cat .view-switcher .switch-grid,
body.tax-product_cat .view-switcher .switch-list {
	margin: 0;
}

body.woocommerce-shop .view-switcher a,
body.post-type-archive-product .view-switcher a,
body.tax-product_cat .view-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 12px;
	border: 1px solid var(--hg-shop-border);
	background: #fff;
	color: var(--hg-shop-muted);
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

body.woocommerce-shop .view-switcher .switcher-active a,
body.post-type-archive-product .view-switcher .switcher-active a,
body.tax-product_cat .view-switcher .switcher-active a {
	background: var(--hg-shop-blue);
	border-color: var(--hg-shop-blue);
	color: #fff;
}

body.woocommerce-shop .products-per-page,
body.post-type-archive-product .products-per-page,
body.tax-product_cat .products-per-page {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	flex: 0 0 auto;
	order: 2;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 600;
	color: var(--hg-shop-muted);
}

body.woocommerce-shop .products-per-page .mob-hide,
body.post-type-archive-product .products-per-page .mob-hide,
body.tax-product_cat .products-per-page .mob-hide {
	display: none;
}

/* Per-page numbers — bold pill style (12, 24, …) */
body.woocommerce-shop .products-per-page a,
body.post-type-archive-product .products-per-page a,
body.tax-product_cat .products-per-page a,
body.woocommerce-shop .products-per-page .per-page-variation,
body.post-type-archive-product .products-per-page .per-page-variation,
body.tax-product_cat .products-per-page .per-page-variation {
	display: inline-grid;
	place-items: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 12px;
	border-radius: 12px;
	border: 2px solid rgba(23, 71, 184, 0.16);
	background: #fff;
	color: var(--hg-shop-blue);
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(23, 71, 184, 0.08);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.woocommerce-shop .products-per-page a.active,
body.post-type-archive-product .products-per-page a.active,
body.tax-product_cat .products-per-page a.active,
body.woocommerce-shop .products-per-page .per-page-variation.active,
body.post-type-archive-product .products-per-page .per-page-variation.active,
body.tax-product_cat .products-per-page .per-page-variation.active,
body.woocommerce-shop .products-per-page a:hover,
body.post-type-archive-product .products-per-page a:hover,
body.tax-product_cat .products-per-page a:hover {
	background: linear-gradient(135deg, var(--hg-shop-orange) 0%, #ff9f3f 100%);
	border-color: var(--hg-shop-orange);
	color: #fff;
	transform: translateY(-1px);
}

body.woocommerce-shop .et-per-page-select,
body.post-type-archive-product .et-per-page-select,
body.tax-product_cat .et-per-page-select {
	min-width: 56px;
	min-height: 44px;
	padding: 0 32px 0 14px;
	border: 2px solid var(--hg-shop-blue);
	border-radius: 12px;
	background: #fff;
	color: var(--hg-shop-blue);
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	box-shadow: 0 4px 12px rgba(23, 71, 184, 0.1);
}

body.woocommerce-shop .view-switcher,
body.post-type-archive-product .view-switcher,
body.tax-product_cat .view-switcher {
	display: none !important;
}

/* ==========================================================================
   PRODUCT GRID
   ========================================================================== */

body.woocommerce-shop .products-loop,
body.post-type-archive-product .products-loop,
body.tax-product_cat .products-loop {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px 20px;
	margin: 0;
	align-items: start;
}

body.woocommerce-shop .products-loop > .product,
body.post-type-archive-product .products-loop > .product,
body.tax-product_cat .products-loop > .product {
	width: auto !important;
	flex: none !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0;
}

body.woocommerce-shop .products-loop.row-count-4 > .product,
body.post-type-archive-product .products-loop.row-count-4 > .product,
body.tax-product_cat .products-loop.row-count-4 > .product {
	width: auto !important;
	flex: none !important;
	max-width: none !important;
}

/* ==========================================================================
   PRODUCT CARDS
   ========================================================================== */

body.woocommerce-shop .products-loop > .product,
body.post-type-archive-product .products-loop > .product,
body.tax-product_cat .products-loop > .product {
	position: relative;
}

body.woocommerce-shop .content-product,
body.post-type-archive-product .content-product,
body.tax-product_cat .content-product {
	height: auto;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--hg-shop-border);
	border-radius: var(--hg-shop-radius);
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(23, 71, 184, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	position: relative;
}

body.woocommerce-shop .content-product:hover,
body.post-type-archive-product .content-product:hover,
body.tax-product_cat .content-product:hover {
	transform: translateY(-4px);
	border-color: rgba(23, 71, 184, 0.18);
	box-shadow: var(--hg-shop-shadow);
}

body.woocommerce-shop .product-image-wrapper,
body.post-type-archive-product .product-image-wrapper,
body.tax-product_cat .product-image-wrapper {
	background: linear-gradient(180deg, #f3f9ff 0%, #eef5ff 100%);
	border-bottom: 1px solid rgba(23, 71, 184, 0.06);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
	display: block;
	height: auto !important;
	min-height: 0 !important;
}

body.woocommerce-shop .product-image-wrapper .images-slider-wrapper,
body.post-type-archive-product .product-image-wrapper .images-slider-wrapper,
body.tax-product_cat .product-image-wrapper .images-slider-wrapper {
	display: block;
	width: 100%;
	height: 100% !important;
	min-height: 0 !important;
	max-height: none !important;
}

body.woocommerce-shop .product-content-image,
body.post-type-archive-product .product-content-image,
body.tax-product_cat .product-content-image {
	display: block;
	width: 100%;
	height: 100%;
}

body.woocommerce-shop .product-image-wrapper img,
body.post-type-archive-product .product-image-wrapper img,
body.tax-product_cat .product-image-wrapper img,
body.woocommerce-shop .product-image-wrapper .woocommerce-placeholder,
body.post-type-archive-product .product-image-wrapper .woocommerce-placeholder,
body.tax-product_cat .product-image-wrapper .woocommerce-placeholder {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block;
	min-width: unset !important;
	min-height: unset !important;
	max-height: none !important;
}

/* Nicer placeholder when product photo is missing */
body.woocommerce-shop .product-image-wrapper img.woocommerce-placeholder,
body.post-type-archive-product .product-image-wrapper img.woocommerce-placeholder,
body.tax-product_cat .product-image-wrapper img.woocommerce-placeholder,
body.woocommerce-shop .product-image-wrapper img.higuppy-product-fallback-image,
body.post-type-archive-product .product-image-wrapper img.higuppy-product-fallback-image,
body.tax-product_cat .product-image-wrapper img.higuppy-product-fallback-image {
	object-fit: contain !important;
	padding: 14%;
	opacity: 0.7;
	filter: saturate(0.9);
}

.higuppy-shop-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	box-shadow: 0 4px 10px rgba(19, 32, 58, 0.16);
	pointer-events: none;
}

.higuppy-shop-badge--hot {
	background: linear-gradient(135deg, #ff6b35 0%, #fdbb2d 100%);
}

.higuppy-shop-badge--new {
	background: linear-gradient(135deg, #15bfd0 0%, #1747b8 100%);
}

.higuppy-shop-badge--best-seller {
	background: linear-gradient(135deg, #1747b8 0%, #0e2f86 100%);
}

body.woocommerce-shop .product-details,
body.post-type-archive-product .product-details,
body.tax-product_cat .product-details {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: left;
	padding: 10px 10px 10px;
	flex: 0 0 auto;
}

body.woocommerce-shop .products-page-cats,
body.post-type-archive-product .products-page-cats,
body.tax-product_cat .products-page-cats {
	margin-bottom: 4px;
	line-height: 1;
}

body.woocommerce-shop .products-page-cats a,
body.post-type-archive-product .products-page-cats a,
body.tax-product_cat .products-page-cats a {
	display: inline-block;
	max-width: 100%;
	padding: 1px 6px;
	border-radius: 999px;
	background: rgba(23, 71, 184, 0.07);
	color: var(--hg-shop-blue);
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

body.woocommerce-shop .product-title,
body.post-type-archive-product .product-title,
body.tax-product_cat .product-title {
	margin: 0 0 6px !important;
	padding: 0 !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: -0.02em;
	color: var(--hg-shop-ink) !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.woocommerce-shop .product-title a,
body.post-type-archive-product .product-title a,
body.tax-product_cat .product-title a {
	color: inherit;
	text-decoration: none;
}

body.woocommerce-shop .product-title a:hover,
body.post-type-archive-product .product-title a:hover,
body.tax-product_cat .product-title a:hover {
	color: var(--hg-shop-blue);
}

body.woocommerce-shop .product-details .price,
body.post-type-archive-product .product-details .price,
body.tax-product_cat .product-details .price {
	margin: 0 0 12px !important;
	padding: 0 !important;
	font-size: 1.125rem;
	font-weight: 900;
	color: var(--hg-shop-orange) !important;
}

/* Compact card footer: price + Add | Buy Now below */
body.woocommerce-shop .higuppy-shop-card-cta,
body.post-type-archive-product .higuppy-shop-card-cta,
body.tax-product_cat .higuppy-shop-card-cta,
body.hg-shop-page-active .higuppy-shop-card-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 4px 6px;
	margin-top: auto;
	padding-top: 8px;
	border-top: 1px solid var(--hg-shop-border);
	width: 100%;
}

body.woocommerce-shop .higuppy-shop-card-cta > .price,
body.post-type-archive-product .higuppy-shop-card-cta > .price,
body.tax-product_cat .higuppy-shop-card-cta > .price,
body.hg-shop-page-active .higuppy-shop-card-cta > .price {
	grid-column: 1;
	grid-row: 1;
	margin: 0 !important;
	padding: 0 !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 900;
	line-height: 1;
	color: var(--hg-shop-blue) !important;
	white-space: nowrap;
}

body.woocommerce-shop .higuppy-shop-card-actions,
body.post-type-archive-product .higuppy-shop-card-actions,
body.tax-product_cat .higuppy-shop-card-actions,
body.hg-shop-page-active .higuppy-shop-card-actions {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	flex: 0 0 auto;
	min-width: 0;
}

body.woocommerce-shop .higuppy-shop-card-actions .button,
body.post-type-archive-product .higuppy-shop-card-actions .button,
body.tax-product_cat .higuppy-shop-card-actions .button,
body.hg-shop-page-active .higuppy-shop-card-actions .button,
body.woocommerce-shop .higuppy-shop-card-actions .add_to_cart_button,
body.post-type-archive-product .higuppy-shop-card-actions .add_to_cart_button,
body.tax-product_cat .higuppy-shop-card-actions .add_to_cart_button,
body.hg-shop-page-active .higuppy-shop-card-actions .add_to_cart_button,
body.woocommerce-shop .products-loop .product .higuppy-shop-card-actions .button,
body.hg-shop-page-active .products-loop .product .higuppy-shop-card-actions .add_to_cart_button {
	width: auto !important;
	min-width: 72px;
	margin: 0 !important;
	min-height: 28px !important;
	padding: 4px 8px !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1.1;
	white-space: normal !important;
	text-align: center;
	border: 1.5px solid var(--hg-shop-orange) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--hg-shop-orange) !important;
	box-shadow: none !important;
}

body.woocommerce-shop .higuppy-shop-card-actions .button:hover,
body.post-type-archive-product .higuppy-shop-card-actions .button:hover,
body.tax-product_cat .higuppy-shop-card-actions .button:hover,
body.hg-shop-page-active .higuppy-shop-card-actions .button:hover,
body.woocommerce-shop .higuppy-shop-card-actions .add_to_cart_button:hover,
body.post-type-archive-product .higuppy-shop-card-actions .add_to_cart_button:hover,
body.tax-product_cat .higuppy-shop-card-actions .add_to_cart_button:hover,
body.hg-shop-page-active .higuppy-shop-card-actions .add_to_cart_button:hover {
	background: var(--hg-shop-cream) !important;
	color: var(--hg-shop-orange-dark) !important;
	transform: none !important;
}

body.woocommerce-shop .higuppy-shop-card-cta > .higuppy-shop-buy-now,
body.post-type-archive-product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
body.tax-product_cat .higuppy-shop-card-cta > .higuppy-shop-buy-now,
body.hg-shop-page-active .higuppy-shop-card-cta > .higuppy-shop-buy-now,
body.woocommerce-shop .products-loop .product a.higuppy-shop-buy-now,
body.post-type-archive-product .products-loop .product a.higuppy-shop-buy-now,
body.tax-product_cat .products-loop .product a.higuppy-shop-buy-now,
body.hg-shop-page-active .products-loop .product a.higuppy-shop-buy-now,
body.woocommerce-shop .product-details a.higuppy-shop-buy-now,
body.post-type-archive-product .product-details a.higuppy-shop-buy-now,
body.tax-product_cat .product-details a.higuppy-shop-buy-now,
body.hg-shop-page-active .product-details a.higuppy-shop-buy-now {
	grid-column: 1 / -1;
	grid-row: 2;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	margin: 0 !important;
	min-height: 28px !important;
	padding: 4px 10px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #1747b8 !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-shadow: none !important;
}

body.woocommerce-shop .higuppy-shop-card-cta > .higuppy-shop-buy-now:hover,
body.post-type-archive-product .higuppy-shop-card-cta > .higuppy-shop-buy-now:hover,
body.tax-product_cat .higuppy-shop-card-cta > .higuppy-shop-buy-now:hover,
body.hg-shop-page-active .higuppy-shop-card-cta > .higuppy-shop-buy-now:hover,
body.woocommerce-shop .products-loop .product a.higuppy-shop-buy-now:hover,
body.post-type-archive-product .products-loop .product a.higuppy-shop-buy-now:hover,
body.tax-product_cat .products-loop .product a.higuppy-shop-buy-now:hover,
body.hg-shop-page-active .products-loop .product a.higuppy-shop-buy-now:hover,
body.woocommerce-shop .product-details a.higuppy-shop-buy-now:hover,
body.post-type-archive-product .product-details a.higuppy-shop-buy-now:hover,
body.tax-product_cat .product-details a.higuppy-shop-buy-now:hover,
body.hg-shop-page-active .product-details a.higuppy-shop-buy-now:hover {
	background: #0e2f86 !important;
	color: #fff !important;
	transform: none !important;
}

body.woocommerce-shop .product-details .button:not(.higuppy-shop-buy-now),
body.post-type-archive-product .product-details .button:not(.higuppy-shop-buy-now),
body.tax-product_cat .product-details .button:not(.higuppy-shop-buy-now),
body.woocommerce-shop .product-details .add_to_cart_button,
body.post-type-archive-product .product-details .add_to_cart_button,
body.tax-product_cat .product-details .add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	margin: auto 0 0 !important;
	padding: 11px 14px !important;
	min-height: 44px;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--hg-shop-orange) !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	text-transform: none !important;
	letter-spacing: 0;
	box-shadow: 0 8px 18px rgba(255, 107, 53, 0.22);
}

body.woocommerce-shop .product-details .button:not(.higuppy-shop-buy-now):hover,
body.post-type-archive-product .product-details .button:not(.higuppy-shop-buy-now):hover,
body.tax-product_cat .product-details .button:not(.higuppy-shop-buy-now):hover,
body.woocommerce-shop .product-details .add_to_cart_button:hover,
body.post-type-archive-product .product-details .add_to_cart_button:hover,
body.tax-product_cat .product-details .add_to_cart_button:hover {
	background: var(--hg-shop-orange-dark) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

/* Hide hover-only icon cart duplicates on shop cards */
body.woocommerce-shop .content-product .footer-product,
body.post-type-archive-product .content-product .footer-product,
body.tax-product_cat .content-product .footer-product,
body.woocommerce-shop .content-product .show-quickly,
body.post-type-archive-product .content-product .show-quickly,
body.tax-product_cat .content-product .show-quickly {
	display: none !important;
}

/* ==========================================================================
   TRUST BAR ON SHOP
   ========================================================================== */

body.woocommerce-shop .higuppy-trust-bar,
body.post-type-archive-product .higuppy-trust-bar,
body.tax-product_cat .higuppy-trust-bar {
	margin: 0 auto 18px;
	max-width: 1160px;
	border-radius: 16px;
	overflow: hidden;
}

/* ==========================================================================
   LOAD MORE PRODUCTS (XStore infinite scroll button)
   ========================================================================== */

body.woocommerce-shop #sb-infinite-scroll-load-more,
body.post-type-archive-product #sb-infinite-scroll-load-more,
body.tax-product_cat #sb-infinite-scroll-load-more,
body.hg-shop-page-active #sb-infinite-scroll-load-more,
body.woocommerce-shop .sb-infinite-scroll-load-more,
body.post-type-archive-product .sb-infinite-scroll-load-more,
body.tax-product_cat .sb-infinite-scroll-load-more,
body.hg-shop-page-active .sb-infinite-scroll-load-more {
	display: block;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 16px;
	text-align: center;
}

body.woocommerce-shop #sb-infinite-scroll-load-more .sb-clear,
body.post-type-archive-product #sb-infinite-scroll-load-more .sb-clear,
body.tax-product_cat #sb-infinite-scroll-load-more .sb-clear,
body.hg-shop-page-active #sb-infinite-scroll-load-more .sb-clear {
	display: none;
}

body.woocommerce-shop #sb-infinite-scroll-load-more a,
body.post-type-archive-product #sb-infinite-scroll-load-more a,
body.tax-product_cat #sb-infinite-scroll-load-more a,
body.hg-shop-page-active #sb-infinite-scroll-load-more a,
body.woocommerce-shop .sb-infinite-scroll-load-more a,
body.post-type-archive-product .sb-infinite-scroll-load-more a,
body.tax-product_cat .sb-infinite-scroll-load-more a,
body.hg-shop-page-active .sb-infinite-scroll-load-more a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	min-width: min(100%, 280px);
	padding: 11px 28px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--hg-shop-blue) 0%, #0e2f86 100%) !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-transform: none !important;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(23, 71, 184, 0.22);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.woocommerce-shop #sb-infinite-scroll-load-more a:hover,
body.post-type-archive-product #sb-infinite-scroll-load-more a:hover,
body.tax-product_cat #sb-infinite-scroll-load-more a:hover,
body.hg-shop-page-active #sb-infinite-scroll-load-more a:hover,
body.woocommerce-shop .sb-infinite-scroll-load-more a:hover,
body.post-type-archive-product .sb-infinite-scroll-load-more a:hover,
body.tax-product_cat .sb-infinite-scroll-load-more a:hover,
body.hg-shop-page-active .sb-infinite-scroll-load-more a:hover {
	background: linear-gradient(135deg, var(--hg-shop-orange) 0%, #fdbb2d 100%) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(255, 107, 53, 0.24);
}

body.woocommerce-shop #sb-infinite-scroll-load-more.finished a,
body.post-type-archive-product #sb-infinite-scroll-load-more.finished a,
body.tax-product_cat #sb-infinite-scroll-load-more.finished a,
body.hg-shop-page-active #sb-infinite-scroll-load-more.finished a,
body.woocommerce-shop .sb-infinite-scroll-load-more.finished a,
body.hg-shop-page-active .sb-infinite-scroll-load-more.finished a {
	background: #fff !important;
	color: var(--hg-shop-muted) !important;
	border: 1px solid var(--hg-shop-border) !important;
	box-shadow: none !important;
	cursor: default !important;
	transform: none !important;
	min-width: auto;
	padding: 10px 20px !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
}

/* ==========================================================================
   BOTTOM DESCRIPTION (injected via PHP)
   ========================================================================== */

.higuppy-shop-bottom-note {
	max-width: 1160px;
	margin: 8px auto 12px;
	padding: 16px 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, #fff 0%, #f5faff 70%);
	border: 1px solid var(--hg-shop-border);
	box-shadow: 0 8px 22px rgba(23, 71, 184, 0.06);
	text-align: center;
}

.higuppy-shop-bottom-note h2 {
	margin: 0 0 8px;
	color: var(--hg-shop-blue);
	font-size: clamp(1.15rem, 2.2vw, 1.55rem);
	font-weight: 900;
}

.higuppy-shop-bottom-note p {
	margin: 0 auto;
	color: var(--hg-shop-muted);
	line-height: 1.6;
	font-size: var(--hg-font-size-body, 16px);
	max-width: 720px;
}

.higuppy-shop-bottom-note__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
}

.higuppy-shop-bottom-note__links a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(23, 71, 184, 0.18);
	background: #fff;
	color: var(--hg-shop-blue);
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
	text-decoration: none;
}

.higuppy-shop-bottom-note__links a:hover {
	background: var(--hg-shop-blue);
	color: #fff;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 991px) {
	.higuppy-shop-hero {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.higuppy-shop-hero__actions {
		justify-items: start;
	}

	body.woocommerce-shop .products-loop,
	body.post-type-archive-product .products-loop,
	body.tax-product_cat .products-loop {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 16px;
	}

	.higuppy-shop-intro__inner {
		grid-template-columns: 1fr;
	}

	.higuppy-shop-intro__badges {
		justify-content: flex-start;
	}

	.higuppy-shop-categories__item {
		flex-basis: 118px;
		width: 118px;
	}
}

/* The Gutenberg category rail is the storefront navigation; remove duplicate legacy UI. */
body.hg-shop-page-active .higuppy-shop-categories,
body.hg-shop-page-active .higuppy-shop-badge {
	display: none !important;
}

@media (max-width: 767px) {
	.higuppy-shop-hero {
		border-radius: 18px;
		padding: 14px;
		margin-bottom: 10px;
	}

	.higuppy-shop-hero__btn {
		width: 100%;
		min-width: 0;
	}

	/* One horizontal inset from shell — avoid stacked container/col padding */
	body.woocommerce-shop .higuppy-shop-shell,
	body.post-type-archive-product .higuppy-shop-shell,
	body.tax-product_cat .higuppy-shop-shell {
		padding-left: 10px;
		padding-right: 10px;
	}

	body.woocommerce-shop .higuppy-shop-shell > .content-page,
	body.post-type-archive-product .higuppy-shop-shell > .content-page,
	body.tax-product_cat .higuppy-shop-shell > .content-page,
	body.woocommerce-shop .higuppy-shop-shell .container,
	body.post-type-archive-product .higuppy-shop-shell .container,
	body.tax-product_cat .higuppy-shop-shell .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.woocommerce-shop .content-page,
	body.post-type-archive-product .content-page,
	body.tax-product_cat .content-page {
		padding-left: 0;
		padding-right: 0;
	}

	body.woocommerce-shop .page-heading,
	body.post-type-archive-product .page-heading,
	body.tax-product_cat .page-heading {
		padding: 24px 0 26px;
	}

	body.woocommerce-shop .filter-content,
	body.post-type-archive-product .filter-content,
	body.tax-product_cat .filter-content {
		padding: 8px 10px;
		border-radius: 14px;
		flex-wrap: nowrap;
		gap: 10px;
	}

	body.woocommerce-shop .woocommerce-ordering,
	body.post-type-archive-product .woocommerce-ordering,
	body.tax-product_cat .woocommerce-ordering {
		flex: 1 1 auto;
		min-width: 0;
	}

	body.woocommerce-shop .orderby,
	body.post-type-archive-product .orderby,
	body.tax-product_cat .orderby {
		width: 100%;
		max-width: 100%;
	}

	body.woocommerce-shop .products-per-page,
	body.post-type-archive-product .products-per-page,
	body.tax-product_cat .products-per-page {
		flex: 0 0 auto;
		margin-left: 0;
	}

	.higuppy-shop-intro,
	.higuppy-shop-categories {
		padding-left: 0;
		padding-right: 0;
	}

	.higuppy-shop-categories__item {
		min-height: 88px;
	}

	.higuppy-shop-bottom-note {
		margin: 6px auto 10px;
		padding: 12px 14px;
		border-radius: 14px;
		text-align: center;
	}

	.higuppy-shop-bottom-note h2 {
		margin-bottom: 6px;
		font-size: var(--hg-font-size-h5, 1.05rem);
	}

	.higuppy-shop-bottom-note p {
		font-size: var(--hg-font-size-body, 16px);
		line-height: 1.55;
	}

	.higuppy-shop-bottom-note__links {
		justify-content: center;
		margin-top: 10px;
		gap: 6px;
	}

	.higuppy-shop-bottom-note__links a {
		min-height: 32px;
		padding: 5px 10px;
		font-size: var(--hg-font-size-body, 16px);
	}

	body.woocommerce-shop #sb-infinite-scroll-load-more a,
	body.post-type-archive-product #sb-infinite-scroll-load-more a,
	body.tax-product_cat #sb-infinite-scroll-load-more a,
	body.hg-shop-page-active #sb-infinite-scroll-load-more a {
		min-height: 42px;
		padding: 10px 22px !important;
		font-size: var(--hg-font-size-body, 16px);
	}

	/* Neutralize Bootstrap col padding from parent responsive rules */
	body.woocommerce-shop .products-loop > .product[class*="col-"],
	body.post-type-archive-product .products-loop > .product[class*="col-"],
	body.tax-product_cat .products-loop > .product[class*="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* 2-column grid — balanced gutter, full card width */
	body.woocommerce-shop .products-loop,
	body.post-type-archive-product .products-loop,
	body.tax-product_cat .products-loop {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 12px;
	}

	/* Compact product cards */
	body.woocommerce-shop .content-product,
	body.post-type-archive-product .content-product,
	body.tax-product_cat .content-product {
		border-radius: 14px;
		box-shadow: 0 4px 14px rgba(23, 71, 184, 0.06);
	}

	body.woocommerce-shop .content-product:hover,
	body.post-type-archive-product .content-product:hover,
	body.tax-product_cat .content-product:hover {
		transform: translateY(-2px);
	}

	body.woocommerce-shop .products-page-cats,
	body.post-type-archive-product .products-page-cats,
	body.tax-product_cat .products-page-cats {
		margin-bottom: 3px;
	}

	body.woocommerce-shop .products-page-cats a,
	body.post-type-archive-product .products-page-cats a,
	body.tax-product_cat .products-page-cats a {
		padding: 2px 6px;
		font-size: var(--hg-font-size-body, 16px);
	}

	body.woocommerce-shop .product-title,
	body.post-type-archive-product .product-title,
	body.tax-product_cat .product-title {
		font-size: var(--hg-font-size-body, 16px);
		line-height: 1.3;
		margin-bottom: 6px !important;
		-webkit-line-clamp: 2;
	}

	body.woocommerce-shop .product-details,
	body.post-type-archive-product .product-details,
	body.tax-product_cat .product-details {
		text-align: left;
		padding: 8px 8px 8px;
	}

	body.woocommerce-shop .higuppy-shop-card-cta,
	body.post-type-archive-product .higuppy-shop-card-cta,
	body.tax-product_cat .higuppy-shop-card-cta {
		padding-top: 6px;
		gap: 4px;
	}

	body.woocommerce-shop .higuppy-shop-card-cta > .price,
	body.post-type-archive-product .higuppy-shop-card-cta > .price,
	body.tax-product_cat .higuppy-shop-card-cta > .price {
		font-size: var(--hg-font-size-body, 16px);
	}

	body.woocommerce-shop .higuppy-shop-card-actions .button,
	body.post-type-archive-product .higuppy-shop-card-actions .button,
	body.tax-product_cat .higuppy-shop-card-actions .button,
	body.woocommerce-shop .higuppy-shop-card-actions .add_to_cart_button,
	body.post-type-archive-product .higuppy-shop-card-actions .add_to_cart_button,
	body.tax-product_cat .higuppy-shop-card-actions .add_to_cart_button {
		min-width: 46px;
		min-height: 26px !important;
		padding: 4px 8px !important;
		font-size: var(--hg-font-size-body, 16px);
	}

	body.woocommerce-shop .higuppy-shop-card-cta > .higuppy-shop-buy-now,
	body.post-type-archive-product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
	body.tax-product_cat .higuppy-shop-card-cta > .higuppy-shop-buy-now {
		min-height: 26px !important;
		padding: 4px 8px !important;
		font-size: var(--hg-font-size-body, 16px);
	}
}

@media (max-width: 480px) {
	/* Keep 2 columns on small phones — tighter but still readable */
	body.woocommerce-shop .higuppy-shop-shell,
	body.post-type-archive-product .higuppy-shop-shell,
	body.tax-product_cat .higuppy-shop-shell {
		padding-left: 8px;
		padding-right: 8px;
	}

	body.woocommerce-shop .products-loop,
	body.post-type-archive-product .products-loop,
	body.tax-product_cat .products-loop {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 10px;
	}

	body.woocommerce-shop .product-details,
	body.post-type-archive-product .product-details,
	body.tax-product_cat .product-details {
		padding: 8px 8px 10px;
	}

	body.woocommerce-shop .product-title,
	body.post-type-archive-product .product-title,
	body.tax-product_cat .product-title {
		font-size: var(--hg-font-size-body, 16px);
	}

	body.woocommerce-shop .higuppy-shop-card-cta > .price,
	body.post-type-archive-product .higuppy-shop-card-cta > .price,
	body.tax-product_cat .higuppy-shop-card-cta > .price {
		font-size: var(--hg-font-size-body, 16px);
	}

	body.woocommerce-shop .higuppy-shop-card-actions .button,
	body.post-type-archive-product .higuppy-shop-card-actions .button,
	body.tax-product_cat .higuppy-shop-card-actions .button,
	body.woocommerce-shop .higuppy-shop-card-actions .add_to_cart_button,
	body.post-type-archive-product .higuppy-shop-card-actions .add_to_cart_button,
	body.tax-product_cat .higuppy-shop-card-actions .add_to_cart_button {
		min-width: 42px;
		min-height: 24px !important;
		font-size: var(--hg-font-size-body, 16px);
	}

	body.woocommerce-shop .higuppy-shop-card-cta > .higuppy-shop-buy-now,
	body.post-type-archive-product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
	body.tax-product_cat .higuppy-shop-card-cta > .higuppy-shop-buy-now {
		min-height: 24px !important;
		font-size: var(--hg-font-size-body, 16px);
	}
}

/* The current Woo template keeps price and purchase controls in sibling rows.
 * Flatten those rows so price + Add to Cart share row one and Buy Now spans row two. */
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	grid-template-rows: auto auto !important;
	align-items: center !important;
	gap: 8px !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .wp-block-woocommerce-product-price,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row {
	display: contents !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-price {
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: auto !important;
	margin: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button {
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: flex !important;
	width: auto !important;
	min-width: 100px !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button__button {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	padding-inline: 8px !important;
	font-size: var(--hg-font-size-body, 16px);
	white-space: nowrap !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .higuppy-shop-buy-now {
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
}

@media (max-width: 480px) {
	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button {
		min-width: 100px !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button__button {
		padding-inline: 6px !important;
		font-size: var(--hg-font-size-body, 16px);
	}
}

/* Correct the Woo button wrapper's legacy absolute positioning. */
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button {
	position: relative !important;
	inset: auto !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	background: transparent !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button__button {
	background: #ff6b35 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 9px !important;
	margin: 0 !important;
	font-weight: 800;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .higuppy-shop-buy-now {
	background: #10224d !important;
	color: #fff !important;
	border-radius: 9px !important;
	position: relative !important;
	inset: auto !important;
}

/* Tablet responsive rail: the 768px browser view must not retain the desktop
 * sidebar/three-column layout. */
@media (min-width: 701px) and (max-width: 900px) {
	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		display: flex !important;
		flex-direction: column !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 28px 32px 24px !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
		order: 1 !important;
		max-width: 560px !important;
		padding: 0 !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		order: 2 !important;
		width: 100% !important;
		height: 190px !important;
		min-height: 190px !important;
		overflow: hidden !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__scene {
		inset: 0 !important;
		width: 100% !important;
		height: 190px !important;
		opacity: .16 !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__fish {
		inset: 50% -2% auto auto !important;
		width: min(72%, 440px) !important;
		max-height: 190px !important;
		transform: translateY(-50%) !important;
	}

	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
		position: relative !important;
		grid-template-columns: 1fr !important;
		padding: 0 32px 36px !important;
	}

	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child {
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100vh !important;
		min-height: 100vh !important;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		pointer-events: none !important;
		z-index: 10050 !important;
	}

	body.hg-shop-page-active .product-filters-wrapper,
	body.hg-shop-page-active .wc-block-product-filters {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
		pointer-events: none !important;
	}

	body.hg-shop-page-active .wc-block-product-filters > *:not(.wc-block-product-filters__open-overlay):not(.wc-block-product-filters__overlay-dialog) {
		display: none !important;
	}

	body.hg-shop-page-active .wc-block-product-filters__open-overlay {
		position: fixed !important;
		left: 12px !important;
		top: auto !important;
		bottom: 96px !important;
		z-index: 40 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 46px !important;
		height: 46px !important;
		padding: 0 !important;
		border: 1px solid #dce7f3 !important;
		border-radius: 50% !important;
		background: #fff !important;
		color: #10224d !important;
		box-shadow: 0 10px 24px rgba(16, 34, 77, .18) !important;
		pointer-events: auto !important;
	}

	body.hg-shop-page-active .wc-block-product-filters__open-overlay span {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0 0 0 0) !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover {
		min-height: 190px !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 112px !important;
		height: 112px !important;
	}

	body.hg-shop-page-active .wc-block-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 16px !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(180px, 1fr) !important;
		gap: 12px !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) > * {
		min-width: 0 !important;
		width: 100% !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) .orderby {
		width: 100% !important;
		min-height: 44px !important;
		font-size: var(--hg-font-size-body, 16px);
	}
}

/* Absolute final responsive alignment: keep mobile full-bleed; desktop keeps fish art. */
@media (min-width: 901px) {
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr) !important;
		background: #061f3f !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
		max-width: 420px !important;
		margin-inline: 0 !important;
		text-align: left !important;
	}
}

@media (max-width: 700px) {
	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		box-sizing: border-box !important;
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		padding: 28px 40px 22px !important;
		background: #061f3f !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		width: 100% !important;
		min-height: 190px !important;
		height: 190px !important;
		margin-top: 8px !important;
		background: transparent !important;
	}

	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
		inset: 0 !important;
		width: 100% !important;
		height: 190px !important;
		margin: 0 !important;
		object-fit: cover !important;
		object-position: center !important;
		border-radius: 18px !important;
		box-shadow: none !important;
		opacity: 1 !important;
		mix-blend-mode: normal !important;
		-webkit-mask-image: none !important;
		mask-image: none !important;
		filter: none !important;
		animation: none !important;
	}

	html body.hg-shop-page-active hr.wp-block-separator.alignfull {
		display: none !important;
		height: 0 !important;
		margin: 0 !important;
		border: 0 !important;
	}
}

/* Mobile final reset: restore a stable hero -> catalog -> products flow. */
@media (max-width: 700px) {
	html body.hg-shop-page-active .hg-shop-visual-hero {
		display: flex !important;
		position: relative !important;
		visibility: visible !important;
		opacity: 1 !important;
		order: 0 !important;
		flex-direction: column !important;
		align-items: stretch !important;
		min-height: 0 !important;
		height: auto !important;
	}

	html body.hg-shop-page-active .hg-shop-visual-hero__copy {
		display: block !important;
		position: relative !important;
		order: 1 !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	html body.hg-shop-page-active .hg-shop-visual-hero__art {
		display: block !important;
		position: relative !important;
		order: 2 !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat {
		display: block !important;
		position: relative !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	html body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
		display: grid !important;
		grid-template-columns: 1fr !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	html body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:nth-child(3) {
		display: block !important;
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	html body.hg-shop-page-active .wc-block-product-template {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	html body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
		box-sizing: border-box !important;
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		padding: 0 16px 28px !important;
		border: 0 !important;
		outline: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
	}

	html body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:nth-child(3) {
		width: 100% !important;
		max-width: none !important;
		padding: 0 !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	html body.hg-shop-page-active hr.wp-block-separator,
	html body.hg-shop-page-active .wp-block-separator {
		display: none !important;
		height: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}

	html body.hg-shop-page-active .hg-shop-info-strip {
		grid-template-columns: 1fr !important;
		justify-items: center !important;
		gap: 12px !important;
		margin: 22px auto 18px !important;
		padding: 16px 18px !important;
		border: 2px solid #8dbdf2 !important;
		border-radius: 16px !important;
		background: linear-gradient(180deg, #eaf5ff 0%, #dceeff 100%) !important;
		box-shadow: 0 8px 20px rgba(20, 85, 150, .12) !important;
		text-align: center !important;
	}

	html body.hg-shop-page-active .hg-shop-info-strip span {
		justify-items: center !important;
		text-align: center !important;
	}

	html body.hg-shop-page-active .higuppy-shop-bottom-note h2 {
		margin-bottom: 12px !important;
		font-size: var(--hg-font-size-h3, 18px);
		line-height: 1.25;
	}

	html body.hg-shop-page-active .higuppy-shop-bottom-note p {
		max-width: 100% !important;
		text-align: justify !important;
		text-justify: inter-word !important;
	}
}

/* Final hero artwork blend: no blue plate behind the aquarium image. */
@media (min-width: 901px) {
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art,
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art::before,
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art::after {
		background: transparent !important;
		background-image: none !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
		opacity: 1 !important;
		mix-blend-mode: normal !important;
		-webkit-mask-image: none !important;
		mask-image: none !important;
		filter: none !important;
	}
}

/* Shop opening: make the header and hero read as one continuous navy surface. */
body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
	background: #061f3f !important;
	background-color: #061f3f !important;
	background-image: none !important;
}

body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
	padding-top: 18px !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__breadcrumb {
	margin-top: 0 !important;
	margin-bottom: 3px !important;
}

@media (max-width: 700px) {
	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		padding: 12px 24px 22px !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
		padding-top: 0 !important;
	}

	body.hg-shop-page-active .hg-shop-visual-hero__copy > h1 {
		margin-top: 0 !important;
		margin-bottom: 8px !important;
	}
}

/* Product card hierarchy: quieter category badge, stronger product title. */
body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat {
	height: 26px !important;
	min-height: 26px !important;
	margin: 0 !important;
	padding: 2px 12px 0 !important;
	align-items: center !important;
}

body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat a {
	padding: 3px 10px !important;
	border-radius: 999px !important;
	font-size: var(--hg-font-size-body, 16px);
	letter-spacing: .12em !important;
	line-height: 1;
}

body.hg-shop-page-active li.wc-block-product > .wp-block-post-title {
	height: 68px !important;
	min-height: 68px !important;
	max-height: 68px !important;
	margin: 0 !important;
	padding: 6px 12px 0 !important;
	overflow: hidden !important;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -.02em !important;
}

body.hg-shop-page-active li.wc-block-product > .wp-block-post-title a {
	font-size: inherit;
	line-height: inherit;
}

@media (max-width: 700px) {
	body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat {
		height: 24px !important;
		min-height: 24px !important;
		padding-inline: 10px !important;
	}

	body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat a {
		padding: 3px 8px !important;
		font-size: var(--hg-font-size-body, 16px);
	}

	body.hg-shop-page-active li.wc-block-product > .wp-block-post-title {
		height: 66px !important;
		min-height: 66px !important;
		max-height: 66px !important;
		padding: 5px 10px 0 !important;
		font-size: 21px;
		line-height: 1.17;
	}
}

/* Professional shop pagination: compact, tactile controls with a clear active page. */
body.hg-shop-page-active .wp-block-query-pagination,
body.hg-shop-page-active .woocommerce-pagination {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	width: 100% !important;
	margin: 14px auto 10px !important;
	padding: 5px 6px !important;
	border: 1px solid #d8e5f1 !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .86) !important;
	box-shadow: 0 12px 28px rgba(8, 38, 76, .08) !important;
}

body.hg-shop-page-active .wp-block-query-pagination-numbers,
body.hg-shop-page-active .woocommerce-pagination ul.page-numbers {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.hg-shop-page-active .wp-block-query-pagination .page-numbers,
body.hg-shop-page-active .woocommerce-pagination .page-numbers {
	display: inline-grid !important;
	place-items: center !important;
	min-width: 42px !important;
	height: 42px !important;
	padding: 0 12px !important;
	border: 1px solid #d8e5f1 !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #102f5b !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease !important;
}

body.hg-shop-page-active .wp-block-query-pagination .page-numbers.current,
body.hg-shop-page-active .woocommerce-pagination .page-numbers.current {
	border-color: #123e70 !important;
	background: #123e70 !important;
	color: #fff !important;
	box-shadow: 0 6px 14px rgba(18, 62, 112, .2) !important;
}

body.hg-shop-page-active .wp-block-query-pagination a.page-numbers:hover,
body.hg-shop-page-active .woocommerce-pagination a.page-numbers:hover {
	border-color: #ff7048 !important;
	background: #fff1eb !important;
	color: #d9532d !important;
	transform: translateY(-2px) !important;
}

body.hg-shop-page-active .wp-block-query-pagination .wp-block-query-pagination-previous,
body.hg-shop-page-active .wp-block-query-pagination .wp-block-query-pagination-next {
	min-width: auto !important;
	border: 0 !important;
	background: transparent !important;
	color: #123e70 !important;
	font-size: 22px;
}

@media (max-width: 700px) {
	body.hg-shop-page-active .wp-block-query-pagination,
	body.hg-shop-page-active .woocommerce-pagination {
		gap: 6px !important;
		margin: 28px auto 10px !important;
		padding: 5px 6px !important;
	}

	body.hg-shop-page-active .wp-block-query-pagination .page-numbers,
	body.hg-shop-page-active .woocommerce-pagination .page-numbers {
		min-width: 36px !important;
		height: 36px !important;
		padding: 0 9px !important;
		font-size: var(--hg-font-size-body, 16px);
	}
}

/* Mobile hero transparency: let the aquarium dissolve into the navy section. */
@media (max-width: 700px) {
	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
		width: 108% !important;
		height: 190px !important;
		margin-left: -4% !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		opacity: 1 !important;
		mix-blend-mode: normal !important;
		-webkit-mask-image: none !important;
		mask-image: none !important;
		filter: none !important;
		animation: hg-shop-school-drift 11s ease-in-out infinite alternate !important;
	}
}

/* Restore the intended block product-card purchase composition. */
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(112px, 1.18fr) !important;
	grid-template-rows: 36px 34px !important;
	align-items: stretch !important;
	gap: 6px !important;
	margin-top: 8px !important;
	padding: 8px 0 0 !important;
	border-top: 0 !important;
	background: transparent !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .wp-block-woocommerce-product-price,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row {
	display: contents !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price {
	grid-column: 1 !important;
	grid-row: 1 !important;
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button {
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 36px !important;
	min-height: 36px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #ff6335 !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1;
	white-space: nowrap !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now {
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 34px !important;
	min-height: 34px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #10355f !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1;
}

/* Final shop controls: six balanced category shortcuts and a usable result pill. */
@media (min-width: 901px) {
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}
}

body.hg-shop-page-active p.woocommerce-result-count.hg-result-count-action {
	cursor: pointer !important;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

body.hg-shop-page-active p.woocommerce-result-count.hg-result-count-action:hover,
body.hg-shop-page-active p.woocommerce-result-count.hg-result-count-action:focus-visible {
	border-color: #8dbdf2 !important;
	box-shadow: 0 7px 18px rgba(20, 85, 150, .14) !important;
	transform: translateY(-1px) !important;
	outline: none !important;
}

@media (max-width: 700px) {
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	body.hg-shop-page-active .wp-block-woocommerce-product-collection,
	body.hg-shop-page-active .wc-block-product-template,
	body.hg-shop-page-active .wc-block-product-template::before,
	body.hg-shop-page-active .wc-block-product-template::after {
		border-top: 0 !important;
		box-shadow: none !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) {
		margin-bottom: 16px !important;
	}

	body.hg-shop-page-active .wc-block-product-template {
		margin-top: 14px !important;
		padding-top: 0 !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat,
	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:nth-child(3),
	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:nth-child(3) > .higuppy-shop-shell {
		border: 0 !important;
		border-radius: 0 !important;
		outline: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat {
		margin: 0 0 14px !important;
		padding: 12px 0 14px !important;
	}
}

/* Absolute final responsive alignment: keep mobile full-bleed; desktop keeps fish art. */
@media (min-width: 901px) {
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr) !important;
		background: #061f3f !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
		max-width: 420px !important;
		margin-inline: 0 !important;
		text-align: left !important;
	}
}

@media (max-width: 700px) {
	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		box-sizing: border-box !important;
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		padding: 28px 40px 22px !important;
		background: #061f3f !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		width: 100% !important;
		min-height: 190px !important;
		height: 190px !important;
		margin-top: 8px !important;
		background: transparent !important;
	}

	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
		inset: 0 !important;
		width: 100% !important;
		height: 190px !important;
		margin: 0 !important;
		object-fit: cover !important;
		object-position: center !important;
		border-radius: 18px !important;
		box-shadow: none !important;
		opacity: 1 !important;
		mix-blend-mode: normal !important;
		-webkit-mask-image: none !important;
		mask-image: none !important;
		filter: none !important;
		animation: none !important;
	}

	html body.hg-shop-page-active hr.wp-block-separator.alignfull {
		display: none !important;
		height: 0 !important;
		margin: 0 !important;
		border: 0 !important;
	}
}

/* Final responsive alignment: full-bleed navy hero on mobile; desktop keeps fish art. */
@media (min-width: 901px) {
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr) !important;
		background: #061f3f !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
		max-width: 420px !important;
		margin-inline: 0 !important;
		text-align: left !important;
	}
}

@media (max-width: 700px) {
	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		box-sizing: border-box !important;
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		padding: 28px 40px 22px !important;
		background: #061f3f !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		width: 100% !important;
		min-height: 190px !important;
		height: 190px !important;
		margin-top: 8px !important;
		background: transparent !important;
	}

	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
		inset: 0 !important;
		width: 100% !important;
		height: 190px !important;
		margin: 0 !important;
		object-fit: cover !important;
		object-position: center !important;
		border-radius: 18px !important;
		box-shadow: none !important;
		opacity: 1 !important;
		mix-blend-mode: normal !important;
		-webkit-mask-image: none !important;
		mask-image: none !important;
		filter: none !important;
		animation: none !important;
	}

	html body.hg-shop-page-active hr.wp-block-separator.alignfull {
		display: none !important;
		height: 0 !important;
		margin: 0 !important;
		border: 0 !important;
	}
}

/* Final card alignment for the live WooCommerce markup. */
body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat {
	flex: 0 0 30px !important;
	min-height: 30px !important;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: flex-end !important;
	margin: 0 !important;
	padding: 10px 12px 0 !important;
	line-height: 20px;
}

body.hg-shop-page-active li.wc-block-product > .wp-block-post-title {
	flex: 0 0 68px !important;
	min-height: 68px !important;
	max-height: 68px !important;
	box-sizing: border-box !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 8px 12px 0 !important;
}

/* Final alignment for the current WooCommerce block card markup. */
body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat {
	flex: 0 0 30px !important;
	min-height: 30px !important;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: flex-end !important;
	margin: 0 !important;
	padding: 10px 12px 0 !important;
	line-height: 20px;
}

body.hg-shop-page-active li.wc-block-product > .wp-block-post-title {
	flex: 0 0 68px !important;
	min-height: 68px !important;
	max-height: 68px !important;
	box-sizing: border-box !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 8px 12px 0 !important;
}

/* Final navy join after the catalog's responsive overrides. */
@media (min-width: 901px) {
	body.higuppy-site-shell.hg-shop-page-active > .wp-site-blocks > .wp-block-group {
		background: transparent !important;
	}

	body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero {
		background: #061f3f !important;
	}
}

/* Final unified masthead override — keep editorial split (not compact navy bar). */
body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
	min-height: 0 !important;
	margin: 0 auto 18px !important;
	padding: 58px 0 52px !important;
	background: transparent !important;
}

body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb,
body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb a,
body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1,
body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > h1,
body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > p {
	color: #13203a !important;
	-webkit-text-fill-color: #13203a !important;
}

body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1,
body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > h1 {
	white-space: nowrap !important;
	text-wrap: nowrap !important;
	text-wrap-mode: nowrap !important;
	overflow-wrap: normal !important;
	word-break: keep-all !important;
}

body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__scene {
	display: none !important;
}

body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__fish {
	position: absolute !important;
	right: 4% !important;
	top: 50% !important;
	width: min(64%, 520px) !important;
	height: auto !important;
	max-height: 244px !important;
	transform: translateY(-50%) !important;
	filter: drop-shadow(0 24px 24px rgba(0,0,0,.28)) !important;
}

@media (max-width: 700px) {
	body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		min-height: 0 !important;
		padding: 24px 0 32px !important;
	}

	body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__fish {
		right: 0 !important;
		width: 100% !important;
		max-height: 180px !important;
	}
}

body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero {
	min-height: 0 !important;
	margin: 0 auto 18px !important;
	padding: 58px 0 52px !important;
	background: transparent !important;
}

body.hg-shop-page-active main > .wp-block-template-part {
	display: none !important;
}

body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb,
body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb a,
body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero h1,
body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero .hg-shop-visual-hero__copy > p {
	color: #13203a !important;
	-webkit-text-fill-color: #13203a !important;
}

body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb,
body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero .hg-shop-visual-hero__copy > p {
	opacity: .8;
}

body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero .hg-shop-visual-hero__scene {
	display: none !important;
}

body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero .hg-shop-visual-hero__art {
	background: transparent !important;
}

body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero .hg-shop-visual-hero__fish {
	position: absolute !important;
	right: 4% !important;
	top: 50% !important;
	width: min(64%, 520px) !important;
	height: auto !important;
	max-height: 244px !important;
	object-fit: contain !important;
	transform: translateY(-50%) !important;
	filter: drop-shadow(0 24px 24px rgba(0, 0, 0, .28)) !important;
}

@media (max-width: 700px) {
	body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero {
		min-height: 0 !important;
		padding: 28px 24px 24px !important;
		gap: 16px !important;
	}

	body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero .hg-shop-visual-hero__art {
		height: 180px !important;
		min-height: 180px !important;
	}

	body.hg-shop-page-active .higuppy-shop-shell > .hg-shop-visual-hero .hg-shop-visual-hero__fish {
		right: 0 !important;
		width: 100% !important;
		max-height: 180px !important;
	}
}

/* Unified shop masthead: one deep-water canvas, one fish visual. */
body.hg-shop-page-active main > .wp-block-template-part {
	display: none !important;
}

body.hg-shop-page-active .hg-shop-visual-hero {
	min-height: 278px !important;
	margin: 0 !important;
	padding-top: 34px !important;
	padding-bottom: 34px !important;
	background: #082747 !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__breadcrumb,
body.hg-shop-page-active .hg-shop-visual-hero__breadcrumb a,
body.hg-shop-page-active .hg-shop-visual-hero h1,
body.hg-shop-page-active .hg-shop-visual-hero__copy > p {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__breadcrumb {
	opacity: .76;
}

body.hg-shop-page-active .hg-shop-visual-hero__copy > p {
	max-width: 350px;
	opacity: .82;
}

body.hg-shop-page-active .hg-shop-visual-hero__scene {
	display: none !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__art {
	background: transparent !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__fish {
	position: absolute !important;
	right: 4% !important;
	top: 50% !important;
	width: min(64%, 520px) !important;
	height: auto !important;
	max-height: 244px !important;
	object-fit: contain !important;
	transform: translateY(-50%) !important;
	filter: drop-shadow(0 24px 24px rgba(0, 0, 0, .28)) !important;
}

@media (max-width: 700px) {
	body.hg-shop-page-active .hg-shop-visual-hero {
		min-height: 0 !important;
		padding: 28px 24px 24px !important;
		gap: 16px !important;
	}

	body.hg-shop-page-active .hg-shop-visual-hero__art {
		height: 180px !important;
		min-height: 180px !important;
	}

	body.hg-shop-page-active .hg-shop-visual-hero__fish {
		right: 0 !important;
		width: 100% !important;
		max-height: 180px !important;
	}
}

/* Final desktop/mobile guard for classic WooCommerce cards. */
body.hg-shop-page-active .products-loop .product .higuppy-shop-card-cta,
body.hg-shop-page-active ul.products li.product .higuppy-shop-card-cta {
	grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr) !important;
	grid-template-rows: 44px 44px !important;
	gap: 8px !important;
}

body.hg-shop-page-active .products-loop .product .higuppy-shop-card-cta > .price,
body.hg-shop-page-active ul.products li.product .higuppy-shop-card-cta > .price {
	display: flex !important;
	align-items: center !important;
	font-size: 16px;
	line-height: 1;
}

body.hg-shop-page-active .products-loop .product .higuppy-shop-card-actions .button,
body.hg-shop-page-active .products-loop .product .higuppy-shop-card-actions .add_to_cart_button,
body.hg-shop-page-active ul.products li.product .higuppy-shop-card-actions .button,
body.hg-shop-page-active ul.products li.product .higuppy-shop-card-actions .add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--hg-shop-orange) !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1;
}

body.hg-shop-page-active .products-loop .product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
body.hg-shop-page-active ul.products li.product .higuppy-shop-card-cta > .higuppy-shop-buy-now {
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	border-radius: 10px !important;
	font-size: var(--hg-font-size-body, 16px);
}

/* Final tablet filter visibility guard. */
@media (min-width: 701px) and (max-width: 900px) {
	body.hg-shop-page-active .hg-filter-heading,
	body.hg-shop-page-active .hg-filter-clear,
	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filters__close-overlay {
	display: none !important;
	}
}

/* Product card refresh: a calm aquarium image leads, then one compact purchase
 * zone. This works with both the block collection and the legacy XStore loop. */
body.hg-shop-page-active li.wc-block-product,
body.hg-shop-page-active .products-loop > .product,
body.hg-shop-page-active ul.products li.product {
	border: 1px solid #dce7f3 !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: 0 8px 22px rgba(9, 41, 76, .07) !important;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.hg-shop-page-active li.wc-block-product:hover,
body.hg-shop-page-active .products-loop > .product:hover,
body.hg-shop-page-active ul.products li.product:hover {
	border-color: #b9d2ea !important;
	box-shadow: 0 14px 30px rgba(9, 41, 76, .12) !important;
	transform: translateY(-3px);
}

body.hg-shop-page-active li.wc-block-product > a:first-child,
body.hg-shop-page-active .products-loop > .product .product-image-wrapper,
body.hg-shop-page-active ul.products li.product .product-image-wrapper {
	overflow: hidden !important;
	border-radius: 13px 13px 0 0 !important;
	background: #071b2d !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image,
body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image img {
	height: 148px !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image img,
body.hg-shop-page-active .products-loop > .product .product-image-wrapper img,
body.hg-shop-page-active ul.products li.product .product-image-wrapper img {
	object-fit: cover !important;
	transition: transform .35s ease;
}

body.hg-shop-page-active li.wc-block-product:hover .wc-block-components-product-image img,
body.hg-shop-page-active .products-loop > .product:hover .product-image-wrapper img,
body.hg-shop-page-active ul.products li.product:hover .product-image-wrapper img {
	transform: scale(1.035);
}

body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat {
	flex: 0 0 auto !important;
	min-height: 0 !important;
	padding: 6px 0 0 !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em !important;
	line-height: 1.2;
	text-transform: uppercase !important;
	color: #667a91 !important;
}

body.hg-shop-page-active li.wc-block-product > .wp-block-post-title,
body.hg-shop-page-active li.wc-block-product .wc-block-components-product-name {
	flex: 0 0 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	margin: 0 0 6px !important;
	padding: 0 !important;
	font-family: var(--hg-font-family);
	font-size: 16px;
	font-weight: 750;
	line-height: 1.25;
	letter-spacing: -.01em !important;
	color: #102a4c !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta,
body.hg-shop-page-active .products-loop .product .higuppy-shop-card-cta,
body.hg-shop-page-active ul.products li.product .higuppy-shop-card-cta {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(112px, 1.18fr) !important;
	grid-template-rows: 36px 34px !important;
	align-items: stretch !important;
	gap: 6px !important;
	margin-top: 8px !important;
	padding: 8px 0 0 !important;
	border-top: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .wp-block-woocommerce-product-price,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row {
	display: contents !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price,
body.hg-shop-page-active .higuppy-shop-card-cta > .price {
	grid-column: 1 !important;
	grid-row: 1 !important;
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	color: #102a4c !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button,
body.hg-shop-page-active .higuppy-shop-card-actions {
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: flex !important;
	min-width: 0 !important;
	width: 100% !important;
	height: 42px !important;
	margin: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button,
body.hg-shop-page-active .higuppy-shop-card-actions .button,
body.hg-shop-page-active .higuppy-shop-card-actions .add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 12px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #ff6335 !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1;
	white-space: nowrap !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now,
body.hg-shop-page-active .higuppy-shop-card-cta > .higuppy-shop-buy-now {
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 12px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #10355f !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button:hover,
body.hg-shop-page-active .higuppy-shop-card-actions .button:hover,
body.hg-shop-page-active .higuppy-shop-card-actions .add_to_cart_button:hover {
	background: #ec5528 !important;
	color: #fff !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now:hover,
body.hg-shop-page-active .higuppy-shop-card-cta > .higuppy-shop-buy-now:hover {
	background: #082746 !important;
	color: #fff !important;
}

@media (max-width: 700px) {
	body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image,
	body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image img {
		height: 142px !important;
	}

	body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat {
		padding: 12px 12px 0 !important;
		font-size: var(--hg-font-size-body, 16px);
	}

	body.hg-shop-page-active li.wc-block-product > .wp-block-post-title,
	body.hg-shop-page-active li.wc-block-product .wc-block-components-product-name {
		padding: 5px 12px 0 !important;
		font-size: var(--hg-font-size-body, 16px);
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
		grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr) !important;
		padding: 12px !important;
	}
}

/* Keep the filter rail collapsed on tablet; only the floating filter control remains. */
@media (min-width: 701px) and (max-width: 900px) {
	body.hg-shop-page-active .hg-filter-heading,
	body.hg-shop-page-active .hg-filter-clear,
	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filters__close-overlay {
	display: none !important;
	}
}

@media (min-width: 701px) and (max-width: 900px) {
	body.hg-shop-page-active .hg-filter-heading,
	body.hg-shop-page-active .hg-filter-clear {
		display: none !important;
	}
}

/* Final equal-height pass: keep every product card row and every internal
 * section aligned when one title wraps to a second line. */
body.hg-shop-page-active .wc-block-product-template {
	align-items: stretch !important;
	grid-auto-rows: 1fr !important;
}

body.hg-shop-page-active li.wc-block-product {
	display: flex !important;
	flex-direction: column !important;
	align-self: stretch !important;
	height: 100% !important;
	min-height: 100% !important;
	overflow: hidden !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image,
body.hg-shop-page-active li.wc-block-product > a:first-child:has(img) {
	flex: 0 0 190px !important;
	height: 190px !important;
	min-height: 190px !important;
	margin: 0 !important;
	overflow: hidden !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image img,
body.hg-shop-page-active li.wc-block-product > a:first-child:has(img) img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-category {
	flex: 0 0 30px !important;
	min-height: 30px !important;
	display: flex !important;
	align-items: flex-end !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 10px 14px 0 !important;
	line-height: 20px;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-title {
	flex: 0 0 68px !important;
	min-height: 68px !important;
	max-height: 68px !important;
	box-sizing: border-box !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 8px 14px 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	flex: 0 0 126px !important;
	height: 126px !important;
	min-height: 126px !important;
	box-sizing: border-box !important;
	margin-top: auto !important;
	padding: 12px 14px 14px !important;
}

/* ==========================================================================
   MOBILE HEADER — keep hg-nav collapsed until hamburger opens
   higuppy-responsive touch-target rules can override hg-shell without !important
   ========================================================================== */

@media (max-width: 900px) {
	body.woocommerce-shop > nav.hg-nav,
	body.woocommerce-shop nav#hgSiteNav.hg-nav,
	body.post-type-archive-product > nav.hg-nav,
	body.post-type-archive-product nav#hgSiteNav.hg-nav,
	body.tax-product_cat > nav.hg-nav,
	body.tax-product_cat nav#hgSiteNav.hg-nav,
	body.tax-product_tag > nav.hg-nav,
	body.tax-product_tag nav#hgSiteNav.hg-nav {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
		gap: 8px 10px;
		border-radius: 22px;
		width: min(100% - 20px, 1160px);
		margin: 10px auto 12px;
		padding: 10px 14px;
		min-height: 58px;
		grid-template-columns: none;
	}

	body.woocommerce-shop > nav.hg-nav .hg-logo,
	body.woocommerce-shop nav#hgSiteNav.hg-nav .hg-logo,
	body.post-type-archive-product > nav.hg-nav .hg-logo,
	body.post-type-archive-product nav#hgSiteNav.hg-nav .hg-logo,
	body.tax-product_cat > nav.hg-nav .hg-logo,
	body.tax-product_cat nav#hgSiteNav.hg-nav .hg-logo,
	body.tax-product_tag > nav.hg-nav .hg-logo,
	body.tax-product_tag nav#hgSiteNav.hg-nav .hg-logo {
		flex: 0 0 auto;
	}

	body.woocommerce-shop > nav.hg-nav .hg-menu,
	body.woocommerce-shop nav#hgSiteNav.hg-nav .hg-menu,
	body.post-type-archive-product > nav.hg-nav .hg-menu,
	body.post-type-archive-product nav#hgSiteNav.hg-nav .hg-menu,
	body.tax-product_cat > nav.hg-nav .hg-menu,
	body.tax-product_cat nav#hgSiteNav.hg-nav .hg-menu,
	body.tax-product_tag > nav.hg-nav .hg-menu,
	body.tax-product_tag nav#hgSiteNav.hg-nav .hg-menu {
		display: none !important;
		order: 4;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		padding: 0 0 10px;
	}

	body.woocommerce-shop > nav.hg-nav.is-open .hg-menu,
	body.woocommerce-shop nav#hgSiteNav.hg-nav.is-open .hg-menu,
	body.post-type-archive-product > nav.hg-nav.is-open .hg-menu,
	body.post-type-archive-product nav#hgSiteNav.hg-nav.is-open .hg-menu,
	body.tax-product_cat > nav.hg-nav.is-open .hg-menu,
	body.tax-product_cat nav#hgSiteNav.hg-nav.is-open .hg-menu,
	body.tax-product_tag > nav.hg-nav.is-open .hg-menu,
	body.tax-product_tag nav#hgSiteNav.hg-nav.is-open .hg-menu {
		display: flex !important;
	}

	body.woocommerce-shop > nav.hg-nav .hg-menu a,
	body.woocommerce-shop nav#hgSiteNav.hg-nav .hg-menu a,
	body.post-type-archive-product > nav.hg-nav .hg-menu a,
	body.post-type-archive-product nav#hgSiteNav.hg-nav .hg-menu a,
	body.tax-product_cat > nav.hg-nav .hg-menu a,
	body.tax-product_cat nav#hgSiteNav.hg-nav .hg-menu a,
	body.tax-product_tag > nav.hg-nav .hg-menu a,
	body.tax-product_tag nav#hgSiteNav.hg-nav .hg-menu a {
		display: block !important;
		width: 100%;
		justify-content: flex-start;
		padding: 8px 0;
	}

	body.woocommerce-shop > nav.hg-nav .hg-menu a::after,
	body.woocommerce-shop nav#hgSiteNav.hg-nav .hg-menu a::after,
	body.post-type-archive-product > nav.hg-nav .hg-menu a::after,
	body.post-type-archive-product nav#hgSiteNav.hg-nav .hg-menu a::after,
	body.tax-product_cat > nav.hg-nav .hg-menu a::after,
	body.tax-product_cat nav#hgSiteNav.hg-nav .hg-menu a::after,
	body.tax-product_tag > nav.hg-nav .hg-menu a::after,
	body.tax-product_tag nav#hgSiteNav.hg-nav .hg-menu a::after {
		display: none;
	}

	body.woocommerce-shop > nav.hg-nav .hg-actions,
	body.woocommerce-shop nav#hgSiteNav.hg-nav .hg-actions,
	body.post-type-archive-product > nav.hg-nav .hg-actions,
	body.post-type-archive-product nav#hgSiteNav.hg-nav .hg-actions,
	body.tax-product_cat > nav.hg-nav .hg-actions,
	body.tax-product_cat nav#hgSiteNav.hg-nav .hg-actions,
	body.tax-product_tag > nav.hg-nav .hg-actions,
	body.tax-product_tag nav#hgSiteNav.hg-nav .hg-actions {
		margin-left: auto;
	}

	body.woocommerce-shop > nav.hg-nav .hg-menu-toggle,
	body.woocommerce-shop nav#hgSiteNav.hg-nav .hg-menu-toggle,
	body.post-type-archive-product > nav.hg-nav .hg-menu-toggle,
	body.post-type-archive-product nav#hgSiteNav.hg-nav .hg-menu-toggle,
	body.tax-product_cat > nav.hg-nav .hg-menu-toggle,
	body.tax-product_cat nav#hgSiteNav.hg-nav .hg-menu-toggle,
	body.tax-product_tag > nav.hg-nav .hg-menu-toggle,
	body.tax-product_tag nav#hgSiteNav.hg-nav .hg-menu-toggle {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		margin-left: 4px;
	}
}

/* ==========================================================================
   FINAL MOBILE SHOP OVERRIDES
   Keep the product cards compact even when XStore/plugin CSS loads nearby.
   ========================================================================== */

body.woocommerce-shop .filter-content .higuppy-shop-filter-btn,
body.post-type-archive-product .filter-content .higuppy-shop-filter-btn,
body.tax-product_cat .filter-content .higuppy-shop-filter-btn,
body.hg-shop-page-active .filter-content .higuppy-shop-filter-btn {
	display: inline-flex !important;
	order: -3;
	flex: 0 0 auto;
	margin-right: auto;
}

body.higuppy-shop-filters-open .sidebar.sidebar-left,
body.higuppy-shop-filters-open.hg-shop-page-active .sidebar.sidebar-left,
body.higuppy-shop-filters-open.woocommerce-shop .sidebar.sidebar-left {
	display: block !important;
	transform: translateX(0) !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

body.woocommerce-shop .content-product,
body.post-type-archive-product .content-product,
body.tax-product_cat .content-product,
body.hg-shop-page-active .content-product {
	height: auto !important;
	min-height: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	align-self: start !important;
}

body.woocommerce-shop .product-image-wrapper,
body.post-type-archive-product .product-image-wrapper,
body.tax-product_cat .product-image-wrapper,
body.hg-shop-page-active .product-image-wrapper {
	aspect-ratio: 1 / 1 !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}

body.woocommerce-shop .product-image-wrapper .images-slider-wrapper,
body.post-type-archive-product .product-image-wrapper .images-slider-wrapper,
body.tax-product_cat .product-image-wrapper .images-slider-wrapper,
body.hg-shop-page-active .product-image-wrapper .images-slider-wrapper,
body.woocommerce-shop .product-content-image,
body.post-type-archive-product .product-content-image,
body.tax-product_cat .product-content-image,
body.hg-shop-page-active .product-content-image {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-height: none !important;
}

body.woocommerce-shop .product-image-wrapper img:not(.higuppy-product-fallback-image),
body.post-type-archive-product .product-image-wrapper img:not(.higuppy-product-fallback-image),
body.tax-product_cat .product-image-wrapper img:not(.higuppy-product-fallback-image),
body.hg-shop-page-active .product-image-wrapper img:not(.higuppy-product-fallback-image) {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

body.woocommerce-shop .product-details,
body.post-type-archive-product .product-details,
body.tax-product_cat .product-details,
body.hg-shop-page-active .product-details {
	flex: 0 0 auto !important;
	min-height: 0 !important;
	padding: 9px 9px 6px !important;
}

body.woocommerce-shop .higuppy-shop-card-cta,
body.post-type-archive-product .higuppy-shop-card-cta,
body.tax-product_cat .higuppy-shop-card-cta,
body.hg-shop-page-active .higuppy-shop-card-cta {
	margin: 6px 0 0 !important;
	padding-top: 6px !important;
	padding-bottom: 0 !important;
	align-self: stretch !important;
}

body.woocommerce-shop .product-details > *:last-child,
body.post-type-archive-product .product-details > *:last-child,
body.tax-product_cat .product-details > *:last-child,
body.hg-shop-page-active .product-details > *:last-child {
	margin-bottom: 0 !important;
}

body.woocommerce-shop .products-loop,
body.post-type-archive-product .products-loop,
body.tax-product_cat .products-loop,
body.hg-shop-page-active .products-loop {
	align-items: start !important;
}

body.woocommerce-shop .products-loop > .product,
body.post-type-archive-product .products-loop > .product,
body.tax-product_cat .products-loop > .product,
body.hg-shop-page-active .products-loop > .product,
body.woocommerce-shop ul.products > li.product,
body.post-type-archive-product ul.products > li.product,
body.tax-product_cat ul.products > li.product,
body.hg-shop-page-active ul.products > li.product {
	align-self: start !important;
	height: auto !important;
	min-height: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.woocommerce-shop .products-page-cats a,
body.post-type-archive-product .products-page-cats a,
body.tax-product_cat .products-page-cats a,
body.hg-shop-page-active .products-page-cats a {
	padding: 1px 6px !important;
	min-height: 0 !important;
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1.25;
	letter-spacing: 0.045em !important;
	border-radius: 999px !important;
}

body.woocommerce-shop .higuppy-shop-card-actions .add_to_cart_button,
body.post-type-archive-product .higuppy-shop-card-actions .add_to_cart_button,
body.tax-product_cat .higuppy-shop-card-actions .add_to_cart_button,
body.hg-shop-page-active .higuppy-shop-card-actions .add_to_cart_button {
	min-width: 76px !important;
	min-height: 26px !important;
	margin: 0 !important;
	padding: 4px 8px !important;
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1.05;
	background: #fff !important;
	color: var(--hg-shop-orange) !important;
	border: 1.5px solid var(--hg-shop-orange) !important;
	box-shadow: none !important;
}

body.woocommerce-shop .product-details a.higuppy-shop-buy-now,
body.post-type-archive-product .product-details a.higuppy-shop-buy-now,
body.tax-product_cat .product-details a.higuppy-shop-buy-now,
body.hg-shop-page-active .product-details a.higuppy-shop-buy-now {
	min-height: 26px !important;
	margin: 0 !important;
	padding: 4px 10px !important;
	background: #1747b8 !important;
	color: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-shop .product-details a.higuppy-shop-buy-now:hover,
body.post-type-archive-product .product-details a.higuppy-shop-buy-now:hover,
body.tax-product_cat .product-details a.higuppy-shop-buy-now:hover,
body.hg-shop-page-active .product-details a.higuppy-shop-buy-now:hover {
	background: #0e2f86 !important;
	color: #fff !important;
}

/* Final filter drawer state: JS adds this class directly to avoid theme overrides. */
body .sidebar.sidebar-left.is-higuppy-filter-open {
	display: block !important;
	left: 0 !important;
	right: auto !important;
	margin-left: 0 !important;
	width: min(86vw, 340px) !important;
	transform: translate3d(0, 0, 0) !important;
	visibility: visible !important;
	pointer-events: auto !important;
	opacity: 1 !important;
}

@media (max-width: 767px) {
	body.woocommerce-shop .products-loop .product .content-product .product-details,
	body.post-type-archive-product .products-loop .product .content-product .product-details,
	body.tax-product_cat .products-loop .product .content-product .product-details,
	body.hg-shop-page-active .products-loop .product .content-product .product-details,
	body.woocommerce-shop .products-loop .product .content-product .text-center.product-details,
	body.hg-shop-page-active .products-loop .product .content-product .text-center.product-details {
		padding: 9px 9px 3px !important;
	}

	body.woocommerce-shop .products-loop .product .content-product,
	body.post-type-archive-product .products-loop .product .content-product,
	body.tax-product_cat .products-loop .product .content-product,
	body.hg-shop-page-active .products-loop .product .content-product {
		margin-bottom: 0 !important;
	}

	body.woocommerce-shop .products-loop .product,
	body.post-type-archive-product .products-loop .product,
	body.tax-product_cat .products-loop .product,
	body.hg-shop-page-active .products-loop .product {
		height: auto !important;
	}

	body.woocommerce-shop .products-loop .product .swiper-button-prev,
	body.woocommerce-shop .products-loop .product .swiper-button-next,
	body.woocommerce-shop .products-loop .product .slick-arrow,
	body.woocommerce-shop .products-loop .product .owl-prev,
	body.woocommerce-shop .products-loop .product .owl-next,
	body.woocommerce-shop .products-loop .product .et-swiper-elementor-nav,
	body.post-type-archive-product .products-loop .product .swiper-button-prev,
	body.post-type-archive-product .products-loop .product .swiper-button-next,
	body.post-type-archive-product .products-loop .product .slick-arrow,
	body.post-type-archive-product .products-loop .product .owl-prev,
	body.post-type-archive-product .products-loop .product .owl-next,
	body.post-type-archive-product .products-loop .product .et-swiper-elementor-nav,
	body.hg-shop-page-active .products-loop .product .swiper-button-prev,
	body.hg-shop-page-active .products-loop .product .swiper-button-next,
	body.hg-shop-page-active .products-loop .product .slick-arrow,
	body.hg-shop-page-active .products-loop .product .owl-prev,
	body.hg-shop-page-active .products-loop .product .owl-next,
	body.hg-shop-page-active .products-loop .product .et-swiper-elementor-nav {
		display: none !important;
	}
}

/* Shop catalog grid: one shared layout removes the old translated/overlapping sections. */
body.hg-shop-page-active {
	background: #f7fbff !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
	display: grid !important;
	grid-template-columns: minmax(280px, 300px) minmax(0, 1fr) !important;
	gap: 24px !important;
	max-width: 1120px !important;
	margin: 0 auto 44px !important;
	padding: 0 18px 44px !important;
	background: transparent !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child {
	grid-column: 1 !important;
	grid-row: 1 !important;
	align-self: start !important;
	transform: none !important;
	padding: 24px 22px !important;
	border-radius: 18px !important;
	background: #fff !important;
	box-shadow: 0 10px 26px rgba(16, 34, 77, .08) !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:nth-child(3) {
	grid-column: 2 !important;
	grid-row: 1 !important;
	min-width: 0 !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 18px !important;
	padding: 18px 20px !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

body.hg-shop-page-active .product-filters-wrapper,
body.hg-shop-page-active .product-filters-wrapper > * {
	max-width: 100% !important;
}

body.hg-shop-page-active .product-filters-wrapper .wp-block-group,
body.hg-shop-page-active .product-filters-wrapper .wp-block-woocommerce-product-filter-taxonomy {
	border-bottom: 1px solid var(--hg-shop-line);
	padding-bottom: 16px;
}

body.hg-shop-page-active .wc-block-product-template {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

body.hg-shop-page-active li.wc-block-product {
	position: relative !important;
	border-radius: 14px !important;
	box-shadow: 0 8px 20px rgba(16, 34, 77, .07) !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image,
body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image img {
	height: 168px !important;
}

body.hg-shop-page-active li.wc-block-product .wc-block-components-product-name {
	min-height: 48px;
	font-size: var(--hg-font-size-body, 16px);
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-buy-row {
	display: flex !important;
	align-items: center;
	gap: 8px;
	margin: 12px 12px 14px !important;
	padding: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-buy-row .wc-block-components-product-price {
	flex: 1 1 auto;
	margin: 0 !important;
	white-space: nowrap;
	font-size: var(--hg-font-size-body, 16px);
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-buy-row .wc-block-components-product-button {
	flex: 0 0 auto;
	margin: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-buy-row .wc-block-components-product-button__button {
	min-height: 36px !important;
	margin: 0 !important;
	padding: 8px 12px !important;
	border-radius: 8px !important;
	background: #1747b8 !important;
	font-size: var(--hg-font-size-body, 16px);
	white-space: nowrap;
}

body.hg-shop-page-active .wc-block-components-product-image {
	position: relative;
}

body.hg-shop-page-active .hg-block-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	padding: 5px 8px;
	border-radius: 999px;
	color: #fff;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: .03em;
}

body.hg-shop-page-active .hg-block-badge--new { background: #1d4ed8; }
body.hg-shop-page-active .hg-block-badge--best { background: #9d174d; }
body.hg-shop-page-active .hg-block-badge--hot { background: #f4511e; }

@media (max-width: 900px) {
	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
		grid-template-columns: 250px minmax(0, 1fr) !important;
		gap: 16px !important;
	}
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat {
		width: 100% !important;
		margin: 0 0 16px !important;
	}
}

@media (max-width: 700px) {
	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
		grid-template-columns: 1fr !important;
		padding: 0 16px 32px !important;
	}
	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child,
	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:nth-child(3) {
		grid-column: 1 !important;
		grid-row: auto !important;
	}
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

/* Final polish for the annotated catalog state. */
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-actions {
	display: none !important;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-buy-row .wc-block-components-product-button {
	position: static !important;
	width: auto !important;
	min-width: 112px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-buy-row .wc-block-components-product-button__button {
	min-width: 112px !important;
	height: 42px !important;
	border: 1px solid #ff6b35 !important;
	border-radius: 9px !important;
	background: #ff6b35 !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-buy-row {
	min-height: 42px !important;
	margin: 14px 12px 16px !important;
}

body.hg-shop-page-active li.wc-block-product .taxonomy-product_cat {
	margin: 14px 12px 0 !important;
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1.25;
}

body.hg-shop-page-active li.wc-block-product .wp-block-post-title {
	margin: 6px 12px 0 !important;
	padding: 0 !important;
	line-height: 1.3;
}

body.hg-shop-page-active .product-filters-wrapper {
	font-size: var(--hg-font-size-body, 16px);
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-title,
body.hg-shop-page-active .product-filters-wrapper h3,
body.hg-shop-page-active .product-filters-wrapper h4 {
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1.25;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__label,
body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__text {
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1.35;
}

body.hg-shop-page-active .hg-filter-heading {
	font-size: 18px;
}

body.hg-shop-page-active .hg-filter-clear {
	font-size: var(--hg-font-size-body, 16px);
}

body.hg-shop-page-active .hg-shop-info-strip {
	margin-top: 24px !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

body.hg-shop-page-active .hg-shop-bottom-note,
body.hg-shop-page-active .higuppy-shop-bottom-note {
	max-width: 100% !important;
	margin-bottom: 8px !important;
}

body.hg-shop-page-active .higuppy-shop-bottom-note p {
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.hg-shop-page-active .hg-footer-brand {
	text-align: center !important;
}

body.hg-shop-page-active .hg-footer-brand .hg-footer-logo,
body.hg-shop-page-active .hg-footer-brand .hg-social {
	justify-content: center !important;
}

/* Annotated card action state: Add to cart beside price, Buy now below. */
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 36px !important;
	min-height: 36px !important;
	margin: 0 12px 14px !important;
	padding: 0 12px !important;
	box-sizing: border-box !important;
	border-radius: 9px !important;
	background: #10224d !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
	line-height: 1;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now:hover {
	background: #0a1635 !important;
	color: #fff !important;
}

body.hg-shop-page-active .product-filters-wrapper {
	font-size: var(--hg-font-size-body, 16px);
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__label,
body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__text {
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1.45;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-title,
body.hg-shop-page-active .product-filters-wrapper h3,
body.hg-shop-page-active .product-filters-wrapper h4 {
	font-size: var(--hg-font-size-h5, 17px);
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

body.hg-shop-page-active p.woocommerce-result-count {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 1px solid #dbe5f3 !important;
	border-radius: 12px !important;
	background: #fff !important;
	color: #10224d !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
	box-shadow: 0 5px 14px rgba(16, 34, 77, .06) !important;
}

body.hg-shop-page-active .higuppy-shop-bottom-note {
	min-height: 300px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
}

body.hg-shop-page-active .higuppy-shop-bottom-note p {
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1.7;
}

/*
 * Mobile catalog guard.
 * Keep this after the late desktop catalog polish above: that block otherwise
 * wins the cascade and squeezes the archive back into three 98px columns.
 */
@media (max-width: 700px) {
	body.hg-shop-page-active .wc-block-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px 12px !important;
	}

	body.hg-shop-page-active li.wc-block-product {
		min-width: 0 !important;
	}

	body.hg-shop-page-active li.wc-block-product .hg-block-product-buy-row {
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 8px !important;
	}

	body.hg-shop-page-active li.wc-block-product .hg-block-product-buy-row .wc-block-components-product-button,
	body.hg-shop-page-active li.wc-block-product .hg-block-product-buy-row .wc-block-components-product-button__button {
		width: 100% !important;
		min-width: 0 !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now {
		width: auto !important;
	}
}

@media (max-width: 360px) {
	body.hg-shop-page-active .wc-block-product-template {
		grid-template-columns: 1fr !important;
	}
}

/* Mobile hero: keep the copy and aquarium in separate, stable rows. */
@media (max-width: 700px) {
	body.hg-shop-page-active .hg-shop-visual-hero {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 18px !important;
		min-height: 0 !important;
		height: auto !important;
		padding: 28px 24px 24px !important;
	}

	body.hg-shop-page-active .hg-shop-visual-hero__copy {
		order: 1 !important;
		max-width: none !important;
	}

	body.hg-shop-page-active .hg-shop-visual-hero__art {
		order: 2 !important;
		width: 100% !important;
		height: 190px !important;
		min-height: 190px !important;
		overflow: hidden !important;
		border-radius: 24px !important;
		background: #dff4ff;
	}

	body.hg-shop-page-active .hg-shop-visual-hero__art img {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		transform: none !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		object-fit: cover !important;
		object-position: 50% 62% !important;
		animation: hg-shop-fish-pan 9s ease-in-out infinite alternate !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.hg-shop-page-active .hg-shop-visual-hero__art img {
		animation: none !important;
	}
}

/* --------------------------------------------------------------------------
 * Catalog polish pass: mobile filter rail, hero art, card actions and header.
 * This block intentionally stays last so it wins over the older XStore rules.
 * -------------------------------------------------------------------------- */

/* Keep the shell header visible while the catalog scrolls. */
body.hg-shop-page-active nav#hgSiteNav.hg-nav {
	position: sticky !important;
	top: 10px !important;
	z-index: 10040 !important;
}

/* The aquarium scene is a soft plant/water layer; the transparent fish is the
 * moving foreground. The art frame itself never translates. */
body.hg-shop-page-active .hg-shop-visual-hero__art {
	position: relative !important;
	overflow: visible !important;
	background: transparent !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__scene {
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	width: min(72%, 520px) !important;
	height: 100% !important;
	max-height: none !important;
	transform: none !important;
	object-fit: cover !important;
	object-position: center 74% !important;
	opacity: .2 !important;
	border-radius: 26px !important;
	box-shadow: none !important;
	filter: saturate(.9) !important;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 100%) !important;
	mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 100%) !important;
	animation: none !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__fish {
	position: absolute !important;
	right: 1% !important;
	top: 50% !important;
	width: min(62%, 450px) !important;
	height: auto !important;
	max-height: none !important;
	transform: translateY(-50%) !important;
	object-fit: contain !important;
	object-position: center !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: drop-shadow(0 18px 18px rgba(8, 39, 71, .16)) !important;
	animation: hg-shop-transparent-fish-swim 7s ease-in-out infinite alternate !important;
}

/* Raise specificity above the earlier generic hero-image animation rules. */
body.hg-shop-page-active .hg-shop-visual-hero__art img.hg-shop-visual-hero__scene {
	animation: none !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__art img.hg-shop-visual-hero__fish {
	animation: hg-shop-transparent-fish-swim 7s ease-in-out infinite alternate !important;
}

@keyframes hg-shop-transparent-fish-swim {
	from { transform: translate(-2%, -50%) rotate(-1deg); }
	to { transform: translate(3%, -54%) rotate(1deg); }
}

/* Price + Add to cart share row one; Buy Now owns row two. */
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: 10px !important;
	width: 100% !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .wp-block-woocommerce-product-price {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 8px !important;
	width: 100% !important;
	min-height: 42px !important;
	margin: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-price {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	white-space: nowrap !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button__button {
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 102px !important;
	margin: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-actions {
	display: none !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now {
	order: 2 !important;
	width: 100% !important;
	min-height: 40px !important;
	margin: 0 !important;
}

/* Sorting stays readable even when the viewport is narrow. */
body.hg-shop-page-active .filter-content {
	min-width: 0 !important;
}

body.hg-shop-page-active .filter-content .woocommerce-ordering,
body.hg-shop-page-active .filter-content .orderby {
	min-width: 0 !important;
	max-width: 100% !important;
}

body.hg-shop-page-active .filter-content .orderby {
	font-size: var(--hg-font-size-body, 16px);
	line-height: 1.2;
	text-overflow: clip !important;
}

/* Mobile: make the native Woo filter button a fixed left rail control while
 * removing the old sidebar column from document flow. */
@media (max-width: 700px) {
	body.hg-shop-page-active .hg-filter-heading,
	body.hg-shop-page-active .hg-filter-clear {
		display: none !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(150px, 1fr) !important;
		align-items: center !important;
		gap: 10px !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) > * {
		min-width: 0 !important;
		width: 100% !important;
	}

	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
		position: relative !important;
	}

	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child {
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100vh !important;
		min-height: 100vh !important;
		min-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		pointer-events: none !important;
		z-index: 10050 !important;
	}

	body.hg-shop-page-active .product-filters-wrapper {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
		pointer-events: none !important;
	}

	body.hg-shop-page-active .wc-block-product-filters {
		position: static !important;
		width: 100% !important;
		height: 100% !important;
		background: transparent !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
		pointer-events: none !important;
	}

	body.hg-shop-page-active .wc-block-product-filters > *:not(.wc-block-product-filters__open-overlay):not(.wc-block-product-filters__overlay-dialog) {
		display: none !important;
	}

	body.hg-shop-page-active .wc-block-product-filters__open-overlay {
		position: fixed !important;
		left: 12px !important;
		top: auto !important;
		bottom: 96px !important;
		z-index: 40 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 46px !important;
		height: 46px !important;
		padding: 0 !important;
		border: 1px solid #dce7f3 !important;
		border-radius: 50% !important;
		background: #fff !important;
		color: #10224d !important;
		box-shadow: 0 10px 24px rgba(16, 34, 77, .18) !important;
		pointer-events: auto !important;
	}

	body.hg-shop-page-active .wc-block-product-filters__open-overlay span {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0 0 0 0) !important;
	}

	body.hg-shop-page-active .wc-block-product-filters__overlay-dialog {
		position: fixed !important;
		inset: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		max-width: none !important;
		max-height: none !important;
		z-index: 10080 !important;
		background: #f7fbff !important;
		pointer-events: auto !important;
	}

	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		position: fixed !important;
		inset: 0 !important;
		z-index: 10075 !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover {
		min-height: 190px !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 112px !important;
		height: 112px !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) .orderby {
		width: 100% !important;
		min-height: 44px !important;
		padding-inline: 12px !important;
	}
}

@media (max-width: 480px) {
	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button,
	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button__button {
		min-width: 100px !important;
		padding-inline: 6px !important;
		font-size: var(--hg-font-size-body, 16px);
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) .orderby {
		font-size: var(--hg-font-size-body, 16px);
	}
}

/* Keep the result count and sorting control on one compact mobile row. */
@media (max-width: 700px) {
	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		align-items: center !important;
		gap: 8px !important;
		width: 100% !important;
		margin: 0 !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) p.woocommerce-result-count {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 38px !important;
		height: 38px !important;
		box-sizing: border-box !important;
		justify-content: center !important;
		padding: 0 8px !important;
		border-radius: 10px !important;
		font-size: var(--hg-font-size-body, 16px);
		white-space: nowrap !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) .woocommerce-ordering,
	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) .orderby {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 38px !important;
		height: 38px !important;
		box-sizing: border-box !important;
		margin: 0 !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) .orderby {
		padding: 0 8px !important;
		border-radius: 10px !important;
		font-size: var(--hg-font-size-body, 16px);
	}
}

/* Restore the original two-action product footer. WooCommerce renders the
 * add-to-cart block outside the footer briefly; the shop script moves it into
 * .hg-block-product-buy-row, and this final pass keeps it visible there. */
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	grid-template-rows: 44px !important;
	align-items: stretch !important;
	gap: 8px !important;
	width: 100% !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wp-block-woocommerce-product-price,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button {
	position: static !important;
	inset: auto !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	opacity: 1 !important;
	transform: none !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wp-block-woocommerce-product-price {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button {
	grid-column: 2 !important;
	grid-row: 1 !important;
	background: transparent !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 8px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background: #ff6b35 !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1;
	white-space: nowrap !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions {
	display: none !important;
}

@media (min-width: 481px) and (max-width: 700px) {
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 128px !important;
		height: 128px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.hg-shop-page-active .hg-shop-visual-hero__fish {
		animation: none !important;
	}
}

/* Final breakpoint guard for browsers that load XStore's late hero rules. */
@media (max-width: 700px) {
	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		display: flex !important;
		flex-direction: column !important;
		height: auto !important;
		min-height: 0 !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		display: block !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: 100% !important;
		height: 190px !important;
		min-height: 190px !important;
		overflow: hidden !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
		height: auto !important;
		min-height: 0 !important;
		padding: 28px 24px 0 !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__scene {
		width: 100% !important;
		height: 190px !important;
		opacity: .16 !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__fish {
		right: -4% !important;
		top: 50% !important;
		width: 82% !important;
		height: auto !important;
		max-height: 190px !important;
		transform: translateY(-50%) !important;
	}
}

/* Mobile catalog QA: make the native Woo filter overlay own a real viewport
 * layer, then keep every product-card action row on the same compact size. */
@media (max-width: 700px) {
	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay-wrapper {
		position: fixed !important;
		inset: 0 !important;
		z-index: 10080 !important;
		width: 100vw !important;
		height: 100dvh !important;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}

	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay-dialog {
		position: fixed !important;
		inset: 0 !important;
		z-index: 10081 !important;
		box-sizing: border-box !important;
		width: 100vw !important;
		height: 100dvh !important;
		min-width: 100vw !important;
		min-height: 100dvh !important;
		overflow-y: auto !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row {
		flex-direction: row !important;
		align-items: center !important;
		min-height: 44px !important;
		height: 44px !important;
		gap: 8px !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button {
		flex: 0 0 96px !important;
		width: 96px !important;
		min-width: 96px !important;
		height: 44px !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button__button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		box-sizing: border-box !important;
		width: 100% !important;
		min-width: 0 !important;
		height: 44px !important;
		min-height: 44px !important;
		padding: 0 8px !important;
		font-size: var(--hg-font-size-body, 16px);
		line-height: 1;
		white-space: nowrap !important;
	}

	/* Keep the two purchase actions together; price gets its own compact row. */
	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row {
		display: contents !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-price {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button {
		grid-column: 1 !important;
		grid-row: 2 !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now {
		grid-column: 2 !important;
		grid-row: 2 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		height: 44px !important;
		min-height: 44px !important;
		margin: 0 !important;
		padding: 0 8px !important;
		font-size: var(--hg-font-size-body, 16px);
		line-height: 1;
		white-space: nowrap !important;
	}
}

/* Shop hero: one continuous aquarium image, rather than a separate scene and
 * foreground guppy layer. This keeps the composition stable on narrow screens. */
body.hg-shop-page-active .hg-shop-visual-hero {
	position: relative !important;
	display: block !important;
	min-height: 360px !important;
	padding: 0 !important;
	background: #eaf6ff !important;
	isolation: isolate;
}

body.hg-shop-page-active .hg-shop-visual-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(234, 246, 255, .98) 0%, rgba(234, 246, 255, .92) 38%, rgba(234, 246, 255, .38) 68%, rgba(234, 246, 255, .08) 100%);
	pointer-events: none;
}

body.hg-shop-page-active .hg-shop-visual-hero__art {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	overflow: hidden !important;
	border-radius: 0 !important;
	background: transparent !important;
	z-index: 0 !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__art .hg-shop-visual-hero__scene {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center !important;
	transform: none !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
	filter: none !important;
	animation: none !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__copy {
	position: relative !important;
	z-index: 2 !important;
	max-width: min(470px, 54%) !important;
	padding: 72px 0 72px clamp(32px, 7vw, 96px) !important;
}

@media (max-width: 700px) {
	body.hg-shop-page-active .hg-shop-visual-hero {
		min-height: 490px !important;
	}

	body.hg-shop-page-active .hg-shop-visual-hero::before {
		background: linear-gradient(180deg, rgba(234, 246, 255, .98) 0%, rgba(234, 246, 255, .94) 42%, rgba(234, 246, 255, .30) 72%, rgba(234, 246, 255, .10) 100%) !important;
	}

	body.hg-shop-page-active .hg-shop-visual-hero__copy {
		max-width: none !important;
		padding: 54px 48px 214px !important;
	}

	body.hg-shop-page-active .hg-shop-visual-hero__copy > p {
		max-width: 430px !important;
	}

	body.hg-shop-page-active .hg-shop-visual-hero__art .hg-shop-visual-hero__scene {
		object-position: 58% center !important;
	}
}

/* Mobile product cards: price stays above, while the two purchase controls
 * share one real DOM row. This overrides the older card-grid styles above. */
@media (max-width: 700px) {
	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
		display: flex !important;
		flex-direction: column !important;
		gap: 8px !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-price {
		display: block !important;
		margin: 0 !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
		width: 100% !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button,
	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .higuppy-shop-buy-now {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		box-sizing: border-box !important;
		width: 100% !important;
		min-width: 0 !important;
		height: 44px !important;
		min-height: 44px !important;
		margin: 0 !important;
		padding: 0 6px !important;
		font-size: var(--hg-font-size-body, 16px);
		line-height: 1;
		white-space: nowrap !important;
	}

	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button__button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
		padding: 0 4px !important;
		font-size: var(--hg-font-size-body, 16px);
		line-height: 1;
		white-space: nowrap !important;
	}
}

/* Absolute last-pass overrides for the legacy annotated catalog block above. */
body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
	position: relative !important;
	display: grid !important;
	height: 260px !important;
	min-height: 260px !important;
	padding: 26px max(28px, calc((100vw - 1000px) / 2)) 28px !important;
	background: #eaf7ff !important;
}

body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero::before {
	display: none !important;
}

body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
	position: relative !important;
	z-index: 3 !important;
	max-width: 360px !important;
	height: auto !important;
	padding: 0 !important;
}

body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
	position: relative !important;
	inset: auto !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: auto !important;
	height: 208px !important;
	min-height: 208px !important;
	background: transparent !important;
	overflow: visible !important;
	z-index: 2 !important;
}

body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__scene {
	position: absolute !important;
	inset: auto 0 0 auto !important;
	width: min(72%, 520px) !important;
	height: 208px !important;
	object-fit: cover !important;
	object-position: center 74% !important;
	opacity: .2 !important;
	border-radius: 26px !important;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 100%) !important;
	mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 100%) !important;
	animation: none !important;
}

body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__fish {
	position: absolute !important;
	inset: 50% 1% auto auto !important;
	width: min(54%, 390px) !important;
	height: auto !important;
	max-height: 220px !important;
	transform: translateY(-50%) !important;
	object-fit: contain !important;
	filter: drop-shadow(0 18px 18px rgba(8, 39, 71, .16)) !important;
	animation: hg-shop-transparent-fish-swim 7s ease-in-out infinite alternate !important;
	mix-blend-mode: multiply !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: 8px !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .wp-block-woocommerce-product-price {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 8px !important;
	width: 100% !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-price {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	white-space: nowrap !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button__button {
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 100px !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding-inline: 8px !important;
	font-size: var(--hg-font-size-body, 16px);
	white-space: nowrap !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now {
	display: inline-flex !important;
	order: 2 !important;
	width: 100% !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
}

@media (max-width: 700px) {
	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		display: flex !important;
		flex-direction: column !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 28px 24px 24px !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
		order: 1 !important;
		max-width: none !important;
		padding: 0 !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		order: 2 !important;
		grid-column: auto !important;
		grid-row: auto !important;
		width: 100% !important;
		height: 190px !important;
		min-height: 190px !important;
		overflow: hidden !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__scene {
		inset: 0 !important;
		width: 100% !important;
		height: 190px !important;
		opacity: .16 !important;
		border-radius: 0 !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__fish {
		inset: 50% -4% auto auto !important;
		width: 82% !important;
		max-height: 190px !important;
		transform: translateY(-50%) !important;
	}

	body.hg-shop-page-active .hg-filter-heading,
	body.hg-shop-page-active .hg-filter-clear {
		display: none !important;
	}
}

/* Final CTA DOM pass: WooCommerce now renders price and actions as siblings. */
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	grid-template-rows: auto auto !important;
	align-items: center !important;
	gap: 8px !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .wp-block-woocommerce-product-price,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row,
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row {
	display: contents !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-price {
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: auto !important;
	margin: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button {
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: flex !important;
	width: auto !important;
	min-width: 100px !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button__button {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	padding-inline: 8px !important;
	font-size: var(--hg-font-size-body, 16px);
	white-space: nowrap !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .higuppy-shop-buy-now {
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
}

@media (max-width: 480px) {
	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button__button {
		padding-inline: 6px !important;
		font-size: var(--hg-font-size-body, 16px);
	}
}

@media (max-width: 480px) {
	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button,
	body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button__button {
		min-width: 100px !important;
		padding-inline: 6px !important;
		font-size: var(--hg-font-size-body, 16px);
	}
}

/* Final Woo wrapper reset: remove the legacy absolute CTA positioning. */
body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button {
	position: relative !important;
	inset: auto !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	background: transparent !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .wc-block-components-product-button__button {
	background: #ff6b35 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 9px !important;
	margin: 0 !important;
	font-weight: 800;
}

body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row .higuppy-shop-buy-now {
	background: #10224d !important;
	color: #fff !important;
	border-radius: 9px !important;
	position: relative !important;
	inset: auto !important;
}

/* Shop feedback pass: align the catalog and hero to the shell header, then
 * keep the aquarium artwork open and blended instead of card-like. */
@media (min-width: 901px) {
	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
		width: 100% !important;
		max-width: 1160px !important;
		grid-template-columns: 300px minmax(0, 1fr) !important;
		gap: 24px !important;
		margin: 0 auto !important;
		padding: 0 0 24px !important;
	}

	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child {
		padding: 18px 18px !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
		min-height: 292px !important;
		height: 292px !important;
		padding: 34px max(28px, calc((100% - 1160px) / 2)) 34px !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
		max-width: 460px !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		height: 244px !important;
		min-height: 244px !important;
		border-radius: 0 !important;
		background: transparent !important;
		overflow: visible !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
		width: 108% !important;
		height: 244px !important;
		margin-left: -4% !important;
		border-radius: 0 !important;
		opacity: 1 !important;
		mix-blend-mode: normal !important;
		-webkit-mask-image: none !important;
		mask-image: none !important;
		filter: none !important;
		object-fit: contain !important;
		transform-origin: 50% 50% !important;
		animation: hg-shop-school-drift 11s ease-in-out infinite alternate !important;
	}
}

/* Compact the filter rail and its WooCommerce filter content. */
body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filters__overlay-content {
	gap: 8px !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filters__overlay-dialog {
	padding: 0 !important;
}

body.hg-shop-page-active .product-filters-wrapper .wp-block-woocommerce-product-filter-taxonomy {
	margin-top: 12px !important;
	margin-bottom: 0 !important;
	padding-bottom: 6px !important;
}

body.hg-shop-page-active .product-filters-wrapper .wp-block-woocommerce-product-filter-checkbox-list {
	padding-bottom: 4px !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__item {
	margin-bottom: 5px !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__label,
body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__text {
	line-height: 1.25;
}

/* Compact the mobile filter sheet and keep Apply directly below the filters. */
@media (max-width: 700px) {
	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay-dialog {
		top: 12px !important;
		right: 0 !important;
		bottom: auto !important;
		left: 0 !important;
		width: 100vw !important;
		height: auto !important;
		max-height: calc(100dvh - 24px) !important;
		min-height: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		overflow: hidden !important;
	}

	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay-content {
		flex: 1 1 auto !important;
		min-height: 0 !important;
		padding: 10px 14px 4px !important;
		gap: 5px !important;
		overflow-y: auto !important;
	}

	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wp-block-woocommerce-product-filter-taxonomy {
		margin-top: 8px !important;
		padding-bottom: 3px !important;
	}

	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filter-checkbox-list__item,
	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filter-checkbox-list__label,
	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filter-checkbox-list__input-wrapper,
	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filter-checkbox-list__text-wrapper {
		min-height: 0 !important;
		margin: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filter-checkbox-list__item {
		margin-bottom: 3px !important;
	}

	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filter-checkbox-list__label {
		min-height: 24px !important;
		line-height: 1.15;
	}

	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay-footer {
		flex: 0 0 auto !important;
		padding: 10px 14px 12px !important;
		box-shadow: 0 -3px 8px rgba(16, 34, 77, .08) !important;
	}

	body.hg-shop-page-active .wc-block-product-filters.is-overlay-opened .wc-block-product-filters__apply {
		width: 100% !important;
		min-height: 42px !important;
		height: 42px !important;
		margin: 0 !important;
		padding: 0 14px !important;
	}
}

/* Remove WooCommerce's generous checkbox row padding in the desktop filter rail. */
@media (min-width: 901px) {
	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__item,
	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__label,
	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__input-wrapper,
	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__text-wrapper {
		min-height: 0 !important;
		margin: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__item {
		margin-bottom: 4px !important;
	}

	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__label {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		line-height: 1.15;
	}

	/* Keep the actual filter checkbox visible after compacting each filter row. */
	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__input-wrapper {
		flex: 0 0 16px !important;
		width: 16px !important;
		height: 16px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__input-wrapper input[type="checkbox"] {
		position: static !important;
		width: 16px !important;
		height: 16px !important;
		margin: 0 !important;
		opacity: 1 !important;
		clip: auto !important;
		clip-path: none !important;
	}

	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-checkbox-list__text {
		line-height: 1.15;
	}
}

@keyframes hg-shop-school-drift {
	0% {
		transform: translate3d(-1.2%, 1%, 0) scale(1.03) rotate(-.25deg);
	}
	100% {
		transform: translate3d(1.2%, -1%, 0) scale(1.08) rotate(.25deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
		animation: none !important;
	}
}

/* Custom Shop sorting menu: keeps the open state aligned with catalog cards. */
body.hg-shop-page-active .woocommerce-ordering {
	position: relative !important;
}

body.hg-shop-page-active .woocommerce-ordering .orderby.hg-native-sort-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.hg-shop-page-active .hg-shop-sort {
	position: relative;
	width: 100%;
	font-family: inherit;
}

body.hg-shop-page-active .hg-shop-sort__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 44px;
	padding: 0 42px 0 16px;
	border: 1px solid #c9dced;
	border-radius: 14px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230c355e' stroke-width='2.25'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 16px center;
	color: #102a4c;
	font: inherit;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(8, 38, 76, .05);
}

body.hg-shop-page-active .hg-shop-sort.is-open .hg-shop-sort__trigger,
body.hg-shop-page-active .hg-shop-sort__trigger:focus-visible {
	border-color: #4ec7dd;
	outline: 3px solid rgba(78, 199, 221, .22);
	box-shadow: 0 8px 22px rgba(8, 38, 76, .1);
}

body.hg-shop-page-active .hg-shop-sort.is-open .hg-shop-sort__trigger {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230c355e' stroke-width='2.25'%3E%3Cpath d='m6 15 6-6 6 6'/%3E%3C/svg%3E");
}

body.hg-shop-page-active .hg-shop-sort__menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 80;
	width: 100%;
	min-width: 220px;
	padding: 6px;
	border: 1px solid #c9dced;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 32px rgba(8, 38, 76, .16);
}

body.hg-shop-page-active .hg-shop-sort__option {
	display: block;
	width: 100%;
	padding: 10px 12px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: #102a4c;
	font: inherit;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
}

body.hg-shop-page-active .hg-shop-sort__option:hover,
body.hg-shop-page-active .hg-shop-sort__option:focus-visible {
	background: #eaf6ff;
	color: #0c5e8e;
	outline: 0;
}

body.hg-shop-page-active .hg-shop-sort__option.is-selected {
	background: #dceeff;
	color: #0c4c83;
	font-weight: 800;
}

/* Filter results prioritize the active controls and matching products. */
body.hg-shop-filter-results-active .product-categories-section-wrapper.higuppy-shopcat {
	display: none !important;
}

/* Price and direct-checkout action for WooCommerce Block product cards. */
body.hg-shop-page-active li.wc-block-product .hg-block-product-price-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
	min-height: 44px !important;
	padding: 10px 14px 14px !important;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-price-row > .wp-block-woocommerce-product-price,
body.hg-shop-page-active li.wc-block-product .hg-block-product-price-row > .wc-block-components-product-price,
body.hg-shop-page-active li.wc-block-product .hg-block-product-price-row > div {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #102a4c !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-price-row .woocommerce-Price-amount {
	color: #102a4c !important;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-price-row del .woocommerce-Price-amount {
	color: #6d8197 !important;
	font-weight: 600;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-price-row ins,
body.hg-shop-page-active li.wc-block-product .hg-block-product-price-row ins .woocommerce-Price-amount {
	color: #e9532d !important;
	font-weight: 800;
	text-decoration: none !important;
}

body.hg-shop-page-active li.wc-block-product .higuppy-block-buy-now {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 36px !important;
	padding: 0 12px !important;
	border-radius: 9px !important;
	background: #10355f !important;
	color: #fff !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: .04em;
	transition: background-color .2s ease, transform .2s ease;
}

body.hg-shop-page-active li.wc-block-product .higuppy-block-buy-now:hover,
body.hg-shop-page-active li.wc-block-product .higuppy-block-buy-now:focus-visible {
	background: #ff6335 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

/* Restore the catalog's compact two-action treatment. */
body.hg-shop-page-active li.wc-block-product .hg-block-product-actions {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 6px;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-actions .higuppy-block-add-to-cart,
body.hg-shop-page-active li.wc-block-product .hg-block-product-actions .higuppy-block-buy-now {
	min-height: 30px !important;
	padding: 0 9px !important;
	border-radius: 999px !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: none;
	transform: none !important;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-actions .higuppy-block-add-to-cart {
	border: 1.5px solid #ff6335 !important;
	background: #fff !important;
	color: #e9532d !important;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-actions .higuppy-block-add-to-cart:hover,
body.hg-shop-page-active li.wc-block-product .hg-block-product-actions .higuppy-block-add-to-cart:focus-visible {
	background: #fff1eb !important;
	color: #d94725 !important;
}

body.hg-shop-page-active li.wc-block-product .hg-block-product-actions .higuppy-block-buy-now {
	background: #102a4c !important;
	color: #fff !important;
}

body.hg-shop-page-active li.wc-block-product .hg-product-quick-view-trigger {
	position: relative;
	display: block;
	cursor: zoom-in;
}

body.hg-shop-page-active li.wc-block-product .hg-product-quick-view-trigger::after {
	content: "Quick view";
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(16, 42, 76, .9);
	color: #fff;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	opacity: 0;
	transform: translate(-50%, -44%);
	transition: opacity .2s ease, transform .2s ease;
}

body.hg-shop-page-active li.wc-block-product .hg-product-quick-view-trigger:hover::after,
body.hg-shop-page-active li.wc-block-product .hg-product-quick-view-trigger:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.hg-quick-view {
	position: fixed;
	inset: 0;
	z-index: 100010;
	display: grid;
	place-items: center;
	padding: 20px;
}

.hg-quick-view__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 26, 53, .56);
}

.hg-quick-view__panel {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr);
	width: min(760px, 100%);
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 28px 70px rgba(5, 26, 53, .3);
}

.hg-quick-view__image { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.hg-quick-view__content { display: flex; flex-direction: column; justify-content: center; padding: 32px; color: #102a4c; }
.hg-quick-view__category { margin-bottom: 8px; color: #0c5e8e; font-size: var(--hg-font-size-body, 16px); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hg-quick-view h2 { margin: 0 0 14px; color: #102a4c; font-size: var(--hg-font-size-h3, 24px); line-height: 1.12; }
.hg-quick-view__price { margin-bottom: 20px; color: #102a4c; font-size: 18px; font-weight: 800; }
.hg-quick-view__actions .hg-block-product-actions { display: flex; gap: 8px; margin-bottom: 14px; }
.hg-quick-view__details { color: #0c5e8e; font-size: var(--hg-font-size-body, 16px); font-weight: 800; }
.hg-quick-view__close { position: absolute; z-index: 2; top: 10px; right: 12px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .92); color: #102a4c; font-size: 27px; line-height: 1; cursor: pointer; }

@media (max-width: 640px) {
	.hg-quick-view__panel { grid-template-columns: 1fr; max-width: 430px; }
	.hg-quick-view__image { min-height: 190px; max-height: 250px; }
	.hg-quick-view__content { padding: 24px; }
	body.hg-shop-page-active li.wc-block-product .hg-block-product-actions { gap: 4px; }
	body.hg-shop-page-active li.wc-block-product .hg-block-product-actions .higuppy-block-add-to-cart,
	body.hg-shop-page-active li.wc-block-product .hg-block-product-actions .higuppy-block-buy-now { padding-inline: 7px !important; font-size: var(--hg-font-size-body, 16px); }
}

/* Absolute final tablet guard: keep 768px on the responsive rail. */
@media (min-width: 701px) and (max-width: 900px) {
	body.hg-shop-page-active .hg-filter-heading,
	body.hg-shop-page-active .hg-filter-clear,
	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filters__close-overlay {
		display: none !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		display: flex !important;
		flex-direction: column !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 28px 32px 24px !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
		order: 1 !important;
		max-width: 560px !important;
		padding: 0 !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		order: 2 !important;
		grid-column: auto !important;
		grid-row: auto !important;
		width: 100% !important;
		height: 190px !important;
		min-height: 190px !important;
		overflow: hidden !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__scene {
		inset: 0 !important;
		width: 100% !important;
		height: 190px !important;
		opacity: .16 !important;
	}

	body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art img.hg-shop-visual-hero__fish {
		inset: 50% -2% auto auto !important;
		width: min(72%, 440px) !important;
		max-height: 190px !important;
		transform: translateY(-50%) !important;
	}

	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) {
		position: relative !important;
		grid-template-columns: 1fr !important;
		padding: 0 32px 36px !important;
	}

	body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child {
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100vh !important;
		min-height: 100vh !important;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		pointer-events: none !important;
		z-index: 10050 !important;
	}

	body.hg-shop-page-active .product-filters-wrapper,
	body.hg-shop-page-active .wc-block-product-filters {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
		pointer-events: none !important;
	}

	body.hg-shop-page-active .wc-block-product-filters > *:not(.wc-block-product-filters__open-overlay):not(.wc-block-product-filters__overlay-dialog) {
		display: none !important;
	}

	body.hg-shop-page-active .wc-block-product-filters__open-overlay {
		position: fixed !important;
		left: 12px !important;
		top: auto !important;
		bottom: 96px !important;
		z-index: 40 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 46px !important;
		height: 46px !important;
		padding: 0 !important;
		border: 1px solid #dce7f3 !important;
		border-radius: 50% !important;
		background: #fff !important;
		color: #10224d !important;
		box-shadow: 0 10px 24px rgba(16, 34, 77, .18) !important;
		pointer-events: auto !important;
	}

	body.hg-shop-page-active .wc-block-product-filters__open-overlay span {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0 0 0 0) !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover {
		min-height: 190px !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 112px !important;
		height: 112px !important;
	}

	body.hg-shop-page-active .wc-block-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 16px !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(180px, 1fr) !important;
		gap: 12px !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) > * {
		min-width: 0 !important;
		width: 100% !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) .orderby {
		width: 100% !important;
		min-height: 44px !important;
		font-size: var(--hg-font-size-body, 16px);
	}
}
/* Shop shell background normalization: one owner for the page backdrop. */
@media (min-width: 901px) {
  html:has(body.hg-shop-page-active),
  body.hg-shop-page-active {
    background-color: #f7fbff !important;
    background-image: linear-gradient(180deg, #061f3f 0 374px, #f7fbff 374px 100%) !important;
  }

  body.hg-shop-page-active::before {
    background: transparent !important;
    background-image: none !important;
  }

  html body.higuppy-site-shell.hg-shop-page-active > .wp-site-blocks,
  html body.higuppy-site-shell.hg-shop-page-active > .wp-site-blocks > .wp-block-group.has-global-padding {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
  }
}
/* Shop hero: two columns — copy left, aquarium art right. */
body.hg-shop-page-active .hg-shop-visual-hero__copy {
	width: 100% !important;
	max-width: 480px !important;
	margin-inline: 0 !important;
	justify-self: start !important;
	text-align: left !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__breadcrumb {
	justify-content: flex-start !important;
	margin-bottom: 6px !important;
}

body.hg-shop-page-active .hg-shop-visual-hero__copy > p {
	margin-inline: 0 !important;
	max-width: 420px !important;
}

@media (max-width: 700px) {
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 128px !important;
		height: 128px !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p {
		width: 100% !important;
		max-width: 100% !important;
		font-size: var(--hg-font-size-body, 16px);
		line-height: 1.2;
		text-align: center !important;
	}
}

/* Remove the leftover dark seam between sorting controls and products. */
body.hg-shop-page-active .wp-block-woocommerce-product-collection {
	position: relative !important;
	border-top: 0 !important;
	background: #f7fbff !important;
}

body.hg-shop-page-active .wp-block-woocommerce-product-collection::before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: 2px !important;
	background: #f7fbff !important;
	border: 0 !important;
	box-shadow: none !important;
	pointer-events: none !important;
}

@media (max-width: 700px) {
	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) {
		position: relative !important;
		z-index: 2 !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering)::after {
		content: "" !important;
		position: absolute !important;
		left: -16px !important;
		right: -16px !important;
		bottom: -2px !important;
		height: 4px !important;
		background: #f7fbff !important;
		border: 0 !important;
		box-shadow: none !important;
		pointer-events: none !important;
	}
}

@media (min-width: 901px) {
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art,
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art::before,
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art::after {
		background: transparent !important;
		background-image: none !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
		opacity: 1 !important;
		mix-blend-mode: normal !important;
		-webkit-mask-image: none !important;
		mask-image: none !important;
		filter: none !important;
	}
}

/* === School cutout: kill overlays + navy plate (final) === */
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art,
html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art::before,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art::after,
html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art::before,
html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art::after {
	content: none !important;
	display: none !important;
}
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school,
html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
	opacity: 1 !important;
	mix-blend-mode: normal !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
	filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.28)) !important;
	object-fit: contain !important;
	object-position: center right !important;
}

/* Force a real 2-column hero: copy left, school cutout right. */
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero,
html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
	display: grid !important;
	grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr) !important;
	align-items: center !important;
	column-gap: clamp(16px, 3vw, 40px) !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy,
html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
	grid-column: 1 !important;
	grid-row: 1 !important;
	justify-self: start !important;
	align-self: center !important;
	width: 100% !important;
	max-width: 480px !important;
	margin-inline: 0 !important;
	text-align: left !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art,
html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative !important;
	inset: auto !important;
	align-self: stretch !important;
	min-height: 220px !important;
	overflow: visible !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school,
html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
	position: absolute !important;
	inset: auto 0 0 auto !important;
	top: 50% !important;
	right: 0 !important;
	left: auto !important;
	bottom: auto !important;
	display: block !important;
	width: min(100%, 560px) !important;
	height: auto !important;
	max-height: 250px !important;
	transform: translateY(-50%) !important;
	object-fit: contain !important;
	object-position: right center !important;
	border-radius: 0 !important;
}

@media (max-width: 700px) {
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero,
	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		align-items: stretch !important;
		column-gap: 0 !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy,
	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__copy {
		grid-column: auto !important;
		grid-row: auto !important;
		order: 1 !important;
		max-width: none !important;
		text-align: left !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art,
	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		grid-column: auto !important;
		grid-row: auto !important;
		order: 2 !important;
		min-height: 180px !important;
		height: 180px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school,
	html body.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
		width: min(100%, 420px) !important;
		max-height: 180px !important;
	}
}
/* Four-strain money-page trust links. */
body.hg-shop-page-active .higuppy-four-strain-trust-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 8px;
}

body.hg-shop-page-active .higuppy-four-strain-trust-links a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid rgba(20, 93, 102, .18);
	border-radius: 999px;
	background: #effaf8;
	color: #0c5160;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 600px) {
	body.hg-shop-page-active .higuppy-four-strain-trust-links a {
		width: 100%;
		justify-content: center;
	}
}

/* Final cascade reinforcement for the redesigned shop reassurance sections. */
body.hg-shop-page-active .hg-shop-info-strip {
	display: grid !important;
	grid-template-columns: minmax(150px, .44fr) minmax(0, 1.56fr) !important;
	gap: 22px !important;
	align-items: center !important;
	justify-items: stretch !important;
	margin: 26px auto 22px !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(47, 87, 213, .16) !important;
	border-radius: 20px !important;
	background: linear-gradient(115deg, #effaff 0%, #ffffff 47%, #f7fbff 100%) !important;
	box-shadow: 0 15px 34px rgba(16, 54, 102, .08) !important;
	text-align: left !important;
}

body.hg-shop-page-active .higuppy-shop-bottom-note {
	display: grid !important;
	grid-template-columns: minmax(210px, .58fr) minmax(0, 1.42fr) !important;
	gap: clamp(24px, 4vw, 54px) !important;
	align-items: start !important;
	justify-content: initial !important;
	min-height: 0 !important;
	max-width: 1160px !important;
	margin: 10px auto 30px !important;
	padding: clamp(28px, 4vw, 48px) !important;
	border: 1px solid rgba(47, 87, 213, .15) !important;
	border-radius: 26px !important;
	background: radial-gradient(circle at 96% 5%, rgba(115, 221, 234, .28), transparent 27%), linear-gradient(135deg, #ffffff 0%, #f1faff 100%) !important;
	box-shadow: 0 22px 48px rgba(16, 54, 102, .10) !important;
	text-align: left !important;
}

body.hg-shop-page-active .higuppy-shop-bottom-note h2 {
	margin: 0 !important;
	color: #14234a !important;
	font-size: clamp(1.8rem, 3.2vw, 2.75rem);
	font-weight: 850;
	line-height: 1.06;
}

body.hg-shop-page-active .higuppy-shop-bottom-note__content p {
	max-width: none !important;
	margin: 0 0 14px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	color: #415572 !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 600;
	line-height: 1.7;
	text-align: left !important;
}

body.hg-shop-page-active .higuppy-shop-bottom-note__links {
	justify-content: flex-start !important;
	margin-top: 20px !important;
}

@media (max-width: 800px) {
	body.hg-shop-page-active .hg-shop-info-strip,
	body.hg-shop-page-active .higuppy-shop-bottom-note { grid-template-columns: 1fr !important; }
	body.hg-shop-page-active .hg-shop-info-strip__items { grid-template-columns: 1fr !important; }
	body.hg-shop-page-active .higuppy-shop-bottom-note { padding: 26px 22px !important; }
}

/* Interactive editorial aquarium — decorative atmosphere, not product photography. */
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
	--hg-aquarium-x: 0px;
	--hg-aquarium-y: 0px;
	position: relative !important;
	min-height: 240px !important;
	height: 240px !important;
	overflow: hidden !important;
	isolation: isolate;
	border: 1px solid rgba(127, 221, 238, 0.42) !important;
	border-radius: 28px !important;
	background: #062b51 !important;
	box-shadow: 0 24px 54px rgba(0, 22, 49, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
	cursor: crosshair;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	transform: translate3d(var(--hg-aquarium-x, 0px), var(--hg-aquarium-y, 0px), 0);
	transition: transform 560ms cubic-bezier(0.2, 0.75, 0.25, 1);
	animation: none;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene > img.hg-shop-visual-hero__school {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 330px;
	max-width: none;
	margin: 0;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.08) contrast(1.03);
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__art::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	pointer-events: none;
	background: linear-gradient(105deg, rgba(1, 29, 61, 0.26), transparent 52%), radial-gradient(circle at 76% 8%, rgba(172, 246, 255, 0.23), transparent 26%);
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__art::after {
	position: absolute;
	inset: 12px;
	z-index: 5;
	border: 1px solid rgba(235, 252, 255, 0.24);
	border-radius: 19px;
	content: "";
	pointer-events: none;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__glow {
	position: absolute;
	top: -32%;
	right: 4%;
	z-index: 2;
	width: 52%;
	height: 92%;
	border-radius: 50%;
	pointer-events: none;
	background: radial-gradient(ellipse, rgba(162, 240, 255, 0.32), rgba(83, 195, 229, 0.08) 43%, transparent 70%);
	transform: translate3d(var(--hg-aquarium-x), var(--hg-aquarium-y), 0);
	transition: transform 560ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__bubble {
	position: absolute;
	bottom: -16px;
	z-index: 3;
	width: 7px;
	height: 7px;
	border: 1px solid rgba(229, 255, 255, 0.62);
	border-radius: 50%;
	pointer-events: none;
	box-shadow: 24px -44px 0 -1px rgba(226, 255, 255, 0.5), 49px -111px 0 -2px rgba(226, 255, 255, 0.45), 78px -67px 0 -2px rgba(226, 255, 255, 0.36), 95px -151px 0 -3px rgba(226, 255, 255, 0.38);
	animation: hg-shop-bubbles 8s linear infinite;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__bubble--one { left: 17%; }
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__bubble--two { right: 21%; animation-delay: -4s; animation-duration: 10s; }

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__fish {
	position: absolute;
	z-index: 4;
	width: 30px;
	height: 14px;
	border-radius: 58% 46% 48% 58%;
	pointer-events: none;
	background: linear-gradient(120deg, #ffe59d 0%, #ff8b65 52%, #db4d54 100%);
	box-shadow: 0 4px 9px rgba(1, 25, 50, 0.24);
	filter: saturate(1.12);
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__fish {
	translate: var(--hg-aquarium-fish-x, 0px) var(--hg-aquarium-fish-y, 0px);
	transition: translate 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__fish::before {
	position: absolute;
	top: 2px;
	right: -8px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #e55d58;
	content: "";
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__fish::after {
	position: absolute;
	top: 4px;
	left: 7px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	content: "";
	background: #0b3158;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__fish--one { top: 27%; left: 13%; animation: hg-shop-fish-one 13s ease-in-out infinite; }
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__fish--two { top: 58%; right: 17%; width: 22px; height: 11px; opacity: 0.88; animation: hg-shop-fish-two 17s ease-in-out infinite -5s; }
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__fish--three { top: 42%; left: 55%; width: 18px; height: 9px; opacity: 0.72; animation: hg-shop-fish-three 11s ease-in-out infinite -2s; }

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__art.is-interacting .hg-shop-aquarium__scene { transition-duration: 180ms; }

@keyframes hg-shop-aquarium-drift { from { margin-left: -0.8%; } to { margin-left: 0.8%; } }
@keyframes hg-shop-bubbles { from { transform: translateY(0) translateX(0); opacity: 0; } 15% { opacity: 0.9; } to { transform: translateY(-340px) translateX(22px); opacity: 0; } }
@keyframes hg-shop-fish-one { 0%, 100% { transform: translate(0, 0) scaleX(1); } 45% { transform: translate(135px, 25px) scaleX(1); } 55% { transform: translate(148px, 18px) scaleX(-1); } 85% { transform: translate(32px, 50px) scaleX(-1); } }
@keyframes hg-shop-fish-two { 0%, 100% { transform: translate(0, 0) scaleX(-1); } 45% { transform: translate(-150px, -42px) scaleX(-1); } 58% { transform: translate(-162px, -28px) scaleX(1); } 82% { transform: translate(-42px, -68px) scaleX(1); } }
@keyframes hg-shop-fish-three { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(96px, -37px); } }

/* The Gutenberg shipping note remains content-managed; this only provides its shop-specific presentation.
   Keep a light sky plate so the typography contract (#111827) stays readable and matches HiGuppy. */
body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover {
	position: relative !important;
	min-height: 0 !important;
	padding: 28px 24px !important;
	overflow: hidden !important;
	border: 1px solid #E3EBF7 !important;
	border-radius: 22px !important;
	background:
		radial-gradient(circle at 88% 8%, rgba(253, 187, 45, 0.18), transparent 34%),
		linear-gradient(165deg, #FFFFFF 0%, #EAF6FF 58%, #FFF6E6 100%) !important;
	box-shadow: 0 18px 45px rgba(23, 71, 184, 0.10) !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover::after {
	position: absolute;
	right: -36px;
	bottom: -40px;
	width: 160px;
	height: 160px;
	border: 1px solid rgba(23, 71, 184, 0.10);
	border-radius: 50%;
	box-shadow: -22px -14px 0 -1px rgba(23, 71, 184, 0.05), -48px -26px 0 -8px rgba(255, 107, 53, 0.08);
	content: "";
	pointer-events: none;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover .wp-block-cover__background {
	background-color: transparent !important;
	opacity: 0 !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover__inner-container {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	text-align: left !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover__inner-container > .wp-block-group::before {
	display: grid;
	width: 38px;
	height: 38px;
	margin-bottom: 18px;
	border: 1px solid rgba(23, 71, 184, 0.14);
	border-radius: 13px;
	place-items: center;
	content: "✦";
	color: #1747B8;
	background: rgba(23, 71, 184, 0.08);
	font-size: 19px;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover p,
body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover .has-et-fse-white-color,
body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover :is(p, span, strong, b) {
	margin: 0 0 12px !important;
	color: #13203A !important;
	-webkit-text-fill-color: #13203A !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 550;
	line-height: 1.65;
	text-align: left !important;
	opacity: 1 !important;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover p:first-child {
	color: #0E2F86 !important;
	-webkit-text-fill-color: #0E2F86 !important;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.025em;
}

body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover .wp-block-buttons { margin: 18px 0 0 !important; }
body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover .wp-block-button__link {
	padding: 11px 16px !important;
	border: 1px solid #FF6B35 !important;
	border-radius: 999px !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background: #FF6B35 !important;
	box-shadow: none !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1.15;
	text-decoration: none !important;
}
body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover .wp-block-button__link:hover,
body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child > .wp-block-group.hidden-sm .wp-block-cover .wp-block-button__link:focus-visible {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background: #E9532D !important;
	border-color: #E9532D !important;
}

@media (max-width: 700px) {
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		min-height: 224px !important;
		border-radius: 22px !important;
		cursor: default;
		background: #062b51 !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene {
		inset: 0 !important;
		background: #062b51 !important;
		transform: none !important;
		animation: none !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene > img.hg-shop-visual-hero__school {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
		object-fit: cover !important;
		object-position: center !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene,
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__glow,
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__bubble,
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__fish { animation: none !important; transition: none !important; }
}

/* Category shortcuts: keep the six shop entry points balanced in a 3-up grid. */
@media (min-width: 901px) {
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 16px !important;
		overflow: visible !important;
	}
}

@media (min-width: 701px) and (max-width: 900px) {
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px !important;
		overflow: visible !important;
	}
}

@media (max-width: 700px) {
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		overflow: hidden !important;
	}

	/* Keep 2-up category cards compact so the navy/hero seam cannot cut through them. */
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover {
		min-height: 168px !important;
		padding: 14px 10px 12px !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 96px !important;
		height: 96px !important;
		aspect-ratio: 1 / 1 !important;
		margin: 0 auto 0.625rem !important;
		border-radius: 50% !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p,
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p a {
		font-size: var(--hg-font-size-body, 16px);
		line-height: 1.2;
	}
}

/* Added-to-cart notice: compact success toast — icon + message + CTA + dismiss. */
body.hg-shop-page-active .woocommerce-notices-wrapper,
body.hg-shop-page-active .wc-block-components-notices,
body.hg-shop-page-active .wc-block-store-notices {
	position: relative;
	z-index: 20;
}

body.hg-shop-page-active :is(
	.woocommerce-notices-wrapper .woocommerce-message,
	.wc-block-components-notice-banner.is-success
) {
	position: relative !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 10px 12px !important;
	min-height: 0 !important;
	margin: 0 0 16px !important;
	padding: 12px 48px 12px 14px !important;
	border: 1px solid #3aa86a !important;
	border-radius: 14px !important;
	background: #f1fff5 !important;
	color: #173529 !important;
	box-shadow: 0 8px 20px rgba(28, 103, 60, 0.08) !important;
	line-height: 1.4 !important;
	overflow: visible !important;
	transition: opacity 0.18s ease, transform 0.18s ease !important;
	box-sizing: border-box !important;
}

/* Classic WooCommerce checkmark glyph — keep it a circle, not a tall oval. */
body.hg-shop-page-active .woocommerce-notices-wrapper .woocommerce-message::before {
	position: static !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 28px !important;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 50% !important;
	background: #2f9e5f !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 28px !important;
	text-align: center !important;
	transform: none !important;
	top: auto !important;
	left: auto !important;
}

/* Block notice SVG icon — fixed circle size, never stretch. */
body.hg-shop-page-active .wc-block-components-notice-banner.is-success > svg {
	display: block !important;
	flex: 0 0 28px !important;
	align-self: center !important;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	max-width: 28px !important;
	max-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

body.hg-shop-page-active .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 8px 12px !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	color: #173529 !important;
}

body.hg-shop-page-active .woocommerce-notices-wrapper .woocommerce-message {
	font-size: 14px !important;
}

body.hg-shop-page-active :is(
	.woocommerce-notices-wrapper .woocommerce-message,
	.wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content
) a:not(.wc-forward):not(.button) {
	color: #174b3d !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

body.hg-shop-page-active :is(
	.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
	.woocommerce-notices-wrapper .woocommerce-message a.wc-forward,
	.wc-block-components-notice-banner.is-success .wc-forward,
	.wc-block-components-notice-banner.is-success a.wc-forward,
	.wc-block-components-notice-banner.is-success .button.wc-forward
) {
	position: static !important;
	float: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 0 !important;
	height: 36px !important;
	min-height: 36px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #ff6b35 !important;
	background-image: none !important;
	color: #fff !important;
	box-shadow: none !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	transform: none !important;
	top: auto !important;
	right: auto !important;
}

body.hg-shop-page-active :is(
	.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
	.woocommerce-notices-wrapper .woocommerce-message a.wc-forward,
	.wc-block-components-notice-banner.is-success .wc-forward,
	.wc-block-components-notice-banner.is-success a.wc-forward,
	.wc-block-components-notice-banner.is-success .button.wc-forward
):hover,
body.hg-shop-page-active :is(
	.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
	.woocommerce-notices-wrapper .woocommerce-message a.wc-forward,
	.wc-block-components-notice-banner.is-success .wc-forward,
	.wc-block-components-notice-banner.is-success a.wc-forward,
	.wc-block-components-notice-banner.is-success .button.wc-forward
):focus-visible {
	background: #e55a2b !important;
	color: #fff !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

/* Hide WooCommerce's built-in dismiss when we inject ours. */
body.hg-shop-page-active .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__dismiss {
	display: none !important;
}

body.hg-shop-page-active .hg-shop-notice-dismiss {
	position: absolute !important;
	top: 50% !important;
	right: 10px !important;
	display: grid !important;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	min-height: 30px !important;
	padding: 0 !important;
	border: 1px solid rgba(16, 53, 39, 0.14) !important;
	border-radius: 50% !important;
	place-items: center !important;
	background: #fff !important;
	color: #173529 !important;
	box-shadow: none !important;
	cursor: pointer !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	transform: translateY(-50%) !important;
	z-index: 2 !important;
}

body.hg-shop-page-active .hg-shop-notice-dismiss:hover,
body.hg-shop-page-active .hg-shop-notice-dismiss:focus-visible {
	border-color: #ff6b35 !important;
	color: #ff6b35 !important;
	outline: none !important;
}

body.hg-shop-page-active :is(.woocommerce-message, .wc-block-components-notice-banner.is-success).is-hg-dismissing {
	opacity: 0 !important;
	transform: translateY(-6px) !important;
}

@media (max-width: 700px) {
	body.hg-shop-page-active :is(
		.woocommerce-notices-wrapper .woocommerce-message,
		.wc-block-components-notice-banner.is-success
	) {
		align-items: flex-start !important;
		padding: 12px 42px 12px 12px !important;
		gap: 8px 10px !important;
	}

	body.hg-shop-page-active .woocommerce-notices-wrapper .woocommerce-message::before,
	body.hg-shop-page-active .wc-block-components-notice-banner.is-success > svg {
		margin-top: 2px !important;
	}

	body.hg-shop-page-active .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content {
		flex: 1 1 calc(100% - 42px) !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 10px !important;
	}

	body.hg-shop-page-active :is(
		.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
		.woocommerce-notices-wrapper .woocommerce-message a.wc-forward,
		.wc-block-components-notice-banner.is-success .wc-forward,
		.wc-block-components-notice-banner.is-success a.wc-forward,
		.wc-block-components-notice-banner.is-success .button.wc-forward
	) {
		height: 34px !important;
		min-height: 34px !important;
		padding: 0 12px !important;
		font-size: 12px !important;
	}

	body.hg-shop-page-active .hg-shop-notice-dismiss {
		top: 10px !important;
		right: 8px !important;
		width: 28px !important;
		height: 28px !important;
		min-width: 28px !important;
		min-height: 28px !important;
		transform: none !important;
	}
}

/* Active filters: compact, scannable chips with one clear primary reset action. */
body.hg-shop-page-active .product-filters-wrapper .wp-block-woocommerce-product-filter-active {
	margin: 0 0 14px !important;
	padding: 0 0 16px !important;
	border-bottom: 1px solid rgba(15, 47, 91, 0.12) !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-removable-chips__items {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-removable-chips__item {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
	width: 100% !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 7px 7px 7px 13px !important;
	border: 1px solid rgba(255, 99, 53, 0.3) !important;
	border-radius: 12px !important;
	background: linear-gradient(135deg, #fffaf7 0%, #fff3ed 100%) !important;
	box-shadow: 0 5px 14px rgba(255, 99, 53, 0.08) !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-removable-chips__label {
	min-width: 0 !important;
	color: #102044 !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 750;
	line-height: 1.3;
	overflow-wrap: anywhere !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-removable-chips__remove {
	display: grid !important;
	flex: 0 0 28px !important;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	place-items: center !important;
	background: #ff6335 !important;
	color: #fff !important;
	box-shadow: 0 5px 12px rgba(255, 99, 53, 0.22) !important;
	cursor: pointer !important;
	transition: transform 0.18s ease, background-color 0.18s ease !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-removable-chips__remove:hover,
body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-removable-chips__remove:focus-visible {
	background: #e9532d !important;
	outline: 2px solid rgba(255, 99, 53, 0.25) !important;
	outline-offset: 2px !important;
	transform: rotate(8deg) scale(1.05) !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-removable-chips__remove-icon {
	width: 18px !important;
	height: 18px !important;
	fill: currentColor !important;
}

body.hg-shop-page-active .product-filters-wrapper .wp-block-woocommerce-product-filter-clear-button {
	margin: 10px 0 0 !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-clear-button,
body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-clear-button .wp-block-button__link {
	width: 100% !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-clear-button .wp-block-button__link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	min-height: 42px !important;
	padding: 10px 16px !important;
	border: 1px solid #ff6335 !important;
	border-radius: 999px !important;
	background: #ff6335 !important;
	color: #fff !important;
	box-shadow: 0 8px 18px rgba(255, 99, 53, 0.2) !important;
	font-size: var(--hg-font-size-body, 16px);
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer !important;
	transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease !important;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-clear-button .wp-block-button__link::before {
	content: "\21BB";
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}

body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-clear-button .wp-block-button__link:hover,
body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-clear-button .wp-block-button__link:focus-visible {
	background: #e9532d !important;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(233, 83, 45, 0.28) !important;
	outline: none !important;
	transform: translateY(-1px) !important;
}

@media (max-width: 700px) {
	body.hg-shop-page-active .product-filters-wrapper .wp-block-woocommerce-product-filter-active {
		padding-bottom: 14px !important;
	}

	body.hg-shop-page-active .product-filters-wrapper .wc-block-product-filter-removable-chips__item {
		min-height: 44px !important;
	}
}

/* Shop category cards: larger fish imagery, borderless cards, and restrained motion. */
body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover {
	position: relative !important;
	isolation: isolate !important;
	/* Gutenberg leaves inline aspect-ratio:1 on these covers; kill it or 2-col cards become huge squares. */
	aspect-ratio: auto !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 22px 16px 20px !important;
	border: 0 !important;
	border-radius: 22px !important;
	background:
		radial-gradient(circle at 50% 32%, rgba(111, 210, 237, 0.16), transparent 46%),
		linear-gradient(145deg, #ffffff 0%, #f6fbff 100%) !important;
	box-shadow: 0 12px 28px rgba(16, 34, 77, 0.09) !important;
	overflow: hidden !important;
	transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover::before {
	position: absolute;
	z-index: -1;
	top: 24px;
	left: 50%;
	width: 164px;
	height: 112px;
	border-radius: 50%;
	background: rgba(120, 218, 240, 0.12);
	filter: blur(18px);
	content: "";
	pointer-events: none;
	transform: translateX(-50%);
	transition: background-color 0.28s ease, transform 0.28s ease !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
	position: static !important;
	width: 72px !important;
	height: 72px !important;
	aspect-ratio: 1 / 1 !important;
	margin: 0 auto 8px !important;
	border: 0 !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	box-shadow: 0 12px 24px rgba(13, 59, 105, 0.18) !important;
	filter: saturate(1.07) contrast(1.03) !important;
	transition: transform 0.35s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.28s ease, filter 0.28s ease !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p,
body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p a {
	color: #102044 !important;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center !important;
	text-decoration: none !important;
	transition: color 0.22s ease !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:hover,
body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:focus-within {
	background:
		radial-gradient(circle at 50% 30%, rgba(255, 138, 95, 0.17), transparent 48%),
		linear-gradient(145deg, #ffffff 0%, #fff8f4 100%) !important;
	box-shadow: 0 20px 42px rgba(16, 34, 77, 0.15) !important;
	transform: translateY(-6px) !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:hover::before,
body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:focus-within::before {
	background: rgba(255, 120, 73, 0.14);
	transform: translateX(-50%) scale(1.12);
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:hover .hg-shopcat__image,
body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:focus-within .hg-shopcat__image {
	box-shadow: 0 16px 30px rgba(13, 59, 105, 0.24) !important;
	filter: saturate(1.14) contrast(1.04) !important;
	transform: scale(1.055) rotate(-0.8deg) !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:hover p a,
body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:focus-within p a {
	color: #e9532d !important;
}

body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p a:focus-visible {
	border-radius: 6px;
	outline: 3px solid rgba(255, 99, 53, 0.3);
	outline-offset: 4px;
}

/* Final mobile category rail: compact 2-up cards, no leftover square aspect gap. */
@media (max-width: 700px) {
	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat {
		margin: 0 0 14px !important;
		padding: 8px 0 10px !important;
	}

	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat > .is-layout-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		margin-top: 10px !important;
		padding: 0 !important;
	}

	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover,
	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover.has-aspect-ratio {
		aspect-ratio: auto !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 14px 10px 12px !important;
		border-radius: 18px !important;
	}

	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 104px !important;
		height: 104px !important;
		aspect-ratio: 1 / 1 !important;
		margin: 0 auto 10px !important;
		border-radius: 50% !important;
	}

	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p,
	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p a {
		font-size: var(--hg-font-size-body, 16px);
		line-height: 1.2;
	}

	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover::before {
		top: 0.9rem;
		width: 6.5rem;
		height: 6.5rem;
	}
}

@media (min-width: 701px) and (max-width: 900px) {
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 116px !important;
		height: 116px !important;
		aspect-ratio: 1 / 1 !important;
		border-radius: 50% !important;
	}
}

@media (max-width: 700px) {
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover {
		min-height: 0 !important;
		padding: 14px 10px 12px !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 104px !important;
		height: 104px !important;
		aspect-ratio: 1 / 1 !important;
		border-radius: 50% !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p,
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p a {
		font-size: var(--hg-font-size-body, 16px);
		line-height: 1.2;
	}
}

/* Mobile/tablet filter host must stay visually invisible until the Woo overlay opens.
 * Storefront glass styles otherwise paint a frosted white sheet over categories. */
@media (max-width: 900px) {
	html body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child,
	html body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child .product-filters-wrapper,
	html body.hg-shop-page-active .wp-block-columns:has(.product-filters-wrapper) > .wp-block-column:first-child .wc-block-product-filters {
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}
}

/* Shop cards: hide short description excerpts for a cleaner catalog grid. */
html body.hg-shop-page-active li.wc-block-product .hg-shop-card__excerpt,
html body.hg-shop-page-active .hg-shop-card__excerpt {
	display: none !important;
}

/* Shop card titles: a bit larger than the previous compact preset. */
html body.hg-shop-page-active li.wc-block-product .wp-block-post-title,
html body.hg-shop-page-active li.wc-block-product .wp-block-post-title a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.28;
}

@media (max-width: 700px) {
	html body.hg-shop-page-active li.wc-block-product .wp-block-post-title,
	html body.hg-shop-page-active li.wc-block-product .wp-block-post-title a {
		font-size: var(--hg-font-size-body, 16px);
		line-height: 1.28;
	}
}

/* Final mobile category card scale: larger fish + label inside the 2-col grid. */
@media (max-width: 700px) {
	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover,
	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover.has-aspect-ratio {
		aspect-ratio: auto !important;
		min-height: 0 !important;
		height: auto !important;
		padding: 14px 10px 12px !important;
	}

	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 104px !important;
		height: 104px !important;
		aspect-ratio: 1 / 1 !important;
		margin: 0 auto 10px !important;
		border-radius: 50% !important;
	}

	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p,
	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p a {
		font-size: var(--hg-font-size-body, 16px);
		font-weight: 800;
		line-height: 1.2;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover,
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover::before,
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image,
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p a {
		transition: none !important;
	}

	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:hover,
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:focus-within,
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:hover .hg-shopcat__image,
	body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover:focus-within .hg-shopcat__image {
		transform: none !important;
	}
}
html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p,
html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .wp-block-cover p a {
	font-size: var(--hg-font-size-body);
	font-weight: var(--hg-font-weight-display);
	line-height: var(--hg-line-height-tight);
}

/* ==========================================================================
   Shop hero repair (2026-07-25)
   Earlier passes left the masthead transparent (white text on light main) and
   let the aquarium art escape its column into the category grid.
   ========================================================================== */
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr) !important;
	align-items: center !important;
	gap: 24px 32px !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 278px !important;
	height: auto !important;
	margin: 0 0 18px !important;
	padding: 28px clamp(20px, 4vw, 64px) !important;
	overflow: hidden !important;
	isolation: isolate !important;
	background: #061f3f !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero::before,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero::after {
	content: none !important;
	display: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy {
	position: relative !important;
	z-index: 2 !important;
	width: 100% !important;
	max-width: 480px !important;
	margin: 0 !important;
	padding: 0 !important;
	justify-self: start !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb a,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > h1,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > p {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	opacity: 1 !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb {
	opacity: 0.8 !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > p {
	max-width: 420px !important;
	opacity: 0.9 !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > h1 {
	margin: 0 0 10px !important;
	font-size: clamp(2rem, 4vw, 2.75rem) !important;
	line-height: 1.05 !important;
	letter-spacing: -0.03em !important;
	white-space: normal !important;
	text-wrap: balance !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art {
	position: relative !important;
	inset: auto !important;
	z-index: 1 !important;
	align-self: stretch !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 240px !important;
	height: 240px !important;
	max-height: 240px !important;
	margin: 0 !important;
	overflow: hidden !important;
	border: 1px solid rgba(127, 221, 238, 0.42) !important;
	border-radius: 24px !important;
	background: #062b51 !important;
	box-shadow: 0 18px 40px rgba(0, 22, 49, 0.28) !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero > .hg-shop-visual-hero__art > .hg-shop-aquarium__scene,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero > .hg-shop-visual-hero__art > img.hg-shop-visual-hero__school {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	transform: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene > img.hg-shop-visual-hero__school {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
}

@media (max-width: 900px) {
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero {
		grid-template-columns: 1fr !important;
		min-height: 0 !important;
		padding: 24px 20px 28px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		height: 200px !important;
		max-height: 200px !important;
		min-height: 200px !important;
	}
}

/* Home-synced shop product card actions (price + Add to cart + Buy Now). */
html body.hg-shop-page-active li.wc-block-product {
	display: flex !important;
	flex-direction: column !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) max-content !important;
	grid-template-rows: auto auto !important;
	align-items: center !important;
	gap: 12px !important;
	width: 100% !important;
	margin-top: auto !important;
	padding: 12px 16px 16px !important;
	border-top: 1px solid rgba(18, 55, 43, 0.07) !important;
	background: transparent !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wp-block-woocommerce-product-price,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price {
	grid-column: 1 !important;
	grid-row: 1 !important;
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #12372b !important;
	-webkit-text-fill-color: #12372b !important;
	font-size: 25px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: normal !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price *,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .woocommerce-Price-amount,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .woocommerce-Price-currencySymbol {
	color: #12372b !important;
	-webkit-text-fill-color: #12372b !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button {
	grid-column: 2 !important;
	grid-row: 1 !important;
	position: relative !important;
	inset: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	max-width: 100% !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 13px !important;
	border: 1px solid #ff8652 !important;
	border-radius: 14px !important;
	background: #ff8652 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: var(--hg-font-size-body, 16px) !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	white-space: nowrap !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button:focus-visible {
	background: linear-gradient(120deg, #ff8652, #f06b49) !important;
	border-color: #f06b49 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > a.higuppy-shop-buy-now,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > a.button.higuppy-shop-buy-now {
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 13px !important;
	border: 1px solid #174b3d !important;
	border-radius: 14px !important;
	background: #174b3d !important;
	background-color: #174b3d !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: var(--hg-font-size-body, 16px) !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	text-transform: none !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now:focus-visible {
	background: #0f3a2e !important;
	border-color: #0f3a2e !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

@media (max-width: 700px) {
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
		grid-template-columns: minmax(0, 1fr) max-content !important;
		padding: 12px !important;
		gap: 10px !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wp-block-woocommerce-product-price {
		font-size: 22px !important;
	}
}

/* Final cascade guard: the legacy aquarium rules above must not reintroduce
 * the dark plate or the fixed-height blue gap below the editorial hero. */
html body.higuppy-site-shell.hg-shop-page-active {
	background: #f7fcff !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero {
	display: grid !important;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
	align-items: center !important;
	gap: clamp(32px, 5vw, 68px) !important;
	width: min(1160px, calc(100% - 40px)) !important;
	max-width: 1160px !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 auto 18px !important;
	padding: 58px 0 52px !important;
	overflow: visible !important;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy {
	position: relative !important;
	z-index: 2 !important;
	width: 100% !important;
	max-width: 560px !important;
	margin: 0 !important;
	padding: 0 !important;
	justify-self: start !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb a,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1,
html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > p {
	color: #13203a !important;
	-webkit-text-fill-color: #13203a !important;
	opacity: 1 !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__eyebrow {
	color: #000 !important;
	-webkit-text-fill-color: #000 !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__eyebrow {
	font-weight: 600 !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1 em {
	color: #1b9db6 !important;
	-webkit-text-fill-color: #1b9db6 !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1 {
	margin: 0 0 18px !important;
	font-size: clamp(3rem, 6vw, 5.2rem) !important;
	line-height: .98 !important;
	letter-spacing: -.055em !important;
	white-space: normal !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > p {
	max-width: 48ch !important;
	margin: 0 !important;
	color: #080808 !important;
	-webkit-text-fill-color: #080808 !important;
	font-size: 18px !important;
	line-height: 1.55 !important;
}

html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero > .hg-shop-visual-hero__art {
	position: relative !important;
	inset: auto !important;
	align-self: stretch !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 490px !important;
	height: auto !important;
	max-height: none !important;
	margin: 0 !important;
	overflow: hidden !important;
	isolation: isolate !important;
	border: 1px solid rgba(21, 191, 208, .26) !important;
	border-radius: 28px !important;
	background: #bde9f6 !important;
	box-shadow: 0 26px 55px rgba(23, 71, 184, .16) !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene,
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene > img.hg-shop-visual-hero__school {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	transform: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-aquarium__scene > img.hg-shop-visual-hero__school {
	object-fit: cover !important;
	object-position: center !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
	margin: 42px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust li {
	min-width: 0 !important;
	padding-left: 18px !important;
	border-left: 1px solid rgba(27, 157, 182, .22) !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust li::before {
	display: none !important;
	content: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust strong {
	color: #13203a !important;
	font-size: 14px !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust li > span:last-child {
	color: #667085 !important;
	font-size: 13px !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories {
	position: absolute !important;
	left: 28px !important;
	right: 28px !important;
	bottom: 26px !important;
	z-index: 7 !important;
	display: flex !important;
	gap: 12px !important;
	overflow-x: auto !important;
	padding: 4px !important;
	scrollbar-width: none !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories::-webkit-scrollbar { display: none !important; }

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories a {
	display: inline-flex !important;
	align-items: center !important;
	flex: 0 0 auto !important;
	gap: 9px !important;
	min-height: 48px !important;
	padding: 5px 16px 5px 6px !important;
	border: 2px solid rgba(255, 255, 255, .92) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .96) !important;
	color: #102746 !important;
	-webkit-text-fill-color: #102746 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	white-space: nowrap !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter {
	grid-column: 1 / -1 !important;
	display: grid !important;
	grid-template-columns: minmax(220px, 1.6fr) minmax(170px, .72fr) auto !important;
	align-items: center !important;
	width: 100% !important;
	margin: 6px 0 0 !important;
	padding: 10px !important;
	border: 1px solid rgba(8, 43, 87, .1) !important;
	border-radius: 18px !important;
	background: rgba(255, 255, 255, .94) !important;
	box-shadow: 0 16px 42px rgba(8, 43, 87, .1) !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter-search {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	min-width: 0 !important;
	padding: 0 16px !important;
	border-right: 1px solid rgba(8, 43, 87, .1) !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter input[type="search"],
html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter select {
	box-sizing: border-box !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 48px !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #25364a !important;
}

html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter-submit {
	min-height: 48px !important;
	padding: 0 30px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #1b9db6 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

html body.higuppy-site-shell.hg-shop-page-active #shop-products { scroll-margin-top: 120px !important; }

@media (max-width: 900px) {
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero {
		grid-template-columns: 1fr !important;
		width: min(720px, calc(100% - 32px)) !important;
		max-width: 720px !important;
		gap: 24px !important;
		padding: 32px 0 36px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero > .hg-shop-visual-hero__art {
		min-height: 0 !important;
		aspect-ratio: 1.18 / 1 !important;
		border-radius: 28px !important;
	}
}

@media (max-width: 600px) {
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero {
		gap: 18px !important;
		padding: 24px 0 32px !important;
	}

	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy { display: contents !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__breadcrumb { order: 1 !important; margin-bottom: 10px !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__eyebrow { order: 2 !important; margin-bottom: 6px !important; line-height: 1.25 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero h1 { order: 3 !important; margin-bottom: 4px !important; font-size: clamp(2.7rem, 13vw, 4rem) !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__copy > p { order: 4 !important; font-size: 16px !important; line-height: 1.4 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero .hg-shop-visual-hero__actions { order: 5 !important; margin-top: 12px !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero > .hg-shop-visual-hero__art { order: 6 !important; border-radius: 28px !important; }
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust {
		order: 7 !important;
		grid-template-columns: 1fr !important;
		gap: 20px !important;
		margin-top: 12px !important;
	}
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust > li,
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust > li > a {
		display: grid !important;
		grid-template-columns: 1fr !important;
		justify-items: start !important;
		align-items: start !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		text-align: left !important;
	}
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust > li > .hg-shop-visual-hero__trust-icon,
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust > li > a > .hg-shop-visual-hero__trust-icon,
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust > li > strong,
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust > li > a > strong,
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__trust > li > span:last-child {
		justify-self: start !important;
		text-align: left !important;
	}
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter { order: 8 !important; grid-template-columns: 1fr auto !important; gap: 8px !important; margin-top: 0 !important; }
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter-search { grid-column: 1 / -1 !important; border-right: 0 !important; border-bottom: 1px solid rgba(8, 43, 87, .1) !important; }
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter select { grid-column: 1 !important; }
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__filter-submit { grid-column: 2 !important; padding-inline: 18px !important; }
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories { left: 12px !important; right: 12px !important; bottom: 12px !important; gap: 8px !important; justify-content: center !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero .hg-shop-visual-hero__eyebrow { order: 2 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero h1 { order: 3 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero .hg-shop-visual-hero__copy > p { order: 4 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero .hg-shop-visual-hero__actions { order: 5 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero > .hg-shop-visual-hero__art { order: 6 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero .hg-shop-visual-hero__trust { order: 7 !important; }
	html body.higuppy-site-shell.hg-shop-page-active section.hg-shop-visual-hero.hg-shop-visual-hero .hg-shop-visual-hero__filter { order: 8 !important; }
}

@media (max-width: 420px) {
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories { justify-content: flex-start !important; }
}

@media (min-width: 901px) {
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero__categories {
		left: 24px !important;
		right: 24px !important;
		bottom: 24px !important;
		justify-content: center !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero *,
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero *::before,
	html body.higuppy-site-shell.hg-shop-page-active .hg-shop-visual-hero *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}

/* Search results mobile guard: keep the query title and result controls
 * from colliding with the featured-strain section. */
@media (max-width: 700px) {
	body.hg-shop-page-active .wp-block-query-title {
		width: 100% !important;
		max-width: none !important;
		box-sizing: border-box !important;
		margin: 0 0 14px !important;
		font-size: 27px !important;
		line-height: 1.08 !important;
		white-space: nowrap !important;
		text-wrap: nowrap !important;
		overflow-wrap: normal !important;
	}

	body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering) {
		margin-bottom: 16px !important;
	}

	body.hg-shop-page-active .higuppy-four-strain-links {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	body.hg-shop-page-active .higuppy-four-strain-links__title {
		margin: 0 0 12px !important;
	}
}

@media (max-width: 380px) {
	body.hg-shop-page-active .wp-block-query-title {
		white-space: normal !important;
		text-wrap: balance !important;
		font-size: 25px !important;
	}
}

/* Mobile card footer: leave enough room for the price before Add to cart. */
@media (max-width: 480px) {
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row {
		gap: 4px !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button__button {
		min-width: 88px !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button__button {
		padding-inline: 4px !important;
		font-size: 14px !important;
	}
}

@media (max-width: 380px) {
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button__button {
		min-width: 76px !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-button__button {
		padding-inline: 3px !important;
		font-size: 12px !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row .wc-block-components-product-price {
		font-size: 18px !important;
	}
}

/* Compact category → results toolbar → product grid spacing. */
html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat {
	margin-bottom: 14px !important;
	padding-bottom: 12px !important;
}

html body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-ordering),
html body.hg-shop-page-active .wp-block-group.alignwide:has(.woocommerce-result-count) {
	margin: 0 0 18px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

html body.hg-shop-page-active .wp-block-woocommerce-product-collection {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Compact shop product cards — beat unification's tall glass-card scale. */
html body.hg-shop-page-active li.wc-block-product {
	min-height: 0 !important;
	padding: 0 12px 12px !important;
	border-radius: 14px !important;
	box-shadow: 0 8px 22px rgba(16, 34, 77, 0.07) !important;
}

html body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image {
	width: calc(100% + 24px) !important;
	margin: 0 -12px 8px !important;
}

html body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image a {
	aspect-ratio: auto !important;
	height: 148px !important;
}

html body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image,
html body.hg-shop-page-active li.wc-block-product .wc-block-components-product-image img {
	height: 148px !important;
}

html body.hg-shop-page-active li.wc-block-product .taxonomy-product_cat,
html body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat {
	flex: 0 0 auto !important;
	min-height: 0 !important;
	margin: 0 0 4px !important;
	padding: 6px 0 0 !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
	letter-spacing: 0.08em !important;
}

html body.hg-shop-page-active li.wc-block-product .wp-block-post-title,
html body.hg-shop-page-active li.wc-block-product > .wp-block-post-title,
html body.higuppy-site-shell.hg-shop-page-active:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) li.wc-block-product .wp-block-post-title,
html body.higuppy-site-shell.hg-shop-page-active:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) li.wc-block-product > .wp-block-post-title {
	flex: 0 0 auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 0 6px !important;
	padding: 0 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: -0.01em !important;
	display: block !important;
	-webkit-line-clamp: unset !important;
	overflow: visible !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	margin-top: 8px !important;
	padding: 8px 0 0 !important;
	gap: 6px !important;
	grid-template-rows: 36px 34px !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price {
	min-height: 36px !important;
	padding: 0 10px !important;
	border-radius: 10px !important;
	font-size: 16px !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button {
	height: 36px !important;
	min-height: 36px !important;
	border-radius: 8px !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now {
	height: 34px !important;
	min-height: 34px !important;
	border-radius: 8px !important;
}

/* Circular shop category thumbnails. */
html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
	width: 72px !important;
	height: 72px !important;
	max-width: 72px !important;
	max-height: 72px !important;
	aspect-ratio: 1 / 1 !important;
	border-radius: 50% !important;
	overflow: hidden !important;
	object-fit: cover !important;
}

@media (max-width: 900px) {
	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 68px !important;
		height: 68px !important;
		max-width: 68px !important;
		max-height: 68px !important;
		border-radius: 50% !important;
	}
}

@media (max-width: 700px) {
	html body.hg-shop-page-active .product-categories-section-wrapper.higuppy-shopcat .hg-shopcat__image {
		width: 64px !important;
		height: 64px !important;
		max-width: 64px !important;
		max-height: 64px !important;
		border-radius: 50% !important;
	}
}

/* Shop card commerce block redesign: badge, title, price, dual CTAs. */
html body.hg-shop-page-active li.wc-block-product .taxonomy-product_cat,
html body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex: 0 0 auto !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 0 8px !important;
	padding: 10px 0 0 !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	color: #173c2f !important;
}

html body.hg-shop-page-active li.wc-block-product .taxonomy-product_cat a,
html body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat a {
	display: inline-flex !important;
	align-items: center !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 5px 12px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #eaf6ff !important;
	color: #173c2f !important;
	-webkit-text-fill-color: #173c2f !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

html body.hg-shop-page-active li.wc-block-product .wp-block-post-title,
html body.hg-shop-page-active li.wc-block-product > .wp-block-post-title,
html body.higuppy-site-shell.hg-shop-page-active:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) li.wc-block-product .wp-block-post-title,
html body.higuppy-site-shell.hg-shop-page-active:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) li.wc-block-product > .wp-block-post-title {
	flex: 0 0 auto !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #173c2f !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	letter-spacing: -0.01em !important;
	display: block !important;
	-webkit-line-clamp: unset !important;
	overflow: visible !important;
}

html body.hg-shop-page-active li.wc-block-product .wp-block-post-title a {
	color: inherit !important;
	-webkit-text-fill-color: inherit !important;
	text-decoration: none !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	grid-template-rows: auto auto !important;
	align-items: stretch !important;
	gap: 8px !important;
	width: 100% !important;
	margin-top: 10px !important;
	padding: 12px 0 0 !important;
	border-top: 1px solid rgba(23, 60, 47, 0.12) !important;
	background: transparent !important;
	box-shadow: none !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .wp-block-woocommerce-product-price,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row {
	display: contents !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wp-block-woocommerce-product-price,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .price {
	grid-column: 1 / -1 !important;
	grid-row: 1 !important;
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 0 !important;
	margin: 0 0 2px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #173c2f !important;
	-webkit-text-fill-color: #173c2f !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	font-variant-numeric: tabular-nums !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price *,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .woocommerce-Price-amount,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .woocommerce-Price-currencySymbol {
	color: #173c2f !important;
	-webkit-text-fill-color: #173c2f !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions {
	grid-column: 1 !important;
	grid-row: 2 !important;
	display: flex !important;
	align-items: stretch !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions .button,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions .add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 1px solid #ff8652 !important;
	border-radius: 999px !important;
	background: #ff8652 !important;
	box-shadow: 0 8px 18px rgba(255, 134, 82, 0.22) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	white-space: nowrap !important;
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button:focus-visible,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions .button:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions .add_to_cart_button:hover {
	background: #f06b49 !important;
	border-color: #f06b49 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: 0 10px 22px rgba(240, 107, 73, 0.28) !important;
	transform: translateY(-1px) !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > a.higuppy-shop-buy-now,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now {
	grid-column: 2 !important;
	grid-row: 2 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 1px solid #0b3d35 !important;
	border-radius: 999px !important;
	background: #0b3d35 !important;
	background-color: #0b3d35 !important;
	box-shadow: 0 8px 18px rgba(11, 61, 53, 0.18) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap !important;
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > a.higuppy-shop-buy-now:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now:focus-visible,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now:focus-visible {
	background: #082e28 !important;
	border-color: #082e28 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: 0 10px 22px rgba(8, 46, 40, 0.24) !important;
	transform: translateY(-1px) !important;
}

@media (max-width: 700px) {
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
		grid-template-columns: 1fr !important;
		grid-template-rows: auto auto auto !important;
		gap: 8px !important;
		padding-top: 10px !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wp-block-woocommerce-product-price,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .price {
		grid-column: 1 !important;
		grid-row: 1 !important;
		font-size: 18px !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions {
		grid-column: 1 !important;
		grid-row: 2 !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > a.higuppy-shop-buy-now,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now {
		grid-column: 1 !important;
		grid-row: 3 !important;
	}
}

/* Match homepage hg-wow-product commerce layout on shop cards. */
html body.hg-shop-page-active li.wc-block-product .taxonomy-product_cat,
html body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex: 0 0 auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 0 10px !important;
	padding: 12px 16px 0 !important;
}

html body.hg-shop-page-active li.wc-block-product .taxonomy-product_cat a,
html body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat a {
	display: inline-flex !important;
	align-items: center !important;
	padding: 5px 10px !important;
	border: 1px solid rgba(255, 255, 255, 0.85) !important;
	border-radius: 999px !important;
	background: #eaf6ff !important;
	color: #173c2f !important;
	-webkit-text-fill-color: #173c2f !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}

html body.hg-shop-page-active li.wc-block-product .wp-block-post-title,
html body.hg-shop-page-active li.wc-block-product > .wp-block-post-title,
html body.higuppy-site-shell.hg-shop-page-active:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) li.wc-block-product .wp-block-post-title,
html body.higuppy-site-shell.hg-shop-page-active:not(#hg-typography-contract):not(#hg-typography-contract-a):not(#hg-typography-contract-b) li.wc-block-product > .wp-block-post-title {
	flex: 0 0 auto !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	color: #173c2f !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: -0.035em !important;
	text-align: left !important;
	display: block !important;
	-webkit-line-clamp: unset !important;
	overflow: visible !important;
}

html body.hg-shop-page-active li.wc-block-product .wp-block-post-title a {
	display: block !important;
	color: inherit !important;
	-webkit-text-fill-color: inherit !important;
	text-decoration: none !important;
	-webkit-line-clamp: unset !important;
	overflow: visible !important;
	text-overflow: clip !important;
	white-space: normal !important;
	overflow-wrap: anywhere !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) max-content !important;
	grid-template-rows: auto auto !important;
	align-items: center !important;
	gap: 12px !important;
	width: 100% !important;
	margin-top: auto !important;
	padding: 12px 16px 16px !important;
	border-top: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .wp-block-woocommerce-product-price,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-buy-row,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .hg-block-product-actions-row {
	display: contents !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wp-block-woocommerce-product-price,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .price {
	grid-column: 1 !important;
	grid-row: 1 !important;
	display: flex !important;
	align-items: center !important;
	width: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #12372b !important;
	-webkit-text-fill-color: #12372b !important;
	font-size: 25px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: normal !important;
	font-variant-numeric: tabular-nums !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price *,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .woocommerce-Price-amount,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .woocommerce-Price-currencySymbol {
	color: #12372b !important;
	-webkit-text-fill-color: #12372b !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions {
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	max-width: 100% !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions .button,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions .add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	height: auto !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 13px !important;
	border: 1px solid #ff8652 !important;
	border-radius: 14px !important;
	background: #ff8652 !important;
	box-shadow: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	white-space: nowrap !important;
	transform: none !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button:focus-visible,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions .button:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-card-actions .add_to_cart_button:hover {
	background: linear-gradient(120deg, #ff8652, #f06b49) !important;
	border-color: #f06b49 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: none !important;
	transform: none !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > a.higuppy-shop-buy-now,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > a.button.higuppy-shop-buy-now,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now {
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: auto !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 13px !important;
	border: 1px solid #174b3d !important;
	border-top: 1px solid #174b3d !important;
	border-radius: 14px !important;
	background: #174b3d !important;
	background-color: #174b3d !important;
	box-shadow: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap !important;
	transform: none !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > a.higuppy-shop-buy-now:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now:hover,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now:focus-visible,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now:focus-visible {
	background: #0f3a2e !important;
	border-color: #0f3a2e !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	transform: none !important;
}

/* Soft divider above Buy Now — mirrors .hg-wow-product__actions */
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > a.higuppy-shop-buy-now,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now {
	position: relative !important;
	margin-top: 0 !important;
	box-shadow: none !important;
}

html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now::before,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > a.higuppy-shop-buy-now::before,
html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now::before {
	content: "" !important;
	position: absolute !important;
	top: -12px !important;
	left: 0 !important;
	right: 0 !important;
	height: 1px !important;
	background: rgba(18, 55, 43, 0.07) !important;
	pointer-events: none !important;
}

@media (max-width: 700px) {
	html body.hg-shop-page-active li.wc-block-product .taxonomy-product_cat,
	html body.hg-shop-page-active li.wc-block-product > .taxonomy-product_cat,
	html body.hg-shop-page-active li.wc-block-product .wp-block-post-title,
	html body.hg-shop-page-active li.wc-block-product > .wp-block-post-title {
		padding-inline: 12px !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta {
		grid-template-columns: minmax(0, 1fr) max-content !important;
		padding: 12px !important;
		gap: 10px !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-price,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wp-block-woocommerce-product-price {
		font-size: 22px !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .wc-block-components-product-button__button {
		grid-column: 2 !important;
		grid-row: 1 !important;
		width: max-content !important;
	}

	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > .higuppy-shop-buy-now,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta > a.higuppy-shop-buy-now,
	html body.hg-shop-page-active li.wc-block-product .higuppy-shop-card-cta .higuppy-shop-buy-now {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
	}
}

/* Home parity shell — mirrors .hg-wow-product after JS adds .hg-shop-card--home */
html body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .wc-block-components-product-image {
	position: relative !important;
}

html body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__excerpt,
html body.hg-shop-page-active li.wc-block-product.hg-shop-card--home .hg-shop-card__excerpt {
	display: none !important;
}
