.peak-shop-page .peak-store {
  padding-top: 135px;
}

.peak-store-heading {
  margin-bottom: 28px;
}

.peak-store-heading h1 {
  font-size: clamp(48px, 5vw, 68px) !important;
}

.peak-store-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 18px;
  align-items: start;
}

.peak-store-main {
  min-width: 0;
}

.peak-store-tools {
  align-items: flex-start !important;
  margin-top: 0 !important;
}

.peak-add,
.peak-nav-cart,
.peak-cart-checkout,
.peak-checkout-form button,
.peak-done {
  cursor: pointer;
}

.peak-add {
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.peak-add:hover,
.peak-cart-checkout:hover,
.peak-checkout-form button:hover {
  filter: brightness(1.12);
  box-shadow: 0 10px 25px #7546ed55;
}

.peak-add:active,
.peak-cart-checkout:active,
.peak-checkout-form button:active {
  transform: translateY(1px) scale(.98);
}

.peak-nav-cart {
  transition: color .2s ease, transform .2s ease;
}

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

.currency-select {
  align-self: flex-start;
  margin: 0;
}

.peak-donations {
  position: sticky;
  top: 105px;
  min-width: 0;
  padding: 22px;
  border: 1px solid #61d8ff3d;
  border-radius: 17px;
  background: linear-gradient(145deg, #111a2db8, #10101dcc);
  box-shadow: 0 20px 55px #0003;
}

.peak-donations-header {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}

.peak-donations-header h2 {
  margin: 10px 0 7px;
  color: #f6f4ff;
  font: 600 25px/1 "Space Grotesk";
  letter-spacing: -.055em;
}

.peak-donations-header p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.peak-donation-list {
  display: grid;
  gap: 9px;
  padding-top: 15px;
}

.peak-donation {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 9px 0;
}

.peak-donation + .peak-donation {
  border-top: 1px solid #ffffff0b;
}

.peak-donation-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #59d8ff70;
  border-radius: 11px;
  color: #dffaff;
  background: linear-gradient(145deg, #1c5b7c, #252052);
  box-shadow: 0 0 18px #50caff22;
  font: 700 14px "Space Grotesk";
}

.peak-donation div {
  min-width: 0;
}

.peak-donation strong,
.peak-donation small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.peak-donation strong {
  color: #f3f0ff;
  font: 600 12px "Space Grotesk";
}

.peak-donation small {
  margin-top: 4px;
  color: #9ba7bc;
  font-size: 10px;
}

.peak-donation time {
  color: #777e97;
  font-size: 9px;
  white-space: nowrap;
}

.peak-donation-loading,
.peak-donation-empty {
  padding: 14px 0 4px;
  color: #9ba7bc;
  font-size: 11px;
  line-height: 1.6;
}

.peak-donation-empty small {
  display: block;
  margin-top: 4px;
  color: #6f7890;
  font-size: 10px;
}

@media (max-width: 980px) {
  .peak-store-content {
    grid-template-columns: minmax(0, 1fr) 245px;
  }

  .peak-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .peak-store-content {
    grid-template-columns: 1fr;
  }

  .peak-donations {
    position: static;
  }
}

@media (max-width: 680px) {
  .peak-shop-page .peak-store {
    padding-top: 102px;
  }

  .peak-store-heading {
    margin-bottom: 25px;
  }

  .peak-store-tools {
    align-items: stretch !important;
  }

  .currency-select {
    align-self: stretch;
  }

  .peak-products {
    grid-template-columns: 1fr;
  }
}
