@import 'LojaVirtual.Client.tc8i6wifn1.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/BlazorSortableList/BlazorSortableList.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dwk6czdzfo.bundle.scp.css';

/* _content/LojaVirtual/Components/Admin/Dashboard.razor.rz.scp.css */
#painel-dashboard[b-afu5mrfj4l] {
    display: flex;
    gap: 15px;
    flex-wrap:wrap;
}

    #painel-dashboard .grafico[b-afu5mrfj4l] {
        padding: 10px;
        background-color: white;
        border-radius: 5px;
        width: 100%;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        max-width:550px;
    }
        #painel-dashboard .grafico.visitados[b-afu5mrfj4l] {
            height:400px;
        }
@media (max-width: 768px) {
    #painel-dashboard .grafico[b-afu5mrfj4l] {
        max-width: 100%;
    }
}
/* _content/LojaVirtual/Components/Admin/Envios/Enviados.razor.rz.scp.css */
body[b-9g7cackjy1] {
}
/* _content/LojaVirtual/Components/Admin/Envios/Index.razor.rz.scp.css */
.inner-tab[b-sik0u2quxg]
{
    padding:5px;
    background-color:whitesmoke;
}
/* _content/LojaVirtual/Components/Admin/Envios/NovoEnvio.razor.rz.scp.css */
body[b-drgpy02khr] {
}
/* _content/LojaVirtual/Components/Admin/Envios/ScannerEntrega.razor.rz.scp.css */
.prod-fotos[b-bijbirmuw8] {
    overflow: hidden;
    margin: auto;
    --slide-spacing: 0rem;
    --slide-size: 50%;
    position: relative;
}
    .prod-fotos .embla__slide[b-bijbirmuw8] {
        transform: translate3d(0, 0, 0);
        flex: 0 0 var(--slide-size);
        min-width: 0;
        padding-left: var(--slide-spacing);
    }
@media (max-width: 768px)
{
    .prod-fotos[b-bijbirmuw8] {
        --slide-size: 100%;
    }
}
/* _content/LojaVirtual/Components/Layout/AdminLayout.razor.rz.scp.css */
nav[b-vtknkyubwq]
{
    background-color:red;
}

.page[b-vtknkyubwq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vtknkyubwq] {
    flex: 1;
}

.top-row[b-vtknkyubwq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vtknkyubwq]  a, .top-row[b-vtknkyubwq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-vtknkyubwq]  a:hover, .top-row[b-vtknkyubwq]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-vtknkyubwq]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }
[b-vtknkyubwq] tr.destaque {
    position: relative;
}
    [b-vtknkyubwq] tr.destaque td:last-child {
        position: relative;
        border-right: 5px solid #ff4500 !important; /* Borda inicial, força prioridade */
        animation: fireBorder-b-vtknkyubwq 1.5s infinite alternate ease-in-out;
    }
/*::deep tr.destaque::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, #ff4500 20%, #ffa500 40%, #ffff00 60%, transparent 80%);
    border-radius: 50%;
    transform: translateY(-50%);
    animation: flicker 1.5s infinite alternate;
    filter: blur(2px);
}*/
@keyframes fireBorder-b-vtknkyubwq {
    0% {
        border-right-color: #e62000; /* Laranja bem avermelhado */
        box-shadow: 2px 0 6px rgba(230, 32, 0, 0.7);
    }

    50% {
        border-right-color: #ff0000; /* Vermelho puro */
        box-shadow: 2px 0 10px rgba(255, 0, 0, 0.9);
    }

    100% {
        border-right-color: #ffff33; /* Amarelo super brilhante */
        box-shadow: 2px 0 6px rgba(255, 255, 51, 0.7);
    }
}
@keyframes flicker-b-vtknkyubwq {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 0.8;
        background: radial-gradient(circle, #ff4500 20%, #ffa500 40%, #ffff00 60%, transparent 80%);
    }

    50% {
        transform: translateY(-50%) scale(1.2) translateX(-2px);
        opacity: 1;
        background: radial-gradient(circle, #ff0000 20%, #ff4500 40%, #ffa500 60%, transparent 80%);
    }

    100% {
        transform: translateY(-50%) scale(0.9) translateX(2px);
        opacity: 0.7;
        background: radial-gradient(circle, #ffa500 20%, #ffff00 40%, #ff4500 60%, transparent 80%);
    }
}
@media (max-width: 640.98px) {
    .top-row[b-vtknkyubwq] {
        justify-content: space-between;
    }

        .top-row[b-vtknkyubwq]  a, .top-row[b-vtknkyubwq]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-vtknkyubwq] {
        flex-direction: row;
    }

    .sidebar[b-vtknkyubwq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vtknkyubwq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-vtknkyubwq]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-vtknkyubwq], article[b-vtknkyubwq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vtknkyubwq] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vtknkyubwq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LojaVirtual/Components/Layout/AdminNavMenu.razor.rz.scp.css */
.navbar-toggler[b-3gemwix6ne] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-3gemwix6ne] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3gemwix6ne] {
    height: 3.5rem;
    background-color: lightgray;
}

.navbar-brand[b-3gemwix6ne] {
    font-size: 1.1rem;
}

