body.post-type-archive-icango_product,
body.post-type-archive-icango_product #page,
body.post-type-archive-icango_product .site,
body.post-type-archive-icango_product #content,
body.post-type-archive-icango_product .site-content,
body.post-type-archive-icango_product .content-area,
body.post-type-archive-icango_product .site-content > .woostify-container {
	background: #f6f8fb;
}

body.post-type-archive-icango_product #content {
	flex: 0 0 auto;
}

body.post-type-archive-icango_product .site-content > .woostify-container {
	float: none !important;
	max-width: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	width: 100% !important;
}

body.post-type-archive-icango_product.right-sidebar .content-area {
	float: none;
	padding-right: 0;
	width: 100%;
}

.icango-product-archive {
	background: #f6f8fb;
	color: #111827;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	max-width: none;
	width: 100%;
}

.icango-product-archive__inner {
	box-sizing: border-box;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - 64px);
}

.icango-product-archive__hero {
	padding: 14px 0 0;
}

.icango-product-archive__hero .icango-product-archive__inner {
	padding: 24px 36px 26px;
	background: linear-gradient(135deg, #f7fbff 0%, #eef4ff 100%);
	border: 1px solid #dbe7ff;
	border-radius: 12px;
}

.icango-product-archive__hero .icango-product-archive__inner::before {
	display: block;
	width: 38px;
	height: 2px;
	margin-bottom: 10px;
	background: #2563eb;
	border-radius: 999px;
	content: "";
}

.icango-product-archive__hero h1 {
	max-width: 700px;
	margin: 0;
	font-size: clamp(2rem, 3vw, 2.625rem);
	line-height: 1.06;
	letter-spacing: -0.03em;
	text-wrap: balance;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.icango-product-archive__hero p {
	max-width: 720px;
	margin: 10px 0 0;
	color: #4b5563;
	font-size: 1rem;
	line-height: 1.55;
}

.icango-product-archive__list {
	padding: 22px 0 36px;
}

.icango-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.icango-product-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	border: 1px solid #dce6f2;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
	will-change: transform;
}

.icango-product-card:hover,
.icango-product-card:focus-within {
	transform: translateY(-7px);
	border-color: rgba(37, 99, 235, 0.62);
	box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.18), 0 30px 72px rgba(15, 23, 42, 0.16);
}

.icango-product-card__media {
	display: block;
	position: relative;
	overflow: hidden;
	background: #eaf1fb;
	border-bottom: 1px solid #e4ecf6;
}

.icango-product-card__image {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	padding: 0;
	transition: transform 260ms ease;
	will-change: transform;
}

.icango-product-card:hover .icango-product-card__image,
.icango-product-card:focus-within .icango-product-card__image {
	transform: scale(1.05);
}

.icango-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px 26px 28px;
}

.icango-product-card__model {
	width: fit-content;
	margin: 0 0 12px;
	padding: 6px 10px;
	background: #eff6ff;
	border: 1px solid #dbeafe;
	border-radius: 999px;
	color: #2563eb;
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.055em;
	line-height: 1;
	text-transform: uppercase;
}

.icango-product-card__title {
	margin: 0;
	color: #0f172a;
	font-size: clamp(1.35rem, 1.7vw, 1.65rem);
	font-weight: 850;
	line-height: 1.16;
	letter-spacing: -0.025em;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.icango-product-card__title a {
	color: #111827;
	text-decoration: none;
}

.icango-product-card__title a:hover,
.icango-product-card__title a:focus {
	color: #2563eb;
}

.icango-product-card__tagline {
	margin: 13px 0 0;
	color: #64748b;
	font-size: 0.98rem;
	line-height: 1.58;
}

/* ---------- linked WooCommerce price ---------- */

.icango-product-card__price {
	margin-top: 14px;
	margin-bottom: 14px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #1f5eff;
}

.icango-product-card__price del {
	font-size: 14px;
	font-weight: 400;
	color: #9ca3af;
	margin-right: 8px;
}

.icango-product-card__price ins {
	text-decoration: none;
	color: #1f5eff;
}

.icango-product-card__points {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
	padding-top: 18px;
	border-top: 1px solid #e6edf6;
	list-style: none;
}

.icango-product-card__points li {
	position: relative;
	min-height: 20px;
	padding-left: 28px;
	color: #334155;
	font-size: 0.95rem;
	line-height: 1.5;
}

.icango-product-card__points li::before {
	position: absolute;
	top: 0.15em;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background: #2563eb;
	color: #ffffff;
	content: "✓";
	border-radius: 50%;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
}

.icango-product-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
	min-height: 48px;
	margin-top: auto;
	overflow: hidden;
	padding: 12px 20px;
	background: #ffffff;
	border: 1px solid #2563eb;
	border-radius: 12px;
	color: #2563eb;
	font-weight: 850;
	text-decoration: none;
	transition: color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.icango-product-card__link::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: #2563eb;
	content: "";
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 220ms ease;
}

.icango-product-card__link::after {
	margin-left: 8px;
	content: "→";
	font-size: 1rem;
	line-height: 1;
	transition: transform 200ms ease;
}

.icango-product-card__tagline + .icango-product-card__link,
.icango-product-card__title + .icango-product-card__link {
	margin-top: 28px;
}

.icango-product-card__points + .icango-product-card__link {
	margin-top: 28px;
}

.icango-product-card__link:hover,
.icango-product-card__link:focus {
	border-color: #2563eb;
	color: #ffffff;
	transform: translateY(-1px);
}

.icango-product-card__link:hover::before,
.icango-product-card__link:focus::before {
	transform: scaleX(1);
}

.icango-product-card__link:hover::after,
.icango-product-card__link:focus::after {
	transform: translateX(3px);
}

.icango-product-card__link:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.24);
	outline-offset: 3px;
}

.icango-product-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 40px;
}

.icango-product-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	color: #111827;
	text-decoration: none;
}

.icango-product-pagination .current,
.icango-product-pagination a:hover,
.icango-product-pagination a:focus {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

.icango-product-empty {
	padding: 40px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-sizing: border-box;
	text-align: center;
}

.icango-product-empty p {
	margin: 0;
	color: #4b5563;
	font-size: 1.0625rem;
	line-height: 1.6;
}

@media (max-width: 1024px) {
	.icango-product-archive__hero .icango-product-archive__inner {
		padding: 22px 32px 24px;
	}

	.icango-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	.icango-product-card__image {
		height: 270px;
	}
}

@media (max-width: 600px) {
	.icango-product-archive__inner {
		width: calc(100% - 24px);
	}

	.icango-product-archive__hero {
		padding: 10px 0 0;
	}

	.icango-product-archive__hero .icango-product-archive__inner {
		padding: 18px 18px 20px;
		border-radius: 12px;
	}

	.icango-product-archive__hero .icango-product-archive__inner::before {
		width: 32px;
		margin-bottom: 9px;
	}

	.icango-product-archive__hero h1 {
		max-width: 100%;
		font-size: clamp(1.75rem, 7vw, 2.125rem);
		line-height: 1.1;
		word-break: normal;
		overflow-wrap: normal;
		hyphens: none;
	}

	.icango-product-archive__hero p {
		font-size: 1rem;
	}

	.icango-product-archive__list {
		padding: 16px 0 30px;
	}

	.icango-product-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.icango-product-card {
		border-radius: 16px;
	}

	.icango-product-card__image {
		height: 250px;
		padding: 16px;
	}

	.icango-product-card__body {
		padding: 22px;
	}

	.icango-product-card__link {
		width: 100%;
	}
}
