/** Shopify CDN: Minification failed

Line 1475:16 Unexpected "{"
Line 1475:25 Expected ":"
Line 1475:32 Unexpected "{"
Line 1482:16 Unexpected "{"
Line 1482:25 Expected ":"
Line 1488:16 Unexpected "{"
Line 1488:25 Expected ":"
Line 1498:16 Unexpected "{"
Line 1498:25 Expected ":"
Line 1503:16 Unexpected "{"
... and 198 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:lmn-brand-statement (INDEX:20) */
.lmn-statement {
  width: 100%;
  background-color: #faf7f3;
  padding: 80px 24px;
}

.lmn-statement__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.lmn-statement__eyebrow {
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a8f84;
  margin: 0;
}

.lmn-statement__text {
  font-family: var(--font-heading-family), Georgia, serif;
  font-size: clamp(22px, 3.6vw, 38px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #1e1a16;
  margin: 0;
}

.lmn-statement__link {
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1e1a16;
  text-decoration: none;
  border-bottom: 1px solid #1e1a16;
  padding-bottom: 2px;
  transition: opacity 0.2s ease;
}

.lmn-statement__link:hover {
  opacity: 0.5;
}

/* Mobile */
@media (max-width: 749px) {
  .lmn-statement {
    padding: 56px 20px;
  }

  .lmn-statement__text {
    font-size: clamp(20px, 6vw, 28px);
  }
}
/* END_SECTION:lmn-brand-statement */

/* START_SECTION:lmn-craft-story (INDEX:21) */
.lmn-craft {
  width: 100%;
  background-color: #faf7f3;
  overflow: hidden;
}

.lmn-craft__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  max-width: 1440px;
  margin: 0 auto;
}

.lmn-craft__inner--reverse {
  direction: rtl;
}

.lmn-craft__inner--reverse > * {
  direction: ltr;
}

/* Media */
.lmn-craft__media {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.lmn-craft__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.8s ease;
}

.lmn-craft__media:hover .lmn-craft__image {
  transform: scale(1.03);
}

.lmn-craft__placeholder {
  width: 100%;
  height: 100%;
  min-height: 480px;
  background-color: #e8e0d6;
}

.lmn-craft__placeholder-svg {
  width: 100%;
  height: 100%;
}

/* Content */
.lmn-craft__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 64px;
  gap: 24px;
}

.lmn-craft__eyebrow {
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a8f84;
  margin: 0;
}

.lmn-craft__heading {
  font-family: var(--font-heading-family), Georgia, serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.2;
  color: #1e1a16;
  margin: 0;
}

.lmn-craft__body {
  font-family: var(--font-body-family), sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: #5a5048;
  margin: 0;
  max-width: 440px;
}

/* Detail list */
.lmn-craft__details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #e2dbd2;
  padding-top: 24px;
}

.lmn-craft__detail-item {
  font-family: var(--font-body-family), sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #3a342c;
  letter-spacing: 0.04em;
  padding-left: 16px;
  position: relative;
}

.lmn-craft__detail-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1px;
  background-color: #9a8f84;
}

/* Link */
.lmn-craft__link {
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1e1a16;
  text-decoration: none;
  border-bottom: 1px solid #1e1a16;
  padding-bottom: 2px;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}

.lmn-craft__link:hover {
  opacity: 0.5;
}

/* Mobile */
@media (max-width: 749px) {
  .lmn-craft__inner {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .lmn-craft__inner--reverse {
    direction: ltr;
  }

  .lmn-craft__media {
    min-height: 360px;
  }

  .lmn-craft__content {
    padding: 48px 20px;
    gap: 20px;
  }

  .lmn-craft__body {
    font-size: 14px;
  }
}
/* END_SECTION:lmn-craft-story */

/* START_SECTION:lmn-email-capture (INDEX:22) */
.lmn-capture {
  width: 100%;
  background-color: #faf7f3;
  padding: 88px 24px;
  border-top: 1px solid #e8e2d8;
}

.lmn-capture__inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Eyebrow */
.lmn-capture__eyebrow {
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a8f84;
  margin: 0;
}

/* Heading */
.lmn-capture__heading {
  font-family: var(--font-heading-family), Georgia, serif;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 400;
  line-height: 1.25;
  color: #1e1a16;
  margin: 0;
}

/* Subtext */
.lmn-capture__subtext {
  font-family: var(--font-body-family), sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: #6b6259;
  margin: 0;
  max-width: 420px;
}

/* Form */
.lmn-capture__form-wrap {
  width: 100%;
  margin-top: 8px;
}

.lmn-capture__form {
  width: 100%;
}

.lmn-capture__field-row {
  display: flex;
  width: 100%;
  height: 52px;
  border: 1px solid #c8bfb4;
  background-color: #ffffff;
  transition: border-color 0.2s ease;
}

.lmn-capture__field-row:focus-within {
  border-color: #1e1a16;
}

.lmn-capture__input {
  flex: 1;
  height: 100%;
  padding: 0 20px;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-body-family), sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #1e1a16;
  letter-spacing: 0.02em;
}