.bi[b-3gemwix6ne] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-3gemwix6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-3gemwix6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-3gemwix6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-3gemwix6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-3gemwix6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-3gemwix6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-3gemwix6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-3gemwix6ne] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-3gemwix6ne] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3gemwix6ne] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3gemwix6ne] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3gemwix6ne]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-3gemwix6ne]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3gemwix6ne]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-3gemwix6ne] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3gemwix6ne] {
    display: block;
}
.nav-item[b-3gemwix6ne]  .nav-link {
    padding-left: 10px;
}
.nav-item[b-3gemwix6ne]  .nav-link i {
    margin-right:10px;
    font-size:18px;
}
.navbar-brand[b-3gemwix6ne]
{
    padding-top:1px;
}
@media (min-width: 641px) {
    .navbar-toggler[b-3gemwix6ne] {
        display: none;
    }

    .nav-scrollable[b-3gemwix6ne] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/LojaVirtual/Components/Layout/CheckoutLayout.razor.rz.scp.css */
header[b-tax6pl54g6] {
    background-color: var(--light-background);
}

.dropdown-menu[b-tax6pl54g6] {
    position: absolute;
    top: 100%; /* Alinha exatamente abaixo do link */
    left: 0; /* Alinha � esquerda do menu */
    margin-top: 0.5rem; /* Pequena margem para distanciamento */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6; /* Contorno */
    border-radius: 0.375rem; /* Cantos arredondados */
    background-color: #ffffff; /* Fundo */
}

.dropdown-hover[b-tax6pl54g6] {
    cursor: pointer !important;
}

.nav-link.dropdown-hover[b-tax6pl54g6]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown:hover > .dropdown-menu[b-tax6pl54g6] {
    display: block;
    margin-top: 0; /* Remove o pequeno salto */
}
/* Cria��o da ponta com contorno */
.dropdown-menu[b-tax6pl54g6]::before {
    content: '';
    position: absolute;
    top: -10px; /* Posiciona a ponta */
    left: 45px; /* Ajuste horizontal */
    width: 0;
    height: 0;
    border-left: 10px solid transparent; /* Lado esquerdo da ponta */
    border-right: 10px solid transparent; /* Lado direito da ponta */
    border-bottom: 10px solid #ffffff; /* Parte inferior (cor do fundo da caixa) */
    z-index: 1;
}

/* Contorno da ponta */
.dropdown-menu[b-tax6pl54g6]::after {
    content: '';
    position: absolute;
    top: -12px; /* Levemente acima da ponta */
    left: 44px; /* Alinhamento perfeito com o contorno */
    width: 0;
    height: 0;
    border-left: 11px solid transparent; /* Lado esquerdo */
    border-right: 11px solid transparent; /* Lado direito */
    border-bottom: 11px solid #dee2e6; /* Cor do contorno */
    z-index: 0;
}

.nav-item.icon .dropdown-menu[b-tax6pl54g6]::before {
    left: 8px;
}

.nav-item.icon .dropdown-menu[b-tax6pl54g6]::after {
    left: 7px;
}

#sidecart[b-tax6pl54g6] {
}

    #sidecart #backpanel[b-tax6pl54g6] {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        z-index: 100;
        visibility: collapse;
        opacity: 0;
        transition: 0.5s;
    }

.page[b-tax6pl54g6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

#sidecart.open #backpanel[b-tax6pl54g6] {
    visibility: visible;
    opacity: 1;
}

main[b-tax6pl54g6] {
    flex: 1;
}

.navbar-toggler[b-tax6pl54g6] {
    background-color: rgba(0, 0, 0, 0.8);
    margin-right: 5px;
}

.container-fluid[b-tax6pl54g6] {
    margin: auto;
    justify-content: space-between;
    height: 80px;
}
hr[b-tax6pl54g6]
{
    margin:0;
    padding:0;
}
    .container-fluid .nav-link[b-tax6pl54g6] {
        color: black;
        padding: 0;
    }

    .container-fluid .navbar-collapse[b-tax6pl54g6] {
        width: 300px;
        flex-grow: unset;
    }

        .container-fluid .navbar-collapse .navbar-nav[b-tax6pl54g6] {
            gap: 15px !important;
        }

#frete-header[b-tax6pl54g6] {
    background-color: #c04848;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Unbounded';
    font-size: 1.1em;
}

    #frete-header.hide[b-tax6pl54g6] {
        display: none;
    }

#carouselfrete[b-tax6pl54g6] {
    width: 100%;
}

    #carouselfrete .carousel-item[b-tax6pl54g6] {
        text-align: center;
    }

.carousel[b-tax6pl54g6] {
}

.nav-link:hover[b-tax6pl54g6] {
    color: black !important;
}

.sidebar[b-tax6pl54g6] {
    display: none;
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-nav[b-tax6pl54g6] {
    gap: 2%;
    justify-content: end;
}


.top-row[b-tax6pl54g6] {
    height: 6rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
}

.top-header[b-tax6pl54g6] {
    height: 3.5rem;
    display: grid;
    grid-template-columns: 265px auto;
    max-width: 1200px;
    margin: auto;
    line-height: 3.5rem;
}

    .top-header .logo[b-tax6pl54g6] {
        height: 85px;
        margin-top: 20px;
    }

.top-menu[b-tax6pl54g6] {
    display: flex;
    justify-content: flex-start;
}

.top-row[b-tax6pl54g6]  a, .top-row[b-tax6pl54g6]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-tax6pl54g6]  a:hover, .top-row[b-tax6pl54g6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tax6pl54g6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

footer[b-tax6pl54g6] {
    height: 260px;
    color: #363636;
    padding-top: 45px;
    background-color: var(--primary-dark);
    font-family: 'Century Gothic';
}

    footer > div[b-tax6pl54g6] {
        display: flex;
        gap: 5vw;
    }

    footer > div[b-tax6pl54g6], #divRodape > div[b-tax6pl54g6] {
        max-width: 1024px;
        margin: auto;
    }

