/*
 * Woonis Theme 2026 — Warm Precision Commerce
 * Loaded after the legacy theme styles so Sapo commerce contracts remain intact.
 */

:root {
	--woonis-warm-white: #f8f6f2;
	--woonis-paper: #fffefa;
	--woonis-ink: #11120f;
	--woonis-graphite: #1a1c18;
	--woonis-muted: #6f736b;
	--woonis-line: #dedbd2;
	--woonis-line-dark: #34372f;
	--woonis-lime: #cfff36;
	/* Accessible accent text for light surfaces (5.67:1 on Warm White). */
	--woonis-lime-dark: #536a00;
	--woonis-gold: #c38e3c;
	--woonis-container: 1320px;
}

html {
	scroll-behavior: smooth;
}

body.woonis-theme-2026 {
	margin: 0;
	background: var(--woonis-warm-white);
	color: var(--woonis-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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 img {
	max-width: 100%;
}

body.woonis-theme-2026 button,
body.woonis-theme-2026 input,
body.woonis-theme-2026 select,
body.woonis-theme-2026 textarea {
	font-family: inherit;
}

body.woonis-theme-2026 :is(a, button, input, select, textarea, summary):focus-visible {
	outline: 2px solid var(--woonis-lime-dark);
	outline-offset: 3px;
}

body.woonis-theme-2026 .container {
	width: min(var(--woonis-container), calc(100% - 64px));
	max-width: var(--woonis-container);
	padding-left: 0;
	padding-right: 0;
}

body.woonis-theme-2026 .bodywrap {
	min-height: 55vh;
	overflow: hidden;
}

body.woonis-theme-2026 .section {
	width: 100%;
}

body.woonis-theme-2026 .woonis-kicker {
	margin: 0 0 13px;
	color: #7d8376;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .24em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.woonis-theme-2026 .woonis-kicker--lime {
	color: var(--woonis-lime);
}

body.woonis-theme-2026 .woonis-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 42px;
}

body.woonis-theme-2026 .woonis-section-heading h2 {
	max-width: 760px;
	margin: 0;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(39px, 4vw, 60px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -.045em;
}

body.woonis-theme-2026 .woonis-section-heading > p,
body.woonis-theme-2026 .woonis-section-heading > div + p {
	max-width: 470px;
	margin: 0 0 4px;
	color: var(--woonis-muted);
	font-size: 14px;
	line-height: 1.75;
}

body.woonis-theme-2026 .woonis-dark-button,
body.woonis-theme-2026 .woonis-outline-button {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 0 20px;
	border: 1px solid var(--woonis-ink);
	border-radius: 0;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .07em;
	line-height: 1;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

body.woonis-theme-2026 .woonis-dark-button {
	background: var(--woonis-ink);
	color: #fff;
	box-shadow: inset 0 -2px var(--woonis-lime);
}

body.woonis-theme-2026 .woonis-dark-button b,
body.woonis-theme-2026 .woonis-outline-button span {
	color: var(--woonis-lime);
	font-size: 16px;
}

body.woonis-theme-2026 .woonis-dark-button:hover,
body.woonis-theme-2026 .woonis-outline-button:hover {
	background: #292c25;
	color: #fff;
	transform: translateY(-2px);
}

body.woonis-theme-2026 .woonis-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0 7px;
	border-bottom: 1px solid currentColor;
	font-size: 11px;
	font-weight: 650;
}

/* Announcement and header */
body.woonis-theme-2026 .woonis-announcement {
	min-height: 34px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 20px;
	padding: 7px max(3.25vw, 24px);
	background: var(--woonis-ink);
	color: #f7f7f2;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: .08em;
	line-height: 1.25;
	text-transform: uppercase;
}

body.woonis-theme-2026 .woonis-announcement strong {
	color: var(--woonis-lime);
	font-weight: 750;
	letter-spacing: .2em;
}

body.woonis-theme-2026 .woonis-announcement a {
	text-align: right;
}

body.woonis-theme-2026 header.header,
body.woonis-theme-2026 header.header.header-index {
	position: sticky !important;
	top: 0 !important;
	left: auto;
	right: auto;
	z-index: 999;
	min-height: 86px;
	padding: 0;
	background: rgba(248, 246, 242, .96);
	border-bottom: 1px solid var(--woonis-line);
	box-shadow: none;
	backdrop-filter: blur(15px);
	transition: min-height .25s ease, box-shadow .25s ease, background .25s ease;
}

body.woonis-theme-2026 header.header.is-scrolled {
	min-height: 74px;
	background: rgba(248, 246, 242, .985);
	box-shadow: 0 12px 30px rgba(17, 18, 15, .06);
}

body.woonis-theme-2026 header.header > .container,
body.woonis-theme-2026 header.header > .container > .row {
	min-height: inherit;
}

body.woonis-theme-2026 header.header > .container > .row {
	flex-wrap: nowrap;
}

body.woonis-theme-2026 .woonis-logo {
	display: inline-flex;
	width: max-content;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
	text-align: left;
}

body.woonis-theme-2026 .woonis-wordmark {
	font-family: Inter, sans-serif;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1;
}

body.woonis-theme-2026 .woonis-wordmark > span {
	color: #8fb500;
}

body.woonis-theme-2026 .woonis-logo small,
body.woonis-theme-2026 .woonis-footer-brand small {
	font-size: 6px;
	font-weight: 750;
	letter-spacing: .42em;
	line-height: 1.3;
	color: var(--woonis-muted);
}

body.woonis-theme-2026 .woonis-legacy-logo {
	display: none !important;
}

body.woonis-theme-2026 header.header .header-menu-des {
	width: 100%;
	background: transparent;
	border-radius: 0;
	overflow: visible;
}

body.woonis-theme-2026 header.header .header-nav {
	overflow: visible;
}

body.woonis-theme-2026 header.header .header-nav > ul.item_big {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(16px, 2vw, 36px);
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 85px;
	padding: 0;
	border-radius: 0;
}

body.woonis-theme-2026 header.header.is-scrolled .header-nav > ul.item_big > li.nav-item {
	min-height: 73px;
}

body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item > a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 !important;
	color: #3f423c !important;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item > a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -32px;
	height: 2px;
	background: var(--woonis-lime);
	transition: right .25s ease;
}

body.woonis-theme-2026 header.header.is-scrolled .header-nav > ul.item_big > li.nav-item > a::before {
	bottom: -26px;
}

body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item:hover > a::before,
body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item.active > a::before {
	right: 0;
}

body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item.active > a,
body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item:hover > a {
	color: var(--woonis-ink) !important;
}

body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item > a.caret-down::after {
	border-top-color: currentColor;
	margin-left: 6px;
}

body.woonis-theme-2026 header.header .item_small,
body.woonis-theme-2026 header.header .mega-content {
	top: calc(100% - 1px);
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	box-shadow: 0 18px 42px rgba(17, 18, 15, .12);
}

body.woonis-theme-2026 header.header .item_small a,
body.woonis-theme-2026 header.header .mega-content a {
	font-size: 12px;
}

body.woonis-theme-2026 header.header .item_small a:hover,
body.woonis-theme-2026 header.header .mega-content a:hover {
	color: var(--woonis-lime-dark) !important;
}

body.woonis-theme-2026 header.header .header-control {
	display: block;
}

body.woonis-theme-2026 header.header .header-control .ul-control {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	margin: 0;
	padding: 0;
}

body.woonis-theme-2026 header.header .header-control .ul-control > li {
	margin: 0;
}

body.woonis-theme-2026 header.header .header-control .ul-control > li > a,
body.woonis-theme-2026 header.header .header-control .ul-control > li > svg {
	position: relative;
	width: 39px;
	height: 39px;
	display: grid;
	place-items: center;
	padding: 10px;
	background: transparent !important;
	border: 1px solid transparent;
	border-radius: 0 !important;
	cursor: pointer;
}

body.woonis-theme-2026 header.header .header-control .ul-control > li > svg {
	padding: 9px;
}

body.woonis-theme-2026 header.header .header-control .ul-control svg path,
body.woonis-theme-2026 header.header .menu-bar svg path {
	fill: var(--woonis-ink) !important;
}

body.woonis-theme-2026 header.header .header-control .ul-control > li:hover > a,
body.woonis-theme-2026 header.header .header-control .ul-control > li:hover > svg {
	border-color: var(--woonis-line);
}

body.woonis-theme-2026 header.header .header-control .count,
body.woonis-theme-2026 header.header .header-control .count_item_pr {
	top: -2px !important;
	right: -2px !important;
	width: 17px !important;
	height: 17px !important;
	background: var(--woonis-lime) !important;
	color: var(--woonis-ink) !important;
	border: 1px solid var(--woonis-ink);
	border-radius: 50%;
	font-size: 9px !important;
	font-weight: 800;
}

body.woonis-theme-2026 header.header .header-user ul,
body.woonis-theme-2026 header.header .top-cart-content {
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	box-shadow: 0 18px 42px rgba(17, 18, 15, .12);
}

body.woonis-theme-2026 .popup-search {
	display: grid;
	place-items: start center;
	padding: 17vh 24px 40px;
	background: rgba(12, 13, 11, .86);
	backdrop-filter: blur(9px);
	transform: translateY(-16px);
	transition: opacity .28s ease, visibility .28s ease, transform .28s ease;
}

body.woonis-theme-2026 .popup-search.active {
	transform: translateY(0);
}

body.woonis-theme-2026 .popup-search .search-header {
	width: min(720px, 92vw);
	margin: 0;
}

body.woonis-theme-2026 .popup-search .search-smart,
body.woonis-theme-2026 .popup-search form {
	width: 100%;
}

body.woonis-theme-2026 .popup-search .form-control {
	height: 70px;
	padding: 0 72px 0 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #767b70;
	border-radius: 0;
	color: #fff;
	font-size: clamp(22px, 3vw, 38px);
	box-shadow: none;
}

body.woonis-theme-2026 .popup-search .form-control::placeholder {
	color: #9ca195;
}

body.woonis-theme-2026 .popup-search form button {
	position: absolute;
	right: 0;
	top: 8px;
	width: 52px;
	height: 52px;
	background: var(--woonis-lime);
	border: 0;
	border-radius: 0;
}

body.woonis-theme-2026 .popup-search form button svg {
	fill: var(--woonis-ink);
}

body.woonis-theme-2026 .popup-search .close-popup-search {
	top: 28px;
	right: 34px;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	padding: 12px;
	border: 1px solid #62675d;
}

/* Woonis hero */
body.woonis-theme-2026 .home-slider.woonis-hero-slider {
	position: relative;
	width: 100%;
	margin: 0 !important;
	background: var(--woonis-warm-white);
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-hero-slider .swiper-slide {
	background: var(--woonis-warm-white);
	text-align: left;
}

body.woonis-theme-2026 .woonis-hero {
	min-height: 680px;
	display: grid;
	grid-template-columns: minmax(0, 43%) minmax(0, 57%);
}

body.woonis-theme-2026 .woonis-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(64px, 7vw, 104px) clamp(38px, 4.8vw, 80px) 46px max(5.5vw, 42px);
	background: var(--woonis-warm-white);
}

body.woonis-theme-2026 .woonis-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 25px;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .2em;
}

body.woonis-theme-2026 .woonis-hero__eyebrow span {
	width: 30px;
	height: 2px;
	background: var(--woonis-lime);
}

body.woonis-theme-2026 .woonis-hero__copy h2 {
	max-width: 590px;
	margin: 0;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(50px, 5vw, 78px);
	font-weight: 740;
	line-height: .98;
	letter-spacing: -.055em;
}

body.woonis-theme-2026 .woonis-hero__copy h2 em {
	color: #6f8f00;
	font-style: normal;
}

body.woonis-theme-2026 .woonis-hero__lead {
	max-width: 510px;
	margin: 30px 0 0;
	color: #555a51;
	font-size: 15px;
	line-height: 1.75;
}

body.woonis-theme-2026 .woonis-hero__actions {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-top: 36px;
}