.lmn-capture__input::placeholder {
  color: #b0a69a;
  font-weight: 300;
}

.lmn-capture__submit {
  height: 100%;
  padding: 0 28px;
  background-color: #1e1a16;
  color: #f5f0e8;
  border: none;
  cursor: pointer;
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.25s ease;
  flex-shrink: 0;
}

.lmn-capture__submit:hover {
  background-color: #3a342c;
}

/* Success */
.lmn-capture__success {
  font-family: var(--font-body-family), sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4a7c59;
  letter-spacing: 0.04em;
  margin: 14px 0 0;
  text-align: center;
}

/* Error */
.lmn-capture__error {
  font-family: var(--font-body-family), sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #a0493a;
  letter-spacing: 0.02em;
  margin: 14px 0 0;
  text-align: center;
}

/* Privacy note */
.lmn-capture__privacy {
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #b0a69a;
  letter-spacing: 0.04em;
  margin: 0;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 749px) {
  .lmn-capture {
    padding: 64px 20px;
  }

  .lmn-capture__field-row {
    flex-direction: column;
    height: auto;
    border: none;
    gap: 10px;
    background: transparent;
  }

  .lmn-capture__field-row:focus-within {
    border-color: transparent;
  }

  .lmn-capture__input {
    height: 52px;
    border: 1px solid #c8bfb4;
    background-color: #ffffff;
    padding: 0 16px;
    width: 100%;
  }

  .lmn-capture__input:focus {
    border-color: #1e1a16;
    outline: none;
  }

  .lmn-capture__submit {
    height: 52px;
    width: 100%;
    padding: 0;
  }
}
/* END_SECTION:lmn-email-capture */

/* START_SECTION:lmn-footer (INDEX:23) */
.lmn-footer {
  width: 100%;
  background-color: #14120f;
  color: #f5f0e8;
}

.lmn-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px 32px;
}

/* Top Row */
.lmn-footer__top {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

/* Brand Column */
.lmn-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lmn-footer__logo {
  height: 36px;
  width: auto;
  object-fit: contain;
  object-position: left;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.lmn-footer__brand-name {
  font-family: var(--font-heading-family), Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  color: #f5f0e8;
  letter-spacing: 0.06em;
  margin: 0;
}

.lmn-footer__tagline {
  font-family: var(--font-body-family), sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(245, 240, 232, 0.52);
  margin: 0;
  max-width: 220px;
}

/* Social */
.lmn-footer__social {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}

.lmn-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: rgba(245, 240, 232, 0.55);
  border: 1px solid rgba(245, 240, 232, 0.15);
  border-radius: 50%;
  transition: color 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}

.lmn-footer__social-link:hover {
  color: #f5f0e8;
  border-color: rgba(245, 240, 232, 0.45);
}

.lmn-footer__social-link svg {
  width: 16px;
  height: 16px;
}

/* Nav Columns */
.lmn-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lmn-footer__nav-heading {
  font-family: var(--font-body-family), sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.45);
  margin: 0;
}

.lmn-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lmn-footer__nav-link {
  font-family: var(--font-body-family), sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 240, 232, 0.7);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

.lmn-footer__nav-link:hover {
  color: #f5f0e8;
}

/* Divider */
.lmn-footer__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(245, 240, 232, 0.1);
  margin: 56px 0 28px;
}

/* Bottom Row */
.lmn-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.lmn-footer__copyright {
  font-family: var(--font-body-family), sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(245, 240, 232, 0.35);
  margin: 0;
  letter-spacing: 0.04em;
}

