:root {
  --peak-ink: #0b1712;
  --peak-forest: #143b2b;
  --peak-forest-2: #1d5038;
  --peak-lime: #d9ff43;
  --peak-lime-dark: #b9dd2b;
  --peak-sand: #f3f0e7;
  --peak-paper: #fbfcf7;
  --peak-muted: #68736c;
  --peak-line: rgba(11, 23, 18, 0.12);
  --peak-radius: 22px;
  --peak-shadow: 0 18px 55px rgba(11, 23, 18, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--peak-ink);
  background: var(--peak-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--peak-forest-2);
}

a:hover {
  color: var(--peak-ink);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--peak-ink);
  font-weight: 800;
  letter-spacing: -0.035em;
}

#container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0;
}

main {
  flex: 1 0 auto;
}

#content, #column-left, #column-right {
  padding-bottom: 64px;
}

#top {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  background: var(--peak-ink);
  border: 0;
}

#top .list-inline-item > a,
#top .list-inline-item .dropdown > a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 38px;
}

#top .list-inline-item > a:hover,
#top .list-inline-item .dropdown > a:hover {
  color: var(--peak-lime);
}

/* The store still contains the OpenCart demo telephone value. Keep it out of
   the public header until a real support number is configured. */
#top .col.text-end > .list-inline > li:first-child {
  display: none;
}

header {
  position: relative;
  z-index: 20;
  padding: 13px 0 8px;
  background: rgba(251, 252, 247, 0.96);
  border-bottom: 1px solid var(--peak-line);
  backdrop-filter: blur(16px);
}

#logo {
  margin: 0;
}

#logo img {
  max-width: 220px;
  max-height: 70px;
  object-fit: contain;
}

#search .form-control-lg {
  height: 48px;
  padding: 0 18px;
  color: var(--peak-ink);
  font-size: 0.92rem;
  background: #fff;
  border: 1px solid var(--peak-line);
  border-radius: 999px 0 0 999px;
  box-shadow: none;
}

#search .btn-lg {
  padding: 0 21px;
  color: var(--peak-paper);
  background: var(--peak-forest);
  border-color: var(--peak-forest);
  border-radius: 0 999px 999px 0;
  text-shadow: none;
}

#search .btn-lg:hover {
  color: var(--peak-ink);
  background: var(--peak-lime);
  border-color: var(--peak-lime);
}

#cart .btn-lg {
  min-height: 48px;
  padding: 10px 18px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 750;
  background: var(--peak-ink);
  border-color: var(--peak-ink);
  border-radius: 999px;
}

#cart .btn-lg:hover {
  color: var(--peak-ink);
  background: var(--peak-lime);
  border-color: var(--peak-lime);
}

#menu {
  min-height: 52px;
  margin: 12px 0 16px;
  padding: 0 13px;
  background: var(--peak-forest);
  background-image: none;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(20, 59, 43, 0.16);
}

#menu .navbar-nav > li > a,
#menu .navbar-nav > li > .dropdown-item {
  padding: 15px 18px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  background: transparent;
  border-radius: 12px;
  text-shadow: none;
}

#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li > .dropdown-item:hover {
  color: var(--peak-ink);
  background: var(--peak-lime);
}

#category {
  color: #fff;
  text-shadow: none;
}

.breadcrumb {
  margin-top: 22px;
  padding: 12px 16px;
  background: var(--peak-sand);
  border-radius: 999px;
}

.breadcrumb a {
  color: var(--peak-muted);
  font-size: 0.84rem;
  text-decoration: none;
}

.peak-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(560px, 70vh, 760px);
  overflow: hidden;
  color: #fff;
  background: var(--peak-ink) url("../image/peak-hero.webp") center center / cover no-repeat;
}

.peak-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 18, 13, 0.94) 0%, rgba(7, 18, 13, 0.82) 32%, rgba(7, 18, 13, 0.22) 66%, rgba(7, 18, 13, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 18, 13, 0.42), transparent 46%);
}

.peak-hero__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 74px;
  padding-bottom: 104px;
}

.peak-hero__content {
  max-width: 720px;
}

.peak-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--peak-lime);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.peak-eyebrow::before {
  width: 34px;
  height: 3px;
  content: "";
  background: var(--peak-lime);
}

.peak-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7.5vw, 6.6rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.068em;
  text-wrap: balance;
}

.peak-hero__intro {
  max-width: 610px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.65;
}

.peak-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.peak-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 55px;
  padding: 0 25px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.peak-button:hover {
  transform: translateY(-2px);
}

.peak-button--primary {
  color: var(--peak-ink);
  background: var(--peak-lime);
}

.peak-button--primary:hover {
  color: #fff;
  background: var(--peak-forest-2);
}

.peak-button--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(12px);
}

.peak-button--ghost:hover {
  color: var(--peak-ink);
  background: #fff;
}

.peak-hero__trail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 17px 3vw;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.peak-benefits {
  position: relative;
  z-index: 5;
  margin-top: -36px;
}

.peak-benefits .container {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--peak-line);
  border-radius: var(--peak-radius);
  box-shadow: var(--peak-shadow);
}

.peak-benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 118px;
  padding: 25px 28px;
  border-right: 1px solid var(--peak-line);
}

.peak-benefit:last-child {
  border-right: 0;
}

.peak-benefit__icon {
  display: grid;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  color: var(--peak-ink);
  font-size: 1.1rem;
  background: var(--peak-lime);
  border-radius: 50%;
  place-items: center;
}

.peak-benefit strong,
.peak-benefit small {
  display: block;
}

.peak-benefit strong {
  margin-bottom: 5px;
  color: var(--peak-ink);
  font-size: 0.98rem;
}

.peak-benefit small {
  color: var(--peak-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.peak-home {
  padding-top: 86px;
}

#common-home #carousel-banner-0,
#common-home #carousel-banner-1 {
  display: none !important;
}

#peak-products > h3,
#content > h1,
#content > h2,
#content > h3 {
  position: relative;
  margin-bottom: 34px;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

#peak-products > h3::after,
#content > h1::after {
  display: block;
  width: 56px;
  height: 5px;
  margin-top: 13px;
  content: "";
  background: var(--peak-lime-dark);
  border-radius: 999px;
}

.product-thumb {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--peak-line);
  border-radius: var(--peak-radius);
  box-shadow: 0 10px 30px rgba(11, 23, 18, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.product-thumb:hover {
  transform: translateY(-6px);
  box-shadow: var(--peak-shadow);
}

.product-thumb .image {
  min-height: 250px;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, #f7f8f2, #eef1e8);
}

.product-thumb .image img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  transition: transform 260ms ease;
}

.product-thumb:hover .image img {
  transform: scale(1.045);
}

.product-thumb .content {
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 24px;
}

.product-thumb .description {
  flex: 1 1 auto;
  padding: 0;
}

.product-thumb h4 {
  min-height: auto;
  margin-bottom: 13px;
  font-size: 1.04rem;
  line-height: 1.35;
}

