/** Shopify CDN: Minification failed

Line 279:0 Unexpected "}"

**/
:root {
  --type-display: clamp(2.5rem, 6vw, 4.5rem);
  --type-body: 1.125rem;
  --type-detail: 0.875rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--pine);
  font-family: "Nunito Blys", Nunito, "Avenir Next", system-ui, sans-serif;
  font-size: var(--type-body);
  font-weight: 450;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
}

button,
summary {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0.65em;
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

h1,
h2 {
  font-size: var(--type-display);
}

h3 {
  font-size: var(--type-body);
}

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

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
  padding: 0.9rem 1rem;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--pine);
  outline-offset: 3px;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.page-width {
  width: min(100% - 2rem, var(--page-width));
  margin-inline: auto;
}

.page-width--narrow {
  max-width: 880px;
}

.section-padding {
  padding-block: clamp(3rem, 6vw, 5.5rem);
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-160%);
  background: var(--cream);
  color: var(--pine);
  padding: 0.7rem 1rem;
  border: 2px solid var(--pine);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  margin-bottom: 1rem;
  font-size: var(--type-detail);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
}

.eyebrow--pine {
  color: var(--pine);
}

.button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 1px solid transparent;
  padding: 0.9rem 1.25rem;
  font-weight: 750;
  line-height: 1;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.button svg {
  width: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.button:hover:not(:disabled) {
  transform: translateY(-2px);
}

.button--coral {
  background: var(--coral);
  color: var(--chocolate);
}

.button--pine {
  background: var(--pine);
  color: var(--cream);
}

.button--pine:hover:not(:disabled) {
  background: var(--chocolate);
}

.button--outline {
  border-color: var(--pine);
  background: transparent;
  color: var(--pine);
}

.button:disabled {
  border-color: rgba(52, 77, 65, 0.15);
  background: rgba(52, 77, 65, 0.12);
  color: rgba(52, 77, 65, 0.6);
}

.button--disabled {
  border-color: rgba(52, 77, 65, 0.15);
  background: rgba(52, 77, 65, 0.12);
  color: rgba(52, 77, 65, 0.6);
  cursor: not-allowed;
  pointer-events: none;
}

.button--coming-soon {
  opacity: 1;
  font-variant-caps: normal;
  text-transform: lowercase;
}

.featured-drop [data-drop-state="before"] .product-form__submit {
  font-variant-caps: normal;
  text-transform: lowercase;
}

.drop-hero .button--coming-soon {
  border-color: rgba(255, 248, 239, 0.7);
  background: rgba(255, 248, 239, 0.2);
  color: var(--cream);
}
}

.placeholder-svg {
  width: 100%;
  height: 100%;
  background: #ead9ca;
  fill: rgba(86, 53, 44, 0.24);
}

.theme-editor-note {
  border-left: 3px solid var(--coral);
  padding-left: 0.8rem;
  font-size: var(--type-detail);
}

.announcement {
  display: flex;
  min-height: 2.3rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background: var(--coral);
  color: var(--chocolate);
  text-align: center;
  font-size: var(--type-detail);
  font-weight: 760;
  letter-spacing: 0.04em;
}

.announcement.is-full {
  background: var(--chocolate);
  color: var(--cream);
}

.announcement p {
  margin: 0;
}

.announcement > a,
.announcement > p {
  max-width: 100%;
}

.announcement__summary,
.announcement__details {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.42em;
}

.announcement__product,
.announcement__details {
  white-space: nowrap;
}

.announcement a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25em;
  transition: text-decoration-color 160ms ease;
}

.announcement a:hover {
  text-decoration-color: currentColor;
}

@media screen and (max-width: 749px) {
  .announcement {
    min-height: 3.2rem;
    padding: 0.42rem 0.75rem;
    line-height: 1.2;
  }

  .announcement__summary {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 0.1rem;
  }

  .announcement__summary > .announcement__product {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .announcement__summary > .announcement__separator {
    display: none;
  }

  .announcement__details {
    max-width: 100%;
    gap: 0.34em;
    font-size: clamp(0.66rem, 2.8vw, 0.78rem);
    letter-spacing: 0.025em;
  }
}

.site-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid rgba(52, 77, 65, 0.1);
  background: rgba(255, 248, 239, 0.96);
}

.site-header--sticky {
  position: sticky;
  top: 0;
}

.site-header__inner {
  display: grid;
  min-height: 4.8rem;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.35rem, 6vw, 1.8rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1;
}

.site-header__logo img {
  width: auto;
  max-width: 180px;
  max-height: 46px;
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
}

