/* Woonis Theme 2026 — homepage and shell. Loaded after the legacy Bean styles. */
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; }

/* Home foundation */
body.woonis-theme-2026 .w26-home { overflow: hidden; background: var(--w26-warm); }
body.woonis-theme-2026 .w26-wrap { width: min(1320px, 89vw); margin-inline: auto; }
body.woonis-theme-2026 .w26-heading { margin-bottom: 38px; }
body.woonis-theme-2026 .w26-heading--split { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: end; gap: 70px; }
body.woonis-theme-2026 .w26-kicker { margin: 0 0 13px; color: #7d8376; font-size: 9px; font-weight: 800; letter-spacing: .24em; }
body.woonis-theme-2026 .w26-heading h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(39px, 4vw, 60px);
	font-weight: 750;
	line-height: 1.02;
	letter-spacing: -.045em;
}
body.woonis-theme-2026 .w26-heading--split > p { max-width: 470px; margin: 0 0 4px; color: var(--w26-muted); font-size: 14px; line-height: 1.75; }

/* Split hero */
body.woonis-theme-2026 .w26-hero {
	min-height: 690px;
	display: grid;
	grid-template-columns: minmax(0, 43%) minmax(0, 57%);
	border-bottom: 1px solid var(--w26-line);
}
body.woonis-theme-2026 .w26-hero__copy {
	min-width: 0;
	padding: clamp(74px, 7vw, 110px) clamp(40px, 5vw, 86px) 48px 5.9vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--w26-warm);
}
body.woonis-theme-2026 .w26-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
body.woonis-theme-2026 .w26-eyebrow span { width: 30px; height: 2px; background: var(--w26-lime); }
body.woonis-theme-2026 .w26-hero__copy h1 { max-width: 590px; margin: 0; font-size: clamp(52px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 760; }
body.woonis-theme-2026 .w26-hero__copy h1 em { color: #6f8f00; font-style: normal; }
body.woonis-theme-2026 .w26-hero__lead { max-width: 510px; margin: 30px 0 0; color: #555a51; font-size: 16px; line-height: 1.75; }
body.woonis-theme-2026 .w26-hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
body.woonis-theme-2026 .w26-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
body.woonis-theme-2026 .w26-button:hover { transform: translateY(-2px); }
body.woonis-theme-2026 .w26-button--dark { background: var(--w26-ink); color: #fff; box-shadow: inset 0 -2px var(--w26-lime); }
body.woonis-theme-2026 .w26-button--dark:hover { background: #292c25; color: #fff; }
body.woonis-theme-2026 .w26-button b { color: var(--w26-lime); font-size: 17px; }
body.woonis-theme-2026 .w26-text-link { width: max-content; padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
body.woonis-theme-2026 .w26-text-link span { margin-left: 12px; }
body.woonis-theme-2026 .w26-hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 62px; padding-top: 22px; border-top: 1px solid var(--w26-line); }
body.woonis-theme-2026 .w26-hero__proof div { display: flex; align-items: flex-start; gap: 11px; }
body.woonis-theme-2026 .w26-hero__proof b { color: #97b91c; font-size: 10px; letter-spacing: .08em; }
body.woonis-theme-2026 .w26-hero__proof span { color: #676b63; font-size: 10px; line-height: 1.55; text-transform: uppercase; letter-spacing: .06em; }
body.woonis-theme-2026 .w26-hero__visual {
	position: relative;
	display: block;
	align-self: stretch;
	min-width: 0;
	width: 100%;
	height: 690px;
	min-height: 690px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(255,255,255,.06), transparent 40%), #12140f;
	color: #fff;
}
body.woonis-theme-2026 .w26-hero__visual .swiper-wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 0;
	box-sizing: border-box;
}
body.woonis-theme-2026 .w26-hero__slide {
	position: relative;
	display: block;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	min-height: 0;
	color: #fff;
	overflow: hidden;
}
body.woonis-theme-2026 .w26-hero__slide:hover { color: #fff; }
body.woonis-theme-2026 .w26-hero__visual::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background-image: linear-gradient(rgba(207,255,54,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(207,255,54,.05) 1px, transparent 1px);
	background-size: 72px 72px;
	-webkit-mask-image: linear-gradient(to bottom left, #000, transparent 70%);
	mask-image: linear-gradient(to bottom left, #000, transparent 70%);
	pointer-events: none;
}
body.woonis-theme-2026 .w26-hero__index { position: absolute; top: 34px; left: 38px; z-index: 4; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
body.woonis-theme-2026 .w26-hero__index small { color: #777c71; }
body.woonis-theme-2026 .w26-hero__vertical { position: absolute; right: 25px; top: 46px; z-index: 4; writing-mode: vertical-rl; font-size: 7px; font-weight: 700; letter-spacing: .38em; color: #9da394; }
body.woonis-theme-2026 .w26-hero__aura { position: absolute; width: 570px; height: 570px; right: 3%; top: 0; border-radius: 50%; background: radial-gradient(circle, rgba(207,255,54,.26), rgba(111,161,10,.08) 37%, transparent 69%); filter: blur(4px); }
body.woonis-theme-2026 .w26-hero__image { position: absolute; z-index: 2; top: 22px; right: 1%; width: min(49vw, 700px); height: 440px; overflow: visible; pointer-events: none; }
body.woonis-theme-2026 .w26-hero__image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: scale(1.14); filter: drop-shadow(0 26px 34px rgba(0,0,0,.36)) contrast(1.04) saturate(1.03); }
body.woonis-theme-2026 .w26-hero__slide--v9 .w26-hero__image img,
body.woonis-theme-2026 .w26-hero__slide--ace .w26-hero__image img { transform: scale(1.46); }
body.woonis-theme-2026 .w26-hero__product { position: absolute; z-index: 4; left: 42px; right: 42px; bottom: 42px; }
body.woonis-theme-2026 .w26-hero__product > small { display: block; color: var(--w26-lime); font-size: 9px; font-weight: 800; letter-spacing: .22em; }
body.woonis-theme-2026 .w26-hero__product > strong { display: block; margin: 10px 0 22px; font-size: clamp(25px, 2.8vw, 40px); line-height: 1.04; letter-spacing: -.035em; }
body.woonis-theme-2026 .w26-hero__specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 18px; border-top: 1px solid #3c4037; }
body.woonis-theme-2026 .w26-hero__specs > span { display: flex; flex-direction: column; gap: 4px; }
body.woonis-theme-2026 .w26-hero__specs b { font-size: 12px; letter-spacing: .03em; }
body.woonis-theme-2026 .w26-hero__specs i { color: #969b90; font-size: 9px; font-style: normal; }
body.woonis-theme-2026 .w26-hero__stamp { position: absolute; z-index: 4; left: 42px; top: 73px; display: flex; align-items: center; gap: 9px; }
body.woonis-theme-2026 .w26-hero__stamp > b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--w26-lime); color: var(--w26-lime); font-weight: 800; }
body.woonis-theme-2026 .w26-hero__stamp small { font-size: 7px; line-height: 1.45; letter-spacing: .13em; color: #a7ac9f; }
body.woonis-theme-2026 .w26-hero__controls { position: absolute; z-index: 8; top: 27px; right: 48px; display: flex; align-items: center; gap: 7px; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
body.woonis-theme-2026 .w26-hero__visual.is-w26-slider-ready .w26-hero__controls { opacity: 1; pointer-events: auto; }
body.woonis-theme-2026 .w26-hero__controls button { width: 34px; height: 34px; display: grid; place-items: center; margin: 0; padding: 0; background: rgba(18,20,15,.76); color: #d8dbd2; border: 1px solid #3c4037; border-radius: 0; font: 400 15px/1 Inter, sans-serif; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
body.woonis-theme-2026 .w26-hero__controls button:hover { background: #1c1f18; color: var(--w26-lime); border-color: #667058; }
body.woonis-theme-2026 .w26-hero__controls button:focus-visible { outline: 2px solid var(--w26-lime); outline-offset: 2px; }

/* Trust and categories */
body.woonis-theme-2026 .w26-trust { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; padding: 0 4vw; background: #eeece6; border-bottom: 1px solid var(--w26-line); }
body.woonis-theme-2026 .w26-trust p { min-height: 38px; display: flex; justify-content: center; align-items: center; gap: 11px; margin: 0; border-right: 1px solid var(--w26-line); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
body.woonis-theme-2026 .w26-trust p:last-child { border-right: 0; }
body.woonis-theme-2026 .w26-trust span { color: #83a700; font-size: 17px; }
body.woonis-theme-2026 .w26-categories { padding-block: 112px 126px; }
body.woonis-theme-2026 .w26-category-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: repeat(2, 295px); gap: 16px; }
body.woonis-theme-2026 .w26-category-card { position: relative; display: block; overflow: hidden; background: #eeece6; border: 1px solid #e3e0d7; }
body.woonis-theme-2026 .w26-category-card--large { grid-column: 1; grid-row: 1 / 3; }
body.woonis-theme-2026 .w26-category-card--wide { grid-column: 2 / 4; }
body.woonis-theme-2026 .w26-category-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.1,1), filter .6s ease; }
body.woonis-theme-2026 .w26-category-card--large > img { position: absolute; top: 4%; right: -1%; width: 82%; height: 86%; object-fit: contain; object-position: center; }
body.woonis-theme-2026 .w26-category-card:not(.w26-category-card--large) > img { object-position: 64% 52%; }
body.woonis-theme-2026 .w26-category-card:hover > img { transform: scale(1.035); filter: contrast(1.02); }
body.woonis-theme-2026 .w26-category-card::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(248,246,242,.98) 0, rgba(248,246,242,.74) 34%, rgba(248,246,242,.12) 58%, transparent 72%); pointer-events: none; }
body.woonis-theme-2026 .w26-category-card__label { position: absolute; z-index: 2; left: 34px; bottom: 32px; display: block; }
body.woonis-theme-2026 .w26-category-card__label > small { display: block; margin-bottom: 10px; color: #6e7469; font-size: 8px; font-weight: 800; letter-spacing: .2em; }
body.woonis-theme-2026 .w26-category-card__label > strong { display: block; margin: 0 0 26px; font-size: clamp(28px, 3.25vw, 48px); line-height: .98; letter-spacing: -.045em; }
body.woonis-theme-2026 .w26-category-card:not(.w26-category-card--large) .w26-category-card__label > strong { font-size: 32px; }
body.woonis-theme-2026 .w26-category-card__label > b { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
body.woonis-theme-2026 .w26-category-card__label i { color: #729000; font-size: 15px; font-style: normal; }
body.woonis-theme-2026 .w26-category-card--dark { background: #171914; color: #fff; }
body.woonis-theme-2026 .w26-category-card--dark::after { background: linear-gradient(90deg, #171914 0, rgba(23,25,20,.75) 44%, transparent 74%); }
body.woonis-theme-2026 .w26-category-card--dark .w26-category-card__label > small,
body.woonis-theme-2026 .w26-category-card--dark .w26-category-card__label i { color: var(--w26-lime); }
body.woonis-theme-2026 .w26-category-card__orbit { position: absolute; width: 270px; height: 270px; right: -15px; top: 13px; border: 1px solid rgba(207,255,54,.15); border-radius: 50%; }
body.woonis-theme-2026 .w26-category-card__orbit i { position: absolute; inset: 21%; border: 1px solid rgba(207,255,54,.13); border-radius: 50%; }
body.woonis-theme-2026 .w26-category-card__orbit i:nth-child(2) { inset: 38%; }
body.woonis-theme-2026 .w26-category-card__orbit i:nth-child(3) { width: 5px; height: 5px; inset: auto 27px 51%; background: var(--w26-lime); border: 0; box-shadow: 0 0 20px var(--w26-lime); }
body.woonis-theme-2026 .w26-category-card__headset { position: absolute; right: 72px; top: 61px; width: 120px; height: 150px; border: 17px solid #31352c; border-bottom: 0; border-radius: 80px 80px 0 0; transform: rotate(8deg); }
body.woonis-theme-2026 .w26-category-card__headset i,
body.woonis-theme-2026 .w26-category-card__headset b { position: absolute; top: 77px; width: 37px; height: 66px; border-radius: 22px; background: #caccc4; box-shadow: inset -8px -7px 14px rgba(0,0,0,.23); }
body.woonis-theme-2026 .w26-category-card__headset i { left: -28px; }
body.woonis-theme-2026 .w26-category-card__headset b { right: -28px; }
body.woonis-theme-2026 #woonis-headset > .w26-category-card__headset-image {
	position: absolute;
	z-index: 0;
	top: -15%;
	right: -13%;
	width: 115%;
	height: 120%;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 18px 24px rgba(0,0,0,.35));
	transform: scale(1.04);
}
body.woonis-theme-2026 #woonis-headset:hover > .w26-category-card__headset-image { transform: scale(1.075); }
body.woonis-theme-2026 #woonis-pad > .w26-category-card__pad-image { object-fit: cover; object-position: center; }
body.woonis-theme-2026 .w26-category-card__pad-art { position: absolute; inset: 30px; display: block; border: 1px solid #b9bdaf; background: linear-gradient(135deg, #d9dbd1, #f4f2ec); transform: rotate(-4deg); }
body.woonis-theme-2026 .w26-category-card__pad-art::before,
body.woonis-theme-2026 .w26-category-card__pad-art::after { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(113, 144, 0, .24); border-radius: 50%; }
body.woonis-theme-2026 .w26-category-card__pad-art::after { inset: 28%; }
body.woonis-theme-2026 .w26-category-card__pad-art i { position: absolute; right: 18%; top: 20%; width: 42px; height: 66px; background: #151713; border-radius: 24px; box-shadow: 0 9px 22px rgba(0, 0, 0, .2); }
body.woonis-theme-2026 .w26-category-card__pad-art b { position: absolute; right: calc(18% + 19px); top: calc(20% + 8px); width: 3px; height: 15px; background: var(--w26-lime); border-radius: 3px; }

/* Dynamic Sapo shortlist */
body.woonis-theme-2026 .w26-select { padding-block: 112px 120px; background: var(--w26-paper); border-block: 1px solid var(--w26-line); }
body.woonis-theme-2026 .w26-heading--products { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
body.woonis-theme-2026 .w26-product-tabs { display: flex; align-items: center; gap: 6px; }
body.woonis-theme-2026 .w26-product-tabs button { padding: 10px 15px; border: 1px solid transparent; background: transparent; color: #7c8178; font-size: 10px; font-weight: 750; cursor: pointer; }
body.woonis-theme-2026 .w26-product-tabs button:hover { color: var(--w26-ink); }
body.woonis-theme-2026 .w26-product-tabs button.is-active { border-color: #242620; background: #242620; color: #fff; }
body.woonis-theme-2026 .w26-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 15px; }
body.woonis-theme-2026 .w26-product-card { position: relative; min-width: 0; height: 100%; display: flex; flex-direction: column; margin: 0; padding: 0; overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
body.woonis-theme-2026 .w26-product-card[hidden] { display: none !important; }
body.woonis-theme-2026 .w26-product-card__visual { position: relative; overflow: visible; }
body.woonis-theme-2026 .w26-product-card__image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: var(--w26-warm); border: 1px solid #ece8df; }
body.woonis-theme-2026 .w26-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
body.woonis-theme-2026 .w26-product-card:hover .w26-product-card__image img { transform: scale(1.025); }
body.woonis-theme-2026 .w26-product-card__discount {
	position: absolute;
	z-index: 4;
	top: 14px;
	left: 14px;
	min-width: 48px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 9px;
	background: rgba(239, 236, 228, .94);
	border: 1px solid rgba(222, 218, 208, .92);
	box-shadow: inset 0 -2px var(--w26-lime);
	color: var(--w26-ink);
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .04em;
}
body.woonis-theme-2026 .w26-product-card .w26-product-card__wishlist.btn-wishlist {
	position: absolute;
	z-index: 5;
	top: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	padding: 0;
	background: rgba(250, 249, 245, .78);
	border: 1px solid transparent;
	border-radius: 50%;
	color: var(--w26-ink);
	box-shadow: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
body.woonis-theme-2026 .w26-product-card .w26-product-card__wishlist.btn-wishlist::before {
	content: "";
	width: 19px;
	height: 19px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78Z' fill='none' stroke='%23151713' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
body.woonis-theme-2026 .w26-product-card .w26-product-card__wishlist.btn-wishlist:hover {
	background: rgba(255, 255, 255, .96);
	border-color: #d9d5ca;
	transform: translateY(-1px);
}
body.woonis-theme-2026 .w26-product-card .w26-product-card__wishlist.btn-wishlist.active {
	background: var(--w26-ink);
	border-color: var(--w26-ink);
}
body.woonis-theme-2026 .w26-product-card .w26-product-card__wishlist.btn-wishlist.active::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78Z' fill='%23CFFF36' stroke='%23CFFF36' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.woonis-theme-2026 .w26-product-card .w26-product-card__wishlist.btn-wishlist > svg { display: none !important; }
body.woonis-theme-2026 .w26-product-card__wishlist-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
body.woonis-theme-2026 .w26-product-card__add {
	position: absolute;
	z-index: 3;
	right: 14px;
	bottom: 14px;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: var(--w26-ink);
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}
body.woonis-theme-2026 .w26-product-card__add:hover { background: var(--w26-lime); color: var(--w26-ink); transform: rotate(90deg); }
body.woonis-theme-2026 .w26-product-card__info { min-height: 178px; display: flex; flex: 1; flex-direction: column; padding: 18px 3px 8px; }
body.woonis-theme-2026 .w26-product-card__category { min-height: 12px; margin: 0 0 8px; color: #888d83; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
body.woonis-theme-2026 .w26-product-card__info h3 { min-height: 44px; max-height: 44px; display: -webkit-box; margin: 0 0 13px; overflow: hidden; font-size: 17px; font-weight: 700; line-height: 1.28; letter-spacing: -.015em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body.woonis-theme-2026 .w26-product-card__specs { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }
body.woonis-theme-2026 .w26-product-card__specs span { padding: 5px 7px; background: #f0eee8; color: #5e6359; font-size: 8px; }
body.woonis-theme-2026 .w26-product-card__price { display: flex; align-items: baseline; gap: 9px; margin-top: auto; }
body.woonis-theme-2026 .w26-product-card__price b { color: var(--w26-ink); font-size: 15px; }
body.woonis-theme-2026 .w26-product-card__price del { color: #979b93; font-size: 11px; }
body.woonis-theme-2026 .w26-outline-link { width: max-content; min-width: 235px; min-height: 50px; margin: 52px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 18px; border: 1px solid var(--w26-ink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
body.woonis-theme-2026 .w26-outline-link:hover { background: var(--w26-ink); color: #fff; }
body.woonis-theme-2026 .w26-outline-link span { color: #83a700; font-size: 16px; }

/* The Woonis Standard */
body.woonis-theme-2026 .w26-standard { min-height: 690px; display: grid; grid-template-columns: .85fr 1.15fr; background: #12140f; color: #fff; }
body.woonis-theme-2026 .w26-standard__intro { padding: 104px 6vw; border-right: 1px solid #34372f; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
body.woonis-theme-2026 .w26-kicker--lime { color: var(--w26-lime); }
body.woonis-theme-2026 .w26-standard__intro h2 { max-width: 600px; margin: 0; font-size: clamp(42px, 4.4vw, 66px); font-weight: 750; line-height: 1.01; letter-spacing: -.05em; }
body.woonis-theme-2026 .w26-standard__intro > p:not(.w26-kicker) { max-width: 530px; margin: 29px 0; color: #a9aea3; font-size: 14px; line-height: 1.8; }
body.woonis-theme-2026 .w26-standard__intro a { padding-bottom: 6px; border-bottom: 1px solid #aeb3a7; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
body.woonis-theme-2026 .w26-standard__intro a span { margin-left: 16px; color: var(--w26-lime); }
body.woonis-theme-2026 .w26-standard__steps { padding: 67px 5vw; display: grid; grid-template-rows: repeat(3, 1fr); }
body.woonis-theme-2026 .w26-standard__steps article { display: grid; grid-template-columns: 60px 1fr; align-items: center; gap: 24px; border-bottom: 1px solid #34372f; }
body.woonis-theme-2026 .w26-standard__steps article:last-child { border-bottom: 0; }
body.woonis-theme-2026 .w26-standard__steps article > b { align-self: start; padding-top: 33px; color: var(--w26-lime); font-size: 10px; letter-spacing: .1em; }
body.woonis-theme-2026 .w26-standard__steps p { margin: 0 0 8px; color: #777d70; font-size: 8px; font-weight: 800; letter-spacing: .25em; }
body.woonis-theme-2026 .w26-standard__steps h3 { margin: 0 0 10px; font-size: 23px; font-weight: 700; letter-spacing: -.025em; }
body.woonis-theme-2026 .w26-standard__steps span { max-width: 580px; display: block; color: #a7aca1; font-size: 12px; line-height: 1.65; }

/* Gear by game */
body.woonis-theme-2026 .w26-game { padding-block: 120px; }
body.woonis-theme-2026 .w26-game__heading { align-items: end; }
body.woonis-theme-2026 .w26-game__tabs { display: flex; justify-content: flex-end; gap: 5px; flex-wrap: wrap; }
body.woonis-theme-2026 .w26-game__tabs button { padding: 10px 13px; border: 1px solid var(--w26-line); background: transparent; color: #777c73; font-size: 8px; font-weight: 800; letter-spacing: .1em; cursor: pointer; }
body.woonis-theme-2026 .w26-game__tabs button.is-active { background: var(--w26-lime); color: var(--w26-ink); border-color: var(--w26-lime); }
body.woonis-theme-2026 .w26-game__panel { min-height: 420px; display: grid; grid-template-columns: 1.05fr .8fr 1fr; background: #edebe5; border: 1px solid var(--w26-line); }
body.woonis-theme-2026 .w26-game__panel[hidden] { display: none !important; }
body.woonis-theme-2026 .w26-game__copy { padding: 54px 47px; }
body.woonis-theme-2026 .w26-game__copy > span { color: #6f746b; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
body.woonis-theme-2026 .w26-game__copy h3 { max-width: 440px; margin: 42px 0 18px; font-size: clamp(36px, 3.6vw, 55px); line-height: 1; letter-spacing: -.05em; }
body.woonis-theme-2026 .w26-game__copy p { max-width: 490px; margin: 0 0 32px; color: #656a61; font-size: 13px; line-height: 1.7; }
body.woonis-theme-2026 .w26-game__copy a { padding-bottom: 5px; border-bottom: 1px solid; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
body.woonis-theme-2026 .w26-game__copy a b { margin-left: 12px; color: #719000; }
body.woonis-theme-2026 .w26-game__stats { display: grid; grid-template-rows: repeat(3, 1fr); border-inline: 1px solid var(--w26-line); }
body.woonis-theme-2026 .w26-game__stats div { display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 25px 38px; border-bottom: 1px solid var(--w26-line); }
body.woonis-theme-2026 .w26-game__stats div:last-child { border-bottom: 0; }
body.woonis-theme-2026 .w26-game__stats b { font-size: clamp(32px, 3vw, 48px); letter-spacing: -.045em; }
body.woonis-theme-2026 .w26-game__stats span { color: #777c73; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
body.woonis-theme-2026 .w26-game__picks { padding: 38px; background: var(--w26-paper); }
body.woonis-theme-2026 .w26-game__picks > p { margin: 0 0 33px; color: #7d8278; font-size: 8px; font-weight: 800; letter-spacing: .19em; }
body.woonis-theme-2026 .w26-game__picks div { min-height: 82px; display: grid; grid-template-columns: 28px 1fr 20px; align-items: center; gap: 12px; border-bottom: 1px solid var(--w26-line); }
body.woonis-theme-2026 .w26-game__picks div span { color: #8cae17; font-size: 9px; font-weight: 700; }
body.woonis-theme-2026 .w26-game__picks div b { font-size: 12px; }
body.woonis-theme-2026 .w26-game__picks div i { color: #8cae17; font-style: normal; }

/* Gear lab and newsletter */
body.woonis-theme-2026 .w26-journal { padding-block: 116px 128px; background: var(--w26-paper); border-top: 1px solid var(--w26-line); }
body.woonis-theme-2026 .w26-journal__grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 15px; }
body.woonis-theme-2026 .w26-journal__feature,
body.woonis-theme-2026 .w26-journal__card { min-height: 420px; border: 1px solid var(--w26-line); }
body.woonis-theme-2026 .w26-journal__feature { display: grid; grid-template-rows: 1.2fr .8fr; background: var(--w26-warm); }
body.woonis-theme-2026 .w26-journal__visual { position: relative; overflow: hidden; display: flex; align-items: center; padding: 38px; background: #151713; color: #fff; }
body.woonis-theme-2026 .w26-journal__visual::before { content: ""; position: absolute; width: 420px; height: 420px; right: -70px; top: -160px; border: 1px solid rgba(207,255,54,.35); border-radius: 50%; box-shadow: 0 0 0 45px rgba(207,255,54,.04), 0 0 0 90px rgba(207,255,54,.025); }
body.woonis-theme-2026 .w26-journal__visual > span { font-size: clamp(95px, 10vw, 155px); line-height: .75; font-weight: 750; letter-spacing: -.08em; }
body.woonis-theme-2026 .w26-journal__visual i { align-self: flex-end; margin: 0 0 2px 15px; color: var(--w26-lime); font-size: 17px; font-style: normal; }
body.woonis-theme-2026 .w26-journal__visual b { position: absolute; top: 28px; right: 28px; text-align: right; color: #838a7b; font-size: 7px; line-height: 1.6; letter-spacing: .18em; }
body.woonis-theme-2026 .w26-journal__feature > div:last-child { padding: 27px 31px; }
body.woonis-theme-2026 .w26-journal__feature p,
body.woonis-theme-2026 .w26-journal__card > p { margin: 0 0 12px; color: #7b8076; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
body.woonis-theme-2026 .w26-journal__feature h3 { max-width: 590px; margin: 0 0 18px; font-size: 23px; line-height: 1.23; letter-spacing: -.025em; }
body.woonis-theme-2026 .w26-journal__feature a,
body.woonis-theme-2026 .w26-journal__card a { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
body.woonis-theme-2026 .w26-journal__feature a span { margin-left: 10px; color: #829f1f; }
body.woonis-theme-2026 .w26-journal__card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; background: #f0eee8; }
body.woonis-theme-2026 .w26-journal__number { position: absolute; top: 28px; right: 28px; color: #d2d0c9; font-size: 55px; }
body.woonis-theme-2026 .w26-journal__card h3 { margin: 0 0 28px; font-size: 25px; line-height: 1.12; letter-spacing: -.03em; }
body.woonis-theme-2026 .w26-journal__card--lime { background: var(--w26-lime); border-color: var(--w26-lime); }
body.woonis-theme-2026 .w26-journal__card--lime .w26-journal__number { color: rgba(17,18,15,.15); }
body.woonis-theme-2026 .w26-journal__card--lime > p { color: #536509; }
body.woonis-theme-2026 .w26-newsletter { min-height: 390px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; padding: 70px 7vw; background: #171914; color: #fff; }
body.woonis-theme-2026 .w26-newsletter p { margin: 0; color: var(--w26-lime); font-size: 8px; font-weight: 800; letter-spacing: .24em; }
body.woonis-theme-2026 .w26-newsletter h2 { margin: 14px 0 0; font-size: clamp(42px, 4.6vw, 68px); line-height: .98; letter-spacing: -.05em; }
body.woonis-theme-2026 .w26-newsletter form > label { display: block; margin-bottom: 20px; color: #abb0a5; font-size: 12px; line-height: 1.6; }
body.woonis-theme-2026 .w26-newsletter form > div { display: flex; border-bottom: 1px solid #5a5f53; }
body.woonis-theme-2026 .w26-newsletter input { flex: 1; min-width: 0; padding: 17px 0; border: 0; outline: 0; background: transparent; color: #fff; font-size: 14px; }
body.woonis-theme-2026 .w26-newsletter input::placeholder { color: #767c70; }
body.woonis-theme-2026 .w26-newsletter button { padding: 0 0 0 24px; border: 0; background: transparent; color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
body.woonis-theme-2026 .w26-newsletter button span { margin-left: 12px; color: var(--w26-lime); }

/* 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-hero { grid-template-columns: 48% 52%; }
	body.woonis-theme-2026 .w26-hero__proof { gap: 10px; }
	body.woonis-theme-2026 .w26-category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 500px 270px 270px; }
	body.woonis-theme-2026 .w26-category-card--large { grid-column: 1 / 3; grid-row: 1; }
	body.woonis-theme-2026 .w26-category-card--wide { grid-column: 1 / 3; }
	body.woonis-theme-2026 .w26-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.woonis-theme-2026 .w26-standard { grid-template-columns: 1fr 1fr; }
	body.woonis-theme-2026 .w26-game__panel { grid-template-columns: 1.2fr .7fr; }
	body.woonis-theme-2026 .w26-game__picks { grid-column: 1 / 3; display: grid; grid-template-columns: 110px repeat(3, 1fr); align-items: center; gap: 12px; border-top: 1px solid var(--w26-line); }
	body.woonis-theme-2026 .w26-game__picks > p { margin: 0; }
	body.woonis-theme-2026 .w26-game__picks > .w26-game-pick { min-height: 78px; grid-template-columns: 18px 38px minmax(0, 1fr) 14px; gap: 7px; }
	body.woonis-theme-2026 .w26-game__picks .w26-game-pick__thumb { width: 38px; height: 38px; }
	body.woonis-theme-2026 .w26-game__picks .w26-game-pick__meta b { font-size: 9px; }
	body.woonis-theme-2026 .w26-game__picks div { min-height: 64px; }
	body.woonis-theme-2026 .w26-journal__grid { grid-template-columns: 1fr 1fr; }
	body.woonis-theme-2026 .w26-journal__feature { grid-column: 1 / 3; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr; }
	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-hero { grid-template-columns: 1fr; }
	body.woonis-theme-2026 .w26-hero__copy { padding: 65px 24px 46px; }
	body.woonis-theme-2026 .w26-hero__copy h1 { font-size: clamp(48px, 14vw, 68px); }
	body.woonis-theme-2026 .w26-hero__lead { font-size: 15px; }
	body.woonis-theme-2026 .w26-hero__proof { margin-top: 48px; }
	body.woonis-theme-2026 .w26-hero__visual { height: 620px; min-height: 620px; }
	body.woonis-theme-2026 .w26-hero__image { width: 100%; right: 0; }
	body.woonis-theme-2026 .w26-trust { grid-template-columns: 1fr 1fr; padding: 12px; }
	body.woonis-theme-2026 .w26-trust p { min-height: 48px; justify-content: flex-start; padding-left: 10px; border-bottom: 1px solid var(--w26-line); }
	body.woonis-theme-2026 .w26-trust p:nth-child(2) { border-right: 0; }
	body.woonis-theme-2026 .w26-trust p:nth-child(n+3) { border-bottom: 0; }
	body.woonis-theme-2026 .w26-wrap { width: calc(100% - 40px); }
	body.woonis-theme-2026 .w26-heading--split { grid-template-columns: 1fr; gap: 20px; }
	body.woonis-theme-2026 .w26-categories { padding-block: 78px 88px; }
	body.woonis-theme-2026 .w26-category-grid { grid-template-columns: 1fr; grid-template-rows: 480px repeat(3, 280px); }
	body.woonis-theme-2026 .w26-category-card--large { grid-column: 1; grid-row: 1; }
	body.woonis-theme-2026 .w26-category-card--wide { grid-column: 1; }
	body.woonis-theme-2026 .w26-category-card--large > img { width: 94%; height: 82%; right: -14%; top: 4%; }
	body.woonis-theme-2026 .w26-category-card { grid-column: 1; }
	body.woonis-theme-2026 .w26-select { padding-block: 78px 88px; }
	body.woonis-theme-2026 .w26-heading--products { align-items: flex-start; flex-direction: column; }
	body.woonis-theme-2026 .w26-product-tabs { width: 100%; overflow-x: auto; }
	body.woonis-theme-2026 .w26-product-tabs button { flex: 0 0 auto; }
	body.woonis-theme-2026 .w26-standard { grid-template-columns: 1fr; }
	body.woonis-theme-2026 .w26-standard__intro { padding: 80px 24px; border-right: 0; border-bottom: 1px solid #34372f; }
	body.woonis-theme-2026 .w26-standard__steps { padding: 25px 24px; }
	body.woonis-theme-2026 .w26-standard__steps article { min-height: 180px; }
	body.woonis-theme-2026 .w26-game { padding-block: 80px; }
	body.woonis-theme-2026 .w26-game__tabs { justify-content: flex-start; }
	body.woonis-theme-2026 .w26-game__panel { grid-template-columns: 1fr; }
	body.woonis-theme-2026 .w26-game__copy { padding: 43px 30px; }
	body.woonis-theme-2026 .w26-game__stats { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; border: 0; border-block: 1px solid var(--w26-line); }
	body.woonis-theme-2026 .w26-game__stats div { border: 0; border-right: 1px solid var(--w26-line); padding: 25px; }
	body.woonis-theme-2026 .w26-game__stats div:last-child { border-right: 0; }
	body.woonis-theme-2026 .w26-game__picks { grid-column: 1; display: block; }
	body.woonis-theme-2026 .w26-game__picks > p { margin-bottom: 20px; }
	body.woonis-theme-2026 .w26-game__picks > .w26-game-pick { min-height: 88px; grid-template-columns: 22px 48px minmax(0, 1fr) 18px; gap: 10px; }
	body.woonis-theme-2026 .w26-game__picks .w26-game-pick__thumb { width: 48px; height: 48px; }
	body.woonis-theme-2026 .w26-game__picks .w26-game-pick__meta b { font-size: 11px; }
	body.woonis-theme-2026 .w26-journal { padding-block: 80px 90px; }
	body.woonis-theme-2026 .w26-journal__feature { grid-column: 1 / 3; grid-template-columns: 1fr; grid-template-rows: 1.2fr .8fr; }
	body.woonis-theme-2026 .w26-newsletter { grid-template-columns: 1fr; padding: 70px 24px; }
	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-hero__actions { align-items: flex-start; flex-direction: column; gap: 16px; }
	body.woonis-theme-2026 .w26-hero__proof { grid-template-columns: 1fr; gap: 12px; }
	body.woonis-theme-2026 .w26-hero__proof span br { display: none; }
	body.woonis-theme-2026 .w26-hero__visual { height: 560px; min-height: 560px; }
	body.woonis-theme-2026 .w26-hero__image { height: 390px; top: 24px; }
	body.woonis-theme-2026 .w26-hero__product { left: 24px; right: 24px; bottom: 26px; }
	body.woonis-theme-2026 .w26-hero__stamp { left: 24px; }
	body.woonis-theme-2026 .w26-hero__vertical { display: none; }
	body.woonis-theme-2026 .w26-hero__controls { top: 24px; right: 20px; }
	body.woonis-theme-2026 .w26-trust { grid-template-columns: 1fr; }
	body.woonis-theme-2026 .w26-trust p { border-right: 0; border-bottom: 1px solid var(--w26-line) !important; }
	body.woonis-theme-2026 .w26-trust p:last-child { border-bottom: 0 !important; }
	body.woonis-theme-2026 .w26-heading h2 { font-size: 39px; }
	body.woonis-theme-2026 .w26-category-grid { grid-template-rows: 420px repeat(3, 270px); }
	body.woonis-theme-2026 .w26-category-card__label { left: 23px; bottom: 24px; }
	body.woonis-theme-2026 .w26-category-card::after { background: linear-gradient(90deg, rgba(248,246,242,.98), rgba(248,246,242,.68) 57%, transparent 82%); }
	body.woonis-theme-2026 .w26-category-card--dark::after { background: linear-gradient(90deg, #171914, rgba(23,25,20,.78) 58%, transparent); }
	body.woonis-theme-2026 .w26-product-grid { grid-template-columns: 1fr; }
	body.woonis-theme-2026 .w26-standard__intro h2 { font-size: 40px; }
	body.woonis-theme-2026 .w26-standard__steps article { grid-template-columns: 36px 1fr; gap: 10px; }
	body.woonis-theme-2026 .w26-game__stats { grid-template-columns: 1fr; }
	body.woonis-theme-2026 .w26-game__stats div { border-right: 0; border-bottom: 1px solid var(--w26-line); }
	body.woonis-theme-2026 .w26-game__stats div:last-child { border-bottom: 0; }
	body.woonis-theme-2026 .w26-journal__grid { grid-template-columns: 1fr; }
	body.woonis-theme-2026 .w26-journal__feature,
	body.woonis-theme-2026 .w26-journal__card { grid-column: 1; }
	body.woonis-theme-2026 .w26-journal__feature { min-height: 500px; }
	body.woonis-theme-2026 .w26-journal__visual > span { font-size: 105px; }
	body.woonis-theme-2026 .w26-newsletter h2 { font-size: 42px; }
	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; }
}