.product-thumb h4 a {
  color: var(--peak-ink);
  text-decoration: none;
}

.product-thumb .description p {
  color: var(--peak-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.product-thumb .price {
  margin-top: 18px;
  color: var(--peak-forest-2);
  font-size: 1.25rem;
  font-weight: 900;
}

.product-thumb .price-tax {
  display: block;
  margin-top: 4px;
  color: var(--peak-muted);
  font-size: 0.72rem;
  font-weight: 500;
}

.product-thumb .button {
  position: static;
  display: grid;
  grid-template-columns: 1fr 46px 46px;
  gap: 8px;
  margin-top: 18px;
  border: 0;
}

.product-thumb .button button {
  width: 100%;
  min-height: 46px;
  color: #fff;
  background: var(--peak-forest);
  border: 0;
  border-radius: 12px;
}

.product-thumb .button button:first-child {
  color: var(--peak-ink);
  background: var(--peak-lime);
}

.product-thumb .button button:hover {
  color: #fff;
  background: var(--peak-ink);
}

.btn-primary {
  color: var(--peak-ink);
  font-weight: 800;
  background: var(--peak-lime);
  border-color: var(--peak-lime);
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background: var(--peak-forest);
  border-color: var(--peak-forest);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--peak-forest-2);
  box-shadow: 0 0 0 0.22rem rgba(217, 255, 67, 0.28);
}

.pagination .page-link {
  color: var(--peak-forest);
  border-color: var(--peak-line);
}

.pagination .active > .page-link {
  color: var(--peak-ink);
  background: var(--peak-lime);
  border-color: var(--peak-lime);
}

footer {
  position: static;
  flex: 0 0 auto;
  width: 100%;
  padding: 64px 0 28px;
  color: rgba(255, 255, 255, 0.7);
  background:
    radial-gradient(circle at 85% 20%, rgba(217, 255, 67, 0.1), transparent 24rem),
    var(--peak-ink);
  border: 0;
}

footer h5 {
  color: #fff;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer a {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
}

footer a:hover {
  color: var(--peak-lime);
}

footer hr {
  border-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 991.98px) {
  header {
    padding-bottom: 2px;
  }

  #menu {
    margin-top: 8px;
  }

  #menu .navbar-nav > li > a,
  #menu .navbar-nav > li > .dropdown-item {
    padding: 12px 14px;
  }

  .peak-hero {
    min-height: 630px;
    background-position: 64% center;
  }

  .peak-hero::before {
    background: linear-gradient(90deg, rgba(7, 18, 13, 0.92), rgba(7, 18, 13, 0.5));
  }

  .peak-hero__content {
    max-width: 590px;
  }

  .peak-benefit {
    border-right: 0;
    border-bottom: 1px solid var(--peak-line);
  }

  .peak-benefit:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  #top .col-4 {
    display: none;
  }

  header .row {
    align-items: center;
  }

  #logo {
    margin-bottom: 12px;
    text-align: center;
  }

  #logo img {
    max-height: 56px;
  }

  .peak-hero {
    min-height: 640px;
    background-position: 67% center;
  }

  .peak-hero::before {
    background:
      linear-gradient(0deg, rgba(7, 18, 13, 0.93) 0%, rgba(7, 18, 13, 0.66) 68%, rgba(7, 18, 13, 0.36) 100%),
      linear-gradient(90deg, rgba(7, 18, 13, 0.55), rgba(7, 18, 13, 0.16));
  }

  .peak-hero__inner {
    align-items: flex-end;
    padding-top: 160px;
    padding-bottom: 104px;
  }

  .peak-hero h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .peak-hero__intro {
    font-size: 0.98rem;
  }

  .peak-button {
    width: 100%;
  }

  .peak-benefits {
    margin-top: -24px;
    padding: 0 12px;
  }

  .peak-benefit {
    min-height: 105px;
    padding: 20px;
  }

  .peak-home {
    padding-top: 64px;
  }

  .product-thumb .image {
    min-height: 220px;
  }

  .product-thumb .image img {
    height: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

/* Peak Adventure 2.0 — fixed commerce shell, live search and product rails */
:root {
  --peak-acid: #dfff3f;
  --peak-acid-strong: #c9ee21;
  --peak-night: #08110d;
  --peak-deep: #102b20;
  --peak-green: #1c543a;
  --peak-cloud: #f7f8f2;
  --peak-card: #ffffff;
  --peak-copy: #152019;
  --peak-subtle: #657168;
  --peak-border: rgba(8, 17, 13, 0.12);
  --peak-shadow-soft: 0 12px 36px rgba(8, 17, 13, 0.09);
  --peak-shadow-float: 0 24px 70px rgba(8, 17, 13, 0.17);
}

body {
  overflow-x: hidden;
  color: var(--peak-copy);
  background:
    radial-gradient(circle at 12% 24%, rgba(223, 255, 63, 0.08), transparent 26rem),
    var(--peak-cloud);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  overflow-x: clip;
}

body.peak-cart-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3 {
  font-family: "Unbounded", "Manrope", sans-serif;
}

.peak-announcement {
  position: relative;
  z-index: 1035;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.76);
  background: var(--peak-night);
}

.peak-announcement > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
}

.peak-announcement__items,
.peak-announcement__tools {
  display: flex;
  align-items: center;
  gap: 22px;
}

.peak-announcement__items > span,
.peak-announcement__tools > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
}

.peak-announcement i {
  color: var(--peak-acid);
}

.peak-announcement__tools > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
}

.peak-announcement__tools .dropdown > a,
.peak-announcement__tools button {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  text-decoration: none;
  background: transparent;
  border: 0;
}

