.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 34px;
  color: var(--fm-muted);
  font-size: 12px;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--fm-text);
}

.woocommerce h1,
.woocommerce div.product .product_title {
  color: var(--fm-text);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.woocommerce .woocommerce-result-count,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: var(--fm-muted);
}

.woocommerce .woocommerce-ordering select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.select2-container--default .select2-selection--single {
  min-height: 44px;
  border: 1px solid var(--fm-line);
  border-radius: 12px;
  background: var(--fm-panel);
  color: var(--fm-text);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(245, 245, 245, 0.08);
  border-radius: var(--fm-radius);
  background: var(--fm-panel);
}

.woocommerce ul.products li.product a img {
  border-radius: 16px;
  background: #000;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--fm-text);
  font-size: 20px;
  line-height: 1.2;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wc-block-components-button {
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid var(--fm-blue);
  border-radius: 999px;
  background: var(--fm-blue);
  color: #f5f5f5;
  font-weight: 500;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.wc-block-components-button:hover {
  border-color: var(--fm-blue-hover);
  background: var(--fm-blue-hover);
  color: #f5f5f5;
}

.woocommerce div.product {
  color: var(--fm-text);
}

.woocommerce div.product div.images img,
.woocommerce div.product div.summary {
  border-radius: var(--fm-radius);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: var(--fm-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: var(--fm-panel);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--fm-surface);
  color: var(--fm-text);
}

.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid var(--fm-line);
  border-radius: 18px;
  background: var(--fm-panel);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--fm-line);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 24px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: var(--fm-line);
  border-radius: 18px;
  background: var(--fm-panel);
}

.woocommerce-checkout #payment {
  background: var(--fm-panel-soft);
  color: var(--fm-text);
}

.woocommerce-checkout #payment div.payment_box {
  background: #2a2a2d;
  color: var(--fm-muted);
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #2a2a2d;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--fm-blue);
  background: var(--fm-panel-soft);
  color: var(--fm-text);
}

.woocommerce-info::before,
.woocommerce-message::before {
  color: var(--fm-blue);
}

/* Keep single-product add-to-cart notices vertically centered. */
body.single-product .woocommerce-notices-wrapper > .woocommerce-message {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.single-product .woocommerce-notices-wrapper > .woocommerce-message::before {
  position: static;
  display: block;
  flex: 0 0 auto;
  margin: 0;
  line-height: 1;
}

body.single-product .woocommerce-notices-wrapper > .woocommerce-message::after {
  content: none;
  display: none;
}

body.single-product .woocommerce-notices-wrapper > .woocommerce-message .wc-forward,
body.single-product .woocommerce-notices-wrapper > .woocommerce-message .wc-forward:visited,
body.single-product .woocommerce-notices-wrapper > .woocommerce-message .wc-forward:hover,
body.single-product .woocommerce-notices-wrapper > .woocommerce-message .wc-forward:focus-visible {
  float: none;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #f5f5f5 !important;
}

.woocommerce a.remove {
  color: var(--fm-muted) !important;
}

.woocommerce a.remove:hover {
  background: var(--fm-blue);
  color: #f5f5f5 !important;
}

@media (max-width: 900px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

/* 0.3.34: official store and shared WooCommerce purchase flow. */
body.woocommerce-page .fm-main,
body.woocommerce-cart .fm-main,
body.woocommerce-checkout .fm-main,
body.woocommerce-account .fm-main {
  color: var(--fm-text);
  background: #000;
}

.fm-woocommerce-shell {
  color: var(--fm-text);
}

.fm-woocommerce-shell a:not(.button) {
  color: var(--fm-blue);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  box-sizing: border-box;
}

.woocommerce div.product div.images {
  overflow: hidden;
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(245, 245, 245, 0.07);
  border-radius: 24px;
  background: #0b0b0c;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
}

.woocommerce div.product div.summary {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(245, 245, 245, 0.07);
  background: #111113;
}

.woocommerce div.product .product_meta,
.woocommerce div.product .woocommerce-product-details__short-description {
  color: var(--fm-muted);
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.woocommerce .quantity .qty {
  min-width: 72px;
  min-height: 42px;
  border: 1px solid var(--fm-line);
  border-radius: 999px;
  background: #0b0b0c;
  color: var(--fm-text);
}

.woocommerce div.product .stock.in-stock {
  color: #78d7ab;
}

.woocommerce div.product .stock.out-of-stock {
  color: #ff8f8f;
}

.woocommerce div.product .woocommerce-tabs {
  padding-top: 48px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  color: var(--fm-muted);
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 {
  color: var(--fm-text);
}

.woocommerce table.shop_table {
  overflow: hidden;
  color: var(--fm-text);
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: var(--fm-line);
}

.woocommerce-cart table.cart img {
  width: 84px;
  border-radius: 12px;
  background: #000;
}

.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  gap: 8px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: min(220px, 52vw);
  padding: 0 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account h2 {
  color: var(--fm-text);
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  box-sizing: border-box;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--fm-line);
  border-radius: 18px;
  background: var(--fm-panel);
}

.woocommerce form .form-row label {
  color: var(--fm-text);
  font-size: 13px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  padding: 10px 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--fm-text);
  line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
}

.select2-dropdown,
.select2-search--dropdown .select2-search__field,
.select2-container--default .select2-results__option[aria-selected="true"] {
  border-color: var(--fm-line);
  background: #19191b;
  color: var(--fm-text);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--fm-blue);
  color: #f5f5f5;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-color: var(--fm-line);
}

.woocommerce-checkout #payment label,
.woocommerce-checkout #payment .payment_method_paypal a {
  color: var(--fm-text);
}

.woocommerce-checkout #payment .place-order {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  border-top: 1px solid var(--fm-line);
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
}

/* Modern account navigation and overview for signed-in customers. */
body.woocommerce-account.logged-in .fm-page-header {
  max-width: none;
  margin-bottom: clamp(46px, 6vw, 72px);
}

