* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background:  ;
    overflow-x: hidden; 
}

header {
    width: 100%;
    padding: 10px 0;
    background: white;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav {
    margin-left: auto;
}

.logo img {
    max-width: 110px;
    height: auto;
    display: block;
}

nav a {
    text-decoration: none;
    color: black;
    margin-left: 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-family: arial;
}

nav a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: black;
    transform: scaleX(0);
    transition: transform 0.3s; /* Adicionado animação na linha */
    transform-origin: left;
}

nav a:hover::after {
    transform: scaleX(1);
}

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

.dropdown-content{
    display: none;
    position: absolute;
    height: 300px;
    width: 120px;
    background-color: white;
    min-height: 160px;
    z-index: 1;
    top: 100%;
     max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 20px;
    opacity: 0; /* Adicionado para transição de opacidade */
    transition: opacity 0.3s ease; /* Adicionado transição */
}
.dropdown-content a{
    color: #333;
    padding: 12px 16px;
    display: block;
    font-size: 14px;
    margin-left: 6px;
    
}

.dropdown:hover .dropdown-content{
    display: block;
    opacity: 1; /* Ativa a opacidade no hover */
}


.produtos {
    padding: 40px 0;
}

.img-inicio {
    position: relative;
    width: 100%;
    margin-top: 50px;
    display: block;
    animation: fadeIn 1s ease-in; /* Adicionado animação de entrada */
}

.modelo-mobile, .logo-mobile {
    display: none;
}

.titulo {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'Playfair Display', serif;
    padding: 20px;
}


.card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    opacity: 0.;
}

.card-produtos {
    display: flex;
    background: #282828;
    height: 200px;
    width: 150px;
    border-radius: 20px;
    transition: 0.3s; /* Já existia, mantido */
    flex-shrink: 0;
    overflow: hidden;
}

.card-produtos:hover {
    transform: translateY(-10px);
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 20px;
}

.marcas {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.marcas img {
    height: 20px;
    width: auto;
    transition: transform 0.3s ease; /* Adicionado para suavizar o hover das logos */
}

.marcas img:hover {
    transform: scale(1.1); /* Efeito de zoom leve */
}

.marcas img.rimowalogo{
    height: 40px;
}

.marcas img.valentinologo{
    height: 20px;
    margin-top: 8px;
}

.marcas img.loulogo{
    height: 40px;
    margin-top: -20px;
}


.rodape{
    height: 20vh;
}

.rodape h2{
    display: flex;
    justify-content: flex-start;
    font-family:arial ;
    font-size: 20px;
    margin-top:-20px;
    margin-left: 25px;
}

.bandeiras{
    height: 70px;
    position: absolute;
    display: flex;
    margin-top: 40px;
    margin-left: 20px;
}

.instagram{
    display: flex;
    height: 30px;
    margin-top: 20px;
    margin-right: 30px;
    justify-content: flex-end;

}

.wht{
    display: flex;
    height: 40px;
    margin-top: 15px;
    margin-right: 30px;
}

.pagina-produtos{
    display: flex;
    justify-content: center;
    height:120px;
}

.produtos{
    height: auto;
  	padding-bottom:50px;
}

.logo-marca{
    height: 100px;
    margin-top: 100px;

}

.produtos-pagina{
    display: flex;
    background: black;
    height: 350px;
    width: 250px;
    border-radius: 20px;
    transition: 0.3s; /* Já existia, mantido */
    flex-shrink: 0;
    overflow: hidden;
    margin-top: px;
    flex-direction: column;
    text-align: center;

}

.produtos-pagina:hover {
    transform: translateY(-10px);
}

.card img {
    width: 90%;
    height: 75%;
    object-fit: cover; 
    border-radius: 20px;
    margin-left: 13px;
    margin-top: 8px;
}

.pagina-hermes{
    display: flex;
    justify-content: center;
    height:120px;
}

.hermes-topo{
    height: 60px;
    margin-top: 120px;

}

.pagina-chanel{
    display: flex;
    justify-content: center;
    height:120px;
}

.chanel-topo{
    height: 50px;
    margin-top: 120px;

}

.pagina-lou{
    display: flex;
    justify-content: center;
    height:120px;
}

.lou-topo{
    height: 100px;
    margin-top: 100px;

}
.pagina-gucci{
    display: flex;
    justify-content: center;
    height:120px;
}

.gucci-topo{
    height: 60px;
    margin-top: 120px;

}

.pagina-balenciaga{
    display: flex;
    justify-content: center;
    height:120px;
}

.balenciaga-topo{
    height: 30px;
    margin-top: 150px;

}

.btn-comprar{
   display: flex;
    padding: 10px;
    background-color: white;
    color: black;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    font-family: verdana; sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: 0.3s;
    width: 100px;
    margin-top: 36px;
    margin-left: 130px;
    border-radius: 20px;
    z-index: 999;
}

.produtos-pagina h2{
    position: relative;
    height: 20xp;
    margin-top: -65px;
    color: white;
    text-align: left;
    margin-left: 20px;
    font-family: arial;
    z-index: 998;
}

.produtos-pagina p{
    position: relative;
    text-align: left;
    margin-left: 20px;
    color: white;
    z-index: 998;
}

.btn-comprar:hover{
    transform: translateY(-5px);
}




#janela-modal {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    z-index: 10000; 
    justify-content: center;
    align-items: center;
}


