

/* Start:/bitrix/templates/flora/components/bitrix/catalog/flora/style.css?17588913283310*/
.filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.filters__btn.filter-bay-bay {
    width: auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 25px;
    height: 28px;
}
.filters__btn img {
    display: block;
}
.filters__btn.filter-bay-bay > a {
    display: block;
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
}
.select {
    position: relative;

}
.select__top {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.select__top-text {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 150%;
    color: #151515;
}
.select__top-icon {
    flex-shrink: 0;
    margin-left: 3.5px;
    width: 7px;
    height: 7px;
}
.select__top-icon svg {
    display: block;
    width: 100%;
    height: auto;
}
.select__dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    display: flex;
    flex-direction: column;
    width: fit-content;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: 10;
    overflow: hidden;
    transition: .3s ease;
}
.select__item {
    width: 100%;
}
.select__item-radio {
    display: none;
}
.select__item-label {
    width: 100%;
    margin: 0;
    font-weight: normal;
    padding: 5px 10px;
    white-space: nowrap;
    cursor: pointer;
    transition: .3s ease;
}
.select__item-label:hover {
    background: rgba(0, 0, 0, 0.15);
}

.select__item-radio:checked ~ .select__item-label {
    background: rgba(0, 0, 0, 0.15);
}

.select.active .select__dropdown {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 10px 0;
}

.filters__btn.filter-bay-bay {
    display: none;
}

.catalog-sections-list .catalog-top-menu .filters {
    margin-left: auto;
}

