/* Scentfind storefront — luxury SEO layout */

body.sfe-petra-launch .fm-site-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  background: #fff;
  box-shadow: 0 1px 0 #ead7f0, 0 16px 40px rgba(36,16,47,.05);
}
body.sfe-petra-launch .fm-header-main {
  position: relative !important;
  top: auto !important;
}
body.sfe-petra-launch .fm-header-nav {
  background: #fff;
  border-bottom: 1px solid #ead7f0;
}
.fm-filter-sidebar {
  top: 148px !important;
}

.sfe-menu-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  color: #24102f;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 4px;
  z-index: 2;
}
.sfe-menu-bars {
  width: 18px;
  height: 14px;
  position: relative;
  display: inline-block;
}
.sfe-menu-bars span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform .2s ease, top .2s ease, opacity .2s ease;
}
.sfe-menu-bars span:nth-child(1) { top: 1px; }
.sfe-menu-bars span:nth-child(2) { top: 6px; }
.sfe-menu-bars span:nth-child(3) { top: 11px; }
body.sfe-nav-open .sfe-menu-bars span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
body.sfe-nav-open .sfe-menu-bars span:nth-child(2) { opacity: 0; }
body.sfe-nav-open .sfe-menu-bars span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}
.sfe-nav-backdrop {
  display: none;
}
.sfe-nav-panel-head,
.sfe-nav-panel-foot {
  display: none;
}
.sfe-sub-toggle {
  display: none;
}

.sfe-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  line-height: 1;
}
.sfe-logo img {
  width: 40px;
  height: 40px;
  display: block;
  flex: 0 0 40px;
}
.sfe-logo span,
body.sfe-petra-launch .fm-header-logo a.sfe-logo span {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-style: italic;
  font-weight: 600 !important;
  font-size: 30px !important;
  letter-spacing: 0 !important;
  color: #24102f !important;
  text-transform: none !important;
}
.sfe-logo--footer span { font-size: 26px !important; }
.fm-site-footer .sfe-logo span,
body.sfe-petra-launch .fm-site-footer .sfe-logo span {
  color: #fff !important;
}
.sfe-why {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 8px 0 10px;
}
.sfe-why div {
  padding: 16px;
  border: 1px solid #ead7f0;
  border-radius: 16px;
  background: #fff;
}
.sfe-why strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.2rem;
  color: #24102f;
  margin-bottom: 6px;
}
.sfe-why p { margin: 0; color: #6b7280; font-size: .88rem; line-height: 1.45; }
.sfe-launch-trio { padding: 10px 0 8px; }
.sfe-shop-tile em {
  margin-top: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6b2d8b;
}
@media (max-width: 1100px) {
  .sfe-why { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .sfe-why { grid-template-columns: 1fr; }
  .sfe-logo span { font-size: 24px !important; }
  .sfe-logo img { width: 32px; height: 32px; flex-basis: 32px; }
}

body.sfe-petra-launch .fm-header-nav {
  padding: 0 20px !important;
}
body.sfe-petra-launch .fm-nav-menu {
  gap: 4px 28px !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
}
body.sfe-petra-launch .fm-nav-menu > li > a {
  padding: 14px 0 !important;
}
body.sfe-petra-launch .fm-nav-menu a.sfe-nav-petra::after {
  content: none !important;
  display: none !important;
}
.sfe-nav-badge {
  display: inline-block;
  margin-left: .35rem;
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #6b2d8b;
  color: #fff;
  padding: .12rem .38rem;
  border-radius: 99px;
  vertical-align: middle;
  font-weight: 700;
}
.fm-nav-menu li.sfe-has-sub {
  position: relative;
  display: flex;
  align-items: center;
}
.sfe-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ead7f0;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(36,16,47,.12);
  z-index: 40;
}
.sfe-sub--wide {
  min-width: 520px;
  left: 0;
  transform: none;
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 12px 8px 8px;
}
.sfe-sub a {
  text-transform: none !important;
  letter-spacing: .02em !important;
  font-weight: 500 !important;
  padding: 9px 16px !important;
  white-space: nowrap;
}
.sfe-sub--wide a { white-space: normal; }
.sfe-sub a::after { display: none !important; }
.sfe-sub-all {
  grid-column: 1 / -1;
  border-top: 1px solid #ead7f0;
  margin-top: 6px;
}
.sfe-sub-all a { font-weight: 700 !important; color: #6b2d8b !important; }
.fm-nav-menu li.sfe-has-sub:hover > .sfe-sub,
.fm-nav-menu li.sfe-has-sub:focus-within > .sfe-sub {
  display: block;
}
.fm-nav-menu li.sfe-has-sub:hover > .sfe-sub--wide,
.fm-nav-menu li.sfe-has-sub:focus-within > .sfe-sub--wide {
  display: grid;
}
body.sfe-petra-launch .fm-action-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 20px;
}
body.sfe-petra-launch .fm-action-link {
  color: #24102f !important;
}

.sfe-store-head {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px clamp(1rem, 4vw, 2rem) 0;
}
.sfe-bc ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  font-size: 13px;
  color: #6b7280;
}
.sfe-bc li:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  color: #c4b3ce;
}
.sfe-bc a { color: #6b2d8b; text-decoration: none; }
.sfe-kicker {
  margin: 0 0 8px;
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6b2d8b;
}
.sfe-home-intro,
.sfe-archive-intro {
  padding: 22px 0 8px;
}
.sfe-home-intro h1,
.sfe-archive-intro h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.9rem, 4.5vw, 3.1rem);
  line-height: 1.1;
  color: #24102f;
  margin: 0 0 12px;
}
.sfe-lede {
  max-width: 46rem;
  margin: 0;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.6;
}
.sfe-lede a { color: #6b2d8b; }

.sfe-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  color: #24102f;
  font-size: 13px;
  font-weight: 600;
}
.sfe-trust-row li {
  position: relative;
  padding-left: 14px;
}
.sfe-trust-row li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6b2d8b;
}

