@font-face {
    font-family: KeepCalm-Medium;
    src: url(KeepCalm-Medium.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.iconzap{
    position: fixed;
    bottom: 65px;
    right: 30px;
    font-size: 30px;
    background-color: #CA6459;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 65px;
    height: 65px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.iconzap:hover{
    background-color: #ffffff;
    color: #CA6459;
    font-weight: 900;
}

.primeiromenu {
    width: auto;
    background-color: #CA6459;
    height: 50px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}

.primeiromenu ul {
    font-family: KeepCalm-Medium;
    margin-top: -2px;
}

.primeiromenu ul li a {
    color: #ffffff;
}

.primeiromenu ul li a:hover {
    background: #dc786d;
    border-radius: 10px;
    color: #ffffff;
}

.itensprimeiromenu{
    width: auto;
    background-color: #CA6459;
    height: 50px;
    padding: 10px;
    padding-top: 10px;
    margin: auto;
    text-align: center;
    text-decoration: none;
}

.nav-item2{
    margin-top: 7px;
}

.navbar {
    background-color: white; /* Fundo da navbar */
    font-family: 'Liberation Sans', sans-serif;
}

.navbar-brand img {
    height: 100px; /* Aumente a altura do logotipo */
    margin-left: 20px;
}

@media (max-width: 768px) { /* Ajuste conforme necessário */
    .navbar {
        flex-direction: column; /* Muda para coluna quando responsivo */
        align-items: center; /* Centraliza os itens */
    }

    .navbar-brand {
        margin-bottom: 10px; /* Espaçamento entre o logotipo e os ícones */
    }

    .search-bar {
        max-width: 100%; /* Ajusta a largura para 100% */
        margin-left: 0; /* Remove o afastamento do logotipo */
        margin-bottom: 10px; /* Adiciona espaço entre a barra de pesquisa e os ícones */
    }

    .icon {
        width: 50px; /* Ajuste o tamanho se necessário */
        margin-right: 10px; /* Espaçamento entre os ícones */
    }

    .d-flex.align-items-center {
        justify-content: center; /* Centraliza os ícones */
        width: 100%; /* Para que ocupem toda a largura */
        margin-bottom: 20px; /* Espaço entre os ícones e o menu */
    }
}

.icon {
    width: 60px; /* Aumente o tamanho dos ícones */
    margin-right: 15px;
    display: inline-block;
}

.icon:hover {
    opacity: 80%;
}

.search-container {
    max-width: 800px; /* Largura máxima do contêiner */
    margin: 0 auto; /* Centraliza o contêiner */
    flex-grow: 1; /* Faz a barra de pesquisa crescer em largura */
}

.search-bar {
    background-color: #eedcdc; /* Cor de fundo */
    border: none; /* Sem bordas */
    border-radius: 25px; /* Arredondamento */
    padding: 15px 30px; /* Aumenta o espaçamento interno */
    font-size: 15px; /* Tamanho da fonte */
    height: 40px;
    width: 800px;
}

@media (max-width: 1300px) {
    .search-bar {
        width: 100%; /* Ajusta a largura para 100% em telas pequenas */
    }
}

.search-bar:focus {
    background-color: #eedcdc; /* Mantém a cor de fundo ao focar */
    outline: none; /* Remove a borda azul */
    box-shadow: none; /* Remove a sombra */
}

.linha{
    background-color: #CA6459;
    width: 100%;
    height: 6px;
}

.menuoficial .navbar-nav {
    display: flex;
    flex-wrap: wrap; /* Permite que os itens quebrem em múltiplas linhas */
    gap: 1.8rem; /* Espaçamento entre os itens */
    justify-content: center; /* Centraliza os itens */
}

.menuoficial .itemmenu {
    padding: 0 8px; /* Espaçamento ao redor de cada item */
}

@media (max-width: 768px) {
    .menuoficial .navbar-nav {
        gap: 1rem; /* Reduz o espaçamento em telas menores */
    }
}

.menuoficial {
    font-size: 19px;
    font-family: KeepCalm-Medium;
    margin-top: -5px;
    margin-bottom: 10px;
}

.menuoficial a {
    text-decoration: none;
    color: #CA6459;
    align-items: center;
}

.menuoficial a:visited{
    color: #CA6459;
}

.menuoficial ul {
    font-family: KeepCalm-Medium;
    font-size: 15px;
    padding: 11px;
    margin-top: 15px;
    margin-left: 20px;
    text-decoration: none;    
    list-style: none;
    display: flex;
    gap: 15px;
}

.menuoficial ul li a {
    text-decoration: none;
    color: #CA6459;
    word-spacing: normal;
}

.menuoficial ul li a:visited {
    color: #CA6459;
}

.menuoficial ul li a:visited:hover {
    color: #CA6459;
}

.menuoficial ul li a:hover {
    color: #eba199;
}

.menuoficial ul li .dropdown-menu {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    background-color: #fefefe;
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    width: 230px;
}

.menuoficial ul li .dropdown-menu li {
    padding: 8px;
    background-color: #ffffff;
    white-space: nowrap;
}

.menuoficial ul li .dropdown-menu li a {
    color: #CA6459;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    transition: color 0.05s;
    display: block;
    background-color: #fff;
}

.menuoficial ul li .dropdown-menu li a:visited {
    color: #CA6459;
}

.menuoficial ul li .dropdown-menu li a:hover {
    color: #eba199;
}

.menuoficial ul li.dropdown:hover .dropdown-menu {
    display: block;
}

@media (min-width: 992px) { /* Para telas grandes, exibe como antes */
    .menuoficial .collapse {
        display: flex !important; /* Mostra o menu por padrão em telas grandes */
    }
}

.navbar-toggler{
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: #CA6459;
}

.navbar-toggler:hover{
    color:#eba199
}

.navbar-toggler-icon:hover{
    color: #eba199;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px; /* Ajuste a largura da área clicável */
    height: 50px; /* Ajuste a altura da área clicável */
    background-color: #CA6459; /* Cor de fundo da bola */
    border-radius: 50%; /* Para fazer a forma de bola */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 250px 15px; /* Espaçamento nas laterais */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 70%; /* Tamanho do ícone */
}

/* Posiciona as setinhas mais para a ponta */
.carousel-control-prev {
    left: 10px; /* Ajuste conforme necessário */
}

.carousel-control-next {
    right: 10px; /* Ajuste conforme necessário */
}

.iconesdiversos {
    margin: 0; /* Remove a margem externa se não for necessária */
    margin-top: 40px;
}

.iconesdiversos .col-6 {
    padding: 10px; /* Remove o padding das colunas para que as imagens fiquem mais próximas */
}

.img-fluid {
    border-radius: 10px; /* Bordas arredondadas */
}

.iconesdiversos img:hover {
    transform: scale(0.9); 
}

.titulosgerais{
    font-family: KeepCalm-Medium;
    color:#CA6459;
    margin-top: 30px;
    font-size: 30px;
}

.card {
    text-decoration: none;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: max-content;
    margin-top: 30px;
    font-family: KeepCalm-Medium;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 2%;
    margin-left: 30px;
}

.card-title{
    color: #CA6459;
    font-size: 1.3em;
    text-align:center;
    margin-top: -10px;
}

.card img{
    width: 200px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-top: 50px;
}

.card-body{
    text-align: center;
}

.card-text{
    font-family: 'Liberation Sans', sans-serif;;
}

.preçodocartao{
    color: #000000;
    font-size: 1.4em;
    text-align:center;
    margin-top: -5px;
}

.btn{
margin-top: -10px;
background-color: #CA6459;
border: none;
color: #fff;
}

.btn:hover{
    background-color: #dc786d;
    color: #ffffff;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.teste{
margin-top: 10px;
border:10px;
height: 50px;
margin-left: 20px;
cursor: pointer;
}

.teste img{
    height: 40px;
    width:40px;
    margin-top: 10px;
    cursor: pointer;
}

.teste img:hover{
    transform: scale(1.3);
    cursor: pointer;
}

.testefav{
    margin-top: -5px;
    border:10px;
    height: 20px;
    margin-left: 20px;
    }
    
.testefav img{
        height: 40px;
        width:40px;
        margin-top: 10px;
        transition: all .5s;
}
    
.testefav img:hover{
        opacity: 80%;
}

.produtos-container{
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
}

.carddestaque{
    text-decoration: none;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65vh;
    margin-top: 40px;
    font-family: KeepCalm-Medium;
    border: none;
    margin-left: 30px;
    width: 500px;
}

.carddestaque img{
    border-radius: 2%;
}

.card2 {
    text-decoration: none;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65vh;
    margin-top: 40px;
    font-family: KeepCalm-Medium;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 2%;
    margin-left: 30px;
}

.card-body2{
    height: 500px;
}

.card-title2{
    color: #CA6459;
    font-size: 1.8em;
    text-align:center;
    margin-top: 90px;
}

.rubyroyale{
    color: #923e34;
    font-size: 1.5em;
    text-align:center;
    margin-top: 5px;
}

.card-body2{
    text-align: center;
}

.preçodocartao2{
    color: #000000;
    font-size: 1.4em;
    text-align:center;
    margin-top: 5px;
    margin-bottom: 20px;
}

.card-text2{
    font-family: 'Liberation Sans', sans-serif;
    color: rgb(202, 100, 89);
    word-spacing: 1px;
}

.cardssimples{
    text-decoration: none;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65vh;
    margin-top: 100px;
    font-family: KeepCalm-Medium;
    border: none;
    margin-left: 30px;
    width: 500px;
    margin-bottom: 20px;
}

.cardssimples img{
    border-radius: 2%;
    width: 290px;
}

.videopeach{
    margin: 0;
    margin-top: 20px;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;     /* Centraliza verticalmente */
}

.video-container {
    position: relative;
    width: 80vw; /* Largura total da viewport */
    height: 60vh; /* Altura total da viewport */
    overflow: hidden; /* Oculta partes do vídeo que saem do contêiner */
    display: flex;
    justify-content: center;
    align-items: center;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%; /* Ajusta a largura do vídeo */
    height: auto; /* Mantém a proporção do vídeo */
    min-height: 100%; /* Garante que o vídeo cubra toda a altura */
    min-width: 100%; /* Garante que o vídeo cubra toda a largura */
    object-fit: cover; /* Faz o vídeo cobrir o contêiner */
    transform: translate(-50%, -50%); /* Centraliza o vídeo */
    border-radius: 3%;
}

.linhaparalabios{
    justify-content: center;
    align-items: center;
}

.botoes-container {
    display: flex; /* Ativa o Flexbox para os botões */
    justify-content: center; /* Centraliza os botões horizontalmente */
    overflow: auto; /* Permite rolagem se não houver espaço suficiente */
    margin-top: 20px; /* Espaço entre o título e os botões */
    flex-wrap: wrap;
}

.botao{
flex: 1 1 50px; /* Faz com que os botões ocupem espaço igual e sejam responsivos */
margin-top: 10px;
border: 1px solid #CA6459;
width: 10px;
max-width: 150px; /* Largura máxima para evitar estiramento excessivo */
height: 35px;
background-color: #ffffff;
position: relative;
border-radius: 5px;
font-family: KeepCalm-Medium;
color: #CA6459;
margin-right: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
align-items: center;
display: flex; /* Ativa o Flexbox para os botões */
text-align: center;
justify-content: center;
}

.botao a{
    color: #CA6459;
}
 
.botao:hover{
    transform: translateY(-5px);
    border: 1px solid #aeaeae;
    text-decoration: underline;
}

.botaosobrenos{
    flex: 1 1 50px; /* Faz com que os botões ocupem espaço igual e sejam responsivos */
    margin-top: 10px;
    border: 1px solid #CA6459;
    max-width: 170px; /* Largura máxima para evitar estiramento excessivo */
    height: 55px;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    font-family: KeepCalm-Medium;
    color: #CA6459;
    margin-right: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-items: center;
    display: flex; /* Ativa o Flexbox para os botões */
    white-space: wrap;
    text-align: center;
    justify-content: center;
    line-height: 20px;
    }

    .botaosobrenos:hover{
        background-color: #CA6459;
        color: #fff;
    }

.secaodocadastro{
        display: flex;
        align-items: center;
        justify-content: center;
}

.titulosmenores{
    font-family: KeepCalm-Medium;
    color:#CA6459;
    margin-top: 30px;
    font-size: 20px;
}

.formulariocadastro {
    position: relative;
}

.formulariocadastro i{
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 25%;
    color: #CA6459;
}

.formulariologin {
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 320px;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 5px;
    border: 2px solid #eba199;
    outline: 0;
    font-size: 15px;
    font-family: 'Liberation Sans', sans-serif;
    color: #8a0000;
    padding: 0px 50px 0px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 100;
    font-style:;
}

.titulosaindamenores{
    font-family: KeepCalm-Medium;
    color:#CA6459;
    margin-top: 7px;
    font-size: 15px;
    margin-left: 150px;
}

.titulosaindamenores:hover{
    color: #eba199;
}

.esqueciminhasenha{
    text-decoration: none;
}

.linha2{
    background-color: #CA6459;
    width: 100%;
    height: 1px;
    margin-top: 13px;
    margin-bottom: 8px;
}

.rodape {
    background-color: #CA6459;
    padding: 40px 0;
    color:#fff;

}

.tituloscategorias {
    background-color: #CA6459;
    padding: 20px 0;
    color:#fff;
}

.rodape h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.rodape ul {
    list-style-type: none;
    padding: 0;
    font-family: 'Liberation Sans', sans-serif;
    margin-top: -10px;
}

.rodape ul li {
    margin-bottom: 2px;
}

.rodape-link {
    color: #ffffff;
    text-decoration: none;
}

.rodape-link:hover {
    text-decoration: underline;
}

.logobranco img{
    margin-left: -220px;
}

.rodapebranco{
    background-color: #fff;
    padding: 40px 0;
    color:#fff;
    height: 20px;
}

.Logotipo{
    width: 200px;
}

.logolisieux{
    width: 60px;
    margin-bottom: 10px;
}

.peachdireitos{
    color: #CA6459;
}

.titulosrodape{
    color: #fff;
    font-size: 15px;
    font-family: KeepCalm-Medium;
    margin-top: 20px;
}

.social-icon{
color: #fff;
font-size: 30px;
margin-right: 10px;
}

.social-icon:hover{
opacity: 80%;
}

.paragrafosobrenos{
font-family: 'Liberation Sans', sans-serif;
text-align: center;
max-width: 100px;
overflow-wrap: break-word;
position: relative;
}

.img-thumbnail{
    border-radius: 10%;
}

.descricaoprodutos{
    font-family: 'Liberation Sans', sans-serif;
    color: rgb(202, 100, 89);
}

.rodapeessenciais {
    background-color: #CA6459;
    padding: 40px 0;
    color:#fff;
}

#botaodecomprar{
    background-color: #CA6459;
    position:relative ;
    border-radius: 5%;
    border: none;
    color: #fff;
    width: 95px;
    height: 35px;
    justify-content: center;
    text-align: center;
    margin-left: 10px;
}

#botaodecomprar:hover{
    background-color: #dc786d;
    border: none;
    -xpedu-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

#botaodequantidade{
    border-radius: 50%;
    border: none;
    background-color: #CA6459;
    color: #fff;
    width: 25px;
    position: relative;
}

#quantidade{
    border-radius: 10%;
    border: none;
    background-color: #eedcdc; /* Cor de fundo */
    height: 37px;
    width: 70px;
    color: #923e34;
    justify-content: center;
    text-align: center;
}

