/*
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;
}

/* Active ingredients informational entity hub. */
.ai-hub-v2 {
  --ai-navy: #101A22;
  --ai-red: #D8431F;
  --ai-ink: #31505E;
  --ai-muted: #31505E;
  --ai-line: #C7DFE7;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  color: var(--ai-ink);
}

.ai-hub-v2 > .section-content {
  padding: 0;
}

.ai-hub-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.ai-hub-hero {
  padding: 58px 0 66px !important;
  border-bottom: 1px solid rgba(11, 31, 51, .07);
  background:
    radial-gradient(760px 360px at 8% 8%, rgba(11, 31, 51, .10), transparent 65%),
    radial-gradient(680px 340px at 92% 12%, rgba(216, 67, 31, .09), transparent 65%),
    linear-gradient(180deg, #F8FBFC 0%, #DEF1F7 100%);
}

.ai-hub-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--ai-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.4;
}

.ai-hub-eyebrow::before {
  width: 24px;
  height: 3px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: var(--ai-red);
  content: "";
}

.ai-hub-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--ai-navy);
  font-size: clamp(38px, 4.3vw, 58px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.06;
}

.ai-hub-lead {
  max-width: 900px;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.72;
}

.ai-hub-note {
  max-width: 900px;
  margin: 12px 0 0;
  color: var(--ai-muted);
  font-size: 13px;
  line-height: 1.65;
}

.ai-hub-entity-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.ai-hub-entity-nav a {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid var(--ai-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  color: var(--ai-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.ai-hub-entity-nav a:hover {
  border-color: rgba(216, 67, 31, .45);
  color: var(--ai-red);
}

.ai-hub-entity-nav a span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 2px;
  background: var(--ai-red);
}

.ai-hub-section {
  padding: 68px 0 !important;
}

.ai-hub-pde5,
.ai-hub-concepts {
  background: #fff;
}

.ai-hub-dapoxetine,
.ai-hub-faq,
.ai-hub-next {
  border-top: 1px solid rgba(11, 31, 51, .06);
  background: #DEF1F7;
}

.ai-hub-section-head {
  max-width: 820px;
  margin-bottom: 26px;
}

.ai-hub-section h2 {
  margin: 0;
  color: var(--ai-navy);
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.12;
}

.ai-hub-section-head > p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.ai-hub-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ai-hub-card,
.ai-hub-next-card,
.ai-hub-feature-card,
.ai-hub-concept-card {
  border: 1px solid var(--ai-line);
  border-radius: 14px;
  background: #fff;
}

.ai-hub-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 22px;
}

.ai-hub-card-icon,
.ai-hub-concept-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 10px;
  background: rgba(216, 67, 31, .08);
  color: var(--ai-red);
  font-weight: 900;
}

.ai-hub-card h3,
.ai-hub-next-card h3 {
  margin: 18px 0 0;
  color: var(--ai-navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.ai-hub-card p,
.ai-hub-next-card p,
.ai-hub-feature-card p,
.ai-hub-concept-card p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.ai-hub-card > a,
.ai-hub-next-card > a,
.ai-hub-feature-links a,
.ai-hub-commercial-links a {
  color: var(--ai-red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  text-decoration: none;
}

.ai-hub-card > a {
  margin-top: auto;
  padding-top: 20px;
}

.ai-hub-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  gap: 32px;
  align-items: center;
  padding: 30px;
}

.ai-hub-feature-links,
.ai-hub-commercial-links {
  display: grid;
  gap: 10px;
}

.ai-hub-feature-links {
  padding-left: 28px;
  border-left: 1px solid var(--ai-line);
}

.ai-hub-feature-links a:not(.ai-hub-primary-link) {
  color: var(--ai-navy);
}

.ai-hub-concept-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 28px;
}

.ai-hub-concept-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai-hub-concept-card h2 {
  font-size: clamp(25px, 3vw, 34px);
}

.ai-hub-faq .accordion {
  max-width: 900px;
  margin: 0 auto;
}

.ai-hub-faq .ai-hub-section-head {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ai-hub-faq .ai-hub-eyebrow {
  justify-content: center;
}

.ai-hub-faq .accordion-inner a {
  color: var(--ai-red);
  font-weight: 800;
}

.ai-hub-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ai-hub-next-card {
  padding: 26px;
}

.ai-hub-next-card h3 {
  margin-top: 0;
}

.ai-hub-next-card > a,
.ai-hub-commercial-links {
  margin-top: 18px;
}

@media (max-width: 999px) {
  .ai-hub-entity-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ai-hub-card {
    min-height: 290px;
  }
}

@media (max-width: 849px) {
  .ai-hub-hero {
    padding: 44px 0 50px !important;
  }

  .ai-hub-section {
    padding: 52px 0 !important;
  }

  .ai-hub-feature-card {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ai-hub-feature-links {
    padding: 20px 0 0;
    border-top: 1px solid var(--ai-line);
    border-left: 0;
  }
}

@media (max-width: 549px) {
  .ai-hub-shell {
    width: min(100% - 30px, 1120px);
  }

  .ai-hub-hero {
    padding: 36px 0 42px !important;
  }

  .ai-hub-hero h1 {
    font-size: 34px;
  }

  .ai-hub-lead {
    font-size: 15px;
  }

  .ai-hub-entity-nav,
  .ai-hub-card-grid,
  .ai-hub-next-grid {
    grid-template-columns: 1fr;
  }

  .ai-hub-entity-nav a {
    min-height: 54px;
  }

  .ai-hub-section {
    padding: 42px 0 !important;
  }

  .ai-hub-card {
    min-height: 0;
  }

  .ai-hub-feature-card,
  .ai-hub-concept-card,
  .ai-hub-next-card {
    padding: 21px;
  }

  .ai-hub-concept-card {
    grid-template-columns: 1fr;
  }
}

/* Vital Man 404: accessible recovery page using the shared visual system. */
body.error404 #main {
  overflow: hidden;
}

.vm-error-page {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 64px 20px 76px;
  background:
    radial-gradient(760px 360px at 8% 8%, rgba(11, 31, 51, .10), transparent 65%),
    radial-gradient(680px 340px at 92% 12%, rgba(216, 67, 31, .09), transparent 65%),
    linear-gradient(180deg, #F8FBFC 0%, #DEF1F7 100%);
}

/* The 404 UX Block is stored with section padding="0px". Override that
   generated ID rule so the recovery content does not touch header or footer. */
body.error404 .section.vm-error-page {
  padding: 56px 20px 68px !important;
}

.vm-error-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.vm-error-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 22px;
  align-items: stretch;
}

.vm-error-card,
.vm-error-search {
  border: 1px solid #C7DFE7;
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 52px rgba(16, 26, 34, .08);
}

.vm-error-card {
  position: relative;
  overflow: hidden;
  padding: 44px;
}

.vm-error-card::after {
  position: absolute;
  top: -74px;
  right: -54px;
  width: 230px;
  height: 230px;
  border: 34px solid rgba(216, 67, 31, .055);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.vm-error-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--vm-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vm-error-eyebrow::before {
  width: 26px;
  height: 3px;
  background: var(--vm-red);
  content: "";
}

.vm-error-code {
  margin: 18px 0 4px;
  color: var(--vm-red);
  font-size: clamp(64px, 9vw, 104px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .9;
}

.vm-error-card h1 {
  max-width: 650px;
  margin: 16px 0 14px;
  color: var(--vm-navy);
  font-size: clamp(32px, 4.1vw, 48px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.08;
}

.vm-error-lead {
  max-width: 620px;
  margin: 0;
  color: var(--vm-ink);
  font-size: 17px;
  line-height: 1.72;
}

.vm-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.vm-error-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 12px 18px;
  border: 1px solid var(--vm-navy);
  border-radius: 9px;
  background: var(--vm-navy);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.vm-error-button:hover {
  border-color: #0F5C7A;
  background: #0F5C7A;
  color: #fff;
}

.vm-error-button--primary {
  border-color: var(--vm-red);
  background: var(--vm-red);
  box-shadow: 0 12px 28px rgba(216, 67, 31, .18);
}

.vm-error-button--primary:hover {
  border-color: #B93618;
  background: #B93618;
}

.vm-error-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
}

.vm-error-search-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(216, 67, 31, .08);
  color: var(--vm-red);
}

.vm-error-search-icon svg {
  width: 25px;
  height: 25px;
}

.vm-error-search h2 {
  margin: 20px 0 8px;
  color: var(--vm-navy);
  font-size: 25px;
  font-weight: 900;
}

.vm-error-search p {
  margin: 0;
  color: var(--vm-ink);
  font-size: 15px;
  line-height: 1.65;
}

.vm-error-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  margin-top: 22px;
}

.vm-error-search-form input[type="search"] {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #C7DFE7;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  color: var(--vm-navy);
}

.vm-error-search-form input[type="search"]:focus {
  border-color: var(--vm-navy);
  box-shadow: 0 0 0 3px rgba(11, 31, 51, .08);
}

.vm-error-search-form button {
  height: 48px;
  margin: 0;
  padding: 0 17px;
  border: 1px solid var(--vm-navy);
  border-radius: 8px;
  background: var(--vm-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}

.vm-error-search-form button:hover {
  border-color: #0F5C7A;
  background: #0F5C7A;
}

.vm-error-paths {
  margin-top: 44px;
}

.vm-error-paths-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.vm-error-paths h2 {
  margin: 0;
  color: var(--vm-navy);
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 900;
  letter-spacing: -.02em;
}

.vm-error-paths-head p {
  max-width: 520px;
  margin: 0;
  color: var(--vm-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

.vm-error-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vm-error-path {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 21px;
  border: 1px solid #C7DFE7;
  border-radius: 14px;
  background: #fff;
  color: var(--vm-navy);
  box-shadow: 0 9px 28px rgba(16, 26, 34, .045);
  text-decoration: none;
}

.vm-error-path:hover {
  border-color: rgba(216, 67, 31, .42);
  color: var(--vm-red);
  transform: translateY(-2px);
}

.vm-error-path svg {
  width: 28px;
  height: 28px;
  color: var(--vm-red);
}

.vm-error-path strong {
  display: block;
  color: inherit;
  font-size: 17px;
  font-weight: 900;
}

.vm-error-path span {
  display: block;
  margin-top: 4px;
  color: var(--vm-muted);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 849px) {
  body.error404 .section.vm-error-page {
    padding: 42px 20px 54px !important;
  }

  .vm-error-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 549px) {
  body.error404 .section.vm-error-page {
    padding: 30px 15px 42px !important;
  }

  .vm-error-card,
  .vm-error-search {
    padding: 26px 22px;
    border-radius: 15px;
  }

  .vm-error-actions,
  .vm-error-button {
    width: 100%;
  }

  .vm-error-search-form {
    grid-template-columns: 1fr;
  }

  .vm-error-search-form button {
    width: 100%;
  }

  .vm-error-paths-head {
    display: block;
  }

  .vm-error-paths-head p {
    margin-top: 8px;
    text-align: left;
  }

  .vm-error-path-grid {
    grid-template-columns: 1fr;
  }

  .vm-error-path {
    min-height: 0;
  }
}

/* Empty cart: remove the redundant return action and heavy status accent. */
body.woocommerce-cart .woocommerce-info.message-wrapper {
  border-left: 1px solid #DEF1F7 !important;
}

body.woocommerce-cart .return-to-shop {
  display: none !important;
}

.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;
  }
}

body.post-type-archive-product .vm-shop-products-heading {
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px;
  margin: 26px auto 18px;
}

/* 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;
}

/* Vital Man Guide — visual storytelling hub */
.page-id-5889 .page-wrapper,
.page-id-5889 .row-main > .col {
  padding-bottom: 0;
}

.page-id-5889 .row-main > .col > .col-inner > .vm-seo-breadcrumbs {
  display: none;
}

.vm-guide-band {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  color: var(--vm-ink);
}

.vm-guide-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.vm-guide-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.vm-guide-band svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vm-guide-hero-actions > br,
.vm-guide-quick-grid > br,
.vm-guide-comparison-list > br,
.vm-guide-commercial-links > br {
  display: none;
}

.vm-guide-hero {
  overflow: clip;
  border-bottom: 1px solid rgba(16, 26, 34, .07);
  background:
    radial-gradient(720px 360px at 91% 4%, rgba(216, 67, 31, .10), transparent 68%),
    radial-gradient(880px 430px at 2% 8%, rgba(16, 26, 34, .09), transparent 66%),
    linear-gradient(135deg, #F8FBFC 0%, #DEF1F7 100%);
}

.vm-guide-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
  gap: clamp(38px, 5vw, 68px);
  align-items: center;
  min-height: 520px;
  padding: 34px 0 54px;
}

.vm-guide-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 24px;
  color: var(--vm-muted);
  font-size: 13px;
  line-height: 1.5;
}

.vm-guide-breadcrumb a,
.vm-guide-breadcrumb a:visited {
  color: #31505E;
  text-decoration: none;
}

.vm-guide-breadcrumb a:hover,
.vm-guide-breadcrumb a:focus-visible {
  color: var(--vm-red);
}

.vm-guide-breadcrumb a:focus-visible {
  outline: 2px solid rgba(216, 67, 31, .22);
  outline-offset: 2px;
}

.vm-guide-breadcrumb [aria-current="page"] {
  color: var(--vm-navy);
}

.vm-guide-hero h1 {
  max-width: 670px;
  margin: 0 0 19px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: clamp(42px, 4.5vw, 60px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.04;
}

.vm-guide-lead {
  max-width: 680px;
  margin: 0;
  color: var(--vm-ink);
  font-size: 17px;
  line-height: 1.74;
}

.vm-guide-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}

.vm-guide-hero-media {
  position: relative;
  margin: 0;
  isolation: isolate;
}

.vm-guide-hero-media::before {
  position: absolute;
  inset: -13px 20px 18px -14px;
  z-index: -1;
  border: 1px solid rgba(16, 26, 34, .10);
  border-radius: 26px;
  background: rgba(255, 255, 255, .44);
  content: "";
}

.vm-guide-hero-media::after {
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 92px;
  height: 92px;
  z-index: -1;
  border-radius: 24px;
  background: rgba(216, 67, 31, .10);
  content: "";
}

.vm-guide-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 5px solid rgba(255, 255, 255, .84);
  border-radius: 22px;
  object-fit: cover;
  object-position: 56% center;
  box-shadow: 0 26px 65px rgba(16, 26, 34, .18);
}

.vm-guide-photo-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 245px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 11px;
  background: rgba(11, 31, 51, .86);
  box-shadow: 0 9px 24px rgba(11, 31, 51, .22);
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.4;
  backdrop-filter: blur(8px);
}

