/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.85
*/

:root {
  --vm-navy: #101A22;
  --vm-navy-soft: #101A22;
  --vm-red: #D8431F;
  --vm-ink: #31505E;
  --vm-muted: #31505E;
  --vm-line: #D7E8EE;
  --vm-surface: #DEF1F7;
  --vm-card-radius: 14px;
}


.vm-site-topbar {
  position: relative;
  z-index: 31;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(90deg, #101A22 0%, #0F5C7A 50%, #101A22 100%);
  color: #fff;
}

.vm-site-topbar__inner {
  display: grid;
  width: min(1120px, calc(100% - 40px));
  min-height: 38px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  margin: 0 auto;
}

.vm-site-topbar__item {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  color: rgba(255, 255, 255, .94);
  font-family: Ubuntu, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .005em;
  line-height: 1.25;
  white-space: nowrap;
}

.vm-site-topbar__item + .vm-site-topbar__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, .22);
  content: "";
  transform: translateY(-50%);
}

.vm-site-topbar__item svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vm-site-topbar__item--clone {
  display: none;
}

@media (max-width: 849px) {
  .vm-site-topbar {
    overflow: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .vm-site-topbar::-webkit-scrollbar {
    display: none;
  }

  .vm-site-topbar__inner {
    display: flex;
    width: max-content;
    min-width: 100%;
    min-height: 32px;
    margin: 0;
    padding: 0 8px;
  }

  .vm-site-topbar__item {
    min-width: 136px;
    flex: 0 0 136px;
    justify-content: flex-start;
    gap: 7px;
    padding: 0 11px;
    font-size: 10.5px;
  }

  .vm-site-topbar__item + .vm-site-topbar__item::before {
    height: 14px;
  }

  .vm-site-topbar__item svg {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }

  .vm-site-topbar__item--clone {
    display: flex;
  }

  .vm-site-topbar.is-auto-rotating .vm-site-topbar__inner {
    animation: vm-site-topbar-loop 18s linear infinite;
    will-change: transform;
  }

  .vm-site-topbar.is-auto-rotating.is-interacting .vm-site-topbar__inner {
    animation-play-state: paused;
  }
}

@keyframes vm-site-topbar-loop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-544px, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vm-site-topbar.is-auto-rotating .vm-site-topbar__inner {
    animation: none;
    transform: none;
  }
}

/* Footer navigation: neutralize legacy inline borders used by the UX Builder
   links and keep one consistent, accessible interaction treatment. */
.footer-wrapper .row-collapse ul a,
.footer-wrapper .row-collapse ul a:visited {
  display: inline;
  padding: 0;
  border: 0 !important;
  background: transparent;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

.footer-wrapper .row-collapse ul a:hover,
.footer-wrapper .row-collapse ul a:focus-visible {
  border: 0 !important;
  background: transparent;
  box-shadow: none;
  color: #fff;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Footer link columns: Flatsome adds a default 1.3em left margin to every li.
   Reset it at the component boundary and give all three columns one rhythm. */
.footer-wrapper .row-collapse ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer-wrapper .row-collapse ul > li {
  margin: 0 0 8px !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer-wrapper .row-collapse ul > li::before,
.footer-wrapper .row-collapse ul > li::marker {
  display: none !important;
  content: none !important;
}

.footer-wrapper .row-collapse h5 {
  position: relative;
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700 !important;
  letter-spacing: .045em;
  line-height: 1.35;
}

.footer-wrapper .row-collapse h5::after {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 9px;
  background: #D8431F;
  content: "";
}

.footer-wrapper .row-collapse ul > li > a {
  display: inline-block;
  margin: 0;
  padding: 2px 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.45;
  transition: color .18s ease, transform .18s ease;
}

.footer-wrapper .row-collapse ul > li > a:hover,
.footer-wrapper .row-collapse ul > li > a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.footer-wrapper .footer-shipping-logo img {
  opacity: .92 !important;
}

.footer-wrapper .absolute-footer {
  border-top: 1px solid rgba(255, 255, 255, .11);
  background: #101A22;
}

.footer-wrapper .absolute-footer .copyright-footer {
  padding-top: 4px;
  color: rgba(255, 255, 255, .78);
  font-size: 12.5px;
  line-height: 1.65;
}

@media (min-width: 850px) {
  /* The UX Block uses 7 + 4 columns. Expand the link side to 8 + 4 so the
     footer occupies the full row without an unused twelfth column. */
  .footer-wrapper .row-small > .large-7:first-child {
    flex-basis: 66.666667%;
    max-width: 66.666667%;
  }

  .footer-wrapper .row-small > .large-4:last-child {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, .13);
  }

  .footer-wrapper .row-collapse > .col {
    padding-right: 24px;
  }
}

/* Compact, progressively enhanced mobile navigation inside the shared footer UX Block. */
@media (max-width: 849px) {
 .footer-wrapper .vm-footer-nav-accordion > .col {
  padding: 0 0 5px;
 }

 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-toggle {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 42px 0 2px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-family: Ubuntu, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.3;
  text-align: left;
 }

 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-toggle::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  content: "";
  opacity: .8;
  transform: translateY(-68%) rotate(45deg);
  transition: transform .2s ease;
 }

 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-toggle:hover,
 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-toggle:focus-visible {
  border-bottom-color: rgba(255, 255, 255, .38);
  background: transparent;
  color: #fff;
 }

 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .75);
  outline-offset: 3px;
 }

 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-25%) rotate(225deg);
 }

 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-list,
 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-list[hidden] {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
 }

 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-list:not([hidden]) {
  display: block;
  padding: 10px 2px 5px !important;
 }

 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-list > li {
  margin: 0 0 6px !important;
  padding: 0 !important;
  list-style: none !important;
 }

 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-list > li:last-child {
  margin-bottom: 0 !important;
 }

 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-list > li::before,
 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-list > li::marker {
  display: none !important;
  content: none !important;
 }

 .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-list > li > a {
  display: inline-block;
  margin: 0;
  padding: 3px 0;
  line-height: 1.45;
 }
}

