/*
 * onPoint premium design ("Graphite Studio").
 * Loaded only when onpoint_premium_enabled() (inc/premium/assets.php).
 * Values follow the mockups in _docs/premium-redesign/mockups/.
 *
 * Sections: fonts, tokens, base, components, header, mega panels, search,
 * mobile header, drawer, footer, content wrappers.
 */

/* ---------------------------------------------------------------- fonts */

@font-face {
	font-family: "Archivo";
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 100% 125%;
	font-display: swap;
	src: url(../fonts/archivo-latin-ext.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Archivo";
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 100% 125%;
	font-display: swap;
	src: url(../fonts/archivo-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Martian Mono";
	font-style: normal;
	font-weight: 400 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/martian-mono-latin-ext.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Martian Mono";
	font-style: normal;
	font-weight: 400 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/martian-mono-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------- tokens */

body.op-premium {
	--op-font: "Archivo", "Helvetica Neue", Arial, sans-serif;
	--op-mono: "Martian Mono", ui-monospace, Menlo, monospace;

	--op-ground: #0D0D0F;
	--op-deep: #09090B;
	--op-surface: #141417;
	--op-surface-raised: #1A1A1E;
	--op-panel: #111114;
	--op-input: #16161A;
	--op-line: #242429;
	--op-line-soft: #1F1F24;
	--op-line-header: #1E1E23;
	--op-line-deep: #1B1B1F;
	--op-line-section: #1C1C21;
	--op-line-control: #2E2E35;
	--op-line-input: #2A2A30;
	--op-line-ghost: #3A3A42;
	--op-line-panel: #26262B;

	--op-text: #F3F2EF;
	--op-text-2: #BDBBB6;
	--op-text-3: #8D8B86;
	--op-text-util: #A9A7A2;
	--op-number-year: #7A7873;

	--op-violet: #8B10BA;
	--op-violet-hover: #9C22CC;
	--op-lilac: #CFA3F2;
	--op-lilac-bg: #1A1622;
	--op-lilac-line: #3A2F48;
	--op-ok: #56C271;
	--op-warn: #E0A94A;

	--op-band-blaze: #54406E;
	--op-band-spark: #6B4A8A;
	--op-band-challenger: #9B6CC8;
	--op-band-monster: #CFA3F2;

	--op-stage-a: #222228;
	--op-stage-b: #141417;
	--op-plate-a: #ECEBE8;
	--op-plate-b: #DCDBD7;

	--op-gutter: 80px;
	--op-util-h: 36px;
	--op-bar-h: 76px;
	--op-ease: cubic-bezier(.2, .7, .2, 1);
	--op-admin-bar: var(--wp-admin--admin-bar--height, 0px);
	/* Fixed bottom bars on phones keep the chat bubble's corner free
	   (Tawk.to, loaded through GTM: 64px, 20px from the edges). */
	--op-chat-space: 92px;
}

@media (max-width: 1439px) {
	body.op-premium { --op-gutter: 40px; }
}
@media (max-width: 992px) {
	body.op-premium {
		--op-gutter: 24px;
		--op-util-h: 32px;
		--op-bar-h: 60px;
	}
}
@media (max-width: 767px) {
	body.op-premium { --op-gutter: 16px; }
}

/* ----------------------------------------------------------------- base */

/* The child theme's style.css sets body and h1 to Exo 2 with !important. */
body.op-premium,
body.op-premium h1,
body.op-premium h2,
body.op-premium h3,
body.op-premium h4 {
	font-family: var(--op-font) !important;
}
/* Shoptimizer smooths all text thin (antialiased). That suits high-density
   screens; on standard (1x) screens light text on the dark ground looks
   faint, so there the system default applies. */
body.op-premium,
body.op-premium button,
body.op-premium input,
body.op-premium textarea {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	body.op-premium,
	body.op-premium button,
	body.op-premium input,
	body.op-premium textarea {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
body.op-dark {
	background: var(--op-ground);
	color: var(--op-text);
	font-size: 16px;
	line-height: 1.5;
}
body.op-dark h1,
body.op-dark h2,
body.op-dark h3,
body.op-dark h4 {
	color: var(--op-text);
	font-family: var(--op-font);
	text-wrap: balance;
}
body.op-dark p { text-wrap: pretty; }
body.op-dark a { color: inherit; }
body.op-dark a:hover { color: var(--op-lilac); }

body.op-premium :focus-visible {
	outline: 2px solid var(--op-lilac);
	outline-offset: 2px;
}

body.op-premium .woocommerce-Price-amount { white-space: nowrap; }

body.op-premium .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;
}

.op-skip {
	position: absolute;
	left: 16px;
	top: -100px;
	z-index: 1000;
	padding: 10px 16px;
	border-radius: 10px;
	background: var(--op-violet);
	color: #fff !important;
	font: 600 15px/1.2 var(--op-font);
}
.op-skip:focus { top: 12px; }

.op-container {
	box-sizing: border-box;
	width: 100%;
	max-width: calc(1280px + 2 * var(--op-gutter));
	margin-inline: auto;
	padding-inline: var(--op-gutter);
}

.op-mono {
	font-family: var(--op-mono);
	font-size: 11.5px;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--op-text-3);
}

.op-num {
	font-weight: 700;
	font-stretch: 125%;
	letter-spacing: -0.01em;
	font-variant-numeric: tabular-nums;
}
.op-num__year { color: var(--op-number-year); }

#page { position: relative; }
.op-scroll-sentinel {
	position: absolute;
	top: 200px;
	left: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

/* Horizontal scroll rows contain their screen-reader text (absolutely
   positioned), which would otherwise widen the page on phones. */
.op-models__grid,
.op-compare__cards,
.op-pdp__thumbs,
.op-segmented { position: relative; }

/* ------------------------------------------------------------ components */

/* Shoptimizer styles every button; the premium parts start from zero. */
.op-header button,
.op-drawer button,
.op-footer button,
.op-premium-reset button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	text-transform: none;
	cursor: pointer;
}

.op-iconbtn {
	box-sizing: border-box;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	color: var(--op-text) !important;
}
.op-iconbtn:hover { background: var(--op-surface-raised) !important; color: var(--op-text) !important; }
.op-iconbtn--line { width: 44px; height: 44px; border: 1px solid var(--op-line-input); }

.op-btn {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 52px;
	padding: 0 24px;
	border: 0;
	border-radius: 10px;
	background: var(--op-violet);
	color: #fff !important;
	font: 600 16px/1 var(--op-font);
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}
.op-btn:hover { background: var(--op-violet-hover); color: #fff !important; }
.op-btn--ghost {
	background: transparent;
	border: 1px solid var(--op-line-ghost);
	color: var(--op-text) !important;
	font-weight: 500;
}
.op-btn--ghost:hover { background: transparent; border-color: #6B6B74; color: var(--op-text) !important; }
.op-btn--sm { height: 44px; padding: 0 18px; font-size: 15px; }
.op-btn--block { width: 100%; }

@media (prefers-reduced-motion: no-preference) {
	.op-btn,
	.op-iconbtn,
	.op-nav__link,
	.op-nav__trigger,
	.op-mega__model,
	.op-mega__line,
	.op-mega__row,
	.op-mega__service {
		transition: background-color 150ms var(--op-ease), border-color 150ms var(--op-ease), color 150ms var(--op-ease);
	}
	.op-btn:active { transform: translateY(1px); }
}

/* --------------------------------------------------------------- header */

.op-header {
	position: sticky;
	top: calc(var(--op-admin-bar) - var(--op-util-h));
	z-index: 100;
	font-family: var(--op-font);
	color: var(--op-text);
}
.op-header a { text-decoration: none; }

.op-util {
	height: 36px;
	background: var(--op-deep);
	border-bottom: 1px solid var(--op-line-deep);
	color: var(--op-text-2);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}
.op-util__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.op-util__facts {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.op-util__facts li,
.op-util__links a {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}
.op-util__links {
	display: flex;
	align-items: center;
	gap: 24px;
}
.op-util__links a { color: var(--op-text-2); }
.op-util__links a:hover { color: var(--op-lilac); }

.op-lang {
	display: flex;
	align-items: center;
	gap: 6px;
}
.op-lang a[aria-current="page"] { color: var(--op-text) !important; font-weight: 600; }
.op-lang__sep { color: #4A4A52; }

.op-mfact { display: none; }

.op-bar {
	position: relative;
	height: var(--op-bar-h);
	background: var(--op-ground);
	border-bottom: 1px solid var(--op-line-header);
}
.op-header.is-compact .op-bar { height: 64px; }
.op-header.is-compact .op-bar__logo img { width: 82px; height: 31px; }

.op-bar__inner {
	display: flex;
	align-items: center;
	gap: 48px;
	height: 100%;
}
.op-bar__logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.op-logo {
	display: block;
	width: 101px;
	height: 38px;
}
/* The wordmark fills the lower part of the logo (the ears are above it), so
   the logo is lifted until the wordmark lines up with the menu text. */
.op-bar__logo .op-logo { transform: translateY(-15%); }
.op-bar__menu,
.op-bar__search-toggle { display: none !important; }

.op-nav {
	flex: 1 1 auto;
	align-self: stretch;
	min-width: 0;
}
.op-nav__list {
	display: flex;
	align-items: stretch;
	gap: 24px;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.op-nav__item {
	display: flex;
	align-items: center;
	margin: 0;
}
.op-nav__link,
.op-nav__trigger {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	height: 100%;
	color: var(--op-text) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	white-space: nowrap;
}
.op-nav__caret { color: var(--op-text-3); }
.op-nav__link:hover,
.op-nav__trigger:hover { color: var(--op-lilac) !important; }
.op-nav__item.is-current > .op-nav__link,
.op-nav__item.is-current > .op-nav__trigger { color: var(--op-lilac) !important; }
.op-nav__item.is-open > .op-nav__trigger .op-nav__caret {
	color: var(--op-lilac);
	transform: rotate(180deg);
}
.op-nav__item.is-open > .op-nav__trigger::after,
.op-nav__item.is-current > .op-nav__link::after,
.op-nav__item.is-current > .op-nav__trigger::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: var(--op-lilac);
}
/* The finder ("Leia sobiv arvuti") stands out from the menu as a lilac pill. */
.op-nav__item--finder { margin-left: 8px; }
.op-nav__finder {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 0 14px;
	border: 1px solid var(--op-lilac);
	border-radius: 999px;
	background: var(--op-lilac-bg);
	color: var(--op-lilac) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	white-space: nowrap;
	text-decoration: none !important;
}
.op-nav__finder:hover,
.op-nav__finder[aria-current="page"] { background: var(--op-violet); border-color: var(--op-violet); color: #fff !important; }
/* Set by premium.js when the menu does not fit: icon only, label for screen readers. */
.op-nav__list.is-tight .op-nav__finder { position: relative; width: 40px; padding: 0; justify-content: center; }
.op-nav__list.is-tight .op-nav__finder-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.op-bar__search {
	display: flex;
	align-items: center;
	gap: 12px;
}
.op-search { margin: 0; }
.op-search__field {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 248px;
	height: 42px;
	margin: 0;
	padding: 0 14px;
	background: var(--op-input);
	border: 1px solid var(--op-line-input);
	border-radius: 10px;
	color: var(--op-text-3);
	cursor: text;
}
.op-search__icon { flex-shrink: 0; }
.op-header .op-search__input,
.op-header .op-search__input:focus {
	flex: 1 1 auto;
	min-width: 0;
	height: 40px;
	margin: 0;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none;
	color: var(--op-text);
	font: 400 14px/1 var(--op-font);
	-webkit-appearance: none;
	appearance: none;
}
.op-search__input::placeholder { color: var(--op-text-3); opacity: 1; }
.op-search__input::-webkit-search-cancel-button { display: none; }
.op-search__clear {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 8px !important;
	background: #222227 !important;
	color: var(--op-text-2) !important;
}
.op-search__clear[hidden] { display: none; }
.op-search-close {
	display: none;
	height: 44px;
	padding: 0 12px !important;
	color: var(--op-text-2) !important;
	font-size: 14.5px !important;
	white-space: nowrap;
}
.op-search-close:hover { color: var(--op-lilac) !important; }

.op-bar__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}
.op-cart-count {
	position: absolute;
	top: 4px;
	right: 2px;
	min-width: 18px;
	height: 18px;
	box-sizing: border-box;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--op-violet);
	color: #fff;
	font: 600 11px/18px var(--op-font);
	text-align: center;
	font-variant-numeric: tabular-nums;
}
.op-cart-count[hidden] { display: none; }

/* Search mode: the field widens, the navigation steps aside. */
.op-header.is-searching .op-nav { display: none; }
.op-header.is-searching .op-bar__inner { gap: 40px; }
.op-header.is-searching .op-bar__search { flex: 0 1 auto; }
.op-header.is-searching .op-search__field {
	width: min(640px, 52vw);
	height: 44px;
	padding: 0 8px 0 14px;
	border: 1.5px solid var(--op-lilac);
	color: var(--op-text-2);
}
.op-header.is-searching .op-search__input { font-size: 15px; }
.op-header.is-searching .op-search-close { display: block; }
.op-header.is-searching .op-bar__actions { margin-left: auto; }

.op-overlay {
	position: fixed;
	inset: 0;
	z-index: 90;
	background: rgba(7, 7, 9, 0.7);
}
.op-overlay[hidden] { display: none; }

/* ---------------------------------------------------------- mega panels */

.op-mega {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 5;
	background: var(--op-panel);
	border-bottom: 1px solid var(--op-line-panel);
	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55);
	cursor: default;
}
.op-nav__item.is-open > .op-mega { display: block; }
html:not(.op-js) .op-nav__item--mega:hover > .op-mega,
html:not(.op-js) .op-nav__item--mega:focus-within > .op-mega { display: block; }

@media (prefers-reduced-motion: no-preference) {
	.op-nav__item.is-open > .op-mega { animation: op-mega-in 120ms var(--op-ease); }
}
@keyframes op-mega-in {
	from { opacity: 0; transform: translateY(-4px); }
	to { opacity: 1; transform: none; }
}

.op-mega__inner {
	display: grid;
	gap: 48px;
	padding-block: 40px;
	white-space: normal;
}
.op-mega a { color: var(--op-text); }
.op-mega__all {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--op-text-2) !important;
	font-size: 14px;
}
.op-mega__all:hover { color: var(--op-lilac) !important; }

/* Gaming */
.op-mega--gaming .op-mega__inner {
	grid-template-columns: 320px minmax(0, 1fr) 300px;
	grid-template-areas: "lines grid preview";
}
.op-mega__lines {
	grid-area: lines;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.op-mega__line {
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	height: 96px;
	padding: 0 18px !important;
	border: 1px solid transparent !important;
	border-radius: 12px !important;
	text-align: left;
}
.op-mega__line:hover { background: var(--op-surface) !important; }
.op-mega__line[aria-selected="true"] {
	background: var(--op-surface-raised) !important;
	border-color: var(--op-line-input) !important;
}
.op-mega__line-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600;
	font-stretch: 112%;
}
.op-mega__line-name svg { color: var(--op-text-3); }
.op-mega__line[aria-selected="true"] .op-mega__line-name svg { color: var(--op-lilac); }
.op-mega__line-tag { font-size: 13.5px; color: var(--op-text-2); }
.op-mega__line-meta { font-size: 13px; color: var(--op-text-3); }
.op-mega__links {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 12px;
	padding: 16px 18px 0;
	border-top: 1px solid var(--op-line);
	font-size: 14.5px;
}
.op-mega__links a { color: var(--op-text-2) !important; }
.op-mega__links a:hover { color: var(--op-lilac) !important; }
.op-mega__links .op-mega__finder {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--op-lilac) !important;
	font-weight: 600;
}

.op-mega__grid { grid-area: grid; min-width: 0; }
.op-mega__grid[hidden] { display: none; }
.op-mega__grid-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.op-mega__grid-title {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	font-stretch: 112%;
}
.op-mega__models {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}
.op-mega__models li { margin: 0; }
.op-mega__model {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 116px;
	padding: 14px 16px;
	border-radius: 12px;
	background: var(--op-surface);
	border: 1px solid var(--op-line-soft);
}
.op-mega__model:hover,
.op-mega__model:focus-visible,
.op-mega__model.is-preview {
	background: var(--op-lilac-bg);
	border-color: var(--op-lilac);
	color: var(--op-text) !important;
}
.op-mega__num { font-size: 24px; line-height: 1; }
.op-mega__specs {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.op-mega__specs span:first-child { font-size: 13px; color: var(--op-text-2); }
.op-mega__specs span:last-child { font-size: 12.5px; color: var(--op-text-3); }
.op-mega__price { font-size: 14px; font-weight: 600; }
.op-mega__price > span:first-child { font-weight: 400; color: var(--op-text-3); }

.op-mega__preview {
	grid-area: preview;
	display: flex;
	flex-direction: column;
	color: var(--op-text) !important;
}
.op-mega__stage { height: 270px; }
.op-mega__stage img {
	position: absolute;
	left: 50%;
	bottom: 34px;
	width: auto;
	max-width: 70%;
	height: 210px;
	object-fit: contain;
	transform: translateX(-50%);
}
.op-mega__preview-name {
	margin-top: 16px;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 600;
	font-stretch: 112%;
}
.op-mega__preview-specs { margin-top: 4px; font-size: 13.5px; color: var(--op-text-2); }
.op-mega__preview-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
}
.op-mega__preview-price { font-size: 16px; font-weight: 600; }
.op-mega__preview-price > span:first-child { font-size: 13px; font-weight: 400; color: var(--op-text-3); }
.op-mega__preview-cta {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: var(--op-lilac);
}

/* Dark product stage with a contact shadow (also used on the homepage and product page). */
.op-stage {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid var(--op-line-soft);
	background: radial-gradient(ellipse 70% 60% at 50% 42%, var(--op-stage-a) 0%, var(--op-stage-b) 74%);
}
.op-stage__shadow {
	position: absolute;
	left: 18%;
	right: 18%;
	bottom: 26px;
	height: 22px;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
}

/* Work */
.op-mega--work .op-mega__inner { grid-template-columns: 320px minmax(0, 1fr); }
.op-mega__intro-title {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	font-stretch: 112%;
}
.op-mega__intro-text {
	margin: 10px 0 16px;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--op-text-2);
}
.op-mega__rows {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}
.op-mega__rows li { margin: 0; }
.op-mega__row {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr) auto 16px;
	align-items: center;
	gap: 24px;
	padding: 16px 18px;
	border-radius: 12px;
	border-top: 1px solid var(--op-line);
}
.op-mega__rows li:first-child .op-mega__row { border-top-color: transparent; }
.op-mega__row:hover { background: var(--op-surface); color: var(--op-text) !important; }
.op-mega__row-name {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	font-stretch: 118%;
}
.op-mega__row-body { display: flex; flex-direction: column; gap: 4px; }
.op-mega__row-tag { font-size: 14px; color: var(--op-text-2); }
.op-mega__row-price { font-size: 15px; font-weight: 600; white-space: nowrap; }
.op-mega__row-price > span:first-child { font-size: 13px; font-weight: 400; color: var(--op-text-3); }
.op-mega__row-arrow { color: var(--op-text-3); }

/* Services */
.op-mega--services .op-mega__inner { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
.op-mega__services {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.op-mega__services li { margin: 0; }
.op-mega__service {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 100%;
	padding: 22px;
	border-radius: 12px;
	background: var(--op-surface);
	border: 1px solid var(--op-line-soft);
}
.op-mega__service:hover { border-color: var(--op-lilac); color: var(--op-text) !important; }
.op-mega__service-icon { color: var(--op-lilac); }
.op-mega__service-name { font-size: 17px; font-weight: 600; font-stretch: 108%; }
.op-mega__service-text { font-size: 14px; line-height: 1.5; color: var(--op-text-2); }

/* Accessories */
.op-mega--accessories .op-mega__inner { grid-template-columns: minmax(0, 1fr) auto; align-items: start; }
.op-mega__cats {
	columns: 2;
	column-gap: 48px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.op-mega__cats li { margin: 0 0 12px; }
.op-mega__cats a { font-size: 15px; }

/* ------------------------------------------------- compact desktop, tablet */

/* Room for the finder pill next to the full search box. */
@media (max-width: 1279px) and (min-width: 1200px) {
	.op-bar__inner { gap: 32px; }
	.op-search__field { width: 208px; }
}

@media (max-width: 1199px) and (min-width: 993px) {
	.op-bar__inner { gap: 24px; }
	.op-nav__list { gap: 16px; }
	.op-bar__search { display: none; }
	.op-bar__search-toggle { display: inline-flex !important; }
	.op-header.is-searching .op-bar__search { display: flex; }
	.op-header.is-searching .op-bar__search-toggle { display: none !important; }
	.op-mega--gaming .op-mega__inner { grid-template-columns: 260px minmax(0, 1fr); grid-template-areas: "lines grid"; }
	.op-mega__preview { display: none; }
}

/* -------------------------------------------------------- mobile header */

@media (max-width: 992px) {
	.op-util { display: none; }
	.op-mfact {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		height: 32px;
		background: var(--op-deep);
		border-bottom: 1px solid var(--op-line-deep);
		color: var(--op-text-util);
		font-size: 12px;
	}
	.op-bar__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		gap: 0;
		padding-inline: 6px;
	}
	.op-bar__menu { display: inline-flex !important; width: 44px; height: 44px; }
	.op-bar__logo { justify-self: center; }
	.op-bar__logo .op-logo,
	.op-header.is-compact .op-bar__logo img { width: 74px; height: 28px; transform: none; }
	.op-header.is-compact .op-bar { height: var(--op-bar-h); }
	.op-nav { display: none; }
	.op-bar__actions { justify-self: end; gap: 0; }
	.op-bar__search-toggle { display: inline-flex !important; width: 44px; height: 44px; }
	.op-bar__account,
	.op-bar__wishlist { display: none !important; }
	.op-bar__cart { width: 44px; height: 44px; }

	.op-bar__search { display: none; }
	.op-header.is-searching .op-bar__search {
		display: flex;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		padding: 10px 16px;
		background: var(--op-panel);
		border-bottom: 1px solid var(--op-line-panel);
	}
	.op-header.is-searching .op-search { flex: 1 1 auto; }
	.op-header.is-searching .op-search__field { width: 100%; }
	.op-header.is-searching .op-bar__actions { margin-left: 0; }
	.op-mega { display: none !important; }
}

/* --------------------------------------------------------------- drawer */

.op-drawer {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 200;
	background: rgba(7, 7, 9, 0.7);
	font-family: var(--op-font);
	color: var(--op-text);
}
.op-drawer.is-open,
html:not(.op-js) .op-drawer:target { display: block; }
body.admin-bar .op-drawer { top: var(--wp-admin--admin-bar--height, 0px); }
.op-drawer a { color: var(--op-text); text-decoration: none; }
.op-drawer a:hover { color: var(--op-lilac); }
.op-drawer__panel {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: min(360px, 92vw);
	height: 100%;
	padding: 0 20px 24px;
	overflow-y: auto;
	overscroll-behavior: contain;
	background: var(--op-panel);
	border-right: 1px solid var(--op-line-panel);
}
@media (prefers-reduced-motion: no-preference) {
	.op-drawer.is-open .op-drawer__panel { animation: op-drawer-in 200ms var(--op-ease); }
}
@keyframes op-drawer-in {
	from { transform: translateX(-24px); opacity: 0; }
	to { transform: none; opacity: 1; }
}
.op-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	flex-shrink: 0;
	border-bottom: 1px solid var(--op-line-soft);
}
.op-drawer__title {
	margin: 0;
	font-family: var(--op-mono);
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--op-text-3);
}
.op-drawer__close { margin-right: -10px; }
.op-drawer__finder {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	margin: 16px 0 4px;
	padding: 14px 16px;
	border: 1px solid var(--op-lilac);
	border-radius: 12px;
	background: var(--op-lilac-bg);
}
.op-drawer__finder:hover,
.op-drawer__finder[aria-current="page"] { border-color: var(--op-violet); }
.op-drawer__finder > svg:first-child { color: var(--op-lilac); }
.op-drawer__finder > svg:last-child { color: var(--op-text-3); }
.op-drawer__finder-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.op-drawer__finder-text strong { font-size: 16px; font-weight: 600; color: var(--op-lilac); }
.op-drawer__finder-text span { font-size: 13px; color: var(--op-text-2); }
.op-drawer__nav { display: flex; flex-direction: column; }
.op-drawer__group { padding: 16px 0 8px; border-bottom: 1px solid var(--op-line-soft); }
.op-drawer__label {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--op-text-2);
}
.op-drawer__lines { margin: 0; padding: 0; list-style: none; }
.op-drawer__lines li { margin: 0; }
.op-drawer__line {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 16px;
	grid-template-areas: "name icon" "meta icon";
	align-items: center;
	column-gap: 12px;
	padding: 12px 0;
}
.op-drawer__line-name { grid-area: name; font-size: 19px; font-weight: 600; font-stretch: 112%; }
.op-drawer__line-meta { grid-area: meta; font-size: 13px; color: var(--op-text-3); }
.op-drawer__line svg { grid-area: icon; color: var(--op-text-3); }
.op-drawer__more {
	display: inline-block;
	padding: 6px 0 8px;
	font-size: 14.5px;
	color: var(--op-text-2) !important;
}
.op-drawer__acc { border-bottom: 1px solid var(--op-line-soft); }
.op-drawer__acc-btn {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 56px;
	font-size: 16px !important;
	font-weight: 600 !important;
}
.op-drawer__acc-btn svg { color: var(--op-text-3); }
.op-drawer__acc-btn[aria-expanded="true"] svg { transform: rotate(180deg); color: var(--op-lilac); }
.op-drawer__acc-list { margin: 0; padding: 0 0 12px; list-style: none; }
.op-drawer__acc-list[hidden] { display: none; }
html:not(.op-js) .op-drawer__acc-list[hidden] { display: block; }
.op-drawer__acc-list li { margin: 0; }
.op-drawer__acc-list a {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	font-size: 15.5px;
}
.op-drawer__acc-list a span { font-size: 13px; color: var(--op-text-3); }
.op-drawer__link {
	display: flex;
	align-items: center;
	height: 56px;
	border-bottom: 1px solid var(--op-line-soft);
	font-size: 16px;
	font-weight: 600;
}
.op-drawer__account {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 0;
	border-bottom: 1px solid var(--op-line-soft);
}
.op-drawer__account a,
.op-drawer__foot > a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	font-size: 15px;
}
.op-drawer__foot {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding-top: 16px;
	color: var(--op-text-2);
}
.op-lang--drawer {
	gap: 16px;
	padding: 4px 0 12px;
	font-size: 14.5px;
}
.op-lang--drawer a { color: var(--op-text-2) !important; }

