/** Shopify CDN: Minification failed

Line 1094:4 Unexpected "{"
Line 1094:5 Expected identifier but found "%"
Line 1098:4 Unexpected "{"
Line 1098:5 Expected identifier but found "%"
Line 1100:4 Unexpected "{"
Line 1100:5 Expected identifier but found "%"
Line 1104:4 Unexpected "{"
Line 1104:5 Expected identifier but found "%"
Line 1140:6 Unexpected "{"
Line 1140:7 Expected identifier but found "%"
... and 7 more hidden warnings

**/


/* CSS from section stylesheet tags */
.collections-section {
    position: relative;
  }

  .carousel-container {
    position: relative;
    overflow: hidden;
  }

  .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgb(255,255,255);
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    display: none; 
  }

  .nav-arrow.left  { left: 0.5rem; }
  .nav-arrow.right { right: 0.5rem; }

  .nav-arrow svg {
    width: 16px;
    height: 16px;
  }

  .item-title {
    font-weight: 400;
    color: #232323;
    min-height: 44px;
    line-height: 1;
  }

  .collections-section .decorative-wave {
    z-index: 1;
    transform: translateY(calc(-100% - -1px));
    bottom: unset;
    top: 0;
  }

  .collections-section .decorative-wave svg path {
    fill: #fff;
  }

  .section-container.collections-section {
    display: flex;
    justify-content: center;
    padding: 32px 10px;
    gap: 32px;
    align-items: center;
  }

  .section-container.collections-section .section-subtitle {
    display: block;
    font-weight: 400;
  }

  .content-wrapper {
    max-width: 250px;
  }

  .text-content h2.section-title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 8px;
    margin-top: 0;
  }

  .text-content .section-subtitle {
    font-weight: 400;
    color: #757575;
    display: block;
    margin-bottom: 4px;
  }

  .section-container.collections-section a {
    font-weight: 100;
    display: flex;
    justify-content: center;
    gap: 6px;
    min-width: 150px;
    padding: 0 4px;
    scroll-snap-align: start;
  }

   .collections-section .items-wrapper .item .img-wrapper {
     max-width: fit-content;
     margin: auto;
   }

  .collections-section .items-wrapper .item .img-wrapper::before {
      content: '';
      position: absolute;
      display: block;
      width: 104px;
      height: 104px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: radial-gradient(61.46% 59.09% at 36.25% 96.55%, #FFD600 0%, #FF6930 48.44%, #FE3B36 73.44%, rgba(254, 59, 54, 0.00) 100%), radial-gradient(202.83% 136.37% at 84.5% 113.5%, #FF1B90 24.39%, #F80261 43.67%, #ED00C0 68.85%, #C500E9 77.68%, #7017FF 89.32%);
      /* animation: spin 10s infinite; */
      border-radius: 50%;
      top: -2px;
      left: -2px;
      /* transform: translate(-50%, 0); */
      max-width: 104px;
      max-height: 104px;
  }

  .section-container.collections-section .call-to-action {
    align-items: center;
    justify-content: flex-start;
    text-decoration: underline;
  }

  .section-container.collections-section img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    position: relative;
  }

  .section-container.collections-section .items-wrapper {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
  }

  .section-container.collections-section .items-wrapper ::-webkit-scrollbar { 
      display: none;  
  }

  .section-container.collections-section .item p {
    margin-bottom: 3px;
    text-align: center;
  }

  .section-container.collections-section .item {
    cursor: pointer;
    position: relative;
  }

  .section-container.collections-section .item:hover::after {
    width: 70%;
  }

    @keyframes spin {
     0% {
      -webkit-transform: rotate(0deg)  ;
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg) ;
      transform: rotate(360deg) ;
    }
  }

  @media (max-width: 1024px) {
    .section-container.collections-section {
      flex-direction: column;
      padding: 0;
      align-items: flex-start !important;
    }

    .items-wrapper {
      overflow-x: auto !important;
      max-width: 100vw;
    }

    .items-wrapper .item {
      min-width: 75px;
      min-height: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .collections-section .items-wrapper .item .img-wrapper::before {
      width: 79px;
      height: 79px;
      max-width: 79px;
      max-height: 79px;
      top: -2px;
      left: -2px;
    }

    .section-container.collections-section a {
      min-width: 95px;
    }

    .content-wrapper {
      display: none;
    }

    .section-container.collections-section img {
      width: 75px;
      height: 75px;
    }

    .featured-product .halo-productView-left {
      padding-bottom: 0 !important;
    }

    .text-content h2.section-title {
      font-size: 24px;
      line-height: 32px;
    }

    .section-container.collections-section .item p {
      font-size: 12px;
    }

    .collections-section .container {
      margin-top: 12px;
    }

    .section-container.collections-section .items-wrapper {
      justify-content: unset;
      padding: 2px 15px;
      gap: 16px;
    }
  }
  

  @media (max-width: 768px) {
    .nav-arrow {
      display: none !important;
    }

      @keyframes spin {
     0% {
      -webkit-transform: rotate(0deg) ;
      transform: rotate(0deg)  ;
    }
    100% {
      -webkit-transform: rotate(360deg) ;
      transform: rotate(360deg) ;
    }
  }
  }
.container-diferenciais {
    margin-top: 40px;
  }
  .container-diferenciais img {
    height: auto;
    object-fit: cover;
  }

  .container-diferenciais .halo-block-header {
    margin-bottom: 10px;
  }

  /* .slider-diferenciais .swiper-slide {
      margin: 0 5px;
    } */

  @media (max-width: 1024px) {
    .container-diferenciais {
      margin-top: 20px;
    }
  }

  .content-banner {
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    min-width: 80%;
  }

  .title-banner img {
    aspect-ratio: inherit;
    width: auto;
    height: auto;
    max-height: 100px;
    margin: 0 auto;
    max-width: 100%;
  }

  .container-diferenciais .title-banner {
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    font-style: var(--font-style);
    font-family: var(--font-family);
  }

  .container-diferenciais .description-banner {
    font-size: var(--font-size);
  }

  .container-diferenciais .button-banner {
    font-size: var(--font-size);
  }

  @media (max-width: 1200px) {
    .container-diferenciais .title-banner {
      font-size: var(--font-size-md);
    }
    .container-diferenciais .description-banner {
      font-size: var(--font-size-md);
    }
    .container-diferenciais .button-banner {
      font-size: var(--font-size-md);
    }
  }

  @media (max-width: 800px) {
    .container-diferenciais .title-banner {
      font-size: var(--font-size-mb);
    }
    .container-diferenciais .description-banner {
      font-size: var(--font-size-mb);
    }
    .container-diferenciais .button-banner {
      font-size: var(--font-size-mb);
    }

    .container-diferenciais {
      margin-top: 0px;
    }
  }
.is-darkbg {
    background: #171717;
  }

  .site-footer__bottom__copyright {
    font-size: 11px;
    opacity: 0.7;
    letter-spacing: 0;
    color: #fff;
  }

  .a1flnifd,
  .payment-methods,
  .footer-logo {
    filter: invert(1);
  }

  .site-footer {
    display: flex;
    flex-wrap: wrap;
  }
  .site-footer__social {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35%;
    flex-basis: 35%;
    justify-content: flex-start;
    padding: 81px 16px;
    margin: 0;
  }
  .site-footer__nav {
    flex-basis: 65%;
    border-top: 0;
    padding: 81px 16px;
  }

  .site-footer__nav__menu {
    list-style-type: none;
    margin: 0;
  }

  @media only screen and (min-width: 768px) {
    .site-footer__nav__menu {
      display: flex;
      justify-content: space-evenly;
      padding: 0;
    }
  }

  .site-footer__nav__menu-title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    text-transform: initial;
    margin-bottom: 9px;
    display: block;
    position: relative;
  }

  .site-footer__nav__menu-title {
    color: #fff;
    font-size: 18px;
  }

  @media only screen and (min-width: 992px) {
    .site-footer__nav__menu-title {
      pointer-events: none;
    }
  }

  .site-footer__nav__menu-link {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 10px 0;
    display: block;
    font-weight: 400;
    color: #aaa !important;
  }

  .site-footer__nav__menu-links--legal {
    max-height: none !important;
    overflow: auto;
    margin-bottom: 12px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    max-width: 416px;
  }

  @media only screen and (min-width: 992px) {
    .site-footer__nav__menu-links--legal {
      gap: 24px;
    }
  }

  .site-footer__social__form,
  .site-footer__social__icons,
  .site-footer__social__message {
    max-width: 416px;
  }

  .site-footer__social__icons {
    list-style-type: none;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  @media only screen and (min-width: 992px) {
    .site-footer__social__icons {
      justify-content: flex-start;
    }
  }

  .site-footer__bottom {
    margin: 0 16px;
    padding: 32px 24px;
  }

  @media only screen and (min-width: 992px) {
    .site-footer__bottom {
      flex-basis: 100%;
      margin: 0;
      padding: 18px 54px;
    }
  }

  ul.site-footer__social__icons a {
    color: #fff;
  }

  .site-footer__social__icons .icon-fallback-text {
    color: #fff;
    font-size: 30px;
    width: 32px;
    height: 32px;
    margin: 0 16px;
  }

  .site-footer__social__icons li .icon-fallback-text .fallback-text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .site-footer__social__icons li:first-child .icon-fallback-text {
    margin-left: 0;
  }

  .site-footer__social__message {
    font-size: 23px;
    color: #fff;
    line-height: 1;
  }

  #form-footer form {
    background: #fff;
  }

  #footer-email-form {
    width: 100%;
    max-width: 416px;
    margin: 15px 0;
  }

  #form-footer input {
    border: none;
    padding: 10px 20px;
  }

  #form-footer .input-group-field {
    padding: 20px;
    width: calc(100% - 91px);
  }

  #form-footer input[type='submit'] {
    max-height: 50px !important;
    margin-top: 6px !important;
    margin-left: auto;
    margin-right: 6px !important;
    width: 65px;
    min-width: auto;
    background: #000;
    color: #fff;
  }

  .site-footer__social__icons .icon-fallback-text:hover {
    color: #ffca00;
  }

  .news-des {
    width: 100%;
    max-width: 416px;
    margin: 15px 0;
  }

  .obs-news {
    width: 100%;
    max-width: 416px;
    margin: 15px 0;
    color: #bdbdbd;
  }

  .selo-item {
    /* height: 110px; */
    max-width: 120px;
  }

  .site-footer__nav__menu-links {
    list-style: none;
    padding: 0;
  }

  @media (max-width: 1024px) {
    .site-footer__bottom {
      margin: 0 16px 80px !important;
    }

    /*     .site-footer__bottom .row {
      gap: 15px;
    } */

    .site-footer__bottom .row {
      flex-direction: column;
      justify-content: center;
    }

    .site-footer__bottom {
      width: 100%;
    }
  }

  @media (max-width: 575px) {
    .site-footer__bottom .row {
      gap: 15px;
    }
  }

  @media (max-width: 1199px) {
    .header-mb .logo-img img,
    .header-mb .logo-title {
      width: 50px !important;
    }
    .site-footer__social {
      width: 100%;
      flex-basis: 100%;
    }

    .site-footer__nav {
      flex-basis: 100%;
      border-left: 0px;
      padding: 30px 15px;
    }

    .site-footer__social {
      width: 100%;
      flex-basis: 100%;
      padding: 30px 15px;
    }
  }

  .payment-methods {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 5px;
  }

  .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  @media (min-width: 1025px) {
    .col-sm-5 {
      width: 41.66667%;
    }
    .col-sm-2 {
      width: 16.66667%;
    }
  }

  .site-footer__nav__menu-link svg {
    height: 16px;
    width: 15px;
    stroke: none;
    margin-right: 5px;
    margin-top: -5px;
  }

  .site-footer__nav__submenu.open-menu .site-footer__nav__menu-links {
    margin-bottom: 15px;
  }

  .site-footer__nav__submenu:not(.open-menu)
    .site-footer__nav__menu-title-controls
    span.site-footer__nav__menu-title--open {
    display: none;
  }

  .site-footer__nav__submenu.open-menu .site-footer__nav__menu-title-controls span.site-footer__nav__menu-title--close {
    display: none;
  }

  @media (max-width: 1024px) {
    .site-footer__social {
      padding: 0px 20px;
    }

    .site-footer__nav {
      padding-bottom: 0;
    }

    .site-footer__bottom {
      padding: 15px 0px 32px;
      text-align: center;
    }
  }

  .selos-container-footer {
    display: flex;
    padding: 30px 0 0;
    width: 100%;
    max-width: 416px;
    justify-content: flex-start;
  }

  .selos-footer {
    display: flex;
    gap: 20px;
  }
  
  .selos-footer .selo-item {    
    background: white;
    max-height: fit-content;
  }

  .selo-item img {
    max-height: 130px;
    width: auto;
  }

  .footer-social {
    margin-top: 17px;
    margin-left: -10px;
    margin-bottom: 20px;
  }

  
  @media (max-width: 1024px) {
    .selos-container-footer {
      justify-content: center;
    }
    .site-footer__nav__menu-links--legal {
      justify-content: center;
    }
    
    .footer-logo {
      width: 150px;
      margin: 0 auto;
    }

    .footer-social{
      margin-left: -10px;
    }
   
  }



  @media (max-width: 767px) {
    .site-footer__bottom .row .text-center {
      order: 3
    }
    
  }
