/** Shopify CDN: Minification failed

Line 689:0 Unexpected "}"

**/
.mm-cart {
	z-index: 20;
}
.mm-drawer-cart-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	z-index: 50;
}
.mm-drawer-cart-filter {
	position: absolute;
	top: 0;
	left: 0;
	height: 100dvh;
	width: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.40);
	backdrop-filter: blur(9.5px);
	opacity: 0;
	pointer-events: none;
	transition: 0.9s;
}
.mm-drawer-cart-wrapper.mm-dc-is-open .mm-drawer-cart-filter {
	opacity: 1;
	pointer-events: auto;
}
.mm-drawer-cart {
	position: absolute;
	top: 0;
	right: 0;
	background: white;
	height: 100dvh;
	width: 390px;
	transform: translate(100%);
	opacity: 0;
	pointer-events: none;
	z-index: 10;
	transition: 0.9s;
	transition-timing-function: cubic-bezier(0.55, 0, 0.15, 1);
	border-radius: 0;
	width: 510px;
}
.mm-drawer-cart-wrapper.mm-dc-is-open .mm-drawer-cart {
	transform: translate(0%);
	opacity: 1;
	pointer-events: auto;
}

/**********************************************************************************************/
/* HEADER */
.mm-dc-header {
	padding: 10px 10px 14px 30px;
	border-bottom: 1px solid var(--gris-200);
}
.mm-dc-close-btn {
	cursor: pointer;
	width: 38px;
	height: 38px;
	background: var(--bleu-nuit);
	border-radius: 50%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	padding: 0;
}
.mm-dc-close-btn svg,
.mm-dc-close-btn .mm-icon-close {
	color: var(--white);
}

