.whatsapp-icon {
    fill: #25D366 !important;
}

.whatsapp-icon:hover {
    fill: #075E54 !important;
}

.whatsapp-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

.modeloItem.selecionado {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, .25);
}



@media screen and (max-width: 599px) {

    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-color: transparent !important;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    #imgLogo {
        height: 7vh;
    }

    main {
        width: 95%;
        margin: auto;
    }

    a {
        color: white;
        text-decoration: none;
    }

    .nav-link {
        color: white;
    }

    #btnHamburger {
        color: white;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }

    .btnProduto {
        font-size: 17px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        background-color: #29A33C;
        border-radius: 10px;
        border: none;
        margin-top: 4%;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    #lupinhaMobile {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    #divMenuDesktop {
        width: 70%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    body {
        width: 100%;
    }

    .sctProduto {
        width: 95%;
        margin: auto;
        margin-top: 5%;
    }

    .img-modelo {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    #carouselProduto {
        width: 100%;
        height: auto;
    }

    #carouselProduto img {
        width: 100%;
        height: auto;
    }

    .tituloProduto {
        width: 100%;
        margin: auto;
        margin-top: 3%;
        font-size: 26px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .statusProduto {
        font-family: "Inter", "Sans-serif";
        font-weight: 400;
        font-size: 16px;
        width: 100%;
        margin: auto;
        margin-top: 1%;
    }

    .h3Modelos {
        font-size: 20px;
        color: #A3141E;
        font-weight: bold;
        font-family: "Montserrat", "Sans-serif";
        width: 100%;
        margin: auto;
        margin-top: 5%;
    }

    .divModelos {
        width: 100%;
        margin: auto;
        margin-top: 1%;
    }

    .divModelos p {
        font-size: 12px;
    }

    .divQuantidade {
        display: flex;
        width: 100%;
        margin: auto;
        margin-top: 4%;
        align-items: center;
    }

    .divQuantidade label {
        font-size: 20px;
    }

    .valorAntigo {
        text-decoration: line-through;
        width: 100%;
        margin: auto;
        font-size: 20px;
        font-weight: 350;
        font-family: "Inter", "Sans-serif";
        color: #C0BABA;
        margin-top: 2%;
    }

    .valorAtual {
        width: 100%;
        margin: auto;
        color: #A3141E;
        font-weight: bold;
        font-size: 24px;
        font-family: "Inter", "Sans-serif";
        margin-top: 1%;
    }

    .pCondicoesPagamento {
        width: 100%;
        margin: auto;
        font-size: 22px;
        font-weight: 350;
        font-family: "Inter", "Sans-serif";
        color: #2D2F30;
    }

    .divAcoesCompra {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 4%;
    }

    .btnAdicionarCarrinho {
        background-color: #AC4F56;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 16px;
        border: none;
        padding: 10px 40px 10px 40px;
        align-items: center;
        border: 5px;
        margin-top: 3%;
    }

    .btnFazerPedido {
        background-color: #A3141E;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 16px;
        border: none;
        padding: 10px 40px 10px 40px;
        align-items: center;
        border: 5px;
        margin-top: 3%;
    }

    .h2Detalhes {
        text-align: center;
        margin-top: 30%;
        color: #A3141E;
        font-size: 24px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
    }

    .divDetalhes {
        width: 90%;
        margin: auto;
    }

    .divDetalhes p {
        text-align: justify !important;
    }

    .divDetalhes img {
        width: 100%;
        height: auto;
    }

    .divImgDetalhes {
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .divCinza {
        background-color: #D9D9D9;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px;
    }

    .divCinza h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 17px;
        padding-top: 2%;
    }

    .divCinza p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .divBranca h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 17px;
        padding-top: 2%;
    }

    .divBranca p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .sctFichaTecnica h2 {
        text-align: center;
        font-size: 24px;
        color: #A3141E;
        font-weight: bold;
        margin-top: 20%;
        margin-bottom: 5%;
    }

    .sctAvaliacoes h2 {
        font-size: 24px;
        color: #A3141E;
        text-align: center;
        margin-top: 20%;
        font-weight: bold;
    }

    .divMediaAvaliacoes {
        display: flex;
        align-items: center;
    }

    .divMediaAvaliacoes img {
        width: 90%;
        /* ou algo fixo, mais controlável */
        height: 50%;
        object-fit: contain;
    }

    .divMedia h2 {
        font-size: 30px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        margin: 0;
    }

    .quantAvaliacoes {
        margin: 0;
        font-size: 18px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantAvaliacoes span {
        font-weight: bold;
    }

    .quantComentarios {
        margin: 0;
        font-size: 18px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantComentarios span {
        font-weight: bold;
    }

    .divQuantAvaliacoes {
        display: flex;
        align-items: center;
    }

    .divQuantAvaliacoes p {
        margin: 0;
    }

    .divQuantAvaliacoes img {
        width: 15%;
        height: 15%;
    }

    .divBarraAvaliacoes {
        width: 50%;
        background-color: #EAEAEA;
        border: 10px;
        height: 1.5vh;
    }

    .divAvaliacao {
        width: 50%;
        height: 1.5vh;
        border-radius: 10px;
        background-color: #A3141E;
    }

    .divBtnAvaliar {
        text-align: center;
        margin-top: 12%;
    }

    .divBtnAvaliar button {
        border: 1px solid #A3141E;
        width: 100%;
        height: auto;
        align-items: center;
        font-size: 15px;
        color: #A3141E;
        background-color: transparent;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        text-align: center;
    }

    .headerComentario {
        display: flex;
        align-items: center;
        margin-top: 5%;
    }

    .headerComentario img {
        width: 100%;
        height: auto;
    }

    .divImgPerfil {
        width: 10%;
    }

    .divNomeUsuario {
        margin-left: 1%;
    }

    .divNomeUsuario p {
        margin: 0;
    }

    .divEstrelas {
        display: flex;
        align-items: center;
        width: 28%;
    }

    .pModelo {
        font-size: 12px;
        font-family: "Inter", "Sans-serif";
        font-weight: 350;
        text-align: left;
        width: 98%;
        margin: auto;
        color: #979696;
    }

    .pModelo span {
        color: #2D2F30;
    }

    .divImgAvaliacao {
        height: auto;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 98%;
        margin: auto;
        margin-top: 2%;
    }

    .divImgAvaliacao img {
        width: 80px;
        max-height: 80px;
        object-fit: cover;
    }

    .pComentarioAvaliacao {
        width: 98%;
        margin: auto;
        text-align: justify;
        font-size: 17px;
        font-weight: 350;
        color: #2D2F30;
        margin-top: 2%;
    }

    .divModelos {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        padding: 10px 0;
    }

    .divModelos::-webkit-scrollbar {
        display: none;
    }

    .divModelos .modeloItem {
        flex: 0 0 auto;
        width: 120px;
        /* largura fixa de cada item */
        text-align: center;
        cursor: pointer;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 5px;
    }

    .card {
        width: 80%;
    }

    .titleArticle {
        padding-top: 10%;
        font-family: "Montserrat", "Sans-serif";
        color: #A3141E;
        font-size: 20px;
    }

    .divImgProdutoRelacionado {
        text-align: center;
    }

    .hr {
        width: 20%;
        height: 1vh;
        background-color: #A3141E;
    }

    .imgProduto {
        width: 100%;
        height: 300px;
        object-fit: cover;
        margin: auto;
    }

    .titleProduto {
        font-size: 24px;
        font-family: "Open Sans", "Sans-serif";
        width: 100%;
        margin: auto;
        font-weight: 500;
        text-align: center;
        color: #2D2F30;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

    .title {
        margin-top: 3%;
        font-size: 20px;
        font-weight: bold;
        color: #A3141E;
        text-align: center;
        font-family: "Montserrat", "Sans-serif";
    }

    .precoAntigo {
        text-align: center;
        margin-top: 5%;
    }

    .porApenas {
        font-size: 16px;
        text-align: center;
    }

    .precoProduto {
        font-size: 24px;
        text-align: center;
        font-family: "Open Sans", "Sans-serif";
    }

    .star {
        width: 25px;
        height: 25px;
        cursor: pointer;
        transition: color 0.2s;
    }

    .star:hover {
        fill: #FFAF27;
    }

    .star.hovered,
    .star.selected {
        color: #FFD700 !important;
        /* amarelo dourado */
    }

    .star.selected path {
        fill: #FFAF27;
    }

    #divEstrelas {
        margin-top: 5% !important;
        gap: 10px !important;
    }

    #titleProduto {
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 22px;
        color: #2D2F30;
        font-weight: 750;
        margin: 0;
        margin-top: 4%;
    }

    #previewContainer img {
        width: 100px;
        height: auto;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    #previewContainer button {
        display: block;
        margin-top: 5px;
        background: #ff3d3d;
        color: white;
        border: none;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

    #linhaSeparacao {
        width: 100%;
        margin: auto;
        height: 2px;
        background-color: #2D2F30;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    #imgProdutoModal {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    #imgEnviar {
        width: 40px;
        fill: white;
        margin-bottom: 8%;
    }

    #btnEnviarAvaliacao {
        background-color: #00D922;
        color: white;
        padding: 20px 10px 20px 10px;
        font-size: 14px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: bold;
        border: none;
    }

    #divProdutoModal {
        width: 100%;
        margin: auto;
        margin-top: 4%;
    }

    #titleModal {
        font-size: 22px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 750;
        color: #A3141E;
        text-align: center;
    }

    #divInputDesc {
        width: 100%;
        margin: auto;
        margin-top: 15%;
    }

    #subTitleDesc {
        margin: 0;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 14px;
        text-align: center;
        font-weight: 550;
        letter-spacing: 1px;
    }

    #divUpload {
        width: 100%;
        margin: auto;
        text-align: center;
        justify-content: center;
    }

    #pUpload {
        margin: 0;
        margin-top: 13%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 14px;
        font-weight: 550;
        color: #2D2F30;
    }

    .pNota {
        font-weight: 700;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 15px;
    }

    #lblUpload {
        display: flex;
        flex-direction: column;
        background-color: #EF9700;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 20px;
        color: white;
        cursor: pointer;
        width: 50%;
        margin: auto;
        margin-top: 1%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        gap: 7px;
    }

    #divBtnEnviarAvaliacao {
        margin-top: 5%;
        position: sticky;
        bottom: 0;
        background: white;
        z-index: 2;
    }

    #titleNota {
        margin: 0;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 800;
        font-size: 22px;
        color: #A3141E;
        letter-spacing: 1.5px;
    }

    #divModal {
        border-radius: 20px;
        padding: 20px;
        overflow: hidden;
    }

    .modal-body {
        max-height: 80vh;
        overflow-y: auto;
        padding-right: 10px
    }

    .modal-body::-webkit-scrollbar {
        width: 6px;
    }

    .modal-body::-webkit-scrollbar-thumb {
        border-radius: 4px;
    }

    .center-button {
        justify-content: center !important;
        text-align: center !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {

    body {
        width: 100%;
    }

    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #imgLogo {
        height: 7vh;
    }

    a {
        color: white;
        text-decoration: none;
    }

    .nav-link {
        color: white;
    }

    #btnHamburger {
        color: white;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }


    #imgLogo {
        height: 7vh;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    #lupinhaMobile {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    #imgLogo {
        height: 8vh;
    }

    #divPesquisa {
        width: 80%;
    }

    #divMenuDesktop {
        width: 100%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-color: transparent !important;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    #carouselProduto {
        width: 80%;
        height: auto;
        margin: auto;
        margin-top: 8%;
    }

    #carouselProduto img {
        width: 80%;
        height: auto;
    }

    .tituloProduto {
        width: 80%;
        margin: auto;
        margin-top: 3%;
        font-size: 26px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .statusProduto {
        font-family: "Inter", "Sans-serif";
        font-weight: 400;
        font-size: 16px;
        width: 80%;
        margin: auto;
        margin-top: 1%;
    }

    .divModelos {
        width: 80%;
        margin: auto;
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        padding: 10px 0;
    }

    .divModelos::-webkit-scrollbar {
        display: none;
    }

    .divModelos .modeloItem {
        flex: 0 0 auto;
        width: 120px;
        /* largura fixa de cada item */
        text-align: center;
        cursor: pointer;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 5px;
    }

    .img-modelo {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .h3Modelos {
        font-size: 20px;
        color: #A3141E;
        font-weight: bold;
        font-family: "Montserrat", "Sans-serif";
        width: 80%;
        margin: auto;
        margin-top: 5%;
    }

    .divQuantidade {
        display: flex;
        width: 80%;
        margin: auto;
        margin-top: 2%;
        align-items: center;
    }

    .divQuantidade label {
        font-size: 20px;
    }

    .valorAntigo {
        text-decoration: line-through;
        width: 80%;
        margin: auto;
        font-size: 20px;
        font-weight: 350;
        font-family: "Inter", "Sans-serif";
        color: #C0BABA;
        margin-top: 2%;
    }

    .valorAtual {
        width: 80%;
        margin: auto;
        color: #A3141E;
        font-weight: bold;
        font-size: 26px;
        font-family: "Inter", "Sans-serif";
        margin-top: 1%;
    }

    .pCondicoesPagamento {
        width: 80%;
        margin: auto;
        font-size: 22px;
        font-weight: 350;
        font-family: "Inter", "Sans-serif";
        color: #2D2F30;
    }

    .divAcoesCompra {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .btnAdicionarCarrinho {
        background-color: #AC4F56;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 16px;
        border: none;
        height: 4vh;
        align-items: center;
        border: 5px;
        margin-top: 3%;
    }

    .btnFazerPedido {
        background-color: #A3141E;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 16px;
        border: none;
        height: 4vh;
        align-items: center;
        border: 5px;
        margin-top: 3%;
    }

    .h2Detalhes {
        text-align: center;
        margin-top: 20%;
        color: #A3141E;
        font-size: 24px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
    }

    .divDetalhes {
        width: 90%;
        margin: auto;
    }

    .divDetalhes p {
        text-align: justify;
    }

    .divDetalhes img {
        width: 100%;
        height: auto;
    }

    .divImgDetalhes {
        width: 80%;
        margin: auto;
        height: auto;
        text-align: center;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .divCinza {
        background-color: #D9D9D9;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px;
    }

    .divCinza h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 17px;
        padding-top: 2%;
    }

    .divCinza p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .divBranca h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 17px;
        padding-top: 2%;
    }

    .divBranca p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .sctFichaTecnica h2 {
        text-align: center;
        font-size: 24px;
        color: #A3141E;
        font-weight: bold;
        margin-top: 20%;
        margin-bottom: 5%;
    }

    .sctAvaliacoes h2 {
        font-size: 24px;
        color: #A3141E;
        text-align: center;
        margin-top: 20%;
        font-weight: bold;
    }

    .divMediaAvaliacoes {
        display: flex;
        align-items: center;
    }

    .divMediaAvaliacoes img {
        width: 90%;
        /* ou algo fixo, mais controlável */
        height: 50%;
        object-fit: contain;
    }

    .divMedia h2 {
        font-size: 30px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        margin: 0;
    }

    .quantAvaliacoes {
        margin: 0;
        font-size: 18px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantAvaliacoes span {
        font-weight: bold;
    }

    #rowAvaliacoes {
        width: 100% !important;
        margin: auto;
        margin-top: 10%;
    }

    .quantComentarios {
        margin: 0;
        font-size: 18px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantComentarios span {
        font-weight: bold;
    }

    .divQuantAvaliacoes {
        display: flex;
        align-items: center;
        width: 70%;
        margin: auto;
        justify-content: right;
    }

    .divQuantAvaliacoes p {
        margin: 0;
    }

    .divQuantAvaliacoes img {
        width: 15%;
        height: 15%;
    }

    .divBarraAvaliacoes {
        width: 80%;
        background-color: #EAEAEA;
        border: 10px;
        height: 1.5vh;
    }

    .divAvaliacao {
        width: 50%;
        height: 1.5vh;
        border-radius: 10px;
        background-color: #A3141E;
    }

    .divBtnAvaliar {
        text-align: center;
        margin-top: 12%;
    }

    .divBtnAvaliar button {
        border: 1px solid #A3141E;
        width: 100%;
        height: auto;
        align-items: center;
        font-size: 15px;
        color: #A3141E;
        background-color: transparent;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        text-align: center;
    }

    .headerComentario {
        display: flex;
        align-items: center;
        margin-top: 5%;
    }

    .headerComentario img {
        width: 100%;
        height: auto;
    }

    .divImgPerfil {
        width: 5%;
    }

    .divNomeUsuario {
        margin-left: 1%;
    }

    .divNomeUsuario p {
        margin: 0;
    }

    .divEstrelas {
        display: flex;
        align-items: center;
        width: 17%;
    }

    .pModelo {
        font-size: 12px;
        font-family: "Inter", "Sans-serif";
        font-weight: 350;
        text-align: left;
        width: 98%;
        margin: auto;
        color: #979696;
    }

    .pModelo span {
        color: #2D2F30;
    }

    .divImgAvaliacao {
        height: auto;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 98%;
        margin: auto;
        margin-top: 2%;
    }

    .divImgAvaliacao img {
        width: 80px;
        max-height: 80px;
        object-fit: cover;
    }

    .pComentarioAvaliacao {
        width: 98%;
        margin: auto;
        text-align: justify;
        font-size: 17px;
        font-weight: 350;
        color: #2D2F30;
        margin-top: 2%;
    }

    .card {
        width: 40%;
    }

    .titleArticle {
        padding-top: 10%;
        font-family: "Montserrat", "Sans-serif";
        color: #A3141E;
        font-size: 20px;
    }

    .divImgProduto {
        width: 100%;
        margin: auto;
    }

    .hr {
        width: 20%;
        height: 1vh;
        background-color: #A3141E;
    }

    .imgProduto {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .titleProduto {
        font-size: 20px;
        font-family: "Open Sans", "Sans-serif";
        width: 100%;
        margin: auto;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
        color: #2D2F30;
    }

    .title {
        margin-top: 3%;
        font-size: 20px;
        font-weight: bold;
        color: #A3141E;
        text-align: center;
        font-family: "Montserrat", "Sans-serif";
    }

    .precoAntigo {
        text-align: center;
        margin-top: 5%;
    }

    .porApenas {
        font-size: 16px;
        text-align: center;
    }

    .precoProduto {
        font-size: 24px;
        text-align: center;
        font-family: "Open Sans", "Sans-serif";
    }

    .star {
        width: 25px;
        height: 25px;
        cursor: pointer;
        transition: color 0.2s;
    }

    .star:hover {
        fill: #FFAF27;
    }

    .star.hovered,
    .star.selected {
        color: #FFD700;
        /* amarelo dourado */
    }

    .star.selected path {
        fill: #FFAF27;
    }

    #divEstrelas {
        margin-top: 5% !important;
        gap: 10px !important;
    }

    #titleProduto {
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 22px;
        color: #2D2F30;
        font-weight: 750;
        margin: 0;
        margin-top: 4%;
    }

    #previewContainer img {
        width: 100px;
        height: auto;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    #previewContainer button {
        display: block;
        margin-top: 5px;
        background: #ff3d3d;
        color: white;
        border: none;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

    #linhaSeparacao {
        width: 100%;
        margin: auto;
        height: 2px;
        background-color: #2D2F30;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    #imgProdutoModal {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin: auto;
    }

    #imgEnviar {
        width: 40px;
        fill: white;
        margin-bottom: 8%;
    }

    #btnEnviarAvaliacao {
        background-color: #00D922;
        color: white;
        padding: 20px 10px 20px 10px;
        font-size: 14px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: bold;
        border: none;
    }

    #divProdutoModal {
        width: 80%;
        margin: auto;
        margin-top: 4%;
    }

    #titleModal {
        font-size: 22px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 750;
        color: #A3141E;
        text-align: center;
    }

    #divInputDesc {
        width: 100%;
        margin: auto;
        margin-top: 15%;
    }

    #subTitleDesc {
        margin: 0;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 14px;
        text-align: center;
        font-weight: 550;
        letter-spacing: 1px;
    }

    #divUpload {
        width: 100%;
        margin: auto;
        text-align: center;
        justify-content: center;
    }

    #pUpload {
        margin: 0;
        margin-top: 13%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 14px;
        font-weight: 550;
        color: #2D2F30;
    }

    .pNota {
        font-weight: 700;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 15px;
    }

    .modal-dialog {
        max-width: none !important;
        width: 85vw;
    }

    #lblUpload {
        display: flex;
        flex-direction: column;
        background-color: #EF9700;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 20px;
        color: white;
        cursor: pointer;
        width: 30%;
        margin: auto;
        margin-top: 1%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        gap: 7px;
    }

    #divBtnEnviarAvaliacao {
        margin-top: 5%;
        position: sticky;
        bottom: 0;
        background: white;
        z-index: 2;
    }

    #titleNota {
        margin: 0;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 800;
        font-size: 22px;
        color: #A3141E;
        letter-spacing: 1.5px;
    }

    #divModal {
        border-radius: 20px;
        padding: 20px;
        overflow: hidden;
    }

    .modal-body {
        max-height: 80vh;
        overflow-y: auto;
        padding-right: 10px
    }

    .modal-body::-webkit-scrollbar {
        width: 6px;
    }

    .modal-body::-webkit-scrollbar-thumb {
        border-radius: 4px;
    }

    .center-button {
        justify-content: center !important;
        text-align: center !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {

    body {
        width: 100%;
    }

    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    a {
        color: white;
        text-decoration: none;
    }

    .nav-link {
        color: white;
    }

    #btnHamburger {
        color: white;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    #imgLogo {
        height: 7vh;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-color: transparent !important;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    #lupinhaMobile {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    .sctProduto {
        width: 95%;
        margin: auto;
        margin-top: 5%;
    }

    #imgLogo {
        height: 5vh;
    }

    #divPesquisa {
        width: 80%;
    }

    #divMenuDesktop {
        width: 100%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    #carouselProduto {
        width: 85%;
        height: auto;
        margin: auto;
        margin-top: 8%;
    }

    #carouselProduto img {
        width: 80%;
        height: auto;
    }

    .tituloProduto {
        width: 85%;
        margin: auto;
        margin-top: 3%;
        font-size: 34px;
        font-weight: 550;
        font-family: "Open Sans", "Sans-serif";
    }

    .statusProduto {
        font-family: "Inter", "Sans-serif";
        font-weight: 400;
        font-size: 16px;
        width: 85%;
        margin: auto;
        margin-top: 1%;
    }

    .h3Modelos {
        font-size: 24px;
        color: #A3141E;
        font-weight: bold;
        font-family: "Montserrat", "Sans-serif";
        width: 85%;
        margin: auto;
        margin-top: 5%;
    }

    .divModelos {
        width: 85%;
        margin: auto;
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        padding: 10px 0;
    }

    .divModelos::-webkit-scrollbar {
        display: none;
    }

    .divModelos .modeloItem {
        flex: 0 0 auto;
        width: 120px;
        /* largura fixa de cada item */
        text-align: center;
        cursor: pointer;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 5px;
    }

    .img-modelo {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }


    .divQuantidade {
        display: flex;
        width: 85%;
        margin: auto;
        margin-top: 2%;
        align-items: center;
    }

    .divQuantidade label {
        font-size: 20px;
    }

    .valorAntigo {
        text-decoration: line-through;
        width: 85%;
        margin: auto;
        font-size: 20px;
        font-weight: 350;
        font-family: "Inter", "Sans-serif";
        color: #C0BABA;
        margin-top: 2%;
    }

    .valorAtual {
        width: 85%;
        margin: auto;
        color: #A3141E;
        font-weight: bold;
        font-size: 30px;
        font-family: "Inter", "Sans-serif";
        margin-top: 1%;
    }

    .pCondicoesPagamento {
        width: 85%;
        margin: auto;
        font-size: 22px;
        font-weight: 350;
        font-family: "Inter", "Sans-serif";
        color: #2D2F30;
    }

    .divAcoesCompra {
        display: flex;
        flex-direction: column;
        width: 85%;
        margin: auto;
        margin-top: 3%;
        text-align: center;
    }

    .btnAdicionarCarrinho {
        background-color: #AC4F56;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 16px;
        border: none;
        height: 4vh;
        align-items: center;
        border: 5px;
        margin-top: 3%;
    }

    .btnFazerPedido {
        background-color: #A3141E;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 16px;
        border: none;
        height: 4vh;
        align-items: center;
        border: 5px;
        margin-top: 3%;
    }

    .h2Detalhes {
        text-align: center;
        margin-top: 30%;
        color: #A3141E;
        font-size: 24px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
    }

    .divDetalhes {
        width: 90%;
        margin: auto;
    }

    .divDetalhes p {
        text-align: justify;
    }

    .divDetalhes img {
        width: 100%;
        height: auto;
    }

    .divImgDetalhes {
        width: 65%;
        margin: auto;
        height: auto;
        text-align: center;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .divCinza {
        background-color: #D9D9D9;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px;
    }

    .divCinza h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 20px;
        padding-top: 2%;
    }

    .divCinza p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 18px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .divBranca h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 20px;
        padding-top: 2%;
    }

    .divBranca p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 18px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .sctFichaTecnica h2 {
        text-align: center;
        font-size: 28px;
        color: #A3141E;
        font-weight: bold;
        margin-top: 12%;
        margin-bottom: 5%;
    }

    .sctAvaliacoes h2 {
        font-size: 24px;
        color: #A3141E;
        text-align: center;
        margin-top: 20%;
        font-weight: bold;
    }

    .divMediaAvaliacoes {
        display: flex;
        align-items: center;
    }

    .divMediaAvaliacoes img {
        width: 90%;
        /* ou algo fixo, mais controlável */
        height: 50%;
        object-fit: contain;
    }

    .divMedia h2 {
        font-size: 30px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        margin: 0;
    }

    .sctAvaliacoes {
        width: 85%;
        margin: auto;
    }

    #rowAvaliacoes {
        width: 85% !important;
        margin: auto;
        margin-top: 10%;
    }

    .quantAvaliacoes {
        margin: 0;
        font-size: 18px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantAvaliacoes span {
        font-weight: bold;
    }

    .quantComentarios {
        margin: 0;
        font-size: 18px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantComentarios span {
        font-weight: bold;
    }

    .divQuantAvaliacoes {
        display: flex;
        align-items: center;
        width: 70%;
        margin: auto;
        justify-content: right;
    }

    .divQuantAvaliacoes p {
        margin: 0;
    }

    .divQuantAvaliacoes img {
        width: 15%;
        height: 15%;
    }

    .divBarraAvaliacoes {
        width: 80%;
        background-color: #EAEAEA;
        border: 10px;
        border-radius: 10px;
        height: 1.5vh;
    }

    .divAvaliacao {
        width: 50%;
        height: 1.5vh;
        border-radius: 10px;
        background-color: #A3141E;
    }

    .divBtnAvaliar {
        text-align: center;
        margin-top: 12%;
    }

    .divBtnAvaliar button {
        border: 1px solid #A3141E;
        width: 100%;
        height: auto;
        align-items: center;
        font-size: 17px;
        color: #A3141E;
        background-color: transparent;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        text-align: center;
    }

    .headerComentario {
        display: flex;
        align-items: center;
        margin-top: 5%;
    }

    .headerComentario img {
        width: 100%;
        height: auto;
    }

    .divImgPerfil {
        width: 5%;
    }

    .modal-dialog {
        max-width: none !important;
        width: 85vw;
    }

    .divNomeUsuario {
        margin-left: 1%;
    }

    .divNomeUsuario p {
        margin: 0;
    }

    .divEstrelas {
        display: flex;
        align-items: center;
        width: 17%;
    }

    .pModelo {
        font-size: 12px;
        font-family: "Inter", "Sans-serif";
        font-weight: 350;
        text-align: left;
        width: 98%;
        margin: auto;
        color: #979696;
    }

    .pModelo span {
        color: #2D2F30;
    }

    .divImgAvaliacao {
        height: auto;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 98%;
        margin: auto;
        margin-top: 2%;
    }

    .divImgAvaliacao img {
        width: 80px;
        max-height: 80px;
        object-fit: cover;
    }

    .pComentarioAvaliacao {
        width: 98%;
        margin: auto;
        text-align: justify;
        font-size: 17px;
        font-weight: 350;
        color: #2D2F30;
        margin-top: 2%;
    }

    .card {
        width: 30%;
    }

    .titleArticle {
        padding-top: 10%;
        font-family: "Montserrat", "Sans-serif";
        color: #A3141E;
        font-size: 20px;
    }

    .divImgProdutoRelacionado {
        text-align: center;
    }

    .hr {
        width: 20%;
        height: 1vh;
        background-color: #A3141E;
    }

    .imgProduto {
        width: 100%;
        height: 180px;
        object-fit: cover;
        margin: auto;
    }

    .titleProduto {
        font-size: 20px;
        font-family: "Open Sans", "Sans-serif";
        width: 100%;
        margin: auto;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 300;
        text-align: center;
        color: #2D2F30;
    }

    .title {
        margin-top: 3%;
        font-size: 20px;
        font-weight: bold;
        color: #A3141E;
        text-align: center;
        font-family: "Montserrat", "Sans-serif";
    }

    .precoAntigo {
        text-align: center;
        margin-top: 5%;
    }

    .porApenas {
        font-size: 16px;
        text-align: center;
    }

    .precoProduto {
        font-size: 24px;
        text-align: center;
        font-family: "Open Sans", "Sans-serif";
    }

    .btnProduto {
        background-color: #29A33C;
        font-size: 16px;
        font-family: "Montserrat", "Sans-serif";
        text-align: center;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 10px;
    }

    .star {
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: color 0.2s;
    }

    .star:hover {
        fill: #FFAF27;
    }

    .star.hovered,
    .star.selected {
        color: #FFD700;
        /* amarelo dourado */
    }

    .star.selected path {
        fill: #FFAF27;
    }

    #divEstrelas {
        margin-top: 5% !important;
        gap: 25px !important;
    }

    #titleProduto {
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 22px;
        color: #2D2F30;
        font-weight: 750;
        margin: 0;
        margin-top: 4%;
    }

    #previewContainer img {
        width: 100px;
        height: auto;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .modal-dialog {
        max-width: none !important;
        width: 85vw;
    }

    #previewContainer button {
        display: block;
        margin-top: 5px;
        background: #ff3d3d;
        color: white;
        border: none;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

    #linhaSeparacao {
        width: 100%;
        margin: auto;
        height: 2px;
        background-color: #2D2F30;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    #imgProdutoModal {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin: auto;
    }

    #imgEnviar {
        width: 40px;
        fill: white;
        margin-bottom: 8%;
    }

    #btnEnviarAvaliacao {
        background-color: #00D922;
        color: white;
        padding: 20px 10px 20px 10px;
        font-size: 14px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: bold;
        border: none;
    }

    #divProdutoModal {
        width: 80%;
        margin: auto;
        margin-top: 4%;
    }

    #titleModal {
        font-size: 22px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 750;
        color: #A3141E;
        text-align: center;
    }

    #divInputDesc {
        width: 100%;
        margin: auto;
        margin-top: 15%;
    }

    #subTitleDesc {
        margin: 0;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 14px;
        text-align: center;
        font-weight: 550;
        letter-spacing: 1px;
    }

    #divUpload {
        width: 100%;
        margin: auto;
        text-align: center;
        justify-content: center;
    }

    #pUpload {
        margin: 0;
        margin-top: 13%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 14px;
        font-weight: 550;
        color: #2D2F30;
    }

    .pNota {
        font-weight: 700;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 15px;
    }

    #lblUpload {
        display: flex;
        flex-direction: column;
        background-color: #EF9700;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 20px;
        color: white;
        cursor: pointer;
        width: 30%;
        margin: auto;
        margin-top: 1%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        gap: 7px;
    }

    #divBtnEnviarAvaliacao {
        margin-top: 5%;
        position: sticky;
        bottom: 0;
        background: white;
        z-index: 2;
    }

    #titleNota {
        margin: 0;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 800;
        font-size: 22px;
        color: #A3141E;
        letter-spacing: 1.5px;
    }

    #divModal {
        border-radius: 20px;
        padding: 20px;
        overflow: hidden;
    }

    .modal-body {
        max-height: 80vh;
        overflow-y: auto;
        padding-right: 10px
    }

    .modal-body::-webkit-scrollbar {
        width: 6px;
    }

    .modal-body::-webkit-scrollbar-thumb {
        border-radius: 4px;
    }

    .center-button {
        justify-content: center !important;
        text-align: center !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    body {
        width: 100%;
    }

    a {
        color: white;
        text-decoration: none;
    }

    .nav-link {
        color: white;
    }

    #btnHamburger {
        color: white;
    }

    #imgLogo {
        height: 8vh;
    }

    #divPesquisa {
        width: 80%;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #imgLogo {
        height: 5vh;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-color: transparent !important;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    #lupinhaMobile {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    #divMenuDesktop {
        width: 70%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    .sctProduto {
        width: 95%;
        margin: auto;
    }

    .ladoDireito {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin: auto;
        margin-top: 3%;
        margin-left: 0;
        height: auto;
    }

    #carouselProduto {
        width: 50%;
        height: auto;
        margin: auto;
        margin-right: 0;
        margin-top: 3%;
    }

    #carouselProduto img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .tituloProduto {
        width: 100%;
        margin-top: 3%;
        font-size: 29px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .statusProduto {
        font-family: "Inter", "Sans-serif";
        font-weight: 400;
        font-size: 16px;
        width: 97%;
        margin: auto;
        margin-top: 1%;
        text-align: right;
    }

    .h3Modelos {
        font-size: 20px;
        color: #A3141E;
        font-weight: bold;
        font-family: "Montserrat", "Sans-serif";
        width: 100%;
        margin-top: 5%;
    }

    .divModelos {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        padding: 10px 0;
    }

    .divModelos::-webkit-scrollbar {
        display: none;
    }

    .divModelos .modeloItem {
        flex: 0 0 auto;
        width: 120px;
        /* largura fixa de cada item */
        text-align: center;
        cursor: pointer;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 5px;
    }

    .img-modelo {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .divQuantidade {
        display: flex;
        width: 100%;
        margin-top: 5%;
        align-items: center;
    }

    .divQuantidade label {
        font-size: 20px;
        margin: 0;
    }

    .valorAntigo {
        text-decoration: line-through;
        width: 100%;
        margin: auto;
        margin-left: 0;
        font-size: 18px;
        font-weight: bold;
        font-family: "Inter", "Sans-serif";
        color: #C0BABA;
        margin-top: 4%;
    }

    .valorAtual {
        width: 100%;
        margin: auto;
        margin-left: 0;
        color: #A3141E;
        font-weight: bold;
        font-size: 28px;
        font-family: "Inter", "Sans-serif";
        margin-top: 1%;
    }

    .pCondicoesPagamento {
        width: 100%;
        margin: auto;
        margin-left: 0;
        font-size: 20px;
        font-weight: 350;
        font-family: "Inter", "Sans-serif";
        color: #2D2F30;
    }

    .divAcoesCompra {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        gap: 30px;
        margin-top: 5%;
    }

    .btnAdicionarCarrinho {
        background-color: #AC4F56;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 16px;
        border: none;
        height: 4vh;
        align-items: center;
        border: 5px;
        margin-top: 3%;
        width: 45%;
    }

    .btnFazerPedido {
        background-color: #A3141E;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 16px;
        border: none;
        height: 4vh;
        align-items: center;
        border: 5px;
        margin-top: 3%;
        width: 45%;
    }

    .h2Detalhes {
        text-align: center;
        margin-top: 20%;
        color: #A3141E;
        font-size: 28px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
    }

    .divDetalhes {
        width: 90%;
        margin: auto;
    }

    .divDetalhes p {
        text-align: justify;
        font-size: 20px;
        margin-top: 5%;
    }

    .divDetalhes img {
        width: 100%;
        height: auto;
    }

    .divImgDetalhes {
        width: 50%;
        margin: auto;
        height: auto;
        text-align: center;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .divCinza {
        background-color: #D9D9D9;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px;
        width: 90%;
        margin: auto;
    }

    .divCinza h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 22px;
        padding-top: 2%;
    }

    .divCinza p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 19px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .divBranca h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 22px;
        padding-top: 2%;
    }

    .divBranca p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 19px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .sctFichaTecnica h2 {
        text-align: center;
        font-size: 28px;
        color: #A3141E;
        font-weight: bold;
        margin-top: 12%;
        margin-bottom: 5%;
    }

    .sctAvaliacoes h2 {
        font-size: 28px;
        color: #A3141E;
        text-align: center;
        margin-top: 20%;
        font-weight: bold;
    }

    .divMediaAvaliacoes {
        display: flex;
        align-items: center;
    }

    .divMediaAvaliacoes img {
        width: 90%;
        /* ou algo fixo, mais controlável */
        height: 50%;
        object-fit: contain;
    }

    .divMedia h2 {
        font-size: 32px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        margin: 0;
    }

    .quantAvaliacoes {
        margin: 0;
        font-size: 22px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantAvaliacoes span {
        font-weight: bold;
    }

    .quantComentarios {
        margin: 0;
        font-size: 22px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantComentarios span {
        font-weight: bold;
    }

    .divQuantAvaliacoes {
        display: flex;
        align-items: center;
        width: 50%;
        justify-content: right;
    }

    .colQuantAvaliacoes {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /* Isso alinha todo o conteúdo à direita */
    }

    .divQuantAvaliacoes p {
        margin: 0;
    }

    .divQuantAvaliacoes img {
        width: 15%;
        height: auto;
    }

    .divBarraAvaliacoes {
        width: 70%;
        background-color: #EAEAEA;
        border-radius: 10px;
        height: 1.5vh;
    }

    .divAvaliacao {
        width: 50%;
        height: 1.5vh;
        border-radius: 10px;
        background-color: #A3141E;
    }

    .divBtnAvaliar {
        text-align: center;
        margin-top: 12%;
    }

    .divBtnAvaliar button {
        border: 1px solid #A3141E;
        width: 100%;
        height: auto;
        align-items: center;
        font-size: 17px;
        color: #A3141E;
        background-color: transparent;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        text-align: center;
    }

    .headerComentario {
        display: flex;
        align-items: center;
        margin-top: 5%;
    }

    .headerComentario img {
        width: 100%;
        height: auto;
    }

    .divImgPerfil {
        width: 5%;
    }

    .divNomeUsuario p {
        margin: 0;
    }

    .divEstrelas {
        display: flex;
        align-items: center;
        width: 17%;
    }

    .pModelo {
        font-size: 12px;
        font-family: "Inter", "Sans-serif";
        font-weight: 350;
        text-align: left;
        width: 98%;
        margin: auto;
        color: #979696;
    }

    .pModelo span {
        color: #2D2F30;
    }

    .divImgAvaliacao {
        height: auto;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 98%;
        margin: auto;
        margin-top: 2%;
    }

    .divImgAvaliacao img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .pComentarioAvaliacao {
        width: 98%;
        margin: auto;
        text-align: justify;
        font-size: 17px;
        font-weight: 350;
        color: #2D2F30;
        margin-top: 2%;
    }

    .card {
        width: 25%;
        height: auto;
    }

    .titleArticle {
        padding-top: 10%;
        font-family: "Montserrat", "Sans-serif";
        color: #A3141E;
        font-size: 28px;
    }

    .divImgProdutoRelacionado {
        text-align: center;
        justify-content: center;
        margin: auto;
    }

    .hr {
        width: 20%;
        height: 1vh;
        background-color: #A3141E;
    }

    .imgProduto {
        width: 100%;
        height: 180px;
        object-fit: cover;
        margin: auto;
    }


    .titleProduto {
        font-size: 22px;
        font-family: "Open Sans", "Sans-serif";
        width: 100%;
        margin: auto;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
        color: #2D2F30;
    }

    .title {
        margin-top: 3%;
        font-size: 28px;
        font-weight: bold;
        color: #A3141E;
        text-align: center;
        font-family: "Montserrat", "Sans-serif";
    }

    .precoAntigo {
        text-align: center;
        margin-top: 5%;
    }

    .porApenas {
        font-size: 16px;
        text-align: center;
    }

    .precoProduto {
        font-size: 24px;
        text-align: center;
        font-family: "Open Sans", "Sans-serif";
    }

    .btnProduto {
        background-color: #29A33C;
        font-size: 16px;
        font-family: "Montserrat", "Sans-serif";
        text-align: center;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 10px;
    }

    .star {
        width: 18px;
        height: 18px;
        cursor: pointer;
        transition: color 0.2s;
        margin-left: 2%;
    }

    .star:hover {
        fill: #FFAF27;
    }

    .star.hovered,
    .star.selected {
        color: #FFD700;
        /* amarelo dourado */
    }

    .star.selected path {
        fill: #FFAF27;
    }

    #titleProduto {
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 30px;
        color: #2D2F30;
        font-weight: 750;
    }

    #previewContainer img {
        width: 100px;
        height: auto;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    #previewContainer button {
        display: block;
        margin-top: 5px;
        background: #ff3d3d;
        color: white;
        border: none;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

    #linhaSeparacao {
        width: 80%;
        margin: auto;
        height: 2px;
        background-color: #2D2F30;
        margin-top: 4%;
        margin-bottom: 4%;
    }

    #imgProdutoModal {
        width: 30vh;
        height: 20vh;
        object-fit: cover;
    }

    #imgEnviar {
        width: 40px;
        fill: white;
        margin-bottom: 8%;
    }

    #btnEnviarAvaliacao {
        background-color: #00D922;
        color: white;
        padding: 20px 10px 20px 10px;
        font-size: 16px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: bold;
        border: none;
    }

    #divProdutoModal {
        width: 80%;
        margin: auto;
        margin-top: 4%;

    }

    #divDadosProdModal {
        margin-top: 3%;
        margin-left: 2%;
    }

    #titleModal {
        font-size: 32px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 750;
        color: #A3141E;
        text-align: center;
    }

    #divInputDesc {
        width: 80%;
        margin: auto;
        margin-top: 5%;
    }

    #subTitleDesc {
        margin: 0;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 20px;
        font-weight: 550;
        letter-spacing: 1px;
    }

    #divUpload {
        width: 50%;
        margin: auto;
        text-align: center;
        justify-content: center;
    }

    #pUpload {
        margin: 0;
        margin-top: 13%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 16px;
        font-weight: 550;
        color: #2D2F30;
    }

    .pNota {
        font-weight: 700;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 15px;
    }

    #lblUpload {
        display: flex;
        flex-direction: column;
        background-color: #EF9700;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 20px;
        color: white;
        cursor: pointer;
        width: 35%;
        margin: auto;
        margin-top: 1%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 1px;
        gap: 7px;
        padding: 20px 5px 20px 5px;
    }

    #divBtnEnviarAvaliacao {
        margin-top: 5%;
        position: sticky;
        bottom: 0;
        background: white;
        z-index: 2;
    }

    #titleNota {
        margin: 0;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 800;
        font-size: 30px;
        color: #A3141E;
        letter-spacing: 1.5px;
    }

    #divModal {
        border-radius: 20px;
        padding: 30px;
        overflow: hidden;
    }

    .modal-body {
        max-height: 80vh;
        overflow-y: auto;
        padding-right: 10px
    }

    .modal-body::-webkit-scrollbar {
        width: 6px;
    }

    .modal-body::-webkit-scrollbar-thumb {
        background-color: #c4c4c4;
        border-radius: 4px;
    }

    .center-button {
        justify-content: center !important;
        text-align: center !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    body {
        width: 100%;
    }

    .sctProduto {
        width: 95%;
        margin: auto;
    }

    a {
        color: white;
        text-decoration: none;
    }

    .nav-link {
        color: white;
    }

    #btnHamburger {
        color: white;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    #imgLogo {
        height: 8vh;
    }

    #divPesquisa {
        width: 80%;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-color: transparent !important;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    #lupinhaMobile {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    #divMenuDesktop {
        width: 70%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #imgLogo {
        height: 7vh;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    .ladoDireito {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin: auto;
        margin-top: 4%;
        margin-left: 0;
        justify-content: center;
        height: auto;
    }

    #carouselProduto {
        width: 50%;
        height: auto;
        margin: auto;
        margin-right: 0;
        margin-top: 4%;
    }

    #carouselProduto img {
        width: 100%;
        height: 580px;
        object-fit: cover;
    }

    .tituloProduto {
        width: 100%;
        margin-top: 3%;
        font-size: 34px;
        font-weight: 550;
        font-family: "Open Sans", "Sans-serif";
    }

    .statusProduto {
        font-family: "Inter", "Sans-serif";
        font-weight: 400;
        font-size: 16px;
        width: 97%;
        margin: auto;
        margin-top: 1%;
        text-align: right;
    }

    .h3Modelos {
        font-size: 20px;
        color: #A3141E;
        font-weight: bold;
        font-family: "Montserrat", "Sans-serif";
        width: 100%;
        margin-top: 5%;
    }

    .divModelos {
        display: flex;
        flex-wrap: wrap;
        overflow-x: visible;
        gap: 10px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        padding: 10px 0;
    }

    .divModelos::-webkit-scrollbar {
        display: none;
    }

    .divModelos .modeloItem {
        flex: 0 0 auto;
        width: 120px;
        /* largura fixa de cada item */
        text-align: center;
        cursor: pointer;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 5px;
    }

    .img-modelo {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .divQuantidade {
        display: flex;
        width: 100%;
        margin-top: 5%;
        align-items: center;
    }

    .divQuantidade label {
        font-size: 20px;
        margin: 0;
    }

    .valorAntigo {
        text-decoration: line-through;
        width: 100%;
        margin: auto;
        margin-left: 0;
        font-size: 18px;
        font-weight: bold;
        font-family: "Inter", "Sans-serif";
        color: #C0BABA;
        margin-top: 4%;
    }

    .valorAtual {
        width: 100%;
        margin: auto;
        margin-left: 0;
        color: #A3141E;
        font-weight: 800;
        font-size: 32px;
        font-family: "Inter", "Sans-serif";
        margin-top: 1%;
    }

    .pCondicoesPagamento {
        width: 100%;
        margin: auto;
        margin-left: 0;
        font-size: 20px;
        font-weight: 350;
        font-family: "Inter", "Sans-serif";
        color: #2D2F30;
    }

    .divAcoesCompra {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        gap: 30px;
        margin-top: 5%;
    }

    .btnAdicionarCarrinho {
        background-color: #AC4F56;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 16px;
        border: none;
        align-items: center;
        margin-top: 3%;
        width: 50%;
        padding: 10px 30px 10px 30px;
    }

    .btnFazerPedido {
        background-color: #A3141E;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 19px;
        border: none;
        align-items: center;
        margin-top: 3%;
        width: 50%;
        padding: 10px 25px 10px 25px;
    }

    .h2Detalhes {
        text-align: center;
        margin-top: 20%;
        color: #A3141E;
        font-size: 28px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
    }

    .divDetalhes {
        width: 90%;
        margin: auto;
    }

    .divDetalhes p {
        text-align: justify;
        font-size: 20px;
        margin-top: 5%;
    }

    .divDetalhes img {
        width: 100%;
        height: auto;
    }

    .divImgDetalhes {
        width: 50%;
        margin: auto;
        height: auto;
        text-align: center;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .divCinza {
        background-color: #D9D9D9;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px;
        width: 90%;
        margin: auto;
    }

    .divCinza h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 22px;
        padding-top: 2%;
    }

    .divCinza p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 19px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .divBranca h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 22px;
        padding-top: 2%;
    }

    .divBranca p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 19px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .sctFichaTecnica h2 {
        text-align: center;
        font-size: 28px;
        color: #A3141E;
        font-weight: bold;
        margin-top: 12%;
        margin-bottom: 5%;
    }

    .sctAvaliacoes h2 {
        font-size: 30px;
        color: #A3141E;
        text-align: center;
        margin-top: 10%;
        font-weight: bold;
    }

    .divMediaAvaliacoes {
        display: flex;
        align-items: center;
    }

    .divMediaAvaliacoes img {
        width: 90%;
        /* ou algo fixo, mais controlável */
        height: 50%;
        object-fit: contain;
    }

    .divMedia h2 {
        font-size: 32px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        margin: 0;
    }

    .quantAvaliacoes {
        margin: 0;
        font-size: 22px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantAvaliacoes span {
        font-weight: bold;
    }

    .quantComentarios {
        margin: 0;
        font-size: 22px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantComentarios span {
        font-weight: bold;
    }

    .divQuantAvaliacoes {
        display: flex;
        align-items: center;
        width: 45%;
        justify-content: right;
    }

    .colQuantAvaliacoes {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /* Isso alinha todo o conteúdo à direita */
    }

    .divQuantAvaliacoes p {
        margin: 0;
    }

    .divQuantAvaliacoes img {
        width: 14%;
        height: auto;
    }

    .divBarraAvaliacoes {
        width: 70%;
        background-color: #EAEAEA;
        border-radius: 10px;
        height: 1.5vh;
    }

    .divAvaliacao {
        width: 50%;
        height: 1.5vh;
        border-radius: 10px;
        background-color: #A3141E;
    }

    .divBtnAvaliar {
        text-align: center;
        margin-top: 12%;
    }

    .divBtnAvaliar button {
        border: 1px solid #A3141E;
        width: 100%;
        height: auto;
        align-items: center;
        font-size: 20px;
        color: #A3141E;
        background-color: transparent;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        text-align: center;
    }

    .headerComentario {
        display: flex;
        align-items: center;
        margin-top: 5%;
    }

    .headerComentario img {
        width: 100%;
        height: auto;
    }

    .divImgPerfil {
        width: 3.5%;
        justify-content: right;
    }

    .divNomeUsuario p {
        margin: 0;
    }

    .divEstrelas {
        display: flex;
        align-items: center;
        width: 12%;
    }

    .pModelo {
        font-size: 12px;
        font-family: "Inter", "Sans-serif";
        font-weight: 350;
        text-align: left;
        width: 99%;
        margin: auto;
        color: #979696;
    }

    .pModelo span {
        color: #2D2F30;
    }

    .divImgAvaliacao {
        height: auto;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin: auto;
        margin-left: 0.5%;
        margin-top: 1%;
    }

    .divImgAvaliacao img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    .pComentarioAvaliacao {
        width: 100%;
        margin: auto;
        text-align: justify;
        font-size: 15px;
        font-weight: 350;
        color: #2D2F30;
        margin-top: 2%;
    }

    .card {
        width: 25%;
        height: auto;
    }

    .titleArticle {
        padding-top: 10%;
        font-family: "Montserrat", "Sans-serif";
        color: #A3141E;
        font-size: 28px;
    }

    .divImgProdutoRelacionado {
        text-align: center;
        justify-content: center;
    }

    .hr {
        width: 20%;
        height: 1vh;
        background-color: #A3141E;
    }

    .imgProduto {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .titleProduto {
        font-size: 22px;
        font-family: "Open Sans", "Sans-serif";
        width: 100%;
        margin: auto;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
        color: #2D2F30;
    }

    .title {
        margin-top: 3%;
        font-size: 28px;
        font-weight: bold;
        color: #A3141E;
        text-align: center;
        font-family: "Montserrat", "Sans-serif";
    }

    .precoAntigo {
        text-align: center;
        margin-top: 5%;
    }

    .porApenas {
        font-size: 16px;
        text-align: center;
    }

    .precoProduto {
        font-size: 24px;
        text-align: center;
        font-family: "Open Sans", "Sans-serif";
    }

    .btnProduto {
        background-color: #29A33C;
        font-size: 16px;
        font-family: "Montserrat", "Sans-serif";
        text-align: center;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 10px;
    }

    .star {
        width: 20px;
        height: 20px;
        cursor: pointer;
        transition: color 0.2s;
        margin-left: 2%;
    }

    .star:hover {
        fill: #FFAF27;
    }

    .star.hovered,
    .star.selected {
        color: #FFD700;
        /* amarelo dourado */
    }

    .star.selected path {
        fill: #FFAF27;
    }

    #titleProduto {
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 30px;
        color: #2D2F30;
        font-weight: 750;
    }

    #previewContainer img {
        width: 100px;
        height: auto;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    #previewContainer button {
        display: block;
        margin-top: 5px;
        background: #ff3d3d;
        color: white;
        border: none;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

    #linhaSeparacao {
        width: 80%;
        margin: auto;
        height: 2px;
        background-color: #2D2F30;
        margin-top: 4%;
        margin-bottom: 4%;
    }

    #imgProdutoModal {
        width: 30vh;
        height: 20vh;
        object-fit: cover;
    }

    #imgEnviar {
        width: 40px;
        fill: white;
        margin-bottom: 8%;
    }

    #btnEnviarAvaliacao {
        background-color: #00D922;
        color: white;
        padding: 20px 10px 20px 10px;
        font-size: 16px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: bold;
        border: none;
    }

    #divProdutoModal {
        width: 80%;
        margin: auto;
        margin-top: 4%;

    }

    #divDadosProdModal {
        margin-top: 3%;
        margin-left: 2%;
    }

    #titleModal {
        font-size: 32px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 750;
        color: #A3141E;
        text-align: center;
    }

    #divInputDesc {
        width: 80%;
        margin: auto;
        margin-top: 5%;
    }

    #subTitleDesc {
        margin: 0;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 20px;
        font-weight: 550;
        letter-spacing: 1px;
    }

    #divUpload {
        width: 50%;
        margin: auto;
        text-align: center;
        justify-content: center;
    }

    #pUpload {
        margin: 0;
        margin-top: 13%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 16px;
        font-weight: 550;
        color: #2D2F30;
    }

    .pNota {
        font-weight: 700;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 15px;
    }

    #lblUpload {
        display: flex;
        flex-direction: column;
        background-color: #EF9700;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 20px;
        color: white;
        cursor: pointer;
        width: 35%;
        margin: auto;
        margin-top: 1%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 1px;
        gap: 7px;
        padding: 20px 5px 20px 5px;
    }

    #divBtnEnviarAvaliacao {
        margin-top: 5%;
        position: sticky;
        bottom: 0;
        background: white;
        z-index: 2;
    }

    #titleNota {
        margin: 0;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 800;
        font-size: 30px;
        color: #A3141E;
        letter-spacing: 1.5px;
    }

    #divModal {
        border-radius: 20px;
        padding: 30px;
        overflow: hidden;
    }

    .modal-body {
        max-height: 80vh;
        overflow-y: auto;
        padding-right: 10px
    }

    .modal-body::-webkit-scrollbar {
        width: 6px;
    }

    .modal-body::-webkit-scrollbar-thumb {
        background-color: #c4c4c4;
        border-radius: 4px;
    }

    .center-button {
        justify-content: center !important;
        text-align: center !important;
    }
}

