/* =========================================================================
   WESTERNOWO — motyw sklepu
   Tokeny 1:1 z handoffu. Zero zaokraglen, mocne kontrasty, duze kafle.
   ========================================================================= */

:root {
	--ink: #14100D;
	--bone: #F2EBDF;
	--paper: #FAF6EE;
	--sand: #E8DFCE;
	--rust: #A9401E;
	--tan: #C98A6A;
	--leather: #241C17;
	--text-2: #4A3F36;
	--text-3: #6B5F55;
	--ok: #3F6B4A;
	--hairline: rgba(20, 16, 13, .16);
	--hairline-dark: rgba(242, 235, 223, .22);
	--border: rgba(20, 16, 13, .24);
	--border-dark: rgba(242, 235, 223, .32);
	--overlay: rgba(20, 16, 13, .55);

	--font-display: 'Bodoni Moda', Georgia, serif;
	--font-ui: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;

	--container: 1340px;
	--container-narrow: 1040px;
	--ease-out: cubic-bezier(.2, .8, .2, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--bone);
	color: var(--ink);
	font-family: var(--font-ui);
	font-size: 15px;
	line-height: 1.6;
	overflow-x: hidden;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; border-radius: 0; }

h1, h2, h3, h4 {
	font-family: var(--font-display);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.02;
	margin: 0;
	text-wrap: balance;
}

.wst-wrap { max-width: var(--container); margin: 0 auto; padding-inline: 20px; }
.wst-wrap--narrow { max-width: var(--container-narrow); }
.wst-section { padding-block: clamp(34px, 4.2vw, 76px); }
.wst-section--sand { background: var(--sand); }
.wst-section--paper { background: var(--paper); }
.wst-section--ink { background: var(--ink); color: var(--bone); }

.wst-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--rust);
	margin: 0 0 12px;
}
.wst-section--ink .wst-eyebrow { color: var(--tan); }

.wst-h2 { font-size: clamp(28px, 3.2vw, 46px); }
.wst-lead { font-size: clamp(15px, 1.3vw, 18px); line-height: 1.55; max-width: 56ch; color: var(--text-2); }
.wst-section--ink .wst-lead { color: rgba(242, 235, 223, .72); }

.wst-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- przyciski ---------- */

.wst-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 26px;
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	border: 1px solid transparent;
	background: var(--rust);
	color: var(--paper);
	cursor: pointer;
	transition: background .12s, color .12s, border-color .12s;
}
.wst-btn:hover { background: var(--ink); color: var(--bone); }
.wst-btn--ghost { background: transparent; border-color: var(--border); color: var(--ink); }
.wst-btn--ghost:hover { background: var(--ink); color: var(--bone); }
.wst-section--ink .wst-btn--ghost { border-color: var(--border-dark); color: var(--bone); }
.wst-section--ink .wst-btn--ghost:hover { background: var(--bone); color: var(--ink); }
.wst-btn--tan { background: var(--tan); color: var(--ink); }
.wst-btn--tan:hover { background: var(--bone); color: var(--ink); }
.wst-btn--wide { width: 100%; }
.wst-btn[disabled] { background: rgba(20, 16, 13, .14); color: var(--text-3); cursor: not-allowed; }

/* =========================================================================
   Pasek zaufania + naglowek
   ========================================================================= */

.wst-topbar { background: var(--ink); color: var(--bone); }
.wst-topbar__in {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
	padding: 9px 20px;
	max-width: var(--container);
	margin: 0 auto;
	font-size: 11.5px;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.wst-topbar__in b { font-weight: 700; }
.wst-topbar__in span { opacity: .5; }
.wst-topbar__spacer { flex: 1; }
.wst-topbar__phone { color: var(--tan); font-weight: 700; }
.wst-topbar__phone:hover { color: var(--bone); }

.wst-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(242, 235, 223, .95);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--hairline);
}
.wst-header__in {
	display: flex;
	gap: 22px;
	align-items: center;
	flex-wrap: wrap;
	max-width: var(--container);
	margin: 0 auto;
	padding: 11px 20px;
}
.wst-logo { display: flex; align-items: center; }
.wst-logo img { height: 54px; width: auto; }
.wst-logo__text {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 21px;
	letter-spacing: .16em;
}
.wst-logo:hover { color: var(--rust); }

