.pb-store-hero{
	position:relative;
	overflow:hidden;
	isolation:isolate;
	display:flex;
	flex-direction:column;
	gap:18px;
	margin-bottom:18px;
	padding:32px 32px 28px;
	border:1px solid rgba(255,255,255,.07);
	border-radius:18px;
	background:linear-gradient(1deg,#25252e 30%,#292932 100%);
	box-shadow:0 12px 32px -16px rgba(0,0,0,.55);
}

.pb-store-hero__watermark{
	position:absolute;
	z-index:0;
	bottom:-22px;
	right:-8px;
	font-size:150px;
	font-weight:800;
	line-height:1;
	color:transparent;
	-webkit-text-stroke:1px rgba(255,255,255,.045);
	letter-spacing:-.04em;
	text-transform:uppercase;
	pointer-events:none;
	user-select:none;
}

.pb-store-hero__top{
	position:relative;
	z-index:1;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:14px;
}

.pb-store-hero__eyebrow{
	display:inline-flex;
	align-items:center;
	gap:12px;
	font-size:11px;
	font-weight:700;
	letter-spacing:.18em;
	text-transform:uppercase;
	color:var(--pb-text-muted);
}

.pb-store-hero__eyebrow-rule{
	width:22px;
	height:1px;
	flex-shrink:0;
	background:rgba(255,255,255,.14);
}

.pb-store-hero__my-stores{
	position:relative;
	z-index:1;
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:10px 18px;
	border:1px solid rgba(74,206,142,.35);
	border-radius:12px;
	background:rgba(74,206,142,.10);
	color:var(--pb-accent);
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.pb-store-hero__my-stores:hover{
	color:#fff;
	background:linear-gradient(135deg,#4ace8e,#2faf73);
	border-color:transparent;
	text-decoration:none;
	transform:translateY(-1px);
}
.pb-store-hero__my-stores i{font-size:16px}

.pb-store-hero__title{
	position:relative;
	z-index:1;
	margin:0;
	font-size:28px;
	font-weight:700;
	line-height:1.15;
	letter-spacing:-.5px;
	color:var(--pb-text);
}
.pb-store-hero__title em{font-style:normal;color:var(--pb-accent)}

.pb-store-hero__desc{
	position:relative;
	z-index:1;
	margin:0;
	max-width:560px;
	font-size:14px;
	line-height:1.6;
	color:var(--pb-text-muted);
}

.pb-store-hero__discount{
	position:relative;
	z-index:1;
	display:flex;
	align-items:center;
	gap:12px;
	width:fit-content;
	max-width:100%;
	padding:12px 16px;
	margin-top:2px;
	border-radius:14px;
	background:rgba(255,255,255,.04);
	border:1px solid rgba(255,255,255,.07);
}
.pb-store-hero__discount i{
	display:grid;
	place-items:center;
	width:38px;
	height:38px;
	flex:0 0 auto;
	border-radius:12px;
	background:#343440;
	color:var(--pb-accent);
	font-size:19px;
}
.pb-store-hero__discount div{display:flex;flex-direction:column;line-height:1.3}
.pb-store-hero__discount b{color:var(--pb-text);font-size:13px;font-weight:800}
.pb-store-hero__discount span{color:var(--pb-text-muted);font-size:12px;font-weight:600}

.pb-store-empty{
	display:flex;
	align-items:center;
	gap:12px;
	min-height:92px;
	color:#fff;
}

@media(max-width:768px){
	.pb-store-hero{padding:22px 20px;gap:14px}
	.pb-store-hero__title{font-size:22px}
	.pb-store-hero__desc{font-size:13px}
	.pb-store-hero__watermark{font-size:96px;bottom:-14px;right:-6px}
}
