.item-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 0 30px;
}

.item-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.demo-note {
	margin: 0 0 30px;
	padding: 16px 18px;
	border: 1px dashed #00d7b3;
	background: #f5f5f5;
}

.demo-note p {
	margin: 0;
	color: #2b373a;
}

.deliverable-list li {
	margin-bottom: 18px;
}

.deliverable-list .text-header {
	margin-bottom: 4px;
}

.post-content .post-paragraph:first-child {
	margin-top: 0;
}

.content.left .post {
	overflow: hidden;
}

.item-gallery {
	max-width: 836px;
	margin: 0 0 8px;
}

.item-gallery-stage {
	position: relative;
	width: 100%;
	height: 484px;
	max-width: 836px;
	background: #eef1f2;
	border: 1px solid #ebebeb;
	overflow: hidden;
}

.item-gallery-frame {
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 0;
	cursor: zoom-in;
}

.item-gallery-frame img,
.content.left .post .item-gallery-frame img {
	position: static;
	inset: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.item-gallery.is-plan .item-gallery-frame img,
.content.left .post .item-gallery.is-plan .item-gallery-frame img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
}

.item-gallery-zoom {
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(43, 55, 58, 0.86);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}

.item-gallery-zoom:hover {
	background: #00d7b3;
}

.item-gallery-zoom .icon-magnifier {
	font-size: 16px;
	line-height: 1;
}

.item-gallery-video {
	position: absolute;
	inset: 0;
	background: #000;
}

.item-gallery-video iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.item-gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0 0;
}

.item-gallery-thumbs .image-slide {
	position: relative;
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
	padding: 0;
	border: 2px solid #ebebeb;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}

.item-gallery-thumbs .image-slide.selected {
	border-color: #00d7b3;
}

.item-gallery-thumbs .image-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.item-gallery-play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.62);
	pointer-events: none;
}

.item-gallery-play::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 11px;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 935px) {
	.item-gallery-stage {
		height: 240px;
	}
}

.item-copy {
	color: #2b373a;
}

.item-copy p {
	color: #4a5558;
	font-size: 0.95em;
	line-height: 1.75;
	font-weight: 400;
	margin: 0 0 16px;
}

.item-copy ul,
.item-copy ol {
	margin: 0 0 18px;
	padding: 0 0 0 22px;
	list-style: disc;
}

.item-copy ol {
	list-style: decimal;
}

.item-copy li {
	color: #4a5558;
	font-size: 0.95em;
	line-height: 1.7;
	font-weight: 400;
	margin: 0 0 8px;
}

.item-copy strong,
.item-copy b {
	color: #2b373a;
	font-weight: 700;
}

.item-copy a {
	color: #00d7b3;
	font-weight: 700;
}

.item-copy a:hover {
	color: #06b99b;
}

.content.left .post-content {
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.content.left .post-content img,
.content.left .post-content video {
	max-width: 100% !important;
	height: auto !important;
	width: auto;
	display: block;
	margin: 16px auto;
}

.content.left .post-content .item-video iframe {
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	display: block;
}

.content.left .post-content h2,
.content.left .post-content h3,
.content.left .post-content h4 {
	color: #2b373a;
	text-align: left;
	margin: 24px 0 14px;
	line-height: 1.3;
}

.content.left .post-content p {
	margin-bottom: 16px;
}

.content.left .accordion.item-faq {
	margin-bottom: 26px;
}

.accordion.item-faq {
	width: 100%;
	max-width: 806px;
	box-sizing: border-box;
}

.accordion.item-faq .accordion-item-header {
	height: auto;
	min-height: 50px;
	line-height: 1.35;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	padding: 14px 44px 14px 16px;
}

.accordion.item-faq .accordion-item-content {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	box-sizing: border-box;
}

.accordion.item-faq .accordion-item.selected > .accordion-item-content {
	display: block;
}

.accordion.item-faq .accordion-item-content p {
	margin-bottom: 0;
	line-height: 1.7;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

@media screen and (max-width: 860px) {
	.accordion.item-faq,
	.page-faq.accordion.item-faq,
	.section.item-page .item-faq {
		width: 100% !important;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.legacy-html {
	overflow: hidden;
	overflow-x: hidden;
	max-width: 100%;
}

.legacy-html img,
.legacy-html video,
.legacy-html table,
.legacy-html section,
.legacy-html article,
.legacy-html figure,
.legacy-html iframe,
.legacy-html div {
	max-width: 100% !important;
}

.legacy-html img,
.content.left .post-content .legacy-html img {
	width: auto !important;
	max-width: min(100%, 520px) !important;
	max-height: 280px !important;
	height: auto !important;
	display: block;
	margin: 14px auto;
	object-fit: contain !important;
	background: #eef1f2;
}

.legacy-html p,
.legacy-html h2,
.legacy-html h3,
.legacy-html h4 {
	text-align: left !important;
}

.legacy-html .elementor-section,
.legacy-html .elementor-container,
.legacy-html .elementor-widget-wrap,
.legacy-html .elementor-element,
.legacy-html .e-con,
.legacy-html .e-con-inner {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
}

@media (max-width: 900px) {
	.legacy-html .gpro-grid {
		grid-template-columns: 1fr !important;
	}
}

.legacy-html .gpro-video {
	position: relative;
	max-width: 100%;
}

.legacy-html .gpro-video .item-video {
	position: absolute;
	inset: 0;
	height: auto;
	padding-bottom: 0;
	margin: 0;
}

.legacy-html table {
	display: block;
	overflow-x: auto;
}

.legacy-html details,
.legacy-html details.legacy-acc {
	border: 1px solid #ebebeb;
	background: #fff;
	margin: 0 0 10px;
}

.legacy-html summary {
	cursor: pointer;
	padding: 14px 16px;
	font-weight: 700;
	color: #2b373a;
	list-style: none;
}

.legacy-html summary::-webkit-details-marker {
	display: none;
}

.legacy-html details > div,
.legacy-html details > p {
	padding: 0 16px 14px;
}

#logout-form {
	display: none !important;
}

.dashboard-header .stats-meta .pie-chart {
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.dashboard-header .stats-meta h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dashboard-body input[type="url"],
.dashboard-body input[type="tel"] {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #ebebeb;
	line-height: 40px;
	border-radius: 4px;
	display: block;
	background: #fff;
}

.dashboard-body input[type="file"]:not(.upload-input):not(.profile-photo-file) {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #ebebeb;
	line-height: 40px;
	border-radius: 4px;
	display: block;
	background: #fff;
}

.upload-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.profile-photo-file {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.upload-file,
.profile-image {
	position: relative;
	overflow: visible;
}

label.button {
	cursor: pointer;
}

.listing-fee-note {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 600;
	color: #888;
}

.listing-fee-note a {
	color: #00d7b3;
}

.db-close-button img[alt="back-icon"],
.db-options-button img[alt="db-list-right"],
.db-options-button img[alt="close-icon"],
.db-side-menu-handler img[alt="db-list-left"] {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: auto;
	margin: 0;
	transform: translate(-50%, -50%);
}

.inbox-messages .inbox-message {
	overflow: hidden;
	padding-left: 28px;
	padding-right: 18px;
}

.inbox-messages .inbox-message-author {
	padding-left: 72px;
}

.inbox-messages .inbox-message-author .user-avatar {
	left: 0;
}

.content.left .post .post-image-slides {
	width: 100%;
	max-width: 836px;
	margin: 16px 0 0;
}

.content.left .post .image-slides-wrap.full {
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
}

.content.left .post .plw-gallery {
	position: static;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.content.left .post .plw-gallery .image-slide {
	position: relative;
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
	overflow: hidden;
}

.content.left .post .plw-gallery .image-slide.selected .overlay {
	opacity: 1;
	visibility: visible;
}

.content.left .post .item-video {
	margin: 20px 0 0;
	max-width: 836px;
}

.menu-bar,
.main-menu-wrap {
	overflow: visible;
	position: relative;
	z-index: 400;
}

.main-menu {
	overflow: visible;
	position: relative;
	z-index: auto;
}

.menu-bar {
	display: block;
	position: relative;
}

.menu-bar nav {
	display: block;
	padding-right: 280px;
	min-width: 0;
}

.menu-bar .main-menu {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 71px;
	min-height: 71px;
	overflow: visible;
}

.menu-bar .main-menu .menu-item {
	float: none;
	height: 71px;
	position: relative;
}

.menu-bar .main-menu .menu-item:last-child {
	border-right: none;
}

.menu-bar .main-menu .menu-item > a {
	display: block;
	height: 71px;
	line-height: 71px;
	padding: 0 16px;
	white-space: nowrap;
	box-sizing: border-box;
}

.menu-bar .main-menu .menu-item.sub > a {
	padding-right: 36px;
	position: relative;
}

.menu-bar .main-menu .menu-item .svg-arrow {
	position: absolute;
	top: 50%;
	right: 14px;
	left: auto;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	transform: rotate(90deg);
	pointer-events: none;
}

.menu-bar .search-form {
	position: absolute !important;
	top: 14px !important;
	right: 0 !important;
	left: auto !important;
	float: none !important;
	flex: none !important;
	width: 260px !important;
	max-width: none !important;
	margin: 0 !important;
	z-index: 5;
	pointer-events: auto;
}

.search-form .search-form-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 40px;
	padding: 0;
	border: 0;
	background: url('../images/search-icon.png') center no-repeat;
	background-color: transparent;
	cursor: pointer;
	z-index: 6;
}

.main-menu .menu-item.sub {
	position: relative;
	z-index: 20;
}

.main-menu .menu-item.sub > .content-dropdown,
.main-menu .menu-item:hover.sub > .content-dropdown {
	top: 71px;
	left: 0;
	right: auto;
	width: 240px;
	min-width: 240px;
	max-width: 280px;
	max-height: 70vh;
	padding: 18px 20px 22px;
	overflow: auto;
	box-sizing: border-box;
}

.main-menu .menu-item.sub > .content-dropdown .feature-list-block {
	float: none;
	width: 100%;
	margin: 0;
}

.main-menu .menu-item.sub > .content-dropdown .feature-list {
	float: none;
	width: 100%;
	margin: 0;
}

@media screen and (max-width: 1260px) {
	.menu-bar .main-menu {
		display: none;
	}

	.menu-bar nav {
		padding-right: 0;
	}

	.menu-bar .search-form {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		width: 90% !important;
		margin: 14px auto !important;
	}
}

header .user-quickview {
	z-index: 30;
	overflow: visible;
}

header .user-quickview .user-quickview-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 54px;
	z-index: 2;
}

header .user-quickview .svg-arrow {
	pointer-events: none;
}

header .user-quickview .user-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 16px;
}

header .user-quickview:hover > .dropdown,
header .user-quickview .dropdown.open {
	opacity: 1;
	visibility: visible;
	top: 69px;
	left: auto;
	right: 0;
	pointer-events: auto;
}

header .user-quickview .dropdown .dropdown-triangle {
	right: 18px;
	left: auto;
}

.current-cover {
	margin: 0 0 14px;
}

.edit-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 16px;
}

.edit-gallery-item {
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #ebebeb;
}

.edit-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.edit-gallery-item .button.square {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 22px;
	height: 22px;
	line-height: 20px;
	padding: 0;
	font-size: 16px;
}

form[id^="delete-image-"] {
	display: none;
}

.manage-item-actions form {
	display: inline-block;
	margin: 0 6px 0 0;
	float: none;
	vertical-align: top;
}

.dashboard-content .purchase-item-download.manage-item-actions .button {
	float: none;
	display: inline-block;
	width: auto;
	min-width: 0;
	height: 38px;
	line-height: 38px;
	margin: 0 6px 6px 0;
	padding: 0 14px;
	vertical-align: top;
}

.manage-item-actions .manage-listing-actions {
	margin: 0;
}

.dashboard-content .purchase-item-download.manage-item-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	width: auto;
	max-width: 100%;
}

.manage-listing-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
}

.manage-listing-actions form {
	display: inline-block;
	margin: 0;
	float: none;
}

.manage-listing-actions .button {
	float: none;
	display: inline-block;
	width: auto;
	min-width: 0;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 12px;
	font-size: 12px;
}

.product-list.manage-grid .product-item .manage-listing-actions {
	padding: 0 18px 18px;
}

.form-box-item .manage-listing-actions {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid #ebebeb;
}

