.flv-im8-page {
  --flv-navy: #08284a;
  --flv-navy-dark: #04192f;
  --flv-ink: #102033;
  --flv-muted: #5d6f7b;
  --flv-green: #168447;
  --flv-green-2: #24a95a;
  --flv-yellow: #f4b400;
  --flv-yellow-dark: #d99b00;
  --flv-bg: #f5faf9;
  --flv-bg-soft: #eef7f5;
  --flv-white: #ffffff;
  --flv-border: #d9e8e7;
  --flv-shadow: 0 22px 70px rgba(8, 40, 74, .09);
  --flv-shadow-strong: 0 34px 95px rgba(8, 40, 74, .12);
  background: var(--flv-bg);
  color: var(--flv-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.flv-im8-page *,
.flv-im8-page *::before,
.flv-im8-page *::after {
  box-sizing: border-box;
}

.flv-im8-page h1,
.flv-im8-page h2,
.flv-im8-page h3,
.flv-im8-page p,
.flv-im8-page figure {
  margin-top: 0;
}

.flv-im8-wrap {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.flv-im8-eyebrow {
  margin-bottom: 14px;
  color: var(--flv-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.flv-im8-page h1,
.flv-im8-page h2,
.flv-im8-page h3 {
  color: var(--flv-navy);
  letter-spacing: 0;
}

.flv-im8-page h1,
.flv-im8-section h2,
.flv-im8-final h2 {
  font-weight: 860;
  line-height: 1.06;
}

.flv-im8-page h1 {
  margin-bottom: 12px;
  font-size: clamp(44px, 5vw, 68px);
}

.flv-im8-section h2,
.flv-im8-final h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 54px);
}

.flv-im8-subtitle {
  margin-bottom: 12px;
  color: var(--flv-navy);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 820;
  line-height: 1.35;
}

.flv-im8-copy,
.flv-im8-section-head p,
.flv-im8-value-grid p,
.flv-im8-ingredient-grid p,
.flv-im8-audience-grid p,
.flv-im8-compare-grid p,
.flv-im8-compare-grid li,
.flv-im8-quality-grid p,
.flv-im8-faq p,
.flv-im8-final p {
  color: var(--flv-muted);
  font-size: 16px;
  line-height: 1.72;
}

.flv-im8-button,
.flv-im8-add-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 16px 25px;
  font-size: 15px;
  font-weight: 920;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.flv-im8-button:hover,
.flv-im8-add-button:hover {
  transform: translateY(-1px);
}

.flv-im8-button-primary,
.flv-im8-add-button {
  background: var(--flv-yellow) !important;
  color: var(--flv-navy) !important;
  box-shadow: 0 16px 34px rgba(244, 180, 0, .24);
}

.flv-im8-button-primary:hover,
.flv-im8-add-button:hover {
  background: var(--flv-yellow-dark) !important;
}

.flv-im8-hero {
  padding: clamp(48px, 5vw, 78px) 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(36, 169, 90, .12), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(244, 180, 0, .11), transparent 26%),
    linear-gradient(145deg, #ffffff 0%, var(--flv-bg) 48%, var(--flv-bg-soft) 100%);
}

.flv-im8-hero-container {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.flv-im8-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(460px, .97fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: stretch;
}

.flv-im8-hero-left,
.flv-im8-purchase-panel {
  border: 1px solid var(--flv-border);
  border-radius: 30px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--flv-shadow-strong);
}

.flv-im8-hero-left {
  min-width: 0;
  display: grid;
  align-items: center;
  padding: clamp(26px, 4vw, 48px);
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .9), transparent 32%),
    radial-gradient(circle at 48% 58%, rgba(36, 169, 90, .14), transparent 40%),
    linear-gradient(145deg, var(--flv-bg-soft), #ffffff);
}

.flv-im8-product-stage {
  width: 100%;
}

.flv-im8-product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(390px, 40vw, 590px);
  margin: 0 0 20px;
  border-radius: 26px;
  background:
    radial-gradient(ellipse at 50% 76%, rgba(8, 40, 74, .14), transparent 38%),
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, .62), transparent 34%);
}

.flv-im8-product-media img {
  display: block;
  width: min(94%, 570px);
  height: auto;
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 34px 42px rgba(8, 40, 74, .18));
}

.flv-im8-product-note {
  position: absolute;
  left: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  display: grid;
  gap: 4px;
  max-width: 230px;
  padding: 16px 18px;
  border: 1px solid rgba(217, 232, 231, .9);
  border-radius: 20px;
  background: rgba(255, 255, 255, .9);
  color: var(--flv-navy);
  box-shadow: 0 16px 42px rgba(8, 40, 74, .12);
  backdrop-filter: blur(10px);
}

.flv-im8-product-note span,
.flv-im8-product-note small {
  color: var(--flv-muted);
  font-size: 12px;
  font-weight: 800;
}

.flv-im8-product-note strong {
  font-size: 18px;
  line-height: 1.1;
}

.flv-im8-product-thumbs,
.flv-im8-product-pills,
.flv-im8-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flv-im8-product-thumbs figure {
  width: 64px;
  height: 64px;
  margin: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--flv-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .74);
}

