@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-atix-journal-v1,
html.sbv-atix-journal-v1 body {
    background: var(--sbv-paper) !important;
    color: var(--sbv-ink);
}

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

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

html.sbv-atix-journal-v1 .wraps#content,
html.sbv-atix-journal-v1 #content .wrapper_inner,
html.sbv-atix-journal-v1 #content .right_block,
html.sbv-atix-journal-v1 #content .middle,
html.sbv-atix-journal-v1 #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-atix-v1-shell,
.sbv-atix-v1-shell * {
    box-sizing: border-box;
    letter-spacing: 0;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
}

.sbv-atix-v1-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-atix-v1-shell a {
    color: inherit;
    text-decoration: none;
}

.sbv-atix-v1-shell button,
.sbv-atix-v1-shell input,
.sbv-atix-v1-shell select {
    font: inherit;
}

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

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

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

.sbv-atix-v1-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-atix-v1-header__logo {
    display: block;
    width: min(100%, 278px);
}

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

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

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

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

.sbv-atix-v1-header__search button,
html.sbv-atix-journal-v1 .sbv-atix-v1-header__search button.btn.btn-search.btn-default {
    border: 0 !important;
    border-color: transparent !important;
    background: transparent !important;
    color: var(--sbv-green) !important;
    box-shadow: none !important;
    outline-color: transparent !important;
    text-shadow: none !important;
    fill: currentColor !important;
    stroke: currentColor !important;
    hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    transition: none !important;
    animation: none !important;
    cursor: pointer;
    font-weight: 700;
}

.sbv-atix-v1-header__search button::before,
.sbv-atix-v1-header__search button::after,
html.sbv-atix-journal-v1 .sbv-atix-v1-header__search button.btn.btn-search.btn-default::before,
html.sbv-atix-journal-v1 .sbv-atix-v1-header__search button.btn.btn-search.btn-default::after {
    border-color: transparent !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    fill: currentColor !important;
    stroke: currentColor !important;
    transition: none !important;
    animation: none !important;
}

.sbv-atix-v1-header__search button:hover,
.sbv-atix-v1-header__search button:focus-visible {
    color: var(--sbv-blue) !important;
}

.sbv-atix-v1-header__contact {
    justify-self: end;
    text-align: right;
}

.sbv-atix-v1-header__contact a {
    font-size: 20px;
    font-weight: 700;
}

.sbv-atix-v1-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-atix-v1-header__nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 18px 0 15px;
    color: #3c4347;
    font-size: 14px;
    white-space: nowrap;
}

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

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

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

.sbv-atix-v1-shell__content {
    min-height: 60vh;
}

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

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

.sbv-atix-v1-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-atix-v1-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px max(48px, calc((100vw - 1440px) / 2 + 32px));
}

.sbv-atix-v1-hero h1,
.sbv-atix-v1-archive-head h1,
.sbv-atix-v1-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-atix-v1-hero__lead {
    max-width: 720px;
    margin: 28px 0 0;
    color: #4f575c;
    font-size: 21px;
    line-height: 1.55;
}

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

.sbv-atix-v1-button,
.sbv-atix-v1-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-atix-v1-button:hover,
.sbv-atix-v1-link-button:hover {
    border-color: var(--sbv-green);
    background: var(--sbv-green);
}

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

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

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

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

.sbv-atix-v1-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-atix-v1-facts > div {
    padding: 8px 32px;
    border-left: 1px solid var(--sbv-line);
}

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

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

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

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

.sbv-atix-v1-directions {
    padding: 88px 0;
}

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

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

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

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

.sbv-atix-v1-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-atix-v1-direction:hover {
    color: var(--sbv-green);
}

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

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

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

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

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

.sbv-atix-v1-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-atix-v1-search label,
.sbv-atix-v1-mobile-filter label {
    display: block;
    margin-bottom: 8px;
    color: var(--sbv-muted);
    font-size: 12px;
    text-transform: uppercase;
}

