.banner{
    width: 100%;
    height: 107px;
    overflow: hidden;
    position: relative;
    background-image: url(../imagens/blog/bg2.png), url(../imagens/blog/bg1.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, left top;
    background-size: auto;
    justify-content: center;
}		


.conteudo{
    width: 100%;
    padding: 75px 0;
}
.conteudo .container{
    gap: 50px;
    position: relative;
}
.conteudo .btn-voltar{
    position: absolute;
    top: 0px;
    left: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #00000033;
    border-radius: 50%;
    color: var(--cor-1);
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
}
.conteudo .produto-topo{
    width: 100%;
    gap: 50px;
}
.conteudo .produto-topo .img{
    max-width: 507px;
    width: 100%;
    align-items: center;
    aspect-ratio: 1 / 1;
    position: relative;
}
.conteudo .produto-topo .img .arrow{
    position: absolute;
    z-index: 10;
}
.conteudo .produto-topo .img .arrow i{
    color: var(--cor-1);
    font-size: 20px;
}
.conteudo .produto-topo .img .prod-gal-prev{
    left: 10px;
}
.conteudo .produto-topo .img .prod-gal-next{
    right: 10px;
}
.conteudo .produto-topo .img .produto-galeria-slider{
    width: 100%;
    height: 100%;
}
.conteudo .produto-topo .img .produto-galeria-slider .box{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.conteudo .produto-topo .img .produto-galeria-slider .box img{
    max-width: 100%;
    max-height: 100%;
    width: fit-content;
    height: fit-content;
    object-fit: contain;
}
.conteudo .produto-topo .texto{
    max-width: 758px;
    width: 100%;
    gap: 40px;
}
.conteudo .produto-topo .texto .txt-1{
    width: 100%;
}
.conteudo .produto-topo .texto .txt-2{
    width: 100%;
    gap: 30px;
    justify-content: space-between;
}
.conteudo .produto-topo .texto .txt-2 .ul-1,
.conteudo .produto-topo .texto .txt-2 .ul-2{
    max-width: 360px;
    width: fit-content;
    gap: 20px;
}
.conteudo .produto-topo .txt-1 ol,
.conteudo .produto-topo .txt-2 ol{
    list-style-position: inside;
}
.conteudo .produto-topo .txt-1 ul,
.conteudo .produto-topo .txt-2 ul{
    width: 100%;
    list-style: disc;
    list-style-position: inside;
    gap: 10px;
}
.conteudo .produto-topo .botoes{
    width: 100%;
    gap: 15px;
}
.conteudo .produto-topo .botoes .btn:nth-child(1){
    background-color: var(--cor-1);
    color: #fff;
    gap: 10px;
}
.conteudo .produto-topo .botoes .btn:nth-child(2){
    max-width: 321px;
    width: 100%;
    border: 1px solid #000;
    justify-content: center;
}

.especificacoes{
    width: 100%;
    gap: 20px;
    margin-top: -25px;
}
.especificacoes .titulo{
    width: 100%;
    gap: 20px 30px;
}
.especificacoes .titulo .toggle-btn i{
    font-size: 10px;
    transition: transform .3s ease;
}
.especificacoes .titulo .rotate-down {
  transform: rotate(180deg);
}
.especificacoes .tabela-div.open{
    display: flex;
    flex-direction: column;
}
.especificacoes .tabela-div{
    display: none;
    width: 100%;
}
.especificacoes .tabela-div .item{
    width: 100%;
    border-bottom: 1px solid #000;
}
.especificacoes .tabela-div .item .label {
    max-width: 320px;
    width: 100%;
    font-weight: 500;
    padding: 10px 15px;
}
.especificacoes .tabela-div .item .value {
    max-width: calc(100% - 320px);
    width: 100%;
    padding: 10px 15px;
    border-left: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.especificacoes .tabela-div .item .color-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.especificacoes .tabela-div .item .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #0003;
}


.carrinho-modal.open{
    opacity: 1;
    z-index: 50;
    transition: ease .3s;
}
.carrinho-modal{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: -10;
    transition: ease .3s;
}
.carrinho-modal .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #000000cc;
    z-index: 1;
}
.carrinho-modal .carrinho-content{
    max-width: 633px;
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 5px;
    padding: 75px 50px;
}
.carrinho-modal .carrinho-content .btn-fechar-carrinho{
    position: absolute;
    top: 20px;
    left: 20px;
    color: var(--primaria);
}
.carrinho-modal .carrinho-content .btn-fechar-carrinho i{
    font-size: 25px;
}
.carrinho-modal .carrinho-content form{
    width: 100%;
    gap: 30px;
    align-items: center;
}
.carrinho-modal .carrinho-content .inputs{
    width: 100%;
    gap: 30px;
}
.carrinho-modal .carrinho-content form .inputs select{
    height: 49px;
    padding: 0 20px;
    border: 1px solid #00000033;
    border-radius: 5px;
    color: gray;
}
.carrinho-modal .carrinho-content form .inputs .select-1{
    max-width: 100%;
    width: 100%;
}
.carrinho-modal .carrinho-content form .inputs .select-2{
    max-width: 299px;
    width: 100%;
}
.carrinho-modal .carrinho-content form .inputs .qtd{
    width: 200px;
    gap: 5px;
    position: relative;
}
.carrinho-modal .carrinho-content form .inputs .qtd label{
    color: gray;
    position: absolute;
    top: -20px;
}
.carrinho-modal .carrinho-content form .inputs .qtd .controle{
    align-items: center;
}
.carrinho-modal .carrinho-content form .inputs .qtd .controle button{
    width: 47px;
    height: 47px;
    border: 1px solid #00000033;
}
.carrinho-modal .carrinho-content form .inputs .qtd .controle input{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 47px;
    height: 47px;
    border-top: 1px solid #00000033;
    border-bottom: 1px solid #00000033;
    font-size: 16px;
}
.carrinho-modal .carrinho-content form .inputs .qtd .controle input[type="number"]::-webkit-inner-spin-button,
.carrinho-modal .carrinho-content form .inputs .qtd .controle input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.carrinho-modal .carrinho-content form .inputs .qtd .controle input[type="number"] {
    -moz-appearance: textfield;
}
.carrinho-modal .carrinho-content form .inputs .qtd .controle span{
    margin-left: 10px;
}
.carrinho-modal .carrinho-content form .btn{
    max-width: 100%;
    background-color: var(--cor-1);
    color: #fff;
    gap: 10px;
    align-items: center;
    text-align: center;
}
.carrinho-modal .carrinho-content form .btn img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(36%) saturate(414%) hue-rotate(192deg) brightness(113%) contrast(106%);
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
    .conteudo{
        padding: 25px 0 75px;
    }
    .conteudo .btn-voltar{
        position: relative;
        left: 0;
        top: 0;
    }
    .conteudo .produto-topo{
        margin-top: -45px;
    }
}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){
    .conteudo .produto-topo .botoes .btn{
        max-width: 321px;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 1280px){
    .conteudo .produto-topo .img{
        max-width: 45%;
    }
    .conteudo .produto-topo .texto{
        max-width: 55%;
    }
}

@media screen and (max-width: 1100px){

}

/* MOBILE */
@media screen and (max-width: 1000px){
    .banner .container{
        flex-direction: column;
        text-align: center;
    }

    .conteudo .produto-topo{
        flex-direction: column;
        align-items: center;
    }
    .conteudo .produto-topo .img{
        max-width: 507px;
    }
    .conteudo .produto-topo .texto{
        max-width: 100%;
    }   
}

@media screen and (max-width: 800px){
    .conteudo .produto-topo .texto .txt-2{
        flex-direction: column;
    }
    .conteudo .produto-topo .texto .txt-2 .ul-1, 
    .conteudo .produto-topo .texto .txt-2 .ul-2{
        max-width: 100%;
    }
    .conteudo .produto-topo .botoes{
        flex-direction: column;
    }
    .conteudo .produto-topo .botoes .btn{
        max-width: 100%!important;
    }

    .especificacoes .tabela-div{
        overflow-x: auto;
    }
    .especificacoes .titulo{
        flex-direction: column;
        text-align: center;
    }
    .especificacoes .tabela-div::-webkit-scrollbar {
        height: 5px;
    }
    .especificacoes .tabela-div::-webkit-scrollbar-thumb {
    background: var(--cor-1);
    }
    .especificacoes .tabela-div .item {
        width: 800px;
        border-bottom: 1px solid #000;
    }

    .carrinho-modal .carrinho-content form{
        padding: 50px 25px;
    }
    .carrinho-modal .carrinho-content form .inputs .select-2{
        max-width: 100%;
    }
}

@media screen and (max-width: 600px){
    .especificacoes .tabela-div .item .label{
        max-width: 200px;
    }
    .especificacoes .tabela-div .item .value{
        max-width: calc(100% - 200px);
    }

    .carrinho-modal .carrinho-content form{
        padding: 30px 15px;
    }
    .carrinho-modal .carrinho-content .btn-fechar-carrinho {
        top: 10px;
        left: 10px;
    }
}

@media screen and (max-width: 480px){

}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}
