/* --------- PSB2BC Front: wrapper начало --------- */
.psb2bc-front-wrap{
	margin: 0 0 28px;
	color: #2f2f2f;
}

.psb2bc-head{
	margin: 0 0 18px;
}

.psb2bc-title{
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	color: #1f1f1f;
}

.psb2bc-subtitle{
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: #6b7280;
}
/* --------- PSB2BC Front: wrapper край --------- */


/* --------- PSB2BC Front: filters начало --------- */
.psb2bc-filters-wrap{
	margin: 0 0 14px;
}

.psb2bc-filters-card{
	padding: 16px 18px;
	border: 1px solid #ead3e7;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 22px rgba(41, 12, 48, 0.04);
}

.psb2bc-filters-grid{
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr) minmax(140px, 155px) auto;
	gap: 12px;
	align-items: end;
}

.psb2bc-filter-field{
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.psb2bc-filter-label{
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #1f1f1f;
}

.psb2bc-filter-select{
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #cf6db7;
	border-radius: 10px;
	background: #fff;
	font-size: 15px;
	line-height: 1.4;
	color: #2f2f2f;
	box-shadow: none;
	outline: none;
}

.psb2bc-filter-select:focus{
	border-color: #a80186;
	box-shadow: 0 0 0 1px rgba(168, 1, 134, 0.08);
}

.psb2bc-filter-actions{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 10px;
	flex-wrap: nowrap;
}

.psb2bc-filter-actions .psb2bc-btn{
	min-width: 120px;
	white-space: nowrap;
}
/* --------- PSB2BC Front: filters край --------- */

/* --------- PSB2BC Front: buttons начало --------- */
.psb2bc-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 10px;
	border: 1px solid transparent;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	transition: .18s ease;
	box-shadow: none;
}

.psb2bc-btn:hover,
.psb2bc-btn:focus{
	text-decoration: none !important;
}

.psb2bc-btn-primary{
	background: #a80186;
	border-color: #a80186;
	color: #fff;
}

.psb2bc-btn-primary:hover,
.psb2bc-btn-primary:focus{
	background: #8f016f;
	border-color: #8f016f;
	color: #fff;
}

.psb2bc-btn-secondary{
	background: #fff;
	border-color: #d7c2d2;
	color: #5f2453;
}

.psb2bc-btn-secondary:hover,
.psb2bc-btn-secondary:focus{
	background: #fcf4fa;
	border-color: #cf6db7;
	color: #5f2453;
}
/* --------- PSB2BC Front: buttons край --------- */


/* --------- PSB2BC Front: feedback начало --------- */
.psb2bc-feedback{
	margin: 0 0 14px;
	padding: 13px 15px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.5;
}

.psb2bc-feedback.is-success{
	background: #eef8ef;
	border: 1px solid #b9ddbe;
	color: #245c2a;
}

.psb2bc-feedback.is-error{
	background: #fff1f1;
	border: 1px solid #f0b9b9;
	color: #8a1f1f;
}
/* --------- PSB2BC Front: feedback край --------- */


/* --------- PSB2BC Front: results/table wrapper начало --------- */
.psb2bc-results{
	margin: 0;
}

.psb2bc-form{
	margin: 0;
}

.psb2bc-table-wrap{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ead3e7;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(41, 12, 48, 0.04);
}

.psb2bc-empty{
	padding: 18px 20px;
	border: 1px solid #ead3e7;
	border-radius: 14px;
	background: #fff;
	font-size: 15px;
	line-height: 1.5;
	color: #5b6470;
}
/* --------- PSB2BC Front: results/table wrapper край --------- */


