/** Shopify CDN: Minification failed

Line 215:0 Unexpected "`"
Line 286:0 Unexpected "`"

**/
/* Linen Aura header/footer shell for Dawn commerce templates. */
:root {
  --la-ivory: #F8F3E8;
  --la-olive: #4A5A3C;
  --la-olive-dark: #38462C;
  --la-charcoal: #2B2924;
  --la-gold: #C7A04B;
  --la-linen-brown: #765F46;
}

.linen-aura-commerce-shell #MainContent {
  padding-top: 86px;
}

.linen-aura-commerce-shell .nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 12px 0;
  color: var(--la-charcoal);
  background: rgba(248, 243, 232, .96);
  box-shadow: 0 12px 30px -22px rgba(43, 41, 36, .45);
  backdrop-filter: blur(12px);
}

.linen-aura-commerce-shell .nav__inner {
  width: min(1280px, 100%);
  min-height: 58px;
  margin: auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.linen-aura-commerce-shell .nav__logo {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.linen-aura-commerce-shell .nav__logo strong {
  color: var(--la-olive);
  font-family: Italiana, Georgia, serif;
  font-size: 21px;
  font-weight: 400;
}

.linen-aura-commerce-shell .nav__logo span {
  margin-top: 4px;
  color: var(--la-linen-brown);
  font-family: Jost, sans-serif;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.linen-aura-commerce-shell .nav__links,
.linen-aura-commerce-shell .nav__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.linen-aura-commerce-shell .nav__link {
  position: relative;
  color: var(--la-charcoal);
  font-family: Jost, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.linen-aura-commerce-shell .nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: var(--la-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.linen-aura-commerce-shell .nav__link:hover::after { transform: scaleX(1); }

.linen-aura-commerce-shell .nav__cta,
.linen-aura-commerce-shell .mobile-drawer .btn {
  display: inline-flex;
  padding: 13px 22px;
  border-radius: 999px;
  color: var(--la-ivory);
  background: var(--la-olive);
  font-family: Jost, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.linen-aura-commerce-shell .nav__toggle { display: none; }
.linen-aura-commerce-shell .mobile-drawer { visibility: hidden; position: fixed; inset: 0; z-index: 99; }
.linen-aura-commerce-shell .mobile-drawer__overlay { position: absolute; inset: 0; border: 0; background: rgba(43,41,36,.48); opacity: 0; }
.linen-aura-commerce-shell .mobile-drawer__panel { position: absolute; inset: 0 0 0 auto; width: min(82vw,360px); padding: 105px 38px 38px; background: var(--la-ivory); transform: translateX(100%); transition: transform .4s ease; display: flex; flex-direction: column; gap: 20px; }
.linen-aura-commerce-shell .mobile-drawer.is-open { visibility: visible; }
.linen-aura-commerce-shell .mobile-drawer.is-open .mobile-drawer__overlay { opacity: 1; }
.linen-aura-commerce-shell .mobile-drawer.is-open .mobile-drawer__panel { transform: translateX(0); }
.linen-aura-commerce-shell .mobile-drawer__link { padding-bottom: 11px; border-bottom: 1px solid rgba(118,95,70,.25); color: var(--la-charcoal); font-family: Italiana, Georgia, serif; font-size: 22px; text-decoration: none; }

.linen-aura-commerce-shell .footer-newsletter,
.linen-aura-commerce-shell .site-footer {
  color: rgba(248,243,232,.76);
  background: #292721;
  font-family: Jost, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.linen-aura-commerce-shell .footer-newsletter { padding: 48px clamp(20px,4vw,48px); }
.linen-aura-commerce-shell .site-footer { padding: 72px 0 24px; }
.linen-aura-commerce-shell .footer-grid { width: min(1280px,100%); margin: auto; padding: 0 clamp(20px,4vw,48px); display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; }
.linen-aura-commerce-shell .footer-brand strong { color: var(--la-ivory); font-family: Italiana, Georgia, serif; font-size: 24px; font-weight: 400; }
.linen-aura-commerce-shell .footer-col h4,
.linen-aura-commerce-shell .newsletter h2 { margin: 0 0 18px; color: var(--la-gold); font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
.linen-aura-commerce-shell .footer-col ul { margin: 0; padding: 0; list-style: none; }
.linen-aura-commerce-shell .footer-col li { margin-bottom: 10px; }
.linen-aura-commerce-shell .footer-col a,
.linen-aura-commerce-shell .footer-bottom a { color: inherit; text-decoration: none; }
.linen-aura-commerce-shell .footer-bottom { width: min(1280px,100%); margin: 55px auto 0; padding: 24px clamp(20px,4vw,48px) 0; border-top: 1px solid rgba(248,243,232,.13); display: flex; justify-content: space-between; gap: 24px; font-size: 13px; }
.linen-aura-commerce-shell .legal-links { display: flex; gap: 24px; }
.linen-aura-commerce-shell .newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.linen-aura-commerce-shell .newsletter-form input { min-width: 190px; padding: 13px 16px; border: 1px solid rgba(248,243,232,.3); border-radius: 999px; color: var(--la-ivory); background: transparent; }
.linen-aura-commerce-shell .newsletter-form button { padding: 13px 20px; border: 0; border-radius: 999px; color: var(--la-charcoal); background: var(--la-gold); cursor: pointer; }

@media (max-width: 900px) {
  .linen-aura-commerce-shell .nav__links,
  .linen-aura-commerce-shell .nav__cta { display: none; }
  .linen-aura-commerce-shell .nav__toggle { width: 32px; height: 25px; padding: 0; border: 0; background: transparent; display: flex; flex-direction: column; justify-content: space-between; }
  .linen-aura-commerce-shell .nav__toggle span { width: 100%; height: 2px; background: var(--la-charcoal); }
  .linen-aura-commerce-shell .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .linen-aura-commerce-shell .footer-grid { grid-template-columns: 1fr; }
  .linen-aura-commerce-shell .footer-bottom { flex-direction: column; }
}
.nav__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav__cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav__cart:hover {
  background: rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.nav__cart-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.nav__cart-count {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  min-width: 1.8rem;
  height: 1.8rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  .nav__cta {
    display: none;
  }

  .nav__cart {
    width: 4rem;
    height: 4rem;
  }

  .nav__cart-icon {
    width: 2.3rem;
    height: 2.3rem;
  }
}
```css
/* Keep Shop Linen CTA clean in header */
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: nowrap;
}

.nav__link,
.nav__cta,
.nav__cart {
  white-space: nowrap;
}

.nav__cta {
  padding: 0.85rem 1.35rem;
  font-size: 1.35rem;
  line-height: 1;
  min-width: auto;
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
}

.nav__logo {
  flex-shrink: 0;
}

/* Tablet: reduce spacing before wrapping happens */
@media screen and (max-width: 1100px) {
  .nav__links {
    gap: 1rem;
  }

  .nav__link {
    font-size: 1.35rem;
  }

  .nav__cta {
    padding: 0.75rem 1.1rem;
    font-size: 1.25rem;
  }
}

/* Mobile: hide desktop links and CTA, keep logo + cart + hamburger */
@media screen and (max-width: 749px) {
  .nav__links,
  .nav__cta {
    display: none;
  }

  .nav__inner {
    gap: 0.8rem;
  }

  .nav__actions {
    gap: 0.6rem;
  }
}
```
