

/* Start:/local/templates/kavara/components/bitrix/catalog/products/style.css?17655281201182*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:992px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/kavara/components/bitrix/breadcrumb/black/style.css?17655281211385*/
.bx-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 12px;
}

.bx-breadcrumb-item {
    white-space: nowrap;
}

.bx-breadcrumb-item-angle {
    margin: 0 10px;
    color: var(--color-scheme-1);
    vertical-align: top;
    font-size: 12px;
}

.bx-breadcrumb-item-slash {
    margin: 0 10px;
    font-size: 12px;
    color: var(--color-scheme-5);

    line-height: 16px;
    letter-spacing: 0.12em;
}

.bx-breadcrumb-item-link {
    border-bottom: none;
    vertical-align: top;
    line-height: 12px;
    color: var(--color-scheme-1);
    padding-top: 5px;
    text-decoration: none;
}

.bx-breadcrumb-item-link:hover span {
    text-decoration: underline;
}

.bx-breadcrumb-item-text {
    vertical-align: top;
    white-space: normal;
    transition: 250ms linear all;

    font-family: var(--main-font-family-jetbrainsmono);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12em;
    text-align: left;
    color: var(--color-scheme-3);
}
.bx-breadcrumb-item-link .bx-breadcrumb-item-text{
    color: var(--color-scheme-1);
}
/* End */


/* Start:/local/templates/kavara/components/bitrix/catalog.element/.default/style.css?176552812035305*/
.product-detail {
    background: #fff;
}

.product-detail,
.product-detail > .row {
    --bs-gutter-x: 0;
}

@media (min-width: 576px) {
    .product-detail,
    .product-detail > .row {
        --bs-gutter-x: 24px;
    }
}

.product-detail-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #777;
    margin-bottom: 25px;
}

.product-detail-top-title {
    color: #151515;
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .product-detail.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

}

/*region Compare*/
.product-item-detail-compare-container {
    position: relative;
    margin: 0 -15px 1px -14px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e4e4e4;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    color: #4e4e4e;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    border-radius: 1px;
}

.product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0;
}

/*endregion*/

/*region PRICE*/
.product-item-price {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    color: var(--color-scheme-3);
}

.product-item-price-discount-container {
    padding-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-item-price-discount {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    text-decoration-line: line-through;
    color: #121212;
    opacity: 0.5;
    margin-right: 1px;
}

.product-item-price-discount-diff {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding: 0 6px;
    background: #63aa28;
    border-radius: 4px;
}

/*endregion*/

.product-item-detail-info-container-title {
    color: #a5a5a5;
    font-size: 12px;
}

/*region SCU */
.product-detail-scu-container-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #545470;
    padding: 10px 0;
    border-bottom: 1px solid #DBDBE4;
}

.product-detail-scu-block {
}

.product-detail-scu-list {
    margin: 0;
}

.product-detail-scu-item-list {
    margin: 0 -4px;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-detail-scu-item-color-container,
.product-detail-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    min-width: 53px;
    padding: 0 4px;
    margin-bottom: 5px;
    max-width: 100%;
}

.product-detail-scu-item-text-container {
    min-width: 48px;
}

.product-detail-scu-item-color-container {
    max-width: 60px;
    width: 25%;
    position: relative;
}

.product-detail-scu-item-color-block {
    position: relative;
    width: 54px;
    height: 33px;
    border: 2px solid #c0cfda;
    cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
    transition: 190ms linear color, 190ms linear background-color, 190ms linear border-color;
}

.product-detail-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    padding: 5px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-detail-scu-item-text-block {
    position: relative;
    padding: 3px 15px;
    min-width: 53px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #DBDBE4;
    color: #545470;
    transition: 190ms linear color, 190ms linear background-color, 190ms linear border-color;
}

.product-detail-scu-item-text-block:hover,
.product-detail-scu-item-color-block:hover {
    background-color: var(--color-scheme-6);
    border: 1px solid var(--color-scheme-6);
}

.product-detail-scu-item-text-container.selected .product-detail-scu-item-text-block,
.product-detail-scu-item-color-container.selected .product-detail-scu-item-color-block {
    background-color: var(--color-scheme-7);
    border: 1px solid var(--color-scheme-1);
    color: var(--color-scheme-1);
}

.product-detail-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block,
.product-detail-scu-item-text-container.notallowed .product-detail-scu-item-text-block {
    position: relative;
    overflow: hidden;
    outline-color: #a9adb4 !important;
}