.gallery-slide {
    display: block;
    width: 380px !important;
    height: auto;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
  }
  .gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .instagram-center-mode.swiper-slide-active {
    filter: none;
  }
  .swiper-actions {
    margin-top: 20px;
  }
  .swiper-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .instagram-center-mode .swiper-btn {
    position: absolute;
    height: 22px;
    margin: 0;
  }
  .instagram-center-mode .swiper-btn:after {
    font-size: 22px;
    color: #000;
  }
  .instagram-center-mode .swiper-pagination {
    position: static;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .instagram-center-mode .swiper-button-prev,
  .instagram-center-mode .swiper-button-next {
    height: 54px;
    position: absolute;
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
    display: block;
    width: fit-content;
    opacity: 0.7;
    transition: 0.3s ease;
  }

  .instagram-center-mode .swiper-button-prev:hover,
  .instagram-center-mode .swiper-button-next:hover {
    opacity: 1;
  }

  .instagram-center-mode .swiper-button-prev svg,
  .instagram-center-mode .swiper-button-next svg {
    stroke: none;
  }

  .instagram-center-mode .swiper-button-prev::after,
  .instagram-center-mode .swiper-button-next::after {
    content: unset;
  }

  .container-pagination {
    display: none;
  }

  .instagram-center-mode .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    background: #ddd !important;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .instagram-center-mode .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background: #ddd !important;
    opacity: 1;
  }

  @media (max-width: 767px) {
    .instagram-center-mode .container-1470 {
      padding: 0 10px !important;
      margin-bottom: 24px;
    }

    .instagram-center-mode .swiper-button-prev,
    .instagram-center-mode .swiper-button-next {
      height: 35px;
      width: 35px;
    }

    .instagram-center-mode .swiper-button-prev svg rect,
    .instagram-center-mode .swiper-button-next svg rect {
      fill: #fff;
      fill-opacity: 0.4;
    }

    .instagram-center-mode .swiper-button-prev svg path,
    .instagram-center-mode .swiper-button-next svg path {
      fill: #000;
    }

    .container-pagination {
      display: block;
    }

    .gallery-slide {
      width: 320px !important;
    }
  }