.purchases-list .item-preview .text-header {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.purchases-list .product-preview-image.small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.purchases-list .purchase-item-recommend .text-header {
	font-size: 0.75em;
	text-align: center;
}

.purchases-list .purchase-item-recommend .text-header a {
	color: #2b373a;
}

.dashboard-content .purchase-item {
	height: 120px;
	overflow: hidden;
	clear: both;
}

.purchases-list .purchase-item {
	height: 120px;
	overflow: hidden;
	clear: both;
}

@media screen and (max-width: 630px) {
	.dashboard-content .purchase-item,
	.purchases-list .purchase-item {
		height: auto;
		min-height: 0;
		overflow: visible;
		padding: 20px 16px 18px;
	}

	.purchases-list .item-preview .text-header,
	.purchases-list .item-preview .description,
	.dashboard-content .purchase-item .text-header,
	.dashboard-content .purchase-item .description {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
		line-height: 1.35;
	}

	.purchases-list .purchase-item-download,
	.purchases-list .purchase-item-recommend,
	.dashboard-content .purchase-item-download,
	.dashboard-content .purchase-item-recommend {
		float: none;
		width: 100%;
		padding-top: 12px;
		text-align: center;
	}

	.purchases-list .purchase-item-download .button,
	.purchases-list .purchase-item-recommend .button {
		float: none;
		display: inline-block;
		width: auto;
		min-width: 160px;
		margin: 4px auto 0;
	}
}

.purchases-list .purchase-item::after {
	content: "";
	display: table;
	clear: both;
}

.purchases-list .item-preview .text-header,
.purchases-list .item-preview .description {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dashboard-content .purchase-item .text-header,
.dashboard-content .purchase-item .description {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dashboard-content .purchase-item .item-preview .description {
	width: auto;
	max-width: 220px;
}

.dashboard-content .purchase-item .item-preview .user-avatar,
.dashboard-content .purchase-item .item-preview .user-avatar.medium {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	margin: 0;
	float: none;
}

.dashboard-content .purchase-item .item-preview .list-avatar,
.dashboard-content .purchase-item .item-preview .list-avatar img {
	border-radius: 50%;
}

.dashboard-content .purchase-item.purchase-note {
	height: auto;
	min-height: 120px;
	overflow: hidden;
	clear: both;
}

.dashboard-content .purchase-item.purchase-note .description {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.purchases-list .purchase-item.purchase-note {
	display: none;
}

.inbox-messages > p {
	padding: 20px 24px;
	line-height: 1.5;
}

.inbox-messages .inbox-message-date {
	float: right;
	margin-right: 24px;
}

.inbox-messages .inbox-message-author .text-header {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.category-item .purchase-item-download .button {
	min-width: 0;
	padding: 0 12px;
}

.admin-payout-item .purchase-item-details .item-preview .description {
	width: auto;
	max-width: 280px;
}

.headline.filter .admin-filter-form {
	display: flex;
	align-items: center;
	gap: 8px;
	float: none;
	margin: 0;
}

.headline.filter .admin-filter-form input[type="text"] {
	width: 260px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	background: #fff;
	color: #2b373a;
}

@media screen and (max-width: 935px) {
	.headline.filter .admin-filter-form {
		float: none;
		width: 100%;
		margin: 12px 0 0;
		flex-wrap: wrap;
	}

	.headline.filter .admin-filter-form input[type="text"] {
		width: 100%;
	}
}

.admin-inline-form,
.admin-note-form,
.admin-edit-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 16px 0 24px;
}

.admin-edit-form {
	flex-direction: column;
	align-items: stretch;
	max-width: 640px;
}

.admin-inline-form input[type="text"],
.admin-inline-form input[type="password"],
.admin-edit-form input[type="text"],
.admin-edit-form input[type="number"],
.admin-edit-form textarea,
.admin-note-form textarea {
	height: auto;
	min-height: 40px;
	padding: 10px 12px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	background: #fff;
	color: #2b373a;
}

.admin-note-form textarea,
.admin-edit-form textarea {
	width: 100%;
	min-height: 90px;
}

.admin-edit-form textarea[rows] {
	min-height: 280px;
}

.admin-check {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #2b373a;
	font-weight: 600;
}

.admin-check input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

.category-row {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	margin: 0 0 18px;
	overflow: hidden;
}

.category-row .input-container {
	float: none;
	width: auto;
	flex: 1;
	margin: 0;
}

.category-row .button {
	float: none;
	margin: 0;
	height: 40px;
	line-height: 40px;
}

.form-box-item .admin-check {
	margin: 0 0 18px;
}

.dashboard-content .form-box-items > .form-box-item.full {
	width: 100%;
	float: none;
	clear: both;
	margin-right: 0;
}

.purchase-note .purchase-item-details {
	width: 55%;
}

.purchase-note .description {
	white-space: normal;
	height: auto;
	line-height: 1.5;
	overflow: visible;
}

.inbox-message-date p + p {
	margin-top: 4px;
	font-size: 0.75em;
	text-transform: uppercase;
}

.dashboard-content .tab-header {
	display: flex;
	flex-wrap: wrap;
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 24px;
	overflow: visible;
	border: 1px solid #ebebeb;
	background: #fff;
}

.dashboard-content .tab-header .tab-item {
	float: none;
	flex: 1 1 0;
	min-width: 110px;
	width: auto;
	height: 60px;
	border-right: 1px solid #ebebeb;
	cursor: pointer;
	text-decoration: none;
}

.dashboard-content .tab-header .tab-item:last-child {
	border-right: none;
}

.dashboard-content .tab-header .tab-item > p {
	color: #b2b2b2;
	line-height: 60px;
	text-align: center;
	margin: 0;
}

.dashboard-content .tab-header.primary .tab-item.selected > p {
	color: #2b373a;
	border-top: 6px solid #00d7b3;
	line-height: 52px;
}

.dashboard-nav-tabs .tab-item {
	text-decoration: none;
}

.dashboard-tabs .tab-content.closed {
	display: none;
}

.dashboard-tabs .tab-content.open {
	display: block;
}

.sales-month-chart,
.sales-status-chart {
	width: 100%;
	max-height: 280px;
}

.form-box-item .button + .button,
.form-box-item form > .button + a.button {
	margin-top: 10px;
}

.mp-brick {
	margin-top: 16px;
	min-height: 80px;
}

.checkout-error {
	color: #e61852;
	margin: 0 0 12px;
}

.mail-template-row {
	align-items: center;
}

.mail-template-row .button {
	margin: 0;
}

.product-preview-actions {
	position: relative;
}

.product-list.grid .product-item {
	padding: 5px 12px 14px;
	overflow: visible;
}

.product-list.grid .product-item .product-preview-actions {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: 150px;
	margin: 0 -7px 12px;
	overflow: hidden;
}

.product-list.grid .product-item .product-preview-image,
.product-list.grid .product-item .product-preview-image.liquid {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.product-list.grid .product-item .product-preview-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product-list.grid .product-item .pin {
	top: 118px;
	left: 0;
	z-index: 4;
}

.product-list.grid .product-item .product-info {
	overflow: visible;
	margin: 0;
	padding-bottom: 0;
}

.product-list.grid .product-item .text-header {
	display: block;
	margin: 0 0 6px;
	line-height: 1.3;
}

.product-card-meta {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
	margin-top: 8px;
	min-height: 42px;
}

.product-card-meta .category {
	float: none;
	display: block;
	margin: 0;
	max-width: 46%;
	line-height: 1.3;
}

.product-card-meta .price,
.product-card-meta .product-club-price {
	float: none;
	margin: 0;
	max-width: 54%;
	text-align: right;
}

.product-list .product-item .pin {
	z-index: 4;
}

.product-fav {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}

.product-fav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	color: #e61852;
	box-shadow: 0 2px 8px rgba(43, 55, 58, 0.16);
	cursor: pointer;
}

.product-fav-btn .icon-heart {
	font-size: 16px;
	line-height: 1;
}

.product-fav-btn.active,
.product-fav-btn:hover {
	background: #e61852;
	color: #fff;
}

.account-wishlist-quickview {
	position: relative;
}

.checkout-box .checkout-item {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 18px 0;
	border-bottom: 1px solid #ebebeb;
	min-height: 106px;
}

.checkout-box .checkout-item .item-preview {
	position: relative;
	float: left;
	width: 72%;
	padding: 4px 16px 0 82px;
	min-height: 70px;
}

.checkout-box .checkout-item .item-preview .text-header {
	display: block;
	margin: 0 0 8px;
	line-height: 1.25em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.checkout-box .checkout-item .item-preview .category {
	float: none;
	display: inline-block;
	margin: 0 0 6px;
	position: static;
}

.checkout-box .checkout-item .item-preview .description {
	width: auto;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.checkout-box .checkout-item .product-preview-image.small {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.checkout-box .checkout-item .product-preview-image.small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.checkout-box .checkout-item .price {
	float: right;
	width: 26%;
	margin: 24px 0 0;
	text-align: right;
	white-space: nowrap;
}

.checkout-totals {
	overflow: hidden;
	padding: 10px 0 6px;
}

.checkout-box > a.button {
	width: auto;
	margin: 8px 0 0;
}

.checkout-account {
	margin: 0 0 18px;
	color: #2b373a;
}

.checkout-free {
	padding: 22px 22px 24px;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	background: #fff;
}

.checkout-free .text-header {
	margin: 0 0 10px;
	line-height: 1.3;
}

.checkout-free > p:not(.text-header) {
	margin: 0;
	max-width: 420px;
	line-height: 1.65;
}

.checkout-free form {
	margin: 22px 0 0;
}

.checkout-free .button {
	margin: 0;
}

.checkout-pay .linked-radio {
	margin-bottom: 8px;
}

.pay-methods {
	border: 1px solid #ebebeb;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	margin: 0 0 20px;
}

.pay-method + .pay-method {
	border-top: 1px solid #ebebeb;
}

.pay-method-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	padding: 16px 18px;
	color: #2b373a;
	font-size: inherit;
	font-weight: 600;
	cursor: pointer;
}

.pay-method-row > .radio {
	flex: 0 0 18px;
	margin: 0;
	top: 0;
}

.pay-method-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f3f4f6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pay-method-icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

.pay-method-icon .icon-credit-card,
.pay-method-icon .icon-wallet {
	font-size: 18px;
	line-height: 1;
	color: #2b373a;
}

.pay-method-copy {
	display: block;
	min-width: 0;
}

.pay-method-copy strong {
	display: block;
	margin: 0 0 4px;
	color: #2b373a;
	font-size: 0.9375em;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

.pay-method-copy small {
	display: block;
	color: #888;
	font-size: 0.8125em;
	font-weight: 600;
	line-height: 1.35;
}

.pay-method-copy small span {
	color: #2b373a;
	font-weight: 700;
}

.pay-methods input[name="payment_method"]:checked + .pay-method-row {
	background: #fafbfb;
}

.checkout-balance-note {
	margin: 0 0 12px;
}

.checkout-pay .pm-text {
	clear: both;
	padding-left: 0;
	top: 0;
	color: inherit;
	font-size: inherit;
}

@media screen and (max-width: 630px) {
	.checkout-box .checkout-item .item-preview {
		float: none;
		width: 100%;
	}

	.checkout-box .checkout-item .price {
		float: none;
		width: auto;
		margin: 12px 0 0 82px;
		text-align: left;
	}
}

.pix-qr {
	width: 220px;
	margin: 18px 0;
}

.pix-qr img {
	width: 100%;
	height: auto;
}

.pm-text form {
	margin-top: 16px;
}

.graph-stats-list {
	margin-bottom: 30px;
}

.chart-legend-item-color.violet {
	background-color: #7c5ac2;
}

.form-box-item .recent-activity {
	overflow: visible;
}

.recent-activity a.recent-activity-item {
	display: flex;
	align-items: flex-start;
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	min-height: 0;
	overflow: visible;
	padding: 14px 18px 14px 48px;
	box-sizing: border-box;
}

.recent-activity a.recent-activity-item .sl-icon {
	top: 16px;
	left: 16px;
}

.recent-activity .recent-activity-item-timestamp,
.recent-activity .recent-activity-item-info {
	float: none;
}

.recent-activity .recent-activity-item-timestamp {
	flex: 0 0 72px;
	width: 72px;
	padding-top: 2px;
}

.recent-activity .recent-activity-item-timestamp p {
	margin: 0;
	line-height: 1.35;
}

.recent-activity .recent-activity-item-info {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	padding-left: 44px;
}

.recent-activity .recent-activity-item-info .user-avatar {
	top: 0;
}

.recent-activity .recent-activity-item-info p {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	line-height: 1.4;
	white-space: normal;
	overflow: visible;
}

.recent-activity-item-info .pin {
	position: static;
	display: inline-block;
	flex: 0 0 auto;
	margin: 1px 0 0;
	vertical-align: middle;
	line-height: 18px;
	height: auto;
	padding: 2px 8px;
	color: #fff;
}

.recent-activity-item-info .pin.primary,
.recent-activity-item-info .pin.secondary,
.recent-activity-item-info .pin.tertiary {
	color: #fff;
}

.recent-activity-item-info .pin.greyed {
	color: #2b373a;
}

.form-box-item .recent-activity + .button {
	display: inline-block;
	float: none;
	clear: both;
	position: relative;
	margin: 8px 24px 24px;
}

.pager-wrap {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align: right;
	margin: 0;
}

.pager-wrap .pager,
.dashboard-content .pager-wrap .pager,
.section .pager-wrap .pager,
.section .content .pager-wrap .pager {
	float: right;
	display: inline-block;
	width: auto;
	margin: 36px 30px 0 0;
}

.pager a.pager-item {
	text-decoration: none;
}

.pager .pager-item.disabled {
	opacity: 0.4;
	cursor: default;
	pointer-events: none;
}

.post-tab .pager-wrap {
	margin: 0 0 8px;
}

.post-tab .pager-wrap .pager,
.section .content .post-tab .pager-wrap .pager {
	float: none;
	margin: 12px 0 0;
}

.product-item .preview-action form,
.sidebar-item form {
	margin: 0;
}

.product-item .preview-action button {
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: inherit;
}

.product-item .preview-action .circle {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-item .preview-action .circle span {
	position: static;
	top: auto;
	left: auto;
	margin: 0;
	line-height: 1;
}

.cart-drop-remove {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 10001;
	margin: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-drop-remove-btn {
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10001;
}

.dropdown.cart .dropdown-item .cart-drop-remove .svg-plus,
.cart-drop-remove-btn .svg-plus {
	position: static;
	top: auto;
	right: auto;
	fill: #b2b2b2;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.dropdown.cart .link-to {
	z-index: 1;
}

header .account-information {
	display: flex;
	align-items: center;
	float: right;
}

header .account-information > a {
	display: flex;
	align-items: center;
	line-height: 0;
}

header .account-information .account-wishlist-quickview,
header .account-information .account-cart-quickview,
header .account-information .account-email-quickview,
header .account-information .account-settings-quickview {
	float: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: auto;
	min-height: 22px;
	overflow: visible;
}

header .account-information .icon-heart,
header .account-information .icon-basket,
header .account-information .icon-user,
header .account-information .icon-envelope {
	display: block;
	font-size: 22px;
	line-height: 22px;
	width: 22px;
	height: 22px;
	top: 0;
	position: relative;
	text-align: center;
}

/* O glifo de perfil do Simple Line Icons ocupa menos o em-box que o coração e a cesta */
header .account-information .icon-user {
	font-size: 24px;
	width: 24px;
}

header .account-information .icon-basket .svg-arrow,
header .account-information .icon-envelope .svg-arrow {
	top: 50%;
	margin-top: -3px;
}

.dropdown.notifications button.link-to {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: 0;
	cursor: pointer;
}

header .dropdown.notifications {
	width: 320px;
	max-width: min(320px, calc(100vw - 24px));
	max-height: min(72vh, 460px);
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

header .dropdown.notifications .dropdown-item {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) 22px;
	align-items: center;
	column-gap: 10px;
	height: auto;
	min-height: 76px;
	padding: 12px 14px;
	overflow: hidden;
	box-sizing: border-box;
}

header .dropdown.notifications .dropdown-item form,
header .dropdown.notifications .dropdown-item > a.link-to {
	position: absolute;
	inset: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
}

header .dropdown.notifications .dropdown-item .user-avatar {
	position: relative;
	top: auto;
	left: auto;
	width: 40px;
	height: 40px;
	margin: 0;
}

header .dropdown.notifications .dropdown-item .notification-copy {
	min-width: 0;
	overflow: hidden;
}

header .dropdown.notifications .dropdown-item .text-header,
header .dropdown.notifications .dropdown-item .subject,
header .dropdown.notifications .dropdown-item .timestamp {
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.35;
}

header .dropdown.notifications .dropdown-item .text-header {
	font-size: 0.75em;
	color: #2b373a;
}

header .dropdown.notifications .dropdown-item .subject {
	font-size: 0.6875em;
	margin-top: 2px;
}

header .dropdown.notifications .dropdown-item .timestamp {
	font-size: 0.625em;
	margin-top: 2px;
}

header .dropdown.notifications .dropdown-item .notification-type {
	position: relative;
	top: auto;
	right: auto;
	justify-self: center;
}

header .dropdown.notifications .dropdown-item.notifications-empty {
	grid-template-columns: minmax(0, 1fr);
}

header .dropdown.notifications .dropdown-item.notifications-foot {
	display: block;
	height: auto;
	min-height: 0;
	padding: 0;
	border-bottom: none;
}

header .dropdown.notifications .dropdown-item .button {
	position: static;
	width: 100%;
	height: 46px;
	line-height: 46px;
	left: auto;
	bottom: auto;
	padding: 0 16px;
	box-sizing: border-box;
}

.profile-notification form.notification-dismiss,
.profile-notification form.notification-open {
	position: absolute;
	margin: 0;
	padding: 0;
	float: none;
	overflow: visible;
}

.profile-notification form.notification-dismiss {
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
	z-index: 5;
}

.profile-notification form.notification-open {
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.profile-notification button.link-to {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: 0;
	cursor: pointer;
	z-index: 2;
}

.profile-notification button.notification-close {
	z-index: 5;
	padding: 0;
	border: none;
}

.side-menu.dashboard .dropdown-item {
	position: relative;
}

.side-menu.dashboard .dropdown-item .pin {
	top: 16px;
	right: 18px;
}

.dashboard-content .profile-notifications {
	width: 100%;
	max-width: 100%;
	margin: 0 0 40px;
	border: 1px solid #ebebeb;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
}

.dashboard-content .profile-notification {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr) 32px;
	align-items: center;
	column-gap: 12px;
	float: none;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 76px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	padding: 14px 48px 14px 22px;
	box-sizing: border-box;
}

.dashboard-content .profile-notification:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.dashboard-content .profile-notification-date,
.dashboard-content .profile-notification-body,
.dashboard-content .profile-notification-type {
	float: none;
}

.dashboard-content .profile-notification-date {
	flex: none;
	width: auto;
}

.dashboard-content .profile-notification-date p {
	line-height: 1.3em;
	white-space: nowrap;
}

.dashboard-content .profile-notification-body {
	max-width: none;
	min-width: 0;
	padding-left: 54px;
}

.dashboard-content .profile-notification-body .user-avatar {
	top: 50%;
	margin-top: -20px;
}

.dashboard-content .profile-notification-body p {
	line-height: 1.4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dashboard-content .profile-notification-type {
	text-align: right;
}

.dashboard-content .profile-notification-type .type-icon {
	top: 0;
}

@media screen and (max-width: 935px) {
	.dashboard-content .profile-notifications {
		width: 100%;
	}

	.dashboard-content .profile-notification {
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0;
		grid-template-columns: 1fr 32px;
		padding: 16px 40px 16px 22px;
	}

	.dashboard-content .profile-notification-date {
		grid-column: 1;
	}

	.dashboard-content .profile-notification-body {
		grid-column: 1;
		max-width: none;
		padding-left: 54px;
	}

	.dashboard-content .profile-notification-body p {
		white-space: normal;
	}

	.dashboard-content .profile-notification-type {
		grid-column: 2;
		grid-row: 1 / span 2;
	}
}

.checkout-secure {
	width: 100%;
	overflow: hidden;
}

.checkout-secure .text-header {
	margin: 0 0 22px;
}

.checkout-secure-list {
	display: flex;
	gap: 28px;
}

.checkout-secure-item {
	flex: 1;
	position: relative;
	padding: 4px 0 0 70px;
	min-width: 0;
}

.checkout-secure-item .outer-ring {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.checkout-secure-item .inner-ring {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #fff;
}

.checkout-secure-item .outer-ring span {
	color: #2b373a;
	font-size: 20px;
	position: absolute;
	top: 14px;
	left: 15px;
}

.checkout-secure-item h3 {
	margin: 0 0 10px;
	font-size: 1.25em;
	text-align: left;
}

.checkout-secure-item p {
	margin: 0;
	text-align: left;
	font-size: 0.875em;
	line-height: 1.5em;
}

@media screen and (max-width: 935px) {
	.dashboard-content .profile-notification-body p {
		white-space: normal;
	}

	.checkout-secure-list {
		flex-direction: column;
		gap: 24px;
	}
}

.button.cart-hold {
	cursor: default;
	opacity: 0.85;
}

.sidebar-item .button.spaced,
.sidebar-item form .button {
	margin-bottom: 10px;
}

.coupon-products {
	max-height: 220px;
	overflow-y: auto;
	border: 1px solid #ebebeb;
	padding: 10px 14px;
	background: #fff;
}

.coupon-products .checkbox-label {
	display: block;
	margin: 8px 0;
	cursor: pointer;
	font-weight: 600;
	color: #2b373a;
}

.coupon-products .checkbox-label input {
	margin-right: 8px;
	vertical-align: middle;
}

.checkout-coupon {
	padding: 16px 0 8px;
	border-top: 1px solid #ebebeb;
	margin-top: 8px;
}

.checkout-coupon-form input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
}

.checkout-coupon-form .button,
.checkout-coupon form .button {
	float: none;
	margin: 0 0 10px;
}

.purchase-item-recommend .button {
	float: none;
	display: block;
	margin: 6px auto 0;
}

.purchase-thread {
	overflow: hidden;
}

.purchase-thread-meta {
	margin: -10px 0 22px 28px;
	color: #888;
}

.purchase-thread-meta .separator {
	margin: 0 8px;
}

.purchase-thread-meta .pin {
	position: relative;
	top: 0;
	right: auto;
	display: inline-block;
	margin-left: 10px;
	color: #fff;
}

.purchase-thread-main {
	float: left;
	width: 64.8%;
}

.purchase-thread-side {
	float: right;
	width: 33.2%;
}

.purchase-thread-store {
	margin: 18px 0 10px;
}

.purchase-thread-store:first-child {
	margin-top: 0;
}

.purchase-thread-vendors {
	margin: 0 0 18px;
}

.purchase-thread-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #ebebeb;
}

.purchase-thread-item.is-refunded {
	opacity: 0.55;
}

.purchase-thread-item.is-refunded .text-header {
	text-decoration: line-through;
}

.purchase-thread-item .product-preview-image.small {
	flex: 0 0 70px;
	position: relative;
	top: auto;
	left: auto;
}

.purchase-thread-item-copy {
	flex: 1;
	min-width: 0;
}

.purchase-thread-item-copy p {
	margin: 0 0 6px;
}

.purchase-thread-item .price {
	margin: 0;
	white-space: nowrap;
}

.purchase-thread-total {
	overflow: hidden;
	padding: 16px 0 0;
}

.purchase-thread-total .text-header {
	float: left;
	line-height: 1.4em;
}

.purchase-thread-total .price {
	float: right;
	margin: 0;
}

.purchase-thread-safe {
	margin: 0 0 16px;
}

.purchase-thread-notice {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	margin: 0 0 22px;
	background: #e8faf4;
	border: 1px solid #00d7b3;
}

.purchase-thread-notice .icon-check {
	color: #00d7b3;
	font-size: 22px;
	line-height: 1;
}

.purchase-thread-notice p {
	margin: 0;
	color: #2b373a;
}

.purchase-thread-chat {
	border: none;
	padding: 0;
	background: transparent;
}

.purchase-review-note {
	margin: 0 0 16px;
	padding: 10px 12px;
	border: 1px solid #ebebeb;
	background: #f7f7f7;
	font-size: 13px;
	line-height: 1.5;
	color: #5c6568;
}

.purchase-review-item + .purchase-review-item {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid #ebebeb;
}

.purchase-rate-form input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.purchase-rate-moods {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
}

.purchase-rate-mood {
	flex: 1;
	min-width: 90px;
	margin: 0;
	padding: 10px 8px;
	border: 1px solid #ebebeb;
	background: #fff;
	text-align: center;
	color: #2b373a;
	font-size: 0.8125em;
	font-weight: 700;
	cursor: pointer;
}

.purchase-rate-mood span {
	display: block;
	margin: 0 0 6px;
	font-size: 16px;
}

.purchase-rate-form input[type="radio"]:checked + .purchase-rate-mood.gostei {
	border-color: #00d7b3;
	color: #00d7b3;
}

.purchase-rate-form input[type="radio"]:checked + .purchase-rate-mood.neutro {
	border-color: #1396e1;
	color: #1396e1;
}

.purchase-rate-form input[type="radio"]:checked + .purchase-rate-mood.nao {
	border-color: #e61852;
	color: #e61852;
}

.purchase-rate-form textarea,
.purchase-claim-form textarea {
	width: 100%;
	min-height: 90px;
	margin-bottom: 12px;
}

.purchase-rate-form .button,
.purchase-claim-form .button {
	float: none;
	width: 100%;
}

@media screen and (max-width: 1260px) {
	.purchase-thread-main,
	.purchase-thread-side {
		float: none;
		width: 100%;
	}
}

.banner-wrap {
	position: relative;
	background-image: none;
	background-color: #1d2628;
}

.banner-wrap::before,
.banner-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.banner-wrap::before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../images/home_banner.jpg?v=2');
	background-image: image-set(
		url('../images/home_banner.webp?v=2') type('image/webp'),
		url('../images/home_banner.jpg?v=2') type('image/jpeg')
	);
	filter: grayscale(1) brightness(0.38) contrast(1.08);
}

.banner-wrap::after {
	background: rgba(16, 20, 22, 0.42);
}

.banner-wrap .banner {
	position: relative;
	z-index: 1;
}

.banner-wrap .banner h5,
.banner-wrap .banner h1,
.banner-wrap .banner p {
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.banner-wrap .banner-art,
.banner img.banner-art {
	position: absolute;
	bottom: 68px;
	left: 50%;
	margin-left: -257px;
	width: 514px;
	max-width: none;
	height: auto;
	display: block;
	pointer-events: none;
	z-index: 0;
}

.banner-wrap .search-widget {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 0 52px;
	z-index: 2;
}

.banner-wrap .search-widget-form {
	display: flex;
	align-items: stretch;
	overflow: visible;
	width: 100%;
}

.banner-wrap .search-widget-form input,
.banner-wrap .search-widget-form .select-block,
.banner-wrap .search-widget-form .button {
	float: none;
	height: 50px;
}

.banner-wrap .search-widget-form input {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
}

.banner-wrap .search-widget-form .select-block {
	flex: 0 0 232px;
	width: 232px;
	margin: 0 16px 0 0;
}

.banner-wrap .search-widget-form .select-block select {
	float: none;
	width: 100%;
	height: 50px;
}

.banner-wrap .search-widget-form .button {
	flex: 0 0 170px;
	width: 170px;
	line-height: 50px;
	padding: 0;
}

@media screen and (max-width: 1260px) {
	.banner-wrap .banner {
		min-height: 544px;
		padding-top: 55px;
		padding-bottom: 0;
		overflow: visible;
	}

	.banner-wrap .banner-art,
	.banner img.banner-art {
		position: absolute;
		top: auto;
		right: auto;
		bottom: 170px;
		left: 50%;
		width: 280px;
		max-width: none;
		height: auto;
		margin: 0 0 0 -140px;
		z-index: 1;
	}

	.banner-wrap .search-widget {
		position: absolute;
		width: 100%;
		height: 170px;
		min-height: 170px;
		padding: 28px 20px 0;
		left: 0;
		margin: 0;
		bottom: 0;
		justify-content: center;
		align-items: flex-start;
		z-index: 2;
	}

	.banner-wrap .search-widget-form {
		flex-direction: column;
		align-items: center;
		max-width: 1170px;
		width: 95%;
		margin: 0 auto;
	}

	.banner-wrap .search-widget-form input {
		width: 100%;
		margin-bottom: 14px;
		border-radius: 4px;
	}

	.banner-wrap .search-widget-form .select-block {
		display: none;
	}

	.banner-wrap .search-widget-form .button {
		flex: 0 0 50px;
		width: 280px;
		max-width: 100%;
	}
}

.author-profile-banner {
	position: relative;
	min-height: 300px;
	background-image: none;
	background-color: #1d2628;
	overflow: hidden;
}

.author-profile-banner::before,
.author-profile-banner::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.author-profile-banner::before {
	background: var(--author-cover, url('../images/profile_banner.jpg')) no-repeat center;
	background-size: cover;
	filter: grayscale(1) brightness(0.42) contrast(1.08);
}

.author-profile-banner::after {
	background: rgba(16, 20, 22, 0.4);
}

.author-profile-banner-inner {
	position: relative;
	z-index: 1;
	max-width: 1170px;
	width: 95%;
	margin: 0 auto;
	min-height: 300px;
	padding: 64px 24px 64px 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.author-banner-kicker {
	margin: 0 0 10px;
	color: #16ffd8;
	font-size: 0.8125em;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.author-banner-title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.15;
	text-align: left;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.author-banner-copy {
	margin: 0;
	max-width: 520px;
	color: #fff;
	font-size: 0.9375em;
	line-height: 1.5;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.author-profile-meta {
	min-height: 100px;
	padding-top: 0;
}

.author-profile-info {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
	padding-left: 300px;
	overflow: visible;
	box-sizing: border-box;
}

.author-profile-info .author-profile-info-item {
	float: none;
	width: auto;
	height: auto;
	min-height: 100px;
	padding: 24px 28px 22px;
	border-right: 1px solid #ebebeb;
	box-sizing: border-box;
}

.author-profile-info .author-profile-info-item:last-child {
	border-right: none;
	padding-right: 28px;
}

.author-profile-info .author-profile-info-item .text-header {
	margin: 0 0 8px;
	line-height: 1.3;
}

.author-profile-info .author-profile-info-item p {
	margin: 0;
	line-height: 1.45;
}

.sidebar.author-profile .sidebar-item.author-bio {
	padding: 28px 18px 24px;
}

.sidebar.author-profile .author-bio .text-header {
	margin-bottom: 8px;
}

.sidebar.author-profile .author-bio .text-oneline {
	margin-bottom: 14px;
	line-height: 1.5;
}

.author-official {
	margin: 0 0 18px;
	color: #00d7b3;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
}

@media screen and (max-width: 1260px) {
	.author-profile-banner-inner {
		min-height: 220px;
		padding: 48px 20px 40px;
		align-items: center;
		text-align: center;
	}

	.author-banner-title {
		text-align: center;
	}

	.author-banner-copy {
		max-width: 420px;
	}

	.author-profile-info {
		grid-template-columns: 1fr 1fr;
		padding: 8px 12px 16px;
	}

	.author-profile-info .author-profile-info-item {
		min-height: 0;
		padding: 16px 18px;
		border-right: 1px solid #ebebeb;
	}

	.author-profile-info .author-profile-info-item:nth-child(2n) {
		border-right: none;
	}

	.author-profile-info .author-profile-info-item:nth-child(-n+2) {
		border-bottom: 1px solid #ebebeb;
	}
}

@media screen and (max-width: 630px) {
	.author-profile-banner {
		min-height: 200px;
	}

	.author-profile-banner-inner {
		min-height: 200px;
		padding: 36px 16px 32px;
	}

	.author-banner-title {
		font-size: 1.5em;
	}

	.author-profile-info {
		grid-template-columns: 1fr;
		padding: 8px 16px 12px;
	}

	.author-profile-info .author-profile-info-item,
	.author-profile-info .author-profile-info-item:nth-child(2n),
	.author-profile-info .author-profile-info-item:nth-child(-n+2) {
		border-right: none;
		border-bottom: 1px solid #ebebeb;
		padding: 14px 8px;
	}

	.author-profile-info .author-profile-info-item:last-child {
		border-bottom: none;
	}
}

.author-about {
	margin-bottom: 36px;
	white-space: pre-line;
}

.sidebar-item.author-bio form {
	width: 100%;
}

.sidebar-item.author-bio form .button,
.sidebar-item.author-bio > .button {
	width: 100%;
}

.follow-list.simple .fl-item-info.fl-description,
.follow-list .fl-item-info.fl-description {
	width: auto;
	max-width: 520px;
}

.store-cover-upload {
	min-height: 72px;
}

.store-cover-upload .profile-image-data {
	padding-left: 236px;
	min-height: 72px;
}

.store-cover-preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 72px;
	overflow: hidden;
	background: #1d2628;
	margin: 0;
}

.store-cover-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(0.35) brightness(0.85);
}

.store-profile-link {
	margin: 0 0 18px;
}

.page-lead {
	margin: 0 0 28px;
}

.shop-seo-lead {
	margin: 0 0 22px;
	color: #8d8d8d;
	font-size: 14px;
	line-height: 1.7;
}

.section-headline {
	height: auto;
	min-height: 90px;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px 20px;
	padding: 14px 30px;
	box-sizing: border-box;
}

.section-headline h1 {
	float: none;
	flex: 1 1 240px;
	margin: 0;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	text-transform: none;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	max-width: 100%;
}

.section-headline p {
	float: none;
	line-height: 1.45;
	white-space: normal;
	max-width: 100%;
}

.item-seo-lead {
	margin: 0 0 22px;
	color: #2b373a;
	font-size: 0.95em;
	line-height: 1.65;
}

.blog-post-author {
	margin: 0;
	color: #2b373a;
	font-weight: 700;
}

.post-shop-items {
	margin-top: 8px;
	overflow: visible;
}

.post-shop-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	width: 100%;
	margin-top: 16px;
}

.post-shop-card {
	min-width: 0;
	border: 1px solid #ebebeb;
	background: #fff;
	overflow: hidden;
}

.post-shop-card-media {
	display: block;
	width: 100%;
	height: 168px;
	overflow: hidden;
	background: #eef1f2;
	line-height: 0;
}

.post-shop-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.post-shop-card-body {
	padding: 14px 14px 16px;
}

.post-shop-card-body .text-header {
	margin: 0 0 8px;
	line-height: 1.35;
}

.post-shop-card-body .price {
	margin: 0 0 12px;
}

.post-shop-card-body .button {
	float: none;
	display: inline-block;
	margin: 0;
}

.post-shop-more {
	margin: 16px 0 0;
}

.blog-post-cover {
	display: block;
	width: 100%;
	height: 420px;
	margin: 0 0 22px;
	overflow: hidden;
	line-height: 0;
	background: #eef1f2;
}

.blog-post-cover img {
	visibility: visible !important;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.post.blog-post .post-image {
	width: 100%;
	height: auto;
	overflow: visible;
	border: 0;
	margin: 0 0 22px;
}

.sidebar-item.author-items-v2 .blog-side-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	margin: 0;
	overflow: hidden;
	line-height: 0;
	background: #eef1f2;
}

.sidebar-item.author-items-v2 .blog-side-thumb img {
	visibility: visible !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-post .meta-line,
.blog-grid-item .meta-line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 18px;
	overflow: visible;
}

.blog-post .meta-line > *,
.blog-grid-item .meta-line > * {
	float: none;
	margin: 0;
}

.blog-post .meta-line p,
.blog-grid-item .meta-line p {
	line-height: 1.4;
}

.blog-post .meta-line .metadata,
.blog-grid-item .meta-line .metadata,
.blog-grid .metadata {
	float: none;
	margin: 0;
	display: flex;
	align-items: center;
}

.blog-post .meta-line .meta-item,
.blog-grid .meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	float: none;
}

.blog-post .meta-line .meta-item p,
.blog-grid .meta-item p {
	margin: 0;
	line-height: 1.4;
}

.blog-post .meta-line .blog-post-author {
	margin-left: auto;
}

@media screen and (max-width: 935px) {
	.post.blog-post .post-image {
		width: 100%;
		height: auto;
		margin-bottom: 22px;
	}
}

@media screen and (max-width: 680px) {
	.post-shop-grid {
		grid-template-columns: 1fr;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}

	.blog-post .meta-line .blog-post-author {
		margin-left: 0;
	}

	.blog-post-cover {
		height: 260px;
	}
}

.item-blog-related {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: center;
	gap: 24px;
	width: 100%;
}

.item-blog-related-card {
	min-width: 0;
	width: 100%;
}

.item-blog-related-link {
	display: block;
}

.item-blog-related-thumb {
	display: block;
	width: 100%;
	height: 180px;
	margin: 0;
	overflow: hidden;
	line-height: 0;
	background: #eef1f2;
}

.item-blog-related-thumb img {
	visibility: visible !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-blog-related-copy {
	padding: 12px 0 0;
}

.item-blog-related-card p {
	margin: 8px 0 0;
	color: #888;
	line-height: 1.6;
}

@media screen and (max-width: 930px) {
	.item-blog-related {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 680px) {
	.item-blog-related {
		grid-template-columns: minmax(0, 1fr);
		max-width: 420px;
		margin: 0 auto;
	}

	.item-blog-related-thumb {
		height: 200px;
	}
}

.page-faq {
	margin: 0;
}

.page-legal-body,
.page-legal-body .legacy-html {
	overflow: visible;
}

.page-legal-body h3,
.page-legal-body h4,
.page-legal-body .legacy-html h3,
.page-legal-body .legacy-html h4 {
	text-align: left;
	text-transform: none;
	font-size: 1.125em;
	line-height: 1.4;
	color: #2b373a;
	margin: 28px 0 10px;
}

.page-legal-body p,
.page-legal-body .legacy-html p {
	text-align: left;
	margin: 0 0 14px;
}

.page-legal-body .legacy-html {
	margin: 0;
}

.page-legal-body .legacy-html > div.legacy-html {
	margin: 0;
}

.contact-page-list .company-info-item {
	margin-bottom: 12px;
}

.contact-page-list .company-info-item span {
	margin-right: 8px;
	color: #00d7b3;
}

#footer-top .company-info .company-info-list .company-info-item [class^="icon-"] {
	margin-right: 0;
	color: #fff;
	font-size: 17px;
	position: relative;
	top: 0;
	flex: 0 0 auto;
}

#footer-top .company-info .company-info-list .company-info-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

#footer-top .company-info .company-info-list .company-info-item p {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

#footer-top .company-info .company-info-list .company-info-item p a {
	color: #fff;
}

#footer-top .company-info .company-info-list .company-info-item p a:hover {
	color: #16ffd8;
}

#footer-top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	overflow: visible;
	min-height: 0;
}

#footer-top .company-info,
#footer-top .link-info,
#footer-top .twitter-feed {
	float: none;
	position: static;
	clear: none;
}

#footer-top .company-info {
	flex: 1 1 260px;
	max-width: 300px;
	margin-right: 24px;
}

#footer-top .link-info {
	flex: 1 1 150px;
	max-width: 200px;
	margin-right: 24px;
}

#footer-top .twitter-feed {
	flex: 1 1 220px;
	max-width: 280px;
}

@media screen and (max-width: 1260px) {
	#footer-top {
		width: 95%;
		max-width: 1170px;
	}

	#footer-top .twitter-feed {
		position: static;
		top: auto;
		right: auto;
	}

	#footer-top .link-info:nth-child(2),
	#footer-top .link-info:nth-child(4) {
		clear: none;
		margin-right: 24px;
	}
}

