/* Полоска с отзывами Яндекса над шапкой */
.header-yandex-strip {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 36px;
	padding: 6px 12px;
	background: #1a1a1a;
	background-image: url('/upload/img/banner-top.jpg');
	background-size: auto;
	background-position: center;
	background-repeat: repeat;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.4;
	transition: background 0.2s ease;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.header-yandex-strip::after {
	content: "";
	position: absolute;
	top: -460%;
	left: -50%;
	width: 200%;
	height: 320%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0) 40%, transparent 100%);
	transform: rotate(6deg);
	transition: top 0.5s ease, opacity 0.5s ease;
	pointer-events: none;
	filter: blur(1px);
	opacity: 0;
}
.header-yandex-strip:hover::after {
	top: -260%;
	opacity: 1;
}
.header-yandex-strip:hover {
	color: #fff;
}
.header-yandex-strip__text,
.header-yandex-strip__rating {
	transition: transform 0.35s ease;
	position: relative;
	z-index: 1;
}
.header-yandex-strip:hover .header-yandex-strip__text,
.header-yandex-strip:hover .header-yandex-strip__rating {
	transform: translateX(6px);
}
.header-yandex-strip__text {
	white-space: nowrap;
}
.header-yandex-strip__rating.val-otz {
	padding: 0 0 0 4px !important;
	display: inline-flex !important;
	color: #fff !important;
}
.header-yandex-strip__rating.val-otz:before {
	margin-right: 2px;
}

/* Карточка товара начало */

.breadcrumbs li a,
.breadcrumbs li > span{
	font-size: 14px;
	color: var(--color-chernyi-txt);
	opacity: .4;
	transition: opacity .2s ease;
}

.breadcrumbs li > span,
.breadcrumbs li:last-child{
	display: none;
}

.breadcrumbs li a:hover{
	opacity: .8;
}

.breadcrumbs li:before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M6.66699 4L10.1956 7.5286C10.4559 7.78894 10.4559 8.21106 10.1956 8.4714L6.66699 12' stroke='%23424242' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	margin: 0 5px;
	vertical-align: middle;
}

/* Обёртка H1 + блок доставки на странице товара */
.page-title-wrap {
	display: flex;
	gap: 10px;
	margin-top: 40px;
	justify-content: space-between;
}

.page-title-wrap .page-title{
	text-align: unset;
	color: var(--color-chernyi-fon);
	font-size: 40px;
	line-height: 120%;
}

/* Блок «Ближайшая доставка» на странице товара — карточка как на макете */
.page-title-delivery {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 12px 16px 10px 16px;
	background-color: #F4EEE8;
	border-radius: 20px;
	gap: 3px;
	width: 176px;
	height: 100px !important;
	flex: 0 0 176px;
	margin-top: 0;
}

.page-title-delivery .calendar-left {
	display: contents;
}

.page-title-delivery .calendar-tittle {
	order: 1;
	font-size: 14px;
	color: var(--color-chernyi-txt);
	font-weight: 500;
	line-height: 120%;
	margin: 0;
}

.page-title-delivery .calendar-right.calendar-list {
	order: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	background: unset;
	width: 100%;
	margin: 0;
	justify-content: center;
	height: unset !important;
}

.page-title-delivery .calendar-day {
	color: var(--color-korichneviy-1-txt);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}

.page-title-delivery .calendar-time {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 9px 2px 4px;
	background-color: #fff;
	border-radius: 999px;
	font-size: 14px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	color: var(--color-korichneviy-1-txt);
	font-weight: 500;
	line-height: 120%;
	width: 100%;
	justify-content: flex-start;
}

.page-title-delivery .calendar-time::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='6.5' stroke='%23867769' stroke-width='1.7' fill='none'/%3E%3Cpath d='M8 4.5V8l2.5 2.5' stroke='%23867769' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
	opacity: .7;
	transform: translate(0px, -1px);
}

.product-page-columns{
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 40px !important;
}