.lmn-footer__legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.lmn-footer__legal-link {
  font-family: var(--font-body-family), sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(245, 240, 232, 0.35);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

.lmn-footer__legal-link:hover {
  color: rgba(245, 240, 232, 0.7);
}

/* Payment icons */
.lmn-footer__payment {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.lmn-footer__payment-icon {
  height: 22px;
  width: auto;
  opacity: 0.35;
  filter: invert(1);
}

/* Mobile */
@media (max-width: 749px) {
  .lmn-footer__inner {
    padding: 56px 20px 28px;
  }

  .lmn-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .lmn-footer__brand {
    grid-column: 1 / -1;
  }

  .lmn-footer__divider {
    margin: 40px 0 24px;
  }

  .lmn-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .lmn-footer__payment {
    order: -1;
  }
}
/* END_SECTION:lmn-footer */

/* START_SECTION:lmn-hero-banner (INDEX:24) */
.lmn-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 560px;
  max-height: 960px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.lmn-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lmn-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lmn-hero__placeholder {
  width: 100%;
  height: 100%;
  background-color: #e8e0d6;
}

.lmn-hero__placeholder-svg {
  width: 100%;
  height: 100%;
}

.lmn-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20, 18, 15, 0.72) 0%,
    rgba(20, 18, 15, 0.18) 55%,
    rgba(20, 18, 15, 0.04) 100%
  );
}

.lmn-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 24px 56px;
  max-width: 760px;
}

.lmn-hero__eyebrow {
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.75);
  margin: 0 0 16px;
}

.lmn-hero__heading {
  font-family: var(--font-heading-family), Georgia, serif;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #f5f0e8;
  margin: 0 0 20px;
}

.lmn-hero__subheading {
  font-family: var(--font-body-family), sans-serif;
  font-size: clamp(14px, 1.8vw, 17px);
  font-weight: 300;
  line-height: 1.6;
  color: rgba(245, 240, 232, 0.82);
  margin: 0 0 36px;
  max-width: 480px;
}

.lmn-hero__cta {
  display: inline-block;
  padding: 14px 36px;
  background-color: transparent;
  border: 1px solid rgba(245, 240, 232, 0.85);
  color: #f5f0e8;
  font-family: var(--font-body-family), sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.lmn-hero__cta:hover {
  background-color: #f5f0e8;
  color: #14120f;
  border-color: #f5f0e8;
}

/* Mobile */
@media (max-width: 749px) {
  .lmn-hero {
    min-height: 480px;
    max-height: 780px;
  }

  .lmn-hero__content {
    padding: 0 20px 44px;
  }

  .lmn-hero__heading {
    font-size: clamp(32px, 9vw, 48px);
  }

  .lmn-hero__cta {
    padding: 13px 28px;
    font-size: 11px;
  }
}
/* END_SECTION:lmn-hero-banner */

/* START_SECTION:lmn-hero-products (INDEX:25) */
.lmn-hero-products {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 24px;
}

.lmn-hero-products__header {
  max-width: 600px;
  margin: 0 auto 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lmn-hero-products__eyebrow {
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a8f84;
  margin: 0;
}

.lmn-hero-products__heading {
  font-family: var(--font-heading-family), Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.2;
  color: #1e1a16;
  margin: 0;
}

/* Grid */
.lmn-hero-products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card */
.lmn-hero-products__card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.lmn-hero-products__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background-color: #f0ebe3;
}

.lmn-hero-products__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease, transform 0.6s ease;
}

.lmn-hero-products__image--hover {
  opacity: 0;
}

.lmn-hero-products__card:hover .lmn-hero-products__image--hover {
  opacity: 1;
}

.lmn-hero-products__card:hover .lmn-hero-products__image:not(.lmn-hero-products__image--hover) {
  opacity: 0;
}

.lmn-hero-products__card:hover .lmn-hero-products__image {
  transform: scale(1.03);
}

/* Badge */
.lmn-hero-products__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #1e1a16;
  color: #f5f0e8;
  font-family: var(--font-body-family), sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 2;
}

