/* Vulcano Promo — front */
.vulcano-promo-flash {
	background: #d4145a !important;
	color: #fff !important;
	border-radius: 7px !important;
	padding: 5px 12px !important;
}

/* Badge sur les grilles produit WoodMart : à droite avec marge */
.wd-product-thumb .onsale.vulcano-promo-flash,
.woocommerce ul.products li.product .onsale.vulcano-promo-flash {
	position: absolute !important;
	left: auto !important;
	right: 8px !important;
	top: 8px !important;
	margin: 0 !important;
}
/* Le lien image doit être en position relative pour ancrer le badge */
.wd-product-img-link {
	position: relative !important;
}

/*
 * WoodMart injecte le badge DEUX fois sur la fiche produit :
 *  1. enfant direct du widget Elementor, avant .woocommerce-product-gallery → doublon, on le cache
 *  2. dans .wd-carousel-inner, en flux normal avant la <figure> → on le sort du flux (position:absolute)
 */
.elementor-widget-container:has(.woocommerce-product-gallery) > .onsale.vulcano-promo-flash {
	display: none !important;
}
/* Conteneur de référence pour le positionnement absolu */
.wd-carousel-inner {
	position: relative !important;
}
/* Badge en superposition sur l'image, coin haut-droite */
.wd-carousel-inner .onsale.vulcano-promo-flash {
	position: absolute !important;
	top: 12px !important;
	right: 12px !important;
	left: auto !important;
	z-index: 10 !important;
	margin: 0 !important;
}

.vulcano-promo-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
}
.vulcano-promo-badge-single { font-size: 13px; padding: 6px 14px; }

.vulcano-promo-banner {
	background: linear-gradient(135deg, #fff3f7 0%, #ffe0eb 100%);
	border-left: 4px solid #d4145a;
	padding: 14px 18px;
	margin: 18px 0;
	border-radius: 4px;
}
.vulcano-promo-banner-title { margin: 0 0 6px 0; color: #d4145a; }
.vulcano-promo-banner-content { color: #444; }

.vulcano-promo-gifts {
	margin: 18px 0;
}
.vulcano-promo-gifts-header {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}
.vulcano-promo-gifts-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #555;
}
.vulcano-promo-gifts-until {
	font-size: 12px;
	color: #888;
}
.vulcano-promo-gifts-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.vulcano-promo-gift-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.vulcano-promo-gift-item img {
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #f0f0f0;
	flex-shrink: 0;
}
.vulcano-promo-gift-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.vulcano-promo-gift-meta a {
	font-weight: 600;
	color: #222;
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vulcano-promo-gift-meta a:hover { color: #d4145a; }
.vulcano-promo-gift-details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 3px;
}
.vulcano-promo-gift-qty {
	display: inline-block;
	background: #fff3f7;
	color: #d4145a;
	font-weight: 700;
	font-size: 12px;
	padding: 1px 8px;
	border-radius: 20px;
	border: 1px solid #fbd0de;
}
.vulcano-promo-gift-value {
	font-size: 12px;
	color: #888;
}
.vulcano-promo-gift-item .vulcano-gift-free-tag {
	margin-left: auto;
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 700;
	color: #00a32a;
	background: #f0faf3;
	border: 1px solid #b8e6c4;
	border-radius: 20px;
	padding: 2px 10px;
}

.vulcano-gift-label { color: #00a32a; font-weight: 700; }

/* Badge 🎁 sur les vignettes produits en boucle */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
	position: relative;
}
.vulcano-promo-gift-badge {
	position: absolute;
	bottom: 6px;
	left: 6px;
	font-size: 20px;
	line-height: 1;
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.4));
	pointer-events: none;
	z-index: 2;
}

/* ─────────────────────────────
   Responsive mobile
   ───────────────────────────── */
@media (max-width: 600px) {
    .vulcano-promo-badge {
        font-size: 11px;
        padding: 3px 8px;
        letter-spacing: 0.3px;
    }
    .vulcano-promo-badge-single {
        font-size: 12px;
        padding: 5px 12px;
    }
    .vulcano-promo-banner {
        padding: 12px 14px;
        margin: 14px 0;
    }
    .vulcano-promo-banner-title {
        font-size: 16px;
        line-height: 1.3;
    }
    .vulcano-promo-banner-content {
        font-size: 14px;
    }
    .vulcano-promo-gift-item {
        padding: 9px 12px;
        gap: 10px;
    }
    .vulcano-promo-gift-item img {
        width: 44px;
        height: 44px;
    }
    .vulcano-promo-gift-meta a {
        font-size: 13px;
    }
    .vulcano-gift-free-tag {
        font-size: 11px;
        padding: 1px 7px;
    }
}
