/*
Theme Name: Footex Custom
Theme URI: https://footex.it/
Author: Footex
Author URI: https://footex.it/
Description: Custom WooCommerce theme with Footex-style header, navigation and footer. Compatible with WPBakery content.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: footex-custom
Tags: e-commerce, custom-logo, custom-menu, featured-images, translation-ready, woocommerce
*/

:root {
  --fx-red: #B32D34;
  --fx-red-dark: #9f252b;
  --fx-ink: #2F3946;
  --fx-ink-soft: #44515f;
  --fx-muted: #7b8190;
  --fx-border: #E3E7E8;
  --fx-bg: #FFFFFF;
  --fx-footer: #161A21;
  --fx-tertiary: #F1F1F1;
  --fx-soft-blue: #E0E9E8;
  --fx-purple: #8153bd;
  --fx-radius: 7px;
  --fx-container: 1600px;
  --fx-heading: "Oswald", "Arial Narrow", Arial, sans-serif;
  --fx-body: "DM Sans", "Open Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--fx-ink);
  background: var(--fx-bg);
  font-family: var(--fx-body);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .6px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a {
  color: #a63a62;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover,
a:focus {
  color: var(--fx-red);
}

img {
  max-width: 100%;
  height: auto;
}

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

@media (hover: hover) and (pointer: fine) {
  .fx-custom-cursor-enabled,
  .fx-custom-cursor-enabled * {
    cursor: none !important;
  }

  .fx-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000001;
    pointer-events: none;
    opacity: 0;
    transition: opacity .16s ease, width .18s ease, height .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
    will-change: transform;
  }

  .fx-custom-cursor-visible .fx-cursor {
    opacity: 1;
  }

  .fx-cursor__dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #000;
  }

  .fx-cursor__ring {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(0, 0, 0, .42);
    border-radius: 999px;
    background: rgba(255, 255, 255, .48);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .14);
  }

  .fx-custom-cursor-enabled:has(a:hover, button:hover, input:hover, select:hover, textarea:hover, [role="button"]:hover) .fx-cursor__ring,
  .fx-custom-cursor-hover .fx-cursor__ring {
    width: 46px;
    height: 46px;
    border-color: rgba(179, 45, 52, .72);
    background: rgba(179, 45, 52, .08);
    box-shadow: 0 0 0 5px rgba(179, 45, 52, .1), 0 8px 20px rgba(0, 0, 0, .16);
  }

  .fx-custom-cursor-enabled:has(a:hover, button:hover, input:hover, select:hover, textarea:hover, [role="button"]:hover) .fx-cursor__dot,
  .fx-custom-cursor-hover .fx-cursor__dot {
    background: var(--fx-red);
  }
}

h3 {
  font-family: "Oswald", "Open Sans", Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: .6px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fx-container {
  width: min(100% - 32px, var(--fx-container));
  margin-inline: auto;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #ececf1;
}

.top-strip {
  color: #fff;
  background: var(--fx-red);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
}

.top-strip__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.top-strip__claim {
  margin: 0;
}

.top-menu {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.top-menu li + li {
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, .62);
}

.top-menu a {
  color: #fff;
  text-decoration: none;
}

.header-main {
  padding: 28px 0 26px;
}

.header-main__inner {
  display: grid;
  grid-template-columns: 260px minmax(240px, 1fr) auto;
  align-items: center;
  gap: 42px;
}

.site-branding {
  min-width: 0;
}

.site-logo,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  color: #111;
  text-decoration: none;
}

.site-logo img,
.custom-logo {
  display: block;
  width: auto;
  max-height: 76px;
}

.site-title-fallback {
  display: inline-grid;
  gap: 0;
  color: #141414;
  font-family: Arial, sans-serif;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .85;
  text-transform: lowercase;
}

.site-title-fallback small {
  color: #b6434a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .82em;
  text-transform: lowercase;
}

.header-search {
  width: 100%;
}

.woocommerce-product-search,
.search-form {
  position: relative;
  display: flex;
  width: 100%;
}

.header-search .search-field,
.header-search input[type="search"] {
  width: 100%;
  height: 54px;
  padding: 0 58px 0 15px;
  border: 1px solid #ececf1;
  border-radius: var(--fx-radius);
  color: var(--fx-ink);
  background: #fff;
  outline: none;
}

.header-search button[type="submit"],
.header-search .search-submit {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #fff;
  background: #111;
  transform: translateY(-50%);
  cursor: pointer;
}

.header-search button[type="submit"]:hover,
.header-search button[type="submit"]:focus,
.header-search .search-submit:hover,
.header-search .search-submit:focus {
  color: #fff;
  background: var(--fx-red);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  white-space: nowrap;
}

.header-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0c0c0c;
  text-decoration: none;
}

.header-action svg {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}

.fx-header-cart {
  position: relative;
}

.mobile-menu-toggle,
.fx-mobile-menu-top-links {
  display: none;
}

.mobile-menu-toggle {
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid var(--fx-border);
  border-radius: var(--fx-radius);
  color: var(--fx-ink);
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mobile-menu-toggle__icon {
  display: inline-grid;
  gap: 4px;
  width: 18px;
}

.mobile-menu-toggle__icon span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.fx-header-mini-cart {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  z-index: 90;
  width: min(380px, calc(100vw - 28px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(18px, 8px, 0);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.fx-header-cart:hover .fx-header-mini-cart,
.fx-header-cart:focus-within .fx-header-mini-cart {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.fx-header-mini-cart::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 0;
  width: 100%;
  height: 16px;
}

.fx-header-mini-cart__inner {
  max-height: min(620px, calc(100vh - 150px));
  overflow: auto;
  padding: 22px;
  border: 1px solid #e2e3e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(22, 26, 33, .18);
}

.fx-header-mini-cart__inner h2 {
  margin: 0 0 16px;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.fx-header-mini-cart__empty {
  margin: 0 0 16px;
  color: #69717d;
  font-size: 15px;
}

.fx-header-mini-cart__items {
  display: grid;
  gap: 14px;
  max-height: 342px;
  overflow: auto;
  margin: 0;
  padding: 0 2px 0 0;
  list-style: none;
}

.fx-header-mini-cart__item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeef;
}

.fx-header-mini-cart__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  overflow: hidden;
  border: 1px solid #eeeeef;
  border-radius: 7px;
  background: #fff;
}

.fx-header-mini-cart__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fx-header-mini-cart__details {
  min-width: 0;
}

.fx-header-mini-cart__name {
  display: block;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: 15px;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
}

.fx-header-mini-cart__name:hover,
.fx-header-mini-cart__name:focus {
  color: var(--fx-red);
}

.fx-header-mini-cart__meta {
  display: block;
  margin-top: 8px;
  color: #69717d;
  font-size: 14px;
  font-weight: 700;
}

.fx-header-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dadce1;
  color: var(--fx-ink);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.fx-header-mini-cart__total strong {
  color: var(--fx-red);
  font-size: 18px;
}

.fx-header-mini-cart__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.fx-header-mini-cart__button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 12px;
  border: 1px solid #161a21;
  border-radius: 5px;
  color: #161a21;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.fx-header-mini-cart__button:hover,
.fx-header-mini-cart__button:focus {
  color: #fff;
  background: #161a21;
}

.fx-header-mini-cart__button--primary {
  border-color: var(--fx-red);
  color: #fff;
  background: var(--fx-red);
}

.fx-header-mini-cart__button--primary:hover,
.fx-header-mini-cart__button--primary:focus {
  border-color: var(--fx-red-dark);
  background: var(--fx-red-dark);
}

.cart-count {
  position: absolute;
  top: -8px;
  left: 21px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  color: #fff;
  background: #c84c5c;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.cart-total {
  color: #2f3239;
  font-size: 15px;
  font-weight: 400;
}

.nav-strip {
  padding: 11px 0 29px;
}

.primary-navigation {
  position: relative;
}

.primary-menu {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu li {
  position: relative;
}

.primary-menu > li.menu-item-footex-mega {
  position: static;
}

.primary-menu > li > a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid var(--fx-border);
  border-radius: var(--fx-radius);
  color: #30323b;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
  white-space: nowrap;
}

.primary-menu > li > a::before {
  content: "↗";
  color: #606672;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.fx-menu-item-contact {
  display: list-item;
}

.primary-menu > li.menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 3px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg) translateY(-2px);
}

.primary-menu .sub-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  min-width: 240px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid var(--fx-border);
  border-radius: var(--fx-radius);
  background: #fff;
  box-shadow: 0 16px 36px rgba(35, 40, 48, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: .18s ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.primary-menu .sub-menu a {
  display: block;
  padding: 9px 11px;
  border-radius: 4px;
  color: var(--fx-ink);
  text-decoration: none;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus {
  background: #f5f5f7;
}

.primary-menu > li > .mega-menu {
  left: 0;
  right: 0;
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding: 24px;
  border: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 22px 42px rgba(33, 38, 47, .16);
}

.primary-menu > li > .mega-menu--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.primary-menu > li > .mega-menu--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.primary-menu > li > .mega-menu--cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.primary-menu > li > .mega-menu--accessories {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 22px;
}

.mega-menu-section-title {
  grid-column: 1 / -1;
  margin: 6px 0 -4px;
}

.mega-menu-section-title span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--fx-red);
  font-family: var(--fx-heading);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.1;
  text-transform: uppercase;
}

.primary-menu > li > .mega-menu > li {
  min-width: 0;
}

.primary-menu > li > .mega-menu > li > a {
  display: grid;
  gap: 12px;
  padding: 0;
  color: var(--fx-ink);
  background: transparent;
  text-decoration: none;
}

.primary-menu > li > .mega-menu > li > a:hover,
.primary-menu > li > .mega-menu > li > a:focus {
  background: transparent;
  color: var(--fx-red);
}

.mega-menu-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 14px;
  background: #f0f1f4;
}

.mega-menu-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mega-menu > li > a:hover .mega-menu-card__media img,
.mega-menu > li > a:focus .mega-menu-card__media img {
  transform: none;
}

