:root {
  --skin: #79b38a;
  --skin-2: #79b38a;
  --ink: #242424;
  --mute: #777;
  --line: #ececec;
  --bg: #fff;
  --wash: #fff;
  --max: 1180px;
  --font: "Karla", Arial, Helvetica, sans-serif;
  --title: "Lora", Georgia, "Times New Roman", serif;
  --r: 0;
}
body { color: #777; background: #fff; }
h1, h2, h3, .pdp-buy h1, .archive-head h1, .page h1, .sec-head h2 {
  font-family: var(--title);
  font-weight: 400;
  letter-spacing: 0;
  color: #242424;
}
.btn { background: #79b38a; border-radius: 0; letter-spacing: .04em; text-transform: uppercase; font-size: 13px; }
.btn.ghost { border-radius: 0; color: #333; }
.site-header { border-bottom: 0; box-shadow: 0 1px 0 rgba(0,0,0,.06); }
.cr-top {
  margin: 0;
  background: #79b38a;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 16px;
}
.cr-head__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding-top: 8px;
}
.cr-contacts { display: flex; gap: 28px; align-items: center; }
.cr-contacts a { display: grid; line-height: 1.25; color: #777; font-size: 12px; }
.cr-contacts strong { color: #333; font-weight: 600; font-size: 14px; }
.logo { justify-self: center; }
.logo img { width: 148px; height: auto; }
.cr-tools { justify-self: end; display: flex; align-items: center; gap: 6px; }
.cr-out { color: #333; font-size: 13px; font-weight: 700; padding: 8px 4px; white-space: nowrap; }
.acc-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.acc-bar h1 { margin: 0; }
.acc-bar a { font-weight: 700; }
.cr-icon, .cr-cart {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: 0; color: #333; cursor: pointer; padding: 8px;
}
.cr-cart { font-weight: 600; font-size: 13px; position: relative; white-space: nowrap; }
.cr-cart i {
  position: absolute; top: 0; right: -2px;
  min-width: 16px; height: 16px; border-radius: 99px;
  background: #79b38a; color: #fff; font-style: normal; font-size: 10px;
  display: grid; place-items: center;
}
.cr-search { border-top: 1px solid var(--line); background: #fff; padding: 14px 0 16px; }
.cr-search .wrap { display: flex; gap: 8px; }
.cr-search input {
  flex: 1; border: 1px solid #e5e5e5; min-height: 44px; padding: 0 14px; background: #fff;
}
.cr-search button {
  border: 0; background: #79b38a; color: #fff; padding: 0 18px; cursor: pointer;
}
.live-search { position: relative; }
.cr-nav {
  display: flex; justify-content: center; gap: 28px;
  padding: 4px 16px 14px;
}
.cr-nav a {
  color: rgba(51,51,51,.7);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
}
.cr-nav a:hover, .cr-nav a[aria-current="page"] {
  color: #79b38a;
  border-bottom-color: #79b38a;
}
.nav-toggle { display: none; }

.cr-hero {
  position: relative;
  min-height: 640px;
  background: #f7f7f7 url("hero-bg.jpg") center 35% / cover no-repeat;
  display: grid;
  align-items: end;
  justify-items: center;
  overflow: hidden;
  text-align: center;
}
.cr-hero__copy {
  position: absolute;
  top: 54px;
  left: 0; right: 0;
  z-index: 2;
}
.cr-hero h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.12;
  color: #242424;
}
.cr-hero h1 span { color: #79b38a; font-style: italic; }
.cr-hero p { margin: 18px 0 0; color: #3d3d3d; font-size: 14px; text-shadow: 0 1px 0 rgba(255,255,255,.75); }
.cr-hero__leaf {
  width: min(680px, 86vw);
  height: auto;
  margin-top: 250px;
  margin-bottom: -8px;
  position: relative;
  z-index: 1;
}
.cr-shop { padding: 64px 0 20px; text-align: center; }
.cr-kicker { margin: 0 0 8px; color: #79b38a; font-size: 14px; }
.cr-shop h2 { margin: 0 0 36px; font-size: clamp(28px, 3vw, 36px); }
.pgrid { gap: 22px; }
.product {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 12px 12px 0;
  box-shadow: 0 10px 28px rgba(20, 30, 24, .05);
}
.product:hover { border-color: #c5d9cc; box-shadow: 0 14px 32px rgba(27, 67, 50, .1); }
.product-image {
  background: #f6f6f4;
  border: 1px solid #eee;
  border-radius: 0;
  aspect-ratio: 1;
  box-shadow: none !important;
}
.product-image img { object-fit: contain; }
.product-meta { padding: 14px 8px 10px; }
.product-meta h3 { margin: 6px 0 0; font-family: var(--font); font-size: 13px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; line-height: 1.35; }
.product-meta h3 a { color: #242424; }
.product-cat { margin: 0; color: #8d8d8d; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.product .price {
  margin: auto 0 0;
  width: 100%;
  justify-content: center;
  padding: 12px 8px 16px;
  border-top: 1px solid #eee;
  color: #1b4332;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
}
.product-action button, .product-action-link { background: #79b38a; border-radius: 0; text-transform: uppercase; letter-spacing: .06em; font-size: 12px; }

.cr-trust {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  padding: 48px 0 56px;
  border-top: 1px solid #f0f0f0;
  margin-top: 28px;
}
.cr-trust article { display: flex; gap: 10px; align-items: center; justify-content: center; color: #79b38a; }
.cr-trust svg { width: 42px; height: 42px; flex: none; }
.cr-trust strong, .cr-trust span { display: block; }
.cr-trust strong { color: #333; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.cr-trust span { color: #999; font-size: 12px; }

.cr-ft { border-top: 1px solid #eee; padding-top: 42px; color: #777; font-size: 14px; }
.cr-ft__main { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; padding-bottom: 36px; }
.cr-ft h2 { margin: 0 0 14px; font-family: var(--font); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #333; font-weight: 700; }
.cr-ft ul { list-style: none; margin: 0; padding: 0; }
.cr-ft li { margin: 7px 0; }
.cr-ft a { color: #777; }
.cr-ft a:hover { color: #79b38a; }
.cr-ft__brand img { width: 140px; height: auto; margin-bottom: 12px; }
.cr-ft__brand p { margin: 0 0 14px; max-width: 240px; }
.cr-join {
  background: #f7f7f7 url("footer-bg.jpg") center / cover no-repeat;
  min-height: 180px;
  display: grid;
  align-items: center;
}
.cr-join p { margin: 0; color: #79b38a; font-size: 14px; }
.cr-join h2 { margin: 6px 0 0; font-size: clamp(28px, 4vw, 42px); }
.cr-join h2 span { color: #79b38a; font-style: italic; }
.cr-copy { border-top: 1px solid #eee; }
.cr-copy .wrap { display: flex; justify-content: space-between; gap: 12px; padding: 16px 0; font-size: 13px; }
.cr-copy p { margin: 0; }

.pdp { padding-top: 28px; }
.pdp-buy h1 { font-size: clamp(28px, 3vw, 40px); }
.pdp-buy .price, .pdp-buy .price strong, .price { color: #79b38a; }
.kicker, .kicker a { color: #79b38a; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.crumbs, .crumbs a { color: #999; font-size: 13px; }
.buy-form .btn { min-height: 46px; }

@media (max-width: 980px) {
  .cr-contacts { display: none; }
  .cr-head__row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: none;
    gap: 8px;
    min-height: 72px;
  }
  .cr-head__row .nav-toggle,
  .cr-head__row .logo,
  .cr-head__row .cr-tools {
    grid-area: auto;
    grid-column: auto;
    grid-row: auto;
  }
  .cr-head__row .nav-toggle { justify-self: start; }
  .cr-head__row .logo { justify-self: center; }
  .cr-head__row .cr-tools { justify-self: end; min-width: 0; }
  .nav-toggle {
    display: inline-grid; place-items: center;
    width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer;
  }
  .nav-toggle::before { content: ""; width: 18px; height: 2px; background: #333; box-shadow: 0 -6px 0 #333, 0 6px 0 #333; }
  .cr-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 8px 12px;
  }
  body.nav-open .header-nav.cr-nav { display: flex; }
  .cr-nav a { display: block; width: 100%; padding: 14px 8px; border-bottom: 1px solid #f2f2f2; }
  .cr-cart span { display: none; }
  .cr-trust { grid-template-columns: 1fr 1fr; }
  .cr-ft__main { grid-template-columns: 1fr 1fr; }
  .pgrid { grid-template-columns: 1fr 1fr; }
  .cr-hero { min-height: 420px; }
  .product-action { opacity: 1; transform: none; }
}
@media (max-width: 720px) {
  .cr-trust, .cr-ft__main, .pgrid { grid-template-columns: 1fr; }
  .cr-hero { min-height: 0; padding-bottom: 8px; }
  .cr-hero__copy { top: 28px; padding: 0 18px; }
  .cr-hero h1 { font-size: clamp(30px, 8.4vw, 42px); }
  .cr-hero__leaf { width: min(520px, 92vw); margin-top: 148px; }
  .cr-copy .wrap { flex-wrap: wrap; }
  .cr-shop { padding-top: 36px; }
  body.is-login { overflow-x: clip; }
  .hfs-login-card,
  .hfs-login-card.is-wide {
    width: min(420px, calc(100% - 32px));
    margin: 4vh auto;
    padding: 24px 18px;
  }
  .hfs-login-card.is-wide { width: min(720px, calc(100% - 32px)); }
  .hfs-login-card .stack { max-width: none; }
  .hfs-login-card .stack label { min-width: 0; }
  .hfs-login-card input,
  .hfs-login-card textarea,
  .hfs-login-card select { width: 100%; max-width: 100%; min-width: 0; }
  .login-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
  .login-row .forgot { margin: 0; }
}
