/** Shopify CDN: Minification failed

Line 363:0 Unexpected "}"
Line 420:22 Unexpected "{"
Line 420:31 Expected ":"
Line 420:37 Unexpected "{"
Line 421:12 Expected identifier but found whitespace
Line 421:14 Unexpected "{"
Line 421:23 Expected ":"
Line 421:43 Expected ":"
Line 422:15 Expected identifier but found whitespace
Line 422:17 Unexpected "{"
... and 160 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 348:0 Unexpected "}"
Line 405:22 Unexpected "{"
Line 405:31 Expected ":"
Line 405:37 Unexpected "{"
Line 406:12 Expected identifier but found whitespace
Line 406:14 Unexpected "{"
Line 406:23 Expected ":"
Line 406:43 Expected ":"
Line 407:15 Expected identifier but found whitespace
Line 407:17 Unexpected "{"
... and 160 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 324:0 Unexpected "}"
Line 381:22 Unexpected "{"
Line 381:31 Expected ":"
Line 381:37 Unexpected "{"
Line 382:12 Expected identifier but found whitespace
Line 382:14 Unexpected "{"
Line 382:23 Expected ":"
Line 382:43 Expected ":"
Line 383:15 Expected identifier but found whitespace
Line 383:17 Unexpected "{"
... and 160 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 105:22 Unexpected "{"
Line 105:31 Expected ":"
Line 105:37 Unexpected "{"
Line 106:12 Expected identifier but found whitespace
Line 106:14 Unexpected "{"
Line 106:23 Expected ":"
Line 106:43 Expected ":"
Line 107:15 Expected identifier but found whitespace
Line 107:17 Unexpected "{"
Line 107:26 Expected ":"
... and 160 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 68:22 Unexpected "{"
Line 68:31 Expected ":"
Line 68:37 Unexpected "{"
Line 69:12 Expected identifier but found whitespace
Line 69:14 Unexpected "{"
Line 69:23 Expected ":"
Line 69:43 Expected ":"
Line 70:15 Expected identifier but found whitespace
Line 70:17 Unexpected "{"
Line 70:26 Expected ":"
... and 160 more hidden warnings

**/

body .fwr-brands__card {
    padding:0px !Important
}

    .descricao_comp img {
        width: 100% !important;
        height: max-content !important;
    }

.fwr-grid4__content {
    padding-top: 10px !important;
    background: #0079c9;
    background: linear-gradient(0deg, rgba(0, 121, 201, 1) 0%, rgba(237, 221, 83, 0) 66%);
    gap: 0px !important;
}

.fwr-grid4__highlight {/* font-size: 14px !important; */}

/* ===== Overlay (independente do tipo de menu) ===== */
@media (hover:hover) and (pointer:fine) and (min-width: 990px){
  /* garante que nada corte o dropdown */
  /* menu_new overflow — movido para menu-new.css */

  .menu_new .header__inline-menu header-menu details > ul.header__submenu{
    display: block !important;
    position: absolute;

    /* mega centralizado (igual exemplo) */
    left: 0%;
    top: calc(90%);
    width: min(680px, calc(100vw - 48px));
    max-width: 550px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px) scale(.985);
    transition:
      opacity .18s ease,
      transform .18s ease,
      visibility 0s linear .18s;
    border-radius: 0;
    box-shadow: 0 26px 70px rgba(0,0,0,.18);
    overflow: hidden;
    z-index: 9999;
  }

  /* menu_new hover submenu — movido para menu-new.css */

  /* ===== Visual do mega (colunas) ===== */
  .menu_new .header__submenu.fwr-mega{
    background: #fff;
    padding: 22px 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 18px 34px;
  }
  @media (min-width: 1200px){
    .menu_new .header__submenu.fwr-mega{
      grid-template-columns: repeat(3, minmax(220px, 1fr));
    }
  }

  .menu_new .header__submenu.fwr-mega .fwr-mega__col{
    padding: 0;
    margin: 0;
  }

  .menu_new .header__submenu.fwr-mega .fwr-mega__title{
    display: inline-flex;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 6px 0 10px;
  }

  .menu_new .header__submenu.fwr-mega .fwr-mega__list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    /* gap: 8px; */
  }

  .menu_new .header__submenu.fwr-mega .fwr-mega__item,
  .menu_new .header__submenu.fwr-mega .fwr-mega__solo{
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    transition: transform .14s ease, background .14s ease;
    line-height: 1.25;
  }

  .menu_new .header__submenu.fwr-mega .fwr-mega__solo{
    font-weight: 500;
  }

  .menu_new .header__submenu.fwr-mega .fwr-mega__item:hover,
  .menu_new .header__submenu.fwr-mega .fwr-mega__solo:hover{
    background: rgba(0,0,0,.05);
    transform: translateX(3px);
  }

  /* remove caret no mega (opcional) */
  .menu_new .header__submenu.fwr-mega .icon-caret{
    display: none;
  }
}

/* FWR ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ Mega menu estilo "Departamentos" (somente desktop) */
@media (hover:hover) and (pointer:fine) and (min-width: 990px){

  /* ====== ajustes gerais do container do mega ====== */
  .menu_new .header__submenu.fwr-mega{
    --leftW: 280px;         /* largura coluna esquerda */
    --pad: 14px;
    background: #fff;
    padding: 12px 0;             /* agora o padding fica nos internos */
    display: block;         /* override do grid antigo */
    position: relative;
    min-height: 360px;
  }

  /* lista ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œde colunasÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â vira uma lista vertical (lado esquerdo) */
  .menu_new .header__submenu.fwr-mega{
    list-style: none;
  }

  .menu_new .header__submenu.fwr-mega .fwr-mega__col{
    /* importante: manter o UL direito como filho do LI, mas posicionar relativo ao mega */
    position: static;
    margin: 0;
    padding: 0;
  }

  /* coluna esquerda (somente os tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­tulos) */
  .menu_new .header__submenu.fwr-mega .fwr-mega__title{
    width: var(--leftW);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 16px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: none;
    /* border-bottom: 1px solid rgba(0,0,0,.06); */
    background: transparent;
    transition: background .16s ease, transform .16s ease, color .16s ease;
    position: relative;
    text-decoration: none;
  }

  .menu_new .header__submenu.fwr-mega .fwr-mega__title::after{
  display: inline-block;
  width: 12px;
  height: 12px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='20' d='M3 3v18'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.3s' values='20;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='16' stroke-dashoffset='16' d='M7 12h13.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.4s' dur='0.3s' to='0'/%3E%3C/path%3E%3Cpath stroke-dasharray='12' stroke-dashoffset='12' d='M21 12l-7 7M21 12l-7 -7'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.7s' dur='0.2s' to='0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
    content: ">";
    font-size: 18px;
    opacity: .55;
    transform: translateX(0);
    transition: transform .16s ease, opacity .16s ease;
  }

  /* hover moderno na esquerda */
  .menu_new .header__submenu.fwr-mega .fwr-mega__col:hover > .fwr-mega__title,
  .menu_new .header__submenu.fwr-mega .fwr-mega__col:focus-within > .fwr-mega__title{
    background: rgba(0,0,0,.04);
    transform: translateX(2px);
  }
  .menu_new .header__submenu.fwr-mega .fwr-mega__col:hover > .fwr-mega__title::after,
  .menu_new .header__submenu.fwr-mega .fwr-mega__col:focus-within > .fwr-mega__title::after{
    opacity: .9;
    transform: translateX(3px);
  }

  .fwr-mega__list li {
    height: 30px;
}
  body ul.fwr-mega__list {
    display: flex !important;
    flex-direction: column;
}

  /* ====== painel direito (subcategorias) ====== */
  .menu_new .header__submenu.fwr-mega .fwr-mega__list{
    /* fica oculto por padrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(10px);
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;

    /* painel absoluto do lado direito */
    position: absolute;
    left: var(--leftW);
    top: 0;
    width: calc(100% - var(--leftW));
    height: 100%;

    /* visual */
    background: #fff;
    border-left: 1px solid rgba(0,0,0,.08);
    padding: 14px 18px;

    /* layout interno */
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px 10px;
    overflow: auto;
  }

  /* mostra o painel ao hover/foco do item esquerdo */
  .menu_new .header__submenu.fwr-mega .fwr-mega__col:hover > .fwr-mega__list,
  .menu_new .header__submenu.fwr-mega .fwr-mega__col:focus-within > .fwr-mega__list{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: opacity .18s ease, transform .18s ease, visibility 0s;
  }

  /* menu_new fwr-mega__list hover — movido para menu-new.css */

}

  /* ====== itens do painel direito ====== */
  .menu_new .header__submenu.fwr-mega .fwr-mega__item{
    display: block;
    padding: 10px 12px;
    border-radius: 0;
    text-decoration: none;
    line-height: 1.2;
    /* background: #4490e1; */
    /* border: 1px solid rgba(0,0,0,.06); */
    transition: background .16s ease, transform .16s ease, border-color .16s ease;
    font-size: 12px;
    /* color: #fff; */
  }

  .menu_new .header__submenu.fwr-mega .fwr-mega__item:hover{
    /* background: rgb(14 31 57); */
    border-color: rgba(0,0,0,.10);
    transform: translateY(-1px);
  }

  /* links ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œsoloÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â (categoria sem filhos) ficam na coluna esquerda */
  .menu_new .header__submenu.fwr-mega .fwr-mega__solo{
    width: var(--leftW);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    /* border-bottom: 1px solid rgba(0,0,0,.06); */
    border-radius: 0;
    background: transparent;
    font-weight: 400;
    text-decoration: none;
  }

  /* remove caret interno do tema no mega */
  .menu_new .header__submenu.fwr-mega .icon-caret{
    display: none;
  }

  /* responsivo dentro do prÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³prio mega (se ele ficar estreito) */
  @media (max-width: 1100px){
    .menu_new .header__submenu.fwr-mega{
      --leftW: 240px;
    }
    .menu_new .header__submenu.fwr-mega .fwr-mega__list{
      grid-template-columns: 1fr;
    }
  }
}