.cardtresfotos{
    text-decoration: none;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    height: 15vh;
    margin-top: 40px;
    font-family: KeepCalm-Medium;
    border: none;
    width: 50px;
}

.cardtresfotos1 img{
    border-radius: 4%;
    width: 140px;
    margin-top: 20px;
}

.cardtresfotos2 img{
    border-radius: 4%;
    width: 140px;
    margin-top: 20px;
}

.cardtresfotos3 img{
    border-radius: 4%;
    width: 140px;
    margin-top: 20px;
    
}

.card3{
    text-decoration: none;
    background-color: #ee9f97;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32vh;
    margin-top: 30px;
    font-family: KeepCalm-Medium;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 2%;
    margin-left: 45px;
}

.card-body3{
    height: 500px;
}

.card-title3{
    color: #ffffff;
    font-size: 1.6em;
    text-align:center;
    margin-top: 155px;
    align-items: center;
}

.caracteristicas{
    color: #ffffff;
    font-family: KeepCalm-Medium;
    font-size: 13px;
}

.card2doproduto {
    text-decoration: none;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32vh;
    margin-top: 30px;
    font-family: KeepCalm-Medium;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 2%;
    margin-left: 40px;
}

.card4{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    margin-top: 30px;
    font-family: KeepCalm-Medium;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 2%;
    margin-left: 45px;
}

