/**
 * Vital Man — Mentol palette layer.
 * Loaded last so theme, UX Builder and WooCommerce share one visual system.
 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ubuntu-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ubuntu-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --primary-color: #0F5C7A;
  --secondary-color: #8ED4E8;
  --success-color: #0F5C7A;
  --alert-color: #D8431F;
  --vm-text: #101A22;
  --vm-brand: #0F5C7A;
  --vm-brand-dark: #0B4962;
  --vm-accent: #8ED4E8;
  --vm-surface: #DEF1F7;
  --vm-background: #F8FBFC;
  --vm-cta: #D8431F;
  --vm-cta-hover: #B93618;
  --vm-discount: #B02A38;
  --vm-stock: #0F5C7A;
  --vm-low-stock: #96690F;
  --vm-muted: #31505E;
  --vm-line: #C7DFE7;
  --vm-navy: #101A22;
  --vm-navy-soft: #0F5C7A;
  --vm-red: #D8431F;
  --vm-ink: #101A22;
}

html,
body,
#wrapper,
#main {
  background-color: var(--vm-background) !important;
  color: var(--vm-text);
}

body :is(h1, h2, h3, h4, h5, h6),
body :is(.heading-font, .product-title, .section-title) {
  color: var(--vm-text);
}

body a:not(.button):not(.btn):not([class*="button"]):not(.nav-top-link) {
  color: var(--vm-brand);
}

body a:not(.button):not(.btn):not([class*="button"]):not(.nav-top-link):hover,
body a:not(.button):not(.btn):not([class*="button"]):not(.nav-top-link):focus-visible {
  color: var(--vm-brand-dark);
}

body :is(input, select, textarea):focus {
  border-color: var(--vm-brand) !important;
  box-shadow: 0 0 0 3px rgba(142, 212, 232, .24) !important;
}

body :is(.button, button, input[type="button"], input[type="reset"], input[type="submit"]):not(.secondary):not(.is-outline) {
  border-color: var(--vm-cta);
  background-color: var(--vm-cta);
  color: #fff;
}

body :is(.button, button, input[type="button"], input[type="reset"], input[type="submit"]):not(.secondary):not(.is-outline):hover,
body :is(.button, button, input[type="button"], input[type="reset"], input[type="submit"]):not(.secondary):not(.is-outline):focus-visible {
  border-color: var(--vm-cta-hover);
  background-color: var(--vm-cta-hover);
  color: #fff;
}

body :is(.button.secondary, .button.is-outline, button.secondary) {
  border-color: var(--vm-brand);
  background: transparent;
  color: var(--vm-brand);
}

body :is(.button.secondary, .button.is-outline, button.secondary):hover,
body :is(.button.secondary, .button.is-outline, button.secondary):focus-visible {
  border-color: var(--vm-brand);
  background: var(--vm-surface);
  color: var(--vm-text);
}

/* Header and navigation. */
.vm-site-topbar,
.header-bottom,
#wide-nav {
  border-color: rgba(142, 212, 232, .38) !important;
  background: var(--vm-brand) !important;
}

/* The utility bar belongs to the dark site chrome, matching the footer. */
.vm-site-topbar {
  border-color: rgba(142, 212, 232, .2) !important;
  background: var(--vm-text) !important;
}

.vm-site-topbar,
.vm-site-topbar *,
.header-bottom .nav > li > a,
#wide-nav .nav > li > a {
  color: #fff !important;
}

.header-bottom .nav > li > a::before,
#wide-nav .nav > li > a::before,
.header-bottom .nav > li.active > a::after,
#wide-nav .nav > li.active > a::after {
  background: var(--vm-accent) !important;
}

.header-bottom .nav > li > a:hover,
.header-bottom .nav > li.active > a,
#wide-nav .nav > li > a:hover,
#wide-nav .nav > li.active > a {
  border-color: rgba(142, 212, 232, .45) !important;
  background: rgba(16, 26, 34, .16) !important;
  color: #fff !important;
}

