.pk-header + .woocommerce,
.woocommerce-account{
	background:#0f1114;
	color:#fff;
}

.woocommerce-account .entry-content{
	background:#0f1114 !important;
}

.woocommerce-account .woocommerce{
	max-width:1320px;
	margin:0 auto;
	padding:60px 20px 90px;
	color:#fff;
}

/* Login / Register */

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register{
	background:#15181d;
	border:1px solid rgba(255,255,255,.09);
	border-radius:24px;
	padding:28px;
	box-shadow:0 24px 70px rgba(0,0,0,.28);
	color:#fff;
}

.woocommerce-account .woocommerce h2{
	color:#fff;
	font-size:28px;
	margin-bottom:20px;
}

.woocommerce-account .woocommerce form label{
	color:#fff;
	font-weight:800;
	margin-bottom:8px;
	display:block;
}

.woocommerce-account .woocommerce input.input-text,
.woocommerce-account .woocommerce textarea,
.woocommerce-account .woocommerce select{
	width:100%;
	background:#0f1114;
	color:#fff;
	border:1px solid #2A2A2A;
	border-radius:12px;
	min-height:46px;
	padding:10px 14px;
	outline:none;
}

.woocommerce-account .woocommerce input.input-text:focus,
.woocommerce-account .woocommerce textarea:focus,
.woocommerce-account .woocommerce select:focus{
	border-color:#E53935;
}

.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce .button{
	background:#E53935 !important;
	color:#fff !important;
	border:none !important;
	border-radius:13px !important;
	min-height:44px;
	padding:0 20px !important;
	font-weight:900 !important;
	text-decoration:none !important;
}

.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce .button:hover{
	background:#C62828 !important;
	color:#fff !important;
}

/* Logged-in account layout */

.woocommerce-account .woocommerce-MyAccount-navigation{
	float:none;
	width:280px;
	background:#15181d;
	border:1px solid rgba(255,255,255,.09);
	border-radius:24px;
	padding:18px;
	box-shadow:0 24px 70px rgba(0,0,0,.25);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li{
	margin-bottom:8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{
	margin-bottom:0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a{
	display:flex;
	align-items:center;
	justify-content:space-between;
	color:#d6d6d6;
	text-decoration:none;
	background:rgba(255,255,255,.04);
	border:1px solid rgba(255,255,255,.06);
	border-radius:14px;
	padding:13px 14px;
	font-weight:800;
	transition:.2s;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
	color:#fff;
	background:rgba(229,57,53,.13);
	border-color:rgba(229,57,53,.38);
}

.woocommerce-account .woocommerce-MyAccount-content{
	float:none;
	width:auto;
	flex:1;
	background:#15181d;
	border:1px solid rgba(255,255,255,.09);
	border-radius:24px;
	padding:28px;
	box-shadow:0 24px 70px rgba(0,0,0,.25);
	color:#d6d6d6;
	line-height:2;
}

.woocommerce-account .woocommerce::after{
	content:"";
	display:block;
	clear:both;
}

.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation){
	display:flex;
	gap:28px;
	align-items:flex-start;
}

.woocommerce-account .woocommerce-MyAccount-content p{
	color:#d6d6d6;
}

.woocommerce-account .woocommerce-MyAccount-content a{
	color:#ff7a75;
	text-decoration:none;
	font-weight:900;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{
	color:#fff;
}

/* Tables */

.woocommerce-account table.shop_table{
	background:#111317;
	border:1px solid rgba(255,255,255,.09) !important;
	border-radius:18px;
	overflow:hidden;
	color:#fff;
}

.woocommerce-account table.shop_table th{
	background:#0f1114;
	color:#fff;
	border-color:rgba(255,255,255,.08) !important;
	padding:14px !important;
}

.woocommerce-account table.shop_table td{
	color:#d6d6d6;
	border-color:rgba(255,255,255,.08) !important;
	padding:14px !important;
}

.woocommerce-account mark{
	background:rgba(229,57,53,.14);
	color:#ff7a75;
	border-radius:8px;
	padding:2px 7px;
}

/* Address boxes */

.woocommerce-account .woocommerce-Address{
	background:#111317;
	border:1px solid rgba(255,255,255,.08);
	border-radius:18px;
	padding:18px;
	margin-bottom:18px;
}

.woocommerce-account address{
	color:#d6d6d6;
	line-height:2;
}

/* Dashboard custom boxes */

.pk-account-welcome{
	background:
		linear-gradient(145deg, rgba(229,57,53,.15), rgba(255,255,255,.03)),
		#111317;
	border:1px solid rgba(229,57,53,.25);
	border-radius:20px;
	padding:22px;
	margin-bottom:22px;
}

.pk-account-welcome h2{
	color:#fff;
	margin:0 0 10px;
	font-size:24px;
}

.pk-account-welcome p{
	margin:0;
	color:#d6d6d6;
}

.pk-account-cards{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:14px;
	margin-top:22px;
}

.pk-account-card{
	background:#111317;
	border:1px solid rgba(255,255,255,.08);
	border-radius:18px;
	padding:18px;
	text-decoration:none;
	transition:.2s;
}

.pk-account-card:hover{
	border-color:rgba(229,57,53,.45);
	transform:translateY(-3px);
}

.pk-account-card strong{
	display:block;
	color:#fff;
	font-size:17px;
	margin-bottom:8px;
}

.pk-account-card span{
	color:#bdbdbd;
	font-size:13px;
	line-height:1.8;
}

@media(max-width:900px){
	.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation){
		flex-direction:column;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content{
		width:100%;
	}

	.pk-account-cards{
		grid-template-columns:1fr;
	}
}