.flv-im8-product-thumbs figure.is-active {
  border-color: var(--flv-green);
}

.flv-im8-product-thumbs img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.flv-im8-product-pills {
  margin-top: 18px;
}

.flv-im8-product-pills span,
.flv-im8-trust-row span,
.flv-im8-package-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid var(--flv-border);
  border-radius: 999px;
  background: #fff;
  color: var(--flv-navy);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.1;
}

.flv-im8-pack-placeholder {
  min-height: 420px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--flv-navy);
  font-size: clamp(38px, 6vw, 62px);
  font-weight: 900;
}

.flv-im8-hero-right {
  min-width: 0;
}

.flv-im8-purchase-panel {
  width: 100%;
  height: 100%;
  padding: clamp(28px, 3.6vw, 46px);
}

.flv-im8-commerce-head {
  max-width: 620px;
}

.flv-im8-trust-row {
  margin: 22px 0 28px;
}

.flv-im8-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flv-im8-field {
  display: grid;
  gap: 12px;
  width: 100%;
}

.flv-im8-label {
  color: var(--flv-navy);
  font-size: 15px;
  font-weight: 900;
}

.flv-im8-buy-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.flv-im8-buy-type,
.flv-im8-package-card {
  display: block;
  width: 100%;
  cursor: pointer;
}

.flv-im8-buy-type span {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border: 1px solid var(--flv-border);
  border-radius: 16px;
  background: #fff;
  color: var(--flv-navy);
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.flv-im8-buy-type input,
.flv-im8-package-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.flv-im8-buy-type input:checked + span {
  border-color: rgba(22, 132, 71, .55);
  background: #f0faf4;
  box-shadow: inset 0 0 0 1px rgba(22, 132, 71, .16);
}

.flv-im8-packages {
  display: grid;
  gap: 14px;
  width: 100%;
}

.flv-im8-package-card {
  border: 1px solid var(--flv-border);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.flv-im8-package-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "head head"
    "meta meta"
    "desc desc"
    "badge badge";
  gap: 10px;
  width: 100%;
  padding: 20px 22px;
  background: #fff;
  transition: background .18s ease;
}

.flv-im8-package-card:has(input:checked) {
  border-color: rgba(22, 132, 71, .62);
  box-shadow: 0 14px 34px rgba(8, 40, 74, .1);
  transform: translateY(-1px);
}

.flv-im8-package-card:has(input:checked) .flv-im8-package-inner,
.flv-im8-package-card input:checked + .flv-im8-package-inner {
  background: linear-gradient(180deg, #ffffff, #f2fbf6);
}

.flv-im8-package-card.is-recommended {
  border-color: rgba(22, 132, 71, .44);
}

.flv-im8-package-head {
  grid-area: head;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
}

.flv-im8-package-head strong,
.flv-im8-package-head b {
  color: var(--flv-navy);
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1.08;
}

.flv-im8-package-head b {
  white-space: nowrap;
}

.flv-im8-package-meta {
  grid-area: meta;
  color: var(--flv-navy);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.flv-im8-package-desc {
  grid-area: desc;
  color: var(--flv-muted);
  font-size: 15px;
  line-height: 1.5;
}

.flv-im8-package-badge {
  grid-area: badge;
  position: static;
  border-color: rgba(22, 132, 71, .22);
  background: #eaf8ef;
  color: var(--flv-green);
}

.flv-im8-add-button {
  width: 100%;
  margin-top: 8px;
}

.flv-im8-purchase-notes {
  display: grid;
  gap: 9px;
  padding: 18px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid var(--flv-border);
  list-style: none;
}

.flv-im8-purchase-notes li {
  display: flex;
  gap: 9px;
  color: var(--flv-muted);
  font-size: 14px;
  line-height: 1.45;
}

.flv-im8-purchase-notes li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-top: .58em;
  border-radius: 50%;
  background: var(--flv-green);
}

.flv-im8-section {
  padding: clamp(78px, 9vw, 128px) 0;
  background: #fff;
}

.flv-im8-soft {
  background: var(--flv-bg-soft);
}

.flv-im8-section-head {
  max-width: 780px;
}

.flv-im8-section-head.is-centered {
  margin: 0 auto 38px;
  text-align: center;
}

.flv-im8-value-grid,
.flv-im8-ingredient-grid,
.flv-im8-audience-grid,
.flv-im8-compare-grid,
.flv-im8-quality-grid {
  display: grid;
  gap: 18px;
}

.flv-im8-value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flv-im8-ingredient-grid,
.flv-im8-audience-grid,
.flv-im8-quality-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flv-im8-compare-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.flv-im8-value-grid article,
.flv-im8-ingredient-grid article,
.flv-im8-audience-grid article,
.flv-im8-compare-grid article,
.flv-im8-quality-grid article,
.flv-im8-faq details {
  border: 1px solid var(--flv-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--flv-shadow);
}

.flv-im8-value-grid article,
.flv-im8-ingredient-grid article,
.flv-im8-audience-grid article,
.flv-im8-compare-grid article,
.flv-im8-quality-grid article {
  padding: clamp(20px, 3vw, 30px);
}

.flv-im8-value-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--flv-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.flv-im8-page h3 {
  margin-bottom: 10px;
  color: var(--flv-navy);
  font-size: 20px;
  line-height: 1.22;
}

.flv-im8-split {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: start;
}

.flv-im8-navy {
  background:
    radial-gradient(circle at 80% 20%, rgba(36, 169, 90, .18), transparent 28%),
    linear-gradient(145deg, var(--flv-navy), var(--flv-navy-dark));
  color: #fff;
}

.flv-im8-navy h2,
.flv-im8-navy p,
.flv-im8-navy .flv-im8-eyebrow {
  color: #fff !important;
}

.flv-im8-days-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.flv-im8-days-grid p {
  max-width: 650px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  line-height: 1.72;
}

.flv-im8-days-card {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  padding: 32px;
  background: rgba(255, 255, 255, .09);
  color: #fff;
}

.flv-im8-days-card span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .74);
  font-weight: 850;
}

