<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,body{
    overflow-x: hidden !important;
}
.menu ul li{
    padding-right:10px;
}
.menu ul{
    padding-left:30px;
}
@media (max-width: 480px) 
    {
        .no-mobile{
            display:none;
        }
         .header{
            background: transparent !important;
        }
        
    }
    
    @media (min-width: 480px) 
    {
     
        
        .no-desktop{
            display: none !important;
        }
       
    }

.link-app{
    background-color: #fff; 
    width: 100%; 
    position: fixed; 
    bottom: 0px;
    z-index: 999999;
    left: 0px !important;
    -webkit-box-shadow: 0px -3px 15px 5px rgba(0,0,0,0.7); 
    box-shadow: 0px -3px 15px 5px rgba(0,0,0,0.7);
    display: flex;
}

.span-link{
    font-size: 12px;
    margin-left: 10px;
    margin-top: 18px;
    
}

#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 5px;
    left: 15px;
    z-index: 3;
    -webkit-user-select: none;
    user-select: none;
  }
  
  #menuToggle input
  {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
  }
  
  #menuToggle span
  {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 3;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }
  
  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }
  
  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }
  
  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
  }
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -1px);
  }
  
  #menu
  {
    z-index: 2;
    overflow-y:auto;
    text-align: left;
    position: fixed;
    width: 300px;
    height: 100vh;
    box-shadow: 0 0 10px #85888c;
    margin: -45px 0 0 -50px;
    padding-left: 55px;
    padding-top: 80px;
    padding-right: 55px;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  
  #menu li
  {
    padding: 10px 0;
    transition-delay: 2s;
    color: black !important;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 3px;
    width: 100%;
  }
  #meu li a{
    color: black !important;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 3px;
  }
  
  #menuToggle input:checked ~ ul
  {
    transform: none;
  }
  
  .popup{
    position: fixed;
    bottom: -70px;
    background: transparent;
    height: 250px;
    z-index: 999;
    padding:10px;
    
    display:block;
    
}

.fechar-popup{
    position: fixed;
    bottom: 145px;
    
    background-color: #1f1f1f;
    width: 25px;
    height: 25px;
    padding: 1px 7px;
    border-radius: 50%;
    cursor: pointer;
    
}

@media (max-width: 480px) 
{
    .popup{
        left: 0;
        width: 100%;
    }
    .fechar-popup{
        left: 90%;
    }
}
@media (min-width: 480px) 
{
    .popup{
        left: 50px;
        width: 350px;
    }
    .fechar-popup{
        left: 445px;
    }
}

/* width */
.scroll-custom::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroll-custom::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scroll-custom::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
.scroll-custom::-webkit-scrollbar-thumb:hover {
  background: #ccc; 
}

.scroll-custom {
      max-width: 100%;
    overflow-y: hidden;
    max-height: 135px;
    overflow-x: hidden;
}

@media (min-width:320px)  { 
    /* smartphones, iPhone, portrait 480x320 phones */
    .aparece-mobile{
        display: block
    } 
    .sumir-mobile{
        display: none
    }
    
}
@media (min-width:481px)  { 
    .aparece-mobile{
        display: block
    } 
    .sumir-mobile{
        display: none
    }
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .content-homepage{
        margin-top: 117px !important;
    }
}
@media (min-width:641px)  { 
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .aparece-mobile{
        display: block
    } 
    .sumir-mobile{
        display: none
    }
    #menu{
        margin-left: -140px
    } 
    
 }
@media (min-width:961px)  { 
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .aparece-mobile{
        display: block
    }
    #menu{
        margin-left: -150px
    } 
 }
@media (min-width:1025px) { 
    /* big landscape tablets, laptops, and desktops */ 
    .aparece-mobile{
        display: none
    } 
}
@media (min-width:1281px) { 
    /* hi-res laptops and desktops */
    .aparece-mobile{
        display: none
    } 
    .responsive{
        margin-top: 86px !important
    }
}

.divLinha{
    display: flex;
    justify-content: space-between;
}
.btnBusca{
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
}
.iconMenu{
    display: flex;
    justify-content: center;
    align-items: center;
}
.iconsConfigMenu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.divHBDrive{
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-mobile {
    display: none;
}

@media (max-width: 768px) {
    .menu-mobile {
        display: block;
    }
}

.menu-btn {
    background: none;
    border: none;
    padding: 0;
    width: 30px;
    height: 25px;
    position: relative;
    cursor: pointer;
}

.menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    border-radius: 3px;
    transition: .3s;
}