/* Info */
.lmn-hero-products__info {
  padding: 16px 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

.lmn-hero-products__product-name {
  font-family: var(--font-body-family), sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1e1a16;
  margin: 0;
  letter-spacing: 0.02em;
}

.lmn-hero-products__price {
  font-family: var(--font-body-family), sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #6b6259;
  margin: 0;
  white-space: nowrap;
}

/* Footer CTA */
.lmn-hero-products__footer {
  text-align: center;
  margin-top: 48px;
}

.lmn-hero-products__cta {
  display: inline-block;
  padding: 14px 40px;
  background-color: #1e1a16;
  color: #f5f0e8;
  font-family: var(--font-body-family), sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.lmn-hero-products__cta:hover {
  background-color: #3a342c;
}

/* Mobile */
@media (max-width: 749px) {
  .lmn-hero-products {
    padding: 56px 16px;
  }

  .lmn-hero-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .lmn-hero-products__info {
    flex-direction: column;
    gap: 4px;
  }

  .lmn-hero-products__product-name {
    font-size: 13px;
  }

  .lmn-hero-products__price {
    font-size: 12px;
  }
}
/* END_SECTION:lmn-hero-products */

/* START_SECTION:lmn-premium-feature (INDEX:26) */
.lmn-premium {
  width: 100%;
  background-color: #f5f0e8;
  padding: 80px 24px;
}

/* Header */
.lmn-premium__header {
  max-width: 560px;
  margin: 0 auto 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lmn-premium__eyebrow {
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a8f84;
  margin: 0;
}

.lmn-premium__heading {
  font-family: var(--font-heading-family), Georgia, serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: #1e1a16;
  margin: 0;
}

.lmn-premium__subheading {
  font-family: var(--font-body-family), sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: #6b6259;
  margin: 0;
}

/* Grid */
.lmn-premium__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: auto;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

/* Card base */
.lmn-premium__card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.lmn-premium__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background-color: #e8e0d6;
}

.lmn-premium__card--featured .lmn-premium__image-wrap {
  aspect-ratio: 3 / 4;
}

.lmn-premium__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.5s ease, transform 0.7s ease;
}

.lmn-premium__image--hover {
  opacity: 0;
}

.lmn-premium__card:hover .lmn-premium__image--hover {
  opacity: 1;
}

.lmn-premium__card:hover .lmn-premium__image:not(.lmn-premium__image--hover) {
  opacity: 0;
}

.lmn-premium__card:hover .lmn-premium__image {
  transform: scale(1.04);
}

/* Overlay */
.lmn-premium__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20, 18, 15, 0.68) 0%,
    rgba(20, 18, 15, 0.08) 50%,
    rgba(20, 18, 15, 0.0) 100%
  );
  z-index: 1;
}

/* Card content — sits over image */
.lmn-premium__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lmn-premium__label {
  font-family: var(--font-body-family), sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.72);
  margin: 0;
}

.lmn-premium__card-name {
  font-family: var(--font-heading-family), Georgia, serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  color: #f5f0e8;
  margin: 0;
}

.lmn-premium__card-price {
  font-family: var(--font-body-family), sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 240, 232, 0.75);
  margin: 0;
}

.lmn-premium__card-cta {
  display: inline-block;
  margin-top: 10px;
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f5f0e8;
  border-bottom: 1px solid rgba(245, 240, 232, 0.6);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.lmn-premium__card:hover .lmn-premium__card-cta {
  border-color: #f5f0e8;
  opacity: 0.75;
}

/* Footer CTA */
.lmn-premium__footer {
  text-align: center;
  margin-top: 48px;
}

.lmn-premium__footer-cta {
  display: inline-block;
  padding: 14px 40px;
  background-color: #1e1a16;
  color: #f5f0e8;
  font-family: var(--font-body-family), sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.lmn-premium__footer-cta:hover {
  background-color: #3a342c;
}

/* Mobile */
@media (max-width: 749px) {
  .lmn-premium {
    padding: 56px 16px;
  }

  .lmn-premium__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lmn-premium__card--featured .lmn-premium__image-wrap {
    aspect-ratio: 4 / 5;
  }

  .lmn-premium__card-content {
    padding: 20px 16px;
  }

  .lmn-premium__card-name {
    font-size: clamp(16px, 5vw, 22px);
  }
}
/* END_SECTION:lmn-premium-feature */

/* START_SECTION:lmn-support-products (INDEX:27) */
.lmn-support {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 24px;
}

.lmn-support__header {
  max-width: 560px;
  margin: 0 auto 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lmn-support__eyebrow {
  font-family: var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a8f84;
  margin: 0;
}

.lmn-support__heading {
  font-family: var(--font-heading-family), Georgia, serif;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 400;
  line-height: 1.25;
  color: #1e1a16;
  margin: 0;
}

/* Grid — 3 columns */
.lmn-support__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card */
.lmn-support__card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.lmn-support__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #f0ebe3;
}

.lmn-support__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease, transform 0.6s ease;
}

.lmn-support__image--hover {
  opacity: 0;
}

.lmn-support__card:hover .lmn-support__image--hover {
  opacity: 1;
}

.lmn-support__card:hover .lmn-support__image:not(.lmn-support__image--hover) {
  opacity: 0;
}

.lmn-support__card:hover .lmn-support__image {
  transform: scale(1.03);
}

/* Badge */
.lmn-support__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #1e1a16;
  color: #f5f0e8;
  font-family: var(--font-body-family), sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 9px;
  z-index: 2;
}