.flv-im8-days-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(46px, 7vw, 70px);
  line-height: .95;
}

.flv-im8-days-card p {
  margin: 0;
  color: rgba(255, 255, 255, .8);
}

.flv-im8-compare-grid article.is-featured {
  border-color: rgba(22, 132, 71, .36);
  background: linear-gradient(180deg, #fff, #f3fbf7);
}

.flv-im8-compare-grid ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 22px;
  list-style: none;
}

.flv-im8-compare-grid li {
  display: flex;
  gap: 9px;
}

.flv-im8-compare-grid li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-top: .66em;
  border-radius: 50%;
  background: var(--flv-green);
}

.flv-im8-compare-grid a {
  color: var(--flv-green);
  font-weight: 900;
  text-decoration: none;
}

.flv-im8-faq {
  display: grid;
  gap: 12px;
}

.flv-im8-faq details {
  overflow: hidden;
}

.flv-im8-faq summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--flv-navy);
  font-weight: 900;
}

.flv-im8-faq p {
  padding: 0 22px 22px;
  margin-bottom: 0;
}

.flv-im8-final {
  padding: clamp(58px, 7vw, 90px) 0;
  background: var(--flv-navy);
  color: #fff;
}

.flv-im8-final-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.flv-im8-final h2,
.flv-im8-final p,
.flv-im8-final .flv-im8-eyebrow {
  color: #fff !important;
}

@media (max-width: 980px) {
  .flv-im8-hero-main,
  .flv-im8-split,
  .flv-im8-days-grid {
    grid-template-columns: 1fr;
  }

  .flv-im8-hero-container {
    width: min(100% - 32px, 1320px);
  }

  .flv-im8-value-grid,
  .flv-im8-ingredient-grid,
  .flv-im8-audience-grid,
  .flv-im8-compare-grid,
  .flv-im8-quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .flv-im8-wrap,
  .flv-im8-hero-container {
    width: min(100% - 28px, 1240px);
  }

  .flv-im8-hero {
    padding: 28px 0 44px;
  }

  .flv-im8-hero-left,
  .flv-im8-purchase-panel {
    border-radius: 22px;
    padding: 22px 18px;
  }

  .flv-im8-product-media {
    min-height: 330px;
  }

  .flv-im8-product-media img {
    width: min(90%, 340px);
  }

  .flv-im8-product-note {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .flv-im8-buy-types,
  .flv-im8-value-grid,
  .flv-im8-ingredient-grid,
  .flv-im8-audience-grid,
  .flv-im8-compare-grid,
  .flv-im8-quality-grid {
    grid-template-columns: 1fr;
  }

  .flv-im8-package-inner {
    padding: 16px;
  }

  .flv-im8-package-head strong,
  .flv-im8-package-head b {
    font-size: 21px;
  }

  .flv-im8-section {
    padding: 58px 0;
  }

  .flv-im8-section-head.is-centered {
    text-align: left;
  }

  .flv-im8-final-inner {
    display: grid;
  }

  .flv-im8-button,
  .flv-im8-add-button {
    width: 100%;
  }
}


/* === PRODUCT HERO V5B START === */

.single-product .flv-im8-recommended-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 10px 0 18px;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #08284a 0%, #0a3968 62%, #0f5d70 100%);
  color: #ffffff;
  box-shadow: 0 22px 48px rgba(8, 40, 74, .24);
}

.single-product .flv-im8-recommended-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(244, 180, 0, .16);
  color: #ffd45a;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.single-product .flv-im8-recommended-offer strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.single-product .flv-im8-recommended-offer p {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.55;
}

.single-product .flv-im8-recommended-price {
  min-width: 124px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  text-align: right;
}

