/*
 * Small final-layer overrides for components that still inherit structural
 * rules from the original Flight Guide stylesheet.
 */

@media (min-width: 761px) {
  body.page-id-455286 #msdgfg-bnr {
    width: 100vw !important;
    max-width: none !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    background-position: center top !important;
    background-size: cover !important;
    overflow: hidden;
  }
}

/* Exact photographed discs open into a focused, full-resolution viewer. */
body.page-id-455286 button.fg-variation-card__image-button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit !important;
  background: #edf1ed !important;
  box-shadow: none !important;
  cursor: zoom-in;
  overflow: hidden;
}

body.page-id-455286 button.fg-variation-card__image-button::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(7, 27, 16, 0.72);
  content: "";
  background-color: rgba(7, 27, 16, 0.72);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='5.5'/%3E%3Cpath d='m15 15 5 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  pointer-events: none;
}

body.page-id-455286 button.fg-variation-card__image-button:hover,
body.page-id-455286 button.fg-variation-card__image-button:focus-visible {
  background: #edf1ed !important;
}

body.page-id-455286 button.fg-variation-card__image-button:hover img,
body.page-id-455286 button.fg-variation-card__image-button:focus-visible img {
  transform: scale(1.025);
}

body.page-id-455286 .fg-variation-card__image-button img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #edf1ed;
  transition: transform 180ms ease;
}

body.fg-product-image-open {
  overflow: hidden !important;
}

body.page-id-455286 .fg-context-cart-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  min-height: 42px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

body.page-id-455286 .fg-context-cart-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.page-id-455286 .fg-context-cart-count {
  position: absolute;
  top: -7px;
  right: -6px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #0d1f14;
  border-radius: 999px;
  color: #102016;
  background: #f0b72f;
  font-size: 0.65rem;
  font-weight: 900;
}

body.page-id-455286 .fg-context-cart-button[hidden] {
  display: none !important;
}