.product-page-columns .catalog-item-left-block,
.product-page-columns .catalog-item-right-block{
	width: 100% !important;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ROSVEB-PROD .catalog-item-gallery{
	width: 100% !important;
}

.ROSVEB-PROD .catalog-item-main-image{
	background-color: var(--color-svetliy-3);
	border-radius: 20px;
	padding: 14px;
	position: relative;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
}

.ROSVEB-PROD .catalog-item-main-image img{
	mix-blend-mode: darken;
	border-radius: 10px;
}

.ROSVEB-PROD .label{
	font-size: 16px;
	padding: 6px 16px !important;
	white-space: nowrap;
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
}

/* Контейнер «Лучшая цена» + процент скидки — в одну строку */
.rosveb-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.ROSVEB-PROD .percent{
	background-color: var(--color-red);
	color: #fff;
	font-size: 16px;
	padding: 6px 16px;
	border-radius: 999px;
	font-weight: 500;
	line-height: 120%;
	opacity: .8;
}

.ROSVEB-PROD .wish{
	top: 10px;
	right: 10px;
	gap: 8px;
	flex-direction: row-reverse;
}

.ROSVEB-PROD .wish .save-item,
.ROSVEB-PROD .wish .ya-share2{
	margin: 0 !important;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.ROSVEB-PROD .wish .save-item a{
	transform: translate(0, 2px);
}

.page-title-wrap p,
.val-dostavka p{
	display: none;
}

.ROSVEB-PROD .wish .ya-share2 .ya-share2__container{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ROSVEB-PROD .wish .ya-share2 .ya-share2__list,
.ROSVEB-PROD .wish .ya-share2 .ya-share2__item{
	margin: 0 !important;
}

.ROSVEB-PROD .wish .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.2502 14.3238L14.2502 6.375L14.2502 10.875C3.75 13.125 3.75 23.625 3.75 23.625C3.75 23.625 8.25 17.625 14.2502 18.375L14.2502 23.025L26.2502 14.3238Z' stroke='%238C7265' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	width: 30px !important;
	height: 30px !important;
}

.ROSVEB-PROD .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
	background: unset;
	padding: 0;
}

.ya-share2__container_size_m .ya-share2__item_more .ya-share2__icon_more{
	background-size: 30px 30px !important;
}

.rosveb-disclaimer{
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	line-height: 120%;
	color: var(--color-nezhniy-3);
	font-style: italic;
	position: absolute;
	bottom: 10px;
	width: calc(100% - 28px);
	padding-top: 4px;
	background-color: #faf3ede8;
}

.ROSVEB-PROD .more-images{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 0 !important;
}

.ROSVEB-PROD .more-images li{
	width: 100px !important;
	height: 100px !important;
	margin: 0 !important;
}

.ROSVEB-PROD .more-images li.active{
	opacity: unset !important;
}

.ROSVEB-PROD .more-images li.active img{
	box-shadow: 0 0 0 3px var(--color-nezhniy-3) !important;
	border-radius: 20px;
	overflow: hidden;
}

.ROSVEB-PROD .more-images img {
	border-radius: 20px;
}

.ROSVEB-PROD .social-block,
.ROSVEB-PROD .service-buttons,
.ROSVEB-PROD .recipe-block:after{
	display: none !important;
}

.ROSVEB-PROD .recipe-block,
.ROSVEB-PROD .questions-block{
	border: 1px solid var(--color-nezhniy-1);
	border-radius: 20px;
	padding: 10px 20px;
	margin: 0;
	width: 100%;
}

.ROSVEB-PROD .recipe-block h5,
.ROSVEB-PROD .questions-block h5{
	color: var(--color-chernyi-txt);
	font-size: 26px;
	margin-bottom: 10px;
}

.ROSVEB-PROD .recipe-block li a,
.ROSVEB-PROD .questions-block li a{
	color: var(--color-korichneviy-new);
	font-size: 16px;
	line-height: 120%;
	display: inline;
	background: linear-gradient(var(--color-korichneviy-new), var(--color-korichneviy-new)) no-repeat;
	background-size: 0% 1px;
	background-position: 0 100%;
	transition: background-size 0.3s;
	text-decoration: none;
}

.ROSVEB-PROD .recipe-block li a:hover,
.ROSVEB-PROD .questions-block li a:hover{
	background-size: 100% 1px;
	text-decoration: none;
}

.questions-block-wrap #callbackBtn,
.questions-block-wrap .questions-text a{
	color: lch(27.97% 0 296.81 / 0.8);
	background-color: var(--color-svetliy-4);
	border-radius: 999px;
	padding: 6px 12px 4px 12px;
	font-size: 16px;
	transition: background-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.questions-block-wrap .questions-text a:hover{
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	background-color: #fff;
	transform: translateY(-2px) !important;
}

.questions-block-wrap .questions-text{
	color: var(--color-korichneviy-new);
	display: inline-block;
	display: flex;
	align-items: center;
	gap: 10px;
}

.questions-block-wrap .questions-text p{
	margin: 0;
	font-size: 16px;
	line-height: 120%;
}

.ROSVEB-PROD #questions-block{
	margin-top: 30px;
}

.fancybox-wrap.fancybox-type-image{
	max-width: 900px;
	border-radius: 20px !important;
	overflow: hidden !important;
	clip-path: inset(0 round 20px);
	-webkit-clip-path: inset(0 round 20px);
}

.fancybox-type-image .fancybox-skin,
.fancybox-type-image.fancybox-opened .fancybox-skin{
	background: transparent !important;
	border-radius: 20px !important;
	overflow: hidden !important;
	clip-path: inset(0 round 20px);
	-webkit-clip-path: inset(0 round 20px);
}

.fancybox-type-image.fancybox-opened .fancybox-skin{
	padding: 0 !important;
}

.fancybox-outer,
.fancybox-inner{
	border-radius: 20px !important;
	overflow: hidden !important;
	clip-path: inset(0 round 20px);
	-webkit-clip-path: inset(0 round 20px);
}

.fancybox-content img,
.fancybox-image{
	border-radius: 20px !important;
}

.fancybox-nav span{
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	cursor: pointer;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-position: 7px 8px;
	background: #ffffffa8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fancybox-nav span:before{
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66699 4L10.1956 7.5286C10.4559 7.78894 10.4559 8.21106 10.1956 8.4714L6.66699 12' stroke='%23424242' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	display: block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	scale: 2;
	opacity: .7;
}

.fancybox-nav.fancybox-prev span{
	transform: rotate(180deg);
}

.fancybox-close{
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M18 6L6 18M18 18L6 6.00001' stroke='%23757575' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
	background-size: 30px 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	color: #757575;
	cursor: pointer;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	top: 5px;
	right: 5px;
}

#callback-popup{
	border-radius: 20px !important;
	position: relative;
}

/* Псевдо-крестик закрытия: визуальная подсказка, клик проходит сквозь (pointer-events: none) на затемнённый фон */
#callback-popup::before{
	content: "";
	position: absolute;
	top: 0px;
	right: -55px;
	width: 48px;
	height: 48px;
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M18 6L6 18M18 18L6 6.00001' stroke='%23757575' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 999px;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	pointer-events: none;
	cursor: pointer;
}

#callback-popup .form-title{
	color: var(--color-chernyi-txt);
	font-size: 26px;
	margin-bottom: 10px;
	font-family: "Lobster", Arial, sans-serif;
}

#callback-popup .form-questions .form-required{
	display: none;
}

#callback-popup .form-questions{
	margin: 30px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#callback-popup .form-questions .inputtext{
	width: 100%;
	background-color: var(--color-svetliy-4) !important;
	height: 50px !important;
	border-radius: 10px !important;
	padding: 4px 16px !important;
	border: none !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 100% !important;
	color: rgb(66 66 66) !important;
	margin-top: 5px;
}

#callback-popup .form-questions .field{
	color: rgba(66, 66, 66, 0.7) !important;
	font-size: 16px;
}

#callback-popup .form-questions .inputtext:focus,
#callback-popup .form-questions .inputtext:focus-visible,
#callback-popup .form-questions .inputtext:focus-within{
	box-shadow: inset 0 0 0 2px rgba(140, 114, 101, 0.6) !important;
	outline: none !important;
}

#callback-popup .soglasie{
	display: flex;
	align-items: center;
	gap: 10px;
}

#callback-popup .soglasie label{
	font-size: 14px;
	margin: 0;
	flex: 1;
	cursor: pointer;
}

#callback-popup .soglasie label::first-letter{
	text-transform: uppercase;
}

#callback-popup .soglasie label a{
	color: var(--color-green);
}

#callback-popup .soglasie input#scales{
	appearance: none;
	-webkit-appearance: none;
	width: 22px;
	height: 22px;
	min-width: 22px;
	min-height: 22px;
	border: 2px solid rgba(140, 114, 101, 0.4);
	border-radius: 6px;
	background: var(--color-svetliy-4);
	cursor: pointer;
	vertical-align: middle;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
	margin-bottom: 2px;
}

#callback-popup .soglasie input#scales:hover{
	border-color: rgba(140, 114, 101, 0.7);
}

