:root {
  --market-cream: #f6efe4;
  --market-paper: #fffaf1;
  --market-green: #405f20;
  --market-green-dark: #294318;
  --market-brown: #3c2a1a;
  --market-orange: #c85d17;
  --market-gold: #e2c79e;
  --market-ink: #2f241c;
  --market-muted: #7b7165;
  --market-line: rgb(64 95 32 / 22%);
  --market-display: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --market-ui: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --market-shell: 88rem;
}

html {
  scroll-padding-top: 1rem;
}

body {
  overflow-x: hidden;
  color: var(--market-ink);
  background-color: var(--market-cream);
  background-image:
    radial-gradient(circle at 7% 18%, rgb(226 199 158 / 20%), transparent 24rem),
    radial-gradient(circle at 94% 62%, rgb(64 95 32 / 9%), transparent 28rem),
    linear-gradient(180deg, #fbf6ed 0%, var(--market-cream) 48%, #f8f1e7 100%);
  background-attachment: fixed;
  font-family: var(--market-ui);
}

@media (max-width: 47.99rem) {
  body {
    background-image:
      radial-gradient(circle at 0 14%, rgb(226 199 158 / 16%), transparent 15rem),
      linear-gradient(180deg, #fbf6ed 0%, var(--market-cream) 52%, #f8f1e7 100%);
    background-attachment: scroll;
  }
}

.market-shell {
  width: min(calc(100% - 1.5rem), var(--market-shell));
  margin-inline: auto;
}

.market-header {
  position: relative;
  z-index: 60;
  background-color: var(--market-cream);
  background-image: url("../images/about-kitchen.jpg");
  background-position: right 42%;
  background-size: 24rem auto;
  background-repeat: no-repeat;
}

.market-header::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgb(246 239 228 / 94%);
  content: "";
}

.market-header__desktop,
.market-nav {
  display: none;
}

.market-header__mobile {
  position: relative;
  display: grid;
  min-height: 5.7rem;
  grid-template-columns: 2.7rem minmax(0, 1fr) 5.6rem;
  align-items: center;
  gap: 0.35rem;
}

.market-logo {
  display: block;
  text-decoration: none;
}

.market-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.market-logo--mobile {
  width: min(10.5rem, 100%);
  height: 4.7rem;
  justify-self: center;
}

.market-mobile-menu {
  position: relative;
}

.market-mobile-menu summary,
.market-icon-link {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  padding: 0;
  color: var(--market-brown);
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
  text-decoration: none;
}

.market-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.market-mobile-menu summary img,
.market-icon-link img,
.market-header-cart img,
.market-nav img,
.market-bottom-nav img,
.mobile-sticky-cart img,
.market-delivery img {
  opacity: 0.82;
}

.market-mobile-menu nav {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  display: grid;
  width: min(19rem, calc(100vw - 1.5rem));
  padding: 0.65rem;
  color: var(--market-paper);
  background: var(--market-green-dark);
  border-radius: 0.8rem;
  box-shadow: 0 1.1rem 2.8rem rgb(46 35 23 / 24%);
}

.market-mobile-menu nav a {
  padding: 0.78rem 0.85rem;
  border-radius: 0.55rem;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.market-mobile-menu nav a:hover {
  background: rgb(255 255 255 / 10%);
}

.market-mobile-tools {
  display: flex;
  justify-content: end;
  gap: 0.2rem;
}

.market-icon-link--cart {
  position: relative;
}

.market-icon-link--cart strong,
.market-bottom-nav__cart-icon strong {
  position: absolute;
  top: -0.1rem;
  right: -0.12rem;
  display: grid;
  min-width: 1.18rem;
  height: 1.18rem;
  place-items: center;
  padding-inline: 0.24rem;
  color: #fff9ee;
  background: var(--market-orange);
  border: 2px solid var(--market-cream);
  border-radius: 999px;
  font-size: 0.61rem;
  line-height: 1;
}

.market-hero {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  background: #d6c3a0;
}

.market-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 51% 70%;
}

.market-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(250 239 218 / 92%) 0%, rgb(250 239 218 / 65%) 33%, transparent 72%);
}

.market-hero__content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2.1rem), 29rem);
  padding-top: 1.65rem;
  margin-inline: auto;
  text-align: left;
}

