.fdw-formula-product-page div.product div.images,
.fdw-formula-product-page div.product .woocommerce-product-gallery,
.fdw-formula-product-page div.product .product-gallery,
.fdw-formula-product-page div.product .entry-summary + .images {
	display: none !important;
}

.fdw-formula-product-page div.product div.summary,
.fdw-formula-product-page div.product .summary,
.fdw-formula-product-page.woocommerce div.product div.summary,
.fdw-formula-product-page.woocommerce-page div.product div.summary,
.fdw-formula-product-page .ast-woocommerce-container div.product div.summary {
	box-sizing: border-box;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1300px;
	width: 100% !important;
}

.fdw-formula-product-page div.product {
	display: block;
}

.fdw-formula-product-page div.product .product_title,
.fdw-formula-product-page div.product .summary > .price,
.fdw-formula-product-page div.product .summary > p.price,
.fdw-formula-product-page div.product .entry-summary > .price,
.fdw-formula-product-page div.product .entry-summary > p.price {
	display: none !important;
}

.fdw-formula-product-page .ast-sticky-add-to-cart,
.fdw-formula-product-page .ast-sticky-add-to-cart-content,
.fdw-formula-product-page .ast-sticky-add-to-cart-wrapper,
.fdw-formula-product-page .woocommerce-sticky-add-to-cart,
.fdw-formula-product-page .sticky-add-to-cart,
.fdw-formula-product-page .wc-sticky-add-to-cart,
.fdw-formula-product-page .wc-sticky-product-bar {
	display: none !important;
}

.fdw-formula-product-page .site-content,
.fdw-formula-product-page .ast-container,
.fdw-formula-product-page .ast-woocommerce-container,
.fdw-formula-product-page div.product,
.fdw-formula-product-page .summary,
.fdw-formula-product-page .entry-summary {
	border-color: transparent !important;
	outline: 0 !important;
}

.products .fdw-formula-loop-product {
	background: #fff;
	border: 1px solid #eadfd6 !important;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 16px !important;
	position: relative;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
	width: 100%;
}

.woocommerce ul.products li.product.fdw-formula-loop-product,
.woocommerce-page ul.products li.product.fdw-formula-loop-product {
	overflow: visible;
}

.products .fdw-formula-loop-product:hover {
	border-color: #D8884C !important;
	box-shadow: 0 14px 34px rgba(45, 25, 12, .09);
	transform: translateY(-2px);
}

.fdw-formula-loop-product .ast-woo-product-category,
.fdw-formula-loop-product .posted_in,
.fdw-formula-loop-product .product_meta,
.fdw-formula-loop-product .ast-woo-shop-product-category {
	display: none !important;
}

.fdw-formula-loop-product .woocommerce-loop-product__title {
	font-size: 18px !important;
	margin: 12px 0 6px !important;
}

.fdw-loop-formula-description {
	color: #6d5a4d;
	font-size: 14px;
	line-height: 1.35;
	margin: 0 0 8px;
}

.fdw-loop-from-price {
	color: #2b1a12;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 14px;
}

.fdw-loop-stretched-link {
	inset: 0;
	position: absolute;
	z-index: 5;
}

.fdw-loop-stretched-link:focus {
	outline: 0;
}

.fdw-formula-loop-product a,
.fdw-formula-loop-product a:focus,
.fdw-formula-loop-product a:active,
.fdw-formula-loop-product a:hover {
	background: transparent !important;
	box-shadow: none !important;
	outline: 0 !important;
	text-decoration: none !important;
}

.fdw-formula-loop-product:focus,
.fdw-formula-loop-product:focus-within,
.fdw-formula-loop-product:active {
	box-shadow: none;
	outline: 0;
}

.fdw-formula-loop-product::after {
	background: #D8884C;
	border-radius: 4px;
	color: #fff;
	content: "Composer ma formule";
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	margin-top: 10px;
	padding: 8px 11px;
	text-transform: uppercase;
}

.fdw-formula-loop-product:hover::after {
	background: #111;
}

.fdw-options {
	border: 1px solid #ddd;
	margin: 20px 0;
	padding: 22px;
}

.fdw-builder-eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.fdw-builder-header h3 {
	margin: 0 0 20px;
}

.fdw-progress {
	--fdw-progress-active: #D8884C;
	--fdw-progress-idle: #b9b9b9;
	margin: 34px 0 40px;
	padding-bottom: 12px;
	position: relative;
}

