:root {
	--oe-green: #0b7a53;
	--oe-green-dark: #07513b;
	--oe-green-light: #dff7ed;
	--oe-orange: #ff6b2c;
	--oe-ink: #10221d;
	--oe-muted: #64716d;
	--oe-line: #dfe7e3;
	--oe-soft: #f4f7f5;
	--oe-white: #fff;
	--oe-yellow: #ffc94a;
	--oe-shadow: 0 18px 50px rgba(16, 34, 29, .1);
	--oe-radius: 18px;
	--oe-container: min(1280px, calc(100% - 40px));
}

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

html { scroll-behavior: smooth; }

body {
	margin: 0;
	color: var(--oe-ink);
	background: var(--oe-white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

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

img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button,
input,
select,
textarea { font: inherit; }
button,
a { -webkit-tap-highlight-color: transparent; }

.oe-container { width: var(--oe-container); margin-inline: auto; }
.oe-narrow { max-width: 900px; }
.oe-icon { width: 22px; height: 22px; flex: 0 0 auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; clip: auto; z-index: 100000; top: 8px; left: 8px; padding: 12px 16px; color: #fff; background: var(--oe-ink); }

.oe-announcement { color: #fff; background: var(--oe-green-dark); font-size: 12px; }
.oe-announcement .oe-container,
.oe-header-main .oe-container,
.oe-nav-row .oe-container { display: flex; align-items: center; }
.oe-announcement .oe-container { min-height: 36px; justify-content: space-between; }
.oe-announcement p { display: flex; gap: 24px; margin: 0; }
.oe-announcement nav { display: flex; gap: 20px; }
.oe-announcement a:hover { text-decoration: underline; }

.oe-header-main { position: relative; z-index: 30; background: #fff; border-bottom: 1px solid var(--oe-line); }
.oe-header-main .oe-container { min-height: 88px; gap: 32px; }
.oe-brand { flex: 0 0 auto; }
.oe-brand .custom-logo { display: block; max-width: 210px; max-height: 52px; width: auto; }
.oe-default-logo-link { display: block; width: 218px; max-width: 100%; line-height: 0; }
.oe-default-logo { display: block; width: 100%; height: auto; }
.oe-wordmark { display: inline-flex; flex-direction: column; color: var(--oe-ink); font-weight: 800; font-size: 21px; line-height: .82; letter-spacing: -.8px; }
.oe-wordmark span { color: var(--oe-green); font-size: 13px; letter-spacing: 2.8px; text-transform: uppercase; }
.oe-wordmark-light { color: #fff; }
.oe-wordmark-light span { color: #70ddb5; }

.oe-search-form { position: relative; display: flex; flex: 1 1 540px; height: 50px; border: 1px solid #cdd9d4; border-radius: 13px; background: var(--oe-soft); }
.oe-search-form:focus-within { border-color: var(--oe-green); box-shadow: 0 0 0 3px rgba(11, 122, 83, .12); background: #fff; }
.oe-search-input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 0 18px; color: var(--oe-ink); background: transparent; }
.oe-search-input::placeholder { color: #7a8883; }
.oe-search-form > button { display: grid; place-items: center; width: 54px; border: 0; color: #fff; background: var(--oe-green); border-radius: 11px; margin: 4px; cursor: pointer; }
.oe-search-results { position: absolute; display: none; z-index: 80; top: calc(100% + 8px); left: 0; right: 0; max-height: 520px; overflow: auto; padding: 8px; border: 1px solid var(--oe-line); border-radius: 15px; background: #fff; box-shadow: var(--oe-shadow); }
.oe-search-results.is-open { display: block; }
.oe-search-item { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 12px; padding: 10px; border-radius: 10px; }
.oe-search-item:hover,
.oe-search-item:focus { background: var(--oe-soft); outline: 0; }
.oe-search-item img { width: 58px; height: 58px; object-fit: contain; border-radius: 8px; background: #fff; }
.oe-search-item strong { display: block; max-width: 440px; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.oe-search-item small { color: var(--oe-muted); }
.oe-search-item .price { color: var(--oe-green); font-size: 13px; font-weight: 800; white-space: nowrap; }
.oe-search-all,
.oe-search-message { display: block; padding: 12px; color: var(--oe-green); text-align: center; font-size: 13px; font-weight: 800; }

.oe-account-nav { display: flex; align-items: center; gap: 10px; }
.oe-account-nav > a { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; }
.oe-account-nav small { display: block; color: var(--oe-muted); font-weight: 500; }
.oe-icon-link { position: relative; display: grid !important; place-items: center; width: 42px; height: 42px; border: 1px solid var(--oe-line); border-radius: 12px; }
.oe-icon-link:hover { color: var(--oe-green); border-color: var(--oe-green); }
.oe-cart-count { position: absolute; top: -6px; right: -5px; display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; color: #fff; background: var(--oe-orange); border: 2px solid #fff; border-radius: 999px; font-size: 10px; }
.oe-mobile-toggle { display: none; border: 0; background: transparent; cursor: pointer; }

.oe-nav-row { position: relative; z-index: 20; border-bottom: 1px solid var(--oe-line); background: #fff; }
.oe-nav-row .oe-container { min-height: 52px; gap: 28px; }
.oe-departments { align-self: stretch; position: relative; }
.oe-departments-toggle { display: flex; align-items: center; height: 100%; gap: 10px; padding: 0 20px; color: #fff; background: var(--oe-green); border: 0; font-size: 13px; font-weight: 800; cursor: pointer; }
.oe-primary-nav { flex: 1; }
.oe-primary-menu { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }
.oe-primary-menu a:hover { color: var(--oe-green); }
.oe-nav-offer { color: var(--oe-orange); font-size: 13px; font-weight: 800; }
.oe-mega-menu { position: absolute; top: 100%; left: 0; display: none; grid-template-columns: repeat(4, minmax(190px, 1fr)); width: min(1120px, 94vw); max-height: calc(100vh - 150px); overflow-y: auto; padding: 24px; gap: 25px 30px; border: 1px solid var(--oe-line); border-radius: 0 0 18px 18px; background: #fff; box-shadow: var(--oe-shadow); }
.oe-departments.is-open .oe-mega-menu { display: grid; }
.oe-mega-title { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--oe-line); }
.oe-mega-title span { font-size: 17px; font-weight: 800; }
.oe-mega-title small { color: var(--oe-muted); font-size: 11px; }
.oe-mega-group { min-width: 0; }
.oe-mega-parent { display: block; margin-bottom: 8px; color: var(--oe-ink); font-size: 14px; font-weight: 800; }
.oe-mega-parent span,
.oe-mega-parent small { display: block; }
.oe-mega-parent small { margin-top: 1px; color: var(--oe-green); font-size: 9px; font-weight: 700; letter-spacing: .2px; }
.oe-mega-group ul { margin: 0; padding: 0; list-style: none; }
.oe-mega-group li { margin: 5px 0; }
.oe-mega-group li a { color: var(--oe-muted); font-size: 11px; line-height: 1.3; }
.oe-mega-group a:hover { color: var(--oe-green); }

.oe-mobile-drawer,
.oe-drawer-backdrop { display: none; }

.oe-home { overflow: hidden; }
.oe-hero-section { padding: 28px 0 18px; background: linear-gradient(180deg, #f5f9f7, #fff); }
.oe-hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(340px, .85fr); gap: 16px; }
.oe-hero-primary { position: relative; display: flex; align-items: center; min-height: 480px; overflow: hidden; padding: 58px; color: #fff; background: linear-gradient(135deg, #073c30, #0b7854 68%, #0c9366); border-radius: 24px; isolation: isolate; }
.oe-hero-copy { position: relative; z-index: 3; max-width: 57%; }
.oe-hero-kicker,
.oe-side-banner span { display: block; margin-bottom: 12px; color: #8df0c9; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.oe-hero-primary h1 { margin: 0 0 18px; font-size: clamp(38px, 4.2vw, 64px); line-height: 1.03; letter-spacing: -3px; }
.oe-hero-primary p { max-width: 560px; margin: 0 0 28px; color: rgba(255,255,255,.78); font-size: 17px; }
.oe-hero-primary > img { position: absolute; z-index: 2; right: 2%; bottom: -13%; width: 47%; max-height: 92%; object-fit: contain; object-position: bottom; filter: drop-shadow(0 28px 24px rgba(0,0,0,.32)); transition: transform .35s ease; }
.oe-hero-primary:hover > img { transform: translateY(-7px) rotate(1deg); }
.oe-hero-orb { position: absolute; z-index: 1; border-radius: 50%; background: rgba(255,255,255,.07); }
.oe-orb-one { width: 340px; height: 340px; right: -70px; top: -90px; }
.oe-orb-two { width: 180px; height: 180px; left: 40%; bottom: -110px; }
.oe-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 0; border-radius: 11px; font-size: 13px; font-weight: 800; cursor: pointer; }
.oe-button-light { color: var(--oe-green-dark); background: #fff; }
.oe-button-dark { color: #fff; background: var(--oe-ink); }
.oe-button:hover { transform: translateY(-2px); }

.oe-hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.oe-side-banner { position: relative; display: flex; align-items: center; min-height: 230px; overflow: hidden; padding: 28px; border-radius: 24px; }
.oe-side-banner > div { position: relative; z-index: 2; width: 62%; }
.oe-side-banner h2 { margin: 0 0 18px; font-size: 25px; line-height: 1.08; letter-spacing: -1px; }
.oe-side-banner strong { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; }
.oe-side-banner .oe-icon { width: 17px; }
.oe-side-banner img { position: absolute; right: -7%; bottom: -10%; width: 48%; height: 90%; object-fit: contain; transition: transform .35s ease; }
.oe-side-banner:hover img { transform: scale(1.04) translateY(-4px); }
.oe-side-dark { color: #fff; background: linear-gradient(135deg, #111c1a, #21372f); }
.oe-side-dark span { color: #7fe6bd; }
.oe-side-mint { color: var(--oe-green-dark); background: #dff6eb; }
.oe-side-mint span { color: var(--oe-green); }

.oe-trust-bar { border-block: 1px solid var(--oe-line); background: #fff; }
.oe-trust-bar .oe-container,
.oe-service-strip .oe-container { display: grid; grid-template-columns: repeat(4, 1fr); }
.oe-trust-bar .oe-container > div,
.oe-service-strip .oe-container > div { display: flex; align-items: center; gap: 12px; padding: 22px; border-right: 1px solid var(--oe-line); }
.oe-trust-bar .oe-container > div:first-child,
.oe-service-strip .oe-container > div:first-child { border-left: 1px solid var(--oe-line); }
.oe-trust-bar .oe-icon { color: var(--oe-green); }
.oe-trust-bar strong,
.oe-service-strip strong { display: block; font-size: 13px; }
.oe-trust-bar span span,
.oe-trust-bar small,
.oe-service-strip span { color: var(--oe-muted); }
.oe-trust-bar div > span,
.oe-service-strip div > span { font-size: 11px; line-height: 1.4; }

.oe-section { padding: 70px 0; }
.oe-muted-section { background: var(--oe-soft); }
.oe-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.oe-section-heading h2,
.oe-proof-section h2,
.oe-faq-section h2,
.oe-newsletter-section h2 { margin: 3px 0 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.12; letter-spacing: -1.6px; }
.oe-eyebrow { color: var(--oe-green); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.oe-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--oe-green); font-size: 13px; font-weight: 800; }
.oe-text-link .oe-icon { width: 17px; transition: transform .2s ease; }
.oe-text-link:hover .oe-icon { transform: translateX(3px); }

.oe-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.oe-category-card { display: grid; grid-template-columns: 56px 1fr 20px; align-items: center; gap: 15px; min-height: 98px; padding: 16px; border: 1px solid var(--oe-line); border-radius: 15px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.oe-category-card:hover { transform: translateY(-3px); border-color: #a6cdbd; box-shadow: 0 14px 30px rgba(16,34,29,.08); }
.oe-category-mark { display: grid; place-items: center; width: 56px; height: 56px; color: var(--oe-green-dark); background: var(--oe-green-light); border-radius: 14px; font-size: 13px; font-weight: 800; letter-spacing: -.4px; }
.oe-category-card strong { display: block; font-size: 14px; }
.oe-category-card small { display: block; overflow: hidden; color: var(--oe-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.oe-category-card > .oe-icon { width: 17px; color: var(--oe-green); }

.oe-product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.oe-product-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--oe-line); border-radius: 16px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.oe-product-card:hover { transform: translateY(-4px); box-shadow: 0 17px 40px rgba(16,34,29,.09); }
.oe-product-image { position: relative; display: grid; place-items: center; aspect-ratio: 1 / .88; padding: 18px; background: linear-gradient(180deg, #fff, #fafcfb); }
.oe-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.oe-product-card:hover .oe-product-image img { transform: scale(1.035); }
.oe-sale-badge { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 5px 8px; color: #fff; background: var(--oe-orange); border-radius: 999px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.oe-product-body { display: flex; flex: 1; flex-direction: column; padding: 15px; border-top: 1px solid #edf1ef; }
.oe-product-brand { margin-bottom: 7px; color: var(--oe-green); font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.oe-product-card h3 { min-height: 60px; margin: 0 0 8px; overflow: hidden; font-size: 12px; line-height: 1.45; font-weight: 700; }
.oe-product-card h3 a:hover { color: var(--oe-green); }
.oe-product-rating { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; color: var(--oe-yellow); font-size: 10px; letter-spacing: -1px; }
.oe-product-rating small { color: var(--oe-muted); letter-spacing: 0; }
.oe-product-price { margin-top: auto; color: var(--oe-green); font-size: 18px; font-weight: 800; }
.oe-product-price del { display: block; color: #98a29f; font-size: 10px; font-weight: 500; }
.oe-product-price ins { text-decoration: none; }
.oe-installment { display: block; min-height: 20px; margin-bottom: 10px; color: var(--oe-muted); font-size: 9px; }
.oe-card-button { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 38px; margin-top: 10px; color: #fff; background: var(--oe-green); border-radius: 9px; font-size: 11px; font-weight: 800; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.oe-product-card:hover .oe-card-button,
.oe-card-button:focus { opacity: 1; transform: translateY(0); }
.oe-card-button:hover { background: var(--oe-green-dark); }
.oe-card-button .oe-icon { width: 16px; }
.oe-placeholder-art { display: grid; place-items: center; width: 100%; height: 100%; color: #96cdb8; background: linear-gradient(135deg, #e9f8f2, #f7faf8); border-radius: 12px; font-size: 54px; font-weight: 800; }

.oe-feature-banner-section { padding-block: 25px; }
.oe-feature-banner { position: relative; display: grid; grid-template-columns: 36% 1fr 170px; align-items: center; min-height: 340px; overflow: hidden; padding: 35px 55px; color: #fff; background: linear-gradient(120deg, #10221d, #0b6348 62%, #0a8057); border-radius: 24px; }
.oe-feature-banner::after { content: ""; position: absolute; width: 350px; height: 350px; right: -70px; top: -170px; border: 70px solid rgba(255,255,255,.07); border-radius: 50%; }
.oe-feature-banner > img { position: relative; z-index: 2; width: 100%; max-height: 280px; object-fit: contain; filter: drop-shadow(0 20px 20px rgba(0,0,0,.3)); }
.oe-feature-banner > div { position: relative; z-index: 2; padding: 0 40px; }
.oe-feature-banner > div > span { color: #8ceac5; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.oe-feature-banner h2 { margin: 8px 0 12px; font-size: clamp(27px, 3vw, 43px); line-height: 1.1; letter-spacing: -1.8px; }
.oe-feature-banner p { margin: 0 0 22px; color: rgba(255,255,255,.72); font-size: 13px; }
.oe-feature-stat { position: relative; z-index: 2; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.7); font-size: 11px; }
.oe-feature-stat strong { display: block; color: #fff; font-size: 38px; line-height: 1; }

.oe-brand-cloud { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; border: 1px solid var(--oe-line); border-radius: 16px; }
.oe-brand-cloud a { display: grid; place-items: center; min-height: 92px; color: #46534f; border-right: 1px solid var(--oe-line); border-bottom: 1px solid var(--oe-line); font-size: 20px; font-weight: 800; letter-spacing: -1px; }
.oe-brand-cloud a:nth-child(5n) { border-right: 0; }
.oe-brand-cloud a:nth-child(n+6) { border-bottom: 0; }
.oe-brand-cloud a:hover { color: var(--oe-green); background: var(--oe-soft); }

.oe-proof-section { background: #f2f6f4; }
.oe-proof-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.oe-instagram-banner,
.oe-reviews-card { overflow: hidden; border-radius: 22px; }
.oe-instagram-banner { position: relative; isolation: isolate; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 22px; min-height: 150px; padding: 28px 30px; color: #fff; background: linear-gradient(120deg, #6f216f, #c13584 54%, #e6683c); box-shadow: 0 18px 38px rgba(120,35,105,.16); }
.oe-instagram-banner::before,
.oe-instagram-banner::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.oe-instagram-banner::before { width: 170px; height: 170px; right: 15%; top: -110px; }
.oe-instagram-banner::after { width: 105px; height: 105px; left: -55px; bottom: -55px; }
.oe-instagram-logo { display: grid; place-items: center; width: 58px; height: 58px; color: #c13584; background: #fff; border-radius: 17px; box-shadow: 0 10px 28px rgba(56,14,54,.2); }
.oe-instagram-logo .oe-icon { width: 31px; height: 31px; stroke-width: 1.9; }
.oe-instagram-copy { min-width: 0; }
.oe-instagram-banner .oe-eyebrow { color: #ffd8ec; }
.oe-instagram-banner h2 { margin: 2px 0 3px; color: #fff; font-size: clamp(23px, 2.1vw, 31px); line-height: 1.1; letter-spacing: -.8px; }
.oe-instagram-banner p { max-width: 650px; margin: 0; color: rgba(255,255,255,.82); font-size: 13px; }
.oe-instagram-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 18px; color: #85266f; background: #fff; border-radius: 11px; font-size: 12px; font-weight: 800; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease; }
.oe-instagram-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(56,14,54,.2); }
.oe-instagram-button .oe-icon { width: 17px; }
.oe-instagram-banner--home { min-height: 290px; grid-template-columns: 64px minmax(0, 1fr); align-content: center; padding: 42px; }
.oe-instagram-banner--home .oe-instagram-logo { width: 64px; height: 64px; }
.oe-instagram-banner--home .oe-instagram-button { grid-column: 2; justify-self: start; }
.oe-reviews-card { display: flex; flex-direction: column; justify-content: center; padding: 40px; background: #fff; border: 1px solid var(--oe-line); }
.oe-reviews-card h2 { margin-bottom: 18px; font-size: 31px; }
.oe-stars { color: var(--oe-yellow); letter-spacing: 2px; }
.oe-reviews-card blockquote { margin: 16px 0 24px; color: #4f5e59; font-size: 15px; }
.oe-review-author { display: flex; align-items: center; gap: 12px; }
.oe-review-author > span { display: grid; place-items: center; width: 44px; height: 44px; color: var(--oe-green-dark); background: var(--oe-green-light); border-radius: 50%; font-weight: 800; }
.oe-review-author p,
.oe-review-author small { margin: 0; }
.oe-review-author small { display: block; color: var(--oe-muted); }

.oe-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.oe-faq-grid > div:first-child p { color: var(--oe-muted); }
.oe-accordion details { border-bottom: 1px solid var(--oe-line); }
.oe-accordion summary { position: relative; padding: 21px 45px 21px 0; font-weight: 800; cursor: pointer; list-style: none; }
.oe-accordion summary::-webkit-details-marker { display: none; }
.oe-accordion summary::after { content: "+"; position: absolute; top: 16px; right: 0; display: grid; place-items: center; width: 30px; height: 30px; color: var(--oe-green); background: var(--oe-green-light); border-radius: 50%; font-size: 20px; }
.oe-accordion details[open] summary::after { content: "−"; }
.oe-accordion p { margin: 0; padding: 0 50px 22px 0; color: var(--oe-muted); }

.oe-newsletter-section { padding: 50px 0; color: #fff; background: var(--oe-green-dark); }
.oe-newsletter-section .oe-container { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.oe-newsletter-section .oe-eyebrow { color: #73dfb5; }
.oe-newsletter-section p { margin-bottom: 0; color: rgba(255,255,255,.7); }
.oe-newsletter-section form { display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 8px; }
.oe-newsletter-section input,
.oe-footer-newsletter input { min-width: 0; height: 50px; padding: 0 15px; border: 1px solid rgba(255,255,255,.25); outline: 0; background: rgba(255,255,255,.09); border-radius: 10px; color: #fff; }
.oe-newsletter-section input::placeholder,
.oe-footer-newsletter input::placeholder { color: rgba(255,255,255,.58); }
.oe-newsletter-section button,
.oe-footer-newsletter button { display: flex; align-items: center; gap: 7px; height: 50px; padding: 0 18px; border: 0; color: var(--oe-green-dark); background: #fff; border-radius: 10px; font-size: 12px; font-weight: 800; cursor: pointer; }

.oe-service-strip { border-top: 1px solid var(--oe-line); background: #fff; }
.oe-service-strip .oe-icon { color: var(--oe-green); }
.oe-footer-main { padding: 65px 0; color: rgba(255,255,255,.7); background: #0d1e19; }
.oe-footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1.1fr; gap: 55px; }
.oe-footer-main h2 { margin: 0 0 18px; color: #fff; font-size: 14px; }
.oe-footer-main p { font-size: 12px; }
.oe-footer-about > p { max-width: 360px; }
.oe-footer-logo-link { display: inline-flex; width: 220px; margin-bottom: 20px; padding: 9px 12px; background: #fff; border-radius: 12px; line-height: 0; }
.oe-footer-logo-link img { display: block; width: 100%; height: auto; }
.oe-address { color: #fff; font-weight: 700; }
.oe-footer-main ul { margin: 0; padding: 0; list-style: none; font-size: 12px; }
.oe-footer-main li { margin-bottom: 8px; }
.oe-footer-main a:hover { color: #7be2b9; }
.oe-social-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: #fff; font-size: 12px; font-weight: 800; }
.oe-footer-newsletter { display: grid; gap: 8px; }
.oe-footer-newsletter button { justify-content: center; }
.oe-footer-bottom { padding: 18px 0; color: #81918b; background: #07120f; font-size: 10px; }
.oe-footer-bottom .oe-container { display: flex; justify-content: space-between; }
.oe-footer-bottom p { margin: 0; }

.oe-content-area { min-height: 60vh; padding: 65px 0 90px; }
.oe-page-header { margin-bottom: 40px; }
.oe-page-header h1 { margin: 5px 0 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.07; letter-spacing: -2.4px; }
.oe-page-header h1 span { color: var(--oe-green); }
.oe-entry-content { color: #33423d; }
.oe-entry-content > * { max-width: 100%; }
.oe-entry-content h2 { margin-top: 1.8em; font-size: 28px; }
.oe-entry-content a { color: var(--oe-green); text-decoration: underline; }
.oe-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.oe-post-card { overflow: hidden; border: 1px solid var(--oe-line); border-radius: 16px; background: #fff; }
.oe-post-card-media { display: grid; place-items: center; aspect-ratio: 16/9; overflow: hidden; color: var(--oe-green); background: var(--oe-green-light); font-size: 42px; font-weight: 800; }
.oe-post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.oe-post-card:hover img { transform: scale(1.04); }
.oe-post-card > div { padding: 22px; }
.oe-post-card h2 { margin: 6px 0 8px; font-size: 21px; line-height: 1.25; }
.oe-post-card p { color: var(--oe-muted); font-size: 13px; }
.oe-post-date,
.oe-post-meta { color: var(--oe-muted); font-size: 11px; }
.oe-single-media { overflow: hidden; margin-bottom: 35px; border-radius: 20px; }
.oe-single-media img { display: block; width: 100%; }
.oe-pagination { grid-column: 1 / -1; margin-top: 25px; }
.oe-pagination .nav-links { display: flex; gap: 8px; }
.oe-pagination .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--oe-line); border-radius: 9px; }
.oe-pagination .current { color: #fff; background: var(--oe-green); border-color: var(--oe-green); }
.oe-empty-state,
.oe-error-page .oe-container { display: flex; flex-direction: column; align-items: center; max-width: 680px; margin: auto; text-align: center; }
.oe-empty-state { grid-column: 1 / -1; padding: 70px 20px; }
.oe-empty-state .oe-search-form,
.oe-error-page .oe-search-form { width: 100%; margin: 20px 0; }
.oe-error-page { min-height: 65vh; display: grid; place-items: center; padding: 80px 0; }
.oe-error-code { color: var(--oe-green-light); font-size: clamp(100px, 20vw, 220px); line-height: .75; font-weight: 800; letter-spacing: -12px; }
.oe-error-page h1 { margin: 18px 0 8px; font-size: 38px; line-height: 1.15; }
.oe-breadcrumbs { margin-bottom: 25px; color: var(--oe-muted); font-size: 11px; }
.oe-breadcrumbs span { margin: 0 7px; }

.oe-category-intro { display: grid; grid-template-columns: 1fr minmax(280px, .55fr); gap: 24px; margin: 8px 0 28px; padding: 28px; border: 1px solid var(--oe-line); border-radius: 18px; background: #fff; }
.oe-category-intro-copy { margin-top: 8px; color: #46544f; font-size: 14px; }
.oe-category-intro-copy p { margin: 0; }
.oe-category-intro aside { align-self: stretch; padding: 20px; color: var(--oe-green-dark); background: var(--oe-green-light); border-radius: 13px; }
.oe-category-intro aside strong { display: block; margin-bottom: 6px; font-size: 13px; }
.oe-category-intro aside p { margin: 0; font-size: 12px; }
.oe-category-paths { margin: 0 0 34px; }
.oe-category-paths h2 { margin: 0 0 14px; font-size: 20px; letter-spacing: -.5px; }
.oe-category-paths > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.oe-category-paths a { display: grid; grid-template-columns: 1fr 18px; align-items: center; min-height: 74px; padding: 13px 15px; border: 1px solid var(--oe-line); border-radius: 11px; background: #fff; }
.oe-category-paths a:hover { border-color: #9bc8b6; box-shadow: 0 9px 24px rgba(16,34,29,.07); }
.oe-category-paths strong,
.oe-category-paths small { display: block; }
.oe-category-paths strong { font-size: 11px; line-height: 1.35; }
.oe-category-paths small { color: var(--oe-muted); font-size: 9px; }
.oe-category-paths .oe-icon { grid-column: 2; grid-row: 1 / span 2; width: 16px; color: var(--oe-green); }
.oe-category-seo { display: grid; grid-template-columns: .55fr 1fr; gap: 65px; margin-top: 65px; padding: 40px; border-radius: 18px; background: #fff; border: 1px solid var(--oe-line); }
.oe-category-seo h2 { margin: 5px 0 0; font-size: 29px; letter-spacing: -1px; }

@media (max-width: 1100px) {
	.oe-account-nav > a:first-child span { display: none; }
	.oe-primary-menu { gap: 17px; }
	.oe-hero-primary { padding: 40px; }
	.oe-hero-primary h1 { font-size: 45px; }
	.oe-product-grid { grid-template-columns: repeat(4, 1fr); }
	.oe-product-card:nth-child(5) { display: none; }
	.oe-feature-banner { grid-template-columns: 32% 1fr 130px; padding: 30px; }
}

@media (max-width: 900px) {
	:root { --oe-container: min(100% - 28px, 760px); }
	.oe-announcement nav,
	.oe-announcement p span,
	.oe-nav-row,
	.oe-account-nav > a:first-child,
	.oe-account-nav .oe-icon-link:first-of-type { display: none; }
	.oe-announcement .oe-container { justify-content: center; }
	.oe-header-main .oe-container { min-height: 72px; gap: 14px; }
	.oe-mobile-toggle { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; }
	.oe-brand .custom-logo { max-width: 150px; }
	.oe-wordmark { font-size: 17px; }
	.oe-wordmark span { font-size: 10px; }
	.oe-search-form { position: absolute; top: 72px; left: 14px; right: 14px; z-index: 15; height: 46px; box-shadow: 0 8px 20px rgba(16,34,29,.1); }
	.oe-header-main { padding-bottom: 60px; }
	.oe-account-nav { margin-left: auto; }
	.oe-mobile-drawer { position: fixed; display: block; z-index: 200; top: 0; bottom: 0; left: 0; width: min(360px, 88vw); overflow-y: auto; padding: 20px; background: #fff; transform: translateX(-105%); transition: transform .25s ease; }
	.oe-mobile-drawer.is-open { transform: translateX(0); }
	.oe-mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--oe-line); }
	.oe-mobile-close { display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 10px; background: var(--oe-soft); }
	.oe-mobile-drawer ul { margin: 10px 0; padding: 0; list-style: none; }
	.oe-mobile-drawer li a,
	.oe-mobile-drawer > a { display: block; padding: 13px 0; border-bottom: 1px solid var(--oe-line); font-weight: 700; }
	.oe-mobile-discovery { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--oe-line); }
	.oe-mobile-discovery > strong { display: block; margin-bottom: 8px; color: var(--oe-green); font-size: 12px; text-transform: uppercase; letter-spacing: .8px; }
	.oe-mobile-category { border-bottom: 1px solid var(--oe-line); }
	.oe-mobile-category summary { padding: 12px 0; font-weight: 800; cursor: pointer; }
	.oe-mobile-category > div { padding: 0 0 12px 12px; }
	.oe-mobile-category .oe-mega-parent { padding: 0; border: 0; }
	.oe-mobile-category ul { margin: 5px 0 0; }
	.oe-mobile-category li a { padding: 7px 0; border: 0; color: var(--oe-muted); font-size: 12px; font-weight: 600; }
	.oe-drawer-backdrop { position: fixed; display: block; z-index: 190; inset: 0; background: rgba(4,18,14,.6); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
	.oe-drawer-backdrop.is-open { opacity: 1; pointer-events: auto; }
	.oe-hero-grid { grid-template-columns: 1fr; }
	.oe-hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
	.oe-side-banner { min-height: 220px; }
	.oe-trust-bar .oe-container,
	.oe-service-strip .oe-container { grid-template-columns: repeat(2, 1fr); }
	.oe-trust-bar .oe-container > div:nth-child(3),
	.oe-service-strip .oe-container > div:nth-child(3) { border-left: 1px solid var(--oe-line); }
	.oe-category-grid { grid-template-columns: repeat(2, 1fr); }
	.oe-product-grid { grid-template-columns: repeat(3, 1fr); }
	.oe-product-card:nth-child(4) { display: none; }
	.oe-card-button { opacity: 1; transform: none; }
	.oe-feature-banner { grid-template-columns: 35% 1fr; }
	.oe-feature-stat { display: none; }
	.oe-proof-grid { grid-template-columns: 1fr; }
	.oe-brand-cloud { grid-template-columns: repeat(5, 1fr); }
	.oe-brand-cloud a { font-size: 15px; }
	.oe-faq-grid { grid-template-columns: 1fr; gap: 30px; }
	.oe-newsletter-section .oe-container { grid-template-columns: 1fr; gap: 28px; }
	.oe-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
	.oe-footer-grid > div:last-child { grid-column: 1 / -1; }
	.oe-post-grid { grid-template-columns: repeat(2, 1fr); }
	.oe-category-paths > div { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
	:root { --oe-container: calc(100% - 24px); --oe-radius: 14px; }
	body { font-size: 17px; }
	.oe-announcement { font-size: 12px; }
	.oe-header-main .oe-container { gap: 7px; }
	.oe-brand { max-width: 130px; }
	.oe-icon-link { width: 38px; height: 38px; }
	.oe-hero-section { padding-top: 14px; }
	.oe-hero-primary { min-height: 490px; align-items: flex-start; padding: 30px 25px; border-radius: 18px; }
	.oe-hero-copy { max-width: 100%; }
	.oe-hero-primary h1 { max-width: 340px; font-size: 39px; letter-spacing: -2px; }
	.oe-hero-primary p { max-width: 340px; font-size: 14px; }
	.oe-hero-primary > img { right: -3%; bottom: -10%; width: 62%; max-height: 55%; }
	.oe-hero-side { grid-template-columns: 1fr; }
	.oe-side-banner { min-height: 190px; border-radius: 18px; }
	.oe-side-banner h2 { font-size: 23px; }
	.oe-trust-bar .oe-container,
	.oe-service-strip .oe-container { width: 100%; grid-template-columns: 1fr 1fr; }
	.oe-trust-bar .oe-container > div,
	.oe-service-strip .oe-container > div { min-width: 0; padding: 14px 12px; }
	.oe-trust-bar .oe-icon,
	.oe-service-strip .oe-icon { width: 19px; }
	.oe-trust-bar strong,
	.oe-service-strip strong { font-size: 12px; }
	.oe-trust-bar div > span,
	.oe-service-strip div > span { font-size: 10px; }
	.oe-section { padding: 46px 0; }
	.oe-section-heading { align-items: center; margin-bottom: 20px; }
	.oe-section-heading h2,
	.oe-proof-section h2,
	.oe-faq-section h2,
	.oe-newsletter-section h2 { font-size: 29px; letter-spacing: -1.2px; }
	.oe-section-heading .oe-text-link { font-size: 0; }
	.oe-section-heading .oe-text-link .oe-icon { width: 22px; }
	.oe-category-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
	.oe-category-card { grid-template-columns: 42px 1fr; min-height: 78px; gap: 10px; padding: 10px; }
	.oe-category-mark { width: 42px; height: 42px; border-radius: 10px; font-size: 10px; }
	.oe-category-card > .oe-icon,
	.oe-category-card small { display: none; }
	.oe-category-card strong { font-size: 13px; }
	.oe-product-grid { display: flex; width: calc(100% + 12px); margin-right: -12px; overflow-x: auto; gap: 10px; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.oe-product-grid::-webkit-scrollbar { display: none; }
	.oe-product-card,
	.oe-product-card:nth-child(4),
	.oe-product-card:nth-child(5) { display: flex; flex: 0 0 72vw; max-width: 260px; scroll-snap-align: start; }
	.oe-product-card h3 { min-height: 60px; font-size: 14px; }
	.oe-product-brand { font-size: 11px; }
	.oe-product-rating { font-size: 12px; }
	.oe-installment { font-size: 11px; }
	.oe-card-button { font-size: 13px; }
	.oe-feature-banner-section { padding-block: 5px; }
	.oe-feature-banner { grid-template-columns: 1fr; min-height: 560px; align-items: end; padding: 28px 24px; border-radius: 18px; }
	.oe-feature-banner > img { position: absolute; top: 20px; left: 10%; width: 80%; height: 280px; }
	.oe-feature-banner > div { padding: 0; }
	.oe-feature-banner h2 { font-size: 31px; }
	.oe-brand-cloud { grid-template-columns: repeat(2, 1fr); }
	.oe-brand-cloud a,
	.oe-brand-cloud a:nth-child(5n),
	.oe-brand-cloud a:nth-child(n+6) { min-height: 70px; border-right: 1px solid var(--oe-line); border-bottom: 1px solid var(--oe-line); font-size: 14px; }
	.oe-brand-cloud a:nth-child(2n) { border-right: 0; }
	.oe-brand-cloud a:nth-last-child(-n+2) { border-bottom: 0; }
	.oe-instagram-banner,
	.oe-instagram-banner--home { grid-template-columns: 48px minmax(0, 1fr); min-height: 0; gap: 14px; padding: 22px 18px; }
	.oe-instagram-logo,
	.oe-instagram-banner--home .oe-instagram-logo { width: 48px; height: 48px; border-radius: 14px; }
	.oe-instagram-logo .oe-icon { width: 26px; height: 26px; }
	.oe-instagram-banner h2 { font-size: 22px; letter-spacing: -.5px; }
	.oe-instagram-banner p { font-size: 12px; line-height: 1.5; }
	.oe-instagram-button,
	.oe-instagram-banner--home .oe-instagram-button { grid-column: 1 / -1; width: 100%; }
	.oe-reviews-card { padding: 28px; }
	.oe-reviews-card h2 { font-size: 27px; }
	.oe-newsletter-section form { grid-template-columns: 1fr; }
	.oe-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
	.oe-footer-about,
	.oe-footer-grid > div:last-child { grid-column: 1 / -1; }
	.oe-footer-logo-link { width: 205px; }
	.oe-footer-bottom .oe-container { flex-direction: column; gap: 6px; }
	.oe-post-grid { grid-template-columns: 1fr; }
	.oe-page-header h1 { font-size: 36px; }
	.oe-category-intro { grid-template-columns: 1fr; padding: 20px; }
	.oe-category-intro-copy { font-size: 16px; }
	.oe-category-intro aside strong { font-size: 15px; }
	.oe-category-intro aside p { font-size: 14px; }
	.oe-category-paths > div { grid-template-columns: 1fr 1fr; }
	.oe-category-paths strong { font-size: 13px; }
	.oe-category-paths small { font-size: 11px; }
	.oe-category-seo { grid-template-columns: 1fr; gap: 15px; margin-top: 40px; padding: 24px 20px; }
}

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