.modal-content {
    background-color: #fff;
    padding: 35px;
    width: 90%;
    max-width: 400px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}


.btn-fechar {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    line-height: 1;
}


#titulo-produto {
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #000;
}


.modal-content input {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    outline: none;
    box-sizing: border-box; 
}


.btn-enviar-zap {
    width: 100%;
    padding: 15px;
    background-color: #000;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s;
}

.btn-enviar-zap:hover {
    background-color: #333;
}


#container-tamanho {
    display: none; 
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    margin: 10px 0;
}

#container-tamanho label {
    font-family: arial;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#tamanho-calcado {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    font-size: 15px;
    color: #555;
    cursor: pointer;
    outline: none;
    transition: border-color 0.3s ease;
}

#tamanho-calcado:focus {
    border-color: #000; 
}


.sobre{
    display: flex;
    height: 80vh;
    background: linear-gradient(130deg, #404040, #202020, #000000);
}

.sobre img{
    transform: rotate(deg);
    height: 600px;
    overflow: hidden;
    margin-top:-50px;
    filter: drop-shadow(-10px 15px 20px rgba(0, 0, 0, 0.9));
    opacity: 0.5;
    transition: 0.6s ease; /* Adicionado para suavizar hover */
}

.sobre h2{
    margin-top:100px;
    color: #747474;
    font-size: 35px;
    font-family: verdana;
    margin-left: -150px;
    
}

.sobre h3{
    position: absolute;
    margin-top:150px;
    color: #747474;
    font-size: 20px;
    font-family: verdana;
    margin-left: 600px;
    ;
}

.card01{
    display: flex;
    flex-direction: row;
    height: 60vh;
    gap: 20px;
    justify-content: center;
    
}

.cardprl{
    display: flex; ;
    width: 25%;
    height: 100%;
    transition: 0.3s;
    text-align: center;
}

.cardprl:hover{
    transform: translateY(-5px);
}

.cardprl img{
    width: 100%;
    height: 80%;
    border-radius: 10px;
}

.card01 p{
    display: flex;
    margin-top: 300px;
    margin-left: -185px;
    color: black;
}

.pesquisa{
    position: relative;
    max-width: 400px;
    width: 600px;
    height: 20px;
    margin: 20px auto;
    margin-top: -15px;
    

}

.pesquisa input{
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    border: 1px solid #000;
    outline: none;
    background-color: #fff;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
    transition: 0.3s; /* Suavizar foco */
}

.lista-resultados {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #eee;
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.res-item {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f9f9f9;
}

.res-item:hover { background: #f5f5f5; }

.res-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 4px;
}


.lupa-mobile{
    display: none;
}


footer{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
    color: black;
    text-align: center;
    padding: 10px;
    font-family: arial;
}


.hamburguer {
    display: none;
    cursor: pointer;

}



@media (max-width: 768px) {
    #menu {
        display: none;
        position: fixed;
        top: 60px;
        right: 0;
        width: 200px;
        height: auto;
        background-color: white;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        z-index: 999;
        box-shadow: -2px 5px 10px rgba(0,0,0,0.1);
    }

    #menu.active {
        display: flex !important;
    }

    .hamburguer {
        display: block;
        font-size: 25px;
    }

    .img-inicio {
        display: none;
    }

    .hero-content {
        position: relative;
        height: 60vh;
        background: linear-gradient(130deg, #626262, #000000, #000000);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
        overflow: hidden;
    }

    .modelo-mobile {
        display: flex;
        position: absolute;
        height: 100%;
        right: 0;
        opacity: 0.5;
        object-fit: cover;
    }

    .logo-mobile {
        display: flex;
        position: absolute;
        height: 80px;
        left: 0;
        top: 50px;
        z-index: 2;
    }

    .card {
        justify-content: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 20px;
    }

    .card::-webkit-scrollbar {
        display: none;
    }

    .card-produtos {
        scroll-snap-align: center;
        width: 180px;
    }

    .titulo h1 {
        font-size: 18px;
    }

    .marcas {
        gap: 15px;
        flex-wrap: wrap;
    }

    .marcas img {
        height: 10px;
    }

    .marcas img.rimowalogo {
        height: 20px;
    }

    .rodape {
        height: 60vh;
    }

    .bandeiras {
        margin-top: 150px;
    }

    .rodape h2 {
        margin-top: 90px;
    }

    .instagram {
        justify-content: flex-start;
        margin-left: 20px;
    }

    .logo-marca {
        height: 50px;
        margin-top: 100px;
    }

    .pagina-produtos {
        height: 50px;
    }

    .hermes-topo, .chanel-topo {
        height: 40px;
    }

    .gucci-topo {
        height: 40px;
        margin-top: 140px;
    }

    .sobre {
        height: auto;
      padding:40px 20px
        text-align: center;
    }

    .sobre img {
        height: 400px;
        margin-left: -100px;
        opacity: 0.3;
    }

    .sobre h2 {
        font-size: 15px;
        margin-top: 120px;
        position: absolute;
        margin-left: 15px;
    }

    .sobre h3 {
        margin-left: 10px;
    }

    /* --- AJUSTES NO CARD01 --- */
    .card01 {
        display: flex !important;
        flex-direction: row !important; 
        overflow-x: auto !important;    
        overflow-y: hidden !important; /* Trava o balanço vertical */
        scroll-snap-type: x mandatory;
        touch-action: pan-x;           /* Impede de mexer pra cima/baixo no card */
        width: 100%;
        height: auto !important;       /* Deixa a altura ser definida pelo conteúdo */
        padding: 20px 0; 
        margin: 0;
        gap: 15px;
        justify-content: flex-start !important; /* Resolve começar pelo 2º item */
        -webkit-overflow-scrolling: touch;
    }

    .card01::-webkit-scrollbar {
        display: none;
    }

    .cardprl {
        flex: 0 0 80% !important; /* Define o tamanho do slide (80% da tela) */
        width: 80% !important;    /* Ajustado para bater com o flex */
        scroll-snap-align: center;
        display: block;
        height: auto;
    }

    .cardprl img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .card01 p {
        display: block;   
        margin-top: 15px; 
        margin-left: 0;   
        color: black;
        text-align: center;
        width: 100%;     
    }

    .lupa-mobile {
        display: block;
        font-size: 24px;
        cursor: pointer;
        padding: 10px;
    }

    .pesquisa{
        position: relative;
    }


    .pesquisa img{
        display: flex;
        height: 20px;
        margin-left: 80%;
        margin-top: 7px;
    }

    .pesquisa input {
        display: none; 
        position: absolute;
        top: 50px;
        right: 0;
        width: 250px;
        z-index: 1001;
        
    }

    .pesquisa.ativa input {
        display: block;
    }

    .pesquisa input:focus{
        outline: none; !important;
        box-shadow: none;
    }

    .lista-resultados{
        position: absolute;
        top: 95px;
        width: 250px;
        left: -63px;
        text-align: left;
        border-radius: 0 0 15px 15px;
        padding: 0;
        justify-content: flex-start;

    }

    .res-item {
        display: flex !important;
        justify-content: flex-start !important; /* Força o alinhamento na esquerda */
        align-items: center !important;
        padding: 10px !important;
        width: 100% !important;

    }

        .res-item img {
        margin-left: 0 !important;   /* Foto encostada na borda esquerda */
        margin-right: 12px !important; /* Espaço entre foto e texto */
        width: 60px;
        height: 60px;

    }

    .res-item span {
        text-align: left !important;
        margin: 0 !important;
    }

    #container-tamanho {
        max-height: 150px; /* Limita a altura */
        overflow-y: auto;  /* Adiciona a barra de rolagem */
        width: 100%;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch; /* Rolagem suave no iPhone */
    }

    /* Ajuste para o Modal não sumir da tela */
    .modal-content {
        max-height: 90vh; /* Não deixa o modal ser maior que a tela */
        overflow-y: auto;  /* Se o conteúdo for grande, o modal ganha scroll */
    }



    *{
        -webkit-tap-highlight-color:transparent;
    }


}

/* Keyframes adicionados ao final para não interferir na estrutura */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}