.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block:after,
.product-detail-scu-item-text-container.notallowed .product-detail-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1' maskUnits='userSpaceOnUse' x='0.0683594' y='0.244629' width='25' height='25' fill='black'%3E%3Crect fill='white' x='0.0683594' y='0.244629' width='25' height='25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5272 11.4136L4.35823 3.24463L3.06836 4.5345L11.2373 12.7034L3.10905 20.8317L4.39892 22.1216L12.5272 13.9933L20.6954 22.1616L21.9853 20.8717L13.817 12.7034L21.9448 4.57572L20.6549 3.28585L12.5272 11.4136Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5272 11.4136L4.35823 3.24463L3.06836 4.5345L11.2373 12.7034L3.10905 20.8317L4.39892 22.1216L12.5272 13.9933L20.6954 22.1616L21.9853 20.8717L13.817 12.7034L21.9448 4.57572L20.6549 3.28585L12.5272 11.4136Z' fill='%23C4C4C4'/%3E%3Cpath d='M4.35823 3.24463L5.77244 1.83042L4.35823 0.416202L2.94401 1.83042L4.35823 3.24463ZM12.5272 11.4136L11.113 12.8278L12.5272 14.242L13.9414 12.8278L12.5272 11.4136ZM3.06836 4.5345L1.65415 3.12028L0.239932 4.5345L1.65415 5.94871L3.06836 4.5345ZM11.2373 12.7034L12.6515 14.1177L14.0657 12.7034L12.6515 11.2892L11.2373 12.7034ZM3.10905 20.8317L1.69484 19.4175L0.280623 20.8317L1.69484 22.2459L3.10905 20.8317ZM4.39892 22.1216L2.9847 23.5358L4.39892 24.95L5.81313 23.5358L4.39892 22.1216ZM12.5272 13.9933L13.9414 12.5791L12.5272 11.1649L11.113 12.5791L12.5272 13.9933ZM20.6954 22.1616L19.2812 23.5758L20.6954 24.99L22.1097 23.5758L20.6954 22.1616ZM21.9853 20.8717L23.3995 22.2859L24.8137 20.8717L23.3995 19.4575L21.9853 20.8717ZM13.817 12.7034L12.4028 11.2892L10.9886 12.7034L12.4028 14.1177L13.817 12.7034ZM21.9448 4.57572L23.359 5.98993L24.7732 4.57572L23.359 3.1615L21.9448 4.57572ZM20.6549 3.28585L22.0691 1.87164L20.6549 0.457422L19.2407 1.87164L20.6549 3.28585ZM2.94401 4.65884L11.113 12.8278L13.9414 9.99937L5.77244 1.83042L2.94401 4.65884ZM4.48257 5.94871L5.77244 4.65884L2.94401 1.83042L1.65415 3.12028L4.48257 5.94871ZM12.6515 11.2892L4.48257 3.12028L1.65415 5.94871L9.8231 14.1177L12.6515 11.2892ZM4.52326 22.2459L12.6515 14.1177L9.8231 11.2892L1.69484 19.4175L4.52326 22.2459ZM5.81313 20.7074L4.52326 19.4175L1.69484 22.2459L2.9847 23.5358L5.81313 20.7074ZM11.113 12.5791L2.9847 20.7074L5.81313 23.5358L13.9414 15.4075L11.113 12.5791ZM22.1097 20.7474L13.9414 12.5791L11.113 15.4075L19.2812 23.5758L22.1097 20.7474ZM20.5711 19.4575L19.2812 20.7474L22.1097 23.5758L23.3995 22.2859L20.5711 19.4575ZM12.4028 14.1177L20.5711 22.2859L23.3995 19.4575L15.2313 11.2892L12.4028 14.1177ZM20.5306 3.1615L12.4028 11.2892L15.2313 14.1177L23.359 5.98993L20.5306 3.1615ZM19.2407 4.70006L20.5306 5.98993L23.359 3.1615L22.0691 1.87164L19.2407 4.70006ZM13.9414 12.8278L22.0691 4.70006L19.2407 1.87164L11.113 9.99937L13.9414 12.8278Z' fill='white' mask='url(%23path-1-outside-1)'/%3E%3C/svg%3E%0A") no-repeat center;
    background-size: 66% 66%;
    content: "";
}

.product-detail-scu-item-text-block:hover,
.product-detail-scu-item-text-block:hover .product-detail-scu-item-text,
.product-detail-scu-item-text-container.selected .product-detail-scu-item-text {
    color: #030304;
}

.product-item-selected-scu-container {
    word-spacing: 1px
}

.product-item-selected-scu {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    outline: 1px solid #000;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 22px;
}

.product-item-selected-scu-color {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*endregion*/

/*region QUANTITY*/
.product-item-detail-quantity-container {
    padding: 20px 0;
    position: relative;
}

.product-item-detail-quantity-title {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    color: #999;
    position: absolute;
    bottom: calc(100% - 20px);
    left: 0;
    right: 0;
    vertical-align: bottom;
}

.product-item-detail-quantity-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 110px;
    margin: 0;
}

.product-item-detail-quantity-btn-plus,
.product-item-detail-quantity-btn-minus {
    position: relative;
    display: block;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 180ms ease, opacity 180ms ease;
}