.nav-dropdown,
.nav-dropdown-default,
.mobile-sidebar .sidebar-menu {
  border-color: var(--vm-line) !important;
  background: #fff !important;
}

.nav-dropdown a,
.mobile-sidebar a {
  color: var(--vm-text) !important;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible,
.mobile-sidebar a:hover,
.mobile-sidebar a:focus-visible {
  background: var(--vm-surface) !important;
  color: var(--vm-brand) !important;
}

/* The first desktop submenu item must not look like a black promo tile. */
@media (min-width: 850px) {
  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li:first-child > a,
  #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: #8ED4E8 !important;
    background: var(--vm-surface) !important;
    color: var(--vm-brand) !important;
  }

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

  #wide-nav .header-bottom-nav > .menu-item-has-children > .nav-dropdown > li:first-child > a::after {
    color: var(--vm-brand) !important;
  }
}

.header-cart-link,
.header-cart-link .header-cart-title,
.header-cart-link .cart-price {
  color: var(--vm-text) !important;
}

.header-cart-link,
.vm-header-cart-link {
  border-color: var(--vm-line) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.header-wrapper .header-nav .cart-item .header-cart-link,
.header-wrapper .mobile-nav .cart-item .header-cart-link {
  box-shadow: none !important;
}

.header-cart-link:hover,
.vm-header-cart-link:hover {
  border-color: var(--vm-brand) !important;
  background: var(--vm-surface) !important;
}

.header-cart-link .cart-icon strong,
.cart-icon strong,
.cart-item .header-cart-icon .cart-count,
.header-cart-link .cart-count {
  border-color: var(--vm-cta) !important;
  background: var(--vm-cta) !important;
  color: #fff !important;
}

/* Desktop header search: one calm, compact control that belongs to the
   light-blue Vital Man system. The input and submit action share one frame. */
@media (min-width: 850px) {
  body .header-main .header-search-form .header-search-form-wrapper,
  body .header-main .header-search-form .searchform-wrapper,
  body .header-main .header-search-form form.searchform {
    width: 370px;
    max-width: 100%;
  }

  body .header-main .header-search-form form.searchform > .flex-row {
    min-height: 42px;
    overflow: hidden;
    border: 1px solid var(--vm-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease;
  }

  body .header-main .header-search-form form.searchform > .flex-row:focus-within {
    border-color: var(--vm-brand);
    box-shadow: 0 0 0 3px rgba(142, 212, 232, .24);
  }

  body .header-main .header-search-form input.search-field {
    height: 42px;
    padding: 0 14px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--vm-text) !important;
    font-size: 14px;
  }

  body .header-main .header-search-form input.search-field::placeholder {
    color: var(--vm-muted);
    opacity: .78;
  }

  body .header-main .header-search-form button.ux-search-submit {
    width: 44px;
    min-width: 44px;
    height: 42px;
    min-height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 1px solid var(--vm-line) !important;
    border-radius: 0 !important;
    background: var(--vm-surface) !important;
    box-shadow: none !important;
    color: var(--vm-brand) !important;
  }

  body .header-main .header-search-form button.ux-search-submit:hover,
  body .header-main .header-search-form button.ux-search-submit:focus-visible {
    background: var(--vm-accent) !important;
    color: var(--vm-text) !important;
  }

  body .header-main .header-search-form button.ux-search-submit i {
    color: inherit !important;
    font-size: 17px;
  }
}

/* Header live search: structured product results instead of the legacy
   edge-to-edge Flatsome suggestion list. */
body .header-search-form .live-search-results {
  top: calc(100% + 10px) !important;
  right: auto !important;
  left: 0 !important;
  width: min(440px, calc(100vw - 32px)) !important;
  overflow: hidden !important;
  border: 1px solid var(--vm-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(16, 26, 34, .15) !important;
  color: var(--vm-text) !important;
}

/* Flatsome keeps the results wrapper in the DOM even when its inner panel is
   hidden. Without this guard its 1px borders appear as a stray blue line. */
body .header-search-form .live-search-results:has(> .autocomplete-suggestions:empty),
body .header-search-form .live-search-results:has(> .autocomplete-suggestions[style*="display: none"]) {
  display: none !important;
}

body .header-search-form .autocomplete-suggestions {
  box-sizing: border-box;
  max-height: min(520px, calc(100vh - 155px)) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 8px !important;
  background: #fff !important;
  scrollbar-color: #9EC8D7 transparent;
  scrollbar-width: thin;
}

body .header-search-form .autocomplete-suggestions::-webkit-scrollbar {
  width: 7px;
}

body .header-search-form .autocomplete-suggestions::-webkit-scrollbar-track {
  background: transparent;
}

body .header-search-form .autocomplete-suggestions::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  border-radius: 8px;
  background: #9EC8D7;
}

body .header-search-form .autocomplete-suggestion {
  display: grid !important;
  box-sizing: border-box;
  min-height: 70px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 0 12px;
  align-items: center;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 0 !important;
  border-bottom: 1px solid #E5EFF3 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--vm-text) !important;
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease;
}

body .header-search-form .autocomplete-suggestion:last-child {
  border-bottom: 0 !important;
}

body .header-search-form .autocomplete-suggestion:hover,
body .header-search-form .autocomplete-suggestion.autocomplete-selected {
  background: var(--vm-surface) !important;
  color: var(--vm-text) !important;
}

body .header-search-form .autocomplete-suggestion .search-image {
  width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 4px;
  border: 1px solid #E5EFF3;
  border-radius: 8px !important;
  background: var(--vm-background);
  object-fit: contain;
}

body .header-search-form .autocomplete-suggestion .search-name {
  grid-column: 2;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--vm-text) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

body .header-search-form .autocomplete-suggestion .search-name strong {
  color: var(--vm-brand) !important;
  font-weight: 800;
}

body .header-search-form .autocomplete-suggestion .search-price {
  grid-column: 3;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--vm-muted) !important;
  font-size: 11px;
  line-height: 1.3;
  text-align: right;
  white-space: nowrap;
}

