:root {
  --fm-red: #d6a04b;
  --fm-red-dark: #8f652d;
  --fm-black: #08090b;
  --fm-gray-900: #171413;
  --fm-gray-700: #d7c7aa;
  --fm-gray-300: #c2a06b;
  --fm-gray-100: #7b5b31;
  --fm-white: #ffffff;
  --fm-warning: #f1b24c;
  --fm-success: #2e7d32;
  --fm-wood-dark: #4f351c;
  --fm-wood: #7a5a32;
  --fm-wood-light: #c49355;
  --fm-gold: #d6a04b;
  --fm-gold-light: #f1d59c;
  --fm-cream: #fff8e7;
  --fm-panel-gold: #a88455;
  --fm-panel-gold-dark: #6c4d28;
  --fm-surface-dark: #07080a;
  --fm-surface-dark-soft: #171519;
  --fm-radius-sm: 6px;
  --fm-radius-md: 10px;
  --fm-radius-lg: 16px;
  --fm-shadow-sm: 0 2px 8px rgba(0,0,0,.28);
  --fm-shadow-md: 0 10px 28px rgba(0,0,0,.38);
  --fm-container: 1920px;
  --fm-focus: 0 0 0 3px rgba(241, 213, 156, .42);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body.fm-site {
  margin: 0;
  min-height: 100vh;
  color: var(--fm-cream);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .035) 0, rgba(255, 255, 255, .035) 1px, rgba(0, 0, 0, .035) 1px, rgba(0, 0, 0, .035) 3px),
    linear-gradient(90deg, var(--fm-wood-dark) 0%, var(--fm-wood) 45%, var(--fm-wood-light) 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--fm-gold-light);
  text-decoration: none;
}

a:hover {
  color: var(--fm-white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  box-shadow: var(--fm-focus);
}

button,
input,
select,
textarea {
  font: inherit;
}

.fm-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fm-muted {
  color: rgba(255, 248, 231, .72);
}

.fm-top-strip {
  background: rgba(36, 24, 12, .86);
  color: rgba(255, 248, 231, .88);
  font-size: .9rem;
}

.fm-top-strip__inner {
  width: min(var(--fm-container), calc(100% - 32px));
  min-height: 36px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fm-top-strip__desktop {
  display: inline;
}

.fm-header {
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .035) 0, rgba(255, 255, 255, .035) 1px, rgba(0, 0, 0, .04) 1px, rgba(0, 0, 0, .04) 3px),
    linear-gradient(90deg, rgba(76, 49, 23, .96), rgba(137, 100, 54, .94));
  border-bottom: 1px solid rgba(241, 213, 156, .28);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .25);
}

.fm-header__inner {
  width: min(var(--fm-container), calc(100% - 32px));
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
}

.fm-brand {
  color: #17141a;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  text-decoration: none;
  text-shadow: none;
}

.fm-brand:hover {
  color: var(--fm-black);
  text-decoration: none;
}

.fm-brand__logo {
  width: auto;
  height: clamp(84px, 5.8vw, 112px);
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .34));
}

.fm-brand__name {
  font-size: 1.55rem;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.fm-brand__tagline {
  color: var(--fm-cream);
  font-size: .9rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

.fm-header__search {
  display: flex;
  min-width: 0;
  height: 46px;
  margin: 0;
}

.fm-header__search input {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(241, 213, 156, .45);
  border-right: 0;
  border-radius: var(--fm-radius-sm) 0 0 var(--fm-radius-sm);
  background: rgba(255, 248, 231, .16);
  color: var(--fm-white);
  padding: 0 14px;
}

.fm-header__search input::placeholder {
  color: rgba(255, 248, 231, .88);
}

.fm-header__search .fm-btn {
  border-radius: 0 var(--fm-radius-sm) var(--fm-radius-sm) 0;
}

.fm-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fm-quick-link {
  min-height: 48px;
  min-width: 104px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(241, 213, 156, .5);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(245, 218, 169, .38), rgba(75, 52, 28, .78));
  color: var(--fm-white);
  text-decoration: none;
}

.fm-quick-link:hover {
  background: linear-gradient(180deg, rgba(255, 231, 185, .5), rgba(55, 38, 22, .86));
  text-decoration: none;
}

.fm-quick-link__label {
  font-weight: 800;
}

.fm-quick-link__meta {
  color: rgba(255, 248, 231, .76);
  font-size: .82rem;
}

.fm-user-links {
  min-width: 132px;
  display: grid;
  gap: 7px;
  font-size: .88rem;
  white-space: nowrap;
}

.fm-user-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(241, 213, 156, .48);
  border-radius: 8px;
  color: var(--fm-white);
  font-weight: 850;
  padding: 7px 12px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 4px 12px rgba(0, 0, 0, .2);
}

.fm-user-link:hover {
  color: var(--fm-white);
  text-decoration: none;
  transform: translateY(-1px);
}

.fm-user-link i {
  color: var(--fm-gold-light);
  font-size: 1rem;
}

.fm-user-link--login,
.fm-user-link--account {
  background: linear-gradient(180deg, rgba(18, 20, 25, .96), rgba(7, 8, 10, .96));
}

.fm-user-link--register {
  background: linear-gradient(180deg, rgba(241, 213, 156, .38), rgba(80, 55, 30, .9));
}

.fm-user-logout {
  margin: 0;
}

.fm-user-logout .fm-user-link {
  width: 100%;
  font: inherit;
  cursor: pointer;
}

.fm-user-link--logout {
  background: linear-gradient(180deg, rgba(86, 56, 30, .94), rgba(25, 16, 9, .96));
}

.fm-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(241, 213, 156, .5);
  border-radius: 8px;
  background: rgba(18, 15, 12, .82);
  cursor: pointer;
}

.fm-mobile-toggle__bar {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--fm-cream);
}

.fm-main-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  overflow-x: clip;
  overflow-y: visible;
  background: linear-gradient(180deg, #d3bd92 0%, #8f6c3d 48%, #4a3722 100%);
  color: var(--fm-white);
  border-top: 1px solid rgba(255, 248, 231, .35);
  border-bottom: 2px solid #d69b25;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .35);
}

@supports not (overflow: clip) {
  .fm-main-nav {
    overflow-x: hidden;
  }
}

.fm-main-nav__inner {
  width: min(var(--fm-container), calc(100% - 32px));
  min-height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.fm-main-nav__menu {
  min-width: 0;
  flex: 1 1 auto;
}

.fm-main-nav__menu--module {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.fm-main-nav__cart {
  position: relative;
  min-height: 40px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  border: 1px solid rgba(255, 248, 231, .42);
  border-radius: var(--fm-radius-sm);
  padding: 7px 10px;
  background: linear-gradient(180deg, rgba(24, 21, 18, .92), rgba(57, 39, 24, .9));
  color: var(--fm-white);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 248, 231, .14);
  transform-origin: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.fm-main-nav__cart:hover {
  border-color: var(--fm-gold-light);
  color: var(--fm-white);
  text-decoration: none;
}

.fm-main-nav__cart-icon {
  color: var(--fm-gold-light);
  font-size: 1.08rem;
  line-height: 1;
}

.fm-main-nav__cart::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(241, 213, 156, .58);
  border-radius: calc(var(--fm-radius-sm) + 7px);
  opacity: 0;
  pointer-events: none;
  transform: scale(.82);
}

.fm-main-nav__cart-meta {
  color: rgba(255, 248, 231, .78);
  font-size: .82rem;
}

.fm-main-nav__cart.is-cart-pulse {
  animation: fm-cart-pulse .72s cubic-bezier(.22, .78, .18, 1);
}

.fm-main-nav__cart.is-cart-pulse::after {
  animation: fm-cart-ring .72s cubic-bezier(.22, .78, .18, 1);
}

.fm-main-nav__cart.is-cart-pulse .fm-main-nav__cart-icon {
  animation: fm-cart-icon-pop .72s cubic-bezier(.22, .78, .18, 1);
}

.fm-cart-flyer {
  position: fixed;
  z-index: 2147483000;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 231, .78);
  border-radius: 10px;
  opacity: .98;
  pointer-events: none;
  background: rgba(18, 15, 12, .88);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .4), 0 0 0 4px rgba(241, 213, 156, .2);
  transform-origin: center;
  transition: transform .76s cubic-bezier(.22, .78, .18, 1), opacity .76s ease;
  will-change: transform, opacity, filter;
}

.fm-cart-flyer::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 248, 231, .2), rgba(255, 248, 231, 0) 46%, rgba(0, 0, 0, .18));
}

.fm-cart-flyer--image {
  border-radius: 12px;
}

.fm-cart-flyer--text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(255, 248, 231, .88);
  border-radius: 999px;
  background: linear-gradient(180deg, #f4d792, #b98127);
  color: #20150a;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 248, 231, .45);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .34), 0 0 0 4px rgba(241, 213, 156, .2);
  transform: translate3d(0, 0, 0) scale(1);
}

.fm-cart-flyer--text::after {
  content: none;
}

@keyframes fm-cart-pulse {
  0% {
    transform: scale(1);
    box-shadow: inset 0 1px 0 rgba(255, 248, 231, .14);
  }

  38% {
    transform: scale(1.06);
    box-shadow: inset 0 1px 0 rgba(255, 248, 231, .22), 0 0 0 6px rgba(241, 213, 156, .24), 0 10px 24px rgba(0, 0, 0, .28);
  }

  100% {
    transform: scale(1);
    box-shadow: inset 0 1px 0 rgba(255, 248, 231, .14);
  }
}

@keyframes fm-cart-ring {
  0% {
    opacity: 0;
    transform: scale(.82);
  }

  26% {
    opacity: .78;
  }

  100% {
    opacity: 0;
    transform: scale(1.16);
  }
}