.product-item-detail-quantity-btn-plus:hover,
.product-item-detail-quantity-btn-minus:hover {
    background: #d3d3d3;
}

.product-item-detail-quantity-btn-plus:after,
.product-item-detail-quantity-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-detail-quantity-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease;
}

.product-item-detail-quantity-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item-detail-quantity-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item-detail-quantity-btn-disabled.product-item-detail-quantity-btn-plus:after,
.product-item-detail-quantity-btn-disabled.product-item-detail-quantity-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-detail-quantity-btn-disabled.product-item-detail-quantity-btn-plus:hover,
.product-item-detail-quantity-btn-disabled.product-item-detail-quantity-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-detail-quantity-btn-plus:hover:after,
.product-item-detail-quantity-btn-minus:hover:after {
    opacity: 1;
}

.product-item-detail-quantity-field-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px;
    position: relative;
}

input.product-item-detail-quantity-field {
    position: absolute;
    left: 5px;
    top: 0;
    display: block;
    max-width: calc(100% - 10px);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

div.product-item-detail-quantity-field {
    /*outline: 1px dotted #f00;*/
    position: relative;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    transition: 190ms linear width;
}

.product-item-detail-quantity-field {
    display: block;
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
    min-width: 20px;
    height: 26px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    vertical-align: middle;
    text-align: center;
    transition: border 200ms ease;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #121212;
}


.product-item-detail-quantity-field:focus {
    outline: none !important;
    border-color: var(--theme-color-primary, #63aa28);
}

.bx-no-touch input.product-item-detail-quantity-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-detail-quantity-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-item-detail-quantity-description {
    position: absolute;
    top: calc(100% - 17px);
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    vertical-align: bottom;
    letter-spacing: -0.4px;
}

.product-item-detail-quantity-description-text {
}

.product-item-detail-quantity-description-price {
    white-space: nowrap;
}

.product-item-detail-quantity-description-price span {
    color: #121212;
}

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

/**/
.product-item-quantity {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

/*endregion*/

/*region Buy button*/
.btn.product-item-detail-buy-button {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 310px;
    width: 100%;
    transition: background-color .3s;
}

.btn.product-item-detail-buy-button:hover {
    background-color: #404040;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
    margin: 0;
}

.btn.product-item-detail-buy-button[disabled],
.btn.btn-primary.product-item-detail-buy-button[disabled],
.btn.product-item-detail-buy-button[disabled],
.btn.btn-primary.product-item-detail-buy-button[disabled] {
    background-color: #121212;
    border-color: #121212;
    color: #fff;
    opacity: .2;
}

.btn.product-item-detail-buy-button span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: inline-block;
    min-height: 16px;
    max-width: 100%;
    white-space: normal;
    line-height: 16px;
    transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
    height: 25px;
}

/*endregion*/

/*region Slider */
div.product-detail-slider-container {
    position: relative;
    /*max-width: 100%;*/
    background: transparent;
    transition: background 800ms ease;
    z-index: 90;
    overflow: hidden;
    /*min-width: 285px;*/
    /*flex-grow: 1;*/
    margin-bottom: 20px;
}

.product-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 56.25%;
    height: 0;
    background: #fff;
    border-bottom: 1px solid #f0efed;
}

.product-detail-slider-block.product-detail-slider-block-square {
    padding-top: 100%;
}

.product-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.product-detail-slider-images-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 8;
    background: #fff;
}

.product-detail-slider-image {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    text-align: center;
    opacity: 0;
    z-index: 5;
    width: 100%;
    overflow: hidden;
}

.product-detail-slider-image-overlay {
    z-index: 4;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(44px);
}

.product-detail-slider-image-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
}

.product-detail-slider-image.active,
.product-detail-slider-image.next,
.product-detail-slider-image.prev {
    z-index: 10;
    opacity: 1;
    top: 0;
}

.product-detail-slider-image.left.active {
    animation: catalogSectionItemSliderImage_left_active 250ms ease-in-out 1 forwards;
}

@keyframes productDetailSliderImage_left_active {
    from {
        margin-left: 0;
    }
    to {
        margin-left: -100%;
    }
}

.product-detail-slider-image.right.active {
    animation: productDetailSliderImage_right_active 250ms ease-in-out 1 forwards;
}

@keyframes productDetailSliderImage_right_active {
    from {
        margin-left: 0;
    }
    to {
        margin-left: 100%;
    }
}

.product-detail-slider-image.left.next {
    animation: productDetailSliderImage_left_next 250ms ease-in-out 1 forwards;
}

@keyframes productDetailSliderImage_left_next {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0;
    }
}

.product-detail-slider-image.right.prev {
    animation: productDetailSliderImage_right_prev 250ms ease-in-out 1 forwards;
}

@keyframes productDetailSliderImage_right_prev {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0;
    }
}

.product-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    z-index: 10;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
}

.product-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
    background: var(--theme-color-primary, #63aa28);
}

