:root {
  color-scheme: light;
  --bg: #f6f7f6;
  --bg2: #eef2f0;
  --bg3: #f0f3f2;
  --card: #ffffff;
  --card2: #fafbfa;
  --accent: #007a63;
  --accent-h: #005f4e;
  --accent-lt: #e7f3ef;
  --text: #16231f;
  --text2: #50605a;
  --text3: #68766f;
  --border: #dfe5e2;
  --border2: #c8d1cd;
  --green: #1b714d;
  --amber: #94610a;
  --red: #b42335;
  --focus: #155eef;
  --r: 6px;
  --r-sm: 4px;
}

html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--focus) !important;
  outline-offset: 2px;
}
.skip-link {
  position: fixed;
  z-index: 5000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 2px;
  background: var(--text);
  color: #fff;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.hidden { display: none !important; }

/* Utility bar and header */
.service-bar {
  background: #183d35;
  color: #eaf4f0;
  font-size: .78rem;
}
.service-bar-inner {
  width: min(100% - 40px, 1440px);
  min-height: 34px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.service-bar-links { display: flex; align-items: center; gap: 26px; }
.service-bar a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--border);
  box-shadow: none;
  backdrop-filter: none;
}
.header-inner, .subnav-inner, .section-inner, .trust-inner, .store-intro-inner, .footer-inner {
  max-width: 1440px;
}
.header-inner {
  min-height: 72px;
  height: auto;
  padding: 10px 20px;
  gap: 24px;
}
.logo { min-height: 44px; gap: 10px; }
.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  background: var(--accent);
  box-shadow: none;
}
.logo-text {
  color: var(--text);
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: -.02em;
}
.logo-text span { color: var(--accent); font-weight: 700; }
.header-search { max-width: 720px; }
.header-search input, .filter-input, .form-input, .auth-input {
  min-height: 46px;
  background: #fff;
  border-color: var(--border2);
  border-radius: 4px;
  color: var(--text);
  font-size: .94rem;
}
.header-search input { background: #f7f8f7; padding-left: 44px; }
.header-search input:focus, .filter-input:focus, .form-input:focus, .auth-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}
.header-actions { gap: 6px; }
.hbtn, .mob-search-btn {
  min-height: 42px;
  min-width: 42px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: var(--text2);
}
.hbtn:hover, .mob-search-btn:hover { background: var(--bg3); color: var(--text); }
.hbtn-icon { padding-inline: 11px; }
.action-label { font-size: .8rem; font-weight: 600; }
.cart-badge {
  top: -1px;
  right: -1px;
  min-width: 18px;
  width: auto;
  height: 18px;
  padding: 0 4px;
  background: var(--red);
}
.subnav { background: #fff; border-bottom: 1px solid var(--border); }
.subnav-inner { padding: 0 20px; gap: 0; }
.snav-item {
  min-height: 43px;
  padding: 0 15px;
  border-bottom: 2px solid transparent;
  color: var(--text2);
  font-size: .81rem;
  font-weight: 600;
}
.snav-item:first-child { padding-left: 0; margin-right: 10px; }
.snav-item:hover { color: var(--text); }
.snav-item.active { color: var(--accent); border-bottom-color: var(--accent); }

/* Store introduction */
.store-intro {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 44px 20px;
}
.store-intro-inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
}
.intro-copy { max-width: 760px; }
.intro-kicker, .section-label, .cta-kicker {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.intro-copy h1 {
  margin-bottom: 18px;
  max-width: 720px;
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 680;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.intro-lead {
  max-width: 680px;
  margin-bottom: 26px;
  color: var(--text2);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.65;
}
.hero-ctas { display: flex; gap: 10px; margin: 0 0 32px; flex-wrap: wrap; }
.btn-primary, .btn-outline, .filter-reset, .pag-btn, .panel-close, .qty-btn {
  min-height: 44px;
  border-radius: 4px;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  background: var(--accent);
  color: #fff;
  box-shadow: none;
  font-size: .9rem;
  font-weight: 650;
}
.btn-primary:hover { background: var(--accent-h); transform: none; }
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 19px;
  background: #fff;
  border: 1px solid var(--border2);
  color: var(--text);
  font-size: .9rem;
  font-weight: 600;
}
.btn-outline:hover { background: var(--bg3); border-color: #87968f; }
.intro-facts { display: flex; gap: 0; }
.intro-facts > div { min-width: 112px; padding: 0 24px; border-left: 1px solid var(--border); }
.intro-facts > div:first-child { padding-left: 0; border-left: 0; }
.intro-facts dt { color: var(--text); font-size: 1.25rem; font-weight: 700; line-height: 1.2; }
.intro-facts dd { margin-top: 2px; color: var(--text3); font-size: .78rem; }
.quick-choice { border-top: 3px solid var(--accent); background: #f5f7f6; }
.quick-choice-head { padding: 16px 18px 13px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; gap: 16px; }
.quick-choice-head span { font-weight: 700; }
.quick-choice-head small { color: var(--text3); }
.quick-choice > button {
  width: 100%;
  min-height: 62px;
  padding: 11px 18px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.quick-choice > button:hover { background: #fff; }
.quick-choice > button span { font-size: .92rem; font-weight: 650; }
.quick-choice > button small { color: var(--text3); font-size: .75rem; }
.quick-choice .quick-choice-all {
  min-height: 46px;
  border-bottom: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--accent);
  font-weight: 650;
}

/* Sections and content hierarchy */
.section { padding: 60px 20px; }
.section-inner { margin: 0 auto; }
.section-head {
  align-items: flex-end;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.section-title {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 680;
  letter-spacing: -.025em;
  line-height: 1.2;
}
.section-link, .text-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: .84rem;
  font-weight: 650;
}
.section-link:hover, .text-link:hover { color: var(--accent-h); text-decoration: underline; text-underline-offset: 4px; }
.featured-section { background: var(--bg); }
.category-section, .about-section { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* Product grid */
.prod-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.prod-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  transition: border-color .16s ease;
}
.prod-card:hover { border-color: #8ba49a; transform: none; box-shadow: none; }
.prod-img { aspect-ratio: 1.12 / 1; border-bottom: 1px solid var(--border); background: #fff; }
.prod-img img { padding: 16px; transition: none; }
.prod-card:hover .prod-img img { transform: none; }
.prod-badge, .badge-disc { top: 10px; border-radius: 2px; font-size: .66rem; letter-spacing: .01em; text-transform: none; }
.badge-in { background: #e8f4ed; border-color: #c7dfd1; color: #256847; }
.badge-pre { background: #fff5df; border-color: #ead5a3; color: #85590a; }
.badge-out { background: #f8e9ec; border-color: #e7c7cd; color: #943044; }
.prod-body { padding: 15px; }
.prod-cat { margin-bottom: 5px; color: var(--text3); font-size: .68rem; letter-spacing: .04em; }
.prod-title {
  min-height: 2.8em;
  margin-bottom: 5px;
  color: var(--text);
  font-size: .91rem;
  font-weight: 600;
  line-height: 1.4;
}
.prod-brand { min-height: 1.3em; margin-bottom: 14px; color: var(--text3); font-size: .75rem; }
.prod-footer { display: block; }
.prod-price-wrap { min-height: 31px; display: flex; align-items: baseline; gap: 6px; margin-bottom: 10px; }
.prod-price { color: var(--text); font-size: 1.04rem; font-weight: 700; }
.prod-price-old { color: var(--text3); }
.prod-actions { display: grid; grid-template-columns: minmax(0, 1fr) 42px; gap: 7px; }
.prod-cart-btn {
  width: 100%;
  min-height: 40px;
  height: auto;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--accent);
  color: #fff;
  font-size: .78rem;
  font-weight: 650;
}
.prod-cart-btn:hover { background: var(--accent-h); transform: none; }
.prod-fav-btn {
  min-width: 42px;
  min-height: 40px;
  padding: 0 !important;
  border: 1px solid var(--border2) !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: var(--text2) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-fav-btn:hover { border-color: #8ba49a !important; color: var(--accent) !important; }

/* Categories and trust */
.cat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.cat-card {
  min-height: 78px;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: var(--text);
  flex-direction: row;
  align-items: center;
  gap: 13px;
  text-align: left;
}
.cat-card:hover { border-color: var(--border); background: #f4f7f5; transform: none; }
.cat-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 3px;
  background: var(--accent-lt);
  color: var(--accent);
}
.cat-icon svg { width: 19px; height: 19px; }
.cat-card:hover .cat-icon { background: var(--accent-lt); color: var(--accent); }
.cat-name { font-size: .86rem; font-weight: 600; }
.trust { padding: 0 20px; background: #183d35; border: 0; color: #fff; }
.trust-inner { grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0 auto; }
.trust-item { padding: 28px 32px; border-left: 1px solid rgba(255,255,255,.18); gap: 16px; }
.trust-item:first-child { border-left: 0; padding-left: 0; }
.trust-index { color: #7fc1af; font: 650 .76rem/1.2 Consolas, monospace; }
.trust-title { margin-bottom: 4px; color: #fff; font-size: .94rem; }
.trust-sub { color: #c8d9d3; font-size: .82rem; line-height: 1.55; }

/* Buying guidance */
.about-grid { grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: clamp(50px, 8vw, 120px); align-items: start; }
.about-text h2 { margin-bottom: 18px; font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 680; line-height: 1.18; }
.about-text p { max-width: 630px; margin-bottom: 18px; color: var(--text2); line-height: 1.7; }
.procurement-list { list-style: none; border-top: 1px solid var(--border); }
.procurement-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.procurement-list li > span { color: var(--accent); font: 650 .78rem/1.5 Consolas, monospace; }
.procurement-list strong { font-size: .95rem; }
.procurement-list p { margin-top: 3px; color: var(--text3); font-size: .84rem; }
.brands-row { gap: 6px; }
.brand-pill { min-height: 39px; padding: 7px 13px; border-radius: 3px; background: #fff; color: var(--text2); }
.brand-pill:hover { background: var(--accent-lt); border-color: #9bc0b5; color: var(--accent-h); }
#brandSearch { min-height: 44px !important; max-width: 360px !important; border-radius: 4px !important; background: #fff !important; }
#brandAZ button { border-radius: 2px !important; }

/* Consultation strip */
.cta-banner {
  padding: 34px 38px;
  display: grid;
  grid-template-columns: minmax(250px, .9fr) minmax(280px, 1.1fr) auto;
  align-items: center;
  gap: 36px;
  border: 0;
  border-radius: 4px;
  background: #e7efec;
  color: var(--text);
  text-align: left;
}
.cta-banner::before { display: none; }
.cta-banner h2 { margin: 0; font-size: clamp(1.35rem, 2.2vw, 1.8rem); font-weight: 680; }
.cta-banner p { margin: 0; max-width: 560px; color: var(--text2); line-height: 1.6; }
.cta-banner .ctas { justify-content: flex-end; flex-wrap: nowrap; }
.cta-banner .btn-primary { background: var(--accent); color: #fff; }
.cta-banner .btn-outline { background: transparent; color: var(--text); border-color: #aebbb6; }

/* Catalog */
.catalog-page-head { margin-bottom: 34px; }
.catalog-page-head h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 680; letter-spacing: -.03em; line-height: 1.12; }
.catalog-page-head p { margin-top: 8px; color: var(--text2); }
.catalog-layout { gap: 28px; }
.catalog-sidebar {
  width: 270px;
  padding: 0;
  position: sticky;
  top: 126px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}
.sidebar-title {
  min-height: 48px;
  margin: 0;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
}
.sidebar-title::-webkit-details-marker { display: none; }
.catalog-sidebar[open] .sidebar-title span { transform: rotate(45deg); }
.filter-group { margin: 0; padding: 10px 14px 0; }
.filter-label { margin-bottom: 5px; color: var(--text2); font-size: .74rem; }
.filter-input { min-height: 42px; background: #fff; }
.filter-input option { background: #fff; }
.filter-reset { width: calc(100% - 28px); margin: 14px; color: var(--text2); background: #fff; }
.filter-reset:hover { color: var(--red); border-color: var(--red); }
.pagination { margin-top: 30px; }
.pag-btn { width: 38px; height: 38px; background: #fff; color: var(--text2); }
.pag-btn.active { background: var(--accent); border-color: var(--accent); color: #fff; }

/* Footer */
.footer { padding: 48px 20px 22px; border: 0; background: #142b25; color: #f4f8f6; }
.footer-grid { grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 48px; }
.footer .logo-text { color: #fff; }
.footer .logo-text span { color: #75cbb4; }
.footer-brand p, .footer-contact-links a, .footer-col-title, .footer-bottom p { color: #bdcec8; }
.footer-links a, .footer-links button { min-height: 30px; display: flex; align-items: center; color: #aebfb9; }
.footer-contact-links a:hover, .footer-links a:hover, .footer-links button:hover { color: #fff; }
.footer-bottom { border-top-color: #355049; }

/* Panels, forms and dialogs */
.overlay, .modal-overlay, .auth-modal-overlay { background: rgba(18,35,31,.64); backdrop-filter: none; }
.side-panel, .prod-modal, .modal, .auth-modal, .profile-card {
  border-color: var(--border);
  border-radius: 4px;
  background: #fff;
  color: var(--text);
  box-shadow: 0 18px 60px rgba(16,34,29,.18);
}
.side-panel { width: min(470px, 100vw); }
.panel-header, .panel-footer { border-color: var(--border); }
.panel-close, .qty-btn, .modal-close-btn { border-color: var(--border2); border-radius: 3px; background: #fff; color: var(--text2); }
.modal-gallery, .cart-item-img { background: var(--card2); }
.modal-desc { max-height: none; overflow: visible; color: var(--text2); flex-shrink: 0; }
.modal-avail { border-radius: 2px; }
.modal-thumb { padding: 0; border-radius: 2px; overflow: hidden; background: #fff; }
.modal-thumb img { width: 100%; height: 100%; object-fit: cover; }
.auth-tab.active { color: var(--accent); border-bottom-color: var(--accent); }
.auth-type-btn.active { color: var(--accent); border-color: var(--accent); background: var(--accent-lt); }
.user-dropdown, .autocomplete-box, .toast { border-color: var(--border); border-radius: 4px; background: #fff; color: var(--text); box-shadow: 0 12px 32px rgba(16,34,29,.14); }
.autocomplete-item.focused, .autocomplete-item:hover { background: var(--accent-lt); }
.order-row-card { border-color: var(--border); background: #fff; }

@media (min-width: 1760px) {
  .header-inner, .subnav-inner, .section-inner, .trust-inner, .store-intro-inner, .footer-inner { max-width: 1640px; }
  .prod-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .cat-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 1120px) {
  .prod-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .store-intro-inner { grid-template-columns: minmax(0, 1fr) 350px; gap: 42px; }
  .cta-banner { grid-template-columns: 1fr 1fr; }
  .cta-banner .ctas { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 900px) {
  .store-intro-inner { grid-template-columns: 1fr; }
  .quick-choice { display: none; }
  .trust-inner { grid-template-columns: 1fr; }
  .trust-item { padding: 20px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .trust-item:first-child { border-top: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; }
  .catalog-layout { display: block; }
  .catalog-sidebar { width: 100%; margin-bottom: 22px; position: static; }
  .catalog-sidebar[open] { padding-bottom: 10px; }
  .catalog-sidebar[open] .filter-group { display: inline-block; width: calc(50% - 3px); vertical-align: top; }
  .catalog-sidebar[open] .filter-reset { display: block; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .service-bar { display: none; }
  .header-inner { min-height: 62px; padding: 8px 12px; gap: 8px; }
  .logo-mark { width: 34px; height: 34px; }
  .logo-text { display: block; font-size: 1rem; }
  .header-actions { gap: 1px; }
  .header-actions > .hbtn:not(.hbtn-icon):not(.hbtn-user) { display: none; }
  .hbtn, .mob-search-btn { min-width: 38px; padding: 7px; }
  .hbtn-user { padding-inline: 5px; }
  .action-label { display: none; }
  .subnav-inner { padding: 0 12px; }
  .snav-item { min-height: 41px; padding-inline: 12px; }
  .store-intro { padding: 28px 16px 30px; }
  .intro-kicker { margin-bottom: 8px; font-size: .69rem; }
  .intro-copy h1 { margin-bottom: 13px; font-size: clamp(1.78rem, 9vw, 2.35rem); line-height: 1.1; }
  .intro-lead { margin-bottom: 20px; font-size: .96rem; line-height: 1.55; }
  .hero-ctas { margin-bottom: 25px; }
  .hero-ctas > * { flex: 1 1 100%; width: 100%; }
  .intro-facts { justify-content: space-between; }
  .intro-facts > div { min-width: 0; flex: 1; padding: 0 12px; }
  .intro-facts dt { font-size: 1.08rem; }
  .intro-facts dd { font-size: .7rem; }
  .section { padding: 42px 14px; }
  .section-head { align-items: flex-start; margin-bottom: 18px; }
  .section-link { min-height: 36px; }
  .featured-section .section-head { display: flex; }
  .prod-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .prod-img { aspect-ratio: 1 / .92; }
  .prod-img img { padding: 10px; }
  .prod-badge { top: 7px; left: 7px; padding-inline: 6px; font-size: .58rem; }
  .prod-body { padding: 10px; }
  .prod-cat { font-size: .61rem; }
  .prod-title { min-height: 3.9em; font-size: .79rem; -webkit-line-clamp: 3; line-clamp: 3; }
  .prod-brand { margin-bottom: 9px; font-size: .67rem; }
  .prod-price-wrap { min-height: 28px; margin-bottom: 7px; flex-wrap: wrap; }
  .prod-price { font-size: .88rem; }
  .prod-price-old { font-size: .68rem; }
  .prod-actions { grid-template-columns: minmax(0, 1fr) 38px; gap: 5px; }
  .prod-cart-btn { min-height: 38px; font-size: .71rem; }
  .prod-cart-btn svg { display: none; }
  .prod-fav-btn { min-width: 38px; min-height: 38px; }
  .cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cat-card { min-height: 66px; padding: 10px; gap: 9px; }
  .cat-icon { width: 32px; height: 32px; flex-basis: 32px; }
  .cat-name { font-size: .75rem; }
  .trust { padding-inline: 16px; }
  .about-text h2 { font-size: 1.7rem; }
  .cta-banner { padding: 26px 20px; grid-template-columns: 1fr; gap: 18px; }
  .cta-banner .ctas { grid-column: auto; flex-wrap: wrap; }
  .cta-banner .ctas > * { flex: 1 1 100%; }
  .catalog-page-head { margin-bottom: 24px; }
  .catalog-page-head h1 { font-size: 2rem; }
  .catalog-sidebar[open] .filter-group { display: block; width: 100%; }
  .footer { padding-inline: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .side-panel { top: auto; bottom: 0; height: min(92vh, 780px); border-radius: 4px 4px 0 0; transform: translateY(100%); }
  .side-panel.open { transform: translateY(0); }
  .modal-overlay { align-items: flex-end; }
  .prod-modal { width: 100vw; max-height: 94dvh; border-radius: 4px 4px 0 0; margin-top: auto; }
  .modal-info { overflow: visible; }
  .order-modal, .auth-modal { width: 100vw; max-height: 94dvh; overflow-y: auto; border-radius: 4px 4px 0 0 !important; padding: 22px 18px !important; }
  #orderForm > div[style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
}

@media (max-width: 374px) {
  .logo-text { display: none; }
  .section { padding-inline: 10px; }
  .prod-grid { gap: 6px; }
  .prod-cart-btn span { font-size: .66rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (prefers-contrast: more) {
  :root { --border: #8d9994; --border2: #69766f; --text2: #31403a; --text3: #46534d; }
}
