:root {
	--hg-primary: #183A9E;
	--hg-secondary: #F7F5EE;
	--hg-accent: #F5ED7A;
	--hg-text: #111111;
	--hg-muted: #6B7280;
	--hg-border: #E5E7EB;
	--hg-button: #111111;
	--hg-button-text: #FFFFFF;
	--color-button: #cccccc;
	--color-button-text: #111111;
	--animation-button: .4s ease;
	--hg-page-bg: #FFFFFF;
	--hg-header-bg: #FFFFFF;
	--hg-announcement-bg: #183A9E;
	--hg-footer-bg: #111111;
	--hg-footer-text: #FFFFFF;
	--hg-radius: 16px;
	--hg-container: 1480px;
	--hg-font: "Instrument Sans", "Helvetica Neue", Arial, "PingFang SC", sans-serif;
}

* { box-sizing: border-box; }
html {
	scroll-behavior: smooth;
	overflow-x: clip;
}
body {
	margin: 0;
	background: var(--hg-page-bg);
	color: var(--hg-text);
	font-family: var(--hg-font);
	font-size: 16px;
	line-height: 1.55;
	overflow-x: clip;
}
body.hg-menu-open { overflow: hidden; }
body.hg-quick-view-open { overflow: hidden; }
body.hg-menu-open::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 96;
	background: rgba(17,17,17,.18);
	pointer-events: none;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.hg-reveal {
	--hg-reveal-y: 24px;
	--hg-reveal-scale: .985;
	--hg-reveal-delay: 0ms;
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	transition:
		opacity .72s cubic-bezier(.22, 1, .36, 1) var(--hg-reveal-delay),
		transform .72s cubic-bezier(.22, 1, .36, 1) var(--hg-reveal-delay);
	will-change: opacity, transform;
}

.hg-reveal:not(.is-visible) {
	opacity: 0;
	transform: translate3d(0, var(--hg-reveal-y), 0) scale(var(--hg-reveal-scale));
}

.hg-reveal--hero {
	--hg-reveal-y: 14px;
	--hg-reveal-scale: .992;
}

.hg-reveal--card {
	--hg-reveal-y: 20px;
	--hg-reveal-scale: .975;
}

.hg-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
	.hg-reveal,
	.hg-reveal:not(.is-visible),
	.hg-reveal.is-visible {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

main,
.site,
.hg-page-main,
.hg-shop-main {
	max-width: 100%;
	overflow-x: hidden;
}
.woocommerce,
.woocommerce-page {
	max-width: 100%;
}

@media (max-width: 782px) {
	html,
	body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden !important;
	}
	#wpadminbar,
	.site,
	main,
	.hg-product-page,
	.hg-page-main,
	.hg-shop-main,
	.woocommerce,
	.woocommerce-page {
		max-width: 100vw;
		overflow-x: clip;
	}
	.hg-cart-toast {
		left: 12px !important;
		right: 12px !important;
		width: auto !important;
		max-width: none !important;
		box-sizing: border-box;
	}
}
.hg-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
	color: currentColor;
	line-height: 1;
	vertical-align: -0.125em;
}
.hg-icon__svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	overflow: visible;
}
span.hg-icon.hg-svg-icon.hg-svg-icon--user {
	box-sizing: border-box;
	border-width: .1rem;
	width: 25px;
	height: 25px;
}
span.hg-icon.hg-svg-icon.hg-svg-icon--heart,
span.hg-icon.hg-svg-icon.hg-svg-icon--bag {
	box-sizing: border-box;
	border-width: .1rem;
	height: 20px;
	width: auto;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.hg-container {
	width: min(100% - clamp(28px, 7.6vw, 160px), var(--hg-container));
	margin-inline: auto;
}
.hg-button,
.hg-newsletter-form button,
.hg-wishlist-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 50px;
	border: 0;
	border-radius: 999px;
	background: var(--hg-button);
	color: var(--hg-button-text);
	padding: 0 24px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.hg-button:hover,
.hg-newsletter-form button:hover,
.hg-wishlist-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(17,17,17,.14);
}
.hg-wishlist-button {
	box-sizing: border-box;
	width: 50px;
	border: 1px solid var(--hg-border);
	background: #fff;
	color: var(--hg-text);
	padding: 0;
}
.hg-wishlist-button.is-active {
	border-color: var(--hg-primary);
	color: var(--hg-primary);
}

.btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now),
.hg-button,
.hg-newsletter-form button,
.woocommerce a.button,
.woocommerce button.button:not(.hg-buy-now),
.woocommerce input.button,
.woocommerce #respond input#submit,
.wp-block-button__link {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: 999px;
	background: linear-gradient(var(--color-button-text), var(--color-button-text)) left center / 0 100% no-repeat, #cccccc;
	color: #fff;
	transition: color var(--animation-button), border-color var(--animation-button), box-shadow .25s ease, background-size var(--animation-button);
}

.btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now)::before,
.hg-button::before,
.hg-newsletter-form button::before,
.woocommerce a.button::before,
.woocommerce button.button:not(.hg-buy-now)::before,
.woocommerce input.button::before,
.woocommerce #respond input#submit::before,
.wp-block-button__link::before {
	content: "";
	position: absolute;
	inset-block: -0.1rem;
	inset-inline-start: -0.1rem;
	width: 0;
	border-radius: inherit;
	background: var(--color-button-text);
	pointer-events: none;
	display: none;
	transition: width var(--animation-button);
}

.btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now) > *,
.hg-button > *,
.hg-newsletter-form button > *,
.woocommerce a.button > *,
.woocommerce button.button:not(.hg-buy-now) > *,
.woocommerce input.button > *,
.woocommerce #respond input#submit > *,
.wp-block-button__link > * {
	position: relative;
	z-index: 1;
}

a.added_to_cart.wc-forward {
	display: none;
}

@media (hover: hover) and (pointer: fine) {
	.btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now):hover::before,
	.btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now).btn--active::before,
	.btn-hover-wrapper:hover .btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now)::before,
	.hover-wrapper:hover .btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now)::before,
	.hg-button:hover::before,
	.hg-newsletter-form button:hover::before,
	.woocommerce a.button:hover::before,
	.woocommerce button.button:not(.hg-buy-now):hover::before,
	.woocommerce input.button:hover::before,
	.woocommerce #respond input#submit:hover::before,
	.wp-block-button__link:hover::before {
		width: calc(100% + .2rem);
	}
	.btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now):hover,
	.btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now).btn--active,
	.btn-hover-wrapper:hover .btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now),
	.hover-wrapper:hover .btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now),
	.hg-button:hover,
	.hg-newsletter-form button:hover,
	.woocommerce a.button:hover,
	.woocommerce button.button:not(.hg-buy-now):hover,
	.woocommerce input.button:hover,
	.woocommerce #respond input#submit:hover,
	.wp-block-button__link:hover {
		background-size: 100% 100%;
		color: #fff;
	}
	.btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now):hover *,
	.btn:not(.btn--plain):not(.btn--underline):not(.btn--link):not(.btn--inherit):not(.hg-buy-now).btn--active *,
	.hg-button:hover *,
	.hg-newsletter-form button:hover *,
	.woocommerce a.button:hover *,
	.woocommerce button.button:not(.hg-buy-now):hover *,
	.woocommerce input.button:hover *,
	.woocommerce #respond input#submit:hover *,
	.wp-block-button__link:hover * {
		color: inherit;
	}
}

.hg-buy-now,
.woocommerce button.button.hg-buy-now {
	background: #000;
	background-size: auto;
	color: #fff;
}

.hg-buy-now::before,
.woocommerce button.button.hg-buy-now::before {
	display: none;
}

@media (hover: hover) and (pointer: fine) {
	.hg-buy-now:hover,
	.woocommerce button.button.hg-buy-now:hover {
		transform: none;
		box-shadow: none;
		background: #000;
		background-size: auto;
		color: #fff;
	}
}