.catalog-section-item-slider-image-overlay {
    z-index: 9;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(44px);
}

.catalog-section-item-slider-image-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
}

.catalog-section-item-slider-images-slider-pager {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    display: flex;
    align-items: stretch;
    z-index: 10;
}

.catalog-section-item-slider-images-slider-pager.selected {
    z-index: 25;
}

.catalog-section-item-slider-images-slider-pager-item {
    flex: 1 1 0;
    position: relative;
}

/*endregion*/

/*region Slider Controls*/
.product-detail-slider-controls-block {
    padding: 4px 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-slider-controls-block.selected {
    display: flex;
}

.product-detail-slider-controls-image {
    position: relative;
    padding: 4px;
    overflow: hidden;
    opacity: .3;
    text-align: center;
    cursor: pointer;
    flex-grow: 1;
}

.product-detail-slider-controls-image:hover,
.product-detail-slider-controls-image.active {
    opacity: 1;
}

.product-detail-slider-controls-dot {
    height: 4px;
    background-color: #c4c4c4;
    border-radius: 2px;
}

.product-detail-slider-left,
.product-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    width: 15%;
    background: no-repeat center url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.14049 2.90429L12.8945 10.6583L14.2875 12L12.8945 13.3425L5.14049 21.0965L7.03826 22.9943L18.0321 12.0005L7.03826 1.00667L5.14049 2.90429Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='3.14049' y='0.00667477' width='16.8916' height='25.9876' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    cursor: pointer;
    transition: all 300ms ease;
}

.product-detail-slider-left {
    left: 0;
    transform: rotate(180deg);
}

.product-detail-slider-right {
    right: 0;
}

.product-detail-slider-container:hover .product-detail-slider-left,
.product-detail-slider-container:hover .product-detail-slider-right {
    background-color: rgba(0, 0, 0, .08);
}

.product-detail-slider-container .product-detail-slider-left:hover,
.product-detail-slider-container .product-detail-slider-right:hover {
    background-color: rgba(0, 0, 0, .4);
}

.bx-touch .catalog-section-item-slider-left,
.bx-touch .catalog-section-item-slider-right {
    display: none;
!important;
}

.product-detail-slider-close {
    display: none;
}

.product-detail-slider-container.popup .product-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 110px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .27;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-detail-slider-container.popup .product-detail-slider-close:hover {
    opacity: 1;
}

.product-detail-slider-container.popup .product-detail-slider-right {
    right: 105px;
}

/*endregion*/

/*region LABEL*/
.product-detail-label-container {
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 50;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.product-detail-label-text {
    background: #FFFFFF;
    color: #545470;
    margin: 3px;
    text-align: center;
    position: relative;
}

.product-detail-label-text .product-detail-label-text-name:after {
    content: url("/local/templates/kavara/img/icon/plus.svg");
    transform-origin: bottom center;
    transform-box: fill-box;
    transition: 0.3s;
    transform: rotate(0deg);
    width: 10px;
    height: 10px;
    margin: 0 0 0 8px;
    display: inline;
    position: absolute;
}

.product-detail-label-text:hover .product-detail-label-text-name:after {
    content: url("/local/templates/kavara/img/icon/plus.svg");
    transform-origin: bottom center;
    transform-box: fill-box;
    transition: 0.3s;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin: 0 0 0 5px;
    display: inline;
    position: absolute;
}

.product-detail-label-text .product-detail-label-text-name {
    padding: 8px 25px 8px 15px;
    font-family: var(--main-font-family-jetbrainsmono);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    background-color: #FFFFFF;
}

.product-detail-label-text:hover .product-detail-label-text-name {
    background-color: var(--color-scheme-1);
    color: #FFFFFF;
    cursor: default;
}

.product-detail-label-text .product-detail-label-text-description {
    display: none;
    text-align: left;
    padding: 15px;
    font-family: var(--main-font-family-ibmplexsans);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

}

.product-detail-label-text:hover .product-detail-label-text-description {
    display: block;
    background-color: var(--color-scheme-1);
    position: absolute;
    top: 30px;
    width: 248px;
    color: #FFFFFF;
}

.product-detail-label-text-link {
    margin-top: 10px;
}

.product-detail-label-text-link a,
.product-detail-label-text-link a:hover {
    font-family: var(--main-font-family-jetbrainsmono);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.12em;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
}

/*endregion*/

/*
section.product-detail-props-container {
	min-width: 285px;
	flex-grow: 1;
	max-width: 100%;
}
*/

@media (min-width: 576px) {
    .product-detail-props-container-inner {
        border-color: transparent;
        padding: 0;
    }
}

.product-detail-info-container {
    --bs-gutter-x: 24px;
}

@media (max-width: 575px) {
    .product-detail-info-container {
        padding: 0 calc(var(--bs-gutter-x) / 2);
    }
}

/*region magnified*/
.product-detail-slider-container.magnified .product-detail-slider-image {
    z-index: 100;
}

.product-detail-slider-container.magnified .product-detail-slider-image img {
    outline-color: #ddd;
}

.product-detail-slider-container.magnified .product-detail-slider-left,
.product-detail-slider-container.magnified .product-detail-slider-right {
    z-index: 50;
}

.product-detail-slider-container.magnified .product-item-label-text,
.product-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0;
}

