/** Shopify CDN: Minification failed

Line 76:15 Unexpected "{"
Line 76:24 Expected ":"
Line 76:30 Unexpected "{"
Line 85:18 Unexpected "{"
Line 85:27 Expected ":"
Line 89:18 Unexpected "{"
Line 89:27 Expected ":"
Line 95:18 Unexpected "{"
Line 95:27 Expected ":"
Line 100:18 Unexpected "{"
... and 252 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 61:15 Unexpected "{"
Line 61:24 Expected ":"
Line 61:30 Unexpected "{"
Line 70:18 Unexpected "{"
Line 70:27 Expected ":"
Line 74:18 Unexpected "{"
Line 74:27 Expected ":"
Line 80:18 Unexpected "{"
Line 80:27 Expected ":"
Line 85:18 Unexpected "{"
... and 252 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 46:15 Unexpected "{"
Line 46:24 Expected ":"
Line 46:30 Unexpected "{"
Line 55:18 Unexpected "{"
Line 55:27 Expected ":"
Line 59:18 Unexpected "{"
Line 59:27 Expected ":"
Line 65:18 Unexpected "{"
Line 65:27 Expected ":"
Line 70:18 Unexpected "{"
... and 252 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 31:15 Unexpected "{"
Line 31:24 Expected ":"
Line 31:30 Unexpected "{"
Line 36:18 Unexpected "{"
Line 36:27 Expected ":"
Line 40:18 Unexpected "{"
Line 40:27 Expected ":"
Line 46:18 Unexpected "{"
Line 46:27 Expected ":"
Line 51:18 Unexpected "{"
... and 252 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 16:15 Unexpected "{"
Line 16:24 Expected ":"
Line 16:30 Unexpected "{"
Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 25:18 Unexpected "{"
Line 25:27 Expected ":"
Line 31:18 Unexpected "{"
Line 31:27 Expected ":"
Line 36:18 Unexpected "{"
... and 252 more hidden warnings

**/
 .cm-landing--{{ section.id }}{
      background: var(--cm-bg);
      color: var(--cm-text);
    }

