

/* Start:/local/templates/.default/components/bitrix/catalog.element/peak/style.css?17647615177367*/
.product-color__button {
    max-width: 100px;
    max-height: 100px;
}
.product__top .hidden {
    display: none !important;
}
.product__top .product__favourites.active {
    color: #000;
}
.product__old-price {
    display: inline-block;
    text-decoration: line-through;
    color: #bbb;
    font-size: 20px;
}
.product__price {
    display: inline-block;
    margin-left: 0px;
}
.product__buttons.isUpdate {
    margin-top: 30px;
}
.product__buttons_tobasket {
    width: 100%;
}
    .product__buttons_tobasket .product__button {
        width: 100%;
        flex: 100%;
    }
.product__labels {

}
    .product__labels .product__label {
        display: inline-block;
        margin-right: 7px;
    }
    .product__labels .product__label--new {
        /*border: 1px solid #dffd91;*/
        /*padding-top: 2px;*/
        font-family: Signal;
    }
.product__button.productInBasket,
.product__button.productInBasket:hover,
.has-hover body .btn--primary.productInBasket:not([disabled]):hover {
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000;
}
.product__picture img {
    height: auto;
}
.product-load .product-color__button,
.product-load .product__price,
.product-load .product__spec,
.product-load .product__picture,
.product-load .product__buttons {
    position: relative;
    border: none;
    overflow: hidden;
}
    .product-load .product-color__button::after,
    .product-load .product__price::after,
    .product-load .product__spec::after,
    .product-load .product__picture::after,
    .product-load .product__buttons::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        background: #e6e6e6;
        transform: none;
    }
.product-load .product-color__button {
    min-width: 100px;
    min-height: 100px;
}
.product-load .product__price {
    min-width: 100px;
    min-height: 20px;
}
.product-load .product__spec {
    width: 100px;
    min-height: 20px;
}
.product-load .product__picture {
    min-width: 100%;
    min-height: 300px;
}
.product-load .product__buttons {
    min-width: 350px;
    min-height: 40px;
}
.product .product__spec_with_articul {
    max-width: 334px;
    margin-left: 0;
    margin-right: 0;
}
    .product .product__spec_with_articul .col-6 {
        padding-left: 0;
    }
    .product .product__spec_with_articul .col-auto {
        padding-right: 0;
    }
.product .product__nostock {
    max-width: 334px;
}
.product__nostock .stock button,
.product__nostock .stock a {
    flex: 0 0 100%;
}
.product__labels .product__label--sale,
.product__labels .product__label--new {
    border: none;
    background: #dffd91;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0 6px;*/
    width: 43px;
}
.product__labels .product__label--font {
    font-family: Signal;
    background: -webkit-gradient(linear, left top, right top, from(#DFFD91), to(#C2AD97));
    background: -webkit-linear-gradient(left, #DFFD91 0%, #C2AD97 100%);
    background: -moz-linear-gradient(left, #DFFD91 0%, #C2AD97 100%);
    background: -o-linear-gradient(left, #DFFD91 0%, #C2AD97 100%);
    background: linear-gradient(90deg, #DFFD91 0%, #C2AD97 100%);
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    width: auto;
}
.product__labels .product__label--sale {
    /*font-family: Signal;*/
    background: linear-gradient(90deg, #fee 0%, #ddefbb 100%) !important;
}
.product__sale_pr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 600px;
    margin-left: 0;
    margin-right: 0;
    background: -webkit-gradient(linear, left top, right top, from(#DFFD91), to(#C2AD97));
    background: -webkit-linear-gradient(left, #DFFD91 0%, #C2AD97 100%);
    background: -moz-linear-gradient(left, #DFFD91 0%, #C2AD97 100%);
    background: -o-linear-gradient(left, #DFFD91 0%, #C2AD97 100%);
    background: linear-gradient(90deg, #DFFD91 0%, #C2AD97 100%);
    border-radius: 6px;
    padding: 16px 24px 20px 16px;
    margin-bottom: 20px;
}
	.product__sale_pr_name {
        font-family: Panama;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        color: #000000;
	}
	.product__sale_pr_date {
        font-family: Signal;
        font-size: 16px;
        line-height: 16px;
        text-align: right;
        text-transform: uppercase;
        color: #000000;
	}
	.product__sale_pr_descr {
        flex: 0 0 100%;
        margin-top: 10px;
        font-family: Signal;
        font-size: 16px;
        line-height: 16px;
        color: #000000;
	}
	.product__sale_pr_action {
        flex: 0 0 100%;
        font-family: Signal;
        font-size: 16px;
        line-height: 16px;
        color: #000000;
	}
	.product__sale_pr_promocode {
        background: #fff;
        margin-top: 20px;
        padding: 10px 12px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
	}
		.product__sale_pr_promocode_value {
            font-family: Signal;
            font-size: 16px;
            line-height: 16px;
            color: #000000;
            margin-right: 50px;
		}
        .product__promocode_value_input {
            display: block !important;
            position: absolute;
            left: -105px;
            top: -105px;
            width: 100px;
            height: 100px;
            opacity: 0;
        }
		.product__sale_pr_promocode_copy {
            width: 16px;
            height: 16px;
            cursor: pointer;
            position: relative;
		}
            .product__sale_pr_promocode_copy::before {
                content: '';
                position: absolute;
                display: block;
                top: -10px;
                left: -10px;
                width: calc(100% + 23px);
                height: calc(100% + 21px);
            }
			.btn__icon--copy {

			}
.product-color__button {
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
}
    .product-color__button img {
        max-height: 100%;
        max-width: 100%;
    }
@media (min-width: 1200px) {
    .product .swiper-wrapper {
        display: block;
    }
}
@media (max-width: 767px) {
    .product__labels {
        position: absolute;
        left: 12px;
        top: 12px;
        z-index: 5;
    }
    .product__labels .product__label {
        position: relative;
        left: unset;
        top: unset;
    }
    .product__old-price {
        position: absolute;
        right: 0;
        top: 12px;
        font-weight: 300;
        font-size: 16px;
    }
    .product__sale_pr {
        padding: 16px;
    }
    .product__sale_pr_promocode {
        width: 100%;
    }
    .product-color__button {
        width: 60px;
        height: 60px;
    }
}

.product__nostock_soon_old {
    margin-top: 24px;
}
.product__label--le {
    width: auto !important;
}

.lg-outer .lg-img-wrap img {
    max-width: fit-content;
    max-height: 100vh;
}

.lg-outer .lg-inner {
    overflow: hidden;
}

/* End */


/* Start:/local/components/kodix/trk.sizegrid/templates/product.detail.peak/style.min.css?1623152255367*/
.modal__wrapper--sizes .blue_bottom{display:block;margin:0 0 10px;padding:10px 20px;position:relative;font-size:13px}.modal__wrapper--sizes .sizes_table.on_page table{border:1px solid lightgrey;padding:10px;border-collapse:collapse}.modal__wrapper--sizes .sizes_table.on_page table td{border:1px solid lightgrey;padding:10px}.size_table_hints{display:none !important}
/* End */
/* /local/templates/.default/components/bitrix/catalog.element/peak/style.css?17647615177367 */
/* /local/components/kodix/trk.sizegrid/templates/product.detail.peak/style.min.css?1623152255367 */
