/* Coquille / L'intrépide product page — archive layout on native Elementor shell */

body.ldb-native-shop-product-page .elementor-widget-theme-post-title {
	display: none !important;
}

body.ldb-native-shop-product-page .ldb-native-body-shell > .e-con > .elementor-widget-heading:first-child {
	display: none !important;
}

body.ldb-native-shop-product-page .ldb-native-body-shell.page-wrapper.main-wrapper {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.ldb-native-shop-product-page .main-wrapper,
body.ldb-native-shop-product-page .section-produit {
	background: #fff;
}

body.ldb-native-shop-product-page .section-produit {
	margin-top: 0;
	padding-top: 2em;
}

/* Archive: .column-product-infos > .page-padding > .product-infos-components */
body.ldb-native-shop-product-page .section-produit .container.full {
	max-width: 2000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body.ldb-native-shop-product-page .section-produit .produit-components {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 3em;
	width: 100%;
}

body.ldb-native-shop-product-page .section-produit .column-product-infos {
	flex: 1 1 50%;
	min-width: 0;
	padding-top: 4em;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

/* Fallback when icon row is a direct child of .column-product-infos (outside .page-padding). */
body.ldb-native-shop-product-page .section-produit .column-product-infos > .product-separator,
body.ldb-native-shop-product-page .section-produit .column-product-infos > .product-icons,
body.ldb-native-shop-product-page .section-produit .column-product-infos > .product-dropdowns {
	width: 100%;
	max-width: 100%;
	padding-left: 2em;
	padding-right: 2em;
	box-sizing: border-box;
}

body.ldb-native-shop-product-page .section-produit .column-product-infos .page-padding {
	width: 100%;
	max-width: 100%;
	padding-left: 2em;
	padding-right: 2em;
	box-sizing: border-box;
}

body.ldb-native-shop-product-page .section-produit .column-product-infos .product-infos-components {
	width: 100%;
	gap: 1.5em;
}

body.ldb-native-shop-product-page .section-produit .product-title-price {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2em;
	width: 100%;
}

body.ldb-native-shop-product-page .section-produit .product-title {
	flex: 1 1 auto;
	max-width: 21em;
}

body.ldb-native-shop-product-page .section-produit .product-title-h1 {
	font-family: "Captain Nelson serif printed", sans-serif;
	font-size: 2.4em;
	line-height: 1.2;
	font-weight: 400;
	color: var(--dark-slate-blue, #2d365a);
}

body.ldb-native-shop-product-page .section-produit .product-price.in-product-page {
	flex: none;
	font-size: 0.9em;
}

body.ldb-native-shop-product-page .section-produit .product-separator {
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	margin: 0.5em 0;
}

body.ldb-native-shop-product-page .section-produit .product-icons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.5em;
	width: 100%;
}

body.ldb-native-shop-product-page .section-produit .product-icon {
	height: auto;
	max-width: 12em;
}

body.ldb-native-shop-product-page .section-produit .product-icon.for-payment {
	max-width: 16em;
}

body.ldb-native-shop-product-page .section-produit .product-dropdowns {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.75em;
}

/* In-product FAQ accordions (Informations Produit / livraison chronofresh) */
body.ldb-native-shop-product-page .product-dropdowns .faq-item.in-product.w-dropdown {
	width: 100%;
	display: flex;
	flex-direction: column;
}

body.ldb-native-shop-product-page .product-dropdowns .faq-dropdown-toggle.in-product {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0.75em 0;
	cursor: pointer;
	user-select: none;
	border-bottom: 1px solid #e8e8e8;
}

body.ldb-native-shop-product-page .product-dropdowns .faq-dropdown-toggle.in-product .text-block-3 {
	font-size: 1.1em;
	color: var(--dark-slate-blue, #2d365a);
	text-transform: uppercase;
}

body.ldb-native-shop-product-page .product-dropdowns .faq-answer-dropdown.in-product.w-dropdown-list {
	display: none;
	position: relative;
	width: 100%;
	overflow: hidden;
}

body.ldb-native-shop-product-page .product-dropdowns .faq-answer-dropdown.in-product.w-dropdown-list.w--open {
	display: block;
}

body.ldb-native-shop-product-page .product-dropdowns .faq-answer.in-product {
	margin: 0;
	padding: 0.75em 0 1.25em;
	font-size: 1em;
	line-height: 1.7;
	color: var(--dark-slate-blue, #2d365a);
	text-align: left;
}

body.ldb-native-shop-product-page .product-dropdowns .faq-dropdown-toggle.w--open .icon-faq.in-product {
	transform: rotate(180deg);
}

body.ldb-native-shop-product-page .section-produit .product-description {
	text-align: center;
}

body.ldb-native-shop-product-page .section-produit .product-description table {
	width: 99.5%;
	margin-left: auto;
	margin-right: auto;
}

body.ldb-native-shop-product-page .w-json,
body.ldb-native-shop-product-page script.w-json,
body.ldb-native-shop-product-page script[type="application/json"] {
	display: none !important;
}

/* Archive: cart block above long description */
body.ldb-native-shop-product-page .product-infos-components,
body.ldb-native-shop-product-page .product-container {
	display: flex;
	flex-direction: column;
}

/* Archive inline CSS: only long copy is reordered to the bottom (not the cart block). */
body.ldb-native-shop-product-page .product-description {
	order: 2;
	margin-top: 20px;
}

@media (min-width: 768px) {
	body.ldb-native-shop-product-page #desktopProductTitle {
		display: block;
	}

	body.ldb-native-shop-product-page #mobileProductTitle {
		display: none;
	}
}

@media (max-width: 767px) {
	body.ldb-native-shop-product-page #desktopProductTitle {
		display: none;
	}

	body.ldb-native-shop-product-page #mobileProductTitle {
		display: block;
		margin-bottom: -18px;
	}
}

@media screen and (max-width: 768px) {
	body.ldb-native-shop-product-page #judgeme_product_reviews {
		padding: 0 20px;
		margin: 0 15px;
	}
}