.cm-landing {
    background: var(--cm-bg);
}

    .cm-landing--{{ section.id }} *{
      box-sizing: border-box;
    }

    .cm-landing--{{ section.id }} .cm-container{
      max-width: var(--cm-container);
      margin: 0 auto;
      padding: 0 16px;
    }

    .cm-landing--{{ section.id }} img{
      max-width: 100%;
      display: block;
    }

    .cm-landing--{{ section.id }} .cm-btn{
      appearance: none;
      border: 0;
      background: var(--cm-btn);
      color: var(--cm-btn-text);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 10px 16px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      cursor: pointer;
      transition: transform .15s ease, opacity .15s ease;
    }

    .cm-landing--{{ section.id }} .cm-btn:hover{
      transform: translateY(-1px);
      opacity: .96;
    }

    .cm-landing--{{ section.id }} .cm-section-title{
      margin: 0 0 36px;
      text-align: center;
      color: var(--cm-text);
    }

    /* HERO */
    .cm-landing--{{ section.id }} .cm-hero{
      display: grid;
      grid-template-columns: var(--cm-hero-left) 1fr;
      min-height: var(--cm-hero-h-d);
      overflow: hidden;
      border-radius: var(--cm-hero-radius);
      background: transparent;
    }

    .cm-landing--{{ section.id }} .cm-hero.cm-bleed{
      width: 100%;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      border-radius: 0;
    }

    .cm-landing--{{ section.id }} .cm-hero__media{
      position: relative;
      min-height: 100%;
    }

    .cm-landing--{{ section.id }} .cm-hero__media img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .cm-landing--{{ section.id }} .cm-hero__copy{
      background: var(--cm-primary);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 28px 22px;
    }

    .cm-landing--{{ section.id }} .cm-hero__copy-inner{
      max-width: 540px;
    }

    .cm-landing--{{ section.id }} .cm-hero__kicker{
      text-transform: uppercase;
      letter-spacing: .24em;
      font-size: clamp(16px, 1.2vw, 20px);
      font-weight: 400;
      opacity: .95;
      text-align: left;
    }

    .cm-landing--{{ section.id }} .cm-hero__title{
      margin: 0;
      text-transform: uppercase;
      letter-spacing: .10em;
      line-height: .95;
      font-weight: 200;
      font-size: clamp(58px, 5.6vw, 98px);
      text-align: left;
      color: #fff;
    }

    .cm-landing--{{ section.id }} .cm-hero__subtitle{
      margin-top: 12px;
      font-size: 14px;
      line-height: 1.6;
      opacity: .92;
    }

    /* STRIP */
    .cm-landing--{{ section.id }} .cm-strip{
      background: var(--cm-primary);
      color: #fff;
      padding: 10px 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
      text-align: center;
    }

    .cm-landing--{{ section.id }} .cm-strip.cm-bleed{
      width: 100%;
      margin: 20px auto;
    }

    .cm-landing--{{ section.id }} .cm-strip__text{
      text-transform: uppercase;
      letter-spacing: .18em;
      font-size: 16px;
      letter-spacing: 7px;
    }

    .cm-landing--{{ section.id }} .cm-strip .cm-btn{
      min-height: 32px;
      padding: 8px 14px;
      font-size: 12px;
      background: #fff;
      color: #6f6683;
    }

    /* STEPS */
    .cm-landing--{{ section.id }} .cm-steps-section{
      margin-top: 56px;
    }

    .cm-landing--{{ section.id }} .cm-steps-section .cm-section-title{
      font-size: clamp(18px, 2.2vw, 26px);
      letter-spacing: 0;
      font-weight: 200;
      text-transform: uppercase;
    }

    .cm-landing--{{ section.id }} .cm-steps{
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: var(--cm-steps-gap);
      align-items: start;
    }

    .cm-landing--{{ section.id }} .cm-step{
      position: relative;
      padding-top: calc(var(--cm-step-icon) * .55);
    }

    .cm-landing--{{ section.id }} .cm-step__icon-wrap{
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      width: var(--cm-step-icon);
      height: var(--cm-step-icon);
      border-radius: 999px;
      background: radial-gradient(circle at 30% 25%, #ffffff 0%, #f2f2f2 55%, #e8e8e8 100%);
      box-shadow: 0 18px 30px rgba(0,0,0,.18);
      border: 1px solid rgba(255,255,255,.85);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }

    .cm-landing--{{ section.id }} .cm-step__icon-wrap img{
      width: calc(var(--cm-step-icon) * .38);
      height: auto;
      object-fit: contain;
    }

    .cm-landing--{{ section.id }} .cm-step__card{
      position: relative;
      height: var(--cm-step-h);
      overflow: hidden;
      border-radius: var(--cm-step-radius);
      background: #9a8fb0;
    }

    .cm-landing--{{ section.id }} .cm-step__media{
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .cm-landing--{{ section.id }} .cm-step__media img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.02);
    }

    .cm-landing--{{ section.id }} .cm-step__wash{
      position: absolute;
      inset: 0;
      background: var(--cm-primary);
      opacity: .18;
      z-index: 1;
    }

    .cm-landing--{{ section.id }} .cm-step__panel{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: var(--cm-step-panel-h);
      background: var(--cm-primary);
      opacity: var(--cm-step-panel-opacity);
      z-index: 2;
    }

    .cm-landing--{{ section.id }} .cm-step__panel::after{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 90px;
      background: linear-gradient(to bottom, rgba(154,143,176,.68), rgba(154,143,176,.15));
    }

    .cm-landing--{{ section.id }} .cm-step__content{
      position: relative;
      z-index: 3;
      height: var(--cm-step-panel-h);
      display: flex;
      flex-direction: column;
      align-items: center;
      /* justify-content: center; */
      text-align: center;
      padding: 90px 20px 0;
      color: #fff;
    }

    .cm-landing--{{ section.id }} .cm-step__title{
      margin: 0 0 18px;
      font-size: clamp(18px, 1.6vw, 22px);
      font-weight: 200;
      line-height: 1.2;
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    }

    .cm-landing--{{ section.id }} .cm-step__text{
      margin: 0;
      font-size: 14px;
      line-height: 1.85;
      max-width: 310px;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    }

    .cm-landing--{{ section.id }} .cm-step__text p{
      margin: 0;
      font-weight: 200;
    }

    /* PLANS */
    .cm-landing--{{ section.id }} .cm-plans-wrap{
      background: var(--cm-primary);
      padding: var(--cm-plans-pad-y) 0 calc(var(--cm-plans-pad-y) - 10px);
      margin-top: 84px;
    }

    .cm-landing--{{ section.id }} .cm-plans-wrap.cm-bleed{
      width: 100%;
    }

    .cm-landing--{{ section.id }} .cm-plans-title{
      color: #fff;
      text-align: center;
      font-size: clamp(24px, 2.2vw, 24px);
      letter-spacing: 0;
      text-transform: uppercase;
      font-weight: 300;
      margin: 0 0 44px;
    }

    .cm-landing--{{ section.id }} .cm-plans{
      display: flex;
      gap: var(--cm-plans-gap);
      overflow: auto;
      padding: 0 16px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }

    .cm-landing--{{ section.id }} .cm-plans::-webkit-scrollbar{
      height: 10px;
    }

    .cm-landing--{{ section.id }} .cm-plans::-webkit-scrollbar-thumb{
      background: rgba(255,255,255,.25);
      border-radius: 999px;
    }

    .cm-landing--{{ section.id }} .cm-plan{
      flex: 0 0 calc((min(100%, var(--cm-container)) - (var(--cm-plans-gap) * 2)) / 3);
      scroll-snap-align: center;
      background: #fff;
      border-radius: var(--cm-plan-radius);
      overflow: hidden;
      box-shadow: 0 14px 34px rgba(0,0,0,.10);
    }

    .cm-landing--{{ section.id }} .cm-plan__img{
      width: 100%;
      height: var(--cm-plan-img-h);
      object-fit: cover;
    }

    .cm-landing--{{ section.id }} .cm-plan__body{
      padding: 22px 22px 22px;
    }

    .cm-landing--{{ section.id }} .cm-plan__row{
      display: grid;
      grid-template-columns: var(--cm-plan-flag-w) 1fr;
      gap: 15px;
      align-items: start;
      margin-top: -48px;
    }

    .cm-landing--{{ section.id }} .cm-plan__flag{
      width: var(--cm-plan-flag-w);
      min-height: 170px;
      padding: 18px 14px 0;
      background: var(--cm-primary);
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      clip-path: polygon(0 0,100% 0,100% 86%,50% 100%,0 86%);
    }

    .cm-landing--{{ section.id }} .cm-plan__flag-top{
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 1.1;
    }

    .cm-landing--{{ section.id }} .cm-plan__flag-number{
      font-size: 54px;
      font-weight: 300;
      line-height: .95;
    }

    .cm-landing--{{ section.id }} .cm-plan__flag-bottom{
      font-size: 16px;
      font-weight: 500;
      line-height: 1.1;
    }

    .cm-landing--{{ section.id }} .cm-plan__desc{
      color: #8e85a7;
      font-size: 14px;
      line-height: 1.45;
      padding-top: 46px;
    }

    .cm-landing--{{ section.id }} .cm-plan__desc p{
      margin: 0;
      font-weight: 500;
    }

    .cm-landing--{{ section.id }} .cm-plan__price{
      margin-top: 22px;
      color: #8e85a7;
    }

    .cm-landing--{{ section.id }} .cm-plan__price p{
      margin: 0;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 500;
    }

    .cm-landing--{{ section.id }} .cm-plan__price strong{
      display: block;
      margin-top: 4px;
      font-size: 24px;
      font-weight: 700;
    }

    .cm-landing--{{ section.id }} .cm-plan__cta{
      margin-top: 18px;
    }

    .cm-landing--{{ section.id }} .cm-plan__cta .cm-btn{
      width: 100%;
      min-height: 46px;
      font-size: 14px;
      letter-spacing: .08em;
      text-transform: uppercase;
      border-radius: 999px;
    }

    .cm-landing--{{ section.id }} .cm-dots{
      display: flex;
      gap: 10px;
      justify-content: center;
      padding: 42px 0 0;
    }

    .cm-landing--{{ section.id }} .cm-dot{
      width: 10px;
      height: 10px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: rgba(255,255,255,.92);
      cursor: pointer;
    }

    .cm-landing--{{ section.id }} .cm-dot[aria-current="true"]{
      width: 44px;
    }

    /* BENEFITS */
    .cm-landing--{{ section.id }} .cm-benefits-section{
      margin-top: 70px;
    }

    .cm-landing--{{ section.id }} .cm-benefits-section .cm-section-title{
      text-transform: none;
      letter-spacing: 0;
      font-size: clamp(24px, 2.2vw, 24px);
      font-weight: 300;
    }

    .cm-landing--{{ section.id }} .cm-benefits{
      display: flex;
      flex-direction: column;
      gap: var(--cm-ben-gap);
    }

    .cm-landing--{{ section.id }} .cm-benefit{
      display: grid;
      grid-template-columns: var(--cm-ben-icon-w) 1fr;
      min-height: var(--cm-ben-h);
      border-radius: var(--cm-ben-radius);
      overflow: hidden;
    }

    .cm-landing--{{ section.id }} .cm-benefit__icon{
      background: var(--cm-primary);
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: var(--cm-ben-sep) solid #fff;
    }

    .cm-landing--{{ section.id }} .cm-benefit__icon img{
      width: 56px;
      height: 56px;
      object-fit: contain;
      filter: brightness(0) invert(1);
    }

    .cm-landing--{{ section.id }} .cm-benefit__panel{
      display: grid;
      grid-template-columns: var(--cm-ben-img-w) 1fr;
      background: var(--cm-primary);
      align-items: stretch;
    }

    .cm-landing--{{ section.id }} .cm-benefit__img{
      position: relative;
      overflow: hidden;
    }

    .cm-landing--{{ section.id }} .cm-benefit__img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.02);
    }

    .cm-landing--{{ section.id }} .cm-benefit__img::after{
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(154,143,176,.62), rgba(154,143,176,.88));
    }

    .cm-landing--{{ section.id }} .cm-benefit__copy{
      color: #fff;
      padding: 22px 26px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 10px;
      margin-left: -110px;
      z-index: 1;
    }

    .cm-landing--{{ section.id }} .cm-benefit__title{
      margin: 0;
      font-size: 22px;
      font-weight: 400;
      text-decoration: underline;
      text-underline-offset: 6px;
      text-decoration-thickness: 1px;
      line-height: 1.2;
      color: #fff;
    }

    .cm-landing--{{ section.id }} .cm-benefit__text{
      margin: 0;
      font-size: 16px;
      line-height: 1.65;
      max-width: 100%;
    }

    /* FAQ */
    .cm-landing--{{ section.id }} .cm-faq-section{
      margin-top: 100px;
    }

    .cm-landing--{{ section.id }} .cm-faq{
      display: grid;
      grid-template-columns: var(--cm-faq-left) 1fr;
      gap: var(--cm-faq-gap);
      align-items: center;
    }

    .cm-landing--{{ section.id }} .cm-faq__media{
      overflow: hidden;
    }

    .cm-landing--{{ section.id }} .cm-faq__media img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .cm-landing--{{ section.id }} .cm-faq__box{
      padding: 0;
    }

    .cm-landing--{{ section.id }} .cm-faq__title{
      margin: 0 0 18px;
      color: var(--cm-text);
      font-size: clamp(24px, 2.2vw, 24px);
      font-weight: 300;
      line-height: 1.2;
    }

    .cm-landing--{{ section.id }} .cm-acc details{
      border-top: 6px solid var(--cm-bg);
      background: #ffffff;
    }

    .cm-landing--{{ section.id }} .cm-acc details:last-child{
      border-bottom: 1px solid rgba(0,0,0,.10);
    }

    .cm-landing--{{ section.id }} .cm-acc summary{
      list-style: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      min-height: var(--cm-faq-row-h);
      padding: 0 16px;
      font-size: 14px;
      font-weight: 700;
      color: #2f2f2f;
    }

    .cm-landing--{{ section.id }} .cm-acc summary::-webkit-details-marker{
      display: none;
    }

    .cm-landing--{{ section.id }} .cm-acc summary::after{
      content: "▾";
      font-size: 18px;
      line-height: 1;
      opacity: .8;
      transition: transform .18s ease;
    }

    .cm-landing--{{ section.id }} .cm-acc details[open] summary::after{
      transform: rotate(180deg);
    }

    .cm-landing--{{ section.id }} .cm-acc .cm-ans{
      margin: 0;
      padding: 14px 16px 18px;
      background: #fff;
      border-top: 1px solid rgba(0,0,0,.08);
      font-size: 14px;
      color: #444;
      line-height: 1.7;
    }

    .cm-landing--{{ section.id }} .cm-acc .cm-ans p{
      margin: 0;
    }

    .cm-landing--{{ section.id }} .cm-faq__footer{
      margin-top: 16px;
    }

    .cm-landing--{{ section.id }} .cm-faq__footer .cm-btn{
      width: 100%;
      min-height: var(--cm-faq-btn-h);
      border-radius: 0;
      background: var(--cm-primary);
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: .02em;
    }

    /* TESTIMONIALS */
    .cm-landing--{{ section.id }} .cm-testimonials{
      background: var(--cm-primary);
      padding: var(--cm-t-pad-y) 0;
      margin-top: 70px;
    }

    .cm-landing--{{ section.id }} .cm-testimonials.cm-bleed{
      width: 100%;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
    }

    .cm-landing--{{ section.id }} .cm-testimonials__title{
      margin: 0 0 34px;
      text-align: center;
      color: #fff;
      font-size: clamp(24px, 2.2vw, 24px);
      font-weight: 300;
      line-height: 1.2;
    }

    .cm-landing--{{ section.id }} .cm-testimonials__grid{
      max-width: var(--cm-container);
      margin: 0 auto;
      padding: 0 16px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: var(--cm-t-gap);
    }

    .cm-landing--{{ section.id }} .cm-testimonial{
      position: relative;
      aspect-ratio: 9 / 16;
      overflow: hidden;
      border-radius: var(--cm-t-radius);
      background: #111;
      box-shadow: 0 14px 34px rgba(0,0,0,.12);
    }

    .cm-landing--{{ section.id }} .cm-testimonial img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: .92;
    }

    .cm-landing--{{ section.id }} .cm-testimonial__play{
      position: absolute;
      inset: 0;
      border: 0;
      background: transparent;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .cm-landing--{{ section.id }} .cm-testimonial__play::after{
      content: "";
      width: 0;
      height: 0;
      border-left: 26px solid rgba(255,255,255,.85);
      border-top: 18px solid transparent;
      border-bottom: 18px solid transparent;
      filter: drop-shadow(0 10px 22px rgba(0,0,0,.35));
      transform: translateX(3px);
    }

    .cm-landing--{{ section.id }} .cm-testimonial__handle{
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 14px;
      background: rgba(255,255,255,.96);
      color: #4a4a4a;
      text-align: center;
      padding: 10px 12px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 2px;
    }

    /* VIDEO MODAL */
    .cm-landing--{{ section.id }} dialog.cm-dialog{
      width: min(920px, 92vw);
      border: 0;
      border-radius: 16px;
      padding: 0;
      overflow: hidden;
      background: #000;
      box-shadow: 0 40px 90px rgba(0,0,0,.35);
    }

    .cm-landing--{{ section.id }} dialog.cm-dialog::backdrop{
      background: rgba(0,0,0,.55);
    }

    .cm-landing--{{ section.id }} .cm-dialog__bar{
      display: flex;
      justify-content: flex-end;
      background: rgba(0,0,0,.65);
      padding: 8px;
    }

    .cm-landing--{{ section.id }} .cm-dialog__close{
      appearance: none;
      border: 0;
      border-radius: 999px;
      background: rgba(255,255,255,.12);
      color: #fff;
      padding: 8px 10px;
      cursor: pointer;
      font-size: 12px;
      font-weight: 700;
    }

    .cm-landing--{{ section.id }} .cm-dialog__body{
      position: relative;
      aspect-ratio: 16 / 9;
      background: #000;
    }

    .cm-landing--{{ section.id }} .cm-dialog__body iframe,
    .cm-landing--{{ section.id }} .cm-dialog__body video{
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    /* NEWSLETTER */
    .cm-landing--{{ section.id }} .cm-news{
      margin-top: 70px;
      padding: 16px;
      background: {{ section.settings.news_bg }};
      color: {{ section.settings.news_text }};
      border-radius: var(--cm-radius);
      overflow: hidden;
    }

    .cm-landing--{{ section.id }} .cm-news__grid{
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 14px;
      align-items: center;
    }

    .cm-landing--{{ section.id }} .cm-news__title{
      margin: 0;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.2;
    }

    .cm-landing--{{ section.id }} .cm-news__sub{
      margin: 4px 0 0;
      font-size: 12px;
      opacity: .9;
      line-height: 1.4;
    }

    .cm-landing--{{ section.id }} .cm-news__form{
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
    }

    .cm-landing--{{ section.id }} .cm-news__input{
      min-width: 160px;
      padding: 10px 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.25);
      background: rgba(255,255,255,.28);
      color: inherit;
      outline: none;
    }

    .cm-landing--{{ section.id }} .cm-news__input::placeholder{
      color: rgba(255,255,255,.9);
      opacity: .85;
    }

    /* RESPONSIVE */
    @media (max-width: 980px){
      .cm-landing--{{ section.id }} .cm-testimonials__grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 900px){
      .cm-landing--{{ section.id }} .cm-hero{
        grid-template-columns: 1fr;
        min-height: var(--cm-hero-h-m);
      }

.cm-plans-wrap .cm-container {
  padding: 0 0 0 16px;
}

.cm-plans {
    gap: 10px;
}

    .cm-strip__text {
    font-size: 13px;
    letter-spacing: 0;
}

      .cm-landing--{{ section.id }} .cm-hero__media{
        min-height: 260px;
      }

      .cm-landing--{{ section.id }} .cm-hero__title{
        font-size: clamp(46px, 13vw, 72px);
        letter-spacing: .08em;
      }

      .cm-landing--{{ section.id }} .cm-steps{
        grid-template-columns: 1fr;
        gap: 26px;
      }

      .cm-landing--{{ section.id }} .cm-plan{
        flex-basis: 82vw;
      }

      .cm-landing--{{ section.id }} .cm-benefit{
        grid-template-columns: 96px 1fr;
      }

      .cm-landing--{{ section.id }} .cm-benefit__panel{
        grid-template-columns: 120px 1fr;
      }

      .cm-landing--{{ section.id }} .cm-benefit__copy{
        padding: 16px;
      }

      .cm-landing--{{ section.id }} .cm-benefit__title{
        font-size: 18px;
      }

      .cm-landing--{{ section.id }} .cm-benefit__text{
        font-size: 14px;
      }

      .cm-landing--{{ section.id }} .cm-faq{
        grid-template-columns: 1fr;
      }

      .cm-landing--{{ section.id }} .cm-news__grid{
        grid-template-columns: 1fr;
      }

      .cm-landing--{{ section.id }} .cm-news__form{
        justify-content: flex-start;
      }
    }

    @media (max-width: 520px){
      .cm-landing--{{ section.id }} .cm-testimonials__grid{
        grid-template-columns: 1fr;
      }
    }

.box-menu .mobile-tabbar__link {
    display: none!important
}

.card__content .card__heading a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.quick-add.no-js-hidden {
    display: none
}

.fwr-vvf__head {
    text-align: center
}

.vt-stories {
    margin: 20px 0
}

.fwr-vvf__title {
    font-size: 26px!important;
    text-transform: uppercase;
    font-family: Nunito Sans,sans-serif
}

.vt-stories-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 10px;
    color: #9388ad
}