.more-content-item-wrapper {
      display: flex;
      flex-direction: column;
    }

    .more-content-item {
      order: var(--order);
      flex-direction: var(--flex-direction);
    }

    .more-content-item > * {
      flex: 1;
    }

    .more-content-item__info .heading {
      font-size: 40px;
      font-weight: 600;
      line-height: 52px;
      margin: 16px 0;
    }

    .more-content-item:nth-child(odd) .more-content-item__info {
      text-align: right;
    }

    .more-content-item:nth-child(odd) .more-content-item__info * {
      padding-right: 40px;
    }

    .more-content-item:nth-child(even) .more-content-item__info {
      text-align: left;
    }

    .more-content-item:nth-child(even) .more-content-item__info * {
      padding-left: 40px;
    }

    .more-content-item .more-content-item__info .subtitle {
      color: #525252
    }

    @media (min-width: 768px) {
      .more-content-item-wrapper {
        margin-bottom: 40px;
      }
    }

    @media (max-width: 767px) {
      .more-content-item,
      .more-content-item:nth-child(2n){
        flex-direction: column-reverse
      }

      .more-content-item {
        margin-bottom: 40px;
      }

      .more-content-item > * {
        min-width: 100%;
      }

      .more-content-item__info {
        text-align: left !important;
        padding-top: 16px;
      }

      .more-content-item .more-content-item__info * {
        padding: 0 !important
      }

      .more-content-item__info .heading {
        margin: 6px 0;
        font-size: 26px;
        line-height: 1.5;
      }

      .more-content-item .more-content-item__info .subtitle {
        font-size: 12px
      }
    }
