/*
Theme Name: Duravo
Theme URI: https://duravo.shop/
Author: Duravo
Description: Industrial editorial / Swiss grid theme for the Duravo tool shop. Concrete, ink and signal yellow; Unbounded, Onest and JetBrains Mono; hairline 12-column grid, spec-sheet product cards and a technical data-sheet product page.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: duravo
WC requires at least: 9.0
WC tested up to: 11.1
*/

/* ==========================================================================
   01 Fonts (self-hosted, Latin + Cyrillic, variable weight)
   ========================================================================== */
@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url("assets/fonts/unbounded-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url("assets/fonts/unbounded-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: "Onest";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/onest-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Onest";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/onest-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: "JetBrains Mono";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/jetbrainsmono-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/jetbrainsmono-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;
}

/* ==========================================================================
   02 Tokens
   ========================================================================== */
:root {
	--concrete: #ECEAE4;
	--concrete-2: #E3E0D8;
	--paper: #F6F5F1;
	--white: #FFFFFF;
	--ink: #121212;
	--ink-2: #1E1E1E;
	--yellow: #FFD60A;
	--grey: #8A877F;          /* decorative + text on ink only */
	--grey-ink: #615E57;      /* AA text on concrete and white */
	--rule: rgba(18, 18, 18, .16);
	--rule-dark: rgba(255, 255, 255, .14);
	--gridline: rgba(18, 18, 18, .055);
	--error: #B42318;

	--f-display: "Unbounded", "Arial Black", "Helvetica Neue", sans-serif;
	--f-body: "Onest", "Segoe UI", system-ui, -apple-system, sans-serif;
	--f-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;

	--maxw: 1680px;
	--gutter: clamp(16px, 2.6vw, 40px);
	--header-h: 64px;
	--ease: cubic-bezier(.77, 0, .18, 1);
	--ease-out: cubic-bezier(.16, 1, .3, 1);
	--hatch: repeating-linear-gradient(45deg, rgba(18, 18, 18, .38) 0 1px, transparent 1px 7px);
	--hazard: repeating-linear-gradient(-45deg, var(--ink) 0 4px, var(--yellow) 4px 8px);
}
@media (max-width: 767px) {
	:root { --header-h: 56px; }
}

/* ==========================================================================
   03 Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: var(--concrete);
	scroll-padding-top: calc(var(--header-h) + 16px);
}
body {
	margin: 0;
	background: var(--concrete);
	color: var(--ink);
	font-family: var(--f-body);
	font-size: 16px;
	line-height: 1.55;
	font-feature-settings: "kern", "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: clip;
}
html.dv-lock, html.dv-lock body { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.1; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
del { text-decoration-thickness: 1.5px; }
::selection { background: var(--yellow); color: var(--ink); }
:focus { outline: none; }
:focus-visible {
	outline: 3px solid var(--yellow);
	outline-offset: 2px;
	box-shadow: 0 0 0 5px var(--ink);
}
.dv-main { position: relative; z-index: 1; display: block; min-height: 50vh; }
[tabindex="-1"]:focus, [tabindex="-1"]:focus-visible { outline: none; box-shadow: none; }
.dv-main:focus { outline: none; }

.screen-reader-text, .dv-sr {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.dv-skip {
	position: fixed;
	left: 16px; top: -100px;
	z-index: 200;
	padding: 12px 18px;
	background: var(--yellow);
	color: var(--ink);
	font: 600 14px/1 var(--f-body);
	text-decoration: none;
	border: 2px solid var(--ink);
}
.dv-skip:focus { top: 12px; }

.dv-wrap {
	width: 100%;
	max-width: var(--maxw);
	margin-inline: auto;
	padding-inline: var(--gutter);
}
.dv-wrap .dv-wrap { padding-inline: 0; max-width: none; }

/* The 12-column hairline grid drawn behind everything. */
.dv-gridlines {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}
.dv-gridlines__in {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	height: 100%;
	max-width: var(--maxw);
	margin-inline: auto;
	padding-inline: var(--gutter);
}
.dv-gridlines__in i { border-left: 1px solid var(--gridline); }
.dv-gridlines__in i:last-child { border-right: 1px solid var(--gridline); }
@media (max-width: 767px) {
	.dv-gridlines__in { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.dv-gridlines__in i:nth-child(n+5) { display: none; }
	.dv-gridlines__in i:nth-child(4) { border-right: 1px solid var(--gridline); }
}

/* ==========================================================================
   04 Atoms: labels, buttons, chips, price, hazard label
   ========================================================================== */
.dv-label {
	font: 500 12px/1.3 var(--f-mono);
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--ink);
	margin: 0;
}
.dv-label--muted { color: var(--grey-ink); }
.dv-label__dash { color: var(--grey-ink); }

.dv-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 52px;
	padding: 0 18px 0 22px;
	border: 1.5px solid var(--ink);
	border-radius: 0;
	background: var(--white);
	color: var(--ink);
	font: 600 14px/1.1 var(--f-body);
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: transform .14s var(--ease), box-shadow .14s var(--ease), background-color .14s linear, color .14s linear;
	-webkit-appearance: none;
	appearance: none;
}
.dv-btn svg { flex: none; transition: transform .14s var(--ease); }
.dv-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce .button:hover {
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px 0 var(--ink);
}
.dv-btn:hover svg { transform: translateX(3px); }
.dv-btn:active,
.woocommerce .button:active { transform: translate(0, 0); box-shadow: none; }
.dv-btn--ink,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
	background: var(--ink);
	color: var(--white);
}
.dv-btn--ink:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover { box-shadow: 3px 3px 0 var(--yellow), 3px 3px 0 1.5px var(--ink); }
.dv-btn--yellow { background: var(--yellow); color: var(--ink); }
.dv-btn--line { background: transparent; }
.dv-btn--lg { min-height: 60px; font-size: 15px; padding-inline: 24px 20px; }
.woocommerce .button:disabled,
.woocommerce .button[disabled],
.woocommerce .button.disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }

.dv-arrowlink {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	font: 600 13px/1 var(--f-body);
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1.5px solid var(--ink);
	white-space: nowrap;
}
.dv-arrowlink svg { transition: transform .14s var(--ease); }
.dv-arrowlink:hover svg { transform: translateX(5px); }
.dv-arrowlink:hover { background: linear-gradient(var(--yellow), var(--yellow)) 0 100% / 100% 40% no-repeat; }

.dv-chip {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	padding: 8px 12px;
	border: 1px solid var(--ink);
	background: var(--white);
	font: 600 12px/1 var(--f-body);
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .12s linear, transform .12s var(--ease);
}
.dv-chip span { font: 500 11px/1 var(--f-mono); color: var(--grey-ink); }
.dv-chip:hover { background: var(--yellow); }
.dv-chip.is-current { background: var(--ink); color: var(--white); }
.dv-chip.is-current span { color: var(--yellow); }
.dv-chip--dark { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .35); }
.dv-chip--dark:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }

.dv-price {
	display: inline-flex;
	align-items: baseline;
	font-family: var(--f-display);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}
.dv-price__frac { font-size: .46em; font-weight: 700; letter-spacing: -.01em; margin-left: .04em; }
.dv-price--lg { font-size: clamp(30px, 2.8vw, 44px); }
.dv-price--xl { font-size: clamp(44px, 4.6vw, 72px); }

.dv-hazard {
	display: inline-flex;
	align-items: stretch;
	background: var(--yellow);
	color: var(--ink);
	border: 1.5px solid var(--ink);
	font: 700 13px/1 var(--f-mono);
	letter-spacing: 0;
	white-space: nowrap;
}
.dv-hazard::before,
.dv-hazard::after {
	content: "";
	width: 12px;
	background: var(--hazard);
	flex: none;
}
.dv-hazard::before { border-right: 1.5px solid var(--ink); }
.dv-hazard::after { border-left: 1.5px solid var(--ink); }
.dv-hazard__v { padding: 6px 8px 5px; }
.dv-hazard--lg { font-size: 17px; }
.dv-hazard--lg::before, .dv-hazard--lg::after { width: 18px; }
.dv-hazard--lg .dv-hazard__v { padding: 9px 11px 8px; }

.dv-i { flex: none; }

/* Photo matte: product shots are printed onto concrete stock. Multiply makes the white bands
   some source images carry melt into the matte instead of reading as broken crops. */
.dv-matte { background: var(--concrete-2); isolation: isolate; }
.dv-matte img { mix-blend-mode: multiply; }

/* Spec strip: figures the product's own text states, set as ruled mono cells. */
.dv-specline {
	display: flex;
	flex-wrap: wrap;
	padding: 1px 0 0 1px;
	font: 500 10.5px/1 var(--f-mono);
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--ink);
}
.dv-specline > span {
	margin: -1px 0 0 -1px;
	padding: 5px 6px 4px;
	border: 1px solid rgba(18, 18, 18, .34);
	white-space: nowrap;
}
.dv-specline > span:first-child { background: var(--ink); color: var(--white); border-color: var(--ink); }

/* Oversized titles measured by duravo.js: each unit never breaks inside. */
.dv-fit__w { white-space: nowrap; }
.dv-nw { white-space: nowrap; }

/* ==========================================================================
   05 Header
   ========================================================================== */
.dv-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: var(--ink);
	color: var(--white);
}
.admin-bar .dv-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .dv-header { top: 46px; } }
.dv-header__bar {
	display: flex;
	align-items: center;
	gap: 20px;
	height: var(--header-h);
}
.dv-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--white);
	text-decoration: none;
	flex: none;
}
.dv-logo__mark {
	position: relative;
	width: 26px;
	height: 26px;
	background: var(--yellow);
	overflow: hidden;
	flex: none;
}
.dv-logo__mark i {
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(-45deg, var(--ink) 0 3px, transparent 3px 7px);
	clip-path: polygon(0 58%, 100% 58%, 100% 100%, 0 100%);
	transition: clip-path .3s var(--ease);
}
.dv-logo:hover .dv-logo__mark i { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.dv-logo__word {
	font: 900 21px/1 var(--f-display);
	letter-spacing: -.02em;
}

.dv-nav { flex: 1; display: flex; justify-content: center; min-width: 0; margin-left: 12px; }
.dv-nav__list { display: flex; list-style: none; border-left: 1px solid var(--rule-dark); }
.dv-nav__list li { border-right: 1px solid var(--rule-dark); }
.dv-nav__a {
	position: relative;
	display: flex;
	align-items: center;
	height: var(--header-h);
	padding: 0 12px;
	color: #D6D3CC;
	font: 500 12px/1 var(--f-body);
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: color .12s linear, background-color .12s linear;
}
.dv-nav__a sup {
	font: 500 9.5px/1 var(--f-mono);
	color: var(--grey);
	margin-left: 4px;
	align-self: flex-start;
	margin-top: calc(var(--header-h) / 2 - 11px);
	letter-spacing: 0;
}
.dv-nav__a::after {
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 4px;
	background: var(--yellow);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .16s var(--ease);
}
.dv-nav__a:hover { color: var(--white); background: var(--ink-2); }
.dv-nav__a:hover::after, .dv-nav__a.is-current::after { transform: scaleY(1); }
.dv-nav__a.is-current { color: var(--yellow); }

.dv-header__tools { display: flex; align-items: center; gap: 10px; flex: none; margin-left: auto; }
.dv-iconbtn {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .28);
	background: transparent;
	color: var(--white);
	transition: background-color .12s linear, color .12s linear, border-color .12s linear;
}
.dv-iconbtn:hover, .dv-iconbtn[aria-expanded="true"] { background: var(--white); color: var(--ink); border-color: var(--white); }

.dv-cartpill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 42px;
	padding: 0 6px 0 16px;
	border-radius: 999px;
	background: var(--yellow);
	color: var(--ink);
	font: 600 12.5px/1 var(--f-body);
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform .14s var(--ease), box-shadow .14s var(--ease);
}
.dv-cartpill:hover { transform: translate(-2px, -2px); box-shadow: 2px 2px 0 var(--white); }
.dv-cartpill__count {
	display: inline-grid;
	place-items: center;
	min-width: 30px;
	height: 30px;
	padding: 0 8px;
	border-radius: 999px;
	background: var(--ink);
	color: var(--yellow);
	font: 700 12px/1 var(--f-mono);
}
.dv-cartpill.is-bump .dv-cartpill__count { animation: dv-bump .5s var(--ease); }
@keyframes dv-bump {
	0% { transform: scale(1); }
	30% { transform: scale(1.35); background: var(--white); color: var(--ink); }
	100% { transform: scale(1); }
}

.dv-burger {
	display: none;
	align-items: center;
	gap: 10px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, .28);
	background: transparent;
	color: var(--white);
	font: 500 12px/1 var(--f-mono);
	letter-spacing: .08em;
	text-transform: uppercase;
}
.dv-burger__i { position: relative; width: 18px; height: 10px; }
.dv-burger__i i {
	position: absolute;
	left: 0; right: 0;
	height: 2px;
	background: currentColor;
	transition: transform .2s var(--ease), top .2s var(--ease);
}
.dv-burger__i i:first-child { top: 0; }
.dv-burger__i i:last-child { top: 8px; }
.dv-burger.is-open .dv-burger__i i:first-child { top: 4px; transform: rotate(45deg); }
.dv-burger.is-open .dv-burger__i i:last-child { top: 4px; transform: rotate(-45deg); }
.dv-burger:hover { background: var(--white); color: var(--ink); }

/* Search drop-down */
.dv-search {
	border-top: 1px solid var(--rule-dark);
	background: var(--ink);
	animation: dv-drop .28s var(--ease);
}
.dv-search[hidden] { display: none; }
@keyframes dv-drop { from { clip-path: inset(0 0 100% 0); } to { clip-path: inset(0 0 0 0); } }
.dv-search__in { display: flex; align-items: center; gap: 16px; padding-block: 18px 22px; }
.dv-search .dv-sform { flex: 1; }

.dv-sform {
	position: relative;
	display: flex;
	align-items: stretch;
	border: 1.5px solid currentColor;
	background: transparent;
	max-width: 100%;
}
.dv-sform__icon { display: grid; place-items: center; padding-left: 16px; opacity: .8; }
.dv-sform__input {
	flex: 1;
	min-width: 0;
	height: 60px;
	padding: 0 16px;
	border: 0;
	background: transparent;
	font: 500 clamp(16px, 1.6vw, 22px)/1 var(--f-body);
	-webkit-appearance: none;
	appearance: none;
}
.dv-sform__input::placeholder { color: currentColor; opacity: .55; }
.dv-sform__input::-webkit-search-cancel-button { -webkit-appearance: none; }
.dv-sform__btn {
	flex: none;
	padding: 0 22px;
	border: 0;
	border-left: 1.5px solid currentColor;
	background: var(--yellow);
	color: var(--ink);
	font: 600 13px/1 var(--f-body);
	letter-spacing: .06em;
	text-transform: uppercase;
	transition: background-color .12s linear;
}
.dv-sform__btn:hover { background: var(--white); }
.dv-sform:focus-within { box-shadow: 0 0 0 3px var(--yellow); }
.dv-sform__input:focus-visible { outline: none; box-shadow: none; }
.dv-search .dv-sform { color: var(--white); }
main .dv-sform { color: var(--ink); background: var(--white); }