.wst-nav { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.wst-nav__list { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.wst-nav__list li { margin: 0; }
.wst-nav a { font-size: 13.5px; font-weight: 600; transition: color .12s; }
.wst-nav a:hover { color: var(--rust); }
.wst-nav .wst-nav__hi { color: var(--rust); font-weight: 700; }

.wst-header__tools { margin-left: auto; display: flex; gap: 12px; align-items: center; }
.wst-search { display: flex; }
.wst-search input {
	border: 1px solid var(--border);
	background: var(--paper);
	padding: 8px 12px;
	width: 190px;
	font: inherit;
	font-size: 13px;
	border-radius: 0;
}
.wst-search input:focus { outline: 2px solid var(--rust); outline-offset: -2px; }

.wst-cartbtn {
	background: var(--ink);
	color: var(--bone);
	padding: 10px 16px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	transition: background .12s;
}
.wst-cartbtn:hover { background: var(--rust); }

.wst-burger { display: none; background: none; border: 1px solid var(--border); padding: 9px 12px; cursor: pointer; }

/* =========================================================================
   HERO wideo
   ========================================================================= */

.wst-hero {
	position: relative;
	min-height: calc(100svh - 92px);
	display: grid;
	place-items: center;
	background: var(--leather);
	overflow: hidden;
	text-align: center;
}
.wst-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.wst-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(20, 16, 13, .55) 0%, rgba(20, 16, 13, .28) 38%, rgba(20, 16, 13, .82) 100%);
}
.wst-hero__in {
	position: relative;
	z-index: 2;
	color: var(--bone);
	padding: clamp(48px, 8vw, 110px) 20px clamp(40px, 6vw, 80px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	max-width: 980px;
}
.wst-hero__logo {
	width: clamp(210px, 26vw, 340px);
	filter: drop-shadow(0 6px 24px rgba(0, 0, 0, .55));
}
.wst-hero__eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--tan);
}
.wst-hero h1 {
	font-size: clamp(38px, 5.6vw, 82px);
	line-height: .95;
	color: var(--bone);
	text-shadow: 0 4px 30px rgba(0, 0, 0, .45);
}
.wst-hero h1 em { font-style: italic; color: var(--tan); }
.wst-hero__lead {
	font-size: clamp(15px, 1.35vw, 18.5px);
	line-height: 1.55;
	max-width: 46ch;
	color: rgba(242, 235, 223, .82);
}
.wst-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.wst-hero__proof {
	display: flex;
	gap: 26px;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 13px;
	color: rgba(242, 235, 223, .78);
	margin-top: 6px;
}
.wst-hero__proof b { color: var(--tan); }
.wst-hero__scroll {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	color: rgba(242, 235, 223, .6);
	font-size: 10.5px;
	letter-spacing: .24em;
	text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
	.wst-hero__video { display: none; }
}

/* =========================================================================
   Pasek wejsc do kategorii ("kupuj obrazkiem")
   ========================================================================= */

.wst-quick { background: var(--sand); padding-block: clamp(26px, 3vw, 44px); }
.wst-quick__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 12px;
}
.wst-tile {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
	min-height: 128px;
	border: 1px solid var(--border);
	background: var(--paper);
	transition: background .12s, color .12s, border-color .12s;
}
.wst-tile:hover { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.wst-tile__glyph { font-family: var(--font-display); font-size: 34px; line-height: 1; }
.wst-tile__name { font-size: 14px; font-weight: 700; }
.wst-tile__desc { font-size: 12px; opacity: .7; margin-top: auto; }

/* =========================================================================
   Trzy wielkie wejscia: damskie / meskie / dla konia
   ========================================================================= */

.wst-lanes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: clamp(14px, 1.6vw, 22px);
}
.wst-lane {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(340px, 42vw, 520px);
	overflow: hidden;
	background: var(--leather);
	color: var(--bone);
}
.wst-lane img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s var(--ease-out);
}
.wst-lane:hover img { transform: scale(1.045); }
.wst-lane::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 16, 13, .05) 30%, rgba(20, 16, 13, .86) 100%);
}
.wst-lane__in { position: relative; z-index: 2; padding: 24px; display: flex; flex-direction: column; gap: 8px; width: 100%; }
.wst-lane__eyebrow { font-size: 10.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--tan); }
.wst-lane h3 { font-size: clamp(26px, 2.6vw, 38px); color: var(--bone); }
.wst-lane__meta { font-size: 13px; color: rgba(242, 235, 223, .72); }
.wst-lane__go {
	margin-top: 6px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--bone);
	border-bottom: 2px solid var(--tan);
	align-self: flex-start;
	padding-bottom: 3px;
}
.wst-lane:hover .wst-lane__go { color: var(--tan); }