/*	>>>	popup*/
.product-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-detail-slider-container.popup .product-detail-slider-images-container {
    right: 105px;
}

.product-detail-slider-container.popup .product-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}

.product-detail-slider-container.popup .product-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-detail-slider-container.popup .product-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default
}

.product-detail-slider-container.popup .product-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
}

.product-detail-slider-container.popup .product-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-container {
    /*min-height: 60px;*/
    /*border-bottom: 1px solid #ededed;*/
}

.product-item-detail-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-detail-tabs-list:after {
    display: table;
    clear: both;
    content: "";
}

.product-item-detail-tab {
    float: left;
    /*min-height: 60px;*/
    margin-right: 17px;
}

.product-item-detail-tab-link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: all 250ms ease;
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    padding-top: 2px;
    text-decoration: none;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
    color: var(--theme-color-primary, #63aa28);
    text-decoration: none;
    /*font-weight: bold;*/
}

.product-item-detail-tab-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    transition: background 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
    background: var(--theme-color-primary, #63aa28);
}

.product-item-detail-tab-content {
    padding: 25px 0;
}

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    right: 0;
    left: 0;
    z-index: 310;
    box-sizing: border-box;
    height: 85px;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    margin: 0 auto;
    max-width: 1048px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item-detail-short-card-image {
    padding-right: 15px;
    width: 80px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
}

.product-item-detail-short-card-image img {
    max-width: 100%;
    height: auto;
    max-height: 65px;
    width: auto;
}