body .header-search-form .autocomplete-suggestion .search-price .amount {
  color: var(--vm-brand) !important;
  font-size: 14px;
  font-weight: 800;
}

body .header-search-form .autocomplete-suggestion .cqo-loop-from-label {
  color: var(--vm-muted) !important;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

body .header-search-form .autocomplete-suggestion:not(:has(.search-image)) {
  min-height: 44px;
  grid-template-columns: 1fr;
  padding: 10px 12px !important;
}

body .header-search-form .autocomplete-suggestion:not(:has(.search-image)) .search-name {
  grid-column: 1 / -1;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 849px) {
  body #main-menu .header-search-form .live-search-results {
    top: calc(100% + 8px) !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 32px rgba(16, 26, 34, .13) !important;
  }

  body #main-menu .header-search-form .autocomplete-suggestions {
    max-height: min(480px, 58vh) !important;
  }

  body #main-menu .header-search-form .autocomplete-suggestion {
    min-height: 64px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 0 10px;
    padding: 8px !important;
  }

  body #main-menu .header-search-form .autocomplete-suggestion .search-image {
    width: 46px !important;
    height: 46px !important;
  }
}

/* Shared Vital Man components and UX Builder sections. */
body [class*="vm-"],
body [class*="ai-"] {
  --vm-navy: #101A22;
  --vm-navy-soft: #0F5C7A;
  --vm-red: #D8431F;
  --vm-ink: #101A22;
  --vm-muted: #31505E;
  --vm-line: #C7DFE7;
  --vm-surface: #DEF1F7;
  --ai-navy: #101A22;
  --ai-red: #D8431F;
  --ai-ink: #101A22;
  --ai-muted: #31505E;
  --ai-line: #C7DFE7;
}

