/* Reset WooCommerce floats — la grille doit controler les colonnes */
body.expertnet-single-product-page div.product::before,
body.expertnet-single-product-page div.product::after{display:none!important;content:none!important}
body.expertnet-single-product-page div.product>.woocommerce-product-gallery,
body.expertnet-single-product-page div.product>.summary.entry-summary{
	float:none!important;width:100%!important;max-width:100%!important;margin:0!important;clear:none!important
}

/* Galerie pleine largeur de colonne */
body.expertnet-single-product-page .woocommerce-product-gallery{width:100%!important;max-width:100%!important}
body.expertnet-single-product-page .woocommerce-product-gallery .flex-viewport,
body.expertnet-single-product-page .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
body.expertnet-single-product-page .woocommerce-product-gallery .woocommerce-product-gallery__image{
	width:100%!important;max-width:100%!important
}
body.expertnet-single-product-page .woocommerce-product-gallery .woocommerce-product-gallery__image img{
	width:100%!important;height:auto!important;max-width:100%!important;display:block
}

/* Summary + CodForm : pleine colonne (layout uniquement, couleurs gerees par CodForm) */
body.expertnet-single-product-page .summary.entry-summary{min-width:0}
body.expertnet-single-codform .summary .price{color:#1a1a1a!important}
body.expertnet-single-codform #custom-checkout-form{
	width:100%!important;max-width:100%!important;margin:12px 0 0!important
}
body.expertnet-single-codform .expertnet-devis-actions{display:none!important}
body.expertnet-single-codform a[href*="wpcodflow"]{display:none!important}