:root {
  --brown: #6b3a1f;
  --brown-dark: #4a2714;
  --gold: #d4a574;
  --gold-hover: #c38a42;
  --orange: #e9884d;
  --cream: #ede1d6;
  --sand: #f2ebe3;
  --paper: #ffffff;
  --ink: #1a1a1a;
  --muted: #6b5b4f;
  --line: #e0e5eb;
  --head-h: 112px;
  --dock: 64px;
  --side: 28px;
  --sans: "Lexend", system-ui, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  min-height: 100vh;
  padding-top: var(--head-h);
  padding-bottom: 0;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
.wrap {
  width: calc(100% - (var(--side) * 2));
  max-width: 1760px;
  margin: 0 auto;
}

.site-head { position: fixed; inset: 0 0 auto; z-index: 50; background: #fff; box-shadow: 0 1px 8px rgba(0,0,0,.06); }
.topbar { background: var(--brown); color: #fff8f0; font-size: 12px; }
.topbar__in { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.topbar a { font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { color: var(--gold); }
.topbar svg { width: 14px; height: 14px; }
.seek select { background: #fbf6ef; }

.bar { background: #fff; border-bottom: 1px solid #f0ebe4; }
.bar__in { display: flex; align-items: center; gap: 14px; padding: 12px 0; }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand-mark { height: 52px; width: auto; max-width: 180px; object-fit: contain; display: block; }
.brand-mark--on-dark { height: 56px; max-width: 200px; }
.brand--light { color: #fff8f0; }

.seek { flex: 1; display: flex; max-width: 560px; min-width: 240px; position: relative; border-radius: 10px; }
.seek select, .seek input { height: 48px; border: 1px solid var(--line); background: #fff; }
.seek select { width: 160px; border-right: 0; border-radius: 10px 0 0 10px; padding: 0 12px; font-weight: 600; color: #2f3a45; }
.seek input { flex: 1; border-radius: 0; padding: 0 12px; outline: none; }
.seek button { width: 56px; border: 0; background: var(--brown); color: #fff; border-radius: 0 10px 10px 0; cursor: pointer; }
.seek button:hover { background: var(--brown-dark); }
.seek svg { width: 20px; height: 20px; }
.seek__hits { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid var(--line); z-index: 20; max-height: 320px; overflow: auto; }
.seek__hits a { display: flex; gap: 10px; align-items: center; padding: 10px 12px; }
.seek__hits a:hover { background: var(--sand); }
.seek__hits img { width: 44px; height: 44px; object-fit: cover; }
.seek__hits small { display: block; color: var(--muted); }

.mast__tools { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.tool { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: #fff; padding: 8px 10px; border-radius: 8px; cursor: pointer; color: #374151; }
.tool:hover, .tool--icon:hover { color: var(--brown); }
.tool small { display: block; font-size: 10px; color: #6b7280; }
.tool b { font-size: 12px; }
.tool svg, .cart-gold svg { width: 22px; height: 22px; }
.tool--icon { position: relative; padding: 10px; }
.tool--account-m { display: none; }
.cart-gold { position: relative; display: flex; align-items: center; gap: 8px; background: var(--gold); color: #fff; padding: 10px 14px; border-radius: 8px; font-weight: 600; }
.cart-gold:hover { background: var(--gold-hover); }
.cart-gold--brown { background: #6b3a1f; border-radius: 10px; }
.cart-gold--brown:hover { background: #4a2714; }
.cart-gold em, .tool em { position: absolute; top: -6px; right: -6px; background: var(--brown); color: #fff; min-width: 18px; height: 18px; border-radius: 99px; font-size: 10px; display: grid; place-items: center; font-style: normal; }

.nav { display: flex; align-items: center; gap: 2px; }
.nav a { position: relative; padding: 8px 12px; font-size: 14px; font-weight: 500; color: #374151; white-space: nowrap; }
.nav a:hover, .nav a.is-on { color: var(--brown); }
.nav a.is-on::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; background: var(--brown); }

.hero { padding: 18px 0 8px; }
.hero-kg {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  align-items: stretch;
}
.hero-kg__left { display: grid; grid-template-rows: minmax(230px, 34vh) 1fr; gap: 14px; }
.promo {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #f4efe6;
  min-height: 230px;
  height: 100%;
}
.promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.trend {
  background: #fbf7f2;
  border: 1px solid #f0e6da;
  border-radius: 16px;
  padding: 16px 18px 18px;
}
.trend__head, .hot__head {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; gap: 12px;
}
.trend__head h2, .hot__head h2 { font-size: 20px; color: var(--brown); }
.trend__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini {
  background: #fff; border: 1px solid #f0ebe4; border-radius: 12px;
  padding: 12px; text-align: center;
}
.mini img { width: 110px; height: 110px; object-fit: contain; margin: 0 auto 8px; }
.mini h3 { font-size: 13px; line-height: 1.3; min-height: 34px; }
.mini .cat-line { font-size: 11px; color: var(--muted); margin: 4px 0; }
.mini strong { color: var(--brown); }
.hot {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 100%;
  display: flex;
}
.hot__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hot__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 16, 8, 0.28) 0%, rgba(28, 16, 8, 0.18) 38%, rgba(28, 16, 8, 0.72) 100%);
}
.hot__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 18px;
  color: #fff;
}
.hot__head h2 { color: #fff; }
.hot__head .cat-line { color: rgba(255,255,255,.85); }
.hot__copy { max-width: 320px; }
.hot h3 { font-size: 22px; color: #fff; line-height: 1.2; }
.hot .price { font-size: 32px; margin: 8px 0 4px; color: #fff; }
.hot .stock { font-size: 13px; color: rgba(255,255,255,.85); margin-bottom: 10px; }
.stock-bar { height: 8px; background: rgba(255,255,255,.28); border-radius: 99px; overflow: hidden; margin-bottom: 12px; }
.stock-bar span { display: block; width: 62%; height: 100%; background: var(--gold); }
.clock { display: flex; gap: 8px; margin: 8px 0 6px; }
.clock b { display: block; background: #fff; border-radius: 8px; min-width: 48px; text-align: center; padding: 6px 4px; font-size: 16px; color: var(--brown); }
.clock small { display: block; font-size: 10px; color: rgba(255,255,255,.8); font-weight: 500; }
.limited { font-size: 13px; color: rgba(255,255,255,.9); margin: 4px 0 12px; display: flex; align-items: center; gap: 6px; }
.hot__copy .btn { width: 100%; }
.kicker { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.banner { position: relative; overflow: hidden; border-radius: 16px; min-height: 180px; display: flex; align-items: flex-end; padding: 20px; color: #fff; }
.banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.banner__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(74,39,20,.12), rgba(74,39,20,.66)); }
.banner__copy { position: relative; z-index: 1; max-width: 36ch; }
.banner h2 { font-size: clamp(22px, 2.6vw, 34px); line-height: 1.15; margin: 4px 0 10px; }

.btn, .btn-add {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--brown); color: #fff; border: 0; padding: 11px 18px;
  border-radius: 8px; font-weight: 600; cursor: pointer;
}
.btn:hover { background: var(--brown-dark); }
.btn-add { background: var(--gold); padding: 8px 14px; }
.btn-add:hover { background: var(--gold-hover); }
.btn--ghost { background: #fff; color: var(--brown); }
.btn--brown {
  background: #6b3a1f;
  color: #fff;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  width: auto;
  line-height: 1.2;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(74, 39, 20, 0.18);
}
.btn--brown svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn--brown:hover { background: #4a2714; color: #fff; }
.hot__all {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  flex-shrink: 0;
}
.hot__head { padding-right: 110px; }

.trust-wrap { padding: 8px 0 4px; }
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 10px 0 6px; }
.trust__card {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #f3e8dc;
  padding: 14px 16px;
  border-radius: 16px;
}
.trust__ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #e9884d;
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.trust__ico svg { width: 24px; height: 24px; }
.trust__card h3 { font-size: 15px; color: var(--brown); line-height: 1.2; font-weight: 700; }
.trust__card p { font-size: 13px; color: #6b5b4f; margin-top: 2px; line-height: 1.3; }

.section { padding: 28px 0; }
.section h2 { font-size: 26px; color: var(--brown); margin-bottom: 16px; }
.section__head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 16px; }
.cat-band { background: #f6f0e7; padding: 48px 0 56px; }
.cat-band__title { text-align: center; margin-bottom: 28px; }
.cat-band__title h2 { font-size: clamp(28px, 3vw, 38px); color: var(--brown); font-weight: 700; }
.cat-band__title p { margin-top: 6px; color: #8a7464; font-size: 16px; }
.cat-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 10px;
}
.cat-row::-webkit-scrollbar { display: none; }
.cat-card {
  position: relative;
  flex: 0 0 calc(25% - 12px);
  min-width: 240px;
  height: 280px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  scroll-snap-align: start;
}
.cat-card img { width: 100%; height: 100%; object-fit: cover; }
.cat-card__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(20,10,6,.78));
}
.cat-card h3 {
  position: absolute; left: 16px; right: 56px; bottom: 48px;
  font-size: 20px; font-weight: 700; line-height: 1.2;
}
.cat-card em {
  position: absolute; left: 16px; bottom: 16px;
  background: rgba(255,255,255,.9);
  color: #3f3a36;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 99px;
}
.cat-card i {
  position: absolute; right: 14px; bottom: 14px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 16px;
}

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pcard { position: relative; background: #fff; border: 1px solid #f0ebe4; border-radius: 18px; overflow: hidden; box-shadow: 0 6px 16px rgba(107,58,31,.05); display: flex; flex-direction: column; }
.pcard__img { display: block; background: var(--sand); }
.pcard__img img { width: 100%; height: 200px; object-fit: cover; }
.pcard__body { padding: 12px 14px 16px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.pcard__cat { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.pcard h3 { font-size: 16px; line-height: 1.25; }
.pcard__sub { font-size: 12px; color: var(--muted); }
.stars { color: var(--gold-hover); font-size: 13px; }
.stars span { color: var(--muted); }
.pcard__row { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 8px; }
.pcard__row strong { color: var(--brown); font-size: 18px; }
.pcard__row s { color: #9ca3af; font-size: 12px; margin-left: 6px; }
.heart { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%; border: 0; background: #fff; display: grid; place-items: center; cursor: pointer; z-index: 2; }
.heart svg { width: 18px; height: 18px; }
.heart.is-on { color: #dc2626; }
.badge { position: absolute; top: 10px; left: 10px; background: var(--brown); color: #fff; font-size: 11px; padding: 4px 8px; border-radius: 99px; z-index: 2; }

.crumbs { font-size: 13px; color: var(--muted); padding: 16px 0 0; }
.crumbs a:hover { color: var(--brown); }
.page-title { padding: 8px 0 18px; color: var(--brown); font-size: 30px; }

.shop-layout { display: grid; grid-template-columns: 230px 1fr; gap: 24px; padding-bottom: 40px; }
.side { background: var(--sand); border-radius: 16px; padding: 16px; height: max-content; }
.side h3 { font-size: 15px; margin-bottom: 10px; }
.side label { display: flex; gap: 8px; align-items: center; padding: 7px 0; font-size: 14px; cursor: pointer; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.chip { border: 1px solid var(--brown); background: #fff; border-radius: 99px; padding: 6px 12px; font-size: 13px; cursor: pointer; }
.chip.is-on { background: var(--brown); color: #fff; }

.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding: 12px 0 40px; }
.pdp__img { background: var(--sand); border-radius: 18px; overflow: hidden; }
.pdp__img img { width: 100%; height: 460px; object-fit: cover; }
.pdp h1 { font-size: 32px; color: var(--brown); line-height: 1.15; }
.pdp .sub { color: var(--muted); margin: 6px 0 12px; }
.price { font-size: 28px; color: var(--brown); font-weight: 700; }
.price s { font-size: 16px; color: #9ca3af; margin-left: 8px; font-weight: 500; }
.pdp p { margin: 12px 0; line-height: 1.6; color: #3f3a36; }
.buy { display: flex; gap: 10px; margin: 18px 0; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.qty button { width: 36px; height: 40px; border: 0; background: transparent; cursor: pointer; color: var(--brown); font-size: 18px; }
.qty span { min-width: 28px; text-align: center; font-weight: 600; }
.meta-list { list-style: none; display: grid; gap: 6px; font-size: 14px; color: var(--muted); }

.cart-page { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; padding-bottom: 40px; }
.cart-list { min-width: 0; }
.cart-cols, .cart-item {
  display: grid;
  grid-template-columns: minmax(180px, 2.2fr) 90px 130px 90px auto;
  gap: 12px;
  align-items: center;
}
.cart-cols {
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
  padding: 0 4px 10px;
  border-bottom: 1px solid var(--line);
}
.cart-item {
  padding: 16px 4px;
  border-bottom: 1px solid var(--line);
}
.cart-item__prod { display: flex; gap: 12px; align-items: center; min-width: 0; }
.cart-item__prod img { width: 72px; height: 72px; object-fit: cover; border-radius: 10px; flex-shrink: 0; }
.cart-item__prod span { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cart-item__prod strong { line-height: 1.25; }
.cart-item__prod small { color: var(--muted); }
.cart-item__price, .cart-item__sum { font-weight: 600; color: var(--brown); }
.totals { background: var(--sand); border-radius: 16px; padding: 18px; height: max-content; }
.totals p { display: flex; justify-content: space-between; margin: 8px 0; }
.totals .grand { font-size: 18px; }
.totals .btn { width: 100%; margin-top: 10px; }
.hint { font-size: 13px; color: var(--muted); }
.empty-page { text-align: center; padding: 48px 16px; }

.story-hero {
  background: #f6f0e7;
  text-align: center;
  padding: 48px 0 40px;
}
.story-hero h1 { font-size: clamp(32px, 4vw, 44px); color: var(--brown); }
.story-hero p { margin-top: 8px; color: var(--muted); font-size: 17px; }
.roots {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  padding: 48px 0;
}
.roots img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; border-radius: 18px; }
.prose h2 { color: var(--brown); font-size: 28px; margin-bottom: 14px; }
.prose p { color: #3f3a36; line-height: 1.75; margin-bottom: 12px; }
.prose .btn { margin-top: 10px; }
.stand { background: #f6f0e7; padding: 52px 0; }
.stand h2, .join h2, .mission h2 { text-align: center; color: var(--brown); font-size: 28px; margin-bottom: 28px; }
.stand__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stand__grid article {
  background: #fff; border-radius: 16px; padding: 22px 18px; text-align: center;
  box-shadow: 0 6px 16px rgba(74, 39, 20, 0.05);
}
.stand__grid svg { width: 32px; height: 32px; color: var(--brown); margin: 0 auto 12px; }
.stand__grid h3 { color: var(--brown); margin-bottom: 8px; font-size: 17px; }
.stand__grid p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.mission { padding: 56px 0; }
.mission__split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: center;
}
.mission__photo { margin: 0; }
.mission__photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
  background: var(--sand);
}
.mission__copy h2 { text-align: left; margin-bottom: 18px; }
.mission blockquote p {
  font-size: 17px; line-height: 1.7; color: #3f3a36; font-weight: 400; margin-bottom: 12px;
}
.mission blockquote p:last-child { margin-bottom: 0; }
.mission__who { margin-top: 18px; color: var(--muted); }
.mission__who strong { color: var(--brown); }
.join { background: #f6f0e7; padding: 52px 0 64px; text-align: center; }
.join p { color: var(--muted); max-width: 46ch; margin: 0 auto 22px; }
.join__btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: stretch; padding-bottom: 48px; }
.contact-card {
  width: 100%;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-card h3 { color: var(--brown); font-size: 20px; line-height: 1.3; }
.contact-card__lead { color: var(--muted); font-size: 14px; }
.contact-list { list-style: none; display: grid; gap: 14px; margin: 12px 0 18px; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; }
.contact-list svg { width: 20px; height: 20px; color: var(--brown); flex-shrink: 0; margin-top: 2px; }
.contact-list strong { display: block; color: var(--brown); font-size: 13px; }
.contact-list span { font-size: 14px; color: #3f3a36; line-height: 1.4; }
.contact-card .btn { margin-top: auto; align-self: flex-start; }
.values { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form { display: grid; gap: 10px; }
.form input, .form textarea {
  border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: #fff;
}
.auth { max-width: 440px; margin: 0 auto 56px; }
.auth h1 { margin-bottom: 8px; }
.auth .lead { margin-bottom: 20px; }
.auth-switch { margin-top: 16px; font-size: 14px; color: var(--muted); }
.auth-switch a { color: var(--brown); font-weight: 600; }
.contact-card { background: var(--cream); padding: 22px; }
.contact-card p { margin: 8px 0; }

.foot { background: var(--brown-dark); color: #f3e6d4; margin-top: 28px; }
.foot__grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1.2fr; gap: 28px; padding: 40px 0 24px; }
.foot p, .foot a { color: #dcc8b2; font-size: 14px; }
.foot a { display: block; padding: 4px 0; }
.foot h4 { color: #fff8f0; margin-bottom: 10px; }
.news { display: flex; gap: 8px; margin-top: 10px; align-items: stretch; }
.news input { flex: 1; border: 0; background: #5a3624; color: #fff; padding: 11px 12px; border-radius: 999px; }
.news input::placeholder { color: #c9b09a; }
.news .btn--brown { flex-shrink: 0; }
.form-ok { color: var(--gold) !important; margin-top: 8px; }
.foot__base { display: flex; justify-content: space-between; gap: 12px; padding: 16px 0 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; }

.dock { display: none; position: fixed; inset: auto 0 0; height: var(--dock); background: #fff; border-top: 1px solid var(--line); z-index: 40; }
.dock a, .dock button { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 0; background: none; font-size: 11px; color: #4b5563; cursor: pointer; }
.dock svg { width: 20px; height: 20px; }

.drawer { position: fixed; top: 0; right: 0; width: min(380px, 100%); height: 100%; background: #fff; z-index: 70; transform: translateX(100%); transition: .25s; display: flex; flex-direction: column; }
.drawer.is-open { transform: none; }
.drawer__head, .drawer__body { padding: 16px; }
.drawer__head { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.line { display: grid; grid-template-columns: 56px 1fr auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.line img { width: 56px; height: 56px; object-fit: cover; }
.scrim { position: fixed; inset: 0; background: rgba(30,14,8,.4); z-index: 60; }
.toast { position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); background: var(--brown); color: #fff; padding: 10px 16px; border-radius: 999px; z-index: 80; display: flex; align-items: center; gap: 8px; font-size: 14px; box-shadow: 0 8px 24px rgba(74,39,20,.25); }
.toast svg { width: 18px; height: 18px; flex-shrink: 0; }
.x { border: 0; background: none; cursor: pointer; font-size: 18px; }
.empty { color: var(--muted); padding: 20px 0; }
.preloader {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #fff8f0;
  display: grid;
  place-items: center;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader img {
  width: min(140px, 42vw);
  height: auto;
  animation: pre-pulse 1.1s ease-in-out infinite;
}
.preloader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@keyframes pre-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.94); opacity: 0.75; }
}
[hidden] { display: none !important; }

@media (max-width: 1100px) {
  .nav { display: none; }
}
@media (min-width: 1500px) {
  .grid { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 980px) {
  body { padding-top: 150px; padding-bottom: var(--dock); }
  .tool span { display: none; }
  .trust { grid-template-columns: 1fr 1fr; }
  .bar__in { flex-wrap: wrap; }
  .seek { order: 5; max-width: none; width: 100%; }
  .seek select { display: none; }
  .seek input { border-radius: 10px 0 0 10px; }
  .hero-kg, .hero-kg__left, .cats-grid, .shop-layout, .pdp, .cart-page, .roots, .contact, .foot__grid, .values, .stand__grid, .mission__split { grid-template-columns: 1fr; }
  .mission__copy h2 { text-align: center; }
  .hot { min-height: 460px; }
  .hero-kg__left { grid-template-rows: auto auto; }
  .grid { grid-template-columns: 1fr 1fr; }
  .dock { display: flex; }
  .mast__tools .tool:not(.tool--icon) { display: none; }
  .tool--account-m { display: grid; }
  .promo { min-height: 180px; }
}
@media (max-width: 720px) {
  .cart-cols { display: none; }
  .cart-item {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .cart-item__prod { grid-column: 1 / -1; }
}
