/*
 * CSS ของธีม 1dayplusX
 *
 * เขียนมือทั้งหมด ไม่มีขั้น build ทีมแก้ไฟล์นี้แล้วเห็นผลทันที
 * ค่าสีและระยะทั้งหมดอยู่ใน custom property ที่หัวไฟล์ เปลี่ยนที่เดียวมีผลทั้งเว็บ
 */

:root {
	/* สี */
	--odpx-brand: #32c959;
	--odpx-brand-ink: #12331a;
	--odpx-brand-dark: #109d16;
	--odpx-brand-blue: #109d16;
	--odpx-brand-mint: linear-gradient(120deg, #effcf5 0%, #e8faf1 48%, #ecfaee 100%);
	--odpx-ink: #1f2329;
	--odpx-ink-soft: #5b6470;
	--odpx-ink-faint: #8b94a1;
	--odpx-line: #dcebe1;
	--odpx-bg: #ffffff;
	--odpx-bg-soft: #f3fbf6;
	--odpx-sale: #d0342c;
	--odpx-ok: #109d16;

	/* ตัวอักษร */
	--odpx-font: "Noto Sans Thai", "Sarabun", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--odpx-size: 15px;
	--odpx-line-height: 1.6;

	/* ระยะและรูปทรง */
	--odpx-container: 1400px;
	--odpx-gap: 16px;
	--odpx-gap-lg: 32px;
	--odpx-radius: 8px;
	--odpx-radius-sm: 4px;
	--odpx-shadow: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .04);
	--odpx-header-h: 64px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--odpx-bg);
	color: var(--odpx-ink);
	font: var(--odpx-size) / var(--odpx-line-height) var(--odpx-font);
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--odpx-brand-dark);
}

h1,
h2,
h3,
h4 {
	margin: 0 0 .5em;
	line-height: 1.3;
	font-weight: 700;
}

h1 {
	font-size: 1.75rem;
}

h2 {
	font-size: 1.375rem;
}

h3 {
	font-size: 1.0625rem;
}

p {
	margin: 0 0 1em;
}

ul,
ol {
	margin: 0 0 1em;
	padding-left: 1.25em;
}

button {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

:focus-visible {
	outline: 2px solid var(--odpx-brand);
	outline-offset: 2px;
}

.odpx-skip {
	position: absolute;
	left: -9999px;
}

.odpx-skip:focus {
	left: 8px;
	top: 8px;
	z-index: 100;
	background: #fff;
	padding: 8px 12px;
	border-radius: var(--odpx-radius-sm);
}

/* โครงหน้า */

.odpx-container {
	width: 100%;
	max-width: var(--odpx-container);
	margin-inline: auto;
	padding-inline: var(--odpx-gap);
}

.odpx-main {
	padding-block: var(--odpx-gap-lg);
	min-height: 50vh;
}

.odpx-main--flush {
	padding-block: 0;
}

.odpx-b2b-page,
.odpx-support-page {
	width: 100%;
	margin: 0;
}

.odpx-support-main {
	padding-block: clamp(28px, 4vw, 52px);
}

.odpx-support-page__head {
	max-width: 760px;
	margin-bottom: clamp(24px, 4vw, 42px);
}

.odpx-support-page__head h1 {
	margin: 8px 0 10px;
	font-size: clamp(1.8rem, 3.2vw, 2.8rem);
	letter-spacing: -.035em;
}

.odpx-support-page__head > p:last-child {
	margin: 0;
	color: var(--odpx-ink-soft);
}

.odpx-support-page__portal,
.odpx-support-page__portal .support-shortcode {
	width: 100%;
	max-width: none;
	min-width: 0;
}

.odpx-support-page__portal {
	min-height: 320px;
	padding: clamp(8px, 2vw, 20px);
	border: 1px solid var(--odpx-line);
	border-radius: calc(var(--odpx-radius) * 1.5);
	background: var(--odpx-bg);
}

.odpx-hero {
	position: relative;
	isolation: isolate;
	background: linear-gradient(120deg, #effcf2, #fff 58%, #f6f7f9);
	border-bottom: 1px solid var(--odpx-line);
	overflow: hidden;
}

.odpx-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.odpx-hero__inner {
	min-height: 280px;
	display: grid;
	align-items: center;
	padding-block: 48px;
}

.odpx-hero__inner > div {
	max-width: 560px;
}

.odpx-hero__eyebrow {
	margin: 0 0 8px;
	color: var(--odpx-brand-dark);
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.odpx-hero h1 {
	font-size: clamp(2rem, 5vw, 3rem);
	margin-bottom: 12px;
}

.odpx-hero p:not(.odpx-hero__eyebrow) {
	color: var(--odpx-ink-soft);
	margin-bottom: 20px;
}

.odpx-home-hero {
	position: relative;
	isolation: isolate;
	min-height: clamp(310px, 36vw, 510px);
	overflow: hidden;
	background: #edf4ed;
}

.odpx-home-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.odpx-home-hero__inner {
	display: grid;
	min-height: inherit;
	align-items: center;
}

.odpx-home-hero__copy {
	max-width: 500px;
	padding-block: clamp(42px, 7vw, 96px);
}

.odpx-home-hero__eyebrow,
.odpx-kicker {
	margin: 0 0 7px;
	color: var(--odpx-brand-dark);
	font-size: .8125rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.odpx-home-hero h1 {
	margin-bottom: 12px;
	font-size: clamp(2rem, 4vw, 3.625rem);
	letter-spacing: -.04em;
	line-height: 1.08;
}

.odpx-home-hero p:not(.odpx-home-hero__eyebrow) {
	max-width: 45ch;
	margin-bottom: 22px;
	color: #31493d;
	font-size: clamp(.95rem, 1.3vw, 1.1rem);
}

.odpx-home-hero__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.odpx-btn--outline {
	border: 1px solid currentColor;
	background: rgba(255, 255, 255, .76);
	color: var(--odpx-ink);
}

.odpx-home-promotions {
	margin-top: clamp(28px, 5vw, 52px);
}

.odpx-promo-rail {
	display: grid;
	grid-auto-columns: minmax(210px, 1fr);
	grid-auto-flow: column;
	gap: 14px;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.odpx-promo-tile {
	position: relative;
	display: grid;
	min-height: 170px;
	overflow: hidden;
	border-radius: 14px;
	background: #edf4ed;
	scroll-snap-align: start;
}

.odpx-promo-tile::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 34%, rgba(12, 33, 24, .7));
}

.odpx-promo-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.odpx-promo-tile:hover img,
.odpx-promo-tile:focus-visible img {
	transform: scale(1.04);
}

.odpx-promo-tile span {
	position: absolute;
	z-index: 1;
	right: 16px;
	bottom: 14px;
	left: 16px;
	color: #fff;
}

.odpx-promo-tile strong,
.odpx-promo-tile small {
	display: block;
}

.odpx-promo-tile small {
	margin-top: 2px;
	opacity: .92;
}

.odpx-home {
	padding-bottom: clamp(48px, 8vw, 104px);
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(130deg, transparent 20%, #edf8ef 78%, transparent) border-box;
}

.odpx-home-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .7) 41%, rgba(255, 255, 255, 0) 69%);
}

.odpx-home-hero__copy {
	position: relative;
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid rgba(255, 255, 255, .76);
	border-radius: 24px;
	background: rgba(255, 255, 255, .52);
	box-shadow: 0 22px 46px rgba(26, 72, 47, .09);
	backdrop-filter: blur(7px);
}

.odpx-home-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #e4f9e8;
	font-size: .72rem;
}

.odpx-home-hero h1 {
	max-width: 12ch;
	color: #143123;
}

.odpx-home-hero__proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.odpx-home-hero__proof li {
	min-width: 0;
	padding-left: 10px;
	border-left: 2px solid var(--odpx-brand);
}

.odpx-home-hero__proof strong,
.odpx-home-hero__proof span {
	display: block;
}

.odpx-home-hero__proof strong {
	font-size: .78rem;
}

.odpx-home-hero__proof span {
	margin-top: 2px;
	color: var(--odpx-ink-soft);
	font-size: .7rem;
}

.odpx-home .odpx-section {
	margin-block: clamp(48px, 7vw, 88px);
}

.odpx-home .odpx-section__head {
	align-items: end;
	margin-bottom: 22px;
}

.odpx-home .odpx-section__head h2 {
	font-size: clamp(1.55rem, 2.5vw, 2.2rem);
	letter-spacing: -.03em;
}

.odpx-home .odpx-kicker {
	margin-bottom: 2px;
	font-size: .7rem;
}

.odpx-home .odpx-section__more {
	padding-bottom: 4px;
	border-bottom: 1px solid var(--odpx-brand);
	color: var(--odpx-brand-dark);
	font-weight: 700;
}

.odpx-home .odpx-promo-rail {
	grid-template-columns: minmax(300px, 1.5fr) repeat(4, minmax(190px, 1fr));
	grid-auto-columns: auto;
	grid-auto-flow: unset;
	overflow: visible;
}

.odpx-home .odpx-promo-tile {
	min-height: 220px;
	border: 1px solid rgba(19, 76, 41, .08);
	box-shadow: 0 12px 28px rgba(13, 45, 27, .07);
}

.odpx-home .odpx-promo-tile:first-child {
	grid-row: span 1;
}

.odpx-home .odpx-category-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.odpx-home .odpx-category {
	position: relative;
	gap: 8px;
	padding: 14px 10px 12px;
	border: 1px solid transparent;
	border-radius: 14px;
	background: #f8f9f5;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.odpx-home .odpx-category:hover,
.odpx-home .odpx-category:focus-visible {
	background: #fff;
	border-color: #d7eadb;
	box-shadow: 0 12px 24px rgba(22, 76, 40, .1);
	transform: translateY(-3px);
}

.odpx-home .odpx-category img,
.odpx-home .odpx-category__placeholder {
	aspect-ratio: 4 / 3;
	border: 0;
	border-radius: 9px;
	background: transparent;
	mix-blend-mode: multiply;
}

.odpx-home .odpx-category small {
	display: none;
}

.odpx-home .odpx-brand-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
	padding: 18px;
	border: 1px solid var(--odpx-line);
	border-radius: 16px;
	background: #fff;
}

.odpx-home .odpx-brand-grid a {
	min-width: 0;
	min-height: 58px;
	padding: 10px;
	border: 0;
	border-radius: 8px;
	background: #f8f9f8;
	font-size: .82rem;
}

.odpx-home .odpx-brand-grid a:hover {
	background: #eaf8ed;
	box-shadow: none;
}

.odpx-home .odpx-grid--products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.odpx-home .odpx-card {
	border: 0;
	border-radius: 14px;
	background: transparent;
	overflow: visible;
}

.odpx-home .odpx-card__media {
	border-radius: 12px;
	background: #f7f8f6;
	overflow: hidden;
}

.odpx-home .odpx-card__body {
	padding: 12px 2px 0;
}

.odpx-home .odpx-card__title {
	min-height: 2.7em;
	font-size: .92rem;
	line-height: 1.4;
}

.odpx-home .odpx-card__add {
	display: none;
}

