/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-m3lehq3k54] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m3lehq3k54] {
    flex: 1;
}

.sidebar[b-m3lehq3k54] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-m3lehq3k54] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m3lehq3k54]  a, .top-row[b-m3lehq3k54]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-m3lehq3k54]  a:hover, .top-row[b-m3lehq3k54]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-m3lehq3k54]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-m3lehq3k54] {
        justify-content: space-between;
    }

    .top-row[b-m3lehq3k54]  a, .top-row[b-m3lehq3k54]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m3lehq3k54] {
        flex-direction: row;
    }

    .sidebar[b-m3lehq3k54] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m3lehq3k54] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-m3lehq3k54]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-m3lehq3k54], article[b-m3lehq3k54] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-m3lehq3k54] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-m3lehq3k54] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nxkz071zqw] {
    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-nxkz071zqw] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-nxkz071zqw] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nxkz071zqw] {
    font-size: 1.1rem;
}

.bi[b-nxkz071zqw] {
    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-nxkz071zqw] {
    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-nxkz071zqw] {
    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-nxkz071zqw] {
    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");
}

.nav-item[b-nxkz071zqw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nxkz071zqw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nxkz071zqw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nxkz071zqw]  .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-nxkz071zqw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-nxkz071zqw]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-nxkz071zqw] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-nxkz071zqw] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nxkz071zqw] {
        display: none;
    }

    .nav-scrollable[b-nxkz071zqw] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3eqn1b39ig],
.components-reconnect-repeated-attempt-visible[b-3eqn1b39ig],
.components-reconnect-failed-visible[b-3eqn1b39ig],
.components-pause-visible[b-3eqn1b39ig],
.components-resume-failed-visible[b-3eqn1b39ig],
.components-rejoining-animation[b-3eqn1b39ig] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3eqn1b39ig],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3eqn1b39ig],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3eqn1b39ig],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3eqn1b39ig],
#components-reconnect-modal.components-reconnect-retrying[b-3eqn1b39ig],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3eqn1b39ig],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3eqn1b39ig],
#components-reconnect-modal.components-reconnect-failed[b-3eqn1b39ig],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3eqn1b39ig] {
    display: block;
}


#components-reconnect-modal[b-3eqn1b39ig] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-3eqn1b39ig 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3eqn1b39ig 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3eqn1b39ig 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3eqn1b39ig]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3eqn1b39ig 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3eqn1b39ig {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3eqn1b39ig {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3eqn1b39ig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3eqn1b39ig] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3eqn1b39ig] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3eqn1b39ig] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3eqn1b39ig] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3eqn1b39ig] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3eqn1b39ig] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3eqn1b39ig] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3eqn1b39ig 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3eqn1b39ig] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3eqn1b39ig {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* CSS for Home component */
.hero-catalogo[b-lxyt186fr5] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
    min-height: 500px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(120deg, #082a62 0%, #0b438f 48%, #1478df 100%);
    box-shadow: 0 18px 45px rgba(10, 50, 105, 0.16);
}

    .hero-catalogo[b-lxyt186fr5]::before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        border-radius: 50%;
        right: -190px;
        top: -260px;
        background: rgba(255, 255, 255, 0.08);
    }

    .hero-catalogo[b-lxyt186fr5]::after {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        right: 180px;
        bottom: -250px;
        background: rgba(255, 255, 255, 0.05);
    }

.hero-catalogo__content[b-lxyt186fr5] {
    position: relative;
    z-index: 2;
    padding: 55px 70px;
    color: #fff;
}