/* .list-menu--inline — movido para menu-new.css */

#Details-CartDrawer {
    display: none !important;
}

.cart-drawer .cart-item {
    gap: 10px !important;
}

.price.price--end {
    font-size: 12px !important;
}

.drawer__inner {
    padding-right: 30px !important;
}

.boxneon {
    position: relative;
    width: 412px;
    height: 297px;
    background-color: #000508;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.boxneon::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 200%;
    background: linear-gradient(180deg, #16dfff, #ff6d00);
    animation: animate 8s linear infinite;
}
.boxneon::after{
    content: "";
    position: absolute;
    background-color: #000508;
    inset: 5px;
    border-radius: inherit;
}

@keyframes animate {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.fwr-double-banners--{{ section.id }}{
    padding: {{ section.settings.pad_y }}px 0;
    background: {{ section.settings.bg }};
}

.fwr-double-banners--{{ section.id }} .fwr-double-banners__grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: {{ section.settings.gap}}
    px;
    align-items: stretch;
    gap: 40px;
}

.fwr-double-banners .page-width {
    gap: 10px;
}

@media (max-width: 749px){
    .fwr-double-banners--{{ section.id }} .fwr-double-banners__grid{
    grid-template-columns: 1fr;
    }
}

.fwr-double-banners--{{ section.id }} .fwr-banner{
    position: relative;
    border-radius: {{ section.settings.radius}}
    px;
    overflow: hidden;
    display:block;
    text-decoration:none;
    /* background: rgba(0,0,0,.06); */
    /* box-shadow: 0 10px 24px rgba(0,0,0,.10); */
    transform: translateZ(0);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.fwr-double-banners--{{ section.id }} .fwr-banner:hover{
    transform: translateY(-2px);
    /* box-shadow: 0 14px 34px rgba(0,0,0,.14); */
}

.fwr-double-banners--{{ section.id }} .fwr-banner:focus-visible{
    outline: 2px solid {{ section.settings.focus }};
    outline-offset: 3px;
}

.fwr-double-banners--{{ section.id }} .fwr-banner__img{
    width:100%;
    height:auto;
    display:block;
}

.fwr-double-banners--{{ section.id }} .fwr-banner__media{
    width:100%;
    aspect-ratio: {{ section.settings.aspect_w}} / {{
    section.settings.aspect_h}};
    overflow:hidden;
    /* background: rgba(0,0,0,.04); */
    justify-content: center;
    align-items: center;
    display: flex;
}
.fwr-double-banners--{{ section.id }} .fwr-banner__media img{
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
    max-width: 817px;
}

.fwr-hero--{{ section.id }}{ position:relative; }
  .fwr-hero--{{ section.id }} .fwr-hero__title{ text-align:center; margin:0 0 14px; }

    .fwr-hero--{{ section.id }} .fwr-hero__slider{
    position:relative;
    overflow:hidden;
    border-radius: {{ section.settings.slider_radius }}px;
    height: var(--vh-d);
  }

.card-wrapper {
    background: var(--color-card-wrapper-bg);
    border-radius: 20px;
}

/* Teste: afasta o wishlist do topo/direita no card */
.product-card-wrapper .Vtl-WishlistIcon__Wrapper {
    top: 8px !important;
    right: 8px !important;
    left: auto !important;
}

.fwr-shorts--{{ section.id }}{
      position: relative;
      overflow: hidden;
    }

    .fwr-shorts--{{ section.id }} > *{ position: relative; }

    .fwr-shorts--{{ section.id }} .fwr-shorts__container{
      max-width: 1680px;
      margin: 0 auto;
      padding: 50px 15px 66px;
    }

    /* ===== Layout 2 colunas ===== */
    .fwr-shorts--{{ section.id }} .fwr-shorts__layout{
      display: flex;
      align-items: center;
    }

    @media (max-width: 990px){
      .fwr-shorts--{{ section.id }} .fwr-shorts__layout{
        grid-template-columns: 1fr;
        gap: 18px;
      }
    }

    
    .fwr-shorts--{{ section.id }} .fwr-shorts__side{
      position: relative;
      min-height: 240px;
      margin-top: 0px;
      margin-right: -30px;
      z-index: 1;
      margin-bottom: -144px;
    }

    .fwr-shorts--{{ section.id }} .fwr-shorts__title{
      margin: 0;
      line-height: .92;
      letter-spacing: .02em;
      text-transform: uppercase;
      font-weight: 900;
      font-size: clamp(34px, 4.3vw, 46px);
      color: var(--title-color);
      text-shadow: 0 6px 18px rgba(0,0,0,.35);
    }

    .fwr-shorts--{{ section.id }} .fwr-shorts__title span{
      display: block;
    }

    .fwr-shorts--{{ section.id }} .fwr-shorts__subtitle{
      margin: 10px 0 0;
      font-size: 10px;
      letter-spacing: .08em;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--subtitle-color);
      max-width: 340px;
    }

    .fwr-shorts--{{ section.id }} .fwr-shorts__mascot{
      margin-top: 18px;
      max-width: var(--img-w);
      width: 100%;
      height: auto;
      display: block;
      transform-origin: 70% 60%;
      {%
      if section.settings.enable_mascot_float %}
      animation: fwrMascotFloat var(--float-dur) ease-in-out infinite;
      will-change: transform, filter;
      {%
      endif %}
      /* filter: drop-shadow(0 14px 30px rgba(0,0,0,.40)); */
    }

    @keyframes fwrMascotFloat{
      0%, 100%{
        transform: translateX(calc(var(--float-amp) * -1)) rotate(-1deg);
      }
      50%{
        transform: translateX(var(--float-amp)) rotate(1deg);
      }
    }

    @media (prefers-reduced-motion: reduce){
      .fwr-shorts--{{ section.id }} .fwr-shorts__mascot{
        animation: none !important;
      }
    }

        .fwr-shorts--{{ section.id }} .fwr-shorts__wrap{ position: relative; }

    /* Desktop/Tablet: grid */
    .fwr-shorts--{{ section.id }} .fwr-shorts__grid{
      display:grid;
      gap:var(--gap);
      grid-template-columns: repeat(var(--cols-d), minmax(0,1fr));
    }
    @media (max-width: 990px){
      .fwr-shorts--{{ section.id }} .fwr-shorts__grid{
        grid-template-columns: repeat(var(--cols-t), minmax(0,1fr));
      }
    }

    /* Mobile: carrossel */
    @media (max-width: 640px){
      .fwr-shorts--{{ section.id }} .fwr-shorts__grid{
        display:flex; overflow-x:auto; gap:var(--gap);
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        padding-inline: 2px;
      }
      .fwr-shorts--{{ section.id }} .fwr-short{
        min-width: 84%;
        scroll-snap-align: center;
      }
      .fwr-shorts--{{ section.id }} .fwr-mnav{
        position:absolute; top:50%; transform:translateY(-50%);
        width:40px; height:40px; border:0; border-radius:999px;
        background: rgba(255,255,255,.90);
        box-shadow:0 10px 22px rgba(0,0,0,.28);
        display:flex; align-items:center; justify-content:center;
        color: #111;
      }
      .fwr-shorts--{{ section.id }} .fwr-mnav.prev{ left:6px; }
      .fwr-shorts--{{ section.id }} .fwr-mnav.next{right: 0;}
    }
    @media (min-width: 641px){
      .fwr-shorts--{{ section.id }} .fwr-mnav{ display:none; }
    }

    /* Card */
    .fwr-short{
      position:relative;
      border-radius:var(--radius);
      overflow:hidden;
      /* border: 2px solid color-mix(in srgb, var(--stroke) 85%, transparent); */
    }

    .fwr-short__stage{
      position:relative;
      width:100%;
      max-width: max-content;
      height: 510px;
      border: 2px solid color-mix(in srgb, var(--stroke) 85%, transparent);
      border-radius: 14px;
    }
    .fwr-short__stage iframe{
      position:absolute; inset:0; width:100%; height:100%; border:0;
    }

    /* HUD */
    .fwr-short__hud{
      position:absolute; left:10px; right:10px; bottom:10px;
      display:flex; justify-content:space-between; align-items:center;
      pointer-events:none;
    }
    .pill{
      display:inline-flex; align-items:center; gap:6px;
      background: var(--hud-bg);
      color: var(--hud-color);
      padding:7px 11px;
      border-radius:999px;
      font-weight:800;
      pointer-events:auto;
      box-shadow:0 8px 18px rgba(0,0,0,.22);
      backdrop-filter: blur(6px);
    }
    .pill.like{ border:0; cursor:pointer; }
    .pill .heart{ transition: transform .15s ease; }
    .pill.like.liked .heart{ transform:scale(1.15); }

    .fwr-short__hint{
      padding:10px; font-size:.9rem; color:#666;
      text-align:center; background:#f6f6f6;
    }
    .fwr-short--placeholder .fwr-short__stage{ background:linear-gradient(120deg,#222,#333); }

.fwr-5050 {
    max-width: 1700px;
    margin: 0 auto;
    /* padding: 0 15px !important; */
}

.fwr-hero__brand {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.fwr-hero__caption {
    background: transparent !important;
    box-shadow: none !IMPORTANT;
}

.btn-76,
.btn-76 *,
.btn-76 :after,
.btn-76 :before,
.btn-76:after,
.btn-76:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-76 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}
.card__media .media img {
    padding: 15px;
}
.card .card__inner .card__media {
    background: var(--color-card-media-bg) !important;
}
.btn-76:disabled {
  cursor: default;
}
.btn-76:-moz-focusring {
  outline: auto;
}
.btn-76 svg {
  display: block;
  vertical-align: middle;
}
.btn-76 [hidden] {
  display: none;
}
.btn-76 {
  --neon: #0ea5e9;
  box-sizing: border-box;
  display: block;
  font-weight: 900;
  -webkit-mask-image: none;
  outline: 1px solid #fff;
  outline-offset: -4px;
  overflow: hidden;
  padding: 1.2rem 3rem;
  position: relative;
  text-transform: uppercase;
  transition: 0.2s linear 0.1s;
}
.btn-76:hover {
  background: var(--neon);
  box-shadow: 0 0 5px var(--neon), 0 0 25px var(--neon), 0 0 50px var(--neon),
    0 0 100px var(--neon);
  color: #fff;
  outline-color: transparent;
  transition: 0.2s linear 0.6s;
}
.btn-76 span {
  display: block;
  inset: 0;
  position: absolute;
}
.btn-76 .top {
  border-top: 4px solid var(--neon);
  opacity: 0;
  transform: translateX(calc(-100% + var(--progress, 0%)));
  transition: none;
}
.btn-76:hover .top {
  --progress: 100%;
  opacity: 1;
  transition: transform 0.2s linear;
}
.btn-76 .right {
  border-right: 4px solid var(--neon);
  opacity: 0;
  transform: translateY(calc(-100% + var(--progress, 0%)));
  transition: none;
}
.btn-76:hover .right {
  --progress: 100%;
  opacity: 1;
  transition: transform 0.2s linear 0.2s;
}
.btn-76 .bottom {
  border-bottom: 4px solid var(--neon);
  opacity: 0;
  transform: translateX(calc(100% - var(--progress, 0%)));
  transition: none;
}
.btn-76:hover .bottom {
  --progress: 100%;
  opacity: 1;
  transition: transform 0.2s linear 0.4s;
}
.btn-76 .left {
  border-left: 4px solid var(--neon);
  opacity: 0;
  transform: translateY(calc(100% - var(--progress, 0%)));
  transition: none;
}
.btn-76:hover .left {
  --progress: 100%;
  opacity: 1;
  transition: transform 0.2s linear 0.6s;
}


.fwr-cat {
    background: url(/cdn/shop/files/bg_produtos_banner1.jpg?v=1763473626) no-repeat center top;
    padding-top: 40px;
    background-size: cover;
}

.fwr-card img, .fwr-card__video {
    border-radius: 30px !important;
}

.fwr-card__media {
    border-radius: 30px;
}

body .fwr-card__video  {
    width: 100%;
    height: 88.5%;
    margin-top: 10px;
}

.fwr-cat__container .fwr-cat__title {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px !important;
    line-height: 90px;
}



.page-index #MainContent {
    background: var(--image-page-index-bg) repeat center top !important;
    background-size: contain !important;
}

.fwr-cat__title svg {
    animation: floatneww 3.5s ease-in-out infinite;
    filter: grayscale(1) brightness(99);
    max-width: 78px;
    margin-top: -12px;
}

.title.inline-richtext.h2 svg, .title.inline-richtext svg {
    animation: floatneww 3.5s ease-in-out infinite;
    max-width: 78px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.section-title:after, .fwr-cat__container .section-title:after {
    content:"";
    background: var(--color-section-title-accent);
    height: 1px;
    position: absolute;
    width:100%;
    margin-top: 43px;
}



.section-title:before {
    background: var(--color-section-title-line);
    margin-top: -46px;
}
.section-title:after {
    background: var(--color-section-title-line);
    margin-top: 50px;
}

.section-title {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0;
    align-items: center;
    flex-direction: row;
    gap: 9px;
    margin: 20px 0 20px;
}

#MainContent.content-for-layout, #MainContent.content-for-layout .color-scheme-1 {
    background: transparent;
}

  @media (max-width: 749px){
    .fwr-hero--{{ section.id }} .fwr-hero__slider{ height: var(--vh-m); }
  }

  .grid--peek.slider .grid__item:first-of-type {
    /* margin-left: 1.2rem; */
    }
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .grid--peek .grid__item {
    width: calc(55% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

    .fwr-hero--{{ section.id }} .fwr-hero__slide{
    position:absolute;
    inset:0;
    opacity:0;
    pointer-events:none;
    transition: opacity var(--fade) ease;
    isolation:isolate;
  }
  .fwr-hero--{{ section.id }} .fwr-hero__slide.is-active{
    opacity:1;
    pointer-events:auto;
  }

  /* Imagem: cobre tudo e aplica Ken Burns no ativo */
  .fwr-hero--{{ section.id }} .fwr-hero__img{
    position:absolute; inset:0; width:100%; height:100%;
    object-fit:cover;
    transform:scale(1);
    opacity:0;
    transition: opacity var(--fade) ease, transform var(--interval) linear;
  }
  .fwr-hero--{{ section.id }} .fwr-hero__slide.is-active .fwr-hero__img{
    opacity:1;
    transform:scale(1.06);
  }

  
  .fwr-hero--{{ section.id }} .fwr-hero__overlay{
    position:absolute;
    inset:0;
    z-index: 2;
    /* background: var(--overlay); */
    opacity: var(--overlay-opacity);
    pointer-events:none;
  }
  .fwr-hero--{{ section.id }} .fwr-hero__content{
    position:absolute;
    inset:0;
    z-index: 3;
    display:grid;
    padding: clamp(16px, 4vw, 60px);
  }
  .fwr-hero--{{ section.id }} .fwr-hero__content--left{ justify-items:start; text-align:left; }
  .fwr-hero--{{ section.id }} .fwr-hero__content--center{ justify-items:center; text-align:center; }
  .fwr-hero--{{ section.id }} .fwr-hero__content--right{justify-items:end;text-align: center;}
  .fwr-hero--{{ section.id }} .fwr-hero__v--top{ align-items:start; }
  .fwr-hero--{{ section.id }} .fwr-hero__v--middle{ align-items:center; }
  .fwr-hero--{{ section.id }} .fwr-hero__v--bottom{ align-items:end; }

  .fwr-hero--{{ section.id }} .fwr-hero__caption{
    max-width: min(770px, 90vw);
    padding: clamp(14px, 2.2vw, 28px);
    width: 100%;
  }

  .fwr-hero--{{ section.id }} .fwr-hero__kicker{letter-spacing:.3em;text-transform:uppercase;opacity:.85;margin:0 0 6px;font-size: 28px;}
  .fwr-hero--{{ section.id }} .fwr-hero__heading{font-size: clamp(34px, 6.2vw, 84px);line-height: 1;margin: 0 0 6px;width: max-content;margin: 0 auto;position: relative;z-index: 1;font-size: 120px;color: #17d1fc;font-weight: 700;}
  .fwr-hero--{{ section.id }} .fwr-hero__sub{
    font-size: clamp(18px, 2.2vw, 30px);
    margin: 0 0 8px;
    opacity: .9;
    width: max-content;
    padding: 10px;
    margin: 0;
    background: rgb(169 189 173 / 50%);
    min-width: 380px;
    font-weight: 300;
    letter-spacing: 17px;
    text-align: center;
}
  .fwr-hero--{{ section.id }} .fwr-hero__text{font-size: clamp(14px, 1.6vw, 18px);margin:0 0 16px;opacity:.9;max-width: 360px;text-align: left;}

  .fwr-hero--{{ section.id }} .fwr-hero__btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:.9em 1.4em;
    border-radius:999px;
    background: {{ section.settings.button_bg}};
    color: {{ section.settings.button_color}};
    text-decoration:none;
    font-weight:700;
    box-shadow:0 8px 24px rgba(0,0,0,.20);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  }
  .fwr-hero--{{ section.id }} .fwr-hero__btn:hover{ transform:translateY(-1px); box-shadow:0 10px 28px rgba(0,0,0,.28); }

  .fwr-hero--{{ section.id }} .fwr-hero__nav{
    position:absolute; top:50%; transform:translateY(-50%); z-index:1;
    width:42px; height:42px; border-radius:999px; border:0; cursor:pointer;
    background:#fff; color:#111; display:flex; align-items:center; justify-content:center;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
  }
  .fwr-hero--{{ section.id }} .fwr-hero__nav.prev{ left:10px; }
  .fwr-hero--{{ section.id }} .fwr-hero__nav.next{ right:10px; }
  @media (max-width: 749px){ .fwr-hero--{{ section.id }} .fwr-hero__nav{ width:36px;height:36px; } }

  .fwr-hero--{{ section.id }} .fwr-hero__dots{
    position:absolute; left:50%; bottom:14px; transform:translateX(-50%); display:flex; gap:8px; z-index:1;
  }
  .fwr-hero--{{ section.id }} .fwr-hero__dots .dot{
    width:50px; height:6px; border-radius:999px; border:0; background:#fff; opacity:.55; cursor:pointer;
  }
  .fwr-hero--{{ section.id }} .fwr-hero__dots .dot.is-active{ opacity:1; }

.biguazul-header__search {
    display: none
}

.pages-topo {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    height: 40px;
}

.pages-topo a {
    text-decoration:none;
    font-size: 12px;
    color: #022e6d;
}

.pages-topo svg {
    width: 20px;
    height: 20px;
    fill: var(--nav_color)
}

.pages-topo li::marker {font-size: 0;}

.is-upper .fwr-strong,.is-upper .fwr-text {
    font-family: Montserrat
}

/* .menu_new — movido para menu-new.css */

.biguazul-header__search .svg-wrapper {
    width: 26px;
    height: 26px;
    margin-top: -2px
}

@media screen and (min-width: 990px) {
    .header--biguazul {
        display:grid;
        grid-template-columns: auto minmax(0,1fr) auto;
        grid-template-rows: auto auto;
        grid-template-areas: "logo search icons" "menu menu icons";
        column-gap: 2.4rem;
        row-gap: .4rem;
        align-items: center
    }

    .header--biguazul .header__heading {
        grid-area: logo;
        margin: 0;
        margin-right: 0;
    }

    .header--biguazul .header__heading-link {
        padding: 0;
        margin: 0;
    }

    .header--biguazul .biguazul-header__search {
        grid-area: search;
        display: block;
        width: 1180px;
    }

    /* .header--biguazul .header__inline-menu — movido para menu-new.css */

    .header--biguazul .header__icons {
        grid-area: icons;
        justify-self: flex-end;
        display: flex;
        align-items: center;
        gap: .8rem
    }

    .biguazul-search-form {
        display: flex;
        align-items: center;
        background: var(--color-header-biguazul-search-bg);
        border-radius: 999px;
        box-shadow: 0 0 0 1px var(--color-header-biguazul-search-shadow);
        border: 2px solid var(--color-header-biguazul-search-border);
        max-width: 100%;
        padding-left: 14px;
    }

    .biguazul-search-input {
        flex: 1;
        border: none;
        outline: none;
        background: transparent;
        line-height: 1;
        box-shadow: none!important;
        height: 30px;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.04em;
        text-transform: none;
        color: var(--color-mobile-search-input);
    }

    .biguazul-search-input::placeholder {
        color: var(--color-mobile-search-placeholder);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 11px;
        font-weight: 400;
    }

    .biguazul-search-submit {
        border: none;
        background: transparent;
        border-radius: 999px;
        width: 32px;
        height: 32px;
        min-width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #fff;
        flex-shrink: 0;
    }

    .biguazul-search-submit:hover {
        background: var(--color-search-submit-hover-bg);
    }

    .header--biguazul .header__icon {
        width: 40px;
        height: 40px;
        border-radius: 999px;
        background: var(--color-header-biguazul-icon-bg);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 0 1px var(--color-header-biguazul-icon-shadow)
    }

    .header--biguazul .header__icon .svg-wrapper {
        display: flex
    }

    .header .svg-wrapper > svg {
        color: var(--color-header-svg);
        fill: var(--color-fill-header-svg);
    }

    .header--biguazul .cart-count-bubble {
        top: -4px;
        right: -4px
    }

    /* .header--biguazul .header__inline-menu .list-menu--inline / .header__menu-item / li:first-child — movido para menu-new.css */

    .header--biguazul .header__icon--search {
        display: none
    }
}

.fwr-mono {
    border: 1px solid rgba(0,0,0,.12);
    padding: 1rem;
    border-radius: .5rem;
    margin: 1rem 0
}

.quantity:after {
    border: solid 1px var(--color-quantity-after-border);
}

.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: #1f79ff
}

.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: #1f79ff;
    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 — movido para menu-new.css */

    .header__submenu.list-menu--disclosure {
        position: absolute;
        top: 85%;
        left: auto;
        right: auto;
        min-width: max-content;
        padding: 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 — movido para menu-new.css */
}

@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
    }

  .header__submenu .header__menu-item {
    padding: 1.2rem 2rem;
}

    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: #ff6d00;
        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 — movido para menu-new.css */
}

#formKokfyShipping,.btnForm,.input_cep {
    font-family: Montserrat;
    font-size: 12px!important
}

