:root {
    --cor1: #51ae34;
    --cor2: #51ae3440;
    --cor3: #51ae3420;
    --cor-sec: #51ae34;
    --cor-sec-strong: #51ae34;
    --cor-sec-soft: #51ae3430;
    --cor-terc: #51ae34;
    --cor-quat: #51ae34;
}
        
.button,
.wp-element-button{
    border-radius: 100px;
    background: var(--cor1);
}

.wp-block-button__link,
.button.enviar,
.ja-e-seu{
    border-radius: 100px;
    background: var(--cor1);
    color: #fff;
    padding: 16px 36px;
    font-size: 14px;
    font-family: Inter;
    outline: solid 2px var(--cor1);
    display: flex;
    border: solid 2px #fff;
    margin: 0 auto -.75rem auto !important;
    max-width: max-content;
    text-decoration: none;
}

.post-204208 .single_add_to_cart_button{
    border-radius: 100px;
    background: var(--cor1);
    color: #fff;
    padding: 16px 36px;
    font-size: 14px;
    font-family: Inter;
    outline: solid 2px var(--cor1);
    display: flex;
    border: solid 2px #fff;
    max-width: max-content;
    text-decoration: none;
}

iframe{
    border-radius: 32px;
    border-left: solid 5px var(--cor1);
    border-right: solid 5px var(--cor1);
}

input{
    border-radius: 100px;
}

a:hover{
    text-decoration: none;
}

a:hover, button:hover{
    opacity: .5;
}

select{
    padding: 12px 24px;
    border: solid 1px #d9d9d9;
    border-radius: 32px;
}

/*MENU*/
.clube a span{
    border-radius: 100px;
    background: var(--cor1) !important;
    padding: 12px 24px !important;
    color: #fff;
}

.contato a span{
    border-radius: 100px;
    border: solid 2px var(--cor1) !important;
    padding: 10px 20px !important;
}


/*DESCONTO*/
.desconto-container{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.desconto-container p {
    background-color: var(--cor1);
    padding: 24px 48px;
    border-radius: 32px;
    color: #fff;
}

.code-cupom{
    background-color: #ffffff20;
    padding: 5px 10px;
    border-radius: 10px;
    border: solid 1px #ffffff50;
    font-weight: bold;
}

/*INFOS*/

.woocommerce-info{
    border-top-color: var(--cor1);
    border-radius: 24px;
}

.woocommerce-info::before{
    color: var(--cor1);
}

/*COMENTARIOS E AVALIAÇÕES*/

.wp-block-comments{
    display: none;
}

/*FINALIZACAO CHECKOUT*/
.wc-block-components-notice-banner.is-info{
    border-color: var(--cor1);
    border-radius: 32px;
}

.wc-block-components-notice-banner.is-info>svg{
    background-color: var(--cor1);
}

/*PRODUTO*/

.wp-block-post-excerpt__excerpt{
    display: none;
}

.bloco-info-pos-compra{
    margin-top: 32px;
}

.bloco-info-pos-compra .title-info{
    font-size: 14px;
    color: #00000060;
    margin-bottom: 16px;
}

.bloco-info-pos-compra .produtos-relacionados-mini{
    display: flex;
    gap: 12px;
}

.bloco-info-pos-compra .produtos-relacionados-mini img{
    max-width: 160px;
    width: 100%;
    border-radius: 12px;
}

.bloco-info-pos-compra .info2{
    border: solid 2px #d9d9d9;
    padding: 16px;
    border-radius: 16px;
    margin-top: 24px;
    
}

.woocommerce-Tabs-panel--description h2{
    max-width: max-content;
    border: solid 2px #d9d9d9;
    padding: 12px 24px;
    color: #d9d9d9;
    margin-bottom: 32px;
    border-radius: 32px;
}

.woocommerce-Tabs-panel--description img,
.woocommerce-Tabs-panel--description iframe,
.woocommerce-Tabs-panel--description ul{
    margin: 32px 0;
}

/*MINHA CONTA*/

.page-id-53696 .pp-avatar-wrapper a img{
    border-radius: 400px;
    margin-bottom: 32px;
}

.woo-credits-my-account-table{
    margin-top: 32px;
}

.woo-credits-available-credits h2,
.woo-credits-available-credits p{
    font-size: 0px !important;
}

.woo-credits-available-credits h2::before{
    font-size: 32px !important;
    content: "Seus créditos";
}

.woo-credits-available-credits p strong{
    font-size: 48px;
    background: var(--cor3);
    border: solid 2px var(--cor1);
    padding: 24px;
    border-radius: 24px;
    top: 32px;
    position: relative;
}

.pp-controls form input,
.pp-controls form label{
    border: none !important;
}

/*BLOG*/

.wp-block-post-template
.wp-block-post img,
.wp-block-post-template
.wp-block-post
.wp-block-post-featured-image{
    max-width: 300px;
    max-height: 300px;
    border-radius : 32px;
}

.wp-block-post-template
.wp-block-post
.wp-block-post-title{
    border-bottom: solid 2px var(--cor1);
}

.wp-block-post-template
.wp-block-post
.entry-content {
    position: relative;
    max-height: 220px; /* ajuste como quiser */
    overflow: hidden;
}

/* overlay no final */
.wp-block-post-template
.wp-block-post
.entry-content::after {
    content: "Acesse para ler mais";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 120px;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    padding-bottom: 24px;
    padding-top: 24px;
    font-weight: 600;
    font-size: 16px;
    color: var(--cor1);

    background: linear-gradient(
        to top,
        rgba(255,255,255,0.85),
        rgba(255,255,255,0)
    );

    cursor: pointer;
}

