/* 
Theme Name: Le Pull Français
Description: Thème enfant de Hello pour Le Pull Français
Author: Oz-média
Author URI: https://www.oz-media.com
Template: hello-elementor
Version: 2.0.0
Text Domain: lpf
*/

@font-face {
    font-family: 'Font Awesome 6 Solid';
    font-display: swap;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
  margin-block-start: 0;
  margin-block-end: 0;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.qty[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.elementor-location-header .elementor-widget-button a.elementor-button .elementor-button-content-wrapper {
    flex-direction: column;
    align-items: center;
}
.elementor-location-header .elementor-widget-button a.elementor-button .elementor-button-content-wrapper .elementor-button-icon svg,
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-button-icon svg {
	width: 20px;
	height: 20px;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle a#elementor-menu-cart__toggle_button.elementor-button {
	flex-direction: column-reverse;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle a#elementor-menu-cart__toggle_button.elementor-button:hover,
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle a#elementor-menu-cart__toggle_button.elementor-button:focus,
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle a#elementor-menu-cart__toggle_button.elementor-button:focus-visible {
	border: none;
	outline: none;
	background-color: transparent;
	color: #FFF;
}
body:not(.home) .elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle a#elementor-menu-cart__toggle_button.elementor-button:hover,
body:not(.home) .elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle a#elementor-menu-cart__toggle_button.elementor-button:focus,
body:not(.home) .elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle a#elementor-menu-cart__toggle_button.elementor-button:focus-visible {
	color: #16216C;
}
.elementor-location-header .elementor-widget-off-canvas .elementor-widget-nav-menu ul.elementor-nav-menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}
.elementor-location-header .elementor-widget-off-canvas .elementor-widget-nav-menu ul.elementor-nav-menu > .menu-item {
    margin-bottom: 0!important;
}
.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu {
	padding: 10px 0;
}
.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu > li {
	padding: 8px 20px;
}
.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu > li > a {
	border: none;
	padding: 0;
	border-bottom: 1px solid transparent;
	transition: all .3s ease;
	border-radius: 0;
}
.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu > li > a:hover,
.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu > li > a:hover,
.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu > li > a:focus {
	border-bottom: 1px solid #FF0000;
}
.elementor-location-header .elementor-widget-polylang-language-switcher .cpel-switcher__list {
	background-color: #16216c;
    border-radius: 0 0 10px 10px;
	padding: 0 0 5px 26px;
}
.elementor-location-header .elementor-widget-polylang-language-switcher .cpel-switcher__nav > .cpel-switcher__lang > a {
	display: flex;
	align-items: center;
}
.elementor-location-header .elementor-widget-polylang-language-switcher .cpel-switcher__nav > .cpel-switcher__lang > a:before {
	content: url('assets/img/language-icon.svg');
	display: block;
	width: 20px;
	margin: 3px 5px 0 0;
}
.home .elementor-location-header .elementor-sticky.elementor-sticky--active {
    background-color: #16216C;
}
.home .elementor-location-header .elementor-sticky.elementor-sticky--active .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
	background-color: #FF0000;
}
.home .elementor-location-header .elementor-widget-n-carousel {
	flex: 1;
}
.home .elementor-location-header .elementor-widget-n-carousel .swiper-pagination .swiper-pagination-bullet {
	height: 7px;
	border-radius: 12px;
}
#backtotopbutton {
	visibility: hidden;
	transition: all .3s ease;
}
@media (max-width: 991px) {
	.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu {
		position: initial !important;
		display: flex !important;
		flex-direction: column;
		margin: 0 !important;
		width: 100%;
		padding: 28px 0 0 0;
		gap: 30px;
	}
	.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu > li {
		padding: 0 20px !important;
	}
	.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu > li > a {
		font-family: "Urbanist", Sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2em;
		color: #16216c;
	}
	.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu > li > a.elementor-item-active,
	.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu > li > a:hover,
	.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu > li > a:active,
	.elementor-location-header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu > li > a:focus {
		background-color: transparent;
	}
}
@media (max-width: 767px) {
	.elementor-location-header .elementor-widget-polylang-language-switcher .cpel-switcher__list {
		background-color: #FFFFFF;
		color: #16216C;
		padding: 0 0 5px 5px;
	}
	.elementor-location-header .elementor-widget-polylang-language-switcher .cpel-switcher__nav > .cpel-switcher__lang > a {
		padding-left: 0;
	}
	.elementor-location-header .elementor-widget-polylang-language-switcher .cpel-switcher__nav > .cpel-switcher__lang > a:before {
		content: url('assets/img/language-icon-colored.svg');
	}
}

