:root {
  --linen: #fbf7ef;
  --paper: rgba(255, 253, 248, .78);
  --paper-solid: #fffdf8;
  --mist: #e8f0ea;
  --mint: #d8ebe2;
  --leaf: #7d9b59;
  --leaf-deep: #4e702f;
  --seed: #4e702f;
  --cocoa: #37281f;
  --clay: #854633;
  --berry: #7a5064;
  --ink-soft: rgba(55, 40, 31, .74);
  --ink-faint: rgba(55, 40, 31, .58);
  --line: rgba(55, 40, 31, .14);
  --shadow: 0 1px 2px rgba(55, 40, 31, .05), 0 12px 32px rgba(55, 40, 31, .08);
  --radius: .5rem;
  --tap: 2.75rem;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-height: 100%;
  scroll-padding-top: 6rem;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .92), rgba(244, 239, 229, .88) 48%, rgba(232, 240, 234, .9)),
    url("/static/textures/noise.199cccff8ef5.svg");
  color: var(--cocoa);
  font: 16px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

img,
picture {
  max-width: 100%;
}

img {
  height: auto;
}

h1,
h2,
h3 {
  margin: 0 0 .75rem;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.15rem, 5vw, 3.35rem);
}

h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

p {
  margin: 0 0 1rem;
}

a {
  color: inherit;
  text-underline-offset: 3px;
}

button,
input,
textarea {
  font: inherit;
}

.skip,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  clip: auto;
  z-index: 9;
  background: var(--paper-solid);
  padding: .6rem .8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

:focus-visible {
  outline: 3px solid rgba(122, 80, 100, .5);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 4;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 247, 239, .9);
  backdrop-filter: blur(14px);
}

.bar,
.wrap,
.footer > div {
  max-width: 72rem;
  margin: auto;
  padding-left: clamp(1rem, 4vw, 1.5rem);
  padding-right: clamp(1rem, 4vw, 1.5rem);
}

.bar {
  min-height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border-radius: var(--radius);
}

.brand img {
  display: block;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.bar nav,
.footer nav {
  display: flex;
  gap: .85rem;
  align-items: center;
  flex-wrap: wrap;
}

.bar nav {
  justify-content: flex-end;
}

.bar nav a {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
}

.badge {
  display: inline-flex;
  min-width: 1.25rem;
  min-height: 1.25rem;
  align-items: center;
  justify-content: center;
  margin-left: .25rem;
  border-radius: 999px;
  background: var(--berry);
  color: var(--linen);
  font-size: .72rem;
  font-weight: 800;
}

.badge:empty {
  display: none;
}

.hero {
  position: relative;
  min-height: clamp(30rem, 70svh, 38rem);
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  background: linear-gradient(0deg, rgba(216, 235, 226, .85), rgba(216, 235, 226, 0));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 38rem;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 4rem) 1rem clamp(11rem, 24vw, 15rem);
  text-align: center;
}

.hero-title {
  margin-bottom: .35rem;
}

.wordmark {
  display: block;
  width: min(34rem, 84vw);
  margin: 0 auto;
}

