:root {
  --forfpv-black: #0b0f14;
  --forfpv-blue: #1677ff;
  --forfpv-orange: #ff6a00;
  --forfpv-red: #ef233c;
  --forfpv-red-soft: #fff1f2;
  --forfpv-green: #16a34a;
  --forfpv-bg: #f5f7fa;
  --forfpv-text: #1f2937;
  --forfpv-muted: #6b7280;
  --forfpv-border: #e5e7eb;
}

* {
  box-sizing: border-box;
}

body.forfpv-site {
  margin: 0;
  background: #fff;
  color: var(--forfpv-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: var(--forfpv-blue);
}

.site-container {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.top-bar {
  background: var(--forfpv-black);
  color: #eaf0f7;
  font-size: 13px;
}

.top-bar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}

.top-bar a {
  color: #eaf0f7;
}

.top-bar-copy,
.forfpv-global-switcher {
  display: flex;
  align-items: center;
  gap: 14px;
}

.forfpv-global-switcher {
  margin-left: auto;
}

.forfpv-global-switcher label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.forfpv-global-switcher label span,
.forfpv-switcher-label {
  color: #b8c3d1;
  font-size: 12px;
  font-weight: 800;
}

.forfpv-global-switcher select {
  min-height: 26px;
  max-width: 180px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 0 24px 0 10px;
}

.forfpv-ship-picker {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  margin: 0;
  position: relative;
}

.forfpv-native-region-select {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.forfpv-ship-picker-button {
  align-items: center;
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 7px;
  font-size: 12px;
  font-weight: 900;
  min-height: 28px;
  max-width: 220px;
  padding: 0 10px;
  white-space: nowrap;
}

.forfpv-ship-picker-button [data-forfpv-region-label] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.forfpv-ship-picker-flag,
.forfpv-ship-option-flag {
  display: inline-flex;
  font-size: 17px;
  line-height: 1;
}

.forfpv-ship-picker-chevron {
  color: #b8c3d1;
  font-size: 14px;
  line-height: 1;
  margin-left: 2px;
}

.forfpv-ship-picker-menu {
  background: #fff;
  border: 1px solid #d6dde8;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(8, 21, 43, 0.28);
  color: #111827;
  max-height: min(520px, calc(100vh - 90px));
  overflow: hidden;
  padding: 12px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: min(340px, calc(100vw - 24px));
  z-index: 200;
}

.forfpv-ship-picker-menu[hidden] {
  display: none;
}

.forfpv-ship-picker-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.forfpv-ship-picker-head strong {
  color: #111827;
  font-size: 20px;
  line-height: 1.1;
}

.forfpv-ship-picker-head button {
  align-items: center;
  background: #f3f4f6;
  border: 0;
  border-radius: 999px;
  color: #111827;
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.forfpv-ship-search {
  align-items: center;
  background: #f3f4f6;
  border-radius: 8px;
  color: #6b7280;
  display: flex;
  gap: 8px;
  margin: 0 0 14px;
  min-height: 44px;
  padding: 0 12px;
}

.forfpv-ship-search-icon {
  border: 2px solid #6b7280;
  border-radius: 999px;
  display: inline-block;
  height: 16px;
  position: relative;
  width: 16px;
}

.forfpv-ship-search-icon::after {
  background: #6b7280;
  border-radius: 999px;
  content: "";
  height: 2px;
  position: absolute;
  right: -6px;
  top: 11px;
  transform: rotate(45deg);
  width: 7px;
}

.forfpv-ship-search input {
  background: transparent;
  border: 0;
  color: #111827;
  flex: 1;
  font-size: 14px;
  min-width: 0;
  outline: 0;
}

.forfpv-ship-picker-section {
  border-bottom: 1px solid #edf0f4;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 4px;
  padding: 0 2px 8px;
}

.forfpv-ship-options {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
}

.forfpv-ship-options button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #111827;
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 38px;
  padding: 6px 8px;
  text-align: left;
  width: 100%;
}

.forfpv-ship-options button:hover,
.forfpv-ship-options button.is-selected {
  background: #f3f7fb;
}

.forfpv-ship-options button[hidden] {
  display: none;
}

.forfpv-ship-options small {
  color: #6b7280;
  font-size: 11px;
  font-weight: 900;
}

.forfpv-ship-save {
  background: #111;
  border: 0;
  border-radius: 0 0 22px 22px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  margin: 10px -12px -12px;
  min-height: 46px;
  width: calc(100% + 24px);
}

.main-header {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.site-logo {
  color: var(--forfpv-black);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

.site-logo span {
  color: var(--forfpv-blue);
}

.header-search {
  display: flex;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.header-search input {
  flex: 1;
  min-height: 46px;
  border: 0;
  padding: 0 14px;
  min-width: 120px;
}

.header-photo-search {
  align-items: center;
  align-self: stretch;
  border-left: 1px solid var(--forfpv-border);
  color: #526173;
  display: inline-flex;
  gap: 6px;
  padding: 0 13px;
  text-decoration: none;
  white-space: nowrap;
}

.header-photo-search:hover {
  background: #f8fafc;
  color: var(--forfpv-blue);
  text-decoration: none;
}

.header-photo-search svg {
  height: 19px;
  width: 19px;
}

.header-photo-search span {
  font-size: 13px;
  font-weight: 800;
}

.header-search button {
  border: 0;
  background: var(--forfpv-blue);
  color: #fff;
  padding: 0 18px;
  font-weight: 700;
}

.header-actions {
  display: flex;
  gap: 14px;
  font-weight: 700;
}

.site-nav {
  border-top: 1px solid var(--forfpv-border);
  border-bottom: 1px solid var(--forfpv-border);
}

.site-nav-inner {
  display: flex;
  align-items: stretch;
  gap: 18px;
  min-height: 48px;
  position: relative;
}

.site-nav .menu {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav .forfpv-primary-links {
  flex: 1 1 auto;
  min-width: 0;
}

.site-nav a,
.forfpv-all-categories-summary {
  color: var(--forfpv-text);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.forfpv-all-categories {
  position: relative;
  z-index: 80;
}

.forfpv-all-categories-summary {
  align-items: center;
  background: var(--forfpv-blue);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 9px;
  height: 48px;
  list-style: none;
  padding: 0 16px;
  user-select: none;
  white-space: nowrap;
}

.forfpv-all-categories-summary::-webkit-details-marker {
  display: none;
}

.forfpv-all-categories-icon {
  display: inline-grid;
  gap: 3px;
}

.forfpv-all-categories-icon::before,
.forfpv-all-categories-icon::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  width: 14px;
}

.forfpv-all-categories-panel {
  background: #fff;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(8, 21, 43, 0.18);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(210px, 1fr));
  left: 0;
  min-width: min(920px, calc(100vw - 32px));
  padding: 16px;
  position: absolute;
  top: calc(100% + 8px);
}

.forfpv-all-categories:not([open]) .forfpv-all-categories-panel {
  display: none;
}

.forfpv-all-categories-group h3 {
  color: #0b0f14;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.forfpv-all-categories-group ul {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.forfpv-all-categories-group a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #526173;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr) auto auto;
  line-height: 1.25;
  min-height: 46px;
  padding: 6px 8px;
  text-decoration: none;
}

.forfpv-all-category-thumb {
  align-items: center;
  background: #f4f7fb;
  border-radius: 6px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  overflow: hidden;
  width: 38px;
}

.forfpv-all-category-thumb img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 3px;
  width: 100%;
}

.forfpv-all-category-code {
  background: #eef6ff;
  color: #0759c9;
  font-size: 11px;
  font-weight: 950;
}

.forfpv-all-category-text {
  display: grid;
  min-width: 0;
}

.forfpv-all-category-text strong {
  color: #111827;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forfpv-all-category-text small {
  color: #7b8796;
  font-size: 11px;
  font-weight: 800;
}

.forfpv-all-categories-group em {
  color: var(--forfpv-red);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.forfpv-all-category-arrow {
  color: #8b98a8;
  font-size: 18px;
  line-height: 1;
}

.forfpv-all-categories-group a:hover,
.site-nav .forfpv-primary-links a:hover {
  color: var(--forfpv-blue);
}

.forfpv-all-categories-group a:hover {
  background: #f8fbff;
  border-color: #dbeafe;
}

.forfpv-all-categories-group a:hover .forfpv-all-category-text strong,
.forfpv-all-categories-group a:hover .forfpv-all-category-arrow {
  color: var(--forfpv-blue);
}

.hero {
  background: radial-gradient(circle at top right, rgba(22, 119, 255, 0.22), transparent 34%), var(--forfpv-black);
  color: #fff;
  padding: 56px 0;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 36px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 4px 10px;
  color: #cfe1ff;
  font-weight: 700;
  font-size: 13px;
}

.hero h1,
.hero h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero p {
  max-width: 580px;
  color: #d6dee8;
  font-size: 18px;
}

.hero-finder .forfpv-parts-finder {
  margin: 0;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.section {
  padding: 64px 0;
}

.section-muted {
  background: var(--forfpv-bg);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 0;
  font-size: 30px;
}

.section-link {
  flex-shrink: 0;
  color: var(--forfpv-blue);
  font-weight: 800;
  text-decoration: none;
}

.home-product-section-primary {
  padding: 36px 0 46px;
  border-bottom: 1px solid var(--forfpv-border);
  background: #fff;
}

.home-product-section-secondary {
  padding-top: 48px;
}

.home-storefront-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.home-storefront-head h1 {
  margin: 0;
  color: var(--forfpv-black);
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

.home-storefront-head p {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--forfpv-muted);
  font-size: 17px;
  line-height: 1.55;
}

.home-storefront-eyebrow {
  border-color: #dbeafe;
  background: #eff6ff;
  color: #0b5fd3;
}

.home-storefront-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.home-storefront-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--forfpv-blue);
  border-radius: 8px;
  background: var(--forfpv-blue);
  color: #fff;
  font-weight: 800;
  padding: 0 16px;
  text-decoration: none;
  white-space: nowrap;
}

.home-storefront-actions .button-secondary {
  border-color: var(--forfpv-border);
  background: #fff;
  color: var(--forfpv-black);
}

.section-heading p {
  margin: 0;
  color: var(--forfpv-muted);
}

.home-product-section {
  padding-bottom: 34px;
}

.home-split-products {
  background: #fff;
}

.home-product-columns {
  display: grid;
  gap: 32px;
}

.home-product-column-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.home-product-column-heading h3 {
  margin: 0;
  color: var(--forfpv-black);
  font-size: 22px;
}

.home-product-column-heading a {
  color: var(--forfpv-blue);
  font-weight: 800;
  text-decoration: none;
}

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

.category-card {
  display: flex;
  min-height: 120px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  text-decoration: none;
}

.category-card span {
  color: var(--forfpv-text);
  font-size: 18px;
  font-weight: 800;
}

.category-card strong {
  color: var(--forfpv-blue);
}

.promise-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.promise-grid h2 {
  margin-top: 0;
}

.promise-card {
  display: flex;
  align-items: center;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  color: var(--forfpv-black);
  font-weight: 800;
}

.forfpv-home-ad {
  background:
    radial-gradient(circle at 88% 12%, rgba(22, 119, 255, 0.34), transparent 28%),
    radial-gradient(circle at 22% 88%, rgba(255, 106, 0, 0.2), transparent 24%),
    #07111f;
  color: #fff;
  padding: 18px 0;
}

.forfpv-home-ad.has-background-image {
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.94), rgba(7, 17, 31, 0.78) 55%, rgba(7, 17, 31, 0.88)),
    var(--forfpv-home-banner-image),
    #07111f;
  background-position: center;
  background-size: cover;
}

.forfpv-home-ad-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  gap: 16px;
  align-items: stretch;
}

.forfpv-home-ad-copy,
.forfpv-home-ad-visual,
.forfpv-home-promo-links a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.forfpv-home-ad-copy {
  min-height: 0;
  padding: clamp(22px, 3vw, 36px);
}

.forfpv-home-ad-kicker,
.forfpv-home-panel-head span,
.forfpv-home-shelf-head span,
.forfpv-home-service-grid > div > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(22, 119, 255, 0.3);
  border-radius: 999px;
  background: rgba(22, 119, 255, 0.1);
  color: #0b5fd3;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.forfpv-home-ad-kicker {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
  color: #cfe1ff;
}

.forfpv-home-ad h1 {
  max-width: 620px;
  margin: 14px 0 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: 0;
}

.forfpv-home-ad p {
  max-width: 600px;
  margin: 12px 0 0;
  color: #d6dee8;
  font-size: 15px;
  line-height: 1.55;
}

.forfpv-home-banner-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 620px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #fff;
  margin-top: 18px;
  overflow: hidden;
}

.forfpv-home-banner-search input {
  min-width: 0;
  min-height: 46px;
  border: 0;
  color: var(--forfpv-text);
  font-size: 15px;
  padding: 0 15px;
}

.forfpv-home-banner-search button {
  border: 0;
  background: var(--forfpv-blue);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 0 20px;
  white-space: nowrap;
}

.forfpv-home-ad-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.forfpv-home-primary-button,
.forfpv-home-secondary-button,
.forfpv-home-service-grid > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 7px;
  padding: 0 18px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.forfpv-home-primary-button {
  border: 1px solid var(--forfpv-blue);
  background: var(--forfpv-blue);
  color: #fff;
}