.footer-wrapper .row-collapse ul a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .85);
  outline-offset: 3px;
}

/* Keep the accessible Tadalafil FAQ controls isolated from legacy global
   Flatsome button declarations that appear later in this stylesheet. */
.vm-pill-faq .vm-pill-faq-button {
  display: flex;
  width: 100%;
  min-height: 56px;
  height: auto;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 19px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  box-shadow: none;
}

.vm-hub-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.vm-hub-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 26, 34, .07);
}

.vm-hub-product-card.is-out-of-stock {
  background: #F8FBFC;
}

.vm-hub-product-image {
  position: relative;
  display: flex;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-bottom: 1px solid var(--vm-line);
  background: #fff;
}

.vm-hub-product-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}

.vm-hub-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  padding: 18px;
}

.vm-hub-product-meta {
  margin-bottom: 7px;
  color: #31505E;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .08em;
}

.vm-hub-combined-badge {
  position: absolute;
  right: 11px;
  bottom: 11px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 22px);
  margin: 0;
  padding: 6px 9px;
  border: 0;
  border-radius: 4px;
  background: #0F5C7A;
  box-shadow: 0 3px 10px rgba(16, 26, 34, .13);
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.35;
  pointer-events: none;
}

.vm-hub-product-card h3 {
  margin: 0 0 12px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

.vm-hub-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.vm-hub-product-card h3 a:hover {
  color: var(--vm-red);
}

.vm-hub-strength,
.vm-hub-package {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  color: #31505E;
  font-size: 12px;
  line-height: 1.5;
}

.vm-hub-strength strong,
.vm-hub-package strong {
  display: inline;
  margin: 0;
  color: var(--vm-ink);
  font-size: 13px;
  text-align: right;
}

.vm-hub-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: #31505E;
  font-size: 12px;
}

.vm-hub-rating .star-rating {
  margin: 0;
}

.vm-hub-stock {
  margin: 0 0 17px;
  color: #0F5C7A;
  font-size: 12px;
  font-weight: 900;
}

.vm-hub-stock.is-out-of-stock {
  color: #8a5a14;
}

.vm-hub-stock .stock {
  margin: 0;
  color: inherit;
}

.vm-hub-stock .stock::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.vm-hub-product-buy {
  display: flex;
  min-height: 67px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid var(--vm-line);
}