@media (max-width: 1023px) {
	.odpx-home .odpx-promo-rail {
		grid-auto-columns: minmax(250px, 78vw);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
	}

	.odpx-home .odpx-category-grid,
	.odpx-home .odpx-grid--products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.odpx-home .odpx-brand-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.odpx-home-hero {
		min-height: 450px;
	}

	.odpx-home-hero__bg {
		object-position: 66% center;
	}

	.odpx-home-hero::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .66) 62%, rgba(255, 255, 255, .12) 100%);
	}

	.odpx-home-hero__copy {
		margin-top: 22px;
		padding: 24px;
		background: rgba(255, 255, 255, .74);
	}

	.odpx-home-hero h1 {
		font-size: 2.15rem;
	}

	.odpx-home-hero__proof {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 20px;
	}

	.odpx-home-hero__proof li {
		display: flex;
		gap: 8px;
		align-items: baseline;
	}

	.odpx-home-hero__proof span {
		margin: 0;
	}

	.odpx-home .odpx-category-grid,
	.odpx-home .odpx-grid--products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.odpx-home .odpx-brand-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Homepage v3: clean electronics marketplace. Scoped to avoid catalog changes. */
.odpx-home {
	padding-bottom: 88px;
	background: #fff;
}

.odpx-tech-hero {
	position: relative;
	min-height: clamp(450px, 47vw, 640px);
	overflow: hidden;
	background: #eef0ed;
}

.odpx-tech-hero::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(249, 250, 247, .97) 0%, rgba(249, 250, 247, .89) 35%, rgba(249, 250, 247, .16) 67%, rgba(249, 250, 247, 0) 100%);
}

.odpx-tech-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.odpx-tech-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: inherit;
	align-items: center;
}

.odpx-tech-hero__copy {
	width: min(100%, 570px);
	padding-block: clamp(54px, 8vw, 110px);
}

.odpx-tech-hero__eyebrow,
.odpx-tech-section .odpx-kicker,
.odpx-tech-feature .odpx-kicker {
	margin: 0 0 12px;
	color: #197c46;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.odpx-tech-hero h1 {
	margin: 0 0 18px;
	color: #173126;
	font-size: clamp(2.55rem, 5.2vw, 5.1rem);
	font-weight: 700;
	letter-spacing: -.065em;
	line-height: .99;
}

.odpx-tech-hero__copy > p:not(.odpx-tech-hero__eyebrow):not(.odpx-tech-hero__popular) {
	max-width: 44ch;
	margin-bottom: 28px;
	color: #566158;
	font-size: clamp(1rem, 1.45vw, 1.2rem);
}

.odpx-tech-search {
	display: flex;
	width: min(100%, 510px);
	padding: 5px;
	border: 1px solid rgba(25, 63, 39, .15);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 15px 35px rgba(25, 59, 38, .12);
}

.odpx-tech-search input {
	min-width: 0;
	flex: 1;
	border: 0;
	padding: 11px 13px;
	background: transparent;
	color: var(--odpx-ink);
	font: inherit;
	outline: 0;
}

.odpx-tech-search button {
	border: 0;
	border-radius: 8px;
	padding: 11px 18px;
	background: #167d45;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.odpx-tech-hero__popular {
	margin: 12px 0 0;
	color: #69766d;
	font-size: .78rem;
}

.odpx-tech-hero__popular a {
	margin-left: 5px;
	border-bottom: 1px solid #9cb9a5;
	color: #315f43;
}

.odpx-tech-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: -1px;
	border: 1px solid #e6ebe7;
	border-radius: 0 0 14px 14px;
	background: #fff;
}

.odpx-tech-trust article {
	position: relative;
	padding: 21px 24px;
}

.odpx-tech-trust article + article::before {
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 0;
	width: 1px;
	background: #e6ebe7;
	content: "";
}

.odpx-tech-trust strong,
.odpx-tech-trust span {
	display: block;
}

.odpx-tech-trust strong {
	color: #26352b;
	font-size: .9rem;
}

.odpx-tech-trust span {
	margin-top: 3px;
	color: #7a857d;
	font-size: .78rem;
}

.odpx-home .odpx-tech-section {
	margin-block: clamp(64px, 8vw, 112px);
}

.odpx-home .odpx-tech-section .odpx-section__head {
	align-items: end;
	margin-bottom: 28px;
}

.odpx-home .odpx-tech-section .odpx-section__head h2,
.odpx-tech-feature h2 {
	margin: 0;
	color: #1e2d23;
	font-size: clamp(1.75rem, 3vw, 2.65rem);
	letter-spacing: -.05em;
	line-height: 1.1;
}

.odpx-home .odpx-tech-section .odpx-section__more {
	padding-bottom: 4px;
	border-bottom: 1px solid #1e8c50;
	color: #176e3e;
	font-size: .82rem;
	font-weight: 700;
}

.odpx-home .odpx-category-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.odpx-home .odpx-category {
	gap: 9px;
	padding: 16px 12px;
	border: 1px solid #edf0ed;
	border-radius: 12px;
	background: #fbfcfb;
	color: #334238;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.odpx-home .odpx-category:hover,
.odpx-home .odpx-category:focus-visible {
	border-color: #b9d6c3;
	background: #fff;
	box-shadow: 0 15px 30px rgba(35, 70, 46, .08);
	transform: translateY(-3px);
}

.odpx-home .odpx-category img,
.odpx-home .odpx-category__placeholder {
	aspect-ratio: 4 / 3;
	border: 0;
	border-radius: 6px;
	background: transparent;
	mix-blend-mode: multiply;
}

.odpx-home .odpx-category small {
	display: none;
}

.odpx-tech-feature {
	display: grid;
	grid-template-columns: minmax(260px, .88fr) minmax(0, 1.12fr);
	gap: clamp(34px, 6vw, 90px);
	align-items: center;
	overflow: hidden;
	margin-block: clamp(58px, 8vw, 108px);
	padding: clamp(28px, 5vw, 72px);
	border-radius: 18px;
	background: #17352a;
	color: #fff;
}

.odpx-tech-feature .odpx-kicker {
	color: #b7e8c7;
}

.odpx-tech-feature h2 {
	color: #fff;
}

.odpx-tech-feature p:not(.odpx-kicker) {
	max-width: 44ch;
	margin: 18px 0 26px;
	color: #d6e0d9;
}

.odpx-tech-feature .odpx-btn--primary {
	background: #d7f051;
	color: #163224;
}

.odpx-tech-feature img {
	width: 100%;
	max-height: 330px;
	border-radius: 12px;
	object-fit: cover;
}

.odpx-home .odpx-tech-section--tint {
	margin-right: -16px;
	margin-left: -16px;
	padding: clamp(30px, 5vw, 64px) max(16px, calc((100vw - var(--odpx-container)) / 2));
	background: #f4f7f3;
}

.odpx-home .odpx-grid--products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px 16px;
}

.odpx-home .odpx-card {
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.odpx-home .odpx-card__media {
	border-radius: 10px;
	background: #f5f6f3;
	overflow: hidden;
}

.odpx-home .odpx-card__body {
	padding: 12px 1px 0;
}

.odpx-home .odpx-card__title {
	min-height: 2.85em;
	font-size: .9rem;
	line-height: 1.42;
}

.odpx-home .odpx-card__add {
	display: none;
}

.odpx-home .odpx-card__price {
	margin-top: 5px;
}

.odpx-home .odpx-tech-brands {
	margin-block: clamp(60px, 8vw, 102px);
}

.odpx-home .odpx-brand-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
}

.odpx-home .odpx-brand-grid a {
	min-width: 0;
	padding: 18px 10px;
	border: 1px solid #e9eeea;
	border-radius: 8px;
	background: #fff;
	color: #46564b;
	font-size: .82rem;
}

.odpx-home .odpx-brand-grid a:hover {
	border-color: #afd1ba;
	box-shadow: none;
}

@media (max-width: 900px) {
	.odpx-tech-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.odpx-tech-trust article:nth-child(3)::before {
		display: none;
	}

	.odpx-home .odpx-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.odpx-home .odpx-grid--products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.odpx-home .odpx-brand-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.odpx-tech-hero {
		min-height: 610px;
	}

	.odpx-tech-hero::after {
		background: linear-gradient(180deg, rgba(249, 250, 247, .97) 0%, rgba(249, 250, 247, .88) 49%, rgba(249, 250, 247, .18) 100%);
	}

	.odpx-tech-hero__image {
		object-position: 62% center;
	}

	.odpx-tech-hero__copy {
		padding-block: 46px 170px;
	}

	.odpx-tech-hero h1 {
		font-size: 2.65rem;
	}

	.odpx-tech-search button {
	padding-inline: 14px;
	}

	.odpx-tech-trust {
		margin-inline: -16px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.odpx-tech-trust article {
		padding: 16px;
	}

	.odpx-home .odpx-tech-section .odpx-section__head {
		align-items: start;
		flex-direction: column;
		gap: 8px;
	}

	.odpx-home .odpx-category-grid,
	.odpx-home .odpx-grid--products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.odpx-tech-feature {
		grid-template-columns: 1fr;
		gap: 26px;
		padding: 28px;
	}

	.odpx-tech-feature img {
		max-height: 230px;
	}

	.odpx-home .odpx-brand-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.odpx-section {
	margin-block: var(--odpx-gap-lg);
}

.odpx-section__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--odpx-gap);
	margin-bottom: var(--odpx-gap);
}

.odpx-section__head h2 {
	margin: 0;
}

.odpx-section__more {
	font-size: .875rem;
	color: var(--odpx-ink-soft);
	white-space: nowrap;
}

/* หัวเว็บ */

.odpx-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--odpx-bg);
	border-bottom: 1px solid var(--odpx-line);
}

.odpx-header__bar {
	display: flex;
	align-items: center;
	gap: var(--odpx-gap);
	min-height: var(--odpx-header-h);
}

.odpx-logo {
	font-weight: 800;
	font-size: 1.125rem;
	white-space: nowrap;
}

.odpx-logo img {
	max-height: 40px;
	width: auto;
}

.odpx-search {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	max-width: 600px;
	border: 1px solid var(--odpx-line);
	border-radius: 999px;
	background: var(--odpx-bg-soft);
}

.odpx-search input[type="search"] {
	flex: 1 1 auto;
	border: 0;
	background: transparent;
	padding: 10px 12px;
	font: inherit;
	min-width: 0;
}

.odpx-search input[type="search"]:focus,
.odpx-search input[type="search"]:focus-visible {
	outline: 0;
	box-shadow: none;
}

.odpx-search:focus-within {
	border-color: var(--odpx-line);
	box-shadow: none;
}

.odpx-search button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 0;
	background: var(--odpx-brand);
	color: var(--odpx-brand-ink);
	padding-inline: 16px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 0 999px 999px 0;
}

.odpx-search button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.odpx-live-search {
	position: absolute;
	z-index: 60;
	top: calc(100% + 9px);
	left: 0;
	width: min(560px, calc(100vw - 32px));
	overflow: hidden;
	border: 1px solid var(--odpx-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(20, 38, 27, .16);
}

.odpx-live-search__items {
	display: grid;
	max-height: 430px;
	overflow-y: auto;
	padding: 7px;
}

.odpx-live-search__item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 8px;
	border-radius: 8px;
}

.odpx-live-search__item:hover,
.odpx-live-search__item:focus-visible {
	background: var(--odpx-bg-soft);
}

.odpx-live-search__item img {
	width: 58px;
	height: 58px;
	border-radius: 6px;
	background: #f7f8f6;
	object-fit: contain;
}

.odpx-live-search__item strong,
.odpx-live-search__item small {
	display: block;
}