.vt-stories-tiles {
    display: flex;
    gap: var(--vt-gap, 14px);
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch
}

.vt-stories-tiles::-webkit-scrollbar {
    height: 6px
}

.vt-stories-tiles::-webkit-scrollbar-thumb {
    background: #0000002e;
    border-radius: 999px
}

.vt-tile {
    width: var(--vt-tile, 78px);
    height: var(--vt-tile, 78px);
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: transparent;
    position: relative;
    cursor: pointer;
    flex: 0 0 auto;
    scroll-snap-align: start
}

.vt-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    border: 3px solid var(--vt-ring, #ff4fa3);
    box-shadow: 0 0 0 2px #ffffffeb inset
}

.vt-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    place-items: center
}

.vt-play svg {
    width: 26px;
    height: 26px;
    fill: #fff;
    background: #00000047;
    border-radius: 999px;
    padding: 6px;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.35))
}

.vt-float {
    position: fixed;
    right: var(--vt-float-right, 16px);
    left: var(--vt-float-left, auto);
    bottom: var(--vt-float-bottom, 16px);
    width: var(--vt-float-w, 110px);
    aspect-ratio: 9/16;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 14px 44px #00000047;
    z-index: 60;
    display: none
}

.vt-float.is-on {
    display: block
}

.vt-float video,.vt-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.vt-float .vt-float-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    background: #00000073;
    color: #fff;
    font-size: 18px;
    line-height: 1
}

.vt-float .vt-float-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    background: #0003;
    cursor: pointer
}

.vt-modal[hidden] {
    display: none
}

.vt-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #000000b8;
    display: grid;
    place-items: center;
    padding: 24px
}

.vt-modal__dialog {
    width: min(var(--vt-modal-max, 560px),92vw);
    aspect-ratio: 9/16;
    background: #000;
    border-radius: 18px;
    overflow: hidden;
    margin-left: -5px;
    position: relative
}

.vt-modal__player,.vt-modal__player iframe,.vt-modal__player video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    object-fit: cover
}

.vt-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    background: #0000008c;
    color: #fff;
    font-size: 18px;
    z-index: 2
}

.vt-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 72px;
    border: 0;
    cursor: pointer;
    background: #0000007a;
    color: #fff;
    border-radius: 14px;
    z-index: 2;
    display: grid;
    place-items: center
}

.vt-modal__nav--prev {
    left: 10px
}

.vt-modal__nav--next {
    right: 10px
}

.vt-modal__nav[hidden] {
    display: none
}

.vt-modal__sound {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 0;
    cursor: pointer;
    background: #0000008c;
    color: #fff;
    border-radius: 999px;
    padding: 10px 12px;
    font-size: 13px;
    z-index: 2
}

.vt-tile:after {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border-radius: 999px;
    border: 2px solid var(--vt-ring, #ff4fa3);
    opacity: .35;
    pointer-events: none;
    animation: vtPing 1.6s ease-out infinite
}

.vt-tile .vt-thumb {
    animation: vtThumbPulse 1.6s ease-in-out infinite
}

.vt-tile .vt-play svg {
    animation: vtPlayPulse 1.6s ease-in-out infinite
}

@keyframes vtPing {
    0% {
        transform: scale(1);
        opacity: .45
    }

    70% {
        transform: scale(1.28);
        opacity: 0
    }

    to {
        transform: scale(1.28);
        opacity: 0
    }
}

@keyframes vtThumbPulse {
    0%,to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }
}

@keyframes vtPlayPulse {
    0%,to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.08)
    }
}

@media(prefers-reduced-motion:reduce) {
    .vt-tile:after,.vt-tile .vt-thumb,.vt-tile .vt-play svg {
        animation: none!important
    }
}

.vt-thumb-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    opacity: 0
}

.vt-tile.is-video-ready .vt-thumb-video {
    opacity: 1
}

.vt-tile.is-video-ready .vt-thumb-img {
    opacity: 0
}

