@font-face{font-family:Inter;src:url("/fonts/inter-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:Inter;src:url("/fonts/inter-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:Inter;src:url("/fonts/inter-900.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap;}
@font-face{font-family:Inter;src:url("/fonts/inter-800.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap;}
@font-face{font-family:Inter;src:url("/fonts/inter-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:Inter;src:url("/fonts/inter-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap;}
[hidden] {
  display: none !important;
}
:root {
  --accent: #d2df18;
  --ink: #22251f;
  --muted: #73766d;
  --line: #e4e6de;
  --paper: #f8f9f5;
  --error: #a12823;
  --radius: 15px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
button, a, input, select, textarea { transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
button:active:not(:disabled) { transform: scale(.97); }
input:focus, textarea:focus, select:focus { border-color: #858f0b; box-shadow: 0 0 0 3px #d2df182b; }
button[aria-busy="true"] { cursor: progress; }
button[aria-busy="true"]::after { content: ""; display:inline-block; width:12px; height:12px; margin-left:8px; border:2px solid currentColor; border-right-color:transparent; border-radius:50%; animation:spin .7s linear infinite; }
.product.just-updated { animation:product-feedback .6s ease; }
.cart-pulse { animation:cart-feedback .35s ease; }
dialog[open] { animation:dialog-enter .18s ease-out; }
dialog::backdrop { background: #151a1466; }
.terms-accept { align-items:flex-start; padding:14px 0; line-height:1.6; }
.terms-accept input { flex:none; margin-top:5px; }
.terms-accept a { text-decoration:underline; }
.account-success { max-width:640px; margin:auto; text-align:center; padding:32px; }
.account-success .success-mark { margin:0 auto 20px; }
.account-welcome { margin:-12px 0 24px; color:var(--muted); line-height:1.7; }
.inline-success { color:#345218; background:#edf5e8; border:1px solid #cadcbb; border-radius:8px; padding:12px 16px; }
.receipt-totals { max-width:390px; margin:24px auto; text-align:left; }
.receipt-account { display:inline-block; padding:10px; font-weight:600; }
.price-login { display:inline-block; padding:12px 14px; border-radius:8px; background:var(--accent); color:var(--ink); font-size:13px; font-weight:650; text-decoration:none; }
input:user-invalid { border-color:var(--error); }
@keyframes spin { to { transform:rotate(360deg); } }
@keyframes cart-feedback { 50% { transform:scale(1.06); } }
@keyframes product-feedback { 30% { box-shadow:0 0 0 3px #d2df18; } }
@keyframes dialog-enter { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }
@media (hover:hover) { .product { transition:box-shadow .18s ease; } .product:hover { box-shadow:0 5px 20px #22251f0d; } }
@media (prefers-reduced-motion:reduce) { *, *::before, *::after { animation:none!important; transition:none!important; scroll-behavior:auto!important; } }
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
  opacity: 0.45;
}
a {
  color: inherit;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #6c7400;
  outline-offset: 3px;
}
button {
  border: 1px solid var(--line);
  background: white;
  border-radius: 9px;
  padding: 11px 16px;
  line-height: 1.3;
}
button:hover:not(:disabled) {
  border-color: #a7ac91;
  background: #f5f6ee;
}
.primary {
  background: var(--accent);
  border-color: var(--accent);
  font-weight: 650;
}
.primary:hover:not(:disabled) {
  background: #c6d314;
}
.dark {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.dark:hover:not(:disabled) {
  background: #3e4434;
}
.text-button {
  border: 0;
  background: transparent;
  padding: 8px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.muted {
  color: var(--muted);
}
.small,
small {
  font-size: 12px;
}
.header {
  height: 91px;
  background: white;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 4.5%;
}
.brand {
  display: flex;
}
.brand img {
  width: 208px;
  height: auto;
}
.portal-label {
  font-size: 10px;
  letter-spacing: 2px;
  color: #73766d;
  border-left: 1px solid var(--line);
  padding-left: 26px;
}
.header nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
}
.header nav > a {
  text-decoration: none;
}
.cart-link {
  border: 0;
  background: none;
  padding: 10px 0;
}
.cart-link span {
  border-radius: 50%;
  background: var(--accent);
  padding: 5px 8px;
  font-size: 11px;
  margin-left: 7px;
}
.test-banner {
  background: #eeefdf;
  text-align: center;
  font-size: 11px;
  padding: 9px 16px;
  line-height: 1.6;
  color: #515637;
}
.test-banner span {
  margin: 0 9px;
}
main {
  max-width: 1500px;
  margin: auto;
  padding: 40px 4.5% 70px;
  min-height: 70vh;
}
.intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 31px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 11px;
  color: #777c69;
}
h1 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -1.3px;
  font-weight: 620;
  margin: 0 0 12px;
}
h2 {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 650;
}
h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 5px;
}
p {
  line-height: 1.65;
}
.intro p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}
.step-hint {
  font-size: 12px;
  white-space: nowrap;
  color: var(--muted);
  padding-bottom: 5px;
}
.step-hint b {
  color: var(--ink);
  font-weight: 600;
}
.step-hint span {
  padding: 0 8px;
}
.catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 305px;
  gap: 28px;
  align-items: start;
}
.tools {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}
.search-wrap {
  position: relative;
  flex: 1;
}
.search-wrap > span {
  position: absolute;
  left: 15px;
  top: 11px;
  font-size: 21px;
  color: #84897a;
}
.search-wrap input {
  padding-left: 43px;
}
input,
select,
textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: white;
  color: var(--ink);
  width: 100%;
  min-width: 0;
}
input::placeholder {
  color: #969a8f;
}
select {
  padding-right: 28px;
}
.sort-wrap {
  width: 180px;
}
.field-label {
  font-size: 12px;
  display: block;
  margin-bottom: 7px;
  font-weight: 550;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
}
.filter {
  font-size: 11px;
  padding: 9px 12px;
  border-radius: 7px;
  background: transparent;
  border-color: transparent;
  color: #6b7062;
}
.filter.active {
  background: var(--ink);
  color: white;
}
.filter:hover:not(:disabled) {
  background: #e9ebdf;
}
.filter.active:hover {
  background: #3d4430;
}
.result-line {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
  min-height: 20px;
}
.result-line button {
  padding: 0;
  border: 0;
  background: none;
  text-decoration: underline;
  font-size: 11px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.product {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-open {
  background: white;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: left;
  display: block;
  width: 100%;
}
.product-open:hover:not(:disabled) {
  background: white;
}
.product-visual {
  height: 173px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 27px;
  position: relative;
}
.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.18s;
}
.product-open:hover img {
  transform: scale(1.045);
}
.sku-label {
  position: absolute;
  left: 15px;
  top: 13px;
  font-size: 9px;
  color: #73766d;
}
.product-copy {
  padding: 9px 17px 0;
}
.product-copy h3 {
  font-size: 13px;
  min-height: 37px;
  line-height: 1.45;
}
.product-copy p {
  font-size: 10px;
  color: var(--muted);
  margin: 0 0 11px;
}
.pack {
  font-size: 10px;
  display: inline-block;
  color: #69705b;
  background: #f1f3eb;
  padding: 5px 8px;
  border-radius: 5px;
}
.product-bottom {
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}
.price {
  font-size: 19px;
  letter-spacing: -0.5px;
  font-weight: 650;
  white-space: nowrap;
}
.price-note {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 3px;
}
.add {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: var(--accent);
  font-size: 25px;
  border-radius: 9px;
}
.quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 2px;
  background: white;
}
.quantity button {
  border: 0;
  background: transparent;
  padding: 5px;
  width: 25px;
  height: 30px;
  font-size: 18px;
}
.quantity output {
  font-size: 12px;
  font-weight: 600;
  min-width: 14px;
  text-align: center;
}
.basket {
  position: sticky;
  top: 24px;
  border: 1px solid var(--line);
  background: white;
  border-radius: var(--radius);
  padding: 23px;
}
.basket-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 17px;
}
.basket-heading h2 {
  margin: 0;
  font-size: 17px;
}
.basket-heading span {
  font-size: 11px;
  color: var(--muted);
}
.basket-empty {
  padding: 39px 8px;
  text-align: center;
}
.bag-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  background: #f2f4e9;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 21px;
  color: #737b52;
}
.basket-empty h3 {
  font-size: 13px;
}
.basket-empty p {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 0;
}
.basket-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.basket-item-head {
  display: flex;
  gap: 9px;
  align-items: start;
}
.basket-item-head img {
  width: 39px;
  height: 39px;
  object-fit: contain;
}
.basket-item h3 {
  font-size: 11px;
  flex: 1;
}
.remove {
  border: 0;
  background: none;
  padding: 0 3px;
  font-size: 19px;
  color: var(--muted);
}
.basket-item small {
  font-size: 10px;
  color: var(--muted);
}
.basket-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 9px 0 0 48px;
  font-size: 12px;
  font-weight: 600;
}
.totals {
  padding: 13px 0;
}
.total-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
  line-height: 2.15;
}
.total-line.strong {
  font-size: 16px;
  font-weight: 650;
  border-top: 1px solid var(--line);
  padding-top: 9px;
  margin-top: 9px;
}
.basket .primary {
  width: 100%;
  font-size: 12px;
  padding: 13px;
  margin-top: 6px;
}
.basket-note {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.65;
  margin: 12px 0 0;
  text-align: center;
}
.section-note {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
  padding-top: 19px;
  font-size: 11px;
  color: var(--muted);
}
.empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 65px 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 26px 4.5%;
  font-size: 10px;
  letter-spacing: 0.4px;
}
footer a {
  color: var(--muted);
  text-decoration: none;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px;
  max-width: 600px;
  width: calc(100% - 30px);
  max-height: 90vh;
  overflow: auto;
  color: var(--ink);
}
dialog::backdrop {
  background: #20271970;
  backdrop-filter: blur(3px);
}
.dialog-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.close {
  font-size: 23px;
  border: 0;
  background: var(--paper);
  padding: 4px 12px;
}
.detail-image {
  width: 100%;
  height: 230px;
  object-fit: contain;
  margin-bottom: 15px;
}
.detail-meta {
  font-size: 12px;
  color: var(--muted);
}
.detail-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.loading {
  padding: 80px;
  text-align: center;
  color: var(--muted);
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: white;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 13px;
  z-index: 20;
  display: none;
  box-shadow: 0 8px 30px #0002;
  max-width: 90vw;
}
#toast.visible {
  display: block;
}
#mobile-cart {
  display: none;
}
.skip {
  position: absolute;
  top: -80px;
  background: var(--accent);
  padding: 14px;
  z-index: 100;
}
.skip:focus {
  top: 0;
}
.steps {
  display: flex;
  gap: 24px;
  margin: 0 0 33px;
  font-size: 12px;
  color: var(--muted);
}
.steps b {
  background: #e7eadf;
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-right: 7px;
}
.steps .current {
  color: var(--ink);
  font-weight: 600;
}
.steps .current b {
  background: var(--accent);
}
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 30px;
  align-items: start;
  max-width: 1070px;
  margin: auto;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: var(--radius);
  margin-bottom: 20px;
}
.panel h2 {
  margin: 0 0 21px;
}
.panel-intro {
  font-size: 13px;
  color: var(--muted);
  margin-top: -10px;
  margin-bottom: 23px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font-size: 12px;
  display: block;
  margin-bottom: 7px;
  font-weight: 550;
}
.field input,
.field select,
.field textarea {
  font-size: 14px;
}
.field-error {
  color: var(--error);
  font-size: 12px;
  margin: 5px 0 0;
}
.field [aria-invalid="true"] {
  border-color: var(--error);
}
.check {
  display: flex;
  align-items: start;
  gap: 9px;
  font-size: 13px;
  line-height: 1.55;
  margin: 13px 0;
}
.check input {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin: 2px 0 0;
  accent-color: #7b8500;
}
.check small {
  display: block;
  color: var(--muted);
}
.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.error-box {
  color: var(--error);
  background: #fff0ee;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 13px;
  margin: 15px 0;
}
.success-panel {
  max-width: 660px;
  margin: 40px auto;
  text-align: center;
  padding: 50px 35px;
}
.success-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  background: var(--accent);
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto 22px;
}
.success-panel p {
  color: var(--muted);
}
.review-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  font-size: 13px;
}
.review-details h3 {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}
.review-details p {
  margin: 0;
  overflow-wrap: anywhere;
}
.review-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.review-line small {
  display: block;
  color: var(--muted);
  line-height: 1.8;
}
.notice {
  background: #f0f3df;
  border: 1px solid #e2e7c9;
  border-radius: 9px;
  padding: 15px;
  font-size: 12px;
  line-height: 1.7;
}
.admin-tabs {
  display: flex;
  gap: 8px;
  margin: 25px 0;
}
.admin-tabs .active {
  background: var(--ink);
  color: white;
}
.admin-tools {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}
.admin-tools input {
  flex: 1;
}
.admin-tools select {
  max-width: 185px;
}
.table-wrap {
  overflow: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 12px;
}
th {
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--muted);
  background: #f1f3eb;
}
th,
td {
  padding: 17px;
  border-bottom: 1px solid var(--line);
}
td input {
  width: 110px;
  padding: 9px;
}
.badge {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 8px;
  background: #f0f2e6;
  font-size: 10px;
  white-space: nowrap;
}
.badge.warning {
  background: #fff1da;
  color: #825313;
}
.badge.test {
  background: #eeefdf;
  color: #616a3a;
}
.order-link {
  border: 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 12px;
  white-space: nowrap;
}
.login {
  max-width: 420px;
  margin: 45px auto;
}
.login .field {
  margin-bottom: 18px;
}
.admin-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 25px;
}
.admin-detail .panel {
  min-width: 0;
}
.admin-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.admin-links a {
  font-size: 12px;
}
.copy {
  font-size: 11px;
  padding: 5px 8px;
  margin-top: 8px;
}
.mail-card {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.mail-card h3 {
  font-size: 13px;
}
.mail-card p {
  font-size: 11px;
  color: var(--muted);
}
.form-spacer {
  margin-top: 20px;
}
.field-hidden {
  position: absolute;
  left: -9999px;
}
.stack {
  display: grid;
  gap: 12px;
}
.nowrap {
  white-space: nowrap;
}
pre {
  white-space: pre-wrap;
  font: inherit;
}
.status-note {
  font-size: 12px;
  color: var(--muted);
}
@media (min-width: 1450px) {
  .product-visual {
    height: 200px;
  }
  .product-copy h3 {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .catalog-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 20px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .step-hint {
    display: none;
  }
  .checkout-layout,
  .admin-detail {
    grid-template-columns: minmax(0, 1fr) 290px;
  }
  .product-visual {
    height: 185px;
  }
}
@media (max-width: 760px) {
  .header {
    height: 75px;
    padding: 0 20px;
    gap: 10px;
  }
  .brand img {
    width: 169px;
  }
  .portal-label,
  .nav-products {
    display: none;
  }
  .header nav {
    gap: 0;
    font-size: 12px;
  }
  .test-banner {
    font-size: 10px;
    padding: 7px 16px;
  }
  main {
    padding: 28px 20px 100px;
  }
  h1 {
    font-size: 30px;
  }
  .intro {
    margin-bottom: 24px;
  }
  .intro p {
    font-size: 12px;
  }
  .catalog-layout,
  .checkout-layout,
  .admin-detail {
    display: block;
  }
  .catalog-layout > .basket {
    display: none;
  }
  .product-grid {
    gap: 11px;
  }
  .product-visual {
    height: 151px;
    padding: 23px 18px 14px;
  }
  .product-copy {
    padding: 8px 12px 0;
  }
  .product-copy h3 {
    font-size: 12px;
    min-height: 36px;
  }
  .product-copy p {
    font-size: 9px;
    min-height: 26px;
    margin-bottom: 5px;
  }
  .product-bottom {
    padding: 13px 12px;
    flex-wrap: wrap;
  }
  .price {
    font-size: 17px;
  }
  .quantity {
    gap: 3px;
  }
  .quantity button {
    width: 24px;
  }
  .pack {
    font-size: 9px;
  }
  .tools {
    gap: 8px;
  }
  .sort-wrap {
    width: 135px;
  }
  .tools input,
  .tools select {
    font-size: 11px;
    height: 43px;
  }
  .filters {
    gap: 4px;
  }
  .filter {
    padding: 8px;
    font-size: 10px;
  }
  .section-note {
    flex-direction: column;
    gap: 8px;
  }
  #mobile-cart {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 20px max(12px, env(safe-area-inset-bottom));
    background: #ffffffed;
    border-top: 1px solid var(--line);
    z-index: 5;
    backdrop-filter: blur(10px);
  }
  #mobile-cart:empty {
    display: none;
  }
  #mobile-cart button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
  }
  #toast {
    bottom: 90px;
    width: max-content;
    max-width: 90vw;
    text-align: center;
    font-size: 12px;
  }
  footer {
    padding: 23px 20px 95px;
    font-size: 9px;
  }
  footer .muted {
    display: none;
  }
  .panel {
    padding: 21px;
  }
  .form-grid {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
  .form-grid .field:not(.short) {
    grid-column: 1/-1;
  }
  .steps {
    gap: 14px;
    font-size: 10px;
  }
  .steps b {
    margin-right: 4px;
  }
  .checkout-layout > .basket {
    position: static;
    margin-top: 20px;
  }
  .review-details {
    grid-template-columns: 1fr;
  }
  .admin-tools {
    flex-wrap: wrap;
  }
  .admin-tools input {
    flex-basis: 100%;
  }
  .admin-tools select {
    max-width: none;
    flex: 1;
  }
  .admin-tabs button {
    font-size: 12px;
    padding: 10px;
  }
  .intro.admin-intro {
    align-items: start;
  }
  .admin-intro h1 {
    font-size: 26px;
  }
  .admin-intro button {
    font-size: 12px;
  }
  .form-actions button {
    font-size: 12px;
  }
  .success-panel {
    padding: 30px 20px;
  }
  .detail-image {
    height: 190px;
  }
  dialog {
    padding: 22px;
  }
  .sku-label {
    font-size: 8px;
  }
  .basket {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.category-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 12px;
}
.category-row select {
  max-width: 340px;
  font-size: 12px;
  padding: 10px;
}
.catalog-more {
  text-align: center;
  padding: 26px 0 0;
}
.catalog-more p {
  font-size: 12px;
  color: var(--muted);
}
.catalog-more button {
  min-width: 200px;
}
.quantity-input {
  width: 40px;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border: 0;
  background: transparent;
  appearance: textfield;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.basket {
  max-height: calc(100vh - 48px);
  overflow: auto;
}
.price-controls {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.price-controls input {
  flex: 1;
  min-width: 200px;
}
.price-controls select {
  width: 240px;
}
.save-prices {
  display: flex;
  align-items: center;
  gap: 16px;
  position: sticky;
  bottom: 0;
  background: #f8f9f5ed;
  padding: 15px 0;
  z-index: 2;
}
.save-prices span {
  font-size: 12px;
  color: var(--muted);
}
.price-image {
  width: 45px;
  height: 45px;
  object-fit: contain;
  float: left;
  margin-right: 12px;
}
.product-copy h3 {
  min-height: 40px;
}
.product-copy p {
  line-height: 1.6;
}
.price-note {
  font-size: 10px;
}
.product-visual {
  height: 182px;
}
@media (max-width: 760px) {
  .category-row {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }
  .category-row select {
    max-width: none;
  }
  .product-visual {
    height: 158px;
  }
  .price-controls {
    display: block;
  }
  .price-controls > * {
    margin: 6px 0;
    width: 100% !important;
  }
  .quantity-input {
    width: 33px;
  }
  .basket {
    max-height: none;
  }
  .product-bottom {
    gap: 9px;
  }
  .save-prices {
    bottom: 0;
  }
  .category-row label {
    font-size: 11px;
  }
  .product-copy p {
    font-size: 10px;
  }
  .product-copy h3 {
    font-size: 12px;
  }
}

#language { width: 66px; padding: 8px; font-size: 13px; background: white; border: 1px solid var(--line); border-radius: 8px; }
@media(max-width:600px) { .header { gap:8px; } .header nav { gap:8px; } #language { width:58px; } }

.account-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.account-toolbar,.account-links{display:flex;gap:16px;flex-wrap:wrap;margin:16px 0}.favorite-row{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:16px 0}.favorite-row>div{flex:1}.favorite-row input{width:70px}.account-order{padding:16px 0;border-bottom:1px solid var(--line)}.account-order details{margin-top:12px}.pin-product{margin:0 16px 8px;padding:6px 8px;text-align:left;font-size:12px}.pin-product[aria-pressed=true]{background:var(--accent)}.header nav{flex-wrap:wrap}#account-error{margin-bottom:16px}#profile-form button{margin-top:16px}dd{margin-bottom:12px;overflow-wrap:anywhere}@media(max-width:700px){.account-grid{grid-template-columns:1fr}.header{flex-wrap:wrap}.header nav{width:100%;justify-content:space-between}.account-order{overflow-wrap:anywhere}}
