/* Exact category hub for product_cat 105 (Folletos). */
body.igneos-storefront--category {
	background: #fff;
}

body.igneos-storefront--category .igneos-category-container {
	width: var(--igneos-container);
	margin-inline: auto;
}

body.igneos-storefront--category .igneos-category-main {
	color: var(--igneos-ink);
}

body.igneos-storefront--category .igneos-category-hero {
	padding: 18px 0 48px;
	background:
		radial-gradient(circle at 82% 18%, rgba(21, 112, 224, 0.1), transparent 28%),
		linear-gradient(180deg, #fff 0%, #f6faff 100%);
}

body.igneos-storefront--category .igneos-category-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 34px;
	color: #53627a;
	font-size: 13px;
}

body.igneos-storefront--category .igneos-category-breadcrumb a {
	color: var(--igneos-navy);
	font-weight: 680;
	text-decoration: none;
}

body.igneos-storefront--category .igneos-category-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
	align-items: center;
	gap: clamp(32px, 6vw, 88px);
}

body.igneos-storefront--category .igneos-category-kicker {
	display: block;
	margin-bottom: 8px;
	color: #0759c7;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.igneos-storefront--category .igneos-category-hero h1 {
	max-width: 720px;
	margin: 0;
	color: #101d34;
	font-size: clamp(46px, 6vw, 82px);
	font-weight: 800;
	letter-spacing: -0.065em;
	line-height: 0.95;
}

body.igneos-storefront--category .igneos-category-hero__intro {
	max-width: 690px;
	margin-top: 22px;
	color: #52647b;
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.55;
}

body.igneos-storefront--category .igneos-category-hero__intro > :first-child { margin-top: 0; }
body.igneos-storefront--category .igneos-category-hero__intro > :last-child { margin-bottom: 0; }

body.igneos-storefront--category .igneos-category-primary-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	margin-top: 24px;
	padding: 0 20px;
	border-radius: 12px;
	background: var(--igneos-navy);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

body.igneos-storefront--category .igneos-category-hero__chooser {
	padding: 12px;
	border: 1px solid #cfe0f4;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 20px 48px rgba(20, 52, 87, 0.1);
}

body.igneos-storefront--category .igneos-category-hero__chooser > span {
	display: block;
	padding: 10px 10px 7px;
	color: #62738a;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.igneos-storefront--category .igneos-category-hero__chooser ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.igneos-storefront--category .igneos-category-hero__chooser a {
	position: relative;
	display: grid;
	gap: 2px;
	min-height: 68px;
	padding: 12px 44px 12px 14px;
	border-radius: 13px;
	background: #f1f6fc;
	color: var(--igneos-ink);
	text-decoration: none;
}

body.igneos-storefront--category .igneos-category-hero__chooser a::after {
	content: "→";
	position: absolute;
	top: 50%;
	right: 16px;
	color: var(--igneos-blue);
	font-size: 18px;
	transform: translateY(-50%);
}

body.igneos-storefront--category .igneos-category-hero__chooser strong { font-size: 14px; }
body.igneos-storefront--category .igneos-category-hero__chooser small { color: #53627a; font-size: 12px; }

body.igneos-storefront--category .igneos-category-products {
	padding-block: 68px 76px;
}

body.igneos-storefront--category .igneos-category-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
	align-items: end;
	gap: 30px;
	margin-bottom: 28px;
}

body.igneos-storefront--category .igneos-category-section-heading h2 {
	margin: 0;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 820;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

body.igneos-storefront--category .igneos-category-section-heading > p {
	margin: 0;
	color: #62738a;
	font-size: 14px;
}

body.igneos-storefront--category .igneos-category-products__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

body.igneos-storefront--category .igneos-category-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	border: 1px solid #dce6f1;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 10px 26px rgba(20, 52, 87, 0.06);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.igneos-storefront--category .igneos-category-card:hover {
	border-color: #a9c9ef;
	box-shadow: 0 18px 36px rgba(20, 52, 87, 0.12);
	transform: translateY(-3px);
}

body.igneos-storefront--category .igneos-category-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: 1.5 / 1;
	padding: 10px;
	background: #fff;
	overflow: hidden;
}

body.igneos-storefront--category .igneos-category-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.igneos-storefront--category .igneos-category-card__body {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 20px;
	border-top: 1px solid #edf2f7;
}

