/*
Theme Name: Duravo
Theme URI: https://duravo.shop/
Author: Duravo
Description: Clean, bright, product-first WooCommerce theme for the Duravo tool shop. White surfaces, light-grey product plates, one Cyrillic sans (Onest, self-hosted) and tool-yellow only for primary actions and discounts.
Version: 2.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: duravo
*/

/* ==========================================================================
   Fonts (self-hosted, Latin + Cyrillic, variable 400–800)
   ========================================================================== */
@font-face {
	font-family: "Onest";
	font-style: normal;
	font-weight: 400 800;
	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 800;
	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;
}

/* ==========================================================================
   Tokens
   ========================================================================== */
:root {
	--bg: #ffffff;
	--tint: #f4f5f7;
	--tint-2: #eceef1;
	--line: #e6e8ec;
	--line-2: #d5d9df;
	--line-strong: #8e949c; /* 3:1 on white: boundaries of form controls */
	--ink: #111316;
	--ink-2: #2b2f35;
	--muted: #5b616b;
	--accent: #ffc400;
	--accent-h: #f2b600;
	--accent-soft: #fff5d1;
	--err: #b42318;

	--r-sm: 8px;
	--r: 12px;
	--r-lg: 16px;
	--r-xl: 24px;

	--sh-1: 0 1px 2px rgba(17, 19, 22, .05);
	--sh-2: 0 2px 6px rgba(17, 19, 22, .04), 0 10px 28px rgba(17, 19, 22, .07);
	--sh-3: 0 10px 24px rgba(17, 19, 22, .10), 0 28px 56px rgba(17, 19, 22, .12);

	--font: "Onest", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--wrap: 1320px;
	--gut: 16px;
	--hh: 61px;
	--ease: cubic-bezier(.2, .8, .2, 1);

	--i-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111316' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E");
	--i-chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E");
	--i-chev-d: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
@media (min-width: 640px) {
	:root { --gut: 24px; }
}
@media (min-width: 1024px) {
	:root { --gut: 32px; --hh: 126px; }
}

/* ==========================================================================
   Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-padding-top: calc(var(--hh) + 16px);
}
body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; letter-spacing: inherit; }
button { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }
p, figure, dl, dd, blockquote { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
del { text-decoration-thickness: 1px; }
table { border-collapse: collapse; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
[tabindex="-1"]:focus, .woocommerce-notices-wrapper:focus, .woocommerce-message:focus, .woocommerce-error:focus, .woocommerce-info:focus { outline: none; }
::selection { background: var(--accent); color: var(--ink); }
html.dc-lock { overflow: hidden; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.dc-skip {
	position: absolute;
	left: 16px; top: -60px;
	z-index: 1000;
	padding: 10px 16px;
	border-radius: 999px;
	background: var(--ink);
	color: #fff;
	font-weight: 600;
	transition: top .15s;
}
.dc-skip:focus { top: 12px; }

.dc-wrap {
	width: 100%;
	max-width: var(--wrap);
	margin: 0 auto;
	padding: 0 var(--gut);
}
.dc-main { display: block; outline: none; }
.dc-show-sm { display: none; }
@media (max-width: 639px) {
	.dc-hide-sm { display: none; }
	.dc-show-sm { display: inline; }
}
.dc-i { flex: none; }

/* ==========================================================================
   Buttons, badges, chips
   ========================================================================== */
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--ink);
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: background-color .15s, border-color .15s, color .15s, opacity .15s;
}
.button:hover { background: var(--ink-2); color: #fff; }
.dc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color .15s, border-color .15s, color .15s, box-shadow .15s, opacity .15s;
}
.dc-btn--sm { min-height: 40px; padding: 8px 16px; font-size: 14px; }
.dc-btn--lg { min-height: 52px; padding: 14px 28px; font-size: 16px; }
.dc-btn--primary,
.dc-pdp .single_add_to_cart_button,
.wc-proceed-to-checkout .checkout-button {
	background: var(--accent);
	color: var(--ink);
	border-color: var(--accent);
}
.dc-btn--primary:hover,
.dc-pdp .single_add_to_cart_button:hover,
.wc-proceed-to-checkout .checkout-button:hover { background: var(--accent-h); border-color: var(--accent-h); }
.dc-btn--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.dc-btn--dark:hover { background: var(--ink-2); border-color: var(--ink-2); }
.dc-btn--line { background: #fff; color: var(--ink); border-color: var(--line-2); }
.dc-btn--line:hover { background: #fff; color: var(--ink); border-color: var(--ink); }
.dc-btn--soft { background: var(--tint); color: var(--ink); border-color: var(--tint); }
.dc-btn--soft:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.button.loading, .dc-btn.loading { opacity: .6; cursor: progress; pointer-events: none; }

.dc-badge {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 8px;
	border-radius: 6px;
	background: var(--accent);
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.01em;
	white-space: nowrap;
}
.dc-badge--lg { height: 30px; padding: 0 10px; border-radius: 8px; font-size: 15px; }
.dc-badge--sm { height: 20px; padding: 0 6px; border-radius: 5px; font-size: 12px; }

.dc-chip {
	display: inline-flex;
	align-items: center;
	height: 38px;
	padding: 0 16px;
	border: 1px solid var(--line-2);
	border-radius: 999px;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	transition: border-color .15s, background-color .15s, color .15s;
}
.dc-chip:hover { border-color: var(--ink); }
.dc-chip.is-current { background: var(--ink); border-color: var(--ink); color: #fff; }

.dc-iconbtn {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--ink);
	cursor: pointer;
	transition: background-color .15s;
}
.dc-iconbtn:hover { background: var(--tint); }

.dc-roundbtn {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid var(--line-2);
	border-radius: 50%;
	background: #fff;
	color: var(--ink);
	cursor: pointer;
	transition: border-color .15s, opacity .15s, box-shadow .15s;
}
.dc-roundbtn:hover { border-color: var(--ink); }
.dc-roundbtn:disabled { opacity: .35; cursor: default; border-color: var(--line-2); }

.dc-more {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
}
.dc-more:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ==========================================================================
   Search field
   ========================================================================== */
.dc-search { position: relative; display: flex; align-items: center; width: 100%; }
.dc-search__input {
	width: 100%;
	height: 48px;
	padding: 0 20px 0 50px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--tint);
	font-size: 15px;
	transition: background-color .15s, border-color .15s, box-shadow .15s;
	-webkit-appearance: none;
	appearance: none;
}
.dc-search__input::placeholder { color: var(--muted); opacity: 1; }
.dc-search__input:hover { border-color: var(--line-2); }
/* Focus: a 2px ink ring (1px border + 1px shadow, ≥3:1 on white) with a soft yellow halo outside. */
.dc-search__input:focus { outline: none; background: #fff; border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink), 0 0 0 5px rgba(255, 196, 0, .4); }
.dc-search__input::-webkit-search-decoration { -webkit-appearance: none; }
.dc-search__btn {
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--ink);
	cursor: pointer;
}
.dc-search__btn:hover { background: var(--tint-2); }
.dc-search--lg .dc-search__input { height: 56px; padding-left: 54px; font-size: 16px; background: #fff; border-color: var(--line-strong); }
.dc-search--lg .dc-search__btn { left: 9px; }

/* ==========================================================================
   Header
   ========================================================================== */
.dc-topbar {
	background: var(--tint);
	color: var(--ink-2);
	font-size: 13px;
}
.dc-topbar__in {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 36px;
}
.dc-topbar__facts { display: flex; align-items: center; gap: 22px; }
.dc-topbar__facts li { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.dc-topbar__facts .dc-i { color: var(--ink); }
.dc-topbar__links { display: none; gap: 20px; color: var(--muted); }
.dc-topbar__links a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.dc-topbar__opt { display: none !important; }
@media (max-width: 479px) {
	.dc-topbar__facts { gap: 14px; font-size: 12px; }
}
@media (min-width: 1024px) {
	.dc-topbar__in { justify-content: space-between; }
	.dc-topbar__links { display: flex; }
	.dc-topbar__opt { display: inline-flex !important; }
}

.dc-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fff; /* opaque: photos and buttons must not show through while scrolling */
	border-bottom: 1px solid var(--line);
	transition: box-shadow .2s;
}
.dc-header.is-scrolled { box-shadow: 0 6px 24px rgba(17, 19, 22, .06); }
.dc-header__bar {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 60px;
}
.dc-logo {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--ink);
	flex: none;
}
.dc-logo__mark { width: 30px; height: 30px; flex: none; }
.dc-logo__word {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1;
}
.dc-header__search { display: none; }
.dc-header__tools { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.dc-burger { margin-left: -10px; }
.dc-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 44px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 600;
	transition: background-color .15s;
}
.dc-cart:hover { background: var(--tint); }
.dc-cart__icon { position: relative; display: grid; }
.dc-cart__label { display: none; }
.dc-cart__count {
	position: absolute;
	top: -7px;
	right: -10px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--accent);
	color: var(--ink);
	font-size: 11.5px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	box-sizing: border-box;
}
.dc-cart__count.is-empty { width: 1px; min-width: 0; height: 1px; padding: 0; border: 0; overflow: hidden; clip-path: inset(50%); }
.dc-cart.is-bump .dc-cart__icon { animation: dc-bump .45s var(--ease); }
@keyframes dc-bump { 40% { transform: scale(1.18); } }

