/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 809:0 Unexpected "<"

**/
<style>
  .mf-announcement-bar {
    background: #2c1810;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
  }
  .mf-ticker-wrap { overflow: hidden; width: 100%; }
  .mf-ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: mf-ticker 28s linear infinite;
  }
  .mf-ticker-track:hover { animation-play-state: paused; }
  .mf-ticker-item {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    padding: 0 36px;
    font-family: var(--font-body-family);
  }
  .mf-ticker-item strong {
    background: rgba(255,255,255,0.18);
    border-radius: 3px;
    padding: 1px 8px;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  .mf-ticker-sep {
    color: rgba(255,255,255,0.4);
    font-size: 14px;
    flex-shrink: 0;
  }
  @keyframes mf-ticker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  .mf-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 40px;
    gap: 24px;
    background: #fff;
    border-bottom: 1px solid #ede8e2;
  }
  .mf-topbar__logo a {
    font-family: 'Georgia', serif;
    font-size: 26px;
    color: #2c1810;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .mf-topbar__search { flex: 1; max-width: 680px; position: relative; }
  .mf-search-form {
    display: flex;
    align-items: center;
    position: relative;
  }
  .mf-search-form input {
    width: 100%;
    height: 46px;
    border: 1.5px solid #d4cbbf;
    border-radius: 23px;
    padding: 0 52px 0 22px;
    font-size: 14px;
    color: #333;
    background: #faf8f6;
    outline: none;
    font-family: var(--font-body-family);
    letter-spacing: 0.02em;
    -webkit-appearance: none;
  }
  .mf-search-form input:focus { border-color: #2c1810; background: #fff; }
  .mf-search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #2c1810;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mf-topbar__icons { display: flex; align-items: center; gap: 24px; flex-shrink: 0; }
  .mf-icon-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    color: #2c1810;
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
  }
  .mf-icon-btn:hover { opacity: 0.7; }
  .mf-icon-btn span {
    font-size: 9px;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #2c1810;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .mf-cart-count {
  position: absolute !important;
  top: -6px !important;
  right: -8px !important;
  background: #2c1810 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  z-index: 10 !important;
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  letter-spacing: 0 !important;
  pointer-events: none !important;
}

  .mf-navbar {
    background: #2c1810;
    position: relative;
    z-index: 200;
  }
  .mf-nav {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .mf-nav > li { position: relative; }
  .mf-nav > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 15px 15px;
    white-space: nowrap;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    transition: background 0.15s;
  }
  .mf-nav > li > a:hover { background: rgba(255,255,255,0.1); }
  .mf-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    min-width: 210px;
    border-top: 2px solid #2c1810;
    z-index: 999;
    box-shadow: 0 6px 20px rgba(44,24,16,0.12);
    padding: 0;
  }
  .mf-has-drop:hover .mf-drop { display: block; }
  .mf-drop li a {
    display: block;
    padding: 10px 18px;
    color: #2c1810;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 0.5px solid #f0ebe5;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    transition: background 0.12s, padding-left 0.12s;
  }
  .mf-drop li a:hover { background: #fdf8f5; padding-left: 24px; }

  @media (max-width: 989px) {
    .mf-topbar { padding: 12px 20px; }
    .mf-topbar__search { display: none; }
    .mf-navbar { display: none; }
  }
/* ===== MOBILE HEADER ===== */
.mf-mobile-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #fff;
  border-bottom: 1px solid #ede8e2;
}
.mf-mobile-logo a {
  font-family: 'Georgia', serif;
  font-size: 20px;
  color: #2c1810;
  text-decoration: none;
  font-weight: 700;
}
.mf-mobile-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.mf-mobile-actions a {
  color: #2c1810;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
.mf-mobile-cart-count {
  position: absolute;
  top: -5px;
  right: -7px;
  background: #2c1810;
  color: #fff;
  font-size: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}
.mf-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.mf-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #2c1810;
  border-radius: 2px;
  transition: all 0.3s;
}

/* ===== MOBILE DRAWER OVERLAY ===== */
.mf-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
}
.mf-drawer-overlay.open { display: block; }

/* ===== MOBILE DRAWER ===== */
.mf-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  max-width: 360px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  transition: left 0.35s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
}
.mf-drawer.open { left: 0; }

.mf-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #ede8e2;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.mf-drawer-head-logo {
  font-family: 'Georgia', serif;
  font-size: 18px;
  font-weight: 700;
  color: #2c1810;
}
.mf-drawer-close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #2c1810;
  line-height: 1;
  padding: 0;
}

/* Drawer nav items */
.mf-drawer-nav { flex: 1; }
.mf-drawer-nav ul { list-style: none; margin: 0; padding: 0; }

