.lvr-rc-grid{
	display:grid;
	gap:28px;
	margin:0;
}

.lvr-rc-grid-cols-1{grid-template-columns:repeat(1,1fr);}
.lvr-rc-grid-cols-2{grid-template-columns:repeat(2,1fr);}
.lvr-rc-grid-cols-3{grid-template-columns:repeat(3,1fr);}
.lvr-rc-grid-cols-4{grid-template-columns:repeat(4,1fr);}

.lvr-rc-card{
	background:#1d1d1d;
	border:1px solid rgba(209, 102, 40, 0.22);
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 14px 34px rgba(0,0,0,.28);
	display:flex;
	flex-direction:column;
	height:100%;
	transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.lvr-rc-card:hover{
	transform:translateY(-6px);
	box-shadow:0 20px 42px rgba(0,0,0,.34);
	border-color:rgba(209, 102, 40, 0.65);
}

.lvr-rc-image-wrap{
	display:flex;
	align-items:center;
	justify-content:center;
	height:260px;
	padding:18px;
	background:#111;
	position:relative;
	overflow:hidden;
	height: 470px;
}

.lvr-rc-image-wrap::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:45%;
	background:linear-gradient(to top, rgba(0,0,0,.22), rgba(0,0,0,0));
	pointer-events:none;
}

.lvr-rc-image{
	width:100%;
	height:100%;
	object-fit:contain;
	display:block;
	position:relative;
	z-index:1;
	transition:transform .35s ease;
}

.lvr-rc-card:hover .lvr-rc-image{
	transform:scale(1.03);
}

.lvr-rc-no-image{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:linear-gradient(135deg, #101010, #242424);
	color:rgba(255,255,255,.55);
	font-size:15px;
	font-weight:600;
	letter-spacing:.02em;
	position:relative;
	z-index:1;
}

.lvr-rc-content{
	padding:22px;
	display:flex;
	flex-direction:column;
	gap:16px;
	height:100%;
}

.lvr-rc-top{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:14px;
}

.lvr-rc-title{
	font-size:24px;
	line-height:1.2;
	margin:0;
	font-weight:700;
	color:#fff;
}

.lvr-rc-title a{
	text-decoration:none;
	color:#fff;
}

.lvr-rc-title a:hover{
	color:#d16628;
}

.lvr-rc-price{
	white-space:nowrap;
	background:#d16628;
	color:#fff;
	padding:9px 14px;
	border-radius:999px;
	font-size:13px;
	font-weight:700;
	line-height:1;
	box-shadow:0 6px 18px rgba(209, 102, 40, .25);
}

.lvr-rc-meta{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:10px;
}

.lvr-rc-meta-item{
	background:#232323;
	border:1px solid rgba(209, 102, 40, 0.12);
	border-radius:14px;
	padding:12px 14px;
	display:flex;
	flex-direction:column;
	gap:4px;
}

.lvr-rc-meta-label{
	font-size:11px;
	color:rgba(255,255,255,.58);
	line-height:1.2;
	text-transform:uppercase;
	letter-spacing:.06em;
}

.lvr-rc-meta-value{
	font-size:14px;
	color:#fff;
	font-weight:600;
	line-height:1.3;
}

.lvr-rc-specs{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}

.lvr-rc-badge{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:7px 11px;
	border-radius:999px;
	background:#2c3138;
	border:1px solid rgba(255,255,255,.08);
	color:#fff;
	font-size:11px;
	line-height:1.15;
	font-weight:500;
	letter-spacing:.01em;
}

.lvr-rc-badge-more{
	background:#d16628;
	border-color:#d16628;
	color:#fff;
}

.lvr-rc-actions{
	margin-top:auto;
	padding-top:4px;
}

.lvr-rc-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:13px 18px;
	border-radius:14px;
	background:transparent;
	border:1px solid #d16628;
	color:#fff !important;
	text-decoration:none;
	font-size:14px;
	font-weight:700;
	transition:all .25s ease;
}

.lvr-rc-btn:hover{
	background:#d16628;
	color:#fff !important;
	box-shadow:0 10px 24px rgba(209, 102, 40, .25);
}

.lvr-rc-pagination{
	margin-top:34px;
}

.lvr-rc-pagination ul{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	padding:0;
	margin:0;
	list-style:none;
}

.lvr-rc-pagination a,
.lvr-rc-pagination span{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:42px;
	height:42px;
	padding:0 14px;
	border-radius:12px;
	background:#232323;
	border:1px solid rgba(209, 102, 40, 0.18);
	color:#fff;
	text-decoration:none;
	font-weight:600;
}