.btnindividual{
    width: 130px;
    height: 50px;
    border: none;
    background-color: #CA6459;
    color: #fff;
    font-family: KeepCalm-Medium;
    margin-left: 22px;
    margin-top: 30px;
    border-radius: 15px;
    font-size: 15px;
}

.listatop{
    list-style: none;
}

.dropdown-item{
    width: 20px;
    border: none;
    justify-content: center;
    align-items: center;
}

.desenvolvedora{
    color: #CA6459;
    margin-left: 20px;
    font-family: KeepCalm-Medium;
}

.main-image {
    width: 100%;
    max-width: 500px; /* Mantém a largura máxima da imagem principal */
    align-items: center;
    height: 520px;
}

.main-image img {
    border: none;
    border-radius: 2%;
    align-items: center;
}

.card-bodydetalhes {
    background-color: #eba199;
    color: #fff;
    max-height: max-content;
    border-radius: 15px;
    font-family: 'Liberation Sans', sans-serif;
    line-height: 20px;
    padding-left: 5px;
    padding-bottom: 15px;
}

.card-titledetalhes {
    font-family: KeepCalm-Medium;
    margin-top: 50px;
}

.card-textdetalhes {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 10px;
}

.main-container {
    padding: 20px;
}

.product-title {
    text-align: center;
    margin-top: 20px;
    font-family: KeepCalm-Medium;
    color: #CA6459;
}