.vm-hub-price {
  min-width: 0;
  color: var(--vm-navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
}

.vm-hub-price .amount {
  color: inherit;
}

.vm-hub-price .vm-tip {
  vertical-align: middle;
}

.vm-hub-product-button {
  display: inline-flex;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 9px 11px;
  border-radius: 8px;
  background: var(--vm-red);
  color: #fff;
  font-size: 11.5px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.vm-hub-product-button:hover {
  background: #B93618;
  color: #fff;
}


@media (max-width: 1200px) {
  .vm-hub-product-buy {
    align-items: stretch;
    flex-direction: column;
  }

  .vm-hub-product-button {
    width: 100%;
  }
}

@media (max-width:1023px){
  .vm-hub-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width:549px){
  .vm-hub-product-grid,
  .vm-hub-product-grid--combined {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .vm-hub-product-grid--combined.vm-hub-product-grid--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vm-hub-product-card {
    width: 100%;
    margin: 0;
    border-radius: 12px;
  }

  .vm-hub-product-image {
    aspect-ratio: 1 / 1;
    padding: 8px;
  }

  .vm-hub-product-body {
    padding: 11px;
  }

  .vm-hub-product-meta {
    min-height: 25px;
    margin-bottom: 5px;
    font-size: 8.5px;
    line-height: 1.4;
  }

  .vm-hub-combined-badge {
    right: 6px;
    bottom: 6px;
    max-width: calc(100% - 12px);
    padding: 5px 7px;
    font-size: 8.5px;
  }

  .vm-hub-product-card h3 {
    display: -webkit-box;
    min-height: 0;
    margin-bottom: 6px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .vm-hub-strength,
  .vm-hub-package {
    gap: 6px;
    margin-bottom: 8px;
    font-size: 9.5px;
  }

  .vm-hub-strength strong,
  .vm-hub-package strong {
    font-size: 10px;
  }

  .vm-hub-stock {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .vm-hub-product-buy {
    min-height: 0;
    align-items: stretch;
    gap: 8px;
    padding-top: 10px;
    flex-direction: column;
  }

  .vm-hub-price {
    font-size: 13.5px;
  }

  .vm-hub-product-button {
    width: 100%;
    min-height: 42px;
    padding: 8px 5px;
    font-size: 10.5px;
  }
}

@media (max-width:359px){
  .vm-hub-product-body {
    padding: 9px;
  }

  .vm-hub-product-card h3 {
    font-size: 13.5px;
  }

  .vm-hub-product-button {
    font-size: 10px;
  }
}

/* Kamagra Oral Jelly 100 mg — exact-product landing page */
.vm-product-template .vm-seo-breadcrumbs {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 8px;
  color: #31505E;
  font-size: 13px;
  line-height: 1.5;
}

.vm-product-template .vm-seo-breadcrumbs a {
  color: #31505E;
  text-decoration: none;
}

.vm-product-template .vm-seo-breadcrumbs a:hover {
  color: var(--vm-red);
}

.vm-product-template .product > .custom-product-page > .row:first-child {
  width: min(1200px, calc(100% - 40px));
  max-width: 1200px;
  gap: 22px;
  margin: 18px auto 46px;
  padding: 30px;
  border: 1px solid rgba(16, 26, 34, .08);
  border-radius: 22px;
  background:
    radial-gradient(520px 300px at 92% 2%, rgba(216, 67, 31, .07), transparent 70%),
    linear-gradient(135deg, #F8FBFC 0%, #DEF1F7 100%);
  box-shadow: 0 18px 50px rgba(16, 26, 34, .08);
}

.vm-product-template .product > .custom-product-page > .row:first-child > .col {
  max-width: calc(50% - 11px);
  flex-basis: calc(50% - 11px);
  padding: 0;
}

.vm-product-template .woocommerce-product-gallery,
.vm-product-template .product-thumbnails {
  overflow: hidden;
  border: 1px solid rgba(16, 26, 34, .09);
  border-radius: 16px;
  background: #fff;
}

.vm-product-template .woocommerce-product-gallery__image img {
  aspect-ratio: 1;
  object-fit: contain;
}

.vm-product-template .product-thumbnails {
  margin-top: 12px;
  padding: 8px;
}

.vm-product-template .product-thumbnails img {
  border-radius: 9px;
}

.vm-product-template .product-title-container h1 {
  margin: 0 0 11px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.06;
}

.vm-product-template .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin: 0 0 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(16, 26, 34, .10);
  color: #31505E;
  font-size: 12px;
}

.vm-product-template .product_meta a {
  color: var(--vm-navy);
  text-decoration: none;
}

.vm-product-template .product-short-description {
  color: var(--vm-ink);
  font-size: 15px;
  line-height: 1.68;
}

.vm-product-template .product-short-description p {
  margin-bottom: 0;
}

.vm-product-template .product-page-price {
  margin: 20px 0 13px;
  color: var(--vm-navy);
  font-size: 28px;
  font-weight: 900;
}

.vm-product-template .stock.in-stock {
  margin: 0 0 13px;
  color: #0F5C7A;
  font-size: 13px;
  font-weight: 900;
}

.vm-product-template .stock.in-stock::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.vm-product-template .tiered-pricing-wrapper {
  overflow-x: auto;
  margin: 0 0 17px;
  border: 1px solid rgba(16, 26, 34, .11);
  border-radius: 13px;
  background: #fff;
}

.vm-product-template .tiered-pricing-wrapper table.shop_table.tiered-pricing-table {
  margin: 0;
  border: 0;
}

.vm-product-template .tiered-pricing-wrapper table.shop_table.tiered-pricing-table thead th {
  background: var(--vm-navy) !important;
  color: #fff !important;
}

.vm-product-template .tiered-pricing-wrapper table.shop_table.tiered-pricing-table tbody tr.tiered-pricing--active td,
.vm-product-template .tiered-pricing-wrapper table.shop_table.tiered-pricing-table tbody tr.tiered-pricing--active td * {
  background: #DEF1F7 !important;
  color: var(--vm-navy) !important;
}

.vm-product-template form.cart .quantity {
  margin-right: 10px;
}

.vm-product-template form.cart .single_add_to_cart_button {
  min-height: 46px;
  margin: 0;
  border-radius: 9px;
  background: var(--vm-red);
  font-weight: 900;
  text-transform: none;
}

.vm-product-template form.cart .single_add_to_cart_button:hover {
  background: #B93618;
}

.vm-product-template .woocommerce-tabs {
  width: min(1200px, calc(100% - 40px));
  max-width: 1200px;
  padding: 0;
}

.vm-product-template .product-tabs {
  margin-bottom: 0;
}

.vm-product-template .product-tabs li a {
  color: var(--vm-navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}

.vm-product-template .woocommerce-Tabs-panel--description {
  padding: 0 !important;
}

.vm-product-detail {
  color: var(--vm-ink);
}

.vm-product-detail * {
  box-sizing: border-box;
}

.vm-product-detail__intro {
  max-width: 820px;
  padding: 48px 0 34px;
}

.vm-product-detail__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #31505E;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
}

.vm-product-detail__eyebrow::before {
  width: 24px;
  height: 3px;
  border-radius: 10px;
  background: var(--vm-red);
  content: "";
}

.vm-product-detail h2 {
  margin: 0 0 15px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.13;
}

.vm-product-detail h3 {
  margin: 0 0 10px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.3;
}

.vm-product-detail p,
.vm-product-detail li {
  font-size: 15px;
  line-height: 1.72;
}

.vm-product-detail p {
  margin: 0 0 14px;
}

/* Flat editorial lists: modest indentation and a small brand-blue dash,
   without legacy tab borders. Scoped away from navigation and commerce. */
body.single-product #tab-description ul,
body.single-product #tab-description ul > li {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  list-style: none;
}

body.single-product #tab-description ul {
  margin: 0 0 14px;
}

body.single-product #tab-description ul > li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 22px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

body.single-product #tab-description ul > li:last-child {
  margin-bottom: 0;
}

body.single-product #tab-description ul > li::before {
  position: absolute;
  top: .8em;
  left: 2px;
  width: 8px;
  height: 2px;
  border: 0;
  border-radius: 0;
  background: var(--vm-brand, #0F5C7A);
  box-shadow: none;
  content: "";
}

body.single-product #tab-description ul > li::marker {
  content: none;
}

body.single-product #tab-description .vm-product-detail ul {
  font-size: 15px;
  line-height: 1.72;
}

.vm-product-detail a {
  color: var(--vm-red);
  font-weight: 800;
  text-decoration: none;
}

.vm-product-detail a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vm-product-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 54px;
}

.vm-product-fact {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(16, 26, 34, .09);
  border-radius: 14px;
  background: #F8FBFC;
}

.vm-product-fact span,
.vm-product-fact strong {
  display: block;
}

.vm-product-fact span {
  margin-bottom: 5px;
  color: #31505E;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
}

.vm-product-fact strong {
  color: var(--vm-navy);
  font-size: 16px;
  line-height: 1.4;
}

.vm-product-detail__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 54px;
}