/* Mobile menu */
.dv-menu {
	position: fixed;
	inset: 0;
	z-index: 120;
	background: var(--ink);
	color: var(--white);
	overflow-y: auto;
	overscroll-behavior: contain;
	clip-path: inset(0 0 100% 0);
	transition: clip-path .32s var(--ease);
}
.dv-menu.is-open { clip-path: inset(0 0 0 0); }
.dv-menu[hidden] { display: none; }
.dv-menu__top {
	position: sticky;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--header-h);
	background: var(--ink);
	border-bottom: 1px solid var(--rule-dark);
}
.dv-menu__top .dv-burger { display: inline-flex; }
.dv-menu__body { padding-block: 20px 48px; }
.dv-menu__search { margin-bottom: 20px; }
.dv-menu .dv-sform { color: var(--white); }
.dv-menu .dv-sform__input { height: 52px; font-size: 16px; }
.dv-menu__cats { list-style: none; border-top: 1px solid var(--rule-dark); }
.dv-menu__cats li { border-bottom: 1px solid var(--rule-dark); }
.dv-menu__cats a {
	display: grid;
	grid-template-columns: 34px 1fr auto;
	align-items: baseline;
	gap: 8px;
	padding: 14px 0 12px;
	color: var(--white);
	text-decoration: none;
}
.dv-menu__n, .dv-menu__c { font: 500 12px/1 var(--f-mono); color: var(--grey); }
.dv-menu__t {
	font: 800 clamp(24px, 7vw, 40px)/1 var(--f-display);
	letter-spacing: -.035em;
	text-transform: uppercase;
}
.dv-menu__cats a:hover .dv-menu__t, .dv-menu__cats a:focus-visible .dv-menu__t { color: var(--yellow); }
.dv-menu__brands { margin-top: 28px; }
.dv-menu__brands ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.dv-menu .dv-label--muted { color: var(--grey); }
.dv-menu__info { list-style: none; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--rule-dark); display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.dv-menu__info a { color: #D6D3CC; font-size: 14px; text-decoration: none; }
.dv-menu__info a:hover { color: var(--yellow); text-decoration: underline; }

@media (max-width: 1399px) {
	.dv-nav__a { padding: 0 10px; font-size: 11.5px; }
	.dv-nav__a sup { display: none; }
}
@media (max-width: 1179px) {
	.dv-nav { display: none; }
	.dv-burger { display: inline-flex; }
}
@media (max-width: 559px) {
	.dv-header__bar { gap: 8px; }
	.dv-logo__word { font-size: 18px; }
	.dv-logo__mark { width: 22px; height: 22px; }
	.dv-cartpill { padding: 0 5px 0 12px; gap: 6px; height: 40px; }
	.dv-cartpill__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
	.dv-cartpill__count { min-width: 28px; height: 28px; }
	.dv-iconbtn { width: 40px; height: 40px; }
	.dv-burger { height: 40px; padding: 0 10px; }
	.dv-burger__t { display: none; }
	.dv-search__in { padding-block: 12px 14px; gap: 8px; }
	.dv-sform__input { height: 52px; }
	.dv-sform__btn { padding: 0 14px; }
	.dv-sform__icon { display: none; }
}

/* ==========================================================================
   06 Section heads
   ========================================================================== */
.dv-sec { padding-top: clamp(72px, 9vw, 144px); }
.dv-shead { margin-bottom: clamp(24px, 3vw, 44px); }
.dv-shead__bar {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-top: 12px;
	border-top: 2px solid var(--ink);
}
.dv-shead__row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-top: clamp(14px, 2vw, 26px);
}
.dv-shead__title {
	font: 800 clamp(34px, 5.4vw, 88px)/.95 var(--f-display);
	letter-spacing: -.045em;
	text-transform: uppercase;
	max-width: 14ch;
}
@media (max-width: 767px) {
	.dv-shead__row { flex-direction: column; align-items: flex-start; gap: 16px; }
	.dv-shead__meta { display: none; }
}

/* ==========================================================================
   07 Home: hero
   ========================================================================== */
.dv-hero { padding-top: clamp(12px, 1.6vw, 24px); }
.dv-hero .dv-wrap { container-type: inline-size; }
.dv-hero__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding-bottom: 12px;
}
.dv-hero__coords { min-width: 17ch; text-align: right; font-variant-numeric: tabular-nums; }
/* Policy line: breaks only between its items. */
.dv-hero__stat { display: flex; flex-wrap: wrap; justify-content: center; gap: 2px .75em; text-align: center; }
.dv-hero__stat > span { white-space: nowrap; }
.dv-hero__top > .dv-label:first-child { white-space: nowrap; }
@media (max-width: 1179px) {
	.dv-hero__coords { display: none; }
	.dv-hero__stat { justify-content: flex-end; }
}
@media (max-width: 999px) {
	.dv-hero__top { flex-wrap: wrap; row-gap: 6px; }
	.dv-hero__stat { order: 3; width: 100%; justify-content: flex-start; text-align: left; }
}
.dv-hero__title {
	--hero-k: 10.6;
	margin: 0;
	font-family: var(--f-display);
	font-weight: 900;
	font-size: calc((min(100vw, var(--maxw)) - 2 * var(--gutter)) / var(--hero-k));
	font-size: calc(100cqi / var(--hero-k));
	line-height: .8;
	letter-spacing: -.05em;
	text-transform: uppercase;
	border-top: 2px solid var(--ink);
}
/* Bottom padding clears the Bulgarian Д descender and the comma before the rule. */
.dv-hero__line {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	padding: .07em 0 .2em;
	border-bottom: 1px solid var(--ink);
}
.dv-hero__w { display: block; white-space: nowrap; margin-left: -.04em; }
.dv-hero__line--2 .dv-hero__w { padding-left: 16.6667%; }
.dv-hero__tape {
	flex: 1;
	min-width: .6em;
	margin: .02em 0 .02em .22em;
	background: var(--hazard);
	background-size: 22.6px 22.6px;
	border: 2px solid var(--ink);
	animation: dv-conveyor 1.6s linear infinite;
}
@keyframes dv-conveyor { to { background-position: 22.6px 0; } }

.js .dv-hero__w { transform: translateY(104%); }
.dv-ready .dv-hero__w { transform: none; transition: transform .9s var(--ease); }
.dv-ready .dv-hero__line--2 .dv-hero__w { transition-delay: .08s; }
.dv-ready .dv-hero__line--3 .dv-hero__w { transition-delay: .16s; }
.js .dv-hero__tape { clip-path: inset(0 100% 0 0); }
.dv-ready .dv-hero__tape { clip-path: inset(0 0 0 0); transition: clip-path .7s var(--ease) .5s; }

.dv-hero__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	border-bottom: 1px solid var(--ink);
}
.dv-hero__intro {
	grid-column: 1 / span 4;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 28px;
	padding: clamp(22px, 2.2vw, 32px) clamp(20px, 2.4vw, 40px) 0 0;
}
.dv-hero__lede {
	font: 400 clamp(18px, 1.4vw, 21px)/1.45 var(--f-body);
	max-width: 30ch;
	margin: 0;
}
.dv-hero__ctas { display: flex; flex-direction: column; gap: 10px; align-items: stretch; max-width: 340px; }
.dv-hero__spec {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: auto 0 0;
	border-top: 1px solid var(--ink);
}
.dv-hero__spec > div { padding: 12px 12px 18px; border-left: 1px solid var(--rule); }
.dv-hero__spec > div:first-child { padding-left: 0; border-left: 0; }
.dv-hero__spec dt { font: 500 11px/1.2 var(--f-mono); letter-spacing: .07em; text-transform: uppercase; color: var(--grey-ink); }
.dv-hero__spec dd { margin: 8px 0 0; font: 800 clamp(30px, 2.8vw, 46px)/.9 var(--f-display); letter-spacing: -.045em; font-variant-numeric: tabular-nums; }

/* Featured carousel */
.dv-feat {
	grid-column: 5 / -1;
	display: flex;
	flex-direction: column;
	border-left: 1px solid var(--ink);
	min-width: 0;
}
.dv-feat__head {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 0 0 0 16px;
	height: 52px;
	border-bottom: 1px solid var(--ink);
}
.dv-feat__count { font: 500 12px/1 var(--f-mono); color: var(--grey-ink); }
.dv-feat__count b { color: var(--ink); font-weight: 700; }
.dv-feat__ctrl { margin-left: auto; display: flex; height: 100%; }
.dv-feat__btn {
	display: inline-grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 0;
	border-left: 1px solid var(--ink);
	background: transparent;
	color: var(--ink);
	transition: background-color .12s linear;
}
.dv-feat__btn:hover { background: var(--yellow); }
.dv-feat__pause { position: relative; width: 12px; height: 14px; }
.dv-feat__pause::before, .dv-feat__pause::after {
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	width: 4px;
	background: currentColor;
}
.dv-feat__pause::before { left: 0; }
.dv-feat__pause::after { right: 0; }
.dv-feat.is-paused .dv-feat__pause::before {
	width: 0; height: 0;
	background: none;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent currentColor;
}
.dv-feat.is-paused .dv-feat__pause::after { display: none; }
.dv-feat__slides {
	position: relative;
	list-style: none;
	height: clamp(340px, min(30vw, 46vh), 470px);
	background: var(--white);
}
.dv-feat__slide {
	position: absolute;
	inset: 0;
	visibility: hidden;
	clip-path: inset(0 0 0 100%);
	transition: clip-path .7s var(--ease), visibility 0s linear .7s;
}
.dv-feat__slide.is-active {
	visibility: visible;
	clip-path: inset(0 0 0 0);
	z-index: 2;
	transition: clip-path .7s var(--ease), visibility 0s;
}
.dv-feat__link {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
	height: 100%;
	color: var(--ink);
	text-decoration: none;
}
.dv-feat__media { position: relative; overflow: hidden; }
.dv-feat__img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); transform-origin: 30% 30%; transition: transform .6s var(--ease); }
.dv-feat__link:hover .dv-feat__img { transform: scale(1.14); }
.dv-feat__hazard { position: absolute; left: 14px; top: 14px; z-index: 1; }
.dv-feat__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	padding: clamp(18px, 2vw, 28px);
	border-left: 1px solid var(--ink);
	min-width: 0;
}
.dv-feat__spec { margin-top: -2px; }
.dv-feat__brand {
	font: 700 12px/1 var(--f-mono);
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 5px 7px;
	background: var(--ink);
	color: var(--white);
}
.dv-feat__title {
	font: 600 clamp(17px, 1.35vw, 21px)/1.3 var(--f-body);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.dv-feat__price { display: flex; flex-direction: column; gap: 8px; padding-top: 14px; border-top: 1px solid var(--rule); align-self: stretch; }
.dv-feat__was { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font: 500 12.5px/1 var(--f-mono); color: var(--grey-ink); }
.dv-feat__save { padding: 3px 5px 2px; background: var(--yellow); color: var(--ink); font-weight: 700; }
.dv-feat__go {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	font: 600 12px/1 var(--f-body);
	letter-spacing: .06em;
	text-transform: uppercase;
	border-bottom: 1.5px solid var(--ink);
	padding-bottom: 6px;
}
.dv-feat__link:hover .dv-feat__go svg { transform: translateX(4px); }
.dv-feat__go svg { transition: transform .14s var(--ease); }
.dv-feat__bar { height: 4px; background: var(--concrete-2); border-top: 1px solid var(--ink); }
.dv-feat__bar i { display: block; height: 100%; background: var(--ink); transform: scaleX(0); transform-origin: left; }
.dv-feat__bar i.is-run { animation: dv-progress 5.5s linear forwards; }
@keyframes dv-progress { to { transform: scaleX(1); } }

/* Facts row */
.dv-factrow {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-bottom: 1px solid var(--ink);
}
.dv-factrow__i {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 12px;
	row-gap: 4px;
	align-content: start;
	padding: 18px 20px 20px 0;
	border-right: 1px solid var(--rule);
}
.dv-factrow__i + .dv-factrow__i { padding-left: 16px; }
.dv-factrow__i:last-child { border-right: 0; }
.dv-factrow__n { grid-row: 1 / span 2; font: 500 12px/1.6 var(--f-mono); color: var(--grey-ink); }
.dv-factrow__k { font: 700 14px/1.3 var(--f-body); letter-spacing: .04em; text-transform: uppercase; }
.dv-factrow__v { font-size: 14px; line-height: 1.45; color: var(--grey-ink); }

@media (max-width: 1099px) {
	.dv-hero__intro { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 24px 32px; padding: 24px 0 28px; }
	.dv-hero__ctas { flex-direction: row; max-width: none; flex-wrap: wrap; }
	.dv-hero__spec { grid-column: 1 / -1; margin: 0; }
	.dv-feat { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--ink); }
	.dv-factrow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dv-factrow__i:nth-child(even) { border-right: 0; }
	.dv-factrow__i:nth-child(n+3) { border-top: 1px solid var(--rule); }
	.dv-factrow__i:nth-child(odd) { padding-left: 0; }
	.dv-factrow__i:nth-child(odd):last-child { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
	.dv-hero__top { flex-wrap: wrap; }
	.dv-hero__stat { display: none; }
	.dv-hero__coords { display: none; }
	.dv-hero__title { letter-spacing: -.045em; }
	.dv-hero__line { font-size: calc(100cqi / var(--k, 10.6)); }
	.dv-hero__w { margin-left: 0; }
	.dv-hero__line--2 .dv-hero__w { padding-left: 0; }
	.dv-hero__intro { grid-template-columns: minmax(0, 1fr); align-items: stretch; gap: 20px; padding-bottom: 20px; }
	.dv-hero__spec dd { font-size: 30px; }
	.dv-hero__ctas { flex-direction: column; }
	.dv-hero__ctas .dv-btn { width: 100%; }
	.dv-feat__slides { height: auto; aspect-ratio: auto; display: grid; }
	.dv-feat__slide { position: relative; grid-area: 1 / 1; }
	.dv-feat__link { grid-template-columns: 1fr; grid-template-rows: auto auto; }
	.dv-feat__media { aspect-ratio: 4 / 3; }
	.dv-feat__info { border-left: 0; border-top: 1px solid var(--ink); gap: 10px; }
	.dv-feat__title { -webkit-line-clamp: 3; }
	.dv-feat__price { flex-direction: row; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
	.dv-feat__head { padding-left: 0; }
	.dv-factrow { grid-template-columns: 1fr; }
	.dv-factrow__i, .dv-factrow__i + .dv-factrow__i { padding: 14px 0; border-right: 0; border-top: 1px solid var(--rule); }
	.dv-factrow__i:first-child { border-top: 0; }
}

/* ==========================================================================
   08 Home: marquee
   ========================================================================== */
.dv-marquee {
	position: relative;
	z-index: 1;
	margin-top: clamp(56px, 7vw, 112px);
	background: var(--yellow);
	border-block: 2px solid var(--ink);
	overflow: hidden;
}
.dv-marquee__track {
	display: flex;
	width: max-content;
	animation: dv-marquee 34s linear infinite;
}
.dv-marquee:hover .dv-marquee__track { animation-play-state: paused; }
.dv-marquee__group { display: flex; align-items: center; flex: none; }
.dv-marquee__item {
	padding: .14em .28em .1em;
	font: 900 clamp(44px, 7.4vw, 124px)/1 var(--f-display);
	letter-spacing: -.045em;
	text-transform: uppercase;
	color: var(--ink);
	text-decoration: none;
	white-space: nowrap;
}
.dv-marquee__item.is-outline { font-weight: 400; letter-spacing: -.03em; }
.dv-marquee__item:hover { background: var(--ink); color: var(--yellow); }
.dv-marquee__sep { font: 400 clamp(22px, 3vw, 44px)/1 var(--f-mono); }
@keyframes dv-marquee { to { transform: translateX(-50%); } }

/* ==========================================================================
   09 Home: category index (editorial list)
   ========================================================================== */
/* Desktop row on the 12-column grid: no. | name (7 cols) | photo slot (2 cols) | count | arrow.
   The photo opens in its own slot, so it never covers the name or the count. */
.dv-index { list-style: none; border-top: 2px solid var(--ink); --mx: .5; --chars: 11; container-type: inline-size; }
.dv-index__row { position: relative; border-bottom: 1px solid var(--ink); }
.dv-index__a {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: center;
	min-height: clamp(84px, 8.4vw, 124px);
	color: var(--ink);
	text-decoration: none;
	transition: background-color .12s linear, color .12s linear;
}
.dv-index__n { grid-column: 1; font: 500 13px/1 var(--f-mono); padding-left: 2px; }
.dv-index__t {
	grid-column: 2 / span 7;
	font: 800 clamp(30px, 5vw, 84px)/1 var(--f-display);
	font-size: min(84px, calc((100cqi * 7 / 12 - 40px) / (var(--chars) * .92)));
	letter-spacing: -.04em;
	text-transform: uppercase;
	padding-block: .1em;
	transition: transform .22s var(--ease);
	position: relative;
	z-index: 2;
}
.dv-index__c { grid-column: 11; font: 500 13px/1.2 var(--f-mono); color: var(--grey-ink); text-transform: uppercase; }
.dv-index__go { grid-column: 12; justify-self: end; padding-right: 8px; transition: transform .22s var(--ease); }
.dv-index__img {
	position: absolute;
	top: 50%;
	left: calc(100% * 8 / 12 + 8px);
	width: calc(100% * 2 / 12 - 16px);
	aspect-ratio: 4 / 3;
	transform: translate(calc((var(--mx) - .5) * 28px), -50%);
	z-index: 3;
	pointer-events: none;
	overflow: hidden;
	outline: 2px solid var(--yellow);
	clip-path: inset(50% 0 50% 0);
	transition: clip-path .3s var(--ease), transform .5s var(--ease-out);
}
.dv-index__img img { width: 100%; height: 100%; object-fit: cover; }
@media (hover: hover) and (pointer: fine) {
	.dv-index__a:hover, .dv-index__a:focus-visible { background: var(--ink); color: var(--white); }
	.dv-index__a:hover .dv-index__t, .dv-index__a:focus-visible .dv-index__t { transform: translateX(24px); }
	.dv-index__a:hover .dv-index__c, .dv-index__a:focus-visible .dv-index__c { color: var(--grey); }
	.dv-index__a:hover .dv-index__n, .dv-index__a:hover .dv-index__go { color: var(--yellow); }
	.dv-index__a:hover .dv-index__go { transform: translateX(-4px) rotate(-45deg); }
	.dv-index__a:hover .dv-index__img, .dv-index__a:focus-visible .dv-index__img { clip-path: inset(-4px -4px -4px -4px); }
}
@media (hover: none), (pointer: coarse), (max-width: 899px) {
	.dv-index__a {
		grid-template-columns: minmax(0, 1fr) 64px;
		grid-template-areas: "meta img" "t img";
		column-gap: 14px;
		row-gap: 4px;
		padding-block: 12px;
		min-height: 0;
	}
	.dv-index__n { grid-area: meta; justify-self: start; align-self: end; font-size: 11px; }
	.dv-index__c { grid-area: meta; justify-self: end; align-self: end; font-size: 11px; }
	.dv-index__t { grid-area: t; font-size: min(40px, calc((100cqi - 78px) / (var(--chars) * .95))); padding-block: .04em .08em; }
	.dv-index__go { display: none; }
	.dv-index__img {
		position: relative;
		grid-area: img;
		top: auto; left: auto;
		width: 64px;
		aspect-ratio: 1;
		transform: none;
		clip-path: none;
		outline: 0;
		border: 1px solid var(--ink);
	}
	.dv-index__a:active { background: var(--yellow); }
}

/* ==========================================================================
   10 Product card (spec sheet) + grids
   ========================================================================== */
ul.products,
.dv-grid-cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--ink);
	border-left: 1px solid var(--ink);
}
ul.products > li,
.dv-grid-cards > li {
	display: flex;
	min-width: 0;
	border-right: 1px solid var(--ink);
	border-bottom: 1px solid var(--ink);
	background: var(--hatch), var(--concrete);
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
}
.dv-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background: var(--white);
	transition: transform .16s var(--ease), box-shadow .16s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
	.dv-card:hover, .dv-card:focus-within {
		transform: translate(-7px, -7px);
		box-shadow: 7px 7px 0 var(--ink), 0 0 0 1px var(--ink);
		z-index: 3;
	}
	.dv-card:hover .dv-card__img { transform: scale(1.15); }
}
.dv-card__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 11px 14px;
	border-bottom: 1px solid var(--rule);
	font: 500 11px/1 var(--f-mono);
	letter-spacing: .07em;
	text-transform: uppercase;
}
.dv-card__idx { font-weight: 700; font-variant-numeric: tabular-nums; }
.dv-card__of { color: var(--grey-ink); font-weight: 500; }
.dv-card__brand { font-weight: 700; padding: 4px 6px; margin: -4px -6px; background: var(--concrete); }
/* Photo on an 8px concrete matte; a slight zoom from the upper left trims the corner marks and
   letterbox bands that many source images carry, the same way for every product. */
