@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/local/include/sbv/design-system/v1/fonts/jost-300-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/local/include/sbv/design-system/v1/fonts/jost-300-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/local/include/sbv/design-system/v1/fonts/jost-400-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/local/include/sbv/design-system/v1/fonts/jost-400-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/local/include/sbv/design-system/v1/fonts/jost-500-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/local/include/sbv/design-system/v1/fonts/jost-500-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/local/include/sbv/design-system/v1/fonts/jost-600-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/local/include/sbv/design-system/v1/fonts/jost-600-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --sbv-ink: #222222;
    --sbv-body: #333333;
    --sbv-muted: #9a9a9a;
    --sbv-line: #e3e3e1;
    --sbv-paper: #ffffff;
    --sbv-stage: #f7f7f5;
    --sbv-soft: #f7f7f5;
    --sbv-steel: #34506a;
    --sbv-steel-hover: #22384d;
    --sbv-link: #1a56a0;
    --sbv-green: var(--sbv-steel);
    --sbv-blue: var(--sbv-link);
}

html.sbv-ctv-journal-v3,
html.sbv-ctv-journal-v3 body {
    background: var(--sbv-paper) !important;
    color: var(--sbv-ink);
}

html.sbv-ctv-journal-v3 #header,
html.sbv-ctv-journal-v3 .menu-row,
html.sbv-ctv-journal-v3 #footer,
html.sbv-ctv-journal-v3 .scroll-to-top,
html.sbv-ctv-journal-v3 .top-block,
html.sbv-ctv-journal-v3 .page-top,
html.sbv-ctv-journal-v3 .left_block {
    display: none !important;
}

html.sbv-ctv-journal-v3 .wraps#content,
html.sbv-ctv-journal-v3 #content .wrapper_inner,
html.sbv-ctv-journal-v3 #content .right_block,
html.sbv-ctv-journal-v3 #content .middle,
html.sbv-ctv-journal-v3 #content .container {
    box-sizing: border-box !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sbv-ctv-v3-shell,
.sbv-ctv-v3-shell * {
    box-sizing: border-box;
    letter-spacing: 0;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
}

.sbv-ctv-v3-shell {
    width: 100%;
    min-width: 0;
    background: var(--sbv-paper);
    color: var(--sbv-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.sbv-ctv-v3-shell a {
    color: inherit;
    text-decoration: none;
}

.sbv-ctv-v3-shell button,
.sbv-ctv-v3-shell input,
.sbv-ctv-v3-shell select {
    font: inherit;
}

.sbv-ctv-v3-shell button,
.sbv-ctv-v3-shell a,
.sbv-ctv-v3-shell input,
.sbv-ctv-v3-shell select {
    border-radius: 2px;
}

.sbv-ctv-v3-shell button:focus-visible,
.sbv-ctv-v3-shell a:focus-visible,
.sbv-ctv-v3-shell input:focus-visible,
.sbv-ctv-v3-shell select:focus-visible {
    outline: 2px solid var(--sbv-blue);
    outline-offset: 3px;
}

.sbv-ctv-v3-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid var(--sbv-line);
    background: rgba(255, 255, 255, 0.98);
}

.sbv-ctv-v3-header__main {
    display: grid;
    grid-template-columns: minmax(210px, 290px) minmax(260px, 520px) minmax(210px, 1fr);
    gap: 32px;
    align-items: center;
    width: min(100% - 64px, 1440px);
    min-height: 112px;
    margin: 0 auto;
}

.sbv-ctv-v3-header__logo {
    display: block;
    width: min(100%, 278px);
}

.sbv-ctv-v3-header__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.sbv-ctv-v3-header__search label,
.sbv-ctv-v3-header__contact span {
    display: block;
    margin: 0 0 7px;
    color: var(--sbv-muted);
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.sbv-ctv-v3-header__search > div {
    display: grid;
    grid-template-columns: 1fr auto;
    border-bottom: 1px solid var(--sbv-ink);
}

.sbv-ctv-v3-header__search input {
    min-width: 0;
    height: 42px;
    border: 0;
    background: transparent;
    color: var(--sbv-ink);
    outline: 0;
}

.sbv-ctv-v3-header__search button {
    border: 0;
    background: transparent;
    color: var(--sbv-green);
    cursor: pointer;
    font-weight: 700;
}

.sbv-ctv-v3-header__search button:hover {
    color: var(--sbv-blue);
}

.sbv-ctv-v3-header__contact {
    justify-self: end;
    text-align: right;
}

.sbv-ctv-v3-header__contact a {
    font-size: 20px;
    font-weight: 700;
}

.sbv-ctv-v3-header__nav {
    display: flex;
    align-items: center;
    gap: 28px;
    width: min(100% - 64px, 1440px);
    min-height: 58px;
    margin: 0 auto;
    overflow-x: auto;
    scrollbar-width: thin;
}

.sbv-ctv-v3-header__nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 18px 0 15px;
    color: #3c4347;
    font-size: 14px;
    white-space: nowrap;
}

.sbv-ctv-v3-header__nav a::after {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    height: 2px;
    background: transparent;
    content: '';
}

.sbv-ctv-v3-header__nav a:hover,
.sbv-ctv-v3-header__nav a.is-active {
    color: var(--sbv-green);
}

.sbv-ctv-v3-header__nav a.is-active::after {
    background: var(--sbv-green);
}

.sbv-ctv-v3-shell__content {
    min-height: 60vh;
}

.sbv-ctv-v3-page {
    width: 100%;
    background: var(--sbv-paper);
}

.sbv-ctv-v3-eyebrow {
    margin: 0 0 18px;
    color: var(--sbv-green);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.sbv-ctv-v3-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    min-height: 610px;
    border-bottom: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px max(48px, calc((100vw - 1440px) / 2 + 32px));
}

.sbv-ctv-v3-hero h1,
.sbv-ctv-v3-archive-head h1,
.sbv-ctv-v3-product h1 {
    max-width: 920px;
    margin: 0;
    color: var(--sbv-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.03;
}

.sbv-ctv-v3-hero__lead {
    max-width: 720px;
    margin: 28px 0 0;
    color: #4f575c;
    font-size: 21px;
    line-height: 1.55;
}

.sbv-ctv-v3-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: center;
    margin-top: 36px;
}

.sbv-ctv-v3-button,
.sbv-ctv-v3-link-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid var(--sbv-ink);
    background: var(--sbv-ink);
    color: #fff !important;
    cursor: pointer;
    font-weight: 700;
}