/* --------------------------------------------------------------- footer */

.op-footer {
	padding: 72px 0 40px;
	background: var(--op-deep);
	border-top: 1px solid var(--op-line-deep);
	font-family: var(--op-font);
	color: var(--op-text-2);
	font-size: 15px;
	line-height: 1.5;
}
.op-footer a { color: var(--op-text-2); text-decoration: none; }
.op-footer a:hover { color: var(--op-lilac); }
.op-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 3.6fr) minmax(0, 1.8fr) minmax(0, 2.4fr) minmax(0, 2fr) minmax(0, 3fr);
	gap: 32px;
}
.op-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.op-footer__brand .op-logo { width: 101px; height: 38px; }
.op-footer__brand p {
	max-width: 280px;
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--op-text-2);
}
.op-footer__social { display: flex; gap: 8px; }
.op-footer__title {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 600;
	color: var(--op-text);
}
.op-footer__toggle { display: none !important; }
.op-footer__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.op-footer__list li { margin: 0; }
.op-footer__legal { font-size: 13.5px; color: var(--op-text-3); }
.op-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 56px;
	padding-top: 24px;
	border-top: 1px solid var(--op-line-deep);
	font-size: 13px;
	color: var(--op-text-3);
}

@media (max-width: 992px) {
	.op-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.op-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
	.op-footer { padding: 48px 0 32px; }
	.op-footer__grid { display: flex; flex-direction: column; gap: 0; }
	.op-footer__brand { gap: 14px; margin-bottom: 28px; }
	.op-footer__brand .op-logo { width: 80px; height: 30px; }
	.op-footer__col { border-top: 1px solid var(--op-line-soft); }
	.op-footer__col:last-of-type { border-bottom: 1px solid var(--op-line-soft); }
	.op-footer__col .op-footer__title { margin: 0; }
	.op-footer__col .op-footer__title-text { display: none; }
	.op-footer__toggle {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 56px;
		color: var(--op-text) !important;
		font-size: 16px !important;
		font-weight: 600 !important;
	}
	.op-footer__toggle svg { color: var(--op-text-3); }
	.op-footer__toggle[aria-expanded="true"] svg { transform: rotate(180deg); color: var(--op-lilac); }
	html.op-js .op-footer__col .op-footer__list { display: none; padding-bottom: 16px; }
	html.op-js .op-footer__col .op-footer__list.is-open { display: flex; }
	.op-footer__contact { margin-top: 28px; }
	.op-footer__contact .op-footer__list { gap: 8px; }
	.op-footer__bottom {
		flex-direction: column;
		gap: 6px;
		margin-top: 28px;
		padding-top: 20px;
	}
}

/* ------------------------------------------------------- content wrappers */

/* Dark pages: premium templates set their own containers. */
body.op-dark .site-content { padding: 0; }
body.op-template .site-content > .shoptimizer-archive > .col-full {
	max-width: none !important;
	padding: 0 !important;
}
body.op-dark .site-content > .shoptimizer-archive > .col-full,
body.op-dark .site-content > .shoptimizer-archive > .archive-header > .col-full {
	box-sizing: border-box;
	max-width: calc(1280px + 2 * var(--op-gutter));
	padding-inline: var(--op-gutter);
}
body.op-dark .archive-header { background: transparent; border: 0; }
body.op-dark .woocommerce-breadcrumb,
body.op-dark .site-content .woocommerce-breadcrumb {
	margin: 0;
	padding: 20px 0 0;
	background: transparent;
	color: var(--op-text-3);
	font-size: 13.5px;
	line-height: 1.4;
}
body.op-dark .woocommerce-breadcrumb a { color: var(--op-text-3); }
body.op-dark .woocommerce-breadcrumb a:hover { color: var(--op-lilac); }

body.op-dark .woocommerce-message,
body.op-dark .woocommerce-info,
body.op-dark .woocommerce-error {
	margin: 16px 0;
	padding: 14px 18px;
	border: 1px solid var(--op-line-control);
	border-radius: 12px;
	background: var(--op-surface);
	color: var(--op-text);
	font-size: 15px;
}
/* The site-wide .button rule paints every button light purple with !important, so these need it too. */
body.op-dark .woocommerce-message a.button,
body.op-dark .woocommerce-info a.button {
	background: transparent !important;
	color: var(--op-lilac) !important;
	padding: 0 !important;
	font-weight: 600;
}
/* Added-to-cart notice (Shoptimizer markup): text left, "Kassasse" and "Vaata ostukorvi" as the premium buttons. */
body.op-dark .woocommerce-message .message-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 20px;
	text-align: left;
}
body.op-dark .woocommerce-message .message-inner::before { display: none; }
body.op-dark .woocommerce-message .message-content { flex: 1 1 260px; }
body.op-dark .woocommerce-message .buttons-wrapper {
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0;
}
body.op-dark .woocommerce-message .buttons-wrapper a.button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 40px;
	margin: 0;
	padding: 0 16px !important;
	float: none;
	border: 1px solid var(--op-line-ghost) !important;
	border-radius: 10px !important;
	background: transparent !important;
	color: var(--op-text) !important;
	font: 500 14px/1 var(--op-font);
	text-decoration: none;
	white-space: nowrap;
	opacity: 1;
}
body.op-dark .woocommerce-message .buttons-wrapper a.button span { padding: 0; border: 0; }
body.op-dark .woocommerce-message .buttons-wrapper a.button:hover { border-color: #6B6B74 !important; text-decoration: none; opacity: 1; }
body.op-dark .woocommerce-message .buttons-wrapper a.button.checkout {
	order: 2;
	border-color: var(--op-violet) !important;
	background: var(--op-violet) !important;
	color: #fff !important;
	font-weight: 600;
}
body.op-dark .woocommerce-message .buttons-wrapper a.button.checkout:hover { border-color: var(--op-violet-hover) !important; background: var(--op-violet-hover) !important; }
@media (max-width: 600px) {
	body.op-dark .woocommerce-message .buttons-wrapper { width: 100%; }
	body.op-dark .woocommerce-message .buttons-wrapper a.button { flex: 1 1 0; }
}
body.op-dark .woocommerce-error { border-color: #5A2A26; }

/* Pages without a premium template keep the site's own (dark) content styles. */
body.op-light { background: var(--op-ground); }

/* ============================================================ homepage */

.op-home { display: block; }
.op-section {
	padding: 104px 0;
	border-top: 1px solid var(--op-line-section);
}
.op-h2 {
	margin: 0;
	font-size: 44px;
	line-height: 1.1;
	font-weight: 600;
	font-stretch: 112%;
	letter-spacing: -0.01em;
	color: var(--op-text);
}
.op-lead {
	margin: 20px 0 0;
	max-width: 660px;
	font-size: 18px;
	line-height: 1.6;
	color: var(--op-text-2);
}
.op-section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
}
.op-section__foot {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.op-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: var(--op-text-2) !important;
}
.op-link-arrow:hover { color: var(--op-lilac) !important; }

/* Hero */
.op-hero {
	position: relative;
	overflow: hidden;
	background: radial-gradient(ellipse 640px 520px at 76% 46%, #1E1E24 0%, rgba(30, 30, 36, 0) 72%), var(--op-ground);
}
.op-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: linear-gradient(180deg, #141418 0%, var(--op-ground) 100%);
	border-top: 1px solid #1D1D22;
}
.op-hero__inner {
	position: relative;
	z-index: 1;
	min-height: 660px;
	padding-top: 96px;
	padding-bottom: 120px;
}
.op-hero__text {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	width: 560px;
	max-width: 100%;
}
.op-hero__title {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	font-weight: 600;
}
.op-hero__line {
	font-size: 44px;
	line-height: 1.05;
	font-stretch: 112%;
	letter-spacing: -0.01em;
	color: var(--op-text-2);
}
.op-hero__num {
	font-size: 148px;
	line-height: 0.9;
	letter-spacing: -0.03em;
	color: var(--op-text);
}
.op-hero__lead {
	margin: 28px 0 0;
	max-width: 470px;
	font-size: 19px;
	line-height: 1.5;
	color: var(--op-text-2);
}
.op-hero__price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 24px 0 0;
}
.op-hero__amount {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	font-stretch: 108%;
}
.op-hero__vat { font-size: 14px; color: var(--op-text-3); }
.op-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}
.op-hero__actions .op-btn { padding-inline: 26px; }
.op-hero__actions .op-btn--ghost { padding-inline: 24px; }

/* Photos stand on the floor band; the white case behind, the black in front. */
.op-hero__visual {
	position: absolute;
	top: 0;
	bottom: 0;
	right: var(--op-gutter);
	left: calc(var(--op-gutter) + 560px);
	pointer-events: none;
}
.op-hero__img {
	position: absolute;
	display: block;
	object-fit: contain;
	object-position: 50% 100%;
}
.op-hero__img--front { right: -20px; bottom: 46px; width: 412px; height: 510px; }
.op-hero__img--back { right: 233px; bottom: 72px; width: 347px; height: 430px; }
.op-hero__shadow {
	position: absolute;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 70%);
}
.op-hero__shadow--front { right: -15px; bottom: 30px; width: 400px; height: 34px; }
.op-hero__shadow--back { right: 240px; bottom: 60px; width: 330px; height: 28px; }
.op-hero__visual:not(.op-hero__visual--pair) .op-hero__img { right: 50%; transform: translateX(50%); }
.op-hero__visual:not(.op-hero__visual--pair) .op-hero__shadow { right: 50%; transform: translateX(50%); }

/* Performance scale */
.op-scale__board {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 64px;
}
/* Same one-cell grid as the listing's series band: a wrapped tagline
   makes the row taller instead of running into the ruler. */
.op-scale__bands {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-height: 128px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.op-scale__band {
	grid-area: 1 / 1;
	width: calc(var(--op-end) - var(--op-start));
	margin: 0 0 0 var(--op-start);
	padding-bottom: 16px;
}
.op-scale__band-link {
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: var(--op-text) !important;
}
.op-scale__band-name {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 26px;
	line-height: 1.25;
	font-weight: 600;
	font-stretch: 112%;
}
.op-scale__band-name svg { color: var(--op-text-3); }
.op-scale__band-link:hover .op-scale__band-name { color: var(--op-lilac); }
.op-scale__band-link:hover .op-scale__band-name svg { color: var(--op-lilac); }
.op-scale__band-tag { font-size: 15px; color: var(--op-text-2); }
.op-scale__band-meta { font-size: 14px; color: var(--op-text-3); }
.op-scale__note { margin: 40px 0 0; font-size: 14px; color: var(--op-text-3); }

/* The ruler: band segments, one tick per model, the current one taller. */
.op-ruler {
	position: relative;
	height: 72px;
	--op-tick-h: 18px;
	--op-band-top: 48px;
}
.op-ruler__band {
	position: absolute;
	top: var(--op-band-top);
	height: 3px;
	border-radius: 2px;
	background: #4A4A52;
}
.op-ruler__band--blaze { background: var(--op-band-blaze); }
.op-ruler__band--spark { background: var(--op-band-spark); }
.op-ruler__band--challenger { background: var(--op-band-challenger); }
.op-ruler__band--monster { background: var(--op-band-monster); }
.op-ruler__tick {
	position: absolute;
	top: calc(var(--op-band-top) - 2px - var(--op-tick-h));
	width: 2px;
	height: var(--op-tick-h);
	margin-left: -1px;
	background: var(--op-text-3);
}
.op-ruler__tick.is-current {
	top: calc(var(--op-band-top) - 2px - var(--op-tick-h) * 2 - 2px);
	height: calc(var(--op-tick-h) * 2 + 2px);
	background: var(--op-lilac);
	z-index: 1;
}
.op-ruler__label {
	position: absolute;
	top: calc(var(--op-band-top) - 2px - var(--op-tick-h) * 2 - 10px);
	margin-left: 10px;
	font-family: var(--op-mono);
	font-size: 12px;
	line-height: 16px;
	color: var(--op-lilac);
	white-space: nowrap;
}
.op-ruler__label--left { transform: translateX(-100%); margin-left: -10px; }
.op-ruler__num {
	position: absolute;
	top: calc(var(--op-band-top) + 18px);
	font-family: var(--op-mono);
	font-size: 11.5px;
	line-height: 16px;
	color: var(--op-text-3);
}
.op-ruler__num--center { transform: translateX(-50%); }
.op-ruler__num--end { transform: translateX(-100%); }

/* New models */
.op-segmented {
	display: flex;
	gap: 4px;
	padding: 4px;
	background: var(--op-surface);
	border: 1px solid var(--op-line);
	border-radius: 10px;
}
.op-segmented[hidden] { display: none; }
.op-segmented button {
	height: 36px;
	padding: 0 16px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: var(--op-text-2);
	font: 500 14px/1 var(--op-font);
	cursor: pointer;
}
.op-segmented button:hover { color: var(--op-text); }
.op-segmented button[aria-pressed="true"] {
	background: #26262C;
	color: var(--op-text);
	font-weight: 600;
}
.op-models__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin-top: 48px;
}
.op-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	color: var(--op-text);
}
.op-tile[hidden] { display: none; }
.op-tile__stage {
	height: 320px;
	background: radial-gradient(ellipse 72% 62% at 50% 42%, #212127 0%, var(--op-stage-b) 74%);
}
.op-tile__img {
	position: absolute;
	left: 50%;
	top: 24px;
	bottom: 46px;
	width: auto;
	max-width: 72%;
	height: calc(100% - 70px);
	object-fit: contain;
	object-position: 50% 100%;
	transform: translateX(-50%);
}
.op-tile__stage .op-stage__shadow { bottom: 34px; }
.op-tile__body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 20px 4px 0;
}
.op-tile__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}
.op-tile__name {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	font-stretch: 112%;
}
.op-tile__link { color: var(--op-text) !important; }
.op-tile__link::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
}
.op-tile:hover .op-tile__link { color: var(--op-lilac) !important; }
.op-tile__link:focus-visible { outline: none; }
.op-tile__link:focus-visible::after { outline: 2px solid var(--op-lilac); outline-offset: 4px; }
.op-tile__specs {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.35;
	color: var(--op-text-2);
}
.op-tile__specs li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.op-tile__specs svg { flex-shrink: 0; color: var(--op-text-3); }
.op-tile__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	border-top: 1px solid #222227;
}
.op-tile__price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	font-stretch: 108%;
}
.op-tile__from { font-size: 13px; font-weight: 400; color: var(--op-text-3); }
.op-swatches { display: flex; gap: 6px; }
.op-swatch {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #5A5A62;
}
.op-swatch--black { background: #1B1B1F; }
.op-swatch--white { background: #E9E8E4; }
.op-stock {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--op-text-2);
}
.op-stock::before {
	content: "";
	flex-shrink: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--op-ok);
}
.op-stock--warn::before { background: var(--op-warn); }