.dc-msearch { padding: 0 0 12px; }
.js .dc-msearch:not(.is-open) { display: none; }
.dc-catnav { display: none; }

/* Without JavaScript the burger and search toggle cannot work: show the search row and the
   category row instead (the category row scrolls sideways on small screens). */
html:not(.js) .dc-burger,
html:not(.js) .dc-searchbtn,
html:not(.js) .dc-filterbtn,
html:not(.js) .dc-hero__ctrl,
html:not(.js) .dc-rail__nav { display: none !important; }
@media (max-width: 1023px) {
	html:not(.js) .dc-catnav { display: block; border-top: 1px solid var(--line); }
	html:not(.js) .dc-catnav__list { display: flex; align-items: center; gap: 22px; height: 44px; overflow-x: auto; }
	html:not(.js) .dc-catnav__a { font-size: 14.5px; white-space: nowrap; }
	html:not(.js) .dc-catnav__a.is-current { font-weight: 700; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; }
}

@media (min-width: 1024px) {
	.dc-header__bar { gap: 32px; height: 76px; }
	.dc-burger, .dc-searchbtn { display: none; }
	.dc-logo__mark { width: 32px; height: 32px; }
	.dc-logo__word { font-size: 23px; }
	.dc-header__search { display: block; flex: 1; max-width: 640px; margin: 0 auto; }
	.dc-header__tools { margin-left: 0; }
	.dc-cart { padding: 0 16px 0 12px; }
	.dc-cart__label { display: inline; }
	.dc-msearch { display: none !important; }
	.dc-catnav { display: block; border-top: 1px solid var(--line); }
	/* Text links on the content edge (in line with the logo and the page heading); the current
	   category is marked by a short ink rule under its name, like a tab. */
	.dc-catnav__list {
		display: flex;
		align-items: stretch;
		gap: 30px;
		height: 48px;
		overflow-x: auto;
		scrollbar-width: none;
	}
	.dc-catnav__list::-webkit-scrollbar { display: none; }
	.dc-catnav__a {
		position: relative;
		display: inline-flex;
		align-items: center;
		height: 100%;
		font-size: 14.5px;
		font-weight: 500;
		color: var(--ink-2);
		white-space: nowrap;
		transition: color .15s;
	}
	.dc-catnav__a::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;
		height: 2px;
		border-radius: 2px 2px 0 0;
		background: var(--ink);
		transform: scaleX(0);
		transition: transform .2s var(--ease);
	}
	.dc-catnav__a:hover { color: var(--ink); }
	.dc-catnav__a:hover::after { transform: scaleX(1); background: var(--line-2); }
	.dc-catnav__a.is-current { color: var(--ink); font-weight: 600; }
	.dc-catnav__a.is-current::after { transform: none; background: var(--ink); }
	.dc-catnav__a:focus-visible { outline-offset: -2px; }
}

/* ==========================================================================
   Drawers (menu; filter column below 1024px)
   ========================================================================== */
.dc-menu,
.dc-filters {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
	display: flex;
	flex-direction: column;
	width: min(90vw, 400px);
	background: #fff;
	box-shadow: var(--sh-3);
	transform: translateX(-104%);
	visibility: hidden;
	transition: transform .3s var(--ease), visibility 0s linear .3s;
	outline: none;
}
.dc-menu.is-open,
.dc-filters.is-open {
	transform: none;
	visibility: visible;
	transition: transform .3s var(--ease);
}
.dc-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 64px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid var(--line);
}
.dc-drawer__title { font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.dc-drawer__body { flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: 18px 20px 32px; }
.dc-scrim {
	position: fixed;
	inset: 0;
	z-index: 150;
	background: rgba(17, 19, 22, .42);
	opacity: 0;
	transition: opacity .25s;
}
.dc-scrim.is-on { opacity: 1; }

.dc-menu__label { margin: 24px 0 8px; font-size: 13px; font-weight: 600; color: var(--muted); }
.dc-menu__cats a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 7px 0;
	font-size: 16px;
	font-weight: 600;
}
.dc-menu__cats a[aria-current] .dc-menu__t { text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.dc-menu__thumb {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	flex: none;
	overflow: hidden;
	border-radius: 10px;
	background: var(--tint);
}
.dc-menu__thumb img { width: 100%; height: 100%; object-fit: cover; }
.dc-menu__t { flex: 1; }
.dc-menu__n { font-size: 14px; font-weight: 500; color: var(--muted); }
.dc-menu__brands { display: flex; flex-wrap: wrap; gap: 8px; }
.dc-menu__info a { display: block; padding: 7px 0; font-size: 15px; color: var(--ink-2); }
.dc-menu__mail { display: flex; align-items: center; gap: 8px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); font-weight: 600; }

/* ==========================================================================
   Photo plates (cards, category tiles, banner, gallery)
   The plate is the constant shape: a light-grey rounded square. Photos are multiplied onto it,
   so white backgrounds and white bands baked into some source images take the plate colour
   instead of breaking its outline. Square and landscape photos fill the plate (a landscape shot
   keeps its subject in the middle, so the sides can go); portrait photos (.is-tall, from the
   stored image size) sit inside it whole, with rounded corners, because their top or bottom often
   holds the logo or the tool itself.
   ========================================================================== */
.dc-plate {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--tint);
	isolation: isolate;
}
.dc-plate img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
	/* --s/--tx/--ty: crop of baked-in white bands (set per image, see dc_img_trim_style());
	   --hs: hover zoom. */
	transform: translate(var(--tx, 0%), var(--ty, 0%)) scale(calc(var(--s, 1) * var(--hs, 1)));
}
.dc-plate.is-tall {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7%;
}
.dc-plate.is-tall img {
	width: auto;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
}

/* ==========================================================================
   Home: banner
   ========================================================================== */