.vm-product-detail__card {
  padding: 27px;
  border: 1px solid rgba(16, 26, 34, .09);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 11px 32px rgba(16, 26, 34, .06);
}

.vm-product-detail__card p:last-child {
  margin-bottom: 0;
}

.vm-product-package {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 54px;
  padding: 32px;
  border-radius: 18px;
  background: linear-gradient(135deg, #DEF1F7 0%, #F8FBFC 100%);
}

.vm-product-package__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vm-product-package__list li {
  position: relative;
  margin: 0;
  padding-left: 25px;
}

.vm-product-package__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--vm-red);
  font-weight: 900;
  content: "✓";
}

.vm-product-safety {
  margin-bottom: 54px;
  padding: 34px;
  border-radius: 18px;
  background: var(--vm-navy);
  color: rgba(255, 255, 255, .78);
}

.vm-product-safety h2,
.vm-product-safety h3 {
  color: #fff;
}

.vm-product-safety a {
  color: #F3B7A8;
}

/* Product editorial safety card must remain readable after Flatsome tab rules. */
.single-product .woocommerce-Tabs-panel .vm-product-safety h2,
.single-product .woocommerce-Tabs-panel .vm-product-safety h3 {
  color: #fff !important;
}

body.single-product .tab-panels .woocommerce-Tabs-panel--description .vm-product-safety a {
  color: #F3B7A8 !important;
}

.vm-product-safety__note {
  margin-top: 18px !important;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .64);
  font-size: 12.5px !important;
}

.vm-product-compare {
  margin-bottom: 54px;
  padding: 30px;
  border: 1px solid rgba(16, 26, 34, .09);
  border-left: 5px solid var(--vm-red);
  border-radius: 0 16px 16px 0;
  background: #fff;
}

.vm-product-faq {
  margin-bottom: 58px;
}

.vm-product-faq details {
  border-bottom: 1px solid var(--vm-line);
  background: #F8FBFC;
}

.vm-product-faq details:first-of-type {
  border-radius: 14px 14px 0 0;
}

.vm-product-faq details:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 14px 14px;
}

.vm-product-faq summary {
  padding: 17px 20px;
  color: var(--vm-navy);
  cursor: pointer;
  font-size: 14.5px;
  font-weight: 900;
}

.vm-product-faq details p {
  margin: 0;
  padding: 0 20px 18px;
}

.vm-product-template .related-products-wrapper {
  width: min(1200px, calc(100% - 40px));
  max-width: 1200px;
  margin: 0 auto 54px;
  padding-top: 38px;
  border-top: 1px solid var(--vm-line);
}