#callback-popup .soglasie input#scales:focus,
#callback-popup .soglasie input#scales:focus-visible{
	outline: none;
}

#callback-popup .soglasie input#scales:checked{
	background-color: var(--color-korichneviy-new);
	border-color: var(--color-korichneviy-new);
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6667 3.5L5.25 10.5L2.33334 7.58333' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

#callback-popup .soglasie input#scales:checked:hover{
	filter: brightness(1.05);
}

#callback-popup .buttons .button-primary{
	background-color: var(--color-korichneviy-new) !important;
	border-color: var(--color-korichneviy-new) !important;
	height: 50px !important;
	padding: 8px 20px !important;
	border-radius: 10px !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 260px;
	margin-top: 20px;
}

#callback-popup .buttons .left{
	display: none;
}

.catalog-price-block .catalog-price{
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}

.articul2{
	margin: 0 0 0 auto;
	color: var(--color-chernyi-txt);
	font-size: 14px;
	line-height: 120%;
	font-weight: 500;
	opacity: .5;
	padding: 0 0 4px 0;
}

.catalog-price-block .catalog-price .price-value,
.catalog-price-block .catalog-price .price-value .rub,
.catalog-price-block .catalog-price .price-value .unit{
	color: var(--color-chernyi-fon);
	font-size: 28px;
	font-weight: 700;
	line-height: 120%;
}

.catalog-price-block .catalog-price .oldprice{
	color: var(--color-chernyi-txt);
	opacity: .5;
	font-size: 20px;
	font-weight: 500;
}

.thresholds-btns{
	gap: 6px;
	margin-bottom: 0 !important;
}

.threshold-btn {
	box-shadow: unset !important;
	color: var(--color-chernyi-fon) !important;
	font-size: 14px !important;
	margin: 0 !important;
	border: 1px solid var(--color-nezhniy-1) !important;
	border-radius: 100px !important;
	padding: 4px 6px 4px 16px !important;
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
}

.threshold-btn.active {
	background-color: var(--color-svetliy-4) !important;
	border-color: var(--color-svetliy-4) !important;
}

.threshold-btn .rosveb-tp-prise{
	font-weight: 400 !important;
	font-size: 14px !important;
	padding: 4px 13px !important;
	border-radius: 100px !important;
	max-height: 25px;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: var(--color-svetliy-4) !important;
	color: var(--color-korichneviy-new) !important;
}

.threshold-btn.active .rosveb-tp-prise{
	color: #fff !important;
	background-color: rgba(140, 114, 101, 0.6) !important;
}

.catalog-price-block{
	border-top: none !important;
}

.catalog-price-block,
.price-thresholds-block{
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}

.price-thresholds-block{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.threshold-buy-block{
	gap: 20px;
}

.delivery-mailer-info{
	padding: 0 !important;
}

.delivery-mailer-info .weight-info{
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.delivery-mailer-info .weight-info span{
	font-size: 16px;
	color: var(--color-chernyi-txt);
	opacity: .5;
	line-height: 120%;
	font-style: italic;
}

.delivery-mailer-info .weight-info .icon-weight{
	opacity: .5;
}

.fish-count-badge{
	background: unset;
	padding: 0;
	color: var(--color-korichneviy-1-txt);
	font-size: 16px;
}

/* Каунтер на странице карточки товара — оформление как в корзине */
.threshold-buy-block .quantity{
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
	border-radius: 100px;
	font-size: 17px;
	font-weight: 500;
	color: var(--color-chernyi-fon);
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	box-sizing: border-box;
}

/* Только видимое поле количества — скрытые поля не трогаем */
.threshold-buy-block .quantity input.e_quantity,
.threshold-buy-block .quantity input#threshold-qty{
	border: none !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	color: var(--color-chernyi-fon) !important;
	text-align: right !important;
	margin-right: 14px;
	height: unset !important;
	padding: 0.4em 1em 0.4em 0;
	width: 1.9em !important;
	min-width: 2ch !important;
	max-width: 4em !important;
	flex: 0 0 auto !important;
	box-sizing: content-box;
}

.threshold-buy-block .quantity input.e_quantity:focus,
.threshold-buy-block .quantity input#threshold-qty:focus{
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.threshold-buy-block .quantity .measure-name{
	position: absolute;
	transform: translate(14px, 1px);
	color: #7B7B7B !important;
	font-size: 15px !important;
	font-weight: 500 !important;
}

.threshold-buy-block .quantity-down,
.threshold-buy-block .quantity-up{
	border: none !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 100% !important;
	width: auto !important;
	padding: 0 !important;
	flex: 1 1 auto !important;
	background-color: unset !important;
}

.threshold-buy-block .quantity-down span{
	background-image: url(/local/templates/optima/css/img/quantity-down.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px !important;
	height: 24px !important;
	background-size: contain;
	display: block;
}

.threshold-buy-block .quantity-up span{
	background-image: url(/local/templates/optima/css/img/quantity-up.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px !important;
	height: 24px !important;
	background-size: contain;
	display: block;
}

.threshold-buy-block .quantity-down:hover,
.threshold-buy-block .quantity-up:hover{
	background-color: unset !important;
}

.threshold-buy-block .quantity-down:hover span{
	background-image: url(/local/templates/optima/css/img/quantity-down.svg) !important;
	background-repeat: no-repeat;
}

.threshold-buy-block .quantity-up:hover span{
	background-image: url(/local/templates/optima/css/img/quantity-up.svg) !important;
	background-repeat: no-repeat;
}

.threshold-buy-block .buy-row{
	background-color: #F4EEE8;
	padding: 10px 10px;
	border-radius: 30px 16px 16px 30px;
	gap: 20px;
	align-items: center;
}

.threshold-buy-block .total-price{
	font-size: 20px;
	font-weight: 700;
	color: var(--color-chernyi-fon);
}

.threshold-buy-block .add-to-basket-btn{
	color: #fff;
	background: var(--color-korichneviy-new);
	border: 1px solid var(--color-korichneviy-new);
	border-radius: 10px;
}

.threshold-buy-block .add-to-basket-btn.in-basket{
	background: #ffffff !important;
	color: var(--color-korichneviy-new) !important;
	border: none !important;
	box-shadow: 0 0 0 2px var(--color-korichneviy-new);
	font-weight: 500 !important;
}

.threshold-buy-block .add-to-basket-btn.in-basket:hover{
	background: #ffffff !important;
	box-shadow: 0 0 0 2px var(--color-korichneviy-new);
	border: none !important;
}


.threshold-buy-block .add-to-basket-btn:hover{
	background: #775e53 !important;
	border: 1px solid #775e53 !important;
	color: #fff;
}

.card-item-blocks-wrap .description-block{
	border-top: unset !important;
	padding-top: 10px !important;
	margin-top: 20px;
	padding: 0;
}

.card-item-blocks-wrap .description-block .rosveb-description{
	color: var(--color-chernyi-txt);
	font-size: 16px;
	line-height: 120%;
	font-weight: 400;
	padding: 16px 0;
	border-top: 1px solid #E8E7E6;
	border-bottom: 1px solid #E8E7E6;
	text-align: left;
}

/* Спойлер описания товара — первые 5 строк, точная высота для анимации, градиент затухания */
.rosveb-description-spoiler .rosveb-description {
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	line-height: 1.5;
	position: relative;
}
.rosveb-description-spoiler .rosveb-description--collapsed::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: linear-gradient(transparent, #fff);
	pointer-events: none;
	transition: opacity 0.3s;
}
.rosveb-description-spoiler .rosveb-description--expanded::after {
	opacity: 0;
}
.rosveb-description-spoiler .rosveb-description-toggle {
	margin-top: 10px;
	cursor: pointer;
	text-decoration: none;
	color: rgb(255 255 255);
	font-weight: 400;
	transition: background-color 0.2s ease;
	background-color: #b6a39a;
	padding: 4px 10px 2px 10px;
	border-radius: 50px;
}

.rosveb-description-spoiler .rosveb-description-toggle:hover {
	background-color: rgba(182 163 154 / 0.8);
}

.rosveb-description-spoiler{
	text-align: right;
}

/* Блок КБЖУ (калорийность, белки, жиры, углеводы) на карточке товара */
.pfc-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: var(--color-svetliy-3);
	border-radius: 20px;
	padding: 10px 20px 7px 20px;
	margin: 16px 0;
	gap: 40px;
	flex-wrap: wrap;
	max-width: fit-content;
}
.pfc-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.pfc-value {
	font-size: 20px;
	font-weight: 400;
	color: var(--color-chernyi-txt);
	line-height: 120%;
}
.pfc-label {
	font-size: 14px;
	color: rgba(66, 66, 66, 0.6);
	font-weight: 500;
}

/* Остальные характеристики — вертикальная вёрстка (заголовок сверху, значение снизу) */
.modern-specs {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
}
.spec-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.spec-name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(66, 66, 66, 0.5);
	margin-bottom: 2px;
}
.spec-value {
	font-size: 16px;
	color: var(--color-chernyi-txt);
	font-weight: 400;
	line-height: 120%;
}
.spec-row.is-brand .spec-value {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	gap: 10px;
}

.rosveb-tizers{
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}

.catalog-item-page.catalog-element{
	margin-bottom: 40px;
}

.rosveb-tizers-product-page a{
	flex: 1 1 50%;
	display: flex;
}

.rosveb-tizers-product-page .val-adv{
	flex: 1 1 50%;
	justify-content: center;
	gap: 15px;
}

.rosveb-tizers-product-page .val-adv-img{
	flex: 0 0 50px;
	margin-right: 0;
	height: 50px;
}

.rosveb-tizers-product-page .val-adv-img img{
	height: 50px;
}

.rosveb-tizers-product-page .val-adv-text{
	flex: 0 0 auto;
	cursor: unset;
	font-family: "Lobster", Arial, sans-serif;
	color: #867769;
	font-size: 26px;
}

.ROSVEB-mneniyapro h2,
.val-pohozhie-tovary h2{
	color: var(--color-chernyi-fon);
	font-size: 30px;
	margin-bottom: 0;
}

#mneniyapro_feeddata{
	margin: 0;
	padding: 0;
}