.market-hero h1 {
  margin: 0;
  color: var(--market-brown);
  font-family: var(--market-display);
  font-size: clamp(1.95rem, 8.4vw, 2.35rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.market-hero h1 span,
.market-hero h1 em {
  display: block;
}

.market-hero h1 em {
  margin-top: 0.2rem;
  color: var(--market-orange);
  font-size: 0.72em;
  font-weight: 750;
  letter-spacing: 0.01em;
}

.market-hero__content > p {
  margin: 0.75rem 0 0;
  font-family: var(--market-display);
  font-size: 0.9rem;
  font-weight: 600;
}

.market-hero__button {
  display: inline-flex;
  min-height: 2.85rem;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 1.15rem;
  margin-top: 0.95rem;
  color: #fff9ed;
  background: var(--market-orange);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 0.5rem 1.3rem rgb(98 51 19 / 16%);
}

.market-hero__button img {
  filter: invert(1);
}

.market-categories,
.market-promotion,
.market-popular {
  background: var(--market-cream);
}

.market-categories {
  padding-block: 1.1rem 0.95rem;
}

.market-popular {
  padding-block: 0.45rem 1rem;
}

.market-promotion {
  padding-block: 0.35rem 1rem;
}

.market-promotion__card {
  display: grid;
  grid-template-columns: 6.4rem minmax(0, 1fr);
  overflow: hidden;
  color: #fff9ed;
  background: var(--market-green-dark);
  border-radius: 0.75rem;
  box-shadow: 0 0.55rem 1.5rem rgb(42 68 22 / 14%);
}

.market-promotion__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.market-promotion__copy {
  min-width: 0;
  padding: 0.75rem;
}

.market-promotion__copy > span {
  color: var(--market-gold);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.market-promotion__copy h2 {
  margin: 0.18rem 0 0;
  font-family: var(--market-display);
  font-size: 1.05rem;
  line-height: 1.05;
}

.market-promotion__copy p {
  display: -webkit-box;
  margin: 0.3rem 0 0;
  overflow: hidden;
  color: #dce7dd;
  font-size: 0.68rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.market-promotion__copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-top: 0.55rem;
}

.market-promotion__copy strong {
  font-family: var(--market-display);
  font-size: 0.95rem;
  white-space: nowrap;
}

.market-promotion__copy a {
  color: #fff9ed;
  font-size: 0.65rem;
  font-weight: 800;
}

.market-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.65rem;
}

.market-section-title h2 {
  margin: 0;
  color: var(--market-brown);
  font-family: var(--market-display);
  font-size: clamp(1.45rem, 6vw, 2.1rem);
  line-height: 1;
}

.market-section-title > a {
  flex: 0 0 auto;
  color: #6c764a;
  font-size: 0.68rem;
  font-weight: 750;
  text-decoration: none;
}

.market-category-grid {
  display: grid;
  grid-auto-columns: 4.25rem;
  grid-auto-flow: column;
  gap: 0.82rem;
  overflow-x: auto;
  padding: 0.25rem 0 0.55rem;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.market-category-grid::-webkit-scrollbar {
  display: none;
}

.market-category {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-rows: 3.65rem minmax(1.55rem, auto);
  gap: 0.48rem;
  color: var(--market-brown);
  text-align: center;
  text-decoration: none;
}

.market-category__image {
  width: 3.65rem;
  height: 3.65rem;
  justify-self: center;
  object-fit: cover;
  background: var(--market-gold);
  border: 3px solid #fff9ef;
  border-radius: 50%;
  box-shadow: 0 0.18rem 0.55rem rgb(69 48 29 / 16%);
}

.market-category__shade,
.market-category__arrow {
  display: none;
}

.market-category__name {
  align-self: start;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.18;
}

.market-category-empty,
.market-product-empty {
  padding: 1.2rem;
  color: var(--market-green-dark);
  background: rgb(255 250 241 / 82%);
  border: 1px dashed var(--market-line);
  border-radius: 0.75rem;
}

.market-category-empty p,
.market-product-empty p {
  margin: 0;
  font-family: var(--market-display);
  font-weight: 800;
}

.market-category-empty span {
  font-size: 0.78rem;
}

.market-section-title--popular {
  padding: 0.48rem 0.7rem;
  color: #fff9ee;
  background-color: var(--market-brown);
  background-image: url("../images/about-kitchen.jpg");
  background-position: center 64%;
  background-size: cover;
  border-radius: 0.35rem;
}

.market-section-title--popular h2 {
  font-size: 1.18rem;
  white-space: nowrap;
}

.market-wide-label {
  display: none;
}

.market-section-title--popular h2,
.market-section-title--popular > a {
  color: #fff9ee;
  text-shadow: 0 1px 0 rgb(0 0 0 / 18%);
}

.market-product-grid {
  display: grid;
  gap: 0.45rem;
}

.market-product-card {
  display: grid;
  min-width: 0;
  min-height: 5.45rem;
  grid-template-columns: 6.4rem minmax(0, 1fr);
  overflow: hidden;
  background: rgb(255 250 241 / 92%);
  border: 1px solid rgb(92 72 50 / 9%);
  border-radius: 0.7rem;
  box-shadow: 0 0.25rem 0.75rem rgb(82 56 31 / 8%);
}

.market-product-card__media {
  min-height: 5.45rem;
  overflow: hidden;
}

.market-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

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

.market-product-card__body {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem;
  align-items: center;
  padding: 0.38rem 0.42rem 0.38rem 0.55rem;
}

.market-product-card__copy {
  min-width: 0;
}

.market-product-card__copy h3 {
  margin: 0;
  font-family: var(--market-display);
  font-size: 0.84rem;
  line-height: 1.05;
}

.market-product-card__copy h3 a {
  text-decoration: none;
}

.market-product-card__copy p {
  display: -webkit-box;
  margin: 0.16rem 0 0;
  overflow: hidden;
  color: var(--market-muted);
  font-size: 0.62rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.market-product-card__copy > span {
  display: inline-block;
  margin-top: 0.2rem;
  color: #6f765e;
  font-size: 0.58rem;
  font-weight: 700;
}

.market-product-card__buy {
  display: flex;
  align-items: center;
  gap: 0.28rem;
}

.market-product-card__buy > strong {
  color: var(--market-brown);
  font-family: var(--market-display);
  font-size: 0.92rem;
  white-space: nowrap;
}

.market-quick-add {
  margin: 0;
}

.market-quick-add button {
  display: grid;
  width: 2.05rem;
  height: 2.05rem;
  place-items: center;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0.72rem;
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease;
}

.market-quick-add button:hover {
  transform: translateY(-1px) scale(1.03);
}

.market-quick-add button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.market-quick-add img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.market-product-card__details {
  color: var(--market-green);
  font-size: 0.72rem;
  font-weight: 800;
}

.market-delivery {
  padding: 1.2rem 0 6.2rem;
  color: #fff9ed;
  background: var(--market-green-dark);
}

.market-delivery .market-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.market-delivery p {
  margin: 0;
  font-family: var(--market-display);
  font-weight: 800;
}

.market-delivery a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.market-delivery img {
  filter: invert(1);
}

.market-bottom-nav {
  position: fixed;
  z-index: 70;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 4.2rem;
  grid-template-columns: repeat(3, 1fr);
  background: rgb(255 250 241 / 97%);
  border-top: 1px solid rgb(77 62 42 / 12%);
  box-shadow: 0 -0.4rem 1.2rem rgb(68 45 24 / 8%);
}

.market-bottom-nav > a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  color: var(--market-brown);
  font-size: 0.65rem;
  font-weight: 700;
  text-decoration: none;
}

.market-bottom-nav > a.is-active {
  color: var(--market-green);
}

.market-bottom-nav > a.is-active::after {
  width: 2.7rem;
  height: 0.16rem;
  background: var(--market-green);
  border-radius: 999px;
  content: "";
}

.market-bottom-nav__cart-icon {
  position: relative;
  display: grid;
  place-items: center;
}

.mobile-sticky-cart {
  position: fixed;
  z-index: 69;
  right: 0.9rem;
  bottom: 4.95rem;
  left: 0.9rem;
  display: grid;
  min-height: 3.05rem;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.65rem;
  color: #fff9ed;
  background: var(--market-green);
  border-radius: 0.72rem;
  box-shadow: 0 0.65rem 1.8rem rgb(42 68 22 / 28%);
  font-size: 0.72rem;
  text-decoration: none;
}

.mobile-sticky-cart[hidden] {
  display: none;
}

.mobile-sticky-cart__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 800;
}

.mobile-sticky-cart img {
  filter: invert(1);
}

.mobile-sticky-cart__label strong {
  display: grid;
  min-width: 1.15rem;
  height: 1.15rem;
  place-items: center;
  padding-inline: 0.2rem;
  color: var(--market-green-dark);
  background: var(--market-gold);
  border-radius: 999px;
  font-size: 0.62rem;
}

.mobile-sticky-cart > span:nth-child(2) {
  justify-self: end;
  white-space: nowrap;
}

.mobile-sticky-cart__checkout {
  padding: 0.38rem 0.52rem;
  color: var(--market-green-dark);
  background: var(--market-paper);
  border-radius: 0.45rem;
  font-weight: 850;
}

.market-cart-toast {
  position: fixed;
  z-index: 90;
  right: 1rem;
  bottom: 9rem;
  max-width: min(22rem, calc(100vw - 2rem));
  padding: 0.72rem 0.9rem;
  margin: 0;
  color: #fff9ed;
  background: var(--market-brown);
  border-radius: 0.6rem;
  box-shadow: 0 0.6rem 1.8rem rgb(41 30 21 / 22%);
  font-size: 0.76rem;
  font-weight: 750;
}

.market-cart-toast[hidden] {
  display: none;
}

@media (min-width: 58rem) {
  .market-shell {
    width: min(calc(100% - 2rem), var(--market-shell));
  }

  .market-header__mobile,
  .market-bottom-nav,
  .mobile-sticky-cart {
    display: none !important;
  }

  .market-header__desktop {
    display: grid;
    min-height: 9.7rem;
    grid-template-columns: minmax(15rem, 1fr) auto minmax(15rem, 1fr);
    align-items: center;
    gap: 1.5rem;
  }

  .market-logo {
    width: 17rem;
    height: 9.05rem;
    align-self: center;
  }

  .market-header__contact {
    display: grid;
    justify-items: center;
    gap: 0.2rem;
    color: var(--market-muted);
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .market-header__contact a {
    color: var(--market-brown);
    font-family: var(--market-display);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
  }

  .market-header__tools {
    display: flex;
    justify-content: end;
    gap: 0.55rem;
  }

  .market-icon-link,
  .market-header-cart {
    min-height: 2.7rem;
    background: rgb(255 250 241 / 65%);
    border: 1px solid var(--market-line);
  }

  .market-header-cart {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    font-size: 0.73rem;
    font-weight: 800;
    text-decoration: none;
  }

  .market-header-cart strong {
    display: grid;
    min-width: 1.28rem;
    height: 1.28rem;
    place-items: center;
    padding-inline: 0.2rem;
    color: #fff9ed;
    background: var(--market-orange);
    border-radius: 999px;
    font-size: 0.62rem;
  }

  .market-nav {
    display: block;
    background: rgb(255 250 241 / 48%);
    border-block: 1px solid var(--market-line);
  }

  .market-nav__inner {
    display: flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .market-nav a {
    display: inline-flex;
    min-width: 9.5rem;
    min-height: 2.2rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-inline: 1.3rem;
    border-right: 1px solid rgb(80 65 42 / 17%);
    font-size: 0.76rem;
    font-weight: 750;
    text-decoration: none;
  }

  .market-nav a:last-child {
    border-right: 0;
  }

  .market-nav__catalog {
    min-width: 8.7rem !important;
    color: #fff9ed;
    background: var(--market-green);
    border: 0 !important;
    border-radius: 999px;
  }

  .market-nav__catalog img {
    filter: invert(1);
  }

  .market-hero {
    width: min(calc(100% - 1.2rem), var(--market-shell));
    min-height: 18.2rem;
    margin: 0.75rem auto 0;
    border-radius: 0.75rem;
  }

  .market-hero__image {
    object-position: center 67%;
  }

  .market-hero__veil {
    background: radial-gradient(ellipse at 50% 44%, rgb(255 249 234 / 96%) 0%, rgb(255 249 234 / 84%) 23%, rgb(255 249 234 / 24%) 45%, transparent 63%);
  }

  .market-hero__content {
    width: min(52rem, calc(100% - 2rem));
    padding-top: 2.25rem;
    text-align: center;
  }

  .market-hero h1 {
    font-size: clamp(3.35rem, 4.2vw, 4.35rem);
    line-height: 0.83;
  }

  .market-hero h1 em {
    margin-top: 0.42rem;
    font-size: 0.63em;
  }

  .market-hero__content > p {
    margin-top: 0.78rem;
    font-size: 1.08rem;
  }

  .market-hero__button {
    min-width: 13rem;
    justify-content: center;
    margin-top: 0.9rem;
    background: var(--market-green);
  }

  .market-categories {
    padding-block: 0.72rem 0.8rem;
  }

  .market-popular {
    padding-block: 0 1.3rem;
  }

  .market-promotion {
    padding-block: 0 1rem;
  }

  .market-promotion__card {
    grid-template-columns: minmax(16rem, .62fr) minmax(0, 1.38fr);
    min-height: 13rem;
  }

  .market-promotion__copy {
    display: grid;
    align-content: center;
    padding: 1.5rem 2rem;
  }

  .market-promotion__copy h2 {
    max-width: 34rem;
    font-size: clamp(1.75rem, 2.5vw, 2.55rem);
  }

  .market-promotion__copy p {
    max-width: 38rem;
    font-size: .82rem;
    -webkit-line-clamp: 3;
  }

  .market-promotion__copy > div {
    justify-content: start;
    gap: 1.5rem;
  }

  .market-section-title {
    padding-inline: 0.7rem;
    margin-bottom: 0.6rem;
  }

  .market-section-title h2 {
    font-size: 1.62rem;
  }

  .market-section-title > a {
    font-size: 0.68rem;
  }

  .market-category-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 0.7rem;
    overflow: visible;
    padding: 0;
  }

  .market-category {
    min-height: 9.8rem;
    display: block;
    overflow: hidden;
    color: #fff9ef;
    border-radius: 0.65rem;
    box-shadow: 0 0.25rem 0.85rem rgb(73 48 25 / 12%);
  }

  .market-category__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transition: transform 220ms ease;
  }

  .market-category:hover .market-category__image {
    transform: scale(1.035);
  }

  .market-category__shade {
    position: absolute;
    inset: 48% 0 0;
    display: block;
    background: linear-gradient(180deg, transparent, rgb(36 27 18 / 92%));
  }

  .market-category__name {
    position: absolute;
    right: 2.75rem;
    bottom: 0.8rem;
    left: 0.75rem;
    z-index: 1;
    font-family: var(--market-display);
    font-size: clamp(0.76rem, 1.05vw, 1rem);
    line-height: 1.05;
    text-align: left;
  }

  .market-category__arrow {
    position: absolute;
    right: 0.65rem;
    bottom: 0.55rem;
    z-index: 1;
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    background: var(--market-green);
    border-radius: 50%;
  }

  .market-category__arrow img {
    width: 0.9rem;
    filter: invert(1);
  }

  .market-section-title--popular {
    padding: 0 0.7rem;
    margin-bottom: 0.65rem;
    color: var(--market-brown);
    background: transparent;
    border-radius: 0;
  }

  .market-section-title--popular h2,
  .market-section-title--popular > a {
    color: inherit;
    text-shadow: none;
  }

  .market-product-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .market-wide-label {
    display: inline;
  }

  .market-product-card {
    display: flex;
    min-height: 13.4rem;
    flex-direction: column;
    border-radius: 0.48rem;
  }

  .market-product-card__media {
    height: 7.5rem;
    min-height: 7.5rem;
  }

  .market-product-card__body {
    display: flex;
    min-height: 5.8rem;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
    padding: 0.55rem 0.65rem 0.6rem;
  }

  .market-product-card__copy h3 {
    font-size: 0.78rem;
  }

  .market-product-card__copy p {
    min-height: 1.95rem;
    font-size: 0.58rem;
  }

  .market-product-card__buy {
    justify-content: space-between;
    margin-top: auto;
  }

  .market-product-card__buy > strong {
    font-size: 0.86rem;
  }

  .market-quick-add button {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.58rem;
  }

  .market-delivery {
    padding: 1rem 0;
  }

  .market-cart-toast {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}

@media (max-width: 23rem) {
  .market-header__mobile {
    grid-template-columns: 2.5rem minmax(0, 1fr) 5rem;
  }

  .market-logo--mobile {
    height: 4.5rem;
  }

  .market-icon-link {
    width: 2.25rem;
  }

  .market-product-card {
    grid-template-columns: 5.7rem minmax(0, 1fr);
  }

  .market-product-card__buy > strong {
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .market-category__image,
  .market-product-card__media img,
  .market-quick-add button {
    transition: none;
  }
}