/* Quantity pills (archive) */
body.ldb-native-shop-product-page .option-list .w-select {
	display: none !important;
}

body.ldb-native-shop-product-page .product-button-option.w-commerce-commerceaddtocartoptionpill.selected,
body.ldb-native-shop-product-page .product-button-option.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
	background-color: rgba(76, 85, 122, 0.62);
}

/* WooCommerce form — match archive add-to-cart row */
body.ldb-native-shop-product-page .ldb-wc-product-form table.variations {
	display: none !important;
}

body.ldb-native-shop-product-page .ldb-wc-product-form form.cart {
	margin: 0;
}

body.ldb-native-shop-product-page .ldb-wc-product-form .woocommerce-variation-add-to-cart {
	display: flex;
	flex-direction: column;
	gap: 1em;
	width: 100%;
}

body.ldb-native-shop-product-page .ldb-wc-product-form .quantity {
	width: 3.8em;
	text-align: center;
	background-color: #f3f3f3;
	border: 0;
	border-radius: 8px;
	padding: 0 0.5em;
	font-family: "Captain Nelson serif printed", "Captain Nelson serif", serif;
	font-size: 1.4em;
	line-height: 1;
	min-height: 3.4em;
}

body.ldb-native-shop-product-page .ldb-wc-product-form .single_add_to_cart_button {
	width: 100%;
	background-color: var(--light-sea-green, #36b1a6);
	color: #fff;
	border: 0;
	border-radius: 0.6em;
	padding: 1em 1.5em;
	font-weight: 600;
	text-transform: none;
}

body.ldb-native-shop-product-page .ldb-wc-product-form .reset_variations {
	display: none !important;
}

body.ldb-native-shop-product-page .jdgm-rev-widg {
	display: block !important;
}

body.ldb-native-shop-product-page .jdgm-temp-hiding-style {
	display: none !important;
}