.peak-sticky-shell {
  position: sticky;
  z-index: 1030;
  top: 0;
  width: 100%;
  background: rgba(247, 248, 242, 0.94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px) saturate(145%);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.peak-sticky-shell.is-scrolled {
  border-color: var(--peak-border);
  box-shadow: 0 12px 38px rgba(8, 17, 13, 0.11);
}

.peak-header {
  position: relative;
  z-index: 4;
  padding: 13px 0 10px;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.peak-header__grid {
  display: grid;
  grid-template-columns: minmax(160px, 0.78fr) minmax(320px, 1.75fr) auto;
  gap: clamp(18px, 3vw, 46px);
  align-items: center;
}

.peak-mobile-menu {
  display: none;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--peak-deep);
  border: 0;
  border-radius: 14px;
}

.peak-logo {
  margin: 0;
}

.peak-logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.peak-logo img {
  width: auto;
  max-width: min(220px, 100%);
  max-height: 58px;
  object-fit: contain;
}

.peak-logo__wordmark {
  flex-direction: column;
  color: var(--peak-night);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.peak-logo__wordmark span {
  color: var(--peak-green);
  font-size: 0.54em;
  letter-spacing: 0.12em;
}

.peak-search {
  position: relative;
  min-width: 0;
}

.peak-search__form {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  min-height: 52px;
  margin: 0;
  padding: 4px;
  background: #fff;
  border: 1px solid var(--peak-border);
  border-radius: 17px;
  box-shadow: 0 6px 24px rgba(8, 17, 13, 0.045);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.peak-search.is-open .peak-search__form,
.peak-search__form:focus-within {
  border-color: rgba(28, 84, 58, 0.45);
  box-shadow: 0 0 0 4px rgba(223, 255, 63, 0.26), var(--peak-shadow-soft);
  transform: translateY(-1px);
}

.peak-search__icon {
  color: var(--peak-green);
  text-align: center;
}

.peak-search__form input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 12px 0 0;
  color: var(--peak-copy);
  font-size: 0.88rem;
  font-weight: 600;
  background: transparent;
  border: 0;
  outline: 0;
}

.peak-search__form input::placeholder {
  color: #8b958e;
  opacity: 1;
}

.peak-search__form input::-webkit-search-cancel-button {
  cursor: pointer;
}

.peak-search__form button {
  min-height: 42px;
  padding: 0 20px;
  color: var(--peak-night);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  background: var(--peak-acid);
  border: 0;
  border-radius: 13px;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.peak-search__form button:hover {
  color: #fff;
  background: var(--peak-green);
  transform: translateY(-1px);
}

.peak-search__results {
  position: absolute;
  z-index: 1060;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--peak-border);
  border-radius: 19px;
  box-shadow: var(--peak-shadow-float);
}

.peak-search__results[hidden] {
  display: none;
}

.peak-search__message {
  padding: 22px;
  color: var(--peak-subtle);
  font-size: 0.82rem;
  font-weight: 650;
  text-align: center;
}

.peak-search__message i {
  margin-right: 7px;
  color: var(--peak-green);
}

.peak-search__list {
  max-height: min(460px, 66vh);
  padding: 8px;
  overflow-y: auto;
}

.peak-search-result {
  display: grid;
  grid-template-columns: 68px 1fr 34px;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 8px;
  color: var(--peak-copy);
  text-decoration: none;
  border-radius: 14px;
  transition: background-color 140ms ease, transform 140ms ease;
}

.peak-search-result + .peak-search-result {
  border-top: 1px solid rgba(8, 17, 13, 0.07);
}

.peak-search-result:hover,
.peak-search-result.is-active {
  color: var(--peak-copy);
  background: #f1f5e8;
  transform: translateX(2px);
}

.peak-search-result img {
  width: 68px;
  height: 68px;
  padding: 4px;
  object-fit: contain;
  background: #f4f6ef;
  border-radius: 12px;
}

.peak-search-result__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.peak-search-result__copy strong {
  overflow: hidden;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.peak-search-result__price {
  display: flex;
  gap: 9px;
  color: var(--peak-green);
  font-size: 0.82rem;
  font-weight: 800;
}

.peak-search-result__price del {
  color: #8c958f;
  font-weight: 600;
}

.peak-search-result__arrow {
  color: var(--peak-green);
  font-size: 0.8rem;
  text-align: center;
}

.peak-header__actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 7px;
}

.peak-icon-button {
  display: inline-flex;
  min-width: 60px;
  height: 52px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  color: var(--peak-copy);
  font-size: 0.62rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 14px;
  transition: color 160ms ease, background-color 160ms ease;
}

.peak-icon-button::after {
  display: none;
}

.peak-icon-button i {
  font-size: 1.08rem;
}

.peak-icon-button:hover,
.peak-icon-button:focus {
  color: var(--peak-green);
  background: rgba(28, 84, 58, 0.07);
}

.peak-account .dropdown-menu {
  min-width: 220px;
  padding: 8px;
  border: 1px solid var(--peak-border);
  border-radius: 16px;
  box-shadow: var(--peak-shadow-float);
}

.peak-account .dropdown-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  font-size: 0.82rem;
  font-weight: 650;
  border-radius: 10px;
}

.peak-cart {
  position: static;
}

.peak-cart__dropdown {
  position: static;
  height: 100%;
}

.peak-cart__trigger {
  display: flex;
  min-width: 176px;
  height: 52px;
  padding: 5px 14px 5px 6px;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: left;
  background: var(--peak-deep);
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.peak-cart__trigger::after {
  margin-left: auto;
  opacity: 0.55;
}

.peak-cart__trigger:hover,
.peak-cart__trigger[aria-expanded="true"] {
  color: var(--peak-night);
  background: var(--peak-acid);
  transform: translateY(-1px);
}

.peak-cart__icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  color: var(--peak-night);
  font-size: 1rem;
  background: var(--peak-acid);
  border-radius: 12px;
  place-items: center;
}

.peak-cart__trigger:hover .peak-cart__icon,
.peak-cart__trigger[aria-expanded="true"] .peak-cart__icon {
  color: #fff;
  background: var(--peak-deep);
}

.peak-cart__summary {
  max-width: 104px;
  overflow: hidden;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.peak-cart-backdrop {
  position: fixed;
  z-index: 1075;
  inset: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(4, 10, 7, 0.66);
  border: 0;
  opacity: 0;
  backdrop-filter: blur(4px);
  transition: opacity 220ms ease, visibility 220ms ease;
}

body.peak-cart-open .peak-cart-backdrop {
  visibility: visible;
  opacity: 1;
}

.peak-cart-drawer {
  position: fixed !important;
  z-index: 1080;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  display: flex;
  visibility: hidden;
  width: min(470px, 100%);
  max-width: 100vw;
  height: 100dvh;
  margin: 0 !important;
  padding: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: -26px 0 80px rgba(4, 10, 7, 0.26);
  clip-path: inset(0 0 0 100%);
  opacity: 0;
  pointer-events: none;
  transform: none !important;
  transition: clip-path 250ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 180ms ease, visibility 250ms ease;
}

.peak-cart-drawer.show {
  visibility: visible;
  clip-path: inset(0);
  opacity: 1;
  pointer-events: auto;
  transform: none !important;
}

.peak-cart-drawer__header {
  display: flex;
  padding: 28px 26px 22px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(223, 255, 63, 0.24), transparent 13rem),
    var(--peak-night);
}

.peak-cart-drawer__eyebrow {
  color: var(--peak-acid);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.peak-cart-drawer__header h2 {
  margin: 5px 0 6px;
  color: #fff;
  font-size: 1.45rem;
  letter-spacing: -0.045em;
}

.peak-cart-drawer__header p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.73rem;
  line-height: 1.45;
}

.peak-cart-drawer__close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  place-items: center;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.peak-cart-drawer__close:hover {
  color: var(--peak-night);
  background: var(--peak-acid);
  transform: rotate(5deg);
}

.peak-cart-drawer__body {
  min-height: 0;
  flex: 1 1 auto;
  padding: 10px 22px;
  overflow-y: auto;
}

.peak-cart-items {
  display: grid;
}

.peak-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 34px;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--peak-border);
}

.peak-cart-item__image {
  display: grid;
  width: 82px;
  height: 82px;
  padding: 6px;
  background: #f2f4ed;
  border-radius: 15px;
  place-items: center;
}

