/* ============================================================
   PREMIUM ECOLOGICA
   BOARD 4 PDP V2B5A
   WHATSAPP SECONDARY CTA
   ============================================================ */


/*
 * A coluna de ações passa a aceitar
 * Comprar Agora + WhatsApp empilhados.
 */
body.catalog-product-view
.product-info-main
.box-tocart
.actions {
    display: flex !important;

    flex-direction: column !important;
    align-items: stretch !important;

    gap: 8px !important;

    width: 100% !important;

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


/*
 * CTA principal permanece dominante.
 */
body.catalog-product-view
.product-info-main
#product-addtocart-button {
    width: 100% !important;

    margin: 0 !important;
}


/*
 * WhatsApp secundário.
 */
body.catalog-product-view
.product-info-main
.premium-board4-whatsapp-cta {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 8px !important;

    width: 100% !important;
    min-height: 46px !important;

    margin: 0 !important;
    padding: 9px 16px !important;

    box-sizing: border-box !important;

    background: #fff !important;

    border: 1px solid #168846 !important;
    border-radius: 9px !important;

    color: #168846 !important;

    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;

    text-align: center !important;
    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        background-color .15s ease,
        border-color .15s ease,
        color .15s ease !important;
}


body.catalog-product-view
.product-info-main
.premium-board4-whatsapp-cta:hover,

body.catalog-product-view
.product-info-main
.premium-board4-whatsapp-cta:focus {
    background: #f1f8f3 !important;

    border-color: #0d703b !important;

    color: #0d703b !important;

    text-decoration: none !important;
}


/*
 * Ícone independente de fontes externas.
 */
body.catalog-product-view
.product-info-main
.premium-board4-whatsapp-cta
.premium-board4-whatsapp-icon {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 18px !important;
    height: 18px !important;

    flex: 0 0 18px !important;
}


body.catalog-product-view
.product-info-main
.premium-board4-whatsapp-cta
svg {
    display: block !important;

    width: 18px !important;
    height: 18px !important;

    fill: none !important;

    stroke: currentColor !important;

    stroke-width: 1.8 !important;

    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}


/* mobile */

@media (max-width: 767px) {

    body.catalog-product-view
    .product-info-main
    .premium-board4-whatsapp-cta {
        min-height: 48px !important;

        font-size: 14px !important;
    }

}
