#smax {
    width: 100% !important;
    background: #f5f5f5;
    padding: 50px 0;
}

#smax .cmax {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}

/* CARDS DOS PRODUTOS */
#smax .produto-box {
    width: 28%;
    padding: 15px;
    position: relative;
}

#smax .produto {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    border: 1px solid #ddd;

}

#smax .tag{
    position: absolute;
    top: 120px;
    left: 20px;
    z-index: 999;
}

#smax .tagmax,
#smax .tagflash{
    padding: 10px;
    font-size: 12px !important;
    font-weight: 500;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.30);
}

#smax .tagmax{
    background: #FFC700;
    color: #000;
}

#smax .tagflash{
    background: #FF0000;
    color: #fff;
}


#smax .produto img {
    width: 70% !important;
    height: auto;
    margin-bottom: 0;
    border-radius: 8px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.35));
}

#smax .produto h3 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    color: #8B6200;
}

/* CONTAINER COM OS VALORES */
#smax .container-preco {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    text-align: center;
    font-size: 16px;
    color: #111;
}

/* 12X */
#smax .c12x {
    font-size: 18px;
}

/* PARCELADO */
#smax [class$="-par"] {
    font-size: 40px;
    font-weight: 700;
    color: #111;
}

/* À VISTA E ANTIGO */
#smax [class$="-av"],
#smax [class$="-ant"] {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}


#smax del {
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
    color: #111;
}

/* ============================================
   BOTÃO
   ============================================ */
#smax .btn-comprar {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 20px;
    background: #00EB33;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}


#smax .btn-comprar:hover{
    background: #0a8005;
    color: #fff;
}

/* ============================================
   DETALHES / LISTA
   ============================================ */
#smax .detalhes {
    padding-left: 0;
    list-style: none;
    text-align: left;
    color: #111111;
}

#smax .detalhes li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #00EB33;
    font-size: .8rem;
    font-weight: 500;
}

#smax .icone-check {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    flex-shrink: 0;
    stroke: #8B6200 !important;
}

#smax .icone-x {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    flex-shrink: 0;
    stroke: #FF3B3B;
}

/* ============================================
   RESPONSIVIDADE - SÓ O CONTEÚDO INTERNO REDUZ
   ============================================ */

/* NOTEBOOK (1366PX) */
@media (max-width: 1366px) {
    #smax .cmax {
        max-width: 1100px;
    }
    
    #smax .produto-box {
        width: 33%;
        padding: 15px;
    }
}

/* TABLET PAISAGEM (1200PX) */
@media (max-width: 1200px) {
    #smax .cmax {
        max-width: 924px;
    }
}

/* TABLET RETRATO (1024PX) */
@media (max-width: 1024px) {
    #smax .cmax {
        max-width: 780px;
    }
    
    #smax .produto-box {
        width: 33%;
        padding: 12px;
    }
    
    #smax .produto h3 {
        font-size: 25px;
    }
    
    #smax .container-preco {
        font-size: 14px;
    }
    
    #smax [class$="-av"],
    #smax [class$="-ant"] {
        font-size: 14px;
    }
    
    #smax [class$="-par"] {
        font-size: 30px;
    }
    
    #smax .btn-comprar {
        padding: 18px;
        font-size: 1rem;
    }
    
    #smax .detalhes li {
        font-size: .8rem;
    }
}

/* TABLET RETRATO - 880PX */
@media (max-width: 880px) {
    #smax .cmax {
        max-width: 728px;
    }

    #smax .produto-box {
        width: 33%;
    }
    
    #smax .produto h3 {
        font-size: 25px;
    }
    
    #smax .container-preco {
        font-size: 14px;
    }
    
    #smax [class$="-par"] {
        font-size: 30px;
        font-weight: 700;
    }
    
    #smax [class$="-av"],
    #smax [class$="-ant"] {
        font-size: 14px;
    }
    
    #smax .btn-comprar {
        padding: 15px 10px;
        font-size: 14px;
    }
    
    #smax .detalhes li {
        font-size: 12px;
    }
}

/* CELULAR (767PX) */
@media (max-width: 767px) {
    #smax {
        padding: 50px 0;
    }
    
    #smax .cmax {
        max-width: 360px;
        padding: 0 10px;
    }
    
    #smax .produto img {
        width: 80%;
    }
    
    #smax .produto-box {
        width: 100%;
        padding: 10px;
    }
    
    #smax .produto h3 {
        font-size: 2.3rem;
    }
    
    #smax .container-preco {
        font-size: 16px;
    }
    
    #smax .c12x {
        font-size: 20px;
    }
    
    #smax [class$="-par"] {
        font-size: 40px;
        font-weight: 700;
    }
    
    #smax [class$="-av"],
    #smax [class$="-ant"] {
        font-size: 16px;
    }
    
    #smax .btn-comprar {
        padding: 15px 10px;
        font-size: 1.2rem;
    }
    
    #smax .detalhes li {
        font-size: 14px;
    }
}
