@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

@font-face {
    font-family: 'Honey';
    /* O nome que você vai usar no código */
    src: url('../fonts/honey.otf') format('truetype');
    /* Verifique o caminho e a extensão */
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth !important;
    margin: 0;
}

.numeral {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.honney {
    font-family: 'Honey', sans-serif;
    font-weight: lighter;
    font-style: normal;

}

* {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 20px;
}

:root {
    --cor1: #FF00AA;
    --cor2: #F38CF5;
    --cor3: #BC51F5;
  --cor4: #ffa2c4;
    --cor5: #FF5CBE;
    --cor6:#F5F5DC;
    transition: all 1s;
     --bg-site: #F8F9FA;
    /* Fundo levemente cinza para destacar os cards brancos */
    --text-dark: #2D2D2D;
    /* Cinza quase preto para textos */
    --text-muted: #6C757D;
    /* Cinza para textos secundários */
    --white: #FFFFFF;
    --shadow-soft: 0 4px 12px rgba(0, 0, 0, 0.05);

}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: scroll;
    width: 100vw;
    overflow-x: hidden;
}

.header {
    width: 100%;
    height: 120px;
    display: flex;
    padding: 15px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    transition: all 1s ease;


}

.navpc {
    display: none;
}

.header-active {
    background: var(--cor1);
    color: white;

    .logo {
        font-size: 60px;
        font-weight: bolder;
        color: rgba(255, 255, 255, 0.897);
        padding-bottom: 5px;
    }

    .logo-header {
        border: 3px solid rgb(255, 255, 255);
    }
}

.header-unative {
    background-color: transparent;
    backdrop-filter: blur(50px);
    height: 100px;
    background-color: rgba(255, 255, 255, 0.308);



    .logo {
        font-size: 50px;
        font-weight: bolder;
        color: var(--cor1);
        border-bottom: none;
    }

    .logo-header {
        border: 2px solid var(--cor1);
    }
}

.logo-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 90%;


}

.navegacao {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    border-radius: 25px;
    color: white;
    width: 70%;
    background: var(--cor1);
    height: 80px;
    position: fixed;
    bottom: 1vh;
    z-index: 2;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.568);

    & div>a {
        font-style: none;
        text-decoration: none;
    }

}

.nav-log {
    width: auto;
    height: 35px;
}

.cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-15px);


    &>p {
        transform: translate(14px, 16px);
        border: 2px solid var(--cor1);
        border-radius: 50%;
        font-size: 10px;
        background-color: rgb(255, 255, 255);
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        border-radius: 22px;
        color: var(--cor1);
        font-size: 20pt;
        font-weight: bold;

    }
}

.fa-shopping-cart {
    color: white;

}



.container {
    display: flex;
    flex-direction: column;
    width: 95vw;
    margin-bottom: 50px;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
    align-self: center;
}


.slider {
    margin: 0 auto;
    width: 97%;
    height: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    position: relative;
    flex-direction: row;
    width: 311%;
    height: 30vw;
    max-height: 300px;
    align-items: center;
    margin-bottom: 20px;
}

.slide {
    width: 33%;
    position: relative;
    transition: 1s;
}

.slides input {
    display: none;
}

.slide img {

    height: auto;
    width: 100%;

}

.manual-navigation {
    position: absolute;
    width: 100vw;
    margin-top: 25vw;
    display: flex;
    justify-content: center;
    z-index: 1;
    transition: all;
}

.manual-btn {
    border: 1px solid var(--cor5);
    background-color: var(--cor4);
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 1s;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.329);
}

.manual-btn:not(:last-child) {
    margin-right: 10px;
}

.manual-btn:hover {
    background-color: var(--cor4);
}

#radio1:checked~.first {
    margin-left: 0;
}

#radio2:checked~.first {
    margin-left: -33%;
}

#radio3:checked~.first {
    margin-left: -66%;
}

#radio1:checked~.manual-navigation .btn1 {
    width: 25px;
    border-radius: 40%;
    background-color: var(--cor5);
}

#radio2:checked~.manual-navigation .btn2 {
    width: 25px;
    border-radius: 40%;
    background-color: var(--cor5);
}

#radio3:checked~.manual-navigation .btn3 {
    width: 25px;
    border-radius: 40%;
    background-color: var(--cor5);
}