.dv-card__media { position: relative; aspect-ratio: 1 / 1; min-height: 0; overflow: hidden; background: var(--concrete-2); --inset: 8px; }
.dv-card__frame { position: absolute; inset: var(--inset); display: block; overflow: hidden; }
.dv-card__img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; transform: scale(1.1); transform-origin: 30% 30%; transition: transform .6s var(--ease); }
.dv-card__hazard { position: absolute; left: 0; top: 16px; z-index: 1; }
.dv-card__body { display: flex; flex-direction: column; gap: 12px; flex: 1; padding: 16px 14px 0; }
.dv-card__spec { margin-bottom: 2px; }
.dv-card__title {
	margin: 0;
	font: 500 15px/1.36 var(--f-body);
	letter-spacing: -.005em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: anywhere;
	hyphens: auto;
}
.dv-card__link { color: inherit; text-decoration: none; }
.dv-card__link::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.dv-card__link:focus-visible { outline: none; box-shadow: none; }
.dv-card__link:focus-visible::after { outline: 3px solid var(--yellow); outline-offset: -3px; box-shadow: inset 0 0 0 5px var(--ink); }
.dv-card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; margin-top: auto; }
.dv-card__price .dv-price { font-size: clamp(24px, 2.1vw, 32px); }
.dv-card__was { font: 500 13px/1 var(--f-mono); color: var(--grey-ink); }
.dv-card__foot {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 16px;
	border-top: 1px solid var(--rule);
}
.dv-card__save {
	align-self: center;
	padding: 10px 14px;
	font: 500 11px/1.3 var(--f-mono);
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--grey-ink);
}
.dv-card .dv-card__add,
.woocommerce .dv-card a.dv-card__add.button {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 16px;
	border: 0;
	border-left: 1px solid var(--ink);
	background: var(--ink);
	color: var(--white);
	font: 600 12px/1 var(--f-body);
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .12s linear, color .12s linear;
}
.dv-card .dv-card__add:hover,
.woocommerce .dv-card a.dv-card__add.button:hover { background: var(--yellow); color: var(--ink); transform: none; box-shadow: none; }
.dv-card .dv-card__add.loading { background: var(--hazard); background-size: 22.6px 22.6px; color: transparent; animation: dv-conveyor .8s linear infinite; }
.dv-card .dv-card__add.loading svg { opacity: 0; }
.dv-card .dv-card__add.added { background: var(--yellow); color: var(--ink); }
.dv-card__add.added .dv-card__add-t { font-size: 0; }
.dv-card__add.added .dv-card__add-t::after { content: "В количката ✓"; font-size: 12px; }
.dv-card__add.added svg { display: none; }
.dv-card .added_to_cart { display: none; }

/* Grid breakpoints */
@media (max-width: 1199px) {
	ul.products, .dv-grid-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	ul.products, .dv-grid-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dv-card__head { padding: 9px 10px; font-size: 10px; }
	.dv-card__brand { padding: 3px 5px; margin: -3px -5px; }
	.dv-card__media { --inset: 6px; }
	.dv-card__hazard { left: 0; top: 12px; }
	.dv-card__hazard { font-size: 11.5px; }
	.dv-card__spec { font-size: 9.5px; }
	.dv-card__spec > span { padding: 4px 4px 3px; }
	.dv-card__spec > span:nth-child(3) { display: none; }
	.dv-card__hazard::before, .dv-card__hazard::after { width: 8px; }
	.dv-card__hazard .dv-hazard__v { padding: 5px 6px 4px; }
	.dv-card__body { padding: 12px 10px 0; gap: 10px; }
	.dv-card__title { font-size: 13.5px; line-height: 1.34; }
	.dv-card__price .dv-price { font-size: 22px; }
	.dv-card__was { font-size: 11.5px; }
	.dv-card__foot { margin-top: 12px; }
	.dv-card__save { display: none; }
	.dv-card .dv-card__add, .woocommerce .dv-card a.dv-card__add.button { flex: 1; border-left: 0; min-height: 44px; }
}

/* Horizontal rail */
.dv-rail__ctrl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}
.dv-rail__ctrl b { color: var(--ink); }
.dv-rail__btns { display: flex; border: 1px solid var(--ink); border-left: 0; }
.dv-rail__viewport {
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding-left: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter)));
	scroll-padding-left: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter)));
	padding-top: 10px;
	padding-bottom: 12px;
}
.dv-rail__viewport::-webkit-scrollbar { display: none; }
.dv-rail__viewport:focus-visible { outline-offset: -3px; }
.dv-grid-cards.dv-rail__list {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: none;
	grid-auto-columns: clamp(250px, 23vw, 360px);
	width: max-content;
	margin-right: var(--gutter);
}
.dv-rail__list > li { scroll-snap-align: start; }
@media (max-width: 767px) {
	.dv-grid-cards.dv-rail__list { grid-auto-columns: 72vw; }
}

/* ==========================================================================
   11 Home: brands, process
   ========================================================================== */
/* Brand specimen sheet: one type size for every name (the longest sets it), a strip of real
   product photos, count and lowest price from the catalogue. */
.dv-brands {
	--chars: 9;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 2px solid var(--ink);
	border-left: 1px solid var(--ink);
}
.dv-brands__i { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); min-width: 0; }
.dv-brands__a {
	container-type: inline-size;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas: "n go" "t t" "th th" "meta meta";
	row-gap: 14px;
	height: 100%;
	padding: 14px 16px 16px;
	color: var(--ink);
	text-decoration: none;
	background: linear-gradient(var(--yellow), var(--yellow)) 0 0 / 0 100% no-repeat, var(--white);
	transition: background-size .34s var(--ease);
}
.dv-brands__a:hover, .dv-brands__a:focus-visible { background-size: 100% 100%, auto; }
.dv-brands__n { grid-area: n; font: 500 12px/1 var(--f-mono); color: var(--grey-ink); }
.dv-brands__go { grid-area: go; transition: transform .2s var(--ease); }
.dv-brands__a:hover .dv-brands__go { transform: translate(4px, -4px); }
.dv-brands__t {
	grid-area: t;
	font: 800 40px/.92 var(--f-display);
	font-size: min(68px, calc(100cqi / (var(--chars) * .9)));
	letter-spacing: -.045em;
	text-transform: uppercase;
	white-space: nowrap;
	padding-bottom: .04em;
}
.dv-brands__th {
	grid-area: th;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid var(--ink);
	background: var(--ink);
	gap: 1px;
}
.dv-brands__cell { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--concrete-2); isolation: isolate; }
.dv-brands__cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) contrast(1.08);
	mix-blend-mode: multiply;
	transform: scale(1.12);
	transform-origin: 30% 30%;
	transition: filter .18s linear, transform .5s var(--ease);
}
.dv-brands__cell.is-empty { background: var(--hatch), var(--concrete); }
.dv-brands__a:hover .dv-brands__cell img, .dv-brands__a:focus-visible .dv-brands__cell img { filter: none; transform: scale(1.18); }
.dv-brands__meta {
	grid-area: meta;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font: 500 12px/1 var(--f-mono);
	letter-spacing: .05em;
	text-transform: uppercase;
}
.dv-brands__from { font-weight: 700; }
@media (max-width: 999px) {
	.dv-brands { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	.dv-brands { grid-template-columns: minmax(0, 1fr); border-left: 0; }
	.dv-brands__i { border-right: 0; }
	.dv-brands__a {
		grid-template-columns: 26px minmax(0, 1fr) 100px;
		grid-template-areas: "n t th" "n meta th";
		column-gap: 10px;
		row-gap: 8px;
		align-items: center;
		padding: 14px 0;
	}
	.dv-brands__n { align-self: start; padding-top: 4px; }
	.dv-brands__go { display: none; }
	.dv-brands__t { font-size: min(34px, calc((100cqi - 146px) / (var(--chars) * .9))); align-self: end; }
	.dv-brands__meta { justify-content: flex-start; font-size: 11px; align-self: start; }
	.dv-brands__th { grid-template-columns: repeat(2, minmax(0, 1fr)); align-self: stretch; }
	.dv-brands__cell { aspect-ratio: auto; min-height: 48px; }
	.dv-brands__cell:nth-child(3) { display: none; }
}

.dv-how { padding-bottom: clamp(72px, 9vw, 140px); }
.dv-how__list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-top: 2px solid var(--ink);
}
.dv-how__i { padding: 18px 18px 8px 0; border-right: 1px solid var(--rule); }
.dv-how__i + .dv-how__i { padding-left: 18px; }
.dv-how__i:last-child { border-right: 0; }
.dv-how__n {
	display: inline-block;
	font: 900 clamp(56px, 6.6vw, 112px)/.8 var(--f-display);
	letter-spacing: -.06em;
	padding-bottom: 6px;
	border-bottom: 6px solid var(--yellow);
}
.dv-how__t {
	margin-top: 24px;
	font: 800 clamp(16px, 1.55vw, 26px)/1 var(--f-display);
	letter-spacing: -.03em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}