.peak-cart-item__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.peak-cart-item__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.peak-cart-item__name {
  margin-bottom: 4px;
  color: var(--peak-copy);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.peak-cart-item__content small {
  color: var(--peak-subtle);
  font-size: 0.67rem;
}

.peak-cart-item__meta {
  display: flex;
  margin-top: auto;
  padding-top: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--peak-subtle);
  font-size: 0.72rem;
}

.peak-cart-item__meta strong {
  color: var(--peak-green);
  font-size: 0.8rem;
}

.peak-cart-item__remove button {
  display: grid;
  width: 32px;
  height: 32px;
  color: #a84d4d;
  background: #fff1f1;
  border: 0;
  border-radius: 9px;
  place-items: center;
  transition: color 140ms ease, background-color 140ms ease;
}

.peak-cart-item__remove button:hover {
  color: #fff;
  background: #a83c3c;
}

.peak-cart-drawer__footer {
  padding: 18px 26px 24px;
  background: #f6f7f1;
  border-top: 1px solid var(--peak-border);
}

.peak-cart-totals {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.peak-cart-totals > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--peak-subtle);
  font-size: 0.78rem;
}

.peak-cart-totals > div:last-child {
  margin-top: 5px;
  padding-top: 11px;
  color: var(--peak-copy);
  font-size: 0.95rem;
  border-top: 1px solid var(--peak-border);
}

.peak-cart-checkout {
  display: flex;
  min-height: 52px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  color: var(--peak-night);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--peak-acid);
  border-radius: 14px;
  transition: color 150ms ease, background-color 150ms ease;
}

.peak-cart-checkout:hover {
  color: #fff;
  background: var(--peak-green);
}

