.rv-page {
	width: 100%;
	max-width: 1040px;
}
.rv-standalone {
	max-width: 1120px;
	margin: 56px auto;
	padding: 0 24px;
	box-sizing: border-box;
}
.rv-standalone .rv-heading {
	margin: 0 0 28px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #111;
}
.rv-page *,
.rv-standalone * {
	box-sizing: border-box;
}
.rv-list {
	border-top: 1px solid #e5e7eb;
}
.rv-row {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 22px 0;
	border-bottom: 1px solid #e5e7eb;
}
.rv-thumb {
	display: block;
	width: 112px;
	aspect-ratio: 1 / 1;
	border: 1px solid #edf0f4;
	border-radius: 8px;
	overflow: hidden;
	background: #f7f8fa;
	text-decoration: none;
}
.rv-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rv-info {
	min-width: 0;
}
.rv-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #1f2937;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.rv-title:hover {
	color: #0a85f6;
	text-decoration: none;
}
.rv-price {
	margin-top: 10px;
	color: #111827;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
}
.rv-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}
.rv-icon-btn,
.rv-cart-btn,
.rv-empty-btn,
.rv-pg-btn {
	font: inherit;
	text-decoration: none;
	cursor: pointer;
}
.rv-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	background: #fff;
	color: #9ca3af;
	font-size: 22px;
	line-height: 1;
	transition: color .2s, border-color .2s, background-color .2s;
}
.rv-icon-btn:hover {
	border-color: #fecaca;
	background: #fff5f5;
	color: #dc2626;
}
.rv-cart-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	height: 40px;
	padding: 0 18px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #374151;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	transition: border-color .2s, background-color .2s, color .2s;
}
.rv-cart-btn:hover {
	border-color: #111827;
	background: #111827;
	color: #fff;
}
.rv-paging {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 32px;
}
.rv-pg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	background: #fff;
	color: #4b5563;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}
.rv-pg-btn.is-active,
.rv-pg-btn:hover {
	border-color: #111827;
	background: #111827;
	color: #fff;
	text-decoration: none;
}
.rv-empty {
	padding: 64px 20px 58px;
	text-align: center;
	border: 1px solid #edf0f4;
	border-radius: 10px;
	background: #fafafa;
}
.rv-empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #fff;
	color: #9ca3af;
	font-size: 30px;
	border: 1px solid #e5e7eb;
}
.rv-empty-text {
	margin: 0 0 8px;
	color: #374151;
	font-size: 17px;
	font-weight: 700;
}
.rv-empty-sub {
	margin: 0 0 24px;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.5;
}
.rv-empty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 24px;
	border-radius: 8px;
	background: #111827;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.rv-empty-btn:hover {
	background: #374151;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.rv-standalone {
		margin: 32px auto;
		padding: 0 16px;
	}
	.rv-row {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
		padding: 18px 0;
	}
	.rv-thumb {
		width: 92px;
	}
	.rv-actions {
		grid-column: 2;
		justify-content: flex-start;
		margin-top: -6px;
	}
	.rv-title {
		font-size: 14px;
	}
	.rv-price {
		margin-top: 8px;
		font-size: 15px;
	}
	.rv-icon-btn,
	.rv-cart-btn {
		height: 42px;
	}
	.rv-icon-btn {
		width: 42px;
	}
	.rv-cart-btn {
		min-width: 108px;
	}
	.rv-empty {
		padding: 48px 16px 44px;
	}
}

@media (max-width: 420px) {
	.rv-row {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 12px;
	}
	.rv-thumb {
		width: 82px;
	}
	.rv-actions {
		gap: 8px;
	}
	.rv-cart-btn {
		min-width: 96px;
		padding: 0 14px;
	}
}