:is(.vm-home-v2-eyebrow, .vm-home-eyebrow, .vm-hub-eyebrow, .vm-info-eyebrow, .ai-hub-v2-eyebrow)::before,
:is(.vm-home-v2-eyebrow, .vm-home-eyebrow, .vm-hub-eyebrow, .vm-info-eyebrow, .ai-hub-v2-eyebrow) > span::before,
.section-title-normal span::before {
  background: var(--vm-cta) !important;
}

:is(.vm-home-v2-button, .vm-home-button, .vm-hub-button, .vm-info-button, .vm-product-loop-button),
.vm-cat-button,
.vm-hub-product-button,
.single_add_to_cart_button,
.checkout-button,
#place_order {
  border-color: var(--vm-cta) !important;
  background: var(--vm-cta) !important;
  color: #fff !important;
}

:is(.vm-home-v2-button, .vm-home-button, .vm-hub-button, .vm-info-button, .vm-product-loop-button):hover,
.vm-cat-button:hover,
.vm-hub-product-button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover {
  border-color: var(--vm-cta-hover) !important;
  background: var(--vm-cta-hover) !important;
}

:is(.vm-home-v2-section--dark, .vm-home-faq, .vm-hub-safety-band, .vm-info-safety-band) {
  background: var(--vm-brand) !important;
}

.vm-home-v2-category-card--kamagra,
.vm-home-v2-category-card--kamagra:visited {
  border-color: var(--vm-brand) !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(142, 212, 232, .2), transparent 38%),
    var(--vm-brand) !important;
}

.vm-home-v2-category-card--kamagra h3,
.vm-home-v2-category-card--kamagra p,
.vm-home-v2-category-card--kamagra strong {
  color: #fff !important;
}

.vm-home-v2-category-card--kamagra p {
  color: rgba(255, 255, 255, .82) !important;
}

/* Keep orange for the primary action; Kamagra links are secondary actions. */
.vm-home-v2-button--kamagra,
.vm-home-v2-button--kamagra:visited {
  border-color: var(--vm-brand) !important;
  background: var(--vm-surface) !important;
  box-shadow: none !important;
  color: var(--vm-brand) !important;
}

.vm-home-v2-button--kamagra:hover,
.vm-home-v2-button--kamagra:focus-visible {
  border-color: var(--vm-brand) !important;
  background: var(--vm-accent) !important;
  color: var(--vm-text) !important;
}

/* Product archive pagination stays a calm secondary action on hover. */
.vm-shop-load-more,
.vm-shop-load-more:visited {
  border-color: var(--vm-brand) !important;
  background: #fff !important;
  color: var(--vm-brand) !important;
}

.vm-shop-load-more:hover,
.vm-shop-load-more:focus-visible {
  border-color: var(--vm-brand) !important;
  background: var(--vm-surface) !important;
  color: var(--vm-brand) !important;
  box-shadow: none !important;
}

/* Product purchase controls: keep orange for accents, not for the whole panel. */
.vm-product-template .cqo-dropdown-toggle {
  border: 1px solid #8ED4E8 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--vm-text) !important;
  box-shadow: none !important;
}

.vm-product-template .cqo-dropdown-toggle:hover,
.vm-product-template .cqo-dropdown-toggle:focus-visible,
.vm-product-template .cqo-selector.is-open .cqo-dropdown-toggle {
  border-color: var(--vm-brand) !important;
  background: var(--vm-surface) !important;
  color: var(--vm-brand) !important;
  box-shadow: 0 0 0 1px var(--vm-brand) !important;
}

.vm-product-template form.cart .single_add_to_cart_button,
.single-product .vm-product-template form.cart .single_add_to_cart_button {
  border-color: var(--vm-cta) !important;
  background: var(--vm-cta) !important;
  color: #fff !important;
}

.vm-product-template form.cart .single_add_to_cart_button:hover,
.vm-product-template form.cart .single_add_to_cart_button:focus-visible,
.single-product .vm-product-template form.cart .single_add_to_cart_button:hover,
.single-product .vm-product-template form.cart .single_add_to_cart_button:focus-visible {
  border-color: var(--vm-cta-hover) !important;
  background: var(--vm-cta-hover) !important;
}

