/* CigarLink — catalogue and coordination exclusively through official WhatsApp */
.cigarlink-whatsapp-button,
a.cigarlink-whatsapp-button,
button.cigarlink-whatsapp-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px !important;
  border: 1px solid #d4af37 !important;
  border-radius: 999px !important;
  background: #d4af37 !important;
  color: #111 !important;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.cigarlink-whatsapp-button:hover,
.cigarlink-whatsapp-button:focus {
  background: #111 !important;
  color: #d4af37 !important;
  transform: translateY(-1px);
}
.cigarlink-single-whatsapp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
}
.cigarlink-single-whatsapp span { opacity: .8; font-size: 14px; }

/* Remove all purchase/payment interfaces. */
.elementor-menu-cart__toggle,
.elementor-widget-woocommerce-menu-cart,
.site-header-cart,
.cart-contents,
.wc-block-mini-cart,
.wc-block-cart,
.wc-block-checkout,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout,
.woocommerce-form-coupon-toggle,
.wc-proceed-to-checkout,
.ppc-button-wrapper,
.paypal-buttons,
.paypal-button,
[id*="paypal" i],
[class*="paypal" i],
.payment_methods,
.woocommerce-checkout-payment,
.added_to_cart,
.wc-forward:not(.cigarlink-whatsapp-button),
.woocommerce-mini-cart,
.widget_shopping_cart {
  display: none !important;
}

@media (max-width: 767px) {
  .cigarlink-whatsapp-button { width: 100%; text-align: center; }
  .cigarlink-single-whatsapp { display: block; }
  .cigarlink-single-whatsapp span { display: block; margin-top: 10px; text-align: center; }
}
