/* filmvitrages — masquage éléments natifs thème PS + mise en page pleine largeur */

/* === Prix natifs === */
.product-prices,
.product-discount,
.has-discount,
.regular-price,
.current-price,
.tax-shipping-delivery-label {
  display: none !important;
}

/* === Images gauche === */
.images-container,
.product-images,
.product-cover,
.js-qv-product-images {
  display: none !important;
}

/* === Panier + quantité natifs === */
.product-add-to-cart,
.add-to-cart,
#add-to-cart-or-refresh,
.product-quantity,
.js-product-add-to-cart,
.product-variants {
  display: none !important;
}

/* === Nom natif masqué (on a le nôtre dans le module) === */
.product-information .h1,
.page-product h1 {
  display: none !important;
}

/* === Passer la colonne produit en pleine largeur === */
#content-wrapper .col-md-6 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.product-container .col-md-6:first-child {
  display: none !important;
}

/* === Onglets produit natifs === */
.tabs {
  display: none !important;
}