/* Work and creative lines */
.op-work__inner {
	display: grid;
	grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
	gap: 80px;
}
.op-work__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.op-work__intro .op-lead { max-width: 380px; }
.op-work__intro .op-btn { margin-top: 32px; }
.op-work__rows {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}
.op-work__rows li { margin: 0; }
.op-work__row {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr) 130px 24px;
	align-items: center;
	gap: 24px;
	padding: 26px 0;
	border-top: 1px solid var(--op-line);
	color: var(--op-text) !important;
}
.op-work__row:hover .op-work__name,
.op-work__row:hover .op-work__arrow { color: var(--op-lilac); }
.op-work__name {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 600;
	font-stretch: 118%;
}
.op-work__body { display: flex; flex-direction: column; gap: 6px; }
.op-work__tag { font-size: 16px; line-height: 1.45; color: var(--op-text); }
.op-work__body .op-mono { line-height: 1.5; }
.op-work__price {
	text-align: right;
	font-size: 18px;
	font-weight: 600;
	font-stretch: 108%;
	white-space: nowrap;
}
.op-work__from { font-size: 13px; font-weight: 400; color: var(--op-text-3); }
.op-work__arrow { color: var(--op-text-3); }

/* How it is built */
.op-build__title { max-width: 900px; }
.op-build__photo {
	height: 520px;
	margin-top: 48px;
	overflow: hidden;
	border-radius: 20px;
	background: var(--op-surface);
}
.op-build__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 42%;
}
.op-build__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}
.op-build__step {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding-top: 20px;
	border-top: 1px solid #33333A;
}
.op-build__step svg { color: var(--op-lilac); }
.op-build__step h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	font-stretch: 108%;
}
.op-build__step p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--op-text-2);
}

/* Reviews */
.op-reviews__grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	gap: 24px;
	margin-top: 48px;
}
.op-reviews__grid--single { grid-template-columns: minmax(0, 1fr); }
.op-reviews__side { display: flex; flex-direction: column; gap: 24px; }
.op-review {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	margin: 0;
	padding: 28px 32px;
	border-radius: 20px;
	background: var(--op-surface);
	border: 1px solid var(--op-line-soft);
}
.op-reviews__side .op-review { flex: 1 1 0; }
.op-review blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #E4E2DE;
}
.op-review blockquote p {
	margin: 0;
	font: inherit;
	letter-spacing: inherit;
	color: inherit;
}
.op-review figcaption { font-size: 14px; color: var(--op-text-2); }
.op-review__name { font-weight: 600; color: var(--op-text); }
.op-review--large {
	min-height: 368px;
	padding: 48px;
}
.op-review--large blockquote {
	max-width: 600px;
	font-size: 36px;
	line-height: 1.22;
	font-weight: 500;
	font-stretch: 108%;
	letter-spacing: -0.01em;
	color: var(--op-text);
	text-wrap: balance;
}
.op-review--large figcaption { font-size: 15px; }

/* Services bento */
.op-bento {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	grid-template-rows: repeat(2, minmax(224px, auto));
	gap: 24px;
}
.op-bento__main {
	position: relative;
	grid-row: 1 / span 2;
	overflow: hidden;
	min-height: 472px;
	border-radius: 20px;
	background: #0B0B0D;
}
.op-bento__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 72% 50%;
}
.op-bento__main::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(9, 9, 11, 0.94) 0%, rgba(9, 9, 11, 0.78) 42%, rgba(9, 9, 11, 0.12) 100%);
}
.op-bento__text {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 18px;
	height: 100%;
	max-width: 480px;
	padding: 48px;
}
.op-bento__title {
	margin: 0;
	font-size: 36px;
	line-height: 1.12;
	font-weight: 600;
	font-stretch: 112%;
	letter-spacing: -0.01em;
	color: var(--op-text);
}
.op-bento__text p { margin: 0; font-size: 17px; line-height: 1.55; color: #D2D0CB; }
.op-bento__text .op-btn { margin-top: 6px; padding-inline: 26px; }
.op-bento__cell {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	padding: 32px;
	border-radius: 20px;
	background: var(--op-surface);
	border: 1px solid var(--op-line-soft);
	color: var(--op-text) !important;
}
.op-bento__cell:hover { border-color: var(--op-lilac); }
.op-bento__cell--discord { background: #17131D; border-color: #2A2135; }
.op-bento__icon { color: var(--op-lilac); }
.op-bento__body { display: flex; flex-direction: column; gap: 8px; }
.op-bento__name { font-size: 22px; line-height: 1.25; font-weight: 600; font-stretch: 108%; }
.op-bento__desc { font-size: 15px; line-height: 1.5; color: var(--op-text-2); }
.op-bento__cta { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; }

/* Homepage: tablet */
@media (max-width: 1199px) {
	.op-hero__num { font-size: 120px; }
	.op-hero__img--front { width: 340px; height: 420px; }
	.op-hero__img--back { right: 200px; width: 290px; height: 360px; }
	.op-hero__shadow--front { width: 330px; }
	.op-hero__shadow--back { right: 205px; width: 280px; }
	.op-models__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.op-work__inner { grid-template-columns: minmax(0, 1fr); gap: 32px; }
	.op-work__intro .op-lead { max-width: 660px; }
}

/* Homepage: mobile (HomeMobile.dc.html) */
@media (max-width: 992px) {
	.op-section { padding: 56px 0; }
	.op-h2 { font-size: 30px; line-height: 1.15; }
	.op-lead { margin-top: 14px; font-size: 16px; line-height: 1.55; }
	.op-section__head { flex-direction: column; align-items: flex-start; gap: 16px; }

	.op-hero { background: radial-gradient(ellipse 360px 320px at 60% 52%, #1E1E24 0%, rgba(30, 30, 36, 0) 72%), var(--op-ground); }
	.op-hero::after { display: none; }
	.op-hero__inner {
		display: grid;
		grid-template-areas: "title" "lead" "visual" "price" "actions";
		min-height: 0;
		padding-top: 32px;
		padding-bottom: 48px;
	}
	.op-hero__text { display: contents; }
	.op-hero__title { grid-area: title; gap: 4px; }
	.op-hero__line { font-size: 24px; line-height: 1.1; }
	.op-hero__num { font-size: 96px; }
	.op-hero__lead { grid-area: lead; margin-top: 16px; font-size: 16px; }
	.op-hero__visual {
		position: relative;
		grid-area: visual;
		inset: auto;
		height: 340px;
		margin: 16px calc(-1 * var(--op-gutter)) 0;
	}
	.op-hero__visual::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 78px;
		background: linear-gradient(180deg, #141418 0%, var(--op-ground) 100%);
		border-top: 1px solid #1D1D22;
	}
	.op-hero__img--front { right: auto; left: calc(50% - 65px); bottom: 22px; width: 242px; height: 300px; }
	.op-hero__img--back { right: auto; left: calc(50% - 161px); bottom: 40px; width: 210px; height: 260px; }
	.op-hero__shadow--front { right: auto; left: calc(50% - 55px); bottom: 10px; width: 240px; height: 24px; }
	.op-hero__shadow--back { right: auto; left: calc(50% - 155px); bottom: 30px; width: 200px; height: 20px; }
	.op-hero__visual:not(.op-hero__visual--pair) .op-hero__img,
	.op-hero__visual:not(.op-hero__visual--pair) .op-hero__shadow { left: 50%; transform: translateX(-50%); }
	.op-hero__price { grid-area: price; margin-top: 20px; gap: 8px; }
	.op-hero__amount { font-size: 26px; }
	.op-hero__vat { font-size: 13px; }
	.op-hero__actions { grid-area: actions; flex-direction: column; gap: 10px; margin-top: 20px; }
	.op-hero__actions .op-btn { width: 100%; }

	.op-scale__board { margin-top: 40px; }
	.op-scale__bands { display: block; order: 2; min-height: 0; margin-top: 20px; }
	.op-scale__band { width: auto; margin: 0; padding-bottom: 0; }
	.op-scale__band-link {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas: "name meta" "tag meta";
		align-items: center;
		column-gap: 12px;
		row-gap: 2px;
		min-height: 76px;
		padding: 14px 0;
		border-top: 1px solid var(--op-line);
	}
	.op-scale__band-name { grid-area: name; font-size: 20px; }
	.op-scale__band-name svg { display: none; }
	.op-scale__band-tag { grid-area: tag; font-size: 14px; }
	.op-scale__band-meta { grid-area: meta; font-size: 13px; text-align: right; }
	.op-ruler--home { order: 1; height: 66px; --op-tick-h: 14px; --op-band-top: 34px; }
	.op-ruler--home .op-ruler__tick { width: 1.5px; }
	.op-ruler--home .op-ruler__label { font-size: 11px; }
	.op-ruler--home .op-ruler__num { top: 46px; font-size: 11px; }
	.op-scale__note { order: 3; margin-top: 16px; }

	.op-models__grid {
		display: flex;
		gap: 12px;
		margin: 24px calc(-1 * var(--op-gutter)) 0;
		padding: 0 var(--op-gutter);
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: var(--op-gutter);
		scrollbar-width: none;
	}
	.op-models__grid::-webkit-scrollbar { display: none; }
	.op-models__grid .op-tile { flex: 0 0 280px; scroll-snap-align: start; }
	.op-tile__stage { height: 280px; }
	.op-segmented { max-width: 100%; overflow-x: auto; }

	.op-work__row {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas: "name price" "body body";
		gap: 8px 16px;
		padding: 20px 0;
	}
	.op-work__name { grid-area: name; font-size: 24px; }
	.op-work__price { grid-area: price; font-size: 16px; }
	.op-work__body { grid-area: body; }
	.op-work__tag { font-size: 15px; }
	.op-work__arrow { display: none; }

	.op-build__photo { height: 260px; margin-top: 28px; }
	.op-build__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; margin-top: 28px; }
	.op-build__step h3 { font-size: 17px; }
	.op-build__step p { font-size: 14px; }

	.op-reviews__grid { grid-template-columns: minmax(0, 1fr); margin-top: 28px; gap: 12px; }
	.op-reviews__side { gap: 12px; }
	.op-review { padding: 24px; }
	.op-review--large { min-height: 0; padding: 28px 24px; }
	.op-review--large blockquote { font-size: 24px; }

	.op-bento { grid-template-columns: minmax(0, 1fr); grid-template-rows: none; gap: 12px; }
	.op-bento__main { grid-row: auto; min-height: 420px; }
	.op-bento__main::after { background: linear-gradient(0deg, rgba(9, 9, 11, 0.95) 0%, rgba(9, 9, 11, 0.7) 55%, rgba(9, 9, 11, 0.1) 100%); }
	.op-bento__text { padding: 24px; }
	.op-bento__title { font-size: 26px; }
	.op-bento__cell { padding: 24px; }
}

/* ===================================================== PC product page */

body.op-premium .op-pdp { padding-bottom: 0; }
.op-pdp .woocommerce-notices-wrapper { max-width: calc(1280px + 2 * var(--op-gutter)); margin: 0 auto; padding: 0 var(--op-gutter); box-sizing: border-box; }
body.op-dark.op-template .archive-header .woocommerce-breadcrumb { padding: 18px 0 16px; }
body.op-dark .woocommerce-breadcrumb .breadcrumb-separator {
	display: inline-flex;
	vertical-align: middle;
	margin: 0 8px;
	color: #5A5A62;
}

.op-pdp__top {
	display: grid;
	grid-template-columns: minmax(0, 720px) minmax(0, 480px);
	justify-content: space-between;
	gap: 80px;
	align-items: start;
	padding-top: 16px;
	padding-bottom: 96px;
}

/* Gallery */
.op-pdp__stage {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 700px;
	box-sizing: border-box;
	padding-bottom: 84px;
	background: radial-gradient(ellipse 62% 52% at 50% 44%, var(--op-stage-a) 0%, var(--op-stage-b) 70%, var(--op-panel) 100%);
}
.op-pdp__main {
	position: relative;
	display: block;
	width: auto;
	max-width: 600px;
	height: 540px;
	object-fit: contain;
}
.op-pdp__shadow { left: 18%; right: 18%; bottom: 66px; height: 40px; }
.op-pdp__zoom {
	position: absolute !important;
	top: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	border: 1px solid var(--op-line-input) !important;
	border-radius: 10px !important;
	background: rgba(20, 20, 23, 0.85) !important;
	color: var(--op-text) !important;
	cursor: pointer;
}
.op-pdp__thumbs {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 64px) / 5);
	gap: 16px;
	margin: 16px 0 0;
	padding: 0;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--op-line-ghost) transparent;
	padding-bottom: 6px;
	list-style: none;
}
.op-pdp__thumbs li { margin: 0; }
.op-pdp__thumbs a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 104px;
	padding: 10px;
	border-radius: 12px;
	border: 1px solid var(--op-line-soft);
	background: var(--op-surface);
}
.op-pdp__thumbs a:hover { border-color: #3A3A42; }
.op-pdp__thumbs a[aria-current="true"] { border: 1.5px solid var(--op-lilac); }
.op-pdp__thumbs img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 80px;
	object-fit: contain;
}

/* Photo disclaimer under the gallery */
.op-pdp__photo-note {
	margin: 12px 0 0;
	font-size: 12.5px;
	line-height: 1.5;
	color: var(--op-text-3);
}
@media (max-width: 992px) {
	.op-pdp__photo-note { margin-top: 10px; padding-inline: var(--op-gutter); }
}

/* Index module */
.op-index {
	box-sizing: border-box;
	margin-top: 32px;
	padding: 24px 28px;
	border-radius: 20px;
	background: var(--op-surface);
	border: 1px solid var(--op-line-soft);
}
.op-index__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
}
.op-index__title { margin: 0; font-size: 15px; font-weight: 600; }
.op-index__title span { color: var(--op-lilac); }
.op-index__link {
	font-size: 13.5px;
	color: var(--op-text-2) !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.op-index--basis .op-mono { margin: 8px 0 0; line-height: 1.5; }
.op-ruler--pdp {
	margin-top: 18px;
	height: 56px;
	--op-tick-h: 12px;
	--op-band-top: 26px;
}
.op-ruler--pdp .op-ruler__tick { background: #6E6C68; }
.op-ruler--pdp .op-ruler__tick.is-current { background: var(--op-lilac); }
.op-ruler__bandname {
	position: absolute;
	top: 38px;
	font-family: var(--op-mono);
	font-size: 11px;
	line-height: 16px;
	color: var(--op-text-3);
}
.op-ruler__bandname.is-current { color: var(--op-text-2); }

/* Summary */
.op-pdp__summary { display: flex; flex-direction: column; }
.op-pdp__kicker {
	margin: 0;
	font-size: 11.5px;
	line-height: 16px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.op-pdp__title {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 12px 0 0 !important;
	font-weight: 600;
	letter-spacing: 0;
}
.op-pdp__line {
	font-size: 28px;
	line-height: 1.1;
	font-stretch: 112%;
	color: var(--op-text-2);
}
.op-pdp__num {
	font-size: 76px;
	line-height: 0.95;
	letter-spacing: -0.02em;
	color: var(--op-text);
}
.op-pdp__edition { margin: 10px 0 0; font-size: 13.5px; color: var(--op-warn); }
.op-pdp__promises { margin: 14px 0 0; font-size: 15.5px; line-height: 1.5; color: var(--op-text-2); }
.op-pdp__pricebox {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--op-line);
}
.op-pdp__price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0;
}
.op-pdp__amount {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	font-stretch: 108%;
	font-variant-numeric: tabular-nums;
}
.op-pdp__vat { font-size: 13px; color: var(--op-text-3); }
.op-pdp__esto { margin: 6px 0 0; font-size: 14px; color: var(--op-text-2); }
.op-pdp__esto[hidden] { display: none; }
.op-pdp__facts {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
	font-size: 14.5px;
}
.op-pdp__facts li { display: flex; align-items: center; gap: 10px; margin: 0; }
.op-avail .opc-pc__availability {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--op-text);
}
.op-avail .opc-pc__availability::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--op-ok);
}
.op-avail .opc-pc__availability--onbackorder::before { background: var(--op-warn); }
.op-avail .opc-pc__availability--outofstock::before { background: #8D5A55; }
.op-pdp__delivery { color: var(--op-text-2); }

/* Options: the premium colour and cooling groups and PC Engine's fieldsets. */
.op-pdp__form { margin: 28px 0 0; }
.op-choices {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.op-choices > fieldset,
.op-choice {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.op-choices > fieldset[hidden] { display: none; }
.op-choice--colour { order: 1; }
.op-choice--cooling { order: 2; }
.op-variants { order: 3; }
.op-choices > .opc-upgrade-choice:has(input[name="opc_upgrade[ram]"]) { order: 4; }
.op-choices > .opc-upgrade-choice:has(input[name="opc_upgrade[ssd]"]) { order: 5; }
.op-choices > .opc-upgrade-choice:has(input[name="opc_upgrade[wifi]"]),
.op-choices > .opc-upgrade-choice:has(.opc-upgrade-included) { order: 6; }
.op-choices > .opc-warranty-choice { order: 7; }
.op-choices > :not(.op-choice):not(.opc-upgrade-choice):not(.opc-warranty-choice) { order: 8; }

.op-choices legend {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--op-text);
}
.op-choices legend + * { clear: both; }
.op-choice__current { font-weight: 400; color: var(--op-text-3); }

/* Every option is a button-like label with a visually hidden radio. */
.op-choice__options,
.op-choices .opc-upgrade-choice,
.op-choices .opc-warranty-choice {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
.op-choice__options--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.op-variants .op-choice__options { grid-template-columns: minmax(0, 1fr); }
.op-choices .opc-warranty-choice { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.op-choices .opc-upgrade-choice > legend,
.op-choices .opc-warranty-choice > legend { grid-column: 1 / -1; float: none; margin-bottom: 0; }
.op-option,
.op-choices .opc-upgrade-choice > label,
.op-choices .opc-warranty-choice > label {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 2px;
	min-height: 60px;
	margin: 0;
	padding: 10px 16px;
	border-radius: 10px;
	border: 1px solid var(--op-line-control);
	background: var(--op-surface);
	color: var(--op-text);
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.3;
	cursor: pointer;
}
.op-option--swatch {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	min-height: 48px;
}
.op-option:hover,
.op-choices .opc-upgrade-choice > label:hover,
.op-choices .opc-warranty-choice > label:hover { border-color: #4A4A52; }
.op-option input[type="radio"],
.op-choices .opc-upgrade-choice > label input[type="radio"],
.op-choices .opc-warranty-choice > label input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	pointer-events: none;
}
.op-option:has(input:checked),
.op-choices .opc-upgrade-choice > label:has(input:checked),
.op-choices .opc-warranty-choice > label:has(input:checked) {
	border: 1.5px solid var(--op-lilac);
	background: var(--op-lilac-bg);
}
.op-option:has(input:focus-visible),
.op-choices .opc-upgrade-choice > label:has(input:focus-visible),
.op-choices .opc-warranty-choice > label:has(input:focus-visible) {
	outline: 2px solid var(--op-lilac);
	outline-offset: 2px;
}
.op-option.is-unavailable,
.op-option:has(input:disabled) { opacity: 0.45; cursor: not-allowed; }
.op-option__sub,
.op-choices .opc-upgrade-price,
.op-choices .opc-warranty-price {
	font-size: 12.5px;
	font-weight: 400;
	color: var(--op-text-3);
}
.op-choices .opc-upgrade-price,
.op-choices .opc-warranty-price { display: block; }
.op-choices .opc-upgrade-included {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 14.5px;
	color: var(--op-text-2);
}
.op-choices .opc-extra-details { font-size: 12.5px; color: var(--op-text-2) !important; text-decoration: underline; }
.op-swatch--lg { width: 18px; height: 18px; flex-shrink: 0; }
.op-variants .op-option { flex-direction: row; align-items: center; gap: 12px; min-height: 48px; }
.op-variants .op-option__sub { margin-left: auto; font-size: 14px; color: var(--op-text-2); }

/* Extras */
.op-extras {
	margin-top: 20px;
	border: 1px solid var(--op-line-control);
	border-radius: 10px;
	background: var(--op-surface);
}
.op-extras summary {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 16px;
	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}
.op-extras summary::-webkit-details-marker { display: none; }
.op-extras summary svg { margin-left: auto; color: var(--op-text-3); }
.op-extras[open] summary svg { transform: rotate(180deg); }
.op-extras__sum { color: var(--op-lilac); font-weight: 600; }
.op-extras__body { padding: 4px 16px 16px; }

/* Buy row */
.op-pdp__buy {
	display: flex;
	gap: 10px;
	margin-top: 24px;
}
.op-qty {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 132px;
	height: 56px;
	padding: 0 5px;
	border: 1px solid var(--op-line-control);
	border-radius: 10px;
	flex-shrink: 0;
}
.op-qty__btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 44px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: var(--op-text) !important;
	cursor: pointer;
}
.op-qty__btn[hidden] { display: none !important; }
.op-qty__btn:hover { background: var(--op-surface-raised) !important; }
.op-qty__input,
.op-qty input.qty {
	width: 40px !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--op-text) !important;
	font: 600 16px/44px var(--op-font) !important;
	text-align: center;
	-moz-appearance: textfield;
	appearance: textfield;
}
.op-qty__input::-webkit-outer-spin-button,
.op-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
html:not(.op-js) .op-qty { width: 90px; }
html:not(.op-js) .op-qty__input { width: 100% !important; }
.op-pdp__add,
body.op-premium .product .cart .op-pdp__add {
	flex: 1 1 auto;
	height: 56px;
	padding: 0 24px !important;
	border-radius: 10px !important;
	background: var(--op-violet) !important;
	color: #fff !important;
	font: 600 16px/1 var(--op-font) !important;
	letter-spacing: 0 !important;
}
.op-pdp__add:hover { background: var(--op-violet-hover) !important; }
.op-pdp__add:disabled { opacity: 0.45; cursor: not-allowed; }
.op-pdp__unavailable { margin: 10px 0 0; font-size: 14px; color: var(--op-warn); }
.op-pdp__unavailable[hidden] { display: none; }
.op-pdp__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: var(--op-text-2);
}
.op-pdp__trust li { display: flex; align-items: center; gap: 8px; margin: 0; }
.op-pdp__sku { margin: 20px 0 0; font-size: 11px; line-height: 16px; }

/* Section bar */
.op-subnav {
	position: sticky;
	top: calc(var(--op-admin-bar) + 64px);
	z-index: 40;
	background: var(--op-panel);
	border-top: 1px solid var(--op-line-header);
	border-bottom: 1px solid var(--op-line-header);
}
.op-subnav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
}
.op-subnav__links {
	display: flex;
	align-self: stretch;
	gap: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.op-subnav__links li { display: flex; margin: 0; }
.op-subnav__links a {
	display: flex;
	align-items: center;
	font-size: 14.5px;
	color: var(--op-text-2) !important;
}
.op-subnav__links a:hover { color: var(--op-text) !important; }
.op-subnav__links a[aria-current="true"] {
	color: var(--op-text) !important;
	font-weight: 600;
	box-shadow: inset 0 -2px 0 var(--op-lilac);
}
.op-subnav__buy {
	display: flex;
	align-items: center;
	gap: 16px;
	visibility: hidden;
	opacity: 0;
}
.op-subnav.is-buy .op-subnav__buy { visibility: visible; opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
	.op-subnav__buy { transition: opacity 150ms var(--op-ease), visibility 150ms; }
}
.op-subnav__name { font-size: 14.5px; color: var(--op-text-2); }
.op-subnav__price { font-size: 18px; font-weight: 600; font-stretch: 108%; }
.op-subnav .op-btn--sm { height: 40px; font-size: 14.5px; }

/* What's inside */
.op-inside { border-top: 0; padding-top: 96px; }
.op-inside__note {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 700px;
	margin: 16px 0 0;
	font-size: 17px;
	line-height: 1.6;
	color: var(--op-text-2);
}
.op-inside__note svg { flex-shrink: 0; color: var(--op-lilac); }
.op-inside__tiles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 48px 0 0;
	padding: 0;
	list-style: none;
}
.op-inside__tile {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	min-height: 220px;
	margin: 0;
	padding: 28px;
	border-radius: 20px;
	background: var(--op-surface);
	border: 1px solid var(--op-line-soft);
}
.op-inside__tile > svg { color: var(--op-lilac); }
.op-inside__body { display: flex; flex-direction: column; gap: 6px; }
.op-inside__label {
	font-family: var(--op-mono);
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--op-text-3);
}
.op-inside__value { font-size: 24px; line-height: 1.2; font-weight: 600; font-stretch: 112%; }
.op-inside__sub { font-size: 14px; color: var(--op-text-2); }
.op-inside__groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 56px;
}
.op-inside__group {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding-top: 20px;
	border-top: 1px solid #33333A;
}
.op-inside__group h3 { margin: 0; font-size: 16px; font-weight: 600; }
.op-inside__group dl { display: flex; flex-direction: column; gap: 18px; margin: 0; }
.op-inside__group dt { font-size: 13px; font-weight: 400; color: var(--op-text-3); }
.op-inside__group dd { margin: 4px 0 0; font-size: 15.5px; color: var(--op-text); }

