:root {
  --vqw-primary: #68b2e3;
  --vqw-primary-strong: #2b8fc7;
  --vqw-primary-soft: rgba(104, 178, 227, 0.10);
  --vqw-danger: #e43f5a;
  --vqw-ink: #32373c;
  --vqw-ink-2: #32373c;
  --vqw-muted: #667085;
  --vqw-muted-2: #98a2b3;
  --vqw-line: rgba(17, 24, 39, 0.09);
  --vqw-line-strong: rgba(17, 24, 39, 0.15);
  --vqw-surface: #ffffff;
  --vqw-soft: #fafcfd;
  --vqw-soft-2: #fafcfd;
  --vqw-footer: #111827;
  --vqw-radius: 7px;
  --vqw-radius-lg: 10px;
  --vqw-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  --vqw-container: 1180px;
  --vqw-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--vqw-ink);
  background: #fff;
  font-family: var(--vqw-font);
  font-size: 15.5px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--vqw-primary-strong); }
p { margin: 0 0 0.9rem; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.85rem; color: var(--vqw-ink-2); line-height: 1.14; letter-spacing: -0.028em; }
h1 { font-size: clamp(2rem, 4.4vw, 3.8rem); }
h2 { font-size: clamp(1.55rem, 2.6vw, 2.35rem); }
h3 { font-size: 1.05rem; letter-spacing: -0.015em; }
ul, ol { margin-top: 0; }
button, input, textarea, select { font: inherit; }

.vqw-container { width: min(100% - 36px, var(--vqw-container)); margin-inline: auto; }
.vqw-page { min-height: 100vh; display: flex; flex-direction: column; }
.vqw-site-main { flex: 1 0 auto; }
.home .vqw-site-main--home {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.home .vqw-site-main--home .vqw-hero,
.home .vqw-site-main--home .vqw-section {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.home .vqw-hero::before,
.home .vqw-section--soft::before,
.home .vqw-section--qf::before {
  display: none;
}
.vqw-skip-link, .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.vqw-skip-link:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  left: 14px;
  top: 14px;
  width: auto;
  z-index: 100000;
  background: #fff;
  color: var(--vqw-ink);
  padding: 9px 12px;
  border: 1px solid var(--vqw-line);
  border-radius: var(--vqw-radius);
}

/* Header */
.vqw-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--vqw-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}
.admin-bar .vqw-site-header { top: 32px; }
.vqw-header-inner { min-height: 74px; display: flex; align-items: center; gap: 18px; }
.vqw-brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.vqw-brand__mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--vqw-radius);
  background: #fff;
  border: 1px solid rgba(104, 178, 227, 0.32);
  color: var(--vqw-primary-strong);
  font-weight: 900;
  font-size: 1rem;
}
.vqw-brand__text { color: var(--vqw-ink); font-weight: 850; letter-spacing: -0.045em; font-size: 1rem; }
.vqw-brand--has-logo { line-height: 0; }
.vqw-brand img,
.vqw-brand .custom-logo,
.vqw-brand__logo {
  display: block;
  height: var(--vqw-logo-height, 48px) !important;
  max-height: var(--vqw-logo-height, 48px) !important;
  width: auto !important;
  max-width: none !important;
}
.vqw-primary-nav { margin-left: auto; }
.vqw-menu { list-style: none; display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; }
.vqw-menu a { color: var(--vqw-ink); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.045em; text-transform: uppercase; }
.vqw-menu a:hover, .vqw-menu .current-menu-item > a, .vqw-menu .current_page_item > a { color: var(--vqw-primary-strong); }
.vqw-header-actions { display: flex; align-items: center; gap: 8px; }
.vqw-icon-link {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  color: var(--vqw-ink);
  border-radius: var(--vqw-radius);
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: #fff;
  cursor: pointer;
}
.vqw-icon-link:hover { color: var(--vqw-primary-strong); border-color: rgba(104, 178, 227, 0.48); }
.vqw-cart-count {
  position: absolute;
  right: -5px;
  top: -6px;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--vqw-danger);
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
}
.vqw-menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  margin-left: auto;
  border: 1px solid rgba(104, 178, 227, 0.32);
  border-radius: var(--vqw-radius);
  background: #fff;
  color: var(--vqw-primary-strong);
  cursor: pointer;
}
.vqw-menu-toggle span:not(.screen-reader-text) { display: block; width: 17px; height: 2px; margin: 4px auto; border-radius: 4px; background: currentColor; }