.fwr-5050__btn, .fwr-grid4__btn {
    font-size: 10px!important;
    font-family: Montserrat!important;
    background: #ff6d00 !important;
    color: #fff !important;
}

/* .header__inline-menu — movido para menu-new.css */

.accordion__content.rte li {
    display: flex
}

.accordion__content p span {
    font-family: Montserrat !important;
    font-size: 12px!important
}

.accordion__content.rte li strong {
    font-family: Montserrat;
    color: #0092ff;
}

.accordion__content.rte ul {
    padding: 0
}

.card__information {
    padding-bottom: 5px!important
}

.cart-count-bubble {
    bottom: 1.3rem!important
}

.quick-add__submit {
    max-width: 200px;
    min-width: max-content!important;
    font-size: 10px;
    font-family: Montserrat;
    color: var(--color-card-button-text);
    border: none;
    background: #0098ff;
    transition: .5s all;
    min-height: max-content;
    padding: 11px 10px!important;
    text-transform: uppercase;
    border-radius: 30px;
}

.quick-add__submit:hover {
    color: var(--color-card-button-text);
    background: var(--color-card-button-hover-bg);
    transition: .5s all
}

.quick-add .button:before,.quick-add .button:after {
    box-shadow: none!important
}

.header-wrapper--border-bottom {
    border: none!important;
    background-image: var(--image-header-wrapper-bg-center)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.header-wrapper--border-bottom.header-wrapper--cover {
    background-image: var(--image-header-wrapper-bg)!important;
    background-repeat: no-repeat!important;
    background-position: center bottom!important;
    background-size: cover !important;
}


.collection .grid__item {
    margin-bottom: 30px
}

.contem {
    padding-left: 30px!important;
    width: 100%;
    font-family: Montserrat;
    color: #022e6d;
    font-size: 18px
}

.fwr-split__list {
    flex-direction: column
}

.header .svg-wrapper>svg {
    color: var(--color-header-svg);
    fill: var(--color-fill-header-svg)
}

.section-title strong {
    color: var(--color-section-title-text);
}

.product__info-container {
    padding-top: 50px;
}

.icon-with-text img {
    width: 60px !important;
    height: 60px !important;
    border: solid 3px #1c6fc1;
    border-radius: 50px;
}

.icon-with-text__item {
    background: var(--color-icon-with-text-item-bg);
}

.icon-with-text .inline-richtext {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-icon-with-text-text);
}