.top-footer[b-tax6pl54g6] {
    background-color: var(--primary-light);
    height: 50px;
}

.ContainerFooter[b-tax6pl54g6] {
    float: right;
    padding: 10px;
    max-width: 330px;
    color: white;
}

    .ContainerFooter .Titulo[b-tax6pl54g6] {
        font-size: 1.5em;
        margin-bottom: 5px;
        font-weight: bold;
        color: white;
    }

    .ContainerFooter .Body[b-tax6pl54g6] {
        font-size: 1.2em;
        line-height: 25px;
    }

        .ContainerFooter .Body ul[b-tax6pl54g6] {
            list-style: none;
            padding-left: 0;
            margin-left: 0;
        }

        .ContainerFooter .Body a[b-tax6pl54g6] {
            text-decoration: none;
            color: white;
        }

            .ContainerFooter .Body a:hover[b-tax6pl54g6] {
                color: ghostwhite;
            }

#divRodape[b-tax6pl54g6] {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    height: 60px;
    font-size: 13px;
    background-color: var(--primary-darkest);
    color: white;
}

#logo_bottom img[b-tax6pl54g6] {
    height: 70px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

#logo_bottom .icons[b-tax6pl54g6] {
    display: flex;
    gap: 20px;
    margin-left: 10px;
}

    #logo_bottom .icons a[b-tax6pl54g6] {
        color: white;
        font-size: 40px;
    }

#copyright[b-tax6pl54g6] {
    font-size: 20px;
}

#divRodape > div[b-tax6pl54g6] {
    display: flex;
    gap: 50px;
}

#divRodape span[b-tax6pl54g6] {
    display: flex;
    gap: 10px;
}

.icon-rodape[b-tax6pl54g6] {
    color: white;
    font-size: 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
}

    .icon-rodape i[b-tax6pl54g6] {
        width: 30px;
        height: 25px;
    }

.main-menu[b-tax6pl54g6] {
    width: 100%;
    margin-bottom: 25px;
}

    .main-menu > div > ul[b-tax6pl54g6] {
        text-align: center;
        display: flex;
        justify-content: center; /* Distributes space around the items */
        width: 100%; /* Make the ul take the full width */
        padding: 0;
        margin: 0;
        list-style-type: none;
        gap: 3vw;
        line-height: 2.5em;
    }

    .main-menu > div li a[b-tax6pl54g6] {
        display: flex;
        justify-content: center;
        align-items: anchor-center;
        font-size: 2em;
        color: var(--primary-color);
        font-family: Century Gothic;
    }

.dropdown-toggle[b-tax6pl54g6]::after {
    all: unset;
}

.menu-home ul li:hover .dropdown-menu[b-tax6pl54g6] {
    display: block;
    top: 100%;
}

@media (max-width: 768px) {
    [b-tax6pl54g6] .sidebar > div {
        border-bottom: 1px solid #7d3f10 !important;
    }
    footer[b-tax6pl54g6], #divRodape[b-tax6pl54g6] {
        height: unset;
    }

    .root-menu-home[b-tax6pl54g6] {
        display: none;
        line-height: 1em;
    }

    #divRodape[b-tax6pl54g6] {
        padding: 10px;
    }

    footer > div[b-tax6pl54g6] {
        flex-wrap: wrap;
        gap: 10px;
    }

        footer > div > div[b-tax6pl54g6] {
            width: 100%;
        }

    #divRodape > div[b-tax6pl54g6] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .sidebar[b-tax6pl54g6] {
        display: unset;
    }

    .hide-mobile[b-tax6pl54g6] {
        display: none;
    }
}

@media (max-width: 640.98px) {
    .top-row[b-tax6pl54g6] {
        display: none;
    }

    .top-header .top-menu[b-tax6pl54g6] {
        height: auto;
        line-height: 2.5rem;
    }

    .top-menu[b-tax6pl54g6] {
        position: absolute;
        top: 55px;
        right: 0px;
        flex-wrap: wrap;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1000;
    }

        .top-menu[b-tax6pl54g6]  a {
            color: white;
        }

        .top-menu.collapse[b-tax6pl54g6] {
            display: none;
        }

    .top-row.auth[b-tax6pl54g6] {
        justify-content: space-between;
    }

    .top-row[b-tax6pl54g6]  a {
        margin-left: 10px;
        width: 100%;
    }
}

@media (min-width: 640px) {
    .navbar-toggler[b-tax6pl54g6] {
        display: none;
    }

    .nav-scrollable[b-tax6pl54g6] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .collapse[b-tax6pl54g6] {
        /* Never collapse the sidebar for wide screens */
        /*   display: block;*/
    }
}