.vt-tile {
    position: relative;
    overflow: hidden
}

.vt-thumb-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0
}

body .price--on-sale .price-item--regular {
    margin-right: 2px
}

.product__info-container .price--on-sale .price-item--regular {
    font-size: 14px
}

.card-wrapper.product-card-wrapper .fwr-pixg__inline {
    display: none!important
}

.card__content .card__badge {
    margin-left: -10px
}

.price-item.price-item--sale.price-item--last {
    font-family: Nunito Sans,sans-serif;
    font-size: 14px;
    color: #948aae;
    letter-spacing: 0;
    font-weight: 600
}

.drawer__footer {
    border: none!important
}

.card__content .fwr-pixg__label strong {
    margin-left: -4px!important
}

body .cart-drawer .cart-item {
    gap: 0px!important
}

.box-menu {
    display: flex
}

body .drawer__header {
    padding: 5px 0
}

.card__information .konfidency-reviews-multi .star.fill,.card__information .konfidency-reviews-multi .star.empty,.card__information .konfidency-reviews-multi .star.half {
    width: 15px;
    height: 15px
}

.card__information .konfidency-reviews-multi {
    position: absolute;
    margin-top: -2px
}

@media(hover: hover)and (pointer:fine) {
    .header__inline-menu .fwr-dd__summary {
        display:flex;
        align-items: center;
        gap: 10px
    }

    .header__inline-menu .fwr-dd__link {
        flex: 1 1 auto;
        min-width: 0;
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        color: inherit
    }

    .header__inline-menu .fwr-dd__link:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: 4px;
        border-radius: 6px
    }

    .header__inline-menu .fwr-dd__caret {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }
}

.quantity {
    width: 100px
}

.quantity__button {
    width: calc(2.5rem / var(--font-body-scale))
}

body .cart-drawer .cart-items .cart-item__quantity {
    grid-column: 3
}

body .cart-drawer .cart-item__totals {
    padding: 0!important;
    align-items: center;
    max-height: 48px;
    font-weight: 600;
    color: #585858!important
}

.cart-item__quantity .quantity__button {
    width: 25px
}

.fwr-media-badge-wrap,.card__media,.media {
    position: relative
}

.product__info-wrapper .product__tax {
    display: none!important
}

.cart-item__name {
    font-size: 11px
}

.drawer__heading {
    margin: 0;
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #9388ad
}

.cart-drawer .cart-item {
    grid-template: repeat(2,auto) / repeat(3,1fr)!important
}

.fwr-fsbar {
    background: var(--fs-bg);
    color: var(--fs-text);
    border-radius: var(--fs-radius);
    margin: 0 0 5px
}

.fwr-fsbar__msg {
    font-weight: 800;
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 10px;
    letter-spacing: .01em
}

.fwr-fsbar__bar {
    height: var(--fs-bar-h);
    border-radius: 999px;
    background: var(--fs-track);
    overflow: hidden;
    position: relative
}

.fwr-fsbar__fill {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: var(--fs-fill);
    transition: width .35s ease;
    will-change: width
}

.fwr-fsbar__meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    font-size: 12px;
    opacity: .85;
    font-weight: 700
}

@media(prefers-reduced-motion:reduce) {
    .fwr-fsbar__fill {
        transition: none
    }
}

.fwr-discount-pill {
    background: #242833;
    color: #fff;
    font-family: Nunito Sans,sans-serif;
    letter-spacing: 0;
    padding: 2px 5px;
    font-size: 12px;
    margin-right: 6px
}

.fwr-discount-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 5;
    background: #e1801d;
    border: 2px solid #e1801d;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    padding: 2px 10px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.fwr-discount-badge__arrow {
    font-size: .95em;
    line-height: 1
}

.badge--discount {
    background: transparent;
    border: 1px solid currentColor;
    color: #e11d48;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.badge--discount__arrow {
    font-size: .95em;
    line-height: 1
}

.cashback-line {
    display: none!important
}

.product .form__label {
    font-weight: 600
}

.fwr-pix-line strong {
    font-weight: 700;
    color: #95b08f;
    font-size: 21px;
    font-family: Nunito Sans,sans-serif
}

.fwr-pix-line {
    font-size: 12px;
    font-family: Nunito Sans,sans-serif;
    color: #888;
    margin-top: 0
}

.fwr-cashback-line,.cashback-line {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 12px;
    font-weight: 400;
    font-family: Nunito Sans,sans-serif;
    line-height: 1.4;
    color: #888;
    margin: .5rem 0 0;
    letter-spacing: .5px
}

.cashback-line .cashback-icon,.fwr-cashback-line .cashback-icon {
    color: #9388ad;
    align-items: center;
    justify-content: center;
    display: flex
}

.fwr-cashback-line strong,.cashback-line .cashback-value {
    font-weight: 700;
    font-family: Nunito Sans,sans-serif;
    font-weight: 500;
    color: #9388ad;
    font-size: 17px
}

.product__info-container .price-item.price-item--sale.price-item--last {
    font-size: 19px
}

.selo-especial {
    position: absolute;
    background: #cf9f77;
    margin-top: -150px;
    padding: 10px;
    left: 0;
    height: 30px;
    color: #fff;
    text-align: center;
    align-items: center;
    display: flex!important;
    vertical-align: middle!important;
    font-size: 12px;
    font-weight: 700
}

.selo-especial pre {
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%
}

.minqty-msg {
    padding: 10px 25px;
    border-radius: 8px;
    border: 1px solid rgba(220,38,38,.35);
    background: #ff9797;
    color: #fff;
    font-size: 13px;
    line-height: 2.25;
    max-width: 410px;
    position: absolute;
    z-index: 10;
    margin-top: 10px
}

.minqty-msg strong {
    font-weight: 700
}

.minqty-msg__btn {
    margin-left: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(185,28,28,.35);
    background: #95b08f;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    font-family: Nunito Sans,sans-serif
}

.minqty-msg.is-visible {
    animation: minqty-pop .16s ease-out
}

.minqty-msg.is-shake {
    animation: minqty-shake .28s ease-in-out
}

