 /* Reset e estilos gerais */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }

        body {
            background-color: #f0f2f5;   
        }


        #backdrop{
          background-color: rgba(000,000,000,0.70);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          --tw-backdrop-blur: blur(8px);
          -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          -webkit-transition: 300ms ease;
          transition: 300ms ease;
        }

        #areaMenuDrawer{
          background-color: #fff;
          right: -835px;
        }

        .aberto #areaMenuDrawer{
          /*right: 0;*/
          -webkit-transition: 1.2s ease;
          transition: 1.2s ease;
        }

        .aberto #backdrop,
        .aberto #scOne,
        .aberto #scTwo{
          display: block !important;
          -webkit-transition: 300ms ease;
          transition: 300ms ease;
        }

        #areaMenuDrawer button{
          background: none;
          border: none;
          outline: none;
          box-shadow: none;
          margin-right: 10px;
        }

        #areaMenuDrawer a,
        #areaMenuDrawer a:hover{
          color: #000;
            text-decoration: none !important;
            font-weight: 600;
            font-size: 14px;
            height: 26px;
        }

        #areaMenuDrawer a svg{
          color: #000;
          opacity: 0.7;
        }


        #menuFixoMobile{
          background: #fff;
          padding-top: 22px !important;
          -webkit-transition: 300ms ease;
          transition: 300ms ease;
          bottom: -300px;
          z-index: 99999;
        }

        @media(max-width:540px){
          #menuFixoMobile{
            width: 100% !important;
            bottom: 0 !important;
          }
          header.principal .menus-targets nav ul li.normal{
            display: none;
          }
          #areaMenuDrawer button{
            margin-right: 0;
          }
          header.principal .menus-targets {
           padding-top: 2px;
          }
        }

        #menuFixoMobile a,
        #menuFixoMobile a:hover{
          text-decoration: none;
        }

        #menuFixoMobile button{
          background: none !important;
          border: none !important;
          outline: none !important;
        }



        .dio-loja-promo-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
        }

        .dio-loja-promo-flex {
            display: flex;
        }

        .dio-loja-promo-flex-column {
            display: flex;
            flex-direction: column;
        }

        /* Estilos do cabeçalho */
        .dio-loja-promo-header {
            background-color: white;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
        }

        .dio-loja-promo-header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 10px;
        }

        .dio-loja-promo-logo {
            display: flex;
            align-items: center;
        }

        .dio-loja-promo-logo img {
            height: 40px;
            margin-right: 5px;
        }

        .dio-loja-promo-logo h1 {
            color: #333;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .dio-loja-promo-nav {
            display: flex;
            align-items: center;
        }

        .dio-loja-promo-nav-item {
            margin: 0 12px;
            color: #5a5a5a;
            font-size: 0.9rem;
            text-decoration: none;
            display: flex;
            align-items: center;
        }

        .dio-loja-promo-nav-item i{
            margin-right: 4px;
        }

        .dio-loja-promo-badge {
            background-color: #fc8c06;
            color: white;
            border-radius: 15px;
            padding: 2px 8px;
            font-size: 0.7rem;
            margin-right: 8px;
        }

        .dio-loja-promo-search {
            display: flex;
            align-items: center;
            background-color: #f0f2f5;
            border-radius: 20px;
            padding: 8px 15px;
            margin: 0 10px;
            width: 300px;
        }

        .dio-loja-promo-search input {
            background: transparent;
            border: none;
            outline: none;
            width: 100%;
            color: #5a5a5a;
            font-size: 0.9rem;
        }

        .dio-loja-promo-search-icon {
            color: #5a5a5a;
            margin-left: 8px;
        }

        .dio-loja-promo-user {
            display: flex;
            align-items: center;
        }

        .dio-loja-promo-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 8px;
        }

        .dio-loja-promo-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .dio-loja-promo-user-info {
            display: flex;
            flex-direction: column;
            cursor: pointer;
        }

        .dio-loja-promo-user-name {
            font-weight: 500;
            font-size: 0.9rem;
            color: #333;
        }

        .dio-loja-promo-user-status {
            font-size: 0.7rem;
            color: #5a5a5a;
        }

        /* Estilos do menu de navegação */
        .dio-loja-promo-menu {
            background-color: white;
            padding: 15px 0;
            margin-top: 70px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }



        .dio-loja-promo-menu-items {
            display: flex;
            align-items: center;
        }

        .dio-loja-promo-menu-item {
            display: flex;
            align-items: center;
            margin-right: 20px;
            color: #5a5a5a;
            font-size: 0.9rem;
            font-weight: 500;
            cursor: pointer;
        }

        .dio-loja-promo-menu-item.active {
            color: #fc8c06;
            font-weight: 600;
        }

        .dio-loja-promo-menu-item i {
            margin-right: 5px;
        }

        /* Estilos do conteúdo principal */
        .dio-loja-promo-main-content {
            display: flex;
            margin-top: 20px;
        }

        .dio-loja-promo-products {
            flex: 1;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 15px;
        }

        .dio-loja-promo-product-card {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
            padding: 15px;
        }

        .dio-loja-promo-product-store {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .dio-loja-promo-store-logo {
            width: 24px;
            height: 24px;
            border-radius: 4px;
            overflow: hidden;
            margin-right: 8px;
        }

        .dio-loja-promo-store-logo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .dio-loja-promo-store-name {
            font-size: 0.8rem;
            color: #5a5a5a;
        }

        .dio-loja-promo-store-time {
            font-size: 0.8rem;
            color: #5a5a5a;
            margin-left: auto;
        }

        .dio-loja-promo-alta-tag {
            color: #fc8c06;
            font-size: 0.75rem;
            font-weight: 500;
            margin-left: 10px;
            display: flex;
            align-items: center;
        }

        .dio-loja-promo-alta-tag i {
            margin-right: 3px;
        }

        .dio-loja-promo-product-image {
            height: 180px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }

        .dio-loja-promo-product-image img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

        .dio-loja-promo-product-title {
            font-size: 0.9rem;
            font-weight: 500;
            color: #333;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .dio-loja-promo-product-tag {
            display: inline-flex;
            align-items: center;
            background-color: #f0f2f5;
            border-radius: 4px;
            padding: 3px 8px;
            font-size: 0.7rem;
            color: #5a5a5a;
            margin-bottom: 10px;
        }

        .dio-loja-promo-product-tag i {
            margin-right: 5px;
            color: #999;
        }

        .dio-loja-promo-product-price {
            margin-top: auto;
        }

        .dio-loja-promo-old-price {
            font-size: 0.8rem;
            color: #999;
            text-decoration: line-through;
        }

        .dio-loja-promo-current-price {
            font-size: 1.5rem;
            font-weight: 600;
            color: #29c428;
        }

        .dio-loja-promo-product-actions {
            display: flex;
            align-items: center;
            margin-top: 15px;
            justify-content: space-between;
        }

        .dio-loja-promo-action-button {
            display: flex;
            align-items: center;
            color: #5a5a5a;
            font-size: 0.8rem;
        }

        .dio-loja-promo-action-count {
            background-color: #f0f2f5;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 5px;
        }

        /* Estilos da barra lateral */
        .dio-loja-promo-sidebar {
            width: 280px;
            margin-left: 20px;
            position: sticky;
            top: 90px;
            height: fit-content;
        }

        .dio-loja-promo-sidebar-box {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px;
            padding: 15px;
        }

        .dio-loja-promo-sidebar-title {
            font-size: 1rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .dio-loja-promo-sidebar-subtitle {
            font-size: 0.8rem;
            color: #5a5a5a;
            margin-bottom: 15px;
        }

        .dio-loja-promo-recent-item {
            display: flex;
            margin-bottom: 15px;
        }

        .dio-loja-promo-recent-image {
            width: 60px;
            height: 60px;
            border-radius: 4px;
            overflow: hidden;
            margin-right: 10px;
        }

        .dio-loja-promo-recent-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .dio-loja-promo-recent-info {
            flex: 1;
        }

        .dio-loja-promo-recent-title {
            font-size: 0.8rem;
            font-weight: 500;
            color: #333;
            margin-bottom: 5px;
            line-height: 1.3;
        }

        .dio-loja-promo-recent-price {
            font-size: 1.1rem;
            font-weight: 600;
            color: #fc8c06;
        }

        .dio-loja-promo-old-price-small {
            font-size: 0.7rem;
            color: #999;
            text-decoration: line-through;
            display: block;
            margin-bottom: 3px;
        }

        .dio-loja-promo-whatsapp-section {
            margin-top: 15px;
        }

        .dio-loja-promo-whatsapp-title {
            font-size: 1rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }

        .dio-loja-promo-whatsapp-description {
            font-size: 0.8rem;
            color: #5a5a5a;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .dio-loja-promo-qr-section {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .dio-loja-promo-step {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background-color: #e0f5e9;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem;
            font-weight: 500;
            margin-right: 10px;
        }

        .dio-loja-promo-step-text {
            font-size: 0.8rem;
            color: #333;
            flex: 1;
        }

        .dio-loja-promo-qr-code {
            width: 100px;
            height: 100px;
            margin-left: auto;
        }

        .dio-loja-promo-qr-code img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .dio-loja-promo-group-mark {
            color: #25D366;
            margin-left: 5px;
        }

        .dio-loja-promo-divider {
            color: #5a5a5a;
            text-align: center;
            margin: 15px 0;
            font-size: 0.8rem;
        }

        .dio-loja-promo-whatsapp-button {
            background-color: rgb(0, 166, 80);
            color: white;
            border-radius: 25px;
            padding: 12px;
            text-align: center;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .dio-loja-promo-whatsapp-button i {
            margin-right: 8px;
        }

        @media (max-width: 992px) {
            .dio-loja-promo-main-content {
                flex-direction: column;
            }
            
            .dio-loja-promo-sidebar {
                width: 100%;
                margin-left: 0;
                margin-top: 20px;
            }
            
            .dio-loja-promo-products {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .dio-loja-promo-nav-item:not(:first-child):not(:last-child) {
                display: none;
            }
            
            .dio-loja-promo-search {
                width: 200px;
            }
        }

        @media (max-width: 576px) {
            .dio-loja-promo-search {
                display: none;
            }
            
            .dio-loja-promo-menu-items {
                overflow-x: auto;
                padding-bottom: 5px;
            }
        }

        .banner-principal{
            position: relative;
            display: block;
            padding-top: 30px;
            padding-bottom: 14px;
        }
        .banner-principal img{
            width: 100%;
            height: auto;
            border-radius: 12px;
        }

        .banner-principal .owl-carousel-banner {
            width: 100%;
        }
        
        .banner-principal .owl-carousel-banner .banner-item img {
            width: 100%;
            height: auto;
            border-radius: 12px;
            display: block;
        }
        
        /* Customização específica do Owl Carousel do banner */
        .banner-principal .owl-carousel-banner .owl-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            pointer-events: none;
        }
        
        .banner-principal .owl-carousel-banner .owl-nav button {
            background: rgba(0, 0, 0, 0.25) !important;
            color: white !important;
            border: none !important;
            border-radius: 50% !important;
            width: 50px !important;
            height: 50px !important;
            font-size: 18px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            pointer-events: all;
            transition: all 0.3s ease;
        }
        
        .banner-principal .owl-carousel-banner .owl-nav button:hover {
            background: rgba(0, 0, 0, 0.8) !important;
            transform: scale(1.1);
        }
        
        .banner-principal .owl-carousel-banner .owl-nav .owl-prev {
            left: 20px;
        }
        
        .banner-principal .owl-carousel-banner .owl-nav .owl-next {
            right: 20px;
        }
        
        /* Customização dos dots do banner */
        .banner-principal .owl-carousel-banner .owl-dots {
            text-align: center;
            margin-top: 20px;
        }
        
        .banner-principal .owl-carousel-banner .owl-dots .owl-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.3);
            margin: 0 5px;
            display: inline-block;
            transition: all 0.3s ease;
        }
        
        .banner-principal .owl-carousel-banner .owl-dots .owl-dot.active {
            background: #333;
            transform: scale(1.2);
        }
        
        /* Responsividade */
        @media (max-width: 540px) {
            .banner-principal {
                padding-top: 105px;
            }
            
            .banner-principal .owl-carousel-banner .owl-nav button {
                width: 40px !important;
                height: 40px !important;
                font-size: 14px !important;
            }
            
            .banner-principal .owl-carousel-banner .owl-nav {
                padding: 0 10px;
            }
        }
        
        /* Esconder imagens desktop no mobile e vice-versa 
        .banner-item-desktop {
            display: block;
        }
        
        .banner-item-mobile {
            display: none;
        }
        
        @media (max-width: 540px) {
            .banner-item-desktop {
                display: none;
            }
            
            .banner-item-mobile {
                display: block;
            }
        }
        */






        @media(max-width:540px){
            .dio-loja-promo-nav{
                display: none;
            }
            .dio-loja-promo-user {
                display: flex;
                align-items: center;
                margin-left: 9px;
            }
            .dio-loja-promo-user-name {
                font-weight: 500;
                font-size: 12px;
                color: #333;
            }
            .dio-loja-promo-product-tag {
                display: block;
                align-items: center;
                background-color: #f0f2f5;
                border-radius: 4px;
                padding: 3px 8px;
                font-size: 0.7rem;
                color: #5a5a5a;
                margin-bottom: 10px;
                width: fit-content;
            }
        }



        .footer-principal {
    width: 100%;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 20px 0 0 0;
    color: #333;
  }

  .footer-principal__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
  }

  /* Seção de boas-vindas */
  .footer-principal__welcome {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-principal__logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .footer-principal__logo img {
    width: 300px;
    height: auto;
    margin-right: 10px;
    display: block;
  }

  .footer-principal__logo span {
    font-weight: bold;
    font-size: 18px;
    color: #333;
  }

  .footer-principal__stats {
    max-width: 550px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 15px;
  }

  .footer-principal__secure {
    margin-left: auto;
    text-align: right;
  }

  .footer-principal__secure p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
    text-align: left;
  }

  .footer-principal__secure-logos {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .footer-principal__secure-item img {
    height: 40px;
  }

  /* Seção de informações */
  .footer-principal__info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .footer-principal__col {
    width: 23%;
    margin-bottom: 20px;
  }

  .footer-principal__heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
  }

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

  .footer-principal__list li {
    margin-bottom: 10px;
  }

  .footer-principal__link {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: color 0.3s;
  }

  .footer-principal__link:hover {
    color: #333;
  }

  .footer-principal__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-principal__social-link img {
    width: 24px;
    height: 24px;
    opacity: 0.7;
    transition: opacity 0.3s;
  }

  .footer-principal__social-link:hover img {
    opacity: 1;
  }

  /* Rodapé de copyright */
  .footer-principal__copyright {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 15px 0;
    text-align: center;
  }

  .footer-principal__copyright-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .footer-principal__copyright-container img {
    width: 18px;
    height: 18px;
  }

  .footer-principal__copyright-container p {
    font-size: 14px;
    color: #666;
    margin: 0;
  }

  /* Responsividade */
  @media (max-width: 992px) {
    .footer-principal__col {
      width: 48%;
    }
    
    .footer-principal__secure {
      width: 100%;
      text-align: left;
      margin-top: 20px;
    }
    
    .footer-principal__secure-logos {
      justify-content: flex-start;
    }
  }

  @media (max-width: 768px) {
    .footer-principal__welcome {
      flex-direction: column;
    }
    
    .footer-principal__stats {
      max-width: 100%;
    }
    
    .footer-principal__secure {
      margin-top: 20px;
    }
  }

  @media (max-width: 576px) {
    .footer-principal__col {
      width: 100%;
    }
    
    .footer-principal__social {
      justify-content: flex-start;
    }
  }

  .toogle-menu-mobile-m{
    display: none;
  }

  @media(max-width:540px){
    .footer-principal__logo {
        display: block;
        align-items: center;
        margin-bottom: 15px;
    }
    .dio-loja-promo-menu{
        display: none;
    }
    .banner-principal{
        padding-top:105px;
    }


    .toogle-menu-mobile-m{
        display: flex;
    }

    .toogle-menu-mobile-m a,
    .toogle-menu-mobile-m a:hover{
        color: #000;
        font-size: 20px;
        text-decoration: none;
    }

    .dio-loja-promo-logo img {
        height: 30px;
        margin-right: 5px;
    }

  }

  .imagem-so-desktop{
    display: block;
  }
  .imagem-so-mobile{
    display: none !important;
  }
  @media(max-width:540px){
    .imagem-so-desktop{
        display: none !important;
      }
      img.imagem-so-mobile{
        display: block !important;
      }
  }


   /* Modal da busca */
        .busca-performatica-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999999999999;
            display: none;
            backdrop-filter: blur(5px);
        }

        .busca-performatica-modal {
            position: absolute;
            top: 50px;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            max-width: 600px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            overflow: hidden;
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateX(-50%) translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateX(-50%) translateY(0);
            }
        }

        .busca-performatica-header {
            padding: 20px;
            border-bottom: 1px solid #eee;
            position: relative;
        }

        .busca-performatica-input-container {
            position: relative;
        }

        .busca-performatica-input {
            width: 100%;
            padding: 15px 50px 15px 20px;
            border: 2px solid #ddd;
            border-radius: 25px;
            font-size: 16px;
            outline: none;
            transition: all 0.3s ease;
        }

        .busca-performatica-input:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
        }

        .busca-performatica-search-icon {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
            font-size: 18px;
        }

        .busca-performatica-close {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            font-size: 20px;
            color: #666;
            cursor: pointer;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .busca-performatica-close:hover {
            background: #f0f0f0;
            color: #333;
        }

        .busca-performatica-results {
            max-height: 400px;
            overflow-y: auto;
            padding: 10px 0;
        }

        .busca-performatica-section {
            margin-bottom: 20px;
        }

        .busca-performatica-section-title {
            padding: 10px 20px;
            font-size: 12px;
            font-weight: 600;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            background: #f8f9fa;
            margin-bottom: 5px;
        }

        .busca-performatica-item {
            padding: 12px 20px;
            cursor: pointer;
            transition: all 0.2s ease;
            border-left: 3px solid transparent;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .busca-performatica-item:hover {
            background: #f8f9fa;
            border-left-color: #007bff;
        }

        .busca-performatica-item.selected {
            background: #e3f2fd !important;
            border-left-color: #2196f3 !important;
        }

        .busca-performatica-item-image {
            width: 40px;
            height: 40px;
            border-radius: 6px;
            object-fit: cover;
            flex-shrink: 0;
        }

        .busca-performatica-item-content {
            flex: 1;
        }

        .busca-performatica-item-title {
            font-size: 14px;
            font-weight: 500;
            color: #333;
            margin-bottom: 2px;
        }

        .busca-performatica-item-description {
            font-size: 12px;
            color: #666;
            line-height: 1.3;
        }

        .busca-performatica-item-category {
            font-size: 14px;
            color: #333;
            font-weight: 500;
        }

        .busca-performatica-highlight {
            background: #fff3cd;
            color: #856404;
            font-weight: 600;
            padding: 1px 2px;
            border-radius: 2px;
        }

        .busca-performatica-no-results {
            padding: 40px 20px;
            text-align: center;
            color: #666;
        }

        .busca-performatica-hotkeys {
            padding: 15px 20px;
            background: #f8f9fa;
            border-top: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 12px;
            color: #666;
        }

        .busca-performatica-hotkey {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .busca-performatica-key {
            background: white;
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 2px 6px;
            font-size: 11px;
            font-weight: 500;
        }

        /* Responsividade */
        @media (max-width: 768px) {
            .busca-performatica-modal {
                top: 20px;
                width: 95%;
            }

            .busca-performatica-results {
                max-height: 300px;
            }

            .busca-performatica-item {
                padding: 10px 15px;
            }

            .busca-performatica-header {
                padding: 15px;
            }

            .busca-performatica-hotkeys {
                padding: 10px 15px;
                flex-direction: column;
                gap: 5px;
            }
        }

        @media (max-width: 480px) {
            .busca-performatica-modal {
                top: 10px;
                width: 98%;
            }

            .busca-performatica-item-image {
                width: 35px;
                height: 35px;
            }

            .busca-performatica-item-title {
                font-size: 13px;
            }

            .busca-performatica-item-description {
                font-size: 11px;
            }
        }


        /* Container do menu side */
        .menu-side-container {
           
        }

        /* Estilos dos collapses */
        .novo-collapse-mobile-container {
            border-bottom: 1px solid #e5e5ea;
        }

        .novo-collapse-mobile-container:last-child {
            border-bottom: none;
        }

        .novo-collapse-mobile-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 20px;
            background: white;
            cursor: pointer;
            transition: all 0.2s ease;
            position: relative;
            -webkit-tap-highlight-color: transparent;
        }

        .novo-collapse-mobile-header:hover {
            background: #f8f9fa;
        }

        .novo-collapse-mobile-header:active {
            background: #e9ecef;
            transform: scale(0.98);
        }

        .novo-collapse-mobile-title {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
            font-weight: 500;
            color: #1c1c1e;
        }

        .novo-collapse-mobile-icon {
            font-size: 20px;
            color: #007aff;
        }

        .novo-collapse-mobile-arrow {
            font-size: 14px;
            color: #8e8e93;
            transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .novo-collapse-mobile-header.active .novo-collapse-mobile-arrow {
            transform: rotate(90deg);
        }

        .novo-collapse-mobile-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            background: #f8f9fa;
        }

        .novo-collapse-mobile-content.active {
            max-height: 500px;
        }

        .novo-collapse-mobile-list {
            padding: 8px 0;
        }

        .novo-collapse-mobile-item {
            display: flex;
            align-items: center;
            padding: 12px 20px 12px 52px;
            cursor: pointer;
            transition: all 0.2s ease;
            border-bottom: 1px solid #e5e5ea;
            position: relative;
            -webkit-tap-highlight-color: transparent;
        }

        .novo-collapse-mobile-item:last-child {
            border-bottom: none;
        }

        .novo-collapse-mobile-item:hover {
            background: #e9ecef;
        }

        .novo-collapse-mobile-item:active {
            background: #dee2e6;
            transform: scale(0.98);
        }

        .novo-collapse-mobile-item-icon {
            font-size: 16px;
            color: #666;
            margin-right: 12px;
            width: 20px;
            text-align: center;
        }

        .novo-collapse-mobile-item-text {
            font-size: 15px;
            color: #3c3c43;
            font-weight: 400;
        }

        .novo-collapse-mobile-item-badge {
            margin-left: auto;
            background: #ff3b30;
            color: white;
            font-size: 11px;
            font-weight: 600;
            padding: 2px 6px;
            border-radius: 10px;
            min-width: 18px;
            text-align: center;
        }

        .novo-collapse-mobile-item-arrow {
            margin-left: auto;
            font-size: 12px;
            color: #c7c7cc;
        }

        /* Animações suaves */
        .novo-collapse-mobile-header,
        .novo-collapse-mobile-item {
            transform: translateZ(0);
        }

        /* Efeito de feedback tátil */
        .novo-collapse-mobile-header:active,
        .novo-collapse-mobile-item:active {
            transition: all 0.1s ease;
        }

        /* Menu items não collapse (exemplo) */
        .menu-item-normal {
            display: flex;
            align-items: center;
            padding: 16px 20px;
            border-bottom: 1px solid #e5e5ea;
            cursor: pointer;
            transition: all 0.2s ease;
            -webkit-tap-highlight-color: transparent;
        }

        .menu-item-normal:hover {
            background: #f8f9fa;
        }

        .menu-item-normal:active {
            background: #e9ecef;
            transform: scale(0.98);
        }

        .menu-item-normal .novo-collapse-mobile-title {
            margin: 0;
        }

        /* Responsividade */
        @media (max-width: 375px) {
            .menu-side-container {
                margin: 0;
                border-radius: 0;
            }

            .novo-collapse-mobile-header,
            .novo-collapse-mobile-item,
            .menu-item-normal {
                padding-left: 16px;
                padding-right: 16px;
            }

            .novo-collapse-mobile-item {
                padding-left: 48px;
            }
        }

        /* Demo styles */
        .demo-container {
            max-width: 375px;
            margin: 0 auto;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .demo-header {
            background: #007aff;
            color: white;
            padding: 20px;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
        }