.peak-cart-view {
  display: block;
  margin-top: 12px;
  color: var(--peak-green);
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.peak-cart-empty {
  display: flex;
  min-height: 0;
  padding: 38px;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.peak-cart-empty__icon {
  display: grid;
  width: 92px;
  height: 92px;
  margin-bottom: 24px;
  color: var(--peak-green);
  font-size: 1.7rem;
  background: #eff4e5;
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px #f7f9f2;
  place-items: center;
}

.peak-cart-empty h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.peak-cart-empty p {
  max-width: 300px;
  margin-bottom: 24px;
  color: var(--peak-subtle);
  font-size: 0.82rem;
  line-height: 1.6;
}

.peak-cart-empty a {
  display: inline-flex;
  min-height: 48px;
  padding: 0 20px;
  align-items: center;
  color: var(--peak-night);
  font-size: 0.76rem;
  font-weight: 850;
  text-decoration: none;
  background: var(--peak-acid);
  border-radius: 13px;
}

.peak-menu-wrap {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(8, 17, 13, 0.075);
}

.peak-menu {
  min-height: 48px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.peak-menu .navbar-collapse {
  align-items: center;
  justify-content: space-between;
}

.peak-menu__nav {
  display: flex;
  gap: 3px;
}

.peak-menu__nav .nav-link {
  display: flex;
  min-height: 48px;
  padding: 0 14px;
  align-items: center;
  gap: 8px;
  color: #38433c;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  border-radius: 12px;
  transition: color 150ms ease, background-color 150ms ease;
}

.peak-menu__nav .nav-link::after {
  margin-left: 2px;
}

.peak-menu__nav .nav-link i {
  color: var(--peak-green);
  font-size: 0.78rem;
}

.peak-menu__nav .nav-link:hover,
.peak-menu__nav .nav-link:focus,
.peak-menu__nav .nav-link.show {
  color: var(--peak-night);
  background: var(--peak-acid);
}

.peak-menu__nav .nav-link:hover i,
.peak-menu__nav .nav-link.show i {
  color: var(--peak-night);
}

.peak-menu__cta {
  display: inline-flex;
  min-height: 34px;
  padding: 0 13px;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: var(--peak-deep);
  border-radius: 10px;
}

.peak-menu__cta span {
  color: var(--peak-acid);
}

.peak-megamenu {
  min-width: min(660px, 90vw);
  padding: 17px;
  border: 1px solid var(--peak-border);
  border-radius: 18px;
  box-shadow: var(--peak-shadow-float);
}

.peak-megamenu .dropdown-inner {
  display: flex;
  gap: 8px 24px;
}

.peak-megamenu .dropdown-item {
  display: flex;
  min-width: 200px;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--peak-copy);
  font-size: 0.79rem;
  font-weight: 650;
  border-radius: 10px;
}

.peak-megamenu .dropdown-item i {
  color: var(--peak-green);
  font-size: 0.7rem;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.peak-megamenu .dropdown-item:hover {
  background: #eff4e5;
}

.peak-megamenu .dropdown-item:hover i {
  opacity: 1;
  transform: translateX(0);
}

.peak-megamenu__all {
  display: flex;
  margin-top: 10px;
  padding: 12px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 850;
  text-decoration: none;
  background: var(--peak-deep);
  border-radius: 11px;
}

.peak-megamenu__all:hover {
  color: var(--peak-night);
  background: var(--peak-acid);
}

.peak-hero {
  min-height: clamp(610px, 75vh, 800px);
}

.peak-hero__inner {
  padding-top: 90px;
}

.peak-hero h1 {
  max-width: 900px;
  font-size: clamp(3.2rem, 7.2vw, 6.9rem);
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.peak-button {
  min-height: 57px;
  padding: 0 27px;
  box-shadow: 0 12px 26px rgba(8, 17, 13, 0.16);
}

.peak-button--primary:hover {
  color: #fff;
  background: var(--peak-green);
}

.peak-benefits .container {
  box-shadow: 0 24px 64px rgba(8, 17, 13, 0.14);
}

.peak-benefit__icon {
  color: var(--peak-night);
  background: var(--peak-acid);
  box-shadow: 0 8px 20px rgba(201, 238, 33, 0.28);
}

.breadcrumb {
  margin-top: 26px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--peak-border);
  box-shadow: 0 5px 20px rgba(8, 17, 13, 0.04);
}

#content > h1,
#content > h2,
#content > h3,
#peak-products > h3 {
  letter-spacing: -0.055em;
}

.peak-product-carousel {
  position: relative;
}

.peak-product-track {
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
  padding: 8px 2px 34px;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.peak-product-track::-webkit-scrollbar {
  display: none;
}

.peak-product-track > * {
  width: auto;
  max-width: none;
  padding-right: 12px;
  padding-left: 12px;
  flex: 0 0 25%;
  scroll-snap-align: start;
}

.peak-carousel-controls {
  position: absolute;
  right: 0;
  bottom: calc(100% + 27px);
  display: flex;
  gap: 8px;
}

.peak-carousel-controls.is-hidden {
  display: none;
}

.peak-carousel-button {
  display: grid;
  width: 45px;
  height: 45px;
  color: #fff;
  background: var(--peak-deep);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(8, 17, 13, 0.16);
  place-items: center;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease, opacity 150ms ease;
}

.peak-carousel-button:hover:not(:disabled) {
  color: var(--peak-night);
  background: var(--peak-acid);
  transform: translateY(-2px);
}

.peak-carousel-button:disabled {
  cursor: default;
  opacity: 0.28;
}

.peak-product-grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.product-thumb {
  overflow: hidden;
  border: 1px solid rgba(8, 17, 13, 0.105);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(8, 17, 13, 0.055);
}

.product-thumb::before {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 6px 9px;
  color: var(--peak-night);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  content: "ACTIVE";
  background: var(--peak-acid);
  border-radius: 8px;
}

.product-thumb:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 54px rgba(8, 17, 13, 0.14);
}

.product-thumb .image {
  min-height: 265px;
  padding: 28px 22px 18px;
  background:
    radial-gradient(circle at 75% 18%, rgba(223, 255, 63, 0.18), transparent 8rem),
    linear-gradient(145deg, #f7f9f2, #edf1e7);
}

.product-thumb .image img {
  height: 225px;
  mix-blend-mode: multiply;
}

.product-thumb .content {
  min-height: 270px;
  padding: 22px;
}

.product-thumb h4 {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.product-thumb .description p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-thumb .price {
  color: var(--peak-green);
  font-size: 1.17rem;
}

.product-thumb .price-old {
  margin-left: 6px;
  color: #929a95;
  font-size: 0.77rem;
  font-weight: 600;
  text-decoration: line-through;
}

.product-thumb .button {
  grid-template-columns: minmax(0, 1fr) 44px 44px;
  gap: 7px;
}

.product-thumb .button button {
  min-height: 44px;
  border-radius: 12px;
}

.product-thumb .button button:first-child {
  display: inline-flex;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--peak-night);
  font-size: 0.72rem;
  font-weight: 850;
  background: var(--peak-acid);
}

.product-thumb .button button:first-child:hover {
  color: #fff;
  background: var(--peak-green);
}

.peak-button-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn {
  font-weight: 750;
  border-radius: 11px;
}

.btn-primary,
.btn-success {
  color: var(--peak-night);
  background: var(--peak-acid);
  border-color: var(--peak-acid);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-success:hover,
.btn-success:focus {
  color: #fff;
  background: var(--peak-green);
  border-color: var(--peak-green);
}

.btn-dark {
  background: var(--peak-deep);
  border-color: var(--peak-deep);
}

.form-control,
.form-select {
  border-color: var(--peak-border);
  border-radius: 11px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(28, 84, 58, 0.55);
  box-shadow: 0 0 0 0.22rem rgba(223, 255, 63, 0.3);
}

footer {
  margin-top: 42px;
}

@media (min-width: 992px) {
  .peak-menu__nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  .peak-header__grid {
    grid-template-columns: 155px minmax(270px, 1fr) auto;
    gap: 17px;
  }

  .peak-wishlist span,
  .peak-account .peak-icon-button span {
    display: none;
  }

  .peak-wishlist,
  .peak-account .peak-icon-button {
    min-width: 44px;
    width: 44px;
    padding: 0;
  }

  .peak-cart__trigger {
    min-width: 150px;
  }

  .peak-product-track > * {
    flex-basis: 33.3333%;
  }
}

@media (max-width: 991.98px) {
  .peak-announcement__items,
  .peak-announcement__tools {
    gap: 12px;
  }

  .peak-header {
    padding: 10px 0;
  }

  .peak-header__grid {
    grid-template-columns: 46px 1fr auto;
    gap: 10px;
  }

  .peak-mobile-menu {
    display: inline-grid;
    place-items: center;
  }

  .peak-logo {
    text-align: left;
  }

  .peak-logo img {
    max-width: 165px;
    max-height: 48px;
  }

  .peak-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .peak-search__form {
    min-height: 48px;
  }

  .peak-search__form input {
    height: 38px;
  }

  .peak-search__form button {
    min-height: 38px;
  }

  .peak-menu-wrap {
    border-top: 0;
  }

  .peak-menu {
    min-height: 0;
  }

  .peak-menu .navbar-collapse {
    position: absolute;
    z-index: 1040;
    top: 0;
    right: 12px;
    left: 12px;
    max-height: calc(100vh - 160px);
    padding: 10px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid var(--peak-border);
    border-radius: 17px;
    box-shadow: var(--peak-shadow-float);
  }

  .peak-menu__nav {
    gap: 2px;
  }

  .peak-menu__nav .nav-link {
    min-height: 46px;
    padding: 0 13px;
  }

  .peak-menu__cta {
    display: none;
  }

  .peak-megamenu {
    min-width: 100%;
    margin: 0;
    padding: 9px;
    box-shadow: none;
  }

  .peak-megamenu .dropdown-inner {
    display: block;
  }

  .peak-megamenu .dropdown-item {
    min-width: 0;
  }

  .peak-product-track > * {
    flex-basis: 50%;
  }
}

@media (max-width: 767.98px) {
  .peak-announcement > .container {
    justify-content: center;
  }

  .peak-announcement__tools {
    display: none;
  }

  .peak-announcement__items > span {
    font-size: 0.67rem;
  }

  .peak-sticky-shell {
    position: sticky;
  }

  .peak-header__actions {
    gap: 3px;
  }

  .peak-account {
    display: none;
  }

  .peak-wishlist {
    min-width: 40px;
    width: 40px;
    height: 44px;
  }

  .peak-cart__trigger {
    min-width: 46px;
    width: 46px;
    height: 46px;
    padding: 3px;
    border-radius: 14px;
  }

  .peak-cart__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .peak-cart__summary,
  .peak-cart__trigger::after {
    display: none;
  }

  .peak-search__form {
    grid-template-columns: 38px 1fr 44px;
  }

  .peak-search__form button {
    width: 40px;
    padding: 0;
    overflow: hidden;
    color: transparent;
  }

  .peak-search__form button::before {
    color: var(--peak-night);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f061";
  }

  .peak-search__results {
    position: fixed;
    top: 144px;
    right: 10px;
    left: 10px;
  }

  .peak-hero {
    min-height: 660px;
  }

  .peak-hero__inner {
    padding-top: 145px;
  }

  .peak-hero h1 {
    font-size: clamp(2.65rem, 12.6vw, 4.2rem);
    letter-spacing: -0.065em;
  }

  .peak-product-track {
    margin-right: -12px;
    padding-right: 11vw;
  }

  .peak-product-track > * {
    flex-basis: 86%;
  }

  .peak-carousel-controls {
    bottom: calc(100% + 25px);
  }

  .peak-carousel-button {
    width: 41px;
    height: 41px;
  }

  #peak-products > h3,
  #content > h1,
  #content > h2,
  #content > h3 {
    padding-right: 92px;
    font-size: clamp(1.55rem, 7vw, 2.2rem);
  }

  .product-thumb .image {
    min-height: 250px;
  }

  .product-thumb .image img {
    height: 215px;
  }
}

@media (max-width: 419.98px) {
  .peak-logo img {
    max-width: 135px;
  }

  .peak-logo__wordmark {
    font-size: 1rem;
  }

  .peak-search__form input {
    font-size: 0.78rem;
  }

  .peak-cart-drawer__header {
    padding: 23px 20px 19px;
  }

  .peak-cart-drawer__body {
    padding: 8px 18px;
  }

  .peak-cart-drawer__footer {
    padding: 16px 20px 20px;
  }

  .peak-cart-item {
    grid-template-columns: 72px minmax(0, 1fr) 30px;
    gap: 10px;
  }

  .peak-cart-item__image {
    width: 72px;
    height: 72px;
  }
}

/* Reference density: Montserrat, 14px commerce scale */
html {
  font-size: 14px;
}

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}

body {
  font-size: 14px;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.peak-logo__copy strong,
.peak-hero h1,
.product-thumb h4 {
  font-family: "Montserrat", Arial, sans-serif;
}

.peak-logo__copy strong {
  font-weight: 700;
}

#menu.peak-menu .peak-menu__nav .nav-link,
.peak-search__form input,
.peak-cart__summary {
  font-weight: 500;
}

.peak-eyebrow,
.peak-search__form button,
.peak-button,
.peak-menu__cta,
.product-thumb .button button:first-child {
  font-weight: 600;
}

.peak-hero {
  height: clamp(410px, 43vh, 460px);
}

.peak-hero h1 {
  max-width: 680px;
  font-size: clamp(2.65rem, 3.5vw, 3.7rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.048em;
}

.peak-hero__intro {
  font-size: 14px;
}

#peak-products > h3,
#content > h1,
#content > h2,
#content > h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  font-weight: 600;
}

.product-thumb h4,
.peak-product-track.is-single .product-thumb h4 {
  min-height: 40px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.product-thumb .description p,
.peak-product-track.is-single .product-thumb .description p {
  font-size: 12px;
  line-height: 18px;
}

.product-thumb .price,
.peak-product-track.is-single .product-thumb .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.product-thumb .price-tax {
  font-size: 11px;
}

.peak-product-track.is-single > * {
  width: 300px;
  max-width: 300px;
  flex: 0 0 300px;
}

.peak-product-track.is-single .product-thumb {
  display: block;
  min-height: 0;
}

.peak-product-track.is-single .product-thumb .image {
  display: grid;
  min-height: 196px;
  padding: 18px;
  border-right: 0;
  border-bottom: 1px solid var(--peak-border);
  place-items: center;
}

.peak-product-track.is-single .product-thumb .image img {
  height: 165px;
}

.peak-product-track.is-single .product-thumb .content {
  min-height: 210px;
  padding: 16px;
}

.peak-product-track.is-single .product-thumb form {
  max-width: none;
}

@media (min-width: 1400px) {
  .peak-product-track:not(.is-single) > * {
    flex-basis: 20%;
  }
}

@media (max-width: 767.98px) {
  html,
  body {
    font-size: 14px;
  }

  .peak-hero {
    height: 405px;
  }

  .peak-hero h1 {
    max-width: 320px;
    font-size: clamp(2.25rem, 9.8vw, 2.9rem);
  }

  .peak-product-track.is-single > * {
    width: min(300px, 100%);
    max-width: 300px;
    flex-basis: 300px;
  }

  .peak-product-track.is-single .product-thumb .image {
    min-height: 180px;
  }

  .peak-product-track.is-single .product-thumb .image img {
    height: 150px;
  }
}

.product-thumb .description {
  margin-bottom: 0 !important;
}

.peak-product-track.is-single .product-thumb .image {
  min-height: 180px;
}

.peak-product-track.is-single .product-thumb .image img {
  height: 150px;
}

.peak-product-track.is-single .product-thumb .content {
  min-height: 200px;
}

/* Peak Adventure 3.0 — compact editorial storefront */
html {
  font-size: 15px;
}

body {
  font-size: 0.94rem;
  line-height: 1.5;
  background: #f8f9f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.035em;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.peak-announcement {
  min-height: 30px;
}

.peak-announcement > .container {
  min-height: 30px;
}

.peak-announcement__items,
.peak-announcement__tools {
  gap: 18px;
}

.peak-announcement__items > span,
.peak-announcement__tools > a {
  gap: 7px;
  font-size: 0.67rem;
}

.peak-announcement__tools > span {
  min-height: 24px;
}

.peak-sticky-shell {
  background: rgba(248, 249, 245, 0.96);
}

.peak-header {
  padding: 8px 0;
}

.peak-header__grid {
  grid-template-columns: minmax(190px, 0.7fr) minmax(320px, 1.65fr) auto;
  gap: clamp(18px, 2.2vw, 34px);
}

.peak-logo__brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--peak-night);
  text-decoration: none;
}

.peak-logo__mark {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  color: var(--peak-night);
  font-size: 0.98rem;
  background: var(--peak-acid);
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(201, 238, 33, 0.22);
  place-items: center;
}

.peak-logo__copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.peak-logo__copy strong {
  color: var(--peak-night);
  font-family: "Manrope", sans-serif;
  font-size: 0.91rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.peak-logo__copy small {
  color: var(--peak-green);
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.peak-search__form {
  grid-template-columns: 38px 1fr auto;
  min-height: 44px;
  padding: 3px;
  border-radius: 14px;
}

.peak-search__form input {
  height: 36px;
  font-size: 0.8rem;
}

.peak-search__form button {
  min-height: 36px;
  padding: 0 17px;
  font-size: 0.68rem;
  border-radius: 11px;
}

.peak-search__results {
  top: calc(100% + 7px);
  border-radius: 15px;
}

.peak-header__actions {
  gap: 4px;
}

.peak-icon-button {
  min-width: 52px;
  height: 44px;
  padding: 0 9px;
  gap: 3px;
  font-size: 0.56rem;
  border-radius: 11px;
}

.peak-icon-button i {
  font-size: 0.94rem;
}

.peak-cart__trigger {
  min-width: 154px;
  height: 44px;
  padding: 4px 11px 4px 5px;
  gap: 8px;
  border-radius: 13px;
}

.peak-cart__icon {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  font-size: 0.87rem;
  border-radius: 10px;
}

.peak-cart__summary {
  max-width: 95px;
  font-size: 0.61rem;
}

.peak-menu-wrap {
  background: rgba(255, 255, 255, 0.82);
  border-top: 1px solid rgba(8, 17, 13, 0.07);
}

#menu.peak-menu {
  min-height: 40px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#menu.peak-menu .peak-menu__nav {
  gap: 0;
}

#menu.peak-menu .peak-menu__nav .nav-link {
  min-height: 40px;
  padding: 0 13px;
  gap: 7px;
  color: #35423a;
  font-size: 0.71rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
  background: transparent;
  border-radius: 9px;
}

#menu.peak-menu .peak-menu__nav .nav-link i {
  color: var(--peak-green);
  font-size: 0.7rem;
}

#menu.peak-menu .peak-menu__nav .nav-link:hover,
#menu.peak-menu .peak-menu__nav .nav-link:focus,
#menu.peak-menu .peak-menu__nav .nav-link.show {
  color: var(--peak-night);
  background: rgba(223, 255, 63, 0.72);
}