.hg-site-header {
	position: relative;
	z-index: 80;
	background: var(--hg-header-bg);
	transition: box-shadow .25s ease;
}
.hg-site-header--sticky { position: sticky; top: 0; }
.hg-site-header.has-shadow { box-shadow: 0 12px 30px rgba(17,17,17,.08); }
.hg-site-header--sticky.is-compact { min-height: var(--hg-nav-height, 58px); }
.hg-site-header--sticky.is-compact .hg-announcement,
.hg-site-header--sticky.is-compact .hg-header-main {
	display: none;
}
.hg-announcement {
	background: var(--hg-announcement-bg);
	color: #8a8a90;
	border-bottom: 1px solid rgba(17,17,17,.06);
	font-size: 14px;
	font-weight: 500;
}
.hg-announcement__inner {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.2fr) minmax(260px, 1fr);
	align-items: center;
	gap: 24px;
	min-height: 42px;
}
.hg-announcement__links ul,
.hg-announcement__links .menu {
	display: flex;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.hg-announcement__links a {
	color: #5c6675;
	font-weight: 500;
	opacity: 1;
}
.hg-announcement__help {
	justify-content: flex-end;
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}
.hg-announcement__help > span {
	font-size: 12px;
	font-weight: 300;
}
.hg-announcement__help a {
	color: #0068d9;
	font-weight: 850;
}
.hg-header-actions a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}
.hg-announcement__message {
	overflow: hidden;
	height: 20px;
	text-align: center;
}
.hg-announcement__ticker { animation: hgTicker 9s infinite; }
.hg-announcement__ticker > * {
	display: block;
	height: 20px;
	line-height: 20px;
}
@keyframes hgTicker {
	0%, 28% { transform: translateY(0); }
	33%, 61% { transform: translateY(-20px); }
	66%, 94% { transform: translateY(-40px); }
	100% { transform: translateY(0); }
}
.hg-header-main {
	display: grid;
	grid-template-columns: auto minmax(220px, 1fr) auto;
	align-items: center;
	gap: 24px;
	min-height: 82px;
}
.hg-logo,
.hg-footer-logo {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -.04em;
}
.hg-logo img,
.hg-footer-logo img {
	max-width: 148px;
	max-height: 42px;
	object-fit: contain;
}
.hg-header-search {
	display: grid;
	grid-template-columns: 180px 1fr 54px;
	align-items: center;
	border: 1px solid var(--hg-border);
	border-radius: 999px;
	background: #f6f7f9;
	overflow: hidden;
}
.hg-header-search select,
.hg-header-search input,
.hg-header-search button,
.hg-mobile-search input,
.hg-newsletter-form input {
	min-height: 48px;
	border: 0;
	background: transparent;
}
.hg-header-search select { padding-left: 18px; font-weight: 800; }
.hg-header-search input,
.hg-mobile-search input,
.hg-newsletter-form input { width: 100%; padding: 0 16px; }
.hg-header-search button { cursor: pointer; font-size: 21px; }
.hg-header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 14px;
	font-weight: 700;
}
.hg-account-menu {
	position: relative;
}
.hg-account-trigger {
	position: relative;
	min-height: 46px;
	padding: 0 6px;
	color: #23364a;
	font-size: 18px;
	font-weight: 500;
}
.hg-account-trigger > .hg-icon {
	width: 25px;
	height: 25px;
	border: .1rem solid #23364a;
	border-radius: 50%;
	font-size: 20px;
}
.hg-account-dropdown {
	position: absolute;
	top: calc(100% + 14px);
	right: -12px;
	z-index: 120;
	width: min(260px, calc(100vw - 28px));
	padding: 16px 18px 14px;
	border: 1px solid var(--hg-border);
	border-radius: 12px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 18px 42px rgba(17,17,17,.14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.hg-account-menu:hover .hg-account-dropdown,
.hg-account-menu:focus-within .hg-account-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.hg-account-dropdown::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
	height: 16px;
}
.hg-account-dropdown a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 9px 2px;
	color: #263d51;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	transition: color .18s ease, transform .18s ease;
}
.hg-account-dropdown a:hover,
.hg-account-dropdown a:focus-visible {
	color: var(--hg-primary);
	transform: translateX(3px);
}
.hg-account-dropdown .hg-icon {
	width: 18px;
	color: #7a8791;
	font-size: 17px;
}
.hg-cart-link,
.hg-wishlist-link { position: relative; }
.hg-cart-link {
	background-color: #f2eeec;
	padding: 10px;
	border-radius: 100px;
}
.hg-cart-link em,
.hg-wishlist-link em {
	position: absolute;
	top: -10px;
	right: -12px;
	min-width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #d7391e;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	line-height: 18px;
}
.hg-header-nav-row {
	display: flex;
	align-items: center;
	min-height: 58px;
	border-top: 1px solid var(--hg-border);
	background: var(--hg-header-bg);
}
.hg-site-header--sticky.is-compact .hg-header-nav-row {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 82;
	width: 100%;
	max-width: none;
	padding-inline: max(24px, calc((100vw - var(--hg-container)) / 2));
	box-shadow: 0 12px 30px rgba(17,17,17,.08);
}
.admin-bar .hg-site-header--sticky.is-compact .hg-header-nav-row { top: 32px; }
.hg-primary-nav ul,
.hg-mobile-panel ul,
.hg-site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hg-primary-nav > ul {
	display: flex;
	gap: 34px;
	font-size: 17px;
	font-weight: 850;
}
.hg-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	padding: 10px;
}
.hg-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 6px 0;
	background: var(--hg-text);
	transform-origin: center;
	transition: transform .22s ease, opacity .22s ease;
}
.hg-menu-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.hg-menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}
.hg-menu-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
.hg-mobile-panel {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 101;
	width: min(88vw, 360px);
	max-width: calc(100vw - 22px);
	height: 100dvh;
	padding: 20px 22px 28px;
	background: #fff;
	overflow-y: auto;
	overscroll-behavior: contain;
	transform: translateX(-105%);
	transition: transform .32s ease;
	box-shadow: 20px 0 50px rgba(17,17,17,.15);
}
.admin-bar .hg-mobile-panel {
	top: 46px;
	height: calc(100dvh - 46px);
}
.hg-mobile-panel.is-open { transform: translateX(0); }
.hg-mobile-panel__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}
.hg-mobile-panel__logo {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -.04em;
}
.hg-mobile-panel__logo img {
	max-width: 132px;
	max-height: 38px;
	object-fit: contain;
}
.hg-mobile-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--hg-border);
	border-radius: 50%;
	background: #fff;
	color: var(--hg-text);
	font-size: 18px;
}
.hg-mobile-search {
	display: grid;
	grid-template-columns: 1fr 44px;
	align-items: center;
	margin-bottom: 24px;
	border: 1px solid var(--hg-border);
	border-radius: 999px;
	background: #f7f7f7;
	overflow: hidden;
}
.hg-mobile-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 0;
	background: transparent;
	color: var(--hg-text);
	font-size: 18px;
}
.hg-mobile-panel li {
	margin: 0;
	border-top: 1px solid var(--hg-border);
	font-size: 18px;
	font-weight: 750;
}
.hg-mobile-panel li:last-child { border-bottom: 1px solid var(--hg-border); }
.hg-mobile-panel li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
}

/* Hyper-style global header and built-in mega menu */
.hg-site-header {
	isolation: isolate;
	overflow: visible;
}

.hg-announcement {
	background: var(--hg-announcement-bg);
}

.hg-announcement__links ul {
	align-items: center;
}

.hg-announcement__message a,
.hg-announcement__message span {
	color: inherit;
	font-weight: 700;
}

.hg-header-main {
	grid-template-columns: minmax(130px, auto) minmax(360px, 1fr) auto;
	gap: clamp(18px, 2.4vw, 34px);
	padding-block: 10px;
}

.hg-logo {
	min-width: 132px;
}

.hg-logo img {
	max-width: 166px;
	max-height: 46px;
}

.hg-header-search {
	justify-self: stretch;
	max-width: 920px;
	min-height: 56px;
	border-color: #e4e6eb;
	background: #f4f5f7;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
}

.hg-header-search select {
	color: #111;
	background: transparent;
}

.hg-header-search input {
	color: #111;
	font-size: 16px;
	font-weight: 650;
}

.hg-header-search input::placeholder {
	color: #7c7f86;
	opacity: 1;
}

