/*
Theme Name:   Wavy Child
Theme URI:    https://estudiopatagon.com/projects/wavy-for-wordpress/
Author: EstudioPatagon
Author URI: https://estudiopatagon.com/
Description:  Child theme, based on Wavy
Template: wavy

*/

/* Add your custom code just below */

  .bloco-produto-artigo{display:flex;align-items:center;gap:25px;padding:30px 0}
    .bloco-produto-artigo img{margin:0;padding:0;max-width:200px;height:auto;object-fit:cover;object-position:center;border-radius:4px}
    .bloco-produto-artigo-info--nome{font-size:1.375rem;line-height:1.875rem;font-weight:500;margin-bottom:30px;max-width:90%}
    .bloco-produto-artigo-info--btns{display:flex;align-items:center;gap:15px}
    .bloco-produto-artigo-info--btns a{text-decoration:none}
    .bloco-editor-loja{display:flex;align-items:center;gap:30px;background-color:#e0e0e0;padding:25px;text-decoration:none;border-radius:4px;margin-top:30px}
    .bloco-editor-loja img{max-width:120px;height:auto}
    .bloco-editor-loja h3{margin:0;font-size:20px;line-height:30px;font-weight:500}
    .bloco-produto-tabela{border:1px solid #e0e0e0;padding:15px 25px 15px 15px;border-radius:16px;box-shadow:rgba(149,157,165,0.2) 0px 8px 24px;background-color:#f7f7f7;margin-top:35px}
    .bloco-produto-tabela .bloco-produto-tabela-item{display:flex;justify-content:space-between;align-items:center}
    .bloco-produto-tabela .bloco-produto-tabela--info{display:grid;align-items:center;grid-template-columns:150px 200px;gap:15px}
    .bloco-produto-tabela .bloco-produto-tabela--info div{font-size:18px;line-height:26px;font-weight:500}
    .bloco-produto-tabela .bloco-produto-tabela--info .img{text-align:center}
    .bloco-produto-tabela .bloco-produto-tabela--info .img img{max-width:100px;height:auto;mix-blend-mode:multiply;max-height:180px}
    .bloco-produto-tabela .btns{display:flex;gap:10px}
    .bloco-produto-tabela .btns a{text-decoration:none}
    @media(max-width:991px){
    .bloco-produto-artigo{gap:10px}
    .bloco-produto-artigo img{max-width:90px}
    .bloco-produto-artigo-info{width:100%}
    .bloco-produto-artigo-info--nome{margin-bottom:15px;font-size:18px}
    .bloco-produto-artigo-info--btns{flex-direction:column;gap:10px}
    .bloco-produto-artigo-info--btns a{text-align:center;width:100%}
    .bloco-editor-loja{padding:12px}
    .bloco-editor-loja img{max-width:90px}
    .bloco-editor-loja h3{font-size:15px;line-height:22px}
    .bloco-produto-tabela .bloco-produto-tabela-item{grid-template:1fr;display:grid;border-bottom:1px solid #e0e0e0;padding-bottom:20px}
    .bloco-produto-tabela .bloco-produto-tabela-item:last-child{border-bottom:none;padding-bottom:0}
    .bloco-produto-tabela .bloco-produto-tabela--info{grid-template-columns:100px 1fr}
    .bloco-produto-tabela .bloco-produto-tabela--info .img img{max-width:80px;max-height:120px}
    }
    
    .btn{background-color:#46c600;color:#fff;padding:13px 40px;border-radius:5px;font-size:1.125rem;font-weight:600;white-space:nowrap;transition:0.2s}
.btn:hover{background-color:#3eae00}
.btn.btn2{background-color:#3b7a57;color:#fff;font-size:1rem;padding:18px 45px}
.btn.btn2:hover{background-color:#33684a}
.btn.amazon{background-color:#f7ca00;color:#1d1d1d}
.btn.min{padding:10px 30px;font-size:14px;font-weight:500}
@media(max-width:991px){
.btn.min{font-size:13px;padding:5px 0px;}
}