.vm-product-template .related-products-wrapper > h3,
.vm-product-template .related-products-wrapper > h2 {
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

@media (max-width: 849px) {
  .vm-product-template .product > .custom-product-page > .row:first-child {
    gap: 0;
    padding: 24px;
  }

  .vm-product-template .product > .custom-product-page > .row:first-child > .col {
    max-width: 100%;
    flex-basis: 100%;
  }

  .vm-product-template .product > .custom-product-page > .row:first-child > .col + .col {
    margin-top: 28px;
  }

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

  .vm-product-package {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 549px) {
  .vm-product-template .vm-seo-breadcrumbs,
  .vm-product-template .woocommerce-tabs,
  .vm-product-template .related-products-wrapper,
  .vm-product-template .product > .custom-product-page > .row:first-child {
    width: calc(100% - 28px);
  }

  .vm-product-template .vm-seo-breadcrumbs {
    padding-top: 16px;
    font-size: 11.5px;
  }

  .vm-product-template .product > .custom-product-page > .row:first-child {
    margin-top: 10px;
    margin-bottom: 32px;
    padding: 16px;
    border-radius: 17px;
  }

  .vm-product-template .product-title-container h1 {
    font-size: 34px;
  }

  .vm-product-template .product-short-description {
    font-size: 14.5px;
  }

  .vm-product-template .tiered-pricing-wrapper table.shop_table.tiered-pricing-table th,
  .vm-product-template .tiered-pricing-wrapper table.shop_table.tiered-pricing-table td {
    padding: 10px 7px !important;
    font-size: 11px !important;
  }

  .vm-product-template form.cart {
    display: flex;
    flex-wrap: wrap;
  }

  .vm-product-template form.cart .tpt__tiered-pricing,
  .vm-product-template form.cart .tier-pricing-summary-table {
    width: 100%;
  }

  .vm-product-template form.cart .single_add_to_cart_button {
    flex: 1;
  }

  .vm-product-detail__intro {
    padding-top: 38px;
  }

  .vm-product-facts,
  .vm-product-detail__grid {
    grid-template-columns: 1fr;
  }

  .vm-product-facts,
  .vm-product-detail__grid,
  .vm-product-package,
  .vm-product-safety,
  .vm-product-compare,
  .vm-product-faq {
    margin-bottom: 42px;
  }

  .vm-product-detail__card,
  .vm-product-package,
  .vm-product-safety,
  .vm-product-compare {
    padding: 22px;
  }

  .vm-product-detail p,
  .vm-product-detail li,
  body.single-product #tab-description .vm-product-detail ul {
    font-size: 14.5px;
  }
}

.vm-pill-section h2,
.vm-pill-faq h2 {
  margin: 0;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.16;
}

.vm-pill-section-head {
  max-width: 820px;
  margin-bottom: 35px;
}

.vm-pill-section-head > p {
  margin: 15px 0 0;
  color: var(--vm-ink);
  font-size: 16px;
  line-height: 1.75;
}

.vm-pill-faq {
  padding: 70px 0;
  background: linear-gradient(180deg, #DEF1F7 0%, #F8FBFC 100%);
}

.vm-pill-faq-inner {
  max-width: 940px;
}

.vm-pill-faq .vm-pill-section-head {
  margin: 0 auto 30px;
  text-align: center;
}

.vm-pill-faq .vm-pill-eyebrow {
  justify-content: center;
}

.vm-pill-faq .accordion {
  margin: 0;
}

.vm-pill-faq .accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid var(--vm-line);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(16, 26, 34, .04);
}

.vm-pill-faq .accordion-title {
  min-height: 56px;
  padding: 17px 48px 17px 19px;
  border: 0;
  color: var(--vm-navy);
  font-size: 15px;
  font-weight: 900;
}

.vm-pill-faq .accordion-title.active {
  background: #fff;
  color: var(--vm-red);
}

.vm-pill-faq .accordion-title .toggle {
  top: 50%;
  right: 17px;
  left: auto;
  transform: translateY(-50%);
}

.vm-pill-faq .accordion-inner {
  padding: 0 19px 19px;
  color: var(--vm-ink);
  font-size: 14.5px;
  line-height: 1.72;
}

.vm-pill-faq-list {
  display: grid;
  gap: 10px;
}

.vm-pill-faq-item {
  overflow: hidden;
  border: 1px solid var(--vm-line);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(16, 26, 34, .04);
}

.vm-pill-faq-item h3 {
  margin: 0;
}

.vm-pill-faq-button {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 19px;
  border: 0;
  background: #fff;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.vm-pill-faq-button:hover,
.vm-pill-faq-button:focus-visible,
.vm-pill-faq-button[aria-expanded="true"] {
  color: var(--vm-red);
}

.vm-pill-faq-button:focus-visible {
  outline: 3px solid rgba(216, 67, 31, .22);
  outline-offset: -3px;
}

.vm-pill-faq-toggle {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, 2px);
  transition: transform .18s ease;
}

.vm-pill-faq-button[aria-expanded="true"] .vm-pill-faq-toggle {
  transform: rotate(225deg) translate(-2px, 2px);
}

.vm-pill-faq-panel {
  padding: 0 19px 19px;
  color: var(--vm-ink);
  font-size: 14.5px;
  line-height: 1.72;
}

.vm-pill-faq-panel p {
  margin: 0;
}

.vm-pill-faq-panel[hidden] {
  display: none;
}

@media (max-width:549px){
  .vm-pill-section h2,
  .vm-pill-faq h2 {
    font-size: 29px;
  }

  .vm-pill-prose,
  .vm-pill-section-head > p {
    font-size: 15px;
    line-height: 1.75;
  }
  .vm-pill-faq {
    padding: 48px 0;
  }

  .vm-pill-faq .accordion-title {
    font-size: 14.5px;
  }

  .vm-pill-faq-button {
    font-size: 14.5px;
  }
}

/* Final scoped override: legacy Flatsome button rules occur after the pillar
   component declarations in this long-lived child stylesheet. */
.vm-pill-faq .vm-pill-faq-button {
  display: flex;
  width: 100%;
  min-height: 56px;
  height: auto;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 19px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  box-shadow: none;
}

.vm-pill-faq .vm-pill-faq-button:hover,
.vm-pill-faq .vm-pill-faq-button:focus-visible,
.vm-pill-faq .vm-pill-faq-button[aria-expanded="true"] {
  background: #fff;
  color: var(--vm-red);
}

@media (max-width: 549px) {
  .vm-pill-faq .vm-pill-faq-button {
    min-height: 56px;
    padding: 15px 17px;
    font-size: 14.5px;
  }
}

.vm-info-sild-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #31505E;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vm-info-sild-eyebrow::before {
  width: 24px;
  height: 3px;
  border-radius: 4px;
  background: #D8431F;
  content: "";
}

/* Vital Man mobile navigation drawer.
   Restyles the existing Flatsome/Magnific Popup markup only; desktop navigation,
   menu data and the native submenu toggle behavior remain untouched. */