/* Closest models */
.op-compare__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 48px 0 0;
	padding: 0;
	list-style: none;
}
.op-compare__cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 880px; }
.op-compare__card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 440px;
	margin: 0;
	padding: 32px;
	border-radius: 20px;
	background: var(--op-surface);
	border: 1px solid var(--op-line-soft);
}
.op-compare__card.is-current { background: #16131B; border: 1.5px solid var(--op-lilac); }
.op-compare__line { margin: 0; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; }
.op-compare__num {
	margin: 6px 0 0;
	font-size: 56px;
	line-height: 1;
	font-weight: 700;
	font-stretch: 125%;
	letter-spacing: -0.02em;
}
.op-compare__index { margin: 8px 0 0; font-size: 14px; color: var(--op-text-2); }
.op-compare__specs { display: flex; flex-direction: column; gap: 14px; margin: 28px 0 0; }
.op-compare__specs dt { font-size: 12.5px; font-weight: 400; color: var(--op-text-3); }
.op-compare__specs dd { margin: 2px 0 0; font-size: 16px; }
.op-compare__specs .is-different dd { font-weight: 600; color: var(--op-lilac); }
.op-compare__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 24px;
}
.op-compare__price { display: flex; align-items: baseline; gap: 6px; font-size: 24px; font-weight: 600; font-stretch: 108%; }
.op-compare__from { font-size: 13px; font-weight: 400; color: var(--op-text-3); }
.op-compare__here { font-size: 14px; color: var(--op-text-3); }

/* Custom build */
.op-custom { padding: 56px 0; }
.op-custom__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}
.op-custom__title { margin: 0; font-size: 26px; line-height: 1.2; font-weight: 600; font-stretch: 112%; }
.op-custom p { margin: 8px 0 0; max-width: 640px; font-size: 16px; color: var(--op-text-2); }

/* Description and delivery */
.op-about__inner {
	display: grid;
	grid-template-columns: minmax(0, 720px) minmax(0, 480px);
	justify-content: space-between;
	gap: 80px;
	align-items: start;
}
.op-about__body {
	max-width: 640px;
	margin-top: 24px;
	font-size: 17px;
	line-height: 1.7;
	color: var(--op-text-2);
}
.op-about__body p { margin: 0 0 16px; }
.op-about__body h3,
.op-about__body h4 { margin: 24px 0 8px; font-size: 18px; line-height: 1.4; color: var(--op-text); }
.op-about__body ul { margin: 0 0 16px; padding-left: 20px; }
.op-about__body table { width: 100%; border-collapse: collapse; font-size: 15px; }
.op-about__body th,
.op-about__body td { padding: 10px 0; border-bottom: 1px solid var(--op-line); text-align: left; background: none; color: var(--op-text-2); }
.op-about__body th { width: 40%; color: var(--op-text-3); font-weight: 400; }
.op-about__panel {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 32px;
	border-radius: 20px;
	background: var(--op-surface);
	border: 1px solid var(--op-line-soft);
}
.op-about__item {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 14px;
}
.op-about__item > svg { color: var(--op-lilac); }
.op-about__item h3 { margin: 0; font-size: 16px; line-height: 1.4; font-weight: 600; }
.op-about__item p { margin: 4px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--op-text-2); }
.op-about__item a { color: var(--op-text) !important; text-decoration: underline; text-underline-offset: 3px; }

/* Zoom dialog */
.op-zoom {
	width: min(1100px, 94vw);
	max-height: 92vh;
	padding: 24px;
	border: 1px solid var(--op-line-panel);
	border-radius: 20px;
	background: var(--op-panel);
}
.op-zoom::backdrop { background: rgba(7, 7, 9, 0.85); }
.op-zoom img { display: block; width: 100%; height: auto; max-height: calc(92vh - 48px); object-fit: contain; }
.op-zoom__close {
	position: absolute !important;
	top: 12px;
	right: 12px;
	width: 44px;
	height: 44px;
	border: 1px solid var(--op-line-input);
	border-radius: 10px;
	background: rgba(20, 20, 23, 0.9);
	color: var(--op-text);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

/* Mobile buy bar (hidden on desktop, where the section bar has the buy button) */
.op-buybar { display: none; }

@media (max-width: 1199px) {
	.op-pdp__top { grid-template-columns: minmax(0, 1fr) minmax(0, 420px); gap: 48px; }
	.op-pdp__stage { height: 560px; }
	.op-pdp__main { height: 440px; }
	.op-about__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 400px); gap: 48px; }
	.op-inside__tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 992px) {
	.op-pdp__top { display: flex; flex-direction: column; align-items: stretch; gap: 24px; padding-top: 0; padding-bottom: 56px; }
	.op-pdp__media { order: 1; min-width: 0; margin: 0 calc(-1 * var(--op-gutter)); }
	.op-pdp__summary { order: 2; min-width: 0; }
	.op-pdp__stage { height: 420px; padding-bottom: 56px; border-radius: 0; border-left: 0; border-right: 0; }
	.op-pdp__main { height: 320px; max-width: 86%; }
	.op-pdp__shadow { bottom: 44px; }
	.op-pdp__thumbs {
		display: flex;
		gap: 10px;
		margin: 12px 0 0;
		padding: 0 var(--op-gutter);
		overflow-x: auto;
		scrollbar-width: none;
	}
	.op-pdp__thumbs li { flex: 0 0 72px; }
	.op-pdp__thumbs a { height: 72px; padding: 6px; }
	.op-pdp__thumbs img { height: 56px; }
	.op-index { margin: 20px var(--op-gutter) 0; padding: 18px 20px; }
	.op-pdp__num { font-size: 68px; }
	.op-pdp__amount { font-size: 34px; }
	.op-choices .opc-warranty-choice { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.op-choices .opc-warranty-choice > label { padding: 10px 12px; }

	.op-subnav { display: none; }
	.op-inside { padding-top: 56px; }
	.op-inside__note { font-size: 15px; }
	.op-inside__tiles { grid-template-columns: minmax(0, 1fr); gap: 0; margin-top: 24px; }
	.op-inside__tile {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 16px;
		min-height: 0;
		padding: 16px 0;
		border: 0;
		border-bottom: 1px solid var(--op-line);
		border-radius: 0;
		background: transparent;
	}
	.op-inside__tile > svg { flex-shrink: 0; }
	.op-inside__value { font-size: 18px; }
	.op-inside__groups { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 32px; }

	.op-compare__cards,
	.op-compare__cards--2 {
		display: flex;
		gap: 12px;
		margin: 24px calc(-1 * var(--op-gutter)) 0;
		padding: 0 var(--op-gutter);
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: var(--op-gutter);
		scrollbar-width: none;
	}
	.op-compare__card { flex: 0 0 280px; min-height: 0; padding: 24px; scroll-snap-align: start; }
	.op-compare__num { font-size: 44px; }

	.op-custom__inner { flex-direction: column; align-items: flex-start; }
	.op-about__inner { grid-template-columns: minmax(0, 1fr); gap: 32px; }
	.op-about__body { font-size: 16px; }

	.op-buybar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 80;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		height: 76px;
		padding: 0 var(--op-chat-space) calc(env(safe-area-inset-bottom, 0px)) 16px;
		background: var(--op-panel);
		border-top: 1px solid var(--op-line-panel);
		box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.45);
		transform: translateY(110%);
		visibility: hidden;
	}
	.op-buybar[hidden] { display: none; }
	.op-buybar.is-visible:not(.is-footer) { transform: none; visibility: visible; }
	@media (prefers-reduced-motion: no-preference) {
		.op-buybar { transition: transform 200ms var(--op-ease), visibility 200ms; }
	}
	.op-buybar__text { display: flex; flex-direction: column; min-width: 0; }
	.op-buybar__name { font-size: 13px; color: var(--op-text-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.op-buybar__price { font-size: 18px; font-weight: 600; font-stretch: 108%; }
	.op-buybar .op-btn { height: 48px; padding: 0 20px; }
	body.op-premium.single-product .op-footer { padding-bottom: 96px; }
}

@media (max-width: 480px) {
	.op-choice__options--2,
	.op-choices .opc-upgrade-choice { grid-template-columns: minmax(0, 1fr); }
	.op-choice--colour .op-choice__options--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.op-pdp__buy { flex-wrap: nowrap; }
	.op-qty { width: 112px; }
	.op-qty__btn { width: 32px; }
}

/* ============================================================ listings */

.op-plp { padding-bottom: 96px; }
.op-plp-head { padding: 8px 0 0; }
.op-plp-head__top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
}
.op-plp-head__title {
	margin: 0 !important;
	font-size: 52px;
	line-height: 1.1;
	font-weight: 600;
	font-stretch: 112%;
	letter-spacing: -0.01em;
}
.op-plp-head__intro {
	max-width: 760px;
	margin: 12px 0 0;
	font-size: 18px;
	line-height: 1.6;
	color: var(--op-text-2);
}
.op-plp-head__all { flex-shrink: 0; }
.op-plp-head__all.is-current { border-color: var(--op-lilac); }

/* Series band: the three series laid over their part of the ruler. */
.op-series { margin-top: 28px; }
/* All series share one grid cell, so the row grows with the tallest box
   when a tagline wraps, and every box keeps that height. */
.op-series__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}
.op-series__item {
	grid-area: 1 / 1;
	width: calc(var(--op-end) - var(--op-start));
	margin: 0 0 0 var(--op-start);
}
.op-series__link {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	height: 100%;
	min-height: 88px;
	padding: 14px 20px;
	border-radius: 12px;
	border: 1px solid var(--op-line-soft);
	background: var(--op-surface);
	color: var(--op-text) !important;
}
.op-series__link:hover { border-color: #3A3A42; }
.op-series__link.is-current { border: 1.5px solid var(--op-lilac); background: var(--op-lilac-bg); }
.op-series__name { font-size: 20px; line-height: 1.25; font-weight: 600; font-stretch: 112%; }
.op-series__tag { font-size: 13.5px; line-height: 1.35; color: var(--op-text-2); }
.op-series__meta { font-size: 13px; color: var(--op-text-3); }
.op-ruler--series { height: 40px; --op-tick-h: 12px; --op-band-top: 30px; }
.op-ruler--series .op-ruler__tick { background: #5A5A62; }
.op-ruler--series .op-ruler__tick.is-line {
	top: calc(var(--op-band-top) - 2px - 20px);
	height: 20px;
	background: var(--op-lilac);
}

/* Chips (purpose lines, subcategories, active filters) */
.op-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}
.op-chip {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 38px;
	padding: 0 16px;
	border-radius: 999px !important;
	border: 1px solid var(--op-line-control) !important;
	background: transparent !important;
	color: var(--op-text) !important;
	font: 500 14px/1 var(--op-font) !important;
	cursor: pointer;
}
.op-chip span { color: var(--op-text-3); }
.op-chip:hover { border-color: #4A4A52 !important; }
.op-chip.is-current { border: 1.5px solid var(--op-lilac) !important; background: var(--op-lilac-bg) !important; }
.op-chip.is-current span { color: var(--op-lilac); }
.op-chip--active {
	height: 34px;
	padding: 0 10px 0 14px;
	border-color: var(--op-lilac-line) !important;
	background: var(--op-lilac-bg) !important;
	font-size: 13.5px !important;
}
.op-chip__x,
.op-chip--active svg { color: var(--op-text-2); font-size: 16px; }

/* Layout */
.op-plp__layout {
	display: grid;
	grid-template-columns: 272px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
	margin-top: 40px;
}
.op-plp__layout--full { grid-template-columns: minmax(0, 1fr); }
.op-plp__main { display: flex; flex-direction: column; min-width: 0; }

/* Filters */
.op-filters { display: flex; flex-direction: column; min-width: 0; }
.op-filters__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 44px;
}
.op-filters__title { margin: 0 !important; font-size: 18px; line-height: 1.3; font-weight: 600; }
.op-filters__clear {
	font-size: 14px;
	color: var(--op-lilac) !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.op-filters__clear[hidden] { display: none; }
.op-filters__close { display: none !important; }
.op-facet {
	min-width: 0;
	margin: 0;
	padding: 16px 0 14px;
	border: 0;
	border-top: 1px solid var(--op-line);
}
.op-facet[hidden] { display: none; }
.op-facet legend {
	float: left;
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--op-text);
}
.op-facet legend + * { clear: both; }
.op-facet__option {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 36px;
	margin: 0;
	font-size: 14.5px;
	color: var(--op-text);
	cursor: pointer;
}
.op-facet__option input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--op-lilac);
	flex-shrink: 0;
}
.op-facet__label { flex: 1 1 auto; min-width: 0; }
.op-facet__count { font-size: 13px; color: var(--op-text-3); font-variant-numeric: tabular-nums; }
.op-facet__option.is-empty { opacity: 0.4; cursor: default; }
.op-filters__foot { display: flex; gap: 10px; margin-top: 16px; }
.op-filters.is-live .op-filters__foot { display: none; }
.op-filters--widgets .op-filters__body > * { border-top: 1px solid var(--op-line); padding-top: 12px; margin-bottom: 12px; }

/* Toolbar */
.op-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 56px;
}
.op-toolbar__left { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; min-width: 0; }
.op-toolbar__count { margin: 0 8px 0 0 !important; font-size: 16px; font-weight: 600; color: var(--op-text); }
.op-toolbar__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.op-toolbar__filters[hidden] { display: none; }
@media (min-width: 993px) {
	.op-toolbar__filters { display: none !important; }
}
.op-toolbar__badge {
	min-width: 20px;
	height: 20px;
	box-sizing: border-box;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--op-violet);
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.op-toolbar__badge[hidden] { display: none; }
.op-toolbar__sort {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	flex-shrink: 0;
	font-size: 14px;
	color: var(--op-text-2);
}
.op-select,
.op-toolbar__sort select,
.op-toolbar__sort--wc select.orderby {
	height: 42px !important;
	padding: 0 36px 0 12px !important;
	border-radius: 10px !important;
	border: 1px solid var(--op-line-control) !important;
	background: var(--op-input) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%238D8B86'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E") no-repeat right 12px center / 14px !important;
	color: var(--op-text) !important;
	font: 400 14.5px/1 var(--op-font) !important;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none !important;
}
.op-toolbar__sort--wc form { margin: 0; }