body .fwr-brands__nav {
  background:#fff !important;
}

body {
    font-family: 'Montserrat' !important;
}

.fwr-brands__card img {
    width: 100% !IMPORTANT;
    max-height: max-content !important;
    background: #ffffff;
    border-radius: 8px;
    max-height: max-content !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: 0.5s all;
}

.fwr-brands__card img:hover {
  transform: scale(1.05);
}

.fwr-5050__grid {
    max-width: 1700px;
    margin: 20px auto !important;
}

.mobile-facets__open-label {
    font-family: Montserrat
}

.collection-hero__title {
    margin: 20px 0 0!important;
    font-size: 26px;
    font-family: Montserrat;
    color: #022e6d
}

.collection-hero__title+.collection-hero__description {
    font-size: 14px!important;
    font-family: Montserrat;
    color: #707070;
    margin: 5px 0!important
}

.footer-social {
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px!important;
    list-style: none;
    padding: 0;
    margin: .25rem 0 0
}

.footer-block.grid__item:last-child {
    width: 10%!important
}

.footer-social li {
    margin: 0!important;
    padding: 0
}

.card__content .card__heading a {
    min-height: 90px;
    line-height: 24px;
    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
}

.header__heading-logo {
    max-width: 230px;
    transition: .5s all;
}

@media screen and (min-width: 990px) {
    .header__heading-link {
        display: flex;
        align-items: center;
    }

    .header__heading-logo-wrapper {
        display: flex;
        align-items: center;
        height: 60px;
    }

    .header__heading-logo {
        height: 60px !important;
        width: auto;
        max-width: none;
        object-fit: contain;
    }
}

.fwr-prod .pretit {
    font-size: 26px;
    letter-spacing: 1px!important
}

.fwr-prod h1.title {
    font-family: Montserrat;
    letter-spacing: 0;
    color: #fff
}

.fwr-split__media {
    border-radius: 0
}

.fwr-intro__title {
    font-family: Montserrat;
    font-weight: 700;
    color: #022e6d
}

.benefit__text {
    font-size: 13px!important
}