/* estado antes de inicializar o swiper */
  .hero-slider__viewport:not(.swiper-initialized) .hero-slider__media {
    max-height: calc(100vh - 200px);
  }

  .hero-slider__media {
    overflow: hidden;
    position: relative;
  }

  .hero-slider__media video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .hero-slider__content {
    position: absolute;
    z-index: 1;
    top: var(--top);
    left: var(--left);
    transform: translate(-50%, -50%);
    max-width: var(--max-width);
    width: 100%;
  }

  /* alinhamento */
  .hero-slider__content--align-center img {
    margin: 0 auto;
  }
  .hero-slider__content--align-left img {
    margin-right: auto;
  }
  .hero-slider__content--align-right img {
    margin-left: auto;
  }

  .hero-slider__title-image {
    width: var(--width);
    height: auto;
  }
  .hero-slider__image img {
    width: 100%;
    height: auto;
  }

  .hero-slider__cta.btn {
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 1px;
    font-size: 16px;
    display: block;
    width: fit-content;
    margin: 20px 0;
  }

  /* centralizar CTA quando alinhado ao centro */
  .hero-slider__content--align-center .hero-slider__cta.btn {
    margin: 20px auto;
  }

  .hero-slider__title {
    font-size: var(--font_size_desk);
    letter-spacing: 0;
    font-weight: 400;
    margin: 30px;
    line-height: var(--font_size_desk);
    color: var(--color_desk);
  }

  .hero-slider__cta--underline.btn {
    border: none;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 7px;
  }

  @media (max-width: 1024px) {
    .hero-slider__title {
      font-size: var(--font_size_desk_mb);
      line-height: var(--font_size_desk_mb);
      color: var(--color_desk_mb);
    }
  }

  /* utilitárias originais mantidas */
  @media (max-width: 1024px) {
    .small-down--hide.has-mobile {
      display: none;
    }
  }
  @media (min-width: 1025px) {
    .medium-up--hide {
      display: none;
    }
  }