.site-header__account {
  --shopify-account-avatar-size: 2.75rem;
  --shopify-account-signed-in-avatar-size: 2.25rem;
  --shopify-account-signed-in-avatar-color-background: var(--pine);
  --shopify-account-signed-in-avatar-color-text: var(--cream);
  --shopify-account-color-accent: var(--pine);
  --shopify-account-color-accent-hover: var(--chocolate);
  --shopify-account-color-accent-text: var(--cream);
  --shopify-account-color-background: var(--cream);
  --shopify-account-color-background-subdued: var(--cream);
  --shopify-account-color-border: var(--pine);
  --shopify-account-color-card-background: var(--cream);
  --shopify-account-color-card-text: var(--pine);
  --shopify-account-color-control-background: var(--cream);
  --shopify-account-color-control-text: var(--pine);
  --shopify-account-color-text: var(--pine);
  --shopify-account-color-text-subdued: var(--chocolate);
  --shopify-account-font-body: "Nunito Blys", Nunito, "Avenir Next", system-ui, sans-serif;
  --shopify-account-font-heading: "Nunito Blys", Nunito, "Avenir Next", system-ui, sans-serif;
  --shopify-account-font-body-transform: lowercase;
  --shopify-account-font-heading-transform: lowercase;
  --shopify-account-font-body-weight: 500;
  --shopify-account-font-heading-weight: 740;
  --shopify-account-radius-base: var(--radius);
  display: inline-flex;
}

.site-header__account::part(signed-out-avatar) {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
  color: var(--pine);
  padding: 0;
}

.site-header__account-icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  color: var(--pine);
  padding: 0.65rem;
}

.site-header__account-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.icon-button {
  position: relative;
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0.65rem;
}

.icon-button svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.cart-count {
  position: absolute;
  top: 0.2rem;
  right: 0.1rem;
  display: grid;
  width: 1.15rem;
  height: 1.15rem;
  place-items: center;
  border-radius: 50%;
  background: var(--coral);
  color: var(--chocolate);
  font-size: 0.65rem;
  font-weight: 800;
}

.desktop-nav {
  display: none;
}

.mobile-menu {
  position: relative;
  justify-self: start;
}

.mobile-menu[open]::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(40, 36, 31, 0.42);
  content: "";
}

.mobile-menu__panel {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: min(88vw, 380px);
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--cream);
  padding: 1rem 1.25rem 2rem;
  box-shadow: 12px 0 40px rgba(40, 36, 31, 0.2);
}

body.menu-open {
  overflow: hidden;
}

.mobile-menu__top {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid var(--border);
}

