:root {
  --sm-green: #1d5b38;
  --sm-green-deep: #123d27;
  --sm-orange: #e97817;
  --sm-ink: #17201b;
  --sm-mist: #edf2ec;
  --sm-sky: #e8f0f2;
  --sm-clay: #eee4d7;
}

.city-site {
  background: #f7f9f5;
  color: var(--sm-ink);
}

.city-site .page {
  background: #fbfcf9;
}

.city-site .site-header {
  border-bottom: 1px solid rgba(18, 61, 39, 0.1);
  background: rgba(251, 252, 249, 0.94);
}

.city-site .brand-copy {
  display: grid;
  gap: 3px;
}

.city-site .brand-copy strong {
  font-size: 23px;
}

.city-site .brand-copy small {
  color: var(--sm-green);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.city-site .main-nav {
  gap: clamp(16px, 1.8vw, 30px);
}

.sm-hero {
  height: min(690px, calc(100vh - 86px));
  min-height: 600px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(18, 61, 39, 0.12);
}

.sm-hero-media,
.sm-hero-media img,
.sm-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sm-hero-media img {
  object-fit: cover;
  object-position: right center;
}

.sm-hero-shade {
  right: auto;
  width: 64%;
  background: linear-gradient(90deg, #fbfcf9 0%, rgba(251, 252, 249, 0.97) 56%, rgba(251, 252, 249, 0) 100%);
}

.sm-hero-copy {
  width: min(630px, 47vw);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin-left: var(--side);
  padding: 40px 0 34px;
}

.sm-location {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 11px;
  border-bottom: 2px solid var(--sm-orange);
  color: var(--sm-green-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sm-location svg {
  width: 18px;
  height: 18px;
}

.sm-hero h1 {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: 0;
}

.sm-hero h1 em {
  color: var(--sm-orange);
  font-style: normal;
}

.sm-hero-copy > p {
  max-width: 580px;
  margin: 24px 0 0;
  color: #35443b;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.62;
}

.sm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.sm-hero-actions .btn {
  min-height: 50px;
  gap: 9px;
  padding-inline: 23px;
}

.sm-hero-actions svg {
  width: 18px;
  height: 18px;
}

.sm-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 38px 0 0;
  border-top: 1px solid rgba(18, 61, 39, 0.2);
}

.sm-hero-facts > div {
  min-width: 0;
  padding: 17px 18px 0 0;
}

.sm-hero-facts dt {
  font-size: 17px;
  font-weight: 900;
}

.sm-hero-facts dd {
  margin: 3px 0 0;
  color: #506057;
  font-size: 11px;
  line-height: 1.35;
}

.sm-delivery-feature {
  min-height: clamp(480px, 36vw, 620px);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(18, 61, 39, 0.12);
  background: #f4efe6;
}

.sm-delivery-media,
.sm-delivery-media img,
.sm-delivery-shade {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.sm-delivery-media img {
  object-fit: cover;
  object-position: right center;
}

.sm-delivery-shade {
  width: 62%;
  right: auto;
  background: linear-gradient(90deg, #f7f4ed 0%, rgba(247, 244, 237, 0.98) 58%, rgba(247, 244, 237, 0) 100%);
}

.sm-delivery-copy {
  width: min(560px, 46vw);
  min-height: clamp(480px, 36vw, 620px);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: var(--side);
  padding: 48px 0;
}

.sm-delivery-copy h2 {
  max-width: 560px;
  margin: 10px 0 0;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.07;
}

.sm-delivery-copy ul {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.sm-delivery-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #34483c;
  font-size: 14px;
  font-weight: 750;
}

.sm-delivery-copy li svg {
  width: 20px;
  height: 20px;
  color: var(--sm-green);
}

.sm-delivery-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.sm-delivery-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sm-green-deep);
  font-size: 13px;
  font-weight: 850;
}

.sm-delivery-phone svg {
  width: 18px;
  height: 18px;
}

.sm-service-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 var(--side);
  border-bottom: 1px solid rgba(18, 61, 39, 0.12);
  background: #f6f9f5;
}

.sm-service-line > div {
  min-width: 0;
  min-height: 112px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border-right: 1px solid rgba(18, 61, 39, 0.12);
}

.sm-service-line > div:first-child {
  padding-left: 0;
}

.sm-service-line > div:last-child {
  border-right: 0;
}

.sm-service-line svg {
  width: 30px;
  height: 30px;
  color: var(--sm-green);
  stroke-width: 1.6;
}

.sm-service-line span {
  display: grid;
  gap: 4px;
}

.sm-service-line b {
  font-size: 14px;
}

.sm-service-line small {
  color: #66746c;
  font-size: 11px;
  line-height: 1.45;
}

.sm-section {
  padding: clamp(62px, 7vw, 106px) var(--side);
}

.sm-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(230px, 0.55fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
}

.sm-section-head h2 {
  max-width: 780px;
  margin: 8px 0 0;
  font-size: clamp(31px, 3.1vw, 48px);
  line-height: 1.08;
}

.sm-section-head > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sm-green);
  font-size: 14px;
  font-weight: 800;
}