@keyframes fm-cart-icon-pop {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  38% {
    transform: translateY(-2px) rotate(-8deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fm-main-nav__cart.is-cart-pulse {
    animation: none;
  }

  .fm-cart-flyer {
    transition-duration: .2s;
  }
}

.fm-main-menu,
.fm-main-menu ul,
.fm-main-nav__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fm-main-menu,
.fm-main-nav__menu > ul {
  min-height: 48px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.fm-main-menu a,
.fm-main-nav__menu a {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-left: 1px solid rgba(255, 248, 231, .18);
  border-right: 1px solid rgba(0, 0, 0, .22);
  border-radius: 0;
  color: var(--fm-white);
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
  text-transform: uppercase;
  font-size: .88rem;
}

.fm-main-menu a:hover,
.fm-main-menu .is-active > a,
.fm-main-menu .active > a,
.fm-main-nav__menu a:hover,
.fm-main-nav__menu .active > a {
  background: linear-gradient(180deg, #4a3722 0%, #211912 100%);
  text-decoration: none;
}

.fm-main-menu__item {
  position: relative;
}

.fm-main-menu__submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  display: none;
  padding: 8px;
  border-radius: 0 0 8px 8px;
  background: var(--fm-panel-gold-dark);
  box-shadow: var(--fm-shadow-md);
}

.fm-main-menu__item:hover > .fm-main-menu__submenu,
.fm-main-menu__item:focus-within > .fm-main-menu__submenu {
  display: block;
}

.fm-main-menu__submenu .fm-main-menu {
  min-height: 0;
  display: block;
}

.fm-home-slider {
  width: min(var(--fm-container), calc(100% - 32px));
  margin: 18px auto 0;
}

.fm-home-slider .mw4-slider {
  display: block;
}

.fm-page-shell {
  width: min(var(--fm-container), calc(100% - 32px));
  margin: 22px auto 34px;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.fm-content {
  min-width: 0;
}

.fm-sidebar {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fm-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 248, 231, .75);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(189, 154, 103, .92), rgba(111, 78, 39, .92));
  box-shadow: var(--fm-shadow-sm);
}

.fm-panel__header {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 248, 231, .46);
  background: linear-gradient(180deg, rgba(236, 211, 166, .78), rgba(115, 82, 43, .92));
}

.fm-panel__header h2,
.fm-panel__header h3 {
  margin: 0;
  color: var(--fm-white);
  font-size: 1rem;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .72);
  text-transform: uppercase;
}

.fm-panel__body {
  padding: 14px;
}

.fm-panel__footer {
  padding: 10px 14px 14px;
  border-top: 1px solid rgba(255, 248, 231, .28);
}

.fm-panel__toggle {
  min-height: 34px;
  border: 1px solid rgba(255, 248, 231, .65);
  border-radius: var(--fm-radius-sm);
  background: rgba(44, 32, 20, .72);
  color: var(--fm-cream);
  cursor: pointer;
  font-size: .82rem;
}

.fm-panel--categories {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.fm-panel--categories .fm-panel__header {
  min-height: 0;
  padding: 0 0 10px;
  border-bottom: 0;
  background: transparent;
}

.fm-panel--categories .fm-panel__body {
  padding: 0;
}

.fm-mobile-category-close,
.fm-mobile-category-launcher,
.fm-mobile-category-overlay {
  display: none;
}

.fm-placeholder-note {
  margin: 0 0 10px;
  color: var(--fm-cream);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fm-category-list {
  max-height: none;
  overflow: visible;
}

.fm-category-list ul,
.fm-category-list--placeholder {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fm-category-list li {
  border-bottom: 0;
  margin-bottom: 7px;
}

.fm-category-list li:last-child {
  border-bottom: 0;
}

.fm-category-list a {
  display: block;
  padding: 10px 38px 10px 11px;
  border: 1px solid rgba(255, 248, 231, .62);
  border-radius: var(--fm-radius-sm);
  background: rgba(229, 218, 218, .96);
  color: var(--fm-black);
  font-weight: 650;
  line-height: 1.3;
  text-shadow: none;
  text-transform: none;
  font-size: .86rem;
}

.fm-category-list a:hover,
.fm-category-list .active > a,
.fm-category-list .is-active > a {
  background: var(--fm-surface-dark-soft);
  border-color: rgba(241, 213, 156, .58);
  color: var(--fm-white);
  text-decoration: none;
}

.fm-category-tree,
.fm-category-tree__children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fm-category-tree__children {
  margin: 8px 0 0 1.1rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.fm-category-tree__children[hidden] {
  display: none;
}

.fm-category-tree__item {
  margin-bottom: 7px;
}

.fm-category-tree__item:last-child {
  margin-bottom: 0;
}

.fm-category-tree__row {
  min-height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 231, .62);
  border-radius: var(--fm-radius-sm);
  background: rgba(229, 218, 218, .96);
  color: var(--fm-black);
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.fm-category-tree__link {
  min-width: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.fm-category-list .fm-category-tree__link {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  padding: 10px 11px;
}

.fm-category-list .fm-category-tree__link:hover,
.fm-category-list .fm-category-tree__item.is-active > .fm-category-tree__row .fm-category-tree__link {
  border: 0;
  background: transparent;
  color: inherit;
}

.fm-category-tree__toggle {
  width: 46px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, .12);
  background: rgba(255, 248, 231, .18);
  color: inherit;
  cursor: pointer;
  padding: 0;
}

.fm-category-tree__toggle:hover {
  background: rgba(255, 248, 231, .28);
}

.fm-category-tree__item > .fm-category-tree__row:hover,
.fm-category-tree__item > .fm-category-tree__row:focus-within,
.fm-category-tree__item.is-active > .fm-category-tree__row {
  background: var(--fm-surface-dark-soft);
  border-color: rgba(241, 213, 156, .58);
  color: var(--fm-white);
}

.fm-category-tree__item--depth-1 > .fm-category-tree__row,
.fm-category-tree__item--depth-2 > .fm-category-tree__row,
.fm-category-tree__item--depth-3 > .fm-category-tree__row,
.fm-category-tree__item--depth-4 > .fm-category-tree__row {
  min-height: 38px;
  background: rgba(145, 99, 49, .96);
  color: var(--fm-white);
}

.fm-category-tree__item--depth-1 > .fm-category-tree__row .fm-category-tree__link,
.fm-category-tree__item--depth-2 > .fm-category-tree__row .fm-category-tree__link,
.fm-category-tree__item--depth-3 > .fm-category-tree__row .fm-category-tree__link,
.fm-category-tree__item--depth-4 > .fm-category-tree__row .fm-category-tree__link {
  min-height: 38px;
  padding-block: 8px;
  font-size: .8rem;
  text-transform: none;
}

.fm-category-tree__item--depth-2 > .fm-category-tree__row,
.fm-category-tree__item--depth-3 > .fm-category-tree__row,
.fm-category-tree__item--depth-4 > .fm-category-tree__row {
  background: rgba(122, 82, 39, .96);
}

.fm-category-tree__link span:first-child {
  min-width: 0;
}

.fm-category-tree__marker {
  width: 13px;
  height: 13px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  opacity: .86;
  transform: rotate(-45deg);
  transition: transform .16s ease, opacity .16s ease;
}

.fm-category-tree__item.is-open > .fm-category-tree__row .fm-category-tree__marker {
  transform: translateY(-2px) rotate(45deg);
}

.fm-top-list,
.fm-info-links,
.fm-sidebar-link-list {
  margin: 0;
  padding-left: 1.2rem;
}

.fm-top-list li,
.fm-info-links li,
.fm-sidebar-link-list li {
  margin: 0 0 8px;
}

.fm-sidebar-link-list a {
  color: var(--fm-white);
  font-weight: 750;
  line-height: 1.32;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .55);
}

.fm-sidebar-link-list a:hover {
  color: var(--fm-cream);
}

.fm-sidebar-product-list {
  display: grid;
  gap: 10px;
}

.fm-sidebar-product {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 248, 231, .28);
  border-radius: 8px;
  background: rgba(8, 9, 11, .34);
}

.fm-sidebar-product--featured {
  background: linear-gradient(180deg, rgba(35, 25, 16, .72), rgba(7, 8, 10, .78));
}

.fm-sidebar-product__image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 248, 231, .1);
}

.fm-sidebar-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fm-panel--sale-product .fm-sidebar-product__image {
  aspect-ratio: auto;
  background: transparent;
}

.fm-panel--sale-product .fm-sidebar-product__image img {
  display: block;
  height: auto;
  object-fit: initial;
}

.fm-sidebar-product__image .fm-badge {
  position: absolute;
  left: 8px;
  top: 8px;
}

.fm-sidebar-product h3 {
  margin: 0;
  font-size: .94rem;
  line-height: 1.25;
}

.fm-sidebar-product h3 a {
  color: var(--fm-white);
}

.fm-sidebar-product__price {
  margin-top: 7px;
}

.fm-price--sidebar .fm-price__current {
  font-size: 1rem;
}

.fm-price--sidebar .fm-price__old,
.fm-price--sidebar .fm-price__until {
  font-size: .76rem;
}

.fm-content-header {
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 248, 231, .28);
  border-left: 5px solid var(--fm-gold);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--fm-surface-dark-soft), var(--fm-surface-dark));
  box-shadow: var(--fm-shadow-sm);
}

.fm-content-header h1 {
  margin: 0;
  color: var(--fm-white);
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 1.18;
  text-transform: uppercase;
}

.fm-content-header p {
  max-width: 72ch;
  margin: 8px 0 0;
  color: rgba(255, 248, 231, .78);
}

.fm-static-page__content,
.fm-product-detail__content {
  padding: 20px;
  border: 1px solid rgba(255, 248, 231, .24);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--fm-surface-dark-soft), var(--fm-surface-dark));
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
}

.fm-static-page__content > :first-child,
.fm-product-detail__content > :first-child {
  margin-top: 0;
}

.fm-static-page__content > :last-child,
.fm-product-detail__content > :last-child {
  margin-bottom: 0;
}

.fm-section {
  margin-top: 22px;
}

.fm-section-header {
  margin-bottom: 14px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.fm-section-header h2 {
  margin: 0;
  color: var(--fm-white);
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.fm-section-header span {
  color: rgba(255, 248, 231, .72);
  font-size: .9rem;
}

.fm-category-showcase {
  margin-bottom: 22px;
}

.fm-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fm-category-tile {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 248, 231, .32);
  border-radius: 8px;
  background: linear-gradient(180deg, #151317, #07080a);
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
  font-weight: 800;
}

.fm-category-tile:hover {
  border-color: var(--fm-gold-light);
  color: var(--fm-gold-light);
  text-decoration: none;
}

.fm-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 16px;
}

.fm-home-products--sale .fm-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fm-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 248, 231, .22);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--fm-surface-dark-soft), var(--fm-surface-dark));
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
  transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease;
}

.fm-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 213, 156, .68);
  box-shadow: var(--fm-shadow-md);
}

.fm-product-card__image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #111;
}

.fm-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fm-product-card__body {
  flex: 1;
  padding: 14px 14px 8px;
}