@keyframes minqty-pop {
    0% {
        opacity: 0;
        transform: translateY(-4px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes minqty-shake {
    0%,to {
        transform: translate(0)
    }

    20% {
        transform: translate(-4px)
    }

    40% {
        transform: translate(4px)
    }

    60% {
        transform: translate(-3px)
    }

    80% {
        transform: translate(3px)
    }
}

.fwr-mono {
    border: 1px solid rgba(0,0,0,.12);
    padding: 1rem;
    border-radius: .5rem;
    margin: 1rem 0
}

.product-form__input--pill input[type=radio]:checked+label {
    background: #94af8e!important
}

.quantity:after {
    border: solid 1px #95b08f
}

.timesact-selling-plan-description {
    font-size: 12px!important;
    transition: opacity .18s ease,transform .18s ease;
    margin-top: .5rem;
    color: #6b6b6b!important;
    font-weight: 700!important;
    letter-spacing: 1px
}

.fwr-mono--compact {
    padding: .35rem 1.25rem;
    margin: 30px 0!important
}

.fwr-mono__legend {
    font-weight: 600;
    margin-bottom: .25rem;
    color: #9388ad
}

.fwr-mono__option {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: .35rem 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700
}

.fwr-mono__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    margin: .75rem 0 .35rem;
    color: #9388ad;
    font-weight: 700
}

.fwr-mono__row {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row-reverse;
    margin: 10px 0
}

.fwr-mono__input {
    flex: 1;
    padding: .6rem .75rem;
    border: 1px solid #ddd;
    border-radius: .5rem;
    color: #6e6e6e
}

.fwr-mono__count {
    opacity: .7
}

.fwr-mono__preview {
    min-width: 42px;
    height: 42px;
    border: 1px dashed #ccc;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem
}

.fwr-mono__preview-text {
    font-weight: 600;
    letter-spacing: .08em;
    color: #6e6e6e
}

.fwr-mono__afterpay {
    font-size: 12px;
    opacity: 0;
    transform: translateY(-2px);
    transition: opacity .18s ease,transform .18s ease;
    margin-top: .5rem;
    color: #95b08f;
    font-weight: 700
}

.fwr-mono__afterpay[hidden] {
    display: block;
    opacity: 0;
    transform: translateY(-2px)
}

.fwr-mono__afterpay:not([hidden]) {
    opacity: 1;
    transform: translateY(0)
}

@media(min-width: 990px) {
    .header__submenu ul .header__menu-item {
        color:#fff
    }

    .header__submenu .header__submenu {
        background-color: #9388ad;
        border-radius: 0
    }

    body .header__submenu .header__submenu {
        top: auto;
        position: absolute;
        margin-left: 0;
        margin-top: -38px
    }

    header .header__inline-menu,header .header__menu {
        position: relative
    }

    .header__submenu.list-menu--disclosure {
        position: absolute;
        top: 85%;
        left: auto;
        right: auto;
        min-width: max-content;
        padding: 6px 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition: opacity .18s ease,transform .18s ease,visibility .18s;
        box-shadow: 0 12px 24px #0000001f;
        border-radius: 0
    }

    header .header__inline-menu details[open]>.header__submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .header__submenu .header__submenu {
        top: 0;
        left: 100%;
        margin-left: 8px;
        transform: translate(8px)
    }

    .header__submenu details[open]>.header__submenu {
        opacity: 1;
        visibility: visible;
        transform: translate(0)
    }

    .header__submenu summary.header__menu-item {
        position: relative;
        padding-right: 26px
    }

    .header__submenu summary.header__menu-item .icon-caret {
        transform: rotate(-90deg)
    }

    summary::-webkit-details-marker {
        display: none
    }

    .header__menu-item.list-menu__item {
        white-space: nowrap;
        margin: 0 7px
    }
}

@media(min-width: 990px) {
    .header__submenu.submenu--two-cols {
        display:grid!important;
        grid-template-columns: repeat(2,minmax(220px,1fr));
        grid-auto-rows: min-content;
        column-gap: 0px;
        row-gap: 0px;
        min-width: clamp(560px,48vw,720px);
        padding-right: 20px;
        padding-left: 20px
    }

    body .collection-hero__title {
        margin: 7.5rem 0 0
    }

    .header__submenu.submenu--two-cols>li {
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        margin: 0
    }

    .header__submenu.submenu--two-cols .list-menu__item {
        white-space: normal;
        transition: .5s all
    }

    .header__submenu.submenu--two-cols .list-menu__item:hover,.header__submenu .list-menu__item:hover {
        background: #9388ad;
        transition: .5s all;
        color: #fff
    }

    .header__submenu .header__menu-item:hover {
        text-decoration: none
    }

    .header__submenu .header__menu-item:hover span:after,ul details[open]>.header__menu-item:after {
        display: none
    }

    .header__menu-item span:after {
        content: "";
        width: 100%;
        max-width: 50px;
        height: 1px;
        position: relative;
        background: transparent;
        display: flex;
        margin: 0 auto;
        border-radius: 30px;
        transition: .5s all
    }
}

#formKokfyShipping,.btnForm,.input_cep {
    font-family: Nunito Sans,sans-serif;
    font-size: 12px!important
}

.fwr-5050__btn {
    font-size: 10px!important;
    font-family: Nunito Sans!important
}

.fwr-5050__btn .fwr-5050__heading {
    font-family: Nunito Sans!important
}

.accordion__content.rte li {
    display: flex;
    flex-direction: column
}

.accordion__content p span {
    font-family: Nunito Sans,sans-serif;
    font-size: 12px!important
}

.accordion__content.rte li strong {
    font-family: Nunito Sans,sans-serif;
    font-weight: 500;
    color: #9388ad
}

.accordion__content.rte ul {
    padding: 0
}

.cart-count-bubble {
    bottom: 1.3rem!important
}

.quick-add__submit {
    max-width: 130px;
    min-width: max-content!important;
    font-size: 10px;
    font-family: Nunito Sans,sans-serif;
    color: #fff;
    border: none;
    background: #95b08f;
    transition: .5s all;
    min-height: max-content;
    padding: 11px 10px!important;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center
}

.quick-add__submit:hover {
    color: #fff;
    background: #9388ad;
    transition: .5s all
}

.quick-add .button:before,.quick-add .button:after {
    box-shadow: none!important
}

.header-wrapper--border-bottom {
    border: none!important
}

.collection .grid__item {
    margin-bottom: 30px
}

.contem {
    padding-left: 30px!important;
    width: 100%;
    font-family: Nunito Sans,sans-serif;
    font-weight: 500;
    color: #9388ad;
    font-size: 18px
}

.fwr-split__list {
    flex-direction: column
}

.header .svg-wrapper>svg {
    color: #9388ad;
    fill: #9388ad
}

body {
    font-family: Nunito Sans!important;
    font-weight: 300
}

.mobile-facets__open-label {
    font-family: Nunito Sans,sans-serif
}

.collection-hero__title {
    margin: 20px 0 0!important;
    font-size: 26px;
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    color: #9388ad
}

.collection-hero__title+.collection-hero__description {
    font-size: 14px!important;
    font-family: Nunito Sans,sans-serif;
    color: #707070;
    margin: 5px 0!important
}

.footer-social {
    gap: 2px!important
}

.footer-block.grid__item:last-child {
    width: 10%!important
}

.footer-social li {
    margin-right: 0!important
}

.card__content .card__heading a {
    /* min-height: 70px; */
    /* align-items: center; */
    /* justify-content: center; */
    /* display: flex; */
}

.fwr-hero img {
    border-radius: 0
}

.fwr-hero__inner {
    gap: 0px!important
}

.fwr-prod .pretit {
    line-height: 0
}

.fwr-prod .pretit {
    font-size: 26px;
    letter-spacing: 1px!important
}

.fwr-prod h1.title {
    font-family: Nunito Sans,sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff
}

.fwr-split__media {
    border-radius: 0
}

.fwr-intro__title {
    font-family: Nunito Sans,sans-serif;
    font-weight: 700;
    color: #9388ad
}

.benefit__text {
    font-size: 13px!important
}

.benefit__title {
    font-family: Nunito Sans,sans-serif;
    font-weight: 500;
    font-weight: 700;
    color: #9388ad
}

.benefit__icon {
    background: #9388ad;
    width: 250px;
    height: 130px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto
}

.fwr-media-text {
    background: #f8f5f0;
    align-items: center;
    grid-template-columns: 40% 60%!important;
    padding: 70px;
    margin: 110px auto 0!important
}

.alert__text {
    line-height: 20px;
    font-family: Nunito Sans,sans-serif
}

.alert__icon {
    border: solid 4px;
    border-radius: 30px;
    width: 40px;
    height: 36px;
    align-items: center;
    justify-content: center;
    display: flex
}

body .fwr-prod .alert--ok,body .fwr-prod .alert--warn {
    background: #9bb3a3!important;
    color: #fff!important;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 30px 50px;
    border-radius: 0
}

.fwr-benefits {
    margin: 70px 0!important
}

body .fwr-prod .benefit {
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    color: #535353!important;
    font-weight: 700
}

.mt__text {
    line-height: 35px;
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    font-weight: 700
}

.benefit__icon svg {
    width: 60px!important;
    height: 80px!important;
    color: #fff!important
}

.fwr-list__head span,.fwr-list__head svg {
    color: #9388ad!important;
    font-family: Nunito Sans,sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    display: flex
}

.fwr-gallery {
    gap: 10px!important
}

.fwr-iglite {
    margin: 60px auto
}

.fwr-split__media img,.mt__media img,.g__item img {
    width: 100%;
    height: max-content;
    border-radius: 0!important
}

body .product [data-essential-upsell-funnel-content-offer-type=CROSS_SELL] {
    margin-left: -62%!important
}

.product .complementary-products {
    display: none
}

.quick-note {
    font-size: 14px;
    font-weight: 700
}

[data-essential-upsell-funnel-content-offer-type=CROSS_SELL],[data-essential-upsell-element=price] {
    font-weight: 700!important;
    padding: 0!important
}

.accordion {
    margin: 0!important
}

.fwr-intro {
    gap: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px!important
}

.fwr-intro__lead:before {
    content: "";
    width: 150px;
    height: 2px;
    display: flex;
    background: #95b08f;
    margin: -10px auto 35px
}

.fwr-intro__lead {
    font-size: 16px;
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    color: #535353!important;
    font-weight: 700;
    letter-spacing: 1px
}

.shopify-section .fwr-prod .fwr-hero {
    margin: 70px auto!important;
    border-radius: 0!important
}

.fwr-prod .fwr-hero {
    max-height: 450px
}

.fwr-badges {
    position: absolute;
    display: flex;
    gap: 8px;
    z-index: 3;
    margin-top: -36px;
    left: 112px
}

.card__badge {
    margin-left: 0
}

.badge {
    font: 600 12px/1.1 var(--font-body-family, system-ui);
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #fff;
    -webkit-backdrop-filter: saturate(150%) blur(2px);
    backdrop-filter: saturate(150%) blur(2px);
    border: none;
    border-radius: 0;
    min-width: 110px;
    font-size: 11px;
    font-family: Nunito Sans,sans-serif;
    letter-spacing: 1px
}

.badge--featured {
    background: #95b08f
}

.badge--new {
    background: #9388ad
}

.cart-item__name {
    text-decoration: none!important
}

.shopify-section-header-sticky {
    background: #fff;
    transition: .5s all
}

.fwr-hero__text {
    margin: 20px auto!important
}

.footer_agencia a,.footer_agencia svg {
    max-width: 50px;
    max-height: 50px
}

.shopify-section-header-sticky .header__heading-logo {
    transition: .5s all;
    max-width: 90px
}

.shopify-section-header-sticky .header:not(.drawer-menu).page-width {
    padding-top: 0;
    padding-bottom: 0
}

.fwr-hero__title {
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    font-size: 36px;
    color: #fff;
    font-weight: 300!important
}

.product__title h1 {
    font-family: Nunito Sans,sans-serif;
    font-weight: 700;
    font-size: 22px;
    max-width: 500px;
    color: #9388ad
}

.fwr-cat {
    margin: 80px 0 0
}

.product-form__submit:before,.product-form__submit:after {
    display: none
}

.fwr-list__desc {
    font-size: 14px;
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    color: #535353!important;
    font-weight: 700
}

.product-form__submit:hover {
    transition: .7s;
    transform: scale(1.05);
    filter: brightness(1.1)
}

.fwr-split__list {
    align-items: center;
    justify-content: center;
    display: flex
}

.fwr-list {
    gap: 30px!important;
    padding-left: 30px!important
}

.accordion__content p {
    font-size: 14px;
    font-weight: 700
}

.product-form__submit {
    background: #95b08f;
    color: #fff;
    text-transform: uppercase;
    border: none;
    transition: .7s
}

.fwr-pixg__label strong,.fwr-pixg__pct {
    color: #95b08f!important
}

.product-form__quantity .form__label {
    font-size: 10px;
    font-weight: 700
}

.button_close {
    display: grid;
    grid-template-columns: 35% 60%;
    gap: 14px
}

.underline-links-hover:hover a {
    text-decoration: none!important
}

.card__content .card__heading {
    max-width: 300px;
    min-height: 70px;
    align-items: center;
    display: flex;
    font-family: Nunito Sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    padding-top: 20px;
}

.card__content .fwr-pixg__inline {
    margin: 0!important;
    font-size: 0;
    font-weight: 400;
    color: #616161!important;
    font-family: Nunito Sans,sans-serif;
    padding: 0
}

.cart-drawer__footer {
    margin: 10px 0
}

.cart-drawer .totals {
    padding: 7px
}

.cart-drawer .tax-note {
    display: none
}

.card__content .fwr-pixg__val--pix,.cart-drawer__footer .fwr-pixg__val--pix {
    color: #95b08f;
    font-family: Nunito Sans,sans-serif;
    font-weight: 700;
    font-size: 16px
}

.cart-drawer__footer .fwr-pixg__row.fwr-pixg__row--pix {
    display: flex
}

.cart-drawer__footer .fwr-pixg__row.fwr-pixg__row--pix {
    justify-content: flex-end;
    font-size: 15px;
    gap: 7px;
    padding: 7px
}

.cart-drawer__footer .fwr-pixg__row {
    display: none
}

.cart-drawer__footer .fwr-pixg__pct {
    font-style: normal;
    font-weight: 700
}

.card__content .parcelamento,.card__content .fwr-pixg__label strong,.card__content .fwr-pixg__pct {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #616161;
    font-family: Nunito Sans,sans-serif;
    font-style: normal
}

.card__content .price__regular .price-item--regular {
    font-family: Nunito Sans,sans-serif;
    font-size: 14px;
    color: #948aae
}

.header__icon,.header__icon--cart .icon {
    width: 3.4rem
}

.product__info-container .product-form {
    margin: 2rem 0!important
}

.accordion {
    border-top: none!important;
    border-bottom: .1rem solid #9475bc!important
}

body .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 30%;
    width: calc(30% - var(--grid-desktop-horizontal-spacing) / 2)
}