/* PC list card */
.op-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	list-style: none;
}
.op-list > li[hidden] { display: none !important; }
body.op-premium .op-list > li.op-pcard {
	box-sizing: border-box;
	position: relative;
	display: grid;
	grid-template-columns: 204px minmax(0, 1fr) 236px;
	gap: 24px;
	width: auto !important;
	margin: 0 !important;
	padding: 16px;
	border-radius: 20px;
	background: var(--op-surface);
	border: 1px solid var(--op-line-soft);
	float: none !important;
	text-align: left;
}
.op-pcard { cursor: pointer; }
.op-pcard:hover { border-color: #3A3A42; background: #16161A; }
.op-pcard:hover .op-pcard__num { color: var(--op-lilac); }
/* The whole card opens the model; buttons and the wishlist heart stay on top. */
.op-pcard__name a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: 20px;
}
.op-pcard__actions .op-btn,
body.op-premium .op-pcard > .commercekit-wishlist { position: relative; z-index: 2; }
.op-pcard__stage {
	position: relative;
	display: block;
	box-sizing: border-box;
	height: 204px;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid #222227;
	background: radial-gradient(ellipse 72% 62% at 50% 42%, var(--op-stage-a) 0%, #17171A 74%);
}
.op-pcard__stage .op-stage__shadow { left: 18%; right: 18%; bottom: 20px; height: 16px; }
.op-pcard__img {
	position: absolute;
	left: 0;
	right: 0;
	top: 12px;
	bottom: 24px;
	width: auto !important;
	max-width: 80%;
	height: calc(100% - 36px) !important;
	object-fit: contain;
	object-position: 50% 100%;
	margin: 0 auto !important;
}
.op-pcard__body { display: flex; flex-direction: column; min-width: 0; padding-top: 2px; }
.op-pcard__kicker {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.op-pcard__name {
	margin: 6px 0 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	line-height: 1 !important;
}
.op-pcard__name a {
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	color: var(--op-text) !important;
}
.op-pcard__name a:hover .op-pcard__num { color: var(--op-lilac); }
.op-pcard__line { font-size: 16px; font-weight: 600; font-stretch: 112%; color: var(--op-text-2); }
.op-pcard__num { font-size: 34px; line-height: 1; letter-spacing: -0.02em; }
.op-pcard__name--plain a { font-size: 20px; line-height: 1.3; font-weight: 600; }
.op-pcard__index {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
}
.op-pcard__index .op-mono { font-size: 11.5px; color: var(--op-text-2); }
.op-mini {
	position: relative;
	flex-shrink: 0;
	width: 240px;
	height: 12px;
}
.op-mini__band { position: absolute; top: 5px; height: 2px; }
:where(.op-mini__band) { background: #4A4A52; }
.op-mini__mark {
	position: absolute;
	top: 0;
	width: 2px;
	height: 12px;
	margin-left: -1px;
	background: var(--op-text);
}
.op-pcard__basis { margin: 12px 0 0; line-height: 1.5; }
.op-pcard__specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	list-style: none;
	font-size: 14.5px;
	line-height: 1.35;
	color: var(--op-text);
}
.op-pcard__specs li { display: flex; align-items: center; gap: 10px; min-width: 0; margin: 0; }
.op-pcard__specs svg { flex-shrink: 0; color: var(--op-text-3); }
.op-pcard__buy {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	padding-left: 24px;
	border-left: 1px solid var(--op-line);
}
.op-pcard__pricebox { display: flex; flex-direction: column; }
.op-pcard__price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin: 0;
	font-size: 28px;
	line-height: 1.15;
	font-weight: 600;
	font-stretch: 108%;
	color: var(--op-text);
}
.op-pcard__from { font-size: 13px; font-weight: 400; color: var(--op-text-3); }
.op-pcard__esto { margin: 2px 0 0; font-size: 13px; color: var(--op-text-2); }
.op-pcard__pricebox .op-stock { margin: 10px 0 0; }
.op-pcard__actions { display: flex; flex-direction: column; gap: 10px; }
.op-pcard__actions .op-swatches { align-self: flex-end; }
.op-pcard .gtm4wp_productdata { display: none !important; }

/* Grid tile */
.op-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px 24px;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	list-style: none;
}
body.op-premium .op-grid > li.op-gtile {
	position: relative;
	display: flex;
	flex-direction: column;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	text-align: left;
}
.op-gtile__media {
	position: relative;
	display: block;
	aspect-ratio: 410 / 340;
	overflow: hidden;
	border-radius: 20px;
}
.op-plate {
	isolation: isolate;
	background: linear-gradient(180deg, var(--op-plate-a), var(--op-plate-b));
}
.op-plate .op-gtile__img { mix-blend-mode: multiply; }
.op-gtile__img {
	position: absolute;
	inset: 12% 18%;
	width: 64% !important;
	height: 76% !important;
	object-fit: contain;
	margin: 0 !important;
}
.op-gtile--pc .op-gtile__img { object-position: 50% 100%; inset: 8% 18% 14%; height: 78% !important; }
.op-gtile__body { display: flex; flex-direction: column; gap: 8px; padding: 18px 4px 0; }
.op-gtile__kicker { margin: 0; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; }
.op-gtile__name {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 18px !important;
	line-height: 1.3 !important;
	font-weight: 600 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.op-gtile__name a { color: var(--op-text) !important; }
.op-gtile__name a::after { content: ""; position: absolute; inset: 0; border-radius: 20px; }
.op-gtile:hover .op-gtile__name a { color: var(--op-lilac) !important; }
.op-gtile__line { margin: 0; font-size: 14px; color: var(--op-text-2); }
.op-gtile__price {
	margin: 4px 0 0;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	font-stretch: 108%;
	color: var(--op-text);
}
.op-gtile__from { font-size: 13px; font-weight: 400; color: var(--op-text-3); }
.op-gtile .op-stock { margin: 0; }
.op-gtile__action { position: relative; z-index: 1; margin-top: 8px; }
.op-btn--cart { height: 48px; gap: 8px; }
.op-btn--cart:hover { background: var(--op-violet) !important; border-color: var(--op-violet) !important; color: #fff !important; }
.op-gtile .added_to_cart { display: inline-block; margin-top: 8px; font-size: 14px; color: var(--op-lilac) !important; }

/* Empty state, notes, custom build card, pagination */
.op-empty {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin-top: 16px;
	padding: 40px;
	border-radius: 20px;
	background: var(--op-surface);
	border: 1px solid var(--op-line-soft);
}
.op-empty[hidden] { display: none; }
.op-empty h2 { margin: 0 !important; font-size: 22px; font-weight: 600; font-stretch: 108%; }
.op-empty p { margin: 0; font-size: 15px; color: var(--op-text-2); }
.op-plp__note { margin: 32px 0 0; max-width: 760px; font-size: 15px; line-height: 1.6; color: var(--op-text-2); }
.op-build-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 32px;
	padding: 28px 32px;
	border-radius: 20px;
	background: var(--op-surface);
	border: 1px solid var(--op-line-soft);
}
.op-build-card h2 { margin: 0 !important; font-size: 22px; font-weight: 600; font-stretch: 108%; }
.op-build-card p { margin: 6px 0 0; font-size: 15px; color: var(--op-text-2); }
.op-pagination { margin-top: 40px; }
.op-pagination .woocommerce-pagination ul { border: 0 !important; }
.op-pagination .page-numbers li { border: 0 !important; }
.op-pagination .page-numbers a,
.op-pagination .page-numbers span {
	border-radius: 10px;
	border: 1px solid var(--op-line-control) !important;
	background: transparent !important;
	color: var(--op-text) !important;
}
.op-pagination .page-numbers .current { border-color: var(--op-lilac) !important; background: var(--op-lilac-bg) !important; }
.op-sheet-backdrop { position: fixed; inset: 0; z-index: 150; background: rgba(7, 7, 9, 0.7); }
.op-sheet-backdrop[hidden] { display: none; }

/* Listings: tablet */
@media (max-width: 1199px) {
	.op-plp__layout { grid-template-columns: 240px minmax(0, 1fr); gap: 32px; }
	body.op-premium .op-list > li.op-pcard { grid-template-columns: 180px minmax(0, 1fr); }
	.op-pcard__stage { height: 180px; }
	.op-pcard__buy {
		grid-column: 1 / -1;
		flex-direction: row;
		align-items: flex-end;
		padding: 16px 0 0;
		border-left: 0;
		border-top: 1px solid var(--op-line);
	}
	.op-pcard__actions { flex-direction: row-reverse; align-items: center; gap: 16px; }
	.op-pcard__actions .op-btn { width: auto; min-width: 180px; }
	.op-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Listings: phones (PLPMobile.dc.html, PLPFilters.dc.html) */
@media (max-width: 992px) {
	.op-plp { padding-bottom: 56px; }
	.op-plp-head__top { flex-direction: column; align-items: flex-start; gap: 16px; }
	.op-plp-head__title { font-size: 30px; line-height: 1.15; }
	.op-plp-head__intro { font-size: 16px; }
	.op-plp-head__all { display: none; }
	.op-series { margin-top: 20px; }
	.op-series__list {
		display: flex;
		gap: 8px;
		height: auto;
		overflow-x: auto;
		scrollbar-width: none;
	}
	.op-series__item { width: auto; margin: 0; flex: 0 0 auto; }
	.op-series__link { height: 40px; min-height: 0; padding: 0 16px; border-radius: 999px; flex-direction: row; align-items: center; gap: 8px; }
	.op-series__name { font-size: 15px; }
	.op-series__tag { display: none; }
	.op-series__meta { font-size: 13px; }
	.op-ruler--series { display: none; }

	.op-plp__layout { display: block; margin-top: 20px; }
	.op-filters {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 64px;
		z-index: 160;
		box-sizing: border-box;
		padding: 0 16px;
		overflow-y: auto;
		border-radius: 20px 20px 0 0;
		background: var(--op-panel);
		border-top: 1px solid var(--op-line-panel);
	}
	.op-filters.is-open { display: flex; }
	.op-filters__head { position: sticky; top: 0; z-index: 1; height: 60px; background: var(--op-panel); }
	.op-filters__close { display: inline-flex !important; }
	.op-filters__clear { margin-left: auto; margin-right: 12px; }
	.op-filters__body { flex: 1 1 auto; }
	.op-filters.is-live .op-filters__foot,
	.op-filters__foot {
		display: flex;
		position: sticky;
		bottom: 0;
		margin: 0 -16px;
		padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
		background: var(--op-panel);
		border-top: 1px solid var(--op-line-panel);
	}
	.op-filters__foot .op-btn { flex: 1 1 0; height: 48px; }
	.op-toolbar { flex-wrap: wrap; }
	.op-toolbar__left { width: 100%; }
	.op-toolbar__filters { order: -1; }
	.op-toolbar__count { width: 100%; order: 3; margin-top: 4px !important; }
	.op-toolbar__sort span { display: none; }

	body.op-premium .op-list > li.op-pcard {
		grid-template-columns: 116px minmax(0, 1fr);
		gap: 12px 14px;
		padding: 14px;
	}
	.op-pcard__stage { height: 136px; }
	.op-pcard__line { font-size: 13px; }
	.op-pcard__num { font-size: 28px; }
	.op-mini { width: 120px; }
	.op-pcard__specs { grid-column: 1 / -1; margin-top: 4px !important; font-size: 13px; gap: 8px 12px; }
	.op-pcard__body { display: contents; }
	.op-pcard__kicker,
	.op-pcard__name,
	.op-pcard__index,
	.op-pcard__basis { grid-column: 2; }
	.op-pcard__media { grid-row: 1 / span 4; }
	.op-pcard__buy { grid-column: 1 / -1; flex-direction: column; align-items: stretch; }
	.op-pcard__price { font-size: 22px; }
	.op-pcard__actions { flex-direction: column-reverse; align-items: stretch; }
	.op-pcard__actions .op-btn { width: 100%; }
	.op-pcard__actions .op-swatches { align-self: flex-start; }

	.op-grid { gap: 20px 12px; }
	.op-gtile__name { font-size: 15px !important; }
	.op-gtile__price { font-size: 18px; }
	.op-build-card { flex-direction: column; align-items: flex-start; padding: 24px; }
}
@media (max-width: 359px) {
	.op-grid { grid-template-columns: minmax(0, 1fr); }
}

/* CommerceKit wishlist heart: on the photo, as in the design. */
body.op-premium .op-pcard > .commercekit-wishlist,
body.op-premium .op-gtile > .commercekit-wishlist {
	position: absolute !important;
	z-index: 2;
	top: 24px !important;
	right: auto !important;
	left: calc(16px + 204px - 44px) !important;
	margin: 0 !important;
}
body.op-premium .op-gtile > .commercekit-wishlist { top: 12px !important; left: auto !important; right: 12px !important; }
body.op-premium .op-pcard > .commercekit-wishlist a,
body.op-premium .op-gtile > .commercekit-wishlist a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid var(--op-line-input);
	background: rgba(20, 20, 23, 0.85);
	color: var(--op-text);
}
body.op-premium .op-gtile:not(.op-gtile--pc) > .commercekit-wishlist a {
	border-color: transparent;
	background: rgba(255, 255, 255, 0.75);
	color: #1B1B1F;
}
@media (max-width: 1199px) {
	body.op-premium .op-pcard > .commercekit-wishlist { left: calc(16px + 180px - 44px) !important; }
}
@media (max-width: 992px) {
	body.op-premium .op-pcard > .commercekit-wishlist { top: 20px !important; left: calc(14px + 116px - 42px) !important; }
	.op-pcard__index { flex-wrap: wrap; gap: 4px 10px; margin-top: 10px; }
}

/* Chat bubbles must not cover the filter sheet's buttons. */
html.op-sheet-open .fb_dialog,
html.op-sheet-open .fb-customerchat,
html.op-sheet-open #fb-root iframe { display: none !important; }

/* ======================================================= live search */

body.op-premium .searchwp-live-search-results {
	box-sizing: border-box;
	width: min(640px, calc(100vw - 32px)) !important;
	margin-left: -40px;
	padding: 12px;
	border-radius: 20px;
	background: #121215;
	border: 1px solid var(--op-line-panel);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
	color: var(--op-text);
	font-family: var(--op-font);
	z-index: 120 !important;
	max-height: min(72vh, 640px) !important;
	overflow-y: auto;
}
body.op-premium .searchwp-live-search-results .searchwp-live-search-result { border: 0; padding: 12px; }
.op-sr { display: flex; flex-direction: column; }
.op-sr__label {
	margin: 0;
	padding: 14px 12px 6px;
	font-family: var(--op-mono);
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--op-text-3);
}
.op-sr__label:first-child { padding-top: 10px; }
.op-sr__row {
	display: grid !important;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	border-radius: 12px;
	color: var(--op-text) !important;
	text-decoration: none;
}
.op-sr__row--product { grid-template-columns: 48px minmax(0, 1fr) auto; }
.op-sr__row:hover,
.op-sr__row.searchwp-live-search-result--focused,
.op-sr__row[aria-selected="true"],
.op-sr__row.is-match:first-of-type { background: var(--op-lilac-bg); }
.op-sr__badge {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: #17171B;
	border: 1px solid var(--op-line-input);
	font-family: var(--op-mono);
	font-size: 15px;
	font-weight: 500;
	color: var(--op-text-2);
}
.op-sr__badge.is-match { background: #221B2C; border-color: var(--op-lilac-line); color: var(--op-lilac); }
.op-sr__thumb { width: 48px; height: 48px; border-radius: 10px; overflow: hidden; background: linear-gradient(180deg, var(--op-plate-a), var(--op-plate-b)); }
.op-sr__thumb img { width: 48px !important; height: 48px !important; object-fit: contain; mix-blend-mode: multiply; }
.op-sr__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.op-sr__name { font-size: 15.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.op-sr__row.is-match .op-sr__num { color: var(--op-lilac); }
.op-sr__specs { font-size: 13.5px; color: var(--op-text-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.op-sr__price { font-size: 15px; font-weight: 600; white-space: nowrap; }
.op-sr__price > span { font-size: 13px; font-weight: 400; color: var(--op-text-3); }
.op-sr__chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 4px 12px 12px; }
.op-sr__chips .op-chip { height: 36px; border-radius: 10px !important; }
.op-sr__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 4px;
	padding: 14px 12px 4px;
	border-top: 1px solid var(--op-line);
	font-size: 14px;
}
.op-sr__foot a { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--op-text) !important; }
.op-sr__hint { display: flex; align-items: center; gap: 8px; color: var(--op-text-3); }
.op-sr__hint kbd {
	padding: 2px 7px;
	border: 1px solid #33333A;
	border-radius: 6px;
	background: transparent;
	font-family: var(--op-mono);
	font-size: 11px;
	line-height: 16px;
	color: var(--op-text-2);
	box-shadow: none;
}
.op-sr__empty { margin: 0; padding: 16px 12px; font-size: 15px; color: var(--op-text-2); }
@media (max-width: 992px) {
	body.op-premium .searchwp-live-search-results { width: calc(100vw - 32px) !important; }
	.op-sr__hint { display: none; }
	.op-sr__specs { white-space: normal; }
}

/* Shoptimizer makes ul.products a flex row; the premium grid is a grid. */
body.op-premium ul.products.op-grid { display: grid !important; }
body.op-premium ul.products.op-list { display: flex !important; flex-direction: column; }
body.op-premium ul.products.op-grid::before,
body.op-premium ul.products.op-grid::after,
body.op-premium ul.products.op-list::before,
body.op-premium ul.products.op-list::after { display: none !important; }

/* Checkout header */
.op-header--minimal .op-bar__inner { gap: 32px; }
.op-header--minimal .op-bar__back,
.op-header--minimal .op-bar__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14.5px;
	color: var(--op-text-2) !important;
}
.op-header--minimal .op-bar__back:hover,
.op-header--minimal .op-bar__phone:hover { color: var(--op-lilac) !important; }
.op-header--minimal .op-bar__phone { margin-left: auto; }
@media (max-width: 992px) {
	.op-header--minimal .op-bar__inner { display: flex; gap: 16px; padding-inline: var(--op-gutter); }
	.op-header--minimal .op-bar__phone { font-size: 0; gap: 0; }
	.op-header--minimal .op-bar__phone svg { width: 20px; height: 20px; }
}

/* Shoptimizer's product card hover: a coloured overlay (::before) that
   paints over the card and catches its clicks, and a shrinking photo. */
body.op-premium ul.products li.product::before { display: none !important; }
body.op-premium ul.products li.product:hover img { transform: none !important; }

/* Breadcrumbs (and the content of pages without a premium template) start
   where the logo starts, on every page and screen width. */
body.op-premium .site-content > .shoptimizer-archive > .archive-header > .col-full,
body.op-light .site-content > .shoptimizer-archive > .col-full {
	box-sizing: border-box;
	max-width: calc(1280px + 2 * var(--op-gutter)) !important;
	margin-inline: auto !important;
	padding-inline: var(--op-gutter) !important;
	background: transparent !important;
}
body.op-premium .woocommerce-breadcrumb { text-align: left; }

/* PC product page: custom build note under the SKU */
.op-pdp__custom {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 16px 0 0;
	padding-top: 16px;
	border-top: 1px solid var(--op-line);
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--op-text-2);
}
.op-pdp__custom svg { flex-shrink: 0; margin-top: 2px; color: var(--op-lilac); }
.op-pdp__custom a { color: var(--op-text) !important; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.op-pdp__custom a:hover { color: var(--op-lilac) !important; }

/* ================================================== custom build page */

.op-asm { display: block; }
.op-asm .op-section__head .op-lead { margin-top: 16px; }

/* Hero: the promise on the left, a finished build on the right. */
.op-asm-hero {
	background: radial-gradient(ellipse 760px 560px at 80% 44%, #1C1822 0%, rgba(28, 24, 34, 0) 72%), var(--op-ground);
}
.op-asm-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 72px;
	padding-top: 64px;
	padding-bottom: 104px;
}
.op-asm-notice {
	display: inline-flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 28px;
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid var(--op-lilac-line);
	background: var(--op-lilac-bg);
	font-size: 14.5px;
	line-height: 1.45;
	color: var(--op-text);
}
.op-asm-notice svg { flex-shrink: 0; margin-top: 1px; color: var(--op-lilac); }
.op-asm-kicker {
	margin: 0 0 20px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--op-lilac);
}
.op-asm-hero__title {
	margin: 0;
	font-size: 56px;
	line-height: 1.06;
	font-weight: 600;
	font-stretch: 112%;
	letter-spacing: -0.015em;
	color: var(--op-text);
}
.op-asm-hero__lead {
	margin: 24px 0 0;
	max-width: 540px;
	font-size: 19px;
	line-height: 1.55;
	color: var(--op-text-2);
}
.op-asm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}
.op-asm-hero__actions .op-btn { padding-inline: 26px; }
.op-asm-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	font-size: 14.5px;
	color: var(--op-text-2);
}
.op-asm-hero__facts li { display: inline-flex; align-items: center; gap: 8px; margin: 0; }
.op-asm-hero__facts svg { flex-shrink: 0; color: var(--op-lilac); }
.op-asm-hero__visual { position: relative; }
.op-asm-hero__photo {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 4;
	object-fit: cover;
	object-position: 62% 50%;
	border-radius: 20px;
	background: var(--op-surface);
}
.op-asm-hero__stat {
	position: absolute;
	left: -28px;
	bottom: 32px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 18px 22px;
	border-radius: 14px;
	border: 1px solid var(--op-line-panel);
	background: rgba(13, 13, 15, 0.9);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.op-asm-hero__stat-num {
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	font-stretch: 125%;
	font-variant-numeric: tabular-nums;
}
.op-asm-hero__stat-label { font-size: 13.5px; color: var(--op-text-2); }

/* How it works */
.op-asm-steps__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	margin: 48px 0 0;
	padding: 0;
	list-style: none;
}
.op-asm-step {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding-top: 24px;
	border-top: 1px solid #33333A;
}
.op-asm-step::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 48px;
	height: 2px;
	background: var(--op-lilac);
}
.op-asm-step__head { display: flex; align-items: center; justify-content: space-between; }
.op-asm-step__num { font-size: 12px; color: var(--op-lilac); }
.op-asm-step__head svg { color: var(--op-text-3); }
.op-asm-step h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	font-stretch: 108%;
}
.op-asm-step p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--op-text-2); }

/* What you get besides the parts */
.op-asm-why__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 48px 0 0;
	padding: 0;
	list-style: none;
}
.op-asm-why__item {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 28px 28px 32px;
	border-radius: 20px;
	border: 1px solid var(--op-line-soft);
	background: var(--op-surface);
}
.op-asm-why__item svg { margin-bottom: 8px; color: var(--op-lilac); }
.op-asm-why__item h3 {
	margin: 0;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 600;
	font-stretch: 108%;
}
.op-asm-why__item p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--op-text-2); }

/* Real builds and reviews */
.op-asm-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 48px 0 0;
	padding: 0;
	list-style: none;
}
.op-asm-gallery li {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	border-radius: 20px;
	background: var(--op-surface);
}
.op-asm-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.op-asm-proof .op-reviews__grid { margin-top: 24px; }
.op-review--large.op-review--long blockquote { font-size: 30px; line-height: 1.25; }