@media (min-width: 1200px) {

    .page[b-tax6pl54g6] {
        flex-direction: row;
    }

    .top-row[b-tax6pl54g6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-tax6pl54g6]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-tax6pl54g6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/LojaVirtual/Components/Layout/MainLayout.razor.rz.scp.css */
header[b-p6puwwrrj2] {
       background-color: var(--light-background);
}
.dropdown-menu[b-p6puwwrrj2] {
    position: absolute;
    top: 100%; /* Alinha exatamente abaixo do link */
    left: 0; /* Alinha � esquerda do menu */
    margin-top: 0.5rem; /* Pequena margem para distanciamento */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6; /* Contorno */
    border-radius: 0.375rem; /* Cantos arredondados */
    background-color: #ffffff; /* Fundo */
}
.dropdown-hover[b-p6puwwrrj2] {
    cursor: pointer !important;
}
.nav-link.dropdown-hover[b-p6puwwrrj2]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown:hover > .dropdown-menu[b-p6puwwrrj2] {
    display: block;
    margin-top: 0; /* Remove o pequeno salto */
}
/* Cria��o da ponta com contorno */
.dropdown-menu[b-p6puwwrrj2]::before {
    content: '';
    position: absolute;
    top: -10px; /* Posiciona a ponta */
    left: 45px; /* Ajuste horizontal */
    width: 0;
    height: 0;
    border-left: 10px solid transparent; /* Lado esquerdo da ponta */
    border-right: 10px solid transparent; /* Lado direito da ponta */
    border-bottom: 10px solid #ffffff; /* Parte inferior (cor do fundo da caixa) */
    z-index: 1;
}

/* Contorno da ponta */
.dropdown-menu[b-p6puwwrrj2]::after {
    content: '';
    position: absolute;
    top: -12px; /* Levemente acima da ponta */
    left: 44px; /* Alinhamento perfeito com o contorno */
    width: 0;
    height: 0;
    border-left: 11px solid transparent; /* Lado esquerdo */
    border-right: 11px solid transparent; /* Lado direito */
    border-bottom: 11px solid #dee2e6; /* Cor do contorno */
    z-index: 0;
}
.nav-item.icon .dropdown-menu[b-p6puwwrrj2]::before {
    left: 8px;
}
.nav-item.icon .dropdown-menu[b-p6puwwrrj2]::after {
    left: 7px;
}
#sidecart[b-p6puwwrrj2]
{
   
}
#sidecart #backpanel[b-p6puwwrrj2] {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    visibility: collapse;
    opacity: 0;
    transition: 0.5s;
}
    .page[b-p6puwwrrj2] {
        position: relative;
        display: flex;
        flex-direction: column;
    }
#sidecart.open #backpanel[b-p6puwwrrj2] {
    visibility: visible;
    opacity: 1;
}
main[b-p6puwwrrj2] {
    flex: 1;
}

.navbar-toggler[b-p6puwwrrj2] {
    background-color: rgba(0, 0, 0, 0.8);
    margin-right: 5px;
}

.container-fluid[b-p6puwwrrj2] {
    margin: auto;
    justify-content: space-between;
    height:110px;
}

    .container-fluid .nav-link[b-p6puwwrrj2] {
        color: black;
        padding: 0;
    }
    .container-fluid .navbar-collapse[b-p6puwwrrj2] {
        width:300px;
        flex-grow:unset;
    }
    .container-fluid .navbar-collapse .navbar-nav[b-p6puwwrrj2] {
        gap: 15px !important;
    }
#frete-header[b-p6puwwrrj2] {
    background-color: var(--secondary-titles);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Unbounded';
    font-size: 1.1em;
}
#frete-header.hide[b-p6puwwrrj2] {
    display:none;
}
#carouselfrete[b-p6puwwrrj2]
{
    width:100%;
}
    #carouselfrete .carousel-item[b-p6puwwrrj2] {
        text-align:center;
    }
.carousel[b-p6puwwrrj2] {
}
.nav-link:hover[b-p6puwwrrj2] {
    color: black !important;
}

.sidebar[b-p6puwwrrj2] {
    display: none;
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-nav[b-p6puwwrrj2] {
    gap: 2%;
    justify-content: end;
}


.top-row[b-p6puwwrrj2] {
    height: 6rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
}

.top-header[b-p6puwwrrj2] {
    height: 3.5rem;
    display: grid;
    grid-template-columns: 265px auto;
    max-width: 1200px;
    margin: auto;
    line-height: 3.5rem;
}

    .top-header .logo[b-p6puwwrrj2] {
        height: 85px;
        margin-top: 20px;
    }

.top-menu[b-p6puwwrrj2] {
    display: flex;
    justify-content: flex-start;
}

.top-row[b-p6puwwrrj2]  a, .top-row[b-p6puwwrrj2]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-p6puwwrrj2]  a:hover, .top-row[b-p6puwwrrj2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-p6puwwrrj2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

footer[b-p6puwwrrj2] {
    height: 260px;
    color: #363636;
    padding-top: 45px;
    background-color: var(--primary-dark);
    font-family: 'Century Gothic';
}

    footer > div[b-p6puwwrrj2] {
        display: flex;
        gap:5vw;
    }

    footer > div[b-p6puwwrrj2], #divRodape > div[b-p6puwwrrj2] {
        max-width: 1024px;
        margin: auto;
    }

.top-footer[b-p6puwwrrj2] {
    background-color: var(--primary-light);
    height: 50px;
}