body.page-id-455286 .fg-cart-panel {
  position: fixed;
  z-index: 10000022;
  right: 22px;
  bottom: 108px;
  left: 22px;
  box-sizing: border-box;
  width: auto;
  max-width: 1180px;
  max-height: calc(100dvh - 140px);
  margin: auto;
  padding: 18px 20px;
  border: 1px solid #cad5cd;
  border-radius: 18px;
  color: #17241b;
  background: #fff;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}

body.page-id-455286 .fg-cart-panel[hidden] { display: none !important; }
body.page-id-455286 .fg-cart-panel__heading,
body.page-id-455286 .fg-cart-panel__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
body.page-id-455286 .fg-cart-panel__heading strong { color: #172b1f; font-size: 1.2rem; font-weight: 850; letter-spacing: -0.025em; }
body.page-id-455286 .fg-cart-panel__heading button { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid #cad5cd; border-radius: 50%; color: #173b26; background: #f7f9f6; font-size: 1.25rem; line-height: 1; cursor: pointer; }
body.page-id-455286 .fg-cart-panel__items { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; max-height: min(46vh, 430px); margin: 14px 0; padding: 1px 5px 8px 1px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #829087 transparent; }
body.page-id-455286 .fg-cart-panel__item { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-width: 0; padding: 9px; border: 1px solid #d9e1da; border-radius: 13px; background: #f8faf7; }
body.page-id-455286 .fg-cart-panel__item img { display: block; width: 48px; height: 48px; border-radius: 8px; background: #eef2ee; object-fit: cover; }
body.page-id-455286 .fg-cart-panel__item span { display: grid; gap: 3px; min-width: 0; }
body.page-id-455286 .fg-cart-panel__item strong { overflow: hidden; font-size: 0.72rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
body.page-id-455286 .fg-cart-panel__item small { overflow: hidden; color: #637168; font-size: 0.65rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
body.page-id-455286 .fg-cart-panel__remove { padding: 5px 2px; border: 0; color: #8f2736; background: transparent; font-size: 0.65rem; font-weight: 800; text-decoration: underline; cursor: pointer; }
body.page-id-455286 .fg-cart-panel__remove:disabled { opacity: 0.55; cursor: wait; }
body.page-id-455286 .fg-cart-panel__checkout { padding: 9px 12px; border-radius: 9px; color: #fff !important; background: #17442b; font-size: 0.75rem; font-weight: 850; text-decoration: none !important; }

body.page-id-455286.fg-modal-open .fg-floating-chart-header-shell,
body.page-id-455286.fg-modal-open #fg-classic-chart .top-titles.speed-row {
  visibility: hidden !important;
}

html.fg-dark-mode body.page-id-455286 .fg-cart-panel {
  color: #edf5ef;
  border-color: #34483b;
  background: #14231a;
}

html.fg-dark-mode body.page-id-455286 .fg-cart-panel__item small { color: #aebbb2; }
html.fg-dark-mode body.page-id-455286 .fg-cart-panel__item { border-color: #34483b; background: #0e1c14; }
html.fg-dark-mode body.page-id-455286 .fg-cart-panel__items { scrollbar-color: #52685a transparent; }
html.fg-dark-mode body.page-id-455286 .fg-cart-panel__heading button { color: #edf5ef; border-color: #405347; background: #17271d; }
html.fg-dark-mode body.page-id-455286 .fg-cart-panel__heading strong { color: #edf5ef; }

body.page-id-455286 .fg-compare-panel__dialog {
  scrollbar-width: thin;
  scrollbar-color: #557061 transparent;
}

body.page-id-455286 .fg-compare-panel__dialog::-webkit-scrollbar {
  width: 9px;
}

body.page-id-455286 .fg-compare-panel__dialog::-webkit-scrollbar-track {
  margin-block: 18px;
  background: transparent;
}

body.page-id-455286 .fg-compare-panel__dialog::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: #557061;
  background-clip: padding-box;
}

body.page-id-455286 .fg-compare-panel__dialog::-webkit-scrollbar-thumb:hover {
  background: #315440;
  background-clip: padding-box;
}

html.fg-dark-mode body.page-id-455286 .fg-compare-panel__dialog {
  scrollbar-color: #789080 transparent;
}

html.fg-dark-mode body.page-id-455286 .fg-compare-panel__dialog::-webkit-scrollbar-thumb {
  background: #789080;
  background-clip: padding-box;
}

body.page-id-455286 .fg-context-filter-button > svg {
  display: none;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

body.page-id-455286 .fg-context-filter-button .fg-context-filter-label {
  display: inline;
  min-width: 0;
  height: auto;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
}

body.page-id-455286 .fg-context-filter-button .fg-context-filter-count {
  display: grid;
}

.fg-product-image-lightbox {
  position: fixed;
  z-index: 10000020;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  transition: opacity 160ms ease;
}

.fg-product-image-lightbox.is-visible {
  opacity: 1;
}

.fg-product-image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(3, 10, 6, 0.86) !important;
  backdrop-filter: blur(8px);
  cursor: zoom-out;
}

.fg-product-image-lightbox__frame {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  width: fit-content;
  max-width: min(94vw, 1000px);
  max-height: 94dvh;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  color: #fff;
  background: #102018;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.6);
}

.fg-product-image-lightbox__frame img {
  display: block;
  width: auto;
  max-width: calc(94vw - 20px);
  height: auto;
  max-height: calc(82dvh - 64px);
  border-radius: 11px;
  object-fit: contain;
}

@media (min-width: 761px) {
  .fg-product-image-lightbox {
    padding: 28px;
  }

  .fg-product-image-lightbox__frame {
	width: min(76vw, 760px, calc(76.56dvh - 115px));
	max-width: min(76vw, 760px, calc(76.56dvh - 115px));
    padding: 14px;
    gap: 12px;
  }

  .fg-product-image-lightbox__frame img {
    width: 100%;
    max-width: 100%;
    max-height: calc(88dvh - 132px);
  }

  .fg-product-image-lightbox__frame figcaption {
    width: 100%;
    max-width: none;
    padding-right: 48px;
    font-size: 0.82rem;
  }
}

body.page-id-455286 button.fg-product-image-lightbox__add {
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 9px 16px;
  border-radius: 10px;
  font-size: 0.78rem;
}

.fg-product-image-lightbox__frame figcaption {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  max-width: min(88vw, 760px);
  padding: 0 42px 2px 4px;
  color: #dce7df;
  font-size: 0.75rem;
  line-height: 1.3;
}

.fg-product-image-lightbox__caption-text {
  min-width: 0;
}

.fg-product-image-lightbox__position {
  flex: none;
  color: #adc0b2;
  font-size: 0.7rem;
  font-weight: 750;
  white-space: nowrap;
}

button.fg-product-image-lightbox__nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0 0 4px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff !important;
  background: rgba(7, 20, 13, 0.78) !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.28);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

button.fg-product-image-lightbox__nav[hidden] {
  display: none !important;
}

button.fg-product-image-lightbox__nav--previous {
  left: 18px;
}

button.fg-product-image-lightbox__nav--next {
  right: 18px;
}

button.fg-product-image-lightbox__nav:hover,
button.fg-product-image-lightbox__nav:focus-visible {
  border-color: #e6ad31;
  background: rgba(19, 63, 39, 0.96) !important;
}

@media (max-width: 760px) {
  button.fg-product-image-lightbox__nav {
    width: 42px;
    height: 42px;
  }

  button.fg-product-image-lightbox__nav--previous {
    left: 14px;
  }

  button.fg-product-image-lightbox__nav--next {
    right: 14px;
  }
}

/* Complete the dark treatment for mobile chart controls and commerce details. */
@media (max-width: 760px) {
  html.fg-dark-mode body.page-id-455286 .fg-chart-density {
    color: #dce8df !important;
    border-color: #34483b !important;
    background: #14231a !important;
  }

  html.fg-dark-mode body.page-id-455286 .fg-chart-density > span {
    color: #aebdb3 !important;
  }

  html.fg-dark-mode body.page-id-455286 .fg-chart-density button {
    color: #c7d3ca !important;
    background: transparent !important;
  }

  html.fg-dark-mode body.page-id-455286 .fg-chart-density button[aria-pressed="true"] {
    color: #102118 !important;
    background: #f3c553 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.32) !important;
  }
}

html.fg-dark-mode body.page-id-455286 #speedInfo .fg-shop-product__price,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-shop-product__price .amount,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-shop-product__price .woocommerce-Price-amount,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-shop-product__price .woocommerce-Price-currencySymbol,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__price,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__price .amount,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__price .woocommerce-Price-amount,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__price .woocommerce-Price-currencySymbol {
  color: #f4f8f5 !important;
}

html.fg-dark-mode body.page-id-455286 #speedInfo .fg-shop-product__price del,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-shop-product__price del .amount,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__price del,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__price del .amount {
  color: #9caba1 !important;
}

html.fg-dark-mode body.page-id-455286 #speedInfo .fg-shop-product__price ins,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-shop-product__price ins .amount,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__price ins,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__price ins .amount {
  color: #ff9bad !important;
}

html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__image-button,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__image-button:hover,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__image-button:focus-visible,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-variation-card__image-button img {
  color: #dce8df !important;
  background: #0b1710 !important;
}

html.fg-dark-mode body.page-id-455286 #speedInfo .fg-detail-flight-number:nth-child(1) {
  border-color: #69ae5d !important;
  background: #8fd47f !important;
}

html.fg-dark-mode body.page-id-455286 #speedInfo .fg-detail-flight-number:nth-child(2) {
  border-color: #be8e32 !important;
  background: #e1b451 !important;
}

html.fg-dark-mode body.page-id-455286 #speedInfo .fg-detail-flight-number:nth-child(3) {
  border-color: #5689b7 !important;
  background: #78a9d4 !important;
}

html.fg-dark-mode body.page-id-455286 #speedInfo .fg-detail-flight-number:nth-child(4) {
  border-color: #b0a33e !important;
  background: #d9cb62 !important;
}

html.fg-dark-mode body.page-id-455286 #speedInfo .fg-detail-flight-number span,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-detail-flight-number strong {
  color: #102118 !important;
}

button.fg-product-image-lightbox__close {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 17px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff !important;
  background: rgba(7, 20, 13, 0.78) !important;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

body.page-id-455286 .fg-match-card {
  position: relative;
  border-top: 4px solid var(--fg-brand-color, #e6ad31) !important;
  box-shadow: 0 7px 18px rgba(10, 29, 18, 0.055);
}

body.page-id-455286 .fg-popular__rail--auto {
  scrollbar-width: thin;
  will-change: scroll-position;
}

body.page-id-455286 .fg-popular-card {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.page-id-455286 .fg-popular__rail--auto .fg-popular-card:not(.fg-popular-card--clone):hover,
body.page-id-455286 .fg-popular__rail--auto .fg-popular-card:not(.fg-popular-card--clone):focus-within {
  border-color: #aebdb1;
  box-shadow: 0 12px 28px rgba(10, 29, 18, 0.12);
  transform: translateY(-2px);
}

body.page-id-455286 #speedInfo .admin-edit {
  position: sticky !important;
  z-index: 25;
  right: auto;
  bottom: 12px !important;
  display: flex;
  align-items: center;
  align-self: flex-end;
  width: fit-content !important;
  min-width: 0;
  height: auto !important;
  min-height: 48px;
  margin: 14px 16px 12px auto !important;
  padding: 4px;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(24, 35, 28, 0.96);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

body.page-id-455286 #speedInfo .admin-edit .editbtn1 {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
}

body.page-id-455286 #speedInfo .admin-edit .editbtn1:hover,
body.page-id-455286 #speedInfo .admin-edit .editbtn1:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

body.page-id-455286 #speedInfo .admin-edit .delete-data:hover,
body.page-id-455286 #speedInfo .admin-edit .delete-data.del-active {
  background: #c92f36;
}

body.page-id-455286 #speedInfo .admin-edit .edit-active::before,
body.page-id-455286 #speedInfo .admin-edit .del-active::before {
  display: none;
}

body.page-id-455286 #speedInfo .admin-edit .r-u-sure {
  min-width: 178px;
  margin: 0 4px 0 6px !important;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

body.page-id-455286 #speedInfo .admin-edit .r-u-sure p {
  margin: 0 0 4px;
  color: #fff;
}

body.page-id-455286 #speedInfo .admin-edit .r-u-sure button,
body.page-id-455286 #speedInfo .admin-edit .r-u-sure #cancel-del {
  min-height: 28px;
  padding: 5px 9px !important;
  border-radius: 7px;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing > *:not(.si-title):not(.disc-data-info):not(.admin-edit) {
  display: none !important;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .si-title {
  position: sticky;
  z-index: 30;
  top: 0;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .disc-data-info {
  display: block !important;
  box-sizing: border-box;
  width: auto;
  margin: 18px;
  padding: 0 18px 18px;
  border: 1px solid #d5ddd6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(9, 28, 17, 0.08);
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .disc-data-info h4 {
  margin: 0 -18px 16px;
  padding: 14px 18px;
  border-radius: 17px 17px 0 0;
  color: #163b26;
  background: #edf3ee;
  font-size: 1rem;
  font-weight: 800;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form p {
  display: grid;
  grid-template-columns: minmax(105px, 0.25fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 9px 0;
  border-top: 1px solid #edf0ed;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form input,
body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form select {
  box-sizing: border-box;
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #c9d3cb;
  border-radius: 9px;
  color: #17241b !important;
  background: #fff !important;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .wp-editor-wrap,
body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form > .wysiwyg-editor {
  margin: 16px 0;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form > textarea.wysiwyg-editor {
  box-sizing: border-box;
  width: 100%;
  min-height: 260px;
  padding: 12px;
  border: 1px solid #c9d3cb;
  border-radius: 11px;
  color: #17241b;
  background: #fff;
  font: 0.9rem/1.55 Inter, Roboto, system-ui, sans-serif;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .wp-editor-container {
  border: 1px solid #c9d3cb;
  border-radius: 0 0 11px 11px;
  overflow: hidden;
}

@media (max-width: 760px) {
  body.page-id-455286 #speedInfo .admin-edit {
    bottom: 8px !important;
    margin-right: 10px !important;
  }

  body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .disc-data-info {
    margin: 12px;
    padding: 0 12px 14px;
  }

  body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form p {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

/* Inventory modes expose only manufacturers matching the active stock/sale state. */
body.page-id-455286.fg-live-manufacturers-only .manufacturer-item.fg-no-live-inventory,
body.page-id-455286.fg-live-manufacturers-only .fg-quick-brand-option.fg-no-live-inventory {
  display: none !important;
}

/* Put the customer's compared, purchasable molds before replacement ideas. */
body.page-id-455286 .fg-compared-stock {
  margin-top: 26px;
  padding: 18px;
  border: 1px solid #d7ded7;
  border-radius: 16px;
  background: #f4f8f4;
}

body.page-id-455286 .fg-compared-stock[hidden] {
  display: none !important;
}

body.page-id-455286 .fg-compared-stock h3 {
  font-size: 1.2rem;
}

body.page-id-455286 .fg-compared-stock__rail {
  margin-top: 14px;
}

body.page-id-455286 .fg-compared-stock-card {
  display: grid;
  grid-template-rows: auto auto 40px;
  gap: 10px;
  min-height: 166px;
  padding: 15px;
  border: 1px solid #d8ded7;
  border-top: 4px solid var(--fg-brand-color, #e6ad31);
  border-radius: 12px;
  background: #fff;
  scroll-snap-align: start;
}

body.page-id-455286 .fg-compared-stock-card__identity {
  display: grid;
  gap: 4px;
}

body.page-id-455286 .fg-compared-stock-card__availability {
  color: #17643b;
  font-size: 0.72rem;
  font-weight: 750;
}

body.page-id-455286 .fg-compared-stock-card .fg-card-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #17442b;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

body.page-id-455286 .fg-similar-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  min-height: 34px;
  margin-top: 7px;
  padding: 7px 10px;
  border: 1px solid #b9c9bd;
  border-radius: 8px;
  color: #17442b;
  background: #f3f7f3;
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
}

body.page-id-455286 .fg-similar-card:hover .fg-similar-card__action,
body.page-id-455286 .fg-similar-card:focus-visible .fg-similar-card__action {
  border-color: #17442b;
  color: #fff;
  background: #17442b;
}

/* Theme-level button hover rules must not wash out suggestion-card copy. */
body.page-id-455286 button.fg-similar-card,
body.page-id-455286 button.fg-similar-card:hover,
body.page-id-455286 button.fg-similar-card:focus-visible {
  color: #17241b !important;
  background: #fff !important;
}

body.page-id-455286 button.fg-similar-card > strong,
body.page-id-455286 button.fg-similar-card:hover > strong,
body.page-id-455286 button.fg-similar-card:focus-visible > strong,
body.page-id-455286 button.fg-similar-card > .fg-flight-numbers,
body.page-id-455286 button.fg-similar-card:hover > .fg-flight-numbers,
body.page-id-455286 button.fg-similar-card:focus-visible > .fg-flight-numbers {
  color: #17241b !important;
}

body.page-id-455286 button.fg-similar-card > .fg-similar-card__brand,
body.page-id-455286 button.fg-similar-card:hover > .fg-similar-card__brand,
body.page-id-455286 button.fg-similar-card:focus-visible > .fg-similar-card__brand {
  color: #5f6d64 !important;
}

body.page-id-455286 button.fg-similar-card:hover > .fg-similar-card__action,
body.page-id-455286 button.fg-similar-card:focus-visible > .fg-similar-card__action {
  color: #fff !important;
  background: #17442b !important;
}

/* Disc type and stability travel together anywhere a mold is summarized. */
body.page-id-455286 .fg-disc-traits {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin: 5px 0;
}

body.page-id-455286 .fg-disc-type-pill,
body.page-id-455286 .fg-disc-traits .fg-stability-pill {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

body.page-id-455286 .fg-disc-type-pill {
  border: 1px solid #e1c475;
  color: #604714 !important;
  background: #fff6dc !important;
}

body.page-id-455286 .fg-disc-traits .fg-stability-pill {
  border: 1px solid #dce4dc;
  color: #304038 !important;
  background: #edf1ed !important;
}

body.page-id-455286 .fg-stability-pill[data-stability="very-overstable"] { background: #f5d0d0 !important; border-color: #e6aaaa; }
body.page-id-455286 .fg-stability-pill[data-stability="overstable"] { background: #f3ddc5 !important; border-color: #dfbd99; }
body.page-id-455286 .fg-stability-pill[data-stability="stable"] { background: #d2ecd5 !important; border-color: #add6b3; }
body.page-id-455286 .fg-stability-pill[data-stability="understable"] { background: #ddcef1 !important; border-color: #c2ace1; }
body.page-id-455286 .fg-stability-pill[data-stability="very-understable"] { background: #cbdff1 !important; border-color: #a8c7e2; }

body.page-id-455286 button.fg-similar-card .fg-disc-traits {
  justify-content: flex-start;
}

body.page-id-455286 #speedInfo .fg-detail-stability {
  display: grid;
  place-items: center;
  min-height: 44px;
  margin: 10px 0 14px;
  padding: 8px 12px;
  border-radius: 12px;
  color: #25352b;
  background: #d2ecd5;
}

body.page-id-455286 #speedInfo .fg-detail-stability strong {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
}

body.page-id-455286 #speedInfo .fg-detail-stability[data-stability="very-overstable"] { background: #f1baba; }
body.page-id-455286 #speedInfo .fg-detail-stability[data-stability="overstable"] { background: #f0c99f; }
body.page-id-455286 #speedInfo .fg-detail-stability[data-stability="stable"] { background: #bce6c2; }
body.page-id-455286 #speedInfo .fg-detail-stability[data-stability="understable"] { background: #cdb5e9; }
body.page-id-455286 #speedInfo .fg-detail-stability[data-stability="very-understable"] { background: #aacde9; }

body.page-id-455286 #speedInfo .fg-detail-disc-type {
  display: grid;
  gap: 5px;
  margin-top: 12px;
  padding: 13px 14px;
  border: 1px solid #dce3dc;
  border-radius: 12px;
  background: #fff;
}

body.page-id-455286 #speedInfo .fg-detail-disc-type span {
  color: #66756b;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.page-id-455286 #speedInfo .fg-detail-disc-type strong {
  color: #17251c;
  font-size: 0.92rem;
  font-weight: 800;
}

body.page-id-455286 #speedInfo .fg-detail-flight-number {
  border-color: rgba(27, 48, 35, 0.1);
}

body.page-id-455286 #speedInfo .fg-detail-flight-number:nth-child(1) { background: #b9eda9; }
body.page-id-455286 #speedInfo .fg-detail-flight-number:nth-child(2) { background: #ffd174; }
body.page-id-455286 #speedInfo .fg-detail-flight-number:nth-child(3) { background: #abcbea; }
body.page-id-455286 #speedInfo .fg-detail-flight-number:nth-child(4) { background: #fff39a; }

body.page-id-455286 #speedInfo .fg-detail-flight-number span {
  color: #405247;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Keep the leading result-card edge inside the scroll viewport at rest. */
body.page-id-455286 .fg-match-shelf__rail {
  padding-right: 8px !important;
  padding-left: 8px !important;
  scroll-padding-inline: 8px;
}

body.page-id-455286 .fg-match-card::before {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #d9dfd8;
  content: "";
  pointer-events: none;
}

/* Prevent the first mold in a letter column from flex-shrinking into a sliver. */
body.page-id-455286 .wrapper .speed-row:not(.top-titles) .disc-item,
body.page-id-455286 .wrapper .speed-row:not(.top-titles) .putter-child.pc-entry {
  flex: 0 0 auto !important;
  min-height: 37px !important;
}

/* Keep stability and letter labels visible while the desktop chart scrolls. */
body.page-id-455286 .wrapper .top-titles.speed-row {
  position: sticky !important;
  z-index: 100 !important;
  top: 0;
  isolation: isolate;
}

body.admin-bar.page-id-455286 .wrapper .top-titles.speed-row {
  top: 32px !important;
}

@media (min-width: 1051px) {
  body.page-id-455286 .wrapper {
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar.page-id-455286 .wrapper .top-titles.speed-row {
    top: 46px !important;
  }
}

@media (max-width: 760px) {
  body.page-id-455286 .wrapper {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }
}

/* A viewport-level copy avoids theme overflow containers breaking CSS sticky. */
body.page-id-455286 .fg-floating-chart-header-shell {
  position: fixed !important;
  z-index: 10000;
  right: 0;
  left: 0;
  display: none !important;
  width: 100vw !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
  pointer-events: none;
}

body.page-id-455286 .fg-floating-chart-header-shell.is-visible {
  display: block !important;
}

body.page-id-455286 .fg-floating-chart-header-context {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.page-id-455286 .fg-floating-chart-header-shell .fg-floating-chart-header {
  position: relative !important;
  top: auto !important;
  margin: 0 !important;
  visibility: visible !important;
  will-change: transform;
}

body.page-id-455286.fg-chart-header-floating #fg-classic-chart > main > .top-titles.speed-row {
  visibility: hidden !important;
}

/* A sale should read as commerce information, not as an unexplained status dot. */
body.page-id-455286 .wrapper .speed-row:not(.top-titles) .disc-item,
body.page-id-455286 .wrapper .speed-row:not(.top-titles) .putter-child.pc-entry {
  box-sizing: border-box;
  flex: 0 0 37px !important;
  height: 37px !important;
  min-height: 37px !important;
  max-height: 37px !important;
}

body.page-id-455286 .wrapper .speed-row:not(.top-titles) .disc-item > a:first-of-type,
body.page-id-455286 .wrapper .speed-row:not(.top-titles) .putter-child.pc-entry > a:first-of-type {
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
}

body.page-id-455286 .fg-disc-target.fg-is-on-sale::before {
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  min-width: 0;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 2px 2px 0 0;
  color: #fff;
  background: #d7193f;
  box-shadow: 0 1px 3px rgba(85, 0, 17, 0.25);
  content: "SALE";
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  text-indent: 0;
  pointer-events: none;
}

body.page-id-455286 .wrapper .fg-disc-target.fg-is-on-sale > a:first-of-type,
body.page-id-455286 .bottom-putters .fg-disc-target.fg-is-on-sale > a:first-of-type {
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
  padding: 11px 2px 1px !important;
}

/* Carry the same sale language into both synchronized manufacturer pickers. */
body.page-id-455286 #fg-brand-grid-host .manufacturer-item,
body.page-id-455286 .fg-quick-brand-option {
  box-sizing: border-box;
  min-height: 40px !important;
  height: 40px !important;
}

body.page-id-455286 #fg-brand-grid-host .manufacturer-item.fg-brand-has-sale::before,
body.page-id-455286 .fg-quick-brand-option.fg-brand-has-sale::before {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 13px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  background: #d7193f;
  box-shadow: 0 1px 3px rgba(85, 0, 17, 0.24);
  content: "SALE";
  font-size: 8px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.08em;
  text-align: center;
  pointer-events: none;
}

body.page-id-455286 #fg-brand-grid-host .manufacturer-item.fg-brand-has-sale,
body.page-id-455286 .fg-quick-brand-option.fg-brand-has-sale {
  min-height: 40px;
  height: 40px;
}

body.page-id-455286 #fg-brand-grid-host .manufacturer-item.fg-brand-has-sale .manufacturer-link {
  min-height: 38px;
  padding-top: 13px !important;
}

body.page-id-455286 .fg-quick-brand-option.fg-brand-has-sale {
  padding-top: 14px;
}

body.page-id-455286 #fg-brand-grid-host .manufacturer-link {
  min-height: 38px !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

/* The floating map header yields to the modal-like Quick Filters surface. */
body.page-id-455286.fg-quick-filters-open .fg-floating-chart-header-shell {
  display: none !important;
}

@media (max-width: 760px) {
	body.page-id-455286 .fg-cart-panel {
	  right: 10px;
	  bottom: 92px;
	  left: 10px;
	  max-height: calc(100dvh - 102px);
	  padding: 16px;
	  border-bottom: 0;
	  border-radius: 18px 18px 0 0;
	  box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.24);
	}

	body.page-id-455286 .fg-cart-panel__items {
	  grid-template-columns: 1fr;
	  max-height: min(55vh, 480px);
	}

	body.page-id-455286.fg-cart-open .fg-compare-tray {
	  border-radius: 0 0 14px 14px;
	  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
	}

	body.page-id-455286 .fg-context-filter-button {
	  position: relative;
	  flex: 0 0 42px;
	  width: 42px;
	  padding: 8px;
	}

	body.page-id-455286 .fg-context-filter-button > svg {
	  display: block;
	}

	body.page-id-455286 .fg-context-filter-button .fg-context-filter-label {
	  display: none;
	}

	body.page-id-455286 .fg-context-filter-button .fg-context-filter-count {
	  position: absolute;
	  top: -7px;
	  right: -6px;
	  min-width: 20px;
	  height: 20px;
	  padding: 0 5px;
	  border: 2px solid #0d1f14;
	  color: #102016;
	  background: #f0b72f;
	  font-size: 0.65rem;
	}

	body.page-id-455286.fg-cart-open .fg-floating-chart-header-shell {
	  display: none !important;
	}

  /* iOS WebKit can intermittently rasterize a large blank tile when a blurred,
   * fixed backdrop sits behind this independently scrolling drawer. Keep the
   * mobile presentation visually equivalent without the fragile blur layer. */
  body.page-id-455286 div#speedInfo {
    height: 100dvh !important;
    min-height: 100dvh !important;
    background: rgba(3, 12, 6, 0.94) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.page-id-455286 #speedInfo .si-innerWrap {
    height: 100dvh !important;
    max-height: 100dvh !important;
    scrollbar-gutter: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.page-id-455286 #speedInfo .fg-detail-overview,
  body.page-id-455286 #speedInfo .fg-detail-facts {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible;
  }

  /* Visually join the sheet to its launcher bar as one bottom-docked component. */
  body.page-id-455286.fg-quick-filters-open .fg-quick-filter-sheet {
    right: 10px;
    bottom: 92px;
    left: 10px;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.24);
  }

  body.page-id-455286.fg-quick-filters-open .fg-compare-tray {
    border-top-color: rgba(255, 255, 255, 0.08);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
  }

  body.page-id-455286 #speedInfo .fg-detail-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.page-id-455286 #speedInfo .fg-detail-control-group:first-child {
    grid-column: 1 / -1;
  }

  body.page-id-455286 #speedInfo .fg-detail-control-group:nth-child(2),
  body.page-id-455286 #speedInfo .fg-detail-control-group:nth-child(3) {
    grid-column: auto;
  }

  body.page-id-455286 .fg-compare-panel__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
  }

  body.page-id-455286 .fg-compare-panel__controls .fg-control-group:first-child {
    grid-column: 1 / -1;
  }

  body.page-id-455286 .fg-compare-panel__controls .fg-control-group:nth-child(2),
  body.page-id-455286 .fg-compare-panel__controls .fg-control-group:nth-child(3) {
    grid-column: auto;
    min-width: 0;
  }

  body.page-id-455286 .fg-compare-panel__workspace .fg-flight-chart-wrap {
    order: 1;
  }

  body.page-id-455286 .fg-compare-panel__workspace .fg-compare-list {
    order: 2;
  }
}

body.page-id-455286 .fg-chart-header-marker {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

/* Do not flash the legacy manufacturer controls before they are relocated. */
body.page-id-455286:not(.fg-refreshed-grid-ready) .manufacturers-title,
body.page-id-455286 #fg-classic-chart .fg-legacy-manufacturer-row {
  display: none !important;
}

/* Remove the legacy red rule from both the in-chart and floating speed headers. */
body.page-id-455286 .top-titles .speed-grade > .flex-grid > .flex-grid-item {
  border-top: 0 !important;
}

/* Animated flight paths with a restrained neon-style glow. */
body.page-id-455286 .fg-chart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
  color: #53655a;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

body.page-id-455286 button.fg-chart-replay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 34px;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid #b9c9bd;
  border-radius: 999px;
  color: #17442b !important;
  background: #f5f8f5 !important;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

body.page-id-455286 button.fg-chart-replay:hover,
body.page-id-455286 button.fg-chart-replay:focus-visible {
  border-color: #e6ad31;
  color: #102f1d !important;
  background: #fff4d4 !important;
}

body.page-id-455286 .fg-detail-chart-toolbar {
  margin: 12px 2px 8px;
  padding-top: 10px;
  border-top: 1px solid #e2e7e2;
}

body.page-id-455286 .fg-chart-animating .fg-flight-path {
  animation: fg-flight-path-draw 1250ms cubic-bezier(0.22, 0.72, 0.24, 1) var(--fg-path-delay, 0ms) both;
}

body.page-id-455286 .fg-chart-animating .fg-flight-path-halo {
  animation: fg-flight-halo-draw 1250ms cubic-bezier(0.22, 0.72, 0.24, 1) var(--fg-path-delay, 0ms) both;
}

body.page-id-455286 .fg-chart-awaiting-animation .fg-flight-path,
body.page-id-455286 .fg-chart-awaiting-animation .fg-flight-path-halo {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

body.page-id-455286 .fg-chart-awaiting-animation .fg-flight-end {
  opacity: 0;
}

body.page-id-455286 .fg-flight-path {
  filter: drop-shadow(0 0 3px var(--fg-path-color, rgba(255, 255, 255, 0.5)));
}

body.page-id-455286 .fg-flight-path-halo {
  opacity: 0.14;
  filter: blur(3px);
}

body.page-id-455286 .fg-chart-animating .fg-flight-end {
  animation: fg-flight-end-arrive 180ms ease-out calc(var(--fg-path-delay, 0ms) + 1070ms) both;
  filter: drop-shadow(0 0 7px var(--fg-path-color, rgba(255, 255, 255, 0.6)));
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes fg-flight-path-draw {
  from { stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0.4; }
  to { stroke-dasharray: 1; stroke-dashoffset: 0; opacity: 1; }
}

@keyframes fg-flight-halo-draw {
  from { stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0; }
  to { stroke-dasharray: 1; stroke-dashoffset: 0; opacity: 0.14; }
}

@keyframes fg-flight-end-arrive {
  from { opacity: 0; transform: scale(0.55); }
  to { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-455286 .fg-chart-animating .fg-flight-path,
  body.page-id-455286 .fg-chart-animating .fg-flight-path-halo,
  body.page-id-455286 .fg-chart-animating .fg-flight-end {
    animation: none !important;
  }
}

/* The disc editor is a full-width workspace, not a legacy narrow form. */
body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .disc-data-info {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 clamp(18px, 4vw, 42px) 32px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .disc-data-info h4 {
  margin: 0 clamp(-42px, -4vw, -18px) 14px;
  padding: 15px clamp(18px, 4vw, 42px);
  border-radius: 0;
  text-align: left;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form {
  display: block !important;
  width: 100%;
  max-width: none;
  text-align: left;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form p {
  box-sizing: border-box;
  width: 100% !important;
  padding: 11px 0 !important;
  background: transparent !important;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form p > span {
  width: auto !important;
  color: #26382d !important;
  font-size: 0.78rem;
  font-weight: 800;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form input,
body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form select {
  max-width: none !important;
  margin: 0 !important;
  padding: 9px 12px !important;
  border: 1px solid #bdc9c0 !important;
  border-radius: 9px !important;
  box-shadow: inset 0 1px 2px rgba(8, 31, 17, 0.04) !important;
  text-indent: 0 !important;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form p.disc-model-wrap > .select2-container {
  width: 100% !important;
  min-width: 0;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form .select2-selection--single {
  box-sizing: border-box;
  width: 100% !important;
  height: 42px !important;
  border: 1px solid #bdc9c0 !important;
  border-radius: 9px !important;
  background: #fff !important;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form .select2-selection__rendered {
  width: auto !important;
  padding: 0 38px 0 12px !important;
  color: #17241b !important;
  line-height: 40px !important;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form .select2-selection__arrow {
  top: 0 !important;
  right: 8px;
  height: 40px !important;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form p.disc-type-edit {
  display: block !important;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form p.disc-type-edit > span {
  display: grid;
  grid-template-columns: minmax(105px, 0.25fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form p.disc-type-edit select {
  width: 100% !important;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .wp-editor-wrap {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin: 18px 0 !important;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing p.order-edit {
  display: grid !important;
  grid-template-columns: minmax(105px, 0.25fr) minmax(90px, 160px) minmax(160px, 1fr);
  gap: 12px;
}

body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing p.order-edit .vp-btn,
body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .new_desc_putter {
  justify-self: end;
  width: auto !important;
  min-width: 150px;
  min-height: 42px;
  margin: 0 !important;
  padding: 10px 20px !important;
  border-radius: 9px !important;
  color: #fff !important;
  background: #17442b !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transform: none !important;
}

/* Give light mode its own bright chart palette instead of relying on legacy table colors. */
html:not(.fg-dark-mode) body.page-id-455286 .fg-flight-map {
  background:
    radial-gradient(circle at 92% 0, rgba(230, 173, 49, 0.1), transparent 25%),
    #f8faf7 !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .wrapper {
  color: #173025 !important;
  border-color: #cbd7cd !important;
  background: #edf3ed !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .wrapper > main,
html:not(.fg-dark-mode) body.page-id-455286 .wrapper .speed-row,
html:not(.fg-dark-mode) body.page-id-455286 .wrapper .speed-row > .flex-column,
html:not(.fg-dark-mode) body.page-id-455286 .wrapper .flex-grid.alphabet > .flex-grid-item.flex-column {
  color: #173025 !important;
  border-color: #d3ded5 !important;
  background: #fbfdfb !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .wrapper .speed-row:nth-child(even),
html:not(.fg-dark-mode) body.page-id-455286 .wrapper .speed-row:nth-child(even) > .flex-column,
html:not(.fg-dark-mode) body.page-id-455286 .wrapper .speed-row:nth-child(even) .flex-grid.alphabet > .flex-grid-item.flex-column {
  background: #f3f7f3 !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .wrapper .top-titles.speed-row,
html:not(.fg-dark-mode) body.page-id-455286 .fg-floating-chart-header-shell .top-titles.speed-row {
  color: #183527 !important;
  border-color: #bdccbf !important;
  background: #e9f0ea !important;
  box-shadow: 0 6px 18px rgba(24, 53, 39, 0.12) !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .wrapper .top-titles .flex-grid-item,
html:not(.fg-dark-mode) body.page-id-455286 .fg-floating-chart-header-shell .top-titles .flex-grid-item,
html:not(.fg-dark-mode) body.page-id-455286 .wrapper .top-titles .speed-grade > .flex-grid > .flex-grid-item {
  color: #173b29 !important;
  border-color: #c5d2c7 !important;
  background: #e9f0ea !important;
  text-shadow: none !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .fg-modern-map,
html:not(.fg-dark-mode) body.page-id-455286 .fg-map-row,
html:not(.fg-dark-mode) body.page-id-455286 .fg-map-empty,
html:not(.fg-dark-mode) body.page-id-455286 .fg-stability-legend > span,
html:not(.fg-dark-mode) body.page-id-455286 .fg-view-toggle,
html:not(.fg-dark-mode) body.page-id-455286 .fg-admin-grid-toggle {
  color: #173025 !important;
  border-color: #cfdbd1 !important;
  background: #f8fbf8 !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .fg-map-row:nth-of-type(even) {
  background: #f1f6f2 !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .fg-map-cell,
html:not(.fg-dark-mode) body.page-id-455286 .fg-map-speed {
  border-color: #d2ddd4 !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .bottom-putters {
  color: #173025 !important;
  border-color: #cfdbd1 !important;
  background: #f7faf7 !important;
}

/* Complete dark-mode coverage. This lives in the final polish sheet so legacy
   table and commerce rules cannot paint light surfaces back over the theme. */
html.fg-dark-mode body.page-id-455286 #page,
html.fg-dark-mode body.page-id-455286 #content,
html.fg-dark-mode body.page-id-455286 #content > .col-full,
html.fg-dark-mode body.page-id-455286 .comn_divs,
html.fg-dark-mode body.page-id-455286 .comn_divs_top {
  color: #edf5ef !important;
  background: #07110b !important;
}

html.fg-dark-mode body.page-id-455286 .fg-flight-map {
  background:
    radial-gradient(circle at 92% 0, rgba(230, 173, 49, 0.11), transparent 24%),
    #09150e !important;
}

html.fg-dark-mode body.page-id-455286 .wrapper,
html.fg-dark-mode body.page-id-455286 .wrapper > main,
html.fg-dark-mode body.page-id-455286 .wrapper .speed-row,
html.fg-dark-mode body.page-id-455286 .wrapper .speed-row > .flex-column,
html.fg-dark-mode body.page-id-455286 .wrapper .flex-grid.alphabet > .flex-grid-item.flex-column {
  color: #edf5ef !important;
  border-color: #2e4236 !important;
  background: #0d1b13 !important;
}

html.fg-dark-mode body.page-id-455286 .wrapper .speed-row:nth-child(even),
html.fg-dark-mode body.page-id-455286 .wrapper .speed-row:nth-child(even) > .flex-column {
  background: #101f16 !important;
}

html.fg-dark-mode body.page-id-455286 .wrapper .top-titles.speed-row,
html.fg-dark-mode body.page-id-455286 .fg-floating-chart-header-shell .top-titles.speed-row {
  color: #f3f8f4 !important;
  border-color: #405548 !important;
  background: #16271c !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.38) !important;
}

html.fg-dark-mode body.page-id-455286 .wrapper .top-titles .flex-grid-item {
  color: #eef5f0 !important;
  border-color: #405548 !important;
  background: #16271c !important;
}

html.fg-dark-mode body.page-id-455286 .fg-modern-map,
html.fg-dark-mode body.page-id-455286 .fg-map-row,
html.fg-dark-mode body.page-id-455286 .fg-modern-map .fg-disc-target,
html.fg-dark-mode body.page-id-455286 .fg-stability-legend > span,
html.fg-dark-mode body.page-id-455286 .fg-view-toggle,
html.fg-dark-mode body.page-id-455286 .fg-admin-grid-toggle,
html.fg-dark-mode body.page-id-455286 .fg-map-empty {
  color: #e2ece5 !important;
  border-color: #31463a !important;
  background: #122118 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-map-row:nth-of-type(even) {
  background: #0d1b13 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-map-cell,
html.fg-dark-mode body.page-id-455286 .fg-map-speed {
  border-color: #2c4034 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-map-count,
html.fg-dark-mode body.page-id-455286 .fg-view-toggle button,
html.fg-dark-mode body.page-id-455286 .fg-disc-card__flight {
  color: #c9d6ce !important;
}

html.fg-dark-mode body.page-id-455286 .fg-context-search,
html.fg-dark-mode body.page-id-455286 .fg-context-search input,
html.fg-dark-mode body.page-id-455286 .fg-context-search input[type="search"] {
  color: #edf5ef !important;
  border-color: #42574a !important;
  background: #102018 !important;
  box-shadow: none !important;
}

html.fg-dark-mode body.page-id-455286 .fg-context-search > svg {
  stroke: #afbeb4 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-context-search button {
  color: #d6e2da !important;
  background: #24362b !important;
}

html.fg-dark-mode body.page-id-455286 .fg-similar-empty,
html.fg-dark-mode body.page-id-455286 button.fg-similar-card,
html.fg-dark-mode body.page-id-455286 button.fg-similar-card:hover,
html.fg-dark-mode body.page-id-455286 button.fg-similar-card:focus-visible,
html.fg-dark-mode body.page-id-455286 .fg-empty-alternative,
html.fg-dark-mode body.page-id-455286 .fg-empty-alternative .fg-shop-product,
html.fg-dark-mode body.page-id-455286 .fg-shop-product,
html.fg-dark-mode body.page-id-455286 .fg-variation-card,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-detail-disc-type,
html.fg-dark-mode body.page-id-455286 .fg-flight-chart-wrap,
html.fg-dark-mode body.page-id-455286 .fg-shared-path-note,
html.fg-dark-mode body.page-id-455286 .fg-quick-stability-field .fg-segmented {
  color: #edf5ef !important;
  border-color: #34483b !important;
  background: #14231a !important;
}

/* The flight-path SVG is painted with SVG fills/strokes, so theme its drawing
 * primitives directly instead of relying on the surrounding panel background. */
html:not(.fg-dark-mode) body.page-id-455286 .fg-chart-bg {
  fill: #f4f7f2 !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .fg-chart-grid {
  stroke: rgba(18, 48, 33, 0.16) !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .fg-chart-center {
  stroke: rgba(18, 48, 33, 0.12) !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .fg-chart-label,
html:not(.fg-dark-mode) body.page-id-455286 .fg-chart-start {
  fill: #53665b !important;
}

html:not(.fg-dark-mode) body.page-id-455286 .fg-flight-end {
  stroke: #ffffff !important;
}

html.fg-dark-mode body.page-id-455286 .fg-chart-bg {
  fill: #0a1710 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-chart-grid {
  stroke: rgba(255, 255, 255, 0.12) !important;
}

html.fg-dark-mode body.page-id-455286 .fg-chart-center {
  stroke: rgba(255, 255, 255, 0.08) !important;
}

html.fg-dark-mode body.page-id-455286 .fg-chart-label,
html.fg-dark-mode body.page-id-455286 .fg-chart-start {
  fill: #9dafaa !important;
}

html.fg-dark-mode body.page-id-455286 button.fg-similar-card > strong,
html.fg-dark-mode body.page-id-455286 button.fg-similar-card:hover > strong,
html.fg-dark-mode body.page-id-455286 button.fg-similar-card:focus-visible > strong,
html.fg-dark-mode body.page-id-455286 button.fg-similar-card > .fg-flight-numbers,
html.fg-dark-mode body.page-id-455286 button.fg-similar-card:hover > .fg-flight-numbers,
html.fg-dark-mode body.page-id-455286 button.fg-similar-card:focus-visible > .fg-flight-numbers,
html.fg-dark-mode body.page-id-455286 .fg-empty-alternative h5,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-detail-disc-type strong,
html.fg-dark-mode body.page-id-455286 .fg-shop-product__name,
html.fg-dark-mode body.page-id-455286 .fg-shop-product__price,
html.fg-dark-mode body.page-id-455286 .fg-variation-card__attributes strong,
html.fg-dark-mode body.page-id-455286 .fg-variation-card__price {
  color: #edf5ef !important;
}

html.fg-dark-mode body.page-id-455286 button.fg-similar-card > .fg-similar-card__brand,
html.fg-dark-mode body.page-id-455286 button.fg-similar-card:hover > .fg-similar-card__brand,
html.fg-dark-mode body.page-id-455286 button.fg-similar-card:focus-visible > .fg-similar-card__brand,
html.fg-dark-mode body.page-id-455286 #speedInfo .fg-detail-disc-type span,
html.fg-dark-mode body.page-id-455286 .fg-shop-product__header p,
html.fg-dark-mode body.page-id-455286 .fg-variation-card__attributes span,
html.fg-dark-mode body.page-id-455286 .fg-variation-card__copy small {
  color: #aebdb3 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-product-shop--empty {
  border-color: #5c5132 !important;
  background: linear-gradient(180deg, #182418, #111f17 210px) !important;
}

html.fg-dark-mode body.page-id-455286 .fg-shop-empty {
  color: #f0dda2 !important;
  border-color: #665832 !important;
  background: #292414 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-shop-empty span,
html.fg-dark-mode body.page-id-455286 .fg-shop-empty__fallback {
  color: #cbbd91 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-disc-type-pill {
  color: #f0d893 !important;
  border-color: #6b5728 !important;
  background: #302814 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-disc-traits .fg-stability-pill {
  color: #dce7df !important;
  border-color: #45594b !important;
  background: #27372d !important;
}

html.fg-dark-mode body.page-id-455286 button.fg-chart-replay,
html.fg-dark-mode body.page-id-455286 .fg-active-filter-chip,
html.fg-dark-mode body.page-id-455286 .fg-quick-sheet-results,
html.fg-dark-mode body.page-id-455286 .fg-brand-search-clear,
html.fg-dark-mode body.page-id-455286 .fg-match-card__actions .fg-text-button,
html.fg-dark-mode body.page-id-455286 #fg-share-compare,
html.fg-dark-mode body.page-id-455286 #fg-quick-bag-filter,
html.fg-dark-mode body.page-id-455286 .fg-similar-card__action {
  color: #dce8df !important;
  border-color: #42564a !important;
  background: #1a2b20 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-detail-chart-toolbar {
  color: #b4c2b8 !important;
  border-color: #34483b !important;
}

html.fg-dark-mode body.page-id-455286 .fg-quick-stability-field .fg-segmented button:disabled {
  color: #819188 !important;
  border-color: #34483b !important;
  background: #111f17 !important;
}

body.page-id-455286 .fg-discovery__hero {
  row-gap: 16px;
}

body.page-id-455286 .fg-hero-utility {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}

body.page-id-455286 .fg-hero-utility .fg-eyebrow {
  margin: 0;
}

body.page-id-455286 .fg-theme-toggle--page {
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  border-color: #bdcbbf;
  border-radius: 50%;
  color: #173b26;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 5px 16px rgba(7, 20, 13, 0.08);
}

body.page-id-455286 .fg-theme-toggle--page:hover,
body.page-id-455286 .fg-theme-toggle--page:focus-visible {
  color: #102f1d;
  background: #fff4d4;
}

html.fg-dark-mode body.page-id-455286 .fg-theme-toggle--page {
  color: #f4c85d;
  border-color: #4a6152;
  background: #17271d;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.28);
}

/* Quick Filters is defined in several responsive layers. Keep its final dark
 * palette explicit so later legacy label rules cannot reintroduce black text. */
html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet,
html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet__header h2,
html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet .fg-kicker,
html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet .fg-field > span,
html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet .fg-field > span strong,
html.fg-dark-mode body.page-id-455286 .fg-quick-brand-field__heading,
html.fg-dark-mode body.page-id-455286 .fg-quick-brand-field__heading > span,
html.fg-dark-mode body.page-id-455286 .fg-quick-brand-field__heading small,
html.fg-dark-mode body.page-id-455286 .fg-quick-brand-help,
html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet__footer,
html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet__footer label,
html.fg-dark-mode body.page-id-455286 .fg-quick-bag-help,
html.fg-dark-mode body.page-id-455286 #fg-quick-clear-filters {
  color: #e7f0e9 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet .fg-field,
html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet .fg-quick-brand-field {
  color: #e7f0e9 !important;
  border-color: #3b5142 !important;
  background: #14231a !important;
}

html.fg-dark-mode body.page-id-455286 .fg-quick-stability-field .fg-segmented button:not([aria-pressed="true"]):not(:disabled) {
  color: #d5e1d8 !important;
  background: transparent !important;
}

html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet select,
html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet input[type="search"] {
  color: #f1f6f2 !important;
  border-color: #455b4c !important;
  background: #0b1810 !important;
}

html.fg-dark-mode body.page-id-455286 .fg-quick-filter-sheet select option {
  color: #f1f6f2;
  background: #0b1810;
}

@media (max-width: 760px) {
  body.page-id-455286 .fg-discovery__hero {
    row-gap: 14px;
  }

  body.page-id-455286 .fg-theme-toggle--page {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
  }
}

@media (max-width: 760px) {
  body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .disc-data-info {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .disc-data-info h4 {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form p,
  body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .edit-info-form p.disc-type-edit > span,
  body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing p.order-edit {
    grid-template-columns: 1fr;
  }

  body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing p.order-edit .vp-btn,
  body.page-id-455286 #speedInfo .si-innerWrap.fg-disc-editing .new_desc_putter {
    justify-self: stretch;
    width: 100% !important;
  }
}

/* Use the established desktop breadcrumb treatment on the mobile banner too. */
@media (min-width: 761px) and (max-width: 1024px) {
  body.page-id-455286 #msdgfg-bnr {
    margin-bottom: 3px !important;
    background-position: center top !important;
    background-size: auto !important;
  }

  body.page-id-455286 #msdgfg-bnr .disc-golfer,
  body.page-id-455286 #msdgfg-bnr .disc {
    display: none !important;
  }

  body.page-id-455286 nav.woocommerce-breadcrumb {
    margin-top: clamp(210px, 21vw, 271px) !important;
  }
}

@media (max-width: 760px) {
  body.page-id-455286 .storefront-breadcrumb {
    display: block !important;
  }

  body.page-id-455286 nav.woocommerce-breadcrumb {
    margin-top: 271px !important;
  }

  body.page-id-455286 #msdgfg-bnr {
    margin-bottom: 33px !important;
  }
}

/* Keep the partner-logo rail above the fixed results bar and give dark artwork
   a theme-independent presentation surface. */
body.page-id-455286 .comn_divs_top {
  box-sizing: border-box;
  padding-bottom: calc(122px + env(safe-area-inset-bottom, 0px)) !important;
}

body.page-id-455286 .existing-images {
  align-items: stretch;
  padding: 12px 0 18px;
}

body.page-id-455286 .existing-images .image-card {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  min-height: 104px;
  padding: 10px !important;
  border: 1px solid #d3ddd5;
  border-radius: 12px;
  background: #f9fbf9;
  box-shadow: 0 5px 16px rgba(8, 29, 17, 0.08);
}

body.page-id-455286 .existing-images .image-card > a {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 82px;
  border-radius: 8px;
  background: #fff;
}

body.page-id-455286 .existing-images img.existing-image {
  display: block;
  width: 120px;
  max-width: 100%;
  height: 80px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.95))
    drop-shadow(0 1px 1px rgba(7, 20, 13, 0.38));
}

html.fg-dark-mode body.page-id-455286 .existing-images .image-card {
  border-color: #52645a;
  background: #e8ede9 !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

html.fg-dark-mode body.page-id-455286 .existing-images .image-card > a {
  background: #fff !important;
}

@media (max-width: 760px) {
  body.page-id-455286 .comn_divs_top {
    padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.page-id-455286 .comn_divs {
    box-sizing: border-box;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  body.page-id-455286 .existing-images {
    width: 100%;
    gap: 10px;
  }
}