@media screen and (min-width: 1401px) {

    .headerIndex {
        background-color: #A3141E;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    body {
        width: 100%;
    }

    .sctProduto {
        width: 95%;
        margin: auto;
        margin-top: 5%;
    }

    a {
        color: white;
        text-decoration: none;
    }

    .nav-link {
        color: white;
    }

    #btnHamburger {
        color: white;
    }

    .divInput {
        margin-top: 1%;
        margin: auto;
        width: 80%;
        position: relative;
    }

    #lupinha {
        position: absolute;
        right: 10px;
        top: 35%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-color: transparent !important;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    #imgLogo {
        height: 7vh;
    }

    .divLogin {
        height: 5vh;
        cursor: pointer;
    }

    .spnBemVindo {
        font-family: "Montserrat", "Sans-serif";
        font-size: 13px;
        font-weight: bold;
    }

    .pEntrar {
        height: auto;
        font-size: 13px;
    }

    .imgSacola {
        height: 28px;
    }

    #lupinhaMobile {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #000000;
    }

    #imgLogo {
        height: 8vh;
    }

    #divPesquisa {
        width: 80%;
    }

    #divMenuDesktop {
        width: 100%;
        text-align: center;
    }

    #listaMenuDesktop {
        gap: 60px;
        font-weight: bold;
    }

    .linksMenuDesktop {
        font-family: "Montserrat", "Sans-serif";
        font-size: 14px;
    }

    .ladoDireito {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin: auto;
        margin-top: 8%;
        margin-left: 0;
        height: auto;
    }

    #carouselProduto {
        width: 40%;
        height: auto;
        margin: auto;
        margin-top: 4%;
        margin-right: 0;
    }

    #carouselProduto img {
        width: 80%;
        height: 600px;
        object-fit: cover;
    }

    .tituloProduto {
        width: 100%;
        margin: auto;
        margin-top: 3%;
        font-size: 40px;
        font-weight: 350;
        margin-left: 0;
        font-family: "Open Sans", "Sans-serif";
    }

    .statusProduto {
        font-family: "Inter", "Sans-serif";
        font-weight: 400;
        font-size: 18px;
        color: #2D2F30;
        width: 100%;
        margin-top: 1%;
        text-align: left;
    }

    .h3Modelos {
        font-size: 30px;
        color: #A3141E;
        font-weight: bold;
        font-family: "Montserrat", "Sans-serif";
        width: 100%;
        margin-top: 3%;
    }

    .divModelos {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 10px 0;
    }

    .divModelos::-webkit-scrollbar {
        display: none;
    }

    /* opcional: esconde scrollbar no WebKit */
    .divModelos p {
        margin: 0;
        font-size: 10px;
    }

    .img-modelo {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .divQuantidade {
        display: flex;
        width: 100%;
        margin-top: 3%;
        align-items: center;
    }

    .divQuantidade label {
        font-size: 28px;
        color: #A3141E;
        font-weight: bold;
        margin: 0;
    }

    .divModelos .modeloItem {
        flex: 0 0 auto;
        width: 120px;
        /* largura fixa de cada item */
        text-align: center;
        cursor: pointer;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 5px;
    }

    .valorAntigo {
        text-decoration: line-through;
        width: 100%;
        margin: auto;
        margin-left: 0;
        font-size: 18px;
        font-weight: bold;
        font-family: "Inter", "Sans-serif";
        color: #C0BABA;
        margin-top: 4%;
    }

    .valorAtual {
        width: 100%;
        margin: auto;
        margin-left: 0;
        color: #A3141E;
        font-weight: bold;
        font-size: 32px;
        font-family: "Inter", "Sans-serif";
        margin-top: 1%;
    }

    .pCondicoesPagamento {
        width: 100%;
        margin: auto;
        margin-left: 0;
        font-size: 20px;
        font-weight: 350;
        font-family: "Inter", "Sans-serif";
        color: #2D2F30;
    }

    .divAcoesCompra {
        display: flex;
        width: 100%;
        text-align: center;
        gap: 30px;
        margin-top: 3%;
    }

    .btnAdicionarCarrinho {
        background-color: #AC4F56;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 16px;
        border: none;
        height: 4.5vh;
        align-items: center;
        border: 5px;
        margin-top: 3%;
        width: 45%;
    }

    .btnFazerPedido {
        background-color: #A3141E;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        font-size: 16px;
        border: none;
        height: 4.5vh;
        align-items: center;
        border: 5px;
        margin-top: 3%;
        width: 45%;
    }

    .h2Detalhes {
        text-align: center;
        margin-top: 15%;
        color: #A3141E;
        font-size: 32px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
    }

    .divDetalhes {
        width: 70%;
        margin: auto;
    }

    .divDetalhes p {
        text-align: justify;
        font-size: 20px;
        margin-top: 5%;
    }

    .divDetalhes img {
        width: 100%;
        height: 55vh;
        object-fit: contain;
    }

    .divImgDetalhes {
        width: 60%;
        margin: auto;
        height: auto;
        text-align: center;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .divCinza {
        background-color: #D9D9D9;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px;
        width: 70%;
        margin: auto;
    }

    .divCinza h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 22px;
        padding-top: 1%;
    }

    .divCinza p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 18px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .divBranca h5 {
        text-align: center;
        font-family: "Inter", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        font-size: 22px;
        padding-top: 2%;
    }

    .divBranca p {
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 18px;
        font-weight: 350;
        font-family: "Open Sans", "Sans-serif";
    }

    .sctFichaTecnica h2 {
        text-align: center;
        font-size: 32px;
        color: #A3141E;
        font-weight: bold;
        margin-top: 8%;
        margin-bottom: 5%;
    }

    .sctAvaliacoes h2 {
        font-size: 30px;
        color: #A3141E;
        text-align: center;
        margin-top: 10%;
        font-weight: bold;
    }

    .divMediaAvaliacoes {
        display: flex;
        align-items: center;
    }

    .divMediaAvaliacoes img {
        width: 90%;
        /* ou algo fixo, mais controlável */
        height: 50%;
        object-fit: contain;
    }

    .divMedia h2 {
        font-size: 32px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: #2D2F30;
        margin: 0;
    }

    .quantAvaliacoes {
        margin: 0;
        font-size: 24px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantAvaliacoes span {
        font-weight: bold;
    }

    .quantComentarios {
        margin: 0;
        font-size: 24px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        color: #2D2F30;
    }

    .quantComentarios span {
        font-weight: bold;
    }

    .divQuantAvaliacoes {
        display: flex;
        align-items: center;
        width: 45%;
        justify-content: right;
    }

    .colQuantAvaliacoes {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /* Isso alinha todo o conteúdo à direita */
    }

    .divQuantAvaliacoes p {
        margin: 0;
    }

    .divQuantAvaliacoes img {
        width: 14%;
        height: auto;
    }

    .divBarraAvaliacoes {
        width: 70%;
        background-color: #EAEAEA;
        border-radius: 10px;
        height: 1.5vh;
    }

    .divAvaliacao {
        width: 50%;
        height: 1.5vh;
        border-radius: 10px;
        background-color: #A3141E;
    }

    .divBtnAvaliar {
        text-align: center;
        margin-top: 12%;
    }

    .divBtnAvaliar button {
        border: 1px solid #A3141E;
        width: 100%;
        height: auto;
        align-items: center;
        font-size: 20px;
        color: #A3141E;
        background-color: transparent;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        text-align: center;
    }

    .headerComentario {
        display: flex;
        align-items: center;
        margin-top: 5%;
    }

    .headerComentario img {
        width: 100%;
        height: auto;
    }

    .divImgPerfil {
        width: 3%;
        justify-content: right;
    }

    .divNomeUsuario p {
        margin: 0;
        font-weight: bold;
    }

    .divEstrelas {
        display: flex;
        align-items: center;
        width: 7%;
        margin-left: 5px;
    }

    .pModelo {
        font-size: 12px;
        font-family: "Inter", "Sans-serif";
        font-weight: 350;
        text-align: left;
        width: 99%;
        margin: auto;
        color: #979696;
    }

    .pModelo span {
        color: #2D2F30;
    }

    .divImgAvaliacao {
        height: auto;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin: auto;
        margin: 0;
        margin-top: 1%;
    }

    .divImgAvaliacao img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .pComentarioAvaliacao {
        width: 100%;
        margin: auto;
        margin-left: 0.5%;
        text-align: justify;
        font-size: 18px;
        font-weight: 350;
        color: #2D2F30;
        margin-top: 2%;
    }

    .carouselMaisVendidos {
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE e Edge */
        padding-top: 10px;
    }

    #carouselMaisVendidos::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .card {
        width: 20.5%;
        height: auto;
        bottom: 0;
        transition: trasform 0.2 ease;
        text-align: center;
        margin-top: 2%;
    }

    .titleArticle {
        padding-top: 10%;
        font-family: "Montserrat", "Sans-serif";
        color: #A3141E;
        font-size: 28px;
    }

    .divImgProduto {
        text-align: center;
        justify-content: center;
        width: 100% !important;
    }

    .hr {
        width: 20%;
        height: 1vh;
        background-color: #A3141E;
    }

    .imgProduto {
        width: 100% !important;
        height: 300px !important;
        object-fit: cover !important;
    }

    .titleProduto {
        font-size: 24px;
        font-family: "Open Sans", "Sans-serif";
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: auto;
        font-weight: 300;
        text-align: center;
        color: #2D2F30;
    }

    .title {
        margin-top: 3%;
        font-size: 28px;
        font-weight: bold;
        color: #A3141E;
        text-align: center;
        font-family: "Montserrat", "Sans-serif";
    }

    .precoAntigo {
        text-align: center;
        margin-top: 5%;
    }

    .porApenas {
        font-size: 16px;
        text-align: center;
    }

    .precoProduto {
        font-size: 24px;
        text-align: center;
        font-family: "Open Sans", "Sans-serif";
    }

    .btnProduto {
        background-color: #29A33C;
        font-size: 16px;
        font-family: "Montserrat", "Sans-serif";
        text-align: center;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 10px;
    }

    .star {
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: color 0.2s;
    }

    .star:hover {
        fill: #FFAF27;
    }

    #divProdutoModal {
        width: 80%;
        margin: auto;
        margin-top: 4%;
    }

    #titleModal {
        font-size: 32px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 750;
        color: #A3141E;
        text-align: center;
    }

    #titleProduto {
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 30px;
        color: #2D2F30;
        font-weight: 750;
        margin-left: 3%;
        text-align: left;
    }

    #divInputDesc {
        width: 80%;
        margin: auto;
        margin-top: 5%;
    }

    #subTitleDesc {
        margin: 0;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 20px;
        font-weight: 550;
        letter-spacing: 1px;
    }

    #divModal {
        border-radius: 20px;
        padding: 30px;
        overflow: hidden;
    }

    #divUpload {
        width: 50%;
        margin: auto;
        text-align: center;
        justify-content: center;
    }

    #pUpload {
        margin: 0;
        margin-top: 13%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 16px;
        font-weight: 550;
        color: #2D2F30;
    }

    .pNota {
        font-weight: 700;
        color: #2D2F30;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 15px;
    }

    #lblUpload {
        display: flex;
        flex-direction: column;
        background-color: #EF9700;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 20px;
        color: white;
        cursor: pointer;
        width: 35%;
        margin: auto;
        margin-top: 1%;
        font-family: 'Open Sans', 'Sans-serif';
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 1px;
        gap: 7px;
        padding: 20px 5px 20px 5px;
    }

    #divBtnEnviarAvaliacao {
        margin-top: 5%;
        position: sticky;
        bottom: 0;
        background: white;
        z-index: 2;
    }

    .star.selected path {
        stroke: #FFAF27 !important;
        fill: #FFAF27 !important;
    }

    #previewContainer img {
        width: 100px;
        height: auto;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    #previewContainer button {
        display: block;
        margin-top: 5px;
        background: #ff3d3d;
        color: white;
        border: none;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

    #linhaSeparacao {
        width: 80%;
        margin: auto;
        height: 2px;
        background-color: #2D2F30;
        margin-top: 4%;
        margin-bottom: 4%;
    }

    #imgProdutoModal {
        width: 30vh;
        height: 20vh;
        object-fit: cover;
    }

    #titleNota {
        margin: 0;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: 800;
        font-size: 30px;
        color: #A3141E;
        letter-spacing: 1.5px;
    }

    #imgEnviar {
        width: 40px;
        fill: white;
        margin-bottom: 8%;
    }

    #btnEnviarAvaliacao {
        background-color: #00D922;
        color: white;
        padding: 20px 10px 20px 10px;
        font-size: 16px;
        font-family: 'Montserrat', 'Sans-serif';
        font-weight: bold;
        border: none;
    }

    .modal-body {
        max-height: 80vh;
        overflow-y: auto;
        padding-right: 10px
    }

    .modal-body::-webkit-scrollbar {
        width: 6px;
    }

    .modal-body::-webkit-scrollbar-thumb {
        background-color: #c4c4c4;
        border-radius: 4px;
    }

    .center-button {
        justify-content: center !important;
        text-align: center !important;
    }
}