

/* Start:/local/templates/kr1/css/catalog-detail-redesign.css?178435179153042*/
.catalog-detail.kr-pd-page {
    margin: 0 auto;
    padding: 0 0 60px;
    color: #1d2835;
}

.kr-pd-page .warning {
    margin: 16px 0;
    padding: 12px 16px;
    border-radius: 10px;
    background: #fff4e6;
    color: #b3541e;
    font-size: 14px;
}

/* «В избранное» */
.kr-pd__aside .kr-pd__fav { align-self: flex-end; margin-bottom: 4px; }

/* сетка */
.kr-pd-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 312px;
    column-gap: 24px;
    align-items: start;
}
.kr-pd-shell > * { grid-column: 1; min-width: 0; }
.kr-pd-top {
    display: grid;
    grid-template-columns: minmax(0, 536px) minmax(0, 1fr);
    column-gap: 24px;
    align-items: start;
    margin-bottom: 47px;
}

.kr-pd__gallery {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.kr-pd__thumbs-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-height: 520px;
}

.kr-pd__thumb-nav {
    flex: 0 0 auto;
    width: 40px;
    height: 28px;
    border: 0;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kr-pd__thumb-nav[hidden] { display: none; }
.kr-pd__thumb-nav.is-disabled { opacity: .3; pointer-events: none; }
.kr-pd__thumb-nav svg path { transition: stroke .2s ease; }
.kr-pd__thumb-nav:hover svg path { stroke: #ff6600; }

.kr-gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    scrollbar-width: none;
}
.kr-gallery-thumbs::-webkit-scrollbar { display: none; }

.kr-gallery-thumb {
    overflow: hidden;
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color .2s ease;
}
.kr-gallery-thumb img {
    object-fit: cover !important;
}
.kr-gallery-thumb.active,
.kr-gallery-thumb:hover { border-color: #ff6600; border: 2px solid var(--orange-500);}
.kr-gallery-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }

.kr-pd__main {
    position: relative;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 14px;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 24px;
    max-width: 456px; min-width: 456px; min-height: 456px; max-height: 456px;
}
.kr-pd__main-img { width: 100%; height: 100%; object-fit: cover; display: block; }

.kr-pd__video-btn {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 8px;
    border-radius: 10px;
    background: #fff;
    color: var(--orange-500);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    transition: background .2s ease;
}
.kr-pd__video-btn:hover { background: var(--grey-100); }
.kr-pd__video-btn svg { display: block; }

/* Инфо */
.kr-pd__info { min-width: 0; }

.kr-pd__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.kr-pd__badges { display: flex; gap: 8px; flex-wrap: wrap; min-height: 24px; }
.kr-pd__badge {
    display: inline-flex;
    align-items: center;
    padding: 5.5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
.kr-pd__badge--new { background: #d8ffe2; color: #34c759; }
.kr-pd__badge--hit { background: #fff0e6; color: #ff6600; }

.kr-pd__fav {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: none;
    cursor: pointer;
    font-weight: 500;
    color: var(--dark-blue-800);
    font-size: 14px;
    white-space: nowrap;
}
.kr-pd__fav svg path { transition: fill .2s ease, stroke .2s ease; }
.kr-pd__fav:hover svg path,
.kr-pd__fav.is-fav svg path { fill: #e92e2e; fill-opacity: 1; stroke: var(--red-500); }

/* Хлебные крошки */
.kr-pd-crumbs { position: relative; }
.kr-pd-crumbs__fav,
.kr-pd-crumbs__back { display: none; }

.kr-pd-crumbs__back {
    align-items: center;
    gap: 8px;
    padding: 0 0 0 20px;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-blue-800);
    white-space: nowrap;
}
.kr-pd-crumbs__back svg { display: block; }

.kr-pd-crumbs__fav {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #fff;
    z-index: 2;
}

@media (max-width: 1200px) {
    .kr-pd__aside .kr-pd__fav { display: none; }
    .kr-pd-crumbs {
        padding-right: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    .kr-pd-crumbs__fav { display: inline-flex; position: unset; transform: unset;}
    .chail-links.kr-pd-crumbs > ul { padding-right: 200px; max-width: 76.5%; margin: 0 !important; margin-right: auto !important;}
}

@media (max-width: 767px) {
    .chail-links.kr-pd-crumbs > ul { display: none; }
    .kr-pd-crumbs__back { display: inline-flex; }
}

.kr-pd-page .kr-pd__title {
    margin: 4px 0 8px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--dark-blue-800);
}

.kr-pd__code { margin-bottom: 8px; font-size: 14px; color: var(--grey-500); font-weight: 400; }

.kr-pd__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #1d2835;
    cursor: pointer;
    width: fit-content;
}
.kr-pd__rating svg { display: block; }
.kr-pd__rating b { font-weight: 400; }
.kr-pd__rating span { color: var(--grey-500); font-weight: 600;}

/* опции: фасовка / цвет */
.kr-pd__opt { margin-bottom: 20px; }
.kr-pd__opt-label { margin-bottom: 8px; font-size: 14px; color: var(--grey-500); }
.kr-pd__opt-label b { color: var(--dark-blue-800); font-weight: 400; font-size: inherit;}

.kr-pd__packs { display: flex; flex-wrap: wrap; gap: 8px; }
.kr-packaging-item {
    min-width: 80px;
    height: 32px;
    padding: 0 7.5px;
    border: 2px solid var(--grey-300);
    border-radius: 6px;
    background: #fff;
    color: var(--dark-blue-800);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease;
}
.kr-packaging-item.active { border: 2px solid var(--orange-500); }
.kr-packaging-item:hover { border: 2px solid var(--orange-500); }
.kr-packaging-item.disabled { opacity: .4; pointer-events: none; }

.kr-pd__colors { display: flex; flex-wrap: wrap; gap: 10px; }
.kr-color-item {
    position: relative;
    width: 48px;
    padding: 2px;
    height: 48px;
    background-color: #F1F1F1;
    border: 1px solid transparent;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: box-shadow .2s ease, border-color .2s ease;
}
.kr-color-list {
    margin-top: 16px;
}

/* подсказка с названием цвета */
.kr-pd__colors .kr-color-item::before,
.kr-pd__colors .kr-color-item::after {
    position: absolute;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease, transform .15s ease;
    z-index: 6;
}
.kr-pd__colors .kr-color-item::before {
    content: attr(data-tip);
    bottom: calc(100% + 14px);
    transform: translateX(-50%) translateY(4px);
    white-space: nowrap;
    background: #fff;
    color: #1d2835;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 4.5px 8px;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
}
.kr-pd__colors .kr-color-item::after {
    content: "";
    bottom: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    transform: translateX(-50%) translateY(4px);
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, .08));
}
.kr-pd__colors .kr-color-item[data-tip]:hover::before,
.kr-pd__colors .kr-color-item[data-tip]:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.kr-pd__colors .kr-color-item:not([data-tip])::before,
.kr-pd__colors .kr-color-item[data-tip=""]::before { content: none; }
.kr-pd__feature span {font-size: inherit; font-weight: inherit;}
@media (max-width: 1200px) {
    .kr-pd__rec {margin-top: 95px !important;}
    .kr-pd-top {margin-bottom: 20px;}
    .kr-pd__colors {gap: 8px;}
    .kr-packaging-item {
        border-radius: 6px;
    }
    
    .kr-pd__features {
        margin-top: 20px;
    }
    .kr-pd__colors .kr-color-item::before,
    .kr-pd__colors .kr-color-item::after { display: none !important; }
    .kr-pd__info {
    margin-top: 32px;
}
.kr-pd__rating {
    margin-bottom: 8px;
}
}
.kr-color-item.active { border: 2px solid var(--orange-500); padding: 2px;}
.kr-color-item:hover { border: 1px solid var(--orange-400); }
.kr-color-item.disabled { opacity: .4; pointer-events: none; }

.kr-color-natural {
    background:
        linear-gradient(45deg, #eee 25%, transparent 25%),
        linear-gradient(-45deg, #eee 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #eee 75%),
        linear-gradient(-45deg, transparent 75%, #eee 75%);
    background-size: 12px 12px;
    background-position: 0 0, 0 6px, 6px -6px, -6px 0;
}

/* документы */
.kr-pd__docs { margin-top: 20px; }
.kr-pd__docs-label { margin-bottom: 16px; font-size: 14px; color: var(--grey-500); font-weight: 400;}
.kr-pd__doc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.kr-pd__doc:hover {
    text-decoration: none;
}
.kr-pd__doc-ico {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: var(--grey-100);
    display: flex;
    align-items: center;
    justify-content: center;
}
.kr-pd__doc-txt { display: flex; flex-direction: column; gap: 2px; }
.kr-pd__doc-txt b { font-size: 14px; font-weight: 600; color: var(--dark-blue-800); }
.kr-pd__doc-txt span { font-size: 12px; color: var(--grey-400); }
.kr-pd__doc:hover b { color: #ff6600; text-decoration: none;}

/* Правый рельс */
.kr-pd__aside {
    grid-column: 2;
    grid-row: 1 / 999;
    align-self: start;
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.kr-pd__buy { display: flex; flex-direction: column; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
background: #fff; padding: 16px; border-radius: 10px;}
.kr-pd__price-label { font-size: 12px; color: var(--grey-500); margin-bottom: 8px; }

.kr-pd__prices {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.kr-pd__price { font-size: 24px; font-weight: 700; color: var(--orange-500); line-height: 1; }
.kr-pd__price-old { font-size: 14px; color: var(--grey-400); text-decoration: line-through; font-weight: 400;}
.kr-pd__disc {
    padding: 3.5px 8px;
    border-radius: 6px;
    background: var(--orange-500);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.kr-pd__volume { margin-bottom: 20px; }
.kr-pd__volume-title { font-size: 12px; color: var(--grey-500); margin-bottom: 4px; }
.kr-pd__volume-row { font-size: 14px; color: var(--dark-blue-800); line-height: 1.5; margin-top: 4px;}

.kr-pd__buy-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.kr-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--grey-300);
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
}
.kr-qty__btn {
    width: 44px;
    height: 48px;
    border: 0;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kr-qty__btn svg { display: block; width: 15px; height: auto; }
.kr-qty__btn:hover svg path { stroke: #ff6600; }
.kr-qty__input {
    width: 46px;
    height: 48px;
    border: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #1d2835;
    padding: 0;
}

.kr-pd__stock {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6c737a;
    line-height: 1.3;
    max-width: 103px;
}
.kr-pd__stock .kr-pd__dot,
.kr-pd__dot { width: 6px; height: 6px; border-radius: 50%; background: #34C759; flex: 0 0 auto; }
.kr-pd__stock.is-out { color: #8e9297; }

.kr-pd__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 10px;
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease;
}
.kr-pd__submit:hover { background: #f2610a; }
.kr-pd__submit:active { background: #df5900; }
.kr-pd__submit:focus-visible { outline: none; box-shadow: 0 0 0 2px #1d2835; }
.kr-pd__submit.is-loading { opacity: .7; pointer-events: none; }
.kr-pd__submit.is-disabled,
.kr-pd__submit:disabled { background: #ffbe94; cursor: not-allowed; }
.kr-pd__submit svg { display: block; }
.kr-pd__submit .kr-pd__submit-arr { display: none; transition: transform .2s ease; }
.kr-pd__submit:hover .kr-pd__submit-arr { transform: translateX(3px); }
.kr-pd__submit.is-ready .kr-pd__submit-cart { display: none; }
.kr-pd__submit.is-ready .kr-pd__submit-arr { display: block; }

.kr-pd__wait {
    padding: 14px 0;
    font-size: 18px;
    font-weight: 600;
    color: #8e9297;
}

.kr-pd__bonus {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
    border-top: 1px solid var(--grey-200);
}
.kr-pd__bonus > span { font-size: 14px; color: var(--dark-blue-800); line-height: 1.35; font-weight: 400;}
.kr-pd__bonus > span i { font-style: normal; color: var(--grey-400); font-size: 12px;}
.kr-pd__bonus b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 8px;
    background: var(--orange-200);
    color: #1d2835;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.kr-pd__bonus b svg { display: block; }

@media (max-width: 767px) {
    .kr-pd__info .kr-pd__bonus {
        margin: 20px 0 20px;
        padding: 0 0 20px;
        border-top: 0;
        border-bottom: 1px solid #ededed;
    }
}

.kr-pd__delivery {
    border: 1px solid var(--grey-200);
    border-radius: 10px;
    padding: 4px 16px 16px 16px;
}
.kr-pd__delivery-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0;
    text-decoration: none;
    color: #1d2835;
}
.kr-pd__delivery-ico { flex: 0 0 auto; width: 20px; display: flex; justify-content: center; }
.kr-pd__delivery-ico svg { display: block; }
.kr-pd__delivery-txt { font-size: 12px; color: var(--grey-400); line-height: 1.35; }
.kr-pd__delivery-txt b { display: block; font-size: 12px; font-weight: 600; color: var(--dark-blue-800); }
.kr-pd__delivery-txt--single { font-size: 12px; color: var(--grey-500); font-weight: 600; }
.kr-pd__delivery-row--link { cursor: pointer; }
.kr-pd__delivery-row--link:hover {
    text-decoration: none;
}
.kr-pd__delivery-arr { margin-left: auto; }
.kr-pd__delivery-arr svg { display: block; }
.kr-pd__delivery-row--link:hover .kr-pd__delivery-txt--single { color: #ff6600; }
.kr-pd__delivery-row--link:hover svg path {stroke: var(--orange-500);}
div.kr-pd__aside > div.kr-pd__delivery > a:nth-child(3) {
    border-top: 1px solid var(--grey-200);
}

.kr-pd__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 16px 24px;
    background: var(--grey-100);
    border-radius: 10px;
}
.kr-pd__feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1d2835;
    font-weight: 400;
}
.kr-pd__feature-ico { flex: 0 0 auto; display: flex; }
.kr-pd__feature-ico svg { display: block; }

.kr-pd__bar { display: none; }

.kr-pd__rec { margin-top: 120px; }
.kr-pd__rec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 21px;
}
.kr-pd__rec-title { margin: 0; font-size: 28px; font-weight: 700; color: #1d2835; }
.kr-pd__rec-nav { display: flex; gap: 10px; }
.kr-pd__rec-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 0;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kr-pd__rec-btn svg path { transition: stroke .2s ease; }
.kr-pd__rec-btn:hover svg path { stroke: #ff6600; }
.kr-pd__rec-btn.swiper-button-disabled { opacity: .3; pointer-events: none; }
.kr-pd__rec-slider { overflow: hidden; }
.kr-pd__rec-slider .swiper-slide { height: auto; }

/* карточки «С этим товаром покупают» (базовые .cart-rec-card — в cart-popup.css) */
.kr-pd__rec-slider .cart-rec-card__badge { font-size: 14px; font-weight: 600; border-radius: 6px; padding: 4px 6px; }
.kr-pd__rec-slider .cart-rec-card__price { font-size: 20px; }
.kr-pd__rec-slider .cart-rec-card__old { font-size: 14px; }
.kr-pd__rec-slider .cart-rec-card__name { font-size: 16px; font-weight: 600; }
.kr-pd__rec-slider .cart-rec-card__rating b,
.kr-pd__rec-slider .cart-rec-card__rating span { font-size: 14px; }
.kr-pd__rec-slider .cart-rec-card__rating svg { min-width: 14px; max-width: 14px; min-height: 14px; max-height: 14px; }


.kr-pd__desc { margin-top: var(--margin-top-section); }
.kr-pd-page .kr-pd__desc-title { margin: 0 0 16px; font-size: 24px; font-weight: 700; color: var(--dark-blue-800) }
.kr-pd__desc-body { font-size: 14px; line-height: 1.6; color: var(--dark-blue-800); font-weight: 400;}
.kr-pd__desc-body p { margin: 0 0 8px; }
.kr-pd__desc-body ul { margin: 12px 0; padding-left: 20px; }
.kr-pd__desc-body li { margin: 4px 0; }

.kr-adv {margin-top: var(--margin-top-section); }
.kr-pd-page .kr-adv__title { margin: 0 0 8px; font-size: 28px; font-weight: 700; color: #1d2835; }
.kr-adv__title span { color: #ff6600; }

.kr-adv__subtitle { margin: 8px 0; font-size: 14px; color: var(--dark-blue-800); font-weight: 400;}
.kr-adv__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px 20px; margin-top: 32px;}
.kr-adv__item { grid-column: span 4; background: var(--grey-100); border-radius: 10px; padding: 8px 8px 24px;}
.kr-adv__item:nth-child(n+4) { grid-column: span 3; }
.kr-adv__img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover !important;
    border-radius: 10px;
    margin-bottom: 16px !important;
    background: #f2f4f6;
    display: block;
}
.kr-adv__item-title { margin-bottom: 4px; font-size: 16px; font-weight: 600; color: var(--dark-blue-800); }
.kr-adv__item-text { font-size: 14px; line-height: 1.45; color: var(--grey-500); font-weight: 400;}

.kr-adv__item-title, .kr-adv__item-text {margin-left: 8px;}



@media (max-width: 1200px) {
    .kr-adv__item,
    .kr-adv__item:nth-child(n+4) { grid-column: span 4; }
}

/* планшет/мобилка */
@media (max-width: 1200px) {
    .kr-pd-page .kr-pd__desc-title,
    .kr-pd-page .kr-adv__title { font-size: 22px; }
}

@media (max-width: 767px) {
    .kr-adv__item,
    .kr-adv__item:nth-child(n+4) { grid-column: span 6; }
}

.kr-use { margin-top: var(--margin-top-section); }
.kr-use__title span { color: #ff6600; }
.kr-use__subtitle { margin: 0 0 32px; font-size: 14px; color: var(--dark-blue-800); max-width: 760px; line-height: 1.45; font-weight: 400; }
.kr-use__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.kr-use__item { position: relative; border-radius: 12px; overflow: hidden; min-height: 312px;}
.kr-use__img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover !important;
    display: block;
    background: #f2f4f6;
}
.kr-use__label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    max-width: 92%;
    bottom: 16px;
    width: 100%;
    text-align: center;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    background: var(--orange-500);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

/* планшет/мобилка */
@media (max-width: 1200px) {
    .kr-pd-page .kr-use__title { font-size: 22px; }
    .kr-use__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .kr-use__label {
        font-size: 14px;
        bottom: 8px;
    }
    .kr-adv__grid {
        gap: 16px 16px;
    }
    .kr-use__item {
        min-height: 229px;
    }
}
@media (max-width: 767px) {
    .kr-use__label { font-size: 12px; padding: 9px 10px; }
}

.kr-props { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: var(--margin-top-section); }
.kr-props__ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: var(--grey-100);
    margin-bottom: 12px;
}
.kr-props__ico svg { display: block; }
.kr-props__title { margin-bottom: 4px; font-size: 16px; font-weight: 600; line-height: 1.25; color: var(--dark-blue-800); }
.kr-props__text { font-size: 14px; line-height: 1.4; color: var(--grey-500); font-weight: 400;}

@media (max-width: 1200px) { .kr-props { gap: 16px; } }
@media (max-width: 767px) { .kr-props { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; } 
.kr-use__grid { grid-template-columns: repeat(2, 1fr); gap: 7px; }}

.kr-spec { border-top: 1px solid var(--grey-200); padding-top: var(--margin-top-section); margin-top: var(--margin-top-section); }

.kr-spec__grid {margin-top: 32px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.kr-spec__grid--single { grid-template-columns: minmax(0, 1fr); }

.kr-spec__table { border: 1px solid var(--grey-300); border-radius: 10px; overflow: hidden; }
.kr-spec__table-sub { padding: 0 16px 12px; font-size: 13px; color: var(--grey-500); }
.kr-spec__table-head { display: flex; align-items: center; gap: 10px; padding: 16px; font-size: 16px; font-weight: 700; color: #1d2835; border-bottom: 1px solid var(--grey-300); }
.kr-spec__table-ico { flex: 0 0 auto; display: flex; }
.kr-spec__table-head > span:not(.kr-spec__table-ico) { color: #ff6600; }

/* Зоны обновляемых блоков (смена варианта) — обёртка прозрачна для лейаута */
[data-kr-pd-zone] { display: contents; }
.kr-spec__table-body table { width: 100% !important; border-collapse: collapse !important; }
.kr-spec__table-body caption,
.kr-spec__table-body thead { display: none; }
.kr-spec__table-body tr:has(td[colspan]),
.kr-spec__table-body tr:has(th[colspan]) { display: none; }
.kr-spec__table-body td,
.kr-spec__table-body th {

    padding: 16px !important;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: top;
    text-align: left !important;
    color: var(--dark-blue-800);
    background: #fff;
    border-bottom: 1px solid var(--grey-300);
}
.kr-spec__table-body tr:last-child td,
.kr-spec__table-body tr:last-child th { border-bottom: 0; }

.kr-spec__table-body tr > :last-child {
        border-left: 1px solid var(--grey-300);
}

.kr-spec__table-body tr > :first-child {
    width: 46%;
    color: var(--dark-blue-800);
    font-weight: 400 !important;
   background: var(--grey-100);
   font-size: 14px;
}
.kr-spec__table-body tr > :last-child { font-weight: 600 !important; }
.kr-spec__table-body > p { margin: 0; padding: 14px 20px; font-size: 14px; color: #6c737a; }

/* шаги инструкции */
.kr-spec__steps {border: 1px solid var(--grey-300); border-radius: 10px; }
.kr-spec__step { display: flex; gap: 20px; padding: 16px; align-items: center;}
.kr-spec__step + .kr-spec__step { border-top: 1px solid #eaeaea; }
.kr-spec__step-ico { flex: 0 0 auto; }
.kr-spec__step-ico svg { display: block; }
.kr-spec__step-title { margin-bottom: 8px; font-size: 16px; font-weight: 700; color: var(--dark-blue-800); }
.kr-spec__step-text { font-size: 14px; line-height: 1.5; color: var(--grey-500); font-weight: 400;}

.kr-spec__note { display: flex; align-items: center; gap: 8px; margin-top: 24px; padding: 8px 12px; background: var(--grey-100); border-radius: 10px; font-size: 12px; color: var(--grey-500); }
.kr-spec__note span {
    font-size: inherit;
    font-weight: inherit;
}
.kr-spec__note svg { flex: 0 0 auto; width: 20px; height: 20px;}
.kr-spec__note svg path {
    stroke: var(--grey-500);
}
.kr-spec__step-body {
    border-left: 1px solid var(--grey-300);
    padding-left: 20px;
}
@media (max-width: 1200px) {
    .kr-pd-page .kr-spec__title { font-size: 22px; }
    .kr-spec__grid { grid-template-columns: 1fr; }
}

.kr-preset { margin-top: var(--margin-top-section); }
.kr-pd-page .kr-preset__title { margin: 0 0 8px; font-size: 28px; font-weight: 700; color: #1d2835; }
.kr-preset__subtitle { margin: 8px 0 32px; font-size: 14px; color: var(--dark-blue-800); line-height: 1.45; max-width: 760px; }

.kr-preset__controls { display: flex; align-items: flex-end; gap: 16px; margin-bottom: 32px; }
.kr-preset__field { flex: 1 1 auto; min-width: 0; }
.kr-preset__field-label { margin-bottom: 4px; font-size: 12px; color: var(--grey-500); }

/* кастомный дропдаун */
.kr-dropdown { position: relative; }
.kr-dropdown__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    height: 40px;
    padding: 11px 16px;
    border: 1px solid var(--grey-300);
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    color: var(--dark-blue-800);
    text-align: left;
    cursor: pointer;
    transition: border-color .2s ease;
}
.kr-dropdown__toggle:hover { border-color: #d5d7db; }
.kr-dropdown.is-open .kr-dropdown__toggle { border-color: #ff6600; }
.kr-dropdown__value { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.kr-dropdown__arrow { flex: 0 0 auto; display: flex; transition: transform .2s ease; }
.kr-dropdown.is-open .kr-dropdown__arrow { transform: rotate(180deg); }
#kr-modal-download div.kr-dropdown > button {
    padding: 10px 16px;
    border: 1px solid var(--grey-300);
    color: var(--dark-blue-800);
    font-size: 14px;
    background: #fff;
}
.kr-dropdown__value span {
    font-size: inherit;

}
.kr-dropdown__menu {
    list-style: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 30;
    margin: 0 !important;
    padding: 6px !important;
    list-style: none;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
    max-height: 260px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.kr-dropdown.is-open .kr-dropdown__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.kr-dropdown__option {
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--dark-blue-800);
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}
.kr-dropdown__option:hover { background: #fff4ec; }
.kr-dropdown__option.is-selected { color: #ff6600; font-weight: 600; background: #fff4ec; }

.kr-preset__actions { display: flex; gap: 12px; flex: 0 0 auto; }
.kr-preset__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 40px;
    padding: 10px 24px 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s ease, border-color .2s ease;
}
.kr-preset__btn svg { display: block; }
.kr-preset__btn--download { background: var(--orange-500); color: #fff; border: 0; }
.kr-preset__btn--download:hover { background: #f06407; }
.kr-preset__btn--instruction { background: #fff; color: var(--dark-blue-800); border: 1px solid var(--grey-300); }
.kr-preset__btn--instruction:hover { border-color: #ff6600; }

.kr-preset__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.kr-preset__card {  border-radius: 10px; padding: 16px 12px; text-align: center; border: 1px solid var(--grey-200);}
.kr-preset__card-ico { display: flex; justify-content: center; margin-bottom: 12px; }
.kr-preset__card-ico svg { display: block; }
.kr-preset__card-title { margin-bottom: 12px; font-size: 16px; font-weight: 700; color: #1d2835; padding-bottom: 12px; border-bottom: 1px solid var(--grey-200);}
.kr-preset__card-val { font-size: 14px; line-height: 1.5; color: var(--dark-blue-800); }

.kr-preset__note { display: flex; align-items: center; gap: 8px; margin-top: 16px; padding: 8px 12px;background: var(--grey-100); border-radius: 10px; font-size: 12px; color: var(--grey-500); }
.kr-preset__note svg { flex: 0 0 auto; width: 20px; height: 20px;}
.kr-preset__note svg path, .kr-preset__note svg circle {
    stroke: var(--grey-500);
}

.kr-preset__note span {
    font-size: inherit;
    font-weight: inherit;
}

.kr-pd-shell .kr-adv-main__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--dark-blue-800);
    margin: 0 0 8px 0;
}
.kr-pd-shell .kr-adv-main__title span {
    font-size: inherit;
    font-weight: inherit;
    color: var(--orange-500);
}



@media (max-width: 1200px) {
    .kr-pd-page .kr-preset__title { font-size: 22px; }
}
@media (max-width: 767px) {
    .kr-preset__controls { flex-direction: column; align-items: stretch; }
    .kr-preset__actions { width: 100%; }
    .kr-preset__actions .kr-preset__btn { flex: 1 1 0; padding: 0 12px; }
    .kr-preset__grid { grid-template-columns: repeat(2, 1fr); }
}

/* rich-контент скрыт */
.kr-pd-page .product-rich-content { display: none !important; margin: 24px 0 48px; }
.kr-pd-page .product-rich-content img { max-width: 100%; height: auto; }

/* Попап видео */
.kr-vid-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, .7);
}
.kr-vid-box { position: relative; width: 900px; max-width: 100%; }
.kr-vid-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 80vh;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}
.kr-vid-frame iframe,
.kr-vid-frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.kr-vid-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 34px;
    height: 34px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
.kr-vid-link {
    display: inline-block;
    margin-top: 12px;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .kr-vid-close { top: -36px; }
}

@media (max-width: 1200px) {
    .kr-pd__volume-title {margin-bottom: 8px;}
    .kr-pd-shell { grid-template-columns: 1fr; }
    .kr-pd__aside { grid-column: 1; grid-row: auto; position: static; }
}

@media (max-width: 1200px) {
    .kr-pd__rec-title { font-size: 22px; }

    .kr-pd-top { grid-template-columns: 1fr; }

    .kr-pd__gallery { grid-template-columns: 1fr; gap: 12px; }
   
    .kr-pd__thumbs-col {
        order: 2;
        flex-direction: row;
        max-height: none;
        width: 100%;
        gap: 8px;
    }
    .kr-gallery-thumbs { flex-direction: row; overflow-x: auto; overflow-y: hidden; width: 100%; }
    .kr-gallery-thumb {padding: 0; overflow: hidden;}
    .kr-pd__thumb-nav { width: 28px; height: 72px; }
    .kr-pd__thumb-nav--prev svg { transform: rotate(-90deg); }
    .kr-pd__thumb-nav--next svg { transform: rotate(-90deg); }

    .catalog-detail.kr-pd-page { padding-bottom: 96px; }
    .kr-gallery-thumbs {gap: 8px;}
    /* липкая панель покупки */
    .kr-pd__bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 60;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 20px;
        background: #fff;
        box-shadow: 0 -4px 24px rgba(0, 0, 0, .12);
    }
    .kr-pd__bar-label { font-size: 12px; color: #8e9297; margin-bottom: 2px; }
    .kr-pd__bar-prices { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
    .kr-pd__bar-price { font-size: 24px; font-weight: 700; color: var(--orange-500); }
    .kr-pd__bar-old { font-size: 14px; color: var(--grey-400); text-decoration: line-through; } 
    .kr-pd__bar-disc { padding: 4px 8px; border-radius: 6px; background: var(--orange-500); color: #fff; font-size: 14px; font-weight: 600; }
    .kr-pd__bar-actions { display: flex; align-items: flex-start; gap: 12px; flex: 0 0 auto; }
    .kr-pd__bar-buy { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
    .kr-pd__bar-bonus {
        display: inline-flex; align-items: center; gap: 4px;
        padding: 3px 8px; border-radius: 6px;
        background: #fff0e6; color: #1d2835; font-weight: 700; font-size: 13px;
    }
    .kr-pd__bar-qty {
        min-width: 192px;
        justify-content: space-between;
    }
    .kr-pd__bar-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .kr-pd__bar-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 48px;
        padding: 0 24px;
        border: 0;
        border-radius: 10px;
        background: #ff6600;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: background .2s ease;
    }
    .kr-pd__bar-btn span {
        font-size: inherit;
        color: inherit;
    }
    .kr-pd__bar-btn:hover { background: #f2610a; }
    .kr-pd__bar-btn:active { background: #df5900; }
    .kr-pd__bar-btn svg { display: block; }
    .kr-pd__bar-btn .kr-pd__submit-arr { display: none; }
    .kr-pd__bar-btn.is-ready .kr-pd__submit-cart { display: none; }
    .kr-pd__bar-btn.is-ready .kr-pd__submit-arr { display: block; }
    .kr-pd__bar-btn.is-disabled,
    .kr-pd__bar-btn:disabled { background: #ffbe94; cursor: not-allowed; }

    .kr-pd__buy .kr-pd__price-label,
    .kr-pd__buy .kr-pd__prices,
    .kr-pd__buy .kr-pd__qty,
    .kr-pd__buy .kr-pd__submit,
    .kr-pd__buy .kr-pd__bonus { display: none; }

    .kr-pd__buy[data-pd-buy] { display: none; }
    .kr-pd__info .kr-pd__stock { max-width: none; margin: 0 0 20px; }
    .kr-pd__info .kr-pd__volume { margin: 0 0 20px; }
    .kr-pd__main { min-height: 640px; max-height: 640px; min-width: 640px; max-width: 640px; }
    .kr-pd__video-btn span {
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
    }

}

/* мобайл */
@media (max-width: 767px) {
    .catalog-detail.kr-pd-page { padding: 0; }
    
    .kr-pd__main { min-height: unset; max-height: unset; min-width: unset; max-width: unset; }
    .kr-pd__bar { padding: 10px 16px; }
    .kr-pd__bar-price { font-size: 20px; }
    .kr-pd__bar-bonus { display: none; }
    .kr-pd__bar-qty { display: none; }
    .kr-pd__bar.is-in-cart .kr-pd__bar-qty { display: inline-flex; }
    .kr-pd__bar.is-in-cart .kr-pd__bar-btn { display: none; }

    .kr-pd-shell { grid-template-columns: 1fr; }
    .kr-pd-top { margin-bottom: 0; }
    .kr-pd__aside { position: static; }
    .kr-pd-page .kr-pd__title { font-size: 22px; }

    .kr-gallery-thumb { width: 48px; height: 48px; }
    .kr-pd__thumb-nav { display: none; }

    .kr-pd__price { font-size: 28px; }
    .kr-qty__btn svg { width: 13px; }

    .kr-pd__features {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
        margin-bottom: 0;
    }

    .kr-pd__rec-title { font-size: 20px; }
    .kr-pd__rec-btn { width: 36px; height: 36px; }
}

/* Попапы (Скачать / Инструкция) */
.kr-modal {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity .25s ease;
}
.kr-modal[hidden] { display: none; }
.kr-modal.is-open { opacity: 1; }
.kr-modal__backdrop { position: absolute; inset: 0; background: rgba(29, 40, 53, .55); }
.kr-modal__dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    opacity: 0;
    transform: translateY(20px) scale(.98);
    transition: opacity .28s ease, transform .28s cubic-bezier(.22, .61, .36, 1);
}
.kr-modal.is-open .kr-modal__dialog { opacity: 1; transform: none; }
.kr-modal__dialog--sm { max-width: 520px; }
.kr-modal__dialog--lg { max-width: 960px; }
.kr-modal__scroll { max-height: 90vh; overflow: auto; padding: 32px; border-radius: 12px; }
@media (prefers-reduced-motion: reduce) { .kr-modal, .kr-modal__dialog { transition: none; } }

.kr-modal__close {
    position: absolute;
    top: 0;
    right: -44px;
    z-index: 3;
    width: 32px;
    height: 32px;
    border: 0;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kr-modal__close svg path { stroke: #fff; transition: stroke .15s ease; }
.kr-modal__close:hover svg path { stroke: #ff6600; }

.kr-modal__title { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: var(--dark-blue-800); }
/* заголовок модалки «Оставить отзыв» по центру */
#kr-modal-review .kr-modal__title { text-align: center; margin-bottom: 24px; display: none; }
.kr-modal__subtitle { margin: 0 0 24px; font-size: 14px; color: var(--dark-blue-800); line-height: 1.45; }
.kr-modal__field { margin-bottom: 20px; }
.kr-modal__label { margin-bottom: 8px; font-size: 16px; font-weight: 600; color: var(--dark-blue-800); }
.kr-modal__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: 48px;
    margin-top: 4px;
    border: 0;
    border-radius: 10px;
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease;
}
.kr-modal__submit:hover { background: #f06407; }
.kr-modal__submit svg { display: block; }
.kr-modal__note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 24px;
    padding: 8px 12px;
    background: var(--grey-100);
    border-radius: 10px;
    font-size: 12px;
    color: var(--grey-500);
    line-height: 1.4;
}

#kr-modal-review-auth .kr-modal__note {
    font-size: 16px;
}

.kr-modal__note span {font-size: inherit; color: inherit;}
.kr-modal__note svg { flex: 0 0 auto; margin-top: 1px; }

/* слайсеры */
.kr-slicers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.kr-slicer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1.5px solid #eaeaea;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    transition: border-color .2s ease;
}
.kr-slicer:hover { border-color: var(--orange-500); }
.kr-slicer.is-selected { border-color: var(--orange-500); }
.kr-slicer img { width: 32px; height: 32px; object-fit: contain; flex: 0 0 auto; }
.kr-slicer__txt { display: flex; flex-direction: column; min-width: 0; }
.kr-slicer__name { font-size: 14px; font-weight: 600; color: #1d2835; }
.kr-slicer__ver { font-size: 12px; color: var(--grey-400); }

/* табы инструкции */
.kr-tabs {
    padding: 0 20px 20px 20px;
}
.kr-tabs__nav {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid var(--grey-200);
    margin: 0 -20px 24px;
}
.kr-tabs__tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    background: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--grey-500);
    margin-bottom: -1px;
    white-space: nowrap;
}
.kr-tabs__tab img { width: 24px; height: 24px; object-fit: contain; }
.kr-tabs__tab.is-active {
    color: var(--dark-blue-800);
    border-color: var(--grey-200);
    background: #fff;
}

.kr-tabs__panel { display: none; margin: -25px -20px 0 -20px; border-right: 1px solid var(--grey-200); border-left: 1px solid var(--grey-200); border-bottom: 1px solid var(--grey-200); padding: 24px; border-radius: 0 0 10px 10px;}
.kr-tabs__panel.is-active { display: block; }

/* шаги инструкции */
.kr-steps { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 37px; }
.kr-step { flex: 1 1 200px; max-width: 240px; }
.kr-step__img { border: 1px solid #eaeaea; border-radius: 10px; overflow: hidden; background: #f7f8fa; margin-bottom: 12px; }
.kr-step__img img { width: 100%; height: auto; display: block; }
.kr-step__txt { font-size: 12px; line-height: 1.4; color: var(--dark-blue-800); }
.kr-step__arrow { flex: 0 0 auto; align-self: center; display: flex; }
.kr-step__arrow svg { display: block; }

body.kr-modal-open { overflow: hidden; }


#kr-modal-instruction  div.kr-step__img > img {
    margin-bottom: 0 !important;
}

@media (max-width: 1200px) {
    .kr-modal__dialog { max-width: 100%; }
    .kr-modal__close { top: -46px; right: 0; }
}
@media (max-width: 767px) {
    .kr-modal { padding: 0; }
    .kr-modal__dialog { max-width: none; width: 100%; height: 100%; border-radius: 0; }
    .kr-modal__scroll { max-height: none; height: 100%; border-radius: 0; padding: 56px 16px 24px; }
    .kr-modal__close { top: 14px; right: 14px; }
    .kr-modal__close svg path { stroke: #1d2835; }
    .kr-modal__dialog::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        border-radius: 100px;
        background: #c7c7c7;
        z-index: 4;
    }
    .kr-slicers { grid-template-columns: 1fr; }
    .kr-tabs__nav { overflow: hidden; overflow-x: auto; }
    .kr-steps { flex-direction: column; }
    .kr-step { max-width: none; width: 100%; }
    .kr-step__arrow { display: none; }
}

.kr-modal__dialog--xs { max-width: 440px; }
.kr-modal__scroll--center { text-align: center; }
.kr-modal__ico { display: inline-flex; margin-bottom: 16px; }
.kr-modal__ok-title { margin: 0 0 8px; font-size: 24px; font-weight: 700; color: #1d2835; }
.kr-modal__ok-text { margin: 0 0 40px; font-size: 14px; color: var(--dark-blue-800); line-height: 1.45; }
.kr-modal__note a { color: #ff6600; text-decoration: none; font-size: 16px;}
.kr-modal__note a:hover { text-decoration: underline; color:  inherit;}

.kr-reviews {margin-top: var(--margin-top-section); padding-top: var(--margin-top-section); border-top: 1px solid var(--grey-200);}
.kr-pd-page .kr-reviews__title { margin: 0 0 32px; }
.kr-reviews__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.kr-reviews__rating-row { display: flex; align-items: center; gap: 8px; }
.kr-reviews__rating { font-size: 32px; font-weight: 700; color: var(--dark-blue-800); line-height: 1; }
.kr-reviews__stars { display: inline-flex; gap: 2px; }
.kr-reviews__stars svg { display: block; }
.kr-reviews__based { margin-top: 4px; font-size: 14px; color: var(--grey-500); }
.kr-reviews__write {
    flex: 0 0 auto;
    height: 48px;
    padding: 10px 32px;
    border: 0;
    border-radius: 10px;
    background: var(--orange-500);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease;
}
.kr-reviews__write:hover { background: #f06407; }

.kr-reviews__list { display: flex; flex-direction: column; gap: 16px; }
.kr-review { border: 1px solid var(--grey-200); border-radius: 10px; padding: 24px; }
.kr-review__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.kr-review__author { display: flex; align-items: center; gap: 16px; }
.kr-review__avatar {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: var(--grey-100);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--grey-400);
}
.kr-review__name { font-size: 16px; font-weight: 600; color: var(--dark-blue-800); }
.kr-review__date { margin-top: 2px; font-size: 13px; color: var(--grey-400); }
.kr-review__votes { display: flex; gap: 8px; flex: 0 0 auto; }
.kr-review__vote {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: var(--grey-100);
    color: var(--grey-500);
    font-size: 14px;
    line-height: 140%;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}
.kr-review__vote span {font-size: inherit;}
.kr-review__vote svg { display: block; }
.kr-review__vote:hover { background: #eceef1; }
.kr-review__vote.is-active { background: #fff0e6; color: var(--orange-500); }
.kr-review__vote.is-active svg path { stroke: var(--orange-500); }
.kr-review__stars { display: flex; align-items: center; gap: 4px; margin-bottom: 16px; }
.kr-review__stars > svg { display: block; }
.kr-review__verified {margin-left: 16px; display: inline-flex; align-items: center; gap: 4px; font-size: 12px; color: #33841a; }
.kr-review__verified svg { display: block; }
.kr-review__text { font-size: 14px; line-height: 1.55; color: var(--dark-blue-800); }
.kr-review__photos { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.kr-review__photo { display: block; width: 80px; height: 80px; border-radius: 10px; overflow: hidden; background: #f2f4f6; }
.kr-review__photo img { width: 100%; height: 100%; object-fit: cover !important; display: block; }

/* пустое состояние */
.kr-reviews__empty { text-align: center; padding: 48px 20px; border: 1px solid #eaeaea; border-radius: 12px; }
.kr-reviews__empty-ico { display: inline-flex; margin-bottom: 16px; }
.kr-reviews__empty-title { font-size: 18px; font-weight: 700; color: #1d2835; margin-bottom: 8px; }
.kr-reviews__empty-text { font-size: 14px; color: #6c737a; margin-bottom: 20px; }
.kr-reviews__empty .kr-reviews__write { display: inline-flex; align-items: center; justify-content: center; }

/* Форма отзыва */
.kr-rf__head { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.kr-rf__thumb { flex: 0 0 auto; width: 64px; height: 64px; border-radius: 10px; overflow: hidden; background: #f2f4f6; }
.kr-rf__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kr-rf__name { font-size: 16px; font-weight: 700; color: var(--dark-blue-800); line-height: 1.3; }

.kr-stars-input { display: flex; gap: 6px; margin-bottom: 24px; }
.kr-star { border: 0; background: none; padding: 0; cursor: pointer; line-height: 0; }
.kr-star svg { display: block; }
.kr-star svg path { fill: #eaeaea; transition: fill .12s ease; }
.kr-star.is-on svg path { fill: #ff6600; }

.kr-rf__label { margin-bottom: 8px; font-size: 16px; font-weight: 600; color: var(--dark-blue-800); }
.kr-rf__label span { color: var(--orange-500); }
.kr-rf__textarea {
    width: 100%;
    min-height: 110px;
    resize: vertical;
    border: 1px solid var(--grey-300);
    border-radius: 10px;
    padding: 12px 16px 10px;
    font-size: 16px;
    font-family: inherit;
    color: var(--dark-blue-800);
    margin-bottom: 24px;
}
.kr-rf__textarea:focus { outline: none; border-color: #ff6600; }
.kr-rf__textarea::placeholder { color: #8e9297; }

.kr-rf__photos { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.kr-rf__photos input[type="file"] { display: none !important; }
.kr-rf__add {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 69px;
    padding: 12px 16px;
    border-radius: 10px;
    background: var(--grey-100);
    color: var(--grey-500);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.kr-rf__add svg { display: block; }
.kr-rf__photos.has-photos .kr-rf__add { flex: 0 0 72px; width: 72px; height: 72px; min-height: 72px; padding: 0; }
.kr-rf__photos.has-photos .kr-rf__add-txt { display: none; }
.kr-photo { position: relative; width: 72px; height: 72px; border-radius: 10px; overflow: hidden; background: #f2f4f6; flex: 0 0 auto; }
.kr-photo img { width: 100%; height: 100%; object-fit: cover !important; display: block; }
.kr-photo__del {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.kr-photo__del svg { display: block; }
.kr-photo__loader {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .55);
}
.kr-photo.is-loading .kr-photo__loader { display: flex; }
.kr-photo.is-loading .kr-photo__del { display: none; }
.kr-photo__loader::after {
    content: "";
    width: 26px;
    height: 26px;
    border: 3px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: kr-spin .7s linear infinite;
}
@keyframes kr-spin { to { transform: rotate(360deg); } }

.kr-modal__submit:disabled { opacity: 0.8; }
.kr-rf__consent { margin-top: 8px; font-size: 12px; color: var(--grey-500); line-height: 1.4; }
.kr-rf__consent a { color: inherit; text-decoration: underline; font-size: inherit;}
.kr-rf__consent a:hover { color: #ff6600; }

@media (max-width: 767px) {
    .kr-pd__rec {margin-top: 80px !important;}
    .kr-pd-page .kr-reviews__title { font-size: 22px; }
    .kr-reviews__write { width: 100%; flex: unset;}
    .kr-review { padding: 16px; }

    .kr-review { display: flex; flex-direction: column; }
    .kr-review__top { display: contents; }
    .kr-review__author { order: 1; margin-bottom: 16px; }
    .kr-review__stars { order: 2; }
    .kr-review__text { order: 3; }
    .kr-review__photos { order: 4; }
    .kr-review__votes { order: 5; margin-top: 16px; }
    .kr-pd-shell {
        --margin-top-section: 80px !important;
    }
    .kr-pd-page .kr-pd__title {
        font-size: 20px;
    }
    .kr-pd__desc-body p,
    .kr-pd__desc-body li,
    .kr-pd__desc-body strong 
    .kr-pd__rec-slider .cart-rec-card__name,
    .kr-adv__item-title,
    .kr-props__title,
    .kr-preset__card-title {
        font-size: 14px;
    }
    .kr-pd__rec-slider .cart-rec-card__rating b, .kr-pd__rec-slider .cart-rec-card__rating span,
    .kr-pd__rec-slider .cart-rec-card__old,
    .kr-pd__rec-slider .cart-rec-card__badge,
    .kr-adv__item-text,
    .kr-props__text {
        font-size: 12px;
    }
    .kr-pd__rec-slider .cart-rec-card__price {
        font-size: 16px;
    }
    .kr-pd-shell .kr-adv-main__title {
        font-size: 20px;
    }
    .kr-pd__delivery {
        padding: 4px 16px 4px 16px;
    }
    .kr-adv__item-title, .kr-adv__item-text {
        margin-left: 0;
    }
    .kr-use__item {
        min-height: 168px;
    }
    .kr-use__label {
        max-width: 96%;
    }
    .kr-spec__step-body {
        border-left: unset;
        padding-left: 0;
    }
    .kr-spec__step-ico svg {
        width: 24px;
        height: 24px;
    }
    .kr-spec__step {
        gap: 12px;
        align-items: flex-start;
    }
    .kr-spec__note {
        margin-top: 16px;
    }
    .kr-reviews__rating {
        font-size: 24px;
    }
    .kr-reviews__write {
        width: fit-content;
        padding: 11px 16px;
    }
    .kr-review__photo {
        width: 72px;
        height: 72px;
    }
    #kr-modal-review-auth .kr-modal__dialog,
    #kr-modal-download .kr-modal__dialog,
    #kr-modal-instruction .kr-modal__dialog {
        border-radius: 40px 40px 0 0;
    }
    .kr-rf__add span, .kr-rf__textarea {
        font-size: 14px;
    }
    #kr-modal-review .kr-modal__dialog::before {
        display: none;
    }
    .kr-tabs__tab {
        min-width: fit-content;
    }
    .kr-pd-crumbs__back span, .kr-pd__fav.kr-pd-crumbs__fav span {
        font-size: 14px;
    }
    #kr-modal-review .kr-modal__title {
        display: block;
        font-size: 16px;
        position: absolute;
        top: 21px;
        left: 50%;
        transform: translateX(-50%);
    }
    .kr-pd__bar-disc.js-bar-disc {
        font-size: 10px;
    }
    .kr-pd__bar-qty {
        min-width: unset;
        border: 1px solid var(--orange-500);
    }
}

/* End */
/* /local/templates/kr1/css/catalog-detail-redesign.css?178435179153042 */