#mneniyapro_feeddata #mneniya-head, 
#mneniyapro_feeddata #mneniya-qna-head{
	border-top: unset;
	padding: 12px 0 25px 0;
	margin: 0;
}

#mneniyapro_feeddata .mp-title{
	display: none;
}

#mneniyapro_feeddata .mp-total-score, 
#mneniyapro_feeddata .mp-total-score div {
	background-image: url(/local/templates/optima/css/img/stars-5.svg);
}

#mneniyapro_feeddata .mp-total-score-wraper{
	display: flex;
	align-items: center;
}

#mneniyapro_feeddata .mp-total-score-text{
	font-size: 14px;
	font-weight: 500;
	line-height: 170%;
	color: var(--color-chernyi-txt);
	opacity: 0.5;
}

#mneniyapro_feeddata .mp-total-reccomend{
	font-size: 14px;
	font-weight: 500;
	color: var(--color-chernyi-txt);
	opacity: 0.5;
	margin-top: 10px;
	margin-bottom: 40px;
}

#mneniyapro_feeddata .mp-calltoaction span{
	display: none;
}

#mneniyapro_feeddata .addformlink{
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	padding: 12px 37px;
	border-radius: 10px;
	background-color: var(--color-korichneviy-new);
	margin: 0;
	display: inline-block;
	transition: background-color 0.2s;
}

#mneniyapro_feeddata .addformlink:hover{
	background: #775e53 !important;
}

#mneniyapro_feeddata .mp-rating-value{
	background-image: url(/local/templates/optima/css/img/stars-otziv.svg) !important;
}

#mneniyapro_feeddata .mp-rating-details .mp-strip1, 
#mneniyapro_feeddata .mp-rating-details .mp-strip2, 
#mneniyapro_feeddata .mp-rating-details .mp-strip3, 
#mneniyapro_feeddata .mp-rating-details .mp-strip4, 
#mneniyapro_feeddata .mp-rating-details .mp-strip5 {
	background-color: var(--color-nezhniy-3);
}

#mneniyapro_feeddata .mp-rating-details .mp-bar div{
	border-radius: 30px;
}

#mneniyapro_feeddata .mp-rating-details .mp-bar, 
#mneniyapro_feeddata .mp-rating-details .mp-count, 
#mneniyapro_feeddata .mp-rating-details .mp-range {
	height: 6px;
}

#mneniyapro_feeddata .mp-rating-details .mp-bar{
	background-color: var(--color-svetliy-4);
	border-radius: 30px;
	padding: 5px !important;
	box-shadow: inset 0 0 0px 5px #ffffff;
}

#mneniyapro_feeddata .mp-rating-details .mp-count{
	padding-left: 6px;
	font-size: 14px;
	font-weight: 500;
	color: var(--color-chernyi-txt);
	opacity: 0.5;
}