.mega-menu .menu-item-title {
  display: block;
  min-height: 2.4em;
  color: currentColor;
  font-family: var(--fx-heading);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mega-menu > li:first-child .menu-item-title {
  color: var(--fx-red);
}

.mega-menu--with-links > .mega-menu-card {
  display: grid;
  gap: 10px;
  align-content: start;
}

.primary-menu > li > .mega-menu--with-links > li > .mega-menu-card__main {
  display: grid;
  gap: 10px;
  padding: 0;
}

.mega-menu-card__links {
  display: grid;
  gap: 10px;
}

.primary-menu > li > .mega-menu--with-links .mega-menu-card__links a {
  display: inline;
  padding: 0;
  color: #3f4652;
  background: transparent;
  font-size: 16px;
  line-height: 1.28;
  text-decoration: none;
}

.primary-menu > li > .mega-menu--with-links .mega-menu-card__links a:hover,
.primary-menu > li > .mega-menu--with-links .mega-menu-card__links a:focus {
  color: var(--fx-red);
  background: transparent;
}

@media (min-width: 981px) {
  .primary-menu > li > .mega-menu--id-products {
    gap: 26px;
  }

  .primary-menu > li > .mega-menu--id-products .menu-item-title {
    min-height: 0;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .primary-menu > li > .mega-menu--id-products .mega-menu-card__links {
    gap: 8px;
  }

  .primary-menu > li > .mega-menu--id-products .mega-menu-card__links a {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
  }
}

.fx-breadcrumbs {
  border-top: 1px solid #f0f1f3;
  border-bottom: 1px solid #e7e8eb;
  background: #fff;
}

.fx-breadcrumbs__list {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #3f4652;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.4;
}

.fx-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
}

.fx-breadcrumbs__item + .fx-breadcrumbs__item::before {
  content: "»";
  margin: 0 5px;
  color: #777d88;
}

.fx-breadcrumbs a {
  color: #9f252b;
  text-decoration: none;
}

.fx-breadcrumbs a:hover,
.fx-breadcrumbs a:focus {
  color: var(--fx-red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fx-breadcrumbs span {
  color: #3f4652;
}

.fx-shop-breadcrumb {
  display: none;
}

.hover-colori img,
.Hover-colori img {
  filter: grayscale(100%);
  transform: none;
  transition: filter .25s ease;
}

.hover-colori:hover img,
.hover-colori:focus-within img,
.Hover-colori:hover img,
.Hover-colori:focus-within img {
  filter: grayscale(0);
  transform: none;
}

.scritta-sport {
  display: flex;
  justify-content: center;
  margin: 18px auto 0;
  text-align: center;
}

.scritta-sport a,
.scritta-sport {
  color: #fff;
}

.scritta-sport a {
  display: inline-flex;
  min-width: 170px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid #000;
  border-radius: 0;
  background: #000;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.scritta-sport a:hover,
.scritta-sport a:focus {
  border-color: #000;
  background: #fff;
  color: #000 !important;
}

.site-main {
  min-height: 44vh;
  padding: 14px 0 36px;
}

.fx-history-back {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 10px 14px;
  border: 0;
  border-radius: 7px 0 0 7px;
  background: #000;
  color: #fff;
  font-family: var(--fx-heading);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
  transform: translateY(-50%);
}

.fx-history-back[hidden] {
  display: none;
}

.fx-history-back span {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: .8;
}

.fx-history-back:hover,
.fx-history-back:focus-visible {
  background: var(--fx-red);
  color: #fff;
  transform: translate(-2px, -50%);
}

.home .site-main {
  padding: 0;
}

.home .site-main > .fx-container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.entry-title,
.page-title,
.woocommerce-products-header__title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
  margin: 0 0 18px;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content::after,
.site-main::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce-checkout #billing_invoice_type_field {
  clear: both;
}

.woocommerce-checkout .footex-invoice-field {
  margin-bottom: 18px;
}

.woocommerce-checkout #billing_sdi_field::after {
  content: "";
  display: table;
  clear: both;
}

.footex-checkout-legal {
  display: grid;
  gap: 12px;
  margin: 22px 0 18px;
  padding: 18px;
  border: 1px solid #dddde3;
  border-radius: 6px;
  background: #fff;
}

.footex-checkout-legal__field {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0;
  color: #343844;
  font-size: 15px;
  line-height: 1.45;
}

.footex-checkout-legal__field input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: var(--fx-red);
}

.footex-checkout-legal__field a {
  color: var(--fx-red);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce table.shop_table {
  border-color: #c9c9cf;
  border-radius: 0;
  border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: #c9c9cf;
  color: #343844;
}

.woocommerce table.shop_table th {
  font-weight: 800;
  letter-spacing: .07em;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 95px;
  height: 38px;
  border-color: #dddde3;
}

.woocommerce .quantity .qty {
  min-width: 58px;
  height: 42px;
  border: 1px solid #aeb0b8;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button,
button[type="submit"],
input[type="submit"] {
  min-height: 40px;
  padding: 11px 18px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: #111;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  cursor: pointer;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .checkout-button {
  width: 100%;
  padding: 18px 22px;
  background: #111;
  font-size: 20px;
  letter-spacing: .05em;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  background: #2b2b2b;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce-account .site-main {
  background: #f4f5f7;
}

.woocommerce-account .entry-header {
  display: none;
}

.woocommerce-account .entry-content {
  margin: 0;
}

.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
  width: min(100% - 48px, 980px);
  margin: 0 auto;
  padding: 54px 0 78px;
  color: var(--fx-ink);
}

.woocommerce-account:not(.logged-in) .woocommerce > h2 {
  margin: 0 0 24px;
  color: #2d3440;
  font-family: var(--fx-heading);
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.woocommerce-account:not(.logged-in) form.woocommerce-form-login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  max-width: 820px;
  margin: 0;
  padding: 30px 34px 34px;
  border: 1px solid rgba(47, 57, 70, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(22, 26, 33, .08);
}

.woocommerce-account:not(.logged-in) form.woocommerce-form-login::before,
.woocommerce-account:not(.logged-in) form.woocommerce-form-login::after {
  content: none;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form-row {
  display: grid;
  gap: 8px;
  float: none;
  width: 100%;
  margin: 0;
  color: #303744;
  font-size: 15px;
  font-weight: 700;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form-row--wide {
  grid-column: 1 / -1;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login label {
  color: #303744;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login .required {
  color: var(--fx-red);
  font-weight: 700;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login input.input-text {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #dfe2e7;
  border-radius: 10px;
  color: #232a34;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
  box-shadow: none;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login input.input-text:focus {
  border-color: rgba(179, 45, 52, .5);
  box-shadow: 0 0 0 4px rgba(179, 45, 52, .08);
  outline: 0;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login > .form-row:not(.woocommerce-form-row) {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  grid-column: 1 / -1;
  margin: 0;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid #eef0f3;
  border-radius: 10px;
  color: #4f5865;
  background: #fff;
  font-size: 16px;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #111;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit {
  min-height: 46px;
  margin: 0;
  padding: 0 24px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #161a21;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit:focus {
  color: #fff;
  background: #111;
  transform: translateY(-1px);
}

.woocommerce-account:not(.logged-in) .woocommerce-LostPassword {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: #4f5865;
  font-size: 16px;
}

.woocommerce-account:not(.logged-in) .woocommerce-LostPassword a {
  color: #111;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-account:not(.logged-in) .woocommerce-LostPassword a:hover,
.woocommerce-account:not(.logged-in) .woocommerce-LostPassword a:focus {
  color: var(--fx-red);
}

.woocommerce-account.logged-in .woocommerce {
  display: grid;
  grid-template-columns: minmax(230px, 320px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.woocommerce-account.logged-in .woocommerce::before,
.woocommerce-account.logged-in .woocommerce::after {
  content: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  width: auto;
  float: none;
  padding: 16px;
  border: 1px solid rgba(47, 57, 70, .08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(22, 26, 33, .08);
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 13px 18px 13px 42px;
  border: 1px solid #e5e6ea;
  border-radius: 10px;
  color: #161a21;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(22, 26, 33, .03);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #e2e4e8;
  transform: translateY(-50%);
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover {
  border-color: rgba(179, 45, 52, .34);
  box-shadow: 0 10px 24px rgba(22, 26, 33, .08);
  transform: translateY(-1px);
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a::before {
  background: #b32d34;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  width: auto;
  float: none;
  min-height: 470px;
  padding: 30px 34px 34px;
  border: 1px solid rgba(47, 57, 70, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(22, 26, 33, .08);
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:first-child,
.fx-account-dashboard__intro p:first-child {
  margin-top: 0;
  color: #161a21;
  font-size: 20px;
  line-height: 1.35;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content p,
.woocommerce-account.logged-in .woocommerce-MyAccount-content address {
  color: #2f3946;
  font-size: 17px;
  line-height: 1.55;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content a {
  color: #161a21;
  text-underline-offset: 3px;
}

.fx-account-register-prompt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  grid-column: 1 / -1;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid var(--fx-border);
  border-radius: 12px;
  background: #f8f8f9;
  color: #303744;
  font-size: 16px;
  font-weight: 400;
}

.fx-account-register-prompt a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fx-account-register-prompt a:hover,
.fx-account-register-prompt a:focus {
  color: var(--fx-red);
}

.fx-account-dashboard__intro {
  max-width: 1000px;
}

.fx-account-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 22px;
  max-width: 880px;
  margin: 30px auto 0;
}

.fx-account-card {
  display: grid;
  min-height: 190px;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 28px 18px;
  border: 1px solid #e6e7eb;
  border-radius: 16px;
  color: #161a21;
  background: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(22, 26, 33, .07);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.fx-account-card:hover {
  color: #161a21;
  border-color: rgba(179, 45, 52, .3);
  box-shadow: 0 20px 42px rgba(22, 26, 33, .12);
  transform: translateY(-3px);
}

.fx-account-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: #f4f2ee;
  color: #161a21;
}

.fx-account-card--customer-logout .fx-account-card__icon {
  color: #b32d34;
  background: #fff0f1;
}

.fx-account-card__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fx-account-card__label {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .02em;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions,
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button,
.woocommerce-account .woocommerce-orders-table .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 6px;
  background: #0f1115;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .03em;
  text-decoration: none !important;
  white-space: nowrap;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button:hover,
.woocommerce-account .woocommerce-orders-table .woocommerce-button:focus,
.woocommerce-account .woocommerce-orders-table .button:hover,
.woocommerce-account .woocommerce-orders-table .button:focus {
  background: #242832;
  color: #fff !important;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button.footex-return-request,
.fx-return-order-action__button,
.fx-return-request__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 6px;
	background: #b32d34;
	color: #fff !important;
	font-weight: 800;
	letter-spacing: .03em;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button.footex-return-request:hover,
.woocommerce-account .woocommerce-orders-table .woocommerce-button.footex-return-request:focus,
.fx-return-order-action__button:hover,
.fx-return-order-action__button:focus,
.fx-return-request__submit:hover,
.fx-return-request__submit:focus {
  background: #242832;
  color: #fff !important;
}

.fx-return-order-action {
  margin: 18px 0 28px;
}

.fx-return-request {
  display: grid;
  gap: 18px;
}

.fx-return-request__eyebrow {
  margin: 0;
  color: #8d939d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fx-return-request h2 {
  margin: 0;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.fx-return-order-summary,
.fx-return-request__notice,
.fx-return-request__empty,
.fx-return-request__form {
  border: 1px solid #e7e8eb;
  border-radius: 12px;
  background: #fff;
}

.fx-return-order-summary {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
}

.fx-return-order-summary h3,
.fx-return-order-summary p {
  margin: 0;
}

.fx-return-request__notice {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  background: #f7f8fb;
}

.fx-return-request__notice p {
  margin: 0;
}

.fx-return-request__empty {
  padding: 20px;
}

.fx-return-request__form {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.fx-return-request__form label {
  color: var(--fx-ink);
  font-weight: 800;
}

.fx-return-request__form textarea {
  width: 100%;
  min-height: 132px;
  padding: 13px 14px;
  border: 1px solid #d9dbe0;
  border-radius: 8px;
  color: #2f3946;
  background: #fff;
  font: inherit;
}

.fx-return-request__form textarea:focus {
  border-color: #b32d34;
  outline: none;
  box-shadow: 0 0 0 3px rgba(179, 45, 52, .12);
}

.fx-return-request__check {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #2f3946;
  font-weight: 600;
}

.fx-return-request__check input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #b32d34;
}

.fx-return-request__submit {
  justify-self: start;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  cursor: pointer;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--fx-ink);
  font-size: 15px;
  font-weight: 400;
}

.woocommerce ul.products li.product .price {
  color: var(--fx-red);
  font-weight: 800;
}

.woocommerce .tempi-stimati-di-consegna,
.woocommerce-page .tempi-stimati-di-consegna,
.fx-porto-product__delivery {
  display: none !important;
}

.fx-shop-archive {
  padding: 12px 0 18px;
}

.fx-shop-breadcrumb {
  display: flex;
  justify-content: center;
  padding: 20px 0 30px;
  border-top: 1px solid #f0f0f3;
  border-bottom: 1px solid #f0f0f3;
  color: #8c4a62;
  font-size: 15px;
}

.fx-shop-breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  color: #8d8790;
}

.fx-shop-breadcrumb a {
  color: #a63a62;
  text-decoration: none;
}

.fx-shop-hero {
  display: grid;
  grid-template-columns: 32% minmax(0, 1fr);
  gap: 58px;
  padding: 58px 0 44px;
}

.fx-shop-hero .page-title {
  margin: 0;
  font-size: clamp(42px, 4.8vw, 56px);
}

.fx-shop-hero__content {
  max-width: 760px;
}

.fx-shop-description {
  color: #3c404a;
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.55;
}

.fx-shop-description p {
  margin: 0 0 22px;
}

.fx-read-more {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  color: #2e333d;
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

.fx-read-more:hover {
  color: var(--fx-red);
}

.fx-shop-extended-description {
  margin-top: 18px;
  color: #3c404a;
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.58;
}

.fx-shop-extended-description p {
  margin: 0 0 16px;
}

.fx-shop-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 28px;
}

.fx-shop-toolbar .woocommerce-ordering {
  margin: 0;
}

.fx-shop-toolbar select {
  min-width: 260px;
  min-height: 54px;
  padding: 0 42px 0 18px;
  border: 1px solid #e2e2e7;
  border-radius: var(--fx-radius);
  color: #242832;
  background: #fff;
  font-size: 15px;
}

.fx-shop-layout {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}

.fx-shop-layout--no-sidebar {
  grid-template-columns: 1fr;
}

.fx-shop-filter-toggle {
  display: none;
}

.fx-shop-sidebar {
  position: sticky;
  top: 18px;
  min-width: 0;
  padding: 24px 22px;
  border: 1px solid #e8e9ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(26, 31, 41, .07);
}

.fx-shop-widget + .fx-shop-widget {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #eef0f3;
}

.fx-shop-widget__title {
  margin: 0 0 18px;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.fx-filter-tree,
.fx-filter-tree ul,
.fx-brand-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fx-filter-tree ul {
  margin: 5px 0 8px;
  padding-left: 14px;
  border-left: 1px solid #eef0f3;
}

.fx-filter-tree__item.has-children:not(.is-open) > ul {
  display: none;
}

.fx-filter-tree__item {
  position: relative;
  padding: 3px 0;
  color: #4b4f59;
  font-size: 15px;
}

.fx-filter-tree__item a,
.fx-brand-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #4b4f59;
  border-radius: 9px;
  padding: 8px 10px;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease;
}

.fx-filter-tree__item a span {
  color: #8a909a;
  font-size: 13px;
  font-weight: 700;
}

.fx-filter-tree__item.is-active-branch > a,
.fx-filter-tree__item a:hover,
.fx-brand-list a:hover {
  color: #1f232b;
  background: linear-gradient(90deg, #f6f7f9 0%, #eceef2 100%);
}

.fx-filter-tree__item.is-current > a {
  color: #fff;
  background: linear-gradient(90deg, #1a1d23 0%, #3a3f49 100%);
  font-weight: 800;
}

.fx-filter-tree__item.is-active-branch > a span,
.fx-filter-tree__item a:hover span {
  color: #1f232b;
}

.fx-filter-tree__item.is-current > a span {
  color: rgba(255, 255, 255, .82);
}

.fx-filter-tree__toggle {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #8a909a;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
}

.fx-filter-tree__item.has-children > a {
  padding-right: 28px;
}

.fx-price-filter__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 18px;
}

.fx-price-filter {
  display: grid;
  gap: 16px;
}

.fx-price-filter__range {
  --fx-price-left: 0%;
  --fx-price-right: 0%;
  position: relative;
  height: 28px;
  margin-top: 2px;
}

.fx-price-filter__track {
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(
      to right,
      #d7d9df 0,
      #d7d9df var(--fx-price-left),
      #242832 var(--fx-price-left),
      #242832 calc(100% - var(--fx-price-right)),
      #d7d9df calc(100% - var(--fx-price-right)),
      #d7d9df 100%
    );
}

.fx-price-filter__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.fx-price-filter__input::-webkit-slider-runnable-track {
  height: 3px;
  background: transparent;
}

.fx-price-filter__input::-moz-range-track {
  height: 3px;
  background: transparent;
}

.fx-price-filter__input::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -6px;
  border: 0;
  border-radius: 999px;
  background: #242832;
  cursor: grab;
  pointer-events: auto;
  -webkit-appearance: none;
  appearance: none;
}

.fx-price-filter__input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 999px;
  background: #242832;
  cursor: grab;
  pointer-events: auto;
}

.fx-price-filter__input:focus {
  outline: 0;
}

.fx-price-filter__input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(179, 45, 52, .16);
}

.fx-price-filter__input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 4px rgba(179, 45, 52, .16);
}

.fx-price-filter__value {
  margin: 0;
  color: #4b4f59;
  font-size: 15px;
  line-height: 1.35;
}

.fx-price-filter__value span {
  color: #242832;
  font-weight: 700;
}

.fx-price-filter__submit {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.fx-brand-list li {
  font-size: 15px;
}

.fx-brand-list {
  display: grid;
  gap: 7px;
}

.fx-brand-list a {
  border: 1px solid #eef0f3;
  background: #fafafa;
  font-weight: 700;
}

.fx-size-guide img,
.fx-size-guide__placeholder {
  width: 100%;
  min-height: 152px;
  display: block;
  border: 1px solid #dfe1e6;
  background: #c8ced6;
  object-fit: cover;
}

.fx-size-guide__placeholder {
  position: relative;
  overflow: hidden;
}

.fx-size-guide__placeholder::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f1f3f6;
  transform: translate(-50%, -80%);
}

.fx-size-guide__placeholder::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -22px;
  left: -16px;
  height: 92px;
  background:
    radial-gradient(120px 80px at 76% 0, #eef0f4 0 62%, transparent 63%),
    radial-gradient(120px 74px at 14% 48%, #eef0f4 0 62%, transparent 63%);
}

.fx-shop-products .woocommerce-result-count {
  display: none;
}

.fx-shop-products ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 22px;
  margin: 0;
}

.fx-shop-layout--no-sidebar .fx-shop-products ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce .fx-shop-products ul.products::before,
.woocommerce .fx-shop-products ul.products::after {
  content: none;
}

.woocommerce .fx-shop-products ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  text-align: center;
}

.woocommerce .fx-shop-products ul.products li.product a img {
  width: 100%;
  height: 285px;
  margin: 0 0 22px;
  padding: 0;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  object-fit: contain;
  background: #fff;
}

.fx-shop-layout--no-sidebar .fx-shop-products ul.products li.product a img {
  height: 260px;
}

.woocommerce .fx-shop-products ul.products li.product .woocommerce-loop-product__title {
  min-height: 3.25em;
  padding: 0;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce .fx-shop-products ul.products li.product .price {
  display: block;
  margin-top: 4px;
  color: var(--fx-red);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.woocommerce .fx-shop-products ul.products li.product .button {
  display: none;
}

.fx-porto-products-fallback {
  --fx-porto-columns: 4;
  display: grid;
  grid-template-columns: repeat(var(--fx-porto-columns), minmax(0, 1fr));
  gap: 68px 34px;
  width: 100%;
  margin: 0 0 52px;
}

.fx-porto-products-fallback--columns-1 {
  --fx-porto-columns: 1;
}

.fx-porto-products-fallback--columns-2 {
  --fx-porto-columns: 2;
}

.fx-porto-products-fallback--columns-3 {
  --fx-porto-columns: 3;
}

.fx-porto-products-fallback--columns-4 {
  --fx-porto-columns: 4;
}

.fx-porto-products-fallback--columns-5 {
  --fx-porto-columns: 5;
}

.fx-porto-products-fallback--columns-6 {
  --fx-porto-columns: 6;
}

.fx-porto-product {
  min-width: 0;
  color: #4d525d;
  text-align: center;
}

.fx-porto-product__image {
  display: flex;
  min-height: 285px;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 18px;
  text-decoration: none;
}

.fx-porto-product__image img {
  width: 100%;
  max-height: 285px;
  object-fit: contain;
}

.fx-porto-product__category {
  overflow: hidden;
  margin: 0 0 4px;
  color: #969aa3;
  font-size: 11px;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.fx-porto-product__title {
  overflow: hidden;
  margin: 0 0 12px;
  font-family: var(--fx-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fx-porto-product__title a {
  color: #1f242d;
  text-decoration: none;
}

.fx-porto-product__title a:hover {
  color: var(--fx-red);
}

.fx-porto-product__button {
  display: inline-flex;
  width: auto;
  min-width: max-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 0 20px;
  border-radius: 5px;
  color: #fff;
  background: #252525;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
}

.fx-porto-product__button:hover {
  color: #fff;
  background: var(--fx-red);
}

.fx-porto-product__price {
  margin: 0 0 18px;
  color: #252525;
  font-family: var(--fx-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.fx-porto-product__price .amount {
  color: inherit;
  font-weight: inherit;
}

.fx-porto-product__brand {
  margin: 0 0 26px;
  color: #6f7580;
  font-size: 13px;
  line-height: 1.3;
}

.fx-porto-product__brand a {
  color: inherit;
  text-decoration: none;
}

.fx-porto-product__delivery {
  color: #555b65;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .fx-porto-products-fallback:not(.fx-porto-products-fallback--columns-1) {
    --fx-porto-columns: 2;
  }
}

@media (max-width: 575px) {
  .fx-porto-products-fallback {
    --fx-porto-columns: 1;
  }

  .fx-porto-product__image,
  .fx-porto-product__image img {
    min-height: 240px;
    max-height: 240px;
  }
}

.fx-shop-products .woocommerce-pagination {
  margin-top: 42px;
}

.fx-single-product {
  padding: 12px 0 0;
}

.single-product .site-main {
  padding-bottom: 0;
}

.fx-product-breadcrumb {
  margin-bottom: 58px;
}

.fx-product-main {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  gap: 36px;
  align-items: start;
  margin-bottom: 72px;
}

.woocommerce div.product.fx-single-product div.images,
.woocommerce div.product.fx-single-product div.summary {
  width: auto;
  float: none;
  margin: 0;
}

.woocommerce div.product.fx-single-product div.images {
  display: grid;
  gap: 18px;
  opacity: 1 !important;
}

.woocommerce div.product.fx-single-product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.woocommerce-no-js div.product.fx-single-product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
  display: none;
}

.woocommerce-no-js div.product.fx-single-product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child {
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  border-radius: 0 0 14px 14px;
  background: #fff;
}

.woocommerce-no-js div.product.fx-single-product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img {
  max-height: 540px;
  object-fit: contain;
}

.woocommerce div.product.fx-single-product div.images .flex-viewport {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 0 0 14px 14px;
  background: #fff;
}

.woocommerce div.product.fx-single-product div.images .flex-viewport .woocommerce-product-gallery__wrapper,
.woocommerce div.product.fx-single-product div.images .flex-viewport .woocommerce-product-gallery__image {
  min-height: 560px;
}

.woocommerce div.product.fx-single-product div.images .woocommerce-product-gallery__image:first-child {
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  border-radius: 0 0 12px 12px;
  background: #fff;
}

.woocommerce div.product.fx-single-product div.images .woocommerce-product-gallery__image:first-child img {
  max-height: 540px;
  object-fit: contain;
}

.woocommerce div.product.fx-single-product div.images .flex-viewport .woocommerce-product-gallery__image:first-child {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
}

.woocommerce div.product.fx-single-product div.images:not(.woocommerce-product-gallery--with-images) .woocommerce-product-gallery__wrapper,
.woocommerce div.product.fx-single-product div.images .woocommerce-product-gallery__wrapper {
  list-style: none;
}

.woocommerce div.product.fx-single-product div.images .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce div.product.fx-single-product div.images .flex-control-thumbs li {
  width: auto;
  float: none;
  border: 0;
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(38, 45, 56, .06);
}

.woocommerce div.product.fx-single-product div.images .flex-control-thumbs img {
  width: 100%;
  height: 126px;
  padding: 10px;
  object-fit: contain;
  border: 1px solid #eeeeee;
  border-radius: 9px;
  background: #fff;
  opacity: .55;
  transition: opacity .18s ease, border-color .18s ease, transform .18s ease;
}

.woocommerce div.product.fx-single-product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product.fx-single-product div.images .flex-control-thumbs img:hover,
.woocommerce div.product.fx-single-product div.images .flex-control-thumbs img:focus {
  opacity: 1;
  border-color: #d7d9df;
  transform: translateY(-1px);
}

.woocommerce div.product.fx-single-product .woocommerce-product-gallery__trigger {
  top: 18px;
  right: 18px;
  z-index: 4;
  width: 46px;
  height: 46px;
  border: 1px solid #cfd4dc;
  border-radius: 999px;
  background: #fff;
  color: var(--fx-ink);
  box-shadow: 0 14px 30px rgba(38, 45, 56, .2);
  transition: color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.woocommerce div.product.fx-single-product .woocommerce-product-gallery__trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: translate(-58%, -58%);
}

.woocommerce div.product.fx-single-product .woocommerce-product-gallery__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(2px, 6px) rotate(45deg);
}

.woocommerce div.product.fx-single-product .woocommerce-product-gallery__trigger:hover,
.woocommerce div.product.fx-single-product .woocommerce-product-gallery__trigger:focus-visible {
  border-color: var(--fx-red);
  color: var(--fx-red);
  outline: none;
  box-shadow: 0 16px 32px rgba(38, 45, 56, .18);
  transform: translateY(-1px);
}

.fx-product-summary .product_title {
  margin: 0 0 22px;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: clamp(32px, 3vw, 43px);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.08;
  text-transform: uppercase;
}

.woocommerce div.product.fx-single-product p.price,
.woocommerce div.product.fx-single-product span.price,
.woocommerce .fx-single-product p.price,
.woocommerce .fx-single-product span.price {
  margin: 0 0 32px;
  color: var(--fx-ink);
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 800;
  line-height: 1.1;
}

.woocommerce div.product.fx-single-product p.price .amount,
.woocommerce div.product.fx-single-product span.price .amount,
.woocommerce .fx-single-product p.price .amount,
.woocommerce .fx-single-product span.price .amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.fx-product-meta {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.fx-product-meta div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  padding: 0 0 13px;
  border-bottom: 1px solid #eeeeee;
  color: #6d737d;
  font-size: 15px;
  align-items: baseline;
}

.fx-product-meta strong {
  color: var(--fx-ink);
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fx-product-meta a {
  color: #a63a62;
  text-decoration: none;
}

.woocommerce div.product.fx-single-product form.cart {
  margin: 0 0 30px;
}

.woocommerce div.product.fx-single-product form.cart::before,
.woocommerce div.product.fx-single-product form.cart::after {
  content: none;
}

.woocommerce div.product.fx-single-product form.cart table.variations,
.woocommerce .fx-single-product form.cart table.variations {
  width: 100%;
  margin: 0 0 28px;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.woocommerce div.product.fx-single-product form.cart table.variations tbody,
.woocommerce div.product.fx-single-product form.cart table.variations tr,
.woocommerce div.product.fx-single-product form.cart table.variations th,
.woocommerce div.product.fx-single-product form.cart table.variations td,
.woocommerce .fx-single-product form.cart table.variations tbody,
.woocommerce .fx-single-product form.cart table.variations tr,
.woocommerce .fx-single-product form.cart table.variations th,
.woocommerce .fx-single-product form.cart table.variations td {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.woocommerce div.product.fx-single-product form.cart table.variations tr,
.woocommerce .fx-single-product form.cart table.variations tr {
  display: grid;
  grid-template-columns: 92px minmax(0, 320px);
  align-items: center;
  gap: 14px;
}

.woocommerce div.product.fx-single-product form.cart table.variations th.label,
.woocommerce .fx-single-product form.cart table.variations th.label {
  min-height: 48px;
  display: flex;
  align-items: center;
}

.woocommerce div.product.fx-single-product form.cart table.variations label,
.woocommerce .fx-single-product form.cart table.variations label {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  margin: 0;
  color: var(--fx-ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.woocommerce div.product.fx-single-product form.cart table.variations select,
.woocommerce .fx-single-product form.cart table.variations select {
  width: 100%;
  min-height: 48px;
  padding: 0 44px 0 16px;
  border: 1px solid #dcdde3;
  border-radius: 6px;
  background-color: #fff;
  color: var(--fx-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(38, 45, 56, .05);
}

.woocommerce div.product.fx-single-product form.cart table.variations select:focus,
.woocommerce .fx-single-product form.cart table.variations select:focus {
  border-color: var(--fx-red);
  outline: none;
  box-shadow: 0 0 0 3px rgba(179, 45, 52, .12);
}

.woocommerce div.product.fx-single-product form.cart .reset_variations,
.woocommerce .fx-single-product form.cart .reset_variations {
  display: inline-block;
  margin-top: 8px;
  color: #a63a62;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.woocommerce div.product.fx-single-product form.cart:not(.variations_form):not(.grouped_form),
.woocommerce div.product.fx-single-product .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.woocommerce div.product.fx-single-product form.cart div.quantity {
  grid-column: 1;
  float: none;
  margin: 0;
}

.woocommerce div.product.fx-single-product form.cart .qty {
  width: 58px;
  height: 42px;
  border: 1px solid #dcdde3;
  border-radius: 5px;
  font-weight: 700;
}

.woocommerce div.product.fx-single-product form.cart .button {
  grid-column: 2;
  width: 100%;
  min-height: 42px;
  border-radius: 5px;
  background: #303947;
  font-size: 15px;
  letter-spacing: .04em;
}

.woocommerce div.product.fx-single-product form.cart .woocommerce_msrp {
  grid-column: 1 / -1;
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.woocommerce div.product.fx-single-product form.cart .woocommerce_msrp + br {
  display: none;
}

.woocommerce div.product.fx-single-product form.cart .woocommerce_msrp .e-custom-product {
  width: auto !important;
  min-width: 150px !important;
  max-width: 100% !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 22px !important;
  border-radius: 5px;
  color: #fff;
  background: #303947;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .02em;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible !important;
  box-sizing: border-box;
  vertical-align: top;
}

.fx-product-share {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.woocommerce div.product.fx-single-product form.cart + .fx-product-share {
  margin-top: 22px;
}

.fx-product-categories {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  margin-top: 18px;
  padding: 13px 0 0;
  border-top: 1px solid #eeeeee;
  color: #6d737d;
  font-size: 15px;
  align-items: baseline;
}

.fx-product-categories strong {
  color: var(--fx-ink);
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fx-product-categories a {
  color: #a63a62;
  text-decoration: none;
}

.fx-product-share a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: var(--fx-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.fx-product-share a svg {
  width: 15px;
  height: 15px;
  display: block;
  fill: currentColor;
}

.woocommerce .fx-single-product .woocommerce-product-gallery {
  display: grid;
  gap: 18px;
  opacity: 1 !important;
}

.woocommerce .fx-single-product .woocommerce-product-gallery .flex-viewport {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 0 0 14px 14px;
  background: #fff;
}

.woocommerce .fx-single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper,
.woocommerce .fx-single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,
.woocommerce .fx-single-product .woocommerce-product-gallery__image:first-child {
  min-height: 560px;
}

.woocommerce .fx-single-product .woocommerce-product-gallery__image:first-child {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  border-radius: 0 0 14px 14px;
  background: #fff;
}

.woocommerce .fx-single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image:first-child {
  border: 0;
  border-radius: 0;
}

.woocommerce .fx-single-product .woocommerce-product-gallery__image:first-child img {
  max-height: 540px;
  object-fit: contain;
}

.woocommerce-no-js .fx-single-product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
  display: none;
}

.woocommerce .fx-single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce .fx-single-product .woocommerce-product-gallery .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(38, 45, 56, .06);
}

.woocommerce .fx-single-product .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  height: 126px;
  padding: 10px;
  object-fit: contain;
  border: 1px solid #eeeeee;
  border-radius: 9px;
  background: #fff;
  opacity: .55;
  transition: opacity .18s ease, border-color .18s ease, transform .18s ease;
}

.woocommerce .fx-single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce .fx-single-product .woocommerce-product-gallery .flex-control-thumbs img:hover,
.woocommerce .fx-single-product .woocommerce-product-gallery .flex-control-thumbs img:focus {
  opacity: 1;
  border-color: #d7d9df;
  transform: translateY(-1px);
}

.woocommerce .fx-single-product .woocommerce-product-gallery__trigger {
  top: 18px;
  right: 18px;
  z-index: 4;
  width: 46px;
  height: 46px;
  border: 1px solid #cfd4dc;
  border-radius: 999px;
  background: #fff;
  color: var(--fx-ink);
  box-shadow: 0 14px 30px rgba(38, 45, 56, .2);
  transition: color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.woocommerce .fx-single-product .woocommerce-product-gallery__trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: translate(-58%, -58%);
}

.woocommerce .fx-single-product .woocommerce-product-gallery__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(2px, 6px) rotate(45deg);
}

.woocommerce .fx-single-product .woocommerce-product-gallery__trigger:hover,
.woocommerce .fx-single-product .woocommerce-product-gallery__trigger:focus-visible {
  border-color: var(--fx-red);
  color: var(--fx-red);
  outline: none;
  box-shadow: 0 16px 32px rgba(38, 45, 56, .18);
  transform: translateY(-1px);
}

.woocommerce .fx-single-product form.cart:not(.variations_form):not(.grouped_form),
.woocommerce .fx-single-product .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 8px;
}

.woocommerce .fx-single-product form.cart div.quantity {
  grid-column: 1;
  width: 126px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: stretch;
}

.woocommerce .fx-single-product form.cart .qty {
  width: 100%;
  height: 50px;
  border: 1px solid #dcdde3;
  border-right: 0;
  border-left: 0;
  border-radius: 5px;
  border-radius: 0;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
}

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

.woocommerce .fx-single-product form.cart .button {
  grid-column: 2;
  width: 100%;
  min-height: 50px;
  border-radius: 5px;
  background: #303947;
  font-size: 15px;
  letter-spacing: .04em;
}

.woocommerce .fx-single-product form.cart .woocommerce_msrp {
  grid-column: 1 / -1;
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.woocommerce .fx-single-product form.cart .woocommerce_msrp .e-custom-product {
  width: auto !important;
  min-width: 150px !important;
  max-width: 100% !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 22px !important;
  overflow: visible !important;
  white-space: nowrap !important;
  line-height: 1.15 !important;
  box-sizing: border-box;
}

.woocommerce .fx-single-product form.cart .woocommerce_msrp .e-custom-product {
  grid-column: auto;
}

.fx-qty-button {
  width: 34px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdde3;
  background: #fff;
  color: var(--fx-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.fx-qty-button--minus {
  border-radius: 5px 0 0 5px;
}

.fx-qty-button--plus {
  border-radius: 0 5px 5px 0;
}

.fx-qty-button:hover,
.fx-qty-button:focus-visible {
  border-color: var(--fx-red);
  color: var(--fx-red);
  outline: none;
}

.fx-product-description {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: grid;
  grid-template-columns: minmax(180px, 290px) minmax(0, 1fr);
  gap: 36px;
  padding: 56px max(24px, calc((100vw - var(--fx-container)) / 2));
  border-radius: 8px;
  background: #f2f2f3;
}

.fx-product-description__title {
  padding: 20px 28px 20px 0;
  border-right: 1px solid #dadce1;
}

.fx-product-description h2 {
  margin: 0;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.fx-product-description__content {
  max-width: 850px;
  color: #454a55;
  font-size: 15px;
  line-height: 1.55;
}

.fx-product-description__content > *:first-child {
  margin-top: 0;
}

.fx-product-description__content > *:last-child {
  margin-bottom: 0;
}

.fx-related-products {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 82px 0 98px;
  color: #fff;
  background: var(--fx-footer);
  text-align: center;
}

.fx-section-kicker {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .05em;
}

.fx-related-products h2 {
  margin: 0 0 36px;
  color: #fff;
  font-family: var(--fx-heading);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce .fx-related-products .related > h2 {
  display: none;
}

.woocommerce .fx-related-products ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}

.woocommerce .fx-related-products ul.products::before,
.woocommerce .fx-related-products ul.products::after {
  content: none;
}

.woocommerce .fx-related-products ul.products li.product {
  width: auto;
  float: none;
  min-height: 360px;
  margin: 0;
  padding: 0 0 24px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.woocommerce .fx-related-products ul.products li.product a img {
  width: 100%;
  height: 235px;
  margin: 0 0 20px;
  padding: 16px;
  object-fit: contain;
}

.woocommerce .fx-related-products ul.products li.product .woocommerce-loop-product__title {
  min-height: 3em;
  padding: 0 16px;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.woocommerce .fx-related-products ul.products li.product .price {
  color: var(--fx-red);
  font-size: 18px;
}

.woocommerce .fx-related-products ul.products li.product .button {
  display: none;
}

.fx-product-services {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 68px max(18px, calc((100vw - var(--fx-container)) / 2));
  background: #fff;
}

.fx-product-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.fx-service-card {
  min-height: 168px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  padding: 24px 20px;
  border: 1px solid #dcdde3;
  border-radius: 4px;
  color: var(--fx-ink);
  text-align: center;
}

.fx-service-card__icon {
  width: 28px;
  height: 28px;
}

.fx-service-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.fx-service-card p {
  max-width: 210px;
  margin: 0;
  color: #69717d;
  font-size: 15px;
  line-height: 1.5;
}

.fx-product-contact {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: 40px;
  padding: 72px max(18px, calc((100vw - var(--fx-container)) / 2));
  color: #fff;
  background: var(--fx-footer);
}

.fx-product-contact span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .85);
  font-size: 15px;
  font-weight: 800;
}

.fx-product-contact h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--fx-heading);
  font-size: clamp(34px, 4vw, 45px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.fx-product-contact p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
}

.fx-contact-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 4px;
  color: #fff;
  background: var(--fx-red);
  font-weight: 800;
  text-decoration: none;
}

.fx-blog-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 72px 0 92px;
  background: #eeeeef;
  text-align: center;
}

.fx-blog-hero__kicker {
  margin: 0 0 16px;
  color: #242a34;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
}

.fx-blog-hero h1 {
  margin: 0 0 20px;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: clamp(56px, 6vw, 78px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.fx-blog-hero p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: #313641;
  font-size: 17px;
  letter-spacing: .05em;
  line-height: 1.6;
}

.fx-blog-listing {
  padding: 72px 0 78px;
}

.fx-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.fx-blog-card {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e8e8ed;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(34, 40, 50, .12);
}

.fx-blog-card__media {
  position: relative;
  display: block;
  min-height: 370px;
  color: inherit;
  background: #f4f4f5;
  text-decoration: none;
}

.fx-blog-card__media img,
.fx-blog-card__placeholder {
  width: 100%;
  height: 370px;
  display: block;
  object-fit: cover;
}

.fx-blog-card__placeholder {
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 25%, #b6b6b6 100%);
}

.fx-blog-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 64px;
  padding: 7px 15px;
  border-radius: 999px;
  color: #fff;
  background: #69717e;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.fx-blog-card__body {
  padding: 36px 30px 16px;
}

.fx-blog-card__body h2 {
  margin: 0 0 22px;
  font-family: var(--fx-heading);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.07;
  text-transform: uppercase;
}

.fx-blog-card__body h2 a {
  color: var(--fx-red);
  text-decoration: none;
}

.fx-blog-card__excerpt {
  color: #343943;
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 1.55;
}

.fx-blog-card__excerpt p {
  margin: 0;
}

.fx-blog-card__footer {
  display: grid;
  gap: 14px;
  margin-top: auto;
  padding: 0 30px 18px;
}

.fx-blog-card__read-more {
  color: var(--fx-red);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.fx-blog-card__footer time {
  margin-inline: -30px;
  padding: 14px 30px 0;
  border-top: 1px solid #ededf1;
  color: #4f5662;
  font-size: 15px;
}

.social-marquee {
  overflow: hidden;
  color: #fff;
  background: var(--fx-red);
  font-family: var(--fx-heading);
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.social-marquee__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: fx-marquee 24s linear infinite;
}

.social-marquee__track a {
  color: inherit;
  padding: 32px 38px 31px;
  text-decoration: none;
  white-space: nowrap;
}

.social-marquee__track a:hover,
.social-marquee__track a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}

@keyframes fx-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.site-footer {
  color: #fff;
  background: var(--fx-footer);
}

.fx-footer-showcase {
  position: relative;
  padding: 56px 0 54px;
  background: #fff;
}

.fx-footer-showcase__viewport {
  position: relative;
  width: min(100% - 48px, 1600px);
  margin: 0 auto;
}

.fx-footer-showcase__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.fx-footer-showcase__track::-webkit-scrollbar {
  display: none;
}

.fx-footer-showcase__card {
  scroll-snap-align: start;
  min-width: 0;
  text-align: center;
}

.fx-footer-showcase__card img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  object-position: center;
}

.fx-footer-showcase__card h2 {
  margin: 14px 0 4px;
  color: #252d39;
  font-family: var(--fx-body);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.15;
  text-transform: uppercase;
}

.fx-footer-showcase__card p {
  max-width: 250px;
  margin: 0 auto 14px;
  color: #303846;
  font-size: 14px;
  line-height: 1.55;
}

.fx-footer-showcase__card .fx-footer-showcase__client {
  margin-bottom: 16px;
}

.fx-footer-showcase__arrow {
  position: absolute;
  top: 28%;
  z-index: 2;
  width: 40px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #b8bdc4;
  background: transparent;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: color .18s ease, transform .18s ease;
}

.fx-footer-showcase__arrow:hover,
.fx-footer-showcase__arrow:focus-visible {
  color: var(--fx-red);
  outline: none;
  transform: translateY(-1px);
}

.fx-footer-showcase__arrow--prev {
  left: -52px;
}

.fx-footer-showcase__arrow--next {
  right: -52px;
}

.footer-widgets {
  padding: 42px 0 38px;
}

.footer-widgets__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}

.footer-column h2,
.footer-column h3,
.footer-widget-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.footer-column p {
  margin: 0 0 16px;
}

.footer-column strong,
.footer-column b {
  font-weight: 800;
}

.footer-column a {
  color: #fff;
  text-decoration: none;
}

.footer-brand-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
}

.footer-brand-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 62px;
  filter: brightness(0) invert(1);
}

.footer-brand-logo span {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-brand-copy {
  max-width: 360px;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.65;
}

.footer-brand-copy strong {
  display: inline-block;
  margin-bottom: 8px;
  color: #fff;
}

.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 36px;
  padding: 0 9px;
  border-radius: 3px;
  color: #1d3a69;
  background: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.payment-badge:nth-child(2) {
  color: #fff;
  background: linear-gradient(90deg, #2189c9 0 52%, #ed1c24 52% 100%);
}

.payment-badge:nth-child(3) {
  color: #111;
  font-size: 15px;
}

.payment-badge:nth-child(4) {
  color: #3154a3;
  font-size: 20px;
}

.footer-links {
  margin: 0;
  padding-left: 24px;
}

.footer-links li {
  margin: 4px 0;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .24);
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  letter-spacing: .03em;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #fff;
}

.fx-loader-active {
  cursor: progress;
}

.fx-page-loader {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: #090d16;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.fx-page-loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fx-page-loader.is-leaving {
  opacity: 0;
}

.fx-page-loader__content {
  width: min(620px, calc(100vw - 44px));
  display: grid;
  justify-items: center;
}

.fx-page-loader__logo {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.fx-page-loader__logo img {
  width: auto;
  max-width: min(380px, 82vw);
  max-height: 118px;
  display: block;
  filter: brightness(0) invert(1);
}

.fx-page-loader__logo span {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: clamp(54px, 8vw, 82px);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .85;
  text-transform: lowercase;
}

.fx-page-loader__content p {
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--fx-heading);
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.fx-page-loader__bar {
  width: min(100%, 760px);
  height: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
}

.fx-page-loader__bar span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--fx-red);
  transform: translateX(-100%);
  animation: fx-loader-progress 1.15s ease-in-out infinite;
}

@keyframes fx-loader-progress {
  0% {
    transform: translateX(-100%);
  }

  55% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(100%);
  }
}

.fx-home-container {
  width: min(100% - 56px, 1600px);
  margin-inline: auto;
}

.fx-home-section {
  padding: 78px 0;
}

.fx-404 {
  position: relative;
  min-height: clamp(560px, 68vh, 760px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(179, 45, 52, .16), transparent 28%),
    radial-gradient(circle at 84% 78%, rgba(47, 57, 70, .12), transparent 30%),
    linear-gradient(180deg, #f7f8fb 0%, #e9edf7 100%);
}

.fx-404::before {
  content: "";
  position: absolute;
  inset: auto -7vw -92px;
  height: 160px;
  border-radius: 50% 50% 0 0 / 46% 46% 0 0;
  background: #fff;
}

.fx-404__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 56px, 900px);
  margin-inline: auto;
  text-align: center;
}

.fx-404__code {
  display: block;
  margin: 0 0 10px;
  color: var(--fx-red);
  font-family: var(--fx-heading);
  font-size: clamp(110px, 18vw, 220px);
  font-weight: 400;
  letter-spacing: .03em;
  line-height: .82;
  text-shadow: 0 18px 34px rgba(179, 45, 52, .16);
}

.fx-404 h1 {
  max-width: 760px;
  margin: 0 auto 16px;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: .98;
  text-transform: uppercase;
}

.fx-404__inner > p:not(.fx-eyebrow) {
  max-width: 680px;
  margin: 0 auto 30px;
  color: #4f5968;
  font-size: 18px;
  line-height: 1.65;
}

.fx-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.fx-404__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.fx-404__links a {
  color: var(--fx-ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.fx-404__links a:hover,
.fx-404__links a:focus {
  color: var(--fx-red);
}

.fx-registration {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 54px 0 78px;
  color: var(--fx-ink);
}

.page-template-default:has(.fx-registration) .site-main {
  background: #f4f5f7;
}

.fx-registration h1 {
  margin: 0;
  color: #2d3440;
  font-family: var(--fx-heading);
  font-size: clamp(40px, 4.4vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}

.fx-registration__header {
  max-width: 760px;
  margin: 0 0 28px;
}

.fx-registration__header p {
  margin: 14px 0 0;
  color: #4f5865;
  font-size: 17px;
  line-height: 1.55;
}

.fx-registration__eyebrow {
  margin: 0 0 8px !important;
  color: #7c838d !important;
  font-size: 14px !important;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fx-registration--choice {
  min-height: 430px;
}

.fx-registration--choice h1,
.fx-registration--choice > p,
.fx-registration__login {
  max-width: 760px;
}

.fx-registration--choice > p {
  margin: 12px 0 28px;
  color: #4f5865;
  font-size: 17px;
  line-height: 1.55;
}

.fx-registration__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 0 30px;
}

.fx-registration__benefits div {
  padding: 20px;
  border: 1px solid rgba(47, 57, 70, .08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(22, 26, 33, .055);
}

.fx-registration__benefits strong,
.fx-registration__benefits span {
  display: block;
}

.fx-registration__benefits strong {
  margin: 0 0 8px;
  color: var(--fx-ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .02em;
}

.fx-registration__benefits span {
  color: #596271;
  font-size: 15px;
  line-height: 1.55;
}

.fx-registration__choices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
  margin: 0 0 36px;
  max-width: 760px;
}

.fx-registration__choices a {
  position: relative;
  display: grid;
  min-height: 188px;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 22px;
  border: 1px solid rgba(47, 57, 70, .08);
  border-radius: 16px;
  color: #161a21;
  background: #fff;
  box-shadow: 0 16px 36px rgba(22, 26, 33, .07);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.fx-registration__choices a::before {
  content: "";
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(179, 45, 52, .16), rgba(22, 26, 33, .08)),
    #f4f2ee;
}

.fx-registration__choices a:hover,
.fx-registration__choices a:focus {
  color: #161a21;
  border-color: rgba(179, 45, 52, .3);
  box-shadow: 0 20px 42px rgba(22, 26, 33, .12);
  transform: translateY(-3px);
}

.fx-registration__login {
  padding: 18px 20px;
  border: 1px solid var(--fx-border);
  border-radius: 12px;
  background: #fff;
  color: #303744;
  font-size: 16px;
}

.fx-registration__login a {
  color: #111;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fx-registration__login a:hover,
.fx-registration__login a:focus {
  color: var(--fx-red);
}

.fx-registration__breadcrumb {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: -18px 0 44px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--fx-border);
  color: #14171d;
  font-family: var(--fx-heading);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.fx-registration__breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.fx-registration__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  max-width: 980px;
  padding: 30px 34px 34px;
  border: 1px solid rgba(47, 57, 70, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(22, 26, 33, .08);
}

.fx-registration__form h2 {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding-top: 20px;
  border-top: 1px solid #eef0f3;
  color: #273340;
  font-family: var(--fx-heading);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.25;
  text-transform: uppercase;
}

.fx-registration__form h2:first-of-type {
  margin-top: 4px;
}

.fx-registration__field {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #303744;
  font-size: 15px;
  font-weight: 700;
}

.fx-registration__field em {
  color: #777c86;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
}

.fx-registration__field input,
.fx-registration__field select {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #dfe2e7;
  border-radius: 10px;
  color: #232a34;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
}

.fx-registration__field input:focus,
.fx-registration__field select:focus {
  border-color: rgba(179, 45, 52, .5);
  box-shadow: 0 0 0 4px rgba(179, 45, 52, .08);
  outline: 0;
}

.fx-registration__required {
  color: var(--fx-red);
  font-weight: 700;
}

.fx-registration__hint {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f8f8f9;
  color: #686f7a;
  font-size: 15px;
}

.fx-registration__check {
  display: flex;
  gap: 12px;
  align-items: center;
  grid-column: 1 / -1;
  width: 100%;
  margin: 4px 0 0;
  padding: 13px 14px;
  border: 1px solid #eef0f3;
  border-radius: 10px;
  color: #4f5865;
  font-size: 16px;
}

.fx-registration__check input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #111;
}

.fx-registration__submit {
  justify-self: start;
  grid-column: 1 / -1;
  min-height: 46px;
  margin-top: 6px;
  padding: 0 24px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #161a21;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

.fx-registration__submit:hover,
.fx-registration__submit:focus {
  background: #111;
  transform: translateY(-1px);
}

.fx-registration__notice {
  max-width: 980px;
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid var(--fx-border);
  border-radius: 12px;
  background: #f7f8fa;
  font-size: 16px;
}

.fx-registration__notice ul {
  margin: 0;
  padding-left: 20px;
}

.fx-registration__notice--error {
  border-color: rgba(179, 45, 52, .35);
  color: #8f1f25;
  background: #fff6f6;
}

.fx-registration__notice--success {
  border-color: rgba(17, 17, 17, .16);
  color: #273340;
  background: #f4f7f4;
}

.fx-eyebrow {
  margin: 0 0 8px;
  color: #7d8490;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
}

.fx-section-heading {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.fx-section-heading h2,
.fx-home-contact h2 {
  margin: 0 0 12px;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: clamp(34px, 3vw, 54px);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.fx-section-heading p:last-child,
.fx-home-contact p {
  margin: 0;
  color: #69717d;
  font-size: 15px;
}

.fx-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
  text-decoration: none;
}

.fx-btn--red {
  color: #fff;
  background: var(--fx-red);
}

.fx-btn--red:hover,
.fx-btn--red:focus {
  color: #fff;
  background: var(--fx-red-dark);
}

.fx-btn--light {
  color: #303846;
  background: #fff;
  box-shadow: 0 10px 24px rgba(47, 55, 68, .08);
}

.fx-home-hero {
  position: relative;
  min-height: clamp(520px, 47vw, 760px);
  display: flex;
  align-items: center;
  padding-block: 98px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(179, 45, 52, .16), transparent 28%),
    radial-gradient(circle at 84% 78%, rgba(47, 57, 70, .12), transparent 30%),
    linear-gradient(180deg, #f7f8fb 0%, #e9edf7 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fx-home-hero::before,
.fx-home-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.fx-home-hero::before {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 0 12%, rgba(179, 45, 52, .18), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, .78) 0%, rgba(255, 255, 255, .42) 52%, rgba(255, 255, 255, .04) 100%);
}

.fx-home-hero::after {
  right: -4vw;
  bottom: -76px;
  left: -4vw;
  z-index: 2;
  height: 145px;
  border-radius: 50% 50% 0 0 / 46% 46% 0 0;
  background: #fff;
}

.fx-home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(430px, .88fr);
  align-items: center;
  gap: clamp(18px, 4vw, 78px);
}

.fx-home-hero__copy {
  position: relative;
  padding: 48px 0;
}

.fx-home-hero h1 {
  max-width: none;
  margin: 0 0 14px;
  color: #222b38;
  font-family: var(--fx-heading);
  font-size: clamp(48px, 5vw, 86px);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: .94;
  text-transform: uppercase;
}

.fx-hero-title {
  display: flex;
  align-items: baseline;
  gap: .18em;
  white-space: nowrap;
}

.fx-hero-title__fixed,
.fx-hero-title__rotator,
.fx-hero-title__rotator span {
  font-weight: 400;
}

.fx-hero-title__rotator {
  position: relative;
  width: 7.35em;
  display: inline-grid;
  color: var(--fx-red);
}

.fx-hero-title__rotator span {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(.22em);
  animation: fx-hero-title-rotate 9s ease-in-out infinite;
}

.fx-hero-title__rotator span:nth-child(2) {
  animation-delay: 3s;
}

.fx-hero-title__rotator span:nth-child(3) {
  animation-delay: 6s;
}

.fx-home-hero h1 span:not(.fx-hero-title__fixed),
.fx-home-hero strong {
  color: var(--fx-red);
}

.fx-hero-title__fixed {
  color: #222b38;
}

@keyframes fx-hero-title-rotate {
  0%,
  6% {
    opacity: 0;
    transform: translateY(.22em);
  }

  12%,
  29% {
    opacity: 1;
    transform: translateY(0);
  }

  35%,
  100% {
    opacity: 0;
    transform: translateY(-.22em);
  }
}

.fx-home-hero__copy > p:not(.fx-eyebrow) {
  max-width: 720px;
  margin: 0 0 24px;
  color: #343c48;
  font-size: 15px;
  line-height: 1.65;
}

.fx-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.fx-energy-cta {
  position: relative;
  min-height: 30px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  padding: 6px 12px;
  border: 1px solid rgba(47, 57, 70, .08);
  border-radius: 999px;
  color: #161A21;
  background: #fff;
  box-shadow: 0 10px 22px rgba(47, 57, 70, .12);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  animation: fx-energy-float 1.7s ease-in-out infinite;
}

.fx-energy-cta:hover,
.fx-energy-cta:focus {
  color: var(--fx-red);
}

.fx-energy-cta svg {
  width: 18px;
  height: 18px;
  transform: translate(8px, -11px);
}

.fx-home-hero__visual {
  position: relative;
  min-height: 600px;
  height: 600px;
  align-self: stretch;
}

.fx-home-hero__visual img {
  --fx-hero-slide-y: -58%;
  position: absolute;
  right: clamp(-34px, -1vw, 8px);
  top: 50%;
  bottom: auto;
  width: min(104%, 680px);
  height: 600px;
  max-height: 600px;
  object-fit: contain;
  opacity: 0;
  filter: drop-shadow(0 28px 34px rgba(47, 57, 70, .18));
  animation: fx-hero-slide-fade 35s infinite;
  animation-delay: calc(var(--fx-slide-index) * -5s);
}

.fx-home-hero__visual img[style*="--fx-slide-index: 2"] {
  --fx-hero-slide-y: -47%;
}

.fx-home-hero__visual img[style*="--fx-slide-index: 4"] {
  --fx-hero-slide-y: -42%;
}

.fx-home-hero__visual img[style*="--fx-slide-index: 5"] {
  --fx-hero-slide-y: -52%;
}

@keyframes fx-hero-slide-fade {
  0%,
  11% {
    opacity: 1;
    transform: translate3d(0, var(--fx-hero-slide-y, 0), 0) scale(1);
  }

  16%,
  95% {
    opacity: 0;
    transform: translate3d(18px, var(--fx-hero-slide-y, 0), 0) scale(.985);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, var(--fx-hero-slide-y, 0), 0) scale(1);
  }
}

@keyframes fx-energy-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(16px, -16px, 0);
  }
}

.fx-sport-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1600px;
  margin: 0 auto;
}

.fx-sport-card {
  min-height: 152px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 166px;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid #d9dbe2;
  border-radius: 7px;
  color: var(--fx-ink);
  background: #fff;
  box-shadow: 0 10px 26px rgba(38, 45, 56, .08);
  text-decoration: none;
}

.fx-sport-card:hover,
.fx-sport-card:focus {
  color: var(--fx-red);
  transform: translateY(-2px);
}

.fx-sport-card strong {
  display: block;
  margin-bottom: 6px;
  color: currentColor;
  font-family: var(--fx-heading);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.fx-sport-card small {
  display: block;
  min-height: 36px;
  color: #69717d;
  font-size: 15px;
  line-height: 1.45;
}

.fx-sport-card img {
  justify-self: end;
  max-width: 159px;
  max-height: 156px;
  object-fit: contain;
}

.fx-square-arrow {
  width: 34px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  border-radius: 3px;
  color: #fff;
  background: var(--fx-red);
  font-weight: 800;
}

.fx-home-design {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .72), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #eef1fb 0%, #e6eaf6 100%);
}

.fx-design-showcase {
  position: relative;
  min-height: clamp(430px, 38vw, 610px);
  max-width: 1440px;
  margin: 34px auto 42px;
  overflow: hidden;
  perspective: 1200px;
}

.fx-design-carousel {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.fx-design-carousel img {
  position: absolute;
  top: 50%;
  left: 50%;
  --fx-design-product-scale: 1;
  width: clamp(300px, 29vw, 440px);
  height: clamp(360px, 34vw, 520px);
  object-fit: contain;
  opacity: 0;
  filter: drop-shadow(0 28px 30px rgba(47, 57, 70, .14));
  transform-origin: 50% 50%;
  animation: fx-design-coverflow 28s ease-in-out infinite;
  animation-delay: calc(var(--fx-carousel-index) * -4s);
  will-change: transform, opacity;
}

.fx-design-carousel img:nth-child(1) {
  --fx-design-product-scale: 1.12;
}

.fx-design-carousel img:nth-child(2) {
  --fx-design-product-scale: 1.08;
}

.fx-design-carousel img:nth-child(3) {
  --fx-design-product-scale: 1.09;
}

.fx-design-carousel img:nth-child(4) {
  --fx-design-product-scale: 1.01;
}

.fx-design-carousel img:nth-child(6) {
  --fx-design-product-scale: 1.16;
}

.fx-design-carousel img:nth-child(7) {
  --fx-design-product-scale: 1.13;
}

.fx-design-carousel__dots {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.fx-design-carousel__dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(47, 57, 70, .2);
  animation: fx-design-dot 28s ease-in-out infinite;
  animation-delay: calc(var(--fx-carousel-index) * -4s);
}

.fx-sport-product-carousel {
  --fx-sport-carousel-gap: clamp(42px, 5vw, 82px);
  max-width: 1440px;
  margin: 36px auto 78px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.fx-sport-product-carousel__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: var(--fx-sport-carousel-gap);
  animation: fx-sport-products-scroll 42s linear infinite;
  will-change: transform;
}

.fx-sport-product-carousel:hover .fx-sport-product-carousel__track,
.fx-sport-product-carousel:focus-within .fx-sport-product-carousel__track {
  animation-play-state: paused;
}

.fx-sport-product-carousel__set {
  display: flex;
  align-items: center;
  gap: var(--fx-sport-carousel-gap);
}

.fx-sport-product-carousel__item {
  width: clamp(280px, 24vw, 380px);
  height: clamp(600px, 52vw, 720px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.fx-sport-product-carousel__image-link {
  display: flex;
  width: 100%;
  height: calc(100% - 76px);
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.fx-sport-product-carousel__item img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 34px 30px rgba(47, 57, 70, .16));
  transition: filter .18s ease, transform .18s ease;
}

.fx-sport-product-carousel__image-link:hover img,
.fx-sport-product-carousel__image-link:focus-visible img {
  filter: drop-shadow(0 38px 32px rgba(47, 57, 70, .22));
  transform: translateY(-3px);
}

.fx-sport-product-carousel__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  color: #fff;
  background: var(--fx-red);
  box-shadow: 0 14px 26px rgba(179, 45, 52, .22);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.fx-sport-product-carousel__cta:hover,
.fx-sport-product-carousel__cta:focus-visible {
  color: #fff;
  background: #98252c;
  box-shadow: 0 18px 32px rgba(179, 45, 52, .28);
  transform: translateY(-1px);
}

.fx-design-showcase--models,
.fx-flat-orbit-carousel,
.fx-circle-loop-carousel {
  display: none;
}

.fx-simple-model-carousel {
  --fx-simple-carousel-gap: clamp(34px, 4.5vw, 72px);
  --fx-simple-carousel-item-width: clamp(250px, 22vw, 340px);
  max-width: 1440px;
  margin: 10px auto 78px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.fx-simple-model-carousel__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: var(--fx-simple-carousel-gap);
  animation: fx-simple-models-scroll 48s linear infinite;
  will-change: transform;
}

.fx-simple-model-carousel:hover .fx-simple-model-carousel__track,
.fx-simple-model-carousel:focus-within .fx-simple-model-carousel__track {
  animation-play-state: paused;
}

.fx-simple-model-carousel__set {
  display: flex;
  align-items: center;
  gap: var(--fx-simple-carousel-gap);
}

.fx-simple-model-carousel__item {
  position: relative;
  width: var(--fx-simple-carousel-item-width);
  height: clamp(500px, 42vw, 640px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  overflow: hidden;
}

.fx-simple-model-carousel__item img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 30px 26px rgba(47, 57, 70, .14));
  transform: translateZ(0);
  transition: filter .18s ease, transform .18s ease;
}

.fx-simple-model-carousel__overlay {
  position: absolute;
  inset: auto 18px 22px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
  z-index: 2;
}

.fx-simple-model-carousel__overlay span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff;
  background: rgba(179, 45, 52, .96);
  box-shadow: 0 16px 28px rgba(179, 45, 52, .28);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.fx-simple-model-carousel__item:hover img,
.fx-simple-model-carousel__item:focus-visible img {
  filter: drop-shadow(0 36px 30px rgba(47, 57, 70, .2));
  transform: translateY(-4px);
}

.fx-simple-model-carousel__item:hover .fx-simple-model-carousel__overlay,
.fx-simple-model-carousel__item:focus-visible .fx-simple-model-carousel__overlay {
  opacity: 1;
  transform: translateY(0);
}

.fx-flat-orbit-carousel {
  position: relative;
  max-width: 1440px;
  height: clamp(560px, 48vw, 700px);
  margin: 4px auto 86px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.fx-flat-orbit-carousel__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(230px, 21vw, 330px);
  height: clamp(500px, 42vw, 640px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  animation: fx-flat-orbit-six 30s linear infinite;
  animation-delay: calc(var(--fx-orbit-index) * -5s);
  will-change: transform, opacity;
}

.fx-flat-orbit-carousel:hover .fx-flat-orbit-carousel__item,
.fx-flat-orbit-carousel:focus-within .fx-flat-orbit-carousel__item {
  animation-play-state: paused;
}

.fx-flat-orbit-carousel__item img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 30px 26px rgba(47, 57, 70, .15));
  transition: filter .18s ease, transform .18s ease;
}

.fx-flat-orbit-carousel__overlay {
  position: absolute;
  inset: auto 18px 24px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
  z-index: 9;
}

.fx-flat-orbit-carousel__overlay span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff;
  background: rgba(179, 45, 52, .96);
  box-shadow: 0 16px 28px rgba(179, 45, 52, .28);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.fx-flat-orbit-carousel__item:hover img,
.fx-flat-orbit-carousel__item:focus-visible img {
  filter: drop-shadow(0 36px 30px rgba(47, 57, 70, .22));
  transform: translateY(-4px);
}

.fx-flat-orbit-carousel__item:hover .fx-flat-orbit-carousel__overlay,
.fx-flat-orbit-carousel__item:focus-visible .fx-flat-orbit-carousel__overlay {
  opacity: 1;
  transform: translateY(0);
}

.fx-circle-loop-carousel {
  position: relative;
  max-width: 1440px;
  height: clamp(620px, 50vw, 760px);
  margin: 2px auto 90px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.fx-circle-loop-carousel__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(210px, 19vw, 310px);
  height: clamp(470px, 39vw, 600px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  animation: fx-circle-loop 36s linear infinite;
  animation-delay: calc(var(--fx-circle-index) * -6s);
  will-change: transform, opacity;
}

.fx-circle-loop-carousel:hover .fx-circle-loop-carousel__item,
.fx-circle-loop-carousel:focus-within .fx-circle-loop-carousel__item {
  animation-play-state: paused;
}

.fx-circle-loop-carousel__item img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 30px 26px rgba(47, 57, 70, .15));
  transition: filter .18s ease, transform .18s ease;
}

.fx-circle-loop-carousel__overlay {
  position: absolute;
  inset: auto 16px 22px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
  z-index: 9;
}

.fx-circle-loop-carousel__overlay span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff;
  background: rgba(179, 45, 52, .96);
  box-shadow: 0 16px 28px rgba(179, 45, 52, .28);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.fx-circle-loop-carousel__item:hover img,
.fx-circle-loop-carousel__item:focus-visible img {
  filter: drop-shadow(0 36px 30px rgba(47, 57, 70, .22));
  transform: translateY(-4px);
}

.fx-circle-loop-carousel__item:hover .fx-circle-loop-carousel__overlay,
.fx-circle-loop-carousel__item:focus-visible .fx-circle-loop-carousel__overlay {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fx-design-coverflow {
  0%,
  5% {
    z-index: 6;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) rotateY(0deg) scale(calc(1.05 * var(--fx-design-product-scale)));
  }

  12%,
  18% {
    z-index: 3;
    opacity: .88;
    transform: translate3d(55%, -50%, -120px) rotateY(-26deg) scale(calc(.78 * var(--fx-design-product-scale)));
  }

  25%,
  46% {
    z-index: 1;
    opacity: 0;
    transform: translate3d(92%, -50%, -260px) rotateY(-62deg) scale(calc(.62 * var(--fx-design-product-scale)));
  }

  54%,
  76% {
    z-index: 1;
    opacity: 0;
    transform: translate3d(-192%, -50%, -260px) rotateY(62deg) scale(calc(.62 * var(--fx-design-product-scale)));
  }

  84%,
  90% {
    z-index: 3;
    opacity: .88;
    transform: translate3d(-155%, -50%, -120px) rotateY(26deg) scale(calc(.78 * var(--fx-design-product-scale)));
  }

  96%,
  100% {
    z-index: 6;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) rotateY(0deg) scale(calc(1.05 * var(--fx-design-product-scale)));
  }
}

@keyframes fx-design-dot {
  0%,
  6%,
  96%,
  100% {
    background: #161A21;
    transform: scale(1.18);
  }

  14%,
  88% {
    background: rgba(47, 57, 70, .18);
    transform: scale(1);
  }
}

@keyframes fx-sport-products-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - (var(--fx-sport-carousel-gap) / 2)), 0, 0);
  }
}

@keyframes fx-simple-models-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - (var(--fx-simple-carousel-gap) / 2)), 0, 0);
  }
}

@keyframes fx-flat-orbit-six {
  0%,
  5%,
  100% {
    z-index: 6;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1.06);
  }

  16%,
  21% {
    z-index: 5;
    opacity: .9;
    transform: translate3d(50%, -50%, 0) scale(.82);
  }

  32%,
  37% {
    z-index: 3;
    opacity: .52;
    transform: translate3d(150%, -50%, 0) scale(.62);
  }

  49%,
  54% {
    z-index: 1;
    opacity: 0;
    transform: translate3d(220%, -50%, 0) scale(.5);
  }

  65%,
  70% {
    z-index: 3;
    opacity: .52;
    transform: translate3d(-250%, -50%, 0) scale(.62);
  }

  82%,
  88% {
    z-index: 5;
    opacity: .9;
    transform: translate3d(-150%, -50%, 0) scale(.82);
  }
}

@keyframes fx-circle-loop {
  0% {
    z-index: 6;
    opacity: 1;
    transform: translate3d(-50%, -74%, 0) scale(1.02);
  }

  12.5% {
    z-index: 5;
    opacity: .86;
    transform: translate3d(52%, -62%, 0) scale(.84);
  }

  25% {
    z-index: 4;
    opacity: .62;
    transform: translate3d(112%, -50%, 0) scale(.66);
  }

  37.5% {
    z-index: 2;
    opacity: .3;
    transform: translate3d(52%, -38%, 0) scale(.54);
  }

  50% {
    z-index: 1;
    opacity: .12;
    transform: translate3d(-50%, -26%, 0) scale(.48);
  }

  62.5% {
    z-index: 2;
    opacity: .3;
    transform: translate3d(-152%, -38%, 0) scale(.54);
  }

  75% {
    z-index: 4;
    opacity: .62;
    transform: translate3d(-212%, -50%, 0) scale(.66);
  }

  87.5% {
    z-index: 5;
    opacity: .86;
    transform: translate3d(-152%, -62%, 0) scale(.84);
  }

  100% {
    z-index: 6;
    opacity: 1;
    transform: translate3d(-50%, -74%, 0) scale(1.02);
  }
}

.fx-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1440px;
  margin: 0 auto;
  counter-reset: fx-feature;
}

.fx-feature-card {
  position: relative;
  min-height: 148px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 30px 32px 28px 92px;
  overflow: hidden;
  border: 1px solid rgba(47, 57, 70, .1);
  border-radius: 7px;
  color: var(--fx-ink);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 18px 42px rgba(47, 57, 70, .09);
  text-align: left;
}

.fx-feature-card::before {
  counter-increment: fx-feature;
  content: "0" counter(fx-feature);
  position: absolute;
  top: 30px;
  left: 28px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: var(--fx-red);
  font-family: var(--fx-heading);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.fx-feature-card::after {
  content: "";
  position: absolute;
  inset: auto 26px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fx-red), rgba(179, 45, 52, 0));
}

.fx-feature-card strong {
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.fx-feature-card span {
  max-width: 34ch;
  color: #576171;
  font-size: 15px;
  line-height: 1.55;
}

.fx-home-best {
  color: #fff;
  background: #303b48;
  text-align: center;
}

.fx-section-heading--dark h2,
.fx-section-heading--dark .fx-eyebrow {
  color: #fff;
}

.fx-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1600px;
  margin: 0 auto 34px;
}

.fx-product-card {
  min-height: 380px;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 12px;
  padding: 18px;
  color: var(--fx-ink);
  background: #fff;
  text-align: center;
  text-decoration: none;
}

.fx-product-card__image {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx-product-card__image img {
  max-height: 220px;
  object-fit: contain;
}

.fx-product-card strong {
  min-height: 42px;
  color: var(--fx-ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
}

.fx-product-card__price,
.fx-product-card__price .amount {
  color: var(--fx-red);
  font-weight: 800;
}

.fx-sport-strip {
  position: relative;
  overflow: hidden;
  padding: 38px 0;
  background: #fff;
  border-bottom: 1px solid #e7e7ec;
}

.fx-sport-strip::before,
.fx-sport-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(16vw, 210px);
  pointer-events: none;
}

.fx-sport-strip::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.fx-sport-strip::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.sport-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}

.sport-marquee__track {
  width: max-content;
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: sport-marquee-scroll 75.5s linear infinite;
}

.sport-marquee:hover .sport-marquee__track {
  animation-play-state: paused;
}

.sport-marquee__set {
  display: inline-flex;
  align-items: center;
}

.sport-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 clamp(22px, 2.6vw, 46px);
  color: #111;
  font-family: "Oswald", "Open Sans", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: .6px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.sport-marquee__item:visited,
.sport-marquee__item:hover,
.sport-marquee__item:focus-visible {
  color: #111;
  text-decoration: none !important;
}

.sport-marquee__item .sport-marquee__text {
  text-decoration: none !important;
}

.sport-marquee__icon {
  display: inline-block;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: .78em;
  line-height: 1;
  filter: grayscale(.12);
}

@keyframes sport-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.fx-home-reviews {
  background: #f2f2f3;
}

.fx-reviews-panel {
  position: relative;
  max-width: 1600px;
  margin-inline: auto;
  padding: 4px 72px 18px;
}

.fx-reviews-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto 46px;
}

.fx-review-badge,
.fx-review-score,
.fx-review-card__inner {
  background: #fff;
  box-shadow: 0 16px 36px rgba(47, 57, 70, .08);
}

.fx-review-badge,
.fx-review-score {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 20px 26px;
  border-radius: 18px;
  color: var(--fx-ink);
  text-decoration: none;
}

.fx-review-badge--trustpilot {
  align-items: flex-end;
  text-align: right;
}

.fx-review-source {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}

.fx-review-badge--google .fx-review-source {
  color: #4285f4;
}

.fx-review-badge--trustpilot .fx-review-source {
  color: #00b67a;
}

.fx-review-badge strong,
.fx-review-score strong {
  display: block;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: 31px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
}

.fx-review-badge span:not(.fx-review-source),
.fx-review-score span {
  display: block;
  color: #69717d;
  font-size: 15px;
}

.fx-review-score {
  min-width: 260px;
  align-items: center;
  text-align: center;
}

.fx-review-stars {
  color: #f5a623;
  font-size: 19px;
  letter-spacing: 3px;
  line-height: 1;
}

.fx-reviews-viewport {
  overflow: hidden;
  max-width: 1320px;
  margin-inline: auto;
  padding: 20px 0 58px;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.fx-reviews-track {
  display: flex;
  align-items: stretch;
  transform: translate3d(0, 0, 0);
  transition: transform .55s ease;
  will-change: transform;
}

.fx-review-card {
  flex: 0 0 33.333%;
  min-width: 0;
  margin: 0;
  padding: 14px;
}

.fx-review-card__inner {
  min-height: 340px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 22px;
}

.fx-review-card .fx-review-source {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
}

.fx-review-source--google {
  color: #4285f4;
}

.fx-review-source--trustpilot {
  color: #00b67a;
}

.fx-review-card p {
  flex: 1;
  margin: 18px 0 24px;
  color: #2F3946;
  font-size: 20px;
  line-height: 1.55;
}

.fx-review-card cite {
  color: var(--fx-ink);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .04em;
}

.fx-reviews-arrow {
  position: absolute;
  top: 63%;
  z-index: 5;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  padding: 0 0 5px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.fx-reviews-arrow:hover,
.fx-reviews-arrow:focus-visible {
  background: var(--fx-red);
  transform: translateY(-2px);
}

.fx-reviews-arrow--prev {
  left: 28px;
}

.fx-reviews-arrow--next {
  right: 28px;
}

.fx-brand-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 50px 12px;
  max-width: 1600px;
  margin: 0 auto;
}

.fx-brand-card {
  grid-column: span 2;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 34px;
  border: 1px solid #d6d8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 19px rgba(36, 42, 52, .18);
}

.fx-brand-card img {
  width: auto;
  max-width: 78%;
  max-height: 66px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .58;
}

.fx-brand-card:first-child img {
  max-width: 58%;
  max-height: 76px;
  opacity: .62;
}

.fx-brand-card:nth-child(5) {
  grid-column: 2 / span 2;
}

.fx-brand-card:nth-child(6) {
  grid-column: 4 / span 2;
}

.fx-brand-card:nth-child(7) {
  grid-column: 6 / span 2;
}

.fx-home-contact {
  padding: 112px 0 116px;
  color: #fff;
  background: #303b48;
}

.fx-home-contact .fx-home-container {
  width: min(100% - 160px, 1480px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: center;
  gap: 72px;
}

.fx-home-contact h2,
.fx-home-contact .fx-eyebrow,
.fx-home-contact p {
  color: #fff;
}

.fx-home-contact p {
  max-width: 860px;
  opacity: .78;
}

.fx-home-contact h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(38px, 3.2vw, 52px);
  line-height: 1.08;
}

.fx-home-contact .fx-eyebrow {
  margin-bottom: 16px;
  font-size: 15px;
}

.fx-home-contact .fx-btn {
  width: 220px;
  min-height: 58px;
  justify-self: center;
  border-radius: 7px;
  font-size: 15px;
}

@media (prefers-reduced-motion: reduce) {
  .fx-page-loader,
  .fx-page-loader__bar span,
  .fx-design-carousel img,
  .fx-design-carousel__dots span,
  .fx-sport-product-carousel__track,
  .fx-simple-model-carousel__track,
  .fx-flat-orbit-carousel__item,
  .fx-circle-loop-carousel__item,
  .fx-hero-title__rotator span,
  .fx-reviews-track,
  .sport-marquee__track {
    animation: none;
    transition: none;
  }

  .fx-hero-title__rotator span:first-child {
    opacity: 1;
    transform: none;
  }

  .fx-page-loader__bar span {
    transform: translateX(0);
  }

  .fx-design-carousel img:nth-child(1) {
    opacity: .88;
    transform: translate3d(-132%, -50%, -120px) rotateY(26deg) scale(calc(.78 * var(--fx-design-product-scale)));
  }

  .fx-design-carousel img:nth-child(2) {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) rotateY(0deg) scale(calc(1.05 * var(--fx-design-product-scale)));
  }

  .fx-design-carousel img:nth-child(3) {
    opacity: .88;
    transform: translate3d(32%, -50%, -120px) rotateY(-26deg) scale(calc(.78 * var(--fx-design-product-scale)));
  }

  .fx-sport-product-carousel {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .fx-simple-model-carousel {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .fx-flat-orbit-carousel {
    display: flex;
    height: auto;
    gap: 24px;
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .fx-flat-orbit-carousel__item {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 280px;
    opacity: 1;
    transform: none;
  }

  .fx-circle-loop-carousel {
    display: flex;
    height: auto;
    gap: 24px;
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .fx-circle-loop-carousel__item {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 280px;
    opacity: 1;
    transform: none;
  }
}

.menu-toggle {
  display: none;
}

@media (max-width: 1440px) {
  .fx-menu-item-contact {
    display: none;
  }

  .nav-strip {
    padding-bottom: 22px;
  }

  .primary-menu {
    width: 100%;
    gap: 6px;
  }

  .primary-menu > li > a {
    min-height: 46px;
    gap: 6px;
    padding: 11px 14px;
    font-size: 14px;
    letter-spacing: .035em;
  }

  .primary-menu > li > a::before {
    font-size: 15px;
  }

  .primary-menu > li.menu-item-has-children > a::after {
    margin-left: 1px;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .fx-container {
    width: min(100% - 24px, var(--fx-container));
  }

  .primary-menu {
    width: 100%;
    gap: clamp(6px, .65vw, 10px);
  }

  .primary-menu > li > a {
    min-height: 46px;
    padding: 11px clamp(12px, 1.05vw, 16px);
    font-size: 13.75px;
    letter-spacing: .025em;
  }

  .primary-menu > li > a::before {
    font-size: 15px;
  }

  .primary-menu > li.menu-item-has-children > a::after {
    width: 5px;
    height: 5px;
  }
}

.page-id-1595 .site-main {
  padding-top: 42px;
}

.page-id-1595 .entry-content {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  padding-bottom: 70px;
}

.page-id-1595 .entry-content > .vc_row:first-child {
  margin-bottom: 42px;
}

.page-id-1595 .entry-content h1 {
  margin: 0 0 20px;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: clamp(46px, 5vw, 70px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.page-id-1595 .entry-content h3 {
  margin: 0 0 20px;
  color: var(--fx-ink);
  font-family: var(--fx-heading);
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.page-id-1595 .entry-content > .vc_row:first-child p,
.page-id-1595 .vc_column_text > p {
  max-width: 920px;
  color: #4f5865;
  font-size: 17px;
  line-height: 1.7;
}

.page-id-1595 .wpcf7 {
  max-width: 680px;
  padding: 32px 34px 36px;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(22, 26, 33, .06);
}

.page-id-1595 .wpcf7 form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.page-id-1595 .wpcf7 form > p {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #303744;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.page-id-1595 .wpcf7 form > p:first-of-type {
  grid-column: 1;
  grid-row: auto;
  max-width: none;
  padding-top: 4px;
  color: var(--fx-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.page-id-1595 .wpcf7 form > p:not(:first-of-type) {
  grid-column: 1;
}

.page-id-1595 .wpcf7 form > p:has(textarea),
.page-id-1595 .wpcf7 form > p:has(.wpcf7-acceptance),
.page-id-1595 .wpcf7 form > p:has(input[type="submit"]) {
  grid-column: 1;
}

.page-id-1595 .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.page-id-1595 .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.page-id-1595 .wpcf7 select,
.page-id-1595 .wpcf7 textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid #dfe2e7;
  border-radius: 10px;
  color: #232a34;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
  box-shadow: none;
}

.page-id-1595 .wpcf7 textarea {
  min-height: 220px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.page-id-1595 .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.page-id-1595 .wpcf7 select:focus,
.page-id-1595 .wpcf7 textarea:focus {
  border-color: rgba(179, 45, 52, .5);
  box-shadow: 0 0 0 4px rgba(179, 45, 52, .08);
  outline: 0;
}

.page-id-1595 .wpcf7 .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid #eef0f3;
  border-radius: 12px;
  background: #fbfcfd;
  color: #4f5865;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.page-id-1595 .wpcf7 .wpcf7-acceptance input {
  width: 17px;
  height: 17px;
  margin-top: 4px;
  flex: 0 0 auto;
  accent-color: #111;
}

.page-id-1595 .wpcf7 .wpcf7-acceptance a {
  color: #a63a62;
  font-weight: 800;
}

.page-id-1595 .wpcf7 input[type="submit"] {
  min-height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #161a21;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .03em;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

.page-id-1595 .wpcf7 input[type="submit"]:hover,
.page-id-1595 .wpcf7 input[type="submit"]:focus {
  background: #111;
  transform: translateY(-1px);
}

.page-id-1595 .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--fx-red);
  font-size: 13px;
  font-weight: 700;
}

.page-id-1595 .wpcf7 form .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 700;
}

.page-id-1595 .vc_do_toggle.vc_toggle {
  margin: 0 0 14px;
  border: 1px solid rgba(47, 57, 70, .08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(22, 26, 33, .06);
  overflow: hidden;
}

.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 18px 58px 18px 24px !important;
  cursor: pointer;
}

.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_title h4 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--fx-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .03em;
}

.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_icon {
  position: absolute !important;
  top: 50%;
  right: 20px !important;
  left: auto !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  border: 1px solid #dfe2e7;
  border-radius: 999px;
  background: #fff;
  transform: translateY(-50%) !important;
}

.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_title::before,
.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_title::after {
  content: none !important;
}

.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_icon::before,
.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_icon::after {
  content: "";
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 11px !important;
  height: 2px !important;
  border: 0;
  background: var(--fx-ink);
  transform: translate(-50%, -50%) !important;
}

.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_icon::after {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

.page-id-1595 .vc_do_toggle.vc_toggle.vc_toggle_active,
.page-id-1595 .vc_do_toggle.vc_toggle:hover {
  border-color: rgba(179, 45, 52, .22);
  box-shadow: 0 18px 38px rgba(22, 26, 33, .09);
}

.page-id-1595 .vc_do_toggle.vc_toggle.vc_toggle_active .vc_toggle_title {
  background: #fbfcfd;
}

.page-id-1595 .vc_do_toggle.vc_toggle.vc_toggle_active .vc_toggle_icon {
  border-color: var(--fx-red);
  color: var(--fx-red);
}

.page-id-1595 .vc_do_toggle.vc_toggle.vc_toggle_active .vc_toggle_icon::before,
.page-id-1595 .vc_do_toggle.vc_toggle.vc_toggle_active .vc_toggle_icon::after {
  background: var(--fx-red);
}

.page-id-1595 .vc_do_toggle.vc_toggle.vc_toggle_active .vc_toggle_icon::after {
  opacity: 0;
}

.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_content {
  margin: 0;
  padding: 0 22px 22px;
  border-top: 1px solid #eef0f3;
  color: #4f5865;
  font-size: 15px;
  line-height: 1.7;
}

.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_content p,
.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_content ul {
  margin: 16px 0 0;
}

.page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_content a {
  color: #a63a62;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .top-strip {
    display: none;
  }

  .fx-registration__choices {
    gap: 18px;
  }

  .fx-registration__benefits {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .fx-registration__field {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .fx-registration__field + em,
  .fx-registration__hint {
    margin-left: 232px;
  }

  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
    min-height: 54px;
    font-size: 16px;
  }

  .fx-account-dashboard__grid {
    max-width: none;
  }

  .fx-home-container {
    width: min(100% - 36px, 1600px);
  }

  .fx-home-section {
    padding: 58px 0;
  }

  .fx-home-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 42vw);
    gap: 28px;
  }

  .fx-home-hero__copy {
    max-width: 720px;
  }

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

  .fx-design-showcase {
    min-height: 460px;
  }

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

  .fx-brand-card,
  .fx-brand-card:nth-child(5),
  .fx-brand-card:nth-child(6),
  .fx-brand-card:nth-child(7) {
    grid-column: auto;
  }

  .header-main__inner {
    grid-template-columns: 210px 1fr auto;
    gap: 24px;
  }

  .primary-menu {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .primary-menu > li > .mega-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .fx-shop-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 0 34px;
  }

  .fx-shop-layout {
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 20px;
  }

  .fx-shop-sidebar {
    padding: 24px 18px;
  }

  .fx-shop-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-shop-layout--no-sidebar .fx-shop-products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce .fx-shop-products ul.products li.product a img {
    height: 260px;
  }

  .fx-product-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .fx-product-summary {
    max-width: 620px;
  }

  .woocommerce .fx-related-products ul.products,
  .fx-product-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .fx-blog-card {
    min-height: 590px;
  }

  .fx-blog-card__media,
  .fx-blog-card__media img,
  .fx-blog-card__placeholder {
    min-height: 320px;
    height: 320px;
  }

  .page-id-1595 .entry-content {
    width: min(100% - 36px, 1180px);
  }

  .fx-product-contact {
    grid-template-columns: 1fr;
  }

  .footer-widgets__grid {
    gap: 34px;
  }
}

@media (max-width: 780px) {
  .page-id-1595 .entry-content {
    width: min(100% - 28px, 1180px);
    padding-bottom: 48px;
  }

  .page-id-1595 .entry-content > .vc_row:first-child {
    margin-bottom: 30px;
  }

  .page-id-1595 .wpcf7 {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .page-id-1595 .wpcf7 form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-id-1595 .wpcf7 form > p,
  .page-id-1595 .wpcf7 form > p:first-of-type,
  .page-id-1595 .wpcf7 form > p:not(:first-of-type),
  .page-id-1595 .wpcf7 form > p:has(textarea),
  .page-id-1595 .wpcf7 form > p:has(.wpcf7-acceptance),
  .page-id-1595 .wpcf7 form > p:has(input[type="submit"]) {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
  }

  .page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_title {
    padding: 16px 52px 16px 18px !important;
  }

  .page-id-1595 .vc_do_toggle.vc_toggle .vc_toggle_content {
    padding: 0 18px 20px;
  }

  .fx-registration {
    width: min(100% - 32px, 1180px);
    padding: 34px 0 56px;
  }

  .fx-registration h1 {
    font-size: 38px;
  }

  .fx-registration__choices {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fx-registration__benefits {
    gap: 12px;
  }

  .fx-registration__benefits div {
    padding: 18px;
  }

  .fx-registration__choices a {
    min-height: 142px;
  }

  .fx-registration__form {
    grid-template-columns: 1fr;
    padding: 24px 18px 26px;
    border-radius: 14px;
  }

  .fx-registration__field {
    gap: 6px;
    margin-bottom: 10px;
  }

  .fx-registration__hint {
    margin-left: 0;
  }

  .fx-registration__check {
    align-items: flex-start;
  }

  .woocommerce-account.logged-in .woocommerce {
    gap: 18px;
  }

  .woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
    width: min(100% - 32px, 980px);
    padding: 34px 0 56px;
  }

  .woocommerce-account:not(.logged-in) .woocommerce > h2 {
    font-size: 38px;
  }

  .woocommerce-account:not(.logged-in) form.woocommerce-form-login {
    grid-template-columns: 1fr;
    padding: 24px 18px 26px;
    border-radius: 14px;
  }

  .woocommerce-account:not(.logged-in) .woocommerce-form-login > .form-row:not(.woocommerce-form-row) {
    align-items: flex-start;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    border-radius: 14px;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    padding: 12px;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
    min-height: 50px;
    padding: 11px 14px 11px 38px;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation a::before {
    left: 15px;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    min-height: 0;
    padding: 24px 18px 26px;
  }

  .fx-account-dashboard__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
  }

  .fx-account-card {
    min-height: 150px;
    padding: 22px 12px;
  }

  .fx-account-card__label {
    font-size: 15px;
  }

  .fx-home-hero {
    min-height: 520px;
    padding-block: 98px;
    background-position: 64% center;
  }

  .fx-home-hero__inner {
    grid-template-columns: 1fr;
  }

  .fx-home-hero__copy {
    padding: 54px 0;
  }

  .fx-home-hero__copy > p:not(.fx-eyebrow) {
    max-width: 520px;
  }

  .fx-home-hero__visual {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 44vw;
    min-height: 330px;
    opacity: .75;
  }

  .fx-sport-grid,
  .fx-feature-grid,
  .fx-product-grid,
  .fx-brand-grid,
  .fx-home-contact .fx-home-container {
    grid-template-columns: 1fr;
  }

  .fx-brand-grid {
    gap: 16px;
  }

  .fx-reviews-panel {
    padding-inline: 46px;
  }

  .fx-reviews-topbar {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .fx-review-badge--trustpilot {
    align-items: flex-start;
    text-align: left;
  }

  .fx-review-card {
    flex-basis: 50%;
  }

  .fx-review-card__inner {
    min-height: 340px;
  }

  .fx-home-contact {
    padding: 84px 0 88px;
  }

  .fx-home-contact .fx-home-container {
    width: min(100% - 56px, 1480px);
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 36px;
  }

  .fx-sport-card {
    min-height: 132px;
    grid-template-columns: minmax(0, 1fr) 140px;
  }

  .fx-sport-card img {
    max-width: 135px;
    max-height: 138px;
  }

  .fx-design-showcase {
    min-height: 390px;
  }

  .fx-design-carousel img {
    width: min(54vw, 360px);
    height: 360px;
  }

  .fx-sport-product-carousel {
    --fx-sport-carousel-gap: 42px;
    margin-top: 16px;
  }

  .fx-simple-model-carousel {
    --fx-simple-carousel-gap: 42px;
    --fx-simple-carousel-item-width: 220px;
    margin-top: 8px;
  }

  .fx-flat-orbit-carousel {
    height: 600px;
    margin-top: 0;
  }

  .fx-circle-loop-carousel {
    height: 620px;
    margin-top: 0;
  }

  .fx-sport-product-carousel__item {
    width: 220px;
    height: 640px;
  }

  .fx-simple-model-carousel__item {
    height: 560px;
  }

  .fx-flat-orbit-carousel__item {
    width: 220px;
    height: 560px;
  }

  .fx-circle-loop-carousel__item {
    width: 210px;
    height: 540px;
  }

  .fx-sport-product-carousel__item img {
    height: 100%;
  }

  .fx-feature-card {
    min-height: 136px;
    padding: 28px 28px 26px 84px;
  }

  .fx-product-card {
    min-height: 330px;
  }

  .fx-home-contact .fx-btn {
    justify-self: start;
  }

  .top-strip__inner {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0;
  }

  .top-menu {
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .top-menu li + li {
    padding-left: 12px;
  }

  .header-main {
    padding: 20px 0 16px;
  }

  .header-main__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 16px;
  }

  .site-branding {
    order: 1;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    order: 2;
    justify-self: end;
  }

  .header-search {
    grid-column: 1 / 2;
    order: 3;
  }

  .site-title-fallback {
    font-size: 42px;
  }

  .header-actions {
    grid-column: 2 / 3;
    order: 4;
    gap: 15px;
  }

  .nav-strip {
    padding: 0 0 18px;
  }

  .menu-toggle {
    display: none;
  }

  .primary-menu {
    display: none;
    flex-direction: column;
    margin-top: 8px;
    overflow: visible;
  }

  .primary-navigation.is-open .primary-menu {
    display: flex;
  }

  .primary-menu > li > a {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.35;
  }

  .primary-menu .sub-menu,
  .primary-menu > li > .mega-menu {
    position: static;
    display: none !important;
    margin-top: 6px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
  }

  .primary-menu li.is-submenu-open > .sub-menu {
    display: block !important;
  }

  .primary-menu li.is-submenu-open > .mega-menu {
    display: grid !important;
  }

  .primary-menu > li > .mega-menu,
  .primary-menu > li > .mega-menu--cols-2,
  .primary-menu > li > .mega-menu--cols-3,
  .primary-menu > li > .mega-menu--cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 16px;
  }

  .fx-mobile-menu-top-links {
    display: block;
    padding: 16px;
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius);
    background: #fff;
  }

  .fx-mobile-menu-top-links__title {
    display: block;
    margin: 0 0 12px;
    color: var(--fx-red);
    font-family: var(--fx-heading);
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
  }

  .fx-mobile-menu-top-links ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .fx-mobile-menu-top-links a {
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 6px;
    color: var(--fx-ink);
    background: #f6f6f8;
    font-weight: 800;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .fx-mobile-menu-top-links a:hover,
  .fx-mobile-menu-top-links a:focus {
    color: #fff;
    background: var(--fx-red);
  }

  .mega-menu .menu-item-title {
    font-size: 15px;
  }

  .fx-shop-breadcrumb {
    justify-content: flex-start;
    padding: 16px 0 22px;
  }

  .fx-shop-toolbar {
    justify-content: stretch;
  }

  .fx-shop-toolbar .woocommerce-ordering,
  .fx-shop-toolbar select {
    width: 100%;
  }

  .fx-shop-layout {
    grid-template-columns: 1fr;
  }

  .fx-shop-filter-toggle {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    grid-column: 1 / -1;
    order: 1;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    border: 1px solid #e2e3e8;
    border-radius: 6px;
    color: var(--fx-ink);
    background: #fff;
    box-shadow: none;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .01em;
    text-align: left;
    cursor: pointer;
  }

  .fx-shop-filter-toggle__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    color: #111;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
  }

  .fx-shop-sidebar {
    display: none;
    position: static;
    order: 2;
    margin-top: -6px;
  }

  .fx-shop-layout.is-filter-open .fx-shop-sidebar {
    display: block;
  }

  .fx-shop-products {
    order: 3;
  }

  .fx-shop-layout--no-sidebar .fx-shop-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-product-breadcrumb {
    margin-bottom: 34px;
  }

  .woocommerce div.product.fx-single-product div.images .woocommerce-product-gallery__image:first-child {
    min-height: 390px;
  }

  .woocommerce div.product.fx-single-product div.images .flex-control-thumbs img {
    height: 88px;
  }

  .fx-product-description {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .fx-product-description__title {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid #dadce1;
  }

  .fx-related-products {
    padding: 62px 0 72px;
  }

  .fx-product-services {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .fx-product-contact {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .fx-blog-hero {
    padding: 56px 0 66px;
  }

  .fx-blog-listing {
    padding: 52px 0 60px;
  }

  .fx-blog-card__body {
    padding: 30px 24px 14px;
  }

  .fx-blog-card__footer {
    padding-inline: 24px;
  }

  .fx-blog-card__footer time {
    margin-inline: -24px;
    padding-inline: 24px;
  }

  .footer-widgets__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .fx-account-dashboard__grid {
    grid-template-columns: 1fr;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-content > p:first-child,
  .fx-account-dashboard__intro p:first-child {
    font-size: 18px;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-content p,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content address {
    font-size: 15px;
  }

  .fx-home-container {
    width: min(100% - 24px, 1600px);
  }

  .fx-404 {
    min-height: 620px;
    padding: 72px 0 92px;
  }

  .fx-404__inner {
    width: min(100% - 28px, 900px);
  }

  .fx-404__actions .fx-btn {
    width: 100%;
  }

  .fx-home-hero {
    min-height: 560px;
    padding-block: 98px;
    background-position: 70% center;
  }

  .fx-home-actions,
  .fx-home-actions .fx-btn {
    width: 100%;
  }

  .fx-energy-cta {
    margin-top: 18px;
  }

  .fx-home-hero__visual {
    width: 58vw;
    min-height: 600px;
    height: 600px;
    opacity: .34;
  }

  .fx-sport-card {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .fx-sport-card img {
    justify-self: start;
  }

  .fx-design-showcase {
    min-height: 330px;
  }

  .fx-design-carousel img {
    width: min(72vw, 300px);
    height: 300px;
  }

  .fx-sport-product-carousel {
    --fx-sport-carousel-gap: 24px;
    margin: 18px -12px 48px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  }

  .fx-simple-model-carousel {
    --fx-simple-carousel-gap: 24px;
    --fx-simple-carousel-item-width: 230px;
    margin: 8px -12px 48px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  }

  .fx-flat-orbit-carousel {
    height: 500px;
    margin: 0 -12px 48px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  }

  .fx-circle-loop-carousel {
    height: 500px;
    margin: 0 -12px 48px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  }

  .fx-sport-product-carousel__track,
  .fx-sport-product-carousel__set {
    gap: var(--fx-sport-carousel-gap);
  }

  .fx-simple-model-carousel__track,
  .fx-simple-model-carousel__set {
    gap: var(--fx-simple-carousel-gap);
  }

  .fx-sport-product-carousel__track {
    animation-duration: 32s;
  }

  .fx-simple-model-carousel__track {
    animation-duration: 30s;
  }

  .fx-sport-product-carousel__item {
    width: 240px;
    height: 520px;
    padding: 0;
  }

  .fx-simple-model-carousel__item {
    height: 500px;
  }

  .fx-flat-orbit-carousel__item {
    width: 210px;
    height: 470px;
  }

  .fx-circle-loop-carousel__item {
    width: 200px;
    height: 460px;
  }

  .fx-sport-product-carousel__item img {
    height: calc(100% - 88px);
  }

  .fx-simple-model-carousel__overlay,
  .fx-flat-orbit-carousel__overlay,
  .fx-circle-loop-carousel__overlay {
    inset: auto 14px 18px;
  }

  .fx-simple-model-carousel__overlay span,
  .fx-flat-orbit-carousel__overlay span,
  .fx-circle-loop-carousel__overlay span {
    min-height: 46px;
    padding: 0 16px;
    font-size: 13px;
  }

  .fx-sport-product-carousel__cta {
    min-height: 54px;
    padding: 0 16px;
    font-size: 13px;
  }

  .fx-feature-card {
    padding: 74px 24px 24px;
  }

  .fx-feature-card::before {
    top: 22px;
    left: 24px;
  }

  .fx-sport-strip {
    padding: 28px 0;
  }

  .sport-marquee__item {
    gap: 9px;
    padding-inline: 22px;
    font-size: 34px;
  }

  .fx-reviews-panel {
    padding-inline: 0;
  }

  .fx-reviews-topbar {
    margin-bottom: 26px;
  }

  .fx-review-badge,
  .fx-review-score {
    min-height: 104px;
    padding: 18px 20px;
  }

  .fx-review-score {
    min-width: 0;
  }

  .fx-reviews-viewport {
    mask-image: none;
    padding-bottom: 70px;
  }

  .fx-review-card {
    flex-basis: 100%;
    padding: 10px 0;
  }

  .fx-review-card__inner {
    min-height: 300px;
    padding: 24px;
  }

  .fx-review-card p {
    font-size: 17px;
  }

  .fx-reviews-arrow {
    top: auto;
    bottom: 6px;
    width: 46px;
    height: 46px;
  }

  .fx-reviews-arrow--prev {
    left: calc(50% - 56px);
  }

  .fx-reviews-arrow--next {
    right: calc(50% - 56px);
  }

  .fx-home-contact {
    padding: 66px 0 72px;
  }

  .fx-home-contact .fx-home-container {
    width: min(100% - 28px, 1480px);
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: left;
  }

  .fx-home-contact .fx-btn {
    justify-self: start;
  }

  .fx-container {
    width: min(100% - 22px, var(--fx-container));
  }

  .top-menu li + li {
    border-left: 0;
    padding-left: 0;
  }

  .header-actions .account-link {
    display: inline-flex;
  }

  .fx-header-mini-cart {
    display: none;
  }

  .cart-total {
    font-size: 12px;
  }

  .entry-title,
  .page-title,
  .woocommerce-products-header__title {
    font-size: 40px;
  }

  .social-marquee__track a {
    padding-inline: 18px;
  }

  .primary-menu > li > .mega-menu,
  .primary-menu > li > .mega-menu--cols-2,
  .primary-menu > li > .mega-menu--cols-3,
  .primary-menu > li > .mega-menu--cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-shop-hero {
    padding: 30px 0 28px;
  }

  .fx-shop-description {
    font-size: 14px;
  }

  .fx-shop-products ul.products {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .fx-shop-layout--no-sidebar .fx-shop-products ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce .fx-shop-products ul.products li.product a img {
    height: 250px;
  }

  .woocommerce .fx-shop-products ul.products li.product .woocommerce-loop-product__title {
    min-height: auto;
  }

  .woocommerce div.product.fx-single-product div.images .woocommerce-product-gallery__image:first-child {
    min-height: 310px;
  }

  .woocommerce div.product.fx-single-product div.images .flex-control-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fx-product-summary .product_title {
    font-size: 32px;
  }

  .woocommerce div.product.fx-single-product form.cart:not(.variations_form):not(.grouped_form),
  .woocommerce div.product.fx-single-product .woocommerce-variation-add-to-cart,
  .woocommerce .fx-single-product form.cart:not(.variations_form):not(.grouped_form),
  .woocommerce .fx-single-product .woocommerce-variation-add-to-cart {
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 16px;
  }

  .woocommerce div.product.fx-single-product form.cart table.variations tr,
  .woocommerce .fx-single-product form.cart table.variations tr {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .woocommerce div.product.fx-single-product form.cart table.variations select,
  .woocommerce .fx-single-product form.cart table.variations select {
    max-width: 100%;
  }

  .woocommerce div.product.fx-single-product form.cart div.quantity,
  .woocommerce .fx-single-product form.cart div.quantity {
    width: 126px;
  }

  .fx-product-meta div,
  .fx-product-categories {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .woocommerce .fx-related-products ul.products,
  .fx-product-services__grid {
    grid-template-columns: 1fr;
  }

  .woocommerce .fx-related-products ul.products li.product {
    min-height: auto;
  }

  .fx-product-contact {
    gap: 24px;
  }

  .fx-contact-button {
    width: 100%;
  }

  .fx-blog-hero {
    padding: 44px 0 54px;
  }

  .fx-blog-hero p:last-child {
    font-size: 14px;
  }

  .fx-blog-grid {
    grid-template-columns: 1fr;
  }

  .fx-blog-card {
    min-height: auto;
  }

  .fx-blog-card__media,
  .fx-blog-card__media img,
  .fx-blog-card__placeholder {
    min-height: 270px;
    height: 270px;
  }

  .fx-blog-card__body h2 {
    font-size: 24px;
  }

  .fx-page-loader__logo {
    min-height: 86px;
    margin-bottom: 12px;
  }

  .fx-page-loader__logo img {
    max-width: min(300px, 84vw);
    max-height: 92px;
  }

  .fx-page-loader__content p {
    margin-bottom: 20px;
  }

  .fx-page-loader__bar {
    height: 9px;
  }
}

.top-strip .top-strip__claim,
.top-strip .top-strip__claim:visited,
.top-strip .top-strip__claim:hover,
.top-strip .top-strip__claim:focus {
  color: #fff;
  text-decoration: none;
}

.top-strip .top-strip__claim:hover,
.top-strip .top-strip__claim:focus {
  opacity: .88;
}

.fx-sport-product-carousel__item img {
  --fx-model-shift-x: 0px;
  mix-blend-mode: multiply;
  transform: translateX(var(--fx-model-shift-x));
}

.fx-sport-product-carousel__image-link:hover img,
.fx-sport-product-carousel__image-link:focus-visible img {
  transform: translateX(var(--fx-model-shift-x)) translateY(-3px);
}

.fx-sport-product-carousel__item img[src*="completo-calcio-team-1"] {
  --fx-model-shift-x: 58px;
}

/* Registration choice page refresh */
.fx-registration--choice {
  width: min(100% - 48px, 1180px);
  padding-top: 64px;
}

.fx-registration__choice-hero {
  position: relative;
  max-width: 860px;
  margin: 0 0 30px;
  padding-left: 24px;
}

.fx-registration__choice-hero::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: var(--fx-red);
}

.fx-registration__choice-hero .fx-registration__eyebrow,
.fx-registration__choice-heading .fx-registration__eyebrow {
  color: var(--fx-red) !important;
}

.fx-registration__choice-hero h1 {
  color: #202734;
  font-size: clamp(48px, 6vw, 78px);
  letter-spacing: 0;
}

.fx-registration__choice-hero p:not(.fx-registration__eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  color: #46505f;
  font-size: 18px;
  line-height: 1.6;
}

.fx-registration__benefits {
  gap: 18px;
  margin: 0 0 40px;
}

.fx-registration__benefits div {
  position: relative;
  min-height: 190px;
  padding: 72px 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(32, 39, 52, .08);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  box-shadow: 0 18px 42px rgba(32, 39, 52, .08);
}

.fx-registration__benefits div::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(179, 45, 52, .1);
  box-shadow: inset 0 0 0 1px rgba(179, 45, 52, .16);
}

.fx-registration__benefits div::after {
  content: counter(fx-benefit);
  counter-increment: fx-benefit;
  position: absolute;
  top: 22px;
  left: 22px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--fx-red);
  font-family: var(--fx-heading);
  font-size: 17px;
  line-height: 1;
}

.fx-registration__benefits {
  counter-reset: fx-benefit;
}

.fx-registration__benefits strong {
  margin-bottom: 10px;
  color: #202734;
  font-size: 17px;
  line-height: 1.25;
}

.fx-registration__benefits span {
  color: #515b6b;
  font-size: 15.5px;
  line-height: 1.6;
}

.fx-registration__choice-heading {
  max-width: 760px;
  margin: 0 0 18px;
}

.fx-registration__choice-heading h2 {
  margin: 0;
  color: #202734;
  font-family: var(--fx-heading);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}

.fx-registration__choice-heading p:not(.fx-registration__eyebrow) {
  margin: 10px 0 0;
  color: #515b6b;
  font-size: 16px;
  line-height: 1.55;
}

.fx-registration__choices {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 980px;
  margin-bottom: 34px;
}

.fx-registration__choices a.fx-registration__choice-card {
  min-height: 250px;
  align-items: stretch;
  align-content: stretch;
  justify-content: stretch;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(32, 39, 52, .1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(32, 39, 52, .08);
  text-align: left;
}

.fx-registration__choices a.fx-registration__choice-card::before {
  display: none;
}

.fx-registration__choice-card:hover,
.fx-registration__choice-card:focus {
  border-color: rgba(179, 45, 52, .35);
  box-shadow: 0 24px 60px rgba(32, 39, 52, .14);
  transform: translateY(-3px);
}

.fx-registration__choice-icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(179, 45, 52, .1);
  color: var(--fx-red);
  box-shadow: inset 0 0 0 1px rgba(179, 45, 52, .18);
}

.fx-registration__choice-icon::before {
  color: inherit;
  font-family: var(--fx-heading);
  font-size: 28px;
  line-height: 1;
}

.fx-registration__choice-card--associazione .fx-registration__choice-icon::before {
  content: "A";
}

.fx-registration__choice-card--privato .fx-registration__choice-icon::before {
  content: "P";
}

.fx-registration__choice-copy {
  display: grid;
  gap: 8px;
}

.fx-registration__choice-copy small,
.fx-registration__choice-copy strong,
.fx-registration__choice-copy span {
  display: block;
}

.fx-registration__choice-copy small {
  color: var(--fx-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fx-registration__choice-copy strong {
  color: #161a21;
  font-size: 22px;
  line-height: 1.2;
}

.fx-registration__choice-copy span {
  color: #515b6b;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.6;
}

.fx-registration__choice-cta {
  align-self: end;
  justify-self: start;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 18px;
  border-radius: 7px;
  color: #fff;
  background: var(--fx-red);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.fx-registration__choice-card:hover .fx-registration__choice-cta,
.fx-registration__choice-card:focus .fx-registration__choice-cta {
  background: #98252c;
}

.fx-registration__login {
  max-width: 980px;
  padding: 20px 22px;
  border: 1px solid rgba(32, 39, 52, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 36px rgba(32, 39, 52, .07);
}

/* Custom cursor clickable state: hand pointer */
.fx-custom-cursor-hover .fx-cursor__dot {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23b32d34' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 11.5V10a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1'/%3E%3Cpath d='M14 10V8a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v6'/%3E%3Cpath d='M10 11V5a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v9'/%3E%3Cpath d='M18 11.5a2 2 0 0 1 4 0V16a6 6 0 0 1-6 6h-4.5a5.5 5.5 0 0 1-4.4-2.2L4 15.5a2 2 0 0 1 .3-2.7v0a2 2 0 0 1 2.8.3L10 17'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18), 0 0 0 3px rgba(179, 45, 52, .12);
}

.fx-custom-cursor-hover .fx-cursor__ring {
  width: 50px;
  height: 50px;
  border-color: rgba(179, 45, 52, .72);
  background: rgba(179, 45, 52, .08);
}

@media (max-width: 1024px) {
  .fx-registration__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .fx-registration--choice {
    width: min(100% - 28px, 1180px);
    padding-top: 38px;
  }

  .fx-registration__choice-hero {
    padding-left: 18px;
  }

  .fx-registration__choice-hero h1 {
    font-size: 42px;
  }

  .fx-registration__benefits,
  .fx-registration__choices {
    grid-template-columns: 1fr;
  }

  .fx-registration__benefits div {
    min-height: 0;
  }

  .fx-registration__choices a.fx-registration__choice-card {
    min-height: 0;
    padding: 24px;
  }
}

.fx-sport-product-carousel__item img[src*="-clean.png"] {
  --fx-model-shift-x: 0px;
  mix-blend-mode: normal;
}

/* Model carousel uses the original coverflow motion with clean PNG cutouts. */
.fx-design-showcase--models {
  min-height: clamp(470px, 42vw, 640px);
  margin-bottom: 22px;
}

.fx-design-showcase--models .fx-design-carousel__model {
  position: absolute;
  top: 50%;
  left: 50%;
  --fx-design-product-scale: 1;
  width: clamp(260px, 25vw, 390px);
  height: clamp(430px, 39vw, 610px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-decoration: none;
  transform-origin: 50% 50%;
  animation: fx-design-coverflow 18s ease-in-out infinite;
  animation-delay: calc(var(--fx-carousel-index) * -6s);
  will-change: transform, opacity;
}

.fx-design-showcase--models .fx-design-carousel__model:nth-child(1) {
  --fx-design-product-scale: 1.06;
}

.fx-design-showcase--models .fx-design-carousel__model:nth-child(2) {
  --fx-design-product-scale: 1.03;
}

.fx-design-showcase--models .fx-design-carousel__model:nth-child(3) {
  --fx-design-product-scale: 1.04;
}

.fx-design-showcase--models .fx-design-carousel__model img {
  position: static;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 34px 30px rgba(47, 57, 70, .16));
  transform: none;
  animation: none;
  mix-blend-mode: normal;
}

.fx-design-showcase--models .fx-design-carousel__model:hover img,
.fx-design-showcase--models .fx-design-carousel__model:focus-visible img {
  filter: drop-shadow(0 40px 34px rgba(47, 57, 70, .24));
}

.fx-design-showcase--models .fx-design-carousel__dots span {
  animation-duration: 18s;
  animation-delay: calc(var(--fx-carousel-index) * -6s);
}

.fx-design-model-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto 68px;
}

.fx-design-model-ctas .fx-sport-product-carousel__cta {
  min-width: 210px;
}

@media (max-width: 760px) {
  .fx-design-showcase--models {
    min-height: 430px;
    margin-top: 20px;
  }

  .fx-design-showcase--models .fx-design-carousel__model {
    width: 250px;
    height: 390px;
  }

  .fx-design-model-ctas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 48px;
  }
}

/* Refine 3-model coverflow: CTA travels with each model. */
.fx-design-showcase--models {
  min-height: clamp(540px, 47vw, 720px);
  margin-bottom: 46px;
}

.fx-design-showcase--models .fx-design-carousel__model {
  height: clamp(470px, 42vw, 650px);
  gap: 22px;
  flex-direction: column;
  animation-name: fx-model-coverflow;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
}

.fx-design-showcase--models .fx-design-carousel__model img {
  height: calc(100% - 70px);
  flex: 1 1 auto;
}

.fx-design-carousel__model-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 8px;
  color: #fff;
  background: var(--fx-red);
  box-shadow: 0 14px 26px rgba(179, 45, 52, .22);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transition: background .18s ease, box-shadow .18s ease;
}

.fx-design-carousel__model:hover .fx-design-carousel__model-cta,
.fx-design-carousel__model:focus-visible .fx-design-carousel__model-cta {
  background: #98252c;
  box-shadow: 0 18px 32px rgba(179, 45, 52, .28);
}

.fx-design-showcase--models .fx-design-carousel__dots span {
  animation-duration: 15s;
  animation-delay: calc(var(--fx-carousel-index) * -5s);
}

@keyframes fx-model-coverflow {
  0%,
  10%,
  100% {
    z-index: 6;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) rotateY(0deg) scale(calc(1.02 * var(--fx-design-product-scale)));
  }

  25%,
  43% {
    z-index: 3;
    opacity: .72;
    transform: translate3d(58%, -50%, -120px) rotateY(-22deg) scale(calc(.72 * var(--fx-design-product-scale)));
  }

  50%,
  60% {
    z-index: 1;
    opacity: 0;
    transform: translate3d(108%, -50%, -220px) rotateY(-44deg) scale(calc(.56 * var(--fx-design-product-scale)));
  }

  75%,
  93% {
    z-index: 3;
    opacity: .72;
    transform: translate3d(-158%, -50%, -120px) rotateY(22deg) scale(calc(.72 * var(--fx-design-product-scale)));
  }
}

@media (max-width: 760px) {
  .fx-design-showcase--models {
    min-height: 500px;
    margin-bottom: 36px;
  }

  .fx-design-showcase--models .fx-design-carousel__model {
    height: 440px;
    gap: 16px;
  }

  .fx-design-carousel__model-cta {
    width: min(260px, 84vw);
    white-space: normal;
  }
}

/* Three-position coverflow: left, center, right. No extra off-screen stop. */
.fx-design-showcase--models .fx-design-carousel__model {
  animation-name: fx-model-coverflow;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
}

@keyframes fx-model-coverflow {
  0%,
  14%,
  100% {
    z-index: 6;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0) rotateY(0deg) scale(calc(1.02 * var(--fx-design-product-scale)));
  }

  28%,
  47% {
    z-index: 3;
    opacity: .76;
    pointer-events: none;
    transform: translate3d(78%, -50%, -150px) rotateY(-24deg) scale(calc(.64 * var(--fx-design-product-scale)));
  }

  61%,
  80% {
    z-index: 3;
    opacity: .76;
    pointer-events: none;
    transform: translate3d(-178%, -50%, -150px) rotateY(24deg) scale(calc(.64 * var(--fx-design-product-scale)));
  }
}

/* Synchronized 3-position carousel: all slides move at the same time. */
.fx-design-showcase--models .fx-design-carousel__model {
  animation-name: fx-model-coverflow;
  animation-duration: 15s;
  animation-delay: calc(var(--fx-carousel-index) * -5s);
  animation-timing-function: ease-in-out;
}

.fx-design-showcase--models .fx-design-carousel__dots span {
  animation-duration: 15s;
  animation-delay: calc(var(--fx-carousel-index) * -5s);
}

@keyframes fx-model-coverflow {
  0%,
  20%,
  100% {
    z-index: 6;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0) rotateY(0deg) scale(calc(1.02 * var(--fx-design-product-scale)));
  }

  33.333%,
  53.333% {
    z-index: 3;
    opacity: .76;
    pointer-events: none;
    transform: translate3d(82%, -50%, -150px) rotateY(-24deg) scale(calc(.62 * var(--fx-design-product-scale)));
  }

  66.666%,
  86.666% {
    z-index: 3;
    opacity: .76;
    pointer-events: none;
    transform: translate3d(-182%, -50%, -150px) rotateY(24deg) scale(calc(.62 * var(--fx-design-product-scale)));
  }
}

/* Keep carousel CTA shadows visible and move dots away from buttons. */
.fx-design-showcase--models {
  overflow: visible;
  margin-bottom: 72px;
  padding-bottom: 30px;
}

.fx-design-showcase--models .fx-design-carousel__dots {
  bottom: -22px;
  z-index: 8;
  pointer-events: none;
}

.fx-design-showcase--models .fx-design-carousel__dots span {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .56);
}

.fx-design-carousel__model-cta {
  position: relative;
  z-index: 9;
  box-shadow: 0 16px 34px rgba(179, 45, 52, .26);
}

.fx-design-carousel__model:hover .fx-design-carousel__model-cta,
.fx-design-carousel__model:focus-visible .fx-design-carousel__model-cta {
  box-shadow: 0 20px 42px rgba(179, 45, 52, .32);
}

/* Larger side models, requested +30%. */
@keyframes fx-model-coverflow {
  0%,
  20%,
  100% {
    z-index: 6;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0) rotateY(0deg) scale(calc(1.02 * var(--fx-design-product-scale)));
  }

  33.333%,
  53.333% {
    z-index: 3;
    opacity: .82;
    pointer-events: none;
    transform: translate3d(96%, -50%, -130px) rotateY(-20deg) scale(calc(.81 * var(--fx-design-product-scale)));
  }

  66.666%,
  86.666% {
    z-index: 3;
    opacity: .82;
    pointer-events: none;
    transform: translate3d(-196%, -50%, -130px) rotateY(20deg) scale(calc(.81 * var(--fx-design-product-scale)));
  }
}

/* Bring side models one third closer to the center. */
@keyframes fx-model-coverflow {
  0%,
  20%,
  100% {
    z-index: 6;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0) rotateY(0deg) scale(calc(1.02 * var(--fx-design-product-scale)));
  }

  33.333%,
  53.333% {
    z-index: 3;
    opacity: .82;
    pointer-events: none;
    transform: translate3d(64%, -50%, -130px) rotateY(-20deg) scale(calc(.81 * var(--fx-design-product-scale)));
  }

  66.666%,
  86.666% {
    z-index: 3;
    opacity: .82;
    pointer-events: none;
    transform: translate3d(-164%, -50%, -130px) rotateY(20deg) scale(calc(.81 * var(--fx-design-product-scale)));
  }
}

@media (max-width: 520px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .fx-home-hero {
    width: 100%;
    max-width: 100vw;
    min-height: auto;
    padding: 42px 0 76px;
    overflow: hidden;
    background-position: center top;
  }

  .fx-home-hero::after {
    right: -18vw;
    bottom: -58px;
    left: -18vw;
    height: 96px;
  }

  .fx-home-hero__inner {
    width: min(100% - 20px, 100%);
    display: flex;
    flex-direction: column;
  }

  .fx-home-hero__copy {
    max-width: 100%;
    padding: 0;
    display: contents;
  }

  .fx-home-hero .fx-eyebrow {
    order: 1;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
  }

  .fx-home-hero h1 {
    order: 2;
    max-width: 100%;
    font-size: clamp(38px, 14vw, 54px);
    line-height: .95;
    overflow-wrap: anywhere;
  }

  .fx-hero-title {
    display: block;
    white-space: normal;
  }

  .fx-hero-title__rotator {
    width: 100%;
    min-height: 1em;
    display: grid;
  }

  .fx-home-hero__copy > p:not(.fx-eyebrow) {
    order: 3;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .fx-home-actions {
    order: 5;
    gap: 12px;
  }

  .fx-home-actions .fx-btn {
    min-height: 44px;
    justify-content: center;
    padding: 0 18px;
  }

  .fx-energy-cta {
    order: 6;
    margin-top: 10px;
  }

  .fx-home-hero__visual {
    order: 4;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: -4px 0 18px;
    opacity: .72;
  }

  .fx-home-hero__visual img {
    --fx-hero-slide-y: 0;
    position: static;
    left: auto;
    right: auto;
    bottom: 0;
    width: min(74vw, 300px);
    height: 220px;
    max-height: 220px;
    transform: none;
  }

  .fx-sport-grid {
    gap: 16px;
  }

  .fx-sport-card {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(118px, 34%);
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-color: rgba(47, 57, 70, .1);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(38, 45, 56, .08);
  }

  .fx-sport-card__text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .fx-sport-card strong {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: .95;
  }

  .fx-sport-card small {
    min-height: 0;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.38;
  }

  .fx-square-arrow {
    width: auto;
    min-width: 86px;
    height: 36px;
    gap: 7px;
    margin-top: auto;
    padding: 0 13px;
    border-radius: 7px;
    box-shadow: 0 10px 20px rgba(179, 45, 52, .2);
    font-size: 0;
  }

  .fx-square-arrow::before {
    content: "Scopri";
    font-size: 13px;
    letter-spacing: .02em;
  }

  .fx-square-arrow::after {
    content: "→";
    font-size: 16px;
    line-height: 1;
  }

  .fx-sport-card img {
    width: 100%;
    max-width: 142px;
    max-height: 150px;
    justify-self: end;
    align-self: end;
  }
}

@media (max-width: 980px) {
  .fx-footer-showcase__viewport {
    width: min(100% - 54px, 760px);
  }

  .fx-footer-showcase__track {
    grid-auto-columns: calc((100% - 28px) / 3);
    gap: 14px;
  }

  .fx-footer-showcase__arrow--prev {
    left: -34px;
  }

  .fx-footer-showcase__arrow--next {
    right: -34px;
  }
}

@media (max-width: 620px) {
  .fx-footer-showcase {
    padding: 38px 0 42px;
  }

  .fx-footer-showcase__viewport {
    width: min(100% - 38px, 480px);
  }

  .fx-footer-showcase__track {
    grid-auto-columns: minmax(230px, 82%);
    gap: 18px;
  }

  .fx-footer-showcase__card h2 {
    font-size: 17px;
  }

  .fx-footer-showcase__card p {
    font-size: 14px;
  }

  .fx-footer-showcase__arrow {
    top: 31%;
    width: 28px;
    height: 42px;
    font-size: 38px;
  }

  .fx-footer-showcase__arrow--prev {
    left: -26px;
  }

  .fx-footer-showcase__arrow--next {
    right: -26px;
  }
}