.benefit__title {
    font-family: Montserrat;
    font-weight: 700;
    color: #022e6d
}

.benefit__icon {
    background: #022e6d;
    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: Montserrat
}

.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: Montserrat;
    color: #535353!important;
    font-weight: 700
}

.mt__text {
    line-height: 35px;
    font-family: Montserrat;
    font-weight: 700
}

.benefit__icon svg {
    width: 60px!important;
    height: 80px!important;
    color: #fff!important
}

.fwr-list__head span,.fwr-list__head svg {
    color: #022e6d!important;
    font-family: Montserrat;
    letter-spacing: 0;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    display: flex
}

.fwr-gallery {
    gap: 10px!important
}

.fwr-iglite {
    margin: 60px auto 40px !important;
    max-width: 1740px;
    padding: 0 15px;
}

.fwr-brands {
    padding-bottom: 50px;
}

.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: -45%!important;
}

.product .complementary-products {
    display: none
}

.quick-note {
    font-size: 14px;
    font-weight: 700
}

.cashback-line .cashback-value, .cashback-line .cashback-icon {
    font-family: 'Montserrat' !important;
    color: var(--color-cashback-value) !important;
}

.cashback-line {
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-cashback-line) !important;
}

[data-essential-upsell-funnel-content-offer-type=CROSS_SELL],[data-essential-upsell-element=price] {
    font-weight: 700!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: Montserrat;
    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: relative;
    left: 0;
    top: 0;
    display: flex;
    gap: 8px;
    z-index: 3;
    margin-top: -24px
}

.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: Montserrat;
    letter-spacing: 1px
}

.badge--featured {
    background: #95b08f
}

.badge--new {
    background: #1f79ff
}

.cart-item__name {
    text-decoration: none!important;
    font-size: 12px;
}

.shopify-section-header-sticky {
    background: #fff;
    transition: .5s all
}

.footer_agencia a,.footer_agencia svg {
    max-width: 50px;
    max-height: 50px
}

.shopify-section-header-sticky .header__heading-logo {
    transition: .5s all;
    max-width: 170px;
}

.shopify-section-header-sticky .header:not(.drawer-menu).page-width {
    padding-top: 0;
    padding-bottom: 0
}

.fwr-hero__title {
    font-family: Montserrat;
    font-size: 36px;
    color: #fff;
    font-weight: 300!important
}

.product__title h1 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 29px;
    max-width: 400px;
    color: var(--color-product-title)
}

.fwr-cat {
    margin: 0px 0 0;
}

.product-form__submit:before,.product-form__submit:after {
    display: none
}

.fwr-list__desc {
    font-size: 14px;
    font-family: Montserrat;
    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
}

.descricao_comp, .descricao_comp p, .descricao_comp span {
    font-family: var(--font-descricao-comp-family) !important;
    color: var(--color-descricao-comp) !important;
}

.descricao_comp strong {
    color: var(--color-descricao-comp-strong) !important;
}

.fwr-list {
    gap: 30px!important;
    padding-left: 30px!important
}

.accordion__content p, .accordion__content span, .accordion__content h3 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.product-form__submit {
    background: var(--color-product-submit-bg);
    color: var(--color-product-submit-text);
    text-transform: uppercase;
    border: none;
    transition: .7s
}

.fwr-pixg__label strong,.fwr-pixg__pct {
    color: var(--color-product-pix-accent) !important;
}

.product-form__quantity .form__label {
    font-size: 10px;
    font-weight: 700
}

.button_close {
    display: grid;
    grid-template-columns: 28% 69%;
    gap: 14px;
}

.underline-links-hover:hover a {
    text-decoration: none!important
}

.card__content .card__heading {
    max-width: 300px;
    min-height: 50px;
    align-items: center;
    display: flex;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-card-heading-text)
}


.card__content .fwr-pixg__inline {
    border-top: solid 1px var(--color-card-pix-border);
    margin: 6px 0!important;
    font-size: 12px;
    font-weight: 400;
    color: var(--color-card-pix-text)!important;
    font-family: Montserrat;
    padding: 0;
    align-items: center;
    padding-top: 8px;
}

.card__content .fwr-pixg__inline svg {
    width: 26px;
}

.cart-drawer__footer {
    margin: 30px 0
}

.cart-drawer .totals {
    padding: 7px
}

.cart-drawer .tax-note {
    display: none
}

.cart-drawer__footer .fwr-pixg__val--pix {
    color: #efefef;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
}

.card__content .fwr-pixg__val--pix {
    color: #0098ff;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
}

.cart-drawer__footer .fwr-pixg__row.fwr-pixg__row--pix {
    display: flex
}

.fwr-pixg__label {
    color: #ffffff !important;
}

.cart-drawer__footer .fwr-pixg__row.fwr-pixg__row--pix {
    justify-content: flex-end;
    font-size: 15px;
    gap: 7px;
    padding: 7px;
    background: #0098ff;
    border-radius: 0;
}

.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: var(--color-card-secondary-text) !important;
    font-family: Montserrat;
    font-style: normal
}

.card__content .price__regular .price-item--regular {
    font-family: Montserrat;
    font-size: 17px;
    color: var(--color-card-price-text);
}

.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 #55bafa !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: #55bafa;
    height: 70%;
    width: 70%
}

.accordion .summary__title+.icon-caret {
    color: #55bafa;
}

.accordion__title {
    color: #55bafa;
    font-family: Montserrat
}

body .image-with-text__content {
    padding-left: 12%
}

.price__regular .price-item--regular {
    font-family: Montserrat;
    font-size: 22px;
    color: #022e6d;
    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: var(--color-product-pix-value) !important;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
}

.product__sku {
    margin: 0px !important;
    font-size: 11px;
}

.product__info-wrapper .fwr-pixg__row.fwr-pixg__row--pix {
    display: flex;
    background: var(--color-product-pix-bg);
    justify-content: flex-start;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-product-pix-text);
    font-family: Montserrat;
    font-style: normal;
    letter-spacing: 1px;
    padding: 0 12px;
    gap: 7px;
    border-radius: 0;
    width: max-content;
}

.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: Montserrat;
    font-style: normal;
    letter-spacing: 1px;
    color: var(--color-product-parcelamento);
    font-weight: 700
}

.product__info-wrapper .parcelamento span {
    color: var(--color-product-parcelamento-span);
    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 — movido para menu-new.css */

#HeaderMenu-clube-de-assinatura span:after {
    display: none
}

.card__content {
    padding: 0 18px !important;
}

.card--card, .card--standard .card__inner {
    border-radius: 30px !IMPORTANT;
}

/* .header__menu-item:hover span:after — movido para menu-new.css */

.fwr-news .page-width {
}

.fwr-shorts {
    max-width: 100% !important;
    margin: 120px auto !important;
    min-height: 650px;
    background-position: center center;
    background: url(../assets/banner-footer1.jpg) no-repeat center top !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.fwr-short__hud .pill {
    background: #1f79ff;
    font-size: 12px;
    width: 85px;
    height: 25px;
    justify-content: center;
    animation: c
}

.fwr-shorts__wrap {
    margin-top: 70px;
    width: var(--page-width);
    margin: 0 auto;
    padding: 60px 0 0;
    padding-left: 4%;
}

.image-with-text__text-item .button {
    border-radius: 30px;
    transition: .5s all
}

.card .card__inner .card__media {
    /* mix-blend-mode: multiply; */
    background: transparent;
    border-radius: 15px !important;
}

.fwr-news__sub {
    font-family: Montserrat;
    font-weight: 300;
    font-size: clamp(12px,1.1vw,14px)!important
}

.fwr-news__title {
    font-family: Montserrat;
    font-weight: 900!important;
    font-size: clamp(22px,11.1vw,27px)!important;
    color: #f3f3f3!important;
    margin-bottom: 0!important;
    text-transform: uppercase;
}

.footer__content-bottom {
    background: #3591ff;
    color: #fff
}

.footer-block__heading {
    margin-bottom: 1rem!important
}

.footer {
    border: none!important
}

.footer__content-top, .footer__content-bottom-wrapper {
    max-width: 1450px;
}

.footer-block__heading {
    color: #3591ff;
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 750;
    padding-top:35px;
}

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: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: #022e6d;
    fill: #022e6d;
}

.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: Montserrat;
    color: #022e6d !important;
}

.fwr-btn {
    border: none!important;
    font-family: Montserrat;
    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: 18px;
    font-family: 'Helvetica Neue LT Pro';
    margin: 0px auto 30px !important;
    text-align: left !important;
    font-weight: 750!important;
    color: var(--color-section-title-text);
    max-width: 1700px !important;
}

.title.inline-richtext.h2, .title.inline-richtext {
    color: var(--color-section-title-text);
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px !important;
    line-height: 90px;
}

.igl-hero__icon svg {
    width: 50px;
    height: 50px
}

.igl-hero__content {
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    top: 0!important;
    bottom: 0!important;
    gap: 0px!important;
    padding-top: 60px;
}

.igl-hero__sub {
    font-size: 20px!important
}

.igl-hero__handle {
    font-weight: 900!important;
    line-height: 20px;
    font-family: 'Helvetica Neue LT Pro';
}

.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: 35px auto;
    background: url(../assets/newsletter.jpg) repeat center top !important;
    background-size: cover !important;
    padding: 50px 0 !important;
    border-radius: 20px !important;
}