.hg-header-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #0b0b0d;
}

.hg-header-actions {
	gap: 18px;
	font-size: 15px;
}

.hg-store-link,
.hg-account-trigger {
	color: #23364a;
	white-space: nowrap;
}

.hg-store-link .hg-icon {
	width: 18px;
	height: 18px;
	color: #111;
}

.hg-header-nav-row {
	position: relative;
	z-index: 90;
	min-height: 62px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	overflow: visible;
}

.hg-primary-nav {
	width: 100%;
}

.hg-primary-nav__menu {
	display: flex;
	align-items: center;
	gap: clamp(22px, 2.7vw, 42px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.hg-primary-nav__item {
	position: static;
}

.hg-primary-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 62px;
	color: #0d0d0f;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	transition: color .2s ease;
}

.hg-primary-nav__item.is-sale .hg-primary-nav__link {
	color: #d6311d;
}

.hg-primary-nav__link:hover,
.hg-primary-nav__link:focus-visible {
	color: #111;
}

.hg-primary-nav__chevron,
.hg-primary-nav__chevron .hg-icon {
	display: inline-flex;
	width: 13px;
	height: 13px;
	transition: transform .2s ease;
}

.hg-primary-nav__item:hover .hg-primary-nav__chevron,
.hg-primary-nav__item:focus-within .hg-primary-nav__chevron {
	transform: rotate(180deg);
}

.hg-mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 155;
	width: 100%;
	padding-top: 10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
}

.hg-mega-menu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -8px;
	height: 18px;
}

.hg-primary-nav__item:hover > .hg-mega-menu,
.hg-primary-nav__item:focus-within > .hg-mega-menu,
.hg-primary-nav__item.is-mega-open > .hg-mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.hg-mega-menu__inner {
	display: grid;
	grid-template-columns: minmax(220px, .78fr) minmax(340px, 1.1fr) minmax(280px, .78fr);
	gap: 22px;
	width: min(calc(100vw - 48px), var(--hg-container));
	margin-inline: auto;
	padding: 24px;
	border: 1px solid rgba(17,17,17,.08);
	border-radius: 22px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 30px 80px rgba(17,17,17,.14);
	backdrop-filter: blur(18px);
}

.hg-mega-menu__inner.has-no-categories {
	grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
}

.hg-mega-menu__inner.has-category-links .hg-mega-menu__links {
	align-self: stretch;
}

.hg-mega-menu__eyebrow {
	margin: 0 0 16px;
	color: #8a8e98;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hg-mega-menu__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 26px;
}

.hg-mega-menu__columns ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hg-mega-menu__columns a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 38px;
	color: #101113;
	font-size: 15px;
	font-weight: 760;
	transition: transform .18s ease, color .18s ease;
}

.hg-mega-menu__group-title {
	font-weight: 900;
}

.hg-mega-menu__nested {
	margin: 2px 0 10px 10px !important;
	padding: 0 0 0 14px !important;
	border-left: 1px solid rgba(17,17,17,.08);
}

.hg-mega-menu__nested a {
	min-height: 30px;
	color: #6b7280;
	font-size: 13px;
	font-weight: 720;
}

.hg-mega-menu__columns a:hover,
.hg-mega-menu__columns a:focus-visible {
	color: var(--hg-primary);
	transform: translateX(4px);
}

.hg-mega-menu__columns .hg-icon {
	width: 14px;
	height: 14px;
	opacity: .65;
}

.hg-mega-menu__categories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hg-mega-menu__category {
	display: grid;
	gap: 10px;
	color: #111;
	font-size: 13px;
	font-weight: 900;
	text-align: center;
}

.hg-mega-menu__category span {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #f3f3f3;
	overflow: hidden;
	transition: transform .22s ease, box-shadow .22s ease;
}

.hg-mega-menu__category img {
	width: 78%;
	height: 78%;
	object-fit: contain;
	user-select: none;
	pointer-events: none;
}

.hg-mega-menu__category:hover span,
.hg-mega-menu__category:focus-visible span {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 14px 30px rgba(17,17,17,.08);
}

.hg-mega-menu__promo {
	position: relative;
	min-height: 260px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	border-radius: 18px;
	background: #111;
	color: #fff;
}

.hg-mega-menu__promo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .7;
	transition: transform .35s ease;
}

.hg-mega-menu__promo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.62));
}

.hg-mega-menu__promo span {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
	padding: 22px;
}

.hg-mega-menu__promo em {
	font-size: 24px;
	font-style: normal;
	font-weight: 950;
	line-height: 1.05;
}

.hg-mega-menu__promo small {
	max-width: 280px;
	color: rgba(255,255,255,.82);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
}

.hg-mega-menu__promo b {
	display: inline-flex;
	width: max-content;
	margin-top: 6px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: 13px;
}

.hg-mega-menu__promo:hover img,
.hg-mega-menu__promo:focus-visible img {
	transform: scale(1.04);
}

.hg-mobile-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hg-mobile-nav__item {
	border-top: 1px solid rgba(17,17,17,.08);
}

.hg-mobile-nav__row {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 12px;
}

.hg-mobile-nav__row > a {
	min-height: 56px;
	color: #111;
	font-size: 18px;
	font-weight: 900;
}

.hg-mobile-nav__row > button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--hg-border);
	border-radius: 50%;
	background: #fff;
	color: #111;
	transition: transform .2s ease, background .2s ease;
}

.hg-mobile-nav__row > button[aria-expanded="true"] {
	background: #111;
	color: #fff;
	transform: rotate(180deg);
}

.hg-mobile-nav__submenu {
	display: grid;
	gap: 0;
	margin: -4px 0 14px;
	padding: 0 0 0 12px;
	list-style: none;
}

.hg-mobile-nav__submenu li,
.hg-mobile-nav__submenu li:last-child {
	border: 0;
}

.hg-mobile-nav__submenu a {
	min-height: 38px;
	color: #6b7280;
	font-size: 15px;
	font-weight: 750;
}

.hg-mobile-panel__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 22px;
}

.hg-mobile-panel__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding-inline: 14px;
	border: 1px solid var(--hg-border);
	border-radius: 999px;
	color: #111;
	font-size: 13px;
	font-weight: 850;
}

.hg-mobile-panel__actions .hg-icon {
	width: 18px;
	height: 18px;
}

.hg-mobile-panel__note {
	margin: 18px 0 0;
	padding: 14px 16px;
	border-radius: 16px;
	background: #f5f5f5;
	color: var(--hg-muted);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.45;
}

.hg-breadcrumb-wrap {
	border-top: 1px solid var(--hg-border);
	background: #fff;
}
.hg-breadcrumb {
	display: flex;
	align-items: center;
	gap: 0;
	min-height: 44px;
	margin-block: 0;
	padding-block: 10px;
	list-style: none;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	white-space: nowrap;
	scrollbar-width: none;
}
.hg-breadcrumb::-webkit-scrollbar { display: none; }
.hg-breadcrumb li {
	display: inline-flex;
	align-items: center;
	color: var(--hg-muted);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0;
}
.hg-breadcrumb li:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 14px;
	margin-inline: 12px;
	background: var(--hg-border);
}
.hg-breadcrumb a {
	position: relative;
	color: var(--hg-text);
}
.hg-breadcrumb a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	height: 2px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .22s ease;
}
.hg-breadcrumb a:hover::after,
.hg-breadcrumb a:focus-visible::after {
	transform: scaleX(1);
}
.hg-breadcrumb .is-current span {
	color: #6f6f73;
}

.hg-cart-toast {
	position: fixed;
	right: 24px;
	bottom: 96px;
	z-index: 120;
	max-width: min(92vw, 420px);
	padding: 14px 18px;
	border: 1px solid rgba(19,115,51,.18);
	border-radius: 999px;
	background: rgba(234,248,239,.94);
	backdrop-filter: blur(14px);
	color: #137333;
	font-weight: 850;
	box-shadow: 0 18px 46px rgba(17,17,17,.16);
	opacity: 0;
	pointer-events: none;
	transform: translateY(14px);
	transition: opacity .22s ease, transform .22s ease;
}
.hg-cart-toast.is-error {
	border-color: rgba(180,35,24,.2);
	background: rgba(254,236,236,.96);
	color: #b42318;
}
.hg-cart-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 28px 0 48px;
	padding: 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}
