.ehc-profile-menu {
	display: inline-block;
	font-family: inherit;
	position: relative;
	z-index: 20;
}

.ehc-cart-button {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(40, 29, 38, 0.14);
	box-shadow: 0 8px 24px rgba(40, 29, 38, 0.1);
	color: #2a1d28;
	display: inline-flex;
	font-family: inherit;
	gap: 8px;
	min-height: 38px;
	padding: 7px 12px;
	position: relative;
	text-decoration: none;
	z-index: 20;
}

.ehc-cart-button-hidden {
	display: none !important;
}

.ehc-cart-button:hover,
.ehc-cart-button:focus {
	background: #f9f2f6;
	color: #2a1d28;
	outline: 2px solid rgba(156, 63, 112, 0.2);
	outline-offset: 2px;
	text-decoration: none;
}

.ehc-cart-icon {
	border: 2px solid currentColor;
	border-top: 0;
	box-sizing: border-box;
	display: inline-block;
	height: 15px;
	position: relative;
	width: 19px;
}

.ehc-cart-icon::before {
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	content: "";
	height: 9px;
	left: 4px;
	position: absolute;
	top: -8px;
	width: 9px;
}

.ehc-cart-label {
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.ehc-cart-badge {
	align-items: center;
	background: #9c3f70;
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	height: 22px;
	justify-content: center;
	line-height: 1;
	min-width: 22px;
	padding: 0 6px;
}

.ehc-profile-toggle {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(40, 29, 38, 0.14);
	box-shadow: 0 8px 24px rgba(40, 29, 38, 0.14);
	color: #2a1d28;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
	min-height: 40px;
	padding: 6px 12px 6px 7px;
	text-decoration: none;
}

.ehc-profile-toggle:hover,
.ehc-profile-toggle:focus {
	background: #f9f2f6;
	color: #2a1d28;
	outline: 2px solid rgba(156, 63, 112, 0.2);
	outline-offset: 2px;
	text-decoration: none;
}

.ehc-profile-menu-guest .ehc-profile-toggle {
	background: #9c3f70;
	border-color: #9c3f70;
	box-shadow: none;
	color: #ffffff;
	min-height: 38px;
	padding: 8px 16px;
}

.ehc-profile-menu-guest .ehc-profile-toggle:hover,
.ehc-profile-menu-guest .ehc-profile-toggle:focus {
	background: #8f315f;
	color: #ffffff;
	outline-color: rgba(156, 63, 112, 0.28);
}

.ehc-profile-avatar {
	align-items: center;
	background: #9c3f70;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

.ehc-profile-label {
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.ehc-profile-dropdown {
	background: #ffffff;
	border: 1px solid rgba(40, 29, 38, 0.12);
	box-shadow: 0 12px 32px rgba(40, 29, 38, 0.18);
	display: none;
	min-width: 196px;
	padding: 7px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
}

.ehc-profile-menu.is-open .ehc-profile-dropdown,
.ehc-profile-menu:hover .ehc-profile-dropdown,
.ehc-profile-menu:focus-within .ehc-profile-dropdown {
	display: block;
}

.ehc-profile-menu.is-open::after,
.ehc-profile-menu:hover::after,
.ehc-profile-menu:focus-within::after {
	display: block;
}

.ehc-profile-dropdown a,
.ehc-profile-empty {
	color: #2a1d28;
	display: block;
	font-size: 14px;
	line-height: 1.3;
	padding: 10px 12px;
	text-decoration: none;
}

.ehc-profile-dropdown a:hover,
.ehc-profile-dropdown a:focus {
	background: #f9f2f6;
	color: #8f315f;
	text-decoration: none;
}

.ehc-profile-empty {
	color: #7d7079;
}

body .site-header,
body .nav {
	display: block !important;
}

body .mobile-site-header {
	display: none !important;
}

body .main-navigation ul {
	text-transform: none;
}

body .main-navigation ul li a {
	white-space: nowrap;
}

body #site-navigation {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-content: center;
}

body #site-navigation > div {
	width: auto;
}

@media (max-width: 1024px) {
	body .site-header,
	body .nav {
		display: none !important;
	}

	body .mobile-site-header {
		background: #ffffff;
		border-bottom: 1px solid #f4f2f3;
		display: block !important;
		padding: 14px 0;
	}

	body .mobile-site-header .container {
		align-items: center;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		min-height: 44px;
		position: relative;
	}

	body .mobile-site-header .text-logo {
		padding: 0 54px;
		text-align: center;
	}

	body .mobile-site-header .site-title {
		font-size: 32px;
		line-height: 1.1;
		margin: 0;
	}

	body .mobile-site-header .btn-menu-opener {
		background: transparent;
		border: 0;
		box-shadow: none;
		display: inline-flex;
		flex-direction: column;
		gap: 5px;
		height: 42px;
		justify-content: center;
		margin: 0;
		padding: 8px;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		width: 42px;
	}

	body .mobile-site-header .btn-menu-opener span {
		background: #2a1d28;
		display: block;
		height: 2px;
		width: 24px;
	}

	body .mobile-main-navigation .mobile-menu-title ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	body .mobile-main-navigation .mobile-menu-title a {
		color: #2a1d28;
		display: block;
		font-size: 18px;
		font-weight: 700;
		padding: 14px 20px;
		text-decoration: none;
	}

	body .mobile-main-navigation .mobile-menu-title a:hover,
	body .mobile-main-navigation .mobile-menu-title a:focus {
		background: #f9f2f6;
		color: #8f315f;
		text-decoration: none;
	}

	body .mobile-menu-title .ehc-profile-menu {
		border-top: 1px solid #ededed;
		display: block;
		margin-top: 8px;
		position: relative;
		width: 100%;
	}

	body .mobile-menu-title .ehc-cart-button {
		box-shadow: none;
		box-sizing: border-box;
		justify-content: flex-start;
		margin-top: 8px;
		min-height: 52px;
		padding: 14px 20px;
		width: 100%;
	}

	body .mobile-menu-title .ehc-profile-toggle {
		box-shadow: none;
		justify-content: flex-start;
		min-height: 52px;
		width: 100%;
	}

	body .mobile-menu-title .ehc-profile-dropdown {
		box-shadow: none;
		position: static;
		width: 100%;
	}
}

.page .text-holder:has(.ehc-library-page),
.page .text-holder:has(.ehc-material-preview-grid),
.woocommerce-account .text-holder,
.woocommerce-cart .text-holder,
.woocommerce-checkout .text-holder {
	box-sizing: border-box;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.woocommerce-account .woocommerce::after {
	clear: both;
	content: "";
	display: block;
}

.woocommerce-account .woocommerce {
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	box-sizing: border-box;
	float: none !important;
	width: auto !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	align-items: center;
	background: #fbf8fa;
	border: 1px solid rgba(40, 29, 38, 0.1);
	color: #2a1d28;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	min-height: 44px;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	word-break: normal;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: #9c3f70;
	border-color: #9c3f70;
	color: #ffffff;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content > *:first-child,
.ehc-library-page > *:first-child {
	margin-top: 0;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	aspect-ratio: 60 / 47;
	display: block;
	height: 235px;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	width: 300px;
	max-width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
	display: block;
}

.ehc-home-audio-feature {
	align-items: center;
	background: #fbf8fa;
	border: 1px solid rgba(40, 29, 38, 0.1);
	box-sizing: border-box;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
	margin: 34px 0;
	padding: 28px;
}

.ehc-home-audio-feature__image {
	display: block;
	overflow: hidden;
}

.ehc-home-audio-feature__image img {
	aspect-ratio: 60 / 47;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ehc-home-audio-feature__content h2 {
	color: #2a1d28;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.ehc-home-audio-feature__content p {
	color: #4d434a;
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 18px;
}

.ehc-home-audio-feature__button {
	background: #9c3f70;
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	padding: 12px 18px;
	text-decoration: none;
}

.ehc-home-audio-feature__button:hover,
.ehc-home-audio-feature__button:focus {
	background: #7f2e57;
	color: #ffffff;
	text-decoration: none;
}

.ehc-home-audio-card .img-holder img {
	aspect-ratio: 60 / 47;
	display: block;
	object-fit: cover;
	width: 100%;
}

.ehc-home-audio-card .entry-content p {
	margin-bottom: 24px;
}

.ehc-home-audio-card .btn-readmore {
	background: #e676ad;
	color: #ffffff;
}

.ehc-home-audio-card .btn-readmore:hover,
.ehc-home-audio-card .btn-readmore:focus {
	background: #9c3f70;
	color: #ffffff;
	text-decoration: none;
}

.ehc-library-page h2 {
	margin-bottom: 18px;
}

.ehc-material-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
	margin: 20px 0;
}

.ehc-material-card {
	background: #ffffff;
	border: 1px solid rgba(40, 29, 38, 0.12);
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}

.ehc-material-cover {
	align-items: center;
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(135deg, rgba(156, 63, 112, 0.95), rgba(55, 90, 104, 0.95)),
		#9c3f70;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	display: flex;
	font-size: 22px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 170px;
	padding: 22px;
	text-align: center;
}

.ehc-material-body {
	padding: 18px;
}

.ehc-material-body h3 {
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 8px;
	overflow-wrap: anywhere;
}

.ehc-material-body p {
	margin: 0 0 12px;
}

.ehc-material-price {
	color: #8f315f;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}

.ehc-material-meta,
.ehc-material-note,
.ehc-locked-label {
	color: #74666f;
	display: block;
	font-size: 13px;
	margin-top: 10px;
}

.ehc-locked-label {
	background: #f5edf2;
	color: #7f2e57;
	font-weight: 700;
	padding: 8px 10px;
	text-align: center;
}

.ehc-audio-player {
	display: block;
	margin-top: 14px;
	width: 100%;
}

.ehc-track-list {
	counter-reset: ehc-track;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.ehc-track-list li {
	border-top: 1px solid rgba(40, 29, 38, 0.12);
	display: grid;
	gap: 3px;
	padding: 12px 0 10px 38px;
	position: relative;
}

.ehc-track-list li::before {
	align-items: center;
	background: #f5edf2;
	color: #7f2e57;
	content: counter(ehc-track);
	counter-increment: ehc-track;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	height: 26px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 12px;
	width: 26px;
}

.ehc-track-toggle {
	background: transparent;
	border: 0;
	color: #2a1d28;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 0;
	text-align: left;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.ehc-track-toggle:hover,
.ehc-track-toggle:focus {
	color: #8f315f;
	outline: 0;
	text-decoration: underline;
}

.ehc-track-list span {
	color: #74666f;
	font-size: 13px;
	overflow-wrap: anywhere;
}

.ehc-track-panel {
	background: #fbf8fa;
	border-left: 3px solid #9c3f70;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 12px;
}

.ehc-track-panel[hidden] {
	display: none;
}

.ehc-track-panel p {
	margin-bottom: 10px;
}

.ehc-track-page {
	background: #ffffff;
	border: 1px solid rgba(40, 29, 38, 0.12);
	margin-top: 18px;
	padding: 22px;
}

.ehc-track-page h3,
.ehc-track-page h4 {
	margin: 0 0 10px;
}

.ehc-rule-form {
	background: #ffffff;
	border: 1px solid #dcdcde;
	margin: 18px 0 28px;
	padding: 18px;
}

.ehc-rule-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ehc-rule-grid label {
	display: grid;
	font-weight: 600;
	gap: 6px;
}

.ehc-product-material-list {
	border: 1px solid #dcdcde;
	max-height: 220px;
	overflow: auto;
	padding: 8px;
}

.ehc-product-material-option {
	display: block;
	line-height: 1.35;
	margin: 0 0 8px;
}

.ehc-product-material-option:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	body .site {
		overflow-x: hidden;
	}

	body .container {
		box-sizing: border-box;
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
	}

	body #primary,
	body #secondary {
		border-right: 0 !important;
		box-sizing: border-box;
		float: none !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	.page .text-holder,
	.single-post .post .text-holder {
		box-sizing: border-box;
		padding: 24px 18px !important;
	}

	.page-template-default .entry-title,
	.page .entry-title,
	.single-post .post .entry-title {
		font-size: 28px;
		line-height: 1.2;
	}

	.woocommerce table.shop_table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last {
		float: none;
		width: 100%;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}

	.woocommerce ul.products li.product a img,
	.woocommerce-page ul.products li.product a img {
		height: min(235px, calc((100vw - 32px) * 0.783333));
		width: min(300px, 100%);
	}

	.ehc-home-audio-feature {
		gap: 18px;
		grid-template-columns: 1fr;
		margin: 24px 0;
		padding: 18px;
	}

	.ehc-home-audio-feature__content h2 {
		font-size: 24px;
	}

	.ehc-home-audio-feature__content p {
		font-size: 16px;
	}

	.ehc-profile-label {
		display: none;
	}

	.ehc-profile-menu-guest .ehc-profile-label {
		display: inline;
	}

	.ehc-profile-toggle {
		min-height: 38px;
		padding: 5px;
	}

	.page .text-holder:has(.ehc-library-page),
	.page .text-holder:has(.ehc-material-preview-grid),
	.woocommerce-account .text-holder,
	.woocommerce-cart .text-holder,
	.woocommerce-checkout .text-holder {
		padding-left: 16px;
		padding-right: 16px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ehc-library-page h2 {
		font-size: 26px;
		line-height: 1.15;
		margin-bottom: 14px;
	}

	.ehc-material-grid {
		gap: 16px;
		margin-top: 16px;
	}

	.ehc-material-cover {
		min-height: 0;
		padding: 18px;
	}

	.ehc-material-body {
		padding: 16px;
	}

	.ehc-track-list li {
		padding-left: 34px;
	}

	.ehc-track-panel {
		margin-left: -34px;
	}
}

@media (max-width: 520px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	.ehc-profile-menu {
		position: relative;
	}

	.ehc-profile-dropdown {
		max-width: calc(100vw - 16px);
		min-width: 180px;
	}

	.ehc-library-page h2 {
		font-size: 24px;
	}

	.ehc-material-body h3 {
		font-size: 18px;
	}

	.ehc-track-list li {
		padding-bottom: 12px;
	}

.ehc-audio-player {
	min-width: 0;
}
}

.ehc-admin-status-ok {
	color: #1f7a3f;
	font-weight: 700;
}
