/*
Theme Name: Divi Enfant
Description: Theme enfant de Divi. Vous pouvez maintenant effectuer vos modifications en toute sécurité.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: Divi
Version: 1.0
*/

.lp-remote-product-card {
	margin: 1.5rem 0;
}

.lp-remote-product-card__link {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 20px;
	align-items: center;
	padding: 18px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 14px;
	background: #fff;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lp-remote-product-card__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.lp-remote-product-card__media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 10px;
	background: #f7f7f7;
}

.lp-remote-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-remote-product-card__content {
	min-width: 0;
}

.lp-remote-product-card__label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	opacity: 0.65;
	margin-bottom: 6px;
}

.lp-remote-product-card__title {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.25;
	color: #111;
}

.lp-remote-product-card__price {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #111;
}

.lp-remote-product-card__stock {
	font-size: 14px;
	margin-bottom: 12px;
	color: #555;
}

.lp-remote-product-card.is-in-stock .lp-remote-product-card__stock {
	color: #1a7f37;
}

.lp-remote-product-card.is-out-of-stock .lp-remote-product-card__stock {
	color: #b42318;
}

.lp-remote-product-card__cta {
	display: inline-block;
	padding: 10px 14px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-weight: 600;
	line-height: 1;
}

.lp-remote-product-link {
	word-break: break-word;
}

@media (max-width: 680px) {
	.lp-remote-product-card__link {
		grid-template-columns: 1fr;
	}

	.lp-remote-product-card__title {
		font-size: 20px;
	}

	.lp-remote-product-card__price {
		font-size: 20px;
	}
}

.lp-remote-product-card__media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 10px;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lp-remote-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Fallback visuel */
.lp-remote-product-card__media--placeholder {
	background: linear-gradient(135deg, #f2f2f2, #e5e5e5);
}

.lp-remote-product-card__placeholder {
	font-size: 13px;
	color: #666;
	text-align: center;
	padding: 10px;
	line-height: 1.4;
}