﻿:root {
  --bg: #111;
  --panel: #181818;
  --panel-soft: #202020;
  --text: #f7f7f2;
  --muted: #a6a6a0;
  --muted-2: #777;
  --line: rgba(255, 255, 255, 0.08);
  --green: #61ad51;
  --green-dark: #3f8d37;
  --yellow: #f6b64d;
  --berry: #953573;
  --danger: #d85050;
  --max: 1230px;
  --fs-meta: 12px;
  --fs-small: 13px;
  --fs-ui: 14px;
  --fs-body: 16px;
  --fs-card: 15px;
  --fs-h2: 22px;
  --fs-h1: 36px;
  --lh-body: 26px;
  --lh-tight: 24px;
  --measure: 72ch;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #777;
  background: var(--bg);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: .75px;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.page { min-height: 100vh; background: #111 url("./assets/semena-na-klicenie.jpg") repeat; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }

.site-header {
  background: #151515;
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}
.site-header.home-head {
  background: transparent;
  box-shadow: none;
}
.topbar {
  display: none;
  background: rgba(17,17,17,.94);
  border-bottom: 1px solid var(--line);
  color: #b7b7b7;
  font-size: var(--fs-meta);
  line-height: 16px;
  letter-spacing: 1.1px;
}
.topbar .wrap, .mainbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.topbar .wrap { min-height: 30px; }
.topbar nav, .socials, .meta { display: flex; align-items: center; gap: 18px; }
.social {
  width: 22px;
  height: 22px;
  border: 1px solid #555;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ddd;
  font-size: 12px;
}
.brandbar {
  display: none;
  background: #181818;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brandbar .wrap {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.brandbar-left, .brandbar-right {
  display: flex;
  align-items: center;
  gap: 13px;
}
.brandbar-right { justify-content: flex-end; }
.brand-logo {
  color: white;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.12;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brandbar .contact {
  color: #d8d8d2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .35px;
}
.brandbar .contact,
.mail,
.footer a {
  color: inherit;
  text-decoration: none;
}
.brandbar .contact:hover,
.mail:hover,
.footer a:hover {
  color: #78c95b;
}
.navrow {
  display: none;
  position: sticky;
  top: 0;
  z-index: 36;
  background: #292929;
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
}
.navrow .wrap {
  min-height: 64px;
  display: flex;
  justify-content: center;
}
.mainbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #111;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.mainbar .wrap { min-height: 58px; }
.logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 142px;
  color: white;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.12;
  min-height: 32px;
  letter-spacing: .02em;
}
.logo img { width: 146px; height: auto; }
.logo-mark {
  width: 16px;
  height: 10px;
  border-radius: 100% 0 100% 0;
  background: var(--green);
  transform: rotate(-25deg);
  display: inline-block;
}
.logo-mark:last-child { transform: rotate(155deg); }
.icon-btn {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 6px;
}
.icon-btn:hover { background: rgba(255,255,255,.08); color: #fff; }
.icon { width: 23px; height: 23px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.account-shortcut {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.account-shortcut-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 60;
  width: min(260px, calc(100vw - 32px));
  display: none;
  gap: 1px;
  border: 1px solid rgba(255,255,255,.12);
  border-top: 2px solid var(--green);
  background: rgba(17,17,17,.96);
  box-shadow: 0 16px 34px rgba(0,0,0,.38);
  padding: 10px;
}
.account-shortcut:hover .account-shortcut-menu,
.account-shortcut:focus-within .account-shortcut-menu {
  display: grid;
}
.account-shortcut-menu::before {
  content: "";
  position: absolute;
  inset: -14px 0 auto;
  height: 14px;
}
.account-shortcut-name {
  margin: 2px 2px 8px;
  color: #b8b8b8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .9px;
  text-transform: uppercase;
}
.account-shortcut-link {
  display: flex;
  width: 100%;
  align-items: center;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  color: #d9d9d9;
  min-height: 36px;
  padding: 9px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .9px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.account-shortcut-link:hover,
.account-shortcut-link:focus-visible {
  border-left-color: var(--green);
  background: rgba(76,175,80,.1);
  color: var(--green);
}
.account-shortcut-admin,
.account-shortcut-logout {
  margin-top: 6px;
}
.account-shortcut-admin {
  border: 1px solid rgba(255,255,255,.2);
}
.account-shortcut-logout {
  border-top: 1px solid rgba(255,255,255,.12);
  color: #bdbdbd;
}
.fav-header-btn[aria-current="page"],
.account-btn[aria-current="page"] {
  color: var(--green);
}
.badge {
  position: absolute;
  min-width: 18px;
  height: 18px;
  top: 2px;
  right: 1px;
  border-radius: 999px;
  background: var(--green);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  padding: 0 5px;
}
.actions { display: flex; align-items: center; gap: 3px; }
.desktop-nav { display: none; align-items: center; gap: 0; }
.desktop-nav > li { list-style: none; position: relative; }
.desktop-nav > li > a, .desktop-nav > li > button {
  height: 64px;
  border: 0;
  background: transparent;
  color: #f5f5f5;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: var(--fs-ui);
  text-transform: uppercase;
  letter-spacing: .75px;
}
.desktop-nav > li:hover > a, .desktop-nav > li:hover > button { color: var(--green); }
.nav-caret {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  display: inline-block;
  margin-left: 4px;
  transform: translateY(-3px) rotate(45deg);
  opacity: .75;
}
.mega {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  min-width: 270px;
  background: #161616;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(0,0,0,.4);
  padding: 10px 0;
}
.desktop-nav > li:hover .mega { display: block; }
.mega a {
  display: block;
  padding: 10px 18px;
  font-size: 13px;
  color: #cacaca;
}
.mega a:hover { color: white; background: rgba(255,255,255,.06); }

.hero {
  min-height: 500px;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  background:
    linear-gradient(rgba(0,0,0,.38), rgba(0,0,0,.62)),
    url("./assets/greens-slide.jpg") center / cover;
}
.home-head + main {
  --home-header-offset: 316px;
  --home-hero-gap: clamp(56px, 4vw, 86px);
}
.home-head + main .hero {
  min-height: clamp(760px, 46vw, 880px);
  padding-top: calc(var(--home-header-offset) + var(--home-hero-gap));
  align-items: start;
}
.home-head + main .hero h1 {
  max-width: 1540px;
  font-size: clamp(52px, 4.6vw, 62px);
  line-height: 1.08;
  margin-bottom: 46px;
}
.home-head + main .hero p {
  margin-bottom: 62px;
}
.home-head + main .hero .btn {
  min-height: 76px;
  min-width: 276px;
  padding: 0 38px;
  font-size: 15px;
  letter-spacing: 1.8px;
  border-radius: 6px;
}
.home-head + main .hero .btn.yellow,
.home-head + main .hero .cta-row .btn:nth-child(2) {
  min-width: 318px;
}
.home-head + main .hero .btn.berry,
.home-head + main .hero .cta-row .btn:nth-child(3) {
  min-width: 236px;
}
.breadcrumb-band {
  min-height: 54px;
  display: grid;
  place-items: center;
  background: #1d1d1d;
  border-bottom: 1px solid var(--line);
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #777;
  text-transform: uppercase;
  font-size: var(--fs-meta);
  font-weight: 700;
  letter-spacing: 1.2px;
}
.breadcrumb span:last-child { color: #e6e6e6; }
.hero .mail { color: #9b9b9b; font-size: 13px; margin-bottom: 58px; }
.hero h1 {
  color: white;
  font-size: clamp(31px, 5vw, 48px);
  line-height: 1.12;
  margin: 0 0 18px;
  font-weight: 800;
}
.hero p {
  color: white;
  max-width: 890px;
  margin: 0 auto 40px;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.36;
  font-weight: 500;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 28px;
}
.cta-row-start {
  justify-content: flex-start;
}
.btn {
  min-height: 56px;
  border: 0;
  border-radius: 6px;
  padding: 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  background: var(--green);
  font-size: var(--fs-small);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.14);
}
.btn:hover { filter: brightness(1.06); transform: translateY(-1px); }
.btn.yellow { background: var(--yellow); color: #2c2617; }
.btn.berry { background: var(--berry); }
.btn.ghost { background: transparent; border: 1px solid var(--line); box-shadow: none; color: #eee; }
.btn.small { min-height: 44px; padding: 0 19px; font-size: var(--fs-meta); }
.static-page-wrap {
  max-width: 850px;
}
.static-page-copy {
  max-width: 760px;
  margin: 0 0 24px;
  color: #d4d4d4;
  font-size: 18px;
  line-height: 1.9;
}
.static-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.static-actions .btn[disabled] {
  opacity: .62;
  cursor: not-allowed;
  transform: none;
}
.rewards-plan,
.static-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 14px;
}
.rewards-plan-item,
.static-detail {
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  padding: 18px;
}
.static-detail h2 {
  margin: 0 0 12px;
  color: #f4f4f4;
  font-size: 18px;
  line-height: 1.3;
}
.static-detail ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  color: #aaa;
  font-size: 14px;
  line-height: 1.6;
}
.static-detail li::marker {
  color: var(--green);
}
.rewards-plan-item span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #8f8f8f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.rewards-plan-item h2 {
  margin: 0 0 10px;
  color: #f4f4f4;
  font-size: 20px;
  line-height: 1.25;
}
.rewards-plan-item p,
.rewards-plan-note {
  margin: 0;
  color: #aaa;
  font-size: 14px;
  line-height: 1.65;
}
.rewards-plan-note {
  max-width: 760px;
  margin-bottom: 22px;
}

.category-band {
  padding: 54px 0 42px;
  background: #141414;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.category-tile {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0 0 20px;
  color: #9d9d9d;
  background: #181818;
  border: 1px solid rgba(255,255,255,.07);
  text-align: left;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.category-tile:hover {
  background: #1b1b1b;
  border-color: rgba(97,173,81,.34);
  transform: translateY(-2px);
}
.category-image {
  position: relative;
  display: block;
  height: 126px;
  margin: 0 0 18px;
  overflow: hidden;
  background: #1d1d1d;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.category-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 34%, rgba(0,0,0,.34) 100%);
  pointer-events: none;
}
.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease, filter .25s ease;
}
.category-tile:hover .category-image img {
  transform: scale(1.035);
  filter: saturate(1.06);
}
.category-icon {
  position: absolute;
  top: 102px;
  right: 18px;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(20,20,20,.86);
  border: 1px solid rgba(97,173,81,.42);
  display: grid;
  place-items: center;
  color: #61ad51;
  font-size: 18px;
  box-shadow: 0 10px 20px rgba(0,0,0,.24);
}
.category-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.category-tile h3 { margin: 0 18px 9px; color: #e2e2e2; font-size: 18px; line-height: 1.25; }
.category-tile p { margin: 0 18px; font-size: 13px; line-height: 1.55; color: #a5a5a5; }

.quick-paths {
  background: #161616;
  padding: 76px 0;
  border-top: 1px solid rgba(255,255,255,.045);
  border-bottom: 1px solid rgba(255,255,255,.045);
}
.quick-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 16px;
  transform: none;
  margin-bottom: 0;
}
.quick-path {
  position: relative;
  min-height: 232px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: white;
  background: #181818;
  border-radius: 4px;
}
.quick-path::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.78));
}
.quick-path img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
  transition: transform .25s ease, opacity .25s ease;
}
.quick-path:hover img {
  opacity: .9;
  transform: scale(1.04);
}
.quick-path span,
.quick-path strong,
.quick-path b,
.quick-path em {
  position: relative;
  z-index: 1;
}
.quick-path span {
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 9px;
  border-radius: 4px;
  background: var(--green);
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .9px;
  text-transform: uppercase;
}
.quick-path strong {
  color: white;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: .8px;
}
.quick-path.is-primary strong {
  font-size: 30px;
  line-height: 36px;
}
.quick-path b {
  margin-top: 7px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.quick-path em {
  margin-top: 8px;
  color: #d7d7d7;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}

.starter {
  background: #171717;
  padding: 64px 0 68px;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.starter-head {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 30px;
}
.starter-head p,
.eyebrow {
  margin: 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.starter-head h2,
.pollinator h2 {
  margin: 0;
  color: white;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.18;
}
.starter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.starter-card {
  min-height: 168px;
  padding: 22px;
  background: #111;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 4px;
  color: #aaa;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.starter-card:hover {
  transform: translateY(-3px);
  border-color: rgba(80,162,72,.7);
  background: #151515;
}
.starter-card span {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.1px;
}
.starter-card h3 {
  margin: 14px 0 8px;
  color: #e2e2e2;
  font-size: 22px;
  line-height: 29px;
}
.starter-card p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}

.home-feature {
  background:
    linear-gradient(180deg, rgba(18,18,18,.98), rgba(18,18,18,.94)),
    url("./assets/pestovatelske-potreby.jpg") center / cover;
  padding: 72px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.045);
  border-bottom: 1px solid rgba(255,255,255,.045);
}
.feature-container {
  width: min(1260px, calc(100% - 32px));
  margin: 0 auto;
}
.feature-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 420px));
  align-items: center;
  min-height: 540px;
}
.feature-column {
  display: grid;
  row-gap: 58px;
  align-content: start;
  align-self: flex-start;
}
.feature-center {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
}
.feature-center img {
  display: block;
  width: 390px;
  height: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(0,0,0,.38));
  transform: translateY(-12px) rotate(0deg);
  transform-origin: 50% 50%;
  animation: bowl-spin 42s linear infinite;
}
@keyframes bowl-spin {
  from { transform: translateY(-12px) rotate(0deg); }
  to { transform: translateY(-12px) rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .feature-center img {
    animation: none;
  }
}
.feature-point {
  position: relative;
  display: grid;
  align-items: start;
  min-height: 128px;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.feature-left .feature-point {
  grid-template-columns: minmax(230px, 285px) 82px;
  column-gap: 22px;
  margin-left: 56px;
  text-align: right;
}
.feature-right .feature-point {
  grid-template-columns: 82px minmax(230px, 305px);
  column-gap: 22px;
  margin-right: 0;
  text-align: left;
}
.feature-left .feature-point:nth-child(2) {
  transform: translateX(-80px);
}
.feature-right .feature-point:nth-child(1) {
  transform: translateX(-89px);
}
.feature-right .feature-point:nth-child(3) {
  transform: translateX(-70px);
}
.feature-left .feature-copybox { grid-column: 1; }
.feature-left .feature-icon-link { grid-column: 2; }
.feature-right .feature-icon-link { grid-column: 1; }
.feature-right .feature-copybox { grid-column: 2; }
.feature-copybox,
.feature-icon-link {
  grid-row: 1;
}
.feature-point:nth-child(3) { min-height: 164px; }
.feature-copybox h3 {
  margin: 0 0 18px;
  color: #b7b7b7;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.2px;
}
.feature-copybox a {
  color: inherit;
  transition: color .18s ease;
}
.feature-copybox p {
  margin: 0;
  color: #777;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .75px;
}
.feature-icon-link {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #50a248;
  display: grid;
  place-items: center;
  color: white;
  transition: transform .18s ease, background-color .18s ease;
}
.feature-icon-link svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-point:hover .feature-icon-link {
  background: #57ad4f;
  transform: translateY(-2px);
}
.feature-point:hover .feature-copybox h3 { color: #d6d6d6; }

.pollinator {
  background: #141414;
  padding: 64px 0;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.pollinator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: 52px;
  align-items: center;
}
.pollinator p:not(.eyebrow) {
  max-width: 660px;
  color: #a2a2a2;
  font-size: 17px;
  line-height: 30px;
  margin: 20px 0 28px;
}
.pollinator img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(.95) contrast(1.02);
}

.section { padding: 82px 0 76px; background: #111; border-top: 1px solid rgba(255,255,255,.035); }
.section.alt { background: #161616; }
.section-head { text-align: center; max-width: 770px; margin: 0 auto 44px; }
.section-head h2 { color: white; margin: 0 0 11px; font-size: clamp(27px, 3.4vw, 38px); line-height: 1.2; }
.section-head p { margin: 0; font-size: 15px; line-height: 1.8; color: #a1a1a1; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.product-grid-spaced,
.cart-empty-spaced {
  margin-top: 36px;
}
.account-favourites-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.account-favourite-card {
  min-height: 100%;
  border: 1px solid rgba(97,173,81,.24);
  background: linear-gradient(180deg, rgba(97,173,81,.105), rgba(255,255,255,.024));
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 10px;
}
.account-favourite-card span {
  color: #9ad18f;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.account-favourite-card strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}
.account-favourite-card p {
  margin: 0;
  color: #b9d8b4;
  line-height: 1.6;
}
.category-product-grid {
  margin-top: 24px;
}
.home-product-section .product-grid {
  grid-template-columns: repeat(3, minmax(0, 260px));
  justify-content: center;
}
.home-product-section {
  padding: 72px 0 58px;
}
.home-product-section .section-head {
  margin-bottom: 32px;
}
.home-product-section .product-img {
  aspect-ratio: 4 / 3;
}
.home-product-more {
  margin: 24px 0 0;
  text-align: center;
}
.home-product-more .text-link {
  color: var(--green);
  font-weight: 700;
}
.page-lead .text-link {
  display: inline-flex;
  margin-top: 14px;
}
.product-card {
  position: relative;
  background: rgba(255,255,255,.026);
  min-height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.07), 0 10px 26px rgba(0,0,0,.14);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px rgba(97,173,81,.18); }
.product-img {
  aspect-ratio: 1 / 1;
  height: auto;
  background: transparent;
  display: block;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.product-info {
  padding: 13px 12px 15px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-info h3 {
  color: #c2c2c2;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .1px;
  line-height: 19px;
  min-height: 57px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-wrap: anywhere;
}
.delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #858585;
  font-size: 11.5px;
  letter-spacing: .15px;
  line-height: 16px;
  margin: 8px 0 0;
}
.stock-dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(97,173,81,.12); }
.price { color: #50a248; font-weight: 600; font-size: 16px; letter-spacing: 0; line-height: 22px; margin: 9px 0 0; }
.card-actions { display: flex; justify-content: center; gap: 8px; margin-top: auto; padding-top: 10px; }
.card-actions .btn.small {
  min-height: 40px;
  min-width: 108px;
  padding: 0 17px;
  font-size: 11px;
  letter-spacing: .55px;
  line-height: 20px;
}
.quick {
  width: 41px;
  height: 41px;
  border: 1px solid var(--line);
  background: #222;
  color: white;
  border-radius: 4px;
}
.quick:hover, .quick.active { background: var(--green); border-color: var(--green); }

.about-strip {
  min-height: 360px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.48)),
    url("./assets/zmesi-lucnych-kvetov.jpg") center / cover;
}
.about-copy { max-width: 680px; }
.about-copy h2 { color: white; font-size: clamp(28px, 4vw, 44px); margin: 0 0 18px; }
.about-copy p { line-height: 1.85; font-size: 15px; margin: 0 0 24px; color: #d0d0d0; }

.blog-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}
.blog-grid, .benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.blog-page-layout {
  margin-top: 30px;
}
.blog-category-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  margin: 0 0 30px;
}
.blog-category-nav .chip {
  min-height: 58px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 12px 16px;
  text-align: left;
  white-space: normal;
}
.blog-category-nav .chip.active,
.blog-category-nav .chip[aria-current="page"] {
  border-color: rgba(97,173,81,.6);
  background: rgba(97,173,81,.12);
  color: #f4f4ef;
}
.blog-category-nav .chip small {
  display: block;
  color: #92928d;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: .45px;
  text-transform: none;
}
.blog-category-nav .chip span {
  display: block;
  margin-bottom: 2px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #1a1a1a 0%, #151515 100%);
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
}
.blog-card img {
  width: 100%;
  aspect-ratio: 1.88 / 1;
  height: auto;
  object-fit: cover;
}
.blog-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 28px 26px;
}
.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin: 0 0 12px;
  color: #8f8f8a;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-card-meta a {
  color: var(--green);
}
.blog-card-meta span {
  color: #8f8f8a;
}
.blog-card h3 {
  color: white;
  margin: 0 0 14px;
  line-height: 1.34;
  font-size: clamp(22px, 1.8vw, 28px);
}
.blog-card p {
  line-height: 1.78;
  margin: 0 0 20px;
  color: #9f9f9b;
}
.blog-card .text-link { margin-top: auto; }
.blog-more { text-align: center; margin: 30px 0 0; }
.home-blog-section .blog-layout {
  grid-template-columns: minmax(0, 1fr);
}
.home-blog-section {
  padding: 76px 0 62px;
}
.home-blog-section .section-head {
  margin-bottom: 34px;
}
.home-blog-section .blog-grid {
  gap: 24px;
}
.home-blog-section .blog-card div {
  padding: 22px 24px 24px;
}
.home-blog-section .blog-card h3 {
  font-size: clamp(20px, 1.55vw, 24px);
}
.home-blog-section .blog-card p[itemprop="description"] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-blog-section .blog-sidebar {
  padding: 24px;
}
.home-blog-section .sidebar-products {
  gap: 12px;
}
.home-blog-section .sidebar-product {
  min-height: 82px;
}
.home-blog-section .sidebar-product img {
  width: 72px;
  height: 72px;
}
.blog-detail-wrap {
  max-width: 880px;
}
.blog-detail-image {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  margin-bottom: 28px;
}
.blog-detail-lead {
  font-size: 18px;
  line-height: 1.9;
}
.blog-detail-copy {
  line-height: 1.9;
}
.blog-detail-copy h2 {
  margin: 30px 0 12px;
  color: #f4f4ef;
  font-size: 24px;
}
.blog-detail-copy ul {
  margin: 0 0 22px;
  padding-left: 20px;
}
.blog-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}
.blog-keywords span {
  border: 1px solid rgba(255,255,255,.12);
  color: #bdbdb7;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 38px;
}
.blog-related {
  margin-top: 44px;
}
.blog-related h2 {
  color: #f4f4ef;
  font-size: 26px;
  margin: 0 0 18px;
}
.blog-product-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}
.blog-product-strip a {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.1);
  background: #171717;
  padding: 12px;
  color: #d9d9d3;
}
.blog-product-strip img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}
.blog-product-strip span,
.blog-product-strip strong {
  grid-column: 2;
}
.blog-product-strip strong {
  color: var(--green);
}
.blog-sidebar {
  background: linear-gradient(180deg, #1b1b1b 0%, #151515 100%);
  border: 1px solid rgba(255,255,255,.09);
  padding: 30px;
  box-shadow: 0 18px 44px rgba(0,0,0,.2);
}
.blog-sidebar h3 {
  color: white;
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 30px;
}
.blog-sidebar p {
  margin: 0 0 20px;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 24px;
}
.sidebar-products {
  display: grid;
  gap: 14px;
  margin: 0 0 22px;
}
.sidebar-product {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 5px 0;
  color: #bdbdbd;
}
.sidebar-product img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 3px;
}
.sidebar-product strong,
.sidebar-product em {
  display: block;
}
.sidebar-product strong {
  color: #dcdcdc;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
}
.sidebar-product em {
  margin-top: 7px;
  color: var(--green);
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
}
.text-link { color: var(--green); font-weight: 700; }
.benefit {
  border-top: 1px solid var(--line);
  padding: 24px 0 0;
}
.benefit h3 { color: white; margin: 0 0 10px; }
.benefit p { line-height: 1.8; margin: 0; }

