/*
 * Origem: regra customizada da marca Anselmi.
 * Mantem o layout da PDP enquanto troca o CTA de compra por WhatsApp.
 */

.single-product.exclusive-brand-anselmi-product form.cart .quantity,
.single-product.exclusive-brand-anselmi-product form.cart .single_add_to_cart_button:not(.exclusive-brand-whatsapp__button) {
  display: none !important;
}

.single-product.exclusive-brand-anselmi-product .exclusive-brand-whatsapp {
  display: contents;
}

.single-product.exclusive-brand-anselmi-product .exclusive-brand-whatsapp__button.is-disabled,
.single-product.exclusive-brand-anselmi-product .exclusive-sticky-add-to-cart.is-disabled {
  opacity: 0.58;
}

.single-product.exclusive-brand-anselmi-product .exclusive-brand-whatsapp__button.is-disabled:hover,
.single-product.exclusive-brand-anselmi-product .exclusive-brand-whatsapp__button.is-disabled:focus {
  opacity: 0.58;
}