.woocommerce ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0;
	border: 1px solid var(--hg-border);
	border-radius: var(--hg-radius);
	background: #fff;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}
.woocommerce ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 42px rgba(17,17,17,.08);
}
.woocommerce ul.products li.product a img {
	width: 100%;
	margin: 0;
	aspect-ratio: 1;
	object-fit: cover;
	background: #f5f5f5;
}
.hg-product-hover-media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f5f5f5;
}
.hg-product-hover-media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
	transition: opacity .34s ease, transform .55s ease;
}
.hg-product-hover-media__secondary {
	position: absolute;
	inset: 0;
	opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
	a:hover > .hg-product-hover-media.has-secondary .hg-product-hover-media__primary,
	.hg-arrival-card:hover .hg-product-hover-media.has-secondary .hg-product-hover-media__primary,
	.hg-catalog-card__media-wrap:hover .hg-product-hover-media.has-secondary .hg-product-hover-media__primary,
	.hg-catalog-card__media:hover .hg-product-hover-media.has-secondary .hg-product-hover-media__primary,
	.hg-product-card:hover .hg-product-hover-media.has-secondary .hg-product-hover-media__primary,
	.woocommerce ul.products li.product:hover .hg-product-hover-media.has-secondary .hg-product-hover-media__primary {
		opacity: 0;
	}
	a:hover > .hg-product-hover-media.has-secondary .hg-product-hover-media__secondary,
	.hg-arrival-card:hover .hg-product-hover-media.has-secondary .hg-product-hover-media__secondary,
	.hg-catalog-card__media-wrap:hover .hg-product-hover-media.has-secondary .hg-product-hover-media__secondary,
	.hg-catalog-card__media:hover .hg-product-hover-media.has-secondary .hg-product-hover-media__secondary,
	.hg-product-card:hover .hg-product-hover-media.has-secondary .hg-product-hover-media__secondary,
	.woocommerce ul.products li.product:hover .hg-product-hover-media.has-secondary .hg-product-hover-media__secondary {
		opacity: 1;
	}
	a:hover > .hg-product-hover-media img,
	.hg-arrival-card:hover .hg-product-hover-media img,
	.hg-catalog-card__media-wrap:hover .hg-product-hover-media img,
	.hg-catalog-card__media:hover .hg-product-hover-media img,
	.hg-product-card:hover .hg-product-hover-media img,
	.woocommerce ul.products li.product:hover .hg-product-hover-media img {
		transform: scale(1.045);
	}
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
	margin: 14px 16px 0;
	padding: 0;
	color: var(--hg-text);
}
.woocommerce ul.products li.product .price {
	display: block;
	color: var(--hg-text);
	font-weight: 800;
}
.woocommerce ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 16px;
	width: calc(100% - 32px);
	min-height: 42px;
	border-radius: 999px;
	background: #000;
	color: #fff;
	text-align: center;
}
.wc-block-grid__products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 28px 0 48px !important;
	padding: 0 !important;
}
.wc-block-grid__product {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 0 16px !important;
	border: 1px solid var(--hg-border) !important;
	border-radius: var(--hg-radius);
	background: #fff;
	overflow: hidden;
}
.wc-block-grid__product-image img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.wc-block-grid__product-title,
.wc-block-grid__product-price {
	padding: 0 14px;
}
.wc-block-grid__product-add-to-cart {
	margin: 14px 14px 0;
}
.wc-block-grid__product-add-to-cart .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	min-height: 42px;
	border-radius: 999px;
	background: #000;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.hg-site-footer {
	background: var(--hg-footer-bg);
	color: var(--hg-footer-text);
}
.hg-footer-marquee {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	contain: layout paint;
	background: var(--hg-accent, #f5ed7a);
	color: #050505;
}
.hg-footer-marquee__track {
	display: flex;
	width: max-content;
	align-items: center;
	gap: clamp(56px, 7vw, 112px);
	min-height: clamp(56px, 5vw, 76px);
	padding-inline: clamp(28px, 5vw, 70px);
	white-space: nowrap;
	will-change: transform;
	animation: hg-footer-marquee 34s linear infinite;
}
.hg-footer-marquee__track span {
	display: inline-flex;
	align-items: center;
	color: #050505;
	font-size: clamp(20px, 1.7vw, 30px);
	font-weight: 850;
	letter-spacing: -.025em;
}
.hg-footer-marquee:hover .hg-footer-marquee__track {
	animation-play-state: paused;
}
@keyframes hg-footer-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
.hg-footer-contact {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	padding: 34px 0;
	border-bottom: 1px solid var(--hg-border);
}
.hg-footer-contact div {
	display: grid;
	grid-template-columns: 28px 1fr;
	column-gap: 10px;
	align-items: center;
}
.hg-footer-contact div > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-row: 1 / 3;
	color: var(--hg-primary);
	font-size: 22px;
}
.hg-footer-contact strong { font-size: 13px; }
.hg-footer-contact em {
	color: var(--hg-muted);
	font-size: 13px;
	font-style: normal;
}
.hg-newsletter {
	display: grid;
	grid-template-columns: 1fr minmax(300px, 520px);
	gap: 32px;
	align-items: end;
	padding: 44px 0;
	border-bottom: 1px solid var(--hg-border);
}
.hg-newsletter p { color: var(--hg-muted); }
.hg-newsletter-form { display: flex; gap: 10px; }
.hg-newsletter-form input {
	background: #f0f0f0;
	border-color: transparent;
	color: var(--hg-text);
}
.hg-newsletter-embed {
	width: 100%;
}
.hg-newsletter-embed form {
	width: 100%;
}
.hg-newsletter-embed input[type="email"],
.hg-newsletter-embed input[type="text"] {
	min-height: 52px;
	border-radius: 999px;
}
.hg-newsletter-embed button,
.hg-newsletter-embed input[type="submit"] {
	border-radius: 999px;
}
.hg-footer-main {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 48px;
	padding: 48px 0;
}
.hg-footer-brand p,
.hg-footer-main li,
.hg-footer-main a,
.hg-footer-bottom { color: var(--hg-muted); }
.hg-footer-main h3 {
	margin: 0 0 16px;
	color: var(--hg-text);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.hg-footer-main li { margin: 10px 0; }
.hg-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}
.hg-social-links a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 1px solid var(--hg-border);
	border-radius: 999px;
	padding: 7px 11px;
	font-size: 13px;
}
.hg-footer-bottom { padding: 0 0 28px; }

.hg-account-wishlist h2 { margin-top: 0; }
.woocommerce-account .hg-page-main {
	padding-block: clamp(28px, 5vw, 72px);
}

.woocommerce-account .hg-page-title {
	display: none;
}

.woocommerce-account .woocommerce {
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
}

.hg-account-shell {
	display: grid;
	gap: clamp(20px, 3vw, 36px);
}

.hg-account-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .32fr);
	align-items: end;
	gap: clamp(20px, 4vw, 56px);
	min-height: clamp(260px, 24vw, 390px);
	padding: clamp(28px, 5vw, 64px);
	border-radius: clamp(24px, 3vw, 42px);
	background:
		linear-gradient(130deg, rgba(13, 14, 21, .94), rgba(24, 58, 158, .82)),
		radial-gradient(circle at 74% 16%, rgba(0, 240, 255, .35), transparent 34%),
		radial-gradient(circle at 8% 95%, rgba(138, 43, 226, .32), transparent 38%);
	color: #fff;
	overflow: hidden;
}

.hg-account-kicker {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.hg-account-hero h1 {
	max-width: 880px;
	margin: 0;
	font-size: clamp(44px, 6vw, 92px);
	line-height: .94;
	letter-spacing: -.055em;
}

.hg-account-hero p:not(.hg-account-kicker) {
	max-width: 700px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(16px, 1.2vw, 20px);
	line-height: 1.6;
}

.hg-account-hero__profile {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 28px;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(18px);
}

.hg-account-hero__profile img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	object-fit: cover;
}

.hg-account-hero__profile strong,
.hg-account-hero__profile span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hg-account-hero__profile strong {
	font-size: 18px;
	font-weight: 850;
}