.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;
    justify-content: flex-start;
    display: flex;
    width: max-content;
    background: #ff6d00;
    color: #ffffff;
    margin: 0 auto;
}

.image-with-text__heading {
    max-width: 240px;
    font-family: Montserrat;
    line-height: 50px
}

/* .header__menu-item — movido para menu-new.css */

.image-with-text__text {
    max-width: 470px;
    font-size: 20px;
    font-family: Montserrat;
    color: #4c4c4c
}

.list-menu #HeaderMenu-clube-de-assinatura span {
    text-decoration: none;
    border-bottom: solid 1px #d2d2d3;
    color: #022e6d
}

body .fwr-hero__heading {
    font-family: Montserrat;
    font-size: 66px!important;
}

/* .header__menu-item span — movido para menu-new.css */

/* .header__submenu/.header__menu-item — movido para menu-new.css */

/* .list-menu__item--active / details[open]>.header__menu-item — movido para menu-new.css */

.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: transparent !important;
}

.fwr-card img,.fwr-card__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-top: 5px;
    display: block
}

.fwr-card__video {
    opacity: 0;
    transition: opacity .28s ease;
    pointer-events: none
}

.fwr-grid4 .page-width {
    padding: 0;
    max-width: 1700px;
}

.header {
    justify-content: space-between;
    align-items: center;
    display: flex
}

body .header {
    padding-top: 5px;
    padding-bottom: 4px;
}

body .fwr-card__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    font-size: 14px;
    z-index: 1;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0,0,0,.55);
    text-align: center;
    margin: 0 auto;
    max-width: 245px;
    line-height: 25px;
    letter-spacing: 0;
    border-radius: 30px;
    text-transform: uppercase;
    background: #ff6d00;
    font-family: 'Helvetica Neue LT Pro' !important;
    font-weight: 750;
}

.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: 0!important
}

@media (min-width: 1025px) and (max-width:9999px) {
    .footer .grid--3-col-tablet .grid__item {
        width:16%
    }
  .section-title:before, .fwr-cat__container .section-title:before {
    content:"";
    background: var(--color-section-title-line);
    height: 1px;
    position: absolute;
    width: 97%;
    margin-top: -48px;
    right: 0;
}
  .fwr-cat__container .section-title:before {
    background: transparent;
}
}

@media (min-width: 1440px) and (max-width:1600px) {
    /* .header__menu-item span — movido para menu-new.css */

    .header--biguazul .header__heading {
    margin-right: 0;
}

    .boxneon{
    height: 255px;
}
    .boxneon::before {}

    .fwr-shorts {
    min-height: 604px;
    margin: 60px auto !important;
}

    .fwr-short__stage {
    height: 470px;
    width: 270px;
}

.header--biguazul .biguazul-header__search {
    width: 760px;
}

    .header:not(.drawer-menu).page-width {
    padding: 0px !important;
}

    /* .header__menu-item — movido para menu-new.css */

    .page-width,.fwr-shorts__wrap, .fwr-5050__grid, .section-title, .fwr-grid4 .page-width, .fwr-shorts__container, .fwr-iglite {
        max-width: 1440px;
        padding: 0 !important;
        margin: 0 auto;
    }

    .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 — movido para menu-new.css */
  .card__content .price__regular .price-item--regular {
    font-size: 15px;
}
  .card__content .parcelamento, .card__content .fwr-pixg__label strong, .card__content .fwr-pixg__pct {
    font-size: 10px;
}
  .card__content .fwr-pixg__inline svg {
    width: 16px;
}
  .card__content .fwr-pixg__val--pix {
    font-size: 16px;
}
  body .fwr-news__wrap {
    padding: 30px 50px !important;
}
  .fwr-shorts__subtitle {max-width: 260px;}
  .fwr-shorts--{{ section.id }} .fwr-shorts__title {
    font-size: clamp(34px, 4.3vw, 38px);
}
.fwr-shorts__side {
    margin-bottom: -74px;
}
  .card__content .card__heading a {
    font-size: 12px;
    line-height: 18px;
}

  body .fwr-card__label {
    font-size: 12px;
    max-width: 225px;
    bottom: 25px;
    line-height: 15px;
}

    .boxneon{
    width: 315px;
    height: 245px;
}
    .boxneon::before {
    width: 100px;
    height: 200%;
}

    .fwr-shorts {
    min-height: 538px;
    margin: 60px auto !important;
}

    .fwr-short__stage {
    height: 440px;
    width: 240px;
}

.header--biguazul .biguazul-header__search {
    width: 680px;
}
  .header--biguazul .header__heading {
    margin-right: 0;
}


    /* .header__menu-item — movido para menu-new.css */

    .page-width,.fwr-shorts__wrap, .fwr-5050__grid, .section-title, .fwr-grid4 .page-width, .fwr-shorts__container, .fwr-iglite {
        max-width: 1300px;
        padding: 0 !important;
        margin: 0 auto;
    }

    .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: 16px;
    }
}

@media (min-width: 1280px) and (max-width:1365px) {
  /* .header__menu-item span — movido para menu-new.css */
  .card__content .price__regular .price-item--regular {
    font-size: 15px;
}
  .card__content .parcelamento, .card__content .fwr-pixg__label strong, .card__content .fwr-pixg__pct {
    font-size: 10px;
}
  .card__content .fwr-pixg__inline svg {
    width: 16px;
}
  .card__content .fwr-pixg__val--pix {
    font-size: 14px;
}
  .fwr-5050__heading {
    font-size: 22px !important;
}
  body .fwr-news__wrap {
    padding: 30px 50px !important;
}
  .fwr-shorts__subtitle {max-width: 260px;}
  .fwr-shorts--{{ section.id }} .fwr-shorts__title {
    font-size: clamp(34px, 4.3vw, 38px);
}
.fwr-shorts__side {
    margin-bottom: -74px;
}
  .card__content .card__heading a {
    font-size: 12px;
    line-height: 18px;
}

  body .fwr-card__label {
    font-size: 12px;
    max-width: 225px;
    bottom: 25px;
    line-height: 15px;
}

    .boxneon{
    width: 295px;
    height: 225px;
}
    .boxneon::before {
    width: 100px;
    height: 200%;
}

    .fwr-shorts {
    min-height: 538px;
    margin: 60px auto !important;
}

    .fwr-short__stage {
    height: 440px;
    width: 240px;
}

.header--biguazul .biguazul-header__search {
    width: 600px;
}
  .header--biguazul .header__heading {
    margin-right: 0;
}


    /* .header__menu-item — movido para menu-new.css */

    .page-width,.fwr-shorts__wrap, .fwr-5050__grid, .section-title, .fwr-grid4 .page-width, .fwr-shorts__container, .fwr-iglite {
        max-width: 1220px;
        padding: 0 !important;
        margin: 0 auto;
    }

    .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: 16px;
    }
}

@media (min-width: 993px) and (max-width:1279px) {
    /* .header__menu-item span — movido para menu-new.css */

    .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 — movido para menu-new.css */

    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: 10px
    }

    .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;
    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: #3591ff;
}

body .mobile-tabbar__wrap [type=button] .mobile-tabbar__icon svg,body .mobile-tabbar__wrap [type=button] .mobile-tabbar__label {
    color: #ffffff;
    fill: #ffffff;
}

.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: Montserrat;
    color: #ffffff;
}

.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 #306cb5;
}

.shopify-section-footer~.mobile-tabbar {
    bottom: 0
}

@media (min-width: 0px) and (max-width:992px) {
    body .fwr-hero__heading {
        font-size: 42px!important;
    }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.2rem;
}

      .grid--peek .grid__item {
        min-width: 73%;
    }

  .fwr-hero__v--middle {
    align-items: flex-start;
}

  .fwr-card {
    /* margin: 0 auto !important; */
    /* display: flex !important; */
    /* align-items: center; */
    /* justify-content: center; */
}

  .boxneon {
    width: 100%;
    height: max-content;
    margin: 0 auto;
}

  .fwr-news__title {
    font-size: clamp(22px, 11.1vw, 20px) !important;
}

  body .fwr-brands__item {
    max-width: 175px !important;
}

  .footer-block__image-wrapper {
    max-width: min(100%, 250px) !important;
}

  .footer__content-bottom {
    position: relative;
    z-index: 99;
}
  .igl-hero__content {
    padding: 10px 0 !important;
}
  .fwr-news__text {
    text-align: center;
}
  .fwr-shorts__mascot {
    margin-top: 106px;
}
  .fwr-shorts__title {
    font-size: 21px;
}
  .section-title:after, .fwr-cat__container .section-title:after {
    margin-top: 30px;
}
  .fwr-shorts__side {
}

.fwr-shorts__container {
    padding: 0 15px;
}