.fm-product-card__title {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.3;
}

.fm-product-card__title a {
  color: var(--fm-white);
}

.fm-product-card__meta {
  margin: 0 0 8px;
  color: rgba(255, 248, 231, .66);
  font-size: .85rem;
}

.fm-product-card__description {
  margin: 0;
  color: rgba(255, 248, 231, .78);
  font-size: .92rem;
}

.fm-product-card__footer {
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(255, 248, 231, .18);
}

.fm-product-card__price {
  margin-bottom: 10px;
  min-height: 48px;
}

.fm-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 9px;
  line-height: 1.15;
}

.fm-price__current {
  color: var(--fm-gold-light);
  font-size: 1.18rem;
  font-weight: 950;
}

.fm-price__current--sale {
  color: #ffe8a9;
}

.fm-price__old {
  color: rgba(255, 248, 231, .56);
  font-size: .9rem;
  font-weight: 750;
  text-decoration: line-through;
}

.fm-price__badge {
  border: 1px solid rgba(46, 125, 50, .44);
  border-radius: 999px;
  padding: 3px 7px;
  background: rgba(46, 125, 50, .2);
  color: #c9efcc;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fm-price__until {
  flex-basis: 100%;
  color: rgba(255, 248, 231, .64);
  font-size: .78rem;
  font-weight: 760;
}

.fm-price--detail {
  gap: 7px 12px;
}

.fm-price--detail .fm-price__current {
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
}

.fm-price--detail .fm-price__old {
  font-size: 1rem;
}

.fm-price--detail .fm-price__badge {
  padding: 4px 9px;
  font-size: .78rem;
}

.fm-product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fm-product-card .fm-product-card__actions .fm-add-to-cart {
  width: 100%;
  flex: 1 0 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(108px, auto);
  align-items: stretch;
}

.fm-product-card .fm-add-to-cart__quantity,
.fm-product-card .fm-add-to-cart .fm-btn {
  width: 100%;
}

.fm-product-card .fm-add-to-cart__quantity input {
  width: 100%;
  min-width: 44px;
}

.fm-product-card .fm-product-card__actions > .fm-btn-disabled {
  width: 100%;
  flex: 1 0 100%;
}

.fm-product-card__details {
  width: 100%;
  flex: 1 0 100%;
}

.fm-add-to-cart {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.fm-add-to-cart__quantity {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(241, 213, 156, .38);
  border-radius: var(--fm-radius-sm);
  padding: 4px 8px;
  background: rgba(255, 248, 231, .08);
  color: var(--fm-cream);
  font-weight: 850;
}

.fm-add-to-cart__quantity span {
  color: rgba(255, 248, 231, .72);
  font-size: .76rem;
  text-transform: uppercase;
}

.fm-add-to-cart__quantity input {
  width: 62px;
  min-height: 30px;
  border: 0;
  border-radius: 6px;
  background: rgba(7, 8, 10, .72);
  color: var(--fm-white);
  font: inherit;
  text-align: center;
}

.fm-add-to-cart__quantity input:focus {
  outline: 2px solid var(--fm-gold-light);
  outline-offset: 1px;
}

.fm-product-options {
  width: 100%;
  display: grid;
  gap: 8px;
}

.fm-product-options__field {
  display: grid;
  gap: 5px;
  color: var(--fm-cream);
  font-weight: 850;
}

.fm-product-options__field > span {
  color: rgba(255, 248, 231, .74);
  font-size: .78rem;
  text-transform: uppercase;
}

.fm-product-options__field select {
  min-height: 40px;
  border: 1px solid rgba(241, 213, 156, .45);
  border-radius: var(--fm-radius-sm);
  padding: 8px 10px;
  background: rgba(7, 8, 10, .82);
  color: var(--fm-white);
  font: inherit;
}

.fm-product-options__field select:focus {
  outline: 2px solid var(--fm-gold-light);
  outline-offset: 1px;
}

.fm-add-to-cart.is-pending {
  opacity: .78;
}

.fm-add-to-cart.is-pending .fm-btn {
  cursor: progress;
}

.fm-add-to-cart.is-success .fm-btn-primary {
  border-color: var(--fm-success);
  box-shadow: 0 0 0 1px rgba(46, 125, 50, .28);
}

.fm-add-to-cart.is-error .fm-btn-primary {
  border-color: #b3261e;
  box-shadow: 0 0 0 1px rgba(179, 38, 30, .28);
}

.fm-btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: var(--fm-radius-sm);
  padding: 9px 14px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.fm-btn:hover {
  text-decoration: none;
}

.fm-btn-primary {
  background: linear-gradient(180deg, #4a4746, #171719);
  border-color: rgba(255, 248, 231, .22);
  color: var(--fm-white);
}

.fm-btn-primary:hover {
  background: linear-gradient(180deg, #5b5754, #08090b);
  color: var(--fm-white);
}

.fm-btn-secondary {
  border-color: rgba(241, 213, 156, .48);
  background: linear-gradient(180deg, rgba(245, 218, 169, .28), rgba(79, 57, 32, .8));
  color: var(--fm-white);
}

.fm-btn-secondary:hover {
  border-color: var(--fm-gold-light);
  color: var(--fm-white);
}

.fm-btn-link {
  border-color: transparent;
  background: transparent;
  color: var(--fm-gold-light);
  padding-inline: 0;
}

.fm-btn-disabled,
.fm-btn:disabled {
  opacity: .72;
  cursor: not-allowed;
}

.fm-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 248, 231, .16);
  color: var(--fm-cream);
  font-size: .78rem;
  font-weight: 850;
}

.fm-badge-sale {
  background: var(--fm-warning);
  color: #241300;
}

.fm-badge-success {
  background: var(--fm-success);
  color: var(--fm-white);
}

.fm-product-card__image .fm-badge {
  position: absolute;
  top: 10px;
  left: 10px;
}

.fm-placeholder-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  border: 1px dashed rgba(241, 213, 156, .6);
  border-radius: 8px;
  background: rgba(8, 9, 11, .78);
  color: rgba(255, 248, 231, .75);
}

.fm-placeholder-block strong {
  color: var(--fm-gold-light);
}

.fm-search-results__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px) auto;
  gap: 10px;
  margin-bottom: 18px;
  padding: 12px;
  border: 1px solid rgba(255, 248, 231, .28);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--fm-surface-dark-soft), var(--fm-surface-dark));
  box-shadow: var(--fm-shadow-sm);
}

.fm-search-results__form input,
.fm-search-results__form select {
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid rgba(241, 213, 156, .45);
  border-radius: var(--fm-radius-sm);
  background: rgba(255, 248, 231, .95);
  color: var(--fm-black);
  padding: 0 12px;
}

.fm-search-results__form input::placeholder {
  color: rgba(33, 35, 39, .62);
}

.fm-search-results__form .fm-btn {
  min-height: 44px;
}

.fm-search-results__summary span {
  color: rgba(255, 248, 231, .76);
  font-weight: 800;
}

.fm-category-products__summary span {
  color: rgba(255, 248, 231, .76);
  font-weight: 800;
}

.fm-category-products__per-page {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(255, 248, 231, .82);
  font-size: .92rem;
  font-weight: 800;
}

.fm-category-products__per-page select {
  width: auto;
  min-width: 88px;
  min-height: 38px;
  padding: 7px 34px 7px 10px;
}

.fm-search-results__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid rgba(255, 248, 231, .2);
  border-radius: 8px;
  background: rgba(8, 9, 11, .64);
  color: var(--fm-cream);
}

.fm-search-results__pager span {
  min-width: 92px;
  text-align: center;
  font-weight: 800;
}

.fm-home-hero {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  display: grid;
  align-items: end;
  margin-bottom: 18px;
  border-radius: 8px;
  border: 1px solid rgba(241, 213, 156, .3);
  background: var(--fm-black);
  color: var(--fm-white);
}

.fm-home-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .56;
}

.fm-home-hero__content {
  position: relative;
  padding: 24px;
}

.fm-home-hero__content h1,
.fm-home-hero__content p {
  margin: 0;
}

.fm-service-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.fm-service-strip span,
.fm-service-strip a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 248, 231, .55);
  border-radius: 8px;
  background: linear-gradient(180deg, #d7bd8a, #71522d);
  color: var(--fm-white);
  box-shadow: var(--fm-shadow-sm);
  font-weight: 800;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .65);
}

.fm-service-strip a:hover {
  border-color: rgba(255, 248, 231, .86);
  background: linear-gradient(180deg, #efcf93, #8d642f);
  text-decoration: none;
}

.fm-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fm-product-detail {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: 20px;
}

.fm-product-detail__media,
.fm-product-detail__summary,
.fm-product-detail__content {
  border: 1px solid rgba(255, 248, 231, .22);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--fm-surface-dark-soft), var(--fm-surface-dark));
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
}

.fm-product-detail__media {
  padding: 18px;
}

.fm-product-detail__image-button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}

.fm-product-detail__image-button:focus-visible {
  outline: 3px solid var(--fm-gold);
  outline-offset: 4px;
}

.fm-product-detail__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.fm-product-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.fm-product-detail__thumb {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 3px;
  border: 1px solid rgba(255, 248, 231, .25);
  border-radius: 6px;
  background: rgba(255, 248, 231, .08);
  color: inherit;
  cursor: pointer;
}

.fm-product-detail__thumb:hover,
.fm-product-detail__thumb:focus-visible,
.fm-product-detail__thumb.is-active {
  border-color: var(--fm-gold);
  background: rgba(241, 213, 156, .16);
  outline: none;
}

.fm-product-detail__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.fm-product-detail__summary {
  padding: 22px;
}

.fm-product-detail__summary h1 {
  margin: 0 0 8px;
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
  line-height: 1.15;
  color: var(--fm-white);
  text-transform: uppercase;
}

.fm-product-detail__lead {
  color: rgba(255, 248, 231, .78);
  font-size: 1.05rem;
}

.fm-product-detail__price {
  margin: 18px 0;
}

.fm-product-detail__content {
  grid-column: 1 / -1;
}

.fm-image-modal[hidden] {
  display: none;
}

.fm-image-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.fm-image-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(10, 8, 6, .86);
  cursor: zoom-out;
}

.fm-image-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  max-width: calc(100vw - 36px);
  max-height: calc(100vh - 36px);
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(241, 213, 156, .5);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(48, 31, 16, .98), rgba(12, 10, 8, .98));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .65);
  outline: none;
}

