/** Shopify CDN: Minification failed

Line 393:23 Unexpected "{"
Line 393:32 Expected ":"
Line 394:23 Unexpected "{"
Line 394:32 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:banner-slider (INDEX:1) */
.mf-banner-slider {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }

  .mf-banner-slider__head {
    margin: 28px 0 14px;
  }

  .mf-banner-slider__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    font-weight: 800;
  }

  .mf-banner-slider__title--featured {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #559eeb;
  }

  .mf-banner-slider__title-star {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex: 0 0 34px;
  }

  .mf-banner-slider__subtitle {
    margin: 6px 0 0;
    color: rgba(0, 0, 0, 0.68);
    font-size: 14px;
  }

  .mf-banner-slider__viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
    background: #f5f5f5;
  }

  .mf-banner-slider__track {
    display: flex;
    width: 100%;
    transition: transform 0.45s ease;
    will-change: transform;
    touch-action: pan-y pinch-zoom;
    cursor: grab;
  }

  .mf-banner-slider__track.is-dragging {
    cursor: grabbing;
  }

  .mf-banner-slider--static .mf-banner-slider__track {
    transition: none;
    will-change: auto;
    cursor: default;
  }

  .mf-banner-slider__slide {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #f5f5f5;
  }

  .mf-banner-slider__link,
  .mf-banner-slider__picture {
    display: block;
    width: 100%;
    line-height: 0;
  }

  .mf-banner-slider__link {
    position: relative;
    z-index: 1;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }

  .mf-banner-slider__picture {
    pointer-events: none;
  }

  .mf-banner-slider__image {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
    border-radius: 16px;
    margin: 0;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
  }

  .mf-banner-slider__placeholder {
    width: 100%;
    min-height: 220px;
    border-radius: 16px;
    background: #f3f3f3;
  }

  .mf-banner-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 0.76;
    transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  }

  .mf-banner-slider__arrow:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.68);
    transform: translateY(-50%) scale(1.05);
  }

  .mf-banner-slider__arrow span {
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-top: -2px;
    font-weight: 300;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  }

  .mf-banner-slider__arrow--prev {
    left: 34px;
  }

  .mf-banner-slider__arrow--next {
    right: 34px;
  }

  @media screen and (min-width: 750px) {
    .mf-banner-slider {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0;
    }

    .mf-banner-slider__slide {
      border-radius: 16px;
      overflow: hidden;
    }
  }

  @media screen and (max-width: 749px) {
    .mf-banner-slider {
      margin: 0;
      padding: 0;
    }

    .mf-banner-slider__head {
      margin: 28px 0 14px;
      padding: 0 1.5rem;
    }

    .mf-banner-slider__title--featured {
      gap: 7px;
    }

    .mf-banner-slider__title-star {
      width: 28px;
      height: 28px;
      flex-basis: 28px;
    }

    .mf-banner-slider__viewport,
    .mf-banner-slider__slide,
    .mf-banner-slider__image,
    .mf-banner-slider__placeholder {
      border-radius: 0;
    }

    .mf-banner-slider__slide {
      overflow: hidden;
    }

    .mf-banner-slider__arrow {
      width: 22px;
      height: 22px;
      opacity: 0.72;
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 255, 255, 0.38);
    }

    .mf-banner-slider__arrow span {
      font-size: 20px;
      margin-top: -2px;
    }

    .mf-banner-slider__arrow--prev {
      left: 10px;
    }

    .mf-banner-slider__arrow--next {
      right: 10px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mf-banner-slider__track,
    .mf-banner-slider__arrow {
      transition: none;
    }
  }

  .mf-banner-slider__title--gramado {
    color: #559eeb !important;
    font-family: var(--font-heading-family, "Inter", sans-serif) !important;
    font-weight: 800;
  }
/* END_SECTION:banner-slider */

/* START_SECTION:alternating-blocks (INDEX:2) */
.modifika-feature-section {
  background: #f6f4ff;
  padding: 60px 20px;
}

.feature-cards-container {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.feature-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  text-align: center;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
}

.feature-card img {
  max-width: 160px;
  margin-bottom: 24px;
}

.feature-card h3 {
  font-size: 1.6rem;
  font-family: 'Inter', sans-serif;
  margin-bottom: 12px;
  color: #343434;
}

.feature-card p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 24px;
}

