.page-hero { padding-bottom: 12px; }
.shop-toolbar-wrap {
	padding-top: 0;
	padding-bottom: 8px;
	background: #ffffff;
}
.shop-products .tz-card__body { display: grid; gap: 0; }

/* Product Cards — match static design */
.shop-product-card .tz-card__body {
	display: grid;
	gap: 0;
}

.shop-product-card .tz-cover {
	border-radius: 18px;
}

.shop-product-card .tz-stack {
	gap: 10px;
}

.shop-product-card .tz-card__title {
	margin-bottom: 0;
}

.shop-product-card .tz-card__text {
	margin-bottom: 0;
	font-size: 0.95rem;
	line-height: 1.5;
}

.shop-product-card .tz-price {
	font-weight: 700;
	color: var(--tz-primary);
	font-size: 1.1rem;
}

.shop-product-card .tz-price del {
	opacity: 0.5;
	font-weight: 500;
	font-size: 0.95rem;
}

.shop-product-card .tz-price ins {
	text-decoration: none;
}

.shop-product-card .tz-btn-group {
	margin-top: 6px;
	gap: 10px;
}

.shop-product-card .tz-btn {
	min-height: 42px;
	padding: 0 18px;
	font-size: 0.9rem;
	flex: 1;
}

.shop-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	gap: 18px;
	align-items: center;
}

.shop-hero-layout .tz-section-head .tz-title {
	font-size: clamp(1.75rem, 3.1vw, 2.5rem);
}

.shop-hero-mini-trust {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	align-self: center;
	position: relative;
	top: -10px;
}

.shop-hero-mini-trust .tz-card__body {
	padding: 10px 10px;
	gap: 5px;
}

.shop-hero-mini-trust .tz-card__title {
	font-size: 0.88rem;
	margin: 0;
}

.shop-hero-mini-trust .tz-card__text {
	font-size: 0.78rem;
	line-height: 1.35;
}

.shop-hero-mini-trust__icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px dashed rgba(23, 53, 82, 0.38);
	display: grid;
	place-items: center;
	font-size: 0.58rem;
	font-weight: 700;
	color: #173552;
	background: linear-gradient(180deg, rgba(244, 249, 255, 0.95), rgba(255, 244, 220, 0.9));
}

.shop-categories-icons {
	margin-top: 1cm;
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
	border-top: 0;
}

.shop-info-text {
	padding-top: 22px;
	padding-bottom: 8px;
	background: #ffffff;
}

.shop-categories-icons__notes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 18px;
}

.shop-categories-icons__notes article {
	background: transparent;
	border: 0;
	padding: 0;
}

.shop-categories-icons__notes h3 {
	margin: 0 0 8px;
	font-size: 1rem;
	color: #173552;
}

.shop-categories-icons__notes p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #4d5d72;
}

.shop-categories-icons__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.shop-category-icon {
	padding: 12px 8px 10px;
	border-radius: 14px;
	border: 0;
	background: transparent;
	text-align: center;
	display: grid;
	gap: 8px;
	box-shadow: none;
}

.shop-category-icon__glyph {
	width: 48px;
	height: 48px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px dashed rgba(23, 53, 82, 0.4);
	display: grid;
	place-items: center;
	font-size: 0.64rem;
	font-weight: 700;
	color: #173552;
	background: linear-gradient(180deg, rgba(244, 249, 255, 0.95), rgba(255, 244, 220, 0.9));
}

.shop-category-icon h3 {
	margin: 0;
	font-size: 0.84rem;
	color: #173552;
}

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

	.shop-categories-icons__notes {
		grid-template-columns: 1fr;
	}

	.shop-categories-icons__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.shop-categories-icons__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
