/* Iroise Shop Premium V9 */

.woocommerce-shop .ast-container,
.page-id-0 .ast-container,
body.page .ast-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.icg-shop-hero {
	margin: 28px 0 22px;
	background: linear-gradient(135deg, #f0fdff 0%, #ffffff 100%);
	border: 1px solid rgba(0,184,198,.24);
	border-radius: 18px;
	padding: 28px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 22px;
	align-items: center;
	box-shadow: 0 8px 24px rgba(15,23,42,.045);
}

.icg-eyebrow {
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 12px;
	font-weight: 900;
	color: #00b8c6;
	margin: 0 0 8px;
}

.icg-shop-hero h1 {
	margin: 0 0 8px;
	font-size: 34px;
	line-height: 1.08;
	color: #172033;
}

.icg-shop-hero p {
	margin: 0;
	color: #64748b;
	font-size: 17px;
}

.icg-shop-hero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	background: #00b8c6;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 999px;
	font-weight: 900;
	white-space: nowrap;
}

.icg-choice-guide {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin: 0 0 24px;
}

.icg-choice-guide div {
	background: #fff;
	border: 1px solid #dfe4ea;
	border-radius: 14px;
	padding: 16px;
	box-shadow: 0 8px 24px rgba(15,23,42,.035);
}

.icg-choice-guide strong {
	display: block;
	color: #172033;
	font-size: 19px;
	margin-bottom: 4px;
}

.icg-choice-guide span {
	color: #64748b;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 22px;
}

.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 26px !important;
}

.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	background: #fff;
	border: 1px solid #dfe4ea;
	border-radius: 18px;
	padding: 22px !important;
	box-shadow: 0 8px 24px rgba(15,23,42,.045);
	transition: transform .18s ease, box-shadow .18s ease;
	text-align: left;
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 34px rgba(15,23,42,.075);
}

.woocommerce ul.products li.product a img {
	margin: 0 auto 16px !important;
	max-height: 245px;
	object-fit: contain;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 21px !important;
	line-height: 1.2 !important;
	margin: 0 0 10px !important;
	color: #00aebb;
}

.woocommerce ul.products li.product .price {
	color: #172033 !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	margin: 8px 0 10px !important;
}

.woocommerce ul.products li.product .price:before {
	content: "À partir de ";
	color: #64748b;
	font-size: 14px;
	font-weight: 700;
}

/* Ne plus afficher le prix barré en catalogue */
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins:before,
.woocommerce ul.products li.product .price del + ins {
	text-decoration: none !important;
}

.woocommerce ul.products li.product .price del {
	display: none !important;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none !important;
}

.icg-loop-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 14px;
}

.icg-loop-badges span {
	background: #f0fdff;
	border: 1px solid rgba(0,184,198,.24);
	color: #008c98;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 900;
}

.woocommerce ul.products li.product .icg-loop-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #00b8c6 !important;
	color: #fff !important;
	border-radius: 999px !important;
	min-height: 46px;
	padding: 0 18px !important;
	font-weight: 900 !important;
	text-align: center;
	text-decoration: none !important;
	width: 100%;
	margin-top: 10px !important;
}

.woocommerce ul.products li.product .icg-loop-button:hover {
	background: #0097a7 !important;
}

.icg-shop-group-banner {
	margin: 34px 0 10px;
	background: linear-gradient(135deg, #f0fdff 0%, #ffffff 100%);
	border: 1px solid rgba(0,184,198,.28);
	border-radius: 18px;
	padding: 26px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	box-shadow: 0 8px 24px rgba(15,23,42,.045);
}

.icg-shop-group-banner h2 {
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1.1;
}

.icg-shop-group-banner p {
	margin: 0;
	color: #475569;
}

.icg-shop-group-banner > span {
	background: #00b8c6;
	color: #fff;
	border-radius: 999px;
	padding: 10px 16px;
	font-weight: 900;
	white-space: nowrap;
}

@media(max-width: 900px) {
	.icg-shop-hero,
	.icg-shop-group-banner {
		grid-template-columns: 1fr;
	}

	.icg-choice-guide {
		grid-template-columns: repeat(2, 1fr);
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr !important;
	}
}

@media(max-width: 768px) {
	.icg-shop-hero,
	.icg-shop-group-banner {
		padding: 18px;
		border-radius: 12px;
	}

	.icg-shop-hero h1,
	.icg-shop-group-banner h2 {
		font-size: 25px;
	}

	.icg-choice-guide {
		grid-template-columns: 1fr;
	}

	.woocommerce ul.products li.product {
		border-radius: 12px;
		padding: 16px !important;
	}
}


/* V9.1 - prix catalogue clair sans fourchette ni prix barré */

.woocommerce ul.products li.product .price {
	margin: 10px 0 12px !important;
}

.woocommerce ul.products li.product .price:before {
	content: "" !important;
	display: none !important;
}

.woocommerce ul.products li.product .icg-catalog-price {
	display: grid;
	gap: 2px;
	color: #172033;
}

.woocommerce ul.products li.product .icg-catalog-price small {
	color: #64748b;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.woocommerce ul.products li.product .icg-catalog-price strong {
	color: #172033;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.1;
}

.woocommerce ul.products li.product .icg-catalog-price em {
	color: #64748b;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
	display: none !important;
}


/* V9.4 - prix catalogue restauré et clair */

.woocommerce ul.products li.product .price {
	display: none !important;
}

.woocommerce ul.products li.product .icg-catalog-price-block {
	display: grid;
	gap: 2px;
	margin: 10px 0 12px;
	color: #172033;
}

.woocommerce ul.products li.product .icg-catalog-price-block small {
	color: #64748b;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.woocommerce ul.products li.product .icg-catalog-price-block strong {
	color: #172033;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.1;
}

.woocommerce ul.products li.product .icg-catalog-price-block em {
	color: #64748b;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
}