.footer {
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0) 28%),
    #101010;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 64px 0 28px;
}
.maintenance {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.82)),
    url("./assets/microgreens.jpg") center / cover;
}
.maintenance .wrap {
  max-width: 760px;
}
.maintenance .brand-logo {
  justify-content: center;
  margin-bottom: 38px;
}
.maintenance h1 {
  margin: 0 0 18px;
  color: white;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.1;
}
.maintenance p {
  margin: 0 auto;
  max-width: 640px;
  color: #d7d7d7;
  font-size: 18px;
  line-height: 31px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}
.footer h4 {
  color: white;
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: .8px;
}
.footer p {
  margin: 0 0 16px;
  max-width: 690px;
  color: #a6a6a1;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .25px;
}
.footer li { list-style: none; margin: 0 0 10px; }
.footer ul { padding: 0; margin: 0; }
.footer-instagram {
  margin-top: 16px;
  width: 156px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
  opacity: .82;
}
.newsletter {
  display: inline-grid;
  grid-template-columns: max-content;
  gap: 10px;
  max-width: 680px;
  align-items: start;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  border-radius: 6px;
}
.newsletter .btn.small {
  min-height: 54px;
  padding: 0 28px;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 1.3px;
}
.footer .form-helper {
  margin-top: 12px;
  max-width: 560px;
  color: #b7b7b1;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .25px;
}
.footer a {
  color: #d9d9d3;
}
.footer a:hover {
  color: white;
}
.footer .socials {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.footer .social {
  width: 40px;
  height: 40px;
  border-color: rgba(255,255,255,.42);
  color: #f4f4ef;
  background: rgba(255,255,255,.035);
}
.field, .textarea, .select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  background: #0f0f0f;
  color: white;
  border-radius: 4px;
  padding: 0 14px;
}
.textarea { min-height: 120px; padding: 14px; resize: vertical; }
.copyright { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 13px; }