/* Info */
.lmn-support__info {
  padding: 14px 2px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lmn-support__subcategory {
  font-family: var(--font-body-family), sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a8f84;
  margin: 0;
}

.lmn-support__name {
  font-family: var(--font-body-family), sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1e1a16;
  margin: 0;
  letter-spacing: 0.02em;
}

.lmn-support__price {
  font-family: var(--font-body-family), sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #6b6259;
  margin: 0;
}

/* Footer CTA */
.lmn-support__footer {
  text-align: center;
  margin-top: 48px;
}

.lmn-support__cta {
  display: inline-block;
  padding: 13px 36px;
  background-color: transparent;
  border: 1px solid #1e1a16;
  color: #1e1a16;
  font-family: var(--font-body-family), sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.lmn-support__cta:hover {
  background-color: #1e1a16;
  color: #f5f0e8;
}

/* Mobile — 2 columns */
@media (max-width: 749px) {
  .lmn-support {
    padding: 56px 16px;
  }

  .lmn-support__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .lmn-support__name {
    font-size: 13px;
  }

  .lmn-support__price {
    font-size: 12px;
  }
}
/* END_SECTION:lmn-support-products */

/* START_SECTION:lmn-trust-bar (INDEX:28) */
.lmn-trust {
  width: 100%;
  background-color: #1e1a16;
  padding: 56px 24px;
}

.lmn-trust__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Item */
.lmn-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  flex: 1 1 200px;
  padding: 0 32px;
  position: relative;
}

.lmn-trust__item + .lmn-trust__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 1px;
  background-color: rgba(245, 240, 232, 0.15);
}

/* Icon */
.lmn-trust__icon {
  width: 32px;
  height: 32px;
  color: #c8b89a;
  flex-shrink: 0;
}

.lmn-trust__icon svg {
  width: 100%;
  height: 100%;
}

/* Labels */
.lmn-trust__label {
  font-family: var(--font-body-family), sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f5f0e8;
  margin: 0;
  line-height: 1.4;
}

.lmn-trust__sublabel {
  font-family: var(--font-body-family), sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(245, 240, 232, 0.55);
  margin: 0;
  max-width: 160px;
}

/* Mobile */
@media (max-width: 749px) {
  .lmn-trust {
    padding: 48px 20px;
  }

  .lmn-trust__inner {
    gap: 36px;
  }

  .lmn-trust__item {
    flex: 1 1 140px;
    padding: 0 12px;
  }

  .lmn-trust__item + .lmn-trust__item::before {
    display: none;
  }
}
/* END_SECTION:lmn-trust-bar */