.sm-section-head > a svg {
  width: 18px;
  height: 18px;
}

.sm-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(240px, 22vw, 350px);
  gap: 12px;
}

.sm-category-card {
  min-width: 0;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #dce4dc;
  color: #fff;
}

.sm-category-card--wide {
  grid-column: span 2;
}

.sm-category-card > img,
.sm-category-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sm-category-card > img {
  object-fit: cover;
  transition: transform 360ms ease;
}

.sm-category-overlay {
  top: auto;
  height: 42%;
  background: rgba(13, 24, 17, 0.68);
}

.sm-category-copy {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 52px;
  bottom: 18px;
  display: grid;
  gap: 4px;
}

.sm-category-copy b {
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.2;
}

.sm-category-copy small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.sm-category-card > svg {
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 20px;
}

@media (hover: hover) {
  .sm-category-card:hover > img {
    transform: scale(1.035);
  }
}

.sm-local-band {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
  background: var(--sm-green-deep);
  color: #fff;
}

.sm-local-map {
  min-width: 0;
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(34px, 4vw, 68px);
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background: #ebe7dd;
}

.sm-local-map > img {
  width: 100%;
  height: 100%;
  max-height: 610px;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(18, 61, 39, 0.12);
  background: #fff;
  box-shadow: 0 24px 60px rgba(27, 40, 31, 0.12);
}

.sm-local-map figcaption {
  position: absolute;
  left: clamp(34px, 4vw, 68px);
  right: clamp(34px, 4vw, 68px);
  bottom: 14px;
  color: #5b665f;
  font-size: 9px;
  line-height: 1.4;
}

.sm-local-map figcaption a {
  color: #355c44;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sm-map-legend {
  position: absolute;
  z-index: 2;
  left: clamp(46px, 5vw, 82px);
  top: clamp(46px, 5vw, 82px);
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sm-map-legend span {
  padding: 8px 10px;
  background: rgba(18, 61, 39, 0.92);
  color: #fff;
  box-shadow: 0 8px 24px rgba(18, 61, 39, 0.18);
  font-size: 10px;
  font-weight: 850;
}

.sm-map-open {
  position: absolute;
  z-index: 2;
  right: clamp(46px, 5vw, 82px);
  bottom: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  background: #fff;
  color: var(--sm-green-deep);
  box-shadow: 0 10px 26px rgba(18, 61, 39, 0.14);
  font-size: 10px;
  font-weight: 850;
}

.sm-map-open svg {
  width: 15px;
  height: 15px;
}

.sm-local-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 6vw, 94px) var(--side);
}

.sm-local-copy .eyebrow {
  color: #f4b052;
}

.sm-local-copy h2 {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.08;
}

.sm-local-copy > p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.sm-area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

.sm-area-chips span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 750;
}

.sm-local-copy ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.sm-local-copy li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.sm-local-copy li > span {
  color: #f4b052;
  font-size: 12px;
  font-weight: 900;
}

.sm-local-copy li p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.sm-local-copy li b {
  font-size: 14px;
}

.sm-local-copy li small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.sm-local-copy .btn {
  width: fit-content;
  background: #f4b052;
  color: #15271c;
}

.sm-products {
  background: #f0f3ee;
}

.city-site .sm-products .product-card {
  border-color: rgba(18, 61, 39, 0.12);
  background: #fff;
  box-shadow: none;
}

.city-site .product-card h3 a {
  color: inherit;
}

.sm-trust {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 8vw, 140px);
  padding: clamp(68px, 8vw, 124px) var(--side);
  background: #efe5d8;
}

.sm-trust-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.08;
}

.sm-trust-heading p {
  margin: 22px 0 0;
  color: #5b554c;
  line-height: 1.72;
}

.sm-trust-list {
  border-top: 1px solid rgba(23, 32, 27, 0.18);
}

.sm-trust-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(23, 32, 27, 0.18);
}

.sm-trust-list article > span {
  color: var(--sm-orange);
  font-size: 12px;
  font-weight: 900;
}

.sm-trust-list h3 {
  margin: 0;
  font-size: 17px;
}

.sm-trust-list p {
  margin: 7px 0 0;
  color: #5b554c;
  font-size: 13px;
  line-height: 1.6;
}

.sm-faq .faq-list {
  max-width: 1020px;
  margin: 0;
}