.sbv-atix-v1-search input,
.sbv-atix-v1-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-atix-v1-catalog__layout {
    display: grid;
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

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

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

.sbv-atix-v1-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-atix-v1-category-rail button:hover,
.sbv-atix-v1-category-rail button.is-active {
    color: var(--sbv-green);
    font-weight: 700;
}

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

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

.sbv-atix-v1-mobile-filter {
    display: none;
    margin-bottom: 28px;
}

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

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

.sbv-atix-v1-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-atix-v1-card:hover {
    border-color: #9aa5aa;
    transform: translateY(-2px);
}

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

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

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

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

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

.sbv-atix-v1-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-atix-v1-card__type {
    min-height: 48px;
    margin: 10px 0 18px;
    color: var(--sbv-muted);
    font-size: 14px;
}

.sbv-atix-v1-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-atix-v1-status {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 7px;
    color: var(--sbv-green);
    font-size: 13px;
    font-weight: 700;
}

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

.sbv-atix-v1-status--archive {
    color: #626a6e;
}

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

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

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

.sbv-atix-v1-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-atix-v1-load-more:hover {
    border-color: var(--sbv-green);
    background: var(--sbv-green);
    color: #fff;
}

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

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

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

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

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

.sbv-atix-v1-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-atix-v1-answer > span {
    color: var(--sbv-muted);
    font-size: 13px;
}

.sbv-atix-v1-answer h3 {
    margin: 0;
    font-size: 19px;
}

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

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

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

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

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

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

.sbv-atix-v1-breadcrumbs a {
    color: var(--sbv-blue);
}

.sbv-atix-v1-product {
    padding-bottom: 90px;
}

.sbv-atix-v1-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-atix-v1-product__image {
    aspect-ratio: 1 / 1;
    border: 1px solid var(--sbv-line);
}

.sbv-atix-v1-product__copy {
    padding-top: 22px;
}

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

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

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

.sbv-atix-v1-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-atix-v1-product__price {
    font-size: 28px;
    font-weight: 700;
}

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

.sbv-atix-v1-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-atix-v1-variants a {
    color: var(--sbv-blue);
    font-weight: 700;
}

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

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

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

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

.sbv-atix-v1-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-atix-v1-feature-list li {
    position: relative;
    padding: 17px 0 17px 24px;
    border-bottom: 1px solid var(--sbv-line);
}

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

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

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

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

.sbv-atix-v1-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-atix-v1-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-atix-v1-documents a:hover {
    color: var(--sbv-green);
}

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

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

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

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

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

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

.sbv-atix-v1-footer__columns p {
    margin: 0;
}

.sbv-atix-v1-footer__columns a {
    border-bottom: 1px solid transparent;
}

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

.sbv-atix-v1-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-atix-v1-header__main {
        grid-template-columns: minmax(190px, 240px) minmax(240px, 1fr) auto;
        gap: 24px;
        width: min(100% - 40px, 1440px);
    }

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

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

    .sbv-atix-v1-hero__copy {
        padding: 56px 40px;
    }

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

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

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

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

    .sbv-atix-v1-header__search {
        display: none;
    }

    .sbv-atix-v1-header__contact a {
        font-size: 17px;
    }

    .sbv-atix-v1-hero {
        grid-template-columns: 1fr;
    }

    .sbv-atix-v1-hero__copy {
        min-height: 470px;
    }

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

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

    .sbv-atix-v1-catalog__layout {
        grid-template-columns: 1fr;
    }

    .sbv-atix-v1-category-rail {
        display: none;
    }

    .sbv-atix-v1-mobile-filter {
        display: block;
    }

    .sbv-atix-v1-answer {
        grid-template-columns: 44px 1fr;
    }

    .sbv-atix-v1-answer p {
        grid-column: 2;
    }

    .sbv-atix-v1-product__content {
        grid-template-columns: 1fr;
    }

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

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

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

    .sbv-atix-v1-header__contact span {
        display: none;
    }

    .sbv-atix-v1-header__contact a {
        font-size: 14px;
    }

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

    .sbv-atix-v1-header__nav {
        gap: 22px;
    }

    .sbv-atix-v1-hero__copy {
        min-height: 430px;
        padding: 48px 20px;
    }

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

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

    .sbv-atix-v1-hero__image {
        min-height: 360px;
    }

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

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

    .sbv-atix-v1-facts > div:first-child {
        border-top: 0;
    }

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

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

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

    .sbv-atix-v1-direction strong {
        font-size: 19px;
    }

    .sbv-atix-v1-grid {
        grid-template-columns: 1fr;
    }

    .sbv-atix-v1-card h3 {
        font-size: 21px;
    }

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

    .sbv-atix-v1-archive-head {
        padding-top: 64px;
        padding-bottom: 52px;
    }

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

    .sbv-atix-v1-product h1 {
        font-size: 32px;
    }

    .sbv-atix-v1-product__commerce {
        grid-template-columns: 1fr;
    }

    .sbv-atix-v1-product__price {
        font-size: 24px;
    }

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

    .sbv-atix-v1-specs th {
        padding-bottom: 4px;
        border-bottom: 0;
    }

    .sbv-atix-v1-specs td {
        padding-top: 0;
    }

    .sbv-atix-v1-footer {
        padding: 56px 20px 26px;
    }

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

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

/* ATIX uses the shared journal vocabulary with an unframed brand hero. */
.sbv-atix-v1-hero {
    position: relative;
    display: block;
    min-height: min(620px, calc(100svh - 180px));
    overflow: hidden;
    background: var(--sbv-paper);
}

.sbv-atix-v1-hero__copy {
    position: relative;
    z-index: 2;
    width: min(58%, 920px);
    min-height: min(620px, calc(100svh - 180px));
    padding-right: 32px;
}

.sbv-atix-v1-hero h1 {
    font-size: 88px;
}

.sbv-atix-v1-hero__claim {
    max-width: 720px;
    margin: 16px 0 0;
    color: var(--sbv-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.sbv-atix-v1-hero__lead {
    max-width: 650px;
    font-size: 19px;
}

.sbv-atix-v1-hero__image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: max(24px, calc((100vw - 1440px) / 2 + 12px));
    bottom: 0;
    width: min(46%, 720px);
    overflow: visible;
    background: transparent;
}

.sbv-atix-v1-hero__image img,
.sbv-atix-v1-product__image img,
.sbv-atix-v1-card__image img {
    width: auto;
    height: auto;
    max-width: min(100%, var(--sbv-media-display-max, 100%));
    max-height: min(100%, var(--sbv-media-display-max, 100%));
    object-fit: contain;
    object-position: center;
}

.sbv-atix-v1-card__image,
.sbv-atix-v1-product__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sbv-atix-v1-quote-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr) auto;
    gap: 40px;
    align-items: end;
    width: min(100% - 64px, 1440px);
    margin: 0 auto 88px;
    padding: 52px 0;
    border-top: 1px solid var(--sbv-line);
    border-bottom: 1px solid var(--sbv-line);
}

