.section-sections--27819131797798__announcement_bar_3xmeXz-padding {
    padding-top: 3px;
    padding-bottom: 2px;
  }

  @media screen and (min-width: 750px) {
    .section-sections--27819131797798__announcement_bar_3xmeXz-padding {
      padding-top: 4px;
      padding-bottom: 2px;
    }
  }

  .announcement-bar-sections--27819131797798__announcement_bar_3xmeXz.color-custom {
    --color-background: 18, 18, 18;
    --gradient-background: #121212;
    --color-foreground: 255, 255, 255;
  }

header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
  }

  .header__heading-link.media {
    --media-radius: 0;
    width: 190px;
    max-width: 190px;
  }
  
  .header__heading-link.media img {
    object-fit: contain;
  }

  .header__heading-link.media .header__heading-logo--secondary {
    display: none;
  }
  
  @media screen and (max-width: 749px) {
    .header__heading-link.media {
      width: 100px;
      max-width: 100px;
    }
  }

  
    .header__icon--search {
      display: none;
    }
  

    @media screen and (min-width: 990px) {
      header-drawer {
        display: none;
      }
    }
  

  .menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }

  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }

.header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-header {
    position: sticky; /* This is for fixing a Safari z-index issue. PR #2147 */
    margin-bottom: 0px;
  }

  @media screen and (min-width: 750px) {
    .section-header {
      margin-bottom: 0px;
    }
  }

  @media screen and (min-width: 990px) {
    .header {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }

.section-template--27819131470118__custom_liquid_a9nnQy-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-template--27819131470118__custom_liquid_a9nnQy-padding {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

.custom-product-hero {
    background: linear-gradient(90deg, #dff5ff 0%, #f2fdff 50%, #dff5ff 100%);
    font-family: inherit;
    overflow: hidden;
  }

  .custom-product-hero__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(22px, 4vw, 42px) 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(18px, 4vw, 44px);
  }

  .custom-product-hero__image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-product-hero__image {
    width: 100%;
    max-width: 470px;
    height: auto;
    display: block;
    filter: drop-shadow(0 18px 20px rgba(28, 78, 100, 0.16));
  }

  .custom-product-hero__content {
    max-width: 500px;
  }

  .custom-product-hero__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: clamp(16px, 3vw, 30px);
    color: #111;
    font-size: clamp(12px, 1.3vw, 16px);
    line-height: 1.2;
  }

  .custom-product-hero__stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
  }

  .custom-product-hero__star-box {
    width: 19px;
    height: 19px;
    background: #00b67a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .custom-product-hero__star-box svg {
    width: 13px;
    height: 13px;
    display: block;
    fill: #fff;
  }

  .custom-product-hero__star-box--half {
    background: linear-gradient(90deg, #00b67a 0 55%, #d8efe8 55% 100%);
  }

  .custom-product-hero__rating strong {
    font-weight: 800;
  }

  .custom-product-hero__line {
    width: 1px;
    height: 18px;
    background: #222;
    opacity: 0.65;
  }

  .custom-product-hero__title {
    margin: 0 0 clamp(16px, 2.6vw, 24px);
    color: #000;
    font-size: clamp(26px, 3.4vw, 44px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
  }

  .custom-product-hero__list {
    display: grid;
    gap: 10px;
    margin: 0 0 clamp(18px, 3vw, 28px);
    padding: 0;
    list-style: none;
  }

  .custom-product-hero__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111;
    font-size: clamp(14px, 1.65vw, 19px);
    line-height: 1.25;
    font-weight: 700;
  }

  .custom-product-hero__check {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: #397896;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .custom-product-hero__check svg {
    width: 16px;
    height: 16px;
    display: block;
  }

  .custom-product-hero__button {
    width: 100%;
    max-width: 460px;
    min-height: clamp(48px, 5vw, 62px);
    border-radius: 999px;
    background: #5db456;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-size: clamp(15px, 1.9vw, 22px);
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }

  .custom-product-hero__button:hover {
    color: #fff;
    filter: brightness(1.04);
  }

  .custom-product-hero__arrow {
    font-size: 1.3em;
    line-height: 1;
  }

  @media (max-width: 820px) {
    .custom-product-hero__inner {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 16px;
      padding: 24px 14px 30px;
    }

    .custom-product-hero__content {
      max-width: 480px;
      margin: 0 auto;
    }

    .custom-product-hero__rating {
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }

    .custom-product-hero__title {
      font-size: clamp(26px, 8vw, 36px);
    }

    .custom-product-hero__list {
      width: fit-content;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }

    .custom-product-hero__button {
      max-width: 100%;
    }

    .custom-product-hero__image {
      max-width: 360px;
    }
  }

  @media (max-width: 430px) {
    .custom-product-hero__inner {
      padding: 22px 12px 28px;
    }

    .custom-product-hero__rating {
      font-size: 12px;
      gap: 6px;
    }

    .custom-product-hero__stars {
      width: 100%;
      justify-content: center;
    }

    .custom-product-hero__star-box {
      width: 18px;
      height: 18px;
    }

    .custom-product-hero__star-box svg {
      width: 12px;
      height: 12px;
    }

    .custom-product-hero__line {
      height: 16px;
    }

    .custom-product-hero__list li {
      font-size: 14px;
    }

    .custom-product-hero__check {
      width: 21px;
      height: 21px;
      min-width: 21px;
    }

    .custom-product-hero__check svg {
      width: 14px;
      height: 14px;
    }

    .custom-product-hero__button {
      min-height: 50px;
      font-size: 15px;
    }
  }

.section-template--27819131470118__custom_liquid_XgybRa-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-template--27819131470118__custom_liquid_XgybRa-padding {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

.press-logo-marquee {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
  }

  .press-logo-marquee__track {
    display: flex;
    width: max-content;
    animation: pressLogoScroll 22s linear infinite;
  }

  .press-logo-marquee__group {
    display: flex;
    align-items: center;
    gap: clamp(70px, 10vw, 180px);
    padding: 28px clamp(45px, 7vw, 120px);
  }

  .press-logo-marquee__item {
    width: clamp(90px, 10vw, 145px);
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .press-logo-marquee__item img {
    max-width: 100%;
    max-height: 52px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
  }

  @keyframes pressLogoScroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-33.333%);
    }
  }

  @media (max-width: 768px) {
    .press-logo-marquee__track {
      animation-duration: 15s;
    }

    .press-logo-marquee__group {
      gap: 54px;
      padding: 20px 32px;
    }

    .press-logo-marquee__item {
      width: 86px;
      height: 42px;
    }

    .press-logo-marquee__item img {
      max-height: 38px;
    }
  }

