/* Woonis Theme 2026 — lightweight global shell for non-home templates. */
body.woonis-theme-2026 {
	--w26-warm: #f8f6f2;
	--w26-paper: #fffefa;
	--w26-ink: #11120f;
	--w26-graphite: #1a1c18;
	--w26-muted: #6f736b;
	--w26-line: #dedbd2;
	--w26-lime: #cfff36;
	--w26-gold: #c38e3c;
	margin: 0;
	background: var(--w26-warm);
	color: var(--w26-ink);
	font-family: Inter, Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}
body.woonis-theme-2026 *, body.woonis-theme-2026 *::before, body.woonis-theme-2026 *::after { box-sizing: border-box; }
body.woonis-theme-2026 a { color: inherit; text-decoration: none; }
body.woonis-theme-2026 button { color: inherit; font: inherit; }
body.woonis-theme-2026 .bodywrap { background: var(--w26-warm); }
body.woonis-theme-2026 .opacity_menu { display: none !important; }
body.woonis-theme-2026 a:focus-visible,
body.woonis-theme-2026 button:focus-visible,
body.woonis-theme-2026 input:focus-visible { outline: 2px solid #789500; outline-offset: 3px; }

/* Announcement and clean site shell */
body.woonis-theme-2026 .woonis-announcement {
	height: 34px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 0 3.25vw;
	background: var(--w26-ink);
	color: #f7f7f2;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
body.woonis-theme-2026 .woonis-announcement strong { color: var(--w26-lime); letter-spacing: .2em; text-align: center; }
body.woonis-theme-2026 .woonis-announcement a { text-align: right; }
body.woonis-theme-2026 .w26-header {
	position: relative !important;
	z-index: 30;
	height: 86px;
	display: grid;
	grid-template-columns: 255px minmax(0, 1fr) 110px;
	align-items: center;
	padding: 0 3.25vw;
	background: rgba(248, 246, 242, .96);
	border: 0;
	border-bottom: 1px solid var(--w26-line);
	box-shadow: none;
}
body.woonis-theme-2026 .w26-logo {
	display: inline-flex;
	width: max-content;
	max-width: 100%;
	flex-direction: column;
	gap: 3px;
	line-height: 1;
}
body.woonis-theme-2026 .w26-wordmark { font-size: 23px; font-weight: 850; letter-spacing: .18em; line-height: 1; }
body.woonis-theme-2026 .w26-wordmark span { color: #8fb500; }
body.woonis-theme-2026 .w26-logo small { font-size: 6px; font-weight: 800; letter-spacing: .42em; color: var(--w26-muted); }
body.woonis-theme-2026 .w26-nav { align-self: stretch; min-width: 0; }
body.woonis-theme-2026 .w26-nav__list {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: clamp(16px, 2.1vw, 38px);
	margin: 0;
	padding: 0;
	list-style: none;
}
body.woonis-theme-2026 .w26-nav__item { position: relative; display: flex; align-items: center; }
body.woonis-theme-2026 .w26-nav__item > a {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0;
	color: #3f423c;
	font-size: 12px;
	font-weight: 650;
	white-space: nowrap;
}
body.woonis-theme-2026 .w26-nav__item > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -1px;
	height: 2px;
	background: var(--w26-lime);
	transition: right .25s ease;
}
body.woonis-theme-2026 .w26-nav__item:hover > a::after,
body.woonis-theme-2026 .w26-nav__item.is-active > a::after { right: 0; }
body.woonis-theme-2026 .w26-nav__toggle { display: none; }
body.woonis-theme-2026 .w26-nav__sub {
	position: absolute;
	top: 100%;
	left: -18px;
	width: 230px;
	display: none;
	margin: 0;
	padding: 12px 0;
	background: var(--w26-paper);
	border: 1px solid var(--w26-line);
	box-shadow: 0 20px 35px rgba(18, 20, 15, .1);
	list-style: none;
}
body.woonis-theme-2026 .w26-nav__item:hover > .w26-nav__sub { display: block; }
body.woonis-theme-2026 .w26-nav__sub li { position: relative; list-style: none; }
body.woonis-theme-2026 .w26-nav__sub a { display: block; padding: 10px 18px; color: #52564e; font-size: 11px; line-height: 1.4; }
body.woonis-theme-2026 .w26-nav__sub a:hover { background: #f0eee8; color: #6f8f00; }
body.woonis-theme-2026 .w26-nav__sub ul { margin: 0; padding: 0 0 4px 11px; list-style: none; }
body.woonis-theme-2026 .w26-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
body.woonis-theme-2026 .w26-icon-button,
body.woonis-theme-2026 .w26-menu-button {
	position: relative;
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
}
body.woonis-theme-2026 .w26-icon-button:hover { border-color: var(--w26-line); background: var(--w26-paper); }
body.woonis-theme-2026 .w26-icon-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }
body.woonis-theme-2026 .w26-cart .count {
	position: absolute;
	top: 1px;
	right: 0;
	width: 17px;
	height: 17px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--w26-lime);
	color: #181a15;
	font-size: 9px;
	font-weight: 800;
}
body.woonis-theme-2026 .w26-menu-button { display: none; }

/* Search overlay */
body.woonis-theme-2026 .w26-search {
	position: fixed;
	z-index: 1200;
	inset: 0;
	display: none;
	place-items: start center;
	padding: 12vh 20px 30px;
	background: rgba(12, 13, 11, .9);
	backdrop-filter: blur(8px);
}
body.woonis-theme-2026 .w26-search.active,
body.woonis-theme-2026 .w26-search.is-active { display: grid; }
body.woonis-theme-2026 .w26-search__close {
	position: fixed;
	top: 27px;
	right: 36px;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 1px solid #656a60;
	background: transparent;
	color: #fff;
	font-size: 27px;
	line-height: 1;
	cursor: pointer;
}
body.woonis-theme-2026 .w26-search__panel { width: min(760px, 100%); color: #fff; }
body.woonis-theme-2026 .w26-search__panel > p { margin: 0 0 22px; color: var(--w26-lime); font-size: 9px; font-weight: 800; letter-spacing: .25em; }
body.woonis-theme-2026 .w26-search__form { display: flex; align-items: center; gap: 18px; border-bottom: 1px solid #777c71; }
body.woonis-theme-2026 .w26-search__form svg { width: 28px; height: 28px; flex: 0 0 auto; fill: none; stroke: #fff; stroke-width: 1.4; }
body.woonis-theme-2026 .w26-search__form input[type="text"] {
	flex: 1;
	min-width: 0;
	padding: 22px 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #fff;
	font-size: clamp(23px, 3vw, 38px);
	font-weight: 500;
}
body.woonis-theme-2026 .w26-search__form input::placeholder { color: #686e62; }
body.woonis-theme-2026 .w26-search__form button { position: static; inset: auto; flex: 0 0 auto; width: auto; height: auto; padding: 12px 0; border: 0; border-radius: 0; background: transparent; color: var(--w26-lime); font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
body.woonis-theme-2026 .w26-search__panel > span { display: block; margin-top: 19px; color: #7e8477; font-size: 9px; }

/* Footer */
body.woonis-theme-2026 .w26-footer { margin: 0; padding: 0; background: #0d0f0c; color: #fff; border: 0; }
body.woonis-theme-2026 .w26-footer__main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 6vw; padding: 78px 6vw 65px; }
body.woonis-theme-2026 .w26-footer__brand .w26-wordmark { font-size: 28px; }
body.woonis-theme-2026 .w26-footer__brand .w26-logo small { color: #72786b; }
body.woonis-theme-2026 .w26-footer__brand > p { max-width: 340px; margin: 25px 0 15px; color: #8f9589; font-size: 12px; line-height: 1.7; }
body.woonis-theme-2026 .w26-footer__brand > span { color: var(--w26-lime); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
body.woonis-theme-2026 .w26-footer__main > div:not(.w26-footer__brand) { display: flex; flex-direction: column; gap: 13px; }
body.woonis-theme-2026 .w26-footer__main h3 { margin: 3px 0 13px; color: #858b7f; font-size: 8px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
body.woonis-theme-2026 .w26-footer__main a,
body.woonis-theme-2026 .w26-footer__main > div:not(.w26-footer__brand) p { margin: 0; color: #c7cbc1; font-size: 11px; line-height: 1.5; }
body.woonis-theme-2026 .w26-footer__main a:hover { color: var(--w26-lime); }
body.woonis-theme-2026 .w26-footer__bottom { min-height: 60px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; padding: 0 6vw; border-top: 1px solid #292c26; color: #62685d; font-size: 7px; font-weight: 700; letter-spacing: .14em; }
body.woonis-theme-2026 .w26-footer__bottom span:nth-child(2) { text-align: center; }
body.woonis-theme-2026 .w26-footer__bottom span:last-child { text-align: right; color: #899f38; }

@media (max-width: 1180px) {
	body.woonis-theme-2026 .w26-header { grid-template-columns: 210px minmax(0, 1fr) 100px; }
	body.woonis-theme-2026 .w26-nav__list { gap: 15px; }
	body.woonis-theme-2026 .w26-nav__item > a { font-size: 10px; }
}

@media (max-width: 1050px) {
	body.woonis-theme-2026 .w26-footer__main { grid-template-columns: 1.4fr 1fr 1fr; }
	body.woonis-theme-2026 .w26-footer__main > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
	body.woonis-theme-2026 .w26-header { height: 68px; grid-template-columns: 1fr auto; padding: 0 20px; }
	body.woonis-theme-2026 .w26-logo small { display: none; }
	body.woonis-theme-2026 .w26-nav {
		position: absolute;
		top: 68px;
		left: 0;
		right: 0;
		height: auto;
		display: none;
		padding: 18px 20px 24px;
		background: var(--w26-paper);
		border-bottom: 1px solid var(--w26-line);
		box-shadow: 0 16px 35px rgba(18,20,15,.09);
	}
	body.woonis-theme-2026 .w26-nav.is-open,
	body.woonis-theme-2026 .w26-nav.current { display: block; }
	body.woonis-theme-2026 .w26-nav__list { height: auto; flex-direction: column; align-items: stretch; gap: 0; }
	body.woonis-theme-2026 .w26-nav__item { min-height: 43px; display: grid; grid-template-columns: 1fr 40px; }
	body.woonis-theme-2026 .w26-nav__item > a { height: auto; padding: 10px 0; font-size: 12px; }
	body.woonis-theme-2026 .w26-nav__item > a::after { display: none; }
	body.woonis-theme-2026 .w26-nav__toggle { display: grid; place-items: center; padding: 0; border: 0; background: transparent; font-size: 18px; }
	body.woonis-theme-2026 .w26-nav__sub { position: static; grid-column: 1 / 3; width: auto; display: none !important; padding: 2px 0 11px 12px; border: 0; box-shadow: none; }
	body.woonis-theme-2026 .w26-nav__item.is-expanded > .w26-nav__sub { display: block !important; }
	body.woonis-theme-2026 .w26-header__actions { grid-column: 2; }
	body.woonis-theme-2026 .w26-menu-button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
	body.woonis-theme-2026 .w26-menu-button i { width: 19px; height: 1px; background: currentColor; }
	body.woonis-theme-2026 .w26-footer__main { grid-template-columns: 1fr 1fr; padding-inline: 24px; }
	body.woonis-theme-2026 .w26-footer__brand { grid-column: 1 / 3; }
	body.woonis-theme-2026 .w26-footer__main > div:last-child { grid-column: 1 / 3; }
	body.woonis-theme-2026 .w26-footer__bottom { grid-template-columns: 1fr; gap: 8px; padding: 22px 24px; }
	body.woonis-theme-2026 .w26-footer__bottom span,
	body.woonis-theme-2026 .w26-footer__bottom span:nth-child(2),
	body.woonis-theme-2026 .w26-footer__bottom span:last-child { text-align: left; }
}

@media (max-width: 500px) {
	body.woonis-theme-2026 .woonis-announcement { grid-template-columns: 1fr; height: 30px; text-align: center; }
	body.woonis-theme-2026 .woonis-announcement > :not(strong) { display: none; }
	body.woonis-theme-2026 .w26-footer__main { grid-template-columns: 1fr; }
	body.woonis-theme-2026 .w26-footer__brand,
	body.woonis-theme-2026 .w26-footer__main > div:last-child { grid-column: 1; }
	body.woonis-theme-2026 .w26-search { padding-top: 9vh; }
	body.woonis-theme-2026 .w26-search__close { top: 17px; right: 18px; }
}

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