.odpx-live-search__item strong {
	overflow: hidden;
	color: var(--odpx-ink);
	font-size: .78rem;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.odpx-live-search__item small {
	margin-top: 3px;
	color: var(--odpx-brand-dark);
	font-size: .78rem;
	font-weight: 700;
}

.odpx-live-search__all {
	display: flex;
	justify-content: space-between;
	padding: 11px 15px;
	border-top: 1px solid var(--odpx-line);
	color: var(--odpx-brand-dark);
	font-size: .76rem;
	font-weight: 700;
}

.odpx-live-search__empty {
	margin: 0;
	padding: 22px;
	color: var(--odpx-ink-soft);
	font-size: .8rem;
	text-align: center;
}

.odpx-header__actions {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: auto;
}

.odpx-iconlink {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 8px 7px;
	border-radius: var(--odpx-radius-sm);
	font-size: .76rem;
	white-space: nowrap;
}

.odpx-iconlink:hover {
	background: var(--odpx-bg-soft);
}

.odpx-mobile-cart {
	display: none;
}

.odpx-iconlink__icon,
.odpx-burger svg {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.odpx-language {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 2px;
	padding-left: 7px;
	border-radius: var(--odpx-radius-sm);
	font-size: .8125rem;
	transition: background-color .2s ease, color .2s ease;
	cursor: pointer;
}

.odpx-language:hover,
.odpx-language:focus-within {
	background: var(--odpx-bg-soft);
}

.odpx-language__trigger {
	display: grid;
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	place-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.odpx-language__trigger .odpx-iconlink__icon {
	max-width: none;
}

.odpx-language:hover .odpx-iconlink__icon,
.odpx-language:focus-within .odpx-iconlink__icon,
.odpx-language:hover .wgcurrent,
.odpx-language:focus-within .wgcurrent {
	color: var(--odpx-brand-dark);
}

.odpx-language .country-selector {
	position: relative;
	display: block;
	margin: 0;
	cursor: pointer !important;
}

.odpx-language .weglot_choice {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.odpx-language .wgcurrent {
	display: block;
	padding: 8px 6px;
	border-radius: var(--odpx-radius-sm);
	color: var(--odpx-ink-soft);
	cursor: pointer !important;
}

.odpx-language .wgcurrent a,
.odpx-language .country-selector li,
.odpx-language .country-selector li a {
	cursor: pointer !important;
}

.odpx-language .country-selector ul {
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	z-index: 40;
	display: none;
	min-width: 90px;
	margin: 0;
	padding: 4px;
	list-style: none;
	background: var(--odpx-bg);
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	box-shadow: var(--odpx-shadow);
}

.odpx-language .country-selector:focus-within ul,
.odpx-language .weglot_choice:checked ~ ul {
	display: block;
}

.odpx-language .country-selector li a {
	display: block;
	width: 100%;
	padding: 6px 8px;
	border-radius: 3px;
	color: var(--odpx-ink) !important;
	cursor: pointer;
}

.odpx-language .country-selector ul li {
	display: block;
	width: 100%;
}

.odpx-language .country-selector li:hover,
.odpx-language .country-selector li:focus-within {
	background: var(--odpx-bg-soft);
	border-radius: 3px;
}

.odpx-language .country-selector li:hover a,
.odpx-language .country-selector li:focus-within a {
	color: var(--odpx-brand-dark) !important;
}

.odpx-count {
	display: inline-grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding-inline: 5px;
	border-radius: 10px;
	background: var(--odpx-sale);
	color: #fff;
	font-size: .75rem;
	font-weight: 700;
}

.odpx-iconlink .odpx-count {
	position: absolute;
	top: -6px;
	right: -4px;
	min-width: 16px;
	height: 16px;
	padding-inline: 4px;
	font-size: .6rem;
}

.odpx-minicart {
	position: fixed;
	top: calc(var(--odpx-header-h) + 8px);
	right: 16px;
	z-index: 50;
	width: min(380px, calc(100vw - 32px));
	max-height: min(560px, calc(100vh - var(--odpx-header-h) - 24px));
	overflow: auto;
	padding: var(--odpx-gap);
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	background: var(--odpx-bg);
	box-shadow: 0 16px 48px rgba(16, 24, 40, .2);
}

.odpx-minicart[hidden] {
	display: none;
}

.odpx-minicart__head,
.odpx-minicart__foot,
.odpx-minicart__items li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--odpx-gap);
}

.odpx-minicart__head {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--odpx-line);
}

.odpx-minicart__head h2 {
	margin: 0;
	font-size: 1rem;
}

.odpx-minicart__head button {
	border: 0;
	background: transparent;
	font-size: 1.5rem;
	cursor: pointer;
}

.odpx-minicart__items ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.odpx-minicart__items li {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 36px;
	gap: 12px;
	align-items: center;
	padding-block: 10px;
	border-bottom: 1px solid var(--odpx-line);
}

.odpx-minicart__items li span {
	white-space: nowrap;
	color: var(--odpx-ink-soft);
}

.odpx-minicart-item__image {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	background: var(--odpx-bg-soft);
}

.odpx-minicart-item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.odpx-minicart-item__details {
	display: grid;
	min-width: 0;
	gap: 5px;
}

.odpx-minicart-item__details a {
	display: -webkit-box;
	overflow: hidden;
	color: var(--odpx-ink);
	font-weight: 700;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.odpx-minicart-item__details span {
	font-size: .82rem;
}

.odpx-minicart-item__remove {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid var(--odpx-line);
	border-radius: 50%;
	background: var(--odpx-bg);
	color: var(--odpx-ink-soft);
	cursor: pointer;
	transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.odpx-minicart-item__remove:hover,
.odpx-minicart-item__remove:focus-visible {
	border-color: #e7b8b4;
	background: #fff7f6;
	color: var(--odpx-sale);
}

.odpx-minicart-item__remove:focus-visible {
	outline: 2px solid var(--odpx-brand);
	outline-offset: 2px;
}

.odpx-minicart-item__remove:disabled {
	cursor: wait;
	opacity: .5;
}

.odpx-minicart-item__remove svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.odpx-minicart__foot {
	display: grid;
	margin-top: 12px;
}

/* เมนูหลัก */

.odpx-nav {
	border-top: 1px solid var(--odpx-line);
}

.odpx-nav__inner {
	display: flex;
	align-items: center;
}

.odpx-nav__mobile-head,
.odpx-nav-backdrop {
	display: none;
}

.odpx-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.odpx-nav__list a {
	display: block;
	padding: 10px 12px;
	font-size: .9375rem;
	white-space: nowrap;
}

.odpx-nav__list > li {
	position: relative;
}

.odpx-nav__list .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 30;
	display: none;
	min-width: 220px;
	margin: 0;
	padding: 6px;
	list-style: none;
	background: var(--odpx-bg);
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	box-shadow: var(--odpx-shadow);
}

.odpx-nav__list > li:hover > .sub-menu,
.odpx-nav__list > li:focus-within > .sub-menu {
	display: block;
}

.odpx-nav__business {
	margin-left: auto;
	padding: 8px 13px;
	border: 1px solid var(--odpx-brand);
	border-radius: 999px;
	color: var(--odpx-brand-dark);
	font-size: .78rem;
	font-weight: 700;
	white-space: nowrap;
}

.odpx-burger {
	display: none;
	border: 1px solid var(--odpx-line);
	background: transparent;
	border-radius: var(--odpx-radius-sm);
	padding: 8px 10px;
	cursor: pointer;
	align-items: center;
	gap: 6px;
}

/* ตะแกรงสินค้า */

.odpx-grid {
	display: grid;
	gap: var(--odpx-gap);
}

.odpx-grid--products {
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.odpx-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: var(--odpx-gap);
}

.odpx-category {
	display: grid;
	gap: 6px;
	text-align: center;
	font-weight: 600;
	font-size: .875rem;
}

.odpx-category img,
.odpx-category__placeholder {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	background: var(--odpx-bg-soft);
	border-radius: var(--odpx-radius);
	border: 1px solid var(--odpx-line);
}

.odpx-category__placeholder {
	display: block;
}

.odpx-category small {
	font-weight: 400;
	font-size: .75rem;
	color: var(--odpx-ink-faint);
}

.odpx-brand-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.odpx-brand-grid a {
	display: grid;
	place-items: center;
	min-width: 110px;
	padding: 14px 18px;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	background: var(--odpx-bg);
	font-weight: 700;
}

.odpx-brand-grid a:hover {
	border-color: var(--odpx-brand);
	box-shadow: var(--odpx-shadow);
}

.odpx-card {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	background: var(--odpx-bg);
	overflow: hidden;
	transition: box-shadow .15s ease;
}

.odpx-card__wishlist {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
}

.odpx-card__wishlist .yith-wcwl-add-to-wishlist {
	margin: 0;
}

.odpx-wishlist-button {
	display: grid;
	place-items: center;
	border: 0;
	cursor: pointer;
}

.odpx-card__wishlist .odpx-wishlist-button {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	box-shadow: var(--odpx-shadow);
	color: var(--odpx-ink-soft);
	font-size: 1.35rem;
	line-height: 1;
}

.odpx-wishlist-button.is-active {
	color: var(--odpx-sale);
}

.odpx-wishlist-button.is-error {
	outline: 2px solid var(--odpx-sale);
}

.odpx-card__wishlist a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	box-shadow: var(--odpx-shadow);
	color: var(--odpx-ink-soft);
	font-size: 0;
}

.odpx-card__wishlist a::before {
	content: "♡";
	font-size: 1.35rem;
	line-height: 1;
}

.odpx-card__wishlist .feedback,
.odpx-card__wishlist .ajax-loading,
.odpx-card__wishlist .yith-wcwl-wishlistaddedbrowse,
.odpx-card__wishlist .yith-wcwl-wishlistexistsbrowse {
	display: none !important;
}

.odpx-card__wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.odpx-card__wishlist .yith-wcwl-wishlistexistsbrowse + a::before {
	content: "♥";
	color: var(--odpx-sale);
}

.odpx-card:hover {
	box-shadow: var(--odpx-shadow);
}

.odpx-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1;
	background: var(--odpx-bg-soft);
}

.odpx-card__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.odpx-card__noimage {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--odpx-bg-soft);
}

.odpx-card__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 12px;
	flex: 1 1 auto;
}

.odpx-card__title {
	margin: 0;
	font-size: .9375rem;
	font-weight: 500;
	line-height: 1.45;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.odpx-card__price {
	margin-top: auto;
}

.odpx-price__now {
	font-weight: 700;
	color: var(--odpx-ink);
}

.odpx-price__was {
	color: var(--odpx-ink-faint);
	font-size: .875rem;
	margin-right: 4px;
}

.odpx-card--out .odpx-card__media {
	opacity: .55;
}

.odpx-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: .75rem;
	font-weight: 700;
	color: #fff;
}

.odpx-badge--sale {
	background: var(--odpx-sale);
}

.odpx-badge--out {
	top: auto;
	bottom: 8px;
	background: var(--odpx-ink-soft);
}

.odpx-card__rating {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: .8125rem;
	color: var(--odpx-ink-faint);
}

