<style>
      body, h1, h2, h3, h4, h5, h6, hr, ol, p, ul  {
            margin: 0;
            font-family: "Magalu UI", Tahoma, sans-serif;
 padding: 0;
    font-weight: 400;
  background-color: white;!important
        }


        .header {
            background-color: #0086ff;
            padding: 8px;
            position: relative;
            overflow: hidden;
        }

        .header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .header .menu-icon, .header .shopping-bag {
            font-size: 24px;
            color: #fff;
        }

        .header .logo {
            font-size: 24px;
            color: #fff;
            text-align: center;
            font-weight: bold;
        }

        .search-bar {
            display: flex;
            align-items: center;
            padding: 4px 8px;
            margin: 8px;
            background-color: #fff;
            border-radius: 4px;
        }

        .search-bar input {
            width: 100%;
            border: none;
            outline: none;
            padding: 8px;
            font-size: 16px;
        }

        .search-bar button {
            background: none;
            border: none;
            color: #0086ff;
            font-size: 20px;
        }

        .gradient-line {
            height: 5px;
            width: 200%; /* Ajuste para cobrir o movimento do gradiente */
            position: absolute;
            left: -100%;
            background: linear-gradient(270deg, 
                rgb(255, 255, 74), rgb(252, 208, 0), rgb(255, 193, 18),
                rgb(255, 138, 0), rgb(255, 95, 95), rgb(255, 37, 58),
                rgb(255, 55, 168), rgb(199, 57, 255), rgb(164, 0, 225),
                rgb(46, 206, 255), rgb(0, 134, 255), rgb(114, 247, 114), rgb(0, 214, 4)
            );
        }

        @keyframes gradientMove {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        .breadcrumb-container {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            padding: 10px;
            overflow-x: auto; /* Permitir rolagem horizontal */
            white-space: nowrap; /* Manter os breadcrumbs numa linha única */
        }

        .breadcrumb-container::-webkit-scrollbar {
            display: none; /* Ocultar a barra de rolagem no Chrome/Safari */
        }

        .breadcrumb-container ol {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            align-items: center;
        }

        .breadcrumb-container ol li {
            font-size: 14px;
            color: #666;
            margin-right: 5px;
            white-space: nowrap;
        }

        .breadcrumb-container ol li a {
            text-decoration: none;
            color: #0086ff;
        }

        .breadcrumb-container ol li a:hover {
            color: #005bb5;
        }

        .breadcrumb-container ol li.separator {
            margin-right: 5px;
            color: #999;
        }

 .swiper-container {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .swiper-slide {
              height: auto;
        }

        .swiper-slide img {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 100%;
    height: auto;
}
        }

        /* Ocultar botões de navegação */
        .swiper-button-next, .swiper-button-prev {
            display: none;
        }

.swiper-notification {
    display: none;
}

        /* Ocultar a paginação */
        .swiper-pagination {
            display: none;
        }

   

<!-------------- comeco do footer------>
        footer {
            background-color: #007aff; /* Fundo azul escuro */
            color: #fff; /* Texto branco */
            padding: 20px;
            font-size: 12px;
            line-height: 1.5;
            border-top: 1px solid #004080; /* Borda superior */
            text-align: center;
        }

        footer p {
            margin: 10px 0;
        }

        footer a {
            color: #ffdd00; /* Links amarelos */
            text-decoration: underline;
        }

        footer a:hover {
            color: #ffc107; /* Efeito hover nos links */
        }

        footer .footer-bottom {
            margin-top: 10px;
            font-size: 10px;
            color: #ccc; /* Texto mais claro */
        }


<!-------------- fim do footer------>
   /* Estilo para quando a opção estiver selecionada */
          .chip.selected {
            background-color: #4CAF50; /* Mude a cor conforme sua necessidade */
            color: white;
          }


.divisoria-custom {
    display: flex;
    background-color: #F0F3F4; /* Cor de fundo */
    padding: 8px; /* Espaçamento interno */
}
[data-testid="lazyload-container1"] {
    background-color: #F0F3F4; /* Define o fundo preto */
}

</style>