.nijora-message--products {
	background: transparent;
	border: 0;
	max-width: 96%;
	padding: 0;
	white-space: normal;
	width: 100%;
}

.nijora-product-intro,
.nijora-product-outro {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.nijora-product-outro {
	margin-top: 8px;
}

.nijora-product-scroll {
	margin: 10px 0;
	max-height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 4px;
}

.nijora-product-scroll::-webkit-scrollbar {
	width: 6px;
}

.nijora-product-scroll::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 999px;
}

.nijora-product-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
}

.nijora-product-card {
	background: #ffffff;
	border: 1px solid rgba(16, 32, 51, 0.12);
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(16, 32, 51, 0.06);
	padding: 9px;
	width: 100%;
}

.nijora-product-card--featured {
	border-color: rgba(0, 184, 148, 0.42);
}

.nijora-product-head {
	align-items: flex-start;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.nijora-product-head strong {
	color: #102033;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	min-width: 0;
	overflow-wrap: anywhere;
}

.nijora-product-price {
	color: var(--nijora-primary-color);
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	text-align: right;
}

.nijora-product-specs {
	color: #40536a;
	display: grid;
	font-size: 12px;
	gap: 2px;
	line-height: 1.35;
	margin-top: 7px;
}

.nijora-product-specs div {
	overflow-wrap: anywhere;
}

.nijora-product-specs span {
	color: #102033;
	font-weight: 700;
}

.nijora-product-stock {
	background: rgba(255, 193, 7, 0.16);
	border-radius: 999px;
	color: #7a5400;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 8px;
	padding: 4px 8px;
}

.nijora-product-buy {
	align-items: center;
	background: var(--nijora-accent-color);
	border-radius: 999px;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	margin-top: 9px;
	max-width: 100%;
	min-height: 32px;
	padding: 8px 12px;
	text-decoration: none;
}

.nijora-product-buy:hover,
.nijora-product-buy:focus-visible {
	filter: brightness(0.96);
	outline: 2px solid rgba(0, 184, 148, 0.2);
	outline-offset: 2px;
}
