/* Магазин плагинов Vertex */

.b16-pstore {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 32px;
	padding: 8px 16px 36px;
	box-sizing: border-box;
}

.b16-pstore__hero {
	margin: 4px 0 28px;
	text-align: center;
}

.b16-pstore__eyebrow {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #ce93d8;
}

.b16-pstore__title {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
}

.b16-pstore__lead {
	margin: 0 auto;
	max-width: 560px;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
}

.b16-pstore__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 18px;
	margin-bottom: 28px;
}

.b16-pstore-card {
	display: flex;
	flex-direction: column;
	padding: 22px 22px 18px;
	border-radius: 16px;
	background: linear-gradient(165deg, rgba(156, 39, 176, 0.12), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(186, 104, 200, 0.22);
}

.b16-pstore-card__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 600;
	color: #e1bee7;
}

.b16-pstore-card__title {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
}

.b16-pstore-card__sub {
	margin: 0 0 14px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
}

.b16-pstore-card__desc {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

.b16-pstore-card__feats {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	flex: 1;
}

.b16-pstore-card__feats li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.78);
}

.b16-pstore-card__feats i {
	color: #ba68c8;
	font-size: 16px;
	margin-top: 1px;
}

.b16-pstore-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.b16-pstore-card__price {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
}

.b16-pstore-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 10px;
	background: #9c27b0;
	color: #fff !important;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none !important;
}

.b16-pstore-price-edit {
	padding-top: 12px;
	border-top: 1px dashed rgba(186, 104, 200, 0.35);
}

.b16-pstore-price-edit .b16-pstore-form__submit {
	background: #5e35b1;
}

.b16-pstore-card__btn:hover {
	background: #ab47bc;
}

.b16-pstore-order {
	margin: 0 0 22px;
	padding: 20px 22px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.b16-pstore-order__title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.b16-pstore-order__hint {
	margin: 0 0 16px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
}

.b16-pstore-order__hint a {
	color: #ce93d8;
}

.b16-pstore-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
}

/* style_two.css: label { position:absolute } — иначе поля уезжают в угол */
.b16-pstore label.b16-pstore-form__field,
.b16-pstore .b16-pstore-form__field {
	position: static !important;
	display: flex !important;
	flex-direction: column;
	gap: 6px;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.55);
	cursor: default;
	white-space: normal;
}

.b16-pstore-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	position: relative;
}

.b16-pstore-form__field input,
.b16-pstore-form__field textarea,
.b16-pstore-form__field select {
	position: static !important;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.28);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	top: auto !important;
	left: auto !important;
	transform: none !important;
}

.b16-pstore-form__submit {
	align-self: flex-start;
	padding: 11px 20px;
	border: 0;
	border-radius: 10px;
	background: #7b1fa2;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}

.b16-pstore-form__submit:hover {
	background: #8e24aa;
}

.b16-pstore-admin {
	margin-top: 36px;
	padding: 22px;
	border-radius: 16px;
	border: 1px dashed rgba(186, 104, 200, 0.35);
	background: rgba(123, 31, 162, 0.08);
}

.b16-pstore-admin__title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	font-size: 18px;
	color: #fff;
}

.b16-pstore-admin__sub {
	margin: 22px 0 10px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.85);
}

.b16-pstore-admin__hint {
	margin: 14px 0 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
}

.b16-pstore-admin__hint code {
	color: #e1bee7;
}

.b16-pstore-table-wrap {
	overflow-x: auto;
}

.b16-pstore-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.b16-pstore-table th,
.b16-pstore-table td {
	padding: 8px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: left;
	vertical-align: top;
	color: rgba(255, 255, 255, 0.8);
}

.b16-pstore-table th {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 600;
}

.b16-pstore-table code,
.b16-pstore-token {
	display: inline-block;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	color: #e1bee7;
}

.b16-pstore-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 6px;
}

.b16-pstore-inline input {
	width: 110px;
	padding: 4px 8px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 12px;
}

.b16-pstore-inline button {
	padding: 4px 10px;
	border: 0;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

@media (max-width: 720px) {
	.b16-pstore__title {
		font-size: 24px;
	}
	.b16-pstore-form__row {
		grid-template-columns: 1fr;
	}
}