.peak-menu__cta {
  min-height: 29px;
  padding: 0 11px;
  gap: 7px;
  font-size: 0.59rem;
  border-radius: 8px;
}

.peak-hero {
  min-height: 0;
  height: clamp(440px, 48vh, 510px);
  background-position: center 55%;
}

.peak-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 18, 13, 0.91) 0%, rgba(7, 18, 13, 0.72) 34%, rgba(7, 18, 13, 0.17) 66%, rgba(7, 18, 13, 0.04) 100%),
    linear-gradient(0deg, rgba(7, 18, 13, 0.28), transparent 46%);
}

.peak-hero__inner {
  padding-top: 44px;
  padding-bottom: 64px;
}

.peak-hero__content {
  max-width: 790px;
}

.peak-eyebrow {
  gap: 9px;
  margin-bottom: 15px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.peak-eyebrow::before {
  width: 27px;
  height: 2px;
}

.peak-hero h1 {
  max-width: 790px;
  margin: 0;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.85rem, 4.2vw, 4.35rem);
  font-weight: 850;
  line-height: 1.01;
  letter-spacing: -0.065em;
}

.peak-hero__intro {
  max-width: 560px;
  margin-top: 17px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.peak-hero__actions {
  gap: 9px;
  margin-top: 23px;
}

.peak-button {
  min-height: 45px;
  padding: 0 19px;
  gap: 9px;
  font-size: 0.68rem;
  border-radius: 12px;
  box-shadow: 0 9px 22px rgba(8, 17, 13, 0.14);
}

.peak-hero__trail {
  padding: 11px 3vw;
  font-size: 0.59rem;
}

.peak-benefits {
  margin-top: -25px;
}

.peak-benefits .container {
  border-radius: 17px;
  box-shadow: 0 17px 42px rgba(8, 17, 13, 0.11);
}

.peak-benefit {
  min-height: 82px;
  padding: 16px 20px;
  gap: 13px;
}

.peak-benefit__icon {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  font-size: 0.9rem;
}

.peak-benefit strong {
  margin-bottom: 2px;
  font-size: 0.81rem;
}

.peak-benefit small {
  font-size: 0.68rem;
  line-height: 1.35;
}

.peak-home {
  padding-top: 48px;
}

#content,
#column-left,
#column-right {
  padding-bottom: 44px;
}