#mneniyapro_feeddata .mp-reviews-title{
	display: none !important;
}

#mneniya-head .mp-logol-link img.mp-logo{
	display: none !important;
}

#mneniya-head .mp-logol-link:before{
	content: "";
	background-image: url(/local/templates/optima/css/img/mneniya-new-logo1.svg) !important;
	width: 100px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin: 0px 8px -2px 0px;
}

#mneniya-head .mp-head-right:nth-last-child(2){
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

#mneniya-head .mp-head-right:nth-last-child(2) .mp-proof{
	width: 50%;
	padding: 0 0 0 7px;
	margin: -20px 0 0 0;
}

#mneniya-head .mp-calltoaction{
	margin: 0;
}

#mneniyapro_feeddata .mp-wrap-left > img{
	display: none !important;
}

#mneniyapro_feeddata .mp-wrap-left:before{
	content: "";
	background-image: url(/local/templates/optima/css/img/avatar.svg) !important;
	width: 65px;
	height: 65px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

#mneniyapro_feeddata .mp-wrap-left{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#mneniyapro_feeddata .mp-rating-author-name{
	font-size: 14px;
	font-weight: 500;
	color: var(--color-chernyi-txt);
	line-height: 120%;
	padding-bottom: 2px;
}

#mneniyapro_feeddata .mp-rating-date{
	font-size: 14px;
	font-weight: 500;
	color: var(--color-chernyi-txt);
	line-height: 120%;
	opacity: 0.5;
}

#mneniyapro_feeddata .mp-rating-prooved::before{
	content: "Покупатель";
	color: #867769;
	font-size: 14px;
	font-weight: 500;
	padding: 3px 15px 1px 15px;
	width: 100%;
	text-align: center;
	background-color: var(--color-svetliy-4);
	display: inline-block;
	border-radius: 20px;
}

#mneniyapro_feeddata .mp-rating-prooved-img{
	display: none !important;
}

#mneniyapro_feeddata ul.mp-rating-items li.mp-rating-item{
	padding: 0 0 15px;
	margin: 0 0 15px;
}

#mneniyapro_feeddata ul.mp-rating-items{
	padding: 15px 0 0px 0px;
}

#mneniyapro_feeddata .mp-rating-cons .minus, 
#mneniyapro_feeddata .mp-rating-cons .mp-minus{
	background: unset !important; 
	padding: 0;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 10px 0 0 0;
	font-size: 16px;
	color: var(--color-chernyi-txt);
	line-height: 120%;
}

#mneniyapro_feeddata .mp-rating-cons .minus:before, 
#mneniyapro_feeddata .mp-rating-cons .mp-minus:before{
	content: "";
	background-image: url(/local/templates/optima/css/img/otz-minus.svg) !important;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	flex: 0 0 24px;
	margin: -3px 0 0 0;
}

#mneniyapro_feeddata .mp-rating-pros .plus, 
#mneniyapro_feeddata .mp-rating-pros .mp-plus{
	background: unset !important; 
	padding: 0;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 10px 0 0 0;
	font-size: 16px;
	color: var(--color-chernyi-txt);
	line-height: 120%;
}

#mneniyapro_feeddata .mp-rating-pros .plus:before, 
#mneniyapro_feeddata .mp-rating-pros .mp-plus:before{
	content: "";
	background-image: url(/local/templates/optima/css/img/otz-plus.svg) !important;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	flex: 0 0 24px;
	margin: -3px 0 0 0;
}

#mneniyapro_feeddata .mp-rating-text{
	background: unset !important; 
	padding: 0;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 10px 0 0 0;
	font-size: 16px;
	color: var(--color-chernyi-txt);
	line-height: 120%;
}

#mneniyapro_feeddata .mp-rating-text:before{
	content: "";
	background-image: url(/local/templates/optima/css/img/pencil.svg) !important;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	flex: 0 0 24px;
	margin: -3px 0 0 0;
}

#mneniyapro_feeddata .mp-rating-notes{
	display: flex;
	gap: 7px;
	flex-direction: column;
}

#mneniyapro_feeddata .mp-rating-text,
#mneniyapro_feeddata .mp-rating-pros,
#mneniyapro_feeddata .mp-rating-cons{
	margin: 0;
	padding: 0;
}

#mneniyapro_feeddata .mp-i-recommend{
	display: none !important;
}

#mneniyapro_feeddata .mp-show-more-feeds-link{
	margin: 0;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	padding: 12px 37px;
	border-radius: 10px;
	background-color: var(--color-korichneviy-new);
	margin: 0;
	display: inline-block;
	transition: background-color 0.2s;
}

#mneniyapro_feeddata .mp-show-more-feeds-link:hover{
	background: #775e53 !important;
}

#mneniyapro_feeddata ul.mp-rating-items li.mp-rating-item:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none !important;
}

/* Выбираем элемент без атрибута itemprop, который не содержит в себе ссылку */
#mneniyapro_feeddata .mp-rating-item:not([itemprop]):not(:has(a)) {
	background: #faf3ed;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #af9e96;
	font-size: 16px;
	font-style: italic;
	margin: -16px 0 0 0 !important;
}

.price-thresholds-block .not-available-message{
	background: #faf3ed;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #af9e96;
	font-size: 16px;
	font-style: italic;
	padding: 10px 0;
	border-radius: 10px;
}

.dop-block-rosveb{
	display: none;
}

.ROSVEB-PROD .modern-specs .is-brand,
.ROSVEB-PROD .modern-specs .is-manufacturer{
	display: none;
}

/* Майндбокс начало */

#R-V#R-V#R-V .popmechanic-header{
	color: #3D3734;
	font-size: 40px;
	font-weight: 400;
	line-height: 120%;
	font-family: "Lobster", Arial, sans-serif;
	text-transform: lowercase;
}

#R-V#R-V#R-V .popmechanic-header:first-letter {
    text-transform: capitalize;
}

#R-V#R-V#R-V .popmechanic-picture-wrapper{
	background-color: #FAF3ED;
	border-radius: 20px;
}

#R-V#R-V#R-V .popmechanic-picture-wrapper img{
	mix-blend-mode: darken;
}

#R-V#R-V#R-V .popmechanic-item-wrapper{
	border-radius: 28px;
	transition: all 0.3s ease;
}

#R-V#R-V#R-V .popmechanic-item-wrapper:hover{
	transform: translateY(-3px) !important;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

#R-V#R-V#R-V .popmechanic-item-wrapper:hover .popmechanic-button {
	border-radius: 50px;
}