.hg-account-hero__profile span {
	margin-top: 5px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
}

.hg-account-layout {
	display: grid;
	grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
	gap: clamp(18px, 3vw, 32px);
	align-items: start;
}

.hg-account-nav {
	position: sticky;
	top: 90px;
	padding: 16px;
	border: 1px solid var(--hg-border);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 70px rgba(13, 14, 21, .06);
}

.hg-account-nav__head {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	padding: 10px 8px 18px;
	border-bottom: 1px solid var(--hg-border);
}

.hg-account-nav__head > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: #f2eeec;
}

.hg-account-nav__head .hg-icon {
	width: 25px;
	height: 25px;
}

.hg-account-nav__head strong,
.hg-account-nav__head small {
	display: block;
}

.hg-account-nav__head strong {
	font-size: 17px;
	font-weight: 900;
}

.hg-account-nav__head small {
	margin-top: 2px;
	color: var(--hg-muted);
	font-size: 12px;
	font-weight: 650;
}

.hg-account-nav ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hg-account-nav a,
.hg-account-action,
.hg-account-pill,
.woocommerce-account .woocommerce :is(a.button, button.button, .woocommerce-button, input.button) {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	border: 0;
	border-radius: 999px;
	background: #efefef;
	color: #111;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	overflow: hidden;
	transition: color .32s ease, transform .32s ease, background-color .32s ease;
}

.hg-account-nav a::before,
.hg-account-action::before,
.hg-account-pill::before,
.woocommerce-account .woocommerce :is(a.button, button.button, .woocommerce-button, input.button)::before {
	position: absolute;
	inset: 0;
	width: 0;
	border-radius: inherit;
	background: #000;
	content: "";
	transition: width .38s cubic-bezier(.22, 1, .36, 1);
}

.hg-account-nav a > *,
.hg-account-action > *,
.hg-account-pill > *,
.woocommerce-account .woocommerce :is(a.button, button.button, .woocommerce-button, input.button) > * {
	position: relative;
	z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
	.hg-account-nav a:hover,
	.hg-account-action:hover,
	.hg-account-pill:hover,
	.woocommerce-account .woocommerce :is(a.button, button.button, .woocommerce-button, input.button):hover {
		color: #fff !important;
		transform: translateY(-1px);
	}

	.hg-account-nav a:hover::before,
	.hg-account-action:hover::before,
	.hg-account-pill:hover::before,
	.woocommerce-account .woocommerce :is(a.button, button.button, .woocommerce-button, input.button):hover::before {
		width: 100%;
	}
}

.hg-account-nav a[aria-current="page"],
.hg-account-nav .is-active a {
	background: #000;
	color: #fff;
}

.hg-account-nav a[aria-current="page"]::before,
.hg-account-nav .is-active a::before {
	width: 100%;
}

.hg-account-nav a {
	justify-content: flex-start;
	width: 100%;
	padding: 0 16px;
}

.hg-account-nav a .hg-icon {
	width: 19px;
	height: 19px;
	color: currentColor;
}

.hg-account-content {
	min-width: 0;
	padding: clamp(20px, 3vw, 34px);
	border: 1px solid var(--hg-border);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 70px rgba(13, 14, 21, .05);
}

.hg-account-dashboard {
	display: grid;
	gap: 24px;
}

.hg-account-overview {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
	gap: 20px;
	padding: clamp(22px, 3vw, 34px);
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(247, 245, 238, .96), rgba(255, 255, 255, .96)),
		radial-gradient(circle at 100% 0, rgba(24, 58, 158, .12), transparent 35%);
}

.hg-account-overview .hg-account-kicker {
	color: var(--hg-primary);
}

.hg-account-overview h2,
.hg-account-section-head h2,
.hg-account-empty h3 {
	margin: 0;
	color: #111;
	font-size: clamp(26px, 3vw, 42px);
	line-height: 1.08;
	letter-spacing: -.04em;
}

.hg-account-overview p {
	max-width: 650px;
	margin: 14px 0 0;
	color: var(--hg-muted);
	font-size: 16px;
	line-height: 1.65;
}

.hg-account-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	align-self: end;
}

.hg-account-stats div {
	display: grid;
	gap: 4px;
	padding: 18px 12px;
	border-radius: 20px;
	background: #fff;
	text-align: center;
}

.hg-account-stats strong {
	font-size: clamp(24px, 2.6vw, 38px);
	line-height: 1;
}

