/*
 * SHINSYU GLOBAL Commerce Theme
 * Modern Japanese multi-category WooCommerce storefront.
 */

:root {
	--shg-ink: #17231e;
	--shg-ink-soft: #34433c;
	--shg-green: #1f4b3a;
	--shg-green-deep: #153529;
	--shg-sage: #e7eee9;
	--shg-accent: #bd9151;
	--shg-accent-dark: #946b33;
	--shg-cream: #f3eee4;
	--shg-paper: #fcfbf8;
	--shg-white: #ffffff;
	--shg-line: #dfe4e0;
	--shg-muted: #6b756f;
	--shg-error: #9d2e2e;
	--shg-success: #1b6a42;
	--shg-shadow: 0 18px 50px rgba(20, 40, 31, 0.11);
	--shg-shadow-soft: 0 8px 28px rgba(20, 40, 31, 0.08);
	--shg-radius: 18px;
	--shg-radius-sm: 10px;
	--shg-shell: 1380px;
	--shg-header-height: 112px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.shg-storefront {
	margin: 0;
	background: var(--shg-paper);
	color: var(--shg-ink);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body.shg-storefront.shg-menu-open { overflow: hidden; }
body.shg-storefront a { color: inherit; text-decoration: none; }
body.shg-storefront img { max-width: 100%; height: auto; }
body.shg-storefront button,
body.shg-storefront input,
body.shg-storefront select,
body.shg-storefront textarea { font: inherit; }
body.shg-storefront button { cursor: pointer; }
body.shg-storefront h1,
body.shg-storefront h2,
body.shg-storefront h3,
body.shg-storefront h4,
body.shg-storefront h5,
body.shg-storefront h6 {
	margin-top: 0;
	color: var(--shg-ink);
	font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: .015em;
}
body.shg-storefront p { margin-top: 0; }
body.shg-storefront address { font-style: normal; }
body.shg-storefront svg {
	width: 1.35em;
	height: 1.35em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}
body.shg-storefront :focus-visible {
	outline: 3px solid rgba(189, 145, 81, .55);
	outline-offset: 3px;
}
body.admin-bar .shg-header { top: 32px; }
body.admin-bar .shg-mobile-panel { top: 32px; }

.shg-shell {
	width: min(calc(100% - 48px), var(--shg-shell));
	margin-inline: auto;
}
.shg-main-container {
	width: min(calc(100% - 48px), var(--shg-shell)) !important;
	max-width: var(--shg-shell) !important;
	margin-inline: auto !important;
	padding: 54px 0 84px !important;
}
.shg-front-page .shg-main-container,
.error404 .shg-main-container {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
}
.shg-site-content { min-height: 55vh; }
.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.skip-link:focus {
	position: fixed !important;
	top: 8px;
	left: 8px;
	z-index: 999999;
	width: auto !important;
	height: auto !important;
	clip: auto !important;
	padding: 10px 16px !important;
	margin: 0 !important;
	background: var(--shg-white);
	color: var(--shg-ink);
	box-shadow: var(--shg-shadow);
}

/* Header */
.shg-header {
	position: sticky;
	top: 0;
	z-index: 900;
	width: 100%;
	background: rgba(252, 251, 248, .97);
	border-bottom: 1px solid var(--shg-line);
	backdrop-filter: blur(14px);
	transition: box-shadow .25s ease, transform .25s ease;
}
.shg-header.is-scrolled { box-shadow: 0 8px 26px rgba(20, 40, 31, .09); }
.shg-announcement {
	background: var(--shg-green-deep);
	color: #f7f5ee;
	font-size: 12px;
	letter-spacing: .045em;
}
.shg-announcement__inner {
	min-height: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.shg-top-links { display: flex; align-items: center; gap: 22px; }
.shg-top-links a { opacity: .86; transition: opacity .2s ease; }
.shg-top-links a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.shg-header-main { background: var(--shg-paper); }
.shg-header-main__inner {
	display: grid;
	grid-template-columns: minmax(245px, .75fr) minmax(320px, 1.3fr) minmax(220px, .7fr);
	align-items: center;
	gap: 34px;
	min-height: 82px;
}
.shg-site-logo { display: inline-flex; align-items: center; justify-self: start; min-width: 0; color: var(--shg-green-deep); }
.shg-logo { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.shg-logo-mark { width: 45px !important; height: 45px !important; flex: 0 0 45px; }
.shg-logo-type { display: flex; flex-direction: column; min-width: 0; line-height: 1; }
.shg-logo-name {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(17px, 1.55vw, 24px);
	font-weight: 700;
	letter-spacing: .105em;
	white-space: nowrap;
}
.shg-logo-subtitle {
	margin-top: 7px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .22em;
	white-space: nowrap;
}
.shg-search-form {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
}
.shg-search-form input[type="search"] {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 52px 0 18px;
	border: 1px solid #ccd5cf;
	border-radius: 999px;
	background: var(--shg-white);
	color: var(--shg-ink);
	font-size: 14px;
	box-shadow: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.shg-search-form input[type="search"]:focus {
	border-color: var(--shg-green);
	box-shadow: 0 0 0 4px rgba(31, 75, 58, .08);
	outline: none;
}
.shg-search-form button {
	position: absolute;
	right: 5px;
	top: 5px;
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--shg-green);
	color: var(--shg-white);
}
.shg-search-form button svg { width: 18px; height: 18px; }
.shg-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.shg-header-action {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	min-width: 58px;
	color: var(--shg-ink-soft);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .04em;
	transition: color .2s ease;
}
.shg-header-action:hover { color: var(--shg-green); }
.shg-header-action > svg,
.shg-cart-icon-wrap > svg { width: 23px; height: 23px; }
.shg-cart-icon-wrap { position: relative; display: inline-flex; }
.shg-cart-count {
	position: absolute;
	top: -9px;
	right: -10px;
	display: inline-grid;
	place-items: center;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	border: 2px solid var(--shg-paper);
	border-radius: 999px;
	background: var(--shg-accent);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
}
.shg-icon-button {
	display: none;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--shg-ink);
}
.shg-icon-button svg { width: 24px; height: 24px; }
.shg-icon-close { display: none; }
.shg-menu-toggle[aria-expanded="true"] .shg-icon-open { display: none; }
.shg-menu-toggle[aria-expanded="true"] .shg-icon-close { display: inline-flex; }
.shg-category-nav {
	border-top: 1px solid rgba(31, 75, 58, .1);
	background: #f8f7f2;
}
.shg-category-nav__inner {
	display: flex;
	align-items: center;
	gap: 0;
	overflow-x: auto;
	scrollbar-width: none;
}
.shg-category-nav__inner::-webkit-scrollbar { display: none; }
.shg-category-nav a {
	position: relative;
	flex: 0 0 auto;
	padding: 12px 16px;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	transition: color .2s ease, background .2s ease;
}
.shg-category-nav a::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 8px;
	height: 1px;
	background: var(--shg-accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .2s ease;
}
.shg-category-nav a:hover { color: var(--shg-green); }
.shg-category-nav a:hover::after { transform: scaleX(1); }
.shg-category-nav__all { color: var(--shg-accent-dark) !important; }
.shg-mobile-search { border-top: 1px solid var(--shg-line); background: var(--shg-paper); padding: 12px 0; }
.shg-mobile-search[hidden] { display: none; }

/* Mobile drawer */
.shg-mobile-panel {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1100;
	display: flex;
	flex-direction: column;
	width: min(90vw, 420px);
	background: var(--shg-paper);
	box-shadow: 24px 0 70px rgba(0,0,0,.2);
	transform: translateX(-105%);
	visibility: hidden;
	transition: transform .32s cubic-bezier(.2,.8,.2,1), visibility .32s;
}
.shg-mobile-panel.is-open { transform: translateX(0); visibility: visible; }
.shg-mobile-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	padding: 14px 18px;
	border-bottom: 1px solid var(--shg-line);
}
.shg-mobile-panel__header .shg-logo-mark { width: 38px !important; height: 38px !important; flex-basis: 38px; }
.shg-mobile-panel__header .shg-logo-name { font-size: 17px; }
.shg-mobile-panel__body { flex: 1; overflow-y: auto; padding: 20px 18px 28px; }
.shg-mobile-panel__section { margin-top: 28px; }
.shg-mobile-panel__label {
	margin: 0 0 8px;
	color: var(--shg-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.shg-mobile-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	min-height: 48px;
	padding: 10px 2px;
	border-bottom: 1px solid var(--shg-line);
	font-size: 14px;
}
.shg-mobile-link svg { width: 17px; height: 17px; color: var(--shg-muted); }
.shg-mobile-link--strong { font-weight: 700; color: var(--shg-green); }
.shg-mobile-page-menu { margin: 0; padding: 0; list-style: none; }
.shg-mobile-page-menu li { margin: 0; }
.shg-mobile-page-menu a { display: block; padding: 12px 2px; border-bottom: 1px solid var(--shg-line); font-size: 14px; }
.shg-mobile-panel__footer { padding: 18px; border-top: 1px solid var(--shg-line); background: var(--shg-sage); }
.shg-mobile-panel__footer > a { display: flex; align-items: center; gap: 13px; color: var(--shg-green-deep); }
.shg-mobile-panel__footer svg { width: 25px; height: 25px; }
.shg-mobile-panel__footer span { display: flex; flex-direction: column; font-size: 16px; font-weight: 700; }
.shg-mobile-panel__footer small { margin-top: 2px; font-size: 10px; font-weight: 500; color: var(--shg-muted); }
.shg-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 1050;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(13, 24, 19, .55);
	backdrop-filter: blur(3px);
}
.shg-drawer-overlay[hidden] { display: none; }

/* Shared components */
.shg-eyebrow {
	margin: 0 0 16px;
	color: var(--shg-accent-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .22em;
	text-transform: uppercase;
}
.shg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .03em;
	transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.shg-button svg { width: 18px; height: 18px; transition: transform .2s ease; }
.shg-button:hover { transform: translateY(-2px); }
.shg-button:hover svg { transform: translateX(3px); }
.shg-button--primary { background: var(--shg-green); color: #fff !important; box-shadow: 0 10px 24px rgba(31,75,58,.18); }
.shg-button--primary:hover { background: var(--shg-green-deep); color: #fff; }
.shg-button--ghost { border-color: #aebbb4; background: transparent; color: var(--shg-ink) !important; }
.shg-button--ghost:hover { border-color: var(--shg-green); background: var(--shg-white); }
.shg-button--wide { width: 100%; }
.shg-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--shg-green);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}
.shg-text-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.shg-text-link:hover svg { transform: translateX(4px); }
.shg-text-link--light { color: #fff; }
.shg-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 34px;
}
.shg-section-heading h2 { margin: 0; font-size: clamp(28px, 3.1vw, 44px); }
.shg-section-heading p:not(.shg-eyebrow) { max-width: 680px; margin: 12px 0 0; color: var(--shg-muted); font-size: 14px; }
.shg-home-section { padding: 90px 0; }
.shg-empty-state { grid-column: 1 / -1; padding: 35px; border: 1px dashed #b9c5be; border-radius: var(--shg-radius); text-align: center; color: var(--shg-muted); background: rgba(255,255,255,.5); }

/* Homepage hero */
.shg-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #edf1ec 0%, #f8f4eb 58%, #eadcc4 100%);
}
.shg-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(31,75,58,.12) 1px, transparent 1px);
	background-size: 24px 24px;
	mask-image: linear-gradient(to right, #000, transparent 68%);
	opacity: .42;
}
.shg-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
	align-items: center;
	gap: 62px;
	min-height: 650px;
	padding-block: 70px;
}
.shg-hero__copy { position: relative; z-index: 2; max-width: 650px; }
.shg-hero__copy h1 { max-width: 650px; margin: 0; font-size: clamp(46px, 5.3vw, 78px); letter-spacing: -.035em; line-height: 1.18; }
.shg-hero__lead { max-width: 590px; margin: 26px 0 0; color: var(--shg-ink-soft); font-size: 16px; line-height: 2; }
.shg-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.shg-hero__company { display: flex; flex-direction: column; gap: 2px; margin-top: 34px; color: var(--shg-muted); font-size: 11px; letter-spacing: .04em; }
.shg-hero__visual { position: relative; min-height: 520px; isolation: isolate; }
.shg-hero__visual::before {
	content: "";
	position: absolute;
	left: 9%;
	top: 6%;
	width: 79%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(255,255,255,.56);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.65), 0 35px 80px rgba(54,72,61,.13);
}
.shg-hero-orbit { position: absolute; border: 1px solid rgba(31,75,58,.18); border-radius: 50%; }
.shg-hero-orbit--one { inset: 4% 8% 4% 3%; transform: rotate(-12deg); }
.shg-hero-orbit--two { inset: 15% 1% 12% 17%; transform: rotate(17deg); }
.shg-hero-product {
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border: 1px solid rgba(255,255,255,.86);
	border-radius: 26px;
	background: rgba(255,255,255,.83);
	box-shadow: 0 18px 45px rgba(26,50,39,.16);
	backdrop-filter: blur(10px);
	transition: transform .3s ease, box-shadow .3s ease;
}
.shg-hero-product:hover { transform: translateY(-7px) rotate(0deg) !important; box-shadow: 0 24px 55px rgba(26,50,39,.22); }
.shg-hero-product img { width: 100%; height: 100%; min-height: 0; object-fit: contain; mix-blend-mode: multiply; }
.shg-hero-product span { width: 100%; margin-top: 7px; overflow: hidden; color: var(--shg-ink-soft); font-size: 10px; line-height: 1.45; white-space: nowrap; text-overflow: ellipsis; }
.shg-hero-product--1 { left: 2%; top: 17%; width: 37%; height: 55%; transform: rotate(-5deg); }
.shg-hero-product--2 { right: 5%; top: 4%; width: 37%; height: 47%; transform: rotate(5deg); }
.shg-hero-product--3 { right: 10%; bottom: 3%; width: 41%; height: 43%; transform: rotate(-2deg); }
.shg-hero-placeholder {
	position: absolute;
	inset: 18% 16%;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 15px;
	border-radius: 50%;
	background: rgba(255,255,255,.68);
	color: var(--shg-green);
}
.shg-hero-placeholder .shg-logo-mark { width: 130px !important; height: 130px !important; }
.shg-hero-placeholder span { font-family: Georgia, serif; font-weight: 700; letter-spacing: .18em; }

.shg-trust-strip { background: var(--shg-green-deep); color: #fff; }
.shg-trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.shg-trust-strip__grid > div { display: flex; align-items: center; gap: 15px; min-height: 100px; padding: 20px 34px; border-right: 1px solid rgba(255,255,255,.15); }
.shg-trust-strip__grid > div:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.shg-trust-strip svg { flex: 0 0 31px; width: 31px; height: 31px; color: var(--shg-accent); }
.shg-trust-strip span { display: flex; flex-direction: column; font-size: 11px; color: rgba(255,255,255,.68); line-height: 1.65; }
.shg-trust-strip strong { margin-bottom: 2px; color: #fff; font-size: 14px; }

/* Categories */
.shg-category-section { background: var(--shg-paper); }
.shg-category-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.shg-category-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--shg-line);
	border-radius: var(--shg-radius);
	background: var(--shg-white);
	box-shadow: 0 4px 14px rgba(20,40,31,.03);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.shg-category-card:hover { transform: translateY(-5px); border-color: #bdc9c2; box-shadow: var(--shg-shadow-soft); }
.shg-category-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: 1.45 / 1;
	overflow: hidden;
	background: linear-gradient(135deg, #edf2ee, #f3eadb);
	color: var(--shg-green);
}
.shg-category-card:nth-child(3n+2) .shg-category-card__media { background: linear-gradient(135deg, #f1eadf, #e8eee8); }
.shg-category-card:nth-child(3n+3) .shg-category-card__media { background: linear-gradient(135deg, #e6edf0, #f5eddf); }
.shg-category-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.shg-category-card:hover .shg-category-card__media img { transform: scale(1.045); }
.shg-category-svg { width: 58px !important; height: 58px !important; stroke-width: 1.25 !important; }
.shg-category-card__content { display: flex; flex-direction: column; gap: 5px; padding: 17px 42px 19px 17px; min-height: 91px; }
.shg-category-card__content strong { overflow: hidden; font-size: 13px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.shg-category-card__content small { color: var(--shg-muted); font-size: 10px; }
.shg-category-card__arrow { position: absolute; right: 14px; bottom: 25px; display: inline-grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--shg-sage); color: var(--shg-green); }
.shg-category-card__arrow svg { width: 14px; height: 14px; }

/* Editorial cards */
.shg-editorial-section { padding: 0 0 90px; }
.shg-editorial-grid { display: grid; grid-template-columns: 1.25fr .88fr .88fr; gap: 18px; }
.shg-editorial-card {
	position: relative;
	min-height: 380px;
	overflow: hidden;
	border-radius: 24px;
	background: linear-gradient(145deg, var(--shg-green), var(--shg-green-deep));
	color: #fff;
	isolation: isolate;
}
.shg-editorial-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.shg-editorial-card:hover img { transform: scale(1.05); }
.shg-editorial-card__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(9,25,18,.86), rgba(9,25,18,.08) 72%); }
.shg-editorial-card__content { position: absolute; left: 28px; right: 28px; bottom: 27px; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; }
.shg-editorial-card__content small { margin-bottom: 9px; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .19em; opacity: .72; }
.shg-editorial-card__content strong { color: #fff; font-family: "Noto Serif JP", serif; font-size: clamp(22px, 2.1vw, 34px); line-height: 1.35; }
.shg-editorial-card__content em { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 12px; font-style: normal; font-weight: 700; }
.shg-editorial-card__content em svg { width: 17px; height: 17px; }
.shg-editorial-card__icon { position: absolute; right: -25px; top: -20px; color: rgba(255,255,255,.11); }
.shg-editorial-card__icon svg { width: 230px !important; height: 230px !important; stroke-width: .8 !important; }
.shg-editorial-card--2 { background: linear-gradient(145deg, #725c43, #3d3124); }
.shg-editorial-card--3 { background: linear-gradient(145deg, #53676f, #263840); }

/* Product sections and Woo cards */
.shg-products-section { background: #f5f4ef; }
.shg-products-section--warm { background: var(--shg-cream); }
.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0,1fr)) !important;
	gap: 24px 18px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative !important;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 0 18px !important;
	overflow: hidden;
	border: 1px solid var(--shg-line);
	border-radius: 16px;
	background: var(--shg-white);
	box-shadow: 0 3px 13px rgba(20,40,31,.035);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-5px); border-color: #c9d2cc; box-shadow: var(--shg-shadow-soft); }
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-loop-product__link { display: block; }
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce ul.products li.product a img {
	position: relative;
	margin: 0 !important;
	background: #f3f3f0;
}
.woocommerce ul.products li.product a img {
	width: 100% !important;
	aspect-ratio: 1 / 1;
	height: auto !important;
	padding: 16px;
	object-fit: contain;
	transition: transform .4s ease;
}
.woocommerce ul.products li.product:hover a img { transform: scale(1.025); }
.woocommerce ul.products li.product .ast-woo-product-category,
.woocommerce ul.products li.product .shg-loop-category {
	display: block;
	margin: 15px 16px 5px;
	color: var(--shg-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
	min-height: 3.15em;
	margin: 0 16px 9px !important;
	padding: 0 !important;
	overflow: hidden;
	color: var(--shg-ink) !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.58 !important;
	letter-spacing: 0 !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.woocommerce ul.products li.product .price {
	display: flex !important;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 5px;
	min-height: 29px;
	margin: 0 16px 12px !important;
	color: var(--shg-green) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
}
.woocommerce ul.products li.product .price del { color: #8b928e !important; font-size: 11px; font-weight: 500; opacity: 1 !important; }
.woocommerce ul.products li.product .price ins { color: #9b3b2f !important; font-weight: 800; text-decoration: none; }
.woocommerce ul.products li.product .star-rating { margin: 0 16px 10px !important; color: var(--shg-accent); font-size: 11px; }
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 0 16px !important;
	padding: 9px 12px !important;
	border: 1px solid var(--shg-green) !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--shg-green) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	transition: background .2s ease, color .2s ease;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .added_to_cart:hover { background: var(--shg-green) !important; color: #fff !important; }
.woocommerce ul.products li.product .added_to_cart { margin-top: 7px !important; }
.woocommerce ul.products li.product .ast-on-card-button { display: none !important; }
.woocommerce ul.products li.product form.cart,
.woocommerce ul.products li.product form.variations_form,
.woocommerce ul.products li.product table.variations,
.woocommerce ul.products li.product .variations_button,
.woocommerce ul.products li.product .variable-items-wrapper,
.woocommerce ul.products li.product .reset_variations { display: none !important; }
.woocommerce ul.products li.product .shg-loop-view-product { display: flex !important; }
.shg-sale-badge,
.woocommerce span.onsale.shg-sale-badge {
	position: absolute !important;
	top: 13px !important;
	left: 13px !important;
	right: auto !important;
	z-index: 5;
	display: inline-grid !important;
	place-items: center;
	min-width: 48px !important;
	height: 28px !important;
	min-height: 0 !important;
	padding: 0 10px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #9b3b2f !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: .05em;
}

/* About and guide */
.shg-about-band { padding: 84px 0; background: var(--shg-green-deep); color: #fff; }
.shg-about-band__inner { display: grid; grid-template-columns: 170px minmax(0,1.25fr) minmax(300px,.75fr); align-items: center; gap: 56px; }
.shg-about-band__mark { display: grid; place-items: center; width: 160px; height: 160px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--shg-accent); }
.shg-about-band__mark .shg-logo-mark { width: 112px !important; height: 112px !important; }
.shg-about-band .shg-eyebrow { color: var(--shg-accent); }
.shg-about-band h2 { margin: 0 0 18px; color: #fff; font-size: clamp(28px,3vw,45px); }
.shg-about-band__copy > p:not(.shg-eyebrow) { max-width: 660px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 2; }
.shg-about-band__details { display: flex; flex-direction: column; gap: 6px; padding: 25px 0 25px 34px; border-left: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: 12px; }
.shg-about-band__details strong { color: #fff; font-size: 15px; }
.shg-about-band__details a { margin-top: 5px; color: var(--shg-accent); font-size: 18px; font-weight: 700; }
.shg-guide-section { background: var(--shg-paper); }
.shg-guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.shg-guide-grid > a {
	display: grid;
	grid-template-columns: 48px 1fr 25px;
	align-items: center;
	gap: 18px;
	min-height: 128px;
	padding: 24px;
	border: 1px solid var(--shg-line);
	border-radius: var(--shg-radius);
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.shg-guide-grid > a:hover { transform: translateY(-4px); border-color: #bbc8c0; box-shadow: var(--shg-shadow-soft); }
.shg-guide-grid > a > svg:first-child { width: 39px; height: 39px; color: var(--shg-accent-dark); }
.shg-guide-grid > a > svg:last-child { width: 20px; height: 20px; color: var(--shg-green); }
.shg-guide-grid span { display: flex; flex-direction: column; }
.shg-guide-grid strong { font-size: 15px; }
.shg-guide-grid small { margin-top: 5px; color: var(--shg-muted); font-size: 11px; }

/* Prefooter and footer */
.shg-prefooter { border-top: 1px solid var(--shg-line); background: var(--shg-sage); }
.shg-prefooter__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.shg-service-item { display: flex; align-items: flex-start; gap: 16px; min-height: 124px; padding: 30px 36px; border-right: 1px solid rgba(31,75,58,.12); }
.shg-service-item:first-child { border-left: 1px solid rgba(31,75,58,.12); }
.shg-service-item > svg { flex: 0 0 32px; width: 32px; height: 32px; color: var(--shg-green); }
.shg-service-item div { display: flex; flex-direction: column; }
.shg-service-item strong { margin-bottom: 4px; font-size: 14px; }
.shg-service-item span { color: var(--shg-muted); font-size: 11px; line-height: 1.7; }
.shg-service-item a { text-decoration: underline; text-underline-offset: 3px; }
.shg-footer { background: #111d18; color: rgba(255,255,255,.68); }
.shg-footer__grid { display: grid; grid-template-columns: 1.55fr .8fr .8fr .9fr; gap: 52px; padding-top: 70px; padding-bottom: 62px; }
.shg-footer .shg-site-logo { color: #fff; }
.shg-footer-logo .shg-logo-name { font-size: 21px; }
.shg-footer-logo .shg-logo-subtitle { color: rgba(255,255,255,.62); }
.shg-footer__brand > p { max-width: 440px; margin: 24px 0; font-size: 12px; line-height: 1.9; }
.shg-company-address { display: flex; flex-direction: column; gap: 8px; font-size: 11px; line-height: 1.65; }
.shg-company-address strong { margin-bottom: 4px; color: #fff; font-size: 12px; }
.shg-company-address span,
.shg-company-address a { display: flex; align-items: flex-start; gap: 8px; }
.shg-company-address svg { flex: 0 0 15px; width: 15px; height: 15px; margin-top: 2px; color: var(--shg-accent); }
.shg-footer__column h2 { margin: 4px 0 20px; color: #fff; font-family: inherit; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.shg-footer__column ul { margin: 0; padding: 0; list-style: none; }
.shg-footer__column li { margin: 0 0 10px; }
.shg-footer__column li a { font-size: 11px; transition: color .2s ease; }
.shg-footer__column li a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.shg-footer__phone { display: flex; flex-direction: column; margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.shg-footer__phone span { font-size: 10px; }
.shg-footer__phone a { margin: 5px 0; color: var(--shg-accent); font-size: 19px; font-weight: 700; }
.shg-footer__phone small { font-size: 9px; }
.shg-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.shg-footer__bottom-inner { display: flex; justify-content: space-between; gap: 24px; padding-block: 18px; }
.shg-footer__bottom p { margin: 0; font-size: 9px; letter-spacing: .035em; }
.shg-scroll-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 700;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 50%;
	background: var(--shg-green);
	color: #fff;
	box-shadow: var(--shg-shadow-soft);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s ease, visibility .2s, transform .2s ease;
}
.shg-scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.shg-scroll-top svg { width: 20px; height: 20px; }
.shg-mobile-bottom-nav { display: none; }
.ast-scroll-to-top-right { display: none !important; }

/* Internal page hero and layouts */
.shg-page-hero { position: relative; overflow: hidden; margin: -54px calc(50% - 50vw) 0; background: linear-gradient(135deg, #e8eee9, #f4eee2); }
.shg-page-hero::after { content: "SHINSYU GLOBAL"; position: absolute; right: -25px; bottom: -32px; color: rgba(31,75,58,.055); font-family: Georgia, serif; font-size: clamp(55px,10vw,150px); font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.shg-page-hero__inner { position: relative; z-index: 2; padding-top: 80px; padding-bottom: 76px; }
.shg-page-hero h1 { margin: 0; font-size: clamp(38px,4.8vw,66px); }
.shg-page-hero__lead { max-width: 680px; margin: 20px 0 0; color: var(--shg-ink-soft); font-size: 14px; }
.shg-info-section { margin: 0 calc(50% - 50vw); padding: 80px 0; background: var(--shg-paper); }
.shg-info-section--muted { background: #f1f2ed; }
.shg-info-layout { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(300px,.6fr); gap: 80px; align-items: start; }
.shg-info-main > h2 { max-width: 760px; margin: 0 0 28px; font-size: clamp(30px,3.7vw,50px); }
.shg-info-main > p { max-width: 800px; color: var(--shg-ink-soft); line-height: 2.05; }
.shg-company-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 45px; }
.shg-company-principles > div { padding: 24px 20px; border: 1px solid var(--shg-line); border-radius: 14px; background: #fff; }
.shg-company-principles span { color: var(--shg-accent-dark); font-family: Georgia, serif; font-size: 25px; }
.shg-company-principles h3 { margin: 12px 0 8px; font-family: inherit; font-size: 15px; }
.shg-company-principles p { margin: 0; color: var(--shg-muted); font-size: 11px; line-height: 1.8; }
.shg-contact-card { position: sticky; top: 180px; display: flex; flex-direction: column; align-items: flex-start; padding: 34px; border-radius: 20px; background: var(--shg-green-deep); color: #fff; box-shadow: var(--shg-shadow); }
.shg-contact-card > svg { width: 57px; height: 57px; color: var(--shg-accent); }
.shg-contact-card h2 { margin: 22px 0 7px; color: #fff; font-size: 23px; }
.shg-contact-card p { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.8; }
.shg-contact-card .shg-button { margin-top: 18px; background: var(--shg-accent); color: #1d251f !important; }
.shg-contact-card__phone { margin-top: 16px; color: var(--shg-accent); font-size: 17px; font-weight: 700; }
.shg-table-title { margin: 0 0 28px; font-size: 32px; }
.shg-definition-table { overflow: hidden; border-top: 1px solid #cbd3ce; }
.shg-definition-row { display: grid; grid-template-columns: 250px minmax(0,1fr); border-bottom: 1px solid #cbd3ce; }
.shg-definition-row dt { padding: 21px 24px; background: rgba(31,75,58,.045); font-size: 12px; font-weight: 700; }
.shg-definition-row dd { margin: 0; padding: 21px 25px; font-size: 13px; line-height: 1.8; }
.shg-definition-row dd a { color: var(--shg-green); text-decoration: underline; text-underline-offset: 3px; }
.shg-definition-row dd small { color: var(--shg-muted); }

/* Contact */
.shg-contact-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 75px; align-items: start; }
.shg-contact-details h2 { margin: 0 0 20px; font-size: clamp(28px,3.4vw,44px); }
.shg-contact-details > p:not(.shg-eyebrow) { color: var(--shg-muted); }
.shg-contact-method { display: flex; gap: 18px; margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--shg-line); }
.shg-contact-method > svg { flex: 0 0 31px; width: 31px; height: 31px; color: var(--shg-accent-dark); }
.shg-contact-method > div { display: flex; flex-direction: column; }
.shg-contact-method span { margin-bottom: 6px; color: var(--shg-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.shg-contact-method a { color: var(--shg-green); font-size: 25px; font-weight: 700; line-height: 1.35; }
.shg-contact-method strong { font-size: 15px; }
.shg-contact-method small { margin-top: 5px; color: var(--shg-muted); font-size: 11px; line-height: 1.7; }
.shg-contact-note { margin-top: 30px; padding: 22px; border-radius: 12px; background: var(--shg-sage); }
.shg-contact-note strong { font-size: 13px; }
.shg-contact-note p { margin: 7px 0 0; color: var(--shg-muted); font-size: 11px; }
.shg-form-card { padding: 38px; border: 1px solid var(--shg-line); border-radius: 22px; background: #fff; box-shadow: var(--shg-shadow-soft); }
.shg-contact-form { margin: 0; }
.shg-field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.shg-contact-form label { display: flex; flex-direction: column; margin-bottom: 20px; color: var(--shg-ink); font-size: 12px; font-weight: 700; }
.shg-contact-form label > span { margin-bottom: 7px; }
.shg-contact-form em { color: #9b3b2f; font-size: 9px; font-style: normal; }
.shg-contact-form input:not([type="checkbox"]),
.shg-contact-form select,
.shg-contact-form textarea {
	width: 100%;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #cfd7d2;
	border-radius: 9px;
	background: #fbfcfa;
	color: var(--shg-ink);
	font-size: 14px;
	box-shadow: none;
}
.shg-contact-form input:not([type="checkbox"]),
.shg-contact-form select { height: 48px; }
.shg-contact-form textarea { min-height: 180px; resize: vertical; }
.shg-contact-form input:focus,
.shg-contact-form select:focus,
.shg-contact-form textarea:focus { border-color: var(--shg-green); box-shadow: 0 0 0 4px rgba(31,75,58,.08); outline: none; }
.shg-checkbox { flex-direction: row !important; align-items: flex-start; gap: 10px; font-weight: 500 !important; line-height: 1.7; }
.shg-checkbox input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 3px; }
.shg-checkbox a { color: var(--shg-green); text-decoration: underline; text-underline-offset: 3px; }
.shg-honeypot { position: absolute; left: -9999px; }
.shg-form-message { margin-bottom: 22px; padding: 14px 16px; border-radius: 9px; font-size: 12px; }
.shg-form-message--success { background: #e1f4e8; color: var(--shg-success); }
.shg-form-message--error { background: #fae6e3; color: var(--shg-error); }

/* FAQ */
.shg-faq-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(290px,.55fr); gap: 70px; align-items: start; }
.shg-faq-item { border-bottom: 1px solid var(--shg-line); }
.shg-faq-item:first-child { border-top: 1px solid var(--shg-line); }
.shg-faq-item summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 82px; padding: 20px 52px 20px 5px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.shg-faq-item summary::-webkit-details-marker { display: none; }
.shg-faq-item summary::before { content: "Q"; flex: 0 0 32px; color: var(--shg-accent-dark); font-family: Georgia, serif; font-size: 24px; }
.shg-faq-item summary span { flex: 1; }
.shg-faq-item summary i,
.shg-faq-item summary i::after { position: absolute; right: 13px; width: 18px; height: 1px; background: var(--shg-green); content: ""; transition: transform .2s ease; }
.shg-faq-item summary i::after { right: 0; transform: rotate(90deg); }
.shg-faq-item[open] summary i::after { transform: rotate(0); }
.shg-faq-answer { padding: 0 52px 26px 42px; }
.shg-faq-answer p { margin: 0; color: var(--shg-muted); font-size: 13px; line-height: 1.95; }

/* Policy and legal */
.shg-policy-layout { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 75px; align-items: start; }
.shg-policy-nav { position: sticky; top: 176px; display: flex; flex-direction: column; border-top: 1px solid var(--shg-line); }
.shg-policy-nav a { padding: 13px 5px; border-bottom: 1px solid var(--shg-line); color: var(--shg-muted); font-size: 12px; transition: color .2s, padding-left .2s; }
.shg-policy-nav a:hover { padding-left: 10px; color: var(--shg-green); }
.shg-policy-content > section { padding-bottom: 55px; margin-bottom: 55px; border-bottom: 1px solid var(--shg-line); scroll-margin-top: 190px; }
.shg-policy-content > section h2 { margin: 0 0 20px; font-size: clamp(27px,3vw,38px); }
.shg-policy-content > section h3 { margin: 30px 0 12px; font-family: inherit; font-size: 16px; }
.shg-policy-content > section p,
.shg-policy-content > section li { color: var(--shg-ink-soft); font-size: 13px; line-height: 2; }
.shg-policy-content > section ul { padding-left: 22px; }
.shg-policy-highlight { margin: 22px 0; padding: 22px 24px; border-left: 4px solid var(--shg-accent); background: var(--shg-cream); }
.shg-policy-highlight strong { font-size: 14px; }
.shg-policy-highlight p { margin: 7px 0 0; }
.shg-policy-contact { display: grid; grid-template-columns: 65px 1fr; gap: 24px; padding: 32px; border-radius: 18px; background: var(--shg-sage); }
.shg-policy-contact > div:first-child { display: grid; place-items: center; width: 65px; height: 65px; border-radius: 50%; background: #fff; color: var(--shg-green); }
.shg-policy-contact svg { width: 35px; height: 35px; }
.shg-policy-contact h2 { margin: 0 0 8px; font-size: 22px; }
.shg-policy-contact p { margin-bottom: 16px; color: var(--shg-muted); font-size: 12px; }
.shg-legal-document { max-width: 920px; }
.shg-legal-document > p,
.shg-legal-document li { color: var(--shg-ink-soft); font-size: 13px; line-height: 2.05; }
.shg-legal-document h2 { margin: 48px 0 15px; padding-bottom: 12px; border-bottom: 1px solid var(--shg-line); font-size: 23px; }
.shg-legal-document ul { padding-left: 24px; }
.shg-legal-contact { display: flex; flex-direction: column; gap: 4px; margin-top: 15px; padding: 24px; border-radius: 12px; background: var(--shg-sage); font-size: 12px; }
.shg-legal-contact a { color: var(--shg-green); text-decoration: underline; text-underline-offset: 3px; }
.shg-document-date { margin-top: 52px !important; color: var(--shg-muted) !important; font-size: 11px !important; text-align: right; }
.shg-definition-table--legal { max-width: 1050px; margin-inline: auto; }
.shg-definition-table--legal .shg-definition-row { grid-template-columns: 280px minmax(0,1fr); }
.shg-payment-list { margin: 0; padding: 0; list-style: none; }
.shg-payment-list li { display: flex; flex-direction: column; margin-bottom: 12px; }
.shg-payment-list strong { font-size: 13px; }
.shg-payment-list span { color: var(--shg-muted); font-size: 11px; }
.shg-legal-review-note { max-width: 1050px; margin: 24px auto 0; padding: 18px 20px; border-radius: 10px; background: var(--shg-cream); font-size: 12px; }
.shg-legal-review-note p { margin: 5px 0 0; color: var(--shg-muted); }

/* Generic Astra content */
.shg-main-container #primary { width: 100% !important; margin: 0 !important; }
.shg-main-container #secondary { display: none !important; }
.shg-main-container article.ast-article-single,
.shg-main-container article.ast-article-post { padding: 0 !important; background: transparent !important; }
.shg-main-container .entry-header .entry-title { font-size: clamp(32px,4vw,50px); }
.shg-main-container .entry-content { color: var(--shg-ink-soft); }

/* WooCommerce archives */
.woocommerce .woocommerce-breadcrumb { margin: 0 0 26px !important; color: var(--shg-muted) !important; font-size: 10px !important; }
.woocommerce .woocommerce-breadcrumb a { color: var(--shg-muted); }
.shg-breadcrumb-separator { margin: 0 9px; opacity: .55; }
.woocommerce-products-header { margin-bottom: 34px; }
.woocommerce-products-header__title.page-title,
.woocommerce .page-title { margin: 0 0 13px !important; font-size: clamp(32px,4vw,52px) !important; }
.term-description { max-width: 820px; color: var(--shg-muted); font-size: 13px; }
.woocommerce .woocommerce-result-count { margin: 10px 0 28px !important; color: var(--shg-muted); font-size: 11px; }
.woocommerce .woocommerce-ordering { margin: 0 0 28px !important; }
.woocommerce .woocommerce-ordering select {
	min-width: 210px;
	height: 44px;
	padding: 0 35px 0 13px;
	border: 1px solid #ccd5cf;
	border-radius: 8px;
	background-color: #fff;
	font-size: 12px;
}
.woocommerce nav.woocommerce-pagination { margin-top: 48px; }
.woocommerce nav.woocommerce-pagination ul { display: flex; justify-content: center; gap: 6px; border: 0 !important; }
.woocommerce nav.woocommerce-pagination ul li { border: 0 !important; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { display: grid !important; place-items: center; min-width: 40px; height: 40px; padding: 0 10px !important; border: 1px solid var(--shg-line); border-radius: 50%; background: #fff !important; color: var(--shg-ink) !important; font-size: 12px !important; }
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover { border-color: var(--shg-green); background: var(--shg-green) !important; color: #fff !important; }

/* Single product */
.single-product .shg-main-container { padding-top: 42px !important; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(380px,.9fr); gap: 70px; }
.woocommerce div.product .woocommerce-product-gallery { width: 100% !important; margin: 0 !important; }
.woocommerce div.product .summary { position: sticky; top: 175px; width: 100% !important; align-self: start; margin: 0 !important; }
.woocommerce div.product .woocommerce-product-gallery__wrapper { border-radius: 16px; background: #f1f2ef; }
.woocommerce div.product .woocommerce-product-gallery__image a { display: block; }
.woocommerce div.product .woocommerce-product-gallery__image img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; padding: 22px; mix-blend-mode: multiply; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5,1fr); gap: 9px; margin-top: 11px !important; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto !important; float: none !important; }
.woocommerce div.product div.images .flex-control-thumbs img { aspect-ratio: 1; padding: 5px; border: 1px solid transparent; border-radius: 8px; background: #f1f2ef; object-fit: contain; opacity: .72; }
.woocommerce div.product div.images .flex-control-thumbs img.flex-active { border-color: var(--shg-green); opacity: 1; }
.woocommerce div.product .product_title { margin: 0 0 15px !important; font-family: inherit !important; font-size: clamp(24px,2.7vw,38px) !important; font-weight: 600 !important; line-height: 1.45 !important; }
.woocommerce div.product .woocommerce-product-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 16px !important; font-size: 11px; }
.woocommerce div.product .star-rating { color: var(--shg-accent); }
.woocommerce div.product p.price,
.woocommerce div.product span.price { margin: 0 0 22px !important; color: var(--shg-green) !important; font-size: 25px !important; font-weight: 800 !important; }
.woocommerce div.product p.price del { color: #8b928e !important; font-size: 15px; opacity: 1 !important; }
.woocommerce div.product p.price ins { color: #9b3b2f !important; text-decoration: none; }
.woocommerce div.product .woocommerce-product-details__short-description { margin-bottom: 23px; color: var(--shg-ink-soft); font-size: 13px; line-height: 1.95; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 11px; margin: 25px 0 0 !important; }
.woocommerce div.product form.cart .variations { width: 100%; margin-bottom: 16px !important; }
.woocommerce div.product form.cart .variations tr { display: grid; grid-template-columns: 115px 1fr; align-items: center; margin-bottom: 11px; }
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td { display: block; padding: 0 !important; background: transparent !important; border: 0 !important; }
.woocommerce div.product form.cart .variations label { font-size: 12px; font-weight: 700; }
.woocommerce div.product form.cart .variations select { width: 100%; min-width: 0 !important; height: 48px; margin: 0 !important; padding: 0 38px 0 13px; border: 1px solid #cbd4ce; border-radius: 8px; background-color: #fff; font-size: 13px; }
.woocommerce div.product form.cart .reset_variations { display: inline-block; margin-top: 7px; color: var(--shg-muted); font-size: 10px; text-decoration: underline; }
.woocommerce .quantity .qty { width: 74px !important; height: 50px; padding: 0 7px; border: 1px solid #cbd4ce !important; border-radius: 8px !important; background: #fff !important; box-shadow: none !important; }
.woocommerce div.product form.cart .button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
	min-height: 50px !important;
	padding: 12px 28px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--shg-green) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	box-shadow: 0 10px 24px rgba(31,75,58,.17) !important;
}
.woocommerce div.product form.cart .button { flex: 1; }
.woocommerce div.product form.cart .button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover { background: var(--shg-green-deep) !important; }
.woocommerce div.product .product_meta { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--shg-line); color: var(--shg-muted); font-size: 10px; }
.woocommerce div.product .product_meta > span { display: block; margin-bottom: 4px; }
.woocommerce div.product .product_meta a { color: var(--shg-green); }
.shg-product-assurance { display: flex; flex-direction: column; gap: 0; margin-top: 26px; border-top: 1px solid var(--shg-line); }
.shg-product-assurance > div { display: grid; grid-template-columns: 27px 1fr; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--shg-line); }
.shg-product-assurance svg { width: 24px; height: 24px; color: var(--shg-accent-dark); }
.shg-product-assurance span { display: flex; flex-direction: column; color: var(--shg-muted); font-size: 10px; line-height: 1.7; }
.shg-product-assurance strong { color: var(--shg-ink); font-size: 11px; }
.shg-product-assurance a { color: var(--shg-green); text-decoration: underline; text-underline-offset: 3px; }
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells { grid-column: 1 / -1; width: 100%; margin-top: 55px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 30px; margin: 0 !important; padding: 0 !important; border-bottom: 1px solid var(--shg-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 15px 2px !important; border-bottom: 2px solid transparent; color: var(--shg-muted) !important; font-size: 12px; font-weight: 700; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-color: var(--shg-green); color: var(--shg-green) !important; }
.woocommerce div.product .woocommerce-tabs .panel { margin: 0 !important; padding: 32px 0 !important; color: var(--shg-ink-soft); font-size: 13px; line-height: 2; }
.woocommerce div.product .woocommerce-tabs .panel h2 { font-size: 25px; }
.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 { margin-bottom: 28px; font-size: clamp(25px,3vw,38px); }

/* Cart, checkout, account */
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-account .entry-title { margin-bottom: 30px; }
.woocommerce table.shop_table { border: 1px solid var(--shg-line) !important; border-radius: 13px !important; background: #fff; overflow: hidden; }
.woocommerce table.shop_table th { padding: 16px !important; background: #eef1ed; color: var(--shg-ink); font-size: 11px; }
.woocommerce table.shop_table td { padding: 16px !important; border-color: var(--shg-line) !important; font-size: 12px; }
.woocommerce table.shop_table .product-thumbnail img { width: 78px; height: 78px; padding: 4px; border-radius: 8px; background: #f2f3f0; object-fit: contain; }
.woocommerce table.shop_table .product-name a { font-weight: 700; }
.woocommerce a.remove { display: grid !important; place-items: center; width: 28px !important; height: 28px !important; color: #8d3a31 !important; font-size: 18px !important; }
.woocommerce a.remove:hover { background: #8d3a31 !important; color: #fff !important; }
.woocommerce .cart-collaterals .cart_totals { float: right; width: min(100%, 480px) !important; margin-top: 30px; padding: 27px; border: 1px solid var(--shg-line); border-radius: 14px; background: #fff; }
.woocommerce .cart-collaterals .cart_totals h2 { font-size: 25px; }
.woocommerce .coupon { display: flex; gap: 8px; }
.woocommerce .coupon input.input-text { width: 190px !important; height: 44px; border: 1px solid #cbd4ce !important; border-radius: 8px; }
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
	min-height: 44px;
	padding: 10px 18px !important;
	border-radius: 999px !important;
	background: #e7ece8 !important;
	color: var(--shg-green) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover { background: #dbe4de !important; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr); gap: 50px; }
.woocommerce-checkout #customer_details { width: 100%; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { width: 100%; }
.woocommerce-checkout #order_review { align-self: start; padding: 25px; border: 1px solid var(--shg-line); border-radius: 15px; background: #fff; }
.woocommerce form .form-row label { margin-bottom: 5px; color: var(--shg-ink); font-size: 11px; font-weight: 700; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #cbd4ce !important;
	border-radius: 8px !important;
	background: #fff;
	font-size: 13px;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 24px; }
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow { height: 44px; }
.shg-checkout-notice { margin: 0 0 20px; padding: 18px; border-radius: 10px; background: var(--shg-sage); }
.shg-checkout-notice h3 { margin: 0 0 7px; font-family: inherit; font-size: 13px; }
.shg-checkout-notice p { margin: 4px 0; color: var(--shg-muted); font-size: 10px; line-height: 1.65; }
.shg-checkout-notice a { color: var(--shg-green); text-decoration: underline; }
.woocommerce-checkout #payment { border-radius: 12px !important; background: #f0f2ee !important; }
.woocommerce-checkout #payment ul.payment_methods { border-color: var(--shg-line) !important; }
.woocommerce-checkout #payment div.payment_box { background: #fff !important; font-size: 11px; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #fff !important; }
.woocommerce .woocommerce-MyAccount-navigation { width: 24%; }
.woocommerce .woocommerce-MyAccount-content { width: 72%; padding: 25px; border: 1px solid var(--shg-line); border-radius: 13px; background: #fff; }
.woocommerce .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; border-top: 1px solid var(--shg-line); list-style: none; }
.woocommerce .woocommerce-MyAccount-navigation li a { display: block; padding: 13px 8px; border-bottom: 1px solid var(--shg-line); font-size: 12px; }
.woocommerce .woocommerce-MyAccount-navigation li.is-active a { color: var(--shg-green); font-weight: 700; }
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error { padding: 18px 20px 18px 48px !important; border-top-color: var(--shg-green) !important; border-radius: 8px; background: #fff; font-size: 12px; }
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before { color: var(--shg-green) !important; }

/* 404 */
.shg-404 { display: grid; place-items: center; min-height: 680px; padding: 90px 0; background: linear-gradient(135deg,#e8eee9,#f4eee2); text-align: center; }
.shg-404__inner { max-width: 720px; }
.shg-404__code { margin: 0 0 -25px; color: rgba(31,75,58,.12); font-family: Georgia, serif; font-size: 180px; font-weight: 700; line-height: .9; }
.shg-404 h1 { margin: 0 0 17px; font-size: clamp(32px,4.5vw,54px); }
.shg-404__inner > p:not(.shg-eyebrow):not(.shg-404__code) { color: var(--shg-muted); }
.shg-404 .shg-search-form { max-width: 520px; margin: 30px auto 0; }
.shg-404__actions { display: flex; justify-content: center; gap: 12px; margin-top: 23px; }

/* Responsive */
@media (max-width: 1200px) {
	.shg-header-main__inner { grid-template-columns: 240px 1fr 190px; gap: 22px; }
	.shg-category-nav a { padding-inline: 13px; }
	.shg-hero__inner { grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); gap: 38px; }
	.shg-category-grid { grid-template-columns: repeat(4,1fr); }
	.shg-footer__grid { grid-template-columns: 1.4fr repeat(3,.8fr); gap: 36px; }
	.shg-info-layout { gap: 50px; }
}

@media (max-width: 1024px) {
	:root { --shg-header-height: 76px; }
	.shg-shell,
	.shg-main-container { width: min(calc(100% - 36px), var(--shg-shell)) !important; }
	.shg-announcement__inner { justify-content: center; text-align: center; }
	.shg-top-links { display: none; }
	.shg-header-main__inner { grid-template-columns: 46px minmax(0,1fr) auto; gap: 14px; min-height: 72px; }
	.shg-icon-button,
	.shg-search-toggle { display: inline-grid; }
	.shg-header-search { display: none; }
	.shg-site-logo { justify-self: center; }
	.shg-header-actions { gap: 9px; }
	.shg-account-link { display: none; }
	.shg-header-action > span:not(.shg-cart-icon-wrap) { display: none; }
	.shg-cart-link { min-width: 42px; }
	.shg-category-nav { display: none; }
	.shg-logo-name { font-size: 19px; }
	.shg-logo-subtitle { display: none; }
	.shg-logo-mark { width: 38px !important; height: 38px !important; flex-basis: 38px; }
	.shg-hero__inner { grid-template-columns: 1fr 1fr; min-height: 590px; padding-block: 56px; }
	.shg-hero__copy h1 { font-size: clamp(42px,5.7vw,60px); }
	.shg-hero__visual { min-height: 450px; }
	.shg-trust-strip__grid > div { padding-inline: 22px; }
	.shg-category-grid { grid-template-columns: repeat(3,1fr); }
	.woocommerce ul.products,
	.woocommerce-page ul.products { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
	.shg-editorial-grid { grid-template-columns: 1.2fr 1fr; }
	.shg-editorial-card--3 { grid-column: 1 / -1; min-height: 300px; }
	.shg-about-band__inner { grid-template-columns: 130px 1fr; gap: 40px; }
	.shg-about-band__mark { width: 125px; height: 125px; }
	.shg-about-band__mark .shg-logo-mark { width: 88px !important; height: 88px !important; }
	.shg-about-band__details { grid-column: 2; padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-top: 22px; }
	.shg-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
	.shg-footer__column:last-child { grid-column: 2 / 4; display: grid; grid-template-columns: 1fr 1fr; column-gap: 35px; }
	.shg-footer__column:last-child h2 { grid-column: 1 / -1; }
	.shg-info-layout,
	.shg-contact-layout,
	.shg-faq-layout { grid-template-columns: minmax(0,1fr) 300px; gap: 45px; }
	.shg-company-principles { grid-template-columns: 1fr; }
	.shg-policy-layout { grid-template-columns: 190px minmax(0,1fr); gap: 45px; }
	.woocommerce div.product { gap: 42px; }
}

@media (max-width: 820px) {
	body.admin-bar .shg-header { top: 46px; }
	body.admin-bar .shg-mobile-panel { top: 46px; }
	.shg-main-container { padding-top: 38px !important; padding-bottom: 70px !important; }
	.shg-front-page .shg-main-container,
	.error404 .shg-main-container { padding: 0 !important; }
	.shg-hero__inner { grid-template-columns: 1fr; gap: 20px; min-height: auto; padding-block: 58px 45px; }
	.shg-hero__copy { max-width: 680px; }
	.shg-hero__visual { width: min(100%,620px); min-height: 460px; margin-inline: auto; }
	.shg-trust-strip__grid { grid-template-columns: 1fr; }
	.shg-trust-strip__grid > div,
	.shg-trust-strip__grid > div:first-child { min-height: 82px; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
	.shg-home-section { padding: 68px 0; }
	.shg-category-grid { grid-template-columns: repeat(2,1fr); }
	.woocommerce ul.products,
	.woocommerce-page ul.products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
	.shg-editorial-grid { grid-template-columns: 1fr; }
	.shg-editorial-card,
	.shg-editorial-card--3 { grid-column: auto; min-height: 340px; }
	.shg-about-band__inner { grid-template-columns: 1fr; text-align: left; }
	.shg-about-band__mark { width: 110px; height: 110px; }
	.shg-about-band__details { grid-column: auto; }
	.shg-guide-grid { grid-template-columns: 1fr; }
	.shg-prefooter__grid { grid-template-columns: 1fr; }
	.shg-service-item,
	.shg-service-item:first-child { min-height: 98px; padding: 23px 18px; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(31,75,58,.12); }
	.shg-footer__grid { grid-template-columns: 1fr 1fr; }
	.shg-footer__brand { grid-column: 1 / -1; }
	.shg-footer__column:last-child { grid-column: 1 / -1; }
	.shg-info-layout,
	.shg-contact-layout,
	.shg-faq-layout,
	.shg-policy-layout { grid-template-columns: 1fr; }
	.shg-info-aside,
	.shg-faq-aside { order: -1; }
	.shg-contact-card { position: static; }
	.shg-policy-nav { position: static; display: grid; grid-template-columns: repeat(2,1fr); }
	.shg-policy-content > section { scroll-margin-top: 110px; }
	.shg-definition-row,
	.shg-definition-table--legal .shg-definition-row { grid-template-columns: 200px minmax(0,1fr); }
	.woocommerce div.product { grid-template-columns: 1fr; }
	.woocommerce div.product .summary { position: static; }
	.woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
	.woocommerce .woocommerce-MyAccount-navigation,
	.woocommerce .woocommerce-MyAccount-content { float: none; width: 100%; }
	.woocommerce .woocommerce-MyAccount-navigation { margin-bottom: 25px; }
}

@media (max-width: 600px) {
	:root { --shg-radius: 14px; }
	body.shg-storefront { font-size: 15px; padding-bottom: 64px; }
	body.admin-bar .shg-header { top: 0; }
	body.admin-bar .shg-mobile-panel { top: 0; }
	.shg-shell,
	.shg-main-container { width: min(calc(100% - 28px), var(--shg-shell)) !important; }
	.shg-announcement { font-size: 10px; }
	.shg-announcement__inner { min-height: 30px; }
	.shg-header-main__inner { min-height: 66px; }
	.shg-logo { gap: 8px; }
	.shg-logo-name { font-size: 15px; letter-spacing: .075em; }
	.shg-logo-mark { width: 33px !important; height: 33px !important; flex-basis: 33px; }
	.shg-header-actions { gap: 0; }
	.shg-icon-button { width: 38px; height: 38px; }
	.shg-hero__inner { padding-top: 45px; }
	.shg-hero__copy h1 { font-size: clamp(37px,12vw,52px); }
	.shg-hero__lead { margin-top: 20px; font-size: 14px; line-height: 1.9; }
	.shg-hero__actions { flex-direction: column; align-items: stretch; margin-top: 27px; }
	.shg-button { width: 100%; }
	.shg-hero__company { margin-top: 23px; }
	.shg-hero__visual { min-height: 350px; }
	.shg-hero-product { padding: 9px; border-radius: 17px; }
	.shg-hero-product--1 { left: 0; width: 40%; height: 55%; }
	.shg-hero-product--2 { right: 0; width: 40%; }
	.shg-hero-product--3 { right: 7%; width: 45%; }
	.shg-hero-product span { display: none; }
	.shg-trust-strip__grid > div { padding: 17px 14px; }
	.shg-section-heading { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 25px; }
	.shg-section-heading h2 { font-size: 29px; }
	.shg-home-section { padding: 54px 0; }
	.shg-category-grid { gap: 10px; }
	.shg-category-card__content { min-height: 82px; padding: 13px 33px 14px 13px; }
	.shg-category-card__content strong { font-size: 11px; }
	.shg-category-card__arrow { right: 9px; bottom: 22px; width: 23px; height: 23px; }
	.shg-category-svg { width: 43px !important; height: 43px !important; }
	.woocommerce ul.products,
	.woocommerce-page ul.products { gap: 13px 9px !important; }
	.woocommerce ul.products li.product { padding-bottom: 12px !important; border-radius: 12px; }
	.woocommerce ul.products li.product a img { padding: 9px; }
	.woocommerce ul.products li.product .ast-woo-product-category,
	.woocommerce ul.products li.product .shg-loop-category { margin: 10px 10px 3px; font-size: 8px; }
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h2,
	.woocommerce ul.products li.product h3 { min-height: 3.25em; margin: 0 10px 6px !important; font-size: 11px !important; }
	.woocommerce ul.products li.product .price { min-height: 24px; margin: 0 10px 9px !important; font-size: 12px !important; }
	.woocommerce ul.products li.product .price del { font-size: 9px; }
	.woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product .added_to_cart { min-height: 37px; margin: 0 9px !important; padding: 7px 8px !important; font-size: 9px !important; }
	.shg-sale-badge,
	.woocommerce span.onsale.shg-sale-badge { top: 8px !important; left: 8px !important; min-width: 41px !important; height: 23px !important; padding: 0 7px !important; font-size: 8px !important; }
	.shg-editorial-card { min-height: 285px; }
	.shg-editorial-card__content { left: 20px; right: 20px; bottom: 20px; }
	.shg-about-band { padding: 58px 0; }
	.shg-about-band__mark { width: 90px; height: 90px; }
	.shg-about-band__mark .shg-logo-mark { width: 65px !important; height: 65px !important; }
	.shg-footer__grid { grid-template-columns: 1fr; gap: 35px; padding-top: 54px; }
	.shg-footer__brand,
	.shg-footer__column:last-child { grid-column: auto; display: block; }
	.shg-footer__bottom-inner { flex-direction: column; gap: 4px; }
	.shg-footer-logo .shg-logo-name { font-size: 18px; }
	.shg-footer-logo .shg-logo-subtitle { display: block; }
	.shg-mobile-bottom-nav {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 850;
		display: grid;
		grid-template-columns: repeat(4,1fr);
		height: 64px;
		padding-bottom: env(safe-area-inset-bottom);
		border-top: 1px solid var(--shg-line);
		background: rgba(252,251,248,.97);
		box-shadow: 0 -8px 24px rgba(20,40,31,.08);
		backdrop-filter: blur(12px);
	}
	.shg-mobile-bottom-nav a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--shg-ink-soft); font-size: 8px; }
	.shg-mobile-bottom-nav svg { width: 21px; height: 21px; }
	.shg-mobile-bottom-nav .shg-cart-count { top: 6px; right: calc(50% - 20px); border-color: var(--shg-paper); }
	.shg-scroll-top { right: 13px; bottom: 76px; width: 40px; height: 40px; }
	.shg-page-hero { margin-top: -38px; }
	.shg-page-hero__inner { padding-top: 60px; padding-bottom: 57px; }
	.shg-page-hero h1 { font-size: 38px; }
	.shg-info-section { padding: 58px 0; }
	.shg-info-main > h2 { font-size: 31px; }
	.shg-contact-card { padding: 27px; }
	.shg-definition-row,
	.shg-definition-table--legal .shg-definition-row { grid-template-columns: 1fr; }
	.shg-definition-row dt { padding: 14px 16px 6px; border-bottom: 0; }
	.shg-definition-row dd { padding: 7px 16px 16px; }
	.shg-form-card { padding: 23px 17px; }
	.shg-field-grid { grid-template-columns: 1fr; gap: 0; }
	.shg-contact-method a { font-size: 21px; }
	.shg-faq-item summary { min-height: 70px; padding-right: 42px; font-size: 13px; }
	.shg-faq-answer { padding: 0 40px 22px 36px; }
	.shg-policy-nav { grid-template-columns: 1fr; }
	.shg-policy-content > section { padding-bottom: 42px; margin-bottom: 42px; }
	.shg-policy-contact { grid-template-columns: 1fr; padding: 24px; }
	.single-product .shg-main-container { padding-top: 24px !important; }
	.woocommerce div.product { gap: 25px; }
	.woocommerce div.product .product_title { font-size: 23px !important; }
	.woocommerce div.product p.price { font-size: 22px !important; }
	.woocommerce div.product form.cart { display: grid; grid-template-columns: 75px 1fr; }
	.woocommerce div.product form.cart .variations,
	.woocommerce div.product form.cart .single_variation_wrap { grid-column: 1 / -1; width: 100%; }
	.woocommerce div.product form.cart .variations tr { grid-template-columns: 1fr; gap: 5px; }
	.woocommerce div.product .woocommerce-tabs ul.tabs { gap: 17px; overflow-x: auto; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li a { white-space: nowrap; font-size: 10px; }
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td { padding: 11px 13px !important; }
	.woocommerce .cart-collaterals .cart_totals { padding: 19px; }
	.woocommerce .coupon { flex-direction: column; }
	.woocommerce .coupon input.input-text { width: 100% !important; }
	.woocommerce-checkout #order_review { padding: 17px; }
	.shg-404__code { font-size: 120px; }
	.shg-404__actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* WooCommerce Cart / Checkout blocks and order confirmation */
.shg-checkout-notice__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	padding-top: 7px;
	border-top: 1px solid rgba(31,75,58,.12);
}
.shg-order-support {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 18px;
	margin-top: 28px;
	padding: 20px 22px;
	border: 1px solid var(--shg-line);
	border-radius: 12px;
	background: var(--shg-sage);
	font-size: 12px;
}
.shg-order-support strong { width: 100%; color: var(--shg-ink); font-size: 14px; }
.shg-order-support span { color: var(--shg-muted); }
.shg-order-support a { color: var(--shg-green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.wc-block-cart,
.wc-block-checkout,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout { color: var(--shg-ink); }
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	box-sizing: border-box;
}
.wc-block-components-sidebar,
.wc-block-cart__main,
.wc-block-checkout__main {
	border-color: var(--shg-line) !important;
}
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper,
.wc-block-cart-items,
.wc-block-checkout__sidebar {
	border-color: var(--shg-line) !important;
}
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-address-form__country .wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-select .wc-block-components-select__select {
	min-height: 48px !important;
	border: 1px solid #cbd4ce !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	min-height: 52px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--shg-green) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	box-shadow: 0 10px 24px rgba(31,75,58,.17) !important;
}
.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover { background: var(--shg-green-deep) !important; }
.wc-block-components-product-name { color: var(--shg-ink) !important; font-weight: 700; }
.wc-block-components-product-image img { border-radius: 8px; background: #f2f3f0; object-fit: contain; }
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value { color: var(--shg-ink); }
.wc-block-components-notice-banner { border-radius: 9px !important; }

@media (max-width: 600px) {
	.shg-checkout-notice__links { flex-direction: column; gap: 5px; }
	.shg-order-support { align-items: flex-start; flex-direction: column; }
	.wc-block-components-sidebar-layout { display: block !important; }
	.wc-block-components-sidebar-layout .wc-block-components-main,
	.wc-block-components-sidebar-layout .wc-block-components-sidebar { width: 100% !important; padding: 0 !important; }
}