body.woonis-theme-2026 .woonis-hero__proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 55px;
	padding-top: 21px;
	border-top: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-hero__proof div {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

body.woonis-theme-2026 .woonis-hero__proof b {
	color: #8ba919;
	font-size: 9px;
	letter-spacing: .08em;
}

body.woonis-theme-2026 .woonis-hero__proof span {
	color: #676b63;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: .055em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .woonis-hero__visual {
	position: relative;
	min-height: 680px;
	display: block;
	overflow: hidden;
	background: #12140f;
	color: #fff;
}

body.woonis-theme-2026 .woonis-hero__visual::before,
body.woonis-theme-2026 .woonis-hero__visual::after {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
	pointer-events: none;
}

body.woonis-theme-2026 .woonis-hero__visual::before {
	background: linear-gradient(180deg, rgba(12, 14, 10, .08) 30%, rgba(12, 14, 10, .86) 100%);
}

body.woonis-theme-2026 .woonis-hero__visual::after {
	background-image: linear-gradient(rgba(207, 255, 54, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(207, 255, 54, .045) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom left, #000, transparent 72%);
}

body.woonis-theme-2026 .woonis-hero__visual > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s cubic-bezier(.2, .7, .1, 1);
}

body.woonis-theme-2026 .swiper-slide-active .woonis-hero__visual > img,
body.woonis-theme-2026 .woonis-hero__visual:hover > img {
	transform: scale(1.025);
}

body.woonis-theme-2026 .woonis-hero__index {
	position: absolute;
	z-index: 4;
	top: 34px;
	left: 38px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
}

body.woonis-theme-2026 .woonis-hero__index small {
	color: #9ca193;
	font-size: inherit;
}

body.woonis-theme-2026 .woonis-hero__stamp {
	position: absolute;
	z-index: 4;
	left: 38px;
	top: 72px;
	display: flex;
	align-items: center;
	gap: 9px;
}

body.woonis-theme-2026 .woonis-hero__stamp > b {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border: 1px solid var(--woonis-lime);
	color: var(--woonis-lime);
	font-weight: 800;
}

body.woonis-theme-2026 .woonis-hero__stamp small {
	color: #d7d9d3;
	font-size: 7px;
	line-height: 1.45;
	letter-spacing: .13em;
}

body.woonis-theme-2026 .woonis-hero__product {
	position: absolute;
	z-index: 4;
	left: 40px;
	right: 40px;
	bottom: 38px;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 9px 20px;
	padding-top: 19px;
	border-top: 1px solid rgba(255, 255, 255, .25);
}

body.woonis-theme-2026 .woonis-hero__product small {
	grid-column: 1 / -1;
	color: var(--woonis-lime);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .2em;
}

body.woonis-theme-2026 .woonis-hero__product strong {
	max-width: 560px;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(22px, 2.4vw, 36px);
	font-weight: 650;
	line-height: 1.08;
	letter-spacing: -.035em;
}

body.woonis-theme-2026 .woonis-hero__product i {
	writing-mode: vertical-rl;
	color: #a9aea2;
	font-size: 7px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .3em;
}

body.woonis-theme-2026 .woonis-hero__pagination {
	position: absolute;
	z-index: 5;
	left: auto !important;
	right: 24px;
	bottom: 28px !important;
	width: auto !important;
}

body.woonis-theme-2026 .woonis-hero__pagination .swiper-pagination-bullet {
	width: 22px;
	height: 3px;
	margin: 0 3px !important;
	background: rgba(255, 255, 255, .45);
	border-radius: 0;
	opacity: 1;
}

body.woonis-theme-2026 .woonis-hero__pagination .swiper-pagination-bullet-active {
	background: var(--woonis-lime);
}

/* Trust strip */
body.woonis-theme-2026 .woonis-trust-strip {
	min-height: 72px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	padding: 0 4vw;
	background: #eeece6;
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-trust-strip p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin: 0;
	border-right: 1px solid var(--woonis-line);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .woonis-trust-strip p:last-child {
	border-right: 0;
}

body.woonis-theme-2026 .woonis-trust-strip span {
	color: #83a700;
	font-size: 17px;
}

/* Home categories */
body.woonis-theme-2026 .section_danhmuc {
	margin: 0;
	padding: 108px 0 110px;
	background: var(--woonis-warm-white);
}

body.woonis-theme-2026 .section_danhmuc .cate-list {
	margin-right: -8px;
	margin-left: -8px;
}

body.woonis-theme-2026 .section_danhmuc .cate-list > [class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}

body.woonis-theme-2026 .section_danhmuc .item-cate {
	min-height: 288px;
	margin-bottom: 16px;
	background: #ece9e2;
	border: 1px solid #e3e0d7;
}

body.woonis-theme-2026 .section_danhmuc .item-cate .image {
	height: 100%;
	min-height: 288px;
	padding: 0;
}

body.woonis-theme-2026 .section_danhmuc .item-cate .image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(248, 246, 242, .94) 0, rgba(248, 246, 242, .48) 45%, transparent 72%);
}

body.woonis-theme-2026 .section_danhmuc .item-cate .image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform .6s cubic-bezier(.2, .7, .1, 1), filter .6s ease;
}

body.woonis-theme-2026 .section_danhmuc .item-cate:hover .image img {
	transform: scale(1.045);
	filter: contrast(1.03);
}

body.woonis-theme-2026 .section_danhmuc .item-cate .qodef-e-content,
body.woonis-theme-2026 .section_danhmuc .item-cate .qodef-e-content.e-content2,
body.woonis-theme-2026 .section_danhmuc .item-cate .qodef-e-content.e-content3 {
	z-index: 2;
	width: 72%;
	pointer-events: none;
}

body.woonis-theme-2026 .section_danhmuc .item-cate .qodef-e-content-inner {
	justify-content: flex-end;
	padding: 28px;
}