.product-price {
    font-size: 2rem;
    color: #28a745;
    font-weight: bold;
    text-align: center;
}

.product-images {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    height: 500px;
}

.product-images img {
    width: 160px;
    height: auto;
    cursor: pointer;
    border-radius: 8%;
}

.main-image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.buy-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.buy-buttons input {
    margin-right: 10px;
}

.buy-buttons .quantidade-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

#quantidade {
    width: 50px;
    text-align: center;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
}

.features-list,
.composition-list,
.how-to-use-list {
    list-style-type: disc;
    padding-left: 20px;
}

/* Estilo do card do produto */
.produto-card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    height: 500px;
}

/* Corpo do card */
.produto-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: KeepCalm-Medium;
    text-align: center;
}

/* Título do produto */
.produto-titulo {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #CA6459;
    font-family: KeepCalm-Medium;
    margin-top: 20px;
    text-align: center;
}

/* Preço do produto */
.produto-preco {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

/* Descrição do produto */
.produto-descricao {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'Liberation Sans', sans-serif;
    text-align: center;
}

/* Container da quantidade */
.produto-quantidade-container {
    margin-bottom: 20px;
}

/* Botões de quantidade */
.produto-quantidade-container button {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    border-radius: 5px;
}

.produto-quantidade-container input {
    width: 60px;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 5px;
    color: white;
}

/* Botões de Comprar e Adicionar ao Carrinho */
.produto-botoes button {
    width: 40%;
    font-size: 1.1rem;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

/* Botão Comprar Agora */
.produto-botoes .btn-success {
    background-color: #CA6459; /* Altere para a cor desejada */
    border: none;
    margin-left: 70px;
    width: 30%;
}

.produto-botoes .btn-success:hover {
    opacity: 80%;
}

/* Botão Adicionar ao Carrinho */
.produto-botoes .btn-primary {
    background-color: #ffffff; /* Mude a cor de fundo */
    border: 1px solid #CA6459; /* Borda personalizada */
    color: #CA6459; /* Cor do texto do botão */
    width: 30%;
    margin-right: 70px;
}

.produto-botoes .btn-primary:hover {
    background-color: #fff5f5; /* Mude a cor de fundo */
}

/* Remover as setinhas do input type number */
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; /* Chrome, Safari, Edge, Opera */
    margin: 0; /* Remove espaço extra */
}

.btnquantidade {
    border: none;
    background-color: #CA6459;
    color: #fff;
    align-items: center;
    text-align: center;
}

.informacoes-produto-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: auto; /* Ajuste para ser responsivo */
    width: 100%; /* Deixe que o Bootstrap cuide da largura */
    margin-top: 20px;
}