.section-template--27819131470118__custom_liquid_4Qjmff-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-template--27819131470118__custom_liquid_4Qjmff-padding {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

.cooling-claims,
  .cooling-claims * {
    box-sizing: border-box;
  }

  .cooling-claims {
    background: #fff;
    font-family: inherit;
    padding: 34px 14px 42px;
  }

  .cooling-claims__inner {
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
  }

  .cooling-claims__eyebrow {
    margin: 0 0 12px !important;
    color: #36599d;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 800;
  }

  .cooling-claims__title {
    max-width: 860px;
    margin: 0 auto !important;
    color: #22252a;
    font-size: 34px !important;
    line-height: 1.15 !important;
    font-weight: 900;
    letter-spacing: 0 !important;
  }

  .cooling-claims__divider {
    width: 82px;
    height: 6px;
    border-radius: 999px;
    background: #dedede;
    margin: 22px auto 34px;
  }

  .cooling-claims__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    align-items: start;
  }

  .cooling-claims__item {
    text-align: center;
  }

  .cooling-claims__image {
    width: 230px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
  }

  .cooling-claims__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .cooling-claims__item-title {
    margin: 0 0 10px !important;
    color: #25272c;
    font-size: 21px !important;
    line-height: 1.2 !important;
    font-weight: 900;
    letter-spacing: 0 !important;
  }

  .cooling-claims__text {
    max-width: 255px;
    margin: 0 auto !important;
    color: #33363b;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 400;
    letter-spacing: 0 !important;
  }

  @media (max-width: 900px) {
    .cooling-claims {
      padding: 30px 14px 38px;
    }

    .cooling-claims__title {
      font-size: 28px !important;
      max-width: 620px;
    }

    .cooling-claims__grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .cooling-claims__image {
      width: 220px;
      margin-bottom: 16px;
    }

    .cooling-claims__text {
      max-width: 310px;
    }
  }

  @media (max-width: 430px) {
    .cooling-claims {
      padding: 26px 12px 34px;
    }

    .cooling-claims__eyebrow {
      font-size: 14px !important;
      margin-bottom: 10px !important;
    }

    .cooling-claims__title {
      font-size: 24px !important;
      line-height: 1.18 !important;
    }

    .cooling-claims__divider {
      width: 70px;
      height: 5px;
      margin: 18px auto 26px;
    }

    .cooling-claims__grid {
      gap: 28px;
    }

    .cooling-claims__image {
      width: 200px;
      margin-bottom: 14px;
    }

    .cooling-claims__item-title {
      font-size: 19px !important;
    }

    .cooling-claims__text {
      font-size: 14px !important;
      line-height: 1.42 !important;
    }
  }

