/* Salon D'Art Memberships: card overlay, info hover, dedicated page. */

.sdm-memberships__compare {
	text-align: center;
	margin: 0 0 20px;
}

.sdm-memberships__compare a {
	color: #8c044e;
	font-size: 16px;
}

.sdm-card {
	position: relative;
}

.sdm-card .subs-description {
	font-weight: 300;
	font-size: 18px;
	margin: 0;
}

.sdm-card .price {
	margin-top: 16px;
}

.rdk-section-subscribe__wrapper--card.sdm-card .modal-perks {
	position: absolute;
	inset: 0;
	display: none;
	transform: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	overflow-y: auto;
	background: #fff;
	box-shadow: none;
}

.rdk-section-subscribe__wrapper--card.sdm-card .modal-perks[hidden] {
	display: none;
}

.rdk-section-subscribe__wrapper--card.sdm-card.is-perks-open .modal-perks,
.rdk-section-subscribe__wrapper--card.sdm-card.is-perks-open .modal-perks[hidden] {
	display: block;
}

.sdm-card .sdm-close-perks {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	cursor: pointer;
	background: none;
	border: 0;
	padding: 0;
}

.sdm-card .sdm-close-perks img {
	display: block;
	width: 16px;
}

.sdm-info {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 8px;
	margin: 0 auto;
	max-width: 280px;
}

.sdm-info__trigger {
	flex: 0 0 auto;
	margin-top: 2px;
	padding: 0;
	border: 0;
	background: none;
	color: #313131;
	cursor: pointer;
	line-height: 0;
}

.sdm-info__icon {
	display: block;
}

.sdm-info__panel {
	position: absolute;
	left: 50%;
	top: calc(100% + 8px);
	transform: translateX(-50%);
	z-index: 6;
	width: min(280px, calc(100% + 40px));
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #e0bace;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	text-align: left;
}

.sdm-info__panel p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
	.sdm-info:hover .sdm-info__panel[hidden],
	.sdm-info:focus-within .sdm-info__panel[hidden] {
		display: block !important;
	}
}

.sdm-info.is-open .sdm-info__panel[hidden] {
	display: block !important;
}

.sdm-memberships-page__intro {
	max-width: 760px;
	margin: 40px auto 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}

.sdm-memberships-page__details {
	max-width: 860px;
	margin: 0 auto;
	padding: 20px 30px 60px;
}

.sdm-detail {
	background: #fff;
	border-bottom: 10px solid #e0bace;
	padding: 36px 32px;
	margin: 0 0 28px;
}

.sdm-detail img {
	display: block;
	margin: 0 auto 12px;
}

.sdm-detail h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	margin: 0 0 10px;
}

.sdm-detail h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 24px 0 12px;
}

.sdm-detail__sentence {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 12px;
}

.sdm-detail__price {
	text-align: center;
	margin: 0 0 20px;
}

.sdm-detail__price strong {
	font-size: 36px;
	margin-right: 8px;
}

.sdm-detail__copy p {
	font-weight: 300;
	line-height: 1.55;
	margin: 0;
}

.sdm-detail ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.sdm-detail li {
	padding: 10px 15px;
	border-top: 0.5px solid #666;
	border-left: 0.5px solid #666;
	border-right: 0.5px solid #666;
}

.sdm-detail li:last-child {
	border: 0.5px solid #666;
}

.sdm-detail .button-subscribe {
	display: block;
	background-color: #8c044e;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px 16px;
}