/* Request form with tips beside it */
.op-asm-request__inner {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	align-items: start;
	gap: 72px;
}
.op-asm-request__aside {
	position: sticky;
	top: calc(var(--op-bar-h) + var(--op-admin-bar) + 24px);
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.op-asm-base {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 28px 0 0;
	padding: 14px 18px;
	border-radius: 12px;
	border: 1px solid var(--op-lilac-line);
	background: var(--op-lilac-bg);
	font-size: 15px;
}
.op-asm-base svg { color: var(--op-lilac); }
.op-asm-base a { font-weight: 600; color: var(--op-text) !important; text-decoration: underline; text-underline-offset: 3px; }
.op-asm-base__hint { flex-basis: 100%; padding-left: 28px; font-size: 13.5px; color: var(--op-text-2); }
.op-asm-tips {
	padding: 32px;
	border-radius: 20px;
	border: 1px solid var(--op-line-soft);
	background: var(--op-surface);
}
.op-asm-tips h3 {
	margin: 0 0 22px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	font-stretch: 108%;
}
.op-asm-tips ul {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.op-asm-tips li,
.op-asm-tips__note {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 14px;
	margin: 0;
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--op-text-2);
}
.op-asm-tips li svg,
.op-asm-tips__note svg { color: var(--op-lilac); }
.op-asm-tips strong { display: block; margin-bottom: 2px; font-size: 16px; font-weight: 600; color: var(--op-text); }
.op-asm-tips__note { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--op-line); }
.op-asm-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 24px;
	padding: 22px 32px;
	border-radius: 20px;
	border: 1px solid var(--op-line-soft);
}
.op-asm-contact__title { flex-basis: 100%; margin: 0; font-size: 14px; color: var(--op-text-3); }
.op-asm-contact a,
.op-asm-faq__contact a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15.5px;
	font-weight: 600;
	color: var(--op-text) !important;
}
.op-asm-contact a:hover,
.op-asm-faq__contact a:hover { color: var(--op-lilac) !important; }
.op-asm-contact svg,
.op-asm-faq__contact svg { color: var(--op-lilac); }

/* WPForms, restyled (its own full stylesheet stays for the honeypot,
   errors and the phone field, so these rules carry an extra class). */
.op-asm-form { margin-top: 36px; color-scheme: dark; }
.op-asm-form--missing { font-size: 17px; color: var(--op-text-2); }
.op-asm-form div.wpforms-container-full.op-form { margin: 0; }
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-container {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	column-gap: 16px;
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field {
	grid-column: 1 / -1;
	margin: 0 0 28px;
	padding: 0;
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-text,
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-email,
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-phone { grid-column: span 2; }
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-label {
	margin: 0 0 12px;
	padding: 0;
	font: 600 16px/1.4 var(--op-font);
	color: var(--op-text);
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-required-label { color: var(--op-lilac); }
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-description {
	margin: 8px 0 0;
	font-size: 13.5px;
	line-height: 1.45;
	color: var(--op-text-3);
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form input[type="text"],
.op-asm-form div.wpforms-container-full.op-form .wpforms-form input[type="email"],
.op-asm-form div.wpforms-container-full.op-form .wpforms-form input[type="tel"],
.op-asm-form div.wpforms-container-full.op-form .wpforms-form textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: 52px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid var(--op-line-input);
	border-radius: 10px;
	background: var(--op-input);
	box-shadow: none;
	color: var(--op-text);
	font: 400 16px/1.4 var(--op-font);
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form textarea {
	height: auto;
	min-height: 160px;
	padding: 14px 16px;
	line-height: 1.55;
	resize: vertical;
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form input::placeholder,
.op-asm-form div.wpforms-container-full.op-form .wpforms-form textarea::placeholder { color: var(--op-text-3); opacity: 1; }
.op-asm-form div.wpforms-container-full.op-form .wpforms-form input:focus,
.op-asm-form div.wpforms-container-full.op-form .wpforms-form textarea:focus {
	border-color: var(--op-lilac);
	outline: none;
	box-shadow: 0 0 0 3px rgba(207, 163, 242, 0.18);
}
/* Phone field with the country picker (intl-tel-input) */
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .iti { width: 100%; }
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .iti input[type="tel"] { padding-left: 52px; }
.op-asm-form .iti__country-list {
	border: 1px solid var(--op-line-control);
	border-radius: 10px;
	background: var(--op-surface-raised);
	color: var(--op-text);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}
.op-asm-form .iti__country.iti__highlight { background: #26262C; }
.op-asm-form .iti__dial-code { color: var(--op-text-3); }
.op-asm-form .iti__divider { border-bottom-color: var(--op-line); }
/* Choices as selectable chips: the label is the chip (WPForms forces the
   list items bare), the native checkbox sits on its left. */
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-checkbox ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-checkbox ul li {
	position: relative;
	margin: 0 !important;
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-checkbox li label.wpforms-field-label-inline {
	display: block;
	margin: 0;
	padding: 12px 16px 12px 42px;
	border: 1px solid var(--op-line-control);
	border-radius: 10px;
	background: var(--op-input);
	font-size: 15px;
	line-height: 1.35;
	color: var(--op-text);
	cursor: pointer;
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-checkbox li:hover label.wpforms-field-label-inline { border-color: var(--op-line-ghost); }
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-checkbox li:has(input:checked) label.wpforms-field-label-inline {
	border-color: var(--op-lilac);
	background: var(--op-lilac-bg);
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-checkbox li:has(input:focus-visible) label.wpforms-field-label-inline {
	outline: 2px solid var(--op-lilac);
	outline-offset: 2px;
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-checkbox input[type="checkbox"] {
	position: absolute;
	left: 14px;
	top: 50%;
	z-index: 1;
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	accent-color: var(--op-lilac);
	cursor: pointer;
}
/* The contact block heading (a divider field) */
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-divider {
	margin-top: 8px;
	padding-top: 32px;
	border-top: 1px solid var(--op-line);
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-divider h3 {
	margin: 0;
	font: 600 20px/1.3 var(--op-font);
	font-stretch: 108%;
	color: var(--op-text);
}
/* Errors and the thank-you message */
.op-asm-form div.wpforms-container-full.op-form .wpforms-form label.wpforms-error,
.op-asm-form div.wpforms-container-full.op-form .wpforms-form em.wpforms-error {
	display: block;
	margin: 8px 0 0;
	padding: 0;
	font-size: 13.5px;
	font-style: normal;
	color: #F2A7A0;
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form input.wpforms-error,
.op-asm-form div.wpforms-container-full.op-form .wpforms-form textarea.wpforms-error { border-color: #C2554B; }
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-checkbox.wpforms-has-error li label.wpforms-field-label-inline { border-color: #C2554B; }
.op-asm-form .wpforms-confirmation-container-full,
.op-asm-form div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	margin: 0;
	padding: 24px 28px;
	border: 1px solid #2E4A36;
	border-radius: 16px;
	background: #111A14;
	color: var(--op-text);
	font-size: 17px;
}
.op-asm-form .wpforms-confirmation-container-full p { margin: 0; }
/* Submit */
.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-submit-container {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 4px 0 0;
	padding: 0;
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form button[type="submit"] {
	box-sizing: border-box;
	height: 56px;
	padding: 0 36px;
	border: 0;
	border-radius: 10px;
	background: var(--op-violet);
	color: #fff;
	font: 600 16px/1 var(--op-font);
	letter-spacing: 0;
	text-transform: none;
	cursor: pointer;
}
.op-asm-form div.wpforms-container-full.op-form .wpforms-form button[type="submit"]:hover { background: var(--op-violet-hover); }
.op-asm-form div.wpforms-container-full.op-form .wpforms-form button[type="submit"]:focus-visible {
	outline: 2px solid var(--op-lilac);
	outline-offset: 2px;
}

/* Questions */
.op-asm-faq__inner {
	display: grid;
	grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
	align-items: start;
	gap: 72px;
}
.op-asm-faq__intro {
	position: sticky;
	top: calc(var(--op-bar-h) + var(--op-admin-bar) + 24px);
}
.op-asm-faq__intro .op-lead { font-size: 17px; }
.op-asm-faq__contact { display: flex; flex-direction: column; gap: 12px; margin: 28px 0 0; }
.op-faq { border-top: 1px solid var(--op-line); }
.op-faq__item { border-bottom: 1px solid var(--op-line); }
.op-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 0;
	list-style: none;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	color: var(--op-text);
	cursor: pointer;
}
.op-faq__q::-webkit-details-marker { display: none; }
.op-faq__q::marker { content: ""; }
.op-faq__q:hover { color: var(--op-lilac); }
.op-faq__q svg { flex-shrink: 0; color: var(--op-text-3); }
.op-faq__item[open] .op-faq__q svg { transform: rotate(45deg); color: var(--op-lilac); }
.op-faq__a { padding: 0 56px 24px 0; }
.op-faq__a p {
	margin: 0;
	max-width: 680px;
	font-size: 16px;
	line-height: 1.65;
	color: var(--op-text-2);
}
@media (prefers-reduced-motion: no-preference) {
	.op-faq__q svg { transition: transform 200ms var(--op-ease), color 150ms var(--op-ease); }
}

/* Ready models */
.op-asm-ready .op-models__grid { margin-top: 48px; }

/* Mobile request bar (phones only) */
.op-asm-bar { display: none; }

/* Custom build page: tablet */
@media (max-width: 1199px) {
	.op-asm-hero__title { font-size: 46px; }
	.op-asm-hero__inner { gap: 48px; }
	.op-asm-steps__list { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
	.op-asm-why__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.op-asm-request__inner { gap: 48px; }
	.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-text,
	.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-email { grid-column: span 3; }
	.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-phone { grid-column: 1 / -1; }
}

/* Custom build page: phones */
@media (max-width: 992px) {
	.op-asm-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 36px;
		padding-top: 32px;
		padding-bottom: 56px;
	}
	.op-asm-kicker { margin-bottom: 14px; font-size: 11px; }
	.op-asm-hero__title { font-size: 34px; line-height: 1.1; }
	.op-asm-hero__lead { margin-top: 16px; font-size: 16.5px; }
	.op-asm-hero__actions { flex-direction: column; gap: 10px; margin-top: 24px; }
	.op-asm-hero__actions .op-btn { width: 100%; }
	.op-asm-hero__facts { flex-direction: column; gap: 10px; margin-top: 22px; font-size: 14px; }
	.op-asm-hero__photo { aspect-ratio: 4 / 3; border-radius: 16px; }
	.op-asm-hero__stat { left: 12px; bottom: 12px; padding: 12px 16px; border-radius: 12px; }
	.op-asm-hero__stat-num { font-size: 26px; }
	.op-asm-hero__stat-label { font-size: 12.5px; }

	.op-asm-steps__list { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 32px; }
	.op-asm-step { padding-top: 20px; }
	.op-asm-step h3 { font-size: 18px; }

	.op-asm-why__grid { grid-template-columns: minmax(0, 1fr); gap: 12px; margin-top: 32px; }
	.op-asm-why__item {
		display: grid;
		grid-template-columns: 26px minmax(0, 1fr);
		column-gap: 16px;
		row-gap: 4px;
		padding: 20px;
		border-radius: 16px;
	}
	.op-asm-why__item svg { grid-row: 1 / span 2; margin: 0; }
	.op-asm-why__item h3 { font-size: 17px; }
	.op-asm-why__item p { font-size: 14.5px; }

	.op-asm-gallery {
		display: flex;
		gap: 12px;
		margin: 32px calc(-1 * var(--op-gutter)) 0;
		padding: 0 var(--op-gutter);
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: var(--op-gutter);
		scrollbar-width: none;
	}
	.op-asm-gallery::-webkit-scrollbar { display: none; }
	.op-asm-gallery li { flex: 0 0 72%; scroll-snap-align: start; border-radius: 16px; }
	.op-asm-proof .op-reviews__grid { margin-top: 16px; }
	.op-review--large.op-review--long blockquote { font-size: 21px; line-height: 1.35; }

	.op-asm-request__inner { grid-template-columns: minmax(0, 1fr); gap: 32px; }
	.op-asm-request__aside { position: static; }
	.op-asm-tips { padding: 24px; border-radius: 16px; }
	.op-asm-contact { padding: 20px 24px; border-radius: 16px; }
	.op-asm-form { margin-top: 28px; }
	.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-text,
	.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-email,
	.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field-phone { grid-column: 1 / -1; }
	.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-field { margin-bottom: 24px; }
	.op-asm-form div.wpforms-container-full.op-form .wpforms-form .wpforms-submit-container { display: block; }
	.op-asm-form div.wpforms-container-full.op-form .wpforms-form button[type="submit"] { width: 100%; }

	.op-asm-faq__inner { grid-template-columns: minmax(0, 1fr); gap: 24px; }
	.op-asm-faq__intro { position: static; }
	.op-asm-faq__contact { flex-direction: row; flex-wrap: wrap; gap: 12px 24px; margin-top: 20px; }
	.op-faq__q { padding: 18px 0; font-size: 16.5px; }
	.op-faq__a { padding-right: 0; }
	.op-faq__a p { font-size: 15.5px; }

	.op-asm-ready .op-models__grid { margin-top: 32px; }

	.op-asm-bar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 80;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		height: 76px;
		padding: 0 var(--op-chat-space) calc(env(safe-area-inset-bottom, 0px)) 16px;
		border-top: 1px solid var(--op-line-panel);
		background: var(--op-panel);
		box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.45);
		transform: translateY(110%);
		visibility: hidden;
	}
	.op-asm-bar[hidden] { display: none; }
	.op-asm-bar.is-visible { transform: none; visibility: visible; }
	.op-asm-bar__text { margin: 0; font-size: 13px; line-height: 1.35; color: var(--op-text-2); }
	.op-asm-bar .op-btn { flex-shrink: 0; height: 48px; padding: 0 20px; }
	@media (max-width: 479px) {
		.op-asm-bar__text { display: none; }
		.op-asm-bar .op-btn { flex: 1 1 auto; }
	}
	body.op-asm-page .op-footer { padding-bottom: 96px; }
}
@media (max-width: 992px) and (prefers-reduced-motion: no-preference) {
	.op-asm-bar { transition: transform 200ms var(--op-ease), visibility 200ms; }
}

/* PC sold on request (PC Engine D48): "Küsi pakkumist" instead of the price and cart. */
.op-pdp__quote { display: flex; flex-direction: column; gap: 14px; margin: 20px 0 8px; }
.op-pdp__quote p { margin: 0; color: var(--op-text-2); }
.op-pdp__quote .op-pdp__add { display: flex; align-items: center; justify-content: center; text-decoration: none; }

/* Finder teasers (PC Engine "Leia sobiv arvuti"): homepage section and gaming listings. */
.op-finder__games { display: flex; flex-direction: column; justify-content: center; }
.op-finder__label { margin: 0; color: var(--op-text-3); }
.op-finder__chips { margin: 16px 0 0; padding: 0; list-style: none; }
.op-finder__chips li { margin: 0; }
.op-finder__chips .op-chip { height: 44px; padding: 0 20px; font-size: 16px; }
.op-finder__chips .op-chip:hover { border-color: var(--op-lilac) !important; color: var(--op-lilac) !important; }
.op-plp-head__finder {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	padding: 10px 16px;
	border: 1px solid var(--op-lilac-line);
	border-radius: 10px;
	background: var(--op-lilac-bg);
	color: var(--op-text) !important;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
}
.op-plp-head__finder svg { flex: none; color: var(--op-lilac); }
.op-plp-head__finder:hover { border-color: var(--op-lilac); }

/* Dark-background PC photos (PC Engine marks them "opc-photo-dark", e.g. AI photos): feather the square edge into the stage. */
.op-hero__img.opc-photo-dark,
.op-stage img.opc-photo-dark {
	-webkit-mask-image: radial-gradient(closest-side, #000 88%, transparent 100%);
	mask-image: radial-gradient(closest-side, #000 88%, transparent 100%);
}

/* ================================================= cart and checkout */

/* Shoptimizer's content column becomes the premium container. */
body.op-co-page .site-content > .shoptimizer-archive > .col-full,
body.op-co-page .site-content > .col-full {
	box-sizing: border-box;
	max-width: calc(1280px + 2 * var(--op-gutter));
	padding-inline: var(--op-gutter);
}
body.op-co-page #primary {
	float: none;
	width: 100%;
	margin: 0;
}
body.op-co-page .entry-header { display: none; }
body.op-co-page .entry-content { margin: 0; }
body.op-premium .op-cart,
body.op-premium .op-co,
body.op-premium .op-co-head { color: var(--op-text); }

/* Steps and title */
.op-co-head { padding: 32px 0 28px; }
.op-steps__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.op-steps__item {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	font-size: 13.5px;
	line-height: 1.3;
	color: var(--op-text-3);
}
.op-steps__item + .op-steps__item::before {
	content: "";
	width: 40px;
	height: 1px;
	background: var(--op-line-control);
}
.op-steps__item a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--op-text-2) !important;
	text-decoration: none;
}
.op-steps__item a:hover { color: var(--op-lilac) !important; }
.op-steps__n {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid var(--op-line-ghost);
	font: 500 11px/1 var(--op-mono);
	font-variant-numeric: tabular-nums;
}
.op-steps__item.is-current { color: var(--op-text); font-weight: 500; }
.op-steps__item.is-current .op-steps__n { border-color: var(--op-lilac); background: var(--op-lilac); color: #1A1622; }
.op-steps__item.is-done .op-steps__n { border-color: var(--op-lilac-line); background: var(--op-lilac-bg); color: var(--op-lilac); }
.op-co-head__title {
	margin: 28px 0 0 !important;
	font-size: 44px !important;
	line-height: 1.1 !important;
	font-weight: 600 !important;
	font-stretch: 112%;
	letter-spacing: -0.01em;
	color: var(--op-text) !important;
}
.op-co-head__count {
	margin-left: 10px;
	font-size: 18px;
	font-weight: 400;
	font-stretch: 100%;
	letter-spacing: 0;
	color: var(--op-text-3);
	font-variant-numeric: tabular-nums;
}

/* Shared: inputs, section titles, the summary table, the reassurances. */
.op-input,
.op-co input.input-text,
.op-co textarea,
.op-co select,
body.op-premium .checkout_coupon input.input-text {
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 1px solid var(--op-line-input) !important;
	border-radius: 10px !important;
	background-color: var(--op-input) !important;
	box-shadow: none !important;
	color: var(--op-text) !important;
	font: 400 16px/1.4 var(--op-font) !important;
}
.op-co textarea { height: auto; min-height: 112px; padding: 12px 14px !important; }
.op-co select { padding-right: 40px !important; background-position: calc(100% - 14px) 50% !important; }
.op-input::placeholder,
.op-co input.input-text::placeholder,
.op-co textarea::placeholder,
body.op-premium .checkout_coupon input.input-text::placeholder { color: var(--op-text-3); opacity: 1; }
.op-input:focus,
.op-co input.input-text:focus,
.op-co textarea:focus,
.op-co select:focus,
body.op-premium .checkout_coupon input.input-text:focus {
	border-color: var(--op-lilac) !important;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(207, 163, 242, 0.16) !important;
}
.op-co__title,
.op-co .woocommerce-billing-fields > h3,
.op-co .woocommerce-additional-fields > h3 {
	margin: 0 0 20px !important;
	padding: 0 !important;
	font-size: 22px !important;
	line-height: 1.25 !important;
	font-weight: 600 !important;
	font-stretch: 108%;
	color: var(--op-text) !important;
}
.op-summary__table {
	width: 100%;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse;
	background: none !important;
	table-layout: auto !important;
}
.op-summary__table tbody { display: block; }
.op-summary__table tr {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 11px 0;
	border-bottom: 1px solid var(--op-line);
}
.op-summary__table th,
.op-summary__table td {
	display: block;
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: var(--op-text-2) !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.4;
	text-align: left !important;
}
.op-summary__table td {
	text-align: right !important;
	color: var(--op-text) !important;
	font-variant-numeric: tabular-nums;
}
.op-summary__table small.tax_label { margin-left: 4px; font-size: 12.5px; color: var(--op-text-3); }
.op-summary__sub { display: block; margin-top: 2px; font-size: 13px; color: var(--op-text-3); }
.op-summary__table tr.order-total { align-items: flex-start; padding: 16px 0 0; border-bottom: 0; }
.op-summary__table tr.order-total th { padding-top: 6px !important; color: var(--op-text) !important; font-size: 17px !important; font-weight: 600 !important; }
.op-summary__table tr.order-total td strong,
.op-summary__table tr.order-total td > .woocommerce-Price-amount {
	font-size: 30px;
	line-height: 1.15;
	font-weight: 600;
	font-stretch: 108%;
	color: var(--op-text);
}
.op-summary__table tr.order-total small.includes_tax {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: var(--op-text-3);
}
.op-summary__table tr.order-total small.includes_tax .woocommerce-Price-amount { font-size: inherit; font-weight: 400; color: inherit; }
.op-summary__table .cart-discount td,
.op-summary__table .cart-discount td .woocommerce-Price-amount { color: var(--op-ok) !important; }
.op-summary__table .woocommerce-remove-coupon { margin-left: 6px; font-size: 13px; color: var(--op-text-3) !important; text-decoration: underline; }
.op-co-trust {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	list-style: none;
}
.op-co-trust li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: var(--op-text-2);
}
.op-co-trust svg { flex-shrink: 0; color: var(--op-text-3); }

/* WooCommerce's loading veil, dark. */
body.op-co-page .blockUI.blockOverlay { background: rgba(13, 13, 15, 0.55) !important; }

/* ------------------------------------------------------------- cart */

.op-cart__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 400px;
	gap: 40px;
	align-items: start;
	padding-bottom: 104px;
}
.op-cart__form,
.op-cart__side { float: none !important; width: auto !important; margin: 0 !important; }
.op-cart__side { position: sticky; top: calc(var(--op-admin-bar) + 88px); }
.op-cart__list { display: flex; flex-direction: column; gap: 16px; }

/* PC */
.op-cart-pc {
	display: grid;
	grid-template-columns: 208px minmax(0, 1fr);
	gap: 28px;
	padding: 24px;
	border: 1px solid var(--op-line-soft);
	border-radius: 20px;
	background: var(--op-surface);
}
.op-cart-pc__stage {
	align-self: start;
	height: 232px;
	border-radius: 12px;
	border-color: #222227;
}
.op-cart-pc__stage .op-stage__shadow { bottom: 20px; height: 16px; }
.op-cart-pc__img {
	position: absolute;
	left: 0;
	right: 0;
	top: 14px;
	bottom: 26px;
	width: auto !important;
	max-width: 82%;
	height: calc(100% - 40px) !important;
	margin: 0 auto !important;
	object-fit: contain;
	object-position: 50% 100%;
}
.op-cart-pc__body { min-width: 0; }
.op-cart-pc__head,
.op-cart-item__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
.op-cart-pc__name,
.op-cart-item__name {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	line-height: 1 !important;
}
.op-cart-pc__name a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	color: var(--op-text) !important;
	text-decoration: none !important;
}
.op-cart-pc__name a:hover .op-cart-pc__num { color: var(--op-lilac); }
.op-cart-pc__line { font-size: 16px; line-height: 1.2; font-weight: 600; font-stretch: 112%; color: var(--op-text-2); }
.op-cart-pc__num { font-size: 34px; line-height: 1; letter-spacing: -0.02em; }
.op-cart-pc__variant { margin: 10px 0 0 !important; font-size: 14.5px; line-height: 1.4; color: var(--op-text-2); }
.op-cart-pc__price,
.op-cart-item__price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	text-align: right;
	white-space: nowrap;
}
.op-cart-pc__total,
.op-cart-item__total {
	font-size: 24px;
	line-height: 1.15;
	font-weight: 600;
	font-stretch: 108%;
	font-variant-numeric: tabular-nums;
	color: var(--op-text);
}
.op-cart-pc__each,
.op-cart-item__each { font-size: 13px; color: var(--op-text-3); font-variant-numeric: tabular-nums; }
.op-cart-pc__specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 20px;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	list-style: none;
	font-size: 14.5px;
	line-height: 1.35;
	color: var(--op-text);
}
.op-cart-pc__specs li { display: flex; align-items: center; gap: 10px; min-width: 0; margin: 0; }
.op-cart-pc__specs svg { flex-shrink: 0; color: var(--op-text-3); }
.op-cart-pc__up {
	flex-shrink: 0;
	padding: 1px 6px;
	border: 1px solid var(--op-lilac-line);
	border-radius: 6px;
	background: var(--op-lilac-bg);
	color: var(--op-lilac);
	font: 500 11px/1.5 var(--op-mono);
}
.op-cart-pc__lines {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--op-line);
}
.op-cart-pc__lines dl { display: flex; flex-direction: column; gap: 8px; margin: 0; }
.op-cart-pc__line-row {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr) auto;
	gap: 12px;
	font-size: 14.5px;
	line-height: 1.4;
}
.op-cart-pc__line-row dt { margin: 0; font-weight: 400; color: var(--op-text-3); }
.op-cart-pc__line-row dd { margin: 0; }
.op-cart-pc__what { color: var(--op-text); }
.op-cart-pc__amount { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; color: var(--op-text); }
.op-cart-pc__line-row.is-included .op-cart-pc__amount { color: var(--op-text-3); }
.op-cart-pc__all { margin-top: 14px; }
.op-cart-pc__all > summary,
.op-coupon > summary {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 32px;
	font-size: 14px;
	font-weight: 500;
	color: var(--op-lilac);
	cursor: pointer;
	list-style: none;
}
.op-cart-pc__all > summary::-webkit-details-marker,
.op-coupon > summary::-webkit-details-marker { display: none; }
.op-cart-pc__all[open] > summary svg,
.op-coupon[open] > summary svg { transform: rotate(180deg); }
.op-cart-pc__rows {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 24px;
	margin: 12px 0 0;
	padding: 18px;
	border: 1px solid var(--op-line-soft);
	border-radius: 12px;
	background: var(--op-ground);
}
.op-cart-pc__rows > div { min-width: 0; }
.op-cart-pc__rows dt {
	margin: 0;
	font: 400 11px/1.4 var(--op-mono);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--op-text-3);
}
.op-cart-pc__rows dd { margin: 3px 0 0; font-size: 14px; line-height: 1.45; color: var(--op-text); }
.op-cart-pc__extra { display: block; font-size: 13px; color: var(--op-lilac); }
.op-cart-pc__foot,
.op-cart-item__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 20px;
	margin-top: 20px;
}
.op-cart-pc__foot .op-stock,
.op-cart-item__foot .op-stock { margin: 0; font-size: 13.5px; }
.op-cart__controls { display: flex; align-items: center; gap: 18px; margin-left: auto; }

/* Quantity stepper (the product page's, smaller) */
.op-qty--cart { width: 120px; height: 44px; padding: 0 3px; }
.op-qty--cart .quantity { display: flex; margin: 0 !important; }
.op-qty--cart .op-qty__btn { width: 36px; height: 36px; }
.op-qty--cart input.qty {
	width: 36px !important;
	height: 36px !important;
	font-size: 15px !important;
	line-height: 36px !important;
}
.op-qty--cart input.qty::-webkit-outer-spin-button,
.op-qty--cart input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
html:not(.op-js) .op-qty--cart { width: 72px; }
html:not(.op-js) .op-qty--cart .op-qty__btn { display: none !important; }
html:not(.op-js) .op-qty--cart input.qty { width: 100% !important; }
.op-cart .quantity .screen-reader-text { position: absolute !important; }
.op-cart__remove {
	font-size: 14px;
	color: var(--op-text-2) !important;
	text-decoration: underline;
	text-decoration-color: var(--op-line-ghost);
	text-underline-offset: 3px;
}
.op-cart__remove:hover { color: var(--op-lilac) !important; text-decoration-color: currentColor; }

/* Other products */
.op-cart-item {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 24px;
	padding: 20px 24px;
	border: 1px solid var(--op-line-soft);
	border-radius: 20px;
	background: var(--op-surface);
}
.op-cart-item__plate {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	overflow: hidden;
	border-radius: 12px;
	background: linear-gradient(180deg, var(--op-plate-a), var(--op-plate-b));
	isolation: isolate;
}
.op-cart-item__plate img {
	width: 84% !important;
	height: 84% !important;
	margin: 0 !important;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.op-cart-item__body { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.op-cart-item__name { font-size: 17px !important; line-height: 1.35 !important; font-weight: 600 !important; }
.op-cart-item__name a { color: var(--op-text) !important; text-decoration: none !important; }
.op-cart-item__total small.tax_label,
.op-order__total small.tax_label { display: none; }
.op-cart-item__name a:hover { color: var(--op-lilac) !important; }
.op-cart-item__total { font-size: 20px; }
.op-cart dl.variation {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 8px;
	margin: 8px 0 0;
	font-size: 13.5px;
	color: var(--op-text-2);
}
.op-cart dl.variation dt,
.op-cart dl.variation dd,
.op-cart dl.variation p { margin: 0; padding: 0; font-weight: 400; color: inherit !important; }
.op-cart .backorder_notification { margin: 8px 0 0; font-size: 13.5px; color: var(--op-warn); }

/* Coupon and update */
.op-cart__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px 16px;
	margin-top: 16px;
	padding: 0 !important;
	border: 0 !important;
}
.op-coupon > summary { min-height: 44px; color: var(--op-text-2); }
.op-coupon > summary:hover { color: var(--op-lilac); }
.op-coupon__row { display: flex; gap: 10px; width: min(460px, 100%); margin-top: 4px; }
.op-coupon__row .op-input { height: 44px; font-size: 15px !important; }
.op-cart__actions .op-btn,
.op-cart-empty .op-btn { box-shadow: none !important; text-transform: none !important; }
.op-cart__actions .op-btn--ghost { background: transparent !important; }
.op-cart__actions .op-btn[disabled] { opacity: 0.5; cursor: default; }
html.op-js .op-cart__update { display: none !important; }

/* Summary */
.op-summary {
	padding: 24px;
	border: 1px solid var(--op-line-soft);
	border-radius: 20px;
	background: var(--op-surface);
}
body.op-premium .cart_totals.op-summary h2.op-summary__title {
	display: block;
	margin: 0 0 8px !important;
	padding: 0 !important;
	font-size: 20px !important;
	line-height: 1.25 !important;
	font-weight: 600 !important;
	font-stretch: 108%;
	color: var(--op-text) !important;
}
.op-summary__note {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 14px 0 0 !important;
	font-size: 14px;
	line-height: 1.45;
	color: var(--op-text-2);
}
.op-summary__note svg { flex-shrink: 0; margin-top: 1px; color: var(--op-text-3); }
.op-summary .wc-proceed-to-checkout { margin: 20px 0 0; padding: 0; }
body.op-premium .op-summary a.checkout-button,
body.op-premium .op-summary .wc-proceed-to-checkout .button {
	box-sizing: border-box;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 56px;
	margin: 0 !important;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--op-violet) !important;
	box-shadow: none !important;
	color: #fff !important;
	font: 600 16px/1 var(--op-font) !important;
	text-transform: none !important;
	text-decoration: none !important;
}
body.op-premium .op-summary a.checkout-button:hover { background: var(--op-violet-hover) !important; }
body.op-premium .op-summary a.checkout-button::before { background-color: #fff !important; }

/* Empty cart */
.op-cart-empty { max-width: 640px; padding: 8px 0 104px; }
body.op-premium .op-cart-empty .cart-empty.woocommerce-info {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: var(--op-text-2) !important;
	font-size: 18px !important;
	line-height: 1.5;
	text-align: left !important;
}
body.op-premium .op-cart-empty .cart-empty::before { display: none !important; }
.op-cart-empty__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 0 !important; }

/* --------------------------------------------------------- checkout */

form.op-co {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	grid-template-areas:
		"details side"
		"ship side"
		"pay side";
	grid-template-rows: auto auto 1fr;
	column-gap: 56px;
	align-items: start;
	padding-bottom: 104px;
}
.op-co__details { grid-area: details; min-width: 0; }
.op-co > .op-ship { grid-area: ship; min-width: 0; }
.op-co__pay { grid-area: pay; min-width: 0; }
.op-co__side.is-tall,
.op-cart__side.is-tall { position: static; }
.op-co__side {
	grid-area: side;
	position: sticky;
	top: calc(var(--op-admin-bar) + 24px);
	min-width: 0;
	padding: 24px;
	border: 1px solid var(--op-line-soft);
	border-radius: 20px;
	background: var(--op-surface);
}
.op-co__side .op-co__title { margin-bottom: 4px !important; font-size: 20px !important; }
body.op-premium .op-co #order_review,
body.op-premium .op-co #order_review_heading {
	float: none !important;
	width: auto !important;
	margin-inline: 0 !important;
	padding: 0 !important;
}
.op-co > .op-ship,
.op-co__pay {
	margin-top: 40px;
	padding-top: 36px;
	border-top: 1px solid var(--op-line);
}
.op-co > .op-ship[hidden] { display: none; }

/* Details */
.op-co .col2-set,
.op-co .col2-set .col-1,
.op-co .col2-set .col-2 {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.op-co .col2-set::before,
.op-co .col2-set::after { display: none; }
.op-co .col2-set .col-2:not(:empty) { margin-top: 24px !important; }
.op-co .woocommerce-billing-fields__field-wrapper,
.op-co .woocommerce-shipping-fields__field-wrapper,
.op-co .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 16px;
}
.op-co .woocommerce-shipping-fields__field-wrapper { margin-top: 20px; }
.op-co .form-row {
	grid-column: 1 / -1;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
.op-co .form-row::before,
.op-co .form-row::after { display: none; }
.op-co .form-row-first,
.op-co #billing_postcode_field,
.op-co #shipping_postcode_field,
.op-co #billing_phone_field { grid-column: 1; }
.op-co .form-row-last,
.op-co #billing_city_field,
.op-co #shipping_city_field,
.op-co #billing_email_field { grid-column: 2; }
.op-co .form-row label:not(.checkbox):not(.woocommerce-form__label-for-checkbox) {
	display: block;
	margin: 0 0 6px !important;
	color: var(--op-text-2) !important;
	font-size: 13.5px !important;
	font-weight: 500 !important;
	line-height: 1.4;
}
.op-co .form-row .required { border: 0; color: var(--op-lilac) !important; text-decoration: none; }
.op-co .form-row .optional { font-weight: 400; color: var(--op-text-3); }
.op-co .form-row .woocommerce-input-wrapper { display: block; }
.op-co .form-row.woocommerce-invalid input.input-text,
.op-co .form-row.woocommerce-invalid .select2-selection { border-color: #E5746A !important; }
.op-co .form-row.woocommerce-validated input.input-text { border-color: var(--op-line-input) !important; }
.op-co .form-row .checkout-inline-error-message,
.op-co .form-row .woocommerce-error { margin: 6px 0 0 !important; padding: 0 !important; border: 0 !important; background: none !important; color: #F0978E !important; font-size: 13px !important; }
.op-co input[type="checkbox"] {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	box-sizing: border-box;
	width: 20px !important;
	height: 20px;
	margin: 0 !important;
	border: 1.5px solid var(--op-line-ghost);
	border-radius: 6px;
	background: var(--op-input) no-repeat center / 14px 14px;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
.op-co input[type="checkbox"]:hover { border-color: #6B6B74; }
.op-co input[type="checkbox"]:checked {
	border-color: var(--op-violet);
	background-color: var(--op-violet);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23fff' d='M229.66 77.66l-128 128a8 8 0 0 1-11.32 0l-56-56a8 8 0 0 1 11.32-11.32L96 188.69 218.34 66.34a8 8 0 0 1 11.32 11.32Z'/%3E%3C/svg%3E");
}
.op-co input[type="checkbox"]:focus-visible { outline: 2px solid var(--op-lilac); outline-offset: 2px; }
.op-co label.checkbox::before,
.op-co label.checkbox::after,
.op-co .woocommerce-form__label-for-checkbox::before,
.op-co .woocommerce-form__label-for-checkbox::after { display: none !important; }
.op-co .woocommerce-form__label-for-checkbox .required { margin-left: 2px; }
.op-co label.checkbox,
.op-co .woocommerce-form__label-for-checkbox {
	position: relative;
	display: block !important;
	min-height: 20px;
	margin: 0 !important;
	padding: 0 0 0 32px !important;
	color: var(--op-text) !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.4;
	cursor: pointer;
}
.op-co #ship-to-different-address {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
}
.op-co .woocommerce-additional-fields { margin-top: 24px; }

/* Selects enhanced by selectWoo (country, parcel locker). */
.op-co .select2-container { width: 100% !important; font-size: 16px; }
.op-co .select2-container .select2-selection--single {
	height: 48px;
	border: 1px solid var(--op-line-input) !important;
	border-radius: 10px !important;
	background: var(--op-input) !important;
	box-shadow: none !important;
}
.op-co .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 14px !important;
	padding-right: 40px !important;
	color: var(--op-text) !important;
	line-height: 46px !important;
}
.op-co .select2-container .select2-selection--single .select2-selection__placeholder { color: var(--op-text-3); }
.op-co .select2-container .select2-selection--single .select2-selection__arrow { top: 0; right: 10px !important; height: 46px !important; }
.op-co .select2-container .select2-selection--single .select2-selection__arrow b { border-top-color: var(--op-text-3) !important; }
.op-co .select2-container--open .select2-selection--single,
.op-co .select2-container--focus .select2-selection--single { border-color: var(--op-lilac) !important; }
body.op-premium.woocommerce-checkout .select2-dropdown {
	overflow: hidden;
	border: 1px solid var(--op-line-control) !important;
	border-radius: 10px !important;
	background: var(--op-panel) !important;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
	color: var(--op-text);
}
body.op-premium.woocommerce-checkout .select2-search--dropdown { padding: 10px; }
body.op-premium.woocommerce-checkout .select2-search--dropdown .select2-search__field {
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--op-line-input) !important;
	border-radius: 8px;
	background: var(--op-input) !important;
	color: var(--op-text) !important;
	font-size: 16px;
}
body.op-premium.woocommerce-checkout .select2-results__option {
	margin: 0;
	padding: 9px 14px;
	font-size: 15px;
	color: var(--op-text-2);
}
body.op-premium.woocommerce-checkout .select2-results__group {
	padding: 12px 14px 4px;
	font: 500 11px/1.4 var(--op-mono);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--op-text-3);
}
body.op-premium.woocommerce-checkout .select2-results__option .select2-results__option { padding-left: 14px; }
body.op-premium.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
body.op-premium.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: var(--op-lilac-bg) !important;
	color: var(--op-text) !important;
}
body.op-premium.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected="true"],
body.op-premium.woocommerce-checkout .select2-container--default .select2-results__option[data-selected="true"] {
	background: var(--op-surface-raised);
	color: var(--op-lilac);
}

