/* TheAnaaj 1.9.3 configurable product grids and live Instagram feed. */
.theanaaj-responsive-grid {
	display: grid;
	grid-template-columns: repeat(var(--theanaaj-grid-desktop, 4), minmax(0, 1fr)) !important;
	min-width: 0;
}
.theanaaj-configurable-product-grid > *,
.zaivik-social-grid > * { min-width: 0; }
.theanaaj-configurable-product-grid .product-card {
	width: auto;
	max-width: none;
}
.zaivik-social-card:is(a) {
	display: block;
	color: inherit;
	text-decoration: none;
}
.zaivik-social-card:focus-visible {
	outline: 3px solid var(--terracotta, #a94628);
	outline-offset: 3px;
}
.zaivik-social-card__icon svg {
	display: block;
	fill: none;
}
.zaivik-social-source-note {
	margin-top: 10px !important;
	font-size: .78rem;
	font-weight: 700;
	color: var(--terracotta, #a94628) !important;
}
.theanaaj-instagram-editor-empty {
	margin: 18px 0;
	padding: 22px;
	border: 1px dashed #c8b894;
	border-radius: 14px;
	background: #fffaf0;
	color: #3d271b;
}
.theanaaj-instagram-editor-empty p { margin: 7px 0; }
.theanaaj-instagram-editor-empty a { font-weight: 700; }

@media (max-width: 1024px) {
	.theanaaj-responsive-grid {
		grid-template-columns: repeat(var(--theanaaj-grid-tablet, 2), minmax(0, 1fr)) !important;
	}
}
@media (max-width: 600px) {
	.theanaaj-responsive-grid {
		grid-template-columns: repeat(var(--theanaaj-grid-mobile, 1), minmax(0, 1fr)) !important;
	}
	.theanaaj-configurable-product-grid { gap: 12px; }
	.theanaaj-configurable-product-grid .product-card h3 { min-height: 0; }
	.zaivik-social-card__copy strong {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}