.card-titledetalhes {
    margin-top: 20px;
    color: #ffffff;
}

.informacoes-adicionais-card {
    height: auto; /* Ajuste para ser responsivo */
    width: 100%; /* Deixe que o Bootstrap cuide da largura */
}

.card-bodymaisinfos {
    margin-top: 110px;
}

.btnlegal {
    border: none;
    background-color: #CA6459;
    color: #fff;
    width: 150px;
    height: 50px;
    border-radius: 10px;
}

.item-card {
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #ffffff;
    margin-top: -10px;
}

.item-card:hover {
    background-color: #CA6459; /* Muda a cor de fundo ao passar o mouse */
}

.item-detail {
    margin-top: 10px;
    color: #ffffff;
    font-family: 'Liberation Sans', sans-serif;
    line-height: 21px;
}

/* Remover a borda branca */
.accordion-item {
    border: none; /* Remove a borda do item */
}

/* Estilizar o botão do acordeão */
.accordion-button {
    background-color: #CA6459; /* Cor de fundo do botão */
    color: white; /* Cor do texto */
    font-weight: bold; /* Texto em negrito */
    border: none; /* Remover borda */
}

/* Cor rosa claro quando o acordeão está aberto */
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #b04a45; /* Mantenha a cor desejada aqui */
    box-shadow: none; /* Remove sombra */
}

/* Remover sombra ao focar ou ao clicar */
.accordion-button:focus {
    box-shadow: none; /* Remove qualquer efeito de foco */
}

/* Cor de fundo para o corpo do acordeão */
.accordion-body {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.6;
    background-color: #CA6459; /* Cor de fundo do corpo do acordeão */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Liberation Sans', sans-serif;
    position: relative;
}

/* Acordeão sem bordas ao colapsar */
.accordion-collapse {
    border: none; /* Remove bordas da seção colapsada */
}

/* Efeito de hover */
.accordion-button:hover {
    background-color: #b04a45; /* Cor ao passar o mouse */
}

.titulosrodape {
    color: #fff;
    font-size: 15px;
    font-family: KeepCalm-Medium;
    margin-top: 20px;
}

.produtosrelacionados {
    text-align: center;
    color: #CA6459;
    font-size: 30px;
    font-family: KeepCalm-Medium;
    margin-top: -80px; /* Ajustado para reduzir espaço */
}

/* Container para centralizar o card */
.card-qualidade-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Estilo do card */
.card-qualidade {
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 1000px; /* Ajuste a largura conforme necessário */
    text-align: center;
    margin-top: 50px;
}

.card-nota{
    color: #CA6459;
    font-family: KeepCalm-Medium;
}

/* Ajustes na aparência da lista de itens relacionados */
.itens-relacionados {
    margin-top: 10px; /* Ajuste o espaço acima dos itens relacionados */
    padding: 20px; /* Espaçamento interno para os itens relacionados */
}

.card-titulo{
    color: #CA6459;
    font-family: KeepCalm-Medium;
    margin-top: 30px;
}

.btn{
    background-color: #CA6459;
    border: none;
}

.btn:hover{
    background-color: #dc786d;
    -xpedu-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.titulosmenoresatendimento{
    color: #CA6459;
    font-family: KeepCalm-Medium;
    margin-top: 30px;
    font-size: 30px;
    margin-bottom: -20px;
}

.product-card-container {
    display: flex;
    flex-wrap: wrap; /* Permite que os cards quebrem para a linha seguinte */
    justify-content: center; /* Centraliza os cards horizontalmente */
    max-width: 1000px; /* Largura máxima do container */
    margin: auto; /* Centraliza o container */
}

.product-card {
    background-color: #fff;
    border-radius: 8px;
    margin: 10px;
    border: 2px solid #cacaca;
    padding: 10px;
    text-align: center; /* Centraliza o texto e a imagem */
    width: calc(25% - 20px); /* 25% da largura do container, menos margem */
}

.product-card img {
    width: 50%; /* Imagem ocupa toda a largura do card */
    border-radius: 8px; /* Bordas arredondadas na imagem */
}

.product-card:hover{
 border: 2px solid #b04a45;
}

.product-title {
    margin-top: 10px; /* Espaçamento acima do título */
    font-size: 1.2rem;
    color: #CA6459; /* Cor do texto do título */
    font-family: 'Liberation Sans', sans-serif;
    font-weight: 500;
}

.linkatendimento{
    text-decoration: none;
}

.item-container-atendimento{
    width: 900px;
    margin-top: 50px;
}

/* Cor rosa claro quando o acordeão está aberto */
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #b04a45; /* Mantenha a cor desejada aqui */
    box-shadow: none; /* Remove sombra */
    color: #ffffff;
}

