/* WordPress/Salient bridge for the approved Funatomy redesign. */

body.funatomy-skin {
  --ft-ink: #19252a;
  --ft-muted: #687378;
  --ft-line: #dfe4e6;
  --ft-green: #4cff0b;
  --ft-blue: #00a0e3;
  --ft-dark: #172428;
  color: var(--ft-ink);
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
}

body.funatomy-skin #ajax-loading-screen,
body.funatomy-skin .nectar-global-loading {
  display: none !important;
}

body.funatomy-skin #wpfront-notification-bar-spacer {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.funatomy-skin #wpfront-notification-bar {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  min-height: 52px !important;
  align-items: center;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  border: 0 !important;
  background: var(--ft-green) !important;
  box-shadow: none !important;
}

body.funatomy-skin #wpfront-notification-bar table,
body.funatomy-skin #wpfront-notification-bar tbody,
body.funatomy-skin #wpfront-notification-bar tr,
body.funatomy-skin #wpfront-notification-bar td {
  display: block;
  width: 100%;
}

body.funatomy-skin #wpfront-notification-bar .wpfront-message {
  padding: 10px 20px !important;
  color: var(--ft-ink) !important;
  font-size: clamp(15px, 1.15vw, 18px) !important;
  font-weight: 800 !important;
  letter-spacing: .035em;
  line-height: 1.35 !important;
  text-align: center;
  text-transform: uppercase;
}

body.funatomy-skin #wpfront-notification-bar .wpfront-message h5 {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

body.funatomy-skin #wpfront-notification-bar-open-button {
  display: none !important;
}

body.funatomy-skin #header-outer {
  position: sticky !important;
  top: 0 !important;
  z-index: 9998 !important;
  width: 100% !important;
  min-height: 88px;
  transform: none !important;
  border-bottom: 1px solid #edf0f1 !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 8px 24px rgba(25, 37, 42, .06) !important;
  backdrop-filter: blur(12px);
}

body.funatomy-skin #header-space {
  display: none !important;
  height: 0 !important;
}

body.funatomy-skin #header-outer #top,
body.funatomy-skin #header-outer #top > .container,
body.funatomy-skin #header-outer #top > .container > .row {
  min-height: 88px !important;
}

body.funatomy-skin #header-outer #top > .container {
  position: relative;
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: none !important;
  padding: 0 !important;
}

body.funatomy-skin #header-outer #top > .container > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
}

body.funatomy-skin #header-outer #top .span_3,
body.funatomy-skin #header-outer #top .span_9 {
  position: static !important;
  display: flex;
  align-items: center;
  float: none !important;
  margin: 0 !important;
}

body.funatomy-skin #header-outer #top .span_3 {
  width: 205px !important;
}

body.funatomy-skin #header-outer #top .span_9 {
  width: calc(100% - 205px) !important;
  justify-content: flex-end;
}

body.funatomy-skin #header-outer #logo {
  display: block !important;
  width: 186px !important;
  height: 62px !important;
  padding: 0 !important;
  overflow: hidden;
  color: transparent !important;
  background: url("media/funatomy-logo.svg") left center / contain no-repeat;
  font-size: 0 !important;
  line-height: 0 !important;
}

body.funatomy-skin #header-outer #top .funatomy-native-header nav {
  position: static !important;
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: center;
}

body.funatomy-skin #header-outer #top .funatomy-native-header nav > ul.sf-menu:not(.buttons) {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.4vw, 36px);
  margin: 0 auto !important;
}

body.funatomy-skin #header-outer #top .funatomy-native-header nav > ul.buttons {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
}

body.funatomy-skin #header-outer #top .funatomy-native-header nav > ul > li {
  float: none !important;
}

body.funatomy-skin #header-outer #top .funatomy-native-header nav > ul.sf-menu:not(.buttons) > li > a {
  position: relative;
  padding: 34px 0 30px !important;
  color: var(--ft-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .07em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

body.funatomy-skin #header-outer #top .funatomy-native-header nav > ul.sf-menu:not(.buttons) > li > a::after {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: var(--ft-green);
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity .2s ease, transform .2s ease;
}

body.funatomy-skin #header-outer #top .funatomy-native-header nav > ul.sf-menu:not(.buttons) > li.current-menu-item > a::after,
body.funatomy-skin #header-outer #top .funatomy-native-header nav > ul.sf-menu:not(.buttons) > li > a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

body.funatomy-skin #header-outer #search-btn > div,
body.funatomy-skin #header-outer .cart-menu-wrap {
  position: static !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
}

body.funatomy-skin #header-outer #search-btn a,
body.funatomy-skin #header-outer .cart-menu {
  display: grid !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  place-items: center;
  border: 1px solid var(--ft-line) !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.funatomy-skin #header-outer .cart-menu .cart-icon-wrap {
  position: relative;
}

body.funatomy-skin #header-outer .cart-wrap {
  position: absolute !important;
  top: -15px !important;
  right: -15px !important;
  display: grid !important;
  width: 24px !important;
  height: 24px !important;
  place-items: center;
  border-radius: 50%;
  background: var(--ft-blue) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800;
}

body.funatomy-skin #ajax-content-wrap,
body.funatomy-skin .container-wrap {
  background: #fff;
}

body.funatomy-skin.home .container-wrap {
  padding: 0 !important;
}

body.funatomy-skin.home .container-wrap > .main-content {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.funatomy-skin.home .main-content > .row {
  margin: 0 !important;
}

body.funatomy-skin .funatomy-live-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

body.funatomy-skin .home-hero .button,
body.funatomy-skin .home-story .button {
  height: auto !important;
  min-height: 52px;
  padding: 14px 24px !important;
  border: 2px solid #fff !important;
  border-radius: 5px !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body.funatomy-skin .home-hero .button-primary,
body.funatomy-skin .home-story .button {
  border-color: var(--ft-green) !important;
  color: var(--ft-ink) !important;
  background: var(--ft-green) !important;
}

body.funatomy-skin .hero-character-apng {
  object-fit: contain;
}

body.funatomy-skin .funatomy-original-story,
body.funatomy-skin .funatomy-original-final-callout {
  display: none !important;
}

body.funatomy-skin .funatomy-injected-story {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

body.funatomy-skin .funatomy-featured-row {
  padding: clamp(70px, 7vw, 112px) 0 !important;
  background: #fff !important;
}

body.funatomy-skin .funatomy-featured-row .row-bg {
  background: #fff !important;
}

body.funatomy-skin .funatomy-featured-row .nectar-shape-divider-wrap,
body.funatomy-skin .funatomy-featured-row .nectar-split-heading,
body.funatomy-skin .funatomy-featured-row .nectar-cta {
  display: none !important;
}

body.funatomy-skin .funatomy-featured-row > .row_col_wrap_12,
body.funatomy-skin .funatomy-featured-row > .row_col_wrap_12 > .wpb_column,
body.funatomy-skin .funatomy-featured-row > .row_col_wrap_12 > .wpb_column > .vc_column-inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.funatomy-skin .funatomy-featured-row .wpb_wrapper {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

body.funatomy-skin .funatomy-featured-heading {
  margin-bottom: 34px;
}

body.funatomy-skin .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
}

body.funatomy-skin .woocommerce ul.products::before,
body.funatomy-skin .woocommerce ul.products::after {
  display: none !important;
}

body.funatomy-skin .woocommerce ul.products li.product {
  display: flex !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e5e9ea;
  border-radius: 18px;
  background: #fff !important;
  box-shadow: 0 14px 36px rgba(25, 37, 42, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

body.funatomy-skin .woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(25, 37, 42, .13);
}

body.funatomy-skin .woocommerce ul.products li.product .product-wrap {
  position: relative;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 0 !important;
  background: #f5f7f7 !important;
}

body.funatomy-skin .woocommerce ul.products li.product img {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.funatomy-skin .woocommerce ul.products li.product .product-add-to-cart {
  right: 14px !important;
  bottom: 14px !important;
}

body.funatomy-skin .woocommerce ul.products li.product .product-add-to-cart a {
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  place-items: center;
  overflow: hidden;
  border: 0 !important;
  border-radius: 50% !important;
  color: var(--ft-ink) !important;
  background: var(--ft-green) !important;
  font-size: 0 !important;
  box-shadow: 0 8px 20px rgba(25, 37, 42, .14) !important;
}

body.funatomy-skin .woocommerce ul.products li.product .product-add-to-cart a::after {
  content: "+";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

body.funatomy-skin .woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0 !important;
  padding: 20px 20px 5px !important;
  color: var(--ft-ink) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.funatomy-skin .woocommerce ul.products li.product .price {
  display: block !important;
  margin: 0 !important;
  padding: 0 20px 22px;
  color: var(--ft-ink) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.funatomy-skin .funatomy-testimonial-row {
  padding: clamp(70px, 7vw, 110px) 0 !important;
  background: #f7f8f8;
}

body.funatomy-skin .funatomy-testimonial-row .row-bg {
  background: #f7f8f8 !important;
}

body.funatomy-skin .funatomy-testimonial-row .testimonial-heading {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto 40px;
  text-align: center;
}

body.funatomy-skin .funatomy-testimonial-row .testimonial-heading h2 {
  color: var(--ft-ink);
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 800;
  line-height: 1.05;
}

body.funatomy-skin .funatomy-testimonial-row .testimonial_slider blockquote p {
  border-radius: 20px !important;
  color: var(--ft-ink) !important;
  background: #fff !important;
}

body.funatomy-skin .funatomy-learning-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

body.funatomy-skin #page-header-wrap {
  display: none !important;
}

body.funatomy-skin.funatomy-internal-page .container-wrap {
  padding-top: clamp(56px, 6vw, 90px) !important;
  padding-bottom: clamp(70px, 7vw, 110px) !important;
}

body.funatomy-skin .page-hero {
  width: 100%;
  margin: 0;
}

body.funatomy-skin .page-hero + .container-wrap {
  margin-top: 0 !important;
}

body.funatomy-skin .container-wrap > .main-content {
  width: min(1240px, calc(100% - 48px));
  max-width: none;
}

body.funatomy-skin .container-wrap input:not([type="checkbox"]):not([type="radio"]),
body.funatomy-skin .container-wrap select,
body.funatomy-skin .container-wrap textarea {
  min-height: 50px;
  padding: 12px 14px !important;
  border: 1px solid #d5dcdf !important;
  border-radius: 9px !important;
  color: var(--ft-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.funatomy-skin .container-wrap textarea {
  min-height: 150px;
}

body.funatomy-skin .container-wrap input:focus,
body.funatomy-skin .container-wrap select:focus,
body.funatomy-skin .container-wrap textarea:focus {
  outline: 3px solid rgba(0, 160, 227, .18) !important;
  border-color: var(--ft-blue) !important;
}

body.funatomy-skin .container-wrap button,
body.funatomy-skin .container-wrap input[type="submit"],
body.funatomy-skin .container-wrap .button,
body.funatomy-skin .woocommerce a.button,
body.funatomy-skin .woocommerce button.button {
  border: 0 !important;
  border-radius: 7px !important;
  color: var(--ft-ink) !important;
  background: var(--ft-green) !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}

body.funatomy-skin .newsletter .newsletter-form button[type="submit"] {
  border: 0 !important;
  color: #fff !important;
  background: var(--ft-blue) !important;
}

body.funatomy-skin .newsletter .newsletter-form button[type="submit"]:hover,
body.funatomy-skin .newsletter .newsletter-form button[type="submit"]:focus-visible {
  color: #fff !important;
  background: #007db7 !important;
}

body.funatomy-skin.single-product .container-wrap {
  padding-top: 0 !important;
}

body.funatomy-skin.single-product div.product {
  display: block !important;
}

body.funatomy-skin.single-product .funatomy-product-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr) !important;
  gap: clamp(42px, 6vw, 84px) !important;
  align-items: start !important;
  padding-bottom: 80px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery,
body.funatomy-skin.single-product .funatomy-product-info {
  width: auto !important;
  min-width: 0 !important;
  float: none !important;
  margin: 0 !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .woocommerce-product-gallery {
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.funatomy-skin.single-product .funatomy-product-info {
  padding: 16px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.funatomy-skin.single-product .funatomy-product-info .product_title {
  margin: 0 0 10px !important;
  color: var(--ft-ink);
  font-size: clamp(36px, 4vw, 58px) !important;
  font-weight: 800;
  line-height: 1.05 !important;
  letter-spacing: -.045em !important;
}

body.funatomy-skin.single-product .funatomy-product-info .price {
  margin: 0 0 25px !important;
  color: var(--ft-ink) !important;
  font-size: 30px !important;
  font-weight: 800;
}

body.funatomy-skin .woocommerce-cart-form,
body.funatomy-skin .cart_totals,
body.funatomy-skin .woocommerce-checkout-review-order,
body.funatomy-skin .woocommerce-billing-fields,
body.funatomy-skin .woocommerce-shipping-fields,
body.funatomy-skin .woocommerce-account .woocommerce-MyAccount-content,
body.funatomy-skin .woocommerce-account .woocommerce-MyAccount-navigation,
body.funatomy-skin .wpcf7-form {
  padding: clamp(20px, 3vw, 36px);
  border: 1px solid #e3e8e9;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(25, 37, 42, .07);
}

body.funatomy-skin .woocommerce table.shop_table,
body.funatomy-skin .woocommerce-checkout-review-order-table {
  border-color: #e3e8e9 !important;
  border-radius: 12px !important;
  background: #fff;
}

body.funatomy-skin .woocommerce-info,
body.funatomy-skin .woocommerce-message,
body.funatomy-skin .woocommerce-error {
  border: 0 !important;
  border-radius: 12px;
  color: var(--ft-ink) !important;
  background: #edfaff !important;
}

body.funatomy-skin .woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
  list-style: none;
}

body.funatomy-skin .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 11px 14px;
  border-radius: 8px;
  color: var(--ft-ink);
  font-weight: 700;
}

body.funatomy-skin .woocommerce-MyAccount-navigation .is-active a {
  background: var(--ft-green);
}

body.funatomy-skin .newsletter {
  position: relative;
  z-index: 2;
}

body.funatomy-skin .newsletter-status {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 700;
}

body.funatomy-skin .newsletter-status.success {
  color: #16882d;
}

body.funatomy-skin .newsletter-status.error {
  color: #a62b2b;
}

body.funatomy-skin .funatomy-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body.funatomy-skin #footer-outer {
  color: #c7d0d3 !important;
  background: var(--ft-dark) !important;
}

body.funatomy-skin #footer-outer #footer-widgets {
  padding: 74px 0 48px !important;
}

body.funatomy-skin #footer-outer #footer-widgets > .container {
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: none !important;
}

body.funatomy-skin #footer-outer .funatomy-footer-grid {
  width: 100%;
  margin: 0;
}

body.funatomy-skin #footer-outer .footer-brand img {
  width: 190px;
  filter: grayscale(1) brightness(0) invert(1);
}

body.funatomy-skin #footer-outer h3 {
  color: #fff !important;
}

body.funatomy-skin #footer-outer a {
  color: #c7d0d3 !important;
}

body.funatomy-skin #footer-outer a:hover {
  color: var(--ft-green) !important;
}

