@import "vm-filter.css";
@import "vm-category_card.css";

.main__content {
	margin-bottom: 24px;
}


/* ---------- <INTO> ---------- */
.category__header {
	margin-bottom: 32px;
}
#category__intro-toggle {
	display: none;
}
@media (max-width: 767px) {
	.category__header {
		font-size: 14px;
		margin-bottom: 18px;
	}
	.category__intro {
		overflow: hidden;
		text-overflow: ellipsis;
		height: 20px;
		white-space: nowrap;
		margin-bottom: 4px;
	}
	.category__intro.expanded {
		overflow: visible;
		text-overflow: clip;
		height: auto;
		white-space: normal;
	}
	#category__intro-toggle {
		display: inline-block;
		border-bottom: 1px dashed;
		text-decoration: none;
		line-height: 18px;
		color: #212529;
	}
	#category__intro-toggle:hover,
	#category__intro-toggle:active,
	#category__intro-toggle:focus {
		border-bottom: 1px solid;
	}
}
/* ---------- </INTO> ---------- */


/* ---------- <BROWSE> ---------- */
.category__browse-header {
	margin-bottom: 24px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.category__browse-header b {
	font-weight: 400;
}
#counterProduct b {
	font-weight: 400;
}
.category__counter-wrapper {
    
}
.category__counter-wrapper span,
.category__counter-wrapper b {
	line-height: 24px;
	display: inline-block;
}
.category__sotring {
	display: flex;
	justify-content: end;
	align-items: center;
	position: relative;
	flex: 1 0 auto;
}
.category__sotring-wrapper {
	display: flex;
}
.category__sotring label {
	line-height: 24px;
}
.category__sotring .select2-container--default {
    width: auto !important;
}
.category__sotring .select2-container--default .select2-selection--single {
	border: none;
	background: #0000;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category__sotring .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px;
	padding: 0;
}
.category__sotring .select2-container--default .select2-selection--single .select2-selection__rendered .label_formatted,
.category__sotring .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	line-height: 24px;
	display: inline-block;
	color: #212529;
}
.category__sotring .select2-container--open .select2-dropdown.select2-dropdown--below {
	border: none;
	/* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); */
	border-radius: 8px 8px 8px 8px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .16);
}
.category__sotring .select2-container--open + .select2-container--open {
    left: auto !important;
    right: 0 !important;
    top: 32px !important;
}
.category__sotring .select2-container--default .select2-results > .select2-results__options {
	padding: 6px 9px 12px 9px;
	max-height: none;
}
.category__sotring .select2-container--default .select2-results__group {
	padding: 6px 0 2px 8px;
	font-weight: 500;
}
.category__sotring .select2-container--default .select2-results__option--selectable {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 6px;
	line-height: 1em;
	font-size: 16px;
	padding: 4px 8px 8px 8px;
}
.category__sotring .select2-container--default .select2-results__option--selectable.select2-results__option--selected {
	background: #0000;
}
.category__sotring .select2-container--default .select2-results__option--selectable.select2-results__option--selected:after {
	border: 4px solid #9c27b0;
}
.category__sotring .select2-container--default .select2-results__option--selectable.select2-results__option--highlighted {
	background: #f6f5f4;
	color: #212529;
}
.category__sotring .select2-results__options li + li {
	/* margin-top: 6px; */
}
.category__sotring .select2-container--default .select2-results__option--selectable:after {
	content: '';
	display: flex;
    width: 16px;
    height: 16px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ccc;
	margin: 3px 0 0 12px;
}
.category__sotring .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	width: auto;
    display: flex;
    align-items: center;
    position: static;
	margin: 4px 0 0 6px;
}
.category__sotring .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0;
	position: static;
	display: flex;
	align-items: center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3e%3cpath fill='%23636363' d='M47 377l96 96c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55V56c0-13.3-10.7-24-24-24s-24 10.7-24 24V398.1L81 343c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9zM399 39l-96 96c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55V456c0 13.3 10.7 24 24 24s24-10.7 24-24V113.9l55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L433 39c-9.4-9.4-24.6-9.4-33.9 0z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	width: 18px;
	height: 18px;
	margin: 0;
}

.category__sotring .select2-container--default .select2-selection--single .select2-selection__clear {
	margin: 0;
	padding: 0;
	height: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
.category__sotring .select2-container--default .select2-selection--single .select2-selection__clear span {
	/*
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
	color: #9c27b0;
	font-size: 29px;
	line-height: 24px;
	font-weight: 400;
	margin-top: -3px;
	*/
	
	font-size: 0;
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath fill='%239c27b0' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	width: 18px;
	height: 18px;
	margin: 3px 4px 0 0;
	
}
@media (max-width: 767px) {
	.category__browse-header {
		margin-bottom: 12px;
	}
	.category__counter-wrapper {
		font-size: 14px;
	}
	#counterAmount {
		display: none;
	}
	#counterTerm {
		display: none;
	}
	.category__sotring .select2-container--default .select2-selection--single .select2-selection__rendered .label_formatted,
	.category__sotring .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
		font-size: 14px;
	}
}
/* ---------- </BROWSE> ---------- */