.dv-how__d { margin-top: 12px; color: var(--grey-ink); max-width: 30ch; }
@media (max-width: 1023px) {
	.dv-how__t { font-size: clamp(19px, 2.6vw, 24px); }
	.dv-how__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dv-how__i:nth-child(even) { border-right: 0; }
	.dv-how__i:nth-child(odd) { padding-left: 0; }
	.dv-how__i:nth-child(n+3) { border-top: 1px solid var(--rule); padding-top: 24px; }
	.dv-how__i:nth-child(odd):last-child { grid-column: 1 / -1; border-right: 0; }
}
@media (max-width: 479px) {
	.dv-how__list { grid-template-columns: 1fr; }
	.dv-how__i, .dv-how__i + .dv-how__i { padding: 20px 0 16px; border-right: 0; border-top: 1px solid var(--rule); }
	.dv-how__i:first-child { border-top: 0; }
}

/* ==========================================================================
   12 Archive: header, category strip, brands bar, toolbar, pagination
   ========================================================================== */
.dv-crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 0;
	padding: 14px 0 12px;
	font: 500 11.5px/1.4 var(--f-mono);
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--grey-ink);
}
.dv-crumbs a { color: var(--ink); text-decoration: none; border-bottom: 1px solid transparent; }
.dv-crumbs a:hover { border-bottom-color: var(--ink); }
.dv-crumbs__sep { margin: 0 10px; color: var(--grey); }
.dv-crumbs__item:last-child { max-width: 60ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.dv-arch-head .dv-wrap { container-type: inline-size; }
.dv-arch-head__top {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-top: 12px;
	border-top: 2px solid var(--ink);
}
/* Oversized titles: line-height and tracking leave room for the Bulgarian Д/Щ descenders and a
   visible word space; duravo.js then sets the size so the widest unit fills the column. */
.dv-arch-head__title {
	--chars: 9;
	margin: clamp(14px, 2vw, 28px) 0 clamp(20px, 2.6vw, 40px);
	padding-bottom: .1em;
	font-family: var(--f-display);
	font-weight: 900;
	font-size: clamp(38px, 10vw, 196px);
	font-size: min(196px, calc(100cqi / (var(--chars) * .98)));
	line-height: 1.01;
	letter-spacing: -.035em;
	word-spacing: .12em;
	text-transform: uppercase;
}
.dv-main--archive { padding-bottom: clamp(72px, 9vw, 140px); }
.dv-arch-head__desc { max-width: 70ch; margin: -12px 0 32px; color: var(--grey-ink); }

.dv-catstrip { border-block: 1px solid var(--ink); background: var(--concrete); position: relative; z-index: 2; }
.dv-catstrip__list {
	list-style: none;
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
	border-left: 1px solid var(--ink);
}
.dv-catstrip__list::-webkit-scrollbar { display: none; }
.dv-catstrip__list li { flex: none; border-right: 1px solid var(--ink); }
.dv-catstrip__a {
	display: flex;
	align-items: baseline;
	gap: 8px;
	padding: 15px 18px 14px;
	color: var(--ink);
	font: 600 13px/1 var(--f-body);
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .12s linear;
}
.dv-catstrip__n { font: 500 11px/1 var(--f-mono); color: var(--grey-ink); }
.dv-catstrip__c { font: 500 11px/1 var(--f-mono); color: var(--grey-ink); align-self: flex-start; }
.dv-catstrip__a:hover { background: var(--yellow); }
.dv-catstrip__a.is-current { background: var(--ink); color: var(--white); }
.dv-catstrip__a.is-current .dv-catstrip__n,
.dv-catstrip__a.is-current .dv-catstrip__c { color: var(--yellow); }

.dv-brandbar { border-bottom: 1px solid var(--rule); }
.dv-brandbar__in { display: flex; align-items: center; gap: 16px; padding-block: 12px; }
.dv-brandbar__list { list-style: none; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding: 2px; }
.dv-brandbar__list::-webkit-scrollbar { display: none; }

.dv-notices-wrap:empty { display: none; }
.dv-notices-wrap .woocommerce-notices-wrapper:not(:empty) { padding-top: 20px; }
.dv-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
}
.woocommerce-result-count {
	margin: 0;
	font: 500 12px/1.3 var(--f-mono);
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--grey-ink);
}
.woocommerce-ordering { margin: 0; }
.woocommerce .woocommerce-ordering select.orderby,
.woocommerce-ordering select,
.dv-select {
	height: 46px;
	min-height: 46px;
	width: auto;
	padding: 0 46px 0 14px;
	border: 1.5px solid var(--ink);
	border-radius: 0;
	background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='2.5' stroke-linecap='square'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
	font: 500 14px/1 var(--f-body);
	color: var(--ink);
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	max-width: 100%;
	transition: background-color .12s linear;
}
.woocommerce .woocommerce-ordering select.orderby:hover,
.woocommerce-ordering select:hover { background-color: var(--yellow); }
.dv-loopwrap { padding-bottom: 8px; }

/* Pagination row: pages left, position and "up" right, on a ruled line. */
.dv-pagewrap { margin-top: 40px; }
.dv-pagerow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	padding-top: 16px;
	border-top: 2px solid var(--ink);
}
.dv-pagerow .woocommerce-pagination { padding: 0; }
.dv-pagerow__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 22px;
	margin: 0 0 0 auto;
	font: 500 12px/1.3 var(--f-mono);
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--grey-ink);
}
.dv-pagerow__top { display: inline-flex; align-items: center; gap: 6px; padding-bottom: 3px; color: var(--ink); text-decoration: none; border-bottom: 1.5px solid var(--ink); }
.dv-pagerow__top:hover { background: var(--yellow); }

.woocommerce-pagination, .dv-pagewrap .navigation { padding: 40px 0 0; }
.dv-pagerow .woocommerce-pagination { padding: 0; }
.woocommerce-pagination ul.page-numbers,
.dv-pagewrap .nav-links {
	list-style: none;
	display: inline-flex;
	border: 1px solid var(--ink);
	border-right: 0;
}
.woocommerce-pagination ul.page-numbers li { border-right: 1px solid var(--ink); }
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span,
.dv-pagewrap .nav-links > * {
	display: grid;
	place-items: center;
	min-width: 52px;
	height: 52px;
	padding: 0 12px;
	font: 600 14px/1 var(--f-mono);
	text-decoration: none;
	color: var(--ink);
	background: var(--white);
	transition: background-color .12s linear;
}
.dv-pagewrap .nav-links > * { border-right: 1px solid var(--ink); }
.woocommerce-pagination .page-numbers a:hover, .dv-pagewrap .nav-links a:hover { background: var(--yellow); }
.woocommerce-pagination .page-numbers .current, .dv-pagewrap .nav-links .current { background: var(--ink); color: var(--yellow); }

.dv-empty {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 24px 0;
	padding: 40px 0 24px;
	border-top: 2px solid var(--ink);
	container-type: inline-size;
}
.dv-empty__big {
	--chars: 11;
	grid-column: 1 / span 7;
	margin: 0;
	padding-bottom: .08em;
	font: 900 48px/.98 var(--f-display);
	font-size: min(132px, calc(100cqi * 7 / 12 / (var(--chars) * .98)));
	letter-spacing: -.035em;
	word-spacing: .12em;
	text-transform: uppercase;
	max-width: 100%;
}
.dv-empty__side { grid-column: 8 / -1; display: flex; flex-direction: column; gap: 18px; align-items: flex-start; padding-left: 24px; }
.dv-empty__side .dv-sform { width: 100%; }
@media (max-width: 899px) {
	.dv-empty__big, .dv-empty__side { grid-column: 1 / -1; }
	.dv-empty__big { font-size: min(96px, calc(100cqi / (var(--chars) * .98))); }
	.dv-empty__side { padding-left: 0; }
}
@media (max-width: 767px) {
	.dv-toolbar { flex-wrap: wrap; padding: 14px 0; }
	.woocommerce-ordering, .woocommerce .woocommerce-ordering select.orderby, .woocommerce-ordering select { width: 100%; }
	.dv-catstrip__a { padding: 13px 14px 12px; font-size: 12px; }
	.dv-brandbar__in { gap: 10px; }
	/* The strip scrolls sideways: snap to items and fade the right edge so it reads as more. */
	.dv-catstrip__list {
		scroll-snap-type: x mandatory;
		-webkit-mask-image: linear-gradient(90deg, #000 80%, transparent);
		mask-image: linear-gradient(90deg, #000 80%, transparent);
	}
	.dv-catstrip__list li { scroll-snap-align: start; }
	.dv-catstrip__list::after { content: ""; flex: 0 0 64px; }
	.dv-brandbar__list { -webkit-mask-image: linear-gradient(90deg, #000 85%, transparent); mask-image: linear-gradient(90deg, #000 85%, transparent); }
	.dv-brandbar__list::after { content: ""; flex: 0 0 40px; }
	.dv-pagerow__meta { margin-left: 0; }
}

/* ==========================================================================
   13 Notices
   ========================================================================== */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
.wc-block-components-notice-banner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 20px;
	margin: 0 0 20px;
	padding: 16px 18px 16px 58px;
	list-style: none;
	background: var(--white);
	border: 1.5px solid var(--ink);
	font: 500 15px/1.45 var(--f-body);
	color: var(--ink);
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	content: "";
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 38px;
	background: var(--yellow);
	border-right: 1.5px solid var(--ink);
}
.woocommerce-info::before { background: var(--ink); }
.woocommerce-error::before { background: var(--hazard); }
.woocommerce-error { border-color: var(--error); }
.woocommerce-error li { margin: 0; }
.woocommerce-message .button,
.woocommerce-info .button { order: 2; min-height: 42px; font-size: 12px; padding: 0 14px; }
.woocommerce-message a:not(.button), .woocommerce-info a:not(.button) { font-weight: 600; }
.woocommerce-message:focus, .woocommerce-error:focus, .woocommerce-info:focus { outline: none; }
/* On the cart itself a "to the cart" button would link to the page the customer is on. */
.woocommerce-cart .woocommerce-message .wc-forward { display: none; }

/* ==========================================================================
   14 Single product
   ========================================================================== */
.dv-main--product { padding-bottom: clamp(72px, 9vw, 140px); }
.dv-pdp-notices .woocommerce-notices-wrapper:not(:empty) { padding-top: 4px; }
.dv-pdp__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	border-top: 2px solid var(--ink);
}
.dv-pdp__gallery { grid-column: 1 / span 7; grid-row: 1; padding: 24px clamp(20px, 2.6vw, 44px) 0 0; min-width: 0; }
.dv-pdp__sheet { grid-column: 1 / span 7; grid-row: 2; padding-right: clamp(20px, 2.6vw, 44px); min-width: 0; }
.dv-pdp__panel { grid-column: 8 / -1; grid-row: 1 / span 2; min-width: 0; border-left: 1px solid var(--ink); }
.dv-pdp__panel-in {
	position: sticky;
	top: calc(var(--header-h) + 20px);
	padding: 24px 0 24px clamp(20px, 2.6vw, 44px);
	display: flex;
	flex-direction: column;
}
.admin-bar .dv-pdp__panel-in { top: calc(var(--header-h) + 52px); }

/* Gallery */
.dv-gallery__fig { margin: 0; border: 1.5px solid var(--ink); background: var(--white); }
.dv-gallery__meta {
	display: flex;
	justify-content: space-between;
	padding: 10px 14px;
	border-bottom: 1px solid var(--ink);
	font: 500 11.5px/1 var(--f-mono);
	letter-spacing: .07em;
	text-transform: uppercase;
}
.dv-gallery__meta b { font-weight: 700; }
.dv-gallery__stage {
	position: relative;
	aspect-ratio: 1 / 1;
	background: var(--paper);
	overflow: hidden;
}
.dv-gallery__img { width: 100%; height: 100%; object-fit: contain; }
.dv-gallery__hazard { position: absolute; top: 16px; right: 16px; }
.dv-crop { position: absolute; width: 18px; height: 18px; border: 0 solid var(--ink); pointer-events: none; }
.dv-crop--tl { top: 10px; left: 10px; border-top-width: 2px; border-left-width: 2px; }
.dv-crop--tr { top: 10px; right: 10px; border-top-width: 2px; border-right-width: 2px; display: none; }
.dv-crop--bl { bottom: 10px; left: 10px; border-bottom-width: 2px; border-left-width: 2px; }
.dv-crop--br { bottom: 10px; right: 10px; border-bottom-width: 2px; border-right-width: 2px; }
.dv-gallery__thumbs { list-style: none; display: flex; gap: 8px; margin-top: 8px; }
.dv-gallery__thumb {
	display: block;
	width: 84px;
	height: 84px;
	padding: 0;
	border: 1.5px solid var(--rule);
	background: var(--white);
	overflow: hidden;
}
.dv-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.dv-gallery__thumb.is-current { border-color: var(--ink); box-shadow: 0 0 0 2px var(--yellow); }

/* Buy panel */
.dv-pdp__panel-label { margin-bottom: 18px; }
.dv-pdp__kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.dv-pdp__brand {
	padding: 6px 8px 5px;
	background: var(--ink);
	color: var(--white);
	font: 700 12px/1 var(--f-mono);
	letter-spacing: .08em;
	text-transform: uppercase;
}
.dv-pdp__cat {
	padding: 5px 8px 4px;
	border: 1px solid var(--ink);
	font: 500 12px/1 var(--f-mono);
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
}
.dv-pdp__cat:hover { background: var(--yellow); }
.dv-pdp__title {
	font: 700 clamp(25px, 2.35vw, 36px)/1.1 var(--f-body);
	letter-spacing: -.03em;
	margin: 0 0 22px;
	overflow-wrap: break-word;
	hyphens: auto;
}
.dv-pdp__price { padding: 18px 0 16px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule); }
.dv-pdp__pricerow { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; }
.dv-pdp__saving { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 12px; font: 500 12.5px/1.4 var(--f-mono); letter-spacing: .03em; text-transform: uppercase; }
.dv-pdp__was { color: var(--grey-ink); }
.dv-pdp__save { background: var(--yellow); padding: 2px 6px; margin: -2px 0; }

.woocommerce-product-details__short-description { margin-top: 16px; color: var(--grey-ink); }
.stock { margin: 16px 0 0; font: 500 12px/1 var(--f-mono); text-transform: uppercase; letter-spacing: .05em; }
.stock.in-stock::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--ink); }

form.cart {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px;
	margin: 20px 0 0;
}
form.cart .quantity { grid-column: 1; }
form.cart .single_add_to_cart_button { grid-column: 2; width: 100%; min-height: 56px; justify-content: center; white-space: nowrap; }
form.cart .dv-buynow { grid-column: 1 / -1; min-height: 56px; }
.dv-buynow { justify-content: space-between; }

.quantity {
	display: inline-flex;
	align-items: stretch;
	height: 56px;
	border: 1.5px solid var(--ink);
	background: var(--white);
}
.quantity .qty,
.woocommerce .quantity input.qty {
	width: 52px;
	min-height: 0;
	height: auto;
	padding: 0;
	border: 0;
	border-inline: 1px solid var(--rule);
	border-radius: 0;
	background: transparent;
	text-align: center;
	font: 700 16px/1 var(--f-mono);
	-moz-appearance: textfield;
	appearance: textfield;
}
.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.quantity .qty:focus-visible { outline: 3px solid var(--yellow); outline-offset: -3px; box-shadow: none; }
.dv-qty__btn {
	display: grid;
	place-items: center;
	width: 44px;
	border: 0;
	background: transparent;
	color: var(--ink);
	transition: background-color .1s linear;
}
.dv-qty__btn:hover { background: var(--yellow); }
.dv-qty__btn:focus-visible { outline-offset: -3px; box-shadow: none; }