.feature-card a {
  background-color: #559eeb;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .feature-cards-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
/* END_SECTION:alternating-blocks */

/* START_SECTION:banner-horizontal-imagem-unica (INDEX:6) */
.mod-banner-unico{
      margin-top: var(--mbu-mt);
      margin-bottom: var(--mbu-mb);
      padding: 0;
    }

    .mod-banner-unico .mbu-wrap{
      width: 100%;
      border-radius: var(--mbu-radius);
      overflow: hidden;
      line-height: 0;
      background: transparent;
    }

    .mod-banner-unico .mbu-wrap--shadow{
      box-shadow: 0 8px 24px rgba(0,0,0,.08);
    }

    .mod-banner-unico .mbu-link{
      display: block;
      text-decoration: none;
    }

    .mod-banner-unico .mbu-image{
      width: 100%;
      height: auto;
      display: block;
    }

    .mod-banner-unico .mbu-placeholder{
      min-height: 120px;
      display: grid;
      place-items: center;
      background: repeating-linear-gradient(
        45deg,
        #f3f3f3,
        #f3f3f3 12px,
        #ebebeb 12px,
        #ebebeb 24px
      );
      color: #666;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.2;
      text-align: center;
      padding: 20px;
      border-radius: var(--mbu-radius);
    }

    .mod-banner-unico img{
      max-width: 100%;
    }

    .mod-banner-unico--kids-camas{
      position:relative;
      padding:10px 12px 0;
      background:linear-gradient(180deg,#f5fbff 0%,#ffffff 100%);
    }

    .mod-banner-unico--kids-camas .mbu-wrap{
      border:1px solid rgba(55,67,58,.09);
      box-shadow:0 14px 34px rgba(55,67,58,.08);
    }

    @media screen and (max-width:749px){
      .mod-banner-unico--kids-camas{padding:6px 8px 0}
      .mod-banner-unico--kids-camas .mbu-wrap{border-radius:16px}
    }


  @media screen and (max-width: 749px) {
    #mod-banner-unico-{{ section.id }} .mbu-wrap,
    #mod-banner-unico-{{ section.id }} .mbu-placeholder {
      border-radius: 0 !important;
    }
  }
/* END_SECTION:banner-horizontal-imagem-unica */

/* START_SECTION:benefit-strip (INDEX:8) */
.mf-benefits-shopify-section {
    margin: 0 !important;
  }

  .mf-benefits-section {
    --ink: #111111;
    --muted: #5f6672;
    --accent: #559eeb;
    background: #fff;
    padding: 8px 0;
    text-align: center;
  }

  .mf-benefits-section .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .mf-benefits-section .sub {
    color: var(--accent);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 1.2;
  }

  .mf-benefits-section .title {
    color: var(--ink);
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 18px;
    display: inline-block;
    position: relative;
  }

  .mf-benefits-section .title::after {
    content: "";
    display: block;
    width: 96px;
    height: 3px;
    background: currentColor;
    opacity: .12;
    margin: 10px auto 0;
    border-radius: 999px;
  }

  .mf-benefits-section .benefits-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 12px) / 3);
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: stretch;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .mf-benefits-section .benefits-grid::-webkit-scrollbar {
    display: none;
  }

  .mf-benefits-section .benefit {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 9px 6px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    scroll-snap-align: start;
    min-height: 100%;
    box-sizing: border-box;
  }

  .mf-benefits-section .benefit .icon {
    margin-bottom: 5px;
    line-height: 0;
  }

  .mf-benefits-section .benefit .icon img,
  .mf-benefits-section .benefit .icon svg {
    width: 30px;
    height: 30px;
    display: block;
    object-fit: contain;
  }

  .mf-benefits-section .benefit .icon img {
    filter: saturate(0) contrast(1);
  }

  .mf-benefits-section .benefit h3 {
    font-size: 11px;
    font-weight: 800;
    color: var(--ink);
    margin: 0;
    line-height: 1.18;
    min-height: 2.36em;
    max-height: 2.36em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-wrap: balance;
  }

  .mf-benefits-section .benefit h3 span {
    display: block;
  }

  .mf-benefits-section .benefit p {
    display: block;
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 9.5px;
    line-height: 1.3;
  }

  .mf-benefits-carousel {
    position: relative;
  }

  .mf-benefits-carousel__footer {
    position: absolute;
    inset: 0;
    z-index: 7;
    display: block;
    margin: 0;
    pointer-events: none;
  }

  .mf-benefits-carousel__arrow {
    position: absolute;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid rgba(85, 158, 235, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    color: #559eeb;
    box-shadow: 0 6px 18px rgba(52, 52, 52, .14);
    cursor: pointer;
    pointer-events: auto;
    transform: translateY(-50%);
  }

  .mf-benefits-carousel__arrow--prev {
    left: 0;
  }

  .mf-benefits-carousel__arrow--next {
    right: 0;
  }

  .mf-benefits-carousel__arrow svg {
    width: 17px;
    height: 17px;
  }

  .mf-benefits-carousel__arrow:disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none;
  }

  @media (min-width: 750px) {
    .mf-benefits-carousel__footer {
      display: none;
    }

    .mf-benefits-section {
      padding: 10px 0;
    }

    .mf-benefits-section .benefits-grid {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-auto-flow: unset;
      grid-auto-columns: unset;
      gap: 10px;
      overflow: visible;
      scroll-snap-type: none;
    }

    .mf-benefits-section .benefit {
      padding: 12px 8px;
    }

    .mf-benefits-section .benefit .icon img,
    .mf-benefits-section .benefit .icon svg {
      width: 32px;
      height: 32px;
    }

    .mf-benefits-section .benefit h3 {
      font-size: 14px;
    }

    .mf-benefits-section .benefit p {
      margin-top: 6px;
      font-size: 11px;
      line-height: 1.35;
    }
  }

  /* Aparência exclusiva da Modifika Kids — compacta como a faixa da Modifika */
  .mf-benefits-section--kids {
    --kids-ink: #3d493a;
    --kids-muted: #747b72;
    --kids-green: #60745a;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
    padding: 18px 0 22px;
    overflow: hidden;
  }

  .mf-benefits-section--kids .container {
    max-width: 1160px;
    padding: 0 14px;
  }

  .mf-benefits-section--kids .mf-benefits-section__heading {
    max-width: 980px;
    margin: 0 auto 15px;
    text-align: center;
  }

  .mf-benefits-section--kids .sub {
    margin-bottom: 5px;
    color: #73936d;
    font-size: 9.5px;
    letter-spacing: .1em;
  }

  .mf-benefits-section--kids .title {
    display: block;
    margin: 0;
    color: var(--kids-ink);
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.08;
    letter-spacing: -.03em;
    text-align: center;
  }

  .mf-benefits-section--kids .title::after {
    width: 46px;
    height: 3px;
    margin-top: 8px;
    background: #df9b78;
    opacity: 1;
  }

  .mf-benefits-section--kids .benefits-grid {
    grid-auto-columns: calc((100% - 10px) / 2);
    gap: 10px;
    margin-right: -14px;
    padding: 1px 14px 5px 0;
    scroll-padding-left: 0;
  }

  .mf-benefits-section--kids .mf-benefits-carousel__arrow {
    width: 30px;
    height: 30px;
    border-color: rgba(169, 207, 232, .78);
    color: #559eeb;
    background: rgba(255,255,255,.98);
    box-shadow: 0 8px 20px rgba(52,52,52,.14);
  }

  .mf-benefits-section--kids .mf-benefits-carousel__arrow svg {
    width: 14px;
    height: 14px;
  }

  .mf-benefits-section--kids .benefit {
    position: relative;
    align-items: center;
    justify-content: flex-start;
    min-height: 126px;
    padding: 12px 9px 11px;
    border: 1px solid rgba(61, 73, 58, .09);
    border-radius: 14px;
    text-align: center;
    box-shadow: none;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .mf-benefits-section--kids .benefit::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -30px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
    pointer-events: none;
  }

  .mf-benefits-section--kids .benefit--1 { background: #edf6ef; }
  .mf-benefits-section--kids .benefit--2 { background: #eef6fb; }
  .mf-benefits-section--kids .benefit--3 { background: #fff6df; }
  .mf-benefits-section--kids .benefit--4 { background: #fdf0e8; }
  .mf-benefits-section--kids .benefit--5 { background: #f2eef9; }
  .mf-benefits-section--kids .benefit--6,
  .mf-benefits-section--kids .benefit--7,
  .mf-benefits-section--kids .benefit--8,
  .mf-benefits-section--kids .benefit--9,
  .mf-benefits-section--kids .benefit--10,
  .mf-benefits-section--kids .benefit--11,
  .mf-benefits-section--kids .benefit--12 { background: #f5f3ea; }

  .mf-benefits-section--kids .benefit .icon {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    margin: 0 0 7px;
    border-radius: 11px;
    background: rgba(255, 255, 255, .86);
    color: var(--kids-green);
    box-shadow: 0 3px 10px rgba(69, 57, 43, .07);
  }

  .mf-benefits-section--kids .benefit .icon img,
  .mf-benefits-section--kids .benefit .icon svg {
    width: 22px;
    height: 22px;
  }

  .mf-benefits-section--kids .benefit .icon img {
    filter: none;
  }

  .mf-benefits-section--kids .benefit h3 {
    min-height: 2.34em;
    max-height: 2.34em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: var(--kids-ink);
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: -.01em;
    text-align: center;
  }

  .mf-benefits-section--kids .benefit p {
    display: block;
    margin: 5px 0 0;
    color: var(--kids-muted);
    font-size: 9.5px;
    line-height: 1.3;
    text-align: center;
  }

  @media (min-width: 750px) {
    .mf-benefits-section--kids {
      padding: 18px 0 24px;
    }

    .mf-benefits-section--kids .benefits-grid {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-auto-flow: unset;
      grid-auto-columns: unset;
      gap: 10px;
      margin-right: 0;
      padding: 1px 0 0;
      overflow: visible;
      scroll-snap-type: none;
    }

    .mf-benefits-section--kids .benefit {
      min-height: 128px;
      padding: 13px 9px 12px;
    }

    .mf-benefits-section--kids .benefit:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(69, 57, 43, .08);
    }

    .mf-benefits-section--kids .benefit h3 {
      font-size: 12.5px;
    }

    .mf-benefits-section--kids .benefit p {
      font-size: 10px;
      line-height: 1.3;
    }
  }

  /* Benefícios em formato leve, usado antes das avaliações Kids. */
  .mf-benefits-section--compact-icons {
    --ink: #343434;
    --muted: #5f6672;
    --accent: #d8a85f;
    padding: 48px 0 44px;
    background: #ffffff;
  }

  .mf-benefits-section--compact-icons .container {
    max-width: 1220px;
  }

  .mf-benefits-section--compact-icons .mf-benefits-section__heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .mf-benefits-section--compact-icons .sub {
    display: none;
  }

  .mf-benefits-section--compact-icons .title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.06;
    letter-spacing: -.04em;
  }

  .mf-benefits-section--compact-icons .title::after {
    display: none;
  }

  .mf-benefits-section--compact-icons .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    gap: 28px;
    overflow: visible;
    padding: 0;
    margin: 0;
    scroll-snap-type: none;
  }

  .mf-benefits-section--compact-icons .benefit {
    min-height: 0;
    padding: 4px 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    align-items: center;
  }

  .mf-benefits-section--compact-icons .benefit::after {
    display: none;
  }

  .mf-benefits-section--compact-icons .benefit .icon {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--accent);
    box-shadow: none;
  }

  .mf-benefits-section--compact-icons .benefit .icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mf-benefits-section--compact-icons .benefit h3 {
    min-height: 0;
    max-height: none;
    display: block;
    overflow: visible;
    margin: 0;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.22;
  }

  .mf-benefits-section--compact-icons .benefit p {
    display: block;
    margin: 5px auto 0;
    color: var(--muted);
    font-size: 12.5px;
    line-height: 1.4;
  }

  .mf-benefits-section--compact-icons .benefit .text {
    width: 100%;
    text-align: center;
  }

  @media (max-width: 749px) {
    .mf-benefits-section--compact-icons {
      padding: 38px 0 34px;
    }

    .mf-benefits-section--compact-icons .container {
      padding-right: 12px;
      padding-left: 12px;
    }

    .mf-benefits-section--compact-icons .mf-benefits-section__heading {
      max-width: none;
      margin-bottom: 18px;
      text-align: center;
    }

    .mf-benefits-section--compact-icons .title {
      width: 100%;
      font-size: clamp(16px, 5.1vw, 20px);
      line-height: 1;
      letter-spacing: -.045em;
      text-align: center;
      white-space: nowrap;
    }

    .mf-benefits-section--compact-icons .benefits-grid {
      display: grid;
      grid-template-columns: none;
      grid-auto-flow: column;
      grid-auto-columns: min(72vw, 230px);
      gap: 12px;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 2px 10px 10px 0;
      margin-right: -12px;
      scroll-snap-type: x mandatory;
      scroll-padding-left: 0;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      scrollbar-width: none;
    }

    .mf-benefits-section--compact-icons .benefits-grid::-webkit-scrollbar {
      display: none;
    }

    .mf-benefits-section--compact-icons .benefit {
      min-height: 190px;
      padding: 18px 16px;
      border: 1px solid rgba(52, 52, 52, .06);
      border-radius: 20px;
      text-align: center;
      align-items: center;
      justify-content: flex-start;
      scroll-snap-align: start;
      box-shadow: 0 9px 24px rgba(64, 72, 89, .07);
    }

    .mf-benefits-section--compact-icons .benefit--1 { background: #fff8dc; }
    .mf-benefits-section--compact-icons .benefit--2 { background: #f0ecff; }
    .mf-benefits-section--compact-icons .benefit--3 { background: #e8f7ff; }
    .mf-benefits-section--compact-icons .benefit--4 { background: #eaf8e6; }

    .mf-benefits-section--compact-icons .benefit .icon {
      display: grid;
      place-items: center;
      width: 52px;
      height: 52px;
      margin: 0 auto 14px;
      border-radius: 16px;
      background: #ffffff;
      box-shadow: 0 6px 16px rgba(52, 52, 52, .08);
    }

    .mf-benefits-section--compact-icons .benefit--1 .icon { color: #f0a51b; }
    .mf-benefits-section--compact-icons .benefit--2 .icon { color: #7b61d1; }
    .mf-benefits-section--compact-icons .benefit--3 .icon { color: #2f9bd3; }
    .mf-benefits-section--compact-icons .benefit--4 .icon { color: #58a65c; }

    .mf-benefits-section--compact-icons .benefit .icon svg {
      width: 34px;
      height: 34px;
      stroke-width: 2;
    }

    .mf-benefits-section--compact-icons .benefit h3 {
      font-size: 14px;
      line-height: 1.2;
    }

    .mf-benefits-section--compact-icons .benefit .text {
      width: 100%;
      text-align: center;
    }

    .mf-benefits-section--compact-icons .benefit h3,
    .mf-benefits-section--compact-icons .benefit p {
      width: 100%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .mf-benefits-section--compact-icons .benefit p {
      margin-top: 6px;
      font-size: 11.5px;
      line-height: 1.4;
    }

    .mf-benefits-section--compact-icons .mf-benefits-carousel__arrow {
      border-color: rgba(223, 155, 120, .35);
      color: #df7f50;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mf-benefits-section--kids .benefit {
      transition: none;
    }
  }


  /* Modifika principal: ícones dos benefícios em desenho linear azul, sem texto dentro do ícone. */
  .mf-benefits-section:not(.mf-benefits-section--kids):not(.mf-benefits-section--compact-icons) .benefit .icon--modifika-blue {
    color: #559eeb;
  }

  .mf-benefits-section:not(.mf-benefits-section--kids):not(.mf-benefits-section--compact-icons) .benefit .icon--modifika-blue svg {
    width: 32px;
    height: 32px;
    stroke: currentColor;
  }
/* END_SECTION:benefit-strip */

/* START_SECTION:collapsible-content (INDEX:17) */
/* ===== FAQ Split (inspirado, mas não igual) ===== */
      .faq-split{
        background: transparent;
      }

      .faq-split .page-width{
        max-width: 1200px;
      }

      .faq-split__grid{
        display: grid;
        grid-template-columns: 1.05fr .95fr;
        gap: 36px;
        align-items: center;
      }
      .faq-split__grid--reverse{
        grid-template-columns: .95fr 1.05fr;
      }
      .faq-split__grid--reverse .faq-split__media{ order: 2; }
      .faq-split__grid--reverse .faq-split__content{ order: 1; }

      /* Imagem */
      .faq-split__media-inner{
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 18px 40px rgba(0,0,0,.08);
        background: #f3f4f6;
      }
      .faq-split__img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      /* Cabeçalho */
      .faq-split__header{
        margin-bottom: 14px;
      }
      .faq-split__caption{
        margin: 0 0 6px;
        opacity: .75;
        font-weight: 600;
        letter-spacing: .10em;
        text-transform: uppercase;
        font-size: 11px;
      }
      .faq-split__title{
        margin: 0;
        font-weight: 800;
        line-height: 1.1;
      }

      /* Lista */
      .faq-split__list{
        border-top: 1px solid rgba(0,0,0,.10);
      }

      /* Details/summary “clean” */
      .faq-split__accordion{
        background: transparent;
        border: 0;
      }
      .faq-split__details{
        border-bottom: 1px solid rgba(0,0,0,.10);
        padding: 0;
      }

      .faq-split__summary{
        padding: 14px 0;
        gap: 10px;
      }

      .faq-split__q{
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .01em;
      }

      .faq-split__caret svg{
        width: 14px;
        height: 14px;
        opacity: .75;
        transition: transform .28s cubic-bezier(.22,1,.36,1), opacity .2s ease;
      }
      .faq-split__details.is-closing > summary .icon-caret{
        transform: rotate(0deg);
      }

      .faq-split__a{
        padding: 0 0 14px;
        color: rgba(0,0,0,.75);
        font-size: 14px;
        line-height: 1.55;
        transform-origin: top;
      }

      /* Deixa o ícone do accordion mais discreto */
      .faq-split__summary .icon-accordion{
        opacity: .8;
        transform: scale(.92);
      }

      /* Responsivo */
      @media screen and (max-width: 989px){
        .faq-split__grid{
          grid-template-columns: 1fr;
          gap: 18px;
          align-items: start;
        }
        .faq-split__media-inner{
          border-radius: 14px;
        }
      }

      @media screen and (max-width: 749px){
        .faq-split__summary{
          padding: 12px 0;
        }
        .faq-split__q{
          font-size: 14px;
        }
      }
/* END_SECTION:collapsible-content */

/* START_SECTION:mf-vitrine (INDEX:73) */
.ls-vitrine{
  --pix-color: #5AC75F;
  --ls-border: rgba(0,0,0,.10);
  --ls-text: #000;
  --ls-muted: rgba(0,0,0,.68);
  --ls-shadow: 0 8px 18px rgba(0,0,0,.055);
  --ls-radius: 14px;
  margin: 28px 0;
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}
.ls-vitrine .ls-head{ margin: 0 0 14px; }
.ls-vitrine .ls-title{ margin:0; font-size:22px; line-height:1.2; color:var(--ls-text); font-weight:800; }
.ls-vitrine .ls-subtitle{ margin:6px 0 0; color:var(--ls-muted); font-size:14px; }
.ls-vitrine .ls-carousel{ position:relative; }
.ls-vitrine .ls-arrow{
  position:absolute;
  top:42%;
  transform:translateY(-50%);
  z-index:8;
  width:24px;
  height:24px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:rgba(255,255,255,.92);
  box-shadow:0 2px 10px rgba(0,0,0,.14);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
  opacity:.76;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0;
  transition:background-color .2s ease,border-color .2s ease,opacity .2s ease,transform .2s ease;
  -webkit-tap-highlight-color:transparent;
}
.ls-vitrine .ls-arrow span{ display:block; font-size:22px; line-height:1; margin-top:-2px; font-weight:300; text-shadow:0 1px 5px rgba(0,0,0,.35); }
.ls-vitrine .ls-arrow--prev{ left:14px; }
.ls-vitrine .ls-arrow--next{ right:14px; }
.ls-vitrine .ls-arrow:hover{ opacity:1; background:rgba(255,255,255,.22); border-color:rgba(255,255,255,.68); transform:translateY(-50%) scale(1.05); }
.ls-vitrine .ls-track{
  display:flex;
  gap:16px;
  overflow-x:auto;
  padding:2px 2px 12px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.ls-vitrine .ls-track::-webkit-scrollbar{ display:none; }
.ls-vitrine .ls-card{
  flex:0 0 clamp(250px, 28vw, 330px);
  scroll-snap-align:start;
  border:1px solid var(--ls-border);
  border-radius:var(--ls-radius);
  overflow:hidden;
  background:#fff;
  box-shadow:var(--ls-shadow);
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.ls-vitrine .ls-media{
  position:relative;
  display:block;
  background:#fff;
  overflow:hidden;
  -webkit-tap-highlight-color:transparent;
  user-select:none;
}
.ls-vitrine .ls-media--has-slider{
  cursor:grab;
  touch-action:pan-y;
}
.ls-vitrine .ls-media--has-slider.is-dragging{
  cursor:grabbing;
}
.ls-vitrine .ls-media-slider{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#fff;
}
.ls-vitrine .ls-media-slider__track{
  display:flex;
  width:100%;
  transition:transform .28s ease;
  will-change:transform;
}
.ls-vitrine .ls-media--has-slider.is-dragging .ls-media-slider__track{
  transition:none;
}
.ls-vitrine .ls-media-slide{
  flex:0 0 100%;
  width:100%;
  min-width:100%;
}
.ls-vitrine .ls-img{
  width:100%;
  aspect-ratio:1/1;
  height:auto;
  object-fit:cover;
  object-position:center;
  display:block;
}
.ls-vitrine .ls-img--placeholder{ aspect-ratio:1/1; background:#f3f3f3; }
.ls-vitrine .ls-badge{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
  background:var(--badge-bg);
  color:var(--badge-text);
  font-size:11px;
  font-weight:900;
  padding:5px 9px;
  border-radius:999px;
}
.ls-vitrine .ls-body{
  padding:10px 14px 16px;
  display:flex;
  flex-direction:column;
  gap:9px;
  flex:1;
}
.ls-vitrine .ls-ship{
  width:fit-content;
  max-width:100%;
  margin:0 auto;
  padding:7px 12px;
  border-radius:999px;
  background:#559eeb;
  border:1px solid #559eeb;
  color:#ffffff;
  font-size:11px;
  line-height:1;
  font-weight:800;
  text-align:center;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.ls-vitrine .ls-media .ls-ship--media{
  position:absolute;
  left:0;
  bottom:0;
  z-index:4;
  width:100%;
  max-width:100%;
  margin:0;
  transform:none;
  padding:8px 12px;
  gap:5px;
  border:0;
  border-radius:8px 8px 0 0;
  background:#343434;
  color:#ffffff;
  pointer-events:none;
  box-shadow:none;
  justify-content:center;
  box-sizing:border-box;
}
.ls-vitrine .ls-media .ls-ship--media .ls-ship__icon{
  color:#559eeb;
}
.ls-vitrine .ls-ship__icon{ display:inline-flex; width:14px; height:14px; flex:0 0 14px; }
.ls-vitrine .ls-ship__icon svg{ width:14px; height:14px; display:block; }
.ls-vitrine .ls-ship__text{ display:block; }
.ls-vitrine .ls-name{
  color:var(--ls-text);
  text-decoration:none;
  font-size:14px;
  line-height:1.28;
  font-weight:800;
  min-height:36px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.ls-vitrine .ls-swatches{
  display:flex;
  gap:8px;
  justify-content:center;
  flex-wrap:wrap;
  min-height:30px;
  padding:3px 2px;
  overflow:visible;
}
.ls-vitrine .ls-swatch{
  position:relative;
  width:24px;
  height:24px;
  flex:0 0 24px;
  box-sizing:border-box;
  border-radius:999px;
  border:0;
  background:#d9d4ca center/cover no-repeat;
  background-clip:border-box;
  overflow:hidden;
  padding:0;
  cursor:pointer;
  box-shadow:none;
  outline:none !important;
  -webkit-tap-highlight-color:transparent;
}
.ls-vitrine .ls-swatch:focus,
.ls-vitrine .ls-swatch:focus-visible,
.ls-vitrine .ls-swatch:active{ box-shadow:none; outline:none !important; }
.ls-vitrine .ls-swatch.is-active{
  outline:none !important;
  box-shadow:inset 0 0 0 1.5px #559eeb !important;
}
.ls-vitrine .ls-prices{ display:flex; flex-direction:column; gap:4px; }
.ls-vitrine .ls-price-old{
  min-height:16px;
  color:rgba(0,0,0,.48);
  font-size:12px;
  line-height:1.2;
  font-weight:500;
}
.ls-vitrine .ls-price-old s{ color:inherit; text-decoration-thickness:1px; }
.ls-vitrine .ls-price-main-row{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:7px;
}
.ls-vitrine .ls-current{
  color:var(--price-color);
  font-size:22px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:.1px;
}
.ls-vitrine .ls-pix-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:3px;
  min-height:21px;
  padding:3px 6px;
  border-radius:4px;
  background:var(--pix-color);
  color:#fff;
  font-size:10px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}
.ls-vitrine .ls-pix-badge svg{ width:11px; height:11px; flex:0 0 11px; }
.ls-vitrine .ls-installments{ color:rgba(0,0,0,.68); font-size:12px; line-height:1.35; font-weight:500; }
.ls-vitrine .ls-installments strong{ font-weight:500; }
.ls-vitrine .ls-rating{ display:flex; align-items:center; gap:8px; color:rgba(0,0,0,.78); font-size:13px; font-weight:700; }
.ls-vitrine .ls-stars{ color:var(--stars-color); letter-spacing:1px; font-size:14px; line-height:1; }
.ls-vitrine .ls-btn{
  margin-top:auto;
  display:block;
  width:100%;
  border:0;
  border-radius:10px;
  padding:12px 14px;
  background:var(--btn-bg);
  color:var(--btn-text);
  text-align:center;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}
.ls-vitrine .ls-btn:disabled{
  opacity:.55;
  cursor:not-allowed;
}
@media (min-width:750px){
  .ls-vitrine .ls-arrow{
    display:flex;
  }
  .ls-vitrine .ls-track{
    display:flex;
    gap:16px;
    overflow:hidden;
    padding:2px 2px 12px;
    scroll-snap-type:none;
    -webkit-overflow-scrolling:auto;
    cursor:default;
  }
  .ls-vitrine .ls-card{
    flex:0 0 clamp(250px, 28vw, 330px);
    width:auto;
    min-width:0;
    scroll-snap-align:unset;
  }
  .ls-vitrine .ls-media--has-slider{
    cursor:pointer;
    touch-action:auto;
  }
  .ls-vitrine .ls-media--has-slider.is-dragging{
    cursor:pointer;
  }
}
@media (max-width:749px){
  .ls-vitrine{
    margin:22px 0;
    contain-intrinsic-size:560px;
  }
  .ls-vitrine .page-width{
    padding-left:10px;
    padding-right:10px;
  }
  .ls-vitrine .ls-arrow{
    display:flex;
    width:22px;
    height:22px;
    top:calc((100vw - 30px) / 4);
    z-index:8;
    opacity:.82;
    background:rgba(255,255,255,.84);
    border-color:rgba(85,158,235,.30);
    color:#559eeb;
  }
  .ls-vitrine .ls-arrow--prev{ left:10px; }
  .ls-vitrine .ls-arrow--next{
    display:flex;
    width:22px;
    height:22px;
    right:10px;
    top:calc((100vw - 30px) / 4);
    z-index:8;
    opacity:.82;
    background:rgba(255,255,255,.84);
    border-color:rgba(85,158,235,.30);
  }
  .ls-vitrine .ls-arrow--prev span,
  .ls-vitrine .ls-arrow--next span{
    font-size:20px;
    margin-top:-2px;
  }
  .ls-vitrine .ls-arrow:disabled{
    opacity:.26;
    pointer-events:none;
  }
  .ls-vitrine .ls-track{
    display:flex;
    align-items:stretch;
    gap:10px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:0 0 8px;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:0;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-inline:contain;
    touch-action:pan-x pan-y;
    scrollbar-width:none;
  }
  .ls-vitrine .ls-track::-webkit-scrollbar{ display:none; }
  .ls-vitrine .ls-card{
    min-width:0;
    width:auto;
    max-width:none;
    flex:0 0 calc((100% - 10px) / 2);
    scroll-snap-align:start;
    scroll-snap-stop:always;
    border-radius:11px;
    box-shadow:0 5px 13px rgba(0,0,0,.05);
  }
  .ls-vitrine .ls-badge{
    top:7px;
    right:7px;
    padding:4px 6px;
    font-size:8px;
  }
  .ls-vitrine .ls-body{
    gap:6px;
    padding:7px 8px 9px;
  }
  .ls-vitrine .ls-ship{
    width:100%;
    justify-content:center;
    padding:5px 8px;
    border-radius:6px;
    font-size:clamp(7px,2.15vw,8.5px);
    line-height:1;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    gap:4px;
    background:#343434;
    border-color:#343434;
    color:#ffffff;
    box-shadow:0 5px 14px rgba(0,0,0,.16);
  }
  .ls-vitrine .ls-ship__icon{ width:12px; height:12px; flex-basis:12px; color:#559eeb; }
  .ls-vitrine .ls-ship__icon svg{ width:12px; height:12px; }
  .ls-vitrine .ls-media .ls-ship--media{
    left:0;
    width:100%;
    max-width:100%;
    bottom:0;
    transform:none;
    padding:6px 8px;
    font-size:clamp(6.9px,1.95vw,8.2px);
    gap:4px;
    border:0;
    border-radius:8px 8px 0 0;
    background:#343434;
    color:#ffffff;
    box-shadow:none;
    box-sizing:border-box;
  }
  .ls-vitrine .ls-media .ls-ship--media .ls-ship__icon{
    width:11px;
    height:11px;
    flex-basis:11px;
    color:#559eeb;
  }
  .ls-vitrine .ls-media .ls-ship--media .ls-ship__icon svg{ width:11px; height:11px; }
  .ls-vitrine .ls-name{
    min-height:42px;
    font-size:10.5px;
    line-height:1.28;
    -webkit-line-clamp:3;
  }
  .ls-vitrine .ls-swatches{
    min-height:24px;
    max-height:none;
    gap:4px;
    padding:3px 1px;
    overflow:visible;
  }
  .ls-vitrine .ls-swatch{
    width:18px;
    height:18px;
    flex:0 0 18px;
  }
  .ls-vitrine .ls-prices{ gap:3px; }
  .ls-vitrine .ls-price-old{
    min-height:12px;
    font-size:8.5px;
    line-height:1.15;
  }
  .ls-vitrine .ls-price-main-row{
    gap:4px;
    flex-wrap:nowrap;
    row-gap:0;
    width:100%;
    white-space:nowrap;
  }
  .ls-vitrine .ls-current{
    font-size:clamp(15px, 4.2vw, 16.5px);
    line-height:1.05;
    white-space:nowrap;
  }
  .ls-vitrine .ls-pix-badge{
    min-height:17px;
    padding:2px 4px;
    border-radius:3px;
    gap:2px;
    font-size:7.2px;
    max-width:none;
    flex:0 0 auto;
    letter-spacing:-.15px;
  }
  .ls-vitrine .ls-pix-badge svg{
    display:none;
  }
  .ls-vitrine .ls-installments{
    font-size:8.5px;
    line-height:1.3;
    white-space:nowrap;
  }
  .ls-vitrine .ls-rating{
    gap:4px;
    font-size:9px;
  }
  .ls-vitrine .ls-stars{
    font-size:9px;
    letter-spacing:0;
  }
  .ls-vitrine .ls-btn{
    border-radius:8px;
    padding:9px 6px;
    font-size:10px;
  }
}

.ls-vitrine .ls-title--top-products{
  display:flex;
  align-items:center;
  gap:9px;
  color:#559eeb;
}
.ls-vitrine .ls-title__top-star{
  display:block;
  width:34px;
  height:34px;
  object-fit:contain;
  flex:0 0 34px;
}
@media (max-width:749px){
  .ls-vitrine .ls-title--top-products{ gap:7px; }
  .ls-vitrine .ls-title__top-star{ width:28px; height:28px; flex-basis:28px; }
}
/* END_SECTION:mf-vitrine */

/* START_SECTION:modifika-alternating-media-text (INDEX:74) */
.mf-alt{
      --mf-blue:#559eeb;
      --mf-graphite:#343434;
      --bg:var(--mf-alt-bg);
      --card:var(--mf-alt-card);
      --text:var(--mf-alt-text);
      --muted:rgba(0,0,0,.64);
      --radius:var(--mf-alt-radius);
      --gap:var(--mf-alt-gap);
      --outer-bg:var(--mf-alt-outer-bg);
      --outer-radius:var(--mf-alt-outer-radius);
      --outer-pad:var(--mf-alt-outer-pad);
      background:var(--bg);
      padding:var(--mf-alt-padding-top) 0 var(--mf-alt-padding-bottom);
    }

    .mf-alt .mf-alt__wrap{max-width:1240px;}

    .mf-alt .mf-alt__header{
      text-align:var(--mf-alt-header-align);
      margin-bottom:18px;
    }

    .mf-alt .mf-alt__sub{
      margin:0 0 8px;
      font-size:12px;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--mf-blue);
      font-weight:900;
    }

    .mf-alt .mf-alt__title{
      margin:0;
      color:var(--mf-graphite);
      font-size:clamp(24px,2.8vw,38px);
      line-height:1.06;
      font-weight:900;
    }

    .mf-alt .mf-alt__outer{
      background:var(--outer-bg);
      border-radius:var(--outer-radius);
      padding:var(--outer-pad);
    }

    .mf-alt .mf-alt__list{
      display:flex;
      flex-direction:column;
      gap:var(--gap);
    }

    .mf-alt .mf-alt__row{
      position:relative;
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
      overflow:hidden;
      border-radius:var(--radius);
      background:var(--card);
      box-shadow:0 6px 18px rgba(0,0,0,.05);
    }

    .mf-alt .mf-alt__row.is-flipped .mf-alt__media{order:2;}
    .mf-alt .mf-alt__row.is-flipped .mf-alt__content{order:1;}

    .mf-alt .mf-alt__logo{
      position:absolute;
      top:16px;
      right:16px;
      z-index:2;
      max-width:42%;
      pointer-events:none;
    }

    .mf-alt .mf-alt__logo img{
      width:100%;
      height:auto;
      display:block;
    }

    .mf-alt .mf-alt__row.has-logo .mf-alt__content{padding-top:52px;}

    .mf-alt .mf-alt__media{
      min-height:280px;
      background:#f3f4f6;
    }

    .mf-alt .mf-alt__img{
      width:100%;
      height:100%;
      display:block;
      object-fit:cover;
      object-position:center;
    }

    .mf-alt .mf-alt__placeholder{
      width:100%;
      height:100%;
      min-height:280px;
      background:#f3f4f6;
    }

    .mf-alt .mf-alt__content{
      padding:26px;
      display:flex;
      flex-direction:column;
      justify-content:center;
      color:var(--text);
    }

    .mf-alt .mf-alt__kicker{
      margin:0 0 10px;
      color:var(--mf-blue);
      font-size:12px;
      letter-spacing:.12em;
      text-transform:uppercase;
      font-weight:900;
    }

    .mf-alt .mf-alt__h3{
      margin:0 0 10px;
      color:var(--mf-graphite);
      font-size:clamp(18px,1.8vw,26px);
      line-height:1.15;
      font-weight:900;
    }

    .mf-alt .mf-alt__text{
      color:var(--muted);
      font-size:14.5px;
      line-height:1.6;
      font-weight:600;
    }

    .mf-alt .mf-alt__text p{margin:0 0 10px;}
    .mf-alt .mf-alt__text p:last-child{margin-bottom:0;}

    .mf-alt .mf-alt__btn{
      margin-top:16px;
      width:fit-content;
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:12px 14px;
      border-radius:12px;
      background:var(--mf-blue);
      color:#fff;
      text-decoration:none;
      font-weight:900;
    }

    @media (max-width:749px){
      .mf-alt{
        padding:var(--mf-alt-mobile-padding-top) 0 var(--mf-alt-mobile-padding-bottom);
      }

      .mf-alt .mf-alt__header{
        margin-bottom:14px;
      }

      .mf-alt .mf-alt__outer{
        padding:0;
        border-radius:0;
        background:transparent;
      }

      .mf-alt .mf-alt__list{
        gap:14px;
      }

      .mf-alt .mf-alt__row,
      .mf-alt .mf-alt__row.is-flipped{
        display:flex;
        flex-direction:column;
        border-radius:14px;
        box-shadow:0 4px 14px rgba(0,0,0,.045);
      }

      .mf-alt .mf-alt__row.is-flipped .mf-alt__media,
      .mf-alt .mf-alt__row.is-flipped .mf-alt__content{
        order:initial;
      }

      .mf-alt .mf-alt__media,
      .mf-alt .mf-alt__placeholder{
        min-height:180px;
      }

      .mf-alt .mf-alt__content{
        padding:15px 14px 16px;
      }

      .mf-alt .mf-alt__row.has-logo .mf-alt__content{
        padding-top:15px;
      }

      .mf-alt .mf-alt__logo{
        top:10px;
        right:10px;
        max-width:44%;
      }

      .mf-alt .mf-alt__title{
        font-size:24px;
      }

      .mf-alt .mf-alt__h3{
        font-size:19px;
      }

      .mf-alt .mf-alt__text{
        font-size:13.5px;
        line-height:1.5;
      }

      .mf-alt .mf-alt__btn{
        width:100%;
        justify-content:center;
        padding:11px 12px;
      }
    }
/* END_SECTION:modifika-alternating-media-text */

/* START_SECTION:modifika-blocos-editoriais (INDEX:75) */
.mf-editorial {
    width: 100%;
    background: var(--mf-editorial-bg);
    padding: var(--mf-editorial-padding-top) 0 var(--mf-editorial-padding-bottom);
  }

  .mf-editorial .mf-editorial__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--mf-editorial-gap);
    width: min(100%, 1200px);
    margin: 0 auto;
  }

  .mf-editorial .mf-editorial__card {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: var(--mf-editorial-desktop-height);
    color: #fff;
    text-decoration: none;
    background: #eeeeee;
  }

  .mf-editorial .mf-editorial__image,
  .mf-editorial picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mf-editorial .mf-editorial__image {
    position: absolute;
    inset: 0;
    object-fit: cover;
    transform: scale(1);
    transition: transform .45s ease;
  }

  .mf-editorial .mf-editorial__card:hover .mf-editorial__image {
    transform: none;
  }

  .mf-editorial .mf-editorial__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.12) 42%, rgba(0,0,0,0.68) 100%);
  }

  .mf-editorial .mf-editorial__content {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 28px;
    bottom: 28px;
    max-width: 520px;
  }

  .mf-editorial .mf-editorial__label {
    display: inline-block;
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(26px, 3vw, 40px);
    line-height: .96;
    font-weight: 900;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .26);
  }

  .mf-editorial h2 {
    margin: 0;
    max-width: 430px;
    color: #fff;
    font-size: clamp(17px, 1.65vw, 24px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .22);
  }

  .mf-editorial p {
    margin: 7px 0 0;
    max-width: 390px;
    color: rgba(255, 255, 255, .94);
    font-size: 13px;
    line-height: 1.35;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .22);
  }

  .mf-editorial .mf-editorial__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 11px 22px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
  }

  .mf-editorial .mf-editorial__empty {
    position: absolute;
    inset: 0;
    background: #e8e8e8;
  }

  @media screen and (max-width: 749px) {
    .mf-editorial .mf-editorial__grid {
      grid-template-columns: 1fr;
      gap: var(--mf-editorial-mobile-gap);
    }

    .mf-editorial .mf-editorial__card {
      min-height: var(--mf-editorial-mobile-height);
    }

    .mf-editorial .mf-editorial__image {
      transition: none;
    }

    .mf-editorial .mf-editorial__card:hover .mf-editorial__image {
      transform: none;
    }

    .mf-editorial .mf-editorial__content {
      left: 18px;
      right: 18px;
      bottom: 20px;
    }

    .mf-editorial .mf-editorial__label {
      margin-bottom: 7px;
      font-size: 25px;
    }

    .mf-editorial h2 {
      max-width: 310px;
      font-size: 16px;
      line-height: 1.15;
    }

    .mf-editorial p {
      max-width: 300px;
      margin-top: 6px;
      font-size: 12.5px;
      line-height: 1.35;
    }

    .mf-editorial .mf-editorial__button {
      margin-top: 14px;
      padding: 10px 19px;
      font-size: 13px;
    }
  }


  .mf-editorial .mf-editorial__item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .mf-editorial .mf-editorial__item .mf-editorial__card {
    width: 100%;
    flex: 1 1 auto;
  }

  .mf-editorial .mf-editorial__item-heading {
    padding: 0 2px;
    text-align: center;
  }

  .mf-editorial .mf-editorial__item-heading h2 {
    margin: 0;
    color: #559eeb;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-shadow: none;
    text-wrap: balance;
  }

  .mf-editorial .mf-editorial__item-heading p {
    max-width: 680px;
    margin: 7px auto 0;
    color: rgba(52, 52, 52, .72);
    font-size: 14px;
    line-height: 1.45;
    text-shadow: none;
  }

  @media screen and (max-width: 749px) {
    .mf-editorial .mf-editorial__item {
      gap: 10px;
    }

    .mf-editorial .mf-editorial__item-heading {
      padding: 0 18px;
      text-align: center;
    }

    .mf-editorial .mf-editorial__item-heading h2 {
      font-size: 23px;
    }

    .mf-editorial .mf-editorial__item-heading p {
      margin-top: 5px;
      font-size: 12.5px;
    }
  }
/* END_SECTION:modifika-blocos-editoriais */

/* START_SECTION:modifika-conheca (INDEX:78) */
.mf-about-section {
    background: var(--mf-about-section-bg);
    padding: var(--mf-about-padding-top) 0 var(--mf-about-padding-bottom);
    overflow: hidden;
  }

  .mf-about-section .mf-about-container {
    display: grid;
    grid-template-columns: 0.85fr 1.35fr;
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
  }

  .mf-about-section .mf-about-title {
    margin: 0 0 14px;
    color: var(--mf-about-title-color);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.04em;
  }

  .mf-about-section .mf-about-title strong {
    font-weight: 800;
  }

  .mf-about-section .mf-about-text {
    max-width: 570px;
    color: var(--mf-about-text-color);
    font-size: 16px;
    line-height: 1.55;
  }

  .mf-about-section .mf-about-text p {
    margin: 0 0 14px;
  }

  .mf-about-section .mf-about-list {
    display: grid;
    gap: 18px;
    margin-top: 32px;
  }

  .mf-about-section .mf-about-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--mf-about-item-color);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 500;
  }

  .mf-about-section .mf-about-icon {
    width: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mf-about-icon-color);
    font-size: 22px;
  }

  .mf-about-section .mf-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 164px;
    min-height: 48px;
    margin-top: 32px;
    padding: 12px 24px;
    border-radius: var(--mf-about-button-radius);
    background: var(--mf-about-button-bg);
    color: var(--mf-about-button-text);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
  }

  .mf-about-section .mf-about-slider {
    position: relative;
    overflow: hidden;
    border-radius: var(--mf-about-image-radius);
    background: #f3f3f3;
    width: 100%;
    min-width: 0;
    min-height: 520px;
  }

  .mf-about-section .mf-about-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform .45s ease;
  }

  .mf-about-section .mf-about-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    aspect-ratio: var(--mf-about-image-ratio);
    min-height: 520px;
  }

  .mf-about-section .mf-about-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .mf-about-section .mf-about-placeholder {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: grid;
    place-items: center;
    background: #eeeeee;
    color: #777;
    font-size: 15px;
    font-weight: 600;
  }

  .mf-about-section .mf-about-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    transform: translateY(-50%);
    background: rgba(255,255,255,.92);
    color: #222;
    cursor: pointer;
    font-size: 21px;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
  }

  .mf-about-section .mf-about-arrow--prev {
    left: 16px;
  }

  .mf-about-section .mf-about-arrow--next {
    right: 16px;
  }

  .mf-about-section .mf-about-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
    z-index: 2;
  }

  .mf-about-section .mf-about-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.45);
    cursor: pointer;
  }

  .mf-about-section .mf-about-dot.is-active {
    background: #ffffff;
  }

  @media screen and (max-width: 989px) {
    .mf-about-section .mf-about-container {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .mf-about-section .mf-about-slider,
    .mf-about-section .mf-about-slide {
      min-height: auto;
    }
  }

  @media screen and (max-width: 749px) {
    .mf-about-section {
      padding: var(--mf-about-padding-top-mobile) 0 var(--mf-about-padding-bottom-mobile);
    }

    .mf-about-section .mf-about-title {
      font-size: clamp(30px, 9vw, 42px);
    }

    .mf-about-section .mf-about-text,
    .mf-about-section .mf-about-item {
      font-size: 15px;
    }

    .mf-about-section .mf-about-list {
      margin-top: 24px;
      gap: 14px;
    }

    .mf-about-section .mf-about-button {
      width: 100%;
      margin-top: 26px;
    }

    .mf-about-section .mf-about-slider {
      overflow: hidden;
    }

    .mf-about-section .mf-about-track {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      transition: none;
      transform: none !important;
    }

    .mf-about-section .mf-about-track::-webkit-scrollbar {
      display: none;
    }

    .mf-about-section .mf-about-slide {
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }

    .mf-about-section .mf-about-arrow {
      display: none;
    }
  }
/* END_SECTION:modifika-conheca */

/* START_SECTION:modifika-kids-reviews (INDEX:89) */
.mk-reviews {
    background: var(--mk-reviews-bg, #ebf4fb);
    color: var(--mk-reviews-text, #343434);
    padding: var(--mk-reviews-pt, 44px) 0 var(--mk-reviews-pb, 44px);
    overflow: hidden;
  }

  .mk-reviews__wrap {
    max-width: 1240px;
  }

  .mk-reviews__header {
    max-width: 820px;
    margin: 0 auto 24px;
    text-align: center;
  }

  .mk-reviews__eyebrow {
    margin: 0 0 7px;
    color: var(--mk-reviews-accent, #559eeb);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .mk-reviews__heading {
    margin: 0;
    color: var(--mk-reviews-title, #559eeb);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -.04em;
  }

  .mk-reviews__subheading {
    max-width: 680px;
    margin: 9px auto 0;
    color: color-mix(in srgb, var(--mk-reviews-text, #343434) 62%, transparent);
    font-size: 14px;
    line-height: 1.5;
  }

  .mk-reviews__google-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 13px;
    color: var(--mk-reviews-accent, #ff730d);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
  }

  .mk-reviews__google-link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .mk-reviews__slider {
    position: relative;
  }

  .mk-reviews__track {
    display: flex;
    align-items: stretch;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 3px 2px 14px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .mk-reviews__track::-webkit-scrollbar {
    display: none;
  }

  .mk-reviews__card {
    flex: 0 0 calc((100% - 32px) / 3);
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(52, 52, 52, .09);
    border-radius: 18px;
    background: var(--mk-reviews-card, #ffffff);
    box-shadow: 0 10px 28px rgba(52, 52, 52, .055);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .mk-reviews__image-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 17px 17px 0 0;
    background: #f4f6f7;
  }

  .mk-reviews__image-button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: zoom-in;
  }

  .mk-reviews__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .25s ease;
  }

  .mk-reviews__image-button:hover .mk-reviews__image {
    transform: scale(1.015);
  }

  .mk-reviews__zoom-hint {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    color: var(--mk-reviews-accent, #559eeb);
    box-shadow: 0 5px 18px rgba(52,52,52,.16);
  }

  .mk-reviews__zoom-hint svg {
    width: 18px;
    height: 18px;
  }

  .mk-reviews__content {
    padding: 20px 22px 24px;
  }

  .mk-reviews__person {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
  }

  .mk-reviews__identity {
    min-width: 0;
  }

  .mk-reviews__name,
  .mk-reviews__role {
    margin: 0;
  }

  .mk-reviews__name {
    color: var(--mk-reviews-text, #343434);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
  }

  .mk-reviews__role {
    margin-top: 4px;
    color: color-mix(in srgb, var(--mk-reviews-text, #343434) 52%, transparent);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
  }

  .mk-reviews__stars {
    flex: 0 0 auto;
    color: #f4b740;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
  }

  .mk-reviews__quote {
    margin: 0;
    padding: 0 !important;
    padding-inline-start: 0 !important;
    border: 0 !important;
    border-left: 0 !important;
    border-inline-start: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: color-mix(in srgb, var(--mk-reviews-text, #343434) 78%, transparent);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.62;
  }

  .mk-reviews__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(85, 158, 235, .22);
    border-radius: 50%;
    background: rgba(255, 255, 255, .97);
    color: #559eeb;
    box-shadow: 0 7px 18px rgba(52, 52, 52, .12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity .18s ease, transform .18s ease;
  }

  .mk-reviews__arrow svg {
    width: 18px;
    height: 18px;
  }

  .mk-reviews__arrow--prev {
    left: -17px;
  }

  .mk-reviews__arrow--next {
    right: -17px;
  }

  .mk-reviews__arrow:hover {
    transform: translateY(-50%) scale(1.06);
  }

  .mk-reviews__arrow:disabled {
    opacity: 0;
    pointer-events: none;
  }

  .mk-reviews__modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
  }

  .mk-reviews__modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .mk-reviews__modal-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(18,24,31,.84);
    cursor: zoom-out;
  }

  .mk-reviews__modal-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1120px,94vw);
    height: min(88vh,900px);
  }

  .mk-reviews__modal-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 16px;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0,0,0,.3);
  }

  .mk-reviews__modal-close {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #343434;
    box-shadow: 0 8px 24px rgba(0,0,0,.22);
    cursor: pointer;
  }

  .mk-reviews__modal-close svg {
    width: 22px;
    height: 22px;
  }

  body.mk-reviews-modal-open {
    overflow: hidden;
  }

  .mk-reviews__section-wrapper--below-videos {
    margin: 0 !important;
  }

  /* Kids PDP: elimina o espaço legado deixado pela antiga área de avaliações
     dentro da descrição. A regra só é ativada nas páginas em que esta seção existe. */
  html.mk-kids-reviews-page product-info .product__description-section {
    margin-top: 14px !important;
    content-visibility: visible !important;
    contain-intrinsic-size: none !important;
  }

  @media screen and (min-width: 990px) {
    .mk-reviews__section-wrapper--below-videos {
      width: 100vw;
      max-width: 100vw;
      position: relative;
      left: 50%;
      margin-left: -50vw !important;
      margin-right: -50vw !important;
    }
  }

  @media screen and (max-width: 989px) {
    .mk-reviews__card {
      flex-basis: calc((100% - 16px) / 2);
    }
  }

  @media screen and (max-width: 768px) {
    html.mk-kids-reviews-page product-info .product__description-section {
      margin-top: 8px !important;
      content-visibility: visible !important;
      contain-intrinsic-size: none !important;
    }
  }

  @media screen and (max-width: 749px) {
    .mk-reviews {
      padding-top: max(30px, calc(var(--mk-reviews-pt, 44px) * .72));
      padding-bottom: max(30px, calc(var(--mk-reviews-pb, 44px) * .72));
    }

    .mk-reviews__header {
      margin-bottom: 18px;
      padding: 0 8px;
    }

    .mk-reviews__heading {
      font-size: clamp(27px, 9vw, 35px);
    }

    .mk-reviews__subheading {
      font-size: 13px;
    }

    .mk-reviews__track {
      gap: 12px;
      margin: 0 -12px;
      padding: 3px 12px 12px;
      scroll-padding-inline: 12px;
    }

    .mk-reviews__card {
      flex-basis: 88%;
      border-radius: 16px;
      scroll-snap-align: center;
    }

    .mk-reviews__image-wrap {
      border-radius: 15px 15px 0 0;
    }

    .mk-reviews__zoom-hint {
      right: 10px;
      bottom: 10px;
      width: 32px;
      height: 32px;
    }

    .mk-reviews__content {
      padding: 17px 18px 21px;
    }

    .mk-reviews__person {
      margin-bottom: 12px;
    }

    .mk-reviews__arrow {
      width: 30px;
      height: 30px;
    }

    .mk-reviews__arrow svg {
      width: 16px;
      height: 16px;
    }

    .mk-reviews__arrow--prev {
      left: -1px;
    }

    .mk-reviews__arrow--next {
      right: -1px;
    }

    .mk-reviews__modal {
      padding: 16px;
    }

    .mk-reviews__modal-content {
      width: 100%;
      height: 88vh;
    }

    .mk-reviews__modal-image {
      max-height: calc(88vh - 24px);
      border-radius: 12px;
    }

    .mk-reviews__modal-close {
      top: 8px;
      right: 8px;
      width: 42px;
      height: 42px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mk-reviews__track {
      scroll-behavior: auto;
    }

    .mk-reviews__arrow {
      transition: none;
    }
  }
/* END_SECTION:modifika-kids-reviews */

/* START_SECTION:modifika-lead-form (INDEX:91) */
.modifika-lead-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #c4bda6; /* BEGE como fundo principal */
  color: #343434; /* TEXTO escuro */
  padding: 60px 20px;
  border-radius: 0 0 32px 32px;
}

.modifika-lead-section h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #343434;
}

.modifika-lead-section p {
  font-size: 1.2rem;
  margin-bottom: 32px;
  max-width: 480px;
  line-height: 1.5;
  color: #343434;
}

.modifika-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 420px;
}

.modifika-form input {
  padding: 14px 18px;
  border-radius: 12px;
  border: 2px solid #343434;
  font-size: 1rem;
  outline: none;
  background-color: #fff;
  color: #343434;
  transition: all 0.3s ease;
}

.modifika-form input::placeholder {
  color: #aaa;
}

.modifika-form input:focus {
  border-color: #ff730d; /* Laranja em foco */
  box-shadow: 0 0 0 3px rgba(255, 115, 13, 0.2);
}

.modifika-form button {
  padding: 14px;
  border: none;
  border-radius: 30px;
  font-weight: 700;
  background-color: #ff730d; /* Botão LARANJA */
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.modifika-form button:hover {
  background-color: #e66000;
}

@media screen and (min-width: 768px) {
  .modifika-lead-section {
    padding: 80px 60px;
  }

  .modifika-lead-section h2 {
    font-size: 3rem;
  }

  .modifika-form {
    gap: 20px;
  }
}
/* END_SECTION:modifika-lead-form */

/* START_SECTION:modifika-midia-reviewa (INDEX:93) */
.mf-media{
      --mf-blue:#559eeb;
      --mf-orange:#ff730d;
      --mf-beige:#c4bda6;
      --mf-graphite:#343434;

      --bg: var(--mf-media-bg);
      --title: var(--mf-blue);
      --text: rgba(0,0,0,.72);
      --muted: rgba(0,0,0,.48);
      --card-bg: #fff;
      --card-bd: rgba(0,0,0,.08);
      --shadow: 0 20px 50px rgba(0,0,0,.06);

      background: var(--bg);
      padding: var(--mf-media-padding-top) 0 var(--mf-media-padding-bottom);
    }

    .mf-media .mf-media__wrap{
      max-width: 1240px;
    }

    /* Linha do título + botão pill */
    .mf-media .mf-media__titleRow{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 6px;
    }

    .mf-media .mf-media__title{
      margin: 0;
      text-align: center;
      font-weight: 900;
      letter-spacing: -0.01em;
      color: var(--title);
      font-size: clamp(24px, 3.2vw, 40px);
      line-height: 1.05;
    }

    /* Botão pill "Ver mais comentários" */
    .mf-media .mf-media__more-btn{
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 8px 18px;
      border-radius: 999px;
      border: 2px solid var(--mf-blue);
      color: var(--mf-blue);
      font-size: 13px;
      font-weight: 800;
      text-decoration: none;
      white-space: nowrap;
      transition: background .18s ease, color .18s ease;
      flex-shrink: 0;
    }
    .mf-media .mf-media__more-btn svg{
      width: 14px;
      height: 14px;
      flex-shrink: 0;
    }
    .mf-media .mf-media__more-btn:hover{
      background: var(--mf-blue);
      color: #fff;
    }
    .mf-media .mf-media__more-btn:focus-visible{
      outline: 3px solid rgba(85,158,235,.45);
      outline-offset: 4px;
    }

    .mf-media .mf-media__sub{
      margin: 0 auto 26px;
      text-align: center;
      max-width: 900px;
      color: rgba(0,0,0,.40);
      font-weight: 700;
      font-size: 14px;
      line-height: 1.45;
    }

    /* Estrutura do carrossel e setas laterais */
    .mf-media .mf-media__slider{
      position: relative;
    }

    .mf-media .mf-media__arrow{
      position: absolute;
      top: 50%;
      z-index: 5;
      width: 46px;
      height: 46px;
      padding: 0;
      border: 1px solid rgba(52,52,52,.12);
      border-radius: 999px;
      background: rgba(255,255,255,.96);
      color: var(--mf-graphite);
      box-shadow: 0 10px 28px rgba(0,0,0,.14);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transform: translateY(-50%);
      transition: opacity .18s ease, transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
    }

    .mf-media .mf-media__arrow svg{
      width: 22px;
      height: 22px;
      display: block;
    }

    .mf-media .mf-media__arrow--prev{
      left: -23px;
    }

    .mf-media .mf-media__arrow--next{
      right: -23px;
    }

    .mf-media .mf-media__arrow:hover{
      background: var(--mf-blue);
      color: #fff;
      box-shadow: 0 14px 34px rgba(85,158,235,.28);
      transform: translateY(-50%) scale(1.05);
    }

    .mf-media .mf-media__arrow:focus-visible{
      outline: 3px solid rgba(85,158,235,.42);
      outline-offset: 3px;
    }

    .mf-media .mf-media__arrow:disabled{
      opacity: 0;
      pointer-events: none;
      transform: translateY(-50%) scale(.84);
    }

    /* Carrossel horizontal: arrastável no desktop e no mobile */
    .mf-media .mf-media__track{
      display: flex;
      align-items: flex-start;
      gap: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 4px 2px 18px;
      scroll-snap-type: x mandatory;
      scroll-padding-inline: 2px;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      cursor: grab;
      user-select: none;
      -webkit-user-select: none;
      overscroll-behavior-x: contain;
      /* Mantém a rolagem vertical da página, mas entrega o gesto horizontal ao carrossel. */
      touch-action: pan-y;
    }

    .mf-media .mf-media__track::-webkit-scrollbar{
      display: none;
    }

    .mf-media .mf-media__track.is-dragging{
      cursor: grabbing;
      scroll-snap-type: none;
    }

    /* Card */
    .mf-media .mf-media__card{
      position: relative;
      background: var(--card-bg);
      border: 1px solid var(--card-bd);
      border-radius: 18px;
      box-shadow: var(--shadow);
      padding: 18px 18px 16px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      text-decoration: none;
      color: inherit;
      display: block;
      min-width: 0;
      flex: 0 0 calc((100% - 36px) / 3);
      scroll-snap-align: start;
      scroll-snap-stop: always;
      /* Evita seleção de texto durante o gesto de arrastar. */
      user-select: none;
      -webkit-user-select: none;
    }
    .mf-media .mf-media__card:hover{
      transform: translateY(-2px);
      box-shadow: 0 28px 70px rgba(0,0,0,.08);
      border-color: rgba(0,0,0,.12);
    }

    /* Link invisível sobre o card inteiro: clique confiável no desktop e mobile */
    .mf-media .mf-media__cardLink{
      position: absolute;
      inset: 0;
      z-index: 10;
      display: block;
      border-radius: inherit;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
      pointer-events: auto;
      -webkit-tap-highlight-color: transparent;
      -webkit-user-drag: none;
      touch-action: pan-y;
    }
    .mf-media .mf-media__cardLink:focus-visible{
      outline: 3px solid rgba(85,158,235,.45);
      outline-offset: 4px;
    }

    /* ícone "ir" (só aparece se tiver link) */
    .mf-media .mf-media__go{
      width: 18px;
      height: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: rgba(0,0,0,.38);
      flex: 0 0 auto;
    }
    .mf-media .mf-media__go svg{
      width: 18px;
      height: 18px;
      display: block;
    }

    /* Top row */
    .mf-media .mf-media__top{
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 12px;
      min-width: 0;
    }

    .mf-media .mf-media__avatar{
      width: 56px;
      height: 56px;
      border-radius: 999px;
      overflow: hidden;
      background: rgba(0,0,0,.04);
      border: 1px solid rgba(0,0,0,.08);
      flex: 0 0 auto;
    }

    .mf-media .mf-media__avatar-img{
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }

    .mf-media .mf-media__track img,
    .mf-media .mf-media__track a{
      -webkit-user-drag: none;
    }
    .mf-media .mf-media__avatar-ph{
      width: 100%;
      height: 100%;
      background:
        radial-gradient(18px 18px at 35% 35%, rgba(85,158,235,.35), transparent 60%),
        radial-gradient(26px 26px at 70% 70%, rgba(255,115,13,.25), transparent 60%),
        rgba(0,0,0,.03);
    }

    .mf-media .mf-media__who{
      min-width: 0;
    }

    .mf-media .mf-media__nameRow{
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      width: 100%;
    }

    .mf-media .mf-media__name{
      font-weight: 900;
      color: var(--mf-graphite);
      font-size: 16px;
      line-height: 1.1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
      min-width: 0;
      flex: 1 1 auto;
    }

    .mf-media .mf-media__verified{
      width: 18px;
      height: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
    }
    .mf-media .mf-media__verified svg{
      width: 18px;
      height: 18px;
      display: block;
    }

    .mf-media .mf-media__role{
      margin-top: 4px;
      color: rgba(0,0,0,.46);
      font-weight: 700;
      font-size: 13px;
      line-height: 1.2;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
    }

    /* Quote */
    .mf-media .mf-media__quote{
      margin: 0;
      color: rgba(0,0,0,.70);
      font-weight: 700;
      font-size: 14px;
      line-height: 1.55;
    }

    /* Tablet: 2 cards visíveis */
    /* Modifika Kids: nos produtos selecionados, avaliações somente em texto. */
    .mf-media--text-only .mf-media__top{
      align-items: flex-start;
    }
    .mf-media--text-only .mf-media__who{
      width: 100%;
      min-width: 0;
    }
    .mf-media--text-only .mf-media__nameRow{
      width: 100%;
    }

    @media (max-width: 989px){
      .mf-media .mf-media__card{
        flex-basis: calc((100% - 18px) / 2);
      }
    }

    /* Mobile: 1 card por vez, com uma pequena prévia do próximo */
    @media (max-width: 749px){
      .mf-media{
        padding-top: 18px;
        padding-bottom: 28px;
      }

      .mf-media .mf-media__titleRow{
        flex-direction: column;
        gap: 10px;
      }

      .mf-media .mf-media__sub{
        margin-bottom: 16px;
        padding: 0 12px;
      }

      .mf-media .mf-media__track{
        gap: 12px;
        padding: 4px 12px 14px;
        margin: 0 -12px;
        scroll-padding-inline: 12px;
      }

      .mf-media .mf-media__arrow{
        width: 38px;
        height: 38px;
        box-shadow: 0 8px 22px rgba(0,0,0,.16);
      }

      .mf-media .mf-media__arrow svg{
        width: 19px;
        height: 19px;
      }

      .mf-media .mf-media__arrow--prev{
        left: -4px;
      }

      .mf-media .mf-media__arrow--next{
        right: -4px;
      }

      .mf-media .mf-media__card{
        flex-basis: 88%;
        scroll-snap-align: center;
      }
    }

    @media (prefers-reduced-motion: reduce){
      .mf-media .mf-media__card,
      .mf-media .mf-media__more-btn,
      .mf-media .mf-media__arrow{
        transition: none !important;
      }
    }

    /* =========================================================
       MODIFIKA — TIPOGRAFIA FINAL
       Mantém o layout original.
       - Letras da seção na fonte Inter/Modifika
       - Títulos em negrito
    ========================================================= */
    .mf-media,
    .mf-media *,
    .mf-media *::before,
    .mf-media *::after{
      font-family: "Inter", var(--font-heading-family), var(--font-body-family), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    .mf-media .mf-media__title,
    .mf-media .mf-media__name{
      font-family: "Inter", var(--font-heading-family), var(--font-body-family), system-ui, sans-serif !important;
      font-weight: 900 !important;
      letter-spacing: -0.035em !important;
    }

    .mf-media .mf-media__more-btn{
      font-family: "Inter", var(--font-heading-family), var(--font-body-family), system-ui, sans-serif !important;
      font-weight: 800 !important;
      letter-spacing: -0.01em !important;
    }

    .mf-media .mf-media__sub,
    .mf-media .mf-media__role,
    .mf-media .mf-media__quote{
      font-family: "Inter", var(--font-body-family), system-ui, sans-serif !important;
      font-weight: 500 !important;
      letter-spacing: -0.005em !important;
    }

    .mf-media .mf-media__quote{
      line-height: 1.6 !important;
    }
/* END_SECTION:modifika-midia-reviewa */

/* START_SECTION:modifika-ugc-videos (INDEX:95) */
.mf-ugc-shopify-section{
      margin:0!important;
    }

.mf-ugc-section {
      --ugc-title-color: #343434;
      --ugc-text-color: #343434;
      --ugc-section-bg: #ffffff;
      --ugc-card-bg: #f3f3f3;
      --ugc-card-radius: 16px;
      --ugc-gap: 16px;

      background: var(--ugc-section-bg);
      padding: min(var(--ugc-padding-top), 12px) 0 min(var(--ugc-padding-bottom), 28px);
      overflow: hidden;
    }

    .mf-ugc-section .mf-ugc-header {
      text-align: center;
      margin-bottom: 10px;
    }

    .mf-ugc-section .mf-ugc-title {
      margin: 0;
      color: var(--ugc-title-color);
      font-size: clamp(20px, 2.7vw, 34px);
      line-height: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .mf-ugc-section .mf-ugc-title--highlight {
      color: #343434;
      font-weight: 400;
    }

    .mf-ugc-section .mf-ugc-title--highlight strong {
      color: #ff730d;
      font-weight: 850;
    }

    .mf-ugc-section .mf-ugc-title--kids-highlight {
      color: #343434;
      font-weight: 400;
      white-space: normal;
      text-overflow: initial;
      overflow: visible;
      line-height: 1.05;
    }

    .mf-ugc-section .mf-ugc-title--kids-highlight strong {
      color: #559eeb;
      font-weight: 850;
    }

    .mf-ugc-section .mf-ugc-subtitle {
      display: none;
    }

    .mf-ugc-section .mf-ugc-slider-wrap {
      position: relative;
      max-width: 100%;
    }

    .mf-ugc-section .mf-ugc-track {
      display: flex;
      gap: var(--ugc-gap);
      overflow-x: auto;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding: 0 4px 2px;
      scrollbar-width: none;
    }

    .mf-ugc-section .mf-ugc-track::-webkit-scrollbar {
      display: none;
    }

    .mf-ugc-section .mf-ugc-card {
      flex: 0 0 var(--ugc-card-width-desktop);
      scroll-snap-align: start;
      min-width: 0;
    }

    .mf-ugc-section .mf-ugc-open {
      display: block;
      width: 100%;
      padding: 0;
      border: 0;
      background: transparent;
      cursor: pointer;
    }

    .mf-ugc-section .mf-ugc-media {
      position: relative;
      overflow: hidden;
      border-radius: var(--ugc-card-radius);
      background: var(--ugc-card-bg);
      aspect-ratio: var(--ugc-media-ratio);
    }

    .mf-ugc-section .mf-ugc-thumb {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    .mf-ugc-section .mf-ugc-thumb--placeholder {
      width: 100%;
      height: 100%;
      display: grid;
      place-items: center;
      background: #efefef;
      color: #666;
      font-size: 14px;
      font-weight: 600;
    }

    .mf-ugc-section .mf-ugc-play {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 56px;
      height: 56px;
      transform: translate(-50%, -50%);
      display: grid;
      place-items: center;
      border-radius: 999px;
      color: #fff;
      background: rgba(0, 0, 0, .34);
      pointer-events: none;
      transition: transform .2s ease, background .2s ease;
    }

    .mf-ugc-section .mf-ugc-open:hover .mf-ugc-play {
      transform: translate(-50%, -50%) scale(1.06);
      background: rgba(0, 0, 0, .48);
    }

    .mf-ugc-section .mf-ugc-play svg {
      width: 56px;
      height: 56px;
      display: block;
    }

    .mf-ugc-section .mf-ugc-meta {
      padding-top: 6px;
      text-align: center;
    }

    .mf-ugc-section .mf-ugc-profile {
      margin: 0;
      color: var(--ugc-title-color);
      font-size: 13px;
      line-height: 1.3;
      font-weight: 800;
    }

    .mf-ugc-section .mf-ugc-caption {
      margin: 4px 0 0;
      color: var(--ugc-text-color);
      font-size: 12px;
      line-height: 1.35;
      opacity: .82;
    }

    .mf-ugc-section .mf-ugc-arrow {
      position: absolute;
      top: 42%;
      z-index: 8;
      width: 24px;
      height: 24px;
      border: 1px solid rgba(255, 255, 255, .42);
      border-radius: 999px;
      background: rgba(255, 255, 255, .12);
      color: rgba(255, 255, 255, .92);
      box-shadow: 0 2px 10px rgba(0, 0, 0, .14);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      opacity: .76;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      transform: translateY(-50%);
      transition: background-color .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease;
      -webkit-tap-highlight-color: transparent;
    }

    .mf-ugc-section .mf-ugc-arrow:hover {
      opacity: 1;
      background: rgba(255, 255, 255, .22);
      border-color: rgba(255, 255, 255, .68);
      transform: translateY(-50%) scale(1.05);
    }

    .mf-ugc-section .mf-ugc-arrow span {
      display: block;
      font-size: 22px;
      line-height: 1;
      margin-top: -2px;
      font-weight: 300;
      text-shadow: 0 1px 5px rgba(0, 0, 0, .35);
    }

    .mf-ugc-section .mf-ugc-arrow--prev {
      left: 14px;
    }

    .mf-ugc-section .mf-ugc-arrow--next {
      right: 14px;
    }

    .mf-ugc-section .mf-ugc-modal[hidden] {
      display: none;
    }

    .mf-ugc-section .mf-ugc-modal {
      position: fixed;
      inset: 0;
      z-index: 9999;
    }

    .mf-ugc-section .mf-ugc-modal__overlay {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      background: rgba(0, 0, 0, .72);
      cursor: pointer;
    }

    .mf-ugc-section .mf-ugc-modal__dialog {
      position: absolute;
      left: 50%;
      top: 50%;
      width: min(92vw, 900px);
      transform: translate(-50%, -50%);
      background: #000;
      border-radius: 18px;
      overflow: visible;
    }

    .mf-ugc-section .mf-ugc-modal__close {
      position: fixed;
      top: calc(env(safe-area-inset-top, 0px) + 14px);
      right: calc(env(safe-area-inset-right, 0px) + 14px);
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: 999px;
      background: rgba(255, 255, 255, .96);
      color: #111;
      cursor: pointer;
      font-size: 34px;
      line-height: 1;
      z-index: 10002;
      display: grid;
      place-items: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .28);
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
      pointer-events: auto;
    }

    .mf-ugc-section .mf-ugc-modal__close:hover {
      background: #fff;
      transform: scale(1.04);
    }

    .mf-ugc-section .mf-ugc-modal__body {
      width: 100%;
      aspect-ratio: 16 / 9;
      background: #000;
    }

    .mf-ugc-section .mf-ugc-modal__body video {
      width: 100%;
      height: 100%;
      display: block;
      background: #000;
    }



    /* Modal de vídeo fora do fluxo da seção: X sempre visível e fechamento seguro. */
    body > .mf-ugc-modal[hidden] {
      display: none !important;
    }

    body > .mf-ugc-modal {
      position: fixed !important;
      inset: 0 !important;
      z-index: 2147483000 !important;
      display: block;
      isolation: isolate;
    }

    body > .mf-ugc-modal .mf-ugc-modal__overlay {
      position: fixed !important;
      inset: 0 !important;
      width: 100% !important;
      height: 100% !important;
      border: 0 !important;
      background: rgba(0, 0, 0, .78) !important;
      cursor: pointer;
      z-index: 1 !important;
    }

    body > .mf-ugc-modal .mf-ugc-modal__dialog {
      position: fixed !important;
      left: 50% !important;
      top: 50% !important;
      width: min(92vw, 900px) !important;
      max-height: calc(100dvh - 96px) !important;
      transform: translate(-50%, -50%) !important;
      background: #000 !important;
      border-radius: 18px !important;
      overflow: hidden !important;
      z-index: 2 !important;
      box-shadow: 0 24px 80px rgba(0, 0, 0, .45) !important;
    }

    body > .mf-ugc-modal .mf-ugc-modal__close {
      position: fixed !important;
      top: calc(env(safe-area-inset-top, 0px) + 18px) !important;
      right: calc(env(safe-area-inset-right, 0px) + 18px) !important;
      width: 52px !important;
      height: 52px !important;
      min-width: 52px !important;
      min-height: 52px !important;
      border: 3px solid #ff730d !important;
      border-radius: 999px !important;
      background: #ffffff !important;
      color: #111111 !important;
      cursor: pointer !important;
      z-index: 2147483647 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      padding: 0 !important;
      margin: 0 !important;
      opacity: 1 !important;
      visibility: visible !important;
      box-shadow: 0 12px 38px rgba(0, 0, 0, .36) !important;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
      pointer-events: auto !important;
    }

    body > .mf-ugc-modal .mf-ugc-modal__close span {
      display: block;
      font-size: 38px;
      line-height: .8;
      font-weight: 900;
      transform: translateY(-1px);
    }

    body > .mf-ugc-modal .mf-ugc-modal__close:hover {
      background: #fff !important;
      transform: scale(1.04);
    }

    body > .mf-ugc-modal .mf-ugc-modal__body {
      width: 100% !important;
      aspect-ratio: 16 / 9;
      background: #000 !important;
    }

    body > .mf-ugc-modal .mf-ugc-modal__body video {
      width: 100% !important;
      height: 100% !important;
      display: block !important;
      background: #000 !important;
      object-fit: contain !important;
    }

    @media screen and (min-width: 750px) {
      .mf-ugc-section .mf-ugc-track {
        overflow: hidden;
        scroll-snap-type: none;
        -webkit-overflow-scrolling: auto;
        justify-content: flex-start;
        cursor: default;
      }

      .mf-ugc-section .mf-ugc-arrow {
        display: flex;
      }

      .mf-ugc-section .mf-ugc-card {
        scroll-snap-align: unset;
      }
    }

    @media screen and (max-width: 749px) {
      .mf-ugc-section {
        padding: min(var(--ugc-padding-top-mobile), 8px) 0 min(var(--ugc-padding-bottom-mobile), 24px);
      }

      .mf-ugc-section .mf-ugc-title {
        font-size: clamp(17px, 5.2vw, 22px);
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.08;
      }

      .mf-ugc-section .mf-ugc-subtitle {
        font-size: 14px;
      }

      .mf-ugc-section .mf-ugc-card {
        flex-basis: var(--ugc-card-width-mobile);
      }

      .mf-ugc-section .mf-ugc-arrow {
        width: 22px;
        height: 22px;
        opacity: .72;
        background: rgba(255, 255, 255, .12);
        border-color: rgba(255, 255, 255, .38);
      }

      .mf-ugc-section .mf-ugc-arrow span {
        font-size: 20px;
        margin-top: -2px;
      }

      .mf-ugc-section .mf-ugc-arrow--prev {
        left: 10px;
      }

      .mf-ugc-section .mf-ugc-arrow--next {
        right: 10px;
      }

      .mf-ugc-section .mf-ugc-modal__dialog {
        width: 94vw;
        border-radius: 14px;
      }

      .mf-ugc-section .mf-ugc-modal__body {
        aspect-ratio: 9 / 16;
      }

      body > .mf-ugc-modal .mf-ugc-modal__dialog {
        width: 94vw !important;
        max-height: calc(100dvh - 84px) !important;
        border-radius: 14px !important;
      }

      body > .mf-ugc-modal .mf-ugc-modal__body {
        aspect-ratio: 9 / 16 !important;
      }

      body > .mf-ugc-modal .mf-ugc-modal__close {
        top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
        right: calc(env(safe-area-inset-right, 0px) + 12px) !important;
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
      }
    }
/* END_SECTION:modifika-ugc-videos */

/* START_SECTION:softwake-banner (INDEX:129) */
.softwake-section {
    width: 100%;
    padding: 24px 16px;
  }

  .softwake-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }

  .softwake-banner {
    width: 100%;
    padding: 30px;
    color: #ffffff;
    background: linear-gradient(135deg, #070b1c 0%, #111832 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
  }

  .softwake-header {
    max-width: 760px;
    margin-bottom: 22px;
  }

  .softwake-tag {
    display: inline-block;
    margin-bottom: 8px;
    color: #91a0ff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .softwake-title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .softwake-description {
    max-width: 680px;
    color: #cbd2e2;
    font-size: 15px;
    line-height: 1.55;
  }

  .softwake-description p {
    margin: 0;
  }

  .softwake-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .softwake-feature {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: 14px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
  }

  .softwake-feature-icon {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1;
  }

  .softwake-feature-content {
    min-width: 0;
  }

  .softwake-feature-title {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
  }

  .softwake-feature-description {
    margin: 0;
    color: #aeb7cc;
    font-size: 12px;
    line-height: 1.4;
  }

  @media screen and (max-width: 749px) {
    .softwake-section {
      padding: 16px 12px;
    }

    .softwake-banner {
      padding: 22px 18px;
      border-radius: 14px;
    }

    .softwake-header {
      margin-bottom: 16px;
    }

    .softwake-title {
      margin-bottom: 8px;
      font-size: 28px;
    }

    .softwake-description {
      font-size: 14px;
      line-height: 1.45;
    }

    .softwake-features {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .softwake-feature {
      padding: 12px;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .softwake-features {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
/* END_SECTION:softwake-banner */