.accordion .svg-wrapper>svg {
    fill: #9475bc;
    height: 70%;
    width: 70%
}

.accordion .summary__title+.icon-caret {
    color: #9475bc
}

.accordion__title {
    color: #9475bc;
    font-family: Nunito Sans,sans-serif
}

body .image-with-text__content {
    padding-left: 12%
}

.price__regular .price-item--regular {
    font-family: Nunito Sans,sans-serif;
    font-size: 22px;
    color: #948aae;
    letter-spacing: 0
}

.product__info-wrapper .fwr-pixg__row {
    display: none
}

.product__info-wrapper .fwr-pixg__wrap {
    margin-top: -20px
}

.product__info-wrapper .fwr-pixg__val--pix {
    color: #95b08f!important;
    font-family: Nunito Sans,sans-serif;
    font-weight: 500;
    font-size: 24px
}

.product__info-wrapper .fwr-pixg__row.fwr-pixg__row--pix {
    display: flex;
    background: transparent;
    justify-content: flex-start;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 1px;
    padding: 0;
    gap: 7px
}

.product__info-wrapper .fwr-pixg__pct {
    font-weight: 700
}

.product__info-wrapper .fwr-pixg__pct {
    font-style: normal
}

.product__info-wrapper .parcelamento {
    margin: 0;
    font-size: 14px;
    font-family: Nunito Sans,sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    color: #948aae;
    font-weight: 700
}

.product__info-wrapper .parcelamento span {
    color: #948aae;
    font-weight: 700
}

.slider-counter {
    display: none!important
}

.fwr-hero__outer {
    margin: 150px auto 90px
}

.slider-buttons {
    gap: 30px
}

.slider-button .icon {
    height: 30px!important
}

.slider-buttons .svg-wrapper {
    width: 25px;
    height: 25px
}

.fwr-short__hud {
    bottom: 20px!important
}

.header__menu-item:hover span {
    text-decoration: none
}

#HeaderMenu-clube-de-assinatura span:after {
    display: none
}

.header__menu-item:hover span:after {
    content: "";
    width: 100%;
    max-width: 50px;
    height: 1px;
    position: relative;
    background: #a597b8;
    display: flex;
    margin: 0 auto;
    border-radius: 30px;
    transition: .5s all
}

.fwr-news .page-width {
    padding: 0
}

.fwr-short__hud .pill {
    background: #9388ad;
    font-size: 12px;
    width: 85px;
    height: 25px;
    justify-content: center;
    animation: c
}

.fwr-shorts__wrap {
    margin-top: 70px;
    width: var(--page-width)
}

.image-with-text__text-item .button {
    border-radius: 30px;
    transition: .5s all
}

.card .card__inner .card__media {
    mix-blend-mode: multiply;
    background: transparent
}

.fwr-news__sub {
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    font-weight: 300;
    font-size: clamp(12px,1.1vw,14px)!important
}

.fwr-news__title {
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    font-weight: 300!important;
    font-size: clamp(22px,11.1vw,27px)!important;
    color: #f3f3f3!important;
    margin-bottom: 0!important
}

.footer__content-bottom {
    background: #9388ad;
    color: #fff
}

.footer-block__heading {
    margin-bottom: 1rem!important
}

.footer {
    border: none!important
}

.footer-block__heading {
    color: #9388ad;
    font-family: Nunito Sans
}

body .fwr-rail__frame .slot__label {
    background: #fffc;
    margin: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #9388ad
}

.footer__copyright {
    margin: 0!important
}

.footer_agencia a {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer__content-bottom-wrapper {
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    align-items: center
}

.footer_agencia {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px
}

.footer__content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0!important
}

.header__icon--cart .icon {
    font-size: 0;
    background: url(/cdn/shop/files/cart.svg?v=1758894975) no-repeat center;
    width: 19px;
    background-size: contain
}

.header__icon:hover .icon,.modal__close-button:hover .icon {
    scale(1);transform: scale(1)
}

.footer .footer-contacts li+li {
    margin-top: .85rem
}

.header__icon--cart .icon [fill=currentColor] {
    color: transparent!important
}

.header__search .header__icon .svg-wrapper,.header__icon .svg-wrapper,.header__icon--cart .svg-wrapper {
    width: 22px
}

.footer-block__details-content .list-menu__item--link,.footer-contacts .link,.footer-block__details-content {
    font-size: 12px!important;
    font-weight: 300;
    font-family: Nunito Sans,sans-serif;
    color: #777!important
}

.fwr-btn {
    border: none!important;
    font-family: Nunito Sans,sans-serif;
    font-size: 17px;
    color: #f3f3f3!important
}

.fwr-news__controls {
    min-width: 750px
}

.fwr-rail__title,.fwr-grid4__title,.fwr-5050__title,.fwr-cat__title,.title.inline-richtext {
    text-transform: uppercase;
    font-size: 26px;
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    margin: 50px auto 30px!important;
    text-align: center;
    font-weight: 300!important;
    color: #252525
}

.igl-hero__icon svg {
    width: 50px;
    height: 50px
}

.igl-hero__content {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    top: 0!important;
    bottom: 0!important;
    gap: 0px!important
}

.igl-hero__sub {
    font-size: 20px!important
}

.igl-hero__handle {
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    font-weight: 400!important;
    line-height: 40px
}

.image-with-text__text-item .button:hover {
    filter: brightness(1.2);
    transition: .5s all
}

body .fwr-news__wrap {
    justify-content: center;
    display: flex!important;
    margin: 55px auto 35px
}

.image-with-text__text-item .button:after,.image-with-text__text-item .button:before {
    box-shadow: none!important
}

body .fwr-hero__btn {
    padding: .5em 2em!important;
    font-size: 14px
}

.image-with-text__heading {
    max-width: 240px;
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    line-height: 50px
}

.header__menu-item {
    padding: 2rem
}

.image-with-text__text {
    max-width: 470px;
    font-size: 20px;
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    color: #4c4c4c
}

.list-menu #HeaderMenu-clube-de-assinatura span {
    text-decoration: none;
    border-bottom: solid 1px #d2d2d3;
    color: #9388ad
}

body .fwr-hero__heading {
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    font-size: 90px!important
}

.header__menu-item span {
    font-family: Nunito Sans,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s all
}

.header__submenu span,.header__submenu,.header__menu-item {
    text-decoration: none;
    text-transform: none;
    font-family: Nunito Sans,sans-serif;
    font-size: 14px;
    transition: .5s all
}

.list-menu__item--active,details[open]>.header__menu-item {
    text-decoration: none!important
}

.fwr-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative
}

.fwr-card__media {
    position: relative;
    aspect-ratio: var(--ratio, 3/4);
    background: #f5f5f5
}

.fwr-card img,.fwr-card__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.fwr-card__video {
    opacity: 0;
    transition: opacity .28s ease;
    pointer-events: none
}