.sbv-atix-v1-quote-band h2 {
    max-width: 620px;
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.12;
}

.sbv-atix-v1-quote-band > p {
    margin: 0;
    color: var(--sbv-muted);
    line-height: 1.65;
}

.sbv-atix-v1-product__commercial-note {
    max-width: 680px;
    margin: 22px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--sbv-line);
    color: var(--sbv-muted);
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1180px) {
    .sbv-atix-v1-hero,
    .sbv-atix-v1-hero__copy {
        min-height: min(570px, calc(100svh - 170px));
    }

    .sbv-atix-v1-hero h1 {
        font-size: 72px;
    }

    .sbv-atix-v1-quote-band {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
        width: min(100% - 40px, 1440px);
    }

    .sbv-atix-v1-quote-band .sbv-atix-v1-button {
        justify-self: start;
    }
}

@media (max-width: 820px) {
    .sbv-atix-v1-header__nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        overflow: visible;
    }

    .sbv-atix-v1-header__nav a {
        min-width: 0;
        padding: 14px 8px 12px;
        border-right: 1px solid var(--sbv-line);
        border-bottom: 1px solid var(--sbv-line);
        text-align: center;
        white-space: normal;
    }

    .sbv-atix-v1-hero,
    .sbv-atix-v1-hero__copy {
        min-height: min(650px, calc(100svh - 190px));
    }

    .sbv-atix-v1-hero__copy {
        width: 100%;
        justify-content: flex-start;
        padding: 52px 40px 270px;
    }

    .sbv-atix-v1-hero h1 {
        font-size: 64px;
    }

    .sbv-atix-v1-hero__claim {
        max-width: 620px;
        font-size: 25px;
    }

    .sbv-atix-v1-hero__lead {
        max-width: 580px;
        font-size: 17px;
    }

    .sbv-atix-v1-hero__image {
        top: auto;
        right: 20px;
        bottom: 0;
        width: min(56%, 400px);
        height: 300px;
        min-height: 0;
        border: 0;
    }

    .sbv-atix-v1-quote-band {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 560px) {
    .sbv-atix-v1-hero,
    .sbv-atix-v1-hero__copy {
        min-height: min(620px, calc(100svh - 190px));
    }

    .sbv-atix-v1-hero__copy {
        padding: 36px 20px 230px;
    }

    .sbv-atix-v1-hero h1 {
        font-size: 52px;
    }

    .sbv-atix-v1-hero__claim {
        font-size: 22px;
    }

    .sbv-atix-v1-hero__lead {
        margin-top: 18px;
        font-size: 16px;
    }

    .sbv-atix-v1-hero__image {
        right: 10px;
        width: min(68%, 320px);
        height: 240px;
    }

    .sbv-atix-v1-quote-band {
        width: calc(100% - 28px);
        margin-bottom: 64px;
        padding: 40px 0;
    }

    .sbv-atix-v1-quote-band h2 {
        font-size: 34px;
    }
}