.single-product .flv-im8-recommended-price b {
  display: block;
  color: #f4b400;
  font-size: 42px;
  line-height: .95;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.single-product .flv-im8-recommended-price span {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 800;
}

.single-product .flv-im8-packages-v5 {
  display: grid;
  gap: 14px;
}

.single-product .flv-im8-packages-v5 .is-primary-choice {
  border: 2px solid #16a36a;
  background: linear-gradient(180deg, rgba(238, 250, 244, .98), #ffffff);
  box-shadow: 0 24px 58px rgba(22, 163, 106, .18), 0 12px 30px rgba(8, 40, 74, .08);
}

.single-product .flv-im8-packages-v5 .is-primary-choice .flv-im8-package-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.single-product .flv-im8-packages-v5 .is-primary-choice .flv-im8-package-head strong {
  font-size: clamp(34px, 3vw, 46px);
  letter-spacing: -0.06em;
}

.single-product .flv-im8-packages-v5 .is-primary-choice .flv-im8-package-head b {
  font-size: clamp(32px, 2.8vw, 44px);
  letter-spacing: -0.055em;
}

.single-product .flv-im8-secondary-packages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.single-product .flv-im8-secondary-packages .flv-im8-package-card {
  min-height: 150px;
  opacity: .94;
}

.single-product .flv-im8-secondary-packages .flv-im8-package-inner {
  padding: 22px;
}

.single-product .flv-im8-secondary-packages .flv-im8-package-head strong,
.single-product .flv-im8-secondary-packages .flv-im8-package-head b {
  font-size: 24px;
}

.single-product .flv-im8-add-button {
  min-height: 68px;
  margin-top: 18px;
  box-shadow: 0 22px 46px rgba(244, 180, 0, .38);
}

@media (max-width: 980px) {
  .single-product .flv-im8-recommended-offer {
    grid-template-columns: 1fr;
  }

  .single-product .flv-im8-recommended-price {
    text-align: left;
    width: fit-content;
  }

  .single-product .flv-im8-secondary-packages {
    grid-template-columns: 1fr;
  }
}

/* === PRODUCT HERO V5B END === */








/* === PRODUCT HERO V6 SIMPLE START === */

/* Prostszy, bardziej zrozumiały hero produktu */
.single-product .flv-im8-hero {
  padding-top: 28px;
  padding-bottom: 48px;
}

.single-product .flv-im8-hero-container {
  max-width: 1320px;
}

.single-product .flv-im8-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr);
  align-items: stretch;
  gap: 28px;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

/* Obie kolumny jako równe, spokojne karty */
.single-product .flv-im8-hero-left,
.single-product .flv-im8-hero-right {
  border: 1px solid rgba(8, 40, 74, .12);
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 22px 70px rgba(8, 40, 74, .10);
}

.single-product .flv-im8-hero-left {
  padding: 34px;
  display: flex;
  align-items: center;
}

.single-product .flv-im8-product-stage {
  width: 100%;
  min-height: auto;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-product .flv-im8-product-media {
  width: min(100%, 620px);
  margin: 0 auto 26px;
}

.single-product .flv-im8-product-media img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(8, 40, 74, .16));
}

.single-product .flv-im8-product-thumbs,
.single-product .flv-im8-product-pills {
  justify-content: center;
}

/* Prawy panel bez efektu formularza doklejonego do hero */
.single-product .flv-im8-purchase-panel {
  height: 100%;
  padding: 38px 38px 32px;
  background: #ffffff;
  border: 0;
  border-radius: 24px;
  box-shadow: none;
}

.single-product .flv-im8-commerce-head {
  margin-bottom: 18px;
}

.single-product .flv-im8-commerce-head h1 {
  font-size: clamp(44px, 4.8vw, 64px);
  line-height: .92;
  margin-bottom: 10px;
}

.single-product .flv-im8-subtitle {
  font-size: clamp(20px, 1.75vw, 27px);
  line-height: 1.16;
  margin-bottom: 12px;
}

.single-product .flv-im8-copy {
  font-size: 15px;
  line-height: 1.6;
}

/* Trust row ma być wsparciem, nie kolejną nawigacją */
.single-product .flv-im8-trust-row {
  margin-bottom: 22px;
  gap: 8px;
}

.single-product .flv-im8-trust-row span {
  font-size: 12px;
  padding: 7px 10px;
}

/* Prosty komunikat zamiast ciężkiego granatowego boxa */
.single-product .flv-im8-simple-recommendation {
  margin: 10px 0 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #eefaf4;
  border: 1px solid rgba(22, 163, 106, .28);
  color: #08284a;
}

.single-product .flv-im8-simple-recommendation strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.25;
  color: #08284a;
}

.single-product .flv-im8-simple-recommendation span {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(8, 40, 74, .72);
}

/* Pakiety: jedna główna decyzja, dwie alternatywy */
.single-product .flv-im8-packages-v5 {
  display: grid;
  gap: 12px;
}

.single-product .flv-im8-packages-v5 .is-primary-choice {
  border: 2px solid #16a36a;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(22, 163, 106, .13);
}

.single-product .flv-im8-packages-v5 .is-primary-choice .flv-im8-package-inner {
  padding: 22px 24px;
}

.single-product .flv-im8-packages-v5 .is-primary-choice .flv-im8-package-head strong {
  font-size: clamp(30px, 2.6vw, 38px);
  letter-spacing: -0.05em;
}