/* Option cards: delivery and payment methods */
.op-co .op-ship__table,
.op-co .op-ship__table tbody,
.op-co .op-ship__table tr,
.op-co .op-ship__table th,
.op-co .op-ship__table td {
	display: block;
	width: auto !important;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	text-align: left !important;
}
.op-co .op-ship__table { margin: 0 !important; }
.op-co .op-ship__table tr.woocommerce-shipping-totals > th { display: none !important; }
.op-co .op-ship__table tr + tr { margin-top: 20px; }
.op-co .op-ship__table tr:not(.woocommerce-shipping-totals) th label {
	display: block;
	margin: 0 0 6px !important;
	color: var(--op-text-2) !important;
	font-size: 13.5px !important;
	font-weight: 500 !important;
}
.op-co ul#shipping_method,
.op-co #payment ul.payment_methods {
	display: grid;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none;
}
.op-co ul#shipping_method li,
.op-co #payment ul.payment_methods > li {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--op-line-control) !important;
	border-radius: 10px;
	background: var(--op-surface);
	text-indent: 0;
}
.op-co ul#shipping_method li:hover,
.op-co #payment ul.payment_methods > li:hover { border-color: #4A4A52 !important; }
.op-co ul#shipping_method li:has(input:checked),
.op-co ul#shipping_method li:has(input[type="hidden"]),
.op-co #payment ul.payment_methods > li:has(> input:checked) {
	border: 1.5px solid var(--op-lilac) !important;
	background: var(--op-lilac-bg);
}
.op-co ul#shipping_method li:has(input:focus-visible),
.op-co #payment ul.payment_methods > li:has(> input:focus-visible) { outline: 2px solid var(--op-lilac); outline-offset: 2px; }
.op-co ul#shipping_method li > input,
.op-co #payment ul.payment_methods > li > input.input-radio {
	position: absolute !important;
	top: 20px;
	left: 16px;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	opacity: 0;
}
.op-co ul#shipping_method li > label,
.op-co #payment ul.payment_methods > li > label {
	position: relative;
	box-sizing: border-box;
	display: flex !important;
	align-items: center;
	gap: 12px;
	min-height: 60px;
	margin: 0 !important;
	padding: 12px 16px 12px 48px !important;
	color: var(--op-text) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.35;
	cursor: pointer;
}
.op-co ul#shipping_method li > label::before,
.op-co #payment ul.payment_methods > li > label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	border: 1.5px solid var(--op-line-ghost);
	border-radius: 50%;
	background: transparent !important;
	box-shadow: none !important;
}
.op-co #payment ul.payment_methods > li > label::before { top: 30px; }
.op-co ul#shipping_method li:has(input:checked) > label::before,
.op-co #payment ul.payment_methods > li:has(> input:checked) > label::before { border: 5px solid var(--op-lilac); }
.op-co ul#shipping_method li:has(input[type="hidden"]) > label { padding-left: 16px !important; }
.op-co ul#shipping_method li:has(input[type="hidden"]) > label::before { display: none; }
.op-co .op-ship__price { margin-left: auto; white-space: nowrap; font-weight: 600; font-variant-numeric: tabular-nums; }
.op-co ul#shipping_method .woocommerce-Price-amount { font-weight: 600; }
.op-co .woocommerce-shipping-destination,
.op-co .woocommerce-shipping-contents { margin: 10px 0 0; font-size: 13.5px; color: var(--op-text-3); }
.op-co .op-ship .woocommerce-info,
.op-co .op-ship .woocommerce-shipping-totals td > p { margin: 0 !important; font-size: 14.5px; color: var(--op-text-2); }

