

/* Start:/local/templates/kraski/css/index.css?17599061585430*/
.advantages {
    margin-bottom: 20px;
}
.advantages-conent-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.advantages-conent-list-item {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: var(--green);
    border-radius: 10px;
    overflow: hidden;
    min-height: 150px;
	padding: 10px;
	transition: all .2s ease-out;
}
.advantages-conent-list-item:hover {
    background-color: var(--brown);
	cursor: pointer;
	transition: all .2s ease-in;
}
.advantages-conent-list-item.item-1 {
	background-image: url("/local/templates/kraski/images/preimushestva/image_1.png");
}
.advantages-conent-list-item.item-2 {
	background-image: url("/local/templates/kraski/images/preimushestva/image_2.png");
}
.advantages-conent-list-item.item-3 {
	background-image: url("/local/templates/kraski/images/preimushestva/image_3.png");
}
.advantages-conent-list-item.item-4 {
	background-image: url("/local/templates/kraski/images/preimushestva/image_4.png");
}
.advantages-conent-list-item.item-5 {
	background-image: url("/local/templates/kraski/images/preimushestva/image_5.png");
}
.advantages-conent-list-item.item-6 {
	background-image: url("/local/templates/kraski/images/preimushestva/image_6.png");
}
.advantages-conent-list-item.item-7 {
	background-image: url("/local/templates/kraski/images/preimushestva/image_7.png");
}
.advantages-conent-list-item.item-8 {
	background-image: url("/local/templates/kraski/images/preimushestva/image_8.png");
}
.advantages-conent-list-item-bottom {
    width: max-content;
    text-decoration: none;
    color: var(--dark);
    background-color: var(--brown);
    padding: 5px 10px;
    border-radius: 5px;
	transition: all .2s ease-out;
}
.advantages-conent-list-item:hover .advantages-conent-list-item-bottom {
    color: var(--dark);
    background-color: #fff;
	transition: all .2s ease-in;
}
.advantages-conent-list-item-title {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 820px) {
	.advantages-conent-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 480px) {
	.advantages-conent-list {
		grid-template-columns: 1fr;
	}
}
/*---------RECOMMENDATIONS-----------*/
.recommendations {
    padding: 20px 0;
}
.recommendations_tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.recommendations_tab_btn {
    border: 1px solid #cccccc;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 30px;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .2s ease-in-out;
}
.recommendations_tab_btn_active {
    background: var(--brown);
    color: var(--dark);
}
.recommendations_tab_btn:focus {
    outline: none;
}

.recommendations_result_loading .card_item_static {
    opacity: .2;
    position: relative;
}
.recommendations_result_loading .card_item_static:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(120,120,120,.2);
}

@media (max-width: 575px) {
    .recommendations_tabs {
        ::-webkit-scrollbar {
            width: 0;
            height: 0;
        }
    
        -ms-overflow-style: none;
        scrollbar-width: none;

        flex-wrap: nowrap;
        overflow: auto;
    }
    .recommendations_tab_btn {
        max-width: none;
    }
}
/*---------END RECOMMENDATIONS-----------*/

