/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* === Fix: imagem principal do produto WooCommerce sumindo === */
.single-product .woocommerce-product-gallery {
  opacity: 1 !important;
  visibility: visible !important;
}

.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* ============================================================
   WhatsApp (BuddyBoss + intl-tel-input)
   Mantém o comportamento original do dropdown (dropup automático)
============================================================ */

/* Espaço padrão entre label e campo (igual os outros campos) */
.buddypress .editfield label {
  margin-bottom: 10px;
  display: block;
}

/* Não mexer no dropdown/termos aqui para não alterar o comportamento */