:is(.vm-home-v2-section--surface, .vm-hub-band--surface, .vm-info-band--surface, .vm-product-faq, .vm-product-facts) {
  background-color: var(--vm-surface) !important;
}

:is(.vm-hub-product-card, .vm-home-v2-card, .vm-info-card, .vm-product-fact, .vm-product-faq details) {
  border-color: var(--vm-line) !important;
}

.vm-hub-product-card::before,
.vm-home-v2-card::before,
.vm-product-card::before {
  background: var(--vm-cta) !important;
}

.vm-hub-product-image {
  position: relative;
}

.vm-hub-combined-badge {
  position: absolute !important;
  right: 11px;
  bottom: 11px;
  z-index: 2;
  max-width: calc(100% - 22px);
  margin: 0 !important;
  padding: 6px 9px;
  border-color: transparent !important;
  border-radius: 4px !important;
  background: rgba(15, 92, 122, .94) !important;
  box-shadow: 0 3px 10px rgba(16, 26, 34, .13) !important;
  color: #fff !important;
  pointer-events: none;
}

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

.badge-container .badge-inner,
.product-small .badge-inner,
.onsale {
  border-color: var(--vm-discount) !important;
  background: var(--vm-discount) !important;
  background-image: none !important;
  color: #fff !important;
}

.badge-container .badge .badge-inner.new-bubble,
.product-small .badge-inner.new-bubble,
.new-bubble {
  border-color: var(--vm-discount) !important;
  background: var(--vm-discount) !important;
  background-image: none !important;
  color: #fff !important;
}

/* WordPress Additional CSS is printed after stylesheets; out-rank its old badge gradient. */
body .badge-container .badge .badge-inner.callout-new-bg.new-bubble,
body .badge-container .badge .badge-inner.new-bubble,
body .badge-container .badge .badge-inner.secondary.on-sale,
body .badge-container .badge .badge-inner.on-sale {
  border-color: var(--vm-discount) !important;
  border-radius: 3px !important;
  background-color: var(--vm-discount) !important;
  background-image: none !important;
  color: #fff !important;
}

.price,
.amount,
.woocommerce-Price-amount,
.vm-hub-price,
.vm-product-price {
  color: var(--vm-brand) !important;
}

.stock.in-stock,
.vm-hub-stock.is-in-stock {
  color: var(--vm-stock) !important;
}

.stock.low-stock,
.stock.is-low-stock,
.vm-hub-stock.is-low-stock,
.vm-stock-low,
[data-stock-status="lowstock"] .stock {
  color: var(--vm-low-stock) !important;
}

.stock.available-on-backorder {
  color: var(--vm-low-stock) !important;
}

.stock.out-of-stock,
.vm-hub-stock.is-out-of-stock {
  color: var(--vm-discount) !important;
}

.cqo-saving,
.cqo-saving > strong {
  color: var(--vm-discount) !important;
}

.cqo-saving-label {
  background: #FBEAEC !important;
  color: var(--vm-discount) !important;
}

.cqo-saving-percent {
  background: var(--vm-discount) !important;
  color: #fff !important;
}

/* Unified FAQ treatment: calm information cards, never primary CTA orange. */
:is(.vm-pill-faq, .vm-shipping-faq) .vm-pill-faq-item,
:is(.vm-pill-faq, .vm-shipping-faq) .accordion-item {
  border: 1px solid var(--vm-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 5px 16px rgba(16, 26, 34, .045) !important;
}

:is(.vm-pill-faq, .vm-shipping-faq) .vm-pill-faq-button,
:is(.vm-pill-faq, .vm-shipping-faq) .accordion-title {
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--vm-text) !important;
}