.hg-account-stats span {
	color: var(--hg-muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.hg-account-action-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hg-account-action {
	justify-content: flex-start;
	min-height: 104px;
	padding: 18px;
	border: 1px solid var(--hg-border);
	background: #fbfbfb;
	border-radius: 22px;
}

.hg-account-action .hg-icon {
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	color: currentColor;
}

.hg-account-action span,
.hg-account-action strong,
.hg-account-action small {
	display: block;
}

.hg-account-action strong {
	font-size: 16px;
	font-weight: 900;
}

.hg-account-action small {
	margin-top: 6px;
	color: var(--hg-muted);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
	transition: color .25s ease;
}

.hg-account-action:hover small {
	color: rgba(255, 255, 255, .72);
}

.hg-account-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.hg-account-pill {
	min-width: 112px;
	min-height: 44px;
	padding: 0 18px;
}

.hg-account-order-list {
	display: grid;
	border: 1px solid var(--hg-border);
	border-radius: 22px;
	overflow: hidden;
}

.hg-account-order {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(120px, .7fr) minmax(120px, .7fr);
	align-items: center;
	gap: 12px;
	padding: 18px;
	color: #111;
	text-decoration: none;
}

.hg-account-order + .hg-account-order {
	border-top: 1px solid var(--hg-border);
}

.hg-account-order strong,
.hg-account-order small {
	display: block;
}

.hg-account-order small {
	margin-top: 4px;
	color: var(--hg-muted);
	font-size: 13px;
}

.hg-account-order > span:nth-child(2) {
	justify-self: start;
	padding: 8px 12px;
	border-radius: 999px;
	background: #f2eeec;
	font-size: 13px;
	font-weight: 850;
}

.hg-account-order b {
	justify-self: end;
}

.hg-account-empty {
	display: grid;
	justify-items: start;
	gap: 12px;
	padding: 26px;
	border: 1px solid var(--hg-border);
	border-radius: 24px;
	background: #fafafa;
}

.hg-account-empty .hg-icon {
	width: 36px;
	height: 36px;
	padding: 8px;
	border-radius: 50%;
	background: #f2eeec;
	color: var(--hg-primary);
}

.hg-account-empty p {
	margin: 0;
	color: var(--hg-muted);
}

.woocommerce-account .woocommerce-MyAccount-content :is(.woocommerce-Message, .woocommerce-message, .woocommerce-info, .woocommerce-error) {
	border: 0;
	border-radius: 18px;
	background: #f7f5ee;
	color: #111;
}

.woocommerce-account .woocommerce table.shop_table {
	border: 1px solid var(--hg-border);
	border-radius: 22px;
	overflow: hidden;
}

.woocommerce-account .woocommerce table.shop_table th,
.woocommerce-account .woocommerce table.shop_table td {
	padding: 16px;
	border-color: var(--hg-border);
}

.woocommerce-account .woocommerce form {
	max-width: 860px;
}

.woocommerce-account .woocommerce :is(input.input-text, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea) {
	min-height: 52px;
	border: 1px solid var(--hg-border);
	border-radius: 18px;
	background: #f8f8f8;
	padding-inline: 16px;
}

.woocommerce-account .woocommerce :is(a.button, button.button, .woocommerce-button, input.button) {
	min-width: 150px;
	padding: 0 22px;
	background: #ccc !important;
	color: #fff !important;
}

.woocommerce-account .woocommerce :is(a.button, button.button, .woocommerce-button, input.button)::before {
	background: #000;
}

.woocommerce-account .woocommerce :is(a.button, button.button, .woocommerce-button, input.button):disabled,
.woocommerce-account .woocommerce :is(a.button, button.button, .woocommerce-button, input.button).disabled {
	opacity: .65;
}

.woocommerce-account .woocommerce input.button {
	background:
		linear-gradient(90deg, #000 0 50%, #ccc 50% 100%) right / 200% 100% no-repeat !important;
	transition: background-position .38s cubic-bezier(.22, 1, .36, 1), transform .32s ease;
}

@media (hover: hover) and (pointer: fine) {
	.woocommerce-account .woocommerce input.button:hover {
		background-position: left !important;
		color: #fff !important;
	}
}

@media (max-width: 980px) {
	.woocommerce-account .hg-page-main {
		padding-block: 20px 42px;
	}

	.hg-account-hero {
		grid-template-columns: 1fr;
		align-items: start;
		min-height: auto;
	}

	.hg-account-hero h1 {
		max-width: 760px;
		font-size: clamp(42px, 9vw, 72px);
	}

	.hg-account-layout {
		grid-template-columns: 1fr;
	}

	.hg-account-nav {
		position: relative;
		top: auto;
		padding: 12px;
		border-radius: 24px;
	}

	.hg-account-nav__head {
		margin-bottom: 10px;
		padding: 8px 6px 14px;
	}

	.hg-account-nav ul {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 2px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.hg-account-nav ul::-webkit-scrollbar {
		display: none;
	}

	.hg-account-nav li {
		flex: 0 0 auto;
	}

	.hg-account-nav a {
		width: auto;
		min-height: 46px;
		white-space: nowrap;
	}

	.hg-account-overview {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.hg-account-shell {
		gap: 16px;
	}

	.hg-account-hero {
		padding: 24px;
		border-radius: 26px;
	}

	.hg-account-hero h1 {
		font-size: clamp(38px, 12vw, 56px);
		letter-spacing: -.05em;
	}

	.hg-account-hero p:not(.hg-account-kicker) {
		margin-top: 14px;
		font-size: 15px;
	}

	.hg-account-hero__profile {
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 12px;
		padding: 12px;
		border-radius: 22px;
	}

	.hg-account-hero__profile img {
		width: 62px;
		height: 62px;
	}

	.hg-account-content {
		padding: 16px;
		border-radius: 22px;
	}

	.hg-account-overview {
		padding: 18px;
		border-radius: 22px;
	}

	.hg-account-overview h2,
	.hg-account-section-head h2,
	.hg-account-empty h3 {
		font-size: clamp(24px, 8vw, 34px);
	}

	.hg-account-overview p {
		font-size: 14px;
	}

	.hg-account-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.hg-account-stats div {
		padding: 14px 8px;
		border-radius: 16px;
	}

	.hg-account-stats strong {
		font-size: 24px;
	}

	.hg-account-stats span {
		font-size: 10px;
	}

	.hg-account-action-grid {
		grid-template-columns: 1fr;
	}

	.hg-account-action {
		min-height: 88px;
		padding: 16px;
		border-radius: 20px;
	}

	.hg-account-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.hg-account-order {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.hg-account-order b {
		justify-self: start;
	}

	.woocommerce-account .woocommerce table.shop_table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.woocommerce-account .woocommerce table.shop_table th,
	.woocommerce-account .woocommerce table.shop_table td {
		padding: 12px;
	}

	.woocommerce-account .woocommerce :is(a.button, button.button, .woocommerce-button, input.button) {
		width: 100%;
		min-width: 0;
	}
}

.hg-wishlist-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}
.hg-wishlist-card {
	display: grid;
	grid-template-columns: 108px 1fr;
	gap: 16px;
	padding: 14px;
	border: 1px solid var(--hg-border);
	border-radius: var(--hg-radius);
	background: #fff;
}
.hg-wishlist-card img {
	aspect-ratio: 1;
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
	background: #f7f7f7;
}
.hg-wishlist-card h3 {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.25;
}
.hg-wishlist-card .hg-wishlist-button {
	min-height: 40px;
	margin-top: 12px;
	padding-inline: 16px;
	font-size: 13px;
}

@media (max-width: 1220px) and (min-width: 981px) {
	.hg-primary-nav__menu {
		gap: clamp(16px, 2vw, 28px);
	}

	.hg-primary-nav__link {
		font-size: 15px;
	}

	.hg-mega-menu__inner {
		grid-template-columns: minmax(220px, .95fr) minmax(260px, 1fr);
	}

	.hg-mega-menu__categories {
		display: none;
	}
}

@media (max-width: 980px) {
	.admin-bar .hg-site-header--sticky.is-compact .hg-header-nav-row { top: 0; }
	.hg-header-main {
		grid-template-columns: auto 1fr auto;
		min-height: 70px;
	}
	.hg-menu-toggle { display: block; }
	.hg-logo { justify-self: center; }
	.hg-header-search { display: none; }
	.hg-header-actions {
		justify-content: flex-end;
		min-width: 44px;
	}
	.hg-header-actions > a:not(:last-child),
	.hg-account-menu { display: none; }
	.hg-announcement,
	.hg-header-nav-row { display: none; }
	.hg-announcement {
		display: block;
		color: #fff;
	}
	.hg-announcement__inner {
		display: flex;
		justify-content: center;
		width: min(100% - 24px, var(--hg-container));
		min-height: 38px;
	}
	.hg-announcement__links,
	.hg-announcement__help {
		display: none;
	}
	.hg-announcement__message {
		width: 100%;
		height: 20px;
		font-size: 14px;
		text-align: center;
	}
	.hg-header-main {
		grid-template-columns: 44px minmax(0, 1fr) 44px;
		gap: 8px;
		padding-block: 10px 12px;
		max-width: 100%;
		overflow: clip;
	}
	.hg-menu-toggle {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
	}
	.hg-logo {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		min-width: 0;
	}
	.hg-logo img {
		max-width: 128px;
		max-height: 34px;
	}
	.hg-header-actions {
		display: flex;
		grid-column: 3;
		grid-row: 1;
		justify-content: end;
		min-width: 44px;
	}
	.hg-header-actions > a,
	.hg-header-actions > a:not(:last-child) {
		display: none;
	}
	.hg-header-actions > .hg-cart-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		border-radius: 50%;
	}
	.hg-header-search {
		display: grid;
		grid-column: 1 / -1;
		grid-row: 2;
		grid-template-columns: 92px minmax(0, 1fr) 44px;
		width: 100%;
		max-width: none;
		min-height: 48px;
		margin-top: 4px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.hg-header-search select,
	.hg-header-search input,
	.hg-header-search button {
		min-height: 48px;
	}
	.hg-header-search select {
		width: 100%;
		min-width: 0;
		padding-left: 14px;
		padding-right: 4px;
		font-size: 13px;
		appearance: none;
		text-overflow: ellipsis;
	}
	.hg-header-search input {
		min-width: 0;
		padding-inline: 14px;
		font-size: 14px;
	}
	.hg-header-search button {
		width: 44px;
		min-width: 44px;
		padding: 0;
	}
	.hg-header-nav-row {
		display: none;
	}
	.hg-breadcrumb {
		min-height: 40px;
		padding-block: 9px;
	}
	.hg-breadcrumb li {
		font-size: 12px;
	}
	.hg-breadcrumb li:not(:last-child)::after {
		height: 14px;
		margin-inline: 10px;
	}
	.hg-newsletter { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
	.hg-footer-contact,
	.hg-footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.hg-container { width: min(100% - 24px, var(--hg-container)); }
	.hg-newsletter { grid-template-columns: 1fr; }
	.hg-newsletter-form { flex-direction: row; }
	.hg-wishlist-grid,
	.hg-wishlist-card { grid-template-columns: 1fr; }
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
	.wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
	.woocommerce table.shop_table_responsive,
	.woocommerce-page table.shop_table_responsive {
		display: block;
		width: 100%;
		overflow: hidden;
		border: 0;
	}
	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead {
		display: none;
	}
	.woocommerce table.shop_table_responsive tbody,
	.woocommerce table.shop_table_responsive tr,
	.woocommerce table.shop_table_responsive td,
	.woocommerce-page table.shop_table_responsive tbody,
	.woocommerce-page table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive td {
		display: block;
		width: 100% !important;
	}
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		padding: 14px 0;
		border-bottom: 1px solid var(--hg-border);
	}
	.woocommerce table.shop_table_responsive td,
	.woocommerce-page table.shop_table_responsive td {
		padding: 8px 0;
		text-align: left !important;
	}
	.woocommerce table.shop_table_responsive td::before,
	.woocommerce-page table.shop_table_responsive td::before {
		float: none;
		display: block;
		margin-bottom: 4px;
		color: var(--hg-muted);
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .04em;
	}
	.woocommerce-cart-form,
	.cart_totals,
	.woocommerce-checkout-review-order,
	.woocommerce-MyAccount-content {
		max-width: 100%;
		overflow-x: hidden;
	}
	.hg-cart-toast {
		right: 12px;
		bottom: 156px;
		max-width: calc(100vw - 24px);
	}
}

.hg-catalog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(22px, 2vw, 32px);
	align-items: stretch;
}

.hg-catalog-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	color: #111;
}

.hg-catalog-card__media-wrap {
	position: relative;
	min-width: 0;
	border-radius: 10px;
	overflow: hidden;
	isolation: isolate;
	background: #f4f4f4;
}

.hg-catalog-card__media,
.hg-catalog-promo-card {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	overflow: hidden;
	background: #f4f4f4;
	color: #111;
}

.hg-catalog-card__media img,
.hg-catalog-promo-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hg-catalog-card__media .hg-product-hover-media {
	aspect-ratio: 1 / 1;
	background: #f4f4f4;
}

.hg-catalog-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: #14925b;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.hg-catalog-card__badge--sold {
	background: rgba(17,17,17,.32);
}

.hg-catalog-card__badge--choice {
	background: var(--hg-primary);
}

.hg-catalog-card__marquee {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 3;
	display: block;
	gap: 8px;
	height: 34px;
	padding: 0 10px;
	border-radius: 9px;
	overflow: hidden;
	background: rgba(255,255,255,.88);
	color: #111;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
	backdrop-filter: blur(10px);
}

.hg-catalog-card__marquee-track {
	display: flex;
	align-items: center;
	justify-items: center;
	justify-content: center;
	height: 34px;
}

.hg-catalog-card__marquee-track > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 0;
	height: 34px;
}

.hg-catalog-card__marquee-track b {
	color: rgba(17,17,17,.4);
	font-weight: 900;
}

.hg-pill-hover,
.hg-catalog-card__quick {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: 999px;
}

.hg-pill-hover::before,
.hg-catalog-card__quick::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 0;
	border-radius: inherit;
	background: #000;
	transition: width .32s cubic-bezier(.22,.61,.36,1);
}