.odpx-stars {
	--odpx-stars: 0%;
	width: 72px;
	height: 12px;
	background: linear-gradient(90deg, var(--odpx-brand) var(--odpx-stars), var(--odpx-line) var(--odpx-stars));
	-webkit-mask: repeating-linear-gradient(90deg, #000 0 12px, transparent 12px 14.4px);
	mask: repeating-linear-gradient(90deg, #000 0 12px, transparent 12px 14.4px);
}

/* ปุ่ม */

.odpx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px 14px;
	border: 1px solid transparent;
	border-radius: var(--odpx-radius-sm);
	font-size: .9375rem;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
}

.odpx-btn--primary {
	background: var(--odpx-brand);
	color: var(--odpx-brand-ink);
}

.odpx-btn--primary:hover {
	background: var(--odpx-brand-dark);
	color: var(--odpx-brand-ink);
}

.odpx-btn--ghost {
	border-color: var(--odpx-line);
	background: var(--odpx-bg);
}

.odpx-btn--muted {
	background: var(--odpx-bg-soft);
	color: var(--odpx-ink-faint);
	cursor: not-allowed;
}

.odpx-btn--block {
	width: 100%;
}

/* เส้นทางนำทาง */

.odpx-breadcrumb {
	font-size: .8125rem;
	color: var(--odpx-ink-soft);
	padding-block: 10px;
	border-bottom: 1px solid var(--odpx-line);
}

.odpx-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.odpx-breadcrumb li + li::before {
	content: "/";
	margin-right: 6px;
	color: var(--odpx-ink-faint);
}

/* เปลี่ยนหน้า */

.odpx-pagination {
	margin-block: var(--odpx-gap-lg);
}

.odpx-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.odpx-pagination a,
.odpx-pagination span {
	display: block;
	padding: 8px 12px;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	font-size: .875rem;
}

.odpx-pagination .current {
	background: var(--odpx-brand);
	border-color: var(--odpx-brand);
	color: var(--odpx-brand-ink);
	font-weight: 700;
}

.odpx-catalog-sidebar {
	padding: var(--odpx-gap);
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	background: var(--odpx-bg);
}

.odpx-catalog-sidebar h2 {
	font-size: 1rem;
}

.odpx-catalog-sidebar__all,
.odpx-category-tree a {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	padding: 8px;
	border-radius: var(--odpx-radius-sm);
}

.odpx-catalog-sidebar__all:hover,
.odpx-catalog-sidebar__all.is-current,
.odpx-category-tree .is-active > a,
.odpx-category-tree .is-current > a {
	background: var(--odpx-bg-soft);
	color: var(--odpx-brand-dark);
	font-weight: 700;
}

.odpx-category-tree,
.odpx-category-tree ul {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.odpx-category-tree ul {
	margin-left: 10px;
	padding-left: 8px;
	border-left: 1px solid var(--odpx-line);
}

.odpx-category-tree small {
	color: var(--odpx-ink-faint);
}

.odpx-category-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: var(--odpx-gap);
}

.odpx-category-chips a {
	padding: 6px 10px;
	border: 1px solid var(--odpx-line);
	border-radius: 999px;
	font-size: .875rem;
}

.odpx-category-chips a:hover {
	border-color: var(--odpx-brand);
}

/* หน้าสินค้า */

.odpx-product {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--odpx-gap-lg);
}

.odpx-gallery__main {
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	overflow: hidden;
	background: var(--odpx-bg-soft);
	aspect-ratio: 1;
}

.odpx-gallery__main img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.odpx-gallery__thumbs {
	display: flex;
	gap: 8px;
	margin-top: 8px;
	flex-wrap: wrap;
}

.odpx-gallery__thumbs button {
	width: 64px;
	height: 64px;
	padding: 0;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	background: var(--odpx-bg-soft);
	cursor: pointer;
	overflow: hidden;
}

.odpx-gallery__thumbs button[aria-current="true"] {
	border-color: var(--odpx-brand);
}

.odpx-gallery__thumbs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.odpx-product__price {
	font-size: 1.5rem;
	margin-block: 8px 12px;
}

.odpx-product__wishlist .yith-wcwl-add-to-wishlist {
	margin: 0 0 var(--odpx-gap);
}

.odpx-product__wishlist a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 10px;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	font-weight: 600;
}

.odpx-product__wishlist a::before {
	content: "♡";
	font-size: 1.2rem;
}

.odpx-product__wishlist .odpx-wishlist-button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 10px;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	background: var(--odpx-bg);
	font-weight: 600;
}

.odpx-product__meta {
	margin-block: var(--odpx-gap);
	font-size: .875rem;
	color: var(--odpx-ink-soft);
}

.odpx-product__meta dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 12px;
	margin: 0;
}

.odpx-product__meta dt {
	color: var(--odpx-ink-faint);
}

.odpx-product__meta dd {
	margin: 0;
}

.odpx-affiliate {
	margin-top: var(--odpx-gap);
	padding: var(--odpx-gap);
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	background: var(--odpx-bg-soft);
}

.odpx-affiliate__label {
	margin: 0 0 8px;
	font-weight: 600;
}

.odpx-affiliate__control {
	display: flex;
	align-items: center;
	gap: 10px;
}

.odpx-affiliate__link {
	min-width: 0;
	flex: 1;
	padding: 8px 10px;
	overflow: hidden;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	background: var(--odpx-bg);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.odpx-affiliate__status {
	min-height: 1.5em;
	margin: 6px 0 0;
	color: var(--odpx-ink-soft);
	font-size: .8125rem;
}

@media (max-width: 540px) {
	.odpx-affiliate__control {
		align-items: stretch;
		flex-direction: column;
	}
}

.odpx-stock--in {
	color: var(--odpx-ok);
	font-weight: 600;
}

.odpx-stock--out {
	color: var(--odpx-sale);
	font-weight: 600;
}

.odpx-addtocart {
	display: flex;
	gap: var(--odpx-gap);
	align-items: center;
	flex-wrap: wrap;
	margin-block: var(--odpx-gap);
}

.odpx-qty {
	display: inline-flex;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	overflow: hidden;
}

.odpx-qty button {
	width: 36px;
	border: 0;
	background: var(--odpx-bg-soft);
	cursor: pointer;
	font-size: 1.125rem;
}

.odpx-qty input {
	width: 56px;
	border: 0;
	text-align: center;
	font: inherit;
}

.odpx-tabs {
	display: grid;
	gap: var(--odpx-gap);
	margin-block: var(--odpx-gap-lg);
}

.odpx-tabs__panel {
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	padding: clamp(20px, 3vw, 32px);
	overflow: hidden;
	background: var(--odpx-bg);
	box-shadow: var(--odpx-shadow);
}

.odpx-tabs__panel h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	font-size: 1.125rem;
}

.odpx-tabs__panel h2::before {
	width: 4px;
	height: 22px;
	border-radius: 999px;
	background: var(--odpx-brand);
	content: "";
}

.odpx-tabs__panel > h2 + span,
.odpx-tabs__panel > h2 + p > span:only-child {
	display: block;
	color: var(--odpx-ink);
	font-size: 1.05rem !important;
	font-weight: 700;
}

.odpx-tabs__panel table {
	width: min(100%, 760px);
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid var(--odpx-line) !important;
	border-radius: calc(var(--odpx-radius) + 2px);
	border-collapse: separate;
	border-spacing: 0;
	background: var(--odpx-bg);
	box-shadow: 0 8px 24px rgba(16, 66, 36, .06);
}

.odpx-tabs__panel table :is(th, td) {
	height: auto;
	padding: 13px 16px;
	border: 0 !important;
	border-bottom: 1px solid var(--odpx-line) !important;
	color: var(--odpx-ink);
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
}

.odpx-tabs__panel table tr:last-child > :is(th, td) {
	border-bottom: 0 !important;
}

.odpx-tabs__panel table tr > :first-child {
	width: 42%;
	border-right: 1px solid var(--odpx-line) !important;
	background: var(--odpx-bg-soft);
	color: var(--odpx-ink-soft);
	font-weight: 600;
}

.odpx-tabs__panel table tr > :last-child {
	font-weight: 600;
}

.odpx-tabs__panel table tr {
	transition: background-color .18s ease;
}

.odpx-tabs__panel table tr:hover {
	background: #f9fdfa;
}

.odpx-tabs__panel table p {
	margin: 0;
}

@media (max-width: 520px) {
	.odpx-tabs__panel {
		padding: 16px;
	}

	.odpx-tabs__panel table {
		font-size: .9rem;
	}

	.odpx-tabs__panel table :is(th, td) {
		padding: 11px 12px;
	}

	.odpx-tabs__panel table tr > :first-child {
		width: 52%;
	}
}

/* ท้ายเว็บ */

.odpx-footer {
	margin-top: 0;
	background: var(--odpx-bg-soft);
	border-top: 1px solid var(--odpx-line);
	padding-block: var(--odpx-gap-lg);
	font-size: .875rem;
}

.odpx-footer__cols {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: var(--odpx-gap-lg);
}

.odpx-footer h2 {
	font-size: .9375rem;
	margin-bottom: 10px;
}

.odpx-footer__logo {
	width: min(200px, 100%);
	height: auto;
	margin-bottom: 12px;
}

.odpx-footer__siteseal {
	min-height: 48px;
	margin-top: 16px;
}

.odpx-footer__siteseal #siteseal {
	display: inline-block;
	max-width: 100%;
}

.odpx-footer__siteseal img {
	max-width: 100%;
	height: auto;
}

.odpx-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 6px;
}

.odpx-footer-contact {
	display: grid;
	gap: 10px;
}

.odpx-footer-contact p {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
}

.odpx-footer-contact__icon {
	display: grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid var(--odpx-line);
	border-radius: 50%;
	background: var(--odpx-brand-mint);
	color: var(--odpx-brand-dark);
}

.odpx-footer-contact__icon svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.odpx-footer__bottom {
	margin-top: var(--odpx-gap-lg);
	padding-top: var(--odpx-gap);
	border-top: 1px solid var(--odpx-line);
	color: var(--odpx-ink-soft);
	display: flex;
	flex-wrap: wrap;
	gap: var(--odpx-gap);
	justify-content: space-between;
}

.odpx-cookie-consent {
	position: fixed;
	left: 50%;
	bottom: 16px;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--odpx-gap);
	width: min(760px, calc(100vw - 32px));
	padding: 16px;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	background: var(--odpx-bg);
	box-shadow: 0 18px 52px rgba(16, 24, 40, .18);
	font-size: .875rem;
	transform: translateX(-50%);
}

.odpx-cookie-consent[hidden],
.odpx-cookie-policy[hidden] {
	display: none;
}

.odpx-cookie-consent p {
	margin: 0;
}

.odpx-cookie-consent__policy-link {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--odpx-brand-dark);
	font: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.odpx-cookie-consent__policy-link:hover {
	color: var(--odpx-ink);
}

.odpx-cookie-consent__policy-link:focus-visible,
.odpx-cookie-policy button:focus-visible,
.odpx-cookie-policy a:focus-visible {
	outline: 2px solid var(--odpx-brand);
	outline-offset: 3px;
}

.odpx-cookie-consent__actions {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.odpx-cookie-policy {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: grid;
	place-items: center;
	padding: 20px;
}

.odpx-cookie-policy__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 24, 17, .58);
	backdrop-filter: blur(3px);
}

.odpx-cookie-policy__dialog {
	position: relative;
	display: flex;
	width: min(760px, 100%);
	max-height: min(780px, calc(100vh - 40px));
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--odpx-line);
	border-radius: calc(var(--odpx-radius) * 1.5);
	background: var(--odpx-bg);
	box-shadow: 0 28px 80px rgba(5, 26, 14, .28);
}

.odpx-cookie-policy__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 22px clamp(20px, 4vw, 34px);
	border-bottom: 1px solid var(--odpx-line);
}

.odpx-cookie-policy__header p,
.odpx-cookie-policy__header h2,
.odpx-cookie-policy__header small {
	margin: 0;
}