#R-V#R-V#R-V .tns-inner{
	padding: 16px 18px 30px;
}

#R-V#R-V#R-V .popmechanic-name {
	color: #424242;
	font-size: 16px;
	line-height: 120%;
	font-weight: 400;
	text-align: unset;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 0 0 0;
}

#R-V#R-V#R-V .popmechanic-item-wrapper > .popmechanic-inner{
	grid-template-columns: repeat(1, minmax(0, auto));
	grid-template-areas:
    "price"
    "rating"
    "description"
    "button";
	grid-template-rows: 34px 0 94px 46px;
	align-items: start;
}

#R-V#R-V#R-V .popmechanic-prices { grid-area: price; }
#R-V#R-V#R-V .popmechanic-rating { grid-area: rating; }
#R-V#R-V#R-V .popmechanic-name   { grid-area: description; }

#R-V#R-V#R-V .popmechanic-button { 
	grid-area: button; 
	margin: 6px 0 0 0;
	height: 40px;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease !important;
}

#R-V#R-V#R-V .popmechanic-button:hover { 
	background-color: #997f71;
	transition: all 0.3s ease !important;
}

#R-V#R-V#R-V .popmechanic-prices{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin: 0;
}

#R-V#R-V#R-V .popmechanic-price-new .popmechanic-price-number,
#R-V#R-V#R-V .popmechanic-price-new .popmechanic-currency,
#R-V#R-V#R-V .popmechanic-price-number,
#R-V#R-V#R-V .popmechanic-currency{
	color: #3D3734;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	margin: 0;
}

#R-V#R-V#R-V .popmechanic-price-old .popmechanic-price-number,
#R-V#R-V#R-V .popmechanic-price-old .popmechanic-currency{
	color: #b1afad;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	padding: 4px 0 0 0;
}

#R-V#R-V#R-V .popmechanic-prices{
	margin: 12px 0 0 0;
}

#R-V#R-V#R-V .popmechanic-price:not(.popmechanic-price-old){
	margin-right: auto;
}

#R-V#R-V#R-V .popmechanic-button::before{
	content: "";
	background: url(/local/templates/optima/css/img/shopping-cart-tovar.svg) no-repeat center !important;
	height: 22px;
	width: 22px;
}

#R-V#R-V#R-V .popmechanic-labels{
	top: 10px;
	bottom: 10px;
	left: 10px;
	pointer-events: none;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

#R-V#R-V#R-V .popmechanic-labels:has(.popmechanic-label)::before {
	content: "Лучщая цена";
	width: unset !important;
	height: unset !important;
	background: #8C7265a3 !important;
	color: #fff;
	padding: 3px 9px !important;
	display: flex;
	border-radius: 50px;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(4px);
	white-space: nowrap;
	max-height: 22px;
}

#R-V#R-V#R-V .popmechanic-label{
	width: unset !important;
	height: unset !important;
	background: #da2e0ecc;
	color: #fff;
	padding: 3px 9px !important;
	display: flex;
	border-radius: 50px;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(4px);
}

#R-V#R-V#R-V .popmechanic-favorite{
	right: 10px;
	bottom: unset;
	top: 10px;
}

/* 1. ОБЩИЕ НАСТРОЙКИ (Базовое состояние - контур) */
#R-V#R-V#R-V .popmechanic-favorite {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: none !important;
    background-color: #8C7265 !important; /* Цвет контура по умолчанию */
    
    /* Маска: иконка с ОБВОДКОЙ (stroke) */
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9938 5.91615C10.1944 3.81913 7.19377 3.25504 4.93923 5.17528C2.68468 7.09552 2.36727 10.3061 4.13778 12.5771C5.60984 14.4654 10.0648 18.4478 11.5249 19.7368C11.6882 19.881 11.7699 19.9531 11.8652 19.9815C11.9483 20.0062 12.0393 20.0062 12.1225 19.9815C12.2178 19.9531 12.2994 19.881 12.4628 19.7368C13.9229 18.4478 18.3778 14.4654 19.8499 12.5771C21.6204 10.3061 21.3417 7.07532 19.0484 5.17528C16.7551 3.27524 13.7933 3.81913 11.9938 5.91615Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9938 5.91615C10.1944 3.81913 7.19377 3.25504 4.93923 5.17528C2.68468 7.09552 2.36727 10.3061 4.13778 12.5771C5.60984 14.4654 10.0648 18.4478 11.5249 19.7368C11.6882 19.881 11.7699 19.9531 11.8652 19.9815C11.9483 20.0062 12.0393 20.0062 12.1225 19.9815C12.2178 19.9531 12.2994 19.881 12.4628 19.7368C13.9229 18.4478 18.3778 14.4654 19.8499 12.5771C21.6204 10.3061 21.3417 7.07532 19.0484 5.17528C16.7551 3.27524 13.7933 3.81913 11.9938 5.91615Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

/* 2. СОСТОЯНИЕ "В ИЗБРАННОМ" (Заливка) */
#R-V#R-V#R-V .popmechanic-favorite.popmechanic-in-favorite {
    background-color: #8C7265 !important; /* Цвет заливки из вашего примера */

    /* Маска: иконка с ЗАЛИВКОЙ (fill) */
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.29068 4.41378C6.72777 2.33813 9.85608 2.69646 11.9928 4.51046C14.1269 2.69543 17.2231 2.36453 19.6862 4.40499C22.4059 6.65842 22.7331 10.5051 20.6383 13.1921C19.8474 14.2066 18.3086 15.7251 16.8366 17.1101C15.3456 18.5129 13.8583 19.8384 13.1247 20.486C13.0548 20.5478 12.9587 20.6329 12.8669 20.7019C12.7632 20.7797 12.611 20.8794 12.4069 20.9401C12.1379 21.02 11.8487 21.0201 11.5797 20.9401C11.3758 20.8794 11.2234 20.7796 11.1198 20.7019C11.0281 20.633 10.9327 20.5476 10.8629 20.486C10.1293 19.8384 8.64109 18.513 7.15005 17.1101C5.67806 15.7251 4.13911 14.2065 3.3483 13.1921C1.24499 10.4937 1.63354 6.67693 4.29068 4.41378Z' fill='black'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.29068 4.41378C6.72777 2.33813 9.85608 2.69646 11.9928 4.51046C14.1269 2.69543 17.2231 2.36453 19.6862 4.40499C22.4059 6.65842 22.7331 10.5051 20.6383 13.1921C19.8474 14.2066 18.3086 15.7251 16.8366 17.1101C15.3456 18.5129 13.8583 19.8384 13.1247 20.486C13.0548 20.5478 12.9587 20.6329 12.8669 20.7019C12.7632 20.7797 12.611 20.8794 12.4069 20.9401C12.1379 21.02 11.8487 21.0201 11.5797 20.9401C11.3758 20.8794 11.2234 20.7796 11.1198 20.7019C11.0281 20.633 10.9327 20.5476 10.8629 20.486C10.1293 19.8384 8.64109 18.513 7.15005 17.1101C5.67806 15.7251 4.13911 14.2065 3.3483 13.1921C1.24499 10.4937 1.63354 6.67693 4.29068 4.41378Z' fill='black'/%3E%3C/svg%3E") !important;
}