.section-template--27819131470118__custom_liquid_aXrihB-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-template--27819131470118__custom_liquid_aXrihB-padding {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

.breezamax-about,
  .breezamax-about * {
    box-sizing: border-box;
  }

  .breezamax-about {
    width: 100%;
    background: #eef2f7;
    font-family: inherit;
    overflow: hidden;
  }

  .breezamax-about__intro {
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 14px 44px;
    text-align: center;
  }

  .breezamax-about__eyebrow {
    margin: 0 0 14px !important;
    color: #36599d;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 800;
    letter-spacing: 0 !important;
  }

  .breezamax-about__title {
    max-width: 760px;
    margin: 0 auto !important;
    color: #22252a;
    font-size: 32px !important;
    line-height: 1.15 !important;
    font-weight: 900;
    letter-spacing: 0 !important;
  }

  .breezamax-about__divider {
    width: 82px;
    height: 6px;
    border-radius: 999px;
    background: #d7dbe0;
    margin: 22px auto 30px;
  }

  .breezamax-about__text {
    max-width: 760px;
    margin: 0 auto !important;
    color: #30343b;
    font-size: 16px !important;
    line-height: 1.65 !important;
    font-weight: 400;
    letter-spacing: 0 !important;
  }

  .breezamax-about__gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .breezamax-about__image {
    height: 250px;
    overflow: hidden;
  }

  .breezamax-about__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  @media (max-width: 900px) {
    .breezamax-about__intro {
      padding: 30px 14px 36px;
    }

    .breezamax-about__title {
      max-width: 640px;
      font-size: 27px !important;
    }

    .breezamax-about__text {
      max-width: 620px;
      font-size: 15px !important;
      line-height: 1.55 !important;
    }

    .breezamax-about__gallery {
      grid-template-columns: repeat(2, 1fr);
    }

    .breezamax-about__image {
      height: 220px;
    }
  }

  @media (max-width: 430px) {
    .breezamax-about__intro {
      padding: 26px 12px 32px;
    }

    .breezamax-about__eyebrow {
      font-size: 14px !important;
      margin-bottom: 10px !important;
    }

    .breezamax-about__title {
      font-size: 23px !important;
      line-height: 1.18 !important;
    }

    .breezamax-about__divider {
      width: 70px;
      height: 5px;
      margin: 18px auto 22px;
    }

    .breezamax-about__text {
      font-size: 14px !important;
      line-height: 1.5 !important;
    }

    .breezamax-about__gallery {
      grid-template-columns: 1fr 1fr;
    }

    .breezamax-about__image {
      height: 150px;
    }
  }

.section-template--27819131470118__custom_liquid_pg837E-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-template--27819131470118__custom_liquid_pg837E-padding {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

.qinux-features,
  .qinux-features * {
    box-sizing: border-box;
  }

  .qinux-features {
    background: #fff;
    font-family: inherit;
    padding: 34px 14px 42px;
    overflow: hidden;
  }

  .qinux-features__inner {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
  }

  .qinux-features__title {
    margin: 0 auto !important;
    color: #22252a;
    font-size: 34px !important;
    line-height: 1.15 !important;
    font-weight: 900;
    letter-spacing: 0 !important;
  }

  .qinux-features__divider {
    width: 82px;
    height: 6px;
    border-radius: 999px;
    background: #dedede;
    margin: 22px auto 38px;
  }

  .qinux-features__layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    align-items: center;
    gap: 28px;
  }

  .qinux-features__col {
    display: grid;
    gap: 34px;
  }

  .qinux-features__item {
    text-align: center;
  }

  .qinux-features__icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 12px;
    display: block;
    object-fit: contain;
  }

  .qinux-features__item-title {
    margin: 0 0 9px !important;
    color: #24272d;
    font-size: 18px !important;
    line-height: 1.22 !important;
    font-weight: 900;
    letter-spacing: 0 !important;
  }

  .qinux-features__text {
    max-width: 265px;
    margin: 0 auto !important;
    color: #343840;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 400;
    letter-spacing: 0 !important;
  }

  .qinux-features__media {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .qinux-features__product {
    width: 100%;
    max-width: 390px;
    height: auto;
    display: block;
  }

  .qinux-features__button {
    width: min(100%, 420px);
    min-height: 58px;
    margin: 42px auto 0;
    border-radius: 999px;
    background: #5db456;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none !important;
    font-size: 19px !important;
    line-height: 1 !important;
    font-weight: 900;
    letter-spacing: 0 !important;
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.16);
  }

  .qinux-features__button:hover {
    color: #fff !important;
    filter: brightness(1.04);
  }

  .qinux-features__arrow {
    font-size: 1.35em;
    line-height: 1;
  }

  @media (max-width: 900px) {
    .qinux-features {
      padding: 30px 14px 38px;
    }

    .qinux-features__title {
      font-size: 28px !important;
    }

    .qinux-features__divider {
      margin: 18px auto 28px;
    }

    .qinux-features__layout {
      grid-template-columns: 1fr;
      gap: 26px;
    }

    .qinux-features__media {
      order: -1;
    }

    .qinux-features__product {
      max-width: 330px;
    }

    .qinux-features__col {
      gap: 26px;
    }

    .qinux-features__text {
      max-width: 330px;
    }

    .qinux-features__button {
      margin-top: 34px;
    }
  }

  @media (max-width: 430px) {
    .qinux-features {
      padding: 26px 12px 34px;
    }

    .qinux-features__title {
      font-size: 24px !important;
      line-height: 1.18 !important;
    }

    .qinux-features__divider {
      width: 70px;
      height: 5px;
      margin: 16px auto 24px;
    }

    .qinux-features__product {
      max-width: 280px;
    }

    .qinux-features__icon {
      width: 36px;
      height: 36px;
      margin-bottom: 10px;
    }

    .qinux-features__item-title {
      font-size: 17px !important;
    }

    .qinux-features__text {
      font-size: 14px !important;
      line-height: 1.42 !important;
    }

    .qinux-features__button {
      min-height: 50px;
      margin-top: 30px;
      font-size: 15px !important;
    }
  }