html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow * {
    box-sizing: border-box;
    letter-spacing: 0;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
}

html.sbv-atix-journal-v1 .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-atix-journal-v1 .jqmOverlay {
    background: rgba(31, 35, 38, 0.58) !important;
    opacity: 1 !important;
    z-index: 2147483000 !important;
}

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

html.sbv-atix-journal-v1 .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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .form_head h2,
html.sbv-atix-journal-v1 .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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .form_head p,
html.sbv-atix-journal-v1 .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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .form_body {
    margin: 0 !important;
    padding: 26px 34px 12px !important;
    background: var(--sbv-paper) !important;
}

html.sbv-atix-journal-v1 .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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .form-control {
    margin: 0 0 18px !important;
    padding: 0 !important;
}

html.sbv-atix-journal-v1 .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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .star,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .error,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .error_text,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .form-error {
    color: var(--sbv-blue) !important;
}

html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.inputtext,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.phone,
html.sbv-atix-journal-v1 .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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.inputtext,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.phone {
    min-height: 46px !important;
    padding: 10px 12px !important;
}

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

html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.inputtext:focus,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.phone:focus,
html.sbv-atix-journal-v1 .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;
}

html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .sbv-atix-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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .sbv-atix-file-picker input.inputfile,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .sbv-atix-file-picker input[type='file'] {
    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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .sbv-atix-file-action,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .sbv-atix-file-status {
    display: flex;
    min-width: 0;
    align-items: center;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.3;
}

html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .sbv-atix-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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .sbv-atix-file-status {
    overflow: hidden;
    color: var(--sbv-muted);
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

html.sbv-atix-journal-v1 .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-atix-journal-v1 .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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .licence_block label {
    margin: 0 !important;
    padding-left: 29px !important;
    color: var(--sbv-muted) !important;
}

html.sbv-atix-journal-v1 .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-atix-journal-v1 .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-atix-journal-v1 .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-atix-journal-v1 .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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .licence_block a:hover,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .licence_block a:focus-visible {
    color: var(--sbv-green) !important;
    outline-color: var(--sbv-blue) !important;
}

html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow button[type='submit'] {
    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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:hover,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:focus,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:active,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow button[type='submit']:hover,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow button[type='submit']:focus {
    border-color: var(--sbv-green) !important;
    background: var(--sbv-green) !important;
    color: var(--sbv-paper) !important;
    outline-color: var(--sbv-blue) !important;
}

html.sbv-atix-journal-v1 .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-atix-journal-v1 .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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow a.close.jqmClose:hover,
html.sbv-atix-journal-v1 .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-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow {
        width: calc(100vw - 24px) !important;
        max-height: calc(100vh - 24px) !important;
        max-height: calc(100dvh - 24px) !important;
    }

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

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

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

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

    html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default,
    html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow button[type='submit'] {
        width: 100% !important;
        white-space: normal !important;
    }
}

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

html.sbv-atix-journal-v1 #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-atix-journal-v1 body,
.sbv-atix-v1-shell,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow textarea,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow button {
    color: var(--sbv-body);
    font-family: 'Jost', Arial, sans-serif !important;
    font-weight: 400;
}

.sbv-atix-v1-hero h1,
.sbv-atix-v1-hero__claim,
.sbv-atix-v1-archive-head h1,
.sbv-atix-v1-section-head h2,
.sbv-atix-v1-catalog__head h2,
.sbv-atix-v1-product__section h2,
.sbv-atix-v1-footer h2,
.sbv-atix-v1-empty h3,
.sbv-atix-v1-quote-band h2,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow .form_head h2,
html.sbv-atix-journal-v1 .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-atix-v1-product h1,
.sbv-atix-v1-card h3 {
    color: var(--sbv-ink);
    font-family: 'Jost', Arial, sans-serif !important;
    font-weight: 500;
    letter-spacing: 0;
}

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

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

.sbv-atix-v1-button,
.sbv-atix-v1-link-button,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default,
html.sbv-atix-journal-v1 .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-atix-v1-button:hover,
.sbv-atix-v1-button:focus-visible,
.sbv-atix-v1-link-button:hover,
.sbv-atix-v1-link-button:focus-visible,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:hover,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:focus,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow input.btn.btn-default:active,
html.sbv-atix-journal-v1 .SIMPLE_FORM_14_frame.jqmWindow button[type='submit']:hover,
html.sbv-atix-journal-v1 .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-atix-v1-text-link,
.sbv-atix-v1-source a,
.sbv-atix-v1-breadcrumbs a,
.sbv-atix-v1-variants a,
.sbv-atix-v1-documents a,
.sbv-atix-v1-card__open {
    border-color: var(--sbv-link);
    color: var(--sbv-link) !important;
}

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

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

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

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

.sbv-atix-v1-card__offer {
    color: var(--sbv-link);
}

.sbv-atix-v1-status--archive {
    color: #777777;
}

.sbv-atix-v1-footer {
    background: var(--sbv-stage);
}

.sbv-atix-v1-footer__lead p {
    color: var(--sbv-muted);
}

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

.sbv-atix-v1-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-atix-v1-card:hover {
    border-color: var(--sbv-line);
    background: #fbfbfa;
    transform: none;
}

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

.sbv-atix-v1-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-atix-v1-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-atix-v1-card__category,
.sbv-atix-v1-card h3,
.sbv-atix-v1-card__type,
.sbv-atix-v1-card__eol,
.sbv-atix-v1-card__open {
    grid-column: 1;
}

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

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

.sbv-atix-v1-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-atix-v1-card__open {
    align-self: end;
    width: fit-content;
    margin-top: 8px;
}

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

.sbv-atix-v1-product__media {
    min-width: 0;
}

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

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

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

.sbv-atix-v1-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-atix-v1-product__thumb::after {
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    content: '';
    pointer-events: none;
}

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

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

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

.sbv-atix-v1-product__article span {
    color: var(--sbv-body);
}

.sbv-atix-v1-product__copy > .sbv-atix-v1-eyebrow {
    margin: 18px 0 0;
}

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

.sbv-atix-v1-product__commerce {
    margin-top: 30px;
}

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

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

    .sbv-atix-v1-card__image {
        width: 180px;
        height: 180px;
    }

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

    .sbv-atix-v1-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-atix-v1-product__content {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

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

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

    .sbv-atix-v1-card__image {
        width: 112px;
        height: 112px;
        margin: 16px 0;
    }

    .sbv-atix-v1-card__body {
        gap: 4px;
        padding: 18px 0;
    }

    .sbv-atix-v1-card h3 {
        font-size: 18px;
    }

    .sbv-atix-v1-card__type {
        margin-bottom: 8px;
        font-size: 13px;
    }

    .sbv-atix-v1-card__commerce {
        padding-top: 10px;
    }

    .sbv-atix-v1-card__price {
        font-size: 15px;
    }

    .sbv-atix-v1-product__thumbs {
        gap: 8px;
    }
}

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

    .sbv-atix-v1-card__image {
        width: 88px;
        height: 88px;
    }
}
