/* Stickers Letters Designer — masquage éléments natifs thème Classic PS 1.7 */

/* === 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;
}
/* === Description courte native — visible, s'affiche avant le module === */
.product-description-short {
  display: block !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;
}

/* === Notre module en 100% largeur === */
.sl-fullwidth-wrap {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

/* Les onglets "Détails du produit" sont déplacés en bas de page par JS */
