/** Shopify CDN: Minification failed

Line 18:12 Expected identifier but found whitespace
Line 18:14 Unexpected "{"
Line 18:24 Expected ":"
Line 19:14 Expected identifier but found whitespace
Line 19:16 Unexpected "{"
Line 19:26 Expected ":"
Line 20:12 Expected identifier but found whitespace
Line 20:14 Unexpected "{"
Line 20:24 Expected ":"
Line 21:17 Expected identifier but found whitespace
... and 31 more hidden warnings

**/
/* ===== Editorial Couture Theme (Maria.B style) ===== */
:root {
  --body-bg: {{ settings.color_body_bg }};
  --body-text: {{ settings.color_body_text }};
  --hero-bg: {{ settings.color_hero_bg }};
  --accent-green: {{ settings.color_accent_dark_green }};
  --pill-bg: {{ settings.color_pill_bg }};
  --pill-text: {{ settings.color_pill_text }};
  --sale-bg: {{ settings.color_sale_badge_bg }};
  --sale-text: {{ settings.color_sale_badge_text }};
  --alt-bg: {{ settings.color_section_alt_bg }};
  --footer-bg: {{ settings.color_footer_bg }};
  --footer-text: {{ settings.color_footer_text }};
  --page-width: {{ settings.page_width }}px;
  --gap: {{ settings.grid_spacing }}px;
  --font-heading: '{{ settings.font_heading }}', serif;
  --font-body: '{{ settings.font_body }}', sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font-body); color: var(--body-text); background: var(--body-bg); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--font-heading); margin: 0 0 .4em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* Utility bar */
