
.hlx-achadinhos-grade,
.hlx-achadinhos-grade *{
    box-sizing:border-box;
}

.hlx-achadinhos-grade{
    width:100%;
    font-family:Arial,Helvetica,sans-serif;
}

.hlx-achadinhos-titulo{
    margin:0 0 28px;
    text-align:center;
    color:#111;
    font-family:"Poppins",Arial,sans-serif !important;
    font-size:clamp(28px,4vw,46px);
    line-height:1.1;
    font-weight:600 !important;
}

.hlx-achadinhos-grid{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:18px;
    width:100%;
    overflow:visible !important;
}

.hlx-produto-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
    border:1px solid #edf0ed;
    border-radius:14px;
    background:#fff;
    color:#242424;
    text-decoration:none !important;
    box-shadow:0 6px 20px rgba(0,0,0,.055);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.hlx-produto-card:hover{
    transform:translateY(-4px);
    border-color:rgba(39,183,71,.35);
    box-shadow:0 14px 30px rgba(0,0,0,.09);
}

.hlx-produto-desconto{
    position:absolute;
    top:32px;
    right:32px;
    z-index:3;
    padding:7px 11px;
    border-radius:999px;
    background:linear-gradient(135deg,#36cb58,#20a742);
    color:#fff;
    font-size:13px;
    line-height:1;
    font-weight:800;
    box-shadow:0 5px 12px rgba(32,167,66,.24);
}

.hlx-achadinhos-grade .hlx-produto-imagem{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:calc(100% - 40px) !important;
    height:auto !important;
    min-width:0 !important;
    min-height:0 !important;

    aspect-ratio:1 / 1 !important;

    margin:20px 20px 0 !important;
    padding:20px !important;

    overflow:hidden !important;
    border-radius:10px !important;
    background:#f9fafb !important;
}

.hlx-achadinhos-grade .hlx-produto-imagem img{
    display:block !important;

    width:100% !important;
    height:100% !important;

    min-width:0 !important;
    min-height:0 !important;
    max-width:100% !important;
    max-height:100% !important;

    margin:0 !important;
    padding:0 !important;

    object-fit:contain !important;
    object-position:center !important;

    transform:none !important;
}

.hlx-sem-imagem{
    color:#9b9b9b;
    font-size:13px;
}

.hlx-produto-conteudo{
    display:block;
    padding:16px 20px 20px;
}

/* Sem altura mínima: elimina o espaço vazio abaixo do preço */
.hlx-produto-nome{
    margin:0 0 12px !important;
    color:#222 !important;
    font-family:"Poppins",Arial,sans-serif !important;
    font-size:18px !important;
    line-height:1.35 !important;
    font-style:normal !important;
    font-weight:600 !important;
    letter-spacing:0 !important;
    text-transform:none !important;
}

.hlx-produto-antigo{
    margin-bottom:5px;
    color:#979797;
    font-size:13px;
    line-height:1.3;
}

.hlx-produto-atual{
    margin:0;
    color:#333;
    font-size:14px;
    line-height:1.35;
}

.hlx-produto-atual strong{
    color:#0b8731;
    font-size:17px;
    font-weight:800;
}

.hlx-produto-botao{
    display:block;
    margin-top:16px;
    padding:11px 12px;
    border-radius:8px;
    background:#27b747;
    color:#fff;
    text-align:center;
    font-size:14px;
    font-weight:800;
}

.hlx-achadinhos-vazio{
    padding:24px;
    border:1px dashed #cbd5cb;
    border-radius:12px;
    background:#fafcfa;
    color:#666;
    text-align:center;
}

/* Remove qualquer resíduo visual de versões antigas */
.hlx-achadinhos-seta,
.hlx-prev,
.hlx-next,
.hlx-produto-loja{
    display:none !important;
}

@media(max-width:1590px){
    .hlx-achadinhos-grid{
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    }
}

@media(max-width:1280px){
    .hlx-achadinhos-grid{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
}

@media(max-width:970px){
    .hlx-achadinhos-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
}

/* Mobile: um card abaixo do outro, com 20px entre eles */
@media(max-width:767px){
    .hlx-achadinhos-grid{
        grid-template-columns:1fr !important;
        gap:20px !important;
    }

    .hlx-produto-imagem{
        width:calc(100% - 40px);
        height:300px;
        min-height:300px;
        margin:20px 20px 0;
    }

    .hlx-produto-conteudo{
        padding:18px 20px 20px;
    }

    .hlx-produto-nome{
        font-size:20px !important;
        line-height:1.4 !important;
    }

    .hlx-produto-antigo{
        font-size:15px;
    }

    .hlx-produto-atual{
        font-size:16px;
    }

    .hlx-produto-atual strong{
        font-size:19px;
    }

    .hlx-produto-desconto{
        font-size:14px;
    }
}


/* Correção v1.9: força o quadro da imagem a permanecer perfeitamente quadrado */
.hlx-achadinhos-grade .hlx-produto-card .hlx-produto-imagem{
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:1 / 1 !important;
}