.odpx-cookie-policy__header p {
	margin-bottom: 3px;
	color: var(--odpx-brand-dark);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.odpx-cookie-policy__header h2 {
	font-size: clamp(1.25rem, 3vw, 1.75rem);
	line-height: 1.3;
}

.odpx-cookie-policy__header small {
	color: var(--odpx-ink-soft);
}

.odpx-cookie-policy__close {
	position: relative;
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	border: 1px solid var(--odpx-line);
	border-radius: 50%;
	background: var(--odpx-bg);
	color: var(--odpx-ink);
	font: inherit;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
}

.odpx-cookie-policy__close:hover {
	border-color: var(--odpx-brand);
	background: var(--odpx-brand);
	color: var(--odpx-ink);
}

.odpx-cookie-policy__close::before,
.odpx-cookie-policy__close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	content: "";
}

.odpx-cookie-policy__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.odpx-cookie-policy__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.odpx-cookie-policy__content {
	overflow-y: auto;
	padding: 8px clamp(20px, 4vw, 34px) 30px;
	color: var(--odpx-ink-soft);
	scrollbar-gutter: stable;
}

.odpx-cookie-policy__content h3 {
	margin: 24px 0 8px;
	color: var(--odpx-ink);
	font-size: 1.05rem;
}

.odpx-cookie-policy__content p,
.odpx-cookie-policy__content ul {
	margin: 0 0 12px;
}

.odpx-cookie-policy__content ul {
	display: grid;
	gap: 8px;
	padding-left: 22px;
}

.odpx-cookie-policy__content strong {
	color: var(--odpx-ink);
}

.odpx-cookie-policy__content address {
	padding: 14px 16px;
	border-radius: var(--odpx-radius-sm);
	background: var(--odpx-bg-soft);
	color: var(--odpx-ink);
	font-style: normal;
}

.odpx-modal-open {
	overflow: hidden;
}

@media (max-width: 640px) {
	.odpx-cookie-consent {
		align-items: stretch;
		flex-direction: column;
	}

	.odpx-cookie-consent__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.odpx-cookie-policy {
		padding: 10px;
	}

	.odpx-cookie-policy__dialog {
		max-height: calc(100vh - 20px);
	}
}

.odpx-empty {
	padding: var(--odpx-gap-lg);
	text-align: center;
	color: var(--odpx-ink-soft);
	background: var(--odpx-bg-soft);
	border-radius: var(--odpx-radius);
}

.odpx-page {
	max-width: 900px;
	margin-inline: auto;
}

.odpx-page--wide {
	max-width: var(--odpx-container);
}

.odpx-page__content {
	color: var(--odpx-ink-soft);
}

.odpx-page__content h2,
.odpx-page__content h3,
.odpx-page__content h4 {
	color: var(--odpx-ink);
	margin-top: 1.6em;
}

.odpx-page__content table {
	width: 100%;
	border-collapse: collapse;
	margin-block: var(--odpx-gap);
}

.odpx-page__content th,
.odpx-page__content td {
	border: 1px solid var(--odpx-line);
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.odpx-page__content blockquote {
	margin: var(--odpx-gap) 0;
	padding: 12px 16px;
	border-left: 3px solid var(--odpx-brand);
	background: var(--odpx-bg-soft);
}

.odpx-coupon-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: var(--odpx-gap);
	margin-top: var(--odpx-gap-lg);
}

.odpx-coupon-card {
	padding: var(--odpx-gap);
	border: 1px dashed var(--odpx-brand-dark);
	border-radius: var(--odpx-radius);
	background: linear-gradient(135deg, #f4fff7, #fff);
}

.odpx-coupon-card h2 {
	font-size: 1.25rem;
}

.odpx-coupon-card__value {
	margin: 0;
	color: var(--odpx-brand-dark);
	font-size: 1.5rem;
	font-weight: 800;
}

.get-code-btn,
.need-login {
	display: inline-flex;
	padding: 8px 10px;
	border: 1px solid var(--odpx-brand);
	border-radius: var(--odpx-radius-sm);
	background: var(--odpx-brand);
	color: var(--odpx-brand-ink);
	font: inherit;
	font-weight: 700;
}

.odpx-secondhand {
	max-width: var(--odpx-container);
}

.odpx-secondhand__lead {
	font-size: 1.125rem;
	color: var(--odpx-ink-soft);
}

.odpx-rotating-copy {
	display: grid;
	min-height: 2.24em;
	color: var(--odpx-brand-dark);
}

.odpx-rotating-copy > span {
	grid-area: 1 / 1;
	transition: opacity .42s ease, transform .42s ease;
}

.odpx-rotating-copy [data-odpx-rotating-current] {
	opacity: 1;
	transform: translateY(0);
}

.odpx-rotating-copy [data-odpx-rotating-next] {
	opacity: 0;
	transform: translateY(.35em);
}

.odpx-rotating-copy.is-changing [data-odpx-rotating-current] {
	opacity: 0;
	transform: translateY(-.35em);
}

.odpx-rotating-copy.is-changing [data-odpx-rotating-next] {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.odpx-rotating-copy > span {
		transition: none;
	}
}

.odpx-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: var(--odpx-gap);
	margin: var(--odpx-gap-lg) 0;
	padding: 0;
	list-style: none;
	counter-reset: steps;
}

.odpx-steps li {
	display: grid;
	gap: 6px;
	padding: var(--odpx-gap);
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
}

.odpx-steps strong::before {
	counter-increment: steps;
	content: counter(steps) ". ";
	color: var(--odpx-brand-dark);
}

.odpx-usecase-grid,
.odpx-pay-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: var(--odpx-gap);
}

.odpx-usecase-card,
.odpx-pay-features article,
.odpx-pay-contact {
	padding: var(--odpx-gap);
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	background: var(--odpx-bg);
}

.odpx-usecase-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	margin-bottom: 10px;
}

.odpx-usecase-card h3,
.odpx-pay-features h2 {
	font-size: 1rem;
}

.odpx-usecase-card p,
.odpx-pay-features p {
	color: var(--odpx-ink-soft);
	font-size: .875rem;
}

.odpx-pay-features {
	margin-block: var(--odpx-gap-lg);
}

.odpx-pay-contact {
	margin-bottom: var(--odpx-gap-lg);
	background: var(--odpx-bg-soft);
}

/*
 * ชั้น compatibility ชั่วคราวสำหรับเนื้อหา static ที่ยังเก็บเป็น WPBakery shortcode
 * ใช้เฉพาะ markup ที่ shortcode render แล้ว ไม่โหลด CSS/JS 500 KB ของ WPBakery
 */
.odpx-page__content .vc_row,
.odpx-page__content .vc_row_inner {
	display: flex;
	flex-wrap: wrap;
	margin-inline: calc(var(--odpx-gap) / -2);
}

.odpx-page__content .wpb_column,
.odpx-page__content .vc_column_container,
.odpx-page__content .vc_column-inner {
	width: 100%;
	padding-inline: calc(var(--odpx-gap) / 2);
}

.odpx-page__content .wpb_wrapper > * + * {
	margin-top: var(--odpx-gap);
}

.odpx-page__content .wpb_single_image img {
	width: 100%;
	height: auto;
	border-radius: var(--odpx-radius);
}

.odpx-page__content .vc_separator {
	height: 1px;
	margin-block: var(--odpx-gap-lg);
	background: var(--odpx-line);
	border: 0;
}

.odpx-page__content .wpb_text_column,
.odpx-page__content .vc_custom_heading {
	margin-bottom: var(--odpx-gap);
}

.odpx-page__content .vc_btn3,
.odpx-page__content .vc_btn {
	display: inline-flex;
	padding: 9px 14px;
	border-radius: var(--odpx-radius-sm);
	background: var(--odpx-brand);
	color: var(--odpx-brand-ink);
	font-weight: 600;
}

.odpx-contact-form {
	max-width: 620px;
	padding: var(--odpx-gap);
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	background: var(--odpx-bg);
	box-shadow: var(--odpx-shadow);
}

.odpx-contact-form form {
	display: grid;
	gap: 12px;
}

.odpx-contact-form form p {
	margin: 0;
	display: grid;
	gap: 5px;
}

.odpx-contact-form label {
	font-weight: 600;
	color: var(--odpx-ink);
}

.odpx-contact-form input,
.odpx-contact-form select,
.odpx-contact-form textarea {
	width: 100%;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	padding: 9px 10px;
	font: inherit;
	color: var(--odpx-ink);
	background: var(--odpx-bg);
}

.odpx-contact-form select {
	min-height: 43px;
}

.odpx-contact-form textarea {
	resize: vertical;
}