.ContainerFooter[b-p6puwwrrj2] {
    float: right;
    padding: 10px;
    max-width: 330px;
    color:white;
}

    .ContainerFooter .Titulo[b-p6puwwrrj2] {
        font-size: 1.5em;
        margin-bottom: 5px;
        font-weight: bold;
        color: white;
    }

    .ContainerFooter .Body[b-p6puwwrrj2] {
        font-size: 1.2em;
        line-height: 25px;
    }

        .ContainerFooter .Body ul[b-p6puwwrrj2] {
            list-style: none;
            padding-left: 0;
            margin-left:0;
        }

        .ContainerFooter .Body a[b-p6puwwrrj2] {
            text-decoration: none;
             color:white;
        }

            .ContainerFooter .Body a:hover[b-p6puwwrrj2] {
                color: ghostwhite;
            }

#divRodape[b-p6puwwrrj2] {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    height: 60px;
    font-size: 13px;
    background-color: var(--primary-darkest);
    color: white;
}

#logo_bottom img[b-p6puwwrrj2] {
    height: 70px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
#logo_bottom .icons[b-p6puwwrrj2] {
    display: flex;
    gap: 20px;
    margin-left:10px;
}
#logo_bottom .icons a[b-p6puwwrrj2] {
    color: white;
    font-size: 40px;
}
#copyright[b-p6puwwrrj2] {
    font-size: 1.5em;
}

#divRodape > div[b-p6puwwrrj2] {
    display: flex;
    gap: 50px;
    
}

#divRodape span[b-p6puwwrrj2] {
    display: flex;
    gap: 10px;
}

.icon-rodape[b-p6puwwrrj2] {
    color: white;
    font-size: 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
}

    .icon-rodape i[b-p6puwwrrj2] {
        width: 30px;
        height: 25px;
    }

.main-menu[b-p6puwwrrj2] {
    width: 100%;
    margin-bottom:25px;
}
    .main-menu > div > ul[b-p6puwwrrj2] {
        text-align: center;
        display: flex;
        justify-content: center; /* Distributes space around the items */
        width: 100%; /* Make the ul take the full width */
        padding: 0;
        margin: 0;
        list-style-type: none;
        gap: 3vw;
        line-height:2.5em;
    }
    .main-menu > div li a[b-p6puwwrrj2] {
        display: flex;
        justify-content: center;
        align-items: anchor-center;
        font-size: 1.7em;
        color: var(--primary-color);
        font-family: Century Gothic;
    }
.dropdown-toggle[b-p6puwwrrj2]::after {
    all: unset;
}
.menu-home ul li:hover .dropdown-menu[b-p6puwwrrj2] {
    display: block;
    top: 100%;
}
@media (max-width: 768px) {
    footer[b-p6puwwrrj2], #divRodape[b-p6puwwrrj2] {
        height: unset;
    }
    .root-menu-home[b-p6puwwrrj2]
    {
        display:none;
        line-height:1em;
    }
    #divRodape[b-p6puwwrrj2] {
        padding: 10px;
    }

    footer > div[b-p6puwwrrj2] {
        flex-wrap: wrap;
        gap: 10px;
    }

        footer > div > div[b-p6puwwrrj2] {
            width: 100%;
        }

    #divRodape > div[b-p6puwwrrj2] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .sidebar[b-p6puwwrrj2] {
        display: unset;
    }

    .hide-mobile[b-p6puwwrrj2] {
        display: none;
    }
    #copyright[b-p6puwwrrj2] {
        font-size: 1.1em;
    }
}

@media (max-width: 640.98px) {
    .top-row[b-p6puwwrrj2] {
        display: none;
    }

    .top-header .top-menu[b-p6puwwrrj2] {
        height: auto;
        line-height: 2.5rem;
    }

    .top-menu[b-p6puwwrrj2] {
        position: absolute;
        top: 55px;
        right: 0px;
        flex-wrap: wrap;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1000;
    }

        .top-menu[b-p6puwwrrj2]  a {
            color: white;
        }

        .top-menu.collapse[b-p6puwwrrj2] {
            display: none;
        }

    .top-row.auth[b-p6puwwrrj2] {
        justify-content: space-between;
    }

    .top-row[b-p6puwwrrj2]  a {
        margin-left: 10px;
        width: 100%;
    }
}
@media (min-width: 640px) {
    .navbar-toggler[b-p6puwwrrj2] {
        display: none;
    }

    .nav-scrollable[b-p6puwwrrj2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .collapse[b-p6puwwrrj2] {
        /* Never collapse the sidebar for wide screens */
        /*   display: block;*/
    }
}

@media (min-width: 1200px) {

    .page[b-p6puwwrrj2] {
        flex-direction: row;
    }

    .top-row[b-p6puwwrrj2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-p6puwwrrj2]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-p6puwwrrj2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/LojaVirtual/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ewdebd7l5z] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: black;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(0, 0, 0, 0.1);
}

.navbar-toggler:checked[b-ewdebd7l5z] {
    background-color: rgba(255, 255, 255, 0.5);
}
.container-fluid[b-ewdebd7l5z]
{
    display:grid;
    grid-template-columns: 50px 1fr 100px;
}
    .container-fluid div:first-child[b-ewdebd7l5z]
    {
        grid-column:2;
        display:block;
        margin:auto;
    }
    .container-fluid div:last-child[b-ewdebd7l5z] {
        grid-column: 3;
        display:inline-block;
    }
.top-row[b-ewdebd7l5z] {
    height: 3.5rem;
    background-color: var(--light-background);
    padding-top:10px;
}