@media screen and (max-width: 630px) {
	#footer-top,
	#footer-top .company-info,
	#footer-top .link-info,
	#footer-top .twitter-feed {
		width: 100%;
		max-width: none;
		margin-right: 0;
	}
}

.badges-showcase-item .badge.locked.active {
	opacity: 1;
	z-index: 2;
}

.verify-lead {
	margin: 0 0 28px;
	max-width: 720px;
}

.verify-tiers {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 0 0 36px;
}

.verify-tier {
	position: relative;
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 36px 24px 28px;
	text-align: center;
}

.verify-tier.is-here {
	border-color: #00d7b3;
	box-shadow: 0 8px 24px rgba(0, 215, 179, 0.12);
}

.verify-tier.is-locked {
	background: #fafafa;
}

.verify-tier .pin {
	top: 14px;
	left: -6px;
}

.verify-tier-mark {
	width: 72px;
	height: 72px;
	margin: 8px auto 18px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 28px;
	line-height: 1;
}

.verify-tier-mark.primary {
	background: #00d7b3;
}

.verify-tier-mark.void {
	background: #d1d1d1;
}

.verify-tier-kicker {
	margin: 8px 0 18px;
	text-transform: none;
	font-weight: 600;
}

.verify-benefits {
	margin: 0 0 20px;
	text-align: left;
}

.verify-benefits li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 10px;
	color: #535d5f;
	font-size: 0.875em;
	line-height: 1.45;
	font-weight: 600;
}

.verify-benefits .sl-icon {
	color: #00d7b3;
	margin-top: 2px;
	flex-shrink: 0;
}

.verify-tier.is-locked .verify-benefits .sl-icon {
	color: #b6c6ca;
}

.verify-tier-status {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8125em;
	letter-spacing: 0.04em;
}

.verify-steps {
	margin: 0 0 28px;
}

.verify-step {
	display: flex;
	align-items: center;
	gap: 22px;
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 22px 24px;
	margin: 0 0 14px;
}

.verify-step.is-done {
	border-color: #d8f7f1;
}

.verify-step.is-open,
.verify-step.is-wait {
	border-color: #00d7b3;
}

.verify-step.is-alert {
	border-color: #e61852;
}

.verify-step.is-locked {
	opacity: 0.72;
	background: #fafafa;
}

.verify-step-mark {
	width: 56px;
	height: 56px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	flex-shrink: 0;
}

.verify-step-mark.primary {
	background: #00d7b3;
}

.verify-step-mark.secondary {
	background: #1396e1;
}

.verify-step-mark.void {
	background: #d1d1d1;
}

.verify-step-body {
	flex: 1;
	min-width: 0;
}

.verify-step-kicker {
	margin: 6px 0 12px;
}

.verify-reqs {
	margin: 0;
}

.verify-reqs li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 6px;
	color: #535d5f;
	font-size: 0.875em;
	line-height: 1.4;
	font-weight: 600;
}

.verify-reqs .sl-icon {
	color: #00d7b3;
}

.verify-note {
	margin: 10px 0 0;
	color: #e61852;
}