/**********************************************************************************************/
/* PROGRESS BAR */
.mm-dc-free-item-progress-icon {
	position: absolute;
	top: 5px;
	transform: translateX(50%);
	z-index: 2;
}
.mm-dc-progress-free-icon-text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	top: 35px;
}
.mm-dc-free-item-progress-icon img {
	width: 25px;
}
.mm-dc-free-item-progress-icon svg {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.mm-dc-free-item-progress-icon-gift {
	position: absolute;
	top: 5px;
	right: 20%;
	transform: translateX(50%);
	z-index: 2;
}
.mm-dc-free-item-progress-icon-gift img {
	width: 30px;
}
.mm-dc-free-item-progress-icon-gift svg {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.mm-dc-free-item-progress-text {
	padding-top: 4px;
}
.mm-dc-free-item-progress {
	height: 2px;
	position: relative;
	margin: 0;
	overflow: visible;
	border-radius: 20px;
	background: var(--gris-100);
	border: none;
}
.mm-dc-free-item-progress--inner {
	height: 2px;
	border-radius: 20px;
	background: var(--vert);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0%;
	transition: width 0.5s ease;
	overflow: visible;
	border: none;
}
.scrollbar__active-shine {
	position: absolute;
	border-radius: 10px;
	height: 100%;
	width: 80px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
	animation: progressBarAnim 2s infinite;
	right: 0;
}
.mm-dc-free-item-progress--inner:empty {
	display: block;
}

@keyframes progressBarAnim {
	0% {
		opacity: 0;
		right: -80px;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		right: 100%;
	}
}

/* Progress Markers */
.mm-progress-markers {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mm-progress-marker {
	position: absolute;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

/* Marker dot */
.mm-progress-marker-background {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--gris-100);
	transition: all 0.3s;
	flex-shrink: 0;
	position: relative;
	z-index: 3;
}
.mm-progress-marker--achieved .mm-progress-marker-background {
	background: var(--vert);
	border-color: var(--vert);
}

/* Marker icon/check */
.mm-progress-marker-check {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 8px;
	color: white;
	font-weight: 700;
}

/* Marker labels */
.mm-progress-marker-label {
	position: absolute;
	white-space: nowrap;
	gap: 2px;
}
.mm-progress-marker-label-amount {
	color: var(--gris-500);
	font-weight: 400;
}
.mm-progress-marker--achieved .mm-progress-marker-label-amount {
	color: var(--bleu-nuit);
	font-weight: 400;
}
.mm-progress-marker-label-text {
	color: var(--gris-500);
	font-weight: 400;
	width: 110px;
	white-space: wrap;
	text-align: center;
	justify-content: center;
}
.mm-progress-marker--achieved .mm-progress-marker-label-text {
	color: var(--bleu-nuit);
	font-weight: 400;
	white-space: wrap;
	text-align: center;
	justify-content: center;
}

/* Position labels above or below based on marker position */
.mm-progress-marker-label-top {
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
}
.mm-progress-marker-label-bottom {
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
}

/* Progress bar wrapper */
.mm-dc-progress-bar-wrapper {
	padding: 16px 30px 30px;
	border-bottom: 1px solid var(--gris-200);
}
.mm-montant-restant-container {
	margin-bottom: 20px;
}
.mm-montant-restant-montant {
	font-weight: 700;
	color: var(--bleu-nuit);
}
.mm-dc-free-item-progress-container {
	position: relative;
	padding: 0 0 30px 0;
}

/* CONTENT CONTAINER */
.mm-dc-content-container {
	overflow-y: auto;
}
.mm-dc-empty-products-container {
	padding: 65px 30px 20px;
	gap: 24px;
}
.mm-dc-products-empty-btns {
	gap: 12px;
}
/**********************************************************************************************/
/* PRODUCTS */
.mm-dc-products-container {
	padding: 0;
	flex: 1;
	margin-top: 26px;
}
.mm-dc-products.mm-inactive {
	pointer-events: none;
}
.mm-dc-products {
	gap: 32px;
	padding: 0 30px;
}
.mm-dc-articles-count-container {
	padding: 0 30px 16px;
}

/**********************************************************************************************/
/* CROSS SELL PRODUCTS */
.mm-dc-cross-sell {
	padding: 0;
	margin-top: 30px;
}
.mm-dc-cross-sell .splide-cross {
	padding-inline: 30px;
	overflow: hidden;
}
.mm-dc-cross-sell .splide__track {
	overflow: visible;
}
.mm-dc-cross-product-add-btn .loader {
	display: none;
}
.mm-dc-cross-product-add-btn.mm-loading {
	pointer-events: none;
}
.mm-dc-cross-product-add-btn.mm-loading .loader {
	display: block;
}

/**********************************************************************************************/
/* CLUB DYNVEO SECTION */
.mm-dc-club-section {
	padding: 30px 30px 25px;
	border-top: 1px solid #e5e5e5;
	gap: 20px;
}
.mm-dc-club-toggle-wrapper,
.mm-dc-club-toggle-container {
	gap: 15px;
}
/* Toggle Switch */
.mm-dc-club-toggle {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}
.mm-dc-club-toggle-label {
	width: 42px;
	height: 26px;
	border-radius: 16px;
	border: 1px solid var(--gris-200);
	background: transparent;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
	flex-shrink: 0;
	display: block;
}
.mm-dc-club-toggle-label::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--gris-200);
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.mm-dc-club-toggle:checked + .mm-dc-club-toggle-label {
	background: var(--bleu-nuit);
	border-color: var(--bleu-nuit);
}
.mm-dc-club-toggle:checked + .mm-dc-club-toggle-label::after {
	left: calc(100% - 20px);
	background: var(--white);
}
/* Content */
.mm-dc-club-content {
	flex: 1;
	gap: 15px;
}
.mm-dc-club-text {
	flex: 1;
	gap: 2px;
}
.mm-dc-club-savings {
	margin: 0;
}
.mm-dc-club-link {
	border: none;
	background: none;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

/* Login */
.mm-dc-club-login-link {
	text-decoration: underline;
}

/* Benefits Popup */
.mm-dc-club-benefits-popup {
	position: relative;
	padding: 15px 20px;
	border: 1px solid var(--gris-200);
	border-radius: 4px;
	background: white;
	transition: opacity 0.3s, transform 0.3s;
}
.mm-dc-club-benefits-popup.mm-none {
	display: none;
}
.mm-dc-club-benefits-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.mm-dc-club-benefit-item {
	gap: 10px;
}
.mm-dc-club-bullet {
	width: 5px;
	height: 5px;
	background: var(--bleu-nuit);
	transform: rotate(45deg);
	flex-shrink: 0;
}

/**********************************************************************************************/
/* REASSURANCE SECTION */
.mm-dc-reassurance {
	padding: 20px 30px 30px;
}
.mm-dc-reassurance .splide__pagination {
	left: unset;
	bottom: 0;
	padding: 20px 30px 30px;
	height: 100%;
}
.mm-dc-reassurance .splide__pagination__page {
	width: 4px;
	height: 4px;
	background: rgba(0, 0, 0, 0.20);
	opacity: 1;
	transform: scale(1);
	margin: 2px;
}
.mm-dc-reassurance .splide__pagination__page.is-active {
	background: var(--bleu-nuit);
}
.mm-dc-rea-item-wrapper {
	gap: 16px;
}
.mm-dc-rea-image {
	height: auto;
	width: 16px;
	flex-shrink: 0;
}

/**********************************************************************************************/
/* FOOTER STICKY */
.mm-dc-bottom {
	position: sticky;
	bottom: 0;
	padding: 0;
	box-shadow: 0px -4px 14.4px -4px rgba(0, 0, 0, 0.15);
	z-index: 10;
	padding: 16px 30px 10px;
	gap: 8px;
}

/**********************************************************************************************/
/* FOOTER DELIVERY SECTION */
.mm-dc-footer-delivery-section {
	gap: 12px;
}
.mm-dc-footer-code-toggle {
	width: 16px;
	height: 16px;
	padding: 0;
	border: none;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
}

/* PROMO CODE SECTION */
.mm-dc-promo-details summary {
	list-style: none;
	cursor: pointer;
}
.mm-dc-promo-details summary::-webkit-details-marker {
	display: none;
}
.mm-dc-promo-chevron {
	width: 16px;
	height: 16px;
	transition: transform 0.3s ease;
}
.mm-dc-promo-details[open] .mm-dc-promo-chevron {
	transform: rotate(180deg);
}
.mm-dc-promo-form {
	gap: 8px;
	margin-top: 12px;
}
.mm-dc-promo-input-wrapper {
	gap: 8px;
}
.mm-dc-promo-input {
	flex: 1;
	height: 40px;
	padding: 0 12px !important;
	border: 1px solid var(--gris-200);
	border-radius: 4px !important;
	margin: 0 !important;
	color: var(--bleu-nuit) !important;
}
.mm-dc-promo-input::placeholder {
	color: var(--gris-500);
}
.mm-dc-promo-input:focus {
	outline: none !important;
	border-color: var(--bleu-nuit);
}
.mm-dc-promo-input.error {
	border-color: #e74c3c;
}
.mm-dc-promo-input.error::placeholder {
	color: #e74c3c;
}
.mm-dc-promo-btn {
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	padding: 12px 20px;
	position: relative;
}
.mm-dc-promo-btn.mm-loading {
	color: transparent;
	pointer-events: none;
}
.mm-dc-promo-btn.mm-loading::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	border: 2px solid white;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin-promo 0.6s linear infinite;
}

@keyframes spin-promo {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.mm-dc-promo-applied {
	border-radius: 4px;
	margin-top: 12px;
}
.mm-dc-promo-error {
	color: #D40202;
	font-style: italic;
}
.mm-dc-discount-button {
	gap: 8px;
	padding: 0;
	background: transparent;
	border: none;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	color: #0d1744;
}

/* CTA Button */
.mm-dc-cta {
	margin-top: 8px;
	width: 100%;
}
.mm-dc-bottom-cta {
	width: 100%;
}
.mm-dc-bottom-cta span {
	opacity: 0.9;
}
.mm-dc-cta.mm-loading .mm-dc-bottom-cta {
	opacity: 0;
}
.mm-dc-cta.mm-loading {
	pointer-events: none;
	position: relative;
}
.mm-dc-cta.mm-loading .loader {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* Delivery Estimation */
.mm-dc-footer-estimated {
	gap: 6px;
	padding: 0;
}
.mm-dc-footer-estimated-icon-wrapper {
	width: 10px;
	height: 10px;
	flex-shrink: 0;
	background: rgba(74, 209, 69, 0.20);
	border-radius: 50%;
	position: relative;
}
.mm-dc-footer-estimated-icon {
	width: 6px;
	height: 6px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #4AD145;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/**********************************************************************************************/
/* RESPONSIVE */
@media (max-width: 768px) {
	.mm-drawer-cart {
		width: 100%;
		max-width: 390px;
	}
	.mm-dc-header {
		padding: 10px 10px 14px 14px;
	}
	.mm-dc-progress-bar-wrapper {
		padding: 14px 14px 30px;
	}
	.mm-dc-products-container {
		margin-top: 20px;
	}
	.mm-dc-articles-count-container {
		padding: 0 14px 14px;
	}
	.mm-dc-products,
	.mm-dc-cross-sell .splide-cross {
		padding: 0 14px;
	}
	.mm-dc-reassurance {
		padding: 20px 14px;
	}
	.mm-dc-club-section {
		padding: 20px 14px 30px;
	}
	.mm-dc-bottom {
		padding: 16px 14px 10px;
	}
	.mm-dc-empty-products-container {
		padding: 45px 14px 20px;
	}
	.mm-progress-marker-label {
		white-space: normal;
		text-align: center;
	}
	.mm-dc-free-item-progress-container {
		padding: 20px 0 30px;
	}
	.mm-dc-free-item-progress-container
}

@media (max-width: 450px) {
	.mm-drawer-cart {
		width: 100%;
		max-width: 100%;
	}
}