.sfe-grid-head {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #24102f;
  margin: 8px 0 4px;
  padding: 0 clamp(1rem, 4vw, 2rem);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.sfe-brand-strip {
  padding: 18px 0 8px;
}
.sfe-brand-strip-head h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.6rem;
  margin: 0 0 14px;
  color: #24102f;
}
.sfe-brand-strip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sfe-brand-strip-list a {
  display: block;
  padding: 8px 14px;
  border: 1px solid #ead7f0;
  border-radius: 999px;
  text-decoration: none;
  color: #24102f;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
}
.sfe-brand-strip-list a:hover {
  background: #6b2d8b;
  border-color: #6b2d8b;
  color: #fff;
}

.sfe-shop-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 0 8px;
}
.sfe-shop-tile {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f7eef5);
  border: 1px solid #ead7f0;
  text-decoration: none;
  color: inherit;
  min-height: 110px;
}
.sfe-shop-tile strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  color: #24102f;
}
.sfe-shop-tile span { font-size: .88rem; color: #6b7280; line-height: 1.4; }
.sfe-shop-tile:hover { border-color: #6b2d8b; }

.sfe-home-faq {
  max-width: 780px;
  margin: 8px auto 48px;
  padding: 0 clamp(1rem, 4vw, 2rem);
}
.sfe-home-faq h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.8rem;
  color: #24102f;
  margin: 0 0 14px;
}
.sfe-home-faq details {
  background: #fff;
  border: 1px solid #ead7f0;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 8px;
}
.sfe-home-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: #24102f;
}
.sfe-home-faq p { margin: 8px 0 0; color: #4b5563; line-height: 1.55; }

.fm-archive-top-section {
  display: none !important;
}

.fm-product-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin: 0 0 6px !important;
}
.sfe-archive-wrap .sfe-grid-head {
  padding: 18px 0 0;
  max-width: none;
}
body.sfe-petra-launch .fm-footer-logo {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-style: italic;
  font-weight: 600 !important;
  font-size: 28px !important;
  letter-spacing: 0 !important;
  color: #fff !important;
  text-transform: none !important;
}

body.sfe-petra-launch .fm-nav-menu li a:hover,
body.sfe-petra-launch .fm-action-link:hover {
  color: #6b2d8b !important;
}
body.sfe-petra-launch .fm-nav-menu li a::after,
body.sfe-petra-launch .fm-header-cart-count {
  background-color: #6b2d8b !important;
}
body.sfe-petra-launch .fm-header-search .fm-autocomplete-input:focus {
  border-color: #6b2d8b !important;
  box-shadow: 0 0 0 3px rgba(107,45,139,.14) !important;
}

.fm-footer-grid {
  grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1100px) {
  .sfe-shop-tiles { grid-template-columns: 1fr 1fr; }
  .fm-footer-grid { grid-template-columns: 1fr 1fr !important; }
}