#peak-products > h3,
#content > h1,
#content > h2,
#content > h3 {
  margin-bottom: 22px;
  padding-right: 96px;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  font-weight: 850;
  letter-spacing: -0.045em;
}

#peak-products > h3::after,
#content > h1::after {
  width: 42px;
  height: 3px;
  margin-top: 9px;
}

.peak-product-track {
  padding-top: 4px;
  padding-bottom: 22px;
}

.peak-product-track > * {
  padding-right: 9px;
  padding-left: 9px;
}

.peak-carousel-controls {
  bottom: calc(100% + 16px);
  gap: 6px;
}

.peak-carousel-button {
  width: 36px;
  height: 36px;
  font-size: 0.72rem;
}

.product-thumb {
  border-radius: 17px;
  box-shadow: 0 8px 24px rgba(8, 17, 13, 0.05);
}

.product-thumb::before {
  top: 12px;
  left: 12px;
  padding: 5px 7px;
  font-size: 0.52rem;
  border-radius: 6px;
}

.product-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 0 17px 40px rgba(8, 17, 13, 0.11);
}

.product-thumb .image {
  min-height: 205px;
  padding: 21px 18px 12px;
}

.product-thumb .image img {
  height: 175px;
}

.product-thumb .content {
  min-height: 215px;
  padding: 18px;
}

.product-thumb h4 {
  margin-bottom: 9px;
  font-size: 0.88rem;
  line-height: 1.34;
}

.product-thumb .description p {
  font-size: 0.74rem;
  line-height: 1.48;
  -webkit-line-clamp: 2;
}

.product-thumb .price {
  margin-top: 12px;
  font-size: 1rem;
}

.product-thumb .price-tax {
  margin-top: 2px;
  font-size: 0.61rem;
}

.product-thumb .button {
  grid-template-columns: minmax(0, 1fr) 38px 38px;
  gap: 6px;
  margin-top: 13px;
}

.product-thumb .button button {
  min-height: 38px;
  border-radius: 10px;
}

.product-thumb .button button:first-child {
  padding: 0 12px;
  font-size: 0.65rem;
}

.peak-product-track.is-single {
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  overflow: visible;
  scroll-snap-type: none;
}

.peak-product-track.is-single > * {
  width: 100%;
  max-width: 980px;
  padding: 0;
  flex: 0 1 980px;
}

.peak-product-track.is-single .product-thumb {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  min-height: 286px;
  overflow: hidden;
}

.peak-product-track.is-single .product-thumb .image {
  display: grid;
  min-height: 286px;
  padding: 24px;
  border-right: 1px solid var(--peak-border);
  place-items: center;
}

.peak-product-track.is-single .product-thumb .image img {
  height: 225px;
}

.peak-product-track.is-single .product-thumb .content {
  min-height: 286px;
  padding: 29px 32px 25px;
}

.peak-product-track.is-single .product-thumb h4 {
  max-width: 540px;
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.28;
}

.peak-product-track.is-single .product-thumb .description p {
  max-width: 560px;
  font-size: 0.78rem;
  -webkit-line-clamp: 2;
}

.peak-product-track.is-single .product-thumb .price {
  font-size: 1.12rem;
}

.peak-product-track.is-single .product-thumb form {
  max-width: 320px;
}

footer {
  margin-top: 24px;
  padding-top: 48px;
}

@media (max-width: 1199.98px) {
  .peak-header__grid {
    grid-template-columns: 180px minmax(260px, 1fr) auto;
    gap: 14px;
  }

  .peak-cart__trigger {
    min-width: 140px;
  }

  .peak-product-track > * {
    flex-basis: 33.3333%;
  }

  .peak-product-track.is-single > * {
    flex-basis: 900px;
  }
}