/* START_SECTION:main-collection-product-grid (INDEX:38) */
/* ============================================
     LMN Product Page Overrides — La MaisoNYC
  ============================================ */

  /* ── Page background ── */
  #MainProduct-{{ section.id }} {
    background-color: #faf7f3;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* ── Outer wrapper ── */
  #MainProduct-{{ section.id }} .page-width {
    max-width: 1360px;
    padding: 0 24px;
  }

  /* ── Product grid: 60/40 split ── */
  #MainProduct-{{ section.id }} .product {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0 64px;
    align-items: start;
    padding: 48px 0 80px;
    background: transparent;
  }

  /* ── Media gallery ── */
  #MainProduct-{{ section.id }} .product__media-wrapper {
    position: sticky;
    top: 88px;
  }

  #MainProduct-{{ section.id }} .product__media-gallery {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  #MainProduct-{{ section.id }} .product__media-item {
    background-color: #f0ebe3;
    overflow: hidden;
  }

  #MainProduct-{{ section.id }} .product__media-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  #MainProduct-{{ section.id }} .product__media-item:hover img {
    transform: scale(1.02);
  }

  /* ── Info panel ── */
  #MainProduct-{{ section.id }} .product__info-wrapper {
    padding: 8px 0 0;
  }

  #MainProduct-{{ section.id }} .product__info-container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* ── Product title ── */
  #MainProduct-{{ section.id }} .product__title h1,
  #MainProduct-{{ section.id }} .product__title .h1 {
    font-family: var(--font-heading-family), Georgia, serif;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 400;
    line-height: 1.15;
    color: #1e1a16;
    margin: 0 0 4px;
    letter-spacing: -0.01em;
  }

  /* Hide duplicate h2 link Dawn renders */
  #MainProduct-{{ section.id }} .product__title a.product__title {
    display: none;
  }

  /* ── Price ── */
  #MainProduct-{{ section.id }} .price--large .price__regular .price-item {
    font-family: var(--font-body-family), sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #3a342c;
    letter-spacing: 0.02em;
  }

  #MainProduct-{{ section.id }} .price--large .price__sale .price-item--sale {
    font-size: 18px;
    color: #1e1a16;
  }

  #MainProduct-{{ section.id }} .price--large .price__sale .price-item--regular {
    font-size: 14px;
    color: #9a8f84;
  }

  #MainProduct-{{ section.id }} .product__tax {
    font-size: 12px;
    color: #9a8f84;
    margin-top: 4px;
    letter-spacing: 0.03em;
  }

  /* ── Divider between price and variants ── */
  #MainProduct-{{ section.id }} #price-{{ section.id }} {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e2d8;
    margin-bottom: 20px;
  }

  /* ── Variant picker ── */
  #MainProduct-{{ section.id }} .product-form__input label,
  #MainProduct-{{ section.id }} .product-form__input .form__label {
    font-family: var(--font-body-family), sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b6259;
    margin-bottom: 10px;
  }

  /* Button style variants */
  #MainProduct-{{ section.id }} .swatch-input__btn,
  #MainProduct-{{ section.id }} .variant-input__btn {
    font-family: var(--font-body-family), sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #1e1a16;
    border: 1px solid #c8bfb4;
    border-radius: 0;
    padding: 8px 16px;
    background: transparent;
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }

  #MainProduct-{{ section.id }} .swatch-input__btn:hover,
  #MainProduct-{{ section.id }} .variant-input__btn:hover {
    border-color: #1e1a16;
  }

  #MainProduct-{{ section.id }} .swatch-input__btn--selected,
  #MainProduct-{{ section.id }} .variant-input__btn--selected {
    border-color: #1e1a16;
    background-color: #1e1a16;
    color: #f5f0e8;
  }

  /* ── Add to Cart button ── */
  #MainProduct-{{ section.id }} .product-form__submit {
    width: 100%;
    padding: 18px 32px;
    background-color: #1e1a16;
    color: #f5f0e8;
    border: none;
    border-radius: 0;
    font-family: var(--font-body-family), sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.25s ease;
    margin-top: 24px;
  }

  #MainProduct-{{ section.id }} .product-form__submit:hover:not([disabled]) {
    background-color: #3a342c;
  }

  #MainProduct-{{ section.id }} .product-form__submit[disabled] {
    background-color: #c8bfb4;
    cursor: not-allowed;
  }

  /* Dynamic checkout buttons */
  #MainProduct-{{ section.id }} .shopify-payment-button__button {
    border-radius: 0 !important;
    font-family: var(--font-body-family), sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    margin-top: 10px;
  }

  /* ── Description ── */
  #MainProduct-{{ section.id }} .product__description {
    font-family: var(--font-body-family), sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #5a5048;
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #e8e2d8;
  }

  #MainProduct-{{ section.id }} .product__description p {
    margin: 0 0 12px;
  }

  /* ── Collapsible tabs ── */
  #MainProduct-{{ section.id }} .product__accordion {
    border-top: 1px solid #e8e2d8;
    margin: 0;
  }

  #MainProduct-{{ section.id }} .product__accordion:last-of-type {
    border-bottom: 1px solid #e8e2d8;
  }

  #MainProduct-{{ section.id }} .product__accordion details summary {
    padding: 18px 0;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #MainProduct-{{ section.id }} .product__accordion .summary__title {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #MainProduct-{{ section.id }} .product__accordion .accordion__title {
    font-family: var(--font-body-family), sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1e1a16;
    margin: 0;
  }

  #MainProduct-{{ section.id }} .product__accordion .accordion__content {
    font-family: var(--font-body-family), sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.7;
    color: #5a5048;
    padding: 0 0 20px;
  }

  /* ── SKU ── */
  #MainProduct-{{ section.id }} .product__sku {
    font-family: var(--font-body-family), sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #9a8f84;
    margin: 8px 0 0;
  }

  /* ── Inventory status ── */
  #MainProduct-{{ section.id }} .product__inventory {
    font-family: var(--font-body-family), sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #6b6259;
    letter-spacing: 0.04em;
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  /* ── Quantity selector ── */
  #MainProduct-{{ section.id }} .quantity__label {
    font-family: var(--font-body-family), sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b6259;
  }

  #MainProduct-{{ section.id }} .quantity {
    border: 1px solid #c8bfb4;
    border-radius: 0;
    height: 48px;
  }

  #MainProduct-{{ section.id }} .quantity__input {
    font-family: var(--font-body-family), sans-serif;
    font-size: 14px;
    color: #1e1a16;
  }

  #MainProduct-{{ section.id }} .quantity__button {
    color: #1e1a16;
    opacity: 0.6;
    transition: opacity 0.2s ease;
  }

  #MainProduct-{{ section.id }} .quantity__button:hover {
    opacity: 1;
  }

  /* ── Hide "view full details" link (redundant on PDP) ── */
  #MainProduct-{{ section.id }} .product__view-details {
    display: none;
  }

  /* ── Mobile ── */
  @media (max-width: 749px) {
    #MainProduct-{{ section.id }} .product {
      grid-template-columns: 1fr;
      gap: 0;
      padding: 0 0 56px;
    }

    #MainProduct-{{ section.id }} .product__media-wrapper {
      position: static;
    }

    #MainProduct-{{ section.id }} .product__info-wrapper {
      padding: 24px 0 0;
    }

    #MainProduct-{{ section.id }} .page-width {
      padding: 0 16px;
    }
  }