@media screen and (min-width: 220px) and (max-width: 990px) {
    .filters__btn.filter-bay-bay {
        display: block;
    }

    .catalog-sections-list > .catalog-top-menu {
        width: 100%;
        display: block;
    }
}
@media (max-width: 500px) {
    .container .catalog-top-menu ul {
        padding: 0;
        justify-content: flex-start;
    }
    .container .catalog-top-menu ul li {
        margin: 0 13px 13px 0 !important;
    }
    .container .catalog-top-menu ul li a {
        padding: 0;
        border: none;
    }
    .catalog-sections-list > .catalog-top-menu {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .catalog-sections-list > .catalog-top-menu .catalog-top-menu {
        flex: none;
        width: 100%;
        margin: 0 0 30px;
    }
    .catalog-wrapper .catalog-sections-list .catalog-top-menu ul .show-more {
        font-size: 16px;
        width: 100%;
        flex: none;
        justify-content: flex-start !important;
    }
    .catalog-sections-list .catalog-top-menu .filters {
        flex: 1;
        margin: 0 0 24px;
    }
    .items-wrapper .catalog-item .def-label {
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: 20px 20px;
    }
}
/* End */


/* Start:/bitrix/templates/flora/components/bitrix/catalog/flora/bitrix/catalog.element/flora/style.css?178310599154523*/
span.rub-new {
    font-size: 25px;
}
.pageWrapper span.rub {
    font-size: 25px;
}


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.thumb-gallery img {
    /* border-radius: 100%; */
    cursor: pointer;
    outline: none;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/****************************************************/

.SlectBox { width: 200px; padding: 5px 8px; }
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass { position: absolute; top: 0px; left: 0px; right: 0px; height: 100%; width: 100%; border: none; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
.SumoSelect { display: inline-block; position: relative; outline: none; }
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont { box-shadow: 0px 0px 2px #7799D0; border-color: #7799D0; }
.SumoSelect > .CaptionCont { position: relative; border: 1px solid #A4A4A4; min-height: 14px; background-color: #fff; border-radius: 2px; margin: 0px; }
.SumoSelect > .CaptionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: default; }
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder { color: #ccc; font-style: italic; }
.SumoSelect > .CaptionCont > label { position: absolute; top: 0px; right: 0px; bottom: 0px; width: 30px; }
.SumoSelect > .CaptionCont > label > i { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
    background-position: center center; width: 16px; height: 16px; display: block; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; background-repeat: no-repeat; opacity: 0.8; }
.SumoSelect > .optWrapper { top: 30px; width: 100%; position: absolute; left: 0; opacity: 0; visibility: hidden; transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: -100; background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 3px; overflow: hidden; }
.SumoSelect > .optWrapper.open { top: 35px; visibility: visible; opacity: 1; z-index: 1000; }
.SumoSelect > .optWrapper > .options { list-style: none; display: block; padding: 0px; margin: 0px; overflow: auto; border-radius: 2px;
    /*Set the height of pop up here (only for desktop mode)*/
    max-height: 250px;
    /*height*/ }
.SumoSelect > .optWrapper.isFloating > .options { max-height: 100%; box-shadow: 0px 0px 100px #595959; }
.SumoSelect > .optWrapper > .options > li { padding: 6px 6px; border-bottom: 1px solid #F3F3F3; position: relative; }
.SumoSelect > .optWrapper > .options > li:first-child { border-radius: 2px 2px 0px 0px; }
.SumoSelect > .optWrapper > .options > li:last-child { border-bottom: none; border-radius: 0px 0px 2px 2px; }
.SumoSelect > .optWrapper > .options > li:hover { background-color: #E4E4E4; }
.SumoSelect > .optWrapper > .options > li.sel { background-color: #a1c0e4; }
.SumoSelect > .optWrapper > .options > li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; cursor: pointer; }
.SumoSelect > .optWrapper > .options > li span { display: none; }
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating { position: fixed; top: 0px; left: 0px; right: 0px; width: 90%; bottom: 0px; margin: auto; max-height: 90%; }
/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/

/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled { background-color: inherit; pointer-events: none; }
.SumoSelect > .optWrapper > .options > li.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li { padding-left: 35px; cursor: pointer; }
.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span { position: absolute; display: block; width: 30px; top: 0px; bottom: 0px; margin-left: -35px; }
.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i { position: absolute; margin: auto; left: 0px; right: 0px; top: 0px; bottom: 0px; width: 14px; height: 14px; border: 1px solid #AEAEAE; border-radius: 2px; box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); background-color: #fff; }
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13); border-radius: 0px 0px 3px 3px; }
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0px; width: 100%; }
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0px 0px 0px 3px; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0px 0px 3px 0px; }
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li { padding: 12px 6px; }
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li { padding-left: 35px; }
.SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }
/*selected state
.SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
.SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
*/
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i { background-color: rgb(17, 169, 17); box-shadow: none; border-color: transparent; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC'); background-repeat: no-repeat; background-position: center center; }
/*disabled state*/
.SumoSelect.disabled { opacity: 0.7; cursor: not-allowed; }
.SumoSelect.disabled > .CaptionCont { border-color: #ccc; box-shadow: none; }
/**Select all button**/
.SumoSelect .select-all { border-radius: 3px 3px 0px 0px; position: relative; border-bottom: 1px solid #ddd; background-color: #fff; padding: 8px 0px 3px 35px; height: 20px; }
.SumoSelect .select-all > span i { cursor: pointer; }
.SumoSelect .select-all.partial > span i { background-color: #ccc; }
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup { padding-left: 5px; text-decoration: underline; }
/*************************************************************************************************************/

.offer-block .prop-name { display: inline-block; }
.offer-block .color-list { list-style: none; display: inline-block; }
.offer-block .color-list li { list-style: none; display: inline-block; margin: 0 10px; }
.offer-block .color-list li img { border: 1px solid #e2e2e2; border-radius: 100%; }
.b-gallery { height: 530px; }
.thumb-gallery { height: 100px; }

.number_input_block {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.number_input_block .minus,
.number_input_block .number-input,
.number_input_block .plus {
    position: static !important;
    margin: 0px !important;
    line-height: 2px !important;
    flex-shrink: 0;
}

.number_input_block .number-input {
    min-width: 60%;
    flex-grow: 2;
}
.number_input_block .minus
.number_input_block .plus {
    width: 20%;
    flex-grow: 0;
}
.number_input_block .plus {
    padding-top: 3px !important;
}
.b-gallery .img-wrap + .img-wrap{
    display: none;
}
.b-gallery.slick-initialized  .img-wrap + .img-wrap{
    display: block;
}
.summ-item .rub:before {
    content: '';
}
.add-to-cart-block .add-to-cart-wrapper.not_avaliable_button a.add-to-basket {
    pointer-events: none;
    background: #DADADA;
    font-family: 'Blogger Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.44px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.span_title {
    margin: 0 0 40px !important;
}
.change-count {
    display: flex;
    align-items: center;
}
.change-count .number_input_block {
    margin-top: unset;    
}
.change-count.desktop  .col-name {
    margin-bottom: unset;  
    font-family: Blogger Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 19.62px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
}

.tabs-items {
    display: flex;
    align-items: stretch;
    font: 500 18px/100% "Blogger Sans", Arial, sans-serif;
    color: #9D9D9D;
    margin: 0 0 40px;
}
.tabs-items__item {
    margin: 0 32px 0 0;
    padding: 0 4.1px 5px;
    border-bottom: transparent 2px solid;
    cursor: pointer;
}
.tabs-items__item.active {
    color: #479855;
}
.tabs-items__item.active {
    border-color: #479855;
}
.tabs-content__item {
    font: 400 16px/23px "Open Sans", Arial;
}
.tabs-content__item .home-content {
    padding: 0;
}
.tabs-content__item:not(:first-child) {
    display: none;
}
.tabs-columns {
    max-width: 620px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tabs-columns li {
    display: flex;
    align-items: center;
    margin: 0 0 32px;
    width: 50%;
    max-width: 284px;
}
.tabs-columns img {
    margin: 0 24px 0 0;
}
.item-delivery .tabs-columns li {
    max-width: unset;
    width: auto;
}
.tabs-content__item ul {
    list-style: inside;
    padding: 0;
}
.tabs-content__item li {
    margin: 0 0 15px;
}
.section-title.text-block__title {
    /*display: none;*/
}
.tabs-content .section-reviews {
    max-width: 1400px;
    margin: 0 auto;
}
.section-reviews__slider-reviews.slick-slider {
    margin: 0;
}
.navN {
    margin: 10px 0 0 !important;
}
.tabs-content__item ol {
    list-style-type: none;
    counter-reset: counter;
    font: 500 16px/100% "Blogger Sans", Arial, sans-serif;
    color: #696969;
    padding: 0 0 16px;
}
.tabs-content__item ol li {
    position: relative;
    padding: 0 0 0 45px;
    margin: 0 0 35px;
}
.tabs-content__item ol li::before {
    position: absolute;
    counter-increment: counter;
    content: counter(counter);
    border-radius: 50%;
    display: flex;
    padding: 6px 0 0;
    justify-content: center;
    background: #479855;
    color: #fff;
    width: 29px;
    height: 29px;
    transform: translateY(-50%);
    margin: 8px 0 0;
    left: 0;
}
.tabs-content__item .navN {
    padding: 0;
}
.hint {
    padding: 27px 22px;
    border-radius: 10px;
    border: #479855 1px solid;
    font: 400 16px/100% "Blogger Sans", Arial, sans-serif;
    max-width: 436px;
    color: #696969;
}
.hint__head {
    display: flex;
    align-items: center;
    color: #479855;
    font-weight: bold;
    margin: 0 0 16px;
}
.hint__head img {
    margin: 0 4px 0 0;
}
.hint p {
    padding: 0;
    line-height: 17px;
}
.kf-bonus-info {
    margin-top: 22px;
    padding: 24px;
    border: 1px solid #d8eadf;
    border-radius: 12px;
    background: #f5fbf7;
    box-shadow: 0 12px 30px rgba(55, 115, 82, 0.08);
    color: #27362d;
}
.kf-bonus-info__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}
.kf-bonus-info__head h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
    color: #213427;
}
.kf-bonus-info__badge {
    flex: 0 0 auto;
    padding: 7px 14px;
    border-radius: 999px;
    background: #e6f5eb;
    color: #158047;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.kf-bonus-info__text {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.55;
    color: #4a5b50;
}
.kf-bonus-info__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.kf-bonus-info__step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(126, 177, 145, 0.28);
}
.kf-bonus-info__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #479855;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.kf-bonus-info__step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    color: #28382f;
}
@media (min-width: 768px) {
    .kf-bonus-info__step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -14px;
        width: 14px;
        height: 1px;
        background: #cfe6d7;
    }
}
@media (max-width: 767px) {
    .kf-bonus-info {
        margin-top: 18px;
        padding: 18px;
        border-radius: 10px;
    }
    .kf-bonus-info__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .kf-bonus-info__head h3 {
        font-size: 20px;
    }
    .kf-bonus-info__text {
        font-size: 15px;
    }
    .kf-bonus-info__steps {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .kf-bonus-info__step {
        min-height: 0;
    }
}
@media (max-width: 800px) {
    .tabs-items__item  {
        margin: 0 16px 0 0;
    }
    .tabs-items__item:nth-child(5) {
        order: 1;
    }
}
@media (max-width: 500px) {
    .tabs-items {
        font-size: 14px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }
    .tabs-items__item {
        margin: 0 16px 25px 0;
        padding-bottom: 10px;
    }
    .tabs-columns {
        flex-wrap: wrap;
    }
    .tabs-content__item {
        font-size: 14px;
    }
    .tabs-content__item li {
        width: 100%;
        max-width: unset;
    }
    .tabs-content__item li:nth-child(2), .tabs-content__item li:nth-child(4), .tabs-content__item li:last-child {
        order: 1;
    }
    .tabs-columns img {
        width: 29px;
        margin: 0 16px 0 0;
    }
    .tabs-content__item ol {
        font-size: 14px;
        font-weight: 400;
    }
    .tabs-content__item ol li::before {
        padding: 9px 0 0;
    }
    .hint {
        font-size: 14px;
        justify-content: center;
        text-align: center;
        padding: 18px 16px;
    }
}
.section-reviews-sl .card-reviews .feedback_header .feedback_autor span {
    flex: none;
}
.section-reviews__header .feedback_autor.section-reviews__feedback_autor p {
    font-size: 14px !important;
}
.section-reviews__header {
    flex-wrap: wrap;
    justify-content: start !important;
}
.section-reviews__header .feedback_stars {
    flex: none;
    width: 100%;
    order: 1;
    margin: 15px 0 0;
}
@media screen and (max-width: 400px) {
    .section-reviews-sl .slick-slide {
        margin: 0 !important;
    }
    .section-reviews-sl .feedback_stars {
        position: static !important;
    }
    .section-reviews-sl .section-reviews__date-block {
        bottom: 15px !important;
    }
    .section-reviews-sl .section-reviews__card-reviews {
        padding-bottom: 40px !important;
    }
    .tabs-items {
        margin: 0 -8px;
    }
}
.catalog-item-wrapper {
    position: relative;
}

/* Product card reviews tab: keep review slider dots compact and cards even. */
.tabs-wrap .tabs-content__item .section-reviews__slider-reviews .slick-track {
    display: flex;
    align-items: stretch;
}
.tabs-wrap .tabs-content__item .section-reviews__slider-reviews .section-reviews__card-reviews {
    height: auto !important;
    display: flex !important;
    flex-direction: column;
}
.tabs-wrap .tabs-content__item .section-reviews__slider-reviews .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: 100%;
    gap: 11px;
    margin: 20px auto 0 !important;
    padding: 0;
    list-style: none;
    float: none;
    left: auto;
}
.tabs-wrap .tabs-content__item .section-reviews__slider-reviews .slick-dots li {
    display: block;
    flex: 0 0 auto;
    width: auto !important;
    max-width: none;
    min-height: 0;
    margin: 0 !important;
    padding: 0;
    order: initial !important;
    float: none;
    left: auto;
}
.tabs-wrap .tabs-content__item .section-reviews__slider-reviews .slick-dots button {
    display: block;
    margin: 0;
    outline: none;
}
.tabs-wrap .tabs-content__item .section-reviews__slider-reviews .slick-dots button:focus {
    outline: none;
}
@media (max-width: 500px) {
    .tabs-wrap .tabs-content__item .section-reviews__slider-reviews .slick-dots {
        gap: 11px;
        margin: 16px auto 0 !important;
    }
}
/* KF-PCARD-START (redesign 2026-07) */
/* ============================================================
   KF PRODUCT CARD REDESIGN 2026-07 (Claude Design handoff)
   Scoped to .kf-pcard. Golos Text self-hosted. Container-queries.
   ============================================================ */

/* --- Golos Text (self-hosted, subsets: cyrillic + latin, weights 400/500/600/700) --- */
@font-face{font-family:'Golos Text';font-style:normal;font-weight:400;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-400-cyrillic-ext.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:400;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-400-cyrillic.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:400;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-400-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:400;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-400-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:500;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-500-cyrillic-ext.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:500;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-500-cyrillic.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:500;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-500-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:500;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-500-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:600;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-600-cyrillic-ext.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:600;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-600-cyrillic.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:600;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-600-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:600;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-600-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:700;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-700-cyrillic-ext.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:700;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-700-cyrillic.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:700;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-700-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:700;font-display:swap;src:url(/bitrix/templates/flora/fonts/golos/golos-700-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

/* --- Hide legacy full-width page title on product detail (H1 lives in the card) --- */
.span_title.kf-pdp-hidetitle{display:none !important;}

/* --- Card root --- */
.kf-pcard{display:block;float:none;container-type:inline-size;font-family:'Golos Text',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;color:#1d1d20;-webkit-font-smoothing:antialiased;max-width:1200px;margin:0 auto;padding:8px 0 8px;width:100%;box-sizing:border-box;}
.kf-pcard::before,.kf-pcard::after{content:none;}
.kf-pcard *,.kf-pcard *::before,.kf-pcard *::after{box-sizing:border-box;}
.kf-pcard img{max-width:100%;}

/* --- Grid: mobile 1 col, desktop 2 col via container query --- */
.kf-pcard__grid{display:flex;flex-direction:column;gap:28px;}
@container (min-width:860px){
  .kf-pcard__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,1fr);column-gap:44px;align-items:start;}
  .kf-pcard .pgalwrap{position:sticky;top:24px;}
  .kf-pcard__info{padding-top:2px;}
  .kf-pcard .stickybuy{display:none;}
  .kf-acc{max-width:920px;}
}
@container (max-width:859px){
  /* мобайл: цена/степпер/CTA живут в стики-баре — в потоке остаются траст-строки (+ .kf-qp для поштучных) */
  .kf-pcard .pbuybox{display:block;padding:16px 18px;margin-top:2px;}
  .kf-pcard .pbuybox .kf-buybox__price,
  .kf-pcard .pbuybox .kf-buybox__actions{display:none;}
  /* чип доставки на мобиле живёт в стики-баре — потоковый дубль прячем */
  .kf-pcard .pbuybox > .kf-ship{display:none !important;}
  /* мобайл: custom.css@700px прячет ленту миниатюр display:none!important — бьём специфичностью */
  .kf-gal .catalog-item-gallery .thumb-gallery{display:block !important;margin-top:10px;padding:0 !important;}
  .kf-gal .catalog-item-gallery .thumb-gallery .slick-list{margin:0 -4px !important;}
  .kf-gal .catalog-item-gallery .thumb-gallery .slick-slide{padding:0 4px;}
  /* 2026: на тач-устройствах листают свайпом — стрелки не нужны и съедают ширину */
  .kf-gal .catalog-item-gallery .thumb-gallery .slick-arrow{display:none !important;}
}

/* ===== GALLERY ===== */
.kf-gal{position:relative;width:100%;}
.kf-gal .catalog-item-gallery{width:100%;float:none;margin:0;padding:0;}
.kf-gal .one-gallery-item{width:100%;}
.kf-gal .b-gallery{height:auto !important;width:100%;border-radius:18px;overflow:hidden;background:transparent !important;}
/* убираем серый «фантом» (фон b-gallery, торчащий на ~6px мимо квадратной картинки) */
.kf-gal .b-gallery .img-wrap,.kf-gal .b-gallery .slick-list,.kf-gal .b-gallery .slick-slide{background:transparent !important;}
/* видео-миниатюра: scale(1.06) из фикса чёрных полос (.catalog-item-gallery .thumb-gallery video !important) выталкивал рамку за край — бьём выше по специфичности */
.kf-gal .catalog-item-gallery .thumb-gallery video,.kf-gal .thumb-gallery video{transform:none !important;}
/* видео в главной галерее: object-fit:cover вместо scale-хака — нет чёрных полос и вылезания за контейнер */
.kf-gal .catalog-item-gallery .b-gallery video{transform:none !important;width:100% !important;max-width:100% !important;height:auto !important;aspect-ratio:1/1;object-fit:cover !important;display:block;background:#fff !important;margin:0 !important;}
/* высота slick-списка = контенту (slick замеряет до догрузки видео и оставляет лишние px) */
.kf-gal .b-gallery .slick-list{height:auto !important;}
.kf-gal .b-gallery .slick-track{display:flex;align-items:flex-start;}
.kf-gal .b-gallery .slick-list,.kf-gal .b-gallery .slick-track{height:auto;}
.kf-gal .b-gallery .img-wrap{border-radius:18px;overflow:hidden;background:#f4f3f1;}
.kf-gal .b-gallery .img-wrap a{display:block;aspect-ratio:1/1;border-radius:18px;overflow:hidden;}
.kf-gal .b-gallery .img-wrap a img,.kf-gal .b-gallery .img-wrap a picture{width:100%;height:100%;object-fit:cover;display:block;}
/* thumbnails row */
.kf-gal .thumb-gallery{height:auto !important;width:100%;margin-top:14px;}
.kf-gal .thumb-gallery .slick-list{margin:0 -6px;}
.kf-gal .thumb-gallery .slick-slide{padding:0 6px;box-sizing:border-box;}
.kf-gal .thumb-gallery .slick-slide>div{cursor:pointer;}
/* миниатюры: квадрат 1:1, не режем снизу (slick замораживал высоту слайда под старые 120px) */
.kf-gal .thumb-gallery .slick-list{height:auto !important;overflow:visible !important;}
.kf-gal .thumb-gallery .slick-track{height:auto !important;}
.kf-gal .thumb-gallery .slick-slide,.kf-gal .thumb-gallery .slick-slide>div{height:auto !important;overflow:visible !important;}
/* миниатюры 2026: без серой рамки-коробки. Неактивные приглушены, выбранная — полная яркость + тонкий зелёный ринг. */
.kf-gal .thumb-gallery img,.kf-gal .thumb-gallery video{width:100% !important;height:auto !important;max-width:none !important;aspect-ratio:1/1 !important;object-fit:cover;border-radius:12px !important;display:block;background:transparent !important;background-clip:padding-box !important;border:2px solid transparent !important;box-sizing:border-box;opacity:.58;transition:opacity .18s ease,border-color .18s ease;}
.kf-gal .thumb-gallery .slick-current img,.kf-gal .thumb-gallery .slick-current video{border-color:#0E9D57 !important;opacity:1;}
.kf-gal .thumb-gallery img:hover,.kf-gal .thumb-gallery video:hover{opacity:1;border-color:transparent !important;}
.kf-gal .thumb-gallery .slick-current img:hover,.kf-gal .thumb-gallery .slick-current video:hover{border-color:#0E9D57 !important;}
.kf-gal .thumb-gallery:not(.slick-initialized){display:flex;gap:12px;}
.kf-gal .thumb-gallery:not(.slick-initialized)>div{width:84px;flex:none;}
/* favorite heart */
.kf-fav{position:absolute;top:16px;left:16px;width:44px;height:44px;border:none;border-radius:50%;background:rgba(255,255,255,.5);box-shadow:0 2px 10px rgba(0,0,0,.10);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;padding:0;}
.kf-fav svg{display:block;}
.kf-fav.is-fav svg path{fill:#0E9D57;}

/* ===== INFO ===== */
.kf-pcard__info{width:100%;min-width:0;float:none;margin:0;padding:0;}
.kf-pcard__title{font-size:28px;line-height:1.2;font-weight:700;margin:0 0 12px;letter-spacing:-.01em;color:#1d1d20;font-family:inherit;}
.kf-pcard__meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:16px;}
/* рейтинг гибкий: при нехватке места переносится ХВОСТ меты, а не весь виджет со звёздами */
.kf-pcard__meta .kf-rating{flex:1 1 160px;min-width:0;}
.kf-badge{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;padding:6px 12px;border-radius:999px;white-space:nowrap;}
.kf-badge--in{background:#E8F6EE;color:#0A7A43;}
.kf-badge--out{background:#fdecec;color:#c0392b;}
.kf-badge .kf-dot{width:7px;height:7px;border-radius:50%;background:#16b364;}
.kf-badge--out .kf-dot{background:#e05a4e;}
.kf-rate-cta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#0E9D57;text-decoration:none;cursor:pointer;}
.kf-rate-cta .kf-rate-stars{display:inline-flex;align-items:center;gap:1px;}
.kf-rate-cta .kf-rate-arr{border-bottom:1px solid #9fdcb8;line-height:1;}
.kf-pcard__lead{font-size:16px;line-height:1.5;color:#3a3a3f;margin:0 0 18px;}
/* tags (semantic chips) — namespaced .kf-tag to avoid collision with KF_WS .kf-chip qty widget */
.kf-tags{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:24px;}
.kf-tag{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;padding:8px 16px;border-radius:999px;line-height:1.2;min-height:0;letter-spacing:.005em;}
.kf-tag--link{color:#565660;background:#fafaf8;border:1px solid #f1f0ec;text-decoration:none;transition:background .15s,border-color .15s,color .15s;}
.kf-tag--link:hover{background:#eef6f0;border-color:#d6ecdd;color:#0A7A43;}
.kf-tag--plain{color:#7a7a80;background:#fbfbf9;border:1px solid #f1f0ec;}

/* KF_WS per-piece («от N шт») widget inside the buy-box */
.kf-buybox .kf-qp-anchor{display:none !important;}
.kf-buybox .kf-qp{max-width:none;margin:2px 0 14px;}
.kf-buybox .kf-qp-head{margin-bottom:10px;}
.kf-buybox .kf-qp-title{font-size:15px;color:#1d1d20;}

/* ===== BUY BOX ===== */
.kf-buybox{border:1px solid #ececec;border-radius:16px;padding:20px;box-shadow:0 6px 22px rgba(20,30,25,.04);background:#fff;}
.kf-buybox__price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:16px;}
.kf-buybox .kf-price{font-size:32px;font-weight:700;color:#0E9D57;letter-spacing:-.02em;line-height:1.05;display:inline-flex;align-items:baseline;gap:6px;}
.kf-buybox .kf-price .kf-rub{font-size:20px;font-weight:700;}
/* число следует за цветом родителя (перебиваем легаси-красный на .value) */
.kf-buybox .kf-price > .value{color:inherit !important;}
.kf-buybox .kf-price.green-price{color:#0E9D57;}     /* стандартная цена — зелёная */
.kf-buybox .kf-price.red-price{color:#e0143d;}       /* со скидкой — красная */
.kf-buybox .kf-price .old-price{font-size:16px;font-weight:600;color:#b9b7b0 !important;text-decoration:line-through;margin-left:4px;}
.kf-buybox .kf-price .old-price .value{text-decoration:line-through;color:#b9b7b0 !important;}
.kf-sticky__price .summ-item .value{color:inherit !important;}
/* cashback: единственная «пилюля» на внутреннем span (логиктим кладёт <span>Кешбэк: +N руб.</span>), обёртки прозрачные — без двойной обводки */
.kf-cashback{display:inline-flex;align-items:center;background:none !important;border:0 !important;padding:0 !important;}
.kf-cashback .bonus{display:inline-flex;background:none !important;border:0 !important;padding:0 !important;margin:0 !important;font:inherit;}
.kf-cashback .bonus span{display:inline-flex;align-items:center;background:#E8F6EE !important;color:#0A7A43 !important;font-family:inherit !important;font-size:13px !important;font-weight:600 !important;padding:5px 11px !important;border-radius:999px !important;white-space:nowrap;border:0 !important;line-height:1.2 !important;}
.kf-cashback .bonus:empty{display:none;}
.kf-cashback:not(:has(.bonus span)){display:none;}
.kf-buybox__actions{display:flex;align-items:center;gap:10px;margin-bottom:16px;}
/* stepper */
.kf-stepper{display:flex;align-items:center;border:1px solid #e2e2e2;border-radius:12px;overflow:hidden;flex:none;background:#fff;height:50px;}
.kf-stepper.hidden{display:none;}
.kf-stepper .minus,.kf-stepper .plus{width:42px;height:50px;border:none;background:#fff;font-size:20px;color:#3a3a3f;cursor:pointer;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;}
.kf-stepper .number-input{display:flex;align-items:center;justify-content:center;}
.kf-stepper .number-input input.quantity{width:44px;height:48px;text-align:center;font-size:16px;font-weight:600;border:none;background:transparent;color:#1d1d20;padding:0;font-family:inherit;-moz-appearance:textfield;}
.kf-stepper .number-input input.quantity:focus{outline:none;}
/* order button */
.kf-cta{flex:1;}
.kf-cta .add-to-cart-wrapper{width:100%;}
.kf-cta .but.add-to-basket{display:flex;align-items:center;justify-content:center;width:100%;height:50px;border:none;border-radius:12px;background:#0E9D57;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:background .15s;text-decoration:none;font-family:inherit;box-shadow:none;letter-spacing:0;}
.kf-cta .but.add-to-basket:hover{background:#0A7A43;}
.kf-buybox.kf-oos .kf-cta .but.add-to-basket,.kf-cta .add-to-cart-wrapper.not_avaliable_button a.add-to-basket{background:#c9c9c9;cursor:not-allowed;pointer-events:none;}
/* rows */
.kf-buybox__row{display:flex;align-items:center;gap:11px;font-size:14px;color:#3a3a3f;margin-bottom:12px;}
.kf-buybox__row[hidden]{display:none;}
.kf-deadline b{color:#0A7A43;}
.kf-buybox__row:last-child{margin-bottom:0;}
.kf-buybox__row svg{flex:none;}
.kf-buybox__ico{flex:none;display:block;width:22px;height:22px;object-fit:contain;}
.kf-buybox__row b{font-weight:600;}
.kf-guarantee{color:#0A7A43;font-weight:600;}

/* ===== ACCORDION ===== */
.kf-acc{margin-top:34px;width:100%;}
.kf-acc__item{border-top:1px solid #ececec;}
.kf-acc__item:last-child{border-bottom:1px solid #ececec;}
.kf-acc__sum{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 0;font-size:17px;font-weight:600;color:#1d1d20;cursor:pointer;list-style:none;outline:none;}
.kf-acc__sum::-webkit-details-marker{display:none;}
.kf-acc__sum:focus-visible{outline:2px solid #0E9D57;outline-offset:3px;border-radius:6px;}
.kf-acc__label{display:inline-flex;align-items:center;gap:10px;}
.kf-acc__tag{font-size:11px;font-weight:600;letter-spacing:.03em;color:#9a978f;background:#f4f3f1;border:1px solid #e6e5e1;padding:3px 8px;border-radius:999px;text-transform:none;}
.kf-acc__sum .chev{transition:transform .22s ease;flex:none;}
.kf-acc__item[open] > .kf-acc__sum .chev{transform:rotate(180deg);}
.kf-acc__body{padding:0 0 22px;font-size:15px;line-height:1.6;color:#444;}
/* neutralize legacy tab item styles when reused inside accordion */
.kf-acc .tabs-content__item{display:block !important;padding:0 !important;border:0 !important;margin:0 !important;}
.kf-acc .tabs-content__item:not(:first-child){display:block !important;}
/* Состав */
.kf-sostav ul{padding-left:18px;margin:0 0 16px;font-size:15px;line-height:1.85;color:#444;}
.kf-sostav li{margin:0;}
.kf-acc .product_prop-block{margin:0;}
.kf-acc .product_prop-block p{display:flex;gap:14px;font-size:15px;line-height:1.55;margin:0 0 10px;}
.kf-acc .product_prop-block .prop-name{flex:none;width:130px;color:#9a978f;}
.kf-acc .product_prop-block .prop-value{color:#3a3a3f;}
/* Описание read-more */
.kf-desc{position:relative;overflow:hidden;max-height:none;transition:max-height .3s ease;}
.kf-desc.is-clamped{max-height:170px;}
.kf-desc__text{font-size:15px;line-height:1.62;color:#444;}
.kf-desc__text p{margin:0 0 12px;}
.kf-desc__fade{display:none;position:absolute;left:0;right:0;bottom:0;height:54px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff);pointer-events:none;}
.kf-desc.is-clamped .kf-desc__fade{display:block;}
.kf-desc__more{margin-top:8px;background:none;border:none;padding:0;color:#0E9D57;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:7px;}
.kf-desc__morerot{display:flex;transition:transform .2s;}
.kf-desc__more.is-open .kf-desc__morerot{transform:rotate(180deg);}
/* keep the big freshness block tidy inside the accordion */
/* payment / delivery legacy columns */
/* Оплата: 2 ровные колонки, иконки крупнее и чётче, всё выровнено по вертикали */
.kf-acc .tabs-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px;padding:0;margin:0 0 6px;list-style:none;}
.kf-acc .tabs-columns li{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:12px;font-size:14px;line-height:1.35;color:#3a3a3f;list-style:none;}
.kf-acc .tabs-columns img{width:34px;height:34px;flex:none;object-fit:contain;display:block;}
.kf-acc .item-delivery .tabs-columns{grid-template-columns:1fr;margin-bottom:10px;}
.kf-acc .item-delivery ul:not(.tabs-columns){padding-left:18px;margin:0;line-height:1.7;}
/* «Детали» (label:value) в блоке Состав */
.kf-details{display:flex;flex-direction:column;gap:12px;margin-top:4px;}
.kf-detail-row{display:flex;gap:14px;font-size:15px;line-height:1.55;}
.kf-detail-label{flex:none;width:130px;color:#9a978f;}
.kf-detail-val{color:#3a3a3f;}
/* Оплата: чёткие логотипы в аккуратных бейджах (Visa/Mastercard/Мир/PayPal/СБП) + список методов */
.kf-pay__grid{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px;}
.kf-pay__badge{display:inline-flex;align-items:center;justify-content:center;height:44px;min-width:66px;padding:0 14px;background:#fff;border:1px solid #ececec;border-radius:12px;box-shadow:0 1px 3px rgba(20,30,25,.05);}
.kf-pay__badge img{height:24px;width:auto;max-width:54px;object-fit:contain;display:block;}
.kf-pay__badge--sbp img{height:22px;max-width:78px;}
.kf-pay__badge > svg{height:26px;width:auto;display:block;}
.kf-pay__list{padding-left:18px;margin:0;font-size:15px;line-height:1.9;color:#444;}
.kf-pay__list li{margin:0;}

/* ===== STICKY BUY BAR (mobile) ===== */
.kf-sticky{display:flex;position:sticky;bottom:0;left:0;right:0;margin:28px 0 0;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #ececec;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));align-items:center;gap:12px;z-index:50;transform:translateZ(0);}
.kf-sticky--fix{position:fixed !important;margin:0 !important;z-index:60;}
.kf-sticky__price{flex:none;display:flex;flex-direction:column;align-items:flex-start;gap:3px;line-height:1;}
.kf-sticky__price .summ-item{font-size:26px;font-weight:700;color:#0E9D57;display:inline-flex;align-items:baseline;gap:4px;}
.kf-sticky__price .summ-item .kf-rub{font-size:15px;font-weight:700;}
.kf-sticky__cb{font-size:11px;color:#0A7A43;font-weight:600;line-height:1;}
.kf-sticky__cb:empty{display:none;}
.kf-sticky__cb span{display:inline-flex;align-items:center;background:#E8F6EE !important;color:#0A7A43 !important;font-family:inherit !important;font-size:11px !important;font-weight:600 !important;padding:3px 8px !important;border-radius:999px !important;white-space:nowrap;border:0 !important;line-height:1.2 !important;}
.kf-sticky .kf-stepper{height:48px;border-radius:12px;}
.kf-sticky .kf-stepper .minus,.kf-sticky .kf-stepper .plus{width:36px;height:48px;font-size:18px;}
.kf-sticky .kf-stepper .number-input input.quantity{width:30px;height:46px;font-size:16px;}
.kf-sticky__cta{flex:1;}
.kf-sticky__cta .but.add-to-basket{display:flex;align-items:center;justify-content:center;width:100%;height:48px;border:none;border-radius:12px;background:#0E9D57;color:#fff;font-size:16px;font-weight:600;text-decoration:none;font-family:inherit;}
.kf-sticky__cta .but.add-to-basket:hover{background:#0A7A43;}

/* ===== interactive star rating widget ===== */
.kf-rating{position:relative;display:inline-flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:13px;color:#6c6c72;line-height:1;}
.kf-rating__stars{position:relative;display:inline-flex;line-height:0;cursor:pointer;flex:none;}
.kf-rating__bg,.kf-rating__fill{display:flex;gap:2px;}
.kf-rating__bg svg,.kf-rating__fill svg{width:17px;height:17px;display:block;flex:none;}
.kf-rating__bg svg{fill:#e2e0d8;}
.kf-rating__fill{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;width:0;pointer-events:none;transition:width .08s ease;}
.kf-rating__fill svg{fill:#F5A623;}
.kf-rating__hit{position:absolute;inset:0;display:flex;gap:2px;}
.kf-rating__hit button{flex:1 1 0;min-width:0;background:none;border:0;padding:0;margin:0;cursor:pointer;}
.kf-rating__meta{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;}
.kf-rating__val{color:#1d1d20;font-weight:700;font-size:14px;}
.kf-rating__count{color:#9a9a9f;}
.kf-rating__ver{display:inline-flex;align-items:center;gap:4px;color:#0A7A43;font-weight:600;font-size:12px;white-space:nowrap;}
.kf-rating__cta{color:#0E9D57;font-weight:600;}
.kf-rating__orders{color:#9a9a9f;}
/* «Спасибо» — плавающий чип: не участвует в раскладке, строка не прыгает */
.kf-rating__thanks{position:absolute;top:calc(100% + 8px);left:0;background:#0A7A43;color:#fff;font-weight:600;font-size:12px;padding:6px 11px;border-radius:9px;white-space:nowrap;box-shadow:0 6px 18px rgba(10,122,67,.28);z-index:6;pointer-events:none;animation:kfThanksIn .18s ease;}
.kf-rating__thanks::before{content:"";position:absolute;top:-4px;left:18px;width:8px;height:8px;background:#0A7A43;transform:rotate(45deg);}
.kf-rating__thanks[hidden]{display:none;}
@keyframes kfThanksIn{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}

/* favorite: kill legacy heart bg-image; подложка всегда 50%, состояние показывает только сердце (заливка) */
.kf-gal .kf-fav{background-image:none !important;background-color:rgba(255,255,255,.5) !important;opacity:1 !important;width:44px !important;height:44px !important;border-radius:50% !important;}
.kf-gal .kf-fav svg,.kf-gal .kf-fav svg *{pointer-events:none;}
.kf-gal .kf-fav.active svg path,.kf-gal .kf-fav.is-fav svg path{fill:#0E9D57;}

/* stepper: neutralize legacy .change-count/.minus/.plus (absolute pos, transparent text, svg icons, fixed widths) */
.kf-buybox .kf-stepper,.kf-sticky .kf-stepper{position:static !important;overflow:visible !important;}
.kf-buybox .kf-stepper .minus,.kf-buybox .kf-stepper .plus,
.kf-sticky .kf-stepper .minus,.kf-sticky .kf-stepper .plus{
  position:static !important;float:none !important;bottom:auto !important;top:auto !important;
  background:transparent !important;background-image:none !important;color:#3a3a3f !important;
  text-indent:0 !important;overflow:visible !important;border:0 !important;padding:0 !important;
  font-weight:400 !important;cursor:pointer;display:flex !important;align-items:center;justify-content:center;flex:none;}
.kf-buybox .kf-stepper .minus,.kf-buybox .kf-stepper .plus{width:42px !important;height:50px !important;font-size:20px !important;line-height:1 !important;}
.kf-sticky .kf-stepper .minus,.kf-sticky .kf-stepper .plus{width:34px !important;height:40px !important;font-size:18px !important;line-height:1 !important;}
.kf-buybox .kf-stepper .number-input,.kf-sticky .kf-stepper .number-input{width:auto !important;min-width:0 !important;flex-grow:0 !important;flex-shrink:0 !important;border:0 !important;border-radius:0 !important;height:auto !important;background:transparent !important;display:flex !important;align-items:center;}
.kf-buybox .kf-stepper .number-input input.quantity,.kf-sticky .kf-stepper .number-input input.quantity{border:0 !important;border-radius:0 !important;background:transparent !important;color:#1d1d20 !important;}

/* ===== LEGACY OVERRIDES — neutralize inherited margins/sizes on reused JS-hook classes ===== */
.kf-buybox .summ-item,
.kf-buybox .price,
.kf-buybox .change-count,
.kf-buybox .number-input,
.kf-buybox .add-to-cart-block,
.kf-buybox .add-to-cart-wrapper,
.kf-buybox .bonus,
.kf-buybox .mob_mob_sum_bonus,
.kf-sticky .summ-item,
.kf-sticky .change-count,
.kf-sticky .number-input,
.kf-sticky .add-to-cart-wrapper{margin:0 !important;padding:0 !important;float:none !important;box-shadow:none !important;min-width:0 !important;}
.kf-buybox .kf-price.summ-item{margin:0 !important;}
.kf-buybox .change-count.kf-stepper{margin:0 !important;width:auto !important;}
.kf-buybox .kf-stepper .number-input{margin:0 !important;width:auto !important;}
.kf-buybox .add-to-cart-block.kf-cta{margin:0 !important;flex:1 1 auto !important;min-width:0 !important;}
.kf-buybox .add-to-cart-wrapper{margin:0 !important;width:100% !important;display:block !important;}
.kf-buybox .kf-cta .but.add-to-basket{display:flex !important;width:100% !important;max-width:none !important;height:50px !important;margin:0 !important;padding:0 !important;box-sizing:border-box !important;line-height:1 !important;border-radius:12px !important;}
.kf-sticky .kf-stepper .number-input{margin:0 !important;width:auto !important;}
.kf-sticky .kf-stepper .number-input input.quantity{margin:0 !important;}
.kf-sticky__cta .but.add-to-basket{display:flex !important;width:100% !important;max-width:none !important;margin:0 !important;padding:0 !important;box-sizing:border-box !important;}

/* favorite + thumbnails polish (beat legacy .catalog__item-favorite) */
.kf-gal .kf-fav{left:16px !important;top:16px !important;}
.kf-gal .b-gallery{margin:0 !important;}
.kf-gal .thumb-gallery{margin:14px 0 0 !important;}

/* legacy stray blocks that must not show inside the new card */
.kf-pcard .catalog__item-favorite:empty{display:none;}
/* одиночное медиа: ленту превью не показываем (JS вешает класс) */
.kf-gal .catalog-item-gallery .thumb-gallery.kf-thumbs-single{display:none !important;}

/* ===== FRESHNESS GUIDE (редизайн 07.2026, макет Claude Design) ===== */
.kf-fresh{padding-top:4px;}
.kf-fresh__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.kf-fresh__title{font-size:clamp(20px,2.6cqw,26px);font-weight:800;letter-spacing:-.02em;color:#0A7A43;line-height:1.2;}
.kf-fresh__sub{margin-top:10px;font-size:15px;color:#5b6560;max-width:560px;line-height:1.55;}
.kf-fresh__pill{background:#E8F6EE;color:#0A7A43;font-size:13px;font-weight:700;border-radius:999px;padding:9px 16px;white-space:nowrap;flex:none;}
.kf-fresh__cols{margin-top:clamp(26px,3.5cqw,40px);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:clamp(28px,4cqw,48px);}
.kf-fresh__tag{display:inline-flex;align-items:center;background:#E8F6EE;color:#0A7A43;font-size:13px;font-weight:700;border-radius:999px;padding:8px 15px;}
.kf-fresh__tag--solid{background:#0E9D57;color:#fff;}
.kf-fresh__steps{margin-top:22px;display:flex;flex-direction:column;}
.kf-fresh__step{display:flex;gap:18px;}
.kf-fresh__rail{display:flex;flex-direction:column;align-items:center;flex:none;}
.kf-fresh__num{width:36px;height:36px;border-radius:50%;background:#E8F6EE;color:#0A7A43;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;flex:none;}
.kf-fresh__num--solid{background:#0E9D57;color:#fff;}
.kf-fresh__line{width:2px;flex:1 1 auto;background:#dcebe0;margin:6px 0;border:0;}
.kf-fresh__sbody{padding-bottom:26px;min-width:0;}
.kf-fresh__step--last .kf-fresh__sbody{padding-bottom:0;}
.kf-fresh__sbody b{display:block;font-size:16px;font-weight:700;color:#1d1d20;padding-top:7px;}
.kf-fresh__sbody p{margin:6px 0 0;font-size:14.5px;line-height:1.6;color:#5b6560;text-wrap:pretty;}
.kf-fresh__notes{margin-top:36px;border-top:1px solid #ececec;padding-top:28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:26px;}
.kf-fresh__note{display:flex;gap:14px;}
.kf-fresh__bar{width:4px;border-radius:2px;background:#7FB08C;flex:none;display:block;}
.kf-fresh__bar--gold{background:#D9C08A;}
.kf-fresh__note b{display:block;font-size:15px;font-weight:700;}
.kf-fresh__ngreen{color:#0A7A43;}
.kf-fresh__ngold{color:#7A5C2E;}
.kf-fresh__note p{margin:6px 0 0;font-size:14.5px;line-height:1.6;color:#5b6560;text-wrap:pretty;}

/* ===== FREE-DELIVERY CHIP ===== */
.kf-ship{margin:2px 0 16px;}
.kf-ship[hidden]{display:none;}
.kf-ship__row{display:flex;align-items:center;gap:7px;font-size:13.5px;color:#5b6560;line-height:1.35;}
.kf-ship__row b{font-weight:700;color:#1d1d20;}
.kf-ship__ico{width:15px;height:15px;flex:none;color:#0E9D57;display:none;}
.kf-ship.is-free .kf-ship__ico{display:block;}
.kf-ship.is-free .kf-ship__row{color:#0A7A43;}
.kf-ship.is-free .kf-ship__row b{color:#0A7A43;}
.kf-ship__bar{margin-top:7px;height:4px;border-radius:999px;background:#eef1ee;overflow:hidden;}
.kf-ship__fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#7FCB9C,#0E9D57);transition:width .25s ease;}
.kf-ship.is-free .kf-ship__bar{display:none;}
/* в стики-баре — компактная верхняя строка на всю ширину */
.kf-sticky{flex-wrap:wrap;}
.kf-sticky__ship{width:100%;margin:0 0 8px;}
.kf-sticky__ship .kf-ship__row{font-size:12px;}
.kf-sticky__ship .kf-ship__bar{margin-top:5px;height:3px;}

/* ===== HELP: «Сомневаетесь? Поможем выбрать» ===== */
.kf-help{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:16px;padding-top:14px;border-top:1px solid #f0f0ee;}
.kf-help__q{font-size:13.5px;color:#5b6560;}
.kf-help__btns{display:inline-flex;gap:8px;}
.kf-help__btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#1d1d20;text-decoration:none;border:1px solid #e6e6e2;border-radius:999px;padding:7px 13px;background:#fff;transition:border-color .15s ease;}
.kf-help__btn:hover{border-color:#bfd9c9;color:#1d1d20;}
.kf-help__btn svg{width:16px;height:16px;flex:none;}
/* KF-PCARD-END */

/* End */


/* Start:/bitrix/templates/flora/components/logictim/bonus.catalog/.default/style.css?1742972101171*/
.bonus {
	display: flex;
    align-items: center;
}
.bonus span {
	background: #00995014;
    border-radius: 50px;
    padding: 3px 13px;
    margin-left: 10px;
}
/* End */


/* Start:/bitrix/templates/flora/components/bitrix/system.pagenavigation/ajax_main_page/style.css?1696803830120*/
.navN a.pagen-link-all {
    width: 219px;
    color: #82a546;
}
.navN a.pagen-link-all:hover {
    color: #fff;
}
/* End */


/* Start:/bitrix/templates/flora/components/bitrix/catalog.section/add_in_order/style.css?1748856344436*/
.additional-products-item { display: inline-block; vertical-align: top; }
.additional-products h3 { font-family:"Blogger Sans Medium", Arial, Sans-Serif; font-size: 18px; border-bottom: 1px solid #f8f8f8; margin-bottom: 20px;}

.product-tag {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 2px 8px;
    z-index: 1;
    border-radius: 4px;
}
/* End */


/* Start:/bitrix/templates/flora/components/bitrix/catalog.section/similar_prod/style.css?1748856344423*/
.additional-products-item { display: inline-block; vertical-align: top; }
.additional-products h3 { font-family:"Blogger Sans Medium", Arial, Sans-Serif; font-size: 18px; border-bottom: 1px solid #f8f8f8; margin-bottom: 20px;}

.product-tag {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 2px 8px;
    z-index: 1;
    border-radius: 4px;
}
/* End */


/* Start:/bitrix/templates/flora/components/bitrix/catalog.section/additional/style.css?1696803830231*/
.additional-products-item { display: inline-block; vertical-align: top; }
.additional-products h3 { font-family:"Blogger Sans Medium", Arial, Sans-Serif; font-size: 18px; border-bottom: 1px solid #f8f8f8; margin-bottom: 20px;}


/* End */
/* /bitrix/templates/flora/components/bitrix/catalog/flora/style.css?17588913283310 */
/* /bitrix/templates/flora/components/bitrix/catalog/flora/bitrix/catalog.element/flora/style.css?178310599154523 */
/* /bitrix/templates/flora/components/logictim/bonus.catalog/.default/style.css?1742972101171 */
/* /bitrix/templates/flora/components/bitrix/system.pagenavigation/ajax_main_page/style.css?1696803830120 */
/* /bitrix/templates/flora/components/bitrix/catalog.section/add_in_order/style.css?1748856344436 */
/* /bitrix/templates/flora/components/bitrix/catalog.section/similar_prod/style.css?1748856344423 */
/* /bitrix/templates/flora/components/bitrix/catalog.section/additional/style.css?1696803830231 */