.product-item-detail-short-title-container {
    max-width: 650px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item-detail-short-title-text {
    display: block;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
}

.product-item-detail-short-card-price {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
}

.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content {
    display: none;
}

.product-item-detail-tab-content.active {
    display: block;
}

.product-item-detail-tab-content h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.product-item-detail-properties {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.product-item-detail-properties-item {
    margin-bottom: 1px;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

.product-item-detail-properties-name {
    color: rgba(0, 0, 0, 0.4);
}

.product-item-detail-properties-value {
    color: #000;
}

/*endregion*/

.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;
}

.btn-wait {
    position: relative;
    color: transparent !important;
}

.btn-wait:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    animation-name: spin;
    animation-duration: 1000ms !important;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.addwishlist, .addwishlist:hover {
    margin: 0;
    background-color: #fff;
    border: 1px solid #DBDBE4;
    padding: 16px;
    display: block;
    width: 60px;
}

.popup-window-button.tableSazeButton,
.popup-window-button.tableSazeButton:hover {
    display: block !important;
    position: relative;
    min-height: 48px;
    padding: 16px 0;
}

.popup-window-with-titlebar .popup-window-content {
    padding: 0;
}

.addwishlist.favor.active svg {
    fill: var(--color-scheme-3);
    stroke: var(--color-scheme-3);
}

.addwishlist.favor.active svg path {
    fill: var(--color-scheme-3);
    stroke: var(--color-scheme-3);
}

.product-cart-buttton .bx-catalog-subscribe-button,
.product-cart-buttton .bx-catalog-subscribe-button:hover,
.product-cart-buttton .product-item-detail-buy-button.addcart,
.product-cart-buttton .product-item-detail-buy-button.addcart:hover,
.product-cart-buttton .product-item-detail-buy-button.addcart:focus,
.product-cart-buttton .product-item-detail-buy-button.addcart:active {
    width: 100%;
    margin: 0 !important;
    text-align: center;
    justify-content: center;
}

.accordion button {
    background: none;
    color: #000;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #DBDBE4;
    width: 100%;
    text-align: left;
    padding-left: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
    position: relative;
}

.accordion-body {
    font-family: var(--main-font-family-ibmplexsans);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

.product-article {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #545470;
}

.bx-cart-detail-sticky {
    position: sticky;
    top: var(--main-menu-height-sticky);
}

.dop-block .text {
    font-family: var(--main-font-family-ibmplexsans);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #030304;
    letter-spacing: 0em;
    text-align: left;
}

.dop-block .tel {
    font-family: var(--main-font-family-jetbrainsmono);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #030304;
}
/* End */


/* Start:/local/templates/kavara/components/bitrix/catalog.product.subscribe/.default/style.css?17655281212348*/
/* Button */
.bx-catalog-subscribe {
    font-family: var(--main-font-family-ibmplexsans);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.bx-catalog-subscribe-button {
    margin-bottom: 6px;
    display: inline-block;
}

.bx-catalog-popup-content {
    width: 90%;
    max-width: 280px;
}

/* Subscribe popup */
.bx-catalog-subscribe-form-container-label {
    font-size: 13px;
    color: #5a6c77;
    padding-bottom: 2px;
}

.bx-catalog-subscribe-form-container-input {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

/*
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
#bx-catalog-subscribe-form-notify {
    text-align: center;
}

.subscribe-popup .popup-window-titlebar .popup-window-titlebar-text {
    border-bottom: 0;
    text-align: center;
    margin-bottom: 0;
}

.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}

.bx-catalog-subscribe-form-container .bx-captcha {
    margin-bottom: 10px;
}

.bx-catalog-popup-message {
    min-width: 240px;
    margin: 0 0 0;
    text-align: center;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}

.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}

.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}

.bx-catalog-subscribe-alert-footer {
    text-align: center;
}

.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}

.popup-window-buttons {
    margin-top: 5px;
    margin-bottom: 0;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1765528161332*/
.catalog-element-popup-wrapper{position:absolute;box-sizing:border-box;border-radius:3px;background:rgba(0,0,0,.77)}.catalog-element-popup-inner{padding:20px;max-width:300px;font:13px "Helvetica Neue",Arial,Helvetica,sans-serif}.catalog-element-popup-element{color:#ffa801;font:bold 13px "Helvetica Neue",Arial,Helvetica,sans-serif}
/* End */


/* Start:/local/templates/kavara/components/bitrix/catalog.item/product/style.css?176552812131344*/
.prod-item-title a {
    text-decoration: none
}

.product-item-container {
    position: relative;
}

.product-item-container.hover,
.product-item-container:hover{
    z-index: 17;
}

.product-item {
    display: block;
    box-sizing: border-box;
    padding: 15px 0 5px;
    width: 100%;
    border: 1px solid transparent;
}

.product-item-line-card .product-item {
    width: auto !important;
    border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
    .product-item-line-card .product-item .col-sm-6:nth-child(2n) {
        clear: both;
    }
}

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

.product-item * {
    transition: opacity 300ms ease;
}

@media (max-width: 767px) {
    .product-item {
        padding: 15px 5px 5px
    }

    .product-item-line-card .product-item .col-xs-12:nth-child(2n) {
        clear: both;
    }
}

.bx-no-touch .product-item-container.hover .product-item,
.bx-no-touch .product-item-container:hover .product-item {
    position: absolute;
    right: -15px;
    left: -15px;
    padding: 15px 15px 0;
    width: auto;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
    padding: 15px 0 0;
    width: auto;
    background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item,
.bx-no-touch .product-item-container:hover .product-item{
    -webkit-animation: product-item-hover 300ms 1 ease;
}

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

/*Image*/
.product-item-image-wrapper {
    position: relative;
    display: block;
    padding-top: 100%;
    width: 100%;
    transition: all 300ms ease;
    z-index: 1;
}

.product-item-image-wrapper:hover {
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper,
.product-item-container.product-item-scalable-card:hover .product-item-image-wrapper{
    padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative,
.product-item-image-original-1{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
}

.prod-item:hover .product-item-image-original-1{

}

.product-item-image-original {
    z-index: 11;
}

.product-item-image-alternative {
    z-index: 13;
    opacity: 1;
}

.bx-no-touch .product-item-container.hover .product-item-image-original,
.bx-no-touch .product-item-container:hover .product-item-image-original{
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original-1,
.bx-no-touch .product-item-container:hover .product-item-image-original-1 {
    opacity: 1;
    z-index: 20;
}

/*.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-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;
    width: 100%;
    height: 1px;
}

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

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

.product-item-container.hover .product-item-image-slider-control-container,
.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;
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
    line-height: 0;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span,
.product-item-scalable-card:hover .product-item-label-text.product-item-label-small span{
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span,
.product-item-scalable-card:hover .product-item-label-text.product-item-label-big span{
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 5px 17px;
    font-size: 22px;
    line-height: 33px;
}

@media (max-width: 767px) {
    .product-item-label-text > div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card:hover .product-item-label-text.product-item-label-small span{
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card:hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

/*RING*/
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small ,
.product-item-scalable-card:hover .product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big,
.product-item-scalable-card:hover .product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 120px;
    height: 120px;
    font-size: 42px;
    line-height: 120px;
}

@media (max-width: 767px) {
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card:hover .product-item-label-ring.product-item-label-small {
        --product-item-label-ring-size: 40px;
        width: var(--product-item-label-ring-size);
        height: var(--product-item-label-ring-size);
        line-height: var(--product-item-label-ring-size);
        font-size: 14px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card:hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.product-item-label-center > div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left > div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right > div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
    overflow: hidden;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title,
.product-item-container:hover .product-item-title {
    overflow: auto;
    white-space: normal;
}

.product-item-title a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 13px;
}

.product-item-big-card .product-item-title a {
    font-size: 21px;
}

.product-item-line-card .product-item-title a {
    font-size: 20px;
}

/*Price*/
.product-item-price-container {
    margin: 5px 0 10px;
}

.product-item-price-current {
    font-family: var(--main-font-family-jetbrainsmono);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12em;
    text-align: left;
    color: var(--color-scheme-3);
}

@media (min-width: 768px) {
    .product-item-price-current {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.12em;
        text-align: left;
    }
}

.product-item-price-old {
    color: #a5a5a5;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
    vertical-align: middle;
    line-height: 20px;
}

.product-item-big-card .product-item-price-container {

}

.product-item-big-card .product-item-price-current {
    font-size: 18px;
}

.product-item-big-card .product-item-price-old {
    font-size: 15px;
}

/*Info*/
.product-item-line-card .product-item-info-container {
    text-align: center;
}

.product-item-info-container {
    margin-bottom: 0px;
}

.product-item-info-container-title {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    opacity: 0;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
    display: none !important
}


.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
}


.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden:has(div),
.bx-no-touch .product-item-container:hover .product-item-info-container.product-item-hidden:has(div) {
    position: relative;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
.bx-no-touch .product-item-container.hover  .prop-item-size-list,
.bx-no-touch .product-item-container:hover  .prop-item-size-list{
    position: absolute;
    top: 15px;
    margin: 0 auto;
    width: 100%;
}


@media (min-width: 992px) {
    .product-item-container.hover .product-item-price-current,
    .product-item-container.hover .product-item-price-container,
    .product-item-container.hover .prod-item-title,
    .product-item-container:hover .product-item-price-current,
    .product-item-container:hover .product-item-price-container,
    .product-item-container:hover .prod-item-title {
        opacity: 0;
    }

    .bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
    .bx-no-touch .product-item-container:hover .product-item-info-container.product-item-hidden {
        display: block;
        opacity: 1;
        bottom: 0;
    }


    .bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
    .bx-no-touch .product-item-container:hover .product-item-info-container.product-item-hidden {
        position: absolute;
        bottom: 0;
        z-index: 99;
        width: 100%;
    }
}

    /*Amount*/
.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item-amount-field-container {
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

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

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field {
    display: inline-block;
    padding: 0;
    max-width: 50px;
    width: auto;
    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 {
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
    display: block;
}

.product-item-big-card .product-item-amount-field-container {
    text-align: left;
}

.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 {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

/*Properties */
.product-item-properties {
    display: block;
    overflow: hidden;
    margin: 0;
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-properties dl {
    clear: both;
}

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
}

.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    color: #000;
}

/*Compare*/
.product-item-compare-container {
    position: relative;
    display: none;
    margin: 0 -15px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e6e6e6;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
    margin: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
}

.bx-touch .product-item-compare-container {
    display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container ,
.product-item-container:hover .product-item-compare-container {
    display: block;
}

.product-item-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* SCU */
.product-item-scu-container {
    padding: 0 0 2px;
}

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.product-item-scu-block {
}

.product-item-scu-list {
    margin: 0;
    padding: 0px;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0 0 0 -2px;
    padding: 0px;
    list-style: none;
    text-align: center;
    opacity: 0;
}
@media (min-width: 992px) {
    .product-item-scu-item-list {
        overflow: visible;
        opacity: 1;
    }
}
.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    /* float: left; */
    display: inline-block;
    box-sizing: border-box;
    color: var(--color-scheme-3);
}

.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline: 0;
}

.product-item-scu-item-text-container {
    padding: 5px 0;
}

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 3px 2px 2px;
    min-width: 20px;
    outline: 1px solid var(--color-scheme-5) !important;
    cursor: pointer;
}

@media (min-width: 768px) {
    .product-item-scu-item-text-block {
        padding: 3px 2px 2px;
        min-width: 20px;
    }
}

@media (min-width: 992px) {
    .product-item-scu-item-text-block {
        padding: 3px 5px 2px;
        min-width: 20px;
    }
}

@media (min-width: 1366px) {
    .product-item-scu-item-text-block {
        padding: 3px 5px 2px;
        min-width: 25px;
    }
}

@media (min-width: 1920px) {
    .product-item-scu-item-text-block {
        padding: 3px 5px 2px;
        min-width: 40px;
    }
}


.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: .5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--main-font-family-jetbrainsmono);
    color: var(--color-scheme-3);
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) ;
    background-size: 80% 80%;
    content: "";
}

@media (max-width: 991px) {
    .product-item-line-card .product-item-scu-container-title {
        text-align: center;
    }

    .product-item-line-card .product-item-scu-item-list {
        text-align: center;
    }

    .product-item-line-card .product-item-scu-item-color-container,
    .product-item-line-card .product-item-scu-item-text-container {
        display: inline-block;
        float: none;
    }
}

/*Description*/
.product-item-description-container {
}

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

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

.product-item-button-container .btn {
    margin-bottom: 2px;
}

/*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;
}

.cat-product-wishlist {
    width: 44px;
    height: 44px;
    border-radius: 40px;
    padding: 10px;
    z-index: 10;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
}

.cat-product-wishlist .favor.active svg {
    fill: var(--color-scheme-1);
    stroke: var(--color-scheme-1);
}

.product-item-image-slider-control-container,
.product-item-image-slider-control-container div{
    display: none !important;
}

.prod-item a.product-item-image-wrapper:hover .product-item-image-slider-slide-container {
    z-index: 99;
}
/* End */


/* Start:/local/templates/kavara/components/bitrix/catalog.top/product-slider/section/style.css?17655281217688*/
#productSliderBlock {

}

#productSliderBlock #titleBlock #title {
    font-family: var(--main-font-family-jetbrainsmono);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}

#productSliderBlock #titleBlock #titleLine {
    height: 0px;
}

@media (max-width: 767px) {
    #productSliderBlock {
        margin-bottom: 30px;
    }

    #productSliderBlock .owl-carousel {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }


    #productSliderBlock .owl-carousel .slide {
        box-sizing: border-box;
        max-width: 50%;
        font-family: var(--main-font-family-jetbrainsmono);
    }

    #productSliderBlock .owl-carousel .slide .prod-item-title {
        margin-top: 20px;
        margin-bottom: 8px;
        font-family: var(--main-font-family-jetbrainsmono);
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0.12em;
        text-align: left;
        color: var(--color-scheme-1);
    }

    #productSliderBlock .owl-carousel .slide .prod-item-price {
        font-family: var(--main-font-family-jetbrainsmono);
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.12em;
        text-align: left;
        color: var(--color-scheme-3);
    }

    #productSliderBlock .owl-carousel .slide .cat-product-wishlist {
        width: 24px;
        height: 24px;
        border-radius: 40px;
        padding: 10px;
        z-index: 10;
        background: #fff;
        position: absolute;
        top: 5px;
        right: 3px;
    }

    #productSliderBlock .owl-carousel .slide .cat-product-wishlist svg {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 768px) {
    #productSliderBlock .owl-carousel .slide .cat-product-wishlist svg {
        width: 20px;
        height: 20px;
    }
}