/* 2GIS REVIEWS */
.gis-reviews {
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.gis-reviews-list .slick-list {
	margin: 0 20px;
}
.gis-reviews-list .slick-arrow {
	background: none;
	border: none;
	color: var(--dark);
	font-size: 0;
	position: absolute;
	top: calc(100% + 20px);
	z-index: 10;
	transform: translate(0, 0);
}
.gis-reviews-list .slick-arrow::before {
	color: #000;
}
.gis-reviews-list .slick-arrow::focus {
	color: var(--dark);
}
.gis-reviews-list .slick-prev {
	left: calc(50% - 30px);
}
.gis-reviews-list .slick-next {
	right: calc(50% - 30px);
}
.gis-reviews-list-item {
	width: 100%;
	height: 100%;
	background-color: var(--green);
	border-radius: 10px;
	padding: 10px;
	margin: 0 10px;
}
.gis-reviews-list-item-top {
	display: flex;
	gap: 10px;
}
.gis-review-avatar-img {
	border-radius: 50%;
}
.gis-review-avatar-text {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #BA5D00;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	color: #fff;
}
.gis-review-author {
	font-size: 14px;
	font-weight: 600;
}
.gis-review-date {
	font-size: 14px;
	font-weight: 400;
	color: #4d4d4d;
}
.gis-reviews-list-item-stars {
	display: flex;
}
.gis-review-text-link {
	display: block;
	height: 105px;
	overflow: auto;
	color: #212529;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.gis-review-text-link::-webkit-scrollbar {
	width: 5px;
}
.gis-review-text-link::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.gis-review-text-link::-webkit-scrollbar-thumb {
	background: var(--orange);
	border-radius: 5px;
}
.gis-review-text-link::-webkit-scrollbar-thumb:hover {
	background: #555;
}

@media(max-width: 575px) {
	.gis-reviews-list .slick-list {
		margin: 0;
	}
	.gis-reviews-list-item {
		margin: 0;
	}
}
/* END 2GIS REVIEWS */
/* End */


/* Start:/local/templates/kraski/components/bitrix/catalog.section/section/style.css?1745582983118*/
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: var(--brown);
    color: var(--dark);
}
/* End */


/* Start:/local/templates/kraski/components/bitrix/catalog.item/card/style.css?175396362419302*/
/* LABELS */
.card_item_label {
    display: flex;
    flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}
.card_item_label span {
    display: inline-block;
	min-width: 50px;
	padding: 0 5px;
    margin-bottom: 2px;
	background: var(--brown);
    color: var(--dark);
	border-radius: 3px;
    text-align: center;
	font-size: 12px;
    transition: all 250ms ease;
}
.card_item_percent {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f42c2c;
	color: #ffffff;
	z-index: 15;
}
@media (max-width: 575px) {
	.card_item_label_no_mobile {
		display: none !important;
	}
}
/* END LABELS */

.card_item_amount {
	font-size: 14px;
	margin: 10px 0;
}
.card_item_buy_btn {
	width: 100%;
	border: none;
	background: #E5FDED;
	color: #0a911c;
	padding: 5px 10px;
	border-radius: 6px;
	transition: .2s ease-out;
}
.card_item_buy_btn:hover {
	background: var(--brown);
	color: var(--dark);
}

/* BOTTOM */
.card_item_bottom {
	display: flex;
	flex-direction: column;
    justify-content: space-around;
    align-items: center;
	position: absolute;
    top: 50px;
    right: 0;
    z-index: 12;
}
.bx-touch .card_item_bottom,
.product-item-container.hover .card_item_bottom {
	display: flex;
	justify-content: space-around;
	align-items: center;
    z-index: 20;
}

.card_item_compare,
.card_item_fav_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 30px;
	background: var(--green);
	color: var(--dark);
	cursor: pointer;
	transition: .2s ease-out;
}
.card_item_compare:hover,
.card_item_fav_btn:hover,
.card_item_compare_active,
.card_item_fav_btn_active {
	background: var(--brown);
	color: var(--orange);
}
.card_item_compare input {
	display: none;
}

/* ITEM */
.product-item-container {
	position: relative;
    border-radius: 2px;
    margin-bottom: 10px;
	background: var(--green);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.product-item-container.hover {
	border: none;
}
/*
.product-item-container.hover {
	z-index: 17;
	border: none;
}
*/
.product-item {
	display: flex;
    flex-direction: column;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 80px;
	width: 100%;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 10px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
	position: relative;
	overflow: hidden;
}

.card_item_info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -70px;
    height: 180px;
	background: var(--green);
	padding: 10px;
	transition: bottom 0.3s ease-in-out;
}

/* При наведении – поднимаем вверх полностью */
.product-item:hover .card_item_info {
	bottom: 0;
	z-index: 15;
}

.product-item-info-container.order-1 {
	order: 1;
}
.product-item-info-container.order-2 {
	order: 2;
}
.product-item-info-container.order-3 {
	order: 3;
}
.product-item-info-container.order-4 {
	order: 4;
}

