/**
 * Mise en page — colonne résumé produit (titre, fil d'Ariane, prix, badge).
 */

.peps-single-product > .elementor-container,
.peps-single-product .elementor-row {
	align-items: flex-start !important;
}

.peps-single-product .peps-summary-card {
	padding-top: 0 !important;
}

.elementor-7770 .peps-summary-card > .elementor-element-populated,
.peps-single-product .peps-summary-card > .elementor-element-populated {
	padding-top: 0 !important;
	text-align: left !important;
}

.peps-summary-card > .elementor-widget-wrap {
	align-items: flex-start !important;
	text-align: left !important;
}

/* Widget CSS inline : masqué visuellement (styles dans peps-product-layout.css). */
.peps-summary-card .elementor-element-125efd6b {
	display: none !important;
}

.peps-summary-card .peps-breadcrumbs {
	margin: 30px 0 10px;
	padding: 0;
	text-align: left;
}

.peps-summary-card .elementor-widget-woocommerce-product-title .elementor-widget-container,
.peps-summary-card .peps-product-title .elementor-widget-container {
	text-align: left !important;
}

.peps-summary-card .peps-price-made-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
	width: 100%;
}

.peps-summary-card .peps-made-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border-radius: 999px;
	padding: 7px 12px;
	margin: 0;
	background: #ffe6f3;
	color: #ff5fa3;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	flex-shrink: 0;
}

.peps-summary-card .peps-product-price .price,
.peps-summary-card .price {
	margin: 0;
}

.peps-proof-card__icon {
	display: block;
	font-size: 20px;
	line-height: 1;
}

.peps-proof-card:last-child {
	font-size: 11px;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.peps-single-product .peps-summary-card,
	.elementor-7770 .peps-summary-card > .elementor-element-populated {
		padding-top: 0 !important;
	}

	.peps-summary-card .peps-price-made-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}