/* Remover sombra ao focar ou ao clicar */
.accordion-button:focus {
    box-shadow: none; /* Remove qualquer efeito de foco */
}

/* Cor de fundo para o corpo do acordeão */
.accordion-body {
    font-size: 1rem;
    color: #CA6459;
    line-height: 1.6;
    background-color: #ffffff; /* Cor de fundo do corpo do acordeão */
    font-family: 'Liberation Sans', sans-serif;
    position: relative;
    box-shadow: none;
}

/* Acordeão sem bordas ao colapsar */
.accordion-collapse {
    border: 1px solid #CA6459; /* Remove bordas da seção colapsada */
}

/* Efeito de hover */
.accordion-button-atendimento:hover {
    color: #fff;
    background-color: #CA6459;
}

.accordion-button {
    background-color: #CA6459; /* Cor do botão do acordeão */
    border: none;
    transition: background-color 0.3s ease;
}

.accordion-button:hover {
    background-color: #eba199; /* Cor ao passar o mouse */
    color: #fff;
}

.description-card {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    transition: transform 0.3s ease;
    color: #CA6459;
    margin-left: -10px;
}
.accordion-button::after {
    color: white; /* Muda a cor da seta para branco */
}

.banneratendimento{
    margin-top: 40px;
    border-radius: 20px;
    height: 495px;
}

/* Container para centralizar o card */
.card-qualidade-container-sobrenos {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

/* Estilo do card */
.card-qualidade-sobrenos {
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    width: 800px; /* Ajuste a largura conforme necessário */
    text-align: center;
    height: 80vh;
}

.card-descricao-sobrenos{
    color: #202020;
}

.textosobrenos{
    text-align: center;
    margin-top: 30px;
}

.textosobrenos2{
    text-align: center;
    margin-top: 20px;
}

.botoes-container a{
    text-decoration: none;
}

.login-card {
    width: 90%;
    max-width: 350px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.login-card h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #CA6459;
    font-family: 'Liberation Sans', sans-serif;
}

.login-card p {
    font-size: 0.9em;
    color: #CA6459;
    margin-bottom: 20px;
    font-family: 'Liberation Sans', sans-serif;
}

.login-card form {
    display: flex;
    flex-direction: column;
}

.login-card label {
    text-align: left;
    font-size: 0.9em;
    color: #CA6459;
    margin-bottom: 5px;
}

.login-card input[type="email"],
.login-card input[type="password"] {
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #eba199;
    border-radius: 5px;
    font-size: 1em;
    width: 100%;
}

.login-card button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #CA6459;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.login-card button:hover {
opacity: 80%;
}

.login-card a {
    margin-top: 15px;
    font-size: 0.9em;
    color: #CA6459;
    text-decoration: none;
}

.login-card a:hover {
    text-decoration: underline;
}

.logomeuspedidos{
    width: 250px;
    margin-top: 30px;
}

.politicasecaodocadastro{
    text-decoration: none;
    margin-top: 20px;
    color: #aeaeae;
}

.politicasecaodocadastro:hover{
    text-decoration: underline;
}

.cupons-regras {
    width: 90%;
    max-width: 800px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
}

.cupons-regras h1 {
    text-align: center;
    font-size: 1.8em;
    color: #CA6459;
    margin-bottom: 40px;
    font-family: KeepCalm-Medium;
    margin-top: 10px;
}

.cupons-regras ul {
    list-style-type: none;
}

.cupons-regras li {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    text-align: justify;
}

.cupons-regras strong {
    color: #CA6459;
}

.formasdepagamento {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    text-align: justify;
    margin-top: -10px;
}

.taxadeentrega{
    font-family: 'Liberation Sans', sans-serif;
    color: #202020;
}

.bodyentregas{
    height: 100vh;  /* para ocupar a tela inteira */
  margin: 0;
}

.entregas-card {
    width: 90%;
    max-width: 450px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    border-radius: 10px;
    text-align: center;
    height: 380px;
}

.entregas-card:hover{
    border: 2px solid #b04a45;
}

.entregas-card h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #000000;
    font-family: 'Liberation Sans', sans-serif;
}

.entregas-card p {
    font-size: 0.9em;
    color: #CA6459;
    margin-bottom: 20px;
    font-family: 'Liberation Sans', sans-serif;
}

.entregas-card form {
    display: flex;
    flex-direction: column;
}

.entregas-card label {
    text-align: left;
    font-size: 0.9em;
    color: #CA6459;
    margin-bottom: 5px;
}

.entregas-card input[type="email"],
.entregas-card input[type="password"] {
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #eba199;
    border-radius: 5px;
    font-size: 1em;
    width: 100%;
}