.verify-step-flag {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8125em;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.verify-form {
	margin-top: 8px;
}

@media screen and (max-width: 1100px) {
	.verify-tiers {
		grid-template-columns: 1fr;
	}

	.verify-step {
		flex-wrap: wrap;
	}

	.verify-step-flag {
		width: 100%;
	}
}

.section.auth-section {
	overflow: visible;
}

.section.auth-section .form-popup {
	float: none;
	clear: none;
	margin: 0 auto 50px;
}

.section.auth-section .form-popup-headline h2 {
	margin: 0;
	text-transform: none;
	font-size: 1.5em;
	line-height: 1.25;
}

.auth-error {
	margin: 0 0 14px;
	color: #e61852;
	font-weight: 700;
	line-height: 1.5;
}

.section.auth-section .form-popup .button {
	margin: 4px 0 0;
}

.section.auth-section .auth-links {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #ebebeb;
}

.section.auth-section .auth-links p {
	margin: 0 0 10px;
	line-height: 1.6;
}

.section.auth-section .auth-links p:last-child {
	margin-bottom: 0;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: start;
	align-items: stretch;
	gap: 26px 30px;
	width: 100%;
	margin: 0 0 26px;
}

.blog-grid-item {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	border: 1px solid #ebebeb;
	background: #fff;
	padding: 5px 5px 20px;
}

.blog-grid-cover {
	display: block;
	overflow: hidden;
	background: #eef1f2;
}

.blog-grid-thumb,
.blog-grid-cover .product-preview-image.big {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 208px;
	margin: 0;
	overflow: hidden;
	line-height: 0;
	background: #eef1f2;
}

.blog-grid-thumb img,
.blog-grid-cover .product-preview-image.big img {
	visibility: visible !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-grid-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 16px 8px 0;
	min-height: 0;
}

.blog-grid-body .text-header.mid {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 56px;
	max-height: 56px;
	line-height: 28px;
	margin: 6px 0 24px;
}

.blog-grid-excerpt {
	flex: 1 1 auto;
	min-height: 60px;
}

.blog-grid-body .description-preview {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 18px 0 18px;
	font-size: 0.8125em;
	line-height: 20px;
}

.blog-grid .blog-card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}

.blog-grid .metadata,
.blog-grid .more-button {
	float: none;
	margin: 0;
}

.blog-grid .more-button.primary {
	color: #06b99b;
	font-size: 0.75em;
	font-weight: 700;
}

@media screen and (max-width: 1260px) {
	.blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 935px) {
	.blog-grid {
		grid-template-columns: minmax(0, 1fr);
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
}

.blog-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 24px;
}

.blog-tag-row a {
	display: inline-block;
	padding: 8px 14px;
	background: #fff;
	border: 1px solid #edeef0;
	color: #2b373a;
	font-size: 0.8125em;
	font-weight: 700;
	line-height: 1.2;
}

.blog-tag-row a.active,
.blog-tag-row a:hover {
	background: #1d2628;
	border-color: #1d2628;
	color: #fff;
}

.blog-html {
	overflow: hidden;
}

.blog-html h2,
.blog-html h3,
.blog-html h4,
.content.left .post-content .blog-html h2,
.content.left .post-content .blog-html h3,
.content.left .post-content .blog-html h4 {
	color: #2b373a !important;
	text-align: left !important;
	text-transform: none;
	line-height: 1.35;
	margin: 28px 0 12px;
}

.blog-html h2 {
	font-size: 1.35em;
}

.blog-html h3 {
	font-size: 1.15em;
}

.blog-html p,
.blog-html li {
	color: #888;
	font-size: 0.9375em;
	line-height: 1.7;
	font-weight: 600;
	text-align: left;
}

.blog-html ul,
.blog-html ol,
.content.left .post-content .blog-html ul,
.content.left .post-content .blog-html ol {
	list-style: disc;
	padding-left: 1.4em;
	margin: 0 0 18px;
}

.blog-html ol {
	list-style: decimal;
}

.blog-html li {
	margin: 6px 0;
}

.blog-html a {
	color: #06b99b;
}

.blog-html figure {
	line-height: 1.4;
	margin: 16px 0;
}

.blog-html figcaption {
	display: block;
	margin-top: 8px;
	font-size: 0.75em;
	color: #888;
	text-align: center;
}

.blog-html img,
.content.left .post-content .blog-html img {
	width: auto !important;
	max-width: 100% !important;
	max-height: none !important;
	height: auto !important;
	margin: 16px auto;
	background: transparent;
}

.blog-html .plw-bap-section {
	margin: 0 0 22px;
}

.blog-html .plw-bap-lead p {
	font-size: 1em;
	color: #5b6568;
}

.blog-html details,
.blog-html .plw-bap-faq-item {
	border: 1px solid #edeef0;
	background: #fff;
	padding: 12px 16px;
	margin: 0 0 8px;
}

.blog-html summary {
	cursor: pointer;
	color: #2b373a;
	font-weight: 700;
	line-height: 1.4;
}

.blog-html .plw-bap-cta {
	margin: 28px 0 8px;
	padding: 24px;
	background: #1d2628;
}

.blog-html .plw-bap-cta h2 {
	color: #fff !important;
	margin-top: 0;
}

.blog-html .plw-bap-cta p {
	color: #c5ccce;
}

.blog-html .plw-bap-btn {
	display: inline-block;
	margin-top: 12px;
	padding: 12px 20px;
	background: #00d7b3;
	color: #1d2628 !important;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-category-picks {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 12px;
}

.blog-category-picks .checkbox-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 7px 12px;
	border: 1px solid #ebebeb;
	background: #fff;
	color: #2b373a;
	font-size: 0.875em;
	font-weight: 600;
	cursor: pointer;
	user-select: none;
}

.blog-category-picks .checkbox-label input[type="checkbox"] {
	display: inline-block;
	appearance: checkbox;
	-webkit-appearance: checkbox;
	width: 16px;
	height: 16px;
	margin: 0;
	flex: 0 0 16px;
	accent-color: #00d7b3;
	cursor: pointer;
}

.blog-category-picks .checkbox-label:has(input:checked) {
	border-color: #00d7b3;
	background: #f0fffc;
	color: #1d2628;
}

.input-hint {
	margin-top: 6px;
	font-size: 0.75em;
	color: #888;
}

.admin-post-cover,
.current-cover {
	margin-bottom: 12px;
}

.item-questions-empty {
	margin: 16px;
	padding: 18px 16px;
	text-align: center;
	line-height: 1.5;
}

.item-questions .comment-wrap {
	padding-top: 4px;
}

.item-questions .comment .text-header {
	display: inline-block;
	margin: 0 8px 0 0;
	line-height: 1.3;
}

.item-questions .comment .pin {
	top: 0;
	margin-left: 4px;
}

.item-questions .comment .timestamp {
	display: block;
	margin: 8px 0 12px;
	line-height: 1.3;
}

.item-questions .comment > p:not(.text-header):not(.timestamp) {
	margin: 0;
	line-height: 1.65;
}

.item-questions .comment-wrap .comment-wrap {
	margin-top: 22px;
	padding-top: 18px;
	padding-bottom: 2px;
	border-top: 1px solid #ebebeb;
}

.item-questions > .comment-wrap + .line-separator {
	margin: 28px 16px 16px;
}

.item-question-box {
	clear: both;
	margin: 0 0 28px;
	padding: 0 0 24px;
	border-bottom: 1px solid #ebebeb;
}

.item-question-box h3 {
	text-align: left;
	margin: 0 16px 10px;
}

.item-question-box > p {
	margin: 0 16px 20px;
	line-height: 1.6;
}

.item-question-box .comment-wrap.comment-reply {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin: 0 16px;
	padding: 0;
	position: relative;
}

.item-question-box .comment-wrap.comment-reply > .user-avatar {
	position: static;
	top: auto;
	left: auto;
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	margin: 4px 0 0;
}

.item-question-box .comment-reply-form {
	flex: 1 1 auto;
	min-width: 0;
	overflow: visible;
}

.item-question-box .comment-reply-form textarea {
	display: block;
	width: 100%;
	min-height: 108px;
	margin: 0 0 14px;
	padding: 12px 14px;
	line-height: 1.55;
	resize: vertical;
}

.item-question-box .comment-reply-form .button {
	float: none;
}

.item-question-box .button.mid {
	margin-left: 16px;
}

.vendor-question-form {
	margin: 0 0 24px;
	max-width: 720px;
}

.manage-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
	width: 100%;
	margin: 0 0 28px;
}

.dashboard-content .manage-grid.product-list .product-item {
	float: none;
	width: auto;
	margin: 0;
	padding: 5px 5px 12px;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.dashboard-content .manage-grid.product-list .product-item .product-preview-actions {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	aspect-ratio: 258 / 150;
	overflow: hidden;
}

.dashboard-content .manage-grid.product-list .product-item .product-preview-image,
.dashboard-content .manage-grid.product-list .product-item .product-preview-image.liquid {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
}

.dashboard-content .manage-grid.product-list .product-item .product-preview-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
}

.dashboard-content .manage-grid.product-list .product-item .product-info {
	flex: 1 1 auto;
	min-height: 0;
	padding: 14px 8px 0;
}

.dashboard-content .manage-grid.product-list .product-item .text-header {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
	min-height: 2.2em;
}

.dashboard-content .manage-grid.product-list .product-item .pin {
	top: 14px;
	left: 14px;
}

.dashboard-content .manage-grid.product-list .product-item.upload-new {
	height: auto;
	min-height: 0;
	text-decoration: none;
	color: inherit;
}

.dashboard-content .manage-grid.product-list .upload-new .product-info {
	padding-top: 16px;
}

.manage-upload-plus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 150px;
	color: #00d7b3;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
}

.manage-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 0 8px 8px;
}

.manage-card-meta p {
	margin: 0;
}

.manage-empty {
	margin: 0 0 24px;
}

@media screen and (max-width: 1260px) {
	.manage-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 935px) {
	.manage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}

@media screen and (max-width: 630px) {
	.manage-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.dashboard-content .manage-grid.product-list .product-item .product-preview-actions {
		aspect-ratio: 16 / 9;
	}

	.manage-upload-plus {
		min-height: 0;
		font-size: 56px;
	}
}

.social-links .social-link.yt {
	margin-right: 22px;
}

.social-links .social-link.yt a {
	width: 22px;
	height: 16px;
	background: url('../images/yt.svg') no-repeat center;
	background-size: contain;
}

.social-links .social-link.ig a {
	width: 16px;
	height: 16px;
	background: url('../images/ig.svg') no-repeat center;
	background-size: contain;
}

.social-links .social-link a:hover {
	opacity: 0.72;
}

.ticket-filter {
	margin: 0 0 22px;
	max-width: 280px;
}

.inbox-messages-preview.full .inbox-message-preview-header {
	overflow: hidden;
}

.inbox-messages-preview.full .inbox-message-preview-header .text-header {
	max-width: 68%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ticket-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	padding: 14px 24px;
	border-bottom: 1px solid #ebebeb;
	background: #fff;
}

.ticket-meta p,
.ticket-meta span,
.ticket-meta a {
	margin: 0;
	line-height: 1.4;
}

.ticket-meta .pin {
	position: static;
	display: inline-block;
	float: none;
	margin: 0;
}

.inbox-messages .ticket-row {
	height: auto;
	min-height: 72px;
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 16px 24px 16px 20px;
	overflow: hidden;
}

.inbox-messages .ticket-row > * {
	float: none;
}

.inbox-messages .ticket-row p {
	line-height: 1.45;
}

.inbox-messages .ticket-row .inbox-message-author {
	flex: 0 0 168px;
	width: 168px;
	padding-left: 0;
	position: static;
}

.inbox-messages .ticket-row .inbox-message-author .user-avatar {
	position: static;
	float: left;
	margin: 0 12px 0 0;
}

.inbox-messages .ticket-row .inbox-message-author .pin {
	display: inline-block;
	margin: 0 0 6px;
	position: static;
}

.inbox-messages .ticket-row .inbox-message-content {
	flex: 1 1 auto;
	width: auto;
	max-height: none;
	margin: 0;
}

.inbox-messages .ticket-row .inbox-message-content p {
	float: none;
}

.inbox-messages .ticket-row .inbox-message-content .text-header,
.inbox-messages .ticket-row .inbox-message-content .description {
	display: block;
	max-width: 100%;
	white-space: nowrap;
}

.inbox-messages .ticket-row .inbox-message-date {
	flex: 0 0 auto;
	float: none;
	margin: 0;
	position: static;
	text-align: right;
}

.inbox-messages .ticket-row .inbox-message-date p {
	line-height: 1.45;
}

.inbox-messages .ticket-row .inbox-message-date .pin {
	position: static;
	display: inline-block;
	margin: 6px 0 0;
}

.ticket-upload {
	float: none;
	width: 100%;
	margin: 0 0 16px;
	overflow: hidden;
}

.ticket-upload .upload-file-actions {
	float: none;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 14px;
}

.ticket-upload .upload-file-actions .button {
	float: none;
	width: auto;
	margin: 0;
}

.ticket-upload .file-chosen {
	float: none;
	margin: 0;
	line-height: 30px;
}

.ticket-upload .input-hint {
	margin-top: 8px;
}

.comment-reply-form .checkbox-label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.4;
}

.ticket-admin-actions {
	margin-top: 22px;
}

@media screen and (max-width: 680px) {
	.ticket-filter {
		max-width: none;
	}

	.inbox-messages-preview.full .inbox-message-preview-header .text-header {
		max-width: 58%;
		font-size: 16px;
	}

	.ticket-meta {
		padding: 12px 16px;
	}

	.inbox-messages .ticket-row {
		flex-wrap: wrap;
		gap: 8px 12px;
		padding: 14px 16px;
	}

	.inbox-messages .ticket-row .inbox-message-author,
	.inbox-messages .ticket-row .inbox-message-content {
		flex: 1 1 100%;
		width: 100%;
	}

	.inbox-messages .ticket-row .inbox-message-date {
		width: 100%;
		text-align: left;
	}

	.ticket-upload .upload-file-actions {
		flex-wrap: wrap;
	}
}

.page-legal-body ul,
.page-legal-body ol {
	margin: 0 0 16px 22px;
	padding: 0;
	text-align: left;
}

.page-legal-body li {
	margin: 0 0 8px;
	line-height: 1.55;
}

.auth-recaptcha {
	margin: 18px 0 8px;
}

.header-wrap {
	position: relative;
	z-index: 500;
}

#mobile-cart {
	display: none;
}

#account-options-menu > .button {
	display: block;
	float: none;
	margin: 16px auto;
}

#account-options-menu .dropdown-item {
	position: relative;
}

#account-options-menu .dropdown-item .pin {
	top: 14px;
	right: 18px;
}

.headline.simple h4 .status-go {
	display: inline-block;
	margin-left: 10px;
	padding: 0 12px;
	height: 28px;
	line-height: 28px;
	background: #00d7b3;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	border-radius: 3px;
	vertical-align: middle;
}

.headline.simple h4 .status-go:hover {
	background: #06b99b;
	color: #fff;
}