.menu-btn span:nth-child(1) {
    top: 0;
}

.menu-btn span:nth-child(2) {
    top: 10px; 
}

.menu-btn span:nth-child(3) {
    top: 20px;
}

.menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}

.menu-mobile .categorias {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.menu-mobile.active .categorias {
    display: block;
}

.categorias li {
    list-style: none;
}

.categorias li a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.categorias li:last-child a {
    border-bottom: none;
}

.search-box {
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 8px 35px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
}

.search-box button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.auth-links {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.auth-links a {
    display: inline-block;
    padding: 8px 20px;
    background: #f5f5f5;
    color: #333;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    margin: 0 5px;
}


.MenuInLine{
    width: 100%;
    padding: 5px;
    display: grid;
    place-items: center;
    height: 40px;
}
.count{
    background-color: red;
    color: white;
    padding: 5px;
    position: absolute;
    border-radius: 50%;
    font-weight: bold;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12px;
    right: 20px;
}
.menuMobileInline{ 
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: space-around;
    width: 100%;
    margin: 0
}
.menuMobileInline li{
    font-size: 10px
}
.menuMobileInline li a:hover{
    text-decoration: none
}

#minhaContaOptions a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: black;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

#minhaContaOptions a:hover {
    background-color: #f0f0f0;
}


.busca{
    width: 100%;
    height: 70px;
    background: #fff;
    font-size: 26px;
    outline: none;
    padding: 0 20px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #222;
    z-index: 999;
    
}

.fecha_busca{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 999999;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    display: block;
}

.fecha_busca i {
    color: #000;
    font-size: 24px;
}

.fecha_busca:hover {
    opacity: 0.7;
}

#div_busca{
    display: flex;
    z-index: 999999;
    align-items: flex-start;
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    background: #fff;
    left: 0;

}


.catalog-mode-banner {
    background: #f8f9fa;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
}
.catalog-mode-banner p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.catalog-mode-banner a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}
.catalog-mode-banner a:hover {
    text-decoration: underline;
}

.top-bar {
    
    border-bottom: 1px solid #eee;
    padding: 8px 20px;
    font-size: 14px;
    color: #666;
    letter-spacing: -0.01em;
    
    z-index: 100000;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left span {
    margin-right: 20px;
}

.top-bar-left i {
    margin-right: 5px;
    color: #333;
}

.top-bar-right a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
}

.top-bar-right a:hover {
    text-decoration: underline;
}

/* Ajuste para mobile */
@media (max-width: 768px) {
    .top-bar {
        display: none;
    }
    
    .header {
        top: 0 !important;
    }
}

/* Ajusta o margin-top do header desktop para acomodar a nova barra */
.header-desktop {
    margin-top: 0px;
}

body {
    padding-top: 115px;
}

@media (max-width: 768px) {
    body {
        padding-top: 80px;
    }
}

.balao-escondido{
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    color: #000;
    top: 30px;
    left: -50%;
    width: 400px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.feature_home{
    border-radius:10px
}

#hbdrive-balao{
    width: 420px;
    right: -150px;
}
#favorito-balao, #carrinho-balao{
    width: auto !important;
    text-align: center;
    right: 60px
}
#carrinho-balao{
    right: 20px !important
}
#contato-balao{
    right: 10px !important;
    width: auto !important;
    text-align: center;
}

.header-right{
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.menu ul li a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-size: 13px !important;
}

/* Atualize os estilos da busca */
#div_busca {
    display: none;
    position: fixed; /* Mudado para fixed */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Altura total da viewport */
    background: rgba(255, 255, 255, 0.98); /* Fundo branco levemente transparente */
    z-index: 999999;
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
}

#div_busca form {
    width: 90%;
    max-width: 800px;
    position: relative;
}

.busca {
    width: 100%;
    height: 60px;
    background: transparent;
    font-size: 24px;
    outline: none;
    padding: 0 50px 0 20px;
    border: none;
    border-bottom: 2px solid #222;
    font-family: 'Inter', sans-serif;
}

.fecha_busca {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 999999;
    color: #222;
    font-size: 20px;
    cursor: pointer;
    display: block; /* Alterado para sempre visÃ­vel */
}

.fecha_busca:hover {
    opacity: 0.7;
}

/* Adicione uma animaÃ§Ã£o de fade */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#div_busca.active {
    animation: fadeIn 0.2s ease-in-out;
}</pre></body></html>