/* ==========================================================================
   Overwatch — main stylesheet
   Palette: night-road navy + sodium/HUD amber on cool optical-glass greys.
   Type: Archivo (variable width) — expanded for display, normal for text.
   ========================================================================== */

:root {
	--ow-ink: #0C1A2B;          /* night windshield navy */
	--ow-ink-2: #14283F;        /* raised navy */
	--ow-ink-3: #1E3754;        /* lines on navy */
	--ow-accent: #FFB400;       /* sodium lamp / HUD amber */
	--ow-accent-ink: #2A1E00;   /* text on amber */
	--ow-glass: #F2F5F8;        /* page background */
	--ow-line: #DDE4EC;         /* hairlines on light */
	--ow-steel: #5A6A7E;        /* secondary text */
	--ow-text: #122033;         /* body text */
	--ow-rec: #E5322D;          /* REC indicator only */
	--ow-ok: #17915A;
	--ow-white: #fff;

	--ow-font: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--ow-r-sm: 8px;
	--ow-r: 12px;
	--ow-r-lg: 18px;
	--ow-gap: 20px;
	--ow-max: 1440px;
	--ow-header-h: 72px;
	--ow-shadow: 0 1px 2px rgba(12, 26, 43, .06), 0 8px 24px -12px rgba(12, 26, 43, .18);
	--ow-ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
	margin: 0;
	font-family: var(--ow-font);
	font-size: 16px;
	line-height: 1.55;
	color: var(--ow-text);
	background: var(--ow-glass);
	-webkit-font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ow-ink); }
button { font: inherit; color: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--ow-accent); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .5em; font-weight: 750; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
[hidden] { display: none !important; }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.ow-skip:focus {
	clip: auto; width: auto; height: auto; z-index: 1000; top: 8px; left: 8px;
	background: var(--ow-accent); color: var(--ow-accent-ink); padding: 10px 16px; border-radius: var(--ow-r-sm);
}

.ow-container { width: 100%; max-width: var(--ow-max); margin-inline: auto; padding-inline: clamp(16px, 3vw, 32px); }
.ow-container--narrow { max-width: 760px; margin-inline: auto; }
.ow-main { padding-block: 24px 64px; min-height: 50vh; }

.ow-h2 {
	font-size: clamp(1.4rem, 2.2vw, 1.85rem);
	font-stretch: 112%;
	font-weight: 800;
	letter-spacing: -.02em;
}
.ow-link { font-weight: 600; color: var(--ow-ink); text-decoration: underline; text-decoration-color: var(--ow-accent); text-decoration-thickness: 2px; }

.ow-icon { flex: none; }

/* ---------- Buttons ---------- */
.ow-btn,
.ow .button,
.ow button.button,
.ow input[type="submit"] {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 44px; padding: 10px 18px;
	border-radius: var(--ow-r-sm); border: 1px solid transparent;
	font-weight: 650; font-size: .95rem; line-height: 1.2; text-decoration: none;
	background: var(--ow-ink); color: #fff;
	transition: background .15s, color .15s, border-color .15s, transform .15s;
}
.ow-btn:hover, .ow .button:hover { background: var(--ow-ink-2); color: #fff; }
.ow-btn:active, .ow .button:active { transform: translateY(1px); }
.ow-btn--accent,
.ow .button.alt,
.ow .single_add_to_cart_button,
.ow .checkout-button,
.ow #place_order {
	background: var(--ow-accent) !important; color: var(--ow-accent-ink) !important; border-color: var(--ow-accent) !important;
}
.ow-btn--accent:hover, .ow .button.alt:hover, .ow .single_add_to_cart_button:hover { filter: brightness(1.06); }
.ow-btn--ghost { background: transparent; color: var(--ow-ink); border-color: var(--ow-line); }
.ow-btn--ghost:hover { background: #fff; color: var(--ow-ink); border-color: var(--ow-ink); }
.ow-btn--glass { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .28); backdrop-filter: blur(8px); }
.ow-btn--glass:hover { background: rgba(255, 255, 255, .16); }
.ow-btn--lg { min-height: 52px; padding: 14px 26px; font-size: 1rem; }
.ow .button.loading { opacity: .6; pointer-events: none; }
.ow .button.added::after { display: none; }
.ow a.added_to_cart { display: none; }

.ow-iconbtn {
	display: inline-grid; place-items: center; width: 40px; height: 40px;
	border-radius: 50%; border: 1px solid var(--ow-line); background: #fff; color: var(--ow-ink);
}
.ow-iconbtn:hover { border-color: var(--ow-ink); }

.ow-badge {
	display: inline-grid; place-items: center; min-width: 18px; height: 18px; padding: 0 5px;
	border-radius: 999px; background: var(--ow-accent); color: var(--ow-accent-ink);
	font-size: 11px; font-weight: 800; line-height: 1;
}
.ow-badge.is-empty { display: none; }