@media screen and (max-width: 1260px) {
	.section-headline {
		height: auto;
		min-height: 0;
		padding: 16px 16px 18px;
		justify-content: center;
		text-align: center;
	}

	.section-headline h1 {
		float: none;
		flex: 1 1 100%;
		text-align: center;
		font-size: 1.35em;
		line-height: 1.25;
		padding: 0;
	}

	.section-headline p {
		flex: 1 1 100%;
		line-height: 1.45;
		padding: 0 8px;
	}

	header .mobile-menu-handler,
	header .mobile-account-options-handler {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90px;
		height: 100px;
		top: 0;
		z-index: 3;
	}

	header .mobile-menu-handler.left {
		left: 0;
	}

	header .mobile-menu-handler.right,
	header .mobile-account-options-handler.right {
		right: 0;
	}

	header .mobile-menu-handler img,
	header .mobile-menu-handler img.pull-icon,
	header .mobile-menu-handler img[alt="pull-icon"] {
		position: static;
		top: auto;
		left: auto;
		margin: 0;
		display: block;
	}

	header .mobile-account-options-handler .icon-user {
		position: static;
		top: auto;
		left: auto;
		margin: 0;
	}

	#mobile-cart {
		display: block;
		position: fixed;
		right: 16px;
		bottom: max(16px, env(safe-area-inset-bottom));
		z-index: 9990;
		width: 56px;
		height: 56px;
		pointer-events: none;
	}

	.mobile-cart-fab {
		position: relative;
		z-index: 2;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		border: 0;
		padding: 0;
		background: #00d7b3;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		pointer-events: auto;
	}

	.mobile-cart-fab:hover,
	.mobile-cart-fab.active {
		background: #06b99b;
	}

	.mobile-cart-fab .icon-basket {
		font-size: 22px;
		line-height: 1;
	}

	.mobile-cart-fab .pin {
		top: 4px;
		right: 2px;
		left: auto;
	}

	.mobile-cart-panel {
		position: absolute;
		right: 0;
		bottom: 120px;
		width: 300px;
		max-width: calc(100vw - 24px);
		overflow: visible;
		z-index: 1;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: opacity .2s ease, visibility .2s ease;
	}

	.mobile-cart-panel.open {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}

	.mobile-cart-panel.closed,
	.mobile-cart-panel.closed .dropdown.cart {
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.mobile-cart-panel .dropdown.cart {
		position: relative;
		opacity: 1;
		visibility: visible;
		overflow: visible;
		pointer-events: auto;
	}

	.mobile-cart-panel .dropdown.cart > .dropdown-item:first-child .dropdown-triangle {
		display: none;
	}

	.mobile-cart-panel .dropdown.cart .dropdown-item:last-child {
		height: 43px;
		padding: 0 18px 0 84px;
	}

	.mobile-cart-panel .dropdown.cart .dropdown-item:last-child .text-header,
	.mobile-cart-panel .dropdown.cart .dropdown-item:last-child .price {
		line-height: 43px;
	}

	.mobile-cart-panel .dropdown.cart .dropdown-item .button,
	.mobile-cart-panel .dropdown.cart .dropdown-item:last-child .button {
		position: absolute;
		float: none;
		width: 150px;
		height: 50px;
		line-height: 50px;
		margin: 0;
		padding: 0;
		bottom: -51px;
		left: -1px;
		border-radius: 0;
	}

	.mobile-cart-panel .dropdown.cart .dropdown-item .button.half:last-child {
		left: auto;
		right: -1px;
		width: 150px;
	}

	.mobile-cart-panel::after {
		content: "";
		position: absolute;
		right: 18px;
		bottom: -59px;
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #1396e1;
		z-index: 10001;
	}

	.section.item-page {
		display: flex;
		flex-direction: column;
	}

	.section.item-page .item-page-side,
	.section.item-page .item-page-main,
	.section.item-page .item-page-main > .post {
		display: contents;
	}

	.section.item-page .item-gallery {
		order: 1;
		max-width: none;
		width: 100%;
	}

	.section.item-page .item-page-buy {
		order: 2;
	}

	.section.item-page .item-page-author {
		order: 3;
	}

	.section.item-page .post > .line-separator,
	.section.item-page .post-content {
		order: 4;
	}

	.section.item-page .item-page-info {
		order: 5;
	}

	.section.item-page .item-faq,
	.section.item-page .post-tab {
		order: 6;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.section.item-page > .clearfix {
		order: 7;
	}

	.section.item-page .sidebar,
	.section.item-page .sidebar .sidebar-item.buttons {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.section.item-page .item-gallery-stage {
		height: 260px;
		max-width: none;
	}
}

@media screen and (max-width: 630px) {
	.section.item-page .item-page-buy .button,
	.section.item-page .item-page-buy form,
	.section.item-page .item-page-buy form .button,
	.section.item-page .item-page-author .button {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.product-list.grid:not(.owl-carousel).column4-wrap,
	.product-list.grid:not(.owl-carousel).column3-4-wrap {
		width: 288px;
	}

	.product-list.grid:not(.owl-carousel) .product-item.column {
		width: 288px;
		margin-right: 0;
	}

	.product-list.grid:not(.owl-carousel) .product-item .product-preview-actions {
		width: auto;
		height: 150px;
	}

	.product-list.grid:not(.owl-carousel) .product-item .product-preview-image,
	.product-list.grid:not(.owl-carousel) .product-item .product-preview-image.liquid {
		width: 100%;
		height: 150px;
	}

	.item-question-box .comment-wrap.comment-reply {
		gap: 12px;
	}

	.item-question-box .comment-wrap.comment-reply > .user-avatar {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}
}

.item-page-buy form {
	overflow: hidden;
	margin: 0;
}

.shop-cat-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
}

.shop-cat-chip {
	display: inline-block;
	padding: 8px 14px;
	border: 1px solid #ebebeb;
	background: #fff;
	color: #2b373a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	border-radius: 4px;
}

.shop-cat-chip:hover,
.shop-cat-chip.active {
	border-color: #00d7b3;
	background: #00d7b3;
	color: #fff;
}

@media screen and (max-width: 935px) {
	.headline.simple {
		height: auto;
		min-height: 44px;
		padding: 12px 16px;
	}

	.headline.simple:before {
		height: 100%;
	}

	.headline.simple h4 {
		float: none;
		line-height: 1.4;
	}

	.headline.simple h4 .status-go {
		display: inline-block;
		margin: 8px 0 0;
	}

	.section .content .headline.shop-count {
		height: 44px;
		padding: 0 16px;
		margin-bottom: 14px;
	}

	.section .content .headline.shop-count:before {
		height: 44px;
	}

	.section .content .headline.shop-count h4 {
		float: none;
		line-height: 44px;
		text-align: left;
		font-size: 15px;
	}

	.section.shop-page .sidebar {
		margin-bottom: 18px;
	}

	.section.shop-page .sidebar .sidebar-item {
		padding-bottom: 8px;
	}

	.section.shop-page .sidebar .button {
		width: 100%;
		float: none;
		margin-top: 8px;
	}

	.shop-seo-lead {
		display: none;
	}

	.shop-cat-strip {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 0 16px;
		padding: 0 0 6px;
	}

	.shop-cat-chip {
		flex: 0 0 auto;
		white-space: nowrap;
	}
}

.section.cart-page .cart {
	width: 100%;
	max-width: none;
	margin: 0;
}

.section.cart-page .cart .cart-header,
.section.cart-page .cart .cart-item {
	display: flex;
	align-items: center;
	overflow: visible;
}

.section.cart-page .cart .cart-header > *,
.section.cart-page .cart .cart-item > * {
	float: none;
}

.section.cart-page .cart .cart-header-product,
.section.cart-page .cart .cart-item-product {
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	padding: 0 20px 0 28px;
	text-align: left;
}

.section.cart-page .cart .cart-header-category,
.section.cart-page .cart .cart-item-category,
.section.cart-page .cart .cart-header-price,
.section.cart-page .cart .cart-item-price,
.section.cart-page .cart .cart-header-actions,
.section.cart-page .cart .cart-item-actions {
	display: block;
	width: auto;
}

.section.cart-page .cart .cart-header-category,
.section.cart-page .cart .cart-item-category {
	flex: 0 0 170px;
}

.section.cart-page .cart .cart-header-price,
.section.cart-page .cart .cart-item-price {
	flex: 0 0 150px;
}

.section.cart-page .cart .cart-header-actions,
.section.cart-page .cart .cart-item-actions {
	flex: 0 0 100px;
}

.section.cart-page .cart .cart-item {
	padding: 28px 0;
}

.section.cart-page .cart .cart-item .cart-item-category,
.section.cart-page .cart .cart-item .cart-item-price,
.section.cart-page .cart .cart-item .cart-item-actions {
	padding-top: 0;
}

.section.cart-page .cart .cart-item-product .item-preview {
	min-height: 70px;
}

.section.cart-page .cart .cart-item-product .item-preview .text-header {
	white-space: normal;
	line-height: 1.35em;
	margin-bottom: 6px;
}

.section.cart-page .cart .cart-item-product .item-preview .description {
	width: auto;
	max-width: 100%;
}

.section.cart-page .cart-empty {
	padding: 42px 28px;
	text-align: center;
}

.section.cart-page .cart-total,
.checkout-totals .cart-total.small {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	height: auto;
	min-height: 56px;
	padding: 10px 28px;
	overflow: hidden;
}

.checkout-totals .cart-total.small {
	padding-left: 0;
	padding-right: 0;
	min-height: 48px;
}

.section.cart-page .cart-total .subtotal,
.section.cart-page .cart-total .total,
.section.cart-page .cart-total .price,
.checkout-totals .cart-total.small .subtotal,
.checkout-totals .cart-total.small .total,
.checkout-totals .cart-total.small .price {
	float: none;
	line-height: 1.4;
	margin: 0;
}

.section.cart-page .cart-actions {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 12px;
	padding: 24px 28px 8px;
	overflow: visible;
}

.section.cart-page .cart-actions .button,
.section.cart-page .cart-actions .button.spaced {
	float: none;
	width: auto;
	min-width: 180px;
	margin: 0;
}

.cart-secure-note {
	padding: 0 28px 26px;
	margin: 0;
	max-width: 720px;
	margin-left: auto;
	text-align: right;
}

.plw-coupon {
	padding: 22px 28px 24px;
	border-bottom: 1px solid #ebebeb;
	background: #fafbfb;
}

.plw-coupon .text-header {
	margin: 0 0 6px;
}

.plw-coupon-hint {
	margin: 0 0 14px;
	max-width: 560px;
}

.plw-coupon-row {
	display: flex;
	align-items: stretch;
	gap: 10px;
	max-width: 560px;
}

.plw-coupon-row input[type="text"] {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	margin: 0;
	height: 40px;
}

.plw-coupon-form .button,
.plw-coupon-row .button {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	flex: 0 0 auto;
	padding: 0 22px;
	height: 42px;
	line-height: 42px;
	white-space: nowrap;
	box-sizing: border-box;
}

.plw-coupon-applied {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 16px;
	margin: 14px 0 0;
}

.plw-coupon-applied p {
	margin: 0;
}

.plw-coupon-applied form,
.plw-coupon-applied .button {
	float: none;
	width: auto;
	margin: 0;
	padding: 0 18px;
	white-space: nowrap;
}

.checkout-box .plw-coupon {
	margin: 6px 0 0;
	padding: 18px 0 16px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background: transparent;
}

.checkout-box .plw-coupon-row {
	max-width: 100%;
}

.checkout-totals {
	padding: 6px 0 10px;
}

@media screen and (max-width: 900px) {
	.section.cart-page .cart .cart-header-category,
	.section.cart-page .cart .cart-item-category {
		display: none;
	}

	.section.cart-page .cart .cart-header-price,
	.section.cart-page .cart .cart-item-price {
		flex: 0 0 120px;
	}
}

@media screen and (max-width: 680px) {
	.section.cart-page .cart .cart-header {
		display: none;
	}

	.section.cart-page .cart .cart-item {
		flex-wrap: wrap;
		padding: 22px 18px;
		gap: 12px 0;
	}

	.section.cart-page .cart .cart-header-product,
	.section.cart-page .cart .cart-item-product {
		flex: 1 1 100%;
		width: 100%;
		padding: 0;
	}

	.section.cart-page .cart .cart-item-product .item-preview {
		padding-top: 4px;
		padding-left: 82px;
	}

	.section.cart-page .cart .cart-item-product .item-preview .product-preview-image {
		top: 0;
		left: 0;
		margin-left: 0;
	}

	.section.cart-page .cart .cart-item-product .item-preview p {
		text-align: left;
	}

	.section.cart-page .cart .cart-header-price,
	.section.cart-page .cart .cart-item-price,
	.section.cart-page .cart .cart-header-actions,
	.section.cart-page .cart .cart-item-actions {
		display: block;
		flex: 1 1 auto;
		text-align: left;
		padding: 0 0 0 82px;
	}

	.section.cart-page .cart .cart-item-actions {
		flex: 0 0 auto;
		padding-left: 12px;
		margin-left: auto;
	}

	.section.cart-page .cart-total,
	.section.cart-page .cart-actions {
		padding-left: 18px;
		padding-right: 18px;
	}

	.section.cart-page .cart-actions,
	.section.cart-page .cart-actions .button,
	.section.cart-page .cart-actions .button.spaced {
		width: 100%;
		min-width: 0;
	}

	.cart-secure-note {
		padding: 0 18px 22px;
		text-align: left;
		margin-left: 0;
	}

	.plw-coupon {
		padding: 18px;
	}

	.plw-coupon-row {
		flex-direction: column;
		max-width: none;
	}

	.plw-coupon-row .button {
		width: 100%;
	}
}

.plw-notfound {
	max-width: 640px;
	margin: 0 auto 48px;
}

.plw-notfound p {
	margin-bottom: 22px;
}

.plw-notfound-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media screen and (max-width: 480px) {
	.plw-notfound-actions .button {
		width: 100%;
	}
}

.user-avatar-wrap,
.user-avatar {
	overflow: hidden;
	border-radius: 50%;
	flex-shrink: 0;
}

.user-avatar-wrap.medium,
.user-avatar.medium {
	width: 70px;
	height: 70px;
}

.user-avatar-wrap img,
.user-avatar img,
.sidebar-item.author-bio .user-avatar img,
.sidebar-item.author-bio .user-avatar-wrap img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 50%;
}

.manage-empty-wrap {
	max-width: 360px;
	margin: 0 0 28px;
}

.manage-empty-wrap .product-item.upload-new {
	display: block;
	float: none;
	width: auto;
	margin: 0 0 18px;
	padding: 5px 5px 12px;
	text-decoration: none;
	color: inherit;
}

.manage-empty-wrap .product-preview-actions {
	position: relative;
	width: 100%;
	aspect-ratio: 258 / 150;
	overflow: hidden;
}

.manage-empty-wrap .product-preview-image {
	width: 100%;
	height: 100%;
}

.manage-empty-wrap .product-info {
	padding: 16px 8px 8px;
}

.manage-empty {
	margin: 0;
	padding: 16px 4px 0;
	color: #888;
	line-height: 1.6;
}

.manage-empty a {
	display: inline-block;
	margin-left: 6px;
	color: #00d7b3;
	font-weight: 700;
}

.pm-text.pay_balance > p {
	margin: 0 0 18px;
	line-height: 1.6;
}

.pm-text.pay_balance .balance-code-send {
	margin: 0 0 24px;
}

.pm-text.pay_balance .balance-code-send .button {
	display: block;
	width: 100%;
	margin: 0;
}

.pm-text.pay_balance .balance-code-confirm {
	margin: 0;
}

.pm-text.pay_balance .balance-code-confirm .rl-label {
	display: block;
	margin: 0 0 8px;
}

.pm-text.pay_balance .balance-code-confirm input[type="text"] {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	box-sizing: border-box;
}

.pm-text.pay_balance .balance-code-confirm .button {
	display: block;
	width: 100%;
	margin: 0;
}

@media screen and (max-width: 630px) {
	#footer-top-wrap,
	#footer-bottom-wrap {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	#footer-top,
	#footer-bottom {
		width: 100%;
		max-width: 1170px;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
	}

	#footer-top .company-info,
	#footer-top .link-info,
	#footer-top .twitter-feed {
		padding-left: 0;
		padding-right: 0;
	}
}

.dashboard-content .headline.filter {
	height: auto;
	min-height: 66px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 16px;
	padding: 12px 16px 12px 22px;
	overflow: visible;
}

.dashboard-content .headline.filter:before {
	height: 100%;
}

.dashboard-content .headline.filter h4 {
	float: none;
	margin: 0;
	line-height: 1.35;
	flex: 1 1 180px;
}

.dashboard-content .headline.filter form,
.dashboard-content .headline.filter .admin-filter-form {
	float: none;
	margin: 0;
	flex: 1 1 280px;
	justify-content: flex-end;
}

.dashboard-content .headline.filter .select-block {
	float: none;
	margin: 0;
}

.manage-empty {
	clear: both;
	margin: 0 0 24px;
	padding: 0 4px;
	line-height: 1.6;
}

.blog-post .meta-line,
.blog-grid-item .meta-line {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
	overflow: visible !important;
	float: none;
}

.blog-post .meta-line > *,
.blog-grid-item .meta-line > * {
	float: none !important;
	margin: 0 !important;
	line-height: 1.4 !important;
}

.blog-meta-cat,
.blog-meta-date,
.blog-meta-views,
.blog-meta-author {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #888;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.blog-meta-cat {
	color: #00d7b3;
	font-weight: 700;
	text-decoration: none;
}

.blog-meta-author {
	margin-left: auto !important;
	color: #2b373a;
	font-weight: 700;
}

.blog-meta-views .icon-eye {
	position: static;
	top: auto;
}

@media screen and (max-width: 680px) {
	.blog-meta-author {
		margin-left: 0 !important;
	}

	.dashboard-content .headline.filter form,
	.dashboard-content .headline.filter .admin-filter-form {
		width: 100%;
		justify-content: stretch;
	}

	.dashboard-content .headline.filter .admin-filter-form input[type="text"],
	.dashboard-content .headline.filter .select-block {
		width: 100%;
	}
}

.mail-preview-frame {
	display: block;
	width: 100%;
	height: 760px;
	border: 1px solid #ebebeb;
	background: #f5f5f5;
	border-radius: 8px;
}

.mail-body-field {
	min-height: 240px;
	font-family: Consolas, "Courier New", monospace;
	font-size: 13px;
	line-height: 1.5;
}

.mail-template-form {
	margin-bottom: 28px;
}

.mail-template-form .button.dark-light {
	margin-left: 8px;
}

.form-box-item code {
	font-size: 12px;
	color: #1d2628;
	background: #f3f5f6;
	padding: 1px 6px;
	border-radius: 4px;
}

.dashboard-content .purchase-item form {
	margin-left: auto;
	align-self: center;
}

.mail-contact-list .purchases-list-header-details {
	width: 33.6%;
}

.mail-contact-list .purchases-list-header-details .text-header {
	padding-left: 68px;
}

.mail-contact-list .item-preview .user-avatar {
	position: absolute;
	left: 0;
	top: 8px;
	width: 54px;
	height: 54px;
}

.mail-contact-list .item-preview .user-avatar img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	object-fit: cover;
}

.mail-contact-list .item-preview {
	padding-left: 68px;
	min-height: 54px;
}

.mail-contact-list .purchase-item-info .category {
	white-space: normal;
	line-height: 1.35;
	text-transform: none;
}

.dashboard-content .mail-contact-list .purchase-item {
	height: 120px;
	overflow: hidden;
}

.mail-contact-toggle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #00d7b3;
	position: relative;
	float: right;
	margin: 10px 18px 0 0;
	cursor: pointer;
}

.mail-contact-toggle .svg-plus {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 13.5px;
	left: 13.5px;
	fill: #fff;
	transition: transform .25s ease;
}

.mail-contact-row.open .mail-contact-toggle {
	background: #2b373a;
}

.mail-contact-row.open .mail-contact-toggle .svg-plus {
	transform: rotate(45deg);
}

.mail-contact-extra {
	display: none;
	background: #f8f8f8;
	border-bottom: 1px solid #ebebeb;
	padding: 18px 24px 22px;
}

.mail-contact-row.open .mail-contact-extra {
	display: block;
}

.mail-contact-extra-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 32px;
}

.mail-contact-extra-grid > div {
	min-width: 180px;
	flex: 1 1 180px;
}

.mail-contact-extra .text-header.tiny {
	margin-bottom: 6px;
}

@media screen and (max-width: 630px) {
	.dashboard-content .mail-contact-list .purchase-item {
		height: auto;
		overflow: visible;
	}

	.mail-contact-list .item-preview {
		padding-left: 68px;
	}

	.mail-contact-toggle {
		float: none;
		margin: 8px auto 0;
	}

	.mail-contact-list .purchases-list-header-details .text-header {
		padding-left: 0;
	}
}

.mail-admin .mail-tabs.tab-header .tab-item {
	min-width: 0;
	flex: 1 1 0;
}