:is(.vm-pill-faq, .vm-shipping-faq) .vm-pill-faq-button:hover,
:is(.vm-pill-faq, .vm-shipping-faq) .vm-pill-faq-button:focus-visible,
:is(.vm-pill-faq, .vm-shipping-faq) .accordion-title:hover,
:is(.vm-pill-faq, .vm-shipping-faq) .accordion-title:focus-visible {
  background: var(--vm-background) !important;
  color: var(--vm-brand) !important;
}

:is(.vm-pill-faq, .vm-shipping-faq) .vm-pill-faq-button[aria-expanded="true"],
:is(.vm-pill-faq, .vm-shipping-faq) .accordion-title.active {
  background: var(--vm-surface) !important;
  color: var(--vm-brand) !important;
  box-shadow: inset 3px 0 0 var(--vm-brand) !important;
}

:is(.vm-pill-faq, .vm-shipping-faq) .vm-pill-faq-button:focus-visible,
:is(.vm-pill-faq, .vm-shipping-faq) .accordion-title:focus-visible {
  outline: 3px solid rgba(142, 212, 232, .42) !important;
  outline-offset: -3px;
}

:is(.vm-pill-faq, .vm-shipping-faq) .vm-pill-faq-toggle,
:is(.vm-pill-faq, .vm-shipping-faq) .accordion-title .toggle {
  color: var(--vm-brand) !important;
}

/* Flatsome renders its native FAQ toggle as a primary button. Keep the
   chevron visually consistent with the lightweight custom FAQ controls. */
body :is(.vm-pill-faq, .vm-shipping-faq) .accordion-title .toggle,
body :is(.vm-pill-faq, .vm-shipping-faq) .accordion-title .toggle:hover,
body :is(.vm-pill-faq, .vm-shipping-faq) .accordion-title .toggle:focus-visible {
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--vm-brand) !important;
}

body :is(.vm-pill-faq, .vm-shipping-faq) .accordion-title .toggle i {
  color: inherit !important;
}

:is(.vm-pill-faq, .vm-shipping-faq) .vm-pill-faq-panel,
:is(.vm-pill-faq, .vm-shipping-faq) .accordion-inner {
  padding-top: 16px !important;
  border-top: 1px solid var(--vm-line);
  background: #fff !important;
  color: var(--vm-muted) !important;
}

/* Product editorial FAQ ships with deliberately high-specificity legacy
   colours. Keep it in the same calm information-card system as every other
   FAQ without changing its editable content or accordion behaviour. */
