/* Posh advocate customer banner */
.posh-ab,
.posh-ab-logo-bar,
.posh-ab-drawer {
	font-family: Poppins, sans-serif;
}

.posh-ab {
	position: sticky;
	top: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	padding: 0;
	background: #fdf2f8;
	border-bottom: 1px solid rgba(224, 69, 123, 0.22);
	box-sizing: border-box;
	/* Two-row layout: identity + promo strip — grow with content, don't clip descenders. */
	height: auto;
	min-height: 0;
	max-height: none;
	overflow: visible;
	overflow-x: clip;
}

.posh-ab__identity {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px;
	box-sizing: border-box;
}

.posh-ab__promo {
	width: 100%;
	display: block;
	height: auto;
	min-height: 0;
	max-height: none;
	overflow: hidden;
}

/* Logo bar below advocate banner (not sticky) */
.posh-ab-logo-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px 16px;
	background: #fff;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
}

.posh-ab-logo-bar__link {
	display: block;
	line-height: 0;
}

.posh-ab-logo-bar__img {
	display: block;
	height: auto;
	width: auto;
	max-height: 96px;
	max-width: min(100%, 480px);
	object-fit: contain;
}

/* Elementor mini-cart drawer: closed by default even if frontend JS is delayed */
.elementor-menu-cart__container[aria-hidden="true"] {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.elementor-menu-cart__main[aria-hidden="true"] {
	visibility: hidden !important;
	pointer-events: none !important;
}

.elementor-menu-cart__wrapper.elementor-menu-cart--shown .elementor-menu-cart__container[aria-hidden="true"],
.elementor-menu-cart__container.elementor-menu-cart--shown {
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

/* About stub content */
.posh-ab-about-stub {
	max-width: 640px;
	margin: 3rem auto;
	padding: 0 1.5rem;
	font-family: Poppins, sans-serif;
}

.posh-ab-about-stub__title {
	color: #375275;
	font-size: 1.75rem;
	font-weight: 500;
	margin: 0 0 1rem;
}

.posh-ab-about-stub__lead {
	color: #555;
	font-size: 1.05rem;
	line-height: 1.6;
	margin: 0;
}

.posh-ab-about-stub__actions {
	margin-top: 2rem;
}

.posh-ab-about-stub__cta {
	display: inline-block;
	background: #e0457b;
	color: #fff;
	padding: 0.75rem 1.5rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 500;
}

.posh-ab__photo {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	background: #e0457b;
	text-decoration: none;
}

.posh-ab__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.posh-ab__photo .posh-ab__lotus {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.posh-ab__text {
	flex: 1 1 auto;
	min-width: 0;
}

.posh-ab__label {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #993556;
	line-height: 1.2;
}

.posh-ab__name {
	font-size: 18px;
	font-weight: 500;
	color: #375275;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.posh-ab__cart {
	position: relative;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #375275;
	text-decoration: none;
}

.posh-ab__cart-icon {
	display: block;
}

.posh-ab__cart .elementor-button-icon-qty {
	position: absolute;
	top: -2px;
	right: -4px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	font-size: 11px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
	border-radius: 999px;
	background-color: #e0457b;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.posh-ab__cart .elementor-button-icon-qty.posh-ab__cart-badge--visible {
	opacity: 1;
	visibility: visible;
}

/* Shared hamburger / drawer-close icon button (force circle over theme/Elementor button styles) */
.posh-ab button.posh-ab-icon-btn,
.posh-ab-drawer button.posh-ab-icon-btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	max-width: 44px !important;
	max-height: 44px !important;
	padding: 0 !important;
	margin: 0;
	border: 2px solid #e0457b !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: #e0457b;
	line-height: 0;
	overflow: hidden;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.posh-ab-drawer button.posh-ab-icon-btn svg {
	display: block;
	flex-shrink: 0;
}

/* Hamburger uses posh-menu.png (circle + bars baked in) */
.posh-ab button.posh-ab-icon-btn--menu {
	border: none !important;
	background: transparent !important;
}

.posh-ab__menu-icon {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
}

/* Drawer */
.posh-ab-drawer {
	position: fixed;
	inset: 0;
	z-index: 200;
}

.posh-ab-drawer[hidden] {
	display: none !important;
}

.posh-ab-drawer.is-open {
	display: block;
}

.posh-ab-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
}

.posh-ab-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(320px, 88vw);
	height: 100%;
	background: #fff;
	box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
	padding: 1.5rem 1.25rem 2rem;
	box-sizing: border-box;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform 0.25s ease;
}

.posh-ab-drawer.is-open .posh-ab-drawer__panel {
	transform: translateX(0);
}

.posh-ab-drawer__close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 1;
}

.posh-ab-drawer__close svg {
	width: 26px;
	height: 26px;
}

.posh-ab-drawer__menu {
	list-style: none;
	margin: 2.5rem 0 0;
	padding: 0;
}

.posh-ab-drawer__menu li {
	margin: 0;
	border-bottom: 1px solid rgba(55, 82, 117, 0.12);
}

.posh-ab-drawer__menu a {
	display: block;
	padding: 1rem 0.25rem;
	font-size: 1.05rem;
	font-weight: 500;
	color: #375275;
	text-decoration: none;
}

.posh-ab-drawer__menu a:hover,
.posh-ab-drawer__menu a:focus {
	color: #e0457b;
}

.posh-ab-drawer__footer {
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid rgba(55, 82, 117, 0.12);
}

.posh-ab-drawer__account {
	display: block;
	padding: 1rem 0.25rem;
	font-size: 1.05rem;
	font-weight: 500;
	color: #375275;
	text-decoration: none;
}

.posh-ab-drawer__account:hover,
.posh-ab-drawer__account:focus {
	color: #e0457b;
}

@media (max-width: 781px) {
	.posh-ab__identity {
		gap: 10px;
		padding: 10px 16px;
	}

	.posh-ab__photo {
		width: 44px;
		height: 44px;
	}

	.posh-ab__photo .posh-ab__lotus {
		width: 26px;
		height: 26px;
	}

	.posh-ab__label {
		font-size: 10px;
	}

	.posh-ab__name {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.posh-ab__identity {
		gap: 16px;
		padding: 22px 32px;
	}

	.posh-ab__photo {
		width: 64px;
		height: 64px;
	}

	.posh-ab__photo .posh-ab__lotus {
		width: 38px;
		height: 38px;
	}

	.posh-ab__label {
		font-size: 12px;
	}

	.posh-ab__name {
		font-size: 20px;
	}

	.posh-ab-logo-bar {
		padding: 20px 32px;
	}

	.posh-ab-logo-bar__img {
		max-height: 108px;
		max-width: min(100%, 600px);
	}
}