.fdw-progress-track {
	background: var(--fdw-progress-idle);
	border-radius: 999px;
	height: 7px;
	left: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.fdw-progress-track span {
	background: var(--fdw-progress-active);
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: width .25s ease;
	width: 0;
}

.fdw-progress ol {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.fdw-progress li {
	align-items: center;
	color: var(--fdw-progress-idle);
	display: flex;
	flex-direction: column;
	font-size: 15px;
	font-weight: 500;
	gap: 8px;
	text-align: center;
}

.fdw-progress li span {
	align-items: center;
	background: #fff;
	border: 2px solid var(--fdw-progress-idle);
	border-radius: 50%;
	box-sizing: border-box;
	color: var(--fdw-progress-idle);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.fdw-progress li.is-active,
.fdw-progress li.is-complete {
	color: var(--fdw-progress-active);
}

.fdw-progress li.is-active span,
.fdw-progress li.is-complete span {
	background: var(--fdw-progress-active);
	border-color: var(--fdw-progress-active);
	color: #fff;
}

.fdw-step {
	border-top: 1px solid #e7e2dc;
	padding: 18px 0;
}

.fdw-wizard-step[hidden] {
	display: none !important;
}

.fdw-step-title {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 12px;
}

.fdw-step-title > div {
	align-items: center;
	display: flex;
	gap: 10px;
}

.fdw-step-title span {
	align-items: center;
	background: #111;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.fdw-step-title strong,
.fdw-field h4 {
	font-size: 15px;
	margin: 0;
}

.fdw-combo-grid,
.fdw-choice-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fdw-combo-grid {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.fdw-combo-card,
.fdw-choice-card,
.fdw-drink-toggle {
	background: #fff;
	border: 1px solid #d8d0c8;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	position: relative;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
	border-radius: 10px;
}

.fdw-combo-card:hover,
.fdw-choice-card:hover,
.fdw-drink-toggle:hover {
	border-color: #6f3a1f;
}

.fdw-formula-product-page .fdw-combo-card:not(.is-selected):hover,
.fdw-formula-product-page .fdw-drink-toggle:hover {
	border-color: #d8d0c8;
}

.fdw-combo-card.is-selected,
.fdw-choice-card.is-selected {
	background: #fffaf4;
	border-color: #D8884C !important;
	border: 3px solid;
}

.fdw-combo-card input,
.fdw-choice-card input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.fdw-combo-card {
	padding: 16px;
}

.fdw-combo-card > span {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.fdw-combo-card strong,
.fdw-choice-content strong {
	color: #1d0d05;
	font-size: 17px;
	line-height: 1.15;
	text-transform: uppercase;
}

.fdw-choice-content strong {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.fdw-vege-icon {
	display: inline-block;
	flex: 0 0 auto;
	height: 20px;
	object-fit: contain;
	width: 20px;
}

.fdw-combo-card small {
	color: #6f3a1f;
	font-size: 14px;
	font-weight: 700;
}

.fdw-field {
	margin-top: 25px;
}

.fdw-meal-field.fdw-required-visible {
	animation: fdwFieldReveal .22s ease both;
}

@keyframes fdwFieldReveal {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fdw-field h4 {
	margin-bottom: 10px;
}

.fdw-choice-card {
	align-items: stretch;
	min-height: 124px;
	overflow: hidden;
}

.fdw-choice-image {
	align-items: center;
	background: #f7f3ef;
	display: flex;
	flex: 0 0 118px;
	justify-content: center;
	overflow: hidden;
}

.fdw-choice-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fdw-choice-placeholder {
	background: linear-gradient(135deg, #efe8df, #faf7f3);
	display: block;
	height: 100%;
	width: 100%;
}

.fdw-choice-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 5px;
}

.fdw-choice-content small {
	color: #765f52;
	font-size: 13px;
	line-height: 1.35;
	margin-top: 5px;
}

.fdw-choice-overlay {
	align-items: flex-start;
	background: rgba(17, 17, 17, .88);
	color: #fff;
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 18px;
	pointer-events: none;
	position: absolute;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease;
}

.fdw-choice-card:hover .fdw-choice-overlay {
	opacity: 1;
	transform: translateY(0);
}

.fdw-choice-overlay span {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.fdw-choice-overlay small {
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
}

.fdw-choice-overlay small p {
	margin: 0 0 8px;
}

.fdw-choice-overlay small p:last-child {
	margin-bottom: 0;
}

.fdw-choice-overlay small ul,
.fdw-choice-overlay small ol {
	column-count: 2;
	column-gap: 26px;
	margin: 0;
	padding-left: 18px;
}

.fdw-choice-overlay small li {
	break-inside: avoid;
}

.fdw-drink-toggle {
	align-items: center;
	gap: 10px;
	padding: 14px;
	width: fit-content;
}

.fdw-drink-toggle input {
	margin: 0;
}

.fdw-drink-toggle b {
	color: #6f3a1f;
}

.fdw-total {
	border-top: 1px solid #e7e2dc;
	display: none;
	font-size: 1.15em;
	font-weight: 700;
	margin-top: 2px;
	padding-top: 16px;
}

.fdw-formula-product-page div.product form.cart.fdw-is-final-step .fdw-total {
	display: block;
}

.fdw-formula-product-page div.product form.cart .quantity,
.fdw-formula-product-page div.product form.cart .single_add_to_cart_button {
	display: none;
}

.fdw-formula-product-page div.product form.cart.fdw-is-final-step .single_add_to_cart_button {
	display: inline-flex;
}

.fdw-wizard-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 18px;
}

.fdw-back-button,
.fdw-next-button {
	align-items: center;
	background: #D8884C ;
	border: 1px solid #D8884C;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .04em;
	min-height: 42px;
	padding: 0 18px;
	text-transform: uppercase;
}

.fdw-back-button {
	background: #fff;
	color: #D8884C;
	min-height: 36px;
	padding: 0 14px;
	margin-bottom: 25px;
}

.fdw-next-button:disabled {
	cursor: not-allowed;
	opacity: .45;
}

.fdw-next-button.is-disabled {
	display: none;
}

.fdw-menu-box {
	background: #fafafa;
	border: 1px solid #e1e1e1;
	margin: 14px 0;
	max-width: 520px;
	padding: 12px 14px;
}

.fdw-menu-box p {
	font-size: .95em;
	margin: 0 0 10px;
}

.fdw-menu-box .button {
	font-size: 12px !important;
	letter-spacing: .08em;
	line-height: 1 !important;
	min-height: 0 !important;
	padding: 10px 14px !important;
}

.fdw-empty {
	background: #fff8e5;
	border-left: 4px solid #dba617;
	margin: 12px 0;
	padding: 12px;
}

.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (max-width: 640px) {
	.fdw-options {
		padding: 16px;
	}

	.fdw-combo-grid,
	.fdw-choice-grid {
		grid-template-columns: 1fr;
	}

	.fdw-choice-image {
		flex-basis: 115px;
	}

	.fdw-progress li {
		font-size: 10px;
	}
}

@media (min-width: 641px) and (max-width: 980px) {
	.fdw-choice-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