@media (max-width: 991px) {
  .sfe-menu-toggle { display: inline-flex; }
  body.sfe-petra-launch .fm-header-main-inner {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    align-items: center !important;
    gap: 10px !important;
    flex-direction: unset !important;
  }
  body.sfe-petra-launch .fm-header-logo { text-align: center !important; }
  body.sfe-petra-launch .fm-header-search {
    grid-column: 1 / -1;
    max-width: none;
    width: 100% !important;
  }
  body.sfe-petra-launch .fm-header-actions {
    width: auto !important;
    justify-content: flex-end !important;
    gap: 4px !important;
  }
  .fm-action-text { display: none; }
  body.sfe-nav-open { overflow: hidden; }

  body.sfe-petra-launch .sfe-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(36,16,47,.45);
    z-index: 10001;
  }
  body.sfe-petra-launch .sfe-nav-backdrop[hidden] { display: none; }

  body.sfe-petra-launch .fm-header-nav {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: min(86vw, 380px) !important;
    max-width: 380px !important;
    height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-right: 1px solid #ead7f0 !important;
    box-shadow: 18px 0 40px rgba(36,16,47,.12);
    overflow: hidden !important;
    overflow-x: hidden !important;
    transform: translateX(-105%);
    transition: transform .28s ease;
    z-index: 10002;
  }
  body.sfe-nav-open .fm-header-nav {
    transform: translateX(0);
  }
  .sfe-nav-panel-head,
  .sfe-nav-panel-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    flex: 0 0 auto;
  }
  .sfe-nav-panel-head {
    border-bottom: 1px solid #ead7f0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-style: italic;
    font-size: 1.4rem;
    color: #24102f;
  }
  .sfe-nav-close {
    background: transparent;
    border: 0;
    color: #24102f;
    cursor: pointer;
    padding: 6px;
  }
  .sfe-nav-panel-foot {
    gap: 12px;
    border-top: 1px solid #ead7f0;
  }
  .sfe-nav-panel-foot a {
    color: #6b2d8b;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
  }
  body.sfe-petra-launch .fm-header-nav-inner {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
  }
  body.sfe-petra-launch .fm-nav-menu {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    padding: 6px 0 24px !important;
  }
  body.sfe-petra-launch .fm-nav-menu > li {
    display: block !important;
    flex: none !important;
    border-bottom: 1px solid #f3eaf7;
  }
  body.sfe-petra-launch .fm-nav-menu > li > a {
    padding: 14px 18px !important;
    text-transform: none !important;
    letter-spacing: .02em !important;
    font-size: 16px !important;
  }
  body.sfe-petra-launch .fm-nav-menu > li > a::after {
    display: none !important;
  }
  .sfe-has-sub {
    display: grid !important;
    grid-template-columns: 1fr auto;
    align-items: stretch;
  }
  .sfe-has-sub > a { grid-column: 1; }
  .sfe-sub-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
    width: 48px;
    border: 0;
    background: transparent;
    color: #24102f;
    cursor: pointer;
    position: relative;
  }
  .sfe-sub-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate(-70%, -60%) rotate(45deg);
    transition: transform .2s ease;
  }
  .sfe-has-sub.is-open > .sfe-sub-toggle::before {
    transform: translate(-50%, -30%) rotate(225deg);
  }
  body.sfe-petra-launch .sfe-sub,
  body.sfe-petra-launch .sfe-sub--wide {
    position: static !important;
    display: none !important;
    transform: none !important;
    left: auto !important;
    min-width: 0 !important;
    width: 100%;
    grid-column: 1 / -1;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0 8px 10px 18px !important;
    background: #fbf7fb;
    grid-template-columns: 1fr !important;
  }
  body.sfe-petra-launch .fm-nav-menu li.sfe-has-sub.is-open > .sfe-sub,
  body.sfe-petra-launch .fm-nav-menu li.sfe-has-sub.is-open > .sfe-sub--wide {
    display: block !important;
  }
  .sfe-sub-all { border-top: 0; margin-top: 0; }
}
@media (max-width: 420px) {
  .sfe-menu-label { display: none; }
}

@media (max-width: 640px) {
  .sfe-shop-tiles { grid-template-columns: 1fr; }
  .fm-footer-grid { grid-template-columns: 1fr !important; }
  .sfe-rail-grid { grid-template-columns: 1fr 1fr; }
  .sfe-journal-grid { grid-template-columns: 1fr; }
}

/* Homepage (not a product archive) */
.sfe-trust-bar {
  border-top: 1px solid #ead7f0;
  border-bottom: 1px solid #ead7f0;
  background: #fbf7fb;
}
.sfe-trust-bar ul {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px clamp(1rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 20px;
  list-style: none;
}
.sfe-trust-bar li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sfe-trust-bar strong {
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #24102f;
}
.sfe-trust-bar span {
  font-size: 13px;
  color: #6b7280;
}

.sfe-home-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px clamp(1rem, 4vw, 2rem) 48px;
}
.sfe-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.sfe-btn-ghost {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #ead7f0;
  background: #fff;
  color: #24102f;
  text-decoration: none;
  font-weight: 600;
}
.sfe-btn-ghost:hover { border-color: #6b2d8b; color: #6b2d8b; }

.sfe-collections,
.sfe-family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 10px 0 8px;
}
.sfe-col-tile,
.sfe-family-tile {
  position: relative;
  display: block;
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  isolation: isolate;
}
.sfe-col-tile img,
.sfe-family-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .45s ease;
}
.sfe-col-tile::after,
.sfe-family-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36,16,47,.08) 20%, rgba(36,16,47,.72) 100%);
}
.sfe-col-tile span,
.sfe-family-tile span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sfe-col-tile strong,
.sfe-family-tile strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.55rem;
  font-weight: 600;
}
.sfe-col-tile em,
.sfe-family-tile em {
  font-style: normal;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .9;
}
.sfe-col-tile:hover img,
.sfe-family-tile:hover img { transform: scale(1.07); }

