.brand-logo {
  display: block;
  flex-shrink: 0;
  height: 2.5rem;
  width: auto;
  max-width: none;
  aspect-ratio: 1024 / 222;
  object-fit: contain;
  object-position: left center;
}

.brand-logo--drawer {
  height: 2rem;
}

.brand-logo--footer {
  height: 2.25rem;
}

.product-description p {
  color: rgb(97 112 127);
}

.product-description h2,
.product-description h3,
.product-description h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 0.375rem;
  color: rgb(27 39 51);
}

.product-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  color: rgb(97 112 127);
}

.product-description ul > li {
  display: flex;
  gap: 0.5rem;
}

.product-description ul > li::before {
  content: '•';
  color: rgb(27 89 166);
  flex-shrink: 0;
}

.product-description a {
  color: rgb(27 89 166);
  text-decoration: underline;
}

.product-description > div + div,
.product-description > p + div,
.product-description > div + p {
  margin-top: 0;
}

.prose p {
  margin: 1em 0 1.25em;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose a {
  color: rgb(27 89 166);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.prose strong,
.prose b {
  font-weight: 600;
  color: rgb(27 39 51);
}

.prose ul,
.prose ol {
  margin: 1em 0 1.5em;
  padding: 0;
}

.prose ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.prose ul > li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-start;
}

.prose ul > li::before {
  content: '•';
  color: rgb(27 89 166);
  flex-shrink: 0;
  line-height: inherit;
}

.prose ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1.35rem;
  display: block;
}

.prose ol > li {
  display: list-item;
  padding-left: 0.25rem;
  margin: 0.45rem 0;
}

.prose ol > li::marker {
  color: rgb(27 89 166);
  font-weight: 600;
}

.prose li > ul,
.prose li > ol {
  flex: 1 1 100%;
  margin: 0.5rem 0 0.15rem;
  padding-left: 0.25rem;
}

.prose blockquote {
  margin: 1.35em 0;
  padding: 0.95rem 1.1rem;
  border-left: 3px solid rgb(27 89 166);
  background: rgb(245 247 249);
  color: rgb(97 112 127);
}

.prose hr {
  border: 0;
  border-top: 1px solid rgb(225 230 236);
  margin: 2em 0;
}

.prose img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid rgb(225 230 236);
  margin: 1.35em 0;
}

.prose figure {
  margin: 1.35em 0;
}

.prose figcaption {
  margin-top: 0.5rem;
  font-size: 13.5px;
  color: rgb(97 112 127);
}

.prose code {
  font-size: 0.92em;
  padding: 0.1em 0.35em;
  background: rgb(245 247 249);
  border: 1px solid rgb(225 230 236);
}

.prose table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgb(225 230 236);
  font-size: 15.5px;
  margin: 1.5em 0 1.75em;
}

.prose thead tr {
  background: rgb(238 242 246);
  text-align: left;
}

.prose th {
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: rgb(27 39 51);
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid rgb(225 230 236);
  vertical-align: bottom;
}

.prose td {
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid rgb(225 230 236);
  color: rgb(97 112 127);
  vertical-align: top;
}

.prose tbody td:first-child {
  color: rgb(27 39 51);
  font-weight: 600;
}

.prose tbody tr:last-child td {
  border-bottom: 0;
}

.prose tbody tr:hover {
  background: rgb(233 240 249);
}

@media (max-width: 639px) {
  .prose table {
    border: 0;
  }

  .prose thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .prose tr {
    display: block;
    border: 1px solid rgb(225 230 236);
    margin-bottom: 0.65rem;
  }

  .prose tbody tr:last-child {
    margin-bottom: 0;
  }

  .prose td {
    display: block;
    border-bottom: 1px solid rgb(238 242 246);
  }

  .prose td:last-child {
    border-bottom: 0;
  }

  .prose tbody td:first-child {
    background: rgb(238 242 246);
  }

  .prose tbody tr:hover {
    background: transparent;
  }
}

.delivery-card {
  min-height: 168px;
}

.delivery-card--cutting {
  background: linear-gradient(90deg, #1a3354 0%, #13243a 55%, #0f1e32 100%);
}

.delivery-card--shipping {
  background: linear-gradient(90deg, #f5f7f9 0%, #eef2f6 100%);
}

.delivery-card__decor {
  position: absolute;
  right: 0;
  height: 100%;
  width: auto;
  max-width: 62%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.delivery-card__decor--cutting {
  bottom: 0;
  top: auto;
  object-position: right bottom;
}

.delivery-card__decor--map {
  top: 0;
  bottom: 0;
  object-position: right center;
}
