/* Final compact layer based on the supplied Montserrat storefront 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 .description {
  margin-bottom: 0 !important;
}

.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: 180px;
  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: 150px;
}

.peak-product-track.is-single .product-thumb .content {
  min-height: 200px;
  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) {
  .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;
  }
}