/* --------- PSB2BC Front: table начало --------- */
.psb2bc-table{
	width: 100%;
	min-width: 980px;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

.psb2bc-table thead th{
	padding: 14px 12px;
	border-right: 1px solid #e8d9e5;
	border-bottom: 1px solid #e8d9e5;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	text-align: left;
	color: #4b4f58;
	vertical-align: middle;
}

.psb2bc-table thead th:last-child{
	border-right: 0;
}

.psb2bc-table tbody td{
	padding: 12px;
	border-right: 1px solid #f0e6ee;
	border-bottom: 1px solid #f0e6ee;
	vertical-align: middle;
	background: #fff;
	transition: background .18s ease, border-color .18s ease;
}

.psb2bc-table tbody tr:last-child td{
	border-bottom: 0;
}

.psb2bc-table tbody td:last-child{
	border-right: 0;
}

.psb2bc-col-image{
	width: 190px;
}

.psb2bc-col-product{
	width: 48%;
}

.psb2bc-col-discount{
	width: 220px;
}

.psb2bc-col-qty{
	width: 150px;
}
/* --------- PSB2BC Front: table край --------- */


/* --------- PSB2BC Front: image cell начало --------- */
.psb2bc-cell-image{
	text-align: left;
}

.psb2bc-image-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 190px;
	text-decoration: none !important;
}

.psb2bc-image-link:hover,
.psb2bc-image-link:focus{
	background: transparent !important;
	box-shadow: none !important;
}

.psb2bc-image-link img{
	display: block;
	width: 100%;
	max-width: 190px;
	height: auto;
	border-radius: 8px;
	border: 1px solid #f0e6ee;
	background: #fff;
}
/* --------- PSB2BC Front: image cell край --------- */