.lpf-product-colors-variations {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.lpf-product-colors-variations p,
.variations_form .variation-item label {
	font-family: "Urbanist", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #16216C;
}
.lpf-product-colors-variations ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}
.lpf-product-colors-variations li {
	background-color: #FFF;
	padding: 2px;
	border-radius: 100%;
	transition: all .25s ease;
}
.lpf-product-colors-variations li:hover,
.lpf-product-colors-variations li:focus,
.lpf-product-colors-variations li:active,
.lpf-product-colors-variations li.current {
	background-color: #16216C;
}
.lpf-product-colors-variations a {
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	border: 2px solid #FFF;
}

/**
 * Bloc flexible contenu produit
 */
.lpf-product-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 60px 0;
}
.lpf-product-content > .image_text {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 68px;
}
.lpf-product-content > .image_text.reverse {
	flex-direction: row-reverse;
}
.lpf-product-content > .image_text > .image,
.lpf-product-content > .image_text > .content {
	flex: 1;
}
.lpf-product-content > .image_text > .content {
	display: flex;
	flex-direction: column;
	gap: 48px;
}
.lpf-product-content > .image_text > .image > img {
	width: 100%;
}
@media (max-width: 991px) {
	.lpf-product-content {
		padding: 30px 0;
	}
	.lpf-product-content > .image_text {
		gap: 38px;
	}
}
@media (max-width: 767px) {
	.lpf-product-content > .image_text > .content {
		gap: 18px;
	}
	.lpf-product-content {
		gap: 40px;
	}
}
@media (max-width: 575px) {
	.lpf-product-content > .image_text,
	.lpf-product-content > .image_text.reverse {
		flex-direction: column;
		align-items: stretch;
	}
}

/**
 * Images single produit
 */
.lpf-product-images {
	display: flex;
	gap: 20px;
}
.lpf-product-images #thumbnail-carousel .splide__list {
	display: flex;
	flex-direction: column;
	/*gap: 20px;*/
}
.lpf-product-images #thumbnail-carousel .splide__list > li {
	border: none;
	object-fit: cover;
	aspect-ratio: 1;
	border-radius: 12px;
}
.lpf-product-images #thumbnail-carousel .splide__list > li > img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.lpf-product-images #main-carousel .splide__list > li > a > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.lpf-product-images #thumbnail-carousel .splide__arrow {
	background-color: #16216C;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-width: 1px;
	opacity: 1;
	transition: all .3 ease-in-out;
}
.lpf-product-images #thumbnail-carousel .splide__arrow svg {
	width: 10px;
	height: 10px;
	fill: #FFFFFF;
	color: #FFFFFF;
}
.lpf-product-images #thumbnail-carousel .splide__arrow:hover,
.lpf-product-images #thumbnail-carousel .splide__arrow:focus,
.lpf-product-images #thumbnail-carousel .splide__arrow:active {
	background-color: transparent;
}
.lpf-product-images #thumbnail-carousel .splide__arrow:hover svg,
.lpf-product-images #thumbnail-carousel .splide__arrow:focus svg,
.lpf-product-images #thumbnail-carousel .splide__arrow:active svg {
	fill: #16216C;
	color: #16216C;
}
@media (max-width: 991px) {
	.lpf-product-images #thumbnail-carousel .splide__list {
		flex-direction: row;
	}
	.lpf-product-images {
		flex-direction: column-reverse;
	}
	.lpf-product-images #thumbnail-carousel .splide__list > li {
		aspect-ratio: 4 / 5;
		height: auto!important;
	}
}
@media (max-width: 767px) {
	.lpf-product-images #main-carousel .splide__slide {
		height: auto!important;
		aspect-ratio: 4 / 5;
	}
}

