.pv2-header { position: relative; z-index: 40; border-bottom: 1px solid var(--pv2-border); background: rgba(255,255,255,.98); }
.pv2-header__service { color: #fff; background: var(--pv2-navy); font-size: .75rem; }
.pv2-header__service-inner, .pv2-header__main, .pv2-header__phones, .pv2-header__actions, .pv2-nav__inner, .pv2-socials { display: flex; align-items: center; }
.pv2-header__service-inner { min-height: 36px; justify-content: space-between; gap: 1rem; opacity: .94; }
.pv2-header__main { min-height: 96px; gap: 1.35rem; }
.pv2-logo { flex: 0 0 auto; }
.pv2-logo img { width: 190px; }
.pv2-search { position: relative; display: flex; min-width: 220px; flex: 1 1 34rem; }
.pv2-search__field { position: relative; min-width: 0; flex: 1 1 auto; }
.pv2-search input { width: 100%; min-height: 48px; padding: .7rem 1rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-sm) 0 0 var(--pv2-radius-sm); outline: 0; }
.pv2-search input:focus { border-color: #a9b5c4; box-shadow: inset 0 0 0 1px #a9b5c4; }
.pv2-search button { min-width: 94px; border: 0; border-radius: 0 var(--pv2-radius-sm) var(--pv2-radius-sm) 0; color: #fff; background: var(--pv2-brand); font-weight: 750; }
.pv2-search .mse2-ac-wrapper:empty { display: none; }
body.pv2 .ui-autocomplete { z-index: 200 !important; max-height: min(420px, 65vh); overflow-y: auto; padding: 0; border: 1px solid var(--pv2-border); border-radius: .65rem; background: #fff; box-shadow: var(--pv2-shadow); list-style: none; }
body.pv2 .ui-autocomplete .mse2-ac-wrapper { margin: 0; border: 0; background: #fff; list-style: none; }
body.pv2 .ui-autocomplete .mse2-ac-link { display: block; padding: 0; border: 0; color: inherit; background: transparent; text-decoration: none; }
.pv2-search-suggestion { display: grid; gap: .15rem; padding: .7rem .85rem; border-bottom: 1px solid var(--pv2-border); }
.pv2-search-suggestion span { color: var(--pv2-ink); font-size: .875rem; font-weight: 700; }
.pv2-search-suggestion small { display: -webkit-box; overflow: hidden; color: var(--pv2-ink-soft); font-size: .72rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body.pv2 .ui-autocomplete .mse2-ac-wrapper:last-child .pv2-search-suggestion { border-bottom: 0; }
body.pv2 .ui-autocomplete .mse2-ac-link:hover, body.pv2 .ui-autocomplete .mse2-ac-link.ui-state-active { background: var(--pv2-surface-soft); }
.pv2-socials { gap: .45rem; }
.pv2-socials a, .pv2-footer__socials a { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: #a6acb5; font-size: .69rem; font-weight: 800; text-decoration: none; }
.pv2-socials a:hover { background: var(--pv2-nav); }
.pv2-header__phones { flex-direction: column; align-items: flex-start; line-height: 1.35; white-space: nowrap; }
.pv2-header__phones a { color: var(--pv2-ink); font-size: .875rem; font-weight: 550; text-decoration: none; }
.pv2-header__phones > span { margin-top: .12rem; color: var(--pv2-ink-soft); font-size: .625rem; font-weight: 500; letter-spacing: .015em; }
.pv2-header__actions { gap: .4rem; margin-left: auto; }
.pv2-header-tool { position: relative; display: inline-grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-sm); color: var(--pv2-ink); background: #fff; text-decoration: none; }
.pv2-header-tool:hover { color: var(--pv2-brand); border-color: #f6a8ae; background: #fff7f8; }
.pv2-header-tool svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pv2-header-tool > span { position: absolute; top: -7px; right: -7px; display: grid; min-width: 20px; height: 20px; place-items: center; padding-inline: 4px; border: 2px solid #fff; border-radius: 999px; color: #fff; background: var(--pv2-brand); font-size: .65rem; font-weight: 800; }
.pv2-icon-link { display: inline-flex; min-height: 46px; align-items: center; gap: .55rem; padding: .55rem .85rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-sm); color: var(--pv2-ink); text-decoration: none; white-space: nowrap; }
.pv2-mini-cart strong { display: inline-grid; min-width: 23px; height: 23px; margin-left: .35rem; place-items: center; border-radius: 50%; color: #fff; background: var(--pv2-brand); font-size: .75rem; }
.pv2-mini-cart__icon { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pv2-nav { position: relative; color: #fff; background: var(--pv2-nav); }
.pv2-nav__inner { min-height: 48px; gap: .9rem; }
.pv2-nav-list { display: flex; margin: 0; padding: 0; list-style: none; }
.pv2-nav a, .pv2-catalog-menu summary { display: flex; min-height: 48px; align-items: center; padding: .55rem 1rem; color: #fff; font-size: 1rem; font-weight: 500; text-decoration: none; }
.pv2-nav a:hover, .pv2-nav a[aria-current="page"], .pv2-catalog-menu summary:hover { background: rgba(255,255,255,.1); }
.pv2-nav a[aria-current="page"] { box-shadow: inset 0 -3px 0 var(--pv2-brand); }
.pv2-catalog-menu.is-active summary { box-shadow: inset 0 0 0 2px rgba(255,255,255,.32); }
.pv2-catalog-menu { position: static; align-self: center; }
.pv2-catalog-menu summary { min-width: 145px; min-height: 42px; justify-content: space-between; gap: 1rem; margin-right: .65rem; padding-block: .4rem; border-radius: .5rem; background: var(--pv2-brand); font-weight: 650; list-style: none; }
.pv2-catalog-menu summary::-webkit-details-marker { display: none; }
.pv2-catalog-menu summary span { transition: transform .18s ease; }
.pv2-catalog-menu[open] summary span { transform: rotate(180deg); }
.pv2-nav-list--catalog { position: absolute; z-index: 50; top: 100%; left: 50%; display: grid; width: min(var(--pv2-container), calc(100vw - 2rem)); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .35rem 1.5rem; margin: 0; padding: 1.5rem; border: 1px solid var(--pv2-border); border-top: 4px solid var(--pv2-brand); border-radius: 0 0 var(--pv2-radius-lg) var(--pv2-radius-lg); background: #fff; box-shadow: var(--pv2-shadow); list-style: none; transform: translateX(-50%); animation: pv2-mega-in .18s ease-out both; }
.pv2-nav-list--catalog > li { min-width: 0; }
.pv2-nav-list--catalog a { min-height: 38px; padding: .35rem .45rem; color: var(--pv2-ink); font-size: .9rem; }
.pv2-nav-list--catalog > li > a { border-bottom: 1px solid var(--pv2-border); font-weight: 750; }
.pv2-nav-list--catalog ul { margin: .3rem 0 0; padding: 0; list-style: none; }
.pv2-nav-list--catalog ul a { color: var(--pv2-ink-soft); font-size: .82rem; }
.pv2-nav-list--catalog > li:last-child > ul { display: none; }
.pv2-mobile-nav { display: none; }
.pv2-breadcrumbs { padding-block: .9rem; background: var(--pv2-surface-soft); font-size: .82rem; }
.pv2-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.pv2-breadcrumbs li:not(:last-child)::after { margin-left: .45rem; color: #a1aab7; content: "/"; }
.pv2-footer { margin-top: 5rem; padding-top: 3.5rem; color: #fff; background: var(--pv2-navy); }
.pv2-newsletter { display: grid; grid-template-columns: minmax(240px, .85fr) minmax(380px, 1.15fr); gap: clamp(1.5rem, 5vw, 4.5rem); align-items: center; margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.pv2-newsletter h2 { margin: 0 0 .45rem; font-size: clamp(1.35rem, 2.5vw, 1.9rem); }
.pv2-newsletter p { max-width: 52ch; margin: 0; }
.pv2-newsletter__form { display: grid; gap: .65rem; }
.pv2-newsletter__row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .6rem; }
.pv2-newsletter__row input { min-width: 0; min-height: 46px; padding: .7rem .85rem; border: 1px solid rgba(255,255,255,.25); border-radius: var(--pv2-radius-sm); color: var(--pv2-ink); background: #fff; font: inherit; }
.pv2-newsletter__consent { display: flex; align-items: flex-start; gap: .5rem; color: #aeb9c7; font-size: .72rem; line-height: 1.4; }
.pv2-newsletter__consent input { margin-top: .15rem; accent-color: var(--pv2-brand); }
.pv2-newsletter__consent a { font-size: inherit; }
.pv2-newsletter__trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.pv2-newsletter__message { color: #ffc3c8 !important; font-size: .78rem !important; }
.pv2-newsletter__message--success { padding: 1rem 1.15rem; border: 1px solid rgba(28,196,138,.38); border-radius: var(--pv2-radius-sm); color: #b9f4df !important; background: rgba(28,196,138,.1); }
.pv2-footer__grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 3.5rem; }
.pv2-footer h2 { margin-top: 0; color: #fff; font-size: 1rem; letter-spacing: 0; }
.pv2-footer p, .pv2-footer span, .pv2-footer a { color: #c7d0dc; font-size: .875rem; }
.pv2-footer a:hover { color: #fff; }
.pv2-footer__logo img { width: 180px; margin-bottom: 1rem; filter: brightness(1.45); }
.pv2-footer__brand p { max-width: 290px; }
.pv2-footer__links { margin: 0; padding: 0; list-style: none; }
.pv2-footer__links li + li { margin-top: .45rem; }
.pv2-footer address { display: grid; gap: .4rem; margin-bottom: 1rem; font-style: normal; }
.pv2-footer__socials { display: flex; gap: .45rem; margin-top: 1rem; }
.pv2-footer__socials a { border: 1px solid rgba(255,255,255,.28); background: transparent; }
.pv2-footer__legal { display: grid; grid-template-columns: 1.3fr 1fr; gap: 3rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.14); }
.pv2-footer__legal > div { display: grid; gap: .3rem; }
.pv2-footer__legal strong { color: #fff; }
.pv2-footer__legal p { margin: 0; }
.pv2-footer__bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 1.75rem; padding-block: 1.25rem 2rem; border-top: 1px solid rgba(255,255,255,.14); color: #9facbc; font-size: .8rem; }
.pv2-back-to-top { position: fixed; z-index: 80; right: 1.25rem; bottom: 1.25rem; width: 44px; height: 44px; border: 1px solid var(--pv2-border); border-radius: 50%; background: #fff; box-shadow: var(--pv2-shadow); font-size: 1.25rem; }
.pv2-back-to-top[hidden] { display: none; }
body.pv2 .cc-window.cc-banner { left: auto !important; right: 1rem !important; bottom: 1rem !important; display: grid !important; width: min(430px, calc(100% - 2rem)) !important; grid-template-columns: minmax(0, 1fr) auto; gap: .25rem .65rem; align-items: center; padding: .75rem .85rem; border: 1px solid var(--pv2-border); border-radius: .75rem; background: #fff !important; box-shadow: var(--pv2-shadow); }
body.pv2 .cc-window .cc-header { display: none; }
body.pv2 .cc-window .cc-message { display: -webkit-box; overflow: hidden; margin: 0; color: var(--pv2-ink-soft); font-size: .72rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
body.pv2 .cc-window .cc-message p { margin: 0; }
body.pv2 .cc-window .cc-message a { color: var(--pv2-ink-soft); }
body.pv2 .cc-window > .cc-link { grid-column: 1; color: var(--pv2-ink-soft); font-size: .72rem; }
body.pv2 .cc-window .cc-compliance { display: flex; grid-column: 2; grid-row: 1 / span 2; flex: 0 0 auto; gap: .35rem; }
body.pv2 .cc-window .cc-btn { min-width: auto; padding: .45rem .65rem !important; border-radius: .45rem; font-size: .72rem; font-weight: 750; }
body.pv2:has(.cc-window) .pv2-back-to-top { bottom: 6.5rem; }
.pv2-tabs__list { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--pv2-border); }
.pv2-tabs__button { min-height: 48px; padding: .75rem 1rem; border: 0; border-bottom: 3px solid transparent; background: var(--pv2-surface-soft); font-weight: 650; }
.pv2-tabs__button[aria-selected="true"] { border-color: var(--pv2-brand); color: var(--pv2-brand-dark); background: #fff; }
.pv2-tabs__panel { padding-top: .75rem; }
.pv2-tabs__panel[hidden] { display: none; }
.pv2-file-list { margin: 0; padding: 0; list-style: none; }
.pv2-file-list li { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: .9rem 0; border-bottom: 1px solid var(--pv2-border); }
@keyframes pv2-disclosure-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pv2-mega-in { from { opacity: 0; transform: translate(-50%, -6px); } to { opacity: 1; transform: translate(-50%, 0); } }
@media (max-width: 1120px) {
    .pv2-socials { display: none; }
    .pv2-nav a, .pv2-catalog-menu summary { padding-inline: .72rem; font-size: .9rem; }
}
@media (max-width: 800px) {
    .pv2-header__service-inner { justify-content: flex-start; }
    .pv2-header__service-inner span:last-child { display: none; }
    .pv2-header__main { display: grid; min-height: auto; grid-template-columns: 1fr auto; gap: .75rem; padding-block: .8rem; }
    .pv2-logo img { width: 145px; }
    .pv2-header__phones { display: none; }
    .pv2-search { grid-column: 1 / -1; grid-row: 2; max-width: none; }
    .pv2-search input { min-width: 0; min-height: 44px; font-size: .875rem; }
    .pv2-search button { min-width: 78px; font-size: .875rem; }
    .pv2-header__actions { grid-column: 2; grid-row: 1; }
    .pv2-header-tool { display: none; }
    .pv2-nav__inner { display: none; }
    .pv2-mobile-nav { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding-block: .45rem; }
    .pv2-mobile-nav__catalog, .pv2-mobile-nav__menu { display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: .55rem .9rem; border: 0; border-radius: .55rem; color: #fff; font-size: .875rem; font-weight: 650; }
    .pv2-mobile-nav__catalog { background: var(--pv2-brand); }
    .pv2-mobile-nav__catalog.is-active { box-shadow: inset 0 0 0 2px rgba(255,255,255,.35); }
    .pv2-mobile-nav__menu { background: rgba(255,255,255,.11); }
    .pv2-mobile-nav__catalog span, .pv2-mobile-nav__menu span { transition: transform .18s ease; }
    .pv2-mobile-nav__catalog[aria-expanded="true"] span { transform: rotate(180deg); }
    .pv2-mobile-panel { position: absolute; z-index: 60; top: 100%; left: 0; right: 0; display: none; padding: .8rem; border-radius: 0 0 var(--pv2-radius) var(--pv2-radius); background: var(--pv2-nav); box-shadow: var(--pv2-shadow); }
    .pv2-mobile-panel.is-open { display: block; animation: pv2-disclosure-in .17s ease-out both; }
    .pv2-mobile-panel ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .3rem; margin: 0; padding: 0; list-style: none; }
    .pv2-mobile-panel li { min-width: 0; }
    .pv2-mobile-panel a { display: block; min-height: 40px; padding: .55rem .65rem; border-radius: .45rem; color: #fff; font-size: .82rem; text-decoration: none; }
    .pv2-mobile-panel a:hover, .pv2-mobile-panel a[aria-current="page"] { background: rgba(255,255,255,.1); }
    .pv2-mobile-panel--catalog > ul > li { padding: .45rem; border-radius: .5rem; background: rgba(255,255,255,.05); }
    .pv2-mobile-panel--catalog > ul > li > ul { display: block; }
    .pv2-mobile-panel--catalog > ul > li > ul a { min-height: 34px; color: #d7dce5; font-size: .75rem; }
    .pv2-mobile-panel__all { display: flex !important; align-items: center; justify-content: space-between; margin-bottom: .6rem; background: rgba(255,255,255,.1); font-weight: 750; }
    .pv2-footer { margin-top: 3rem; }
    .pv2-newsletter { grid-template-columns: 1fr; }
    .pv2-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 2.25rem; }
}
@media (max-width: 600px) {
    .pv2-header__service { font-size: .68rem; }
    .pv2-logo img { width: 135px; }
    .pv2-icon-link { min-height: 42px; padding: .5rem .7rem; font-size: .82rem; }
    .pv2-mobile-panel ul { grid-template-columns: 1fr; }
    .pv2-mobile-panel--catalog > ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pv2-mobile-panel--catalog > ul > li:last-child { grid-column: 1 / -1; }
    .pv2-newsletter__row { grid-template-columns: 1fr; }
    .pv2-footer__grid, .pv2-footer__legal { grid-template-columns: 1fr; gap: 1.75rem; }
    .pv2-footer__bottom { flex-direction: column; }
    .pv2-back-to-top { right: .8rem; bottom: .8rem; }
    body.pv2 .cc-window.cc-banner { right: .65rem !important; bottom: .65rem !important; width: calc(100% - 1.3rem) !important; }
    body.pv2 .cc-window .cc-compliance { flex-direction: column; }
}
.pv2-compare { position: relative; width: 46px; height: 46px; flex: 0 0 46px; }
.pv2-compare .pv2-icon-button { position: absolute; inset: 0; }
.pv2-compare .comparison-remove { display: none; }
.pv2-compare.added .comparison-add, .pv2-compare[data-added="1"] .comparison-add { display: none; }
.pv2-compare.added .comparison-remove, .pv2-compare[data-added="1"] .comparison-remove { display: inline-grid; }
.pv2-compare.is-loading { opacity: .55; pointer-events: none; }
.pv2-header-count[hidden] { display: none !important; }
.msfavorites.voted, .msfavorites[data-checked="1"] { color: var(--pv2-brand); border-color: #f6a8ae; background: #fff7f8; }
.msfavorites.voted svg, .msfavorites[data-checked="1"] svg { fill: currentColor; }