.sfe-feature {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: center;
  padding: 28px 0 8px;
}
.sfe-feature-media {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  min-height: 320px;
}
.sfe-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}
.sfe-feature-copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 12px;
  color: #24102f;
}
.sfe-feature-copy p {
  margin: 0 0 14px;
  color: #4b5563;
  line-height: 1.6;
  font-size: 1.05rem;
}
.sfe-feature-price {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  color: #6b2d8b;
  margin: 0 0 16px !important;
}
.sfe-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sfe-families { padding: 20px 0 8px; }

.sfe-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sfe-brand-grid a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-height: 108px;
  padding: 16px;
  border: 1px solid #ead7f0;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  color: #24102f;
}
.sfe-brand-grid a:hover {
  border-color: #6b2d8b;
  box-shadow: 0 12px 30px rgba(36,16,47,.08);
}
.sfe-brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f7eef5;
  color: #6b2d8b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 700;
}
.sfe-brand-grid strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.sfe-rail {
  padding: 28px 0 8px;
}
.sfe-rail-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.sfe-rail-head h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.8rem;
  margin: 0 0 4px;
  color: #24102f;
}
.sfe-rail-head p {
  margin: 0;
  color: #6b7280;
  font-size: .95rem;
}
.sfe-rail-more {
  color: #6b2d8b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.sfe-rail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sfe-rail-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #ead7f0;
  border-radius: 16px;
  padding: 10px 10px 14px;
  min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.sfe-rail-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(36,16,47,.1);
}
.sfe-rail-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #faf7fb;
  border-radius: 10px;
}
.sfe-rail-card .fm-product-title {
  font-size: 14px !important;
  font-weight: 600;
  color: #24102f;
}
.sfe-journal-rail { padding: 28px 0 8px; }
.sfe-journal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sfe-journal-grid a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #ead7f0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 14px;
}
.sfe-journal-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.sfe-journal-grid strong {
  padding: 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  color: #24102f;
}
.sfe-journal-grid span {
  padding: 0 14px;
  font-size: 12px;
  color: #6b7280;
}
.sfe-home-cta {
  text-align: center;
  margin: 28px 0 8px;
}
.sfe-home-cta .sfe-btn-viola {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: #6b2d8b;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.sfe-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px clamp(1rem, 4vw, 2rem) 64px;
}
.sfe-page-head h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: #24102f;
  margin: 12px 0 18px;
}
.sfe-page-body {
  color: #374151;
  line-height: 1.7;
}

