.single-lot-katz.shop,
.katz-page-main.shop{margin-top:0!important}
body.has-site-header .profile_page,
body:has(header) .profile_page{padding-top:110px}
@media (max-width:767px){
body.has-site-header .profile_page,
body:has(header) .profile_page{padding-top:100px}
}
header input:checked~.dot{
	transform: none;
}

.cabinet_empty{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:20px;
	text-align:center;
}
.cabinet_empty p{
	display:block;
	width:100%;
	max-width:560px;
	margin:0;
}
.cabinet_empty .btns{
	position:static;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:180px;
	width:auto;
	height:42px;
	padding:0 22px;
	margin:0;
}

.profile_page .form_row.submit .btns{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	min-width:120px;
	height:38px;
	padding:0 18px;
	font-size:14px;
	letter-spacing:0.04em;
	text-transform:none;
}
.profile_page .form_row.submit .btns svg{
	width:18px;
	height:18px;
	flex-shrink:0;
	display:block;
	margin:0;
}

.profile_page .ava .ava-image{
	width:80px;
	height:80px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius:100%;
}

.katz-bank-details{
	display:grid;
	gap:8px 24px;
	margin:16px 0 24px;
	padding:16px 18px;
	border:1px solid rgba(0,0,0,.12);
	border-radius:10px;
	background:#fff;
}
.katz-bank-details > div{
	display:grid;
	grid-template-columns:160px 1fr;
	gap:8px;
	font-size:14px;
}
.katz-bank-details dt{
	margin:0;
	color:#666;
	font-weight:500;
}
.katz-bank-details dd{
	margin:0;
	font-weight:600;
	word-break:break-all;
}
.katz-pay-bank{
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:12px;
	margin:16px 0 24px;
	width:100%;
}
.katz-pay-bank label{
	font-size:14px;
	color:#666;
}
.katz-pay-bank select{
	height:42px;
	width:100%;
	max-width:220px;
	padding:0 12px;
	border:1px solid rgba(0,0,0,.12);
	border-radius:6px;
	background:#fff;
}
.katz-pay-submit{
	width:100%;
	height:46px;
	border:0;
	border-radius:8px;
	background:#111;
	color:#fff;
	font-size:14px;
	font-weight:600;
	letter-spacing:0;
	text-transform:none;
	cursor:pointer;
}
.katz-pay-submit:hover{
	background:#ca8a04;
}
.katz-pay-methods{
	display:flex;
	flex-direction:column;
	gap:10px;
	margin:0 0 24px;
}
a.katz-pay-method{
	display:flex;
	align-items:center;
	justify-content:center;
	height:46px;
	padding:0 16px;
	border-radius:8px;
	background:#111;
	color:#fff;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
}
a.katz-pay-method:hover{
	background:#ca8a04;
	color:#fff;
}