/* ---------- <OPINION> ---------- */
.category__opinion {
	padding: 0;
	margin-bottom: 48px;
}
.category__opinion-author {
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-right: 0;
}
.category__opinion-author img {
	background: #fff;
	border-radius: 50%;
	padding: 12px;
	margin-bottom: 12px;
}
.category__opinion-author a {
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 6px;
	text-decoration: none;
	color: #9c27b0;
}
.category__opinion-author span {
	line-height: 1em;
	font-size: 14px;
}
.category__opinion-content {
	padding-left: 24px;
}
.category__opinion-text {
	background: #fff;
    padding: 22px 24px 22px 24px;
    border-radius: 12px;
	position: relative;
}
.category__opinion-header {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.category__opinion-header svg {
	fill: #fff;
	width: 64px;
	height: 64px;
	margin-right: 12px;
	/* filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4)); */
	/* filter: drop-shadow(0 4px 18px rgba(47, 43, 61, .2)); */
	filter: drop-shadow(0 4px 18px rgba(156, 39, 176, .2));
	position: absolute;
    top: 6px;
    right: 6px;
}
.category__opinion-header h3 {
	margin: 0;
    /*color: #666;*/
    font-size: 26px;
    line-height: 1em;
}
.category__opinion-text p {
	margin: 0;
}
/* ---------- </OPINION> ---------- */


/* ---------- <CONTENT> ---------- */
.category__content {
	margin-bottom: 48px;
}
.category__content-text {
	background: #fff;
	padding: 22px 24px 22px 24px;
	border-radius: 16px;	
}
.category__content-text h2,
.category__content-text h3 {
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 12px;
}
.category__content-text ul,
.category__content-text ol {
	background: #f6f5f4;
	padding: 18px 24px 20px 24px;
	border-radius: 8px;
	margin-bottom: 16px;
	list-style: none;
}
.category__content-text ol {
	counter-reset: intCounter;
}
.category__content-text ul li,
.category__content-text ol li {
	position: relative;
	padding-left: 18px;
	font-size: 16px;
	line-height: 20px;
}
.category__content-text ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
	background: #9c27b0;
	top: 8px; 
	left: 0;
	display: inline-block;
}
.category__content-text ol li:before {
    /*content: counter(intCounter) ".";*/
    content: counter(intCounter);
    counter-increment: intCounter;
    display: inline-block;
	color: #9c27b0;
	position: absolute;
	top: 0; 
	left: 0;
	font-weight: 600;
}
.category__content-text ul li + li,
.category__content-text ol li + li {
	margin-top: 8px;
}
.category__content-text > :last-child {
    margin-bottom: 0 !important;
}
.category__content-author {
	padding: 0 16px 0 16px;
}
.category__content-author-wrapper {
	background: #eee;
	padding: 16px 20px 16px 20px;
	display: flex;
	align-items: center;
	border-radius: 0 0 12px 12px;
}
.category__content-author-photo {
	margin-right: 16px;
}
.category__content-author-photo img {
	max-width: 64px;
	border-radius: 6px;
}
.category__content-author-desc {
	display: flex;
	flex-direction: column;
}
.category__content-author-desc a {
	text-decoration: none;
}
.category__content-author-desc .category__content-author-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 6px;
    color: #9c27b0;
}
.category__content-author-desc span {
	font-size: 14px;
}

/* ---------- </CONTENT> ---------- */


/* ---------- <PROS_CONS> ---------- */
.category__pros-cons {
	margin-bottom: 48px;
}
.category__pros-col-wrapper,
.category__cons-col-wrapper {

}
.category__pros-cons h4 {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 12px;
}
.category__pros-cons ul {
    margin: 0;
    list-style: none;
    background: #fff;
    padding: 10px 24px 12px 24px;
    border-radius: 12px;
}
.category__pros-cons ul li {
	padding: 12px 0 12px 18px;
	position: relative;
}
.category__pros-cons ul li + li {
	border-top: 2px solid #f6f5f4;
}
.category__pros-cons ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #9c27b0;
    top: 22px;
    left: 0;
    display: inline-block;
}
/* ---------- </CONTENT> ---------- */



/* ---------- <FAQ> ---------- */
.category__faq {
	margin-bottom: 48px;
}
.category__faq-wrapper {

}
.category__faq h3 {
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 24px;
}
.category__faq .accordion-item {
	border: 0;
	border-radius: 12px !important;
}
.category__faq .accordion-item + .accordion-item {
	margin-top: 20px;
}
.category__faq .accordion-item .accordion-button:focus {
	box-shadow: none;
}
.category__faq .accordion-item .accordion-button,
.category__faq .accordion-item .accordion-button.collapsed {
    border-radius: 12px !important;
	box-shadow: none;
}
@media (max-width: 767px) {
	.category__faq .accordion-item + .accordion-item {
		margin-top: 12px;
	}
	.category__faq .accordion-item .accordion-button,
	.category__faq .accordion-item .accordion-button.collapsed {
		font-size: 15px;
		line-height: 1.5em;
		padding: 10px 12px 12px 12px;
	}
	.category__faq .accordion-body {
		padding: 10px 12px 12px 12px;
		font-size: 15px;
		line-height: 1.5em;
	}
}
/* ---------- </FAQ> ---------- */