/* =========================================================================
   Marki
   ========================================================================= */

.wst-brands__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1px;
	background: var(--hairline);
	border: 1px solid var(--hairline);
}
.wst-brand {
	background: var(--bone);
	min-height: 118px;
	display: grid;
	place-items: center;
	padding: 18px 14px;
	text-align: center;
	transition: background .14s, color .14s;
}
.wst-brand:hover { background: var(--ink); color: var(--bone); }
.wst-brand__mark {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(17px, 1.7vw, 23px);
	letter-spacing: .04em;
	line-height: 1.1;
}
.wst-brand__count { display: block; font-family: var(--font-ui); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; opacity: .55; margin-top: 6px; }
/* logotyp graficzny (gdy wgrany): jeden kolor jak reszta sekcji */
.wst-brand img {
	max-height: 52px;
	width: auto;
	filter: grayscale(1) brightness(0) contrast(1);
	opacity: .78;
	transition: filter .14s, opacity .14s;
}
.wst-brand:hover img { filter: grayscale(1) brightness(0) invert(1); opacity: 1; }

/* =========================================================================
   Karta produktu w siatce (kafle rozmiarow)
   ========================================================================= */

.wst-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
	gap: clamp(14px, 1.6vw, 22px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.wst-card {
	display: flex;
	flex-direction: column;
	background: var(--paper);
	border: 1px solid rgba(20, 16, 13, .12);
	transition: border-color .12s;
}
.wst-card:hover { border-color: var(--ink); }
.wst-card__media { position: relative; display: block; aspect-ratio: 4 / 5; background: var(--sand); overflow: hidden; }
.wst-card__media img { width: 100%; height: 100%; object-fit: cover; }
.wst-card__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: var(--ink);
	color: var(--bone);
	font-size: 10px;
	letter-spacing: .16em;
	text-transform: uppercase;
	padding: 5px 9px;
	font-weight: 700;
}
.wst-card__badge--rust { background: var(--rust); }
.wst-card__body { padding: 14px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.wst-card__meta { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-3); }
.wst-card__name { font-family: var(--font-display); font-weight: 700; font-size: 20px; line-height: 1.15; }
.wst-card__name a:hover { color: var(--rust); }
.wst-card__price { font-size: 16px; font-weight: 700; }
.wst-card__price del { color: var(--text-3); font-weight: 400; margin-right: 6px; }
.wst-card__price ins { text-decoration: none; color: var(--rust); }