.hero-kicker {
  margin-bottom: .4rem;
  color: var(--seed);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-copy {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--ink-soft);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-products {
  position: absolute;
  inset: 0;
  max-width: 72rem;
  margin: auto;
  pointer-events: none;
}

.hero-products picture {
  position: absolute;
  z-index: 1;
  display: block;
  filter: drop-shadow(0 18px 24px rgba(55, 40, 31, .16));
}

.hero-products img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-bottle {
  right: calc(50% - 8.8rem);
  bottom: -2.2rem;
  width: 8.6rem;
  transform: rotate(3deg);
}

.hero-pack {
  left: calc(50% - 9.6rem);
  bottom: .7rem;
  width: 9.8rem;
  transform: rotate(-4deg);
}

.actions {
  display: flex;
  gap: .75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.25rem 0 .8rem;
}

.button,
button {
  appearance: none;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: .4rem;
  background: var(--seed);
  color: var(--linen);
  padding: .78rem 1rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.leaf {
  background: var(--leaf);
  color: #17220f;
}

.button.accent {
  background: var(--clay);
}

.button.secondary {
  background: rgba(78, 112, 47, .14);
  color: var(--leaf-deep);
  border: 1px solid rgba(78, 112, 47, .34);
}

.button.wide {
  width: 100%;
}

button:disabled,
.button[disabled],
button[data-disabled-by-htmx] {
  background: #68635e;
  color: var(--paper-solid);
  opacity: 1;
  cursor: not-allowed;
}

.link {
  min-height: 2.5rem;
  background: transparent;
  color: var(--ink-soft);
  padding: .35rem;
  text-decoration: underline;
}

.danger {
  color: #9b2c24;
}

.wrap {
  padding-top: clamp(2rem, 6vw, 3.5rem);
  padding-bottom: clamp(2rem, 6vw, 3.5rem);
}

.narrow {
  max-width: 48rem;
}

.center {
  text-align: center;
}

.muted,
.fine {
  color: var(--ink-soft);
}

.fine {
  font-size: .86rem;
}

.grid {
  display: grid;
  gap: 1.25rem;
}

.three,
.products {
  grid-template-columns: repeat(auto-fit, minmax(min(17rem, 100%), 1fr));
}

.card,
.empty,
.summary,
.cart-line {
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.product,
.botanical {
  padding: 1rem;
}

.product {
  display: grid;
  gap: .7rem;
  align-content: start;
}

.product h2,
.product p,
.product small {
  margin: 0;
}

.product-media-link,
.product-media,
.botanical-media {
  display: block;
}

.product-media img,
.product-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 253, 248, .9), rgba(216, 235, 226, .52));
  padding: .55rem;
}

.botanical {
  min-height: 100%;
}

.botanical-media img,
.botanical img {
  width: 100%;
  height: 11rem;
  object-fit: contain;
}

.pill {
  display: inline-flex;
  width: max-content;
  border-radius: .35rem;
  background: rgba(122, 80, 100, .16);
  color: var(--berry);
  padding: .16rem .55rem;
  font-size: .75rem;
  font-weight: 800;
}

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

.product .row {
  margin-top: .25rem;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(18rem, 1.05fr);
  gap: clamp(1.5rem, 5vw, 3rem);
  align-items: center;
}

.product-detail-media {
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 253, 248, .88), rgba(216, 235, 226, .5));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-detail-media img,
.product-image {
  width: 100%;
  max-height: 38rem;
  object-fit: contain;
  padding: clamp(.75rem, 3vw, 1.25rem);
}

.price {
  font-size: 1.35rem;
  font-weight: 800;
}

.inline-form,
.line-actions,
.columns {
  display: flex;
  gap: .75rem;
  align-items: center;
  flex-wrap: wrap;
}

.inline-form {
  margin: 1rem 0 1.5rem;
}

.qty {
  width: 5.5rem;
}

.cart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.cart-lines {
  display: grid;
  gap: 1rem;
}

.cart-line {
  display: grid;
  grid-template-columns: 6.75rem minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 1rem;
  align-items: start;
}

.cart-line-media {
  display: block;
}

.cart-line-media img,
.cart-line img {
  width: 6.75rem;
  height: 5rem;
  object-fit: contain;
  border-radius: .4rem;
  background: rgba(255, 253, 248, .62);
}

.line-title {
  font-weight: 800;
  text-decoration: none;
}

.line-actions {
  margin-top: .75rem;
  align-items: stretch;
}

.qty-form {
  display: flex;
  gap: .5rem;
  align-items: center;
}

.remove-form {
  display: flex;
  align-items: center;
}

.cart-line > strong {
  justify-self: end;
  white-space: nowrap;
}

.summary {
  width: 100%;
  padding: clamp(1rem, 2vw, 1.35rem);
  align-self: start;
}

.summary-totals,
.summary form,
.stack {
  display: grid;
  gap: .8rem;
}

.summary-totals {
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--line);
}

.summary-totals .row {
  flex-direction: row;
  align-items: center;
}

.summary-totals strong {
  text-align: right;
  white-space: nowrap;
}