.forfpv-home-secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.forfpv-home-ad-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.forfpv-home-ad-metrics span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #eaf0f7;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 850;
}

.forfpv-home-ad-visual {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
}

.forfpv-home-ad-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
  color: #cfe1ff;
  font-size: 13px;
  font-weight: 900;
}

.forfpv-home-ad-product-label {
  margin-top: 4px;
}

.forfpv-home-ad-quicklinks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.forfpv-home-ad-quicklinks a {
  display: flex;
  min-width: 0;
  min-height: 62px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px;
  text-decoration: none;
}

.forfpv-home-ad-quicklinks a:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
}

.forfpv-home-ad-quicklinks strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.forfpv-home-ad-quicklinks span {
  color: #cfe1ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 5px;
}

.forfpv-home-product-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.forfpv-home-featured-part {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--forfpv-black);
  padding: 9px;
  text-decoration: none;
}

.forfpv-home-featured-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.25;
  border-radius: 6px;
  background: #f8fafc;
  overflow: hidden;
}

.forfpv-home-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.forfpv-home-featured-name {
  display: -webkit-box;
  min-height: 34px;
  margin-top: 7px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.forfpv-home-featured-part strong {
  color: var(--forfpv-red);
  font-size: 14px;
  line-height: 1.2;
  margin-top: 6px;
}

.forfpv-home-featured-part .forfpv-loop-price-from {
  font-size: 11px;
}

.forfpv-home-promo-links {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.forfpv-home-promo-links a {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px;
  text-decoration: none;
}

.forfpv-home-promo-links span {
  color: #cfe1ff;
  font-size: 13px;
  font-weight: 850;
}

.forfpv-home-promo-links strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.22;
  margin-top: 5px;
}

.forfpv-home-quick-section {
  background: #fff;
  padding-top: 46px;
}

.forfpv-home-repair-categories {
  background: #fff;
  padding-top: 48px;
}

.forfpv-home-quick-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: start;
}

.forfpv-home-finder-panel,
.forfpv-home-brand-panel {
  border: 1px solid var(--forfpv-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.forfpv-home-finder-panel {
  padding: 0;
  overflow: hidden;
}

.forfpv-home-finder-panel .forfpv-parts-finder {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

.forfpv-home-brand-panel {
  padding: 22px;
}

.forfpv-home-panel-head h3 {
  margin: 12px 0 8px;
  color: var(--forfpv-black);
  font-size: 25px;
  line-height: 1.15;
}

.forfpv-home-panel-head p {
  margin: 0;
  color: var(--forfpv-muted);
}

.forfpv-home-brand-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  margin-top: 18px;
  overflow: hidden;
}

.forfpv-home-brand-search input {
  min-width: 0;
  min-height: 46px;
  border: 0;
  color: var(--forfpv-text);
  padding: 0 12px;
}

.forfpv-home-brand-search button {
  border: 0;
  background: var(--forfpv-blue);
  color: #fff;
  font-weight: 900;
  padding: 0 16px;
}

.forfpv-home-brand-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.forfpv-home-brand-pill {
  display: flex;
  min-width: 0;
  min-height: 58px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #f8fafc;
  color: var(--forfpv-black);
  padding: 10px 12px;
  text-decoration: none;
}

.forfpv-home-brand-pill:hover {
  border-color: #bfd7ff;
  background: #eff6ff;
}

.forfpv-home-brand-pill[hidden] {
  display: none;
}

.forfpv-home-brand-pill strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forfpv-home-brand-pill small {
  color: var(--forfpv-muted);
  font-size: 12px;
  font-weight: 800;
}

.forfpv-home-model-head {
  margin: 22px 0 10px;
  color: var(--forfpv-black);
  font-size: 13px;
  font-weight: 950;
}

.forfpv-home-model-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.forfpv-home-model-pill {
  display: grid;
  min-width: 0;
  min-height: 68px;
  align-content: center;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #eff6ff;
  color: var(--forfpv-black);
  padding: 10px 12px;
  text-decoration: none;
}

.forfpv-home-model-pill:hover {
  border-color: var(--forfpv-blue);
  background: #e0efff;
}

.forfpv-home-model-pill strong {
  display: -webkit-box;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.forfpv-home-model-pill small {
  color: #0759c9;
  font-size: 11px;
  font-weight: 850;
  margin-top: 4px;
}

.forfpv-home-system-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.forfpv-home-system-strip a {
  display: flex;
  min-width: 0;
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #f8fafc;
  padding: 12px;
  text-decoration: none;
}

.forfpv-home-system-strip strong {
  color: var(--forfpv-black);
  font-size: 14px;
  line-height: 1.2;
}

.forfpv-home-system-strip span {
  color: var(--forfpv-muted);
  font-size: 12px;
  font-weight: 750;
  margin-top: 4px;
}

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

.forfpv-home-repair-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.forfpv-home-category-card {
  display: grid;
  align-content: start;
  min-height: 186px;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #fff;
  color: var(--forfpv-text);
  padding: 18px;
  text-decoration: none;
}

.forfpv-home-category-card:hover {
  border-color: #bfd7ff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.forfpv-home-category-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 44px;
  min-height: 30px;
  border-radius: 6px;
  background: #0f172a;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  padding: 0 9px;
}

.forfpv-home-category-card strong {
  color: var(--forfpv-black);
  font-size: 20px;
  line-height: 1.2;
  margin-top: 14px;
}

.forfpv-home-category-card p {
  margin: 9px 0 14px;
  color: var(--forfpv-muted);
  font-size: 14px;
  line-height: 1.5;
}

.forfpv-home-category-card small {
  color: var(--forfpv-blue);
  font-size: 12px;
  font-weight: 900;
  margin-top: auto;
}

.forfpv-home-repair-card {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  min-height: 154px;
  padding: 14px;
}

.forfpv-home-category-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  align-self: center;
  border-radius: 7px;
  background: #f3f6fa;
  overflow: hidden;
}

.forfpv-home-category-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7px;
}

.forfpv-home-category-media .forfpv-home-category-tag {
  width: 54px;
  min-height: 38px;
}

.forfpv-home-category-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.forfpv-home-repair-card .forfpv-home-category-content > strong {
  margin-top: 3px;
  font-size: 17px;
}

.forfpv-home-repair-card .forfpv-home-category-content > p {
  display: -webkit-box;
  margin: 7px 0 10px;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.forfpv-home-category-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  border: 1px solid var(--forfpv-blue);
  border-radius: 6px;
  background: var(--forfpv-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  margin-top: auto;
  padding: 0 12px;
}

.forfpv-home-repair-card .forfpv-home-category-button {
  min-height: 32px;
  margin-top: auto;
  padding: 0 10px;
  font-size: 12px;
}

.forfpv-home-product-section {
  padding-top: 54px;
}

.forfpv-home-shelves {
  display: block;
}

.forfpv-home-system-categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.forfpv-home-system-categories > a {
  display: grid;
  min-width: 0;
  min-height: 92px;
  grid-template-columns: 66px minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  align-items: end;
  column-gap: 10px;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #fff;
  color: var(--forfpv-black);
  padding: 9px;
  text-decoration: none;
}

.forfpv-home-system-categories > a:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

.forfpv-home-system-category-image {
  display: flex;
  width: 66px;
  height: 66px;
  grid-row: 1 / 3;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 6px;
  background: #f3f6fa;
  overflow: hidden;
}

.forfpv-home-system-category-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.forfpv-home-system-category-image b {
  color: var(--forfpv-blue);
  font-size: 12px;
  font-weight: 950;
}

.forfpv-home-system-categories strong {
  align-self: end;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forfpv-home-system-categories small {
  align-self: start;
  color: var(--forfpv-muted);
  font-size: 11px;
  font-weight: 800;
  margin-top: 3px;
}

.forfpv-home-shelf {
  border: 1px solid var(--forfpv-border);
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}

.forfpv-home-shelf + .forfpv-home-shelf {
  margin-top: 22px;
}

.forfpv-home-popular-shelf {
  border-color: #bfd7ff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.forfpv-home-shelf-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 4px;
}

.forfpv-home-shelf-head h3 {
  margin: 10px 0 0;
  color: var(--forfpv-black);
  font-size: 24px;
  line-height: 1.15;
}

.forfpv-home-shelf-head p {
  color: var(--forfpv-muted);
  font-size: 14px;
  font-weight: 750;
  margin: 6px 0 0;
}

.forfpv-home-shelf-head a {
  color: var(--forfpv-blue);
  flex: 0 0 auto;
  font-weight: 900;
  text-decoration: none;
}

.forfpv-home-service-strip {
  padding: 42px 0 56px;
}

.forfpv-home-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--forfpv-border);
  border-radius: 10px;
  background: #f8fafc;
  padding: 24px;
}

.forfpv-home-service-grid h2 {
  margin: 10px 0 6px;
  color: var(--forfpv-black);
  font-size: 28px;
  line-height: 1.15;
}

.forfpv-home-service-grid p {
  margin: 0;
  color: var(--forfpv-muted);
}

.forfpv-home-service-grid > a {
  border: 1px solid var(--forfpv-border);
  background: #fff;
  color: var(--forfpv-black);
}

.forfpv-home-service-grid > a:first-of-type {
  border-color: var(--forfpv-blue);
  background: var(--forfpv-blue);
  color: #fff;
}

.forfpv-home-service-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.forfpv-home-service-card {
  align-self: stretch;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.forfpv-home-service-card strong {
  display: block;
  color: var(--forfpv-black);
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.forfpv-home-service-card span,
.forfpv-home-service-grid > .forfpv-home-service-card > span {
  display: block;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--forfpv-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  padding: 0;
}

.content-layout {
  padding: 48px 0;
}

.content-card {
  max-width: 960px;
  margin: 0 auto 24px;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #fff;
  padding: 28px;
}

.forfpv-managed-page {
  max-width: none;
  margin: 0;
}

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

.forfpv-page-hero {
  border-radius: 10px;
  background: radial-gradient(circle at top right, rgba(22, 119, 255, 0.2), transparent 35%), var(--forfpv-black);
  color: #fff;
  padding: 48px;
  margin-bottom: 28px;
}

.forfpv-page-hero span {
  display: inline-flex;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 4px 10px;
  color: #cfe1ff;
  font-size: 13px;
  font-weight: 800;
}

.forfpv-page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.08;
}

.forfpv-page-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #d6dee8;
  font-size: 18px;
}

.forfpv-section {
  margin: 28px 0;
}

.forfpv-product-shelf {
  padding: 24px;
  border: 1px solid var(--forfpv-border);
  border-radius: 10px;
  background: var(--forfpv-bg);
}

.forfpv-product-shelf-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.forfpv-product-shelf-head h2 {
  margin: 0;
}

.forfpv-shelf-count {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #0759c9;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.forfpv-product-shelf-empty {
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: var(--forfpv-muted);
  padding: 18px;
}

.forfpv-section h2,
.forfpv-cta h2 {
  margin-top: 0;
}

.woocommerce-result-count {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #0759c9;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 850;
}

.woocommerce-ordering select {
  min-height: 38px;
  border: 1px solid var(--forfpv-border);
  border-radius: 6px;
  background: #fff;
  color: var(--forfpv-text);
  padding: 0 10px;
  font-weight: 700;
}

.forfpv-category-shortcuts {
  clear: both;
  display: grid;
  gap: 12px;
  margin: 12px 0 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.forfpv-category-shortcuts-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.forfpv-category-shortcuts-head > div {
  display: grid;
  gap: 2px;
}

.forfpv-category-shortcuts-head span {
  color: #0759c9;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.forfpv-category-shortcuts-head strong {
  color: var(--forfpv-black);
  font-size: 20px;
  line-height: 1.2;
}

.forfpv-category-shortcuts-head a {
  align-items: center;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  color: #0759c9;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 30px;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.forfpv-category-shortcuts-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.forfpv-category-shortcut {
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: var(--forfpv-text);
  display: grid;
  gap: 9px;
  grid-template-columns: 52px minmax(0, 1fr);
  min-height: 76px;
  padding: 9px;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.forfpv-category-shortcut:hover,
.forfpv-category-shortcut.is-active {
  border-color: #93c5fd;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.forfpv-category-shortcut.is-active {
  background: #f8fbff;
}

.forfpv-category-shortcut-image {
  align-items: center;
  background: #f6f8fb;
  border-radius: 7px;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  overflow: hidden;
  width: 52px;
}

.forfpv-category-shortcut-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 4px;
  width: 100%;
}

.forfpv-category-shortcut-body {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.forfpv-category-shortcut-body strong {
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
}

.forfpv-category-shortcut-body small {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.forfpv-shop-filter {
  clear: both;
  display: grid;
  gap: 14px;
  margin: 14px 0 18px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #f8fbff;
  padding: 16px;
}

.forfpv-shop-filter-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.forfpv-shop-filter-head > div:first-child {
  display: grid;
  gap: 4px;
}

.forfpv-shop-filter-head span {
  color: #0759c9;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.forfpv-shop-filter-head strong {
  color: var(--forfpv-black);
  font-size: 20px;
  line-height: 1.2;
}

.forfpv-shop-filter-active {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.forfpv-shop-filter-active span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #fff;
  color: #0759c9;
  padding: 0 9px;
  font-size: 12px;
  text-transform: none;
}

.forfpv-shop-filter-form {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(260px, 1.25fr) auto;
  gap: 10px;
  align-items: end;
}

.forfpv-shop-filter-field {
  display: grid;
  gap: 6px;
  margin: 0;
}

.forfpv-shop-filter-field span {
  color: #475569;
  font-size: 12px;
  font-weight: 900;
}

.forfpv-shop-filter-field select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: var(--forfpv-text);
  padding: 0 10px;
  font-size: 14px;
  font-weight: 800;
}

.forfpv-shop-filter-actions {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
  align-items: center;
}

.forfpv-shop-filter-actions button,
.forfpv-shop-filter-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.forfpv-shop-filter-actions button {
  border: 1px solid var(--forfpv-blue);
  background: var(--forfpv-blue);
  color: #fff;
  cursor: pointer;
}

.forfpv-shop-filter-actions button:hover {
  border-color: #0b5fd3;
  background: #0b5fd3;
}

.forfpv-shop-filter-actions a {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #334155;
}

.forfpv-shop-filter-actions a:hover {
  border-color: var(--forfpv-blue);
  color: var(--forfpv-blue);
}

.forfpv-product-shelf .woocommerce-result-count {
  display: none;
}

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

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  float: none;
  width: auto;
  margin: 0;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: #bfd7ff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.forfpv-loop-card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  background: #f8fafc;
  border-radius: 8px;
  margin: 0 0 12px;
  overflow: hidden;
  text-decoration: none;
}

.forfpv-loop-media-badges {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  display: flex;
  max-width: calc(100% - 16px);
  align-items: flex-start;
  gap: 5px;
  pointer-events: none;
}

.forfpv-loop-media-badge {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #0f172a;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  padding: 5px 7px;
  white-space: nowrap;
}

.forfpv-loop-media-badge-sale {
  background: #e11d48;
}

.forfpv-loop-media-badge-new {
  background: #08783e;
}

.forfpv-loop-media-badge-options {
  border-color: #c9d6e5;
  background: rgba(255, 255, 255, 0.94);
  color: #26364b;
}

.woocommerce ul.products li.product .forfpv-loop-card-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  padding: 8px;
  margin: 0;
}

.forfpv-loop-card-body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}

