/* Alleavia shop archive hero. */

.alleavia-shop-hero {
	background: linear-gradient(180deg, #14202b 0%, #1d2c3a 100%);
	color: #fff;
	padding: 72px 24px 56px;
	text-align: center;
	margin-bottom: 0;
}
.alleavia-shop-hero__inner { max-width: 880px; margin: 0 auto; }
.alleavia-shop-hero__eyebrow {
	margin: 0 0 16px; color: #ffb703;
	font-weight: 800; letter-spacing: .14em; font-size: 13px;
	text-transform: uppercase;
}
.alleavia-shop-hero h1 {
	margin: 0 0 16px; color: #fff !important;
	font-size: clamp(28px, 4.5vw, 48px);
	line-height: 1.15; font-weight: 800; letter-spacing: -0.01em;
}
.alleavia-shop-hero__lead {
	margin: 0 auto 28px; max-width: 700px;
	color: #d9e2ec; font-size: 18px; line-height: 1.6;
}
.alleavia-shop-hero__search {
	display: flex; max-width: 580px; margin: 0 auto 22px;
	background: #fff; border-radius: 999px; overflow: hidden;
	box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
.alleavia-shop-hero__search input {
	flex: 1; padding: 15px 24px; border: 0; background: transparent;
	font: inherit; font-size: 15px; color: #14202b; outline: none;
}
.alleavia-shop-hero__search button {
	background: #ffb703; color: #14202b;
	border: 0; padding: 0 22px; font-weight: 700; cursor: pointer;
	font-size: 14px;
}
.alleavia-shop-hero__search button:hover { background: #e6a503; }
.alleavia-shop-hero__trust {
	display: flex; flex-wrap: wrap; gap: 22px; justify-content: center;
	color: #a9b7c4; font-size: 13px;
}

/* Category strip */
.alleavia-shop-cats {
	padding: 36px 24px;
	background: #fff8ec;
	border-bottom: 1px solid #f1e3c2;
}
.alleavia-shop-cats__inner {
	max-width: 1240px; margin: 0 auto;
	display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px;
}
.alleavia-shop-cat {
	background: #fff; border: 1px solid #f1e3c2; border-radius: 14px;
	padding: 14px; text-decoration: none; color: #14202b;
	display: flex; flex-direction: column; align-items: center; gap: 8px;
	transition: transform .15s ease, border-color .15s ease;
	box-shadow: 0 4px 12px rgba(20,32,43,.05);
}
.alleavia-shop-cat:hover { transform: translateY(-2px); border-color: #ffb703; }
.alleavia-shop-cat img {
	width: 80px; height: 80px; object-fit: cover; border-radius: 50%;
	background: #fafafa;
}
.alleavia-shop-cat__icon { font-size: 48px; line-height: 1; }
.alleavia-shop-cat__name { font-size: 14px; font-weight: 800; }
.alleavia-shop-cat__count { font-size: 11px; color: #5a6773; }

/* Free-tools strip */
.alleavia-shop-tools {
	background: #fff;
	padding: 36px 24px;
	border-bottom: 1px solid #eef0f3;
}
.alleavia-shop-tools__inner {
	max-width: 1240px; margin: 0 auto;
	display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: center;
}
@media (max-width: 760px) { .alleavia-shop-tools__inner { grid-template-columns: 1fr; } }
.alleavia-shop-tools h2 {
	margin: 0 0 8px; font-size: 22px; font-weight: 800; color: #14202b;
}
.alleavia-shop-tools p { margin: 0; color: #5a6773; font-size: 15px; line-height: 1.6; }
.alleavia-shop-tools__buttons {
	display: flex; gap: 10px; flex-wrap: wrap;
}
.alleavia-shop-tools__btn {
	padding: 10px 16px;
	background: #fff8ec; color: #14202b !important;
	border: 1px solid #f1e3c2; border-radius: 999px;
	font-size: 14px; font-weight: 700;
	text-decoration: none !important;
	transition: all .15s ease;
}
.alleavia-shop-tools__btn:hover { background: #ffb703; border-color: #ffb703; }
.alleavia-shop-tools__btn--primary {
	background: #14202b; color: #fff !important; border-color: #14202b;
}
.alleavia-shop-tools__btn--primary:hover { background: #1d2c3a; border-color: #1d2c3a; color: #fff !important; }

/* Push the WC product grid up a bit so it touches the tools strip cleanly */
body.woocommerce.archive .woocommerce-result-count { margin-top: 28px; }