@media (min-width: 1200px) {
    /*lg*/
    /*6*/
    .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
    .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
    .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
        /*4*/
    .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
    .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*md*/
    /*6*/
    .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
    .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
    .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
        /*4*/
    .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
    .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
    /*6*/
    .product-item-list-col-6 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
    .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
        /*4*/
    .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }
}

@media (max-width: 767px) {
    /*xs*/
    /*6*/
    .product-item-list-col-6 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
        /*4*/
    .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }
}

.catalog-top-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

.row::before {
    display: initial;
}

.front-product-slider .owl-nav {
    position: absolute;
    top: -64px;
    z-index: 9999999999;
    background-color: white;
    right: 0;
    padding-left: 10px;
}

.front-product-slider .owl-nav .owl-prev {
    transform: rotate(180deg);
    margin: 5px;
}

.front-product-slider .owl-nav .owl-next {
    margin: 5px;
}

.front-product-slider .owl-nav .owl-prev:focus,
.front-product-slider .owl-nav .owl-next:focus,
.front-product-slider .owl-nav .owl-prev:hover,
.front-product-slider .owl-nav .owl-next:hover,
.front-product-slider .owl-nav .owl-prev:active,
.front-product-slider .owl-nav .owl-next:active {
    outline: 0;
    border: 0;
}