.section-template--27819131470118__custom_liquid_K6FFYg-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-template--27819131470118__custom_liquid_K6FFYg-padding {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

.qinux-examples,
  .qinux-examples * {
    box-sizing: border-box;
  }

  .qinux-examples {
    background: #fff;
    font-family: inherit;
    padding: 30px 14px 38px;
  }

  .qinux-examples__inner {
    max-width: 860px;
    margin: 0 auto;
  }

  .qinux-examples__header {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
  }

  .qinux-examples__eyebrow {
    margin: 0 0 12px !important;
    color: #285aa1;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 800;
  }

  .qinux-examples__title {
    margin: 0 auto !important;
    color: #25272c;
    font-size: 27px !important;
    line-height: 1.18 !important;
    font-weight: 900;
    letter-spacing: 0 !important;
  }

  .qinux-examples__divider {
    width: 70px;
    height: 5px;
    border-radius: 999px;
    background: #dedede;
    margin: 18px auto 0;
  }

  .qinux-examples__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 28px;
    margin-bottom: 28px;
  }

  .qinux-examples__image {
    border-radius: 4px;
    overflow: hidden;
  }

  .qinux-examples__image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .qinux-examples__content {
    text-align: left;
  }

  .qinux-examples__content h3 {
    margin: 0 0 12px !important;
    color: #25272c;
    font-size: 21px !important;
    line-height: 1.22 !important;
    font-weight: 900;
    letter-spacing: 0 !important;
  }

  .qinux-examples__small-line {
    width: 44px;
    height: 4px;
    border-radius: 999px;
    background: #dedede;
    margin: 0 0 14px;
  }

  .qinux-examples__content p {
    margin: 0 !important;
    color: #444851;
    font-size: 13.5px !important;
    line-height: 1.48 !important;
    font-weight: 400;
    letter-spacing: 0 !important;
  }

  .qinux-examples__button-wrap {
    text-align: center;
    margin-top: 10px;
  }

  .qinux-examples__button {
    width: min(100%, 300px);
    min-height: 48px;
    border-radius: 999px;
    background: #31b54a;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14);
  }

  .qinux-examples__arrow {
    font-size: 1.45em;
    line-height: 1;
  }

  @media (max-width: 700px) {
    .qinux-examples {
      padding: 26px 12px 34px;
    }

    .qinux-examples__header {
      margin-bottom: 24px;
    }

    .qinux-examples__title {
      font-size: 23px !important;
      line-height: 1.2 !important;
    }

    .qinux-examples__row {
      grid-template-columns: 1fr;
      gap: 16px;
      margin-bottom: 30px;
    }

    .qinux-examples__row--reverse .qinux-examples__image {
      order: -1;
    }

    .qinux-examples__image {
      max-width: 360px;
      width: 100%;
      margin: 0 auto;
    }

    .qinux-examples__content {
      max-width: 390px;
      margin: 0 auto;
      text-align: center;
    }

    .qinux-examples__small-line {
      margin: 0 auto 12px;
    }

    .qinux-examples__content h3 {
      font-size: 19px !important;
    }

    .qinux-examples__content p {
      font-size: 13.5px !important;
    }
  }

  @media (max-width: 430px) {
    .qinux-examples__eyebrow {
      font-size: 12px !important;
    }

    .qinux-examples__title {
      font-size: 21px !important;
    }

    .qinux-examples__content h3 {
      font-size: 18px !important;
    }

    .qinux-examples__content p {
      font-size: 13px !important;
    }

    .qinux-examples__button {
      min-height: 46px;
      font-size: 12px !important;
    }
  }

