/*
Theme Name: Vialcrest
Description: Lightweight Vialcrest storefront child theme.
Author: Vialcrest
Template: storefront
Version: 0.9.23
Text Domain: vialcrest
*/

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("assets/fonts/bricolage-grotesque-latin-600-800.woff2") format("woff2");
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("assets/fonts/syne-latin-600-800.woff2") format("woff2");
}

:root {
  --vc-ink: #111315;
  --vc-deep: #476f84;
  --vc-deep-2: #355a6d;
  --vc-accent: #b67a38;
  --vc-accent-dark: #8f5a22;
  --vc-mist: #f1f5f7;
  --vc-sage: #e5edf2;
  --vc-border: #dde2e5;
  --vc-muted: #626b70;
  --vc-white: #fff;
  --vc-black: #000;
  --vc-shadow: 0 18px 48px rgba(16, 38, 39, 0.08);
  --vc-display: "Syne", "Arial Black", sans-serif;
  --vc-product-title: "Bricolage Grotesque", "Arial Black", sans-serif;
  --vc-ui: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --vc-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Unified Learn article rhythm: full-width media/navigation with readable copy. */
.vc-research-article:not(.vc-research-article--embedded) {
  width: min(100%, 1240px);
  padding: 0;
}

.vc-research-article:not(.vc-research-article--embedded) > article {
  width: 100%;
  max-width: 1240px;
  padding: 50px 28px 84px;
  box-sizing: border-box;
}

.vc-research-article:not(.vc-research-article--embedded) > article > header {
  max-width: 880px;
  margin-bottom: 30px;
}

.vc-research-article:not(.vc-research-article--embedded) > article > header h1 {
  max-width: 840px;
  margin: 0 0 18px;
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: 0;
}

.vc-research-article:not(.vc-research-article--embedded) > article > figure {
  width: min(100%, 96ch);
  margin: 0 0 46px;
}

.vc-research-article:not(.vc-research-article--embedded) > article > figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.vc-research-article:not(.vc-research-article--embedded) .vc-research-article__content p,
.vc-research-article:not(.vc-research-article--embedded) .vc-research-article__content li {
  max-width: 96ch;
  color: #303532;
  font-size: 16px;
  line-height: 1.72;
}

.vc-research-article:not(.vc-research-article--embedded) .vc-research-article__content p {
  margin: 0 0 18px;
}

.vc-research-article:not(.vc-research-article--embedded) .vc-research-article__content h2 {
  max-width: 96ch;
  margin: 40px 0 14px;
  padding-top: 28px;
  border-top: 1px solid #dfe3e1;
  font-size: 27px;
  line-height: 1.25;
}

.vc-research-article:not(.vc-research-article--embedded) .vc-research-article__content h3 {
  max-width: 96ch;
  margin: 28px 0 8px;
  font-size: 21px;
  line-height: 1.35;
}

.vc-research-article:not(.vc-research-article--embedded) .vc-research-article__content ul,
.vc-research-article:not(.vc-research-article--embedded) .vc-research-article__content ol {
  max-width: 96ch;
  padding-left: 22px;
}

@media (max-width: 649px) {
  .vc-research-article:not(.vc-research-article--embedded) {
    padding: 0;
  }

  .vc-research-article:not(.vc-research-article--embedded) > article {
    padding: 34px 20px 58px;
  }

  .vc-research-article:not(.vc-research-article--embedded) > article > header h1 {
    font-size: 34px;
    line-height: 1.15;
  }

  .vc-research-article:not(.vc-research-article--embedded) .vc-research-article__content h2 {
    font-size: 24px;
  }
}

/* Storefront fidelity layer: product, Learn, search, locations, reviews, footer. */
.vc-section-inner,
.vc-learn-archive,
.vc-location-page,
.vc-policy-page,
.vc-research-article {
  width: min(100%, 1240px);
  margin-right: auto;
  margin-left: auto;
}

.vc-section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.vc-section-heading > p,
.vc-reviews__header > div > p,
.vc-location-protocols > header > p,
.vc-policy-page > article > header > p,
.vc-research-article > article > header > p {
  margin: 0 0 9px;
  color: #476f84;
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vc-section-heading h2,
.vc-reviews__header h2,
.vc-location-protocols h2 {
  margin: 0;
  color: #192126;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.035em;
}

/* Predictive product search. */
.vc-predictive-search {
  position: relative;
}

.site-search .vc-predictive-search::before {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 14px;
  width: 17px;
  height: 17px;
  content: "";
  border: 2px solid #476f84;
  border-radius: 50%;
}

.site-search .vc-predictive-search::after {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 29px;
  width: 7px;
  height: 2px;
  content: "";
  background: #476f84;
  transform: rotate(45deg);
}

.site-search .vc-predictive-search input[type="search"] {
  width: 100%;
  height: 46px;
  padding: 0 14px 0 43px;
  color: #192126;
  background: #f1f2f3;
  border: 1px solid #cfd5d8;
  border-radius: 10px;
  box-shadow: none;
}

.vc-search-results {
  position: absolute;
  z-index: 9999;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  min-width: 360px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfd5d8;
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(25, 33, 38, 0.16);
}

.vc-search-results[hidden] {
  display: none;
}

.vc-search-results a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  color: #192126;
  border-bottom: 1px solid #e6eaeb;
  text-decoration: none;
}

.vc-search-results a:hover,
.vc-search-results a:focus,
.vc-search-results a.is-active {
  color: #192126;
  background: #f1f2f3;
  outline: none;
}

.vc-search-results img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: #f1f2f3;
  border-radius: 8px;
}

.vc-search-results strong,
.vc-search-results small {
  display: block;
}

.vc-search-results strong {
  font-size: 0.9rem;
  line-height: 1.25;
}

.vc-search-results small {
  margin-top: 4px;
  color: #5f6663;
  font-size: 0.78rem;
}

.vc-search-results a.vc-search-results__all {
  display: block;
  padding: 13px 14px;
  color: #476f84;
  font-size: 0.84rem;
  font-weight: 720;
  text-align: center;
}

.vc-search-results__status {
  margin: 0;
  padding: 18px;
  color: #5f6663;
  font-size: 0.86rem;
}

/* Product page. */
.single-product .site-content {
  padding-top: 22px;
}

.single-product .content-area,
.single-product .site-main {
  margin-bottom: 0;
}

.vc-product {
  margin: 0;
}

.vc-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
  gap: 48px;
  align-items: start;
  padding: 22px 0 64px;
}

.vc-product-media {
  min-width: 0;
}

.vc-product-media__stage {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.vc-product-media__panel,
.vc-product-media__panel img,
.vc-product-media__panel video {
  width: 100%;
  height: 100%;
}

.vc-product-media__panel[hidden] {
  display: none;
}

.vc-product-media__panel img,
.vc-product-media__panel video {
  display: block;
  object-fit: contain;
}

.vc-product-media__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.vc-product-media__thumbs button {
  position: relative;
  width: 76px;
  height: 76px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  border: 1px solid #dfe3e1;
  border-radius: 10px;
}

.vc-product-media__thumbs button.is-active {
  border-color: #192126;
  box-shadow: 0 0 0 1px #192126;
}

.vc-product-media__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-product-media__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: rgba(25, 33, 38, 0.82);
  border-radius: 50%;
  font-size: 0.7rem;
  transform: translate(-50%, -50%);
}

.vc-product-panel {
  position: sticky;
  top: 22px;
  padding: 30px;
  background: #fff;
  border: 1px solid #dfe3e1;
  border-radius: 16px;
  box-shadow: 0 16px 50px rgba(25, 33, 38, 0.07);
}

.vc-product-panel__eyebrow {
  margin: 0 0 8px;
  color: #476f84;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vc-product-panel h1 {
  margin: 0 0 14px;
  color: #192126;
  font-family: var(--vc-product-title);
  font-size: clamp(2.1rem, 3.8vw, 3.4rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.vc-compact-rating {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: #4d5a57;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 690;
  line-height: 1;
  text-decoration: none;
}

.vc-compact-rating b {
  color: #f5b301;
  font-size: 1rem;
  line-height: 0.9;
}

.star-rating,
.star-rating::before,
.star-rating span::before,
.stars a,
.stars a:hover,
.stars a.active {
  color: #f5b301;
}

.vc-compact-rating em {
  color: inherit;
  font-style: normal;
}

.vc-compact-rating--single {
  margin: -4px 0 14px;
}

.vc-compact-rating--single:hover {
  color: var(--vc-deep);
  text-decoration: underline;
}

.vc-product-panel__price {
  margin-bottom: 18px;
  color: #192126;
  font-size: 1.38rem;
  font-weight: 720;
}

.vc-product-panel__price del {
  margin-right: 8px;
  color: #78817e;
  font-size: 0.95rem;
}

.vc-product-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #dfe3e1;
}

.vc-product-trust span {
  padding: 7px 10px;
  color: #385665;
  background: #eef3f5;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 710;
}

.vc-product-panel__description {
  margin-bottom: 22px;
  color: #303532;
  font-size: 0.94rem;
}

.vc-product-panel__description p:last-child {
  margin-bottom: 0;
}

.vc-variant-picker {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.vc-variant-picker legend {
  margin-bottom: 10px;
  color: #192126;
  font-size: 0.82rem;
  font-weight: 740;
}

.vc-variant-picker__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.vc-variant-picker button {
  min-height: 58px;
  padding: 8px 10px;
  color: #192126;
  text-align: left;
  background: #fff;
  border: 1px solid #cfd5d8;
  border-radius: 9px;
}

.vc-variant-picker button:hover,
.vc-variant-picker button.is-active {
  color: #fff;
  background: var(--vc-black);
  border-color: var(--vc-black);
}

.vc-variant-picker button > strong,
.vc-variant-picker button > .vc-variant-picker__price {
  display: block;
}

.vc-variant-picker button strong {
  font-size: 0.76rem;
  line-height: 1.25;
}

.vc-variant-picker button > .vc-variant-picker__price {
  margin-top: 2px;
  color: inherit;
  font-size: 0.72rem;
  opacity: 0.78;
}

.vc-variant-picker button > .vc-variant-picker__price .woocommerce-Price-amount {
  white-space: nowrap;
}

.vc-variant-picker .vc-compact-rating--variant {
  display: inline-flex;
  margin-top: 5px;
  color: inherit;
  font-size: 0.62rem;
  opacity: 0.82;
}

.vc-variant-picker .vc-compact-rating--variant b {
  color: #f5b301;
  font-size: 0.75rem;
}

.vc-native-cart-form table.variations,
.vc-native-cart-form .reset_variations,
.vc-native-cart-form .woocommerce-variation-description,
.vc-native-cart-form .woocommerce-variation-price {
  display: none !important;
}

.vc-native-cart-form .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
}

.vc-native-cart-form .quantity,
.vc-native-cart-form .quantity .qty {
  width: 100%;
  margin: 0;
}

.vc-native-cart-form .quantity .qty {
  height: 52px;
  color: #192126;
  background: #f4f6f5;
  border: 1px solid #cfd5d8;
  border-radius: 10px;
}

.vc-native-cart-form .single_add_to_cart_button {
  min-height: 52px;
  margin: 0;
  color: #fff;
  background: var(--vc-black);
  border: 0;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vc-native-cart-form .single_add_to_cart_button:hover {
  background: #476f84;
}

.vc-native-cart-form .vc-payment-note {
  margin-top: 14px;
  padding: 12px 14px;
  background: #f4f6f5;
  border-left-color: #476f84;
  font-size: 0.79rem;
}

.vc-native-cart-form .vc-shipping-note {
  margin: 8px 2px 0;
  color: #5c6f7a;
  font-size: 0.74rem;
  line-height: 1.45;
}

.vc-native-cart-form .vc-shipping-note strong {
  color: var(--vc-deep);
}

.vc-shipping-promo {
  margin: 18px 0 0;
  color: var(--vc-muted);
  font-size: 0.82rem;
  text-align: center;
}

.vc-shipping-promo strong {
  color: var(--vc-deep);
}

.vc-product-information,
.vc-reviews,
.vc-related-products,
.vc-product-links {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 70px 28px 78px;
}

.vc-product-information {
  background: #e3e6e8;
}

.vc-product-information__layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: 64px;
  align-items: start;
}

.vc-product-information__intro {
  padding: 24px;
  background: #fff;
  border: 1px solid #cfd5d8;
  border-radius: 12px;
}

.vc-product-information__intro h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}

.vc-product-information__intro p {
  margin-bottom: 18px;
}

.vc-product-information__intro span {
  color: #5f6663;
  font-size: 0.78rem;
  font-weight: 680;
}

.vc-product-information__accordions {
  background: #fff;
  border: 1px solid #cfd5d8;
  border-radius: 12px;
}

.vc-product-information__accordions details + details {
  border-top: 1px solid #dfe3e1;
}

.vc-product-information__accordions summary {
  display: flex;
  justify-content: space-between;
  padding: 19px 22px;
  color: #192126;
  cursor: pointer;
  font-weight: 720;
  list-style: none;
}

.vc-product-information__accordions summary::-webkit-details-marker {
  display: none;
}

.vc-product-information__accordions details[open] summary span {
  transform: rotate(45deg);
}

.vc-product-information__accordions details > div {
  padding: 0 22px 21px;
}

.vc-product-information__accordions p {
  margin: 0;
  color: #303532;
  font-size: 0.92rem;
}

.vc-reviews {
  background: #fff;
}

.vc-reviews__header {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}

.vc-reviews__score {
  min-width: 190px;
  text-align: right;
}

.vc-reviews__score strong,
.vc-reviews__score span {
  display: block;
}

.vc-reviews__score strong {
  color: #192126;
  font-size: 1.7rem;
}

.vc-reviews__score strong b,
.vc-review-card__rating b {
  color: #f5b301;
}

.vc-reviews__score span {
  color: #5f6663;
  font-size: 0.78rem;
}

.vc-review-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 34px;
}

.vc-review-card {
  padding: 20px;
  background: #f4f6f5;
  border: 1px solid #dfe3e1;
  border-radius: 12px;
}

.vc-review-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.vc-review-card__rating {
  color: #192126;
  font-weight: 700;
  white-space: nowrap;
}

.vc-review-card__copy p {
  font-size: 0.9rem;
}