.wst-sizes { margin-top: auto; }
.wst-sizes__label { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); margin-bottom: 7px; }
.wst-sizes__row { display: flex; flex-wrap: wrap; gap: 6px; }
.wst-size {
	min-width: 44px;
	min-height: 44px;
	padding: 0 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid var(--border);
	background: var(--paper);
	cursor: pointer;
	transition: background .12s, color .12s, border-color .12s;
}
.wst-size:hover:not([disabled]) { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.wst-size[disabled] { opacity: .4; text-decoration: line-through; cursor: not-allowed; }
.wst-size--last { border-style: dashed; }
.wst-size--mine { border: 2px solid var(--rust); color: var(--rust); }
.wst-size.is-busy { background: var(--rust); color: var(--paper); border-color: var(--rust); }

.wst-card__simple { margin-top: auto; }

/* =========================================================================
   Archiwum / lista
   ========================================================================= */

.wst-archive-head { background: var(--ink); color: var(--bone); padding-block: clamp(28px, 3.4vw, 58px); }
.wst-archive-head h1 { font-size: clamp(30px, 4vw, 54px); color: var(--bone); }
.wst-crumbs { font-size: 12px; color: rgba(242, 235, 223, .6); margin-bottom: 10px; }
.wst-crumbs a:hover { color: var(--tan); }

.wst-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: clamp(20px, 3vw, 40px);
	align-items: start;
	padding-block: clamp(24px, 3vw, 44px);
}
.wst-filters { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 22px; }
.wst-fgroup__title { font-size: 10.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--text-3); margin-bottom: 10px; }
.wst-fsizes { display: flex; flex-wrap: wrap; gap: 6px; }
.wst-fsize {
	min-width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid var(--border);
	background: var(--paper);
}
.wst-fsize:hover { border-color: var(--ink); }
.wst-fsize.is-on { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.wst-frow {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 12px;
	border: 1px solid var(--border);
	background: var(--paper);
	margin-bottom: 6px;
	font-size: 13.5px;
}
.wst-frow:hover { border-color: var(--ink); }
.wst-frow.is-on { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.wst-frow span { font-size: 12px; opacity: .5; }
.wst-fclear { color: var(--rust); font-size: 12.5px; font-weight: 700; }

.wst-toolbar {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--hairline);
	font-size: 13px;
}
.wst-toolbar__count { font-weight: 700; }
.wst-sorts { margin-left: auto; display: flex; gap: 6px; flex-wrap: wrap; }
.wst-sort { padding: 8px 12px; font-size: 12px; border: 1px solid var(--border); background: var(--paper); }
.wst-sort.is-on { background: var(--ink); color: var(--bone); border-color: var(--ink); }

.wst-empty { border: 1px solid var(--hairline); background: var(--paper); padding: 28px; max-width: 60ch; }

.wst-pagination { margin-top: 32px; display: flex; gap: 6px; flex-wrap: wrap; }
.wst-pagination .page-numbers {
	min-width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border: 1px solid var(--border);
	background: var(--paper);
	font-weight: 700;
	font-size: 13.5px;
}
.wst-pagination .page-numbers.current,
.wst-pagination .page-numbers:hover { background: var(--ink); color: var(--bone); border-color: var(--ink); }

/* =========================================================================
   Karta produktu (single)
   ========================================================================= */

.wst-product { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(24px, 3vw, 52px); align-items: start; padding-block: clamp(24px, 3vw, 48px); }
.wst-product__gallery { display: flex; flex-direction: column; gap: 10px; }
.wst-product__main { aspect-ratio: 1 / 1; background: var(--sand); overflow: hidden; }
.wst-product__main img { width: 100%; height: 100%; object-fit: cover; }
.wst-product__thumbs { display: grid; grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); gap: 10px; }
.wst-product__thumbs img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; border: 1px solid var(--hairline); cursor: pointer; }
.wst-product__thumbs img.is-on { border-color: var(--ink); }

.wst-product__info { display: flex; flex-direction: column; gap: 18px; }
.wst-product__eyebrow { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--rust); font-weight: 700; }
.wst-product__info h1 { font-size: clamp(28px, 3.4vw, 48px); }
.wst-product__price { font-size: 27px; font-weight: 800; }
.wst-product__price del { font-size: 19px; color: var(--text-3); font-weight: 400; margin-right: 8px; }
.wst-product__price ins { text-decoration: none; color: var(--rust); }