.sm-catalog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.55fr);
  gap: clamp(38px, 7vw, 120px);
  padding: clamp(58px, 7vw, 105px) var(--side);
  border-bottom: 1px solid rgba(18, 61, 39, 0.12);
  background: var(--sm-sky);
}

.sm-catalog-hero h1 {
  max-width: 900px;
  margin: 14px 0 0;
  font-size: clamp(38px, 4.6vw, 70px);
  line-height: 1.02;
}

.sm-catalog-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: #475750;
  font-size: 17px;
  line-height: 1.7;
}

.sm-catalog-hero aside {
  align-self: end;
  display: grid;
  gap: 8px;
  padding: 24px 0 0;
  border-top: 2px solid var(--sm-green);
}

.sm-catalog-hero aside > svg {
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  color: var(--sm-green);
}

.sm-catalog-hero aside strong {
  font-size: 19px;
}

.sm-catalog-hero aside span {
  color: #53635b;
  font-size: 13px;
}

.sm-catalog-hero aside a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: var(--sm-green);
  font-size: 13px;
  font-weight: 800;
}

.sm-catalog-shortcuts {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: clamp(40px, 5vw, 72px);
  border-block: 1px solid rgba(18, 61, 39, 0.14);
}

.sm-catalog-shortcuts a {
  min-width: 0;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border-right: 1px solid rgba(18, 61, 39, 0.14);
  color: var(--sm-green-deep);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.sm-catalog-shortcuts a:last-child {
  border-right: 0;
}

.sm-catalog-shortcuts svg {
  width: 21px;
  height: 21px;
}

.sm-catalog-page .catalog-directory {
  scroll-margin-top: 110px;
}

.sm-delivery-hero {
  min-height: 560px;
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  background: #f4efe6;
}

.sm-delivery-page-media,
.sm-delivery-page-media img,
.sm-delivery-page-shade {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.sm-delivery-page-media img {
  object-fit: cover;
  object-position: right center;
}

.sm-delivery-page-shade {
  width: 65%;
  right: auto;
  background: linear-gradient(90deg, #f7f4ed 0%, rgba(247, 244, 237, 0.98) 62%, rgba(247, 244, 237, 0) 100%);
}

.sm-delivery-page-copy {
  width: min(680px, 56vw);
  min-height: 560px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: var(--side);
  padding: 46px 0;
}

.sm-delivery-page-copy h1 {
  max-width: 680px;
  margin: 14px 0 0;
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: 1.02;
}

.sm-delivery-page-copy p {
  max-width: 640px;
  margin: 22px 0 0;
  color: #475750;
  font-size: 17px;
  line-height: 1.65;
}

.sm-delivery-hero .subhero-actions {
  margin-top: 28px;
}

.sm-delivery-process .sm-section-head > p {
  max-width: 480px;
  margin: 0;
  color: #5b6961;
  line-height: 1.7;
}

.sm-delivery-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-block: 1px solid rgba(18, 61, 39, 0.16);
  list-style: none;
}

.sm-delivery-steps li {
  min-width: 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-right: 1px solid rgba(18, 61, 39, 0.16);
}

.sm-delivery-steps li:last-child {
  border-right: 0;
}

.sm-delivery-steps li > span {
  color: var(--sm-orange);
  font-size: 11px;
  font-weight: 900;
}

.sm-delivery-steps svg {
  width: 38px;
  height: 38px;
  margin-top: 44px;
  color: var(--sm-green);
  stroke-width: 1.5;
}

.sm-delivery-steps h3 {
  margin: auto 0 0;
  font-size: 18px;
}

.sm-delivery-steps p {
  margin: 9px 0 0;
  color: #5b6961;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .sm-hero {
    height: 670px;
  }

  .sm-hero-copy {
    width: 54vw;
  }

  .sm-delivery-copy {
    width: 52vw;
  }

  .sm-service-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-service-line > div:nth-child(2) {
    border-right: 0;
  }

  .sm-service-line > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(18, 61, 39, 0.12);
  }

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

  .sm-local-band {
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  }

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

  .sm-delivery-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-delivery-steps li:nth-child(2) {
    border-right: 0;
  }

  .sm-delivery-steps li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(18, 61, 39, 0.16);
  }

  .sm-catalog-shortcuts a:nth-child(3) {
    border-right: 0;
  }

  .sm-catalog-shortcuts a:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(18, 61, 39, 0.14);
  }
}