.mobile-menu__label {
  font-size: var(--type-detail);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-menu__links {
  padding-top: 2rem;
  list-style: none;
}

.mobile-menu__links a {
  display: block;
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
  font-size: var(--type-body);
  font-weight: 720;
  letter-spacing: -0.02em;
}

.drop-hero {
  position: relative;
  display: grid;
  min-height: min(76svh, 780px);
  place-items: end start;
  overflow: hidden;
  background: var(--chocolate);
  color: var(--cream);
}

.drop-hero__media,
.drop-hero__veil {
  position: absolute;
  inset: 0;
}

.drop-hero__media img,
.drop-hero__media svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drop-hero__veil {
  background:
    linear-gradient(to top, rgba(28, 22, 19, 0.74) 0%, rgba(28, 22, 19, 0.12) 72%),
    rgba(28, 22, 19, var(--overlay-opacity));
}

.drop-hero--placeholder .drop-hero__media {
  background:
    radial-gradient(circle at 65% 30%, rgba(250, 158, 147, 0.3), transparent 28%),
    linear-gradient(135deg, #c6a28d, #56352c);
}

.drop-hero__content {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(2.25rem, 8vw, 5.5rem);
}

.drop-hero__content h1 {
  max-width: 10ch;
}

.drop-hero__text {
  max-width: 37rem;
  margin-bottom: 1.5rem;
  font-size: var(--type-body);
  line-height: 1.5;
}

.featured-drop {
  background: var(--cream);
}

.featured-drop__inner {
  display: grid;
  gap: 2.25rem;
}

.featured-drop__media {
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #ead9ca;
}

.featured-drop__media img,
.featured-drop__media svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-drop__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-drop__content h2 {
  max-width: 11ch;
}

.featured-drop__description {
  max-width: 38rem;
  color: rgba(52, 77, 65, 0.84);
  font-size: var(--type-body);
}

.featured-drop__price {
  margin-top: 1.5rem;
  color: var(--chocolate);
  font-size: var(--type-body);
  font-weight: 760;
}

.price s {
  margin-right: 0.6rem;
  opacity: 0.6;
  font-weight: 500;
}

.drop-details {
  display: grid;
  margin: 1.6rem 0;
  border-top: 1px solid var(--border);
}

.drop-details > div {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.8fr) 1.4fr;
  gap: 1rem;
  border-bottom: 1px solid var(--border);
  padding: 0.8rem 0;
}

.drop-details dt {
  font-size: var(--type-detail);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.drop-details dd {
  margin: 0;
}

.product-form label,
.cart-page label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: var(--type-detail);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.product-form .field {
  margin-bottom: 1rem;
}

.product-form__row {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 0.75rem;
  align-items: end;
}

.product-form__row .field {
  margin: 0;
}

.product-form__submit {
  width: 100%;
}

.product-form__status,
.featured-drop__note {
  margin: 0.9rem 0 0;
  color: rgba(52, 77, 65, 0.74);
  font-size: var(--type-detail);
}

.dynamic-checkout {
  margin-top: 0.75rem;
}

.brand-statement {
  position: relative;
  display: grid;
  min-height: clamp(22rem, 48vw, 34rem);
  place-items: center;
  overflow: hidden;
  background: var(--chocolate);
  color: var(--cream);
}

.brand-statement__media,
.brand-statement__veil {
  position: absolute;
  inset: 0;
}

.brand-statement__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-statement__veil {
  background: rgba(28, 22, 19, var(--overlay-opacity));
}

.brand-statement--solid {
  background:
    radial-gradient(circle at 15% 20%, rgba(250, 158, 147, 0.28), transparent 25%),
    linear-gradient(135deg, var(--chocolate), #39231d);
}

.brand-statement__content {
  position: relative;
  z-index: 1;
}

.brand-statement__content p {
  max-width: 12ch;
  margin: 0 auto;
  text-align: center;
  font-size: var(--type-display);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

@media (min-width: 750px) {
  .brand-statement__content p {
    max-width: 18ch;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: keep-all;
  }
}

.how-it-works {
  background: #f8eee4;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(2.5rem, 7vw, 5rem);
}

.steps {
  display: grid;
  gap: 0;
  list-style: none;
}

.step {
  border-top: 1px solid var(--border);
  padding: 1.4rem 0 1.8rem;
}

.step__number {
  display: block;
  margin-bottom: 1.8rem;
  color: var(--coral);
  font-size: var(--type-detail);
  font-weight: 850;
}

.step h3 {
  margin-bottom: 0.8rem;
}

.step .rte {
  color: rgba(52, 77, 65, 0.8);
}

.about-blys {
  background: var(--cream);
}

.about-blys__inner {
  display: grid;
  gap: 2.5rem;
}

.about-blys__content {
  align-self: center;
}

.about-blys__content h2 {
  max-width: 11ch;
}

.about-blys__content .rte {
  max-width: 39rem;
  font-size: var(--type-body);
}

.about-blys__media {
  display: grid;
  min-height: 380px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--coral);
}

.about-blys__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-blys__mark {
  display: flex;
  align-items: baseline;
  color: var(--chocolate);
  font-size: clamp(5rem, 28vw, 12rem);
  font-weight: 850;
  letter-spacing: -0.12em;
}

.about-blys__mark span:nth-child(2) {
  margin-inline: 0.08em;
  font-size: 0.45em;
}

.faq {
  background: #f8eee4;
}

.faq__inner {
  display: grid;
}

.faq__items {
  border-top: 1px solid var(--pine);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item summary {
  display: grid;
  min-height: 4.6rem;
  grid-template-columns: 1fr 1.5rem;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  font-size: var(--type-body);
  font-weight: 720;
}

.faq-item__plus {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
}

.faq-item__plus::before,
.faq-item__plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 160ms ease;
}

.faq-item__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-item__plus::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-item__answer {
  max-width: 42rem;
  padding: 0 2.5rem 1.5rem 0;
  color: rgba(52, 77, 65, 0.8);
}

/* Drop Notes: three sizes only — display, body, detail. */
.drop-notes {
  --drop-notes-display: var(--type-display);
  --drop-notes-body: var(--type-body);
  --drop-notes-detail: var(--type-detail);
  background: #fa9e93;
  color: #56352c;
}

.drop-notes__mobile-heading {
  margin-bottom: 0.875rem;
}

.drop-notes__mobile-heading p,
.drop-notes__section-title {
  margin: 0;
  color: #56352c;
  font-size: var(--drop-notes-body);
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-transform: uppercase;
}

.drop-notes__preview-row,
.drop-notes__signup-row {
  padding-right: 1rem;
  padding-left: 1rem;
}

.drop-notes__preview-row {
  display: grid;
  padding-top: 1.5rem;
}

.drop-notes__media {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.drop-notes__media img,
.drop-notes__placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: var(--drop-notes-image-position, center center);
}

.drop-notes__preview {
  min-width: 0;
  padding-top: clamp(1.75rem, 7vw, 3rem);
}

.drop-notes__signup-row {
  display: grid;
  gap: 1.5rem;
  min-width: 0;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.drop-notes__product-name {
  margin: 0 0 1.5rem;
  color: #56352c;
  font-size: var(--drop-notes-display);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.drop-notes__description,
.drop-notes__proposition,
.drop-notes__preorder,
.drop-notes-form {
  font-size: var(--drop-notes-detail);
}

.drop-notes__description {
  max-width: 38rem;
}

.drop-notes__description p,
.drop-notes__proposition p {
  margin-bottom: 0;
}

.drop-notes__preorder {
  margin: 1.75rem 0 0;
  font-weight: 800;
}

.drop-notes__proposition {
  max-width: 31rem;
  margin-top: 0.65rem;
}

.drop-notes-form {
  margin: 0;
}

.drop-notes-form__field {
  display: grid;
  border-bottom: 2px solid #56352c;
  grid-template-columns: minmax(0, 1fr) auto;
}

.drop-notes-form input {
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0.7rem 0;
  color: #56352c;
  font-size: var(--drop-notes-detail);
}

.drop-notes-form input::placeholder {
  color: rgba(86, 53, 44, 0.62);
  opacity: 1;
}

.drop-notes-form button {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border: 0;
  background: transparent;
  padding: 0.7rem 0 0.7rem 1rem;
  color: #56352c;
  font-size: var(--drop-notes-detail);
  font-weight: 800;
  white-space: nowrap;
}

.drop-notes-form button svg {
  width: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.drop-notes-form__success {
  font-size: var(--drop-notes-detail);
}

.drop-notes-form__confirmed-email {
  min-height: 3.15rem;
  margin: 0;
  padding: 0.7rem 0;
  color: #56352c;
  font-size: var(--drop-notes-detail);
}

.drop-notes-form__rule {
  height: 2px;
  background: #56352c;
}

.drop-notes-form__success-title {
  margin: 0.75rem 0 0.25rem;
  color: #fff8ef;
  font-size: var(--drop-notes-detail);
  font-weight: 800;
}

.drop-notes-form__delivery-note {
  max-width: 42rem;
  margin: 0;
  color: #56352c;
  line-height: 1.45;
}

.drop-notes-form__delivery-note a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.form-message {
  margin-top: 0.75rem;
  font-size: var(--type-detail);
}

.form-message--error {
  font-weight: 750;
}

.site-footer {
  background: var(--pine);
  color: var(--cream);
  padding-block: 3rem;
}

.site-footer__inner {
  display: grid;
  gap: 2.5rem;
}

.site-footer__wordmark {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.site-footer__heart {
  display: block;
  width: 2.25rem;
  height: auto;
  flex: 0 0 auto;
}

.site-footer__brand p {
  color: rgba(255, 248, 239, 0.75);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
  font-size: var(--type-detail);
}

.site-footer__links a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.2em;
}

.site-footer__links a:hover {
  text-decoration-color: currentColor;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 248, 239, 0.2);
  padding-top: 1.5rem;
  color: rgba(255, 248, 239, 0.75);
  font-size: var(--type-detail);
}

.site-footer__bottom p {
  margin: 0;
}

.social-links,
.payment-icons {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.icon-button--light {
  color: var(--cream);
}

.payment-icon {
  width: 2.2rem;
}

.standard-page h1,
.cart-page h1,
.search-page h1,
.collection-page h1 {
  margin-bottom: 2.5rem;
}

.shopify-policy__container {
  width: min(100% - 2rem, 880px);
  max-width: 880px;
  margin-inline: auto;
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.shopify-policy__title h1,
.template-policy .standard-page h1 {
  margin-bottom: 2rem;
  font-size: var(--type-display);
  line-height: 1;
}

.shopify-policy__body h2,
.template-policy .standard-page .rte h2 {
  margin: 2.5rem 0 0.75rem;
  color: var(--pine);
  font-size: var(--type-body);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.shopify-policy__body h3,
.template-policy .standard-page .rte h3 {
  margin: 2rem 0 0.65rem;
  color: var(--pine);
  font-size: var(--type-body);
  font-weight: 760;
  line-height: 1.25;
}

.shopify-policy__body h4,
.template-policy .standard-page .rte h4 {
  margin: 1.6rem 0 0.55rem;
  color: var(--pine);
  font-size: var(--type-body);
  font-weight: 720;
  line-height: 1.35;
}

.empty-state {
  text-align: center;
}

.empty-state .button {
  margin-top: 1.25rem;
}

.cart-items {
  border-top: 1px solid var(--border);
}

.cart-item {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--border);
  padding: 1.2rem 0;
}

.cart-item__image {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: calc(var(--radius) * 0.55);
  background: #ead9ca;
}

.cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item__title {
  font-size: var(--type-body);
  font-weight: 750;
}

.cart-item__details p {
  margin: 0.25rem 0 0;
  font-size: var(--type-detail);
}

.cart-item__price {
  font-weight: 750;
}

.cart-item__actions {
  display: grid;
  grid-column: 2;
  grid-template-columns: 9rem;
  align-items: end;
  gap: 1rem;
}

.cart-item__actions label {
  grid-column: 1;
}

.cart-item__actions > input,
.cart-item__actions .cart-quantity-stepper {
  grid-column: 1;
}

.cart-quantity-stepper {
  width: 100%;
}

.cart-quantity-stepper input {
  grid-column: auto;
}

.cart-item__actions a {
  grid-column: 2;
  grid-row: 2;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.cart-summary {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.cart-summary__total {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
  font-size: var(--type-body);
}

.cart-summary > p {
  color: rgba(52, 77, 65, 0.72);
  font-size: var(--type-detail);
}

.cart-summary__buttons {
  display: grid;
  gap: 0.75rem;
}

.search-form {
  display: grid;
  max-width: 680px;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
}

.search-summary {
  margin-top: 2rem;
}

.product-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}

.product-card__image,
.product-card > a > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  background: #ead9ca;
  object-fit: cover;
}

.product-card__image img,
.product-card__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card h2 {
  margin: 1rem 0 0.35rem;
  font-size: var(--type-body);
}

.preorder-page {
  background: var(--cream);
}

.preorder-page__header {
  max-width: 52rem;
  margin-bottom: clamp(2.5rem, 7vw, 5rem);
}

.preorder-page__intro {
  max-width: 42rem;
  color: rgba(52, 77, 65, 0.8);
  font-size: var(--type-body);
}

.preorder-product {
  display: grid;
  gap: 2.5rem;
}

.preorder-gallery__main {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  background: #ead9ca;
}

.preorder-gallery__main img,
.preorder-gallery__main svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preorder-gallery__thumbs {
  display: grid;
  grid-auto-columns: 4.5rem;
  grid-auto-flow: column;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0.8rem 0.2rem 0.25rem;
  scrollbar-width: thin;
}

.preorder-gallery__thumb {
  width: 4.5rem;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: calc(var(--radius) * 0.45);
  background: #ead9ca;
  padding: 0;
}

.preorder-gallery__thumb.is-active {
  border-color: var(--pine);
}

.preorder-gallery__thumb img,
.preorder-gallery__thumb svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preorder-product__content {
  align-self: start;
}

.preorder-product__content h2 {
  max-width: 13ch;
  margin-bottom: 0.4rem;
  font-size: var(--type-display);
}

.preorder-product__price {
  margin-bottom: 1.4rem;
  color: var(--chocolate);
  font-size: var(--type-body);
  font-weight: 780;
}

.preorder-product__description {
  max-width: 39rem;
  color: rgba(52, 77, 65, 0.84);
}

.inventory-state {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  font-size: var(--type-detail);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.inventory-state__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: currentColor;
}

.inventory-state--open {
  border-color: rgba(52, 77, 65, 0.34);
  background: rgba(52, 77, 65, 0.08);
  color: var(--pine);
}

.inventory-state--before {
  border-color: rgba(86, 53, 44, 0.24);
  background: rgba(250, 158, 147, 0.22);
  color: var(--chocolate);
}

.inventory-state--full {
  background: var(--chocolate);
  color: var(--cream);
}

.drop-details--preorder {
  margin-block: 1.8rem;
}

.preorder-delivery {
  margin-top: 1.5rem;
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) * 0.7);
  background: #f8eee4;
  padding: 1.25rem;
}

.preorder-delivery h3 {
  margin-bottom: 0.55rem;
  font-size: var(--type-body);
}

.preorder-delivery p {
  margin-bottom: 0.55rem;
  color: rgba(52, 77, 65, 0.78);
  font-size: var(--type-body);
}

.preorder-empty {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #f8eee4;
  padding: clamp(2rem, 6vw, 4rem);
  text-align: center;
}

.preorder-empty h2 {
  font-size: var(--type-display);
}

.contact-page {
  background: var(--cream);
}

.contact-page__inner {
  display: grid;
  gap: 3rem;
}

.contact-page__intro h1 {
  max-width: 9ch;
}

.contact-page__intro > .rte {
  max-width: 36rem;
  color: rgba(52, 77, 65, 0.82);
  font-size: var(--type-body);
}

.contact-note {
  margin-top: 2rem;
  border-top: 1px solid var(--border);
  padding-top: 1.4rem;
}

.contact-note h2 {
  margin-bottom: 0.45rem;
  font-size: var(--type-body);
}

.contact-note p {
  max-width: 32rem;
  color: rgba(52, 77, 65, 0.76);
}

.contact-note__socials {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.6rem;
  color: var(--pine);
}

.contact-note__socials .icon-button {
  flex: 0 0 auto;
  text-decoration: none;
}

.contact-page__form-wrap {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #f8eee4;
  padding: clamp(1.25rem, 4vw, 2.25rem);
}

.contact-form__grid {
  display: grid;
  gap: 1rem;
}

.contact-form .field {
  margin-bottom: 1rem;
}

.contact-form label {
  display: block;
  margin-bottom: 0.42rem;
  font-size: var(--type-detail);
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: lowercase;
}

.contact-form label span {
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(255, 248, 239, 0.8);
}

.contact-form select {
  text-transform: lowercase;
}

.contact-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact-form__submit {
  width: 100%;
  margin-top: 0.25rem;
}

.contact-form__errors,
.contact-form__success {
  border-left: 4px solid var(--coral);
  background: var(--cream);
  padding: 1.1rem 1.25rem;
}

.contact-form__errors {
  margin-bottom: 1.25rem;
}

.contact-form__errors ul {
  padding-left: 1.2rem;
}

.contact-form__success h2 {
  margin-bottom: 0.45rem;
  font-size: var(--type-display);
}

@media (min-width: 750px) {
  .page-width {
    width: min(100% - 4rem, var(--page-width));
  }

  .drop-notes__preview-row,
  .drop-notes__signup-row {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .steps,
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }

  .step {
    border-bottom: 1px solid var(--border);
  }

  .cart-summary__buttons {
    grid-template-columns: 1fr 1fr;
  }

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

@media (min-width: 1100px) {
  .drop-notes__preview-row,
  .drop-notes__signup-row {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    column-gap: clamp(2rem, 3vw, 3.5rem);
    padding-right: clamp(2rem, 3vw, 3.5rem);
    padding-left: clamp(2rem, 3vw, 3.5rem);
  }

  .drop-notes__preview-row {
    grid-template-areas:
      "heading preview"
      "media preview";
    grid-template-rows: auto auto;
    align-items: start;
    padding-top: clamp(2rem, 3vw, 3.5rem);
  }

  .drop-notes__mobile-heading {
    display: block;
    grid-area: heading;
  }

  .drop-notes__media {
    grid-area: media;
  }

  .drop-notes__preview {
    grid-area: preview;
    align-self: center;
    padding: 0;
  }

  .drop-notes__description {
    text-align: justify;
    text-justify: inter-word;
  }

  .drop-notes__signup-row {
    align-items: start;
    padding-top: 2rem;
    padding-bottom: clamp(2rem, 3vw, 3.5rem);
  }

  .drop-notes__signup {
    padding-top: 0;
  }

  .drop-notes-form input {
    padding-top: 0;
  }

  .drop-notes-form button {
    padding-top: 0;
  }
}

@media (min-width: 900px) {
  .site-header {
    backdrop-filter: blur(10px);
  }

  .site-header__inner {
    min-height: 5.5rem;
    grid-template-columns: auto 1fr auto;
    gap: 3rem;
  }

  .mobile-menu {
    display: none;
  }

  .site-header__logo {
    justify-content: flex-start;
  }

  .site-header__logo img {
    max-width: 220px;
  }

  .desktop-nav {
    display: block;
  }

  .desktop-nav ul {
    display: flex;
    justify-content: center;
    gap: 2rem;
    list-style: none;
  }

  .desktop-nav a {
    font-size: var(--type-body);
    font-weight: 720;
  }

  .drop-hero {
    min-height: min(82vh, 900px);
  }

  .drop-hero__content {
    padding-bottom: clamp(4rem, 7vw, 7rem);
  }

  .featured-drop__inner,
  .about-blys__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: stretch;
    gap: clamp(3.5rem, 7vw, 8rem);
  }

  .featured-drop__media {
    min-height: 720px;
  }

  .preorder-product {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: start;
    gap: clamp(3rem, 7vw, 7rem);
  }

  .contact-page__inner {
    grid-template-columns: minmax(280px, 0.8fr) minmax(480px, 1.2fr);
    align-items: start;
    gap: clamp(4rem, 9vw, 9rem);
  }

  .about-blys__inner {
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  }

  .about-blys__media {
    min-height: 600px;
  }

  .faq__inner {
    grid-template-columns: minmax(260px, 0.72fr) minmax(500px, 1.28fr);
    gap: clamp(4rem, 9vw, 9rem);
  }

  .site-footer {
    padding-block: 4rem;
  }

  .site-footer__inner {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .site-footer__bottom {
    grid-column: 1 / -1;
  }

  .cart-item {
    grid-template-columns: 7.5rem 1fr auto;
    align-items: center;
  }

  .cart-item__actions {
    grid-column: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
* {
  font-family: "Nunito Blys", Nunito, "Avenir Next", system-ui, sans-serif !important;
}

.shopify-policy__title h1 {
  text-transform: lowercase;
}

.js .cart-summary__buttons button[name="update"] {
  display: none;
}

.js .cart-summary__buttons {
  grid-template-columns: 1fr;
}

.drop-details dt,
.product-form label,
.cart-page label,
.contact-form label {
  font-size: var(--type-detail);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}
.site-header__logo {
  gap: 0.65rem;
}

.site-header__logo .site-header__heart {
  width: auto;
  height: 32px;
  max-width: none;
  max-height: none;
  flex: 0 0 auto;
  object-fit: contain;
}

@media screen and (max-width: 749px) {
  .site-header__logo {
    gap: 0.45rem;
  }

  .site-header__logo .site-header__heart {
    height: 24px;
  }
}

/* Keep the three adjoining story sections compact and individually balanced. */
.template-index .how-it-works,
.template-index .about-blys,
.template-index .faq {
  padding-block: 3rem;
}

@media screen and (max-width: 749px) {
  .template-index .how-it-works,
  .template-index .about-blys,
  .template-index .faq {
    padding-block: 2rem;
  }
}

.drop-hero .button.button--disabled {
  border-color: var(--cream);
  background: rgba(255, 248, 239, 0.9);
  color: var(--pine);
  opacity: 1;
}

/* Featured weekly drop purchase experience */
.featured-drop__media {
  min-height: 0;
  overflow: visible;
  background: transparent;
}

.featured-drop__media .preorder-gallery__main {
  min-height: 420px;
}

.preorder-gallery {
  min-width: 0;
}

.preorder-gallery__main {
  position: relative;
}

.preorder-gallery__image {
  transition: opacity 160ms ease;
}

.preorder-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgba(255, 248, 239, 0.92);
  color: var(--pine);
  font-size: var(--type-body);
  line-height: 1;
  transform: translateY(-50%);
}

.preorder-gallery__arrow--previous {
  left: 0.75rem;
}

.preorder-gallery__arrow--next {
  right: 0.75rem;
}

.preorder-gallery__count {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.92);
  padding: 0.35rem 0.65rem;
  color: var(--pine);
  font-size: var(--type-detail);
  font-weight: 800;
}

.preorder-gallery__thumb {
  min-width: 4.5rem;
  aspect-ratio: 4 / 5;
}

.quantity-stepper {
  display: grid;
  min-height: 3.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--border);
  background: var(--cream);
}

.quantity-stepper button {
  display: grid;
  min-width: 2.75rem;
  min-height: 2.75rem;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--pine);
  font-size: var(--type-body);
  font-weight: 800;
  line-height: 1;
  padding: 0;
}

.quantity-stepper button:disabled {
  opacity: 0.36;
}

.quantity-stepper input {
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: center;
  font-size: var(--type-body);
  font-weight: 800;
  -moz-appearance: textfield;
}

.quantity-stepper input::-webkit-inner-spin-button,
.quantity-stepper input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.quantity-stepper__message {
  margin: 0.35rem 0 0;
  color: var(--chocolate);
  font-size: var(--type-detail);
  line-height: 1.35;
}

.quantity-stepper__message:empty {
  display: none;
}

.inventory-state {
  margin-block: 1rem 0;
  text-transform: lowercase;
}

.product-food-facts {
  display: grid;
  margin-top: clamp(2rem, 5vw, 4rem);
  border-block: 1px solid var(--border);
}

.product-food-facts__item {
  padding-block: 1.1rem;
}

.product-food-facts__item + .product-food-facts__item {
  border-top: 1px solid var(--border);
}

.product-food-facts__item h3 {
  margin-bottom: 0.45rem;
  font-size: var(--type-detail);
  letter-spacing: 0.06em;
  text-transform: lowercase;
}

.product-food-facts__item p {
  margin-bottom: 0.3rem;
  color: rgba(52, 77, 65, 0.8);
  font-size: var(--type-detail);
  line-height: 1.5;
}

.product-food-facts__item p,
.product-food-facts__item strong {
  text-transform: lowercase;
}

.product-food-facts__item strong {
  color: var(--pine);
  font-weight: 800;
}

.product-food-facts__editor-note {
  margin-top: 2rem;
}

.mobile-purchase-bar {
  display: none;
}

@media (min-width: 900px) {
  .featured-drop__inner {
    align-items: start;
  }

  .featured-drop__media {
    min-height: 0;
  }

  .featured-drop__content,
  .preorder-product__content {
    position: sticky;
    top: 7rem;
  }

  .preorder-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0.65rem;
    align-items: start;
    isolation: isolate;
  }

  .preorder-gallery__main {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .preorder-gallery__thumbs {
    display: grid;
    grid-column: 1;
    grid-row: 2;
    grid-auto-columns: 4.5rem;
    grid-auto-flow: column;
    width: max-content;
    max-width: 100%;
    min-width: 0;
    justify-self: center;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.8rem 0.2rem 0.25rem;
    position: relative;
    z-index: 2;
  }

  .preorder-gallery__thumb {
    width: 4.5rem;
    min-width: 4.5rem;
    max-width: none;
  }

  .preorder-gallery__arrow {
    opacity: 0;
    transition: opacity 160ms ease;
  }

  .preorder-gallery__main:hover .preorder-gallery__arrow,
  .preorder-gallery__arrow:focus-visible {
    opacity: 1;
  }

  .product-food-facts {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  }

  .product-food-facts__item {
    padding: 1.25rem;
  }

  .product-food-facts__item:first-child {
    padding-left: 0;
  }

  .product-food-facts__item + .product-food-facts__item {
    border-top: 0;
    border-left: 1px solid var(--border);
  }
}

@media (max-width: 749px) {
  body.mobile-purchase-bar-visible {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
  }

  body.mobile-purchase-bar-visible:has(.mobile-purchase-bar__message:not(:empty)) {
    padding-bottom: calc(7.5rem + env(safe-area-inset-bottom));
  }

  .preorder-gallery__arrow {
    width: 2.75rem;
    height: 2.75rem;
  }

  .product-form__row {
    grid-template-columns: minmax(7.5rem, 0.75fr) minmax(0, 1.75fr);
  }

  .mobile-purchase-bar {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-top: 1px solid var(--border);
    background: rgba(255, 248, 239, 0.98);
    box-shadow: 0 -0.75rem 2rem rgba(86, 53, 44, 0.12);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mobile-purchase-bar[hidden] {
    display: none;
  }

  .mobile-purchase-bar__inner {
    display: grid;
    min-height: 4.75rem;
    grid-template-columns: auto minmax(6.75rem, 0.8fr) minmax(7.25rem, 1.2fr);
    gap: 0.55rem;
    align-items: center;
    padding-block: 0.6rem;
  }

  .mobile-purchase-bar__message {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--chocolate);
    font-size: var(--type-detail);
    line-height: 1.25;
    text-align: center;
  }

  .mobile-purchase-bar__message:empty {
    display: none;
  }

  .mobile-purchase-bar__price {
    color: var(--chocolate);
    font-size: var(--type-detail);
    font-weight: 800;
    white-space: nowrap;
  }

  .quantity-stepper--compact {
    min-height: 2.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quantity-stepper--compact output {
    display: grid;
    place-items: center;
    font-size: var(--type-detail);
    font-weight: 800;
  }

  .mobile-purchase-bar__submit {
    min-width: 0;
    min-height: 2.9rem;
    padding-inline: 0.7rem;
    font-size: var(--type-detail);
    text-transform: lowercase;
  }
}

/* Space below the heading in the stacked mobile/tablet layout */
.drop-notes__preview-row > .drop-notes__mobile-heading {
  margin: 0 0 1.5rem;
}

/* Space below the heading in the two-column desktop layout */
@media screen and (min-width: 1100px) {
  .drop-notes__desktop-heading {
    margin: 0 0 1.5rem;
  }
}

.drop-notes__media {
  border-radius: var(--radius);
  overflow: hidden;
}