/**
* Variations produit
*/
.variations_form {
	display: flex;
	flex-direction: column;
	gap: 38px;
}
.variations_form .variations {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.variations_form .variation-item {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.variations_form .variations .lpf-variation-list {
	display: flex;
	gap: 5px;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.variations_form .variation-item .reset_variations {
	display: none !important;
}
.variations_form .variations .lpf-variation-list .variation-option {
	font-family: 'Urbanist';
	font-size: 18px;
	border: 1px solid transparent;
	border-radius: 20px;
	padding: 6px 12px;
	cursor: pointer;
	transition: all .3s ease;
}
.variations_form .variations .lpf-variation-list .variation-option.selected {
	border: 1px solid #16216C;
}
.variations_form .variations .lpf-variation-list .variation-option.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    /*pointer-events: none;*/
	text-decoration: line-through;
}
.woocommerce-variation-availability .stock,
.elementor-add-to-cart.elementor-product-simple .stock {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 0;
}
.woocommerce-variation-availability .out-of-stock,
.elementor-add-to-cart.elementor-product-simple .out-of-stock {
	color: #FF0000;
}
.single-product .variations_form .out-of-stock {
	color: #FFF;
	background-color: #FF0000;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 4px;
}
.woocommerce-variation-add-to-cart,
.elementor-add-to-cart.elementor-product-simple form.cart {
	display: flex;
	gap: 38px;
}
.woocommerce-variation-add-to-cart .quantity,
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .quantity,
.elementor-add-to-cart.elementor-product-simple form.cart .quantity {
	display: flex;
	align-items: center;
	border: 1px solid #16216C;
	border-radius: 90px;
	min-width: 120px;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .quantity,
.elementor-add-to-cart.elementor-product-simple form.cart .quantity {
	justify-content: space-evenly;
}
.elementor-widget-woocommerce-product-add-to-cart .elementor-add-to-cart .variations_form .woocommerce-variation-add-to-cart .quantity .qty-btn,
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .quantity .qty-btn,
.elementor-add-to-cart.elementor-product-simple form.cart .quantity .qty-btn {
	border: none;
	color: #16216C;
	background-color: transparent;
	font-size: 14px;
	margin: 0;
	cursor: pointer;
}
.elementor-widget-woocommerce-product-add-to-cart .elementor-add-to-cart .variations_form .woocommerce-variation-add-to-cart .quantity .qty-btn.qty-minus,
.elementor-add-to-cart.elementor-product-simple form.cart .quantity .qty-btn.qty-minus {
	padding: 14px 0 14px 14px;
}
.elementor-widget-woocommerce-product-add-to-cart .elementor-add-to-cart .variations_form .woocommerce-variation-add-to-cart .quantity .qty-btn.qty-plus,
.elementor-add-to-cart.elementor-product-simple form.cart .quantity .qty-btn.qty-plus {
	padding: 14px 14px 14px 0;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .quantity .qty-btn.qty-minus,
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .quantity .qty-btn.qty-plus {
	padding: 14px 4px;
}
.woocommerce-variation-add-to-cart .quantity input[type="number"],
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .quantity input[type=number],
.elementor-add-to-cart.elementor-product-simple form.cart .quantity input[type=number] {
	border: none;
	font-size: 16px;
	font-family: "Urbanist", sans-serif;
	font-weight: 700;
	width: auto;
	color: #16216C;
	text-align: center;
}
.woocommerce-variation-add-to-cart .quantity input[type="number"]:focus,
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .quantity input[type=number]:focus,
.elementor-add-to-cart.elementor-product-simple form.cart .quantity input[type=number]:focus {
	outline: none;
}
.elementor-widget-woocommerce-product-add-to-cart .elementor-add-to-cart .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"],
.elementor-add-to-cart.elementor-product-simple form.cart button[type="submit"].button {
	margin: 0;
	margin-inline-start: 0;
}
.woocommerce .related ul.products li.product a img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.woocommerce .related ul.products li.product a.button,
.woocommerce .related ul.products li.product .screen-reader-text {
	display: none;
}
@media (max-width: 991px) {
	.woocommerce-variation-add-to-cart,
	.elementor-add-to-cart.elementor-product-simple form.cart {
		flex-direction: column;
		gap: 18px;
	}
}

/**
 * Notices WooCommerce
 */
.woocommerce .woocommerce-notices-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 14px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
	padding: 0;
	margin-bottom: 30px;
}
.woocommerce .woocommerce-notices-wrapper > ul,
.woocommerce .woocommerce-message {
	display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.woocommerce .woocommerce-notices-wrapper > ul::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before {
	position: initial;
}
.woocommerce .woocommerce-notices-wrapper > ul > li {
	display: flex;
    align-items: center;
    gap: 15px;
}
.woocommerce .woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 0;
	border-top: 3px solid #16216C;
	color: #16216C;
	padding: 16px;
}
.woocommerce .woocommerce-message {
	border-top-color: #5EA500;
}
.woocommerce .woocommerce-error {
	border-top-color: #FF0000;
}
.woocommerce .woocommerce-error:focus-visible,
.woocommerce .woocommerce-info:focus-visible,
.woocommerce .woocommerce-message:focus-visible {
	outline: none;
}
.woocommerce .woocommerce-notices-wrapper .button {
	border: 1px solid #16216C;
    border-radius: 90px;
    background-color: #16216C;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Urbanist', sans-serif;
	transition: all .3s ease;
	float: none;
	text-align: center;
}
.woocommerce .woocommerce-notices-wrapper .button:hover, 
.woocommerce .woocommerce-notices-wrapper .button:focus, 
.woocommerce .woocommerce-notices-wrapper .button:active {
	background-color: transparent;
	color: #16216C;
}
@media (max-width: 575px) {
	.woocommerce .woocommerce-notices-wrapper > ul,
	.woocommerce .woocommerce-message,
	.woocommerce .woocommerce-notices-wrapper > ul > li {
		flex-direction: column;
		align-items: flex-start;
	}
}

/**
 * PayPal single product
 */
.single-product .ppcp-messages,
.single-product .ppc-button-wrapper,
.cart .ppcp-messages,
.cart .ppc-button-wrapper {
	display: none !important;
}

/**
 * Archive produits
 */
.archive.tax-product_cat .elementor-widget-text-editor h2,
.archive.tax-product_cat .elementor-widget-woocommerce-archive-description h2,
.archive.tax-product_cat .elementor-widget-text-editor h3,
.archive.tax-product_cat .elementor-widget-woocommerce-archive-description h3,
.archive.tax-product_cat .elementor-widget-text-editor p,
.archive.tax-product_cat .elementor-widget-woocommerce-archive-description p,
.archive.tax-product_cat .elementor-widget-text-editor ul,
.archive.tax-product_cat .elementor-widget-woocommerce-archive-description ul,
.archive.tax-product_cat .elementor-widget-text-editor hr {
	margin-bottom: 10px;
}
.archive.tax-product_cat .elementor-widget-text-editor h3,
.archive.tax-product_cat .elementor-widget-woocommerce-archive-description h3 {
	font-size: 22px;
}
.archive.tax-product_cat .elementor-widget-text-editor ul,
.archive.tax-product_cat .elementor-widget-woocommerce-archive-description ul {
	list-style-type: square;
	padding-left: 15px;
}
.lpf-category-archive-products {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.lpf-category-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.lpf-category-item h2 > a {
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.2em;
}
.lpf-category-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.lpf-category-products.splide__list {
	gap: 0;
}
.lpf-category-products a {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.lpf-category-products .img-container {
	margin-bottom: 14px;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 12px;
}
.single-product .related.products li.product > a {
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}
.lpf-category-products a img,
.single-product .related.products li.product > a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}
.lpf-category-products a h3 {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Urbanist', sans-serif;
	line-height: 1.2;
}
.lpf-category-products a span {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Urbanist', sans-serif;
	line-height: 1.2;
}
.lpf-category-products article:hover img,
.lpf-category-products article:focus img,
.lpf-category-products article:active img,
.single-product .related.products li.product > a:hover img,
.single-product .related.products li.product > a:focus img,
.single-product .related.products li.product > a:active img {
	transform: scale(1.05);
}
.lpf-category-products .product-sizes {
	display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.lpf-category-products .product-sizes > li.size {
	font-family: 'Urbanist', sans-serif;
    font-size: 18px;
}
.lpf-category-products .product-sizes > li.size.out-of-stock {
	text-decoration: line-through;
    opacity: .25;
}
@media (max-width: 991px) {
	.lpf-category-products {
		grid-template-columns: repeat(3, 1fr);
	}
	.single-product .lpf-category-products {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 767px) {
	.lpf-category-products,
	.single-product .lpf-category-products {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.lpf-category-products,
	.single-product .lpf-category-products {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 390px) {
	.lpf-category-products,
	.single-product .lpf-category-products {
		grid-template-columns: repeat(1, 1fr);
	}
}

.page-template-default .elementor-widget-text-editor table tr:nth-child(odd) {
	background-color: #eee;
}
.page-template-default .elementor-widget-text-editor table tr > td {
	padding: 4px 8px;
	font-size: 14px;
	line-height: 1.2;
}

/**
 * Panier WC
 */
.woocommerce-cart .shop_table.cart thead {
	background-color: #f7f7f7;
}
.woocommerce-cart .shop_table.cart thead th,
.woocommerce-cart .shop_table.cart tbody td {
	padding: 10px 20px;
}
.woocommerce-cart .shop_table.cart thead th.product-price,
.woocommerce-cart .shop_table.cart thead th.product-subtotal,
.woocommerce-cart .shop_table.cart tbody td.product-price,
.woocommerce-cart .shop_table.cart tbody td.product-subtotal {
	text-align: right;
}
.woocommerce-cart .shop_table.cart thead th.product-quantity,
.woocommerce-cart .shop_table.cart tbody td.product-quantity,
.woocommerce-cart .shop_table.cart tbody td.product-remove {
	text-align: center;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce table.cart img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .cart-collaterals .cart_totals h2 {
	font-size: 22px;
}
.woocommerce-cart .coupon.shop_table .coupon-col {
	align-items: center;
}
.woocommerce-cart .coupon.shop_table .coupon-col input {
	padding: 10px 20px;
	border-radius: 8px;
}
.woocommerce-cart .cart_totals .cart-discount.coupon-special-master-discount-50-lpf,
.woocommerce-cart .cart_totals .cart-discount.coupon-special-master-discount-30-lpf {
	background-color: #f7f7f7;
}
.woocommerce-cart .cart_totals .cart-discount.coupon-special-master-discount-50-lpf .woocommerce-remove-coupon,
.woocommerce-cart .cart_totals .cart-discount.coupon-special-master-discount-30-lpf .woocommerce-remove-coupon,
.woocommerce-checkout .woocommerce-checkout-review-order .cart-discount.coupon-special-master-discount-50-lpf .woocommerce-remove-coupon,
.woocommerce-checkout .woocommerce-checkout-review-order .cart-discount.coupon-special-master-discount-30-lpf .woocommerce-remove-coupon {
	display: none;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .coupon {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lpf-cart-coupon-mention {
	display: flex;
	flex-direction: column;
	color: #16216C;
}
@media (max-width: 991px) {
	.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .coupon-col-end {
		flex: 2;
	}
	.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
		flex: 3;
	}
}
@media (max-width: 768px) {
	.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .quantity {
		width: 150px;
		justify-self: flex-end;
	}
	.woocommerce-cart .shop_table.cart tbody > tr {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		border: none;
	}
	.woocommerce-cart .shop_table.cart tbody > tr > td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 5px;
	}
	.woocommerce-cart .shop_table.cart tbody > tr > td.product-thumbnail::before {
		content: none;
	}
	.woocommerce-cart .shop_table.cart tbody > tr > td.product-remove,
	.woocommerce-cart .shop_table.cart tbody > tr > td.product-thumbnail {
		justify-content: flex-end;
	}
	.woocommerce-cart .shop_table.cart tbody > tr > td.product-remove {
		padding-inline: 20px;
	}
}
@media (max-width: 767px) {
	.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
	.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: rgba(0,0,0,.025);
	}
}
@media (max-width: 389px) {
	.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
		padding: 16px 0;
	}
	.woocommerce-cart .shop_table.cart tbody > tr > td {
		flex-direction: column;
		justify-content: flex-start;
    	align-items: flex-start;
	}
	.woocommerce-cart .shop_table.cart tbody > tr > td a {
		text-align: left;
	}
}

.single-post .elementor-widget-theme-post-content p + h2,
.single-post .elementor-widget-theme-post-content p + h3,
.single-post .elementor-widget-theme-post-content p + h4,
.single-post .elementor-widget-theme-post-content p + h5,
.single-post .elementor-widget-theme-post-content p + h6,
.single-post .elementor-widget-theme-post-content ul + h2,
.single-post .elementor-widget-theme-post-content ul + h3,
.single-post .elementor-widget-theme-post-content ul + h4,
.single-post .elementor-widget-theme-post-content ul + h5,
.single-post .elementor-widget-theme-post-content ul + h6 {
	margin-top: 68px;
}
.single-post .elementor-widget-theme-post-content h2 + p,
.single-post .elementor-widget-theme-post-content h3 + p,
.single-post .elementor-widget-theme-post-content h4 + p,
.single-post .elementor-widget-theme-post-content h5 + p,
.single-post .elementor-widget-theme-post-content h6 + p,
.single-post .elementor-widget-theme-post-content h2 + ul,
.single-post .elementor-widget-theme-post-content h3 + ul,
.single-post .elementor-widget-theme-post-content h4 + ul,
.single-post .elementor-widget-theme-post-content h5 + ul,
.single-post .elementor-widget-theme-post-content h6 + ul {
	margin-top: 28px;
}
.single-post .elementor-widget-theme-post-content p + p,
.single-post .elementor-widget-theme-post-content p + ul,
.single-post .elementor-widget-theme-post-content ul + p {
	margin-top: 18px;
}
.single-post .elementor-widget-theme-post-content ul {
	list-style-type: square;
	padding-left: 17px;
}
.single-post .elementor-widget-theme-post-content a {
	text-decoration: underline;
}
.single-post .elementor-widget-theme-post-content a:hover,
.single-post .elementor-widget-theme-post-content a:focus,
.single-post .elementor-widget-theme-post-content a:active {
	text-decoration: none;
}

.home .lpf-home-product-selection .splide__pagination,
.error404 .lpf-home-product-selection .splide__pagination {
	position: initial;
	padding: 0;
	margin-top: 28px;
}
.home .lpf-home-product-selection .splide__pagination .splide__pagination__page,
.error404 .lpf-home-product-selection .splide__pagination .splide__pagination__page {
	border: none;
	padding: 0;
	height: 7px;
	width: 28px;
	background-color: #f7f7f7;
	opacity: 1;
	border-radius: 12px;
}
.home .lpf-home-product-selection .splide__pagination .splide__pagination__page.is-active,
.error404 .lpf-home-product-selection .splide__pagination .splide__pagination__page.is-active {
	background-color: #16216C;
	transform: none;
}

.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content a:not(.button) {
	text-decoration: underline;
}
.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content a:hover,
.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content a:active,
.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content a:focus {
	text-decoration: none;
}
.elementor-widget-woocommerce-my-account .woocommerce .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation > ul {
	gap: 10px 20px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.elementor-widget-woocommerce-my-account .woocommerce .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link {
	padding: 0;
	width: auto;
}
@media (max-width: 390px) {
	.elementor-widget-woocommerce-my-account .woocommerce .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link {
		width: 100%;
		margin: 0;
	}
	.elementor-widget-woocommerce-my-account .woocommerce .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation > ul {
		gap: 10px;
		display: flex;
	}
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row.form-row-first,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row.form-row-last {
	padding: 0;
	margin: 0 0 10px 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .woocommerce-shipping-totals ul#shipping_method li label {
	font-size: 14px;
}
ul#shipping_method #lpc_layer_pickup_selection_button button#lpc_pick_up_widget_show_map {
	font-size: 14px;
	padding: 6px 12px;
	margin-top: 10px;
	border-radius: 4px;
	border-width: 1px;
	cursor: pointer;
}
.woocommerce .e-coupon-box .e-woocommerce-coupon-nudge > a.e-show-coupon-form {
	font-size: 14px;
	text-decoration: underline;
}
.woocommerce .e-coupon-box .e-woocommerce-coupon-nudge > a.e-show-coupon-form:hover,
.woocommerce .e-coupon-box .e-woocommerce-coupon-nudge > a.e-show-coupon-form:focus,
.woocommerce .e-coupon-box .e-woocommerce-coupon-nudge > a.e-show-coupon-form:active {
	text-decoration: none;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-2 .shipping_address,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-2 .woocommerce-additional-fields {
	margin-left: 0;
}
.e-checkout__column.e-checkout__column-end .e-checkout__order_review,
.e-checkout__column.e-checkout__column-end .e-coupon-box,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
	margin-right: 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details h3#ship-to-different-address {
	padding-inline-start: 0;
}
.woocommerce-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}
.woocommerce-checkout #payment > ul.wc_payment_methods {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.woocommerce-checkout #payment > ul.wc_payment_methods::before,
.woocommerce-checkout #payment > ul.wc_payment_methods::after {
	content: none;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions > a.button:hover,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions > a.button:focus,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions > a.button:active,
.woocommerce-page .elementor-widget-woocommerce-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table.order_details tfoot > tr > td > a.button:hover,
.woocommerce-page .elementor-widget-woocommerce-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table.order_details tfoot > tr > td > a.button:focus,
.woocommerce-page .elementor-widget-woocommerce-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table.order_details tfoot > tr > td > a.button:active {
	color: #16216C;
	background-color: transparent;
	border-color: #16216C!important;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody > tr:nth-child(odd) {
	background-color: #f7f7f7;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody > tr.woocommerce-orders-table__row > th,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody > tr.woocommerce-orders-table__row > td,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead > tr > th {
	padding: 10px 5px!important;
}
@media (max-width: 767px) {
	.woocommerce-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions > a {
		flex: 3;
		text-align: center;
	}
}
@media (max-width: 390px) {
	.woocommerce-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
		flex-direction: column;
		align-items: flex-start;
	}
	.woocommerce-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions > a {
		width: 100%;
	}
}

.woocommerce-order-received .woocommerce-order {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received {
	font-size: 20px;
	font-weight: 700;
}
.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
	background-color: #eee;
	padding: 30px;
	border-radius: 8px;
}
.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details::before,
.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details::after,
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns.addresses::before,
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns.addresses::after {
	display: none;
}
.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details > li {
	float: none;
	display: flex;
	flex-direction: column;
	margin-right: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	border-right: 1px dashed #cfc8d8;
	padding-right: 20px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	gap: 5px;
}
.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details > li > strong {
	display: block;
	font-size: 16px;
	text-transform: none;
	line-height: 1.5;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	overflow-x: auto;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details {
	border: 0;
	font-size: 16px;
	margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > thead {
	background-color: #16216C;
	border-radius: 8px;
	color: #FFF;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > tbody > tr:nth-child(even) {
	background-color: #eee;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > thead > tr > th,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > tbody > tr > td,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > tfoot > tr {
	padding: 10px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > tbody > tr > td {
	color: #16216C;
	font-family: 'Urbanist', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > tfoot > tr > td,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > tfoot > tr > th {
	padding: 5px 10px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > tfoot .woocommerce-button.order-actions-button {
	background-color: #16216C;
	color: #FFF;
	border: 1px solid #16216C;
	transition: all .4s ease;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > tfoot .woocommerce-button.order-actions-button:hover,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > tfoot .woocommerce-button.order-actions-button:focus,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details > tfoot .woocommerce-button.order-actions-button:active {
	background-color: transparent;
	color: #16216C;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
	margin-bottom: 30px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns.addresses {
	display: flex;
	gap: 75px;
	justify-content: flex-start;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns.addresses > .woocommerce-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
	float: none;
	width: auto;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns.addresses > .woocommerce-column > address {
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom-width: 1px;
	border-right-width: 1px;
	text-align: left;
	width: 100%;
	border-radius: 8px;
	padding: 12px 24px;
	box-sizing: border-box;
	height: auto !important;
	font-size: 16px;
	line-height: 1.6;
}
@media (max-width: 991px) {
	.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
		gap: 12px;
		padding: 20px;
	}
	.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details > li {
		padding-right: 12px;
	}
	.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details > li > strong {
		line-height: 1.2;
	}
	.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns.addresses {
		gap: 40px;
	}
}
@media (max-width: 767px) {
	.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
		flex-wrap: wrap;
		gap: 36px 12px;
	}
	.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns.addresses {
		gap: 20px;
	}
}
@media (max-width: 575px) {
	.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns.addresses {
		flex-direction: column;
		gap: 40px;
	}
}
@media (max-width: 320px) {
	.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
		flex-direction: column;
		gap: 20px;
	}
	.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details > li {
		padding-right: 0px;
		border-right: none;
	}
}

#wc-ppcp-credit-card-gateway-cc-form label {
	font-family: "Urbanist", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
	color: #16216C;
	margin-bottom: 5px;
	padding-left: 5px;
}
.wc_payment_method.payment_method_payplug img {
	border-radius: 0;
	margin-top: 5px !important;
}

.promo-block-wrapper .promo-block {
	background-color: #16216C;
	border-radius: 12px;
	padding: 30px 20px;
	aspect-ratio: 4 / 5;
	position: relative;
}
.promo-block-wrapper .promo-accessories {
	background-image: url(assets/img/accessoires-encart.webp);
	background-position: 40%;
	background-repeat: no-repeat;
	background-size: cover;
}
.promo-block-wrapper .promo-accessories::before {
	background-color: rgba(0,0,0,.25);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	border-radius: 12px;
	z-index: 0;
}
.promo-block-wrapper svg {
	width: 40px;
	color: #FFF;
	z-index: 1;
}
.promo-block-wrapper .promo-accessories svg {
	fill: #FFF;
}
.promo-block-wrapper h3 {
	font-size: 24px;
}
.promo-block-wrapper h3,
.promo-block-wrapper p {
	color: #FFF;
	text-wrap: auto;
	z-index: 1;
}
.promo-block-wrapper a {
	color: #FFF;
	text-decoration: underline;
	z-index: 1;
}
.promo-block-wrapper a:hover,
.promo-block-wrapper a:active,
.promo-block-wrapper a:focus {
	text-decoration: none;
	color: #FFF;
}
.promo-block-wrapper .promo-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
}