/* ---------- <MOD_PFREVIEWS> ---------- */
.category__reviews {
	margin-bottom: 36px;
}
.category__reviews h3 {
    font-size: 26px;
    line-height: 1em;
    margin: 0 0 24px 0;
	padding: 0;
}
.mod-pfreviews > div {
	margin: 0 0 24px 0;
}
.pfreviews__item {
	background: #fff;
	border-radius: 16px;
	padding: 20px 24px 20px 24px;
}
.pfreviews__item .pfreviews__item-header {
	display: flex;
	justify-content: space-between;
	/* margin: 0 0 16px 0; */
	margin: 0 0 12px 0;
}
.pfreviews__item .pfreviews__item-header .pfreviews__item-media {
	width: 48px;
	height: 48px;
	background: #eff2f7;
	padding: 8px;
	border-radius: 8px;
	/* margin-right: 12px; */
}
.pfreviews__item .pfreviews__item-header p {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: space-between;
    /* padding: 2px 0 4px 0; */
}
.pfreviews__item .pfreviews__item-header a {
    font-weight: 600;
}
.pfreviews__item .pfreviews__item-header span,
.pfreviews__item .pfreviews__item-header i {
	display: flex;
	align-items: center;
}
.pfreviews__item .pfreviews__item-header svg {
	width: 16px;
	height: 16px;
	fill: #ccc;
}
.pfreviews__item .pfreviews__item-header svg.active {
	fill: var(--link-color);
}
.pfreviews__item .pfreviews__item-header svg + svg {
	margin-left: 2px;
}
.pfreviews__item .pfreviews__item-header b {
	font-weight: 400;
	margin-left: 4px;
	display: none;
}
.pfreviews__item .pfreviews__item-title {
	display: none;
}
.pfreviews__item .pfreviews__item-content {
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
	/* white-space: nowrap; */
	height: 96px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(180deg, #000, transparent);
}
.pfreviews__item .pfreviews__item-content span:first-child:after {
	display: inline;
	content: '...';
}
.pfreviews__item .pfreviews__item-content span + span {
	display: none;
}
.pfreviews__item .pfreviews__item-footer {
	display: flex;
	color: #636f7d;
    font-size: 14px;
	line-height: 16px;
	justify-content: space-between;
	align-items: center; 
}
.pfreviews__item .pfreviews__item-footer ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	list-style: none;
}
.pfreviews__item .pfreviews__item-footer li {
	display: flex;
	align-items: center;
}
.pfreviews__item .pfreviews__item-footer li + li {
	margin: 0 0 0 6px;
}
.pfreviews__item .pfreviews__item-footer li span {
	display: none;
}
.pfreviews__item .pfreviews__item-footer svg {
	width: 16px;
	height: 16px;
	fill: var(--link-color);
}
.pfreviews__item .pfreviews__item-footer > span {
	color: var(--link-color);
	cursor: pointer;
	border-bottom: 1px dashed #0000;
}
.pfreviews__item .pfreviews__item-footer > span:hover {
	border-bottom: 1px dashed;
}
.pfreviews__form {
	background: #f4fbff;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.pfreviews__form p {
	font-size: 20px;
	line-height: 1em;
	margin: 0;
}
.pfreviews__form span {
    width: 80px;
    height: 80px;
    padding: 24px;
    background: #d9e1fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pfreviews__form svg {
	fill: #fff;
	width: 48px;
	height: 48px;
}
.pfreviews__form button {
	font-size: 18px;
    padding: 8px 24px;
}
.pfreviews__form .btn-wrapper:has(button:disabled) {
	cursor: not-allowed;
}

@media (max-width: 767px) {
	.category__reviews h3 {
		font-size: 20px;
		margin: 0 0 16px 0;
		padding: 0 0 0 0px;
	}
	.mod-pfreviews.row {
        flex-wrap: nowrap;
        overflow: auto;
        margin-left: -12px;
        margin-right: -12px;
        padding: 0;
		--bs-gutter-x: 12px;
    }
	.mod-pfreviews.row::-webkit-scrollbar {
		display: none;
	}
	.mod-pfreviews > div.col {
		flex: 1 0 90%;
		margin: 0;
	}
    .mod-pfreviews.row > div:first-child {
        padding-left: 12px;
    }
    .mod-pfreviews.row > div:last-child {
        padding-right: 12px;
    }
	.pfreviews__item {
		padding: 12px;
		border-radius: 12px;
	}
	.pfreviews__item .pfreviews__item-header {
		margin: 0 0 8px 0;
	}
	.pfreviews__item .pfreviews__item-header p {
	    padding-bottom: 2px;
	}
	.pfreviews__item .pfreviews__item-content {
		font-size: 15px;
		height: 88px;
	}
	.pfreviews__form {
		padding: 12px 12px 16px 12px;
	}
	.pfreviews__form span {
		width: 72px;
		height: 72px;
		padding: 20px;
	}
	.pfreviews__form button {
		padding: 6px 24px;
	}
}
/* ---------- </PF_REVIEWS> ---------- */