@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.replikfan.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.2.1") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(38,16,0);
	background-image: none;
}

:root{
--wd-text-font:"Work Sans", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Work Sans", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Work Sans", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Work Sans", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Work Sans", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Work Sans", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:500;
--wd-header-el-transform:capitalize;
--wd-header-el-font-size:15px;
}
:root{
--wd-primary-color:rgb(46,72,160);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(46,72,160);
}
:root{
--btn-accented-bgcolor-hover:rgb(46,72,160);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
					
							--btn-accented-bottom-active: -1px;
				--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
/* ============================================================
   FIX cartes produits — À coller dans :
   WordPress → Apparence → Personnaliser → CSS supplémentaire
   (PAS dans WoodMart Custom CSS — Customizer charge en dernier)
   ============================================================ */

/* Force le bon layout interne de chaque carte produit */
body .woocommerce ul.products li.product,
body ul.products li.product,
body .wd-products .product,
body .wd-product {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #1b1b1e !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  float: none !important;
  text-align: center !important;
}

/* La zone image : carrée, fond gris légèrement plus clair, image qui remplit */
body .woocommerce ul.products li.product .product-image-link,
body .woocommerce ul.products li.product .product-element-top,
body ul.products li.product > a:first-of-type,
body .wd-product .product-image-link,
body .wd-product .product-element-top,
body .wd-product-grid-view .product-image-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background: #fafafa !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
}

/* L'image elle-même : remplit toute la zone */
body .woocommerce ul.products li.product img,
body ul.products li.product img,
body .wd-product img,
body .product-image-link img,
body .product-element-top img,
body img.wp-post-image,
body img.attachment-woocommerce_thumbnail {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 16px !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Zone texte du bas : padding sobre */
body .woocommerce ul.products li.product .product-wrapper,
body ul.products li.product .wd-entities-title,
body .wd-product .wd-entities-title,
body .product-title,
body .woocommerce-loop-product__title {
  padding: 0 !important;
  margin: 0 !important;
}

body .woocommerce ul.products li.product .product-wrapper {
  padding: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

/* Titre produit */
body .wd-entities-title,
body .wd-entities-title a,
body .woocommerce-loop-product__title,
body .product-title,
body .product-title a {
  color: #ececec !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

/* Catégories (Serie A, AC Milan, etc) : petit, gris */
body .wd-product-cats,
body .wd-product-cats a,
body .product-categories {
  color: #6b6b70 !important;
  font-size: 11px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}

/* Prix : terracotta, prix barré en gris */
body .products .price,
body .wd-product .price,
body li.product .price,
body .price {
  color: #d97757 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-shadow: none !important;
  text-align: center !important;
}
body .products .price del,
body .wd-product .price del,
body .price del {
  color: #6b6b70 !important;
  font-weight: 400 !important;
  margin-right: 6px !important;
}
body .products .price ins,
body .wd-product .price ins,
body .price ins {
  text-decoration: none !important;
  background: transparent !important;
  color: #d97757 !important;
  font-weight: 700 !important;
}

/* Badge -50% : carré sobre */
body .product-labels,
body .wd-product-labels {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  align-items: flex-start !important;
}
body .product-label,
body .onsale,
body .wd-product-labels .onsale,
body .product-labels .onsale {
  background: #d97757 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  padding: 3px 8px !important;
  border-radius: 3px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  line-height: 1.4 !important;
  display: inline-block !important;
  border: none !important;
}
body .product-label.new,
body .product-labels .new {
  background: #8b3a3a !important;
}

/* Grille parente : 4 colonnes serrées, gap propre */
body .woocommerce ul.products,
body ul.products,
body .wd-products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

@media (max-width: 1024px) {
  body .woocommerce ul.products,
  body ul.products,
  body .wd-products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 640px) {
  body .woocommerce ul.products,
  body ul.products,
  body .wd-products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