.navbar-brand[b-ewdebd7l5z] {
    font-size: 1.1rem;
}
    .bi[b-ewdebd7l5z] {
        display: inline-block;
        position: relative;
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.75rem;
        top: -1px;
        background-size: cover;
    }

.bi-house-door-fill-nav-menu[b-ewdebd7l5z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ewdebd7l5z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ewdebd7l5z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-ewdebd7l5z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ewdebd7l5z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ewdebd7l5z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ewdebd7l5z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ewdebd7l5z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-ewdebd7l5z] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ewdebd7l5z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ewdebd7l5z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ewdebd7l5z]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ewdebd7l5z]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ewdebd7l5z]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ewdebd7l5z] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ewdebd7l5z] {
    display: block;
}
#navmenusearch[b-ewdebd7l5z] {
    position: relative;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.3s ease 0.05s, opacity 0.3s ease, visibility 0s 0.3s;
}

    #navmenusearch.open[b-ewdebd7l5z] {
        max-height: 100px; /* Set to a value larger than the expected height */
        opacity: 1;
        visibility: visible;
        overflow:unset;
    }
@media (min-width: 641px) {
    .navbar-toggler[b-ewdebd7l5z] {
        display: none;
    }

    .nav-scrollable[b-ewdebd7l5z] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.head-icons[b-ewdebd7l5z] {
    display:flex !important;
    padding-right:5px;
    padding-top:2px;
}
@media (max-width: 768px) {
    .navbar-brand img[b-ewdebd7l5z] {
        height:40px;
        margin-top:-3px;
    }
    .fa-cart-shopping[b-ewdebd7l5z]
    {
        font-size:1.6em;
    }
}
/* _content/LojaVirtual/Components/Pages/DetalhesProdutoHome.razor.rz.scp.css */
.header-produto[b-c2108klidu] {
    display: grid;
    grid-template-columns: 530px 1fr;
    grid-template-rows: auto auto auto max-content;
    gap: 20px 60px;
    font-family: 'Century Gothic';
}
    .header-produto .div-foto[b-c2108klidu] {
        grid-column: 1;
        grid-row: 1/4;
        max-width: 550px;
        max-height: 682px;
    }
    .header-produto .div-foto .div-thumbs[b-c2108klidu] {
        flex-direction:column;
        flex-wrap:nowrap;
    }
.marca[b-c2108klidu] {
    margin-bottom: 20px;
}
#carrousel-produtos img[b-c2108klidu], .swiper-slide img[b-c2108klidu] {
    width: 435px;
}

.categoria[b-c2108klidu], .marca[b-c2108klidu] {
    color: #9c9c9c;
    font-size: 1.1em;
}



.upload-fotos[b-c2108klidu] {
    width: 435px;
    overflow: hidden;
}

.div-foto .div-thumbs button[b-c2108klidu] {
    border: 0;
    display: block;
    padding: 0;
}
.header-produto .details[b-c2108klidu] {
    grid-column: 2;
    grid-row: 2;
    font-size: 14px;
    position: relative;
    font-size: 1em;
    padding: 10px 20px;
}
.div-details .btn[b-c2108klidu] {
    font-size: 18px;
}
.div-details .fa-bag-shopping[b-c2108klidu] {
    font-size:20px;
    margin-right:8px;
}

.link[b-c2108klidu]
{
    color:darkblue;
    cursor:pointer;
}
.bottom-details[b-c2108klidu] {
    position: absolute;
    bottom: 5px;
}
#descricao-produto[b-c2108klidu] {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 70px;
    gap: 60px;
}
    #descricao-produto .descricao[b-c2108klidu] {
        padding: 10px;
    }
    #descricao-produto > div[b-c2108klidu] {

    }
    #descricao-produto #foto-lateral img[b-c2108klidu] {
        box-shadow: rgba(150, 85, 36, 0.4) 0px 15px 40px;
        max-width: 300px;
    }
#relacionados[b-c2108klidu]
{
    margin-top:70px;
}
    #relacionados .title[b-c2108klidu] {
        font-size: 2.5em;
        font-weight: bold;
        color: var(--secondary-titles);
    }
#base-similares[b-c2108klidu] {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 70% 1fr;
}
.glider-contain > div > div > div[b-c2108klidu] {
    display:flex;
    gap: 20px;
}
#carousel-fotos[b-c2108klidu] {
    overflow: hidden;
    margin: auto;
    --slide-spacing: 0rem;
    --slide-size: 100%;
    position: relative;
}
#carousel-thumbs[b-c2108klidu] {
    margin: auto;
    --slide-spacing: 0;
    --slide-size: 125px;
    
}
    #carousel-thumbs .embla__viewport[b-c2108klidu] {
        overflow: hidden;
        border: 0;
    }
    #carousel-thumbs .embla__slide[b-c2108klidu] {
        transform: translate3d(0, 0, 0);
        flex: 0 0 var(--slide-size);
        min-height: 0;
        padding-top: var(--slide-spacing);
    }
    #carousel-thumbs .embla__container[b-c2108klidu] {
        display: flex;
        touch-action: pan-x pinch-zoom;
        margin-top: calc(var(--slide-spacing) * -1);
        height: 682px;
        flex-direction: column;
    }
#carousel-similares[b-c2108klidu] {
    overflow: hidden;
    margin: auto;
    --slide-spacing: 0rem;
    --slide-size: 33.3%;
    position: relative;
}
.prod-fotos img[b-c2108klidu] {
    width: 100%;
}

