/* Poster New / Sale Box frontend */
#poster-new-sale-box,
#poster-new-sale-box *{
	box-sizing:border-box;
	font-family:"Assistant",Arial,sans-serif;
}

#poster-new-sale-box{
	width:var(--pns-width-vw,90vw);
	max-width:var(--pns-width-vw,90vw);
	position:relative;
	left:50%;
	margin:46px 0 46px calc(-1 * var(--pns-half-width-vw,45vw));
	padding:22px;
	border-radius:28px;
	background:rgba(10,10,12,.70);
	border:1px solid rgba(255,255,255,.10);
	box-shadow:0 18px 55px rgba(0,0,0,.35);
	color:#fff;
	clear:both;
	overflow:hidden;
}

#poster-new-sale-box .poster-home-box-head{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:16px;
	margin-bottom:20px;
}

#poster-new-sale-box .poster-home-box-title{
	margin:0;
	font-size:clamp(22px,3vw,38px);
	line-height:1.05;
	font-weight:900;
	color:#fff;
}

#poster-new-sale-box .poster-home-box-subtitle{
	margin:8px 0 0;
	color:#cfcfda;
	font-size:14px;
	line-height:1.45;
}

#poster-new-sale-box .poster-home-box-filters{
	display:flex;
	gap:10px;
	flex-wrap:wrap;
	justify-content:flex-end;
	flex:none;
}

#poster-new-sale-box .poster-home-box-filter{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:104px;
	min-height:42px;
	padding:0 20px;
	border-radius:999px;
	text-decoration:none !important;
	font-weight:900;
	color:#fff !important;
	background:#101014;
	border:1px solid rgba(255,255,255,.12);
}

#poster-new-sale-box .poster-home-box-filter.is-active{
	background:linear-gradient(135deg,#ff3f93,#ff78b8);
	box-shadow:0 10px 24px rgba(255,63,147,.30);
}

#poster-new-sale-box .poster-box-pagination{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
	margin-top:22px;
	flex-wrap:wrap;
}

#poster-new-sale-box .poster-box-page-link,
#poster-new-sale-box .poster-box-page-current{
	min-width:38px;
	height:38px;
	padding:0 13px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:999px;
	text-decoration:none !important;
	font-weight:900;
	border:1px solid rgba(255,255,255,.12);
	color:#fff !important;
	background:#111;
}

#poster-new-sale-box .poster-box-page-current{
	background:linear-gradient(135deg,#ff3f93,#ff78b8);
	box-shadow:0 10px 22px rgba(255,63,147,.32);
}

#poster-new-sale-box .poster-box-empty{
	text-align:center;
	padding:30px 16px;
	border-radius:18px;
	background:rgba(255,255,255,.05);
	color:#ddd;
	font-weight:800;
}

@media(max-width:767px){
	#poster-new-sale-box{
		width:100%;
		max-width:100%;
		position:static;
		left:auto;
		margin:32px auto;
		padding:14px;
		border-radius:24px;
	}
	#poster-new-sale-box .poster-home-box-head{
		display:block;
		text-align:center;
		margin-bottom:16px;
	}
	#poster-new-sale-box .poster-home-box-filters{
		justify-content:center;
		margin-top:14px;
		gap:8px;
	}
	#poster-new-sale-box .poster-home-box-filter{
		min-width:92px;
		min-height:38px;
		padding:0 18px;
		font-size:13px;
	}
}