.fm-image-modal__image {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 60px);
  max-height: calc(100vh - 60px);
  object-fit: contain;
}

.fm-image-modal__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 54px;
  border: 1px solid rgba(255, 248, 231, .38);
  border-radius: 6px;
  background: rgba(12, 10, 8, .78);
  color: var(--fm-white);
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.fm-image-modal__nav[hidden] {
  display: none;
}

.fm-image-modal__nav--prev {
  left: 16px;
}

.fm-image-modal__nav--next {
  right: 16px;
}

.fm-image-modal__nav:hover,
.fm-image-modal__nav:focus-visible {
  border-color: var(--fm-gold);
  background: var(--fm-gold);
  color: #1d1309;
  outline: none;
}

.fm-image-modal__counter {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(12, 10, 8, .78);
  color: var(--fm-white);
  font-size: .85rem;
  font-weight: 800;
  transform: translateX(-50%);
}

.fm-image-modal__counter[hidden] {
  display: none;
}

.fm-image-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 248, 231, .38);
  border-radius: 50%;
  background: rgba(12, 10, 8, .84);
  color: var(--fm-white);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.fm-image-modal__close:hover,
.fm-image-modal__close:focus-visible {
  border-color: var(--fm-gold);
  background: var(--fm-gold);
  color: #1d1309;
}

.is-image-modal-open {
  overflow: hidden;
}

.fm-product-rating-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0 0 12px;
  color: rgba(255, 248, 231, .78);
  font-size: .92rem;
  font-weight: 800;
}

.fm-product-rating-summary__stars,
.fm-product-reviews__stars,
.fm-product-review__stars {
  color: var(--fm-gold-light);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .55);
}

.fm-product-reviews {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(241, 213, 156, .36);
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(35, 27, 20, .96), rgba(16, 14, 13, .96)),
    var(--fm-surface-dark);
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-md);
}

.fm-product-reviews__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 248, 231, .18);
  padding-bottom: 12px;
}

.fm-product-reviews__header h2,
.fm-product-review-form h3,
.fm-product-review h3 {
  margin: 0;
  color: var(--fm-white);
}

.fm-product-reviews__header p,
.fm-product-reviews__empty,
.fm-product-review p,
.fm-product-review-form__message {
  margin: 6px 0 0;
  color: rgba(255, 248, 231, .78);
}

.fm-product-rating-summary__empty {
  border: 1px solid rgba(241, 213, 156, .28);
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(255, 248, 231, .08);
  color: rgba(255, 248, 231, .78);
}

.fm-product-reviews__stars {
  white-space: nowrap;
  font-size: 1.3rem;
}

.fm-product-reviews__list {
  display: grid;
  gap: 10px;
}

.fm-product-review {
  border: 1px solid rgba(255, 248, 231, .16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 248, 231, .06);
}

.fm-product-review__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 8px;
  color: rgba(255, 248, 231, .74);
  font-size: .9rem;
  font-weight: 800;
}

.fm-product-review__verified {
  padding: 3px 7px;
  background: rgba(46, 125, 50, .22);
  color: #c9efcc;
}

.fm-product-review-form {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(241, 213, 156, .24);
  border-radius: 8px;
  margin-top: 12px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 248, 231, .08), rgba(255, 248, 231, .04));
}

.fm-product-review-compose {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 248, 231, .18);
  padding-top: 14px;
}

.fm-product-review-compose__toggle {
  width: max-content;
  cursor: pointer;
  list-style: none;
}

.fm-product-review-compose__toggle::-webkit-details-marker {
  display: none;
}

.fm-product-review-compose[open] .fm-product-review-compose__toggle {
  border-color: rgba(241, 213, 156, .7);
}

.fm-product-review-form__title {
  display: grid;
  gap: 4px;
}

.fm-product-review-form__title p {
  margin: 0;
  color: rgba(255, 248, 231, .72);
  font-size: .9rem;
}

.fm-product-review-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fm-product-review-form label {
  display: grid;
  gap: 5px;
  color: rgba(255, 248, 231, .8);
  font-size: .9rem;
  font-weight: 850;
}

.fm-product-review-form input,
.fm-product-review-form select,
.fm-product-review-form textarea {
  width: 100%;
  border: 1px solid rgba(241, 213, 156, .46);
  border-radius: var(--fm-radius-sm);
  padding: 10px 11px;
  background: rgba(255, 248, 231, .96);
  color: #201812;
  font: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .16);
}

.fm-product-review-form textarea {
  resize: vertical;
  min-height: 118px;
}

.fm-product-review-form__check {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  flex-direction: row;
  width: max-content;
  max-width: 100%;
  gap: 9px;
  border: 1px solid rgba(241, 213, 156, .24);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 248, 231, .08);
  color: rgba(255, 248, 231, .84);
  cursor: pointer;
  user-select: none;
}

.fm-product-review-form__check input {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  appearance: none;
  border: 1px solid rgba(241, 213, 156, .56);
  border-radius: 5px;
  padding: 0;
  background: rgba(255, 248, 231, .95);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
  cursor: pointer;
}

.fm-product-review-form__check input:checked {
  border-color: #38a169;
  background: #20b15a;
}

.fm-product-review-form__check input:checked::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.fm-product-review-form__check span {
  min-width: 0;
}

.fm-product-review-form .fm-btn {
  justify-self: start;
}

.fm-cart__layout {
  display: block;
}

.fm-cart__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fm-cart-summary-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(241, 213, 156, .36);
  border-radius: 8px;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(81, 61, 34, .86), rgba(24, 20, 18, .95));
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
}

.fm-cart-summary-bar--bottom {
  margin: 14px 0 0;
}

.fm-cart-summary-bar__text {
  min-width: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.fm-cart-summary-bar__text span {
  color: rgba(255, 248, 231, .72);
  font-size: .88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fm-cart-summary-bar__text strong {
  color: var(--fm-gold-light);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 950;
}

.fm-cart-summary-bar .fm-btn {
  flex: 0 0 auto;
  min-width: 190px;
}

.fm-cart-item {
  border: 1px solid rgba(255, 248, 231, .22);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--fm-surface-dark-soft), var(--fm-surface-dark));
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
}

.fm-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto minmax(150px, 190px);
  align-items: center;
  gap: 14px;
  padding: 14px;
  transition: opacity .2s ease, transform .2s ease, border-color .2s ease;
}

.fm-cart-item.is-pending {
  opacity: .7;
}

.fm-cart-item.is-removing {
  opacity: 0;
  transform: translateX(12px);
}

.fm-cart-item.is-error {
  border-color: #b3261e;
}

.fm-cart-item__image {
  width: 96px;
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 231, .18);
  border-radius: 8px;
  background: rgba(255, 248, 231, .08);
}

.fm-cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fm-cart-item__main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fm-cart-item__main a {
  color: var(--fm-white);
}

.fm-cart-item__main a:hover {
  color: var(--fm-gold-light);
  text-decoration: none;
}

.fm-cart-item__main small {
  color: rgba(255, 248, 231, .66);
}

.fm-selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin: 2px 0 0;
}

.fm-selected-options div {
  display: inline-flex;
  gap: 4px;
  border: 1px solid rgba(241, 213, 156, .26);
  border-radius: 6px;
  padding: 3px 7px;
  background: rgba(255, 248, 231, .07);
}

.fm-selected-options dt,
.fm-selected-options dd {
  margin: 0;
  color: rgba(255, 248, 231, .78);
  font-size: .78rem;
}

.fm-selected-options dt::after {
  content: ":";
}

.fm-selected-options dd {
  color: var(--fm-white);
  font-weight: 850;
}

.fm-cart-item__quantity {
  display: grid;
  grid-template-columns: 38px 48px 38px;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.fm-cart-item__step,
.fm-cart-item__quantity-value {
  min-height: 38px;
  border: 1px solid rgba(241, 213, 156, .45);
  border-radius: var(--fm-radius-sm);
  background: rgba(255, 248, 231, .08);
  color: var(--fm-white);
  font-weight: 900;
  text-align: center;
}

.fm-cart-item__step {
  cursor: pointer;
  font-size: 1.15rem;
}

.fm-cart-item__step:hover {
  border-color: var(--fm-gold-light);
  background: rgba(241, 213, 156, .16);
}

.fm-cart-item__step:disabled {
  cursor: progress;
  opacity: .55;
}

.fm-cart-item__quantity-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 8, 10, .72);
}

.fm-cart-item__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.fm-cart-item__price span {
  color: rgba(255, 248, 231, .7);
  font-size: .9rem;
}

.fm-cart-item__unit {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px 7px;
}

.fm-cart-item__old-price,
.fm-checkout-summary__old-price {
  color: rgba(255, 248, 231, .52);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: line-through;
}

.fm-cart-item__sale-price,
.fm-checkout-summary__sale-price {
  color: #ffe8a9;
  font-weight: 950;
}

.fm-cart-item__discount {
  color: #c9efcc;
  font-size: .78rem;
  font-weight: 850;
}

.fm-cart-item__price strong {
  color: var(--fm-gold-light);
  font-size: 1.05rem;
}

.fm-cart__empty-note {
  margin: 0;
  border: 1px solid rgba(255, 248, 231, .18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 248, 231, .08);
  color: rgba(255, 248, 231, .76);
  font-weight: 800;
}

.fm-cart.is-empty .fm-cart-summary-bar--bottom,
.fm-cart.is-empty .fm-cart__items {
  display: none;
}

.fm-cart [aria-disabled="true"] {
  pointer-events: none;
  opacity: .55;
}

.fm-checkout {
  max-width: none;
  padding: 0;
}

.fm-checkout__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.fm-checkout__header p {
  margin-top: 6px;
  font-weight: 800;
}

.fm-checkout-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 14px;
}

.fm-checkout-step {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(241, 213, 156, .34);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(7, 8, 10, .38);
  color: rgba(255, 248, 231, .78);
  font-size: .86rem;
  font-weight: 900;
}

.fm-checkout-step.is-done {
  border-color: rgba(46, 125, 50, .46);
  background: rgba(46, 125, 50, .18);
  color: #dff2d8;
}

.fm-checkout-step.is-current {
  border-color: rgba(241, 213, 156, .76);
  background: linear-gradient(180deg, rgba(245, 218, 169, .32), rgba(76, 53, 29, .9));
  color: var(--fm-white);
}

.fm-checkout-step.is-skipped {
  opacity: .76;
}