.separador-content {
    display: flex;
    font-size: 30px;
    font-weight: bold;
    color: var(--cor1);
    margin: 20px 10px;
    width: 90%;
    max-width: 600px;
    padding-top: 10px;
    border-top: 1px solid var(--cor1);
    align-self: center;
    justify-content: center;
    align-items: center;
}

.filtros-produtos {
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: flex-start;
    /* Alinha no início para o scroll fluir */
    margin: 10px 0 30px;
    padding: 15px 5%;
    /* Alinhado com a margem do site */
    overflow-x: auto;
    /* Permite o deslize lateral */
    -webkit-overflow-scrolling: touch;
    /* Scroll suave no iPhone */
    gap: 12px;
}

.filtros-produtos::-webkit-scrollbar {
    display: none;
}

.filtros-produtos {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.filtros-produtos table,
.filtros-produtos tbody,
.filtros-produtos tr {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.filtro {
    list-style: none;
    background: white;
    color: var(--text-muted);
    border: 1px solid #E0E0E0;
    padding: 8px 20px;
    border-radius: 25px;
    /* Formato de pílula */
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    /* Não deixa o texto quebrar linha */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
}

.filtro td {
    font-size: 0.9rem;
    font-weight: 500;
}

.filtro:hover {
    border-color: var(--cor1);
    color: var(--cor1);
}

/* ESTADO ATIVO: A categoria selecionada */
.filter-active {
    background: var(--cor1) !important;
    color: var(--white) !important;
    border-color: var(--cor1) !important;
    box-shadow: 0 4px 10px rgba(216, 27, 96, 0.3) !important;
}

/* Container das variações */
.secao-variacoes {
    margin: 20px 0;
}

.controle-variacao p {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.wrapper-opcoes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* Esconde o rádio original */
.wrapper-opcoes input[type="radio"] {
    display: none;
}

/* Estilo das Bolinhas de Cor */
.swatch-cor {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    transition: 0.3s;
}

/* Estilo dos Quadradinhos de Tamanho */
.caixa-tamanho {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    transition: 0.3s;
}

/* Quando o usuário seleciona (Efeito Visual) */
.wrapper-opcoes input[type="radio"]:checked+.swatch-cor {
    transform: scale(1.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--cor1);
}

.wrapper-opcoes input[type="radio"]:checked+.caixa-tamanho {
    background-color: var(--cor1);
    color: #fff;

}

/* Classe que faremos o JS injetar caso falte seleção */
.campo-obrigatorio-vazio {
    border: 1px solid #ff4d4d;
    padding: 10px;
    border-radius: 8px;
    animation: shake 0.4s linear;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

/* Um aviso sutil em texto que fica escondido por padrão */
.msg-erro-selecao {
    color: #ff4d4d;
    font-size: 12px;
    display: none;
    margin-top: 5px;
}

.linha-produtos {
    display: grid;
    width: 95vw;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 20px;
}

.corpoProduto {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.171);
    background-color: white;
}

.produto-recente {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    
    .preco,
    .titulo>p {
        padding: 5px 15px;
        font-size: 12pt;
    }

    .imgProduto {
        display: flex;
        justify-content: start;
        width: 100%;
        height: 260px;
        margin-top: 10px;
        border-radius: 9px;
        
       
    }
    .imgProduto>img{
        overflow: hidden;
        object-fit: cover;
        height: auto;
        width: 100%;
        scale: 1.3;
    }
}
.produto-recente::before {
    content: "NOVO";
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--cor1);
    color: white;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 5px;
    z-index: 1;
}

.imgProduto {
    width: 100%;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    object-fit: cover;

    &>img {
        width: 100%;
        height: auto;
    }
}

.produtoMiniatura {
    object-fit: cover;
    object-position: center;
}



.preco {
    font-size: 20px;
    color: rgb(0, 0, 0);
    padding: 10px;
}

.button {
    background-color: white;
    width: 100%;
    border: none;
    border-radius: 5px;
    position: relative;
    padding: 7px 25px;
    color: var(--cor1);
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;

}

.button:hover {
    background: var(--cor1);
    color: white;

}

.body-pedido {
    width: 100%;
    height: 100%;
    overflow: scroll;

}

/* Apenas o mínimo de CSS para separar os blocos de pedidos */
.bloco-separador-pedido {
    border: 2px solid var(--cor1);
    border-radius: 10px;
    margin-bottom: 30px;
    background: #e7e7e7;
    padding-bottom: 10px;
}

.cabecalho-agrupado {
    background: #f9f9f9;
    padding: 15px;
    border-bottom: 1px solid #eee;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-tag {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background: #acacac;
}

.status-S {
    background: #28a745;
}

/* Verde para Enviado */
.status-N {
    background: #ffc107;
    color: #000;
}

/* Amarelo para Processando */
.barraLateral {
    background-color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-self: center;
    justify-self: center;
    height: 100vh;
    font-size: 15px;
}

.topoCarrinho-ver {
    background: var(--cor1);
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 90vw;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.199);
    margin: 10px;
    color: #ffffff;


    & p {
        font-size: 20pt;
    }

}



.container-ver {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
    align-self: center;
    overflow-x: hidden;
    box-sizing: border-box;
}

.barraLateral-pedidos {
    background-color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: center;
    justify-self: center;
    height: 100%;
}

.linha-pedidos {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    justify-content: center;
    align-self: center;
    align-items: center;
    overflow: scroll;
    gap: 4px;
    padding: 20px 0px;

    & form {
        min-width: 100%;
    }
}

.corpoPedido {
    display: flex;
    width: 90%;
    height: 100px;
    max-width: 700px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 10px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.082);
    margin: auto;
    overflow: hidden;
    background-color: white;
    font-size: 20px;
}