body.funatomy-skin #footer-outer #copyright {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: transparent !important;
}

body.funatomy-skin .funatomy-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s ease var(--reveal-delay, 0ms);
}

body.funatomy-skin .funatomy-reveal.funatomy-revealed {
  opacity: 1;
  transform: none;
}

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

  body.funatomy-skin.single-product div.product {
    grid-template-columns: 1fr;
  }

  body.funatomy-skin #header-outer #top > .container {
    width: min(100% - 32px, 1240px) !important;
  }
}

@media (max-width: 999px) {
  body.funatomy-skin #header-outer,
  body.funatomy-skin #header-outer #top,
  body.funatomy-skin #header-outer #top > .container,
  body.funatomy-skin #header-outer #top > .container > .row {
    min-height: 76px !important;
    height: 76px !important;
  }

  body.funatomy-skin #header-outer #top .span_3 {
    width: 160px !important;
  }

  body.funatomy-skin #header-outer #top .span_9 {
    width: calc(100% - 160px) !important;
  }

  body.funatomy-skin #header-outer #logo {
    width: 150px !important;
    height: 52px !important;
  }

  body.funatomy-skin #header-outer #top .funatomy-native-header nav {
    display: none !important;
  }

  body.funatomy-skin #header-outer .mobile-search,
  body.funatomy-skin #header-outer #mobile-cart-link,
  body.funatomy-skin #header-outer .slide-out-widget-area-toggle {
    display: grid !important;
    align-items: center;
  }

  body.funatomy-skin .funatomy-featured-row .wpb_wrapper,
  body.funatomy-skin .container-wrap > .main-content {
    width: min(100% - 32px, 1240px);
  }
}

@media (max-width: 690px) {
  body.funatomy-skin #wpfront-notification-bar {
    min-height: 46px !important;
  }

  body.funatomy-skin #wpfront-notification-bar .wpfront-message {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  body.funatomy-skin #header-outer,
  body.funatomy-skin #header-outer #top,
  body.funatomy-skin #header-outer #top > .container,
  body.funatomy-skin #header-outer #top > .container > .row {
    min-height: 68px !important;
    height: 68px !important;
  }

  body.funatomy-skin #header-outer #top .span_3 {
    width: 130px !important;
  }

  body.funatomy-skin #header-outer #top .span_9 {
    width: calc(100% - 130px) !important;
  }

  body.funatomy-skin #header-outer #logo {
    width: 126px !important;
    height: 46px !important;
  }

  body.funatomy-skin .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.funatomy-skin .funatomy-featured-row {
    padding: 64px 0 !important;
  }

  body.funatomy-skin .container-wrap > .main-content,
  body.funatomy-skin #footer-outer #footer-widgets > .container {
    width: min(100% - 28px, 1240px) !important;
  }
}

/* Keep the approved content spacing after the Salient conflict overrides. */
body.funatomy-skin .funatomy-contact-content {
  padding-top: clamp(70px, 7vw, 110px) !important;
  padding-bottom: clamp(70px, 7vw, 110px) !important;
}

/* Final navigation authority: mirror the approved static header exactly. */
body.funatomy-skin #wpfront-notification-bar {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

body.funatomy-skin #header-outer,
body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] {
  position: sticky !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important;
  transform: none !important;
}

body.admin-bar.funatomy-skin #header-outer,
body.admin-bar.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] {
  top: 32px !important;
}

body.funatomy-skin #header-outer #top > .funatomy-header-inner,
body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top > .funatomy-header-inner {
  position: relative !important;
  display: flex !important;
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: none !important;
  height: 88px !important;
  min-height: 88px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  transform: none !important;
}

body.funatomy-skin #header-outer #top nav.funatomy-primary-nav,
body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav.funatomy-primary-nav {
  position: absolute !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  height: 88px !important;
  min-height: 88px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 34px !important;
  transform: translateX(-50%) !important;
}

@media (max-width: 980px) and (min-width: 721px) {
  body.funatomy-skin #header-outer #top nav.funatomy-primary-nav,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav.funatomy-primary-nav {
    display: flex !important;
    gap: 20px !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar.funatomy-skin #header-outer,
  body.admin-bar.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] {
    top: 46px !important;
  }
}

@media (max-width: 720px) {
  body.funatomy-skin #header-outer #top nav.funatomy-primary-nav,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav.funatomy-primary-nav {
    position: absolute !important;
    top: 100% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    display: none !important;
    width: 100vw !important;
    height: auto !important;
    min-height: 0 !important;
    transform: translateX(-50%) !important;
  }

  body.funatomy-skin #header-outer.funatomy-menu-open #top nav.funatomy-primary-nav,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"].funatomy-menu-open #top nav.funatomy-primary-nav {
    display: flex !important;
  }
}

/* Checkout conflict guards: override Salient's ID rules and keep sticky in the viewport. */
html:has(body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign),
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #header-outer #top .funatomy-checkout-header #funatomy-primary-nav {
  display: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign form.checkout .funatomy-checkout-summary {
  background: #f6f8f8 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign form.checkout .funatomy-checkout-summary > #order_review_heading {
  width: 100% !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  float: none !important;
  color: var(--ft-ink) !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

@media (max-width: 640px) {
  body.funatomy-skin #header-outer,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }

  body.funatomy-skin #header-outer #top > .funatomy-header-inner,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top > .funatomy-header-inner {
    width: calc(100% - 28px) !important;
    height: 72px !important;
    min-height: 72px !important;
  }
}

/* Approved single-product layout; WooCommerce forms and variation logic stay native. */
body.funatomy-skin.single-product #ajax-content-wrap > .container-wrap > .container.main-content {
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

body.funatomy-skin.single-product #ajax-content-wrap > .container-wrap > .container.main-content > .row {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
}

body.funatomy-skin.single-product .woocommerce-breadcrumb {
  display: flex !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 30px 0 24px !important;
  align-items: center !important;
  color: var(--ft-muted) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

body.funatomy-skin.single-product .woocommerce-breadcrumb > span,
body.funatomy-skin.single-product .woocommerce-breadcrumb > i {
  position: static !important;
  display: inline-flex !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  line-height: 1.4 !important;
  vertical-align: middle !important;
  transform: none !important;
}

body.funatomy-skin.single-product .woocommerce-breadcrumb a {
  color: var(--ft-blue) !important;
}

body.funatomy-skin.single-product .funatomy-product-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr) !important;
  gap: clamp(42px, 6vw, 84px) !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 0 80px !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery,