.sbv-ctv-v3-button:hover,
.sbv-ctv-v3-link-button:hover {
    border-color: var(--sbv-green);
    background: var(--sbv-green);
}

.sbv-ctv-v3-text-link {
    border-bottom: 1px solid var(--sbv-blue);
    color: var(--sbv-blue) !important;
    font-weight: 700;
}

.sbv-ctv-v3-text-link:hover {
    border-color: var(--sbv-green);
    color: var(--sbv-green) !important;
}

.sbv-ctv-v3-hero__image,
.sbv-ctv-v3-product__image {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--sbv-stage);
}

.sbv-ctv-v3-hero__image img,
.sbv-ctv-v3-product__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sbv-ctv-v3-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(100% - 64px, 1440px);
    margin: 0 auto;
    padding: 36px 0;
    border-bottom: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-facts > div {
    padding: 8px 32px;
    border-left: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-facts > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.sbv-ctv-v3-facts dt {
    color: var(--sbv-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 38px;
    line-height: 1;
}

.sbv-ctv-v3-facts dd {
    margin: 8px 0 0;
    color: var(--sbv-muted);
    font-size: 14px;
}

.sbv-ctv-v3-directions,
.sbv-ctv-v3-catalog,
.sbv-ctv-v3-answers,
.sbv-ctv-v3-source,
.sbv-ctv-v3-product__content,
.sbv-ctv-v3-product__section,
.sbv-ctv-v3-breadcrumbs {
    width: min(100% - 64px, 1440px);
    margin-right: auto;
    margin-left: auto;
}

.sbv-ctv-v3-directions {
    padding: 88px 0;
}

.sbv-ctv-v3-section-head {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 40px;
}

.sbv-ctv-v3-section-head h2,
.sbv-ctv-v3-product__section h2,
.sbv-ctv-v3-footer h2 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 43px;
    font-weight: 400;
    line-height: 1.12;
}

.sbv-ctv-v3-section-head > p:last-child {
    margin: 0;
    color: var(--sbv-muted);
    font-size: 18px;
}

.sbv-ctv-v3-direction-list {
    border-top: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-direction {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 28px;
    width: 100%;
    align-items: start;
    padding: 26px 0;
    border: 0;
    border-bottom: 1px solid var(--sbv-line);
    background: transparent;
    color: var(--sbv-ink);
    text-align: left;
    cursor: pointer;
}

.sbv-ctv-v3-direction:hover {
    color: var(--sbv-green);
}

.sbv-ctv-v3-direction__number,
.sbv-ctv-v3-direction__count {
    color: var(--sbv-muted);
    font-size: 13px;
}

.sbv-ctv-v3-direction strong {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.sbv-ctv-v3-direction small {
    display: block;
    max-width: 780px;
    margin-top: 6px;
    color: var(--sbv-muted);
    font-size: 15px;
}

.sbv-ctv-v3-catalog {
    padding: 88px 0 100px;
    border-top: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-catalog__head {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 48px;
}

.sbv-ctv-v3-catalog__head h2 {
    max-width: 640px;
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.08;
}

.sbv-ctv-v3-search label,
.sbv-ctv-v3-mobile-filter label {
    display: block;
    margin-bottom: 8px;
    color: var(--sbv-muted);
    font-size: 12px;
    text-transform: uppercase;
}

.sbv-ctv-v3-search input,
.sbv-ctv-v3-mobile-filter select {
    width: 100%;
    height: 52px;
    padding: 0 14px;
    border: 1px solid var(--sbv-line);
    background: var(--sbv-paper);
    color: var(--sbv-ink);
}

.sbv-ctv-v3-catalog__layout {
    display: grid;
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.sbv-ctv-v3-catalog__layout--single {
    grid-template-columns: minmax(0, 1fr);
}

.sbv-ctv-v3-category-rail {
    position: sticky;
    top: 20px;
    border-top: 1px solid var(--sbv-ink);
}

.sbv-ctv-v3-category-rail button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    width: 100%;
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid var(--sbv-line);
    background: transparent;
    color: #485055;
    text-align: left;
    cursor: pointer;
}

.sbv-ctv-v3-category-rail button:hover,
.sbv-ctv-v3-category-rail button.is-active {
    color: var(--sbv-green);
    font-weight: 700;
}

.sbv-ctv-v3-category-rail ul {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}

.sbv-ctv-v3-category-rail li button {
    padding-left: 18px;
    font-size: 13px;
}

.sbv-ctv-v3-mobile-filter {
    display: none;
    margin-bottom: 28px;
}

.sbv-ctv-v3-result-meta {
    margin-bottom: 18px;
    color: var(--sbv-muted);
    font-size: 13px;
}

.sbv-ctv-v3-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sbv-ctv-v3-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--sbv-line);
    border-radius: 4px;
    background: var(--sbv-paper);
    transition: border-color 160ms ease, transform 160ms ease;
}

.sbv-ctv-v3-card:hover {
    border-color: #9aa5aa;
    transform: translateY(-2px);
}

.sbv-ctv-v3-card > a {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
}

.sbv-ctv-v3-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-bottom: 1px solid var(--sbv-line);
    background: var(--sbv-stage);
}

.sbv-ctv-v3-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sbv-ctv-v3-card__body {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.sbv-ctv-v3-card__category {
    margin: 0 0 8px;
    color: var(--sbv-muted);
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
}

.sbv-ctv-v3-card h3 {
    width: 100%;
    min-width: 0;
    margin: 0;
    color: var(--sbv-ink);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.sbv-ctv-v3-card__type {
    min-height: 48px;
    margin: 10px 0 18px;
    color: var(--sbv-muted);
    font-size: 14px;
}

.sbv-ctv-v3-card__commerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-status {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 7px;
    color: var(--sbv-green);
    font-size: 13px;
    font-weight: 700;
}

.sbv-ctv-v3-status::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    content: '';
}

.sbv-ctv-v3-status--archive {
    color: #626a6e;
}

.sbv-ctv-v3-card__offer {
    display: block;
    margin-top: 4px;
    color: var(--sbv-blue);
    font-size: 12px;
}

.sbv-ctv-v3-card__price {
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}

.sbv-ctv-v3-card__open {
    display: block;
    margin-top: 15px;
    color: var(--sbv-blue);
    font-size: 13px;
    font-weight: 700;
}

.sbv-ctv-v3-load-more {
    display: block;
    min-width: 220px;
    min-height: 48px;
    margin: 36px auto 0;
    padding: 12px 22px;
    border: 1px solid var(--sbv-ink);
    background: var(--sbv-paper);
    color: var(--sbv-ink);
    cursor: pointer;
    font-weight: 700;
}

.sbv-ctv-v3-load-more:hover {
    border-color: var(--sbv-green);
    background: var(--sbv-green);
    color: #fff;
}

.sbv-ctv-v3-empty {
    padding: 50px 0;
    border-top: 1px solid var(--sbv-line);
    border-bottom: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-empty h3 {
    margin: 0 0 10px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    font-weight: 400;
}

.sbv-ctv-v3-empty p {
    margin: 0;
    color: var(--sbv-muted);
}

.sbv-ctv-v3-answers {
    padding: 88px 0;
    border-top: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-answer-list {
    border-top: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-answer {
    display: grid;
    grid-template-columns: 60px minmax(240px, 0.7fr) minmax(320px, 1.3fr);
    gap: 30px;
    padding: 28px 0;
    border-bottom: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-answer > span {
    color: var(--sbv-muted);
    font-size: 13px;
}

.sbv-ctv-v3-answer h3 {
    margin: 0;
    font-size: 19px;
}

.sbv-ctv-v3-answer p {
    margin: 0;
    color: var(--sbv-muted);
}

.sbv-ctv-v3-source {
    padding: 24px 0 76px;
    color: var(--sbv-muted);
    font-size: 13px;
}

.sbv-ctv-v3-source a {
    border-bottom: 1px solid var(--sbv-line);
    color: var(--sbv-blue);
}

.sbv-ctv-v3-archive-head {
    width: min(100% - 64px, 1440px);
    margin: 0 auto;
    padding: 92px 0 72px;
    border-bottom: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-archive-head p:last-child {
    max-width: 760px;
    margin: 28px 0 0;
    color: var(--sbv-muted);
    font-size: 19px;
}

.sbv-ctv-v3-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 30px;
    color: var(--sbv-muted);
    font-size: 13px;
}

.sbv-ctv-v3-breadcrumbs a {
    color: var(--sbv-blue);
}

.sbv-ctv-v3-product {
    padding-bottom: 90px;
}

.sbv-ctv-v3-product__content {
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
    gap: 64px;
    align-items: start;
    padding-top: 42px;
    padding-bottom: 76px;
}

.sbv-ctv-v3-product__image {
    aspect-ratio: 1 / 1;
    border: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-product__copy {
    padding-top: 22px;
}

.sbv-ctv-v3-product h1 {
    width: 100%;
    min-width: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 700;
    white-space: nowrap;
}

.sbv-ctv-v3-product__type {
    margin: 14px 0 0;
    color: var(--sbv-muted);
    font-size: 18px;
}

.sbv-ctv-v3-product__description {
    margin: 30px 0 0;
    color: #42494d;
    font-size: 18px;
    line-height: 1.65;
}

.sbv-ctv-v3-product__commerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 32px;
    padding: 24px 0;
    border-top: 1px solid var(--sbv-line);
    border-bottom: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-product__price {
    font-size: 28px;
    font-weight: 700;
}

.sbv-ctv-v3-variants {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.sbv-ctv-v3-variants li {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-variants a {
    color: var(--sbv-blue);
    font-weight: 700;
}

.sbv-ctv-v3-archive-note {
    margin-top: 32px;
    padding: 22px 0;
    border-top: 1px solid var(--sbv-line);
    border-bottom: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-archive-note strong {
    display: block;
    margin-bottom: 8px;
    color: #565e62;
}

.sbv-ctv-v3-archive-note p {
    margin: 0;
    color: var(--sbv-muted);
}

.sbv-ctv-v3-product__section {
    padding: 68px 0;
    border-top: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 48px;
    margin: 32px 0 0;
    padding: 0;
    border-top: 1px solid var(--sbv-line);
    list-style: none;
}

.sbv-ctv-v3-feature-list li {
    position: relative;
    padding: 17px 0 17px 24px;
    border-bottom: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-feature-list li::before {
    position: absolute;
    top: 25px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sbv-green);
    content: '';
}

.sbv-ctv-v3-specs {
    width: 100%;
    margin-top: 32px;
    border-collapse: collapse;
}

.sbv-ctv-v3-specs th,
.sbv-ctv-v3-specs td {
    padding: 16px 0;
    border-bottom: 1px solid var(--sbv-line);
    vertical-align: top;
    text-align: left;
}

.sbv-ctv-v3-specs th {
    width: 42%;
    padding-right: 36px;
    color: var(--sbv-muted);
    font-weight: 400;
}

.sbv-ctv-v3-documents {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 48px;
    margin: 32px 0 0;
    padding: 0;
    border-top: 1px solid var(--sbv-line);
    list-style: none;
}

.sbv-ctv-v3-documents a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid var(--sbv-line);
    color: var(--sbv-blue);
}

.sbv-ctv-v3-documents a:hover {
    color: var(--sbv-green);
}

.sbv-ctv-v3-footer {
    padding: 72px max(32px, calc((100vw - 1440px) / 2 + 32px)) 28px;
    border-top: 1px solid var(--sbv-line);
    background: #f1f3f3;
}

.sbv-ctv-v3-footer__lead {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 64px;
    padding-bottom: 54px;
}

.sbv-ctv-v3-footer__lead p {
    margin: 8px 0 0;
    color: var(--sbv-green);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.sbv-ctv-v3-footer__columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    padding: 34px 0 48px;
    border-top: 1px solid #cbd1d3;
}

.sbv-ctv-v3-footer__columns > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.sbv-ctv-v3-footer__columns span {
    margin-bottom: 6px;
    color: var(--sbv-muted);
    font-size: 12px;
    text-transform: uppercase;
}

.sbv-ctv-v3-footer__columns p {
    margin: 0;
}

.sbv-ctv-v3-footer__columns a {
    border-bottom: 1px solid transparent;
}

.sbv-ctv-v3-footer__columns a:hover {
    border-color: var(--sbv-blue);
    color: var(--sbv-blue);
}

.sbv-ctv-v3-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 36px;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid #cbd1d3;
    color: var(--sbv-muted);
    font-size: 12px;
}

@media (max-width: 1180px) {
    .sbv-ctv-v3-header__main {
        grid-template-columns: minmax(190px, 240px) minmax(240px, 1fr) auto;
        gap: 24px;
        width: min(100% - 40px, 1440px);
    }

    .sbv-ctv-v3-header__nav,
    .sbv-ctv-v3-facts,
    .sbv-ctv-v3-directions,
    .sbv-ctv-v3-catalog,
    .sbv-ctv-v3-answers,
    .sbv-ctv-v3-source,
    .sbv-ctv-v3-product__content,
    .sbv-ctv-v3-product__section,
    .sbv-ctv-v3-breadcrumbs,
    .sbv-ctv-v3-archive-head {
        width: min(100% - 40px, 1440px);
    }

    .sbv-ctv-v3-hero {
        grid-template-columns: 1fr 0.82fr;
        min-height: 540px;
    }

    .sbv-ctv-v3-hero__copy {
        padding: 56px 40px;
    }

    .sbv-ctv-v3-hero h1,
    .sbv-ctv-v3-archive-head h1 {
        font-size: 52px;
    }

    .sbv-ctv-v3-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sbv-ctv-v3-product__content {
        grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
        gap: 44px;
    }
}

@media (max-width: 820px) {
    .sbv-ctv-v3-header__main {
        grid-template-columns: minmax(170px, 220px) 1fr;
        min-height: 86px;
    }

    .sbv-ctv-v3-header__search {
        display: none;
    }

    .sbv-ctv-v3-header__contact a {
        font-size: 17px;
    }

    .sbv-ctv-v3-hero {
        grid-template-columns: 1fr;
    }

    .sbv-ctv-v3-hero__copy {
        min-height: 470px;
    }

    .sbv-ctv-v3-hero__image {
        min-height: 500px;
        border-top: 1px solid var(--sbv-line);
    }

    .sbv-ctv-v3-section-head,
    .sbv-ctv-v3-catalog__head,
    .sbv-ctv-v3-footer__lead {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sbv-ctv-v3-catalog__layout {
        grid-template-columns: 1fr;
    }

    .sbv-ctv-v3-category-rail {
        display: none;
    }

    .sbv-ctv-v3-mobile-filter {
        display: block;
    }

    .sbv-ctv-v3-answer {
        grid-template-columns: 44px 1fr;
    }

    .sbv-ctv-v3-answer p {
        grid-column: 2;
    }

    .sbv-ctv-v3-product__content {
        grid-template-columns: 1fr;
    }

    .sbv-ctv-v3-product__image {
        width: min(100%, 620px);
        margin: 0 auto;
    }

    .sbv-ctv-v3-feature-list,
    .sbv-ctv-v3-documents {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .sbv-ctv-v3-header__main {
        grid-template-columns: minmax(150px, 190px) 1fr;
        gap: 14px;
        width: calc(100% - 28px);
    }

    .sbv-ctv-v3-header__contact span {
        display: none;
    }

    .sbv-ctv-v3-header__contact a {
        font-size: 14px;
    }

    .sbv-ctv-v3-header__nav,
    .sbv-ctv-v3-facts,
    .sbv-ctv-v3-directions,
    .sbv-ctv-v3-catalog,
    .sbv-ctv-v3-answers,
    .sbv-ctv-v3-source,
    .sbv-ctv-v3-product__content,
    .sbv-ctv-v3-product__section,
    .sbv-ctv-v3-breadcrumbs,
    .sbv-ctv-v3-archive-head {
        width: calc(100% - 28px);
    }

    .sbv-ctv-v3-header__nav {
        gap: 22px;
    }

    .sbv-ctv-v3-hero__copy {
        min-height: 430px;
        padding: 48px 20px;
    }

    .sbv-ctv-v3-hero h1,
    .sbv-ctv-v3-archive-head h1 {
        font-size: 40px;
    }

    .sbv-ctv-v3-hero__lead,
    .sbv-ctv-v3-archive-head p:last-child {
        font-size: 17px;
    }

    .sbv-ctv-v3-hero__image {
        min-height: 360px;
    }

    .sbv-ctv-v3-facts {
        grid-template-columns: 1fr;
        padding: 20px 0;
    }

    .sbv-ctv-v3-facts > div,
    .sbv-ctv-v3-facts > div:first-child {
        padding: 16px 0;
        border-top: 1px solid var(--sbv-line);
        border-left: 0;
    }

    .sbv-ctv-v3-facts > div:first-child {
        border-top: 0;
    }

    .sbv-ctv-v3-directions,
    .sbv-ctv-v3-catalog,
    .sbv-ctv-v3-answers {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .sbv-ctv-v3-section-head h2,
    .sbv-ctv-v3-catalog__head h2,
    .sbv-ctv-v3-product__section h2,
    .sbv-ctv-v3-footer h2 {
        font-size: 34px;
    }

    .sbv-ctv-v3-direction {
        grid-template-columns: 38px minmax(0, 1fr) auto;
        gap: 12px;
    }

    .sbv-ctv-v3-direction strong {
        font-size: 19px;
    }

    .sbv-ctv-v3-grid {
        grid-template-columns: 1fr;
    }

    .sbv-ctv-v3-card h3 {
        font-size: 21px;
    }

    .sbv-ctv-v3-answer {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 14px;
    }

    .sbv-ctv-v3-archive-head {
        padding-top: 64px;
        padding-bottom: 52px;
    }

    .sbv-ctv-v3-product__content {
        gap: 24px;
        padding-top: 28px;
        padding-bottom: 52px;
    }

    .sbv-ctv-v3-product h1 {
        font-size: 32px;
    }

    .sbv-ctv-v3-product__commerce {
        grid-template-columns: 1fr;
    }

    .sbv-ctv-v3-product__price {
        font-size: 24px;
    }

    .sbv-ctv-v3-specs,
    .sbv-ctv-v3-specs tbody,
    .sbv-ctv-v3-specs tr,
    .sbv-ctv-v3-specs th,
    .sbv-ctv-v3-specs td {
        display: block;
        width: 100%;
    }

    .sbv-ctv-v3-specs th {
        padding-bottom: 4px;
        border-bottom: 0;
    }

    .sbv-ctv-v3-specs td {
        padding-top: 0;
    }

    .sbv-ctv-v3-footer {
        padding: 56px 20px 26px;
    }

    .sbv-ctv-v3-footer__columns {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sbv-ctv-v3-shell *,
    .sbv-ctv-v3-shell *::before,
    .sbv-ctv-v3-shell *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* SBV_CTV_JOURNAL_SHELL_CANARY_2026_07_17 */

/* The CTV route owns its complete mobile header while the route marker exists. */
html.sbv-ctv-journal-v3 .mobileheader-v2 {
    display: none !important;
}

/* Six primary destinations remain fully visible on a 390px viewport. */
@media (max-width: 560px) {
    html.sbv-ctv-journal-v3 .sbv-ctv-v3-header__nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        min-height: 0;
        overflow: visible;
        scrollbar-width: auto;
    }

    html.sbv-ctv-journal-v3 .sbv-ctv-v3-header__nav a {
        display: flex;
        min-width: 0;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        padding: 10px 7px;
        border-top: 1px solid var(--sbv-line);
        font-size: 12px;
        line-height: 1.25;
        text-align: center;
        white-space: normal;
    }

    html.sbv-ctv-journal-v3 .sbv-ctv-v3-header__nav a::after {
        bottom: 5px;
    }
}

/* Aspro injects red bullets into otherwise neutral CTV lists. */
html.sbv-ctv-journal-v3 .sbv-ctv-v3-category-rail li::before,
html.sbv-ctv-journal-v3 .sbv-ctv-v3-documents li::before {
    display: none !important;
    content: none !important;
}

/* The shared form remains shared; only its presentation on an active CTV route changes. */
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow * {
    box-sizing: border-box;
    letter-spacing: 0;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow {
    position: fixed !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: min(520px, calc(100vw - 32px)) !important;
    max-width: 520px !important;
    max-height: calc(100vh - 32px) !important;
    max-height: calc(100dvh - 32px) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transform: translate(-50%, -50%) !important;
    border: 1px solid var(--sbv-line) !important;
    border-radius: 0 !important;
    background: var(--sbv-paper) !important;
    color: var(--sbv-ink) !important;
    box-shadow: 0 24px 70px rgba(31, 35, 38, 0.22) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    scrollbar-color: var(--sbv-muted) var(--sbv-soft);
    z-index: 2147483001 !important;
}

html.sbv-ctv-journal-v3 .jqmOverlay {
    background: rgba(31, 35, 38, 0.58) !important;
    opacity: 1 !important;
    z-index: 2147483000 !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--sbv-paper) !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_head {
    margin: 0 !important;
    padding: 30px 66px 24px 34px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--sbv-line) !important;
    background: var(--sbv-stage) !important;
    color: var(--sbv-ink) !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_head h2,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_head .title {
    margin: 0 !important;
    color: var(--sbv-ink) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 34px !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_head p,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_desc {
    margin: 12px 0 0 !important;
    color: var(--sbv-muted) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_body {
    margin: 0 !important;
    padding: 26px 34px 12px !important;
    background: var(--sbv-paper) !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_footer {
    margin: 0 !important;
    padding: 10px 34px 32px !important;
    border: 0 !important;
    background: var(--sbv-paper) !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form-control {
    margin: 0 0 18px !important;
    padding: 0 !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow label {
    display: block;
    margin: 0 0 7px !important;
    color: var(--sbv-muted) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .star {
    color: var(--sbv-muted) !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.inputtext,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.phone,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow textarea.inputtextarea {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 1px solid var(--sbv-line) !important;
    border-radius: 0 !important;
    background: var(--sbv-paper) !important;
    color: var(--sbv-ink) !important;
    box-shadow: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.inputtext,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.phone {
    min-height: 46px !important;
    padding: 10px 12px !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow textarea.inputtextarea {
    min-height: 128px !important;
    padding: 12px !important;
    resize: vertical;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.inputtext:focus,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.phone:focus,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow textarea.inputtextarea:focus {
    border-color: var(--sbv-blue) !important;
    outline: 2px solid var(--sbv-blue) !important;
    outline-offset: 2px !important;
}

/* The real file input remains the focusable/clickable control above a Russian visual layer. */
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .sbv-ctv-file-picker {
    position: relative;
    display: grid;
    grid-template-columns: minmax(126px, auto) minmax(0, 1fr);
    min-height: 46px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid var(--sbv-line);
    background: var(--sbv-paper);
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .sbv-ctv-file-picker input.inputfile {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 2;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .sbv-ctv-file-action,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .sbv-ctv-file-status {
    display: flex;
    min-width: 0;
    align-items: center;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.3;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .sbv-ctv-file-action {
    justify-content: center;
    border-right: 1px solid var(--sbv-line);
    background: var(--sbv-soft);
    color: var(--sbv-ink);
    font-weight: 700;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .sbv-ctv-file-status {
    overflow: hidden;
    background: var(--sbv-paper);
    color: var(--sbv-muted);
    text-overflow: ellipsis;
    white-space: nowrap;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .sbv-ctv-file-picker:hover .sbv-ctv-file-action {
    color: var(--sbv-blue);
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .sbv-ctv-file-picker:focus-within {
    border-color: var(--sbv-blue);
    outline: 2px solid var(--sbv-blue);
    outline-offset: 2px;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .licence_block {
    margin: 4px 0 0 !important;
    padding: 0 !important;
    color: var(--sbv-muted) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .licence_block input[type="checkbox"] {
    position: absolute !important;
    display: block !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    opacity: 0 !important;
    visibility: visible !important;
    white-space: nowrap !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .licence_block label {
    margin: 0 !important;
    padding-left: 29px !important;
    color: var(--sbv-muted) !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .licence_block label::before {
    width: 16px !important;
    height: 16px !important;
    border: 1px solid var(--sbv-ink) !important;
    border-radius: 0 !important;
    background-color: var(--sbv-paper) !important;
    color: transparent !important;
    box-shadow: none !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .licence_block input[type="checkbox"]:checked + label::before {
    background-color: var(--sbv-ink) !important;
    color: var(--sbv-paper) !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .licence_block input[type="checkbox"]:focus-visible + label::before {
    outline: 2px solid var(--sbv-blue) !important;
    outline-offset: 3px !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .licence_block a {
    color: var(--sbv-blue) !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .licence_block a:hover,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .licence_block a:focus-visible {
    color: var(--sbv-green) !important;
    outline-color: var(--sbv-blue) !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default {
    width: auto !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 11px 18px !important;
    border: 1px solid var(--sbv-ink) !important;
    border-radius: 2px !important;
    background: var(--sbv-ink) !important;
    color: var(--sbv-paper) !important;
    box-shadow: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    cursor: pointer !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:hover,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:focus,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:active {
    border-color: var(--sbv-green) !important;
    background: var(--sbv-green) !important;
    color: var(--sbv-paper) !important;
    outline-color: var(--sbv-blue) !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow a.close.jqmClose {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    left: auto !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    border: 1px solid var(--sbv-line) !important;
    border-radius: 0 !important;
    background: var(--sbv-paper) !important;
    color: var(--sbv-ink) !important;
    opacity: 1 !important;
    font-size: 0 !important;
    z-index: 2 !important;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow a.close.jqmClose::before {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: transparent;
    color: var(--sbv-ink);
    content: "\00D7";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow a.close.jqmClose:hover,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow a.close.jqmClose:focus-visible {
    border-color: var(--sbv-blue) !important;
    outline: 2px solid var(--sbv-blue) !important;
    outline-offset: 2px !important;
}

@media (max-width: 560px) {
    html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow {
        width: calc(100vw - 24px) !important;
        max-height: calc(100vh - 24px) !important;
        max-height: calc(100dvh - 24px) !important;
    }

    html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_head {
        padding: 24px 58px 20px 20px !important;
    }

    html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_head h2,
    html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_head .title {
        font-size: 28px !important;
    }

    html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_body {
        padding: 22px 20px 10px !important;
    }

    html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_footer {
        padding: 10px 20px 24px !important;
    }

    html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default {
        width: 100% !important;
        white-space: normal !important;
    }
}

html.sbv-ctv-journal-v3 body,
html.sbv-ctv-journal-v3 body * {
    letter-spacing: 0 !important;
    hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

html.sbv-ctv-journal-v3 #mobileheader {
    display: none !important;
}

/* Brand pages own their contact actions; the legacy floating chat overlaps the editorial shell. */
#sbv-chat-btn {
    display: none !important;
}

/* Final SBV design-system binding: commit 9c001b26, SHA-256 8629c0fe... */
html.sbv-ctv-journal-v3 body,
.sbv-ctv-v3-shell,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow textarea,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow button {
    color: var(--sbv-body);
    font-family: 'Jost', Arial, sans-serif !important;
    font-weight: 400;
}

.sbv-ctv-v3-hero h1,
.sbv-ctv-v3-hero__claim,
.sbv-ctv-v3-archive-head h1,
.sbv-ctv-v3-section-head h2,
.sbv-ctv-v3-catalog__head h2,
.sbv-ctv-v3-product__section h2,
.sbv-ctv-v3-footer h2,
.sbv-ctv-v3-empty h3,
.sbv-ctv-v3-quote-band h2,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_head h2,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .form_head .title {
    color: var(--sbv-ink);
    font-family: 'Jost', Arial, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.sbv-ctv-v3-product h1,
.sbv-ctv-v3-card h3 {
    color: var(--sbv-ink);
    font-family: 'Jost', Arial, sans-serif !important;
    font-weight: 500;
    letter-spacing: 0;
}

.sbv-ctv-v3-eyebrow,
.sbv-ctv-v3-product__article,
.sbv-ctv-v3-card__category,
.sbv-ctv-v3-search label,
.sbv-ctv-v3-mobile-filter label,
.sbv-ctv-v3-header__search label,
.sbv-ctv-v3-header__contact span,
.sbv-ctv-v3-result-meta,
.sbv-ctv-v3-direction__number,
.sbv-ctv-v3-direction__count {
    color: var(--sbv-muted);
    font-family: ui-monospace, 'SFMono-Regular', Consolas, monospace;
    font-weight: 400;
    letter-spacing: 0;
}

.sbv-ctv-v3-shell button,
.sbv-ctv-v3-shell input,
.sbv-ctv-v3-shell select,
.sbv-ctv-v3-button,
.sbv-ctv-v3-link-button,
.sbv-ctv-v3-load-more,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow textarea,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow .sbv-dahua-file-action,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow button[type='submit'] {
    border-radius: 8px !important;
}

.sbv-ctv-v3-button,
.sbv-ctv-v3-link-button,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow button[type='submit'] {
    border-color: var(--sbv-steel) !important;
    background: var(--sbv-steel) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.sbv-ctv-v3-button:hover,
.sbv-ctv-v3-button:focus-visible,
.sbv-ctv-v3-link-button:hover,
.sbv-ctv-v3-link-button:focus-visible,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:hover,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:focus,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:active,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow button[type='submit']:hover,
html.sbv-ctv-journal-v3 .SIMPLE_FORM_14_frame.jqmWindow button[type='submit']:focus {
    border-color: var(--sbv-steel-hover) !important;
    background: var(--sbv-steel-hover) !important;
    color: #ffffff !important;
}

.sbv-ctv-v3-text-link,
.sbv-ctv-v3-source a,
.sbv-ctv-v3-breadcrumbs a,
.sbv-ctv-v3-variants a,
.sbv-ctv-v3-documents a,
.sbv-ctv-v3-card__open {
    border-color: var(--sbv-link);
    color: var(--sbv-link) !important;
}

.sbv-ctv-v3-text-link:hover,
.sbv-ctv-v3-source a:hover,
.sbv-ctv-v3-breadcrumbs a:hover,
.sbv-ctv-v3-variants a:hover,
.sbv-ctv-v3-documents a:hover,
.sbv-ctv-v3-card:hover .sbv-ctv-v3-card__open {
    border-color: var(--sbv-steel-hover);
    color: var(--sbv-steel-hover) !important;
}

.sbv-ctv-v3-header__nav a:hover,
.sbv-ctv-v3-header__nav a.is-active,
.sbv-ctv-v3-direction:hover,
.sbv-ctv-v3-category-rail button:hover,
.sbv-ctv-v3-category-rail button.is-active,
.sbv-ctv-v3-status {
    color: var(--sbv-steel);
}

.sbv-ctv-v3-header__nav a.is-active::after,
.sbv-ctv-v3-feature-list li::before {
    background: var(--sbv-steel);
}

.sbv-ctv-v3-facts dt {
    font-family: 'Jost', Arial, sans-serif;
    font-weight: 600;
}

.sbv-ctv-v3-card__offer {
    color: var(--sbv-link);
}

.sbv-ctv-v3-status--archive {
    color: #777777;
}

.sbv-ctv-v3-footer {
    background: var(--sbv-stage);
}

.sbv-ctv-v3-footer__lead p {
    color: var(--sbv-muted);
}

.sbv-ctv-v3-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    border-top: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-card {
    overflow: visible;
    border: 0;
    border-bottom: 1px solid var(--sbv-line);
    border-radius: 0;
    background: var(--sbv-paper);
    transition: background-color 160ms ease;
}

.sbv-ctv-v3-card:hover {
    border-color: var(--sbv-line);
    background: #fbfbfa;
    transform: none;
}

.sbv-ctv-v3-card > a {
    display: grid;
    grid-template-columns: 236px minmax(0, 1fr);
    gap: 32px;
    align-items: stretch;
}

.sbv-ctv-v3-card__image {
    width: 220px;
    height: 220px;
    aspect-ratio: 1 / 1;
    align-self: center;
    margin: 18px 0;
    border: 0;
    border-radius: 8px;
    background: var(--sbv-stage);
}

.sbv-ctv-v3-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(170px, auto);
    grid-template-rows: auto auto 1fr auto;
    gap: 7px 32px;
    align-items: start;
    padding: 30px 0;
}

.sbv-ctv-v3-card__category,
.sbv-ctv-v3-card h3,
.sbv-ctv-v3-card__type,
.sbv-ctv-v3-card__eol,
.sbv-ctv-v3-card__open {
    grid-column: 1;
}

.sbv-ctv-v3-card h3 {
    font-size: 24px;
    line-height: 1.24;
}

.sbv-ctv-v3-card__type {
    min-height: 0;
    margin: 5px 0 16px;
    color: var(--sbv-body);
}

.sbv-ctv-v3-card__commerce {
    grid-column: 2;
    grid-row: 1 / span 4;
    min-width: 170px;
    align-self: center;
    margin: 0;
    padding: 0 0 0 28px;
    border-top: 0;
    border-left: 1px solid var(--sbv-line);
}

.sbv-ctv-v3-card__open {
    align-self: end;
    width: fit-content;
    margin-top: 8px;
}

.sbv-ctv-v3-product__content {
    grid-template-columns: minmax(440px, 0.92fr) minmax(0, 1.08fr);
    gap: 72px;
}

.sbv-ctv-v3-product__media {
    min-width: 0;
}

.sbv-ctv-v3-product__image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: var(--sbv-stage);
}

.sbv-ctv-v3-product__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sbv-ctv-v3-product__thumbs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.sbv-ctv-v3-product__thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--sbv-line);
    border-radius: 8px;
    background: var(--sbv-stage);
    cursor: pointer;
}

.sbv-ctv-v3-product__thumb::after {
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    content: '';
    pointer-events: none;
}

.sbv-ctv-v3-product__thumb.is-active::after {
    border-color: var(--sbv-steel);
}

.sbv-ctv-v3-product__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sbv-ctv-v3-product__article {
    margin: 0 0 14px;
    font-size: 11px;
    line-height: 1.4;
    text-transform: uppercase;
}

.sbv-ctv-v3-product__article span {
    color: var(--sbv-body);
}

.sbv-ctv-v3-product__copy > .sbv-ctv-v3-eyebrow {
    margin: 18px 0 0;
}

.sbv-ctv-v3-product__description {
    margin-top: 34px;
    color: var(--sbv-body);
}

.sbv-ctv-v3-product__commerce {
    margin-top: 30px;
}

.sbv-ctv-v3-product__price {
    color: var(--sbv-ink);
    font-weight: 600;
}

@media (max-width: 980px) {
    .sbv-ctv-v3-card > a {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 26px;
    }

    .sbv-ctv-v3-card__image {
        width: 180px;
        height: 180px;
    }

    .sbv-ctv-v3-card__body {
        grid-template-columns: minmax(0, 1fr);
    }

    .sbv-ctv-v3-card__commerce {
        grid-column: 1;
        grid-row: auto;
        min-width: 0;
        padding: 14px 0 0;
        border-top: 1px solid var(--sbv-line);
        border-left: 0;
    }

    .sbv-ctv-v3-product__content {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    .sbv-ctv-v3-product__media {
        width: min(100%, 680px);
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .sbv-ctv-v3-card > a {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 16px;
    }

    .sbv-ctv-v3-card__image {
        width: 112px;
        height: 112px;
        margin: 16px 0;
    }

    .sbv-ctv-v3-card__body {
        gap: 4px;
        padding: 18px 0;
    }

    .sbv-ctv-v3-card h3 {
        font-size: 18px;
    }

    .sbv-ctv-v3-card__type {
        margin-bottom: 8px;
        font-size: 13px;
    }

    .sbv-ctv-v3-card__commerce {
        padding-top: 10px;
    }

    .sbv-ctv-v3-card__price {
        font-size: 15px;
    }

    .sbv-ctv-v3-product__thumbs {
        gap: 8px;
    }
}

@media (max-width: 360px) {
    .sbv-ctv-v3-card > a {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px;
    }

    .sbv-ctv-v3-card__image {
        width: 88px;
        height: 88px;
    }
}