.dv-facts {
	margin: 22px 0 0;
	border: 1.5px solid var(--ink);
	background: var(--white);
}
.dv-facts__row {
	display: grid;
	grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
	gap: 14px;
	padding: 12px 14px;
	border-top: 1px solid var(--rule);
}
.dv-facts__row:first-child { border-top: 0; }
.dv-facts dt { display: flex; align-items: center; gap: 10px; font: 600 12px/1.3 var(--f-mono); letter-spacing: .04em; text-transform: uppercase; }
.dv-facts dd { margin: 0; font-size: 14px; line-height: 1.45; }

@media (max-width: 479px) {
	/* One row still: a tighter stepper and label keep "Добави в количката" on a single line. */
	form.cart { gap: 8px; }
	form.cart .quantity .dv-qty__btn { width: 38px; }
	form.cart .quantity .qty { width: 42px; }
	form.cart .single_add_to_cart_button { padding: 0 10px; font-size: 13px; letter-spacing: .02em; }
}

/* Data sheet */
.dv-sheet { margin-top: clamp(40px, 5vw, 72px); border-top: 2px solid var(--ink); }
.dv-sheet__head { display: flex; flex-direction: column; gap: 14px; padding: 12px 0 24px; }
.dv-sheet__title {
	font: 800 clamp(34px, 4.4vw, 68px)/.9 var(--f-display);
	letter-spacing: -.05em;
	text-transform: uppercase;
}
/* Product data table: a two-column spec grid with lettered rows, like a drawing's parts list. */
.dv-sheet__data {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 8px;
	border-top: 1px solid var(--ink);
	border-left: 1px solid var(--ink);
	background: var(--white);
}
.dv-sheet__data .dv-kv {
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: baseline;
	padding: 11px 14px;
	border-right: 1px solid var(--ink);
	border-bottom: 1px solid var(--ink);
}
.dv-sheet__data.is-odd .dv-kv:last-child { grid-column: 1 / -1; grid-template-columns: minmax(0, .45fr) minmax(0, 1.55fr); }
.dv-kv__n { display: inline-block; width: 18px; color: var(--grey-ink); font-weight: 700; }
.dv-sheet__data .dv-kv__v a { text-decoration: none; border-bottom: 1px solid var(--ink); }
.dv-sheet__data .dv-kv__v a:hover { background: var(--yellow); }
.dv-kv__mono { font: 600 14px/1.45 var(--f-mono); letter-spacing: .04em; }
dd.dv-kv__v, dt.dv-kv__k { margin: 0; }
.dv-sheet__content { font-size: 16.5px; line-height: 1.62; }
.dv-sheet__intro { padding: 24px 0 8px; border-top: 1px solid var(--ink); }
.dv-sheet__intro:first-child { border-top: 1px solid var(--ink); }
.dv-sheet__lead {
	font: 700 clamp(20px, 1.75vw, 27px)/1.25 var(--f-body);
	letter-spacing: -.02em;
	margin-bottom: 18px;
	max-width: 40ch;
}
.dv-sheet__sub { padding: 16px 0 0; font: 600 13px/1.4 var(--f-mono); letter-spacing: .05em; text-transform: uppercase; border-top: 1px solid var(--ink); }
.dv-sheet__sec {
	display: grid;
	grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
	gap: 16px 28px;
	padding: 22px 0 18px;
	border-top: 1px solid var(--ink);
}
.dv-sheet__h {
	position: sticky;
	top: calc(var(--header-h) + 20px);
	align-self: start;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font: 600 12.5px/1.45 var(--f-mono);
	letter-spacing: .05em;
	text-transform: uppercase;
}
.dv-sheet__no {
	flex: none;
	padding: 4px 6px 3px;
	background: var(--ink);
	color: var(--yellow);
	font-weight: 700;
	line-height: 1;
	margin-top: -1px;
}
.dv-sheet__body > *:last-child { margin-bottom: 0; }
.dv-sheet__content p { margin: 0 0 .8em; }
.dv-sheet__content strong { font-weight: 650; }
.dv-sheet__content a { font-weight: 600; }
.dv-sheet__content ul, .dv-sheet__content ol { list-style: none; margin: 0 0 1em; padding: 0; }
.dv-sheet__content li { position: relative; padding: 9px 0 9px 28px; border-bottom: 1px dashed var(--rule); }
.dv-sheet__content li:last-child { border-bottom: 0; }
.dv-sheet__content li > p { margin: 0; }
.dv-sheet__content ul > li::before,
.dv-li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: calc(9px + .52em);
	width: 10px;
	height: 10px;
	background: var(--yellow);
	border: 1.5px solid var(--ink);
}
.dv-sheet__content .dv-li--dash::before { top: calc(9px + .75em); height: 2px; width: 12px; background: var(--ink); border: 0; }
.dv-sheet__content ol { counter-reset: dvol; }
.dv-sheet__content ol > li { counter-increment: dvol; }
.dv-sheet__content ol > li::before { content: counter(dvol, decimal-leading-zero); position: absolute; left: 0; top: 11px; font: 600 12px/1.4 var(--f-mono); }
.dv-sheet__content .dv-li {
	position: relative;
	margin: 0 !important;
	padding: 9px 0 9px 28px;
	border-bottom: 1px dashed var(--rule);
}
.dv-sheet__content li .dv-li { padding: 0; border: 0; }
.dv-sheet__content li .dv-li::before { display: none; }
.dv-kv {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
	gap: 16px;
	margin: 0 !important;
	padding: 10px 0;
	border-bottom: 1px solid var(--rule);
}
.dv-kv__k { font: 500 12px/1.55 var(--f-mono); letter-spacing: .04em; text-transform: uppercase; color: var(--grey-ink); }
.dv-kv__v { font: 600 15px/1.45 var(--f-body); }
.dv-emo {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	gap: 2px;
	padding: 6px 0;
}
.dv-emo__i { font-size: 16px; line-height: 1.6; }
.dv-sheet__content h1, .dv-sheet__content h2, .dv-sheet__content h4 { font: 700 18px/1.3 var(--f-body); margin: 1em 0 .5em; }
.dv-sheet__content img { margin: 16px 0; border: 1px solid var(--ink); }

/* Related */
.related.products, .upsells.products { margin-top: clamp(72px, 9vw, 140px); }
.related.products > h2, .upsells.products > h2 {
	padding-top: 12px;
	border-top: 2px solid var(--ink);
	margin-bottom: clamp(24px, 3vw, 40px);
	font: 800 clamp(34px, 5.4vw, 88px)/.95 var(--f-display);
	letter-spacing: -.045em;
	text-transform: uppercase;
}
.related.products > h2::before, .upsells.products > h2::before {
	content: "03 — Свързани";
	display: block;
	margin-bottom: clamp(14px, 2vw, 26px);
	font: 500 12px/1.3 var(--f-mono);
	letter-spacing: .06em;
	color: var(--ink);
}
.upsells.products > h2::before { content: "03 — Препоръчани"; }

/* Related row: four across on desktop. duravo_related_fill() tops a short category up with the
   same brand, then the deepest discounts; the key above names each group of numbers. */
.dv-relkey {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 28px;
	margin: 0 0 14px;
	padding: 0;
	font: 500 11.5px/1.35 var(--f-mono);
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--grey-ink);
}
.dv-relkey__g { display: flex; align-items: baseline; gap: 10px; min-width: 0; margin: 0; }
.dv-relkey__n { flex: none; color: var(--ink); font-weight: 700; font-variant-numeric: tabular-nums; }
.dv-relkey__t { min-width: 0; overflow-wrap: anywhere; }
@media (min-width: 1000px) {
	/* Dimension lines (├────┤) over the columns each group occupies. */
	.dv-relkey--cols {
		display: grid;
		grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
		gap: 0;
		margin-bottom: 12px;
	}
	.dv-relkey--cols .dv-relkey__g {
		--in: 0px;
		position: relative;
		grid-column: span var(--span);
		padding: 0 14px 22px var(--in);
	}
	.dv-relkey--cols .dv-relkey__g + .dv-relkey__g { --in: 6px; }
	.dv-relkey--cols .dv-relkey__g::after {
		content: "";
		position: absolute;
		left: var(--in);
		right: 0;
		bottom: 0;
		height: 11px;
		border-inline: 1px solid var(--ink);
		background: linear-gradient(var(--ink), var(--ink)) center / 100% 1px no-repeat;
	}
	.dv-relkey--cols .dv-relkey__g:not(:last-child)::after { right: 6px; }
}

@media (min-width: 1000px) {
	ul.products.dv-relgrid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 768px) and (max-width: 999px) {
	ul.products.dv-relgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	ul.products.dv-relgrid .dv-card__media { aspect-ratio: 4 / 3; }
}
@media (min-width: 768px) {
	ul.products.dv-relgrid--n3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	ul.products.dv-relgrid--n3 .dv-card__media { aspect-ratio: 1 / 1; }
}

/* Fallback when only one or two related products exist: wide horizontal spec rows
   (index · photo · title/specs/price · saving + add), never a half-empty grid. */
ul.products.dv-relgrid--rows { grid-template-columns: minmax(0, 1fr); }
@media (min-width: 768px) {
	ul.products.dv-relgrid--rows .dv-card {
		display: grid;
		grid-template-columns: minmax(104px, .55fr) clamp(160px, 16vw, 232px) minmax(0, 2.2fr) minmax(210px, 1fr);
		grid-template-areas: "head media body foot";
	}
	ul.products.dv-relgrid--rows .dv-card__head {
		grid-area: head;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		gap: 18px;
		padding: 18px 16px;
		border-bottom: 0;
		border-right: 1px solid var(--rule);
	}
	ul.products.dv-relgrid--rows .dv-card__idx { font: 800 clamp(44px, 4.6vw, 76px)/.82 var(--f-display); letter-spacing: -.05em; }
	ul.products.dv-relgrid--rows .dv-card__brand { margin: 0; }
	ul.products.dv-relgrid--rows .dv-card__media { grid-area: media; aspect-ratio: auto; min-height: clamp(160px, 16vw, 232px); }
	ul.products.dv-relgrid--rows .dv-card__body { grid-area: body; gap: 14px; padding: 20px clamp(18px, 2.2vw, 36px); }
	ul.products.dv-relgrid--rows .dv-card__title { font-size: clamp(17px, 1.4vw, 22px); line-height: 1.3; -webkit-line-clamp: 2; }
	ul.products.dv-relgrid--rows .dv-card__price .dv-price { font-size: clamp(32px, 2.8vw, 46px); }
	ul.products.dv-relgrid--rows .dv-card__foot {
		grid-area: foot;
		flex-direction: column;
		margin-top: 0;
		border-top: 0;
		border-left: 1px solid var(--rule);
	}
	ul.products.dv-relgrid--rows .dv-card__save { flex: 1; align-self: stretch; padding: 18px 16px; }
	ul.products.dv-relgrid--rows .dv-card .dv-card__add { border-left: 0; min-height: 58px; }
}
@media (max-width: 767px) {
	ul.products.dv-relgrid--rows,
	ul.products.dv-relgrid--n3 { grid-template-columns: minmax(0, 1fr); }
	ul.products.dv-relgrid--rows .dv-card,
	ul.products.dv-relgrid--n3 .dv-card {
		display: grid;
		grid-template-columns: 116px minmax(0, 1fr);
		grid-template-areas: "head head" "media body" "foot foot";
	}
	ul.products.dv-relgrid--rows .dv-card__head,
	ul.products.dv-relgrid--n3 .dv-card__head { grid-area: head; }
	ul.products.dv-relgrid--rows .dv-card__media,
	ul.products.dv-relgrid--n3 .dv-card__media { grid-area: media; aspect-ratio: auto; min-height: 116px; }
	ul.products.dv-relgrid--rows .dv-card__body,
	ul.products.dv-relgrid--n3 .dv-card__body { grid-area: body; padding: 12px; }
	ul.products.dv-relgrid--rows .dv-card__foot,
	ul.products.dv-relgrid--n3 .dv-card__foot { grid-area: foot; margin-top: 0; }
	ul.products.dv-relgrid--rows .dv-card__save,
	ul.products.dv-relgrid--n3 .dv-card__save { display: block; padding: 10px 12px; }
	ul.products.dv-relgrid--rows .dv-card .dv-card__add,
	ul.products.dv-relgrid--n3 .dv-card .dv-card__add { flex: none; border-left: 1px solid var(--ink); }
}

/* Mobile sticky buy bar */
.dv-stickybar {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	z-index: 70;
	display: none;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 8px;
	padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
	background: var(--ink);
	color: var(--white);
	border-top: 3px solid var(--yellow);
	transform: translateY(110%);
	transition: transform .24s var(--ease);
}
.dv-stickybar.is-visible { transform: none; }
.dv-stickybar__price { display: flex; align-items: baseline; gap: 8px; min-width: 0; }
.dv-stickybar__price .dv-price { font-size: 22px; }
.dv-stickybar__pct { font: 700 11px/1 var(--f-mono); background: var(--yellow); color: var(--ink); padding: 4px 5px; }
.dv-stickybar .dv-btn { min-height: 46px; padding: 0 14px; gap: 8px; font-size: 12.5px; }
.dv-stickybar .dv-btn--ink { border-color: rgba(255, 255, 255, .4); }

@media (max-width: 999px) {
	.dv-pdp__grid { grid-template-columns: minmax(0, 1fr); }
	.dv-pdp__gallery { grid-column: 1; grid-row: 1; padding: 16px 0 0; }
	.dv-pdp__panel { grid-column: 1; grid-row: 2; border-left: 0; }
	.dv-pdp__panel-in { position: static; padding: 24px 0 0; }
	.dv-pdp__sheet { grid-column: 1; grid-row: 3; padding-right: 0; }
	.dv-stickybar { display: grid; }
	html.dv-has-sticky .dv-footer { padding-bottom: 80px; }
}
@media (max-width: 767px) {
	.dv-sheet__sec { grid-template-columns: minmax(0, 1fr); gap: 12px; }
	.dv-sheet__h { position: static; }
	.dv-sheet__data { grid-template-columns: minmax(0, 1fr); }
	.dv-sheet__data .dv-kv, .dv-sheet__data.is-odd .dv-kv:last-child { grid-column: auto; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); padding: 10px 12px; }
	.dv-kv { grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 12px; }
	.dv-facts__row { grid-template-columns: minmax(0, 1fr); gap: 4px; }
	.dv-gallery__thumb { width: 64px; height: 64px; }
	.dv-crumbs__item:last-child { max-width: 100%; }
	.dv-pdp__panel-label { display: none; }
}

/* ==========================================================================
   15 Cart
   ========================================================================== */