.mail-admin .mail-tabs .tab-item > p {
	font-size: 13px;
	padding: 0 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mail-admin .graph-stats-list {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

.mail-admin .graph-stats-list-item h2 {
	font-size: 2.125em;
	line-height: 1.15;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mail-admin .graph-stats-list-item p {
	white-space: normal;
	line-height: 1.35;
}

.mail-admin .form-box-items > .form-box-item {
	width: 48.7%;
	max-width: none;
	box-sizing: border-box;
}

.mail-admin .form-box-items > .form-box-item.full {
	width: 100%;
	float: none;
	clear: both;
	margin-right: 0;
}

.mail-admin .form-box-item canvas,
.mail-admin .main-activity-chart,
.mail-admin .mail-sales-chart,
.mail-admin .mail-revenue-chart,
.mail-admin .mail-activity-chart {
	display: block;
	width: 100% !important;
	max-width: 100%;
	max-height: 280px;
}

.mail-admin .form-box-item a.button + a.button,
.mail-admin .form-box-item .button + a.button,
.mail-admin .wrap-1-3 .button {
	display: block;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.mail-admin .wrap-1-3 .button:first-of-type {
	margin-top: 0;
}

.mail-admin .purchases-list {
	margin-bottom: 26px;
}

.mail-admin .purchase-item-recommend form,
.mail-admin .purchase-item-download form {
	margin-left: 0;
	float: none;
	display: inline-block;
}

.mail-admin .purchase-item-download .button,
.mail-admin .purchase-item-recommend .button {
	float: none;
	display: inline-block;
	width: auto;
	min-width: 0;
	margin: 0 auto;
}

.mail-admin .chart-legend-item-color.gray {
	background-color: #eff0f4;
}

.mail-admin .form-box-addon {
	margin-bottom: 26px;
}

.mail-weekday-list {
	overflow: hidden;
	margin: 4px 0 12px;
}

.mail-weekday-list .label-check {
	float: left;
	margin: 0 18px 10px 0;
}

.mail-row-list .purchase-item-details .description {
	width: auto;
	max-width: 100%;
}

@media screen and (max-width: 935px) {
	.mail-admin .graph-stats-list-item {
		width: 48%;
		height: auto;
		min-height: 150px;
		margin-right: 4%;
		margin-bottom: 16px;
		padding-bottom: 18px;
	}

	.mail-admin .graph-stats-list-item:nth-child(2n) {
		margin-right: 0;
	}

	.mail-admin .form-box-items > .form-box-item {
		width: 100%;
		float: none;
	}

	.mail-admin .mail-tabs .tab-item > p {
		font-size: 12px;
		padding: 0 4px;
	}
}

@media screen and (max-width: 630px) {
	.mail-admin .graph-stats-list-item {
		width: 100%;
		margin-right: 0;
	}

	.mail-admin .mail-tabs.tab-header .tab-item {
		flex: 1 1 33.33%;
	}

	.mail-weekday-list .label-check {
		float: none;
		display: block;
		margin: 0 0 10px;
	}
}

.inbox-messages a.inbox-message.inbox-thread {
	display: flex;
	align-items: center;
	gap: 12px 18px;
	height: auto !important;
	min-height: 72px;
	padding: 14px 18px 14px 20px;
	overflow: visible;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 215, 179, 0.18);
}

.inbox-messages a.inbox-message.inbox-thread:hover,
.inbox-messages a.inbox-message.inbox-thread:focus {
	background: #f8fafa;
}

.inbox-messages a.inbox-message.inbox-thread.v2 {
	height: auto !important;
	min-height: 72px;
	padding: 14px 18px 14px 20px;
}

.inbox-messages a.inbox-message.inbox-thread p {
	line-height: 1.35;
}

.inbox-messages a.inbox-thread .inbox-message-author,
.inbox-messages a.inbox-thread .inbox-message-content,
.inbox-messages a.inbox-thread .inbox-message-date {
	float: none;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	margin: 0;
	padding-top: 0;
	width: auto;
}

.inbox-messages a.inbox-thread .inbox-message-author {
	flex: 0 0 220px;
	width: 220px;
	min-width: 0;
	padding-left: 64px;
}

.inbox-messages a.inbox-thread .inbox-message-author .user-avatar {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 54px;
	height: 54px;
	margin-top: -27px;
}

.inbox-messages a.inbox-thread .inbox-message-author .text-header {
	margin: 0;
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inbox-messages a.inbox-thread .inbox-message-content {
	flex: 1 1 auto;
	min-width: 0;
	max-width: none;
	max-height: none;
	width: auto;
}

.inbox-messages a.inbox-thread .inbox-message-content p {
	float: none;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
}

.inbox-messages a.inbox-thread .inbox-message-content .text-header {
	margin: 0 0 4px;
	max-width: 100%;
}

.inbox-messages a.inbox-thread .inbox-message-date {
	flex: 0 0 auto;
	text-align: right;
	padding-left: 8px;
}

.inbox-messages a.inbox-thread .inbox-message-date p {
	line-height: 1.35;
	margin: 0;
}

.inbox-thread-open {
	display: inline-block;
	margin-top: 6px;
	padding: 6px 12px;
	background: #00d7b3;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 3px;
	line-height: 1;
}

.inbox-messages a.inbox-thread.ticket-row .inbox-message-author .pin {
	position: static;
	display: inline-block;
	margin: 0 0 8px;
}

.statement-lead {
	margin: 0 0 22px;
	max-width: 720px;
	line-height: 1.6;
}

.statement-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 26px;
}

.statement-stat {
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 20px 22px 18px;
	border-top: 4px solid #ebebeb;
}

.statement-stat.ready {
	border-top-color: #00d7b3;
}

.statement-stat.pending {
	border-top-color: #108fe9;
}

.statement-stat.paid {
	border-top-color: #2b373a;
}

.statement-stat .text-header.tiny {
	margin: 0 0 8px;
	color: #888;
}

.statement-stat-value {
	margin: 0 0 8px;
	color: #2b373a;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2;
}

.statement-stat p:last-child {
	margin: 0;
	line-height: 1.4;
}

.statement-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 18px 22px;
	margin: 0 0 12px;
}

.statement-card-main {
	min-width: 0;
	flex: 1 1 auto;
}

.statement-card-main .text-header {
	margin: 0 0 10px;
	line-height: 1.35;
}

.statement-card-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
}

.statement-card-meta .pin {
	position: static;
	display: inline-block;
	margin: 0;
}

.statement-card-meta p {
	margin: 0;
	line-height: 1.4;
}

.statement-card-gain {
	flex: 0 0 auto;
	text-align: right;
}

.statement-card-gain .text-header.tiny {
	margin: 0 0 6px;
	color: #888;
}

.statement-card-gain .price {
	margin: 0;
	color: #2b373a;
	font-size: 1.25em;
	line-height: 1.2;
}

@media screen and (max-width: 935px) {
	.inbox-messages a.inbox-thread {
		flex-wrap: wrap;
		padding: 16px 16px 16px 18px;
		min-height: 0;
		height: auto !important;
	}

	.inbox-messages a.inbox-thread .inbox-message-author {
		flex: 1 1 calc(100% - 90px);
		width: auto;
	}

	.inbox-messages a.inbox-thread .inbox-message-date {
		flex: 0 0 auto;
		margin-left: auto;
	}

	.inbox-messages a.inbox-thread .inbox-message-content {
		flex: 1 1 100%;
		width: 100%;
		order: 3;
	}

	.statement-stats {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 630px) {
	.inbox-messages a.inbox-thread .inbox-message-author {
		flex: 1 1 auto;
		padding-left: 62px;
	}

	.inbox-messages a.inbox-thread .inbox-message-content .description {
		white-space: normal;
	}

	.inbox-thread-open {
		display: inline-block;
	}

	.statement-card {
		flex-direction: column;
		align-items: flex-start;
	}

	.statement-card-gain {
		text-align: left;
	}

	.recent-activity a.recent-activity-item {
		flex-wrap: wrap;
	}

	.recent-activity .recent-activity-item-info {
		flex: 1 1 100%;
	}
}

.overview-tiles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 16px;
	margin: 0 0 30px;
}

.club-pass {
	background: #fff;
	border: 1px solid #ebebeb;
	border-top: 4px solid #00d7b3;
	padding: 24px 26px 22px;
	margin: 0 0 22px;
	box-sizing: border-box;
}

.club-pass.is-empty {
	border-top-color: #cfd4d6;
}

.club-pass-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
}

.club-pass-kicker {
	margin: 0 0 4px;
	color: #888;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.club-pass h3 {
	margin: 0 0 6px;
	color: #2b373a;
	font-size: 1.35em;
	font-weight: 700;
	line-height: 1.25;
}

.club-pass-lead {
	margin: 0;
	color: #6a7375;
	font-size: 0.92em;
	line-height: 1.45;
	max-width: 42em;
}

.club-pass-pill {
	flex: 0 0 auto;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: #00d7b3;
	color: #fff;
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1;
}

.club-pass-pill.is-soft {
	background: #f3f4f6;
	color: #2b373a;
}

.club-pass-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 16px;
}

.club-pass-stat {
	background: #fafbfb;
	border: 1px solid #f0f1f2;
	padding: 14px 16px 12px;
}

.club-pass-label {
	margin: 0 0 6px;
	color: #888;
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.club-pass-value {
	margin: 0 0 4px;
	color: #2b373a;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2;
}

.club-pass-hint {
	margin: 0;
	color: #888;
	font-size: 0.8em;
	line-height: 1.35;
}

.club-pass-meter {
	height: 6px;
	background: #f0f1f2;
	overflow: hidden;
	margin: 0 0 10px;
}

.club-pass-meter span {
	display: block;
	height: 100%;
	background: #00d7b3;
}

.club-pass-note {
	margin: 0 0 14px;
	color: #6a7375;
	font-size: 0.86em;
	line-height: 1.45;
}

.club-pass-cancel {
	margin: 4px 0 0;
}

.checkout-recurring-note {
	margin: -8px 0 18px;
	color: #6a7375;
	font-size: 0.86em;
	line-height: 1.45;
}

@media screen and (max-width: 720px) {
	.club-pass-stats {
		grid-template-columns: 1fr;
	}

	.club-pass-top {
		flex-direction: column;
	}
}

a.overview-tile {
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #ebebeb;
	border-top: 4px solid #00d7b3;
	padding: 22px 22px 18px;
	min-height: 148px;
	box-sizing: border-box;
}

a.overview-tile:hover {
	border-color: #00d7b3;
}

a.overview-tile.purchases {
	border-top-color: #108fe9;
}

a.overview-tile.questions {
	border-top-color: #7c5ac2;
}

a.overview-tile.announce {
	border-top-color: #2b373a;
}

a.overview-tile.community {
	border-top-color: #25d366;
}

a.overview-tile .sl-icon {
	display: block;
	margin-bottom: 10px;
	color: #00d7b3;
	font-size: 22px;
}

a.overview-tile.purchases .sl-icon {
	color: #108fe9;
}

a.overview-tile.questions .sl-icon {
	color: #7c5ac2;
}

a.overview-tile.announce .sl-icon {
	color: #2b373a;
}

a.overview-tile.community .sl-icon {
	color: #25d366;
}

a.overview-tile .text-header.tiny {
	margin: 0 0 8px;
	color: #888;
}

a.overview-tile .overview-tile-value {
	margin: 0 0 8px;
	color: #2b373a;
	font-size: 1.65em;
	font-weight: 700;
	line-height: 1.15;
}

a.overview-tile .overview-tile-value.is-name {
	font-size: 1.18em;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: -0.01em;
	word-break: break-word;
}

a.overview-tile p:last-of-type {
	margin: 0;
}

a.overview-tile .pin {
	position: absolute;
	top: 16px;
	right: 16px;
}

@media screen and (max-width: 680px) {
	.overview-tiles {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 420px) {
	.overview-tiles {
		grid-template-columns: 1fr;
	}
}

.overview-downloads {
	margin: 0 0 20px;
}

.overview-download {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	margin: 0 0 12px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}

.overview-download.is-empty {
	grid-template-columns: minmax(0, 1fr);
}

.overview-download .product-preview-image {
	width: 70px;
	height: 70px;
	margin: 0;
}

.overview-download .product-preview-image img {
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.overview-download-copy {
	min-width: 0;
}

.overview-download-copy .text-header {
	margin: 0 0 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.overview-download-copy p {
	margin: 0;
}

.overview-download .button {
	float: none;
	margin: 0;
}

.overview-downloads > .button {
	float: none;
	display: inline-block;
	margin: 8px 0 0;
}

@media screen and (max-width: 630px) {
	.overview-download {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 12px;
	}

	.overview-download .product-preview-image,
	.overview-download .product-preview-image img {
		width: 56px;
		height: 56px;
	}

	.overview-download .button {
		grid-column: 1 / -1;
		width: 100%;
		text-align: center;
	}

	.overview-downloads > .button {
		width: 100%;
		text-align: center;
	}

	.club-plan .price .price-now {
		font-size: 28px;
	}
}

.listing-page .section {
	overflow: visible;
	padding: 36px 0 80px;
}

.listing-wizard {
	width: 100%;
	max-width: none;
	float: none;
}

.listing-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	position: relative;
	margin: 0 0 32px;
	padding: 0 0 28px;
	list-style: none;
	border-bottom: 1px solid #ebebeb;
}

.listing-steps::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 16.5%;
	right: 16.5%;
	height: 2px;
	background: #ebebeb;
}

.listing-steps::after {
	content: "";
	position: absolute;
	top: 21px;
	left: 16.5%;
	width: 0;
	height: 2px;
	background: #00d7b3;
}

.listing-wizard[data-step="2"] .listing-steps::after {
	width: 33.5%;
}

.listing-wizard[data-step="3"] .listing-steps::after {
	width: 67%;
}

.listing-step {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
}

.listing-step.is-done {
	cursor: pointer;
}

.listing-step span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ebebeb;
	color: #888;
	font-size: 15px;
	font-weight: 700;
}

.listing-step.is-current span,
.listing-step.is-done span {
	background: #00d7b3;
	border-color: #00d7b3;
	color: #fff;
}

.listing-step p {
	margin: 0;
	color: #2b373a;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.listing-wizard-card {
	width: 100%;
	float: none;
	padding: 42px 48px 48px;
	background: #fff;
	border: 1px solid #ebebeb;
	box-shadow: 0 10px 32px rgba(43, 55, 58, 0.06);
	box-sizing: border-box;
}

.listing-wizard-card h3 {
	margin: 0 0 10px;
	text-align: left;
	font-size: 1.85em;
	line-height: 1.25;
}

.listing-lead {
	margin: 0 0 28px;
	max-width: 760px;
	font-size: 15px;
	line-height: 1.65;
}

.listing-picked {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin: 0 0 24px;
	padding: 12px 16px;
	background: #f3fffc;
	border: 1px solid #b6f3e8;
	color: #2b373a;
	font-size: 14px;
}

.listing-picked[hidden] {
	display: none;
}

.listing-picked strong {
	color: #06b99b;
}

.listing-change-cat {
	margin-left: auto;
	padding: 0;
	background: none;
	border: 0;
	color: #06b99b;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.listing-wizard-error,
.listing-step-error {
	margin: 0 0 18px;
	color: #e61852;
	font-weight: 700;
}

.listing-panel {
	display: none;
}

.listing-panel.is-active {
	display: block;
}

.listing-cat-search {
	position: relative;
	margin: 0 0 24px;
}

.listing-cat-search-icon {
	position: absolute;
	left: 16px;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	color: #888;
	pointer-events: none;
}

.listing-cat-search-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.listing-wizard input#listing-cat-q[type="search"] {
	width: 100%;
	height: 48px;
	padding: 0 16px 0 44px;
	border: 1px solid #ebebeb;
	background: #fff;
	color: #2b373a;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	line-height: 48px;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

.listing-wizard input#listing-cat-q[type="search"]:focus {
	border-color: #00d7b3;
}

.listing-cat-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	padding: 0;
	background: none;
	border: 0;
	color: #06b99b;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.listing-cat-back-icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
}

.listing-cat-back-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.listing-cat-subs-title {
	margin: 0 0 16px;
	color: #2b373a;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

.listing-cat-main {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	gap: 16px;
}

.listing-cat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 154px;
	padding: 18px 12px 16px;
	background: #f7f8fa;
	border: 1px solid #ebebeb;
	color: #2b373a;
	font-family: "Titillium Web", sans-serif;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.listing-cat-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 52px;
	margin: 0 0 10px;
	color: #00d7b3;
}

.listing-cat-icon svg {
	width: 40px;
	height: 40px;
	display: block;
}

.listing-cat-card strong {
	display: block;
	color: #2b373a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.listing-cat-card small {
	display: block;
	margin-top: 8px;
	color: #06b99b;
	font-size: 12px;
	font-weight: 700;
}

.listing-cat-card:hover,
.listing-cat-card.is-selected {
	background: #fff;
	border-color: #00d7b3;
	box-shadow: 0 8px 22px rgba(0, 215, 179, 0.12);
}

.listing-cat-card:hover .listing-cat-icon,
.listing-cat-card.is-selected .listing-cat-icon {
	color: #06b99b;
}

.listing-cat-home.is-off,
.listing-cat-subs.is-off,
.listing-cat-results.is-off,
.listing-cat-empty.is-off,
.listing-cat-card.is-off {
	display: none !important;
}

.listing-cat-count {
	margin: 0 0 14px;
	color: #888;
	font-size: 13px;
	font-weight: 700;
}

.listing-cat-group-name {
	display: block;
	margin-top: 6px;
	color: #888;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

.listing-cat-empty {
	margin: 8px 0 0;
	color: #888;
	font-weight: 600;
}
	color: #888;
	font-weight: 600;
}

.listing-wizard .input-container {
	margin-bottom: 22px;
}

.listing-wizard .input-container input,
.listing-wizard .input-container textarea,
.listing-wizard .select-block {
	font-size: 16px;
}

.listing-wizard .input-container textarea {
	min-height: 200px;
	line-height: 1.55;
}

.listing-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.listing-row .input-container {
	width: 100%;
	float: none;
	clear: none;
}

.listing-media {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 20px;
	margin: 0 0 22px;
}

.listing-drop {
	margin-bottom: 8px;
}

.listing-drop-area {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 240px;
	padding: 24px;
	background: #f7f8fa;
	border: 2px dashed #d7dbe0;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}

.listing-drop-cover .listing-drop-area {
	min-height: 280px;
}

.listing-drop-area:hover {
	border-color: #00d7b3;
	background: #f3fffc;
}

.listing-drop-area input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.listing-drop-copy {
	display: flex;
	flex-direction: column;
	gap: 6px;
	text-align: center;
	z-index: 1;
}

.listing-drop-copy strong {
	color: #2b373a;
	font-size: 17px;
}

.listing-drop-copy small {
	color: #888;
	font-size: 13px;
	font-weight: 600;
}

.listing-drop-preview {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.listing-drop-preview:not([hidden]) + .listing-drop-copy {
	position: relative;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.92);
}

.listing-drop-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-bottom: 10px;
	z-index: 1;
}

.listing-drop-thumbs img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border: 1px solid #ebebeb;
	background: #fff;
}

.listing-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.listing-actions .button {
	min-width: 180px;
}

@media screen and (max-width: 860px) {
	.listing-wizard-card {
		padding: 24px 18px 28px;
	}

	.listing-media,
	.listing-row {
		grid-template-columns: 1fr;
	}

	.listing-step p {
		font-size: 12px;
	}

	.listing-steps::before {
		display: none;
	}

	.listing-change-cat {
		margin-left: 0;
	}

	.listing-cat-main {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	}

	.listing-cat-card {
		min-height: 148px;
	}
}