.hg-pill-hover > *,
.hg-catalog-card__quick > * {
	position: relative;
	z-index: 1;
}

.hg-catalog-card__body {
	padding-top: 18px;
}

.hg-catalog-card__cat {
	display: block;
	margin-bottom: 8px;
	color: #6b6b6b;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.hg-catalog-card h3 {
	margin: 0 0 8px;
	font-size: clamp(15px, .95vw, 18px);
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.hg-catalog-card__price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-bottom: 14px;
	color: #111;
	font-size: clamp(15px, .95vw, 18px);
	font-weight: 900;
	line-height: 1.1;
}

.hg-catalog-card__price ins {
	text-decoration: none;
}

.hg-catalog-card__swatches {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 20px;
}

.hg-catalog-card__actions {
	display: none;
	align-items: center;
	gap: 14px;
}

.hg-catalog-card__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 950;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

.hg-catalog-card__button--primary {
	background: #000;
	color: #fff;
}

.hg-catalog-card__button--secondary {
	background: #eee;
	color: #111;
}

.hg-catalog-card__button--disabled {
	background: #8f8f8f;
	color: #fff;
	cursor: not-allowed;
}

.hg-catalog-card__button:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(17,17,17,.12);
}

.hg-catalog-card__quick {
	position: absolute;
	left: 50%;
	bottom: clamp(14px, 7%, 28px);
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(calc(100% - 104px), 224px);
	min-height: clamp(42px, 3vw, 48px);
	padding: 0 20px;
	border: 0;
	background: rgba(255,255,255,.94);
	color: #000;
	font-size: clamp(13px, .82vw, 16px);
	font-weight: 950;
	line-height: 1;
	box-shadow: 0 18px 40px rgba(17,17,17,.12);
	backdrop-filter: blur(12px);
	opacity: 0;
	cursor: pointer;
	pointer-events: none;
	transform: translate(-50%, 22px) scale(.985);
	transition: opacity .28s ease, transform .38s cubic-bezier(.22,.61,.36,1), color .24s ease, background .24s ease, box-shadow .24s ease;
}

.hg-catalog-card__quick--disabled {
	background: rgba(17,17,17,.72);
	color: #fff;
	cursor: not-allowed;
}

@media (hover: hover) and (pointer: fine) {
	.hg-catalog-card__media-wrap:hover .hg-catalog-card__quick,
	.hg-catalog-card__media-wrap:focus-within .hg-catalog-card__quick {
		opacity: 1;
		pointer-events: auto;
		transform: translate(-50%, 0) scale(1);
	}
	.hg-pill-hover:hover,
	.hg-pill-hover:focus-visible,
	.hg-catalog-card__quick:hover,
	.hg-catalog-card__quick:focus-visible {
		color: #fff;
		box-shadow: 0 22px 48px rgba(17,17,17,.2);
	}
	.hg-pill-hover:hover::before,
	.hg-pill-hover:focus-visible::before,
	.hg-catalog-card__quick:hover::before,
	.hg-catalog-card__quick:focus-visible::before {
		width: 100%;
	}
}

.hg-catalog-swatch,
.hg-filter-swatch {
	display: inline-flex;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(17,17,17,.08);
	background: #dedbd5;
}