body.woocommerce-account.logged-in .fm-account-welcome {
  margin: 18px 0 0;
  color: var(--fm-muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

body.woocommerce-account.logged-in .fm-entry-content > .woocommerce {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  column-gap: 64px;
  align-items: start;
}

body.woocommerce-account.logged-in .fm-entry-content > .woocommerce::before,
body.woocommerce-account.logged-in .fm-entry-content > .woocommerce::after {
  content: none;
  display: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  grid-column: 1;
  grid-row: 1;
  float: none;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  grid-column: 2;
  grid-row: 1;
  float: none;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  overflow: visible;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.woocommerce-account.logged-in.fm-account-overview-page .woocommerce-MyAccount-content {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li + li {
  border: 0;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li + li {
  margin-top: 2px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
  padding: 10px 0;
  color: #a6a6a6;
  font-weight: 450;
  line-height: 1.35;
  transition: color 180ms ease;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:focus-visible,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a {
  color: #f5f5f5;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a {
  font-weight: 650;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 18px;
}

body.woocommerce-account.logged-in .fm-account-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: none;
}

body.woocommerce-account.logged-in .fm-account-overview-card {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 172px;
  box-sizing: border-box;
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(245, 245, 245, 0.09);
  border-radius: 20px;
  background: #111113;
  color: var(--fm-text) !important;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease;
}

body.woocommerce-account.logged-in .fm-account-overview-card:hover,
body.woocommerce-account.logged-in .fm-account-overview-card:focus-visible {
  border-color: rgba(22, 169, 225, 0.55);
  background: #151517;
}

body.woocommerce-account.logged-in .fm-account-overview-card-title {
  color: #f5f5f5;
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

body.woocommerce-account.logged-in .fm-account-overview-card-description {
  max-width: 30ch;
  margin-top: 12px;
  color: #a6a6a6;
  font-size: 15px;
  line-height: 1.55;
}

body.woocommerce-account.logged-in .fm-account-overview-card-arrow {
  margin-top: auto;
  padding-top: 22px;
  color: var(--fm-blue);
  font-size: 19px;
  line-height: 1;
}

@media (max-width: 833px) {
  body.woocommerce-account.logged-in .fm-entry-content > .woocommerce {
    grid-template-columns: 1fr;
    row-gap: 38px;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
    grid-column: 1;
    grid-row: auto;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 8px 22px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li + li,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--customer-logout {
    margin: 0;
    flex-shrink: 0;
  }

}

@media (max-width: 733px) {
  body.woocommerce-account.logged-in .fm-account-overview-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a,
  body.woocommerce-account.logged-in .fm-account-overview-card {
    transition: none;
  }
}

/* Centred guest login card for My Account. */
body.woocommerce-account:not(.logged-in) .fm-page-header {
  max-width: none;
  margin-bottom: clamp(48px, 6vw, 72px);
  text-align: center;
}

body.woocommerce-account:not(.logged-in) .fm-entry-content > .woocommerce {
  width: min(560px, 100%);
  max-width: none;
  margin-inline: auto;
}

body.woocommerce-account:not(.logged-in) .fm-account-login-card > h2 {
  margin: 0 0 24px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
  text-align: center;
  display: none;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: clamp(28px, 4vw, 40px) clamp(28px, 4vw, 40px) clamp(22px, 3vw, 28px);
  border: 0;
  border-radius: 10px;
  background: #1d1d1f;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .form-row {
  margin: 0 0 22px;
  padding: 0;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login > .form-row:nth-of-type(2) {
  margin-bottom: 0px;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .form-row label {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.35;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .password-input {
  display: block;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .show-password-input {
  width: 36px;
  height: 36px;
  right: 8px;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .show-password-input::before {
  width: 22px;
  height: 22px;
  margin: 0;
  background: transparent url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11C4.8 7.8 7.45 6.2 11 6.2C14.55 6.2 17.2 7.8 19 11C17.2 14.2 14.55 15.8 11 15.8C7.45 15.8 4.8 14.2 3 11Z' stroke='%23000000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='11' cy='11' r='2.5' stroke='%23000000' stroke-width='1.6'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .fm-login-controls {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .woocommerce-form-login__rememberme {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .woocommerce-form-login__rememberme input {
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 18px;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .woocommerce-form-login__submit {
  min-width: 0;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .fm-login-actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .fm-login-actions > .button {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  height: 42px;
  box-sizing: border-box;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  line-height: 1.2;
  text-align: center;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .fm-account-create-link {
  min-width: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 10px;
  background: #f5f5f5;
  color: var(--fm-blue);
  text-align: center;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .fm-account-create-link:hover,
body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .fm-account-create-link:focus-visible {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: var(--fm-blue);
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .lost_password {
  margin: 10px 0 0;
  text-align: center;
}

@media (max-width: 640px) {
  body.woocommerce-account:not(.logged-in) .fm-page-header {
    margin-bottom: 40px;
  }

  body.woocommerce-account:not(.logged-in) form.woocommerce-form-login {
    padding: 24px 20px 22px;
    border-radius: 10px;
  }

  body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .fm-login-actions {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .woocommerce-form-login__submit,
  body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .fm-account-create-link {
    width: 100%;
  }
}

/* Standalone User Registration page. */
body.page-id-7922 .fm-page-header {
  max-width: none;
  margin-bottom: clamp(48px, 6vw, 72px);
  text-align: center;
}

body.page-id-7922 .fm-entry-content > .user-registration {
  width: min(680px, 100%);
  max-width: none;
  margin-inline: auto;
  box-sizing: border-box;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(245, 245, 245, 0.09);
  border-radius: 24px;
  background: #111113;
  color: #f5f5f5;
}

body.page-id-7922 .user-registration form.register,
body.page-id-7922 .user-registration .ur-form-row,
body.page-id-7922 .user-registration .ur-form-grid,
body.page-id-7922 .user-registration .form-row {
  box-sizing: border-box;
}

body.page-id-7922 .user-registration .ur-form-row {
  gap: 20px;
  margin: 0 0 20px;
}

body.page-id-7922 .user-registration .ur-form-grid {
  min-width: 0;
}

body.page-id-7922 .user-registration .form-row {
  margin: 0;
  padding: 0;
}

body.page-id-7922 .user-registration .ur-label {
  margin-bottom: 8px;
  color: #f5f5f5;
  font-size: 15px;
  line-height: 1.35;
}

body.page-id-7922 .user-registration input.input-text,
body.page-id-7922 .user-registration select {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  padding: 0 14px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 9px;
  background: #f5f5f5;
  color: #1d1d1f;
}

body.page-id-7922 .user-registration .password-input-group {
  display: block;
}

body.page-id-7922 .user-registration .ur-button-container {
  margin: 8px 0 0;
  padding: 0;
}

body.page-id-7922 .user-registration .ur-submit-button {
  min-width: 142px;
  min-height: 42px;
  display: block;
  margin-inline: auto;
  padding: 0 20px;
  border: 1px solid var(--fm-blue);
  border-radius: 999px;
  background: var(--fm-blue);
  color: #f5f5f5;
  font-weight: 500;
}

body.page-id-7922 .user-registration .ur-submit-button:hover,
body.page-id-7922 .user-registration .ur-submit-button:focus-visible {
  border-color: var(--fm-blue-hover);
  background: var(--fm-blue-hover);
  color: #f5f5f5;
}

/* Reserved mount point for a future real CAPTCHA integration. */
body.page-id-7922 .user-registration #ur-recaptcha-node {
  margin: 8px 0 20px;
}

@media (max-width: 640px) {
  body.page-id-7922 .fm-page-header {
    margin-bottom: 40px;
  }

  body.page-id-7922 .fm-entry-content > .user-registration {
    padding: 24px 20px;
    border-radius: 10px;
  }

  body.page-id-7922 .user-registration .ur-form-row {
    display: block;
    margin-bottom: 0;
  }

  body.page-id-7922 .user-registration .ur-form-grid {
    width: 100% !important;
    margin-bottom: 18px;
  }

  body.page-id-7922 .user-registration .ur-submit-button {
    width: 100%;
  }
}

/* Standalone WooCommerce registration page. */
body.fm-register-page .fm-page-header {
  max-width: none;
  margin-bottom: clamp(48px, 6vw, 72px);
  text-align: center;
}

body.fm-register-page .fm-entry-content {
  width: min(560px, 100%);
  max-width: none;
  margin-inline: auto;
}

body.fm-register-page .fm-register-card {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: clamp(28px, 4vw, 40px) clamp(28px, 4vw, 40px) clamp(22px, 3vw, 28px);
  border: 0;
  border-radius: 10px;
  background: #1d1d1f;
  color: #f5f5f5;
}

body.fm-register-page .fm-register-card > h2 {
  display: none;
}

body.fm-register-page .fm-register-subtitle {
  margin: 0 0 24px;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

body.fm-register-page .fm-register-card .form-row {
  margin: 0 0 22px;
  padding: 0;
}

body.fm-register-page .fm-register-card .form-row label {
  display: block;
  margin-bottom: 8px;
  color: #f5f5f5;
  font-size: 15px;
  line-height: 1.35;
}

body.fm-register-page .fm-register-card input.input-text,
body.fm-register-page .fm-register-card input[type='email'],
body.fm-register-page .fm-register-card input[type='password'],
body.fm-register-page .fm-register-card input[type='text'],
body.fm-register-page .fm-register-card select,
body.fm-register-page .fm-register-card textarea {
  width: 100%;
}

body.fm-register-page .fm-register-password-notice {
  margin: -2px 0 22px;
  color: var(--fm-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.fm-register-page .fm-register-submit-row {
  margin: 0;
}

body.fm-register-page .fm-register-card .woocommerce-form-register__submit {
  width: 100%;
  min-height: 42px;
  height: 42px;
  margin: 0;
  border: 0;
  border-radius: 10px;
  background: #12a0dc;
  color: #f5f5f5;
  line-height: 1.2;
  text-align: center;
}

body.fm-register-page .fm-register-card .woocommerce-form-register__submit:hover,
body.fm-register-page .fm-register-card .woocommerce-form-register__submit:focus-visible {
  border-color: var(--fm-blue-hover);
  background: var(--fm-blue-hover);
  color: #f5f5f5;
}

body.fm-register-page .fm-register-login-prompt {
  margin: 18px 0 0;
  color: var(--fm-muted);
  text-align: center;
}

body.fm-register-page .fm-register-login-prompt a {
  color: var(--fm-blue);
  text-decoration: none;
}

body.fm-register-page .fm-register-login-prompt a:hover,
body.fm-register-page .fm-register-login-prompt a:focus-visible {
  color: var(--fm-blue-hover);
  text-decoration: underline;
}

body.fm-register-page .fm-register-unavailable {
  margin: 0;
  color: var(--fm-muted);
  text-align: center;
}

@media (max-width: 640px) {
  body.fm-register-page .fm-page-header {
    margin-bottom: 40px;
  }

  body.fm-register-page .fm-entry-content {
    width: min(calc(100% - 32px), 460px);
  }

  body.fm-register-page .fm-register-card {
    padding: 24px 20px 22px;
  }
}

/* Shared machine and accessory purchase layouts. */
.fm-alpha-purchase-page {
  min-height: 100vh;
  overflow: clip;
  color: var(--fm-text);
  background: #000;
}

.fm-alpha-configurator {
  padding: clamp(72px, 7vw, 104px) 24px clamp(112px, 12vw, 176px);
  background: #000;
}

.fm-alpha-configurator-grid {
  width: min(1900px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(460px, 0.62fr);
  gap: clamp(48px, 3vw, 72px);
  align-items: start;
}

.fm-alpha-gallery {
  position: sticky;
  top: 92px;
  width: min(100%, calc(100vh - 260px));
  min-width: 0;
  justify-self: start;
}

.fm-alpha-gallery-stage {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 0;
  background: #000;
}

.fm-alpha-gallery-stage img {
  width: 100%;
  height: 100%;
  display: block;
}

.fm-alpha-gallery-stage img {
  padding: 0;
  object-fit: contain;
  transition: opacity 180ms ease;
}

.fm-alpha-gallery-thumbnails-shell {
  position: relative;
  margin-top: 16px;
  padding-right: 54px;
  padding-left: 54px;
}

.fm-alpha-gallery-thumbnails {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.fm-alpha-gallery-thumbnails::-webkit-scrollbar {
  display: none;
}

.fm-alpha-gallery-thumbnail {
  min-width: 0;
  flex: 0 0 clamp(72px, 8vw, 92px);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #000;
  cursor: pointer;
  opacity: 0.62;
  scroll-snap-align: start;
  transition: opacity 180ms ease, transform 180ms ease;
}

.fm-alpha-gallery-thumbnail:hover,
.fm-alpha-gallery-thumbnail:focus-visible,
.fm-alpha-gallery-thumbnail.is-active {
  opacity: 1;
}

.fm-alpha-gallery-thumbnail:focus-visible {
  outline: 2px solid rgba(18, 160, 220, 0.42);
  outline-offset: 2px;
}

.fm-alpha-gallery-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.fm-alpha-gallery-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(245, 245, 245, 0.18);
  border-radius: 50%;
  color: #f5f5f5;
  background: rgba(17, 17, 19, 0.92);
  font-size: 18px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: border-color 180ms ease, background 180ms ease, opacity 180ms ease;
}

.fm-alpha-gallery-prev {
  left: 0;
}

.fm-alpha-gallery-next {
  right: 0;
}

.fm-alpha-gallery-arrow:hover,
.fm-alpha-gallery-arrow:focus-visible {
  border-color: var(--fm-blue);
  background: var(--fm-blue);
}

.fm-alpha-gallery-arrow:disabled {
  opacity: 0.34;
  cursor: default;
}

.fm-alpha-gallery-arrow[hidden] {
  display: none;
}

.fm-alpha-purchase-options {
  width: 100%;
  max-width: 580px;
  min-width: 0;
  justify-self: end;
}

.fm-alpha-purchase-header {
  padding: 10px 0 18px;
}

.fm-alpha-purchase-header > p,
.fm-alpha-step-heading p {
  margin: 0;
  color: var(--fm-blue);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fm-alpha-purchase-header h1 {
  margin: 16px 0 0;
  color: #f5f5f5;
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 670;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.fm-accessory-purchase-page .fm-alpha-purchase-header h1 {
  max-width: 620px;
  font-size: clamp(36px, 4.25vw, 58px);
  line-height: 1.03;
  letter-spacing: -0.02em;
}

.fm-alpha-purchase-price {
  margin-top: 28px;
  color: #a1a1a6;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.25;
}

.fm-alpha-purchase-price del {
  opacity: 0.55;
}

.fm-alpha-purchase-price ins {
  color: #f5f5f5;
  text-decoration: none;
}

.fm-alpha-purchase-step,
.fm-alpha-purchase-summary {
  margin: 0 0 18px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(245, 245, 245, 0.09);
  border-radius: 26px;
  background: #111113;
}

.fm-alpha-step-heading {
  width: 100%;
  display: block;
}

.fm-alpha-step-heading h2 {
  display: block;
  margin: 0;
  color: #f5f5f5;
  font-size: clamp(23px, 2.25vw, 32px);
  font-weight: 630;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-align: left;
}

.fm-alpha-taobao-option > p,
.fm-alpha-accessory-step > p,
.fm-alpha-purchase-summary > p {
  margin: 20px 0 0;
  color: #a1a1a6;
  font-size: 15px;
  line-height: 1.62;
}

.fm-alpha-taobao-option > a {
  min-height: 44px;
  margin-top: 24px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  color: #f5f5f5;
  background: var(--fm-blue);
  font-size: 14px;
  font-weight: 620;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.fm-alpha-taobao-option > a:hover,
.fm-alpha-taobao-option > a:focus-visible {
  color: #f5f5f5;
  background: var(--fm-blue-hover);
  transform: translateY(-1px);
}

.fm-accessory-cart-action {
  margin-top: 16px;
}

.fm-accessory-cart-action form.cart {
  margin: 0;
  display: block;
}

.fm-accessory-cart-action form.cart::before,
.fm-accessory-cart-action form.cart::after {
  display: none;
}

.woocommerce .fm-accessory-cart-action form.cart .single_add_to_cart_button {
  width: 100%;
  min-height: 52px;
  padding: 0 26px;
  float: none;
  border-color: var(--fm-blue);
  background: var(--fm-blue);
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 620;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.woocommerce .fm-accessory-cart-action form.cart:not(.variations_form) {
  display: grid;
  grid-template-columns: clamp(132px, 30vw, 144px) minmax(0, 1fr);
  gap: 12px;
}

.woocommerce .fm-accessory-cart-action form.cart .quantity {
  width: 100%;
  margin: 0;
  float: none;
}

.woocommerce .fm-accessory-cart-action form.cart .quantity .qty {
  width: 100%;
  min-height: 52px;
  padding: 0 12px;
  border: 1px solid rgba(245, 245, 245, 0.16);
  border-radius: 26px;
  color: #f5f5f5;
  background: #111113;
  font: inherit;
}

body.single-product.woocommerce form.cart .quantity.fm-quantity-stepper {
  min-width: 132px;
  min-height: 52px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: stretch;
  border: 1px solid rgba(245, 245, 245, 0.16);
  border-radius: 26px;
  background: #111113;
}

body.single-product.woocommerce form.cart .quantity.fm-quantity-stepper .qty,
body.single-product.woocommerce .fm-accessory-cart-action form.cart .quantity.fm-quantity-stepper .qty {
  min-width: 0;
  min-height: 50px;
  padding: 0 4px;
  border: 0;
  border-radius: 0;
  color: #f5f5f5;
  background: transparent;
  text-align: center;
  appearance: textfield;
  box-shadow: none;
}

body.single-product.woocommerce form.cart .quantity.fm-quantity-stepper .qty::-webkit-inner-spin-button,
body.single-product.woocommerce form.cart .quantity.fm-quantity-stepper .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

body.single-product.woocommerce form.cart .fm-quantity-stepper-button {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #f5f5f5;
  background: transparent;
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

body.single-product.woocommerce form.cart .fm-quantity-stepper-button:hover,
body.single-product.woocommerce form.cart .fm-quantity-stepper-button:focus-visible {
  color: #f5f5f5;
  background: rgba(245, 245, 245, 0.07);
}

body.single-product.woocommerce form.cart .fm-quantity-stepper-button:focus-visible {
  outline: 2px solid var(--fm-blue);
  outline-offset: -2px;
}

body.single-product.woocommerce form.cart .fm-quantity-stepper-button:disabled {
  color: #5f5f63;
  background: transparent;
  cursor: not-allowed;
}

.fm-accessory-cart-action form.variations_form {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(245, 245, 245, 0.09);
  border-radius: 22px;
  background: #111113;
}

.woocommerce .fm-accessory-cart-action form.variations_form table.variations {
  width: 100%;
  margin: 0 0 20px;
  border: 0;
}

.woocommerce .fm-accessory-cart-action form.variations_form table.variations tr,
.woocommerce .fm-accessory-cart-action form.variations_form table.variations th,
.woocommerce .fm-accessory-cart-action form.variations_form table.variations td {
  display: block;
  padding: 0;
  border: 0;
}

.woocommerce .fm-accessory-cart-action form.variations_form table.variations th.label {
  margin-bottom: 10px;
  color: #f5f5f5;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.4;
  text-align: left;
}

.woocommerce .fm-accessory-cart-action form.variations_form table.variations td.value {
  position: relative;
}

.woocommerce .fm-accessory-cart-action form.variations_form select {
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(245, 245, 245, 0.16);
  border-radius: 8px;
  color: #f5f5f5;
  background: #1b1b1e;
  font: inherit;
}

.woocommerce .fm-accessory-purchase-page .fm-accessory-cart-action form.variations_form .cfvsw-hidden-select {
  display: block !important;
}

.woocommerce .fm-accessory-purchase-page .fm-accessory-cart-action form.variations_form .cfvsw-swatches-container {
  display: none !important;
}

.woocommerce .fm-accessory-cart-action form.variations_form .reset_variations {
  margin-top: 10px;
  display: inline-block;
  color: var(--fm-blue);
  font-size: 12px;
  text-decoration: none;
}

.woocommerce .fm-accessory-cart-action .woocommerce-variation-description,
.woocommerce .fm-accessory-cart-action .woocommerce-variation-availability,
.woocommerce .fm-accessory-cart-action .woocommerce-variation-price {
  margin: 0 0 14px;
  color: #a1a1a6;
  font-size: 14px;
  line-height: 1.5;
}

.woocommerce .fm-accessory-cart-action .woocommerce-variation-price .price {
  color: #f5f5f5;
  font-size: 20px;
}

.woocommerce .fm-accessory-cart-action .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: clamp(132px, 30vw, 144px) minmax(0, 1fr);
  gap: 12px;
}

.woocommerce .fm-accessory-cart-action .woocommerce-variation-add-to-cart::before,
.woocommerce .fm-accessory-cart-action .woocommerce-variation-add-to-cart::after {
  display: none;
}

.woocommerce .fm-accessory-cart-action form.cart .single_add_to_cart_button:hover,
.woocommerce .fm-accessory-cart-action form.cart .single_add_to_cart_button:focus-visible {
  border-color: var(--fm-blue-hover);
  background: var(--fm-blue-hover);
  color: #f5f5f5;
}

body.single-product.woocommerce .fm-accessory-cart-action .stock.out-of-stock {
  margin: 0;
  color: #ff0000;
  font-size: 24px;
}

.fm-alpha-purchase-form,
.fm-alpha-accessory-step {
  margin: 0;
}

.fm-alpha-accessory-step {
  min-width: 0;
}

.fm-alpha-accessory-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 12px;
}

.fm-alpha-accessory-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: clamp(96px, 30%, 160px) minmax(0, 1fr);
  align-items: stretch;
  height: 100%;
  min-height: 166px;
  border: 1px solid rgba(245, 245, 245, 0.09);
  border-radius: 18px;
  background: #080809;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fm-alpha-accessory-card:hover {
  border-color: rgba(18, 160, 220, 0.56);
  transform: translateY(-1px);
}

.fm-alpha-accessory-card.is-selected {
  border-color: var(--fm-blue);
  background: #0a1115;
  box-shadow: inset 0 0 0 1px var(--fm-blue);
}

.fm-alpha-accessory-card.is-unavailable {
  opacity: 0.48;
  cursor: not-allowed;
}

.fm-alpha-accessory-card.is-unavailable:hover {
  border-color: rgba(245, 245, 245, 0.09);
  transform: none;
}

.fm-alpha-accessory-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.fm-alpha-accessory-card:has(input:focus-visible),
.fm-alpha-accessory-card:has(.fm-alpha-accessory-variation:focus-visible) {
  outline: 2px solid rgba(18, 160, 220, 0.55);
  outline-offset: 2px;
}

.fm-alpha-accessory-media {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  display: grid;
  place-items: center;
  align-self: stretch;
  background: #f5f5f5;
}

.fm-alpha-accessory-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.fm-alpha-accessory-copy {
  min-height: 100%;
  box-sizing: border-box;
  padding: 14px 42px 14px 17px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fm-alpha-accessory-copy strong {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.32;
}

.fm-alpha-accessory-description {
  margin-top: 7px;
  overflow: visible;
  display: block;
  color: #86868b;
  font-size: 12px;
  line-height: 1.44;
}

.fm-alpha-accessory-meta-row {
	width: 100%;
	margin-top: auto;
	padding-top: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.fm-alpha-accessory-meta {
	min-width: 0;
  color: #a1a1a6;
  font-size: 13px;
  line-height: 1.3;
}

.fm-alpha-accessory-variation {
	min-width: 0;
	max-width: 124px;
	height: 30px;
	box-sizing: border-box;
	padding: 4px 24px 4px 8px;
	border: 1px solid rgba(245, 245, 245, 0.24);
	border-radius: 8px;
	background: #171719;
	color: #f5f5f5;
	font: inherit;
	font-size: 11px;
	line-height: 1.2;
	cursor: pointer;
}

.fm-alpha-accessory-variation:disabled {
	cursor: not-allowed;
}

.fm-alpha-accessory-card.is-unavailable .fm-alpha-accessory-meta {
  color: #ff9e9e;
}

.fm-alpha-accessory-check {
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 19px;
  height: 19px;
  border: 1px solid #5d5d62;
  border-radius: 50%;
  background: #111113;
  transition: border-color 160ms ease, background 160ms ease;
}

.fm-alpha-accessory-check::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  opacity: 0;
  transform: rotate(45deg) scale(0.68);
  transition: opacity 160ms ease, transform 160ms ease;
}

.fm-alpha-accessory-card.is-selected .fm-alpha-accessory-check {
  border-color: var(--fm-blue);
  background: var(--fm-blue);
}

.fm-alpha-accessory-card.is-selected .fm-alpha-accessory-check::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.fm-alpha-purchase-summary {
  margin-top: clamp(28px, 4vw, 44px);
  margin-bottom: 0;
}

.fm-alpha-summary-list,
.fm-alpha-summary-accessories {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.fm-alpha-summary-accessories {
  margin-top: 0;
}

.fm-alpha-summary-list li,
.fm-alpha-summary-accessories li {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.08);
  color: #d2d2d7;
  font-size: 14px;
  line-height: 1.45;
}

.fm-alpha-summary-list li strong,
.fm-alpha-summary-accessories li strong {
  flex: 0 0 auto;
  color: #f5f5f5;
  font-weight: 520;
  white-space: nowrap;
}

.fm-alpha-summary-list .fm-alpha-summary-empty {
  display: block;
  color: #77777c;
}

.fm-alpha-summary-total {
  padding: 24px 0 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  color: #f5f5f5;
  font-size: 18px;
}

.fm-alpha-summary-total strong {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 650;
  letter-spacing: -0.025em;
}

.fm-alpha-add-to-cart {
  width: 100%;
  min-height: 52px;
  margin-top: 26px;
  padding: 0 24px;
  border: 1px solid var(--fm-blue);
  border-radius: 999px;
  color: #f5f5f5;
  background: var(--fm-blue);
  font: inherit;
  font-size: 15px;
  font-weight: 650;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.fm-alpha-add-to-cart:hover,
.fm-alpha-add-to-cart:focus-visible {
  border-color: var(--fm-blue-hover);
  background: var(--fm-blue-hover);
}

.fm-alpha-add-to-cart:disabled {
  border-color: #3a3a3f;
  color: #77777c;
  background: #242427;
  cursor: not-allowed;
}

.fm-alpha-purchase-summary > p {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.fm-alpha-purchase-page .fm-product-faq {
  background: #111113;
}

.fm-alpha-purchase-page .fm-product-faq-list details {
  border-color: rgba(245, 245, 245, 0.12);
}

/* Phase 4: Shared machine Buy page information hierarchy. */
.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-summary-assurances,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-summary-assurances,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-summary-assurances,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-summary-assurances {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: none;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-summary-assurances li,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-summary-assurances li,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-summary-assurances li,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-summary-assurances li {
  margin: 0;
  color: #a1a1a6;
  font-size: 13px;
  line-height: 1.35;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-taobao-option-alpha,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-taobao-option-alpha,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-taobao-option-alpha,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-taobao-option-alpha {
  margin-top: 12px;
  padding: 24px 26px 25px;
  border-color: rgba(245, 245, 245, 0.07);
  border-radius: 20px;
  background: #0d0d0f;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-taobao-option-alpha > p,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-taobao-option-alpha > p,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-taobao-option-alpha > p,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-taobao-option-alpha > p {
  margin-top: 14px;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-links,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-links,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-links,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-links {
  width: min(1080px, calc(100% - 10vw));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 52px) 0;
  color: #f5f5f5;
  background: #000;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-links > h2,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-links > h2,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-links > h2,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-links > h2 {
  margin: 0 0 20px;
  color: rgba(245, 245, 245, 0.64);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-links-grid,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-links-grid,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-links-grid,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-link,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-link,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-link,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-link {
  min-width: 0;
  padding: 0 32px 0 0;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-link + .fm-alpha-purchase-link,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-link + .fm-alpha-purchase-link,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-link + .fm-alpha-purchase-link,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-link + .fm-alpha-purchase-link {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid rgba(245, 245, 245, 0.12);
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-link h3,
.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-link p,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-link h3,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-link p,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-link h3,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-link p,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-link h3,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-link p {
  margin: 0;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-link h3,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-link h3,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-link h3,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-link h3 {
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 620;
  line-height: 1.25;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-link p,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-link p,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-link p,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-link p {
  max-width: 720px;
  margin-top: 8px;
  color: #a1a1a6;
  font-size: 14px;
  line-height: 1.55;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-link a,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-link a,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-link a,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-link a {
  display: inline-block;
  margin-top: 14px;
  color: var(--fm-blue);
  font-size: 13px;
  font-weight: 620;
  text-decoration: none;
  white-space: nowrap;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-link a:hover,
.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-link a:focus-visible,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-link a:hover,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-link a:focus-visible,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-link a:hover,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-link a:focus-visible,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-link a:hover,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-link a:focus-visible {
  color: #f5f5f5;
}

@media (max-width: 820px) {
	.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-links-grid,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-links-grid,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-links-grid,
	.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-links-grid {
    grid-template-columns: 1fr;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-link,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-link,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-link,
	.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-link {
    padding: 0 0 22px;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-link + .fm-alpha-purchase-link,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-link + .fm-alpha-purchase-link,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-link + .fm-alpha-purchase-link,
	.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-link + .fm-alpha-purchase-link {
    padding: 22px 0 0;
    border-top: 1px solid rgba(245, 245, 245, 0.12);
    border-left: 0;
  }
}

@media (max-width: 560px) {
	.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-taobao-option-alpha,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-taobao-option-alpha,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-taobao-option-alpha,
	.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-taobao-option-alpha {
    padding: 21px 18px 22px;
    border-radius: 18px;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-links,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-links,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-links,
	.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-links {
    width: calc(100% - 28px);
  }
}

@media (max-width: 1080px) {
  .fm-alpha-configurator-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
    gap: 38px;
  }

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

@media (max-width: 820px) {
  .fm-alpha-configurator {
    padding: 76px 18px 96px;
  }

  .fm-alpha-configurator-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .fm-alpha-gallery {
    position: static;
    width: 100%;
    justify-self: stretch;
  }

  .fm-alpha-purchase-options {
    max-width: none;
    justify-self: stretch;
  }

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

@media (max-width: 560px) {
  .fm-alpha-configurator {
    padding: 62px 14px 78px;
  }

  .fm-alpha-configurator-grid {
    gap: 30px;
  }

  .fm-alpha-gallery-thumbnails-shell {
    padding-right: 48px;
    padding-left: 48px;
  }

  .fm-alpha-gallery-thumbnails {
    gap: 11px;
  }

  .fm-alpha-gallery-thumbnail {
    flex-basis: 72px;
  }

  .fm-alpha-gallery-arrow {
    width: 38px;
    height: 38px;
  }

  .fm-alpha-purchase-header {
    padding-bottom: 18px;
  }

  .fm-alpha-purchase-header h1 {
    font-size: clamp(44px, 15vw, 62px);
  }

  .fm-accessory-purchase-page .fm-alpha-purchase-header h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .fm-alpha-purchase-step,
  .fm-alpha-purchase-summary {
    padding: 22px 18px;
    border-radius: 21px;
  }

  .woocommerce .fm-accessory-cart-action form.cart .quantity .qty {
    border-radius: 21px;
  }

  body.single-product.woocommerce form.cart .quantity.fm-quantity-stepper {
    border-radius: 21px;
  }

  .fm-alpha-step-heading h2 {
    font-size: 22px;
  }

  .woocommerce .fm-accessory-cart-action form.cart:not(.variations_form),
  .woocommerce .fm-accessory-cart-action .woocommerce-variation-add-to-cart {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .fm-accessory-cart-action form.variations_form {
    padding: 20px 18px;
  }

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

  .fm-alpha-accessory-copy {
    padding: 10px 34px 10px 12px;
  }

  .fm-alpha-accessory-copy strong {
    font-size: 12px;
    line-height: 1.34;
  }

  .fm-alpha-accessory-description {
    margin-top: 4px;
    font-size: 10.5px;
    line-height: 1.42;
  }

	.fm-alpha-accessory-meta {
		font-size: 12px;
	}

	.fm-alpha-accessory-meta-row {
		padding-top: 4px;
		gap: 6px;
	}

	.fm-alpha-accessory-variation {
		max-width: 108px;
		height: 28px;
		padding-right: 20px;
		font-size: 10px;
	}

  .fm-alpha-accessory-check {
    right: 10px;
    bottom: 10px;
    width: 17px;
    height: 17px;
  }

  .fm-alpha-accessory-check::after {
    top: 3px;
    left: 5px;
    width: 4px;
    height: 7px;
  }

  .fm-alpha-summary-list li,
  .fm-alpha-summary-accessories li {
    gap: 14px;
    font-size: 13px;
  }

  .fm-alpha-summary-total {
    font-size: 16px;
  }
}

@media (min-width: 821px) {
  .fm-alpha-configurator-grid {
    grid-template-columns: minmax(0, 1fr) 560px;
  }

  .fm-alpha-purchase-options {
    width: 560px;
    max-width: 560px;
  }

  .fm-alpha-accessory-step {
    padding-right: 38px;
    padding-left: 38px;
  }

  .fm-alpha-accessory-grid {
    width: 484px;
    max-width: 100%;
    grid-auto-rows: 160px;
  }

  .fm-alpha-accessory-card {
    grid-template-columns: 160px minmax(0, 1fr);
    height: 160px;
    min-height: 160px;
  }

  .fm-alpha-accessory-media {
    width: 160px;
    height: 160px;
    align-self: center;
  }

  .fm-alpha-accessory-copy strong {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .fm-alpha-accessory-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fm-alpha-accessory-card:hover,
  .fm-alpha-taobao-option > a:hover,
  .fm-alpha-taobao-option > a:focus-visible {
    transform: none;
  }
}

/* WooCommerce Blocks cart and checkout. */
.wc-block-cart,
.wc-block-checkout,
.wc-block-components-sidebar-layout,
.wc-block-components-main,
.wc-block-components-sidebar {
  color: var(--fm-text);
}

.wc-block-components-sidebar,
.wc-block-cart-items,
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper,
.wc-block-components-panel,
.wc-block-components-address-card {
  border-color: var(--fm-line) !important;
  color: var(--fm-text);
}

body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.woocommerce-cart .wc-block-components-form .wc-block-components-textarea {
  border-color: var(--fm-line) !important;
  background: var(--fm-panel) !important;
  color: var(--fm-text) !important;
}

body.woocommerce-cart .wc-block-components-text-input label,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control label,
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-radio-control__label,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  color: var(--fm-text) !important;
}

.wc-block-components-order-summary-item__description,
.wc-block-components-product-metadata,
.wc-block-components-totals-coupon-link,
.wc-block-components-address-card address {
  color: var(--fm-muted) !important;
}

.wc-block-cart__submit-container .wc-block-components-button,
.wc-block-cart__submit-container .wc-block-components-button:visited,
.wc-block-cart__submit-container .wc-block-components-button:hover,
.wc-block-cart__submit-container .wc-block-components-button:focus-visible,
.wc-block-cart__submit-container .wc-block-components-button__text {
  color: #f5f5f5 !important;
}

body.woocommerce-cart .wp-block-button__link,
body.woocommerce-cart .wp-block-button__link:visited,
body.woocommerce-cart .wp-block-button__link:hover,
body.woocommerce-cart .wp-block-button__link:focus-visible {
  color: #f5f5f5 !important;
}

/* Checkout Blocks use the white form-control contract; Cart stays dark above. */
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-textarea {
  box-sizing: border-box;
  min-height: 52px;
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #000;
  caret-color: #000;
  box-shadow: none;
  -webkit-text-fill-color: #000;
}

body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
body.woocommerce-checkout .wc-block-components-address-form select {
  box-sizing: border-box;
  border-radius: 10px;
}

body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
  background: #fff;
}

body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
body.woocommerce-checkout .wc-block-components-address-form select {
  min-height: 52px;
  padding: 16px 10px 0;
  border: 0;
  background: #fff;
  color: #000;
  box-shadow: none;
}

body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:hover,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control.is-active input.components-combobox-control__input {
  padding: 24px 14px 8px;
}

body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control.is-active input.components-combobox-control__input:focus {
  padding: 24px 14px 8px;
}

body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input#email,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input#email {
  padding-left: 12px;
  padding-right: 12px;
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label {
  color: #808080;
}

body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input::placeholder,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input::placeholder,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-textarea::placeholder {
  color: #808080;
  opacity: 1;
}

body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select option,
body.woocommerce-checkout .wc-block-components-address-form select option,
body.woocommerce-checkout .wc-block-components-combobox [role='option'] {
  background: #fff;
  color: #000;
}

body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__expand {
  fill: #000;
}

body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-textarea:focus,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container:focus-within,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select:focus,
body.woocommerce-checkout .wc-block-components-address-form select:focus {
  outline: 2px solid rgba(18, 160, 220, 0.55);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(18, 160, 220, 0.14);
}

body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-form .has-error .wc-block-components-textarea,
body.woocommerce-checkout .wc-blocks-components-select.has-error .wc-blocks-components-select__container,
body.woocommerce-checkout .wc-blocks-components-select.has-error .wc-blocks-components-select__select,
body.woocommerce-checkout .wc-block-components-address-form .has-error select {
  outline: 2px solid rgba(204, 24, 24, 0.45);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(204, 24, 24, 0.12);
}

body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error label,
body.woocommerce-checkout .wc-blocks-components-select.has-error .wc-blocks-components-select__label {
  color: #cc1818;
}

body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:hover,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:autofill,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:-webkit-autofill,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:-webkit-autofill:hover,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:-webkit-autofill:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:autofill {
  background-color: #fff !important;
  color: #000 !important;
  -webkit-text-fill-color: #000;
  caret-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

/* Official store page. */
.fm-store-page {
  min-height: 70vh;
  color: var(--fm-text);
  background: #000;
}

.fm-store-hero {
  min-height: 560px;
  padding: 112px 24px 72px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  background: #000;
}

.fm-store-eyebrow,
.fm-store-section-heading > p,
.fm-store-card-type {
  margin: 0;
  color: var(--fm-blue);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fm-store-hero h1 {
  margin: 0;
  font-size: clamp(68px, 9vw, 148px);
  font-weight: 670;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.fm-store-hero > p:not(.fm-store-eyebrow) {
  max-width: 27em;
  margin: 28px auto 0;
  color: var(--fm-muted);
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.55;
}

.fm-store-nav {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.fm-store-nav a,
.fm-store-card-action {
  min-height: 42px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fm-blue);
  border-radius: 999px;
  color: #f5f5f5;
  background: var(--fm-blue);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.fm-store-nav a + a {
  color: var(--fm-blue);
  background: transparent;
}

.fm-store-section {
  padding: clamp(86px, 10vw, 140px) 24px;
  scroll-margin-top: 60px;
  background: #111113;
}

.fm-store-section + .fm-store-section {
  background: #000;
}

.fm-store-section-heading,
.fm-store-grid,
.fm-store-empty {
  width: min(1360px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.fm-store-section-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.fm-store-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fm-store-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(245, 245, 245, 0.07);
  border-radius: 26px;
  background: #0b0b0c;
}

.fm-store-card-media {
  overflow: hidden;
  display: block;
  aspect-ratio: 1 / 1;
  background: #050505;
}

.fm-store-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 300ms ease;
}

.fm-store-card:hover .fm-store-card-media img {
  transform: scale(1.025);
}

.fm-store-card-copy {
  min-height: 230px;
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fm-store-card h3 {
  margin: 10px 0 0;
  font-size: clamp(19px, 1.5vw, 23px);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.fm-store-card h3 a {
  color: var(--fm-text);
  text-decoration: none;
}

.fm-store-card-price,
.fm-store-card-status {
  margin: 13px 0 0;
  color: var(--fm-muted);
  font-size: 14px;
}

.fm-store-card-status.is-out-of-stock {
  margin-top: auto;
  color: #ff9e9e;
}

.fm-store-card-action {
  min-height: 36px;
  margin-top: auto;
  padding: 0 15px;
}

.fm-store-empty {
  padding: 100px 24px;
  text-align: center;
}

@media (max-width: 1100px) {
  .fm-store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .fm-store-hero {
    min-height: 480px;
    padding: 92px 16px 58px;
  }
}

@media (max-width: 780px) {
  .woocommerce div.product div.summary {
    padding: 24px;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
  }

  .fm-store-section {
    padding: 76px 16px;
  }

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

  .fm-store-card {
    border-radius: 20px;
  }

  .fm-store-card-copy {
    min-height: 210px;
    padding: 18px;
  }
}

@media (max-width: 520px) {
  .fm-store-hero h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .fm-store-hero > p:not(.fm-store-eyebrow) {
    max-width: 15em;
  }

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

  .fm-store-card-copy {
    min-height: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fm-store-card-media img {
    transition: none;
  }
}

/* 0.3.61: account, registration and password-reset surface refinements. */
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-message {
  box-sizing: border-box;
  min-height: 64px;
  margin: 0 0 20px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(245, 245, 245, 0.12);
  border-top: 1px solid rgba(245, 245, 245, 0.12);
  border-radius: 16px;
  background: var(--fm-panel-soft);
  color: var(--fm-text);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info::before,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info::after,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-message::before,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-message::after {
  content: none;
  display: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info > a.button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-message > a.button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > a.button {
  order: 2;
  flex: 0 0 auto;
  min-height: 42px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  white-space: nowrap;
  vertical-align: middle;
}

body.woocommerce-account.logged-in .woocommerce-Addresses .woocommerce-Address-title.title {
  display: block;
}

body.woocommerce-account.logged-in .woocommerce-Addresses .woocommerce-Address-title.title h2 {
  margin-bottom: 8px;
}

body.woocommerce-account.logged-in .woocommerce-Addresses .woocommerce-Address-title.title .edit {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
}

body.page-id-7922 .fm-entry-content > .user-registration {
  border: 0;
  border-radius: 10px;
  background: #1d1d1f;
}

body.page-id-7922 .user-registration .ur-label {
  color: #a6a6a6 !important;
}

body.page-id-7922 .user-registration input.input-text,
body.page-id-7922 .user-registration select {
  border: 0;
  background: #f5f5f5;
  color: #1d1d1f;
}

body.page-id-7922 .user-registration select {
  color: #1d1d1f;
}

body.page-id-7922 .user-registration .ur-submit-button {
  width: 100%;
  min-height: 38px;
  height: 38px;
  margin: 0;
  border: 0;
  border-radius: 4px;
  background: #12a0dc;
}

body.page-id-11490 .fm-page-header {
  max-width: none;
  text-align: center;
}

body.page-id-11490 .fm-entry-content > #user-registration {
  width: min(680px, 100%);
  max-width: none;
  margin-inline: auto;
  box-sizing: border-box;
  padding: clamp(28px, 4vw, 40px);
  border: 0;
  border-radius: 10px;
  background: #1d1d1f;
  color: var(--fm-text);
}

body.page-id-11490 .fm-entry-content > #user-registration:has(> .user-registration-message-container:has(.user-registration-message, .ur-message-content, .user-registration-error)),
body.page-id-11490 .fm-entry-content > #user-registration:has(> .ur-message-container:has(.user-registration-message, .ur-message-content, .user-registration-error)) {
  padding: 0;
  border: 0;
  background: transparent;
}

body.page-id-11490 #user-registration > .user-registration-message-container,
body.page-id-11490 #user-registration > .ur-message-container {
  display: none;
}

body.page-id-11490 #user-registration > .user-registration-message-container:has(*),
body.page-id-11490 #user-registration > .ur-message-container:has(*) {
  display: block;
}

body.page-id-11490 #user-registration .user-registration-message-container,
body.page-id-11490 #user-registration .ur-message-container {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 0;
  border-radius: 10px;
  background: #1d1d1f;
  color: var(--fm-text);
}

body.page-id-11490 #user-registration .user-registration-message-container:empty,
body.page-id-11490 #user-registration .ur-message-container:empty {
  display: none;
}

body.page-id-11490 #user-registration .user-registration-message-container > *,
body.page-id-11490 #user-registration .ur-message-container > * {
  margin: 0;
  color: var(--fm-text);
  background: transparent;
}

body.page-id-11490 #user-registration .ur_lost_reset_password {
  margin: 0;
}

body.page-id-11490 #user-registration .ur-lost-password-title,
body.page-id-11490 #user-registration .ur-lost-password-message {
  color: var(--fm-muted);
}

body.page-id-11490 #user-registration label {
  color: var(--fm-muted);
}

body.page-id-11490 #user-registration .ur-reset-password-btn {
  min-height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: #12a0dc;
  color: #f5f5f5;
  line-height: 1.2;
}

body.page-id-11490 #user-registration .ur-reset-password-btn:hover,
body.page-id-11490 #user-registration .ur-reset-password-btn:focus-visible {
  border-color: var(--fm-blue-hover);
  background: var(--fm-blue-hover);
  color: #f5f5f5;
}

@media (max-width: 640px) {
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-message {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info > a.button,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-message > a.button,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > a.button {
    align-self: flex-start;
  }

  body.page-id-11490 .fm-entry-content > #user-registration {
    padding: 24px 20px;
    border-radius: 10px;
  }

  body.page-id-11490 #user-registration .ur-reset-password-btn {
    width: 100%;
  }
}

/* 0.3.61 follow-up: stable reset-state presentation. */
body.page-id-11490 #user-registration #ur-frontend-form.ur-frontend-form.login,
body.page-id-11490 #user-registration .ur-frontend-form.login {
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-11490 #user-registration > .ur-message-container:has(.user-registration-message, .ur-message-content, .user-registration-error),
body.page-id-11490 #user-registration > .user-registration-message-container:has(.user-registration-message, .ur-message-content, .user-registration-error) {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 24px;
  border: 0;
  border-radius: 16px;
  background: #2a2a2d;
  color: #f5f5f5;
  text-align: center;
}

body.page-id-11490 #user-registration > .ur-message-container > svg,
body.page-id-11490 #user-registration > .user-registration-message-container > svg {
  display: none;
}

body.page-id-11490 #user-registration .ur-message-container .user-registration-message,
body.page-id-11490 #user-registration .user-registration-message-container .user-registration-message,
body.page-id-11490 #user-registration .ur-message-container .user-registration-error,
body.page-id-11490 #user-registration .user-registration-message-container .user-registration-error {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f5f5f5 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

body.page-id-11490 #user-registration .ur-message-container .ur-message-content,
body.page-id-11490 #user-registration .user-registration-message-container .ur-message-content {
  margin: 10px 0 0;
  color: #a6a6a6 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

body.page-id-11490 #user-registration .ur-lost-password-title,
body.page-id-11490 #user-registration .ur-lost-password-message,
body.page-id-11490 #user-registration label {
  color: #f5f5f5 !important;
}

@media (max-width: 640px) {
  body.page-id-11490 .fm-entry-content > #user-registration:has(> .user-registration-message-container:has(.user-registration-message, .ur-message-content, .user-registration-error)),
  body.page-id-11490 .fm-entry-content > #user-registration:has(> .ur-message-container:has(.user-registration-message, .ur-message-content, .user-registration-error)) {
    padding: 0;
  }
}

/* 0.3.63: consolidated account, registration, reset and Cart presentation. */
body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
  background: #f5f5f5;
  cursor: pointer;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:checked {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .fm-account-create-link {
  min-width: 0;
}

/* Center Cart's title against the full page at every viewport width. */
body.woocommerce-cart .fm-content {
  width: min(var(--fm-wide), calc(100vw - 48px));
}

body.woocommerce-cart .fm-page-header {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  text-align: center;
}

body.woocommerce-cart .fm-page-header h1,
body.woocommerce-cart .fm-entry-title {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}

body.woocommerce-checkout .fm-page-header {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  text-align: center;
}

body.woocommerce-checkout .fm-page-header h1,
body.woocommerce-checkout .fm-entry-title {
  width: 100%;
  padding-left: 0;
  text-align: center;
}

body.woocommerce-cart .fm-entry-content > .alignwide {
  width: 100%;
  max-width: none;
  margin-left: 0;
  transform: none;
}

body.woocommerce-cart .wc-block-cart .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
}

body.woocommerce-cart .wc-block-cart .wc-block-grid__product {
  width: auto;
  min-width: 0;
  flex: none;
  max-width: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(245, 245, 245, 0.08);
  border-radius: 18px;
  background: var(--fm-panel);
  overflow: hidden;
}

body.woocommerce-cart .wc-block-cart .wc-block-grid__product-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: var(--fm-text);
  text-decoration: none;
}

body.woocommerce-cart .wc-block-cart .wc-block-grid__product-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
}

body.woocommerce-cart .wc-block-cart .wc-block-grid__product-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}

body.woocommerce-cart .wc-block-cart .wc-block-grid__product-title,
body.woocommerce-cart .wc-block-cart .wc-block-grid__product-price {
  padding-right: 18px;
  padding-left: 18px;
}

body.woocommerce-cart .wc-block-cart .wc-block-grid__product-title {
  margin-top: 16px;
  color: var(--fm-text);
  font-size: 18px;
  line-height: 1.25;
}

body.woocommerce-cart .wc-block-cart .wc-block-grid__product-price {
  margin-top: -12px;
  color: var(--fm-muted);
}

body.woocommerce-cart .wc-block-cart .wc-block-grid__product-add-to-cart {
  width: auto;
  margin: auto 18px 0;
  padding: 18px 0 0;
}

body.woocommerce-cart .wc-block-cart .wc-block-grid__product-add-to-cart .wp-block-button__link {
  width: 100%;
  min-height: 42px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 999px;
  background: var(--fm-blue);
  color: #f5f5f5;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

/* Cart Product Collection recommendations use a native add-to-cart action. */
body.woocommerce-cart .wc-block-cart .wp-block-woocommerce-product-collection > h2.wp-block-heading,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2.wp-block-heading {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  font-size: 24px;
  text-align: center;
}

body.woocommerce-cart .wc-block-cart .wc-block-grid__product-add-to-cart.fm-cart-recommendation-action,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action {
	width: calc(100% - 36px);
	margin: auto 18px 0;
	padding: 18px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	flex-shrink: 0;
	min-height: 158px;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action > form,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action > form {
	width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action > a,
body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action > form .single_add_to_cart_button,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action > a,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action > form .single_add_to_cart_button {
	width: 100%;
  min-height: 42px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto 0 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--fm-blue);
  color: #f5f5f5;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
	text-decoration: none;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action > form.fm-cart-recommendation-direct-form,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action > form.fm-cart-recommendation-direct-form {
	align-items: center;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action > a:hover,
body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action > a:focus-visible,
body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action > form .single_add_to_cart_button:hover,
body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action > form .single_add_to_cart_button:focus-visible,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action > a:hover,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action > a:focus-visible,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action > form .single_add_to_cart_button:hover,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action > form .single_add_to_cart_button:focus-visible {
  background: var(--fm-blue-hover);
  color: #f5f5f5;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action > .fm-cart-recommendation-out-of-stock,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action > .fm-cart-recommendation-out-of-stock {
	width: 100%;
	min-height: 42px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 0 0;
	padding: 10px 16px;
	border: 0;
	background: transparent;
	color: #ff0000;
	line-height: 1.2;
	text-align: center;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .variations,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .variations {
  width: 100%;
  margin: 0 0 10px;
  border: 0;
  border-collapse: collapse;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .variations tr,
body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .variations th,
body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .variations td,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .variations tr,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .variations th,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  text-align: left;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .variations tr + tr,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .variations tr + tr {
  margin-top: 8px;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .variations th.label,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .variations th.label {
  margin-bottom: 4px;
  color: var(--fm-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .variations select,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .variations select {
  width: 100%;
  min-height: 36px;
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid rgba(245, 245, 245, 0.25);
  border-radius: 8px;
  background: var(--fm-panel-soft);
  color: var(--fm-text);
  font: inherit;
  font-size: 16px;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .reset_variations,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .reset_variations {
  display: none !important;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .single_variation_wrap,
body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .woocommerce-variation-add-to-cart,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .single_variation_wrap,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  flex: 1;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .single_variation,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .single_variation {
  margin: 0 0 8px;
  color: var(--fm-muted);
  font-size: 11px;
  line-height: 1.25;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .quantity,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .quantity {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body.woocommerce-cart .wc-block-cart .fm-cart-recommendation-action form.variations_form .single_add_to_cart_button:disabled,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .fm-cart-recommendation-action form.variations_form .single_add_to_cart_button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

body.woocommerce-cart .cross-sells ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.woocommerce-cart .cross-sells ul.products li.product {
  width: auto;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

body.woocommerce-cart .cross-sells ul.products li.product > a:first-child {
  display: flex;
  flex-direction: column;
  flex: 1;
}

body.woocommerce-cart .cross-sells ul.products li.product > a:first-child img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

body.woocommerce-cart .cross-sells ul.products li.product > a.button {
  width: 100%;
  box-sizing: border-box;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Registration controls use the same white-field/blue-action contract. */
body.page-id-7922 .user-registration input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
body.page-id-7922 .user-registration select,
body.page-id-7922 .user-registration textarea {
  border: 0 !important;
  border-radius: 10px;
  background-color: #f5f5f5;
  color: #1d1d1f;
  box-shadow: none;
}

body.page-id-7922 .user-registration input.input-text:focus,
body.page-id-7922 .user-registration select:focus,
body.page-id-7922 .user-registration textarea:focus,
body.page-id-7922 .user-registration input.input-text.error,
body.page-id-7922 .user-registration select.error,
body.page-id-7922 .user-registration textarea.error,
body.page-id-7922 .user-registration [aria-invalid="true"] {
  border: 0 !important;
  border-radius: 10px;
  background: #f5f5f5;
  color: #1d1d1f;
  box-shadow: none;
}

body.page-id-7922 .user-registration input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):-webkit-autofill,
body.page-id-7922 .user-registration input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):-webkit-autofill:hover,
body.page-id-7922 .user-registration input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):-webkit-autofill:focus {
  -webkit-text-fill-color: #1d1d1f;
  -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset;
  box-shadow: 0 0 0 1000px #f5f5f5 inset;
}

body.page-id-7922 .user-registration .ur-form-row .user-registration-error,
body.page-id-7922 .user-registration .ur-form-row .ur-error-message,
body.page-id-7922 .user-registration .form-row label.error,
body.page-id-7922 .user-registration .form-row span.error,
body.page-id-7922 .user-registration .form-row p.error {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ff0000 !important;
  line-height: 1.35;
  text-align: left;
}

body.page-id-7922 .user-registration .ur-submit-button {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  height: 38px;
  margin: 0;
  border: 0;
  border-radius: 4px;
  background: #12a0dc;
  color: #f5f5f5;
  text-align: center;
}

/* Reset success is a single inner card, without the plugin's outer shell. */
body.page-id-11490 .fm-entry-content > #user-registration:has(> .user-registration-message-container:has(.user-registration-message, .ur-message-content, .user-registration-error)),
body.page-id-11490 .fm-entry-content > #user-registration:has(> .ur-message-container:has(.user-registration-message, .ur-message-content, .user-registration-error)) {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-11490 #user-registration > .user-registration-message-container:has(.user-registration-message, .ur-message-content, .user-registration-error),
body.page-id-11490 #user-registration > .ur-message-container:has(.user-registration-message, .ur-message-content, .user-registration-error) {
  margin: 0;
  padding: 24px;
  border: 0;
  border-radius: 10px;
  background: #1d1d1f;
  color: #f5f5f5;
  text-align: center;
}

body.woocommerce-cart iframe[src*="paypal.com"],
body.woocommerce-cart iframe[src*="paypalobjects.com"],
body.woocommerce-cart iframe.zoid-component-frame,
body.woocommerce-cart iframe[id^="jsx-iframe"],
body.woocommerce-cart [id*="ppc-button"] {
  border-radius: 10px;
}

body.woocommerce-cart [id*="ppc-button"],
body.woocommerce-cart .paypal-buttons,
body.woocommerce-cart .paypal-button-container,
body.woocommerce-cart .wp-block-woocommerce-cart-express-payment-block {
  border-radius: 10px;
  overflow: hidden;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block a,
body.woocommerce-cart .wc-proceed-to-checkout a {
  border-radius: 10px !important;
  color: #f5f5f5 !important;
}

@media (max-width: 900px) {
  body.woocommerce-cart .wc-block-cart .wc-block-grid__products,
  body.woocommerce-cart .cross-sells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.woocommerce-cart .fm-content {
    width: min(calc(100% - 32px), var(--fm-wide));
  }

  body.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
    margin-top: -50px;
  }

  body.woocommerce-cart .wc-block-cart .wc-block-grid__products,
  body.woocommerce-cart .cross-sells ul.products {
    gap: 12px;
  }

  body.single-product .woocommerce-notices-wrapper > .woocommerce-message {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 734px) {
  body.single-product .woocommerce-notices-wrapper > .woocommerce-message {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  body.single-product .woocommerce-notices-wrapper > .woocommerce-message .wc-forward,
  body.single-product .woocommerce-notices-wrapper > .woocommerce-message .wc-forward:visited,
  body.single-product .woocommerce-notices-wrapper > .woocommerce-message .wc-forward:hover,
  body.single-product .woocommerce-notices-wrapper > .woocommerce-message .wc-forward:focus-visible {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
}

@media (max-width: 420px) {
  body.woocommerce-cart .wc-block-cart .wc-block-grid__products,
  body.woocommerce-cart .cross-sells ul.products {
    grid-template-columns: 1fr;
  }
}

body.woocommerce-cart .wc-block-product-template > .wc-block-product .wc-block-components-product-name,
body.woocommerce-cart .wc-block-product-template > .wc-block-product .wc-block-grid__product-title,
body.woocommerce-cart .wc-block-product-template > .wc-block-product .wp-block-post-title,
body.woocommerce-cart .wc-block-product-template > .wc-block-product .wp-block-post-title > a {
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 700;
}

body.woocommerce-cart .wc-block-product-template > .wc-block-product .wc-block-components-product-price,
body.woocommerce-cart .wc-block-product-template > .wc-block-product .wc-block-grid__product-price {
  margin-top: -12px;
}

/* Product Collection uses a direct button child in current WooCommerce Blocks. */
body.woocommerce-cart .wc-block-product-template > .wc-block-product > a.wc-block-components-product-button__button,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .wc-block-components-product-button > a,
body.woocommerce-cart .wc-block-product-template > .wc-block-product > .wc-block-components-product-button > button {
  width: calc(100% - 36px);
  height: 42px;
  min-height: 42px;
  flex: 0 0 42px;
  box-sizing: border-box;
  align-self: center;
  margin: 10px 0 0 18px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fm-blue);
  border-radius: 999px;
  background: var(--fm-blue);
  color: #f5f5f5;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

body.woocommerce-cart .wc-block-product-template > .wc-block-product > a.wp-block-button__link {
  margin: 10px 0 0 18px;
}

body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name {
  color: #f5f5f5;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: transparent !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity > span[aria-hidden='true'] {
  display: none !important;
}

body.woocommerce-checkout .fm-checkout-item-quantity {
  margin-left: 4px;
  color: var(--fm-text);
  white-space: nowrap;
}

body.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
  margin-top: 0;
  margin-bottom: 24px;
}

body.woocommerce-checkout .wc-block-checkout__form {
  row-gap: 24px;
}

body.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step:last-child,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-express-payment--checkout {
  margin-bottom: 0;
}

body.woocommerce-checkout .wc-block-components-express-payment--checkout {
  box-sizing: border-box;
  margin-top: 0;
  border: 1px solid var(--fm-line);
  border-radius: 10px;
  overflow: hidden;
}

body.woocommerce-checkout .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
  border-radius: 10px;
}

body.woocommerce-checkout .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container::before {
  border-top-left-radius: 10px;
}

body.woocommerce-checkout .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container::after {
  border-top-right-radius: 10px;
}

body.woocommerce-checkout .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 500;
}

body.woocommerce-checkout .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
  border-width: 0;
  border-radius: 0;
  overflow: hidden;
}

body.woocommerce-checkout .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons {
  margin-top: 28px;
}

body.woocommerce-checkout .wc-block-components-express-payment--checkout .wc-block-components-express-payment button,
body.woocommerce-checkout .wc-block-components-express-payment--checkout .wc-block-components-button {
  border-radius: 10px;
}

body.woocommerce-checkout .wc-block-components-express-payment--checkout iframe[src*='paypal.com'],
body.woocommerce-checkout .wc-block-components-express-payment--checkout iframe[src*='paypalobjects.com'],
body.woocommerce-checkout .wc-block-components-express-payment--checkout iframe.zoid-component-frame,
body.woocommerce-checkout .wc-block-components-express-payment--checkout iframe[id^='jsx-iframe'] {
  border-radius: 10px !important;
  overflow: hidden !important;
}

body.woocommerce-checkout .wc-block-components-express-payment-continue-rule {
  font-size: 24px;
  font-weight: 500;
}

body.woocommerce-checkout .wc-block-checkout__shipping-method-option,
body.woocommerce-checkout .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
body.woocommerce-checkout .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option,
body.woocommerce-checkout .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked,
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  border-radius: 10px;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 10px;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-text,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-price,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__individual-price,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__individual-prices {
  color: #f5f5f5;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-size: 24px;
}

body.woocommerce-checkout #shipping .wc-block-components-country-input .wc-blocks-components-select__container {
  margin-top: 12px;
}

/* Shared Auth and Account form-control contract. */
body.woocommerce-account:not(.logged-in) form.woocommerce-form-login input.input-text,
body.fm-register-page .fm-register-card :is(input.input-text, input[type='email'], input[type='password'], input[type='text'], select, textarea),
body.page-id-11490 #user-registration #user_login,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account :is(input.input-text, input[type='text'], input[type='email'], input[type='password']) {
  box-sizing: border-box;
  min-height: 52px;
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #000;
  caret-color: #000;
  box-shadow: none;
  -webkit-text-fill-color: #000;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login input.input-text::placeholder,
body.fm-register-page .fm-register-card :is(input.input-text, input[type='email'], input[type='password'], input[type='text'], textarea)::placeholder,
body.page-id-11490 #user-registration #user_login::placeholder,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account :is(input.input-text, input[type='text'], input[type='email'], input[type='password'])::placeholder {
  color: #808080;
  opacity: 1;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login input.input-text:is(:focus, :focus-visible),
body.fm-register-page .fm-register-card :is(input.input-text, input[type='email'], input[type='password'], input[type='text'], select, textarea):is(:focus, :focus-visible),
body.page-id-11490 #user-registration #user_login:is(:focus, :focus-visible),
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account :is(input.input-text, input[type='text'], input[type='email'], input[type='password']):is(:focus, :focus-visible) {
  outline: 2px solid rgba(18, 160, 220, 0.55);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(18, 160, 220, 0.14);
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login input.input-text[aria-invalid='true'],
body.woocommerce-account:not(.logged-in) form.woocommerce-form-login input.input-text.error,
body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .form-row.woocommerce-invalid input.input-text,
body.fm-register-page .fm-register-card :is(input.input-text, input[type='email'], input[type='password'], input[type='text'], select, textarea)[aria-invalid='true'],
body.fm-register-page .fm-register-card :is(input.input-text, input[type='email'], input[type='password'], input[type='text'], select, textarea).error,
body.fm-register-page .fm-register-card .form-row.woocommerce-invalid :is(input.input-text, input[type='email'], input[type='password'], input[type='text'], select, textarea),
body.page-id-11490 #user-registration #user_login[aria-invalid='true'],
body.page-id-11490 #user-registration #user_login.error,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account :is(input.input-text, input[type='text'], input[type='email'], input[type='password'])[aria-invalid='true'],
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account :is(input.input-text, input[type='text'], input[type='email'], input[type='password']).error,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account .form-row.woocommerce-invalid :is(input.input-text, input[type='text'], input[type='email'], input[type='password']) {
  outline: 2px solid rgba(204, 24, 24, 0.55);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(204, 24, 24, 0.14);
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login input.input-text:-webkit-autofill,
body.woocommerce-account:not(.logged-in) form.woocommerce-form-login input.input-text:-webkit-autofill:hover,
body.woocommerce-account:not(.logged-in) form.woocommerce-form-login input.input-text:-webkit-autofill:focus,
body.woocommerce-account:not(.logged-in) form.woocommerce-form-login input.input-text:autofill,
body.fm-register-page .fm-register-card input.input-text:-webkit-autofill,
body.fm-register-page .fm-register-card input.input-text:-webkit-autofill:hover,
body.fm-register-page .fm-register-card input.input-text:-webkit-autofill:focus,
body.fm-register-page .fm-register-card input.input-text:autofill,
body.page-id-11490 #user-registration #user_login:-webkit-autofill,
body.page-id-11490 #user-registration #user_login:-webkit-autofill:hover,
body.page-id-11490 #user-registration #user_login:-webkit-autofill:focus,
body.page-id-11490 #user-registration #user_login:autofill,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account input.input-text:-webkit-autofill,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account input.input-text:-webkit-autofill:hover,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account input.input-text:-webkit-autofill:focus,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account input.input-text:autofill,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account input[type='text']:-webkit-autofill,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account input[type='email']:-webkit-autofill,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account input[type='password']:-webkit-autofill {
  background-color: #fff;
  color: #000;
  -webkit-text-fill-color: #000;
  caret-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .show-password-input,
body.fm-register-page .fm-register-card .show-password-input,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account .show-password-input {
  color: #000;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login .show-password-input::before,
body.fm-register-page .fm-register-card .show-password-input::before,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account .show-password-input::before {
  filter: brightness(0);
}

/* Account endpoint and Support surface micro-refinements. */
body.woocommerce-account.logged-in.fm-account-overview-page .fm-account-overview-card {
  border: 0;
  background: #1d1d1f;
}

body.woocommerce-account.logged-in.fm-account-overview-page .fm-account-overview-card:hover,
body.woocommerce-account.logged-in.fm-account-overview-page .fm-account-overview-card:focus-visible {
  border: 0;
  background: #1d1d1f;
}

body.woocommerce-account.logged-in.woocommerce-orders .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content {
	padding: 0;
	border: 0;
	background: transparent;
}

body.woocommerce-account.logged-in.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-info {
  width: 100%;
  min-height: 100px;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 18px 20px;
  border: 0;
  border-radius: 20px;
  background: #1d1d1f;
}

body.woocommerce-account.logged-in.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-message {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px;
  border: 0;
  border-radius: 20px;
  background: #1d1d1f;
}

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content {
  border: 0;
  border-radius: 20px;
  background: #1d1d1f;
}

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content > p {
  margin: 8px 0;
}

body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content {
  position: relative;
}

body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content:has(> .woocommerce-info + a.button) .woocommerce-info {
  padding-right: 200px;
}

body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content:has(> .woocommerce-info + a.button) > .woocommerce-info + a.button {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: 0;
  z-index: 1;
  transform: translateY(-50%);
}

body.woocommerce-account.logged-in.woocommerce-edit-account .woocommerce-MyAccount-content {
  border: 0;
  border-radius: 20px;
  background: #1d1d1f;
}

body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account .description,
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account small.description {
  font-size: 14px;
}

body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account fieldset {
  border: 1px solid rgba(245, 245, 245, 0.2);
  border-radius: 10px;
}

body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account .woocommerce-Button[name='save_account_details'],
body.woocommerce-account.logged-in.woocommerce-edit-account form.edit-account button[type='submit'] {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: #12a0dc;
  color: #f5f5f5;
}

@media (max-width: 640px) {
  body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content:has(> .woocommerce-info + a.button) .woocommerce-info {
    min-height: 0;
    padding: 0;
    background: transparent;
  }

  body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content:has(> .woocommerce-info + a.button) {
    box-sizing: border-box;
    padding: 18px 20px;
    border-radius: 20px;
    background: #1d1d1f;
  }

  body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content:has(> .woocommerce-info + a.button) > .woocommerce-info + a.button {
    position: static;
    width: 210px;
    margin: 0;
    margin-right: 0;
    transform: none;
  }
}

body.woocommerce-account.logged-in .fm-account-welcome .fm-account-logout {
  color: var(--fm-text);
  text-decoration: none;
  white-space: nowrap;
}

body.woocommerce-account.logged-in .fm-account-welcome .fm-account-logout:hover,
body.woocommerce-account.logged-in .fm-account-welcome .fm-account-logout:focus-visible {
  color: var(--fm-blue);
  text-decoration: underline;
}

/* Logged-in address endpoints use the same light control contract as checkout. */
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields input.input-text,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields input[type='text'],
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields input[type='email'],
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields input[type='tel'],
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields input[type='number'],
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields textarea,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields select,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields .select2-container--default .select2-selection--single {
  box-sizing: border-box;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f5f5f5 !important;
  color: #1d1d1f !important;
  caret-color: #1d1d1f;
  box-shadow: none !important;
  -webkit-text-fill-color: #1d1d1f;
}

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields input.input-text:focus,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields textarea:focus,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields select:focus,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields .select2-container--default .select2-selection--single:focus {
  border: 0 !important;
  background: #f5f5f5 !important;
  color: #1d1d1f !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #1d1d1f;
}

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields input.input-text:-webkit-autofill,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields input.input-text:-webkit-autofill:hover,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields input.input-text:-webkit-autofill:focus {
  border: 0 !important;
  border-radius: 10px !important;
  color: #1d1d1f !important;
  -webkit-text-fill-color: #1d1d1f;
  caret-color: #1d1d1f;
  -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
  box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
}

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1d1d1f !important;
  line-height: 44px;
}

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #1d1d1f;
}

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields > p:last-child {
  margin: 16px 0 0;
}

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields button[name='save_address'] {
  width: calc(100% - 6px);
  min-width: 0;
  min-height: 44px;
  height: 44px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  background: #12a0dc;
  color: #f5f5f5;
  line-height: 1.2;
}

/* Successful account notices are text-only; endpoint empty states remain full-width. */
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-message {
  min-height: 0;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  border: 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  color: #12a0dc;
}

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-message a:not(.button),
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-message strong {
  color: #12a0dc;
}

body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content:has(> .woocommerce-info + a.button) .woocommerce-info {
  padding-right: 200px;
}

body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content:has(> .woocommerce-info + a.button) > .woocommerce-info + a.button {
  position: absolute;
  top: 50%;
  right: 20px;
  width: auto;
  min-height: 44px;
  margin: 0;
  margin-top: -10px;
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields button[name='save_address'] {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content:has(> .woocommerce-info + a.button) .woocommerce-info {
    min-height: 0;
    padding: 0;
    background: transparent;
  }

  body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content:has(> .woocommerce-info + a.button) {
    box-sizing: border-box;
    padding: 18px 20px;
    border-radius: 20px;
    background: #1d1d1f;
  }

  body.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content:has(> .woocommerce-info + a.button) > .woocommerce-info + a.button {
    position: static;
    width: 210px;
    min-width: 0;
    height: auto;
    min-height: 42px;
    margin: 0;
    margin-left: 0;
    transform: none;
  }
}

/* Keep the account navigation horizontal on desktop and usable as a select on mobile. */
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .fm-account-nav-select-wrap {
  display: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .fm-account-nav-select {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font: inherit;
}

@media (max-width: 640px) {
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation.has-fm-account-nav-select ul {
    display: none;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation.has-fm-account-nav-select .fm-account-nav-select-wrap {
    display: block;
  }
}

/* Post-add confirmation and its in-place recommendation actions. */
.fm-added-to-cart-page .fm-added-to-cart-main {
  box-sizing: border-box;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 72px;
}

.fm-added-to-cart-page .fm-added-to-cart-confirmation {
  box-sizing: border-box;
  width: min(680px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(245, 245, 245, 0.08);
  border-radius: 24px;
  background: var(--fm-panel);
  text-align: center;
}

.fm-added-to-cart-page .fm-added-to-cart-eyebrow {
  margin: 0 0 10px;
  color: var(--fm-muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fm-added-to-cart-page #fm-added-to-cart-title {
  margin: 0;
  color: var(--fm-text);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}

.fm-added-to-cart-page .fm-added-to-cart-intro {
  margin: 16px 0 0;
  color: var(--fm-muted);
  font-size: 16px;
}

.fm-added-to-cart-page .fm-added-to-cart-items {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.fm-added-to-cart-page .fm-added-to-cart-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border-radius: 14px;
  background: var(--fm-panel-soft);
}

.fm-added-to-cart-page .fm-added-to-cart-item-image {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 10px;
  background: #050505;
}

.fm-added-to-cart-page .fm-added-to-cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fm-added-to-cart-page .fm-added-to-cart-item-copy {
  min-width: 0;
}

.fm-added-to-cart-page .fm-added-to-cart-item-copy h2 {
  margin: 0;
  color: var(--fm-text);
  font-size: 18px;
  line-height: 1.2;
}

.fm-added-to-cart-page .fm-added-to-cart-item-price,
.fm-added-to-cart-page .fm-added-to-cart-item-copy p {
  margin: 6px 0 0;
  color: var(--fm-muted);
  font-size: 14px;
}

.fm-added-to-cart-page .fm-added-to-cart-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.fm-added-to-cart-page .fm-added-to-cart-review {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid var(--fm-blue);
  border-radius: 999px;
  background: var(--fm-blue);
  color: #f5f5f5;
  text-decoration: none;
}

.fm-added-to-cart-page .fm-added-to-cart-review:hover,
.fm-added-to-cart-page .fm-added-to-cart-review:focus-visible {
  border-color: var(--fm-blue-hover);
  background: var(--fm-blue-hover);
  color: #f5f5f5;
}

.fm-added-to-cart-page .fm-added-to-cart-continue {
  color: var(--fm-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fm-added-to-cart-page .fm-added-to-cart-recommendations {
  margin-top: 64px;
}

.fm-added-to-cart-page .fm-added-to-cart-recommendations > h2 {
  margin: 0 0 22px;
  color: var(--fm-text);
  font-size: clamp(24px, 3vw, 34px);
  text-align: center;
}

.fm-added-to-cart-page .fm-added-to-cart-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fm-added-to-cart-page .fm-added-to-cart-product-card {
  box-sizing: border-box;
  min-width: 0;
  min-height: 100%;
  padding: 0 0 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: var(--fm-panel);
}

.fm-added-to-cart-page .fm-added-to-cart-product-link {
  display: flex;
  flex-direction: column;
  color: var(--fm-text);
  text-decoration: none;
}

.fm-added-to-cart-page .fm-added-to-cart-product-image {
  display: flex;
  width: 100%;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  background: #050505;
}

.fm-added-to-cart-page .fm-added-to-cart-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fm-added-to-cart-page .fm-added-to-cart-product-link > strong,
.fm-added-to-cart-page .fm-added-to-cart-product-price {
  padding-right: 18px;
  padding-left: 18px;
}

.fm-added-to-cart-page .fm-added-to-cart-product-link > strong {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.25;
}

.fm-added-to-cart-page .fm-added-to-cart-product-price {
  margin-top: 4px;
  color: var(--fm-muted);
}

.fm-added-to-cart-page .fm-cart-recommendation-action {
  box-sizing: border-box;
  width: calc(100% - 36px);
  margin: 18px 18px 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fm-added-to-cart-page .fm-cart-recommendation-action > form {
  width: 100%;
  margin: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.fm-added-to-cart-page .fm-cart-recommendation-action > form .single_add_to_cart_button,
.fm-added-to-cart-page .fm-cart-recommendation-action > .fm-cart-recommendation-direct-form .single_add_to_cart_button {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--fm-blue);
  color: #f5f5f5;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.fm-added-to-cart-page .fm-cart-recommendation-action > form .single_add_to_cart_button:hover,
.fm-added-to-cart-page .fm-cart-recommendation-action > form .single_add_to_cart_button:focus-visible {
  background: var(--fm-blue-hover);
  color: #f5f5f5;
}

.fm-added-to-cart-page .fm-cart-recommendation-action > .fm-cart-recommendation-out-of-stock {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.fm-added-to-cart-page .fm-cart-recommendation-action form.variations_form .variations {
  width: 100%;
  margin: 0 0 10px;
  border: 0;
  border-collapse: collapse;
}

.fm-added-to-cart-page .fm-cart-recommendation-action form.variations_form .variations tr,
.fm-added-to-cart-page .fm-cart-recommendation-action form.variations_form .variations th,
.fm-added-to-cart-page .fm-cart-recommendation-action form.variations_form .variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  text-align: left;
}

.fm-added-to-cart-page .fm-cart-recommendation-action form.variations_form .variations th.label {
  margin-bottom: 4px;
  color: var(--fm-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.fm-added-to-cart-page .fm-cart-recommendation-action form.variations_form .variations select {
  box-sizing: border-box;
  width: 100%;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid rgba(245, 245, 245, 0.25);
  border-radius: 8px;
  background: var(--fm-panel-soft);
  color: var(--fm-text);
  font: inherit;
  font-size: 16px;
}

.fm-added-to-cart-page .fm-cart-recommendation-action form.variations_form .reset_variations {
  display: none !important;
}

.fm-added-to-cart-page .fm-cart-recommendation-action form.variations_form .single_variation_wrap,
.fm-added-to-cart-page .fm-cart-recommendation-action form.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.fm-added-to-cart-page .fm-cart-recommendation-action form.variations_form .single_variation {
  margin: 0 0 8px;
  color: var(--fm-muted);
  font-size: 11px;
  line-height: 1.25;
}

.fm-added-to-cart-page .fm-cart-recommendation-action form.variations_form .quantity {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .fm-added-to-cart-page .fm-added-to-cart-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .fm-added-to-cart-page .fm-added-to-cart-main {
    width: min(calc(100% - 24px), 1120px);
  }

  .fm-added-to-cart-page .fm-added-to-cart-confirmation {
    padding: 28px 18px;
  }

  .fm-added-to-cart-page .fm-added-to-cart-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Phase 3.2: ALPHA-only TREMBLR category entry and controlled Buy comparison scroll. */
.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(245, 245, 245, 0.12);
  color: #f5f5f5;
  background: #000;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry h2,
.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry p {
  margin: 0;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry h2 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 620;
  line-height: 1.2;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry p {
  margin-top: 8px;
  color: #a1a1a6;
  font-size: 14px;
  line-height: 1.5;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry a {
  flex: 0 0 auto;
  color: var(--fm-blue);
  font-size: 14px;
  font-weight: 620;
  text-decoration: none;
  white-space: nowrap;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry a:hover,
.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry a:focus-visible {
  color: #f5f5f5;
}

@media (max-width: 820px) {
	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-scroll,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-scroll,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-grid,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-grid,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-grid {
    width: 920px;
    min-width: 920px;
    margin: 0;
    grid-template-columns: 16% repeat(3, 28%);
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-product,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-product,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-product {
    padding: 0 10px 12px;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-image-wrap,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-image-wrap,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-image-wrap {
    height: 150px;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-image-wrap img,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-image-wrap img,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-image-wrap img {
    width: min(100%, 150px);
    height: 128px;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-product h3,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-product h3,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-product h3 {
    font-size: 18px;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-actions,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-actions,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-actions {
    gap: 8px;
    min-height: 52px;
    margin-top: 10px;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-current,
	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-learn,
	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-buy,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-current,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-learn,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-buy,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-current,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-learn,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-buy {
    font-size: 12px;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-learn,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-learn,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-learn {
    min-width: 76px;
    height: 28px;
    padding: 0 12px;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-row,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-row,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-row {
    grid-template-columns: 16% repeat(3, 28%);
    min-height: 52px;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-label,
	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-value,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-label,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-value,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-label,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-value {
    font-size: 13px;
    line-height: 1.4;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-label,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-label,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-label {
    padding: 8px 10px 8px 0;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-value,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-value,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-value {
    padding: 8px 12px;
    overflow-wrap: normal;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-row-dimensions,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-row-dimensions,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-row-dimensions {
    min-height: 84px;
  }

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-product-compare-dimensions span,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-product-compare-dimensions span,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-product-compare-dimensions span {
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
	.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry {
		width: min(calc(100% - 28px), 1080px);
    padding: 24px 0 28px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry a {
    align-self: flex-start;
	}
}

/* Phase 3.2: Shared machine Buy annotation refinements. */
.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-price,
.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-price .woocommerce-Price-amount.amount,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-price,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-price .woocommerce-Price-amount.amount,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-price,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-price .woocommerce-Price-amount.amount,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-price,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-price .woocommerce-Price-amount.amount {
	color: #f5f5f5;
	font-weight: 700;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-taobao-option > a.fm-purchase-taobao-link,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-taobao-option > a.fm-purchase-taobao-link,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-taobao-option > a.fm-purchase-taobao-link,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-taobao-option > a.fm-purchase-taobao-link {
	border: 0;
	color: #f5f5f5;
	background: var(--fm-blue);
	font-size: 15px;
	font-weight: 400;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-summary-list > li,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-summary-list > li,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-summary-list > li,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-summary-list > li {
	font-size: 16px;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-summary-list > li strong,
.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-summary-list > li .woocommerce-Price-amount.amount,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-summary-list > li strong,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-summary-list > li .woocommerce-Price-amount.amount,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-summary-list > li strong,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-summary-list > li .woocommerce-Price-amount.amount,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-summary-list > li strong,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-summary-list > li .woocommerce-Price-amount.amount {
	font-size: 16px;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-summary-assurances li,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-summary-assurances li,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-summary-assurances li,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-summary-assurances li {
	font-size: 16px;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-add-to-cart,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-add-to-cart,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-add-to-cart,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-add-to-cart {
	font-size: 16px;
}

.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-purchase-summary > p,
.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-purchase-summary > p,
.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-purchase-summary > p,
.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-purchase-summary > p {
	font-size: 14px;
}

/* Simplified Chinese machine Buy pages: shared annotation typography. */
html[lang^='zh'] .fm-alpha-purchase-page .fm-alpha-purchase-header > p,
html[lang^='zh'] .fm-alpha-purchase-page .fm-alpha-taobao-option > p,
html[lang^='zh'] .fm-alpha-purchase-page .fm-alpha-accessory-step > p,
html[lang^='zh'] .fm-alpha-purchase-page .fm-alpha-taobao-option > a.fm-purchase-taobao-link,
html[lang^='zh'] .fm-alpha-purchase-page .fm-alpha-purchase-link p,
html[lang^='zh'] .fm-alpha-purchase-page .fm-alpha-purchase-link a,
html[lang^='zh'] .fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry p,
html[lang^='zh'] .fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-tremblr-entry a {
	font-size: 16px;
}

html[lang^='zh'] .fm-alpha-purchase-page .fm-alpha-purchase-links > h2 {
	font-size: 24px;
}

@media (min-width: 821px) {
	.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-accessory-copy strong,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-accessory-copy strong,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-accessory-copy strong,
	.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-accessory-copy strong {
		font-size: 16px;
	}

	.fm-alpha-purchase-page[data-machine="alpha"] .fm-alpha-accessory-description,
	.fm-alpha-purchase-page[data-machine="pro4"] .fm-alpha-accessory-description,
	.fm-alpha-purchase-page[data-machine="gigolo"] .fm-alpha-accessory-description,
	.fm-alpha-purchase-page[data-machine="tremblr"] .fm-alpha-accessory-description {
		font-size: 14px;
	}
}

/* USB Dong Adapter: compact information hierarchy without changing gallery or cart controls. */
.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-definition {
	margin: 14px 0 0;
	max-width: 520px;
	color: #a1a1a6;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-alpha-purchase-price,
.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-alpha-purchase-price .woocommerce-Price-amount.amount {
	color: #f5f5f5;
	font-weight: 700;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-cart-action form.cart .single_add_to_cart_button {
	font-size: 16px;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-knowledge,
.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-facts,
.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-usb-taobao-entry {
	margin: 0 0 12px;
	padding: 18px 0 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-usb-taobao-entry {
	margin-bottom: 0;
	padding-top: 10px;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-knowledge .fm-alpha-step-heading h2,
.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-facts .fm-alpha-step-heading h2 {
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: -0.015em;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-knowledge-list {
	margin-top: 12px;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-knowledge-list > div {
	padding: 8px 0;
	gap: 12px;
	border-bottom-color: rgba(245, 245, 245, 0.06);
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-knowledge-list dt {
	font-size: 16px;
	letter-spacing: 0.03em;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-knowledge-list dd {
	font-size: 16px;
	line-height: 1.45;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-description {
	margin-top: 14px;
	color: #a1a1a6;
	font-size: 16px;
	line-height: 1.58;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-description p {
	margin: 0 0 10px;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-description p:last-child {
	margin-bottom: 0;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-attributes {
	margin: 14px 0 0;
	padding: 0;
	color: #a1a1a6;
	font-size: 13px;
	line-height: 1.45;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-attributes > div {
	padding: 7px 0;
	border-top: 1px solid rgba(245, 245, 245, 0.06);
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-attributes dt {
	color: #86868b;
	font-size: 11px;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-attributes dd {
	margin: 2px 0 0;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-usb-taobao-entry > p {
	margin: 0;
	color: #86868b;
	font-size: 16px;
	line-height: 1.4;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-usb-taobao-entry > a.fm-purchase-taobao-link {
	min-height: 0;
	margin: 4px 0 0;
	padding: 0;
	display: inline-flex;
	justify-content: flex-start;
	gap: 6px;
	border: 0;
	border-radius: 0;
	color: var(--fm-blue);
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-usb-taobao-entry > a.fm-purchase-taobao-link:hover,
.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-usb-taobao-entry > a.fm-purchase-taobao-link:focus-visible {
	color: var(--fm-blue-hover);
	background: transparent;
	transform: none;
}

@media (max-width: 560px) {
	.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-definition {
		margin-top: 10px;
	}

	.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-description {
		line-height: 1.55;
	}

	.fm-accessory-purchase-page[data-accessory="usb-dong-adapter"] .fm-accessory-knowledge-list > div {
		padding: 7px 0;
	}
}