/* CSS from snippet stylesheet tags */
.help-center {
        position: fixed;
        top: 80%;
        right: 0;
        transform: translateY(-50%);

        display: flex;
        flex-direction: column;
        align-items: flex-end;
        z-index: 25;
    }

    .hc-item ~ .hc-item {
        margin-top: -1px;
    }

    .hc-item {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      border-radius: 0 0 0 8px;
      background-color: #fff;
      border: 1px solid #232323;
      border-right: none; 
      border-top: none;

      width: 30px;
      height: 30px;
      padding: 4px;

      transition: 0.3s; 
    }

    .hc-item svg {
      height: 15px;
      width: 15px;
      stroke: none;
    }

    .hc-item-text {
        display: none;
        user-select: none;
    }

    .hc-item:hover {
        width: 150px;
        border-top: 1px solid #232323;
        border-radius: 8px 0 0 8px;
    }

    .hc-item:hover .hc-item-text {
        display: inline-block;
    }


    {% if settings.hc_enable_zendesk %}
        iframe[title="Abre um widget para que você possa conversar por chat com um de nossos agentes"]#launcher {
            display: none;
        }
    {% endif %}

    {% if settings.hc_enable_bonfique %}
        .bonifiq-widget-section {
            display: none;
        }
    {% endif %}

    @media (max-width: 767px) {
        .help-center {
            display: none;
        }
    }

    .help-me-group-open {
      padding: 6px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s ease-in-out; 
      border: 1px solid #232323;
      width: 30px;
      height: 75px;
      cursor: pointer;
      border-bottom: 0;
      border-right: 0;
      border-radius: 8px 0;
    }

    .help-me-group-open.active {
      background: #232323;
      transition: 0.3s ease-in-out; 
    }

    .help-me-group-open .open-title {
      font-size: 12px;
      color: #000;
      transform: rotate(-90deg);
      display: flex;
      align-items: center;
      justify-content: center;
      {% comment %} height: 45px; {% endcomment %}
    }

    .help-me {
      position: fixed;
      right: 0;
      bottom: 30px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      z-index: 50;
    }

    .help-me-content {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #fff;
      transform: translateX(100%) translateY(-100%);
      transition: 0.3s ease-in-out;
      top: 1px;
    }

    .help-me-content.active {
      right: 0;
      transform: translateX(0) translateY(-100%);
      transition: 0.3s ease-in-out;
    }

    .help-me-content .help-item {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 30px;
      align-items: center;
      border-left: 1px solid #232323;
      border-top: 1px solid #232323;
      transition: 0.3s ease-in-out;
    }

    .help-me-content .help-item:last-of-type {
      border-bottom: 1px solid #232323;
    }
    
    .help-me-content .help-item span {
      font-size: 12px;
      color: #000;
      height: 30px;
      display: flex;
      align-items: center;
      padding-left: 10px;
      min-width: 170px;
    }

    .help-me-content .help-item img {
      width: 100%;
      max-width: 30px;
      padding: 4px;
      height: 30px;
      display: block;
      border-left: 1px solid #232323;
    }

    .help-me-content .help-item:hover {
      opacity: 0.5;
      transition: 0.3s ease-in-out;
    }

    .help-me-group {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      position: absolute;
      top: -120px;
      width: 100%;
    }

    .help-me-group-open.active {
      background: #232323;
      transition: 0.3s ease-in-out;
    }

    .help-me-group-open .open-title {
      font-size: 12px;
      color: #000;
      transform: rotate(-90deg);
      display: flex;
      align-items: center;
      justify-content: center;
      {% comment %} height: 45px; {% endcomment %}
    }

    .help-me-group-open .open-title.active {
      display: none;
    }

    .help-me-group-open .close {
      background: url(data:image/svg+xml;
      base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTE5NS4yIDE5NS4yYTY0IDY0IDAgMCAxIDkwLjQ5NiAwTDUxMiA0MjEuNTA0IDczOC4zMDQgMTk1LjJhNjQgNjQgMCAwIDEgOTAuNDk2IDkwLjQ5Nkw2MDIuNDk2IDUxMiA4MjguOCA3MzguMzA0YTY0IDY0IDAgMCAxLTkwLjQ5NiA5MC40OTZMNTEyIDYwMi40OTYgMjg1LjY5NiA4MjguOGE2NCA2NCAwIDAgMS05MC40OTYtOTAuNDk2TDQyMS41MDQgNTEyIDE5NS4yIDI4NS42OTZhNjQgNjQgMCAwIDEgMC05MC40OTZ6Ii8+PC9zdmc+) no-repeat center;
      background-size: 100%;
      width: 24px;
      height: 24px;
      filter: invert(1) brightness(100);
      display: none;
    }

    .help-me-group-open .close.active {
      display: block;
    }

    .help-me-group-whats {
      padding: 5px;
      font-size: 12px;
      color: #000;
      display: grid;
      grid-template-columns: 30px 1fr;
      align-items: center;
      border: 1px solid #232323;
      background: #fff;
      gap: 10px;
      transform: translateX(75px);
      transition: 0.3s ease-in-out;
    }

    .help-me-group-whats:hover {
      transform: translateX(0);
      transition: 0.3s ease-in-out;
    }

    .help-me-group-whats img {
      width: 100%;
      max-width: 30px;
      display: block;
      padding: 0;
    }
