:root {
  --ink: #0b2119;
  --ink-deep: #06150f;
  --fern: #163d2d;
  --sage: #879d74;
  --lime: #bdd29b;
  --cream: #ede9df;
  --paper: #f7f4ed;
  --white: #ffffff;
  --line: rgba(11, 33, 25, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.shell {
  width: 92%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.narrow {
  max-width: 920px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.eyebrow {
  color: var(--lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.eyebrow--dark {
  color: #57705e;
}

.muted {
  color: #718078;
  font-size: 13px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(6, 21, 15, .96);
  color: var(--white);
  transition: box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled {
  background: rgba(6, 21, 15, .99);
  box-shadow: 0 10px 35px rgba(1, 10, 6, .22);
}

.header-row {
  display: flex;
  align-items: center;
  min-height: 82px;
  gap: 30px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 205px;
  gap: 12px;
}

.brand img {
  width: 43px;
  height: 48px;
  object-fit: contain;
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand strong {
  font-size: 16px;
  letter-spacing: .16em;
}

.brand small {
  margin-top: 6px;
  color: #b8c7bd;
  font-size: 10px;
  letter-spacing: .36em;
}

.main-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 24px;
}

.main-nav a {
  color: #d6dfd9;
  font-size: 13px;
  transition: color .2s ease;
}

.main-nav a:hover,
.main-nav a.is-current {
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-search input {
  width: 92px;
  padding: 7px 2px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  outline: 0;
  background: transparent;
  color: var(--white);
  transition: width .25s ease, border-color .25s ease;
}

.header-search input:focus {
  width: 160px;
  border-color: var(--lime);
}

.header-search input::placeholder {
  color: #aab9af;
}

.cart-link {
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cart-link span {
  display: inline-grid;
  width: 23px;
  height: 23px;
  margin-left: 4px;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: transparent;
  color: var(--white);
}

.hero {
  display: flex;
  min-height: 760px;
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.hero-inner {
  display: flex;
  align-items: center;
  padding-top: 105px;
  padding-bottom: 105px;
}

.hero-copy {
  width: 56%;
  max-width: 650px;
}

.hero h1,
.page-hero h1,
.project-cta h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}

.hero h1 {
  margin: 20px 0 28px;
  font-size: 94px;
}

.hero-copy > p {
  max-width: 520px;
  color: #d3ded7;
  font-size: 18px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 38px;
  gap: 12px;
}

.button-row--end {
  justify-content: flex-end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

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

.button--light {
  background: var(--cream);
  color: var(--ink);
}

.button--ghost {
  border-color: rgba(255, 255, 255, .5);
  background: transparent;
  color: var(--white);
}

.button--dark {
  background: var(--ink);
  color: var(--white);
}

.button--outline-dark {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.hero-facts {
  display: flex;
  margin-top: 70px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: #aebcb3;
  font-size: 12px;
  gap: 50px;
}

.hero-facts span {
  display: flex;
  flex-direction: column;
}

.hero-facts b {
  color: var(--white);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.section {
  padding: 110px 0;
}

.section--cream {
  background: var(--cream);
}

.section--light {
  background: var(--paper);
}

.section--dark {
  background: var(--ink);
  color: var(--white);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 55px;
  gap: 40px;
}

.section-heading h2,
.studio-callout h2,
.product-description h2,
.faq-layout h2 {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: 68px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.section-heading--dark p {
  max-width: 370px;
  color: #bdc9c1;
}

.text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.collection-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 205px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .25s ease, color .25s ease;
}

.collection-card:hover {
  background: var(--ink);
  color: var(--white);
}

.collection-card__number {
  color: #819087;
  font-size: 11px;
}

.collection-card__name {
  max-width: 290px;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.08;
}

.collection-card__arrow {
  position: absolute;
  right: 28px;
  bottom: 26px;
  font-size: 20px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.product-card {
  min-width: 0;
}

.product-card__image {
  display: grid;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  place-items: center;
  background: #e7e3d9;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.035);
}

.product-card__placeholder {
  color: #718078;
  font-family: var(--serif);
}

.product-card__body {
  padding-top: 18px;
}

.product-card h3 {
  min-height: 51px;
  margin: 7px 0 10px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
}

.product-card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 48px;
  margin-top: 18px;
  gap: 16px;
}

.price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.price-wrap del {
  color: #89938d;
  font-size: 12px;
}

.price-wrap strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
  white-space: nowrap;
}

.arrow-link {
  flex: 0 0 auto;
  font-size: 22px;
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 45px;
  gap: 6px;
}

.pagination a,
.pagination span {
  display: inline-grid;
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
}

.service-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-grid {
  border-top: 1px solid rgba(255, 255, 255, .17);
  border-left: 1px solid rgba(255, 255, 255, .17);
}

.service-grid article {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, .17);
  border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.service-grid span {
  color: var(--sage);
  font-size: 11px;
}

.service-grid h3,
.process-grid h3 {
  margin: 80px 0 20px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.service-grid p {
  color: #b9c6be;
  font-size: 14px;
}

.process-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-grid article {
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid span {
  color: #718078;
  font-size: 11px;
}

.process-grid p {
  color: #53645a;
  font-size: 14px;
}

.studio-callout {
  padding: 110px 0;
  background: var(--lime);
}

.studio-callout-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 12%;
}

.studio-callout h2 {
  font-size: 76px;
}

.studio-callout p {
  margin-bottom: 32px;
  font-size: 18px;
}

.faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: start;
  gap: 9%;
}

.faq-layout > div:first-child {
  position: sticky;
  top: 120px;
}

.faq-layout h2 {
  font-size: 62px;
}

.faq-layout > div:first-child p {
  max-width: 400px;
  color: #53645a;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 54px 25px 0;
  list-style: none;
  font-family: var(--serif);
  font-size: 24px;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 24px;
  right: 2px;
  content: "+";
  font-family: var(--sans);
  font-size: 27px;
  font-weight: 300;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 720px;
  margin: -5px 0 25px;
  color: #53645a;
}

.project-cta {
  padding: 110px 0;
  background-image: linear-gradient(120deg, rgba(5, 27, 18, .98), rgba(13, 58, 40, .86)), url(https://static.insales-cdn.com/assets/1/793/11346713/1784890654/loaded_main_image_1.jpg);
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.project-cta-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 10%;
}

.project-cta h2 {
  margin: 14px 0 0;
  font-size: 76px;
}

.project-cta p {
  color: #c2d0c7;
  font-size: 18px;
}

.page-hero {
  padding: 110px 0;
  background: var(--ink);
  color: var(--white);
}

.page-hero--tall {
  display: flex;
  align-items: center;
  min-height: 620px;
}

.page-hero h1 {
  max-width: 1000px;
  margin: 18px 0;
  font-size: 90px;
}

.page-hero p,
.page-intro {
  max-width: 720px;
  color: #c6d1ca;
  font-size: 18px;
}

.page-content {
  font-size: 17px;
}

.editor-content h2,
.editor-content h3 {
  margin-top: 2em;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.15;
}

.editor-content h2 {
  font-size: 38px;
}

.editor-content a {
  text-decoration: underline;
}

.editor-content table {
  width: 100%;
  border-collapse: collapse;
}

.editor-content td,
.editor-content th {
  padding: 12px;
  border: 1px solid var(--line);
  text-align: left;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 55px;
}

.catalog-sidebar {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
}

.sidebar-title {
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.catalog-sidebar a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid rgba(11, 33, 25, .08);
  font-size: 14px;
}

.catalog-sidebar a.is-current {
  font-weight: 700;
}

.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  color: #6c7a72;
  font-size: 13px;
}

.filter-toggle {
  display: none;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}

.catalog-seo {
  max-width: 900px;
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid var(--line);
}

.product-page {
  padding: 38px 0 100px;
  background: var(--paper);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  color: #74827a;
  font-size: 12px;
  gap: 10px;
}

.product-detail {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: start;
  gap: 8%;
}

.product-main-link {
  display: block;
  background: #ebe7de;
}

.product-gallery > .product-main-link > img {
  display: block;
  width: 100%;
  max-height: 800px;
  object-fit: contain;
}

.product-thumbs {
  display: flex;
  overflow-x: auto;
  margin-top: 12px;
  gap: 10px;
}

.product-thumbs button {
  width: 76px;
  height: 92px;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
}

.product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info {
  position: sticky;
  top: 115px;
  padding-top: 30px;
}

.product-info h1 {
  margin: 14px 0 18px;
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.lead {
  color: #53645a;
  font-size: 18px;
}

.product-price {
  display: flex;
  align-items: center;
  min-height: 52px;
  margin: 30px 0;
  gap: 16px;
}

.product-price strong {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  white-space: nowrap;
}

.product-price del {
  color: #89938d;
}

.product-form label {
  display: block;
  margin: 16px 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-form select {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid var(--line);
  background: var(--white);
}

.buy-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}

.buy-row input {
  width: 100%;
  min-height: 54px;
  padding: 0 12px;
  border: 1px solid var(--line);
}

.product-benefits {
  display: grid;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: #5f6f66;
  font-size: 13px;
  gap: 10px;
}

.product-benefits span::before {
  margin-right: 10px;
  color: #6a865f;
  content: "•";
}

.product-description {
  max-width: 900px;
  margin-top: 90px;
  padding-top: 65px;
  border-top: 1px solid var(--line);
}

.cart-list {
  border-top: 1px solid var(--line);
}

.cart-item {
  display: grid;
  grid-template-columns: 110px 1fr 100px 130px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  gap: 25px;
}

.cart-item__image img {
  width: 100%;
  height: 125px;
  object-fit: cover;
}

.cart-item h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.cart-item input {
  width: 75px;
  padding: 10px;
  border: 1px solid var(--line);
}

.cart-total {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0;
  font-size: 24px;
  gap: 50px;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 70px 20px;
  text-align: center;
}

.empty-state h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 45px;
  font-weight: 400;
}

.catalog-search {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 50px;
  gap: 10px;
}

.catalog-search input {
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid var(--line);
  background: var(--white);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.article-card {
  padding: 30px;
  border: 1px solid var(--line);
}

.article-card h2 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
}

.site-footer {
  padding: 75px 0 24px;
  background: var(--ink-deep);
  color: #b9c4bd;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 55px;
}

.brand--footer {
  margin-bottom: 25px;
  color: var(--white);
}

.footer-intro p {
  max-width: 320px;
}

.footer-title {
  margin-bottom: 22px;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-grid > div > a,
.footer-grid > div > span {
  display: block;
  margin: 9px 0;
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 12px;
  gap: 20px;
}

.social-links a {
  margin-left: 18px;
}

.floating-chat {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  padding: 14px 20px;
  background: var(--lime);
  box-shadow: 0 10px 30px rgba(3, 20, 12, .22);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.checkout-back {
  margin-left: auto;
  color: #d6dfd9;
  font-size: 13px;
}

.checkout-shell {
  min-height: 65vh;
  padding: 60px 0 90px;
}

.checkout-title {
  margin: 0 0 35px;
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
}

.checkout-client {
  margin-bottom: 22px;
  color: #718078;
  font-size: 13px;
}

.checkout-footer {
  padding: 28px 0;
  background: var(--ink-deep);
  color: #b9c4bd;
  font-size: 13px;
}

.checkout-footer a {
  margin-right: 24px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.has-reveal .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}

.has-reveal .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .main-nav {
    gap: 15px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .header-search {
    display: none;
  }

  .hero h1 {
    font-size: 76px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .shell {
    width: 94%;
  }

  .header-row {
    min-height: 70px;
  }

  .brand {
    min-width: 0;
    margin-right: auto;
  }

  .brand span {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header-actions {
    gap: 8px;
  }

  .cart-link {
    font-size: 0;
  }

  .cart-link span {
    font-size: 12px;
  }

  .main-nav {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 22px 24px;
    background: var(--ink-deep);
  }

  .main-nav.is-open {
    display: flex;
  }

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

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: 60px;
  }

  .hero-copy > p {
    font-size: 16px;
  }

  .hero-facts {
    margin-top: 45px;
    gap: 25px;
  }

  .section {
    padding: 75px 0;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
  }

  .section-heading h2,
  .studio-callout h2,
  .product-description h2,
  .faq-layout h2 {
    font-size: 48px;
  }

  .collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .studio-callout-grid,
  .project-cta-grid,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .faq-layout > div:first-child {
    position: static;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .catalog-sidebar {
    position: static;
    display: none;
  }

  .catalog-sidebar.is-open {
    display: block;
  }

  .filter-toggle {
    display: block;
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .product-info {
    position: static;
  }

  .product-info h1 {
    font-size: 52px;
  }

  .product-description {
    margin-top: 60px;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    font-size: 66px;
  }
}

@media (max-width: 580px) {
  .hero-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero h1 {
    font-size: 49px;
  }

  .hero-facts {
    flex-direction: column;
    gap: 15px;
  }

  .collection-grid,
  .product-grid,
  .service-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .collection-card {
    min-height: 165px;
  }

  .service-grid article,
  .process-grid article {
    min-height: 235px;
  }

  .service-grid h3,
  .process-grid h3 {
    margin-top: 45px;
  }

  .section-heading h2,
  .studio-callout h2,
  .product-description h2,
  .faq-layout h2,
  .project-cta h2 {
    font-size: 42px;
  }

  .page-hero {
    padding: 75px 0;
  }

  .page-hero h1 {
    font-size: 49px;
  }

  .product-card h3 {
    min-height: 0;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .social-links a {
    margin: 0 14px 0 0;
  }

  .floating-chat {
    right: 15px;
    bottom: 15px;
  }

  .cart-item {
    grid-template-columns: 80px 1fr;
  }

  .cart-item label,
  .cart-item > strong {
    grid-column: 2;
  }

  .button-row--end {
    justify-content: stretch;
  }

  .button-row--end .button {
    width: 100%;
  }

  .catalog-search {
    grid-template-columns: 1fr;
  }

  .buy-row {
    grid-template-columns: 70px 1fr;
  }

  .faq-list summary {
    font-size: 21px;
  }
}

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

  .has-reveal .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
