body.woocommerce-account .woocommerce-MyAccount-content > p {
	display: none;
}

.bbcd-account-login {
	--bbcd-login-ink: #17120c;
	--bbcd-login-muted: #7f7467;
	--bbcd-login-line: #eee5d9;
	--bbcd-login-gold: #c79a2b;
	--bbcd-login-gold-bright: #e8c86a;
	--bbcd-login-cream: #fffaf1;
	--bbcd-login-shadow: 0 24px 80px rgba(38, 24, 8, .13);
}

.bbcd-account-login .entry-title,
.bbcd-account-login .page-title,
.bbcd-account-login .woocommerce-products-header {
	display: none !important;
}

.bbcd-account-login .site-main,
.bbcd-account-login .content-area,
.bbcd-account-login .woocommerce {
	overflow: visible;
}

.bbcd-login-experience {
	box-sizing: border-box;
	max-width: 1240px;
	margin: 28px auto 54px;
	padding: 0 22px;
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(390px, .82fr);
	gap: 22px;
	align-items: stretch;
	color: var(--bbcd-login-ink);
}

.bbcd-login-experience *,
.bbcd-login-experience *::before,
.bbcd-login-experience *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.bbcd-login-hero {
	position: relative;
	min-height: 610px;
	padding: 34px;
	border-radius: 18px;
	overflow: hidden;
	color: #fff;
	box-shadow: var(--bbcd-login-shadow);
	background:
		linear-gradient(100deg, rgba(20, 13, 6, .56) 0%, rgba(20, 13, 6, .34) 44%, rgba(20, 13, 6, .08) 100%),
		url("../images/login-pearl-salon-corner.png") center/cover;
}

.bbcd-login-hero::after {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 14px;
	pointer-events: none;
}

.bbcd-login-wall-logo {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 50px;
	width: min(330px, 42%);
	min-height: 96px;
	display: grid;
	place-items: center;
	pointer-events: none;
}

.bbcd-login-wall-logo::before {
	content: "";
	position: absolute;
	inset: -18px -24px;
	z-index: -1;
	border-radius: 28px;
	background: radial-gradient(circle, rgba(255, 248, 229, .42), rgba(255, 248, 229, 0) 68%);
	filter: blur(2px);
}

.bbcd-login-wall-logo img {
	display: block;
	width: 100%;
	max-height: 86px;
	height: auto;
	object-fit: contain;
	mix-blend-mode: multiply;
	opacity: .96;
	filter:
		saturate(1.28)
		contrast(1.2)
		drop-shadow(0 2px 1px rgba(255, 255, 255, .34))
		drop-shadow(0 10px 18px rgba(94, 66, 12, .24));
}

.bbcd-login-hero-content {
	position: relative;
	z-index: 2;
	min-height: 542px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 28px;
	padding-top: 112px;
}

.bbcd-login-badge {
	width: fit-content;
	min-height: 28px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(199, 154, 43, .22);
	border-radius: 999px;
	padding: 0 12px;
	background: rgba(232, 200, 106, .16);
	color: #806020;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.bbcd-login-hero .bbcd-login-badge {
	background: rgba(255, 255, 255, .13);
	border-color: rgba(255, 255, 255, .22);
	color: #f7de88;
}

.bbcd-login-hero h1 {
	max-width: 560px;
	margin: 18px 0 12px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 5.6vw, 78px);
	font-weight: 500;
	line-height: .92;
}

.bbcd-login-hero p {
	max-width: 500px;
	margin: 0;
	color: rgba(255, 255, 255, .86);
	font-size: 16px;
	font-weight: 650;
	line-height: 1.6;
}

.bbcd-login-status {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 14px;
	overflow: hidden;
	background: rgba(255, 255, 255, .14);
	backdrop-filter: blur(14px);
}

.bbcd-login-status div {
	min-height: 78px;
	padding: 18px;
	background: rgba(255, 255, 255, .08);
}

.bbcd-login-status strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 20px;
	line-height: 1.1;
}