.forfpv-loop-card-kicker {
  min-height: 16px;
  color: var(--forfpv-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forfpv-loop-card-kicker a {
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 61px;
  margin: 0;
  color: var(--forfpv-black);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.34;
  padding: 0;
}

.forfpv-loop-card-title a {
  display: -webkit-box;
  color: inherit;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.forfpv-loop-card-title a:hover {
  color: var(--forfpv-blue);
}

.forfpv-loop-fitment {
  display: -webkit-box;
  min-height: 34px;
  color: #475569;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.forfpv-loop-fitment span {
  display: inline-flex;
  align-items: center;
  min-height: 19px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0759c9;
  font-size: 10px;
  font-weight: 950;
  margin-right: 4px;
  padding: 0 6px;
  text-transform: uppercase;
}

.forfpv-loop-card-price {
  color: var(--forfpv-red);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.15;
}

.forfpv-loop-price-from {
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

.forfpv-loop-card-price .price {
  color: inherit;
}

.forfpv-loop-card-price ins {
  text-decoration: none;
}

.forfpv-loop-card-price del {
  margin-left: 6px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.forfpv-loop-card-badges {
  display: flex;
  min-height: 24px;
  flex-wrap: wrap;
  gap: 6px;
}

.forfpv-loop-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #0759c9;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.forfpv-loop-badge-stock {
  border-color: #dcfce7;
  background: #f0fdf4;
  color: #15803d;
}

.forfpv-loop-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.woocommerce ul.products li.product .forfpv-loop-card-actions .button,
.forfpv-loop-details-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 40px;
  min-height: 40px;
  border-radius: 6px;
  margin: 0 !important;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.woocommerce ul.products li.product .forfpv-loop-card-actions .button {
  border: 1px solid var(--forfpv-blue);
  background: var(--forfpv-blue);
  color: #fff;
}

.woocommerce ul.products li.product .forfpv-loop-card-actions .button:hover {
  border-color: #0b5fd3;
  background: #0b5fd3;
  color: #fff;
}

.forfpv-loop-details-button {
  border: 1px solid var(--forfpv-border);
  background: #f8fafc;
  color: #334155;
}

.forfpv-loop-details-button:hover {
  border-color: var(--forfpv-blue);
  background: #eff6ff;
  color: var(--forfpv-blue);
}

.forfpv-woocommerce-page {
  padding-top: 28px;
  padding-bottom: 56px;
}

.forfpv-woocommerce-page .woocommerce-breadcrumb {
  margin: 0 0 22px;
  color: var(--forfpv-muted);
  font-size: 13px;
}

.forfpv-woocommerce-page .woocommerce-breadcrumb a {
  color: var(--forfpv-text);
  font-weight: 700;
  text-decoration: none;
}

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

.woocommerce div.product div.images {
  width: 46%;
  margin-bottom: 34px;
}

.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product .woocommerce-product-gallery {
  opacity: 1 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  border-radius: 10px;
  overflow: hidden;
}

.woocommerce div.product div.images img {
  border: 1px solid var(--forfpv-border);
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
  transition: transform 0.22s ease;
}

.woocommerce div.product .woocommerce-product-gallery .zoomImg {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image:hover img.wp-post-image {
    transform: scale(1.18);
  }
}

body.forfpv-lightbox-open {
  overflow: hidden;
}

.forfpv-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 23, 0.88);
  padding: 28px;
}

.forfpv-image-lightbox.is-open {
  display: flex;
}

.forfpv-image-lightbox-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1180px);
  height: min(100%, 86vh);
}

.forfpv-image-lightbox-stage img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.forfpv-image-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #fff;
  color: var(--forfpv-black);
  cursor: pointer;
  font-weight: 900;
  padding: 0 16px;
}

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

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

.woocommerce div.product div.images .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: contain;
  opacity: 1;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
  border-color: var(--forfpv-blue);
}

.woocommerce div.product div.summary {
  width: 50%;
  margin-bottom: 34px;
}

.woocommerce div.product .product_title {
  margin: 0 0 12px;
  color: var(--forfpv-black);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.12;
  letter-spacing: 0;
}

.woocommerce div.product div.summary > p.price,
.woocommerce div.product div.summary > span.price {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #fb7185;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff6f7 0%, #fff 100%);
  color: var(--forfpv-black);
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 950;
  line-height: 1.1;
  padding: 46px 16px 16px;
  margin: 0 0 6px;
  overflow: hidden;
}

.woocommerce div.product div.summary > .price .amount,
.woocommerce div.product div.summary > .price bdi,
.woocommerce div.product div.summary > .price .woocommerce-Price-currencySymbol {
  color: var(--forfpv-black);
}

.woocommerce div.product div.summary > .price::before {
  content: "FORFPV Deal";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 36px;
  display: flex;
  align-items: center;
  background: var(--forfpv-red-soft);
  color: var(--forfpv-red);
  padding: 0 14px;
  font-size: 20px;
  font-weight: 950;
}

.woocommerce div.product .summary > .price.forfpv-dynamic-product-price.is-selected-variation {
  color: var(--forfpv-black);
}

.woocommerce div.product div.summary > .price ins {
  text-decoration: none;
}

.woocommerce div.product div.summary > .price del {
  color: #94a3b8;
  font-size: 15px;
  font-weight: 700;
}

.woocommerce div.product div.summary > .price del .amount,
.woocommerce div.product div.summary > .price del bdi,
.woocommerce div.product div.summary > .price del .woocommerce-Price-currencySymbol {
  color: #94a3b8;
}

.woocommerce div.product form.cart .woocommerce-variation-price,
.woocommerce div.product form.cart .woocommerce-variation-availability {
  display: none !important;
}

.forfpv-single-deal-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: var(--forfpv-muted);
  font-size: 13px;
  margin: 6px 0 10px;
}

.forfpv-single-deal-note span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.forfpv-single-deal-note span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--forfpv-green);
}

.forfpv-single-service-strip {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #fecdd3;
  border-radius: 6px;
  background: #fff5f7;
  color: #9f1239;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 850;
}

.forfpv-single-service-strip a {
  flex-shrink: 0;
  color: var(--forfpv-red);
  text-decoration: none;
}

.forfpv-stock-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  background: #f0fdf4;
  padding: 12px;
  margin: 14px 0;
}

.forfpv-stock-panel > div {
  min-width: 0;
}

.forfpv-stock-panel span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.forfpv-stock-panel strong {
  display: block;
  color: #166534;
  font-size: 15px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.forfpv-stock-panel.is-out-of-stock {
  border-color: #fed7aa;
  background: #fff7ed;
}

.forfpv-stock-panel.is-out-of-stock strong {
  color: #9a3412;
}

.woocommerce div.product div.summary > p {
  color: var(--forfpv-text);
}

.woocommerce div.product form.cart {
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--forfpv-border);
  border-bottom: 1px solid var(--forfpv-border);
  background: #fff;
  padding: 18px 0;
  margin: 18px 0;
}

.woocommerce div.product form.cart .variations {
  width: 100%;
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  padding: 0;
  text-align: left;
}

.woocommerce div.product form.cart .variations label {
  display: block;
  margin-bottom: 8px;
  color: var(--forfpv-black);
  font-weight: 800;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  padding: 0 12px;
  color: var(--forfpv-text);
}

.woocommerce div.product form.cart .variations select.forfpv-native-variation-select {
  position: absolute;
  width: 1px !important;
  max-width: 1px;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  border: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
}

.forfpv-variation-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.forfpv-variation-pill {
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background: #fff;
  color: var(--forfpv-black);
  padding: 0 16px;
  font-weight: 800;
  cursor: pointer;
}

.forfpv-variation-pill:hover,
.forfpv-variation-pill.is-selected {
  border-color: var(--forfpv-black);
  background: #fff;
  color: var(--forfpv-black);
  box-shadow: inset 0 0 0 1px var(--forfpv-black);
}

.forfpv-variation-pill:disabled {
  border-style: dashed;
  background: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

.woocommerce div.product form.cart .reset_variations {
  display: inline-flex;
  margin-top: 8px;
  color: var(--forfpv-muted);
  font-size: 13px;
}

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

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0;
}

.woocommerce .quantity .qty {
  width: 78px;
  min-height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
}

.woocommerce div.product form.cart .button {
  min-height: 46px;
  border-radius: 6px;
  background: var(--forfpv-blue);
  color: #fff;
  padding: 0 22px;
  font-weight: 900;
}

.woocommerce div.product form.cart .forfpv-buy-now-button {
  background: var(--forfpv-orange);
}

.woocommerce div.product form.cart .forfpv-buy-now-button:hover {
  background: #e85f00;
}

.woocommerce div.product form.cart .button.disabled,
.woocommerce div.product form.cart .button:disabled {
  background: #64748b;
  opacity: 0.65;
}

.woocommerce div.product .product_meta {
  border-top: 1px solid var(--forfpv-border);
  padding-top: 18px;
  color: var(--forfpv-muted);
  font-size: 14px;
}

.woocommerce div.product .product_meta a {
  color: var(--forfpv-blue);
  font-weight: 700;
  text-decoration: none;
}

.forfpv-single-sellpoints {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid var(--forfpv-border);
  padding: 14px 0 0;
  margin: 16px 0;
}

.forfpv-single-sellpoints span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #0b5fd3;
  font-size: 13px;
  font-weight: 850;
  padding: 0 11px;
}

.woocommerce div.product .woocommerce-tabs {
  clear: both;
  padding-top: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border-bottom: 1px solid var(--forfpv-border);
  padding: 0;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--forfpv-border);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: var(--forfpv-bg);
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--forfpv-black);
  padding: 12px 16px;
  font-weight: 800;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid var(--forfpv-border);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 24px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .related.products > h2,
.forfpv-product-fitment h2 {
  color: var(--forfpv-black);
  font-size: 26px;
  line-height: 1.2;
}

.forfpv-product-fitment {
  clear: both;
  border-radius: 10px;
}

.forfpv-fitment-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.forfpv-fitment-summary > div {
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: var(--forfpv-bg);
  padding: 12px;
}

.forfpv-help-cta {
  border: 1px solid var(--forfpv-border);
}

.woocommerce div.product .related.products {
  clear: both;
  margin-top: 34px;
}

.forfpv-card-grid,
.forfpv-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.forfpv-info-card,
.forfpv-link-grid a,
.forfpv-form-placeholder {
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.forfpv-info-card h3,
.forfpv-link-grid strong {
  display: block;
  margin: 0 0 8px;
  color: var(--forfpv-black);
  font-size: 18px;
}

.forfpv-info-card p,
.forfpv-link-grid span {
  display: block;
  margin: 0;
  color: var(--forfpv-muted);
}

.forfpv-link-grid a {
  min-height: 112px;
  text-decoration: none;
}

.forfpv-link-grid a:hover {
  border-color: var(--forfpv-blue);
}

.forfpv-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 10px;
  background: var(--forfpv-bg);
  padding: 28px;
  margin: 30px 0;
}

.forfpv-cta p {
  margin-bottom: 0;
  color: var(--forfpv-muted);
}

.forfpv-page-button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--forfpv-blue);
  color: #fff;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
}

.forfpv-secondary-button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--forfpv-border);
  border-radius: 6px;
  background: #fff;
  color: var(--forfpv-black);
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
}

.forfpv-secondary-button:hover {
  border-color: var(--forfpv-blue);
  color: var(--forfpv-blue);
}