.lvr-rc-pagination a:hover{
	background:#2b2b2b;
	border-color:rgba(209, 102, 40, 0.5);
}

.lvr-rc-pagination .current{
	background:#d16628;
	border-color:#d16628;
	color:#fff;
}

.lvr-rc-empty{
	padding:18px 20px;
	background:#1d1d1d;
	border:1px solid rgba(209, 102, 40, 0.18);
	border-radius:18px;
	color:#fff;
}

/* Single page details block */
.lvr-rc-single-wrap{
	background:linear-gradient(180deg, #1d1d1d 0%, #181818 100%);
	border:1px solid rgba(209, 102, 40, 0.22);
	border-radius:26px;
	padding:28px;
	box-shadow:0 18px 40px rgba(0,0,0,.28);
	color:#fff;
	overflow:hidden;
	position:relative;
}

.lvr-rc-single-wrap::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:1px;
	background:linear-gradient(90deg, rgba(209,102,40,0), rgba(209,102,40,.7), rgba(209,102,40,0));
}

.lvr-rc-single-head{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:20px;
	margin-bottom:24px;
}

.lvr-rc-single-head-left{
	display:flex;
	flex-direction:column;
	gap:8px;
}

.lvr-rc-single-kicker{
	font-size:12px;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:.12em;
	color:rgba(255,255,255,.55);
}

.lvr-rc-single-title{
	margin:0;
	font-size:32px;
	line-height:1.15;
	font-weight:700;
	color:#fff;
}

.lvr-rc-single-price{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:12px 18px;
	border-radius:999px;
	background:#d16628;
	color:#fff;
	font-size:14px;
	font-weight:700;
	line-height:1;
	white-space:nowrap;
	box-shadow:0 10px 24px rgba(209,102,40,.28);
}

.lvr-rc-single-grid{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:14px;
	margin-bottom:22px;
}

.lvr-rc-single-item{
	background:#232323;
	border:1px solid rgba(209, 102, 40, 0.14);
	border-radius:18px;
	padding:16px 18px;
	min-height:92px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:8px;
	transition:border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.lvr-rc-single-item:hover{
	border-color:rgba(209, 102, 40, 0.4);
	transform:translateY(-2px);
	box-shadow:0 10px 22px rgba(0,0,0,.18);
}

.lvr-rc-single-label{
	font-size:11px;
	line-height:1.2;
	text-transform:uppercase;
	letter-spacing:.08em;
	color:rgba(255,255,255,.52);
}

.lvr-rc-single-value{
	font-size:18px;
	line-height:1.25;
	font-weight:700;
	color:#fff;
}

.lvr-rc-single-specs-wrap{
	padding-top:6px;
}

.lvr-rc-single-specs-title{
	margin-bottom:12px;
	font-size:14px;
	font-weight:700;
	color:#fff;
}

.lvr-rc-single-wrap .lvr-rc-specs{
	gap:10px;
}

.lvr-rc-single-wrap .lvr-rc-badge{
	padding:8px 12px;
	font-size:12px;
	background:#2b3138;
	border:1px solid rgba(255,255,255,.08);
}

@media (max-width: 1024px){
	.lvr-rc-grid-cols-4,
	.lvr-rc-grid-cols-3{
		grid-template-columns:repeat(2,1fr);
	}

	.lvr-rc-single-grid{
		grid-template-columns:repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px){
	.lvr-rc-grid-cols-4,
	.lvr-rc-grid-cols-3,
	.lvr-rc-grid-cols-2{
		grid-template-columns:repeat(1,1fr);
	}

	.lvr-rc-top{
		flex-direction:column;
		align-items:flex-start;
	}

	.lvr-rc-meta{
		grid-template-columns:repeat(1,minmax(0,1fr));
	}

	.lvr-rc-title{
		font-size:21px;
	}

	.lvr-rc-content{
		padding:18px;
	}

	.lvr-rc-image-wrap{
		height:220px;
		padding:14px;
	}

	.lvr-rc-single-wrap{
		padding:22px 18px;
		border-radius:22px;
	}

	.lvr-rc-single-head{
		flex-direction:column;
		align-items:flex-start;
		margin-bottom:20px;
	}

	.lvr-rc-single-title{
		font-size:26px;
	}

	.lvr-rc-single-grid{
		grid-template-columns:repeat(1, minmax(0, 1fr));
		gap:12px;
	}
}