.entregas-card button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #CA6459;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.entregas-card button:hover {
opacity: 80%;
}

.entregas-card a {
    margin-top: 15px;
    font-size: 0.9em;
    color: #CA6459;
    text-decoration: none;
}

.entregas-card a:hover {
    text-decoration: underline;
}

.politicadetrocasmaisduvidas{
    color: #CA6459;
}

.politicadetrocasmaisduvidas:hover{
    color: #b04a45;
}

.cookies-msg{
    width: 80%;
    background-color: #fff;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 15px;
    display: none;
}

.cookies-msg.mostrar{
    display: block;
}

.cookies-msg .cookies-txt{
display: flex;
align-items: center;
text-align: justify;
padding: 20px;
font-family: 'Poppins', sans-serif;
color: #787878;
}

.cookies-msg .cookies-btn{
margin-left: 30px;
}

.cookies-msg .cookies-btn button{
    background-color: #CA6459;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 40px;
    cursor: pointer;
    transition: .2s;
    border: none;
}

.cookies-msg .cookies-btn button:hover{
transform: scale(0.9);
}

.institucional {
    width: 90%;
    max-width: 1000px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
}

.institucional h1 {
    text-align: center;
    font-size: 1.8em;
    color: #CA6459;
    margin-bottom: 10px;
    font-family: KeepCalm-Medium;
    margin-top: 10px;
}

.institucional ul {
    list-style-type: none;
}

.institucional li {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    text-align: center;
}

.institucional strong {
    color: #CA6459;
}

.institucional-card-container {
    display: flex;
    flex-wrap: wrap; /* Permite que os cards quebrem para a linha seguinte */
    justify-content: center; /* Centraliza os cards horizontalmente */
    max-width: 1200px; /* Largura máxima do container */
    margin: auto; /* Centraliza o container */
}

.institucional-card {
    background-color: #CA6459;
    border-radius: 8px;
    margin: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center; /* Centraliza o texto e a imagem */
    width: 270px;
    font-size: 15px;
}

.institucional-card h1{
    text-align: center;
    color: #fff;
    }

.institucional-card li{
text-align: center;
color: #fff;
}

.institucional-title {
    margin-top: 10px; /* Espaçamento acima do título */
    font-size: 1.2rem;
    color: #CA6459; /* Cor do texto do título */
    font-family: 'Liberation Sans', sans-serif;
    font-weight: 500;
}

.containerblog {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 4 colunas */
    gap: 20px;
    padding: 20px;
  }

  /* Estilo básico para o card */
  .cardblog {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    margin-bottom: 20px;
    height: 320px;
    width: 330px;
  }

  .cardblog:hover {
    transform: translateY(-5px);
    border: 1px solid #aeaeae;
  }

  /* Imagem no card */
  .cardblog img {
    margin-top: 20px;
    width: 60%;
    height: 200px;
    object-fit: cover;
  }

  /* Título do card */
  .cardblog h3 {
    font-size: 1.2rem;
    padding: 10px;
    color: #333;
    font-family: KeepCalm-Medium;
  }

.container a{
    text-decoration: none;
  }

.logoblog{
    width: 300px;
    align-items: center;
    margin: auto; /* Centraliza o container */
    margin-top: 10px;
    margin-bottom: 20px;
}

.logopeachblog{
    width: 300px;
}

.titulodoblog{
font-size: 18px;
margin-top: 10PX;
font-family: KeepCalm-Medium;
font-weight: bold;
}

.titulodoblog2{
    font-size: 18px;
    margin-top: 10PX;
    font-family: KeepCalm-Medium;
    font-weight: bold;
    color: white;
    }

.corpodoblog {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}

.corpodoblog h1 {
    text-align: center;
    font-size: 1.8em;
    color: #CA6459;
    margin-bottom: 10px;
    font-family: KeepCalm-Medium;
    margin-top: 10px;
}

.corpodoblog ul {
    list-style-type: none;
}

.corpodoblog li {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    text-align: center;
}

.corpodoblog strong {
    color: #CA6459;
}

.corpodoblog-card-container {
    display: flex;
    flex-wrap: wrap; /* Permite que os cards quebrem para a linha seguinte */
    justify-content: center; /* Centraliza os cards horizontalmente */
    max-width: 1200px; /* Largura máxima do container */
    margin: auto; /* Centraliza o container */
}

.corpodoblog-card {
    background-color: #ffffff;
    border-radius: 8px;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center; /* Centraliza o texto e a imagem */
    width: 270px;
    font-size: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #cacaca;
}

.corpodoblog-card h1{
    text-align: center;
    color: #CA6459;
}

.corpodoblog-card li{
text-align: center;
color: #CA6459;
}

.corpodoblog-title {
    margin-top: 10px; /* Espaçamento acima do título */
    font-size: 1.2rem;
    color: #CA6459; /* Cor do texto do título */
    font-family: 'Liberation Sans', sans-serif;
    font-weight: 500;
}

.nav-link-blog{
    direction: ltr;
}

.primeirapartedoblog{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin-top: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #cacaca;
    border-radius: 20px;
    margin-left: 45px;
    background-color: #fff;
    font-size: 15px;
    padding: 10px;
}