.front-product-slider .owl-stage .prod-item-title a {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-align: left;
    text-decoration: none;
    font-family: var(--main-font-family-jetbrainsmono);
}

.front-product-slider .owl-stage .prod-item-price {
    font-family: var(--main-font-family-jetbrainsmono);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-align: left;
}

@media (max-width: 480px) {
    .front-product-slider .owl-stage .prod-item-title a {
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
    }

    .front-product-slider .owl-stage .prod-item-price {
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }

}

.front-product-show-link-load {
    width: 100%;
    display: block;
    margin-bottom: 35px !important;
}

.product-slider-collection {

}

@media (min-width: 7680px) {


}
/* End */
/* /local/templates/kavara/components/bitrix/catalog/products/style.css?17655281201182 */
/* /local/templates/kavara/components/bitrix/breadcrumb/black/style.css?17655281211385 */
/* /local/templates/kavara/components/bitrix/catalog.element/.default/style.css?176552812035305 */
/* /local/templates/kavara/components/bitrix/catalog.product.subscribe/.default/style.css?17655281212348 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1765528161332 */
/* /local/templates/kavara/components/bitrix/catalog.item/product/style.css?176552812131344 */
/* /local/templates/kavara/components/bitrix/catalog.top/product-slider/section/style.css?17655281217688 */