#carousel-fotos .embla__slide[b-c2108klidu] {
    transform: translate3d(0, 0, 0);
    flex: 0 0 var(--slide-size);
    min-width: 0;
    padding-left: var(--slide-spacing);
}
#carousel-thumbs .embla__slide[b-c2108klidu] {
    transform: translate3d(0, 0, 0);
    flex: 0 0 var(--slide-size);
    min-width: 0;
    padding-left: var(--slide-spacing);
}
#carousel-similares .embla__slide[b-c2108klidu] {
    transform: translate3d(0, 0, 0);
    flex: 0 0 var(--slide-size);
    min-width: 0;
    padding-left: var(--slide-spacing);
}

@media (max-width: 768px) {
    #base-similares[b-c2108klidu] {
        grid-template-columns: 100%;
        padding: 0px 5%;
    }
    #SimilaresSlider[b-c2108klidu] {
   
    }
    #carousel-similares[b-c2108klidu] {
        width:100%;
        --slide-size: 100%;
    }
    .bottom-details[b-c2108klidu] {
        position: relative;
        bottom: unset;
    }
    .upload-fotos[b-c2108klidu], .my-slider[b-c2108klidu] {
        width: 100%;
    }
    #descricao-produto #foto-lateral[b-c2108klidu] {
        display: none;
        gap: 0;
       
    }
    #relacionados .title[b-c2108klidu] {
        font-size: 1.6em;
    }
    .detail-produto[b-c2108klidu] {
        padding: 0px 10px;
    }

    .header-produto[b-c2108klidu] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto max-content;
        gap: 20px 15px;
    }

    #carrousel-produtos img[b-c2108klidu], .swiper-slide img[b-c2108klidu] {
        width: 100%;
    }

    .header-produto .div-foto[b-c2108klidu] {
        grid-column: 1;
        grid-row: 1;
        grid-template-columns: 1fr;
    }

        .header-produto .div-foto .div-thumbs[b-c2108klidu] {
            display: none;
        }

    .header-produto .details[b-c2108klidu] {
        grid-column: 1;
        grid-row: 2;
    }

    .header-produto .valores[b-c2108klidu] {
        grid-column: 1;
        grid-row: 3;
        position: relative;
        padding: 10px;
    }
}
/* _content/LojaVirtual/Components/Pages/Home.razor.rz.scp.css */
.icons2[b-i81d5l0l3f] {
    background-image: url('/images/icons2.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px; /* Largura do ícone */
    height: 50px; /* Altura do ícone */
    background-size: 150px 50px;
}
.emblacarousel[b-i81d5l0l3f] {
    overflow: hidden;
    margin: auto;
    position: relative;
}
    .emblacarousel .embla__slide[b-i81d5l0l3f] {
        transform: translate3d(0, 0, 0);
        min-width: 0;
    }
    #carousel-header[b-i81d5l0l3f] {
        --slide-size: 100%;
    }
    #carousel-header img[b-i81d5l0l3f] {
        width: 100%;
    }
    #carousel-header .embla__slide[b-i81d5l0l3f] {
        transform: translate3d(0, 0, 0);
        flex: 0 0 var(--slide-size);
        min-width: 0;
    }
#mais-vendidos[b-i81d5l0l3f], #mais-kits[b-i81d5l0l3f] {
    --slide-size: calc(25% - 19px);
}
.count3[b-i81d5l0l3f] {
    --slide-size: 33%;
}
    #mais-vendidos .embla__container[b-i81d5l0l3f], #mais-kits .embla__container[b-i81d5l0l3f] {
        gap: 25px;
    }
.count3 .embla__viewport[b-i81d5l0l3f] {
    width: 100%;
}
.count3 .embla__container[b-i81d5l0l3f] {
    width:100%;
    justify-content: center;
    gap: 0;
}
#carousel-reviews .embla__container[b-i81d5l0l3f] {
    gap:20px;
}
#mais-vendidos .embla__slide[b-i81d5l0l3f], #mais-kits .embla__slide[b-i81d5l0l3f] {
    flex: 0 0 var(--slide-size);
}
.count3 .embla__slide[b-i81d5l0l3f] {
    flex: 0 0 var(--slide-size);
    justify-items: center;
}
.icons2.box[b-i81d5l0l3f] {
    background-position: 0 0; /* Posição do Ícone 1 */
    cursor: pointer;
}

    .icons2.cartao[b-i81d5l0l3f] {
        background-position: -50px 0; /* Posição do Ícone 2 */
        cursor: pointer;
    }

    .icons2.map[b-i81d5l0l3f] {
        background-position: -100px 0; /* Posição do Ícone 2 */
        cursor: pointer;
    }
#maisvendidos[b-i81d5l0l3f] {
    margin: 30px 0px;
    padding: 20px 0px 30px 0px;
}