/* END_SECTION:main-collection-product-grid */

/* START_SECTION:main-product (INDEX:45) */
/* ============================================
     LMN Product Page Overrides — La MaisoNYC
  ============================================ */

  /* ── Page background ── */
  #MainProduct-{{ section.id }} {
    background-color: #faf7f3;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* ── Outer wrapper ── */
  #MainProduct-{{ section.id }} .page-width {
    max-width: 1360px;
    padding: 0 24px;
  }

  /* ── Product grid: 60/40 split ── */
  #MainProduct-{{ section.id }} .product {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0 64px;
    align-items: start;
    padding: 48px 0 80px;
    background: transparent;
  }

  /* ── Media gallery ── */
  #MainProduct-{{ section.id }} .product__media-wrapper {
    position: sticky;
    top: 88px;
  }

  #MainProduct-{{ section.id }} .product__media-gallery {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  #MainProduct-{{ section.id }} .product__media-item {
    background-color: #f0ebe3;
    overflow: hidden;
  }

  #MainProduct-{{ section.id }} .product__media-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  #MainProduct-{{ section.id }} .product__media-item:hover img {
    transform: scale(1.02);
  }

  /* ── Info panel ── */
  #MainProduct-{{ section.id }} .product__info-wrapper {
    padding: 8px 0 0;
  }

  #MainProduct-{{ section.id }} .product__info-container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* ── Product title ── */
  #MainProduct-{{ section.id }} .product__title h1,
  #MainProduct-{{ section.id }} .product__title .h1 {
    font-family: var(--font-heading-family), Georgia, serif;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 400;
    line-height: 1.15;
    color: #1e1a16;
    margin: 0 0 4px;
    letter-spacing: -0.01em;
  }

  /* Hide duplicate h2 link Dawn renders */
  #MainProduct-{{ section.id }} .product__title a.product__title {
    display: none;
  }

  /* ── Price ── */
  #MainProduct-{{ section.id }} .price--large .price__regular .price-item {
    font-family: var(--font-body-family), sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #3a342c;
    letter-spacing: 0.02em;
  }

  #MainProduct-{{ section.id }} .price--large .price__sale .price-item--sale {
    font-size: 18px;
    color: #1e1a16;
  }

  #MainProduct-{{ section.id }} .price--large .price__sale .price-item--regular {
    font-size: 14px;
    color: #9a8f84;
  }

  #MainProduct-{{ section.id }} .product__tax {
    font-size: 12px;
    color: #9a8f84;
    margin-top: 4px;
    letter-spacing: 0.03em;
  }

  /* ── Divider between price and variants ── */
  #MainProduct-{{ section.id }} #price-{{ section.id }} {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e2d8;
    margin-bottom: 20px;
  }

  /* ── Variant picker ── */
  #MainProduct-{{ section.id }} .product-form__input label,
  #MainProduct-{{ section.id }} .product-form__input .form__label {
    font-family: var(--font-body-family), sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b6259;
    margin-bottom: 10px;
  }

  /* Button style variants */
  #MainProduct-{{ section.id }} .swatch-input__btn,
  #MainProduct-{{ section.id }} .variant-input__btn {
    font-family: var(--font-body-family), sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #1e1a16;
    border: 1px solid #c8bfb4;
    border-radius: 0;
    padding: 8px 16px;
    background: transparent;
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }

  #MainProduct-{{ section.id }} .swatch-input__btn:hover,
  #MainProduct-{{ section.id }} .variant-input__btn:hover {
    border-color: #1e1a16;
  }

  #MainProduct-{{ section.id }} .swatch-input__btn--selected,
  #MainProduct-{{ section.id }} .variant-input__btn--selected {
    border-color: #1e1a16;
    background-color: #1e1a16;
    color: #f5f0e8;
  }

  /* ── Add to Cart button ── */
  #MainProduct-{{ section.id }} .product-form__submit {
    width: 100%;
    padding: 18px 32px;
    background-color: #1e1a16;
    color: #f5f0e8;
    border: none;
    border-radius: 0;
    font-family: var(--font-body-family), sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.25s ease;
    margin-top: 24px;
  }

  #MainProduct-{{ section.id }} .product-form__submit:hover:not([disabled]) {
    background-color: #3a342c;
  }

  #MainProduct-{{ section.id }} .product-form__submit[disabled] {
    background-color: #c8bfb4;
    cursor: not-allowed;
  }

  /* Dynamic checkout buttons */
  #MainProduct-{{ section.id }} .shopify-payment-button__button {
    border-radius: 0 !important;
    font-family: var(--font-body-family), sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    margin-top: 10px;
  }

  /* ── Description ── */
  #MainProduct-{{ section.id }} .product__description {
    font-family: var(--font-body-family), sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #5a5048;
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #e8e2d8;
  }

  #MainProduct-{{ section.id }} .product__description p {
    margin: 0 0 12px;
  }

  /* ── Collapsible tabs ── */
  #MainProduct-{{ section.id }} .product__accordion {
    border-top: 1px solid #e8e2d8;
    margin: 0;
  }

  #MainProduct-{{ section.id }} .product__accordion:last-of-type {
    border-bottom: 1px solid #e8e2d8;
  }

  #MainProduct-{{ section.id }} .product__accordion details summary {
    padding: 18px 0;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #MainProduct-{{ section.id }} .product__accordion .summary__title {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #MainProduct-{{ section.id }} .product__accordion .accordion__title {
    font-family: var(--font-body-family), sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1e1a16;
    margin: 0;
  }

  #MainProduct-{{ section.id }} .product__accordion .accordion__content {
    font-family: var(--font-body-family), sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.7;
    color: #5a5048;
    padding: 0 0 20px;
  }

  /* ── SKU ── */
  #MainProduct-{{ section.id }} .product__sku {
    font-family: var(--font-body-family), sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #9a8f84;
    margin: 8px 0 0;
  }

  /* ── Inventory status ── */
  #MainProduct-{{ section.id }} .product__inventory {
    font-family: var(--font-body-family), sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #6b6259;
    letter-spacing: 0.04em;
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  /* ── Quantity selector ── */
  #MainProduct-{{ section.id }} .quantity__label {
    font-family: var(--font-body-family), sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b6259;
  }

  #MainProduct-{{ section.id }} .quantity {
    border: 1px solid #c8bfb4;
    border-radius: 0;
    height: 48px;
  }

  #MainProduct-{{ section.id }} .quantity__input {
    font-family: var(--font-body-family), sans-serif;
    font-size: 14px;
    color: #1e1a16;
  }

  #MainProduct-{{ section.id }} .quantity__button {
    color: #1e1a16;
    opacity: 0.6;
    transition: opacity 0.2s ease;
  }

  #MainProduct-{{ section.id }} .quantity__button:hover {
    opacity: 1;
  }

  /* ── Hide "view full details" link (redundant on PDP) ── */
  #MainProduct-{{ section.id }} .product__view-details {
    display: none;
  }

  /* ── Mobile ── */
  @media (max-width: 749px) {
    #MainProduct-{{ section.id }} .product {
      grid-template-columns: 1fr;
      gap: 0;
      padding: 0 0 56px;
    }

    #MainProduct-{{ section.id }} .product__media-wrapper {
      position: static;
    }

    #MainProduct-{{ section.id }} .product__info-wrapper {
      padding: 24px 0 0;
    }

    #MainProduct-{{ section.id }} .page-width {
      padding: 0 16px;
    }
  }
/* END_SECTION:main-product */