.vm-guide-button,
.vm-guide-button:visited {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid var(--vm-red);
  border-radius: 9px;
  background: var(--vm-red);
  box-shadow: 0 9px 21px rgba(216, 67, 31, .18);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease;
}

.vm-guide-button:hover {
  border-color: #B93618;
  background: #B93618;
  color: #fff;
  transform: translateY(-1px);
}

.vm-guide-button--ghost,
.vm-guide-button--ghost:visited {
  border-color: #C7DFE7;
  background: rgba(255, 255, 255, .75);
  box-shadow: none;
  color: var(--vm-navy);
}

.vm-guide-button--ghost:hover {
  border-color: var(--vm-navy);
  background: #fff;
  color: var(--vm-navy);
}

.vm-guide-section {
  padding: 62px 0;
  background: #fff;
}

.vm-guide-section--soft {
  border-top: 1px solid rgba(16, 26, 34, .04);
  border-bottom: 1px solid rgba(16, 26, 34, .04);
  background: #F8FBFC;
}

.vm-guide-section--quick {
  padding: 45px 0 52px;
}

.vm-guide-section-head {
  max-width: 790px;
  margin-bottom: 29px;
}

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

.vm-guide-section-head p,
.vm-guide-safety p,
.vm-guide-commercial > div > p {
  margin: 12px 0 0;
  color: var(--vm-ink);
  font-size: 16px;
  line-height: 1.7;
}

.vm-guide-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vm-guide-quick-card,
.vm-guide-quick-card:visited {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  min-width: 0;
  min-height: 116px;
  padding: 18px;
  border: 1px solid #C7DFE7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(16, 26, 34, .055);
  color: var(--vm-navy);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vm-guide-quick-card:hover {
  border-color: rgba(216, 67, 31, .48);
  box-shadow: 0 15px 34px rgba(16, 26, 34, .10);
  color: var(--vm-navy);
  transform: translateY(-2px);
}

.vm-guide-quick-icon,
.vm-guide-card-icon,
.vm-guide-safety-icon,
.vm-guide-commercial-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  padding: 11px;
  border-radius: 14px;
  background: rgba(216, 67, 31, .085);
  color: var(--vm-red);
}

.vm-guide-quick-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--vm-navy);
  font-size: 15px;
  line-height: 1.25;
}

.vm-guide-quick-card span {
  display: block;
  color: var(--vm-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.vm-guide-quick-arrow {
  color: var(--vm-red);
  font-size: 20px;
  font-weight: 900;
}

.vm-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vm-guide-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 256px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid #C7DFE7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 26, 34, .06);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vm-guide-card--ingredient {
  overflow: hidden;
  min-height: 272px;
}

.vm-guide-card--ingredient::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--vm-red), var(--vm-navy-soft));
  content: "";
}

.vm-guide-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.vm-guide-card-head > div {
  min-width: 0;
}

.vm-guide-card--ingredient .vm-guide-card-icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  padding: 14px;
  border: 1px solid rgba(216, 67, 31, .12);
  border-radius: 17px;
  background:
    radial-gradient(circle at 75% 20%, rgba(255, 255, 255, .95) 0 3px, transparent 4px),
    linear-gradient(145deg, #FCEBE6, #FCEBE6);
  box-shadow: 0 8px 20px rgba(16, 26, 34, .08);
}

.vm-guide-card-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--vm-muted);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vm-guide-card:hover {
  border-color: rgba(216, 67, 31, .50);
  box-shadow: 0 18px 42px rgba(16, 26, 34, .11);
  transform: translateY(-3px);
}

.vm-guide-card h3 {
  margin: 19px 0 9px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.28;
}

.vm-guide-card--ingredient h3 {
  margin: 0;
  font-size: 24px;
}

.vm-guide-card h3 a,
.vm-guide-card h3 a:visited {
  color: inherit;
  text-decoration: none;
}

.vm-guide-card p {
  margin: 0;
  color: #31505E;
  font-size: 15px;
  line-height: 1.68;
}

.vm-guide-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin-top: auto;
  padding-top: 21px;
}

.vm-guide-card-links a,
.vm-guide-card-links a:visited {
  color: var(--vm-red);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.vm-guide-card-links a::after {
  display: inline-block;
  margin-left: 5px;
  content: "→";
  transition: transform .18s ease;
}

.vm-guide-card-links a:hover::after {
  transform: translateX(3px);
}

.vm-guide-comparison-list {
  display: grid;
  gap: 14px;
}

.vm-guide-comparison-card,
.vm-guide-comparison-card:visited {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 126px;
  padding: 23px 26px;
  border: 1px solid #C7DFE7;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(16, 26, 34, .05);
  color: var(--vm-navy);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vm-guide-comparison-card:hover {
  border-color: rgba(216, 67, 31, .48);
  box-shadow: 0 15px 36px rgba(16, 26, 34, .09);
  color: var(--vm-navy);
  transform: translateX(3px);
}

.vm-guide-comparison-card strong {
  display: block;
  margin: 0 0 6px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.vm-guide-comparison-card small {
  display: block;
  color: #31505E;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.6;
}

.vm-guide-comparison-arrow {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #DEF1F7;
  color: var(--vm-red);
  font-size: 22px;
  font-weight: 900;
}

.vm-guide-choice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 18px;
}

.vm-guide-card--featured {
  min-height: 290px;
  overflow: hidden;
  background:
    radial-gradient(circle at 93% 10%, rgba(216, 67, 31, .09), transparent 36%),
    #fff;
}

.vm-guide-card--featured .vm-guide-card-icon {
  width: 58px;
  height: 58px;
  padding: 13px;
}

.vm-guide-card--featured h3 {
  font-size: 25px;
}

.vm-guide-safety {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 39px;
  border: 1px solid #e8ddca;
  border-radius: 20px;
  background:
    radial-gradient(circle at 6% 50%, rgba(216, 67, 31, .08), transparent 25%),
    linear-gradient(135deg, #fffaf3 0%, #f7f4ee 100%);
  box-shadow: 0 15px 40px rgba(16, 26, 34, .07);
}

.vm-guide-safety-icon {
  width: 70px;
  height: 70px;
  padding: 16px;
  border-radius: 19px;
  background: rgba(216, 67, 31, .10);
}

.vm-guide-safety p {
  max-width: 720px;
}

.vm-guide-commercial {
  padding: 39px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 20%, rgba(216, 67, 31, .20), transparent 34%),
    var(--vm-navy);
  box-shadow: 0 18px 44px rgba(16, 26, 34, .13);
}

.vm-guide-commercial > div:first-child {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 27px;
}

.vm-guide-commercial h2 {
  color: #fff;
}

.vm-guide-commercial > div > p {
  color: rgba(255, 255, 255, .74);
}

.vm-guide-commercial-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.vm-guide-commercial-links a,
.vm-guide-commercial-links a:visited {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.vm-guide-commercial-links a:hover {
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  transform: translateY(-2px);
}

.vm-guide-commercial-icon {
  width: 39px;
  height: 39px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .10);
  color: #E77B60;
}

@media (max-width: 999px) {
  .vm-guide-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vm-guide-commercial-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 849px) {
  .vm-guide-hero-grid,
  .vm-guide-choice-grid {
    grid-template-columns: 1fr;
  }

  .vm-guide-hero-grid {
    min-height: 0;
    padding-top: 40px;
  }

  .vm-guide-hero-media {
    max-width: 700px;
  }

  .vm-guide-safety {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .vm-guide-safety .vm-guide-button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 549px) {
  .vm-guide-shell {
    width: min(100% - 30px, 1180px);
  }

  .vm-guide-hero-grid {
    gap: 28px;
    padding: 27px 0 41px;
  }

  .vm-guide-hero h1 {
    font-size: 36px;
  }

  .vm-guide-lead {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .vm-guide-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .vm-guide-button {
    width: 100%;
  }

  .vm-guide-hero-media::before {
    inset: -8px 12px 12px -8px;
    border-radius: 20px;
  }

  .vm-guide-hero-media::after {
    right: -7px;
    bottom: -8px;
    width: 65px;
    height: 65px;
  }

  .vm-guide-hero-media img {
    max-height: 275px;
    border-width: 4px;
    border-radius: 17px;
  }

  .vm-guide-photo-note {
    right: 12px;
    bottom: 12px;
    max-width: 205px;
    padding: 9px 11px;
    font-size: 11.5px;
  }

  .vm-guide-section {
    padding: 45px 0;
  }

  .vm-guide-section--quick {
    padding: 39px 0 43px;
  }

  .vm-guide-section-head {
    margin-bottom: 24px;
  }

  .vm-guide-section-head h2,
  .vm-guide-safety h2,
  .vm-guide-commercial h2 {
    font-size: 29px;
  }

  .vm-guide-quick-grid,
  .vm-guide-grid,
  .vm-guide-commercial-links {
    grid-template-columns: 1fr;
  }

  .vm-guide-quick-card {
    min-height: 96px;
    padding: 15px;
  }

  .vm-guide-quick-icon {
    width: 45px;
    height: 45px;
  }

  .vm-guide-card {
    min-height: 0;
    padding: 22px;
  }

  .vm-guide-card--ingredient {
    min-height: 0;
  }

  .vm-guide-card--ingredient .vm-guide-card-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    padding: 12px;
  }

  .vm-guide-card-head {
    gap: 14px;
    margin-bottom: 16px;
  }

  .vm-guide-card--ingredient h3 {
    font-size: 22px;
  }

  .vm-guide-comparison-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 15px;
    min-height: 0;
    padding: 19px;
  }

  .vm-guide-comparison-card .vm-guide-card-icon {
    width: 44px;
    height: 44px;
  }

  .vm-guide-comparison-arrow {
    display: none;
  }

  .vm-guide-card--featured {
    min-height: 0;
  }

  .vm-guide-safety {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 27px 22px;
  }

  .vm-guide-safety-icon {
    width: 58px;
    height: 58px;
  }

  .vm-guide-safety .vm-guide-button {
    grid-column: auto;
  }

  .vm-guide-commercial {
    padding: 28px 21px;
  }

  .vm-guide-commercial > div:first-child {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .vm-guide-commercial-links a {
    min-height: 80px;
    flex-direction: row;
    align-items: center;
  }
}

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

/* Sildenafil commercial hub visual polish */
.vm-sild-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.vm-cat-main--sildenafil {
  overflow: clip;
  padding: 18px 0 8px;
}

.vm-cat-main--sildenafil .vm-cat-section {
  padding: 58px 0;
  border-top: 0;
}

.vm-cat-main--sildenafil .vm-cat-section + .vm-cat-section {
  border-top: 1px solid rgba(15, 23, 42, .06);
}

.vm-cat-main--sildenafil .vm-cat-section--soft {
  margin: 10px 0;
  padding: 52px 46px;
  border: 1px solid rgba(16, 26, 34, .065);
  border-radius: 22px;
  background:
    radial-gradient(460px 220px at 100% 0%, rgba(216, 67, 31, .055), transparent 68%),
    #DEF1F7;
}

.vm-cat-main--sildenafil .vm-cat-section--soft + .vm-cat-section {
  border-top: 0;
}

.vm-sild-heading-row {
  display: flex;
  gap: 17px;
  align-items: flex-start;
}

.vm-sild-section-icon,
.vm-sild-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: rgba(216, 67, 31, .09);
  color: var(--vm-red);
}

.vm-sild-section-icon {
  width: 50px;
  height: 50px;
  margin-top: 1px;
}

.vm-sild-card-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 13px;
}

.vm-sild-section-icon svg,
.vm-sild-card-icon svg,
.vm-sild-related-icon svg,
.vm-sild-signal svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vm-sild-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, .5fr);
  gap: 42px;
  align-items: center;
}

.vm-sild-intro-grid .vm-cat-copy {
  max-width: 760px;
}

.vm-sild-signal-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(16, 26, 34, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 26, 34, .075);
}