.forfpv-search-hero {
  border-radius: 10px;
  background: var(--forfpv-bg);
  padding: 28px;
  margin-bottom: 22px;
}

.forfpv-search-hero span {
  display: inline-flex;
  margin-bottom: 10px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #0759c9;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 850;
}

.forfpv-search-hero h1 {
  margin: 0 0 18px;
  color: var(--forfpv-black);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.forfpv-search-refine {
  display: grid;
  max-width: 760px;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.forfpv-search-refine input {
  min-width: 0;
  min-height: 48px;
  border: 0;
  padding: 0 14px;
  color: var(--forfpv-text);
}

.forfpv-search-refine button {
  min-width: 116px;
  border: 0;
  background: var(--forfpv-blue);
  color: #fff;
  font-weight: 850;
}

.forfpv-search-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
}

.forfpv-search-toolbar a {
  color: var(--forfpv-blue);
  font-weight: 850;
  text-decoration: none;
}

.forfpv-search-empty {
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #fff;
  padding: 28px;
}

.forfpv-search-empty h2 {
  margin-top: 0;
  color: var(--forfpv-black);
}

.forfpv-search-empty p {
  color: var(--forfpv-muted);
}

.forfpv-search-empty div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.navigation.pagination {
  margin-top: 24px;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid var(--forfpv-border);
  border-radius: 6px;
  background: #fff;
  color: var(--forfpv-black);
  padding: 0 12px;
  font-weight: 800;
  text-decoration: none;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
  border-color: var(--forfpv-blue);
  background: var(--forfpv-blue);
  color: #fff;
}

.forfpv-faq {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.forfpv-faq-item {
  border: 1px solid var(--forfpv-border);
  border-radius: 8px;
  background: #fff;
  padding: 16px 18px;
}

.forfpv-faq-item summary {
  cursor: pointer;
  color: var(--forfpv-black);
  font-weight: 800;
}

.forfpv-faq-item p {
  color: var(--forfpv-muted);
}

.article-card {
  max-width: 800px;
}

.entry-meta {
  color: var(--forfpv-muted);
  margin-bottom: 18px;
}

.site-footer {
  background: #080d13;
  color: #d6dee8;
  padding: 0 0 24px;
}

.footer-service-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 28px 0 18px;
}

.footer-service-card {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  display: grid;
  gap: 7px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 104px;
  padding: 14px;
}

.footer-service-code {
  align-items: center;
  background: #eff6ff;
  border-radius: 8px;
  color: #0759c9;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  letter-spacing: 0;
  width: 42px;
}

.footer-service-card strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.footer-service-card p {
  color: #9daabd;
  font-size: 13px;
  grid-column: 2;
  line-height: 1.45;
  margin: -3px 0 0;
}

.footer-main-panel {
  background:
    linear-gradient(135deg, rgba(22, 119, 255, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.25fr);
  padding: 24px;
}

.footer-grid {
  padding: 32px 0 22px;
}

.footer-brand-panel {
  max-width: 390px;
}

.footer-links-grid {
  display: grid;
  gap: 28px 36px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-link-column {
  min-width: 0;
}

.site-footer h3,
.site-footer h4 {
  color: #fff;
  margin-top: 0;
}

.site-footer h3 {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 12px;
}

.site-footer h3 span {
  color: var(--forfpv-blue);
}

.site-footer h4 {
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.site-footer p {
  color: #aebaca;
  line-height: 1.6;
  margin: 0 0 14px;
}

.site-footer a {
  color: #d6dee8;
  display: block;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  margin: 8px 0;
}

.site-footer a:hover {
  color: #fff;
}

.footer-trust-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 12px;
}

.footer-trust-grid div {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 12px;
}

.footer-trust-grid strong {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 7px;
}

.footer-trust-grid span {
  color: #9daabd;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.footer-contact-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 12px;
}

.footer-contact-card span {
  color: #91a3b8;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.footer-contact-card a {
  color: #fff;
  font-weight: 800;
  margin: 0;
  overflow-wrap: anywhere;
}

.footer-signup-panel {
  align-self: stretch;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.footer-signup-kicker {
  align-items: center;
  background: rgba(22, 119, 255, 0.14);
  border: 1px solid rgba(147, 197, 253, 0.24);
  border-radius: 999px;
  color: #bfdbfe;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  justify-self: start;
  min-height: 28px;
  padding: 0 11px;
  text-transform: uppercase;
}

.footer-signup-panel h4 {
  font-size: 26px;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
}

.footer-signup-panel p {
  max-width: 640px;
}

.footer-subscribe-form {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 620px;
}

.footer-subscribe-form input {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px 0 0 8px;
  color: #111827;
  font-size: 14px;
  min-height: 46px;
  min-width: 0;
  padding: 0 14px;
}

.footer-subscribe-form button {
  background: var(--forfpv-blue);
  border: 1px solid var(--forfpv-blue);
  border-radius: 0 8px 8px 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  min-height: 46px;
  padding: 0 18px;
  white-space: nowrap;
}

.footer-subscribe-form button:hover {
  background: #0b5fd3;
  border-color: #0b5fd3;
}

.footer-social-links,
.footer-badge-row,
.footer-payment-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.footer-social-links a,
.footer-badge-row span,
.footer-payment-row span {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #eef5ff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  min-height: 28px;
  padding: 0 10px;
}

.footer-social-links a {
  gap: 7px;
  margin: 0;
  padding: 5px 12px 5px 6px;
}

.footer-social-links .footer-social-link {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  color: #111827;
  min-height: 34px;
}

.footer-social-links .footer-social-youtube {
  box-shadow: inset 0 0 0 1px rgba(255, 0, 51, 0.14);
}

.footer-social-links .footer-social-instagram {
  box-shadow: inset 0 0 0 1px rgba(214, 41, 118, 0.16);
}

.footer-social-links .footer-social-facebook,
.footer-social-links .footer-social-linkedin {
  box-shadow: inset 0 0 0 1px rgba(24, 119, 242, 0.14);
}

.footer-social-links .footer-social-tiktok {
  box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.18);
}

.footer-social-icon {
  align-items: center;
  background: transparent;
  border-radius: 999px;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.footer-social-icon svg {
  display: block;
  fill: initial;
  height: 24px;
  stroke: none;
  width: 24px;
}

.footer-social-icon .forfpv-brand-icon-instagram rect,
.footer-social-icon .forfpv-brand-icon-instagram circle {
  vector-effect: non-scaling-stroke;
}

.footer-payment-row span {
  background: transparent;
  border-color: transparent;
}

.footer-commerce-panel {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.6fr);
  padding: 18px 22px;
}

.footer-commerce-copy h4 {
  color: #fff;
  margin: 0 0 6px;
}

.footer-commerce-copy p {
  font-size: 14px;
  margin: 0;
}

.footer-commerce-copy .footer-badge-row {
  margin-top: 12px;
}

.footer-payment-wrap {
  min-width: 0;
}

.footer-payment-title {
  color: #91a3b8;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-commerce-panel .footer-payment-row {
  justify-content: flex-end;
  margin-top: 0;
  padding-right: 64px;
}

.footer-payment-row .forfpv-payment-mark {
  background: transparent;
  border: 0;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  letter-spacing: 0;
  min-height: 28px;
  min-width: 0;
  padding: 0;
}

.footer-payment-logo {
  display: block;
  height: 100%;
  max-width: none;
  width: 100%;
}

.footer-payment-logo rect {
  stroke: rgba(255, 255, 255, 0.24);
  stroke-width: 1;
}

.footer-payment-row .forfpv-payment-paypal,
.footer-payment-logo-paypal {
  width: 86px;
}

.footer-payment-row .forfpv-payment-visa,
.footer-payment-logo-visa {
  width: 70px;
}

.footer-payment-row .forfpv-payment-mastercard,
.footer-payment-logo-mastercard {
  width: 108px;
}

.footer-payment-row .forfpv-payment-stripe,
.footer-payment-logo-stripe {
  width: 82px;
}

.footer-payment-row .forfpv-payment-apple-pay,
.footer-payment-logo-apple-pay {
  width: 102px;
}

.footer-payment-row .forfpv-payment-google-pay,
.footer-payment-logo-google-pay {
  width: 112px;
}

.footer-payment-row .forfpv-payment-wise,
.footer-payment-logo-wise {
  width: 76px;
}

.footer-payment-row .forfpv-payment-t-t,
.footer-payment-logo-tt {
  width: 78px;
}

.footer-bottom {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #9ca3af;
  font-size: 13px;
}

.forfpv-floating-support {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(15, 119, 255, 0.22);
  border-radius: 12px;
  bottom: 18px;
  box-shadow: 0 18px 45px rgba(8, 21, 43, 0.18);
  display: grid;
  gap: 6px;
  padding: 8px;
  position: fixed;
  right: 18px;
  z-index: 60;
}

.forfpv-floating-support a {
  align-items: center;
  background: #f3f7fb;
  border-radius: 8px;
  color: var(--forfpv-black);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 36px;
  min-width: 58px;
  padding: 0 8px;
  text-decoration: none;
  white-space: nowrap;
}

.forfpv-floating-support a:not(.forfpv-floating-support-primary) {
  display: none;
}

.forfpv-floating-support:hover a,
.forfpv-floating-support:focus-within a {
  display: flex;
}

.forfpv-floating-support .forfpv-floating-support-primary {
  background: var(--forfpv-blue);
  color: #fff;
}

@media (max-width: 900px) {
  .main-header,
  .hero-inner,
  .promise-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 30px;
  }

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

  .footer-main-panel {
    grid-template-columns: 1fr;
  }

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

  .footer-commerce-panel {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .footer-commerce-panel .footer-payment-row {
    justify-content: flex-start;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions {
    justify-content: flex-start;
  }

  .site-nav-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 18px;
    padding: 12px 0;
  }

  .site-nav .menu {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .forfpv-all-categories-summary {
    height: 40px;
  }

  .forfpv-all-categories-panel {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    min-width: min(680px, calc(100vw - 32px));
  }

  .top-bar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .forfpv-global-switcher {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .forfpv-ship-picker-menu {
    left: 0;
    right: auto;
  }

  .home-storefront-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-storefront-actions {
    justify-content: flex-start;
  }

  .forfpv-home-ad-layout,
  .forfpv-home-quick-layout,
  .forfpv-home-service-grid {
    grid-template-columns: 1fr;
  }

  .forfpv-home-ad-copy {
    min-height: auto;
  }

  .forfpv-home-promo-links,
  .forfpv-home-category-grid,
  .forfpv-home-model-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-home-system-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .forfpv-home-system-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .forfpv-home-shelf-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .forfpv-category-shortcuts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .forfpv-shop-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-shop-filter-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

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

  .forfpv-card-grid,
  .forfpv-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    float: none;
    width: 100%;
  }

  .forfpv-fitment-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Homepage storefront v2 */
.forfpv-home-hero {
  position: relative;
  display: flex;
  min-height: 320px;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background-color: #0b1220;
  background-image: var(--forfpv-home-banner-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.forfpv-home-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(4, 10, 20, 0.78);
  content: "";
}

.forfpv-home-hero-inner {
  display: flex;
  align-items: center;
  min-height: 320px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.forfpv-home-hero-copy {
  width: min(100%, 720px);
}

.forfpv-home-hero-kicker,
.forfpv-home-section-heading > div > span,
.forfpv-home-finder-heading > div > span {
  display: block;
  color: #1d6fe8;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
}

.forfpv-home-hero-kicker {
  margin-bottom: 12px;
  color: #9fc7ff;
}

.forfpv-home-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.forfpv-home-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #dbe5f2;
  font-size: 17px;
  line-height: 1.6;
}

.forfpv-home-hero-actions,
.forfpv-home-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.forfpv-home-hero-actions {
  margin-top: 24px;
}

.forfpv-home-hero-primary,
.forfpv-home-hero-secondary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.forfpv-home-hero-primary {
  background: var(--forfpv-blue);
  color: #fff;
}

.forfpv-home-hero-primary:hover {
  background: #0b5fd3;
  color: #fff;
}

.forfpv-home-hero-secondary {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(11, 18, 32, 0.66);
  color: #fff;
}

.forfpv-home-hero-secondary:hover {
  border-color: #fff;
  background: #fff;
  color: #0f172a;
}

.forfpv-home-hero-points {
  margin-top: 20px;
}

.forfpv-home-hero-points span {
  position: relative;
  color: #dbe5f2;
  font-size: 12px;
  font-weight: 800;
  padding-left: 16px;
}

.forfpv-home-hero-points span::before {
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #55d98b;
  content: "";
}

.forfpv-home-finder {
  border-bottom: 1px solid #dbe3ec;
  background: #fff;
  padding: 24px 0 28px;
}

.forfpv-home-finder-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

.forfpv-home-finder-heading h2 {
  margin: 3px 0 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.2;
}

.forfpv-home-finder-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b63d9;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.forfpv-home-finder-form {
  display: grid;
  grid-template-columns: minmax(240px, 1.6fr) repeat(3, minmax(145px, 0.85fr)) auto;
  align-items: end;
  border: 1px solid #cfd9e5;
  border-radius: 8px;
  background: #f8fafc;
  gap: 10px;
  padding: 12px;
}

.forfpv-home-finder-form label {
  display: grid;
  min-width: 0;
  gap: 5px;
  margin: 0;
}

.forfpv-home-finder-form label > span {
  color: #475569;
  font-size: 11px;
  font-weight: 900;
}

.forfpv-home-finder-form input,
.forfpv-home-finder-form select {
  width: 100%;
  height: 42px;
  min-width: 0;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 13px;
  padding: 0 11px;
}

.forfpv-home-finder-form input:focus,
.forfpv-home-finder-form select:focus {
  border-color: var(--forfpv-blue);
  outline: 3px solid rgba(22, 119, 255, 0.13);
}

.forfpv-home-finder-form button {
  height: 42px;
  min-width: 112px;
  border: 1px solid var(--forfpv-blue);
  border-radius: 5px;
  background: var(--forfpv-blue);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  padding: 0 18px;
}

.forfpv-home-finder-form button:hover {
  border-color: #0b5fd3;
  background: #0b5fd3;
}

.forfpv-home-category-section,
.forfpv-home-guides {
  background: #fff;
}

.forfpv-home-system-entry {
  background: #f6f8fb;
}

.forfpv-home-system-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.forfpv-home-system-entry-card {
  min-width: 0;
  border: 1px solid #d6e0eb;
  border-radius: 7px;
  background: #fff;
  padding: 12px;
}

.forfpv-home-system-entry-head {
  display: grid;
  min-width: 0;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  color: #0f172a;
  gap: 10px;
  text-decoration: none;
}

.forfpv-home-system-entry-head > strong {
  font-size: 15px;
  line-height: 1.25;
}

.forfpv-home-system-entry-head > span:last-child {
  color: #6b7a90;
  font-size: 16px;
}

.forfpv-home-system-entry-image {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f3f7fc;
  overflow: hidden;
}

.forfpv-home-system-entry-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.forfpv-home-system-entry-image b {
  color: #0b63d9;
  font-size: 12px;
  font-weight: 950;
}

.forfpv-home-system-entry-links {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e4eaf1;
  gap: 6px;
  margin-top: 11px;
  padding-top: 10px;
}

.forfpv-home-system-entry-links a {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 4px;
  background: #eef5ff;
  color: #0b63d9;
  font-size: 10px;
  font-weight: 850;
  padding: 0 7px;
  text-decoration: none;
}

.forfpv-home-system-entry-links a:hover {
  background: #dceaff;
}

.forfpv-home-section-heading {
  align-items: end;
  margin-bottom: 18px;
}

.forfpv-home-section-heading h2 {
  margin: 3px 0 0;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.2;
}

.forfpv-home-section-heading p {
  max-width: 720px;
  margin: 7px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.forfpv-home-category-tiles {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #dbe3ec;
  border-left: 1px solid #dbe3ec;
}

.forfpv-home-category-tiles > a {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 142px;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  border-right: 1px solid #dbe3ec;
  border-bottom: 1px solid #dbe3ec;
  background: #fff;
  color: #0f172a;
  gap: 12px;
  padding: 16px 30px 16px 14px;
  text-decoration: none;
  transition: background 0.16s ease, box-shadow 0.16s ease;
}

.forfpv-home-category-tiles > a:hover {
  z-index: 1;
  background: #f8fbff;
  box-shadow: inset 0 0 0 1px #9fc5ff;
}

.forfpv-home-category-tile-image {
  display: flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f4f7fb;
  overflow: hidden;
}

.forfpv-home-category-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.forfpv-home-category-tile-image b {
  color: #0b63d9;
  font-size: 13px;
  font-weight: 950;
}

.forfpv-home-category-tile-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.forfpv-home-category-tile-copy strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.forfpv-home-category-tile-copy small {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.forfpv-home-category-arrow {
  position: absolute;
  right: 13px;
  color: #7a8aa0;
  font-size: 17px;
}

.forfpv-home-product-zone {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.forfpv-home-system-shelves {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}

.forfpv-home-system-shelves .forfpv-home-system-shelf {
  display: block;
  scroll-margin-top: 150px;
  border-top: 1px solid #dbe3ec;
  padding: 28px 0 32px;
}

.forfpv-home-system-shelves .forfpv-home-system-shelf:last-child {
  padding-bottom: 0;
}

.forfpv-home-system-shelf-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.forfpv-home-system-shelf-head span {
  color: #0b63d9;
  font-size: 11px;
  font-weight: 900;
}

.forfpv-home-system-shelf-head h3 {
  margin: 3px 0 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.2;
}

.forfpv-home-system-shelf-head > a {
  color: #0b63d9;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.forfpv-home-product-grid .woocommerce ul.products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.forfpv-home-product-grid .woocommerce ul.products li.product {
  border-radius: 7px;
  padding: 10px;
}

.forfpv-home-product-grid .forfpv-loop-card-media {
  margin-bottom: 9px;
}

.forfpv-home-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 40px;
  font-size: 13px;
  line-height: 1.35;
}

.forfpv-home-product-grid .forfpv-loop-card-title a {
  -webkit-line-clamp: 2;
}

.forfpv-home-product-grid .forfpv-loop-fitment {
  min-height: 30px;
  font-size: 11px;
}

.forfpv-home-product-grid .forfpv-loop-card-price {
  font-size: 18px;
}

.forfpv-home-product-grid .forfpv-loop-card-actions {
  grid-template-columns: 1fr;
  margin-top: 8px;
}

.forfpv-home-product-grid .forfpv-loop-details-button {
  display: none;
}

.forfpv-home-product-grid .woocommerce ul.products li.product .forfpv-loop-card-actions .button {
  height: 38px;
  min-height: 38px;
  font-size: 12px;
}

.forfpv-home-tabs {
  display: flex;
  max-width: 100%;
  border-bottom: 1px solid #cfd9e5;
  gap: 2px;
  margin: 0 0 18px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.forfpv-home-tabs button {
  position: relative;
  flex: 0 0 auto;
  min-height: 43px;
  border: 0;
  background: transparent;
  color: #526176;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  padding: 0 15px;
  white-space: nowrap;
}

.forfpv-home-tabs button::after {
  position: absolute;
  right: 12px;
  bottom: -1px;
  left: 12px;
  height: 3px;
  background: transparent;
  content: "";
}

.forfpv-home-tabs button[aria-selected="true"] {
  color: #0b63d9;
}

.forfpv-home-tabs button[aria-selected="true"]::after {
  background: var(--forfpv-blue);
}

.forfpv-home-tabs button:focus-visible {
  outline: 3px solid rgba(22, 119, 255, 0.2);
  outline-offset: -3px;
}

.forfpv-home-tab-panels [hidden] {
  display: none !important;
}

.forfpv-home-tab-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.forfpv-home-tab-panel-head strong {
  color: #0f172a;
  font-size: 18px;
}

.forfpv-home-tab-panel-head a {
  color: #0b63d9;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.forfpv-home-brand-strip {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.forfpv-home-brand-logos {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  border-top: 1px solid #dbe3ec;
  border-left: 1px solid #dbe3ec;
}

.forfpv-home-brand-logos > a {
  display: flex;
  min-width: 0;
  height: 82px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dbe3ec;
  border-bottom: 1px solid #dbe3ec;
  background: #fff;
  color: #0f172a;
  padding: 12px;
  text-decoration: none;
}

.forfpv-home-brand-logos > a:hover {
  background: #f8fbff;
}

.forfpv-home-brand-logos .forfpv-brand-logo {
  display: flex;
  width: 100%;
  height: 44px;
  align-items: center;
  justify-content: center;
}

.forfpv-home-brand-logos .forfpv-brand-logo img {
  width: 100%;
  height: 44px;
  object-fit: contain;
}

.forfpv-home-brand-logos .forfpv-brand-logo.is-wordmark {
  overflow: hidden;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.forfpv-home-guide-grid > a {
  display: flex;
  min-width: 0;
  min-height: 180px;
  flex-direction: column;
  border: 1px solid #dbe3ec;
  border-radius: 7px;
  background: #fff;
  color: #0f172a;
  padding: 20px;
  text-decoration: none;
}

.forfpv-home-guide-grid > a:hover {
  border-color: #9fc5ff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.forfpv-home-guide-grid > a > span {
  color: #0b63d9;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.forfpv-home-guide-grid > a > strong {
  margin-top: 8px;
  font-size: 19px;
  line-height: 1.3;
}

.forfpv-home-guide-grid p {
  margin: 9px 0 16px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.forfpv-home-guide-grid small {
  margin-top: auto;
  color: #0b63d9;
  font-size: 12px;
  font-weight: 900;
}

.forfpv-home-service-band {
  background: #0b1220;
  color: #fff;
  padding: 42px 0;
}

.forfpv-home-service-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.forfpv-home-service-points > div {
  display: grid;
  min-width: 0;
  min-height: 92px;
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  gap: 4px;
  padding: 15px 18px;
}

.forfpv-home-service-points strong {
  font-size: 14px;
}

.forfpv-home-service-points span {
  color: #aebed2;
  font-size: 12px;
}

.forfpv-home-business-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  gap: 10px;
  padding: 18px;
}

.forfpv-home-business-actions > div {
  display: grid;
  gap: 3px;
}

.forfpv-home-business-actions > div > strong {
  font-size: 17px;
}

.forfpv-home-business-actions > div > span {
  color: #aebed2;
  font-size: 12px;
}

.forfpv-home-business-actions > a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 0 16px;
  text-decoration: none;
}

.forfpv-home-business-actions > a:first-of-type {
  border-color: var(--forfpv-blue);
  background: var(--forfpv-blue);
}

@media (max-width: 1100px) {
  .forfpv-home-finder-form {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .forfpv-home-finder-query {
    grid-column: span 2;
  }

  .forfpv-home-finder-form button {
    grid-column: span 2;
  }

  .forfpv-home-category-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .forfpv-home-system-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .forfpv-home-brand-logos {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .forfpv-home-hero {
    min-height: 290px;
    background-image: var(--forfpv-home-banner-mobile-image);
    background-position: center;
  }

  .forfpv-home-hero::before {
    background: rgba(4, 10, 20, 0.84);
  }

  .forfpv-home-hero-inner {
    min-height: 290px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .forfpv-home-hero h1 {
    font-size: 34px;
  }

  .forfpv-home-hero p {
    font-size: 15px;
  }

  .forfpv-home-finder {
    padding: 20px 0 24px;
  }

  .forfpv-home-finder-heading,
  .forfpv-home-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .forfpv-home-finder-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-home-finder-query,
  .forfpv-home-finder-form button {
    grid-column: 1 / -1;
  }

  .forfpv-home-section-heading h2 {
    font-size: 24px;
  }

  .forfpv-home-category-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-home-system-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-home-system-entry-card {
    padding: 9px;
  }

  .forfpv-home-system-entry-head {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px;
  }

  .forfpv-home-system-entry-head > strong {
    overflow-wrap: anywhere;
    font-size: 13px;
  }

  .forfpv-home-system-entry-head > span:last-child {
    display: none;
  }

  .forfpv-home-system-entry-image {
    width: 44px;
    height: 44px;
  }

  .forfpv-home-system-shelf {
    padding: 23px 0 26px;
  }

  .forfpv-home-system-shelf-head h3 {
    font-size: 19px;
  }

  .forfpv-home-category-tiles > a {
    min-height: 104px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 8px;
    padding: 10px 24px 10px 9px;
  }

  .forfpv-home-category-tile-image {
    width: 58px;
    height: 58px;
  }

  .forfpv-home-category-tile-copy strong {
    font-size: 12px;
  }

  .forfpv-home-category-arrow {
    right: 8px;
    font-size: 14px;
  }

  .forfpv-home-product-grid .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .forfpv-home-product-grid .forfpv-loop-card-badges {
    min-height: 0;
  }

  .forfpv-home-product-grid .forfpv-loop-badge-ship {
    display: none;
  }

  .forfpv-home-tabs {
    margin-right: -16px;
  }

  .forfpv-home-brand-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .forfpv-home-guide-grid {
    grid-template-columns: 1fr;
  }

  .forfpv-home-guide-grid > a {
    min-height: 150px;
  }

  .forfpv-home-service-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-home-business-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-home-business-actions > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .forfpv-home-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .forfpv-home-hero-primary,
  .forfpv-home-hero-secondary {
    width: 100%;
  }

  .forfpv-home-hero-points {
    display: grid;
  }

  .forfpv-home-finder-form {
    grid-template-columns: 1fr;
  }

  .forfpv-home-finder-query,
  .forfpv-home-finder-form button {
    grid-column: auto;
  }

  .forfpv-home-brand-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-home-service-points,
  .forfpv-home-business-actions {
    grid-template-columns: 1fr;
  }

  .forfpv-home-business-actions > div {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .site-container {
    width: min(100% - 24px, 1280px);
  }

  .top-bar-inner {
    flex-wrap: wrap;
    padding: 8px 0;
  }

  .top-bar-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .forfpv-global-switcher {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .forfpv-global-switcher label {
    justify-content: space-between;
    width: 100%;
  }

  .forfpv-ship-picker {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
  }

  .forfpv-ship-picker-button {
    justify-content: space-between;
    max-width: none;
    width: 190px;
  }

  .forfpv-ship-picker-menu {
    left: 0;
    right: auto;
    width: min(100%, calc(100vw - 24px));
  }

  .forfpv-global-switcher select {
    max-width: none;
    width: 190px;
  }

  .site-nav-inner {
    gap: 10px;
  }

  .site-nav .forfpv-primary-links {
    gap: 10px 14px;
    width: 100%;
  }

  .forfpv-all-categories {
    width: 100%;
  }

  .forfpv-all-categories-summary {
    justify-content: center;
    width: 100%;
  }

  .forfpv-all-categories-panel {
    grid-template-columns: 1fr;
    min-width: 0;
    width: 100%;
  }

  .forfpv-all-categories-group a {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  .forfpv-all-category-arrow {
    display: none;
  }

  .header-search {
    flex-wrap: wrap;
  }

  .header-search input {
    flex-basis: 100%;
  }

  .header-photo-search {
    border-left: 0;
    border-top: 1px solid var(--forfpv-border);
    flex: 1 1 auto;
    justify-content: center;
    min-height: 42px;
  }

  .header-search button {
    flex: 1 1 auto;
    min-height: 42px;
  }

  .footer-grid {
    padding: 34px 0 24px;
  }

  .footer-service-grid {
    grid-template-columns: 1fr;
    padding: 22px 0 14px;
  }

  .footer-main-panel {
    padding: 18px;
  }

  .footer-trust-grid {
    grid-template-columns: 1fr;
  }

  .footer-subscribe-form {
    grid-template-columns: 1fr;
  }

  .footer-subscribe-form input {
    border-radius: 8px 8px 0 0;
  }

  .footer-subscribe-form button {
    border-radius: 0 0 8px 8px;
  }

  .forfpv-category-shortcuts {
    padding: 12px;
  }

  .forfpv-category-shortcuts-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .forfpv-category-shortcuts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-category-shortcut {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 68px;
    padding: 8px;
  }

  .forfpv-category-shortcut-image {
    height: 44px;
    width: 44px;
  }

  .footer-links-grid {
    gap: 28px 20px;
  }

  .footer-commerce-panel {
    padding: 16px 16px 76px;
  }

  .footer-commerce-panel .footer-payment-row {
    padding-right: 64px;
  }

  .hero {
    padding: 36px 0;
  }

  .section {
    padding: 42px 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .home-product-section-primary {
    padding-top: 26px;
  }

  .home-storefront-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .forfpv-home-ad {
    padding: 18px 0;
  }

  .forfpv-home-ad-copy,
  .forfpv-home-ad-visual,
  .forfpv-home-brand-panel,
  .forfpv-home-shelf,
  .forfpv-home-service-grid {
    padding: 16px;
  }

  .forfpv-home-ad h1 {
    font-size: 34px;
  }

  .forfpv-home-ad-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .forfpv-home-banner-search {
    grid-template-columns: 1fr;
  }

  .forfpv-home-banner-search button {
    min-height: 48px;
  }

  .forfpv-home-product-rail,
  .forfpv-home-ad-quicklinks,
  .forfpv-home-promo-links,
  .forfpv-home-brand-list,
  .forfpv-home-model-list,
  .forfpv-home-category-grid,
  .forfpv-home-system-strip {
    grid-template-columns: 1fr;
  }

  .forfpv-home-product-rail,
  .forfpv-home-ad-quicklinks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-home-brand-search {
    grid-template-columns: 1fr;
  }

  .forfpv-home-brand-search button {
    min-height: 44px;
  }

  .forfpv-home-promo-links a,
  .forfpv-home-system-strip a {
    min-height: 70px;
  }

  .forfpv-home-service-grid > a {
    width: 100%;
  }

  .forfpv-home-system-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-home-system-categories > a {
    min-height: 76px;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 8px;
    padding: 8px;
  }

  .forfpv-home-system-category-image {
    width: 52px;
    height: 52px;
  }

  .forfpv-home-system-categories strong {
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .forfpv-home-shelves .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .forfpv-home-shelves .woocommerce ul.products li.product {
    padding: 9px;
  }

  .forfpv-home-shelves .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 54px;
    font-size: 13px;
  }

  .forfpv-home-shelves .forfpv-loop-card-kicker,
  .forfpv-home-shelves .forfpv-loop-fitment {
    font-size: 10px;
  }

  .forfpv-home-shelves .forfpv-loop-card-price {
    font-size: 17px;
  }

  .forfpv-home-shelves .forfpv-loop-card-actions {
    gap: 5px;
  }

  .forfpv-home-shelves .woocommerce ul.products li.product .forfpv-loop-card-actions .button,
  .forfpv-home-shelves .forfpv-loop-details-button {
    min-height: 36px;
    height: 36px;
    padding: 0 4px;
    font-size: 11px;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .forfpv-page-hero {
    padding: 28px 22px;
  }

  .forfpv-search-hero {
    padding: 22px;
  }

  .forfpv-search-refine {
    grid-template-columns: 1fr;
  }

  .forfpv-search-refine button {
    min-height: 46px;
  }

  .forfpv-search-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .forfpv-product-shelf {
    padding: 16px;
  }

  .forfpv-product-shelf-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .forfpv-shop-filter-head {
    flex-direction: column;
  }

  .forfpv-shop-filter-active {
    justify-content: flex-start;
  }

  .forfpv-shop-filter-form {
    grid-template-columns: 1fr;
  }

  .forfpv-shop-filter-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .forfpv-card-grid,
  .forfpv-link-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .forfpv-loop-card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products li.product .forfpv-loop-card-actions .button,
  .forfpv-loop-details-button {
    width: 100%;
    min-width: 0;
  }

  .woocommerce div.product .product_title {
    font-size: 26px;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 18px;
  }

  .forfpv-fitment-summary {
    grid-template-columns: 1fr;
  }

  .forfpv-stock-panel {
    grid-template-columns: 1fr;
  }

  .forfpv-compatibility-table,
  .forfpv-compatibility-table thead,
  .forfpv-compatibility-table tbody,
  .forfpv-compatibility-table tr,
  .forfpv-compatibility-table th,
  .forfpv-compatibility-table td {
    display: block;
    width: 100%;
  }

  .forfpv-compatibility-table thead {
    display: none;
  }

  .forfpv-compatibility-table tr {
    border: 1px solid var(--forfpv-border);
    border-radius: 8px;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .forfpv-compatibility-table td {
    border: 0;
    border-bottom: 1px solid var(--forfpv-border);
    word-break: break-word;
  }

  .forfpv-compatibility-table td:last-child {
    border-bottom: 0;
  }

  .content-card {
    padding: 20px;
  }

  body:not(.woocommerce-cart):not(.woocommerce-checkout) {
    padding-bottom: 64px;
  }

  .forfpv-floating-support {
    bottom: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 10px;
    right: 10px;
    border-radius: 12px;
  }

  .forfpv-floating-support a:not(.forfpv-floating-support-primary) {
    display: flex;
  }

  .forfpv-floating-support a {
    min-width: 0;
    padding: 0 8px;
  }
}

/* Product detail commerce upgrade */
body.single-product .forfpv-woocommerce-page {
  padding-bottom: 96px;
}

/* Compact global footer */
.site-footer {
  padding-bottom: 18px;
}

.site-footer .footer-service-grid {
  gap: 0;
  padding: 20px 0;
}

.site-footer .footer-service-card {
  min-height: 62px;
  align-items: center;
  border-radius: 0;
  border-right-width: 0;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 14px;
}

.site-footer .footer-service-card:first-child {
  border-radius: 6px 0 0 6px;
}

.site-footer .footer-service-card:last-child {
  border-right-width: 1px;
  border-radius: 0 6px 6px 0;
}

.site-footer .footer-service-code {
  width: 38px;
  height: 32px;
  border-radius: 5px;
  font-size: 11px;
}

.site-footer .footer-service-card strong {
  font-size: 13px;
}

.footer-compact-main {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 2.7fr);
  gap: 44px;
  padding: 28px 0 24px;
}

.footer-compact-brand {
  min-width: 0;
}

.footer-compact-brand h3 {
  margin-bottom: 10px;
}

.footer-compact-brand p {
  max-width: 300px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.site-footer .footer-brand-email {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.footer-compact-brand .footer-social-links {
  gap: 6px;
  margin-top: 14px;
}

.footer-compact-brand .footer-social-links .footer-social-link {
  width: 32px;
  height: 32px;
  min-height: 32px;
  justify-content: center;
  padding: 3px;
}

.footer-compact-brand .footer-social-link > span:last-child {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.footer-compact-brand .footer-social-icon,
.footer-compact-brand .footer-social-icon svg {
  width: 24px;
  height: 24px;
}

.footer-compact-main .footer-links-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.footer-compact-main .footer-link-column h4 {
  margin-bottom: 10px;
  font-size: 13px;
}

.footer-compact-main .footer-link-column a {
  margin: 7px 0;
  color: #aebaca;
  font-size: 13px;
}

.footer-compact-commerce {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  gap: 24px;
  padding: 15px 0;
}

.footer-compact-commerce .footer-payment-wrap {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.footer-compact-commerce .footer-payment-title {
  flex: 0 0 auto;
  margin: 0;
}

.footer-compact-commerce .footer-payment-row {
  gap: 6px;
  margin: 0;
}

.footer-compact-commerce .footer-payment-row .forfpv-payment-mark {
  height: 24px;
  min-height: 24px;
}

.footer-legal-links {
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
}

.site-footer .footer-legal-links a {
  margin: 0;
  color: #aebaca;
  font-size: 12px;
}

.site-footer .footer-bottom {
  margin-top: 0;
  border-top: 0;
  padding-top: 14px;
  font-size: 12px;
}

@media (max-width: 900px) {
  .footer-compact-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-compact-commerce,
  .footer-compact-commerce .footer-payment-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .site-footer .footer-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 16px 0;
  }

  .site-footer .footer-service-card,
  .site-footer .footer-service-card:first-child,
  .site-footer .footer-service-card:last-child {
    min-height: 58px;
    border-width: 1px;
    border-radius: 5px;
    padding: 8px;
  }

  .site-footer .footer-service-card strong {
    font-size: 11px;
  }

  .footer-compact-main {
    padding: 22px 0;
  }

  .footer-compact-main .footer-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }

  .footer-compact-commerce {
    padding: 14px 0;
  }

  .footer-compact-commerce .footer-payment-row {
    max-height: 62px;
    overflow: hidden;
  }

  .footer-legal-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
}

.woocommerce div.product div.images {
  position: relative;
  width: 51%;
}

.woocommerce div.product div.summary {
  width: 45%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  border-radius: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 0.88;
  background: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  max-height: 680px;
  border: 0;
  border-radius: 0;
}

@media (hover: hover) and (pointer: fine) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image:hover img.wp-post-image {
    transform: scale(1.08);
  }
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 2px 4px;
  scrollbar-width: thin;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  flex: 0 0 72px;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  width: 72px;
  height: 72px;
  border: 1px solid #dbe3ee;
  border-radius: 6px;
  background: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
  border-color: var(--forfpv-blue);
  box-shadow: inset 0 0 0 1px var(--forfpv-blue);
}

.forfpv-gallery-controls {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 38px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  padding: 3px;
}

.forfpv-gallery-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #0f172a;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  padding: 0;
}

.forfpv-gallery-controls button:hover {
  background: #eff6ff;
  color: var(--forfpv-blue);
}

.forfpv-gallery-count {
  min-width: 44px;
  color: #475569;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.woocommerce div.product .product_title {
  font-size: clamp(24px, 1.75vw, 30px);
  line-height: 1.18;
}

.forfpv-fitment-snapshot {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 1px solid #bfdbfe;
  border-radius: 7px;
  background: #f8fbff;
  padding: 11px 12px;
  margin: 0 0 12px;
}

.forfpv-fitment-snapshot-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dcfce7;
  color: #15803d;
  font-size: 18px;
  font-weight: 950;
}

.forfpv-fitment-snapshot-copy,
.forfpv-fitment-snapshot-oem {
  min-width: 0;
}

.forfpv-fitment-snapshot-copy span,
.forfpv-fitment-snapshot-oem span {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.forfpv-fitment-snapshot-copy strong,
.forfpv-fitment-snapshot-oem strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.forfpv-fitment-snapshot-copy small {
  display: block;
  color: #64748b;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 2px;
}

.forfpv-fitment-snapshot-oem {
  border-left: 1px solid #dbe3ee;
  padding-left: 12px;
}

.forfpv-fitment-snapshot > a {
  grid-column: 2 / -1;
  color: var(--forfpv-blue);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.woocommerce div.product div.summary > p.price,
.woocommerce div.product div.summary > span.price {
  border-color: #bfdbfe;
  background: #f8fbff;
  padding: 40px 16px 14px;
}

.woocommerce div.product div.summary > .price::before {
  content: "Current price";
  min-height: 32px;
  background: #eaf3ff;
  color: #0b5fd3;
  font-size: 14px;
}

.forfpv-single-service-strip {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}

.forfpv-single-service-strip a {
  color: #c2410c;
}

.forfpv-variation-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.forfpv-variation-pill {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 70px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 7px 10px;
  text-align: left;
}

.forfpv-variation-pill:not(:has(.forfpv-variation-thumb)) {
  grid-template-columns: minmax(0, 1fr);
}

.forfpv-variation-thumb {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.forfpv-variation-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.forfpv-variation-copy {
  min-width: 0;
}

.forfpv-variation-name {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.forfpv-variation-pill:hover,
.forfpv-variation-pill.is-selected {
  border-color: var(--forfpv-blue);
  background: #f8fbff;
  box-shadow: inset 0 0 0 1px var(--forfpv-blue);
}

.forfpv-image-lightbox {
  gap: 18px;
}

.forfpv-image-lightbox-close {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  padding: 0;
}

.forfpv-image-lightbox-stage {
  position: relative;
}

.forfpv-image-lightbox-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-width: 56px;
  border-radius: 5px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  padding: 7px 9px;
  text-align: center;
}

.forfpv-image-lightbox-nav {
  display: inline-flex;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #0f172a;
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
  padding: 0;
}

.forfpv-sticky-purchase {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto 150px 150px;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #dbe3ee;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.12);
  padding: 9px max(18px, calc((100vw - 1280px) / 2));
  pointer-events: none;
  transform: translateY(110%);
  visibility: hidden;
  transition: transform 0.2s ease, visibility 0.2s ease;
}

.forfpv-sticky-purchase.is-visible {
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.forfpv-sticky-product {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.forfpv-sticky-product img {
  width: 52px;
  height: 52px;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
}

.forfpv-sticky-product strong,
.forfpv-sticky-product span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forfpv-sticky-product strong {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.25;
}

.forfpv-sticky-product span {
  color: #64748b;
  font-size: 12px;
  margin-top: 3px;
}

.forfpv-sticky-price {
  color: #0f172a;
  font-size: 22px;
  font-weight: 950;
  white-space: nowrap;
}

.forfpv-sticky-price del {
  color: #94a3b8;
  font-size: 13px;
}

.forfpv-sticky-price ins {
  text-decoration: none;
}

.forfpv-sticky-fitment {
  color: #0b5fd3;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.forfpv-sticky-purchase .button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: var(--forfpv-blue);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 0 18px;
}

.forfpv-sticky-purchase .forfpv-sticky-buy {
  background: var(--forfpv-orange);
}

.forfpv-sticky-purchase .button:disabled {
  background: #94a3b8;
  cursor: not-allowed;
}

body.forfpv-has-sticky-purchase.single-product .forfpv-floating-support {
  bottom: 84px;
}

body.forfpv-has-sticky-purchase.single-product #ht-ctc-chat {
  bottom: 84px !important;
}

body.single-product #ht-ctc-chat {
  right: 4px !important;
}

body.single-product:not(.forfpv-has-sticky-purchase) #ht-ctc-chat {
  bottom: 88px !important;
}

@media (max-width: 900px) {
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    float: none;
    width: 100%;
  }

  .forfpv-sticky-purchase {
    grid-template-columns: minmax(0, 1fr) 118px 118px;
  }

  .forfpv-sticky-price {
    justify-self: end;
  }

  .forfpv-sticky-fitment {
    display: none;
  }
}

@media (max-width: 640px) {
  body.single-product .forfpv-woocommerce-page {
    padding-bottom: 84px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image > a {
    aspect-ratio: 1;
  }

  .woocommerce div.product div.images .flex-control-thumbs li,
  .woocommerce div.product div.images .flex-control-thumbs img {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .forfpv-gallery-controls {
    top: 8px;
    right: 8px;
  }

  .forfpv-fitment-snapshot {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .forfpv-fitment-snapshot-oem {
    grid-column: 2;
    border-left: 0;
    padding-left: 0;
  }

  .forfpv-fitment-snapshot > a {
    grid-column: 2;
  }

  .forfpv-variation-options {
    grid-template-columns: 1fr;
  }

  .woocommerce div.product .product_title {
    font-size: 24px;
  }

  .forfpv-image-lightbox {
    gap: 0;
    padding: 18px 8px;
  }

  .forfpv-image-lightbox-nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
  }

  .forfpv-image-lightbox-prev {
    left: 10px;
  }

  .forfpv-image-lightbox-next {
    right: 10px;
  }

  .forfpv-sticky-purchase {
    grid-template-columns: minmax(0, 1fr) 104px 104px;
    gap: 6px;
    padding: 8px;
  }

  .forfpv-sticky-product {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 7px;
  }

  .forfpv-sticky-product img {
    width: 42px;
    height: 42px;
  }

  .forfpv-sticky-product strong {
    display: none;
  }

  .forfpv-sticky-product span {
    margin-top: 0;
    white-space: normal;
  }

  .forfpv-sticky-price {
    display: none;
  }

  .forfpv-sticky-purchase .button {
    min-height: 46px;
    font-size: 12px;
    padding: 0 8px;
    white-space: nowrap;
  }

  body.forfpv-has-sticky-purchase.single-product .forfpv-floating-support {
    bottom: 76px;
  }

  body.forfpv-has-sticky-purchase.single-product #ht-ctc-chat {
    bottom: 76px !important;
  }
}

/* Product detail purchase flow */
body.single-product.woocommerce div.product div.summary {
  margin-bottom: 28px;
}

body.single-product.woocommerce div.product .product_title {
  margin-bottom: 14px;
}

body.single-product.woocommerce div.product div.summary > p.price,
body.single-product.woocommerce div.product div.summary > span.price {
  position: static;
  border: 1px solid #dbe3ee;
  border-left: 4px solid var(--forfpv-blue);
  border-radius: 6px;
  background: #f8fafc;
  color: #0f172a;
  font-size: clamp(28px, 2.4vw, 34px);
  line-height: 1.15;
  padding: 13px 15px;
  margin: 0 0 10px;
  overflow: visible;
}

body.single-product.woocommerce div.product div.summary > .price::before {
  display: none;
  content: none;
}

body.single-product .forfpv-stock-panel {
  gap: 0;
  border-color: #dbe3ee;
  border-radius: 6px;
  background: #fff;
  padding: 10px 12px;
  margin: 10px 0 12px;
}

body.single-product .forfpv-stock-panel > div + div {
  border-left: 1px solid #e2e8f0;
  padding-left: 14px;
}

body.single-product.woocommerce .woocommerce-product-details__short-description {
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
  margin: 10px 0 12px;
}

body.single-product.woocommerce .woocommerce-product-details__short-description > :first-child {
  margin-top: 0;
}

body.single-product.woocommerce .woocommerce-product-details__short-description > :last-child {
  margin-bottom: 0;
}

body.single-product.woocommerce div.product form.cart {
  gap: 14px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #f8fafc;
  padding: 16px;
  margin: 12px 0 0;
}

body.single-product.woocommerce div.product form.cart:not(.variations_form) {
  grid-template-columns: 78px repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
}

body.single-product.woocommerce div.product form.cart:not(.variations_form)::before,
body.single-product.woocommerce div.product form.cart:not(.variations_form)::after,
body.single-product.woocommerce div.product form.cart .woocommerce-variation-add-to-cart::before,
body.single-product.woocommerce div.product form.cart .woocommerce-variation-add-to-cart::after {
  display: none;
  content: none;
}

body.single-product.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 78px repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
}

body.single-product.woocommerce div.product form.cart .quantity,
body.single-product.woocommerce div.product form.cart .quantity .qty,
body.single-product.woocommerce div.product form.cart .button {
  width: 100%;
  min-width: 0;
}

body.single-product.woocommerce div.product form.cart .button {
  min-height: 48px;
  padding: 0 10px;
}

body.single-product .forfpv-order-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  align-items: center;
  gap: 10px 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #475569;
  font-size: 13px;
  padding: 12px 0;
  margin: 0 0 10px;
}

body.single-product .forfpv-order-facts span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.single-product .forfpv-order-facts strong {
  color: #0f172a;
  font-size: 12px;
}

body.single-product .forfpv-order-facts a {
  color: var(--forfpv-blue);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

body.single-product.woocommerce div.product .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  border-top: 0;
  padding-top: 4px;
  font-size: 13px;
}

body.single-product.woocommerce div.product .woocommerce-tabs {
  padding-top: 12px;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  gap: 22px;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: var(--forfpv-blue);
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 11px 2px;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel {
  border: 0;
  border-radius: 0;
  padding: 24px 0 12px;
}

body.single-product.woocommerce div.product #tab-description > h2:first-child {
  display: none;
}

body.single-product.woocommerce div.product #tab-description.forfpv-description-collapsible.is-collapsed {
  max-height: 700px;
  overflow: hidden;
}

body.single-product .forfpv-description-toggle {
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  padding: 0 18px;
  margin: 4px 0 18px;
}

body.single-product .forfpv-description-toggle:hover {
  border-color: var(--forfpv-blue);
  color: var(--forfpv-blue);
}

body.single-product .forfpv-product-description {
  color: #334155;
  max-width: 1040px;
}

body.single-product .forfpv-product-description h2,
body.single-product .forfpv-product-specifications h2 {
  color: #0f172a;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 12px;
}

body.single-product .forfpv-product-description h3,
body.single-product .forfpv-product-specifications h3 {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 14px;
}

body.single-product .forfpv-description-overview p {
  max-width: 920px;
  color: #475569;
  font-size: 15px;
  line-height: 1.72;
  margin: 0 0 12px;
}

body.single-product .forfpv-description-lead {
  font-size: 16px;
}

body.single-product .forfpv-description-section {
  border-top: 1px solid #e2e8f0;
  padding-top: 22px;
  margin-top: 22px;
}

body.single-product .forfpv-description-features,
body.single-product .forfpv-package-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.single-product .forfpv-description-features li,
body.single-product .forfpv-package-list li {
  position: relative;
  color: #334155;
  line-height: 1.5;
  padding-left: 18px;
}

body.single-product .forfpv-description-features li::before,
body.single-product .forfpv-package-list li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--forfpv-blue);
  content: "";
}

body.single-product .forfpv-description-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
}

body.single-product .forfpv-description-highlights > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.2fr);
  gap: 14px;
  border-bottom: 1px solid #e2e8f0;
  padding: 10px 0;
}

body.single-product .forfpv-description-highlights dt {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

body.single-product .forfpv-description-highlights dd {
  color: #0f172a;
  font-size: 14px;
  font-weight: 750;
  margin: 0;
  overflow-wrap: anywhere;
}

body.single-product .forfpv-description-notes {
  border: 1px solid #fed7aa;
  border-left: 4px solid #f97316;
  border-radius: 6px;
  background: #fff7ed;
  padding: 16px 18px;
}

body.single-product .forfpv-description-notes ul,
body.single-product .forfpv-technical-notes ul {
  padding-left: 20px;
  margin: 0;
}

body.single-product .forfpv-description-notes li,
body.single-product .forfpv-technical-notes li {
  line-height: 1.55;
  margin-bottom: 6px;
}

body.single-product .forfpv-product-specifications {
  max-width: 1040px;
}

body.single-product .forfpv-specification-table-wrap {
  overflow-x: auto;
}

body.single-product .forfpv-specification-table {
  width: 100%;
  border: 1px solid #dbe3ee;
  border-collapse: collapse;
  table-layout: fixed;
}

body.single-product .forfpv-specification-table th,
body.single-product .forfpv-specification-table td {
  border-bottom: 1px solid #dbe3ee;
  color: #334155;
  line-height: 1.45;
  padding: 11px 14px;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

body.single-product .forfpv-specification-table tr:last-child th,
body.single-product .forfpv-specification-table tr:last-child td {
  border-bottom: 0;
}

body.single-product .forfpv-specification-table th {
  width: 31%;
  background: #f8fafc;
  color: #0f172a;
  font-size: 13px;
  font-weight: 850;
}

body.single-product .forfpv-specification-table td {
  background: #fff;
  font-size: 14px;
}

body.single-product .forfpv-technical-notes {
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
  margin-top: 22px;
}

body.single-product .forfpv-product-fitment {
  clear: both;
  border: 0;
  border-top: 1px solid #dbe3ee;
  border-bottom: 1px solid #dbe3ee;
  border-radius: 0;
  background: #fff;
  padding: 26px 0;
  margin: 26px 0;
}

body.single-product .forfpv-product-fitment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

body.single-product .forfpv-product-fitment-head h2 {
  margin: 0;
}

body.single-product .forfpv-product-fitment-head .forfpv-button {
  flex: 0 0 auto;
}

body.single-product .forfpv-fitment-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
}

body.single-product .forfpv-fitment-summary > div {
  border: 0;
  border-left: 3px solid #bfdbfe;
  border-radius: 4px;
  background: #f8fafc;
  padding: 11px 12px;
}

body.single-product .forfpv-product-fitment h3 {
  color: #0f172a;
  font-size: 18px;
  margin: 0 0 10px;
}

body.single-product .forfpv-compatibility-table th,
body.single-product .forfpv-compatibility-table td {
  border-color: #dbe3ee;
  padding: 10px 12px;
}

body.single-product .forfpv-compatibility-table th {
  background: #f8fafc;
}

@media (max-width: 900px) {
  body.single-product .forfpv-fitment-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.single-product.woocommerce div.product form.cart {
    padding: 12px;
  }

  body.single-product.woocommerce div.product form.cart:not(.variations_form),
  body.single-product.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    grid-template-columns: 70px repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  body.single-product.woocommerce div.product form.cart .button {
    font-size: 13px;
    padding: 0 5px;
  }

  body.single-product .forfpv-stock-panel > div + div {
    border-top: 1px solid #e2e8f0;
    border-left: 0;
    padding-top: 10px;
    padding-left: 0;
  }

  body.single-product .forfpv-order-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-product .forfpv-order-facts a {
    grid-column: 1 / -1;
  }

  body.single-product .forfpv-product-fitment-head {
    align-items: flex-start;
    flex-direction: column;
  }

  body.single-product .forfpv-fitment-summary {
    grid-template-columns: 1fr;
  }

  body.single-product.woocommerce div.product #tab-description.forfpv-description-collapsible.is-collapsed {
    max-height: 560px;
  }

  body.single-product .forfpv-description-toggle {
    width: 100%;
  }

  body.single-product .forfpv-description-features,
  body.single-product .forfpv-package-list,
  body.single-product .forfpv-description-highlights {
    grid-template-columns: 1fr;
  }

  body.single-product .forfpv-description-highlights > div {
    grid-template-columns: minmax(105px, 0.8fr) minmax(0, 1.2fr);
  }

  body.single-product .forfpv-specification-table,
  body.single-product .forfpv-specification-table tbody,
  body.single-product .forfpv-specification-table tr,
  body.single-product .forfpv-specification-table th,
  body.single-product .forfpv-specification-table td {
    display: block;
    width: 100%;
  }

  body.single-product .forfpv-specification-table tr + tr {
    border-top: 1px solid #dbe3ee;
  }

  body.single-product .forfpv-specification-table th,
  body.single-product .forfpv-specification-table td {
    border-bottom: 0;
  }

  body.single-product .forfpv-specification-table th {
    padding-bottom: 5px;
  }

  body.single-product .forfpv-specification-table td {
    padding-top: 5px;
  }
}

/* Brand directory */
.forfpv-brand-directory {
  background: #fff;
  padding: 34px 0 64px;
}

.forfpv-brand-directory-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  border-bottom: 1px solid #dbe3ee;
  padding-bottom: 24px;
}

.forfpv-brand-directory-head > div:first-child > span {
  color: var(--forfpv-blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.forfpv-brand-directory-head h1 {
  margin: 6px 0 8px;
  color: #0f172a;
  font-size: 38px;
  line-height: 1.1;
}

.forfpv-brand-directory-head p {
  max-width: 720px;
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.55;
}

.forfpv-brand-directory-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(88px, 1fr));
  gap: 10px;
}

.forfpv-brand-directory-stats > div {
  border-left: 2px solid #dbeafe;
  padding: 4px 10px;
}

.forfpv-brand-directory-stats strong,
.forfpv-brand-directory-stats span {
  display: block;
}

.forfpv-brand-directory-stats strong {
  color: #0f172a;
  font-size: 22px;
  line-height: 1;
}

.forfpv-brand-directory-stats span {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  margin-top: 5px;
  text-transform: uppercase;
}

.forfpv-brand-directory-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
}

.forfpv-brand-directory-search {
  width: min(100%, 520px);
}

.forfpv-brand-directory-search input,
.forfpv-home-brand-quick-search input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #f8fafc;
  color: #0f172a;
  padding: 0 14px;
}

.forfpv-brand-directory-search input:focus,
.forfpv-home-brand-quick-search input:focus {
  border-color: var(--forfpv-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.12);
  outline: none;
}

.forfpv-brand-directory-filters {
  display: inline-flex;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #f8fafc;
  padding: 3px;
}

.forfpv-brand-directory-filters button {
  min-height: 38px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-weight: 850;
  padding: 0 14px;
}

.forfpv-brand-directory-filters button.is-active {
  background: #0f172a;
  color: #fff;
}

.forfpv-brand-directory-scope {
  color: #166534;
  font-size: 13px;
  font-weight: 800;
}

.forfpv-brand-directory-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.forfpv-brand-card {
  display: flex;
  min-width: 0;
  min-height: 176px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  background: #f8fafc;
  color: #0f172a;
  padding: 16px 12px;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.forfpv-brand-card:hover {
  border-color: #93c5fd;
  background: #fff;
  transform: translateY(-2px);
}

.forfpv-brand-logo {
  display: flex;
  width: 100%;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.forfpv-brand-logo img {
  width: min(100%, 150px);
  height: 58px;
  object-fit: contain;
}

.forfpv-brand-logo.is-wordmark {
  color: #111827;
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
  overflow-wrap: anywhere;
}

.forfpv-brand-card > strong {
  max-width: 100%;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forfpv-brand-card > span:not(.forfpv-brand-logo) {
  color: #64748b;
  font-size: 12px;
  margin-top: 5px;
}

.forfpv-brand-card > small {
  color: var(--forfpv-blue);
  font-size: 12px;
  font-weight: 850;
  margin-top: 10px;
}

.forfpv-brand-card[hidden],
.forfpv-home-brand-card[hidden],
.forfpv-brand-directory-empty[hidden] {
  display: none;
}

.forfpv-brand-directory-empty {
  border: 1px dashed #cbd5e1;
  border-radius: 7px;
  background: #f8fafc;
  color: #64748b;
  padding: 28px;
  text-align: center;
}

.forfpv-brand-directory-empty strong,
.forfpv-brand-directory-empty span {
  display: block;
}

.forfpv-brand-directory-empty strong {
  color: #0f172a;
}

.forfpv-brand-directory-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #dbe3ee;
  border-bottom: 1px solid #dbe3ee;
  margin-top: 34px;
  padding: 24px 0;
}

.forfpv-brand-directory-help span {
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.forfpv-brand-directory-help h2 {
  max-width: 720px;
  margin: 5px 0 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.25;
}

.forfpv-brand-directory-help > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #0f172a;
  font-weight: 850;
  padding: 0 16px;
  text-decoration: none;
}

.forfpv-brand-directory-help > a:last-child {
  border-color: var(--forfpv-blue);
  background: var(--forfpv-blue);
  color: #fff;
}

.forfpv-home-brands {
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
}

.forfpv-home-brands-head {
  align-items: end;
}

.forfpv-home-brand-quick-search {
  display: block;
  width: min(100%, 440px);
  margin-bottom: 18px;
}

.forfpv-home-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.forfpv-home-brand-card {
  display: flex;
  min-width: 0;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  background: #f8fafc;
  color: #0f172a;
  padding: 14px;
  text-decoration: none;
}

.forfpv-home-brand-card:hover {
  border-color: #93c5fd;
  background: #fff;
}

.forfpv-home-brand-card .forfpv-brand-logo {
  width: 100%;
  height: 58px;
  margin: 0;
}

.forfpv-home-brand-card .forfpv-brand-logo img {
  width: 100%;
  height: 58px;
  object-fit: contain;
}

.forfpv-home-brand-card .forfpv-brand-logo.is-wordmark {
  font-size: 17px;
}

.forfpv-home-brand-card > strong {
  align-self: end;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forfpv-home-brand-card > small {
  align-self: start;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  margin-top: 4px;
}

@media (max-width: 1100px) {
  .forfpv-brand-directory-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .forfpv-home-brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .forfpv-brand-directory-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .forfpv-brand-directory-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .forfpv-brand-directory-search {
    width: 100%;
  }

  .forfpv-brand-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .forfpv-brand-directory-help {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-brand-directory-help > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .forfpv-brand-directory {
    padding: 24px 0 44px;
  }

  .forfpv-brand-directory-head h1 {
    font-size: 30px;
  }

  .forfpv-brand-directory-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .forfpv-brand-directory-stats > div {
    padding: 3px 7px;
  }

  .forfpv-brand-directory-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .forfpv-brand-directory-filters button {
    padding: 0 6px;
  }

  .forfpv-brand-directory-grid,
  .forfpv-home-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-brand-card {
    min-height: 158px;
    padding: 12px 8px;
  }

  .forfpv-brand-logo,
  .forfpv-brand-logo img {
    height: 50px;
  }

  .forfpv-brand-directory-help {
    grid-template-columns: 1fr;
  }

  .forfpv-brand-directory-help > div {
    grid-column: auto;
  }

  .forfpv-home-brand-card {
    min-height: 118px;
    grid-template-columns: 1fr;
    grid-template-rows: 48px auto auto;
    justify-items: center;
    text-align: center;
  }

  .forfpv-home-brand-card .forfpv-brand-logo {
    grid-row: auto;
    width: 100%;
    height: 48px;
  }
}

@media (max-width: 640px) {
  .top-bar-inner {
    display: block;
    min-height: 42px;
    padding: 6px 0;
  }

  .top-bar-copy {
    display: none;
  }

  .forfpv-global-switcher {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.35fr);
    gap: 7px;
    margin: 0;
  }

  .forfpv-global-switcher label,
  .forfpv-ship-picker {
    display: block;
    width: 100%;
  }

  .forfpv-global-switcher label > span,
  .forfpv-switcher-label,
  .forfpv-global-switcher > a {
    display: none;
  }

  .forfpv-global-switcher select,
  .forfpv-ship-picker-button {
    width: 100%;
    max-width: none;
    min-height: 30px;
  }

  .forfpv-global-switcher .forfpv-native-region-select {
    left: 0;
    width: 1px;
    min-height: 1px;
  }

  .main-header {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-logo {
    grid-column: 1;
    grid-row: 1;
    font-size: 25px;
    line-height: 1;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    gap: 12px;
    font-size: 13px;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: nowrap;
  }

  .header-search input {
    min-width: 0;
    flex-basis: auto;
    min-height: 42px;
    font-size: 12px;
  }

  .header-photo-search {
    flex: 0 0 42px;
    min-height: 42px;
    border-top: 0;
    border-left: 1px solid var(--forfpv-border);
    padding: 0;
  }

  .header-photo-search span {
    display: none;
  }

  .header-search button {
    flex: 0 0 76px;
    min-height: 42px;
    padding: 0 9px;
    font-size: 12px;
  }

  .site-nav-inner {
    display: block;
    overflow: hidden;
    padding: 8px 0 6px;
  }

  .site-nav {
    overflow: hidden;
  }

  .site-nav .forfpv-primary-links {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    gap: 16px;
    margin-top: 7px;
    overflow-x: auto;
    padding: 2px 0 3px;
    scrollbar-width: thin;
  }

  .site-nav .forfpv-primary-links li {
    flex: 0 0 auto;
  }

  .site-nav .forfpv-primary-links a {
    font-size: 12px;
    white-space: nowrap;
  }

  .forfpv-home-hero {
    min-height: 280px;
  }

  .forfpv-home-hero-inner {
    min-height: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .forfpv-home-hero h1 {
    font-size: 32px;
  }

  .forfpv-home-hero p {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.5;
  }

  .forfpv-home-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  .forfpv-home-hero-primary,
  .forfpv-home-hero-secondary {
    width: auto;
    min-height: 42px;
    padding: 0 8px;
    font-size: 12px;
  }

  .forfpv-home-hero-points {
    display: none;
  }

  .forfpv-home-finder-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forfpv-home-finder-query {
    grid-column: 1 / -1;
  }

  .forfpv-home-finder-form button {
    grid-column: auto;
  }

  .forfpv-home-system-shelf li.product:nth-child(n+7) {
    display: none !important;
  }

  .forfpv-home-brand-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 350px) {
  .forfpv-home-finder-form,
  .forfpv-home-brand-logos {
    grid-template-columns: 1fr;
  }

  .forfpv-home-finder-query {
    grid-column: auto;
  }
}

/* Storefront conversion and mobile-density refinements */
.forfpv-header-cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.forfpv-header-cart-count {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--forfpv-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.forfpv-header-cart-count.is-empty {
  display: none;
}

.forfpv-shop-filter-toggle {
  display: none;
  min-height: 38px;
  border: 1px solid var(--forfpv-blue);
  border-radius: 6px;
  background: #fff;
  color: var(--forfpv-blue);
  cursor: pointer;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 900;
}

.footer-payment-status {
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.footer-payment-status:hover {
  color: #fff;
}

@media (max-width: 640px) {
  .main-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-actions > a:not(.forfpv-header-cart) {
    display: none;
  }

  .forfpv-header-cart {
    min-height: 34px;
    border: 1px solid #dbe3ee;
    border-radius: 6px;
    padding: 0 9px;
    text-decoration: none;
  }

  .site-nav-inner {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .site-nav .forfpv-primary-links {
    display: none;
  }

  .forfpv-all-categories-summary {
    min-height: 38px;
  }

  .forfpv-shop-filter {
    gap: 10px;
    padding: 12px;
  }

  .forfpv-shop-filter-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .forfpv-shop-filter-head strong {
    font-size: 17px;
  }

  .forfpv-shop-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .forfpv-shop-filter-active {
    grid-column: 1 / -1;
  }

  .forfpv-shop-filter-form {
    display: none;
  }

  .forfpv-shop-filter.is-filter-open .forfpv-shop-filter-form {
    display: grid;
  }

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

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 9px;
  }

  .woocommerce ul.products li.product .forfpv-loop-card-kicker,
  .woocommerce ul.products li.product .forfpv-loop-fitment,
  .woocommerce ul.products li.product .forfpv-loop-badge-ship {
    display: none;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 50px;
    font-size: 13px;
    line-height: 1.3;
  }

  .woocommerce ul.products li.product .forfpv-loop-card-actions {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products li.product .forfpv-loop-details-button {
    display: none;
  }

  .forfpv-home-system-shelf {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .forfpv-home-system-shelf li.product:nth-child(n+5) {
    display: none !important;
  }

  .forfpv-home-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 36px;
  }

  body.single-product:not(.forfpv-has-sticky-purchase) #ht-ctc-chat {
    display: none !important;
  }

  body.forfpv-hide-mobile-support #ht-ctc-chat {
    display: none !important;
  }

  body.woocommerce-cart #ht-ctc-chat,
  body.woocommerce-checkout #ht-ctc-chat {
    display: none !important;
  }
}