.odpx-contact-form__trap {
	position: absolute !important;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.odpx-contact-form__notice {
	padding: 10px 12px;
	border-radius: var(--odpx-radius-sm);
}

.odpx-contact-form__notice--success {
	background: #eaf9ef;
	color: #155b31;
}

.odpx-contact-form__notice--error {
	background: #fff0ef;
	color: #9a251f;
}

.odpx-footer .odpx-contact-form {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.odpx-footer .odpx-contact-form h2 {
	display: none;
}

.odpx-contact-form--newsletter {
	display: flex !important;
	align-items: end;
	gap: 8px;
}

.odpx-contact-form--newsletter > p {
	flex: 1;
}

.odpx-contact-form--newsletter > p:last-child {
	flex: 0 0 auto;
}

.odpx-contact-form--newsletter label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

/* จอกว้าง */

@media (min-width: 768px) {
	:root {
		--odpx-size: 16px;
	}

	.odpx-product {
		grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
	}

	.odpx-grid--products {
		grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
	}
	.odpx-page__content .vc_col-sm-3 {
		width: 25%;
	}

	.odpx-page__content .vc_col-sm-4 {
		width: 33.3333%;
	}

	.odpx-page__content .vc_col-sm-6 {
		width: 50%;
	}

	.odpx-page__content .vc_col-sm-8 {
		width: 66.6667%;
	}

	.odpx-page__content .vc_col-sm-9 {
		width: 75%;
	}
}

@media (min-width: 1024px) {
	.odpx-layout--sidebar {
		display: grid;
		grid-template-columns: 260px minmax(0, 1fr);
		gap: var(--odpx-gap-lg);
		align-items: start;
	}

	.single-product .odpx-section .odpx-grid--products {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

/* จอแคบ */

@media (max-width: 767px) {
	.odpx-header__bar {
		display: grid;
		grid-template-columns: 40px 92px minmax(0, 1fr);
		gap: 7px 8px;
		min-height: 0;
		padding-block: 8px;
	}

	.odpx-header__bar--compact {
		grid-template-columns: minmax(92px, 1fr) auto;
	}

	.odpx-header__bar--compact .odpx-logo {
		grid-column: 1;
	}

	.odpx-header__bar--compact .odpx-header__actions {
		grid-column: 2;
		width: auto;
	}

	.odpx-burger {
		display: inline-flex;
		grid-column: 1;
		grid-row: 1;
		width: 40px;
		height: 38px;
		justify-content: center;
		padding: 8px;
	}

	.odpx-burger span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.odpx-logo {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		justify-self: start;
	}

	.odpx-logo img {
		max-width: 92px;
		max-height: 30px;
	}

	.odpx-mobile-cart {
		display: none;
	}

	.odpx-search {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		max-width: none;
	}

	.odpx-search input[type="search"] {
		width: 100%;
		padding-block: 9px;
	}

	.odpx-search button {
		width: 48px;
		justify-content: center;
		padding: 0;
	}

	.odpx-search button span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.odpx-live-search {
		width: 100%;
	}

	.odpx-header__actions {
		display: flex;
		position: relative;
		grid-column: 3;
		grid-row: 1;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		align-items: center;
		justify-content: flex-end;
		gap: 1px;
		margin: 0;
	}

	.odpx-nav {
		position: fixed;
		z-index: 70;
		inset: 0 auto 0 0;
		display: block;
		width: min(88vw, 380px);
		max-height: 100vh;
		max-height: 100dvh;
		overflow-x: hidden;
		overflow-y: auto;
		border: 0;
		background: #fff;
		box-shadow: 18px 0 44px rgba(20, 40, 27, .16);
		overscroll-behavior: contain;
		transform: translateX(-105%);
		transition: transform .24s ease;
	}

	.odpx-nav.is-open {
		transform: translateX(0);
	}

	body.odpx-menu-open {
		overflow: hidden;
	}

	.odpx-nav__list {
		width: 100%;
		flex-direction: column;
	}

	.odpx-nav__inner {
		min-height: 100vh;
		min-height: 100dvh;
		align-items: stretch;
		flex-direction: column;
		padding: 0 16px 24px;
	}

	.odpx-nav__mobile-head {
		position: sticky;
		z-index: 2;
		top: 0;
		display: flex;
		min-height: 64px;
		align-items: center;
		justify-content: space-between;
		margin-inline: -16px;
		padding-inline: 20px 14px;
		border-bottom: 1px solid var(--odpx-line);
		background: #fff;
	}

	.odpx-nav__mobile-head strong {
		font-size: 1.05rem;
	}

	.odpx-nav__mobile-head button {
		position: relative;
		display: grid;
		width: 40px;
		height: 40px;
		place-items: center;
		border: 0;
		background: transparent;
		color: var(--odpx-ink);
		font-size: 0;
		line-height: 1;
		cursor: pointer;
	}

	.odpx-nav__mobile-head button::before,
	.odpx-nav__mobile-head button::after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		border-radius: 999px;
		background: currentColor;
		content: "";
	}

	.odpx-nav__mobile-head button::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.odpx-nav__mobile-head button::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.odpx-nav-backdrop {
		position: fixed;
		z-index: 65;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		border: 0;
		background: rgba(18, 51, 26, .34);
		cursor: pointer;
	}

	.odpx-nav-backdrop[hidden] {
		display: none;
	}

	.odpx-nav__list .sub-menu {
		position: static;
		display: block;
		border: 0;
		box-shadow: none;
		padding-left: 12px;
	}

	.odpx-header__actions .odpx-iconlink {
		display: flex;
		width: 32px;
		height: 36px;
		flex: 0 0 32px;
		justify-content: center;
		padding: 6px;
		font-size: .65rem;
	}

	.odpx-header__actions .odpx-iconlink__label {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.odpx-header__actions .odpx-language {
		display: flex;
		width: auto;
		height: 36px;
		flex: 0 0 auto;
		justify-content: center;
		padding: 6px 2px;
	}

	.odpx-header__actions .odpx-iconlink__icon {
		width: 18px;
		height: 18px;
		flex-basis: 18px;
	}

	.odpx-header__actions .odpx-language__trigger {
		width: 18px;
		height: 18px;
		flex-basis: 18px;
	}

	.odpx-header__actions .odpx-count {
		top: -4px;
		right: -3px;
	}

	.odpx-header__actions > .odpx-iconlink:last-of-type {
		display: flex;
	}

	.odpx-nav__business {
		position: sticky;
		z-index: 3;
		bottom: 0;
		align-self: stretch;
		margin: auto -16px -24px;
		padding: 16px 20px calc(16px + env(safe-area-inset-bottom));
		border: 0;
		border-top: 1px solid var(--odpx-line);
		border-radius: 0;
		background: var(--odpx-brand-mint);
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		transition: none !important;
		animation: none !important;
	}
}

/* Homepage v4: guided minimal marketplace. */
.odpx-home {
	padding-bottom: 48px;
	background: #fff;
}

.odpx-guided-hero {
	position: relative;
	min-height: clamp(430px, 40vw, 570px);
	overflow: hidden;
	background: #f3f5f1;
}

.odpx-guided-hero::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .79) 39%, rgba(255, 255, 255, .08) 70%, transparent 100%);
}

.odpx-guided-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.odpx-guided-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: inherit;
	align-items: center;
}

.odpx-guided-hero__copy {
	max-width: 510px;
	padding-bottom: 62px;
}

.odpx-guided-hero__copy > p:first-child {
	margin-bottom: 11px;
	color: #1b8550;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.odpx-guided-hero h1 {
	margin-bottom: 15px;
	color: #27332b;
	font-size: clamp(2.25rem, 4.5vw, 3.7rem);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1.1;
}

.odpx-guided-hero__copy > p:not(:first-child) {
	max-width: 42ch;
	margin-bottom: 26px;
	color: #657068;
	font-size: 1rem;
}

.odpx-guided-hero__services {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 1px solid rgba(42, 72, 51, .12);
	background: rgba(255, 255, 255, .82);
	backdrop-filter: blur(8px);
}

.odpx-guided-hero__services > div {
	display: flex;
	min-height: 52px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: #526158;
	font-size: .78rem;
}

.odpx-guided-hero__services span + span {
	padding-left: 16px;
	border-left: 1px solid #dae1db;
}

.odpx-home .odpx-guided-section {
	margin-block: clamp(46px, 6vw, 76px);
}

.odpx-home .odpx-guided-section .odpx-section__head {
	align-items: end;
	margin-bottom: 22px;
}

.odpx-home .odpx-guided-section h2,
.odpx-guided-offer h2 {
	margin: 0;
	color: #28342c;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	letter-spacing: -.04em;
	line-height: 1.18;
}

.odpx-home .odpx-guided-section .odpx-section__head p {
	margin: 7px 0 0;
	color: #78847c;
}

.odpx-home .odpx-guided-section .odpx-section__more {
	color: #247a4a;
	font-weight: 700;
}

.odpx-guided-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.odpx-guided-card {
	display: grid;
	grid-template-columns: 106px 1fr;
	gap: 16px;
	align-items: center;
	min-height: 134px;
	padding: 16px;
	border: 1px solid #edf0ed;
	border-radius: 10px;
	background: #fff;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.odpx-guided-card:hover,
.odpx-guided-card:focus-visible {
	border-color: #b9d5c1;
	box-shadow: 0 14px 28px rgba(29, 66, 42, .08);
	transform: translateY(-2px);
}

.odpx-guided-card img,
.odpx-guided-card .odpx-category__placeholder {
	width: 100%;
	aspect-ratio: 1;
	border: 0;
	border-radius: 7px;
	object-fit: contain;
	background: #f7f8f6;
}

.odpx-guided-card strong,
.odpx-guided-card small {
	display: block;
}

.odpx-guided-card strong {
	color: #344037;
	font-size: 1rem;
}

.odpx-guided-card small {
	margin-top: 3px;
	color: #7b877f;
	font-size: .78rem;
	line-height: 1.45;
}

.odpx-guided-offer {
	display: grid;
	grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
	gap: clamp(24px, 5vw, 70px);
	align-items: center;
	overflow: hidden;
	margin-block: clamp(48px, 7vw, 88px);
	padding: clamp(28px, 4vw, 54px);
	border-radius: 12px;
	background: #f4f7f3;
}

.odpx-guided-offer p {
	margin: 0 0 10px;
	color: #598065;
	font-size: .78rem;
	font-weight: 700;
}

.odpx-guided-offer a {
	display: inline-block;
	margin-top: 22px;
	border-bottom: 1px solid #21834d;
	color: #1d7644;
	font-size: .875rem;
	font-weight: 700;
}

.odpx-guided-offer img {
	width: 100%;
	max-height: 280px;
	border-radius: 8px;
	object-fit: cover;
}

.odpx-home .odpx-grid--products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.odpx-home .odpx-card {
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.odpx-home .odpx-card__media {
	border-radius: 8px;
	background: #f7f8f6;
	overflow: hidden;
}

.odpx-home .odpx-card__wishlist,
.odpx-home .odpx-badge {
	display: none;
}

.odpx-home .odpx-card__body {
	display: grid;
	grid-template-rows: minmax(2.8em, auto) minmax(0, 1fr) auto;
	padding: 12px 1px 0;
}

.odpx-home .odpx-card__title {
	min-height: 2.8em;
	margin: 0;
	font-size: .91rem;
	line-height: 1.4;
}

.odpx-home .odpx-card__rating {
	min-height: 20px;
	margin: 4px 0 0;
}

.odpx-home .odpx-card__price {
	margin-top: auto;
	padding-top: 6px;
}

.odpx-home .odpx-card__add {
	display: none;
}

.odpx-home .odpx-guided-section--quiet {
	padding-top: clamp(34px, 5vw, 62px);
	border-top: 1px solid #edf0ed;
}

@media (max-width: 900px) {
	.odpx-guided-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.odpx-home .odpx-grid--products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.odpx-guided-hero__services > div {
		justify-content: flex-start;
		flex-wrap: wrap;
		padding-block: 11px;
	}

	.odpx-guided-hero__services span + span {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 640px) {
	.odpx-guided-hero {
		min-height: 540px;
	}

	.odpx-guided-hero::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 55%, rgba(255, 255, 255, .16) 100%);
	}

	.odpx-guided-hero__image {
		object-position: 67% center;
	}

	.odpx-guided-hero__copy {
		padding-bottom: 106px;
	}

	.odpx-guided-hero h1 {
		font-size: 2.4rem;
	}

	.odpx-guided-hero__services > div {
		gap: 7px 14px;
		font-size: .7rem;
	}

	.odpx-home .odpx-guided-section .odpx-section__head {
		align-items: start;
		flex-direction: column;
		gap: 6px;
	}

	.odpx-guided-grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		margin-right: -16px;
		padding-right: 16px;
		scroll-snap-type: x mandatory;
	}

	.odpx-guided-card {
		min-width: 250px;
		scroll-snap-align: start;
	}

	.odpx-guided-offer {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 26px;
	}

	.odpx-guided-offer img {
		max-height: 210px;
	}
}

/* Landing pages: shared, builder-free presentation layer. */
.odpx-landing {
	width: 100%;
	max-width: var(--odpx-container);
	margin-inline: auto;
}

.odpx-landing > section {
	margin-block: clamp(40px, 5.5vw, 76px);
}

.odpx-landing > section:first-child {
	margin-top: 0;
}

.odpx-landing-hero {
	display: grid;
	gap: clamp(24px, 4vw, 56px);
	align-items: center;
	padding: clamp(24px, 4vw, 56px);
	overflow: hidden;
	border-radius: calc(var(--odpx-radius) * 2);
	background: var(--odpx-brand-mint);
	color: var(--odpx-ink);
}

.odpx-landing-hero h1,
.odpx-landing-hero p {
	color: inherit;
}

.odpx-landing-hero h1 {
	max-width: 22ch;
	margin: 8px 0 16px;
	font-size: clamp(2rem, 3.6vw, 3.5rem);
	line-height: 1.12;
	letter-spacing: -.035em;
}

.odpx-landing-hero--single h1 {
	max-width: none;
}

.odpx-landing-hero--single .odpx-landing-hero__lead {
	max-width: 85ch;
}

