/* Membership gating — sneak cards, locked slots, teaser, ribbon */

.cosm-dg-card--locked {
	position: relative;
	min-height: 220px;
	overflow: hidden;
}

.cosm-dg-card-locked-shell {
	position: absolute;
	inset: 0;
	background: linear-gradient(145deg, var(--cosmetics-dossier-block-bg, #f7f5f3) 0%, var(--cosmetics-dossier-border, #e2ddda) 100%);
	opacity: 0.95;
}

.cosm-dg-card-locked-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	min-height: 220px;
	padding: 1.25rem;
	text-align: center;
}

.cosm-dg-card-locked-icon {
	font-size: 1.5rem;
	line-height: 1;
}

.cosm-dg-card-locked-title {
	font-weight: 600;
	color: var(--cosmetics-dossier-secondary, #4a413a);
}

.cosm-dg-card--sneak .cosm-mg-trust-on-image,
.cosm-dg-card--sneak .cosm-mg-trust-on-image * {
	pointer-events: none;
}

.cosm-dg-card--sneak .cosm-mg-trust-on-image {
	position: absolute;
	inset: 0;
}

.cosm-mg-trust--card {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0.5rem;
}

.cosm-mg-trust--card .cosm-mg-trust__certs {
	display: flex;
	gap: 0.25rem;
}

.cosm-mg-trust--card .cosm-mg-trust__rating {
	align-self: flex-end;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	padding: 0.15rem 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
}

.cosm-mg-trust--card .cosm-mg-trust__labels,
.cosm-mg-trust--card .cosm-mg-trust__endorse {
	display: none;
}

.cosm-dg-card--sneak .cosm-dg-card-body .cosm-mg-trust--teaser-inline {
	margin-top: 0.35rem;
}

.cosm-mg-trust--teaser {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	align-items: center;
	margin-top: 0.75rem;
}

.cosm-mg-trust__cert img {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.cosm-mg-trust__label {
	display: inline-block;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	font-size: 0.75rem;
	background: var(--cosmetics-dossier-label-pill-bg, #e8f4ea);
}

.cosm-mg-sneak-endorse {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.35rem;
	font-size: 0.8125rem;
	line-height: 1.35;
	color: var(--cosmetics-dossier-secondary, #4a413a);
}

.cosm-mg-trust__endorse {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.875rem;
}

.cosm-mg-trust__endorse-avatar {
	border-radius: 50%;
	object-fit: cover;
}

.cosm-dg-card-footer .cosm-sl-add-btn--locked.cosm-sl-add-btn--grid:disabled {
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;
}

.cosm-dg-card-footer .cosm-sl-add-btn--locked.cosm-sl-add-btn--grid:disabled:hover,
.cosm-dg-card-footer .cosm-sl-add-btn--locked.cosm-sl-add-btn--grid:disabled:focus-visible {
	background: #fff;
	border-color: #e2ddda;
}

.cosm-mg-ribbon {
	margin-bottom: 1rem;
	padding: 0.75rem 1rem;
	border: 1px solid var(--cosmetics-dossier-border, #e2ddda);
	border-radius: 8px;
	background: var(--cosmetics-dossier-block-bg, #f7f5f3);
}

.cosm-mg-ribbon[hidden] {
	display: none !important;
}

.cosm-mg-ribbon__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
}

.cosm-mg-ribbon__primary {
	margin: 0;
	font-weight: 600;
	flex: 1 1 12rem;
}

.cosm-mg-ribbon__secondary {
	margin: 0;
	font-size: 0.875rem;
	color: var(--cosmetics-dossier-secondary, #4a413a);
	flex: 1 1 100%;
}

.cosm-mg-ribbon__dismiss {
	margin-left: auto;
	border: 0;
	background: transparent;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.25rem;
}

.cosm-mg-teaser-hero {
	display: grid;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.cosm-mg-teaser-hero {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
		align-items: start;
	}
}

.cosm-mg-teaser-hero__img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.cosm-mg-teaser-hero__brand {
	margin: 0 0 0.25rem;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--cosmetics-dossier-secondary, #4a413a);
}

.cosm-mg-teaser-hero__title {
	margin: 0 0 0.5rem;
}

.cosm-mg-unlock-panel {
	padding: 1.5rem;
	border: 1px solid var(--cosmetics-dossier-border, #e2ddda);
	border-radius: 8px;
	background: var(--cosmetics-dossier-block-bg, #f7f5f3);
}

.cosm-mg-unlock-panel__heading {
	margin: 0 0 1rem;
}

.cosm-mg-unlock-panel__list {
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
}

.cosm-mg-unlock-panel__item {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.cosm-mg-icon {
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	flex-shrink: 0;
	opacity: 0.85;
}

.cosm-mg-icon--flask::before { content: "⚗"; }
.cosm-mg-icon--bag::before { content: "🛍"; }
.cosm-mg-icon--reviews::before { content: "💬"; }
.cosm-mg-icon--quote::before { content: "❝"; }
.cosm-mg-icon--list::before { content: "☰"; }
.cosm-mg-icon--fit::before { content: "♥"; }
.cosm-mg-icon--badge::before { content: "✓"; }

.cosm-mg-unlock-panel__cta-wrap {
	margin: 0;
}

.cosm-mg-unlock-panel__cta-wrap .cosm-dg-card-view {
	display: inline-flex;
}

.cosm-mg-ribbon__link.cosm-dg-card-view {
	flex-shrink: 0;
	white-space: nowrap;
}