.wst-sizeblock { border-top: 1px solid var(--hairline); padding-top: 16px; }
.wst-sizeblock__head { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; align-items: baseline; margin-bottom: 12px; }
.wst-sizeblock__label { font-size: 11.5px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.wst-sizeblock__stock { font-size: 12.5px; color: var(--text-3); }
.wst-sizeblock__row { display: flex; flex-wrap: wrap; gap: 8px; }
.wst-bigsize {
	min-width: 74px;
	min-height: 62px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	border: 1px solid var(--border);
	background: var(--paper);
	cursor: pointer;
	padding: 6px 10px;
	transition: background .12s, color .12s, border-color .12s;
}
.wst-bigsize b { font-size: 21px; font-weight: 700; }
.wst-bigsize small { font-size: 10.5px; color: var(--text-3); }
.wst-bigsize:hover:not([disabled]) { border-color: var(--ink); }
.wst-bigsize.is-on { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.wst-bigsize.is-on small { color: rgba(242, 235, 223, .7); }
.wst-bigsize[disabled] { opacity: .4; text-decoration: line-through; cursor: not-allowed; }

.wst-fitbox { background: var(--sand); border-left: 3px solid var(--rust); padding: 16px 18px; }
.wst-fitbox__label { font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--rust); margin-bottom: 6px; }
.wst-fitbox p { margin: 0; font-size: 15px; line-height: 1.55; }

.wst-buybar { display: flex; gap: 10px; flex-wrap: wrap; }
.wst-buybar .wst-btn { flex: 1 1 240px; padding: 18px 26px; }

.wst-trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; border-top: 1px solid var(--hairline); padding-top: 18px; font-size: 13px; }
.wst-trust b { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 3px; }
.wst-trust span { color: var(--text-3); }

.wst-tabs { border-top: 1px solid var(--hairline); padding-block: clamp(24px, 3vw, 44px); }
.wst-tabs h2 { font-size: clamp(22px, 2.4vw, 32px); margin-bottom: 14px; }
.wst-desc { max-width: 80ch; font-size: 15px; line-height: 1.7; color: var(--text-2); }
.wst-desc img { margin-block: 14px; }
.wst-desc p { margin: 0 0 12px; }

/* =========================================================================
   Drawer koszyka
   ========================================================================= */

.wst-drawer { position: fixed; inset: 0; z-index: 200; display: none; }
.wst-drawer.is-open { display: block; }
.wst-drawer__overlay { position: absolute; inset: 0; background: var(--overlay); }
.wst-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: min(430px, 100%);
	background: var(--bone);
	box-shadow: -24px 0 60px rgba(20, 16, 13, .3);
	display: flex;
	flex-direction: column;
	animation: wstSlideIn .28s var(--ease-out);
}
@keyframes wstSlideIn { from { transform: translateX(100%); } to { transform: none; } }