.total-row {
  font-size: 1.05rem;
}

@media (min-width: 900px) {
  .summary {
    display: grid;
    grid-template-columns: minmax(15rem, 21rem) minmax(0, 1fr);
    gap: 1rem 1.5rem;
    align-items: start;
  }

  .summary h2 {
    grid-column: 1 / -1;
  }

  .summary-totals,
  .summary > .fine,
  .summary > form:not(#checkout-form) {
    grid-column: 1;
  }

  #checkout-form {
    grid-column: 2;
    grid-row: 2 / span 4;
  }

  #checkout-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #checkout-form .columns,
  #checkout-form .shipping-box,
  #checkout-form .payment-box,
  #checkout-form #checkout-result,
  #checkout-form .button.wide {
    grid-column: 1 / -1;
  }
}

label {
  display: grid;
  gap: .3rem;
  min-width: 0;
  font-size: .9rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  min-height: var(--tap);
  border: 1px solid rgba(55, 40, 31, .24);
  border-radius: .42rem;
  background: rgba(255, 253, 248, .72);
  padding: .7rem .72rem;
  color: var(--cocoa);
}

textarea {
  resize: vertical;
}

.check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: .55rem;
  font-weight: 600;
  line-height: 1.4;
}

.check input {
  width: 1.4rem;
  height: 1.4rem;
  min-height: 1.4rem;
  margin-top: .05rem;
  accent-color: var(--seed);
}

.shipping-box {
  display: grid;
  gap: .65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, .56);
  padding: .8rem;
}

.shipping-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.shipping-heading h3,
.shipping-box p {
  margin: 0;
}

.shipping-heading .button {
  min-height: 2.6rem;
  padding: .55rem .75rem;
  white-space: nowrap;
}

.shipping-options {
  display: grid;
  gap: .55rem;
}

.shipping-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
  border: 1px solid rgba(55, 40, 31, .2);
  border-radius: .48rem;
  background: rgba(255, 255, 255, .44);
  padding: .78rem;
  cursor: pointer;
}

.shipping-option:has(input:checked) {
  border-color: rgba(78, 112, 47, .62);
  background: rgba(78, 112, 47, .1);
}

.shipping-option input {
  width: 1.35rem;
  height: 1.35rem;
  min-height: 1.35rem;
  margin-top: .25rem;
  accent-color: var(--seed);
}

.shipping-option strong,
.shipping-option span {
  display: block;
}

.shipping-option-meta {
  color: var(--ink-soft);
  font-size: .85rem;
  font-weight: 600;
}

.payment-box {
  display: grid;
  gap: .35rem;
}

#card-container {
  min-height: 4.5rem;
  border: 1px solid rgba(55, 40, 31, .24);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, .72);
  padding: .75rem;
}

.notice {
  margin: .75rem 0;
  padding: .8rem 1rem;
  border-radius: var(--radius);
}

.notice.success {
  background: rgba(78, 112, 47, .14);
  border: 1px solid rgba(78, 112, 47, .34);
}

.notice.error,
.error-text,
.field-error {
  color: #8c221c;
}

.notice.error {
  background: rgba(160, 53, 43, .1);
  border: 1px solid rgba(160, 53, 43, .28);
}

.field-error {
  margin: -.35rem 0 .15rem;
  font-size: .84rem;
  font-weight: 700;
}

input[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: rgba(140, 34, 28, .75);
  background: rgba(160, 53, 43, .06);
}

.empty {
  text-align: center;
  padding: clamp(2rem, 6vw, 3rem) 1rem;
}

.empty img {
  height: 5rem;
  opacity: .12;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, .8fr);
  gap: clamp(1.5rem, 5vw, 3rem);
  align-items: center;
}

.art {
  position: relative;
  text-align: center;
}

.art picture {
  display: inline-block;
  width: min(18rem, 80vw);
}

.art picture img {
  width: 100%;
}