.vm-sild-signal {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 94px;
  padding: 15px;
  border-radius: 13px;
  background: #F8FBFC;
  color: var(--vm-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.vm-sild-signal svg {
  width: 22px;
  height: 22px;
  color: var(--vm-red);
}

.vm-sild-group-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vm-cat-main--sildenafil .vm-cat-card {
  position: relative;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vm-cat-main--sildenafil .vm-cat-card:hover {
  border-color: rgba(16, 26, 34, .16);
  box-shadow: 0 13px 34px rgba(16, 26, 34, .085);
  transform: translateY(-2px);
}

.vm-cat-main--sildenafil .vm-cat-card--soft:hover {
  box-shadow: 0 10px 28px rgba(16, 26, 34, .06);
}

.vm-sild-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  color: var(--vm-red);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.vm-sild-card-link:hover,
.vm-sild-card-link:focus-visible {
  color: #B93618;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vm-sild-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 26px;
}

.vm-sild-related-card,
.vm-sild-related-card:visited {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(16, 26, 34, .09);
  border-radius: 15px;
  background: #fff;
  color: var(--vm-navy);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vm-sild-related-card:hover,
.vm-sild-related-card:focus-visible {
  border-color: rgba(216, 67, 31, .38);
  box-shadow: 0 10px 28px rgba(16, 26, 34, .075);
  color: var(--vm-navy);
  transform: translateY(-2px);
}

.vm-sild-related-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(16, 26, 34, .065);
  color: var(--vm-navy);
}

.vm-sild-related-card strong,
.vm-sild-related-card small {
  display: block;
}

.vm-sild-related-card strong {
  font-size: 16px;
  line-height: 1.3;
}

.vm-sild-related-card small {
  margin-top: 4px;
  color: var(--vm-muted);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
}

.vm-sild-related-arrow {
  color: var(--vm-red);
  font-size: 19px;
  font-weight: 800;
}

.vm-sild-feature {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(16, 26, 34, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(16, 26, 34, .065);
}

.vm-sild-feature--delivery {
  background:
    radial-gradient(360px 170px at 100% 0%, rgba(216, 67, 31, .065), transparent 70%),
    #fff;
}

.vm-sild-feature .vm-sild-section-icon {
  width: 58px;
  height: 58px;
  margin: 0;
  border-radius: 16px;
}

.vm-sild-feature .vm-cat-eyebrow {
  margin-bottom: 5px;
}

.vm-sild-feature .vm-cat-heading {
  font-size: clamp(25px, 2.5vw, 32px);
}

.vm-sild-feature .vm-cat-copy {
  max-width: 760px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.72;
}

.vm-sild-feature .vm-cat-copy p {
  margin: 0;
}

.vm-sild-feature-action {
  white-space: nowrap;
}

.vm-sild-feature-action.vm-cat-button:focus-visible,
.vm-sild-related-card:focus-visible,
.vm-sild-card-link:focus-visible {
  outline: 3px solid rgba(216, 67, 31, .28);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .vm-cat-main--sildenafil .vm-cat-card,
  .vm-sild-related-card {
    transition: none;
  }
}

@media (max-width: 1023px) {
  .vm-sild-intro-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vm-sild-signal-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .vm-sild-feature {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .vm-sild-feature-action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .vm-cat-main--sildenafil .vm-cat-section {
    padding: 42px 0;
  }

  .vm-cat-main--sildenafil .vm-cat-section--soft {
    margin: 6px 0;
    padding: 35px 24px;
    border-radius: 18px;
  }

  .vm-sild-related-grid {
    grid-template-columns: 1fr;
  }

  .vm-sild-signal-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 549px) {
  .vm-cat-main--sildenafil {
    padding-top: 6px;
  }

  .vm-cat-main--sildenafil .vm-cat-section {
    padding: 36px 0;
  }

  .vm-cat-main--sildenafil .vm-cat-section--soft {
    margin-right: -3px;
    margin-left: -3px;
    padding: 29px 18px;
    border-radius: 16px;
  }

  .vm-sild-heading-row {
    gap: 12px;
  }

  .vm-sild-section-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .vm-sild-section-icon svg {
    width: 21px;
    height: 21px;
  }

  .vm-sild-group-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .vm-sild-signal-panel {
    gap: 8px;
    padding: 12px;
  }

  .vm-sild-signal {
    min-height: 82px;
    padding: 12px;
    font-size: 12.5px;
  }

  .vm-sild-feature {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 23px 19px;
    border-radius: 16px;
  }

  .vm-sild-feature .vm-sild-section-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .vm-sild-feature .vm-cat-copy,
  .vm-sild-feature-action {
    grid-column: 1 / -1;
  }

  .vm-sild-feature-action {
    white-space: normal;
  }
}

/* Vital Man homepage v2 — brand/shop navigation hub */
.vm-home-v2-band {
  --vm-home-section-space: 56px;
  --vm-home-section-space-compact: 44px;
  --vm-home-heading-content-gap: 26px;
  --vm-home-card-gap: 18px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
}

.vm-home-v2-band .section-content {
  padding: 0;
}

.vm-home-v2-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.vm-home-v2-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 67, 31, .11), transparent 31%),
    radial-gradient(circle at 12% 92%, rgba(16, 26, 34, .08), transparent 34%),
    linear-gradient(135deg, #F8FBFC 0%, #DEF1F7 100%);
}

.vm-home-v2-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.vm-home-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding: 64px 0 32px;
}

.vm-home-v2-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: #31505E;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vm-home-v2-eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: #D8431F;
  content: "";
}

.vm-home-v2-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #101A22;
  font-family: Ubuntu, sans-serif;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.vm-home-v2-lead {
  max-width: 710px;
  margin: 18px 0 0;
  color: #31505E;
  font-size: 17px;
  line-height: 1.75;
}

.vm-home-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.vm-home-v2-button,
.vm-home-v2-button:visited {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 23px;
  border: 1px solid #101A22;
  border-radius: 9px;
  background: #101A22;
  box-shadow: 0 12px 26px rgba(16, 26, 34, .17);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.vm-home-v2-button:hover,
.vm-home-v2-button:focus-visible {
  background: #0F5C7A;
  color: #fff;
  transform: translateY(-2px);
}

.vm-home-v2-button--kamagra,
.vm-home-v2-button--kamagra:visited {
  border-color: #D8431F;
  background: #D8431F;
  box-shadow: 0 12px 26px rgba(216, 67, 31, .2);
}

.vm-home-v2-button--kamagra:hover,
.vm-home-v2-button--kamagra:focus-visible {
  background: #B93618;
}

.vm-home-v2-button--light,
.vm-home-v2-button--light:visited {
  border-color: #fff;
  background: #fff;
  box-shadow: none;
  color: #101A22;
}

.vm-home-v2-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(16, 26, 34, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 58px rgba(16, 26, 34, .12);
}

.vm-home-v2-hero-panel::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #D8431F, #101A22);
  content: "";
}

.vm-home-v2-panel-icon,
.vm-home-v2-card-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FCEBE6;
  color: #D8431F;
}

.vm-home-v2-panel-icon svg,
.vm-home-v2-card-icon svg,
.vm-home-v2-trust svg,
.vm-home-v2-order-grid svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vm-home-v2-hero-panel h2 {
  margin: 18px 0 10px;
  color: #101A22;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.25;
}

.vm-home-v2-hero-panel p {
  margin: 0 0 20px;
  color: #31505E;
  font-size: 15px;
  line-height: 1.7;
}

.vm-home-v2-panel-links {
  display: grid;
  gap: 8px;
}

.vm-home-v2-panel-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 13px;
  border-radius: 8px;
  background: #F8FBFC;
  color: #101A22;
  font-size: 14px;
  font-weight: 800;
}

.vm-home-v2-panel-links a:first-child {
  background: #FCEBE6;
  color: #B93618;
}

.vm-home-v2-trust-wrap {
  padding-bottom: 30px;
}

.vm-home-v2-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #C7DFE7;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 26, 34, .07);
}

.vm-home-v2-trust > div {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px;
  border-right: 1px solid #D7E8EE;
  color: #31505E;
  font-size: 13px;
  text-align: left;
}

.vm-home-v2-trust > div:last-child {
  border-right: 0;
}

.vm-home-v2-trust svg {
  flex: 0 0 auto;
  color: #D8431F;
}

.vm-home-v2-trust strong {
  display: block;
  color: #101A22;
  font-size: 14px;
}

.vm-home-v2-section {
  padding: 0;
  background: #fff;
}

.vm-home-v2-section > .section-content {
  padding: var(--vm-home-section-space) 0;
}

.vm-home-v2-section--soft {
  background: #DEF1F7;
}

.vm-home-v2-section--dark {
  background: #101A22;
}

.vm-home-v2-section--dark > .section-content,
.vm-home-v2-feature-section > .section-content {
  padding-block: var(--vm-home-section-space-compact);
}

.vm-home-v2-head {
  max-width: 780px;
  margin-bottom: var(--vm-home-heading-content-gap);
}

.vm-home-v2-head h2,
.vm-home-v2-feature-copy h2 {
  margin: 0;
  color: #101A22;
  font-family: Ubuntu, sans-serif;
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -.025em;
}

.vm-home-v2-head p,
.vm-home-v2-feature-copy p {
  margin: 14px 0 0;
  color: #31505E;
  font-size: 16px;
  line-height: 1.75;
}

.vm-home-v2-category-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--vm-home-card-gap);
}

.vm-home-v2-category-card,
.vm-home-v2-category-card:visited {
  display: flex;
  min-height: 230px;
  grid-column: span 3;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #C7DFE7;
  border-radius: 15px;
  background: #fff;
  box-shadow: none;
  color: #101A22;
  text-decoration: none;
  transition: border-color .18s ease;
}

.vm-home-v2-category-card:nth-child(n+4) {
  grid-column: span 4;
}

.vm-home-v2-category-card:hover,
.vm-home-v2-category-card:focus-visible {
  border-color: rgba(216, 67, 31, .62);
  color: #101A22;
  box-shadow: none;
  transform: none;
}

.vm-home-v2-category-card--kamagra,
.vm-home-v2-category-card--kamagra:visited {
  min-height: 230px;
  grid-column: span 6;
  border-color: #101A22;
  background:
    radial-gradient(circle at 92% 10%, rgba(216, 67, 31, .3), transparent 34%),
    #101A22;
  color: #fff;
}

.vm-home-v2-category-card--kamagra:hover,
.vm-home-v2-category-card--kamagra:focus-visible {
  color: #fff;
}

.vm-home-v2-category-card--kamagra .vm-home-v2-card-icon {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.vm-home-v2-category-card h3 {
  margin: 19px 0 8px;
  color: inherit;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.vm-home-v2-category-card p {
  margin: 0;
  color: #31505E;
  font-size: 14.5px;
  line-height: 1.68;
}

.vm-home-v2-category-card--kamagra p {
  max-width: 440px;
  color: rgba(255, 255, 255, .76);
}

.vm-home-v2-category-card strong {
  margin-top: auto;
  padding-top: 18px;
  color: #D8431F;
  font-size: 14px;
}

.vm-home-v2-category-card--kamagra strong {
  color: #fff;
}

.vm-home-v2-feature-grid {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: center;
}

.vm-home-v2-feature-copy .vm-home-v2-button {
  margin-top: 22px;
}

.vm-home-v2-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--vm-home-card-gap);
}

.vm-home-v2-form-card,
.vm-home-v2-form-card:visited {
  display: flex;
  min-height: 238px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #C7DFE7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 26, 34, .07);
  color: #101A22;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease;
}

.vm-home-v2-form-card:hover,
.vm-home-v2-form-card:focus-visible {
  border-color: #D8431F;
  color: #101A22;
  transform: translateY(-3px);
}

.vm-home-v2-form-card h3 {
  margin: 18px 0 8px;
  color: #101A22;
  font-size: 23px;
  font-weight: 900;
}

.vm-home-v2-form-card p {
  margin: 0;
  color: #31505E;
  font-size: 14.5px;
  line-height: 1.68;
}

.vm-home-v2-form-card strong {
  margin-top: auto;
  padding-top: 18px;
  color: #D8431F;
  font-size: 14px;
}

.vm-home-v2-form-media {
  display: flex;
  height: 128px;
  align-items: center;
  justify-content: center;
  margin: -8px -4px 2px;
  padding: 4px 12px;
}

.vm-home-v2-form-media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.vm-home-v2-form-media + h3 {
  margin-top: 10px;
}

.vm-home-v2-products .vm-home-preview-shell {
  width: min(1180px, calc(100% - 40px));
}

.vm-home-v2-products .vm-hub-product-grid {
  margin-top: 0;
  gap: var(--vm-home-card-gap);
}

.vm-home-v2-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--vm-home-card-gap);
}

.vm-home-v2-link-grid--guides {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vm-home-v2-link-card,
.vm-home-v2-link-card:visited {
  display: flex;
  min-height: 205px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #C7DFE7;
  border-radius: 14px;
  background: #fff;
  color: #101A22;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease;
}

.vm-home-v2-link-card:hover,
.vm-home-v2-link-card:focus-visible {
  border-color: #D8431F;
  color: #101A22;
  transform: translateY(-2px);
}

.vm-home-v2-link-card h3 {
  margin: 17px 0 8px;
  color: #101A22;
  font-size: 19px;
  font-weight: 900;
}

.vm-home-v2-link-card p {
  margin: 0;
  color: #31505E;
  font-size: 14px;
  line-height: 1.65;
}

.vm-home-v2-link-card strong {
  margin-top: auto;
  padding-top: 16px;
  color: #D8431F;
  font-size: 13.5px;
}

.vm-home-v2-section--dark .vm-home-v2-eyebrow,
.vm-home-v2-section--dark .vm-home-v2-head p {
  color: rgba(255, 255, 255, .7);
}

.vm-home-v2-section--dark .vm-home-v2-head h2 {
  color: #fff;
}

.vm-home-v2-order-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--vm-home-card-gap);
}

.vm-home-v2-order-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
}

.vm-home-v2-order-grid svg {
  color: #fff;
}

.vm-home-v2-order-grid h3 {
  margin: 17px 0 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.vm-home-v2-order-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14.5px;
  line-height: 1.68;
}

.vm-home-v2-faq {
  padding: 0;
  background: #DEF1F7;
}

.vm-home-v2-faq > .section-content {
  padding: 44px 0;
}

.vm-home-v2-faq .accordion {
  margin: 0;
}

.vm-home-v2-faq .accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #C7DFE7;
  border-radius: 10px;
  background: #fff;
}

.vm-home-v2-faq .accordion-item:last-child {
  margin-bottom: 0;
}

.vm-home-v2-faq .accordion-title {
  padding: 18px 54px 18px 20px;
  border: 0;
  background: #fff;
  color: #101A22;
  font-weight: 900;
}

.vm-home-v2-faq .accordion-title:hover,
.vm-home-v2-faq .accordion-title.active {
  color: #D8431F;
}

.vm-home-v2-faq .accordion-inner {
  padding: 0 20px 21px;
  border: 0;
  background: #fff;
  color: #31505E;
  line-height: 1.72;
}

.vm-home-v2-faq .accordion-inner a {
  color: #D8431F;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .vm-home-v2-link-grid--guides {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 850px) {
  .vm-home-v2-hero {
    background:
      linear-gradient(90deg, rgba(247, 249, 251, .98) 0%, rgba(247, 249, 251, .9) 34%, rgba(247, 249, 251, .28) 57%, rgba(247, 249, 251, 0) 74%),
      url("https://vital-wigor.pl/wp-content/uploads/banner-hero.png") center center / cover no-repeat;
  }

  .vm-home-v2-hero-grid {
    min-height: 510px;
    grid-template-columns: minmax(0, 640px);
    padding-top: 58px;
    padding-bottom: 42px;
  }

  .vm-home-v2-hero-panel {
    display: none;
  }

}