.dv-shop-page { padding-bottom: clamp(72px, 9vw, 140px); }
.dv-pagehead { padding-top: clamp(16px, 2vw, 28px); container-type: inline-size; }
.dv-pagehead__bar {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-top: 12px;
	border-top: 2px solid var(--ink);
}
.dv-pagehead__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 20px 40px;
	margin: clamp(14px, 2vw, 26px) 0 clamp(28px, 3.4vw, 48px);
}
.dv-pagehead__title {
	--chars: 8;
	padding-bottom: .1em;
	font-family: var(--f-display);
	font-weight: 900;
	font-size: clamp(40px, 10vw, 172px);
	font-size: min(172px, calc(100cqi / (var(--chars) * .98)));
	line-height: 1.01;
	letter-spacing: -.035em;
	word-spacing: .12em;
	text-transform: uppercase;
}
.dv-pagehead--shop .dv-pagehead__title { font-size: clamp(38px, 9vw, 150px); font-size: min(150px, calc((100cqi - 440px) / (var(--chars) * .98))); }
.dv-pagehead--shop .dv-pagehead__title.dv-fit { margin: 0; }
@media (max-width: 999px) {
	.dv-pagehead__row { grid-template-columns: minmax(0, 1fr); }
	.dv-pagehead--shop .dv-pagehead__title { font-size: min(150px, calc(100cqi / (var(--chars) * .98))); }
}
.dv-info .dv-pagehead__title { margin: clamp(14px, 2vw, 26px) 0 clamp(28px, 3.4vw, 56px); }

.dv-steps { list-style: none; display: flex; border: 1px solid var(--ink); background: var(--white); margin-bottom: 8px; }
.dv-steps__i {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-right: 1px solid var(--ink);
	font: 500 12px/1 var(--f-mono);
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--grey-ink);
}
.dv-steps__i:last-child { border-right: 0; }
.dv-steps__n { font-weight: 700; }
.dv-steps__i.is-done { color: var(--ink); }
.dv-steps__i.is-done .dv-steps__n::after { content: " ✓"; }
.dv-steps__i.is-current { background: var(--yellow); color: var(--ink); font-weight: 700; }

.dv-shop-page__content > .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
	gap: 0 clamp(24px, 4vw, 64px);
	align-items: start;
}
.dv-shop-page__content > .woocommerce > * { grid-column: 1 / -1; min-width: 0; }
.woocommerce-cart .dv-shop-page__content > .woocommerce > .woocommerce-cart-form { grid-column: 1; }
.woocommerce-cart .dv-shop-page__content > .woocommerce > .cart-collaterals { grid-column: 2; position: sticky; top: calc(var(--header-h) + 20px); }

table.shop_table { width: 100%; border-collapse: collapse; border-spacing: 0; }
table.shop_table th, table.shop_table td { text-align: left; vertical-align: middle; }
.woocommerce-cart-form table.cart { border-top: 2px solid var(--ink); }
.woocommerce-cart-form table.cart thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.woocommerce-cart-form table.cart,
.woocommerce-cart-form table.cart tbody { display: block; }
.woocommerce-cart-form tr.cart_item {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr) 146px 176px 48px;
	grid-template-areas:
		"thumb name qty sub remove"
		"thumb price qty sub remove";
	column-gap: 22px;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid var(--ink);
}
.woocommerce-cart-form tr.cart_item td { display: block; padding: 0; border: 0; }
.woocommerce-cart-form td.product-thumbnail { grid-area: thumb; }
.dv-cart-thumb, .woocommerce-cart-form td.product-thumbnail img { width: 116px; height: 116px; object-fit: cover; border: 1px solid var(--ink); background: var(--paper); }
.woocommerce-cart-form td.product-name { grid-area: name; align-self: end; font: 600 16.5px/1.35 var(--f-body); }
.woocommerce-cart-form td.product-name a { text-decoration: none; }
.woocommerce-cart-form td.product-name a:hover { text-decoration: underline; }
.dv-cart-meta { display: flex; gap: 8px; margin-top: 8px; font: 500 11px/1 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; }
.dv-cart-meta__brand { padding: 4px 6px; background: var(--ink); color: var(--white); font-weight: 700; }
.dv-cart-meta__pct { padding: 4px 6px; background: var(--yellow); color: var(--ink); font-weight: 700; border: 1px solid var(--ink); }
.woocommerce-cart-form td.product-price { grid-area: price; align-self: start; margin-top: 8px; font: 500 12.5px/1.3 var(--f-mono); color: var(--grey-ink); }
.woocommerce-cart-form td.product-price::before { content: "Ед. цена  "; text-transform: uppercase; letter-spacing: .04em; }
.woocommerce-cart-form td.product-quantity { grid-area: qty; }
.woocommerce-cart-form td.product-quantity .quantity { height: 48px; }
.woocommerce-cart-form td.product-subtotal { grid-area: sub; justify-self: end; text-align: right; font: 800 22px/1 var(--f-display); letter-spacing: -.03em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.woocommerce-cart-form td.product-quantity { justify-self: start; }
.woocommerce-cart-form td.product-remove { grid-area: remove; justify-self: end; }
.woocommerce a.remove {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1.5px solid var(--ink);
	color: var(--ink);
	font: 400 26px/1 var(--f-body);
	text-decoration: none;
	transition: background-color .12s linear, color .12s linear;
}
.woocommerce a.remove:hover { background: var(--ink); color: var(--yellow); }
.woocommerce-cart-form tr:not(.cart_item) { display: block; }
.woocommerce-cart-form td.actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 0 0;
	border: 0;
}
.woocommerce-cart-form .coupon { display: flex; gap: 0; flex: 1 1 320px; max-width: 460px; }
.woocommerce-cart-form .coupon .input-text {
	flex: 1;
	min-width: 0;
	height: 48px;
	padding: 0 14px;
	border: 1.5px solid var(--ink);
	border-right: 0;
	border-radius: 0;
	background: var(--white);
	font-size: 15px;
}
.woocommerce-cart-form .coupon .button { min-height: 48px; font-size: 12px; padding: 0 14px; }
.woocommerce-cart-form button[name="update_cart"] { min-height: 48px; font-size: 12px; background: transparent; }
.js .woocommerce-cart-form button[name="update_cart"] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); padding: 0; min-height: 0; border: 0; }

.cart-collaterals { min-width: 0; }
.cart-collaterals .cross-sells { display: none; }
.cart_totals,
.woocommerce-checkout-review-order {
	background: var(--ink);
	color: var(--white);
	padding: 22px 22px 24px;
	position: relative;
}
.cart_totals::before {
	content: "";
	position: absolute;
	left: 0; right: 0; top: 0;
	height: 8px;
	background: var(--hazard);
	background-size: 16px 16px;
}
.cart_totals > h2 {
	margin: 8px 0 16px;
	font: 500 12px/1.3 var(--f-mono);
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--grey);
}
.cart_totals table.shop_table { border-top: 1px solid var(--rule-dark); }
.cart_totals table.shop_table tr { border-bottom: 1px solid var(--rule-dark); }
.cart_totals table.shop_table th {
	padding: 14px 0;
	font: 500 12px/1.3 var(--f-mono);
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #D6D3CC;
	font-weight: 500;
}
.cart_totals table.shop_table td { padding: 14px 0; text-align: right; font: 600 16px/1.2 var(--f-body); }
.cart_totals .order-total th { color: var(--white); }
.cart_totals .order-total td { font: 800 30px/1 var(--f-display); letter-spacing: -.035em; color: var(--yellow); }
.cart_totals .order-total td strong { font-weight: 800; }
.cart_totals small.includes_tax { display: block; font: 400 11px/1.4 var(--f-mono); color: var(--grey); margin-top: 6px; }
.wc-proceed-to-checkout { padding-top: 18px; }
.woocommerce .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	min-height: 60px;
	background: var(--yellow);
	color: var(--ink);
	border-color: var(--yellow);
	font-size: 15px;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button::after {
	content: "";
	width: 20px; height: 20px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square'%3E%3Cpath d='M4 12h15M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square'%3E%3Cpath d='M4 12h15M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover { box-shadow: 3px 3px 0 var(--white); }

.dv-ordernote { list-style: none; margin-top: 14px; border: 1.5px solid var(--ink); background: var(--white); color: var(--ink); }
.dv-ordernote li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 12px; padding: 12px 14px; border-top: 1px solid var(--rule); font-size: 14px; line-height: 1.45; }
.dv-ordernote li:first-child { border-top: 0; }
.dv-ordernote--compact { margin: 0 0 16px; border-color: var(--rule-dark); background: transparent; color: #E6E3DC; }
.dv-ordernote--compact li { border-top-color: var(--rule-dark); font-size: 13.5px; }
.dv-ordernote li strong { font-weight: 700; }
.dv-ordernote__key { box-shadow: inset 4px 0 0 var(--yellow); }
.dv-ordernote--compact .dv-ordernote__key strong { color: var(--white); }

/* Empty cart */
.wc-empty-cart-message { grid-column: 1 / -1; }
.wc-empty-cart-message .cart-empty { font-size: 16px; }
.dv-emptycart {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 24px 0;
	margin-top: 12px;
	border-top: 2px solid var(--ink);
	padding-top: 12px;
}
.dv-emptycart__big {
	grid-column: 1 / span 6;
	margin: 0;
	font: 900 clamp(96px, 17vw, 300px)/.8 var(--f-display);
	letter-spacing: -.07em;
	color: var(--ink);
	-webkit-user-select: none;
	user-select: none;
}
.dv-emptycart__big span { font-size: .28em; letter-spacing: -.03em; color: var(--grey-ink); }
.dv-emptycart__list { grid-column: 8 / -1; }
.dv-emptycart__list ul { list-style: none; margin-top: 12px; border-top: 1px solid var(--ink); }
.dv-emptycart__list li { border-bottom: 1px solid var(--ink); }
.dv-emptycart__list a {
	display: grid;
	grid-template-columns: 36px 1fr auto;
	align-items: center;
	padding: 13px 0;
	font: 700 18px/1.1 var(--f-display);
	letter-spacing: -.02em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color .12s linear, padding .16s var(--ease);
}
.dv-emptycart__list a span { font: 500 12px/1 var(--f-mono); color: var(--grey-ink); }
.dv-emptycart__list a:hover { background: var(--yellow); padding-inline: 10px; }
.return-to-shop { grid-column: 1 / -1; margin: 24px 0 0; }
.woocommerce .return-to-shop .button { background: var(--ink); color: var(--white); min-height: 56px; }

@media (max-width: 999px) {
	.dv-shop-page__content > .woocommerce { grid-template-columns: minmax(0, 1fr); }
	.woocommerce-cart .dv-shop-page__content > .woocommerce > .cart-collaterals { grid-column: 1; position: static; margin-top: 28px; }
	.dv-emptycart__big, .dv-emptycart__list { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
	.dv-steps { width: 100%; }
	.dv-steps__i { flex: 1; padding: 10px; justify-content: center; }
	.dv-steps__t { display: none; }
	.dv-steps__i.is-current .dv-steps__t { display: inline; }
	.dv-steps__i.is-current { flex: 3; }
	.woocommerce-cart-form tr.cart_item {
		grid-template-columns: 84px minmax(0, 1fr) 44px;
		grid-template-areas:
			"thumb name remove"
			"thumb price price"
			"qty qty sub";
		column-gap: 14px;
		row-gap: 10px;
	}
	.dv-cart-thumb, .woocommerce-cart-form td.product-thumbnail img { width: 84px; height: 84px; }
	.woocommerce-cart-form td.product-name { font-size: 15px; }
	.woocommerce-cart-form td.product-price { margin-top: 0; }
	.woocommerce-cart-form td.product-quantity { grid-area: 3 / 1 / 4 / 3; }
	.woocommerce-cart-form td.product-subtotal { grid-area: 3 / 2 / 4 / 4; justify-self: end; align-self: center; font-size: 20px; }
	.woocommerce-cart-form td.actions { flex-direction: column; align-items: stretch; }
	.woocommerce-cart-form .coupon { max-width: none; flex-basis: auto; }
}

/* ==========================================================================
   16 Checkout
   ========================================================================== */
.woocommerce-checkout .dv-shop-page__content > .woocommerce { display: block; }
.woocommerce-form-coupon-toggle .woocommerce-info { padding-block: 12px; font-size: 14px; }
form.checkout_coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-end;
	margin: 0 0 20px;
	padding: 16px;
	border: 1.5px dashed var(--ink);
}
form.checkout_coupon p { margin: 0; }
form.checkout_coupon .form-row-first { flex: 1 1 260px; }
form.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
	grid-template-rows: auto auto 1fr;
	gap: 0 clamp(24px, 4vw, 64px);
	align-items: start;
}
form.woocommerce-checkout > * { grid-column: 1 / -1; min-width: 0; }
form.woocommerce-checkout > #customer_details { grid-column: 1; grid-row: 2 / span 2; }
form.woocommerce-checkout > #order_review_heading { grid-column: 2; grid-row: 2; }
form.woocommerce-checkout > #order_review { grid-column: 2; grid-row: 3; position: sticky; top: calc(var(--header-h) + 20px); }
form.woocommerce-checkout > .woocommerce-NoticeGroup { grid-row: 1; }

#customer_details.col2-set { display: block; }
#customer_details .col-1, #customer_details .col-2 { width: auto; float: none; }
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	padding-top: 12px;
	border-top: 2px solid var(--ink);
	font: 800 clamp(22px, 2.2vw, 32px)/1 var(--f-display);
	letter-spacing: -.035em;
	text-transform: uppercase;
}
.woocommerce-billing-fields > h3::before { content: "A"; }
.woocommerce-additional-fields > h3::before { content: "B"; }
#order_review_heading::before { content: "C"; }
.woocommerce-billing-fields > h3::before,
.woocommerce-additional-fields > h3::before,
#order_review_heading::before {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	background: var(--ink);
	color: var(--yellow);
	font: 700 14px/1 var(--f-mono);
	letter-spacing: 0;
}
.woocommerce-additional-fields { margin-top: 36px; }
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper { display: flex; flex-wrap: wrap; gap: 0 16px; }