.bbcd-login-status span {
	color: rgba(255, 255, 255, .78);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.bbcd-login-card {
	border: 1px solid rgba(199, 154, 43, .22);
	border-radius: 18px;
	padding: 26px;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 22px;
	background: rgba(255, 255, 255, .94);
	box-shadow: var(--bbcd-login-shadow);
}

.bbcd-login-card-head h2 {
	margin: 14px 0 8px;
	color: var(--bbcd-login-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.1;
}

.bbcd-login-card-head p {
	margin: 0;
	color: var(--bbcd-login-muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.55;
}

.bbcd-login-form-shell #customer_login,
.bbcd-login-form-shell .u-columns {
	width: 100%;
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 0;
}

.bbcd-login-form-shell #customer_login::before,
.bbcd-login-form-shell #customer_login::after,
.bbcd-login-form-shell .u-columns::before,
.bbcd-login-form-shell .u-columns::after {
	display: none !important;
}

.bbcd-login-form-shell .u-column1,
.bbcd-login-form-shell .u-column2,
.bbcd-login-form-shell .col-1,
.bbcd-login-form-shell .col-2 {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bbcd-login-form-shell .u-column1,
.bbcd-login-form-shell .u-column2 {
	border: 1px solid var(--bbcd-login-line);
	border-radius: 14px;
	padding: 15px !important;
	background: #fff;
}

.bbcd-login-form-shell .u-column2 {
	background: linear-gradient(135deg, #fffdf8, #fff6e3);
}

.bbcd-login-form-shell h2 {
	margin: 0 0 12px;
	color: var(--bbcd-login-ink);
	font-size: 21px;
	line-height: 1.2;
}

.bbcd-login-form-shell form.login,
.bbcd-login-form-shell form.register,
.bbcd-login-form-shell .woocommerce-form-login,
.bbcd-login-form-shell .woocommerce-form-register {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	display: grid;
	gap: 13px;
}

.bbcd-login-form-shell .form-row {
	margin: 0 !important;
	padding: 0 !important;
}

.bbcd-login-form-shell label {
	margin: 0 0 7px;
	color: #4c4237;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}

.bbcd-login-form-shell input.input-text,
.bbcd-login-form-shell input[type="text"],
.bbcd-login-form-shell input[type="email"],
.bbcd-login-form-shell input[type="password"] {
	width: 100%;
	min-height: 50px;
	border: 1px solid #e6dccf !important;
	border-radius: 12px !important;
	padding: 0 14px !important;
	background: #fff !important;
	color: var(--bbcd-login-ink);
	box-shadow: none !important;
	outline: none;
}

.bbcd-login-form-shell input:focus {
	border-color: rgba(199, 154, 43, .7) !important;
	box-shadow: 0 0 0 4px rgba(232, 200, 106, .18) !important;
}

.bbcd-login-form-shell button.button,
.bbcd-login-form-shell .woocommerce-button,
.bbcd-login-form-shell input[type="submit"] {
	width: 100%;
	min-height: 52px;
	border: 0 !important;
	border-radius: 13px !important;
	padding: 0 18px !important;
	background: linear-gradient(135deg, #f4d66c, #c79a2b) !important;
	color: #12100d !important;
	font-size: 15px;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-align: center;
	box-shadow: 0 12px 26px rgba(199, 154, 43, .28);
}

.bbcd-login-form-shell .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	margin: 0 !important;
	color: var(--bbcd-login-muted);
	font-size: 13px;
	font-weight: 700;
}

.bbcd-login-form-shell .lost_password {
	margin: 4px 0 0 !important;
}

.bbcd-login-form-shell .lost_password a,
.bbcd-login-form-shell a {
	color: #8a6420;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.bbcd-login-form-shell .nsl-container,
.bbcd-login-form-shell .mo-openid-app-icons,
.bbcd-login-form-shell .wp_google_login,
.bbcd-login-form-shell [class*="google"] {
	max-width: 100%;
}

.bbcd-login-perks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.bbcd-login-perks div {
	border: 1px solid rgba(199, 154, 43, .16);
	border-radius: 14px;
	padding: 14px;
	background: rgba(255, 250, 241, .8);
}

.bbcd-login-perks strong {
	display: block;
	margin-bottom: 4px;
	color: var(--bbcd-login-ink);
	font-size: 13px;
	line-height: 1.2;
}

.bbcd-login-perks span,
.bbcd-register-assist span {
	color: var(--bbcd-login-muted);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.35;
}

.bbcd-register-assist {
	display: grid;
	gap: 4px;
	border: 1px solid rgba(101, 123, 93, .2);
	border-radius: 14px;
	padding: 14px;
	background: #f7fbf4;
}

.bbcd-register-assist strong {
	color: #32462e;
	font-size: 13px;
	line-height: 1.2;
}

.bbcd-register-fallback {
	display: grid;
	gap: 5px;
	border: 1px solid var(--bbcd-login-line);
	border-radius: 14px;
	padding: 15px;
	background: linear-gradient(135deg, #fffdf8, #fff6e3);
}

.bbcd-register-fallback strong {
	color: var(--bbcd-login-ink);
	font-size: 18px;
	line-height: 1.2;
}

.bbcd-register-fallback span {
	color: var(--bbcd-login-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.bbcd-dashboard {
	--bbcd-ink: #17130f;
	--bbcd-muted: #756a5c;
	--bbcd-line: #eadfcb;
	--bbcd-soft: #fff8e6;
	--bbcd-gold: #efbf04;
	--bbcd-gold-deep: #8e6f00;
	--bbcd-rose: #ffe6ec;
	--bbcd-green: #28724b;
	color: var(--bbcd-ink);
	display: grid;
	gap: 20px;
	margin: 0 auto;
	max-width: 1180px;
}

.bbcd-dashboard * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.bbcd-hero {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	gap: 20px;
}

.bbcd-hero-main,
.bbcd-score-card,
.bbcd-tile,
.bbcd-panel {
	border: 1px solid var(--bbcd-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(38, 28, 18, .09);
}

.bbcd-hero-main {
	min-height: 330px;
	padding: 32px;
	display: grid;
	align-content: end;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(23, 19, 15, .88), rgba(23, 19, 15, .36)),
		url("https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.bbcd-eyebrow {
	margin: 0 0 9px;
	color: #ffe58a;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.bbcd-hero-main h1 {
	max-width: 720px;
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1.02;
}

.bbcd-hero-main p {
	max-width: 620px;
	margin: 0;
	color: #fff1d0;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
}

.bbcd-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.bbcd-btn {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bbcd-ink);
	border-radius: 8px;
	padding: 0 16px;
	background: var(--bbcd-ink);
	color: #fff !important;
	font-size: 14px;
	font-weight: 950;
	text-decoration: none !important;
	white-space: nowrap;
}

.bbcd-btn.bbcd-gold {
	border-color: var(--bbcd-gold);
	background: var(--bbcd-gold);
	color: var(--bbcd-ink) !important;
}

.bbcd-btn.bbcd-light {
	border-color: var(--bbcd-line);
	background: #fff;
	color: var(--bbcd-ink) !important;
}

.bbcd-hero-side {
	display: grid;
	gap: 20px;
}

.bbcd-score-card {
	min-height: 155px;
	padding: 22px;
	display: grid;
	align-content: space-between;
	background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 250, 241, .94));
}

.bbcd-score-card strong {
	display: block;
	margin: 12px 0 8px;
	font-size: 38px;
	line-height: 1;
}

.bbcd-score-card p,
.bbcd-panel p,
.bbcd-tile p,
.bbcd-empty p,
.bbcd-journey em,
.bbcd-support p {
	margin: 0;
	color: var(--bbcd-muted);
	font-size: 13px;
	line-height: 1.5;
	font-weight: 700;
}

.bbcd-score-card a {
	color: var(--bbcd-gold-deep);
	font-size: 13px;
	font-weight: 950;
	text-decoration: none;
}

.bbcd-badge {
	width: fit-content;
	min-height: 26px;
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 0 10px;
	background: var(--bbcd-rose);
	color: #9d3854;
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.bbcd-badge.bbcd-gold {
	background: #fff0ab;
	color: var(--bbcd-gold-deep);
}

.bbcd-badge.bbcd-green {
	background: #e8f3ea;
	color: var(--bbcd-green);
}

.bbcd-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.bbcd-tile {
	min-height: 132px;
	padding: 18px;
	display: grid;
	align-content: space-between;
}

.bbcd-tile-link {
	color: var(--bbcd-ink);
	text-decoration: none !important;
}

.bbcd-tile span {
	color: var(--bbcd-gold-deep);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.bbcd-tile strong {
	font-size: 28px;
	line-height: 1;
}

.bbcd-panel {
	padding: 22px;
}

.bbcd-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.bbcd-panel h2,
.bbcd-support h2 {
	margin: 0 0 5px;
	color: var(--bbcd-ink);
	font-size: 24px;
	line-height: 1.14;
}

.bbcd-panel-head a {
	color: var(--bbcd-gold-deep);
	font-size: 13px;
	font-weight: 950;
	text-decoration: none;
	white-space: nowrap;
}

.bbcd-order-card {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 16px;
	align-items: stretch;
	padding: 14px;
	border: 1px solid var(--bbcd-line);
	border-radius: 8px;
	background: #fff;
}

.bbcd-order-main {
	min-width: 0;
}

.bbcd-order-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.bbcd-order-title-row strong {
	color: var(--bbcd-ink);
	font-size: 14px;
}

.bbcd-order-card h3 {
	margin: 8px 0 6px;
	color: var(--bbcd-ink);
	font-size: 17px;
	line-height: 1.25;
}

.bbcd-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.bbcd-meta span {
	min-height: 24px;
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 0 9px;
	background: var(--bbcd-soft);
	color: var(--bbcd-gold-deep);
	font-size: 11px;
	font-weight: 900;
}

.bbcd-status-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	align-self: center;
}

.bbcd-step {
	min-height: 74px;
	padding: 10px;
	display: grid;
	place-items: center;
	gap: 6px;
	border: 1px solid var(--bbcd-line);
	border-radius: 8px;
	background: #fffaf0;
	text-align: center;
}

.bbcd-step i {
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #eadfcb;
	color: var(--bbcd-muted);
	font-style: normal;
	font-size: 12px;
	font-weight: 950;
}

.bbcd-step span {
	color: var(--bbcd-muted);
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.bbcd-step.is-done,
.bbcd-step.is-current {
	border-color: rgba(239, 191, 4, .55);
	background: #fff6d1;
}

.bbcd-step.is-done i,
.bbcd-step.is-current i {
	background: var(--bbcd-gold);
	color: var(--bbcd-ink);
}

.bbcd-step.is-current span {
	color: var(--bbcd-ink);
}

.bbcd-order-items {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.bbcd-order-item {
	min-width: 0;
	display: grid;
	grid-template-columns: 54px 1fr;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--bbcd-line);
	border-radius: 8px;
	padding: 8px;
	color: var(--bbcd-ink);
	text-decoration: none !important;
	background: #fff;
}

.bbcd-order-item img {
	width: 54px;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 7px;
	background: var(--bbcd-soft);
}

.bbcd-order-item strong {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--bbcd-ink);
	font-size: 12px;
	line-height: 1.28;
}

.bbcd-order-item em {
	display: block;
	margin-top: 3px;
	color: var(--bbcd-muted);
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
}

.bbcd-order-actions {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.bbcd-split {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 20px;
}

.bbcd-product-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.bbcd-product {
	display: grid;
	grid-template-rows: auto 1fr auto auto;
	gap: 8px;
	border: 1px solid var(--bbcd-line);
	border-radius: 8px;
	padding: 10px;
	background: #fff;
	color: var(--bbcd-ink);
	text-decoration: none !important;
}

.bbcd-product-image,
.bbcd-product-image img {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 8px;
	object-fit: cover;
	background: var(--bbcd-soft);
}

.bbcd-product-title {
	min-height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--bbcd-ink);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.28;
	text-decoration: none !important;
}

.bbcd-product span {
	color: var(--bbcd-gold-deep);
	font-size: 12px;
	font-weight: 950;
}

.bbcd-product-actions {
	display: flex;
}

.bbcd-mini-btn {
	width: 100%;
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background: var(--bbcd-ink);
	color: #fff !important;
	font-size: 12px;
	font-weight: 950;
	text-decoration: none !important;
}

.bbcd-wishlist-grid {
	display: grid;
	gap: 10px;
}

.bbcd-wishlist-card {
	display: grid;
	grid-template-columns: 78px 1fr auto;
	align-items: center;
	gap: 12px;
	border: 1px solid var(--bbcd-line);
	border-radius: 8px;
	padding: 10px;
	background: #fff;
}

.bbcd-wishlist-card .bbcd-product-image,
.bbcd-wishlist-card .bbcd-product-image img {
	width: 78px;
	aspect-ratio: 1;
}

.bbcd-wishlist-card .bbcd-product-title {
	min-height: 0;
	margin-bottom: 5px;
	-webkit-line-clamp: 2;
}

.bbcd-wishlist-card small {
	display: block;
	margin-top: 4px;
	color: var(--bbcd-muted);
	font-size: 11px;
	font-weight: 850;
}

.bbcd-wishlist-card button {
	min-height: 34px;
	border: 1px solid var(--bbcd-line);
	border-radius: 7px;
	padding: 0 10px;
	background: #fff;
	color: #8b2d2d;
	font-size: 12px;
	font-weight: 950;
	cursor: pointer;
}

.bbcd-profile-grid,
.bbcd-signals,
.bbcd-shortcuts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.bbcd-profile-grid > div {
	min-height: 74px;
	padding: 14px;
	display: grid;
	align-content: center;
	gap: 4px;
	border: 1px solid var(--bbcd-line);
	border-radius: 8px;
	background: #fff;
}

.bbcd-profile-grid span {
	color: var(--bbcd-muted);
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.bbcd-profile-grid strong {
	color: var(--bbcd-ink);
	font-size: 15px;
}

.bbcd-journey {
	display: grid;
	gap: 12px;
}

.bbcd-journey > div {
	display: grid;
	grid-template-columns: 34px 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border: 1px solid var(--bbcd-line);
	border-radius: 8px;
	background: #fff;
}

.bbcd-journey b {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--bbcd-gold);
	color: var(--bbcd-ink);
}

.bbcd-journey strong {
	display: block;
	color: var(--bbcd-ink);
	font-size: 14px;
}

.bbcd-journey small {
	color: var(--bbcd-gold-deep);
	font-weight: 950;
}

.bbcd-dark {
	background: #2b2118;
	border-color: rgba(255,255,255,.14);
}

.bbcd-dark h2 {
	color: #fff;
}

.bbcd-dark p,
.bbcd-dark span {
	color: #e7d8be;
}

.bbcd-signals > div {
	padding: 14px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 8px;
	background: rgba(255,255,255,.06);
}

.bbcd-signals strong {
	display: block;
	margin-bottom: 5px;
	color: #fff5bd;
}

.bbcd-shortcuts a {
	min-height: 86px;
	display: grid;
	align-content: center;
	gap: 5px;
	border: 1px solid var(--bbcd-line);
	border-radius: 8px;
	padding: 14px;
	background: #fffaf0;
	color: var(--bbcd-ink);
	text-decoration: none !important;
}

.bbcd-shortcuts strong {
	color: var(--bbcd-ink);
	font-size: 15px;
	line-height: 1.2;
}

.bbcd-shortcuts span {
	color: var(--bbcd-muted);
	font-size: 12px;
	font-weight: 800;
}

.bbcd-support {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 16px;
	padding: 20px;
	border-radius: 8px;
	background: var(--bbcd-ink);
	color: #fff;
}

.bbcd-support h2 {
	color: #fff;
}

.bbcd-support p {
	color: #eadfcb;
}

.bbcd-empty {
	padding: 20px;
	border: 1px dashed var(--bbcd-line);
	border-radius: 8px;
	background: var(--bbcd-soft);
}

.bbcd-empty h3 {
	margin: 0 0 7px;
	color: var(--bbcd-ink);
}

.bbcd-empty .bbcd-btn {
	margin-top: 14px;
}

.bbcd-toast {
	position: fixed;
	z-index: 99999;
	right: 18px;
	bottom: 18px;
	max-width: min(340px, calc(100vw - 36px));
	border-radius: 10px;
	padding: 12px 14px;
	background: #17130f;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	box-shadow: 0 16px 42px rgba(23, 19, 15, .25);
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
	transition: opacity .18s ease, transform .18s ease;
}

.bbcd-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1100px) {
	.bbcd-login-experience {
		grid-template-columns: 1fr;
	}

	.bbcd-login-hero {
		min-height: 520px;
	}

	.bbcd-hero,
	.bbcd-split {
		grid-template-columns: 1fr;
	}

	.bbcd-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	.bbcd-login-experience {
		margin: 18px auto 42px;
		padding: 0 14px;
		gap: 14px;
	}

	.bbcd-login-hero,
	.bbcd-login-card {
		border-radius: 16px;
		padding: 18px;
	}

	.bbcd-login-hero {
		min-height: 560px;
		background-position: center;
	}

	.bbcd-login-wall-logo {
		top: 28px;
		left: 28px;
		width: 230px;
		min-height: 78px;
	}

	.bbcd-login-hero-content {
		min-height: 500px;
		padding-top: 100px;
	}

	.bbcd-login-hero h1 {
		font-size: 42px;
	}

	.bbcd-login-status,
	.bbcd-login-perks {
		grid-template-columns: 1fr;
	}

	.bbcd-dashboard {
		gap: 14px;
	}

	.bbcd-hero-main,
	.bbcd-panel {
		padding: 18px;
	}

	.bbcd-stats,
	.bbcd-product-strip,
	.bbcd-profile-grid,
	.bbcd-signals,
	.bbcd-shortcuts,
	.bbcd-order-items,
	.bbcd-status-flow {
		grid-template-columns: 1fr;
	}

	.bbcd-order-card,
	.bbcd-journey > div,
	.bbcd-support {
		grid-template-columns: 1fr;
	}

	.bbcd-order-actions {
		justify-content: stretch;
	}

	.bbcd-order-actions .bbcd-btn {
		flex: 1 1 150px;
	}

	.bbcd-wishlist-card {
		grid-template-columns: 68px 1fr;
	}

	.bbcd-wishlist-card button {
		grid-column: 1 / -1;
	}
}