/* Payment */
.op-co #payment,
body.op-premium .op-co #payment {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none !important;
}
.op-co #payment ul.payment_methods > li > label img {
	float: none;
	max-height: 24px;
	margin-left: auto;
	padding: 3px 6px;
	border-radius: 6px;
	background: var(--op-plate-a);
}
.op-co #payment .payment_box {
	margin: 0 !important;
	padding: 0 16px 18px 48px !important;
	background: none !important;
	color: var(--op-text-2) !important;
	font-size: 14px;
	line-height: 1.5;
}
.op-co #payment .payment_box::before { display: none !important; }
.op-co #payment .payment_box p {
	margin: 0 0 12px !important;
	padding: 0 !important;
	color: var(--op-text-2) !important;
	font-size: 14px !important;
	line-height: 1.5;
}
.op-co #payment .payment_box p:last-child { margin-bottom: 0 !important; }
.op-co #payment .esto-pay-countries {
	width: auto;
	min-width: 180px;
	height: 40px;
	margin: 0 0 12px !important;
	font-size: 15px !important;
}
.op-co #payment .esto-pay-logos {
	display: block;
	margin: 0;
	padding: 0;
	background: none !important;
}
.op-co #payment .esto-pay-logos__country {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}
.op-co #payment .esto-pay-logos__country[style*="none"] { display: none !important; }
.op-co #payment .esto-pay-logo {
	box-sizing: border-box;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex: none !important;
	width: auto !important;
	min-width: 0 !important;
	height: 64px;
	margin: 0 !important;
	padding: 6px !important;
	border: 2px solid transparent !important;
	border-radius: 10px;
	background: linear-gradient(180deg, var(--op-plate-a), var(--op-plate-b)) !important;
	box-shadow: none !important;
	cursor: pointer;
	isolation: isolate;
}
.op-co #payment .esto-pay-logo:hover { border-color: var(--op-line-ghost) !important; }
.op-co #payment .esto-pay-logo.selected { border-color: var(--op-lilac) !important; box-shadow: 0 0 0 3px rgba(207, 163, 242, 0.2) !important; }
body.op-premium .op-co #payment .esto-pay-logo img {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.op-co #payment .place-order {
	float: none;
	width: auto;
	margin: 24px 0 0 !important;
	padding: 0 !important;
}
.op-co .woocommerce-terms-and-conditions-wrapper { margin: 0 0 18px; }
.op-co .woocommerce-privacy-policy-text p { margin: 0 0 12px; font-size: 13.5px; line-height: 1.5; color: var(--op-text-3); }
.op-co .woocommerce-terms-and-conditions {
	max-height: 280px;
	margin: 0 0 14px;
	padding: 16px 18px !important;
	overflow: auto;
	border: 1px solid var(--op-line-soft) !important;
	border-radius: 12px;
	background: var(--op-surface) !important;
	color: var(--op-text-2);
	font-size: 13.5px;
	line-height: 1.55;
}
.op-co .woocommerce-terms-and-conditions h2 { font-size: 15px !important; margin: 16px 0 6px !important; }
.op-co .woocommerce-terms-and-conditions-checkbox-text { color: var(--op-text); }
.op-co .woocommerce-terms-and-conditions-checkbox-text a,
.op-co .woocommerce-privacy-policy-text a { color: var(--op-lilac) !important; text-decoration: underline; text-underline-offset: 2px; }
body.op-premium .op-co #payment #place_order {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 56px;
	margin: 0 !important;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--op-violet) !important;
	box-shadow: none !important;
	color: #fff !important;
	font: 600 17px/1 var(--op-font) !important;
	text-transform: none !important;
}
body.op-premium .op-co #payment #place_order:hover { background: var(--op-violet-hover) !important; }
body.op-premium .op-co #payment #place_order::before { background-color: #fff !important; }

/* Order summary */
.op-order,
body.op-premium .op-co .op-order.shop_table {
	margin: 0 !important;
	border: 0 !important;
	background: none !important;
}
.op-order__items {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.op-order__pc,
.op-order__item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 14px;
	margin: 0;
	padding: 16px 0;
	border-bottom: 1px solid var(--op-line);
}
.op-order__thumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 72px;
	overflow: hidden;
	border-radius: 10px;
}
.op-order__thumb.op-stage { border-radius: 10px; border-color: #222227; }
.op-order__thumb img {
	width: 86% !important;
	height: 86% !important;
	margin: 0 !important;
	object-fit: contain;
}
.op-order__thumb--plate {
	height: 64px;
	background: linear-gradient(180deg, var(--op-plate-a), var(--op-plate-b));
	isolation: isolate;
}
.op-order__thumb--plate img { mix-blend-mode: multiply; }
.op-order__body { min-width: 0; }
.op-order__name {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 8px;
	margin: 0 !important;
	line-height: 1.2;
}
.op-order__line { font-size: 14px; font-weight: 600; font-stretch: 112%; color: var(--op-text-2); }
.op-order__num { font-size: 22px; line-height: 1; letter-spacing: -0.01em; }
.op-order__qty { font-size: 13px; font-weight: 400; color: var(--op-text-3); }
.op-order__name--plain { display: block; font-size: 14.5px; font-weight: 500; line-height: 1.35; color: var(--op-text); }
.op-order__variant,
.op-order__specs { margin: 4px 0 0 !important; font-size: 13px; line-height: 1.45; color: var(--op-text-2); }
.op-order__specs { color: var(--op-text-3); }
.op-order__addons {
	grid-column: 2 / -1;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: -4px 0 0 !important;
	padding: 8px 0 0 !important;
	border-top: 1px dashed var(--op-line-control);
	list-style: none;
}
.op-order__addons li {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	color: var(--op-text-2);
}
.op-order__addon-price { white-space: nowrap; font-variant-numeric: tabular-nums; }
.op-order__total {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	white-space: nowrap;
	text-align: right;
	font-variant-numeric: tabular-nums;
	color: var(--op-text);
}
.op-order dl.variation { margin: 4px 0 0; font-size: 13px; color: var(--op-text-3); }
.op-order dl.variation dt,
.op-order dl.variation dd,
.op-order dl.variation p { display: inline; margin: 0; padding: 0; font-weight: 400; }
.op-order .op-summary__table { margin-top: 4px !important; }

/* Coupon on the checkout: a quiet line that opens WooCommerce's coupon form. */
body.op-premium .woocommerce-form-coupon-toggle .woocommerce-info {
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: var(--op-text-2) !important;
	font-size: 14.5px !important;
}
body.op-premium .woocommerce-form-coupon-toggle .woocommerce-info::before { display: none !important; }
body.op-premium .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon { color: var(--op-lilac) !important; font-weight: 500; }
body.op-premium form.checkout_coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: auto;
	max-width: 520px;
	margin: 0 0 24px !important;
	padding: 16px !important;
	border: 1px solid var(--op-line-soft) !important;
	border-radius: 12px;
	background: var(--op-surface);
}
body.op-premium form.checkout_coupon p:not(.form-row) { flex: 1 1 100%; margin: 0 !important; font-size: 14px; color: var(--op-text-2); }
body.op-premium form.checkout_coupon .form-row { float: none; width: auto; margin: 0 !important; padding: 0 !important; }
body.op-premium form.checkout_coupon .form-row-first { flex: 1 1 200px; }
body.op-premium form.checkout_coupon .input-text { height: 44px; font-size: 15px !important; }
body.op-premium form.checkout_coupon .button {
	height: 44px;
	padding: 0 18px !important;
	border: 1px solid var(--op-line-ghost) !important;
	border-radius: 10px !important;
	background: transparent !important;
	color: var(--op-text) !important;
	font: 500 15px/1 var(--op-font) !important;
	text-transform: none !important;
}
body.op-premium form.checkout_coupon .button:hover { border-color: #6B6B74 !important; }

/* Order confirmation */
.op-thanks { padding-bottom: 104px; color: var(--op-text); }
.op-thanks__hero { display: flex; align-items: center; gap: 16px; margin-top: 8px; }
.op-thanks__icon { flex-shrink: 0; color: var(--op-lilac); }
body.op-premium .op-thanks .op-thanks__title {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	font-size: 40px !important;
	text-align: left !important;
}
.op-thanks__title::before { display: none !important; }
.op-thanks__lead { margin: 16px 0 0 !important; font-size: 17px; color: var(--op-text-2); }
.op-thanks__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 0 !important; padding: 0 !important; border: 0 !important; background: none !important; }
body.op-premium ul.op-thanks__facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin: 32px 0 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid var(--op-line-soft) !important;
	border-radius: 20px;
	background: var(--op-surface) !important;
	list-style: none;
}
body.op-premium ul.op-thanks__facts li {
	display: flex;
	flex-direction: column;
	gap: 6px;
	float: none !important;
	margin: 0 !important;
	padding: 20px 24px !important;
	border: 0 !important;
	border-right: 1px solid var(--op-line) !important;
	color: var(--op-text) !important;
	font-size: 17px !important;
	text-align: left !important;
	text-transform: none !important;
}
body.op-premium ul.op-thanks__facts li:last-child { border-right: 0 !important; }
.op-thanks__label {
	font: 400 11px/1.4 var(--op-mono);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--op-text-3);
}
body.op-premium ul.op-thanks__facts strong { font-size: 17px; font-weight: 600; line-height: 1.3; color: var(--op-text); }
.op-thanks__method { margin: 24px 0 0; font-size: 15px; line-height: 1.55; color: var(--op-text-2); }
.op-thanks__method:empty { display: none; }
.op-thanks__method p { margin: 0 0 8px; }
body.op-premium .op-thanks .woocommerce-order-details,
body.op-premium .op-thanks .woocommerce-customer-details {
	position: relative;
	margin: 32px 0 0 !important;
	padding: 24px !important;
	border: 1px solid var(--op-line-soft) !important;
	border-radius: 20px;
	background: var(--op-surface) !important;
	box-shadow: none !important;
}
body.op-premium .op-thanks .woocommerce-order-details::before,
body.op-premium .op-thanks .woocommerce-order-details::after,
body.op-premium .op-thanks .woocommerce-customer-details::before,
body.op-premium .op-thanks .woocommerce-customer-details::after { display: none !important; }
body.op-premium .op-thanks .woocommerce-order-details__title,
body.op-premium .op-thanks .woocommerce-column__title {
	margin: 0 0 8px !important;
	padding: 0 !important;
	font-size: 20px !important;
	line-height: 1.25 !important;
	font-weight: 600 !important;
	color: var(--op-text) !important;
}
body.op-premium .op-thanks table.order_details {
	width: 100%;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse;
	background: none !important;
}
body.op-premium .op-thanks table.order_details th,
body.op-premium .op-thanks table.order_details td {
	padding: 12px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--op-line) !important;
	background: none !important;
	color: var(--op-text) !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.45;
	text-align: left;
	vertical-align: top;
}
body.op-premium .op-thanks table.order_details td.product-total,
body.op-premium .op-thanks table.order_details tfoot td { text-align: right !important; white-space: nowrap; font-variant-numeric: tabular-nums; }
body.op-premium .op-thanks table.order_details thead th {
	font: 400 11px/1.4 var(--op-mono) !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--op-text-3) !important;
}
body.op-premium .op-thanks table.order_details thead th.product-total { text-align: right; }
body.op-premium .op-thanks table.order_details tfoot th { color: var(--op-text-2) !important; }
body.op-premium .op-thanks table.order_details tfoot tr:last-child th,
body.op-premium .op-thanks table.order_details tfoot tr:last-child td { border-bottom: 0 !important; font-size: 18px !important; font-weight: 600 !important; color: var(--op-text) !important; }
body.op-premium .op-thanks table.order_details tfoot tr:last-child th.order-actions--heading { padding-top: 22px !important; font-size: 15px !important; font-weight: 400 !important; color: var(--op-text-2) !important; }
body.op-premium .op-thanks table.order_details .product-name a { color: var(--op-text) !important; font-weight: 500; text-decoration: none; }
body.op-premium .op-thanks table.order_details .product-name a:hover { color: var(--op-lilac) !important; }
body.op-premium .op-thanks table.order_details .product-quantity { font-weight: 400; color: var(--op-text-3); }
body.op-premium .op-thanks .wc-item-meta {
	margin: 4px 0 0 !important;
	padding: 0 !important;
	list-style: none;
	font-size: 13.5px;
	color: var(--op-text-2);
}
body.op-premium .op-thanks .wc-item-meta li { display: flex; gap: 4px; margin: 0; }
body.op-premium .op-thanks .wc-item-meta strong { font-weight: 400; color: var(--op-text-3); }
body.op-premium .op-thanks .wc-item-meta p { display: inline; margin: 0; }
body.op-premium table.order_details tr.op-order-addon td.product-name { position: relative; padding-left: 22px !important; }
body.op-premium table.order_details tr.op-order-addon td.product-name::before {
	content: "";
	position: absolute;
	top: 0;
	left: 6px;
	width: 9px;
	height: 22px;
	border-left: 1px solid var(--op-line-ghost);
	border-bottom: 1px solid var(--op-line-ghost);
	border-bottom-left-radius: 4px;
}
body.op-premium table.order_details tr.op-order-addon .product-name,
body.op-premium table.order_details tr.op-order-addon .product-name a,
body.op-premium table.order_details tr.op-order-addon .product-total { font-size: 14px !important; color: var(--op-text-2) !important; font-weight: 400 !important; }
body.op-premium .op-thanks .order-again,
body.op-premium .op-thanks .order-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 0 !important; }
body.op-premium .op-thanks .woocommerce-button,
body.op-premium .op-thanks .order-again .button {
	box-sizing: border-box;
	display: inline-flex !important;
	align-items: center;
	height: 44px;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 1px solid var(--op-line-ghost) !important;
	border-radius: 10px !important;
	background: transparent !important;
	color: var(--op-text) !important;
	font: 500 15px/1 var(--op-font) !important;
	text-transform: none !important;
	text-decoration: none !important;
}
body.op-premium .op-thanks .woocommerce-button:hover,
body.op-premium .op-thanks .order-again .button:hover { border-color: #6B6B74 !important; }
body.op-premium .op-thanks .woocommerce-button.pay { border-color: var(--op-violet) !important; background: var(--op-violet) !important; color: #fff !important; font-weight: 600 !important; }
body.op-premium .op-thanks .woocommerce-button.pay:hover { background: var(--op-violet-hover) !important; }
body.op-premium .op-thanks .woocommerce-columns--addresses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
body.op-premium .op-thanks .woocommerce-columns--addresses .woocommerce-column { float: none !important; width: auto !important; margin: 0 !important; padding: 0 !important; }
body.op-premium .op-thanks .woocommerce-customer-details address {
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: var(--op-text-2);
	font-style: normal;
	line-height: 1.6;
}
body.op-premium .op-thanks .woocommerce-customer-details address p { margin: 4px 0 0; color: inherit; }
body.op-premium .op-thanks .woocommerce-customer-details address p::before { display: none !important; }

@media (prefers-reduced-motion: no-preference) {
	.op-co ul#shipping_method li,
	.op-co #payment ul.payment_methods > li,
	.op-co #payment .esto-pay-logo,
	.op-cart__remove,
	.op-steps__item a {
		transition: border-color 150ms var(--op-ease), background-color 150ms var(--op-ease), color 150ms var(--op-ease);
	}
	.op-cart-pc__all > summary svg,
	.op-coupon > summary svg { transition: transform 150ms var(--op-ease); }
}

/* ------------------------------------------------------ tablet, phone */

@media (max-width: 1199px) {
	.op-cart__layout { grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; }
	form.op-co { grid-template-columns: minmax(0, 1fr) 380px; column-gap: 36px; }
	.op-cart-pc { grid-template-columns: 168px minmax(0, 1fr); gap: 24px; }
	.op-cart-pc__stage { height: 196px; }
}
@media (max-width: 992px) {
	.op-cart__layout { grid-template-columns: minmax(0, 1fr); gap: 24px; padding-bottom: 64px; }
	.op-cart__side { position: static; }
	form.op-co {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"details"
			"ship"
			"side"
			"pay";
		grid-template-rows: none;
		padding-bottom: 64px;
	}
	.op-co__side { position: static; margin-top: 40px; }
	.op-co__side + .op-co__pay { border-top: 0; padding-top: 0; }
}
@media (max-width: 767px) {
	.op-co-head { padding: 20px 0 20px; }
	.op-steps__item + .op-steps__item::before { width: 16px; }
	.op-steps__item { gap: 8px; font-size: 12.5px; }
	.op-steps__item:not(.is-current) .op-steps__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
	.op-co-head__title { margin-top: 20px !important; font-size: 30px !important; line-height: 1.15 !important; }
	.op-co-head__count { font-size: 15px; margin-left: 6px; }

	.op-cart-pc {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 16px;
		padding: 16px;
		border-radius: 16px;
	}
	.op-cart-pc__body { display: contents; }
	.op-cart-pc__stage { grid-column: 1; grid-row: 1; height: 112px; }
	.op-cart-pc__head { grid-column: 2; grid-row: 1; flex-direction: column; gap: 10px; }
	.op-cart-pc__price { align-items: flex-start; text-align: left; }
	.op-cart-pc__specs,
	.op-cart-pc__lines,
	.op-cart-pc__all,
	.op-cart-pc__foot { grid-column: 1 / -1; margin-top: 0 !important; }
	.op-cart-pc__lines { padding-top: 14px; }
	.op-cart-pc__line { font-size: 14px; }
	.op-cart-pc__num { font-size: 28px; }
	.op-cart-pc__variant { margin-top: 6px !important; font-size: 13.5px; }
	.op-cart-pc__total,
	.op-cart-item__total { font-size: 20px; }
	.op-cart-pc__specs { gap: 10px 14px; font-size: 14px; }
	.op-cart-pc__line-row {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas: "label amount" "what what";
		gap: 0 12px;
		font-size: 14px;
	}
	.op-cart-pc__line-row dt { grid-area: label; color: var(--op-text-2); }
	.op-cart-pc__line-row .op-cart-pc__what { grid-area: what; color: var(--op-text-3); font-size: 13.5px; }
	.op-cart-pc__line-row .op-cart-pc__amount { grid-area: amount; }
	.op-cart-pc__rows { grid-template-columns: minmax(0, 1fr); padding: 14px; }
	.op-cart-pc__foot,
	.op-cart-item__foot { gap: 12px; }
	.op-cart__controls { width: 100%; justify-content: space-between; margin-left: 0; }

	.op-cart-item { grid-template-columns: 88px minmax(0, 1fr); gap: 16px; padding: 16px; border-radius: 16px; }
	.op-cart-item__plate { height: 88px; }
	.op-cart-item__head { flex-direction: column; gap: 8px; }
	.op-cart-item__price { align-items: flex-start; text-align: left; }
	.op-cart-item__name { font-size: 15.5px !important; }
	.op-cart-item__foot { flex-direction: column; align-items: flex-start; }

	.op-cart__actions { flex-direction: column; }
	.op-coupon,
	.op-coupon__row { width: 100%; }
	.op-summary { padding: 20px; border-radius: 16px; }

	.op-co .woocommerce-billing-fields__field-wrapper,
	.op-co .woocommerce-shipping-fields__field-wrapper { grid-template-columns: minmax(0, 1fr); gap: 16px; }
	.op-co .form-row,
	.op-co .form-row-first,
	.op-co .form-row-last,
	.op-co #billing_postcode_field,
	.op-co #shipping_postcode_field,
	.op-co #billing_city_field,
	.op-co #shipping_city_field,
	.op-co #billing_phone_field,
	.op-co #billing_email_field { grid-column: 1 / -1; }
	.op-co__title,
	.op-co .woocommerce-billing-fields > h3 { font-size: 20px !important; margin-bottom: 16px !important; }
	.op-co > .op-ship,
	.op-co__pay { margin-top: 32px; padding-top: 28px; }
	.op-co__side { margin-top: 32px; padding: 20px; border-radius: 16px; }
	body.op-premium .op-thanks .op-thanks__title { font-size: 28px !important; line-height: 1.2 !important; }
	.op-thanks__hero { align-items: flex-start; gap: 12px; }
	body.op-premium ul.op-thanks__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 16px; }
	body.op-premium ul.op-thanks__facts li { padding: 16px !important; border-right: 0 !important; border-bottom: 1px solid var(--op-line) !important; }
	body.op-premium .op-thanks .woocommerce-order-details,
	body.op-premium .op-thanks .woocommerce-customer-details { padding: 20px !important; border-radius: 16px; }
	body.op-premium .op-thanks .woocommerce-columns--addresses { grid-template-columns: minmax(0, 1fr); }
	.op-co #payment .esto-pay-logos__country { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.op-co #payment .payment_box { padding-left: 16px !important; }
}
@media (max-width: 479px) {
	.op-cart-pc__specs { grid-template-columns: minmax(0, 1fr); gap: 8px; }
}
@media (max-width: 359px) {
	.op-co #payment .esto-pay-logos__country { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
