/* ============================================================
   PREMIUM ECOLOGICA
   BOARD 4 PDP V2B5A.1
   CTA / QTY ALIGNMENT
   ============================================================ */


/*
 * A linha começa no topo.
 * O field.qty contém label + input.
 */
body.catalog-product-view
.product-info-main
.box-tocart
.fieldset {
    align-items: start !important;
}


/*
 * 14px label + 5px margem.
 *
 * Assim Comprar Agora começa exatamente
 * na altura do input de quantidade.
 */
body.catalog-product-view
.product-info-main
.box-tocart
.actions {
    align-self: start !important;

    padding-top: 19px !important;
}


/*
 * Campo quantidade permanece intacto.
 */
body.catalog-product-view
.product-info-main
.field.qty {
    align-self: start !important;
}


/*
 * Reforça as dimensões do primeiro CTA.
 */
body.catalog-product-view
.product-info-main
#product-addtocart-button {
    height: 48px !important;
    min-height: 48px !important;
}


/*
 * WhatsApp abaixo do botão principal,
 * sem interferir na primeira linha.
 */
body.catalog-product-view
.product-info-main
.premium-board4-whatsapp-cta {
    min-height: 46px !important;

    margin: 0 !important;
}


/* mobile */

@media (max-width: 767px) {

    body.catalog-product-view
    .product-info-main
    .box-tocart
    .actions {
        padding-top: 19px !important;
    }

}