/* --------- PSB2BC Front: product cell начало --------- */
.psb2bc-product-main{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.psb2bc-product-name{
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	color: #1f1f1f;
	text-decoration: none !important;
}

.psb2bc-product-name:hover,
.psb2bc-product-name:focus{
	color: #a80186;
	text-decoration: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

.psb2bc-product-desc{
	font-size: 14px;
	line-height: 1.6;
	color: #6b7280;
}
/* --------- PSB2BC Front: product cell край --------- */


/* --------- PSB2BC Front: discount/variation cell начало --------- */
.psb2bc-discount-box{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.psb2bc-discount-display{
	font-size: 15px;
	line-height: 1.5;
	color: #4b4f58;
}

.psb2bc-discount-label-text{
	display: block;
	margin-bottom: 2px;
	color: #6b7280;
}

.psb2bc-discount-value{
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #2f5f00;
}

.psb2bc-product-variation-box{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.psb2bc-product-variation-box select{
	width: 100%;
	min-height: 44px;
	padding: 0 12px;
	border: 1px solid #cf6db7;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	line-height: 1.4;
	color: #2f2f2f;
	outline: none;
	box-shadow: none;
}

.psb2bc-product-variation-box select:focus{
	border-color: #a80186;
	box-shadow: 0 0 0 1px rgba(168, 1, 134, 0.08);
}

.psb2bc-no-variation-box{
	padding: 11px 12px;
	border: 1px solid #ecd9e8;
	border-radius: 10px;
	background: #fcf7fb;
}

.psb2bc-no-variation{
	font-size: 14px;
	line-height: 1.45;
	color: #7b6175;
}
/* --------- PSB2BC Front: discount/variation cell край --------- */


/* --------- PSB2BC Front: qty cell начало --------- */
.psb2bc-cell-qty{
	vertical-align: middle;
}

.psb2bc-qty{
	width: 100%;
	height: 44px;
	padding: 0 12px;
	border: 1px solid #cf6db7 !important;
	border-radius: 10px !important;
	background: #fff !important;
	font-size: 16px;
	line-height: 1;
	color: #2f2f2f;
	box-shadow: none !important;
	outline: none;
}

.psb2bc-qty:focus{
	border-color: #a80186 !important;
	box-shadow: 0 0 0 1px rgba(168, 1, 134, 0.08) !important;
}

.psb2bc-qty:disabled{
	background: #f7f7f8 !important;
	color: #8d8d96;
	cursor: not-allowed;
}

.psb2bc-min-note{
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.45;
	color: #6a7f59;
	font-weight: 600;
}
/* --------- PSB2BC Front: qty cell край --------- */


/* --------- PSB2BC Front: pagination начало --------- */
.psb2bc-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 16px 0 0;
	padding: 4px 0;
	flex-wrap: wrap;
}

.psb2bc-page-status{
	font-size: 14px;
	line-height: 1.4;
	color: #5b6470;
}

.psb2bc-page-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 15px;
	border: 1px solid #d8c6d4;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #5f2453;
	text-decoration: none !important;
	transition: .18s ease;
}

.psb2bc-page-btn:hover,
.psb2bc-page-btn:focus{
	background: #fcf4fa;
	border-color: #cf6db7;
	color: #5f2453;
	text-decoration: none !important;
}
/* --------- PSB2BC Front: pagination край --------- */


/* --------- PSB2BC Front: actions bar начало --------- */
.psb2bc-actions{
	margin: 18px 0 0;
}

.psb2bc-actions-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 18px;
	border: 1px solid #ead3e7;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 22px rgba(41, 12, 48, 0.04);
	flex-wrap: wrap;
}

.psb2bc-actions-note{
	font-size: 14px;
	line-height: 1.5;
	color: #6b7280;
}

.psb2bc-actions-buttons{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
/* --------- PSB2BC Front: actions bar край --------- */


/* --------- PSB2BC Front: row helpers начало --------- */
.psb2bc-row.is-invalid .psb2bc-qty{
	border-color: #d63638 !important;
	box-shadow: 0 0 0 1px rgba(214, 54, 56, 0.08) !important;
}

.psb2bc-row.is-active td{
	background: #edf7ea;
	border-bottom-color: #d8ead1;
}

.psb2bc-row.is-active td:first-child{
	box-shadow: inset 4px 0 0 #2f5f00;
}

.psb2bc-row.is-active .psb2bc-discount-value{
	color: #2f5f00;
}
/* --------- PSB2BC Front: row helpers край --------- */


/* --------- PSB2BC Front: draft box начало --------- */
.psb2bc-draft-wrap{
	margin: 0 0 18px;
}

.psb2bc-draft-card{
	padding: 16px 18px;
	border: 1px solid #ead3e7;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 22px rgba(41, 12, 48, 0.04);
}

.psb2bc-draft-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
	flex-wrap: wrap;
}

.psb2bc-draft-title{
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #1f1f1f;
}

.psb2bc-draft-empty{
	padding: 12px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #6b7280;
}

.psb2bc-draft-table-wrap{
	overflow: hidden;
	border: 1px solid #f0e6ee;
	border-radius: 12px;
	background: #fff;
}

.psb2bc-draft-table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	min-width: 680px;
}

.psb2bc-draft-table th,
.psb2bc-draft-table td{
	padding: 11px 12px;
	border-right: 1px solid #f0e6ee;
	border-bottom: 1px solid #f0e6ee;
	text-align: left;
	vertical-align: middle;
	background: #fff;
}

.psb2bc-draft-table th:last-child,
.psb2bc-draft-table td:last-child{
	border-right: 0;
}

.psb2bc-draft-table thead th{
	font-size: 13px;
	font-weight: 700;
	color: #4b4f58;
	background: #fcf7fb;
}

.psb2bc-draft-table tbody tr:last-child td{
	border-bottom: 0;
}

.psb2bc-draft-remove{
	padding: 0;
	border: 0 !important;
	outline: none !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 13px;
	font-weight: 600;
	color: #a80186;
	cursor: pointer;
	text-decoration: none;
}