.single-product .flv-im8-packages-v5 .is-primary-choice .flv-im8-package-head b {
  font-size: clamp(29px, 2.4vw, 36px);
  letter-spacing: -0.045em;
}

.single-product .flv-im8-packages-v5 .is-primary-choice .flv-im8-package-desc {
  max-width: 440px;
}

/* 30 i 180 dni równo, bez walki z 90 dni */
.single-product .flv-im8-secondary-packages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.single-product .flv-im8-secondary-packages .flv-im8-package-card {
  min-height: 126px;
  box-shadow: none;
  background: #ffffff;
}

.single-product .flv-im8-secondary-packages .flv-im8-package-inner {
  padding: 18px;
}

.single-product .flv-im8-secondary-packages .flv-im8-package-head {
  align-items: flex-start;
  gap: 10px;
}

.single-product .flv-im8-secondary-packages .flv-im8-package-head strong,
.single-product .flv-im8-secondary-packages .flv-im8-package-head b {
  font-size: 23px;
  letter-spacing: -0.035em;
}

/* CTA jako naturalny następny krok */
.single-product .flv-im8-add-button {
  min-height: 62px;
  margin-top: 12px;
  border-radius: 999px;
  background: #f4b400;
  color: #08284a;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(244, 180, 0, .28);
}

/* Informacje pod CTA mniejsze i spokojniejsze */
.single-product .flv-im8-purchase-notes {
  margin-top: 16px;
  padding-top: 16px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(8, 40, 74, .66);
}

/* Ukryj stare style granatowego boxa, jeśli coś zostało w CSS */
.single-product .flv-im8-recommended-offer {
  display: none;
}

/* Mobile */
@media (max-width: 1100px) {
  .single-product .flv-im8-hero-main {
    grid-template-columns: 1fr;
  }

  .single-product .flv-im8-hero-left,
  .single-product .flv-im8-hero-right {
    border-radius: 22px;
  }

  .single-product .flv-im8-purchase-panel {
    padding: 30px 22px;
  }
}

@media (max-width: 720px) {
  .single-product .flv-im8-hero {
    padding-top: 16px;
  }

  .single-product .flv-im8-hero-left {
    padding: 22px 16px;
  }

  .single-product .flv-im8-secondary-packages {
    grid-template-columns: 1fr;
  }

  .single-product .flv-im8-commerce-head h1 {
    font-size: 42px;
  }
}

/* === PRODUCT HERO V6 SIMPLE END === */


/* === PRODUCT HERO LAYOUT FIX START === */

/* Twardy reset szerokości w hero produktu */
.single-product .flv-im8-hero *,
.single-product .flv-im8-hero *::before,
.single-product .flv-im8-hero *::after {
  box-sizing: border-box;
}

.single-product .flv-im8-hero {
  overflow-x: hidden;
}

/* Kontener ma trzymać realną szerokość, bez wypychania */
.single-product .flv-im8-hero-container {
  width: min(100% - 40px, 1280px);
  max-width: 1280px;
  margin-inline: auto;
}

/* Najważniejsze: kolumny mogą się kurczyć */
.single-product .flv-im8-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  width: 100%;
}

/* Każda kolumna musi respektować szerokość grida */
.single-product .flv-im8-hero-left,
.single-product .flv-im8-hero-right,
.single-product .flv-im8-purchase-panel,
.single-product .flv-im8-product-stage,
.single-product .flv-im8-form,
.single-product .flv-im8-field,
.single-product .flv-im8-packages,
.single-product .flv-im8-packages-v5 {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

/* Prawy panel bez wypychania */
.single-product .flv-im8-purchase-panel {
  overflow: hidden;
}

/* Przełącznik zakupu ma się łamać, a nie wychodzić poza panel */
.single-product .flv-im8-buy-types {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  width: 100%;
}

.single-product .flv-im8-buy-type,
.single-product .flv-im8-buy-type span {
  min-width: 0;
  max-width: 100%;
}

.single-product .flv-im8-buy-type span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.2;
}

/* Trust row też nie może wymuszać szerokości */
.single-product .flv-im8-trust-row {
  display: flex;
  flex-wrap: wrap;
}

.single-product .flv-im8-trust-row span {
  max-width: 100%;
  white-space: normal;
}

/* Prosty komunikat rekomendacji */
.single-product .flv-im8-simple-recommendation {
  width: 100%;
  max-width: 100%;
}

/* Karta 90 dni */
.single-product .flv-im8-package-card,
.single-product .flv-im8-package-inner {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.single-product .flv-im8-package-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  width: 100%;
}

.single-product .flv-im8-package-head strong,
.single-product .flv-im8-package-head b {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Alternatywy 30/180: niech siadają równo w kontenerze */
.single-product .flv-im8-secondary-packages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
}

.single-product .flv-im8-secondary-packages .flv-im8-package-card {
  min-width: 0;
}

/* CTA zawsze w szerokości panelu */
.single-product .flv-im8-add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}