.hg-catalog-swatch--black { background: #000; }
.hg-catalog-swatch--brown { background: #aa9278; }
.hg-catalog-swatch--chocolate { background: #60401f; }
.hg-catalog-swatch--gray,
.hg-catalog-swatch--grey { background: #e4e4e4; }
.hg-catalog-swatch--light-beige,
.hg-catalog-swatch--beige { background: #ded1c2; }
.hg-catalog-swatch--red { background: #b2443e; }
.hg-catalog-swatch--soft-green,
.hg-catalog-swatch--green { background: #cddcbd; }
.hg-catalog-swatch--yellow { background: #f7d26c; }
.hg-catalog-swatch--blue { background: #bcdce6; }
.hg-catalog-swatch--white { background: #f8f8f8; }

.hg-catalog-promo-card {
	display: grid;
	grid-template-rows: auto 1fr auto;
	justify-items: center;
	align-items: center;
	align-self: stretch;
	min-height: 0;
	aspect-ratio: auto;
	height: 100%;
	padding: clamp(28px, 3vw, 44px) clamp(22px, 2.4vw, 34px) clamp(34px, 3vw, 46px);
	color: #fff;
	text-align: center;
	isolation: isolate;
}

.hg-catalog-promo-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(8, 48, 32, .2), rgba(8, 48, 32, .34)),
		linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.32));
}

.hg-catalog-promo-card img {
	position: absolute;
	inset: 0;
	z-index: -2;
	object-position: center;
	transition: transform .55s ease;
}

.hg-catalog-promo-card:hover img {
	transform: scale(1.045);
}

.hg-catalog-promo-card span {
	align-self: start;
	font-size: clamp(16px, 1.15vw, 22px);
	font-weight: 950;
	line-height: 1.1;
}

.hg-catalog-promo-card strong {
	align-self: center;
	max-width: min(92%, 370px);
	margin: 0;
	font-size: clamp(30px, 2.6vw, 46px);
	font-weight: 950;
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.hg-catalog-promo-card em {
	align-self: end;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: clamp(150px, 10vw, 190px);
	min-height: clamp(54px, 4vw, 68px);
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: clamp(15px, 1vw, 18px);
	font-style: normal;
	font-weight: 950;
	box-shadow: 0 18px 38px rgba(17,17,17,.12);
}

.hg-quick-view {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: grid;
	place-items: center;
	padding: clamp(16px, 2vw, 32px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .24s ease, visibility .24s ease;
}

.hg-quick-view.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.hg-quick-view__overlay {
	position: absolute;
	inset: 0;
	background: rgba(17,17,17,.54);
	backdrop-filter: blur(4px);
}

.hg-quick-view__dialog {
	position: relative;
	width: min(100%, 1500px);
	max-height: min(92vh, 860px);
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 26px 70px rgba(17,17,17,.22);
	transform: translateY(18px) scale(.985);
	transition: transform .26s ease;
}

.hg-quick-view.is-open .hg-quick-view__dialog {
	transform: translateY(0) scale(1);
}

.hg-quick-view__close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #111;
	cursor: pointer;
}

.hg-quick-view__close .hg-icon {
	width: 28px;
	height: 28px;
}

.hg-quick-view__close > span {
	color: #111;
	font-size: 42px;
	font-weight: 300;
	line-height: 1;
}

.hg-quick-view__content {
	position: relative;
	max-height: inherit;
	overflow: auto;
}

.hg-quick-view.is-loading .hg-quick-view__content {
	min-height: 420px;
}

.hg-quick-view.is-loading .hg-quick-view__content::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	border: 3px solid rgba(17,17,17,.12);
	border-top-color: #111;
	border-radius: 50%;
	animation: hgSpin .8s linear infinite;
}

@keyframes hgSpin {
	to { transform: rotate(360deg); }
}

.hg-quick-view-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: clamp(28px, 3vw, 50px);
	padding: clamp(26px, 3vw, 48px);
}

.hg-quick-view-panel__media {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 16px;
	min-width: 0;
}

.hg-quick-view-panel__media.is-single-image {
	grid-template-columns: minmax(0, 1fr);
}

.hg-quick-view-panel__thumbs {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hg-quick-view-panel__thumbs button {
	width: 74px;
	aspect-ratio: 1;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	background: #f4f4f4;
	cursor: pointer;
	transition: border-color .2s ease, transform .2s ease;
}

.hg-quick-view-panel__thumbs button.is-active {
	border-color: #111;
}

.hg-quick-view-panel__thumbs img,
.hg-quick-view-panel__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hg-quick-view-panel__image {
	display: grid;
	place-items: center;
	min-height: clamp(520px, 42vw, 720px);
	border-radius: 10px;
	overflow: hidden;
	background: #f5f5f5;
}

.hg-quick-view-panel__image img {
	object-fit: contain;
	transition: opacity .2s ease;
}

.hg-quick-view-panel.is-single-image .hg-quick-view-panel__image {
	min-height: clamp(460px, 39vw, 660px);
}

.hg-quick-view-panel.is-single-image .hg-quick-view-panel__image img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.hg-quick-view-panel__summary {
	min-width: 0;
	padding-right: 26px;
}

.hg-quick-view-panel__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-bottom: 18px;
	color: var(--hg-muted);
	font-size: 16px;
	font-weight: 700;
}

.hg-quick-view-panel__meta a {
	color: var(--hg-primary);
	border-bottom: 1px solid currentColor;
}

.hg-quick-view-panel h2 {
	margin: 0 0 12px;
	font-size: clamp(24px, 2vw, 34px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.hg-quick-view-panel__price {
	margin-bottom: 22px;
	color: #000;
	font-size: clamp(34px, 3vw, 48px);
	font-weight: 950;
	line-height: 1;
}

.hg-quick-view-panel__price del,
.hg-quick-view-panel__price ins {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
}

.hg-quick-view-panel__price ins {
	text-decoration: none;
}

.hg-quick-view-panel__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	margin-bottom: 26px;
	font-size: 18px;
	font-weight: 950;
}

.hg-quick-view-panel__badges span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.hg-quick-view-panel__badges .hg-icon {
	width: 22px;
	height: 22px;
}

.hg-quick-view-panel__stock {
	display: grid;
	gap: 14px;
	margin-bottom: 26px;
	color: #12834a;
	font-size: 18px;
}

.hg-quick-view-panel__stock > span {
	display: block;
	height: 8px;
	border-radius: 999px;
	background: #ebebeb;
	overflow: hidden;
}

.hg-quick-view-panel__stock i {
	display: block;
	width: 50%;
	height: 100%;
	border-radius: inherit;
	background: #12945a;
}

.hg-quick-view-panel__desc {
	margin-bottom: 26px;
	color: var(--hg-muted);
	font-size: clamp(16px, 1.2vw, 20px);
	line-height: 1.55;
}

.hg-quick-view-panel__form form.cart,
.hg-quick-view-panel__form .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: minmax(120px, 170px) minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	margin: 0;
}

.hg-quick-view-panel__form form.variations_form {
	display: block;
}

.hg-quick-view-panel__form .variations {
	width: 100%;
	margin: 0 0 20px;
}

.hg-quick-view-panel__form .variations th,
.hg-quick-view-panel__form .variations td {
	display: block;
	padding: 0;
	text-align: left;
}

.hg-quick-view-panel__form .variations label {
	display: block;
	margin: 0 0 8px;
	color: #111;
	font-size: 16px;
	font-weight: 950;
}

.hg-quick-view-panel__form .variations select {
	width: 100%;
	min-height: 48px;
	padding: 0 16px;
	border: 1px solid var(--hg-border);
	border-radius: 999px;
	background: #fff;
}

.hg-quick-view-panel__form .reset_variations {
	display: inline-flex;
	margin-top: 8px;
	color: var(--hg-muted);
	font-size: 13px;
	font-weight: 800;
}

.hg-quick-view-panel__form .quantity {
	width: 100%;
	margin: 0 !important;
}

.hg-quick-view-panel__form .quantity input.qty {
	width: 100%;
	min-height: 58px;
	border: 1px solid var(--hg-border);
	border-radius: 999px;
	text-align: center;
	font-weight: 850;
}

.hg-quick-view-panel__form .single_add_to_cart_button {
	width: 100%;
	min-height: 58px;
	border-radius: 999px !important;
	background: #000 !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 950;
}

.hg-quick-view-panel__form .woocommerce-variation {
	margin: 14px 0;
}

.hg-quick-view-panel__details {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	color: #111;
	font-size: 18px;
	font-weight: 950;
}

.hg-quick-view-panel__details .hg-icon {
	width: 18px;
	height: 18px;
}

@media (max-width: 980px) {
	.hg-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hg-quick-view {
		padding: 12px;
		align-items: end;
	}
	.hg-quick-view__dialog {
		max-height: 92dvh;
		border-radius: 18px 18px 0 0;
	}
	.hg-quick-view-panel {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 22px 18px 30px;
	}
	.hg-quick-view-panel__summary {
		padding-right: 0;
	}
	.hg-quick-view-panel__image {
		min-height: auto;
		aspect-ratio: 1;
	}
}

@media (max-width: 640px) {
	.hg-catalog-grid {
		gap: 18px 14px;
	}
	.hg-catalog-promo-card {
		min-height: 260px;
	}
	.hg-quick-view__close {
		top: 10px;
		right: 10px;
		background: rgba(255,255,255,.88);
		box-shadow: 0 8px 22px rgba(17,17,17,.1);
	}
	.hg-quick-view-panel__media {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.hg-quick-view-panel__thumbs {
		order: 2;
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 64px;
		overflow-x: auto;
		scrollbar-width: none;
	}
	.hg-quick-view-panel__thumbs::-webkit-scrollbar {
		display: none;
	}
	.hg-quick-view-panel__thumbs button {
		width: 64px;
	}
	.hg-quick-view-panel__meta {
		font-size: 14px;
	}
	.hg-quick-view-panel__price {
		font-size: 34px;
	}
	.hg-quick-view-panel__badges {
		gap: 10px 14px;
		font-size: 15px;
	}
	.hg-quick-view-panel__form form.cart,
	.hg-quick-view-panel__form .woocommerce-variation-add-to-cart {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 10px;
	}
	.hg-quick-view-panel__form .quantity input.qty,
	.hg-quick-view-panel__form .single_add_to_cart_button {
		min-height: 52px;
	}
	.hg-catalog-card__body {
		padding-top: 12px;
	}
	.hg-catalog-card h3 {
		font-size: 14px;
	}
	.hg-catalog-card__cat,
	.hg-catalog-card__marquee {
		font-size: 11px;
	}
}