.odpx-landing-hero__lead {
	max-width: 60ch;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	color: var(--odpx-ink-soft);
}

.odpx-landing-hero__eyebrow {
	margin: 0;
	color: var(--odpx-brand-dark) !important;
	font-size: .875rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.odpx-landing-hero__art img {
	display: block;
	width: 100%;
	max-width: 460px;
	margin-inline: auto;
	filter: drop-shadow(0 24px 32px rgba(0, 0, 0, .2));
}

.odpx-section-head {
	max-width: 760px;
	margin-bottom: clamp(20px, 3vw, 36px);
}

.odpx-section-head h2 {
	margin: 0 0 10px;
	font-size: clamp(1.65rem, 3vw, 2.5rem);
	line-height: 1.2;
}

.odpx-section-head p {
	margin: 0;
	color: var(--odpx-ink-soft);
}

.odpx-landing-card-grid,
.odpx-logo-grid,
.odpx-feature-split {
	display: grid;
	gap: var(--odpx-gap);
}

.odpx-landing-card {
	position: relative;
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	background: var(--odpx-bg);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.odpx-landing-card:hover {
	border-color: #c8dccd;
	box-shadow: 0 14px 34px rgba(22, 74, 62, .06);
	transform: translateY(-2px);
}

.odpx-landing-card h3 {
	margin: 10px 0 8px;
	font-size: 1.1rem;
}

.odpx-landing-card p {
	margin: 0;
	color: var(--odpx-ink-soft);
}

.odpx-landing-card__icon {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 14px;
	background: var(--odpx-brand-mint);
	color: var(--odpx-brand-dark);
}

.odpx-landing-card__icon svg {
	width: 27px;
	height: 27px;
}

.odpx-pay-usecases .odpx-landing-card {
	min-height: 240px;
}

.odpx-pay-feature {
	gap: clamp(28px, 5vw, 72px);
	padding-block: clamp(22px, 3vw, 40px);
}

.odpx-pay-feature img {
	max-width: 360px;
	justify-self: center;
}

.odpx-pay-feature h2,
.odpx-pay-contact-section h2 {
	margin: 0 0 12px;
	font-size: clamp(1.5rem, 2.5vw, 2.25rem);
	line-height: 1.25;
}

.odpx-pay-feature p,
.odpx-pay-contact-section > div > p:last-child {
	color: var(--odpx-ink-soft);
}

.odpx-pay-contact-section .odpx-contact-form {
	width: 100%;
	max-width: none;
}

.odpx-timeline {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: odpx-timeline;
}

.odpx-timeline li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 14px;
	align-items: start;
	padding: 16px 0;
	border-bottom: 1px solid var(--odpx-line);
}

.odpx-timeline li::before {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: var(--odpx-brand);
	color: var(--odpx-brand-ink);
	font-weight: 800;
	counter-increment: odpx-timeline;
	content: counter(odpx-timeline);
}

.odpx-timeline strong,
.odpx-timeline span {
	display: block;
}

.odpx-timeline span {
	margin-top: 4px;
	color: var(--odpx-ink-soft);
}

.odpx-category-sale-card {
	display: flex;
	min-height: 176px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	overflow: hidden;
	border-radius: var(--odpx-radius);
	background: var(--odpx-bg-soft);
	color: var(--odpx-ink);
	transition: background-color .2s ease, transform .2s ease;
}

.odpx-category-sale-card:hover,
.odpx-category-sale-card:focus-visible {
	background: #e9faed;
	transform: translateY(-2px);
}

.odpx-category-sale-card img {
	width: 72px;
	height: 72px;
	margin-bottom: auto;
	object-fit: contain;
}

.odpx-logo-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.odpx-logo-grid > div {
	display: grid;
	min-height: 100px;
	place-items: center;
	padding: 16px;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	background: #fff;
}

.odpx-logo-grid img {
	max-width: 135px;
	max-height: 54px;
	object-fit: contain;
}

.odpx-feature-split {
	align-items: center;
	padding: clamp(22px, 4vw, 56px);
	border: 1px solid var(--odpx-line);
	border-radius: calc(var(--odpx-radius) * 1.5);
	background: var(--odpx-bg);
}

.odpx-feature-split:nth-child(even) {
	background: var(--odpx-bg);
}

.odpx-feature-split img {
	width: 100%;
	max-width: 480px;
	border-radius: var(--odpx-radius);
}

.odpx-tablist {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--odpx-line);
}

.odpx-tablist button {
	padding: 10px 14px;
	border: 0;
	border-bottom: 3px solid transparent;
	background: transparent;
	color: var(--odpx-ink-soft);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.odpx-tablist button[aria-selected="true"] {
	border-color: var(--odpx-brand-dark);
	color: var(--odpx-brand-dark);
}

.odpx-tabpanel[hidden] {
	display: none;
}

.odpx-promo-card {
	display: grid;
	gap: 14px;
	min-height: 250px;
	padding: 24px;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	background: var(--odpx-bg);
	color: var(--odpx-ink);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.odpx-promo-card:hover {
	border-color: #c8dccd;
	box-shadow: 0 14px 34px rgba(22, 74, 62, .06);
	transform: translateY(-2px);
}

.odpx-promo-card p,
.odpx-promo-card h3 {
	color: inherit;
}

.odpx-promo-card__value {
	margin: 0;
	color: var(--odpx-brand-dark) !important;
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1;
}

.odpx-promo-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.odpx-promo-card__type {
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--odpx-brand-mint);
	color: var(--odpx-brand-dark);
	font-size: .76rem;
	font-weight: 700;
}

.odpx-promo-card h3 {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.5;
}

.odpx-promo-card__detail {
	margin: 0;
	color: var(--odpx-ink-soft) !important;
	font-size: .9rem;
}

.odpx-promo-card__action {
	margin-top: auto;
}

.odpx-coupon-summary {
	width: min(100%, 360px);
	justify-self: center;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(16, 157, 22, .18);
	border-radius: calc(var(--odpx-radius) * 1.5);
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 16px 38px rgba(22, 74, 62, .07);
}

.odpx-coupon-summary span,
.odpx-coupon-summary strong {
	display: block;
}

.odpx-coupon-summary span {
	color: var(--odpx-ink-soft);
	font-size: .82rem;
	font-weight: 700;
}

.odpx-coupon-summary strong {
	margin: 8px 0 2px;
	color: var(--odpx-brand-dark);
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.1;
}

.odpx-coupon-summary p {
	margin: 0;
	color: var(--odpx-ink-soft);
}

.odpx-contact-layout {
	display: grid;
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.odpx-contact-list {
	display: grid;
	gap: 20px;
}

.odpx-help-quick-card {
	display: flex;
	width: min(100%, 420px);
	align-items: flex-start;
	gap: 16px;
	justify-self: center;
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid rgba(16, 157, 22, .18);
	border-radius: calc(var(--odpx-radius) * 1.5);
	background: rgba(255, 255, 255, .82);
}

.odpx-help-quick-card strong {
	display: block;
	margin-bottom: 5px;
	font-size: 1.05rem;
}

.odpx-help-quick-card p {
	margin: 0;
	color: var(--odpx-ink-soft);
	font-size: .92rem;
}

.odpx-icon-tile {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	border-radius: 12px;
	background: var(--odpx-brand-mint);
	color: var(--odpx-brand-dark);
}

.odpx-icon-tile svg {
	width: 23px;
	height: 23px;
}

.odpx-contact-cards {
	display: grid;
	gap: 10px;
}

.odpx-contact-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius);
	background: var(--odpx-bg);
}

.odpx-contact-card h3 {
	margin: 0 0 4px;
	font-size: 1rem;
}

.odpx-contact-card p {
	margin: 0;
	color: var(--odpx-ink-soft);
}

.odpx-contact-layout .odpx-contact-form {
	width: 100%;
	max-width: none;
	padding: clamp(20px, 3vw, 30px);
}

.odpx-issue-form-section .odpx-contact-form {
	width: 100%;
	max-width: none;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.odpx-issue-form-section .odpx-contact-form > h2 {
	display: none;
}

.odpx-issue-form__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px 20px;
}

.odpx-issue-form__grid > p {
	align-content: start;
}

.odpx-issue-form__wide {
	grid-column: 1 / -1;
}

.odpx-issue-form__date {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px 20px;
}

.odpx-issue-form__date p {
	align-content: start;
}

.odpx-issue-form__grid label,
.odpx-issue-form__grid legend {
	font-size: .9rem;
}

.odpx-issue-form__grid label > span,
.odpx-issue-form__grid legend > span {
	color: var(--odpx-sale);
}

.odpx-issue-form__grid fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.odpx-issue-form__grid legend {
	margin-bottom: 8px;
	color: var(--odpx-ink);
	font-weight: 600;
}

.odpx-issue-form__choices {
	display: flex;
	align-items: flex-start;
	gap: 10px 18px;
	flex-wrap: wrap;
}

.odpx-issue-form__grid .odpx-issue-form__choice {
	display: inline-flex;
	align-items: flex-start;
	gap: 8px;
	font-weight: 400;
	cursor: pointer;
}

.odpx-issue-form__choice input {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	margin: 3px 0 0;
	accent-color: var(--odpx-brand-dark);
}

.odpx-issue-form__file input[type="file"] {
	min-height: 112px;
	padding: 34px;
	border-style: dashed;
	background: rgba(239, 252, 245, .45);
	cursor: pointer;
}

.odpx-issue-form__file input[type="file"]::file-selector-button {
	margin-right: 12px;
	padding: 8px 12px;
	border: 1px solid var(--odpx-line);
	border-radius: var(--odpx-radius-sm);
	background: var(--odpx-bg);
	color: var(--odpx-ink);
	font: inherit;
	cursor: pointer;
}

.odpx-issue-form__file small {
	color: var(--odpx-ink-soft);
}

.odpx-issue-form__submit {
	justify-items: end;
}

.odpx-issue-form__submit .odpx-btn {
	min-width: 120px;
}

.odpx-help-nav {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 20px 0 32px;
}

.odpx-help-nav a {
	padding: 8px 11px;
	border-radius: 999px;
	background: var(--odpx-bg-soft);
	color: var(--odpx-ink);
	font-size: .9rem;
}