body.single-product .tab-panels .woocommerce-Tabs-panel--description .mv-product-editorial-faq {
  background: var(--vm-surface) !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-item {
  border-color: var(--vm-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 5px 16px rgba(16, 26, 34, .045) !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button {
  background: #fff !important;
  color: var(--vm-text) !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button:hover,
body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button:focus-visible {
  background: var(--vm-background) !important;
  color: var(--vm-brand) !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button[aria-expanded="true"] {
  background: var(--vm-surface) !important;
  color: var(--vm-brand) !important;
  box-shadow: inset 3px 0 0 var(--vm-brand) !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button:focus-visible {
  outline: 3px solid rgba(142, 212, 232, .42) !important;
  outline-offset: -3px;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-toggle {
  color: var(--vm-brand) !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-panel {
  border-top-color: var(--vm-line) !important;
  background: #fff !important;
  color: var(--vm-muted) !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-panel a {
  color: var(--vm-brand) !important;
}

/* Guide commercial bridge: a light navigational block, not a dark footer. */
.vm-guide-commercial {
  border: 1px solid var(--vm-line) !important;
  background: linear-gradient(135deg, var(--vm-surface) 0%, var(--vm-background) 100%) !important;
  box-shadow: 0 10px 28px rgba(16, 26, 34, .055) !important;
}

.vm-guide-commercial h2 {
  color: var(--vm-text) !important;
}

.vm-guide-commercial > div > p {
  color: var(--vm-muted) !important;
}

.vm-guide-commercial-links a,
.vm-guide-commercial-links a:visited {
  border-color: var(--vm-line) !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--vm-brand) !important;
}

.vm-guide-commercial-links a:hover,
.vm-guide-commercial-links a:focus-visible {
  border-color: var(--vm-brand) !important;
  background: var(--vm-surface) !important;
  color: var(--vm-text) !important;
}

.vm-guide-commercial-icon {
  background: var(--vm-surface) !important;
  color: var(--vm-brand) !important;
}

.breadcrumbs,
.breadcrumbs a,
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  color: var(--vm-brand) !important;
}

/* WooCommerce cart, checkout and notices. */
.woocommerce-message,
.woocommerce-info,
.message-wrapper .message-container {
  border-color: var(--vm-line) !important;
  background: var(--vm-surface) !important;
  color: var(--vm-text) !important;
}

.woocommerce-error {
  border-color: #F0B5A6 !important;
  background: #FCEBE6 !important;
  color: #7E2B18 !important;
}

.woocommerce-error .message-container,
.message-wrapper.alert-color .message-container {
  border-color: #F0B5A6 !important;
  background: #FCEBE6 !important;
  color: #7E2B18 !important;
}

.vm-cart-step.is-current b,
.vm-checkout-step.is-current span {
  border-color: var(--vm-brand) !important;
  background: var(--vm-brand) !important;
  color: #fff !important;
}

/* Checkout total follows the compact order-summary card. */
body.woocommerce-checkout #order_review table.shop_table {
  width: 100% !important;
  table-layout: fixed;
}

body.woocommerce-checkout #order_review tr.order-total {
  background: var(--vm-brand) !important;
}

body.woocommerce-checkout #order_review tr.order-total th,
body.woocommerce-checkout #order_review tr.order-total td {
  box-sizing: border-box;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  vertical-align: middle;
}

body.woocommerce-checkout #order_review tr.order-total th {
  width: auto;
  text-align: left !important;
}

body.woocommerce-checkout #order_review tr.order-total td {
  width: auto;
  text-align: right !important;
  white-space: nowrap;
}

body.woocommerce-checkout #order_review tr.order-total td .amount {
  color: #fff !important;
  font-size: 21px;
  line-height: 1.2;
}

.vm-cart-steps,
.vm-checkout-steps,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  border-color: var(--vm-line) !important;
}

/* Footer. */
#footer,
.footer-wrapper,
.footer-wrapper > .section.dark,
.absolute-footer,
.footer-1,
.footer-2 {
  border-color: rgba(142, 212, 232, .2) !important;
  background: var(--vm-text) !important;
  background-color: var(--vm-text) !important;
  color: #E8F6FA !important;
}

#footer :is(h1, h2, h3, h4, h5, h6),
#footer a,
#footer .widget-title,
.footer-wrapper :is(h1, h2, h3, h4, h5, h6),
.footer-wrapper a {
  color: #fff !important;
}

#footer a:hover,
#footer a:focus-visible,
.footer-wrapper a:hover,
.footer-wrapper a:focus-visible {
  color: var(--vm-accent) !important;
}

#footer hr,
.footer-wrapper hr,
#footer .is-divider {
  border-color: rgba(142, 212, 232, .2) !important;
  background: rgba(142, 212, 232, .2) !important;
}

/* Mobile footer navigation belongs to the dark footer chrome. Keep these
   controls out of the global orange CTA treatment. */
@media (max-width: 849px) {
  .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-toggle,
  .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-toggle:hover,
  .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-toggle:focus-visible {
    border: 0 !important;
    border-bottom: 1px solid rgba(142, 212, 232, .22) !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  .footer-wrapper .vm-footer-nav-accordion .vm-footer-nav-toggle[aria-expanded="true"] {
    border-bottom-color: rgba(142, 212, 232, .42) !important;
    background: rgba(142, 212, 232, .08) !important;
    box-shadow: none !important;
  }
}

::selection {
  background: var(--vm-accent);
  color: var(--vm-text);
}

:focus-visible {
  outline-color: var(--vm-brand);
}