.fwr-shorts__side {
    margin-bottom: 0;
}
  .fwr-shorts {
    min-height: 440px;
    margin: 40px auto !important;
    padding-top: 40px;
}

  .fwr-cat__title svg, .title.inline-richtext.h2 svg, .title.inline-richtext svg {
    max-width: 40px;
}
  .fwr-hero__kicker {
    font-size: 15px;
    color: #fff;
}
  body .card__content {
    max-width: max-content;
    width: 100%;
    padding: 0 8px !important;
}

  .fwr-hero__brand {
    margin-top: 65%;
}

  .fwr-hero__brand img {
    max-height: 130px !important;
}

  .header-wrapper--border-bottom {
    border: none!important;
    background-image: var(--image-header-wrapper-mobile-bg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

  .pages-topo {
    display: none;
}

    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 {
    }

    .quick-add__submit {
        /* padding: 9px 0!important; */
        /* max-width: 100%; */
        /* width: 100%; */
    }

    .texto_whats {
        display: none!important
    }

    .fwr-cat {
        /* margin-top: 60px; */
        padding-top: 10px;
    }

    .mcard img {
        filter: brightness(.9)
    }

    .mcard .mcard__label {
        font-family: Montserrat;
        padding: 10px 18px!important;
        background: #ffffffb3!important;
        margin-bottom: 20px;
        font-weight: 400!important
    }

    .fwr-iglite {
        height: 740px;
    }

    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: 400px;
    }

    .igl-hero__handle {
        line-height: 20px
    }

    .igl-right {
        height: 310px!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: 14px;
        margin: 0px 0 15px !important;
    }

    .card--standard>.card__content .card__information {
        padding: 5px 0;
    }

    .card__content .fwr-pixg__inline {
        /* display: flex; */
        /* flex-direction: row; */
        /* line-height: 15px; */
        /* align-items: flex-start; */
    }

    .card__content .parcelamento,.card__content .fwr-pixg__label strong,.card__content .fwr-pixg__pct {
        font-size: 11px;
        letter-spacing: 0
    }

    .card__content .parcelamento span {font-weight:700}

    .card__content .card__heading a {
        font-size: 12px;
        min-height: 70px;
        line-height: 15px;
    }

  .card__content .fwr-pixg__inline {
  display: grid;
  grid-template-columns: 15px 1fr;
  grid-auto-rows: auto;
  column-gap: 10px;
  row-gap: 1px;
  align-items: center;
}

.fwr-pixg__inline > svg{ grid-column: 1; grid-row: 1; }
.fwr-pixg__inline .fwr-pixg__label{ grid-column: 2; grid-row: 1; }
.card__content .fwr-pixg__inline svg {
    width: 20px;
}

.fwr-pixg__inline .fwr-pixg__val--pix{
  grid-column: 2;
  grid-row: 2;
  margin-left: -25px;
}

    .fwr-badges {
        display: flex;
        flex-direction: column;
        gap: 2px;
        margin-top: -41px
    }

    .badge {
        max-width: 76px;
        min-width: max-content;
        font-size: 9px;
        padding: 5px
    }

    .header {
        padding: 3px 2rem!important;
    }

    .header__heading-logo {
        margin-left: 7%;
        max-width: 185px;
    }

    .fwr-nav__btn.prev {
        left: -5px!important
    }

    .fwr-nav__btn.next {
        right: -5px!important
    }

    .fwr-nav__btn {
        line-height: 26px!important;
        margin-top: 150px;
        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: 4px;
        padding: 5px;
    }

    .fwr-5050__btn {
        display: inline-block;
        font-family: Montserrat;
        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: 16px;
        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: Montserrat
    }

    .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;
        border-radius: 15px;
    }

    .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%
    }
  .collection__title.title-wrapper {
    margin-bottom: 5px !IMPORTANT;
}

  .fwr-grid4__content {
    gap: 0px !important;
    padding: 10px !important;
}

  .fwr-grid4__heading {
    font-size: 13px !important;
}

  .section-title {
    margin: 0 auto;
    max-width: 95%;
}
  .title.inline-richtext.h2, .title.inline-richtext {
    line-height: 30px;
    gap: 10px;
}

  .header__heading-link {
    padding: 8px 0;
}
  .fwr-grid4__highlight {
    font-size: 17px !important;
}

    .fwr-grid4__grid {
        gap: 2px!important;
        grid-template-columns: 50% 50% !important;
        padding: 10px;
    }

    .fwr-shorts__grid {
        gap: 6px!important
    }

    .fwr-short {
        min-width: 90%!important;
    }

    .fwr-shorts__wrap {
        width: 100%;
        margin-top: 0px;
        padding: 0px 0 0;
    }

    .fwr-short__stage {
        height: 360px!important;
    }

    .footer-block__details-content .list-menu__item--link {
        padding: 1px 0!important
    }

    .footer-block.grid__item:last-child {
        width: 48%!important;
    }

    .footer-block.grid__item {
        margin: 0rem 0!important
    }

  body .footer-block.grid__item {
    width: 48%;
}

  body .footer-block.grid__item:nth-child(1) {
    width: 100%;
}

    body .footer__blocks-wrapper {
    display: flex !important;
    margin-bottom: 60px;
}

    .footer-block__details-content {
        margin-bottom: 0px !important;
    }

    .footer__content-top {
        padding: 0 25px!important
    }

    .fwr-5050__media img {
        filter: brightness(.75)
    }

    .fwr-hero {
        /* margin-top: -72px!important; */
        height: max-content !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: 60px!important;
    }

    .fwr-iglite {
        margin: 10px auto 50px !important;
    }

    .header__icon .icon {
        height: 18px;
        width: 18px;
        color: var(--color-header-icon-mobile)
    }

    .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: 25px;
    }

    .product__text.caption-with-letter-spacing+.product__title {
        margin: 20px 0!important
    }

    .product__title h1 {
        font-size: 24px;
        font-family: Montserrat
    }

    .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
    }
}

/* ===== Estilos e ordem do Vtl-WishlistHeaderWrapper (baseado na backup) ===== */
.Vtl-WishlistHeaderWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
}

@media (min-width: 1025px) and (max-width: 9999px) {
  /* Order dos elementos no header__icons - mantém igual à backup */
  .biguazul-header__search {
    order: 1;
  }
  
  .header__icons .Vtl-WishlistHeaderWrapper {
    order: 2;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--color-wishlist-header-bg);
  }

  .Vtl-WishlistHeader__HeartIconWrapper {
    fill: var(--color-wishlist-header-icon) !important;
  }

  .Vtl-WishlistHeader__HeartCounter {
    background-color: var(--color-wishlist-header-counter-bg) !important;
    color: var(--color-wishlist-header-counter-text) !important;
  }
  
  .header__icons .header__icon {
    order: 2;
  }
}

  /* Theme toggle button */
  .header__icon--theme-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4.4rem;
    width: 4.4rem;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .theme-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 280ms ease-out, transform 280ms ease-out;
  }

  .theme-icon--sun {
    opacity: 0;
    transform: scale(0.7) rotate(45deg);
  }

  .theme-icon--moon {
    opacity: 0;
    transform: scale(0.7) rotate(-45deg);
  }

  .header__icon--theme-toggle.is-dark .theme-icon--sun {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }

  .header__icon--theme-toggle.is-dark .theme-icon--moon {
    opacity: 0;
    transform: scale(0.7) rotate(-45deg);
  }

  .header__icon--theme-toggle.is-light .theme-icon--sun {
    opacity: 0;
    transform: scale(0.7) rotate(45deg);
  }

  .header__icon--theme-toggle.is-light .theme-icon--moon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/base-fwr.css.map?v=55010854831483482631763419003 */

@keyframes floatneww {
    0% {
        transform:translatex(0)
    }

    50% {
        transform:translatex(10px)
    }

    100% {
        transform:translatex(0px)
    }
}

.section-header.animate {
    transition: top 0.3s ease-out;
}

/* ── Barra de busca mobile ── */
/* Oculta por padrão em todas as telas */
.biguazul-mobile-search {
  display: none;
}