.mf-drawer-nav > ul > li {
  border-bottom: 1px solid #ede8e2;
}
.mf-drawer-nav > ul > li > a,
.mf-drawer-nav > ul > li > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  color: #2c1810;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.mf-drawer-nav > ul > li > a:hover,
.mf-drawer-nav > ul > li > button:hover {
  background: #fdf8f5;
}
.mf-drawer-chevron {
  width: 7px;
  height: 7px;
  border-right: 2px solid #2c1810;
  border-bottom: 2px solid #2c1810;
  transform: rotate(-45deg);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.mf-drawer-chevron.open {
  transform: rotate(45deg);
}

/* Sub-menu */
.mf-sub-menu {
  display: none;
  background: #fdf8f5;
  border-top: 1px solid #ede8e2;
}
.mf-sub-menu.open { display: block; }
.mf-sub-menu a {
  display: block;
  padding: 12px 20px 12px 32px;
  color: #2c1810;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-bottom: 0.5px solid #f0ebe5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  transition: padding-left 0.15s;
}
.mf-sub-menu a:hover { padding-left: 40px; background: #f5ede8; }

/* Drawer footer */
.mf-drawer-footer {
  border-top: 1px solid #ede8e2;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mf-drawer-footer a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  color: #2c1810;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #ede8e2;
}
.mf-drawer-footer a:last-child { border-bottom: none; }
.mf-drawer-footer a:hover { opacity: 0.7; }

@media (max-width: 989px) {
  .mf-topbar { display: none !important; }
  .mf-navbar { display: none !important; }
  .mf-mobile-header { display: flex !important; }
}
@media (min-width: 990px) {
  .mf-mobile-header { display: none !important; }
  .mf-drawer-overlay,
  .mf-drawer { display: none !important; }
}
/* ===== MOBILE SEARCH BAR — standalone, below header ===== */
.mf-mob-searchbar {
  display: none;
  background: #fff;
  padding: 10px 16px 12px;
  border-bottom: 1px solid #ede8e2;
}
.mf-mob-searchbar-form {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid #d4cbbf;
  border-radius: 10px;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.mf-mob-searchbar-form:focus-within {
  border-color: #2c1810;
}
.mf-mob-searchbar-form input {
  border: none;
  background: none;
  outline: none;
  font-size: 14px;
  color: #333;
  width: 100%;
  min-width: 0;
  font-family: var(--font-body-family);
  caret-color: #2c1810;
}
.mf-mob-searchbar-form input::placeholder {
  color: #bbb;
  font-size: 14px;
}

/* Mobile tabs */
.mf-mob-tabsbar {
  display: none;
  background: #fff;
  border-bottom: 1px solid #ede8e2;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.mf-mob-tabsbar::-webkit-scrollbar { display: none; }
.mf-mob-tabsbar-inner {
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: max-content;
  min-width: 100%;
}
.mf-mob-tablink {
  display: inline-block;
  padding: 13px 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s, border-color 0.2s;
}
.mf-mob-tablink:hover { color: #2c1810; }
.mf-mob-tablink.active {
  color: #2c1810;
  border-bottom: 2px solid #2c1810;
  font-weight: 700;
}

@media (max-width: 989px) {
  .mf-mob-searchbar { display: block; }
  .mf-mob-tabsbar   { display: block; }
}
@media (min-width: 990px) {
  .mf-mob-searchbar { display: none !important; }
  .mf-mob-tabsbar   { display: none !important; }
}
/* ================================================
   MARIA FAISAL — TYPOGRAPHY & COLOR SYSTEM
   Primary font : Inter
   Heading font : Cormorant Garamond
   Brand color  : #2c1810
   ================================================ */

:root {
  --mf-brand:        #2c1810;
  --mf-brand-hover:  #3d2318;
  --mf-brand-muted:  rgba(44,24,16,0.6);
  --mf-cream:        #faf8f6;
  --mf-border:       #ede8e2;
  --font-inter:      'Inter', 'Helvetica Neue', Arial, sans-serif;
  --font-heading:    'Cormorant Garamond', Georgia, serif;
}

/* ===== BASE ===== */
*,
body,
p,
span,
div,
li,
a,
input,
button,
select,
textarea,
label {
  font-family: var(--font-inter) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== HEADINGS — Cormorant Garamond for elegance ===== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading) !important;
  color: var(--mf-brand) !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

/* ===== NAVIGATION — Inter uppercase ===== */
.mf-nav > li > a {
  font-family: var(--font-inter) !important;
}
.mf-drawer-nav > ul > li > a,
.mf-drawer-nav > ul > li > button {
  font-family: var(--font-inter) !important;
}
.mf-mob-tablink,
.mf-mob-tab {
  font-family: var(--font-inter) !important;
}

/* ===== PRODUCT CARD TITLES ===== */
.card__heading,
.card__heading a,
.card__heading h3,
.card-information__text,
.full-unstyled-link,
.card__title,
.card__title a,
.card-information .card__heading {
  font-family: var(--font-heading) !important;
  color: var(--mf-brand) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.02em !important;
  line-height: 1.35 !important;
}

.card__heading a:hover,
.card__title a:hover,
.full-unstyled-link:hover {
  color: var(--mf-brand-hover) !important;
  opacity: 0.85;
}

/* ===== PRODUCT PRICES ===== */
.price,
.price__regular,
.price__sale,
.price-item,
.price-item--regular,
.price-item--sale,
.price__container {
  font-family: var(--font-inter) !important;
  color: var(--mf-brand) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.03em !important;
}

.price__sale .price-item--regular {
  color: var(--mf-brand-muted) !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}

/* ===== PRODUCT PAGE TITLE ===== */
.product__title,
.product__title h1,
.product-single__title {
  font-family: var(--font-heading) !important;
  color: var(--mf-brand) !important;
  font-size: clamp(26px, 3.5vw, 42px) !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  line-height: 1.15 !important;
}

/* ===== PRODUCT DESCRIPTION ===== */
.product__description,
.product__description p,
.product__description li,
.product__description span,
.product-description,
.product-description p {
  font-family: var(--font-inter) !important;
  color: #3d3d3d !important;
  font-size: 13.5px !important;
  line-height: 1.85 !important;
  letter-spacing: 0.01em !important;
  font-weight: 400 !important;
}

.product__description h2,
.product__description h3,
.product__description h4,
.product__description strong {
  font-family: var(--font-heading) !important;
  color: var(--mf-brand) !important;
  font-weight: 600 !important;
}

/* ===== PRODUCT LABELS / BADGES ===== */
.badge,
.card__badge,
.product__badge,
.badge--sale,
.badge--new {
  font-family: var(--font-inter) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

/* ===== ADD TO CART / BUTTONS ===== */
.product-form__submit,
.button,
.button--primary,
.btn,
[name="add"],
.shopify-payment-button__button {
  font-family: var(--font-inter) !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

.button--primary,
.product-form__submit {
  background-color: var(--mf-brand) !important;
  color: #fff !important;
  border-color: var(--mf-brand) !important;
}

.button--primary:hover,
.product-form__submit:hover {
  background-color: var(--mf-brand-hover) !important;
  border-color: var(--mf-brand-hover) !important;
}

/* ===== COLLECTION PAGE TITLE ===== */
.collection-hero__title,
.collection__title,
.page-title,
.main-collection-banner h1,
.collection-header h1,
.collection h1 {
  font-family: var(--font-heading) !important;
  color: var(--mf-brand) !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  font-size: clamp(28px, 4vw, 52px) !important;
}

/* ===== SECTION HEADINGS ===== */
.title-wrapper h2,
.title-wrapper--no-top-margin h2,
.section-header h2,
.section-header__title,
.featured-collection h2,
.rich-text__heading,
.collection-list__title {
  font-family: var(--font-heading) !important;
  color: var(--mf-brand) !important;
  font-weight: 600 !important;
  font-size: clamp(24px, 3vw, 40px) !important;
  letter-spacing: 0.03em !important;
}

/* ===== FOOTER FONT FIX ===== */
.mf-footer,
.mf-footer * {
  font-family: var(--font-inter) !important;
}
.mf-footer-brand-name,
.mf-footer-col h3 {
  font-family: var(--font-inter) !important;
}

/* ===== FORMS & INPUTS ===== */
.field__input,
.select__select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea,
select {
  font-family: var(--font-inter) !important;
  color: #1a1a1a !important;
  font-size: 14px !important;
}

/* ===== VARIANT LABELS ===== */
.product-form__input label,
.product-form__input .form__label,
fieldset legend,
.variant-input label {
  font-family: var(--font-inter) !important;
  color: var(--mf-brand) !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* ===== BREADCRUMBS ===== */
.breadcrumbs,
.breadcrumb,
nav[aria-label="breadcrumb"] a,
nav[aria-label="breadcrumb"] span {
  font-family: var(--font-inter) !important;
  font-size: 12px !important;
  color: var(--mf-brand-muted) !important;
  letter-spacing: 0.04em !important;
}

/* ===== PAGINATION ===== */
.pagination,
.pagination__item,
.pagination .page-link {
  font-family: var(--font-inter) !important;
  color: var(--mf-brand) !important;
  font-weight: 500 !important;
}

/* ===== CART PAGE ===== */
.cart__item-title,
.cart-item__title {
  font-family: var(--font-heading) !important;
  color: var(--mf-brand) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.cart-item__details,
.cart__subtotal-title,
.cart__total {
  font-family: var(--font-inter) !important;
  color: var(--mf-brand) !important;
}

/* ===== TABS & FILTERS ===== */
.tab,
.facets__heading,
.filter-group__heading,
.active-facets__button {
  font-family: var(--font-inter) !important;
  color: var(--mf-brand) !important;
  font-weight: 500 !important;
}

/* ===== MOBILE RESPONSIVE FONT SIZES ===== */
@media (max-width: 767px) {
  .card__heading,
  .card__heading a {
    font-size: 13.5px !important;
  }
  .price-item {
    font-size: 13px !important;
  }
  .product__title,
  .product__title h1 {
    font-size: 24px !important;
  }
  .product__description p {
    font-size: 13px !important;
  }
}

</style>