/** Shopify CDN: Minification failed

Line 28:13 Expected identifier but found whitespace
Line 28:15 Unexpected "{"
Line 28:25 Expected ":"
Line 29:8 Expected identifier but found whitespace
Line 29:10 Unexpected "{"
Line 29:20 Expected ":"

**/
:root {
  --bg: var(--shop-bg, #f4efe8);
  --text: var(--shop-text, #3f3a35);
  --accent: var(--shop-accent, #c8b8e8);
  --muted: var(--shop-muted, #d8d1c7);
  --border: #d9d0c5;
  --shadow: 0 4px 20px rgba(63, 58, 53, 0.05);
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: {{ settings.bg_color | default: '#f4efe8' }};
  color: {{ settings.text_color | default: '#3f3a35' }};
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.page-width { width: min(1280px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 16px; top: 16px; z-index: 99; background: #fff; padding: 10px 14px; }
.announcement-bar { background: var(--bar-bg); color: var(--bar-text); font-size: 14px; }
.announcement-bar__inner { padding: 10px 0; text-align: center; }
.site-header {
  background: linear-gradient(180deg, {{ settings.accent_color | default: '#c8b8e8' }} 0%, {{ settings.accent_color | default: '#c8b8e8' }} 72%, transparent 72%);
  padding-top: 26px;
}
.site-header__branding {
  text-align: center;
  padding: 10px 0 22px;
}
.site-header__title {
  display: inline-block;
  font-size: clamp(2rem, 6vw, 4.8rem);
  line-height: .96;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #f8f0e5;
  text-shadow: 0 3px 0 rgba(63,58,53,.18);
}
.site-header__tagline {
  margin: 12px auto 0;
  max-width: 720px;
  color: #f8f0e5;
  font-size: clamp(.95rem, 1.5vw, 1.35rem);
  font-weight: 700;
}
.site-nav {
  background: rgba(255,255,255,.35);
  border: 1px solid rgba(217,208,197,.9);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}
.site-nav__list {
  list-style: none; margin: 0; padding: 12px 18px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px;
  font-size: 1.05rem;
}
.site-nav__list a:hover { text-decoration: underline; }
.hero-storefront {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 18px;
  padding: 26px 0;
}
.hero-storefront__callout {
  min-height: 100%;
  background: #e7dccb;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 34px;
  display: grid;
  align-content: center;
  box-shadow: var(--shadow);
  background-image: radial-gradient(circle at 14% 20%, rgba(255,255,255,.4) 0, rgba(255,255,255,.4) 2px, transparent 2px), radial-gradient(circle at 72% 32%, rgba(255,255,255,.35) 0, rgba(255,255,255,.35) 3px, transparent 3px), radial-gradient(circle at 88% 15%, rgba(255,255,255,.35) 0, rgba(255,255,255,.35) 4px, transparent 4px);
}
.hero-storefront__callout p {
  margin: 0 0 12px; font-size: clamp(2rem, 3vw, 3.6rem); line-height: .98; font-weight: 900;
}
.hero-storefront__callout span { font-size: clamp(1rem, 1.6vw, 1.5rem); }
.hero-storefront__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: end;
}
.hero-product {
  background: #efe7dc;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 14px;
  box-shadow: var(--shadow);
}
.hero-product__image, .featured-card__image, .callout-banner__image, .collection-card__image, .main-product__image {
  width: 100%; height: auto; border-radius: 12px; object-fit: cover;
}
.hero-product__placeholder, .featured-card__placeholder {
  aspect-ratio: 4 / 5;
  display: grid; place-items: center;
  background: #fff8ef; border-radius: 12px; border: 1px dashed var(--border);
  font-weight: 700; text-align: center; padding: 18px;
}
.hero-product__caption {
  text-align: center; font-weight: 800; margin-top: 10px;
}
.section-heading {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin: 10px 0 18px;
}
.section-heading h1, .section-heading h2 {
  margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1;
}
.section-heading__badge {
  background: #8b7bb1; color: #fff; padding: 12px 18px; border-radius: 14px; font-weight: 700;
}
.featured-grid { padding: 8px 0 18px; }
.featured-grid__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.featured-card {
  background: #efe7dc; border-radius: var(--radius-lg); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow);
}
.featured-card__meta { padding: 14px 14px 18px; }
.featured-card__meta h3 { margin: 0; font-size: 1.05rem; }
.featured-card__meta p { margin: 6px 0 0; color: rgba(63,58,53,.75); }
.callout-banners { padding: 16px 0 26px; }
.callout-banners__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.callout-banner {
  display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 16px;
  background: var(--banner-bg); color: var(--banner-text); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow);
}
.callout-banner h3 { margin: 0 0 18px; font-size: clamp(1.6rem, 2.3vw, 2.4rem); }
.button {
  display: inline-block; background: #fff7ef; color: #3f3a35; padding: 12px 20px; border-radius: 999px; font-weight: 800;
}
.button--solid { border: 0; cursor: pointer; }
.rich-text { text-align: center; padding: 6px 0 40px; }
.rich-text__inner { max-width: 900px; margin: 0 auto; }
.rich-text h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 2.8vw, 2.8rem); }
.site-footer { padding: 18px 0 40px; text-align: center; font-size: 1rem; }
.main-product { padding: 30px 0 50px; }
.main-product__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.main-product__content { background: #efe7dc; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; }
.eyebrow { text-transform: uppercase; font-size: .85rem; letter-spacing: .1em; font-weight: 800; color: #8b7bb1; }
.price { font-size: 1.4rem; font-weight: 800; margin: 10px 0 16px; }
select, label { display: block; width: 100%; }
select { margin: 6px 0 16px; padding: 12px; border-radius: 12px; border: 1px solid var(--border); background: #fff8ef; }
.collection-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.collection-card { background: #efe7dc; border-radius: var(--radius-lg); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow); }
.collection-card h3, .collection-card p { margin: 0; padding: 12px 14px 0; }
.collection-card p { padding-bottom: 16px; }
.rte p:first-child { margin-top: 0; }
.rte p:last-child { margin-bottom: 0; }

@media (max-width: 989px) {
  .hero-storefront, .main-product__grid { grid-template-columns: 1fr; }
  .featured-grid__items { grid-template-columns: repeat(2, 1fr); }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 749px) {
  .site-nav { border-radius: 24px; }
  .hero-storefront__products, .featured-grid__items, .callout-banners__grid, .collection-grid { grid-template-columns: 1fr; }
  .callout-banner { grid-template-columns: 1fr; }
  .site-header { padding-top: 18px; }
  .site-header__title { font-size: clamp(2rem, 14vw, 3.5rem); }
  .hero-storefront__callout { padding: 24px; }
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer-heading,
.footer-subheading {
  margin: 0 0 0.75rem;
}

.footer-heading {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}

.footer-subheading {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li + li {
  margin-top: 0.55rem;
}

.footer-links a,
.footer-email a {
  text-decoration: none;
  color: inherit;
}

.footer-links a:hover,
.footer-email a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 749px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}


.main-page { padding: 30px 0 56px; }
.main-page__content {
  max-width: 860px; margin: 0 auto; background: #efe7dc; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow);
}
.main-page__header h1 { margin: 6px 0 18px; font-size: clamp(2rem, 4vw, 3.2rem); }
.category-cards { padding: 12px 0 24px; }
.category-cards__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.category-card {
  display: grid; gap: 18px; align-content: space-between; min-height: 240px;
  background: #efe7dc; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 22px; box-shadow: var(--shadow);
}
.category-card__eyebrow {
  margin: 0 0 10px; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem;
  font-weight: 800; color: #8b7bb1;
}
.category-card h3 { margin: 0 0 10px; font-size: 1.45rem; }
.category-card p { margin: 0; color: rgba(63,58,53,.8); }
.brand-story { padding: 10px 0 28px; }
.brand-story__card {
  display: grid; grid-template-columns: 1.4fr .8fr; gap: 18px; align-items: stretch;
  background: linear-gradient(135deg, #efe7dc 0%, #e9ddf7 100%); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow);
}
.brand-story__copy h2 { margin: 6px 0 14px; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.02; }
.brand-story__aside { display: grid; gap: 12px; align-content: center; }
.brand-story__pill {
  background: rgba(255,255,255,.72); border: 1px solid rgba(217,208,197,.9);
  border-radius: 999px; padding: 14px 18px; font-weight: 800; text-align: center;
}
@media (max-width: 989px) {
  .category-cards__grid, .brand-story__card { grid-template-columns: 1fr; }
}


.main-search { padding: 3rem 0 4rem; }
.main-search__inner { max-width: 1100px; margin: 0 auto; }
.main-search__header { margin-bottom: 1.5rem; }
.main-search__header h1 { margin-bottom: .4rem; }
.main-search__form { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.main-search__input {
  flex: 1 1 320px;
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(61, 54, 70, 0.15);
  padding: 0 1rem;
  font: inherit;
  background: #fff;
}
.main-search__button {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  padding: 0 1.4rem;
  font: inherit;
  cursor: pointer;
  background: #c8b8e8;
  color: #2c2435;
  font-weight: 600;
}
.main-search__meta { margin-bottom: 1rem; }
.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}
.search-result-card {
  background: #fff;
  border: 1px solid rgba(61, 54, 70, 0.10);
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 10px 24px rgba(44, 36, 53, 0.05);
}
.search-result-card__type {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #7a6e89;
  margin: 0 0 .4rem;
}
.search-result-card__title { margin: 0 0 .75rem; font-size: 1.1rem; }
.search-result-card__title a { color: inherit; text-decoration: none; }
.search-result-card__image-link { display: block; margin-bottom: .75rem; }
.search-result-card__image {
  width: 100%; height: auto; display: block;
  border-radius: 18px; background: #f4f0fa;
}
.search-result-card__price { font-weight: 700; margin: 0 0 .6rem; }
.search-result-card__excerpt { color: #5c5367; font-size: .95rem; }


@font-face {
  font-family: 'Cavolini';
  src: url('{{ "cavolini.woff" | asset_url }}') format('woff'),
       url('{{ "cavolini.ttf" | asset_url }}') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --sage-green: #9caf88;
}

h1, h2, h3,
.section-heading__badge,
.footer-subheading,
.eyebrow {
  color: var(--sage-green);
}

.site-header__title {
  color: #f8f0e5;
}

.brand-story h2,
.rich-text h2,
.hero-storefront__callout p,
.section-heading h1,
.section-heading h2,
.footer-heading,
.site-header__title {
  font-family: 'Cavolini', Arial, Helvetica, sans-serif;
}

.callout-banner__content p {
  margin: 0 0 16px;
  line-height: 1.5;
}

.category-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.category-card {
  display: grid;
  gap: 16px;
  align-content: space-between;
  background: #efe7dc;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow);
}

.category-card__eyebrow {
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .12em;
  font-weight: 800;
  color: #6f7f61;
}

.brand-story__card {
  display: grid;
  grid-template-columns: 1.5fr .8fr;
  gap: 24px;
  background: #f5efe6;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}

.brand-story__aside {
  display: grid;
  gap: 12px;
  align-content: start;
}

.brand-story__pill {
  background: #e4eddc;
  color: #344230;
  padding: 14px 16px;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
}

.main-search__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-bottom: 24px;
}

.main-search__form input[type='search'] {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff9f2;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.search-result-card {
  background: #efe7dc;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: var(--shadow);
}

.search-result-card__type {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .8rem;
  color: #6f7f61;
}

.search-result-card__title { margin: 0 0 12px; }
.search-result-card__price { font-weight: 800; margin: 10px 0; }
.search-result-card__excerpt { color: rgba(63,58,53,.8); line-height: 1.5; }

@media (max-width: 989px) {
  .category-cards__grid,
  .search-results-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-story__card { grid-template-columns: 1fr; }
}
@media (max-width: 749px) {
  .category-cards__grid,
  .search-results-grid,
  .main-search__form { grid-template-columns: 1fr; }
}


/* Cart */
.main-cart { padding: 40px 0 72px; }
.cart-items { display: grid; gap: 24px; margin-top: 24px; }
.cart-item { display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: start; padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,.08); }
.cart-item__media img { width: 120px; border-radius: 18px; }
.cart-item__content h2 { margin: 0 0 8px; font-size: 1.2rem; }
.cart-item__content p { margin: 0 0 10px; }
.cart-item__content input[type="number"] { width: 84px; margin: 8px 0 12px; }
.cart-footer { margin-top: 28px; display: grid; gap: 10px; }
.cart-actions { display: flex; gap: 12px; flex-wrap: wrap; }