.infos[b-i81d5l0l3f] {
    margin-top:40px;
    font-family: 'Unbounded';
    color: #906a4e;
}
.item-info-home[b-i81d5l0l3f] {
    display: grid !important;
    height: 66px;
    grid-template-columns: 66px max-content;
    grid-template-rows: 40px 26px;
    gap: 5px 10px;
}
    .infos .item-info-home div:first-child[b-i81d5l0l3f] {
        grid-row: 1 / 2;
        grid-column: 1;
    }
    .infos .item-info-home div:nth-child(2)[b-i81d5l0l3f] {
        grid-row: 1;
        grid-column: 2;
        font-size: 1.3em;
        font-weight: bold;
        line-height: 1em;
        display: flex;
        align-items: end;
    }
    .infos .item-info-home div:nth-child(3)[b-i81d5l0l3f] {
        grid-row: 2;
        grid-column: 2;
        font-size: calc(0.7em + 0.4vw);
        line-height: 0.9em;
    }
    .infos .carousel-indicators[b-i81d5l0l3f], .avals .carousel-indicators[b-i81d5l0l3f] {
        opacity: 0; /* Fully visible */
    }
.mais-vendidos[b-i81d5l0l3f]
{
    margin-top:70px;
}
.avals[b-i81d5l0l3f] {
    margin-top:90px;
}
    .avals .aval-item-info[b-i81d5l0l3f] {
        background-color: white;
        padding: 15px 20px;
        border-radius: 8px;
        position: relative;
        padding-bottom: 30px;
        height: 200px;
    }
    .avals > div:first-child[b-i81d5l0l3f] {
        font-size: 2em;
        text-align: center;
        font-family: 'Century Gothic';
        color: #906a4e;
        margin-bottom: 10px;
    }
    .avals .aval-item-info > div:first-child[b-i81d5l0l3f] {
        font-size: 1.5em;
        font-weight: bold;
    }
    .avals .aval-item-info > div:nth-child(2)[b-i81d5l0l3f] {
        font-size:0.9em;
    }

.root-menu-home[b-i81d5l0l3f] {
    background-color: var(--light-background);
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    flex-wrap: nowrap;
    gap: 5%;
}
    .root-menu-home .cat-link[b-i81d5l0l3f] {
        /* Optional styling for li items */
        cursor: pointer;
        display: block;
        text-align: center;
        background-color: var(--primary-darker);
        border-radius: 50%;
        position: relative;
        transition: 0.3s;
    }
    .root-menu-home .cat-link > div[b-i81d5l0l3f] {
        height: 150px;
        width: 150px;
        text-align: center;
        line-height:150px;
    }

        .root-menu-home .cat-link img[b-i81d5l0l3f] {
            width: 67%;
        }
        .root-menu-home .cat-link svg[b-i81d5l0l3f] {
            position: absolute;
            top: -15%;
            left: 0;
            opacity: 0;
            transition: 0.5s;
        }
        .menu-home > div li a:hover[b-i81d5l0l3f] {
            background-color: var(--primary-light);
            transform: scale(1.05);
        }
            .menu-home > div li a:hover div svg[b-i81d5l0l3f] {
                opacity:1;
            }
.square-banners[b-i81d5l0l3f]
{
    margin-top:120px;
    margin-bottom:120px;
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    justify-content:space-around;
}
    .square-banners > a[b-i81d5l0l3f]
    {
        display:block;
        width: calc(50% - 10px);
        cursor:pointer;
    }
        .square-banners > a > div img[b-i81d5l0l3f] {
            width: 100%;
            height: auto;
        }

@media (max-width: 768px) {
        .base-div[b-i81d5l0l3f] {
        padding: 0px 5%;
        }
    .div-carousel.highlight .fat[b-i81d5l0l3f] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 15px;
    }
    #mais-vendidos[b-i81d5l0l3f], #mais-kits[b-i81d5l0l3f] {
        --slide-size: 100%;
    }
    .icons2[b-i81d5l0l3f] {
        width: 50px;
        height: 50px;
        background-size: 150px 50px;
    }

        .icons2.box[b-i81d5l0l3f] {
            background-position: 0 0; /* Posição do Ícone 1 */
        }

        .icons2.cartao[b-i81d5l0l3f] {
            background-position: -50px 0; /* Posição do Ícone 2 */
        }

        .icons2.map[b-i81d5l0l3f] {
            background-position: -100px 0; /* Posição do Ícone 2 */
        }

    .infos[b-i81d5l0l3f] {
        flex-direction: column;
        padding: 0px;
        align-items: center;
    }
        .infos .carousel-item[b-i81d5l0l3f] {
            padding: 0px 10%;
        }
    .avals .aval-item-info[b-i81d5l0l3f] {
        width: 90%;
        margin: auto;
        height: 190px;
    }
   
    .avals .carousel-indicators[b-i81d5l0l3f] {
        bottom: -25px; /* Push indicators below the carousel */
    }
    .avals > div:first-child[b-i81d5l0l3f] {
        font-size: 1.5em;
    }
    .square-banners[b-i81d5l0l3f]
    {
        padding:0px 15px;
    }
    .square-banners > a[b-i81d5l0l3f] {
        width: 100%;
    }
    .count3 .embla__container[b-i81d5l0l3f] {
        justify-content: unset;
    }
    #base-carousel-envios[b-i81d5l0l3f]
    {
        padding:0px 10%;
    }
    .count3[b-i81d5l0l3f] {
        --slide-size: 100%;
    }
    .item-info-home[b-i81d5l0l3f] {
        display: grid !important;
        height: 50px;
        grid-template-columns: 50px max-content;
        grid-template-rows: 25px 25px;
        gap: 5px 10px;
    }
    .infos .item-info-home div:nth-child(2)[b-i81d5l0l3f] {
        font-size: 1em;
    }
}