#R-V#R-V#R-V .tns-nav button{
	border: 2px solid #8c7265;
}

#R-V#R-V#R-V .popmechanic-controls-btn{
	width: 40px;
	height: 40px;
	top: 24%;
	box-shadow: 0 0 20px 0 #0000004d;
}

#R-V#R-V#R-V .popmechanic-button-cart.popmechanic-in-cart {
	background-color: #F4EEE8;
	color: #867769;
	border: 1px solid #F4EEE8;
	font-weight: 500;
}

#R-V#R-V#R-V .popmechanic-button-cart.popmechanic-in-cart::before {
	background-image: none !important;
	background-color: #8c7265 !important;
	-webkit-mask: url(/local/templates/optima/css/img/shopping-cart-tovar.svg) no-repeat center;
	mask: url(/local/templates/optima/css/img/shopping-cart-tovar.svg) no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

#R-V#R-V#R-V .popmechanic-reset{
	width: 100% !important;
}





@media screen and (max-width: 1279px){
	#R-V#R-V#R-V .popmechanic-controls-btn{
		top: 11vw;
	}
}

@media screen and (max-width: 1020px){
	#R-V#R-V#R-V .popmechanic-controls-btn{
		top: 111px;
	}

	#R-V#R-V#R-V .popmechanic-reset{
		width: 106%;
	}
}

@media screen and (max-width: 992px){
	#R-V#R-V#R-V .popmechanic-controls-btn{
		top: 16vw;
	}

	#R-V#R-V#R-V .popmechanic-reset{
		width: unset;
	}
}

@media screen and (max-width: 768px){
	#R-V#R-V#R-V{
		margin: 0 -15px;
	}

	#R-V#R-V#R-V .popmechanic-item-wrapper:hover {
		transform: unset !important;
		box-shadow: unset !important;
	}

	#R-V#R-V#R-V .popmechanic-item-wrapper:hover .popmechanic-button {
		border-radius: 10px;
	}

	#R-V#R-V#R-V .popmechanic-picture-wrapper {
		border-radius: 26px;
		margin: -5px -5px 0;
	}
}

@media screen and (max-width: 650px){
	#R-V#R-V#R-V .popmechanic-reset{
		width: 106%;
	}
}

@media screen and (max-width: 600px){
	#R-V#R-V#R-V .popmechanic-favorite {
		bottom: 10px;
		top: unset;
	}

	#R-V#R-V#R-V .popmechanic-item-wrapper > .popmechanic-inner {
		grid-template-rows: auto 0 94px 46px;
	}

	#R-V#R-V#R-V .popmechanic-prices {
		flex-direction: column-reverse;
		justify-content: flex-end;
		align-items: flex-start;
		gap: 5px;
	}
	
	#R-V#R-V#R-V{
		margin: 0 -5px;
	}
}

@media screen and (max-width: 479px){
	#R-V#R-V#R-V .popmechanic-prices {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	#R-V#R-V#R-V .popmechanic-price:not(.popmechanic-price-old) {
		margin-right: 0;
	}

	#R-V#R-V#R-V .popmechanic-name{
		width: 100%;
	}

	#R-V#R-V#R-V .popmechanic-price-new .popmechanic-price-number, 
	#R-V#R-V#R-V .popmechanic-price-new .popmechanic-currency, 
	#R-V#R-V#R-V .popmechanic-price-number, 
	#R-V#R-V#R-V .popmechanic-currency {
		font-size: 18px;
	}

	#R-V#R-V#R-V .popmechanic-price-old .popmechanic-price-number, 
	#R-V#R-V#R-V .popmechanic-price-old .popmechanic-currency {
		font-size: 14px;
	}

	#R-V#R-V#R-V .popmechanic-name {
		font-size: 14px;
	}

	#R-V#R-V#R-V .popmechanic-button{
		font-size: 14px;
	}

	#R-V#R-V#R-V .popmechanic-labels:has(.popmechanic-label)::before {
		font-size: 13px;
	}
}

/* Майндбокс конец */




















































/* 1600 Мобилки начало */
@media screen and (max-width: 1600px){
	
}
/* 1600 Мобилки конец */



/* 1400 Мобилки начало */
@media screen and (max-width: 1400px){
	
}
/* 1400 Мобилки конец */



/* 1300 Мобилки начало */
@media screen and (max-width: 1300px){
	.page-type-catalog-element .main-section .left-column {
		display: none;
	}
}
/* 1300 Мобилки конец */



/* 1200 Мобилки начало */
@media screen and (max-width: 1200px){
	.page-title-wrap .page-title {
		font-size: 34px;
	}
}
/* 1200 Мобилки конец */



/* 991 Мобилки начало */
@media screen and (max-width: 991px){
	.product-page-columns .catalog-item-left-block, 
	.product-page-columns .catalog-item-right-block{
		padding: 0;
	}

	.catalog-item-page.catalog-element {
		margin-top: 20px;
	}

	.ROSVEB-PROD .label,
	.ROSVEB-PROD .percent {
		font-size: 14px;
		padding: 4px 14px !important;
	}

	.rosveb-flex {
		gap: 8px;
	}

	.ROSVEB-PROD .wish .save-item, 
	.ROSVEB-PROD .wish .ya-share2 {
		width: 44px;
		height: 44px;
	}

	.catalog-item-gallery .wish .add-to-favorites::before {
		font-size: 23px;
		line-height: 23px;
	}

	.threshold-buy-block .buy-row{
		row-gap: 10px;
	}

	.articul2{
		width: 56px;
		text-align: center;
		padding: 0;
	}

	.pfc-container{
		row-gap: 10px;
		column-gap: 30px;
	}

	#mneniyapro_feeddata #mneniya-head .mp-head-left, 
	#mneniyapro_feeddata #mneniya-head .mp-head-right {
		min-width: 340px;
	}

	#mneniya-head .mp-head-right:nth-last-child(2) .mp-proof{
		display: flex;
		flex-direction: column;
	}

	.page-type-catalog-element .hidden-news-wrap{
		display: none;
	}
}
/* 991 Мобилки конец */