.utility-bar { background: #f7f4ec; font-size: 11px; letter-spacing: .05em; padding: 6px 24px; text-transform: uppercase; }
.utility-bar__item { margin-right: 20px; opacity: .75; }

/* Header - editorial centered logo */
.site-header--editorial { border-bottom: 1px solid #ece7da; padding: 18px 0 0; }
.site-header__inner { max-width: var(--page-width); margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 24px 16px; }
.site-header__left { display: flex; gap: 16px; align-items: center; }
.site-header__logo { justify-self: center; font-family: var(--font-heading); font-size: 26px; font-weight: 700; letter-spacing: .18em; text-align: center; }
.site-header__icons { justify-self: end; display: flex; gap: 18px; align-items: center; }
.icon-btn { position: relative; color: var(--body-text); }
.icon-btn--desktop-only { display: block; }
.icon-btn__count { position: absolute; top: -8px; right: -10px; background: var(--accent-green); color: #fff; font-size: 10px; border-radius: 50%; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; }
.site-header__menu-toggle { display: flex; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; }
.site-header__menu-toggle span { width: 20px; height: 1.5px; background: var(--body-text); }
.site-header__nav { display: flex; justify-content: center; gap: 32px; border-top: 1px solid #ece7da; padding: 12px 0; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

/* Sale hero */
.sale-hero { padding: 60px 24px 40px; }
.sale-hero__inner { max-width: var(--page-width); margin: 0 auto; }
.sale-hero__headline { font-size: 72px; color: var(--accent-green); letter-spacing: .04em; font-weight: 700; margin-bottom: 8px; }
.sale-hero__offer-row { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.sale-hero__offer-label { font-size: 20px; letter-spacing: .05em; }
.sale-hero__offer-value { font-family: var(--font-heading); font-size: 88px; font-weight: 700; line-height: .9; }
.sale-hero__tagline { margin-left: auto; text-align: right; font-size: 13px; letter-spacing: .05em; line-height: 1.6; text-transform: uppercase; }
.sale-hero__pills { display: flex; gap: 12px; }
.sale-hero__pill { background: var(--pill-bg); color: var(--pill-text); padding: 10px 20px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; border-radius: 2px; }

/* Overlay category strip */
.overlay-strip { padding: 32px 24px 48px; }
.overlay-strip__head { max-width: var(--page-width); margin: 0 auto 20px; }
.overlay-strip__head h2 { font-size: 20px; text-transform: none; }
.overlay-strip__head p { font-size: 12px; opacity: .65; margin: 4px 0 0; }
.overlay-strip__items { max-width: var(--page-width); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.overlay-strip__item { position: relative; display: block; aspect-ratio: 3/4; overflow: hidden; background: var(--alt-bg); }
.overlay-strip__item img { width: 100%; height: 100%; object-fit: cover; }
.overlay-strip__caption { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; background: linear-gradient(to top, rgba(0,0,0,.5), transparent 50%); }
.overlay-strip__overlay-text { color: #fff; font-weight: 700; font-size: 15px; }
.overlay-strip__label { color: #fff; font-size: 12px; margin-top: 4px; text-transform: capitalize; }

/* Tile banner grids */
.tile-banner-grid { max-width: var(--page-width); margin: 0 auto; display: grid; gap: var(--gap); padding: 0 24px 24px; }
.tile-banner-grid--2col { grid-template-columns: 1fr 1fr; }
.tile-banner-grid--3col { grid-template-columns: repeat(3, 1fr); }
.tile-banner { position: relative; display: block; overflow: hidden; }
.tile-banner img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.tile-banner__label { position: absolute; bottom: 20px; left: 20px; color: #fff; font-family: var(--font-heading); font-size: 20px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-shadow: 0 2px 8px rgba(0,0,0,.4); }

/* Trending tabs */
.trending { max-width: var(--page-width); margin: 0 auto; padding: 48px 24px; }
.trending__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.trending__head h2 { font-size: 20px; text-transform: uppercase; letter-spacing: .04em; }
.trending__view-all { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.trending__tabs { display: flex; gap: 20px; overflow-x: auto; border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 24px; }
.trending__tab { background: none; border: none; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; cursor: pointer; opacity: .55; padding: 4px 0; }
.trending__tab.is-active { opacity: 1; font-weight: 600; border-bottom: 2px solid var(--accent-green); }
.trending__panel { display: none; }
.trending__panel.is-active { display: block; }

/* Collection spotlight */
.collection-spotlight { max-width: var(--page-width); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: var(--gap); padding: 0 24px 48px; align-items: stretch; }
.collection-spotlight__text { display: flex; flex-direction: column; justify-content: center; padding: 32px; background: var(--alt-bg); }
.collection-spotlight__eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; opacity: .6; }
.collection-spotlight__text h2 { font-size: 26px; }
.collection-spotlight__desc { font-size: 13px; line-height: 1.6; opacity: .8; }
.collection-spotlight__cta { display: inline-block; margin-top: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; border-bottom: 1px solid; padding-bottom: 2px; width: fit-content; }
.collection-spotlight__image { position: relative; display: block; overflow: hidden; }
.collection-spotlight__image img { width: 100%; height: 100%; object-fit: cover; }
.collection-spotlight__image-label { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: #fff; font-family: var(--font-heading); font-size: 26px; letter-spacing: .3em; text-transform: uppercase; }

/* Product row (Couture) */
.product-row { max-width: var(--page-width); margin: 0 auto; padding: 0 24px 48px; }
.product-row__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 20px; }
.product-row__head h2 { font-size: 20px; text-transform: uppercase; letter-spacing: .04em; }
.product-row__view-all { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.product-card-wrap { position: relative; }
.product-card__preorder-badge { position: absolute; top: 10px; left: 10px; z-index: 2; background: #fff; border: 1px solid #ccc; font-size: 9px; letter-spacing: .04em; padding: 3px 8px; text-transform: uppercase; }

/* Product grid */
.product-grid { display: grid; gap: var(--gap); }
.product-grid--5col { grid-template-columns: repeat(5, 1fr); }
.product-grid--4col { grid-template-columns: repeat(4, 1fr); }
.product-grid--3col { grid-template-columns: repeat(3, 1fr); }

/* Product card */
.product-card__media { position: relative; display: block; overflow: hidden; background: var(--alt-bg); }
.product-card__media--portrait { aspect-ratio: 3/4; }
.product-card__media--square { aspect-ratio: 1/1; }
.product-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .3s; }
.product-card__img--hover { opacity: 0; }
.product-card__media:hover .product-card__img--hover { opacity: 1; }
.product-card__badge { position: absolute; top: 10px; left: 10px; background: var(--sale-bg); color: var(--sale-text); font-size: 10px; font-weight: 700; padding: 4px 7px; border-radius: 2px; }
.product-card__quick-add { position: absolute; bottom: 10px; right: 10px; width: 32px; height: 32px; border-radius: 50%; background: #fff; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.product-card__info { padding: 10px 2px; }
.product-card__title { display: block; font-size: 12px; margin-bottom: 5px; line-height: 1.4; }
.product-card__price { font-size: 13px; font-weight: 600; }
.product-card__price--compare { text-decoration: line-through; opacity: .5; margin-right: 6px; font-weight: 400; }
.product-card__price--sale { color: var(--sale-bg); }

/* Product page */
.product-page { max-width: var(--page-width); margin: 0 auto; padding: 40px 24px; }
.product-page__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.product-page__gallery { display: flex; gap: 16px; }
.product-page__thumbs { display: flex; flex-direction: column; gap: 10px; width: 80px; }
.product-page__thumb { border: 1px solid #eee; padding: 0; cursor: pointer; opacity: .6; }
.product-page__thumb.is-active { opacity: 1; border-color: var(--accent-green); }
.product-page__main-media { position: relative; flex: 1; }
.product-page__media-item { display: none; width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.product-page__media-item.is-active { display: block; }
.product-page__badge { position: absolute; top: 12px; left: 12px; background: var(--sale-bg); color: var(--sale-text); font-size: 12px; font-weight: 700; padding: 4px 10px; }
.product-page__title { font-size: 26px; margin-bottom: 8px; }
.product-page__price { font-size: 20px; font-weight: 700; margin-bottom: 20px; }
.product-page__price--compare { text-decoration: line-through; opacity: .5; margin-right: 10px; font-weight: 400; }
.product-page__price--sale { color: var(--sale-bg); }
.product-page__option { margin-bottom: 16px; }
.product-page__option label { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 8px; }
.product-page__option-pill { display: inline-block; border: 1px solid #ccc; padding: 6px 14px; margin-right: 8px; font-size: 13px; border-radius: 2px; }
.product-page__variant-select, .product-page__qty input { padding: 10px; border: 1px solid #ccc; width: 100%; margin-bottom: 16px; }
.product-page__add-to-cart { width: 100%; background: var(--pill-bg); color: var(--pill-text); padding: 14px; border: none; text-transform: uppercase; letter-spacing: .06em; font-size: 13px; cursor: pointer; }
.product-page__meta { margin-top: 24px; font-size: 13px; line-height: 1.8; color: #555; }
.product-page__description { margin-top: 24px; font-size: 14px; line-height: 1.7; }

/* Social grid (Worn & Loved) */
.social-grid { max-width: var(--page-width); margin: 0 auto; padding: 20px 24px 56px; }
.social-grid__heading { text-align: center; font-size: 22px; margin-bottom: 24px; }
.social-grid__items { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--gap); }
.social-grid__item { position: relative; display: block; overflow: hidden; }
.social-grid__item img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.social-grid__overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 10px; background: linear-gradient(to top, rgba(0,0,0,.6), transparent); display: flex; justify-content: space-between; color: #fff; font-size: 11px; }

/* Newsletter */
.newsletter { background: var(--alt-bg); padding: 32px 24px; }
.newsletter__inner { max-width: var(--page-width); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.newsletter__inner h3 { font-size: 18px; margin-bottom: 2px; }
.newsletter__inner p { font-size: 12px; opacity: .65; margin: 0; }
.newsletter__form { display: flex; gap: 10px; }
.newsletter__form input { padding: 12px 16px; border: 1px solid #ccc; min-width: 260px; }
.newsletter__form button { background: var(--pill-bg); color: var(--pill-text); border: none; padding: 12px 24px; text-transform: uppercase; font-size: 12px; letter-spacing: .05em; cursor: pointer; }

/* Footer */
.site-footer--editorial { padding-top: 40px; }
.site-footer__inner { max-width: var(--page-width); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding: 0 24px 32px; }
.site-footer__brand h2 { font-size: 24px; letter-spacing: .08em; }
.site-footer__address, .site-footer__brand p { font-size: 12px; opacity: .7; margin: 4px 0; }
.site-footer__col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
.site-footer__col ul { list-style: none; padding: 0; margin: 0; }
.site-footer__col li { margin-bottom: 8px; font-size: 12px; opacity: .8; }
.site-footer__social { text-align: center; display: flex; justify-content: center; gap: 16px; padding-bottom: 16px; font-size: 12px; }
.site-footer__bottom { text-align: center; font-size: 11px; padding: 16px; border-top: 1px solid #eee; opacity: .6; }

/* Cart / collection pages (shared) */
.cart-page, .collection-page, .page-content, .error-404 { max-width: var(--page-width); margin: 0 auto; padding: 40px 24px; }
.cart-page__table { width: 100%; border-collapse: collapse; }
.cart-page__table th, .cart-page__table td { text-align: left; padding: 12px 8px; border-bottom: 1px solid #eee; }
.cart-page__item { display: flex; gap: 12px; align-items: center; }
.cart-page__item img { width: 70px; }
.cart-page__summary { margin-top: 24px; display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
.cart-drawer { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,.4); }
.cart-drawer__inner { position: absolute; right: 0; top: 0; bottom: 0; width: 380px; background: #fff; padding: 24px; }
.cart-drawer__close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 24px; cursor: pointer; }
.btn { display: inline-block; padding: 12px 28px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; border: none; cursor: pointer; font-size: 13px; }
.btn--primary { background: var(--pill-bg); color: var(--pill-text); }

/* Mobile */
@media (max-width: 900px) {
  .site-header__nav { display: none; }
  .sale-hero__headline { font-size: 40px; }
  .sale-hero__offer-value { font-size: 48px; }
  .sale-hero__offer-row { flex-direction: column; align-items: flex-start; }
  .sale-hero__tagline { margin-left: 0; text-align: left; }
  .overlay-strip__items { grid-template-columns: repeat(2, 1fr); }
  .tile-banner-grid--2col, .tile-banner-grid--3col { grid-template-columns: 1fr; }
  .product-grid--5col, .product-grid--4col, .product-grid--3col { grid-template-columns: repeat(2, 1fr); }
  .collection-spotlight { grid-template-columns: 1fr; }
  .product-page__inner { grid-template-columns: 1fr; }
  .social-grid__items { grid-template-columns: repeat(2, 1fr); }
  .site-footer__inner { grid-template-columns: 1fr; text-align: center; }
  .newsletter__inner { flex-direction: column; text-align: center; }
}