body.funatomy-skin.single-product .funatomy-product-info {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  transform: none !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .woocommerce-product-gallery {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .product-slider {
  min-height: 610px !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  background: linear-gradient(145deg, #f7f9f9, #e8edef) !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .flickity-viewport,
body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .slider,
body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .slide,
body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .woocommerce-product-gallery__image,
body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .easyzoom,
body.funatomy-skin.single-product .funatomy-product-gallery .product-slider a {
  min-height: 610px !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .slide,
body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .woocommerce-product-gallery__image,
body.funatomy-skin.single-product .funatomy-product-gallery .product-slider a {
  display: grid !important;
  width: 100% !important;
  place-items: center !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .product-slider img {
  display: block !important;
  width: 100% !important;
  height: 610px !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: contain !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .product-thumbs {
  width: 100% !important;
  height: 98px !important;
  margin: 16px 0 0 !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .product-thumbs .flickity-viewport {
  height: 98px !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .product-thumbs .slide {
  width: 98px !important;
  height: 98px !important;
  margin: 0 14px 0 0 !important;
  overflow: hidden !important;
  border: 2px solid transparent !important;
  border-radius: 4px !important;
  background: #f2f4f4 !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .product-thumbs .slide.active {
  border-color: var(--ft-blue) !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .product-thumbs .thumb-inner,
body.funatomy-skin.single-product .funatomy-product-gallery .product-thumbs img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
}

body.funatomy-skin.single-product .funatomy-product-gallery .woocommerce-product-gallery__trigger,
body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .zoomImg,
body.funatomy-skin.single-product > .nectar-social.fixed {
  display: none !important;
}

body.funatomy-skin.single-product .funatomy-product-info {
  padding: 16px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.funatomy-skin.single-product .funatomy-product-eyebrow {
  margin: 0 0 10px !important;
  color: #16882d !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}

body.funatomy-skin.single-product .funatomy-product-rating {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  margin: 0 0 18px !important;
  color: #ffaf16 !important;
  font-size: 14px !important;
}

body.funatomy-skin.single-product .funatomy-product-rating small {
  color: var(--ft-muted) !important;
  font-size: 13px !important;
}

body.funatomy-skin.single-product .funatomy-product-info .woocommerce-product-details__short-description {
  max-width: 620px !important;
  margin: 0 0 30px !important;
  color: #485358 !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

body.funatomy-skin.single-product .funatomy-product-info .woocommerce-product-details__short-description p {
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
}

body.funatomy-skin.single-product .funatomy-product-form,
body.funatomy-skin.single-product .funatomy-product-choices,
body.funatomy-skin.single-product .funatomy-product-choices tbody,
body.funatomy-skin.single-product .funatomy-product-choices tr,
body.funatomy-skin.single-product .funatomy-product-choices th,
body.funatomy-skin.single-product .funatomy-product-choices td {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.funatomy-skin.single-product .funatomy-product-choices {
  margin-bottom: 24px !important;
}

body.funatomy-skin.single-product .funatomy-product-choices th label {
  display: block !important;
  margin: 0 0 9px !important;
  color: var(--ft-ink) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.funatomy-skin.single-product .funatomy-product-choices select {
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 46px 0 16px !important;
  border: 1px solid #cfd6d8 !important;
  border-radius: 4px !important;
  color: var(--ft-ink) !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

body.funatomy-skin.single-product .funatomy-product-choices .reset_variations,
body.funatomy-skin.single-product .funatomy-product-form .single_variation {
  display: none !important;
}

body.funatomy-skin.single-product .funatomy-product-form .single_variation_wrap {
  margin: 0 !important;
}

body.funatomy-skin.single-product .funatomy-purchase-row {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: 124px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
  margin: 0 !important;
}

body.funatomy-skin.single-product .funatomy-purchase-row .quantity {
  display: grid !important;
  width: 124px !important;
  height: 56px !important;
  min-height: 56px !important;
  grid-template-columns: 40px 44px 40px !important;
  overflow: hidden !important;
  border: 1px solid #cfd6d8 !important;
  border-radius: 4px !important;
  background: #fff !important;
}

body.funatomy-skin.single-product .funatomy-purchase-row .quantity .minus,
body.funatomy-skin.single-product .funatomy-purchase-row .quantity .plus,
body.funatomy-skin.single-product .funatomy-purchase-row .quantity .qty {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 54px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--ft-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 54px !important;
  text-align: center !important;
  transform: none !important;
}

body.funatomy-skin.single-product .funatomy-purchase-row .quantity .minus,
body.funatomy-skin.single-product .funatomy-purchase-row .quantity .plus {
  color: var(--ft-muted) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
}

body.funatomy-skin.single-product .funatomy-purchase-row .quantity .qty {
  appearance: textfield !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

body.funatomy-skin.single-product .funatomy-purchase-row .single_add_to_cart_button {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 26px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid var(--ft-blue) !important;
  border-radius: 4px !important;
  color: var(--ft-blue) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

body.funatomy-skin.single-product .funatomy-purchase-row .single_add_to_cart_button:hover {
  border-color: var(--ft-blue) !important;
  color: #fff !important;
  background: var(--ft-blue) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 20px rgba(0, 160, 227, .15) !important;
}

body.funatomy-skin.single-product .funatomy-buy-now {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 64px !important;
  margin: 12px 0 0 !important;
  padding: 0 26px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #16882d !important;
  border-radius: 4px !important;
  color: #102714 !important;
  background: var(--ft-green) !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

body.funatomy-skin.single-product .funatomy-buy-now:hover {
  background: #65ff2e !important;
  box-shadow: 0 10px 24px rgba(22, 136, 45, .2) !important;
  transform: translateY(-1px) !important;
}

body.funatomy-skin.single-product .funatomy-buy-now:disabled,
body.funatomy-skin.single-product .funatomy-purchase-row .single_add_to_cart_button.disabled {
  opacity: .48 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

body.funatomy-skin.single-product .funatomy-buy-note {
  margin: 11px 0 0 !important;
  color: var(--ft-muted) !important;
  font-size: 12px !important;
  text-align: center !important;
}

body.funatomy-skin.single-product .funatomy-product-paypal-hidden {
  display: none !important;
}

body.funatomy-skin.single-product .funatomy-express-mini {
  margin: 26px 0 0 !important;
  padding: 24px 0 0 !important;
  border-top: 1px solid var(--ft-line) !important;
}

body.funatomy-skin.single-product .funatomy-express-mini > p {
  margin: 0 0 12px !important;
  color: var(--ft-muted) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

body.funatomy-skin.single-product .funatomy-express-mini > div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
}

body.funatomy-skin.single-product .funatomy-express-mini span {
  padding: 9px 14px !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 999px !important;
  color: #526066 !important;
  background: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.funatomy-skin.single-product .funatomy-product-meta {
  display: flex !important;
  gap: 22px !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--ft-muted) !important;
  font-size: 13px !important;
}

body.funatomy-skin.single-product .funatomy-product-meta .sku_wrapper {
  display: none !important;
}

body.funatomy-skin.single-product .funatomy-product-meta a,
body.funatomy-skin.single-product .funatomy-product-meta strong {
  color: var(--ft-ink) !important;
  font-weight: 700 !important;
}

body.funatomy-skin.single-product .nectar-social.fixed {
  display: none !important;
}

@media (max-width: 1050px) {
  body.funatomy-skin.single-product .funatomy-product-layout {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
}

@media (max-width: 690px) {
  body.funatomy-skin.single-product #ajax-content-wrap > .container-wrap > .container.main-content {
    width: min(100% - 28px, 1240px) !important;
  }

  body.funatomy-skin.single-product #ajax-content-wrap > .container-wrap > .container.main-content > .row {
    width: 100% !important;
  }

  body.funatomy-skin.single-product .funatomy-product-gallery .product-slider,
  body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .flickity-viewport,
  body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .slider,
  body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .slide,
  body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .woocommerce-product-gallery__image,
  body.funatomy-skin.single-product .funatomy-product-gallery .product-slider .easyzoom,
  body.funatomy-skin.single-product .funatomy-product-gallery .product-slider a {
    min-height: 390px !important;
  }

  body.funatomy-skin.single-product .funatomy-product-gallery .product-slider img {
    height: 390px !important;
  }

  body.funatomy-skin.single-product .funatomy-product-gallery .product-thumbs,
  body.funatomy-skin.single-product .funatomy-product-gallery .product-thumbs .flickity-viewport,
  body.funatomy-skin.single-product .funatomy-product-gallery .product-thumbs .slide {
    height: 80px !important;
  }

  body.funatomy-skin.single-product .funatomy-product-gallery .product-thumbs .slide {
    width: 80px !important;
  }

  body.funatomy-skin.single-product .funatomy-product-info .product_title {
    font-size: 38px !important;
  }

  body.funatomy-skin.single-product .funatomy-purchase-row {
    grid-template-columns: 110px minmax(0, 1fr) !important;
  }

  body.funatomy-skin.single-product .funatomy-purchase-row .quantity {
    width: 110px !important;
    grid-template-columns: 34px 42px 34px !important;
  }

  body.funatomy-skin.single-product .funatomy-product-meta {
    gap: 4px !important;
    flex-direction: column !important;
  }
}

/* Homepage featured-product alignment, legitimate offer badges and hover cleanup. */
body.funatomy-skin.home .funatomy-featured-row .funatomy-featured-heading,
body.funatomy-skin.home .funatomy-featured-row .funatomy-featured-heading > div,
body.funatomy-skin.home .funatomy-featured-row .funatomy-featured-heading h2,
body.funatomy-skin.home .funatomy-featured-row .funatomy-featured-heading p {
  text-align: left !important;
}

body.funatomy-skin.home .funatomy-featured-row .funatomy-featured-heading h2 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.funatomy-skin.home .funatomy-featured-row .woocommerce ul.products li.product .product-wrap > .funatomy-featured-badge {
  position: absolute !important;
  z-index: 12 !important;
  top: 14px !important;
  right: auto !important;
  bottom: auto !important;
  left: 14px !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px 10px !important;
  align-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #15331b !important;
  background: var(--ft-green) !important;
  box-shadow: none !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  transform: none !important;
}

body.funatomy-skin.home .funatomy-featured-row .woocommerce ul.products li.product .product-add-to-cart,
body.funatomy-skin.home .funatomy-featured-row .woocommerce ul.products li.product:hover .product-add-to-cart {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: none !important;
}

/* Dedicated redesign navigation. This avoids Salient's centered-under-logo layout. */
body.funatomy-skin #header-outer,
body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] {
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important;
  padding: 0 !important;
}

body.funatomy-skin #header-outer #top {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, .98) !important;
}

body.funatomy-skin #header-outer #top > .container.funatomy-native-header {
  display: none !important;
}

body.funatomy-skin #header-outer #top > .funatomy-header-inner {
  position: relative !important;
  display: flex !important;
  width: min(1240px, calc(100% - 48px)) !important;
  height: 88px !important;
  min-height: 88px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-sizing: border-box !important;
}

body.funatomy-skin .funatomy-header-logo {
  display: inline-flex !important;
  width: 186px !important;
  height: 62px !important;
  flex: 0 0 186px !important;
  align-items: center !important;
  text-decoration: none !important;
}

body.funatomy-skin .funatomy-header-logo img {
  display: block !important;
  width: 186px !important;
  height: auto !important;
  max-height: 62px !important;
  margin: 0 !important;
}

body.funatomy-skin .funatomy-primary-nav {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  display: flex !important;
  height: 88px !important;
  align-items: center !important;
  gap: 34px !important;
  transform: translateX(-50%) !important;
}

body.funatomy-skin .funatomy-primary-nav a {
  position: relative !important;
  display: flex !important;
  height: 88px !important;
  padding: 0 !important;
  align-items: center !important;
  color: var(--ft-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.funatomy-skin .funatomy-primary-nav a::before,
body.funatomy-skin .funatomy-primary-nav a::after {
  position: absolute !important;
  right: 0 !important;
  bottom: 20px !important;
  left: 0 !important;
  display: block !important;
  width: auto !important;
  height: 3px !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: var(--ft-green) !important;
  content: "" !important;
  opacity: 0 !important;
  transform: scaleX(.45) !important;
  transition: opacity .2s ease, transform .2s ease !important;
}

body.funatomy-skin .funatomy-primary-nav a.active::after,
body.funatomy-skin .funatomy-primary-nav a:hover::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

body.funatomy-skin .funatomy-primary-nav a::before {
  display: none !important;
}

body.funatomy-skin .funatomy-header-actions {
  display: flex !important;
  margin-left: auto !important;
  align-items: center !important;
  gap: 12px !important;
}

body.funatomy-skin .funatomy-header-icon,
body.funatomy-skin .funatomy-menu-toggle {
  position: relative !important;
  display: grid !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--ft-ink) !important;
  box-shadow: none !important;
  appearance: none !important;
  text-decoration: none !important;
}

body.funatomy-skin .funatomy-header-icon:hover,
body.funatomy-skin .funatomy-menu-toggle:hover {
  border-color: #cbd3d6 !important;
  background: #fff !important;
  transform: translateY(-1px) !important;
}

body.funatomy-skin .funatomy-header-icon svg {
  display: block !important;
  width: 21px !important;
  height: 21px !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.funatomy-skin .funatomy-cart-count {
  position: absolute !important;
  top: -4px !important;
  right: -3px !important;
  display: grid !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: var(--ft-blue) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.funatomy-skin .funatomy-menu-toggle {
  display: none !important;
}

body.funatomy-skin .funatomy-menu-lines,
body.funatomy-skin .funatomy-menu-lines::before,
body.funatomy-skin .funatomy-menu-lines::after {
  display: block !important;
  width: 18px !important;
  height: 2px !important;
  border-radius: 2px !important;
  background: var(--ft-ink) !important;
  transition: transform .22s ease, opacity .18s ease !important;
}

body.funatomy-skin .funatomy-menu-lines {
  position: relative !important;
}

body.funatomy-skin .funatomy-menu-lines::before,
body.funatomy-skin .funatomy-menu-lines::after {
  position: absolute !important;
  left: 0 !important;
  content: "" !important;
}

body.funatomy-skin .funatomy-menu-lines::before { top: -6px !important; }
body.funatomy-skin .funatomy-menu-lines::after { top: 6px !important; }

body.funatomy-skin #header-outer.funatomy-menu-open .funatomy-menu-lines {
  background: transparent !important;
}

body.funatomy-skin #header-outer.funatomy-menu-open .funatomy-menu-lines::before {
  top: 0 !important;
  transform: rotate(45deg) !important;
}

body.funatomy-skin #header-outer.funatomy-menu-open .funatomy-menu-lines::after {
  top: 0 !important;
  transform: rotate(-45deg) !important;
}

@media (max-width: 980px) {
  body.funatomy-skin .funatomy-header-logo,
  body.funatomy-skin .funatomy-header-logo img {
    width: 155px !important;
  }

  body.funatomy-skin .funatomy-header-logo {
    flex-basis: 155px !important;
  }

  body.funatomy-skin .funatomy-primary-nav {
    gap: 20px !important;
  }

  body.funatomy-skin .funatomy-primary-nav a {
    font-size: 12px !important;
  }
}

@media (max-width: 720px) {
  body.funatomy-skin .funatomy-menu-toggle {
    display: grid !important;
  }

  body.funatomy-skin .funatomy-primary-nav {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    z-index: 40 !important;
    display: none !important;
    width: 100vw !important;
    height: auto !important;
    padding: 18px 24px 24px !important;
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 0 !important;
    border-top: 1px solid var(--ft-line) !important;
    background: rgba(255, 255, 255, .99) !important;
    box-shadow: 0 18px 35px rgba(25, 37, 42, .14) !important;
    transform: translateX(-50%) !important;
  }

  body.funatomy-skin #header-outer.funatomy-menu-open .funatomy-primary-nav {
    display: flex !important;
  }

  body.funatomy-skin .funatomy-primary-nav a {
    height: auto !important;
    padding: 13px 4px !important;
    justify-content: center !important;
    font-size: 14px !important;
  }

  body.funatomy-skin .funatomy-primary-nav a::after {
    bottom: 7px !important;
    right: calc(50% - 34px) !important;
    left: calc(50% - 34px) !important;
  }
}

@media (max-width: 640px) {
  body.funatomy-skin #header-outer,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"],
  body.funatomy-skin #header-outer #top,
  body.funatomy-skin #header-outer #top > .funatomy-header-inner {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }

  body.funatomy-skin #header-outer #top > .funatomy-header-inner {
    width: calc(100% - 28px) !important;
  }

  body.funatomy-skin .funatomy-header-logo,
  body.funatomy-skin .funatomy-header-logo img {
    width: 145px !important;
  }

  body.funatomy-skin .funatomy-header-logo {
    height: 54px !important;
    flex-basis: 145px !important;
  }

  body.funatomy-skin .funatomy-search-button {
    display: none !important;
  }
}

/* Exact approved-page structures layered over live WordPress/WooCommerce data. */
body.funatomy-skin .funatomy-original-about-content,
body.funatomy-skin .funatomy-original-shop-toolbar {
  display: none !important;
}

body.funatomy-skin.funatomy-page-about .container-wrap {
  padding: 0 !important;
}

body.funatomy-skin.funatomy-page-about .container-wrap > .main-content,
body.funatomy-skin.funatomy-page-about .container-wrap > .main-content > .row {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.funatomy-skin .funatomy-about-redesign {
  width: 100% !important;
}

body.funatomy-skin .funatomy-about-redesign .story-art img {
  display: block !important;
  width: min(92%, 600px) !important;
  height: auto !important;
}

body.funatomy-skin .funatomy-about-redesign .mission-callout h3,
body.funatomy-skin .funatomy-about-redesign .mission-callout h2 {
  color: #fff !important;
}

body.funatomy-skin .funatomy-about-redesign .learning-card h3 {
  color: var(--ft-ink) !important;
}

body.funatomy-skin.woocommerce-shop .container-wrap > .container.main-content > .row {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-shop-filters {
  width: 100% !important;
  margin: 0 0 30px !important;
}

body.funatomy-skin.woocommerce-shop ul.funatomy-product-grid {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 24px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.funatomy-skin.woocommerce-shop ul.funatomy-product-grid > li.funatomy-product-card {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  clear: none !important;
  float: none !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-shop ul.funatomy-product-grid > li.funatomy-product-card[hidden] {
  display: none !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-product-card .product-card-media {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  place-items: center !important;
  background: #f1f4f4 !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-product-card .product-card-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  transition: transform .25s ease !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-product-card:hover .product-card-media img {
  transform: scale(1.035) !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-product-card .product-badge {
  z-index: 2 !important;
  top: 14px !important;
  left: 14px !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  color: #15331b !important;
  background: var(--ft-green) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-product-card .product-card-body {
  display: flex !important;
  padding: 19px !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-product-card .product-card-title {
  min-height: 46px !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--ft-ink) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-product-card .product-card-price {
  display: block !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
  color: var(--ft-ink) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-product-card .product-card-actions {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 8px !important;
  margin-top: auto !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-product-card .product-card-actions > a {
  position: static !important;
  display: grid !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  place-items: center !important;
  transform: none !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 5px !important;
  color: var(--ft-ink) !important;
  background: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-product-card .product-card-actions > a:last-child {
  border-color: #2ecb16 !important;
  background: var(--ft-green) !important;
}

body.funatomy-skin.woocommerce-shop .funatomy-product-card .product-card-actions > a::after,
body.funatomy-skin.woocommerce-shop .funatomy-product-card .product-card-actions > a::before {
  display: none !important;
  content: none !important;
}

body.funatomy-skin .funatomy-contact-content {
  padding: clamp(70px, 7vw, 110px) 0 !important;
}

body.funatomy-skin .funatomy-contact-panel {
  min-height: 100% !important;
}

body.funatomy-skin .funatomy-contact-panel h2 {
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 800 !important;
}

body.funatomy-skin .funatomy-contact-panel > p {
  margin: 0 0 22px !important;
  color: #c7d0d3 !important;
}

body.funatomy-skin .funatomy-contact-panel .contact-detail {
  padding: 18px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .15) !important;
}

body.funatomy-skin .funatomy-contact-panel .contact-detail span {
  display: block !important;
  margin-bottom: 4px !important;
  color: var(--ft-green) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}

body.funatomy-skin .funatomy-contact-panel .contact-detail a {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

body.funatomy-skin .funatomy-contact-form-fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 22px !important;
}

body.funatomy-skin .funatomy-contact-form-fields > p {
  min-width: 0 !important;
  margin: 0 !important;
}

body.funatomy-skin .funatomy-contact-form-fields > p:nth-of-type(3),
body.funatomy-skin .funatomy-contact-form-fields > p:nth-of-type(4),
body.funatomy-skin .funatomy-contact-form-fields > p:nth-of-type(5),
body.funatomy-skin .funatomy-contact-form-fields > .wpcf7-response-output {
  grid-column: 1 / -1 !important;
}

body.funatomy-skin .funatomy-contact-form-fields label,
body.funatomy-skin .funatomy-contact-form-fields .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}

body.funatomy-skin .funatomy-contact-form-fields br {
  display: none !important;
}

body.funatomy-skin .funatomy-contact-form-fields textarea {
  min-height: 220px !important;
}

body.funatomy-skin .funatomy-contact-form-fields input[type="submit"] {
  min-width: 190px !important;
  min-height: 52px !important;
}

body.funatomy-skin .funatomy-cart-layout {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr) !important;
  gap: clamp(30px, 5vw, 60px) !important;
  align-items: start !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .woocommerce-cart-form,
body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .cart-collaterals {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .woocommerce-cart-form {
  padding: 0 !important;
  overflow: hidden !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout table.shop_table {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 18px !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout table.shop_table th {
  padding: 16px !important;
  color: var(--ft-ink) !important;
  background: #f5f7f7 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout table.shop_table td {
  padding: 18px 16px !important;
  border-color: #e3e8e9 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .product-thumbnail img {
  width: 86px !important;
  height: 86px !important;
  object-fit: cover !important;
  border-radius: 9px !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .cart-collaterals .cart_totals {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(24px, 3vw, 34px) !important;
  float: none !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 12px !important;
  background: #f7f9f9 !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .cart_totals h2 {
  margin: 0 0 20px !important;
  color: var(--ft-ink) !important;
  font-size: 26px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .wc-proceed-to-checkout .checkout-button {
  width: 100% !important;
  min-height: 54px !important;
  padding: 16px 22px !important;
  text-align: center !important;
}

body.funatomy-skin.woocommerce-checkout form.funatomy-checkout-layout {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr) !important;
  gap: clamp(30px, 5vw, 60px) !important;
  align-items: start !important;
}

body.funatomy-skin.woocommerce-checkout .funatomy-checkout-main,
body.funatomy-skin.woocommerce-checkout .funatomy-checkout-summary {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.funatomy-skin.woocommerce-checkout .funatomy-checkout-main > .col-1,
body.funatomy-skin.woocommerce-checkout .funatomy-checkout-main > .col-2 {
  width: 100% !important;
  margin: 0 0 24px !important;
  float: none !important;
}

body.funatomy-skin.woocommerce-checkout .funatomy-checkout-main .woocommerce-billing-fields,
body.funatomy-skin.woocommerce-checkout .funatomy-checkout-main .woocommerce-shipping-fields,
body.funatomy-skin.woocommerce-checkout .funatomy-checkout-main .woocommerce-additional-fields {
  margin: 0 !important;
  padding: clamp(24px, 3vw, 36px) !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(25, 37, 42, .07) !important;
}

body.funatomy-skin.woocommerce-checkout .funatomy-checkout-main h3,
body.funatomy-skin.woocommerce-checkout .funatomy-checkout-summary > h3 {
  margin: 0 0 22px !important;
  color: var(--ft-ink) !important;
  font-size: 26px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-checkout .funatomy-checkout-summary {
  position: sticky !important;
  top: 112px !important;
  padding: clamp(24px, 3vw, 34px) !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 12px !important;
  background: #f7f9f9 !important;
}

body.funatomy-skin.woocommerce-checkout .funatomy-checkout-summary #order_review {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-checkout .funatomy-checkout-summary #payment {
  margin-top: 22px !important;
  border-radius: 10px !important;
  background: #fff !important;
}

body.funatomy-skin.woocommerce-checkout .funatomy-checkout-summary #place_order {
  width: 100% !important;
  min-height: 56px !important;
  padding: 16px 22px !important;
}

@media (max-width: 1050px) {
  body.funatomy-skin.woocommerce-shop ul.funatomy-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.funatomy-skin .funatomy-cart-layout,
  body.funatomy-skin.woocommerce-checkout form.funatomy-checkout-layout {
    grid-template-columns: 1fr !important;
  }

  body.funatomy-skin.woocommerce-checkout .funatomy-checkout-summary {
    position: static !important;
  }
}

@media (max-width: 690px) {
  body.funatomy-skin.woocommerce-shop ul.funatomy-product-grid,
  body.funatomy-skin .funatomy-contact-form-fields {
    grid-template-columns: 1fr !important;
  }

  body.funatomy-skin .funatomy-contact-form-fields > p {
    grid-column: 1 / -1 !important;
  }

  body.funatomy-skin .funatomy-about-redesign .story-art {
    min-height: 360px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.funatomy-skin .funatomy-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Production bridge corrections: explicitly outrank Salient's layout rules. */
body.funatomy-skin .funatomy-original-page-hero,
body.funatomy-skin.page-id-39 .container-wrap .main-content > .row > .wpb_row.top-level:first-child,
body.funatomy-skin.page-id-47 .container-wrap .main-content > .row > .wpb_row.top-level:first-child {
  display: none !important;
}

body.funatomy-skin #header-secondary-outer {
  display: none !important;
  height: 0 !important;
}

body.funatomy-skin .page-hero h1,
body.funatomy-skin .page-hero .eyebrow {
  color: #fff !important;
}

body.funatomy-skin .page-hero {
  min-height: 0 !important;
  padding-top: clamp(42px, 5vw, 66px) !important;
  padding-bottom: clamp(42px, 5vw, 66px) !important;
}

body.funatomy-skin #header-outer #top nav > ul.sf-menu > li > a::before,
body.funatomy-skin #header-outer #top nav > ul.sf-menu > li > a .menu-title-text::before,
body.funatomy-skin #header-outer #top nav > ul.sf-menu > li > a .menu-title-text::after {
  display: none !important;
  width: 0 !important;
  opacity: 0 !important;
}

body.funatomy-skin .funatomy-testimonial-row .testimonial_slider .flickity-prev-next-button {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: var(--ft-ink) !important;
  background: var(--ft-green) !important;
  box-shadow: none !important;
}

body.funatomy-skin .funatomy-testimonial-row .testimonial_slider .flickity-prev-next-button::before {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--ft-green) !important;
  box-shadow: none !important;
}

body.funatomy-skin .funatomy-testimonial-row .testimonial_slider .flickity-prev-next-button svg {
  position: relative !important;
  z-index: 2 !important;
  fill: var(--ft-ink) !important;
}

body.funatomy-skin.woocommerce-shop .container-wrap {
  padding-top: clamp(56px, 6vw, 90px) !important;
  padding-bottom: clamp(70px, 7vw, 110px) !important;
}

body.funatomy-skin.woocommerce-shop .container-wrap > .container.main-content {
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: none !important;
}

body.funatomy-skin.woocommerce-shop .nectar-shop-header.funatomy-shop-toolbar {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
  margin: 0 0 32px !important;
  padding: 14px 18px !important;
  border: 1px solid #e4e9ea !important;
  border-radius: 12px !important;
  background: #f7f9f9 !important;
}

body.funatomy-skin.woocommerce-shop .nectar-shop-header .page-title {
  display: none !important;
}

body.funatomy-skin.woocommerce-shop .nectar-shop-header .woocommerce-breadcrumb {
  margin-right: auto !important;
  color: var(--ft-muted) !important;
}

body.funatomy-skin.woocommerce-shop ul.products,
body.funatomy-skin ul.products.funatomy-product-grid {
  display: grid !important;
  clear: both !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: 0 !important;
}

body.funatomy-skin.woocommerce-shop ul.products::before,
body.funatomy-skin.woocommerce-shop ul.products::after,
body.funatomy-skin ul.products.funatomy-product-grid::before,
body.funatomy-skin ul.products.funatomy-product-grid::after {
  display: none !important;
}

body.funatomy-skin.woocommerce-shop ul.products li.product,
body.funatomy-skin ul.products.funatomy-product-grid li.product {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 22px !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid #e5e9ea !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 14px 36px rgba(25, 37, 42, .08) !important;
}

body.funatomy-skin.woocommerce-shop ul.products li.product:hover,
body.funatomy-skin ul.products.funatomy-product-grid li.product:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 42px rgba(25, 37, 42, .13) !important;
}

body.funatomy-skin.woocommerce-shop ul.products li.product .product-wrap,
body.funatomy-skin ul.products.funatomy-product-grid li.product .product-wrap {
  margin: 0 0 18px !important;
  overflow: hidden !important;
  background: #f5f7f7 !important;
}

body.funatomy-skin.woocommerce-shop ul.products li.product img,
body.funatomy-skin ul.products.funatomy-product-grid li.product img {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  background: #f5f7f7 !important;
}

body.funatomy-skin.woocommerce-shop ul.products li.product h2,
body.funatomy-skin.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.funatomy-skin ul.products.funatomy-product-grid li.product h2 {
  margin: 0 !important;
  padding: 0 20px 6px !important;
  color: var(--ft-ink) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.32 !important;
}

body.funatomy-skin.woocommerce-shop ul.products li.product .price,
body.funatomy-skin ul.products.funatomy-product-grid li.product .price {
  display: block !important;
  margin: auto 0 0 !important;
  padding: 0 20px !important;
  color: var(--ft-ink) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

body.funatomy-skin .funatomy-contact-content {
  left: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  background: #fff !important;
}

body.funatomy-skin .funatomy-contact-content .row-bg,
body.funatomy-skin .funatomy-contact-content .column-bg-overlay-wrap,
body.funatomy-skin .funatomy-empty-contact-column,
body.funatomy-skin .funatomy-contact-layout > .divider-wrap {
  display: none !important;
}

body.funatomy-skin .funatomy-contact-content > .row_col_wrap_12 {
  display: block !important;
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.funatomy-skin .funatomy-contact-main-column {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body.funatomy-skin .funatomy-contact-main-column > .vc_column-inner {
  padding: 0 !important;
}

body.funatomy-skin .funatomy-contact-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr) !important;
  gap: clamp(36px, 7vw, 90px) !important;
  align-items: start !important;
}

body.funatomy-skin .funatomy-contact-panel,
body.funatomy-skin .funatomy-contact-form-shell {
  width: 100% !important;
  margin: 0 !important;
}

body.funatomy-skin .funatomy-contact-panel {
  padding: 36px !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: var(--ft-ink) !important;
}

body.funatomy-skin .funatomy-contact-panel h3,
body.funatomy-skin .funatomy-contact-panel strong,
body.funatomy-skin .funatomy-contact-panel a {
  color: #fff !important;
}

body.funatomy-skin .funatomy-contact-panel h3 {
  margin: 0 !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .15) !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
}

body.funatomy-skin .funatomy-contact-panel h3:first-child {
  padding-top: 0 !important;
  font-size: 28px !important;
}

body.funatomy-skin .funatomy-contact-form-shell {
  padding: clamp(26px, 4vw, 44px) !important;
  border: 1px solid #dfe4e6 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(25, 37, 42, .08) !important;
}

body.funatomy-skin .funatomy-contact-form-title {
  margin: 0 0 24px !important;
  color: var(--ft-ink) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
}

body.funatomy-skin .funatomy-contact-form {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.funatomy-skin .funatomy-contact-form p {
  margin: 0 0 18px !important;
}

body.funatomy-skin .funatomy-contact-form label {
  color: var(--ft-ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.funatomy-skin .funatomy-contact-form input[type="submit"] {
  min-width: 170px !important;
  padding: 15px 24px !important;
}

body.funatomy-skin.funatomy-empty-cart .container-wrap > .container.main-content {
  width: min(900px, calc(100% - 48px)) !important;
}

body.funatomy-skin .funatomy-empty-cart-card {
  padding: clamp(38px, 6vw, 72px) !important;
  border: 1px solid #e3e8e9 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(25, 37, 42, .09) !important;
  text-align: center !important;
}

body.funatomy-skin .funatomy-empty-cart-icon {
  display: grid !important;
  width: 92px !important;
  height: 92px !important;
  margin: 0 auto 22px !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: rgba(76, 255, 11, .2) !important;
  font-size: 42px !important;
}

body.funatomy-skin .funatomy-empty-cart-title {
  margin: 0 auto 10px !important;
  color: var(--ft-ink) !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

body.funatomy-skin .funatomy-empty-cart-card .cart-empty {
  margin: 0 auto 28px !important;
  padding: 0 !important;
  color: var(--ft-muted) !important;
  background: transparent !important;
  text-align: center !important;
}

body.funatomy-skin .funatomy-empty-cart-card .return-to-shop {
  margin: 0 !important;
  text-align: center !important;
}

body.funatomy-skin .funatomy-empty-cart-card .return-to-shop .button {
  padding: 15px 26px !important;
}

body.funatomy-skin.woocommerce-cart .woocommerce-cart-form {
  width: 64% !important;
  float: left !important;
}

body.funatomy-skin.woocommerce-cart .cart-collaterals {
  width: 32% !important;
  float: right !important;
}

body.funatomy-skin.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
}

body.funatomy-skin.woocommerce-checkout form.checkout .col2-set {
  width: 56% !important;
  float: left !important;
}

body.funatomy-skin.woocommerce-checkout form.checkout #order_review_heading,
body.funatomy-skin.woocommerce-checkout form.checkout #order_review {
  width: 40% !important;
  float: right !important;
}

body.funatomy-skin.woocommerce-checkout form.checkout #order_review_heading {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: var(--ft-ink) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-checkout .woocommerce-billing-fields,
body.funatomy-skin.woocommerce-checkout .woocommerce-shipping-fields,
body.funatomy-skin.woocommerce-checkout .woocommerce-additional-fields,
body.funatomy-skin.woocommerce-checkout #order_review {
  margin-bottom: 24px !important;
  padding: clamp(22px, 3vw, 34px) !important;
  border: 1px solid #e3e8e9 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(25, 37, 42, .07) !important;
}

body.funatomy-skin.woocommerce-checkout #payment {
  border-radius: 12px !important;
  background: #f6f8f8 !important;
}

body.funatomy-skin.woocommerce-checkout #place_order {
  width: 100% !important;
  min-height: 54px !important;
  margin-top: 16px !important;
  padding: 15px 24px !important;
}

@media (min-width: 1000px) {
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"],
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top > .container,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top > .container > .row {
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.funatomy-skin.material #header-outer[data-format="centered-menu-under-logo"] #top > .container > .row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  body.funatomy-skin.material #header-outer[data-format="centered-menu-under-logo"] #top .row .span_3 {
    position: static !important;
    display: flex !important;
    width: 205px !important;
    height: 88px !important;
    align-items: center !important;
    float: none !important;
  }

  body.funatomy-skin.material #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9 {
    position: static !important;
    display: flex !important;
    width: calc(100% - 205px) !important;
    height: 88px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    float: none !important;
  }

  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #logo,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav > ul,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav > ul > li,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav > ul > li > a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav > ul {
    height: 88px !important;
    min-height: 88px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
  }

  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav > ul.buttons {
    position: static !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav > ul.sf-menu:not(.buttons) > li > a {
    height: 88px !important;
    padding: 35px 0 34px !important;
  }

  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav > ul.sf-menu:not(.buttons) > li > a::after {
    bottom: 21px !important;
  }
}

@media (max-width: 1050px) {
  body.funatomy-skin.woocommerce-shop ul.products,
  body.funatomy-skin ul.products.funatomy-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.funatomy-skin .funatomy-contact-layout {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}

@media (max-width: 782px) {
  body.funatomy-skin.woocommerce-cart .woocommerce-cart-form,
  body.funatomy-skin.woocommerce-cart .cart-collaterals,
  body.funatomy-skin.woocommerce-checkout form.checkout .col2-set,
  body.funatomy-skin.woocommerce-checkout form.checkout #order_review_heading,
  body.funatomy-skin.woocommerce-checkout form.checkout #order_review {
    width: 100% !important;
    float: none !important;
  }

  body.funatomy-skin.woocommerce-checkout form.checkout #order_review_heading {
    margin-top: 28px !important;
  }
}

@media (max-width: 690px) {
  body.funatomy-skin.woocommerce-shop ul.products,
  body.funatomy-skin ul.products.funatomy-product-grid {
    grid-template-columns: 1fr !important;
  }

  body.funatomy-skin.woocommerce-shop .nectar-shop-header.funatomy-shop-toolbar {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  body.funatomy-skin .funatomy-contact-content > .row_col_wrap_12,
  body.funatomy-skin.woocommerce-shop .container-wrap > .container.main-content {
    width: min(100% - 28px, 1240px) !important;
  }
}

/* Final cascade guard for the approved Contact section spacing. */
body.funatomy-skin .funatomy-contact-content {
  padding-top: clamp(70px, 7vw, 110px) !important;
  padding-bottom: clamp(70px, 7vw, 110px) !important;
}

/* Final cascade guard for the approved desktop navigation geometry. */
@media (min-width: 721px) {
  body.funatomy-skin #header-outer,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] {
    position: sticky !important;
    top: 0 !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    transform: none !important;
  }

  body.admin-bar.funatomy-skin #header-outer,
  body.admin-bar.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] {
    top: 32px !important;
  }

  body.funatomy-skin #header-outer #top > .funatomy-header-inner,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top > .funatomy-header-inner {
    position: relative !important;
    display: flex !important;
    width: min(1240px, calc(100% - 48px)) !important;
    height: 88px !important;
    min-height: 88px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  body.funatomy-skin #header-outer #top nav.funatomy-primary-nav,
  body.funatomy-skin #header-outer[data-format="centered-menu-under-logo"] #top nav.funatomy-primary-nav {
    position: absolute !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    display: flex !important;
    width: auto !important;
    height: 88px !important;
    min-height: 88px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 34px !important;
    transform: translateX(-50%) !important;
  }
}

/* Preserve the approved hero color split against Salient's heading colors. */
body.funatomy-skin .home-hero h1,
body.funatomy-skin .home-hero .hero-title-line,
body.funatomy-skin .home-hero .hero-title-line > span {
  color: #fff !important;
}

body.funatomy-skin .home-hero h1 em,
body.funatomy-skin .home-hero .hero-title-line em {
  color: var(--ft-green) !important;
  font-style: normal !important;
}

/*
 * Jump-free header docking.
 * The slot permanently reserves the header's space in normal flow. Only the
 * header itself becomes fixed, so crossing the docking threshold cannot move
 * the hero or alter the document height.
 */
body.funatomy-skin .funatomy-header-slot {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.funatomy-skin .funatomy-header-slot > #header-outer,
body.funatomy-skin .funatomy-header-slot > #header-outer[data-format="centered-menu-under-logo"] {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  transform: none !important;
}

body.funatomy-skin .funatomy-header-slot > #header-outer.funatomy-header-fixed,
body.funatomy-skin .funatomy-header-slot > #header-outer.funatomy-header-fixed[data-format="centered-menu-under-logo"] {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 9998 !important;
  width: 100% !important;
  transform: none !important;
}

body.admin-bar.funatomy-skin .funatomy-header-slot > #header-outer.funatomy-header-fixed,
body.admin-bar.funatomy-skin .funatomy-header-slot > #header-outer.funatomy-header-fixed[data-format="centered-menu-under-logo"] {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar.funatomy-skin .funatomy-header-slot > #header-outer.funatomy-header-fixed,
  body.admin-bar.funatomy-skin .funatomy-header-slot > #header-outer.funatomy-header-fixed[data-format="centered-menu-under-logo"] {
    top: 46px !important;
  }
}

@media (max-width: 720px) {
  body.funatomy-skin .funatomy-header-slot {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }

  body.funatomy-skin .funatomy-header-slot > #header-outer.funatomy-header-fixed,
  body.funatomy-skin .funatomy-header-slot > #header-outer.funatomy-header-fixed[data-format="centered-menu-under-logo"],
  body.admin-bar.funatomy-skin .funatomy-header-slot > #header-outer.funatomy-header-fixed,
  body.admin-bar.funatomy-skin .funatomy-header-slot > #header-outer.funatomy-header-fixed[data-format="centered-menu-under-logo"] {
    top: var(--funatomy-mobile-header-top, 0px) !important;
  }
}

/* Exact internal-page hero typography and spacing from the approved review. */
body.funatomy-skin .page-hero {
  padding: clamp(42px, 5vw, 66px) 0 !important;
}

body.funatomy-skin .page-hero > .page-hero-inner {
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.funatomy-skin .page-hero .eyebrow {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  letter-spacing: .12em !important;
}

body.funatomy-skin .page-hero h1 {
  max-width: 820px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: clamp(38px, 5vw, 60px) !important;
  line-height: 1 !important;
  letter-spacing: -.06em !important;
}

body.funatomy-skin .page-hero p:not(.eyebrow) {
  max-width: 660px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

/*
 * Exact shop grid guard. The #ajax-content-wrap anchor outranks Salient's
 * attribute-based WooCommerce column widths without changing product data.
 */
body.funatomy-skin.woocommerce-shop #ajax-content-wrap .container-wrap {
  padding: clamp(66px, 8vw, 108px) 0 !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .container-wrap > .container.main-content,
body.funatomy-skin.woocommerce-shop #ajax-content-wrap .container-wrap > .container.main-content > .row {
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-shop-filters {
  display: flex !important;
  width: 100% !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  border: 0 !important;
  background: transparent !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-shop-filters > p {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ft-muted) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-shop-filters .filter-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-shop-filters .filter-chip {
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 8px 13px !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 999px !important;
  color: #58666b !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  text-transform: none !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-shop-filters .filter-chip.active {
  border-color: var(--ft-ink) !important;
  color: #fff !important;
  background: var(--ft-ink) !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap ul.products.funatomy-product-grid {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 24px !important;
  align-items: stretch !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap ul.products.funatomy-product-grid > li.product.funatomy-product-card {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  flex-direction: column !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  overflow: hidden !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 9px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap ul.products.funatomy-product-grid > li.product.funatomy-product-card[hidden] {
  display: none !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card > .product-card-media {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  place-items: center !important;
  background: #f1f4f4 !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card > .product-card-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card > .product-card-body {
  display: flex !important;
  margin: 0 !important;
  padding: 19px !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card .product-card-title {
  min-height: 46px !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--ft-ink) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card .product-card-price {
  display: block !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
  color: var(--ft-ink) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card .product-card-actions {
  display: grid !important;
  width: 100% !important;
  margin: auto 0 0 !important;
  grid-template-columns: 1fr auto !important;
  gap: 8px !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card .product-card-actions > a {
  position: static !important;
  display: grid !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  place-items: center !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 4px !important;
  color: var(--ft-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  transform: none !important;
}

body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card .product-card-actions > a:last-child {
  border-color: #16882d !important;
  background: var(--ft-green) !important;
}

@media (max-width: 1050px) {
  body.funatomy-skin.woocommerce-shop #ajax-content-wrap ul.products.funatomy-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  body.funatomy-skin.woocommerce-shop #ajax-content-wrap ul.products.funatomy-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (max-width: 640px) {
  body.funatomy-skin .page-hero {
    padding: 34px 0 38px !important;
  }

  body.funatomy-skin .page-hero > .page-hero-inner,
  body.funatomy-skin.woocommerce-shop #ajax-content-wrap .container-wrap > .container.main-content,
  body.funatomy-skin.woocommerce-shop #ajax-content-wrap .container-wrap > .container.main-content > .row {
    width: min(100% - 28px, 1240px) !important;
  }

  body.funatomy-skin .page-hero h1 {
    max-width: calc(100% - 72px) !important;
    font-size: 36px !important;
  }

  body.funatomy-skin .page-hero p:not(.eyebrow) {
    max-width: calc(100% - 64px) !important;
    font-size: 14px !important;
  }

  body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-shop-filters {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card > .product-card-body {
    padding: 12px !important;
  }

  body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card .product-card-title {
    min-height: 0 !important;
    font-size: 13px !important;
  }

  body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card .product-card-price {
    margin-bottom: 11px !important;
    font-size: 16px !important;
  }

  body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card .product-card-actions {
    grid-template-columns: 1fr 42px !important;
    gap: 5px !important;
  }

  body.funatomy-skin.woocommerce-shop #ajax-content-wrap .funatomy-product-card .product-card-actions > a {
    min-height: 38px !important;
    padding: 0 7px !important;
    font-size: 10px !important;
  }
}

/* Build 14: match the approved Contact page width and single-card form treatment. */
body.funatomy-skin.funatomy-page-contact .funatomy-contact-content {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: none !important;
  margin-right: -50vw !important;
  margin-left: -50vw !important;
  transform: none !important;
}

body.funatomy-skin.funatomy-page-contact .funatomy-contact-content > .row_col_wrap_12 {
  width: min(1240px, calc(100vw - 48px)) !important;
  max-width: none !important;
}

body.funatomy-skin.funatomy-page-contact .funatomy-contact-main-column,
body.funatomy-skin.funatomy-page-contact .funatomy-contact-main-column > .vc_column-inner,
body.funatomy-skin.funatomy-page-contact .funatomy-contact-layout,
body.funatomy-skin.funatomy-page-contact .funatomy-contact-form-shell,
body.funatomy-skin.funatomy-page-contact .funatomy-contact-form {
  width: 100% !important;
  max-width: none !important;
}

body.funatomy-skin.funatomy-page-contact .funatomy-contact-form-fields {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.funatomy-skin.funatomy-page-contact .funatomy-contact-panel {
  min-height: 0 !important;
}

@media (max-width: 690px) {
  body.funatomy-skin.funatomy-page-contact .funatomy-contact-content > .row_col_wrap_12 {
    width: min(100vw - 28px, 1240px) !important;
  }
}

/* Build 16: approved populated-cart layout, backed by native WooCommerce controls. */
body.funatomy-skin.woocommerce-cart:not(.funatomy-empty-cart) #ajax-content-wrap > .container-wrap > .container.main-content {
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.funatomy-skin.woocommerce-cart:not(.funatomy-empty-cart) #ajax-content-wrap > .container-wrap > .container.main-content {
  padding: clamp(44px, 5vw, 68px) 0 !important;
}

body.funatomy-skin.woocommerce-cart:not(.funatomy-empty-cart) #ajax-content-wrap > .container-wrap {
  padding-top: 0 !important;
}

body.funatomy-skin.woocommerce-cart:not(.funatomy-empty-cart) #ajax-content-wrap > .container-wrap > .container.main-content > .row {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-ready > .woocommerce-notices-wrapper:empty {
  display: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr) !important;
  gap: clamp(30px, 5vw, 60px) !important;
  align-items: start !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-main,
body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .woocommerce-cart-form,
body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .cart-collaterals {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table {
  overflow: hidden !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 9px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table > table,
body.funatomy-skin.woocommerce-cart .funatomy-cart-table > table > tbody {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table thead,
body.funatomy-skin.woocommerce-cart .funatomy-cart-table tr:not(.cart_item),
body.funatomy-skin.woocommerce-cart .funatomy-cart-table .product-remove {
  display: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table tr.cart_item {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: 110px minmax(0, 1fr) 120px 90px !important;
  gap: 18px !important;
  align-items: center !important;
  padding: 22px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ft-line) !important;
  background: #fff !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table tr.cart_item:last-of-type {
  border-bottom: 0 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table tr.cart_item > td {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table tr.cart_item > td::before {
  display: none !important;
  content: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table tr.cart_item > td.product-remove,
body.funatomy-skin.woocommerce-cart .funatomy-cart-table tr.cart_item > td.product-price {
  display: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table .product-thumbnail img {
  display: block !important;
  width: 110px !important;
  height: 110px !important;
  margin: 0 !important;
  border-radius: 5px !important;
  background: var(--ft-soft) !important;
  object-fit: cover !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table .product-name > a:first-child {
  display: block !important;
  margin: 0 0 5px !important;
  color: var(--ft-ink) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table .variation {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 0 3px !important;
  color: var(--ft-muted) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table .variation dt,
body.funatomy-skin.woocommerce-cart .funatomy-cart-table .variation dd,
body.funatomy-skin.woocommerce-cart .funatomy-cart-table .variation p {
  margin: 0 3px 0 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-item-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 12px !important;
  margin-top: 2px !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-item-links a {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--ft-blue) !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-decoration: underline !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table .product-price {
  display: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table .product-quantity .quantity {
  display: grid !important;
  width: 120px !important;
  height: 56px !important;
  margin: 0 !important;
  grid-template-columns: 40px 1fr 40px !important;
  border: 1px solid #cfd6d8 !important;
  border-radius: 4px !important;
  background: #fff !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table .quantity input {
  position: static !important;
  width: 100% !important;
  height: 54px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--ft-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 54px !important;
  text-align: center !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table .quantity .minus,
body.funatomy-skin.woocommerce-cart .funatomy-cart-table .quantity .plus {
  color: var(--ft-muted) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-table .product-subtotal {
  color: var(--ft-ink) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-align: right !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-continue-shopping {
  display: inline-block !important;
  margin-top: 20px !important;
  color: var(--ft-blue) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary {
  width: 100% !important;
  margin: 0 !important;
  padding: 28px !important;
  float: none !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: var(--ft-soft) !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .cart-collaterals .funatomy-cart-summary {
  padding: 28px !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary > h2 {
  margin: 0 0 22px !important;
  color: var(--ft-ink) !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary > table,
body.funatomy-skin.woocommerce-cart .funatomy-cart-summary > table > tbody {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary > table tr {
  display: flex !important;
  width: 100% !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary > table th,
body.funatomy-skin.woocommerce-cart .funatomy-cart-summary > table td {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--ft-ink) !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  text-align: right !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .cart-collaterals .funatomy-cart-summary > table.shop_table tr > th,
body.funatomy-skin.woocommerce-cart .funatomy-cart-layout .cart-collaterals .funatomy-cart-summary > table.shop_table tr > td {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary > table th {
  text-align: left !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary > table td::before {
  display: none !important;
  content: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .cart-subtotal td,
body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .shipping td {
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .shipping #shipping_method label {
  font-size: 0 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .shipping #shipping_method .amount {
  color: var(--ft-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .woocommerce-shipping-destination,
body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .woocommerce-shipping-calculator {
  display: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-shipping-message {
  margin: 3px 0 0 !important;
  color: var(--ft-green-dark) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-shipping-message.qualified {
  display: inline-block !important;
  padding: 4px 9px !important;
  border-radius: 999px !important;
  color: #15331b !important;
  background: rgba(76, 255, 11, .3) !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary > table tr.order-total {
  align-items: baseline !important;
  margin: 0 !important;
  padding: 20px 0 4px !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .order-total th {
  font-size: 16px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .order-total .amount {
  color: var(--ft-ink) !important;
  font-size: 27px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .wc-proceed-to-checkout {
  margin: 0 !important;
  padding: 0 !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .checkout-button {
  display: flex !important;
  width: 100% !important;
  min-height: 64px !important;
  margin: 20px 0 0 !important;
  padding: 0 24px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid var(--ft-green-dark) !important;
  border-radius: 4px !important;
  color: #102714 !important;
  background: var(--ft-green) !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-transform: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .mwc-external-checkout-buttons,
body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .mwc-external-checkout-buttons-divider,
body.funatomy-skin.woocommerce-cart .funatomy-cart-summary .ppc-button-wrapper {
  display: none !important;
}

body.funatomy-skin.woocommerce-cart .funatomy-cart-secure-note {
  margin: 12px 0 0 !important;
  color: var(--ft-muted) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

@media (max-width: 820px) {
  body.funatomy-skin.woocommerce-cart .funatomy-cart-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.funatomy-skin.woocommerce-cart:not(.funatomy-empty-cart) #ajax-content-wrap > .container-wrap > .container.main-content,
  body.funatomy-skin.woocommerce-cart:not(.funatomy-empty-cart) #ajax-content-wrap > .container-wrap > .container.main-content > .row {
    width: min(100% - 28px, 1240px) !important;
  }

  body.funatomy-skin.woocommerce-cart .funatomy-cart-table tr.cart_item {
    grid-template-columns: 86px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 16px !important;
  }

  body.funatomy-skin.woocommerce-cart .funatomy-cart-table .product-thumbnail img {
    width: 86px !important;
    height: 86px !important;
  }

  body.funatomy-skin.woocommerce-cart .funatomy-cart-table .product-quantity,
  body.funatomy-skin.woocommerce-cart .funatomy-cart-table .product-subtotal {
    grid-column: 2 !important;
  }

  body.funatomy-skin.woocommerce-cart .funatomy-cart-table .product-subtotal {
    text-align: left !important;
  }

  body.funatomy-skin.woocommerce-cart .funatomy-cart-summary {
    padding: 22px !important;
  }
}

/* Checkout redesign: live WooCommerce fields and gateways in the approved layout. */
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .page-hero { display: none !important; }

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .container-wrap {
  margin: 0 !important;
  padding: 0 0 80px !important;
  background: #fff !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .container-wrap > .container.main-content {
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .container-wrap > .container.main-content > .row,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .container-wrap .woocommerce {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-notices-wrapper:empty { display: none !important; }

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-intro {
  display: flex !important;
  width: 100% !important;
  padding: 40px 0 30px !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-intro .eyebrow {
  margin: 0 0 6px !important;
  color: var(--ft-muted) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-intro h1 {
  margin: 0 0 6px !important;
  color: var(--ft-ink) !important;
  font-size: clamp(36px, 4vw, 50px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -.045em !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-intro p:not(.eyebrow) {
  margin: 0 !important;
  color: var(--ft-muted) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-intro .back-link {
  flex: 0 0 auto !important;
  color: var(--ft-blue) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign form.funatomy-checkout-layout {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(350px, .82fr) !important;
  gap: clamp(34px, 5vw, 72px) !important;
  align-items: start !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign form.funatomy-checkout-layout > .woocommerce-NoticeGroup,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign form.funatomy-checkout-layout > .woocommerce-notices-wrapper,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign form.funatomy-checkout-layout > .woocommerce-error {
  grid-column: 1 / -1 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-notice-inline-handled {
  display: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-main,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-summary {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-legacy-host {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-fields,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-fields > .woocommerce-billing-fields,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-fields > .checkout-card {
  display: block !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  float: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .checkout-card,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-delivery-step {
  padding: clamp(22px, 3vw, 34px) !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .section-heading,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-delivery-step > h3 {
  display: flex !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  align-items: center !important;
  gap: 12px !important;
  color: var(--ft-ink) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .section-heading h2 {
  margin: 0 !important;
  color: var(--ft-ink) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .step-number {
  display: grid !important;
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #15331b !important;
  background: var(--ft-green) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-contact-field #billing_email_field {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-field-note {
  margin: 13px 0 0 !important;
  color: var(--ft-muted) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-billing-fields__field-wrapper,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-shipping-fields__field-wrapper {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 17px !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .form-row {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .form-row-wide,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .address-field,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .wc_apbct_email_id { grid-column: 1 / -1 !important; }

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .wc_apbct_email_id {
  position: absolute !important;
  left: -10000px !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign label {
  display: block !important;
  margin: 0 0 7px !important;
  color: var(--ft-ink) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign input.input-text,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign select,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign textarea,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .select2-container .select2-selection--single {
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #cfd6d8 !important;
  border-radius: 4px !important;
  color: var(--ft-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 15px !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign textarea {
  min-height: 110px !important;
  resize: vertical !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .select2-container { width: 100% !important; }
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .select2-selection__rendered { padding: 0 !important; line-height: 26px !important; }
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .select2-selection__arrow { top: 12px !important; right: 10px !important; }

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-invalid input.input-text,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-invalid select,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-invalid textarea,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-invalid .select2-selection,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-inline-invalid input.input-text,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-inline-invalid select,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-inline-invalid textarea,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-inline-invalid .select2-selection {
  border-color: #d92d20 !important;
  box-shadow: 0 0 0 1px #d92d20 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-inline-field-error {
  display: block !important;
  width: 100% !important;
  margin: 6px 0 0 !important;
  color: #d92d20 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .wc_payment_method.funatomy-inline-invalid {
  border-color: #d92d20 !important;
  box-shadow: 0 0 0 1px #d92d20 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .wc_payment_method > .funatomy-inline-field-error {
  margin: 0 !important;
  padding: 0 16px 16px 46px !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-shipping-fields,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-additional-fields {
  width: 100% !important;
  margin: 26px 0 0 !important;
  padding: 24px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--ft-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #ship-to-different-address {
  margin: 0 0 18px !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #ship-to-different-address label,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-terms-and-conditions-wrapper label {
  display: flex !important;
  margin: 0 !important;
  align-items: flex-start !important;
  gap: 9px !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign input[type="checkbox"],
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign input[type="radio"] { accent-color: var(--ft-green-dark) !important; }

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .payment-intro {
  margin: -14px 0 22px 40px !important;
  color: var(--ft-muted) !important;
  font-size: 13px !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #payment {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #payment ul.payment_methods {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #payment li.wc_payment_method {
  position: relative !important;
  overflow: hidden !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 6px !important;
  background: #fff !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #payment li.wc_payment_method:has(> input:checked) {
  border-color: var(--ft-green-dark) !important;
  box-shadow: 0 0 0 2px rgba(76, 255, 11, .14) !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #payment li.wc_payment_method > input.input-radio {
  position: absolute !important;
  top: 20px !important;
  left: 16px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #payment li.wc_payment_method > label {
  display: flex !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 15px 16px 15px 46px !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 15px !important;
  cursor: pointer !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .mwc-payments-gateway-card-icons {
  display: flex !important;
  margin-left: auto !important;
  align-items: center !important;
  gap: 4px !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .mwc-payments-gateway-card-icons img {
  width: 30px !important;
  height: 19px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #payment div.payment_box {
  width: auto !important;
  margin: 0 !important;
  padding: 18px 16px 20px 46px !important;
  border-top: 1px solid #edf0f1 !important;
  border-radius: 0 !important;
  color: var(--ft-muted) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #payment div.payment_box::before { display: none !important; }

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #mwc-payments-poynt-hosted-form,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .mwc-payments-payment-form {
  width: 100% !important;
  max-width: none !important;
}

/*
 * Poynt owns the PCI-hosted fields inside this cross-origin iframe. On some
 * WebKit/Chrome sessions its document reports twice its intended height after
 * a checkout refresh, exposing a repeated second copy of the same fields.
 * The connected form itself is 320px tall on desktop and mobile; clip only the
 * erroneous overflow while leaving the real iframe and nonce untouched.
 */
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #mwc-payments-poynt-hosted-form {
  height: 320px !important;
  max-height: 320px !important;
  overflow: hidden !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #mwc-payments-poynt-hosted-form iframe {
  display: block !important;
  width: 100% !important;
  height: 320px !important;
  max-width: none !important;
  max-height: 320px !important;
  border: 0 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #payment .form-row.place-order {
  display: block !important;
  width: 100% !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #place_order {
  width: 100% !important;
  min-height: 60px !important;
  margin: 18px 0 0 !important;
  padding: 16px 22px !important;
  border: 2px solid var(--ft-green-dark) !important;
  border-radius: 4px !important;
  color: #102714 !important;
  background: var(--ft-green) !important;
  box-shadow: none !important;
  float: none !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-terms-and-conditions-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-terms-and-conditions-wrapper .form-row {
  display: flex !important;
  margin: 0 !important;
  align-items: flex-start !important;
  gap: 9px !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .mwc-external-checkout-buttons,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .mwc-external-checkout-buttons-divider {
  width: 100% !important;
  margin: 18px 0 0 !important;
  text-align: center !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-summary {
  position: sticky !important;
  top: 112px !important;
  display: block !important;
  align-self: start !important;
  padding: 30px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--ft-soft) !important;
  box-shadow: none !important;
}

body.admin-bar.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-summary { top: 144px !important; }

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-summary > h2,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-summary > h3 {
  width: 100% !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  float: none !important;
  color: var(--ft-ink) !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .product-container {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 22px !important;
  border-bottom: 1px solid #d8dfe1 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .cart_item {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: 78px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .product-image {
  position: relative !important;
  width: 78px !important;
  height: 78px !important;
  overflow: visible !important;
  border: 1px solid #d8dfe1 !important;
  border-radius: 5px !important;
  background: #fff !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .product-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 4px !important;
  object-fit: cover !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .product-info {
  display: grid !important;
  min-width: 0 !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .product-info h4,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .product-info h4 a {
  margin: 0 !important;
  color: var(--ft-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .product-quantity {
  position: absolute !important;
  top: -1px !important;
  right: -1px !important;
  display: grid !important;
  width: 23px !important;
  height: 23px !important;
  margin: 0 !important;
  place-items: center !important;
  border-radius: 0 5px 0 8px !important;
  color: #fff !important;
  background: var(--ft-ink) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .product-info > .amount {
  color: var(--ft-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table table.order-review,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table table.order-review tbody {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table table.order-review tr {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 9px 0 !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 18px !important;
  border: 0 !important;
  background: transparent !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table table.order-review th,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table table.order-review td {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--ft-ink) !important;
  background: transparent !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: right !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table table.order-review th {
  font-weight: 500 !important;
  text-align: left !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .order-total {
  margin-top: 10px !important;
  padding-top: 20px !important;
  border-top: 1px solid #d8dfe1 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table table.order-review tr.funatomy-checkout-shipping-progress {
  padding: 0 0 10px !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table table.order-review tr.funatomy-checkout-shipping-progress td {
  width: 100% !important;
  text-align: left !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-shipping-progress .shipping-message {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #247f2c !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-shipping-progress .shipping-message.qualified {
  color: var(--ft-green-dark) !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .order-total th {
  font-size: 16px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-checkout-review-order-table .order-total .amount {
  font-size: 27px !important;
  font-weight: 800 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #shipping_method,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #shipping_method li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #shipping_method label {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-header .funatomy-primary-nav,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-header .funatomy-menu-toggle,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-header .funatomy-search-button,
body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-header .funatomy-cart-button {
  display: none !important;
}

body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-secure-pill {
  display: inline-flex !important;
  min-height: 40px !important;
  padding: 0 15px !important;
  align-items: center !important;
  gap: 7px !important;
  border: 1px solid var(--ft-line) !important;
  border-radius: 999px !important;
  color: var(--ft-muted) !important;
  background: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

@media (min-width: 721px) {
  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #header-outer,
  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #header-outer #top,
  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign #header-outer #top > .funatomy-checkout-header,
  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-header-slot {
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
  }

  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-header-logo,
  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-header-logo img {
    width: 170px !important;
  }
}

@media (max-width: 980px) {
  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign form.funatomy-checkout-layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-summary {
    position: static !important;
    order: -1 !important;
  }
}

@media (max-width: 720px) {
  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .container-wrap > .container.main-content {
    width: min(100% - 28px, 1240px) !important;
  }

  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-intro {
    padding: 30px 0 22px !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-intro h1 { font-size: 36px !important; }

  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-billing-fields__field-wrapper,
  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr !important;
  }

  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .form-row { grid-column: 1 / -1 !important; }

  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .checkout-card,
  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-summary { padding: 20px !important; }

  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .mwc-payments-gateway-card-icons img:nth-child(n+5) { display: none !important; }

  body.funatomy-skin.woocommerce-checkout.funatomy-checkout-redesign .funatomy-checkout-secure-pill {
    min-height: 36px !important;
    padding: 0 11px !important;
    font-size: 11px !important;
  }
}