/* ---------- Top bar & header ---------- */
.ow-topbar { background: #07111D; color: #B8C4D3; font-size: .82rem; }
.ow-topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 36px; }
.ow-topbar__msg { margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ow-topbar__right { display: flex; align-items: center; gap: 20px; }
.ow-topbar__menu { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; }
.ow-topbar a { color: #DCE4EE; text-decoration: none; }
.ow-topbar a:hover { color: var(--ow-accent); }
.ow-topbar__phone { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }

.ow-header {
	position: sticky; top: 0; z-index: 60;
	background: var(--ow-ink); color: #fff;
	transition: box-shadow .2s;
}
.admin-bar .ow-header { top: 32px; }
.ow-header.is-stuck { box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .7); }
.ow-header__in { display: flex; align-items: center; gap: clamp(12px, 2.5vw, 36px); min-height: var(--ow-header-h); }
.ow-header__logo { flex: none; }
.ow-header__logo img { max-height: 44px; width: auto; }
.ow-header__search { flex: 1; max-width: 640px; }
.ow-header__burger { display: none; }

.ow-wordmark {
	display: inline-flex; align-items: center; gap: 10px;
	font-weight: 850; font-stretch: 125%; font-size: 1.35rem; letter-spacing: -.02em;
	color: #fff; text-decoration: none;
}
.ow-wordmark:hover { color: #fff; }
.ow-wordmark__rec { width: 10px; height: 10px; border-radius: 50%; background: var(--ow-rec); box-shadow: 0 0 0 4px rgba(229, 50, 45, .2); }
.ow-footer .ow-wordmark, .ow-drawer .ow-wordmark { color: inherit; }

.ow-hicons { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.ow-hicon {
	position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px;
	border-radius: 50%; border: 0; background: transparent; color: #fff; text-decoration: none;
}
.ow-hicon:hover { background: rgba(255, 255, 255, .08); color: var(--ow-accent); }
.ow-hicon .ow-badge { position: absolute; top: 3px; right: 1px; }
.ow-hicon--search { display: none; }

.ow-nav { border-top: 1px solid rgba(255, 255, 255, .07); }
.ow-nav__list, .ow-nav ul.menu { display: flex; flex-wrap: wrap; gap: 4px; list-style: none; margin: 0; padding: 0; }
.ow-nav li { position: relative; }
.ow-nav a {
	display: block; padding: 12px 14px; color: #D5DEE9; text-decoration: none; font-weight: 600; font-size: .93rem;
	border-bottom: 2px solid transparent;
}
.ow-nav a:hover, .ow-nav .current-menu-item > a, .ow-nav .current-menu-ancestor > a { color: #fff; border-bottom-color: var(--ow-accent); }
.ow-nav .sub-menu {
	position: absolute; top: 100%; left: 0; min-width: 240px; z-index: 5;
	list-style: none; margin: 0; padding: 8px; border-radius: var(--ow-r);
	background: #fff; box-shadow: var(--ow-shadow); border: 1px solid var(--ow-line);
	opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s var(--ow-ease);
}
.ow-nav li:hover > .sub-menu, .ow-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.ow-nav .sub-menu a { color: var(--ow-text); border: 0; border-radius: var(--ow-r-sm); padding: 9px 12px; }
.ow-nav .sub-menu a:hover { background: var(--ow-glass); color: var(--ow-ink); }
.ow-nav .sub-menu .sub-menu { top: 0; left: 100%; }

/* ---------- Search ---------- */
.ow-search { position: relative; display: flex; align-items: center; }
.ow-search > .ow-icon { position: absolute; left: 14px; color: var(--ow-steel); pointer-events: none; }
.ow-search input[type="search"] {
	width: 100%; height: 46px; padding: 0 16px 0 44px;
	border-radius: 999px; border: 1px solid transparent; background: #fff; color: var(--ow-text);
	font-size: .95rem;
}
.ow-header .ow-search input[type="search"] { background: var(--ow-ink-2); color: #fff; border-color: var(--ow-ink-3); }
.ow-header .ow-search input::placeholder { color: #8DA0B6; }
.ow-header .ow-search input:focus { background: #fff; color: var(--ow-text); border-color: var(--ow-accent); outline: 0; }
.ow-search__results {
	position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 70;
	background: #fff; color: var(--ow-text); border-radius: var(--ow-r); border: 1px solid var(--ow-line);
	box-shadow: var(--ow-shadow); padding: 8px; max-height: 70vh; overflow: auto;
}
.ow-sr { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; align-items: center; padding: 8px; border-radius: var(--ow-r-sm); text-decoration: none; }
.ow-sr:hover, .ow-sr.is-active { background: var(--ow-glass); }
.ow-sr img { width: 52px; height: 52px; object-fit: contain; background: var(--ow-glass); border-radius: 6px; }
.ow-sr__t { font-weight: 600; font-size: .92rem; line-height: 1.3; }
.ow-sr__m { font-size: .78rem; color: var(--ow-steel); }
.ow-sr__p { font-weight: 700; font-size: .9rem; white-space: nowrap; }
.ow-sr__p del { opacity: .5; font-weight: 400; margin-right: 4px; }
.ow-sr-cats { display: flex; flex-wrap: wrap; gap: 6px; padding: 6px 8px 10px; border-bottom: 1px solid var(--ow-line); margin-bottom: 6px; }
.ow-sr-cats a { font-size: .82rem; padding: 4px 10px; border-radius: 999px; background: var(--ow-glass); text-decoration: none; }
.ow-sr-all { display: block; text-align: center; padding: 10px; font-weight: 650; font-size: .88rem; }
.ow-sr-empty { padding: 14px; color: var(--ow-steel); margin: 0; font-size: .9rem; }

/* ---------- Drawers, overlay, modal, toasts ---------- */
.ow-overlay { position: fixed; inset: 0; background: rgba(7, 17, 29, .55); z-index: 90; backdrop-filter: blur(2px); }
.ow-drawer {
	position: fixed; top: 0; bottom: 0; z-index: 100; width: min(420px, 92vw);
	background: #fff; display: flex; flex-direction: column;
	transition: transform .3s var(--ow-ease); visibility: hidden;
}
.ow-drawer--left { left: 0; transform: translateX(-100%); }
.ow-drawer--right { right: 0; transform: translateX(100%); }
.ow-drawer.is-open { transform: none; visibility: visible; }
.ow-drawer__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 1px solid var(--ow-line); }
.ow-drawer__title { font-size: 1.15rem; margin: 0; }
.ow-drawer__body { flex: 1; overflow: auto; padding: 16px 20px; }
.ow-drawer .ow-search input[type="search"] { background: var(--ow-glass); border-color: var(--ow-line); }
.ow-mnav, .ow-mnav ul { list-style: none; margin: 16px 0 0; padding: 0; }
.ow-mnav ul { margin: 0 0 0 14px; }
.ow-mnav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--ow-line); text-decoration: none; font-weight: 600; }

/* Mini cart */
.ow .widget_shopping_cart_content { display: flex; flex-direction: column; }
.ow .woocommerce-mini-cart { list-style: none; margin: 0; padding: 0; }
.ow .woocommerce-mini-cart-item {
	position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 4px 12px; padding: 14px 28px 14px 0;
	border-bottom: 1px solid var(--ow-line); font-size: .9rem;
}
.ow .woocommerce-mini-cart-item a:not(.remove) { display: contents; font-weight: 600; text-decoration: none; }
.ow .woocommerce-mini-cart-item img { grid-row: span 3; width: 64px; height: 64px; object-fit: contain; background: var(--ow-glass); border-radius: var(--ow-r-sm); margin: 0 !important; float: none !important; }
.ow .woocommerce-mini-cart-item .quantity { color: var(--ow-steel); grid-column: 2; }
.ow .woocommerce-mini-cart-item .variation { grid-column: 2; margin: 0; font-size: .8rem; color: var(--ow-steel); }
.ow .woocommerce-mini-cart-item .variation dt, .ow .woocommerce-mini-cart-item .variation dd { display: inline; margin: 0; }
.ow .woocommerce-mini-cart-item .variation dd p { display: inline; }
.ow .woocommerce-mini-cart-item a.remove {
	position: absolute; right: 0; top: 14px; width: 24px; height: 24px; line-height: 22px;
	border-radius: 50%; text-align: center; color: var(--ow-steel) !important; background: var(--ow-glass); text-decoration: none;
}
.ow .woocommerce-mini-cart-item a.remove:hover { background: var(--ow-rec); color: #fff !important; }
.ow .woocommerce-mini-cart__total { display: flex; justify-content: space-between; padding: 16px 0; margin: 0; font-size: 1.05rem; }
.ow .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; }
.ow .woocommerce-mini-cart__buttons .button { width: 100%; }
.ow .woocommerce-mini-cart__buttons .checkout { background: var(--ow-accent); color: var(--ow-accent-ink); }
.ow .woocommerce-mini-cart__empty-message { color: var(--ow-steel); text-align: center; padding: 40px 0; }

.ow-freeship { padding: 14px 20px; background: var(--ow-glass); border-bottom: 1px solid var(--ow-line); font-size: .86rem; }
.ow-freeship p { margin: 0 0 8px; font-weight: 600; }
.ow-freeship__track { height: 6px; border-radius: 99px; background: var(--ow-line); overflow: hidden; }
.ow-freeship__track span { display: block; height: 100%; background: var(--ow-accent); border-radius: inherit; transition: width .4s var(--ow-ease); }
.ow-freeship.is-done .ow-freeship__track span { background: var(--ow-ok); }

.ow-modal { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 20px; }
.ow-modal__box {
	position: relative; width: min(1000px, 100%); max-height: calc(100vh - 40px); overflow: auto;
	background: #fff; border-radius: var(--ow-r-lg); box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .5);
}
.ow-modal__close { position: absolute; top: 14px; right: 14px; z-index: 2; }
.ow-modal__content { min-height: 200px; }
.ow-modal.is-loading .ow-modal__content::before {
	content: ""; display: block; width: 36px; height: 36px; margin: 80px auto;
	border: 3px solid var(--ow-line); border-top-color: var(--ow-accent); border-radius: 50%; animation: ow-spin .8s linear infinite;
}
@keyframes ow-spin { to { transform: rotate(360deg); } }

.ow-qv { display: grid; grid-template-columns: 1.1fr 1fr; }
.ow-qv__media { background: var(--ow-glass); padding: 28px; }
.ow-qv__main { position: relative; aspect-ratio: 1; }
.ow-qv__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: opacity .25s; }
.ow-qv__img.is-active { opacity: 1; }
.ow-qv__thumbs { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.ow-qv__thumbs button { width: 60px; height: 60px; padding: 4px; border-radius: var(--ow-r-sm); border: 1px solid var(--ow-line); background: #fff; }
.ow-qv__thumbs button.is-active { border-color: var(--ow-ink); }
.ow-qv__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.ow-qv__summary { padding: 36px 32px; }
.ow-qv__title { font-size: 1.5rem; font-stretch: 108%; }
.ow-qv__price { font-size: 1.5rem; font-weight: 800; margin: 12px 0 4px; }
.ow-qv__excerpt { color: var(--ow-steel); font-size: .93rem; margin: 12px 0; }
.ow-qv__more { display: inline-block; margin-top: 14px; font-weight: 600; font-size: .9rem; }

.ow-toasts { position: fixed; z-index: 120; left: 50%; bottom: 24px; transform: translateX(-50%); display: grid; gap: 8px; pointer-events: none; }
.ow-toast {
	display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px;
	background: var(--ow-ink); color: #fff; font-size: .9rem; font-weight: 600; box-shadow: var(--ow-shadow);
	animation: ow-toast .25s var(--ow-ease); pointer-events: auto;
}
.ow-toast .ow-icon { color: var(--ow-accent); }
.ow-toast a { color: var(--ow-accent); }
.ow-toast.is-error { background: var(--ow-rec); }
.ow-toast.is-error .ow-icon { color: #fff; }
@keyframes ow-toast { from { opacity: 0; transform: translateY(8px); } }

/* ---------- Hero (dashcam viewfinder) ---------- */
.ow-hero { background: var(--ow-ink); color: #fff; }
.ow-hero__frame {
	position: relative; min-height: min(82vh, 760px); display: flex; align-items: flex-end;
	background:
		linear-gradient(180deg, rgba(12, 26, 43, .25) 0%, rgba(12, 26, 43, .35) 45%, rgba(12, 26, 43, .92) 100%),
		var(--ow-hero-bg, radial-gradient(120% 90% at 50% 100%, #24476E 0%, #0C1A2B 60%)) center / cover no-repeat;
	overflow: hidden;
}
.ow-hero__content { position: relative; z-index: 2; padding-block: 120px 104px; }
.ow-hero__title {
	max-width: 14ch; margin: 0 0 20px;
	font-size: clamp(2.6rem, 6.4vw, 5.6rem); font-weight: 850; font-stretch: 125%;
	letter-spacing: -.035em; line-height: .98;
}
.ow-hero__text { max-width: 54ch; font-size: clamp(1rem, 1.3vw, 1.15rem); color: #C9D5E3; margin-bottom: 32px; }
.ow-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.ow-hud { position: absolute; inset: clamp(14px, 2.4vw, 32px); z-index: 1; pointer-events: none; color: rgba(255, 255, 255, .82); font-size: .8rem; font-weight: 600; letter-spacing: .04em; }
.ow-hud__c { position: absolute; width: 34px; height: 34px; border: 2px solid rgba(255, 255, 255, .7); }
.ow-hud__c--tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.ow-hud__c--tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.ow-hud__c--bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.ow-hud__c--br { bottom: 0; right: 0; border-left: 0; border-top: 0; }
.ow-hud__top { position: absolute; top: 10px; left: 48px; right: 48px; display: flex; justify-content: space-between; }
.ow-hud__rec { display: inline-flex; align-items: center; gap: 8px; color: #fff; }
.ow-hud__rec i { width: 10px; height: 10px; border-radius: 50%; background: var(--ow-rec); animation: ow-rec 1.2s steps(2, jump-none) infinite; }
@keyframes ow-rec { 50% { opacity: .15; } }
.ow-hud__side { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); display: grid; gap: 8px; text-align: right; }
.ow-hud__bottom { position: absolute; bottom: 10px; left: 48px; right: 48px; display: flex; justify-content: space-between; }
.ow-hud__speed { color: var(--ow-accent); font-size: 1rem; }
.ow-hud__cross { position: absolute; left: 50%; top: 42%; width: 44px; height: 44px; transform: translate(-50%, -50%); opacity: .45; }
.ow-hud__cross::before, .ow-hud__cross::after { content: ""; position: absolute; background: #fff; }
.ow-hud__cross::before { left: 50%; top: 0; bottom: 0; width: 1px; }
.ow-hud__cross::after { top: 50%; left: 0; right: 0; height: 1px; }

/* ---------- Home sections ---------- */
.ow-section { padding-block: clamp(40px, 6vw, 80px); }
.ow-section + .ow-section { padding-top: 0; }
.ow-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.ow-section__head .ow-h2 { margin: 0; }
.ow-section--brands { padding-block: 0 !important; background: #fff; border-bottom: 1px solid var(--ow-line); }

.ow-brandstrip { display: flex; list-style: none; margin: 0; padding: 0; overflow-x: auto; scrollbar-width: none; }
.ow-brandstrip::-webkit-scrollbar { display: none; }
.ow-brandstrip li { flex: 1 0 160px; display: grid; justify-items: center; gap: 6px; padding: 22px 16px; border-right: 1px solid var(--ow-line); }
.ow-brandstrip li:last-child { border-right: 0; }
.ow-brandstrip .ow-brand { height: 36px; }
.ow-brandstrip .ow-brand__img { max-height: 36px; max-width: 130px; filter: grayscale(1); opacity: .75; transition: filter .2s, opacity .2s; }
.ow-brandstrip li:hover .ow-brand__img { filter: none; opacity: 1; }
.ow-brandstrip__count { font-size: .76rem; color: var(--ow-steel); }

.ow-cats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.ow-cat {
	display: grid; justify-items: center; text-align: center; gap: 4px; height: 100%;
	padding: 18px 14px 20px; border-radius: var(--ow-r); background: #fff; border: 1px solid var(--ow-line); text-decoration: none;
	transition: border-color .15s;
}
.ow-cat:hover { border-color: var(--ow-ink); }
.ow-cat__img { display: grid; place-items: center; width: 100%; aspect-ratio: 1; margin-bottom: 8px; color: var(--ow-steel); }
.ow-cat__img img { width: 100%; height: 100%; object-fit: contain; }
.ow-cat__name { font-weight: 700; line-height: 1.25; }
.ow-cat__count { font-size: .8rem; color: var(--ow-steel); }

.ow-tabs { display: inline-flex; gap: 4px; padding: 4px; border-radius: 999px; background: #fff; border: 1px solid var(--ow-line); }
.ow-tab { border: 0; background: transparent; padding: 8px 16px; border-radius: 999px; font-weight: 650; font-size: .9rem; color: var(--ow-steel); }
.ow-tab.is-active { background: var(--ow-ink); color: #fff; }

.ow-section--finder { background: var(--ow-ink); color: #fff; padding-block: clamp(48px, 7vw, 96px) !important; }
.ow-finderwrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: clamp(24px, 5vw, 72px); align-items: start; }
.ow-finderwrap__intro p { color: #B8C6D6; max-width: 42ch; }

.ow-usp { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ow-line); border: 1px solid var(--ow-line); border-radius: var(--ow-r); overflow: hidden; }
.ow-usp li { display: flex; gap: 16px; padding: 28px; background: #fff; }
.ow-usp .ow-icon { color: var(--ow-ink); margin-top: 2px; }
.ow-usp h3 { font-size: 1.05rem; margin-bottom: 6px; }
.ow-usp p { margin: 0; color: var(--ow-steel); font-size: .92rem; }

/* ---------- Breadcrumb & page heads ---------- */
.ow-breadcrumb { font-size: .84rem; color: var(--ow-steel); margin-bottom: 18px; }
.ow-breadcrumb a { text-decoration: none; color: var(--ow-steel); }
.ow-breadcrumb a:hover { color: var(--ow-ink); }
.ow-breadcrumb__sep { margin: 0 8px; opacity: .5; }

.ow-pagehead, .ow-shophead { margin-bottom: 24px; }
.ow-pagehead__title, .ow-shophead__title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 850; font-stretch: 118%; letter-spacing: -.03em; margin: 0 0 8px; }
.ow-shophead { display: grid; gap: 4px; }
.ow-shophead__brand img { max-height: 56px; width: auto; margin-bottom: 8px; }
.ow-shophead .term-description, .ow-shophead .page-description, .ow-pagehead__desc { color: var(--ow-steel); max-width: 72ch; }
.ow-shophead .term-description p:last-child { margin: 0; }

/* ---------- Shop layout ---------- */
.ow-shop { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 32px; align-items: start; }
.ow-shop--offcanvas { grid-template-columns: minmax(0, 1fr); }
.ow-shop__main { min-width: 0; transition: opacity .2s; }
.ow-shop__main.is-loading { opacity: .45; pointer-events: none; }

/* Filters */
.ow-filters { position: sticky; top: calc(var(--ow-header-h) + 60px); max-height: calc(100vh - var(--ow-header-h) - 80px); overflow: auto; scrollbar-width: thin; padding-right: 4px; }
.ow-filters__head { display: none; }
.ow-filters__title { font-size: 1.15rem; margin: 0; }
.ow-fgroup { border-bottom: 1px solid var(--ow-line); }
.ow-fgroup__title {
	display: flex; align-items: center; justify-content: space-between; gap: 8px;
	padding: 16px 0; cursor: pointer; list-style: none; font-weight: 750; font-size: .95rem;
}
.ow-fgroup__title::-webkit-details-marker { display: none; }
.ow-fgroup__title .ow-icon { transition: transform .2s; color: var(--ow-steel); }
.ow-fgroup[open] > .ow-fgroup__title .ow-icon { transform: rotate(90deg); }
.ow-fgroup__body { padding-bottom: 18px; }

.ow-catlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.ow-catlist a { display: flex; justify-content: space-between; gap: 8px; padding: 7px 10px; border-radius: var(--ow-r-sm); text-decoration: none; font-size: .92rem; }
.ow-catlist a:hover { background: #fff; }
.ow-catlist span { color: var(--ow-steel); font-size: .8rem; }
.ow-catlist .is-active a { background: var(--ow-ink); color: #fff; }
.ow-catlist .is-active span { color: #9FB2C8; }
.ow-catlist__up a { color: var(--ow-steel); }

.ow-brandpick { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.ow-brandpick__opt { position: relative; cursor: pointer; }
.ow-brandpick__opt input { position: absolute; opacity: 0; inset: 0; }
.ow-brandpick__box {
	display: grid; place-items: center; height: 54px; padding: 8px 10px;
	border-radius: var(--ow-r-sm); border: 1px solid var(--ow-line); background: #fff;
	font-size: .82rem; font-weight: 650; text-align: center; line-height: 1.2; transition: border-color .15s, box-shadow .15s;
}
.ow-brandpick__box img { max-height: 26px; width: auto; max-width: 100%; object-fit: contain; }
.ow-brandpick__opt:hover .ow-brandpick__box { border-color: var(--ow-steel); }
.ow-brandpick__opt input:checked + .ow-brandpick__box { border-color: var(--ow-ink); box-shadow: inset 0 0 0 1px var(--ow-ink), 0 0 0 3px rgba(255, 180, 0, .35); }
.ow-brandpick__opt input:focus-visible + .ow-brandpick__box { outline: 2px solid var(--ow-accent); outline-offset: 2px; }

.ow-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.ow-pill { position: relative; cursor: pointer; }
.ow-pill input { position: absolute; opacity: 0; inset: 0; }
.ow-pill span {
	display: inline-flex; align-items: center; min-height: 34px; padding: 6px 12px;
	border-radius: 999px; border: 1px solid var(--ow-line); background: #fff; font-size: .85rem; font-weight: 550;
	transition: background .15s, border-color .15s, color .15s;
}
.ow-pill:hover span { border-color: var(--ow-steel); }
.ow-pill input:checked + span { background: var(--ow-ink); border-color: var(--ow-ink); color: #fff; }
.ow-pill input:focus-visible + span { outline: 2px solid var(--ow-accent); outline-offset: 2px; }

.ow-range__track { position: relative; height: 28px; }
.ow-range__track::before { content: ""; position: absolute; left: 0; right: 0; top: 12px; height: 4px; border-radius: 4px; background: var(--ow-line); }
.ow-range__fill { position: absolute; top: 12px; height: 4px; border-radius: 4px; background: var(--ow-ink); }
.ow-range input[type="range"] {
	position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 28px; margin: 0;
	background: none; pointer-events: none; -webkit-appearance: none; appearance: none;
}
.ow-range input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none; pointer-events: auto; width: 20px; height: 20px; border-radius: 50%;
	background: #fff; border: 2px solid var(--ow-ink); box-shadow: 0 2px 6px rgba(0, 0, 0, .2); cursor: grab;
}
.ow-range input[type="range"]::-moz-range-thumb {
	pointer-events: auto; width: 18px; height: 18px; border-radius: 50%;
	background: #fff; border: 2px solid var(--ow-ink); cursor: grab;
}
.ow-range input[type="range"]::-webkit-slider-runnable-track { background: none; }
.ow-range input[type="range"]::-moz-range-track { background: none; }
.ow-range__inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.ow-range__inputs label { display: grid; gap: 2px; font-size: .75rem; color: var(--ow-steel); }
.ow-range__inputs input { width: 100%; height: 38px; padding: 0 10px; border-radius: var(--ow-r-sm); border: 1px solid var(--ow-line); background: #fff; font-weight: 650; color: var(--ow-text); }

.ow-switch { display: flex; align-items: center; gap: 10px; padding: 6px 0; cursor: pointer; font-size: .92rem; position: relative; }
.ow-switch input { position: absolute; opacity: 0; }
.ow-switch__ui { position: relative; flex: none; width: 38px; height: 22px; border-radius: 99px; background: var(--ow-line); transition: background .15s; }
.ow-switch__ui::after { content: ""; position: absolute; left: 3px; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .25); transition: transform .18s var(--ow-ease); }
.ow-switch input:checked + .ow-switch__ui { background: var(--ow-ink); }
.ow-switch input:checked + .ow-switch__ui::after { transform: translateX(16px); }
.ow-switch input:focus-visible + .ow-switch__ui { outline: 2px solid var(--ow-accent); outline-offset: 2px; }

.ow-filters__foot { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 18px 0; }
.ow-js-filters-live .ow-filters__apply { display: none; }
.ow-js-filters-live .ow-filters__foot { grid-template-columns: 1fr; }
.ow-filters__widgets { margin-top: 16px; }
.ow-scrim { display: none; }

/* Toolbar */
.ow-toolbar {
	position: sticky; top: calc(var(--ow-header-h) + 46px); z-index: 20;
	display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
	padding: 10px 12px; margin-bottom: 14px; border-radius: var(--ow-r);
	background: rgba(255, 255, 255, .9); backdrop-filter: blur(10px); border: 1px solid var(--ow-line);
}
.admin-bar .ow-toolbar { top: calc(var(--ow-header-h) + 78px); }
.ow-toolbar__filters { display: none; min-height: 38px; padding: 6px 12px; }
.ow-shop--offcanvas .ow-toolbar__filters { display: inline-flex; }
.ow-toolbar__count .woocommerce-result-count { margin: 0; float: none; font-size: .88rem; color: var(--ow-steel); }
.ow-toolbar__right { display: flex; align-items: center; gap: 14px; margin-left: auto; flex-wrap: wrap; }
.ow-toolbar__label { font-size: .8rem; color: var(--ow-steel); margin-right: 4px; }
.ow-perpage { display: flex; align-items: center; gap: 2px; }
.ow-perpage__opt { padding: 4px 8px; border-radius: 6px; text-decoration: none; font-size: .86rem; font-weight: 600; color: var(--ow-steel); }
.ow-perpage__opt:hover { color: var(--ow-ink); background: var(--ow-glass); }
.ow-perpage__opt.is-active { color: var(--ow-ink); background: var(--ow-glass); box-shadow: inset 0 -2px 0 var(--ow-accent); }
.ow-cols { display: flex; align-items: center; gap: 2px; padding-left: 12px; border-left: 1px solid var(--ow-line); }
.ow-cols__btn { display: inline-flex; align-items: center; justify-content: center; gap: 2px; width: 34px; height: 32px; border: 0; border-radius: 6px; background: transparent; color: #A5B2C1; }
.ow-cols__btn i { display: block; width: 3px; height: 14px; border-radius: 1px; background: currentColor; }
.ow-cols__btn[data-cols="5"] i, .ow-cols__btn[data-cols="6"] i { width: 2px; }
.ow-cols__btn:hover { color: var(--ow-steel); background: var(--ow-glass); }
.ow-cols__btn.is-active { color: var(--ow-ink); background: var(--ow-glass); }
.ow .woocommerce-ordering { margin: 0; float: none; }
.ow .woocommerce-ordering select { height: 38px; padding: 0 32px 0 12px; border-radius: var(--ow-r-sm); border: 1px solid var(--ow-line); background-color: #fff; font-size: .88rem; font-weight: 600; }

.ow-active { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 16px; }
.ow-active__chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px 6px 12px; border-radius: 999px; background: var(--ow-ink); color: #fff; font-size: .83rem; font-weight: 600; text-decoration: none; }
.ow-active__chip:hover { background: var(--ow-rec); color: #fff; }
.ow-active__clear { font-size: .83rem; font-weight: 600; margin-left: 6px; color: var(--ow-steel); }

/* ---------- Product grid ---------- */
.ow ul.products.ow-grid {
	display: grid; grid-template-columns: repeat(var(--ow-c, var(--ow-cols, 4)), minmax(0, 1fr));
	gap: var(--ow-gap); margin: 0 0 32px; padding: 0; list-style: none;
}
.ow ul.products.ow-grid::before, .ow ul.products.ow-grid::after { display: none !important; content: none !important; }
body.ow ul.products.ow-grid li.product {
	width: auto !important; float: none !important; margin: 0 !important; clear: none !important; padding: 0;
}
.ow-grid.columns-6 { --ow-gap: 14px; }

/* Card */
.ow-card {
	position: relative; display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--ow-line); border-radius: var(--ow-r); overflow: hidden;
	transition: border-color .18s, box-shadow .18s;
}
.ow-card:hover { border-color: #C4CFDB; box-shadow: var(--ow-shadow); }
.ow-card__top {
	display: flex; align-items: center; justify-content: space-between; gap: 8px;
	min-height: 52px; padding: 12px 14px 8px; border-bottom: 1px dashed var(--ow-line);
}
.ow-card__brand { min-width: 0; height: 28px; display: flex; align-items: center; }
.ow-brand { display: inline-flex; align-items: center; height: 100%; text-decoration: none; }
.ow-brand__img { max-height: 26px; max-width: 110px; width: auto; object-fit: contain; object-position: left center; }
.ow-brand__name { font-weight: 850; font-stretch: 115%; font-size: .9rem; letter-spacing: .01em; color: var(--ow-ink); }
.ow-card__actions { display: flex; gap: 2px; }
.ow-act {
	display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%;
	border: 0; background: transparent; color: #8C9AAB; transition: color .15s, background .15s;
}
.ow-act:hover { color: var(--ow-ink); background: var(--ow-glass); }
.ow-act[aria-pressed="true"] { color: var(--ow-ink); }
.ow-js-wish[aria-pressed="true"] .ow-icon { fill: var(--ow-rec); stroke: var(--ow-rec); }
.ow-js-compare[aria-pressed="true"] { color: var(--ow-ink); background: rgba(255, 180, 0, .25); }

.ow-card__media { position: relative; display: block; aspect-ratio: 1; padding: 16px; background: #fff; }
.ow-card__img { width: 100%; height: 100%; object-fit: contain; transition: opacity .3s var(--ow-ease), transform .5s var(--ow-ease); }
.ow-card__img--alt { position: absolute; inset: 16px; width: calc(100% - 32px); height: calc(100% - 32px); opacity: 0; }
.ow-card.has-alt:hover .ow-card__img:not(.ow-card__img--alt) { opacity: 0; }
.ow-card.has-alt:hover .ow-card__img--alt { opacity: 1; }
.ow-card:not(.has-alt):hover .ow-card__img { transform: scale(1.03); }

.ow-labels { position: absolute; left: 12px; top: 12px; display: grid; gap: 4px; justify-items: start; }
.ow-label { padding: 3px 8px; border-radius: 6px; font-size: .74rem; font-weight: 800; line-height: 1.3; }
.ow-label--sale { background: var(--ow-accent); color: var(--ow-accent-ink); }
.ow-label--new { background: var(--ow-ink); color: #fff; }
.ow-label--hot { background: #fff; color: var(--ow-ink); box-shadow: inset 0 0 0 1px var(--ow-ink); }
.ow-label--out { background: #E7ECF1; color: var(--ow-steel); }

.ow-card__body { flex: 1; padding: 4px 14px 10px; }
.ow-card__cat { margin: 0 0 4px; font-size: .75rem; color: var(--ow-steel); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ow .ow-card__title { font-size: .98rem; font-weight: 650; line-height: 1.3; margin: 0 0 8px; padding: 0; letter-spacing: 0; }
.ow-card__title a { text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ow-card__title a:hover { text-decoration: underline; }
.ow-card__rating { display: flex; align-items: center; gap: 6px; font-size: .78rem; color: var(--ow-steel); }
.ow .ow-card__rating .star-rating { margin: 0; font-size: .78rem; color: var(--ow-accent); }
.ow-card__excerpt { display: none; }

.ow-chips { list-style: none; margin: 0 0 8px; padding: 0; display: flex; flex-wrap: wrap; gap: 4px; }
.ow-chips li { padding: 2px 8px; border-radius: 5px; background: var(--ow-glass); border: 1px solid var(--ow-line); font-size: .74rem; font-weight: 650; color: var(--ow-ink-2); white-space: nowrap; }

.ow-card__foot { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; column-gap: 10px; row-gap: 6px; padding: 10px 14px 14px; }
.ow-card__pricing { display: contents; }
.ow-card__foot .price { grid-column: 1; grid-row: 1; }
.ow-card__buy { grid-column: 2; grid-row: 1; }
.ow-card__foot .ow-installments { grid-column: 1 / -1; grid-row: 2; }
.ow ul.products li.product .ow-card__foot .price, .ow .ow-card .price { display: block; margin: 0; font-size: 1.12rem; font-weight: 800; color: var(--ow-ink); }
.ow .ow-card .price del { font-size: .82rem; font-weight: 500; color: var(--ow-steel); opacity: 1; margin-right: 4px; }
.ow .ow-card .price ins { text-decoration: none; }
.ow-installments { display: flex; align-items: center; gap: 5px; margin: 2px 0 0; font-size: .74rem; color: var(--ow-steel); }
.ow-installments .amount { font-weight: 700; color: var(--ow-text); }
.ow .ow-card__buy .button {
	display: inline-grid; place-items: center; min-height: 40px; width: 40px; padding: 0; margin: 0; border-radius: 10px; font-size: 0; position: relative;
	background: var(--ow-ink); color: #fff;
}
.ow .ow-card__buy .button::before {
	content: ""; display: block; width: 20px; height: 20px; background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.2 11h10.6L20 7H6.2'/%3E%3Ccircle cx='9' cy='19.5' r='1.5'/%3E%3Ccircle cx='17' cy='19.5' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.2 11h10.6L20 7H6.2'/%3E%3Ccircle cx='9' cy='19.5' r='1.5'/%3E%3Ccircle cx='17' cy='19.5' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ow .ow-card__buy .button:hover { background: var(--ow-accent); color: var(--ow-accent-ink); }
.ow .ow-card__buy .button.added { background: var(--ow-ok); color: #fff; }
.ow .ow-card__buy .button.product_type_variable::before,
.ow .ow-card__buy .button.product_type_grouped::before,
.ow .ow-card__buy .button.product_type_external::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E");
}

/* Dense grids */
.ow-grid.columns-5 .ow-card__top, .ow-grid.columns-6 .ow-card__top { padding: 10px 10px 6px; min-height: 44px; }
.ow-grid.columns-5 .ow-card__body, .ow-grid.columns-6 .ow-card__body,
.ow-grid.columns-5 .ow-card__foot, .ow-grid.columns-6 .ow-card__foot { padding-inline: 10px; }
.ow-grid.columns-6 .ow-card__title { font-size: .88rem; }
.ow-grid.columns-6 .ow-chips li:nth-child(n+3) { display: none; }
.ow-grid.columns-6 .ow-brand__img { max-width: 84px; max-height: 22px; }
.ow-grid.columns-6 .ow-installments { display: none; }

/* List view */
.ow ul.products.ow-grid.ow-grid--list { grid-template-columns: 1fr; }
.ow-grid--list .ow-card { display: grid; grid-template-columns: 240px minmax(0, 1fr) 220px; grid-template-rows: auto 1fr; }
.ow-grid--list .ow-card__top { grid-column: 2 / 4; border-bottom: 0; padding-bottom: 0; }
.ow-grid--list .ow-card__media { grid-column: 1; grid-row: 1 / 3; border-right: 1px solid var(--ow-line); }
.ow-grid--list .ow-card__body { grid-column: 2; padding-top: 8px; }
.ow-grid--list .ow-card__title { font-size: 1.15rem; }
.ow-grid--list .ow-card__excerpt { display: block; font-size: .9rem; color: var(--ow-steel); }
.ow-grid--list .ow-card__foot { grid-column: 3; grid-row: 2; flex-direction: column; align-items: stretch; justify-content: flex-end; }
.ow .ow-grid--list .ow-card__buy .button { width: 100%; font-size: .92rem; gap: 8px; }

/* Horizontal scroller (compatibility, related, recently viewed) */
.ow ul.products.ow-grid.ow-grid--scroll {
	grid-template-columns: none; grid-auto-flow: column;
	grid-auto-columns: calc((100% - (var(--ow-c, var(--ow-cols)) - 1) * var(--ow-gap)) / var(--ow-c, var(--ow-cols)));
	overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; scrollbar-width: thin;
}
.ow-grid--scroll > li { scroll-snap-align: start; }

/* Pagination & load more */
.ow nav.woocommerce-pagination ul, .ow .ow-pagination .nav-links { display: flex; justify-content: center; gap: 6px; border: 0; flex-wrap: wrap; }
.ow nav.woocommerce-pagination ul li { border: 0; }
.ow nav.woocommerce-pagination ul li a, .ow nav.woocommerce-pagination ul li span,
.ow .ow-pagination .page-numbers {
	display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 10px;
	border-radius: var(--ow-r-sm); border: 1px solid var(--ow-line); background: #fff; font-weight: 650; text-decoration: none;
}
.ow nav.woocommerce-pagination ul li span.current, .ow .ow-pagination .page-numbers.current { background: var(--ow-ink); color: #fff; border-color: var(--ow-ink); }
.ow-loadmore { display: grid; justify-items: center; gap: 10px; margin: 8px 0 24px; }
.ow-loadmore__info { font-size: .85rem; color: var(--ow-steel); }
.ow-loadmore__bar { width: 200px; height: 4px; border-radius: 4px; background: var(--ow-line); overflow: hidden; }
.ow-loadmore__bar span { display: block; height: 100%; background: var(--ow-ink); }

.ow-empty { padding: 48px 24px; text-align: center; border: 1px dashed var(--ow-line); border-radius: var(--ow-r); background: #fff; }

/* ---------- Single product ---------- */
.ow div.product { position: relative; }
.ow.single-product div.product { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 16px clamp(24px, 4vw, 56px); }
.ow.single-product div.product > * { grid-column: 1 / -1; }
.ow.single-product div.product > .woocommerce-product-gallery { grid-column: 1; width: 100% !important; float: none !important; margin: 0 !important; }
.ow.single-product div.product > .summary { grid-column: 2; width: 100% !important; float: none !important; margin: 0 !important; position: sticky; top: calc(var(--ow-header-h) + 60px); align-self: start; }
.ow .woocommerce-product-gallery { background: #fff; border: 1px solid var(--ow-line); border-radius: var(--ow-r-lg); padding: 20px; }
.ow .woocommerce-product-gallery .flex-control-thumbs { display: flex; gap: 8px; margin-top: 12px !important; }
.ow .woocommerce-product-gallery .flex-control-thumbs li { width: 72px !important; float: none !important; border-radius: var(--ow-r-sm); overflow: hidden; border: 1px solid var(--ow-line); }
.ow .woocommerce-product-gallery .flex-control-thumbs img { opacity: .6; }
.ow .woocommerce-product-gallery .flex-control-thumbs img.flex-active { opacity: 1; }
.ow .woocommerce-product-gallery__trigger { top: 20px !important; right: 20px !important; background: var(--ow-glass) !important; }

.ow-single-brand { height: 36px; margin-bottom: 14px; }
.ow-single-brand .ow-brand__img { max-height: 36px; max-width: 160px; }
.ow-single-brand .ow-brand__name { font-size: 1.1rem; }
.ow .product_title { font-size: clamp(1.6rem, 2.6vw, 2.25rem); font-weight: 800; font-stretch: 110%; letter-spacing: -.02em; margin-bottom: 10px; }
.ow-single-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; font-size: .85rem; color: var(--ow-steel); margin-bottom: 16px; }
.ow-stock { display: inline-flex; align-items: center; gap: 6px; font-weight: 650; }
.ow-stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.ow-stock--in { color: var(--ow-ok); }
.ow-stock--out { color: var(--ow-rec); }
.ow .summary .price { font-size: 1.9rem !important; font-weight: 850; color: var(--ow-ink) !important; margin: 0 0 4px; }
.ow .summary .price del { font-size: 1.1rem; font-weight: 500; color: var(--ow-steel); }
.ow .summary .price ins { text-decoration: none; }
.ow .summary .ow-installments { font-size: .85rem; margin-bottom: 14px; }
.ow .summary .ow-chips { margin: 14px 0 18px; }
.ow .summary .ow-chips li { font-size: .82rem; padding: 4px 10px; }
.ow .woocommerce-product-details__short-description { color: var(--ow-steel); }
.ow .summary .stock { display: none; }
.ow .summary form.cart { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 14px !important; }
.ow .summary form.cart .ow-install { flex-basis: 100%; }
.ow .summary form.cart.variations_form { display: block; }
.ow .summary .single_variation_wrap .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 10px; }
.ow .summary .single_add_to_cart_button { flex: 1; min-height: 52px; font-size: 1rem; }
.ow table.variations { margin-bottom: 12px; }
.ow table.variations th, .ow table.variations td { display: block; padding: 0 0 6px; text-align: left; }
.ow table.variations select { width: 100%; height: 46px; border-radius: var(--ow-r-sm); border: 1px solid var(--ow-line); padding: 0 12px; background: #fff; }

.ow .quantity { display: inline-flex; align-items: center; border: 1px solid var(--ow-line); border-radius: var(--ow-r-sm); background: #fff; height: 52px; }
.ow .quantity .qty { width: 48px; height: 100%; border: 0; text-align: center; font-weight: 700; background: transparent; -moz-appearance: textfield; }
.ow .quantity .qty::-webkit-inner-spin-button, .ow .quantity .qty::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.ow-qty-btn { width: 38px; height: 100%; border: 0; background: transparent; color: var(--ow-steel); display: grid; place-items: center; }
.ow-qty-btn:hover { color: var(--ow-ink); }
.ow-mini-cart .ow-qty-btn { display: none; }

.ow-install {
	display: grid; grid-template-columns: 22px 1fr auto; gap: 12px; align-items: center;
	padding: 12px 14px; border-radius: var(--ow-r); border: 1px solid var(--ow-line); background: #fff; cursor: pointer; position: relative;
}
.ow-install input { position: absolute; opacity: 0; }
.ow-install__box { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; border: 2px solid var(--ow-line); color: transparent; }
.ow-install input:checked ~ .ow-install__box { background: var(--ow-ink); border-color: var(--ow-ink); color: var(--ow-accent); }
.ow-install:has(input:checked) { border-color: var(--ow-ink); box-shadow: 0 0 0 3px rgba(255, 180, 0, .3); }
.ow-install input:focus-visible ~ .ow-install__box { outline: 2px solid var(--ow-accent); outline-offset: 2px; }
.ow-install__text { display: grid; gap: 2px; }
.ow-install__text strong { font-size: .93rem; }
.ow-install__text small { font-size: .78rem; color: var(--ow-steel); line-height: 1.35; }
.ow-install__price { font-weight: 800; white-space: nowrap; }

.ow-single-actions { display: flex; gap: 8px; margin-bottom: 18px; }
.ow-single-actions .ow-btn { flex: 1; min-height: 42px; font-size: .88rem; }
.ow-trust { list-style: none; margin: 0 0 18px; padding: 14px 16px; display: grid; gap: 10px; border-radius: var(--ow-r); background: #fff; border: 1px solid var(--ow-line); font-size: .88rem; }
.ow-trust li { display: flex; align-items: center; gap: 10px; }
.ow-trust .ow-icon { color: var(--ow-ink); }
.ow .product_meta { font-size: .84rem; color: var(--ow-steel); display: grid; gap: 4px; }
.ow .product_meta .sku_wrapper { display: none; }

.ow-compat-jump { display: inline-flex; align-items: center; gap: 6px; margin: 0 0 14px; padding: 6px 12px; border-radius: 999px; background: rgba(255, 180, 0, .18); color: var(--ow-ink); font-weight: 650; font-size: .85rem; text-decoration: none; }
.ow-compat-jump:hover { background: var(--ow-accent); }

.ow-compat {
	margin-top: 40px; padding: clamp(20px, 3vw, 32px); border-radius: var(--ow-r-lg);
	background: #fff; border: 1px solid var(--ow-line); border-top: 4px solid var(--ow-accent);
}
.ow-compat__head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.ow-compat__head .ow-h2 { margin-bottom: 4px; }
.ow-compat__head p { margin: 0; color: var(--ow-steel); }
.ow-compat__icon { display: grid; place-items: center; flex: none; width: 48px; height: 48px; border-radius: 12px; background: var(--ow-ink); color: var(--ow-accent); }
.ow-compat .ow-card { background: var(--ow-glass); }
.ow-compat .ow-card__media { background: transparent; }

.ow .woocommerce-tabs { margin-top: 48px; }
.ow .woocommerce-tabs ul.tabs { display: flex; gap: 4px; padding: 0 !important; margin: 0 0 24px !important; border-bottom: 1px solid var(--ow-line); overflow-x: auto; }
.ow .woocommerce-tabs ul.tabs::before, .ow .woocommerce-tabs ul.tabs li::before, .ow .woocommerce-tabs ul.tabs li::after { display: none !important; }
.ow .woocommerce-tabs ul.tabs li { background: none !important; border: 0 !important; margin: 0 !important; padding: 0 !important; border-radius: 0 !important; }
.ow .woocommerce-tabs ul.tabs li a { display: block; padding: 12px 18px !important; font-weight: 650; color: var(--ow-steel) !important; border-bottom: 3px solid transparent; white-space: nowrap; text-decoration: none; }
.ow .woocommerce-tabs ul.tabs li.active a { color: var(--ow-ink) !important; border-bottom-color: var(--ow-accent); }
.ow .woocommerce-Tabs-panel { max-width: 960px; }
.ow .woocommerce-Tabs-panel > h2:first-child { display: none; }
.ow table.shop_attributes { border: 0; border-radius: var(--ow-r); overflow: hidden; background: #fff; box-shadow: inset 0 0 0 1px var(--ow-line); }
.ow table.shop_attributes th, .ow table.shop_attributes td { padding: 12px 16px !important; border: 0 !important; border-bottom: 1px solid var(--ow-line) !important; font-style: normal; }
.ow table.shop_attributes th { width: 34%; font-weight: 650; background: var(--ow-glass); }
.ow table.shop_attributes td p { margin: 0; padding: 0 !important; }

.ow .related, .ow .upsells, .ow-recent { margin-top: 56px; }
.ow .related > h2, .ow .upsells > h2 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); font-weight: 800; font-stretch: 112%; }

.ow-sticky-atc {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
	background: rgba(255, 255, 255, .96); backdrop-filter: blur(10px); border-top: 1px solid var(--ow-line);
	transform: translateY(110%); transition: transform .3s var(--ow-ease);
}
.ow-sticky-atc.is-visible { transform: none; }
.ow-sticky-atc__in { display: flex; align-items: center; gap: 14px; min-height: 72px; }
.ow-sticky-atc__img img { width: 48px; height: 48px; object-fit: contain; }
.ow-sticky-atc__title { flex: 1; font-weight: 650; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ow-sticky-atc__price { font-weight: 800; }
.ow-sticky-atc__price del { font-weight: 400; color: var(--ow-steel); font-size: .85em; }

/* SD calculator */
.ow-sd { padding: clamp(18px, 3vw, 28px); border-radius: var(--ow-r-lg); background: var(--ow-ink); color: #fff; }
.ow-sd__head { display: flex; gap: 14px; margin-bottom: 20px; }
.ow-sd__head p { color: #AFC0D3; margin: 0; font-size: .92rem; }
.ow-sd__icon { display: grid; place-items: center; flex: none; width: 48px; height: 48px; border-radius: 12px; background: var(--ow-accent); color: var(--ow-accent-ink); }
.ow-sd__title { font-size: 1.25rem; margin-bottom: 4px; }
.ow-sd__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ow-sd__grid .ow-field:last-child { grid-column: 1 / -1; }
.ow-field { display: grid; gap: 6px; font-size: .85rem; }
.ow-field > span { color: #AFC0D3; font-weight: 600; }
.ow-sd select { height: 46px; border-radius: var(--ow-r-sm); border: 1px solid var(--ow-ink-3); background: var(--ow-ink-2); color: #fff; padding: 0 12px; }
.ow-seg { display: flex; flex-wrap: wrap; gap: 6px; }
.ow-seg label { position: relative; }
.ow-seg input { position: absolute; opacity: 0; }
.ow-seg span { display: inline-grid; place-items: center; min-width: 72px; height: 42px; padding: 0 12px; border-radius: var(--ow-r-sm); border: 1px solid var(--ow-ink-3); background: var(--ow-ink-2); font-weight: 700; cursor: pointer; }
.ow-seg input:checked + span { background: var(--ow-accent); color: var(--ow-accent-ink); border-color: var(--ow-accent); }
.ow-seg input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.ow-sd__out { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--ow-ink-3); }
.ow-sd__big { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.ow-sd__big strong { font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 850; font-stretch: 120%; color: var(--ow-accent); letter-spacing: -.03em; line-height: 1; }
.ow-sd__big span { color: #AFC0D3; }
.ow-sd__bar { height: 6px; border-radius: 6px; background: var(--ow-ink-3); margin: 16px 0 10px; overflow: hidden; }
.ow-sd__bar span { display: block; height: 100%; background: var(--ow-accent); transition: width .35s var(--ow-ease); }
.ow-sd__note { margin: 0; font-size: .9rem; color: #DCE4EE; }
.ow-sd__disclaimer { margin: 14px 0 0; font-size: .76rem; color: #8196AD; }

/* Finder */
.ow-finder { padding: clamp(20px, 3vw, 32px); border-radius: var(--ow-r-lg); background: var(--ow-ink-2); border: 1px solid var(--ow-ink-3); color: #fff; }
.ow-finder__progress { display: flex; gap: 6px; list-style: none; margin: 0 0 22px; padding: 0; counter-reset: s; }
.ow-finder__progress li { flex: 1; display: flex; align-items: center; gap: 8px; padding-top: 10px; border-top: 3px solid var(--ow-ink-3); font-size: .8rem; color: #8196AD; font-weight: 600; }
.ow-finder__progress li span { display: none; }
.ow-finder__progress li.is-done { border-color: var(--ow-accent); color: #DCE4EE; }
.ow-finder__progress li.is-current { border-color: #fff; color: #fff; }
.ow-finder__step { border: 0; margin: 0; padding: 0; min-width: 0; }
.ow-finder__q { font-size: 1.25rem; font-weight: 750; margin-bottom: 16px; padding: 0; }
.ow-finder__opts { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; }
.ow-finder__opt {
	min-height: 56px; padding: 12px 14px; border-radius: var(--ow-r); border: 1px solid var(--ow-ink-3);
	background: var(--ow-ink); color: #fff; font-weight: 650; text-align: left; transition: border-color .15s, background .15s;
}
.ow-finder__opt:hover { border-color: var(--ow-accent); }
.ow-finder__opt.is-chosen { background: var(--ow-accent); color: var(--ow-accent-ink); border-color: var(--ow-accent); }
.ow-finder__opt--skip { color: #AFC0D3; border-style: dashed; font-weight: 550; }
.ow-finder__back, .ow-finder__restart { margin-top: 14px; border: 0; background: none; color: #AFC0D3; text-decoration: underline; padding: 6px 0; }
.ow-finder__done { display: grid; justify-items: start; gap: 10px; }
.ow-finder__result { font-size: 1.3rem; font-weight: 750; margin: 0; }

/* ---------- Blog ---------- */
.ow-catnav { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.ow-catnav a { padding: 7px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--ow-line); text-decoration: none; font-size: .88rem; font-weight: 600; }
.ow-catnav a.is-active { background: var(--ow-ink); color: #fff; border-color: var(--ow-ink); }
.ow-posts { display: grid; gap: 24px; }
.ow-posts--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ow-post { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--ow-line); border-radius: var(--ow-r); overflow: hidden; }
.ow-post__media { display: block; aspect-ratio: 16 / 10; background: var(--ow-ink); overflow: hidden; }
.ow-post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ow-ease); }
.ow-post:hover .ow-post__media img { transform: scale(1.03); }
.ow-post__ph { display: grid; place-items: center; height: 100%; color: var(--ow-ink-3); }
.ow-post__body { padding: 18px 20px 22px; }
.ow-post__meta { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: .8rem; color: var(--ow-steel); margin-bottom: 8px; }
.ow-post__meta a { font-weight: 700; color: var(--ow-ink); text-decoration: none; }
.ow-post__title { font-size: 1.15rem; font-weight: 750; line-height: 1.3; }
.ow-post__title a { text-decoration: none; }
.ow-post__title a:hover { text-decoration: underline; }
.ow-post__excerpt { color: var(--ow-steel); font-size: .92rem; margin: 0; }

.ow-readbar { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 80; pointer-events: none; }
.ow-readbar span { display: block; height: 100%; width: 0; background: var(--ow-accent); }
.ow-article__head { padding-top: 16px; }
.ow-article__title { font-size: clamp(2rem, 4.4vw, 3.4rem); font-weight: 850; font-stretch: 115%; letter-spacing: -.03em; line-height: 1.05; }
.ow-article__lede { font-size: 1.2rem; color: var(--ow-steel); }
.ow-article__hero { margin: 32px auto; }
.ow-article__hero img { width: 100%; border-radius: var(--ow-r-lg); }
.ow-article__layout { display: grid; grid-template-columns: 240px minmax(0, 720px); justify-content: center; gap: 48px; }
.ow-toc { position: sticky; top: calc(var(--ow-header-h) + 60px); align-self: start; font-size: .88rem; }
.ow-toc__title { font-weight: 800; margin-bottom: 8px; }
.ow-toc ol { list-style: none; margin: 0; padding: 0 0 0 12px; border-left: 2px solid var(--ow-line); display: grid; gap: 8px; }
.ow-toc a { text-decoration: none; color: var(--ow-steel); display: block; }
.ow-toc a.is-active { color: var(--ow-ink); font-weight: 700; }
.ow-article__layout:not(:has(.ow-toc:not([hidden]))) { grid-template-columns: minmax(0, 720px); }

.ow-prose { font-size: 1.07rem; line-height: 1.7; }
.ow-prose > * + * { margin-top: 1.1em; }
.ow-prose h2 { font-size: 1.6rem; margin-top: 1.8em; font-stretch: 108%; }
.ow-prose h3 { font-size: 1.25rem; margin-top: 1.5em; }
.ow-prose a { color: var(--ow-ink); text-decoration-color: var(--ow-accent); text-decoration-thickness: 2px; }
.ow-prose img, .ow-prose figure img { border-radius: var(--ow-r); }
.ow-prose blockquote { margin-inline: 0; padding: 4px 0 4px 20px; border-left: 4px solid var(--ow-accent); font-size: 1.15rem; }
.ow-prose table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.ow-prose th, .ow-prose td { padding: 10px 12px; border-bottom: 1px solid var(--ow-line); text-align: left; }
.ow-prose code { background: #fff; padding: 2px 6px; border-radius: 4px; border: 1px solid var(--ow-line); font-size: .9em; }

.ow-share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--ow-line); font-size: .88rem; }
.ow-share span { font-weight: 700; margin-right: 6px; }
.ow-share a, .ow-share button { padding: 6px 12px; border-radius: 999px; border: 1px solid var(--ow-line); background: #fff; text-decoration: none; font-weight: 600; font-size: .85rem; }
.ow-post-products, .ow-related-posts { margin-top: 56px; }
.ow-comments-wrap { margin-top: 56px; }
.ow-comments__list { list-style: none; padding: 0; }
.ow-comments .comment-body { padding: 16px 0; border-bottom: 1px solid var(--ow-line); }
.ow-comments input:not([type="submit"]):not([type="checkbox"]), .ow-comments textarea { width: 100%; padding: 10px 12px; border-radius: var(--ow-r-sm); border: 1px solid var(--ow-line); background: #fff; }

/* ---------- Wishlist & compare pages ---------- */
.ow-listpage__loading { color: var(--ow-steel); }
.ow-listpage__bar { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; }
.ow-compare__scroll { overflow-x: auto; border-radius: var(--ow-r); border: 1px solid var(--ow-line); background: #fff; }
.ow-compare { width: 100%; border-collapse: collapse; min-width: 640px; }
.ow-compare th, .ow-compare td { padding: 14px 16px; border-bottom: 1px solid var(--ow-line); vertical-align: top; text-align: left; font-size: .92rem; }
.ow-compare th { width: 180px; background: var(--ow-glass); font-weight: 700; position: sticky; left: 0; z-index: 1; }
.ow-compare thead td { position: relative; }
.ow-compare__img img { width: 140px; height: 140px; object-fit: contain; margin-bottom: 10px; }
.ow-compare .ow-brand { height: 24px; margin-bottom: 6px; display: flex; }
.ow-compare__name { display: block; font-weight: 700; text-decoration: none; }
.ow-compare__remove { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--ow-line); background: #fff; display: grid; place-items: center; }
.ow-compare .price { font-weight: 800; font-size: 1.05rem; }
.ow-compare tr.is-same { display: none; }
.ow-compare__diff { margin-top: 14px; }

/* ---------- WooCommerce pages (cart / checkout / account) ---------- */
.ow .woocommerce-message, .ow .woocommerce-info, .ow .woocommerce-error {
	border: 1px solid var(--ow-line); border-left: 4px solid var(--ow-ink); border-radius: var(--ow-r); background: #fff; color: var(--ow-text);
}
.ow .woocommerce-message::before, .ow .woocommerce-info::before { color: var(--ow-ink); }
.ow .woocommerce-error { border-left-color: var(--ow-rec); }
.ow .woocommerce-message .button { float: right; }
.ow-wc-content .shop_table, .ow .woocommerce table.shop_table { border-radius: var(--ow-r); background: #fff; border-color: var(--ow-line); }
.ow .woocommerce form .form-row input.input-text, .ow .woocommerce form .form-row textarea, .ow .woocommerce form .form-row select,
.ow .select2-container--default .select2-selection--single {
	min-height: 46px; padding: 10px 12px; border-radius: var(--ow-r-sm); border: 1px solid var(--ow-line); background: #fff;
}
.ow .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 24px; padding: 0; }
.ow .select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px; }
.ow .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 8px; background: #fff; border-radius: var(--ow-r); border: 1px solid var(--ow-line); }
.ow .woocommerce-MyAccount-navigation a { display: block; padding: 10px 12px; border-radius: var(--ow-r-sm); text-decoration: none; font-weight: 600; }
.ow .woocommerce-MyAccount-navigation .is-active a { background: var(--ow-ink); color: #fff; }
.ow .cart_totals, .ow #order_review { background: #fff; border-radius: var(--ow-r); padding: 20px; border: 1px solid var(--ow-line); }

/* ---------- Footer ---------- */
.ow-footer { background: var(--ow-ink); color: #AFC0D3; margin-top: 40px; }
.ow-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 32px; padding-block: 56px 40px; }
.ow-footer__about p { margin: 16px 0; max-width: 40ch; font-size: .92rem; }
.ow-footer__about .ow-wordmark { color: #fff; }
.ow-footer__about img { max-height: 44px; width: auto; }
.ow-footer__title { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.ow-footer__menu, .ow-socials { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.ow-socials { display: flex; flex-wrap: wrap; gap: 8px; }
.ow-socials a { padding: 6px 12px; border-radius: 999px; border: 1px solid var(--ow-ink-3); font-size: .82rem; }
.ow-footer a { text-decoration: none; color: #D5DEE9; }
.ow-footer a:hover { color: var(--ow-accent); }
.ow-footer__bottom { border-top: 1px solid var(--ow-ink-3); font-size: .82rem; }
.ow-footer__bottom-in { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-block: 18px; }
.ow-footer__bottom p { margin: 0; }

.ow-bottombar { display: none; }
.ow-totop { position: fixed; right: 18px; bottom: 18px; z-index: 50; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--ow-ink); color: #fff; box-shadow: var(--ow-shadow); }
.ow-totop:hover { background: var(--ow-accent); color: var(--ow-accent-ink); }

.ow-404 { text-align: center; }
.ow-404__code { font-size: clamp(6rem, 18vw, 12rem); font-weight: 900; font-stretch: 125%; letter-spacing: -.05em; line-height: 1; color: var(--ow-line); margin: 20px 0 0; }
.ow-404__search { max-width: 560px; margin: 24px auto 0; }
.ow-404__search .ow-search input[type="search"] { border-color: var(--ow-line); }

/* Widgets */
.ow-widget { margin-bottom: 24px; }
.ow-widget__title { font-size: 1rem; }

/* ---------- Offcanvas filters (setting, or tablet/mobile) ---------- */
@media (min-width: 1024px) {
	.ow-shop--offcanvas .ow-filters {
		position: fixed; top: 0; bottom: 0; left: 0; z-index: 100; width: min(380px, 92vw); max-height: none;
		background: var(--ow-glass); padding: 0 20px 20px; transform: translateX(-100%); transition: transform .3s var(--ow-ease); visibility: hidden;
	}
	.ow-shop--offcanvas .ow-filters.is-open { transform: none; visibility: visible; }
	.ow-shop--offcanvas .ow-filters__head { display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; background: var(--ow-glass); padding: 16px 0; z-index: 1; border-bottom: 1px solid var(--ow-line); }
	.ow-shop--offcanvas .ow-filters__foot { position: sticky; bottom: -20px; background: var(--ow-glass); }
}

/* ---------- Responsive ---------- */
@media (max-width: 1279px) {
	.ow-grid.columns-5, .ow-grid.columns-6 { --ow-c: 4; }
	.ow-cats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1023px) {
	:root { --ow-header-h: 64px; }
	.ow-nav, .ow-header__search { display: none; }
	.ow-header__burger, .ow-hicon--search { display: inline-grid; }
	.ow-hicon--account { display: none; }
	.ow-header__logo { flex: 1; }
	.ow-topbar__right { display: none; }
	.ow-topbar__in { justify-content: center; }

	.ow-grid.columns-4, .ow-grid.columns-5, .ow-grid.columns-6 { --ow-c: 3; }
	.ow-shop { grid-template-columns: minmax(0, 1fr); }
	.ow-toolbar__filters { display: inline-flex; }
	.ow-filters {
		position: fixed; top: 0; bottom: 0; left: 0; z-index: 100; width: min(380px, 92vw); max-height: none;
		background: var(--ow-glass); padding: 0 20px 20px; transform: translateX(-100%); transition: transform .3s var(--ow-ease); visibility: hidden;
	}
	.ow-filters.is-open { transform: none; visibility: visible; }
	.ow-filters__head { display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; background: var(--ow-glass); padding: 16px 0; z-index: 1; border-bottom: 1px solid var(--ow-line); }
	.ow-filters__foot { position: sticky; bottom: -20px; background: var(--ow-glass); }
	.ow-js-filters-live .ow-filters__apply { display: inline-flex; }
	.ow-js-filters-live .ow-filters__foot { grid-template-columns: 1fr auto; }

	.ow.single-product div.product { grid-template-columns: minmax(0, 1fr); }
	.ow.single-product div.product > .woocommerce-product-gallery, .ow.single-product div.product > .summary { grid-column: 1; position: static; }
	.ow-qv { grid-template-columns: 1fr; }
	.ow-finderwrap { grid-template-columns: 1fr; }
	.ow-posts--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ow-article__layout { grid-template-columns: minmax(0, 1fr); }
	.ow-toc { position: static; padding: 16px; background: #fff; border-radius: var(--ow-r); border: 1px solid var(--ow-line); }
	.ow-footer__grid { grid-template-columns: 1fr 1fr; }
	.ow-usp { grid-template-columns: 1fr; }
	.ow-grid--list .ow-card { grid-template-columns: 180px minmax(0, 1fr); }
	.ow-grid--list .ow-card__foot { grid-column: 2; grid-row: 3; flex-direction: row; align-items: flex-end; }
	.ow .ow-grid--list .ow-card__buy .button { width: 40px; font-size: 0; }
	.ow-grid--list .ow-card__top { grid-column: 2; }
	.ow-grid--list .ow-card__media { grid-row: 1 / 4; }
	.ow-perpage .ow-toolbar__label { display: none; }
}
@media (max-width: 767px) {
	body { font-size: 15px; padding-bottom: 64px; }
	.admin-bar .ow-header { top: 0; }
	.ow-header { position: sticky; }
	.ow-topbar { display: none; }
	.ow ul.products.ow-grid { --ow-gap: 10px; }
	.ow-grid.columns-3, .ow-grid.columns-4, .ow-grid.columns-5, .ow-grid.columns-6 { --ow-c: 2; }
	.ow-cols__btn--n[data-cols="3"], .ow-cols__btn--n[data-cols="4"], .ow-cols__btn--n[data-cols="5"], .ow-cols__btn--n[data-cols="6"] { display: none; }
	.ow-toolbar { top: calc(var(--ow-header-h) + 6px); padding: 8px; gap: 8px; }
	.admin-bar .ow-toolbar { top: calc(var(--ow-header-h) + 6px); }
	.ow-toolbar__count { display: none; }
	.ow-toolbar__right { gap: 8px; }
	.ow-perpage { display: none; }
	.ow-cols { padding-left: 0; border: 0; }
	.ow .woocommerce-ordering select { max-width: 150px; }
	.ow-card__top { padding: 8px 8px 6px; min-height: 42px; }
	.ow-brand__img { max-width: 76px; max-height: 20px; }
	.ow-act { width: 28px; height: 28px; }
	.ow-act .ow-icon { width: 16px; height: 16px; }
	.ow-card__actions .ow-js-quickview { display: none; }
	.ow-card__media { padding: 10px; }
	.ow-card__body, .ow-card__foot { padding-inline: 10px; }
	.ow .ow-card__title { font-size: .88rem; }
	.ow-chips li:nth-child(n+3) { display: none; }
	.ow .ow-card .price { font-size: 1rem; }
	.ow-installments { display: none; }
	.ow-grid--list .ow-card { grid-template-columns: 120px minmax(0, 1fr); }
	.ow-grid--list .ow-card__excerpt { display: none; }
	.ow ul.products.ow-grid.ow-grid--scroll { grid-auto-columns: 46%; }
	.ow-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.ow-posts--3 { grid-template-columns: 1fr; }
	.ow-hero__frame { min-height: 88vh; }
	.ow-hud__side { display: none; }
	.ow-hud__top, .ow-hud__bottom { left: 40px; right: 40px; font-size: .7rem; }
	.ow-sd__grid { grid-template-columns: 1fr; }
	.ow-footer__grid { grid-template-columns: 1fr; }
	.ow-sticky-atc { bottom: 64px; }
	.ow-sticky-atc__title { display: none; }
	.ow-totop { bottom: 80px; }
	.ow-modal { padding: 0; align-items: end; }
	.ow-modal__box { border-radius: var(--ow-r-lg) var(--ow-r-lg) 0 0; max-height: 92vh; }
	.ow-qv__summary { padding: 24px 20px; }
	.ow-compat__head { flex-direction: column; gap: 10px; }

	.ow-bottombar {
		display: grid; grid-template-columns: repeat(5, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 58;
		height: 64px; background: #fff; border-top: 1px solid var(--ow-line); padding-bottom: env(safe-area-inset-bottom);
	}
	.ow-bottombar > a, .ow-bottombar > button {
		position: relative; display: grid; justify-items: center; align-content: center; gap: 2px;
		border: 0; background: none; text-decoration: none; color: var(--ow-steel); font-size: .68rem; font-weight: 600;
	}
	.ow-bottombar > a:hover, .ow-bottombar > button:hover { color: var(--ow-ink); }
	.ow-bottombar .ow-badge { position: absolute; top: 6px; left: calc(50% + 6px); }
}

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