.wst-drawer__head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--hairline); }
.wst-drawer__head h2 { font-size: 23px; }
.wst-drawer__close { background: none; border: 0; font-size: 24px; line-height: 1; cursor: pointer; padding: 0 4px; }
.wst-drawer__body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.wst-ci { display: flex; gap: 12px; padding-block: 14px; border-bottom: 1px solid var(--hairline); }
.wst-ci img { width: 76px; height: 94px; object-fit: cover; background: var(--sand); flex: none; }
.wst-ci__mid { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.wst-ci__name { font-size: 14px; font-weight: 600; line-height: 1.3; }
.wst-ci__var { font-size: 12.5px; color: var(--text-3); }
.wst-ci__ctrl { display: flex; gap: 8px; align-items: center; margin-top: auto; }
.wst-ci__ctrl button { width: 30px; height: 30px; border: 1px solid var(--border); background: var(--paper); cursor: pointer; }
.wst-ci__qty { min-width: 24px; text-align: center; font-weight: 700; font-size: 13px; }
.wst-ci__rm { border: 0 !important; background: none !important; width: auto !important; color: var(--rust); font-size: 12px; font-weight: 700; }
.wst-ci__sum { font-size: 14px; font-weight: 700; }
.wst-drawer__foot { background: var(--paper); border-top: 1px solid var(--hairline); padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; }
.wst-drawer__ship { display: flex; justify-content: space-between; font-size: 13px; color: var(--text-2); }
.wst-drawer__total { display: flex; justify-content: space-between; align-items: baseline; }
.wst-drawer__total b { font-family: var(--font-display); font-size: 28px; font-weight: 700; }
.wst-drawer__note { font-size: 12px; color: var(--text-3); text-align: center; }
.wst-drawer__empty { text-align: center; padding: 40px 10px; color: var(--text-2); }

.wst-toast {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 300;
	background: var(--ink);
	color: var(--bone);
	padding: 13px 20px;
	font-size: 13px;
	letter-spacing: .04em;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s;
}
.wst-toast.is-on { opacity: 1; }

/* =========================================================================
   Kreator rozmiaru
   ========================================================================= */

.wst-finder { background: var(--ink); color: var(--bone); padding-block: clamp(34px, 4.4vw, 76px); }
.wst-finder h1 { font-size: clamp(32px, 4.4vw, 60px); color: var(--bone); }
.wst-finder__q { margin-top: 30px; }
.wst-finder__q h2 { font-size: 19px; color: var(--bone); margin-bottom: 12px; }
.wst-finder__opts { display: flex; flex-wrap: wrap; gap: 8px; }
.wst-opt {
	border: 1px solid var(--border-dark);
	background: transparent;
	color: var(--bone);
	padding: 14px 16px;
	min-width: 78px;
	cursor: pointer;
	text-align: left;
	transition: background .12s, color .12s;
}
.wst-opt b { display: block; font-size: 22px; font-weight: 700; }
.wst-opt small { display: block; font-size: 12.5px; opacity: .62; margin-top: 3px; }
.wst-opt--wide { min-width: 210px; min-height: 104px; }
.wst-opt--wide b { font-size: 15px; }
.wst-opt:hover { border-color: var(--tan); }
.wst-opt.is-on { background: var(--tan); color: var(--ink); border-color: var(--tan); }
.wst-opt.is-on small { opacity: .8; }
.wst-finder__res { margin-top: 34px; border-top: 1px solid var(--hairline-dark); padding-top: 24px; animation: wstFadeUp .35s ease; }
.wst-finder__res h2 { font-family: var(--font-display); font-size: clamp(30px, 4vw, 50px); color: var(--bone); }
.wst-finder__why { color: var(--tan); max-width: 40ch; margin-top: 10px; }
@keyframes wstFadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* =========================================================================
   Stopka
   ========================================================================= */

.wst-footer { background: var(--ink); color: rgba(242, 235, 223, .7); padding: clamp(32px, 4vw, 56px) 20px 26px; }
.wst-footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; max-width: var(--container); margin: 0 auto; }
.wst-footer h4 { font-family: var(--font-ui); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--bone); margin-bottom: 12px; }
.wst-footer a:hover { color: var(--tan); }
.wst-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; font-size: 13.5px; }
.wst-footer__logo img { height: 76px; width: auto; margin-bottom: 12px; }
.wst-footer__brand { font-size: 13.5px; line-height: 1.6; max-width: 34ch; }
.wst-news { display: flex; gap: 0; margin-top: 10px; }
.wst-news input { flex: 1; border: 1px solid var(--border-dark); background: transparent; color: var(--bone); padding: 11px 12px; font: inherit; font-size: 13px; }
.wst-news button { background: var(--rust); color: var(--paper); border: 0; padding: 0 18px; font-weight: 800; font-size: 12px; letter-spacing: .1em; cursor: pointer; }
.wst-footer__bar {
	max-width: var(--container);
	margin: 26px auto 0;
	padding-top: 16px;
	border-top: 1px solid rgba(242, 235, 223, .16);
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	font-size: 12px;
}
.wst-footer__bar span { margin-left: auto; }

/* =========================================================================
   Responsywnosc
   ========================================================================= */

@media (max-width: 1023px) {
	.wst-layout { grid-template-columns: 1fr; }
	.wst-filters { position: static; }
	.wst-filters__toggle { display: block; }
}

@media (max-width: 900px) {
	.wst-nav { display: none; width: 100%; }
	.wst-nav.is-open { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 12px 0 4px; }
	.wst-burger { display: block; order: -1; }
	.wst-search input { width: 140px; }
	.wst-topbar__in span { display: none; }
}

@media (max-width: 560px) {
	.wst-search { display: none; }
	.wst-hero { min-height: 82svh; }
	.wst-grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
	.wst-card__name { font-size: 17px; }
	.wst-size { min-width: 44px; }
}
