/* Nordiklum — Modo Escaparate Q4
   Oculta precios y CTA de compra hasta apertura comercial.
   Para reactivar ventas: vaciar este archivo y redeploy. */

/* Precios — múltiples selectores Hyvä/Magento por seguridad */
.price-box,
.price,
.product-price,
.product-item-price,
.product-card__price,
.product-info-price,
.product-info-main .price-box,
.product-info-main .product-info-price,
.products-grid .price-box,
.product-items .price-box,
.product-item .price-box,
.product-price-stock,
.price-container,
.price-final_price,
.price-as-configured,
[data-price-type="finalPrice"],
[data-price-type="oldPrice"],
[data-price-type="basePrice"],
[data-role="priceBox"] {
  display: none !important;
  visibility: hidden !important;
}

/* CTA de compra — también ocultos en escaparate */
button[data-role="tocart-form"],
.action.tocart,
.action.primary.tocart,
.action.tocart-button,
form[data-role="tocart-form"] button,
.product-info-main .box-tocart,
.product-add-form,
.add-to-cart,
button.tocart {
  display: none !important;
}

/* Cantidad y addtocart wrapper */
.field.qty,
.product-options-bottom,
.box-tocart {
  display: none !important;
}

/* Mini-cart / iconos carrito en header — opcional, comenta si quieres dejarlo */
/* .minicart-wrapper, [data-block="minicart"] { display: none !important; } */