.verify-email {
	max-width: 560px;
}

.verify-email-card {
	padding: 36px 40px 40px;
	background: #fff;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}

.verify-email-card h4 {
	margin: 0 0 10px;
	text-align: left;
	font-size: 1.35em;
	line-height: 1.3;
}

.verify-email-lead {
	margin: 0 0 22px;
	line-height: 1.65;
}

.verify-email-note {
	margin: 0 0 20px;
	padding: 12px 14px;
	background: #f3fffc;
	border: 1px solid #b6f3e8;
	color: #06b99b;
	font-weight: 700;
	line-height: 1.5;
}

.verify-email-form {
	margin: 0;
}

.verify-email-form .rl-label {
	display: block;
	margin-bottom: 8px;
}

.verify-email-card input.verify-email-code[type="text"] {
	display: block;
	width: 200px;
	max-width: 100%;
	height: 54px;
	margin: 0 0 16px;
	padding: 0 10px;
	border: 1px solid #ebebeb;
	background: #fff;
	color: #2b373a;
	font-family: "Titillium Web", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.32em;
	line-height: 54px;
	text-align: center;
	box-sizing: border-box;
}

.verify-email-card input.verify-email-code[type="text"]:focus {
	border-color: #00d7b3;
}

.verify-email-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.verify-email-actions .button {
	width: auto;
	min-width: 0;
	flex: 1 1 160px;
}

@media screen and (max-width: 560px) {
	.verify-email-card {
		padding: 24px 18px 28px;
	}

	.verify-email-code,
	input.verify-email-code[type="text"],
	.verify-email-actions .button {
		width: 100%;
	}
}

.blog-html .plw-embed-product,
.ai-preview-body .plw-embed-product {
	max-width: 360px;
	margin: 18px 0 24px;
}

.ai-blog .form-box-items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2.6%;
	float: none;
	width: 100%;
}

.ai-blog .form-box-items > .form-box-item,
.ai-blog .form-box-items > .form-box-item:nth-child(odd),
.ai-blog .form-box-items > .form-box-item:nth-child(even) {
	float: none;
	clear: none;
	width: calc(50% - 1.3%);
	max-width: none;
	margin: 0;
}

.ai-blog .form-box-items > .form-box-item.full,
.ai-blog .form-box-items > .form-box-item.full:nth-child(odd),
.ai-blog .form-box-items > .form-box-item.full:nth-child(even) {
	width: 100%;
	max-width: 100%;
}

.ai-blog-tabs.tab-header .tab-item {
	flex: 1 1 118px;
	min-width: 108px;
}

.ai-product-search {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
	width: 100%;
	margin: 0 0 14px;
}

.ai-product-search input[type="text"] {
	flex: 1 1 220px;
	min-width: 0;
	margin: 0;
	float: none;
}

.ai-product-search .select-block {
	flex: 0 0 240px;
	width: 240px;
	max-width: 100%;
	margin: 0;
	float: none;
}

.ai-product-results,
.ai-product-picked {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	margin: 0 0 16px;
	float: none;
	clear: both;
}

.ai-product-results {
	max-height: 420px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ai-product-results > p,
.ai-product-picked:empty {
	grid-column: 1 / -1;
}

.ai-blog button.ai-pick,
.ai-blog .ai-chip {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0;
	float: none;
	padding: 10px 12px;
	border: 1px solid #ebebeb;
	background: #fff;
	color: #2b373a;
	text-align: left;
	text-transform: none;
	line-height: 1.3;
	cursor: pointer;
	box-sizing: border-box;
}

.ai-blog button.ai-pick:hover {
	border-color: #d8d8d8;
	background: #fafafa;
}

.ai-pick-body,
.ai-chip-body {
	flex: 1 1 auto;
	min-width: 0;
}

.ai-pick-name,
.ai-chip-name {
	display: block;
	color: #2b373a;
	font-size: 0.875em;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ai-pick img,
.ai-chip img {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	object-fit: cover;
	background: #f0f0f0;
}

.ai-pick small,
.ai-chip small {
	display: block;
	color: #888;
	font-size: 0.75em;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ai-chip-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

.ai-chip-actions a,
.ai-blog .ai-chip-actions button {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
	border: 0;
	color: #00a88a;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	cursor: pointer;
}

.ai-blog .ai-chip-actions button {
	color: #e61852;
}

.ai-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.ai-blog .ai-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: auto;
	min-width: 160px;
	height: 42px;
	margin: 0;
	padding: 0 22px;
	line-height: 42px;
	text-align: center;
}

.ai-status {
	width: 100%;
	margin-top: 12px;
}

.ai-preview-body {
	margin: 16px 0;
	max-height: 480px;
	overflow: auto;
}

@media (max-width: 960px) {
	.ai-blog .form-box-items > .form-box-item,
	.ai-blog .form-box-items > .form-box-item:nth-child(odd),
	.ai-blog .form-box-items > .form-box-item:nth-child(even),
	.ai-blog .form-box-items > .form-box-item.full,
	.ai-blog .form-box-items > .form-box-item.full:nth-child(odd),
	.ai-blog .form-box-items > .form-box-item.full:nth-child(even) {
		width: 100%;
	}

	.ai-product-results,
	.ai-product-picked {
		grid-template-columns: 1fr;
	}

	.ai-product-search .select-block {
		flex: 1 1 100%;
		width: 100%;
	}

	.ai-rank-row {
		flex-wrap: wrap;
	}

	.ai-rank-actions {
		width: 100%;
	}
}

.ai-rank-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.ai-rank-filter {
	float: none;
	margin: 0;
	padding: 8px 14px;
	width: auto;
	height: auto;
	line-height: 1.2;
	border: 1px solid #ebebeb;
	background: #fff;
	color: #888;
	font-size: 0.8125em;
	font-weight: 700;
	text-transform: none;
	cursor: pointer;
}

.ai-rank-filter.selected {
	background: #00d7b3;
	border-color: #00d7b3;
	color: #fff;
}

.ai-rank-panel {
	display: none;
}

.ai-rank-panel.is-open {
	display: block;
}

.ai-rank-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}

.ai-rank-row:last-child {
	border-bottom: 0;
}

.ai-rank-pos {
	flex: 0 0 28px;
	color: #00d7b3;
	font-size: 1.125em;
	font-weight: 700;
}

.ai-rank-row img {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	object-fit: cover;
	background: #eef1f2;
}

.ai-rank-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.ai-rank-copy .text-header {
	margin: 0 0 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ai-rank-spark {
	display: flex;
	align-items: flex-end;
	gap: 3px;
	height: 22px;
	margin-top: 6px;
}

.ai-rank-spark i {
	flex: 1 1 auto;
	min-width: 6px;
	background: #00d7b3;
	opacity: 0.7;
}

.ai-rank-actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
}

.ai-blog .ai-rank-actions .button,
.ai-blog.mail-admin .form-box-item .ai-rank-actions a.button,
.ai-blog.mail-admin .form-box-item .ai-rank-actions a.button + a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: auto;
	min-width: 90px;
	height: 32px;
	margin: 0;
	padding: 0 12px;
	line-height: 32px;
	text-align: center;
}

.product-item .product-info {
	padding-bottom: 22px;
}

.product-club-price {
	text-align: right;
	max-width: 58%;
}

.product-card-downloads {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 0 5px;
	color: #2b373a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	white-space: nowrap;
}

.product-card-downloads .icon-cloud-download {
	color: #00d7b3;
	font-size: 15px;
	line-height: 1;
	position: relative;
	top: 1px;
}