.drawer, .overlay, .modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
}
.overlay { background: rgba(0,0,0,.68); }
.drawer.active, .overlay.active, .modal.active { display: block; }
.drawer-panel {
  width: min(86vw, 360px);
  height: 100%;
  background: #151515;
  padding: 20px;
  overflow: auto;
  border-right: 1px solid var(--line);
}
.drawer-head, .modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.search-title {
  margin: 0;
  color: white;
}
.drawer-list, .drawer-list ul { padding: 0; margin: 0; }
.drawer-list li { list-style: none; border-bottom: 1px solid var(--line); }
.drawer-list a, .drawer-list button {
  width: 100%;
  border: 0;
  background: transparent;
  color: #e9e9e9;
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  text-align: left;
  font-weight: 600;
}
.drawer-marker {
  display: inline-flex;
  width: 18px;
  justify-content: flex-end;
  margin-left: 8px;
  color: var(--green);
}
.drawer-sub { display: none; padding-left: 14px !important; }
.drawer-sub.open { display: block; }
.drawer-account-links {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 0 8px 18px !important;
}
.drawer-account-links li {
  border-bottom: 0;
}
.drawer-account-links a,
.drawer-account-action,
.drawer-account-status {
  display: block;
  width: 100%;
  padding: 8px 16px;
}
.drawer-account-links a,
.drawer-account-action {
  border: 0;
  background: transparent;
  color: #b9d8b4;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.drawer-account-action {
  color: #d9d9d9;
  font: inherit;
  font-size: 13px;
  letter-spacing: 1px;
}
.drawer-account-logout {
  color: #bdbdbd;
}
.drawer-account-status {
  margin: 4px 0 6px;
  color: #9d9d9d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1.45;
  text-transform: uppercase;
}
.drawer-account-status.verified {
  color: #93bf8b;
}
.close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  background: #222;
  color: white;
  border-radius: 4px;
}
.search-panel {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(17,17,17,.96);
  display: none;
  place-items: start center;
  overflow-y: auto;
  padding: clamp(72px, 14vh, 110px) 22px 32px;
}
.search-panel.active { display: grid; }
.search-box { width: min(720px, 100%); }
.search-box input {
  width: 100%;
  height: 64px;
  border: 0;
  border-bottom: 2px solid var(--green);
  background: transparent;
  color: white;
  font-size: 27px;
  outline: 0;
}
.search-results { margin-top: 26px; display: grid; gap: 10px; }
.search-result {
  background: #1d1d1d;
  padding: 14px 16px;
  border: 1px solid var(--line);
  color: white;
}
.search-helper {
  color: #a8a8a8;
  background: #171717;
}
.modal {
  background: rgba(0,0,0,.72);
  place-items: center;
  padding: 22px;
}
.modal.active { display: grid; }
.modal-card {
  width: min(620px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: #181818;
  border: 1px solid var(--line);
  padding: 25px;
  box-shadow: 0 22px 60px rgba(0,0,0,.55);
}
.modal h2, .modal h3 { color: white; margin: 0; }
.modal:has(.account-auth-modal) {
  background:
    radial-gradient(circle at 50% 0, rgba(97,173,81,.16), transparent 38%),
    rgba(0,0,0,.76);
}
.modal-card:has(.account-auth-modal) {
  width: min(720px, 100%);
  border-color: rgba(188,230,184,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.026)),
    #141414;
  padding: clamp(22px, 3vw, 34px);
}
.account-auth-modal {
  display: grid;
  gap: 24px;
}
.account-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.account-auth-tabs button {
  min-height: 58px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #8f8f8f;
  font: inherit;
  font-size: clamp(22px, 3.2vw, 36px);
  font-weight: 600;
  letter-spacing: .6px;
  cursor: pointer;
}
.account-auth-tabs button.active {
  border-bottom-color: var(--green);
  color: #f4f4f4;
}
.account-auth-modal-form {
  gap: 14px;
}
.account-auth-modal-form .field {
  min-height: 56px;
  border-color: rgba(255,255,255,.13);
  background: rgba(0,0,0,.32);
}
.account-auth-modal-form .btn {
  margin-top: 4px;
  width: 100%;
  min-height: 56px;
}
.account-auth-modal .account-login-links {
  justify-content: center;
  gap: 18px 24px;
  text-align: center;
}
.modal-checklist {
  display: grid;
  gap: 14px;
  color: #d6d6d6;
  line-height: 1.65;
}
.modal-checklist p,
.modal-checklist ul {
  margin: 0;
}
.modal-checklist ul {
  padding-left: 19px;
}
.modal-checklist li::marker {
  color: var(--green);
}
.modal-checklist .btn {
  justify-self: start;
  margin-top: 2px;
}
.form-grid { display: grid; gap: 13px; }
.form-helper {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
}
.account-plan {
  display: grid;
  gap: 13px;
}
.account-page .static-page-copy {
  max-width: 980px;
}
.account-page .static-page-wrap {
  max-width: var(--max);
  padding-bottom: 58px;
}
.account-layout {
  display: grid;
  gap: 28px;
  margin-top: 28px;
  min-width: 0;
}
.account-shell {
  align-items: start;
}
.account-panel {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.022)),
    rgba(255,255,255,.018);
  padding: 24px;
  min-width: 0;
}
.account-panel .sf-eyebrow {
  margin: 0 0 14px;
}
.account-login-stack {
  display: grid;
  gap: 18px;
}
.account-login-stack .account-activation-form {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 18px;
}
.account-login-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.account-plan > p {
  margin: 0;
  color: #cfcfcf;
  line-height: 1.65;
}
.account-plan-grid {
  display: grid;
  gap: 10px;
}
.account-plan-grid > div {
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  padding: 14px;
}
.account-plan-grid span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #8f8f8f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.account-plan-grid strong {
  display: block;
  color: #f4f4f4;
  font-size: 16px;
  margin-bottom: 6px;
}
.account-plan-grid p {
  margin: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 1.55;
}
.account-menu-card {
  border: 1px solid rgba(188,230,184,.13);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.026)),
    rgba(0,0,0,.08);
  padding: 18px;
  border-radius: 6px;
}
.account-menu-identity {
  display: grid;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.account-menu-identity span {
  color: #93bf8b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.account-menu-identity .account-status {
  color: #a7a7a7;
}
.account-menu-identity .account-status.verified {
  color: #93bf8b;
}
.account-menu-identity strong {
  color: #f4f4f4;
  font-size: 21px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.account-menu-identity p,
.account-copy {
  margin: 0;
  color: #aaa;
  line-height: 1.6;
}
.account-menu {
  display: grid;
  gap: 6px;
  margin-top: 16px;
}
.account-menu-secondary {
  display: grid;
  gap: 2px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.account-menu-section-label {
  color: #8f8f8f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.account-menu-secondary .account-menu-link {
  color: #aaa;
  font-size: 13px;
  letter-spacing: 1px;
  padding-block: 9px;
}
.account-menu-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid transparent;
  border-left: 3px solid transparent;
  background: rgba(255,255,255,.028);
  color: #d9d9d9;
  padding: 12px 13px;
  font: inherit;
  font-size: 15px;
  letter-spacing: 1.4px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.account-menu-link:hover,
.account-menu-link:focus-visible,
.account-menu-link.active {
  border-left-color: #4caf50;
  border-color: rgba(76,175,80,.42);
  background: linear-gradient(90deg, rgba(76,175,80,.16), rgba(76,175,80,.055));
  color: #55c65a;
}
.account-menu-action {
  margin-top: 12px;
  border: 1px solid rgba(255,255,255,.18);
  justify-content: flex-start;
}
.account-menu-logout {
  margin-top: 16px;
  border-color: transparent;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #bdbdbd;
}
.account-menu-hint {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #8f8f8f;
  font-size: 12px;
  line-height: 1.55;
}
.account-mobile-switch {
  display: none;
}
.account-signin-prompt {
  display: grid;
  gap: 12px;
}
.account-signin-prompt .btn {
  justify-self: start;
}
.account-main {
  display: grid;
  gap: 20px;
  min-width: 0;
}
.account-auth-page .static-page-copy {
  max-width: 820px;
}
.account-auth-layout {
  max-width: 760px;
  margin-inline: auto;
}
.account-auth-panel {
  display: grid;
  gap: 12px;
}
.account-wide-panel h2 {
  margin: 0 0 12px;
  color: #d7d7d7;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.account-wide-panel > .account-copy {
  margin-bottom: 12px;
}
.account-wide-panel > .text-link {
  display: inline-flex;
  width: fit-content;
  margin: 2px 0 14px;
}
.account-dashboard-grid {
  display: grid;
  gap: 12px;
}
.account-dashboard-grid article {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(188, 230, 184, .16);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(39, 58, 38, .48), rgba(21, 30, 21, .34));
  padding: 15px;
}
.account-dashboard-grid span {
  color: #93bf8b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.account-dashboard-grid strong {
  color: #f4f4f4;
  font-size: 16px;
}
.account-dashboard-grid p {
  margin: 0;
  color: #c5d7c1;
  font-size: 13px;
  line-height: 1.55;
}
.account-benefits-grid article {
  align-content: start;
}
.account-benefits-grid .text-link {
  justify-self: start;
  margin-top: 4px;
  font-size: 12px;
}
.account-coupon-wallet {
  display: grid;
  gap: 12px;
}
.account-coupon-flow {
  display: grid;
  gap: 8px;
}
.account-coupon-flow > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 10px;
  align-items: start;
  border: 1px solid rgba(188,230,184,.11);
  border-radius: 6px;
  background: rgba(255,255,255,.028);
  padding: 12px;
}
.account-coupon-flow span {
  grid-row: 1 / span 2;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(97, 181, 82, .18);
  color: #8fd581;
  font-size: 12px;
  font-weight: 900;
}
.account-coupon-flow strong {
  color: #f4f4f4;
  font-size: 13px;
}
.account-coupon-flow p {
  margin: 0;
  color: #b7cbb4;
  font-size: 12px;
  line-height: 1.45;
}
.account-note {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 3px solid rgba(147, 191, 139, .75);
  background: rgba(0,0,0,.16);
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.55;
}
.order-lookup-result[hidden] {
  display: none;
}
.order-lookup-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(188, 230, 184, .22);
  background: rgba(31, 46, 30, .72);
  padding: 14px;
}
.order-lookup-card div,
.order-lookup-items li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.order-lookup-card span,
.order-lookup-note {
  color: #bfe5bb;
}
.order-lookup-card strong {
  color: #f4f4f4;
}
.order-lookup-note {
  margin: 0;
  line-height: 1.5;
}
.order-lookup-total {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 10px;
}
.order-lookup-items {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(255,255,255,.08);
  list-style: none;
}
.account-snapshot {
  display: grid;
  gap: 16px;
}
.account-dashboard {
  border: 1px solid rgba(188,230,184,.13);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.046), rgba(255,255,255,.018)),
    linear-gradient(135deg, rgba(76,175,80,.055), transparent 38%);
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
  padding: 24px;
}
.account-snapshot-head {
  display: grid;
  gap: 16px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.account-overview-hero {
  gap: 18px 22px;
}
.account-overview-title {
  display: grid;
  gap: 7px;
  min-width: 0;
}
.account-overview-status {
  display: grid;
  gap: 8px;
}
.account-overview-status > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 11px 13px;
  border: 1px solid rgba(188,230,184,.09);
  border-radius: 6px;
  background: rgba(0,0,0,.075);
}
.account-snapshot-head span,
.account-overview-status span,
.account-orders > span,
.account-snapshot-grid span {
  color: #93bf8b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.account-snapshot-head strong {
  color: #fff;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.15;
}
.account-overview-status strong {
  color: #f1f1f1;
  font-size: 15px;
  line-height: 1.2;
}
.account-snapshot-head p,
.account-overview-status p,
.account-snapshot-grid p,
.account-snapshot-note {
  margin: 0;
  color: #aac7a5;
  font-size: 13px;
  line-height: 1.5;
}
.account-snapshot-grid {
  display: grid;
  gap: 10px;
}
.account-snapshot-secondary {
  display: grid;
  gap: 8px;
}
.account-snapshot-grid > div {
  display: grid;
  gap: 5px;
  align-content: start;
  min-height: 88px;
  padding: 14px 15px;
  border: 1px solid rgba(188,230,184,.065);
  border-radius: 6px;
  background: rgba(255,255,255,.026);
}
.account-snapshot-secondary > div {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.028);
  border-radius: 6px;
  background: rgba(0,0,0,.035);
}
.account-snapshot-secondary strong {
  color: #e2e2e2;
  font-size: 13px;
}
.account-snapshot-secondary p {
  margin: 0;
  color: #9eb99a;
  font-size: 12px;
  line-height: 1.4;
}
.account-snapshot-secondary span {
  color: #88ad82;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.account-head-actions,
.account-overview-panels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.account-head-actions {
  align-content: end;
  align-items: end;
}
.account-overview-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: start;
  gap: 14px;
}
.account-overview-panels > .account-orders {
  min-width: 0;
}
.account-overview-priority {
  grid-template-columns: minmax(0, 1fr);
}
.account-overview-wallet .account-wallet {
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
}
.account-overview-wallet .account-wallet .btn {
  width: 100%;
}
.account-primary-actions .btn {
  min-width: 0;
}
.account-overview-panels .account-order-row {
  grid-template-columns: minmax(0, 1fr);
}
.account-overview-panels .account-order-meta {
  justify-items: start;
}
.account-overview-panels .account-order-status,
.account-overview-panels .account-order-total {
  text-align: left;
}
.account-overview-panels .account-order-detail-button {
  justify-self: start;
}
.account-next-steps {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(188,230,184,.065);
  border-radius: 6px;
  background: rgba(0,0,0,.07);
}
.account-next-steps > span,
.account-order-detail-items > span {
  color: #93bf8b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.account-next-steps > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.account-next-steps a {
  display: grid;
  gap: 5px;
  min-height: 84px;
  padding: 12px 13px;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.04);
  border-radius: 6px;
  background: rgba(0,0,0,.055);
}
.account-next-steps a:hover,
.account-next-steps a:focus-visible {
  border-color: rgba(76,175,80,.44);
  background: rgba(76,175,80,.09);
}
.account-next-steps strong {
  color: #f0f0f0;
  font-size: 14px;
}
.account-next-steps p {
  margin: 0;
  color: #aac7a5;
  font-size: 12px;
  line-height: 1.45;
}
.account-order-detail-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(188,230,184,.14);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(0,0,0,.11)),
    linear-gradient(135deg, rgba(76,175,80,.06), transparent 45%);
}
.account-order-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.account-order-detail-head > div {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.account-order-detail-head span,
.account-order-detail-totals span {
  color: #93bf8b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.account-order-detail-head strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
.account-order-detail-head p,
.account-order-detail-note {
  margin: 0;
  color: #aac7a5;
  line-height: 1.45;
}
.account-order-detail-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.account-order-detail-steps > div {
  display: grid;
  gap: 6px;
  min-height: 72px;
  align-content: center;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 6px;
  background: rgba(0,0,0,.09);
}
.account-order-detail-steps > div.active {
  border-color: rgba(76,175,80,.35);
  background: rgba(76,175,80,.085);
}
.account-order-detail-steps span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #101510;
  font-weight: 900;
  border-radius: 999px;
  background: #5fb34f;
}
.account-order-detail-steps strong {
  color: #e4e4e4;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.account-order-detail-items {
  display: grid;
  gap: 10px;
}
.account-order-detail-items ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-order-detail-items li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 6px;
  background: rgba(0,0,0,.08);
}
.account-order-detail-items li div {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.account-order-detail-items li strong {
  color: #e8e8e8;
}
.account-order-detail-items li span {
  color: #9eb99a;
  font-size: 12px;
}
.account-order-detail-totals {
  display: grid;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.07);
}
.account-order-detail-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.account-order-detail-totals strong {
  color: #fff;
  white-space: nowrap;
}
.account-address-overview {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(188,230,184,.1);
  border-radius: 6px;
  background: rgba(0,0,0,.08);
}
.account-address-overview strong {
  color: #fff;
  font-size: 26px;
  line-height: 1;
}
.account-address-overview p {
  margin: 0;
  color: #aac7a5;
  line-height: 1.45;
}
.account-address-overview .text-link {
  justify-self: start;
}
.account-wallet {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(188, 230, 184, .105);
  border-radius: 6px;
  background: rgba(39, 58, 38, .24);
}
.account-wallet > div {
  display: grid;
  gap: 5px;
}
.account-wallet span {
  color: #93bf8b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.account-wallet strong {
  color: #fff;
  font-size: 22px;
}
.account-wallet p {
  margin: 0;
  color: #c5d7c1;
  line-height: 1.55;
}
.account-wallet .btn {
  justify-self: start;
}
.account-credit-guide {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
}
.account-credit-guide > div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(188,230,184,.08);
  border-radius: 6px;
  background: rgba(0,0,0,.065);
}
.account-credit-guide span {
  color: #8fb888;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}
.account-credit-guide strong {
  color: #f0f0f0;
  font-size: 14px;
  line-height: 1.25;
}
.account-credit-guide p {
  margin: 0;
  color: #adc9a8;
  font-size: 12px;
  line-height: 1.45;
}
.account-orders {
  display: grid;
  gap: 8px;
}
.account-orders ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-orders li {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(190px, auto) auto;
  align-items: center;
  gap: 14px;
  padding: 14px 15px;
  border: 1px solid rgba(188,230,184,.075);
  border-radius: 6px;
  background: rgba(0,0,0,.075);
}
.account-orders li > div {
  min-width: 0;
}
.account-order-primary,
.account-order-meta,
.account-order-actions {
  display: grid;
  gap: 5px;
}
.account-order-primary strong,
.account-order-meta strong {
  min-width: 0;
}
.account-order-primary strong {
  color: #d8d8d8;
}
.account-order-actions {
  justify-items: end;
}
.account-orders li span {
  color: #aac7a5;
}
.account-orders .account-empty-row,
.account-favourites-grid .account-empty-row {
  border-color: rgba(188,230,184,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.034), rgba(0,0,0,.1));
}
.account-order-status {
  text-align: right;
}
.account-order-total {
  white-space: nowrap;
  text-align: right;
}
.account-credit-ledger li {
  grid-template-columns: minmax(220px, 1fr) minmax(220px, auto);
}
.account-credit-change,
.account-credit-meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}
.account-credit-change {
  justify-content: flex-start;
}
.account-credit-change strong,
.account-credit-meta strong {
  white-space: nowrap;
}
.account-credit-change span,
.account-credit-meta span {
  min-width: 0;
}
.account-credit-meta {
  justify-content: flex-end;
}
.account-snapshot-note {
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(0,0,0,.14);
}
.account-action-grid,
.account-address-list,
.account-action-form {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.account-action-grid {
  margin-top: 14px;
}
.account-form-details {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 6px;
  background: rgba(0,0,0,.075);
  overflow: hidden;
}
.account-form-details-primary {
  border-color: rgba(147,191,139,.28);
  background:
    linear-gradient(180deg, rgba(37,55,36,.42), rgba(19,28,19,.24)),
    rgba(0,0,0,.08);
}
.account-address-edit-grid {
  align-items: start;
}
.account-address-edit-grid .account-form-details-primary {
  grid-column: 1 / -1;
}
.account-form-details summary {
  display: grid;
  gap: 4px;
  min-height: 48px;
  padding: 14px 16px;
  color: #f0f0f0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
}
.account-form-details summary span {
  color: inherit;
}
.account-form-details summary small {
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}
.account-form-details[open] summary {
  border-bottom: 1px solid rgba(188,230,184,.12);
  color: #93bf8b;
}
.account-form-details[open] summary small {
  color: #a9c5a4;
}
.account-form-details > .account-action-form {
  border: 0;
  background: transparent;
}
.account-action-form {
  padding: 14px;
  background: rgba(0,0,0,.065);
  border: 1px solid rgba(255,255,255,.045);
  border-radius: 6px;
  scroll-margin-top: 190px;
}
.account-action-form h3 {
  margin: 0;
  color: #f2f2f2;
  font-size: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.account-personal-fields [name="phone"] {
  grid-column: 1 / -1;
}
.account-readonly-block .field[readonly],
.account-action-form .field[readonly] {
  color: #aaa;
  background: rgba(255,255,255,.04);
  cursor: default;
}
.account-action-form label {
  color: #dfe7dc;
  font-weight: 800;
}
.account-action-form p {
  margin: 0;
  color: #b9c8b6;
  line-height: 1.5;
}
.account-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.account-address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.account-address-delete.danger-confirm {
  border-color: rgba(244,67,54,.52);
  color: #ffd0cc;
}
.account-action-result {
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(76,175,80,.12);
  color: #cdebc8;
}
.account-action-result.error {
  background: rgba(244,67,54,.12);
  color: #ffd0cc;
}
.account-address-card,
.account-empty-row {
  display: grid;
  gap: 6px;
  padding: 15px;
  border: 1px solid rgba(188,230,184,.09);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255,255,255,.026), rgba(0,0,0,.09));
}
.account-address-card {
  align-content: start;
}
.account-address-card > span {
  color: #8f8f8f;
  font-size: 13px;
}
.account-address-card > strong {
  color: #bdbdbd;
}
.account-empty-row strong {
  color: #f2f2f2;
  font-size: 14px;
}
.account-address-card p,
.account-empty-row,
.account-empty-row p {
  margin: 0;
  color: #aac7a5;
}
.account-empty-row .btn,
.account-empty-row .text-link {
  justify-self: start;
  margin-top: 6px;
}
.account-address-section-list .account-address-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.account-address-section-list .account-address-actions {
  margin-top: 10px;
}
.account-address-section-list .account-address-actions .btn {
  min-height: 38px;
}
.account-checkbox {
  margin: 0;
}
@media (max-width: 899px) {
  .account-page .page-title {
    margin-bottom: 10px;
  }
  .account-page .static-page-copy {
    font-size: 16px;
    line-height: 1.55;
  }
  .account-layout {
    gap: 12px;
    margin-top: 14px;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }
  .account-menu-card {
    padding: 10px;
    min-width: 0;
    max-width: 100%;
  }
  .account-menu-identity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding-bottom: 8px;
  }
  .account-menu-identity strong {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .account-menu-identity p {
    display: none;
  }
  .account-mobile-switch {
    display: block;
    margin-top: 10px;
  }
  .account-mobile-switch summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    border: 1px solid rgba(188,230,184,.16);
    border-left: 3px solid #4caf50;
    background: linear-gradient(90deg, rgba(76,175,80,.15), rgba(255,255,255,.035));
    color: #f4f4f4;
    padding: 9px 12px;
    cursor: pointer;
    list-style: none;
  }
  .account-mobile-switch summary::-webkit-details-marker {
    display: none;
  }
  .account-mobile-switch summary::after {
    content: "⌄";
    color: #93bf8b;
    font-size: 18px;
    line-height: 1;
    transition: transform .18s ease;
  }
  .account-mobile-switch[open] summary::after {
    transform: rotate(180deg);
  }
  .account-mobile-switch summary span {
    color: #93bf8b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
  .account-mobile-switch summary strong {
    grid-column: 1;
    color: #f4f4f4;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .account-mobile-switch-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 8px;
  }
  .account-mobile-switch-link,
  .account-mobile-switch-links .account-menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid rgba(255,255,255,.1);
    border-left-width: 1px;
    background: rgba(255,255,255,.028);
    color: #d9d9d9;
    padding: 8px 9px;
    font: inherit;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .55px;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  .account-mobile-switch-link:hover,
  .account-mobile-switch-link:focus-visible,
  .account-mobile-switch-links .account-menu-link:hover,
  .account-mobile-switch-links .account-menu-link:focus-visible,
  .account-mobile-switch-links .account-menu-link.active {
    border-color: rgba(76,175,80,.7);
    background: linear-gradient(90deg, rgba(76,175,80,.16), rgba(76,175,80,.055));
    color: #55c65a;
  }
  .account-mobile-switch-logout {
    grid-column: 1 / -1;
    color: #bdbdbd;
  }
  .account-menu {
    display: none;
    flex-wrap: wrap;
    gap: 7px;
    margin: 8px 0 0;
    max-width: 100%;
    overflow: visible;
    padding: 0;
  }
  .account-menu-link {
    flex: 1 1 calc((100% - 14px) / 3);
    width: auto;
    min-width: 0;
    min-height: 38px;
    border: 1px solid rgba(255,255,255,.1);
    border-left-width: 1px;
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: .65px;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
  }
  .account-menu-secondary {
    display: grid;
    flex: 1 1 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .account-menu-section-label {
    display: block;
    grid-column: 1 / -1;
    font-size: 10px;
    letter-spacing: 1.1px;
  }
  .account-menu-link:hover,
  .account-menu-link:focus-visible,
  .account-menu-link.active {
    border-color: rgba(76,175,80,.7);
  }
  .account-menu-action,
  .account-menu-logout {
    display: none;
    margin-top: 7px;
  }
  .account-menu-logout {
    width: 100%;
    min-height: 38px;
    justify-content: center;
  }
  .account-menu-hint {
    margin-top: 10px;
    padding-top: 10px;
  }
  .account-main,
  .account-panel,
  .account-action-form,
  .account-address-list,
  .account-address-card,
  .account-empty-row {
    max-width: 100%;
    min-width: 0;
  }
  .account-action-form .field,
  .account-action-form .textarea,
  .account-action-form .select {
    min-width: 0;
    width: 100%;
  }
  .account-action-form .form-two,
  .account-action-form .form-three {
    grid-template-columns: minmax(0, 1fr);
  }
  .account-snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .account-snapshot-secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .account-snapshot-grid > div {
    min-height: 0;
    padding: 10px;
  }
  .account-snapshot-grid span {
    font-size: 10px;
    letter-spacing: .9px;
  }
  .account-snapshot-grid strong {
    font-size: 14px;
    line-height: 1.25;
  }
  .account-snapshot-grid p {
    font-size: 11px;
    line-height: 1.35;
  }
  .account-snapshot-secondary p {
    font-size: 11px;
  }
  .account-overview-panels {
    grid-template-columns: minmax(0, 1fr);
  }
  .account-overview-panels .account-overview-wallet,
  .account-next-steps {
    display: grid;
  }
  .account-credit-guide {
    grid-template-columns: minmax(0, 1fr);
  }
  .account-next-steps > div,
  .account-order-detail-head,
  .account-order-detail-steps {
    grid-template-columns: minmax(0, 1fr);
  }
  .account-address-section-list .account-address-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .account-orders li > div,
  .order-lookup-card div,
  .order-lookup-items li {
    min-width: 0;
  }
  .account-orders li {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    padding: 13px 14px;
  }
  .account-orders li > div {
    display: grid;
    justify-content: stretch;
    gap: 5px;
  }
  .account-order-meta {
    justify-items: start;
  }
  .account-credit-ledger li {
    grid-template-columns: minmax(0, 1fr);
  }
  .account-credit-change,
  .account-credit-meta {
    display: grid;
    justify-content: stretch;
    gap: 3px;
  }
  .account-credit-meta {
    justify-items: start;
  }
  .account-order-status,
  .account-order-total {
    text-align: left;
  }
  .account-orders li > div > strong,
  .account-orders li > div > span {
    min-width: 0;
  }
  .account-order-detail-button {
    justify-self: start;
    width: 100%;
    margin-top: 4px;
  }
}
@media (min-width: 380px) and (max-width: 899px) {
  .account-menu {
    display: none;
  }
}
@media (max-width: 520px) {
  .account-menu {
    gap: 7px;
  }
  .account-menu-link {
    flex-basis: calc((100% - 7px) / 2);
    min-height: 42px;
    padding-inline: 9px;
    font-size: 10.5px;
    letter-spacing: .55px;
    white-space: normal;
  }
  .account-menu-logout {
    flex-basis: 100%;
  }
}
@media (max-width: 359px) {
  .account-menu-identity {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
  .account-menu {
    gap: 6px;
  }
  .account-menu-link {
    flex-basis: calc((100% - 6px) / 2);
    min-height: 42px;
    font-size: 10.5px;
    letter-spacing: .55px;
    padding-inline: 8px;
    white-space: normal;
  }
  .account-menu-logout {
    flex-basis: 100%;
  }
}
@media (max-width: 640px) {
  .account-page .static-page-wrap {
    max-width: var(--max);
    padding-inline: 22px;
  }
  .account-panel,
  .account-dashboard,
  .account-menu-card {
    padding: 12px;
  }
}
@media (min-width: 900px) {
  .account-layout {
    grid-template-columns: minmax(270px, 310px) minmax(0, 1fr);
    align-items: start;
  }
  .account-menu-card {
    position: sticky;
    top: 118px;
    padding: 16px;
  }
  .account-menu-identity {
    padding-bottom: 14px;
  }
  .account-menu-identity strong {
    font-size: 19px;
  }
  .account-menu-identity p {
    font-size: 13px;
    line-height: 1.5;
  }
  .account-menu,
  .account-menu-secondary {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }
  .account-menu {
    margin-top: 14px;
  }
  .account-menu-secondary {
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    grid-template-columns: minmax(0, 1fr);
  }
  .account-menu-section-label {
    grid-column: 1 / -1;
  }
  .account-menu-link,
  .account-menu-secondary .account-menu-link {
    width: 100%;
    min-height: 42px;
    border: 1px solid transparent;
    border-left-width: 3px;
    justify-content: flex-start;
    padding: 10px 13px;
    font-size: 12.5px;
    letter-spacing: .9px;
    text-align: left;
    white-space: normal;
  }
  .account-menu-secondary .account-menu-link {
    justify-content: flex-start;
    padding-inline: 12px;
    text-align: left;
  }
  .account-menu-link:hover,
  .account-menu-link:focus-visible,
  .account-menu-link.active {
    border-color: rgba(76,175,80,.7);
  }
  .account-menu-logout {
    min-height: 42px;
    justify-content: flex-start;
  }
  .account-snapshot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .account-snapshot-secondary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .account-snapshot-head {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    align-items: stretch;
  }
  .account-overview-title {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }
  .account-overview-status {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: stretch;
  }
  .account-head-actions {
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-end;
  }
  .account-wallet {
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    align-items: center;
  }
  .account-credit-guide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .account-action-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .account-action-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .account-layout {
    grid-template-columns: minmax(260px, 292px) minmax(0, 1fr);
  }
  .account-snapshot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .account-overview-priority {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .9fr) minmax(260px, .9fr);
  }
  .account-dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .account-snapshot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .account-benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .account-coupon-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 900px) and (max-width: 1099px) {
  .logo {
    gap: 4px;
    min-width: 168px;
    font-size: 20px;
    letter-spacing: .01em;
  }
  .logo .logo-mark {
    width: 13px;
    height: 8px;
  }
  .account-action-grid,
  .account-action-grid-two {
    grid-template-columns: minmax(0, 1fr);
  }
  .account-action-form .form-two,
  .account-action-form .form-three {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 520px) {
  .account-menu-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .account-snapshot-secondary {
    grid-template-columns: minmax(0, 1fr);
  }
}

.page-title {
  color: #b7b7b7;
  margin: 0 0 8px;
  padding: 0;
  font-size: clamp(28px, 4vw, var(--fs-h1));
  font-weight: 500;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.page-lead h2 {
  color: #b7b7b7;
  margin: 20px 0 20px;
  font-size: var(--fs-h2);
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-lead p {
  max-width: var(--measure);
  margin: 0 0 20px;
  line-height: var(--lh-body);
  color: #777;
  font-size: var(--fs-body);
  letter-spacing: .75px;
}
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.chip {
  border: 1px solid var(--line);
  background: #121212;
  color: #b7b7b7;
  border-radius: 4px;
  padding: 9px 15px;
  min-height: 44px;
  font-size: var(--fs-ui);
  line-height: var(--lh-tight);
  font-weight: 400;
  letter-spacing: .75px;
}
.chip.active,
.chip[aria-current="page"] {
  border-color: rgba(97,173,81,.58);
  background: rgba(97,173,81,.14);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(97,173,81,.16);
}
.layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.category-main {
  min-width: 0;
}
.category-main .page-title {
  margin-bottom: 10px;
}
.category-main .chip-row {
  margin-bottom: 14px;
}
.category-main .page-lead {
  max-width: none;
  padding: 17px 18px 16px;
  background: rgba(255,255,255,.022);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.055);
}
.category-main .page-lead h2 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: .9px;
}
.category-main .page-lead p {
  max-width: 84ch;
  margin: 0;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: .2px;
}
.category-main .page-lead .text-link {
  margin-top: 10px;
}
.category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 12px 14px;
  background: rgba(255,255,255,.018);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.045);
}
.category-toolbar p {
  flex: 0 0 auto;
  min-width: 126px;
  margin: 0 10px 0 0;
  color: #9a9a9a;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: .45px;
  white-space: nowrap;
}
.category-toolbar strong {
  color: #fff;
  font-weight: 600;
}
.category-toolbar label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #aaa;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.category-filter-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: 0;
}
.category-sort,
.category-filter-select,
.category-filter-input {
  min-width: 122px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 4px;
  background: #101010;
  color: #e8e8e8;
  padding: 0 34px 0 12px;
  font: inherit;
  font-size: 13px;
  letter-spacing: .2px;
  text-transform: none;
}
.category-filter-input {
  width: 150px;
  padding-right: 12px;
}
.category-filter-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.category-filter-apply {
  min-height: 38px;
  padding: 0 17px;
  font-size: 11px;
}
.category-clear {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.category-clear:hover {
  color: #fff;
}
.filters {
  background: #171717;
  border: 1px solid rgba(255,255,255,.05);
  padding: 23px 22px 28px;
  align-self: start;
}
.filters h3 { color: white; margin: 0 0 16px; font-size: 18px; line-height: 24px; letter-spacing: 1px; text-transform: uppercase; }
.filters ul {
  margin: 0;
  padding: 0;
}
.filters li {
  list-style: none;
  margin: 0 0 7px;
}
.filters li:nth-child(n+3):nth-child(-n+6) {
  padding-left: 18px;
}
.filters a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #b7b7b7;
  min-height: 34px;
  padding: 0 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .35px;
}
.filters a:hover,
.filters a.text-link {
  color: white;
}
.filters a.text-link,
.filters a.active,
.filters a[aria-current="page"] {
  font-weight: 600;
}
.filters a.active,
.filters a[aria-current="page"] {
  color: #fff;
}
.filter-row { display: grid; gap: 12px; }
.product-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.detail-image { background: #191919; border: 1px solid var(--line); padding: 20px; }
.detail-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.detail-copy h1 { color: white; margin: 0 0 15px; font-size: clamp(30px, 4vw, 46px); line-height: 1.15; }
.detail-copy .lead { color: #ddd; font-size: 17px; line-height: 1.65; margin: 16px 0; }
.meta-line { color: #9c9c9c; margin: 18px 0; }
.detail-copy .price {
  margin: 14px 0 0;
  color: #57ad4f;
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
}
.detail-copy .cta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.detail-copy .cta-row .btn {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: .8px;
}
.detail-copy .cta-row .btn:first-child {
  grid-column: 1 / -1;
  min-height: 54px;
  font-size: 12px;
}
.tabs { margin-top: 36px; border-top: 1px solid var(--line); }
.tab-buttons { display: flex; gap: 0; overflow-x: auto; }
.tab-buttons button {
  min-height: 52px;
  border: 0;
  background: transparent;
  color: #bbb;
  padding: 0 18px;
  border-bottom: 2px solid transparent;
}
.tab-buttons button.active { color: white; border-color: var(--green); }
.tab-body { padding: 24px 0; line-height: 1.85; }
.tab-body h2, .tab-body h3 { color: white; }

.cart-section .page-title { margin-bottom: 22px; }
.checkout-steps {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 36px;
  color: #f3f3f3;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.8px;
}
.checkout-steps .checkout-step-separator {
  width: 58px;
  height: 1px;
  background: rgba(255,255,255,.22);
}
.checkout-steps em {
  color: #777;
  font-style: normal;
}
.cart-empty {
  min-height: 188px;
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  text-align: center;
}
.cart-empty p {
  margin: 0;
  color: #d6d6d6;
  font-size: 18px;
}
.cart-layout {
  display: grid;
  gap: 28px;
}
.cart-incentives {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
}
.cart-incentives div {
  border: 1px solid var(--line);
  background: #151515;
  padding: 14px 18px;
}
.cart-incentives strong {
  display: block;
  color: #f4f4f4;
  font-size: 14px;
  line-height: 1.45;
}
.cart-incentives span {
  display: block;
  height: 5px;
  margin-top: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green) var(--progress), rgba(255,255,255,.12) var(--progress));
}
.gift-select {
  margin: 0 0 28px;
  border: 1px solid rgba(97,173,81,.35);
  background: #151515;
  padding: 22px;
}
.gift-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 18px;
}
.gift-head p {
  margin: 0 0 4px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.gift-head h2 {
  margin: 0;
  color: white;
  font-size: 24px;
}
.gift-head span {
  color: #aaa;
  font-size: 13px;
}
.gift-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}
.gift-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  background: #1a1a1a;
  padding: 12px;
}
.gift-card.active {
  border-color: var(--green);
  box-shadow: 0 0 0 1px rgba(97,173,81,.32);
}
.gift-card.disabled {
  opacity: .55;
}
.gift-card img {
  width: 74px;
  height: 74px;
  object-fit: cover;
}
.gift-card strong {
  display: block;
  color: #f4f4f4;
  font-size: 13px;
  line-height: 1.35;
}
.gift-card em {
  display: block;
  margin-top: 4px;
  color: #aaa;
  font-style: normal;
  font-size: 12px;
}
.gift-card button {
  grid-column: 1 / -1;
  min-height: 38px;
  border: 0;
  background: var(--green);
  color: white;
  font-weight: 800;
  text-transform: uppercase;
}
.gift-card button:disabled {
  background: #333;
  color: #aaa;
}
.cart-table {
  border: 1px solid var(--line);
  background: #151515;
}
.cart-head {
  display: none;
  grid-template-columns: minmax(0, 1fr) 120px 140px 120px;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  color: #f1f1f1;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.cart-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 18px;
}
.cart-product {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
}
.cart-product img { width: 82px; height: 82px; object-fit: cover; background: #202020; }
.cart-product strong {
  display: block;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.cart-product em {
  display: block;
  margin-top: 4px;
  color: #888;
  font-style: normal;
  font-size: 13px;
}
.cart-price, .cart-line-total {
  color: #f4f4f4;
  font-weight: 800;
}
.qty { display: flex; align-items: center; gap: 8px; }
.qty b {
  min-width: 28px;
  color: #f4f4f4;
  text-align: center;
}
.qty button { width: 34px; height: 34px; border: 1px solid var(--line); background: #222; color: white; }
.cart-back {
  display: inline-flex;
  margin: 18px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.cart-summary {
  border: 1px solid var(--line);
  background: #181818;
  padding: 24px;
}
.cart-summary h2 {
  color: white;
  margin: 0 0 18px;
  font-size: 22px;
}
.cart-summary div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.cart-summary span {
  flex: 1 1 auto;
  min-width: 0;
  color: #aaa;
}
.cart-summary strong {
  flex: 0 0 auto;
  color: white;
  white-space: nowrap;
  text-align: right;
}
.cart-summary-total strong { font-size: 22px; }
.cart-summary small {
  display: block;
  margin-top: -4px;
  color: #888;
}
.cart-summary .btn {
  width: 100%;
  margin-top: 22px;
}
.cart-summary [hidden],
.checkout-summary [hidden] {
  display: none !important;
}
.checkout-edit-cart {
  display: inline-flex;
  margin: 6px 0 10px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}
.checkout-edit-cart:hover {
  color: white;
}
.checkout-method-summary {
  margin: 4px 0 10px;
  color: #909090;
  font-size: 13px;
  line-height: 1.5;
}
.checkout-packeta-summary {
  margin: -6px 0 10px;
  color: #b8d7ad;
  font-size: 13px;
  line-height: 1.5;
}
.checkout-packeta-summary[hidden] {
  display: none !important;
}
.checkout-shipping-note {
  margin: -4px 0 10px;
  color: #b7b7b7;
  font-size: 13px;
  line-height: 1.5;
}
.cart-discount {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--green);
  padding: 13px 0;
  text-align: left;
  font-weight: 800;
}
.cart-summary .cart-credit-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 18px;
}
.cart-credit-summary small {
  grid-column: 1 / -1;
  margin-top: -2px;
  color: #aac7a5;
  line-height: 1.4;
}
.cart-credit-summary a {
  color: var(--green);
}
.cart-credit-muted span,
.cart-credit-muted strong {
  color: #d6d6d6;
}
.cart-credit-muted small {
  color: #969696;
}
.cart-summary .checkout-credit-control {
  display: grid;
  gap: 8px;
  margin: 10px 0 12px;
  padding: 12px 12px 13px;
  border: 1px solid rgba(87, 173, 79, .22);
  border-radius: 6px;
  background: rgba(87, 173, 79, .055);
}
.cart-summary .checkout-credit-control label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #f2f2f2;
  font-weight: 900;
  line-height: 1.35;
}
.cart-summary .checkout-credit-control input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--green);
}
.cart-summary .checkout-credit-control input:disabled {
  opacity: .45;
}
.cart-summary .checkout-credit-control small {
  padding-left: 24px;
  color: #aac7a5;
  line-height: 1.4;
}
.cart-summary .checkout-credit-control small a {
  color: #70c867;
  font-weight: 800;
}
.cart-summary .checkout-credit-control label span {
  color: #f2f2f2;
}
.cart-summary .checkout-credit-control input:disabled + span,
.cart-summary .checkout-credit-control input:disabled ~ span {
  color: #d6d6d6;
}
.checkout-layout {
  display: grid;
  gap: 28px;
}
.checkout-mobile-bar {
  display: none;
}
.checkout-quick-summary {
  display: none;
}
.checkout-form {
  display: grid;
  gap: 20px;
}
.checkout-form fieldset {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  background: #151515;
}
.checkout-form legend {
  padding: 0 8px;
  color: white;
  font-size: 18px;
  font-weight: 800;
}
.form-two, .form-three {
  display: grid;
  gap: 12px;
}
.checkout-form .field {
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
}
.checkout-form .field-error,
.terms.field-error {
  border-color: rgba(255, 122, 89, .65);
  box-shadow: 0 0 0 3px rgba(255, 122, 89, .12);
}
.option-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.option-list label {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  color: #ddd;
}
.option-list input, .terms input {
  accent-color: var(--green);
}
.option-list b {
  color: white;
  margin-left: 8px;
}
.option-list label.option-disabled {
  color: #a7a7a7;
  background: rgba(255,255,255,.02);
}
.option-list label.option-disabled b {
  color: #cfcfcf;
}
.option-note {
  display: block;
  margin-top: 4px;
  color: #8d8d8d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
.terms {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #cfcfcf;
  line-height: 1.6;
}
.terms a {
  color: var(--green);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.checkout-error {
  padding: 13px 15px;
  border: 1px solid rgba(255, 122, 89, .35);
  background: rgba(255, 122, 89, .1);
  color: #ffb09b;
  font-size: 14px;
  line-height: 1.55;
}
.checkout-error.checkout-notice {
  border-color: rgba(111, 184, 88, .3);
  background: rgba(111, 184, 88, .08);
  color: #b8d7ad;
  white-space: pre-line;
}
.checkout-status {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid rgba(111, 184, 88, .24);
  background: rgba(111, 184, 88, .07);
  color: #b8d7ad;
  font-size: 14px;
  line-height: 1.45;
}
.checkout-status strong {
  color: #f3f8ef;
  font-size: 15px;
}
.checkout-status span {
  display: block;
}
.checkout-status ul {
  display: grid;
  gap: 4px 18px;
  margin: 2px 0 0;
  padding-left: 18px;
  color: #a7c79c;
}
@media (min-width: 680px) {
  .checkout-status ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.checkout-status li::marker {
  color: var(--green);
}
.checkout-note {
  color: #aaa;
  line-height: 1.7;
  margin: 18px 0 0;
}
.checkout-note-inline {
  max-width: 680px;
  margin-top: 10px;
  color: #8f8f8f;
  font-size: 13px;
  line-height: 1.55;
}
.checkout-note-field {
  width: 100%;
  min-height: 92px;
  margin-top: 12px;
  resize: vertical;
}
.packeta-point-field {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
}
.packeta-point-field[hidden] {
  display: none !important;
}
.packeta-point-field label {
  color: #aaa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.packeta-point-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}
.packeta-point-display {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 13px 16px;
  border: 1px solid rgba(111, 184, 88, .22);
  background: rgba(111, 184, 88, .08);
  color: #c7dfbd;
  font-weight: 700;
  line-height: 1.35;
}
.packeta-point-display.empty {
  color: rgba(199, 223, 189, .68);
}
.packeta-point-display:focus {
  outline: 2px solid rgba(111, 184, 88, .45);
  outline-offset: 2px;
}
.packeta-point-row .field {
  margin-top: 0;
}
.packeta-point-field.active .packeta-point-row input[name="packetaPoint"][readonly] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.packeta-point-selected {
  margin: 0;
  padding: 10px 12px;
  background: rgba(111, 184, 88, .08);
  color: #b8d7ad;
  font-size: 13px;
  line-height: 1.5;
}
.packeta-point-selected[hidden] {
  display: none !important;
}
.packeta-point-debug {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(246, 182, 77, .24);
  background: rgba(246, 182, 77, .08);
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  line-height: 1.45;
}
.packeta-point-debug[hidden] {
  display: none !important;
}
.packeta-point-debug strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .86);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.packeta-point-debug ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}
.packeta-point-debug code {
  color: var(--accent);
}
.packeta-point-field small {
  color: #858585;
  line-height: 1.5;
}
.checkout-note-counter {
  display: block;
  margin-top: 6px;
  color: #777;
  font-size: 12px;
  text-align: right;
}
.thankyou-section {
  min-height: 68vh;
  display: flex;
  align-items: center;
}
.thankyou-wrap {
  max-width: 760px;
  text-align: center;
}
.thankyou-mark {
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-size: 42px;
  font-weight: 900;
  box-shadow: 0 0 0 12px rgba(97,173,81,.14);
}
.thankyou-kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.thankyou-lead {
  max-width: 650px;
  margin: -8px auto 28px;
  color: #cfcfcf;
  font-size: 18px;
  line-height: 1.8;
}
.thankyou-card {
  max-width: 560px;
  margin: 0 auto;
  padding: 22px 26px;
  border: 1px solid var(--line);
  background: #181818;
  text-align: left;
}
.thankyou-card div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.thankyou-card div:last-child {
  border-bottom: 0;
}
.thankyou-card span {
  flex: 0 0 auto;
  color: #aaa;
}
.thankyou-card strong {
  flex: 1 1 auto;
  min-width: 0;
  color: white;
  overflow-wrap: anywhere;
  text-align: right;
}
.copy-order {
  margin: 14px auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: transparent;
  color: #e7e7e7;
  font-weight: 800;
  cursor: pointer;
}
.copy-order:hover {
  border-color: rgba(97,173,81,.55);
  color: white;
}
.thankyou-next {
  max-width: 560px;
  margin: 18px auto 0;
  padding: 20px 24px;
  border: 1px solid rgba(255,255,255,.08);
  background: #141414;
  text-align: left;
}
.thankyou-next h2 {
  margin: 0 0 12px;
  color: white;
  font-size: 18px;
}
.thankyou-next ol {
  margin: 0;
  padding-left: 20px;
  color: #cfcfcf;
  line-height: 1.75;
}
.thankyou-next li + li {
  margin-top: 6px;
}
.thankyou-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  background: var(--green);
  color: white;
  padding: 13px 16px;
  border-radius: 5px;
  max-width: min(360px, calc(100vw - 36px));
  transform: translateY(24px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .2s ease, opacity .2s ease, visibility 0s linear .2s;
  font-weight: 700;
}
.toast.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

@media (min-width: 760px) {
  .wrap { padding: 0; }
  .topbar { display: block; }
  .brandbar, .navrow { display: block; }
  .mainbar { display: none; }
  .mainbar .wrap { min-height: 74px; }
  .desktop-nav { display: flex; padding: 0; margin: 0 auto; }
  .menu-toggle { display: none; }
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-image {
    height: 112px;
    margin-bottom: 16px;
  }
  .category-icon {
    top: 92px;
    width: 32px;
    height: 32px;
  }
  .category-icon svg {
    width: 17px;
    height: 17px;
  }
  .category-tile h3 {
    font-size: 17px;
    line-height: 1.28;
  }
  .category-tile p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: minmax(0, 1.35fr) minmax(180px, .72fr) minmax(190px, .72fr); }
  .product-detail { grid-template-columns: minmax(320px, 520px) 1fr; }
  .cart-layout { grid-template-columns: minmax(0, 1fr) 340px; align-items: start; }
  .cart-head { display: grid; }
  .cart-row {
    grid-template-columns: minmax(0, 1fr) 120px 140px 120px;
    gap: 18px;
    padding: 18px 22px;
  }
  .cart-incentives { grid-template-columns: 1fr 1fr; }
  .checkout-layout { grid-template-columns: minmax(0, 1fr) 380px; align-items: start; }
  .form-two { grid-template-columns: 1fr 1fr; }
  .form-three { grid-template-columns: 120px 1fr 150px; }
  .section { padding: 100px 0 76px; }
  .site-header:not(.home-head) {
    position: sticky;
    top: -108px;
    z-index: 36;
  }
  .site-header:not(.home-head) .navrow {
    position: relative;
  }
  .site-header.home-head {
    position: absolute;
    inset: 0 0 auto;
    z-index: 20;
  }
  .home-head .topbar .wrap,
  .home-head .brandbar .wrap,
  .home-head .navrow .wrap {
    max-width: min(1714px, calc(100% - 340px));
  }
  .home-head .topbar {
    background: rgba(26,26,26,.92);
  }
  .home-head .topbar .wrap {
    min-height: 44px;
  }
  .home-head .brandbar {
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,.22);
  }
  .home-head .brandbar .wrap {
    min-height: 184px;
  }
  .home-head .brand-logo {
    font-size: 43px;
    line-height: 1;
  }
  .home-head .logo-mark {
    width: 25px;
    height: 16px;
  }
  .home-head .brandbar .contact {
    font-size: 22px;
    font-weight: 500;
  }
  .home-head .social {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .home-head .icon-btn {
    width: 54px;
    height: 54px;
  }
  .home-head .icon {
    width: 34px;
    height: 34px;
    stroke-width: 1.7;
  }
  .home-head .navrow {
    background: rgba(18,18,18,.58);
    border-bottom: 1px solid rgba(255,255,255,.22);
  }
  .home-head .navrow .wrap {
    min-height: 88px;
  }
  .home-head .desktop-nav > li > a,
  .home-head .desktop-nav > li > button {
    height: 88px;
    padding: 0 24px;
    font-size: 20px;
    letter-spacing: 1.4px;
  }
  .home-head .mega {
    top: 88px;
  }
}

@media (min-width: 760px) and (max-width: 899px) {
  .topbar,
  .brandbar,
  .navrow {
    display: none;
  }
  .mainbar {
    display: block;
  }
  .site-header.home-head {
    position: absolute;
    inset: 0 0 auto;
  }
  .mainbar .wrap {
    min-height: 72px;
    padding: 0 18px;
  }
}

@media (min-width: 1180px) {
  .category-band {
    padding: 50px 0 46px;
  }
  .category-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }
  .category-image {
    height: 104px;
    margin-bottom: 16px;
  }
  .category-icon {
    top: 84px;
    right: 12px;
    width: 30px;
    height: 30px;
  }
  .category-icon svg {
    width: 16px;
    height: 16px;
  }
  .category-tile {
    padding-bottom: 18px;
  }
  .category-tile h3 {
    margin: 0 14px 8px;
    font-size: 16px;
    line-height: 1.28;
  }
  .category-tile p {
    margin: 0 14px;
    font-size: 12.5px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (min-width: 1180px) and (max-width: 1439px) {
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
  .category-image {
    height: 146px;
    margin-bottom: 18px;
  }
  .category-icon {
    top: 121px;
    right: 18px;
    width: 42px;
    height: 42px;
  }
  .category-icon svg {
    width: 22px;
    height: 22px;
  }
  .category-tile {
    padding-bottom: 22px;
  }
  .category-tile h3 {
    margin: 0 18px 8px;
    font-size: 20px;
    line-height: 1.25;
  }
  .category-tile p {
    margin: 0 18px;
    font-size: 14px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 1080px) {
  .layout { grid-template-columns: 285px 1fr; gap: 30px; }
  .layout .filters {
    position: sticky;
    top: 84px;
  }
  .layout .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 28px 24px;
    align-items: start;
  }
  .layout .product-info {
    padding: 12px 10px 13px;
  }
  .layout .product-info h3 {
    height: 51px;
    min-height: 0;
    font-size: 13px;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .layout .delivery {
    margin-top: 6px;
    font-size: 11px;
    line-height: 15px;
  }
  .layout .price {
    margin-top: 7px;
    font-size: 15.5px;
    line-height: 21px;
  }
  .layout .card-actions {
    gap: 7px;
    padding-top: 8px;
  }
  .layout .card-actions .btn.small {
    min-width: 0;
    flex: 1 1 auto;
    padding: 0 12px;
  }
  .blog-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}

@media (max-width: 1700px) and (min-width: 1080px) {
  .home-head + main {
    --home-header-offset: 232px;
    --home-hero-gap: clamp(48px, 4vw, 72px);
  }
  .home-head .topbar .wrap,
  .home-head .brandbar .wrap,
  .home-head .navrow .wrap {
    max-width: calc(100% - 96px);
  }
  .home-head .brandbar .wrap {
    min-height: 124px;
  }
  .home-head .brand-logo {
    font-size: 34px;
  }
  .home-head .logo-mark {
    width: 19px;
    height: 12px;
  }
  .home-head .brandbar .contact {
    font-size: 16px;
  }
  .home-head .social {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .home-head .icon-btn {
    width: 44px;
    height: 44px;
  }
  .home-head .icon {
    width: 26px;
    height: 26px;
  }
  .home-head .navrow .wrap,
  .home-head .desktop-nav > li > a,
  .home-head .desktop-nav > li > button {
    height: 64px;
    min-height: 64px;
  }
  .home-head .desktop-nav > li > a,
  .home-head .desktop-nav > li > button {
    padding: 0 17px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .home-head .mega {
    top: 64px;
  }
  .home-head + main .hero {
    min-height: 744px;
    padding-top: calc(var(--home-header-offset) + var(--home-hero-gap));
  }
  .home-head + main .hero h1 {
    max-width: 1120px;
    font-size: 47px;
    margin-bottom: 26px;
  }
  .home-head + main .hero p {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 52px;
  }
  .home-head + main .hero .btn {
    min-height: 74px;
    min-width: 256px;
    padding: 0 34px;
    font-size: 14px;
    letter-spacing: 1.8px;
  }
  .home-head + main .hero .cta-row .btn:nth-child(2) {
    min-width: 294px;
  }
  .home-head + main .hero .cta-row .btn:nth-child(3) {
    min-width: 214px;
  }
  .home-feature {
    padding: 58px 0;
  }
  .feature-container {
    width: min(1180px, calc(100% - 56px));
  }
  .feature-grid {
    grid-template-columns: minmax(330px, 1fr) 330px minmax(330px, 1fr);
    min-height: 520px;
    column-gap: 14px;
  }
  .feature-column {
    row-gap: 52px;
  }
  .feature-center img {
    width: 330px;
    height: auto;
    transform: translateY(-22px) rotate(0deg);
    animation-name: bowl-spin-laptop;
  }
  @keyframes bowl-spin-laptop {
    from { transform: translateY(-22px) rotate(0deg); }
    to { transform: translateY(-22px) rotate(360deg); }
  }
  .feature-left .feature-point,
  .feature-right .feature-point {
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }
  .feature-left .feature-point:nth-child(2),
  .feature-right .feature-point:nth-child(1),
  .feature-right .feature-point:nth-child(3) {
    transform: none;
  }
  .feature-left .feature-point {
    grid-template-columns: minmax(220px, 1fr) 84px;
    column-gap: 20px;
  }
  .feature-right .feature-point {
    grid-template-columns: 84px minmax(220px, 1fr);
    column-gap: 20px;
  }
  .feature-icon-link {
    width: 76px;
    height: 76px;
  }
  .feature-icon-link svg {
    width: 40px;
    height: 40px;
  }
  .feature-copybox h3 {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 12px;
  }
  .feature-copybox p {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 1079px) {
  .home-head + main {
    --home-header-offset: 0px;
    --home-hero-gap: 0px;
  }
  .site-header.home-head {
    position: sticky;
    inset: auto;
    background: #111;
  }
  .topbar,
  .brandbar,
  .navrow {
    display: none;
  }
  .mainbar {
    display: block;
  }
  .home-head + main .hero {
    min-height: 560px;
    padding-top: clamp(28px, 6vw, 54px);
  }
  .home-head + main .hero h1 {
    max-width: 760px;
    font-size: clamp(34px, 6vw, 54px);
    margin-bottom: 22px;
  }
  .home-head + main .hero p {
    font-size: clamp(17px, 2.8vw, 22px);
    line-height: 1.45;
    margin-bottom: 34px;
  }
  .home-head + main .hero .btn,
  .home-head + main .hero .cta-row .btn:nth-child(2),
  .home-head + main .hero .cta-row .btn:nth-child(3) {
    min-width: 0;
    min-height: 54px;
    padding: 0 24px;
    font-size: 13px;
    letter-spacing: 1.3px;
  }
  .quick-grid {
    grid-template-columns: 1fr;
    transform: none;
    margin-bottom: 0;
  }
  .quick-paths {
    padding: 40px 0 52px;
  }
  .starter-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .starter-grid,
  .pollinator-grid {
    grid-template-columns: 1fr;
  }
  .pollinator img {
    max-height: 360px;
  }
  .home-feature { padding: 58px 0 62px; }
  .feature-container { width: min(760px, calc(100% - 32px)); }
  .feature-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
  }
  .feature-center {
    order: -1;
    margin-bottom: 22px;
  }
  .feature-center img {
    width: min(340px, 72vw);
    height: auto;
    transform: rotate(0deg);
    animation-name: bowl-spin-mobile;
  }
  @keyframes bowl-spin-mobile {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  .feature-column {
    row-gap: 0;
  }
  .feature-left .feature-point,
  .feature-right .feature-point {
    grid-template-columns: 84px 1fr;
    min-height: 0;
    margin: 0;
    column-gap: 16px;
    padding: 18px 0;
    text-align: left;
    transform: none;
  }
  .feature-left .feature-point:nth-child(2),
  .feature-right .feature-point:nth-child(1),
  .feature-right .feature-point:nth-child(3) {
    transform: none;
  }
  .feature-left .feature-point:nth-child(3),
  .feature-right .feature-point:nth-child(3) {
    display: none;
  }
  .feature-left .feature-icon-link,
  .feature-right .feature-icon-link {
    grid-column: 1;
    grid-row: 1;
  }
  .feature-left .feature-copybox,
  .feature-right .feature-copybox {
    grid-column: 2;
    grid-row: 1;
  }
  .feature-icon-link {
    width: 68px;
    height: 68px;
  }
  .feature-icon-link svg {
    width: 36px;
    height: 36px;
  }
  .feature-copybox h3 {
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 28px;
  }
  .feature-copybox p {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (min-width: 760px) and (max-width: 1079px) {
  .wrap {
    max-width: 720px;
  }
  .filters {
    display: none;
  }
  .layout {
    display: block;
  }
  .cart-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .cart-head,
  .cart-row {
    grid-template-columns: minmax(230px, 1fr) 82px 110px 88px;
    gap: 12px;
  }
  .cart-head {
    padding: 16px 18px;
    font-size: 12px;
    letter-spacing: 1.1px;
  }
  .cart-row {
    padding: 16px 18px;
  }
  .cart-product {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 13px;
  }
  .cart-product img {
    width: 70px;
    height: 70px;
  }
  .cart-product strong {
    font-size: 14px;
    line-height: 1.35;
  }
  .cart-price,
  .cart-line-total {
    font-size: 14px;
    white-space: nowrap;
  }
  .qty {
    justify-content: center;
  }
  .qty button {
    width: 32px;
    height: 32px;
  }
  .cart-summary {
    width: 100%;
  }
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .checkout-form,
  .checkout-summary {
    width: 100%;
    min-width: 0;
  }
  .checkout-summary {
    order: 2;
  }
  .section {
    padding: 90px 0 76px;
  }
  .section-head {
    max-width: 690px;
    margin-bottom: 42px;
  }
  .section-head h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .section-head p {
    font-size: 14px;
    line-height: 24px;
  }
  .product-grid {
    grid-template-columns: repeat(3, 210px);
    gap: 30px;
    justify-content: center;
  }
  .product-info {
    padding: 13px 12px 15px;
  }
  .product-info h3 {
    font-size: 13.5px;
    line-height: 19px;
    min-height: 57px;
  }
  .delivery {
    font-size: 11.5px;
    margin-top: 8px;
  }
  .stock-dot {
    width: 9px;
    height: 9px;
  }
  .price {
    font-size: 16px;
    margin-top: 8px;
  }
  .card-actions {
    margin-top: auto;
    padding-top: 10px;
  }
  .card-actions .btn.small {
    min-height: 40px;
    min-width: 106px;
    padding: 0 15px;
    font-size: 11px;
  }
  .quick {
    width: 39px;
    height: 39px;
  }
  .blog-layout {
    gap: 30px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  .home-blog-section .blog-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .home-blog-section .blog-grid {
    gap: 24px;
  }
  .blog-card img {
    height: auto;
  }
  .blog-card div {
    padding: 22px;
  }
  .blog-sidebar {
    width: 690px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    gap: 12px 24px;
  }
  .blog-sidebar h3,
  .blog-sidebar p {
    grid-column: 1;
  }
  .blog-sidebar .sidebar-products {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin: 0;
  }
  .blog-sidebar > .text-link {
    grid-column: 1;
  }
}

@media (min-width: 1080px) {
  .home-blog-section .blog-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
  }
  .home-blog-section .blog-grid {
    gap: 24px;
  }
}

@media (max-width: 520px) {
  .wrap { padding: 0 16px; }
  .mainbar .wrap {
    gap: 8px;
  }
  .logo {
    min-width: 0;
    flex: 1 1 auto;
    max-width: 174px;
    gap: 6px;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
  }
  .logo-mark {
    flex: 0 0 auto;
    width: 13px;
    height: 8px;
  }
  .mainbar .actions {
    gap: 1px;
  }
  .menu-toggle,
  .icon-btn {
    width: 38px;
    height: 44px;
    min-width: 38px;
  }
  .icon {
    width: 21px;
    height: 21px;
  }
  .hero .mail {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .packeta-point-row { grid-template-columns: 1fr; }
  .logo img { width: 128px; }
  .actions .account-shortcut, .actions .account-btn, .actions .shield-btn { display: none; }
  .actions .badge {
    right: 5px;
  }
  .hero { min-height: 520px; }
  .hero .mail { margin-bottom: 42px; }
  .btn { width: 100%; padding: 0 22px; }
  .modal-checklist .btn {
    justify-self: stretch;
  }
  .modal-card:has(.account-auth-modal) {
    padding: 20px;
  }
  .account-auth-tabs button {
    min-height: 50px;
    font-size: 22px;
  }
  .account-auth-modal .account-login-links {
    justify-content: flex-start;
    text-align: left;
  }
  .quick-grid,
  .starter-grid,
  .rewards-plan,
  .static-detail-grid {
    grid-template-columns: 1fr;
  }
  .quick-path {
    min-height: 210px;
  }
  .starter,
  .pollinator {
    padding: 42px 0;
  }
  .pollinator-grid {
    gap: 24px;
  }
  .pollinator p:not(.eyebrow) {
    font-size: 15px;
    line-height: 25px;
    margin: 16px 0 20px;
  }
  .pollinator img {
    max-height: 210px;
    aspect-ratio: 1.55 / 1;
  }
  .home-feature {
    padding: 44px 0 50px;
  }
  .feature-center {
    margin-bottom: 18px;
  }
  .feature-center img {
    width: min(280px, 74vw);
  }
  .feature-left .feature-point,
  .feature-right .feature-point {
    grid-template-columns: 62px 1fr;
    column-gap: 12px;
    padding: 14px 0;
  }
  .feature-icon-link {
    width: 54px;
    height: 54px;
  }
  .feature-icon-link svg {
    width: 30px;
    height: 30px;
  }
  .feature-copybox h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .8px;
  }
  .feature-copybox p {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: .35px;
  }
  .category-band { padding: 42px 0 38px; }
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .product-grid { grid-template-columns: 1fr; }
  .category-tile {
    min-height: 168px;
    padding-bottom: 14px;
  }
  .category-image {
    height: 102px;
    margin-bottom: 13px;
  }
  .category-icon {
    top: 84px;
    right: 9px;
    width: 28px;
    height: 28px;
  }
  .category-icon svg {
    width: 15px;
    height: 15px;
  }
  .category-tile h3 {
    margin: 0 12px;
    font-size: 14.5px;
    line-height: 19px;
  }
  .category-tile p { display: none; }
  .account-favourites-grid {
    grid-template-columns: 1fr;
  }
  .home-blog-section .blog-sidebar {
    display: none;
  }
  .home-blog-section {
    padding: 54px 0 48px;
  }
  .home-blog-section .section-head {
    margin-bottom: 24px;
  }
  .home-blog-section .blog-grid {
    gap: 18px;
  }
  .home-blog-section .blog-card img {
    height: 154px;
    object-fit: cover;
  }
  .home-blog-section .blog-card div {
    padding: 16px;
  }
  .home-blog-section .blog-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .home-blog-section .blog-card p[itemprop="description"] {
    margin-bottom: 12px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
  .blog-card-meta a,
  .blog-card .text-link,
  .text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .home-product-section .product-card:nth-child(n+3) {
    display: none;
  }
  .home-product-section .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    gap: 14px;
  }
  .home-product-section .product-img {
    height: clamp(128px, 42vw, 168px);
  }
  .home-product-section .quick {
    top: calc(clamp(128px, 42vw, 168px) - 22px);
    width: 44px;
    height: 44px;
  }
  .home-product-section .product-info h3 a {
    display: flex;
    align-items: center;
    min-height: 44px;
  }
  .home-product-section .card-actions .btn {
    min-height: 44px;
  }
  .home-product-more {
    margin-top: 18px;
  }
  .benefit-grid {
    gap: 18px;
  }
  .benefit {
    padding-top: 18px;
  }
  .benefit:nth-child(n+4) {
    display: none;
  }
  .benefit h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .benefit p {
    line-height: 1.62;
  }
  .footer a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .footer-grid {
    gap: 22px;
  }
  .footer h4 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .footer p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer li {
    margin-bottom: 6px;
  }
  .footer-instagram {
    width: 142px;
    margin-top: 8px;
  }
  .copyright {
    margin-top: 26px;
  }
  .newsletter {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .logo {
    max-width: 118px;
    gap: 0;
    font-size: 17px;
    letter-spacing: 0;
  }
  .logo .logo-mark {
    display: none;
  }
}

@media (max-width: 759px) {
  :root {
    --fs-body: 16px;
    --fs-h1: 30px;
    --fs-h2: 22px;
    --lh-body: 26px;
  }
  .site-header { background: #111; }
  .checkout-section {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }
  .checkout-mobile-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 70;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 14px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(20,20,20,.94);
    box-shadow: 0 18px 60px rgba(0,0,0,.45);
    backdrop-filter: blur(14px);
  }
  .checkout-mobile-bar span {
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
  .checkout-mobile-bar strong {
    grid-column: 1;
    color: white;
    font-size: 18px;
    line-height: 1.1;
    white-space: nowrap;
  }
  .checkout-mobile-bar .btn {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 48px;
    padding: 0 18px;
    font-size: 12px;
  }
  .checkout-quick-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 14px;
    align-items: center;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.035);
  }
  .checkout-quick-summary span {
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  .checkout-quick-summary strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    white-space: nowrap;
  }
  .checkout-quick-summary a {
    grid-column: 1 / -1;
    color: var(--green);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }
  .checkout-form > .btn[type="submit"] {
    display: none;
  }
  .breadcrumb-band {
    min-height: 99px;
    background:
      linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.75)),
      url("./assets/microgreens.jpg") center / cover;
  }
  .breadcrumb {
    justify-content: flex-start;
    font-size: 12px;
    gap: 14px;
    padding-left: 0;
  }
  .section { padding: 42px 0; }
  .filters { display: none; }
  .layout { display: block; }
  .page-title { font-size: var(--fs-h1); line-height: 38px; }
  .page-lead h2 { margin: 14px 0; font-size: var(--fs-h2); line-height: 28px; }
  .page-lead p {
    max-height: 104px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
  }
  .page-lead .text-link {
    margin-top: 8px;
  }
  .page-lead p::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38px;
    background: linear-gradient(rgba(17,17,17,0), #111);
  }
  .chip-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-right: 34px;
    padding-bottom: 2px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 30px), transparent);
    mask-image: linear-gradient(90deg, #000 calc(100% - 30px), transparent);
  }
  .chip-row::-webkit-scrollbar {
    display: none;
  }
  .chip { padding: 10px 13px; min-height: 44px; }
  .chip-row .chip {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .chip-row .chip { scroll-snap-align: start; }
  .category-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
  }
  .category-filter-controls {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }
  .category-toolbar label {
    justify-content: space-between;
    width: 100%;
  }
  .category-sort,
  .category-filter-select,
  .category-filter-input {
    flex: 1;
    min-width: 0;
    width: 100%;
  }
  .category-filter-apply {
    width: 100%;
  }
  .category-clear {
    align-self: center;
  }
  .product-grid { gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-img { height: 168px; }
  .product-info { padding: 11px 10px 14px; }
  .product-info h3 { font-size: 13px; line-height: 19px; min-height: 57px; }
  .delivery { display: none; }
  .card-actions { flex-direction: column; margin-top: auto; padding-top: 10px; }
  .card-actions .btn { min-height: 40px; width: 100%; font-size: 11px; padding: 0 10px; }
  .quick { position: absolute; top: 148px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: #202020; border: 4px solid rgba(255,255,255,.08); color: var(--green); }
  .detail-copy .cta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-copy .cta-row .btn:last-child {
    grid-column: 1 / -1;
  }
  .gift-head {
    display: grid;
    gap: 8px;
    align-items: start;
  }
  .gift-head h2 {
    line-height: 32px;
  }
  .gift-head span {
    line-height: 20px;
  }
}

@media (max-width: 520px) {
  .product-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .category-product-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .product-grid.product-grid-spaced {
    margin-top: 28px;
  }
  .product-img {
    height: min(260px, 72vw);
  }
  .category-product-grid--compact .product-img {
    height: clamp(128px, 42vw, 168px);
  }
  .category-product-grid--compact .card-actions .btn {
    min-height: 44px;
  }
  .category-product-grid--compact .quick {
    top: calc(clamp(128px, 42vw, 168px) - 22px);
    width: 44px;
    height: 44px;
  }
  .product-info h3 {
    min-height: 0;
  }
  .category-product-grid--compact .product-info h3 {
    min-height: 57px;
  }
}

section.home-product-section {
  padding: 72px 0 58px;
}
section.home-product-section .section-head {
  margin-bottom: 32px;
}
section.home-blog-section {
  padding: 76px 0 62px;
}
section.home-blog-section .section-head {
  margin-bottom: 34px;
}

.breadcrumb-band + .section {
  padding-top: clamp(48px, 4.2vw, 64px);
}

.boot-fallback {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #111;
  color: #f5f5f5;
}

.boot-fallback__panel {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.boot-fallback__mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #16b86f;
  box-shadow: 0 0 0 8px rgba(22, 184, 111, .14);
}

.boot-fallback h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.boot-fallback p {
  margin: 0;
  color: rgba(245, 245, 245, .7);
}

.noscript-warning {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  max-width: 720px;
  margin: 0 auto;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: #1f1f1f;
  color: #f5f5f5;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .28);
  text-align: center;
}

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid rgba(246, 182, 77, 0.88);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(246, 182, 77, 0.16);
}


.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 1300;
  transform: translateY(-160%);
  opacity: 0;
  pointer-events: none;
  background: #f6b64d;
  color: #1b1408;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.product-variant-picker {
  display: grid;
  gap: 8px;
  width: min(100%, 520px);
  margin: 20px 0 4px;
}
.product-variant-picker > span {
  color: #f4f4ef;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.product-variant-picker .select {
  min-height: 54px;
  border-color: rgba(255,255,255,.18);
  background: #151515;
  color: #f4f4ef;
}
.product-variant-picker small {
  color: #9c9c9c;
  line-height: 1.5;
}


/* ProfiGreens country/currency switcher v504 — additive v500-compatible layer */
.market-switcher {
  position: relative;
  z-index: 45;
  color: #f7f7f2;
  font-size: 12px;
  line-height: 1.2;
}
.market-switcher summary {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 4px;
  background: rgba(255,255,255,.055);
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}
.market-switcher summary::-webkit-details-marker { display: none; }
.market-switcher summary:hover,
.market-switcher[open] summary {
  border-color: rgba(120,201,91,.72);
  background: rgba(120,201,91,.1);
}
.market-switcher-code {
  width: 27px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 3px;
  color: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
}
.market-switcher-current { font-weight: 750; }
.market-switcher summary strong,
.market-switcher-option > strong {
  color: #9bdc83;
  font-size: 10px;
  letter-spacing: .7px;
}
.market-switcher-caret {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}
.market-switcher[open] .market-switcher-caret {
  transform: rotate(225deg) translate(-1px, -1px);
}
.market-switcher-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(310px, calc(100vw - 28px));
  padding: 8px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  background: #1d1d1d;
  box-shadow: 0 18px 54px rgba(0,0,0,.5);
}
.market-switcher-option {
  min-height: 54px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 4px;
  color: #f1f1ed;
  text-decoration: none;
}
.market-switcher-option:hover,
.market-switcher-option[aria-current="page"] {
  background: rgba(255,255,255,.075);
}
.market-switcher-option[aria-current="page"] {
  box-shadow: inset 3px 0 0 var(--green);
}
.market-switcher-country {
  display: grid;
  gap: 4px;
  font-weight: 750;
}
.market-switcher-status {
  color: #aaa;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .3px;
}
.market-prelaunch {
  min-height: clamp(520px, 72vh, 820px);
  display: grid;
  place-items: center;
  padding: 72px 0;
  background:
    linear-gradient(90deg, rgba(11,11,11,.88), rgba(11,11,11,.68)),
    url("./assets/greens-slide.jpg") center / cover;
}
.market-prelaunch-card {
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 6px;
  background: rgba(19,19,19,.9);
  box-shadow: 0 28px 80px rgba(0,0,0,.45);
}
.market-prelaunch-card h1 {
  margin: 12px 0 20px;
  color: white;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}
.market-prelaunch-copy {
  max-width: 680px;
  margin: 0;
  color: #deded8;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}
.market-prelaunch-note {
  max-width: 680px;
  margin: 22px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--green);
  color: #bcbcb5;
  line-height: 1.65;
}
.market-prelaunch-actions { margin-top: 30px; }
.market-prelaunch-footer { padding: 30px 0 20px; }
.market-prelaunch-footer p { max-width: none; }

@media (max-width: 759px) {
  .site-header { z-index: 80; }
  .mainbar .market-switcher-current { display: none; }
  .mainbar .market-switcher summary { gap: 6px; padding: 5px 8px; }
  .mainbar .market-switcher-menu { position: fixed; top: 66px; right: 14px; }
  .market-prelaunch { min-height: calc(100vh - 58px); padding: 34px 0; }
  .market-prelaunch-card { padding: 28px 22px; }
}

/* ProfiGreens CZ/HU read-only market preview v506 */
.market-preview-page .hero .wrap { max-width: 1180px; }
.market-preview-product-card .market-preview-price,
.market-preview-product-detail .market-preview-price {
  color: #9bdc83;
  font-size: 16px;
  line-height: 1.35;
}
.market-preview-product-card .delivery .stock-dot { background: #d8ad45; }
.market-preview-product-card .card-actions .btn { width: 100%; text-align: center; }
.market-preview-lock {
  max-width: 560px;
  margin: 0 0 24px;
  padding: 12px 16px;
  border-left: 3px solid #78c95b;
  color: #bdbdbd;
  background: rgba(255,255,255,.035);
}
.market-preview-variants { margin-top: 34px; }
.market-preview-variants ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.market-preview-variants li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.market-preview-variants li span { color: #999; }
@media (max-width: 760px) {
  .market-preview-header .brandbar { display: none; }
  .market-preview-variants li { align-items: flex-start; flex-direction: column; gap: 4px; }
}