.form-row { display: flex; flex-direction: column; gap: 7px; margin: 0 0 16px; padding: 0; width: 100%; }
.form-row-first, .form-row-last { width: calc(50% - 8px); }
.form-row label, .woocommerce form .form-row label {
	font: 600 11.5px/1.3 var(--f-mono);
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--ink);
}
.form-row label .optional { color: var(--grey-ink); font-weight: 500; text-transform: none; letter-spacing: 0; }
.form-row .required { color: var(--ink); text-decoration: none; border: 0; }
.form-row .woocommerce-input-wrapper { display: block; }
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea,
.form-row .input-text,
.form-row select,
.form-row textarea {
	width: 100%;
	min-height: 54px;
	padding: 14px 16px;
	border: 1.5px solid var(--ink);
	border-radius: 0;
	background: var(--white);
	font: 500 16px/1.3 var(--f-body);
	color: var(--ink);
	-webkit-appearance: none;
	appearance: none;
	transition: box-shadow .12s linear;
}
.form-row textarea { min-height: 120px; resize: vertical; }
.form-row .input-text::placeholder, .form-row textarea::placeholder { color: var(--grey-ink); opacity: 1; }
.form-row .input-text:focus, .form-row textarea:focus, .form-row select:focus {
	outline: none;
	box-shadow: 0 0 0 3px var(--yellow), 0 0 0 4.5px var(--ink);
}
.woocommerce-invalid .input-text, .woocommerce-invalid select { border-color: var(--error); box-shadow: inset 4px 0 0 var(--error); }
.woocommerce-validated .input-text { box-shadow: inset 4px 0 0 var(--ink); }
.checkout-inline-error-message { margin: 0; font: 500 12.5px/1.4 var(--f-mono); letter-spacing: .02em; color: var(--error); }
.form-row .checkbox, .woocommerce-form__label-for-checkbox { display: flex; align-items: flex-start; gap: 10px; text-transform: none !important; letter-spacing: 0 !important; font: 500 15px/1.45 var(--f-body) !important; }
.form-row input[type="checkbox"], .woocommerce-form__input-checkbox {
	flex: none;
	width: 22px;
	height: 22px;
	margin: 0;
	border: 1.5px solid var(--ink);
	background: var(--white);
	-webkit-appearance: none;
	appearance: none;
	display: grid;
	place-items: center;
	cursor: pointer;
}
.form-row input[type="checkbox"]:checked, .woocommerce-form__input-checkbox:checked {
	background: var(--yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='3' stroke-linecap='square'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 16px no-repeat;
}

/* Order review panel */
.dv-review-wrap { position: relative; }
#order_review { padding-top: 8px; }
#order_review::before {
	content: "";
	position: absolute;
	left: 0; right: 0; top: 0;
	height: 8px;
	background: var(--hazard);
	background-size: 16px 16px;
	z-index: 1;
}
.woocommerce-checkout-review-order { padding-top: 26px; }
.woocommerce-checkout-review-order-table { border-top: 1px solid var(--rule-dark); margin-bottom: 18px; }
.woocommerce-checkout-review-order-table thead th {
	padding: 12px 0;
	font: 500 11.5px/1.3 var(--f-mono);
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--grey);
	border-bottom: 1px solid var(--rule-dark);
}
.woocommerce-checkout-review-order-table thead th.product-total,
.woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout-review-order-table tfoot td { text-align: right; }
.woocommerce-checkout-review-order-table tbody td { padding: 14px 0; border-bottom: 1px solid var(--rule-dark); font-size: 14.5px; line-height: 1.4; }
.woocommerce-checkout-review-order-table tbody td.product-name { padding-right: 14px; width: 68%; }
.woocommerce-checkout-review-order-table .product-quantity { font: 700 12px/1 var(--f-mono); color: var(--yellow); margin-left: 4px; white-space: nowrap; }
.woocommerce-checkout-review-order-table td.product-total { font-weight: 600; white-space: nowrap; }
.woocommerce-checkout-review-order-table tfoot th {
	padding: 12px 0;
	font: 500 12px/1.3 var(--f-mono);
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #D6D3CC;
	font-weight: 500;
	border-bottom: 1px solid var(--rule-dark);
}
.woocommerce-checkout-review-order-table tfoot td { padding: 12px 0; border-bottom: 1px solid var(--rule-dark); font-weight: 600; }
.woocommerce-checkout-review-order-table .order-total th { color: var(--white); }
.woocommerce-checkout-review-order-table .order-total td { font: 800 30px/1 var(--f-display); letter-spacing: -.035em; color: var(--yellow); }
.woocommerce-checkout-review-order-table .order-total td strong { font-weight: 800; }

#payment { background: transparent; }
#payment .wc_payment_methods { list-style: none; margin: 0 0 16px; border: 1px solid var(--rule-dark); }
#payment .wc_payment_method { padding: 14px; }
#payment .wc_payment_method > input[type="radio"] {
	width: 18px; height: 18px;
	margin: 0 8px 0 0;
	vertical-align: -3px;
	accent-color: var(--yellow);
}
#payment .wc_payment_method > label { font: 700 15px/1.3 var(--f-body); color: var(--white); }
#payment .payment_box { margin-top: 10px; padding: 12px 14px; background: var(--ink-2); border-left: 3px solid var(--yellow); font-size: 14px; color: #E6E3DC; }
#payment .payment_box p { margin: 0; }
#payment .place-order { margin: 0; padding: 0; display: block; }
.woocommerce-terms-and-conditions-wrapper { margin-bottom: 16px; font-size: 13.5px; color: #D6D3CC; }
.woocommerce-terms-and-conditions-wrapper a { color: var(--white); }
.woocommerce-privacy-policy-text p { margin: 0 0 12px; }
.woocommerce-terms-and-conditions { max-height: 240px; overflow: auto; padding: 12px; margin-bottom: 12px; background: var(--white); color: var(--ink); }
#payment .form-row.validate-required { margin: 0; }
#payment .woocommerce-form__label-for-checkbox { color: var(--white); }
#payment .woocommerce-form__input-checkbox { border-color: var(--white); }
.woocommerce #payment #place_order,
.woocommerce #place_order {
	width: 100%;
	min-height: 64px;
	justify-content: center;
	background: var(--yellow);
	color: var(--ink);
	border-color: var(--yellow);
	font-size: 16px;
	margin-top: 4px;
}
.woocommerce #place_order:hover { box-shadow: 3px 3px 0 var(--white); }
.woocommerce-checkout .blockUI.blockOverlay { background: rgba(236, 234, 228, .6) !important; }

@media (max-width: 999px) {
	form.woocommerce-checkout { grid-template-columns: minmax(0, 1fr); }
	form.woocommerce-checkout > #customer_details,
	form.woocommerce-checkout > #order_review_heading,
	form.woocommerce-checkout > #order_review { grid-column: 1; grid-row: auto; position: relative; top: auto; }
	form.woocommerce-checkout > #order_review_heading { margin-top: 36px; }
}
@media (max-width: 559px) {
	.form-row-first, .form-row-last { width: 100%; }
	.cart_totals, .woocommerce-checkout-review-order { padding-inline: 16px; }
}

/* ==========================================================================
   17 Order received
   ========================================================================== */
.dv-shop-page--received .dv-shop-page__content > .woocommerce { display: block; }
.dv-thanks {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 12px 0;
	padding: 16px 0 32px;
	border-top: 2px solid var(--ink);
}
.dv-thanks .dv-label { grid-column: 1 / -1; }
.dv-thanks__big {
	grid-column: 1 / span 7;
	margin: 0;
	font: 900 clamp(56px, 10vw, 170px)/.84 var(--f-display);
	letter-spacing: -.06em;
	text-transform: uppercase;
	background: linear-gradient(transparent 62%, var(--yellow) 62%, var(--yellow) 90%, transparent 90%);
	width: fit-content;
}
.dv-thanks__text { grid-column: 8 / -1; align-self: end; margin: 0; font-size: 18px; line-height: 1.5; max-width: 36ch; }
.woocommerce-thankyou-order-received { font: 600 18px/1.4 var(--f-body); margin: 0 0 16px; }
.dv-thanks + .woocommerce-thankyou-order-received { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
ul.woocommerce-order-overview {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 40px;
	border-top: 1px solid var(--ink);
	border-left: 1px solid var(--ink);
	background: var(--white);
}
ul.woocommerce-order-overview li {
	padding: 16px;
	border-right: 1px solid var(--ink);
	border-bottom: 1px solid var(--ink);
	font: 500 11.5px/1.4 var(--f-mono);
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--grey-ink);
}
ul.woocommerce-order-overview li strong { display: block; margin-top: 10px; font: 700 18px/1.25 var(--f-body); letter-spacing: 0; text-transform: none; color: var(--ink); overflow-wrap: anywhere; }
.woocommerce-order > p:not([class]) { max-width: 70ch; padding: 14px 16px; border-left: 6px solid var(--yellow); background: var(--white); font-weight: 500; }
.woocommerce-order-details, .woocommerce-customer-details { margin-top: 40px; }
.woocommerce-order-details__title, .woocommerce-column__title, .woocommerce-customer-details h2 {
	padding-top: 12px;
	margin-bottom: 16px;
	border-top: 2px solid var(--ink);
	font: 800 clamp(22px, 2.2vw, 32px)/1 var(--f-display);
	letter-spacing: -.035em;
	text-transform: uppercase;
}
table.order_details { background: var(--white); border: 1px solid var(--ink); }
table.order_details th, table.order_details td { padding: 12px 16px; border-bottom: 1px solid var(--rule); }
table.order_details thead th, table.order_details tfoot th { font: 500 12px/1.3 var(--f-mono); letter-spacing: .05em; text-transform: uppercase; }
table.order_details tfoot td { font: 600 15px/1.4 var(--f-body); }
table.order_details tfoot tr:has(.dv-ordertotal) { background: var(--ink); color: var(--white); }
table.order_details tfoot tr:has(.dv-ordertotal) th { color: var(--white); border-bottom-color: var(--ink); }
table.order_details tfoot tr:has(.dv-ordertotal) td { border-bottom-color: var(--ink); }
.dv-ordertotal { font: 800 26px/1 var(--f-display); letter-spacing: -.03em; white-space: nowrap; }
tr:has(.dv-ordertotal) .dv-ordertotal { color: var(--yellow); }
.dv-ordertotal small { display: block; margin-top: 4px; font: 400 11px/1.4 var(--f-mono); letter-spacing: 0; color: var(--grey); }
table.order_details td:last-child, table.order_details th:last-child { text-align: right; }
.woocommerce-customer-details address {
	max-width: 560px;
	padding: 16px;
	border: 1px solid var(--ink);
	background: var(--white);
	font-style: normal;
	line-height: 1.6;
}
.woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-customer-details--email { margin: 6px 0 0; }
table.order_details td.product-name { width: 100%; }
table.order_details td.product-total { white-space: nowrap; }

/* What happens next: ruled cells in the order they happen; inspection is the signal-yellow cell. */
.dv-next { margin-top: 40px; }
.dv-next__title {
	padding-top: 12px;
	margin-bottom: 16px;
	border-top: 2px solid var(--ink);
	font: 800 clamp(22px, 2.2vw, 32px)/1 var(--f-display);
	letter-spacing: -.035em;
	text-transform: uppercase;
}
.dv-next__list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--ink);
	border-left: 1px solid var(--ink);
	background: var(--white);
}
.dv-next__i {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px 16px 20px;
	border-right: 1px solid var(--ink);
	border-bottom: 1px solid var(--ink);
	min-width: 0;
}
.dv-next__top { display: flex; justify-content: space-between; align-items: center; }
.dv-next__n { font: 500 12px/1 var(--f-mono); color: var(--grey-ink); }
.dv-next__k { margin: 6px 0 0; font: 700 15px/1.25 var(--f-body); letter-spacing: .04em; text-transform: uppercase; }
.dv-next__v { margin: 0; font-size: 15px; line-height: 1.5; }
.dv-next__v a { font-weight: 600; overflow-wrap: anywhere; }
.dv-next__i.is-key { background: var(--yellow); }
.dv-next__i.is-key .dv-next__n { color: var(--ink); }
@media (max-width: 899px) {
	.dv-thanks__big, .dv-thanks__text { grid-column: 1 / -1; }
	ul.woocommerce-order-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dv-next__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 559px) {
	.dv-next__list { grid-template-columns: minmax(0, 1fr); }
	.dv-next__i { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 4px 14px; padding: 14px 14px 16px; }
	.dv-next__top { display: contents; }
	.dv-next__n { display: none; }
	.dv-next__i .dv-i { grid-row: 1 / span 2; margin-top: 2px; }
	.dv-next__k { margin: 0; font-size: 14px; }
	.dv-next__v { font-size: 14.5px; }
	/* Order details as stacked rows: the full product name first, its total under it. */
	table.order_details, table.order_details tbody, table.order_details tfoot { display: block; width: 100%; }
	table.order_details thead { display: none; }
	table.order_details tr { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 12px; border-bottom: 1px solid var(--rule); }
	table.order_details th, table.order_details td { display: block; padding: 12px 14px; border-bottom: 0; }
	table.order_details td.product-name { width: 100%; padding-bottom: 0; }
	table.order_details td.product-total { margin-left: auto; padding-top: 6px; font-weight: 600; }
	table.order_details tfoot tr:has(.dv-ordertotal) { border-bottom-color: var(--ink); }
	.dv-ordertotal { font-size: 22px; }
}

/* ==========================================================================
   18 Info pages (prose)
   ========================================================================== */
.dv-info { padding-bottom: clamp(72px, 9vw, 140px); }
.dv-info__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	border-top: 1px solid var(--ink);
}
.dv-info__nav { grid-column: 1 / span 3; padding: 20px 24px 0 0; }
.dv-info__nav > ol { list-style: none; position: sticky; top: calc(var(--header-h) + 20px); }
.dv-info__nav li { border-bottom: 1px solid var(--rule); }
.dv-info__nav a {
	display: grid;
	grid-template-columns: 30px 1fr;
	padding: 10px 0;
	font: 500 14px/1.35 var(--f-body);
	text-decoration: none;
	transition: padding .16s var(--ease), background-color .12s linear;
}
.dv-info__nav a span { font: 500 11.5px/1.7 var(--f-mono); color: var(--grey-ink); }
.dv-info__nav a:hover { background: var(--white); padding-left: 8px; }
.dv-info__nav a.is-current { background: var(--ink); color: var(--white); padding-left: 8px; font-weight: 600; }
.dv-info__nav a.is-current span { color: var(--yellow); }
.dv-info__contact { margin-top: 28px; padding: 14px; border: 1px solid var(--ink); background: var(--white); font-size: 14px; }
.dv-info__contact a { display: block; margin: 8px 0 4px; font-weight: 700; }
.dv-info__contact p { margin: 0; color: var(--grey-ink); }
.dv-prose { grid-column: 5 / span 7; padding: 24px 0 0; font-size: 17.5px; line-height: 1.68; max-width: 68ch; min-width: 0; }
.dv-prose__sub {
	margin: 0 0 30px !important;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--ink);
	font: 500 12.5px/1.5 var(--f-mono) !important;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--grey-ink);
}
.dv-prose--wide { grid-column: 1 / -1; max-width: none; }
.dv-prose > *:first-child { margin-top: 0; }
.dv-prose > .page-content > *:first-child, .dv-prose > div > h2:first-child { margin-top: 0; }
.dv-prose h2 {
	margin: 2em 0 .7em;
	font: 800 clamp(26px, 2.6vw, 40px)/1.02 var(--f-display);
	letter-spacing: -.04em;
	text-transform: uppercase;
}
.dv-prose h3 {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: 2.1em 0 .75em;
	padding-top: 12px;
	border-top: 1px solid var(--ink);
	font: 700 clamp(19px, 1.5vw, 23px)/1.25 var(--f-body);
	letter-spacing: -.01em;
}
.dv-prose h3::before {
	content: "§";
	font: 700 14px/1 var(--f-mono);
	padding: 4px 6px;
	background: var(--yellow);
	border: 1px solid var(--ink);
	flex: none;
	transform: translateY(-2px);
}
.dv-prose h4 { margin: 1.6em 0 .5em; font: 700 17px/1.3 var(--f-body); }
.dv-prose p { margin: 0 0 1.05em; }
.dv-prose a { font-weight: 600; text-decoration-color: var(--ink); text-decoration-thickness: 1.5px; }
.dv-prose a:hover { background: var(--yellow); }
.dv-prose strong { font-weight: 650; }
.dv-prose ul, .dv-prose ol { list-style: none; margin: 0 0 1.3em; padding: 0; border-top: 1px solid var(--rule); }
.dv-prose li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid var(--rule); }
.dv-prose ul > li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: calc(10px + .6em);
	width: 10px;
	height: 10px;
	background: var(--yellow);
	border: 1.5px solid var(--ink);
}
.dv-prose ol { counter-reset: dvp; }
.dv-prose ol > li { counter-increment: dvp; }
.dv-prose ol > li::before { content: counter(dvp, decimal-leading-zero); position: absolute; left: 0; top: 13px; font: 700 12px/1.4 var(--f-mono); }
.dv-prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.4em; font-size: 15px; background: var(--white); }
.dv-prose th, .dv-prose td { padding: 10px 12px; border: 1px solid var(--ink); text-align: left; vertical-align: top; }
.dv-prose th { font: 600 12px/1.3 var(--f-mono); letter-spacing: .05em; text-transform: uppercase; background: var(--concrete-2); }
.dv-prose blockquote { margin: 1.4em 0; padding: 12px 18px; border-left: 6px solid var(--yellow); background: var(--white); }
.dv-prose hr { border: 0; border-top: 1px solid var(--ink); margin: 2em 0; }
.dv-prose .about-lead, .dv-prose > p:first-child { font-size: 1.15em; }
@media (max-width: 999px) {
	.dv-info__nav { grid-column: 1 / -1; order: 2; padding: 40px 0 0; }
	.dv-info__nav > ol { position: static; }
	.dv-prose { grid-column: 1 / -1; max-width: none; }
}
@media (max-width: 767px) {
	.dv-prose { font-size: 16.5px; }
}