.productView look-upsell {
    background-color: #fafafa;
    display: block;
    padding: 16px;
    padding-left: 24px;
    border-radius: 12px;
    margin-top: 12px;
  }

  .productView look-upsell .title {
    margin: 0 0 0 0;
    font-size: 18px;
    transition: margin 0.25s ease;
    text-transform: none;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .look-upsell__heading {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .list-images {
    display: inline-flex;
  }

  .list-images img {
    border-radius: 999px;
    border: 2px solid #f9f9f9;
    margin-left: -4px;
    min-height: 32px;
    min-width: 32px;
  }

  .list-images .image-icon {
    margin-left: -8px;
  }

  .look-upsell__heading svg {
    width: 18px;
    height: 18px;
  }

  .look-upsell__heading svg path {
    fill: #515151;
    stroke: none;
  }

  .look-upsell__wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease;
  }

  .look-upsell__inner {
    overflow: hidden; /* impede vazamento enquanto fecha/abre */
  }

  input[type='checkbox']:checked ~ .look-upsell__wrapper {
    grid-template-rows: 1fr;
  }

  input[type='checkbox']:checked ~ .look-upsell__wrapper .look-upsell__item {
    opacity: 1;
  }

  .look-upsell__item label {
    display: flex;
  }

  .look-upsell__heading:has(+ [type='checkbox']:checked) {
    margin-bottom: 24px;
  }

  .look-upsell__heading:has(+ [type='checkbox']:checked) svg {
    transform: rotate(180deg);
  }

  .look-upsell__item {
    margin-top: 12px;
    opacity: 0;
    transition: opacity 1s ease;
  }

  .image-icon.count {
    font-size: 14px;
    color: #595959;
    background-color: #eee;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .look-upsell__item .bundle-product {
    display: flex;
  }

  .look-upsell__item .bundle-product-image img {
    border-radius: 50%;
    object-fit: cover;
  }

  .look-upsell__item .price {
    justify-content: flex-start;
  }

  .look-upsell__item .bundle-product-information {
    margin: 0 0 0 24px;
  }

  .look-upsell__item .bundle-product-heading {
    margin: 0;
  }

  .look-upsell__form-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 0;
  }

  .bundle-checkbox-container {
    display: flex;
    align-items: center;
    margin-right: 12px;
  }

  .bundle-checkbox-container input[type='checkbox'] {
    display: inline-block !important;
    clip: auto !important;
    overflow: visible !important;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #212322;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .bundle-checkbox-container input[type='checkbox']:checked {
    background-color: #212322;
  }

  .bundle-checkbox-container input[type='checkbox']::after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .bundle-checkbox-container input[type='checkbox']:checked::after {
    display: block;
  }