

/* Start:/local/templates/main/components/bitrix/catalog/catalog_test/style.css?17779699881589*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

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

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.catalog-section-seo-bottom h2 {
    font-size: 30px;
    /* Для лучшей читаемости можно немного увеличить высоту строки */
    line-height: 1.2;
}

.tabs{
	display: flex;
	gap: 10px;
}

.tabs--product .tab {
	cursor: pointer;
	opacity: 1;
	transition: .3s ease-in-out;
	background-color: #F5F5F5;
	color: #9E2026;
	font-size: 16px;
	padding: 12px 16px;
}

.tabs--product .tab:hover {
	background-color: #d4d4d4;
}
/* End */


/* Start:/local/templates/main/css/novator-catalog-redesign.css?1784290302141055*/
:root {
    --novator-red: #9e2026;
    --novator-red-dark: #7f171d;
    --novator-black: #11151c;
    --novator-text: #1d2027;
    --novator-muted: #747982;
    --novator-line: #e8eaf0;
    --novator-soft: #f6f7f9;
    --novator-green: #16b05c;
}

.catalog-redesign,
.novator-detail {
    color: var(--novator-text);
}

.catalog-redesign * ,
.novator-detail * {
    box-sizing: border-box;
}

.catalog-redesign__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 600px;
    align-items: center;
    gap: 28px;
    margin: 22px 0 30px;
}

.catalog-redesign__title {
    margin: 0;
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.catalog-redesign__etn {
    min-height: 86px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid var(--novator-line);
    background: #fff;
    text-decoration: none !important;
    color: var(--novator-text);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.catalog-redesign__etn:hover {
    border-color: rgba(158, 32, 38, .35);
    box-shadow: 0 14px 40px rgba(17, 21, 28, .08);
    transform: translateY(-1px);
}

.catalog-redesign__etn-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(158, 32, 38, .25);
    color: var(--novator-red);
    font-weight: 800;
    font-size: 24px;
}

.catalog-redesign__etn b,
.catalog-redesign__etn em,
.catalog-redesign__etn strong {
    display: block;
    font-style: normal;
}

.catalog-redesign__etn b {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 6px;
}

.catalog-redesign__etn em {
    color: var(--novator-muted);
    font-size: 13px;
    line-height: 1.35;
}

.catalog-redesign__etn strong {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--novator-red);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.catalog-redesign__sections {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 32px;
}

.catalog-redesign__section-card {
    min-height: 84px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--novator-line);
    background: #fff;
    color: var(--novator-text);
    text-decoration: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.catalog-redesign__section-card:hover {
    color: var(--novator-text);
    border-color: rgba(158, 32, 38, .32);
    box-shadow: 0 10px 32px rgba(17, 21, 28, .07);
    transform: translateY(-1px);
}

.catalog-redesign__section-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--novator-red);
    background: var(--novator-soft);
    overflow: hidden;
}

.catalog-redesign__section-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-redesign__section-placeholder {
    width: 24px;
    height: 24px;
    display: block;
    border: 2px solid currentColor;
    border-radius: 3px;
    position: relative;
}
.catalog-redesign__section-placeholder::before {
    content: '';
    position: absolute;
    left: 4px;
    right: 4px;
    top: 7px;
    border-top: 2px solid currentColor;
}

.catalog-redesign__section-info b,
.catalog-redesign__section-info em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-redesign__section-info b {
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}

.catalog-redesign__section-info em {
    margin-top: 5px;
    color: var(--novator-muted);
    font-size: 12px;
    font-style: normal;
}

.catalog-redesign__section-arrow {
    color: var(--novator-muted);
    font-size: 22px;
    line-height: 1;
}


.catalog-redesign--root {
    padding-top: 18px;
}

.catalog-redesign__head--root {
    margin-top: 26px;
}

.catalog-redesign-root__lead {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--novator-muted);
    font-size: 16px;
    line-height: 1.55;
}

.catalog-redesign__sections--root {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 34px;
}

.catalog-redesign__section-card--root {
    min-height: 126px;
    grid-template-columns: 58px minmax(0, 1fr) 18px;
    padding: 22px;
}

.catalog-redesign__section-card--root .catalog-redesign__section-icon {
    width: 58px;
    height: 58px;
}

.catalog-redesign__section-card--root .catalog-redesign__section-info b {
    white-space: normal;
    font-size: 17px;
    line-height: 1.22;
}

.catalog-redesign-root__advantages {
    margin-top: 34px;
}

.catalog-redesign__layout {
    align-items: flex-start;
}

.catalog-redesign .left-filter-wrap {
    position: sticky;
    top: 98px;
    padding: 0;
    background: #fff;
    border: 1px solid var(--novator-line);
}

.catalog-redesign__filter-heading,
.left-filter__top {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 17px 18px;
    border-bottom: 1px solid var(--novator-line);
}

.catalog-redesign__filter-heading {
    display: none;
}

.catalog-redesign__filter-heading span,
.left-filter__title {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.catalog-redesign__filter-close {
    width: 34px;
    height: 34px;
    border: 0;
    background: var(--novator-soft);
    color: var(--novator-text);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.catalog-redesign .left-filter {
    padding: 0;
    border: 0;
}

.catalog-redesign .left-filter__clear {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--novator-red);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.catalog-redesign .left-filter__el {
    margin: 0;
    padding: 0 18px;
    border-bottom: 1px solid var(--novator-line);
}

.catalog-redesign .left-filter__name {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 0;
    color: var(--novator-text);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.catalog-redesign .left-filter__toggle {
    display: none;
    padding: 0 0 16px;
}

.catalog-redesign .left-filter__toggle.active {
    display: block;
}

.catalog-redesign .custom-checkbox {
    margin-bottom: 10px !important;
}

.catalog-redesign .custom-checkbox-label {
    font-size: 13px;
    line-height: 1.35;
}

.catalog-redesign .form-control {
    min-height: 42px;
    border: 1px solid var(--novator-line);
    border-radius: 0;
    box-shadow: none;
}

.catalog-redesign__toolbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.catalog-redesign__filter-open {
    display: none;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid var(--novator-line);
    background: #fff;
    color: var(--novator-text);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.catalog-redesign__found {
    color: var(--novator-muted);
    font-size: 14px;
}

.catalog-redesign__sort {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    white-space: nowrap;
}

.catalog-redesign__sort span {
    color: var(--novator-muted);
    font-size: 14px;
}

.catalog-redesign__sort select {
    min-width: 190px;
    height: 44px;
    padding: 0 36px 0 14px;
    font-size: 13px;
    font-weight: 700;
}

.catalog-redesign .catalogItemsBlock {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
}

.catalog-redesign .catalog___item {
    width: auto !important;
    max-width: none !important;
    flex: initial !important;
    padding: 0 !important;
    margin: 0 !important;
}

.novator-product-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--novator-line);
    background: #fff;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.novator-product-card:hover {
    border-color: rgba(158, 32, 38, .28);
    box-shadow: 0 14px 36px rgba(17, 21, 28, .08);
    transform: translateY(-2px);
}

.novator-product-card__img {
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #fff;
    text-decoration: none !important;
}

.novator-product-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.novator-product-card__labels {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.novator-product-card__labels .product__label {
    position: static;
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 22px;
    padding: 0 8px;
    background: var(--novator-red);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.novator-product-card__favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 1px solid var(--novator-line);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--novator-muted);
    cursor: pointer;
}


.novator-product-card__favorite.active,
.novator-detail .wishlist-btn.active {
    color: var(--novator-red);
    border-color: rgba(158, 32, 38, .35);
    background: rgba(158, 32, 38, .04);
}

.novator-product-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.novator-product-card__name {
    min-height: 44px;
    margin: 0 0 8px;
    color: var(--novator-text);
    font-size: 15px;
    line-height: 1.28;
    font-weight: 800;
    text-decoration: none !important;
}

.novator-product-card__name:hover {
    color: var(--novator-red);
}

.novator-product-card__sku {
    margin-bottom: 14px;
    color: var(--novator-muted);
    font-size: 12px;
}

.novator-product-card__price {
    margin-top: auto;
    color: var(--novator-text);
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

.novator-product-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

.novator-product-card__stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #2c7046;
    font-size: 12px;
    font-weight: 700;
}

.novator-product-card__stock span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--novator-green);
}

.novator-product-card__buy {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(158, 32, 38, .28);
    background: #fff;
    color: var(--novator-red);
    cursor: pointer;
}

.catalog-redesign__more {
    margin-top: 28px !important;
    min-height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--novator-line) !important;
    background: #fff !important;
    color: var(--novator-text) !important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.catalog-redesign__empty {
    padding: 48px 24px;
    border: 1px solid var(--novator-line);
    background: #fff;
}

.novator-detail {
    padding: 20px 0 0;
}

.novator-detail__container {
    max-width: 1200px;
}

.novator-detail__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
    gap: 44px;
    align-items: start;
}

.novator-detail__gallery {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    min-width: 0;
}

.novator-detail__thumbs {
    height: 560px;
    width: 76px;
    margin: 0 !important;
    overflow: hidden;
}

.novator-detail__thumb {
    width: 76px !important;
    height: 92px !important;
    padding: 0;
    border: 1px solid var(--novator-line);
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.novator-detail__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.novator-detail__imagebox {
    position: relative;
    width: 100%;
    height: 560px;
    min-width: 0;
    border: 1px solid var(--novator-line);
    background: #fff;
    overflow: hidden;
}

.novator-detail__imagebox .swiper,
.novator-detail__imagebox .swiper-wrapper,
.novator-detail__imagebox .swiper-slide,
.novator-detail__imagebox .swiper-slide a {
    width: 100%;
    height: 100%;
}

.novator-detail__imagebox .swiper-slide a {
    display: block;
}

.novator-detail__imagebox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.novator-detail__badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 4;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    background: var(--novator-red);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.novator-detail .wishlist-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 1px solid var(--novator-line);
    background: #fff;
    color: var(--novator-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.novator-detail .arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 1px solid var(--novator-line);
    background: rgba(255,255,255,.92);
    cursor: pointer;
    transform: translateY(-50%);
}

.novator-detail .arrow-left { left: 18px; }
.novator-detail .arrow-right { right: 18px; }

.novator-detail .arrow::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    margin: auto;
    border-top: 2px solid var(--novator-text);
    border-right: 2px solid var(--novator-text);
}

.novator-detail .arrow-left::before { transform: rotate(-135deg); }
.novator-detail .arrow-right::before { transform: rotate(45deg); }

.novator-detail__summary {
    min-width: 0;
    padding: 0 0 8px;
}

.novator-detail__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    font-size: 13px;
}

.novator-detail__stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--novator-green);
    font-weight: 800;
}

.novator-detail__stock::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.novator-detail__stock.is-empty {
    color: var(--novator-muted);
}

.novator-detail__article {
    color: var(--novator-muted);
    font-weight: 700;
}

.novator-detail__title {
    margin: 0 0 12px;
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    color: var(--novator-text);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.02;
    font-weight: 700;
    text-transform: uppercase;
}

.novator-detail__rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    font-size: 13px;
}

.novator-detail__rating span {
    color: var(--novator-red);
    letter-spacing: 2px;
}

.novator-detail__rating a {
    color: var(--novator-muted);
    text-decoration: none;
}

.novator-detail__price {
    margin-bottom: 4px;
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: var(--novator-text);
}

.novator-detail__price-note {
    margin-bottom: 18px;
    color: var(--novator-muted);
    font-size: 13px;
}

.novator-detail__quick-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.novator-detail__quick-specs div {
    padding: 12px;
    border: 1px solid var(--novator-line);
    background: #fff;
}

.novator-detail__quick-specs span,
.novator-detail__quick-specs b {
    display: block;
    font-size: 12px;
    line-height: 1.25;
}

.novator-detail__quick-specs span {
    color: var(--novator-muted);
    margin-bottom: 5px;
}

.novator-detail__quick-specs b {
    color: var(--novator-text);
}

.novator-detail__protection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.novator-detail__protection-title,
.section-title {
    margin: 0;
    color: var(--novator-text);
    font-size: 13px;
    font-weight: 800;
}

.novator-detail__protection-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.novator-detail__protection-list span {
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border: 1px solid rgba(158, 32, 38, .24);
    background: rgba(158, 32, 38, .04);
    color: var(--novator-red);
    font-weight: 800;
    font-size: 12px;
}

.novator-detail__sizes {
    margin-top: 14px;
}

.size-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.novator-detail__size-link {
    color: var(--novator-muted);
    font-size: 12px;
    text-decoration: underline;
}

.height-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}

.height-tabs::-webkit-scrollbar { display: none; }

.height-tab,
.size-box {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--novator-line);
    background: #fff;
    color: var(--novator-text);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.height-tab.active,
.size-box.active {
    border-color: var(--novator-red);
    color: var(--novator-red);
    background: rgba(158, 32, 38, .04);
}

.size-panels {
    position: relative;
    transition: height .2s ease;
}

.size-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.size-panel.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.size-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.novator-detail__buyrow {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.novator-detail__qty {
    height: 52px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    border: 1px solid var(--novator-line);
    background: #fff;
}

.novator-detail__qty button,
.novator-detail__qty input {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    text-align: center;
    font-weight: 800;
}

.novator-detail__qty button {
    cursor: pointer;
    color: var(--novator-muted);
}

.nbtn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid var(--novator-red);
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.nbtn-filled {
    background: var(--novator-red);
    color: #fff;
}

.nbtn-filled:hover {
    background: var(--novator-red-dark);
    border-color: var(--novator-red-dark);
    color: #fff;
}

.nbtn-outline {
    background: #fff;
    color: var(--novator-red);
}

.nbtn-outline:hover {
    background: var(--novator-red);
    color: #fff;
}

.novator-detail__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}

.novator-detail__delivery-mini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--novator-line);
    color: var(--novator-muted);
    font-size: 12px;
}

.novator-detail__advantages {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 32px;
    border: 1px solid var(--novator-line);
    background: #fff;
}

.novator-detail__advantage {
    min-height: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 16px 12px;
    text-align: center;
    border-right: 1px solid var(--novator-line);
}

.novator-detail__advantage:last-child { border-right: 0; }

.novator-detail__advantage span {
    color: var(--novator-red);
    font-size: 25px;
    line-height: 1;
}

.novator-detail__advantage b,
.novator-detail__advantage em {
    display: block;
    font-style: normal;
    line-height: 1.25;
}

.novator-detail__advantage b {
    font-size: 13px;
    font-weight: 800;
}

.novator-detail__advantage em {
    color: var(--novator-muted);
    font-size: 12px;
}

.novator-detail__tabs {
    margin-top: 32px;
    border: 1px solid var(--novator-line);
    background: #fff;
}

.bottom-tabs {
    display: flex;
    border-bottom: 1px solid var(--novator-line);
    background: var(--novator-soft);
}

.bottom-tab {
    flex: 1;
    min-height: 64px;
    border: 0;
    border-right: 1px solid var(--novator-line);
    background: transparent;
    color: var(--novator-text);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.bottom-tab:last-child { border-right: 0; }

.bottom-tab.active {
    background: #fff;
    color: var(--novator-red);
}

.novator-detail .specs-content {
    position: relative;
    min-height: 0;
    height: auto !important;
    padding: 34px 42px;
    overflow: visible;
}

.novator-detail .tab-content {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}

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

.novator-detail .spec-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
}

.novator-detail .spec-label {
    color: var(--novator-muted);
}

.novator-detail .spec-dots {
    flex: 1;
    border-bottom: 1px dotted #cfd3dc;
}

.novator-detail .spec-value {
    max-width: 52%;
    font-weight: 700;
    text-align: right;
}


.novator-detail .spec-label,
.novator-detail .spec-value {
    min-width: 0;
    overflow-wrap: anywhere;
}

.novator-detail__delivery-tab p,
.tab-content p {
    font-size: 15px;
    line-height: 1.65;
}

.banner-section {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 90px;
    overflow: hidden;
    color: #fff;
}

.banner-container {
    display: flex;
    width: 100%;
    min-height: 390px;
    min-width: 0;
}