@media (max-width: 991.98px) {
  .peak-header {
    padding: 7px 0;
  }

  .peak-header__grid {
    grid-template-columns: 42px 1fr auto;
    gap: 8px;
  }

  .peak-mobile-menu {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .peak-logo__mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 10px;
  }

  .peak-logo__copy strong {
    font-size: 0.78rem;
  }

  .peak-search {
    margin-top: 1px;
  }

  .peak-search__form {
    min-height: 42px;
  }

  .peak-search__form input,
  .peak-search__form button {
    min-height: 34px;
    height: 34px;
  }

  #menu.peak-menu .navbar-collapse {
    top: 3px;
    padding: 8px;
    border-radius: 14px;
  }

  #menu.peak-menu .peak-menu__nav .nav-link {
    min-height: 41px;
  }

  .peak-hero {
    height: 470px;
  }

  .peak-hero h1 {
    font-size: clamp(2.6rem, 7vw, 3.6rem);
  }

  .peak-product-track > * {
    flex-basis: 50%;
  }

  .peak-product-track.is-single > * {
    flex-basis: 100%;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }

  .peak-announcement {
    min-height: 27px;
  }

  .peak-announcement > .container {
    min-height: 27px;
  }

  .peak-announcement__items > span {
    font-size: 0.61rem;
  }

  .peak-logo__brand {
    gap: 7px;
  }

  .peak-logo__mark {
    display: none;
  }

  .peak-logo__copy strong {
    font-size: 0.74rem;
  }

  .peak-logo__copy small {
    font-size: 0.45rem;
  }

  .peak-wishlist {
    display: none;
  }

  .peak-cart__trigger {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .peak-cart__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .peak-search__form {
    grid-template-columns: 34px 1fr 38px;
  }

  .peak-search__form input {
    font-size: 0.74rem;
  }

  .peak-hero {
    min-height: 0;
    height: 455px;
    background-position: 64% center;
  }

  .peak-hero::before {
    background:
      linear-gradient(90deg, rgba(7, 18, 13, 0.9), rgba(7, 18, 13, 0.36)),
      linear-gradient(0deg, rgba(7, 18, 13, 0.54), transparent 70%);
  }

  .peak-hero__inner {
    align-items: center;
    padding-top: 62px;
    padding-bottom: 60px;
  }

  .peak-eyebrow {
    margin-bottom: 12px;
    font-size: 0.59rem;
  }

  .peak-hero h1 {
    max-width: 330px;
    font-size: clamp(2.35rem, 11vw, 3.25rem);
    line-height: 0.98;
  }

  .peak-hero__intro {
    max-width: 340px;
    margin-top: 14px;
    font-size: 0.8rem;
  }

  .peak-hero__actions {
    margin-top: 19px;
  }

  .peak-button {
    width: auto;
    min-height: 42px;
    padding: 0 15px;
    font-size: 0.61rem;
  }

  .peak-button--ghost {
    display: none;
  }

  .peak-benefits {
    margin-top: -18px;
    padding: 0;
  }

  .peak-benefits .container {
    padding: 0 12px;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .peak-benefits .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .peak-benefits .row::-webkit-scrollbar {
    display: none;
  }

  .peak-benefit {
    min-height: 76px;
    padding: 13px 15px;
    flex: 0 0 86%;
    background: #fff;
    border: 1px solid var(--peak-border);
    border-radius: 14px;
    scroll-snap-align: center;
  }

  .peak-benefit + .peak-benefit {
    margin-left: 8px;
  }

  .peak-benefit__icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .peak-home {
    padding-top: 38px;
  }

  #peak-products > h3,
  #content > h1,
  #content > h2,
  #content > h3 {
    margin-bottom: 18px;
    padding-right: 78px;
    font-size: 1.45rem;
  }

  .peak-product-track {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
  }

  .peak-product-track > * {
    flex-basis: 84%;
  }

  .peak-product-track.is-single > * {
    max-width: 430px;
    flex-basis: 100%;
  }

  .peak-product-track.is-single .product-thumb {
    display: block;
    min-height: 0;
  }

  .peak-product-track.is-single .product-thumb .image {
    min-height: 190px;
    padding: 19px;
    border-right: 0;
    border-bottom: 1px solid var(--peak-border);
  }

  .peak-product-track.is-single .product-thumb .image img {
    height: 165px;
  }

  .peak-product-track.is-single .product-thumb .content {
    min-height: 205px;
    padding: 18px;
  }

  .peak-product-track.is-single .product-thumb h4 {
    font-size: 0.94rem;
  }

  .peak-product-track.is-single .product-thumb form {
    max-width: none;
  }

  .peak-carousel-controls {
    bottom: calc(100% + 12px);
  }

  footer {
    padding-top: 38px;
  }
}

@media (max-width: 419.98px) {
  .peak-header__grid {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
  }

  .peak-logo__copy strong {
    font-size: 0.68rem;
  }

  .peak-hero {
    height: 430px;
  }

  .peak-hero h1 {
    font-size: 2.45rem;
  }
}

/* Peak Adventure 3.1 — final scale from the supplied Montserrat reference */
html {
  font-size: 14px;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.peak-logo__copy strong,
.peak-hero h1,
.product-thumb h4 {
  font-family: "Montserrat", Arial, sans-serif;
}

body {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.peak-logo__copy strong,
.peak-hero h1 {
  font-weight: 700;
}

#menu.peak-menu .peak-menu__nav .nav-link,
.peak-search__form input,
.peak-cart__summary {
  font-weight: 500;
}

.peak-eyebrow,
.peak-search__form button,
.peak-button,
.peak-menu__cta,
.product-thumb .button button:first-child {
  font-weight: 600;
}

.peak-hero {
  min-height: 0;
  height: clamp(410px, 43vh, 460px);
}

.peak-hero h1 {
  max-width: 680px;
  font-size: clamp(2.65rem, 3.5vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -0.048em;
}

.peak-hero__intro {
  font-size: 14px;
}

#peak-products > h3,
#content > h1,
#content > h2,
#content > h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  font-weight: 600;
}

.product-thumb h4,
.peak-product-track.is-single .product-thumb h4 {
  min-height: 40px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.product-thumb .description p,
.peak-product-track.is-single .product-thumb .description p {
  font-size: 12px;
  line-height: 18px;
}

.product-thumb .price,
.peak-product-track.is-single .product-thumb .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.product-thumb .price-tax {
  font-size: 11px;
}

.peak-product-track.is-single {
  justify-content: center;
  overflow: visible;
}

.peak-product-track.is-single > * {
  width: 300px;
  max-width: 300px;
  flex: 0 0 300px;
}

.peak-product-track.is-single .product-thumb {
  display: block;
  min-height: 0;
}

.peak-product-track.is-single .product-thumb .image {
  display: grid;
  min-height: 196px;
  padding: 18px;
  border-right: 0;
  border-bottom: 1px solid var(--peak-border);
  place-items: center;
}

.peak-product-track.is-single .product-thumb .image img {
  height: 165px;
}

.peak-product-track.is-single .product-thumb .content {
  min-height: 210px;
  padding: 16px;
}

.peak-product-track.is-single .product-thumb form {
  max-width: none;
}

@media (min-width: 1400px) {
  .peak-product-track:not(.is-single) > * {
    flex-basis: 20%;
  }
}

@media (max-width: 767.98px) {
  html,
  body {
    font-size: 14px;
  }

  .peak-hero {
    height: 405px;
  }

  .peak-hero h1 {
    max-width: 320px;
    font-size: clamp(2.25rem, 9.8vw, 2.9rem);
  }

  .peak-product-track.is-single > * {
    width: min(300px, 100%);
    max-width: 300px;
    flex-basis: 300px;
  }

  .peak-product-track.is-single .product-thumb .image {
    min-height: 180px;
  }

  .peak-product-track.is-single .product-thumb .image img {
    height: 150px;
  }
}