.vc-review-card__photo {
  width: 84px;
  height: 84px;
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.vc-review-card__photos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 14px 0;
}

.vc-review-card__photo.is-expanded {
  width: 100%;
  height: auto;
}

.vc-review-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-review-card small {
  color: #78817e;
}

.vc-review-card footer {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}

.vc-review-verified {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: #176b55;
  font-size: 0.7rem;
  font-weight: 760;
}

.vc-review-verified b {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  color: #fff;
  background: #1e8066;
  border-radius: 50%;
  font-size: 0.62rem;
}

.vc-review-notice {
  margin: 0 0 18px;
  padding: 12px 14px;
  color: #214d47;
  background: #e9f5f1;
  border: 1px solid #bcded3;
  border-radius: 8px;
  font-size: 0.84rem;
}

.vc-review-notice--error {
  color: #7a332c;
  background: #fff0ee;
  border-color: #e9c0bb;
}

.vc-review-notice--success {
  color: #1f5c44;
  background: #edf8f2;
  border-color: #bddfcb;
}

.vc-review-form-wrap {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 48px;
  padding: 28px;
  background: #f1f2f3;
  border-radius: 14px;
}

.vc-review-form-wrap h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
}

.vc-review-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vc-review-form label {
  color: #192126;
  font-size: 0.78rem;
  font-weight: 690;
}

.vc-review-form label > span {
  display: block;
  color: #5f6663;
  font-size: 0.72rem;
  font-weight: 450;
}

.vc-review-form input,
.vc-review-form select,
.vc-review-form textarea {
  width: 100%;
  margin-top: 6px;
  color: #192126;
  background: #fff;
  border: 1px solid #cfd5d8;
  border-radius: 8px;
  box-shadow: none;
}

.vc-review-form__wide,
.vc-review-form button,
.vc-review-form__note {
  grid-column: 1 / -1;
}

.vc-review-form button {
  width: fit-content;
  padding: 13px 20px;
  color: #fff;
  background: var(--vc-black);
  border: 0;
  border-radius: 9px;
}

.vc-review-form__note {
  margin: -5px 0 0;
  color: #5f6663;
  font-size: 0.73rem;
}

.vc-review-form__honeypot {
  position: absolute;
  left: -10000px;
}

.vc-related-products {
  background: #e3e6e8;
}

.vc-related-products ul.products {
  margin-bottom: 0;
}

.vc-product-links {
  background: #fff;
}

.vc-product-links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vc-product-links__grid > a {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 24px;
  color: #192126;
  background: #f4f6f5;
  border: 1px solid #dfe3e1;
  border-radius: 12px;
  text-decoration: none;
  transition: 160ms ease;
}

.vc-product-links__grid > a:hover {
  color: #192126;
  border-color: #476f84;
  box-shadow: 0 14px 36px rgba(25, 33, 38, 0.08);
  transform: translateY(-2px);
}

.vc-product-links__grid span {
  margin-bottom: 18px;
  color: #476f84;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vc-product-links__grid strong {
  font-size: 1.08rem;
  line-height: 1.42;
}

.vc-product-links__grid small {
  margin-top: auto;
  padding-top: 24px;
  color: #5f6663;
  font-size: 0.85rem;
  font-weight: 700;
}

/* Learn cross-navigation and single-page recommendations. */
.vc-learn-navigation {
  display: flex;
  gap: 8px;
  margin: 0 0 26px;
  padding-bottom: 16px;
  overflow-x: auto;
  border-bottom: 1px solid #dfe3e1;
  scrollbar-width: thin;
}

.vc-learn-navigation a {
  flex: 0 0 auto;
  padding: 9px 13px;
  color: #5f6663;
  background: #f4f6f5;
  border: 1px solid #dfe3e1;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 690;
  text-decoration: none;
}

.vc-learn-navigation a:hover,
.vc-learn-navigation a.is-active {
  color: #fff;
  background: var(--vc-black);
  border-color: var(--vc-black);
}

.vc-learn-single-shell {
  width: min(100%, 1240px);
  margin: 24px auto 0;
}

.vc-single-learn-navigation {
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  padding: 58px 0 78px;
  border-top: 1px solid #dfe3e1;
}

.vc-single-learn-navigation > header {
  margin-bottom: 22px;
}

.vc-single-learn-navigation > header p {
  margin: 0 0 7px;
  color: #476f84;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vc-single-learn-navigation > header h2,
.vc-single-learn-navigation__protocol-header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.vc-single-learn-navigation__reads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 44px;
}

.vc-learn-recommendation-card {
  overflow: hidden;
  color: #192126;
  background: #fff;
  border: 1px solid #dfe3e1;
  border-radius: 12px;
  text-decoration: none;
}

.vc-learn-recommendation-card__media {
  display: grid;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  place-items: center;
  color: #a9b2af;
  background: #f4f6f5;
}

.vc-learn-recommendation-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-learn-recommendation-card__copy {
  display: block;
  padding: 15px 16px 17px;
}

.vc-learn-recommendation-card__copy small,
.vc-single-learn-navigation__protocols span {
  display: block;
  margin-bottom: 7px;
  color: #476f84;
  font-size: 0.67rem;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vc-learn-recommendation-card__copy strong {
  display: block;
  font-size: 0.94rem;
  line-height: 1.4;
}

.vc-single-learn-navigation__protocol-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 15px;
}

.vc-single-learn-navigation__protocol-header h2 {
  font-size: 1.55rem;
}

.vc-single-learn-navigation__protocol-header p {
  margin: 0;
  color: #78817e;
  font-size: 0.76rem;
}

.vc-single-learn-navigation__protocols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  overflow-x: auto;
}

.vc-single-learn-navigation__protocols a {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  padding: 18px;
  color: #192126;
  background: #f4f6f5;
  border: 1px solid #dfe3e1;
  border-radius: 11px;
  text-decoration: none;
}

.vc-single-learn-navigation__protocols strong {
  font-size: 0.92rem;
  line-height: 1.4;
}

.vc-single-learn-navigation__protocols small {
  margin-top: auto;
  padding-top: 18px;
  color: #476f84;
  font-weight: 680;
}

.vc-single-learn-navigation__back {
  display: inline-block;
  margin-top: 28px;
  color: #476f84;
  font-size: 0.88rem;
  font-weight: 690;
  text-decoration: none;
}

.vc-single-learn-navigation--back-only {
  padding-top: 22px;
  padding-bottom: 56px;
}

.vc-single-learn-navigation--back-only .vc-single-learn-navigation__back {
  margin-top: 0;
}

.vc-linked-spotlight-sidebar .research-article-recommendations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vc-linked-spotlight-sidebar .research-article-card {
  display: block;
  overflow: hidden;
  color: #192126;
  background: #fff;
  border: 1px solid #d7e0e5;
  border-radius: 11px;
  text-decoration: none;
}

.vc-linked-spotlight-sidebar .research-article-card-media {
  display: grid;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  place-items: center;
  color: #a9b2af;
  background: #f4f6f5;
}

.vc-linked-spotlight-sidebar .research-article-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-linked-spotlight-sidebar .research-article-card-copy {
  display: block;
  padding: 13px 14px 15px;
}