@media (max-width: 849px) {
  .vm-home-v2-band {
    --vm-home-section-space: 48px;
    --vm-home-section-space-compact: 40px;
    --vm-home-heading-content-gap: 24px;
  }

  .vm-home-v2-shell,
  .vm-home-v2-products .vm-home-preview-shell {
    width: min(720px, calc(100% - 30px));
  }

  .vm-home-v2-hero-grid,
  .vm-home-v2-feature-grid {
    grid-template-columns: 1fr;
  }

  .vm-home-v2-hero-grid {
    padding-top: 48px;
  }

  .vm-home-v2-hero-panel {
    display: none;
  }

  .vm-home-v2-hero-grid::after {
    display: block;
    height: 260px;
    margin-top: 8px;
    border: 1px solid rgba(16, 26, 34, .1);
    border-radius: 14px;
    background: url("https://vital-wigor.pl/wp-content/uploads/banner-hero.png") 78% center / cover no-repeat;
    box-shadow: 0 16px 34px rgba(16, 26, 34, .1);
    content: "";
  }

  .vm-home-v2-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vm-home-v2-trust > div:nth-child(2) {
    border-right: 0;
  }

  .vm-home-v2-trust > div:nth-child(-n+2) {
    border-bottom: 1px solid #D7E8EE;
  }

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

  .vm-home-v2-category-card,
  .vm-home-v2-category-card:nth-child(n+4) {
    grid-column: span 1;
  }

  .vm-home-v2-category-card--kamagra,
  .vm-home-v2-category-card--kamagra:nth-child(n) {
    grid-column: span 2;
  }

  .vm-home-v2-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vm-home-v2-order-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 549px) {
  .vm-home-v2-band {
    --vm-home-section-space: 38px;
    --vm-home-section-space-compact: 30px;
    --vm-home-heading-content-gap: 20px;
    --vm-home-card-gap: 14px;
  }

  .vm-home-v2-hero-grid {
    min-height: 0;
    padding: 36px 0 24px;
  }

  .vm-home-v2-hero-grid::after {
    display: none;
    height: 0;
    content: none;
  }

  .vm-home-v2-hero {
    background:
      linear-gradient(90deg, rgba(247, 249, 251, .94) 0%, rgba(247, 249, 251, .86) 58%, rgba(247, 249, 251, .74) 100%),
      url("https://vital-wigor.pl/wp-content/uploads/banner-hero.png") 76% top / auto 100% no-repeat,
      #DEF1F7;
  }

  .vm-home-v2-trust {
    background: rgba(255, 255, 255, .92);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .vm-home-v2-hero h1 {
    font-size: 35px;
    line-height: 1.1;
  }

  .vm-home-v2-lead {
    margin-top: 14px;
    font-size: 15.5px;
    line-height: 1.65;
  }

  .vm-home-v2-actions {
    margin-top: 20px;
  }

  .vm-home-v2-button {
    width: 100%;
    min-height: 48px;
  }

  .vm-home-v2-trust-wrap {
    padding-bottom: 22px;
  }

  .vm-home-v2-trust > div {
    min-height: 66px;
    gap: 8px;
    padding: 10px 8px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  .vm-home-v2-trust strong {
    font-size: 12px;
  }

  .vm-home-v2-trust svg {
    width: 20px;
    height: 20px;
  }

  .vm-home-v2-section > .section-content {
    padding: var(--vm-home-section-space) 0;
  }

  .vm-home-v2-section--dark > .section-content,
  .vm-home-v2-feature-section > .section-content {
    padding-block: var(--vm-home-section-space-compact);
  }

  .vm-home-v2-faq > .section-content {
    padding-block: 36px;
  }

  .vm-home-v2-head {
    margin-bottom: var(--vm-home-heading-content-gap);
  }

  .vm-home-v2-head h2,
  .vm-home-v2-feature-copy h2 {
    font-size: 31px;
  }

  .vm-home-v2-head p,
  .vm-home-v2-feature-copy p {
    font-size: 15px;
    line-height: 1.67;
  }

  .vm-home-v2-category-grid,
  .vm-home-v2-form-grid,
  .vm-home-v2-link-grid,
  .vm-home-v2-link-grid--guides {
    grid-template-columns: 1fr;
  }

  .vm-home-v2-category-card,
  .vm-home-v2-category-card:nth-child(n),
  .vm-home-v2-category-card--kamagra:nth-child(n) {
    min-height: 0;
    grid-column: span 1;
    padding: 18px;
  }

  .vm-home-v2-form-card,
  .vm-home-v2-link-card {
    min-height: 0;
    padding: 18px;
  }

  .vm-home-v2-form-media {
    height: 118px;
  }

  .vm-home-v2-order-grid article {
    padding: 20px;
  }

  .vm-home-v2-card-icon {
    width: 43px;
    height: 43px;
  }

  .vm-home-v2-category-card h3,
  .vm-home-v2-form-card h3 {
    margin-top: 15px;
  }
}

/* Vital Man Tadalafil commercial product hub */
.vm-hub-band {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.vm-hub-band > .section-content {
  padding: 0;
}

.vm-hub-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.vm-hub-section {
  padding: 72px 0;
}

.vm-hub-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.vm-hub-band svg,
.vm-hub-products svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vm-hub-hero {
  overflow: clip;
  border-bottom: 1px solid rgba(15, 23, 42, .07);
  background:
    radial-gradient(780px 390px at 88% 15%, rgba(216, 67, 31, .09), transparent 64%),
    radial-gradient(850px 430px at 4% 4%, rgba(16, 26, 34, .10), transparent 64%),
    linear-gradient(180deg, #F8FBFC 0%, #DEF1F7 100%);
}

.vm-hub-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 27px 0 0;
  color: #31505E;
  font-size: 13px;
}

.vm-hub-breadcrumb a {
  color: #31505E;
  text-decoration: none;
}

.vm-hub-breadcrumb a:hover {
  color: var(--vm-red);
}

.vm-hub-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
  gap: 60px;
  align-items: center;
  padding: 52px 0 36px;
}

.vm-hub-hero-grid--simple {
  grid-template-columns: minmax(0, 850px);
  padding-bottom: 48px;
}

.vm-hub-hero-grid--simple .vm-hub-hero-copy {
  max-width: 850px;
}

.vm-shop-hero .vm-hub-hero-grid--simple {
  padding-top: 28px;
}

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

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

.vm-hub-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: clamp(40px, 4.2vw, 60px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.vm-hub-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--vm-ink);
  font-size: 17px;
  line-height: 1.75;
}

.vm-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 27px;
}

.vm-hub-compact-trust {
  display: inline-flex;
  align-items: center;
  color: #31505E;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.vm-hub-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.vm-hub-button--primary {
  border-color: var(--vm-red);
  background: var(--vm-red);
  color: #fff;
}

.vm-hub-button--primary:hover {
  border-color: #B93618;
  background: #B93618;
  color: #fff;
  transform: translateY(-1px);
}

.vm-hub-button--secondary {
  border-color: #C7DFE7;
  background: #fff;
  color: var(--vm-navy);
}

.vm-hub-button--secondary:hover {
  border-color: #9EBAC4;
  color: var(--vm-red);
}

.vm-hub-hero-panel {
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 17px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 50px rgba(16, 26, 34, .09);
}

.vm-hub-panel-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 12px;
  background: rgba(216, 67, 31, .10);
  color: var(--vm-red);
}

.vm-hub-panel-kicker {
  margin: 0 0 4px;
  color: #31505E;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.vm-hub-hero-panel h2 {
  margin: 0 0 16px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.25;
}

.vm-hub-hero-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  list-style: none;
}

.vm-hub-hero-panel li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid var(--vm-line);
  color: var(--vm-ink);
  font-size: 14px;
  line-height: 1.5;
}

.vm-hub-hero-panel li:last-child {
  border-bottom: 0;
}

.vm-hub-hero-panel li::before {
  position: absolute;
  top: 11px;
  left: 2px;
  color: var(--vm-red);
  font-weight: 900;
  content: "✓";
}

.vm-hub-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  padding-bottom: 28px;
}

.vm-hub-trust-row span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  color: #31505E;
  font-size: 12px;
  font-weight: 800;
}

.vm-hub-trust-row svg {
  width: 19px;
  height: 19px;
  color: var(--vm-navy);
}

.vm-hub-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 40px;
}

.vm-hub-fact {
  display: flex;
  min-width: 0;
  min-height: 92px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(16, 26, 34, .055);
}

.vm-hub-fact > svg {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  padding: 10px;
  border-radius: 11px;
  background: var(--vm-surface);
  color: var(--vm-navy);
}

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

.vm-hub-fact span {
  margin-bottom: 2px;
  color: #31505E;
  font-size: 11px;
  font-weight: 800;
}