/* Lewa kolumna: zdjęcie bez sztucznego wypychania */
.single-product .flv-im8-product-media {
  width: 100%;
  max-width: 560px;
}

.single-product .flv-im8-product-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Miniatury i pigułki nie mogą poszerzać karty */
.single-product .flv-im8-product-thumbs,
.single-product .flv-im8-product-pills {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

/* Breakpoint wcześniej, zanim zacznie robić się ciasno */
@media (max-width: 1120px) {
  .single-product .flv-im8-hero-main {
    grid-template-columns: 1fr;
  }

  .single-product .flv-im8-hero-container {
    width: min(100% - 32px, 760px);
  }
}

/* Na średnich ekranach alternatywy jedna pod drugą */
@media (max-width: 680px) {
  .single-product .flv-im8-hero-container {
    width: min(100% - 24px, 100%);
  }

  .single-product .flv-im8-buy-types,
  .single-product .flv-im8-secondary-packages {
    grid-template-columns: 1fr;
  }

  .single-product .flv-im8-purchase-panel {
    padding-inline: 20px;
  }

  .single-product .flv-im8-package-head {
    grid-template-columns: 1fr;
  }
}

/* === PRODUCT HERO LAYOUT FIX END === */


/* === PRODUCT STICKY LAYOUT START === */

/*
  Układ na wzór IM8:
  lewa kolumna produktu zostaje w zasięgu wzroku,
  prawa kolumna z decyzją zakupową przewija się naturalnie.
*/

/* Sticky nie działa dobrze, jeśli rodzice mają overflow hidden */
.single-product .flv-im8-hero,
.single-product .flv-im8-hero-container,
.single-product .flv-im8-hero-main {
  overflow: visible;
}

/* Kontener trochę szerszy, żeby prawa strona nie była ściśnięta */
.single-product .flv-im8-hero-container {
  width: min(100% - 48px, 1360px);
  max-width: 1360px;
}

/* Dwie równe kolumny, ale bez wymuszania zbyt dużych min-width */
.single-product .flv-im8-hero-main {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(520px, 1.05fr);
  gap: 32px;
  align-items: start;
}

/* Lewa karta sticky */
.single-product .flv-im8-hero-left {
  position: sticky;
  top: 92px;
  align-self: start;
  min-height: calc(100vh - 128px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Wnętrze lewej kolumny stabilne i bez wielkiej pustki */
.single-product .flv-im8-product-stage {
  width: 100%;
  min-height: auto;
}

.single-product .flv-im8-product-media {
  width: min(100%, 620px);
  max-width: 620px;
  margin-inline: auto;
}

/* Prawa kolumna ma być kolumną decyzyjną, nie kartą z losową szerokością */
.single-product .flv-im8-hero-right {
  align-self: start;
  min-width: 0;
  width: 100%;
}

.single-product .flv-im8-purchase-panel {
  width: 100%;
  max-width: 100%;
}

/* Żeby elementy po prawej nie wychodziły poza kartę */
.single-product .flv-im8-form,
.single-product .flv-im8-field,
.single-product .flv-im8-buy-types,
.single-product .flv-im8-packages,
.single-product .flv-im8-packages-v5,
.single-product .flv-im8-secondary-packages,
.single-product .flv-im8-add-button {
  max-width: 100%;
}

/* Alternatywy 30/180 nie mogą ucinać cen */
.single-product .flv-im8-secondary-packages {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-product .flv-im8-secondary-packages .flv-im8-package-head {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.single-product .flv-im8-secondary-packages .flv-im8-package-head b {
  white-space: nowrap;
}

/* Delikatnie ciaśniejsza prawa karta, żeby mieściła się bez walki */
.single-product .flv-im8-purchase-panel {
  padding: 36px 34px 30px;
}

/* Hero jako sekcja dłuższa, żeby sticky miało sens przy scrollu */
.single-product .flv-im8-hero {
  padding-top: 28px;
  padding-bottom: 64px;
}

/* Na laptopach wcześniej przechodzimy na jedną kolumnę */
@media (max-width: 1180px) {
  .single-product .flv-im8-hero-main {
    grid-template-columns: 1fr;
  }

  .single-product .flv-im8-hero-left {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .single-product .flv-im8-hero-container {
    width: min(100% - 32px, 780px);
  }
}

@media (max-width: 720px) {
  .single-product .flv-im8-hero-container {
    width: min(100% - 24px, 100%);
  }

  .single-product .flv-im8-secondary-packages {
    grid-template-columns: 1fr;
  }

  .single-product .flv-im8-purchase-panel {
    padding: 28px 20px;
  }
}

/* === PRODUCT STICKY LAYOUT END === */


/* === PRODUCT STICKY RIGHT CONTENT START === */

/* Sticky działa dopiero, gdy prawa kolumna jest dłuższa */
.single-product .flv-im8-hero,
.single-product .flv-im8-hero-container,
.single-product .flv-im8-hero-main {
  overflow: visible !important;
}

.single-product .flv-im8-hero-container {
  width: min(100% - 48px, 1360px);
  max-width: 1360px;
}

.single-product .flv-im8-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 32px;
  align-items: start;
}

/* Lewy produkt zostaje na ekranie */
.single-product .flv-im8-hero-left {
  position: sticky;
  top: 92px;
  align-self: start;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
}

.single-product .flv-im8-product-stage {
  width: 100%;
}

/* Prawa kolumna przewija treść */
.single-product .flv-im8-hero-right {
  align-self: start;
  min-width: 0;
}

.single-product .flv-im8-purchase-panel {
  width: 100%;
  max-width: 100%;
}

/* Dodatkowa treść pod zakupem */
.single-product .flv-im8-sticky-scroll-content {
  margin-top: 28px;
  display: grid;
  gap: 18px;
}

.single-product .flv-im8-scroll-block {
  padding: 22px;
  border-radius: 20px;
  background: #f7fbfa;
  border: 1px solid rgba(8, 40, 74, .10);
}

.single-product .flv-im8-scroll-kicker {
  margin: 0 0 8px;
  color: #168256;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.single-product .flv-im8-scroll-block h2 {
  margin: 0 0 12px;
  color: #08284a;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.single-product .flv-im8-scroll-block p,
.single-product .flv-im8-scroll-block li {
  color: rgba(8, 40, 74, .74);
  font-size: 14px;
  line-height: 1.55;
}

.single-product .flv-im8-scroll-block ul {
  margin: 0;
  padding-left: 18px;
}

.single-product .flv-im8-scroll-grid {
  display: grid;
  gap: 10px;
}

.single-product .flv-im8-scroll-grid article {
  padding: 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(8, 40, 74, .09);
}

.single-product .flv-im8-scroll-grid strong {
  display: block;
  margin-bottom: 4px;
  color: #08284a;
  font-size: 16px;
}

.single-product .flv-im8-scroll-grid span {
  color: rgba(8, 40, 74, .68);
  font-size: 13px;
  line-height: 1.45;
}

.single-product .flv-im8-scroll-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.single-product .flv-im8-scroll-tags span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(8, 40, 74, .12);
  color: #08284a;
  font-size: 12px;
  font-weight: 900;
}

/* Na mniejszych ekranach sticky wyłączamy */
@media (max-width: 1180px) {
  .single-product .flv-im8-hero-main {
    grid-template-columns: 1fr;
  }

  .single-product .flv-im8-hero-left {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .single-product .flv-im8-hero-container {
    width: min(100% - 32px, 780px);
  }
}

@media (max-width: 720px) {
  .single-product .flv-im8-hero-container {
    width: min(100% - 24px, 100%);
  }
}

/* === PRODUCT STICKY RIGHT CONTENT END === */


/* === PRODUCT STICKY BOTTOM CTA START === */

.single-product .flv-im8-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 12px 20px;
  background: rgba(255, 255, 255, .92);
  border-top: 1px solid rgba(8, 40, 74, .12);
  box-shadow: 0 -18px 44px rgba(8, 40, 74, .14);
  backdrop-filter: blur(14px);
}

.single-product .flv-im8-sticky-cta-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.single-product .flv-im8-sticky-cta-copy {
  min-width: 0;
  color: #08284a;
}

.single-product .flv-im8-sticky-cta-copy span {
  display: block;
  margin-bottom: 2px;
  color: #168256;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.single-product .flv-im8-sticky-cta-copy strong {
  display: block;
  color: #08284a;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
}

.single-product .flv-im8-sticky-cta-copy small {
  display: block;
  margin-top: 2px;
  color: rgba(8, 40, 74, .68);
  font-size: 13px;
  line-height: 1.25;
}

.single-product .flv-im8-sticky-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 999px;
  background: #f4b400;
  color: #08284a;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(244, 180, 0, .30);
  white-space: nowrap;
}

.single-product .flv-im8-sticky-cta-button:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

/* żeby sticky pasek nie zasłaniał stopki / końca strony */
.single-product .flv-im8-page {
  padding-bottom: 92px;
}

@media (max-width: 720px) {
  .single-product .flv-im8-sticky-cta {
    padding: 10px 12px;
  }

  .single-product .flv-im8-sticky-cta-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .single-product .flv-im8-sticky-cta-button {
    width: 100%;
  }

  .single-product .flv-im8-sticky-cta-copy strong {
    font-size: 16px;
  }

  .single-product .flv-im8-sticky-cta-copy small {
    font-size: 12px;
  }
}

/* === PRODUCT STICKY BOTTOM CTA END === */


/* === PRODUCT STICKY GRID REAL FIX START === */

/*
  Sticky jak w IM8:
  prawa kolumna jest długa,
  lewa kolumna rozciąga się do jej wysokości,
  a sticky dostaje dopiero wewnętrzny blok produktu.
*/

@media (min-width: 1181px) {
  .single-product .flv-im8-page,
  .single-product .flv-im8-hero,
  .single-product .flv-im8-hero-container,
  .single-product .flv-im8-hero-main,
  .single-product .flv-im8-hero-left,
  .single-product .flv-im8-hero-right {
    overflow: visible !important;
    transform: none !important;
    contain: none !important;
  }

  .single-product .flv-im8-hero-container {
    width: min(100% - 48px, 1360px) !important;
    max-width: 1360px !important;
    margin-inline: auto !important;
  }

  /* Klucz: stretch, nie start. Inaczej lewa kolumna nie ma wysokości prawej. */
  .single-product .flv-im8-hero-main {
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    gap: 32px !important;
    align-items: stretch !important;
  }

  .single-product .flv-im8-hero-left {
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
  }

  .single-product .flv-im8-hero-right {
    align-self: start !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  /* Sticky tylko na wewnętrznym bloku produktu */
  .single-product .flv-im8-product-stage {
    position: sticky !important;
    top: 96px !important;
    height: fit-content !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  .single-product .flv-im8-purchase-panel {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1180px) {
  .single-product .flv-im8-hero-main {
    grid-template-columns: 1fr !important;
  }

  .single-product .flv-im8-product-stage {
    position: relative !important;
    top: auto !important;
  }
}

/* === PRODUCT STICKY GRID REAL FIX END === */

/* === PRODUCT PACKAGE SELECTED STATE FINAL START === */

.single-product .flv-im8-packages-v5 .flv-im8-package-card,
.single-product .flv-im8-packages-v5 .flv-im8-package-card.is-primary-choice {
  border: 1px solid rgba(15, 35, 58, 0.14) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.single-product .flv-im8-packages-v5 .flv-im8-package-card .flv-im8-package-inner {
  border-color: rgba(15, 35, 58, 0.14) !important;
  box-shadow: none !important;
}

.single-product .flv-im8-packages-v5 .flv-im8-package-card:has(input:checked),
.single-product .flv-im8-packages-v5 .flv-im8-package-card.is-selected {
  border: 2px solid #16a36a !important;
  background: #ffffff !important;
  box-shadow: 0 16px 36px rgba(22, 163, 106, .13) !important;
}

.single-product .flv-im8-packages-v5 .flv-im8-package-card:has(input:checked) .flv-im8-package-inner,
.single-product .flv-im8-packages-v5 .flv-im8-package-card.is-selected .flv-im8-package-inner {
  border-color: transparent !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

/* === PRODUCT PACKAGE SELECTED STATE FINAL END === */

/* === VISUAL SUBSCRIPTION PRICE FOOTER CSS START === */

.single-product .flv-im8-package-head b {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.single-product .flv-im8-visual-sub-price {
  display: block;
  color: #008f5a;
  font-weight: 950;
}

.single-product .flv-im8-visual-old-price {
  display: block;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
  color: rgba(15, 35, 58, 0.45);
  text-decoration: line-through;
  white-space: nowrap;
}

/* === VISUAL SUBSCRIPTION PRICE FOOTER CSS END === */

/* === PRODUCT 150 SCALE / NARROW DESKTOP FIX START === */

@media (min-width: 981px) and (max-width: 1320px) {
  body.single-product .flv-im8-shell,
  body.single-product .flv-im8-section,
  body.single-product .flv-im8-container {
    width: min(1120px, calc(100% - 40px)) !important;
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.single-product .flv-im8-hero {
    grid-template-columns: minmax(360px, .86fr) minmax(500px, 1.14fr) !important;
    gap: 28px !important;
    align-items: flex-start !important;
  }

  body.single-product .flv-im8-hero-left,
  body.single-product .flv-im8-hero-right,
  body.single-product .flv-im8-purchase-panel,
  body.single-product .flv-im8-product-stage {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.single-product .flv-im8-product-stage {
    padding: 26px !important;
  }

  body.single-product .flv-im8-product-stage img {
    max-width: 100% !important;
    height: auto !important;
  }

  body.single-product .flv-im8-purchase-panel {
    padding: 24px !important;
  }

  body.single-product .flv-im8-package-card,
  body.single-product .flv-im8-package-inner,
  body.single-product .flv-im8-package-head {
    min-width: 0 !important;
  }

  body.single-product .flv-im8-package-head {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  body.single-product .flv-im8-package-head b {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    text-align: right !important;
  }

  body.single-product .flv-im8-package-head span,
  body.single-product .flv-im8-package-head strong,
  body.single-product .flv-im8-package-head small {
    min-width: 0 !important;
  }

  body.single-product .flv-im8-packages-v5 {
    gap: 12px !important;
  }

  body.single-product .flv-im8-package-card {
    overflow: hidden !important;
  }

  body.single-product .flv-im8-info-grid,
  body.single-product .flv-im8-benefits-grid,
  body.single-product .flv-im8-compare-grid {
    gap: 18px !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  body.single-product .flv-im8-hero {
    grid-template-columns: minmax(320px, .8fr) minmax(460px, 1.2fr) !important;
    gap: 22px !important;
  }

  body.single-product .flv-im8-purchase-panel {
    padding: 20px !important;
  }

  body.single-product .flv-im8-package-head {
    gap: 8px !important;
  }
}

/* === PRODUCT 150 SCALE / NARROW DESKTOP FIX END === */