.sewing-block .banner-content {
    background: linear-gradient(90deg, #141414 0%, #691B1F 100%);
    padding-left: max(40px, calc((100vw - 1200px) / 2));
    position: relative;
}

.logo-block .banner-content {
    background: linear-gradient(270deg, #141414 0%, #691B1F 100%);
    padding-right: max(40px, calc((100vw - 1200px) / 2));
    position: relative;
}

.banner-content {
    flex: 1.2;
    padding: 56px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    min-width: 0;
}

.banner-image {
    flex: .8;
    background-size: cover;
    background-position: center;
    min-width: 0;
}

.sewing-img { background-image: url('/local/templates/main/components/bitrix/catalog/catalog_test/images/sewing-banner.png'); }
.logo-img { background-image: url('/local/templates/main/components/bitrix/catalog/catalog_test/images/logo-banner.png'); }

.banner-title,
.section-main-title,
.cheaper-title {
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-title {
    font-size: 42px;
    margin-bottom: 26px;
}

.banner-subtitle {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.banner-text {
    max-width: 560px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.55;
    opacity: .92;
}

.banner-form {
    max-width: 560px;
}

.input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.banner-form input {
    flex: 1;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.45);
    background: transparent;
    color: #fff;
}

.banner-form input::placeholder { color: rgba(255,255,255,.72); }

.banner-nbtn,
.cheaper-submit {
    min-height: 48px;
    border: 0;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.banner-nbtn {
    width: 100%;
    background: #fff;
    color: #5a1519;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.review-card {
    background: var(--novator-soft);
    padding: 26px;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.review-author { font-weight: 800; }
.review-date { color: var(--novator-muted); font-size: 13px; }
.review-stars { color: var(--novator-red); margin-bottom: 12px; }
.review-text { font-size: 14px; line-height: 1.55; }

.section-main-title {
    margin: 74px 0 32px;
    font-size: 36px;
}

.how-we-work-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.cert-item {
    color: var(--novator-text);
    text-align: center;
    text-decoration: none !important;
}

.cert-placeholder {
    aspect-ratio: 1 / 1.42;
    border: 1px solid var(--novator-line);
    background: var(--novator-soft);
    margin-bottom: 12px;
    overflow: hidden;
}

.cert-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cert-title {
    font-size: 14px;
    font-weight: 800;
}

.cheaper-section {
    margin: 78px 0 90px;
}

.cheaper-card {
    background: var(--novator-soft);
    padding: 48px;
}

.cheaper-title {
    font-size: 32px;
    margin: 0 0 10px;
}

.cheaper-subtitle {
    margin: 0 0 26px;
    font-size: 18px;
    text-transform: uppercase;
}

.cheaper-inputs-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.cheaper-form input,
.cheaper-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #fff;
    background: #fff;
    padding: 12px 14px;
}

.cheaper-form textarea {
    height: 120px;
    resize: none;
    margin-bottom: 16px;
}

.cheaper-submit {
    min-width: 180px;
    padding: 0 34px;
    background: var(--novator-red);
    color: #fff;
}

@media (max-width: 1399px) {
    .catalog-redesign__sections {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalog-redesign__sections--root {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalog-redesign .catalogItemsBlock {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .catalog-redesign__head {
        grid-template-columns: 1fr;
    }

    .catalog-redesign .left-filter-wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10050;
        width: min(390px, 92vw);
        height: 100vh;
        overflow-y: auto;
        transform: translateX(-105%);
        transition: transform .22s ease;
        box-shadow: 20px 0 50px rgba(17, 21, 28, .18);
    }

    .catalog-redesign .left-filter-wrap.active {
        transform: translateX(0);
    }

    .catalog-redesign__filter-heading {
        display: flex;
    }

    .catalog-redesign__filter-open {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .catalog-redesign__toolbar {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .novator-detail__hero {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .novator-detail__summary {
        max-width: 720px;
    }
}

@media (max-width: 991px) {
    .catalog-redesign__sections,
    .catalog-redesign .catalogItemsBlock {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-redesign__sections--root {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-redesign__toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .catalog-redesign__found {
        order: 3;
        grid-column: 1 / -1;
    }

    .catalog-redesign__sort {
        justify-content: flex-end;
    }

    .novator-detail__gallery {
        grid-template-columns: 1fr;
    }

    .novator-detail__thumbs {
        order: 2;
        width: 100%;
        height: 88px;
    }

    .novator-detail__thumb {
        width: 70px !important;
        height: 84px !important;
    }

    .novator-detail__imagebox {
        height: auto;
        aspect-ratio: 4 / 5;
        max-height: 620px;
    }

    .novator-detail__advantages {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .novator-detail__advantage {
        border-bottom: 1px solid var(--novator-line);
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .certificates-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .banner-container {
        flex-direction: column;
    }

    .banner-image {
        min-height: 260px;
    }

    .cheaper-inputs-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .catalog-redesign__head {
        margin-top: 14px;
        gap: 18px;
    }

    .catalog-redesign__etn {
        grid-template-columns: 42px 1fr;
    }

    .catalog-redesign__etn strong {
        grid-column: 1 / -1;
    }

    .catalog-redesign__sections,
    .catalog-redesign .catalogItemsBlock,
    .catalog-redesign__sections--root {
        grid-template-columns: 1fr;
    }

    .catalog-redesign__toolbar {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .catalog-redesign__sort {
        justify-content: flex-start;
        width: 100%;
    }

    .catalog-redesign__sort select {
        width: 100%;
        min-width: 0;
    }

    .novator-product-card__img {
        height: 280px;
    }

    .novator-detail__title {
        font-size: 30px;
    }

    .novator-detail__price {
        font-size: 40px;
    }

    .novator-detail__quick-specs,
    .novator-detail__delivery-mini,
    .novator-detail__actions,
    .novator-detail__buyrow {
        grid-template-columns: 1fr;
    }

    .novator-detail__qty {
        max-width: 150px;
    }

    .novator-detail__advantages {
        grid-template-columns: 1fr;
    }

    .novator-detail__advantage {
        min-height: 88px;
        border-right: 0;
    }

    .bottom-tabs {
        display: block;
    }

    .bottom-tab {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid var(--novator-line);
    }

    .novator-detail .specs-content {
        padding: 24px 18px;
    }

    .novator-detail .tab-content {
        inset: auto;
    }

    .novator-detail .spec-item {
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--novator-line);
    }

    .novator-detail .spec-dots {
        display: none;
    }

    .novator-detail .spec-value {
        display: block;
        max-width: none;
        margin-top: 4px;
        text-align: left;
    }

    .input-group {
        flex-direction: column;
    }

    .banner-content,
    .cheaper-card {
        padding: 30px 18px;
    }

    .section-main-title,
    .banner-title,
    .cheaper-title {
        font-size: 28px;
    }

    .certificates-grid {
        grid-template-columns: 1fr;
    }
}


.catalog-redesign-root__products {
    margin-top: 38px;
}

.catalog-redesign-root__products-title {
    margin: 0 0 22px;
    color: var(--novator-text);
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.catalog-redesign__toolbar--no-filter {
    grid-template-columns: minmax(0, 1fr) auto;
}

.catalog-redesign .left-filter__arrow {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    display: block !important;
    position: relative;
    margin-left: auto;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transform: none !important;
}

.catalog-redesign .left-filter__arrow::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--novator-text);
    border-bottom: 2px solid var(--novator-text);
    transform: rotate(45deg);
    transition: transform .2s ease, top .2s ease;
}

.catalog-redesign .left-filter__name.active .left-filter__arrow::before {
    top: 4px;
    transform: rotate(-135deg);
}

.novator-detail .size-panels {
    position: static;
    height: auto !important;
    min-height: 0;
}

.novator-detail .size-panel {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.novator-detail .size-panel.active {
    display: block;
}

.novator-detail .size-grid {
    align-items: flex-start;
}

.novator-detail .height-tab,
.novator-detail .size-box {
    min-width: 44px;
    height: 38px;
    line-height: 1.1;
}

.novator-detail__buyrow {
    clear: both;
}

@media (max-width: 767px) {
    .catalog-redesign-root__products-title {
        font-size: 28px;
    }

    .catalog-redesign__toolbar--no-filter {
        grid-template-columns: 1fr;
    }
}


.productFavoriteButton {
    position: relative;
}

.productFavoriteButton.active i {
    opacity: 0;
}

.productFavoriteButton.active::after {
    content: '♥';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -53%);
    color: var(--novator-red);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    pointer-events: none;
}

.novator-detail .wishlist-btn.active::after {
    font-size: 25px;
}

.novator-modal-open {
    overflow: hidden;
}

.novator-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

.novator-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.novator-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 10, 18, .62);
}

.novator-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fff;
    border: 1px solid var(--novator-line);
    box-shadow: 0 28px 90px rgba(5, 10, 18, .22);
}

.novator-modal__close {
    position: absolute;
    right: 16px;
    top: 14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 1px solid var(--novator-line);
    background: #fff;
    color: var(--novator-text);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.novator-modal__head {
    padding: 30px 32px 18px;
    border-bottom: 1px solid var(--novator-line);
}

.novator-modal__eyebrow {
    margin-bottom: 8px;
    color: var(--novator-red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.novator-modal__head h3 {
    margin: 0;
    color: var(--novator-text);
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
}

.novator-modal__head p {
    margin: 8px 48px 0 0;
    color: var(--novator-muted);
    font-size: 14px;
    line-height: 1.45;
}

.novator-detail__size-link {
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--novator-muted);
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

.novator-size-modal__body {
    padding: 28px 32px 32px;
}

.novator-size-modal__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.novator-size-modal__content {
    color: var(--novator-text);
    font-size: 15px;
    line-height: 1.6;
}

.novator-size-modal__content table {
    width: 100%;
    border-collapse: collapse;
}

.novator-size-modal__content th,
.novator-size-modal__content td {
    padding: 12px 14px;
    border: 1px solid var(--novator-line);
    text-align: left;
}

.novator-size-modal__empty {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 34px 20px;
    background: #f7f7f7;
}

.novator-size-modal__empty-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border: 1px solid rgba(158, 32, 38, .32);
    color: var(--novator-red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 900;
}

.novator-size-modal__empty h4 {
    margin: 0 0 10px;
    color: var(--novator-text);
    font-size: 22px;
    font-weight: 900;
}

.novator-size-modal__empty p {
    max-width: 460px;
    margin: 0 0 20px;
    color: var(--novator-muted);
    line-height: 1.5;
}

.novator-reviews {
    padding: 64px 0 32px;
}

.novator-reviews__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.novator-reviews__head .section-main-title {
    margin-bottom: 10px;
}

.novator-reviews__head p {
    margin: 0;
    color: var(--novator-muted);
    font-size: 15px;
}

.novator-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.novator-review-card {
    min-height: 180px;
    padding: 22px;
    border: 1px solid var(--novator-line);
    background: #fff;
}

.novator-review-card .review-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.novator-review-card .review-author {
    color: var(--novator-text);
    font-weight: 900;
}

.novator-review-card .review-date {
    color: var(--novator-muted);
    font-size: 12px;
}

.novator-review-card .review-stars,
.novator-review-stars button.active,
.novator-reviews__empty-icon {
    color: var(--novator-red);
}

.novator-review-card .review-text {
    margin: 12px 0 0;
    color: var(--novator-text);
    font-size: 14px;
    line-height: 1.55;
}

.novator-reviews__empty {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 26px;
    border: 1px solid var(--novator-line);
    background: #f8f8f8;
}

.novator-reviews__empty-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border: 1px solid rgba(158, 32, 38, .3);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.novator-reviews__empty b,
.novator-reviews__empty span {
    display: block;
}

.novator-reviews__empty b {
    margin-bottom: 5px;
    color: var(--novator-text);
    font-size: 18px;
    font-weight: 900;
}

.novator-reviews__empty span {
    color: var(--novator-muted);
    font-size: 14px;
}

.novator-review-form {
    padding: 28px 32px 32px;
}

.novator-review-form__notice {
    margin-bottom: 22px;
    padding: 14px 16px;
    border: 1px solid rgba(158, 32, 38, .18);
    background: rgba(158, 32, 38, .04);
    color: var(--novator-muted);
    font-size: 13px;
    line-height: 1.45;
}

.novator-review-form__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.novator-review-form__rating span,
.novator-review-form label span:first-child {
    color: var(--novator-text);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.novator-review-stars {
    display: flex;
    gap: 4px;
}

.novator-review-stars button {
    border: 0;
    background: transparent;
    color: #d8dbe1;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.novator-review-form__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.novator-review-form label {
    display: block;
}

.novator-review-form input[type='text'],
.novator-review-form input[type='tel'],
.novator-review-form input[type='email'],
.novator-review-form textarea {
    width: 100%;
    margin-top: 7px;
    border: 1px solid var(--novator-line);
    background: #fff;
    color: var(--novator-text);
    font-size: 14px;
}

.novator-review-form input[type='text'],
.novator-review-form input[type='tel'],
.novator-review-form input[type='email'] {
    height: 48px;
    padding: 0 14px;
}

.novator-review-form textarea {
    min-height: 130px;
    padding: 14px;
    resize: vertical;
}

.novator-review-form__textarea {
    margin-bottom: 16px;
}

.novator-review-form__consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--novator-muted);
    font-size: 12px;
    line-height: 1.45;
}

.novator-review-form__consent input {
    margin-top: 3px;
}

.novator-review-form__message {
    display: none;
    margin-bottom: 16px;
    padding: 12px 14px;
    font-size: 14px;
}

.novator-review-form__message.is-error,
.novator-review-form__message.is-success {
    display: block;
}

.novator-review-form__message.is-error {
    background: rgba(158, 32, 38, .08);
    color: var(--novator-red);
}

.novator-review-form__message.is-success {
    background: rgba(10, 162, 74, .08);
    color: #0a8f42;
}

.favoritesPageBlock {
    padding-top: 48px;
}

.favoritesPageBlock > h1 {
    margin: 0 0 30px !important;
    color: var(--novator-text);
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    font-size: 54px;
    line-height: .95;
    font-weight: 800;
    text-transform: uppercase;
}

.favoritesPageBlock .row {
    row-gap: 24px;
}

.favoritesPageBlock > .row > p,
.favoritesPageBlock .novator-favorites-empty {
    width: 100%;
    margin: 0;
    padding: 34px;
    border: 1px solid var(--novator-line);
    background: #f8f8f8;
    color: var(--novator-muted);
    font-size: 16px;
}

.related-products-redesign {
    margin-top: 54px;
    margin-bottom: 60px;
}

.related-products-redesign h3 {
    margin: 0 0 28px;
    color: var(--novator-text);
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.related-products-redesign .products-carousel,
.related-products-redesign .swiper {
    overflow: hidden;
}

.related-products-redesign .swiper-wrapper {
    align-items: stretch;
}

.novator-related-product.swiper-slide {
    height: auto;
}

.novator-related-product .novator-product-card {
    height: 100%;
}

.novator-related-product .novator-product-card__img {
    min-height: 250px;
}

.novator-related-product .novator-product-card__name {
    min-height: 86px;
}

@media (max-width: 991px) {
    .novator-reviews__grid,
    .novator-review-form__grid {
        grid-template-columns: 1fr;
    }

    .novator-reviews__head {
        display: block;
    }

    .novator-reviews__head .nbtn {
        margin-top: 18px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .novator-modal {
        padding: 12px;
        align-items: flex-end;
    }

    .novator-modal__dialog {
        max-height: calc(100vh - 24px);
    }

    .novator-modal__head,
    .novator-size-modal__body,
    .novator-review-form {
        padding-left: 18px;
        padding-right: 18px;
    }

    .novator-modal__head h3 {
        font-size: 28px;
    }

    .favoritesPageBlock > h1 {
        font-size: 38px;
    }

    .related-products-redesign h3 {
        font-size: 30px;
    }
}


.productFavoriteButton.active i {
    opacity: 1 !important;
}

.productFavoriteButton.active::after,
.novator-detail .wishlist-btn.active::after {
    content: none !important;
    display: none !important;
}

.novator-product-card > .productFavoriteButton.novator-product-card__favorite,
.novator-product-card .productFavoriteButton.novator-product-card__favorite {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    bottom: auto !important;
}

.novator-detail .wishlist-btn.productFavoriteButton {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    left: auto !important;
    bottom: auto !important;
}

.productFavoriteButton.active,
.novator-product-card__favorite.active,
.novator-detail .wishlist-btn.active {
    color: var(--novator-red) !important;
    border-color: rgba(158, 32, 38, .55) !important;
    background: rgba(158, 32, 38, .06) !important;
}

.productFavoriteButton.active .icon-heart,
.novator-product-card__favorite.active .icon-heart,
.novator-detail .wishlist-btn.active .icon-heart {
    color: var(--novator-red) !important;
}

.favoritesPageBlock .row {
    row-gap: 0;
}

.favoritesPageBlock .catalog___item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 18px !important;
}

.favoritesPageBlock .novator-product-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 220px;
}

.favoritesPageBlock .novator-product-card__img {
    height: 220px;
    min-height: 220px;
    border-right: 1px solid var(--novator-line);
    border-bottom: 0;
}

.favoritesPageBlock .novator-product-card__body {
    min-width: 0;
    padding: 24px 76px 24px 24px;
}

.favoritesPageBlock .novator-product-card__name {
    min-height: 0;
    max-width: 720px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.25;
}

.favoritesPageBlock .novator-product-card__sku {
    margin-bottom: 16px;
}

.favoritesPageBlock .novator-product-card__price {
    margin-top: auto;
    font-size: 28px;
}

.favoritesPageBlock .novator-product-card__bottom {
    max-width: 520px;
}

.favoritesPageBlock .novator-product-card__favorite {
    top: 18px !important;
    right: 18px !important;
}

.related-products-redesign .novator-related-carousel {
    overflow: hidden;
}

.related-products-redesign .novator-related-carousel .swiper-wrapper {
    align-items: stretch;
}

.related-products-redesign .novator-related-product.swiper-slide {
    height: auto;
}

.related-products-redesign .novator-product-card__price {
    word-break: normal;
    white-space: nowrap;
}

.related-products-redesign .novator-product-card__buy {
    flex: 0 0 42px;
}

@media (max-width: 767px) {
    .favoritesPageBlock .novator-product-card {
        display: block;
        min-height: 0;
    }

    .favoritesPageBlock .novator-product-card__img {
        height: 260px;
        min-height: 260px;
        border-right: 0;
        border-bottom: 1px solid var(--novator-line);
    }

    .favoritesPageBlock .novator-product-card__body {
        padding: 18px;
    }

    .favoritesPageBlock .novator-product-card__name {
        font-size: 17px;
    }
}



.novator-product-card,
.related-products-redesign .novator-product-card,
.favoritesPageBlock .novator-product-card {
    position: relative !important;
    overflow: hidden !important;
}

.novator-product-card .productFavoriteButton,
.novator-product-card__favorite.productFavoriteButton,
.related-products-redesign .productFavoriteButton,
.favoritesPageBlock .productFavoriteButton,
.novator-detail__imagebox .productFavoriteButton,
.novator-detail .wishlist-btn.productFavoriteButton {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 10 !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 38px !important;
    border: 1px solid #dfe4eb !important;
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #6b747f !important;
    line-height: 1 !important;
    font-size: 0 !important;
    overflow: hidden !important;
}

.novator-detail__imagebox .productFavoriteButton,
.novator-detail .wishlist-btn.productFavoriteButton {
    top: 18px !important;
    right: 18px !important;
}

.novator-product-card .productFavoriteButton:hover,
.novator-product-card__favorite.productFavoriteButton:hover,
.related-products-redesign .productFavoriteButton:hover,
.favoritesPageBlock .productFavoriteButton:hover,
.novator-detail__imagebox .productFavoriteButton:hover,
.novator-detail .wishlist-btn.productFavoriteButton:hover {
    border-color: #a71f2a !important;
    background: #fff !important;
    color: #a71f2a !important;
}

.novator-product-card .productFavoriteButton.active,
.novator-product-card__favorite.productFavoriteButton.active,
.related-products-redesign .productFavoriteButton.active,
.favoritesPageBlock .productFavoriteButton.active,
.novator-detail__imagebox .productFavoriteButton.active,
.novator-detail .wishlist-btn.productFavoriteButton.active {
    border-color: #a71f2a !important;
    background: #fff !important;
    color: #a71f2a !important;
}

.novator-product-card .productFavoriteButton .icon-heart,
.novator-product-card__favorite.productFavoriteButton .icon-heart,
.related-products-redesign .productFavoriteButton .icon-heart,
.favoritesPageBlock .productFavoriteButton .icon-heart,
.novator-detail__imagebox .productFavoriteButton .icon-heart,
.novator-detail .wishlist-btn.productFavoriteButton .icon-heart {
    position: relative !important;
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 0 !important;
    line-height: 22px !important;
    color: inherit !important;
    transform: none !important;
}

.novator-product-card .productFavoriteButton .icon-heart::before,
.novator-product-card__favorite.productFavoriteButton .icon-heart::before,
.related-products-redesign .productFavoriteButton .icon-heart::before,
.favoritesPageBlock .productFavoriteButton .icon-heart::before,
.novator-detail__imagebox .productFavoriteButton .icon-heart::before,
.novator-detail .wishlist-btn.productFavoriteButton .icon-heart::before {
    content: '♡' !important;
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: currentColor !important;
}

.novator-product-card .productFavoriteButton.active .icon-heart::before,
.novator-product-card__favorite.productFavoriteButton.active .icon-heart::before,
.related-products-redesign .productFavoriteButton.active .icon-heart::before,
.favoritesPageBlock .productFavoriteButton.active .icon-heart::before,
.novator-detail__imagebox .productFavoriteButton.active .icon-heart::before,
.novator-detail .wishlist-btn.productFavoriteButton.active .icon-heart::before {
    content: '♥' !important;
    color: #a71f2a !important;
}

.related-products-redesign .products-carousel-wrap,
.related-products-redesign .novator-related-wrap {
    position: relative !important;
    overflow: visible !important;
    padding: 0 52px !important;
}

.related-products-redesign .novator-related-carousel {
    width: 100% !important;
    overflow: hidden !important;
}

.related-products-redesign .novator-related-carousel .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
}

.related-products-redesign .novator-related-carousel:not(.swiper-initialized) .swiper-wrapper {
    gap: 16px !important;
}

.related-products-redesign .novator-related-carousel:not(.swiper-initialized) .novator-related-product.swiper-slide {
    flex: 0 0 calc((100% - 48px) / 4) !important;
    width: calc((100% - 48px) / 4) !important;
    max-width: calc((100% - 48px) / 4) !important;
}

.related-products-redesign .novator-related-product.swiper-slide {
    height: auto !important;
    min-width: 0 !important;
}

.related-products-redesign .novator-product-card {
    height: 100% !important;
    min-width: 0 !important;
}

.related-products-redesign .novator-product-card__img {
    height: 270px !important;
    min-height: 270px !important;
    padding: 18px !important;
}

.related-products-redesign .novator-product-card__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.related-products-redesign .novator-product-card__name {
    min-height: 78px !important;
    font-size: 15px !important;
    line-height: 1.28 !important;
    overflow: hidden !important;
}

.related-products-redesign .carousel-btn {
    z-index: 20 !important;
}

@media (max-width: 1199px) {
    .related-products-redesign .novator-related-carousel:not(.swiper-initialized) .novator-related-product.swiper-slide {
        flex-basis: calc((100% - 32px) / 3) !important;
        width: calc((100% - 32px) / 3) !important;
        max-width: calc((100% - 32px) / 3) !important;
    }
}

@media (max-width: 991px) {
    .related-products-redesign .products-carousel-wrap,
    .related-products-redesign .novator-related-wrap {
        padding: 0 42px !important;
    }

    .related-products-redesign .novator-related-carousel:not(.swiper-initialized) .novator-related-product.swiper-slide {
        flex-basis: calc((100% - 16px) / 2) !important;
        width: calc((100% - 16px) / 2) !important;
        max-width: calc((100% - 16px) / 2) !important;
    }
}

@media (max-width: 575px) {
    .related-products-redesign .products-carousel-wrap,
    .related-products-redesign .novator-related-wrap {
        padding: 0 32px !important;
    }

    .related-products-redesign .novator-related-carousel:not(.swiper-initialized) .novator-related-product.swiper-slide {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}


.catalogLoadArea .paginationBlock.hidden-important,
.catalogLoadArea .catalogMoreButton.hidden-important {
    display: none !important;
}

.novator-basket-added {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.novator-basket-added.is-open {
    display: flex;
}

.novator-basket-added__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 14, 24, .62);
}

.novator-basket-added__box {
    position: relative;
    width: min(100%, 460px);
    background: #fff;
    border: 1px solid #e6e9ef;
    box-shadow: 0 24px 70px rgba(9, 14, 24, .22);
    padding: 34px 34px 30px;
    text-align: center;
}

.novator-basket-added__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #81899a;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.novator-basket-added__icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #b01624;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
}

.novator-basket-added__title {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 700;
    text-transform: uppercase;
    color: #151b29;
    margin-bottom: 10px;
}

.novator-basket-added__text {
    color: #5f687a;
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 24px;
}

.novator-basket-added__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.novator-basket-added__btn {
    min-height: 48px;
    border: 1px solid #b01624;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.novator-basket-added__btn--primary {
    background: #b01624;
    color: #fff !important;
}

.novator-basket-added__btn--light {
    background: #fff;
    color: #b01624;
}

.related-products-redesign .novator-related__pagination,
.related-products-redesign .carousel-pagination,
.related-products-redesign .swiper-pagination,
.related-products-redesign .swiper-pagination-bullets {
    display: none !important;
}

.related-products-redesign .novator-related-wrap,
.related-products-redesign .products-carousel-wrap {
    position: relative;
    overflow: visible;
    padding-bottom: 0 !important;
}

.related-products-redesign .novator-related-carousel {
    overflow: hidden !important;
    width: 100%;
}

.related-products-redesign .novator-related-carousel .swiper-wrapper {
    align-items: stretch;
}

.related-products-redesign .novator-related-product.swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.related-products-redesign .novator-product-card {
    width: 100%;
    min-width: 0;
    height: 100%;
}

.related-products-redesign .carousel-btn {
    z-index: 8;
}

@media (max-width: 575px) {
    .novator-basket-added__box {
        padding: 30px 18px 22px;
    }
    .novator-basket-added__actions {
        grid-template-columns: 1fr;
    }
    .novator-basket-added__title {
        font-size: 24px;
    }
}

@media (min-width: 1600px) {
    .novator-detail__container {
        max-width: 1440px;
    }

    .novator-detail__hero {
        grid-template-columns: minmax(0, 1.12fr) minmax(440px, .88fr);
        gap: 56px;
    }

    .novator-detail__imagebox,
    .novator-detail__thumbs {
        height: 640px;
    }

    .catalog-redesign .catalogItemsBlock {
        gap: 28px;
    }
}

@media (min-width: 1920px) {
    .novator-detail__container {
        max-width: 1560px;
    }

    .novator-detail__imagebox,
    .novator-detail__thumbs {
        height: 700px;
    }

    .catalog-redesign__layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 34px;
    }
}

@media (min-width: 2048px) {
    .catalog-redesign__title,
    .section-main-title,
    .novator-detail__title {
        letter-spacing: .005em;
    }

    .catalog-redesign__layout {
        grid-template-columns: 370px minmax(0, 1fr);
    }
}

@media (min-width: 2560px) {
    .novator-detail__container {
        max-width: 1680px;
    }

    .novator-detail__imagebox,
    .novator-detail__thumbs {
        height: 760px;
    }

    .catalog-redesign__layout {
        grid-template-columns: 390px minmax(0, 1fr);
    }
}

@media (min-width: 3440px) {
    .novator-detail__container {
        max-width: 1780px;
    }

    .catalog-redesign__layout {
        grid-template-columns: 410px minmax(0, 1fr);
    }
}


@media (min-width: 1200px) {
    .catalog-redesign__layout.row {
        display: grid !important;
        grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
        gap: 0 28px;
        align-items: start;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .catalog-redesign__layout > .catalog-redesign__filter-col,
    .catalog-redesign__layout > .catalog-redesign__content-col,
    .catalog-redesign__layout > .col-xl-3,
    .catalog-redesign__layout > .col-xl-9 {
        width: auto !important;
        max-width: none !important;
        flex: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 0;
    }

    .catalog-redesign__layout > .catalog-redesign__filter-col,
    .catalog-redesign__layout > .col-xl-3:first-child {
        grid-column: 1;
    }

    .catalog-redesign__layout > .catalog-redesign__content-col,
    .catalog-redesign__layout > .col-xl-9:last-child {
        grid-column: 2;
    }

    .catalog-redesign .left-filter-wrap {
        width: 100%;
        max-width: none;
    }

    .catalog-redesign .catalogLoadArea,
    .catalog-redesign .catalogItemsBlock,
    .catalog-redesign__toolbar {
        min-width: 0;
    }
}

@media (min-width: 1600px) {
    .catalog-redesign__layout.row {
        grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
        gap: 0 32px;
    }
}

@media (min-width: 2048px) {
    .catalog-redesign__layout.row {
        grid-template-columns: minmax(330px, 380px) minmax(0, 1fr);
        gap: 0 34px;
    }
}

@media (min-width: 2560px) {
    .catalog-redesign__layout.row {
        grid-template-columns: minmax(350px, 400px) minmax(0, 1fr);
        gap: 0 38px;
    }
}

@media (max-width: 1199px) {
    .catalog-redesign__layout.row {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .catalog-redesign__layout > .catalog-redesign__filter-col,
    .catalog-redesign__layout > .catalog-redesign__content-col {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Catalog refinement v21: catalog pages only */
.catalog-redesign.container {
    padding-top: 0 !important;
}

.catalog-redesign {
    margin-top: 0 !important;
}

.catalog-redesign__head {
    margin-top: 12px !important;
    margin-bottom: 24px !important;
}

.catalog-redesign__head--root {
    margin-top: 12px !important;
}

.catalog-redesign__title {
    max-width: 980px;
}

.catalog-redesign__etn {
    min-height: 68px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px 16px;
}

.catalog-redesign__etn-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
}

.catalog-redesign__etn b {
    font-size: 14px;
}

.catalog-redesign__etn em {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.25;
}

.catalog-redesign__etn strong {
    min-height: 40px;
    padding: 0 14px;
    font-size: 11px;
    white-space: nowrap;
}

.catalog-redesign__sections {
    gap: 10px;
    margin-bottom: 28px;
}

.catalog-redesign__section-card {
    min-height: 74px;
    align-items: center;
    padding: 14px 16px;
}

.catalog-redesign__section-info {
    min-width: 0;
}

.catalog-redesign__section-info b,
.catalog-redesign__section-info em {
    overflow: visible !important;
    text-overflow: initial !important;
}

.catalog-redesign__section-info b {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
    line-height: 1.22;
}

.catalog-redesign__section-card--root {
    min-height: 86px;
    grid-template-columns: 52px minmax(0, 1fr) 16px;
    padding: 16px 18px;
}

.catalog-redesign__section-card--root .catalog-redesign__section-icon {
    width: 52px;
    height: 52px;
}

.catalog-redesign__section-card--root .catalog-redesign__section-info b {
    font-size: 15px;
}

.catalog-redesign__layout--root {
    margin-top: 4px;
}

.catalog-redesign-root__products {
    min-width: 0;
}

.catalog-redesign-root__products-title {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
}

.catalog-redesign .left-filter-wrap {
    background: #fafafa;
    border-color: #eceef3;
}

.catalog-redesign .left-filter {
    background: #fafafa;
}

.catalog-redesign__filter-heading,
.left-filter__top {
    min-height: 56px;
    padding: 16px 18px;
    background: #fafafa;
}

.catalog-redesign .left-filter__title {
    font-size: 15px;
}

.catalog-redesign .left-filter__clear {
    gap: 8px;
    font-size: 13px;
    color: var(--novator-red);
    white-space: nowrap;
}

.catalog-redesign .left-filter__clear .icon,
.catalog-redesign .left-filter__clear i {
    font-size: 15px;
}

.catalog-redesign .left-filter__el {
    padding: 0 18px;
    background: #fafafa;
}

.catalog-redesign .left-filter__name {
    min-height: 46px;
    font-size: 12px;
    letter-spacing: .015em;
}

.catalog-redesign .left-filter__toggle {
    padding-bottom: 16px;
}

.catalog-redesign .left-filter__arrow {
    flex: 0 0 auto;
    color: var(--novator-text);
    transition: transform .2s ease;
}

.catalog-redesign .left-filter__name.active .left-filter__arrow {
    transform: rotate(180deg);
}

.novator-filter-el--hidden {
    display: none;
}

.left-filter.novator-filter-expanded .novator-filter-el--hidden {
    display: block;
}

.novator-filter-more,
.novator-filter-values-more {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--novator-red);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 13px 18px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.novator-filter-values-more {
    padding: 4px 0 0;
    justify-content: flex-start;
    font-size: 11px;
}

.novator-filter-more .icon,
.novator-filter-values-more .icon {
    font-size: 10px;
}

.left-filter.novator-filter-expanded .novator-filter-more .icon,
.left-filter__toggle.is-expanded .novator-filter-values-more .icon {
    transform: rotate(180deg);
}

.novator-filter-values {
    display: block;
}

.novator-filter-values--buttons,
.novator-filter-values--protective,
.novator-filter-values--color {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.catalog-redesign .novator-filter-value--tag {
    margin: 0 !important;
}

.catalog-redesign .novator-filter-value--tag .custom-checkbox-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.catalog-redesign .novator-filter-value--tag .custom-checkbox-label {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid #e3e5ea;
    background: #fff;
    color: var(--novator-text);
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    cursor: pointer;
}

.catalog-redesign .novator-filter-value--tag .custom-checkbox-label::before,
.catalog-redesign .novator-filter-value--tag .custom-checkbox-label::after {
    display: none !important;
}

.catalog-redesign .novator-filter-value--tag .custom-checkbox-input:checked + .custom-checkbox-label {
    border-color: rgba(158, 32, 38, .42);
    background: rgba(158, 32, 38, .08);
    color: var(--novator-red);
}

.catalog-redesign .left-filter__el--protective .custom-checkbox-label {
    width: auto;
    min-width: 38px;
    max-width: 100%;
}

.novator-filter-short-code {
    font-weight: 900;
    white-space: nowrap;
}

.novator-filter-full-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.catalog-redesign .novator-filter-value--hidden {
    display: none !important;
}

.left-filter__toggle.is-expanded .novator-filter-value--hidden {
    display: block !important;
}

.left-filter__toggle.is-expanded .novator-filter-values--buttons .novator-filter-value--hidden,
.left-filter__toggle.is-expanded .novator-filter-values--protective .novator-filter-value--hidden,
.left-filter__toggle.is-expanded .novator-filter-values--color .novator-filter-value--hidden {
    display: block !important;
}

.novator-price-filter-inputs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.novator-price-filter-inputs label {
    margin: 0;
}

.novator-price-filter-inputs label span {
    display: block;
    margin-bottom: 5px;
    color: var(--novator-muted);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.catalog-redesign .novator-price-filter-inputs .form-control {
    min-height: 38px;
    height: 38px;
    padding: 0 10px;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.catalog-redesign__toolbar {
    min-height: 48px;
    padding-bottom: 0;
    border-bottom: 1px solid #edf0f4;
}

.catalog-redesign__toolbar--no-filter {
    grid-template-columns: minmax(0, 1fr) auto;
}

.catalog-redesign__found {
    font-size: 13px;
}

.catalog-redesign__sort {
    gap: 8px;
}

.catalog-redesign__sort select {
    min-width: 210px;
    height: 42px;
    background: #fff;
    border-color: #e3e6ec;
}

.catalog-redesign__active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: -4px 0 20px;
}

.catalog-redesign__active-filters[hidden] {
    display: none !important;
}

.catalog-filter-chip,
.catalog-filter-reset-chip {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e7ec;
    background: #f7f8fa;
    padding: 6px 10px;
    color: var(--novator-text);
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
}

.catalog-filter-chip b {
    font-weight: 800;
}

.catalog-filter-chip i,
.catalog-filter-reset-chip i {
    font-style: normal;
    color: var(--novator-red);
    font-weight: 900;
}

.catalog-filter-reset-chip {
    border-color: transparent;
    background: transparent;
    color: var(--novator-red);
    font-weight: 800;
}

.catalog-redesign__advantages {
    margin-top: 34px;
    margin-bottom: 26px;
}

.novator-product-card__labels .product__label_minpromtorg {
    background: #1d2027;
    color: #fff;
}

@media (max-width: 1399px) {
    .catalog-redesign__etn {
        grid-template-columns: 38px minmax(0, 1fr);
    }
    .catalog-redesign__etn strong {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .catalog-redesign__head {
        margin-top: 8px !important;
    }
    .catalog-redesign__etn {
        max-width: 680px;
    }
    .catalog-redesign__toolbar {
        border-bottom: 0;
    }
    .catalog-redesign-root__products-title {
        margin-top: 18px !important;
    }
}

@media (max-width: 991px) {
    .catalog-redesign__section-card,
    .catalog-redesign__section-card--root {
        min-height: 78px;
        padding: 14px;
    }
    .catalog-redesign__active-filters {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .catalog-redesign__title {
        font-size: 34px;
    }
    .catalog-redesign__sections,
    .catalog-redesign__sections--root {
        gap: 8px;
    }
    .catalog-redesign__section-card,
    .catalog-redesign__section-card--root {
        grid-template-columns: 42px minmax(0, 1fr) 14px;
    }
    .catalog-redesign__section-card .catalog-redesign__section-icon,
    .catalog-redesign__section-card--root .catalog-redesign__section-icon {
        width: 42px;
        height: 42px;
    }
    .catalog-redesign__section-info b,
    .catalog-redesign__section-card--root .catalog-redesign__section-info b {
        font-size: 13px;
    }
    .catalog-redesign__sort {
        grid-column: 1 / -1;
        justify-content: stretch;
    }
    .catalog-redesign__sort select {
        width: 100%;
        min-width: 0;
    }
    .catalog-redesign__etn {
        min-height: 0;
        padding: 12px;
    }
    .catalog-redesign__etn strong {
        min-height: 38px;
    }
}

/* v22 filter hotfixes */
.catalog-redesign .novator-price-range-source,
.catalog-redesign .novator-filter-el--price input[class*="range-slider-"]:not(.filterPriceSliderFromInput):not(.filterPriceSliderToInput) {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

.catalog-redesign .novator-filter-el--price .left-filter__toggle > .irs:nth-of-type(n+2) {
    display: none !important;
}

.catalog-redesign .novator-filter-value.is-checked .custom-checkbox-label,
.catalog-redesign .novator-filter-value--tag.is-checked .custom-checkbox-label,
.catalog-redesign .custom-checkbox-input:checked + .custom-checkbox-label {
    border-color: rgba(158, 32, 38, .65) !important;
    background: rgba(158, 32, 38, .09) !important;
    color: var(--novator-red) !important;
}

.catalog-redesign .novator-filter-value:not(.novator-filter-value--tag).is-checked .custom-checkbox-label::before,
.catalog-redesign .novator-filter-value:not(.novator-filter-value--tag) .custom-checkbox-input:checked + .custom-checkbox-label::before {
    border-color: var(--novator-red) !important;
    background: var(--novator-red) !important;
}

.catalog-redesign .catalog-redesign__sort {
    flex: 0 0 auto;
    justify-self: end;
    max-width: 320px;
}

.catalog-redesign .catalog-redesign__sort .form-control,
.catalog-redesign .catalog-redesign__sort select {
    width: auto !important;
    min-width: 190px;
    max-width: 230px;
}

.catalog-redesign .catalog-redesign__toolbar--no-filter {
    grid-template-columns: minmax(0, 1fr) auto;
}

@media (max-width: 991px) {
    .catalog-redesign .catalog-redesign__sort {
        max-width: none;
        justify-self: stretch;
    }
    .catalog-redesign .catalog-redesign__sort .form-control,
    .catalog-redesign .catalog-redesign__sort select {
        width: 100% !important;
        max-width: none;
    }
}


/* detail page reference layout */
.novator-detail__posthero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    margin-top: 32px;
    align-items: stretch;
}

.novator-detail__posthero .novator-detail__advantages {
    margin-top: 0;
}

.novator-detail__choice {
    min-height: 108px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--novator-line);
    background: #fff;
}

.novator-detail__choice-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(158, 32, 38, .24);
    color: var(--novator-red);
    font-size: 20px;
    font-weight: 900;
}

.novator-detail__choice b,
.novator-detail__choice span {
    display: block;
}

.novator-detail__choice b {
    margin-bottom: 4px;
    color: var(--novator-text);
    font-size: 14px;
    font-weight: 900;
}

.novator-detail__choice span {
    color: var(--novator-muted);
    font-size: 12px;
    line-height: 1.35;
}

.novator-detail__choice .nbtn {
    min-height: 46px;
    padding: 0 18px;
    white-space: nowrap;
}

.novator-detail__spec-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 42px;
    align-items: start;
}

.novator-detail__protection-card {
    padding: 24px;
    border: 1px solid var(--novator-line);
    background: #fff;
}

.novator-detail__protection-card h3 {
    margin: 0 0 16px;
    color: var(--novator-text);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.novator-detail__protection-card h3:not(:first-child) {
    margin-top: 24px;
}

.novator-detail__protection-card p {
    margin: 0;
    color: var(--novator-muted);
    font-size: 13px;
    line-height: 1.55;
}

.novator-detail__protection-card-list {
    display: grid;
    gap: 8px;
}

.novator-detail__protection-card-list div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.novator-detail__protection-card-list span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(158, 32, 38, .24);
    background: rgba(158, 32, 38, .04);
    color: var(--novator-red);
    font-size: 12px;
    font-weight: 900;
}

.novator-detail__protection-card-list b {
    color: var(--novator-text);
    font-size: 13px;
    line-height: 1.35;
}

.novator-detail__minprom {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--novator-line);
    color: var(--novator-text);
    font-size: 13px;
    font-weight: 800;
}

.novator-detail__minprom img {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

.novator-detail__cert-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.novator-detail__cert-card {
    display: block;
    color: var(--novator-text);
    text-align: center;
    text-decoration: none !important;
}

.novator-detail__cert-card span {
    display: block;
    aspect-ratio: 1 / 1.35;
    margin-bottom: 12px;
    border: 1px solid var(--novator-line);
    background: var(--novator-soft);
    overflow: hidden;
}

.novator-detail__cert-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.novator-detail__cert-card b {
    display: block;
    font-size: 13px;
    line-height: 1.35;
}

.novator-detail__trust {
    margin-top: 32px;
    border: 1px solid var(--novator-line);
    background: #fff;
}

.novator-detail__trust h2 {
    margin: 0;
    padding: 20px 28px;
    border-bottom: 1px solid var(--novator-line);
    color: var(--novator-text);
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.novator-detail__trust-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: 92px;
}

.novator-detail__trust-logo,
.novator-detail__trust-count {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-right: 1px solid var(--novator-line);
}

.novator-detail__trust-logo img {
    max-width: 118px;
    max-height: 38px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .75;
}

.novator-detail__trust-count {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    border-right: 0;
}

.novator-detail__trust-count b {
    color: var(--novator-text);
    font-size: 18px;
    font-weight: 900;
}

.novator-detail__trust-count span {
    color: var(--novator-muted);
    font-size: 12px;
    line-height: 1.3;
}

.novator-reviews--inside .section-main-title {
    margin: 0 0 8px;
    font-size: 28px;
}

.novator-reviews--inside .novator-reviews__head {
    margin-bottom: 24px;
}

.related-products-redesign {
    margin-top: 54px;
}

.novator-related-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: stretch;
}

.novator-related-layout__products {
    min-width: 0;
}

.novator-related-layout .related-products-redesign h3,
.related-products-redesign h3 {
    font-size: 34px;
}

.novator-detail-help {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 360px;
    padding: 34px;
    border: 1px solid var(--novator-line);
    background: var(--novator-soft);
}

.novator-detail-help__label {
    margin-bottom: 12px;
    color: var(--novator-red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.novator-detail-help h3 {
    margin: 0 0 14px;
    color: var(--novator-text);
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
}

.novator-detail-help p {
    margin: 0 0 22px;
    color: var(--novator-muted);
    font-size: 14px;
    line-height: 1.55;
}

.novator-detail-help__phone,
.novator-detail-help__mail {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--novator-text);
    font-weight: 900;
    text-decoration: none !important;
}

.novator-detail-help .nbtn {
    margin-top: 16px;
}

@media (max-width: 1199px) {
    .novator-detail__posthero,
    .novator-detail__spec-layout,
    .novator-related-layout {
        grid-template-columns: 1fr;
    }

    .novator-detail__choice {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .novator-detail__choice .nbtn {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .novator-detail__trust-grid,
    .novator-detail__cert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .novator-detail__posthero .novator-detail__advantages {
        grid-template-columns: 1fr;
    }

    .novator-detail__posthero .novator-detail__advantage {
        border-right: 0;
        border-bottom: 1px solid var(--novator-line);
    }

    .novator-detail__choice {
        display: block;
    }

    .novator-detail__choice-icon {
        margin-bottom: 14px;
    }

    .novator-detail__choice .nbtn {
        width: 100%;
        margin-top: 18px;
    }
}

/* detail page final fixes: dynamic-safe advantages, choice block, mobile */
.novator-detail__choice {
    grid-template-columns: 48px minmax(0, 1fr);
    align-content: center;
}

.novator-detail__choice .nbtn {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    min-height: 42px;
}

.novator-detail__trust-logo img {
    opacity: .9;
}

.novator-detail__protection-card-list div {
    align-items: start;
}

.novator-detail__protection-card-list b {
    font-weight: 700;
}

@media (max-width: 991px) {
    .novator-detail__topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .novator-detail__title {
        font-size: clamp(24px, 7vw, 34px);
        line-height: 1.05;
    }

    .novator-detail__price {
        font-size: clamp(34px, 9vw, 44px);
    }

    .novator-detail__protection {
        align-items: flex-start;
        flex-direction: column;
    }

    .novator-detail__protection-list {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .novator-detail__hero {
        gap: 22px;
    }

    .novator-detail__gallery {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .novator-detail__thumbs {
        order: 2;
        width: 100%;
        max-height: none;
    }

    .novator-detail__thumbs .swiper-wrapper {
        flex-direction: row;
    }

    .novator-detail__thumb {
        width: 74px !important;
        height: 88px !important;
        flex: 0 0 74px;
    }

    .novator-detail__imagebox {
        order: 1;
        min-height: 0;
        aspect-ratio: 1 / 1.18;
    }

    .novator-detail__quick-specs {
        grid-template-columns: 1fr 1fr;
    }

    .novator-detail__quick-specs div {
        padding: 10px;
    }

    .novator-detail__actions,
    .novator-detail__buyrow,
    .novator-detail__delivery-mini {
        grid-template-columns: 1fr;
    }

    .novator-detail__qty {
        width: 100%;
        max-width: none;
    }

    .novator-detail__posthero {
        gap: 14px;
        margin-top: 24px;
    }

    .novator-detail__posthero .novator-detail__advantages {
        grid-template-columns: 1fr 1fr;
    }

    .novator-detail__posthero .novator-detail__advantage {
        min-height: 96px;
        border-right: 1px solid var(--novator-line);
    }

    .novator-detail__posthero .novator-detail__advantage:nth-child(2n) {
        border-right: 0;
    }

    .novator-detail__choice {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 18px;
    }

    .novator-detail__choice-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }

    .bottom-tabs {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .bottom-tabs::-webkit-scrollbar {
        display: none;
    }

    .bottom-tab {
        width: auto;
        min-width: max-content;
        flex: 0 0 auto;
        min-height: 54px;
        padding: 0 18px;
        border-right: 1px solid var(--novator-line);
        border-bottom: 0;
        font-size: 12px;
        white-space: nowrap;
    }

    .novator-detail .specs-content {
        padding: 22px 16px;
    }

    .novator-detail__spec-layout {
        gap: 22px;
    }

    .novator-detail__protection-card {
        padding: 18px;
    }

    .novator-detail__cert-grid,
    .novator-detail__trust-grid {
        grid-template-columns: 1fr 1fr;
    }

    .novator-detail__trust h2 {
        padding: 16px 18px;
    }

    .novator-detail__trust-logo,
    .novator-detail__trust-count {
        min-height: 86px;
        border-bottom: 1px solid var(--novator-line);
    }

    .related-products-redesign {
        margin-top: 34px;
    }

    .novator-related-layout {
        gap: 18px;
    }

    .related-products-redesign h3 {
        font-size: 28px;
    }

    .novator-detail-help {
        min-height: 0;
        padding: 24px 18px;
    }

    .novator-detail-help h3 {
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    .novator-detail__quick-specs,
    .novator-detail__posthero .novator-detail__advantages {
        grid-template-columns: 1fr;
    }

    .novator-detail__posthero .novator-detail__advantage,
    .novator-detail__posthero .novator-detail__advantage:nth-child(2n) {
        border-right: 0;
    }
}

.novator-detail__tab-empty {
    width: 100%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 24px 28px;
    border: 1px solid var(--novator-line);
    background: #fff;
    color: var(--novator-text);
}

.novator-detail__tab-empty b {
    display: block;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.novator-detail__tab-empty span {
    display: block;
    max-width: 720px;
    color: var(--novator-muted);
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .novator-detail__tab-empty {
        min-height: 0;
        padding: 18px;
    }

    .novator-detail__tab-empty b {
        font-size: 14px;
    }

    .novator-detail__tab-empty span {
        font-size: 13px;
    }
}

/* detail page reference bottom blocks: final visual correction */
.novator-detail__posthero {
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 16px !important;
    margin-top: 30px !important;
    align-items: stretch !important;
}

.novator-detail__posthero .novator-detail__advantages {
    display: block !important;
    margin: 0 !important;
    padding: 22px 26px 20px !important;
    border: 1px solid #e4e8ef !important;
    background: #fff !important;
}

.novator-detail__advantages-title {
    margin: 0 0 22px;
    color: #1f2730;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.novator-detail__advantages-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.novator-detail__posthero .novator-detail__advantage {
    min-height: auto !important;
    padding: 0 8px !important;
    border: 0 !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    gap: 7px !important;
}

.novator-detail__posthero .novator-detail__advantage span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9e2026 !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

.novator-detail__posthero .novator-detail__advantage span svg {
    width: 30px;
    height: 30px;
    display: block;
}

.novator-detail__posthero .novator-detail__advantage b {
    display: block;
    color: #1f2730;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.novator-detail__posthero .novator-detail__advantage em {
    display: block;
    margin-top: 2px;
    color: #768191;
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.novator-detail__choice {
    position: relative;
    min-height: 142px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 98px !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 22px 20px !important;
    border: 1px solid #e4e8ef !important;
    background: #f7f8fa !important;
    overflow: hidden;
}

.novator-detail__choice-icon {
    display: none !important;
}

.novator-detail__choice-content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.novator-detail__choice-kicker {
    margin-bottom: 8px;
    color: #1f2730;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.novator-detail__choice-content span {
    display: block;
    max-width: 190px;
    margin-bottom: 16px;
    color: #6f7b8a;
    font-size: 12px;
    line-height: 1.35;
}

.novator-detail__choice .nbtn {
    width: auto !important;
    min-width: 152px;
    min-height: 40px !important;
    padding: 0 18px !important;
    font-size: 12px !important;
    grid-column: auto !important;
    justify-self: start !important;
}

.novator-detail__choice-figure {
    color: #9e2026;
    align-self: end;
    justify-self: end;
    opacity: .92;
}

.novator-detail__choice-figure svg {
    display: block;
    width: 100px;
    height: 100px;
}

.related-products-redesign {
    margin-top: 36px !important;
}

.novator-related-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 22px !important;
    align-items: stretch !important;
}

.novator-related-layout .related-products-redesign h3,
.related-products-redesign h3 {
    margin: 0 0 18px !important;
    color: #1f2730 !important;
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.related-products-redesign .products-carousel-wrap,
.related-products-redesign .novator-related-wrap {
    position: relative;
    margin: 0 !important;
    padding: 0 42px !important;
    min-width: 0;
    border: 1px solid #e4e8ef;
    background: #fafbfc;
}

.related-products-redesign .novator-related-carousel {
    overflow: hidden !important;
    padding: 18px 0 16px !important;
}

.related-products-redesign .novator-related-carousel .swiper-wrapper {
    align-items: stretch;
}

.related-products-redesign .novator-related-product.swiper-slide {
    width: 150px !important;
    flex: 0 0 150px !important;
    height: auto !important;
}

.related-products-redesign .novator-product-card {
    min-height: 0 !important;
    height: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.related-products-redesign .novator-product-card__img {
    height: 96px !important;
    min-height: 96px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.related-products-redesign .novator-product-card__img img {
    width: auto !important;
    max-width: 100% !important;
    height: 96px !important;
    max-height: 96px !important;
    object-fit: contain !important;
}

.related-products-redesign .novator-product-card__labels,
.related-products-redesign .novator-product-card__favorite,
.related-products-redesign .novator-product-card__bottom,
.related-products-redesign .product__labels,
.related-products-redesign .productFavoriteButton {
    display: none !important;
}

.related-products-redesign .novator-product-card__body {
    padding: 0 !important;
    min-height: 0 !important;
}

.related-products-redesign .novator-product-card__sku {
    margin-bottom: 6px !important;
    color: #7c8796 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.related-products-redesign .novator-product-card__name {
    min-height: 34px !important;
    margin: 0 0 8px !important;
    color: #1f2730 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    -webkit-line-clamp: 2 !important;
}

.related-products-redesign .novator-product-card__price {
    margin: 0 !important;
    color: #1f2730 !important;
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

.related-products-redesign .carousel-btn {
    width: 38px !important;
    height: 38px !important;
    margin-top: -19px !important;
    border: 1px solid #e4e8ef !important;
    background: #fff !important;
    color: #8d98a8 !important;
    box-shadow: none !important;
}

.related-products-redesign .carousel-btn__prev,
.related-products-redesign .novator-related__prev {
    left: -19px !important;
}

.related-products-redesign .carousel-btn__next,
.related-products-redesign .novator-related__next {
    right: -19px !important;
}

.novator-detail-help {
    position: relative;
    min-height: 206px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 120px !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 22px 20px !important;
    border: 1px solid #e4e8ef !important;
    background: #f7f8fa !important;
    overflow: hidden;
}

.novator-detail-help__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.novator-detail-help__label {
    margin: 0 0 8px !important;
    color: #9e2026 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.novator-detail-help h3 {
    max-width: 185px;
    margin: 0 0 10px !important;
    color: #1f2730 !important;
    font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif !important;
    font-size: 24px !important;
    line-height: .98 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.novator-detail-help p {
    max-width: 205px;
    margin: 0 0 12px !important;
    color: #6f7b8a !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
}

.novator-detail-help__phone,
.novator-detail-help__mail {
    display: flex !important;
    margin: 0 0 5px !important;
    color: #1f2730 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.novator-detail-help .nbtn {
    width: auto !important;
    min-height: 38px !important;
    margin-top: 10px !important;
    padding: 0 18px !important;
    font-size: 11px !important;
}

.novator-detail-help__person {
    align-self: end;
    justify-self: end;
    color: #9e2026;
    opacity: .95;
}

.novator-detail-help__person svg {
    display: block;
    width: 118px;
    height: 126px;
}

@media (max-width: 1199px) {
    .novator-detail__posthero,
    .novator-related-layout {
        grid-template-columns: 1fr !important;
    }

    .novator-detail__choice,
    .novator-detail-help {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .novator-detail__posthero .novator-detail__advantages {
        padding: 18px !important;
    }

    .novator-detail__advantages-title {
        margin-bottom: 16px;
        font-size: 15px;
    }

    .novator-detail__advantages-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 10px;
    }

    .novator-detail__posthero .novator-detail__advantage {
        padding: 0 !important;
    }

    .novator-detail__choice,
    .novator-detail-help {
        grid-template-columns: minmax(0, 1fr) 86px !important;
        padding: 18px !important;
    }

    .novator-detail__choice-content span,
    .novator-detail-help p {
        max-width: none;
    }

    .novator-detail__choice-figure svg,
    .novator-detail-help__person svg {
        width: 82px;
        height: 82px;
    }

    .related-products-redesign .products-carousel-wrap,
    .related-products-redesign .novator-related-wrap {
        padding: 0 22px !important;
    }

    .related-products-redesign .novator-related-product.swiper-slide {
        width: 128px !important;
        flex-basis: 128px !important;
    }

    .related-products-redesign .novator-product-card__img,
    .related-products-redesign .novator-product-card__img img {
        height: 86px !important;
        min-height: 86px !important;
        max-height: 86px !important;
    }

    .related-products-redesign .carousel-btn__prev,
    .related-products-redesign .novator-related__prev {
        left: -14px !important;
    }

    .related-products-redesign .carousel-btn__next,
    .related-products-redesign .novator-related__next {
        right: -14px !important;
    }
}

@media (max-width: 420px) {
    .novator-detail__advantages-list {
        grid-template-columns: 1fr !important;
    }

    .novator-detail__choice,
    .novator-detail-help {
        grid-template-columns: 1fr !important;
    }

    .novator-detail__choice-figure,
    .novator-detail-help__person {
        display: none;
    }

    .novator-detail__choice .nbtn,
    .novator-detail-help .nbtn {
        width: 100% !important;
    }
}

/* detail reference final minor tune */
.related-products-redesign .novator-related-product.swiper-slide {
    width: 132px !important;
    flex: 0 0 132px !important;
}

.related-products-redesign .novator-product-card__img {
    height: 88px !important;
    min-height: 88px !important;
}

.related-products-redesign .novator-product-card__img img {
    height: 88px !important;
    max-height: 88px !important;
}

@media (max-width: 420px) {
    .novator-detail__advantages-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 340px) {
    .novator-detail__advantages-list {
        grid-template-columns: 1fr !important;
    }
}

/* --- Detail blocks final ref override --- */
.novator-detail__posthero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    align-items: stretch;
    margin: 34px 0 28px;
}
.novator-detail__posthero .novator-detail__advantages,
.novator-detail__choice,
.novator-detail-help,
.novator-related-layout__products {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
}
.novator-detail__posthero .novator-detail__advantages {
    padding: 18px 22px 20px;
}
.novator-detail__advantages-title {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #20262d;
}
.novator-detail__advantages-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}
.novator-detail__posthero .novator-detail__advantage {
    min-height: 84px;
    padding: 4px 6px;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.novator-detail__posthero .novator-detail__advantage span {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7a7f87;
}
.novator-detail__posthero .novator-detail__advantage span svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
}
.novator-detail__posthero .novator-detail__advantage b,
.novator-detail__posthero .novator-detail__advantage em {
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.35;
    color: #20262d;
}
.novator-detail__posthero .novator-detail__advantage b { white-space: normal; }
.novator-detail__choice {
    padding: 18px 18px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 100%;
}
.novator-detail__choice-content {
    flex: 1 1 auto;
}
.novator-detail__choice-kicker {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: .03em;
    color: #20262d;
    font-weight: 700;
}
.novator-detail__choice-content span {
    display: block;
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.45;
    color: #4d5560;
}
.novator-detail__choice .nbtn {
    min-width: 132px;
    min-height: 38px;
    padding: 10px 18px;
    font-size: 12px;
    letter-spacing: .03em;
}
.novator-detail__choice-figure {
    flex: 0 0 92px;
    color: #b11f25;
    display: flex;
    justify-content: center;
    align-items: center;
}
.novator-detail__choice-figure svg {
    width: 92px;
    height: 92px;
}

.novator-related-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    align-items: start;
    margin-top: 18px;
}
.novator-related-layout__products {
    padding: 14px 18px 12px;
    overflow: hidden;
}
.novator-related-layout .related-products-redesign h3,
.novator-related-layout__products > h3 {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #20262d;
}
.related-products-redesign .products-carousel-wrap {
    position: relative;
    padding: 0 18px;
}
.related-products-redesign .novator-related-carousel {
    overflow: hidden;
}
.related-products-redesign .swiper-wrapper {
    align-items: flex-start;
}
.related-products-redesign .novator-related-product.swiper-slide {
    width: auto;
    height: auto;
}
.novator-related-mini {
    display: block;
    text-align: left;
    padding: 4px 8px 8px;
}
.novator-related-mini__img,
.novator-related-mini__ph {
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.novator-related-mini__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.novator-related-mini__ph {
    background: #f5f5f5;
    border-radius: 4px;
}
.novator-related-mini__name {
    display: block;
    min-height: 34px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.35;
    color: #20262d;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.novator-related-mini__price {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    color: #20262d;
}
.related-products-redesign .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    z-index: 3;
}
.related-products-redesign .novator-related__prev { left: -2px; }
.related-products-redesign .novator-related__next { right: -2px; }
.related-products-redesign .carousel-btn i { font-size: 12px; }

.novator-detail-help {
    padding: 14px 16px 14px 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    min-height: 186px;
}
.novator-detail-help__content {
    flex: 1 1 auto;
    min-width: 0;
}
.novator-detail-help__label {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #20262d;
}
.novator-detail-help p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.45;
    color: #4d5560;
}
.novator-detail-help__phone,
.novator-detail-help__mail {
    display: block;
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 1.35;
    color: #20262d;
    text-decoration: none;
}
.novator-detail-help .nbtn {
    margin-top: 10px;
    min-height: 38px;
    padding: 10px 14px;
    font-size: 11px;
}
.novator-detail-help__person {
    flex: 0 0 104px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.novator-detail-help__person svg {
    width: 104px;
    height: 126px;
}

@media (max-width: 1199px) {
    .novator-detail__advantages-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .novator-related-layout,
    .novator-detail__posthero { grid-template-columns: 1fr; }
    .novator-detail__choice,
    .novator-detail-help { min-height: auto; }
}
@media (max-width: 767px) {
    .novator-detail__posthero { margin: 22px 0; }
    .novator-detail__posthero .novator-detail__advantages,
    .novator-detail__choice,
    .novator-related-layout__products,
    .novator-detail-help { padding: 14px; }
    .novator-detail__advantages-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .novator-detail__choice { align-items: flex-start; }
    .novator-detail__choice-figure { flex-basis: 72px; }
    .novator-detail__choice-figure svg { width: 72px; height: 72px; }
    .novator-related-layout .related-products-redesign h3, .novator-related-layout__products > h3,
    .novator-detail-help__label, .novator-detail__advantages-title, .novator-detail__choice-kicker { font-size: 11px; }
    .related-products-redesign .products-carousel-wrap { padding: 0 14px; }
    .novator-detail-help { align-items: flex-start; }
    .novator-detail-help__person { flex-basis: 82px; }
    .novator-detail-help__person svg { width: 82px; height: 102px; }
}


/* --- Detail ref blocks v4 strict override --- */
.novator-detail__posthero--ref {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 18px !important;
    align-items: stretch !important;
    margin: 34px 0 28px !important;
}
.novator-detail__advantages--ref,
.novator-detail__choice--ref,
.related-products-redesign--ref .novator-related-layout__products,
.related-products-redesign--ref .novator-detail-help {
    background: #fff !important;
    border: 1px solid #e7eaf0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.novator-detail__advantages--ref { padding: 18px 22px 20px !important; }
.novator-detail__advantages--ref .novator-detail__advantages-title {
    margin: 0 0 15px !important;
    color: #20262d !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .02em !important;
}
.novator-detail__advantages--ref .novator-detail__advantages-list {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 12px !important;
}
.novator-detail__advantages--ref .novator-detail__advantage {
    display: block !important;
    min-height: 84px !important;
    padding: 0 6px !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
}
.novator-detail__advantages--ref .novator-detail__advantage-icon {
    display: flex !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 0 9px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #80868e !important;
}
.novator-detail__advantages--ref .novator-detail__advantage-icon svg {
    width: 30px !important;
    height: 30px !important;
    stroke: currentColor !important;
}
.novator-detail__advantages--ref .novator-detail__advantage b,
.novator-detail__advantages--ref .novator-detail__advantage em {
    display: block !important;
    margin: 0 !important;
    color: #20262d !important;
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.novator-detail__choice--ref {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 18px 18px 16px !important;
    min-height: 128px !important;
}
.novator-detail__choice--ref .novator-detail__choice-content { flex: 1 1 auto !important; min-width: 0 !important; }
.novator-detail__choice--ref .novator-detail__choice-kicker {
    margin: 0 0 8px !important;
    color: #20262d !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
}
.novator-detail__choice--ref .novator-detail__choice-content span {
    display: block !important;
    margin: 0 0 14px !important;
    color: #4d5560 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
}
.novator-detail__choice--ref .nbtn {
    width: 138px !important;
    min-width: 138px !important;
    min-height: 38px !important;
    padding: 10px 14px !important;
    color: #fff !important;
    background: #a61f25 !important;
    border-color: #a61f25 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.novator-detail__choice--ref .novator-detail__choice-figure {
    flex: 0 0 82px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #b02027 !important;
}
.novator-detail__choice--ref .novator-detail__choice-figure svg { width: 82px !important; height: 82px !important; }
.related-products-redesign--ref { margin-top: 22px !important; }
.related-products-redesign--ref .novator-related-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 18px !important;
    align-items: stretch !important;
}
.related-products-redesign--ref .novator-related-layout__products {
    min-height: 190px !important;
    padding: 15px 20px 12px !important;
    overflow: hidden !important;
}
.related-products-redesign--ref h3 {
    margin: 0 0 12px !important;
    color: #20262d !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .02em !important;
}
.related-products-redesign--ref .products-carousel-wrap { position: relative !important; padding: 0 18px !important; }
.related-products-redesign--ref .novator-related-carousel { overflow: hidden !important; }
.related-products-redesign--ref .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 12px !important;
    transform: none !important;
}
.related-products-redesign--ref .novator-related-product.swiper-slide {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
.related-products-redesign--ref .novator-related-mini {
    display: block !important;
    padding: 0 2px !important;
    border: 0 !important;
    background: transparent !important;
}
.related-products-redesign--ref .novator-related-mini__img,
.related-products-redesign--ref .novator-related-mini__ph {
    display: flex !important;
    width: 76px !important;
    height: 76px !important;
    margin: 0 auto 8px !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
}
.related-products-redesign--ref .novator-related-mini__img img {
    max-width: 76px !important;
    max-height: 76px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
.related-products-redesign--ref .novator-related-mini__name {
    display: -webkit-box !important;
    min-height: 30px !important;
    overflow: hidden !important;
    color: #20262d !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.related-products-redesign--ref .novator-related-mini__price {
    margin-top: 6px !important;
    color: #20262d !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}
.related-products-redesign--ref .carousel-btn {
    position: absolute !important;
    top: 48% !important;
    transform: translateY(-50%) !important;
    z-index: 4 !important;
    width: 18px !important;
    height: 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #80868e !important;
}
.related-products-redesign--ref .novator-related__prev { left: -4px !important; }
.related-products-redesign--ref .novator-related__next { right: -4px !important; }
.related-products-redesign--ref .novator-detail-help {
    position: relative !important;
    display: flex !important;
    align-items: flex-end !important;
    min-height: 190px !important;
    padding: 15px 14px !important;
    overflow: hidden !important;
}
.related-products-redesign--ref .novator-detail-help__content {
    position: relative !important;
    z-index: 2 !important;
    width: 58% !important;
    min-width: 0 !important;
}
.related-products-redesign--ref .novator-detail-help__label {
    margin: 0 0 7px !important;
    color: #b02027 !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.related-products-redesign--ref .novator-detail-help p {
    margin: 0 0 10px !important;
    color: #4d5560 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
}
.related-products-redesign--ref .novator-detail-help__phone,
.related-products-redesign--ref .novator-detail-help__mail {
    display: block !important;
    margin: 0 0 5px !important;
    color: #20262d !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
}
.related-products-redesign--ref .novator-detail-help .nbtn {
    width: 150px !important;
    min-height: 36px !important;
    margin-top: 8px !important;
    padding: 9px 12px !important;
    color: #fff !important;
    background: #a61f25 !important;
    border-color: #a61f25 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.related-products-redesign--ref .novator-detail-help__person {
    position: absolute !important;
    right: 8px !important;
    bottom: 0 !important;
    z-index: 1 !important;
    width: 112px !important;
    height: 132px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}
.related-products-redesign--ref .novator-detail-help__person svg { width: 112px !important; height: 132px !important; }
@media (max-width: 1199px) {
    .novator-detail__posthero--ref,
    .related-products-redesign--ref .novator-related-layout { grid-template-columns: 1fr !important; }
    .related-products-redesign--ref .swiper-wrapper { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
}
@media (max-width: 767px) {
    .novator-detail__posthero--ref { margin: 22px 0 !important; }
    .novator-detail__advantages--ref,
    .novator-detail__choice--ref,
    .related-products-redesign--ref .novator-related-layout__products,
    .related-products-redesign--ref .novator-detail-help { padding: 14px !important; }
    .novator-detail__advantages--ref .novator-detail__advantages-list { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .novator-detail__choice--ref { min-height: auto !important; align-items: center !important; }
    .novator-detail__choice--ref .novator-detail__choice-figure { flex-basis: 70px !important; }
    .novator-detail__choice--ref .novator-detail__choice-figure svg { width: 70px !important; height: 70px !important; }
    .related-products-redesign--ref .swiper-wrapper { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .related-products-redesign--ref .novator-related-product.swiper-slide:nth-child(n+5) { display: none !important; }
    .related-products-redesign--ref .novator-detail-help { min-height: 180px !important; }
    .related-products-redesign--ref .novator-detail-help__content { width: 64% !important; }
    .related-products-redesign--ref .novator-detail-help__person { width: 92px !important; height: 110px !important; }
    .related-products-redesign--ref .novator-detail-help__person svg { width: 92px !important; height: 110px !important; }
}

/* --- Detail ref blocks v5 full rebuild --- */
.novator-detail__posthero--ref {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 305px !important;
    gap: 18px !important;
    align-items: stretch !important;
    margin: 34px 0 30px !important;
}

.novator-detail__advantages--ref,
.novator-detail__choice--ref,
.related-products-redesign--ref .novator-related-layout__products,
.related-products-redesign--ref .novator-detail-help {
    background: #fff !important;
    border: 1px solid #e4e7ec !important;
    box-shadow: none !important;
}

.novator-detail__advantages--ref {
    padding: 22px 26px !important;
}

.novator-detail__advantages--ref .novator-detail__advantages-title {
    margin: 0 0 18px !important;
    color: #151b29 !important;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .03em !important;
}

.novator-detail__advantages--ref .novator-detail__advantages-list {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.novator-detail__advantages--ref .novator-detail__advantage {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    min-height: 88px !important;
    padding: 0 6px !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

.novator-detail__advantages--ref .novator-detail__advantage-icon {
    display: inline-flex !important;
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
    color: #b11f25 !important;
    align-items: center !important;
    justify-content: center !important;
}

.novator-detail__advantages--ref .novator-detail__advantage-icon svg {
    width: 26px !important;
    height: 26px !important;
    stroke: currentColor !important;
}

.novator-detail__advantages--ref .novator-detail__advantage b,
.novator-detail__advantages--ref .novator-detail__advantage em {
    display: block !important;
    margin: 0 !important;
    color: #20262d !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.novator-detail__choice--ref {
    position: relative !important;
    padding: 18px 18px 18px 20px !important;
    min-height: 156px !important;
    display: block !important;
    overflow: hidden !important;
}

.novator-detail__choice--ref .novator-detail__choice-content {
    position: relative !important;
    z-index: 2 !important;
    width: 66% !important;
}

.novator-detail__choice--ref .novator-detail__choice-kicker {
    margin: 0 0 10px !important;
    color: #151b29 !important;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.08 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .01em !important;
}

.novator-detail__choice--ref .novator-detail__choice-content span {
    display: block !important;
    margin: 0 0 14px !important;
    color: #4f5865 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

.novator-detail__choice--ref .nbtn {
    min-width: 132px !important;
    min-height: 38px !important;
    padding: 10px 16px !important;
    color: #fff !important;
    background: #ae1e24 !important;
    border-color: #ae1e24 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.novator-detail__choice--ref .novator-detail__choice-figure {
    position: absolute !important;
    right: 12px !important;
    bottom: 8px !important;
    width: 86px !important;
    height: 100px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    color: #b11f25 !important;
}

.novator-detail__choice--ref .novator-detail__choice-figure svg {
    width: 86px !important;
    height: 100px !important;
}

.related-products-redesign--ref {
    margin-top: 18px !important;
}

.related-products-redesign--ref .novator-related-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 18px !important;
    align-items: stretch !important;
}

.related-products-redesign--ref .novator-related-layout__products {
    padding: 14px 18px 14px !important;
}

.related-products-redesign--ref .novator-related-layout__products > h3 {
    margin: 0 0 12px !important;
    color: #151b29 !important;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.related-products-redesign--ref .novator-related-static {
    position: relative !important;
    padding: 0 22px !important;
}

.related-products-redesign--ref .novator-related-static__grid {
    display: grid !important;
    grid-template-columns: repeat(var(--related-columns, 5), minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: start !important;
}

.related-products-redesign--ref .novator-related-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.related-products-redesign--ref .novator-related-card__image,
.related-products-redesign--ref .novator-related-card__placeholder {
    width: 82px !important;
    height: 82px !important;
    margin: 0 auto 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.related-products-redesign--ref .novator-related-card__image img {
    display: block !important;
    max-width: 82px !important;
    max-height: 82px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.related-products-redesign--ref .novator-related-card__placeholder {
    background: #f4f5f7 !important;
}

.related-products-redesign--ref .novator-related-card__title {
    display: -webkit-box !important;
    min-height: 32px !important;
    overflow: hidden !important;
    color: #20262d !important;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.related-products-redesign--ref .novator-related-card__price {
    margin-top: 6px !important;
    color: #20262d !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.related-products-redesign--ref .novator-related-static__arrow {
    position: absolute !important;
    top: 42% !important;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
    width: 18px !important;
    height: 18px !important;
    border: 0 !important;
    background: transparent !important;
    color: #707780 !important;
    padding: 0 !important;
}

.related-products-redesign--ref .novator-related-static__arrow--prev { left: 0 !important; }
.related-products-redesign--ref .novator-related-static__arrow--next { right: 0 !important; }

.related-products-redesign--ref .novator-detail-help {
    position: relative !important;
    overflow: hidden !important;
    padding: 16px 16px 16px 18px !important;
    min-height: 205px !important;
}

.related-products-redesign--ref .novator-detail-help__content {
    position: relative !important;
    z-index: 2 !important;
    width: 62% !important;
}

.related-products-redesign--ref .novator-detail-help__label {
    margin: 0 0 10px !important;
    color: #b11f25 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.related-products-redesign--ref .novator-detail-help p {
    margin: 0 0 12px !important;
    color: #4f5865 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

.related-products-redesign--ref .novator-detail-help__phone,
.related-products-redesign--ref .novator-detail-help__mail {
    display: block !important;
    margin: 0 0 6px !important;
    color: #20262d !important;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
}

.related-products-redesign--ref .novator-detail-help .nbtn {
    min-height: 38px !important;
    margin-top: 10px !important;
    padding: 10px 14px !important;
    color: #fff !important;
    background: #ae1e24 !important;
    border-color: #ae1e24 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.related-products-redesign--ref .novator-detail-help__person {
    position: absolute !important;
    right: 8px !important;
    bottom: 6px !important;
    width: 92px !important;
    height: 112px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    color: #1f2730 !important;
}

.related-products-redesign--ref .novator-detail-help__person svg {
    width: 92px !important;
    height: 112px !important;
}

@media (max-width: 1199px) {
    .novator-detail__posthero--ref,
    .related-products-redesign--ref .novator-related-layout {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767px) {
    .novator-detail__advantages--ref,
    .novator-detail__choice--ref,
    .related-products-redesign--ref .novator-related-layout__products,
    .related-products-redesign--ref .novator-detail-help {
        padding: 14px !important;
    }

    .novator-detail__advantages--ref .novator-detail__advantages-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .novator-detail__choice--ref {
        min-height: 150px !important;
    }

    .novator-detail__choice--ref .novator-detail__choice-content {
        width: 68% !important;
    }

    .novator-detail__choice--ref .novator-detail__choice-kicker {
        font-size: 14px !important;
    }

    .novator-detail__choice--ref .novator-detail__choice-content span {
        font-size: 12px !important;
    }

    .novator-detail__choice--ref .novator-detail__choice-figure {
        width: 70px !important;
        height: 84px !important;
        right: 10px !important;
        bottom: 8px !important;
    }

    .novator-detail__choice--ref .novator-detail__choice-figure svg {
        width: 70px !important;
        height: 84px !important;
    }

    .related-products-redesign--ref .novator-related-static__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .related-products-redesign--ref .novator-related-card:nth-child(n+5) {
        display: none !important;
    }

    .related-products-redesign--ref .novator-detail-help__content {
        width: 68% !important;
    }
}

/* --- Detail ref blocks v6 adjustments --- */
.novator-detail__content {
    background: #f6f6f6 !important;
}

.novator-detail__posthero--ref {
    grid-template-columns: minmax(0, 1fr) 370px !important;
    gap: 20px !important;
}

.novator-detail__advantages--ref,
.novator-detail__choice--ref,
.related-products-redesign--ref .novator-related-layout__products,
.related-products-redesign--ref .novator-detail-help,
.novator-detail__trust {
    background: #fff !important;
    border-color: #e4e7ec !important;
}

.novator-detail__advantages--ref {
    padding: 18px 26px 16px !important;
}

.novator-detail__advantages--ref .novator-detail__advantages-title {
    margin-bottom: 16px !important;
    font-size: 14px !important;
}

.novator-detail__advantages--ref .novator-detail__advantages-list {
    gap: 14px !important;
}

.novator-detail__advantages--ref .novator-detail__advantage {
    min-height: 74px !important;
    gap: 6px !important;
}

.novator-detail__advantages--ref .novator-detail__advantage-icon,
.novator-detail__advantages--ref .novator-detail__advantage-icon svg {
    width: 24px !important;
    height: 24px !important;
}

.novator-detail__advantages--ref .novator-detail__advantage b,
.novator-detail__advantages--ref .novator-detail__advantage em {
    font-size: 13px !important;
    line-height: 1.28 !important;
}

.novator-detail__choice--ref {
    min-height: 180px !important;
    padding: 20px 22px !important;
}

.novator-detail__choice--ref .novator-detail__choice-content {
    width: 60% !important;
}

.novator-detail__choice--ref .novator-detail__choice-kicker {
    font-size: 18px !important;
    line-height: 1.02 !important;
    margin-bottom: 12px !important;
}

.novator-detail__choice--ref .novator-detail__choice-content span {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-bottom: 18px !important;
}

.novator-detail__choice--ref .nbtn {
    min-width: 140px !important;
    min-height: 42px !important;
    font-size: 12px !important;
}

.novator-detail__choice--ref .novator-detail__choice-figure {
    right: 12px !important;
    bottom: 10px !important;
    width: 116px !important;
    height: 124px !important;
}

.novator-detail__choice--ref .novator-detail__choice-figure svg {
    width: 116px !important;
    height: 124px !important;
}

.novator-detail__trust {
    margin-top: 32px !important;
    background: #fff !important;
}

.novator-detail__trust h2 {
    padding: 22px 28px !important;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
}

.novator-detail__trust-grid {
    min-height: 90px !important;
}

.novator-detail__trust-logo,
.novator-detail__trust-count {
    min-height: 90px !important;
    padding: 12px 14px !important;
}

.novator-detail__trust-logo span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

.novator-detail__trust-logo--gazprom span { color: #1f57a4 !important; }
.novator-detail__trust-logo--rosneft span { color: #111827 !important; }
.novator-detail__trust-logo--rosatom span { color: #1d2f8d !important; }
.novator-detail__trust-logo--rosseti span { color: #243d9d !important; }
.novator-detail__trust-logo--occ span { color: #d01c21 !important; }

.novator-detail__trust-count b {
    font-size: 18px !important;
}

.related-products-redesign--ref {
    margin-top: 18px !important;
}

.related-products-redesign--ref .novator-related-layout {
    grid-template-columns: minmax(0, 1fr) 330px !important;
    gap: 20px !important;
}

.related-products-redesign--ref .novator-related-layout__products {
    padding: 14px 16px 16px !important;
    background: #fff !important;
}

.related-products-redesign--ref .novator-related-layout__products > h3 {
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

.related-products-redesign--ref .novator-related-static {
    padding: 0 18px !important;
}

.related-products-redesign--ref .novator-related-static__grid {
    gap: 10px !important;
}

.related-products-redesign--ref .novator-related-card__image,
.related-products-redesign--ref .novator-related-card__placeholder {
    width: 94px !important;
    height: 94px !important;
    margin-bottom: 8px !important;
}

.related-products-redesign--ref .novator-related-card__image img {
    max-width: 94px !important;
    max-height: 94px !important;
}

.related-products-redesign--ref .novator-related-card__title {
    min-height: 34px !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
}

.related-products-redesign--ref .novator-related-card__price {
    font-size: 13px !important;
}

.related-products-redesign--ref .novator-related-static__arrow {
    top: 46% !important;
}

.related-products-redesign--ref .novator-detail-help {
    min-height: 202px !important;
    padding: 18px 18px 18px 20px !important;
}

.related-products-redesign--ref .novator-detail-help__content {
    width: 58% !important;
}

.related-products-redesign--ref .novator-detail-help__label {
    font-size: 13px !important;
    margin-bottom: 10px !important;
}

.related-products-redesign--ref .novator-detail-help p,
.related-products-redesign--ref .novator-detail-help__phone,
.related-products-redesign--ref .novator-detail-help__mail {
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.related-products-redesign--ref .novator-detail-help .nbtn {
    min-height: 42px !important;
    font-size: 12px !important;
}

.related-products-redesign--ref .novator-detail-help__person {
    width: 116px !important;
    height: 124px !important;
    right: 8px !important;
    bottom: 8px !important;
    color: #b11f25 !important;
}

.related-products-redesign--ref .novator-detail-help__person svg {
    width: 116px !important;
    height: 124px !important;
}

@media (max-width: 1199px) {
    .novator-detail__posthero--ref,
    .related-products-redesign--ref .novator-related-layout {
        grid-template-columns: 1fr !important;
    }

    .novator-detail__choice--ref .novator-detail__choice-content,
    .related-products-redesign--ref .novator-detail-help__content {
        width: 70% !important;
    }
}

@media (max-width: 767px) {
    .novator-detail__content {
        background: #f6f6f6 !important;
    }

    .novator-detail__advantages--ref .novator-detail__advantages-title,
    .related-products-redesign--ref .novator-related-layout__products > h3 {
        font-size: 13px !important;
    }

    .novator-detail__choice--ref {
        min-height: 170px !important;
    }

    .novator-detail__choice--ref .novator-detail__choice-content,
    .related-products-redesign--ref .novator-detail-help__content {
        width: 66% !important;
    }

    .novator-detail__choice--ref .novator-detail__choice-kicker {
        font-size: 16px !important;
    }

    .novator-detail__choice--ref .novator-detail__choice-content span,
    .related-products-redesign--ref .novator-detail-help p,
    .related-products-redesign--ref .novator-detail-help__phone,
    .related-products-redesign--ref .novator-detail-help__mail {
        font-size: 13px !important;
    }

    .novator-detail__choice--ref .novator-detail__choice-figure,
    .related-products-redesign--ref .novator-detail-help__person {
        width: 92px !important;
        height: 98px !important;
    }

    .novator-detail__choice--ref .novator-detail__choice-figure svg,
    .related-products-redesign--ref .novator-detail-help__person svg {
        width: 92px !important;
        height: 98px !important;
    }

    .related-products-redesign--ref .novator-related-static__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* =========================================================
   Правки каталога от 09.07.2026
   ========================================================= */

/* Убираем жирное начертание только внутри левого фильтра. */
.catalog-redesign .catalog-redesign__filter-heading span,
.catalog-redesign .left-filter__title,
.catalog-redesign .left-filter__name,
.catalog-redesign .left-filter__clear,
.catalog-redesign .novator-filter-more,
.catalog-redesign .novator-filter-values-more,
.catalog-redesign .novator-filter-short-code,
.catalog-redesign .novator-filter-full-text,
.catalog-redesign .novator-price-filter-inputs label span,
.catalog-redesign .novator-price-filter-inputs .form-control,
.catalog-redesign .novator-filter-value--tag .custom-checkbox-label,
.catalog-redesign .custom-checkbox-label,
.catalog-redesign .left-filter-wrap b,
.catalog-redesign .left-filter-wrap strong {
    font-weight: 400 !important;
}

.catalog-redesign .left-filter__title,
.catalog-redesign .left-filter__name {
    letter-spacing: 0 !important;
}

/* На ПК фильтр немного уже, содержимому каталога отдаем больше места. */
@media (min-width: 1200px) {
    .catalog-redesign__layout.row {
        grid-template-columns: 270px minmax(0, 1fr) !important;
        gap: 0 28px !important;
    }
}

@media (min-width: 1600px) {
    .catalog-redesign__layout.row {
        grid-template-columns: 285px minmax(0, 1fr) !important;
        gap: 0 32px !important;
    }
}

@media (min-width: 2048px) {
    .catalog-redesign__layout.row {
        grid-template-columns: 300px minmax(0, 1fr) !important;
        gap: 0 34px !important;
    }
}

@media (min-width: 2560px) {
    .catalog-redesign__layout.row {
        grid-template-columns: 320px minmax(0, 1fr) !important;
        gap: 0 38px !important;
    }
}

/* Отдельные иконки подразделов спецодежды. */
.catalog-redesign__section-icon--custom {
    background: transparent !important;
}

.catalog-redesign__section-icon--custom img {
    width: 100% !important;
    height: 100% !important;
    padding: 2px !important;
    object-fit: contain !important;
}

/* Универсальный блок из пяти преимуществ под каталогом. */
.catalog-benefits {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    border: 1px solid #e6e9ef;
    background: #fff;
}

.catalog-benefits__item {
    min-width: 0;
    min-height: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 14px;
    text-align: center;
    border-right: 1px solid #e6e9ef;
}

.catalog-benefits__item:last-child {
    border-right: 0;
}

.catalog-benefits__icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-benefits__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-benefits__content {
    min-width: 0;
}

.catalog-benefits__content b,
.catalog-benefits__content em {
    display: block;
    font-style: normal;
}

.catalog-benefits__content b {
    color: #17191f;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
}

.catalog-benefits__content em {
    margin-top: 4px;
    color: #7b8492;
    font-size: 11px;
    line-height: 1.3;
}

.catalog-redesign__advantages,
.catalog-redesign-root__advantages {
    margin-top: 34px;
    margin-bottom: 26px;
}

@media (max-width: 991px) {
    .catalog-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalog-benefits__item:nth-child(3) {
        border-right: 0;
    }

    .catalog-benefits__item:nth-child(n+4) {
        border-top: 1px solid #e6e9ef;
    }
}

@media (max-width: 575px) {
    .catalog-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-benefits__item {
        min-height: 120px;
        padding: 18px 10px;
    }

    .catalog-benefits__item:nth-child(odd) {
        border-right: 1px solid #e6e9ef;
    }

    .catalog-benefits__item:nth-child(even) {
        border-right: 0;
    }

    .catalog-benefits__item:nth-child(n+3) {
        border-top: 1px solid #e6e9ef;
    }

    .catalog-benefits__item:last-child {
        grid-column: 1 / -1;
        border-right: 0;
    }

    .catalog-benefits__icon {
        width: 52px;
        height: 52px;
    }
}

/* End */


/* Start:/local/templates/main/css/novator-detail-ref-final.css?178429235835003*/
/* Detail reference blocks rebuild: structure only, no dependency on old ref blocks */

.novator-detail__container,
.detail-ref-related-section {
    box-sizing: border-box;
}

.detail-ref-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: stretch;
}

.detail-ref-row--benefits {
    margin: 34px 0 30px;
}

.detail-ref-benefits,
.detail-ref-choice,
.detail-ref-trust,
.detail-ref-related-products,
.detail-ref-help {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e3e7ee;
    border-radius: 0;
    box-shadow: none;
}

.detail-ref-benefits {
    min-height: 190px;
    padding: 28px 32px 26px;
}

.detail-ref-benefits h2,
.detail-ref-trust h2,
.detail-ref-related-products h2 {
    margin: 0;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #111827;
}

.detail-ref-benefits h2 {
    margin-bottom: 28px;
}

.detail-ref-benefits__items {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.detail-ref-benefits__item {
    min-width: 0;
}

.detail-ref-benefits__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #b11f25;
}

.detail-ref-benefits__icon svg {
    display: block;
    width: 36px;
    height: 36px;
}

.detail-ref-benefits__item span:last-child {
    display: block;
    color: #111827;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
}

.detail-ref-choice {
    min-height: 190px;
    padding: 30px 30px 28px;
    background: #f6f7f9;
}

.detail-ref-choice h2 {
    max-width: 270px;
    margin: 0 0 16px;
    color: #111827;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 28px;
    line-height: .95;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.detail-ref-choice p {
    max-width: 285px;
    margin: 0 0 22px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.5;
}

.detail-ref-choice .nbtn {
    min-width: 174px;
    min-height: 48px;
    padding: 14px 22px;
    background: #b11f25;
    border-color: #b11f25;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.detail-ref-trust {
    margin-top: 34px;
    overflow: hidden;
}

.detail-ref-trust h2 {
    padding: 24px 30px;
    border-bottom: 1px solid #e3e7ee;
}

.detail-ref-trust__items {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: 104px;
}

.detail-ref-trust__logo,
.detail-ref-trust__count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    padding: 16px 18px;
    border-right: 1px solid #e3e7ee;
    text-align: center;
}

.detail-ref-trust__logo {
    font-size: 21px;
    line-height: 1;
    font-weight: 800;
}

.detail-ref-trust__logo--gazprom,
.detail-ref-trust__logo--rosatom,
.detail-ref-trust__logo--rosseti { color: #1c3f95; }
.detail-ref-trust__logo--rosneft { color: #111827; }
.detail-ref-trust__logo--occ { color: #dc1f26; }

.detail-ref-trust__count {
    flex-direction: column;
    gap: 6px;
    border-right: 0;
}

.detail-ref-trust__count b {
    display: block;
    color: #111827;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
}

.detail-ref-trust__count span {
    display: block;
    max-width: 135px;
    color: #667085;
    font-size: 14px;
    line-height: 1.35;
}

.detail-ref-related-section {
    margin-top: 24px;
    margin-bottom: 48px;
}

.detail-ref-row--related {
    grid-template-columns: minmax(0, 1fr) 360px;
}

.detail-ref-related-products,
.detail-ref-help {
    background: #f6f7f9;
}

.detail-ref-related-products {
    min-height: 220px;
    padding: 22px 26px 22px;
}

.detail-ref-related-products h2 {
    margin-bottom: 18px;
}

.detail-ref-related-products__body {
    position: relative;
    padding: 0 30px;
}

.detail-ref-related-products__grid {
    display: grid;
    grid-template-columns: repeat(var(--related-count, 5), minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}

.detail-ref-related-products__grid > .novator-related-product,
.detail-ref-related-products__grid > .novator-related-product.swiper-slide {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    min-width: 0 !important;
}

.detail-ref-related-products .product,
.detail-ref-related-products .novator-product-card {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.detail-ref-related-products .product__labels,
.detail-ref-related-products .novator-product-card__labels,
.detail-ref-related-products .product__favorite,
.detail-ref-related-products .novator-product-card__favorite,
.detail-ref-related-products .product__sku,
.detail-ref-related-products .novator-product-card__sku,
.detail-ref-related-products .novator-product-card__bottom,
.detail-ref-related-products .product__buy,
.detail-ref-related-products .novator-product-card__buy,
.detail-ref-related-products .novator-product-card__stock {
    display: none !important;
}

.detail-ref-related-products .novator-product-card__img,
.detail-ref-related-products .product__img,
.detail-ref-related-products .novator-product-card__img.product__img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 116px !important;
    height: 116px !important;
    margin: 0 auto 12px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    text-decoration: none !important;
}

.detail-ref-related-products .novator-product-card__img img,
.detail-ref-related-products .product__img img {
    display: block !important;
    max-width: 116px !important;
    max-height: 116px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.detail-ref-related-products .novator-product-card__body {
    padding: 0 !important;
}

.detail-ref-related-products .novator-product-card__name,
.detail-ref-related-products .product__name {
    display: -webkit-box !important;
    min-height: 40px !important;
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.detail-ref-related-products .novator-product-card__price,
.detail-ref-related-products .product__price {
    margin-top: 10px !important;
    color: #111827 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.detail-ref-related-products__arrow {
    position: absolute;
    top: 48%;
    z-index: 5;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #667085;
    transform: translateY(-50%);
    cursor: pointer;
}

.detail-ref-related-products__arrow--prev { left: 0; }
.detail-ref-related-products__arrow--next { right: 0; }

.detail-ref-help {
    min-height: 220px;
    padding: 28px 30px;
}

.detail-ref-help__label {
    margin-bottom: 12px;
    color: #b11f25;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.detail-ref-help p {
    margin: 0 0 18px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.45;
}

.detail-ref-help__phone,
.detail-ref-help__mail {
    display: block;
    margin-bottom: 8px;
    color: #111827 !important;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none !important;
}

.detail-ref-help .nbtn {
    min-width: 190px;
    min-height: 48px;
    margin-top: 14px;
    padding: 14px 20px;
    background: #b11f25;
    border-color: #b11f25;
    color: #fff;
    font-size: 12px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .detail-ref-row,
    .detail-ref-row--related {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .detail-ref-benefits,
    .detail-ref-choice,
    .detail-ref-related-products,
    .detail-ref-help {
        padding: 20px;
    }

    .detail-ref-benefits__items,
    .detail-ref-related-products__grid,
    .detail-ref-trust__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-ref-benefits h2,
    .detail-ref-trust h2,
    .detail-ref-related-products h2 {
        font-size: 16px;
    }

    .detail-ref-choice h2 {
        font-size: 22px;
    }

    .detail-ref-related-products__grid > .novator-related-product:nth-child(n+5) {
        display: none !important;
    }
}


/* v10: related products back to old product-card style, 4 cards + CTA */
.detail-ref-related-section {
    margin-top: 26px !important;
    margin-bottom: 48px !important;
}

.detail-ref-row--related {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    gap: 24px !important;
    align-items: stretch !important;
}

.detail-ref-related-products {
    min-height: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #e3e7ee !important;
}

.detail-ref-related-products h2 {
    display: block !important;
    margin: 0 !important;
    padding: 24px 28px !important;
    border-bottom: 1px solid #e3e7ee !important;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #111827 !important;
}

.detail-ref-related-products__body {
    position: relative !important;
    padding: 26px 48px 30px !important;
}

.detail-ref-related-products__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
}

.detail-ref-related-products__grid > .novator-related-product,
.detail-ref-related-products__grid > .novator-related-product.swiper-slide {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.detail-ref-related-products .product,
.detail-ref-related-products .novator-product-card {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 430px !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #e3e7ee !important;
    box-shadow: none !important;
}

.detail-ref-related-products .product__labels,
.detail-ref-related-products .novator-product-card__labels,
.detail-ref-related-products .product__favorite,
.detail-ref-related-products .novator-product-card__favorite,
.detail-ref-related-products .product__sku,
.detail-ref-related-products .novator-product-card__sku,
.detail-ref-related-products .novator-product-card__bottom,
.detail-ref-related-products .product__buy,
.detail-ref-related-products .novator-product-card__buy,
.detail-ref-related-products .novator-product-card__stock {
    display: initial !important;
}

.detail-ref-related-products .product__labels,
.detail-ref-related-products .novator-product-card__labels,
.detail-ref-related-products .novator-product-card__bottom,
.detail-ref-related-products .novator-product-card__stock,
.detail-ref-related-products .product__buy,
.detail-ref-related-products .novator-product-card__buy,
.detail-ref-related-products .product__favorite,
.detail-ref-related-products .novator-product-card__favorite {
    display: flex !important;
}

.detail-ref-related-products .novator-product-card__img,
.detail-ref-related-products .product__img,
.detail-ref-related-products .novator-product-card__img.product__img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 210px !important;
    margin: 0 !important;
    padding: 24px 18px 10px !important;
    background: #fff !important;
    border: 0 !important;
    text-decoration: none !important;
}

.detail-ref-related-products .novator-product-card__img img,
.detail-ref-related-products .product__img img {
    display: block !important;
    max-width: 170px !important;
    max-height: 180px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.detail-ref-related-products .novator-product-card__body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 14px 22px 18px !important;
}

.detail-ref-related-products .novator-product-card__name,
.detail-ref-related-products .product__name {
    display: -webkit-box !important;
    min-height: 48px !important;
    overflow: hidden !important;
    margin: 0 0 14px !important;
    color: #111827 !important;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.detail-ref-related-products .novator-product-card__price,
.detail-ref-related-products .product__price {
    margin: auto 0 16px !important;
    color: #111827 !important;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
}

.detail-ref-related-products .novator-product-card__bottom {
    margin-top: auto !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.detail-ref-related-products .novator-product-card__stock {
    align-items: center !important;
    color: #008a3d !important;
    font-size: 12px !important;
}

.detail-ref-related-products .novator-product-card__buy {
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #b11f25 !important;
    color: #b11f25 !important;
    background: #fff !important;
}

.detail-ref-related-products__arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 5 !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    border: 1px solid #e3e7ee !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #667085 !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
}

.detail-ref-related-products__arrow--prev { left: 12px !important; }
.detail-ref-related-products__arrow--next { right: 12px !important; }

.detail-ref-help {
    min-height: 0 !important;
    padding: 34px 34px 32px !important;
    background: #f6f7f9 !important;
    border: 1px solid #e3e7ee !important;
}

.detail-ref-help__label {
    margin: 0 0 16px !important;
    color: #b11f25 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.detail-ref-help p {
    margin: 0 0 22px !important;
    color: #4b5563 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

.detail-ref-help__phone,
.detail-ref-help__mail {
    display: block !important;
    margin-bottom: 10px !important;
    color: #111827 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.detail-ref-help .nbtn {
    width: 100% !important;
    max-width: 260px !important;
    min-height: 50px !important;
    margin-top: 24px !important;
    padding: 15px 20px !important;
    background: #b11f25 !important;
    border-color: #b11f25 !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

@media (max-width: 1399px) {
    .detail-ref-row--related {
        grid-template-columns: minmax(0, 1fr) 330px !important;
    }

    .detail-ref-related-products__grid {
        gap: 18px !important;
    }

    .detail-ref-related-products .product,
    .detail-ref-related-products .novator-product-card {
        min-height: 400px !important;
    }

    .detail-ref-related-products .novator-product-card__img,
    .detail-ref-related-products .product__img,
    .detail-ref-related-products .novator-product-card__img.product__img {
        height: 190px !important;
    }

    .detail-ref-related-products .novator-product-card__name,
    .detail-ref-related-products .product__name {
        font-size: 16px !important;
    }

    .detail-ref-related-products .novator-product-card__price,
    .detail-ref-related-products .product__price {
        font-size: 21px !important;
    }
}

@media (max-width: 1199px) {
    .detail-ref-row--related {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767px) {
    .detail-ref-related-products__body {
        padding: 20px 42px 24px !important;
    }

    .detail-ref-related-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .detail-ref-related-products .product,
    .detail-ref-related-products .novator-product-card {
        min-height: 360px !important;
    }

    .detail-ref-related-products .novator-product-card__img,
    .detail-ref-related-products .product__img,
    .detail-ref-related-products .novator-product-card__img.product__img {
        height: 170px !important;
    }
}

@media (max-width: 480px) {
    .detail-ref-related-products__grid {
        grid-template-columns: 1fr !important;
    }
}

/* v11: working vanilla slider, 4 visible old cards + CTA */
.detail-ref-related-products__body {
    position: relative !important;
    padding: 26px 48px 30px !important;
}

.detail-ref-related-products__viewport {
    overflow: hidden !important;
    width: 100% !important;
}

.detail-ref-related-products__track {
    display: flex !important;
    gap: 22px !important;
    align-items: stretch !important;
    overflow: visible !important;
    scroll-behavior: smooth !important;
}

.detail-ref-related-products__track > .novator-related-product,
.detail-ref-related-products__track > .novator-related-product.swiper-slide {
    flex: 0 0 calc((100% - 66px) / 4) !important;
    width: calc((100% - 66px) / 4) !important;
    max-width: calc((100% - 66px) / 4) !important;
    height: auto !important;
    margin: 0 !important;
    min-width: 0 !important;
}

.detail-ref-related-products__grid {
    display: none !important;
}

.detail-ref-related-products__arrow.is-disabled {
    opacity: .35 !important;
    pointer-events: none !important;
}

@media (max-width: 1399px) {
    .detail-ref-related-products__track {
        gap: 18px !important;
    }

    .detail-ref-related-products__track > .novator-related-product,
    .detail-ref-related-products__track > .novator-related-product.swiper-slide {
        flex-basis: calc((100% - 54px) / 4) !important;
        width: calc((100% - 54px) / 4) !important;
        max-width: calc((100% - 54px) / 4) !important;
    }
}

@media (max-width: 991px) {
    .detail-ref-related-products__track > .novator-related-product,
    .detail-ref-related-products__track > .novator-related-product.swiper-slide {
        flex-basis: calc((100% - 18px) / 2) !important;
        width: calc((100% - 18px) / 2) !important;
        max-width: calc((100% - 18px) / 2) !important;
    }
}

@media (max-width: 480px) {
    .detail-ref-related-products__body {
        padding: 20px 42px 24px !important;
    }

    .detail-ref-related-products__track > .novator-related-product,
    .detail-ref-related-products__track > .novator-related-product.swiper-slide {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* v12: fixed reliable related slider, 4 visible cards + CTA */
.detail-ref-related-section--v12 {
    margin-top: 26px !important;
    margin-bottom: 48px !important;
}

.detail-ref-related-section--v12 .detail-ref-row--related {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    gap: 24px !important;
    align-items: stretch !important;
}

.detail-ref-related-products--v12 {
    min-height: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #e3e7ee !important;
    overflow: hidden !important;
}

.detail-ref-related-products--v12 > h2 {
    margin: 0 !important;
    padding: 24px 28px !important;
    border-bottom: 1px solid #e3e7ee !important;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #111827 !important;
}

.detail-related-v12 {
    position: relative !important;
    padding: 26px 48px 30px !important;
}

.detail-related-v12__viewport {
    width: 100% !important;
    overflow: hidden !important;
}

.detail-related-v12__track {
    display: flex !important;
    gap: 22px !important;
    align-items: stretch !important;
    overflow: visible !important;
    scroll-behavior: smooth !important;
}

.detail-related-v12__card {
    position: relative !important;
    flex: 0 0 calc((100% - 66px) / 4) !important;
    width: calc((100% - 66px) / 4) !important;
    min-width: 0 !important;
    min-height: 430px !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border: 1px solid #e3e7ee !important;
    box-sizing: border-box !important;
}

.detail-related-v12__image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 210px !important;
    padding: 24px 18px 10px !important;
    text-decoration: none !important;
}

.detail-related-v12__image img {
    display: block !important;
    max-width: 170px !important;
    max-height: 180px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.detail-related-v12__no-image {
    width: 130px !important;
    height: 130px !important;
    background: #f2f4f7 !important;
}

.detail-related-v12__favorite {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #dfe5ee !important;
    background: #fff !important;
    color: #718096 !important;
    cursor: pointer !important;
}

.detail-related-v12__body {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 14px 22px 18px !important;
}

.detail-related-v12__article {
    margin-bottom: 12px !important;
    color: #7a8494 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
}

.detail-related-v12__name {
    display: -webkit-box !important;
    min-height: 48px !important;
    margin: 0 0 14px !important;
    overflow: hidden !important;
    color: #111827 !important;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.detail-related-v12__price {
    margin: auto 0 16px !important;
    color: #111827 !important;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
}

.detail-related-v12__bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: auto !important;
}

.detail-related-v12__stock {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    color: #008a3d !important;
    font-size: 12px !important;
}

.detail-related-v12__stock span {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #00a651 !important;
}

.detail-related-v12__cart {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #b11f25 !important;
    color: #b11f25 !important;
    background: #fff !important;
    text-decoration: none !important;
}

.detail-related-v12__arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 5 !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    border: 1px solid #e3e7ee !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #667085 !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
}

.detail-related-v12__arrow--prev { left: 12px !important; }
.detail-related-v12__arrow--next { right: 12px !important; }
.detail-related-v12__arrow.is-disabled { opacity: .35 !important; pointer-events: none !important; }
.detail-related-v12.is-static .detail-related-v12__arrow { display: none !important; }

.detail-ref-help--v12 {
    min-height: 0 !important;
    padding: 34px 34px 32px !important;
    background: #f6f7f9 !important;
    border: 1px solid #e3e7ee !important;
}

.detail-ref-help--v12 .detail-ref-help__label {
    margin: 0 0 16px !important;
    color: #b11f25 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.detail-ref-help--v12 p {
    margin: 0 0 22px !important;
    color: #4b5563 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

.detail-ref-help--v12 .detail-ref-help__phone,
.detail-ref-help--v12 .detail-ref-help__mail {
    display: block !important;
    margin-bottom: 10px !important;
    color: #111827 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.detail-ref-help--v12 .nbtn {
    width: 100% !important;
    max-width: 260px !important;
    min-height: 50px !important;
    margin-top: 24px !important;
    padding: 15px 20px !important;
    background: #b11f25 !important;
    border-color: #b11f25 !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

@media (max-width: 1399px) {
    .detail-ref-related-section--v12 .detail-ref-row--related {
        grid-template-columns: minmax(0, 1fr) 330px !important;
    }

    .detail-related-v12__track { gap: 18px !important; }
    .detail-related-v12__card {
        flex-basis: calc((100% - 54px) / 4) !important;
        width: calc((100% - 54px) / 4) !important;
        min-height: 400px !important;
    }
    .detail-related-v12__image { height: 190px !important; }
    .detail-related-v12__name { font-size: 16px !important; }
    .detail-related-v12__price { font-size: 21px !important; }
}

@media (max-width: 1199px) {
    .detail-ref-related-section--v12 .detail-ref-row--related {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767px) {
    .detail-related-v12 { padding: 20px 42px 24px !important; }
    .detail-related-v12__card {
        flex-basis: calc((100% - 18px) / 2) !important;
        width: calc((100% - 18px) / 2) !important;
        min-height: 360px !important;
    }
    .detail-related-v12__image { height: 170px !important; }
}

@media (max-width: 480px) {
    .detail-related-v12__card {
        flex-basis: 100% !important;
        width: 100% !important;
    }
}

/* =========================================================
   Правки карточки товара от 09.07.2026
   ========================================================= */

/* Верхние информационные плашки без рамок. */
.novator-detail__quick-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 20px 0 24px;
}

.novator-detail__quick-badge {
    min-width: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #f7f8fa;
    border: 0;
}


.novator-detail__quick-badge--protection {
    display: block;
}

.novator-detail__quick-badge-title,
.novator-detail__quick-badge > span > b,
.novator-detail__quick-badge > b {
    display: block;
    color: #6f7784;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
}

.novator-detail__quick-badge > b {
    margin-top: 4px;
    color: #17191f;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: none;
}

.novator-detail__quick-badge--text {
    display: block;
}

.novator-detail__quick-badge-codes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 7px;
}

.novator-detail__quick-badge-codes i {
    min-width: 34px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    background: #f3f4f6;
    color: #17191f;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
}

.novator-detail__quick-badge--minprom img {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    object-fit: contain;
    filter: grayscale(1);
}

.novator-detail__quick-badge--minprom span {
    min-width: 0;
}

.novator-detail__quick-badge--minprom span b,
.novator-detail__quick-badge--minprom span em {
    display: block;
    font-style: normal;
}

.novator-detail__quick-badge--minprom span em {
    margin-top: 4px;
    color: #17191f;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

/* Реальные логотипы компаний вместо текстовых заглушек. */
.detail-ref-trust__logo {
    padding: 16px 14px !important;
    background: #fff !important;
}

.detail-ref-trust__logo img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: 46px;
    margin: 0 auto;
    object-fit: contain;
}

.detail-ref-trust__logo--osk img {
    height: 58px;
}

@media (max-width: 991px) {
    .novator-detail__quick-badges {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .detail-ref-trust__logo img {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .novator-detail__quick-badges {
        gap: 4px;
    }

    .novator-detail__quick-badge {
        min-height: 50px;
    }
}


/* =========================================================
   Точечные правки: менеджер и подсказки защитных свойств
   ========================================================= */

/* Фото менеджера занимает нижнюю свободную часть правого блока. */
.detail-ref-help--v12 {
    display: flex !important;
    flex-direction: column !important;
}

.detail-ref-help--v12 .detail-ref-help__manager {
    position: relative !important;
    flex: 1 1 auto !important;
    min-height: 250px !important;
    margin: 20px -18px -32px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

.detail-ref-help--v12 .detail-ref-help__manager img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 330px !important;
    object-fit: contain !important;
    object-position: center bottom !important;
}

/* Всплывающие расшифровки защитных свойств — как на странице ЕТН. */
.novator-detail__protection-code {
    position: relative !important;
    cursor: help !important;
    outline: none !important;
}

.novator-detail__protection-code::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 9px);
    z-index: 80;
    width: max-content;
    max-width: 260px;
    padding: 9px 12px;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    white-space: normal;
    box-shadow: 0 8px 24px rgba(17, 24, 39, .18);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 5px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    pointer-events: none;
}

.novator-detail__protection-code::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: calc(100% + 3px);
    z-index: 81;
    width: 10px;
    height: 10px;
    background: #111827;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 5px) rotate(45deg);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    pointer-events: none;
}

.novator-detail__protection-code:hover::after,
.novator-detail__protection-code:hover::before,
.novator-detail__protection-code:focus::after,
.novator-detail__protection-code:focus::before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.novator-detail__protection-code:hover::before,
.novator-detail__protection-code:focus::before {
    transform: translate(-50%, 0) rotate(45deg);
}

@media (max-width: 1199px) {
    .detail-ref-help--v12 .detail-ref-help__manager {
        min-height: 300px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .detail-ref-help--v12 .detail-ref-help__manager img {
        max-height: 300px !important;
    }
}

@media (max-width: 767px) {
    .detail-ref-help--v12 .detail-ref-help__manager {
        min-height: 240px !important;
    }

    .detail-ref-help--v12 .detail-ref-help__manager img {
        max-height: 250px !important;
    }
}

/* Защитные свойства остаются в серой информационной плашке. */
.novator-detail__quick-badge--protection,
.novator-detail__quick-badge-codes {
    overflow: visible !important;
}

.novator-detail__quick-badge--protection {
    position: relative;
    z-index: 3;
}

.novator-detail__quick-badge--protection:hover,
.novator-detail__quick-badge--protection:focus-within {
    z-index: 20;
}

/* End */
/* /local/templates/main/components/bitrix/catalog/catalog_test/style.css?17779699881589 */
/* /local/templates/main/css/novator-catalog-redesign.css?1784290302141055 */
/* /local/templates/main/css/novator-detail-ref-final.css?178429235835003 */