.product-card-downloads b {
	color: #2b373a;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.product-card-downloads small {
	color: #888;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.product-club-price .price-was-line,
.item-club-price .price-was-line {
	margin: 0 0 4px;
	color: #9aa3b0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.product-club-price .price-was-line del,
.item-club-price .price-was-line del {
	display: inline;
	margin: 0;
	color: #9aa3b0;
	font-size: inherit;
	text-decoration: line-through;
}

.product-club-price .price-free,
.item-club-price .price-free {
	margin: 0;
	color: #06b99b;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.3;
}

.item-club-price {
	margin: 0 0 6px;
}

.item-club-price .price-was-line {
	font-size: 16px;
}

.item-club-price .price-free {
	color: #00d7b3;
	font-size: 1.35em;
	letter-spacing: 0.06em;
}

.promo-banner [class^="icon-"] {
	font-size: 58px;
	position: absolute;
	left: 50%;
	margin-left: -29px;
	top: 53px;
	line-height: 1;
}

.promo-banner.dark [class^="icon-"] {
	color: #00d7b3;
}

.promo-banner.secondary [class^="icon-"] {
	color: #fff;
}

.price del.price-was,
.product-info .price del.price-was,
.checkout-item .price del.price-was {
	display: block;
	margin: 0 0 6px;
	color: #9aa3b0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: line-through;
}

.price.large del.price-was {
	font-size: 18px;
	margin-bottom: 10px;
	color: #9aa3b0;
}

.club-invite .headline {
	margin-bottom: 42px;
}

.club-invite-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
	gap: 56px;
	align-items: center;
}

.club-invite-frame {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	background: #1b2224;
	border: 1px solid #ebebeb;
}

.club-invite-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.club-invite-copy {
	min-width: 0;
}

.club-invite-benefits {
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
}

.club-invite-benefit {
	position: relative;
	min-height: 50px;
	margin: 0 0 26px;
	padding: 2px 0 0 68px;
}

.club-invite-benefit:last-child {
	margin-bottom: 10px;
}

.club-invite-benefit .outer-ring {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.club-invite-benefit .inner-ring {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #fff;
}

.club-invite-benefit .outer-ring span {
	color: #2b373a;
	font-size: 20px;
	position: absolute;
	top: 14px;
	left: 15px;
	line-height: 1;
}

.club-invite-benefit .outer-ring span.icon-people,
.club-invite-benefit .outer-ring span.icon-earphones {
	top: 15px;
	left: 14px;
}

.club-invite-benefit .text-header {
	margin: 0 0 6px;
	text-align: left;
}

.club-invite-benefit p {
	margin: 0;
	text-align: left;
}

.club-join-wrap {
	background-color: #242e30;
	background-image:
		linear-gradient(180deg, rgba(16, 250, 192, 0.1), transparent 38%),
		radial-gradient(ellipse at right top, rgba(28, 189, 249, 0.16), transparent 48%);
	padding: 72px 0 80px;
}

.club-join {
	max-width: 1170px;
	width: 95%;
	margin: 0 auto;
}

.club-join-head {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.club-join-kicker {
	margin: 0 0 12px;
	color: #00d7b3;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.club-join-title {
	margin: 0 0 16px;
	color: #fff;
	font-size: 36px;
	line-height: 1.15;
	text-transform: uppercase;
}

.club-join-title span {
	color: #16ffd8;
}

.club-join-lead {
	margin: 0;
	color: #b7c0c4;
	font-size: 15px;
	line-height: 1.7;
}

.club-join-stage {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 48px;
	align-items: start;
	margin-bottom: 48px;
}

.club-join .club-invite-frame {
	border: 1px solid rgba(0, 215, 179, 0.35);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.club-join-benefits {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.club-join-benefits li {
	position: relative;
	min-height: 50px;
	padding: 2px 0 0 68px;
}

.club-join-benefits .outer-ring {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.club-join-benefits .inner-ring {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #242e30;
	border-radius: 50%;
}

.club-join-benefits .outer-ring span {
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 15px;
	left: 15px;
	line-height: 1;
}

.club-join-benefits .outer-ring span.icon-people,
.club-join-benefits .outer-ring span.icon-earphones,
.club-join-benefits .outer-ring span.icon-diamond {
	top: 16px;
	left: 14px;
}

.club-join-benefits .text-header,
.club-join-benefits p.text-header {
	margin: 0 0 6px;
	color: #fff;
	text-align: left;
}

.club-join-benefits p {
	margin: 0;
	color: #9aa6ab;
	text-align: left;
}

.club-join-plans {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.club-join .club-plan {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.club-join .club-plan .club-plan-points {
	flex: 1 1 auto;
}

.club-join-more {
	margin: 28px 0 0;
	color: #9aa6ab;
	text-align: center;
}

.club-join-more a {
	color: #16ffd8;
}

.club-join-more a:hover {
	color: #00d7b3;
}

.club-invite-offer {
	margin: 18px 0 22px;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}

.club-invite-offer .text-header {
	margin: 0 0 8px;
	text-align: left;
}

.club-invite-offer .price {
	margin: 0;
	text-align: left;
	line-height: 1.15;
}

.club-invite-offer .price del.price-was {
	display: inline;
	margin: 0 10px 0 0;
	font-size: 14px;
	vertical-align: middle;
}

.club-invite-offer .price small {
	margin-left: 6px;
	color: #888;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}

.club-invite-alt {
	margin: 10px 0 0;
	text-align: left;
}

.club-invite .button {
	float: none;
	display: block;
	width: 220px;
}

.club-plans-intro,
.club-hold-intro,
.club-monthly-note,
.item-plan-note {
	margin: 0 0 22px;
	line-height: 1.6;
}

.item-plan-note {
	margin: 0 0 16px;
	color: #5d6a6e;
	font-size: 13px;
}

.club-plans {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin: 8px 0 0;
	align-items: stretch;
}

.club-plan {
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
	padding: 0 26px 26px;
	border: 1px solid #ebebeb;
	background: #fff;
}

.club-plan.featured {
	border-color: #00d7b3;
}

.club-plan-badge {
	display: block;
	box-sizing: border-box;
	width: calc(100% + 52px);
	min-height: 36px;
	margin: 0 -26px 22px;
	padding: 10px 26px;
	background: #00d7b3;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
}

.club-plan-badge.alt {
	background: #1396e1;
}

.club-plan h3 {
	margin: 0 0 12px;
	min-height: 36px;
	text-align: left;
	line-height: 1.2;
}

.club-plan .price {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 78px;
	margin: 0 0 20px;
	text-align: left;
	line-height: 1;
}

.club-plan .price del.price-was,
.club-plan .price-was-spacer {
	display: block;
	min-height: 20px;
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
}

.club-plan .price-was-spacer {
	visibility: hidden;
}

.club-plan .price .price-now {
	display: block;
	color: #2b373a;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}

.club-plan .price .price-now > span {
	margin-right: 4px;
	color: #2b373a;
	font-size: 18px;
	font-weight: 700;
	vertical-align: 7px;
}

.club-plan .price .price-now small {
	margin-left: 8px;
	color: #888;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	vertical-align: 6px;
}

.price.large small,
.product-info .price small {
	margin-left: 6px;
	color: #888;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}

.club-plan-lead {
	margin: 0 0 16px;
	text-align: left;
}

.club-plan-points {
	flex: 1 1 auto;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.club-plan-points li {
	position: relative;
	min-height: 24px;
	margin: 0 0 10px;
	padding-left: 18px;
	text-align: left;
}

.club-plan-points li:last-child {
	margin-bottom: 0;
}

.club-plan-points li:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: 7px;
	left: 0;
	background: #00d7b3;
	border-radius: 50%;
}

.club-plan .button {
	float: none;
	display: block;
	width: 100%;
	margin-top: auto;
}

.community-sideshow-wrap {
	background: #fff;
	padding: 56px 0 72px;
}

.community-sideshow {
	max-width: 1170px;
	width: 95%;
	margin: 0 auto;
}

.community-sideshow-more {
	margin: 18px 0 0;
	text-align: right;
}

.community-sideshow-more a {
	color: #06b99b;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8125em;
	letter-spacing: 0.04em;
}

.member-card {
	background: #fff;
	border: 1px solid #ebebeb;
	overflow: hidden;
	text-align: center;
}

.member-card-link {
	display: block;
	color: inherit;
}

.member-card-photo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	background:
		linear-gradient(180deg, rgba(16, 250, 192, 0.12), transparent 55%),
		#242e30;
}

.member-card-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	border: none;
}

.member-card-rank {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	min-width: 36px;
	padding: 6px 8px;
	background: #00d7b3;
	color: #1d2628;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
}

.member-card-body {
	position: relative;
	z-index: 1;
	padding: 18px 12px 16px;
	background: #fff;
}

.member-card-name {
	margin: 0 0 8px;
	color: #2b373a;
	font-size: 0.9375em;
	font-weight: 700;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.member-card-since {
	margin: 0 0 8px;
	color: #888;
	font-size: 0.8125em;
	line-height: 1.4;
}

.member-card-stat {
	margin: 0;
	color: #2b373a;
	font-size: 0.8125em;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
}

.member-carousel .owl-item {
	padding: 0 6px;
	box-sizing: border-box;
}

.member-profile-banner::before {
	background: linear-gradient(135deg, #1d2628 0%, #2b4a4c 48%, #06b99b 160%);
	filter: none;
}

.member-profile-banner.has-cover::before {
	background: var(--member-cover) center/cover no-repeat;
	filter: none;
}

.member-profile-banner.has-cover::after {
	background: linear-gradient(180deg, rgba(16, 22, 24, 0.2), rgba(16, 22, 24, 0.72));
}

.badges-showcase-item.is-locked .badge.big:not(.locked) {
	filter: grayscale(1);
	opacity: 0.38;
}

.badges-showcase-item.is-unlocked .badge.locked {
	display: none;
}

.community-lead {
	margin: 0 0 24px;
	max-width: 720px;
}

.community-rank-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.community-rank-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 18px;
	background: #f5f5f5;
	border-radius: 4px;
}

.community-rank-item:hover {
	background: #eef8f6;
}

.community-rank-pos {
	flex: 0 0 48px;
	color: #06b99b;
	font-size: 1.125em;
	font-weight: 700;
}

.community-rank-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.community-rank-copy .text-header {
	margin: 0 0 4px;
}

.community-rank-copy p {
	margin: 0;
}

.community-rank-stat {
	margin: 0;
	color: #2b373a;
	font-weight: 700;
	white-space: nowrap;
}

.community-member-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.item-community-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.item-community-member {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 22px 14px 18px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 4px;
}

.item-community-member .user-avatar {
	margin: 0 0 18px;
}

.item-community-member .text-header {
	margin: 0 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

.item-community-member p {
	margin: 0;
	line-height: 1.4;
}

@media screen and (max-width: 930px) {
	.item-community-wrap {
		display: none;
	}

	.community-member-grid,
	.item-community-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.community-rank-item {
		flex-wrap: wrap;
	}

	.community-rank-stat {
		width: 100%;
		padding-left: 64px;
	}
}

@media screen and (max-width: 620px) {
	.community-member-grid {
		grid-template-columns: 1fr;
	}
}

.club-monthly-how .button {
	float: none;
	display: inline-block;
	width: 220px;
}

.club-monthly-steps {
	margin-bottom: 18px;
}

.purchase-download-box .button {
	float: none;
	display: block;
	margin: 14px 0 0;
}

.purchase-download-box p {
	margin: 0 0 4px;
}

.poll-wrap {
	scroll-margin-top: 96px;
	background-color: #242e30;
	background-image:
		linear-gradient(180deg, rgba(16, 250, 192, 0.1), transparent 42%),
		radial-gradient(ellipse at left top, rgba(28, 189, 249, 0.14), transparent 50%);
	padding: 72px 0 88px;
}

.poll {
	max-width: 1170px;
	width: 95%;
	margin: 0 auto;
}

.poll-head {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.poll-kicker {
	margin: 0 0 12px;
	color: #00d7b3;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.poll-title {
	margin: 0 0 16px;
	color: #fff;
	font-size: 36px;
	line-height: 1.15;
	text-transform: uppercase;
}

.poll-title span {
	color: #16ffd8;
}

.poll-lead {
	margin: 0;
	color: #b7c0c4;
	font-size: 15px;
	line-height: 1.7;
}

.poll-stage {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 40px;
	align-items: center;
}

.poll-media {
	text-align: center;
}

.poll-media img {
	display: block;
	width: 100%;
	max-width: 460px;
	height: auto;
	margin: 0 auto;
	filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.38));
}

.poll-board {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(0, 215, 179, 0.28);
	border-radius: 22px;
	padding: 28px 26px 26px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.poll-timer {
	margin: 0 0 22px;
	text-align: center;
}

.poll-timer-label {
	margin: 0 0 12px;
	color: #00d7b3;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.poll-timer-units {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.poll-timer-units span {
	min-width: 64px;
	padding: 10px 8px 8px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(22, 255, 216, 0.18);
	border-radius: 12px;
	color: #9aa6ab;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.poll-timer-units strong {
	display: block;
	margin-bottom: 2px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.1;
}

.poll-timer-closed {
	margin: 0;
	color: #b7c0c4;
	font-size: 14px;
	line-height: 1.5;
}

.poll-options {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.poll-option {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 12px 14px 13px;
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	color: #fff;
	cursor: default;
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.poll-form .poll-option {
	cursor: pointer;
}

.poll-form .poll-option:hover,
.poll-option:has(input:checked),
.poll-option.is-mine,
.poll-option.is-win {
	border-color: rgba(22, 255, 216, 0.7);
	background: rgba(0, 215, 179, 0.1);
}

.poll-form .poll-option:hover {
	transform: translateY(-1px);
}

.poll-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.poll-option-mark {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	border: 2px solid rgba(22, 255, 216, 0.45);
	border-radius: 50%;
	box-sizing: border-box;
}

.poll-option:has(input:checked) .poll-option-mark,
.poll-option-mark.is-on {
	border-color: #16ffd8;
	box-shadow: inset 0 0 0 4px #16ffd8;
	background: #102226;
}

.poll-option-body {
	flex: 1 1 auto;
	min-width: 0;
}

.poll-option-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.poll-option-copy {
	min-width: 0;
}

.poll-option-copy i {
	margin-right: 6px;
	color: #16ffd8;
	font-size: 13px;
	font-style: normal;
}

.poll-option-copy strong {
	display: inline;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.poll-option-copy em {
	display: block;
	margin-top: 3px;
	color: #9aa6ab;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4;
}

.poll-option-pct {
	flex: 0 0 auto;
	color: #16ffd8;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.poll-option-bar {
	display: block;
	height: 6px;
	margin-top: 10px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 99px;
	overflow: hidden;
}

.poll-option-bar span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #00d7b3, #16ffd8);
	border-radius: 99px;
}

.poll-submit {
	float: none;
	display: block;
	width: 100%;
	margin: 16px 0 0;
}

.poll-done {
	margin: 16px 0 0;
	color: #b7c0c4;
	font-size: 13px;
	line-height: 1.55;
	text-align: center;
}

.poll-done strong {
	color: #16ffd8;
}

.poll-lock {
	margin-top: 16px;
	padding: 18px 16px 16px;
	background: rgba(0, 215, 179, 0.08);
	border: 1px solid rgba(22, 255, 216, 0.22);
	border-radius: 14px;
	text-align: center;
}

.poll-lock-title {
	margin: 0 0 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.poll-lock p {
	margin: 0;
	color: #b7c0c4;
	font-size: 13px;
	line-height: 1.6;
}

.poll-lock-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 16px;
}

.poll-lock-actions .button {
	float: none;
	margin: 0;
}

.poll-lock-login {
	background: transparent !important;
	border: 1px solid rgba(22, 255, 216, 0.45);
	color: #16ffd8 !important;
}

.poll-lock-login:hover {
	background: rgba(22, 255, 216, 0.1) !important;
	color: #fff !important;
}

.plw-channels-wrap {
	background:
		linear-gradient(180deg, rgba(16, 250, 192, 0.06), transparent 28%),
		#fff;
	padding: 64px 0 80px;
}

.plw-channels {
	max-width: 1170px;
	width: 95%;
	margin: 0 auto;
}

.plw-channels-head {
	max-width: 680px;
	margin: 0 auto 36px;
	text-align: center;
}

.plw-channels-kicker {
	margin: 0 0 10px;
	color: #00d7b3;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.plw-channels-title {
	margin: 0 0 14px;
	color: #2b373a;
	font-size: 36px;
	line-height: 1.15;
	text-transform: uppercase;
}

.plw-channels-title span {
	color: #00d7b3;
}

.plw-channels-lead {
	margin: 0;
	color: #6b767a;
	font-size: 15px;
	line-height: 1.7;
}

.plw-channels-showcase .headline {
	margin-bottom: 18px;
}

.plw-channels-carousel .owl-item {
	padding: 0 8px;
	box-sizing: border-box;
}

.plw-channel {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #ebebeb;
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.plw-channel-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
}

.plw-channel-art {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 168px;
	background:
		linear-gradient(180deg, rgba(16, 250, 192, 0.14), transparent 58%),
		#242e30;
}

.plw-channel.is-youtube .plw-channel-art {
	background:
		linear-gradient(180deg, rgba(255, 0, 0, 0.18), transparent 58%),
		#242e30;
}

.plw-channel.is-instagram .plw-channel-art {
	background:
		linear-gradient(180deg, rgba(225, 48, 108, 0.2), transparent 58%),
		#242e30;
}

.plw-channel.is-whatsapp .plw-channel-art {
	background:
		linear-gradient(180deg, rgba(37, 211, 102, 0.18), transparent 58%),
		#242e30;
}

.plw-channel-art img {
	width: 118px;
	height: 118px;
	object-fit: contain;
	filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28));
}

.plw-channel-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 18px 16px 20px;
	text-align: left;
}

.plw-channel-kicker {
	margin: 0 0 8px;
	color: #00d7b3;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.plw-channel-body h3 {
	margin: 0 0 10px;
	color: #2b373a;
	font-size: 18px;
	line-height: 1.25;
	text-align: left;
	text-transform: none;
}

.plw-channel-body p {
	margin: 0 0 16px;
	color: #6b767a;
	font-size: 13px;
	line-height: 1.55;
	font-weight: 600;
}

.plw-channel-cta {
	margin-top: auto;
	color: #06b99b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.plw-channel:hover {
	border-color: #00d7b3;
	box-shadow: 0 16px 32px rgba(36, 46, 48, 0.1);
	transform: translateY(-3px);
}

.plw-channel:hover .plw-channel-cta {
	color: #00d7b3;
}

@media screen and (max-width: 930px) {
	.club-join-title {
		font-size: 28px;
	}

	.club-join-stage,
	.club-join-plans,
	.club-plans,
	.club-invite-grid,
	.poll-stage {
		grid-template-columns: 1fr;
		gap: 32px;
		align-items: stretch;
	}

	.poll-title,
	.plw-channels-title {
		font-size: 28px;
	}

	.poll-media img {
		max-width: 280px;
	}

	.poll-board {
		padding: 22px 16px 18px;
	}

	.poll-timer-units span {
		min-width: 56px;
		padding: 8px 6px 7px;
	}

	.poll-timer-units strong {
		font-size: 18px;
	}

	.poll-lock-actions .button {
		width: 100%;
	}

	.plw-channel-art {
		height: 200px;
	}

	.plw-channel-art img {
		width: 148px;
		height: 148px;
	}

	.plw-channel-body {
		padding: 22px 18px 24px;
	}

	.plw-channel-body h3 {
		font-size: 20px;
	}

	.plw-channel-body p {
		font-size: 14px;
	}
}

.item-download-quota {
	margin: 0 0 14px;
	color: #2b373a;
	font-size: 13px;
	line-height: 1.5;
}

.item-download-quota strong {
	color: #00d7b3;
}

.download-confirm {
	position: relative;
	max-width: 460px;
	margin: 40px auto;
	padding: 32px 28px 26px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 24px 48px rgba(29, 38, 40, 0.22);
	text-align: left;
}

.download-confirm-kicker {
	margin: 0 0 10px;
	color: #00d7b3;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.download-confirm h3 {
	margin: 0 0 14px;
	color: #2b373a;
	font-size: 22px;
	line-height: 1.25;
	text-align: left;
	text-transform: none;
}

.download-confirm p {
	margin: 0 0 22px;
	color: #5d6a6e;
	font-size: 14px;
	line-height: 1.6;
}

.download-confirm form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.download-confirm .button {
	float: none;
	margin: 0;
}

.download-confirm .button.primary {
	flex: 1 1 180px;
}

.download-confirm-cancel {
	flex: 1 1 120px;
}

@media screen and (max-width: 620px) {
	.download-confirm {
		margin: 24px 16px;
		padding: 24px 18px 20px;
	}

	.download-confirm .button {
		width: 100%;
		flex: 1 1 100%;
	}
}

.community-page {
	padding: 48px 0 56px;
}

.community-hub {
	max-width: 1170px;
	width: 95%;
	margin: 0 auto;
}

.community-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 40px;
	align-items: end;
	padding: 42px 40px 36px;
	background-color: #242e30;
	background-image:
		linear-gradient(180deg, rgba(16, 250, 192, 0.12), transparent 48%),
		radial-gradient(ellipse at right top, rgba(28, 189, 249, 0.16), transparent 52%);
	border: 1px solid rgba(0, 215, 179, 0.22);
	border-radius: 24px;
}

.community-kicker {
	margin: 0 0 10px;
	color: #00d7b3;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.community-hero h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 34px;
	line-height: 1.15;
	text-transform: none;
}

.community-hero-copy p:last-child {
	margin: 0;
	max-width: 560px;
	color: #b7c0c4;
	font-size: 15px;
	line-height: 1.7;
}

.community-hero-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.community-hero-stats div {
	padding: 16px 16px 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
}

.community-hero-stats strong {
	display: block;
	margin: 0 0 4px;
	color: #16ffd8;
	font-size: 28px;
	line-height: 1;
}

.community-hero-stats span {
	color: #9aa6ab;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.community-podium-wrap,
.community-boards {
	margin-top: 36px;
}

.community-block-kicker {
	margin: 0 0 6px;
	color: #06b99b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.community-podium-wrap h3 {
	margin: 0 0 28px;
	color: #2b373a;
	font-size: 26px;
	text-align: left;
	text-transform: none;
}

.community-podium {
	display: grid;
	grid-template-columns: 1fr 1.18fr 1fr;
	gap: 18px;
	align-items: end;
}

.community-podium.count-1 {
	grid-template-columns: minmax(0, 420px);
	justify-content: center;
}

.community-podium.count-2 {
	grid-template-columns: 1fr 1fr;
}

.community-podium.count-3 .is-2 {
	order: 1;
}

.community-podium.count-3 .is-1 {
	order: 2;
}

.community-podium.count-3 .is-3 {
	order: 3;
}

.community-podium-card {
	display: block;
	padding: 28px 22px 22px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 14px 32px rgba(16, 22, 24, 0.06);
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.community-podium-card:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 215, 179, 0.45);
}

.community-podium-card.is-1 {
	padding-top: 36px;
	padding-bottom: 28px;
	background:
		linear-gradient(180deg, rgba(16, 250, 192, 0.14), transparent 42%),
		#1d2628;
	border-color: rgba(0, 215, 179, 0.4);
}

.community-podium-card.is-1 .community-podium-name,
.community-podium-card.is-1 .community-podium-score {
	color: #fff;
}

.community-podium-card.is-1 .community-podium-plan,
.community-podium-card.is-1 .community-podium-break {
	color: #9aa6ab;
}

.community-podium-medal {
	display: inline-block;
	min-width: 42px;
	margin: 0 0 16px;
	padding: 6px 10px;
	background: #eef1f2;
	color: #2b373a;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 999px;
}

.community-podium-card.is-1 .community-podium-medal {
	background: #00d7b3;
	color: #1d2628;
}

.community-podium-card.is-2 .community-podium-medal {
	background: #d9e2e4;
}

.community-podium-card.is-3 .community-podium-medal {
	background: #ead7b8;
	color: #5c4630;
}

.community-podium-card figure {
	width: 96px;
	height: 96px;
	margin: 0 auto 16px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid rgba(0, 215, 179, 0.35);
}

.community-podium-card.is-1 figure {
	width: 118px;
	height: 118px;
	border-color: #00d7b3;
}

.community-podium-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.community-podium-name {
	margin: 0 0 6px;
	color: #2b373a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.community-podium-plan {
	margin: 0 0 12px;
	color: #888;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.community-podium-score {
	margin: 0 0 8px;
	color: #1d2628;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.community-podium-score em {
	font-style: normal;
	font-size: 13px;
	color: #06b99b;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.community-podium-break {
	margin: 0;
	color: #888;
	font-size: 12px;
	line-height: 1.5;
}

.community-you {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 28px;
	padding: 16px 20px;
	background: #f4fbf9;
	border: 1px solid rgba(0, 215, 179, 0.28);
	border-radius: 16px;
}

.community-you .user-avatar {
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	margin: 0;
}

.community-you-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.community-you-copy p {
	margin: 0 0 4px;
	color: #06b99b;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.community-you-copy strong {
	display: block;
	margin: 0 0 4px;
	color: #2b373a;
	font-size: 16px;
}

.community-you-copy span {
	display: block;
	color: #6b7679;
	font-size: 13px;
	line-height: 1.4;
}

.community-you-rank {
	margin: 0;
	color: #00d7b3;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.community-invite {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 28px;
	padding: 22px 26px;
	background: #242e30;
	border: 1px solid rgba(0, 215, 179, 0.28);
	border-radius: 16px;
}

.community-invite p {
	margin: 0 0 6px;
	color: #00d7b3;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.community-invite strong {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.community-invite-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.community-invite .button {
	float: none;
	margin: 0;
}

.member-plan-lead {
	margin: 0 0 16px;
}

.member-plan-form .checkbox-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 16px;
	color: #5d686b;
	font-size: 13px;
	line-height: 1.5;
	cursor: pointer;
}

.member-plan-form .checkbox-item input {
	margin-top: 3px;
}

.member-plan-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 8px;
	align-items: end;
}

.member-plan-actions form .button {
	float: none;
	width: 100%;
}

@media screen and (max-width: 930px) {
	.member-plan-actions {
		grid-template-columns: 1fr;
	}
}

.community-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
	padding: 8px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 16px;
}

.community-tabs a {
	padding: 10px 16px;
	color: #5d686b;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 10px;
}

.community-tabs a:hover,
.community-tabs a.is-on {
	background: #242e30;
	color: #16ffd8;
}

.community-board {
	display: none;
}

.community-board.is-on {
	display: block;
}

.community-board-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 18px;
	margin: 0 0 16px;
}

.community-board-head h4 {
	margin: 0;
	color: #2b373a;
	font-size: 22px;
	text-transform: none;
}

.community-board-head p,
.community-empty {
	margin: 0;
	color: #888;
	font-size: 14px;
	line-height: 1.6;
}

.community-empty {
	padding: 28px 0;
}

.community-rows {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.community-row {
	display: grid;
	grid-template-columns: 52px 48px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 12px 16px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 14px;
}

.community-row:hover,
.community-row.is-mine {
	border-color: rgba(0, 215, 179, 0.45);
	background: #f7fffd;
}

.community-row.is-1 {
	border-color: rgba(0, 215, 179, 0.5);
}

.community-row-pos {
	color: #06b99b;
	font-size: 15px;
	font-weight: 700;
}

.community-row.is-1 .community-row-pos {
	color: #00b89a;
	font-size: 18px;
}

.community-row .user-avatar {
	width: 48px;
	height: 48px;
	margin: 0;
}

.community-row-copy {
	min-width: 0;
}

.community-row-name {
	margin: 0 0 4px;
	color: #2b373a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.community-row-copy p {
	margin: 0;
	color: #888;
	font-size: 12px;
	line-height: 1.4;
}

.community-row-meta {
	text-align: right;
}

.community-row-meta strong {
	display: block;
	color: #1d2628;
	font-size: 18px;
	line-height: 1.1;
}

.community-row-meta span {
	color: #06b99b;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.community-row-meta small {
	display: block;
	margin-top: 4px;
	color: #8a9497;
	font-size: 11px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

.community-new-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

@media screen and (max-width: 930px) {
	.community-hero {
		grid-template-columns: 1fr;
		padding: 28px 22px 24px;
	}

	.community-hero h2 {
		font-size: 28px;
	}

	.community-podium {
		grid-template-columns: 1fr;
	}

	.community-podium.count-3 .is-1 {
		order: -1;
	}

	.community-podium.count-3 .is-2,
	.community-podium.count-3 .is-3 {
		order: 0;
	}

	.community-row {
		grid-template-columns: 40px 44px minmax(0, 1fr);
	}

	.community-row-meta {
		grid-column: 1 / -1;
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: space-between;
		gap: 4px 12px;
		padding-left: 54px;
		text-align: left;
	}

	.community-new-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.community-you {
		flex-wrap: wrap;
	}

	.community-invite {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 620px) {
	.community-hero-stats {
		grid-template-columns: 1fr 1fr;
	}

	.community-tabs a {
		flex: 1 1 auto;
		text-align: center;
	}

	.community-new-grid {
		grid-template-columns: 1fr 1fr;
	}
}