.odpx-shopping-flow .odpx-section-head h2 {
	margin: 8px 0 10px;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.odpx-shopping-flow .odpx-section-head p:last-child {
	margin: 0;
	color: var(--odpx-ink-soft);
}

.odpx-shopping-flow__grid {
	display: grid;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.odpx-shopping-step {
	position: relative;
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	align-items: center;
	gap: 20px;
}

.odpx-shopping-step:not(:last-child)::after {
	position: absolute;
	top: calc(100% + 4px);
	left: 43px;
	content: "↓";
	color: var(--odpx-brand);
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1;
}

.odpx-shopping-step__visual {
	position: relative;
	display: grid;
	min-height: 104px;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.odpx-shopping-step__visual::before {
	position: absolute;
	width: 96px;
	height: 96px;
	content: "";
	border: 1px solid rgba(16, 157, 22, .12);
	border-radius: 50%;
	background: var(--odpx-brand-mint);
}

.odpx-shopping-step__number {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 2px solid var(--odpx-bg);
	border-radius: 50%;
	background: var(--odpx-brand-dark);
	color: #fff;
	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .08em;
}

.odpx-shopping-step__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(16, 157, 22, .12);
	border-radius: 50%;
	background: rgba(255, 255, 255, .82);
	color: var(--odpx-brand-dark);
}

.odpx-shopping-step__icon svg {
	width: 30px;
	height: 30px;
}

.odpx-shopping-step__copy {
	padding: 0;
}

.odpx-shopping-step__copy > span {
	color: var(--odpx-brand-dark);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .05em;
}

.odpx-shopping-step__copy h3 {
	margin: 5px 0 7px;
	font-size: 1.08rem;
}

.odpx-shopping-step__copy p {
	margin: 0;
	color: var(--odpx-ink-soft);
	font-size: .9rem;
}

.odpx-faq,
.odpx-faq details {
	padding: 18px 0;
	border-bottom: 1px solid var(--odpx-line);
}

.odpx-faq summary {
	cursor: pointer;
	font-weight: 700;
}

.odpx-faq > *:not(summary) {
	color: var(--odpx-ink-soft);
}

.odpx-channel-band {
	margin-top: clamp(28px, 4vw, 52px);
	padding: clamp(54px, 7vw, 92px) 0;
	border-top: 1px solid var(--odpx-line);
	background: #fff;
}

.home .odpx-channel-band {
	margin-top: 0;
}

.odpx-channel-band__head {
	max-width: 680px;
	margin: 0 auto 36px;
	text-align: center;
}

.odpx-channel-band__head h2 {
	margin-bottom: 8px;
	color: #213229;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	letter-spacing: -.035em;
}

.odpx-channel-band__head > p:last-child {
	color: #637169;
}

.odpx-channel-band .odpx-channel-band__eyebrow {
	margin-bottom: 7px;
	color: var(--odpx-brand-dark);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.odpx-channel-band__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.odpx-channel-band__grid article {
	position: relative;
	display: flex;
	min-height: 240px;
	align-items: flex-start;
	flex-direction: column;
	gap: 18px;
	padding: 24px;
	border: 1px solid #e0ece3;
	border-radius: 12px;
	background: #fff;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.odpx-channel-band__grid article:hover {
	border-color: var(--odpx-brand);
	box-shadow: 0 14px 32px rgba(27, 79, 44, .08);
	transform: translateY(-3px);
}

.odpx-channel-band__grid .odpx-channel-band__icon {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	padding: 10px;
	border-radius: 14px;
	background: var(--odpx-brand-mint);
	object-fit: contain;
}

.odpx-channel-band__grid article > div {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.odpx-channel-band__number {
	position: absolute;
	top: 22px;
	right: 22px;
	color: var(--odpx-brand-dark);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .1em;
}

.odpx-channel-band__grid h3,
.odpx-channel-band__grid p {
	margin: 0;
}

.odpx-channel-band__grid h3 {
	color: #243129;
	font-size: 1.05rem;
}

.odpx-channel-band__grid p {
	margin-top: 6px;
	color: var(--odpx-ink-soft);
	font-size: .8rem;
	line-height: 1.6;
}

.odpx-channel-band__grid a {
	display: inline-block;
	margin-top: 16px;
	color: var(--odpx-brand-dark);
	font-size: .75rem;
	font-weight: 700;
}

@media (max-width: 560px) {
	.odpx-channel-band__grid {
		grid-template-columns: 1fr;
	}

	.odpx-channel-band__grid article {
		min-height: 0;
	}
}

@media (min-width: 680px) {
	.odpx-landing-card-grid--three,
	.odpx-landing-card-grid--four,
	.odpx-shopping-flow__grid,
	.odpx-channel-band__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.odpx-issue-form__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.odpx-issue-form__date {
		grid-template-columns: minmax(0, 2fr) minmax(110px, .65fr) minmax(110px, .65fr);
	}

	.odpx-shopping-flow__grid {
		column-gap: 72px;
		row-gap: 64px;
	}

	.odpx-shopping-step {
		display: block;
		text-align: center;
	}

	.odpx-shopping-step__visual {
		width: 104px;
		margin: 0 auto 18px;
	}

	.odpx-shopping-step:nth-child(1) { grid-column: 1; grid-row: 1; }
	.odpx-shopping-step:nth-child(2) { grid-column: 2; grid-row: 1; }
	.odpx-shopping-step:nth-child(3) { grid-column: 2; grid-row: 2; }
	.odpx-shopping-step:nth-child(4) { grid-column: 1; grid-row: 2; }
	.odpx-shopping-step:nth-child(5) { grid-column: 1; grid-row: 3; }
	.odpx-shopping-step:nth-child(6) { grid-column: 2; grid-row: 3; }
	.odpx-shopping-step:nth-child(7) { grid-column: 2; grid-row: 4; }
	.odpx-shopping-step:nth-child(8) { grid-column: 1; grid-row: 4; }

	.odpx-shopping-step:not(:last-child)::after {
		top: 38px;
		left: calc(100% + 20px);
		content: "→";
	}

	.odpx-shopping-step:nth-child(2)::after,
	.odpx-shopping-step:nth-child(4)::after,
	.odpx-shopping-step:nth-child(6)::after {
		top: calc(100% + 18px);
		left: 50%;
		content: "↓";
		transform: translateX(-50%);
	}

	.odpx-shopping-step:nth-child(3)::after,
	.odpx-shopping-step:nth-child(7)::after {
		right: calc(100% + 20px);
		left: auto;
		content: "←";
	}

	.odpx-logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	.odpx-landing-hero:not(.odpx-landing-hero--single),
	.odpx-contact-layout,
	.odpx-feature-split {
		grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
	}

	.odpx-channel-band__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.odpx-feature-split:nth-child(even) > :first-child {
	order: 2;
	}

	.odpx-logo-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media (min-width: 1040px) {
	.odpx-landing-card-grid--three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.odpx-landing-card-grid--four,
	.odpx-shopping-flow__grid,
	.odpx-channel-band__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.odpx-shopping-flow__grid {
		column-gap: 56px;
	}

	.odpx-shopping-step:nth-child(1) { grid-column: 1; grid-row: 1; }
	.odpx-shopping-step:nth-child(2) { grid-column: 2; grid-row: 1; }
	.odpx-shopping-step:nth-child(3) { grid-column: 3; grid-row: 1; }
	.odpx-shopping-step:nth-child(4) { grid-column: 4; grid-row: 1; }
	.odpx-shopping-step:nth-child(5) { grid-column: 4; grid-row: 2; }
	.odpx-shopping-step:nth-child(6) { grid-column: 3; grid-row: 2; }
	.odpx-shopping-step:nth-child(7) { grid-column: 2; grid-row: 2; }
	.odpx-shopping-step:nth-child(8) { grid-column: 1; grid-row: 2; }

	.odpx-shopping-step:nth-child(1)::after,
	.odpx-shopping-step:nth-child(2)::after,
	.odpx-shopping-step:nth-child(3)::after {
		top: 38px;
		right: auto;
		left: calc(100% + 14px);
		content: "→";
		transform: none;
	}

	.odpx-shopping-step:nth-child(4)::after {
		top: calc(100% + 18px);
		left: 50%;
		content: "↓";
		transform: translateX(-50%);
	}

	.odpx-shopping-step:nth-child(5)::after,
	.odpx-shopping-step:nth-child(6)::after,
	.odpx-shopping-step:nth-child(7)::after {
		top: 38px;
		right: calc(100% + 14px);
		left: auto;
		content: "←";
		transform: none;
	}
}

/* Catalog: use the same clean green visual language as the homepage. */
.odpx-layout--sidebar {
	margin-top: clamp(28px, 3vw, 42px);
}

.odpx-catalog > .odpx-section__head {
	align-items: end;
	margin-bottom: 26px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dcebe1;
}

.odpx-catalog > .odpx-section__head h1 {
	position: relative;
	margin: 0;
	padding-bottom: 9px;
	color: #202b24;
	font-size: clamp(1.55rem, 2.3vw, 2.1rem);
	letter-spacing: -.035em;
}

.odpx-catalog > .odpx-section__head h1::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: var(--odpx-brand);
	content: "";
}

.odpx-catalog__count {
	margin: 7px 0 0;
	color: #7b867e;
	font-size: .78rem;
}

.odpx-sort {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	white-space: nowrap;
}

.odpx-sort label {
	color: #202b24;
	font-size: 1rem;
	font-weight: 600;
}

.odpx-sort select {
	width: 210px;
	height: 46px;
	appearance: none;
	border: 1.5px solid #6f756f;
	border-radius: 5px;
	padding: 0 42px 0 13px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='m3 6 6 6 6-6' fill='none' stroke='%23202b24' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 13px center;
	color: #202b24;
	font: 600 .95rem/1 var(--odpx-font);
	cursor: pointer;
}

.odpx-sort select:focus {
	border-color: var(--odpx-brand-dark);
	outline: 3px solid rgba(50, 201, 89, .16);
}

.odpx-catalog-sidebar {
	border-color: #e4ece6;
	border-radius: 10px;
	box-shadow: none;
}

.odpx-catalog-sidebar h2 {
	color: #202b24;
}

.odpx-catalog-sidebar__all:hover,
.odpx-catalog-sidebar__all.is-current,
.odpx-category-tree .is-active > a,
.odpx-category-tree .is-current > a {
	background: #f0faf3;
	color: var(--odpx-brand-dark);
}

.odpx-catalog .odpx-grid--products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 18px;
}

.odpx-catalog .odpx-card {
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.odpx-catalog .odpx-card__wishlist {
	opacity: 0;
	transition: opacity .2s ease, transform .2s ease;
	transform: translateY(-2px);
}

.odpx-catalog .odpx-card:hover .odpx-card__wishlist,
.odpx-catalog .odpx-card:focus-within .odpx-card__wishlist {
	opacity: 1;
	transform: translateY(0);
}

.odpx-catalog .odpx-card__media {
	overflow: hidden;
	border-radius: 8px;
	background: #f7f8f6;
}

.odpx-catalog .odpx-card__body {
	min-height: 154px;
	padding: 11px 1px 0;
}

.odpx-catalog .odpx-card__title {
	min-height: 2.9em;
	font-size: .82rem;
	line-height: 1.45;
}

.odpx-catalog .odpx-card__rating {
	min-height: 19px;
	margin-block: 3px;
}

.odpx-catalog .odpx-card__price {
	margin-top: auto;
	color: var(--odpx-brand-dark);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.4;
}

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

.odpx-catalog .odpx-card__price del {
	margin-right: 5px;
	color: #8b938d;
	font-size: .76rem;
	font-weight: 500;
}

.odpx-catalog .odpx-badge--sale {
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	color: #b32f2a;
}

.odpx-catalog .odpx-card__add.odpx-btn--primary {
	margin-top: 9px;
	border-color: var(--odpx-brand-dark);
	border-radius: 6px;
	background: var(--odpx-brand-dark);
	color: #fff;
	font-size: .72rem;
}

.odpx-catalog .odpx-card__add.odpx-btn--muted {
	margin-top: 9px;
	border-color: transparent;
	border-radius: 6px;
	background: #f3f8f4;
	color: #a0aaa3;
	font-size: .72rem;
}

@media (max-width: 1180px) {
	.odpx-catalog .odpx-grid--products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1023px) {
	.odpx-catalog {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.odpx-catalog > .odpx-section__head {
		align-items: stretch;
		flex-direction: column;
	}

	.odpx-sort {
		justify-content: space-between;
	}

	.odpx-sort select {
		width: min(210px, 65vw);
	}

	.odpx-catalog .odpx-card__wishlist {
		opacity: 1;
		transform: none;
	}

	.odpx-catalog .odpx-grid--products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 12px;
	}
}