.ai-bundle-offer-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 40px 14px;
    scroll-margin-top: 90px;
  }

  .ai-bundle-offer-wrapper-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }

  .ai-bundle-offer-header-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    text-align: center;
    margin-bottom: 32px;
  }

  .ai-bundle-sale-pill-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #e0ebff 0%, #eef6ff 100%);
    color: #1e40af;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    border-radius: 999px;
    text-transform: uppercase;
    border: 1px solid #bfdbfe;
  }

  .ai-bundle-offer-title-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 8px;
    color: #0f172a;
  }

  .ai-bundle-offer-subtitle-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    font-size: 16px;
    font-weight: 700;
    color: #475569;
    margin: 8px 0 0;
  }

  .ai-bundle-grid-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 32px;
  }

  .ai-bundle-card-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    position: relative;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px 18px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  }

  .ai-bundle-card-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    border-color: #cbd5e1;
  }

  .ai-bundle-card-featured-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    border: 2px solid #1e40af;
    box-shadow: 0 16px 40px rgba(30, 64, 175, 0.15);
    transform: scale(1.02);
  }

  .ai-bundle-card-featured-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3:hover {
    transform: scale(1.02) translateY(-4px);
  }

  .ai-bundle-best-label-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    border-radius: 999px;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(30, 64, 175, 0.2);
    white-space: nowrap;
    z-index: 2;
  }

  .ai-bundle-card-title-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 4px;
    color: #0f172a;
  }

  .ai-bundle-card-subtitle-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 18px;
    line-height: 1.35;
  }

  .ai-bundle-voltage-selector-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 16px;
  }

  .ai-bundle-voltage-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3,
  .ai-bundle-pack-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    font-family: inherit;
  }

  .ai-bundle-voltage-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    flex: 1;
    max-width: 120px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
  }

  .ai-bundle-pack-selector-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 16px;
  }

  .ai-bundle-pack-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
  }

  .ai-bundle-voltage-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3:hover,
  .ai-bundle-pack-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3:hover {
    border-color: #cbd5e1;
    background: #f1f5f9;
  }

  .ai-bundle-voltage-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3.active,
  .ai-bundle-pack-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3.active {
    background: #1e40af;
    border-color: #1e40af;
    color: #ffffff;
  }

  .ai-bundle-product-image-wrap-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    height: 230px;
    margin: 18px 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fbff 0%, #eff2f8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    gap: 14px;
  }

  .ai-bundle-product-image-wrap-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 img {
    width: 190px;
    height: auto;
    max-width: 92%;
    max-height: 210px;
    object-fit: contain;
    display: block;
  }

  .ai-bundle-double-image-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 img:nth-child(1) {
    transform: translateX(-8px);
    width: 165px;
  }

  .ai-bundle-double-image-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 img:nth-child(2) {
    transform: translateX(8px);
    width: 165px;
  }

  .ai-bundle-placeholder-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    width: 180px;
    height: 180px;
    background: #e2e8f0;
    border-radius: 10px;
  }

  .ai-bundle-placeholder-small-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    width: 150px;
    height: 150px;
    background: #e2e8f0;
    border-radius: 10px;
  }

  .ai-bundle-save-badge-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 14px;
    background: #ecfdf3;
    color: #15803d;
    font-size: 12px;
    font-weight: 900;
    border-radius: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .ai-bundle-price-old-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 8px;
    flex-wrap: wrap;
  }

  .ai-bundle-price-old-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 span {
    font-weight: 700;
  }

  .ai-bundle-price-old-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 s {
    color: #94a3b8;
    font-weight: 700;
  }

  .ai-bundle-price-new-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    margin-bottom: 16px;
  }

  .ai-bundle-price-new-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 small {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 2px;
  }

  .ai-bundle-price-new-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 strong {
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: #15803d;
    line-height: 1;
  }

  .ai-bundle-price-new-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 em {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    color: #15803d;
  }

  .ai-bundle-benefits-list-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    list-style: none;
    margin: 0 0 18px;
    text-align: left;
    display: grid;
    gap: 8px;
    padding: 0;
  }

  .ai-bundle-benefits-list-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 li {
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    line-height: 1.4;
    color: #334155;
    font-weight: 500;
  }

  .ai-bundle-benefits-list-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    color: #15803d;
    font-weight: 900;
    font-size: 16px;
  }

  .ai-bundle-buy-button-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
    width: 100%;
    min-height: 52px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
  }

  .ai-bundle-buy-button-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.3);
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: #ffffff;
    text-decoration: none;
  }

  .ai-bundle-buy-button-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3:active {
    transform: translateY(0);
  }

  @media screen and (max-width: 749px) {
    .ai-bundle-offer-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      width: 100%;
      padding: 28px 14px;
      scroll-margin-top: 80px;
    }

    .ai-bundle-offer-wrapper-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      max-width: 100%;
    }

    .ai-bundle-offer-header-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      margin-bottom: 24px;
      padding: 0 4px;
    }

    .ai-bundle-sale-pill-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      padding: 7px 14px;
      font-size: 10px;
      margin-bottom: 12px;
    }

    .ai-bundle-offer-title-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      font-size: clamp(24px, 7vw, 32px);
      margin-bottom: 6px;
    }

    .ai-bundle-offer-subtitle-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      font-size: 14px;
      line-height: 1.4;
      padding: 0 8px;
    }

    .ai-bundle-grid-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      grid-template-columns: 1fr;
      gap: 24px;
      margin-top: 24px;
    }

    .ai-bundle-card-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      padding: 22px 16px;
      border-radius: 12px;
    }

    .ai-bundle-card-featured-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      transform: none;
      border-width: 2px;
      margin-top: 6px;
    }

    .ai-bundle-card-featured-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3:hover {
      transform: none;
    }

    .ai-bundle-best-label-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      top: -12px;
      padding: 6px 16px;
      font-size: 10px;
    }

    .ai-bundle-card-title-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      font-size: 21px;
      margin-bottom: 4px;
    }

    .ai-bundle-card-subtitle-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      font-size: 13px;
      margin-bottom: 16px;
      line-height: 1.35;
    }

    .ai-bundle-voltage-selector-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      gap: 8px;
      margin-bottom: 14px;
    }

    .ai-bundle-voltage-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      max-width: none;
      padding: 10px 12px;
      font-size: 13px;
      border-radius: 8px;
    }

    .ai-bundle-pack-selector-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      gap: 8px;
      margin-bottom: 14px;
    }

    .ai-bundle-pack-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      padding: 11px 12px;
      font-size: 12px;
      border-radius: 8px;
    }

    .ai-bundle-product-image-wrap-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      height: 210px;
      margin: 16px 0;
      border-radius: 10px;
      gap: 10px;
    }

    .ai-bundle-product-image-wrap-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 img {
      width: 175px;
      max-height: 195px;
    }

    .ai-bundle-double-image-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 img:nth-child(1) {
      transform: translateX(-6px);
      width: 145px;
    }

    .ai-bundle-double-image-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 img:nth-child(2) {
      transform: translateX(6px);
      width: 145px;
    }

    .ai-bundle-save-badge-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      padding: 9px 10px;
      margin-bottom: 12px;
      font-size: 11px;
      border-radius: 7px;
    }

    .ai-bundle-price-old-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      font-size: 12px;
      gap: 6px;
      margin-bottom: 6px;
    }

    .ai-bundle-price-new-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      margin-bottom: 14px;
    }

    .ai-bundle-price-new-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 small {
      font-size: 12px;
      margin-bottom: 1px;
    }

    .ai-bundle-price-new-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 strong {
      font-size: 34px;
    }

    .ai-bundle-price-new-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 em {
      font-size: 11px;
      margin-top: 3px;
    }

    .ai-bundle-benefits-list-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      margin-bottom: 16px;
      gap: 7px;
    }

    .ai-bundle-benefits-list-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 li {
      padding-left: 22px;
      font-size: 12px;
      line-height: 1.5;
    }

    .ai-bundle-benefits-list-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 li::before {
      font-size: 15px;
      top: -1px;
    }

    .ai-bundle-buy-button-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      min-height: 52px;
      padding: 13px 18px;
      font-size: 14px;
      border-radius: 8px;
      letter-spacing: 0.3px;
    }

    .ai-bundle-card-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3:hover,
    .ai-bundle-buy-button-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3:hover {
      transform: none;
    }
  }

  @media screen and (max-width: 480px) {
    .ai-bundle-offer-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      padding: 24px 12px;
    }

    .ai-bundle-offer-title-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      font-size: clamp(22px, 8vw, 28px);
    }

    .ai-bundle-offer-subtitle-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      font-size: 13px;
    }

    .ai-bundle-card-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      padding: 20px 14px;
    }

    .ai-bundle-card-title-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      font-size: 20px;
    }

    .ai-bundle-voltage-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      padding: 9px 10px;
      font-size: 12px;
    }

    .ai-bundle-pack-option-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      padding: 10px 10px;
      font-size: 11px;
    }

    .ai-bundle-product-image-wrap-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 {
      height: 195px;
    }

    .ai-bundle-product-image-wrap-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 img {
      width: 165px;
      max-height: 180px;
    }

    .ai-bundle-double-image-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 img:nth-child(1),
    .ai-bundle-double-image-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 img:nth-child(2) {
      width: 132px;
    }

    .ai-bundle-price-new-av2rpctvjauhgwtmxqaigenblockc841a4dxwegz3 strong {
      font-size: 30px;
    }
  }