.psb2bc-draft-remove:hover,
.psb2bc-draft-remove:focus,
.psb2bc-draft-remove:active{
	color: #8f016f;
	text-decoration: underline;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.psb2bc-draft-summary{
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 12px;
	flex-wrap: wrap;
}

.psb2bc-draft-summary-item{
	font-size: 14px;
	line-height: 1.45;
	color: #4b4f58;
}
/* --------- PSB2BC Front: draft box край --------- */


/* --------- PSB2BC Front: final box / note начало --------- */
.psb2bc-final-box{
	margin: 18px 0 0;
}

.psb2bc-note-box{
	margin: 14px 0 0;
}

.psb2bc-note-label{
	display: inline-block;
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
	color: #1f1f1f;
}

.psb2bc-note-textarea{
	display: block;
	width: 100%;
	min-height: 96px;
	padding: 12px 14px;
	border: 1px solid #cf6db7;
	border-radius: 12px;
	background: #fff;
	font-size: 14px;
	line-height: 1.55;
	color: #2f2f2f;
	resize: vertical;
	box-shadow: none;
	outline: none;
}

.psb2bc-note-textarea:focus{
	border-color: #a80186;
	box-shadow: 0 0 0 1px rgba(168, 1, 134, 0.08);
}
/* --------- PSB2BC Front: final box / note край --------- */


/* --------- PSB2BC Front: responsive desktop/tablet начало --------- */
@media (max-width: 991px){
	.psb2bc-filters-grid{
		grid-template-columns: 1fr;
	}

	.psb2bc-filter-actions{
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.psb2bc-actions-inner{
		flex-direction: column;
		align-items: stretch;
	}

	.psb2bc-actions-buttons{
		width: 100%;
	}

	.psb2bc-actions-buttons .psb2bc-btn{
		flex: 1 1 auto;
	}

	.psb2bc-draft-head{
		flex-direction: column;
		align-items: stretch;
	}
}
/* --------- PSB2BC Front: responsive desktop/tablet край --------- */


/* --------- PSB2BC Front: responsive mobile начало --------- */
@media (max-width: 767px){
	.psb2bc-title{
		font-size: 20px;
	}

	.psb2bc-subtitle{
		font-size: 14px;
	}

	.psb2bc-filters-card,
	.psb2bc-actions-inner,
	.psb2bc-draft-card{
		padding: 14px;
	}

	.psb2bc-table-wrap{
		overflow: visible;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.psb2bc-table{
		min-width: 0;
		display: block;
		width: 100%;
	}

	.psb2bc-table thead{
		display: none;
	}

	.psb2bc-table tbody{
		display: block;
		width: 100%;
	}

	.psb2bc-table tbody tr{
		display: block;
		margin: 0 0 14px;
		border: 1px solid #ead3e7;
		border-radius: 16px;
		background: #fff;
		box-shadow: 0 6px 18px rgba(41, 12, 48, 0.05);
		overflow: hidden;
	}

	.psb2bc-table tbody td{
		display: block;
		width: 100%;
		padding: 10px 14px;
		border-right: 0;
		border-bottom: 0;
		background: transparent;
	}

	.psb2bc-table tbody tr:last-child td{
		border-bottom: 0;
	}

	.psb2bc-row.is-active td{
		background: transparent;
	}

	.psb2bc-row.is-active{
		background: #edf7ea;
		border-color: #cfe3c7 !important;
		box-shadow: 0 8px 20px rgba(47, 95, 0, 0.08);
	}

	.psb2bc-row.is-active td:first-child{
		box-shadow: none;
	}

	.psb2bc-cell-image{
		padding-bottom: 6px !important;
	}

	.psb2bc-image-link{
		max-width: 150px;
	}

	.psb2bc-image-link img{
		max-width: 150px;
		border-radius: 10px;
	}

	.psb2bc-cell-product{
		padding-top: 0 !important;
	}

	.psb2bc-product-name{
		font-size: 18px;
		line-height: 1.35;
	}

	.psb2bc-product-desc{
		font-size: 14px;
		line-height: 1.55;
	}

	.psb2bc-cell-discount{
		padding-top: 4px !important;
	}

	.psb2bc-discount-box{
		gap: 10px;
	}

	.psb2bc-discount-display{
		font-size: 14px;
	}

	.psb2bc-discount-value{
		font-size: 20px;
	}

	.psb2bc-no-variation-box,
	.psb2bc-product-variation-box select{
		min-height: 44px;
	}

	.psb2bc-cell-qty{
		padding-top: 6px !important;
	}

	.psb2bc-qty{
		max-width: 140px;
	}

	.psb2bc-min-note{
		margin-top: 7px;
		font-size: 12px;
	}

	.psb2bc-draft-table-wrap{
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.psb2bc-draft-table{
		min-width: 0;
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
		table-layout: auto;
		background: transparent;
	}

	.psb2bc-draft-table thead{
		display: none;
	}

	.psb2bc-draft-table,
	.psb2bc-draft-table tbody,
	.psb2bc-draft-table tr,
	.psb2bc-draft-table td{
		display: block;
		width: 100%;
	}

	.psb2bc-draft-table tr{
		position: relative;
		margin: 0 0 10px;
		padding: 10px 38px 10px 10px;
		border: 1px solid #ead3e7;
		border-radius: 10px;
		background: #fff;
		box-shadow: none;
		overflow: hidden;
	}

	.psb2bc-draft-table td{
		border: 0;
		padding: 0;
		margin: 0;
		background: transparent;
	}

	.psb2bc-draft-table td:last-child{
		margin-bottom: 0;
	}

	.psb2bc-draft-table td:nth-child(1){
		margin: 0 0 4px;
		padding-right: 24px;
		font-weight: 700;
		font-size: 14px;
		line-height: 1.35;
		word-break: break-word;
	}

	.psb2bc-draft-table td:nth-child(1) a{
		display: inline;
		font-size: 14px;
		line-height: 1.35;
		font-weight: 700;
		text-decoration: none;
		word-break: break-word;
	}

	.psb2bc-draft-table td:nth-child(2){
		margin: 0 0 4px;
		min-height: 0;
		font-size: 12px;
		line-height: 1.35;
		color: #777;
		word-break: break-word;
	}

	.psb2bc-draft-table td:nth-child(2):empty,
	.psb2bc-draft-table td:nth-child(2)[data-empty="1"]{
		display: none;
	}

	.psb2bc-draft-table td:nth-child(2) span:empty{
		display: none;
	}

	.psb2bc-draft-table td:nth-child(3){
		margin: 0;
		font-size: 13px;
		line-height: 1.3;
		color: #444;
		font-weight: 600;
	}

	.psb2bc-draft-table td:nth-child(4){
		position: absolute;
		top: 8px;
		right: 8px;
		width: 24px !important;
		min-width: 24px !important;
		max-width: 24px !important;
		margin: 0 !important;
		padding: 0 !important;
		z-index: 3;
	}

	.psb2bc-draft-remove{
		position: relative;
		display: block;
		width: 24px !important;
		height: 24px !important;
		min-width: 24px !important;
		max-width: 24px !important;
		min-height: 24px !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
		white-space: nowrap;
		text-indent: -9999px;
		font-size: 0 !important;
		line-height: 0 !important;
		border: 0 !important;
		border-radius: 50%;
		background: transparent !important;
		box-shadow: none !important;
		text-decoration: none !important;
	}

	.psb2bc-draft-remove::before{
		content: "×";
		position: absolute;
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #d63638;
		font-size: 22px;
		line-height: 1;
		font-weight: 700;
		text-indent: 0;
	}

	.psb2bc-draft-remove:hover,
	.psb2bc-draft-remove:focus{
		background: rgba(214, 54, 56, 0.08) !important;
		outline: none;
		text-decoration: none !important;
	}

	.psb2bc-draft-remove:hover::before,
	.psb2bc-draft-remove:focus::before{
		color: #b42324;
	}

	.psb2bc-actions-buttons{
		flex-direction: column;
		align-items: stretch;
	}

	.psb2bc-actions-buttons .psb2bc-btn{
		width: 100%;
	}

	.psb2bc-note-textarea{
		min-height: 90px;
	}
}
/* --------- PSB2BC Front: responsive mobile край --------- */