.vc-linked-spotlight-sidebar .research-article-card-label {
  display: block;
  margin-bottom: 5px;
  color: #476f84;
  font-size: 0.65rem;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vc-linked-spotlight-sidebar .research-article-card-title {
  display: block;
  font-size: 0.84rem;
  font-weight: 680;
  line-height: 1.35;
}

.compound-spotlight-related-full {
  --benefits-accent: #476f84;
  --benefits-ink: #192126;
  --benefits-line: #d7e0e5;
  --benefits-soft: #f5f6f5;
  margin-top: 38px;
  padding-top: 18px;
  border-top: 3px solid var(--benefits-ink);
}

.compound-spotlight-related-full > h2 {
  margin: 0 0 16px;
  color: var(--benefits-ink);
  font-size: 21px;
  font-weight: 700;
}

/* Learn organizer pages. */
.vc-learn-archive {
  padding: 38px 0 84px;
}

.vc-learn-archive__header {
  max-width: 850px;
  margin-bottom: 30px;
}

.vc-learn-archive__header > p {
  margin: 0 0 10px;
  color: #476f84;
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vc-learn-archive__header h1 {
  margin: 0 0 16px;
  color: #192126;
  font-family: var(--vc-body);
  font-size: clamp(2.25rem, 4vw, 3.2rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.vc-learn-archive__header > div {
  max-width: 720px;
  color: #5f6663;
  font-size: 1.04rem;
}

.vc-library-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  padding: 14px 0;
  border-top: 1px solid #dfe3e1;
  border-bottom: 1px solid #dfe3e1;
}

.vc-library-toolbar label {
  flex: 1;
  max-width: 460px;
}

.vc-library-toolbar input {
  width: 100%;
  height: 44px;
  color: #192126;
  background: #f4f6f5;
  border: 1px solid #cfd5d8;
  border-radius: 9px;
  box-shadow: none;
}

.vc-library-toolbar > span {
  color: #5f6663;
  font-size: 0.82rem;
  font-weight: 650;
}

.vc-learn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vc-learn-card[hidden],
.vc-protocol-group[hidden],
.vc-protocol-group a[hidden] {
  display: none;
}

.vc-learn-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe3e1;
  border-radius: 13px;
}

.vc-learn-card > a {
  display: block;
  height: 100%;
  color: #192126;
  text-decoration: none;
}

.vc-learn-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  background: #f1f2f3;
}

.vc-learn-card > a > div {
  padding: 20px;
}

.vc-learn-card span {
  color: #476f84;
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vc-learn-card h2 {
  margin: 8px 0 11px;
  font-size: 1.28rem;
  letter-spacing: -0.025em;
}

.vc-learn-card p {
  margin: 0 0 16px;
  color: #5f6663;
  font-size: 0.87rem;
  line-height: 1.55;
}

.vc-learn-card small {
  color: #78817e;
  font-size: 0.72rem;
}

.vc-protocol-directory {
  column-gap: 42px;
  columns: 2;
}

.vc-protocol-group {
  display: inline-block;
  width: 100%;
  margin: 0 0 28px;
  break-inside: avoid;
}

.vc-protocol-group h2 {
  margin: 0 0 8px;
  padding-bottom: 8px;
  color: #476f84;
  border-bottom: 2px solid #476f84;
  font-size: 1.1rem;
}

.vc-protocol-group a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 12px;
  padding: 13px 4px;
  color: #192126;
  border-bottom: 1px solid #dfe3e1;
  text-decoration: none;
}

.vc-protocol-group a span {
  grid-column: 1;
  color: #78817e;
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vc-protocol-group a strong {
  grid-column: 1;
  font-size: 0.89rem;
  line-height: 1.35;
}

.vc-protocol-group a b {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: #476f84;
}

.vc-library-empty {
  padding: 34px;
  text-align: center;
  background: #f4f6f5;
  border-radius: 10px;
}

/* Imported article bodies retain their authored internal styling. */
.research-protocol-article,
.vc-research-article--embedded {
  width: 100%;
  margin: 0;
}

/* Shopify source spotlights used inline styles that WordPress strips on import. */
.vc-research-article--embedded article[id^="vialcrest-benefits-"] {
  --benefits-accent: #80000e;
  --benefits-ink: #151716;
  --benefits-copy: #303532;
  --benefits-muted: #626965;
  --benefits-line: #dfe3e1;
  --benefits-soft: #f4f6f5;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 28px 84px;
  box-sizing: border-box;
  color: var(--benefits-ink);
  background: #fff;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] *,
.vc-research-article--embedded article[id^="vialcrest-benefits-"] *::before,
.vc-research-article--embedded article[id^="vialcrest-benefits-"] *::after {
  box-sizing: border-box;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] h1,
.vc-research-article--embedded article[id^="vialcrest-benefits-"] h2,
.vc-research-article--embedded article[id^="vialcrest-benefits-"] h3 {
  color: var(--benefits-ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-header {
  max-width: 880px;
  margin-bottom: 30px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-kicker {
  margin: 0 0 12px;
  color: var(--benefits-accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-header h1 {
  max-width: 840px;
  margin: 0 0 18px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.12;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-deck {
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--benefits-copy);
  font-size: 19px;
  line-height: 1.6;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-meta {
  margin: 0;
  color: var(--benefits-muted);
  font-size: 13px;
  font-weight: 650;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-featured-image {
  display: flex;
  width: min(100%, 96ch);
  height: auto;
  aspect-ratio: 1672 / 941;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 0 46px;
  background: var(--benefits-soft);
  border: 1px solid var(--benefits-line);
  border-radius: 6px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-article {
  min-width: 0;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-article p,
.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-article li {
  color: var(--benefits-copy);
  font-size: 16px;
  line-height: 1.72;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-article p {
  max-width: 96ch;
  margin: 0 0 18px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-article strong {
  color: var(--benefits-ink);
  font-weight: 700;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-article h2 {
  margin: 40px 0 14px;
  padding-top: 28px;
  border-top: 1px solid var(--benefits-line);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.25;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-article > h3 {
  margin: 28px 0 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-quick-read {
  margin-bottom: 34px;
  padding: 22px 24px 20px;
  background: var(--benefits-soft);
  border-left: 4px solid var(--benefits-accent);
  border-radius: 6px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-quick-read h2 {
  margin: 0 0 11px;
  padding: 0;
  border: 0;
  font-size: 21px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-quick-read p,
.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-key-item p {
  margin: 0;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-highlight-list {
  margin: 10px 0 24px;
  padding-left: 22px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-highlight-list li + li {
  margin-top: 8px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-key-list {
  margin: 22px 0 30px;
  border-top: 1px solid var(--benefits-line);
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-key-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid var(--benefits-line);
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-key-number {
  color: var(--benefits-accent);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-key-item h3 {
  margin: 0 0 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-references {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--benefits-line);
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-references h2 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  font-size: 21px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-references ol {
  margin: 0;
  padding-left: 21px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-references li {
  margin-bottom: 8px;
  color: var(--benefits-muted);
  font-size: 13px;
  line-height: 1.55;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] a {
  color: var(--benefits-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-sidebar {
  padding-top: 18px;
  border-top: 3px solid var(--benefits-ink);
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-sidebar > h2 {
  margin: 0 0 16px;
  font-size: 21px;
  font-weight: 700;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-cta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
  padding: 28px 30px;
  background: #171918;
  border-radius: 6px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-cta-copy {
  min-width: 0;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-cta-label {
  margin: 0 0 6px;
  color: #c5cbc8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.3;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-button {
  display: inline-flex;
  justify-content: center;
  padding: 12px 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-button--primary {
  background: var(--benefits-accent);
  border-color: var(--benefits-accent);
}

.vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-disclaimer {
  margin: 22px 0 0;
  color: var(--benefits-muted);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 899px) {
  .vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 649px) {
  .vc-research-article--embedded article[id^="vialcrest-benefits-"] {
    padding: 34px 20px 58px;
  }

  .vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-header h1 {
    font-size: 34px;
    line-height: 1.15;
  }

  .vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-deck {
    font-size: 17px;
  }

  .vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-featured-image {
    height: auto;
    margin-bottom: 34px;
  }

  .vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-article h2 {
    font-size: 24px;
  }

  .vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 24px 22px;
  }

  .vc-research-article--embedded article[id^="vialcrest-benefits-"] .benefits-cta-actions {
    flex-direction: column;
  }
}

/* Pinealon is the one custom spotlight outside the shared benefits component. */
.vc-research-article--embedded #vialcrest-benefits-pinealon {
  --accent: #2d6788;
  --ink: #17232a;
  --copy: #39464d;
  --muted: #66737a;
  --line: #d9e1e5;
  --soft: #eef3f6;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 50px 28px 78px;
  box-sizing: border-box;
  color: var(--ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon *,
.vc-research-article--embedded #vialcrest-benefits-pinealon *::before,
.vc-research-article--embedded #vialcrest-benefits-pinealon *::after {
  box-sizing: border-box;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon h1,
.vc-research-article--embedded #vialcrest-benefits-pinealon h2,
.vc-research-article--embedded #vialcrest-benefits-pinealon h3 {
  color: var(--ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-header {
  max-width: 850px;
  margin-bottom: 32px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon h1 {
  margin: 0 0 16px;
  font-size: 46px;
  line-height: 1.1;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-deck {
  max-width: 760px;
  margin: 0;
  color: var(--copy);
  font-size: 19px;
  line-height: 1.6;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-quick {
  margin-bottom: 38px;
  padding: 22px 24px;
  background: var(--soft);
  border-left: 4px solid var(--accent);
  border-radius: 10px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-quick h2 {
  margin: 0 0 8px;
  font-size: 21px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon p,
.vc-research-article--embedded #vialcrest-benefits-pinealon li {
  color: var(--copy);
  font-size: 16px;
  line-height: 1.72;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-quick p,
.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-card p {
  margin: 0;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-visual {
  overflow: hidden;
  margin: 0 0 42px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-visual figcaption {
  padding: 10px 14px 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-section-title {
  margin: 40px 0 18px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  font-size: 28px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-number {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-evidence {
  max-width: 760px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-evidence p {
  margin: 0 0 16px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
  padding: 24px;
  background: #17232a;
  border-radius: 12px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-links br {
  display: none;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-links a {
  padding: 11px 14px;
  color: #fff;
  border: 1px solid #c8d7df;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-links a:first-child {
  background: var(--accent);
  border-color: var(--accent);
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-sources {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-sources h2 {
  margin: 0 0 10px;
  font-size: 21px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-sources ol {
  margin: 0;
  padding-left: 21px;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-sources li {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.vc-research-article--embedded #vialcrest-benefits-pinealon a {
  color: var(--accent);
}

.vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-disclaimer {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 699px) {
  .vc-research-article--embedded #vialcrest-benefits-pinealon {
    padding: 34px 20px 58px;
  }

  .vc-research-article--embedded #vialcrest-benefits-pinealon h1 {
    font-size: 34px;
  }

  .vc-research-article--embedded #vialcrest-benefits-pinealon .pinealon-grid {
    grid-template-columns: 1fr;
  }
}

.vc-research-article {
  padding: 38px 0 84px;
}

.vc-research-article > article {
  width: min(100%, 860px);
  margin: 0 auto;
}

.vc-research-article > article > header {
  margin-bottom: 28px;
}

.vc-research-article > article > header h1 {
  margin: 0 0 14px;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  letter-spacing: -0.05em;
}

.vc-research-article > article > header span {
  color: #78817e;
  font-size: 0.8rem;
}

.vc-research-article > article > figure {
  margin: 0 0 34px;
}

.vc-research-article > article > figure img {
  width: 100%;
  border-radius: 14px;
}

.vc-research-article__content {
  color: #303532;
}

.vc-research-article__content h2 {
  margin-top: 2.2em;
  font-size: 2rem;
}

.vc-research-article__content h3 {
  margin-top: 1.8em;
}

/* Location and policy pages, including shipping architecture. */
.vc-location-page {
  padding: 38px 0 82px;
}

.vc-location-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 54px;
  align-items: start;
}

.vc-location-page__layout > article h1 {
  margin-top: 0;
  font-size: clamp(2.2rem, 3.8vw, 3rem);
  letter-spacing: -0.035em;
}

.vc-location-page__layout > article h2 {
  margin-top: 1.7em;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
}

.vc-location-page__layout aside {
  position: sticky;
  top: 24px;
  padding: 22px;
  background: #f1f2f3;
  border: 1px solid #dfe3e1;
  border-radius: 12px;
}

.vc-location-page__layout aside h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.vc-location-page__layout aside a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  padding: 13px 0;
  color: #192126;
  border-top: 1px solid #cfd5d8;
  text-decoration: none;
}

.vc-location-page__layout aside span {
  color: #476f84;
  font-size: 0.66rem;
  font-weight: 730;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vc-location-page__layout aside strong {
  font-size: 0.85rem;
}

.vc-location-page__layout aside b {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
}

.vc-location-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin: 62px 0;
  padding: 34px;
  color: #fff;
  background: var(--vc-black);
  border-radius: 14px;
}

.vc-location-cta p,
.vc-location-cta h2 {
  margin: 0;
  color: #fff;
}

.vc-location-cta p {
  color: #a8bec9;
  font-size: 0.72rem;
  font-weight: 740;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vc-location-cta h2 {
  margin-top: 7px;
  font-size: 1.8rem;
}

.vc-location-cta .button {
  flex: 0 0 auto;
  color: #192126;
  background: #fff;
  border-radius: 9px;
}

.vc-location-protocols > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vc-location-protocols > div > a {
  display: flex;
  min-height: 175px;
  flex-direction: column;
  padding: 20px;
  color: #192126;
  background: #f4f6f5;
  border: 1px solid #dfe3e1;
  border-radius: 11px;
  text-decoration: none;
}

.vc-location-protocols > div span {
  color: #476f84;
  font-size: 0.67rem;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vc-location-protocols > div strong {
  margin-top: 10px;
  line-height: 1.4;
}

.vc-location-protocols > div small {
  margin-top: auto;
  color: #5f6663;
}

.vc-location-parent {
  display: inline-block;
  margin-top: 34px;
  font-weight: 690;
}

.vc-policy-page {
  padding: 42px 0 88px;
}

.vc-policy-page > article {
  width: min(100%, 850px);
  margin: 0 auto;
  padding: 38px 42px;
  background: #fff;
  border: 1px solid #dfe3e1;
  border-radius: 14px;
}

.vc-policy-page > article > header {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfe3e1;
}

.vc-policy-page > article > header h1 {
  margin: 0;
  font-family: var(--vc-body);
  font-size: clamp(2.2rem, 3.8vw, 3.1rem);
  letter-spacing: -0.035em;
}

.vc-policy-page article h2,
.vc-policy-page article h3 {
  margin-top: 1.8em;
}

/* Structured light footer. */
.site-footer {
  padding: 0;
  color: #192126;
  background: #f1f2f3;
  border-top: 1px solid #cfd5d8;
}

.site-footer .col-full {
  max-width: 100%;
  padding: 0;
}

.vc-footer {
  color: #192126;
}

.vc-footer__top,
.vc-footer__directory,
.vc-footer__research-note,
.vc-footer__bottom {
  width: min(calc(100% - 48px), 1240px);
  margin-right: auto;
  margin-left: auto;
}

.vc-footer__top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  padding: 54px 0 44px;
  border-bottom: 1px solid #cfd5d8;
}

.vc-footer__top h2 {
  margin: 0 0 10px;
  color: #192126;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.vc-footer__top p {
  margin: 0 0 14px;
  color: #5f6663;
  font-size: 0.87rem;
}

.vc-footer__top a {
  color: #476f84;
  font-size: 0.86rem;
  font-weight: 720;
  text-decoration: none;
}

.vc-footer__top form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.vc-footer__top input {
  height: 46px;
  color: #192126;
  background: #fff;
  border: 1px solid #cfd5d8;
  border-radius: 9px;
  box-shadow: none;
}

.vc-footer__top button {
  padding: 0 19px;
  color: #fff;
  background: var(--vc-black);
  border: 0;
  border-radius: 9px;
}

.vc-footer__directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  padding: 44px 0;
}

.vc-footer__directory h3 {
  margin: 0 0 13px;
  color: #192126;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.vc-footer__directory ul {
  margin: 0;
  list-style: none;
}

.vc-footer__directory li {
  margin: 0 0 7px;
}

.vc-footer__directory a {
  color: #5f6663;
  font-size: 0.81rem;
  text-decoration: none;
}

.vc-footer__directory a:hover {
  color: #192126;
}

.vc-footer__research-note {
  margin-top: 0;
  margin-bottom: 18px;
  color: #78817e;
  font-size: 0.75rem;
}

.vc-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  padding: 19px 0 25px;
  color: #78817e;
  border-top: 1px solid #cfd5d8;
  font-size: 0.72rem;
}

.vc-footer__bottom > span {
  display: flex;
  gap: 16px;
}

.vc-footer__bottom > span:last-child {
  justify-content: flex-end;
}

.vc-footer__bottom a,
.vc-footer__bottom b {
  color: #5f6663;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 899px) {
  .vc-product-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vc-product-panel {
    position: static;
  }

  .vc-product-information__layout,
  .vc-review-form-wrap,
  .vc-location-page__layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .vc-location-page__layout aside {
    position: static;
  }

  .vc-learn-grid,
  .vc-review-list,
  .vc-location-protocols > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vc-product-links__grid {
    grid-template-columns: 1fr;
  }

  .vc-product-links__grid > a {
    min-height: 160px;
  }
}

@media (max-width: 767px) {
  .col-full {
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-header {
    padding-top: 14px;
  }

  .site-header .site-branding {
    width: calc(100% - 108px);
    margin-bottom: 12px;
  }

  .site-branding .custom-logo {
    max-width: 180px;
    max-height: 52px;
  }

  .site-search {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 0 14px;
  }

  .vc-search-results {
    min-width: 0;
  }

  .vc-product-hero {
    padding-top: 4px;
    padding-bottom: 46px;
  }

  .vc-product-media__stage {
    border-radius: 16px;
  }

  .vc-product-media__thumbs button {
    width: 62px;
    height: 62px;
  }

  .vc-product-panel {
    padding: 20px 17px;
    border-radius: 13px;
  }

  .vc-product-panel h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .vc-product-trust {
    gap: 5px;
  }

  .vc-product-trust span {
    padding: 6px 8px;
    font-size: 0.62rem;
  }

  .vc-variant-picker__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .vc-variant-picker button {
    display: block;
    min-height: 48px;
    padding: 5px 7px;
  }

  .vc-variant-picker button strong {
    font-size: 0.7rem;
    line-height: 1.15;
  }

  .vc-variant-picker button span {
    margin-top: 2px;
    font-size: 0.65rem;
    line-height: 1.1;
  }

  .vc-learn-single-shell {
    margin-top: 14px;
  }

  .vc-learn-navigation {
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  .vc-learn-navigation a {
    padding: 8px 11px;
    font-size: 0.72rem;
  }

  .vc-single-learn-navigation {
    width: min(calc(100% - 36px), 1240px);
    padding: 42px 0 58px;
  }

  .vc-single-learn-navigation__reads {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .vc-learn-recommendation-card {
    display: block;
    min-width: 0;
  }

  .vc-learn-recommendation-card__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .vc-learn-recommendation-card__copy {
    padding: 8px;
  }

  .vc-learn-recommendation-card__copy small {
    margin-bottom: 4px;
    font-size: 0.54rem;
  }

  .vc-learn-recommendation-card__copy strong {
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .vc-linked-spotlight-sidebar .research-article-recommendations {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .vc-linked-spotlight-sidebar .research-article-card-copy {
    padding: 8px;
  }

  .vc-linked-spotlight-sidebar .research-article-card-label {
    margin-bottom: 4px;
    font-size: 0.52rem;
  }

  .vc-linked-spotlight-sidebar .research-article-card-title {
    font-size: 0.68rem;
    line-height: 1.28;
  }

  .vc-single-learn-navigation__protocol-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .vc-single-learn-navigation__protocols {
    grid-auto-columns: minmax(235px, 78vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    padding-bottom: 8px;
  }

  .vc-native-cart-form .woocommerce-variation-add-to-cart {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .vc-product-information,
  .vc-reviews,
  .vc-related-products,
  .vc-product-links {
    padding: 52px 18px 62px;
  }

  .vc-reviews__header {
    display: block;
  }

  .vc-reviews__score {
    margin-top: 15px;
    text-align: left;
  }

  .vc-review-form {
    grid-template-columns: 1fr;
  }

  .vc-review-form > * {
    grid-column: 1;
  }

  .vc-learn-archive,
  .vc-location-page,
  .vc-policy-page,
  .vc-research-article {
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .vc-learn-grid,
  .vc-review-list,
  .vc-location-protocols > div {
    grid-template-columns: 1fr;
  }

  .vc-protocol-directory {
    columns: 1;
  }

  .vc-library-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .vc-library-toolbar label {
    max-width: none;
  }

  .vc-location-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
  }

  .vc-policy-page > article {
    padding: 27px 20px;
  }

  .vc-footer__top,
  .vc-footer__directory,
  .vc-footer__research-note,
  .vc-footer__bottom {
    width: min(calc(100% - 36px), 1240px);
  }

  .vc-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px 0 34px;
  }

  .vc-footer__directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
    padding: 34px 0;
  }

  .vc-footer__bottom {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vc-footer__bottom > span:last-child {
    justify-content: flex-start;
  }
}

/* 0.9.3 mobile cleanup: denser homepage rhythm, independently sized review
   cards, a native FAQ accordion, and a compact on-demand product search. */
.vc-mobile-search-toggle {
  display: none;
}

.vc-hero--video .vc-hero__inner {
  transform: translateY(-22px);
}

.home .vc-section {
  padding-top: 58px;
  padding-bottom: 62px;
}

.home .vc-section__head {
  margin-bottom: 26px;
}

.vc-review-showcase__track {
  align-items: flex-start;
}

.vc-review-showcase__card {
  height: 360px;
  min-height: 360px;
}

.vc-review-showcase__card:has(.vc-review-showcase__photo.is-expanded) {
  height: auto;
}

.vc-faq-accordion {
  margin-top: 38px;
}

.vc-faq-group + .vc-faq-group {
  margin-top: 44px;
}

.vc-faq-group > h2 {
  margin: 0;
  padding: 0 0 12px;
  color: var(--vc-ink);
  border-bottom: 2px solid var(--vc-ink);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  line-height: 1.2;
}

.vc-faq-item {
  margin: 0;
  border-bottom: 1px solid #ccd8de;
}

.vc-faq-item summary {
  display: grid;
  padding: 18px 0;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 18px;
  color: var(--vc-ink);
  cursor: pointer;
  list-style: none;
}

.vc-faq-item summary::-webkit-details-marker {
  display: none;
}

.vc-faq-item summary span {
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.35;
}

.vc-faq-item summary i {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #aebfc8;
  border-radius: 2px;
}

.vc-faq-item summary i::before,
.vc-faq-item summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  content: "";
  background: var(--vc-ink);
  transform: translate(-50%, -50%);
  transition: opacity 140ms ease;
}

.vc-faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.vc-faq-item[open] summary i::after {
  opacity: 0;
}

.vc-faq-answer {
  max-width: 780px;
  padding: 0 46px 20px 0;
  color: var(--vc-muted);
  line-height: 1.65;
}

.vc-faq-answer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .site-header .site-branding {
    width: calc(100% - 156px);
    margin-bottom: 0;
  }

  .vc-mobile-search-toggle {
    position: absolute;
    z-index: 4;
    top: 10px;
    right: 122px;
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 42px;
    min-height: 42px;
    margin: 0;
    padding: 9px;
    place-items: center;
    color: var(--vc-ink);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .vc-mobile-search-toggle:hover,
  .vc-mobile-search-toggle:focus,
  .vc-mobile-search-toggle[aria-expanded="true"] {
    color: var(--vc-deep-2);
    background: transparent;
  }

  .vc-mobile-search-toggle svg {
    display: block;
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .site-header .site-search {
    display: none;
    width: 100%;
    height: auto;
    margin: 8px 0 0 !important;
  }

  .site-header.vc-mobile-search-open .site-search {
    display: block;
  }

  .site-header .site-search .vc-predictive-search::before,
  .site-header .site-search .vc-predictive-search::after {
    display: none;
  }

  .site-header .site-search .vc-predictive-search input[type="search"] {
    padding-left: 14px;
  }

  .vc-hero--video {
    min-height: 610px;
    padding-top: 58px;
    padding-bottom: 54px;
  }

  .vc-hero--video .vc-hero__inner {
    transform: translateY(-34px);
  }

  .home .vc-section {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .home .vc-section__head {
    margin-bottom: 22px;
  }

  .vc-review-showcase {
    padding: 36px 18px 40px;
  }

  .vc-review-showcase__header {
    display: grid;
    margin-bottom: 20px;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .vc-review-showcase__controls {
    margin: 0;
    align-self: end;
  }

  .vc-review-showcase__controls button {
    width: 38px;
    height: 38px;
  }

  .vc-review-showcase__summary {
    margin-top: 9px;
  }

  .vc-review-showcase__card {
    flex-basis: min(84%, 320px);
    min-height: 235px;
    padding: 18px;
  }

  .vc-review-showcase__rating {
    margin-bottom: 16px;
  }

  .vc-review-showcase__card blockquote {
    margin-bottom: 20px;
    font-size: 0.97rem;
    line-height: 1.55;
  }

  .vc-faq-accordion {
    margin-top: 28px;
  }

  .vc-faq-group + .vc-faq-group {
    margin-top: 34px;
  }

  .vc-faq-group > h2 {
    font-size: 1.3rem;
  }

  .vc-faq-item summary {
    padding: 15px 0;
    gap: 13px;
  }

  .vc-faq-answer {
    padding: 0 38px 17px 0;
    font-size: 0.94rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--vc-ink);
  background: var(--vc-white);
  font-family: var(--vc-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--vc-ink);
  font-family: var(--vc-body);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-synthesis: none;
}

h1 {
  font-size: clamp(2.15rem, 3.5vw, 3rem);
}

h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
}

h3 {
  font-size: 1.3rem;
}

p {
  color: #3f474b;
}

a {
  color: var(--vc-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: var(--vc-accent-dark);
}

.col-full {
  box-sizing: border-box;
  max-width: 1240px;
  padding-right: 24px;
  padding-left: 24px;
}

.site-header {
  margin: 0;
  padding: 22px 0 0;
  color: var(--vc-ink);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--vc-border);
}

.site-header .site-branding {
  width: 260px;
  margin: 0 0 20px;
}

.site-branding .custom-logo {
  width: auto;
  max-width: 220px;
  max-height: 62px;
}

.site-branding .site-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 750;
}

.site-branding .site-description {
  display: none;
}

.site-search {
  width: 270px;
  margin: 2px 0 20px;
}

.site-search .widget_product_search form::before {
  top: 1.05em;
}

.site-search .widget_product_search input[type="search"] {
  height: 46px;
  padding-left: 2.6em;
  background: var(--vc-mist);
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: none;
}

.storefront-primary-navigation {
  background: transparent;
  border-top: 1px solid var(--vc-border);
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  padding: 17px 15px;
  color: var(--vc-ink);
  font-size: 0.94rem;
  font-weight: 590;
}

.main-navigation ul.menu ul.sub-menu {
  width: 250px;
  padding: 8px;
  background: var(--vc-white);
  border: 1px solid var(--vc-border);
  border-radius: 9px;
  box-shadow: var(--vc-shadow);
}

.main-navigation ul.menu ul li a {
  padding: 9px 12px;
  color: var(--vc-ink);
  font-size: 0.9rem;
}

.site-header-cart .cart-contents {
  padding: 17px 0;
  color: var(--vc-ink);
}

.site-content {
  padding-top: 30px;
}

.right-sidebar .content-area,
.left-sidebar .content-area,
.content-area {
  width: 100%;
  margin-right: 0;
  float: none;
}

.widget-area {
  display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button,
.added_to_cart {
  min-height: 44px;
  padding: 0.72em 1.2em;
  color: var(--vc-white);
  background: var(--vc-deep);
  border: 1px solid var(--vc-deep);
  border-radius: 7px;
  box-shadow: none;
  font-family: var(--vc-ui);
  font-weight: 760;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.added_to_cart:hover {
  color: var(--vc-white);
  background: var(--vc-deep-2);
  border-color: var(--vc-deep-2);
  transform: translateY(-1px);
}

.vc-button--secondary {
  color: var(--vc-deep) !important;
  background: transparent !important;
  border-color: var(--vc-deep) !important;
}

.vc-button--secondary:hover {
  color: var(--vc-white) !important;
  background: var(--vc-deep) !important;
}

.vc-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--vc-accent-dark);
  font-family: var(--vc-ui);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home .site-content {
  padding-top: 0;
}

.home .site-content > .col-full {
  max-width: none;
  padding: 0;
}

.home .entry-header,
.home .entry-title {
  display: none;
}

.home .site-main,
.home .hentry,
.home .entry-content {
  margin: 0;
}

.vc-section {
  padding: 84px 24px;
}

.vc-section--mist {
  background: var(--vc-mist);
}

.vc-section__inner {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
}

.vc-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.vc-section__head h2,
.vc-section__head p {
  max-width: 720px;
  margin-bottom: 0;
}

.vc-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 24px 92px;
  background:
    radial-gradient(circle at 86% 18%, rgba(182, 122, 56, 0.13), transparent 28%),
    linear-gradient(135deg, #e7eff4 0%, #f7fafc 60%, #edf3f7 100%);
}

.vc-hero::after {
  position: absolute;
  right: -130px;
  bottom: -190px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(71, 111, 132, 0.16);
  border-radius: 50%;
  content: "";
}

.vc-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1192px;
  margin: 0 auto;
}

.vc-hero__copy {
  max-width: 790px;
}

.vc-hero h1 {
  max-width: 820px;
  margin: 0 0 24px;
}

.vc-hero p {
  max-width: 680px;
  margin: 0 0 32px;
  color: #465057;
  font-size: 1.14rem;
}

.vc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vc-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--vc-border);
  border-bottom: 1px solid var(--vc-border);
  background: transparent;
  box-shadow: none;
}

.vc-trust-item {
  display: flex;
  padding: 27px 30px;
  align-items: center;
  gap: 14px;
}

.vc-trust-item + .vc-trust-item {
  border-left: 1px solid var(--vc-border);
}

.vc-trust-item__copy {
  display: grid;
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
  gap: 4px;
}

.vc-trust-item strong {
  display: block;
  margin: 0;
  font-size: 1.04rem;
}

.vc-trust-item span {
  color: var(--vc-muted);
  font-size: 0.92rem;
}

.vc-trust-icon {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  color: var(--vc-deep-2);
}

.vc-trust-icon--canada {
  fill: #d80621;
}

.vc-trust-icon--purity,
.vc-trust-icon--laboratory {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vc-collection-grid,
.vc-article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vc-collection-card,
.vc-article-card > a {
  display: block;
  height: 100%;
  overflow: hidden;
  color: var(--vc-ink);
  background: var(--vc-white);
  border: 1px solid var(--vc-border);
  border-radius: 11px;
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.vc-collection-card:hover,
.vc-article-card > a:hover {
  color: var(--vc-ink);
  border-color: #bccdc7;
  box-shadow: var(--vc-shadow);
  transform: translateY(-3px);
}

.vc-collection-card img,
.vc-article-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  object-fit: contain;
  background: var(--vc-mist);
}

.vc-collection-card__content,
.vc-article-card__content {
  display: block;
  padding: 21px;
}

.vc-collection-card__content strong {
  display: block;
  margin-bottom: 0;
  font-size: 1.04rem;
}

.vc-collection-card__content > span,
.vc-text-link {
  color: var(--vc-accent-dark);
  font-size: 0.86rem;
  font-weight: 680;
}

.vc-article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vc-article-card {
  margin: 0;
}

.vc-article-card h3 {
  margin: 2px 0 18px;
  font-size: 1.18rem;
}

.vc-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 72px;
  align-items: center;
}

.vc-split__panel {
  padding: 36px;
  background: var(--vc-deep);
  border-radius: 12px;
}

.vc-split__panel h3,
.vc-split__panel p,
.vc-split__panel a {
  color: var(--vc-white);
}

.woocommerce-breadcrumb {
  margin: 0;
  color: var(--vc-muted);
  font-size: 0.84rem;
}

.storefront-breadcrumb {
  margin: 0 0 36px;
  padding: 20px 0 0;
}

.woocommerce-products-header {
  margin-bottom: 32px;
  text-align: left;
}

.woocommerce-result-count,
.woocommerce-ordering {
  color: var(--vc-muted);
  font-size: 0.88rem;
}

select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea {
  min-height: 44px;
  background: var(--vc-white);
  border: 1px solid var(--vc-border);
  border-radius: 6px;
  box-shadow: none;
}

.site-main ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0 0 50px;
}

.site-main ul.products::before,
.site-main ul.products::after {
  display: none;
}

.site-main ul.products li.product {
  display: flex;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 0 4px;
  flex-direction: column;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.site-main ul.products li.product:hover {
  box-shadow: none;
  transform: translateY(-2px);
}

.site-main ul.products li.product img {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 0 16px;
  padding: 0;
  object-fit: contain;
  background: #fff;
  border-radius: 0;
}

.site-main ul.products li.product > a.woocommerce-LoopProduct-link {
  display: flex;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.site-main ul.products li.product .vc-loop-product-heading {
  display: flex;
  min-width: 0;
  margin: 0 0 7px;
  align-items: baseline;
  gap: 7px;
}

.site-main ul.products li.product .woocommerce-loop-product__title {
  min-width: 0;
  margin: 0;
  font-family: var(--vc-product-title);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.site-main ul.products li.product .vc-compact-rating--loop {
  margin: 0;
  flex: 0 0 auto;
  white-space: nowrap;
}

.site-main ul.products li.product .vc-multivial-note {
  display: block;
  margin: -2px 0 9px;
  color: var(--vc-muted);
  font-size: 0.7rem;
  line-height: 1.3;
}

.site-main ul.products li.product .vc-from-price {
  color: var(--vc-muted);
  font-size: 0.78em;
  font-weight: 590;
}

.site-main ul.products li.product .price {
  margin: auto 0 15px;
  padding-top: 5px;
  font-size: 0.95rem;
}

.site-main ul.products li.product .button {
  width: 100%;
  margin: 0;
  color: #fff;
  background: var(--vc-black);
  border-color: var(--vc-black);
  border-radius: 4px;
  text-align: center;
}

.site-main ul.products li.product .button:hover,
.site-main ul.products li.product .button:focus {
  color: #fff;
  background: #0f1518;
  border-color: #0f1518;
}

.onsale {
  display: none !important;
}

.price {
  color: var(--vc-ink) !important;
  font-weight: 720;
}

.single-product div.product {
  padding-top: 8px;
}

.single-product div.product .woocommerce-product-gallery {
  width: 48%;
  margin-right: 7%;
  opacity: 1 !important;
}

.single-product div.product .summary {
  width: 45%;
}

.single-product div.product .product_title {
  margin: 5px 0 16px;
  font-family: var(--vc-product-title);
  font-size: clamp(2.25rem, 4vw, 3.55rem);
}

.single-product div.product .summary > .price {
  margin-bottom: 26px;
  font-size: 1.45rem;
}

.single-product div.product .woocommerce-product-gallery img {
  background: var(--vc-mist);
  border-radius: 10px;
}

.vc-product-video {
  clear: both;
  width: min(100%, 860px);
  margin: 72px auto 58px;
}

.vc-product-video__header {
  margin-bottom: 18px;
}

.vc-product-video__header h2 {
  margin: 3px 0 0;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  letter-spacing: -0.035em;
}

.vc-product-video__frame {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #09191a;
  border: 1px solid var(--vc-border);
  border-radius: 9px;
}

.vc-product-video__frame video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.vc-product-video__caption {
  margin: 11px 0 0;
  color: var(--vc-muted);
  font-size: 0.82rem;
}

.single-product div.product table.variations {
  margin-bottom: 18px;
}

.single-product div.product table.variations th,
.single-product div.product table.variations td {
  padding: 6px 0;
  background: transparent;
}

.single-product div.product .quantity .qty {
  border-radius: 6px;
}

.single-product div.product .single_add_to_cart_button {
  background: var(--vc-deep);
  border-color: var(--vc-deep);
}

.vc-payment-note,
.vc-cart-payment-note {
  margin: 22px 0 0;
  padding: 14px 16px;
  color: #385250;
  background: var(--vc-mist);
  border-left: 3px solid var(--vc-accent);
  border-radius: 4px;
  font-size: 0.9rem;
}

.vc-payment-note a {
  font-weight: 680;
}

.woocommerce-tabs {
  padding-top: 52px;
}

.woocommerce-tabs ul.tabs {
  width: 22%;
}

.woocommerce-tabs .panel {
  width: 72%;
}

.hentry .entry-content a:not(.button) {
  text-decoration: underline;
}

.blog .hentry,
.archive.category .hentry {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--vc-border);
}

.blog .entry-title,
.archive.category .entry-title {
  font-size: 2rem;
}

.posted-on,
.post-author,
.post-comments {
  color: var(--vc-muted);
  font-size: 0.82rem;
}

.site-footer {
  padding: 58px 0 34px;
  color: #dce9e5;
  background: var(--vc-deep-2);
  border: 0;
}

.vc-footer-navigation .menu {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin: 0 0 42px;
  list-style: none;
}

.vc-footer-navigation .menu > li > a {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--vc-white);
  font-weight: 720;
}

.vc-footer-navigation .sub-menu {
  margin: 0;
  list-style: none;
}

.vc-footer-navigation .sub-menu a {
  color: #c2d4cf;
  font-size: 0.86rem;
  text-decoration: none;
}

.vc-footer-note,
.vc-footer-copyright {
  margin: 0;
  color: #abc2bc;
  font-size: 0.82rem;
}

.vc-footer-copyright {
  margin-top: 7px;
}

.vc-tool-header {
  max-width: 720px;
  margin-bottom: 30px;
}

.vc-tool-header h1,
.vc-contact h1 {
  margin: 4px 0 14px;
  font-size: clamp(2.2rem, 3.8vw, 3.1rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.vc-tool-header > p:last-child,
.vc-contact__intro > p {
  color: var(--vc-muted);
}

.vc-calculator {
  padding: 12px 0 44px;
}

.vc-calculator__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 18px;
}

.vc-calculator__panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--vc-border);
  border-radius: 7px;
}

.vc-calculator__inputs {
  align-self: start;
  padding: 22px;
}

.vc-calculator__mode {
  padding: 0;
  margin: 0 0 22px;
  border: 0;
}

.vc-calculator__mode legend,
.vc-calculator__field,
.vc-calculator__field-heading strong {
  color: var(--vc-ink);
  font-size: 0.94rem;
  font-weight: 650;
}

.vc-calculator__mode legend {
  margin-bottom: 8px;
}

.vc-calculator__segments {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 280px);
}

.vc-calculator__segments--small {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: auto;
}

.vc-calculator__segments button {
  min-height: 38px;
  padding: 8px 12px;
  color: var(--vc-ink);
  font-size: 0.83rem;
  background: #fff;
  border: 1px solid #c9cfcc;
  border-radius: 0;
}

.vc-calculator__segments button:first-child {
  border-radius: 5px 0 0 5px;
}

.vc-calculator__segments button:last-child {
  border-radius: 0 5px 5px 0;
}

.vc-calculator__segments button + button {
  border-left: 0;
}

.vc-calculator__segments button[aria-pressed="true"] {
  color: #fff;
  background: var(--vc-deep);
  border-color: var(--vc-deep);
}

.vc-calculator [hidden] {
  display: none !important;
}

.vc-calculator__field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 230px);
  align-items: center;
  gap: 14px;
  margin-bottom: 9px;
}

.vc-calculator__field-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.vc-calculator__input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c9cfcc;
  border-radius: 5px;
}

.vc-calculator__input--full {
  margin-bottom: 9px;
}

.vc-calculator__input input,
.vc-calculator__input select {
  width: 100%;
  min-width: 0;
  min-height: 43px;
  padding: 10px 12px;
  color: var(--vc-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.vc-calculator__input > span {
  padding: 0 12px 0 5px;
  color: var(--vc-muted);
  font-size: 0.82rem;
}

.vc-calculator__presets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 20px;
}

.vc-calculator__presets button {
  min-height: 32px;
  padding: 6px 10px;
  color: var(--vc-ink);
  font-size: 0.8rem;
  background: var(--vc-mist);
  border: 1px solid var(--vc-border);
  border-radius: 999px;
}

.vc-calculator__presets button:hover {
  background: #fff;
  border-color: var(--vc-deep);
}

.vc-calculator__results {
  align-content: start;
  display: grid;
  background: var(--vc-mist);
}

.vc-calculator__result {
  display: grid;
  gap: 4px;
  padding: 17px;
  border-bottom: 1px solid var(--vc-border);
}

.vc-calculator__result span,
.vc-calculator__result small,
.vc-calculator__syringe-heading span {
  color: var(--vc-muted);
  font-size: 0.82rem;
}

.vc-calculator__result strong {
  color: var(--vc-ink);
  font-size: 1.4rem;
}

.vc-calculator__result--primary {
  background: #eaf5f1;
}

.vc-calculator__result--primary strong {
  color: var(--vc-deep);
  font-size: 2rem;
}

.vc-calculator__syringe {
  padding: 18px;
  background: #fff;
  border-bottom: 1px solid var(--vc-border);
}

.vc-calculator__syringe-heading,
.vc-calculator__labels {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.vc-calculator__track {
  position: relative;
  height: 44px;
  margin-top: 14px;
  overflow: hidden;
  border: 2px solid var(--vc-deep);
  border-radius: 4px;
}

.vc-calculator__track [data-syringe-fill] {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: #d7ebe4;
}

.vc-calculator__track [data-syringe-marker] {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--vc-copper);
}

.vc-calculator__tick {
  position: absolute;
  top: 0;
  width: 1px;
  height: 10px;
  background: var(--vc-deep);
}

.vc-calculator__tick--major {
  width: 2px;
  height: 18px;
}

.vc-calculator__labels {
  margin-top: 6px;
  color: var(--vc-muted);
  font-size: 0.72rem;
}

.vc-calculator__note,
.vc-calculator__messages {
  margin: 18px;
  padding: 11px 13px;
  color: var(--vc-muted);
  font-size: 0.82rem;
  background: #fff;
  border-left: 3px solid var(--vc-copper);
}

.vc-calculator__inputs .vc-calculator__note {
  margin: 18px 0 0;
  background: var(--vc-mist);
}

.vc-calculator__messages ul {
  margin: 5px 0 0;
}

.vc-contact {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 0 76px;
}

.vc-contact__intro {
  max-width: 760px;
  margin-bottom: 38px;
}

.vc-contact__intro h1 {
  margin: 0 0 13px;
}

.vc-contact__intro > p:last-child {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.vc-contact__body {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(460px, 1.38fr);
  gap: 28px;
  align-items: stretch;
}

.vc-contact__guide,
.vc-contact__form-wrap {
  padding: clamp(28px, 4vw, 38px);
  border: 1px solid var(--vc-border);
  border-radius: 11px;
}

.vc-contact__guide {
  background: var(--vc-mist);
}

.vc-contact__guide h2 {
  margin: 0 0 20px;
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
}

.vc-contact__guide ul {
  margin: 0 0 32px 20px;
}

.vc-contact__guide li + li {
  margin-top: 10px;
}

.vc-contact__links {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.vc-contact__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 13px 15px;
  color: var(--vc-ink);
  background: #fff;
  border: 1px solid var(--vc-border);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.vc-contact__links a:hover,
.vc-contact__links a:focus-visible {
  border-color: var(--vc-deep);
}

.vc-contact__links small {
  display: block;
  margin-bottom: 4px;
  color: var(--vc-muted);
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.vc-contact__links b {
  font-size: 1.2rem;
  font-weight: 500;
}

.vc-contact__form-wrap {
  background: #fff;
}

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

.vc-contact__form label {
  color: var(--vc-ink);
  font-weight: 650;
}

.vc-contact__form label span {
  color: var(--vc-muted);
  font-size: 0.8rem;
  font-weight: 400;
}

.vc-contact__form input,
.vc-contact__form textarea,
.vc-contact__form select {
  width: 100%;
  margin-top: 7px;
  padding: 11px 13px;
  color: var(--vc-ink);
  background: #fff;
  border: 1px solid #cbd6d2;
  border-radius: 8px;
  box-shadow: none;
}

.vc-contact__form input:focus,
.vc-contact__form textarea:focus,
.vc-contact__form select:focus {
  border-color: var(--vc-deep);
  outline: 2px solid rgb(21 72 73 / 0.12);
}

.vc-contact__message {
  grid-column: 1 / -1;
}

.vc-contact__form button {
  justify-self: start;
  min-width: 170px;
}

.vc-contact__form button span {
  margin-left: 10px;
  color: inherit;
  font-size: 1rem;
}

.vc-contact__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.vc-privacy-choices {
  display: inline-block;
  margin-top: 8px;
  padding: 0;
  color: #d8e5e2;
  font-size: 0.82rem;
  font-weight: 400;
  text-decoration: underline;
  background: transparent;
  border: 0;
}

.vc-consent {
  position: fixed;
  z-index: 99999;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 22px;
  color: var(--vc-ink);
  background: #fff;
  border: 1px solid var(--vc-border);
  box-shadow: 0 16px 45px rgb(13 44 45 / 0.18);
}

.vc-consent strong {
  display: block;
  margin-bottom: 4px;
}

.vc-consent p {
  margin: 0;
  color: var(--vc-muted);
  font-size: 0.88rem;
}

.vc-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.vc-consent__actions button {
  min-width: 96px;
}

.vc-consent__actions button:first-child {
  color: var(--vc-deep);
  background: #fff;
  border: 1px solid var(--vc-deep);
}

@media (max-width: 980px) {
  .site-main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vc-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vc-split {
    gap: 38px;
  }

  .vc-calculator__grid,
  .vc-contact__body {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .col-full {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 18px;
    padding-left: 18px;
  }

  .home .site-content > .col-full {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .site-header {
    position: relative;
    padding-top: 15px;
  }

  .site-header .site-branding {
    width: calc(100% - 108px);
    margin-bottom: 15px;
  }

  .site-branding .custom-logo {
    max-width: 172px;
    max-height: 48px;
  }

  .site-search {
    display: none;
  }

  .storefront-primary-navigation {
    border-top: 0;
  }

  .storefront-primary-navigation .col-full,
  .main-navigation {
    position: static;
  }

  button.menu-toggle {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 46px;
    min-width: 46px;
    min-height: 42px;
    margin: 0;
    padding: 9px;
    color: var(--vc-deep);
    background: transparent;
    border-color: var(--vc-border);
  }

  button.menu-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .site-content {
    padding-top: 30px;
  }

  .storefront-breadcrumb {
    display: none;
  }

  .vc-hero {
    padding: 68px 20px 62px;
  }

  .vc-hero p {
    font-size: 1rem;
  }

  .vc-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vc-actions .button {
    width: 100%;
    text-align: center;
  }

  .vc-section {
    padding: 58px 18px;
  }

  .vc-section__head,
  .vc-split {
    display: block;
  }

  .vc-section__head .vc-text-link {
    display: inline-block;
    margin-top: 12px;
  }

  .vc-trust-grid,
  .vc-article-grid {
    grid-template-columns: 1fr;
  }

  .vc-section--trust {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .vc-section--trust .vc-trust-item {
    padding: 20px 0;
    align-items: start;
    gap: 16px;
  }

  .vc-section--trust .vc-trust-item strong {
    margin-bottom: 3px;
  }

  .vc-section--trust .vc-trust-item__copy > span {
    display: block;
    line-height: 1.42;
  }

  .vc-section--trust .vc-trust-icon {
    width: 32px;
    height: 32px;
    margin-top: 10px;
    flex-basis: 32px;
  }

  .vc-trust-item + .vc-trust-item {
    border-top: 1px solid var(--vc-border);
    border-left: 0;
  }

  .vc-collection-grid,
  .site-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .site-main ul.products li.product {
    padding: 0 0 8px;
  }

  .site-main ul.products li.product img {
    margin-bottom: 12px;
    padding: 0;
  }

  .site-main ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.9rem;
  }

  .site-main ul.products li.product .price {
    margin-bottom: 12px;
    font-size: 0.84rem;
  }

  .site-main ul.products li.product .button {
    display: inline-flex;
    min-height: 46px;
    padding: 0.65em 0.8em;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
  }

  .vc-split__panel {
    margin-top: 30px;
    padding: 27px;
  }

  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .summary,
  .woocommerce-tabs ul.tabs,
  .woocommerce-tabs .panel {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .single-product div.product .product_title {
    font-size: 2.25rem;
  }

  .vc-product-video {
    width: 100%;
    margin: 44px auto 38px;
  }

  .vc-product-video__frame {
    border-radius: 6px;
  }

  .woocommerce-tabs ul.tabs {
    margin-bottom: 24px;
  }

  .vc-footer-navigation .menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vc-calculator__field {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .vc-calculator__field-heading,
  .vc-calculator__syringe-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .vc-calculator__segments--small {
    width: 100%;
  }

  .vc-contact__form-wrap {
    padding: 24px 18px;
  }

  .vc-contact {
    padding: 10px 0 56px;
  }

  .vc-contact__intro {
    margin-bottom: 28px;
  }

  .vc-contact__body {
    gap: 22px;
  }

  .vc-contact__guide {
    padding: 25px 20px;
  }

  .vc-contact__form {
    grid-template-columns: minmax(0, 1fr);
  }

  .vc-contact__message {
    grid-column: auto;
  }

  .vc-contact__form button {
    width: 100%;
    justify-self: stretch;
  }

  .storefront-handheld-footer-bar {
    display: none;
  }

  .vc-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 18px;
  }

  .vc-consent__actions,
  .vc-consent__actions button {
    width: 100%;
  }
}

/* Final cascade guard for components that intentionally replace Storefront. */
.site-footer {
  padding: 0;
  color: #fff;
  background: var(--vc-black);
  border-top: 0;
}

.site-footer .col-full {
  max-width: 100%;
  padding: 0;
}

.vc-footer {
  color: #fff;
}

.vc-footer__top,
.vc-footer__bottom {
  border-color: rgba(255, 255, 255, 0.24);
}

.vc-footer__top h2,
.vc-footer__directory h3 {
  color: #fff;
}

.vc-footer__top p,
.vc-footer__research-note,
.vc-footer__bottom,
.vc-footer__bottom b {
  color: #e5eef3;
}

.site-footer .vc-footer__directory a,
.site-footer .vc-footer__bottom a {
  color: #fff !important;
}

.site-footer .vc-footer__top a,
.site-footer .vc-footer__directory a:hover {
  color: #fff !important;
}

.vc-footer__top button {
  color: #fff;
  background: var(--vc-black);
  border-color: var(--vc-black);
}

.site-branding .custom-logo {
  object-fit: contain;
}

@media (max-width: 767px) {
  .site-search {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 0 14px;
  }
}

/* Shopify location-page parity. Content and template structure remain unchanged. */
.vc-location-page {
  color: #192126;
  padding-bottom: 84px;
  padding-top: 52px;
}

.vc-location-page__layout {
  align-items: start;
  gap: 56px;
  grid-template-columns: minmax(0, 820px) minmax(260px, 320px);
}

.vc-location-page__layout > article {
  min-width: 0;
}

.vc-location-page__layout > article > :first-child {
  margin-top: 0;
}

.vc-location-page__layout > article h1,
.vc-location-page__layout > article h2,
.vc-location-page__layout > article h3 {
  color: #192126;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.vc-location-page__layout > article h1 {
  font-size: clamp(35px, 3.8vw, 48px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 22px;
  max-width: 760px;
}

.vc-location-page__layout > article h1 + p {
  font-size: 18px;
  line-height: 1.7;
}

.vc-location-page__layout > article h2 {
  border-top: 1px solid #e3e6e8;
  font-size: 28px;
  font-weight: 650;
  line-height: 1.25;
  margin: 48px 0 18px;
  padding-top: 32px;
}

.vc-location-page__layout > article h3 {
  font-size: 21px;
  font-weight: 650;
  line-height: 1.35;
  margin: 32px 0 12px;
}

.vc-location-page__layout > article p,
.vc-location-page__layout > article li {
  color: #303532;
  font-size: 16px;
  line-height: 1.75;
}

.vc-location-page__layout > article p {
  margin: 0 0 18px;
  max-width: 74ch;
}

.vc-location-page__layout > article ul,
.vc-location-page__layout > article ol {
  margin: 12px 0 24px;
  max-width: 72ch;
  padding-left: 22px;
}

.vc-location-page__layout > article li + li {
  margin-top: 8px;
}

.vc-location-page__layout aside {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.vc-location-page__layout aside h2 {
  border-bottom: 2px solid #476f84;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.25;
  margin: 0 0 18px;
  padding: 0 0 12px;
}

.vc-location-page__layout aside a {
  background: #fff;
  border: 1px solid #e3e6e8;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 16px;
  transition: border-color 160ms ease, transform 160ms ease;
}

.vc-location-page__layout aside a:hover {
  border-color: #b8bebb;
  transform: translateY(-2px);
}

.vc-location-cta {
  border-radius: 6px;
  margin: 64px 0 52px;
  padding: 30px 32px;
}

.vc-location-cta h2 {
  font-size: 25px;
  line-height: 1.25;
}

.vc-location-cta .button {
  border-radius: 6px;
  min-height: 46px;
}

.vc-location-protocols > header h2 {
  font-size: 26px;
  line-height: 1.25;
}

.vc-location-protocols > div {
  gap: 16px;
}

.vc-location-protocols > div > a {
  border-radius: 6px;
}

@media (max-width: 899px) {
  .vc-location-page {
    max-width: 860px;
  }

  .vc-location-page__layout {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr);
  }

  .vc-location-page__layout aside {
    position: static;
  }
}

@media (max-width: 699px) {
  .vc-location-page {
    padding-bottom: 60px;
    padding-top: 34px;
  }

  .vc-location-page__layout {
    gap: 40px;
  }

  .vc-location-page__layout > article h1 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 18px;
  }

  .vc-location-page__layout > article h1 + p {
    font-size: 17px;
  }

  .vc-location-page__layout > article h2 {
    font-size: 24px;
    margin-top: 40px;
    padding-top: 26px;
  }

  .vc-location-page__layout > article h3 {
    font-size: 19px;
  }

  .vc-location-cta {
    align-items: stretch;
    margin-top: 48px;
    padding: 26px 22px;
  }

  .vc-location-cta .button {
    width: 100%;
  }
}

/* 0.6.0 storefront merchandising, social proof, and order flow. */
.vc-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 34%, rgba(71, 111, 132, 0.12), transparent 34%),
    linear-gradient(135deg, #e6eef3 0%, #f7fafc 62%, #edf3f7 100%);
}

.vc-hero::after {
  display: none;
}

.vc-hero__mark {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: clamp(-70px, 2vw, 36px);
  width: min(43vw, 560px);
  opacity: 0.075;
  pointer-events: none;
  transform: translateY(-49%);
  user-select: none;
}

.vc-hero__mark img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.vc-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.vc-hero__copy > p:not(.vc-eyebrow) {
  margin-bottom: 20px;
}

.vc-hero__shipping {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  padding: 9px 14px;
  color: var(--vc-ink);
  border: 1px solid rgba(71, 111, 132, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(24, 52, 68, 0.07);
  font-size: 0.88rem;
  line-height: 1.25;
  text-decoration: none;
}

.vc-hero__shipping:hover {
  color: var(--vc-deep-2);
  border-color: rgba(71, 111, 132, 0.45);
  background: #fff;
}

.vc-hero__shipping span {
  padding-left: 10px;
  color: var(--vc-deep-2);
  border-left: 1px solid var(--vc-border);
  font-weight: 650;
}

.vc-review-showcase {
  clear: both;
  width: 100%;
  padding: 62px 24px 66px;
  color: var(--vc-ink);
  border-top: 1px solid var(--vc-border);
  border-bottom: 1px solid var(--vc-border);
  background: #f7f9fa;
  box-sizing: border-box;
}

.vc-review-showcase__inner {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
}

.vc-review-showcase__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 30px;
}

.vc-review-showcase__header h2 {
  margin: 0;
  color: var(--vc-ink);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.vc-review-showcase .vc-eyebrow {
  margin: 0 0 10px;
}

.vc-review-showcase__summary {
  margin: 13px 0 0;
  color: var(--vc-muted);
  font-size: 0.93rem;
}

.vc-review-showcase__summary b,
.vc-review-showcase__rating > span {
  color: #b9792e;
  letter-spacing: 0.08em;
}

.vc-review-showcase__controls {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
}

.vc-review-showcase__controls button {
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  place-items: center;
  color: var(--vc-ink);
  border: 1px solid #bdcdd6;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  font-size: 1.15rem;
  line-height: 1;
  transition: background 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.vc-review-showcase__controls button:hover:not(:disabled) {
  color: #fff;
  border-color: var(--vc-ink);
  background: var(--vc-ink);
}

.vc-review-showcase__controls button:disabled {
  cursor: default;
  opacity: 0.35;
}

.vc-review-showcase__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 2px 2px 12px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.vc-review-showcase__track::-webkit-scrollbar {
  display: none;
}

.vc-review-showcase__card {
  display: flex;
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  min-height: 270px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid #d3dfe5;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.vc-review-showcase__rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 0.81rem;
}

.vc-review-showcase__rating b {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--vc-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.vc-review-showcase__rating i {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  color: var(--vc-deep-2);
  border: 1px solid #b8c9d2;
  border-radius: 50%;
  background: transparent;
  font-size: 0.65rem;
  font-style: normal;
}

.vc-review-showcase__card blockquote {
  margin: 0 0 26px;
  padding: 0;
  border: 0;
  color: #2d424e;
  background: transparent;
  font-size: 1.02rem;
  font-style: normal;
  line-height: 1.65;
}

.vc-review-showcase__card blockquote p {
  margin: 0;
}

.vc-review-showcase__photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 20px;
}

.vc-review-showcase__photos[data-photo-count="1"] {
  grid-template-columns: minmax(0, 1fr);
}

.vc-review-showcase__photos[data-photo-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vc-review-showcase__photo {
  width: 100%;
  height: 88px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: var(--vc-mist);
  cursor: zoom-in;
}

.vc-review-showcase__photos[data-photo-count="1"] .vc-review-showcase__photo {
  height: 136px;
}

.vc-review-showcase__photo img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.vc-review-showcase__photos:has(.is-expanded) {
  grid-template-columns: minmax(0, 1fr);
}

.vc-review-showcase__photos:has(.is-expanded) .vc-review-showcase__photo:not(.is-expanded) {
  display: none;
}

.vc-review-showcase__photo.is-expanded {
  height: auto;
  cursor: zoom-out;
}

.vc-review-showcase__photo.is-expanded img {
  height: auto;
  max-height: 420px;
  object-fit: contain;
}

.vc-review-showcase__card footer {
  display: grid;
  margin-top: auto;
  gap: 3px;
  color: var(--vc-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.vc-review-showcase__card footer strong {
  color: var(--vc-ink);
  font-size: 0.9rem;
}

.vc-review-showcase__card footer a {
  overflow: hidden;
  color: var(--vc-deep-2);
  font-weight: 650;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vc-review-showcase__card footer a:hover {
  text-decoration: underline;
}

.site-header-cart .cart-contents {
  display: flex !important;
  min-height: 48px;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.site-header-cart .cart-contents::after {
  display: none !important;
  content: none !important;
}

.vc-order-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  color: var(--vc-ink);
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vc-order-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vc-cart-summary {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.vc-cart-summary .count {
  margin-top: 2px;
  opacity: 0.7;
  font-size: 0.72rem;
}

.vc-cart-supplies {
  color: var(--vc-ink);
}

.vc-cart-supplies__title {
  display: block;
  margin-bottom: 12px;
  font-size: 0.9rem;
}

.vc-cart-supplies__items {
  display: grid;
  gap: 9px;
}

.vc-cart-supplies__item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.vc-cart-supplies__product {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  gap: 10px;
  color: var(--vc-ink);
  text-decoration: none;
}

.vc-cart-supplies__product img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  margin: 0;
  border-radius: 7px;
  object-fit: contain;
  background: var(--vc-mist);
}

.vc-cart-supplies__product span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.vc-cart-supplies__product b {
  overflow: hidden;
  font-size: 0.76rem;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.vc-cart-supplies__product small {
  color: var(--vc-muted);
  font-size: 0.72rem;
}

.vc-cart-supplies__item .button {
  min-height: 0;
  flex: 0 0 auto;
  margin: 0;
  padding: 8px 10px;
  border-radius: 7px;
  font-size: 0.72rem;
  line-height: 1;
}

.vc-cart-supplies--mini {
  margin: 12px 0 3px;
  padding: 14px 0 4px;
  border-top: 1px solid var(--vc-border);
}

.vc-cart-supplies--cart {
  margin: 28px 0 6px;
  padding: 22px;
  border: 1px solid var(--vc-border);
  border-radius: 12px;
  background: var(--vc-mist);
}

.vc-cart-supplies--cart .vc-cart-supplies__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vc-cart-supplies--cart .vc-cart-supplies__item {
  padding: 11px;
  border: 1px solid var(--vc-border);
  border-radius: 9px;
  background: #fff;
}

.wc-block-components-product-sale-badge,
.wc-block-grid__product-onsale,
.woocommerce .onsale {
  display: none !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  margin: 0;
  text-align: left;
}

.vc-empty-cart {
  display: grid;
  max-width: 980px;
  margin: 20px 0 78px;
  padding: 48px 0;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  border-top: 1px solid var(--vc-border);
  border-bottom: 1px solid var(--vc-border);
  text-align: left;
}

.vc-empty-cart h2 {
  margin: 0 0 12px;
  color: var(--vc-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.vc-empty-cart p {
  max-width: 560px;
  margin: 0 0 14px;
  color: var(--vc-muted);
  font-size: 1rem;
}

.vc-empty-cart small {
  color: var(--vc-deep-2);
  font-weight: 650;
}

.vc-empty-cart__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.vc-empty-cart__actions .button {
  margin: 0;
  white-space: nowrap;
}

.vc-proof-film {
  padding: 0 24px 84px;
  color: #fff;
  background: #fff;
}

.vc-proof-film__inner {
  display: grid;
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 68px);
  align-items: center;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(42px, 6vw, 78px);
  border-radius: 10px;
  background: var(--vc-black);
}

.vc-proof-film__copy {
  max-width: 520px;
}

.vc-proof-film .vc-eyebrow {
  color: #8fb9cf;
}

.vc-proof-film h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.vc-proof-film p {
  max-width: 500px;
  margin: 0 0 28px;
  color: #c8ced1;
  font-size: 1.02rem;
}

.vc-proof-film small {
  display: block;
  margin-top: 20px;
  color: #8f989d;
  font-size: 0.76rem;
}

.vc-proof-film__primary,
.vc-proof-film__primary:hover {
  color: var(--vc-black) !important;
  border-color: #fff !important;
  background: #fff !important;
}

.vc-proof-film__secondary,
.vc-proof-film__secondary:hover {
  color: #fff !important;
  border-color: #4b5357 !important;
  background: transparent !important;
}

.vc-feature-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid #2b3033;
  border-radius: 10px;
  background: #101517;
}

.vc-feature-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-feature-video button {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  min-height: 38px;
  margin: 0;
  padding: 9px 12px;
  align-items: center;
  gap: 7px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.72);
  font-size: 0.72rem;
  backdrop-filter: blur(8px);
}

.vc-feature-video button span {
  width: 12px;
  font-size: 0.72rem;
  line-height: 1;
}

.vc-feature-video button b {
  font-weight: 680;
}

/* 0.8.0 cinematic homepage hero experiment. */
.vc-hero--video {
  display: flex;
  min-height: 640px;
  padding: clamp(92px, 8vw, 124px) 24px;
  align-items: center;
  color: #fff;
  background: var(--vc-black);
}

.vc-hero--video::after {
  z-index: 1;
  inset: 0;
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, #000 0%, #000 33%, rgba(0, 0, 0, 0.97) 42%, rgba(0, 0, 0, 0.72) 61%, rgba(0, 0, 0, 0.22) 84%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.14) 43%, rgba(0, 0, 0, 0.7) 76%, rgba(0, 0, 0, 0.88) 100%);
  content: "";
  pointer-events: none;
}

.vc-hero--video > .vc-hero-video {
  position: absolute;
  z-index: auto;
  inset: 0 0 0 34%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: #000;
}

.vc-hero--video > .vc-hero-video video {
  filter: saturate(0.92) contrast(1.06) brightness(0.82);
  object-position: center 48%;
  transform: scale(1.015);
}

.vc-hero--video > .vc-hero-video button {
  right: 22px;
  bottom: 22px;
  z-index: 3;
}

.vc-hero--video .vc-hero__inner {
  z-index: 2;
  width: 100%;
}

.vc-hero--video .vc-hero__copy {
  max-width: 660px;
}

.vc-hero--video .vc-eyebrow {
  color: #9fc3d5;
}

.vc-hero--video h1 {
  color: #fff;
}

.vc-hero--video .vc-hero__copy > p:not(.vc-eyebrow) {
  max-width: 610px;
  color: #d8e1e6;
}

.vc-hero--video .vc-hero__shipping {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.46);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.vc-hero--video .vc-hero__shipping:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(0, 0, 0, 0.72);
}

.vc-hero--video .vc-hero__shipping span {
  color: #c5dce8;
  border-color: rgba(255, 255, 255, 0.24);
}

.vc-hero--video .vc-button--secondary,
.vc-hero--video .vc-button--secondary:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: rgba(0, 0, 0, 0.22) !important;
}

/* Syne is reserved for the storefront's primary marketing statements. */
.home .vc-hero h1,
.home .vc-section__head h2,
.home .vc-review-showcase h2,
.woocommerce-products-header__title {
  font-family: var(--vc-display);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.home .vc-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.home .vc-section__head h2 {
  font-size: clamp(2rem, 3.5vw, 3.15rem);
}

.woocommerce-products-header__title {
  font-size: clamp(2.5rem, 4.5vw, 3.75rem);
}

@media (max-width: 980px) {
  .vc-review-showcase__card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .vc-cart-supplies--cart .vc-cart-supplies__items {
    grid-template-columns: minmax(0, 1fr);
  }

  .vc-proof-film__inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
    gap: 42px;
  }
}

@media (max-width: 767px) {
  .vc-hero {
    padding-top: 76px;
  }

  .vc-hero__mark {
    top: 44%;
    right: -128px;
    width: 360px;
    opacity: 0.05;
  }

  .vc-hero__shipping {
    align-items: flex-start;
    border-radius: 12px;
    flex-direction: column;
    gap: 3px;
  }

  .vc-hero__shipping span {
    padding-left: 0;
    border-left: 0;
  }

  .vc-hero--video {
    min-height: 650px;
    padding: 82px 18px 64px;
  }

  .vc-hero--video::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.72) 35%, rgba(0, 0, 0, 0.92) 62%, #000 90%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.12) 100%);
  }

  .vc-hero--video > .vc-hero-video {
    inset: 0;
  }

  .vc-hero--video > .vc-hero-video video {
    filter: saturate(0.88) contrast(1.04) brightness(0.7);
    object-position: 70% center;
  }

  .vc-hero--video > .vc-hero-video button {
    right: 14px;
    bottom: 14px;
  }

  .vc-hero--video h1 {
    font-size: clamp(2.65rem, 13vw, 3.65rem);
  }

  .vc-review-showcase {
    padding: 50px 18px 54px;
  }

  .vc-review-showcase__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
  }

  .vc-review-showcase__controls {
    align-self: flex-end;
    margin-top: -60px;
  }

  .vc-review-showcase__card {
    flex-basis: min(88%, 350px);
    min-height: 270px;
    padding: 23px;
  }

  .site-header-cart .vc-cart-summary {
    display: none;
  }

  .vc-empty-cart {
    margin-bottom: 56px;
    padding: 38px 0;
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .vc-empty-cart__actions {
    justify-content: flex-start;
  }

  .vc-empty-cart__actions .button {
    width: 100%;
    text-align: center;
  }

  .vc-proof-film {
    padding: 0 12px 54px;
  }

  .vc-proof-film__inner {
    padding: 38px 18px 18px;
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
    border-radius: 8px;
  }

  .vc-proof-film__copy {
    max-width: none;
  }

  .vc-proof-film h2 {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }
}

/* 0.9.0 compact, editorial product page. */
.single-product .storefront-breadcrumb {
  display: none;
}

.single-product .site-content {
  padding-top: 30px;
}

.vc-product-hero {
  grid-template-columns: minmax(0, 1.04fr) minmax(410px, 0.96fr);
  gap: clamp(34px, 4vw, 54px);
  padding: 0 0 48px;
}

.vc-product-media__stage {
  aspect-ratio: 1.04 / 1;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.vc-product-media__thumbs {
  gap: 8px;
  margin-top: 10px;
}

.vc-product-media__thumbs button {
  width: 56px;
  height: 56px;
  border-radius: 3px;
}

.vc-product-panel {
  position: static;
  padding: 4px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vc-product-panel__eyebrow {
  display: flex;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--vc-muted);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
}

.vc-product-panel__eyebrow a {
  color: var(--vc-deep-2);
  text-decoration: none;
}

.vc-product-panel__heading {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--vc-border);
}

.vc-product-panel h1 {
  max-width: 620px;
  margin: 0;
  color: var(--vc-black);
  font-family: var(--vc-display);
  font-size: clamp(1.95rem, 2.75vw, 2.65rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.vc-product-panel__stock {
  display: inline-flex;
  flex: 0 0 auto;
  margin-top: 5px;
  align-items: center;
  gap: 7px;
  color: #176b55;
  font-size: 0.72rem;
  font-weight: 730;
  white-space: nowrap;
}

.vc-product-panel__stock::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1e8066;
  content: "";
}

.vc-product-panel__stock.is-unavailable {
  color: #8b3b33;
}

.vc-product-panel__stock.is-unavailable::before {
  background: #a6483e;
}

.vc-product-panel__meta {
  display: flex;
  min-height: 57px;
  align-items: center;
  gap: 20px;
}

.vc-product-panel__price {
  margin: 0;
  color: var(--vc-black);
  font-size: 1.45rem;
  font-weight: 740;
}

.vc-compact-rating--single {
  margin: 0;
}

.vc-product-trust {
  display: flex;
  gap: 0;
  margin: 0 0 19px;
  padding: 10px 0;
  border-top: 1px solid var(--vc-border);
  border-bottom: 1px solid var(--vc-border);
}

.vc-product-trust span {
  display: inline-flex;
  padding: 0;
  align-items: center;
  color: #4b5559;
  border-radius: 0;
  background: transparent;
  font-size: 0.68rem;
  font-weight: 680;
}

.vc-product-trust span + span::before {
  margin: 0 9px;
  color: #9ca4a7;
  content: "\2022";
}

.vc-product-panel__description {
  max-width: 64ch;
  margin-bottom: 19px;
  color: #303532;
  font-size: 0.9rem;
  line-height: 1.55;
}

.vc-product-panel__description > :not(:first-child) {
  display: none;
}

.vc-product-panel__description > :first-child {
  margin: 0;
}

.vc-variant-picker {
  margin-bottom: 14px;
}

.vc-variant-picker legend {
  margin-bottom: 8px;
  font-size: 0.76rem;
}

.vc-variant-picker__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.vc-variant-picker button {
  min-height: 48px;
  padding: 6px 7px;
  border-radius: 2px;
}

.vc-variant-picker button strong {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px;
  font-size: 0.67rem;
  line-height: 1.15;
  white-space: nowrap;
}

.vc-variant-picker button strong small {
  color: inherit;
  font-size: 0.54rem;
  font-weight: 720;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.76;
}

.vc-variant-picker button > .vc-variant-picker__price {
  margin-top: 3px;
  font-size: 0.68rem;
  line-height: 1.1;
  white-space: nowrap;
}

.vc-native-cart-form .quantity .qty,
.vc-native-cart-form .single_add_to_cart_button {
  border-radius: 2px;
}

.vc-native-cart-form .vc-payment-note {
  margin-top: 11px;
  padding: 10px 12px;
}

.vc-product-information.vc-product-information--compact {
  position: static;
  left: auto;
  width: auto;
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid var(--vc-ink);
  border-bottom: 1px solid var(--vc-ink);
  background: transparent;
}

.vc-product-information--compact .vc-product-information__accordions {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vc-product-information--compact .vc-product-information__accordions details + details {
  border-color: var(--vc-border);
}

.vc-product-information--compact .vc-product-information__accordions summary {
  padding: 14px 2px;
  font-size: 0.79rem;
  font-weight: 720;
  letter-spacing: 0.01em;
}

.vc-product-information--compact .vc-product-information__accordions details > div {
  padding: 0 2px 16px;
}

.vc-product-information--compact .vc-product-information__accordions p {
  color: #4a5255;
  font-size: 0.84rem;
  line-height: 1.55;
}

.vc-reviews,
.vc-related-products,
.vc-product-links {
  padding-top: 54px;
  padding-bottom: 60px;
}

.vc-review-card {
  border-radius: 3px;
  background: #f5f6f6;
}

.vc-review-form-wrap {
  display: block;
  padding: 0;
  border-top: 1px solid var(--vc-ink);
  border-bottom: 1px solid var(--vc-ink);
  border-radius: 0;
  background: transparent;
}

.vc-review-form-wrap > summary {
  display: flex;
  min-height: 72px;
  padding: 14px 2px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.vc-review-form-wrap > summary::-webkit-details-marker {
  display: none;
}

.vc-review-form-wrap > summary span,
.vc-review-form-wrap > summary small {
  display: block;
}

.vc-review-form-wrap > summary strong {
  color: var(--vc-ink);
  font-size: 0.94rem;
}

.vc-review-form-wrap > summary small {
  margin-top: 2px;
  color: var(--vc-muted);
  font-size: 0.72rem;
  font-weight: 450;
}

.vc-review-form-wrap > summary > b {
  color: var(--vc-ink);
  font-size: 1.2rem;
  font-weight: 450;
  transition: transform 160ms ease;
}

.vc-review-form-wrap[open] > summary > b {
  transform: rotate(45deg);
}

.vc-review-form-wrap__body {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 48px;
  padding: 18px 2px 28px;
}

.vc-review-form-wrap h3 {
  font-size: 1.45rem;
}

.vc-review-form input,
.vc-review-form select,
.vc-review-form textarea,
.vc-review-form button {
  border-radius: 2px;
}

.vc-related-products {
  background: #eef0f0;
}

.vc-product-links__grid > a {
  min-height: 150px;
  border-radius: 3px;
}

@media (max-width: 899px) {
  .vc-product-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .vc-review-form-wrap__body {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .single-product .site-content {
    padding-top: 18px;
  }

  .vc-product-hero {
    gap: 18px;
    padding: 0 0 38px;
  }

  .vc-product-media__stage {
    aspect-ratio: 1.06 / 1;
    border-radius: 0;
  }

  .vc-product-media__thumbs button {
    width: 50px;
    height: 50px;
  }

  .vc-product-panel {
    padding: 0;
  }

  .vc-product-panel__eyebrow {
    margin-bottom: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .vc-product-panel__heading {
    gap: 12px;
    padding-bottom: 13px;
  }

  .vc-product-panel h1 {
    font-size: clamp(1.8rem, 8.6vw, 2.25rem);
  }

  .vc-product-panel__stock {
    margin-top: 3px;
    font-size: 0.65rem;
  }

  .vc-product-panel__meta {
    min-height: 52px;
  }

  .vc-product-panel__price {
    font-size: 1.3rem;
  }

  .vc-product-trust {
    flex-wrap: wrap;
    row-gap: 5px;
    padding: 9px 0;
  }

  .vc-product-trust span {
    font-size: 0.63rem;
  }

  .vc-product-trust span + span::before {
    margin: 0 6px;
  }

  .vc-product-panel__description {
    margin-bottom: 16px;
    font-size: 0.86rem;
  }

  .vc-variant-picker__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vc-variant-picker button {
    min-height: 46px;
  }

  .vc-product-information.vc-product-information--compact {
    margin-top: 20px;
  }

  .vc-reviews,
  .vc-related-products,
  .vc-product-links {
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .vc-review-form-wrap__body {
    padding-bottom: 22px;
  }

  .vc-product-links__grid > a {
    min-height: 132px;
  }
}

/* Compact shared header. Storefront otherwise adds a ~68px gap below the
   masthead on home and no-breadcrumb pages and leaves the mobile cart in a
   mostly empty third row. */
.site-header {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .site-header {
    padding-top: 14px;
  }

  .site-header .site-branding {
    margin-bottom: 12px;
  }

  .site-branding .custom-logo {
    max-height: 56px;
  }

  .site-search {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .site-search .vc-predictive-search input[type="search"] {
    height: 42px;
  }

  .site-search .vc-predictive-search::before {
    top: 10px;
  }

  .site-search .vc-predictive-search::after {
    top: 26px;
  }

  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .site-header-cart .cart-contents {
    min-height: 44px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-header > .col-full,
  .storefront-primary-navigation .col-full {
    position: static;
  }

  .site-header .site-branding {
    width: calc(100% - 112px);
    min-height: 42px;
    margin: 0 0 9px;
  }

  .site-branding .custom-logo {
    display: block;
    max-width: 160px;
    max-height: 42px;
  }

  .site-search {
    height: 42px;
    margin: 0 !important;
  }

  .site-search .vc-predictive-search input[type="search"] {
    height: 42px;
  }

  .site-search .vc-predictive-search::before {
    top: 10px;
  }

  .site-search .vc-predictive-search::after {
    top: 26px;
  }

  .storefront-primary-navigation {
    min-height: 0;
    border: 0;
  }

  button.menu-toggle {
    top: 10px;
    right: 18px;
    width: 44px;
    min-width: 44px;
    min-height: 42px;
    padding: 8px;
  }

  .site-header-cart {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 70px;
    width: 44px !important;
    height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

  .site-header-cart > li:first-child {
    height: 42px;
  }

  .site-header-cart > li:nth-child(2) {
    display: none;
  }

  .site-header-cart .cart-contents {
    width: 44px;
    min-height: 42px;
    padding: 8px !important;
    justify-content: center;
  }

  .vc-order-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .main-navigation.toggled .handheld-navigation {
    margin-top: 10px;
  }
}

/* Final 0.9.3 cascade overrides. */
.vc-hero--video .vc-hero__inner {
  transform: translateY(-22px);
}

.home .vc-section {
  padding-top: 58px;
  padding-bottom: 62px;
}

.home .vc-section__head {
  margin-bottom: 26px;
}

.vc-review-showcase__track {
  align-items: flex-start;
}

@media (max-width: 767px) {
  .site-header .site-branding {
    width: calc(100% - 156px);
    margin-bottom: 0;
  }

  .site-header .site-search {
    display: none;
    width: 100%;
    height: auto;
    margin: 8px 0 0 !important;
  }

  .site-header.vc-mobile-search-open .site-search {
    display: block;
  }

  .site-header .site-search .vc-predictive-search::before,
  .site-header .site-search .vc-predictive-search::after {
    display: none;
  }

  .site-header .site-search .vc-predictive-search input[type="search"] {
    padding-left: 14px;
  }

  .vc-hero--video {
    min-height: 610px;
    padding-top: 58px;
    padding-bottom: 54px;
  }

  .vc-hero--video .vc-hero__inner {
    transform: translateY(-34px);
  }

  .home .vc-section {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .home .vc-section__head {
    margin-bottom: 22px;
  }

  .vc-review-showcase {
    padding: 36px 18px 40px;
  }

  .vc-review-showcase__header {
    display: grid;
    margin-bottom: 20px;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .vc-review-showcase__controls {
    margin: 0;
    align-self: end;
  }

  .vc-review-showcase__controls button {
    width: 38px;
    height: 38px;
  }

  .vc-review-showcase__summary {
    margin-top: 9px;
  }

  .vc-review-showcase__card {
    flex-basis: min(84%, 320px);
    min-height: 235px;
    padding: 18px;
  }

  .vc-review-showcase__rating {
    margin-bottom: 16px;
  }

  .vc-review-showcase__card blockquote {
    margin-bottom: 20px;
    font-size: 0.97rem;
    line-height: 1.55;
  }
}

/* 0.9.4 follow-up from the live mobile review. */
.home .vc-section:has(.vc-collection-grid) .vc-section__head .vc-text-link {
  display: none;
}

.home .vc-section__head h2 {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .site-header {
    padding-bottom: 28px;
  }

  .site-branding .custom-logo {
    max-width: 205px;
    max-height: 56px;
  }

  .vc-mobile-search-toggle,
  button.menu-toggle,
  .site-header-cart {
    top: 16px;
  }

  .vc-review-showcase__photos {
    order: -1;
    margin-bottom: 14px;
  }

  .vc-review-showcase__photos[data-photo-count="1"] .vc-review-showcase__photo {
    height: 96px;
  }

  .vc-review-showcase__card:has(.vc-review-showcase__photos) blockquote p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .vc-hero--video > .vc-hero-video button {
    display: none;
  }

  .vc-hero--video .vc-hero__inner {
    transform: translateY(-10px);
  }

  .vc-hero .vc-actions {
    gap: 10px;
  }

  .vc-hero .vc-actions > br {
    display: none;
  }

  .home .vc-section {
    padding-top: 22px;
    padding-bottom: 36px;
  }

  .vc-review-showcase {
    padding: 50px 18px 54px;
  }

  .vc-review-showcase__header {
    display: flex;
    margin-bottom: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .vc-review-showcase__controls {
    margin-top: -60px;
    align-self: flex-end;
  }

  .vc-review-showcase__controls button {
    width: 44px;
    height: 44px;
  }

  .vc-review-showcase__card {
    flex-basis: min(88%, 350px);
    height: 360px;
    min-height: 270px;
    padding: 23px;
  }

  .vc-review-showcase__rating {
    margin-bottom: 22px;
  }

  .vc-review-showcase__card blockquote {
    margin-bottom: 26px;
    font-size: 1.02rem;
    line-height: 1.65;
  }
}

/* 0.9.13 conversion pass: on-demand desktop search, mobile product snapping,
   brighter mobile hero media, and a focused post-checkout Interac handoff. */
.site-header {
  position: relative;
}

.vc-mobile-search-toggle {
  display: grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 10px;
  place-items: center;
  color: var(--vc-ink);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vc-mobile-search-toggle:hover,
.vc-mobile-search-toggle:focus,
.vc-mobile-search-toggle[aria-expanded="true"] {
  color: var(--vc-deep-2);
  background: transparent;
}

.vc-mobile-search-toggle svg {
  display: block;
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.vc-copy-icon {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
}

.vc-interac-payment {
  max-width: 820px;
  margin: 30px auto 44px;
  overflow: hidden;
  color: var(--vc-ink);
  border: 1px solid #b9c9d1;
  border-radius: 8px;
  background: #fff;
}

.vc-interac-payment__header {
  padding: 30px 32px 26px;
  color: #fff;
  background: var(--vc-black);
}

.vc-interac-payment__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #a9cad9;
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vc-interac-payment__header h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1.05;
}

.vc-interac-payment__header p {
  max-width: 640px;
  margin: 14px 0 0;
  color: #dce5e9;
  line-height: 1.55;
}

.vc-interac-payment__details {
  padding: 8px 32px 0;
}

.vc-interac-payment__row {
  display: grid;
  min-height: 82px;
  padding: 14px 0;
  align-items: center;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 14px;
  border-bottom: 1px solid #d5dfe4;
}

.vc-interac-payment__step {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--vc-black);
  font-size: 0.8rem;
  font-weight: 760;
}

.vc-interac-payment__value {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.vc-interac-payment__value small {
  color: var(--vc-muted);
  font-size: 0.73rem;
  font-weight: 680;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vc-interac-payment__value strong {
  overflow-wrap: anywhere;
  font-size: 1.06rem;
}

.vc-interac-payment__row button,
.vc-interac-payment__copy-all {
  display: inline-flex;
  min-height: 42px;
  margin: 0;
  padding: 10px 13px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--vc-ink);
  border: 1px solid #9db1bc;
  border-radius: 4px;
  background: #fff;
  font-size: 0.79rem;
  font-weight: 730;
}

.vc-interac-payment__row button:hover,
.vc-interac-payment__row button:focus {
  color: #fff;
  border-color: var(--vc-black);
  background: var(--vc-black);
}

.vc-interac-payment__actions {
  display: flex;
  padding: 24px 32px 12px;
  align-items: stretch;
  gap: 12px;
}

.vc-interac-payment__copy-all {
  flex: 1 1 58%;
  color: #fff;
  border-color: var(--vc-deep-2);
  background: var(--vc-deep-2);
}

.vc-interac-payment__bank-toggle {
  display: flex;
  min-height: 46px;
  padding: 10px 14px;
  flex: 1 1 42%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--vc-ink);
  border: 1px solid #aebfc8;
  border-radius: 4px;
  background: #fff;
  font-size: 0.84rem;
  font-weight: 720;
  text-align: center;
}

.vc-interac-payment__banks {
  display: grid;
  margin: 0 32px 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.vc-interac-payment__banks[hidden] {
  display: none;
}

.vc-interac-payment__banks a {
  display: flex;
  min-height: 40px;
  padding: 7px;
  align-items: center;
  justify-content: center;
  color: var(--vc-ink);
  border: 1px solid #b8c7cf;
  border-radius: 4px;
  background: #f7f9fa;
  font-size: 0.76rem;
  font-weight: 720;
  text-decoration: none;
}

.vc-interac-payment__status {
	margin: 0;
  padding: 0 32px 18px;
  color: var(--vc-deep-2);
  font-size: 0.79rem;
  font-weight: 700;
  text-align: center;
}

.vc-interac-payment__status:empty {
  display: none;
}

.vc-interac-order-received .vc-interac-payment {
  margin-top: 0;
}

.vc-interac-order-received .wp-block-woocommerce-order-confirmation-status > h1:empty,
.vc-interac-order-received .wp-block-woocommerce-order-confirmation-status > p:empty,
.vc-interac-order-received .wc-block-order-confirmation-status > h1:empty,
.vc-interac-order-received .wc-block-order-confirmation-status > p:empty,
.vc-interac-order-received .wp-block-woocommerce-order-confirmation-summary,
.vc-interac-order-received .wc-block-order-confirmation-summary {
  display: none;
}

.vc-interac-order-received .wc-block-order-confirmation-address-wrapper {
  display: block;
}

.vc-interac-order-received .wc-block-order-confirmation-address-wrapper > .wp-block-column:empty {
  display: none;
}

.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__use-address-for-billing,
.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__billing-fields {
  display: none !important;
}

.cart-collaterals .vc-cart-supplies--cart {
  width: 100%;
  margin: 0 0 24px;
  clear: both;
  float: none;
}

@media (min-width: 768px) {
  .site-header > .col-full {
    position: static;
  }

  .site-header .site-search {
    display: none;
  }

  .site-header.vc-mobile-search-open .site-search {
    position: absolute;
    z-index: 120;
    top: calc(100% + 8px);
    right: max(24px, calc((100vw - 1192px) / 2 + 180px));
    display: block;
    width: min(360px, calc(100vw - 48px));
    margin: 0;
    padding: 10px;
    border: 1px solid #c9d5db;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(7, 18, 24, 0.16);
  }

  .site-header-cart > li:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .site-header-cart .vc-mobile-search-toggle {
    display: grid;
    flex: 0 0 44px;
    margin: 0 6px 0 0;
  }
}

@media (max-width: 767px) {
  .vc-hero--video::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.56) 35%, rgba(0, 0, 0, 0.86) 64%, #000 94%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.08) 100%);
  }

  .vc-hero--video > .vc-hero-video video {
    filter: saturate(0.94) contrast(1.03) brightness(0.86);
  }

  .home .vc-section:has(.woocommerce ul.products) {
    padding-right: 0;
    padding-left: 0;
  }

  .home .vc-section:has(.woocommerce ul.products) .vc-section__inner {
    max-width: none;
  }

  .home .vc-section:has(.woocommerce ul.products) .vc-section__head {
    padding-right: 18px;
    padding-left: 18px;
  }

  .home .vc-section .woocommerce ul.products {
    display: flex !important;
    overflow-x: auto;
    margin: 0;
    padding: 0 12px 10px;
    grid-template-columns: none;
    gap: 12px;
    scroll-padding: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .home .vc-section .woocommerce ul.products::-webkit-scrollbar {
    display: none;
  }

  .home .vc-section .woocommerce ul.products li.product {
    width: auto !important;
    min-width: 0;
    flex: 0 0 calc(100vw - 24px);
    padding: 0 0 6px;
    scroll-snap-align: start;
  }

  .home .vc-section .woocommerce ul.products li.product img {
    margin-bottom: 12px;
    padding: 0;
  }

  .home .vc-section .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.08rem;
  }

  .home .vc-section .woocommerce ul.products li.product .button {
    min-height: 46px;
  }

  .vc-cart-supplies--cart {
    margin-bottom: 18px;
    padding: 16px;
  }

  .vc-cart-supplies--cart .vc-cart-supplies__item {
    padding: 9px;
  }

  .woocommerce-checkout:not(.woocommerce-order-received) .vc-footer__top,
  .woocommerce-checkout:not(.woocommerce-order-received) .vc-footer__directory {
    display: none;
  }

  .woocommerce-checkout:not(.woocommerce-order-received) .site-footer {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    min-height: 56px;
    font-size: 0.91rem;
    font-weight: 760;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .vc-interac-payment {
    margin: 12px 0 24px;
    border-radius: 6px;
  }

  .vc-interac-payment__header {
    padding: 19px 17px 18px;
  }

  .vc-interac-payment__header h1 {
    font-size: clamp(1.35rem, 6.5vw, 1.7rem);
    letter-spacing: -0.025em;
    white-space: nowrap;
  }

  .vc-interac-payment__header p {
    margin-top: 10px;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .vc-interac-payment__details {
    padding: 4px 15px 0;
  }

  .vc-interac-payment__row {
    min-height: 68px;
    padding: 10px 0;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .vc-interac-payment__step {
    width: 27px;
    height: 27px;
  }

  .vc-interac-payment__value strong {
    font-size: 0.98rem;
  }

  .vc-interac-payment__row button {
    min-width: 66px;
    padding: 8px;
  }

  .vc-interac-payment__actions {
    padding: 15px 15px 9px;
    flex-direction: column;
    gap: 8px;
  }

  .vc-interac-payment__banks {
    margin: 0 15px 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .vc-interac-payment__banks a {
    min-height: 36px;
  }

  .vc-interac-payment__status {
    padding: 0 15px 14px;
  }

  .vc-interac-order-received .wc-block-order-confirmation-totals-wrapper,
  .vc-interac-order-received .wc-block-order-confirmation-address-wrapper {
    margin-top: 20px;
  }

  .vc-interac-order-received .wc-block-order-confirmation-totals-wrapper h2,
  .vc-interac-order-received .wc-block-order-confirmation-address-wrapper h2 {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }

  .vc-interac-order-received .wc-block-order-confirmation-totals__table th,
  .vc-interac-order-received .wc-block-order-confirmation-totals__table td {
    padding: 10px 8px;
  }
}