.hero-catalogo__logo[b-lxyt186fr5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 12px 20px;
    border-radius: 14px;
    margin-bottom: 28px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

    .hero-catalogo__logo img[b-lxyt186fr5] {
        display: block;
        width: auto;
        height: 70px;
        max-width: 260px;
        object-fit: contain;
    }

.hero-catalogo__eyebrow[b-lxyt186fr5] {
    display: block;
    margin-bottom: 14px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #a9d5ff;
}

.hero-catalogo h1[b-lxyt186fr5] {
    max-width: 720px;
    margin: 0;
    font-size: clamp(2.4rem, 4vw, 4.2rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.035em;
    color: #fff;
}

.hero-catalogo__descricao[b-lxyt186fr5] {
    max-width: 650px;
    margin: 24px 0 30px;
    font-size: 1.08rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.hero-catalogo__acoes[b-lxyt186fr5] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .hero-catalogo__acoes .btn[b-lxyt186fr5] {
        min-width: 145px;
        padding: 12px 22px;
        border-radius: 9px;
        font-weight: 600;
    }

.hero-catalogo__info[b-lxyt186fr5] {
    position: relative;
    z-index: 2;
    align-self: center;
    margin-right: 50px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(3, 31, 75, 0.32);
    backdrop-filter: blur(8px);
}

.hero-info-card[b-lxyt186fr5] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0;
    color: #fff;
}

    .hero-info-card + .hero-info-card[b-lxyt186fr5] {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

.hero-info-card__icone[b-lxyt186fr5] {
    display: flex;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 700;
}

.hero-info-card strong[b-lxyt186fr5] {
    display: block;
    margin-bottom: 4px;
    font-size: 0.98rem;
}

.hero-info-card div span[b-lxyt186fr5] {
    display: block;
    font-size: 0.84rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
}

.home-recursos[b-lxyt186fr5] {
    padding: 60px 0 30px;
}

.home-recursos__titulo[b-lxyt186fr5] {
    max-width: 700px;
    margin-bottom: 30px;
}

    .home-recursos__titulo > span[b-lxyt186fr5] {
        display: block;
        margin-bottom: 7px;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        color: #1d6dcc;
    }

    .home-recursos__titulo h2[b-lxyt186fr5] {
        margin-bottom: 10px;
        font-size: 1.8rem;
        font-weight: 700;
        color: #092755;
    }

    .home-recursos__titulo p[b-lxyt186fr5] {
        margin: 0;
        color: #64748b;
    }

.home-recursos__grid[b-lxyt186fr5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.home-recurso-card[b-lxyt186fr5] {
    display: block;
    padding: 26px;
    border: 1px solid #dce5ef;
    border-radius: 16px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

    .home-recurso-card:hover[b-lxyt186fr5] {
        transform: translateY(-3px);
        border-color: #9fc5ef;
        box-shadow: 0 12px 30px rgba(25, 70, 125, 0.1);
    }

.home-recurso-card__icone[b-lxyt186fr5] {
    display: flex;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eaf4ff;
    color: #1266c3;
    font-size: 1.35rem;
    font-weight: 700;
}

.home-recurso-card h3[b-lxyt186fr5] {
    margin-bottom: 8px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #092755;
}

.home-recurso-card p[b-lxyt186fr5] {
    min-height: 48px;
    margin-bottom: 18px;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #64748b;
}

.home-recurso-card > span[b-lxyt186fr5] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1266c3;
}

@media (max-width: 1000px) {
    .hero-catalogo[b-lxyt186fr5] {
        grid-template-columns: 1fr;
    }

    .hero-catalogo__content[b-lxyt186fr5] {
        padding: 45px;
    }

    .hero-catalogo__info[b-lxyt186fr5] {
        margin: 0 45px 45px;
    }

    .home-recursos__grid[b-lxyt186fr5] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .hero-catalogo[b-lxyt186fr5] {
        border-radius: 16px;
    }

    .hero-catalogo__content[b-lxyt186fr5] {
        padding: 30px 24px;
    }

    .hero-catalogo__logo img[b-lxyt186fr5] {
        height: 52px;
        max-width: 210px;
    }

    .hero-catalogo h1[b-lxyt186fr5] {
        font-size: 2.25rem;
    }

    .hero-catalogo__info[b-lxyt186fr5] {
        margin: 0 24px 30px;
        padding: 20px;
    }

    .hero-catalogo__acoes[b-lxyt186fr5] {
        flex-direction: column;
    }

        .hero-catalogo__acoes .btn[b-lxyt186fr5] {
            width: 100%;
        }
}

.produtos-destaque[b-lxyt186fr5] {
    padding: 55px 0 25px;
}

.produtos-destaque__cabecalho[b-lxyt186fr5] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 26px;
}

.produtos-destaque__eyebrow[b-lxyt186fr5] {
    display: block;
    margin-bottom: 6px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #1d6dcc;
}

.produtos-destaque__cabecalho h2[b-lxyt186fr5] {
    margin: 0 0 7px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #092755;
}

.produtos-destaque__cabecalho p[b-lxyt186fr5] {
    margin: 0;
    color: #64748b;
}

.produtos-destaque__ver-todos[b-lxyt186fr5] {
    flex-shrink: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1266c3;
    text-decoration: none;
}

    .produtos-destaque__ver-todos:hover[b-lxyt186fr5] {
        text-decoration: underline;
    }

.produtos-destaque__estado[b-lxyt186fr5] {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #64748b;
}

.produtos-carousel[b-lxyt186fr5] {
    position: relative;
    display: flex;
    align-items: center;
}

.produtos-carousel__viewport[b-lxyt186fr5] {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}

.produtos-carousel__lista[b-lxyt186fr5] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.produto-destaque-card[b-lxyt186fr5] {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dce5ef;
    border-radius: 16px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 5px 18px rgba(20, 55, 95, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

    .produto-destaque-card:hover[b-lxyt186fr5] {
        transform: translateY(-4px);
        border-color: #9fc5ef;
        box-shadow: 0 14px 30px rgba(20, 55, 95, 0.12);
    }

.produto-destaque-card__imagem[b-lxyt186fr5] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    padding: 18px;
    background: #fff;
    border-bottom: 1px solid #edf1f5;
}

    .produto-destaque-card__imagem img[b-lxyt186fr5] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.produto-destaque-card__sem-imagem[b-lxyt186fr5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #f4f7fa;
    color: #94a3b8;
    font-size: 0.82rem;
}

.produto-destaque-card__conteudo[b-lxyt186fr5] {
    padding: 16px 17px 19px;
}

.produto-destaque-card__codigo[b-lxyt186fr5] {
    display: block;
    margin-bottom: 5px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #7a8ca2;
}

.produto-destaque-card h3[b-lxyt186fr5] {
    margin: 0;
    min-height: 42px;
    font-size: 0.92rem;
    line-height: 1.4;
    font-weight: 700;
    color: #132b4e;
}

.produtos-carousel__botao[b-lxyt186fr5] {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #d8e2ec;
    border-radius: 50%;
    background: #fff;
    color: #1a5fae;
    font-size: 2rem;
    line-height: 1;
    box-shadow: 0 5px 15px rgba(20, 55, 95, 0.12);
    cursor: pointer;
}

    .produtos-carousel__botao:hover[b-lxyt186fr5] {
        background: #f1f7ff;
    }

.produtos-carousel__botao--anterior[b-lxyt186fr5] {
    left: -21px;
}

.produtos-carousel__botao--proximo[b-lxyt186fr5] {
    right: -21px;
}

.produtos-carousel__indicadores[b-lxyt186fr5] {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 20px;
}

    .produtos-carousel__indicadores button[b-lxyt186fr5] {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #d8e0e9;
        cursor: pointer;
    }

        .produtos-carousel__indicadores button.ativo[b-lxyt186fr5] {
            width: 24px;
            border-radius: 10px;
            background: #1478df;
        }

@media (max-width: 1300px) {
    .produtos-carousel__lista[b-lxyt186fr5] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .produto-destaque-card:nth-child(5)[b-lxyt186fr5] {
        display: none;
    }
}

@media (max-width: 1000px) {
    .produtos-carousel__lista[b-lxyt186fr5] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .produto-destaque-card:nth-child(4)[b-lxyt186fr5],
    .produto-destaque-card:nth-child(5)[b-lxyt186fr5] {
        display: none;
    }
}

@media (max-width: 720px) {
    .produtos-destaque__cabecalho[b-lxyt186fr5] {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .produtos-carousel__lista[b-lxyt186fr5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .produto-destaque-card:nth-child(3)[b-lxyt186fr5],
    .produto-destaque-card:nth-child(4)[b-lxyt186fr5],
    .produto-destaque-card:nth-child(5)[b-lxyt186fr5] {
        display: none;
    }

    .produtos-carousel__botao--anterior[b-lxyt186fr5] {
        left: -10px;
    }

    .produtos-carousel__botao--proximo[b-lxyt186fr5] {
        right: -10px;
    }
}

@media (max-width: 480px) {
    .produtos-carousel__lista[b-lxyt186fr5] {
        grid-template-columns: 1fr;
    }

    .produto-destaque-card:nth-child(2)[b-lxyt186fr5],
    .produto-destaque-card:nth-child(3)[b-lxyt186fr5],
    .produto-destaque-card:nth-child(4)[b-lxyt186fr5],
    .produto-destaque-card:nth-child(5)[b-lxyt186fr5] {
        display: none;
    }
}
/* /Components/Pages/ProdutoDetalhe.razor.rz.scp.css */
/* CSS for ProdutoDetalhe component */

.product-detail[b-mwqvaq8y8g] {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.product-detail__image[b-mwqvaq8y8g] {
    width: 100%;
    max-width: 620px;
    height: 420px;
    margin: 0 auto 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}

    .product-detail__image img[b-mwqvaq8y8g] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

.product-detail__no-image[b-mwqvaq8y8g] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #6c757d;
}

.product-detail h1[b-mwqvaq8y8g] {
    margin-top: 8px;
    font-size: 2rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.product-detail p[b-mwqvaq8y8g] {
    overflow-wrap: anywhere;
}

.product-detail__price[b-mwqvaq8y8g] {
    margin-top: 24px;
    padding: 20px;
    border-radius: 12px;
    background: #eef6ff;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .product-detail__price strong[b-mwqvaq8y8g] {
        font-size: 1.7rem;
        line-height: 1.2;
    }

.product-detail__data[b-mwqvaq8y8g] {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

    .product-detail__data > div[b-mwqvaq8y8g] {
        min-width: 0;
        padding: 14px;
        border: 1px solid #e6eaf0;
        border-radius: 10px;
        background: #fff;
    }

    .product-detail__data dt[b-mwqvaq8y8g] {
        font-size: 0.85rem;
        color: #6c757d;
        margin-bottom: 4px;
    }

    .product-detail__data dd[b-mwqvaq8y8g] {
        margin: 0;
        font-weight: 600;
        overflow-wrap: anywhere;
    }

@media (max-width: 768px) {
    .product-detail[b-mwqvaq8y8g] {
        padding: 12px;
    }

    .product-detail__image[b-mwqvaq8y8g] {
        height: 300px;
        margin-bottom: 18px;
    }

    .product-detail h1[b-mwqvaq8y8g] {
        font-size: 1.45rem;
    }

    .product-detail__price[b-mwqvaq8y8g] {
        padding: 16px;
    }

        .product-detail__price strong[b-mwqvaq8y8g] {
            font-size: 1.4rem;
        }

    .product-detail__data[b-mwqvaq8y8g] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .product-detail[b-mwqvaq8y8g] {
        padding: 8px;
    }

    .product-detail__image[b-mwqvaq8y8g] {
        height: 250px;
        border-radius: 8px;
    }

    .product-detail h1[b-mwqvaq8y8g] {
        font-size: 1.25rem;
    }

    .product-detail__price[b-mwqvaq8y8g] {
        padding: 14px;
    }

        .product-detail__price strong[b-mwqvaq8y8g] {
            font-size: 1.25rem;
        }
}
/* /Components/Pages/Produtos.razor.rz.scp.css */
.product-card__image[b-750ixn676v] {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
}

    .product-card__image img[b-750ixn676v] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.product-card__no-image[b-750ixn676v] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #6c757d;
}