body.igneos-storefront--category .igneos-category-card__badge {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	margin-bottom: 10px;
	padding: 0 9px;
	border-radius: 999px;
	background: #e6f2ff;
	color: #0759c7;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.igneos-storefront--category .igneos-category-card h3 {
	margin: 0;
	font-size: 21px;
	font-weight: 820;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

body.igneos-storefront--category .igneos-category-card h3 a {
	color: var(--igneos-ink);
	text-decoration: none;
}

body.igneos-storefront--category .igneos-category-card p {
	margin: 11px 0 18px;
	color: #62738a;
	font-size: 13px;
	line-height: 1.5;
}

body.igneos-storefront--category .igneos-category-card__action {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid #e8eef5;
	color: var(--igneos-navy);
	font-size: 13px;
	font-weight: 820;
	text-decoration: none;
}

body.igneos-storefront--category .igneos-category-guide {
	padding-block: 68px;
	background: var(--igneos-navy-strong);
	color: #fff;
}

body.igneos-storefront--category .igneos-category-section-heading--light h2 { color: #fff; }
body.igneos-storefront--category .igneos-category-section-heading--light .igneos-category-kicker { color: #70d9f1; }

body.igneos-storefront--category .igneos-category-guide__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

body.igneos-storefront--category .igneos-category-guide__grid article {
	min-height: 174px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.07);
}

body.igneos-storefront--category .igneos-category-guide__grid article > span {
	color: #75daf0;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
}

body.igneos-storefront--category .igneos-category-guide__grid h3 {
	margin: 24px 0 7px;
	color: #fff;
	font-size: 19px;
}

body.igneos-storefront--category .igneos-category-guide__grid p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
}

body.igneos-storefront--category .igneos-category-trust {
	border-bottom: 1px solid var(--igneos-line);
	background: #f4f8fd;
}

body.igneos-storefront--category .igneos-category-trust > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

body.igneos-storefront--category .igneos-category-trust > div > div,
body.igneos-storefront--category .igneos-category-trust > div > a {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	min-height: 84px;
	padding: 12px 22px;
	color: var(--igneos-ink);
	text-decoration: none;
}

body.igneos-storefront--category .igneos-category-trust > div > :not(:first-child) {
	border-left: 1px solid var(--igneos-line);
}

body.igneos-storefront--category .igneos-category-trust span {
	display: grid;
	grid-row: 1 / 3;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background: #e4f1ff;
	color: #0759c7;
	font-weight: 900;
}

body.igneos-storefront--category .igneos-category-trust strong { align-self: end; font-size: 14px; }
body.igneos-storefront--category .igneos-category-trust small { align-self: start; color: #53627a; font-size: 12px; }

body.igneos-storefront--category .igneos-category-information {
	padding-block: 72px 20px;
}

body.igneos-storefront--category .igneos-category-information__content {
	max-width: 920px;
	color: #506179;
	font-size: 15px;
	line-height: 1.72;
}

body.igneos-storefront--category .igneos-category-information__content h2,
body.igneos-storefront--category .igneos-category-information__content h3 {
	margin: 34px 0 10px;
	color: var(--igneos-ink);
	letter-spacing: -0.025em;
}

@media (max-width: 1023px) {
	body.igneos-storefront--category .igneos-category-hero__layout,
	body.igneos-storefront--category .igneos-category-section-heading {
		grid-template-columns: 1fr;
	}

	body.igneos-storefront--category .igneos-category-hero__chooser {
		width: 100%;
	}

	body.igneos-storefront--category .igneos-category-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.igneos-storefront--category .igneos-category-guide__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.igneos-storefront--category .igneos-category-hero {
		padding: 12px 0 32px;
	}

	body.igneos-storefront--category .igneos-category-breadcrumb {
		margin-bottom: 24px;
	}

	body.igneos-storefront--category .igneos-category-hero h1 {
		font-size: clamp(42px, 15vw, 64px);
	}

	body.igneos-storefront--category .igneos-category-products {
		padding-block: 48px 54px;
	}

	body.igneos-storefront--category .igneos-category-products__grid,
	body.igneos-storefront--category .igneos-category-guide__grid,
	body.igneos-storefront--category .igneos-category-trust > div {
		grid-template-columns: 1fr;
	}

	body.igneos-storefront--category .igneos-category-card__media {
		aspect-ratio: 1.35 / 1;
	}

	body.igneos-storefront--category .igneos-category-trust > div > :not(:first-child) {
		border-top: 1px solid var(--igneos-line);
		border-left: 0;
	}

	body.igneos-storefront--category .igneos-category-guide {
		padding-block: 50px;
	}
}