@media (max-width: 760px) {
  .city-site .brand-copy strong {
    font-size: 20px;
  }

  .sm-hero {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .sm-hero-media {
    position: relative;
    order: 2;
    height: clamp(360px, 112vw, 470px);
  }

  .sm-hero-media img {
    object-fit: cover;
    object-position: center 54%;
  }

  .sm-hero-shade {
    display: none;
  }

  .sm-hero-copy {
    width: auto;
    min-height: 0;
    order: 1;
    justify-content: flex-start;
    margin: 0;
    padding: 28px var(--side) 24px;
  }

  .sm-location {
    font-size: 10px;
  }

  .sm-hero h1 {
    margin-top: 18px;
    font-size: clamp(31px, 9.2vw, 42px);
    line-height: 1.06;
  }

  .sm-hero-copy > p {
    max-width: 560px;
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.52;
  }

  .sm-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
  }

  .sm-hero-actions .btn {
    min-width: 0;
    min-height: 44px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .sm-hero-facts {
    margin-top: 20px;
  }

  .sm-hero-facts > div {
    padding-top: 11px;
  }

  .sm-hero-facts dt {
    font-size: 13px;
  }

  .sm-hero-facts dd {
    font-size: 9px;
  }

  .sm-delivery-feature {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .sm-delivery-media {
    height: 220px;
    position: relative;
    order: 2;
  }

  .sm-delivery-media img {
    object-fit: cover;
    object-position: center bottom;
  }

  .sm-delivery-shade {
    display: none;
  }

  .sm-delivery-copy {
    width: auto;
    min-height: 0;
    order: 1;
    margin: 0;
    padding: 40px var(--side) 32px;
  }

  .sm-delivery-copy h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .sm-delivery-copy ul {
    margin-top: 20px;
  }

  .sm-delivery-actions {
    margin-top: 24px;
  }

  .sm-service-line > div {
    min-height: 90px;
    padding: 13px 12px;
  }

  .sm-service-line > div:first-child,
  .sm-service-line > div:nth-child(3) {
    padding-left: 0;
  }

  .sm-service-line svg {
    width: 25px;
    height: 25px;
  }

  .sm-service-line b {
    font-size: 12px;
  }

  .sm-service-line small {
    font-size: 9px;
  }

  .sm-section-head,
  .sm-catalog-hero,
  .sm-trust {
    grid-template-columns: 1fr;
  }

  .sm-section-head {
    gap: 18px;
  }

  .sm-section-head > a {
    justify-self: start;
  }

  .sm-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .sm-category-card--wide {
    grid-column: span 2;
  }

  .sm-local-band {
    grid-template-columns: 1fr;
  }

  .sm-local-map {
    min-height: 440px;
    padding: 52px 16px 68px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .sm-local-map > img {
    height: auto;
    max-height: none;
  }

  .sm-map-legend {
    left: 24px;
    top: 18px;
  }

  .sm-map-open {
    right: 24px;
    bottom: 38px;
  }

  .sm-local-map figcaption {
    left: 16px;
    right: 154px;
    bottom: 14px;
  }

  .sm-local-copy {
    padding-inline: var(--side);
  }

  .sm-trust {
    gap: 36px;
  }

  .sm-catalog-hero {
    gap: 34px;
  }

  .sm-catalog-hero h1 {
    font-size: 42px;
  }

  .sm-delivery-process .sm-section-head > p {
    max-width: none;
  }

  .sm-delivery-hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .sm-delivery-page-media {
    height: 220px;
    position: relative;
    order: 2;
  }

  .sm-delivery-page-media img {
    object-fit: cover;
    object-position: center bottom;
  }

  .sm-delivery-page-shade {
    display: none;
  }

  .sm-delivery-page-copy {
    width: auto;
    min-height: 0;
    order: 1;
    margin: 0;
    padding: 34px var(--side) 32px;
  }

  .sm-delivery-page-copy h1 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .sm-delivery-page-copy p {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 520px) {
  .sm-category-grid {
    grid-auto-rows: 190px;
    gap: 8px;
  }

  .sm-category-copy {
    left: 13px;
    right: 34px;
    bottom: 13px;
  }

  .sm-category-copy b {
    font-size: 13px;
  }

  .sm-category-card > svg {
    width: 18px;
    height: 18px;
    right: 11px;
    bottom: 14px;
  }

  .sm-catalog-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-catalog-shortcuts a:nth-child(3) {
    border-right: 1px solid rgba(18, 61, 39, 0.14);
  }

  .sm-catalog-shortcuts a:nth-child(even) {
    border-right: 0;
  }

  .sm-catalog-shortcuts a:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(18, 61, 39, 0.14);
  }

  .sm-delivery-steps {
    grid-template-columns: 1fr;
  }

  .sm-delivery-steps li,
  .sm-delivery-steps li:nth-child(2) {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 61, 39, 0.16);
  }

  .sm-delivery-steps li:last-child {
    border-bottom: 0;
  }
}