.vm-hub-fact strong {
  color: var(--vm-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.vm-hub-products {
  scroll-margin-top: 95px;
  background: #fff;
}

.vm-hub-section-head {
  max-width: 780px;
  margin-bottom: 30px;
}

.vm-hub-section-head h2,
.vm-hub-group-head h2,
.vm-hub-vidalista h2,
.vm-hub-bridge-grid h2 {
  margin: 0;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.vm-hub-section-head p,
.vm-hub-group-head p {
  margin: 15px 0 0;
  color: var(--vm-ink);
  font-size: 15.5px;
  line-height: 1.7;
}

.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;
}

.vm-hub-group-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 40px;
  align-items: end;
  margin: 72px 0 28px;
  padding-top: 60px;
  border-top: 1px solid var(--vm-line);
}

.vm-hub-group-head h2 {
  font-size: clamp(28px, 2.8vw, 38px);
}

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

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

.vm-hub-product-grid--combined .vm-hub-product-card {
  border-top: 4px solid var(--vm-red);
}

.vm-hub-band--soft {
  background: #F8FBFC;
}

.vm-hub-band--white {
  background: #fff;
}

.vm-hub-band--bridges {
  background: linear-gradient(180deg, #DEF1F7 0%, #F8FBFC 100%);
}

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

.vm-hub-orientation-grid article,
.vm-hub-check-grid article {
  padding: 23px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 14px;
  background: #fff;
}

.vm-hub-orientation-grid svg,
.vm-hub-check-grid svg {
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  padding: 9px;
  border-radius: 11px;
  background: var(--vm-surface);
  color: var(--vm-navy);
}

.vm-hub-orientation-grid h3,
.vm-hub-check-grid h3 {
  margin: 0 0 8px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.vm-hub-orientation-grid p,
.vm-hub-check-grid p {
  margin: 0;
  color: var(--vm-ink);
  font-size: 13.5px;
  line-height: 1.62;
}

.vm-hub-vidalista {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
  gap: 60px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff 0%, #F8FBFC 100%);
  box-shadow: 0 14px 42px rgba(16, 26, 34, .065);
}

.vm-hub-vidalista p {
  max-width: 720px;
  margin: 17px 0 23px;
  color: var(--vm-ink);
  font-size: 15px;
  line-height: 1.7;
}

.vm-hub-dose-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 25px;
  border-radius: 15px;
  background: var(--vm-navy);
  color: #fff;
}

.vm-hub-dose-panel > span {
  padding: 13px 5px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 9px;
  text-align: center;
}

.vm-hub-dose-panel strong {
  display: block;
  font-size: 22px;
}

.vm-hub-dose-panel > p {
  grid-column: 1 / -1;
  margin: 7px 0 0;
  color: #C7DFE7;
  font-size: 12px;
  line-height: 1.55;
}

.vm-hub-bridge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.vm-hub-bridge-grid article {
  position: relative;
  padding: 31px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 26, 34, .05);
}

.vm-hub-bridge-grid article > svg {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  padding: 11px;
  border-radius: 12px;
  background: rgba(216, 67, 31, .09);
  color: var(--vm-red);
}

.vm-hub-bridge-grid h2 {
  font-size: 29px;
}

.vm-hub-bridge-grid p {
  margin: 15px 0 19px;
  color: var(--vm-ink);
  font-size: 14px;
  line-height: 1.68;
}

.vm-hub-bridge-grid a {
  color: var(--vm-red);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.vm-hub-price-copy {
  max-width: 860px;
  padding: 34px;
  border: 1px solid var(--vm-line);
  border-radius: 16px;
  background: #F8FBFC;
}

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

.vm-hub-price-copy p {
  max-width: 760px;
  margin: 0 0 10px;
  color: var(--vm-ink);
  font-size: 15px;
  line-height: 1.7;
}

.vm-hub-price-copy p:last-child {
  margin-bottom: 0;
}

.vm-hub-check-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vm-hub-check-grid svg {
  background: rgba(216, 67, 31, .09);
  color: var(--vm-red);
}

.vm-hub-trust-band {
  margin-top: 34px;
  margin-bottom: 34px;
  padding: 28px 0;
  background: var(--vm-navy);
}

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

.vm-hub-trust-strip > span {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 12px;
  align-items: center;
  color: #C7DFE7;
  font-size: 11.5px;
  line-height: 1.4;
}

.vm-hub-trust-strip svg {
  grid-row: 1 / 3;
  width: 40px;
  height: 40px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  color: #fff;
}

.vm-hub-trust-strip strong {
  align-self: end;
  color: #fff;
  font-size: 13px;
}

.vm-hub-faq {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  margin-top: 28px;
  margin-bottom: 28px;
}

.vm-hub-band--related {
  background: #fff;
}

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

.vm-hub-related-grid a {
  display: flex;
  min-height: 130px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 23px;
  border: 1px solid var(--vm-line);
  border-radius: 14px;
  background: #fff;
  color: var(--vm-navy);
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(16, 26, 34, .045);
}

.vm-hub-related-grid a:hover {
  border-color: #C7DFE7;
  color: var(--vm-red);
}

.vm-hub-related-grid span {
  margin-bottom: 7px;
  color: #31505E;
  font-size: 12px;
  font-weight: 800;
}

.vm-hub-related-grid strong {
  font-size: 16px;
  line-height: 1.4;
}

.term-tadalafil #main > hr,
.term-tadalafil .shop-container > hr {
  display: none;
}

@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-hero-grid {
    gap: 35px;
  }

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

  .vm-hub-product-grid--combined {
    max-width: none;
  }

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

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

  .vm-hub-vidalista {
    gap: 35px;
  }
}

@media (max-width: 849px) {
  .vm-hub-shell {
    width: min(100% - 50px, 1200px);
  }

  .vm-hub-section {
    padding: 58px 0;
  }

  .vm-hub-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 43px;
  }

  .vm-hub-hero-grid--simple {
    grid-template-columns: 1fr;
  }

  .vm-hub-hero-panel {
    max-width: none;
  }

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

  .vm-hub-group-head,
  .vm-hub-vidalista {
    grid-template-columns: 1fr;
  }

  .vm-hub-group-head {
    gap: 8px;
  }

  .vm-hub-bridge-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 549px) {
  .vm-hub-shell {
    width: calc(100% - 36px);
  }

  .vm-hub-section {
    padding: 48px 0;
  }

  .vm-hub-breadcrumb {
    padding-top: 22px;
    font-size: 12px;
  }

  .vm-shop-hero .vm-hub-hero-grid--simple {
    padding-top: 20px;
  }

  .vm-hub-hero-grid {
    gap: 27px;
    padding: 35px 0 27px;
  }

  .vm-hub-hero h1 {
    font-size: clamp(35px, 11vw, 46px);
  }

  .vm-hub-lead {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .vm-hub-actions {
    display: grid;
  }

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

  .vm-hub-compact-trust {
    justify-content: center;
    text-align: center;
  }

  .vm-hub-hero-panel {
    padding: 23px 20px;
  }

  .vm-hub-trust-row {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }

  .vm-hub-trust-row span {
    align-items: flex-start;
    font-size: 11px;
  }

  .vm-hub-facts {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .vm-hub-fact {
    min-height: 76px;
  }

  .vm-hub-orientation-grid,
  .vm-hub-check-grid,
  .vm-hub-related-grid {
    grid-template-columns: 1fr;
  }

  .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;
  }

  .vm-hub-group-head {
    margin-top: 55px;
    padding-top: 47px;
  }

  .vm-hub-vidalista {
    padding: 25px 20px;
  }

  .vm-hub-dose-panel {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }

  .vm-hub-bridge-grid article {
    padding: 24px 20px;
  }

  .vm-hub-price-copy {
    padding: 24px 20px;
  }

  .vm-hub-trust-strip {
    grid-template-columns: 1fr;
  }

  .vm-hub-trust-strip > span {
    min-height: 49px;
  }

  .vm-hub-trust-band {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .vm-hub-faq {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 359px) {
  .vm-hub-shell {
    width: calc(100% - 28px);
  }

  .vm-hub-hero h1 {
    font-size: 33px;
  }

  .vm-hub-trust-row {
    grid-template-columns: 1fr;
  }

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

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

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

@media (prefers-reduced-motion: reduce) {
  .vm-hub-button {
    transition: none;
  }
}

/* Kamagra commercial hub — scoped extension of the shared product-hub system */
.vm-kamagra-band .vm-hub-section,
.vm-hub-products--kamagra .vm-hub-section {
  padding: 56px 0;
}

.vm-kamagra-hero .vm-hub-hero-grid--simple {
  padding-top: 44px;
  padding-bottom: 42px;
}

.vm-kamagra-hero .vm-hub-lead {
  max-width: 800px;
  margin-top: 18px;
}

.vm-kamagra-hero .vm-hub-actions {
  align-items: center;
  margin-top: 24px;
}

.vm-kamagra-text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 8px;
  color: var(--vm-navy);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.vm-kamagra-text-link:hover {
  color: var(--vm-red);
}

.vm-kamagra-trust {
  margin: 0;
  padding: 26px 0;
}

.vm-kamagra-band {
  border-top: 1px solid rgba(16, 26, 34, .08);
  background: #DEF1F7;
}

.vm-kamagra-variant-card svg,
.vm-kamagra-safety svg,
.vm-kamagra-order-grid svg {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(216, 67, 31, .09);
  color: var(--vm-red);
}

.vm-kamagra-variant-card h3,
.vm-kamagra-order-grid h3 {
  margin: 18px 0 8px;
  color: var(--vm-navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.25;
}

.vm-kamagra-variant-card p,
.vm-kamagra-order-grid p {
  margin: 0;
  color: var(--vm-ink);
  font-size: 14px;
  line-height: 1.65;
}

.vm-hub-products--kamagra .vm-hub-section-head {
  margin-bottom: 26px;
}

.vm-hub-products--kamagra .vm-hub-group-head {
  margin-top: 56px;
  padding-top: 44px;
}

.vm-kamagra-variant-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.vm-kamagra-variant-card {
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 14px;
  background: #fff;
}

.vm-kamagra-variant-card h3 {
  font-size: 18px;
}

.vm-kamagra-original-note {
  max-width: 900px;
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid var(--vm-red);
  border-radius: 0 10px 10px 0;
  background: #fff;
  color: var(--vm-ink);
  font-size: 14px;
  line-height: 1.65;
}

.vm-kamagra-bridge-grid .vm-hub-bridge-grid article {
  padding: 28px;
}

.vm-kamagra-bridge-grid .vm-hub-bridge-grid p {
  font-size: 15px;
}

.vm-kamagra-bridge-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.vm-kamagra-safety-band {
  background: var(--vm-navy);
}

.vm-kamagra-safety {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.vm-kamagra-safety svg {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.vm-kamagra-safety h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
}

.vm-kamagra-safety p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 14.5px;
  line-height: 1.7;
}

.vm-kamagra-safety-actions {
  display: grid;
  gap: 10px;
}

.vm-kamagra-safety-actions a {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.vm-kamagra-safety-actions a:hover {
  color: #F7D2C8;
}

.vm-kamagra-faq {
  margin: 0;
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.vm-kamagra-order-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vm-kamagra-order-grid article {
  padding: 22px;
  border: 1px solid var(--vm-line);
  border-radius: 14px;
  background: #fff;
}

.vm-kamagra-order-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--vm-red);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

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

@media (max-width: 849px) {
  .vm-kamagra-band .vm-hub-section,
  .vm-hub-products--kamagra .vm-hub-section {
    padding: 48px 0;
  }

  .vm-kamagra-safety {
    grid-template-columns: 54px 1fr;
  }

  .vm-kamagra-safety-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 549px) {
  .vm-kamagra-band .vm-hub-section,
  .vm-hub-products--kamagra .vm-hub-section {
    padding: 38px 0;
  }

  .vm-kamagra-hero .vm-hub-hero-grid--simple {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .vm-kamagra-hero .vm-hub-actions {
    margin-top: 20px;
  }

  .vm-kamagra-text-link {
    justify-content: center;
  }

  .vm-kamagra-trust {
    padding: 24px 0;
  }

  .vm-kamagra-variant-grid,
  .vm-kamagra-order-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vm-kamagra-variant-card,
  .vm-kamagra-order-grid article {
    padding: 18px;
  }

  .vm-hub-products--kamagra .vm-hub-group-head {
    margin-top: 42px;
    padding-top: 34px;
  }

  .vm-kamagra-bridge-grid .vm-hub-bridge-grid article {
    padding: 22px 20px;
  }

  .vm-kamagra-safety {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vm-kamagra-safety-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .vm-kamagra-faq {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}

/* Kamagra Oral Jelly — focused visual polish */
.vm-oral-jelly-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: clamp(36px, 5vw, 72px);
  padding-top: 42px;
  padding-bottom: 46px;
}

.vm-oral-jelly-hero-grid .vm-hub-hero-copy {
  max-width: 690px;
}

.vm-oj-hero-media {
  position: relative;
  display: grid;
  min-width: 0;
  margin: 0;
  place-items: center;
  isolation: isolate;
}

.vm-oj-hero-media::before {
  position: absolute;
  z-index: -1;
  width: 88%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .58) 54%, rgba(255, 255, 255, 0) 72%);
  content: "";
}

.vm-oj-hero-media img.vm-oj-hero-image {
  display: block;
  width: min(100%, 470px);
  height: auto;
  margin: 0;
  filter: drop-shadow(0 22px 26px rgba(16, 26, 34, .16));
}

.vm-hub-products--oral-jelly .vm-hub-section {
  padding: 64px 0 68px;
}

.vm-hub-products--oral-jelly .vm-hub-section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.vm-oj-featured-product-grid {
  display: grid;
  max-width: 1120px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.vm-oj-featured-card {
  border-color: rgba(16, 26, 34, .13);
  box-shadow: 0 16px 42px rgba(16, 26, 34, .09);
}

.vm-oj-featured-card.is-combined {
  border-top: 4px solid var(--vm-red);
}

.vm-oj-featured-card .vm-hub-product-image {
  aspect-ratio: 16 / 10;
  padding: 24px;
  background: linear-gradient(180deg, #fff 0%, #F8FBFC 100%);
}

.vm-oj-featured-card .vm-hub-product-body {
  padding: 24px;
}

.vm-oj-featured-card h3 {
  margin-bottom: 16px;
  font-size: clamp(20px, 2vw, 25px);
}

.vm-oj-variant-badge {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 10px;
  border: 1px solid #C7DFE7;
  border-radius: 999px;
  background: #DEF1F7;
  color: var(--vm-navy);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .035em;
}

.vm-oj-variant-badge.is-combined {
  border-color: #F0B5A6;
  background: #FCEBE6;
  color: #A93417;
}

.vm-oj-classification {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 12px;
  color: #31505E;
  font-size: 12px;
  line-height: 1.5;
}

.vm-oj-classification strong {
  color: var(--vm-ink);
  font-size: 13px;
  text-align: right;
}

.vm-oj-classification a {
  color: var(--vm-navy);
  text-decoration: none;
}

.vm-oj-classification a:hover {
  color: var(--vm-red);
}

.vm-oj-featured-card .vm-hub-product-buy {
  min-height: 72px;
}

.vm-oj-featured-card .vm-hub-product-button {
  min-width: 132px;
  padding-right: 17px;
  padding-left: 17px;
  font-size: 12.5px;
}

.term-oral-jelly .vm-hub-orientation-grid svg,
.term-oral-jelly .vm-hub-check-grid svg {
  width: 48px;
  height: 48px;
  padding: 11px;
}

.term-oral-jelly .vm-kamagra-faq {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

@media (max-width: 1023px) {
  .vm-oral-jelly-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .75fr);
    gap: 32px;
  }

  .vm-oj-featured-product-grid {
    gap: 18px;
  }

  .vm-oj-featured-card .vm-hub-product-body {
    padding: 20px;
  }
}

@media (max-width: 849px) {
  .vm-oral-jelly-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(270px, .72fr);
    padding-top: 36px;
    padding-bottom: 40px;
  }

  .vm-hub-products--oral-jelly .vm-hub-section {
    padding: 52px 0 56px;
  }
}

@media (max-width: 699px) {
  .vm-oral-jelly-hero-grid,
  .vm-oj-featured-product-grid {
    grid-template-columns: 1fr;
  }

  .vm-oral-jelly-hero-grid {
    gap: 26px;
  }

  .vm-oj-hero-media {
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .vm-oj-featured-product-grid {
    gap: 20px;
  }
}

@media (max-width: 549px) {
  .vm-oral-jelly-hero-grid {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .vm-oj-hero-media img.vm-oj-hero-image {
    width: min(100%, 360px);
  }

  .vm-hub-products--oral-jelly .vm-hub-section {
    padding: 42px 0 46px;
  }

  .vm-hub-products--oral-jelly .vm-hub-section-head {
    margin-bottom: 24px;
  }

  .vm-oj-featured-card .vm-hub-product-image {
    padding: 18px;
  }

  .vm-oj-featured-card .vm-hub-product-body {
    padding: 19px;
  }

  .vm-oj-featured-card .vm-hub-product-buy {
    align-items: stretch;
    flex-direction: column;
  }

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

  .term-oral-jelly .vm-kamagra-faq {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

/* 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;
}

.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 {
    font-size: 14.5px;
  }
}

/* Vital Man Tadalafil informational pillar */
.vm-pill-band {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.vm-pill-band > .section-content {
  padding: 0;
}

.vm-pill-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.vm-pill-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.vm-pill-band svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vm-pill-hero {
  overflow: clip;
  border-bottom: 1px solid rgba(15, 23, 42, .07);
  background:
    radial-gradient(760px 380px at 88% 14%, rgba(216, 67, 31, .09), transparent 64%),
    radial-gradient(850px 420px at 5% 5%, rgba(16, 26, 34, .10), transparent 64%),
    linear-gradient(135deg, #F8FBFC 0%, #DEF1F7 100%);
  color: var(--vm-ink);
}

.vm-pill-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 24px;
  color: var(--vm-muted);
  font-size: 13px;
  line-height: 1.5;
}

.vm-pill-breadcrumb a {
  color: #31505E;
  text-decoration: none;
}

.vm-pill-breadcrumb a:hover {
  color: var(--vm-red);
}

.vm-pill-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  gap: 48px;
  align-items: center;
  padding: 46px 0 36px;
}

.vm-pill-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: var(--vm-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vm-pill-eyebrow::before {
  flex: 0 0 24px;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background: var(--vm-red);
  content: "";
}

.vm-pill-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.06;
}

.vm-pill-lead {
  max-width: 760px;
  margin: 0;
  color: var(--vm-ink);
  font-size: 17px;
  line-height: 1.72;
}

.vm-pill-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}

.vm-pill-button,
.vm-pill-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 19px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.vm-pill-button--primary,
.vm-pill-button--primary:visited {
  background: var(--vm-red);
  box-shadow: 0 8px 20px rgba(216, 67, 31, .18);
  color: #fff;
}

.vm-pill-button--primary:hover {
  background: #B93618;
  color: #fff;
  transform: translateY(-1px);
}

.vm-pill-button--secondary,
.vm-pill-button--secondary:visited {
  border-color: #C7DFE7;
  background: #fff;
  color: var(--vm-navy);
}

.vm-pill-button--secondary:hover {
  border-color: rgba(216, 67, 31, .55);
  color: var(--vm-red);
  transform: translateY(-1px);
}

.vm-pill-disclaimer {
  margin: 18px 0 0;
  color: var(--vm-muted);
  font-size: 12.5px;
  line-height: 1.65;
}

.vm-pill-hero-panel {
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 55px rgba(16, 26, 34, .10);
}

.vm-pill-panel-icon,
.vm-pill-safety-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: rgba(216, 67, 31, .09);
  color: var(--vm-red);
}

.vm-pill-panel-kicker {
  margin: 18px 0 4px;
  color: var(--vm-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vm-pill-hero-panel h2 {
  margin: 0 0 16px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.25;
}

.vm-pill-checklist {
  margin: 0;
  list-style: none;
}

.vm-pill-checklist li {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 27px;
  border-top: 1px solid var(--vm-line);
  color: var(--vm-ink);
  font-size: 14px;
  line-height: 1.55;
}

.vm-pill-checklist li:first-child {
  border-top: 0;
}

.vm-pill-checklist li::before {
  position: absolute;
  top: 10px;
  left: 1px;
  color: var(--vm-red);
  font-size: 15px;
  font-weight: 900;
  content: "✓";
}

.vm-pill-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 35px;
}

.vm-pill-fact {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 26, 34, .055);
}

.vm-pill-fact > svg {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 12px;
  background: rgba(16, 26, 34, .07);
  color: var(--vm-navy);
}

.vm-pill-fact div {
  min-width: 0;
}

.vm-pill-fact span {
  display: block;
  color: var(--vm-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.vm-pill-fact strong {
  display: block;
  margin-top: 4px;
  color: var(--vm-navy);
  font-size: 16px;
  line-height: 1.25;
}

.vm-pill-band--white {
  background: #fff;
}

.vm-pill-band--soft {
  border-top: 1px solid rgba(15, 23, 42, .04);
  border-bottom: 1px solid rgba(15, 23, 42, .04);
  background: #DEF1F7;
}

.vm-pill-band--products {
  background:
    radial-gradient(680px 300px at 10% 0%, rgba(16, 26, 34, .07), transparent 66%),
    #DEF1F7;
}

.vm-pill-band--safety {
  background: linear-gradient(135deg, #fff9f2 0%, #f8f5ef 100%);
}

.vm-pill-band--related {
  background: #fff;
}

.vm-pill-section {
  padding: 70px 0;
}

.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-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 58px;
  align-items: center;
}

.vm-pill-two-col--time {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
}

.vm-pill-prose {
  max-width: 760px;
  margin-top: 22px;
  color: var(--vm-ink);
  font-size: 16px;
  line-height: 1.82;
}

.vm-pill-prose p {
  margin: 0 0 16px;
}

.vm-pill-orientation-card,
.vm-pill-vidalista-card,
.vm-pill-time-card {
  min-width: 0;
  padding: 27px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(16, 26, 34, .07);
}

.vm-pill-card-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}

.vm-pill-card-heading svg {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 11px;
  background: rgba(216, 67, 31, .09);
  color: var(--vm-red);
}

.vm-pill-card-heading h3 {
  margin: 0;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.28;
}

.vm-pill-checklist--dark li {
  font-size: 15px;
}

.vm-pill-text-link,
.vm-pill-text-link:visited {
  display: inline-flex;
  margin-top: 19px;
  color: var(--vm-navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(216, 67, 31, .4);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.vm-pill-text-link:hover {
  color: var(--vm-red);
}

.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-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.vm-pill-flow-card {
  position: relative;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 27px rgba(16, 26, 34, .055);
}

.vm-pill-flow-card > svg {
  width: 43px;
  height: 43px;
  margin: 13px 0 22px;
  padding: 9px;
  border-radius: 12px;
  background: rgba(16, 26, 34, .07);
  color: var(--vm-navy);
}

.vm-pill-step {
  position: absolute;
  top: 17px;
  right: 18px;
  color: rgba(16, 26, 34, .2);
  font-size: 28px;
  font-weight: 900;
}

.vm-pill-flow-card h3 {
  margin: 0 0 10px;
  color: var(--vm-navy);
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.vm-pill-flow-card p {
  margin: 0;
  color: var(--vm-ink);
  font-size: 14.5px;
  line-height: 1.7;
}

.vm-pill-flow-arrow {
  color: var(--vm-red);
  font-size: 25px;
  font-weight: 900;
  text-align: center;
}

.vm-pill-time-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 31px;
  background: var(--vm-navy);
  color: #fff;
}

.vm-pill-time-card > svg {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.vm-pill-time-card > span {
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  font-weight: 700;
}

.vm-pill-time-card > strong {
  margin: 6px 0 8px;
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
}

.vm-pill-time-card > small {
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  line-height: 1.55;
}

.vm-tip {
  position: relative;
  display: inline-flex !important;
  vertical-align: middle;
}

.vm-tip-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin: -2px 0 -2px 3px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-family: Ubuntu, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
  cursor: help;
}

.vm-tip-trigger:hover,
.vm-tip-trigger:focus {
  border-color: var(--vm-red);
  background: var(--vm-red);
  color: #fff;
  outline: 2px solid rgba(216, 67, 31, .22);
  outline-offset: 2px;
}

.vm-tip-bubble {
  position: absolute;
  z-index: 30;
  bottom: calc(100% + 10px);
  left: 50%;
  width: min(260px, calc(100vw - 32px));
  padding: 11px 13px;
  border-radius: 9px;
  background: var(--vm-navy);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .2);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
  text-align: left;
  text-transform: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 5px);
  transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
  pointer-events: none;
}

.vm-tip-bubble--right {
  right: 0;
  left: auto;
  transform: translate(0, 5px);
}

.vm-tip:hover .vm-tip-bubble,
.vm-tip-trigger:focus + .vm-tip-bubble {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.vm-tip:hover .vm-tip-bubble--right,
.vm-tip-trigger:focus + .vm-tip-bubble--right {
  transform: translate(0, 0);
}

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

.vm-pill-compare-card {
  padding: 27px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 16px;
  background: #fff;
}

.vm-pill-compare-card--accent {
  border-top: 4px solid var(--vm-red);
  padding-top: 24px;
}

.vm-pill-compare-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 0 18px;
  color: var(--vm-ink);
  font-size: 15px;
  line-height: 1.65;
}

.vm-pill-center-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.vm-pill-vidalista-card p {
  margin: 15px 0 20px;
  color: var(--vm-ink);
  font-size: 14.5px;
  line-height: 1.7;
}

.vm-pill-dose-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.vm-pill-dose-row span {
  padding: 9px 5px;
  border-radius: 8px;
  background: var(--vm-surface);
  color: var(--vm-navy);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.vm-pill-section-head--products {
  padding-top: 70px;
}

.vm-pill-product-shell {
  margin-top: 0;
}

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

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

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

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

.vm-pill-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 19px;
}

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

.vm-pill-product-stock {
  margin-bottom: 10px;
  color: var(--vm-muted);
  font-size: 12px;
  font-weight: 800;
}

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

.vm-pill-product-price {
  margin: auto 0 14px;
  color: var(--vm-navy);
  font-size: 17px;
  font-weight: 900;
}

.vm-pill-product-price .amount {
  color: inherit;
}

.vm-pill-product-link {
  color: var(--vm-red);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.vm-pill-product-link:hover {
  color: #B93618;
}

.vm-pill-products-action {
  padding-bottom: 70px;
}

.vm-pill-safety {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 25px;
  padding: 38px;
  border: 1px solid rgba(126, 90, 37, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .77);
  box-shadow: 0 12px 36px rgba(83, 63, 34, .055);
}

.vm-pill-safety-icon {
  width: 58px;
  height: 58px;
  background: rgba(216, 67, 31, .08);
}

.vm-pill-safety-icon svg {
  width: 30px;
  height: 30px;
}

.vm-pill-safety-lead {
  max-width: 850px;
  margin: 15px 0 25px;
  color: var(--vm-ink);
  font-size: 16px;
  line-height: 1.75;
}

.vm-pill-safety-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.vm-pill-safety-grid ul {
  display: grid;
  gap: 12px;
  margin: 0 0 0 18px;
}

.vm-pill-safety-grid li {
  margin: 0;
  color: var(--vm-ink);
  font-size: 14px;
  line-height: 1.68;
}

.vm-pill-safety-actions {
  margin-top: 5px;
}

.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;
}

.vm-pill-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.vm-pill-related-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--vm-line);
  border-radius: 15px;
  background: #fff;
  color: var(--vm-navy);
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.vm-pill-related-card:hover {
  border-color: rgba(216, 67, 31, .35);
  box-shadow: 0 10px 28px rgba(16, 26, 34, .07);
  color: var(--vm-red);
  transform: translateY(-2px);
}

.vm-pill-related-card svg {
  width: 42px;
  height: 42px;
  margin-bottom: auto;
  padding: 9px;
  border-radius: 11px;
  background: rgba(16, 26, 34, .07);
  color: var(--vm-navy);
}

.vm-pill-related-card span {
  margin: 20px 0 5px;
  color: var(--vm-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.vm-pill-related-card strong {
  color: inherit;
  font-size: 16px;
  line-height: 1.35;
}

.vm-pill-source-note {
  max-width: 850px;
  margin: 28px 0 0;
  color: var(--vm-muted);
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 849px) {
  .vm-pill-hero-grid,
  .vm-pill-two-col,
  .vm-pill-two-col--time {
    grid-template-columns: 1fr;
  }

  .vm-pill-hero-grid {
    gap: 30px;
    padding-top: 36px;
  }

  .vm-pill-hero-panel {
    max-width: 680px;
  }

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

  .vm-pill-section {
    padding: 56px 0;
  }

  .vm-pill-flow {
    grid-template-columns: 1fr;
  }

  .vm-pill-flow-card {
    min-height: 0;
  }

  .vm-pill-flow-arrow {
    transform: rotate(90deg);
  }

  .vm-pill-safety {
    grid-template-columns: 1fr;
  }

  .vm-pill-section-head--products {
    padding-top: 56px;
  }

  .vm-pill-products-action {
    padding-bottom: 56px;
  }
}

@media (max-width: 549px) {
  .vm-pill-shell {
    width: min(100% - 30px, 1200px);
  }

  .vm-pill-breadcrumb {
    padding-top: 20px;
    font-size: 12px;
  }

  .vm-pill-hero-grid {
    padding: 30px 0 27px;
  }

  .vm-pill-hero h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.08;
  }

  .vm-pill-lead {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .vm-pill-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vm-pill-button {
    width: 100%;
    min-height: 48px;
  }

  .vm-pill-hero-panel,
  .vm-pill-orientation-card,
  .vm-pill-vidalista-card,
  .vm-pill-time-card {
    padding: 21px;
  }

  .vm-pill-facts {
    gap: 10px;
    padding-bottom: 28px;
  }

  .vm-pill-fact {
    flex-direction: column;
    align-items: flex-start;
    min-height: 130px;
    padding: 16px;
  }

  .vm-pill-fact > svg {
    width: 38px;
    height: 38px;
  }

  .vm-pill-section {
    padding: 46px 0;
  }

  .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-compare-grid,
  .vm-pill-safety-grid,
  .vm-pill-related-grid,
  .vm-pill-product-grid {
    grid-template-columns: 1fr;
  }

  .vm-pill-product {
    max-width: 420px;
    margin: 0 auto;
  }

  .vm-pill-product-image {
    aspect-ratio: 4 / 3;
  }

  .vm-pill-safety {
    padding: 25px 20px;
  }

  .vm-pill-faq {
    padding: 48px 0;
  }

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

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

  .vm-pill-related-card {
    min-height: 150px;
  }

  .vm-tip-bubble,
  .vm-tip-bubble--right {
    right: auto;
    left: 0;
    width: min(250px, calc(100vw - 45px));
    transform: translate(0, 5px);
  }

  .vm-tip:hover .vm-tip-bubble,
  .vm-tip-trigger:focus + .vm-tip-bubble,
  .vm-tip:hover .vm-tip-bubble--right,
  .vm-tip-trigger:focus + .vm-tip-bubble--right {
    transform: translate(0, 0);
  }
}

@media (max-width: 359px) {
  .vm-pill-facts {
    grid-template-columns: 1fr;
  }

  .vm-pill-fact {
    flex-direction: row;
    align-items: center;
    min-height: 88px;
  }

  .vm-pill-dose-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .vm-pill-button,
  .vm-pill-related-card,
  .vm-tip-bubble {
    transition: none;
  }
}

.vm-category-landing-active .woocommerce-breadcrumb {
  display: none;
}

.vm-cat-intro {
  background:
    radial-gradient(850px 360px at 8% 15%, rgba(11, 31, 51, .10), transparent 62%),
    radial-gradient(680px 340px at 92% 20%, rgba(216, 67, 31, .08), transparent 64%),
    linear-gradient(180deg, #F8FBFC 0%, #DEF1F7 100%);
  border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.vm-cat-intro.vm-cat-intro--full {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.vm-cat-intro .section-content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 26px 20px 34px;
}

.vm-cat-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 19px;
  color: var(--vm-muted);
  font-size: 13px;
  line-height: 1.5;
}

.vm-cat-breadcrumb a {
  color: #31505E;
  text-decoration: none;
}

.vm-cat-breadcrumb a:hover {
  color: var(--vm-red);
}

.vm-cat-overline {
  margin-bottom: 9px;
  color: var(--vm-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vm-cat-intro h1 {
  max-width: 900px;
  margin: 0;
  color: var(--vm-navy);
  font-size: clamp(30px, 4vw, 45px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.vm-cat-intro h1::after,
.vm-cat-heading::after {
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 14px;
  border-radius: 3px;
  background: var(--vm-red);
  content: "";
}

.vm-cat-lead {
  max-width: 850px;
  margin: 16px 0 0;
  color: var(--vm-ink);
  font-size: 17px;
  line-height: 1.75;
}

.vm-cat-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 19px;
}

.vm-cat-button,
.vm-cat-button:visited {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 9px;
  background: var(--vm-red);
  box-shadow: 0 7px 18px rgba(216, 67, 31, .18);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

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

.vm-cat-trust {
  color: var(--vm-muted);
  font-size: 13px;
  font-weight: 700;
}

.vm-category-landing-active #available-products {
  scroll-margin-top: 24px;
  margin-top: 24px;
  color: var(--vm-navy);
  font-size: 22px;
  font-weight: 800;
}

.vm-cat-main {
  padding: 22px 0 10px;
  color: var(--vm-ink);
}

.vm-cat-main .section-content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.vm-cat-section {
  padding: 42px 0;
  border-top: 1px solid rgba(15, 23, 42, .07);
}

.vm-cat-section:first-child {
  border-top: 0;
}

.vm-cat-eyebrow {
  margin-bottom: 8px;
  color: var(--vm-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vm-cat-heading {
  margin: 0;
  color: var(--vm-navy);
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.18;
}

.vm-cat-section h3 {
  margin: 0 0 9px;
  color: var(--vm-navy);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.vm-cat-copy {
  max-width: 920px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.85;
}

.vm-cat-copy p {
  margin: 0 0 15px;
}

.vm-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

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

.vm-cat-card {
  min-width: 0;
  padding: 23px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: var(--vm-card-radius);
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
}

.vm-cat-card--soft {
  background: var(--vm-surface);
  box-shadow: none;
}

.vm-cat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 15px;
  border-radius: 11px;
  background: rgba(216, 67, 31, .09);
  color: var(--vm-red);
  font-size: 18px;
  font-weight: 900;
}

.vm-cat-card p,
.vm-cat-card li {
  color: var(--vm-ink);
  font-size: 15px;
  line-height: 1.75;
}

.vm-cat-card p:last-child {
  margin-bottom: 0;
}

.vm-cat-card ul {
  margin: 12px 0 0 18px;
}

.vm-cat-link,
.vm-cat-link:visited {
  color: var(--vm-navy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(216, 67, 31, .35);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.vm-cat-link:hover {
  color: var(--vm-red);
}

.vm-cat-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid var(--vm-line);
  border-radius: var(--vm-card-radius);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.vm-cat-table {
  width: 100%;
  min-width: 650px;
  margin: 0;
  border-collapse: collapse;
}

.vm-cat-table th,
.vm-cat-table td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--vm-line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6;
}

.vm-cat-table th {
  background: var(--vm-surface);
  color: var(--vm-navy);
  font-weight: 800;
}

.vm-cat-table tr:last-child td {
  border-bottom: 0;
}

.vm-cat-note {
  margin-top: 24px;
  padding: 19px 21px;
  border-left: 4px solid var(--vm-red);
  border-radius: 0 12px 12px 0;
  background: #FCEBE6;
  color: #7E2B18;
  font-size: 14px;
  line-height: 1.75;
}

body.term-vardenafil .vm-product-ingredient-link {
  position: relative;
  margin: 24px 0 0;
  padding: 16px 18px 16px 54px;
  border: 1px solid #C7DFE7;
  border-radius: 12px;
  background: #F8FBFC;
  color: var(--vm-ink);
  font-size: 15px;
  line-height: 1.65;
}

body.term-vardenafil .vm-product-ingredient-link::before {
  position: absolute;
  top: 17px;
  left: 18px;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #DEF1F7;
  color: #0F5C7A;
  content: "i";
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

body.term-vardenafil .vm-product-ingredient-link strong {
  display: block;
  margin-bottom: 2px;
  color: var(--vm-navy);
}

body.term-vardenafil .vm-product-ingredient-link a {
  color: #0F5C7A;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(47, 101, 167, .3);
  text-underline-offset: 3px;
}

body.term-vardenafil .vm-cat-note {
  border: 1px solid #FCEBE6;
  border-radius: 12px;
}

/* Shipping and payment utility page. */
body.page-id-76 .page-wrapper,
body.page-id-76 #main {
  padding: 0 !important;
}

.vm-shipping-page {
  background: #fff;
  color: var(--vm-ink);
}

.vm-shipping-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.vm-shipping-hero {
  padding: 58px 0 62px;
  border-bottom: 1px solid #C7DFE7;
  background:
    radial-gradient(circle at 88% 15%, rgba(216, 67, 31, .08), transparent 34%),
    linear-gradient(135deg, #F8FBFC 0%, #DEF1F7 100%);
}

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

.vm-shipping-eyebrow::before {
  width: 24px;
  height: 2px;
  background: var(--vm-red);
  content: "";
}

.vm-shipping-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--vm-navy);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.vm-shipping-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: #31505E;
  font-size: 17px;
  line-height: 1.75;
}

.vm-shipping-main {
  padding: 64px 0;
}

.vm-shipping-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.vm-shipping-card {
  padding: 30px;
  border: 1px solid #C7DFE7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 26, 34, .055);
}

.vm-shipping-card-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.vm-shipping-icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #DEF1F7;
  color: #0F5C7A;
}

.vm-shipping-icon svg,
.vm-shipping-method-icon svg,
.vm-shipping-info-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.vm-shipping-card-label {
  margin-bottom: 3px;
  color: var(--vm-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vm-shipping-card h2 {
  margin: 0;
  color: var(--vm-navy);
  font-size: 25px;
  line-height: 1.25;
}

.vm-shipping-methods {
  display: grid;
  gap: 10px;
}

.vm-shipping-method {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 12px 14px;
  border: 1px solid #D7E8EE;
  border-radius: 11px;
  background: #F8FBFC;
}

.vm-shipping-method-icon {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #fff;
  color: #0F5C7A;
}

.vm-shipping-method strong {
  display: block;
  color: var(--vm-navy);
  font-size: 15px;
  line-height: 1.35;
}

.vm-shipping-method small {
  display: block;
  margin-top: 2px;
  color: #31505E;
  font-size: 12px;
}

.vm-shipping-price {
  color: var(--vm-navy);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.vm-shipping-payment-copy {
  margin: 14px 0 0;
  color: #31505E;
  font-size: 14px;
  line-height: 1.65;
}

.vm-shipping-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.vm-shipping-info-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 19px 20px;
  border: 1px solid #C7DFE7;
  border-radius: 13px;
  background: #F8FBFC;
}

.vm-shipping-info-icon {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  color: #0F5C7A;
}

.vm-shipping-info-card h3 {
  margin: 0 0 4px;
  color: var(--vm-navy);
  font-size: 16px;
}

.vm-shipping-info-card p {
  margin: 0;
  color: #31505E;
  font-size: 14px;
  line-height: 1.6;
}

.vm-shipping-faq {
  padding: 58px 0 68px;
  border-top: 1px solid #D7E8EE;
  background: #DEF1F7;
}

.vm-shipping-faq-head {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}

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

.vm-shipping-faq-head h2 {
  margin: 0;
  color: var(--vm-navy);
  font-size: 30px;
}

.vm-shipping-faq .vm-pill-faq-list {
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .vm-shipping-shell {
    width: min(100% - 28px, 1120px);
  }

  .vm-shipping-hero {
    padding: 42px 0 46px;
  }

  .vm-shipping-hero h1 {
    font-size: 38px;
  }

  .vm-shipping-lead {
    font-size: 15px;
    line-height: 1.7;
  }

  .vm-shipping-main,
  .vm-shipping-faq {
    padding: 42px 0 48px;
  }

  .vm-shipping-grid,
  .vm-shipping-info-grid {
    grid-template-columns: 1fr;
  }

  .vm-shipping-card {
    padding: 21px;
    border-radius: 14px;
  }

  .vm-shipping-card h2 {
    font-size: 22px;
  }

  .vm-shipping-method {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 11px;
  }

  .vm-shipping-faq-head h2 {
    font-size: 26px;
  }
}

@media (max-width: 390px) {
  .vm-shipping-method {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .vm-shipping-price {
    grid-column: 2;
  }
}

.vm-cat-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.vm-cat-related a {
  display: inline-flex;
  padding: 10px 13px;
  border: 1px solid var(--vm-line);
  border-radius: 9px;
  background: #fff;
  color: var(--vm-navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.vm-cat-related a:hover {
  border-color: rgba(216, 67, 31, .45);
  color: var(--vm-red);
}

.vm-cat-faq {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 54px 0;
  background: linear-gradient(180deg, var(--vm-navy) 0%, var(--vm-navy-soft) 100%);
  color: #fff;
}

.vm-cat-faq .vm-cat-faq-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

.vm-cat-faq h2 {
  margin: 0 0 26px;
  color: #fff;
  text-align: center;
  font-size: clamp(27px, 3vw, 35px);
  font-weight: 900;
}

.vm-cat-faq .accordion {
  margin-bottom: 0;
}

.vm-cat-faq .accordion-item {
  border-color: rgba(255, 255, 255, .15);
}

.vm-cat-faq .accordion-title {
  border-top-color: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.vm-cat-faq .accordion-title.active {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .04);
  color: #fff;
}

.vm-cat-faq .accordion-inner {
  color: rgba(255, 255, 255, .79);
  font-size: 15px;
  line-height: 1.75;
}

.vm-cat-faq .accordion-inner a {
  color: #fff;
  font-weight: 800;
}

.vm-cat-cta {
  margin: 44px 0 30px;
  padding: 30px;
  border-radius: 16px;
  background: var(--vm-navy);
  color: #fff;
}

.vm-cat-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 27px;
}

.vm-cat-cta p {
  max-width: 760px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .79);
  line-height: 1.75;
}

.vm-cat-cta .vm-cat-button {
  box-shadow: none;
}

@media (max-width: 849px) {
  .vm-cat-grid,
  .vm-cat-grid--two {
    grid-template-columns: 1fr;
  }

  .vm-cat-section {
    padding: 34px 0;
  }

  .vm-cat-faq {
    padding: 44px 0;
  }
}

@media (max-width: 549px) {
  .vm-cat-intro .section-content {
    padding: 21px 15px 28px;
  }

  .vm-cat-main .section-content,
  .vm-cat-faq .vm-cat-faq-inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .vm-cat-lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .vm-cat-trust {
    width: 100%;
  }

  .vm-cat-card {
    padding: 19px;
  }

  .vm-cat-copy {
    font-size: 15.5px;
    line-height: 1.8;
  }

  .vm-cat-cta {
    padding: 24px 20px;
  }
}

/* Vital Man homepage commercial hub */
.vm-home-hero,
.vm-home-section,
.vm-home-faq,
.vm-home-products {
  margin: 0;
}

.vm-home-hero .section-content,
.vm-home-section .section-content,
.vm-home-faq .section-content {
  padding: 0;
}

.vm-home-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.vm-home-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 8%, rgba(216, 67, 31, .09), transparent 29%),
    linear-gradient(135deg, #F8FBFC 0%, #DEF1F7 100%);
  color: #101A22;
}

.vm-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 42px;
  align-items: center;
  min-height: 0;
  padding: 52px 0 28px;
}

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

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

.vm-home-hero h1 {
  max-width: 700px;
  margin: 0 0 20px;
  color: #101A22;
  font-size: clamp(38px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.vm-home-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: #31505E;
  font-size: 17px;
  line-height: 1.72;
}

.vm-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.vm-home-button,
.vm-home-button:visited {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid #D8431F;
  border-radius: 9px;
  background: #D8431F;
  box-shadow: 0 10px 22px rgba(216, 67, 31, .18);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.vm-home-button:hover {
  border-color: #B93618;
  background: #B93618;
  color: #fff;
  transform: translateY(-1px);
}

.vm-home-button--ghost,
.vm-home-button--ghost:visited {
  border-color: #C7DFE7;
  background: #fff;
  box-shadow: none;
  color: #101A22;
}

.vm-home-button--ghost:hover {
  border-color: #101A22;
  background: #fff;
  color: #101A22;
}

.vm-home-button--light,
.vm-home-button--light:visited {
  border-color: #D8431F;
  background: #D8431F;
  color: #fff;
}

.vm-home-hero-panel {
  padding: 28px;
  border: 1px solid #C7DFE7;
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 50px rgba(16, 26, 34, .1);
}

.vm-home-hero-panel span {
  display: block;
  margin-bottom: 9px;
  color: #D8431F;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vm-home-hero-panel strong {
  display: block;
  color: #101A22;
  font-size: 23px;
  line-height: 1.3;
}

.vm-home-hero-panel p {
  margin: 13px 0 20px;
  color: #31505E;
  font-size: 15px;
  line-height: 1.7;
}

.vm-home-hero-panel a {
  color: #D8431F;
  font-weight: 800;
}

.vm-home-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 34px;
  overflow: hidden;
  border: 1px solid #C7DFE7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 26, 34, .07);
}

.vm-home-trust > div {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border-right: 1px solid #D7E8EE;
  color: #31505E;
  font-size: 14px;
}

.vm-home-trust > div:last-child {
  border-right: 0;
}

.vm-home-trust-icon {
  color: #D8431F;
  font-size: 12px;
}

.vm-home-section {
  padding: 64px 0;
  background: #fff;
}

.vm-home-section--soft {
  background: #F8FBFC;
}

.vm-home-section--products-head {
  padding-bottom: 32px;
  border-top: 1px solid #D7E8EE;
  background: #F8FBFC;
  color: #101A22;
}

.vm-home-section--products-head h2 {
  color: #101A22;
}

.vm-home-section--products-head p {
  color: #31505E;
}

.vm-home-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.vm-home-section-head h2,
.vm-home-products-head h2,
.vm-home-final h2 {
  margin: 0 0 11px;
  color: #101A22;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.vm-home-section-head > p,
.vm-home-products-head p,
.vm-home-final p {
  margin: 0;
  color: #31505E;
  font-size: 16px;
  line-height: 1.75;
}

.vm-home-category-grid,
.vm-home-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.vm-home-category-card,
.vm-home-category-card:visited {
  display: flex;
  min-height: 225px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #D3E7ED;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 58, 93, .055);
  color: #101A22;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.vm-home-category-card:hover {
  border-color: #D8431F;
  color: #101A22;
  box-shadow: 0 18px 42px rgba(20, 58, 93, .11);
  transform: translateY(-3px);
}

.vm-home-category-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #FCEBE6;
  color: #D8431F;
  font-weight: 900;
}

.vm-home-category-card h3,
.vm-home-card h3,
.vm-home-info-card h3 {
  margin: 0 0 10px;
  color: #101A22;
  font-size: 21px;
}

.vm-home-category-card p,
.vm-home-card p,
.vm-home-info-card p {
  color: #31505E;
  font-size: 15px;
  line-height: 1.7;
}

.vm-home-category-card strong {
  margin-top: auto;
  color: #D8431F;
  font-size: 14px;
}

.vm-home-products-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.vm-home-products-head > div {
  max-width: 760px;
}

.vm-home-products {
  background: #F8FBFC;
}

.vm-home-products > .section-content > .row {
  max-width: 1140px;
}

.vm-home-product-grid .product-small {
  padding-bottom: 12px;
}

.vm-home-step-grid,
.vm-home-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vm-home-card,
.vm-home-info-card,
.vm-home-info-card:visited {
  position: relative;
  padding: 25px;
  border: 1px solid #D3E7ED;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 26, 34, .045);
  color: #101A22;
  text-decoration: none;
}

.vm-home-step,
.vm-home-card-icon,
.vm-home-info-card > span {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #FCEBE6;
  color: #D8431F;
  font-size: 13px;
  font-weight: 900;
}

.vm-home-inline-link {
  color: #D8431F;
  font-weight: 800;
}

.vm-home-info-card {
  min-height: 240px;
  transition: border-color .2s ease, transform .2s ease;
}

.vm-home-info-card:hover {
  border-color: #D8431F;
  color: #101A22;
  transform: translateY(-2px);
}

.vm-home-info-card strong {
  display: block;
  margin-top: 20px;
  color: #D8431F;
  font-size: 14px;
}

.vm-home-faq {
  padding: 72px 0;
  background: #101A22;
}

.vm-home-faq .vm-home-section-head h2 {
  color: #fff;
}

.vm-home-faq .vm-home-section-head p {
  color: rgba(255, 255, 255, .72);
}

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

.vm-home-faq .accordion-item {
  margin-bottom: 10px;
}

.vm-home-faq .accordion-title {
  padding: 18px 52px 18px 20px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #101A22;
  font-weight: 800;
}

.vm-home-faq .accordion-title.active {
  border-radius: 10px 10px 0 0;
}

.vm-home-faq .accordion-inner {
  padding: 19px 20px 22px;
  border: 0;
  border-radius: 0 0 10px 10px;
  background: #F8FBFC;
  color: #31505E;
  line-height: 1.75;
}

.vm-home-faq .accordion-inner a {
  color: #D8431F;
  font-weight: 800;
}

.vm-home-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 35px;
  border: 0;
  border-radius: 18px;
  background: #101A22;
}

.vm-home-final > div {
  max-width: 720px;
}

.vm-home-final h2 {
  color: #fff;
}

.vm-home-final p {
  color: rgba(255, 255, 255, .76);
}

@media (max-width: 849px) {
  .vm-home-shell {
    width: min(100% - 30px, 720px);
  }

  .vm-home-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 38px 0 22px;
  }

  .vm-home-hero-panel {
    display: none;
  }

  .vm-home-trust > div {
    min-height: 62px;
    justify-content: center;
    padding: 10px;
    text-align: center;
  }

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

  .vm-home-products-head,
  .vm-home-final {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 549px) {
  .vm-home-hero h1 {
    font-size: 34px;
    line-height: 1.13;
  }

  .vm-home-hero-copy > p {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .vm-home-actions {
    gap: 8px;
    margin-top: 22px;
  }

  .vm-home-button {
    width: 100%;
  }

  .vm-home-button--ghost {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid #C7DFE7;
    background: #fff;
    color: #101A22;
  }

  .vm-home-section,
  .vm-home-faq {
    padding: 46px 0;
  }

  .vm-home-section--products-head {
    padding-bottom: 28px;
  }

  .vm-home-section-head {
    margin-bottom: 26px;
  }

  .vm-home-category-grid,
  .vm-home-benefit-grid,
  .vm-home-step-grid,
  .vm-home-info-grid {
    grid-template-columns: 1fr;
  }

  .vm-home-category-card {
    min-height: 0;
    padding: 21px;
  }

  .vm-home-category-mark {
    margin-bottom: 16px;
  }

  .vm-home-card,
  .vm-home-info-card {
    min-height: 0;
    padding: 21px;
  }

  .vm-home-final {
    padding: 25px 21px;
  }

  .vm-home-trust {
    margin-bottom: 22px;
  }

  .vm-home-trust > div {
    min-height: 66px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  .vm-home-trust-icon {
    display: none;
  }
}

/* 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;
  }
}

/* Final Sildenafil grid override: generic category rules occur later than the
   component's main declarations in this long-lived stylesheet. */
.vm-cat-main--sildenafil .vm-sild-group-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1023px) {
  .vm-cat-main--sildenafil .vm-sild-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 599px) {
  .vm-cat-main--sildenafil .vm-sild-group-grid {
    grid-template-columns: 1fr;
  }
}

/* Sildenafil informational pillar: full-width editorial system. */
.page-id-4729 #content {
  padding-bottom: 0;
}

.page-id-4729 .row-main {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.page-id-4729 .row-main > .col {
  padding: 0;
}

.vm-info-sild-hero,
.vm-info-sild-band,
.vm-info-sild-faq,
.vm-info-sild-bridge {
  margin: 0;
}

.vm-info-sild-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(216, 67, 31, .08), transparent 28%),
    linear-gradient(118deg, #F8FBFC 0%, #DEF1F7 58%, #f8f4f3 100%);
  border-bottom: 1px solid #C7DFE7;
}

.vm-info-sild-hero .section-content,
.vm-info-sild-band .section-content,
.vm-info-sild-faq .section-content,
.vm-info-sild-bridge .section-content {
  width: 100%;
}

.vm-info-sild-shell {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.vm-info-sild-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  padding-top: 22px;
  color: #31505E;
  font-size: 13px;
  line-height: 1.45;
}

.vm-info-sild-breadcrumb a {
  color: #0F5C7A;
  text-decoration: none;
}

.vm-info-sild-breadcrumb a:hover,
.vm-info-sild-breadcrumb a:focus-visible {
  color: #D8431F;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vm-info-sild-breadcrumb a:focus-visible,
.vm-info-sild-link:focus-visible,
.vm-info-sild-button:focus-visible {
  outline: 3px solid rgba(216, 67, 31, .22);
  outline-offset: 3px;
}

.vm-info-sild-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: 34px 0 48px;
}

.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: "";
}

.vm-info-sild-hero h1 {
  max-width: 720px;
  margin: 0 0 17px;
  color: #101A22;
  font-size: clamp(35px, 4.1vw, 58px);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.vm-info-sild-lead {
  max-width: 690px;
  margin: 0;
  color: #31505E;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
}

.vm-info-sild-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.vm-info-sild-fact {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 67px;
  padding: 11px 13px;
  border: 1px solid rgba(89, 116, 138, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .74);
}

.vm-info-sild-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  border-radius: 11px;
  background: #DEF1F7;
  color: #0F5C7A;
}

.vm-info-sild-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vm-info-sild-fact small {
  display: block;
  margin-bottom: 2px;
  color: #31505E;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vm-info-sild-fact strong {
  display: block;
  color: #101A22;
  font-size: 13px;
  line-height: 1.35;
}

.vm-info-sild-hero-visual {
  position: relative;
  margin: 0;
}

.vm-info-sild-hero-visual::before {
  position: absolute;
  inset: 18px -14px -16px 22px;
  border-radius: 24px;
  background: rgba(216, 67, 31, .1);
  content: "";
}

.vm-info-sild-hero-visual picture,
.vm-info-sild-hero-visual img {
  position: relative;
  display: block;
  width: 100%;
}

.vm-info-sild-hero-image {
  aspect-ratio: 4 / 3;
  border: 7px solid rgba(255, 255, 255, .94);
  border-radius: 22px;
  object-fit: cover;
  object-position: 50% 66%;
  box-shadow: 0 24px 52px rgba(20, 48, 73, .16);
}

.vm-info-sild-band {
  padding: clamp(54px, 6.5vw, 84px) 0 !important;
  background: #fff;
}

.vm-info-sild-band--soft {
  background: #DEF1F7;
}

.vm-info-sild-band--safety {
  background: linear-gradient(118deg, #101A22 0%, #0F5C7A 100%);
  color: #fff;
}

.vm-info-sild-section-head {
  display: flex;
  max-width: 810px;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.vm-info-sild-section-head .vm-info-sild-icon {
  margin-top: 2px;
}

.vm-info-sild-section-head h2 {
  margin: 0 0 9px;
  color: #101A22;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.vm-info-sild-section-head p {
  margin: 0;
  color: #31505E;
  font-size: 15px;
  line-height: 1.65;
}

.vm-info-sild-copy {
  max-width: 830px;
  color: #31505E;
  font-size: 16px;
  line-height: 1.78;
}

.vm-info-sild-copy p {
  margin: 0 0 17px;
}

.vm-info-sild-copy p:last-child {
  margin-bottom: 0;
}

.vm-info-sild-copy strong {
  color: #101A22;
  font-weight: 800;
}

.vm-info-sild-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: start;
}

.vm-info-sild-callout,
.vm-info-sild-card {
  border: 1px solid #C7DFE7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 46, 70, .06);
}

.vm-info-sild-callout {
  padding: 24px;
  border-top: 4px solid #D8431F;
}

.vm-info-sild-callout h3,
.vm-info-sild-card h3 {
  margin: 0 0 9px;
  color: #101A22;
  font-size: 19px;
  line-height: 1.35;
}

.vm-info-sild-callout p,
.vm-info-sild-card p {
  margin: 0;
  color: #31505E;
  font-size: 14.5px;
  line-height: 1.7;
}

.vm-info-sild-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 27px;
  counter-reset: vm-info-step;
}

.vm-info-sild-flow > div {
  position: relative;
  padding: 21px 20px 20px;
  border: 1px solid #C7DFE7;
  border-radius: 14px;
  background: #fff;
  counter-increment: vm-info-step;
}

.vm-info-sild-flow > div::before {
  display: flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #D8431F;
  color: #fff;
  content: counter(vm-info-step);
  font-size: 12px;
  font-weight: 900;
}

.vm-info-sild-flow strong {
  display: block;
  margin-bottom: 5px;
  color: #101A22;
  font-size: 14px;
}

.vm-info-sild-flow span {
  color: #31505E;
  font-size: 13.5px;
  line-height: 1.55;
}

.vm-info-sild-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.vm-info-sild-card {
  padding: 25px;
}

.vm-info-sild-card .vm-info-sild-icon {
  margin-bottom: 16px;
}

.vm-info-sild-card p + p {
  margin-top: 12px;
}

.vm-info-sild-table-wrap {
  overflow-x: auto;
  border: 1px solid #C7DFE7;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 46, 70, .05);
}

.vm-info-sild-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

.vm-info-sild-table th,
.vm-info-sild-table td {
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px solid #D7E8EE;
  color: #31505E;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.vm-info-sild-table th {
  background: #DEF1F7;
  color: #101A22;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.vm-info-sild-table tr:last-child td {
  border-bottom: 0;
}

.vm-info-sild-link {
  color: #0F5C7A;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.vm-info-sild-link:hover {
  color: #D8431F;
}

.vm-info-sild-band--safety .vm-info-sild-section-head h2,
.vm-info-sild-band--safety .vm-info-sild-section-head p,
.vm-info-sild-band--safety .vm-info-sild-copy,
.vm-info-sild-band--safety .vm-info-sild-copy strong {
  color: #fff;
}

.vm-info-sild-band--safety .vm-info-sild-section-head p,
.vm-info-sild-band--safety .vm-info-sild-copy {
  color: #C7DFE7;
}

.vm-info-sild-band--safety .vm-info-sild-icon {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.vm-info-sild-safety-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 25px;
}

.vm-info-sild-safety-points > div {
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  color: #DEF1F7;
  font-size: 14px;
  line-height: 1.55;
}

.vm-info-sild-safety-points strong {
  color: #fff;
}

.vm-info-sild-band--safety .vm-info-sild-link {
  color: #fff;
}

.vm-info-sild-sources {
  margin: 18px 0 0;
  padding-left: 20px;
}

.vm-info-sild-sources li {
  margin-bottom: 8px;
}

.vm-info-sild-faq.vm-pill-faq {
  padding: clamp(58px, 7vw, 82px) 0 !important;
}

.vm-info-sild-faq .vm-pill-faq-inner {
  width: min(100% - 48px, 940px);
  margin-inline: auto;
}

.vm-info-sild-faq .vm-pill-section-head {
  margin-bottom: 27px;
}

.vm-info-sild-faq .vm-pill-section-head h2 {
  margin-bottom: 8px;
  color: #101A22;
  font-size: clamp(27px, 3vw, 38px);
}

.vm-info-sild-faq .vm-pill-section-head p {
  margin: 0;
  color: #31505E;
  font-size: 15px;
}

.vm-info-sild-bridge {
  padding: 46px 0 54px !important;
  background: #fff;
}

.vm-info-sild-bridge-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 25px 28px;
  border: 1px solid #C7DFE7;
  border-radius: 16px;
  background: #F8FBFC;
}

.vm-info-sild-bridge-card h2 {
  margin: 0 0 5px;
  color: #101A22;
  font-size: 24px;
}

.vm-info-sild-bridge-card p {
  margin: 0;
  color: #31505E;
  font-size: 14.5px;
  line-height: 1.6;
}

.vm-info-sild-button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 9px;
  background: #D8431F;
  color: #fff;
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 9px 22px rgba(216, 67, 31, .18);
}

.vm-info-sild-button:hover {
  background: #B93618;
  color: #fff;
}

@media (max-width: 849px) {
  .vm-info-sild-shell {
    width: min(100% - 40px, 720px);
  }

  .vm-info-sild-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 25px 0 38px;
  }

  .vm-info-sild-hero-visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .vm-info-sild-hero-image {
    aspect-ratio: 16 / 9;
    object-position: 50% 68%;
  }

  .vm-info-sild-two-col,
  .vm-info-sild-flow {
    grid-template-columns: 1fr;
  }

  .vm-info-sild-flow {
    gap: 11px;
  }

  .vm-info-sild-bridge-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .vm-info-sild-button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 549px) {
  .vm-info-sild-shell,
  .vm-info-sild-faq .vm-pill-faq-inner {
    width: calc(100% - 32px);
  }

  .vm-info-sild-breadcrumb {
    padding-top: 15px;
    font-size: 12px;
  }

  .vm-info-sild-hero-grid {
    gap: 22px;
    padding: 21px 0 30px;
  }

  .vm-info-sild-hero h1 {
    margin-bottom: 13px;
    font-size: clamp(31px, 10vw, 40px);
  }

  .vm-info-sild-lead {
    font-size: 15px;
    line-height: 1.63;
  }

  .vm-info-sild-facts {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .vm-info-sild-fact {
    grid-template-columns: 31px minmax(0, 1fr);
    min-height: 60px;
    padding: 9px;
  }

  .vm-info-sild-fact .vm-info-sild-icon {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
    border-radius: 9px;
  }

  .vm-info-sild-fact .vm-info-sild-icon svg {
    width: 18px;
    height: 18px;
  }

  .vm-info-sild-fact small {
    font-size: 9px;
  }

  .vm-info-sild-fact strong {
    font-size: 11.5px;
  }

  .vm-info-sild-hero-image {
    aspect-ratio: 16 / 9;
    border-width: 5px;
    border-radius: 17px;
  }

  .vm-info-sild-hero-visual::before {
    inset: 10px -7px -9px 12px;
    border-radius: 18px;
  }

  .vm-info-sild-band {
    padding: 47px 0 !important;
  }

  .vm-info-sild-section-head {
    gap: 12px;
  }

  .vm-info-sild-section-head .vm-info-sild-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .vm-info-sild-section-head h2 {
    font-size: 27px;
  }

  .vm-info-sild-copy {
    font-size: 15px;
    line-height: 1.72;
  }

  .vm-info-sild-card-grid,
  .vm-info-sild-safety-points {
    grid-template-columns: 1fr;
  }

  .vm-info-sild-card,
  .vm-info-sild-callout {
    padding: 20px;
  }

  .vm-info-sild-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .vm-info-sild-table,
  .vm-info-sild-table tbody,
  .vm-info-sild-table tr,
  .vm-info-sild-table td {
    display: block;
    width: 100%;
  }

  .vm-info-sild-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .vm-info-sild-table tr {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #C7DFE7;
    border-radius: 13px;
    background: #fff;
  }

  .vm-info-sild-table td {
    padding: 13px 15px 13px 43%;
    border-bottom: 1px solid #D7E8EE;
  }

  .vm-info-sild-table td::before {
    float: left;
    width: 68%;
    margin-left: -72%;
    color: #101A22;
    content: attr(data-label);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .vm-info-sild-bridge {
    padding: 38px 0 44px !important;
  }

  .vm-info-sild-bridge-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .vm-info-sild-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vm-info-sild-hero *,
  .vm-info-sild-band *,
  .vm-info-sild-faq *,
  .vm-info-sild-bridge * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* 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-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;
  }
}