.sfe-london {
  max-width: 980px;
}
.sfe-london-kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6b2d8b;
  font-weight: 700;
}
.sfe-london-list {
  columns: 2;
  gap: 8px 32px;
}
.sfe-london-list li {
  break-inside: avoid;
  margin: 0 0 8px;
}
.sfe-london-picks {
  margin: 28px 0;
  padding: 8px 0 0;
  border-top: 1px solid #ebe5da;
}
.sfe-london-picks h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.8rem;
  color: #24102f;
  margin: 16px 0 8px;
}
.sfe-london-picks > p {
  color: #6b7280;
  margin: 0 0 16px;
}
.sfe-london-picks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.sfe-london-picks li a {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: start;
  text-decoration: none;
  color: inherit;
  border: 1px solid #ebe5da;
  border-radius: 14px;
  padding: 10px;
  background: #fff;
}
.sfe-london-picks img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 10px;
}
.sfe-london-picks strong {
  display: block;
  color: #24102f;
}
.sfe-london-picks em {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: #6b2d8b;
  font-weight: 600;
  margin: 2px 0 6px;
}
.sfe-london-near h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.6rem;
  color: #24102f;
}
.sfe-london-near ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sfe-london-near a,
.sfe-web a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ebe5da;
  border-radius: 999px;
  text-decoration: none;
  color: #24102f;
  font-size: 14px;
}
.sfe-web {
  margin: 28px 0 8px;
}
.sfe-web h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.6rem;
  color: #24102f;
  margin: 0 0 10px;
}
.sfe-web-hubs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}
.sfe-web-hubs a {
  background: #24102f;
  color: #fff;
  border-color: #24102f;
}
.sfe-web ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sfe-web-home,
.sfe-web-pdp {
  margin: 28px 0;
  padding: 8px 0 4px;
}
.sfe-web-pdp {
  background: #fff;
  border: 1px solid #ebe5da;
  border-radius: 20px;
  padding: 22px 24px 18px;
}
.sfe-web-foot {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.sfe-web-foot strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.sfe-web-foot .sfe-web a,
.sfe-web-foot .sfe-web-hubs a {
  border-color: rgba(255,255,255,.2);
  color: #fff;
  background: transparent;
}
@media (max-width: 720px) {
  .sfe-london-list { columns: 1; }
  .sfe-london-picks ul { grid-template-columns: 1fr; }
}

@media (max-width: 1100px) {
  .sfe-rail-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sfe-collections,
  .sfe-family-grid { grid-template-columns: 1fr 1fr; }
  .sfe-brand-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .sfe-trust-bar ul { grid-template-columns: 1fr 1fr; }
  .sfe-feature { grid-template-columns: 1fr; gap: 18px; }
  .sfe-journal-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .sfe-rail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    gap: 10px;
  }
  .sfe-rail-grid li {
    flex: none;
    min-width: 0;
  }
  .sfe-journal-grid { grid-template-columns: 1fr; }
  .sfe-brand-grid { grid-template-columns: 1fr 1fr; }
  .sfe-col-tile,
  .sfe-family-tile { min-height: 160px; }
  .sfe-col-tile strong,
  .sfe-family-tile strong { font-size: 1.25rem; }
  .sfe-rail-add { margin: 0 8px 8px !important; min-height: 38px; font-size: 11px !important; }
  .sfe-home-intro { padding-top: 12px; }
}
@media (max-width: 640px) {
  .sfe-trust-bar ul { grid-template-columns: 1fr 1fr; padding-top: 12px; padding-bottom: 12px; }
  .sfe-intro-actions .sfe-btn-viola,
  .sfe-intro-actions .sfe-btn-ghost { width: 100%; text-align: center; }
}