/* Account (login) */
.dv-prose--wide .woocommerce > h2 { margin-top: 0; }
.woocommerce-form-login, .woocommerce-form-register, .woocommerce-ResetPassword { max-width: 560px; padding: 24px; border: 1.5px solid var(--ink); background: var(--white); }
.woocommerce-form-login .form-row, .woocommerce-ResetPassword .form-row { margin-bottom: 16px; }
.woocommerce-form-login__rememberme { margin: 4px 0 16px; }
.woocommerce-form-login .button, .woocommerce-ResetPassword .button { background: var(--ink); color: var(--white); width: 100%; justify-content: center; }
.woocommerce-LostPassword { margin: 16px 0 0; font-size: 14px; }
.password-input { position: relative; display: block; }
.password-input .input-text { padding-right: 56px; }
.show-password-input {
	position: absolute;
	right: 6px;
	top: 50%;
	width: 44px;
	height: 44px;
	transform: translateY(-50%);
	border: 0;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='1.75'%3E%3Cpath d='M2 12s3.6-6 10-6 10 6 10 6-3.6 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / 22px no-repeat;
}
.show-password-input.display-password { background-color: var(--yellow); }
.woocommerce-MyAccount-navigation ul { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.woocommerce-MyAccount-navigation a { display: inline-block; padding: 8px 12px; border: 1px solid var(--ink); background: var(--white); text-decoration: none; font: 600 12px/1 var(--f-body); letter-spacing: .05em; text-transform: uppercase; }
.woocommerce-MyAccount-navigation .is-active a { background: var(--ink); color: var(--white); }

/* ==========================================================================
   19 404 + search results
   ========================================================================== */
.dv-404 { padding-top: clamp(16px, 2vw, 28px); padding-bottom: clamp(72px, 9vw, 140px); }
/* Full-bleed stage: the caution tapes run off both edges of the viewport. */
.dv-404__stage { position: relative; margin-inline: calc(50% - 50vw); padding: 24px var(--gutter); overflow: hidden; }
.dv-404__num {
	margin: 0;
	font: 900 clamp(96px, 30vw, 560px)/.8 var(--f-display);
	font-size: min(560px, calc((100vw - 2 * var(--gutter)) / 2.5));
	letter-spacing: -.06em;
	text-align: center;
	color: var(--ink);
	white-space: nowrap;
}
.dv-404__tape {
	position: absolute;
	left: -10%;
	right: -10%;
	padding: .5em 0;
	background: var(--yellow);
	border-block: 3px solid var(--ink);
	font: 800 clamp(14px, 1.8vw, 26px)/1 var(--f-display);
	letter-spacing: -.01em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}
.dv-404__tape span { display: inline-block; animation: dv-tape 24s linear infinite; }
.dv-404__tape--a { top: 38%; transform: rotate(-7deg); }
.dv-404__tape--b { top: 56%; transform: rotate(4deg); background: var(--ink); color: var(--yellow); border-color: var(--yellow); }
.dv-404__tape--b span { animation-direction: reverse; }
@keyframes dv-tape { to { transform: translateX(-50%); } }
.dv-404__body {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 24px 0;
	margin-top: 24px;
	padding-top: 16px;
	border-top: 2px solid var(--ink);
}
.dv-404__title {
	grid-column: 1 / span 6;
	font: 800 clamp(30px, 4vw, 64px)/.95 var(--f-display);
	letter-spacing: -.045em;
	text-transform: uppercase;
}
.dv-404__side { grid-column: 8 / -1; display: flex; flex-direction: column; gap: 16px; }
.dv-404__side p { margin: 0; font-size: 17px; }
.dv-404__cats, .dv-results {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 40px;
	border-top: 1px solid var(--ink);
	border-left: 1px solid var(--ink);
}
.dv-404__cats li { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.dv-404__cats a {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-content: space-between;
	gap: 6px;
	padding: 14px;
	min-height: 96px;
	background: var(--white);
	font: 700 17px/1.15 var(--f-display);
	letter-spacing: -.02em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color .12s linear;
}
.dv-404__cats a span { font: 500 11px/1 var(--f-mono); color: var(--grey-ink); }
.dv-404__cats a svg { justify-self: end; }
@media (max-width: 559px) { .dv-404__cats a { font-size: 14px; min-height: 88px; padding: 12px; overflow-wrap: anywhere; } }
.dv-404__cats a:hover { background: var(--yellow); }
.dv-results { grid-template-columns: 1fr; }
.dv-results li { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.dv-results a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 16px; padding: 18px; background: var(--white); text-decoration: none; }
.dv-results a:hover { background: var(--yellow); }
.dv-results__t { font: 700 20px/1.2 var(--f-display); letter-spacing: -.02em; }
.dv-results__x { grid-row: 2; color: var(--grey-ink); font-size: 15px; }
.dv-results svg { grid-row: 1 / span 2; align-self: center; }
.dv-search-page__form { max-width: 720px; margin: -8px 0 32px; }
.dv-search-page { padding-bottom: clamp(72px, 9vw, 140px); }
.dv-search-page .dv-grid-cards { margin-bottom: 40px; }
@media (max-width: 899px) {
	.dv-404__title, .dv-404__side { grid-column: 1 / -1; }
	.dv-404__cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ==========================================================================
   20 Footer — drawing title block
   ========================================================================== */
.dv-footer {
	position: relative;
	z-index: 1;
	margin-top: 0;
	background: var(--ink);
	color: var(--white);
	overflow: hidden;
}
.dv-ruler {
	height: 22px;
	background:
		repeating-linear-gradient(90deg, var(--yellow) 0 1px, transparent 1px 100px) 0 0 / 100% 22px no-repeat,
		repeating-linear-gradient(90deg, var(--yellow) 0 1px, transparent 1px 50px) 0 0 / 100% 14px no-repeat,
		repeating-linear-gradient(90deg, rgba(255, 214, 10, .6) 0 1px, transparent 1px 10px) 0 0 / 100% 7px no-repeat;
	border-top: 2px solid var(--yellow);
}
.dv-footer__lead {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	padding: clamp(40px, 5vw, 72px) 0 clamp(28px, 3vw, 44px);
}
.dv-footer__claim {
	margin: 0;
	max-width: 16ch;
	font: 800 clamp(30px, 4.2vw, 68px)/.94 var(--f-display);
	letter-spacing: -.045em;
	text-transform: uppercase;
}
.dv-footer .dv-btn--yellow { border-color: var(--yellow); }
.dv-footer .dv-btn--yellow:hover { box-shadow: 3px 3px 0 var(--white); }
.dv-tblock {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-left: 1px solid rgba(255, 255, 255, .5);
}
.dv-tblock__cell { padding: 14px 16px 22px; border-right: 1px solid rgba(255, 255, 255, .5); border-bottom: 1px solid rgba(255, 255, 255, .5); min-width: 0; }
.dv-tblock__cell--cats { grid-column: span 3; }
.dv-tblock__cell--info { grid-column: span 3; }
.dv-tblock__cell--facts { grid-column: span 3; }
.dv-tblock__cell--contact { grid-column: span 3; }
.dv-tblock__cap {
	margin: 0 0 14px;
	font: 500 11.5px/1.3 var(--f-mono);
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--yellow);
}
.dv-tblock__list { list-style: none; display: grid; gap: 7px; }
.dv-tblock__list a { color: #E6E3DC; font-size: 14.5px; text-decoration: none; }
.dv-tblock__list a:hover { color: var(--yellow); text-decoration: underline; }
.dv-tblock__dl { margin: 0; display: grid; gap: 10px; }
.dv-tblock__dl div { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 10px; }
.dv-tblock__dl dt { font: 500 11px/1.6 var(--f-mono); letter-spacing: .05em; text-transform: uppercase; color: var(--grey); }
.dv-tblock__dl dd { margin: 0; font-size: 14px; line-height: 1.45; color: #E6E3DC; }
.dv-footer__mail {
	display: inline-block;
	font: 700 clamp(17px, 1.4vw, 21px)/1.2 var(--f-display);
	letter-spacing: -.02em;
	color: var(--white);
	text-decoration: none;
	border-bottom: 2px solid var(--yellow);
	overflow-wrap: anywhere;
}
.dv-footer__mail:hover { background: var(--yellow); color: var(--ink); }
.dv-footer__hours { margin: 14px 0 0; font: 500 13px/1.5 var(--f-mono); color: #D6D3CC; }
.dv-footer__brands { margin: 14px 0 0; font: 500 11.5px/1.6 var(--f-mono); letter-spacing: .04em; text-transform: uppercase; color: var(--grey); }
.dv-footer__mark { padding-top: clamp(20px, 3vw, 40px); container-type: inline-size; }
.dv-footer__word {
	display: block;
	font: 900 clamp(64px, 20.4vw, 360px)/.78 var(--f-display);
	font-size: calc(100cqi / 5.12);
	letter-spacing: -.07em;
	color: var(--yellow);
	white-space: nowrap;
	margin-left: -.03em;
	transform: translateY(.06em);
}
.dv-footer__base {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	padding: 16px 0 20px;
	border-top: 1px solid rgba(255, 255, 255, .5);
	font: 500 12px/1.4 var(--f-mono);
	letter-spacing: .04em;
	color: #D6D3CC;
	background: var(--ink);
}
.dv-footer__base p { margin: 0; }
.dv-footer__pay { display: flex; flex-wrap: wrap; gap: 8px; }
.dv-footer__pay span { padding: 4px 7px; border: 1px solid rgba(255, 255, 255, .4); text-transform: uppercase; }
.dv-footer__top { display: inline-flex; align-items: center; gap: 6px; color: var(--white); text-decoration: none; text-transform: uppercase; }
.dv-footer__top:hover { color: var(--yellow); }
@media (max-width: 1099px) {
	/* The policy chips take their own row below the copyright line and the "Нагоре" link. */
	.dv-footer__pay { order: 3; width: 100%; }
}
@media (max-width: 999px) {
	.dv-tblock__cell--cats, .dv-tblock__cell--info, .dv-tblock__cell--facts, .dv-tblock__cell--contact { grid-column: span 6; }
}
@media (max-width: 559px) {
	.dv-tblock__cell--cats, .dv-tblock__cell--info { grid-column: span 6; }
	.dv-tblock__cell--facts, .dv-tblock__cell--contact { grid-column: 1 / -1; }
	.dv-tblock__cell { padding: 12px 12px 18px; }
	.dv-tblock__list a { font-size: 14px; }
}

/* ==========================================================================
   21 Toast
   ========================================================================== */
.dv-toast {
	position: fixed;
	right: var(--gutter);
	bottom: var(--gutter);
	z-index: 90;
	display: flex;
	align-items: stretch;
	background: var(--ink);
	color: var(--white);
	border: 1.5px solid var(--ink);
	box-shadow: 6px 6px 0 var(--yellow);
	transform: translateY(calc(100% + 40px));
	transition: transform .3s var(--ease);
	font: 600 14px/1.2 var(--f-body);
}
.dv-toast.is-in { transform: none; }
.dv-toast[hidden] { display: none; }
.dv-toast__icon { display: grid; place-items: center; width: 46px; background: var(--yellow); color: var(--ink); }
.dv-toast__t { display: flex; align-items: center; padding: 14px 16px; }
.dv-toast__a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 16px;
	border-left: 1px solid var(--rule-dark);
	color: var(--yellow);
	font: 600 12px/1 var(--f-body);
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
}
.dv-toast__a:hover { background: var(--yellow); color: var(--ink); }
@media (max-width: 559px) {
	.dv-toast { left: 12px; right: 12px; bottom: 12px; }
	.dv-toast__t { flex: 1; }
}

/* ==========================================================================
   22 Reveal (JS only — without .js everything is visible)
   ========================================================================== */
.js [data-reveal] {
	opacity: 0;
	transform: translateY(26px);
}
.js [data-reveal].is-in {
	opacity: 1;
	transform: none;
	transition: opacity .35s linear, transform .75s var(--ease);
}
.js .dv-card[data-reveal] { transform: none; opacity: 0; }
.js .dv-card[data-reveal].is-in { opacity: 1; transition: opacity .45s linear, transform .16s var(--ease), box-shadow .16s var(--ease); }
.js .dv-grid-cards > li:nth-child(4n+2) .dv-card[data-reveal].is-in,
.js .dv-relgrid > li:nth-child(4n+2) .dv-card[data-reveal].is-in { transition-delay: .06s, 0s, 0s; }
.js .dv-grid-cards > li:nth-child(4n+3) .dv-card[data-reveal].is-in,
.js .dv-relgrid > li:nth-child(4n+3) .dv-card[data-reveal].is-in { transition-delay: .12s, 0s, 0s; }
.js .dv-grid-cards > li:nth-child(4n+4) .dv-card[data-reveal].is-in,
.js .dv-relgrid > li:nth-child(4n+4) .dv-card[data-reveal].is-in { transition-delay: .18s, 0s, 0s; }

/* ==========================================================================
   23 Reduced motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
		transition-delay: 0s !important;
		scroll-behavior: auto !important;
	}
	.js [data-reveal], .js .dv-hero__w, .js .dv-hero__tape { clip-path: none !important; transform: none !important; opacity: 1 !important; }
	.dv-marquee__track { animation: none !important; flex-wrap: wrap; width: auto; }
	.dv-marquee__group + .dv-marquee__group { display: none; }
	.dv-404__tape span { animation: none !important; }
	.dv-hero__tape { animation: none !important; }
}

/* ==========================================================================
   24 Print
   ========================================================================== */
@media print {
	.dv-header, .dv-footer, .dv-gridlines, .dv-stickybar, .dv-toast, .dv-marquee { display: none !important; }
	body { background: #fff; }
}