.imgPedido {
    width: 150px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    object-fit: scale-down;
    border-radius: 10px;

    & img {
        object-fit: cover;
        width: 100%;
        overflow: hidden;

    }

}

.item-carrinho-vazio {
    padding: 15px;
    font-size: 12pt;
}

.titulo>p {
    padding: 5px 15px;
    color: #000000bb;
}

.titulo-pedido {
    display: flex;
    width: 100%;
    margin: 0px 10px;
    align-items: start;
    justify-content: space-between;
    text-align: left;
    flex-direction: column;

    & p {
        font-size: 12pt;
    }
}

.valor-pedido {
    padding: 5px;
    width: 90px;
}

.rodape-pedido {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rodape {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    & h3,
    h2 {
        font-size: 24pt;
    }
}

.ver-button {
    width: 160px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 4px;

    & a {
        font-size: 15pt;
        text-decoration: none;
        color: var(--cor1);

    }

    & a:hover {
        color: white;
    }
}

.topoCarrinho {
    background: var(--cor1);
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 90%;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.199);
    margin: 10px;
    color: #ffffff;


    & p {
        font-size: 20pt;
    }
}

.container-produto-exclusivo {
    max-width: 90vw;
}

.modal-body-pagina {
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 90vw;
    height: 100%;

}

.modal-content {
    background-color: #fefefe;
    width: 96%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: scroll;
    scrollbar-width: 0px;
    scrollbar-color: transparent transparent;
    border-radius: 25px;
    padding: 3px;

    & form {
        height: 100%;
        width: 92%;
    }
}