.section-template--27819131470118__custom_liquid_3KAAWt-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-template--27819131470118__custom_liquid_3KAAWt-padding {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

.trust-boxes,
  .trust-boxes * {
    box-sizing: border-box;
  }

  .trust-boxes {
    width: 100%;
    background: #fff;
    font-family: inherit;
    padding: 30px 14px;
  }

  .trust-boxes__inner {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .trust-boxes__item {
    position: relative;
    min-height: 134px;
    border: 1.5px solid #2f5dab;
    border-radius: 3px;
    background: #fff;
    padding: 66px 14px 15px;
    text-align: center;
    overflow: hidden;
  }

  .trust-boxes__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: #2f5dab;
  }

  .trust-boxes__icon {
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #2f5dab;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .trust-boxes__icon svg {
    width: 22px;
    height: 22px;
    display: block;
  }

  .trust-boxes__title {
    margin: 0 0 6px !important;
    color: #1f2228;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 900;
    letter-spacing: 0 !important;
    position: relative;
    z-index: 1;
  }

  .trust-boxes__text {
    margin: 0 !important;
    color: #30343b;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
    font-weight: 400;
    letter-spacing: 0 !important;
  }

  @media (max-width: 700px) {
    .trust-boxes__inner {
      max-width: 360px;
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .trust-boxes__item {
      min-height: 130px;
      padding-top: 66px;
    }
  }

.section-template--27819131470118__custom_liquid_jLPCtT-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-template--27819131470118__custom_liquid_jLPCtT-padding {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

.tp-like{
    --bg:#f5faf8;
    --card:#ffffff;
    --text:#0f172a;
    --muted:#64748b;
    --line:rgba(15,23,42,.08);
    --green:#00B67A;
    --shadow:0 10px 25px rgba(15,23,42,.08);
    background:var(--bg);
    padding:38px 16px 44px;
  }

  .tp-like__head{
    max-width:1180px;
    margin:0 auto 18px;
    text-align:center;
  }

  .tp-like__kicker{
    font-size:14px;
    color:var(--muted);
    margin-bottom:8px;
    letter-spacing:.2px;
  }

  .tp-like__rating{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    color:var(--text);
  }
  .tp-like__label{ font-weight:700; font-size:22px; }
  .tp-like__score{ font-weight:800; font-size:22px; }

  .tp-like__stars{
    display:inline-flex;
    gap:3px;
    transform:translateY(1px);
  }
  .tp-like__stars--small{ transform:none; gap:2px; }

  .tp-like__star{
    width:20px;height:20px;border-radius:2px;
    background:#e5e7eb; position:relative;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35), inset 0 -1px 0 rgba(0,0,0,.12);
  }
  .tp-like__stars--small .tp-like__star{ width:18px;height:18px; }
  .tp-like__star.full{ background:var(--green); }
  .tp-like__star.half{ background:linear-gradient(to right, var(--green) 50%, #e5e7eb 50%); }

  .tp-like__star::after{
    content:"";
    position:absolute;
    inset:0;
    margin:auto;
    width:13px;height:13px;
    background:#fff;
    clip-path: polygon(
      50% 4%,
      61% 36%,
      95% 36%,
      67% 55%,
      78% 88%,
      50% 69%,
      22% 88%,
      33% 55%,
      5% 36%,
      39% 36%
    );
    filter: drop-shadow(0 1px 0 rgba(0,0,0,.08));
  }
  .tp-like__stars--small .tp-like__star::after{ width:12px;height:12px; }

  /* DESKTOP: 4 colunas */
  .tp-like__track{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:18px;
  }

  .tp-card{
    background:var(--card);
    border:1px solid var(--line);
    border-radius:14px;
    overflow:hidden;
    box-shadow:var(--shadow);
    display:flex;
    flex-direction:column;
  }

  .tp-card__media{ aspect-ratio: 4 / 5; background:#e5e7eb; }
  .tp-card__media img{ width:100%; height:100%; object-fit:cover; display:block; }

  .tp-card__body{ padding:14px 14px 12px; }
  .tp-card__text{
    margin:0 0 6px;
    color:var(--text);
    font-size:14px;
    line-height:1.35;
    min-height:58px;
  }
  .tp-card__more{
    display:inline-block;
    color:var(--muted);
    font-size:13px;
    text-decoration:none;
    margin-bottom:10px;
  }
  .tp-card__meta{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:8px;
  }
  .tp-badge{
    font-size:11px;
    font-weight:700;
    letter-spacing:.3px;
    padding:4px 8px;
    border-radius:999px;
    background:#eef2f7;
    color:#334155;
    border:1px solid rgba(51,65,85,.18);
  }
  .tp-card__name{ font-weight:700; color:var(--text); font-size:14px; }

  /* WRAP das setas */
  .tp-like__wrap{
    position:relative;
    max-width:1180px;
    margin:0 auto;
  }

  /* Setas (somente mobile) */
  .tp-like__arrow{
    position:absolute;
    top:45%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    border-radius:999px;
    border:1px solid rgba(15,23,42,.12);
    background:rgba(255,255,255,.92);
    box-shadow:0 8px 18px rgba(15,23,42,.14);
    display:none; /* desktop off */
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#111;
    z-index:5;
    cursor:pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .tp-like__arrow--left{ left:-8px; }
  .tp-like__arrow--right{ right:-8px; }

  /* TABLET */
  @media (max-width: 980px){
    .tp-like__track{ grid-template-columns:repeat(2, 1fr); }
  }

  /* MOBILE: swipe horizontal + setas */
  @media (max-width: 640px){
    .tp-like__track{
      display:flex !important;
      gap:14px;
      overflow-x:auto;
      scroll-snap-type:x mandatory;
      -webkit-overflow-scrolling:touch;
      padding:0 26px 10px; /* espaço pras setas */
      max-width:1180px;
    }

    .tp-card{
      flex:0 0 85%;
      scroll-snap-align:start;
    }

    .tp-like__track::-webkit-scrollbar{ display:none; }
    .tp-card__text{ min-height:auto; }

    .tp-like__arrow{ display:flex; }
  }

.section-template--27819131470118__custom_liquid_d7c7zM-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-template--27819131470118__custom_liquid_d7c7zM-padding {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }

.qinux-faq,
  .qinux-faq * {
    box-sizing: border-box;
  }

  .qinux-faq {
    background: #f7f7f7;
    font-family: inherit;
    padding: 28px 14px 36px;
  }

  .qinux-faq__inner {
    max-width: 820px;
    margin: 0 auto;
  }

  .qinux-faq__title {
    margin: 0 auto 34px !important;
    color: #315da8;
    text-align: center;
    font-size: 24px !important;
    line-height: 1.15 !important;
    font-weight: 900;
    letter-spacing: 0 !important;
  }

  .qinux-faq__divider {
    width: 76px;
    height: 5px;
    border-radius: 999px;
    background: #d7d7d7;
    margin: -18px auto 22px;
  }

  .qinux-faq__list {
    display: grid;
    gap: 12px;
  }

  .qinux-faq__item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
  }

  .qinux-faq__question {
    width: 100%;
    min-height: 52px;
    border: 0;
    background: #fff;
    color: #000;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 800;
    letter-spacing: 0 !important;
  }

  .qinux-faq__question span:first-child {
    flex: 1;
  }

  .qinux-faq__plus {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .qinux-faq__plus:before,
  .qinux-faq__plus:after {
    content: "";
    position: absolute;
    background: #315da8;
    border-radius: 999px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .qinux-faq__plus:before {
    width: 18px;
    height: 2px;
  }

  .qinux-faq__plus:after {
    width: 2px;
    height: 18px;
    transition: opacity 0.2s ease;
  }

  .qinux-faq__answer {
    display: none;
    padding: 0 18px 16px;
    color: #333;
    font-size: 14px !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
  }

  .qinux-faq__answer p {
    margin: 0 !important;
  }

  .qinux-faq__item.is-open .qinux-faq__answer {
    display: block;
  }

  .qinux-faq__item.is-open .qinux-faq__plus:after {
    opacity: 0;
  }

  @media (max-width: 700px) {
    .qinux-faq {
      padding: 24px 12px 32px;
    }

    .qinux-faq__inner {
      max-width: 100%;
    }

    .qinux-faq__title {
      margin-bottom: 30px !important;
      font-size: 22px !important;
    }

    .qinux-faq__divider {
      width: 66px;
      height: 5px;
      margin: -16px auto 20px;
    }

    .qinux-faq__list {
      gap: 10px;
    }

    .qinux-faq__question {
      min-height: 50px;
      padding: 0 14px;
      font-size: 14.5px !important;
    }

    .qinux-faq__answer {
      padding: 0 14px 14px;
      font-size: 13px !important;
    }
  }

.ai-offer-section-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    padding: 30px 20px 30px;
    box-sizing: border-box;
    display: block;
  }

  .ai-offer-box-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border: 3px dashed #2c5aa0;
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
  }

  .ai-offer-media-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    background: #a9d2e1;
    min-height: 420px;
  }

  .ai-offer-media-adjfwywn5sfertjliqaigenblock51065edlzxdnq img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
  }

  .ai-offer-media-placeholder-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    background: #a9d2e1;
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ai-offer-media-placeholder-adjfwywn5sfertjliqaigenblock51065edlzxdnq svg {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
  }

  .ai-offer-content-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .ai-offer-badge-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #121212;
  }

  .ai-offer-badge-adjfwywn5sfertjliqaigenblock51065edlzxdnq img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .ai-offer-heading-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    max-width: 500px;
    margin: 0;
    font-size: clamp(26px, 3.5vw, 38px);
    line-height: 1.2;
    font-weight: 800;
    color: #000000;
  }

  .ai-offer-line-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    width: 80px;
    height: 6px;
    margin: 16px auto 16px;
    border-radius: 999px;
    background: #dedede;
  }

  .ai-offer-text-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    max-width: 480px;
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.4;
    color: #666666;
  }

  .ai-offer-rating-box-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    width: 100%;
    max-width: 480px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    margin-bottom: 16px;
    background: #ffffff;
  }

  .ai-offer-rating-top-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 10px;
  }

  .ai-offer-rating-top-adjfwywn5sfertjliqaigenblock51065edlzxdnq img {
    width: 70px;
    height: auto;
    display: block;
    flex-shrink: 0;
  }

  .ai-offer-stars-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    color: #ffc107;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }

  .ai-offer-stars-adjfwywn5sfertjliqaigenblock51065edlzxdnq span {
    color: #e4e4e4;
  }

  .ai-offer-rating-top-adjfwywn5sfertjliqaigenblock51065edlzxdnq strong {
    font-size: 17px;
    line-height: 1;
    color: #000000;
    flex-shrink: 0;
  }

  .ai-offer-stock-row-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    min-height: 36px;
    border-top: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 10px;
  }

  .ai-offer-stock-row-adjfwywn5sfertjliqaigenblock51065edlzxdnq i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3e835d;
    flex-shrink: 0;
  }

  .ai-offer-stock-row-adjfwywn5sfertjliqaigenblock51065edlzxdnq span {
    font-size: 15px;
    font-weight: 700;
    color: #4d9b6b;
  }

  .ai-offer-button-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    width: 100%;
    max-width: 480px;
    min-height: 54px;
    border-radius: 8px;
    background: #123b82;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 800;
    padding: 0 16px;
    transition: background 0.3s ease;
  }

  .ai-offer-button-adjfwywn5sfertjliqaigenblock51065edlzxdnq:hover {
    background: #0d2a5e;
  }

  .ai-offer-shipping-note-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
    width: 100%;
    max-width: 480px;
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
  }

  .ai-offer-shipping-note-adjfwywn5sfertjliqaigenblock51065edlzxdnq span {
    height: 1px;
    background: #e1e1e1;
  }

  .ai-offer-shipping-note-adjfwywn5sfertjliqaigenblock51065edlzxdnq p {
    margin: 0;
    max-width: 280px;
    font-size: 13px;
    line-height: 1.3;
    color: #999999;
  }

  @media screen and (max-width: 749px) {
    .ai-offer-section-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      padding: 15px 10px 15px;
    }

    .ai-offer-box-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      grid-template-columns: 1fr;
      border-radius: 12px;
    }

    .ai-offer-media-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      min-height: 280px;
    }

    .ai-offer-media-adjfwywn5sfertjliqaigenblock51065edlzxdnq img {
      min-height: 280px;
    }

    .ai-offer-media-placeholder-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      min-height: 280px;
    }

    .ai-offer-content-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      padding: 20px;
    }

    .ai-offer-badge-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      font-size: 12px;
      gap: 6px;
      margin-bottom: 10px;
      flex-wrap: wrap;
    }

    .ai-offer-badge-adjfwywn5sfertjliqaigenblock51065edlzxdnq img {
      width: 18px;
      height: 18px;
    }

    .ai-offer-heading-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      font-size: clamp(18px, 6vw, 24px);
      line-height: 1.15;
    }

    .ai-offer-line-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      width: 60px;
      height: 4px;
      margin: 10px auto 10px;
    }

    .ai-offer-text-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      font-size: 13px;
      margin-bottom: 12px;
      line-height: 1.35;
    }

    .ai-offer-rating-box-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      margin-bottom: 12px;
    }

    .ai-offer-rating-top-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      min-height: 34px;
      gap: 6px;
      padding: 5px 8px;
      flex-wrap: wrap;
    }

    .ai-offer-rating-top-adjfwywn5sfertjliqaigenblock51065edlzxdnq img {
      width: 55px;
    }

    .ai-offer-stars-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      font-size: 15px;
      letter-spacing: 0.3px;
    }

    .ai-offer-rating-top-adjfwywn5sfertjliqaigenblock51065edlzxdnq strong {
      font-size: 15px;
    }

    .ai-offer-stock-row-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      min-height: 32px;
      gap: 6px;
      padding: 5px 8px;
    }

    .ai-offer-stock-row-adjfwywn5sfertjliqaigenblock51065edlzxdnq i {
      width: 7px;
      height: 7px;
    }

    .ai-offer-stock-row-adjfwywn5sfertjliqaigenblock51065edlzxdnq span {
      font-size: 13px;
    }

    .ai-offer-button-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      font-size: 15px;
      min-height: 46px;
      padding: 0 12px;
    }

    .ai-offer-shipping-note-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      margin-top: 12px;
      gap: 12px;
    }

    .ai-offer-shipping-note-adjfwywn5sfertjliqaigenblock51065edlzxdnq p {
      font-size: 11px;
      max-width: 200px;
    }
  }

  @media screen and (max-width: 480px) {
    .ai-offer-badge-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      font-size: 11px;
    }

    .ai-offer-heading-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      font-size: clamp(16px, 6vw, 22px);
    }

    .ai-offer-rating-top-adjfwywn5sfertjliqaigenblock51065edlzxdnq img {
      width: 50px;
    }

    .ai-offer-stars-adjfwywn5sfertjliqaigenblock51065edlzxdnq {
      font-size: 14px;
    }

    .ai-offer-stock-row-adjfwywn5sfertjliqaigenblock51065edlzxdnq span {
      font-size: 12px;
    }
  }

.scroll-to-top-btn-scroll-to-top-btn {
    --offset-x: 2.0rem;
    --offset-y: 2.0rem;
  }
  @media screen and (max-width: 749px) {
    .scroll-to-top-btn-scroll-to-top-btn {
      --offset-x: 1.5rem;
      --offset-y: 1.5rem;
    }
  }

.music-player-global-music-player {
    --offset-x: 2.0rem;
    --offset-y: 2.0rem;
  }
  @media screen and (max-width: 749px) {
    .music-player-global-music-player {
      --offset-x: 1.5rem;
      --offset-y: 1.5rem;
    }
  }

.footer {
    margin-top: 0px;
  }

  .section-sections--27819131765030__footer-padding {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  @media screen and (min-width: 750px) {
    .footer {
      margin-top: 0px;
    }

    .section-sections--27819131765030__footer-padding {
      padding-top: 40px;
      padding-bottom: 20px;
    }
  }

  .color-scheme-sections--27819131765030__footer.color-custom {
    --color-background: 18, 18, 18;
    --gradient-background: #121212;
    --color-foreground: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 18, 18, 18;
    --color-base-outline-button-labels: 255, 255, 255;
  }