.bannersdoblog{
    width: 100%;
    margin-top: 40px;
}

.linhadoblog{
    background-color: #CA6459;
    width: 100%;
    height: 1px;
    margin-bottom: -10px;
}

.zoom {
    position: relative;
    display: inline-block;
}

#main-product-image {
    width: 100%;
}

.lens {
    position: absolute;
    border-radius: 50%;
    cursor: none; /* Oculta o cursor padrão */
    /* Tamanho da lupa */
    width: 100px; 
    height: 100px; 
    display: none; /* Oculta a lupa inicialmente */
    pointer-events: none; /* Evita interação com a lupa */
}

.card {
    text-decoration: none;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: max-content;
    margin-top: 30px;
    font-family: KeepCalm-Medium;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 2%;
    margin-left: 30px;
}

.card:hover{
    border: 1px solid #aeaeae;
}

.login-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 350px;
    transition: transform 0.2s;
    font-family: 'Liberation Sans', sans-serif;
}

.login-card:hover {
    transform: scale(1.05);
}

.login-card h2 {
    margin: 0 0 20px;
    text-align: center;
    color: #CA6459;
    font-family: KeepCalm-Medium;
}

.login-card input[type="text"],
.login-card input[type="email"],
.login-card input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border 0.3s;
}

.login-card input[type="text"]:focus,
.login-card input[type="email"]:focus,
.login-card input[type="password"]:focus {
    border-color: #b04a45;
    outline: none;
}

.login-card button {
    width: 100%;
    padding: 10px;
    background-color: #CA6459;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.login-card button:hover {
    background-color: #b04a45;
}

.login-card p {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.login-card a {
    color: #b04a45;
    text-decoration: none;
}

.login-card a:hover {
    text-decoration: underline;
}

.cadastro-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 400px;
    transition: transform 0.2s;
    font-family: 'Liberation Sans', sans-serif;
}

.cadastro-card:hover {
    transform: scale(1.05);
}

.cadastro-card h2 {
    margin: 0 0 20px;
    text-align: center;
    color: #CA6459;
    font-family: KeepCalm-Medium;
}

.cadastro-card input[type="text"],
.cadastro-card input[type="date"],
.cadastro-card input[type="email"],
.cadastro-card input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border 0.3s;
}

.selecao {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border 0.3s;
}

.selecao:focus {
    border-color: #b04a45;
    outline: none;
}


.cadastro-card input[type="text"]:focus,
.cadastro-card input[type="email"]:focus,
.cadastro-card input[type="date"]:focus,
.cadastro-card input[type="password"]:focus {
    border-color: #b04a45;
    outline: none;
}

.cadastro-card button {
    width: 100%;
    padding: 10px;
    background-color: #CA6459;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.cadastro-card button:hover {
    background-color: #b04a45;
}

.cadastro-card p {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.cadastro-card a {
    color: #b04a45;
    text-decoration: none;
}

.cadastro-card a:hover {
    text-decoration: underline;
}

.mensagem {
    color: red;
    text-align: center;
    margin-top: 10px;
}

.error {
    font-weight: bold;
}

.perfil-img {
    width: 150px;
    height: 150px;
    border-radius: 50%; /* Torna a imagem circular */
    object-fit: cover; /* Ajusta a imagem dentro do contêiner */
}
.card-home {
    text-align: center;
}
.card-upload {
    text-align: center;
    margin-top: 20px;
}

.card5 {
    background-color: #862828;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 400px;
    transition: transform 0.2s;
    font-family: 'Liberation Sans', sans-serif;
}

.titulofavoritos{
    margin: 0 0 20px;
    text-align: center;
    color: #CA6459;
    font-family: KeepCalm-Medium;
}

.cart-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.cart-item {
    display: flex;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.cart-item:hover {
    transform: scale(1.03);
}

.cart-item-info {
    flex: 1;
    padding-left: 20px;
}

.buy-btn, .remove-btn, .update-btn {
    background-color: #ca6459;
    color: white;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
    margin-top: 20px;
    height: 50px;
}

.buy-btn:hover,
.remove-btn:hover,
.update-btn:hover {
    background-color: #b04a45;
    cursor: pointer;
}

.back-btn {
    background-color: #ca6459;
    color: white;
    border-radius: 5px;
    border: none;
}

.back-btn:hover {
    background-color: #b04a45;
    cursor: pointer;
}

.total {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 30px;
}

.cart {
    margin: 0 auto;
}

.empty-cart-message {
    font-size: 1.2em;
    text-align: center;
    color: #8a8a8a;
    font-family: 'Liberation Sans', sans-serif;
}

.cart-summary {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.cart-summary h4 {
    margin-bottom: 15px;
}

.quantity-btns {
    display: flex;
    align-items: center;
}

.quantity-btn {
    background-color: #ddd;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 10px;
    width: 30px;
}

.quantity-btn:hover {
    background-color: #ccc;
}

.quantity-display {
    width: 40px;
    text-align: center;
    font-size: 16px;
}

.botaocarrinho{
    border: none;
    background-color: #dc786d;
}