.fm-checkout__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 320px);
  align-items: start;
  gap: 14px;
}

.fm-checkout__forms {
  display: grid;
  gap: 12px;
}

.fm-checkout-panel,
.fm-checkout .commerce-checkout-panel {
  margin: 0;
  border: 1px solid rgba(255, 248, 231, .22);
  border-radius: 8px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(23, 21, 25, .92), rgba(7, 8, 10, .95));
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
}

.fm-checkout-panel + .fm-checkout-panel {
  margin-top: 0;
}

.fm-checkout-panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 248, 231, .14);
}

.fm-checkout-panel__head h2 {
  margin: 0;
  color: var(--fm-white);
  font-size: 1.18rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.fm-checkout-form,
.fm-checkout .commerce-checkout-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
}

.fm-checkout-form--compact {
  margin-bottom: 12px;
}

.fm-checkout-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.fm-checkout-fields[hidden],
.fm-checkout [hidden] {
  display: none !important;
}

.fm-checkout-fields--nested {
  border: 1px solid rgba(241, 213, 156, .18);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 248, 231, .05);
}

.fm-checkout-field {
  min-width: 0;
  display: grid;
  gap: 5px;
  color: rgba(255, 248, 231, .82);
  font-size: .9rem;
  font-weight: 800;
}

.fm-checkout-field--wide {
  grid-column: 1 / -1;
}

.fm-checkout-field--country {
  max-width: 150px;
}

.fm-checkout-field span,
.fm-checkout-check span,
.fm-checkout-switch__text,
.fm-checkout-consent span {
  min-width: 0;
  color: var(--fm-white);
}

.fm-checkout-field input,
.fm-checkout-field select,
.fm-checkout-field textarea,
.fm-checkout-method select,
.fm-checkout-review textarea {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  border: 1px solid rgba(241, 213, 156, .36);
  border-radius: var(--fm-radius-sm);
  padding: 8px 10px;
  background: rgba(255, 248, 231, .96);
  color: #18120b;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .16);
}

.fm-checkout-field textarea,
.fm-checkout-review textarea {
  min-height: 96px;
  resize: vertical;
}

.fm-checkout-check {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  color: rgba(255, 248, 231, .86);
  font-weight: 800;
}

.fm-checkout-check input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  accent-color: var(--fm-gold);
}

.fm-checkout-switch {
  width: max-content;
  max-width: 100%;
  display: inline-grid;
  grid-template-columns: auto minmax(0, auto);
  align-items: center;
  gap: 11px;
  min-height: 42px;
  color: var(--fm-white);
  font-weight: 900;
  cursor: pointer;
  user-select: none;
}

.fm-checkout-switch__text {
  display: inline-block;
  line-height: 1.2;
}

.fm-checkout-switch input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.fm-checkout-switch__control {
  position: relative;
  width: 48px;
  height: 26px;
  flex: 0 0 48px;
  border: 1px solid rgba(255, 248, 231, .34);
  border-radius: 999px;
  background: rgba(255, 248, 231, .18);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .28);
  transition: background .18s ease, border-color .18s ease;
}

.fm-checkout-switch__control::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--fm-white);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .32);
  transition: transform .18s ease;
}

.fm-checkout-switch input:checked + .fm-checkout-switch__control {
  border-color: rgba(246, 190, 83, .86);
  background: linear-gradient(180deg, #f0c463, #8f642b);
}

.fm-checkout-switch input:checked + .fm-checkout-switch__control::after {
  transform: translateX(22px);
}

.fm-checkout-switch input:focus-visible + .fm-checkout-switch__control,
.fm-checkout-choice input:focus-visible + .fm-checkout-choice__body,
.fm-checkout-consent input:focus-visible + .fm-checkout-consent__box {
  outline: 2px solid var(--fm-gold-light);
  outline-offset: 3px;
}

.fm-checkout-actions {
  margin-top: 2px;
}

.fm-checkout .fm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.fm-checkout-form.is-autosaving {
  opacity: .58;
  pointer-events: none;
  filter: grayscale(.35);
}

body.is-checkout-autosaving {
  cursor: wait;
}

body.is-checkout-autosaving .fm-checkout {
  opacity: .74;
  pointer-events: none;
  filter: grayscale(.38);
  cursor: wait;
}

.fm-checkout-busy[hidden] {
  display: none;
}

.fm-checkout-busy {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1300;
  border: 1px solid rgba(246, 190, 83, .72);
  border-radius: 8px;
  padding: 12px 15px;
  background: rgba(16, 13, 10, .96);
  color: #fff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .42);
  font-size: .92rem;
  font-weight: 900;
  letter-spacing: 0;
}

.fm-checkout-form.is-autosave-error .fm-checkout-field input,
.fm-checkout-form.is-autosave-error .fm-checkout-field textarea,
.fm-checkout-form.is-autosave-error .fm-checkout-choice,
.fm-checkout-form.is-autosave-error .fm-checkout-consent {
  border-color: rgba(179, 38, 30, .62);
}

.fm-checkout-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fm-checkout-method {
  align-content: start;
  border: 1px solid rgba(255, 248, 231, .14);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 248, 231, .06);
}

.fm-checkout-method__title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--fm-white);
  font-size: .95rem;
  text-transform: uppercase;
}

.fm-checkout-muted {
  margin: 0;
  border: 1px solid rgba(255, 248, 231, .14);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 248, 231, .05);
  color: rgba(255, 248, 231, .68);
  font-weight: 800;
}

.fm-checkout-choice-list {
  display: grid;
  gap: 8px;
}

.fm-checkout-choice {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 248, 231, .18);
  border-radius: 8px;
  padding: 10px;
  background: rgba(7, 8, 10, .28);
  color: var(--fm-white);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.fm-checkout-choice:hover {
  border-color: rgba(241, 213, 156, .5);
  background: rgba(255, 248, 231, .09);
}

.fm-checkout-choice input {
  width: 18px;
  height: 18px;
  margin: 0;
  justify-self: center;
  accent-color: var(--fm-gold);
}

.fm-checkout-choice:has(input:checked) {
  border-color: rgba(246, 190, 83, .78);
  background: rgba(246, 190, 83, .12);
}

.fm-checkout-choice__body {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.fm-checkout-choice__name {
  overflow: hidden;
  color: var(--fm-white);
  font-size: .9rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fm-checkout-choice__meta {
  color: rgba(255, 248, 231, .68);
  font-size: .84rem;
  font-weight: 700;
}

.fm-checkout-choice__details {
  grid-column: 2 / -1;
  min-width: 0;
  margin-top: -2px;
}

.fm-checkout-choice__details summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--fm-gold-light);
  cursor: pointer;
  font-size: .8rem;
  font-weight: 850;
  list-style: none;
}

.fm-checkout-choice__details summary::-webkit-details-marker {
  display: none;
}

.fm-checkout-choice__details summary::after {
  content: "+";
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1px solid rgba(246, 190, 83, .45);
  border-radius: 50%;
  color: var(--fm-gold-light);
  font-size: .72rem;
  line-height: 1;
}

.fm-checkout-choice__details[open] summary {
  margin-bottom: 6px;
}

.fm-checkout-choice__details[open] summary::after {
  content: "-";
}

.fm-checkout-choice__details span {
  display: block;
  color: rgba(255, 248, 231, .74);
  font-size: .84rem;
  font-weight: 650;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fm-foxpost-choice {
  grid-column: 2 / -1;
  display: grid;
  gap: 8px;
  min-width: 0;
}

.fm-checkout-choice--foxpost .fm-checkout-choice__details {
  display: none;
}

.fm-foxpost-choice__button {
  position: relative;
  z-index: 2;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(246, 190, 83, .5);
  border-radius: 8px;
  padding: 7px 10px;
  background: rgba(246, 190, 83, .1);
  color: var(--fm-gold-light);
  cursor: pointer;
  font: inherit;
  font-size: .82rem;
  font-weight: 850;
}

.fm-foxpost-choice__button:hover {
  border-color: rgba(246, 190, 83, .85);
  background: rgba(246, 190, 83, .18);
}

.fm-foxpost-choice__selected {
  margin: 0;
  color: rgba(255, 248, 231, .86);
  font-size: .82rem;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fm-foxpost-choice__selected.is-empty {
  color: rgba(255, 248, 231, .58);
}

.fm-foxpost-modal[hidden] {
  display: none;
}

.fm-foxpost-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 18px;
}

.fm-foxpost-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .74);
}

.fm-foxpost-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(980px, calc(100vw - 28px));
  height: min(760px, calc(100vh - 28px));
  overflow: hidden;
  border: 1px solid rgba(246, 190, 83, .42);
  border-radius: 8px;
  background: #16120f;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

.fm-foxpost-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 248, 231, .12);
  color: var(--fm-white);
}

.fm-foxpost-modal__head strong {
  font-size: .95rem;
  text-transform: uppercase;
}

.fm-foxpost-modal__close {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 248, 231, .18);
  border-radius: 8px;
  background: rgba(255, 248, 231, .07);
  color: var(--fm-white);
  cursor: pointer;
}

.fm-foxpost-modal__close:hover {
  border-color: rgba(246, 190, 83, .65);
  color: var(--fm-gold-light);
}

.fm-foxpost-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

body.is-foxpost-modal-open {
  overflow: hidden;
}

.fm-checkout-choice__price {
  color: #fff !important;
  font-size: .88rem;
  font-weight: 850;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
  white-space: nowrap;
}

.fm-checkout-method .fm-btn {
  width: 100%;
}

.fm-checkout-errors {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
}

.fm-checkout-errors p,
.fm-checkout .commerce-checkout-error {
  margin: 0;
  border: 1px solid rgba(179, 38, 30, .5);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(179, 38, 30, .16);
  color: #ffd8d3;
  font-weight: 800;
}

.fm-checkout-consents {
  display: grid;
  gap: 8px;
}

.fm-checkout-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 248, 231, .15);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 248, 231, .06);
  color: var(--fm-white);
  font-weight: 900;
  cursor: pointer;
}

.fm-checkout-consent input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.fm-checkout-consent__box {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 248, 231, .38);
  border-radius: 6px;
  background: rgba(7, 8, 10, .28);
  color: transparent;
}

.fm-checkout-consent__box::after {
  content: "";
  width: 7px;
  height: 12px;
  border: solid #16100a;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: translateY(-1px) rotate(45deg);
}