body.woonis-theme-2026 .section_danhmuc .item-cate h4,
body.woonis-theme-2026 .section_danhmuc .item-cate h4 a {
	color: var(--woonis-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(24px, 2.2vw, 36px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.035em;
}

body.woonis-theme-2026 .section_danhmuc .item-cate .qodef-e-excerpt {
	margin: 9px 0 0;
	color: #686d64;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .section_danhmuc .qodef-e-read-more {
	display: none;
}

/* Product modules and cards */
body.woonis-theme-2026 :is(.section_product_1, .section_product_2, .section_flashsale) {
	margin: 0;
	padding: 104px 0 110px;
	background: var(--woonis-paper);
	border-top: 1px solid var(--woonis-line);
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .section_product_2 {
	background: var(--woonis-warm-white);
}

body.woonis-theme-2026 :is(.section_product_1, .section_product_2, .section_flashsale) > .container > .title {
	align-items: flex-end;
	margin-bottom: 38px;
}

body.woonis-theme-2026 :is(.section_product_1, .section_product_2, .section_flashsale) .title-module {
	position: relative;
	margin: 0;
	padding-top: 22px;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -.045em;
}

body.woonis-theme-2026 :is(.section_product_1, .section_product_2) .title-module::before {
	content: "WOONIS SELECT";
	position: absolute;
	top: 0;
	left: 0;
	color: #7d8376;
	font-family: Inter, sans-serif;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .24em;
}

body.woonis-theme-2026 :is(.section_product_1, .section_product_2) .button-control > div,
body.woonis-theme-2026 .blog-lienquan .button-control > div {
	width: 40px !important;
	height: 40px !important;
	display: inline-grid !important;
	place-items: center;
	padding: 8px !important;
	background: transparent;
	border: 1px solid var(--woonis-line);
	border-radius: 0 !important;
	cursor: pointer;
}

body.woonis-theme-2026 :is(.section_product_1, .section_product_2) .button-control > div:hover,
body.woonis-theme-2026 .blog-lienquan .button-control > div:hover {
	background: var(--woonis-lime);
	border-color: var(--woonis-lime);
}

body.woonis-theme-2026 .product-action {
	position: relative;
	margin: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.woonis-theme-2026 .product-action .product-thumbnail {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f2f0ea;
	border: 1px solid #e8e4db;
	border-radius: 0;
}

body.woonis-theme-2026 .product-action .product-thumbnail .image_thumb {
	position: absolute;
	inset: 0;
	height: 100%;
	padding: 0;
}

body.woonis-theme-2026 .product-action .product-thumbnail .image_thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0;
	transition: opacity .35s ease, transform .5s cubic-bezier(.2, .7, .1, 1);
}

body.woonis-theme-2026 .product-action:hover .product-thumbnail .image_thumb img {
	transform: scale(1.035);
}

body.woonis-theme-2026 .product-action .woonis-select-badge,
body.woonis-theme-2026 .product-action .woonis-card-badge {
	position: absolute;
	z-index: 3;
	top: 13px;
	left: 13px;
	padding: 7px 9px;
	background: var(--woonis-ink);
	color: #fff;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1;
}

body.woonis-theme-2026 .product-action .smart {
	top: 45px;
	left: 13px;
	right: auto;
	padding: 5px 8px;
	background: var(--woonis-lime);
	color: var(--woonis-ink);
	border-radius: 0;
	font-size: 9px;
	font-weight: 800;
}

body.woonis-theme-2026 .product-action .smart::before,
body.woonis-theme-2026 .product-action .smart::after {
	display: none;
}

body.woonis-theme-2026 .product-action .btn-wishlist {
	top: 13px;
	right: 13px;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	padding: 10px;
	background: rgba(255, 254, 250, .92);
	border: 1px solid var(--woonis-line);
	border-radius: 0;
}

body.woonis-theme-2026 .product-action .btn-wishlist.active {
	background: var(--woonis-lime);
	border-color: var(--woonis-lime);
}

body.woonis-theme-2026 .product-action .action {
	position: absolute;
	z-index: 4;
	left: auto;
	right: 13px;
	top: auto;
	bottom: 13px;
	display: flex;
	gap: 5px;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .25s ease, transform .25s ease;
}

body.woonis-theme-2026 .product-action:hover .action,
body.woonis-theme-2026 .product-action:focus-within .action {
	opacity: 1;
	transform: translateY(0);
}

body.woonis-theme-2026 .product-action .action .btn-views {
	position: static;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	margin: 0;
	padding: 11px;
	background: var(--woonis-ink);
	color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.woonis-theme-2026 .product-action .action .btn-views:hover {
	background: var(--woonis-lime);
	color: var(--woonis-ink);
}

body.woonis-theme-2026 .product-action .action .btn-views svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

body.woonis-theme-2026 .product-action .product-info {
	min-height: 130px;
	padding: 17px 3px 8px;
	text-align: left;
}

body.woonis-theme-2026 .product-action .woonis-card-meta {
	margin: 0 0 7px;
	color: #888d83;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: .14em;
	line-height: 1.45;
}

body.woonis-theme-2026 .product-action .product-name {
	min-height: 42px;
	margin: 0 0 11px;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.35;
	letter-spacing: -.015em;
}

body.woonis-theme-2026 .product-action .product-name a:hover {
	color: #657f00;
}

body.woonis-theme-2026 .product-action .woonis-card-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	min-height: 22px;
	margin: 0 0 11px;
}

body.woonis-theme-2026 .product-action .woonis-card-chips span {
	display: inline-flex;
	align-items: center;
	min-height: 21px;
	padding: 4px 7px;
	background: #efede7;
	color: #777c74;
	font-size: 7px;
	font-weight: 500;
	line-height: 1.2;
}

body.woonis-theme-2026 .product-action .price-box {
	color: #141414 !important;
	font-size: 15px;
	font-weight: 750;
}

body.woonis-theme-2026 .product-action .price-box .compare-price {
	margin-left: 7px;
	color: #979b93 !important;
	font-size: 11px;
	font-weight: 500;
}

body.woonis-theme-2026 :is(.section_product_1, .section_product_2, .section_blog) .see-more a {
	min-height: 50px;
	height: 50px;
	line-height: 48px;
	padding: 0 28px;
	background: transparent;
	color: var(--woonis-ink);
	border: 1px solid var(--woonis-ink);
	border-radius: 0;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .08em;
}

body.woonis-theme-2026 :is(.section_product_1, .section_product_2, .section_blog) .see-more a:hover {
	background: var(--woonis-ink);
	color: #fff;
	box-shadow: inset 0 -2px var(--woonis-lime);
}

/* Product set modules */
body.woonis-theme-2026 :is(.section_product_set, .section_product_set_2) {
	margin: 0;
	padding: 72px 0;
	background: #efede7;
}

body.woonis-theme-2026 :is(.section_product_set, .section_product_set_2) .box_set {
	overflow: hidden;
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 :is(.section_product_set, .section_product_set_2) .box_slide_pro {
	padding: 34px !important;
}

body.woonis-theme-2026 :is(.section_product_set, .section_product_set_2) .title-module {
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -.035em;
}

body.woonis-theme-2026 :is(.section_product_set, .section_product_set_2) .swiper-pagination-bullet {
	width: 22px !important;
	height: 3px !important;
	background: #9ea296 !important;
	border-radius: 0 !important;
}

body.woonis-theme-2026 :is(.section_product_set, .section_product_set_2) .swiper-pagination-bullet-active {
	background: var(--woonis-lime-dark) !important;
}

body.woonis-theme-2026 :is(.section_product_set, .section_product_set_2) .thumb .dot {
	border-color: var(--woonis-lime-dark) !important;
}

body.woonis-theme-2026 :is(.section_product_set, .section_product_set_2) .thumb .dot::before {
	border-color: var(--woonis-lime-dark) !important;
}

body.woonis-theme-2026 :is(.section_product_set, .section_product_set_2) .thumb .dot::after {
	background: var(--woonis-lime-dark) !important;
}

/* Standard */
body.woonis-theme-2026 .woonis-standard {
	min-height: 690px;
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	background: #12140f;
	color: #fff;
}

body.woonis-theme-2026 .woonis-standard__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 100px 6vw;
	border-right: 1px solid var(--woonis-line-dark);
}

body.woonis-theme-2026 .woonis-standard__intro h2 {
	max-width: 610px;
	margin: 0;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(42px, 4.4vw, 66px);
	font-weight: 700;
	line-height: 1.01;
	letter-spacing: -.05em;
}

body.woonis-theme-2026 .woonis-standard__intro > p:not(.woonis-kicker) {
	max-width: 530px;
	margin: 29px 0;
	color: #a9aea3;
	font-size: 14px;
	line-height: 1.8;
}

body.woonis-theme-2026 .woonis-standard__intro > a {
	padding-bottom: 6px;
	border-bottom: 1px solid #aeb3a7;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .woonis-standard__intro > a span {
	margin-left: 16px;
	color: var(--woonis-lime);
}

body.woonis-theme-2026 .woonis-standard__steps {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	padding: 66px 5vw;
}

body.woonis-theme-2026 .woonis-standard__steps article {
	display: grid;
	grid-template-columns: 60px 1fr;
	align-items: center;
	gap: 24px;
	border-bottom: 1px solid var(--woonis-line-dark);
}

body.woonis-theme-2026 .woonis-standard__steps article:last-child {
	border-bottom: 0;
}

body.woonis-theme-2026 .woonis-standard__steps article > b {
	align-self: start;
	padding-top: 33px;
	color: var(--woonis-lime);
	font-size: 10px;
	letter-spacing: .1em;
}

body.woonis-theme-2026 .woonis-standard__steps p {
	margin: 0 0 8px;
	color: #777d70;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .25em;
}

body.woonis-theme-2026 .woonis-standard__steps h3 {
	margin: 0 0 10px;
	font-size: 23px;
	font-weight: 650;
	letter-spacing: -.025em;
}

body.woonis-theme-2026 .woonis-standard__steps span {
	max-width: 580px;
	display: block;
	color: #a7aca1;
	font-size: 12px;
	line-height: 1.65;
}

/* Game guide */
body.woonis-theme-2026 .woonis-game {
	padding: 116px 0 120px;
	background: var(--woonis-warm-white);
}

body.woonis-theme-2026 .woonis-game__heading {
	grid-template-columns: 1fr auto;
}

body.woonis-theme-2026 .woonis-game__tabs {
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	flex-wrap: wrap;
}

body.woonis-theme-2026 .woonis-game__tabs button {
	padding: 10px 13px;
	background: transparent;
	color: #777c73;
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: .1em;
	cursor: pointer;
}

body.woonis-theme-2026 .woonis-game__tabs button:hover,
body.woonis-theme-2026 .woonis-game__tabs button.is-active {
	background: var(--woonis-lime);
	color: var(--woonis-ink);
	border-color: var(--woonis-lime);
}

body.woonis-theme-2026 .woonis-game__panel {
	min-height: 420px;
	display: grid;
	grid-template-columns: 1.05fr .8fr 1fr;
	background: #edebe5;
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-game__panel[hidden] {
	display: none;
}

body.woonis-theme-2026 .woonis-game__copy {
	padding: 54px 47px;
}

body.woonis-theme-2026 .woonis-game__copy > span {
	color: #6f746b;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .18em;
}

body.woonis-theme-2026 .woonis-game__copy h3 {
	max-width: 440px;
	margin: 42px 0 18px;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(36px, 3.6vw, 55px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.05em;
}

body.woonis-theme-2026 .woonis-game__copy p {
	max-width: 490px;
	margin: 0 0 32px;
	color: #656a61;
	font-size: 13px;
	line-height: 1.7;
}

body.woonis-theme-2026 .woonis-game__copy a {
	padding-bottom: 5px;
	border-bottom: 1px solid;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .07em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .woonis-game__copy a b {
	margin-left: 12px;
	color: #719000;
}

body.woonis-theme-2026 .woonis-game__stats {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	border-right: 1px solid var(--woonis-line);
	border-left: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-game__stats div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	padding: 25px 34px;
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-game__stats div:last-child {
	border-bottom: 0;
}

body.woonis-theme-2026 .woonis-game__stats b {
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(30px, 3vw, 47px);
	line-height: 1;
	letter-spacing: -.045em;
}

body.woonis-theme-2026 .woonis-game__stats span {
	color: #777c73;
	font-size: 9px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .woonis-game__picks {
	padding: 38px;
	background: var(--woonis-paper);
}

body.woonis-theme-2026 .woonis-game__picks > p {
	margin: 0 0 33px;
	color: #7d8278;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .19em;
}

body.woonis-theme-2026 .woonis-game__picks div {
	min-height: 82px;
	display: grid;
	grid-template-columns: 28px 1fr 20px;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-game__picks div span {
	color: #8cae17;
	font-size: 9px;
	font-weight: 700;
}

body.woonis-theme-2026 .woonis-game__picks div b {
	font-size: 12px;
}

body.woonis-theme-2026 .woonis-game__picks div i {
	color: #8cae17;
	font-style: normal;
}

/* Journal and legacy blog module */
body.woonis-theme-2026 .woonis-journal {
	padding: 112px 0 124px;
	background: var(--woonis-paper);
	border-top: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-journal__heading {
	grid-template-columns: 1fr auto;
}

body.woonis-theme-2026 .woonis-journal__heading > a {
	padding-bottom: 6px;
	border-bottom: 1px solid var(--woonis-ink);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .woonis-journal__heading > a span {
	margin-left: 12px;
	color: var(--woonis-lime-dark);
}

body.woonis-theme-2026 .woonis-journal__grid {
	display: grid;
	grid-template-columns: 1.25fr .75fr .75fr;
	gap: 15px;
}

body.woonis-theme-2026 :is(.woonis-journal__feature, .woonis-journal__card) {
	min-height: 420px;
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-journal__feature {
	display: grid;
	grid-template-rows: 1.2fr .8fr;
	background: var(--woonis-warm-white);
}

body.woonis-theme-2026 .woonis-lab-visual {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 38px;
	background: #151713;
	color: #fff;
}

body.woonis-theme-2026 .woonis-lab-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 .woonis-lab-visual > span {
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(95px, 10vw, 155px);
	font-weight: 700;
	line-height: .75;
	letter-spacing: -.08em;
}

body.woonis-theme-2026 .woonis-lab-visual i {
	align-self: flex-end;
	margin: 0 0 2px 15px;
	color: var(--woonis-lime);
	font-size: 17px;
	font-style: normal;
}

body.woonis-theme-2026 .woonis-lab-visual b {
	position: absolute;
	top: 28px;
	right: 28px;
	color: #838a7b;
	font-size: 7px;
	line-height: 1.6;
	letter-spacing: .18em;
	text-align: right;
}

body.woonis-theme-2026 .woonis-journal__feature > div:last-child {
	padding: 27px 31px;
}

body.woonis-theme-2026 .woonis-journal__feature p,
body.woonis-theme-2026 .woonis-journal__card > p {
	margin: 0 0 12px;
	color: #7b8076;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: .13em;
}

body.woonis-theme-2026 .woonis-journal__feature h3 {
	max-width: 590px;
	margin: 0 0 18px;
	font-size: 23px;
	line-height: 1.23;
	letter-spacing: -.025em;
}

body.woonis-theme-2026 .woonis-journal__feature a,
body.woonis-theme-2026 .woonis-journal__card a {
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .woonis-journal__card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 34px;
	background: #f0eee8;
}

body.woonis-theme-2026 .woonis-journal__number {
	position: absolute;
	top: 28px;
	right: 28px;
	color: #d2d0c9;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 55px;
}

body.woonis-theme-2026 .woonis-journal__card h3 {
	margin: 0 0 28px;
	font-size: 25px;
	line-height: 1.12;
	letter-spacing: -.03em;
}

body.woonis-theme-2026 .woonis-journal__card--lime {
	background: var(--woonis-lime);
	border-color: var(--woonis-lime);
}

body.woonis-theme-2026 .woonis-journal__card--lime .woonis-journal__number {
	color: rgba(17, 18, 15, .15);
}

body.woonis-theme-2026 .section_blog {
	margin: 0;
	padding: 96px 0;
	background: var(--woonis-warm-white);
	border-top: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .section_blog .title-module {
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 700;
	letter-spacing: -.045em;
}

body.woonis-theme-2026 .section_blog .content {
	margin: 12px auto 36px;
	color: var(--woonis-muted);
}

/* Breadcrumb and shared inner-page shell */
body.woonis-theme-2026 .bread-crumb {
	min-height: 60px;
	display: flex;
	align-items: center;
	padding: 0;
	background: #ece9e2 !important;
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .bread-crumb .breadcrumb {
	min-height: 60px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #6d7169;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .bread-crumb .breadcrumb li {
	display: flex;
	align-items: center;
}

body.woonis-theme-2026 .bread-crumb .breadcrumb strong {
	color: var(--woonis-ink);
	font-weight: 750;
}

/*
 * The legacy breadcrumb stylesheet colors nested spans white / main_color.
 * Keep Precision Lime as an accent, never as small text on a light surface.
 */
body.woonis-theme-2026 .bread-crumb .breadcrumb li > a,
body.woonis-theme-2026 .bread-crumb .breadcrumb li > a > span {
	color: #5d6259 !important;
}

body.woonis-theme-2026 .bread-crumb .breadcrumb li > a:hover,
body.woonis-theme-2026 .bread-crumb .breadcrumb li > a:hover > span {
	color: var(--woonis-lime-dark) !important;
}

body.woonis-theme-2026 .bread-crumb .breadcrumb li strong,
body.woonis-theme-2026 .bread-crumb .breadcrumb li strong > span {
	color: var(--woonis-ink) !important;
}

body.woonis-theme-2026 .bread-crumb .breadcrumb .mr_lr,
body.woonis-theme-2026 .bread-crumb .breadcrumb .mr_lr svg {
	color: #8a8f86 !important;
}

body.woonis-theme-2026 .bread-crumb .breadcrumb .mr_lr svg {
	width: 6px;
	height: 10px;
	margin: 0 7px;
}

body.woonis-theme-2026 :is(.title-page, .page-title, .title-head, .article-title, .title_cart) {
	font-family: "Inter Tight", Inter, sans-serif;
	font-weight: 700;
	letter-spacing: -.035em;
}

body.woonis-theme-2026 .layout-collection,
body.woonis-theme-2026 .layout-blog,
body.woonis-theme-2026 .blogpage,
body.woonis-theme-2026 .layout-contact,
body.woonis-theme-2026 .main-cart-page,
body.woonis-theme-2026 .page-content,
body.woonis-theme-2026 .page_customer_account {
	padding: 70px 0 100px;
}

body.woonis-theme-2026 .layout-collection .title-page,
body.woonis-theme-2026 .woonis-page-heading,
body.woonis-theme-2026 .woonis-cart-heading .title_cart {
	margin: 0 0 38px;
	font-size: clamp(38px, 4vw, 58px);
	line-height: 1.05;
}

body.woonis-theme-2026 .section-box-bg,
body.woonis-theme-2026 .bg_blog,
body.woonis-theme-2026 .wrap_background_aside {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

body.woonis-theme-2026 :is(.dqdt-sidebar, .blog_left_base) .aside-item,
body.woonis-theme-2026 :is(.dqdt-sidebar, .blog_left_base) .aside-content,
body.woonis-theme-2026 .formVAT,
body.woonis-theme-2026 .contact,
body.woonis-theme-2026 .form-contact {
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	box-shadow: none;
}

body.woonis-theme-2026 :is(.dqdt-sidebar, .blog_left_base) .title-head,
body.woonis-theme-2026 :is(.dqdt-sidebar, .blog_left_base) .aside-title,
body.woonis-theme-2026 :is(.dqdt-sidebar, .blog_left_base) .title_module {
	padding: 16px 18px;
	background: var(--woonis-ink);
	color: #fff;
	border-radius: 0;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .11em;
	text-transform: uppercase;
}

body.woonis-theme-2026 :is(.dqdt-sidebar, .blog_left_base) .nav-category .nav-link {
	color: var(--woonis-ink) !important;
}

body.woonis-theme-2026 :is(.dqdt-sidebar, .blog_left_base) .nav-category .nav-item.active > .nav-link,
body.woonis-theme-2026 :is(.dqdt-sidebar, .blog_left_base) .nav-category .nav-link:hover {
	color: var(--woonis-lime-dark) !important;
	font-weight: 700;
}

body.woonis-theme-2026 :is(.dqdt-sidebar, .blog_left_base) .filter-item label {
	color: #4f544c;
}

body.woonis-theme-2026 :is(.dqdt-sidebar, .blog_left_base) .filter-item label:hover,
body.woonis-theme-2026 :is(.dqdt-sidebar, .blog_left_base) .filter-item label:has(input:checked) {
	color: var(--woonis-lime-dark) !important;
}

/* Collection, search, wishlist */
body.woonis-theme-2026 .layout-collection .block-collection {
	padding-left: 34px;
}

body.woonis-theme-2026 .layout-collection .row-fix,
body.woonis-theme-2026 .layout-blog .row-fix {
	margin-right: -8px;
	margin-left: -8px;
}

body.woonis-theme-2026 .layout-collection .col-fix,
body.woonis-theme-2026 .layout-blog .col-fix {
	padding-right: 8px;
	padding-left: 8px;
}

body.woonis-theme-2026 #sort-by {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 48px;
	margin: -73px 0 28px;
	font-size: 11px;
}

body.woonis-theme-2026 #sort-by > label {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 9px 0 0;
	color: var(--woonis-muted);
}

body.woonis-theme-2026 #sort-by > label img {
	display: none;
}

body.woonis-theme-2026 #sortBy {
	margin: 0;
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	background: var(--woonis-paper);
}

body.woonis-theme-2026 #sortBy > li > span {
	min-width: 145px;
	display: block;
	padding: 10px 34px 10px 13px;
}

body.woonis-theme-2026 #sortBy ul {
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	box-shadow: 0 14px 32px rgba(17, 18, 15, .1);
}

body.woonis-theme-2026 #sortBy ul a:hover {
	background: #eeece6;
	color: var(--woonis-lime-dark);
}

body.woonis-theme-2026 .pagenav {
	margin-top: 44px;
}

body.woonis-theme-2026 .pagination .page-link,
body.woonis-theme-2026 .pagination a,
body.woonis-theme-2026 .pagination span {
	min-width: 40px;
	height: 40px;
	display: inline-grid;
	place-items: center;
	margin: 0 2px;
	background: transparent;
	color: var(--woonis-ink);
	border: 1px solid var(--woonis-line);
	border-radius: 0 !important;
}

body.woonis-theme-2026 .pagination .active .page-link,
body.woonis-theme-2026 .pagination .current,
body.woonis-theme-2026 .pagination a:hover {
	background: var(--woonis-ink);
	color: #fff;
	border-color: var(--woonis-ink);
}

body.woonis-theme-2026 .open-filters {
	background: var(--woonis-ink);
	color: #fff;
	border-radius: 0;
	box-shadow: inset 0 -2px var(--woonis-lime);
}

body.woonis-theme-2026 .woonis-product-list {
	display: grid;
	grid-template-columns: minmax(220px, 31%) 1fr;
	gap: 30px;
	padding: 18px;
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-product-list__media {
	position: relative;
	aspect-ratio: 1;
	background: #f1efe9;
}

body.woonis-theme-2026 .woonis-product-list__media > a,
body.woonis-theme-2026 .woonis-product-list__media img {
	width: 100%;
	height: 100%;
	display: block;
}

body.woonis-theme-2026 .woonis-product-list__media img {
	object-fit: contain;
}

body.woonis-theme-2026 .woonis-product-list__sale {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 6px 8px;
	background: var(--woonis-lime);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .12em;
}

body.woonis-theme-2026 .woonis-product-list__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

body.woonis-theme-2026 .woonis-product-list__content h3 {
	margin: 4px 0 10px;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 27px;
	line-height: 1.15;
}

body.woonis-theme-2026 .woonis-product-list__price {
	color: #141414;
	font-size: 18px;
	font-weight: 750;
}

body.woonis-theme-2026 .woonis-product-list__price del {
	margin-left: 10px;
	color: #92978e;
	font-size: 12px;
	font-weight: 500;
}

body.woonis-theme-2026 .woonis-product-list__summary {
	max-width: 680px;
	margin: 16px 0 22px;
	color: var(--woonis-muted);
	font-size: 13px;
	line-height: 1.7;
}

body.woonis-theme-2026 .woonis-product-list__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

body.woonis-theme-2026 .woonis-product-list__actions .btn-wishlist {
	position: static;
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	padding: 14px;
	background: transparent;
	border: 1px solid var(--woonis-line);
	border-radius: 0;
}

/* Product detail */
body.woonis-theme-2026 .layout-product {
	padding: 72px 0 105px;
	background: var(--woonis-warm-white);
}

body.woonis-theme-2026 .layout-product .details-product {
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

body.woonis-theme-2026 .layout-product .product-detail-left {
	padding-right: 28px;
}

body.woonis-theme-2026 .layout-product .product-image-block {
	padding: 18px;
	background: #efede7;
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .layout-product .product-image-block .btn-wishlist {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 9;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	padding: 0;
	background: rgba(255, 254, 250, .94);
	border: 1px solid var(--woonis-line);
	border-radius: 50%;
	box-shadow: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

body.woonis-theme-2026 .layout-product .product-image-block .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 .layout-product .product-image-block .btn-wishlist:hover {
	background: #fff;
	border-color: #bcb8ae;
	transform: translateY(-1px);
}

body.woonis-theme-2026 .layout-product .product-image-block .btn-wishlist.active {
	background: var(--woonis-ink);
	border-color: var(--woonis-ink);
}

body.woonis-theme-2026 .layout-product .product-image-block .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 .layout-product .product-image-block .btn-wishlist > svg {
	display: none !important;
}

body.woonis-theme-2026 .layout-product .gallery-top {
	background: var(--woonis-paper);
}

body.woonis-theme-2026 .layout-product .gallery-top .swiper-slide {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
}

body.woonis-theme-2026 .layout-product .gallery-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.woonis-theme-2026 .layout-product .gallery-thumbs {
	margin-top: 12px;
}

body.woonis-theme-2026 .layout-product .gallery-thumbs .swiper-slide {
	background: var(--woonis-paper);
	border: 1px solid transparent;
	border-radius: 0;
	opacity: .7;
}

body.woonis-theme-2026 .layout-product .gallery-thumbs .swiper-slide-thumb-active {
	border-color: var(--woonis-ink);
	opacity: 1;
}

body.woonis-theme-2026 .layout-product .details-pro {
	padding: 6px 0 0 26px;
}

body.woonis-theme-2026 .layout-product .title-product {
	margin: 0 0 16px;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(36px, 3.5vw, 54px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -.045em;
}

body.woonis-theme-2026 .layout-product .inventory_quantity {
	margin: 18px 0;
	padding: 13px 0;
	border-top: 1px solid var(--woonis-line);
	border-bottom: 1px solid var(--woonis-line);
	color: var(--woonis-muted);
	font-size: 11px;
}

body.woonis-theme-2026 .layout-product .a-vendor,
body.woonis-theme-2026 .layout-product .a-stock {
	color: var(--woonis-ink);
	font-weight: 700;
}

/* Override the higher-specificity legacy product metadata colors. */
body.woonis-theme-2026 .layout-product .inventory_quantity .thump-break .a-vendor,
body.woonis-theme-2026 .layout-product .inventory_quantity .thump-break .variant-sku {
	color: var(--woonis-ink) !important;
}

body.woonis-theme-2026 .layout-product .inventory_quantity .thump-break .a-stock {
	color: var(--woonis-lime-dark) !important;
}

body.woonis-theme-2026 .layout-product .inventory_quantity .thump-break .a-stock-out {
	color: #9a251c !important;
}

body.woonis-theme-2026 .layout-product .price-box {
	margin: 22px 0;
	padding: 0;
	color: #141414;
}

body.woonis-theme-2026 .layout-product .product-price {
	color: #141414 !important;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 31px !important;
	font-weight: 750;
}

body.woonis-theme-2026 .layout-product .product-price-old {
	margin-left: 10px;
	color: #8d9289 !important;
	font-size: 15px !important;
}

body.woonis-theme-2026 .layout-product .save-price {
	display: block;
	margin-top: 7px;
	color: var(--woonis-muted);
	font-size: 10px;
}

body.woonis-theme-2026 .layout-product .swatch .header,
body.woonis-theme-2026 .layout-product .custom-btn-number > label {
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .07em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .layout-product .swatch-element label,
body.woonis-theme-2026 .layout-product .input_number_product,
body.woonis-theme-2026 .layout-product .input_number_product .btn_num,
body.woonis-theme-2026 .layout-product .input_number_product input {
	border-color: var(--woonis-line);
	border-radius: 0 !important;
}

body.woonis-theme-2026 .layout-product .swatch-element input:checked + label {
	background: var(--woonis-ink);
	color: #fff;
	border-color: var(--woonis-ink);
}

body.woonis-theme-2026 .layout-product .flex-quantity {
	display: block;
}

body.woonis-theme-2026 .layout-product .custom-btn-number {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 18px 0;
}

body.woonis-theme-2026 .layout-product .product-purchase-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

body.woonis-theme-2026 .layout-product .buynow,
body.woonis-theme-2026 .layout-product .btn_add_cart,
body.woonis-theme-2026 .layout-product .btn-installment,
body.woonis-theme-2026 .layout-product .btn-soldout {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 23px;
	background: var(--woonis-ink) !important;
	color: #fff !important;
	border: 1px solid var(--woonis-ink) !important;
	border-radius: 0 !important;
	box-shadow: inset 0 -2px var(--woonis-lime);
	font-size: 10px !important;
	font-weight: 750 !important;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .layout-product .buynow {
	width: 100%;
	margin-bottom: 8px;
	background: var(--woonis-lime) !important;
	color: var(--woonis-ink) !important;
	border-color: var(--woonis-lime) !important;
	box-shadow: none;
}

body.woonis-theme-2026 .layout-product .woonis-cart-actions {
	gap: 8px;
}

body.woonis-theme-2026 .layout-product .woonis-cart-actions > * {
	flex: 1 1 190px;
}

body.woonis-theme-2026 .layout-product .btn-installment {
	background: transparent !important;
	color: var(--woonis-ink) !important;
	box-shadow: none;
}

body.woonis-theme-2026 .layout-product .chinhsach-pro {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-top: 26px;
	padding: 0;
	background: #eeece6;
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .layout-product .chinhsach-pro li {
	min-height: 66px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	border-right: 1px solid var(--woonis-line);
	border-bottom: 1px solid var(--woonis-line);
	font-size: 10px;
}

body.woonis-theme-2026 .layout-product .content-pro {
	margin-top: 70px;
}

body.woonis-theme-2026 .layout-product :is(.product-tab, .tabs-title, .tab-content, .rte) {
	border-radius: 0;
}

body.woonis-theme-2026 .layout-product .tabs-title {
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .layout-product .tabs-title li.current,
body.woonis-theme-2026 .layout-product .tabs-title li:hover {
	color: var(--woonis-ink);
	border-bottom-color: var(--woonis-lime-dark);
}

body.woonis-theme-2026 .rte {
	color: #484c45;
	font-size: 14px;
	line-height: 1.8;
}

body.woonis-theme-2026 .rte h2,
body.woonis-theme-2026 .rte h3,
body.woonis-theme-2026 .rte h4 {
	color: var(--woonis-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	letter-spacing: -.025em;
}

body.woonis-theme-2026 .rte table {
	width: 100%;
	border-color: var(--woonis-line);
}

body.woonis-theme-2026 .rte :is(td, th) {
	padding: 12px;
	border-color: var(--woonis-line);
}

/* Cart and modals */
body.woonis-theme-2026 .main-cart-page .wrap_background_aside {
	display: block !important;
}

body.woonis-theme-2026 .woonis-cart-heading {
	display: block;
}

body.woonis-theme-2026 .main-cart-page .cart-page,
body.woonis-theme-2026 .main-cart-page .cart-mobile-page,
body.woonis-theme-2026 .main-cart-page .formVAT {
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	box-shadow: none;
}

body.woonis-theme-2026 .main-cart-page .cart-page,
body.woonis-theme-2026 .main-cart-page .cart-mobile-page {
	padding: 20px;
}

body.woonis-theme-2026 .main-cart-page .formVAT {
	padding: 24px;
}

body.woonis-theme-2026 .main-cart-page .formVAT h4 {
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 24px;
	letter-spacing: -.025em;
}

body.woonis-theme-2026 :is(.main-cart-page, .modal, .top-cart-content) .btn,
body.woonis-theme-2026 :is(.main-cart-page, .modal, .top-cart-content) button,
body.woonis-theme-2026 :is(.main-cart-page, .modal, .top-cart-content) .button {
	border-radius: 0 !important;
}

body.woonis-theme-2026 :is(.main-cart-page, .modal, .top-cart-content) .btn-checkout,
body.woonis-theme-2026 :is(.main-cart-page, .modal, .top-cart-content) .checkout,
body.woonis-theme-2026 :is(.main-cart-page, .modal, .top-cart-content) .btn-proceed-checkout {
	background: var(--woonis-ink) !important;
	color: #fff !important;
	border-color: var(--woonis-ink) !important;
	box-shadow: inset 0 -2px var(--woonis-lime);
}

body.woonis-theme-2026 .modal-content,
body.woonis-theme-2026 .quick-view-product,
body.woonis-theme-2026 .popup-cart-mobile {
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
	border-radius: 0 !important;
	box-shadow: 0 24px 70px rgba(17, 18, 15, .2);
}

/* Blog, article, pages and forms */
body.woonis-theme-2026 .layout-blog .list-blogs .row,
body.woonis-theme-2026 .section_blog .row {
	row-gap: 30px;
}

body.woonis-theme-2026 .item-blog-base,
body.woonis-theme-2026 .blogwp,
body.woonis-theme-2026 .item_blog_base {
	height: 100%;
	overflow: hidden;
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	box-shadow: none;
}

body.woonis-theme-2026 .item-blog-base img,
body.woonis-theme-2026 .blogwp img,
body.woonis-theme-2026 .item_blog_base img {
	transition: transform .5s cubic-bezier(.2, .7, .1, 1);
}

body.woonis-theme-2026 :is(.item-blog-base, .blogwp, .item_blog_base):hover img {
	transform: scale(1.035);
}

body.woonis-theme-2026 .blogpage .article-title {
	max-width: 930px;
	margin: 0 0 18px;
	font-size: clamp(38px, 4.7vw, 68px);
	line-height: 1.02;
}

body.woonis-theme-2026 .blogpage .posts {
	margin-bottom: 34px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--woonis-line);
	color: var(--woonis-muted);
	font-size: 10px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .blogpage .article-details {
	padding: 0 36px 0 0;
}

body.woonis-theme-2026 .blogpage .form-coment,
body.woonis-theme-2026 .blogpage #article-comments {
	margin-top: 40px;
	padding: 28px;
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 :is(.layout-contact, .blogpage, .page_customer_account, .page-content, .main-cart-page) :is(input.form-control, textarea.form-control, select.form-control),
body.woonis-theme-2026 :is(.formVAT, .newsletter-form) :is(input, textarea, select) {
	min-height: 48px;
	background: var(--woonis-paper);
	color: var(--woonis-ink);
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	box-shadow: none;
}

body.woonis-theme-2026 :is(.layout-contact, .blogpage, .page_customer_account, .page-content) textarea.form-control {
	min-height: 135px;
}

body.woonis-theme-2026 :is(.layout-contact, .blogpage, .page_customer_account, .page-content) :is(.btn-lienhe, .btn-primary, .btn-base, button[type="submit"]) {
	min-height: 50px;
	padding: 0 24px;
	background: var(--woonis-ink);
	color: #fff;
	border: 1px solid var(--woonis-ink);
	border-radius: 0;
	box-shadow: inset 0 -2px var(--woonis-lime);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .layout-contact .contact,
body.woonis-theme-2026 .layout-contact .form-contact {
	margin-bottom: 20px;
	padding: 30px;
}

body.woonis-theme-2026 .layout-contact :is(.contact, .form-contact) h4 {
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 27px;
	letter-spacing: -.025em;
}

body.woonis-theme-2026 .layout-contact .map,
body.woonis-theme-2026 .layout-contact .map iframe {
	width: 100%;
	min-height: 620px;
	border-radius: 0;
}

body.woonis-theme-2026 .alert {
	border-radius: 0;
}

body.woonis-theme-2026 .woonis-gear-guide__intro {
	max-width: 940px;
	padding: 28px 0 68px;
}

body.woonis-theme-2026 .woonis-gear-guide__intro h1 {
	margin: 0;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(48px, 6vw, 82px);
	font-weight: 700;
	line-height: .98;
	letter-spacing: -.055em;
}

body.woonis-theme-2026 .woonis-gear-guide__intro > p:last-child {
	max-width: 680px;
	margin: 28px 0 0;
	color: var(--woonis-muted);
	font-size: 15px;
	line-height: 1.8;
}

body.woonis-theme-2026 .woonis-gear-guide__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--woonis-line);
	border-left: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-gear-guide__steps article {
	position: relative;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 34px;
	background: var(--woonis-paper);
	border-right: 1px solid var(--woonis-line);
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-gear-guide__steps article > span {
	position: absolute;
	top: 26px;
	right: 28px;
	color: #d7d4cc;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 60px;
	font-weight: 650;
}

body.woonis-theme-2026 .woonis-gear-guide__steps article > p {
	margin: 0 0 10px;
	color: var(--woonis-lime-dark);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .2em;
}

body.woonis-theme-2026 .woonis-gear-guide__steps h2 {
	margin: 0 0 18px;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 30px;
	line-height: 1.08;
	letter-spacing: -.035em;
}

body.woonis-theme-2026 .woonis-gear-guide__steps article > div {
	color: var(--woonis-muted);
	font-size: 12px;
	line-height: 1.75;
}

body.woonis-theme-2026 .woonis-gear-guide__content {
	max-width: 900px;
	margin: 74px auto;
}

body.woonis-theme-2026 .woonis-gear-guide__cta {
	min-height: 230px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-top: 70px;
	padding: 42px 50px;
	background: var(--woonis-ink);
	color: #fff;
}

body.woonis-theme-2026 .woonis-gear-guide__cta h2 {
	margin: 0;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(32px, 4vw, 54px);
	line-height: 1;
	letter-spacing: -.045em;
}

body.woonis-theme-2026 .woonis-gear-guide__cta .woonis-dark-button {
	flex: 0 0 auto;
	background: var(--woonis-lime);
	color: var(--woonis-ink);
	border-color: var(--woonis-lime);
	box-shadow: none;
}

body.woonis-theme-2026 .woonis-collections-page__heading {
	max-width: 820px;
	margin-bottom: 54px;
}

body.woonis-theme-2026 .woonis-collections-page__heading h1 {
	margin: 0;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(48px, 6vw, 78px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.055em;
}

body.woonis-theme-2026 .woonis-collections-page__heading > p:last-child {
	max-width: 650px;
	margin: 24px 0 0;
	color: var(--woonis-muted);
	font-size: 14px;
	line-height: 1.75;
}

body.woonis-theme-2026 .woonis-collections-page__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

body.woonis-theme-2026 .woonis-collection-card {
	display: block;
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .woonis-collection-card__media {
	position: relative;
	aspect-ratio: 1.2;
	overflow: hidden;
	display: grid;
	place-items: center;
	background: #eeece6;
}

body.woonis-theme-2026 .woonis-collection-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2, .7, .1, 1);
}

body.woonis-theme-2026 .woonis-collection-card__media > span {
	color: #d4d1c9;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 110px;
	font-weight: 750;
}

body.woonis-theme-2026 .woonis-collection-card:hover .woonis-collection-card__media img {
	transform: scale(1.04);
}

body.woonis-theme-2026 .woonis-collection-card__content {
	position: relative;
	min-height: 154px;
	padding: 25px;
}

body.woonis-theme-2026 .woonis-collection-card__content small {
	color: #848980;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: .13em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .woonis-collection-card__content h2 {
	margin: 9px 40px 0 0;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: -.03em;
}

body.woonis-theme-2026 .woonis-collection-card__content > span {
	position: absolute;
	right: 24px;
	bottom: 25px;
	color: var(--woonis-lime-dark);
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .layout-404 {
	min-height: 570px;
	display: grid;
	place-items: center;
	padding: 70px 0;
}

body.woonis-theme-2026 .layout-404 .title-section-page {
	margin: 0;
	color: var(--woonis-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(130px, 19vw, 250px);
	font-weight: 750;
	line-height: .75;
	letter-spacing: -.08em;
}

body.woonis-theme-2026 .layout-404 p {
	margin: 36px 0 24px;
	color: var(--woonis-muted);
}

body.woonis-theme-2026 .layout-404 .btn-home {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	padding: 0 24px;
	background: var(--woonis-ink);
	color: #fff;
	border: 1px solid var(--woonis-ink);
	border-radius: 0;
	box-shadow: inset 0 -2px var(--woonis-lime);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .07em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .page-faq {
	padding: 70px 0 100px;
}

body.woonis-theme-2026 .page-faq .page-title {
	margin-bottom: 40px;
}

body.woonis-theme-2026 .page-faq .page-title h1 {
	margin: 0;
	font-size: clamp(40px, 5vw, 64px);
}

body.woonis-theme-2026 .page-faq .faq {
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
	border-bottom: 0;
}

body.woonis-theme-2026 .page-faq .faq:last-child {
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .page-faq .faq h4 {
	position: relative;
	margin: 0;
	padding: 18px 50px 18px 20px;
	font-size: 14px;
	cursor: pointer;
}

body.woonis-theme-2026 .page-faq .faq h4::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--woonis-lime-dark);
	font-size: 22px;
	font-weight: 400;
}

body.woonis-theme-2026 .page-faq .faq.active h4::after {
	content: "−";
}

body.woonis-theme-2026 .page-faq .faq .content {
	padding: 0 20px 20px;
	color: var(--woonis-muted);
	line-height: 1.75;
}

body.woonis-theme-2026 .search-main {
	padding: 70px 0 100px;
}

body.woonis-theme-2026 .search-main .title_search,
body.woonis-theme-2026 .search-main .title-page {
	margin: 0 0 34px;
	font-size: clamp(34px, 4vw, 54px);
}

body.woonis-theme-2026 .search-main .blog-search-form {
	max-width: 720px;
	display: flex;
	margin-bottom: 40px;
}

body.woonis-theme-2026 .search-main .blog-search-form .form-control {
	min-height: 54px;
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
	border-right: 0;
	border-radius: 0;
	box-shadow: none;
}

body.woonis-theme-2026 .search-main .blog-search-form button {
	width: 54px;
	background: var(--woonis-ink);
	border: 1px solid var(--woonis-ink);
	border-radius: 0;
}

body.woonis-theme-2026 :is(.page_customer_account, .page_order, .address, .page_login) {
	padding-top: 70px;
	padding-bottom: 100px;
}

body.woonis-theme-2026 .block-account,
body.woonis-theme-2026 .page-login.pagecustome,
body.woonis-theme-2026 .page_customer_account .form-signup,
body.woonis-theme-2026 .page_order .head-title,
body.woonis-theme-2026 .page_order .payment_status,
body.woonis-theme-2026 .page_order .shipping_status {
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	box-shadow: none;
}

body.woonis-theme-2026 .block-account {
	padding: 24px;
}

body.woonis-theme-2026 .block-account .title-account {
	margin: 0 0 17px;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 24px;
	letter-spacing: -.025em;
}

body.woonis-theme-2026 .block-account li a {
	display: block;
	padding: 11px 0;
	border-bottom: 1px solid var(--woonis-line);
	font-size: 11px;
}

body.woonis-theme-2026 .block-account li a.active {
	color: var(--woonis-lime-dark);
	font-weight: 750;
}

body.woonis-theme-2026 .col-right-ac > .title-head,
body.woonis-theme-2026 .address .title-head,
body.woonis-theme-2026 .page_order .head-title h1 {
	margin: 0 0 28px;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.05;
}

body.woonis-theme-2026 .page_customer_account .form-signup,
body.woonis-theme-2026 .page-login.pagecustome {
	padding: 27px;
}

body.woonis-theme-2026 .page_login > .row,
body.woonis-theme-2026 .page_login .row.no-margin {
	background: transparent !important;
	border-radius: 0 !important;
}

body.woonis-theme-2026 .page_login .auth-block__menu-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: -27px -27px 28px;
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .page_login .auth-block__menu-list a {
	min-height: 48px;
	display: grid;
	place-items: center;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .07em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .page_login .auth-block__menu-list li.active a {
	background: var(--woonis-ink);
	color: #fff;
	box-shadow: inset 0 -2px var(--woonis-lime);
}

body.woonis-theme-2026 .page_login .title_heads {
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 34px;
	letter-spacing: -.035em;
}

body.woonis-theme-2026 .page_login :is(input.form-control, select.form-control),
body.woonis-theme-2026 .address :is(input.form-control, select.form-control),
body.woonis-theme-2026 .page_customer_account :is(input.form-control, select.form-control) {
	min-height: 49px;
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	box-shadow: none;
}

body.woonis-theme-2026 .page_login :is(.btn_50, .btn-style),
body.woonis-theme-2026 .address :is(.btn-primary, .btn-more),
body.woonis-theme-2026 .page_customer_account :is(.btn-primary, .btn-more) {
	min-height: 49px;
	padding: 0 22px;
	background: var(--woonis-ink);
	color: #fff;
	border: 1px solid var(--woonis-ink);
	border-radius: 0;
	box-shadow: inset 0 -2px var(--woonis-lime);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woonis-theme-2026 :is(.table-order, .table-cart) {
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 :is(.table-order, .table-cart) th {
	background: #eeece6;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woonis-theme-2026 :is(.table-order, .table-cart) td,
body.woonis-theme-2026 :is(.table-order, .table-cart) th {
	padding: 13px;
	border-color: var(--woonis-line);
}

/* Footer */
body.woonis-theme-2026 footer.footer {
	background: #0d0f0c;
	color: #fff;
}

body.woonis-theme-2026 footer.footer .mid-footer {
	padding: 76px 0 64px;
	background: transparent;
}

body.woonis-theme-2026 .woonis-footer-brand {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 28px;
}

body.woonis-theme-2026 .woonis-footer-brand .woonis-wordmark {
	font-size: 28px;
}

body.woonis-theme-2026 .woonis-footer-brand small {
	color: #72786b;
}

body.woonis-theme-2026 footer.footer .title-menu {
	margin: 0 0 18px;
	color: #858b7f;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 1.5;
	text-transform: uppercase;
}

body.woonis-theme-2026 footer.footer :is(.des_foo, .list_footer, .content-mailchimp, .list-menu a) {
	color: #aeb3a9;
	font-size: 11px;
	line-height: 1.7;
}

body.woonis-theme-2026 footer.footer .list-menu li {
	margin-bottom: 9px;
}

body.woonis-theme-2026 footer.footer a:hover {
	color: var(--woonis-lime);
}

body.woonis-theme-2026 footer.footer .social a {
	width: 35px;
	height: 35px;
	display: inline-grid;
	place-items: center;
	margin-right: 4px;
	padding: 8px;
	background: transparent;
	border: 1px solid #30332d;
	border-radius: 0;
}

body.woonis-theme-2026 footer.footer .social a:hover {
	background: var(--woonis-lime);
	border-color: var(--woonis-lime);
}

body.woonis-theme-2026 footer.footer .social a:hover path {
	fill: var(--woonis-ink) !important;
}

body.woonis-theme-2026 footer.footer .newsletter-form {
	display: flex;
	margin-top: 15px;
	border-bottom: 1px solid #555a4f;
}

body.woonis-theme-2026 footer.footer .newsletter-form .form-control {
	flex: 1;
	min-width: 0;
	height: 48px;
	padding: 0;
	background: transparent;
	color: #fff;
	border: 0;
	box-shadow: none;
}

body.woonis-theme-2026 footer.footer .newsletter-form button {
	padding: 0 0 0 18px;
	background: transparent;
	color: #fff;
	border: 0;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: .08em;
}

body.woonis-theme-2026 footer.footer .newsletter-form button:hover {
	color: var(--woonis-lime);
}

body.woonis-theme-2026 footer.footer .thanhtoan {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

body.woonis-theme-2026 footer.footer .thanhtoan li {
	max-width: 52px;
	padding: 3px;
	background: #fff;
	border-radius: 0;
}

body.woonis-theme-2026 footer.footer #copyright {
	min-height: 60px;
	display: flex;
	align-items: center;
	padding: 0;
	background: transparent;
	color: #62685d;
	border-top: 1px solid #292c26;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: left;
}

body.woonis-theme-2026 .backtop {
	right: 22px;
	bottom: 22px;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	background: var(--woonis-lime);
	color: var(--woonis-ink);
	border: 1px solid var(--woonis-ink);
	border-radius: 0;
}

/* Gear advisor — five-step product shortlist */
body.woonis-theme-2026 .woonis-gear-guide {
	padding: 72px 0 124px;
}

body.woonis-theme-2026 .w26-advisor {
	background: var(--woonis-paper);
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .w26-advisor__topbar {
	min-height: 68px;
	display: grid;
	grid-template-columns: 90px 180px 1fr;
	align-items: center;
	gap: 28px;
	padding: 0 34px;
	background: var(--woonis-ink);
	color: #fff;
}

body.woonis-theme-2026 .w26-advisor__topbar > div:first-child {
	display: flex;
	align-items: baseline;
	gap: 5px;
	font-family: "Inter Tight", Inter, sans-serif;
}

body.woonis-theme-2026 .w26-advisor__topbar > div:first-child span {
	color: var(--woonis-lime);
	font-size: 18px;
	font-weight: 750;
}

body.woonis-theme-2026 .w26-advisor__topbar > div:first-child small {
	color: #7e8478;
	font-size: 10px;
}

body.woonis-theme-2026 .w26-advisor__topbar > p {
	margin: 0;
	color: #c4c8bf;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .18em;
}

body.woonis-theme-2026 .w26-advisor__progress {
	height: 2px;
	overflow: hidden;
	background: #34372f;
}

body.woonis-theme-2026 .w26-advisor__progress i {
	width: 20%;
	height: 100%;
	display: block;
	background: var(--woonis-lime);
	transition: width .35s ease;
}

body.woonis-theme-2026 .w26-advisor__stage {
	padding: 58px 54px 46px;
}

body.woonis-theme-2026 .w26-advisor__step {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

body.woonis-theme-2026 .w26-advisor__step[hidden] {
	display: none !important;
}

body.woonis-theme-2026 .w26-advisor__step legend {
	width: 100%;
	display: block;
	margin: 0 0 38px;
	padding: 0;
}

body.woonis-theme-2026 .w26-advisor__step legend small {
	display: block;
	margin-bottom: 12px;
	color: var(--woonis-lime-dark);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .2em;
}

body.woonis-theme-2026 .w26-advisor__step legend strong {
	display: block;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(38px, 4.5vw, 60px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.045em;
}

body.woonis-theme-2026 .w26-advisor__step legend span {
	max-width: 680px;
	display: block;
	margin-top: 17px;
	color: var(--woonis-muted);
	font-size: 13px;
	line-height: 1.7;
}

body.woonis-theme-2026 .w26-advisor__options {
	display: grid;
	gap: 12px;
}

body.woonis-theme-2026 .w26-advisor__options--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.woonis-theme-2026 .w26-advisor__options--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.woonis-theme-2026 .w26-advisor__options > button {
	position: relative;
	min-height: 190px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin: 0;
	padding: 25px 23px;
	background: #f1efe9;
	color: var(--woonis-ink);
	border: 1px solid var(--woonis-line);
	border-radius: 0;
	text-align: left;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

body.woonis-theme-2026 .w26-advisor__options > button::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	width: 15px;
	height: 15px;
	border: 1px solid #a7aca2;
}

body.woonis-theme-2026 .w26-advisor__options > button:hover {
	border-color: #aeb3a8;
	transform: translateY(-2px);
}

body.woonis-theme-2026 .w26-advisor__options > button.is-selected {
	background: var(--woonis-ink);
	color: #fff;
	border-color: var(--woonis-ink);
}

body.woonis-theme-2026 .w26-advisor__options > button.is-selected::after {
	background: var(--woonis-lime);
	border-color: var(--woonis-lime);
	box-shadow: inset 0 0 0 4px var(--woonis-ink);
}

body.woonis-theme-2026 .w26-advisor__options button small {
	margin-bottom: auto;
	padding-right: 28px;
	color: #7e8379;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .16em;
}

body.woonis-theme-2026 .w26-advisor__options button.is-selected small {
	color: var(--woonis-lime);
}

body.woonis-theme-2026 .w26-advisor__options button strong {
	display: block;
	margin: 24px 0 10px;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 22px;
	line-height: 1.05;
	letter-spacing: -.025em;
}

body.woonis-theme-2026 .w26-advisor__options button > span {
	color: #70756c;
	font-size: 10px;
	line-height: 1.55;
}

body.woonis-theme-2026 .w26-advisor__options button.is-selected > span {
	color: #aeb3a8;
}

body.woonis-theme-2026 .w26-advisor__actions {
	min-height: 68px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-top: 34px;
	border-top: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .w26-advisor__actions button {
	min-height: 44px;
	margin: 0;
	padding: 0 18px;
	background: transparent;
	color: var(--woonis-ink);
	border: 1px solid var(--woonis-ink);
	border-radius: 0;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	cursor: pointer;
}

body.woonis-theme-2026 .w26-advisor__actions [data-w26-guide-next] {
	min-width: 150px;
	background: var(--woonis-ink);
	color: #fff;
	box-shadow: inset 0 -2px var(--woonis-lime);
}

body.woonis-theme-2026 .w26-advisor__actions [data-w26-guide-next] b {
	margin-left: 16px;
	color: var(--woonis-lime);
}

body.woonis-theme-2026 .w26-advisor__actions button:disabled {
	opacity: .32;
	cursor: not-allowed;
}

body.woonis-theme-2026 .w26-advisor__result {
	padding: 58px 54px 54px;
}

body.woonis-theme-2026 .w26-advisor__result[hidden],
body.woonis-theme-2026 .w26-advisor__pool[hidden] {
	display: none !important;
}

body.woonis-theme-2026 .w26-advisor__result-head {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	align-items: end;
	gap: 64px;
	margin-bottom: 34px;
}

body.woonis-theme-2026 .w26-advisor__result-head h2 {
	margin: 0;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(42px, 5vw, 66px);
	line-height: 1;
	letter-spacing: -.05em;
}

body.woonis-theme-2026 .w26-advisor__result-head > p {
	margin: 0 0 5px;
	color: var(--woonis-muted);
	font-size: 12px;
	line-height: 1.7;
}

body.woonis-theme-2026 .w26-advisor__insight {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 26px;
	margin-bottom: 24px;
	padding: 21px 24px;
	background: var(--woonis-ink);
	color: #fff;
}

body.woonis-theme-2026 .w26-advisor__insight span {
	color: var(--woonis-lime);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .16em;
}

body.woonis-theme-2026 .w26-advisor__insight p {
	margin: 0;
	color: #c3c7be;
	font-size: 12px;
	line-height: 1.65;
}

body.woonis-theme-2026 .w26-advisor__products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

body.woonis-theme-2026 .w26-guide-product {
	min-width: 0;
	display: flex;
	flex-direction: column;
	background: #f1efe9;
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .w26-guide-product__image {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f8f6f2;
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .w26-guide-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

body.woonis-theme-2026 .w26-guide-product:hover .w26-guide-product__image img {
	transform: scale(1.025);
}

body.woonis-theme-2026 .w26-guide-product__image > span {
	font-size: 24px;
	font-weight: 850;
	letter-spacing: .15em;
}

body.woonis-theme-2026 .w26-guide-product__image > span span {
	color: var(--woonis-lime-dark);
}

body.woonis-theme-2026 .w26-guide-product__image > small {
	position: absolute;
	left: 13px;
	top: 13px;
	padding: 6px 8px;
	background: var(--woonis-ink);
	color: #fff;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .12em;
}

body.woonis-theme-2026 .w26-guide-product__info {
	min-height: 180px;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

body.woonis-theme-2026 .w26-guide-product__info h3 {
	min-height: 44px;
	max-height: 44px;
	display: -webkit-box;
	margin: 0 0 14px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.woonis-theme-2026 .w26-guide-product__info p {
	display: flex;
	align-items: baseline;
	gap: 9px;
	margin: 0 0 18px;
}

body.woonis-theme-2026 .w26-guide-product__info p b {
	font-size: 15px;
}

body.woonis-theme-2026 .w26-guide-product__info p del {
	color: #92978d;
	font-size: 10px;
}

body.woonis-theme-2026 .w26-guide-product__link {
	width: max-content;
	margin-top: auto;
	padding-bottom: 4px;
	border-bottom: 1px solid;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .w26-guide-product__link span {
	margin-left: 10px;
	color: var(--woonis-lime-dark);
}

body.woonis-theme-2026 .w26-advisor__result-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 32px;
}

body.woonis-theme-2026 .w26-advisor__result-actions .w26-advisor__reset {
	margin-left: auto;
	padding: 8px 0;
	background: transparent;
	color: #6f746b;
	border: 0;
	border-bottom: 1px solid #aeb2a9;
	font-size: 9px;
	font-weight: 750;
	cursor: pointer;
}

body.woonis-theme-2026 .w26-advisor__category-links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 18px;
	border-top: 1px solid var(--woonis-line);
	border-left: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .w26-advisor__category-links a {
	min-height: 82px;
	display: grid;
	grid-template-columns: 30px 1fr 20px;
	align-items: center;
	gap: 12px;
	padding: 0 24px;
	background: var(--woonis-paper);
	border-right: 1px solid var(--woonis-line);
	border-bottom: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .w26-advisor__category-links a:hover {
	background: var(--woonis-lime);
}

body.woonis-theme-2026 .w26-advisor__category-links small {
	color: var(--woonis-lime-dark);
	font-size: 8px;
	font-weight: 800;
}

body.woonis-theme-2026 .w26-advisor__category-links span {
	font-size: 11px;
	font-weight: 750;
	text-transform: uppercase;
}

body.woonis-theme-2026 .w26-advisor__category-links b {
	font-size: 15px;
}

body.woonis-theme-2026 .w26-advisor__noscript {
	margin: 0;
	padding: 24px;
	background: #fff2dd;
	color: #5b4930;
}

body.woonis-theme-2026 .w26-advisor__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 36px;
	background: #f1efe9;
	border: 1px solid var(--woonis-line);
	color: var(--woonis-muted);
	font-size: 13px;
	line-height: 1.65;
}

/* Clickable real products inside Gear by Game */
body.woonis-theme-2026 .w26-game__picks .w26-game-pick {
	min-height: 96px;
	display: grid;
	grid-template-columns: 22px 52px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 11px;
	border-bottom: 1px solid var(--woonis-line);
	transition: background .2s ease, padding .2s ease;
}

body.woonis-theme-2026 .w26-game__picks .w26-game-pick:hover {
	padding-inline: 7px;
	background: #f3f1eb;
}

body.woonis-theme-2026 .w26-game-pick__number {
	color: #8cae17;
	font-size: 8px;
	font-weight: 800;
}

body.woonis-theme-2026 .w26-game-pick__thumb {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #efede7;
	border: 1px solid var(--woonis-line);
}

body.woonis-theme-2026 .w26-game-pick__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.woonis-theme-2026 .w26-game-pick__thumb b {
	color: #89a823;
	font-size: 17px;
}

body.woonis-theme-2026 .w26-game-pick__meta {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

body.woonis-theme-2026 .w26-game-pick__meta small {
	color: #8a8f85;
	font-size: 6px;
	font-weight: 800;
	letter-spacing: .13em;
}

body.woonis-theme-2026 .w26-game-pick__meta b {
	display: -webkit-box;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.28;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.woonis-theme-2026 .w26-game-pick__meta em {
	color: #73786f;
	font-size: 8px;
	font-style: normal;
}

body.woonis-theme-2026 .w26-game-pick > i {
	color: #84a216;
	font-style: normal;
}

/* Motion */
body.woonis-theme-2026 .woonis-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .55s ease, transform .55s ease;
}

body.woonis-theme-2026 .woonis-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Responsive */
@media (max-width: 1199px) {
	body.woonis-theme-2026 .woonis-hero {
		grid-template-columns: 47% 53%;
	}

	body.woonis-theme-2026 .woonis-hero__copy {
		padding-right: 38px;
	}

	body.woonis-theme-2026 .woonis-hero__proof {
		gap: 12px;
	}

	body.woonis-theme-2026 .woonis-game__copy {
		padding: 42px 34px;
	}

	body.woonis-theme-2026 .woonis-game__picks {
		padding: 32px 25px;
	}

	body.woonis-theme-2026 header.header .header-nav > ul.item_big {
		gap: 15px;
	}

	body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item > a {
		font-size: 11px;
	}
}

@media (max-width: 991px) {
	body.woonis-theme-2026 .container {
		width: min(100% - 40px, var(--woonis-container));
	}

	body.woonis-theme-2026 .woonis-announcement {
		grid-template-columns: 1fr 1fr;
		padding-inline: 20px;
	}

	body.woonis-theme-2026 .woonis-announcement strong {
		display: none;
	}

	body.woonis-theme-2026 header.header,
	body.woonis-theme-2026 header.header.header-index,
	body.woonis-theme-2026 header.header.is-scrolled {
		min-height: 70px;
		padding: 0;
	}

	body.woonis-theme-2026 header.header > .container > .row {
		position: relative;
		margin: 0;
	}

	body.woonis-theme-2026 header.header .woonis-logo-column {
		flex: 1 1 auto;
		width: auto;
		max-width: none;
		padding: 0;
	}

	body.woonis-theme-2026 header.header .header-menu-left {
		position: static;
		flex: 0 0 0;
		width: 0;
		max-width: 0;
		padding: 0;
	}

	body.woonis-theme-2026 header.header .header-menu-right {
		position: static;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		display: flex;
		align-items: center;
		gap: 8px;
		margin: 0;
		padding: 0;
		background: transparent;
	}

	body.woonis-theme-2026 header.header .menu-bar {
		position: static;
		order: 2;
		width: 40px;
		height: 40px;
		display: grid !important;
		place-items: center;
		border: 1px solid var(--woonis-line);
		cursor: pointer;
	}

	body.woonis-theme-2026 header.header .menu-bar svg {
		width: 24px;
		height: 24px;
		padding: 4px;
	}

	body.woonis-theme-2026 header.header .header-control {
		order: 1;
	}

	body.woonis-theme-2026 header.header .header-user,
	body.woonis-theme-2026 header.header .header-wishlist {
		display: none;
	}

	body.woonis-theme-2026 header.header .header-nav {
		width: min(390px, 88vw);
		padding-bottom: 30px;
		background: var(--woonis-warm-white);
	}

	body.woonis-theme-2026 header.header .header-nav .title_menu {
		position: relative;
		margin: 0 0 14px;
		padding: 0 20px;
		background: var(--woonis-ink);
	}

	body.woonis-theme-2026 header.header .header-nav .title_menu .title_ {
		justify-content: flex-start;
		min-height: 58px;
		color: #fff;
		font-size: 10px;
		letter-spacing: .14em;
	}

	body.woonis-theme-2026 header.header .header-nav > ul.item_big {
		display: block;
		height: calc(100vh - 74px);
		padding: 0 16px 50px;
	}

	body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item {
		display: block;
		min-height: 0;
		margin: 0;
		border-bottom: 1px solid var(--woonis-line);
	}

	body.woonis-theme-2026 header.header.is-scrolled .header-nav > ul.item_big > li.nav-item {
		min-height: 0;
	}

	body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item > a {
		min-height: 52px;
		padding: 0 38px 0 4px !important;
		font-size: 13px;
	}

	body.woonis-theme-2026 header.header .header-nav > ul.item_big > li.nav-item > a::before {
		display: none;
	}

	body.woonis-theme-2026 header.header .header-nav .item_small {
		position: static;
		width: 100%;
		padding: 0 0 12px 12px;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	body.woonis-theme-2026 header.header .header-nav .item_small a {
		padding: 7px 32px 7px 0 !important;
		font-size: 12px;
		line-height: 1.45;
	}

	body.woonis-theme-2026 .opacity_menu.current {
		background: rgba(10, 11, 9, .78);
		backdrop-filter: blur(4px);
	}

	body.woonis-theme-2026 .woonis-hero {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .woonis-hero__copy {
		min-height: 570px;
		padding: 70px 8vw 44px;
	}

	body.woonis-theme-2026 .woonis-hero__visual {
		min-height: 560px;
	}

	body.woonis-theme-2026 .woonis-trust-strip {
		grid-template-columns: repeat(2, 1fr);
		padding: 0;
	}

	body.woonis-theme-2026 .woonis-trust-strip p {
		min-height: 62px;
		border-bottom: 1px solid var(--woonis-line);
	}

	body.woonis-theme-2026 .woonis-trust-strip p:nth-child(2) {
		border-right: 0;
	}

	body.woonis-theme-2026 .woonis-section-heading {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	body.woonis-theme-2026 .section_danhmuc {
		padding: 82px 0;
	}

	body.woonis-theme-2026 .section_danhmuc .item-cate,
	body.woonis-theme-2026 .section_danhmuc .item-cate .image {
		min-height: 270px;
	}

	body.woonis-theme-2026 .woonis-standard {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .woonis-standard__intro {
		padding: 84px 7vw;
		border-right: 0;
		border-bottom: 1px solid var(--woonis-line-dark);
	}

	body.woonis-theme-2026 .woonis-standard__steps {
		padding: 30px 7vw 60px;
	}

	body.woonis-theme-2026 .woonis-standard__steps article {
		min-height: 190px;
	}

	body.woonis-theme-2026 .woonis-game__heading,
	body.woonis-theme-2026 .woonis-journal__heading {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .woonis-game__tabs {
		justify-content: flex-start;
	}

	body.woonis-theme-2026 .woonis-game__panel {
		grid-template-columns: 1fr 1fr;
	}

	body.woonis-theme-2026 .woonis-game__copy {
		grid-column: 1 / -1;
		border-bottom: 1px solid var(--woonis-line);
	}

	body.woonis-theme-2026 .woonis-game__stats {
		border-left: 0;
	}

	body.woonis-theme-2026 .woonis-journal__grid {
		grid-template-columns: 1fr 1fr;
	}

	body.woonis-theme-2026 .woonis-journal__feature {
		grid-column: 1 / -1;
	}

	body.woonis-theme-2026 .layout-collection .block-collection {
		padding-left: 15px;
	}

	body.woonis-theme-2026 #sort-by {
		margin: 0 0 25px;
	}

	body.woonis-theme-2026 .layout-product .product-detail-left {
		padding-right: 15px;
		margin-bottom: 38px;
	}

	body.woonis-theme-2026 .layout-product .details-pro {
		padding-left: 0;
	}

	body.woonis-theme-2026 .blogpage .article-details {
		padding-right: 0;
	}

	body.woonis-theme-2026 footer.footer .mid-footer [class*="col-lg-"] {
		margin-bottom: 38px;
	}

	body.woonis-theme-2026 .woonis-gear-guide__steps {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .woonis-gear-guide__steps article {
		min-height: 280px;
	}

	body.woonis-theme-2026 .woonis-collections-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.woonis-theme-2026 .block-account {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	body.woonis-theme-2026 .container {
		width: calc(100% - 30px);
	}

	body.woonis-theme-2026 .woonis-announcement {
		grid-template-columns: 1fr;
		min-height: 30px;
		padding: 7px 15px;
		font-size: 8px;
		text-align: center;
	}

	body.woonis-theme-2026 .woonis-announcement a {
		display: none;
	}

	body.woonis-theme-2026 .woonis-wordmark {
		font-size: 20px;
	}

	body.woonis-theme-2026 .woonis-logo small {
		font-size: 5px;
	}

	body.woonis-theme-2026 header.header .header-control .ul-control > li > a,
	body.woonis-theme-2026 header.header .menu-bar {
		width: 36px;
		height: 36px;
	}

	body.woonis-theme-2026 header.header .header-cart .top-cart-content {
		display: none !important;
	}

	body.woonis-theme-2026 .woonis-hero__copy {
		min-height: 530px;
		padding: 58px 24px 38px;
	}

	body.woonis-theme-2026 .woonis-hero__copy h2 {
		font-size: clamp(43px, 13vw, 62px);
	}

	body.woonis-theme-2026 .woonis-hero__lead {
		font-size: 13px;
	}

	body.woonis-theme-2026 .woonis-hero__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
	}

	body.woonis-theme-2026 .woonis-hero__proof {
		margin-top: 38px;
		gap: 8px;
	}

	body.woonis-theme-2026 .woonis-hero__proof div {
		display: block;
	}

	body.woonis-theme-2026 .woonis-hero__proof b {
		display: block;
		margin-bottom: 5px;
	}

	body.woonis-theme-2026 .woonis-hero__proof span {
		font-size: 7px;
	}

	body.woonis-theme-2026 .woonis-hero__visual {
		min-height: 430px;
	}

	body.woonis-theme-2026 .woonis-hero__index,
	body.woonis-theme-2026 .woonis-hero__stamp {
		left: 20px;
	}

	body.woonis-theme-2026 .woonis-hero__product {
		left: 20px;
		right: 20px;
		bottom: 24px;
	}

	body.woonis-theme-2026 .woonis-hero__pagination {
		right: 13px;
		bottom: 13px !important;
	}

	body.woonis-theme-2026 .woonis-trust-strip {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .woonis-trust-strip p,
	body.woonis-theme-2026 .woonis-trust-strip p:nth-child(2) {
		min-height: 52px;
		justify-content: flex-start;
		padding-left: 25px;
		border-right: 0;
	}

	body.woonis-theme-2026 .woonis-section-heading h2 {
		font-size: 40px;
	}

	body.woonis-theme-2026 .section_danhmuc,
	body.woonis-theme-2026 :is(.section_product_1, .section_product_2, .section_flashsale),
	body.woonis-theme-2026 .woonis-game,
	body.woonis-theme-2026 .woonis-journal,
	body.woonis-theme-2026 .section_blog {
		padding: 70px 0;
	}

	body.woonis-theme-2026 .section_danhmuc .item-cate,
	body.woonis-theme-2026 .section_danhmuc .item-cate .image {
		min-height: 230px;
	}

	body.woonis-theme-2026 .section_danhmuc .item-cate .qodef-e-content-inner {
		padding: 20px;
	}

	body.woonis-theme-2026 :is(.section_product_1, .section_product_2) > .container > .title {
		align-items: flex-start;
		gap: 18px;
	}

	body.woonis-theme-2026 :is(.section_product_1, .section_product_2) .title-module {
		font-size: 37px;
	}

	body.woonis-theme-2026 .product-action .action {
		opacity: 1;
		transform: none;
	}

	body.woonis-theme-2026 .product-action .action .quick-view {
		display: none;
	}

	body.woonis-theme-2026 .product-action .action .btn-views {
		width: 38px;
		height: 38px;
	}

	body.woonis-theme-2026 .product-action .woonis-select-badge {
		top: 8px;
		left: 8px;
		padding: 5px 6px;
		font-size: 6px;
	}

	body.woonis-theme-2026 .product-action .btn-wishlist {
		top: 8px;
		right: 8px;
		width: 34px;
		height: 34px;
	}

	body.woonis-theme-2026 .product-action .smart {
		top: 36px;
		left: 8px;
	}

	body.woonis-theme-2026 .product-action .product-info {
		min-height: 121px;
		padding-top: 13px;
	}

	body.woonis-theme-2026 .product-action .product-name {
		font-size: 13px;
	}

	body.woonis-theme-2026 .product-action .price-box {
		font-size: 13px;
	}

	body.woonis-theme-2026 .woonis-standard__intro {
		padding: 70px 24px;
	}

	body.woonis-theme-2026 .woonis-standard__intro h2 {
		font-size: 42px;
	}

	body.woonis-theme-2026 .woonis-standard__steps {
		padding: 20px 24px 45px;
	}

	body.woonis-theme-2026 .woonis-standard__steps article {
		grid-template-columns: 36px 1fr;
		gap: 12px;
	}

	body.woonis-theme-2026 .woonis-game__tabs {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .woonis-game__panel {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .woonis-game__copy {
		padding: 38px 24px;
	}

	body.woonis-theme-2026 .woonis-game__copy h3 {
		margin-top: 28px;
		font-size: 40px;
	}

	body.woonis-theme-2026 .woonis-game__stats {
		border-right: 0;
		border-bottom: 1px solid var(--woonis-line);
	}

	body.woonis-theme-2026 .woonis-game__stats div {
		min-height: 112px;
	}

	body.woonis-theme-2026 .woonis-journal__grid {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .woonis-journal__feature {
		grid-column: auto;
	}

	body.woonis-theme-2026 :is(.woonis-journal__feature, .woonis-journal__card) {
		min-height: 390px;
	}

	body.woonis-theme-2026 .woonis-lab-visual {
		padding: 24px;
	}

	body.woonis-theme-2026 .layout-collection,
	body.woonis-theme-2026 .layout-blog,
	body.woonis-theme-2026 .blogpage,
	body.woonis-theme-2026 .layout-contact,
	body.woonis-theme-2026 .main-cart-page,
	body.woonis-theme-2026 .page-content,
	body.woonis-theme-2026 .page_customer_account,
	body.woonis-theme-2026 .layout-product {
		padding: 50px 0 70px;
	}

	body.woonis-theme-2026 .bread-crumb {
		display: none;
	}

	body.woonis-theme-2026 .woonis-product-list {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.woonis-theme-2026 .woonis-product-list__content h3 {
		font-size: 22px;
	}

	body.woonis-theme-2026 .layout-product .product-image-block {
		padding: 8px;
	}

	body.woonis-theme-2026 .layout-product .title-product {
		font-size: 36px;
	}

	body.woonis-theme-2026 .layout-product .product-price {
		font-size: 27px !important;
	}

	body.woonis-theme-2026 .layout-product .chinhsach-pro {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .layout-product .chinhsach-pro li {
		border-right: 0;
	}

	body.woonis-theme-2026 .layout-contact :is(.contact, .form-contact),
	body.woonis-theme-2026 .main-cart-page .formVAT {
		padding: 20px;
	}

	body.woonis-theme-2026 .layout-contact .map,
	body.woonis-theme-2026 .layout-contact .map iframe {
		min-height: 420px;
	}

	body.woonis-theme-2026 footer.footer .mid-footer {
		padding: 60px 0 28px;
	}

	body.woonis-theme-2026 footer.footer .footer-click .title-menu::before,
	body.woonis-theme-2026 footer.footer .footer-click .title-menu::after {
		background: #858b7f;
	}

	body.woonis-theme-2026 footer.footer #copyright {
		min-height: 70px;
		text-align: center;
	}

	body.woonis-theme-2026 .woonis-gear-guide__intro {
		padding-top: 0;
	}

	body.woonis-theme-2026 .woonis-gear-guide__intro h1 {
		font-size: 46px;
	}

	body.woonis-theme-2026 .woonis-gear-guide__cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 34px 24px;
	}

	body.woonis-theme-2026 .woonis-collections-page__grid {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .woonis-collection-card__content {
		min-height: 135px;
	}

	body.woonis-theme-2026 :is(.page_customer_account, .page_order, .address, .page_login) {
		padding-top: 48px;
		padding-bottom: 70px;
	}
}

@media (max-width: 480px) {
	body.woonis-theme-2026 .woonis-hero__copy h2,
	body.woonis-theme-2026 .woonis-standard__intro h2,
	body.woonis-theme-2026 .woonis-section-heading h2 {
		font-size: 38px;
	}

	body.woonis-theme-2026 header.header .header-search {
		display: none;
	}

	body.woonis-theme-2026 .woonis-logo-column {
		max-width: 58% !important;
	}

	body.woonis-theme-2026 .woonis-hero__visual {
		min-height: 380px;
	}

	body.woonis-theme-2026 .woonis-hero__product strong {
		font-size: 20px;
	}

	body.woonis-theme-2026 .woonis-hero__product i {
		display: none;
	}

	body.woonis-theme-2026 .section_danhmuc .cate-list > [class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
	}

	body.woonis-theme-2026 .product-action .product-name {
		min-height: 53px;
	}
}

@media (max-width: 991px) {
	body.woonis-theme-2026 .w26-advisor__stage,
	body.woonis-theme-2026 .w26-advisor__result {
		padding: 46px 34px 38px;
	}

	body.woonis-theme-2026 .w26-advisor__options--4,
	body.woonis-theme-2026 .w26-advisor__options--3,
	body.woonis-theme-2026 .w26-advisor__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.woonis-theme-2026 .w26-advisor__result-head {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	body.woonis-theme-2026 .woonis-gear-guide {
		padding-top: 44px;
		padding-bottom: 76px;
	}

	body.woonis-theme-2026 .w26-advisor__topbar {
		grid-template-columns: 50px 1fr;
		gap: 14px;
		min-height: 72px;
		padding: 0 20px;
	}

	body.woonis-theme-2026 .w26-advisor__topbar > p {
		text-align: right;
	}

	body.woonis-theme-2026 .w26-advisor__progress {
		grid-column: 1 / -1;
		width: 100%;
		align-self: start;
		margin-top: -12px;
	}

	body.woonis-theme-2026 .w26-advisor__stage,
	body.woonis-theme-2026 .w26-advisor__result {
		padding: 34px 20px 28px;
	}

	body.woonis-theme-2026 .w26-advisor__step legend {
		margin-bottom: 26px;
	}

	body.woonis-theme-2026 .w26-advisor__step legend strong {
		font-size: 36px;
	}

	body.woonis-theme-2026 .w26-advisor__options--4,
	body.woonis-theme-2026 .w26-advisor__options--3,
	body.woonis-theme-2026 .w26-advisor__products {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .w26-advisor__options > button {
		min-height: 150px;
	}

	body.woonis-theme-2026 .w26-advisor__insight {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	body.woonis-theme-2026 .w26-advisor__result-actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.woonis-theme-2026 .w26-advisor__result-actions :is(.woonis-outline-button, .woonis-dark-button) {
		width: 100%;
		justify-content: center;
	}

	body.woonis-theme-2026 .w26-advisor__result-actions .w26-advisor__reset {
		align-self: center;
		margin: 8px 0 0;
	}

	body.woonis-theme-2026 .w26-advisor__category-links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	body.woonis-theme-2026 .w26-advisor__actions button {
		padding-inline: 12px;
		font-size: 8px;
	}

	body.woonis-theme-2026 .w26-advisor__actions [data-w26-guide-next] {
		min-width: 132px;
	}

	body.woonis-theme-2026 .w26-advisor__result-head h2 {
		font-size: 38px;
	}
}

/* Woonis Gear Match — mockup layout */
body.woonis-theme-2026 .woonis-gear-guide.page-content {
	padding: 0 !important;
	background: #f8f6f2;
}

body.woonis-theme-2026 .w26-match-hero {
	min-height: 510px;
	display: grid;
	grid-template-columns: 56% 44%;
	background: #151813;
	color: #fff;
	overflow: hidden;
}

body.woonis-theme-2026 .w26-match-hero__copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 82px 7vw;
}

body.woonis-theme-2026 .w26-match-hero__copy > p {
	margin: 0 0 24px;
	color: var(--woonis-lime);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .22em;
}

body.woonis-theme-2026 .w26-match-hero__copy h2 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(50px, 5.2vw, 82px);
	font-weight: 600;
	line-height: .95;
	letter-spacing: -.055em;
}

body.woonis-theme-2026 .w26-match-hero__copy > span {
	max-width: 610px;
	display: block;
	margin-top: 26px;
	color: #a8ada3;
	font-size: 12px;
	line-height: 1.75;
}

body.woonis-theme-2026 .w26-match-hero__copy > a {
	width: 220px;
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 36px;
	padding: 0 20px;
	background: var(--woonis-lime);
	color: #11140e;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .08em;
}

body.woonis-theme-2026 .w26-match-hero__copy > a b {
	font-size: 18px;
}

body.woonis-theme-2026 .w26-match-hero__visual {
	position: relative;
	min-height: 510px;
	border-left: 1px solid #363a32;
	overflow: hidden;
}

body.woonis-theme-2026 .w26-match-hero__visual > i {
	position: absolute;
	left: 50%;
	top: -45%;
	width: 720px;
	height: 720px;
	border: 1px solid rgba(180, 194, 163, .23);
	border-radius: 50%;
	transform: translateX(-50%);
}

body.woonis-theme-2026 .w26-match-hero__visual > i:nth-child(2) { width: 570px; height: 570px; top: -30%; }
body.woonis-theme-2026 .w26-match-hero__visual > i:nth-child(3) { width: 410px; height: 410px; top: -14%; }
body.woonis-theme-2026 .w26-match-hero__visual > i:nth-child(4) { width: 245px; height: 245px; top: 2%; }

body.woonis-theme-2026 .w26-match-hero__visual > span {
	position: absolute;
	left: 50%;
	top: 35%;
	width: 6px;
	height: 6px;
	background: var(--woonis-lime);
	border-radius: 50%;
	box-shadow: 0 0 28px var(--woonis-lime);
}

body.woonis-theme-2026 .w26-match-hero__visual > small {
	position: absolute;
	left: 32px;
	bottom: 34px;
	color: #7f8578;
	font-size: 7px;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: .2em;
}

body.woonis-theme-2026 .w26-match.w26-advisor {
	scroll-margin-top: 74px;
	background: #f8f6f2;
	border: 0;
}

body.woonis-theme-2026 .w26-match__inner {
	width: min(1320px, calc(100% - 48px));
	margin: 0 auto;
	padding: 112px 0 88px;
}

body.woonis-theme-2026 .w26-match__progress {
	display: grid;
	grid-template-columns: 185px minmax(0, 1fr) 74px;
	align-items: center;
	gap: 24px;
	padding-bottom: 21px;
	border-bottom: 1px solid #171914;
}

body.woonis-theme-2026 .w26-match__progress > span,
body.woonis-theme-2026 .w26-match__progress > b {
	color: #7e8478;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .18em;
}

body.woonis-theme-2026 .w26-match__progress > b {
	color: #151713;
	text-align: right;
}

body.woonis-theme-2026 .w26-match__track {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
}

body.woonis-theme-2026 .w26-match__track i {
	height: 2px;
	display: block;
	background: #d5d2c9;
	transition: background .25s ease;
}

body.woonis-theme-2026 .w26-match__track i.is-active {
	background: #759500;
}

body.woonis-theme-2026 .w26-match .w26-advisor__stage {
	padding: 0;
}

body.woonis-theme-2026 .w26-match .w26-match__step {
	min-height: 590px;
	display: grid;
	grid-template-columns: 40% 60%;
	align-items: center;
	column-gap: 48px;
	padding: 96px 0 56px;
}

body.woonis-theme-2026 .w26-match .w26-match__step[hidden] {
	display: none !important;
}

body.woonis-theme-2026 .w26-match .w26-match__step > header {
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0 28px 0 0;
}

body.woonis-theme-2026 .w26-match .w26-match__step > header small {
	margin-bottom: 30px;
	color: #789800;
	font-size: 8px;
	letter-spacing: .2em;
}

body.woonis-theme-2026 .w26-match .w26-match__step > header strong {
	max-width: 500px;
	font-size: clamp(52px, 5vw, 76px);
	font-weight: 500;
	line-height: .93;
	letter-spacing: -.06em;
}

body.woonis-theme-2026 .w26-match .w26-match__step > header span {
	max-width: 410px;
	margin-top: 32px;
	color: #777c73;
	font-size: 11px;
	line-height: 1.7;
}

body.woonis-theme-2026 .w26-match .w26-match__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

body.woonis-theme-2026 .w26-match .w26-match__options > button {
	position: relative;
	min-height: 156px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 24px 68px 24px 28px;
	background: rgba(255, 255, 255, .45);
	color: #171914;
	border: 1px solid #d7d4ca;
	transition: background .18s ease, color .18s ease, border-color .18s ease;
}

body.woonis-theme-2026 .w26-match .w26-match__options > button::after {
	display: none;
}

body.woonis-theme-2026 .w26-match .w26-match__options > button:hover {
	background: #fff;
	border-color: #9fa397;
	transform: none;
}

body.woonis-theme-2026 .w26-match .w26-match__options > button.is-selected {
	background: #171914;
	color: #fff;
	border-color: #171914;
}

body.woonis-theme-2026 .w26-match .w26-match__options button small {
	position: absolute;
	left: 24px;
	top: 20px;
	right: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	color: #8a8f84;
	font-size: 6px;
	letter-spacing: .14em;
}

body.woonis-theme-2026 .w26-match .w26-match__options button small b {
	color: #7e9f0b;
	font-size: 7px;
}

body.woonis-theme-2026 .w26-match .w26-match__options button small em {
	font-style: normal;
}

body.woonis-theme-2026 .w26-match .w26-match__options button strong {
	margin: 22px 0 8px;
	font-size: 15px;
	font-weight: 750;
	letter-spacing: -.01em;
}

body.woonis-theme-2026 .w26-match .w26-match__options button > span {
	color: #8a8f84;
	font-size: 8px;
	line-height: 1.45;
}

body.woonis-theme-2026 .w26-match .w26-match__options button.is-selected > span {
	color: #aeb3a8;
}

body.woonis-theme-2026 .w26-match .w26-match__options button > i {
	position: absolute;
	right: 28px;
	top: 50%;
	color: #719000;
	font-size: 18px;
	font-style: normal;
	transform: translateY(-50%);
}

body.woonis-theme-2026 .w26-match .w26-match__options button.is-selected > i {
	color: var(--woonis-lime);
}

body.woonis-theme-2026 .w26-match__back {
	grid-column: 2;
	width: max-content;
	margin: 18px 0 0;
	padding: 8px 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #777c73;
	color: #646960;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .12em;
	cursor: pointer;
}

body.woonis-theme-2026 .w26-match .w26-match__result {
	padding: 92px 0 30px;
}

body.woonis-theme-2026 .woonis-gear-guide > .w26-advisor__category-links {
	width: min(1320px, calc(100% - 48px));
	margin: 0 auto 105px;
}

@media (max-width: 991px) {
	body.woonis-theme-2026 .w26-match-hero {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .w26-match-hero__visual {
		min-height: 300px;
		border-top: 1px solid #363a32;
		border-left: 0;
	}

	body.woonis-theme-2026 .w26-match-hero__visual > i { top: -105%; }
	body.woonis-theme-2026 .w26-match-hero__visual > i:nth-child(2) { top: -82%; }
	body.woonis-theme-2026 .w26-match-hero__visual > i:nth-child(3) { top: -57%; }
	body.woonis-theme-2026 .w26-match-hero__visual > i:nth-child(4) { top: -28%; }

	body.woonis-theme-2026 .w26-match .w26-match__step {
		grid-template-columns: 1fr;
		gap: 44px;
		padding-top: 72px;
	}

	body.woonis-theme-2026 .w26-match .w26-match__step > header strong {
		max-width: 650px;
	}

	body.woonis-theme-2026 .w26-match__back {
		grid-column: 1;
	}
}

@media (max-width: 767px) {
	body.woonis-theme-2026 .w26-match-hero__copy {
		padding: 68px 24px;
	}

	body.woonis-theme-2026 .w26-match-hero__copy h2 {
		font-size: 49px;
	}

	body.woonis-theme-2026 .w26-match__inner {
		width: calc(100% - 30px);
		padding-top: 74px;
	}

	body.woonis-theme-2026 .w26-match__progress {
		grid-template-columns: 1fr auto;
		gap: 14px;
	}

	body.woonis-theme-2026 .w26-match__track {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	body.woonis-theme-2026 .w26-match .w26-match__step {
		min-height: 0;
		padding: 62px 0 32px;
	}

	body.woonis-theme-2026 .w26-match .w26-match__step > header strong {
		font-size: 46px;
	}

	body.woonis-theme-2026 .w26-match .w26-match__options {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .w26-match .w26-match__options > button {
		min-height: 132px;
	}

	body.woonis-theme-2026 .woonis-gear-guide > .w26-advisor__category-links {
		width: calc(100% - 30px);
		margin-bottom: 72px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	body.woonis-theme-2026 *,
	body.woonis-theme-2026 *::before,
	body.woonis-theme-2026 *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	body.woonis-theme-2026 .woonis-reveal {
		opacity: 1;
		transform: none;
	}
}