@media (max-width: 989px) {
  /* Permite que o header quebre em duas linhas */
  .header--biguazul {
    flex-wrap: wrap;
  }

  .header__icons .header__icon--theme-toggle {
    order: 1;
  }

  .header__icons .header__icon--account {
    order: 2;
  }

  .header__icons .Vtl-WishlistHeaderWrapper {
    order: 3;
  }

  .header__icons .header__icon--cart {
    order: 4;
  }

  /* Wishlist icon mobile */
  .Vtl-WishlistHeader__HeartIconWrapper {
    fill: var(--color-wishlist-header-icon) !important;
  }

  .Vtl-WishlistHeader__HeartCounter {
    background-color: var(--color-wishlist-header-counter-bg) !important;
    color: var(--color-wishlist-header-counter-text) !important;
  }

  /* Theme toggle mobile */
  .header__icon--theme-toggle {
    height: 4.4rem;
    width: 4.4rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  }

  .header__icon--theme-toggle:active {
    transform: scale(0.92);
    transition: transform 100ms ease-out;
  }

  .theme-icon {
    pointer-events: none;
  }

  .theme-icon svg {
    width: 16px;
    height: 16px;
  }

  /* Força esconder o ícone inativo no mobile */
  .header__icon--theme-toggle.is-dark .theme-icon--moon {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .header__icon--theme-toggle.is-light .theme-icon--sun {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .header__icon--theme-toggle.is-dark .theme-icon--sun {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header__icon--theme-toggle.is-light .theme-icon--moon {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Mostra a barra de busca persistente apenas no mobile */
  .biguazul-mobile-search {
    display: block;
    width: 100%;
    padding: 0 0 8px;
    order: 100;
  }

  .biguazul-mobile-search .biguazul-search-form {
    display: flex;
    align-items: center;
    background: var(--color-mobile-search-bg);
    border-radius: 999px;
    border: 2px solid var(--color-mobile-search-border);
    padding-left: 12px;
    max-width: 100%;
  }

  .biguazul-mobile-search .biguazul-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    height: 36px;
    font-family: 'Montserrat';
    font-size: 16px;
    box-shadow: none !important;
    text-transform: none;
    min-width: 0;
    color: var(--color-mobile-search-input);
  }

  .biguazul-mobile-search .biguazul-search-input::placeholder {
    color: var(--color-mobile-search-placeholder);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 14px;
  }

  .biguazul-mobile-search .biguazul-search-submit {
    border: none;
    background: var(--color-mobile-search-submit-bg);
    border-radius: 999px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-mobile-search-submit-color);
    flex-shrink: 0;
  }

  .biguazul-mobile-search .biguazul-search-submit svg,
  .biguazul-mobile-search .biguazul-search-submit .svg-wrapper > svg {
    color: var(--color-mobile-search-submit-icon) !important;
    fill: var(--color-mobile-search-submit-icon) !important;
    stroke: var(--color-mobile-search-submit-icon) !important;
  }

  /* Esconde o ícone de busca modal no mobile (substituído pela barra) */
  .header--biguazul .header__icon--search,
  .header--biguazul .header__search {
    display: none !important;
  }
}

/* ── Slider buttons flutuantes (mobile) ── */
@media (max-width: 989px) {
  /* Container relativo para posicionar os botões */
  .slider-mobile-gutter {
    position: relative;
  }

  /* Reposiciona o bloco de botões como overlay flutuante */
  .slider-mobile-gutter .slider-buttons {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    justify-content: space-between;
    padding: 0 6px;
    z-index: 10;
    gap: 0;
  }

  /* Esconde o contador */
  .slider-mobile-gutter .slider-counter {
    display: none !important;
  }

  /* Botão circular azul */
  .slider-mobile-gutter .slider-button {
    pointer-events: all;
    background: #3592ff;
    border-radius: 999px;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    color: #fff !important;
    padding: 0;
  }

  /* Ícone branco dentro do botão */
  .slider-mobile-gutter .slider-button .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px !important;
    height: 12px !important;
  }

  .slider-mobile-gutter .slider-button .icon,
  .slider-mobile-gutter .slider-button .svg-wrapper svg {
    width: 12px !important;
    height: 12px !important;
    color: #fff !important;
    fill: #fff !important;
  }

  /* Mantém a rotação correta das setas */
  .slider-mobile-gutter .slider-button--next .icon { transform: rotate(-90deg); }
  .slider-mobile-gutter .slider-button--prev .icon { transform: rotate(90deg); }
  .slider-mobile-gutter .slider-button--next:not([disabled]):hover .icon { transform: rotate(-90deg) scale(1.1); }
  .slider-mobile-gutter .slider-button--prev:not([disabled]):hover .icon { transform: rotate(90deg) scale(1.1); }

  /* Botão desabilitado */
  .slider-mobile-gutter .slider-button[disabled] {
    opacity: 0.35;
  }
}

/* ── Menu drawer — largura mobile ── */
@media screen and (max-width: 749px) {
  .menu-drawer {
    width: 65vw !important;
  }

  /* Remove altura forçada — ajusta ao conteúdo */
  .js .menu-drawer,
  .menu-drawer {
    height: auto !important;
    max-height: 92vh !important;
    overflow-y: auto !important;
  }

  /* Inner container também não deve forçar altura total */
  .menu-drawer__inner-container,
  .menu-drawer__navigation-container,
  .menu-drawer__navigation {
    height: auto !important;
    min-height: unset !important;
  }

  /* Pequeno espaço no final */
  .menu-drawer__navigation {
    padding-bottom: 24px !important;
  }

  /* Remove o bloco de links utilitários (login) do menu mobile */
  .menu-drawer__utility-links {
    display: none !important;
  }

  /* Corrige a cor do backdrop do menu no mobile (era branco por herança do color scheme) */
  .header__icon--menu[aria-expanded='true']::before {
    background: rgba(0, 0, 0, 0.45) !important;
  }
}

/* ── Página B2B — texto configurável por variável ── */
/* Usa a classe page-{handle} adicionada em main-page.liquid — funciona em qualquer ambiente */
/* ── Header compacto mobile (aparece ao scrollar) ── */

/* Barra compacta: oculta por padrão em todas as telas */
.biguazul-compact-bar {
  display: none;
}

/* Sempre sticky no mobile — impede que o header suma ao scrollar */
@media (max-width: 989px) {
  .section-header.shopify-section-group-header-group {
    position: sticky !important;
    top: 0 !important;
  }

  /* Garante que a classe hidden não esconda o header no mobile */
  .section-header.shopify-section-header-hidden {
    top: 0 !important;
  }

  /* ── Barra compacta ── */
  .biguazul-compact-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
    background: var(--color-header-wrapper-bg);
  }

  /* Compact bar visível ao scrollar */
  .section-header.header--compact .biguazul-compact-bar {
    max-height: 60px;
    opacity: 1;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  /* ── Transições do header compacto: fade controlado por JS, sem animações de layout ── */

  /* O .header--biguazul recebe opacity via JS inline; CSS só define o estado final de cada layout */

  /* Modo compacto: logo some, search bar ocupa a linha principal */
  .section-header.header--compact .header__heading,
  .section-header.header--compact .header > .header__heading-link {
    display: none;
  }

  .section-header.header--compact .biguazul-mobile-search {
    order: 1;
    flex: 1;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-header.header--compact .header__icons {
    order: 2;
  }

  .section-header.header--compact .header__icon--theme-toggle,
  .section-header.header--compact .header__icon--account,
  .section-header.header--compact .Vtl-WishlistHeaderWrapper {
    display: none;
  }

  /* ── Botão hamburger da barra compacta ── */
  .biguazul-compact__hamburger {
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
    color: var(--color-header-svg, currentColor);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 4px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  }

  .biguazul-compact__hamburger svg {
    color: var(--color-header-svg, currentColor);
    stroke: var(--color-header-svg, currentColor);
  }

  .biguazul-compact__hamburger:active {
    opacity: 0.7;
  }

  /* ── Campo de busca na barra compacta — mesmos estilos do biguazul-mobile-search ── */
  .biguazul-compact-bar .biguazul-search-form {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    background: var(--color-mobile-search-bg);
    border-radius: 999px;
    border: 2px solid var(--color-mobile-search-border);
    padding-left: 12px;
    max-width: 100%;
  }

  .biguazul-compact-bar .biguazul-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    height: 36px;
    font-family: 'Montserrat';
    font-size: 16px;
    box-shadow: none !important;
    text-transform: none;
    min-width: 0;
    color: var(--color-mobile-search-input);
  }

  .biguazul-compact-bar .biguazul-search-input::placeholder {
    color: var(--color-mobile-search-placeholder);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 14px;
  }

  .biguazul-compact-bar .biguazul-search-submit {
    border: none;
    background: var(--color-mobile-search-submit-bg);
    border-radius: 999px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-mobile-search-submit-color);
    flex-shrink: 0;
  }

  .biguazul-compact-bar .biguazul-search-submit svg,
  .biguazul-compact-bar .biguazul-search-submit .svg-wrapper > svg {
    color: var(--color-mobile-search-submit-icon) !important;
    fill: var(--color-mobile-search-submit-icon) !important;
    stroke: var(--color-mobile-search-submit-icon) !important;
  }

  /* ── Ícone de carrinho na barra compacta ── */
  .biguazul-compact__cart {
    color: var(--color-header-svg, currentColor);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 6px;
    flex-shrink: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  }

  .biguazul-compact__cart .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .biguazul-compact__cart .svg-wrapper > svg {
    color: var(--color-header-svg, currentColor);
    stroke: var(--color-header-svg, currentColor);
    fill: none;
  }

  .biguazul-compact__cart .cart-count-bubble {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: auto;
    left: auto;
  }
}

/* ── Página B2B — texto configurável por variável ── */
/* Usa a classe page-{handle} adicionada em main-page.liquid — funciona em qualquer ambiente */
.page-b2b .main-page-title,
.page-b2b .rte,
.page-b2b .rte *,
.page-b2b-active .main-page-title,
.page-b2b-active .rte,
.page-b2b-active .rte * {
  color: var(--color-b2b-page-text) !important;
}

@media screen and (min-width: 990px) {
  .header--biguazul {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    grid-template-areas: "logo search icons" "menu menu icons";
    column-gap: 0 !important;
    row-gap: .4rem;
  }

  .header--biguazul .header__heading,
  .header--biguazul .header__heading-link,
  .header--biguazul .header__heading-logo-wrapper,
  .header--biguazul .biguazul-header__search {
    margin: 0 !important;
  }

  .header--biguazul .header__heading-link {
    display: flex;
    align-items: center;
    padding: 0 !important;
  }

  .header--biguazul .header__heading-logo-wrapper {
    display: flex;
    align-items: center;
  }

  .header--biguazul .header__icons {
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    gap: 1rem;
  }

  .header--biguazul .biguazul-header__search {
    grid-area: search;
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 0 !important;
  }

  .header--biguazul .biguazul-search-form {
    width: 100%;
    margin: 0;
  }
}