.fm-checkout-consent input:checked + .fm-checkout-consent__box {
  border-color: rgba(246, 190, 83, .84);
  background: linear-gradient(180deg, #f0c463, #8f642b);
  color: #16100a;
}

.fm-checkout-consent input:checked + .fm-checkout-consent__box::after {
  opacity: 1;
}

.fm-checkout-cancel {
  margin: 8px 0 0;
}

.fm-checkout-summary {
  position: sticky;
  top: 14px;
  display: grid;
  align-self: start;
  gap: 12px;
}

.fm-checkout-summary__head {
  display: grid;
  gap: 2px;
}

.fm-checkout-summary__head strong {
  color: var(--fm-white);
  font-size: 1.08rem;
  text-transform: uppercase;
}

.fm-checkout-summary__head span {
  display: block;
  color: rgba(255, 248, 231, .66);
  font-size: .86rem;
  font-weight: 800;
}

.fm-checkout-summary__items {
  display: grid;
  gap: 7px;
  border-block: 1px solid rgba(255, 248, 231, .13);
  padding-block: 10px;
}

.fm-checkout-summary__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  color: rgba(255, 248, 231, .82);
  font-size: .88rem;
}

.fm-checkout-summary__name,
.fm-checkout-summary__item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fm-checkout-summary__name {
  color: var(--fm-white);
  font-weight: 900;
  text-decoration: none;
}

.fm-checkout-summary__name:hover {
  color: var(--fm-gold-light);
}

.fm-checkout-summary__item strong {
  color: var(--fm-gold-light);
  font-size: .88rem;
}

.fm-checkout-summary__unit {
  color: rgba(255, 248, 231, .64);
  font-size: .8rem;
}

.fm-checkout-summary__options {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  grid-column: 1 / -1;
  color: rgba(255, 248, 231, .7);
  font-size: .78rem;
}

.fm-checkout-summary__options span {
  display: inline;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.fm-checkout-summary__unit .fm-checkout-summary__old-price,
.fm-checkout-summary__unit .fm-checkout-summary__sale-price {
  margin-left: 4px;
}

.fm-checkout-summary__line-total {
  color: var(--fm-white);
  font-size: .84rem;
  font-weight: 900;
  text-align: right;
}

.fm-checkout-summary__more {
  width: 100%;
  border: 1px solid rgba(241, 213, 156, .22);
  border-radius: var(--fm-radius-sm);
  padding: 7px 9px;
  background: rgba(255, 248, 231, .06);
  color: rgba(255, 248, 231, .74);
  font-size: .86rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.fm-checkout-summary__more:hover {
  border-color: rgba(241, 213, 156, .42);
  color: var(--fm-white);
}

.fm-checkout-summary__totals {
  display: grid;
  gap: 8px;
  margin: 0;
}

.fm-checkout-summary__totals div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.fm-checkout-summary__totals dt,
.fm-checkout-summary__totals dd {
  margin: 0;
}

.fm-checkout-summary__totals dt {
  color: rgba(255, 248, 231, .7);
  font-weight: 800;
}

.fm-checkout-summary__totals dd {
  color: var(--fm-white);
  font-weight: 900;
  text-align: right;
}

.fm-checkout-summary__grand {
  margin-top: 4px;
  border-top: 1px solid rgba(241, 213, 156, .24);
  padding-top: 10px;
}

.fm-checkout-summary__grand dt,
.fm-checkout-summary__grand dd {
  color: var(--fm-gold-light);
  font-size: 1.06rem;
}

.fm-checkout-summary__submit {
  width: 100%;
}

.fm-btn-checkout-submit,
.fm-checkout .fm-btn-checkout-submit {
  min-height: 46px;
  border-color: rgba(255, 216, 119, .9);
  background: linear-gradient(180deg, #ffd978 0%, #d69427 48%, #865016 100%);
  color: #1b1108;
  font-size: .96rem;
  font-weight: 950;
  text-shadow: 0 1px 0 rgba(255, 248, 231, .5);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 248, 231, .52);
}

.fm-checkout-review .fm-btn-checkout-submit {
  width: 100%;
}

.fm-btn-checkout-submit:hover,
.fm-checkout .fm-btn-checkout-submit:hover {
  border-color: #ffe6a3;
  background: linear-gradient(180deg, #ffe191 0%, #e6a83a 48%, #9b5e19 100%);
  color: #120b04;
  transform: translateY(-1px);
}

.fm-checkout-guest-choice {
  display: grid;
  gap: 14px;
}

.fm-checkout-guest-choice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fm-checkout-guest-choice__panel {
  display: grid;
  align-content: start;
  gap: 12px;
}

.fm-checkout-guest-choice__panel h2 {
  margin: 0;
  color: var(--fm-white);
  font-size: 1.16rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.fm-checkout-guest-choice__panel p {
  margin: 0;
  color: rgba(255, 248, 231, .72);
  font-weight: 800;
}

.fm-checkout-guest-choice__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(241, 213, 156, .32);
  border-radius: 8px;
  background: rgba(241, 213, 156, .1);
  color: var(--fm-gold-light);
  font-size: 1.35rem;
}

.fm-checkout-error-box {
  border: 1px solid rgba(255, 248, 231, .22);
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(180deg, var(--fm-surface-dark-soft), var(--fm-surface-dark));
  box-shadow: var(--fm-shadow-sm);
}

.fm-checkout-error-box h1 {
  margin: 0 0 12px;
  color: var(--fm-white);
}

.fm-auth {
  display: grid;
  gap: 16px;
}

.fm-auth__header {
  margin-bottom: 0;
}

.fm-auth__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
  align-items: start;
  gap: 16px;
}

.fm-auth__layout--single {
  grid-template-columns: minmax(0, 560px);
}

.fm-auth--register .fm-auth__layout--single {
  grid-template-columns: minmax(0, 1fr);
}

.fm-account__layout {
  display: grid;
  grid-template-columns: minmax(240px, 310px) minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.fm-account__forms {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.fm-auth__panel {
  min-width: 0;
  border: 1px solid rgba(255, 248, 231, .24);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--fm-surface-dark-soft), var(--fm-surface-dark));
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
}

.fm-auth__form,
.fm-auth__side {
  padding: 18px;
}

.fm-auth__form h2,
.fm-account__summary h2 {
  margin: 0;
  color: var(--fm-white);
  font-size: 1.08rem;
  line-height: 1.22;
  text-transform: uppercase;
}

.fm-auth__form,
.fm-auth__fields,
.fm-auth__side {
  display: grid;
  gap: 14px;
}

.fm-auth__fields--register {
  grid-template-columns: 1fr;
}

.fm-auth-field {
  min-width: 0;
  display: grid;
  gap: 6px;
  color: rgba(255, 248, 231, .82);
  font-size: .9rem;
  font-weight: 800;
}

.fm-auth-field--wide {
  grid-column: 1 / -1;
}

.fm-auth-field label {
  color: var(--fm-white);
}

.fm-auth-field input,
.fm-auth-field select {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  border: 1px solid rgba(241, 213, 156, .36);
  border-radius: var(--fm-radius-sm);
  padding: 9px 11px;
  background: rgba(255, 248, 231, .96);
  color: #18120b;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .16);
}

.fm-auth-field select {
  appearance: auto;
}

.fm-auth-field input[aria-invalid="true"] {
  border-color: rgba(179, 38, 30, .7);
}

.fm-auth-consents {
  display: grid;
  gap: 8px;
  padding-top: 4px;
  color: rgba(255, 248, 231, .82);
  font-size: .9rem;
  font-weight: 750;
}

.fm-auth-consents .fm-checkout-consent {
  width: 100%;
  align-items: center;
}

.fm-auth-consents .fm-checkout-consent input[aria-invalid="true"] + .fm-checkout-consent__box {
  outline: 2px solid rgba(179, 38, 30, .7);
  outline-offset: 2px;
}

.fm-auth-consents .fm-checkout-consent a {
  color: var(--fm-gold-light);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fm-auth-field-errors {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  color: #ffd8d3;
  font-size: .86rem;
  font-weight: 800;
  list-style: none;
}

.fm-auth-alert {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 850;
}

.fm-auth-alert--error {
  border: 1px solid rgba(179, 38, 30, .5);
  background: rgba(179, 38, 30, .16);
  color: #ffd8d3;
}

.fm-auth-alert--success {
  border: 1px solid rgba(46, 125, 50, .52);
  background: rgba(46, 125, 50, .18);
  color: #dff4d8;
}

.fm-auth-alert--notice {
  border: 1px solid rgba(241, 181, 63, .7);
  background: linear-gradient(135deg, rgba(105, 69, 17, .88), rgba(31, 25, 17, .96));
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
}

.fm-auth-alert--notice > i {
  color: #ffc857;
  font-size: 1.25rem;
}

.fm-auth-alert--notice span {
  display: grid;
  gap: 3px;
}

.fm-auth-alert--notice strong {
  color: var(--fm-white);
  font-size: 1rem;
  text-transform: uppercase;
}

.fm-http-error {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(180px, .55fr) minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 231, .28);
  border-radius: 10px;
  background:
    radial-gradient(circle at 12% 50%, rgba(241, 181, 63, .2), transparent 34%),
    linear-gradient(135deg, #171311, #09090b 62%, #20170d);
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-md);
}

.fm-http-error::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, .018) 3px 4px);
}

.fm-http-error__code {
  position: relative;
  z-index: 1;
  padding: 28px;
  color: rgba(241, 181, 63, .92);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 950;
  line-height: .85;
  letter-spacing: -.08em;
  text-align: center;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .52);
}

.fm-http-error__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 42px 46px 42px 22px;
}

.fm-http-error__eyebrow {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(241, 181, 63, .4);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(91, 58, 14, .35);
  color: #ffc857;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.fm-http-error h1 {
  margin: 0;
  color: var(--fm-white);
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.fm-http-error p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 248, 231, .8);
  font-size: 1.02rem;
  line-height: 1.6;
}

.fm-http-error__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 8px;
}

.fm-http-error__actions .fm-auth__text-link {
  padding: 8px 2px;
}

.fm-auth__actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fm-auth__submit {
  width: 100%;
  min-width: 0;
  justify-content: center;
}

.fm-auth__side-block {
  display: grid;
  gap: 10px;
}

.fm-auth__side-block + .fm-auth__side-block {
  border-top: 1px solid rgba(255, 248, 231, .14);
  padding-top: 14px;
}