#dados-produto-modal,
.modal-body {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




.modal-infos {

    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.modal-titulo {
    font-size: 30pt;
    font-weight: bold;
}

.modal-preco {
    font-size: 25pt;
    color: var(--cor1);
    font-weight: bold;
}

.modal-variacoes {
    margin-top: 15px;
    display: flex;
    flex-direction: column;

    & h2 {
        font-size: 20pt;
        font-weight: normal;
    }

    & small {
        font-weight: normal;
        color: #525252;
    }
}

.modal-detalhes {
    margin-top: 15px;
    display: flex;
    flex-direction: column;

    & h2 {
        font-size: 20pt;
        font-weight: normal;
    }

    & small {
        font-weight: normal;
        color: #525252;
    }
}

.modal-button {
    margin: 20px 0px;
    font-size: 22px;
    padding: 15px;
    border: 1px solid var(--cor1);
    border-radius: 5px;
}

.someLento {
    animation: some 0.4s ease-in-out forwards;
}

@keyframes some {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

.apareceLento {
    animation: aparece 0.4s ease-in-out forwards;
}

@keyframes aparece {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.slides-modal {
    margin: 0 auto;
    width: 90%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.container-produto-exclusivo,
.slides-modal,
.imagens-modal img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.imagens-modal {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 600px;
    background-color: #ffffff;
    align-items: center;
    margin-top: 10px;
    border-radius: 25px;
    overflow: hidden;

}

.slide-modal {
    width: 100%;
    height: 600px;
    display: none;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
}

.slides-modal input {
    display: none;
}

.slide-modal img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.modal-navigation {
    margin-top: 25px;
    display: flex;
    width: 90%;
    justify-content: center;
    justify-content: space-around;
    align-self: center;
}

.modal-btn {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    padding: 3px;
    border-radius: 12px;
}

.modal-btn img {
    width: 80px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgb(161, 161, 161);
}

.modal-btn:hover {
    transform: translateY(-4px);
}

#capa:checked~.modal-navigation .btn1,
#capa:checked~.modal-navigation .btn2,
#capa:checked~.modal-navigation .btn3,
#capa:checked~.modal-navigation .btn4,
#capa:checked~.modal-navigation .btn5 {
    border-color: var(--cor1);
    opacity: 1;
}

#capa:checked~.imagens-modal .slide-modal:nth-child(1) {
    display: flex;
}

#foto1:checked~.imagens-modal .slide-modal:nth-child(2) {
    display: flex;
}

#foto2:checked~.imagens-modal .slide-modal:nth-child(3) {
    display: flex;
}

#foto3:checked~.imagens-modal .slide-modal:nth-child(4) {
    display: flex;
}

#foto4:checked~.imagens-modal .slide-modal:nth-child(5) {
    display: flex;
}


.fechar {
    cursor: pointer;
    font-size: 35px;
    display: flex;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 10px 0px;
    border-radius: 50%;
    background-color: var(--cor4);
    color: #ffffff;
    transition: all 0.3s;
}

.fechar:hover {
    background-color: var(--cor1);
    transform: scale(1.3);
}


.item-carrinho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    margin: 10px 10px;
    border-bottom: 1px solid #aaa;

}

.linha-da-imagem {
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #c7aeda;
    align-items: center;
    justify-content: center;

}

.img-carrinho {

    width: 90%;
    height: 90%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;


}


.fa-trash-o::before {
    height: 100%;
}

.fa-trash-o:hover {
    cursor: pointer;
    color: rgb(255, 2, 2);
}

hr {
    clear: both;
}

.btn-final {
    display: flex;
    align-items: center;
    align-self: center;
    text-decoration: none;
    width: max-content;
    padding: 15px;
    font-size: 20pt;
    z-index: 2;
    border: 1px solid var(--cor1);
    transition: all 0.3s;
    border-radius: 15px;
    margin-top: 40px;
}

.btn-final:hover {
    background: var(--cor1);
    color: white;

}

/*PRODUTOS PERSONALIZADOS PARA A RECOMENDAÇÃO*/
.container-recomendado {
    display: flex;
    flex-direction: column;
    width: 95vw;
    margin-bottom: 300px;
    margin-top: 150px;
    align-items: center;
    justify-content: center;
    align-self: center;

    & h1 {
        padding: 10px;
        margin: 20px;
    }
}

.linha-produtos-recomendados {
    display: grid;
    width: 95vw;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.corpoProduto-recomendado {
    display: flex;
    width: 100%;
    height: 230px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.171);
    background-color: white;
}

.imgProduto {
    width: 100%;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    object-fit: cover;

    &>img {
        width: 100%;
        height: auto;
    }
}

.produtoMiniatura {
    object-fit: cover;
    object-position: center;
}



.preco {
    font-size: 30px;
    color: rgb(0, 0, 0);
    padding: 10px;
}

.footer {
     background-color: #1A1A1A;
    /* Fundo escuro para contraste premium */
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 20px 110px;
    /* Padding extra embaixo por causa da barra fixa */
    margin-top: 50px;
    border-top: 4px solid var(--cor1);
}

.footer-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;

    a,
    p,
    div {
        display: flex;
        flex-direction: row;
        color: var(--cor1);
        font-size: 12pt;
        text-decoration: none;
        color: #BBBBBB;
        font-size: 0.9rem;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: color 0.3s;
    }

    img {
        width: 20px;
        height: auto;
        max-height: 20px;
        margin: 0px 10px;
    }
}

.footer-data-capricho{
    display: none;
}