.fwr-grid4 .page-width {
    padding: 0
}

.header {
    justify-content: space-between;
    align-items: center;
    display: flex
}

body .header {
    padding-top: 10px;
    padding-bottom: 10px
}

body .fwr-card__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    font-size: 20px;
    z-index: 3;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0,0,0,.55);
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
    line-height: 25px
}

.fwr-card__media:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--overlay);
    opacity: .15;
    transition: opacity .28s ease
}

@media(hover: hover)and (pointer:fine) {
    .fwr-card:hover .fwr-card__video,.fwr-card:focus-visible .fwr-card__video {
        opacity:1
    }

    .fwr-card:hover .fwr-card__media:after,.fwr-card:focus-visible .fwr-card__media:after {
        opacity: 0
    }
}

@media(prefers-reduced-motion:reduce) {
    .fwr-card__video,.fwr-card__media:after {
        transition: none
    }
}

.fwr-hero {
    margin-top: -100px!important
}

@media(min-width: 1025px)and (max-width:9999px) {
    .footer .grid--3-col-tablet .grid__item {
        width:16%
    }
  .box-menu {
    display: none;
}
}

@media(min-width: 1440px)and (max-width:1600px) {
    .header__menu-item span {
        font-size:13px
    }

    .shopify-section .fwr-hero {
        margin-top: -100px!important
    }

    .header__menu-item {
        padding: 1.5rem
    }

    .page-width,.fwr-shorts__wrap {
        max-width: 1440px
    }

    .fwr-shorts__grid {
        gap: 5px!important
    }

    .fwr-shorts__wrap {
        margin: 70px auto 0
    }

    .fwr-rail__title,.fwr-grid4__title,.fwr-5050__title,.fwr-cat__title,.title.inline-richtext {
        font-size: 22px
    }
}

@media(min-width: 1366px)and (max-width:1439px) {
    .header__menu-item span {
        font-size:13px
    }

    .igl-grid {
        min-height: 620px!important
    }

    body .fwr-card__label {
        line-height: 22px;
        bottom: 15px
    }

    .shopify-section .fwr-hero {
        margin-top: -100px!important
    }

    body .header {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .header__menu-item {
        padding: 1.5rem
    }

    body .fwr-hero__heading {
        font-size: 100px!important
    }

    .fwr-5050__heading {
        font-size: 22px!important
    }

    .page-width,.fwr-shorts__wrap {
        max-width: 1320px
    }

    .fwr-shorts__grid {
        gap: 5px!important
    }

    .fwr-shorts__wrap {
        margin: 70px auto 0
    }

    .fwr-rail__title,.fwr-grid4__title,.fwr-5050__title,.fwr-cat__title,.title.inline-richtext {
        font-size: 22px
    }

    .fwr-rail__grid {
        gap: 8px!important
    }
}

@media(min-width: 1280px)and (max-width:1365px) {
    .header__menu-item span {
        font-size:12px
    }

    .fwr-news__controls {
        min-width: 650px
    }

    .igl-grid {
        min-height: 620px!important
    }

    body .fwr-card__label {
        line-height: 22px;
        bottom: 15px
    }

    .shopify-section .fwr-hero {
        margin-top: -100px!important
    }

    body .header {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .fwr-short__stage {
        height: 535px!important
    }

    .header__menu-item {
        padding: 1rem
    }

    body .fwr-hero__heading {
        font-size: 100px!important
    }

    .fwr-5050__heading {
        font-size: 22px!important
    }

    .page-width,.fwr-shorts__wrap {
        max-width: 1240px
    }

    .fwr-shorts__grid {
        gap: 5px!important
    }

    .fwr-cat__container {
        padding: 0
    }

    .fwr-shorts__wrap {
        margin: 70px auto 0
    }

    .fwr-rail__title,.fwr-grid4__title,.fwr-5050__title,.fwr-cat__title,.title.inline-richtext {
        font-size: 22px
    }

    .fwr-rail__grid {
        gap: 8px!important
    }

    .header__heading-logo {
        max-width: 100px
    }
}

@media(min-width: 993px)and (max-width:1279px) {
    .header__menu-item span {
        font-size:11px
    }

    .fwr-news__controls {
        min-width: 650px
    }

    .igl-grid {
        min-height: 450px!important
    }

    body .fwr-card__label {
        line-height: 22px;
        bottom: 15px
    }

    .shopify-section .fwr-hero {
        margin-top: -100px!important
    }

    body .header {
        padding-left: 0rem!important;
        padding-right: 0rem!important
    }

    .fwr-short__stage {
        height: 535px!important
    }

    .header__menu-item {
        padding: .3rem
    }

    body .fwr-hero__heading {
        font-size: 100px!important
    }

    .fwr-5050__heading {
        font-size: 22px!important
    }

    .page-width,.fwr-shorts__wrap {
        max-width: 960px
    }

    .fwr-shorts__grid {
        gap: 5px!important
    }

    .fwr-cat__container {
        padding: 0
    }

    .fwr-shorts__wrap {
        margin: 70px auto 0
    }

    .fwr-rail__title,.fwr-grid4__title,.fwr-5050__title,.fwr-cat__title,.title.inline-richtext {
        font-size: 22px
    }

    .fwr-rail__grid {
        gap: 8px!important
    }

    .header__heading-logo {
        max-width: 65px
    }

    .fwr-shorts__grid {
        grid-template-columns: 50% 50%!important
    }

    .card__content .card__heading {
        font-size: 12px
    }

    .fwr-news .page-width,.footer__content-top {
        max-width: 100%;
        padding: 0 1rem
    }

    .card__content .fwr-pixg__inline,.card__content .parcelamento,.card__content .fwr-pixg__label strong,.card__content .fwr-pixg__pct {
        font-size: 11px
    }

    .badge {
        min-width: 90px;
        font-size: 9px;
        letter-spacing: 0;
        line-height: 12px
    }

    .card__content .fwr-pixg__val--pix,.cart-drawer__footer .fwr-pixg__val--pix {
        font-size: 18px;
        letter-spacing: 0
    }
}

.mobile-tabbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none
}

@media(max-width: 990px) {
    .mobile-tabbar {
        display:block
    }
}

.mobile-tabbar__wrap {
    max-width: 360px;
    margin: 0 auto calc(env(safe-area-inset-bottom,0) + 12px);
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: 0 6px 24px #00000024
}

.mobile-tabbar__nav {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
    margin: 0
}

.mobile-tabbar__item {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex
}

body .mobile-tabbar__wrap [type=button][role=menuitem] {
    justify-content: center;
    border: none;
    border-radius: 4px;
    font-family: Montserrat;
    background: #fff
}

body .mobile-tabbar__wrap [type=button] .mobile-tabbar__icon svg,body .mobile-tabbar__wrap [type=button] .mobile-tabbar__label {
    color: #9388ad;
    fill: #9388ad
}

.mobile-tabbar__link {
    display: grid;
    grid-template-rows: auto auto;
    align-items: center;
    justify-items: center;
    gap: 2px;
    padding: 5px 7px;
    text-decoration: none
}

.mobile-tabbar__icon {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    position: relative
}

.mobile-tabbar__icon img,.mobile-tabbar__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    fill: #fff
}

.mobile-tabbar__label {
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    fill: #fff
}

.mobile-tabbar__badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    border-radius: 999px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700
}

.mobile-tabbar__drawer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(110%);
    transition: transform .28s ease;
    z-index: 1000;
    background: var(--tabbar-bg, #8d6a52);
    color: var(--tabbar-text, #fff);
    border-radius: 0;
    box-shadow: 0 -8px 30px #00000040;
    padding: 16px 16px calc(env(safe-area-inset-bottom,0) + 16px)
}

.mobile-tabbar__drawer.is-open {
    transform: translateY(0)
}

.mobile-tabbar__drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.mobile-tabbar__drawer-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    font-family: Nunito Sans,sans-serif;
    font-weight: 200;
    color: #382b49
}

.mobile-tabbar__drawer-close {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    font-size: 22px;
    line-height: 1;
    padding: 4px 8px
}

.mobile-tabbar__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0px
}

.mobile-tabbar__menu a {
    display: block;
    padding: 6px 14px;
    text-decoration: none;
    color: inherit;
    border-bottom: solid 1px #625771
}

.shopify-section-footer~.mobile-tabbar {
    bottom: 0
}

#Details-CartDrawer {
    display: none
}

body .cart-drawer .cart-item:last-child {
    margin-bottom: 5px
}