.fm-auth-login-prompt {
  min-width: 0;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 248, 231, .18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 248, 231, .06);
}

.fm-auth-login-prompt .fm-btn {
  justify-self: start;
}

.fm-auth__side-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fm-white);
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.fm-auth__side-title i {
  color: var(--fm-gold-light);
}

.fm-auth__side-text {
  margin: 0;
  color: rgba(255, 248, 231, .72);
  font-size: .92rem;
}

.fm-auth__side .fm-btn {
  width: 100%;
}

.fm-auth__text-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  color: var(--fm-gold-light);
  font-weight: 850;
}

.fm-account__summary {
  padding: 18px;
  display: grid;
  gap: 14px;
}

.fm-account__avatar {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(241, 213, 156, .46);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(241, 213, 156, .28), rgba(7, 8, 10, .6));
  color: var(--fm-gold-light);
  font-size: 1.8rem;
}

.fm-account__summary p {
  margin: 6px 0 0;
  color: rgba(255, 248, 231, .72);
  overflow-wrap: anywhere;
}

.fm-account__meta {
  display: grid;
  gap: 8px;
  margin: 0;
}

.fm-account__meta div {
  display: grid;
  gap: 3px;
  border-top: 1px solid rgba(255, 248, 231, .14);
  padding-top: 10px;
}

.fm-account__meta dt {
  color: rgba(255, 248, 231, .62);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.fm-account__meta dd {
  margin: 0;
  color: var(--fm-white);
  font-weight: 800;
}

.fm-account__logout {
  margin: 0;
}

.fm-account__logout .fm-btn {
  width: 100%;
}

.fm-account-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 248, 231, .86);
  font-size: .9rem;
  font-weight: 800;
}

.fm-account-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--fm-gold);
}

.fm-account-empty {
  margin: 0;
  color: rgba(255, 248, 231, .76);
  font-weight: 750;
}

.fm-auth__fields--address {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fm-account-addresses {
  gap: 16px;
}

.fm-account-address {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(241, 213, 156, .22);
  border-radius: 8px;
  background: rgba(255, 248, 231, .05);
}

.fm-account-address__header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.fm-account-address__header h3 {
  margin: 0 0 4px;
  color: var(--fm-white);
  font-size: 1rem;
  line-height: 1.25;
}

.fm-account-address__header p {
  margin: 0;
  color: rgba(255, 248, 231, .76);
  font-size: .9rem;
  font-weight: 750;
}

.fm-account-address__badges,
.fm-account-address__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fm-account-address__badges {
  justify-content: flex-end;
}

.fm-account-address__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(246, 178, 70, .18);
  color: var(--fm-gold-light);
  font-size: .78rem;
  font-weight: 900;
  white-space: nowrap;
}

.fm-account-address__edit {
  display: grid;
  gap: 12px;
}

.fm-account-address__edit summary {
  cursor: pointer;
  color: var(--fm-gold-light);
  font-weight: 900;
}

.fm-account-address__edit form {
  display: grid;
  gap: 14px;
  padding-top: 8px;
}

.fm-account-address__actions .fm-btn {
  min-height: 36px;
  padding: 7px 10px;
  font-size: .9rem;
}

.fm-flash-stack {
  width: min(var(--fm-container), calc(100% - 32px));
  margin: 16px auto 0;
  display: grid;
  gap: 8px;
}

.fm-flash {
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--fm-surface-dark-soft);
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
  font-weight: 700;
}

.fm-flash--success {
  border-left: 5px solid var(--fm-success);
}

.fm-flash--error,
.fm-flash--danger {
  border-left: 5px solid #b33a2f;
}

.fm-flash--warning {
  border-left: 5px solid var(--fm-warning);
}

.fm-flash--info {
  border-left: 5px solid #3572a5;
}

.fm-footer {
  margin-top: 38px;
  background: rgba(15, 12, 10, .94);
  color: rgba(255, 248, 231, .84);
}

.fm-footer__inner {
  width: min(var(--fm-container), calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.4fr);
  gap: 18px;
}

.fm-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fm-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.fm-footer a {
  color: var(--fm-white);
}

.fm-footer__meta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding-top: 16px;
  font-size: .9rem;
}

.fm-popup-overlay,
.mw4-announcement-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(12, 8, 4, .72);
}

.fm-popup-modal,
.mw4-announcement-popup {
  width: min(640px, 100%);
  max-height: min(760px, calc(100vh - 44px));
  overflow: auto;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--fm-surface-dark-soft), var(--fm-surface-dark));
  color: var(--fm-cream);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.fm-popup-modal__header,
.mw4-announcement-popup__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-top: 6px solid var(--fm-gold);
  border-bottom: 1px solid rgba(255, 248, 231, .18);
}

.fm-popup-modal__header h2,
.mw4-announcement-popup__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25;
}

.fm-popup-modal__body,
.mw4-announcement-popup__body {
  padding: 18px 22px 8px;
}

.fm-popup-modal__actions,
.mw4-announcement-popup__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 22px 20px;
}

.fm-popup-modal__close,
.mw4-announcement-popup__x {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(241, 213, 156, .45);
  border-radius: 50%;
  background: rgba(255, 248, 231, .12);
  color: var(--fm-cream);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.mw4-announcement-popup__close {
  min-height: 40px;
  border: 0;
  border-radius: var(--fm-radius-sm);
  background: linear-gradient(180deg, #4a4746, #171719);
  color: var(--fm-white);
  padding: 9px 16px;
  cursor: pointer;
  font-weight: 800;
}

.fm-popup-modal--info .fm-popup-modal__header,
.mw4-announcement-popup--info .mw4-announcement-popup__header {
  border-top-color: var(--fm-gold);
}

.fm-popup-modal--warning .fm-popup-modal__header,
.mw4-announcement-popup--warning .mw4-announcement-popup__header {
  border-top-color: var(--fm-warning);
}

.fm-popup-modal--danger .fm-popup-modal__header,
.mw4-announcement-popup--danger .mw4-announcement-popup__header {
  border-top-color: #b33a2f;
}

.fm-popup-modal--success .fm-popup-modal__header,
.mw4-announcement-popup--success .mw4-announcement-popup__header {
  border-top-color: var(--fm-success);
}

.commerce-catalog,
.commerce-cart,
.static-page,
.commerce-withdrawal {
  background: transparent;
}

.commerce-withdrawal {
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--fm-cream);
}

.commerce-withdrawal__intro {
  margin: 0 0 18px;
  padding: 20px;
  border: 1px solid rgba(255, 248, 231, .28);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(35, 25, 16, .78), rgba(7, 8, 10, .78));
  box-shadow: var(--fm-shadow-sm);
}

.commerce-withdrawal__intro h1 {
  margin: 0;
  color: var(--fm-white);
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 1.18;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .72);
}

.commerce-withdrawal__intro p {
  max-width: 72ch;
  margin: 8px 0 0;
  color: rgba(255, 248, 231, .78);
  font-weight: 800;
}

.commerce-withdrawal__form {
  display: grid;
  gap: 16px;
  max-width: none;
}

.commerce-withdrawal fieldset,
.commerce-withdrawal__summary,
.commerce-withdrawal__orders,
.commerce-withdrawal__success {
  margin: 0;
  border: 1px solid rgba(255, 248, 231, .24);
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(180deg, var(--fm-surface-dark-soft), var(--fm-surface-dark));
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
}

.commerce-withdrawal fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.commerce-withdrawal fieldset > legend {
  grid-column: 1 / -1;
  float: left;
  width: 100%;
  margin: 0 0 2px;
  padding: 0;
  color: var(--fm-white);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.22;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
  text-transform: uppercase;
}

.commerce-withdrawal fieldset > legend + * {
  clear: both;
}

.commerce-withdrawal label {
  min-width: 0;
  display: grid;
  gap: 6px;
  margin: 0;
  color: rgba(255, 248, 231, .82);
  font-size: .9rem;
  font-weight: 800;
}

.commerce-withdrawal label:has(textarea),
.commerce-withdrawal__check,
.commerce-withdrawal__decision,
.commerce-withdrawal .field-error {
  grid-column: 1 / -1;
}

.commerce-withdrawal label > span {
  color: var(--fm-white);
}

.commerce-withdrawal input,
.commerce-withdrawal select,
.commerce-withdrawal textarea {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  border: 1px solid rgba(241, 213, 156, .36);
  border-radius: var(--fm-radius-sm);
  padding: 9px 11px;
  background: rgba(255, 248, 231, .96);
  color: #18120b;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .16);
}

.commerce-withdrawal textarea {
  min-height: 94px;
  resize: vertical;
}

.commerce-withdrawal__check {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  border: 1px solid rgba(255, 248, 231, .18);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 248, 231, .08);
}

.commerce-withdrawal__check input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--fm-gold);
  box-shadow: none;
}

.commerce-withdrawal__decision {
  margin: 0;
  border-left: 4px solid var(--fm-gold);
  padding: 10px 12px;
  background: rgba(241, 213, 156, .1);
  color: var(--fm-white);
  font-weight: 850;
}

.commerce-withdrawal__summary {
  display: grid;
  gap: 12px;
}

.commerce-withdrawal__summary h2,
.commerce-withdrawal__orders h2,
.commerce-withdrawal__success h1 {
  margin: 0;
  color: var(--fm-white);
  font-size: 1.16rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .72);
}

.commerce-withdrawal__summary p,
.commerce-withdrawal__success p {
  margin: 0;
  color: rgba(255, 248, 231, .78);
  font-weight: 800;
}

.commerce-withdrawal button {
  min-height: 40px;
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 248, 231, .22);
  border-radius: var(--fm-radius-sm);
  background: linear-gradient(180deg, #4a4746, #171719);
  color: var(--fm-white);
  cursor: pointer;
  font-weight: 900;
  padding: 9px 16px;
  text-decoration: none;
}

.commerce-withdrawal button:hover {
  background: linear-gradient(180deg, #5b5754, #08090b);
}

.commerce-withdrawal__alert,
.commerce-withdrawal .field-error {
  margin: 0;
  border: 1px solid rgba(179, 38, 30, .5);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(179, 38, 30, .16);
  color: #ffd8d3;
  font-size: .88rem;
  font-weight: 850;
}

.commerce-withdrawal__hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.commerce-withdrawal__order-list {
  display: grid;
  gap: 10px;
}

.commerce-withdrawal__order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 248, 231, .18);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 248, 231, .08);
}

