html
{
	overflow-x: hidden!important;
}

body
{
	overflow-x: hidden!important;
}

h2
{
	font-size: 1.7rem!important;
	font-weight: 500!important;
}

.logo
{
	width: 150px;
	height: 30px;
	background: url("../images/logo-des.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;

}

.pl_wb-logo
{
	display:inline-block;
	width: 105px;
	height: 14px;
	background: url("../images/wb-logo_1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.3;
}


.pl_ozon-logo
{
	display:inline-block;
	width: 70px;
	height: 14px;
	background: url("../images/ozon-logo.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.3;
}

.pl_ym-logo
{
	display:inline-block;
	width: 120px;
	height: 14px;
	position: relative;
	
}

.pl_ym-logo:after
{
	position: absolute;
	content:"";
	width: 95px;
	height: 16px;
	background: url("../images/ym-logo-2_1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.3;
	top: 0px;
}


.pl_ym-logo_2
{
    display:inline-block;
	width: 90px;
	height: 16px;
	background: url("../images/ym-logo-2_1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.4;
}


.pl_search-button-img
{
	width: 32px;
	height: 32px;
    position: absolute;
	background: url("../images/search-button.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer!important;
	top: 10px;
	
}



.pl-mtop-light
{
	margin-top: 15px;
	display: inline-block;
}

.pl_pod-search-mobile
{
	text-align: center;
	margin-top: 10px;
}

.pl_super-main
{
	max-width: 1280px;
}

.pre_header
{
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	padding: 0.4rem 0rem 0.5rem 0rem; 
	margin-bottom:0.4rem!important;
 }
 



.pl_search-pods
{
	padding-left: 150px;
	padding-top: 10px;
}

.pl_search-pods_2
{

	padding-top: 10px;
	text-align: right;
}

.oz_ym
{
	-webkit-box-shadow: var(--pl-ym);
	-moz-box-shadow: var(--pl-ym);
	box-shadow: var(--pl-ym);
}

.oz_shadow
{
	-webkit-box-shadow: var(--pl-oz);
	-moz-box-shadow: var(--pl-oz);
	box-shadow: var(--pl-oz);
}

.wb_shadow
{
-webkit-box-shadow: var(--pl-wb);
-moz-box-shadow: var(--pl-wb);
box-shadow: var(--pl-wb);	
}

.pre_content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 2rem;
}

.pl_header_cont
{
	margin-top: 1rem;
}

.pl_preheader_navigation li
{
	margin-left: 20px;
}

.pl_preheader_navigation a
{
	border-bottom: 1px solid var(--bs-gray-100);
	color: var(--bs-gray-100);
}

.pl_preheader_navigation a:hover
{
	border-bottom: 1px solid transparent;
}



.pl-big-product-card a
{

	margin-top: 0px;
	display: inline-block;
	color: var(--pl-body-link);
	border-bottom: 1px solid var(--pl-body-link-border);
}

.pl-big-product-card a:hover
{
  border-bottom: 1px solid transparent;
  color: var(--pl-body-link-hover);
}

.pl_noborder 
{
	border-bottom: 1px solid transparent!important;
}

.pl-mp-button
{
	

	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	
  display: block!important;

	color: white!important;
	border: none!important;
    width: 70%;
	font-size: 1.3rem;
	border-radius: 10px;
	margin-top: 120px;
	padding: 10px;
}


.pl_margin
{
	margin-right: 5px;
}

.pl_block-na-padding
{
	padding: 0px;
}


div
{
	border: 0px solid red;
}

.pl_inform_logo
{
	height: var(--pl-main-height-search);
    background: var(--bs-gray-100);
	border-top: var(--bs-border-width) solid var(--pl-border-forms);
	border-bottom: var(--bs-border-width) solid var(--pl-border-forms);
	border-left: var(--bs-border-width) solid var(--pl-border-forms);
	
	-webkit-border-top-left-radius: var(--form-border-radius);
	-webkit-border-bottom-left-radius: var(--form-border-radius);
	-moz-border-radius-topleft: var(--form-border-radius);
	-moz-border-radius-bottomleft: var(--form-border-radius);
	border-top-left-radius: var(--form-border-radius);
	border-bottom-left-radius: var(--form-border-radius);
    width: 150px;
}


.pl_search_logo
{
	width: 150px;
	height: 2.5rem;
	background: url("../images/logo-des.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 10px;

}


.pl_inform_logo_mobile
{
	height: var(--pl-main-height-search);
	background: var(--bs-gray-100);
	border-top: var(--bs-border-width) solid var(--pl-border-forms)!important;
	border-bottom: var(--bs-border-width) solid var(--pl-border-forms)!important;
	border-left: var(--bs-border-width) solid var(--pl-border-forms)!important;
	
	-webkit-border-top-left-radius: var(--form-border-radius)!important;
	-webkit-border-bottom-left-radius: var(--form-border-radius)!important;
	-moz-border-radius-topleft: var(--form-border-radius)!important;
	-moz-border-radius-bottomleft: var(--form-border-radius)!important;
	border-top-left-radius: var(--form-border-radius)!important;
	border-bottom-left-radius: var(--form-border-radius)!important;
	width: 50px;
}


.pl_search_logo_mobile
{
	width: 50px;
	height: 2.2rem;
	background: url("../images/logo-mobile.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 12px;

}


.pl_main-search-form
{
	height: var(--pl-main-height-search);
	background: var(--bs-gray-100);
	border-left: none;
	border-right: none;
	border-radius: none;
	transition:none;
	
	border-top: var(--bs-border-width) solid var(--pl-border-forms);
	border-bottom: var(--bs-border-width) solid var(--pl-border-forms);
	
	border-left: none;
	border-right: none;
	font-size: 1.1rem;
	

	
}


.pl_main-search-form::placeholder
{
  color: var(--pl-search-block-text);	
}	

.pl_main-search-form:focus {
  color: #212529;
  background: var(--bs-gray-100);
  border-color: none;
  outline: 0;
  box-shadow: none;
  border-top: var(--bs-border-width) solid var(--pl-border-forms);
  border-bottom: var(--bs-border-width) solid var(--pl-border-forms);
}

.pl_main-search-form:disabled {
  background: var(--bs-gray-100);
  color: var(--bs-gray-500);
 
}

.pl_search-button
{
	height: var(--pl-main-height-search);
	background: var(--bs-gray-100);
	border-left: none;
	border-right: none;
	border-top: var(--bs-border-width) solid var(--pl-border-forms);
	border-bottom: var(--bs-border-width) solid var(--pl-border-forms);
	border-right: var(--bs-border-width) solid var(--pl-border-forms);
	
	-webkit-border-top-right-radius: var(--form-border-radius);
	-webkit-border-bottom-right-radius: var(--form-border-radius);
	-moz-border-radius-topright: var(--form-border-radius);
	-moz-border-radius-bottomright: var(--form-border-radius);
	border-top-right-radius: var(--form-border-radius);
	border-bottom-right-radius: var(--form-border-radius);
	
	width: 60px;
	font-size: 1.55rem;
	padding-top: 7px;
	
}



.pl_search-button:disabled .pl_search-button-img {


width: 32px;
height: 32px;
position: absolute;
background: url("../images/bstar-dis.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer!important;
top: 10px;
opacity: 0.5;

}


.pl-no-display
{
	display: none;
}

.pl-loader
{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url("../images/loader.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	box-shadow: 0 0 0 #049ff5;
	animation: pulse 2s infinite;
	margin-top: 30px;
}

@-webkit-keyframes pulse {
 0% {
	-webkit-box-shadow: 0 0 0 0 var(--pl-form-focus);
  }
 70% {
   -webkit-box-shadow: 0 0 0 20px var(--pl-form-focus);
 }
 100% {
	-webkit-box-shadow: 0 0 0 0 var(--pl-form-focus);
  }
}

@keyframes pulse {
  0% {
	-moz-box-shadow: 0 0 0 0 var(--pl-form-focus);
   box-shadow: 0 0 0 0 var(--pl-form-focus);
  }
 70% {
   -moz-box-shadow: 0 0 0 20px rgba(204,169,44, 0);
	box-shadow: 0 0 0 20px rgba(204,169,44, 0);
 }
 100% {
	-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
   box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.pl-offer
{
	margin-top: 20vh;
	margin-bottom: 100px;
}

.pl-hidder_block
{
	min-height: 30vh;
	height: auto;
}

.pl-hidder_block h1
{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 30px;
	line-height: 1.1;
}

.pl-hidder_block h2
{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 20px;

}

.pl-notop
{
	margin-top: 30px;
	margin-bottom: 30px;
}



.pl-focus-main {
	border-top: 1px solid var(--pl-form-focus) !important;
	border-bottom: 1px solid var(--pl-form-focus) !important;
}

.pl-focus-logo {
	border-top: 1px solid var(--pl-form-focus) !important;
	border-bottom: 1px solid var(--pl-form-focus) !important;
	border-left: 1px solid var(--pl-form-focus) !important;
}



.pl-focus-button {
	border-top: 1px solid var(--pl-form-focus) !important;
	border-bottom: 1px solid var(--pl-form-focus) !important;
	border-right: 1px solid var(--pl-form-focus) !important;
}



.pl_max-width
{
	max-width: 1280px!important;
}





.pl_light-padding-right
{
	margin-right: 20px;
	display: inline-block; 
	float: right;
}

.pl_light-padding-left
{
	padding-left: 23px;
	line-height: 2;
}

.pl-search-block-text span 
{
	line-height: 2;
}

.pl-search-block-text
{
	color: var(--pl-search-block-text);
}

.pl-search-block-text a
{
   border-bottom: 1px solid var(--pl-links-border);	
}

.pl-search-block-text a:hover
{
	border-bottom: 1px solid transparent;
}

a
{
	cursor: pointer!important;
}

.pl-display_none
{
	display: none!important;
}




/* CSS */
#logs {
  position: relative;
  width: 100%;
  text-align: center;
  height: 35px;
}

.pl_parse_status
{
	font-size: 1.4rem;
	line-height: 2;
	position: relative;
	margin-top: 25px;
}

.pl_parse_status_2
{
	font-size: 1.4rem;
	line-height: 2;
	position: relative;
	margin-top: 25px;
}


.pl_biglink
{
	font-size: 1.2rem;
}

.pl-rating
{
	margin-top: 10px;
}

.pl_category-link
{

	margin-top: 0px;
	display: inline-block;
    color: var(--pl-body-link);
	border-bottom: 1px solid var(--pl-body-link-border);
	font-weight: 600;
	line-height: 1rem;
}

.pl_category-link:hover
{
  border-bottom: 1px solid transparent;
  color: var(--pl-body-link-hover);
}

.pl-product-title a
{
	color: var(--bs-gray-900);
}

.pl-product-title a:hover
{
	color: var(--bs-gray-600);
}

.pl-sku
{
	text-align: center; 
	font-weight: 500;
	font-size: 1.1rem;
	color: #b3b3b3;
	white-space: nowrap;
}


.pl-mp-card-rating
{
	text-align: right;
	color: #b2b2b2!important;
}


.pl-big-radius
{
	border-radius: 10px!important;
	overflow: hidden;
}


.rating-progress {
	height: 6px;
	border-radius: 3px;
	background: #e0e0e0;
	overflow: hidden;
}

.rating-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
	border-radius: 3px;
}





.pl-rating-combined {
	display: flex;
	align-items: center;
	height: 48px;
	border-radius: 0;
	overflow: hidden;

	width: 100%;
}
.pl-main-rating {
	display: flex;
	align-items: center;
	gap: 6px;
	background-color: var(--bs-gray-100);
	padding: 0 12px;
	height: 100%;
	flex: 0.5;
	text-align: center;
}
.pl-main-rating-star {
	color: #fbbf24;
	
}
.pl-main-rating-value {
	font-weight: 600;
	color: #1e293b;
	font-size: 16px;
	text-align: center;
}
.pl-scanvo-rating {
	display: flex;
	align-items: center;
	height: 100%;
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	color: var(--bs-gray-100);
	white-space: nowrap;
	padding: 0 12px;
	font-size:  1.3rem;
	font-weight: 600;
	flex: 1;
}
.pl-scanvo-rating i {
	font-size: 16px;
	margin-right: 4px;
	color: var(--bs-gray-100);
}
.pl-title-container {
	position: relative;
	height: 120px;
	overflow: hidden;
	margin-bottom: 0px;
}
.pl-title-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.pl-product-title {
	margin-top: 5px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.25;
	font-size: 1.2rem; /* Увеличенный размер шрифта */
}

.block-rounded
{
	border-radius: var(--pl-main-raius)!important;
}

.pl-product-card {
	
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: var(--pl-main-raius);
	box-shadow: 0 1px 2px rgba(214, 219, 226, 0.5), 0 1px 2px rgba(214, 219, 226, 0.5);
	//border: 1px solid var(--bs-gray-300);
}
.pl-product-card:hover {
	
}
.pl-product-image {
	flex: 1;
	min-height: 350px;
	max-height: 350px;
}
.pl-product-content {
	padding: 1rem;
}
.pl-rating-footer {
	background: var(--pl-dop-bg);
	padding-top: 20px;
	
}

.img-fluid
{
	width: 100%!important;
}

.pl-image-card-bg
{
	border: 1px solid var(--pl-dop-bg);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.pl-card-rat-foot
{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}


.pl-mp-logo {
	display: flex;
	align-items: center;
	padding: 0 12px 8px;
	margin-bottom: 0px;
}

@media (max-width: 639px) {
	.pl-product-image {
		height: 180px;
	}
	.pl-title-container {
		height: 60px;
	}
	.pl-product-title {
		font-size: 14px; /* Увеличенный размер шрифта для мобильных */
	}
	.grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 колонки на мобильных */
		gap: 10px; /* Уменьшенный отступ между карточками */
	}
}

@media (min-width: 640px) and (max-width: 767px) {
	.grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 колонки на планшетах */
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 колонки на больших планшетах */
	}
}
@media (min-width: 1024px) {
	.grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 колонки на десктопах */
	}
}

.pl-pdbt-1
{
padding-bottom: 20px;
}

.pl-rating-container-2
{
	width: 50%; 
	text-align: center;
}



.pl-ration
{
	width: 110px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	border-radius: 20px;
    font-size: 1.1rem;
    font-weight: 500;
}


.pl-mp-rt
{
	background: white;
}

.pl-sc-rt
{
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	color: white;
}


.pl-sc-rat-img
{
	width: 16px;
	height: 16px;
	background: url("../images/logo-mobile.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	
	
}

.pl-mp-logo-mob
{
	display: none;
}	

.pl-mp-logo-mobile
{
	display: none;
}

.pl-sm-lo
{
	width: 50px;
	margin-top: 6px;
}

.pl-sm-lo_
{
	width: 60px!important;
	margin-left: -5px;
}

.pl_sc-logo
{
	width: 137px;
	height: 28px;
	background: url("../images/logo-cat.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	
}

@media (max-width: 1023px) {

.pl-rating-footer {

	padding-top: 10px;
	
}


.pl-mp-logo-mobile
{
	display: block;
}

	
.pl-mp-logo-mobile
{
	display: block;
}	
	
.pl-mp-logo
{
	display: block;
}	
	
.pl-mp-logo-mob
{
	display: block;
}	
	
.pl-product-image {
	flex: 1;
	min-height: 250px;
	max-height: 250px;
}


.pl-ration
{
	width: 70px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	border-radius: 15px;
	font-size: 1rem;
	font-weight: 500;
}

.pl-mp-logo
{
	display: none;
}

}

.pl_rating-text
{
	margin-bottom: 2rem;
	font-size: 1.6rem;
}

.pl-card-table
{
	margin-top: 30px;
}

.pl-summary h3
{
	font-weight: 500;
	font-size: 1.3rem;
	margin-top: 30px;
}

.pl-card-header
{
	margin-top: 10px;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
}

.pl-summary strong
{
	font-weight: 500;
	font-size: 1.1rem;
	margin-bottom: 10px;
	display: block;
}

.pl-pos
{
	background: #f5f5fa;
	
	padding: 15px 20px;
	border-radius:10px;
	margin-top: 10px;
}


.pl-dop
{
	width: 100%;
	height: 120px;
}

.pl-neg
{
	margin-top: 10px;
}

.pl_all-products
{
	margin-top: 30px;
}


.pl-b-buttom
{
	margin-bottom: 30px;
}




.pl-block
{
padding-left: 10px;
}


.pl-infoblock
{
	margin-top: 20px;
}

#load-more
{
	width: 80%;
}


article h1 { c }
article h2 { 

	margin-top: 40px;
	margin-bottom: 20px;
}
.toc {
	background: #f8f9fa;
	padding: 15px;
	border-radius: 5px;
	margin: 20px 0;
}
.toc ul { padding-left: 20px; }
.highlight {
	background: #e3f2fd;
	padding: 15px;
	border-radius: 5px;
	border-left: 3px solid #2196f3;
	margin: 20px 0;
}
.features li { margin-bottom: 10px; }
.cta {
	text-align: center;
	padding: 25px;
	background: #e8f5e9;
	border-radius: 8px;
	margin: 30px 0;
	border: 1px solid #c8e6c9;
}



.pr-p-2
{
	padding: 10px 0px 0.001rem 10px;
}

.pl-auto
{
	margin-top: -50px;
}

.pl-logo-min-ex
{
	width: 320px;
	display: inline-block;
}


.pl-br
{
	font-size: 0.6rem;
}


.pl_brandlight
{
	font-size: 1rem!important;
	line-height: 1px!important;
}


.pl-comment-box
{
	width: 100%;

	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
		
	  display: block!important;
	position: relative;
		color: white!important;
		border: none!important;
		border-radius: 10px;

		padding: 20px;
		margin-top: 10px;
	
}

.pl-comment-box::after
{
	content:"";
	position: absolute;
	width: 32px;
	height: 32px;
	background: url("../images/1arr.png");
	background-size: contain;
	top: -20px;
	right: 80px;
	z-index: 9;
	background-repeat: no-repeat;
}


.pl-comment-box p
{
	
	font-weight: normal;
	line-height: 1.7;
}

.pl-comment-box h4
{
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.pl-overlay
{
	width: 100%;
	height: 100vh;
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	position: fixed;
	z-index: 9999;
	display: none;		
}



.pl-i-ov
{
	font-size: 2rem;
	position: absolute;
	right: 20px;
	top: 20px;
	color: white;
}

.pl-overlay ul
{
	margin-top: -30px;
	margin-left: 40px;
}

.pl-overlay a
{
	color: white;
	font-size: 2rem;
	border-bottom: 1px solid snow;
}


.pl-ad-block
{
	margin-top: 30px;
	margin-bottom: 20px;
  border-radius: 00px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}

#pl-refresh
{


    color: var(--pl-body-link);
    border-bottom: 1px dashed var(--pl-body-link-border);
    cursor: pointer;
    white-space: nowrap;
}

#pl-refresh:hover
{
	  border-bottom: 0px dashed var(--pl-body-link-border);
}

.pl-nowrap
{
	 white-space: nowrap;
}


.pl-slide
{
	margin-right: 10px;
}


.slick-next
{
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%)!important;
	width: 36px!important;
	height: 36px!important;
	border-radius: 50%!important;
}
.slick-next:before
{
	color: white!important;
}


.slick-prev
{
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%)!important;
width: 36px!important;
height: 36px!important;
border-radius: 50%!important;
}
.slick-prev:before
{
	color: white!important;
}









.pl_search_switcher
{

}

.pl_search_switcher li
{
	display: inline-block;
	margin-right: 10px;
}









.pl-shad-m
{
	width: 50px;
}
.pl_shad-d
{
	width: 150px;
}

.marbot-10
{
	margin-bottom: 15px!important;
}


.switch-container {
	height: 32px;
	border-radius: 15px!important;
	background-color: #f3f4f6;
	overflow: hidden;
	position: relative;
	width: 400px;
}

.switch-options {
	display: flex;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 15px!important;
}

.switch-option {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 10px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s ease;
	z-index: 1;
	position: relative;
	white-space: nowrap;
}


.switch-active-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	border-radius: 15px;
	transition: all 0.2s ease;
	z-index: 0;
}

.switch-option.active {
	color: white;
}

.switch-option:not(.active) {
	color: var(--pl-search-block-text);
}

.switch-option:first-child.active ~ .switch-active-bg {
	left: 0;
}

.switch-option:last-child.active ~ .switch-active-bg {
	left: 50%;
}



.pl_search-button-img-cs
{
	width: 32px;
	height: 32px;
	position: absolute;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer!important;
	top: 13px;
	
}


.pl-search-icon {
	color: #a5a7a9;
	width: 32px;
	height: 32px;
  }





.search-suggestions {
	  position: absolute;
	  top: 75px;
	  left: 0;
	  right: 0;
	  background: rgb(248, 249, 250);
      border-radius: 20px!important;  
	  z-index: 99;
	 
	 -webkit-box-shadow: 0px 29px 39px -19px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 29px 39px -19px rgba(34, 60, 80, 0.2);
box-shadow: 0px 29px 39px -19px rgba(34, 60, 80, 0.2);


	 
	  
  }
  
  /* Сообщения */
  .search-suggestions .loading,
  .search-suggestions .error,
  .search-suggestions .no-results {
	  padding: 15px;
	  text-align: center;
	  color: #666;
  }
  
  .search-suggestions .error {
	  color: #d9534f;
  }

  .suggestion-item {
	  display: flex;
	  align-items: center;
	  padding: 10px;
	  text-decoration: none;
	  color: #333;

	  transition: background 0.2s;
  }
  
  .suggestion-item:hover {

  }
  
  .suggestion-image {
	  width: 50px;
	  height: 50px;
	  margin-right: 15px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  
  .suggestion-image img {
	  max-width: 100%;
	  max-height: 100%;
	  object-fit: contain;
  }
  
  .suggestion-info {
	  flex: 1;
  }
  
  .suggestion-name {
      font-size: 1.2rem;
	  margin-bottom: 3px;
	  line-height: 1.3;
  }
  
  .suggestion-details {
	  display: flex;
	  font-size: 0.85em;
	  color: #666;
  }
  
  .suggestion-brand {
	  margin-right: 15px;
	  white-space: nowrap;

  }
  
  .suggestion-sku {
     white-space: nowrap;
  }


.pl_span
{


}


 .pagination {
	display: flex;
	justify-content: center;
	margin: 40px 0;
	padding: 0;
	list-style: none;
	font-size: 0.8rem!important;
}

.pagination li {
	margin: 0 2px;
	font-size: 0.8rem!important;
}

.pagination a, 
.pagination span {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 32px;
	text-decoration: none;
	color: var(--pl-search-block-text);
}

.pagination a:hover {
	background-color: #f5f5f5;
}

.pagination .active span {
	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	color: white;
}

.pagination .disabled span {
	color: #ddd;
	cursor: not-allowed;
}






.pl-mp-button-b
{
	

	background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	
  display: block!important;

	color: white!important;
	border: none!important;
	font-size: 1.2rem;
  

	padding: 10px;

		width: 100%!important;
	max-width: 600px!important;

  border-radius: 0px!important;

	-webkit-border-bottom-right-radius: 10px!important;
-webkit-border-bottom-left-radius: 10px!important;
-moz-border-radius-bottomright: 10px!important;
-moz-border-radius-bottomleft: 10px!important;
border-bottom-right-radius: 10px!important;
border-bottom-left-radius: 10px!important;


}



.pl_mp-rat-rating-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: -15px;

}

.pl_mp-rat-rating-container h3
{
	font-weight: 500;
	font-size: 1.3rem;
	margin-top: 30px;
	margin-bottom: 10px;
}

.pl_mp-rat-rating-container strong
{
	font-weight: 500;
	font-size: 1.1rem;
	margin-bottom: 20px;
	display: block;
}


.pl_mp-rat-rating-bar {
	height: 50px;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

	background: #f5f5fa;
	position: relative;
	overflow: hidden;
}

.pl_mp-rat-rating-indicator {
	position: absolute;
	top: 5px;
	width: 40px;
	height: 40px;
	//background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
	border-radius: 36px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	background: white;
	transition: left 0.5s ease;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 25px 12px rgba(131, 129, 219, 0.31);
	-moz-box-shadow: 0px 0px 25px 12px rgba(131, 129, 219, 0.31);
	box-shadow: 0px 0px 25px 12px rgba(131, 129, 219, 0.31);
}



.pl_mp-rat-rating-value {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	padding: 2px 8px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 14px;

}

.pl_mp-rat-emoji-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 25px;
	z-index: 1;
}

.pl_mp-rat-emoji {
	font-size: 20px;
	opacity: 0.3;
	
}

.pl_mp-rat-rating-label {

	transition: all 0.3s ease;
	display: inline-block;
}

.pl_mp-rat-slider-container {
	margin-top: 30px;
	width: 100%;
	display: none;
}

.pl_mp-rat-slider {
	-webkit-appearance: none;
	width: 100%;
	height: 8px;
	border-radius: 4px;
	background: #e0e0e0;
	outline: none;
}

.pl_mp-rat-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #4f46e5;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.pl-attention
{
	margin-top: 20px;
}


.content
{
	max-width: 1440px!important;
	padding: 0.7rem 0.7rem 0.7rem 0.7rem!important;
}

.pl-main-ad-block
{
width: 95%; 
height: 100px; 
margin-top: 40px;
}

@media (max-width: 639px) {
	.pl-card-header
	{
     font-size: 25px;
     margin-bottom: 20px;
	}

  .pl-main-ad-block
	{
	width: 100%; 
	height: 180px; 
	margin-top: 40px;
	}

}


.pl-line-sm
{
	white-space: nowrap;

}

.pl-pre-line span
{
		line-height: 1.2rem!important;
}



.pl_bagrate
{
	position: relative;
	width: 100%;

	overflow: hidden;
		flex: 1;
}

.pl_bagrate::after
{
	position: absolute;
	text-align: center;
	content: "К сожалению нам не удалось получить всю информацию о товаре. Рейтинг для этого товара не объективен.";
	padding: 10%;
color: white;
font-size: 20px;
	width: 100%!important;

background: #ff0000;
background: linear-gradient(180deg,rgba(255, 0, 0, 0.68) 0%, rgba(255, 0, 0, 0.95) 100%);
	z-index: 999!important;
	top: 30%;
		overflow: hidden;
		border-radius: 10px;
		height: 300px;
}




 .slider-container {
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        .slider-container::-webkit-scrollbar {
            display: none;
        }
        .modal {
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
        .modal-content {
            transform: scale(0.95);
            transition: transform 0.3s ease;
        }
        .modal.active .modal-content {
            transform: scale(1);
        }
        .review-card:hover .review-image {
            transform: scale(1.03);
        }