.dc-hero-sec { padding-top: 16px; }
.dc-hero {
	position: relative;
	overflow: hidden;
	border-radius: var(--r-xl);
	background: var(--tint);
}
.dc-slide {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
	padding: 16px 16px 76px;
}
.dc-slide.is-anim { animation: dc-fade .45s var(--ease) both; }
@keyframes dc-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.dc-slide__media {
	order: -1;
	aspect-ratio: 4 / 3;
	border-radius: var(--r-lg);
	background: var(--tint-2); /* a shade darker than the banner, so the plate reads while the photo loads */
}
.dc-slide__img { transition: transform .6s var(--ease); }
.dc-slide__media:hover .dc-slide__img { --hs: 1.03; }
.dc-slide__text { padding: 0 4px; }
.dc-slide__kicker {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 14px;
	color: var(--muted);
}
.dc-slide__brand {
	padding: 4px 10px;
	border-radius: 999px;
	background: #fff;
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
}
.dc-slide__title {
	font-size: 26px;
	line-height: 1.14;
	letter-spacing: -.025em;
	text-wrap: balance;
}
.dc-slide__title a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.dc-slide__line { margin-top: 12px; font-size: 16px; color: var(--muted); max-width: 34em; }
.dc-slide__price { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; margin-top: 20px; }
.dc-slide__now { font-size: 30px; font-weight: 700; letter-spacing: -.025em; line-height: 1; }
.dc-slide__was { font-size: 17px; color: var(--muted); }
.dc-slide__ctas { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
.dc-slide__ctas .dc-btn { width: 100%; }
.dc-hero__ctrl {
	position: absolute;
	left: 20px;
	bottom: 18px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.dc-hero__dots { display: flex; align-items: center; }
.dc-hero__dot {
	display: grid;
	place-items: center;
	width: 24px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.dc-hero__dot::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #858b94;
	transition: width .25s var(--ease), background-color .25s;
}
.dc-hero__dot.is-active::before { width: 22px; background: var(--ink); }
.dc-hero__dot.is-active { width: 34px; }
.dc-hero__play-i { display: none; }
.dc-hero.is-paused .dc-hero__pause-i { display: none; }
.dc-hero.is-paused .dc-hero__play-i { display: block; }
.dc-hero__pause { margin-left: 4px; }

@media (min-width: 700px) {
	.dc-slide__ctas { flex-direction: row; flex-wrap: wrap; }
	.dc-slide__ctas .dc-btn { width: auto; }
}
@media (min-width: 768px) {
	.dc-slide {
		grid-template-columns: minmax(0, 1fr) minmax(0, 42%);
		align-items: center;
		gap: 32px;
		min-height: 420px;
		padding: 28px 28px 28px 36px;
	}
	.dc-slide__media { order: 0; aspect-ratio: 1; border-radius: 20px; }
	.dc-slide__text { padding: 0 0 56px; }
	.dc-slide__title { font-size: 28px; }
	.dc-hero__ctrl { left: 36px; bottom: 24px; }
}
@media (min-width: 1024px) {
	.dc-hero-sec { padding-top: 24px; }
	.dc-slide {
		grid-template-columns: minmax(0, 1fr) minmax(0, 44%);
		gap: 56px;
		min-height: 540px;
		padding: 40px 40px 40px 64px;
	}
	.dc-slide__kicker { margin-bottom: 18px; }
	.dc-slide__title { font-size: clamp(34px, 3.3vw, 46px); line-height: 1.1; }
	.dc-slide__line { margin-top: 16px; font-size: 18px; }
	.dc-slide__price { margin-top: 28px; }
	.dc-slide__now { font-size: 38px; }
	.dc-slide__was { font-size: 19px; }
	.dc-slide__ctas { margin-top: 28px; }
	.dc-hero__ctrl { left: 64px; bottom: 36px; }
}

/* ==========================================================================
   Home: benefits row
   ========================================================================== */
.dc-benefits { padding-top: 16px; }
.dc-benefits__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: var(--line);
}
.dc-benefits__i {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px;
	background: #fff;
}
.dc-benefits__icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	flex: none;
	border-radius: 12px;
	background: var(--tint);
}
.dc-benefits__t { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.dc-benefits__t strong { font-size: 14px; font-weight: 600; }
.dc-benefits__t span { font-size: 12.5px; color: var(--muted); }
@media (max-width: 479px) {
	.dc-benefits__i { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (min-width: 1024px) {
	.dc-benefits { padding-top: 20px; }
	.dc-benefits__list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.dc-benefits__i { gap: 14px; padding: 18px 20px; }
	.dc-benefits__icon { width: 44px; height: 44px; }
	.dc-benefits__t strong { font-size: 15px; }
	.dc-benefits__t span { font-size: 13.5px; }
}

/* ==========================================================================
   Sections
   ========================================================================== */
.dc-sec { padding-top: 48px; }
.dc-sec--tint { margin-top: 48px; padding: 48px 0; background: var(--tint); }
.dc-sec--tint + .dc-sec { padding-top: 48px; }
.dc-sec--flush { padding-top: 56px; }
.dc-shead {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}
.dc-shead__title { font-size: 24px; letter-spacing: -.025em; }
.dc-shead__sub { margin-top: 4px; font-size: 14.5px; color: var(--muted); }
@media (min-width: 1024px) {
	.dc-sec { padding-top: 72px; }
	.dc-sec--tint { margin-top: 72px; padding: 64px 0; }
	.dc-sec--tint + .dc-sec { padding-top: 64px; }
	.dc-shead { margin-bottom: 28px; }
	.dc-shead__title { font-size: 30px; }
	.dc-shead__sub { font-size: 15.5px; }
}

/* Category tiles */
.dc-cats {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 40%;
	gap: 12px;
	margin: 0 calc(-1 * var(--gut));
	padding: 0 var(--gut) 4px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-padding: 0 var(--gut);
	scrollbar-width: none;
}
.dc-cats::-webkit-scrollbar { display: none; }
.dc-cats > li { scroll-snap-align: start; }
.dc-cat { display: flex; flex-direction: column; gap: 2px; }
.dc-cat__img {
	aspect-ratio: 1;
	margin-bottom: 10px;
	border-radius: var(--r-lg);
}
.dc-cat__img img { transition: transform .5s var(--ease); }
.dc-cat:hover .dc-cat__img img { --hs: 1.05; }
.dc-cat__name { font-size: 15px; font-weight: 600; line-height: 1.3; }
.dc-cat:hover .dc-cat__name { text-decoration: underline; text-underline-offset: 3px; }
.dc-cat__n { font-size: 13.5px; color: var(--muted); }
@media (min-width: 700px) {
	.dc-cats { grid-auto-columns: 26%; }
}
@media (min-width: 1024px) {
	.dc-cats {
		grid-auto-flow: row;
		grid-template-columns: repeat(7, minmax(0, 1fr));
		gap: 16px;
		margin: 0;
		padding: 0;
		overflow: visible;
	}
}

/* Brands */
.dc-brands { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.dc-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	height: 92px;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	text-align: center;
	transition: border-color .15s, box-shadow .2s;
}
.dc-brand:hover { border-color: var(--ink); }
.dc-brand__name { font-size: 19px; font-weight: 700; letter-spacing: -.025em; line-height: 1.2; }
.dc-brand__n { font-size: 13px; color: var(--muted); }
@media (min-width: 700px) {
	.dc-brands { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
	.dc-brands { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
	.dc-brand { height: 112px; }
	.dc-brand__name { font-size: 21px; }
	.dc-brand__n { font-size: 13.5px; }
}

/* How to order */
.dc-how { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.dc-how__i { padding: 20px; border-radius: var(--r-lg); background: var(--tint); }
.dc-how__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.dc-how__n {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--accent);
	font-size: 15px;
	font-weight: 700;
}
.dc-how__icon { color: var(--muted); }
.dc-how__t { margin-bottom: 4px; font-size: 17px; font-weight: 600; letter-spacing: -.015em; }
.dc-how__d { font-size: 14.5px; line-height: 1.55; color: var(--muted); }
@media (max-width: 639px) {
	.dc-how__i { display: grid; grid-template-columns: 32px minmax(0, 1fr); column-gap: 14px; padding: 16px; }
	.dc-how__top { grid-row: 1 / span 2; align-self: start; margin: 0; }
	.dc-how__icon { display: none; }
	.dc-how__t { margin: 4px 0 2px; font-size: 16px; }
	.dc-how__d { font-size: 14px; }
}
@media (min-width: 640px) {
	.dc-how { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
	.dc-how { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
	.dc-how__i { padding: 24px; }
	.dc-how__top { margin-bottom: 20px; }
}

/* Rail (kits). Phones: cards run to the screen edge and the next one peeks in (swipe).
   Tablet and up: the rail is clipped at the content edge and paged with the buttons in the
   section heading, so no card is ever cut in the page margin. */
.dc-rail__viewport {
	margin: 0 calc(-1 * var(--gut));
	padding: 4px var(--gut) 12px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-padding: 0 var(--gut);
	scrollbar-width: none;
	outline-offset: -2px;
}
.dc-rail__viewport::-webkit-scrollbar { display: none; }
.dc-grid.dc-rail__list {
	grid-template-columns: none;
	grid-auto-flow: column;
	grid-auto-columns: 72%;
}
.dc-rail__list > li { scroll-snap-align: start; }
.dc-shead__end { display: flex; align-items: center; gap: 20px; flex: none; }
.dc-rail__nav { display: none; gap: 8px; }
.dc-rail__nav .dc-roundbtn { width: 44px; height: 44px; background: #fff; }
@media (min-width: 700px) {
	.dc-rail__nav { display: flex; }
	.dc-grid.dc-rail__list { grid-auto-columns: calc((100% - 2 * 16px) / 3); }
	.dc-rail__viewport { margin: 0 -8px; padding: 4px 8px 16px; scroll-padding: 0 8px; }
}
@media (min-width: 1024px) {
	.dc-grid.dc-rail__list { grid-auto-columns: calc((100% - 3 * 20px) / 4); }
}

/* ==========================================================================
   Product grid + card
   ========================================================================== */
.dc-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.dc-grid > li { display: flex; min-width: 0; }
@media (min-width: 700px) {
	.dc-grid { gap: 16px; }
	.dc-grid--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
	.dc-grid { gap: 20px; }
	.dc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.dc-grid--shop { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1360px) {
	.dc-grid--shop { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.dc-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 8px;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	transition: box-shadow .25s var(--ease), border-color .25s;
}
.dc-card:hover { border-color: transparent; box-shadow: var(--sh-2); }
.dc-card:has(.dc-card__link:focus-visible) { outline: 2px solid var(--ink); outline-offset: 2px; }
.dc-card__media {
	aspect-ratio: 1;
	border-radius: var(--r);
}
.dc-card__img { transition: transform .5s var(--ease); }
.dc-card:hover .dc-card__img { --hs: 1.04; }
.dc-card__badge { position: absolute; top: 8px; left: 8px; }
.dc-card__body { display: flex; flex: 1; flex-direction: column; padding: 12px 4px 4px; }
.dc-card__brand { margin-bottom: 3px; font-size: 12.5px; font-weight: 600; color: var(--muted); }
.dc-card__title {
	display: -webkit-box;
	overflow: hidden;
	min-height: calc(1.4em * 2);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -.005em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.dc-card__link::after { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.dc-card__link:focus-visible { outline: none; }
.dc-card__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 2px 8px;
	margin: auto 0 12px;
	padding-top: 10px;
}
.dc-card__now { font-size: 17px; font-weight: 700; letter-spacing: -.015em; }
.dc-card__was { font-size: 13px; color: var(--muted); }
.dc-card__add { position: relative; z-index: 2; width: 100%; min-height: 40px; padding: 8px 10px; font-size: 13.5px; gap: 6px; }
.dc-card__add .dc-i { width: 17px; height: 17px; }
.dc-card__add.added { background: var(--ink); border-color: var(--ink); color: #fff; }
.dc-card .added_to_cart, .dc-slide .added_to_cart { display: none; }
@media (max-width: 379px) {
	.dc-card__add .dc-i { display: none; }
}
/* Two narrow columns on phones: three lines keep the tool type and the brand/model visible
   ("Акумулаторен ударен гайковерт Milwaukee" rather than "Акумулаторен ударен…"). */
@media (max-width: 699px) {
	.dc-card__title { min-height: calc(1.4em * 3); -webkit-line-clamp: 3; }
}
@media (min-width: 700px) {
	.dc-card { padding: 10px; }
	.dc-card__body { padding: 14px 6px 6px; }
	.dc-card__badge { top: 10px; left: 10px; }
	.dc-card__title { font-size: 15px; }
	.dc-card__now { font-size: 18px; }
	.dc-card__was { font-size: 14px; }
	.dc-card__add { min-height: 42px; font-size: 14px; }
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.dc-crumbs { padding: 16px 0 0; font-size: 13.5px; color: var(--muted); }
.dc-crumbs ol { display: flex; flex-wrap: wrap; align-items: center; row-gap: 2px; }
.dc-crumbs li { display: inline-flex; align-items: center; min-width: 0; }
.dc-crumbs li + li::before {
	content: "";
	width: 14px;
	height: 14px;
	margin: 0 6px;
	background: currentColor;
	opacity: .55;
	-webkit-mask: var(--i-chev) center / 14px no-repeat;
	mask: var(--i-chev) center / 14px no-repeat;
}
.dc-crumbs a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.dc-crumbs li:last-child { color: var(--ink-2); }
@media (max-width: 639px) {
	.dc-main--product .dc-crumbs li:last-child { display: none; }
}

/* ==========================================================================
   Archive
   ========================================================================== */
.dc-archhead { padding-bottom: 16px; }
.dc-archhead__row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; margin-top: 10px; }
.dc-archhead__title { font-size: 28px; letter-spacing: -.028em; }
.dc-archhead__count { font-size: 15px; color: var(--muted); }
.dc-archhead__row .dc-activefilter { align-self: center; }
.dc-activefilter {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 34px;
	padding: 0 10px 0 14px;
	border-radius: 999px;
	background: var(--tint);
	font-size: 14px;
	font-weight: 600;
	transition: background-color .15s;
}
.dc-activefilter:hover { background: var(--tint-2); }
.dc-activefilter .dc-i { color: var(--muted); }
.dc-archhead__desc { max-width: 720px; margin-top: 8px; color: var(--muted); }
.dc-archhead__search { max-width: 640px; margin-top: 16px; }
.dc-chips { margin: 0 calc(-1 * var(--gut)) 16px; }
.dc-chips__list {
	position: relative;
	display: flex;
	gap: 8px;
	padding: 0 var(--gut);
	overflow-x: auto;
	scrollbar-width: none;
}
.dc-chips__list::-webkit-scrollbar { display: none; }
.dc-shop { display: block; }
.dc-shop__main { min-width: 0; }
.dc-toolbar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}
.dc-toolbar__count { margin-right: auto; font-size: 14.5px; color: var(--muted); }
.dc-filterbtn { order: -1; }
.dc-toolbar .dc-filterbtn + .dc-toolbar__count { margin-right: auto; }
.woocommerce-ordering { display: flex; align-items: center; gap: 10px; margin: 0 0 0 auto; }
.woocommerce-ordering label { font-size: 14px; color: var(--muted); white-space: nowrap; }
.woocommerce-ordering select,
.dc-select {
	height: 40px;
	padding: 0 38px 0 14px;
	border: 1px solid var(--line-strong);
	border-radius: 999px;
	background: #fff var(--i-chev-d) no-repeat right 12px center / 16px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.woocommerce-ordering select:hover { border-color: var(--ink); }
@media (max-width: 479px) {
	.woocommerce-ordering label { display: none; }
	.dc-toolbar__count { width: 100%; order: 3; margin: 2px 0 0; font-size: 13.5px; }
	.woocommerce-ordering { margin-left: auto; }
}

.dc-filters .dc-drawer__body { padding-top: 8px; }
.dc-filter { padding: 16px 0; border-bottom: 1px solid var(--line); }
.dc-filter:last-child { border-bottom: 0; }
.dc-filter__title { margin-bottom: 8px; padding-left: 12px; font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
.dc-filter__a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	border-radius: 10px;
	font-size: 15px;
	color: var(--ink-2);
	transition: background-color .15s;
}
.dc-filter__a:hover { background: var(--tint); color: var(--ink); }
.dc-filter__a.is-current { background: var(--tint); color: var(--ink); font-weight: 600; }
.dc-filter__n { margin-left: auto; font-size: 13px; font-weight: 500; color: var(--muted); }
.dc-filter__box {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	flex: none;
	border: 1.5px solid var(--line-strong);
	border-radius: 5px;
	background: #fff;
	color: transparent;
}
.dc-filter__box .dc-i { width: 12px; height: 12px; stroke-width: 3; }
.dc-filter__a.is-current .dc-filter__box { background: var(--ink); border-color: var(--ink); color: #fff; }
.dc-minifacts { display: grid; gap: 4px; padding: 0 12px; }
.dc-minifacts li { display: flex; align-items: center; gap: 10px; padding: 4px 0; font-size: 14px; color: var(--ink-2); }

/* Without JavaScript the filter drawer cannot open: on small screens the brand list is shown as a
   plain block above the grid (the chips above already list the categories). */
@media (max-width: 1023px) {
	html:not(.js) .dc-filters {
		position: static;
		width: auto;
		margin-bottom: 16px;
		border: 1px solid var(--line);
		border-radius: var(--r-lg);
		box-shadow: none;
		transform: none;
		visibility: visible;
	}
	html:not(.js) .dc-filters .dc-drawer__head,
	html:not(.js) .dc-filters .dc-filter:first-child,
	html:not(.js) .dc-filters .dc-filter--facts { display: none; }
	html:not(.js) .dc-filters .dc-drawer__body { padding: 4px 12px; }
	html:not(.js) .dc-filters .dc-filter { border-bottom: 0; }
}

@media (min-width: 1024px) {
	.dc-archhead { padding-bottom: 24px; }
	.dc-archhead__title { font-size: clamp(30px, 2.8vw, 38px); }
	.dc-chips { display: none; }
	.dc-shop {
		display: grid;
		grid-template-columns: 248px minmax(0, 1fr);
		gap: 40px;
		align-items: start;
	}
	.dc-filters {
		position: sticky;
		top: calc(var(--hh) + 20px);
		z-index: 1;
		display: block;
		width: auto;
		max-height: calc(100vh - var(--hh) - 40px);
		overflow-y: auto;
		scrollbar-width: thin;
		background: transparent;
		box-shadow: none;
		transform: none;
		visibility: visible;
		transition: none;
	}
	.dc-filters .dc-drawer__head { display: none; }
	.dc-filters .dc-drawer__body { overflow: visible; padding: 0; }
	.dc-filters .dc-filter:first-child { padding-top: 0; }
	.dc-filterbtn { display: none; }
	.dc-toolbar { margin-bottom: 20px; }
}

/* Pagination */
.woocommerce-pagination, .dc-pagewrap .nav-links { margin-top: 40px; }
.woocommerce-pagination ul, .dc-pagewrap .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; }
.woocommerce-pagination .page-numbers:not(ul),
.dc-pagewrap .page-numbers {
	display: grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border: 1px solid var(--line);
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	transition: border-color .15s;
}
.woocommerce-pagination a.page-numbers:hover, .dc-pagewrap a.page-numbers:hover { border-color: var(--ink); }
.woocommerce-pagination .page-numbers.current, .dc-pagewrap .page-numbers.current { background: var(--ink); border-color: var(--ink); color: #fff; }
.woocommerce-pagination .page-numbers.dots { border-color: transparent; }

/* Empty states */
.dc-empty, .dc-emptycart {
	max-width: 680px;
	margin: 8px auto 0;
	padding: 48px 24px;
	border-radius: var(--r-xl);
	background: var(--tint);
	text-align: center;
}
.dc-empty__icon {
	display: inline-grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: #fff;
	box-shadow: var(--sh-1);
}
.dc-empty__title { font-size: 24px; letter-spacing: -.025em; }
.dc-empty__text { max-width: 30em; margin: 8px auto 20px; color: var(--muted); }
.dc-empty .dc-search { max-width: 480px; margin: 0 auto 16px; }
.dc-emptycart__cats { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.dc-emptycart ~ .return-to-shop { display: none; }
.dc-emptycart__btn { margin-top: 24px; }

/* ==========================================================================
   Notices
   ========================================================================== */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin: 0 0 20px;
	padding: 14px 16px;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: var(--tint);
	font-size: 15px;
	line-height: 1.45;
}
.woocommerce-message::before,
.woocommerce-info::before {
	content: "";
	width: 24px;
	height: 24px;
	flex: none;
	border-radius: 50%;
	background: var(--accent) var(--i-check) center / 13px no-repeat;
}
.woocommerce-info::before { content: "i"; display: grid; place-items: center; background: var(--ink); color: #fff; font-size: 13px; font-weight: 700; }
.woocommerce-message .button, .woocommerce-info .button { order: 2; margin-left: auto; min-height: 38px; padding: 8px 16px; font-size: 14px; }
.woocommerce-error { display: block; background: #fdf3f2; border-color: #f4d3cf; color: #7a1b12; }
.woocommerce-error li { padding: 2px 0; }
.woocommerce-error li + li { border-top: 1px solid #f4d3cf; margin-top: 4px; padding-top: 6px; }
.woocommerce-error a { text-decoration: underline; }
.woocommerce-cart .dc-notice-cart { display: none; }

/* ==========================================================================
   Single product
   ========================================================================== */
.dc-main--product { padding-bottom: 8px; }
.dc-main--product .dc-crumbs { padding-bottom: 14px; }
.dc-pdp__top { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.dc-pdp__top > * { min-width: 0; }
.dc-gallery__stage {
	aspect-ratio: 1;
	border-radius: var(--r-xl);
}
.dc-plate .dc-gallery__img { object-fit: contain; }
.dc-gallery__badge { position: absolute; top: 14px; left: 14px; }
.dc-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; }
.dc-gallery__thumb {
	display: block;
	width: 72px;
	height: 72px;
	flex: none;
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 12px;
	background: var(--tint);
	isolation: isolate;
	cursor: pointer;
	transition: border-color .15s;
}
.dc-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.dc-gallery__thumb:hover { border-color: var(--line-2); }
.dc-gallery__thumb.is-current { border-color: var(--ink); }

.dc-pdp__brand {
	display: inline-flex;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--muted);
}
.dc-pdp__brand:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.dc-pdp__title {
	font-size: 24px;
	line-height: 1.22;
	letter-spacing: -.024em;
	text-wrap: balance;
}
.dc-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.dc-tags li {
	padding: 5px 11px;
	border-radius: 999px;
	background: var(--tint);
	font-size: 13px;
	font-weight: 500;
	color: var(--ink-2);
}
.dc-pdp__price { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.dc-pdp__pricerow { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 14px; }
.dc-pdp__now { font-size: 32px; font-weight: 700; letter-spacing: -.028em; line-height: 1.1; }
.dc-pdp__was { font-size: 18px; color: var(--muted); }
.dc-pdp__save { display: flex; align-items: center; gap: 10px; margin-top: 10px; font-size: 15px; font-weight: 600; }
.dc-pdp .woocommerce-product-details__short-description { margin-top: 16px; color: var(--muted); }
.dc-pdp .stock { margin-top: 16px; font-size: 14px; font-weight: 600; }
.dc-pdp form.cart {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px;
	margin-top: 22px;
}
.dc-pdp .single_add_to_cart_button { min-height: 52px; padding: 14px 20px; font-size: 16px; border-radius: 999px; }
.dc-buynow { grid-column: 1 / -1; width: 100%; }
.quantity {
	display: inline-flex;
	align-items: center;
	height: 52px;
	padding: 0 4px;
	border: 1px solid var(--line-strong);
	border-radius: 999px;
	background: #fff;
}
.quantity .qty {
	width: 40px;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	-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 { outline: none; box-shadow: none; } /* the ring is drawn on the whole stepper */
.quantity:focus-within { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink), 0 0 0 5px rgba(255, 196, 0, .4); }
.dc-qty__btn {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--ink);
	cursor: pointer;
}
.dc-qty__btn:hover { background: var(--tint); }

.dc-perks {
	margin-top: 22px;
	padding: 4px 16px;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
}
.dc-perks__i { display: flex; align-items: center; gap: 12px; padding: 11px 0; }
.dc-perks__i + .dc-perks__i { border-top: 1px solid var(--line); }
.dc-perks__icon {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	flex: none;
	border-radius: 10px;
	background: var(--tint);
}
.dc-perks__t { font-size: 14px; line-height: 1.4; }
.dc-perks__t strong { font-weight: 600; }
.dc-perks__t span { display: block; color: var(--muted); font-size: 13.5px; }

/* Description */
.dc-desc {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid var(--line);
}
.dc-desc__title { margin-bottom: 16px; font-size: 22px; letter-spacing: -.025em; }
.dc-desc__side { order: -1; }
.dc-specs { padding: 18px 20px; border-radius: var(--r-lg); background: var(--tint); }
.dc-specs__title { margin-bottom: 6px; font-size: 16px; letter-spacing: -.015em; }
.dc-specs__dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; font-size: 14.5px; }
.dc-specs__dl > div + div { border-top: 1px solid var(--line-2); }
.dc-specs__dl dt { color: var(--muted); }
.dc-specs__dl dd { font-weight: 600; text-align: right; }
.dc-specs__dl a { text-decoration: underline; text-decoration-color: var(--line-2); text-underline-offset: 3px; }
.dc-specs__dl a:hover { text-decoration-color: var(--ink); }

.dc-sheet { max-width: 720px; font-size: 16px; line-height: 1.7; color: var(--ink-2); overflow-wrap: break-word; }
.dc-sheet p { margin: 0 0 14px; }
.dc-sheet strong, .dc-sheet b { color: var(--ink); font-weight: 600; }
.dc-sheet__lead { font-size: 18px; font-weight: 600; line-height: 1.45; letter-spacing: -.012em; color: var(--ink); }
.dc-sheet__sec { margin-top: 28px; }
.dc-sheet__h { margin-bottom: 12px; font-size: 18px; letter-spacing: -.018em; color: var(--ink); }
.dc-sheet__sub { margin-top: 20px; font-weight: 600; color: var(--ink); }
.dc-list { display: grid; gap: 8px; margin: 0 0 16px; }
.dc-list li { position: relative; padding-left: 30px; }
.dc-list .dc-list { gap: 6px; margin: 8px 0 4px; }
.dc-list .dc-list .dc-li--dot::before { width: 5px; height: 5px; background: var(--muted); }
.dc-sheet .dc-olist { display: grid; gap: 8px; margin: 0 0 16px; padding-left: 0; list-style: none; counter-reset: dc-ol; }
.dc-olist > li { position: relative; padding-left: 34px; counter-increment: dc-ol; }
.dc-olist > li::before {
	content: counter(dc-ol);
	position: absolute;
	left: 0;
	top: .15em;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--tint);
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1;
}
.dc-li--check::before {
	content: "";
	position: absolute;
	left: 0;
	top: .2em;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--accent) var(--i-check) center / 12px no-repeat;
}
.dc-li--dot::before {
	content: "";
	position: absolute;
	left: 7px;
	top: .68em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ink);
}
.dc-kvs { overflow: hidden; margin: 4px 0 18px; border: 1px solid var(--line); border-radius: var(--r); }
.dc-kv { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; padding: 10px 16px; font-size: 15px; line-height: 1.5; }
.dc-kv + .dc-kv { border-top: 1px solid var(--line); }
.dc-kv:nth-child(even) { background: #fafbfc; }
.dc-kv__k { color: var(--muted); }
.dc-kv__v { font-weight: 600; color: var(--ink); }
.dc-sheet ul:not(.dc-list) { margin: 0 0 16px; padding-left: 22px; list-style: disc; }
.dc-sheet ol { margin: 0 0 16px; padding-left: 22px; list-style: decimal; }
.dc-sheet ul:not(.dc-list) li, .dc-sheet ol li { margin: 4px 0; }
.dc-sheet ul:not(.dc-list) li::marker { color: var(--muted); }
.dc-sheet h4, .dc-sheet h5 { margin: 20px 0 8px; font-size: 16px; }
.dc-sheet img { border-radius: var(--r); margin: 16px 0; }
.dc-sheet a { text-decoration: underline; text-underline-offset: 3px; }

/* Related */
.dc-pdp .related, .dc-pdp .up-sells { margin-top: 48px; }
.related > h2, .up-sells > h2 { margin-bottom: 20px; font-size: 22px; letter-spacing: -.025em; }

/* Sticky buy bar (phones) */
.dc-buybar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 8px;
	padding: 10px var(--gut) calc(10px + env(safe-area-inset-bottom));
	border-top: 1px solid var(--line);
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 -8px 24px rgba(17, 19, 22, .08);
	transform: translateY(110%);
	transition: transform .28s var(--ease);
}
.dc-buybar.is-visible { transform: none; }
.dc-buybar__now { display: block; font-size: 18px; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.dc-buybar__was { font-size: 13px; color: var(--muted); }
.dc-buybar .dc-btn { min-height: 44px; padding: 8px 14px; font-size: 14px; }
html.dc-has-bar .dc-toast { bottom: 88px; }

@media (min-width: 700px) {
	.dc-pdp__title { font-size: 28px; }
	.dc-perks { padding: 4px 18px; }
}
@media (min-width: 1024px) {
	.dc-main--product .dc-crumbs { padding-bottom: 20px; }
	.dc-pdp__top {
		grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
		gap: 56px;
		align-items: start;
	}
	.dc-gallery__thumb { width: 84px; height: 84px; }
	.dc-pdp__title { font-size: clamp(26px, 2.1vw, 30px); }
	.dc-pdp__now { font-size: 34px; }
	.dc-desc {
		grid-template-columns: minmax(0, 720px) minmax(0, 340px);
		justify-content: space-between;
		gap: 56px;
		margin-top: 64px;
		padding-top: 48px;
	}
	.dc-desc__side { order: 0; }
	.dc-specs { position: sticky; top: calc(var(--hh) + 20px); padding: 22px 24px; }
	.dc-desc__title { margin-bottom: 20px; font-size: 28px; }
	.dc-sheet { font-size: 16.5px; }
	.dc-sheet__lead { font-size: 19px; }
	.dc-sheet__sec { margin-top: 32px; }
	.dc-sheet__h { font-size: 19px; }
	.dc-pdp .related, .dc-pdp .up-sells { margin-top: 72px; }
	.related > h2, .up-sells > h2 { margin-bottom: 28px; font-size: 28px; }
	.dc-buybar { display: none; }
}
@media (min-width: 1024px) and (min-height: 820px) {
	.dc-pdp__summary { position: sticky; top: calc(var(--hh) + 20px); }
}

/* ==========================================================================
   Toast
   ========================================================================== */
.dc-toast {
	position: fixed;
	left: 50%;
	bottom: 24px;
	z-index: 300;
	width: max-content;
	max-width: calc(100vw - 32px);
	transform: translateX(-50%);
	pointer-events: none;
	transition: bottom .25s var(--ease);
}
.dc-toast__in {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 8px 8px 12px;
	border-radius: 999px;
	background: var(--ink);
	color: #fff;
	box-shadow: var(--sh-3);
	font-size: 15px;
	font-weight: 500;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .25s, transform .25s var(--ease);
	pointer-events: auto;
}
.dc-toast__in.is-in { opacity: 1; transform: none; }
.dc-toast__icon {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	flex: none;
	border-radius: 50%;
	background: var(--accent);
	color: var(--ink);
}
.dc-toast__a {
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff;
	color: var(--ink);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

/* ==========================================================================
   Order flow: cart, checkout, thank-you
   ========================================================================== */
.dc-flowhead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 32px;
	padding: 24px 0 20px;
}
.dc-flowhead__title { font-size: 28px; letter-spacing: -.028em; }
.dc-steps { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.dc-steps__i { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.dc-steps__i + .dc-steps__i::before { content: ""; width: 20px; height: 1px; background: var(--line-2); }
.dc-steps__n {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	flex: none;
	border: 1px solid var(--line-2);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 600;
}
.dc-steps__i.is-current { color: var(--ink); font-weight: 600; }
.dc-steps__i.is-current .dc-steps__n { background: var(--ink); border-color: var(--ink); color: #fff; }
.dc-steps__i.is-done .dc-steps__n { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.dc-steps__i.is-done .dc-i { width: 14px; height: 14px; stroke-width: 2.5; }
@media (max-width: 639px) {
	.dc-steps__i:not(.is-current) .dc-steps__t { display: none; }
}
@media (min-width: 1024px) {
	.dc-flowhead { padding: 36px 0 28px; }
	.dc-flowhead__title { font-size: clamp(30px, 2.8vw, 38px); }
	.dc-steps__i + .dc-steps__i::before { width: 32px; }
}

.dc-card-box,
.dc-flow--cart .woocommerce-cart-form,
.cart-collaterals .cart_totals,
.dc-summary,
.dc-flow--checkout #customer_details,
.woocommerce-order-details,
.woocommerce-customer-details {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
}

/* Cart */
.dc-flow--cart .woocommerce { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.dc-flow--cart .woocommerce > * { min-width: 0; }
.dc-flow--cart .woocommerce-cart-form { padding: 0 16px; }
.shop_table.cart { display: block; width: 100%; }
.shop_table.cart thead { display: none; }
.shop_table.cart tbody { display: block; }
.shop_table.cart td { display: block; padding: 0; border: 0; }
.shop_table.cart tr.cart_item {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr) auto;
	grid-template-areas:
		"thumb name remove"
		"thumb price price"
		"thumb qty sub";
	align-items: center;
	gap: 4px 14px;
	padding: 16px 0;
}
.shop_table.cart tr.cart_item + tr.cart_item { border-top: 1px solid var(--line); }
.shop_table.cart .product-thumbnail { grid-area: thumb; align-self: start; }
.shop_table.cart .product-thumbnail img,
.dc-cart-thumb {
	width: 80px;
	height: 80px;
	border-radius: var(--r);
	background: var(--tint);
	object-fit: cover;
}
.shop_table.cart .product-name { grid-area: name; align-self: start; }
.shop_table.cart .product-name > a { font-size: 15px; font-weight: 600; line-height: 1.35; }
.shop_table.cart .product-name > a:hover { text-decoration: underline; text-underline-offset: 3px; }
.dc-cart-meta { display: flex; align-items: center; gap: 8px; margin-top: 4px; font-size: 13px; color: var(--muted); }
.shop_table.cart .product-price { grid-area: price; font-size: 14px; color: var(--muted); }
.shop_table.cart .product-quantity { grid-area: qty; margin-top: 6px; }
.shop_table.cart .product-quantity .quantity { height: 44px; }
.shop_table.cart .product-quantity .dc-qty__btn { width: 34px; height: 34px; }
.shop_table.cart .product-quantity .qty { width: 34px; }
.shop_table.cart .product-subtotal { grid-area: sub; margin-top: 6px; font-size: 17px; font-weight: 700; text-align: right; white-space: nowrap; }
.shop_table.cart .product-remove { grid-area: remove; align-self: start; justify-self: end; }
.shop_table.cart a.remove {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: var(--muted);
	transition: background-color .15s, color .15s;
}
.shop_table.cart a.remove:hover { background: var(--tint); color: var(--ink); }
.shop_table.cart tr:not(.cart_item) { display: block; }
.shop_table.cart td.actions { padding: 14px 0; border-top: 1px solid var(--line); }
.js .shop_table.cart td.actions { display: none; }
.shop_table.cart .coupon { display: flex; gap: 8px; margin-bottom: 10px; }
.shop_table.cart .coupon .input-text { max-width: 220px; }

.cart-collaterals .cart_totals { padding: 20px; }
.cart_totals h2 { margin-bottom: 8px; font-size: 20px; letter-spacing: -.02em; }
.cart_totals table, .woocommerce-checkout-review-order-table { width: 100%; }
.cart_totals th, .cart_totals td { padding: 12px 0; border-top: 1px solid var(--line); font-size: 15px; text-align: left; vertical-align: top; }
.cart_totals tr:first-child th, .cart_totals tr:first-child td { border-top: 0; }
.cart_totals th { font-weight: 500; color: var(--muted); }
.cart_totals td { text-align: right; font-weight: 600; }
.cart_totals .order-total th, .cart_totals .order-total td { font-size: 19px; font-weight: 700; color: var(--ink); }
.cart_totals .woocommerce-shipping-destination, .cart_totals .woocommerce-shipping-calculator { display: none; }
.cart_totals #shipping_method li, .woocommerce-checkout-review-order-table #shipping_method li { font-weight: 500; }
.wc-proceed-to-checkout { margin-top: 14px; }
.wc-proceed-to-checkout .checkout-button { width: 100%; min-height: 52px; font-size: 16px; }
.dc-ordernote { display: grid; gap: 10px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13.5px; line-height: 1.45; color: var(--muted); }
.dc-ordernote li { display: flex; gap: 10px; }
.dc-ordernote .dc-i { margin-top: 1px; color: var(--ink); }
.dc-ordernote strong { color: var(--ink); font-weight: 600; }
.dc-ordernote--compact { margin: 16px 0 0; }
.cross-sells { margin-top: 24px; }
.cross-sells > h2 { margin-bottom: 16px; font-size: 20px; }

@media (min-width: 700px) {
	.dc-flow--cart .woocommerce-cart-form { padding: 0 24px; }
	.shop_table.cart tr.cart_item {
		grid-template-columns: 96px minmax(0, 1fr) auto 110px 36px;
		grid-template-areas:
			"thumb name qty sub remove"
			"thumb price qty sub remove";
		gap: 2px 20px;
		padding: 20px 0;
	}
	.shop_table.cart .product-thumbnail img, .dc-cart-thumb { width: 96px; height: 96px; }
	.shop_table.cart .product-name { align-self: end; }
	.shop_table.cart .product-price { align-self: start; }
	.shop_table.cart .product-quantity, .shop_table.cart .product-subtotal { margin-top: 0; }
	.shop_table.cart .product-remove { align-self: center; }
}
@media (min-width: 1024px) {
	.dc-flow--cart .woocommerce {
		grid-template-columns: minmax(0, 1fr) 380px;
		gap: 32px;
		align-items: start;
	}
	.dc-flow--cart .woocommerce > * { grid-column: 1 / -1; }
	.dc-flow--cart .woocommerce > .woocommerce-cart-form { grid-column: 1; }
	.dc-flow--cart .woocommerce > .cart-collaterals { grid-column: 2; position: sticky; top: calc(var(--hh) + 20px); }
	.cart-collaterals .cart_totals { padding: 24px; }
}

/* Forms (checkout, account) */
.form-row { margin: 0 0 14px; }
.form-row label:not(.checkbox), .woocommerce form .form-row label:not(.checkbox) {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}
.form-row .required { color: var(--err); text-decoration: none; border: 0; }
.form-row .optional { font-weight: 400; color: var(--muted); }
.input-text,
.form-row select,
.select2-container .select2-selection--single,
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"]:not(.qty), textarea {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid var(--line-strong);
	border-radius: 10px;
	background: #fff;
	font-size: 16px;
	transition: border-color .15s, box-shadow .15s;
	-webkit-appearance: none;
	appearance: none;
}
textarea, textarea.input-text { height: auto; min-height: 104px; padding: 12px 14px; line-height: 1.5; resize: vertical; }
.input-text:hover, textarea:hover { border-color: var(--ink-2); }
.input-text:focus, textarea:focus, .form-row select:focus,
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus {
	outline: none;
	border-color: var(--ink);
	box-shadow: 0 0 0 1px var(--ink), 0 0 0 5px rgba(255, 196, 0, .4);
}
.woocommerce-invalid .input-text, .woocommerce-invalid select { border-color: var(--err); }
.woocommerce-invalid .input-text:focus { border-color: var(--err); box-shadow: 0 0 0 1px var(--err), 0 0 0 5px rgba(180, 35, 24, .14); }
/* Inline validation message under a field (WooCommerce checkout). */
.checkout-inline-error-message {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 6px 0 0;
	font-size: 13.5px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--err);
}
.checkout-inline-error-message::before {
	content: "!";
	display: grid;
	place-items: center;
	width: 16px;
	height: 16px;
	flex: none;
	margin-top: 1px;
	border-radius: 50%;
	background: var(--err);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}
.woocommerce-input-wrapper { display: block; }
.woocommerce-input-wrapper .description { display: block; margin-top: 6px; font-size: 13px; color: var(--muted); }
.checkbox, label.checkbox, .woocommerce-form__label-for-checkbox {
	position: relative;
	display: block;
	padding-left: 28px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	cursor: pointer;
}
input[type="checkbox"], input[type="radio"] { width: 18px; height: 18px; margin: 2px 0 0; flex: none; accent-color: var(--ink); }
label.checkbox > input[type="checkbox"], .woocommerce-form__label-for-checkbox > input[type="checkbox"] { position: absolute; left: 0; top: 1px; margin: 0; }
label.checkbox .required { margin-left: 2px; }

/* Checkout */
.dc-flow--checkout .woocommerce-form-coupon-toggle .woocommerce-info { margin-bottom: 16px; }
.dc-flow--checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.dc-flow--checkout form.checkout > * { min-width: 0; }
.dc-flow--checkout form.checkout > .woocommerce-NoticeGroup { grid-column: 1 / -1; }
.dc-flow--checkout #customer_details { padding: 20px; }
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
.woocommerce-shipping-fields > h3,
#order_review_heading { margin-bottom: 16px; font-size: 20px; letter-spacing: -.02em; }
.woocommerce-billing-fields__field-wrapper { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 14px; }
.woocommerce-billing-fields__field-wrapper .form-row { grid-column: 1 / -1; }
.woocommerce-billing-fields__field-wrapper .form-row-first { grid-column: 1; }
.woocommerce-billing-fields__field-wrapper .form-row-last { grid-column: 2; }
.woocommerce-additional-fields { margin-top: 10px; padding-top: 20px; border-top: 1px solid var(--line); }
.woocommerce-additional-fields .form-row { margin-bottom: 0; }
#ship-to-different-address { margin: 16px 0; font-size: 15px; }
.dc-summary { padding: 20px; }
.woocommerce-checkout-review-order-table thead { display: none; }
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th { padding: 12px 0; border-top: 1px solid var(--line); font-size: 15px; text-align: left; vertical-align: top; }
.woocommerce-checkout-review-order-table tbody tr:first-child td { border-top: 0; padding-top: 4px; }
/* Item: thumbnail + one text column (name, then quantity). The cell's own loose "&nbsp;" is
   collapsed to zero size, so it cannot add a line under the item. */
.woocommerce-checkout-review-order-table td.product-name { font-size: 0; line-height: 0; }
.woocommerce-checkout-review-order-table .product-name .variation { font-size: 13px; line-height: 1.4; }
.dc-ri { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.4; }
.dc-ri__img { width: 56px; height: 56px; flex: none; border-radius: 10px; background: var(--tint); object-fit: cover; }
.dc-ri__txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; padding-top: 1px; }
.dc-ri__name { font-weight: 600; overflow-wrap: anywhere; }
.dc-ri__qty { font-size: 14px; font-weight: 500; color: var(--muted); white-space: nowrap; }
.woocommerce-checkout-review-order-table .product-quantity { font-weight: 500; color: var(--muted); white-space: nowrap; }
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot td { padding-left: 12px; text-align: right; font-weight: 600; white-space: nowrap; }
.woocommerce-checkout-review-order-table tfoot th { font-weight: 500; color: var(--muted); }
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td { font-size: 19px; font-weight: 700; color: var(--ink); }
#payment { margin-top: 4px; }
.wc_payment_methods { margin: 16px 0 0; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--r); background: var(--tint); }
.wc_payment_method + .wc_payment_method { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line-2); }
/* Title and description share one left edge (the radio is hidden when it is the only method). */
.wc_payment_method { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 10px; align-items: center; }
.wc_payment_method > input { grid-column: 1; margin: 0; }
.wc_payment_method > input[style*="display: none"] + label,
.wc_payment_method > input[type="hidden"] + label { grid-column: 1 / -1; }
.wc_payment_method > label { grid-column: 2; margin: 0; font-weight: 600; cursor: pointer; }
.wc_payment_method > .payment_box { grid-column: 1 / -1; }
.wc_payment_method > input:not([style*="display: none"]):not([type="hidden"]) ~ .payment_box { padding-left: 28px; }
.payment_box { margin-top: 4px; padding: 0; font-size: 14px; line-height: 1.5; color: var(--muted); }
.payment_box p { margin: 0; }
.woocommerce-privacy-policy-text { margin: 14px 0 0; font-size: 13px; line-height: 1.5; color: var(--muted); }
.woocommerce-privacy-policy-text a, .woocommerce-terms-and-conditions-link { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.woocommerce-terms-and-conditions-wrapper .form-row { margin: 12px 0 0; }
.woocommerce-terms-and-conditions { max-height: 240px; overflow: auto; margin: 10px 0; padding: 12px; border: 1px solid var(--line); border-radius: var(--r); font-size: 13px; }
.place-order { margin: 0; }
#place_order { width: 100%; margin-top: 16px; }
.blockUI.blockOverlay { border-radius: var(--r-lg); }

@media (min-width: 700px) {
	.dc-flow--checkout #customer_details { padding: 28px; }
	.dc-summary { padding: 24px; }
}
@media (min-width: 1024px) {
	.dc-flow--checkout form.checkout {
		grid-template-columns: minmax(0, 1fr) 420px;
		gap: 32px;
		align-items: start;
	}
	.dc-flow--checkout form.checkout > #customer_details { grid-column: 1; }
	.dc-flow--checkout form.checkout > .dc-summary { grid-column: 2; position: sticky; top: calc(var(--hh) + 20px); }
}
@media (max-width: 479px) {
	.woocommerce-billing-fields__field-wrapper .form-row-first,
	.woocommerce-billing-fields__field-wrapper .form-row-last { grid-column: 1 / -1; }
}

/* Thank-you */
.woocommerce-order { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.woocommerce-order > * { min-width: 0; margin: 0; }
.woocommerce-thankyou-order-received {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px;
	border-radius: var(--r-lg);
	background: var(--accent-soft);
	font-size: 16px;
	line-height: 1.55;
	color: var(--ink);
}
.woocommerce-thankyou-order-received::before {
	content: "";
	width: 32px;
	height: 32px;
	flex: none;
	border-radius: 50%;
	background: var(--accent) var(--i-check) center / 16px no-repeat;
}
.woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: var(--line);
}
.woocommerce-order-overview li { padding: 14px 16px; background: #fff; font-size: 13px; color: var(--muted); }
.woocommerce-order-overview li strong { display: block; margin-top: 2px; font-size: 16px; font-weight: 600; color: var(--ink); }
.woocommerce-order-details, .woocommerce-customer-details { padding: 20px; }
.woocommerce-order-details__title, .woocommerce-column__title, .woocommerce-customer-details h2 { margin-bottom: 12px; font-size: 20px; letter-spacing: -.02em; }
.woocommerce-table--order-details { width: 100%; }
.woocommerce-table--order-details th, .woocommerce-table--order-details td { padding: 12px 0; border-top: 1px solid var(--line); font-size: 15px; text-align: left; vertical-align: top; }
.woocommerce-table--order-details thead th { border-top: 0; padding-top: 0; font-size: 13px; font-weight: 600; color: var(--muted); }
.woocommerce-table--order-details td:last-child, .woocommerce-table--order-details th:last-child { text-align: right; }
.woocommerce-table--order-details tfoot th { font-weight: 500; color: var(--muted); }
.woocommerce-table--order-details tfoot td { font-weight: 600; }
.woocommerce-table--order-details .product-name a { font-weight: 600; }
.woocommerce-table--order-details .product-quantity { color: var(--muted); font-weight: 500; }
.dc-ordertotal { font-size: 18px; font-weight: 700; }
.woocommerce-customer-details address { font-style: normal; line-height: 1.7; }
.woocommerce-customer-details--phone, .woocommerce-customer-details--email { margin: 4px 0 0; }
.dc-next { padding: 22px; border-radius: var(--r-lg); background: var(--tint); }
.dc-next__title { margin-bottom: 14px; font-size: 20px; letter-spacing: -.02em; }
.dc-next__list { display: grid; gap: 14px; }
.dc-next__list li { display: flex; gap: 12px; font-size: 14.5px; line-height: 1.45; color: var(--muted); }
.dc-next__list strong { display: block; color: var(--ink); font-weight: 600; }
.dc-next__icon { display: grid; place-items: center; width: 36px; height: 36px; flex: none; border-radius: 10px; background: #fff; color: var(--ink); }
.dc-next__help { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-2); font-size: 14px; color: var(--muted); }
.dc-next__help a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 700px) {
	.woocommerce-order-overview { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.woocommerce-order-details, .woocommerce-customer-details { padding: 24px; }
}
@media (min-width: 1024px) {
	.woocommerce-order { grid-template-columns: minmax(0, 1fr) 360px; gap: 24px 32px; align-items: start; }
	.woocommerce-order > * { grid-column: 1; }
	.woocommerce-order > .dc-next { grid-column: 2; grid-row: 1 / span 8; position: sticky; top: calc(var(--hh) + 20px); }
}

/* ==========================================================================
   Info pages, account, generic content
   ========================================================================== */
.dc-info__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; padding-top: 16px; }
.dc-info__side { order: 2; }
/* Side menu: the highlighted item and the help card share the column's edges; their text lines up. */
.dc-info__label { margin-bottom: 8px; padding-left: 14px; font-size: 13px; font-weight: 600; color: var(--muted); }
.dc-info__nav a {
	display: block;
	padding: 9px 14px;
	border-radius: 10px;
	font-size: 15px;
	color: var(--ink-2);
	transition: background-color .15s;
}
.dc-info__nav a:hover { background: var(--tint); color: var(--ink); }
.dc-info__nav a.is-current { background: var(--tint); color: var(--ink); font-weight: 600; }
.dc-info__help { margin-top: 20px; padding: 16px 14px; border: 1px solid var(--line); border-radius: var(--r-lg); font-size: 14px; color: var(--muted); }
.dc-info__help .dc-info__label { padding-left: 0; }
.dc-info__help a { display: inline-block; margin-bottom: 4px; color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.dc-info__title { margin-bottom: 20px; font-size: 28px; letter-spacing: -.028em; }
.dc-prose { max-width: 720px; font-size: 16px; line-height: 1.75; color: var(--ink-2); overflow-wrap: break-word; }
.dc-prose--wide { max-width: none; }
.dc-prose > :first-child { margin-top: 0; }
.dc-prose h2 { margin: 36px 0 10px; font-size: 22px; letter-spacing: -.02em; color: var(--ink); }
.dc-prose h3 { margin: 26px 0 8px; font-size: 18px; letter-spacing: -.015em; color: var(--ink); }
.dc-prose p { margin: 0 0 16px; }
.dc-prose ul { margin: 0 0 16px; padding-left: 22px; list-style: disc; }
.dc-prose ol { margin: 0 0 16px; padding-left: 22px; list-style: decimal; }
.dc-prose li { margin: 6px 0; }
.dc-prose li::marker { color: var(--muted); }
.dc-prose a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.dc-prose a:hover { text-decoration-color: var(--ink); }
.dc-prose strong { color: var(--ink); font-weight: 600; }
.dc-prose table { width: 100%; margin: 0 0 16px; font-size: 15px; }
.dc-prose th, .dc-prose td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.dc-prose blockquote { margin: 0 0 16px; padding: 12px 18px; border-left: 3px solid var(--accent); background: var(--tint); border-radius: 0 var(--r) var(--r) 0; }
.dc-prose__sub { margin-bottom: 20px !important; font-size: 17px; color: var(--muted); }
@media (min-width: 1024px) {
	.dc-info__grid { grid-template-columns: 240px minmax(0, 1fr); gap: 64px; padding-top: 28px; align-items: start; }
	.dc-info--single .dc-info__grid { grid-template-columns: minmax(0, 1fr); }
	.dc-info__side { order: 0; position: sticky; top: calc(var(--hh) + 24px); }
	.dc-info__title { margin-bottom: 28px; font-size: clamp(30px, 2.8vw, 38px); }
	.dc-prose { font-size: 16.5px; }
	.dc-prose h2 { margin-top: 44px; font-size: 24px; }
	.dc-prose h3 { font-size: 19px; }
}

/* Account (login) */
.dc-prose .woocommerce-form-login, .dc-prose .woocommerce-form-register { max-width: 440px; padding: 24px; border: 1px solid var(--line); border-radius: var(--r-lg); }
.dc-prose .woocommerce-form-login__submit { margin-top: 8px; }
.dc-prose .lost_password { margin-top: 12px; font-size: 14px; }
.dc-prose .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; }

.dc-results { display: grid; gap: 0; margin-top: 24px; border-top: 1px solid var(--line); }
.dc-results a { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); }
.dc-results__t { display: block; font-weight: 600; font-size: 17px; }
.dc-results__x { display: block; color: var(--muted); font-size: 14.5px; }
.dc-results a:hover .dc-results__t { text-decoration: underline; text-underline-offset: 3px; }

/* ==========================================================================
   404
   ========================================================================== */
.dc-404__box { max-width: 640px; margin: 0 auto; padding: 48px 0 8px; text-align: center; }
.dc-404__code {
	display: inline-block;
	margin-bottom: 16px;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--tint);
	font-size: 14px;
	font-weight: 600;
	color: var(--muted);
}
.dc-404__title { font-size: 30px; letter-spacing: -.028em; text-wrap: balance; }
.dc-404__text { max-width: 34em; margin: 12px auto 24px; font-size: 16px; color: var(--muted); }
.dc-404__ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 16px; }
@media (min-width: 1024px) {
	.dc-404__box { padding-top: 80px; }
	.dc-404__title { font-size: 42px; }
	.dc-404__text { font-size: 17px; }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.dc-footer {
	margin-top: 64px;
	padding-top: 40px;
	border-top: 1px solid var(--line);
	background: var(--tint);
	font-size: 14.5px;
}
.dc-footer__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
.dc-footer__brand { grid-column: 1 / -1; }
.dc-footer__tag { max-width: 30ch; margin: 12px 0 16px; color: var(--muted); }
.dc-footer__contact { display: flex; flex-direction: column; gap: 8px; }
.dc-footer__contact a, .dc-footer__contact span { display: inline-flex; align-items: center; gap: 8px; }
.dc-footer__contact a { font-weight: 600; }
.dc-footer__contact a:hover { text-decoration: underline; text-underline-offset: 3px; }
.dc-footer__contact span { color: var(--muted); }
.dc-footer__h { margin-bottom: 12px; font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
.dc-footer__col li { margin-bottom: 8px; }
.dc-footer__col a { color: var(--muted); transition: color .15s; }
.dc-footer__col a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.dc-footer__col:last-child { grid-column: 1 / -1; }
.dc-footer__facts li { display: flex; align-items: center; gap: 10px; color: var(--ink-2); }
.dc-footer__base {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 24px;
	margin-top: 40px;
	padding: 20px 0 28px;
	border-top: 1px solid var(--line-2);
	font-size: 13.5px;
	color: var(--muted);
}
@media (min-width: 1024px) {
	.dc-footer { margin-top: 96px; padding-top: 56px; }
	.dc-footer__grid { grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 40px; }
	.dc-footer__brand, .dc-footer__col:last-child { grid-column: auto; }
	.dc-footer__base { margin-top: 48px; }
}

/* ==========================================================================
   Motion preferences
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}
@media (max-width: 479px) {
	.dc-toast__in { gap: 10px; font-size: 14px; }
	.dc-toast__t { white-space: nowrap; }
	.dc-toast__a { padding: 8px 12px; font-size: 13.5px; }
}

/* Password field "show" toggle (WooCommerce account forms) */
.password-input { position: relative; display: block; }
.password-input .input-text { padding-right: 52px; }
.show-password-input {
	position: absolute;
	top: 50%;
	right: 6px;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111316' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 12S6 5.5 12 5.5 21.5 12 21.5 12 18 18.5 12 18.5 2.5 12 2.5 12Z'/%3E%3Ccircle cx='12' cy='12' r='2.75'/%3E%3C/svg%3E") center / 20px no-repeat;
	cursor: pointer;
	transform: translateY(-50%);
}
.show-password-input:hover { background-color: var(--tint); }
.show-password-input.display-password { opacity: .55; }