/* Catalog archives */
.sfe-catalog.fm-search-filter-container {
  gap: 28px;
  margin: 8px auto 48px;
  padding: 0 8px;
  max-width: 1240px;
  align-items: start;
}
.sfe-filter-toggle {
  display: none;
}
.sfe-catalog .fm-filter-sidebar {
  width: 268px;
  border: 1px solid #ead7f0 !important;
  border-radius: 20px !important;
  padding: 18px 16px 20px !important;
  box-shadow: none !important;
  top: 148px !important;
  background: #fff !important;
}
.sfe-filter-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ead7f0;
}
.sfe-filter-head strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 600;
  color: #24102f;
  margin-right: auto;
}
.sfe-filter-clear {
  border: 0;
  background: transparent;
  color: #6b2d8b;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 4px 0;
}
.sfe-filter-clear:hover { color: #24102f; }
.sfe-filter-close {
  display: none;
  width: 32px;
  height: 32px;
  border: 0;
  background: #faf7fb;
  border-radius: 50%;
  color: #24102f;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.sfe-catalog .fm-filter-group { margin-bottom: 22px; }
.sfe-catalog .fm-filter-group h3 {
  color: #24102f !important;
  border-bottom: 0 !important;
  letter-spacing: .14em !important;
  font-size: 11px !important;
  margin: 0 0 10px !important;
}
.sfe-catalog .fm-tf-search-wrapper { margin-bottom: 10px; }
.sfe-catalog .fm-tf-search-input {
  width: 100%;
  padding: 9px 12px;
  box-sizing: border-box;
  font-family: Outfit, sans-serif;
  font-size: 13px;
}
.sfe-catalog .fm-brand-checkboxes {
  max-height: 320px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sfe-catalog .fm-brand-checkboxes li { margin: 0; }
.sfe-catalog .fm-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px 4px;
  border-radius: 8px;
}
.sfe-catalog .fm-checkbox-label span { flex: 1; }
.sfe-catalog .fm-checkbox-label em {
  font-style: normal;
  font-size: 11px;
  color: #9ca3af;
  font-weight: 600;
}
.sfe-catalog .fm-checkbox-label:hover { background: #faf7fb; }
.sfe-catalog .fm-price-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
  color: #6b7280;
}
.sfe-card-badge {
  position: absolute;
  top: .65rem;
  left: .65rem;
  z-index: 2;
  color: #fff;
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .28rem .5rem;
  border-radius: 999px;
  font-weight: 600;
  background: #24102f;
}
.sfe-card-badge--sale { background: #9f1239; }
.sfe-card-badge--lowstock { background: #c2410c; }
.sfe-card-badge--soon { background: #6b2d8b; }
.sfe-card-badge--oos { background: #6b7280; }
.sfe-card-badge--new { background: #24102f; }
.sfe-soon-text { color: #6b2d8b !important; }
.sfe-catalog .fm-checkbox-label:hover,
.sfe-catalog .fm-checkbox-label input { accent-color: #6b2d8b !important; }
.sfe-catalog .fm-checkbox-label:hover { color: #6b2d8b !important; }
.sfe-catalog .fm-brand-search,
.sfe-catalog .fm-tf-search-input {
  border-color: #ead7f0 !important;
  background: #faf7fb !important;
  border-radius: 10px !important;
}
.sfe-catalog .fm-brand-search:focus,
.sfe-catalog .fm-tf-search-input:focus {
  border-color: #6b2d8b !important;
  box-shadow: 0 0 0 3px rgba(107,45,139,.12) !important;
}
.sfe-archive-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 18px;
}
.sfe-archive-toolbar .fm-top-search-wrapper {
  flex: 1 1 240px;
}
.sfe-catalog .fm-search-input {
  width: 100%;
  border: 1px solid #ead7f0;
  border-radius: 999px;
  padding: 12px 18px;
  font-family: Outfit, sans-serif;
  font-size: 14px;
}
.sfe-catalog .fm-search-input:focus {
  outline: none;
  border-color: #6b2d8b;
  box-shadow: 0 0 0 3px rgba(107,45,139,.12);
}
.fm-results-count {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  white-space: nowrap;
}
.sfe-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #24102f;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.sfe-sort select {
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  border: 1px solid #ead7f0;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: #24102f;
}
.sfe-catalog .fm-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px !important;
}
.sfe-catalog .fm-product-card {
  background: #fff;
  border: 1px solid #ead7f0;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}
.sfe-catalog .fm-product-card:hover {
  border-color: #6b2d8b;
  box-shadow: 0 16px 40px rgba(36,16,47,.08);
  transform: translateY(-2px);
}
.sfe-catalog .fm-product-image {
  background: linear-gradient(180deg, #faf7fb, #f3eaf7) !important;
}
.sfe-catalog .fm-product-image img {
  object-fit: contain !important;
  padding: 10px;
  box-sizing: border-box;
}
.sfe-catalog .fm-product-card:hover .fm-product-image img {
  transform: none;
}
.sfe-catalog .fm-product-brand { color: #6b2d8b !important; }
.sfe-catalog .fm-product-title {
  height: auto !important;
  min-height: 2.6em;
  color: #24102f !important;
}
.sfe-catalog .fm-product-price { color: #24102f !important; }
.sfe-catalog .fm-quick-add-btn {
  width: calc(100% - 20px);
  margin: 0 10px 12px;
  border-radius: 999px !important;
  background: #6b2d8b !important;
  border: 0 !important;
  letter-spacing: .08em;
}
.sfe-catalog .fm-card-action-row {
  margin-top: auto;
  border: 0;
  padding: 0;
}

@media (max-width: 1100px) {
  .sfe-catalog .fm-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .sfe-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 8px 8px;
    padding: 10px 16px;
    border: 1px solid #ead7f0;
    border-radius: 999px;
    background: #fff;
    color: #24102f;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .sfe-catalog .fm-filter-sidebar {
    display: flex !important;
    flex-direction: column;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: min(88vw, 380px) !important;
    max-height: 100vh !important;
    margin: 0 !important;
    border-radius: 0 18px 18px 0 !important;
    z-index: 10003;
    transform: translateX(-105%);
    transition: transform .28s ease;
    overflow-y: auto;
  }
  body.sfe-filters-open .sfe-catalog .fm-filter-sidebar {
    transform: translateX(0);
  }
  .sfe-filter-close { display: inline-flex; align-items: center; justify-content: center; }
  .sfe-filter-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(36,16,47,.45);
    z-index: 10002;
  }
  .sfe-filter-backdrop[hidden] { display: none; }
  body.sfe-filters-open { overflow: hidden; }
  .sfe-catalog .fm-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Keep the dark footer flush. CheckoutWC / cookie / promo must not leave a strip under it. */
html {
  background: #111827;
}
body.sfe-petra-launch,
body.fm-portal-active,
body.sfe-home {
  background: #111827 !important;
}
#page.site {
  background: #fcf7ee;
  min-height: 100vh;
}
body .fm-site-footer {
  margin-bottom: 0 !important;
}
body .fm-footer-grid {
  grid-template-columns: minmax(0, 1.35fr) repeat(4, minmax(0, 1fr)) !important;
}
body .fm-site-footer .fm-footer-col {
  min-width: 0;
}
body .fm-site-footer .fm-footer-col ul li a {
  overflow-wrap: anywhere;
}
.sfe-web-foot {
  overflow: hidden;
}

/* Homepage strips CheckoutWC / Photoswipe CSS, but their markup still prints
   after the footer and shows as leftover lines in the bottom-left. */
body.sfe-home #cfw-side-cart-overlay,
body.sfe-home #cfw-side-cart,
body.sfe-home #cfw-side-cart-floating-button {
  display: none !important;
}
#cfw-side-cart-floating-button:empty {
  display: none !important;
}
.pswp:not(.pswp--open),
.cr-pswp:not(.pswp--open) {
  display: none !important;
}

/* ---------- Sitewide UI / UX polish ---------- */
html { scroll-behavior: smooth; }
body.sfe-petra-launch,
body.fm-portal-active,
body.sfe-home {
  font-family: Outfit, "Segoe UI", system-ui, sans-serif;
}
::selection { background: #ead7f0; color: #24102f; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid #6b2d8b;
  outline-offset: 2px;
}
.sfe-filter-backdrop { display: none; }

body.sfe-petra-launch .fm-top-bar {
  background: #24102f !important;
  letter-spacing: .08em;
}
.sfe-petra-hero {
  height: min(52vh, 520px) !important;
  min-height: 280px !important;
}
@media (max-width: 768px) {
  .sfe-petra-hero {
    height: min(42vh, 340px) !important;
    min-height: 240px !important;
  }
  .sfe-petra-hero-overlay {
    padding: 0.9rem 1rem 2.6rem !important;
    min-height: 48% !important;
  }
  .sfe-petra-nav {
    width: 36px !important;
    height: 36px !important;
  }
  .sfe-petra-prev { left: 8px !important; }
  .sfe-petra-next { right: 8px !important; }
  .sfe-petra-hero-sub {
    font-size: 0.95rem !important;
    margin-bottom: 0.8rem !important;
  }
  .sfe-petra-hero-actions .sfe-btn-viola {
    width: 100%;
    justify-content: center;
  }
}

body.sfe-petra-launch .fm-header-search .fm-autocomplete-input {
  background: #fff !important;
  border-color: #ead7f0 !important;
}
body.sfe-petra-launch .fm-header-search .fm-autocomplete-input:focus {
  border-color: #6b2d8b !important;
  box-shadow: 0 0 0 3px rgba(107,45,139,.14) !important;
}
.fm-autocomplete-dropdown {
  z-index: 10020 !important;
  border-radius: 16px !important;
  border-color: #ead7f0 !important;
  box-shadow: 0 18px 40px rgba(36,16,47,.12) !important;
}

.sfe-home-main {
  padding-top: 4px;
  padding-bottom: 36px;
}
.sfe-rail,
.sfe-feature,
.sfe-families,
.sfe-journal-rail {
  padding-top: 22px;
  padding-bottom: 4px;
}
.sfe-home-faq {
  margin-bottom: 36px;
}
.sfe-home-faq details {
  transition: border-color .2s ease;
}
.sfe-home-faq details[open] {
  border-color: #6b2d8b;
}

.sfe-rail-item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.sfe-rail-item .sfe-rail-card {
  flex: 1 1 auto;
}
.sfe-rail-add {
  display: block !important;
  margin: 0 10px 10px !important;
  text-align: center;
  width: auto !important;
}
.sfe-rail-soon {
  display: block;
  margin: 0 10px 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #6b2d8b;
}
.sfe-catalog .fm-quick-add-btn,
.sfe-rail-add.fm-quick-add-btn {
  font-family: Outfit, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  min-height: 42px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.sfe-catalog .fm-quick-add-btn.added,
.sfe-rail-add.added {
  background: #24102f !important;
}

.fm-no-results {
  grid-column: 1 / -1;
  padding: 56px 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed #ead7f0;
  border-radius: 18px;
  color: #6b7280;
}
.fm-no-results strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.6rem;
  color: #24102f;
  margin-bottom: 8px;
}
.fm-no-results span { font-size: 14px; }

.sfe-catalog .fm-product-details {
  padding: 12px 12px 4px;
}
.sfe-catalog .fm-product-price {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
}
.sfe-catalog .fm-product-image {
  aspect-ratio: 1;
}

.single-product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.single-product .related.products li.product {
  width: auto !important;
  margin: 0 !important;
  background: #fff;
  border: 1px solid #ead7f0;
  border-radius: 16px;
  padding: 10px 10px 14px;
}
@media (max-width: 900px) {
  .single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.sfe-sticky-atc {
  box-shadow: 0 -10px 30px rgba(36,16,47,.08);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sfe-petra-hero,
  .sfe-col-tile img,
  .fm-product-card {
    transition: none !important;
  }
}

/* ========== Beat legacy style.css: phone menu + filters ========== */
body.sfe-petra-launch .fm-site-header {
  position: sticky !important;
  z-index: 10040 !important;
  overflow: visible !important;
}
body.sfe-petra-launch .fm-header-main {
  position: relative !important;
  top: auto !important;
  z-index: 1 !important;
  backdrop-filter: none !important;
}

@media (max-width: 991px) {
  body.sfe-petra-launch .fm-header-main-inner {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px 10px !important;
    flex-direction: unset !important;
  }
  body.sfe-petra-launch .fm-header-logo {
    text-align: center !important;
    justify-self: center;
  }
  body.sfe-petra-launch .fm-header-search {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  body.sfe-petra-launch .fm-header-actions {
    width: auto !important;
    justify-content: flex-end !important;
    gap: 6px !important;
  }
  .sfe-menu-toggle {
    display: inline-flex !important;
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
  }

  body.sfe-petra-launch .sfe-nav-backdrop,
  .sfe-nav-backdrop {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(36, 16, 47, 0.48) !important;
    z-index: 10070 !important;
  }
  body.sfe-petra-launch .sfe-nav-backdrop[hidden],
  .sfe-nav-backdrop[hidden] {
    display: none !important;
  }

  body.sfe-petra-launch .fm-header-nav,
  #sfe-site-nav.fm-header-nav {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: min(86vw, 380px) !important;
    max-width: 380px !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-right: 1px solid #ead7f0 !important;
    box-shadow: 18px 0 40px rgba(36, 16, 47, 0.16) !important;
    overflow: hidden !important;
    overflow-x: hidden !important;
    transform: translateX(-105%) !important;
    transition: transform 0.28s ease !important;
    z-index: 10080 !important;
    box-sizing: border-box !important;
  }
  body.sfe-nav-open #sfe-site-nav.fm-header-nav,
  body.sfe-nav-open .fm-header-nav {
    transform: translateX(0) !important;
  }
  body.sfe-petra-launch .fm-header-nav-inner,
  #sfe-site-nav .fm-header-nav-inner {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
  }
  body.sfe-petra-launch .fm-nav-menu,
  #sfe-site-nav .fm-nav-menu {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 6px 0 24px !important;
  }
  body.sfe-petra-launch .fm-nav-menu li,
  #sfe-site-nav .fm-nav-menu li {
    display: block !important;
    flex: none !important;
    width: 100% !important;
    float: none !important;
  }
  body.sfe-petra-launch .fm-nav-menu > li > a,
  #sfe-site-nav .fm-nav-menu > li > a {
    padding: 14px 18px !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
    font-size: 16px !important;
  }
  body.sfe-petra-launch .fm-nav-menu > li > a::after {
    display: none !important;
  }

  .sfe-filter-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: calc(100% - 16px);
    min-height: 44px;
    margin: 0 8px 12px !important;
    padding: 10px 16px !important;
    border: 1px solid #ead7f0 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #24102f !important;
    font-family: Outfit, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }
  body.sfe-petra-launch .sfe-catalog .fm-filter-sidebar,
  #sfe-filter-sidebar.fm-filter-sidebar,
  #sfe-filter-sidebar {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: min(88vw, 380px) !important;
    max-width: 380px !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 18px 16px 24px !important;
    border-radius: 0 18px 18px 0 !important;
    z-index: 10080 !important;
    transform: translateX(-105%) !important;
    transition: transform 0.28s ease !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    background: #fff !important;
  }
  body.sfe-filters-open #sfe-filter-sidebar,
  body.sfe-filters-open .sfe-catalog .fm-filter-sidebar {
    transform: translateX(0) !important;
  }
  .sfe-filter-backdrop {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(36, 16, 47, 0.48) !important;
    z-index: 10070 !important;
  }
  .sfe-filter-backdrop[hidden] { display: none !important; }
  .sfe-filter-close { display: inline-flex !important; align-items: center; justify-content: center; }
  body.sfe-filters-open,
  body.sfe-nav-open { overflow: hidden !important; }

  .sfe-archive-toolbar {
    flex-direction: column;
    align-items: stretch !important;
  }
  .sfe-archive-toolbar .fm-top-search-wrapper { flex: 1 1 auto; width: 100%; }
  .fm-results-count { white-space: normal; }
  .sfe-catalog .fm-product-title {
    height: auto !important;
    min-height: 0 !important;
  }
}

@media (max-width: 768px) {
  body.sfe-petra-launch .fm-header-nav,
  #sfe-site-nav.fm-header-nav {
    overflow-x: hidden !important;
    display: flex !important;
    width: min(86vw, 380px) !important;
    padding: 0 !important;
  }
  body.sfe-petra-launch .fm-header-nav-inner,
  #sfe-site-nav .fm-header-nav-inner {
    width: 100% !important;
    max-width: none !important;
  }
  body.sfe-petra-launch .fm-nav-menu,
  #sfe-site-nav .fm-nav-menu {
    display: block !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
  }
  .fm-promo-discount-text { display: none !important; }
  .fm-top-bar-inner {
    flex-direction: row !important;
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  body.sfe-petra-launch .fm-header-main {
    padding: 10px 12px !important;
  }
}