.art > img:last-child {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 14rem;
  opacity: .1;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.faq dt {
  font-weight: 800;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

.faq dd {
  margin: .25rem 0 0;
  color: var(--ink-soft);
}

.legal {
  overflow-wrap: anywhere;
}

form,
.notice,
.shipping-option {
  overflow-wrap: anywhere;
}

.legal section,
.legal h2 {
  margin-top: 2rem;
}

.legal p,
.legal li {
  color: var(--ink-soft);
}

.legal ul {
  padding-left: 1.3rem;
}

.locator-hero {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 18%, rgba(125, 155, 89, .16), transparent 28rem),
    linear-gradient(180deg, rgba(255, 253, 248, .82), rgba(216, 235, 226, .48));
}

.locator-hero .wrap {
  padding-top: clamp(2.5rem, 8vw, 5rem);
  padding-bottom: clamp(2.5rem, 8vw, 4.5rem);
}

.locator-kicker {
  margin-bottom: .45rem;
  color: var(--seed);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.locator-shell {
  max-width: 76rem;
}

.locator-search {
  display: grid;
  gap: .55rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
}

.locator-search p {
  margin: 0;
}

.locator-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: .65rem;
}

.locator-search-row input {
  min-width: 0;
}

.locator-layout {
  display: grid;
  grid-template-columns: minmax(18rem, .82fr) minmax(0, 1.18fr);
  gap: 1.25rem;
  align-items: start;
}

.locator-results-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: .75rem;
}

.locator-results-heading h2,
.locator-results-heading p {
  margin: 0;
}

.location-list {
  display: grid;
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-card {
  display: grid;
  gap: .75rem;
  padding: 1rem;
  transition: border-color .16s ease, background-color .16s ease;
}

.location-card[data-map-selected="true"] {
  border-color: rgba(78, 112, 47, .7);
  background: rgba(216, 235, 226, .56);
}

.location-card-heading {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: .7rem;
  align-items: start;
}

.location-card h3,
.location-card p {
  margin: 0;
}

.location-index {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% 50% 50% .2rem;
  background: var(--seed);
  color: var(--linen);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  transform: rotate(-45deg);
}

.location-index > * {
  transform: rotate(45deg);
}

.location-city {
  color: var(--ink-soft);
  font-size: .88rem;
  font-weight: 700;
}

.location-card address {
  display: grid;
  padding-left: 2.7rem;
  color: var(--ink-soft);
  font-style: normal;
}

.location-actions {
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  padding-left: 2.7rem;
}

.location-actions .button {
  min-height: 2.6rem;
  padding: .58rem .75rem;
  font-size: .88rem;
}

.locator-empty {
  padding: 2rem 1rem;
}

.locator-map-panel {
  position: sticky;
  top: 5.6rem;
  min-width: 0;
}

.locator-map {
  position: relative;
  min-height: clamp(25rem, 58vh, 38rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 72% 28%, rgba(125, 155, 89, .2), transparent 10rem),
    linear-gradient(135deg, var(--mist), var(--paper-solid));
  box-shadow: var(--shadow);
  isolation: isolate;
}

.locator-map-status {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 500;
  width: min(20rem, calc(100% - 2rem));
  margin: 0;
  padding: .75rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, .94);
  box-shadow: var(--shadow);
  color: var(--ink-soft);
  text-align: center;
  transform: translate(-50%, -50%);
}

.locator-map-credit {
  margin: .6rem .1rem 0;
}

.kf-map-marker-shell {
  background: transparent;
  border: 0;
}

.kf-map-marker {
  width: 2.15rem;
  height: 2.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--paper-solid);
  border-radius: 50% 50% 50% .25rem;
  background: var(--seed);
  box-shadow: 0 3px 12px rgba(55, 40, 31, .34);
  color: var(--linen);
  font: 800 .82rem/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transform: rotate(-45deg);
}

.kf-map-marker span {
  transform: rotate(45deg);
}

.locator-popup {
  display: grid;
  gap: .3rem;
  min-width: 11rem;
}

.locator-popup strong,
.locator-popup span {
  display: block;
}

.locator-popup a {
  color: var(--leaf-deep);
  font-weight: 800;
}