@media (min-width: 850px) {
  #wide-nav {
    position: relative;
    min-height: 58px;
    border: 0;
    background: linear-gradient(90deg, #101A22 0%, #101A22 50%, #101A22 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 7px 20px rgba(8, 29, 48, .09);
  }

  #wide-nav::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(216, 67, 31, .85) 24%, rgba(216, 67, 31, .85) 76%, transparent 100%);
    content: "";
    opacity: .55;
    pointer-events: none;
  }

  #wide-nav > .flex-row,
  #wide-nav > .flex-row > .flex-col {
    min-height: 58px;
  }

  #wide-nav > .flex-row > .flex-col {
    display: flex;
    align-items: center;
  }

  #wide-nav .header-bottom-nav {
    min-height: 58px;
    gap: 5px;
    align-items: center;
    margin: 0;
  }

  #wide-nav .header-bottom-nav.nav-divided > li + li::before {
    display: none;
  }

  #wide-nav .header-bottom-nav.nav-divided > li + li > a.nav-top-link::after {
    display: none;
  }

  #wide-nav .header-bottom-nav > li {
    margin: 0;
  }

  #wide-nav .header-bottom-nav > li > a.nav-top-link {
    position: relative;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: rgba(255, 255, 255, .86);
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 40px;
    text-transform: uppercase;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
  }

  #wide-nav .header-bottom-nav > li > a.nav-top-link::before {
    position: absolute;
    right: 14px;
    bottom: 3px;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background: var(--vm-red);
    content: "";
    opacity: 0;
    transform: scaleX(.35);
    transition: opacity .18s ease, transform .18s ease;
  }

  #wide-nav .header-bottom-nav > li:hover > a.nav-top-link,
  #wide-nav .header-bottom-nav > li.current-menu-item > a.nav-top-link,
  #wide-nav .header-bottom-nav > li.current-menu-ancestor > a.nav-top-link,
  #wide-nav .header-bottom-nav > li > a.nav-top-link:focus-visible {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .09);
    color: #fff;
  }

  #wide-nav .header-bottom-nav > li:hover > a.nav-top-link::before,
  #wide-nav .header-bottom-nav > li.current-menu-item > a.nav-top-link::before,
  #wide-nav .header-bottom-nav > li.current-menu-ancestor > a.nav-top-link::before,
  #wide-nav .header-bottom-nav > li > a.nav-top-link:focus-visible::before {
    opacity: 1;
    transform: scaleX(1);
  }

  #wide-nav .header-bottom-nav > li > a.nav-top-link .icon-angle-down {
    margin-left: 7px;
    color: #C7DFE7;
    font-size: 13px;
    opacity: 1;
    transition: color .18s ease, transform .18s ease;
  }

  #wide-nav .header-bottom-nav > li:hover > a.nav-top-link .icon-angle-down {
    color: #fff;
    transform: rotate(180deg);
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown {
    left: 50%;
    display: grid;
    width: 340px;
    min-width: 340px;
    gap: 6px;
    margin: 8px 0 0 -170px;
    padding: 13px;
    border: 1px solid #C7DFE7;
    border-radius: 14px;
    background: #F8FBFC;
    box-shadow: 0 22px 48px rgba(5, 18, 31, .2);
  }

  #wide-nav .header-bottom-nav > .menu-item-6149 > .nav-dropdown {
    width: 390px;
    min-width: 390px;
    margin-left: -195px;
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown::before {
    display: none;
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li {
    display: block;
    margin: 0;
    border: 0;
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li > a {
    display: grid;
    min-height: 48px;
    grid-template-columns: 9px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    margin: 0;
    padding: 11px 13px;
    border: 1px solid #D3E7ED;
    border-radius: 9px;
    background: #fff;
    color: var(--vm-ink);
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: none;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li > a::before {
    width: 8px;
    height: 8px;
    border: 2px solid var(--vm-red);
    border-radius: 50%;
    content: "";
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li > a::after {
    color: #31505E;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    content: "→";
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li:first-child > a {
    border-color: var(--vm-navy);
    background: var(--vm-navy);
    color: #fff;
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li:first-child > a::before {
    border-color: #fff;
    background: var(--vm-red);
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li:first-child > a::after {
    color: #fff;
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li > a:hover,
  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li > a:focus-visible {
    border-color: #C7DFE7;
    background: #DEF1F7;
    color: var(--vm-navy);
    transform: translateX(2px);
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li:first-child > a:hover,
  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li:first-child > a:focus-visible {
    border-color: #0F5C7A;
    background: #0F5C7A;
    color: #fff;
  }

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li > a:focus-visible,
  #wide-nav .header-bottom-nav > li > a.nav-top-link:focus-visible {
    outline: 3px solid rgba(74, 111, 165, .3);
    outline-offset: 1px;
  }
}

@media (max-width: 849px) {
  .mfp-bg.main-menu-overlay {
    background: rgba(5, 18, 31, .62);
    opacity: 1;
  }

  @supports ((-webkit-backdrop-filter: blur(2px)) or (backdrop-filter: blur(2px))) {
    .mfp-bg.main-menu-overlay {
      -webkit-backdrop-filter: blur(2px);
      backdrop-filter: blur(2px);
    }
  }

  .main-menu-overlay + .mfp-wrap.off-canvas-left .mfp-content,
  .off-canvas-left .mfp-content:has(> #main-menu) {
    --drawer-width: min(100vw, 420px);
    width: var(--drawer-width);
    max-width: 420px;
    background: #fff;
    box-shadow: 12px 0 38px rgba(5, 18, 31, .2);
    overscroll-behavior: contain;
  }

  #main-menu,
  #main-menu .sidebar-menu {
    width: 100%;
    min-height: 100%;
    background: transparent;
  }

  #main-menu .sidebar-menu {
    padding: max(68px, calc(56px + env(safe-area-inset-top))) 0 max(22px, env(safe-area-inset-bottom));
    background: #fff;
  }

  #main-menu .nav-sidebar[data-tab="1"] {
    display: block;
    width: 100%;
    margin: 0;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li {
    width: 100%;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li:not(.header-search-form) {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    overflow: hidden;
    border: 0 !important;
    border-bottom: 1px solid var(--vm-line) !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li.menu-item-has-children.active {
    border-color: var(--vm-line) !important;
    background: #F8FBFC;
    box-shadow: none;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li:not(.header-search-form) > a {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    margin: 0;
    padding: 16px 20px;
    border: 0;
    background: transparent;
    color: var(--vm-navy);
    font-family: Poppins, sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .025em;
    text-transform: uppercase;
    transition: color .18s ease, background-color .18s ease;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li.menu-item-has-children > a {
    width: calc(100% - 50px);
    padding-right: 8px;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li:not(.header-search-form) > a:hover,
  #main-menu .nav-sidebar[data-tab="1"] > li:not(.header-search-form) > a:focus-visible {
    background: #F8FBFC;
    color: var(--vm-navy);
  }

  #main-menu .nav-sidebar[data-tab="1"] > li:not(.header-search-form) > a:focus-visible,
  #main-menu .nav-sidebar[data-tab="1"] > li > button.toggle:focus-visible,
  #main-menu .header-search-form input:focus-visible,
  #main-menu .header-search-form button:focus-visible {
    outline: 3px solid rgba(74, 111, 165, .28);
    outline-offset: -3px;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li > button.toggle {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: flex;
    width: 50px;
    height: 58px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #31505E;
    opacity: 1;
    box-shadow: none;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li > button.toggle i {
    display: none;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li > button.toggle::before {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: rotate(45deg) translate(-1px, -1px);
    transition: transform .2s ease;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li.active > button.toggle::before {
    transform: rotate(225deg) translate(-1px, -1px);
  }

  #main-menu .nav-sidebar[data-tab="1"] > li.menu-item-has-children > ul.sub-menu {
    display: block !important;
    box-sizing: border-box;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0 20px 0 32px;
    overflow: hidden;
    visibility: hidden;
    border: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height .22s ease, padding .22s ease, opacity .16s ease, transform .22s ease, visibility 0s linear .22s;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li.menu-item-has-children.active > ul.sub-menu {
    max-height: 480px;
    margin: 0;
    padding: 0 20px 12px 32px;
    visibility: visible;
    opacity: 1;
    transform: none;
    transition-delay: 0s;
  }

  #main-menu .nav-sidebar[data-tab="1"] ul.sub-menu > li {
    margin: 0;
    border: 0;
  }

  #main-menu .nav-sidebar[data-tab="1"] ul.sub-menu > li > a {
    display: flex;
    min-height: 44px;
    align-items: center;
    margin: 0;
    padding: 9px 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--vm-ink);
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
  }

  #main-menu .nav-sidebar[data-tab="1"] ul.sub-menu > li > a:hover,
  #main-menu .nav-sidebar[data-tab="1"] ul.sub-menu > li > a:focus-visible {
    background: #DEF1F7;
    color: var(--vm-navy);
  }

  #main-menu .nav-sidebar[data-tab="1"] ul.sub-menu > li > a:focus-visible {
    outline: 2px solid rgba(74, 111, 165, .32);
    outline-offset: -2px;
  }

  #main-menu .nav-sidebar[data-tab="1"] li.current-menu-item > a,
  #main-menu .nav-sidebar[data-tab="1"] li.current-menu-ancestor > a,
  #main-menu .nav-sidebar[data-tab="1"] li.current_page_item > a {
    background: #DEF1F7;
    color: var(--vm-navy);
    font-weight: 700;
    box-shadow: inset 3px 0 #31505E;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li.header-search-form {
    width: calc(100% - 32px) !important;
    margin: 0 16px 19px !important;
    padding: 0;
    border: 0;
  }

  #main-menu .header-search-form .header-search-form-wrapper,
  #main-menu .header-search-form .searchform-wrapper,
  #main-menu .header-search-form form {
    width: 100%;
  }

  #main-menu .header-search-form form {
    overflow: hidden;
    border: 1px solid #d7e0e7;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
  }

  #main-menu .header-search-form .form-flat .flex-col:last-of-type {
    margin-right: 0;
  }

  #main-menu .header-search-form input.search-field {
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 15px;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    color: var(--vm-navy);
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    box-shadow: none !important;
  }

  #main-menu .header-search-form input.search-field::placeholder {
    color: #31505E;
    opacity: 1;
  }

  #main-menu .header-search-form button.ux-search-submit {
    display: flex;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--vm-navy);
    box-shadow: none;
  }

  #main-menu .header-search-form button.ux-search-submit:hover,
  #main-menu .header-search-form button.ux-search-submit:focus-visible {
    background: #DEF1F7;
    color: var(--vm-navy);
  }

  #main-menu .nav-sidebar[data-tab="1"] > li:not(.menu-item-has-children):not(.header-search-form) > a::after {
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 1.5px solid #31505E;
    border-bottom: 1.5px solid #31505E;
    content: "";
    transform: rotate(-45deg);
  }

  #main-menu .nav-sidebar[data-tab="1"] > li.account-item {
    margin-top: 12px;
    border-top: 1px solid var(--vm-line) !important;
    border-bottom: 1px solid var(--vm-line) !important;
    background: #DEF1F7;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li.account-item > a {
    color: var(--vm-navy);
  }

  .main-menu-overlay + .mfp-wrap.off-canvas-left .mfp-close,
  .off-canvas-left:has(#main-menu) .mfp-close {
    top: max(14px, env(safe-area-inset-top));
    right: auto;
    left: calc(min(100vw, 420px) - 52px);
    display: flex;
    width: 40px;
    height: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--vm-line);
    border-radius: 50%;
    background: #fff;
    color: #0F5C7A;
    font-size: 0;
    font-weight: 300;
    line-height: 1;
    opacity: 1;
    box-shadow: none;
    mix-blend-mode: normal !important;
    -webkit-appearance: none;
    appearance: none;
  }

  .main-menu-overlay + .mfp-wrap.off-canvas-left .mfp-close svg,
  .off-canvas-left:has(#main-menu) .mfp-close svg {
    display: block;
    width: 18px;
    height: 18px;
    color: inherit;
    stroke: currentColor;
    pointer-events: none;
  }

  .main-menu-overlay + .mfp-wrap.off-canvas-left .mfp-close:hover,
  .main-menu-overlay + .mfp-wrap.off-canvas-left .mfp-close:focus-visible,
  .off-canvas-left:has(#main-menu) .mfp-close:hover,
  .off-canvas-left:has(#main-menu) .mfp-close:focus-visible {
    border-color: #0F5C7A;
    background: #DEF1F7;
    color: #0F5C7A;
  }

  .main-menu-overlay + .mfp-wrap.off-canvas-left .mfp-close:focus-visible,
  .off-canvas-left:has(#main-menu) .mfp-close:focus-visible {
    outline: 3px solid rgba(74, 111, 165, .32);
    outline-offset: 2px;
  }
}

