.fm-testimonials,
.elementor-widget-freshmart_testimonials,
.reviews_tab,
#reviews,
.woocommerce-Reviews,
.woocommerce-review-link,
.star-rating,
.fm-stars,
.fm-shop-card__meta em {
	display: none !important;
}

.allmart-policy-page,
.allmart-contact-page {
	color: #20242a;
	font-size: 16px;
	line-height: 1.75;
}

.allmart-policy-page h2,
.allmart-contact-page h2 {
	margin: 26px 0 10px;
	color: #172018;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.15;
}

.allmart-policy-page p,
.allmart-contact-page p {
	margin: 0 0 14px;
	color: #58605c;
}

.allmart-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
	gap: 28px;
	align-items: stretch;
	margin-bottom: 28px;
}

.allmart-kicker {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 11px;
	color: #a35400;
	background: #fff0de;
	border: 1px solid #ffd9aa;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
}

.allmart-contact-card {
	padding: 24px;
	background: #ffffff;
	border: 1px solid #f0dfca;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(84, 48, 6, 0.09);
}

.allmart-contact-card p {
	display: grid;
	gap: 4px;
	margin-bottom: 18px;
}

.allmart-contact-card strong {
	color: #111916;
	font-size: 13px;
}

.allmart-contact-card a {
	color: #a35400;
	font-weight: 700;
}

.allmart-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.allmart-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	color: #ffffff !important;
	background: #ff8800;
	border: 1px solid #ff8800;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
}

.allmart-button--light {
	color: #a35400 !important;
	background: #fff7ed;
	border-color: #ffd6a3;
}

.allmart-map-wrap {
	overflow: hidden;
	background: #fff7ed;
	border: 1px solid #f0dfca;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(84, 48, 6, 0.08);
}

.allmart-map-wrap iframe {
	display: block;
	width: 100%;
	min-height: 380px;
	border: 0;
}

@media (max-width: 760px) {
	.allmart-contact-grid {
		grid-template-columns: 1fr;
	}

	.allmart-map-wrap iframe {
		min-height: 320px;
	}
}