/* Buttons */
.vqw-button {
  --button-bg: var(--vqw-primary);
  --button-color: #fff;
  --button-border: var(--vqw-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 15px;
  border-radius: var(--vqw-radius);
  border: 1px solid var(--button-border);
  background: var(--button-bg);
  color: var(--button-color) !important;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
.vqw-button:hover { --button-bg: var(--vqw-primary-strong); --button-border: var(--vqw-primary-strong); }
.vqw-button--ghost { --button-bg: #fff; --button-color: var(--vqw-ink); --button-border: rgba(15,23,42,.14); }
.vqw-button--ghost:hover { --button-bg: #fff; --button-color: var(--vqw-primary-strong); --button-border: rgba(104,178,227,.55); }
.vqw-button--light { --button-bg: #fff; --button-color: var(--vqw-ink); --button-border: rgba(15,23,42,.13); }
.vqw-button--footer { min-height: 36px; padding: 0 12px; margin-top: 6px; --button-bg: var(--vqw-primary); --button-border: var(--vqw-primary); }
.vqw-button--small { min-height: 36px; padding: 0 12px; font-size: .76rem; }
.vqw-button--header { min-height: 36px; padding-inline: 12px; }

/* Login modal */
.vqw-login-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}
.vqw-login-modal.is-open { display: block; }
body.vqw-login-modal-open { overflow: hidden; }
.vqw-login-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}
.vqw-login-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(420px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid var(--vqw-line);
  border-radius: var(--vqw-radius-lg);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
  padding: 22px;
}
.vqw-login-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--vqw-line);
  border-radius: var(--vqw-radius);
  background: #fff;
  color: var(--vqw-muted);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.vqw-login-modal__close:hover { color: var(--vqw-ink); border-color: var(--vqw-line-strong); }
.vqw-login-modal__brand {
  display: flex;
  align-items: center;
  min-height: 34px;
  margin: 0 42px 22px 0;
}
.vqw-login-modal__logo {
  display: block !important;
  width: auto !important;
  height: 30px !important;
  max-width: 170px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}
.vqw-login-modal__brand-text {
  color: var(--vqw-primary-strong);
  font-size: .86rem;
  font-weight: 850;
  letter-spacing: .02em;
}
.vqw-login-modal h2 { padding-right: 36px; font-size: 1.45rem; font-weight: 850; }

.vqw-login-modal__notice { display: none; margin: 10px 0 14px; padding: 10px 12px; border: 1px solid rgba(228, 63, 90, .28); border-radius: 10px; background: #fff5f6; color: #b4233d; font-size: .84rem; font-weight: 700; line-height: 1.35; }
.vqw-login-modal__notice.is-visible { display: block; }
.vqw-login-modal form.login.is-loading button.button,
.vqw-login-modal form.login.is-loading input.button,
.vqw-login-modal .woocommerce-form-login.is-loading button.button,
.vqw-login-modal .woocommerce-form-login.is-loading input.button { opacity: .72; cursor: wait; }

.vqw-login-modal form.login,
.vqw-login-modal .woocommerce-form-login {
  display: block !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.vqw-login-modal .form-row { margin-bottom: 12px !important; }
.vqw-login-modal label { display: block; margin-bottom: 5px; color: var(--vqw-ink); font-size: .86rem; font-weight: 750; }
.vqw-login-modal input.input-text,
.vqw-login-modal input[type="text"],
.vqw-login-modal input[type="password"] {
  width: 100%;
  min-height: 42px;
  border: 1px solid #e6eaf0;
  border-radius: var(--vqw-radius);
  background: #fff;
  padding: 9px 11px;
}
.vqw-login-modal .woocommerce-form-login__rememberme { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: var(--vqw-muted); }
.vqw-login-modal button.button,
.vqw-login-modal input.button {
  width: 100%;
  min-height: 42px;
  border-radius: var(--vqw-radius) !important;
  background: var(--vqw-primary) !important;
  border: 1px solid var(--vqw-primary) !important;
  color: #fff !important;
  font-weight: 850 !important;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.vqw-login-modal button.button:hover,
.vqw-login-modal input.button:hover { background: var(--vqw-primary-strong) !important; border-color: var(--vqw-primary-strong) !important; }
.vqw-login-modal .woocommerce-LostPassword { display: none; }
.vqw-login-modal__lost { display: inline-block; margin-top: 12px; color: var(--vqw-primary-strong); font-size: .9rem; font-weight: 750; }


/* Product pages can load WooCommerce form/image rules after the theme; keep the login modal isolated. */
body .vqw-login-modal .vqw-login-modal__panel {
  width: min(430px, calc(100vw - 32px)) !important;
  padding: 22px !important;
}
body .vqw-login-modal .vqw-login-modal__brand {
  margin-bottom: 22px !important;
}
body.woocommerce .vqw-login-modal img.vqw-login-modal__logo,
body.woocommerce-page .vqw-login-modal img.vqw-login-modal__logo,
body .vqw-login-modal img.vqw-login-modal__logo {
  display: block !important;
  width: auto !important;
  height: 30px !important;
  max-width: 170px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}
body .vqw-login-modal form.login .form-row,
body .vqw-login-modal .woocommerce-form-login .form-row,
body .vqw-login-modal form.login .form-row-first,
body .vqw-login-modal form.login .form-row-last,
body .vqw-login-modal .woocommerce-form-login .form-row-first,
body .vqw-login-modal .woocommerce-form-login .form-row-last {
  float: none !important;
  clear: both !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}
body .vqw-login-modal .password-input {
  display: block !important;
  width: 100% !important;
}
body .vqw-login-modal .show-password-input {
  top: 50% !important;
  right: 12px !important;
  transform: translateY(-50%) !important;
}
body .vqw-login-modal input.input-text,
body .vqw-login-modal input[type="text"],
body .vqw-login-modal input[type="email"],
body .vqw-login-modal input[type="password"] {
  border: 1px solid #e6eaf0 !important;
}
body .vqw-login-modal form.login::after,
body .vqw-login-modal .woocommerce-form-login::after {
  content: "";
  display: table;
  clear: both;
}

/* Hero */
.vqw-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(46px, 7vw, 78px) 0 clamp(44px, 6vw, 72px);
  background: var(--vqw-soft);
}
.vqw-hero::before,
.vqw-section--soft::before,
.vqw-section--qf::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, .08) 1px, transparent 1px);
  background-size: 32px 32px;
}
.vqw-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .85fr); gap: clamp(28px, 5vw, 58px); align-items: center; }
.vqw-hero__kicker, .vqw-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  margin: 0 0 12px;
  border-radius: 6px;
  border: 1px solid rgba(104, 178, 227, 0.28);
  background: #fff;
  color: var(--vqw-primary-strong);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.vqw-hero h1 { max-width: 680px; margin-bottom: 14px; font-weight: 900; color: #32373c; }
.vqw-hero__text { max-width: 610px; color: #505b68; font-size: clamp(.98rem, 1.3vw, 1.12rem); line-height: 1.62; }
.vqw-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.vqw-hero__mini { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.vqw-hero__mini span { display: inline-flex; align-items: center; min-height: 28px; padding: 0 9px; border: 1px solid rgba(15, 23, 42, .08); border-radius: 6px; color: var(--vqw-muted); background: #fff; font-size: .82rem; font-weight: 650; }
.vqw-hero__visual { display: flex; justify-content: center; align-items: center; }
.vqw-hero-product-card {
  width: min(390px, 100%);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.vqw-hero__image { display: block; width: 100%; max-height: 520px; object-fit: contain; border: 0; border-radius: 0; box-shadow: none; background: transparent; }

/* Dashboard visual */
.vqw-dashboard-card, .vqw-qf-panel {
  width: min(100%, 420px);
  border: 1px solid var(--vqw-line);
  border-radius: var(--vqw-radius-lg);
  background: #fff;
  box-shadow: var(--vqw-shadow);
  padding: 16px;
}
.vqw-dashboard-card__top, .vqw-qf-panel__header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--vqw-line); }
.vqw-qf-logo { color: var(--vqw-primary); font-family: "Avenir Black", "Avenir Next", Avenir, var(--vqw-font); font-size: 1.25rem; font-weight: 900; letter-spacing: -.08em; }
.vqw-plan-badge { display: inline-flex; align-items: center; height: 21px; padding: 0 7px; border-radius: 5px; background: #079735; color: #fff; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.vqw-dashboard-card__body { padding-top: 14px; }
.vqw-metric { padding: 13px; border: 1px solid var(--vqw-line); border-radius: var(--vqw-radius); background: #fff; }
.vqw-metric span, .vqw-dashboard-grid small { display: block; color: var(--vqw-muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .055em; }
.vqw-metric strong { display: block; margin-top: 3px; color: var(--vqw-ink); font-size: 1.08rem; }
.vqw-chart-preview { position: relative; height: 118px; display: flex; align-items: end; gap: 10px; padding: 16px 4px 0; margin-bottom: 18px; }
.vqw-chart-preview span { flex: 1; border-radius: 6px 6px 0 0; background: rgba(104,178,227,.42); }

.vqw-dashboard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding-top: 16px; border-top: 1px solid rgba(15, 23, 42, .07); }
.vqw-dashboard-grid div { padding: 10px; border-radius: var(--vqw-radius); background: var(--vqw-soft); border: 1px solid var(--vqw-line); }
.vqw-dashboard-grid strong { display: block; margin-top: 2px; font-size: 1rem; }

/* Sections */
.vqw-section { position: relative; padding: clamp(46px, 7vw, 70px) 0; }
.vqw-section--soft { overflow: hidden; background: var(--vqw-soft); }
.vqw-section--soft > .vqw-container, .vqw-section--qf > .vqw-container { position: relative; z-index: 1; }
.vqw-section-head { max-width: 780px; margin-bottom: 26px; }
.vqw-section-head h2 { font-weight: 850; }
.vqw-section-head p:not(.vqw-eyebrow) { color: var(--vqw-muted); font-size: .98rem; line-height: 1.62; }
.vqw-card-grid { display: grid; gap: 14px; }
.vqw-card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vqw-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vqw-info-card, .vqw-feature-card, .vqw-result-item, .vqw-empty-card, .vqw-post-card, .vqw-page-article, .vqw-comments, .vqw-widget {
  background: #fff;
  border: 1px solid var(--vqw-line);
  border-radius: var(--vqw-radius);
}
.vqw-info-card { padding: 20px; }
.vqw-info-card__number, .vqw-feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--vqw-radius);
  border: 1px solid rgba(104,178,227,.28);
  color: var(--vqw-primary-strong);
  background: var(--vqw-primary-soft);
  font-weight: 850;
}
.vqw-info-card h3, .vqw-feature-card h3 { margin-top: 15px; margin-bottom: 7px; font-weight: 800; }
.vqw-info-card p, .vqw-feature-card p { color: var(--vqw-muted); margin-bottom: 0; }
.vqw-feature-card { padding: 18px; }

/* QuestFlow block */
.vqw-section--qf { overflow: hidden; background: #fff; }
.vqw-qf-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .78fr); gap: clamp(26px, 5vw, 56px); align-items: center; }
.vqw-qf-panel, .vqw-qf-grid > .vqw-dashboard-card { margin-left: auto; }
.vqw-qf-panel__list { display: grid; gap: 8px; padding-top: 14px; }
.vqw-qf-panel__list div { padding: 12px; border: 1px solid var(--vqw-line); border-radius: var(--vqw-radius); background: var(--vqw-soft); }
.vqw-qf-panel__list strong { display: block; margin-bottom: 1px; color: var(--vqw-ink); }
.vqw-qf-panel__list span { color: var(--vqw-muted); font-size: .88rem; }

/* Payment */
.vqw-section--payment { padding: 28px 0; background: var(--vqw-soft); }
.vqw-payment-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 22px;
  border-radius: var(--vqw-radius-lg);
  border: 1px solid var(--vqw-line);
  background: #fff;
  color: var(--vqw-ink);
}
.vqw-payment-card h2 { color: var(--vqw-ink); }
.vqw-payment-card p { color: var(--vqw-muted); margin-bottom: 0; max-width: 720px; }

/* Products */
.vqw-products-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vqw-product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--vqw-line);
  border-radius: var(--vqw-radius);
  transition: border-color .16s ease;
}
.vqw-product-card:hover { border-color: rgba(104,178,227,.42); }
.vqw-product-card__media { position: relative; display: block; background: #fff; padding: 16px; aspect-ratio: 4 / 4.6; overflow: hidden; border-radius: 12px 12px 0 0; }
.vqw-product-card__image-wrap { position: relative; display: block; width: 100%; height: 100%; }
.vqw-product-card__image, .vqw-product-card__media img { width: 100%; height: 100%; object-fit: contain; }
.vqw-product-card__content { padding: 16px; }
.vqw-product-card h3 { min-height: 38px; margin-bottom: 8px; font-size: 17px; font-weight: 500; line-height: 1.25; }
.vqw-product-card h3 a { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: inherit; }
.vqw-product-card__price { color: var(--vqw-ink); font-size: 1.15rem; font-weight: 850; letter-spacing: -.025em; }
.vqw-product-card__price del { color: var(--vqw-muted-2); font-size: .92rem; font-weight: 500; }
.vqw-product-card__price ins { text-decoration: none; }
.vqw-installments { margin: 3px 0 12px; color: #2f8f5b; font-size: .84rem; }
.vqw-product-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.vqw-product-card__details { color: var(--vqw-muted); font-size: .82rem; font-weight: 800; }
.vqw-empty-card { padding: 22px; }
.vqw-empty-card h1, .vqw-empty-card h3 { margin-bottom: 7px; }
.vqw-empty-card p { color: var(--vqw-muted); }

/* Results and FAQ */
.vqw-results-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vqw-result-item { display: flex; gap: 11px; padding: 16px; }
.vqw-result-item > span { width: 25px; height: 25px; flex: 0 0 25px; display: inline-grid; place-items: center; border-radius: 6px; background: var(--vqw-primary-soft); color: var(--vqw-primary-strong); font-weight: 850; }
.vqw-result-item h3 { margin-bottom: 2px; font-size: .98rem; font-weight: 850; }
.vqw-result-item p { margin: 0; color: var(--vqw-muted); font-size: .9rem; }
.vqw-faq-wrap { max-width: 900px; }
.vqw-faq-list { display: grid; gap: 10px; }
.vqw-faq { border: 1px solid var(--vqw-line); border-radius: var(--vqw-radius); background: #fff; overflow: hidden; }
.vqw-faq summary { cursor: pointer; padding: 15px 17px; color: var(--vqw-ink); font-weight: 800; list-style: none; }
.vqw-faq summary::-webkit-details-marker { display: none; }
.vqw-faq summary::after { content: "+"; float: right; color: var(--vqw-primary-strong); font-weight: 900; }
.vqw-faq[open] summary::after { content: "−"; }
.vqw-faq > div { padding: 0 17px 15px; color: var(--vqw-muted); }
.vqw-faq > div p:last-child { margin-bottom: 0; }

/* Pages and posts */
.vqw-content-shell, .vqw-loop-shell, .vqw-wc-shell { padding: clamp(38px, 6vw, 62px) 0; }
.vqw-content-shell--woo-flow { padding: 24px 0 44px; }
.vqw-page-article, .vqw-comments { max-width: 880px; margin: 0 auto; padding: clamp(20px, 3vw, 34px); }
.vqw-commerce-page { max-width: none; margin: 0; padding: 0; background: transparent; border: 0; border-radius: 0; }
.vqw-commerce-page .vqw-entry-content a { color: inherit; text-decoration: none; }
.woocommerce-checkout .vqw-content-shell--woo-flow { width: min(100% - 24px, 1280px); padding-top: 18px; }
.vqw-page--checkout-boost { display: block; min-height: auto; }
.vqw-site-main--checkout-boost { width: 100%; min-height: 100vh; background: #fff; }
.vqw-checkout-boost-shell { width: 100%; max-width: none; margin: 0; padding: 0; }
.vqw-checkout-boost-page { width: 100%; max-width: none; margin: 0; padding: 0; background: transparent; border: 0; border-radius: 0; }
.vqw-checkout-boost-page .vqw-entry-content { width: 100%; max-width: none; margin: 0; padding: 0; }
body.vqw-checkout-boost-active .vqw-site-footer,
body.vqw-checkout-boost-active .vqw-site-header { display: none !important; }
body.vqw-checkout-boost-active .vqw-entry-content a { color: inherit; text-decoration: none; }
.vqw-page-header { margin-bottom: 22px; }
.vqw-page-header h1 { font-size: clamp(1.8rem, 3.4vw, 3rem); font-weight: 900; }
.vqw-entry-content { color: var(--vqw-ink); }
.vqw-entry-content > *:first-child { margin-top: 0; }
.vqw-entry-content a { color: var(--vqw-primary-strong); text-decoration: underline; text-underline-offset: 3px; }
.vqw-entry-content img { border-radius: var(--vqw-radius); }
.vqw-single-image { margin-bottom: 22px; }
.vqw-single-image img { width: 100%; border-radius: var(--vqw-radius-lg); }
.vqw-post-meta { color: var(--vqw-muted); font-size: .84rem; font-weight: 700; }
.vqw-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vqw-post-card { overflow: hidden; }
.vqw-post-card__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--vqw-soft); }
.vqw-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.vqw-post-card__body { padding: 18px; }
.vqw-post-card h2 { font-size: 1.1rem; }
.vqw-post-card__excerpt { color: var(--vqw-muted); }
.nav-links { display: flex; justify-content: space-between; gap: 14px; margin-top: 22px; }
.nav-links a { color: var(--vqw-primary-strong); font-weight: 800; }
.vqw-search-form { display: flex; gap: 9px; max-width: 520px; margin-top: 16px; }
.vqw-search-form label { flex: 1; }
.vqw-search-form__field { width: 100%; min-height: 42px; border-radius: var(--vqw-radius); border: 1px solid var(--vqw-line-strong); padding: 0 12px; }
.vqw-search-form__submit { min-height: 42px; border: 1px solid var(--vqw-primary); border-radius: var(--vqw-radius); background: var(--vqw-primary); color: #fff; font-weight: 800; padding: 0 14px; cursor: pointer; }

/* Footer */
.vqw-site-footer { margin-top: auto; background: var(--vqw-footer); color: #cbd5e1; }
.vqw-footer-main { padding: 46px 0 34px; background: var(--vqw-footer); }
.vqw-footer-grid { display: grid; grid-template-columns: 1.25fr .95fr 1fr 1fr; gap: 30px; }
.vqw-footer-column h2 { color: #fff; font-size: .92rem; letter-spacing: .025em; text-transform: uppercase; margin-bottom: 12px; }
.vqw-footer-column p { color: #94a3b8; font-size: .9rem; }
.vqw-footer-column .vqw-brand { margin-bottom: 16px; }
.vqw-brand--footer img, .vqw-brand--footer .custom-logo, .vqw-brand--footer .vqw-brand__logo { height: var(--vqw-logo-height, 42px) !important; max-height: var(--vqw-logo-height, 42px) !important; width: auto !important; max-width: 220px !important; object-fit: contain; }
.vqw-footer-column .vqw-brand__text { color: #fff; }
.vqw-footer-label { margin: 0 0 2px !important; color: #fff !important; font-size: .72rem !important; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.vqw-footer-social { display: flex; flex-wrap: wrap; gap: 8px; }
.vqw-footer-social a, .vqw-footer-menu a { color: #94a3b8; }
.vqw-footer-social a:hover, .vqw-footer-menu a:hover { color: #fff; }
.vqw-footer-menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.vqw-footer-column--telegram .vqw-button--footer { width: fit-content; }
.vqw-footer-seals { display: grid; gap: 10px; max-width: 230px; }
.vqw-footer-seal { display: inline-flex; width: fit-content; max-width: 100%; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.vqw-footer-seal img { display: block; max-width: 168px; width: auto; height: auto; max-height: 48px; object-fit: contain; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.vqw-footer-seal--text { color: #cbd5e1; font-size: .78rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.vqw-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; }
.vqw-footer-bottom__inner { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.vqw-footer-bottom p { margin: 0; color: #94a3b8; font-size: .78rem; }

/* WooCommerce compatibility */
.woocommerce .vqw-wc-shell, .vqw-wc-shell { max-width: min(100% - 36px, var(--vqw-container)); }
.woocommerce .woocommerce-breadcrumb { display: none !important; }
.woocommerce-products-header__title.page-title, .woocommerce div.product .product_title { font-weight: 900; letter-spacing: -.04em; color: var(--vqw-ink); }
.woocommerce div.product .product_title { font-size: 45px; line-height: 1.06; margin-bottom: 8px; }
.vqw-single-product-subtitle { margin: -2px 0 14px; color: var(--vqw-muted); font-size: 1rem; font-weight: 760; line-height: 1.35; letter-spacing: .02em; text-transform: uppercase; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; border: 1px solid var(--vqw-line); border-radius: var(--vqw-radius); background: #fff; overflow: hidden; padding: 0 0 16px; }
.woocommerce ul.products li.product a img { width: 100%; margin: 0; padding: 16px; aspect-ratio: 4 / 4.6; object-fit: contain; background: #fafcfd; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 16px; margin-top: 14px; color: var(--vqw-ink); font-size: .9rem; font-weight: 760; line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.5em; }
.woocommerce ul.products li.product .price { display: block; padding: 0 16px; color: var(--vqw-ink) !important; font-size: 1.1rem; font-weight: 850; }
.woocommerce ul.products li.product .button { margin: 10px 16px 0; border-radius: var(--vqw-radius); background: #e43f5a; border: 1px solid #e43f5a; color: #fff; font-size: .76rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; padding: 11px 13px; }
.woocommerce ul.products li.product .button:hover { background: #d93652; border-color: #d93652; color: #fff; }
.woocommerce div.product, .woocommerce ul.products li.product { position: relative; }
.vqw-product-flag, .woocommerce span.onsale.vqw-product-flag, .woocommerce .vqw-product-flag { display: inline-flex; align-items: center; justify-content: center; min-height: auto; min-width: auto; border-radius: 7px; padding: 6px 8px; line-height: 1; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; box-shadow: none; }
.woocommerce div.product span.onsale.vqw-product-flag, .woocommerce div.product .vqw-product-flag, .woocommerce ul.products li.product .vqw-product-flag, .vqw-product-card__media .vqw-product-flag { position: absolute; top: 18px !important; left: 18px !important; right: auto !important; bottom: auto !important; z-index: 8; margin: 0 !important; }
.vqw-product-flag--sale, .woocommerce .vqw-product-flag--sale, .woocommerce span.onsale.vqw-product-flag--sale, .woocommerce div.product span.onsale.vqw-product-flag--sale, .vqw-product-card__image-wrap .vqw-product-flag--sale { background: #e53935 !important; background-color: #e53935 !important; color: #fff !important; }
.vqw-product-flag--updated, .woocommerce .vqw-product-flag--updated, .woocommerce div.product .vqw-product-flag--updated, .vqw-product-card__image-wrap .vqw-product-flag--updated { background: #d48d29 !important; background-color: #d48d29 !important; color: #fff !important; }
.woocommerce span.onsale:not(.vqw-product-flag--updated), .woocommerce div.product span.onsale:not(.vqw-product-flag--updated) { background: #e53935 !important; background-color: #e53935 !important; color: #fff !important; }
.vqw-product-card__image-wrap .vqw-product-flag { top: 24px !important; left: 34px !important; }
.woocommerce div.product { background: #fff; }
@media (min-width: 992px) {
  .woocommerce div.product div.images.woocommerce-product-gallery,
  .woocommerce-page div.product div.images.woocommerce-product-gallery {
    width: 38% !important;
    max-width: 480px;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: calc(62% - 28px) !important;
  }
}
.woocommerce div.product div.images img { border-radius: var(--vqw-radius-lg); border: 1px solid var(--vqw-line); background: #fff; }
.woocommerce div.product .summary { padding: 6px 0 0; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--vqw-ink); font-size: 1.55rem; font-weight: 850; margin-bottom: 6px; }
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del { font-weight: 400 !important; color: var(--vqw-muted); opacity: .75; }
.woocommerce div.product p.price del .amount,
.woocommerce div.product span.price del .amount,
.woocommerce ul.products li.product .price del .amount { font-weight: 400 !important; }
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins { font-weight: 850 !important; color: var(--vqw-ink); text-decoration: none; }
.woocommerce div.product p.price ins .amount,
.woocommerce div.product span.price ins .amount,
.woocommerce ul.products li.product .price ins .amount { font-weight: 850 !important; }
.qf-wc-installments--single { border: 0 !important; background: transparent !important; padding: 0 !important; box-shadow: none !important; }
.woocommerce div.product .woocommerce-product-gallery__trigger { display: none !important; }
.vqw-installments { color: #2f8f5b; font-size: .82rem; font-weight: 500; line-height: 1.28; }
.vqw-installments strong { font-weight: 750; }
.vqw-installments--single, .qf-wc-installments--single { display: block; margin: 0 0 18px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: .86rem; }
.vqw-product-benefits, .woocommerce-product-details__short-description .features-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 10px; margin: 30px 0 24px; width: 100%; list-style: none; padding: 0; }
.vqw-product-benefit, .woocommerce-product-details__short-description .features-list > li { min-height: 44px; display: flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid rgba(17, 24, 39, 0.12); border-radius: 14px; background: #fff; color: #32373c; overflow: hidden; box-sizing: border-box; margin: 0; }
.vqw-product-benefit__icon { width: 28px !important; min-width: 28px !important; max-width: 28px !important; height: 28px !important; min-height: 28px !important; max-height: 28px !important; flex: 0 0 28px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; border-radius: 10px; background: #e8f5fd; color: var(--vqw-primary-strong); line-height: 1 !important; overflow: hidden; box-sizing: border-box; }
.vqw-product-benefit__icon > svg.vqw-product-benefit__svg { width: 14px !important; min-width: 14px !important; max-width: 14px !important; height: 14px !important; min-height: 14px !important; max-height: 14px !important; display: block !important; flex: 0 0 14px !important; fill: none !important; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; box-sizing: border-box; }
.vqw-product-benefit__text, .woocommerce-product-details__short-description .features-list > li { color: #32373c; font-size: 13px; font-weight: 500; line-height: 1.2; letter-spacing: -0.01em; }
.woocommerce-product-details__short-description .features-list > li svg { width: 14px !important; height: 14px !important; min-width: 14px !important; min-height: 14px !important; max-width: 14px !important; max-height: 14px !important; }
.vqw-product-bonus-wrap { margin: 28px 0 18px; }
.vqw-product-bonus__title { margin: 0 0 10px; padding: 0; color: #32373c; font-size: 15px; font-weight: 800; line-height: 1.2; letter-spacing: -0.01em; }
.vqw-product-bonus { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.vqw-product-bonus__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.vqw-product-bonus__list li { position: relative; margin: 0; padding: 10px 12px 10px 42px; border: 1px solid rgba(17, 24, 39, .10); border-radius: 13px; background: #fff; color: #32373c; font-size: 14px; font-weight: 500; line-height: 1.35; }
.vqw-product-bonus__list li::before { content: '\2713'; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: #eaf7ff; color: #126896; font-size: 12px; font-weight: 900; line-height: 1; }
.vqw-product-sample-wrap { margin: 18px 0 18px; }
.vqw-product-sample-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 0 15px; border: 1px solid rgba(104, 178, 227, .48); border-radius: var(--vqw-radius); background: #fff; color: var(--vqw-primary-strong) !important; font-size: .79rem; font-weight: 850; letter-spacing: .035em; line-height: 1; text-transform: uppercase; text-decoration: none !important; box-shadow: none; transition: background-color .16s ease, border-color .16s ease, color .16s ease; }
.vqw-product-sample-button:hover { background: var(--vqw-primary-soft); border-color: var(--vqw-primary); color: var(--vqw-primary-strong) !important; }
.vqw-product-sample-button__icon { display: inline-flex; align-items: center; justify-content: center; width: 24px; min-width: 24px; height: 24px; border-radius: 8px; background: #e8f5fd; color: var(--vqw-primary-strong); line-height: 1; }
.vqw-product-sample-button__svg { display: block; width: 15px; height: 15px; }
.woocommerce ul.products li.product .vqw-installments--loop { padding: 0 16px; margin: 3px 0 0; color: #2f8f5b; font-size: .74rem; }
.woocommerce div.product form.cart { margin-top: 18px; padding-top: 0; border: 0; }
.woocommerce div.product form.cart .button,
body:not(.woocommerce-checkout) .woocommerce a.button,
body:not(.woocommerce-checkout) .woocommerce button.button,
body:not(.woocommerce-checkout) .woocommerce input.button,
body:not(.woocommerce-checkout) .woocommerce #respond input#submit {
  border-radius: var(--vqw-radius);
  background: var(--vqw-primary);
  border: 1px solid var(--vqw-primary);
  color: #fff;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1;
  padding: 13px 16px;
}
.woocommerce div.product form.cart .button:hover,
body:not(.woocommerce-checkout) .woocommerce a.button:hover,
body:not(.woocommerce-checkout) .woocommerce button.button:hover,
body:not(.woocommerce-checkout) .woocommerce input.button:hover,
body:not(.woocommerce-checkout) .woocommerce #respond input#submit:hover { background: var(--vqw-primary-strong); border-color: var(--vqw-primary-strong); color: #fff; }

/* Produto v1.0.89: botão de compra padronizado, inclusive com esteira de produtos */
.vqw-product-card__actions .vqw-button--primary,
.woocommerce ul.products li.product .button,
.single-product .woocommerce div.product form.cart button[type="submit"],
.single-product .woocommerce div.product form.cart .button,
.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
.single-product .woocommerce div.product .summary .single_add_to_cart_button,
.single-product .woocommerce div.product .summary .add_to_cart_button,
.single-product .woocommerce div.product .summary [class*="esteira"] button,
.single-product .woocommerce div.product .summary [class*="esteira"] .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 1px solid #e43f5a !important;
  border-radius: var(--vqw-radius) !important;
  background: #e43f5a !important;
  background-color: #e43f5a !important;
  color: #fff !important;
  font-size: .8rem !important;
  font-weight: 850 !important;
  letter-spacing: .035em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.vqw-product-card__actions .vqw-button--primary:hover,
.vqw-product-card__actions .vqw-button--primary:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.single-product .woocommerce div.product form.cart button[type="submit"]:hover,
.single-product .woocommerce div.product form.cart button[type="submit"]:focus,
.single-product .woocommerce div.product form.cart .button:hover,
.single-product .woocommerce div.product form.cart .button:focus,
.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover,
.single-product .woocommerce div.product form.cart .single_add_to_cart_button:focus,
.single-product .woocommerce div.product .summary .single_add_to_cart_button:hover,
.single-product .woocommerce div.product .summary .single_add_to_cart_button:focus,
.single-product .woocommerce div.product .summary .add_to_cart_button:hover,
.single-product .woocommerce div.product .summary .add_to_cart_button:focus,
.single-product .woocommerce div.product .summary [class*="esteira"] button:hover,
.single-product .woocommerce div.product .summary [class*="esteira"] button:focus,
.single-product .woocommerce div.product .summary [class*="esteira"] .button:hover,
.single-product .woocommerce div.product .summary [class*="esteira"] .button:focus {
  border-color: #d93652 !important;
  background: #d93652 !important;
  background-color: #d93652 !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.single-product .woocommerce div.product form.cart button[type="submit"].disabled,
.single-product .woocommerce div.product form.cart button[type="submit"]:disabled,
.single-product .woocommerce div.product form.cart .button.disabled,
.single-product .woocommerce div.product form.cart .button:disabled,
.single-product .woocommerce div.product form.cart .single_add_to_cart_button.disabled,
.single-product .woocommerce div.product form.cart .single_add_to_cart_button:disabled {
  opacity: .55 !important;
  cursor: not-allowed !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs { padding-left: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: var(--vqw-radius) var(--vqw-radius) 0 0; border-color: var(--vqw-line); }
.woocommerce div.product .woocommerce-tabs .panel { padding: 20px; border: 1px solid var(--vqw-line); border-radius: 0 var(--vqw-radius) var(--vqw-radius) var(--vqw-radius); }
.woocommerce table.shop_table { border-radius: var(--vqw-radius); border-color: var(--vqw-line); overflow: hidden; }
.woocommerce table.shop_table th { color: var(--vqw-ink); }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { border-color: var(--vqw-line); }
body:not(.woocommerce-checkout) .woocommerce form .form-row input.input-text,
body:not(.woocommerce-checkout) .woocommerce form .form-row textarea,
body:not(.woocommerce-checkout) .woocommerce form .form-row select,
body:not(.woocommerce-checkout) .select2-container--default .select2-selection--single {
  min-height: 42px;
  border: 1px solid var(--vqw-line-strong);
  border-radius: var(--vqw-radius);
  padding: 9px 11px;
  background: #fff;
}
body:not(.woocommerce-checkout) .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 23px; padding-left: 0; }
body:not(.woocommerce-checkout) .select2-container--default .select2-selection--single .select2-selection__arrow { top: 7px; right: 9px; }
.woocommerce form .form-row label { color: var(--vqw-ink); font-size: .86rem; font-weight: 750; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: var(--vqw-primary); border-radius: var(--vqw-radius); background: var(--vqw-soft); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--vqw-primary-strong); }
.woocommerce-error::before { color: var(--vqw-danger); }
.woocommerce-cart .cart-collaterals .cart_totals { border: 1px solid var(--vqw-line); border-radius: var(--vqw-radius); background: #fff; padding: 20px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 7px; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 11px 13px; border: 1px solid var(--vqw-line); border-radius: var(--vqw-radius); background: #fff; color: var(--vqw-ink); font-weight: 750; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { color: var(--vqw-primary-strong); border-color: rgba(104,178,227,.42); background: var(--vqw-primary-soft); }



/* Carrinho WooCommerce: layout compacto e alinhado ao carrinho de referência */
body.woocommerce-cart .vqw-content-shell--woo-flow,
body.woocommerce-cart .vqw-wc-shell {
  width: min(100% - 40px, 1200px) !important;
  max-width: 1200px !important;
  padding-top: 32px !important;
  padding-bottom: 54px !important;
}

body.woocommerce-cart .vqw-commerce-page,
body.woocommerce-cart .vqw-entry-content,
body.woocommerce-cart .woocommerce {
  width: 100% !important;
}

body.woocommerce-cart .woocommerce {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 26px !important;
  align-items: start !important;
}

body.woocommerce-cart .woocommerce::before,
body.woocommerce-cart .woocommerce::after,
body.woocommerce-cart .cart-collaterals::before,
body.woocommerce-cart .cart-collaterals::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .cart-empty,
body.woocommerce-cart .return-to-shop {
  grid-column: 1 / -1 !important;
}

body.woocommerce-cart form.woocommerce-cart-form {
  grid-column: 1 !important;
  width: 100% !important;
  margin: 0 !important;
}

body.woocommerce-cart .cart-collaterals {
  grid-column: 2 !important;
  width: 100% !important;
  margin: 0 !important;
}

body.woocommerce-cart table.shop_table.cart,
body.woocommerce-cart table.shop_table.shop_table_responsive.cart,
body.woocommerce-cart table.woocommerce-cart-form__contents {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
  overflow: visible !important;
}

body.woocommerce-cart table.shop_table.cart thead,
body.woocommerce-cart table.shop_table.cart tbody,
body.woocommerce-cart table.shop_table.cart tfoot {
  display: block !important;
  width: 100% !important;
}

body.woocommerce-cart table.shop_table.cart tbody tr:not(.cart_item) {
  display: block !important;
  width: 100% !important;
}

body.woocommerce-cart table.shop_table.cart thead tr,
body.woocommerce-cart table.shop_table.cart tr.cart_item {
  display: grid !important;
  grid-template-columns: 112px minmax(220px, 1fr) 104px 104px 104px !important;
  align-items: center !important;
  width: 100% !important;
  column-gap: 0 !important;
}

body.woocommerce-cart table.shop_table.cart thead tr {
  min-height: 42px !important;
  padding: 0 0 14px !important;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12) !important;
}

body.woocommerce-cart table.shop_table.cart thead tr > th {
  display: block !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #262a30 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  text-align: left !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.woocommerce-cart table.shop_table.cart thead th.product-remove,
body.woocommerce-cart table.shop_table.cart thead th.product-thumbnail {
  display: none !important;
}

body.woocommerce-cart table.shop_table.cart thead th.product-name {
  grid-column: 2 !important;
}

body.woocommerce-cart table.shop_table.cart thead th.product-price {
  grid-column: 3 !important;
}

body.woocommerce-cart table.shop_table.cart thead th.product-quantity {
  grid-column: 4 !important;
}

body.woocommerce-cart table.shop_table.cart thead th.product-subtotal {
  grid-column: 5 !important;
}

body.woocommerce-cart table.shop_table.cart thead tr:not(.cart_item) {
  display: grid !important;
  grid-template-columns: 112px minmax(220px, 1fr) 104px 104px 104px !important;
  align-items: center !important;
  width: 100% !important;
}


body.woocommerce-cart table.shop_table.cart tr.cart_item {
  position: relative !important;
  min-height: 124px !important;
  padding: 18px 0 20px !important;
  border-bottom: 1px solid rgba(17, 24, 39, 0.10) !important;
}

body.woocommerce-cart table.shop_table.cart tr.cart_item > td {
  display: block !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #32373c !important;
  text-align: left !important;
}

body.woocommerce-cart table.shop_table.cart td.product-remove {
  position: absolute !important;
  left: 72px !important;
  top: 15px !important;
  z-index: 3 !important;
  width: auto !important;
  height: auto !important;
}

body.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #2d3137 !important;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18) !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.woocommerce-cart table.shop_table.cart td.product-remove a.remove:hover,
body.woocommerce-cart table.shop_table.cart td.product-remove a.remove:focus {
  background: #ffffff !important;
  color: #e43f5a !important;
}

body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
  grid-column: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding-left: 0 !important;
}

body.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
  display: block !important;
  width: 82px !important;
  max-width: 82px !important;
  height: auto !important;
  max-height: 116px !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-cart table.shop_table.cart td.product-name {
  grid-column: 2 !important;
  padding-right: 14px !important;
  color: #272b31 !important;
  font-size: 15px !important;
  font-weight: 820 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.018em !important;
}

body.woocommerce-cart table.shop_table.cart td.product-name a {
  color: #272b31 !important;
  text-decoration: none !important;
}

body.woocommerce-cart table.shop_table.cart td.product-name a:hover {
  color: var(--vqw-primary-strong) !important;
}

body.woocommerce-cart table.shop_table.cart td.product-price,
body.woocommerce-cart table.shop_table.cart td.product-quantity,
body.woocommerce-cart table.shop_table.cart td.product-subtotal {
  color: #32373c !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.015em !important;
}

body.woocommerce-cart table.shop_table.cart td.product-price {
  grid-column: 3 !important;
}

body.woocommerce-cart table.shop_table.cart td.product-quantity {
  grid-column: 4 !important;
}

body.woocommerce-cart table.shop_table.cart td.product-subtotal {
  grid-column: 5 !important;
}

body.woocommerce-cart table.shop_table.cart td.product-subtotal,
body.woocommerce-cart table.shop_table.cart td.product-subtotal .amount {
  color: #252930 !important;
  font-weight: 900 !important;
}

body.woocommerce-cart table.shop_table.cart td.product-quantity .quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  margin: 0 !important;
}

body.woocommerce-cart table.shop_table.cart td.product-quantity input.qty {
  width: 46px !important;
  min-height: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #32373c !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: left !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

body.woocommerce-cart table.shop_table.cart td.product-quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-cart table.shop_table.cart td.product-quantity input.qty::-webkit-inner-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
}

body.woocommerce-cart table.shop_table.cart td.actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 18px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-cart table.shop_table.cart td.actions .coupon {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.woocommerce-cart table.shop_table.cart td.actions .coupon::before,
body.woocommerce-cart table.shop_table.cart td.actions .coupon::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.shop_table.cart td.actions #coupon_code {
  width: min(100%, 220px) !important;
  min-width: 0 !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #32373c !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 46px !important;
}

body.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text::placeholder,
body.woocommerce-cart table.shop_table.cart td.actions #coupon_code::placeholder {
  color: #7f858c !important;
  opacity: .82 !important;
}

body.woocommerce-cart table.shop_table.cart td.actions .button {
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  background: #f3f3f5 !important;
  color: #2c3036 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: -0.015em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart table.shop_table.cart td.actions .button:hover,
body.woocommerce-cart table.shop_table.cart td.actions .button:focus {
  background: #ececef !important;
  color: #1f2329 !important;
}

body.woocommerce-cart table.shop_table.cart td.actions > .button[name="update_cart"] {
  margin-left: auto !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-cart .cart-collaterals .cross-sells {
  float: none !important;
  width: 100% !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  margin: 0 !important;
  padding: 27px 27px 30px !important;
  border: 1px solid rgba(17, 24, 39, 0.13) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2,
body.woocommerce-cart .cart-collaterals .cart_totals .card-sub-title {
  margin: 0 0 28px !important;
  color: #252930 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  display: block !important;
  width: 100% !important;
  margin: 0 0 26px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr {
  display: block !important;
  width: 100% !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal {
  padding-bottom: 17px !important;
  border-bottom: 1px solid rgba(17, 24, 39, 0.11) !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total {
  padding-top: 23px !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #252930 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
  font-weight: 850 !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  text-align: right !important;
  font-weight: 500 !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td::before {
  display: none !important;
  content: none !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th {
  font-size: 15px !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td strong {
  color: #242830 !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total .amount {
  font-size: 25px !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
}

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

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.vqw-cart-checkout-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  width: 100% !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid #e43f5a !important;
  border-radius: 5px !important;
  background: #e43f5a !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: -0.015em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:focus,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.vqw-cart-checkout-button:hover,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.vqw-cart-checkout-button:focus {
  border-color: #cf3851 !important;
  background: #cf3851 !important;
  color: #ffffff !important;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button::after,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.vqw-cart-checkout-button::after {
  content: "\2192";
  display: inline-flex;
  align-items: center;
  margin-left: 2px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button span,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.vqw-cart-checkout-button span {
  display: none !important;
}

body.woocommerce-cart .cross-sells {
  margin-top: 22px !important;
}

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

  body.woocommerce-cart form.woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals {
    grid-column: 1 !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 400px !important;
    margin-left: auto !important;
  }
}

@media (max-width: 820px) {
  body.woocommerce-cart .vqw-content-shell--woo-flow,
  body.woocommerce-cart .vqw-wc-shell {
    width: min(100% - 24px, 1200px) !important;
    padding-top: 24px !important;
  }

  body.woocommerce-cart table.shop_table.cart thead {
    display: none !important;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 6px 13px !important;
    min-height: 0 !important;
    padding: 18px 0 20px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-remove {
    left: 63px !important;
    top: 13px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
    width: 24px !important;
    height: 24px !important;
    font-size: 18px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 / span 4 !important;
    padding-left: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 74px !important;
    max-width: 74px !important;
    max-height: 106px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name {
    grid-column: 2 !important;
    padding-right: 0 !important;
    font-size: 15px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-price,
  body.woocommerce-cart table.shop_table.cart td.product-quantity,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    font-size: 14px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-price::before,
  body.woocommerce-cart table.shop_table.cart td.product-quantity::before,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
    content: attr(data-title);
    display: inline-block !important;
    color: var(--vqw-muted) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-quantity input.qty {
    width: 42px !important;
    min-height: 28px !important;
    text-align: right !important;
  }

  body.woocommerce-cart table.shop_table.cart td.actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 9px !important;
    padding-top: 18px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.actions .coupon {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 9px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text,
  body.woocommerce-cart table.shop_table.cart td.actions #coupon_code,
  body.woocommerce-cart table.shop_table.cart td.actions .button,
  body.woocommerce-cart table.shop_table.cart td.actions > .button[name="update_cart"] {
    width: 100% !important;
    margin-left: 0 !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    max-width: none !important;
    padding: 24px 20px 22px !important;
  }
}
/* QF BR Checkout Boost: keep checkout plugin in control */
body.vqw-checkout-boost-active .vqw-entry-content :where(form, input, select, textarea, button, table, th, td, label, .woocommerce, .woocommerce-page, .woocommerce-checkout, .woocommerce-checkout-review-order, .col2-set, .shop_table) {
  max-width: none;
}
body.vqw-checkout-boost-active .vqw-entry-content .woocommerce {
  width: 100%;
}
body.vqw-checkout-boost-active .vqw-entry-content .woocommerce-info,
body.vqw-checkout-boost-active .vqw-entry-content .woocommerce-message,
body.vqw-checkout-boost-active .vqw-entry-content .woocommerce-error {
  border-radius: 0;
}

/* Widgets */
.vqw-widget { padding: 16px; }
.vqw-widget__title { font-size: .98rem; }

/* Responsive */
@media (max-width: 991px) {
  .admin-bar .vqw-site-header { top: 46px; }
  .vqw-container { width: min(100% - 28px, var(--vqw-container)); }
  .vqw-header-inner { flex-wrap: wrap; min-height: 70px; }
  .vqw-menu-toggle { display: inline-block; order: -1; margin-left: 0; flex: 0 0 38px; }
  .vqw-brand { order: 0; }
  .vqw-primary-nav { order: 5; display: none; width: 100%; margin-left: 0; }
  .vqw-primary-nav.is-open { display: block; }
  .vqw-menu { display: grid; gap: 0; padding: 8px 0 12px; }
  .vqw-menu a { display: block; padding: 10px 0; border-top: 1px solid rgba(15,23,42,.07); }
  .vqw-header-actions { order: 1; margin-left: auto; }
  .vqw-button--header { display: none; }
  .vqw-hero__grid, .vqw-qf-grid { grid-template-columns: 1fr; }
  .vqw-hero__content { text-align: center; }
  .vqw-hero__text { margin-inline: auto; }
  .vqw-hero__actions, .vqw-hero__mini { justify-content: center; }
  .vqw-qf-grid > .vqw-dashboard-card { margin-inline: auto; }
  .vqw-card-grid--three, .vqw-products-grid, .woocommerce ul.products, .vqw-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vqw-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vqw-footer-bottom__inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
  .vqw-container { width: min(100% - 22px, var(--vqw-container)); }
  .vqw-brand img,
  .vqw-brand .custom-logo,
  .vqw-brand__logo {
    height: var(--vqw-logo-mobile-height, 42px) !important;
    max-height: var(--vqw-logo-mobile-height, 42px) !important;
    width: auto !important;
    max-width: none !important;
  }
  .vqw-brand--footer img, .vqw-brand--footer .custom-logo, .vqw-brand--footer .vqw-brand__logo { max-width: 190px !important; }
  .vqw-hero { padding-top: 40px; }
  .vqw-hero h1 { font-size: clamp(2rem, 12vw, 3rem); }
  .vqw-hero__actions .vqw-button { width: 100%; }
  .vqw-card-grid--two, .vqw-card-grid--three, .vqw-products-grid, .woocommerce ul.products, .vqw-results-grid, .vqw-post-grid, .vqw-footer-grid { grid-template-columns: 1fr; }
  .vqw-section { padding: 40px 0; }
  .vqw-section-head { text-align: center; margin-inline: auto; }
  .vqw-info-card, .vqw-feature-card { text-align: left; }
  .vqw-payment-card { flex-direction: column; align-items: flex-start; padding: 18px; }
  .vqw-payment-card .vqw-button { width: 100%; }
  .vqw-product-card__actions { align-items: stretch; flex-direction: column; }
  .vqw-product-card__details { text-align: center; }
  .woocommerce div.product span.onsale.vqw-product-flag, .woocommerce div.product .vqw-product-flag, .woocommerce ul.products li.product .vqw-product-flag, .vqw-product-card__media .vqw-product-flag { top: 14px !important; left: 14px !important; font-size: 9px; padding: 5px 7px; border-radius: 6px; }
  .vqw-product-card__image-wrap .vqw-product-flag { top: 18px !important; left: 24px !important; }
  .vqw-page-article, .vqw-comments { padding: 18px; }
  .vqw-search-form { flex-direction: column; }
  .woocommerce div.product .woocommerce-tabs .panel { padding: 16px; }
  .vqw-product-benefits, .woocommerce-product-details__short-description .features-list { grid-template-columns: 1fr; gap: 8px; margin-top: 22px; margin-bottom: 20px; }
  .vqw-product-benefit, .woocommerce-product-details__short-description .features-list > li { min-height: 42px; padding: 7px 11px; border-radius: 13px; gap: 9px; }
  .vqw-product-benefit__icon { width: 26px !important; min-width: 26px !important; max-width: 26px !important; height: 26px !important; min-height: 26px !important; max-height: 26px !important; flex-basis: 26px !important; border-radius: 9px; }
  .vqw-product-benefit__icon > svg.vqw-product-benefit__svg { width: 13px !important; min-width: 13px !important; max-width: 13px !important; height: 13px !important; min-height: 13px !important; max-height: 13px !important; flex-basis: 13px !important; }
  .vqw-product-benefit__text, .woocommerce-product-details__short-description .features-list > li { font-size: 13px; font-weight: 500; }
  .vqw-product-bonus-wrap { margin: 22px 0 16px; }
  .vqw-product-bonus__title { margin-bottom: 9px; font-size: 14px; }
  .vqw-product-bonus { padding: 0; border-radius: 0; }
  .vqw-product-bonus__list { gap: 8px; }
  .vqw-product-bonus__list li { padding: 9px 11px 9px 38px; font-size: 13px; border-radius: 12px; }
  .vqw-product-bonus__list li::before { left: 10px; width: 18px; height: 18px; font-size: 11px; }
  .vqw-product-sample-wrap { margin: 16px 0 16px; }
  .vqw-product-sample-button { width: 100%; min-height: 42px; padding: 0 13px; font-size: .77rem; }
  .vqw-product-sample-button__icon { width: 23px; min-width: 23px; height: 23px; border-radius: 8px; }
  .vqw-login-modal__panel { padding: 20px 18px !important; width: min(420px, calc(100vw - 24px)) !important; }
  .vqw-login-modal__brand { margin-bottom: 18px !important; }
  .vqw-login-modal__logo { height: 28px !important; max-height: 28px !important; max-width: 150px !important; }
}


/* Canvas page template */
.vqw-canvas-template {
  background: #fff;
}

.vqw-canvas-main {
  min-height: 100vh;
  width: 100%;
}

.vqw-canvas-article,
.vqw-canvas-content {
  width: 100%;
  margin: 0;
}

.vqw-canvas-content > :first-child {
  margin-top: 0;
}

.vqw-canvas-content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .woocommerce div.product .product_title { font-size: 32px; line-height: 1.1; }
  .vqw-single-product-subtitle { font-size: .86rem; }
}

/* Carrinho v1.0.65: preço na mesma linha do produto e título com peso menor */
body.woocommerce-cart table.shop_table.cart thead th.product-price,
body.woocommerce-cart table.shop_table.cart thead th.product-quantity,
body.woocommerce-cart table.shop_table.cart td.product-price,
body.woocommerce-cart table.shop_table.cart td.product-quantity {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  max-width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body.woocommerce-cart table.shop_table.cart td.product-price *,
body.woocommerce-cart table.shop_table.cart td.product-quantity * {
  display: none !important;
}

@media (min-width: 821px) {
  body.woocommerce-cart table.shop_table.cart thead tr,
  body.woocommerce-cart table.shop_table.cart thead tr:not(.cart_item),
  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    grid-template-columns: 78px minmax(0, 1fr) 132px !important;
  }

  body.woocommerce-cart table.shop_table.cart thead th.product-name {
    grid-column: 1 / 3 !important;
    text-align: left !important;
    justify-self: stretch !important;
  }

  body.woocommerce-cart table.shop_table.cart thead th.product-subtotal {
    grid-column: 3 !important;
    text-align: left !important;
    justify-self: start !important;
    font-size: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart thead th.product-subtotal::after {
    content: "Preço" !important;
    display: block !important;
    color: #262a30 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    grid-column: 1 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 58px !important;
    max-width: 58px !important;
    max-height: 84px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-remove {
    left: 46px !important;
    top: 17px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name {
    grid-column: 2 !important;
    text-align: left !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-column: 3 !important;
    text-align: left !important;
    justify-self: start !important;
  }
}

@media (max-width: 820px) {
  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    grid-row: 1 / span 2 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 52px !important;
    max-width: 52px !important;
    max-height: 78px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-remove {
    left: 41px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
    content: "Preço" !important;
  }
}


/* Ajuste fino v1.0.65: produto e preço na mesma linha */
@media (min-width: 821px) {
  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    align-items: center !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-row: 1 !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    min-height: 58px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name {
    justify-content: flex-start !important;
    font-weight: 600 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name a {
    font-weight: 600 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    justify-content: flex-start !important;
    line-height: 1 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal .amount,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal bdi {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
  }
}


/* Ajuste fino v1.0.66: centraliza produto e preço na altura da imagem do carrinho */
@media (min-width: 821px) {
  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    align-items: center !important;
    grid-auto-rows: minmax(84px, auto) !important;
    min-height: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  body.woocommerce-cart table.shop_table.cart td.product-name,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-row: 1 !important;
    align-self: stretch !important;
    min-height: 84px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    justify-content: flex-start !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
    min-height: 84px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name {
    justify-content: flex-start !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    justify-content: flex-start !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name a,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal .amount,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal bdi {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 84px !important;
    line-height: 1.2 !important;
  }
}

/* Ajuste fino v1.0.67: linhas compactas, alinhamento vertical e sem atualizar carrinho */
@media (min-width: 821px) {
  body.woocommerce-cart table.shop_table.cart thead tr,
  body.woocommerce-cart table.shop_table.cart thead tr:not(.cart_item),
  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) 132px !important;
    column-gap: 0 !important;
    align-items: center !important;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    min-height: 0 !important;
    grid-auto-rows: auto !important;
    padding: 13px 0 !important;
    align-content: center !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  body.woocommerce-cart table.shop_table.cart td.product-name,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-row: 1 !important;
    align-self: center !important;
    min-height: 72px !important;
    height: 72px !important;
    max-height: 72px !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    grid-column: 1 !important;
    justify-content: flex-start !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
    min-height: 0 !important;
    height: 72px !important;
    max-height: 72px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 56px !important;
    max-width: 56px !important;
    max-height: 72px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-remove {
    left: 45px !important;
    top: 21px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name {
    grid-column: 2 !important;
    justify-content: flex-start !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.24 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name a {
    min-height: 0 !important;
    height: auto !important;
    display: inline !important;
    font-weight: 600 !important;
    line-height: 1.24 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-column: 3 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    line-height: 1.1 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal .amount,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal bdi {
    min-height: 0 !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.1 !important;
  }
}

body.woocommerce-cart table.shop_table.cart td.actions > .button[name="update_cart"],
body.woocommerce-cart table.shop_table.cart td.actions button[name="update_cart"] {
  display: none !important;
}

body.woocommerce-cart table.shop_table.cart td.actions {
  justify-content: flex-start !important;
}

body.woocommerce-cart table.shop_table.cart td.actions .coupon {
  flex: 0 1 auto !important;
}

@media (max-width: 820px) {
  body.woocommerce-cart table.shop_table.cart td.actions > .button[name="update_cart"],
  body.woocommerce-cart table.shop_table.cart td.actions button[name="update_cart"] {
    display: none !important;
  }
}


/* Ajuste fino v1.0.68: produto e preço alinhados ao meio da imagem */
@media (min-width: 821px) {
  body.woocommerce-cart table.shop_table.cart thead tr,
  body.woocommerce-cart table.shop_table.cart thead tr:not(.cart_item),
  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    grid-template-columns: 84px minmax(0, 1fr) 144px !important;
    column-gap: 0 !important;
    align-items: center !important;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    min-height: 0 !important;
    height: auto !important;
    grid-template-rows: auto !important;
    grid-auto-rows: auto !important;
    align-content: center !important;
    padding: 12px 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  body.woocommerce-cart table.shop_table.cart td.product-name,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-row: 1 !important;
    align-self: center !important;
    min-height: 86px !important;
    height: 86px !important;
    max-height: 86px !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    grid-column: 1 !important;
    justify-content: flex-start !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 86px !important;
    height: 86px !important;
    max-height: 86px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 64px !important;
    max-width: 64px !important;
    max-height: 86px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-remove {
    left: 51px !important;
    top: 18px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name {
    grid-column: 2 !important;
    justify-content: flex-start !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.018em !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name a {
    min-height: 0 !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-column: 3 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    line-height: 1.1 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal .amount,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal bdi {
    min-height: 0 !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.1 !important;
  }
}


/* Ajuste fino v1.0.69: centralização vertical real e cupons em uma linha */
@media (min-width: 821px) {
  body.woocommerce-cart table.shop_table.cart thead tr,
  body.woocommerce-cart table.shop_table.cart thead tr:not(.cart_item),
  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    grid-template-columns: 96px minmax(0, 1fr) 160px !important;
    column-gap: 0 !important;
    align-items: center !important;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    min-height: 96px !important;
    height: 96px !important;
    padding: 10px 0 !important;
    align-content: center !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  body.woocommerce-cart table.shop_table.cart td.product-name,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-row: 1 !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    justify-content: flex-start !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 72px !important;
    max-width: 72px !important;
    max-height: 96px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-remove {
    left: 62px !important;
    top: 14px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name {
    justify-content: flex-start !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 96px !important;
    height: 96px !important;
    margin: 0 !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal .amount,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal bdi {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 96px !important;
    height: 96px !important;
    margin: 0 !important;
    line-height: 1 !important;
  }
}

body.woocommerce-cart table.shop_table.cart td.actions .coupon .button,
body.woocommerce-cart table.shop_table.cart td.actions .button {
  white-space: nowrap !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount {
  grid-template-columns: minmax(0, 1fr) auto !important;
  column-gap: 12px !important;
  align-items: start !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount td,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount td a,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount .woocommerce-remove-coupon {
  white-space: nowrap !important;
  word-break: normal !important;
}


/* Ajuste fino v1.0.71: centralização visual mais forte do nome e preço */
@media (min-width: 821px) {
  body.woocommerce-cart table.shop_table.cart thead tr,
  body.woocommerce-cart table.shop_table.cart thead tr:not(.cart_item),
  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    grid-template-columns: 96px minmax(0, 1fr) 168px !important;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    min-height: 112px !important;
    height: auto !important;
    padding: 8px 0 !important;
    align-items: center !important;
    align-content: center !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail,
  body.woocommerce-cart table.shop_table.cart td.product-name,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-row: 1 !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    height: 96px !important;
    min-height: 96px !important;
    max-height: none !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
    height: 96px !important;
    min-height: 96px !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 72px !important;
    max-width: 72px !important;
    max-height: 96px !important;
    object-fit: contain !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name {
    justify-content: flex-start !important;
    font-weight: 500 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name a {
    display: flex !important;
    align-items: center !important;
    min-height: 96px !important;
    height: 96px !important;
    margin: 0 !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal .amount,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal bdi {
    display: flex !important;
    align-items: center !important;
    min-height: 96px !important;
    height: 96px !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-remove {
    top: 16px !important;
    left: 60px !important;
  }
}

/* Botão do cupom sempre em uma linha */
body.woocommerce-cart table.shop_table.cart td.actions .coupon .button {
  min-width: 170px !important;
  white-space: nowrap !important;
}


/* Ajuste fino v1.0.73: volta para alinhamento estável e mantém nome/preço na mesma linha visual */
@media (min-width: 821px) {
  body.woocommerce-cart table.shop_table.cart thead tr,
  body.woocommerce-cart table.shop_table.cart thead tr:not(.cart_item),
  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    grid-template-columns: 96px minmax(0, 1fr) 168px !important;
    column-gap: 0 !important;
    align-items: center !important;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    min-height: 112px !important;
    height: auto !important;
    padding: 8px 0 !important;
    align-content: center !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    grid-column: 1 !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 72px !important;
    max-width: 72px !important;
    max-height: 96px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-row: 1 !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name {
    grid-column: 2 !important;
    justify-content: flex-start !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name a {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    grid-column: 3 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    line-height: 1 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal .amount,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal bdi {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-remove {
    left: 60px !important;
    top: 16px !important;
  }
}

/* Ajuste fino v1.0.73: nome do cupom aplicado com peso 500 */
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount th *,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount .coupon,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount .coupon * {
  font-weight: 500 !important;
}


/* Ajuste fino v1.0.74: espaço acima do cupom aplicado */
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount {
  padding-top: 12px !important;
}


/* Produto v1.0.90: reforço específico para o botão Comprar na página individual do produto */
body.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product .summary form.cart button.single_add_to_cart_button,
body.single-product .woocommerce div.product .summary form.cart button[name="add-to-cart"],
body.single-product .woocommerce div.product .summary form.cart button[type="submit"],
body.single-product .woocommerce div.product .summary form.cart .button.alt,
body.single-product .woocommerce div.product .summary .single_add_to_cart_button,
body.single-product .woocommerce div.product .summary button.single_add_to_cart_button,
body.single-product .woocommerce div.product .summary button[name="add-to-cart"],
body.single-product .woocommerce div.product .summary button[type="submit"],
body.single-product .woocommerce div.product .summary a.button:not(.vqw-product-sample-button),
body.single-product .woocommerce div.product .entry-summary form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product .entry-summary form.cart button.single_add_to_cart_button,
body.single-product .woocommerce div.product .entry-summary form.cart button[name="add-to-cart"],
body.single-product .woocommerce div.product .entry-summary form.cart button[type="submit"],
body.single-product .woocommerce div.product .entry-summary form.cart .button.alt,
body.single-product .woocommerce div.product .entry-summary .single_add_to_cart_button,
body.single-product .woocommerce div.product .entry-summary button.single_add_to_cart_button,
body.single-product .woocommerce div.product .entry-summary button[name="add-to-cart"],
body.single-product .woocommerce div.product .entry-summary button[type="submit"],
body.single-product .woocommerce div.product .entry-summary a.button:not(.vqw-product-sample-button),
body.single-product .single_add_to_cart_button,
body.single-product button[name="add-to-cart"],
body.single-product form.cart button[type="submit"],
body.single-product form.cart .button.alt {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 1px solid #e43f5a !important;
  border-radius: var(--vqw-radius) !important;
  background: #e43f5a !important;
  background-color: #e43f5a !important;
  color: #ffffff !important;
  font-size: .8rem !important;
  font-weight: 850 !important;
  letter-spacing: .035em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button:hover,
body.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button:focus,
body.single-product .woocommerce div.product .summary form.cart button[name="add-to-cart"]:hover,
body.single-product .woocommerce div.product .summary form.cart button[name="add-to-cart"]:focus,
body.single-product .woocommerce div.product .summary form.cart button[type="submit"]:hover,
body.single-product .woocommerce div.product .summary form.cart button[type="submit"]:focus,
body.single-product .woocommerce div.product .summary form.cart .button.alt:hover,
body.single-product .woocommerce div.product .summary form.cart .button.alt:focus,
body.single-product .woocommerce div.product .summary .single_add_to_cart_button:hover,
body.single-product .woocommerce div.product .summary .single_add_to_cart_button:focus,
body.single-product .woocommerce div.product .summary button[type="submit"]:hover,
body.single-product .woocommerce div.product .summary button[type="submit"]:focus,
body.single-product .woocommerce div.product .entry-summary form.cart .single_add_to_cart_button:hover,
body.single-product .woocommerce div.product .entry-summary form.cart .single_add_to_cart_button:focus,
body.single-product .woocommerce div.product .entry-summary form.cart button[name="add-to-cart"]:hover,
body.single-product .woocommerce div.product .entry-summary form.cart button[name="add-to-cart"]:focus,
body.single-product .woocommerce div.product .entry-summary form.cart button[type="submit"]:hover,
body.single-product .woocommerce div.product .entry-summary form.cart button[type="submit"]:focus,
body.single-product .woocommerce div.product .entry-summary form.cart .button.alt:hover,
body.single-product .woocommerce div.product .entry-summary form.cart .button.alt:focus,
body.single-product .woocommerce div.product .entry-summary .single_add_to_cart_button:hover,
body.single-product .woocommerce div.product .entry-summary .single_add_to_cart_button:focus,
body.single-product .woocommerce div.product .entry-summary button[type="submit"]:hover,
body.single-product .woocommerce div.product .entry-summary button[type="submit"]:focus,
body.single-product .single_add_to_cart_button:hover,
body.single-product .single_add_to_cart_button:focus,
body.single-product button[name="add-to-cart"]:hover,
body.single-product button[name="add-to-cart"]:focus,
body.single-product form.cart button[type="submit"]:hover,
body.single-product form.cart button[type="submit"]:focus,
body.single-product form.cart .button.alt:hover,
body.single-product form.cart .button.alt:focus {
  border-color: #d93652 !important;
  background: #d93652 !important;
  background-color: #d93652 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button.disabled,
body.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button:disabled,
body.single-product .woocommerce div.product .summary form.cart button[name="add-to-cart"]:disabled,
body.single-product .woocommerce div.product .summary form.cart button[type="submit"]:disabled,
body.single-product .woocommerce div.product .entry-summary form.cart .single_add_to_cart_button.disabled,
body.single-product .woocommerce div.product .entry-summary form.cart .single_add_to_cart_button:disabled,
body.single-product .woocommerce div.product .entry-summary form.cart button[name="add-to-cart"]:disabled,
body.single-product .woocommerce div.product .entry-summary form.cart button[type="submit"]:disabled,
body.single-product .single_add_to_cart_button.disabled,
body.single-product .single_add_to_cart_button:disabled,
body.single-product button[name="add-to-cart"]:disabled,
body.single-product form.cart button[type="submit"]:disabled {
  opacity: .55 !important;
  cursor: not-allowed !important;
}


/* Produto v1.0.94: botão Comprar agora com 55px x 60% e amostra ao lado */
body.single-product .woocommerce div.product form.cart:not(.variations_form),
body.single-product .woocommerce div.product .summary form.cart:not(.variations_form),
body.single-product .woocommerce div.product .entry-summary form.cart:not(.variations_form),
body.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  display: flex !important;
  align-items: stretch !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

body.single-product .woocommerce div.product form.cart > .quantity,
body.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart > .quantity {
  flex: 0 0 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product .summary form.cart button.single_add_to_cart_button,
body.single-product .woocommerce div.product .summary form.cart button[name="add-to-cart"],
body.single-product .woocommerce div.product .summary form.cart button[type="submit"],
body.single-product .woocommerce div.product .summary form.cart .button.alt,
body.single-product .woocommerce div.product .summary .single_add_to_cart_button,
body.single-product .woocommerce div.product .summary button.single_add_to_cart_button,
body.single-product .woocommerce div.product .summary button[name="add-to-cart"],
body.single-product .woocommerce div.product .summary button[type="submit"],
body.single-product .woocommerce div.product .entry-summary form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product .entry-summary form.cart button.single_add_to_cart_button,
body.single-product .woocommerce div.product .entry-summary form.cart button[name="add-to-cart"],
body.single-product .woocommerce div.product .entry-summary form.cart button[type="submit"],
body.single-product .woocommerce div.product .entry-summary form.cart .button.alt,
body.single-product .woocommerce div.product .entry-summary .single_add_to_cart_button,
body.single-product .woocommerce div.product .entry-summary button.single_add_to_cart_button,
body.single-product .woocommerce div.product .entry-summary button[name="add-to-cart"],
body.single-product .woocommerce div.product .entry-summary button[type="submit"],
body.single-product .single_add_to_cart_button,
body.single-product button[name="add-to-cart"],
body.single-product form.cart button[type="submit"],
body.single-product form.cart .button.alt {
  flex: 0 0 60% !important;
  width: 60% !important;
  max-width: 60% !important;
  height: 55px !important;
  min-height: 55px !important;
  padding: 0 18px !important;
  float: none !important;
  box-sizing: border-box !important;
}

body.single-product .woocommerce div.product form.cart > .vqw-product-sample-wrap,
body.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart > .vqw-product-sample-wrap {
  display: flex !important;
  flex: 1 1 calc(40% - 10px) !important;
  min-width: 108px !important;
  margin: 0 !important;
  float: none !important;
}

body.single-product .woocommerce div.product form.cart .vqw-product-sample-button {
  width: 100% !important;
  height: 55px !important;
  min-height: 55px !important;
  padding: 0 12px !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

body.single-product .woocommerce div.product form.cart .vqw-product-sample-button__icon {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
}

@media (max-width: 640px) {
  body.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button,
  body.single-product .woocommerce div.product .summary form.cart button.single_add_to_cart_button,
  body.single-product .woocommerce div.product .summary form.cart button[name="add-to-cart"],
  body.single-product .woocommerce div.product .summary form.cart button[type="submit"],
  body.single-product .woocommerce div.product .summary form.cart .button.alt,
  body.single-product .woocommerce div.product .entry-summary form.cart .single_add_to_cart_button,
  body.single-product .woocommerce div.product .entry-summary form.cart button.single_add_to_cart_button,
  body.single-product .woocommerce div.product .entry-summary form.cart button[name="add-to-cart"],
  body.single-product .woocommerce div.product .entry-summary form.cart button[type="submit"],
  body.single-product .woocommerce div.product .entry-summary form.cart .button.alt,
  body.single-product .single_add_to_cart_button,
  body.single-product button[name="add-to-cart"],
  body.single-product form.cart button[type="submit"],
  body.single-product form.cart .button.alt {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.single-product .woocommerce div.product form.cart > .vqw-product-sample-wrap,
  body.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart > .vqw-product-sample-wrap {
    flex-basis: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Produto v1.0.94: texto Comprar agora e fonte 16px no CTA da página do produto */
body.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product .summary form.cart button.single_add_to_cart_button,
body.single-product .woocommerce div.product .summary form.cart button[name="add-to-cart"],
body.single-product .woocommerce div.product .summary form.cart button[type="submit"],
body.single-product .woocommerce div.product .summary form.cart .button.alt,
body.single-product .woocommerce div.product .entry-summary form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product .entry-summary form.cart button.single_add_to_cart_button,
body.single-product .woocommerce div.product .entry-summary form.cart button[name="add-to-cart"],
body.single-product .woocommerce div.product .entry-summary form.cart button[type="submit"],
body.single-product .woocommerce div.product .entry-summary form.cart .button.alt,
body.single-product .single_add_to_cart_button,
body.single-product button[name="add-to-cart"],
body.single-product form.cart button[type="submit"],
body.single-product form.cart .button.alt,
body.single-product .woocommerce div.product form.cart .vqw-product-sample-button {
  font-size: 16px !important;
}


/* Produto v1.0.95: CTA row real para Comprar agora + Ver amostra lado a lado */
body.single-product .woocommerce div.product form.cart .vqw-single-product-cta-row {
  display: grid !important;
  grid-template-columns: minmax(0, 60fr) minmax(112px, 40fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

body.single-product .woocommerce div.product form.cart .vqw-single-product-cta-row .single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart .vqw-single-product-cta-row button.single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart .vqw-single-product-cta-row button[name="add-to-cart"],
body.single-product .woocommerce div.product form.cart .vqw-single-product-cta-row button[type="submit"],
body.single-product .woocommerce div.product form.cart .vqw-single-product-cta-row .button.alt {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  margin: 0 !important;
  height: 55px !important;
  min-height: 55px !important;
  box-sizing: border-box !important;
}

body.single-product .woocommerce div.product form.cart .vqw-single-product-cta-row .vqw-product-sample-wrap {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  flex: none !important;
  float: none !important;
  box-sizing: border-box !important;
}

body.single-product .woocommerce div.product form.cart .vqw-single-product-cta-row .vqw-product-sample-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 55px !important;
  min-height: 55px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

@media (max-width: 640px) {
  body.single-product .woocommerce div.product form.cart .vqw-single-product-cta-row {
    grid-template-columns: 1fr !important;
  }
}


/* Produto v1.0.96: wrapper real antes do botão para Comprar agora + Ver amostra */
body.single-product .woocommerce div.product form.cart .vqw-single-product-cta-row,
body.single-product .woocommerce div.product .summary .vqw-single-product-cta-row,
body.single-product .woocommerce div.product .entry-summary .vqw-single-product-cta-row {
  display: grid !important;
  grid-template-columns: minmax(0, calc(60% - 5px)) minmax(112px, calc(40% - 5px)) !important;
  gap: 10px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  margin: 0 !important;
  clear: both !important;
  box-sizing: border-box !important;
}

body.single-product .woocommerce div.product .vqw-single-product-cta-row > .quantity,
body.single-product .woocommerce div.product .vqw-single-product-cta-row .quantity {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}

body.single-product .woocommerce div.product .vqw-single-product-cta-row > input[type="hidden"] {
  display: none !important;
}

body.single-product .woocommerce div.product .vqw-single-product-cta-row .single_add_to_cart_button,
body.single-product .woocommerce div.product .vqw-single-product-cta-row a.single_add_to_cart_button,
body.single-product .woocommerce div.product .vqw-single-product-cta-row button.single_add_to_cart_button,
body.single-product .woocommerce div.product .vqw-single-product-cta-row button[name="add-to-cart"],
body.single-product .woocommerce div.product .vqw-single-product-cta-row button[type="submit"],
body.single-product .woocommerce div.product .vqw-single-product-cta-row .button.alt {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  margin: 0 !important;
}

body.single-product .woocommerce div.product .vqw-single-product-cta-row .vqw-product-sample-wrap {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  flex: none !important;
  float: none !important;
  box-sizing: border-box !important;
}

body.single-product .woocommerce div.product .vqw-single-product-cta-row .vqw-product-sample-button {
  width: 100% !important;
  max-width: 100% !important;
  height: 55px !important;
  min-height: 55px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
}

@media (max-width: 640px) {
  body.single-product .woocommerce div.product form.cart .vqw-single-product-cta-row,
  body.single-product .woocommerce div.product .summary .vqw-single-product-cta-row,
  body.single-product .woocommerce div.product .entry-summary .vqw-single-product-cta-row {
    grid-template-columns: 1fr !important;
  }
}


/* Produto v1.0.97: CTA Comprar agora + Ver amostra sem depender de wrapper .woocommerce */
body.single-product.woocommerce div.product .summary.entry-summary form.cart .vqw-single-product-cta-row,
body.single-product.woocommerce-page div.product .summary.entry-summary form.cart .vqw-single-product-cta-row,
body.single-product div.product .summary.entry-summary form.cart .vqw-single-product-cta-row,
body.single-product div.product .summary form.cart .vqw-single-product-cta-row,
body.single-product div.product .entry-summary form.cart .vqw-single-product-cta-row,
body.single-product div.product form.cart .vqw-single-product-cta-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  column-gap: 10px !important;
  row-gap: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
  box-sizing: border-box !important;
}

body.single-product div.product .vqw-single-product-cta-row > .quantity {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}

body.single-product.woocommerce div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > .single_add_to_cart_button,
body.single-product.woocommerce div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > button.single_add_to_cart_button,
body.single-product.woocommerce div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > button[name="add-to-cart"],
body.single-product.woocommerce div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > button[type="submit"],
body.single-product.woocommerce div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > .button.alt,
body.single-product div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > .single_add_to_cart_button,
body.single-product div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > button.single_add_to_cart_button,
body.single-product div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > button[name="add-to-cart"],
body.single-product div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > button[type="submit"],
body.single-product div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > .button.alt,
body.single-product div.product form.cart .vqw-single-product-cta-row > .single_add_to_cart_button,
body.single-product div.product form.cart .vqw-single-product-cta-row > button.single_add_to_cart_button,
body.single-product div.product form.cart .vqw-single-product-cta-row > button[name="add-to-cart"],
body.single-product div.product form.cart .vqw-single-product-cta-row > button[type="submit"],
body.single-product div.product form.cart .vqw-single-product-cta-row > .button.alt {
  flex: 0 0 calc(60% - 5px) !important;
  width: calc(60% - 5px) !important;
  max-width: calc(60% - 5px) !important;
  min-width: 0 !important;
  height: 55px !important;
  min-height: 55px !important;
  margin: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}

body.single-product.woocommerce div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > .vqw-product-sample-wrap,
body.single-product div.product .summary.entry-summary form.cart .vqw-single-product-cta-row > .vqw-product-sample-wrap,
body.single-product div.product form.cart .vqw-single-product-cta-row > .vqw-product-sample-wrap {
  display: flex !important;
  flex: 0 0 calc(40% - 5px) !important;
  width: calc(40% - 5px) !important;
  max-width: calc(40% - 5px) !important;
  min-width: 0 !important;
  height: 55px !important;
  min-height: 55px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}

body.single-product div.product form.cart .vqw-single-product-cta-row > .vqw-product-sample-wrap > .vqw-product-sample-button {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 55px !important;
  min-height: 55px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

@media (max-width: 640px) {
  body.single-product.woocommerce div.product .summary.entry-summary form.cart .vqw-single-product-cta-row,
  body.single-product div.product .summary.entry-summary form.cart .vqw-single-product-cta-row,
  body.single-product div.product form.cart .vqw-single-product-cta-row {
    row-gap: 10px !important;
  }

  body.single-product div.product form.cart .vqw-single-product-cta-row > .single_add_to_cart_button,
  body.single-product div.product form.cart .vqw-single-product-cta-row > button.single_add_to_cart_button,
  body.single-product div.product form.cart .vqw-single-product-cta-row > button[name="add-to-cart"],
  body.single-product div.product form.cart .vqw-single-product-cta-row > button[type="submit"],
  body.single-product div.product form.cart .vqw-single-product-cta-row > .button.alt,
  body.single-product div.product form.cart .vqw-single-product-cta-row > .vqw-product-sample-wrap {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* Produto v1.0.98: hover do botão Comprar agora */
body.single-product div.product form.cart .single_add_to_cart_button:hover,
body.single-product div.product form.cart button.single_add_to_cart_button:hover,
body.single-product div.product form.cart button[name="add-to-cart"]:hover,
body.single-product div.product form.cart button[type="submit"]:hover,
body.single-product div.product form.cart .button.alt:hover,
body.single-product div.product form.cart .vqw-single-product-cta-row > .single_add_to_cart_button:hover,
body.single-product div.product form.cart .vqw-single-product-cta-row > button.single_add_to_cart_button:hover,
body.single-product div.product form.cart .vqw-single-product-cta-row > button[name="add-to-cart"]:hover,
body.single-product div.product form.cart .vqw-single-product-cta-row > button[type="submit"]:hover,
body.single-product div.product form.cart .vqw-single-product-cta-row > .button.alt:hover {
  border-color: #2c3035 !important;
  background: #2c3035 !important;
  background-color: #2c3035 !important;
  color: #ffffff !important;
}

/* Produto v1.0.99: bloco opcional QuestFlow incluso */
body.single-product div.product .vqw-qf-included {
  clear: both;
  margin: 44px 0 34px;
  padding: clamp(24px, 3.4vw, 44px);
  border: 1px solid rgba(104, 178, 227, 0.24);
  border-radius: 18px;
  background: #fafcfd;
  color: #32373c;
  box-shadow: none;
}

.vqw-qf-included__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
}

.vqw-qf-included__content {
  text-align: center;
}

.vqw-qf-included__title {
  margin: 0 0 24px;
  color: #32373c;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.vqw-qf-included__brand,
.vqw-qf-included__logo-word {
  color: #68b2e3;
  font-family: "Avenir Black", "Avenir Next", Avenir, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.vqw-qf-included__lead {
  max-width: 760px;
  margin: 0 auto 14px;
  color: #3f4650;
  font-size: clamp(1.05rem, 1.85vw, 1.45rem);
  font-weight: 450;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.vqw-qf-included__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 34px;
}

.vqw-qf-included__feature {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 13px;
  background: #fff;
  text-align: center;
  box-shadow: none;
}

.vqw-qf-included__feature strong {
  display: block;
  color: #32373c;
  font-size: .96rem;
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.vqw-qf-included__feature span {
  display: block;
  color: #687486;
  font-size: .91rem;
  font-weight: 500;
  line-height: 1.35;
}

.vqw-qf-included__panel {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(104, 178, 227, 0.24);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: none;
}

.vqw-qf-included__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 26px;
}

.vqw-qf-included__logo-word {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: .92;
}

.vqw-qf-included__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  background: #009933;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.vqw-qf-included__panel h3 {
  margin: 0 0 18px;
  color: #32373c;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.vqw-qf-included__panel p {
  margin: 0 auto 22px;
  max-width: 560px;
  color: #3f4650;
  font-size: clamp(1.06rem, 1.8vw, 1.45rem);
  font-weight: 450;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.vqw-qf-included__plan {
  display: grid;
  gap: 10px;
  padding: 24px 18px;
  border: 1px solid rgba(104, 178, 227, 0.24);
  border-radius: 14px;
  background: #fafcfd;
}

.vqw-qf-included__plan strong {
  color: #32373c;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.vqw-qf-included__plan span {
  color: #667085;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .vqw-qf-included__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.single-product div.product .vqw-qf-included {
    margin: 32px 0 26px;
    padding: 20px;
    border-radius: 15px;
  }

  .vqw-qf-included__features {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 10px;
  }

  .vqw-qf-included__feature {
    min-height: 0;
    padding: 16px;
  }

  .vqw-qf-included__logo {
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 20px;
  }

  .vqw-qf-included__badge {
    min-height: 34px;
    padding: 0 11px;
    font-size: .85rem;
  }
}


/* Produto v1.0.100: descrição completa nativa sem Elementor */
body.single-product div.product .vqw-product-description-builder {
  clear: both;
  margin: 42px 0 34px;
  color: #32373c;
}

.vqw-product-native-section {
  position: relative;
  margin: 0 0 44px;
}

.vqw-product-native-section:last-child {
  margin-bottom: 0;
}

.vqw-product-native-head {
  margin: 0 0 26px;
}

.vqw-product-native-head--center {
  text-align: center;
}

.vqw-product-native-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin: 0 0 16px;
  border: 1px solid rgba(104, 178, 227, 0.35);
  border-radius: 7px;
  background: #fff;
  color: #2b8fc7;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
}

.vqw-product-native-head h2 {
  margin: 0;
  color: #252a31;
  font-size: clamp(1.85rem, 3.2vw, 2.9rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

body.single-product div.product .vqw-product-results {
  padding: clamp(26px, 4vw, 42px);
  border-radius: 18px;
  background: #fafcfd;
  background-image: url('../images/home-pattern-tile-50.png');
  background-repeat: repeat;
  background-position: 0 0;
  border: 1px solid rgba(17, 24, 39, 0.07);
}

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

.vqw-product-results__item {
  min-height: 82px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
}

.vqw-product-results__check {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e8f5fd;
  color: #2b8fc7;
}

.vqw-product-results__check .vqw-product-native-icon__svg {
  width: 18px;
  height: 18px;
  stroke-width: 3;
}

.vqw-product-results__item h3 {
  margin: 0 0 3px;
  color: #32373c;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.vqw-product-results__item p {
  margin: 0;
  color: #667085;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.35;
}

/* Produto v1.0.107: disciplinas em lista editorial menos tumultada */
body.single-product div.product .vqw-product-disciplines {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

body.single-product div.product .vqw-product-disciplines .vqw-product-native-head {
  margin-bottom: clamp(14px, 2vw, 20px);
}

.vqw-product-disciplines__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(24px, 4vw, 52px);
  row-gap: 0;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.vqw-product-disciplines__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 11px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
  color: #3f4650;
  font-size: clamp(.95rem, 1vw, 1.02rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-align: left;
}

.vqw-product-disciplines__item::before {
  content: '';
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-top: .58em;
  border-radius: 999px;
  background: #68b2e3;
  opacity: .82;
}

body.single-product div.product .vqw-product-organization {
  padding: clamp(8px, 2vw, 18px) 0 0;
}

.vqw-product-organization__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 5vw, 64px);
  row-gap: clamp(34px, 5vw, 62px);
  margin-top: 30px;
}

.vqw-product-organization__item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  align-items: flex-start;
}

.vqw-product-native-icon {
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #73b7e6;
  border-radius: 7px;
  color: #73b7e6;
  background: #fff;
}

.vqw-product-native-icon__svg {
  display: block;
  width: 32px;
  height: 32px;
}

.vqw-product-organization__item h3 {
  margin: 0 0 12px;
  color: #52565c;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.vqw-product-organization__item p {
  margin: 0;
  color: #666b73;
  font-size: clamp(1rem, 1.45vw, 1.23rem);
  font-weight: 450;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.vqw-product-organization--guia .vqw-product-organization__grid {
  row-gap: clamp(32px, 4vw, 52px);
}

@media (max-width: 900px) {
  .vqw-product-disciplines__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .vqw-product-results__grid,
  .vqw-product-organization__grid {
    grid-template-columns: 1fr;
  }

  .vqw-product-organization__grid {
    row-gap: 28px;
  }
}

@media (max-width: 640px) {
  body.single-product div.product .vqw-product-description-builder {
    margin: 32px 0 26px;
  }

  body.single-product div.product .vqw-product-results,
  body.single-product div.product .vqw-product-disciplines {
    padding: 20px;
    border-radius: 15px;
  }

  .vqw-product-native-section {
    margin-bottom: 34px;
  }

  .vqw-product-results__item {
    min-height: 0;
    padding: 15px;
  }

  .vqw-product-organization__item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
  }

  .vqw-product-native-icon {
    width: 52px;
    height: 52px;
    border-width: 2px;
  }

  .vqw-product-native-icon__svg {
    width: 24px;
    height: 24px;
  }

  .vqw-product-disciplines__list {
    grid-template-columns: 1fr;
  }

  .vqw-product-disciplines__item {
    padding: 10px 0;
    font-size: .95rem;
  }
}


/* Produto v1.0.101: FAQ padrão no final da descrição nativa */
body.single-product div.product .vqw-product-faq {
  clear: both;
  margin: 42px 0 44px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 18px;
  background: #fafcfd;
  background-image: url('../images/home-pattern-tile-50.png');
  background-repeat: repeat;
  background-position: 0 0;
  color: #32373c;
}

.vqw-product-faq__list {
  display: grid;
  gap: 14px;
}

.vqw-product-faq__item {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
}

.vqw-product-faq__item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding: 18px 22px;
  color: #252a31;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.035em;
  list-style: none;
  cursor: pointer;
}

.vqw-product-faq__item summary::-webkit-details-marker {
  display: none;
}

.vqw-product-faq__item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #2b8fc7;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.vqw-product-faq__item[open] summary::after {
  content: "−";
}

.vqw-product-faq__answer {
  padding: 0 22px 22px;
}

.vqw-product-faq__answer p {
  margin: 0;
  color: #667085;
  font-size: clamp(1rem, 1.45vw, 1.23rem);
  font-weight: 450;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

@media (max-width: 640px) {
  body.single-product div.product .vqw-product-faq {
    margin: 32px 0 34px;
    padding: 20px;
    border-radius: 15px;
  }

  .vqw-product-faq__item summary {
    min-height: 54px;
    padding: 15px;
    gap: 12px;
  }

  .vqw-product-faq__answer {
    padding: 0 15px 16px;
  }
}

/* Produto v1.0.108: refresh visual geral da página individual do produto */
body.single-product .woocommerce div.product {
  color: #32373c;
}

@media (min-width: 992px) {
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
  body.single-product.woocommerce-page div.product div.images.woocommerce-product-gallery {
    width: 39% !important;
    max-width: 450px !important;
    margin-bottom: 0 !important;
  }

  body.single-product .woocommerce div.product div.summary,
  body.single-product.woocommerce-page div.product div.summary {
    width: calc(61% - 42px) !important;
    max-width: 680px !important;
    padding-top: 8px !important;
  }
}

body.single-product .woocommerce div.product div.images img {
  border-color: rgba(17, 24, 39, 0.08);
  border-radius: 16px;
}

body.single-product .woocommerce div.product .product_title {
  margin: 0 0 12px;
  color: #20242b;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: -0.052em;
}

body.single-product .vqw-single-product-subtitle {
  max-width: 680px;
  margin: 0 0 16px;
  color: #5b6675;
  font-size: clamp(.98rem, 1.25vw, 1.08rem);
  font-weight: 560;
  line-height: 1.42;
  letter-spacing: -0.018em;
  text-transform: none;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
  margin-bottom: 4px;
  color: #20242b;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  font-weight: 850;
  letter-spacing: -0.035em;
}

body.single-product .vqw-installments--single,
body.single-product .qf-wc-installments--single {
  margin-bottom: 20px;
  color: #2f8f5b;
  font-size: .9rem;
  font-weight: 560;
}

body.single-product .woocommerce div.product .summary .vqw-product-benefits,
body.single-product .vqw-product-benefits,
body.single-product .woocommerce-product-details__short-description .features-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 18px !important;
  margin: 24px 0 22px !important;
  padding: 12px 0 !important;
  border-top: 1px solid rgba(17, 24, 39, 0.08) !important;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08) !important;
  list-style: none !important;
  background: transparent !important;
}

body.single-product .woocommerce div.product .summary .vqw-product-benefit,
body.single-product .vqw-product-benefit,
body.single-product .woocommerce-product-details__short-description .features-list > li {
  min-height: 38px !important;
  padding: 7px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  gap: 9px !important;
}

body.single-product .woocommerce div.product .summary .vqw-product-benefit__icon,
body.single-product .vqw-product-benefit__icon {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  flex: 0 0 24px !important;
  border-radius: 8px !important;
  background: #eef8ff !important;
  color: #2b8fc7 !important;
}

body.single-product .woocommerce div.product .summary .vqw-product-benefit__icon .vqw-product-benefit__svg,
body.single-product .vqw-product-benefit__icon .vqw-product-benefit__svg,
body.single-product .woocommerce-product-details__short-description .features-list > li svg {
  width: 13px !important;
  min-width: 13px !important;
  max-width: 13px !important;
  height: 13px !important;
  min-height: 13px !important;
  max-height: 13px !important;
  flex: 0 0 13px !important;
}

body.single-product .woocommerce div.product .summary .vqw-product-benefit__text,
body.single-product .vqw-product-benefit__text,
body.single-product .woocommerce-product-details__short-description .features-list > li {
  color: #32373c !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: -0.012em !important;
  line-height: 1.22 !important;
}

body.single-product .vqw-product-bonus-wrap {
  margin: 24px 0 18px !important;
}

body.single-product .vqw-product-bonus__title {
  margin-bottom: 10px !important;
  color: #32373c !important;
  font-size: 14px !important;
  font-weight: 760 !important;
}

body.single-product .vqw-product-bonus__list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px 14px !important;
}

body.single-product .vqw-product-bonus__list li {
  padding: 8px 0 8px 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 13.5px !important;
  font-weight: 550 !important;
}

body.single-product .vqw-product-bonus__list li::before {
  left: 0 !important;
  top: 9px !important;
  transform: none !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 7px !important;
  background: #eef8ff !important;
  color: #126896 !important;
}

body.single-product div.product .vqw-qf-included {
  margin: 52px 0 42px;
  padding: clamp(24px, 3.6vw, 42px);
  border-color: rgba(104, 178, 227, 0.22);
  border-radius: 16px;
  background: #fafcfd;
}

body.single-product .vqw-qf-included__grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

body.single-product .vqw-qf-included__content {
  text-align: left;
}

body.single-product .vqw-qf-included__title {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 520;
  letter-spacing: -0.055em;
}

body.single-product .vqw-qf-included__lead {
  max-width: 760px;
  margin-left: 0;
  margin-right: 0;
  color: #4f5967;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  font-weight: 470;
  line-height: 1.45;
  letter-spacing: -0.018em;
}

body.single-product .vqw-qf-included__features {
  gap: 0 28px;
  margin-top: 26px;
  padding-top: 6px;
}

body.single-product .vqw-qf-included__feature {
  min-height: 0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  padding: 14px 0;
  border: 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

body.single-product .vqw-qf-included__feature strong {
  font-size: .95rem;
  font-weight: 780;
  letter-spacing: -0.018em;
}

body.single-product .vqw-qf-included__feature span {
  color: #657285;
  font-size: .9rem;
  font-weight: 480;
  line-height: 1.4;
}

body.single-product .vqw-qf-included__panel {
  padding: clamp(20px, 2.6vw, 28px);
  border-color: rgba(17, 24, 39, 0.08);
  border-radius: 14px;
  background: #fff;
  text-align: left;
}

body.single-product .vqw-qf-included__logo {
  justify-content: flex-start;
  margin-bottom: 20px;
}

body.single-product .vqw-qf-included__logo-word {
  font-size: clamp(1.75rem, 2.8vw, 2.3rem);
}

body.single-product .vqw-qf-included__badge {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 7px;
  font-size: .86rem;
}

body.single-product .vqw-qf-included__panel h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 820;
  letter-spacing: -0.04em;
}

body.single-product .vqw-qf-included__panel p {
  margin-bottom: 18px;
  color: #4f5967;
  font-size: .98rem;
  font-weight: 470;
  line-height: 1.45;
  letter-spacing: -0.018em;
}

body.single-product .vqw-qf-included__plan {
  gap: 6px;
  padding: 16px;
  border-color: rgba(104, 178, 227, 0.22);
  border-radius: 12px;
  background: #fafcfd;
}

body.single-product .vqw-qf-included__plan strong {
  font-size: 1.12rem;
  font-weight: 820;
  letter-spacing: -0.03em;
}

body.single-product .vqw-product-description-builder {
  max-width: 1120px;
  margin: 54px auto 38px;
}

body.single-product .vqw-product-native-section {
  margin-bottom: 54px;
}

body.single-product .vqw-product-native-head {
  max-width: 840px;
  margin: 0 auto 24px;
}

body.single-product .vqw-product-native-eyebrow {
  min-height: 0;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2b8fc7;
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .08em;
}

body.single-product .vqw-product-native-head h2 {
  color: #20242b;
  font-size: clamp(1.75rem, 3vw, 2.48rem);
  font-weight: 820;
  line-height: 1.1;
  letter-spacing: -0.048em;
}

body.single-product div.product .vqw-product-results,
body.single-product div.product .vqw-product-faq {
  background: #fafcfd;
  background-image: none;
  border-color: rgba(17, 24, 39, 0.08);
  border-radius: 16px;
}

body.single-product .vqw-product-results__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body.single-product .vqw-product-results__item {
  min-height: 0;
  gap: 10px;
  padding: 15px;
  border-color: rgba(17, 24, 39, 0.07);
  border-radius: 10px;
}

body.single-product .vqw-product-results__check {
  flex-basis: 22px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
}

body.single-product .vqw-product-results__check .vqw-product-native-icon__svg {
  width: 14px;
  height: 14px;
}

body.single-product .vqw-product-results__item h3 {
  font-size: .92rem;
  font-weight: 820;
  letter-spacing: -0.018em;
}

body.single-product .vqw-product-results__item p {
  font-size: .86rem;
  font-weight: 480;
  line-height: 1.34;
}

body.single-product div.product .vqw-product-disciplines {
  padding: clamp(24px, 3vw, 34px);
  border-color: rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: #fff;
}

body.single-product .vqw-product-disciplines__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-top: 14px;
  padding: 0 11px;
  border: 1px solid rgba(104, 178, 227, 0.26);
  border-radius: 999px;
  background: #fafcfd;
  color: #2b8fc7;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  line-height: 1;
}

body.single-product .vqw-product-disciplines__list {
  column-gap: clamp(26px, 4vw, 50px);
}

body.single-product .vqw-product-disciplines__item {
  padding: 10px 0;
  color: #3f4650;
  font-size: .96rem;
  font-weight: 620;
  letter-spacing: -0.018em;
}

body.single-product .vqw-product-disciplines__item::before {
  width: 5px;
  height: 5px;
  flex-basis: 5px;
  margin-top: .58em;
}

body.single-product div.product .vqw-product-organization {
  padding-top: 0;
}

body.single-product .vqw-product-organization__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(34px, 5vw, 72px);
  row-gap: 0;
  margin-top: 18px;
}

body.single-product .vqw-product-organization__item {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

body.single-product .vqw-product-native-icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(104, 178, 227, 0.36);
  border-radius: 10px;
  background: #fafcfd;
  color: #2b8fc7;
}

body.single-product .vqw-product-native-icon__svg {
  width: 19px;
  height: 19px;
}

body.single-product .vqw-product-organization__item h3 {
  margin-bottom: 7px;
  color: #32373c;
  font-size: clamp(1.03rem, 1.55vw, 1.24rem);
  font-weight: 800;
  letter-spacing: -0.032em;
}

body.single-product .vqw-product-organization__item p {
  color: #626d7c;
  font-size: .96rem;
  font-weight: 460;
  line-height: 1.48;
  letter-spacing: -0.018em;
}

body.single-product .vqw-product-faq__list {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 12px;
  background: #fff;
}

body.single-product .vqw-product-faq__item {
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 0;
  background: transparent;
}

body.single-product .vqw-product-faq__item:last-child {
  border-bottom: 0;
}

body.single-product .vqw-product-faq__item summary {
  min-height: 58px;
  padding: 16px 20px;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 780;
  letter-spacing: -0.026em;
}

body.single-product .vqw-product-faq__answer p {
  color: #626d7c;
  font-size: .96rem;
  font-weight: 460;
  line-height: 1.48;
}

@media (max-width: 900px) {
  body.single-product .vqw-qf-included__grid,
  body.single-product .vqw-product-results__grid,
  body.single-product .vqw-product-organization__grid {
    grid-template-columns: 1fr;
  }

  body.single-product .vqw-qf-included__features {
    grid-template-columns: 1fr;
  }

  body.single-product .vqw-product-results__grid {
    gap: 9px;
  }
}

@media (max-width: 767px) {
  body.single-product .woocommerce div.product .product_title {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }

  body.single-product .vqw-single-product-subtitle {
    font-size: .95rem;
  }

  body.single-product .woocommerce div.product .summary .vqw-product-benefits,
  body.single-product .vqw-product-benefits,
  body.single-product .woocommerce-product-details__short-description .features-list,
  body.single-product .vqw-product-bonus__list {
    grid-template-columns: 1fr !important;
  }

  body.single-product .vqw-product-description-builder {
    margin: 36px auto 28px;
  }

  body.single-product .vqw-product-native-section {
    margin-bottom: 36px;
  }

  body.single-product div.product .vqw-qf-included,
  body.single-product div.product .vqw-product-results,
  body.single-product div.product .vqw-product-disciplines,
  body.single-product div.product .vqw-product-faq {
    padding: 20px;
    border-radius: 14px;
  }

  body.single-product .vqw-product-native-head {
    margin-bottom: 18px;
  }

  body.single-product .vqw-product-native-head h2 {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  body.single-product .vqw-product-disciplines__count {
    margin-top: 11px;
  }

  body.single-product .vqw-product-organization__item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
  }

  body.single-product .vqw-product-native-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  body.single-product .vqw-product-native-icon__svg {
    width: 17px;
    height: 17px;
  }

  body.single-product .vqw-product-faq__item summary {
    min-height: 54px;
    padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body.single-product .vqw-product-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Produto v1.0.109: largura padrão e títulos centralizados nas seções nativas */
body.single-product div.product .vqw-product-description-builder {
  clear: both;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: clamp(72px, 7vw, 96px) 0 42px;
}

body.single-product div.product .vqw-product-description-builder > .vqw-product-native-section,
body.single-product div.product .vqw-product-results,
body.single-product div.product .vqw-product-disciplines,
body.single-product div.product .vqw-product-organization,
body.single-product div.product .vqw-product-faq {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

body.single-product div.product .vqw-product-results {
  margin-top: 0;
}

body.single-product div.product .vqw-product-results .vqw-product-native-head,
body.single-product div.product .vqw-product-faq .vqw-product-native-head {
  text-align: center;
}

body.single-product div.product .vqw-product-results .vqw-product-native-eyebrow,
body.single-product div.product .vqw-product-faq .vqw-product-native-eyebrow {
  justify-content: center;
}

@media (max-width: 767px) {
  body.single-product div.product .vqw-product-description-builder {
    margin: 46px 0 30px;
  }
}


/* Produto v1.0.110: respiro entre galeria do produto e bloco de resultados */
@media (min-width: 992px) {
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
  body.single-product.woocommerce-page div.product div.images.woocommerce-product-gallery {
    margin-bottom: clamp(28px, 3vw, 44px) !important;
  }
}


/* Produto v1.0.111: respiro efetivo antes do bloco de resultados */
body.single-product div.product .vqw-product-description-builder {
  clear: both !important;
  box-sizing: border-box;
  margin-top: 0 !important;
  padding-top: clamp(34px, 4vw, 58px) !important;
}

body.single-product div.product .vqw-product-description-builder > .vqw-product-results:first-child {
  margin-top: 0 !important;
}

body.single-product div.product > .vqw-product-results {
  margin-top: clamp(34px, 4vw, 58px) !important;
}

@media (max-width: 767px) {
  body.single-product div.product .vqw-product-description-builder {
    padding-top: 28px !important;
  }
}


/* Produto/Home v1.0.112: distância menor e imagem do banner inicial arredondada */
body.single-product div.product .vqw-product-description-builder {
  padding-top: clamp(16px, 2vw, 26px) !important;
}

body.single-product div.product > .vqw-product-results {
  margin-top: clamp(16px, 2vw, 26px) !important;
}

@media (min-width: 992px) {
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
  body.single-product.woocommerce-page div.product div.images.woocommerce-product-gallery {
    margin-bottom: clamp(8px, 1.2vw, 16px) !important;
  }
}

.vqw-hero-product-card {
  overflow: hidden;
  border-radius: 18px;
}

.vqw-hero__image {
  border-radius: 18px;
  overflow: hidden;
}

body.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
body.single-product .woocommerce div.product .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce div.product .woocommerce-product-gallery__image,
body.single-product .woocommerce div.product .woocommerce-product-gallery__image a {
  border-radius: 18px;
  overflow: hidden;
}

body.single-product .woocommerce div.product div.images img {
  border-radius: 18px !important;
}

@media (max-width: 767px) {
  body.single-product div.product .vqw-product-description-builder {
    padding-top: 18px !important;
  }

  .vqw-hero-product-card,
  .vqw-hero__image,
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
  body.single-product .woocommerce div.product .woocommerce-product-gallery__wrapper,
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image,
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image a,
  body.single-product .woocommerce div.product div.images img {
    border-radius: 14px !important;
  }
}


/* Produto/Home v1.0.113: imagem do banner inicial com raio de 10px */
.vqw-hero-product-card,
.vqw-hero__image {
  border-radius: 10px !important;
}

@media (max-width: 767px) {
  .vqw-hero-product-card,
  .vqw-hero__image {
    border-radius: 10px !important;
  }
}


/* Home v1.0.115: FAQ na largura padrão do container */
.home #faq .vqw-container.vqw-faq-wrap {
  max-width: var(--vqw-container);
}

.home #faq .vqw-section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home #faq .vqw-eyebrow {
  justify-content: center;
}


/* Home v1.0.116: FAQ alinhado à esquerda como as demais seções */
.home #faq .vqw-section-head {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.home #faq .vqw-eyebrow {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .home #faq .vqw-section-head {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .home #faq .vqw-eyebrow {
    justify-content: flex-start;
  }
}

/* Página Contato v1.0.117 */
.vqw-site-main--contact {
  background: #fff;
}

.vqw-contact-hero {
  padding: clamp(48px, 7vw, 86px) 0 clamp(24px, 4vw, 42px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
  background: #fafcfd;
}

.vqw-contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
}

.vqw-contact-hero__content {
  max-width: 760px;
}

.vqw-contact-hero__content h1 {
  margin-bottom: 14px;
  color: var(--vqw-ink);
  font-size: clamp(2.25rem, 5.3vw, 4.7rem);
  font-weight: 880;
  line-height: .98;
  letter-spacing: -0.065em;
}

.vqw-contact-hero__text {
  max-width: 690px;
  color: #566171;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  font-weight: 460;
  line-height: 1.55;
  letter-spacing: -0.018em;
}

.vqw-contact-hero__text p:last-child {
  margin-bottom: 0;
}

.vqw-contact-hero__panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: #fff;
}

.vqw-contact-hero__metric {
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 12px;
  background: #fafcfd;
}

.vqw-contact-hero__metric strong,
.vqw-contact-info__card strong,
.vqw-contact-channel strong {
  display: block;
  margin-bottom: 4px;
  color: var(--vqw-ink);
  font-size: .96rem;
  font-weight: 820;
  letter-spacing: -0.018em;
}

.vqw-contact-hero__metric span,
.vqw-contact-info__card p,
.vqw-contact-channel small {
  color: #647082;
  font-size: .9rem;
  font-weight: 470;
  line-height: 1.42;
}

.vqw-contact-section {
  padding: clamp(38px, 6vw, 74px) 0;
}

.vqw-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 390px);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
}

.vqw-contact-form-card,
.vqw-contact-info__card,
.vqw-contact-channel {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: #fff;
}

.vqw-contact-form-card {
  padding: clamp(22px, 3.2vw, 36px);
}

.vqw-contact-form-card__head {
  max-width: 720px;
  margin-bottom: 22px;
}

.vqw-contact-form-card__head h2,
.vqw-contact-info__card--main h2 {
  margin-bottom: 9px;
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  font-weight: 840;
  letter-spacing: -0.05em;
}

.vqw-contact-form-card__head p,
.vqw-contact-info__card--main p {
  color: #667085;
  font-size: .96rem;
  font-weight: 460;
  line-height: 1.48;
}

.vqw-contact-alert {
  margin: 0 0 18px;
  padding: 13px 15px;
  border-radius: 12px;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.42;
}

.vqw-contact-alert--success {
  border: 1px solid rgba(47, 143, 91, 0.24);
  background: #f2fbf6;
  color: #20633e;
}

.vqw-contact-alert--error {
  border: 1px solid rgba(228, 63, 90, 0.26);
  background: #fff6f8;
  color: #a32b42;
}

.vqw-contact-alert ul {
  margin: 8px 0 0 18px;
  padding: 0;
}

.vqw-contact-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.vqw-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vqw-contact-field {
  margin: 0;
}

.vqw-contact-field--full {
  grid-column: 1 / -1;
}

.vqw-contact-field label,
.vqw-contact-privacy {
  display: block;
  margin-bottom: 7px;
  color: var(--vqw-ink);
  font-size: .82rem;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.vqw-contact-field label span {
  color: var(--vqw-danger);
}

.vqw-contact-field input,
.vqw-contact-field select,
.vqw-contact-field textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #dce5ee;
  border-radius: 10px;
  background: #fff;
  color: var(--vqw-ink);
  font-size: .95rem;
  font-weight: 440;
  outline: none;
  transition: border-color .16s ease, background-color .16s ease;
}

.vqw-contact-field textarea {
  min-height: 150px;
  padding-top: 12px;
  resize: vertical;
}

.vqw-contact-field input::placeholder,
.vqw-contact-field textarea::placeholder {
  color: #a2a4a7;
}

.vqw-contact-field input:focus,
.vqw-contact-field select:focus,
.vqw-contact-field textarea:focus {
  border-color: rgba(104, 178, 227, .9);
  background: #fafcfd;
}

.vqw-contact-privacy {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 16px 0 18px;
  color: #667085;
  font-weight: 520;
  line-height: 1.38;
}

.vqw-contact-privacy input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.vqw-contact-submit {
  min-width: 210px;
  min-height: 48px;
}

.vqw-contact-info {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 96px;
}

.vqw-contact-info__card,
.vqw-contact-channel {
  padding: 18px;
}

.vqw-contact-info__card--main {
  background: #fafcfd;
}

.vqw-contact-channel {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 13px;
  align-items: center;
  color: inherit;
  transition: border-color .16s ease, background-color .16s ease;
}

.vqw-contact-channel:hover {
  border-color: rgba(104, 178, 227, 0.42);
  background: #fafcfd;
  color: inherit;
}

.vqw-contact-channel span {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: #eef8ff;
  color: #2b8fc7;
  font-size: .78rem;
  font-weight: 850;
}

.vqw-contact-channel strong,
.vqw-contact-channel small {
  margin: 0;
}

.vqw-contact-content-section {
  padding: 0 0 clamp(42px, 6vw, 72px);
}

.vqw-contact-content {
  max-width: 900px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: #fff;
}

@media (max-width: 900px) {
  .vqw-contact-hero__grid,
  .vqw-contact-grid {
    grid-template-columns: 1fr;
  }

  .vqw-contact-info {
    position: static;
  }
}

@media (max-width: 640px) {
  .vqw-contact-hero {
    padding-top: 36px;
  }

  .vqw-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .vqw-contact-form-card,
  .vqw-contact-info__card,
  .vqw-contact-channel,
  .vqw-contact-hero__panel {
    border-radius: 14px;
  }

  .vqw-contact-submit {
    width: 100%;
  }
}


/* Página Sobre v1.0.119 */
.vqw-site-main--about {
  background: #fff;
}

.vqw-about-hero {
  padding: clamp(52px, 7vw, 92px) 0 clamp(30px, 4.8vw, 62px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
  background: #fafcfd;
}

.vqw-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.vqw-about-hero__content {
  max-width: 820px;
}

.vqw-about-hero__content h1 {
  margin-bottom: 18px;
  color: var(--vqw-ink);
  font-size: clamp(2.35rem, 5.7vw, 5.15rem);
  font-weight: 880;
  line-height: .96;
  letter-spacing: -0.07em;
}

.vqw-about-hero__text {
  max-width: 720px;
  color: #566171;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  font-weight: 460;
  line-height: 1.56;
  letter-spacing: -0.018em;
}

.vqw-about-hero__text p:last-child,
.vqw-about-section-head div p:last-child,
.vqw-about-statement__content div p:last-child,
.vqw-about-values__intro div p:last-child,
.vqw-about-method-card div p:last-child,
.vqw-about-value-card div p:last-child,
.vqw-about-cta div div p:last-child {
  margin-bottom: 0;
}

.vqw-about-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.vqw-about-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(104, 178, 227, 0.28);
  border-radius: 999px;
  background: #fff;
  color: #2b8fc7;
  font-size: .78rem;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.vqw-about-hero__panel {
  display: grid;
  gap: 14px;
}

.vqw-about-brand-card {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: #fff;
}

.vqw-about-brand-card span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: #eef8ff;
  color: #2b8fc7;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vqw-about-brand-card strong {
  display: block;
  max-width: 320px;
  margin-bottom: 12px;
  color: var(--vqw-ink);
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  font-weight: 840;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.vqw-about-brand-card p,
.vqw-about-stat span,
.vqw-about-section-head div,
.vqw-about-statement__content div,
.vqw-about-values__intro div,
.vqw-about-method-card div,
.vqw-about-value-card div,
.vqw-about-cta div div {
  color: #647082;
  font-size: .96rem;
  font-weight: 460;
  line-height: 1.5;
  letter-spacing: -0.018em;
}

.vqw-about-hero__stats {
  display: grid;
  gap: 10px;
}

.vqw-about-stat {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 14px;
  background: #fff;
}

.vqw-about-stat strong {
  color: var(--vqw-ink);
  font-size: 2rem;
  font-weight: 860;
  line-height: 1;
  letter-spacing: -0.06em;
}

.vqw-about-statement-section,
.vqw-about-method-section,
.vqw-about-values-section,
.vqw-about-cta-section,
.vqw-about-content-section {
  padding: clamp(46px, 6.6vw, 86px) 0;
}

.vqw-about-statement-section,
.vqw-about-values-section {
  background: #fff;
}

.vqw-about-method-section,
.vqw-about-cta-section {
  border-top: 1px solid rgba(17, 24, 39, 0.07);
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
  background: #fafcfd;
}

.vqw-about-statement {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.vqw-about-statement__label {
  position: sticky;
  top: 104px;
}

.vqw-about-statement__label span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: #fff;
  color: #2b8fc7;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vqw-about-statement__content h2 {
  max-width: 920px;
  margin-bottom: 20px;
  color: var(--vqw-ink);
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 840;
  line-height: 1;
  letter-spacing: -0.065em;
}

.vqw-about-statement__content div {
  max-width: 760px;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
}

.vqw-about-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.vqw-about-section-head h2,
.vqw-about-values__intro h2,
.vqw-about-cta h2 {
  margin-bottom: 12px;
  color: var(--vqw-ink);
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  font-weight: 840;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.vqw-about-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vqw-about-method-card,
.vqw-about-value-card {
  padding: clamp(20px, 2.6vw, 28px);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: #fff;
}

.vqw-about-method-card span,
.vqw-about-value-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 10px;
  background: #eef8ff;
  color: #2b8fc7;
  font-size: .8rem;
  font-weight: 850;
}

.vqw-about-method-card h3,
.vqw-about-value-card h3 {
  margin-bottom: 9px;
  color: var(--vqw-ink);
  font-size: 1.08rem;
  font-weight: 820;
  letter-spacing: -0.026em;
}

.vqw-about-values {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.vqw-about-values__intro {
  position: sticky;
  top: 104px;
}

.vqw-about-values__grid {
  display: grid;
  gap: 12px;
}

.vqw-about-value-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
}

.vqw-about-value-card span {
  margin-bottom: 0;
}

.vqw-about-value-card h3,
.vqw-about-value-card div {
  grid-column: 2;
}

.vqw-about-cta-section {
  padding: clamp(38px, 5.5vw, 70px) 0;
}

.vqw-about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(24px, 3.6vw, 40px);
  border: 1px solid rgba(104, 178, 227, 0.22);
  border-radius: 18px;
  background: #fff;
}

.vqw-about-cta > div {
  max-width: 720px;
}

.vqw-about-cta .vqw-button {
  flex: 0 0 auto;
}

.vqw-about-content-section {
  padding-top: 0;
}

.vqw-about-content {
  max-width: 920px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: #fff;
}

@media (max-width: 960px) {
  .vqw-about-hero__grid,
  .vqw-about-statement,
  .vqw-about-values {
    grid-template-columns: 1fr;
  }

  .vqw-about-statement__label,
  .vqw-about-values__intro {
    position: static;
  }

  .vqw-about-method-grid {
    grid-template-columns: 1fr;
  }

  .vqw-about-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .vqw-about-hero {
    padding-top: 38px;
  }

  .vqw-about-stat {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .vqw-about-stat strong {
    font-size: 1.6rem;
  }

  .vqw-about-value-card {
    grid-template-columns: 1fr;
  }

  .vqw-about-value-card h3,
  .vqw-about-value-card div {
    grid-column: auto;
  }

  .vqw-about-value-card span {
    margin-bottom: 16px;
  }

  .vqw-about-cta .vqw-button {
    width: 100%;
  }
}


/* Página Sobre v1.0.120: narrativa institucional e citação */
.vqw-about-quote-section {
  padding: clamp(34px, 5vw, 64px) 0;
  background: #fff;
}

.vqw-about-quote {
  margin: 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(104, 178, 227, 0.24);
  border-radius: 18px;
  background: #fafcfd;
}

.vqw-about-quote blockquote {
  max-width: 920px;
  margin: 0;
  color: var(--vqw-ink);
  font-size: clamp(1.35rem, 2.8vw, 2.45rem);
  font-weight: 760;
  line-height: 1.16;
  letter-spacing: -0.055em;
}

.vqw-about-quote figcaption {
  margin-top: 18px;
  color: #2b8fc7;
  font-size: .9rem;
  font-weight: 820;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.vqw-about-hero__content h1 {
  max-width: 980px;
}

.vqw-about-statement__content div p {
  margin-bottom: 1.05em;
}

@media (max-width: 640px) {
  .vqw-about-quote {
    padding: 22px;
    border-radius: 16px;
  }
}


/* Carrinho v1.0.121: melhora espaçamento entre rótulos e valores no mobile */
@media (max-width: 820px) {
  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    row-gap: 10px !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name::before,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal::before {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    float: none !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-name a,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal .amount,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal bdi {
    min-width: 0 !important;
  }

  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    margin-top: 4px !important;
  }
}


/* Header v1.0.122: não marcar links de âncora como ativos junto com Home */
body.home .vqw-menu .current-menu-item > a[href*="#"]:not(:hover):not(:focus),
body.home .vqw-menu .current_page_item > a[href*="#"]:not(:hover):not(:focus),
body.front-page .vqw-menu .current-menu-item > a[href*="#"]:not(:hover):not(:focus),
body.front-page .vqw-menu .current_page_item > a[href*="#"]:not(:hover):not(:focus) {
  color: var(--vqw-ink);
}

/* Produto v1.0.126: tipografia mais leve na página individual do produto */
body.single-product .woocommerce div.product,
body.single-product .woocommerce div.product .summary,
body.single-product .woocommerce div.product .summary p,
body.single-product .woocommerce div.product .summary li,
body.single-product .woocommerce div.product .woocommerce-product-details__short-description,
body.single-product .woocommerce div.product .woocommerce-product-details__short-description p,
body.single-product .woocommerce div.product .woocommerce-product-details__short-description li,
body.single-product .woocommerce div.product form.cart label,
body.single-product .vqw-single-product-subtitle,
body.single-product .vqw-product-description-builder,
body.single-product .vqw-product-description-builder p,
body.single-product .vqw-product-description-builder li,
body.single-product .vqw-product-description-builder a,
body.single-product .vqw-qf-included p,
body.single-product .vqw-qf-included li,
body.single-product .vqw-product-benefit__text,
body.single-product .woocommerce-product-details__short-description .features-list > li,
body.single-product .vqw-product-bonus__list li,
body.single-product .vqw-product-results__item p,
body.single-product .vqw-product-disciplines__item,
body.single-product .vqw-product-organization__item p,
body.single-product .vqw-product-faq__answer p {
  font-weight: 400 !important;
}

body.single-product .woocommerce div.product .product_title {
  font-weight: 620 !important;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price,
body.single-product .woocommerce div.product p.price ins,
body.single-product .woocommerce div.product span.price ins,
body.single-product .woocommerce div.product p.price ins .amount,
body.single-product .woocommerce div.product span.price ins .amount {
  font-weight: 600 !important;
}

body.single-product .vqw-product-native-head h2,
body.single-product .vqw-qf-included__title,
body.single-product .vqw-qf-included__panel h3 {
  font-weight: 600 !important;
}

body.single-product .vqw-product-results__item h3,
body.single-product .vqw-product-organization__item h3,
body.single-product .vqw-product-faq__item summary,
body.single-product .vqw-product-bonus__title,
body.single-product .vqw-qf-included__feature strong,
body.single-product .vqw-qf-included__plan strong,
body.single-product .vqw-product-description-builder strong,
body.single-product .vqw-product-disciplines__count {
  font-weight: 500 !important;
}

body.single-product .vqw-product-native-eyebrow,
body.single-product .vqw-qf-included__badge {
  font-weight: 550 !important;
}

body.single-product .vqw-qf-included__logo-word,
body.single-product .woocommerce div.product .summary .single_add_to_cart_button,
body.single-product .woocommerce div.product .summary button.single_add_to_cart_button,
body.single-product .woocommerce div.product .summary button[name="add-to-cart"],
body.single-product .woocommerce div.product .summary .vqw-product-sample-button {
  font-weight: 650 !important;
}



/* Produto v1.0.127: títulos com mais presença, mantendo textos corridos leves */
body.single-product .woocommerce div.product .product_title {
  font-weight: 760 !important;
}

body.single-product .vqw-product-native-head h2,
body.single-product .vqw-qf-included__title,
body.single-product .vqw-qf-included__panel h3 {
  font-weight: 760 !important;
}

body.single-product .vqw-product-results__item h3,
body.single-product .vqw-product-organization__item h3,
body.single-product .vqw-product-faq__item summary,
body.single-product .vqw-product-bonus__title,
body.single-product .vqw-qf-included__feature strong,
body.single-product .vqw-qf-included__plan strong,
body.single-product .vqw-product-description-builder strong,
body.single-product .vqw-product-disciplines__count {
  font-weight: 650 !important;
}

body.single-product .vqw-product-native-eyebrow,
body.single-product .vqw-qf-included__badge {
  font-weight: 700 !important;
}


/* Header v1.0.132: botão QuestFlow sem ícone e com seta */
.vqw-button--qf-header {
  min-height: 38px;
  gap: 7px;
  padding: 0 13px;
  text-transform: none;
  letter-spacing: -0.045em;
}

.vqw-header-qf-word {
  color: inherit;
  font-family: "Avenir Black", "Avenir Next", Avenir, var(--vqw-font);
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
}

.vqw-header-qf-arrow {
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: currentColor;
}

/* Header v1.0.151: botão QuestFlow neutro, com hover apenas em texto e contorno */
.vqw-button--qf-header {
  --button-bg: transparent;
  --button-color: var(--vqw-ink);
  --button-border: #e6e7e9;
  background: transparent !important;
  border-color: #e6e7e9 !important;
  color: var(--vqw-ink) !important;
}

.vqw-button--qf-header:hover,
.vqw-button--qf-header:focus,
.vqw-button--qf-header:focus-visible {
  --button-bg: transparent;
  --button-color: #68b2e3;
  --button-border: #68b2e3;
  background: transparent !important;
  border-color: #68b2e3 !important;
  color: #68b2e3 !important;
}


/* Header v1.0.134: espaçamento da marca QuestFlow */
.vqw-button--qf-header {
  letter-spacing: 0 !important;
}

.vqw-header-qf-word {
  letter-spacing: 0.018em !important;
  font-kerning: normal;
}



/* Header v1.0.135: ajuste fino do espaçamento da marca QuestFlow */
.vqw-header-qf-word {
  letter-spacing: -0.01em !important;
}


/* Produto v1.0.137: ícone de cadernos atualizado e disciplinas sem linhas inferiores */
body.single-product .vqw-product-disciplines__item {
  border-bottom: 0 !important;
}


/* Header v1.0.138: marca QuestFlow um pouco maior */
.vqw-header-qf-word {
  font-size: 1.02rem !important;
}


/* Produto v1.0.139: imagem da galeria sem abertura da URL direta */
body.single-product .woocommerce-product-gallery__image a.vqw-product-gallery-link-disabled {
  cursor: default;
}

/* Header/Home v1.0.143: ajuste direto e restrito nas regras originais, sem sobrescritas amplas. */


/* Produto v1.0.144: modo lançamento com contador e formulário Brevo */
body.single-product .vqw-product-launch {
  width: 100%;
  margin: 26px 0 22px;
  padding: clamp(18px, 2.6vw, 26px);
  border: 1px solid rgba(104, 178, 227, 0.28);
  border-radius: 14px;
  background: #fafcfd;
  color: #32373c;
}

body.single-product .vqw-product-launch__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  color: #2b8fc7;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.single-product .vqw-product-launch__title {
  margin: 0 0 14px;
  color: #20242b;
  font-size: clamp(1.28rem, 2.2vw, 1.62rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

body.single-product .vqw-product-launch__timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 15px;
}

body.single-product .vqw-product-launch__unit {
  display: flex;
  min-height: 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

body.single-product .vqw-product-launch__unit strong {
  display: block;
  color: #32373c;
  font-size: clamp(1.32rem, 2.6vw, 1.72rem);
  font-weight: 750;
  line-height: 1;
  letter-spacing: -0.04em;
}

body.single-product .vqw-product-launch__unit small {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: .73rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

body.single-product .vqw-product-launch__text {
  max-width: 620px;
  margin: 0 0 16px;
  color: #4f5967;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.45;
}

body.single-product .vqw-product-launch__form {
  margin-top: 14px;
}

body.single-product .vqw-product-launch__form form {
  margin-bottom: 0;
}

body.single-product .vqw-product-launch__form input[type="email"],
body.single-product .vqw-product-launch__form input[type="text"],
body.single-product .vqw-product-launch__form input[type="tel"],
body.single-product .vqw-product-launch__form input[type="submit"],
body.single-product .vqw-product-launch__form button {
  min-height: 46px;
  border-radius: 9px;
}

body.single-product .vqw-product-launch__form input[type="submit"],
body.single-product .vqw-product-launch__form button[type="submit"] {
  border-color: #68b2e3;
  background: #68b2e3;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 640px) {
  body.single-product .vqw-product-launch {
    margin: 22px 0 18px;
    padding: 18px;
    border-radius: 12px;
  }

  body.single-product .vqw-product-launch__timer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Produto v1.0.147: quadro de lançamento mais compacto e neutro */
body.single-product .vqw-product-launch {
  margin: 18px 0 16px;
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid #e6e7e9;
  border-radius: 12px;
  background: #f8f9fb;
}

body.single-product .vqw-product-launch__eyebrow {
  margin: 0 0 8px;
  color: #7b8494;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
}

body.single-product .vqw-product-launch__title {
  margin: 0 0 10px;
  font-size: clamp(1rem, 1.5vw, 18px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

body.single-product .vqw-product-launch__timer {
  gap: 7px;
  margin: 0 0 12px;
}

body.single-product .vqw-product-launch__unit {
  min-height: 58px;
  padding: 8px 6px;
  border: 1px solid #e6e7e9;
  border-radius: 9px;
  background: #fcfcfd;
}

body.single-product .vqw-product-launch__unit strong {
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  font-weight: 700;
}

body.single-product .vqw-product-launch__unit small {
  margin-top: 5px;
  color: #7b8494;
  font-size: .68rem;
  letter-spacing: .02em;
}

body.single-product .vqw-product-launch__text {
  margin: 0 0 12px;
  color: #5f6978;
  font-size: .92rem;
  line-height: 1.42;
}

body.single-product .vqw-product-launch__form {
  margin-top: 10px;
}

body.single-product .vqw-product-launch__form p {
  margin-bottom: 0;
}

body.single-product .vqw-product-launch__form input[type="email"],
body.single-product .vqw-product-launch__form input[type="text"],
body.single-product .vqw-product-launch__form input[type="tel"],
body.single-product .vqw-product-launch__form input[type="submit"],
body.single-product .vqw-product-launch__form button {
  min-height: 42px;
  border-radius: 9px;
}

body.single-product .vqw-product-launch__form input[type="email"],
body.single-product .vqw-product-launch__form input[type="text"],
body.single-product .vqw-product-launch__form input[type="tel"] {
  border-color: #dfe3e8;
  background: #fff;
}

body.single-product .vqw-product-launch__form input[type="submit"],
body.single-product .vqw-product-launch__form button[type="submit"] {
  border-color: #dfe3e8;
  background: #eef2f6;
  color: #32373c;
  font-weight: 700;
}

body.single-product .vqw-product-launch__form input[type="submit"]:hover,
body.single-product .vqw-product-launch__form button[type="submit"]:hover,
body.single-product .vqw-product-launch__form input[type="submit"]:focus,
body.single-product .vqw-product-launch__form button[type="submit"]:focus {
  border-color: #d4dae2;
  background: #e7ecf2;
  color: #20242b;
}

@media (max-width: 640px) {
  body.single-product .vqw-product-launch {
    margin: 18px 0 14px;
    padding: 15px;
  }

  body.single-product .vqw-product-launch__unit {
    min-height: 54px;
  }
}


/* Produto v1.0.150: modo lançamento sem card, separado por linha */
body.single-product .vqw-product-launch {
  margin: 20px 0 16px;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid #e6e7e9;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.single-product .vqw-product-launch__title {
  margin-bottom: 10px;
}

body.single-product .vqw-product-launch__timer {
  margin-bottom: 12px;
}

body.single-product .vqw-product-launch__unit {
  background: #f8f9fb;
}

@media (max-width: 640px) {
  body.single-product .vqw-product-launch {
    margin: 18px 0 14px;
    padding: 16px 0 0;
  }
}

/* Produto v1.0.152/1.0.153: bloco informativo na descrição e disciplinas agrupadas */
body.single-product .vqw-product-top-info {
  margin: 18px 0 20px;
  padding: 16px 0;
  border-top: 1px solid #e6e7e9;
  border-bottom: 1px solid #e6e7e9;
  color: #32373c;
}

body.single-product .vqw-product-top-info__title {
  margin: 0 0 6px;
  color: #20242b;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.026em;
}

body.single-product .vqw-product-top-info__subtitle {
  margin: 0 0 12px;
  color: #5f6978;
  font-size: .94rem;
  font-weight: 400;
  line-height: 1.42;
}

body.single-product .vqw-product-top-info__items {
  display: grid;
  gap: 0;
}

body.single-product .vqw-product-top-info__item {
  padding: 10px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.07);
}

body.single-product .vqw-product-top-info__item:first-child {
  padding-top: 0;
  border-top: 0;
}

body.single-product .vqw-product-top-info__item:last-child {
  padding-bottom: 0;
}

body.single-product .vqw-product-top-info__item h3 {
  margin: 0 0 4px;
  color: #20242b;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.018em;
}

body.single-product .vqw-product-top-info__item p {
  margin: 0;
  color: #626d7c;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.42;
}

body.single-product .vqw-product-disciplines__groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px clamp(24px, 4vw, 48px);
}

body.single-product .vqw-product-disciplines__group {
  min-width: 0;
}

body.single-product .vqw-product-disciplines__group-title {
  margin: 0 0 10px;
  color: #20242b;
  font-size: .98rem;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.018em;
}

body.single-product .vqw-product-disciplines__group-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-product .vqw-product-disciplines__group-item,
body.single-product .vqw-product-disciplines__item {
  border: 0 !important;
  box-shadow: none !important;
}

body.single-product .vqw-product-disciplines__group-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  body.single-product .vqw-product-top-info {
    margin: 16px 0 18px;
    padding: 14px 0;
  }

  body.single-product .vqw-product-disciplines__groups {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/* Produto v1.0.153: bloco informativo dentro da descrição completa */
body.single-product .vqw-product-description-builder > .vqw-product-top-info {
  margin-top: 0;
}


/* Produto v1.0.155: múltiplos blocos adicionais na descrição */
body.single-product .vqw-product-top-info__blocks {
  display: grid;
  gap: 0;
}

body.single-product .vqw-product-top-info__block {
  padding: 16px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.07);
}

body.single-product .vqw-product-top-info__block:first-child {
  padding-top: 0;
  border-top: 0;
}

body.single-product .vqw-product-top-info__block:last-child {
  padding-bottom: 0;
}

body.single-product .vqw-product-top-info__text {
  margin: 0;
  color: #626d7c;
  font-size: .92rem;
  font-weight: 400;
  line-height: 1.46;
}

@media (max-width: 767px) {
  body.single-product .vqw-product-top-info__block {
    padding: 14px 0;
  }
}

/* Produto v1.0.156: bloco adicional com título padrão e múltiplos subtítulos */
body.single-product .vqw-product-top-info__head {
  max-width: 840px;
  margin: 0 auto 24px;
  text-align: center;
}

body.single-product .vqw-product-top-info__head h2 {
  margin: 0;
  color: #20242b;
  font-size: clamp(1.75rem, 3vw, 2.48rem);
  font-weight: 820;
  line-height: 1.1;
  letter-spacing: -0.048em;
}

body.single-product .vqw-product-top-info__sections {
  display: grid;
  gap: 0;
}

body.single-product .vqw-product-top-info__section {
  padding: 14px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

body.single-product .vqw-product-top-info__section:first-child {
  padding-top: 0;
  border-top: 0;
}

body.single-product .vqw-product-top-info__section:last-child {
  padding-bottom: 0;
}

body.single-product h3.vqw-product-top-info__subtitle {
  margin: 0 0 7px;
  color: #32373c;
  font-size: clamp(1.03rem, 1.55vw, 1.24rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.032em;
}

body.single-product .vqw-product-top-info__section .vqw-product-top-info__text {
  color: #626d7c;
  font-size: .96rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: -0.018em;
}

@media (max-width: 767px) {
  body.single-product .vqw-product-top-info__head {
    margin-bottom: 18px;
  }

  body.single-product .vqw-product-top-info__head h2 {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  body.single-product .vqw-product-top-info__section {
    padding: 12px 0;
  }
}


/* Produto v1.0.161: separador abaixo do Material Bônus antes da compra */
body.single-product .vqw-product-bonus-wrap {
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08) !important;
}

@media (max-width: 767px) {
  body.single-product .vqw-product-bonus-wrap {
    padding-bottom: 16px !important;
  }
}


/* Home v1.0.163: hover do botão Saiba mais do parcelamento */
.vqw-payment-card .vqw-button--light:hover {
  --button-bg: #fff;
  --button-color: #68b2e3;
  --button-border: #68b2e3;
}