@media (max-width: 849px) and (prefers-reduced-motion: reduce) {
  .main-menu-overlay + .mfp-wrap *,
  .off-canvas-left:has(#main-menu) * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  #main-menu .nav-sidebar[data-tab="1"] > li > button.toggle::before {
    transition: none !important;
  }
}


/* Reusable editable product facts overview. Product-specific values stay in post_content. */
.vm-product-overview {
  margin: 0 0 32px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid #C7DFE7;
  border-radius: 14px;
  background: linear-gradient(135deg, #DEF1F7 0%, #F8FBFC 100%);
}

.vm-product-overview__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
  color: #31505E;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.vm-product-overview__eyebrow::before {
  width: 22px;
  height: 3px;
  background: var(--vm-red, #D8431F);
  content: "";
}

.vm-product-overview__title {
  margin-bottom: 20px;
  color: var(--vm-navy, #101A22);
  font-family: Ubuntu, sans-serif;
  font-size: clamp(22px, 2.3vw, 28px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.vm-product-facts.vm-product-facts--overview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 !important;
}

.vm-product-facts.vm-product-facts--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vm-product-master {
  color: #31505E;
  font-size: 16px;
  line-height: 1.75;
}

.vm-product-master p {
  margin: 0 0 14px;
}

.vm-product-master p:last-child,
.vm-product-master__card p:last-child,
.vm-product-alert p:last-child {
  margin-bottom: 0;
}

.vm-product-master .vm-product-master__section {
  margin: 0 0 clamp(34px, 5vw, 52px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vm-product-master .vm-product-master__section--soft {
  background: transparent;
}

.vm-product-master .vm-product-master__section h2,
.vm-product-master .vm-product-master__card h2,
.vm-product-master .vm-product-master__card h3 {
  color: var(--vm-navy, #101A22) !important;
}

.vm-product-master .vm-product-master__section h2,
.vm-product-master .vm-product-master__card h2 {
  margin: 0 0 14px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid #C7DFE7 !important;
  font-size: clamp(23px, 2.5vw, 30px) !important;
  line-height: 1.2 !important;
}

.vm-product-master__grid {
  display: block;
  margin: 0 0 clamp(34px, 5vw, 52px);
}

.vm-product-master__grid--three {
  display: block;
}

.vm-product-master__card {
  min-width: 0;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vm-product-master__card p {
  margin: 0 0 12px;
}

.vm-product-master__card--accent {
  border: 0;
}

.vm-product-master__card h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 19px !important;
  line-height: 1.3 !important;
}

.vm-product-master__icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 10px;
  background: #eaf2f7;
  color: #0F5C7A;
}

.vm-product-master__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.vm-product-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.vm-product-chip {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  border: 1px solid #C7DFE7;
  border-radius: 11px;
  background: #fff;
  color: #31505E;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.vm-product-chip::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #0F5C7A;
  content: "";
}

.vm-product-alert {
  display: block;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid #ead9b7;
  border-radius: 13px;
  background: #fff9ed;
  color: #4d402a;
}

.vm-product-alert--urgent {
  border-color: #F0D3CB;
  background: #FCEBE6;
  color: #4D402A;
}

.vm-product-alert .vm-product-master__icon {
  display: none;
  background: #fff;
  color: #b26a19;
}

.vm-product-alert--urgent .vm-product-master__icon {
  color: var(--vm-red, #D8431F);
}

.vm-product-alert h3 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #342e25 !important;
  font-size: 18px !important;
}

.vm-product-alert ul {
  margin: 8px 0 0 18px;
}

.vm-product-source-note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #C7DFE7;
  color: #31505E;
  font-size: 13.5px;
  line-height: 1.65;
}

.vm-product-source-note a {
  color: #0F5C7A !important;
}

.vm-product-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 16px;
}

.vm-product-compare-card {
  padding: 20px;
  border: 1px solid #C7DFE7;
  border-radius: 12px;
  background: #F8FBFC;
}

.vm-product-compare-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--vm-navy, #101A22);
  font-size: 17px;
}

.vm-product-compare-card span {
  display: block;
  margin-top: 5px;
  color: #31505E;
  font-size: 14px;
}

.vm-product-related-info {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.vm-product-related-info a {
  display: flex;
  min-width: 0;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px;
  border: 1px solid #C7DFE7;
  border-radius: 11px;
  background: #fff;
  color: var(--vm-navy, #101A22) !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.vm-product-related-info a::after {
  color: var(--vm-red, #D8431F);
  content: "→";
}

.vm-product-related-info a:hover {
  border-color: #C7DFE7;
  background: #F8FBFC;
  text-decoration: none;
}

.vm-product-facts--overview .vm-product-fact {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 15px;
  border-color: #C7DFE7;
  border-radius: 11px;
  background: #fff;
}

.vm-product-fact__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #eaf2f7;
  color: #0F5C7A;
}

.vm-product-fact__icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.vm-product-facts--overview .vm-product-fact span {
  margin-bottom: 3px;
  overflow-wrap: anywhere;
  color: #31505E;
  font-size: 10px;
  line-height: 1.35;
  text-transform: uppercase;
}

.vm-product-facts--overview .vm-product-fact strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--vm-navy, #101A22);
  font-size: 15px;
  line-height: 1.3;
}

.vm-product-facts--overview .vm-product-fact > p {
  display: none;
}

@media (max-width: 849px) {
  .vm-product-facts.vm-product-facts--overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vm-product-facts.vm-product-facts--five,
  .vm-product-master__grid--three,
  .vm-product-related-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vm-product-facts--five .vm-product-fact:last-child {
    grid-column: 1 / -1;
  }

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

@media (max-width: 420px) {
  .vm-product-overview {
    padding: 18px 14px;
  }

  .vm-product-facts--overview .vm-product-fact {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px 10px;
  }

  .vm-product-fact__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }

  .vm-product-fact__icon svg {
    width: 18px;
    height: 18px;
  }

  .vm-product-facts--overview .vm-product-fact strong {
    font-size: 13.5px;
  }

  .vm-product-master__grid,
  .vm-product-compare-grid {
    grid-template-columns: 1fr;
  }

  .vm-product-master__section,
  .vm-product-master__card {
    padding: 20px 17px;
  }

  .vm-product-chip {
    padding: 10px;
    font-size: 13px;
  }

  .vm-product-alert {
    padding: 16px;
  }

  .vm-product-alert .vm-product-master__icon {
    width: 34px;
    height: 34px;
  }

  .vm-product-related-info a {
    min-height: 64px;
    padding: 12px;
    font-size: 13px;
  }
}
