/* AirEvo product-detail responsive alignment and tab refinement, desktop scoped where requested. */
body:has(.airevo-sync) .product-description > .nav.nav-tabs.nav-overflow {
  display: flex !important;
  width: max-content !important;
  max-width: calc(100% - 24px) !important;
  margin: 22px auto 26px !important;
  padding: 6px !important;
  gap: 5px !important;
  border: 1px solid #d8e8e6 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #f5faf9, #edf6f5) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 10px 28px rgba(16,38,60,.07) !important;
}

body:has(.airevo-sync) .product-description > .nav.nav-tabs.nav-overflow .nav-item {
  margin: 0 !important;
}

body:has(.airevo-sync) .product-description > .nav.nav-tabs.nav-overflow .nav-link {
  min-width: clamp(140px, 16vw, 190px) !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 11px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #365361 !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

body:has(.airevo-sync) .product-description > .nav.nav-tabs.nav-overflow .nav-link:not(.active):hover {
  background: rgba(255,255,255,.78) !important;
  color: #0b746f !important;
}

body:has(.airevo-sync) .product-description > .nav.nav-tabs.nav-overflow .nav-link.active {
  background: linear-gradient(135deg, #0b8f89, #12b9aa) !important;
  color: #fff !important;
  box-shadow: 0 9px 22px rgba(10,145,137,.24), inset 0 1px 0 rgba(255,255,255,.24) !important;
}

/* BeikeShop's default active-tab marker is redundant inside the pill switcher. */
body:has(.airevo-sync) .product-description > .nav.nav-tabs.nav-overflow .nav-link::before,
body:has(.airevo-sync) .product-description > .nav.nav-tabs.nav-overflow .nav-link::after {
  display: none !important;
  content: none !important;
}

body:has(.airevo-sync) .product-description > .nav.nav-tabs.nav-overflow .nav-link.active {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  text-decoration: none !important;
}

/* A compact, legible low-stock battery used by every AirEvo CTA. */
body:has(.airevo-sync) .airevo-sync .battery-charge {
  position: relative !important;
  display: inline-grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  align-items: stretch !important;
  width: 54px !important;
  min-width: 54px !important;
  height: 17px !important;
  margin: 0 5px 0 3px !important;
  padding: 2px !important;
  gap: 2px !important;
  border: 1.5px solid #ff5263 !important;
  border-radius: 5px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.85), 0 3px 8px rgba(255,82,99,.12) !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

body:has(.airevo-sync) .airevo-sync .battery-charge::after {
  content: "" !important;
  position: absolute !important;
  top: 4px !important;
  right: -5px !important;
  width: 3px !important;
  height: 7px !important;
  border-radius: 0 3px 3px 0 !important;
  background: #ff5263 !important;
}

body:has(.airevo-sync) .airevo-sync .battery-charge > div {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #e6edef !important;
  box-shadow: none !important;
}

body:has(.airevo-sync) .airevo-sync .battery-charge > .red-box {
  background: linear-gradient(180deg, #ff6b78, #ef3348) !important;
}

body:has(.airevo-sync) .product-description > .nav.nav-tabs.nav-overflow .nav-link:focus-visible {
  outline: 3px solid rgba(18,185,170,.25) !important;
  outline-offset: 2px !important;
}

@media (min-width: 992px) {
  html body:has(.airevo-sync) #product-top.row.mb-md-5.mt-md-0 {
    position: relative !important;
    left: 50% !important;
    width: min(1920px, 100vw) !important;
    max-width: 1920px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    transform: translateX(-50%) !important;
  }

  html body:has(.airevo-sync) #product-top > [class*="col-"] {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  html body:has(.airevo-sync) #product-top .product-image {
    width: 100% !important;
    max-width: 928px !important;
    align-items: stretch !important;
    gap: clamp(9px, .65vw, 13px) !important;
  }

  html body:has(.airevo-sync) #product-top .product-image > .left {
    width: clamp(80px, 5vw, 112px) !important;
    min-width: 80px !important;
    max-width: 112px !important;
    flex: 0 0 clamp(80px, 5vw, 112px) !important;
    margin-right: 0 !important;
  }

  html body:has(.airevo-sync) #product-top .product-image > .left .product-left-thumb-wrap,
  html body:has(.airevo-sync) #product-top .product-image > .left .swiper-wrapper,
  html body:has(.airevo-sync) #product-top .product-image > .left .swiper-slide,
  html body:has(.airevo-sync) #product-top .product-image > .left .swiper-slide > a {
    width: 100% !important;
    max-width: 112px !important;
  }

  html body:has(.airevo-sync) #product-top .product-image > .left .swiper-slide img {
    width: calc(100% - 6px) !important;
    min-width: 74px !important;
    max-width: 106px !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
  }

  html body:has(.airevo-sync) #product-top .product-image > .right {
    width: auto !important;
    min-width: 0 !important;
    max-width: 800px !important;
    flex: 1 1 510px !important;
    aspect-ratio: 1 / 1 !important;
  }

  html body:has(.airevo-sync) #product-top .product-image > .right .product-img,
  html body:has(.airevo-sync) #product-top .product-image > .right .product-img > img {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 800px !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
  }

  html body:has(.airevo-sync) #product-top .product-image > .right > img.zoomImg[role="presentation"] {
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync > section[class] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync > section > .w-container,
  html body:has(.airevo-sync) #product-description .airevo-sync > section > .quick-stack {
    width: min(1920px, 100%) !important;
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync > .notification > .fc-sale-date {
    width: min(1920px, 100%) !important;
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync > section > .container-6 {
    padding-left: clamp(56px, 4.15vw, 80px) !important;
    padding-right: clamp(56px, 4.15vw, 80px) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync > section > .container-6 > ._3-col-features {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Tighten the handoff from the press strip to the feature story. */
  html body:has(.airevo-sync) #product-description .airevo-sync > .brands {
    padding-top: 24px !important;
    padding-bottom: 26px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync > ._3-col-features {
    padding-top: 58px !important;
    padding-bottom: 78px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync > ._3-col-features > .container-6 {
    margin-top: 0 !important;
  }

  /* Balanced feature columns with a full-bleed structural visual. */
  html body:has(.airevo-sync) #product-description .airevo-sync .container-6 > ._3-col-features {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr) minmax(0, 1fr) !important;
    gap: clamp(18px, 1.4vw, 28px) !important;
    align-items: stretch !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-6 .column-1,
  html body:has(.airevo-sync) #product-description .airevo-sync .container-6 .column-2,
  html body:has(.airevo-sync) #product-description .airevo-sync .container-6 .column-3 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-6 .column-1,
  html body:has(.airevo-sync) #product-description .airevo-sync .container-6 .column-3 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(4, minmax(88px, 1fr)) !important;
    gap: 12px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-6 .feature {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 88px !important;
    box-shadow: none !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-6 .column-2 {
    min-height: 436px !important;
    padding: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-6 .column-2 .image-11 {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 436px !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    border-radius: inherit !important;
    object-fit: cover !important;
  }

  /* Comparison card inherits the same usable width as the surrounding content. */
  html body:has(.airevo-sync) #product-description .airevo-sync .container-8 > .container-16 {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: clamp(48px, 3.35vw, 64px) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 > .table {
    --fc-comparison-row: 62px;
    grid-template-columns: minmax(0, 1fr) clamp(400px, 27vw, 520px) !important;
    min-height: 562px !important;
    align-items: stretch !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .comparison-col1 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(8, var(--fc-comparison-row)) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-top: 66px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .comparison-col1 .comp-item1 {
    justify-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: var(--fc-comparison-row) !important;
    min-height: var(--fc-comparison-row) !important;
    padding: 0 28px !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .comparison-col2 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col1,
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 {
    grid-template-rows: 66px repeat(8, var(--fc-comparison-row)) !important;
    height: 100% !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .col-heading {
    width: 100% !important;
    height: 66px !important;
    min-height: 66px !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .row,
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .row2 {
    width: 100% !important;
    min-width: 0 !important;
    height: var(--fc-comparison-row) !important;
    min-height: var(--fc-comparison-row) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  /* Three-step cards start with the image; the label becomes a precise badge. */
  html body:has(.airevo-sync) #product-description .airevo-sync .steps > .step-wrap {
    position: relative !important;
    padding: 0 20px 26px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .steps .heading-5 {
    top: 16px !important;
    left: 16px !important;
    width: max-content !important;
    min-width: 76px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 9px 15px !important;
    border: 1px solid rgba(255,255,255,.45) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(8,122,113,.96), rgba(17,177,163,.94)) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    box-shadow: 0 9px 24px rgba(6,69,75,.2), inset 0 1px 0 rgba(255,255,255,.28) !important;
    backdrop-filter: blur(7px) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .steps .image-18.steps {
    width: calc(100% + 40px) !important;
    max-width: none !important;
    margin: 0 -20px 18px !important;
    border-radius: 23px 23px 0 0 !important;
  }

  /* Keep the 90-day seal perfectly circular at every desktop width. */
  html body:has(.airevo-sync) #product-description .airevo-sync .guarantee .image-22 {
    display: block !important;
    width: clamp(190px, 12vw, 228px) !important;
    min-width: clamp(190px, 12vw, 228px) !important;
    max-width: clamp(190px, 12vw, 228px) !important;
    height: clamp(190px, 12vw, 228px) !important;
    min-height: clamp(190px, 12vw, 228px) !important;
    max-height: clamp(190px, 12vw, 228px) !important;
    aspect-ratio: 1 / 1 !important;
    margin: auto !important;
    padding: 18px !important;
    border-radius: 50% !important;
    background: rgba(236,250,248,.9) !important;
    object-fit: contain !important;
    box-sizing: border-box !important;
  }

  /* Final conversion panel aligns to the shared 50px desktop gutter. */
  html body:has(.airevo-sync) #product-description .airevo-sync > ._2-col-features > .container-13 {
    width: min(1820px, calc(100% - 100px)) !important;
    max-width: 1820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    border-radius: 30px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .div-block-14 {
    padding-left: 0 !important;
    border-radius: 29px 0 0 29px !important;
    overflow: hidden !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .image-28 {
    border-radius: 29px 0 0 29px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .cta-group {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .cta-group .cta-button {
    width: 100% !important;
  }

  /* FAQ and disclosure use the same adaptive desktop gutter as every section. */
  html body:has(.airevo-sync) #product-description .airevo-sync .faqs > .container-14 {
    display: block !important;
    width: min(1920px, 100%) !important;
    max-width: 1920px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .faqs > .container-14 > .heading-3 {
    position: static !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .accordion-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    margin: 48px 0 0 !important;
    gap: 14px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .airevo-marketing-disclosure {
    width: min(1820px, calc(100% - 100px)) !important;
    max-width: 1820px !important;
    margin: 42px auto !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 1600px) {
  html body:has(.airevo-sync) #product-description .airevo-sync .accordion-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .accordion-container > [class^="faq-item-"] {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 74px !important;
  }
}

/* ========================================================================== */
/* 2026-08-24 conversion, comparison and review detail polish                 */
/* ========================================================================== */

html body:has(.airevo-sync) .nav-tabs .product-review-tab-count {
  display: inline-block !important;
  margin-left: 3px !important;
  color: #52717a !important;
  font-size: .78em !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  vertical-align: .04em !important;
}

html body:has(.airevo-sync) .nav-tabs .nav-link.active .product-review-tab-count {
  color: rgba(255, 255, 255, .94) !important;
}

@media (min-width: 992px) {
  /* Conversion cards: consistent breathing room, centred content and stronger CTA. */
  html body:has(.airevo-sync) #product-description .airevo-sync .cta-group:not(.white) {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    min-height: 176px !important;
    padding: 32px clamp(26px, 3vw, 48px) !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .cta-group:not(.white) > .cta-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(100%, 580px) !important;
    min-height: 64px !important;
    padding: 17px 30px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 30px rgba(5, 57, 76, .16) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .cta-group:not(.white) > .scarcity-group---dark {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: max-content !important;
    max-width: 100% !important;
    min-height: 38px !important;
    margin: 0 auto !important;
    padding: 8px 14px !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .cta-group .div-block-31 {
    width: 100% !important;
    margin-top: 10px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .feat {
    min-height: 108px !important;
    padding: 20px 14px !important;
    gap: 8px !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .feat .text-block-22 {
    font-size: 13px !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  /* Comparison table: readable row rhythm and a reliably rendered Others column. */
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 > .table {
    --fc-comparison-row: 72px;
    min-height: 648px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .comparison-col1 {
    position: relative !important;
    padding-top: 72px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .comparison-col1::before {
    content: "Features" !important;
    position: absolute !important;
    inset: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 72px !important;
    padding: 0 28px !important;
    border-bottom: 1px solid #dce8e8 !important;
    background: linear-gradient(135deg, #f9fcfc 0%, #f1f9f7 100%) !important;
    color: #123a48 !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: .02em !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .comparison-col1 .comp-item1,
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .text-block-24 {
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col1 {
    grid-template-rows: 72px repeat(8, var(--fc-comparison-row)) !important;
    height: 648px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col1 > .col-heading {
    height: 72px !important;
    min-height: 72px !important;
    font-size: 15px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 {
    display: block !important;
    height: 648px !important;
    min-height: 648px !important;
    overflow: hidden !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 72px repeat(8, var(--fc-comparison-row)) !important;
    width: 100% !important;
    height: 648px !important;
    min-height: 648px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .text-block-23 {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row,
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row2 {
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    height: var(--fc-comparison-row) !important;
    min-height: var(--fc-comparison-row) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row { grid-row: 2 !important; }
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row2:nth-of-type(3) { grid-row: 3 !important; }
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row2:nth-of-type(4) { grid-row: 4 !important; }
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row2:nth-of-type(5) { grid-row: 5 !important; }
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row2:nth-of-type(6) { grid-row: 6 !important; }
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row2:nth-of-type(7) { grid-row: 7 !important; }
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row2:nth-of-type(8) { grid-row: 8 !important; }
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row2:nth-of-type(9) { grid-row: 9 !important; }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row img,
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row2 img {
    display: none !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row::before,
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col2 > .col-heading > .row2::before {
    content: "\00d7" !important;
    display: grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #ffd1d4 !important;
    border-radius: 50% !important;
    background: #fff1f2 !important;
    color: #e95b64 !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 5px 13px rgba(176,53,65,.1) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col1 .row img,
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col1 .row2 img {
    display: none !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col1 > .row::before,
  html body:has(.airevo-sync) #product-description .airevo-sync .container-16 .prod-col1 > .row2::before {
    content: "\2713" !important;
    display: grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #bcebd9 !important;
    border-radius: 50% !important;
    background: #eafaf4 !important;
    color: #079b73 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 5px 13px rgba(5,138,101,.11) !important;
  }

  /* Step copy and guarantee conversion panel. */
  html body:has(.airevo-sync) #product-description .airevo-sync .steps .paragraph-4 strong {
    display: inline-block !important;
    margin-bottom: 5px !important;
    color: #10263c !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .guarantee .cta-group.white {
    display: grid !important;
    grid-template-columns: minmax(360px, 1.1fr) minmax(330px, .9fr) !important;
    align-items: center !important;
    gap: 20px !important;
    width: 100% !important;
    min-height: 118px !important;
    padding: 22px !important;
    border: 1px solid rgba(181, 226, 222, .3) !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.08) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08) !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .guarantee .cta-group.white > .cta-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 17px 28px !important;
    border-radius: 999px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    box-shadow: 0 14px 30px rgba(2, 38, 52, .18) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .guarantee .cta-group.white > .scarcity-group---dark {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 999px !important;
    background: rgba(3, 54, 68, .32) !important;
    box-sizing: border-box !important;
  }

  /* Featured review author rows retain the full card width. */
  html body:has(.airevo-sync) #product-description .airevo-sync article.fc-featured-review {
    align-items: stretch !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    grid-column: 1 / -1 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head > .image-23 {
    display: block !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head .fc-featured-review__name {
    display: block !important;
    width: 100% !important;
    color: #10263c !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head .image-24 {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #ffad1f !important;
    font-size: 16px !important;
    line-height: 1 !important;
    letter-spacing: .09em !important;
  }

  /* Trusted-rating capsule: verified cue, premium surface and balanced typography. */
  html body:has(.airevo-sync) #product-description .airevo-sync .text-block-17 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 0 20px !important;
    padding: 10px 16px 10px 11px !important;
    border: 1px solid rgba(28, 170, 157, .26) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #f6fffd 0%, #e9f8f5 100%) !important;
    box-shadow: 0 10px 26px rgba(10, 78, 81, .08), inset 0 1px 0 rgba(255,255,255,.95) !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .text-block-17::before {
    content: "\2713" !important;
    display: grid !important;
    place-items: center !important;
    flex: 0 0 26px !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #10b9a8, #087d76) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 5px 12px rgba(7, 126, 117, .22) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .text-block-17 .rating-desktop,
  html body:has(.airevo-sync) #product-description .airevo-sync .text-block-17 .bold-text-7 {
    color: #11293b !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: -.01em !important;
    white-space: normal !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  html body:has(.airevo-sync) #product-description .airevo-sync .guarantee .cta-group.white {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 991.98px) {
  /* Mobile readability floor and resilient review identity layout. */
  html body:has(.airevo-sync) #product-description .airevo-sync .text-block-17,
  html body:has(.airevo-sync) #product-description .airevo-sync .text-block-17 strong,
  html body:has(.airevo-sync) #product-description .airevo-sync .bullet---item,
  html body:has(.airevo-sync) #product-description .airevo-sync .bullet---item .text-block-6,
  html body:has(.airevo-sync) #product-description .airevo-sync .bullet---item strong {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync article.fc-featured-review {
    align-items: stretch !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    align-items: center !important;
    align-self: stretch !important;
    gap: 12px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head > div,
  html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head .fc-featured-review__name,
  html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head .image-24 {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Final rating lock: keep the legacy text node visually inert while the
   rounded SVG stars and rating copy share one compact horizontal row. */
html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7 {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 24px !important;
}

html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7::before {
  flex: 0 0 100px !important;
}

html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7::after {
  flex: 1 1 auto !important;
  width: auto !important;
}

@media (max-width: 991.98px) {
  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7 {
    gap: 9px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7::before {
    flex-basis: 90px !important;
  }
}

@media (max-width: 767.98px) {
  html body:has(.airevo-sync) #product-description .airevo-sync .container-12 ._3-col-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }
}

/* ========================================================================== */
/* 2026-08-24 rounded SVG ratings and premium final conversion section        */
/* ========================================================================== */

html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head > div {
  align-items: flex-start !important;
  text-align: left !important;
}

html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head .fc-featured-review__name {
  align-self: flex-start !important;
  margin-left: 0 !important;
  text-align: left !important;
}

html body:has(.airevo-sync) #product-description .airevo-sync .fc-featured-review__head .image-24 {
  display: block !important;
  align-self: flex-start !important;
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 3px 0 0 !important;
  overflow: hidden !important;
  background-image: url('/image/catalog/airevo/airevo-star-rounded.svg') !important;
  background-position: left center !important;
  background-repeat: repeat-x !important;
  background-size: 20px 20px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7 {
  display: grid !important;
  grid-template-columns: 100px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7::before {
  content: "" !important;
  display: block !important;
  width: 100px !important;
  height: 20px !important;
  background-image: url('/image/catalog/airevo/airevo-star-rounded.svg') !important;
  background-position: left center !important;
  background-repeat: repeat-x !important;
  background-size: 20px 20px !important;
}

html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7::after {
  content: "4.9/5 Based on 4,127+ Verified Customers · Rated Excellent" !important;
  display: block !important;
  min-width: 0 !important;
  color: #123044 !important;
  font-size: 13.5px !important;
  font-weight: 820 !important;
  line-height: 1.35 !important;
  letter-spacing: -.01em !important;
  white-space: normal !important;
}

@media (min-width: 992px) {
  html body:has(.airevo-sync) #product-description .airevo-sync > ._2-col-features {
    padding-top: clamp(58px, 5vw, 92px) !important;
    padding-bottom: clamp(58px, 5vw, 92px) !important;
    background:
      radial-gradient(circle at 12% 20%, rgba(137, 231, 218, .2), transparent 30%),
      linear-gradient(180deg, #f5fbfa 0%, #edf7f7 100%) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync > ._2-col-features > .container-13 {
    display: grid !important;
    grid-template-columns: minmax(0, 1.04fr) minmax(520px, .96fr) !important;
    align-items: stretch !important;
    min-height: 760px !important;
    border: 1px solid rgba(13, 91, 98, .13) !important;
    border-radius: 32px !important;
    background: #fff !important;
    box-shadow: 0 28px 70px rgba(8, 52, 66, .12), 0 4px 14px rgba(8, 52, 66, .04) !important;
    overflow: hidden !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .div-block-14 {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 760px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 31px 0 0 31px !important;
    background: #e9f4f2 !important;
    overflow: hidden !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .div-block-14::after {
    content: "Designed for a fresher everyday" !important;
    position: absolute !important;
    left: 28px !important;
    bottom: 28px !important;
    z-index: 2 !important;
    padding: 10px 15px !important;
    border: 1px solid rgba(255,255,255,.34) !important;
    border-radius: 999px !important;
    background: rgba(5, 41, 53, .7) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    box-shadow: 0 10px 26px rgba(0,0,0,.16) !important;
    backdrop-filter: blur(10px) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .div-block-14 > .image-28 {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 760px !important;
    margin: 0 !important;
    border-radius: inherit !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform .6s cubic-bezier(.2,.75,.25,1) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13:hover .div-block-14 > .image-28 {
    transform: scale(1.018) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-wrap {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 760px !important;
    margin: 0 !important;
    padding: clamp(46px, 4vw, 72px) clamp(40px, 4.2vw, 78px) !important;
    background:
      radial-gradient(circle at 100% 0%, rgba(116, 223, 207, .14), transparent 34%),
      #fff !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-block-17:not(.rating-mobile) {
    display: inline-flex !important;
    align-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 26px !important;
    padding: 10px 15px 10px 10px !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-block-17.rating-mobile {
    display: none !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .heading-3.dark-text {
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 !important;
    color: #142638 !important;
    text-align: left !important;
    font-size: clamp(38px, 3.05vw, 56px) !important;
    font-weight: 820 !important;
    line-height: 1.05 !important;
    letter-spacing: -.045em !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-block-18 {
    margin: 20px 0 0 !important;
    color: #5a707b !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-wrap > div:not([class]) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 28px 0 0 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bullet---item {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 11px !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding: 13px 15px !important;
    border: 1px solid #dbe9e8 !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #fbfefe 0%, #f2f9f8 100%) !important;
    box-shadow: 0 8px 20px rgba(7, 55, 68, .05) !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bullet---item .bullet {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 7px !important;
    border-radius: 12px !important;
    background: #e5f7f3 !important;
    object-fit: contain !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bullet---item .text-block-6 {
    width: 100% !important;
    margin: 0 !important;
    color: #17384a !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-wrap > .cta-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 28px 0 0 !important;
    padding: 20px !important;
    border: 1px solid #cde8e4 !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, #edf9f7 0%, #f8fcfb 100%) !important;
    box-shadow: 0 14px 32px rgba(9, 80, 83, .08) !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-wrap > .cta-group > .cta-button {
    width: 100% !important;
    max-width: none !important;
    min-height: 64px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(110deg, #0b364c 0%, #087a76 100%) !important;
    color: #fff !important;
    font-size: 18px !important;
    box-shadow: 0 15px 30px rgba(4, 67, 78, .2) !important;
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-wrap > .cta-group > .cta-button:hover {
    transform: translateY(-2px) !important;
    filter: brightness(1.05) !important;
    box-shadow: 0 19px 36px rgba(4, 67, 78, .27) !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-wrap > .cta-group > .scarcity-group---dark {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 8px 14px !important;
    border: 1px solid #dbe9e7 !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 6px 16px rgba(5, 54, 65, .06) !important;
  }
}

@media (max-width: 991.98px) {
  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 {
    display: flex !important;
    flex-direction: column !important;
    width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px solid rgba(13, 91, 98, .13) !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(8, 52, 66, .1) !important;
    overflow: hidden !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .div-block-14 {
    width: 100% !important;
    height: auto !important;
    min-height: 360px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 23px 23px 0 0 !important;
    overflow: hidden !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .div-block-14 > .image-28 {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 360px !important;
    margin: 0 !important;
    border-radius: inherit !important;
    object-fit: cover !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 28px 20px 24px !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-block-17:not(.rating-mobile) {
    display: none !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-block-17.rating-mobile {
    display: inline-flex !important;
    width: 100% !important;
    margin: 0 0 22px !important;
    padding: 10px !important;
    border-radius: 18px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7 {
    grid-template-columns: 90px minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7::before {
    width: 90px !important;
    height: 18px !important;
    background-size: 18px 18px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7::after {
    font-size: 12px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .heading-3.dark-text {
    margin: 0 !important;
    color: #142638 !important;
    text-align: left !important;
    font-size: clamp(32px, 9vw, 42px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.04em !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-block-18 {
    margin: 16px 0 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-wrap > div:not([class]) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 22px 0 0 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bullet---item {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 11px !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 11px 13px !important;
    border: 1px solid #dbe9e8 !important;
    border-radius: 15px !important;
    background: #f6fbfa !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bullet---item .bullet {
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 7px !important;
    border-radius: 12px !important;
    background: #e5f7f3 !important;
    box-sizing: border-box !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bullet---item .text-block-6 {
    margin: 0 !important;
    color: #17384a !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-wrap > .cta-group {
    min-height: 0 !important;
    margin: 22px 0 0 !important;
    padding: 16px !important;
    border: 1px solid #cde8e4 !important;
    border-radius: 18px !important;
    background: #f0faf8 !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .text-wrap > .cta-group > .cta-button {
    width: 100% !important;
    min-height: 58px !important;
    border-radius: 999px !important;
    background: linear-gradient(110deg, #0b364c 0%, #087a76 100%) !important;
    color: #fff !important;
    font-size: 16px !important;
  }
}

/* Final rating lock: override the legacy anonymous text/grid behavior. */
html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7 {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 24px !important;
}

html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7::before {
  flex: 0 0 100px !important;
}

html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7::after {
  flex: 1 1 auto !important;
  width: auto !important;
}

@media (max-width: 991.98px) {
  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7 {
    gap: 9px !important;
  }

  html body:has(.airevo-sync) #product-description .airevo-sync .container-13 .bold-text-7::before {
    flex-basis: 90px !important;
  }
}