.locator-map .leaflet-control-attribution {
  background: rgba(255, 253, 248, .9);
  color: var(--cocoa);
}

.locator-map .leaflet-control-attribution a {
  color: var(--leaf-deep);
}

.footer {
  position: relative;
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}

.footer > img {
  position: absolute;
  left: 50%;
  top: -1.5rem;
  height: 5rem;
  opacity: .1;
  transform: translateX(-50%);
}

.footer > div {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer nav a {
  font-size: .92rem;
}

@media (hover: hover) {
  .bar nav a:hover,
  .line-title:hover {
    color: var(--seed);
  }

  .button:hover,
  button:hover {
    filter: brightness(.96);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (min-width: 760px) {
  .hero-content {
    padding-bottom: clamp(8rem, 18vw, 12rem);
  }

  .hero-bottle {
    right: clamp(2rem, 10vw, 7rem);
    bottom: -2.8rem;
    width: clamp(13rem, 23vw, 19rem);
  }

  .hero-pack {
    left: clamp(2rem, 10vw, 7rem);
    bottom: 2.25rem;
    width: clamp(11rem, 19vw, 16rem);
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 7.25rem;
  }

  .bar {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: .55rem;
    padding-top: .6rem;
    padding-bottom: .55rem;
  }

  .brand img {
    width: 2.65rem;
    height: 2.65rem;
  }

  .bar nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .2rem .55rem;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .bar nav a {
    flex: 0 1 auto;
    min-height: var(--tap);
    padding: .45rem .1rem;
    font-size: .9rem;
  }

  .hero {
    min-height: 31.5rem;
  }

  .hero-content {
    align-self: start;
    padding-top: 2rem;
  }

  .actions {
    gap: .55rem;
  }

  .actions .button {
    flex: 1 1 9.5rem;
  }

  .cart-grid,
  .product-detail,
  .split,
  .locator-layout {
    grid-template-columns: 1fr;
  }

  .locator-map-panel {
    position: static;
  }

  .locator-map {
    min-height: 22rem;
  }

  .product-detail {
    align-items: start;
    gap: 1rem;
    padding-top: 1.15rem;
  }

  .product-detail-media img,
  .product-image {
    max-height: min(20rem, 42svh);
    padding: .55rem;
  }

  .product-detail-copy {
    order: 1;
  }

  .product-detail-media {
    order: 2;
  }

  .product-detail .inline-form {
    margin: .75rem 0 1rem;
  }

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

  .summary {
    border-radius: var(--radius);
  }

  .shipping-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .shipping-heading .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .row {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .locator-search-row input {
    grid-column: 1 / -1;
  }

  .locator-search-row .button,
  .locator-search-row button {
    width: 100%;
  }

  .locator-results-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: .2rem;
  }

  .location-card address,
  .location-actions {
    padding-left: 0;
  }

  .location-actions .button,
  .location-actions .link {
    width: 100%;
  }

  .product .row {
    align-items: stretch;
  }

  .product .row form,
  .product .row button {
    width: 100%;
  }

  .inline-form {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    align-items: stretch;
  }

  .cart-line {
    grid-template-columns: 4.75rem minmax(0, 1fr);
    gap: .85rem;
    padding: .85rem;
  }

  .cart-line-media img,
  .cart-line img {
    width: 4.75rem;
    height: 4rem;
  }

  .cart-line > strong {
    grid-column: 2;
    justify-self: start;
  }

  .line-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .qty-form {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
  }

  .remove-form,
  .remove-form button {
    width: 100%;
  }

  .footer nav {
    align-items: flex-start;
    flex-direction: column;
    gap: .55rem;
  }
}

@media (max-width: 380px) {
  .bar nav {
    gap: .16rem .4rem;
  }

  .bar nav a {
    font-size: .84rem;
  }

  .wordmark {
    width: min(29rem, 88vw);
  }

  .hero-bottle {
    right: calc(50% - 8.2rem);
    width: 8rem;
  }

  .hero-pack {
    left: calc(50% - 8.7rem);
    width: 9rem;
  }

  .inline-form {
    grid-template-columns: 1fr;
  }
}