/* 767 Мобилки начало */
@media screen and (max-width: 767px){
	.product-page-columns{
		grid-template-columns: 1fr;
	}

	.ROSVEB-PROD .label,
	.ROSVEB-PROD .percent {
		font-size: 16px;
		padding: 6px 16px !important;
	}

	.ROSVEB-PROD .wish .save-item, 
	.ROSVEB-PROD .wish .ya-share2 {
		width: 50px;
		height: 50px;
	}

	.catalog-item-gallery .wish .add-to-favorites::before {
		font-size: 25px;
		line-height: 25px;
	}

	.articul2{
		width: unset;
		padding: 0 0 4px 0;
	}

	#questions-block,
	.recipe-block{
		display: none;
	}
	
	.catalog-item-page.catalog-element {
		margin-bottom: 0px;
	}

	.dop-block-rosveb{
		display: flex;
		margin: 0 0 20px 0 !important;
	}

	.dop-block-rosveb .ROSVEB-PROD{
		display: flex;
		gap: 10px;
		width: 100%;
		flex-direction: column;
	}

	.dop-block-rosveb #questions-block,
	.dop-block-rosveb .recipe-block{
		display: flex;
	}

	.dop-block-rosveb .recipe-block{
		display: flex;
		flex-direction: column;
	}

	.rosveb-description-toggle{
		color: rgba(66, 66, 66, 0.8);
		padding: 6px 12px;
		background-color: var(--color-svetliy-4);
		border-radius: 100px;
		font-size: 14px;
	}

	.rosveb-tizers {
		gap: 10px;
		flex-direction: column;
		margin-bottom: 20px;
	}

	
	#mneniyapro_feed .mp-rating-items .mp-rating-value {
		flex: unset;
		width: 93px !important;
		background-size: unset;
		height: 17px !important;
	}

	#mneniyapro_feed #mneniya-head .mp-rating-value {
		width: 93px !important;
		height: 17px !important;
	}

	#mneniyapro_feed #mneniya-head .mp-rating-value div {
		background-size: unset;
	}

	#mneniya-head{
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	#mneniya-head > .mp-clear,
	#mneniya-head > .mp-head-left.mp-floatl:not(:first-child){
		display: none;
	}

	#mneniyapro_feed #mneniya-head .mp-head-left, 
	#mneniyapro_feed #mneniya-head .mp-head-right{
		width: 100%;
		min-width: unset;
	}

	#mneniyapro_feeddata .mp-total-reccomend {
		margin-bottom: 10px;
	}

	#mneniya-head .mp-head-right:nth-last-child(2) .mp-proof{
		width: 100%;
		flex-direction: row;
		margin: -15px 0 0 0;
	}

	.page-type-catalog-element .company-about__features,
	.page-type-catalog-element .val-pohozhie-tovary{
		background-color: #F2F2F2;
		margin: 0 -15px -15px -15px;
		padding: 15px 15px;
	}
}
/* 767 Мобилки конец */



/* 600 Мобилки начало */
@media screen and (max-width: 600px){
	.page-title-wrap{
		flex-direction: column-reverse;
		gap: 20px;
	}

	.page-title-delivery .calendar-right.calendar-list{
		flex-direction: row;
		gap: 10px;
	}

	.page-title-delivery{
		width: max-content;
		height: unset !important;
		flex: auto;
		margin: 0 auto;
	}
	
	.page-title-delivery .calendar-time{
		width: max-content;
	}

	.page-title-wrap .page-title{
		color: var(--color-korichneviy-new);
		text-align: center;
	}

	.ROSVEB-PROD .label,
	.ROSVEB-PROD .percent {
		font-size: 14px;
		padding: 4px 12px !important;
	}

	.rosveb-flex{
		top: unset;
		bottom: 10px;
	}

	.rosveb-disclaimer{
		bottom: -27px;
		font-size: 14px;
		background-color: unset;
		width: 100%;
		left: 0px;
		white-space: nowrap;
	}

	.ROSVEB-PROD .more-images{
		margin-top: 40px;
		justify-content: center;
	}

	.thresholds-btns {
		flex-direction: row;
	}

	#mneniyapro_feeddata ul.mp-rating-items li.mp-rating-item{
		display: flex;
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}

	#mneniyapro_feeddata ul.mp-rating-items li.mp-rating-item .mp-wrap-right{
		margin: 0;
	}

	#mneniyapro_feeddata .mp-wrap-left:before{
		display: none;
	}

	#mneniyapro_feeddata .mp-rating-head{
		display: flex;
		gap: 10px;
		align-items: center !important;
		margin-top: 5px;
	}

	#mneniyapro_feeddata .mp-wrap-left {
		width: 100%;
		flex-direction: row;
		row-gap: 3px;
		column-gap: 10px;
		flex-wrap: wrap;
		align-items: center;
	}

	#mneniyapro_feed .mp-rating-items .mp-rating-value{
		margin: 0;
	}

	#mneniyapro_feed .mp-rating-prooved{
		width: 100%;
	}
	
	#mneniyapro_feeddata ul.mp-rating-items li.mp-rating-item {
		margin: 0 0 8px;
	}

	#mneniyapro_feeddata .mp-show-more-feeds-link{
		text-align: center;
	}

	.mp-rating-cons .minus, 
	.mp-rating-cons .mp-minus, 
	.mp-rating-pros .mp-plus, 
	.mp-rating-pros .plus, 
	.mp-rating-text{
		text-align: left;
	}

	.threshold-buy-block .buy-row {
		border-radius: 30px 30px 16px 16px;
	}
}
/* 600 Мобилки конец */



/* 450 Мобилки начало */
@media screen and (max-width: 450px){
	.page-title-delivery{
		width: 100%;
	}

	.page-title-delivery .calendar-right.calendar-list{
		justify-content: space-between;
	}

	.page-title-wrap .page-title{
		font-size: 26px;
	}

	.articul2{
		width: 56px;
		padding: 0;
	}

	.ROSVEB-PROD .more-images li {
		width: 70px !important;
		height: 70px !important;
	}

	.rosveb-tizers-product-page .val-adv{
		padding: 9px 0px 9px 19px;
		justify-content: flex-start;
	}
}
/* 450 Мобилки конец */