@media(min-width: 0px)and (max-width:992px) {
    body .fwr-hero__heading {
        font-size:47px!important
    }

    .card__content .card__heading {
    min-height: 45px;
}

    .price--on-sale .price__sale {
        display: flex!important;
        flex-direction: column!important
    }

    body .price--on-sale .price-item--regular {
        font-size: 11px
    }

    .fwr-discount-pill {
        right: 10%;
        position: absolute;
        margin-top: -42px;
        font-size: 11px
    }

    .product__info-container .fwr-discount-pill {
        left: 48%;
        right: auto;
        position: absolute;
        margin-top: -42px;
        font-size: 11px
    }

    .collection.page-width {
        padding: 0
    }

    body .cart-drawer .cart-item cart-remove-button {
        margin-top: -81px;
        height: max-content;
        margin-left: 69px
    }

    body cart-remove-button .button {
        min-height: 2.5rem
    }

    .cart-drawer .cart-item>td+td {
        padding-left: 0!important
    }

    body .cart-drawer .cart-item__totals {
        width: max-content
    }

    .cart-item__image {
        max-width: 80%!important
    }

    .box-menu .mobile-tabbar__icon svg {
        color: #9388ad;
        fill: #9388ad
    }

    .box-menu .mobile-tabbar__link {
        display: flex!important;
        fill: #000;
        color: #000
    }

    .minqty-msg {
        margin-top: -150px;
        max-width: 100%
    }

    body .product [data-essential-upsell-funnel-content-offer-type=CROSS_SELL],.product__info-container .product-form {
        margin: 0!important
    }

    .product-form__input {
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .quantity {
        width: 100%
    }

    .button_close {
        grid-template-columns: 100%;
        gap: 0
    }

    .quick-add {
        padding-left: 12px
    }

    .quick-add__submit {
        padding: 9px 0!important;
        max-width: 140px
    }

    .texto_whats {
        display: none!important
    }

    .fwr-cat {
        margin-top: 60px
    }

    .mcard img {
        filter: brightness(.9)
    }

    .mcard .mcard__label {
        font-family: Nunito Sans,sans-serif;
        font-weight: 200;
        padding: 10px 18px!important;
        background: #ffffffb3!important;
        margin-bottom: 20px;
        font-weight: 400!important
    }

    .fwr-iglite {
        margin: 60px auto;
        height: 540px
    }

    body .image-with-text__content {
        padding: 10px!important;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .fwr-rail__mobile {
        gap: 8px!important
    }

    .igl-hero {
        height: 260px
    }

    .igl-hero__handle {
        line-height: 20px
    }

    .igl-right {
        height: 270px!important
    }

    .igl-grid {
        display: flex!important;
        flex-direction: column
    }

    .fwr-rail__title,.fwr-grid4__title,.fwr-5050__title,.fwr-cat__title,.title.inline-richtext {
        font-size: 20px;
        font-weight: 400!important;
        margin: 36px auto 30px!important
    }

    .fwr-vvf__title {
        font-size: 20px!important
    }

    .card--standard>.card__content .card__information {
        padding: 5px 0;
        padding-left: 12px!important
    }

    .card__content .fwr-pixg__inline {
        display: flex;
        line-height: 15px;
        margin: 10px 0 0!important;
        gap: 5px;
        align-items: center
    }

    .card__content .parcelamento,.card__content .fwr-pixg__label strong,.card__content .fwr-pixg__pct {
        font-size: 10px;
        letter-spacing: 0
    }

    .card__content .card__heading a {
        font-size: 12px;
        /* min-height: 70px; */
        /* max-width: 200px; */
        /* margin-top: 15px; */
    }

    .fwr-badges {
        left: 0;
        margin-top: -52px
    }

    .badge {
        max-width: 76px;
        min-width: max-content;
        font-size: 9px;
        padding: 5px
    }

    .header {
        padding: 3px 2rem!important
    }

    .header__heading-logo {
        margin-left: 0;
        max-width: 85px
    }

    .fwr-nav__btn.prev {
        left: -5px!important
    }

    .fwr-nav__btn.next {
        right: -5px!important
    }

    .fwr-nav__btn {
        line-height: 26px!important;
        margin-top: 180px;
        z-index: 1;
        width: 28px!important;
        height: 28px!important
    }

    .fwr-cat .fwr-nav {
        position: absolute!important;
        width: 93%;
        margin: 0 auto
    }

    body .fwr-hero__sub {
        margin: -20px auto 0!important;
        padding: 10px 60px!important;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        min-width: max-content!important
    }

    .fwr-hero__text {
        max-width: 270px!important;
        margin: 15px auto 0!important
    }

    body .fwr-hero__btn {
        margin: 20px auto;
        font-weight: 300!important
    }

    .fwr-hero__outer {
        margin: 120px auto 60px
    }

    .fwr-5050__grid {
        display: grid;
        grid-template-columns: repeat(6,1fr);
        gap: 1px
    }

    .fwr-5050__btn {
        display: inline-block;
        font-family: Nunito Sans,sans-serif;
        padding: 6px 13px;
        border-radius: 999px;
        background: var(--btn-bg, #fff);
        color: var(--btn-fg, #333);
        font-size: .9rem;
        line-height: 1;
        box-shadow: 0 2px 10px #00000026
    }

    .fwr-5050__content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 24px;
        color: var(--text, #fff);
        justify-content: var(--v, flex-end);
        align-items: var(--h, flex-start);
        text-shadow: 0 2px 10px rgba(0,0,0,.25)
    }

    .fwr-5050__heading {
        margin: 0;
        font-weight: 500;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #fff;
        font-size: 12px;
        font-weight: 200;
        text-shadow: 1px 1px 1px rgba(0,0,0,1);
        min-height: 33px;
        align-items: center;
        justify-content: center;
        display: flex;
        text-shadow: 1px 0px 2px rgba(0,0,0,.9);
        font-family: Nunito Sans,sans-serif
    }

    .fwr-5050__item {
        position: relative;
        overflow: hidden;
        border-radius: 0
    }

    .fwr-5050__item .fwr-5050__media,.fwr-5050__item .fwr-5050__media img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .fwr-5050__grid>.fwr-5050__item:nth-child(-n+2) {
        grid-column: span 3;
        min-height: 75vw
    }

    .fwr-5050__grid>.fwr-5050__item:nth-child(n+3) {
        grid-column: span 2;
        min-height: 50vw
    }

    .fwr-5050__item .fwr-5050__content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 12px;
        gap: 5px;
        margin-top: 67px
    }

    body .fwr-news__wrap {
        flex-direction: column;
        padding: 30px!important;
        margin: 25px auto 35px
    }

    .fwr-news__form {
        width: 100%
    }

    .fwr-news__controls {
        min-width: max-content;
        width: 100%
    }

    .page-width {
        max-width: 100%
    }

    .fwr-grid4__grid {
        gap: 2px!important
    }

    .fwr-shorts__grid {
        gap: 6px!important
    }

    .fwr-short {
        min-width: 61%!important
    }

    .fwr-shorts__wrap {
        width: 100%;
        margin-top: 40px
    }

    .fwr-short__stage {
        height: 450px!important
    }

    .footer-block__details-content .list-menu__item--link {
        padding: 1px 0!important
    }

    .footer-block.grid__item:last-child {
        width: 100%!important
    }

    .footer-block.grid__item {
        margin: 0rem 0!important
    }

    .footer-block__details-content {
        margin-bottom: 25px!important
    }

    .footer__content-top {
        padding: 0 25px!important
    }

    .fwr-5050__media img {
        filter: brightness(.75)
    }

    .fwr-hero {
        margin-top: -72px!important
    }

    .fwr-rail__mobile .mcard {
        min-width: 82%!important;
        margin: 0!important
    }

    .image-with-text__heading {
        font-size: 30px
    }

    .image-with-text__text {
        font-size: 16px;
        margin: 0 auto!important
    }

    .footer__content-bottom-wrapper {
        padding-bottom: 20px!important
    }

    .fwr-iglite {
        margin: 40px auto
    }

    .header__icon .icon {
        height: 18px;
        width: 18px;
        color: #9388ad
    }

    .header__icon--cart .svg-wrapper {
        width: 17px
    }

    .header__search .header__icon .svg-wrapper,.header__icon .svg-wrapper {
        width: 20px
    }

    body .fwr-card__label {
        font-size: 16px;
        max-width: 90%;
        line-height: 16px;
        bottom: 15px
    }

    .product__text.caption-with-letter-spacing+.product__title {
        margin: 20px 0!important
    }

    .product__title h1 {
        font-size: 24px;
        font-family: Nunito Sans,sans-serif
    }

    .mt__media img {
        width: 330px
    }

    .mt__text {
        font-size: 12px;
        line-height: 30px
    }

    .fwr-prod .fwr-hero {
        height: 250px!important;
        min-height: max-content!important
    }

    .contem {
        padding-left: 0!important
    }

    .fwr-prod .pretit,.subtit {
        font-size: 18px
    }

    .fwr-intro__lead {
        font-size: 14px
    }

    .fwr-prod .page-width {
        max-width: 430px
    }

    .fwr-benefits {
        margin: 30px 0!important;
        gap: 5px!important;
        display: flex
    }

    .benefit__title {
        line-height: 17px;
        min-height: 26px;
        align-items: center;
        justify-content: flex-start;
        display: flex;
        text-align: left
    }

    .benefit__text {
        font-size: 12px!important;
        text-align: left
    }

    .benefit__icon {
        width: 100%;
        height: 50px
    }

    body .fwr-prod .benefit {
        padding: 0
    }

    body .fwr-prod .alert--ok,body .fwr-prod .alert--warn {
        padding: 15px;
        font-size: 12px
    }

    .alert__icon {
        width: 63px
    }

    .fwr-list {
        padding-left: 0!important
    }

    .fwr-media-text {
        flex-direction: column!important;
        display: flex!important;
        padding: 20px;
        margin: 20px 0!important
    }

    .benefit__icon svg {
        width: 35px!important;
        height: 35px!important
    }
}

/*# sourceMappingURL=/cdn/shop/t/5/assets/base-fwr.css.map?v=152076388843000597701774283902 */
