    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    body {
        background: #FFFFFF;
        color: #1A1226;
    }

    .banner-produtos {
        background-image:url(../img/fundo7.jpg);
        color: #FFFFFF;
        padding: 46px 7% 190px;
        background-position: center;
        background-size:cover;
    }

    .trilho {
        font-size: 13px;
        color: #E2B55A;
        margin-bottom: 22px;
        opacity: .9;
    }

    .trilho a {
        color: #FFFFFF;
        text-decoration: none;
        opacity: .75;
    }

    .trilho span {
        margin: 0 6px;
        opacity: .5;
    }

    .banner-produtos h1 {
        font-family: Georgia, serif;
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .risca-dourada {
        width: 54px;
        height: 3px;
        background: #C9973A;
        margin: 14px 0 18px;
    }

    .banner-produtos p {
        font-size: 15px;
        max-width: 480px;
        line-height: 1.7;
        color: #F5F5F5;
        opacity: .9;
    }

     .zona-filtros {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px;
        padding: 32px 8% 12px;
    }

    .contagem-resultados {
        font-size: 14px;
        color: #4A4453;
    }

    .contagem-resultados b {
        color: #1A1226;
    }

    .abas-filtro {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .aba {
        border: 1px solid #EFE6DC;
        background: #FFFFFF;
        color: #4A4453;
        padding: 9px 20px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: .2s;
    }

    .aba:hover {
        border-color: #C9973A;
        color: #C9973A;
    }

    .aba.ativa {
        background: #C9973A;
        border-color: #C9973A;
        color: #FFFFFF;
    }

   .grelha-vinhos {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        padding: 20px 8% 10px;
    }
    .grelha-vinhoss{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        padding: 20px 8% 10px;
    }
     .grelha-vinhossss{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        padding: 20px 8% 10px;
    }
    
    .cartao-vinho {
        background: #FFFFFF;
        border: 1px solid #EFE6DC;
        border-radius: 12px;
        overflow: hidden;
        transition: transform .2s, box-shadow .2s;
        display: flex;
        flex-direction: column;
    }
   .modal-erro{
    display: none;
    background: rgba(0, 0, 0, 0.7);
    inset: 0;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 9000;
    align-items: center;
    justify-content: center;
    
   }
   .txxxx{
    padding: 60px;
    background: #ffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
   }
   .txxxx h1{
    color: black;
    padding-bottom: 20px;
    text-align: center;
   
   }
   .txxxx span{
     margin-top: 40px;
     padding: 10px;
     font-size: 40px;
     background: lightgray;
     height: 60px;
     width: 60px;
     border-radius: 50%;
     align-items: center;
     justify-content: center;
     display: flex;
     cursor: pointer;
   }
   .txxxx span:hover{
    background: red;
   }
   

    .cartao-vinho:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 32px rgba(93, 23, 103, 0.15);
    }

    .imagem-vinho {
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .imagem-vinho svg {
        height: 190px;
    }

    .info-vinho {
        padding: 18px 18px 22px;
        text-align: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .origem-vinho {
        font-size: 12px;
        color: #777277;
        margin-bottom: 6px;
    }

    .nome-vinho {
        font-family: Georgia, serif;
        font-size: 19px;
        font-weight: 700;
        color: #1A1226;
        margin-bottom: 10px;
    }

    .estrelas {
        color: #C9973A;
        font-size: 13px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .preco-vinho {
        font-size: 18px;
        font-weight: 700;
        color: #5D1767;
        margin-bottom: 16px;
    }

    .preco-vinho span {
        font-size: 13px;
        font-weight: 400;
        color: #777277;
    }

    .botao-detalhes {
        margin-top: auto;
        background: #5D1767;
        color: #FFFFFF;
        border: none;
        padding: 10px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 700;
        transition: background .2s;
    }

    .botao-detalhes:hover {
        background: #6F1D73;
    }

   .paginacao {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 40px 8% 70px;
    }

    .pagina {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #EFE6DC;
        background: #FFFFFF;
        color: #4A4453;
        font-size: 13px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .pagina.ativa {
        background: #5D1767;
        border-color: #5D1767;
        color: #FFFFFF;
    }

    .pagina.seta {
        border: none;
        background: transparent;
        font-size: 16px;
    }

  