body.fm-site .fm-content .commerce-withdrawal {
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--fm-cream);
}

body.fm-site .fm-content .commerce-withdrawal__intro,
body.fm-site .fm-content .commerce-withdrawal fieldset,
body.fm-site .fm-content .commerce-withdrawal__summary,
body.fm-site .fm-content .commerce-withdrawal__orders,
body.fm-site .fm-content .commerce-withdrawal__success {
  border-color: rgba(255, 248, 231, .24);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--fm-surface-dark-soft), var(--fm-surface-dark));
  color: var(--fm-cream);
  box-shadow: var(--fm-shadow-sm);
}

body.fm-site .fm-content .commerce-withdrawal__intro {
  margin-bottom: 18px;
  background: linear-gradient(180deg, rgba(35, 25, 16, .78), rgba(7, 8, 10, .78));
}

body.fm-site .fm-content .commerce-withdrawal__intro h1,
body.fm-site .fm-content .commerce-withdrawal__summary h2,
body.fm-site .fm-content .commerce-withdrawal__orders h2,
body.fm-site .fm-content .commerce-withdrawal__success h1,
body.fm-site .fm-content .commerce-withdrawal fieldset > legend {
  color: var(--fm-white);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .72);
}

body.fm-site .fm-content .commerce-withdrawal fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 18px;
}

body.fm-site .fm-content .commerce-withdrawal input,
body.fm-site .fm-content .commerce-withdrawal select,
body.fm-site .fm-content .commerce-withdrawal textarea {
  width: 100%;
  border-color: rgba(241, 213, 156, .36);
  border-radius: var(--fm-radius-sm);
  background: rgba(255, 248, 231, .96);
  color: #18120b;
}

body.fm-site .fm-content .commerce-withdrawal button {
  border: 1px solid rgba(255, 248, 231, .22);
  border-radius: var(--fm-radius-sm);
  background: linear-gradient(180deg, #4a4746, #171719);
  color: var(--fm-white);
}

@media (max-width: 1180px) {
  .fm-page-shell {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .fm-sidebar-right {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fm-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .fm-top-strip__inner {
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
  }

  .fm-top-strip__desktop {
    display: none;
  }

  .fm-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
    padding: 14px 0;
  }

  .fm-brand__logo {
    height: 64px;
  }

  .fm-header__search {
    grid-column: 1 / -1;
    order: 3;
  }

  .fm-header__actions {
    display: none;
  }

  .fm-mobile-toggle {
    display: inline-flex;
  }

  .fm-main-nav {
    position: static;
    display: none;
  }

  .fm-site.is-nav-open .fm-main-nav {
    display: block;
  }

  .fm-main-nav__inner {
    min-height: 0;
    display: grid;
    gap: 8px;
    padding: 8px 0;
  }

  .fm-main-nav__cart {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }

  .fm-main-nav__menu {
    min-width: 0;
  }

  .fm-main-menu,
  .fm-main-nav__menu > ul {
    min-height: 0;
    display: grid;
    gap: 4px;
    padding: 0;
  }

  .fm-main-menu a,
  .fm-main-nav__menu a {
    padding: 12px 10px;
  }

  .fm-main-menu__submenu {
    position: static;
    display: block;
    min-width: 0;
    margin-left: 10px;
    box-shadow: none;
  }

  .fm-page-shell {
    grid-template-columns: 1fr;
  }

  .fm-sidebar-left {
    order: 1;
  }

  .fm-site.has-js .fm-sidebar-left {
    min-height: 0;
  }

  .fm-site.has-js .fm-panel--categories {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    z-index: 90;
    max-height: min(76vh, 640px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 248, 231, .72);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(189, 154, 103, .98), rgba(75, 52, 28, .98));
    box-shadow: 0 22px 60px rgba(0, 0, 0, .54);
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
  }

  .fm-site.has-js.is-category-panel-open .fm-panel--categories {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .fm-site.has-js .fm-panel--categories .fm-panel__header {
    min-height: 52px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 248, 231, .38);
    background: linear-gradient(180deg, rgba(236, 211, 166, .78), rgba(95, 67, 34, .96));
  }

  .fm-site.has-js .fm-panel--categories .fm-panel__body {
    max-height: calc(min(76vh, 640px) - 52px);
    overflow: auto;
    padding: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .fm-site.has-js .fm-mobile-category-close {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 248, 231, .58);
    border-radius: 8px;
    background: rgba(18, 15, 12, .72);
    color: var(--fm-white);
    cursor: pointer;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1;
  }

  .fm-site.has-js .fm-mobile-category-overlay {
    position: fixed;
    inset: 0;
    z-index: 79;
    display: block;
    background: rgba(0, 0, 0, .46);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
    visibility: hidden;
  }

  .fm-site.has-js.is-category-panel-open .fm-mobile-category-overlay {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .fm-site.has-js .fm-mobile-category-launcher {
    position: fixed;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 85;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 248, 231, .72);
    border-radius: 8px;
    background: linear-gradient(180deg, #f1d59c, #a46f27 52%, #4b321b);
    color: #16100a;
    cursor: pointer;
    font-weight: 950;
    padding: 0 16px;
    text-transform: uppercase;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .42);
  }

  .fm-site.has-js.is-category-panel-open .fm-mobile-category-launcher {
    opacity: 0;
    pointer-events: none;
  }

  .fm-mobile-category-launcher__icon {
    position: relative;
    width: 20px;
    height: 14px;
    display: inline-block;
    border-top: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
  }

  .fm-mobile-category-launcher__icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 3px solid currentColor;
    transform: translateY(-50%);
  }

  .fm-site.is-category-panel-open {
    overflow: hidden;
  }

  .fm-category-tree__toggle {
    width: 54px;
    min-height: 46px;
  }

  .fm-category-tree__marker {
    width: 15px;
    height: 15px;
  }

  .fm-content {
    order: 2;
  }

  .fm-sidebar-right {
    order: 3;
    grid-column: auto;
  }

  .fm-category-list-wrap[data-fm-collapsed="true"] {
    display: none;
  }

  .fm-product-detail {
    grid-template-columns: 1fr;
  }

  .fm-cart-item {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .fm-cart-item__quantity,
  .fm-cart-item__price {
    grid-column: 2;
  }

  .fm-cart-item__price {
    text-align: left;
  }

  .fm-checkout__layout {
    grid-template-columns: 1fr;
  }

  .fm-checkout-summary {
    position: static;
    order: -1;
  }

  .fm-auth__layout,
  .fm-account__layout {
    grid-template-columns: 1fr;
  }

  .fm-auth__fields--address {
    grid-template-columns: 1fr;
  }

  .fm-account-address__header {
    display: grid;
  }

  .fm-account-address__badges {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .fm-top-strip__inner,
  .fm-header__inner,
  .fm-main-nav__inner,
  .fm-page-shell,
  .fm-footer__inner,
  .fm-flash-stack {
    width: min(100% - 20px, var(--fm-container));
  }

  .fm-brand__logo {
    height: 56px;
  }

  .fm-header__search {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }

  .fm-header__search input,
  .fm-header__search .fm-btn {
    border: 1px solid var(--fm-gray-300);
    border-radius: var(--fm-radius-sm);
  }

  .fm-header__search .fm-btn {
    margin-top: 8px;
  }

  .fm-search-results__form {
    grid-template-columns: 1fr;
  }

  .fm-search-results__form .fm-btn {
    width: 100%;
  }

  .fm-search-results__pager {
    align-items: stretch;
    flex-direction: column;
  }

  .fm-search-results__pager .fm-btn {
    width: 100%;
  }

  .fm-sidebar-right,
  .fm-category-grid,
  .fm-product-grid,
  .fm-placeholder-grid,
  .fm-service-strip,
  .fm-footer__inner {
    grid-template-columns: 1fr;
  }

  .fm-section-header,
  .fm-footer__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .fm-content-header,
  .fm-static-page__content,
  .fm-product-detail__summary,
  .fm-product-detail__content,
  .fm-product-reviews {
    padding: 16px;
  }

  .fm-product-reviews__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .fm-product-review-form__grid {
    grid-template-columns: 1fr;
  }

  .fm-product-review-compose__toggle,
  .fm-product-review-form .fm-btn,
  .fm-product-review-form__check {
    width: 100%;
  }

  .fm-cart-summary-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .fm-cart-summary-bar .fm-btn {
    width: 100%;
    min-width: 0;
  }

  .fm-cart-item {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .fm-cart-item__image {
    width: 74px;
  }

  .fm-cart-item__quantity,
  .fm-cart-item__price {
    grid-column: 1 / -1;
  }

  .fm-cart-item__quantity {
    width: max-content;
  }

  .fm-checkout__header {
    align-items: stretch;
    flex-direction: column;
  }

  .fm-checkout__header .fm-btn {
    width: 100%;
  }

  .fm-checkout-fields,
  .fm-checkout-methods,
  .fm-checkout-guest-choice__grid {
    grid-template-columns: 1fr;
  }

  .fm-checkout-choice {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .fm-checkout-choice__price {
    grid-column: 2;
    justify-self: start;
  }

  .fm-checkout-field--country {
    max-width: none;
  }

  .fm-auth__fields--register {
    grid-template-columns: 1fr;
  }

  .fm-auth__form,
  .fm-auth__side {
    padding: 14px;
  }

  .fm-auth__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fm-auth__actions .fm-btn,
  .fm-auth__side .fm-btn,
  .fm-auth-login-prompt .fm-btn {
    width: 100%;
  }

  .fm-http-error {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .fm-http-error__code {
    padding: 34px 20px 8px;
    font-size: clamp(4.6rem, 24vw, 7rem);
  }

  .fm-http-error__content {
    padding: 18px 20px 34px;
    text-align: center;
  }

  .fm-http-error__eyebrow {
    justify-self: center;
  }

  .fm-http-error__actions {
    justify-content: center;
  }

  .fm-http-error__actions .fm-btn {
    width: 100%;
  }

  .fm-checkout-panel,
  .fm-checkout .commerce-checkout-panel {
    padding: 14px;
  }

  .fm-checkout-actions .fm-btn,
  .fm-checkout-method .fm-btn,
  .fm-checkout-review .fm-btn,
  .fm-checkout-cancel .fm-btn {
    width: 100%;
  }

  .fm-product-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fm-popup-overlay,
  .mw4-announcement-popup-overlay {
    align-items: flex-end;
    padding: 10px;
  }
}