@media (min-width: 576px) {
	.product-item-info-price_and_quantity {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
}
@media (max-width: 576px) {
	.card_item_info {
		bottom: -90px;
		height: 200px;
	}
}

.bx-no-touch .product-item-container.hover .product-item {
	position: relative;
	right: 0;
	left: 0;
	padding: 0;
	width: auto;
	border-color: transparent;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	padding-bottom: 80px;
	overflow: hidden;
}
.bx-no-touch .product-item-container.hover .product-item {
	-webkit-animation: none;
	animation: none;
}
/*
.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}
.bx-no-touch .product-item-container.hover .product-item {
	-webkit-animation: product-item-hover 300ms 1 ease;
	animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
*/
/* END ITEM */

/* IMAGE */
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	background: #fff;
	transition: all 300ms ease;
}
.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
	padding-top: 54%;
}
.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}
.product-item-image-original {
	z-index: 11;
}
.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}
/*
.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }
.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }
*/
.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/* IMAGE SLIDER */
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}
.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }
.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: #13b510;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: #13b510; }
/* END IMAGE SLIDER */

/* TITLE */
.card_item_title {
	margin: 0;
	padding: 0;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
	font-weight: 600;
	font-size: 14px;
	height: 75px;
}

.card_item_title a {
	color: #333333;
	text-decoration: none;
	transition: 250ms linear all;
}
.card_item_title a:hover {
	color: #0a911c;
	text-decoration: none;
}
/* END TITLE */

/* STORE AMOUNT */
.card-item-stores-amount {
	margin: 5px 0;
	font-size: 12px;
	min-height: 36px;
}
/* END STORE AMOUNT */

/* PRICE */
.product-item-price-container {
	text-align: center;
	line-height: 1;
	height: 20px;
}
.card_item_price_current {
	color: #333333;
	white-space: nowrap;
	font-size: 14px;
}
.card_item_price_old {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

/* INFO */
.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
}

.product-item-info-container-title { font-size: 12px; }
/*
.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}


.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }
*/
.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/* AMOUNT */
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}
.card-item-stores-amount-store {
	display: flex;
}
.card-item-stores-amount-store span.amount-store-name {
	width: 110px;
    display: block;
}
.card-item-stores-amount-store span {

}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}

.card_item_quantity_btn {
	min-width: 25px;
	height: 25px;
	border: none;
	border-radius: 4px;
	background: var(--brown);
	color: #333333;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card_item_quantity_btn:focus {
	outline: none;
}
.product-item-amount-field-btn-disabled {
	opacity: .3;
}

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

.product-item-quantity { font-size: 12px; }


/* PROPERTIES */
.card_item_properties {
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 50px;
}
.card_item_property {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.card_item_property_name {
	font-size: 12px;
	color: #a5a5a5;
}
.card_item_property_value {
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/* END PROPERTIES */

/* DESCRIPTION */
.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/* BUTTONS */
.product-item-button-container { text-align: center; }


/* STICKERS */
.product-item-sticker,
.product-item-sticker-round { display: none; }

/* MORE */
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

@media (max-width: 575px) {
	.product-item-container {
		border: 1px solid #cccccc;
		border-radius: 10px;
		padding: 5px;
		margin-bottom: 10px;
	}
	.card_item_percent {
		font-size: 10px;
		width: 30px;
		height: 30px;
	}
	.card_item_label span {
		font-size: 10px;
	}
	.card-item-stores-amount {
		font-size: 10px;
		min-height: 30px;
	}
	.card_item_price_old {
		font-size: 8px;
	}
	.card_item_buy_btn {
		width: 100%;
	}
}

.card_item_bottom .wish-block {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--green);
    border-radius: 50%;
	margin-bottom: 10px;
}
.card_item_bottom  .wish-block a {
    line-height: normal;
    font-size: 20px;
    color: var(--dark);
}
.card_item_bottom  .wish-block:hover {
    background: var(--brown);
}
.card_item_bottom  .wish-block:hover a {
    color: var(--orange);
}
.card_item_bottom  .wishbtn.in_wishlist {
    color: var(--orange);
}
/* End */
/* /local/templates/kraski/css/index.css?17599061585430 */
/* /local/templates/kraski/components/bitrix/catalog.section/section/style.css?1745582983118 */
/* /local/templates/kraski/components/bitrix/catalog.item/card/style.css?175396362419302 */
