/* Pre-ocultamiento para evitar flash al cargar */
/*html.zc-prehide .theme-product-price,
html.zc-prehide .theme-product-price-coupon,
html.zc-prehide .theme-product-detail-price-area,
html.zc-prehide .theme-prod-pricelist-outter,
html.zc-prehide .theme-prices-inner-container,
html.zc-prehide [data-testid="price"],
html.zc-prehide [data-price],
html.zc-prehide .theme-product-quantity-cart-area,
html.zc-prehide [data-zs-cart-add],
html.zc-prehide .theme-addtocart,
html.zc-prehide .theme-cart-add,
html.zc-prehide .theme-minicart-icon.theme-carticon-style-21 {
  display: none !important;
}

/* Invitados: oculta precios, cantidades y controles de carrito */
/*html.zc-guest .theme-product-price,
html.zc-guest .theme-product-price-coupon,
html.zc-guest .theme-product-detail-price-area,
html.zc-guest .theme-prod-pricelist-outter,
html.zc-guest .theme-prices-inner-container,
html.zc-guest [data-testid="price"],
html.zc-guest [data-price],
html.zc-guest .theme-product-quantity-cart-area,
html.zc-guest [data-zs-cart-add],
html.zc-guest .theme-addtocart,
html.zc-guest .theme-cart-add,
html.zc-guest .theme-minicart-icon.theme-carticon-style-21 {
  display: none !important;
}

/* mostrar un CTA en lugar del precio */
/*.zc-login-cta {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.zc-login-cta:hover {
  background: rgba(0,0,0,0.05);
}
*/