.pv2-page-header { margin-bottom: 2.25rem; }
.pv2-page-header__lead { max-width: 75ch; color: var(--pv2-ink-soft); font-size: 1.1rem; }
.pv2-two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 370px); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }

/* Home */
.pv2-home-hero { padding-top: .5rem; }
.pv2-home-slider { position: relative; }
.pv2-home-slider__stage { position: relative; }
.pv2-home-banners { display: grid; }
.pv2-home-banner { position: relative; grid-area: 1 / 1; overflow: hidden; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-lg); background: var(--pv2-surface-soft); opacity: 0; pointer-events: none; transition: opacity .4s ease, visibility .4s ease; visibility: hidden; }
.pv2-home-slider:not([data-pv2-slider-ready]) .pv2-home-banner:first-child,
.pv2-home-banner.is-active { z-index: 1; opacity: 1; pointer-events: auto; visibility: visible; }
.pv2-home-banner a, .pv2-home-banner__media { position: relative; display: block; }
.pv2-home-banner img { display: block; width: 100%; height: auto; object-fit: contain; }
.pv2-home-banner__meta { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; display: grid; max-width: min(460px, calc(100% - 2rem)); gap: .2rem; padding: .75rem .9rem; border: 1px solid rgba(255,255,255,.3); border-radius: .65rem; color: #fff; background: rgba(8, 22, 42, .88); box-shadow: 0 14px 35px rgba(8, 22, 42, .22); opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.pv2-home-banner__meta strong { color: #fff; font-size: .85rem; }
.pv2-home-banner__meta span { color: #d9e2ed; font-size: .72rem; }
.pv2-home-banner:hover .pv2-home-banner__meta, .pv2-home-banner:focus-within .pv2-home-banner__meta { opacity: 1; transform: translateY(0); }
.pv2-home-slider__controls { position: absolute; z-index: 4; inset: 50% .85rem auto; display: flex; align-items: center; justify-content: space-between; pointer-events: none; transform: translateY(-50%); }
.pv2-home-slider__controls[hidden] { display: none; }
.pv2-home-slider__controls > button { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: var(--pv2-ink); background: rgba(255,255,255,.92); box-shadow: 0 6px 18px rgba(8,22,42,.16); pointer-events: auto; }
.pv2-home-slider__controls > button:hover { color: var(--pv2-brand); background: #fff; }
.pv2-home-slider__dots { display: flex; width: max-content; min-height: 28px; align-items: center; gap: .35rem; margin: .45rem auto 0; padding: .4rem .5rem; border-radius: 999px; background: #fff; }
.pv2-home-slider__dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #aeb8c5; }
.pv2-home-slider__dot.is-active { background: var(--pv2-brand); transform: scale(1.2); }
.pv2-home-intro { padding-block: clamp(1.25rem, 2.5vw, 2rem); }
.pv2-home-section { padding-block: clamp(1.75rem, 3.5vw, 3rem); }
.pv2-home-section + .pv2-home-section:not(.pv2-section--soft) { padding-top: 0; }
.pv2-advantages-section > h2 { max-width: 900px; }
.pv2-advantages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-block: 1.75rem; }
.pv2-advantage-card { display: grid; min-height: 100%; grid-template-rows: 120px auto 1fr; gap: .6rem; padding: 1.5rem; }
.pv2-advantage-card img { width: 160px; height: 120px; object-fit: contain; }
.pv2-advantage-card h3 { margin: .35rem 0 0; }
.pv2-advantage-card p { margin: 0; color: var(--pv2-ink-soft); }
.pv2-support-callout { position: relative; display: grid; grid-template-columns: minmax(210px, 280px) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; margin-top: 1.5rem; overflow: hidden; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-lg); color: var(--pv2-ink); background: linear-gradient(120deg, #fff 0%, #fff 58%, #fff3f4 100%); }
.pv2-support-callout::before { position: absolute; inset: 0 auto 0 0; width: 6px; background: var(--pv2-brand); content: ""; }
.pv2-support-callout h3 { margin: 0 0 .7rem; color: var(--pv2-ink); font-size: clamp(1.4rem, 2.5vw, 2rem); }
.pv2-support-callout p { max-width: 70ch; margin: 0; color: var(--pv2-ink-soft); }
.pv2-support-callout__portrait { align-self: end; width: 100%; max-width: 280px; filter: drop-shadow(0 14px 24px rgba(15, 30, 50, .11)); }
.pv2-support-callout__contacts { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; margin-top: 1rem; }
.pv2-support-callout__contacts a { display: inline-flex; min-height: 42px; align-items: center; padding: .5rem .8rem; border: 1px solid var(--pv2-border); border-radius: .55rem; color: var(--pv2-ink); background: #fff; font-weight: 750; text-decoration: none; }
.pv2-support-callout__contacts a:hover { color: var(--pv2-brand); border-color: #f6a8ae; }
.pv2-map-section__header { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 1.5rem; }
.pv2-map-section__header h2 { margin-top: 0; }
.pv2-map-section__header p { margin-bottom: 0; }
.pv2-map-section__header .pv2-button { flex: 0 0 auto; }

/* Catalog */
.pv2-catalog-root-header { position: relative; max-width: none; margin-bottom: clamp(2rem, 5vw, 3.5rem); padding: clamp(1.5rem, 4vw, 2.75rem); overflow: hidden; border-radius: var(--pv2-radius-lg); background: linear-gradient(125deg, var(--pv2-surface-soft) 0%, #fff 62%, #fff0f1 100%); }
.pv2-catalog-root-header::after { position: absolute; right: clamp(-70px, -4vw, -20px); bottom: clamp(-100px, -7vw, -40px); width: clamp(190px, 24vw, 340px); aspect-ratio: 1; border: clamp(28px, 4vw, 58px) solid rgba(239, 38, 54, .08); border-radius: 50%; content: ""; pointer-events: none; }
.pv2-catalog-root-header h1 { position: relative; z-index: 1; max-width: 16ch; margin-bottom: .9rem; font-size: clamp(2.35rem, 6vw, 4.8rem); line-height: .98; }
.pv2-catalog-root-header .pv2-page-header__lead { position: relative; z-index: 1; max-width: 66ch; }
.pv2-catalog-root-header__links { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.3rem; }
.pv2-catalog-root-header__links a { display: inline-flex; min-height: 40px; align-items: center; padding: .45rem .85rem; border: 1px solid var(--pv2-border); border-radius: 999px; color: var(--pv2-ink); background: rgba(255,255,255,.88); font-size: .82rem; font-weight: 700; text-decoration: none; }
.pv2-catalog-root-header__links a:hover { color: var(--pv2-brand); border-color: #f6a8ae; }
.pv2-catalog-root__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.pv2-catalog-root-card { display: flex; min-width: 0; min-height: 100%; flex-direction: column; overflow: hidden; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-lg); background: #fff; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.pv2-catalog-root-card:hover { border-color: #cbd4df; box-shadow: var(--pv2-shadow); transform: translateY(-3px); }
.pv2-catalog-root-card__image { position: relative; display: grid; aspect-ratio: 16 / 9; place-items: center; overflow: hidden; border-bottom: 1px solid var(--pv2-border); background: linear-gradient(145deg, #f4f6f9, #fff); }
.pv2-catalog-root-card__image img { position: absolute; inset: 1rem; width: calc(100% - 2rem); max-width: none; height: calc(100% - 2rem); object-fit: contain; object-position: center; transition: transform .25s ease; }
.pv2-catalog-root-card:hover .pv2-catalog-root-card__image img { transform: scale(1.035); }
.pv2-catalog-root-card__placeholder { color: #c8ced7; font-size: clamp(3rem, 7vw, 5rem); font-weight: 900; letter-spacing: -.08em; }
.pv2-catalog-root-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.25rem; }
.pv2-catalog-root-card__body h2 { margin: 0 0 .65rem; font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.2; }
.pv2-catalog-root-card__body h2 a { color: var(--pv2-ink); text-decoration: none; }
.pv2-catalog-root-card__body h2 a:hover { color: var(--pv2-brand); }
.pv2-catalog-root-card__body > p { margin: 0 0 .9rem; color: var(--pv2-ink-soft); font-size: .85rem; }
.pv2-catalog-root-card__children { display: flex; flex-wrap: wrap; gap: .4rem; margin: .15rem 0 1.15rem; padding: 0; list-style: none; }
.pv2-catalog-root-card__children a { display: inline-flex; padding: .35rem .6rem; border-radius: 999px; color: var(--pv2-ink-soft); background: var(--pv2-surface-soft); font-size: .73rem; line-height: 1.25; text-decoration: none; }
.pv2-catalog-root-card__children a:hover { color: var(--pv2-brand); background: #fff0f1; }
.pv2-catalog-root-card__more { display: inline-flex; gap: .45rem; align-items: center; margin-top: auto; color: var(--pv2-brand); font-size: .82rem; font-weight: 750; text-decoration: none; }
.pv2-catalog-root-card__more span { transition: transform .18s ease; }
.pv2-catalog-root-card__more:hover span { transform: translateX(3px); }
.pv2-catalog-root-card--archive { background: var(--pv2-surface-soft); }
.pv2-catalog-root-card--archive .pv2-catalog-root-card__image { filter: saturate(.72); }
.pv2-catalog-root__help { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; margin-top: clamp(2rem, 5vw, 4rem); padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: var(--pv2-radius-lg); color: #fff; background: var(--pv2-navy); }
.pv2-catalog-root__help h2 { margin: 0 0 .65rem; color: #fff; font-size: clamp(1.45rem, 3vw, 2.1rem); }
.pv2-catalog-root__help p:not(.pv2-eyebrow) { max-width: 70ch; margin: 0; color: #cdd8e8; }
.pv2-catalog-root__help-actions { display: flex; flex-wrap: wrap; gap: .65rem; justify-content: flex-end; }
.pv2-catalog-root__help .pv2-button--secondary { color: #fff; border-color: #64748b; background: transparent; }
.pv2-catalog-root__help .pv2-button--secondary:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.pv2-catalog-header { max-width: 850px; }
.pv2-category-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.6rem; }
.pv2-category-chips a { display: inline-flex; min-height: 42px; align-items: center; padding: .5rem .9rem; border: 1px solid var(--pv2-border); border-radius: 999px; color: var(--pv2-ink); background: #fff; font-size: .875rem; text-decoration: none; }
.pv2-category-chips a:first-child { color: #fff; border-color: var(--pv2-ink); background: var(--pv2-ink); }
.pv2-catalog-banner { width: 100%; max-height: 280px; margin-bottom: 1.5rem; object-fit: cover; border-radius: var(--pv2-radius); }
.pv2-filter-toggle { display: none; }
.pv2-catalog-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 2rem; align-items: start; }
.pv2-catalog-filter { position: sticky; top: 1rem; max-height: calc(100vh - 2rem); padding: 1rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius); background: var(--pv2-surface-soft); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
.pv2-catalog-filter__header { display: flex; align-items: center; justify-content: space-between; }
.pv2-catalog-filter__header h2 { margin: 0; font-size: 1.15rem; }
.pv2-catalog-filter__header button { border: 0; color: var(--pv2-brand); background: transparent; font-size: .75rem; }
.pv2-filter-group { border-top: 1px solid var(--pv2-border); }
.pv2-filter-group summary { display: flex; min-height: 46px; align-items: center; justify-content: space-between; padding-block: .65rem; font-size: .82rem; font-weight: 750; list-style: none; }
.pv2-filter-group summary::-webkit-details-marker { display: none; }
.pv2-filter-group summary::after { color: #9aa5b5; content: "⌄"; transition: transform .18s ease; }
.pv2-filter-group[open] summary::after { transform: rotate(180deg); }
.pv2-filter-group[open] .pv2-filter-group__body { animation: pv2-disclosure-in .17s ease-out both; }
.pv2-filter-group__body { display: grid; gap: .35rem; padding-bottom: .85rem; }
.pv2-filter-option { display: grid; min-height: 32px; grid-template-columns: auto 1fr auto; gap: .5rem; align-items: center; font-size: .79rem; }
.pv2-filter-option input { accent-color: var(--pv2-brand); }
.pv2-filter-option small { color: #8d98aa; }
.pv2-filter-number { display: grid; grid-template-columns: 1fr 86px; gap: .45rem; align-items: center; font-size: .75rem; }
.pv2-filter-number input, .pv2-catalog-toolbar select { min-height: 40px; padding: .35rem .55rem; border: 1px solid var(--pv2-border); border-radius: .5rem; background: #fff; }
.mse2_number_slider { position: relative; height: 4px; margin: 1.2rem .5rem .9rem; border: 0; border-radius: 99px; background: #c5ccd5; }
.mse2_number_slider .ui-slider-range { position: absolute; height: 100%; background: var(--pv2-brand); }
.mse2_number_slider .ui-slider-handle { position: absolute; top: 50%; width: 16px; height: 16px; margin-left: -8px; border: 0; border-radius: 50%; background: var(--pv2-brand); transform: translateY(-50%); }
.pv2-catalog-filter__apply { width: 100%; margin-top: 1rem; }
.pv2-catalog-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem; align-items: end; min-height: 54px; margin-bottom: .9rem; }
.pv2-catalog-toolbar #mse2_selected_wrapper { margin-right: auto; color: var(--pv2-ink-soft); font-size: .8rem; }
.pv2-catalog-toolbar label { display: grid; gap: .2rem; color: var(--pv2-ink-soft); font-size: .75rem; }
.pv2-view-switch { display: flex; gap: .35rem; }
.pv2-view-switch button { width: 40px; height: 40px; border: 1px solid var(--pv2-border); border-radius: .5rem; background: #fff; }
.pv2-view-switch button.is-active { color: #fff; border-color: var(--pv2-brand); background: var(--pv2-brand); }
.pv2-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pv2-product-card { position: relative; display: flex; min-width: 0; padding: 0; overflow: hidden; transition: box-shadow .18s ease, transform .18s ease; }
.pv2-product-card:hover { box-shadow: var(--pv2-shadow); transform: translateY(-2px); }
.pv2-product-card__form { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.pv2-product-card__badges { position: absolute; z-index: 2; top: .8rem; left: .8rem; }
.pv2-badge { display: inline-flex; align-items: center; min-height: 25px; padding: .2rem .5rem; border-radius: .35rem; color: #fff; background: var(--pv2-brand); font-size: .62rem; font-weight: 850; letter-spacing: .03em; line-height: 1; text-transform: uppercase; }
.pv2-product-card__image { position: relative; display: block; aspect-ratio: 4 / 3; flex: 0 0 auto; overflow: hidden; background: #fff; }
.pv2-product-card__image img { position: absolute; top: 1.55rem; left: .7rem; width: calc(100% - 1.4rem); height: calc(100% - 1.8rem); object-fit: contain; }
.pv2-product-card__content { display: flex; min-width: 0; flex: 1; flex-direction: column; align-items: flex-start; padding: 1rem; }
.pv2-product-card__meta { display: block; margin: 0 0 .55rem; color: var(--pv2-ink); font-size: clamp(1.1rem, 1.55vw, 1.28rem); font-weight: 600; letter-spacing: .005em; line-height: 1.15; overflow-wrap: anywhere; text-decoration: none; }
.pv2-product-card__meta:hover { color: var(--pv2-ink); text-decoration: underline; text-decoration-color: #b8c1cc; text-underline-offset: .2em; }
.pv2-product-card__title { margin: 0 0 .45rem; font-size: .95rem; line-height: 1.35; letter-spacing: -.01em; }
.pv2-product-card__title a { color: var(--pv2-ink); text-decoration: none; }
.pv2-product-card__sku { color: var(--pv2-ink); font-size: .8rem; font-weight: 400; letter-spacing: .01em; }
.pv2-product-card__description { margin: .45rem 0 0; color: var(--pv2-ink-soft); font-size: .8rem; }
.pv2-product-card__price { display: flex; align-items: baseline; gap: .55rem; margin-top: auto; padding-top: 1rem; }
.pv2-product-card__price strong { font-size: 1.25rem; }
.pv2-product-card__price del { color: #98a2b1; font-size: .73rem; }
.pv2-product-card__actions { display: flex; width: 100%; flex-wrap: wrap; gap: .5rem; margin-top: .75rem; }
.pv2-product-card__actions > .pv2-button { flex: 1 1 auto; }
.pv2-product-card__secondary-actions { display: flex; width: 100%; align-items: center; gap: .4rem; }
.pv2-product-card__secondary-actions .pv2-button { min-height: 36px; padding: .4rem .6rem; font-size: .72rem; }
.pv2-product-card__comparison-state { display: flex; min-width: 0; min-height: 46px; flex: 1 1 auto; align-items: center; gap: .38rem; padding: .4rem .55rem; border: 1px solid #cfe9df; border-radius: .5rem; color: var(--pv2-ink); background: #f3fbf8; font-size: .7rem; line-height: 1.2; text-decoration: none; }
.pv2-product-card__comparison-state[hidden] { display: none; }
.pv2-product-card__comparison-state > span:first-child { color: var(--pv2-success); font-weight: 850; }
.pv2-product-card__comparison-state strong { margin-left: auto; color: var(--pv2-brand); font-weight: 750; white-space: nowrap; }
.pv2-product-card__comparison-state:hover { color: var(--pv2-ink); border-color: #add7c8; background: #fff; }
.is-list-view .pv2-product-grid { display: grid; grid-template-columns: 1fr; gap: .8rem; }
.is-list-view .pv2-product-card__form { display: grid; min-height: 230px; grid-template-columns: 230px minmax(0, 1fr); }
.is-list-view .pv2-product-card__image { height: 100%; min-height: 230px; aspect-ratio: auto; border-right: 1px solid var(--pv2-border); }
.is-list-view .pv2-product-card__content { padding: 1.15rem 1.5rem; }
.is-list-view .pv2-product-card__meta { min-height: 0; }
.is-list-view .pv2-product-card__title { min-height: 0; font-size: 1.05rem; }
.is-list-view .pv2-product-card__description { max-width: 75ch; font-size: .85rem; }
.is-list-view .pv2-product-card__actions { align-items: center; }
.is-list-view .pv2-product-card__actions > .pv2-button { flex: 0 0 auto; min-width: 145px; }
.is-list-view .pv2-product-card__secondary-actions { width: auto; }
.pv2-pagination { margin-top: 2rem; }
.pv2-pagination ul { display: flex; flex-wrap: wrap; gap: .35rem; justify-content: center; margin: 0; padding: 0; list-style: none; }
.pv2-pagination a, .pv2-pagination span { display: grid; min-width: 42px; min-height: 42px; place-items: center; border: 1px solid var(--pv2-border); border-radius: .5rem; text-decoration: none; }
.pv2-pagination .active a, .pv2-pagination .active span { color: #fff; border-color: var(--pv2-ink); background: var(--pv2-ink); }

/* Product */
.pv2-product-hero { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.15fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.pv2-product-details { margin-top: 1.25rem; }
.pv2-product-details .pv2-tabs { padding-block: 0; }
.pv2-product-details .pv2-tabs__list { display: grid; gap: .7rem; margin: 0; border: 0; }
.pv2-product-details .pv2-tabs__button { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: space-between; padding: .9rem 1.1rem; border: 1px solid var(--pv2-border); border-radius: .7rem; color: var(--pv2-ink); background: #fff; font-size: .98rem; font-weight: 750; text-align: left; }
.pv2-product-details .pv2-tabs__button::after { margin-left: 1rem; color: var(--pv2-ink-soft); content: "⌄"; font-size: 1.15rem; transition: transform .18s ease; }
.pv2-product-details .pv2-tabs__button[aria-selected="true"] { border-color: var(--pv2-border); color: var(--pv2-ink); background: #fff; box-shadow: none; }
.pv2-product-details .pv2-tabs__button[aria-selected="true"]::after { transform: rotate(180deg); }
.pv2-product-details .pv2-tabs__panel { margin: -.7rem 0 .7rem; padding: 1.1rem; border: 1px solid var(--pv2-border); border-top: 0; border-radius: 0 0 .7rem .7rem; background: #fff; }
.pv2-product-details .pv2-tabs__button[aria-selected="true"] + .pv2-tabs__panel { border-top-left-radius: 0; border-top-right-radius: 0; }
.pv2-product-accordions { display: grid; gap: .7rem; }
.pv2-product-accordion { overflow: hidden; border: 1px solid var(--pv2-border); border-radius: .7rem; background: #fff; }
.pv2-product-accordion summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1.1rem; color: var(--pv2-ink); font-size: .98rem; font-weight: 750; list-style: none; }
.pv2-product-accordion summary::-webkit-details-marker { display: none; }
.pv2-product-accordion summary span { flex: 0 0 auto; color: var(--pv2-ink-soft); font-size: 1.15rem; transition: transform .18s ease; }
.pv2-product-accordion[open] summary { border-bottom: 1px solid var(--pv2-border); }
.pv2-product-accordion[open] summary span { transform: rotate(180deg); }
.pv2-product-accordion__content { padding: 1.1rem; }
.pv2-product-summary { position: sticky; top: 1rem; }
.pv2-product-summary h1 { font-size: clamp(2rem, 4vw, 3rem); }
.pv2-product-title__model { display: block; margin-bottom: .45rem; color: var(--pv2-ink); font-size: .7em; font-weight: 500; letter-spacing: .012em; line-height: 1.12; overflow-wrap: anywhere; }
.pv2-product-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; color: var(--pv2-ink-soft); font-size: .8rem; }
.pv2-product-options { margin-top: 1.35rem; }
.pv2-product-options h2 { margin: 0 0 .75rem; font-size: 1rem; }
.pv2-product-options dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; margin: 0; }
.pv2-product-options dl > div { min-width: 0; padding: .75rem .85rem; border-radius: .65rem; background: var(--pv2-surface-soft); }
.pv2-product-options dt { color: var(--pv2-ink-soft); font-size: .72rem; }
.pv2-product-options dd { margin: .2rem 0 0; font-size: .86rem; font-weight: 750; overflow-wrap: anywhere; }
.pv2-product-options dd span { color: var(--pv2-ink-soft); font-weight: 500; }
.pv2-product-options > .pv2-options-link { display: inline-flex; min-height: 38px; align-items: center; gap: .55rem; margin-top: .8rem; padding: .5rem .75rem; border: 1px solid var(--pv2-border); border-radius: .65rem; color: var(--pv2-ink); background: #fff; font-size: .78rem; font-weight: 700; text-decoration: none; transition: border-color .18s ease, color .18s ease, background-color .18s ease, transform .18s ease; }
.pv2-product-options > .pv2-options-link:hover { border-color: var(--pv2-brand); color: var(--pv2-brand); background: #fff7f8; transform: translateY(-1px); }
.pv2-options-link__icon { display: inline-grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #fff; background: var(--pv2-brand); font-size: .82rem; line-height: 1; }
.pv2-product-options > .pv2-options-link:focus-visible { outline: 3px solid rgba(239, 38, 54, .22); outline-offset: 2px; }
.pv2-product-availability { display: flex; align-items: center; gap: .4rem; margin-top: .7rem; color: var(--pv2-ink); font-size: .9rem; }
.pv2-product-availability::before { color: var(--pv2-success); content: "✓"; font-weight: 800; }
.pv2-purchase-panel { margin-top: 1.35rem; padding: 1rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius); background: #fff; }
.pv2-product-price { margin-bottom: 1rem; color: var(--pv2-brand); font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 750; }
.pv2-product-price small { display: block; margin-bottom: .15rem; color: var(--pv2-ink-soft); font-size: .72rem; font-weight: 500; }
.pv2-product-price del { margin-right: .75rem; color: var(--pv2-ink-soft); font-size: .48em; font-weight: 400; }
.pv2-buy-row { display: grid; grid-template-columns: auto minmax(180px, 1fr) auto; gap: .65rem; align-items: center; }
.pv2-quantity-control { display: grid; grid-template-columns: 34px 48px 34px; height: 46px; overflow: hidden; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-sm); background: #fff; }
.pv2-quantity-control button { border: 0; background: var(--pv2-surface-soft); font-size: 1.1rem; }
.pv2-quantity-control label { min-width: 0; }
.pv2-quantity { width: 100%; height: 100%; padding: .25rem; border: 0; text-align: center; appearance: textfield; }
.pv2-quantity::-webkit-inner-spin-button, .pv2-quantity::-webkit-outer-spin-button { margin: 0; appearance: none; }
.pv2-buy-submit { min-height: 46px; }
.pv2-buy-in-cart { border-color: var(--pv2-success); background: var(--pv2-success); }
.pv2-buy-in-cart:hover { color: #fff; border-color: #087e55; background: #087e55; }
[data-pv2-cart-add][hidden], [data-pv2-cart-go][hidden] { display: none !important; }
.pv2-product-buy.is-in-cart .pv2-quantity-control { display: none; }
.pv2-product-buy.is-in-cart .pv2-buy-row { grid-template-columns: minmax(180px, 1fr) auto; }
.pv2-buy-submit svg, .pv2-icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pv2-buy-tools { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; }
.pv2-icon-button { display: inline-grid; width: 46px; height: 46px; place-items: center; padding: 0; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-sm); color: var(--pv2-ink); background: #fff; text-decoration: none; transition: border-color .18s ease, color .18s ease, background-color .18s ease; }
.pv2-icon-button:hover { color: var(--pv2-brand); border-color: #f6a8ae; background: #fff7f8; }
.pv2-compare { display: inline-flex; }
.pv2-product-state-link { display: inline-flex; min-height: 46px; align-items: center; gap: .5rem; padding: .55rem .7rem; border: 1px solid #cfe9df; border-radius: .6rem; color: var(--pv2-ink); background: #f3fbf8; font-size: .72rem; text-decoration: none; }
.pv2-product-state-link[hidden] { display: none; }
.pv2-product-state-link > span:first-child { color: var(--pv2-success); font-size: .9rem; font-weight: 850; }
.pv2-product-state-link strong { margin-left: .35rem; color: var(--pv2-brand); font-weight: 700; }
.pv2-product-state-link:hover { border-color: #c5ced9; background: #fff; }
.pv2-purchase-benefits { display: flex; flex-wrap: wrap; gap: .45rem 1.2rem; margin: .9rem 0 0; padding: .85rem 0 0; border-top: 1px solid var(--pv2-border); color: var(--pv2-ink-soft); font-size: .72rem; list-style: none; }
.pv2-purchase-benefits li::before { margin-right: .35rem; color: var(--pv2-success); content: "✓"; font-weight: 800; }
.pv2-status { display: inline-flex; padding: .3rem .65rem; border-radius: 999px; color: var(--pv2-success); background: #e9f8f1; font-size: .85rem; font-weight: 700; }
.pv2-status--archive { color: var(--pv2-warning); background: #fff4de; }
.pv2-gallery__main { position: relative; display: grid; min-height: 470px; place-items: center; padding: 1.5rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-lg); background: var(--pv2-surface-soft); cursor: zoom-in; }
.pv2-gallery__main img { max-height: 440px; object-fit: contain; }
.pv2-gallery__zoom { position: absolute; right: 1rem; bottom: 1rem; padding: .45rem .65rem; border: 1px solid var(--pv2-border); border-radius: .5rem; color: var(--pv2-ink); background: rgba(255,255,255,.92); font-size: .75rem; font-weight: 700; }
.pv2-gallery__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; margin-top: .75rem; }
.pv2-gallery__thumbs button { display: grid; aspect-ratio: 1; place-items: center; padding: .25rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-sm); background: #fff; }
.pv2-gallery__thumbs button.is-active { border-color: var(--pv2-brand); box-shadow: inset 0 0 0 1px var(--pv2-brand); }
.pv2-gallery__thumbs img { max-height: 100%; object-fit: contain; }
.pv2-lightbox { width: min(1100px, calc(100% - 2rem)); max-width: none; height: min(860px, calc(100% - 2rem)); max-height: none; padding: 0; border: 0; border-radius: var(--pv2-radius-lg); background: #fff; box-shadow: 0 28px 80px rgba(4, 14, 30, .35); }
.pv2-lightbox::backdrop { background: rgba(4, 14, 30, .78); backdrop-filter: blur(3px); }
.pv2-lightbox__stage { display: grid; height: 100%; grid-template-columns: 64px minmax(0, 1fr) 64px; grid-template-rows: 56px minmax(0, 1fr) 46px; align-items: center; }
.pv2-lightbox__image { width: 100%; height: 100%; grid-column: 2; grid-row: 2; object-fit: contain; }
.pv2-lightbox__close, .pv2-lightbox__prev, .pv2-lightbox__next { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--pv2-border); border-radius: 50%; color: var(--pv2-ink); background: rgba(255,255,255,.94); font-size: 1.3rem; }
.pv2-lightbox__close { grid-column: 3; grid-row: 1; justify-self: center; }
.pv2-lightbox__prev { grid-column: 1; grid-row: 2; justify-self: center; }
.pv2-lightbox__next { grid-column: 3; grid-row: 2; justify-self: center; }
.pv2-lightbox__counter { grid-column: 2; grid-row: 3; margin: 0; color: var(--pv2-ink-soft); font-size: .8rem; text-align: center; }
.pv2-lightbox[data-single="true"] .pv2-lightbox__prev, .pv2-lightbox[data-single="true"] .pv2-lightbox__next { display: none; }
body.pv2-lightbox-open { overflow: hidden; }
.pv2-product-long-description { margin-bottom: 2rem; }
.pv2-documents { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .8fr); gap: clamp(1rem, 2.5vw, 1.75rem); align-items: start; }
.pv2-documents--without-main .pv2-documents__aside, .pv2-documents--without-aside .pv2-document-group--primary { grid-column: 1 / -1; }
.pv2-documents__aside { display: grid; min-width: 0; gap: 1rem; align-content: start; }
.pv2-document-group { --pv2-document-padding: clamp(1rem, 2vw, 1.35rem); min-width: 0; padding: var(--pv2-document-padding); overflow: hidden; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius); background: #fff; }
.pv2-document-group--primary { background: linear-gradient(145deg, #fff, #fbfcfd); }
.pv2-document-group__header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: calc(0px - var(--pv2-document-padding)) calc(0px - var(--pv2-document-padding)) 1rem; padding: 1rem var(--pv2-document-padding); border-bottom: 1px solid var(--pv2-border); background: var(--pv2-surface-soft); }
.pv2-document-group__header h3 { margin: 0; font-size: 1.2rem; }
.pv2-document-group .pv2-file-list li { padding: .9rem 0; }
.pv2-document-group .pv2-file-list li:first-child { padding-top: 0; }
.pv2-document-group .pv2-file-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.pv2-document-group .pv2-button { min-height: 40px; padding: .5rem .75rem; font-size: .78rem; }
.pv2-document-group--primary .pv2-prose { margin-top: 1.25rem; }
.pv2-doc-table { display: block; overflow-x: auto; }
.pv2-doc-table th:first-child, .pv2-doc-table td:first-child { width: 110px; }
.pv2-doc-table th:last-child, .pv2-doc-table td:last-child { width: 92px; text-align: right; }
.pv2-document-link { color: var(--pv2-brand-dark); font-weight: 700; }
.pv2-product-rail { position: relative; }
.pv2-product-rail .pv2-product-grid { display: grid; grid-auto-columns: calc((100% - 2rem) / 3); grid-auto-flow: column; grid-template-columns: none; gap: 1rem; overflow-x: auto; padding: .25rem .35rem 1rem; scroll-behavior: smooth; scroll-padding-inline: .35rem; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.pv2-product-rail .pv2-product-card { scroll-snap-align: start; }
.pv2-rail-controls { display: flex; justify-content: flex-end; gap: .45rem; margin: -3.25rem 0 .8rem; }
.pv2-rail-controls button { width: 42px; height: 42px; border: 1px solid var(--pv2-border); border-radius: 50%; background: #fff; }
.pv2-rail-controls button:disabled { opacity: .38; cursor: default; }
.pv2-section-note { margin: -.55rem 0 1rem; color: var(--pv2-ink-soft); font-size: .82rem; }
.pv2-seo-text { width: min(calc(100% - 2rem), var(--pv2-container)); max-width: none; }
.pv2-seo-text .pv2-prose { width: 100%; max-width: none; }
#panel-specs { max-width: none; overflow-x: auto; }
#panel-specs table { display: table; width: 100% !important; height: auto !important; min-width: 720px; table-layout: auto; }
#panel-specs table td, #panel-specs table th { width: auto !important; height: auto !important; }
#panel-specs table tbody > tr:nth-of-type(odd) > td { background-color: rgba(244, 246, 248, .72); }

/* Articles, documents, contacts and accounts */
.pv2-media-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; margin-block: 1.5rem; }
.pv2-media-gallery a { display: grid; aspect-ratio: 4 / 3; place-items: center; padding: .5rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-sm); }
.pv2-media-gallery img { max-height: 100%; object-fit: contain; }
.pv2-inner-hero { margin: 0 0 2rem; }
.pv2-inner-hero img { width: 100%; max-height: 520px; border-radius: var(--pv2-radius-lg); object-fit: cover; }
.pv2-child-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.pv2-child-card { display: flex; min-width: 0; flex-direction: column; padding: 0; overflow: hidden; }
.pv2-child-card__image { display: grid; height: 190px; place-items: center; overflow: hidden; background: var(--pv2-surface-soft); }
.pv2-child-card__image img { width: 100%; height: 100%; object-fit: cover; }
.pv2-child-card__content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.25rem; }
.pv2-child-card__content h2 { margin: 0 0 .7rem; font-size: 1.25rem; }
.pv2-child-card__content p { color: var(--pv2-ink-soft); }
.pv2-child-card__content .pv2-button { margin-top: auto; }
.pv2-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.pv2-article-card { padding: 0; overflow: hidden; }
.pv2-article-card > a:first-child img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.pv2-article-card > :not(a:first-child) { margin-inline: 1.25rem; }
.pv2-article-card > .pv2-button { margin-bottom: 1.25rem; }
.pv2-article-card h2 { margin-top: .45rem; font-size: 1.25rem; }
.pv2-article-card h2 a { color: var(--pv2-ink); text-decoration-color: transparent; text-decoration-thickness: .08em; text-underline-offset: .16em; transition: color .18s ease, text-decoration-color .18s ease; }
.pv2-article-card h2 a:hover, .pv2-article-card h2 a:focus-visible { color: var(--pv2-brand); text-decoration-color: currentColor; }
.pv2-article-card__meta { margin-bottom: 0; color: var(--pv2-brand); font-size: .75rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.pv2-list { border-top: 1px solid var(--pv2-border); }
.pv2-list-row { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.25rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--pv2-border); }
.pv2-list-row h2, .pv2-list-row h3 { margin: 0; font-size: 1.12rem; line-height: 1.35; }
.pv2-list-row h2 a, .pv2-list-row h3 a { color: var(--pv2-ink); text-decoration: none; }
.pv2-list-row h2 a:hover, .pv2-list-row h3 a:hover { color: var(--pv2-brand); }
.pv2-list-row p { max-width: 85ch; margin: .45rem 0 0; color: var(--pv2-ink-soft); font-size: .875rem; }
.pv2-list-row__eyebrow { margin: 0 0 .3rem !important; color: var(--pv2-brand) !important; font-size: .7rem !important; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pv2-list-row__arrow { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--pv2-border); border-radius: 50%; color: var(--pv2-ink); text-decoration: none; }
.pv2-list-row__arrow:hover { color: #fff; border-color: var(--pv2-brand); background: var(--pv2-brand); }
.pv2-faq-row { grid-template-columns: 130px minmax(0, 1fr) auto; }
.pv2-faq-row__meta { display: grid; gap: .3rem; color: var(--pv2-ink-soft); font-size: .75rem; }
.pv2-faq-row__meta time { color: var(--pv2-brand); font-weight: 750; }
.pv2-software-tabs .pv2-tabs__panel { padding-top: 0; }
.pv2-contacts-page .pv2-prose, .pv2-contacts-content { width: 100%; max-width: none; }
.pv2-contacts-page .pv2-prose h2, .pv2-contacts-page > .pv2-section > h2, .pv2-contacts-page .pv2-dealer-map-section > h2 { font-size: clamp(1.35rem, 2vw, 1.7rem); line-height: 1.25; }
.pv2-contacts-content .container:has(.list-town) { width: 100%; max-width: none; margin-inline: 0 !important; }
.pv2-contacts-content .row:has(.list-town) { display: grid; width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; margin-block: 1.5rem; }
.pv2-contacts-content .row:has(.list-town) > * { width: auto; max-width: none; padding: 0; }
.pv2-contacts-content .list-town { display: grid; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.pv2-contacts-content .row.is-balanced { display: block; }
.pv2-contacts-content .row.is-balanced > .pv2-contact-city-list { display: block; width: 100%; column-count: 4; column-gap: .8rem; }
.pv2-contacts-content .pv2-contact-city-list > li { margin: 0 0 .45rem; break-inside: avoid; }
.pv2-contacts-content .list-town a { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: .75rem; padding: .55rem .75rem; border: 1px solid var(--pv2-border); border-radius: .55rem; color: var(--pv2-ink); background: #fff; font-size: .92rem; line-height: 1.25; text-decoration: none; white-space: nowrap; }
.pv2-contacts-content .list-town a::after { color: var(--pv2-brand); content: "→"; }
.pv2-contacts-content .list-town a:hover { color: var(--pv2-brand); border-color: #f6a8ae; background: #fff7f8; }
.pv2-article-sidebar { padding: 1rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius); background: linear-gradient(145deg, #f4f6f9, #fff); }
.pv2-article-sidebar > h2 { margin: 0 0 .3rem; font-size: 1.2rem; }
.pv2-article-sidebar__item { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: .8rem; align-items: center; padding-block: .85rem; border-top: 1px solid var(--pv2-border); }
.pv2-article-sidebar__image { display: grid; width: 96px; aspect-ratio: 4 / 3; overflow: hidden; place-items: center; border-radius: .65rem; background: #e8edf3; color: var(--pv2-brand); font-weight: 850; text-decoration: none; }
.pv2-article-sidebar__image img { width: 100%; height: 100%; object-fit: cover; }
.pv2-article-sidebar__item time { color: var(--pv2-ink-soft); font-size: .8rem; }
.pv2-article-sidebar__item h3 { margin: .3rem 0 0; font-size: .92rem; line-height: 1.35; }
.pv2-article-sidebar__item h3 a { color: var(--pv2-ink); text-decoration: none; }
.pv2-article-sidebar__item h3 a:hover { color: var(--pv2-brand); }
.pv2-community-nav { display: flex; width: 100%; max-width: 100%; min-width: 0; gap: .4rem; margin: 0 0 2rem; padding-bottom: .6rem; border-bottom: 1px solid var(--pv2-border); overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
.pv2-community-nav a { flex: 0 0 auto; padding: .6rem .85rem; border-radius: 999px; color: var(--pv2-ink); font-size: .86rem; font-weight: 650; text-decoration: none; }
.pv2-community-nav a:hover { color: var(--pv2-brand); background: #fff5f6; }
.pv2-community-nav a[aria-current="page"] { color: #fff; background: var(--pv2-navy); }
.pv2-community-hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .65fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: end; margin-bottom: 2rem; padding: clamp(1.4rem, 4vw, 3.25rem); border-radius: var(--pv2-radius-lg); background: linear-gradient(135deg, #f4f6f9 0%, #fff 58%, #fff0f1 100%); }
.pv2-community-hero h1 { max-width: 15ch; margin: 0; font-size: clamp(2.25rem, 6vw, 4.8rem); line-height: .98; }
.pv2-community-hero p:not(.pv2-eyebrow) { max-width: 68ch; color: var(--pv2-ink-soft); font-size: 1.05rem; }
.pv2-community-hero__action { display: grid; gap: .65rem; justify-items: start; }
.pv2-community-hero__action span { color: var(--pv2-ink-soft); font-size: .78rem; }
.pv2-community-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pv2-community-hub-card { display: flex; min-height: 220px; flex-direction: column; padding: 1.35rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius); background: #fff; }
.pv2-community-hub-card h2 { margin: 0 0 .7rem; font-size: 1.35rem; }
.pv2-community-hub-card h2 a { color: var(--pv2-ink); text-decoration: none; }
.pv2-community-hub-card p:not(.pv2-eyebrow) { color: var(--pv2-ink-soft); }
.pv2-community-hub-card > a:last-child { margin-top: auto; color: var(--pv2-brand); font-weight: 700; text-decoration: none; }
.pv2-community-technical { margin-top: clamp(3rem, 7vw, 5.5rem); }
.pv2-community-technical .pv2-section-heading > p { max-width: 46ch; margin: 0; color: var(--pv2-ink-soft); }
.pv2-community-section-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pv2-community-section-card { display: flex; min-height: 190px; flex-direction: column; padding: 1.25rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius); background: var(--pv2-surface-soft); }
.pv2-community-section-card h3 { margin: 0 0 .55rem; font-size: 1.15rem; }
.pv2-community-section-card h3 a { color: var(--pv2-ink); text-decoration: none; }
.pv2-community-section-card p:not(.pv2-eyebrow) { margin: 0; color: var(--pv2-ink-soft); font-size: .85rem; line-height: 1.55; }
.pv2-community-section-card > a:last-child { margin-top: auto; padding-top: 1rem; color: var(--pv2-brand); font-weight: 700; text-decoration: none; }
.pv2-community-latest { margin-top: clamp(3rem, 7vw, 5.5rem); }
.pv2-section-heading { display: flex; gap: 1rem; align-items: end; justify-content: space-between; margin-bottom: 1.25rem; }
.pv2-section-heading h2 { margin: 0; }
.pv2-section-heading > a { color: var(--pv2-brand); font-weight: 700; }
.pv2-community-section-header { display: flex; flex-direction: column; align-items: flex-start; }
.pv2-community-section-header h1 { max-width: 100%; margin-bottom: .5rem; overflow-wrap: anywhere; }
.pv2-community-section-header .pv2-button { margin-top: .75rem; }
.pv2-community-post-list { border-top: 1px solid var(--pv2-border); }
.pv2-community-post { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; gap: 1.5rem; align-items: start; padding: 1.5rem 0; border-bottom: 1px solid var(--pv2-border); }
.pv2-community-post__meta { display: grid; gap: .35rem; color: var(--pv2-ink-soft); font-size: .75rem; }
.pv2-community-post__meta > span:first-child { color: var(--pv2-brand); font-weight: 750; text-transform: uppercase; }
.pv2-community-post__body h2, .pv2-community-post__body h3 { margin: 0; font-size: 1.35rem; }
.pv2-community-post__body h2 a { color: var(--pv2-ink); text-decoration: none; }
.pv2-community-post__body > p { max-width: 80ch; margin: .6rem 0; color: var(--pv2-ink-soft); line-height: 1.65; }
.pv2-community-post__footer { display: flex; flex-wrap: wrap; gap: .55rem 1rem; color: var(--pv2-ink-soft); font-size: .78rem; }
.pv2-community-post__footer a { color: var(--pv2-brand); font-weight: 650; }
.pv2-community-post__author { color: var(--pv2-ink); font-weight: 700; }
.pv2-community-post.is-pending { background: linear-gradient(90deg, #fffaf0 0, transparent 70%); }
.pv2-community-post--account { grid-template-columns: 150px minmax(0, 1fr); }
.pv2-status { display: inline-flex; width: max-content; padding: .25rem .45rem; border-radius: 999px; font-size: .66rem; font-weight: 750; }
.pv2-status--pending { color: #7a4b00; background: #fff0c7; }
.pv2-status--published { color: #087451; background: #dff8ed; }
.pv2-community-article__header { margin-bottom: 1.25rem; }
.pv2-community-article__header h1 { max-width: 22ch; }
.pv2-community-article__meta { display: flex; flex-wrap: wrap; gap: .4rem 1rem; color: var(--pv2-ink-soft); font-size: .82rem; }
.pv2-community-article__meta > span:first-child { color: var(--pv2-ink); font-weight: 700; }
.pv2-community-article__content { max-width: 78ch; font-size: 1.03rem; line-height: 1.75; }
.pv2-community-article__content h2, .pv2-community-article__content h3 { color: var(--pv2-ink); }
.pv2-content-image-missing { display: grid; width: min(100%, 520px); min-height: 96px; margin-block: 1rem; padding: 1rem; place-items: center; border: 1px dashed var(--pv2-border); border-radius: var(--pv2-radius-sm); color: var(--pv2-ink-soft); background: var(--pv2-surface-soft); font-size: .82rem; text-align: center; }
.pv2-comments-section { margin-top: 3.5rem; }
.pv2-comments__toolbar { display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: .85rem 0; border-top: 1px solid var(--pv2-border); border-bottom: 1px solid var(--pv2-border); }
.pv2-comments__toolbar p { margin: 0; }
.pv2-comments__subscribe { display: inline-flex; gap: .45rem; align-items: center; color: var(--pv2-ink-soft); font-size: .8rem; }
.pv2-comments__subscribe input { accent-color: var(--pv2-brand); }
.pv2-comments__empty { margin: 1.25rem 0; padding: 1rem; border-radius: var(--pv2-radius-sm); color: var(--pv2-ink-soft); background: var(--pv2-surface-soft); }
.pv2-comment-list, .pv2-comment-children { margin: 0; padding: 0; list-style: none; }
.pv2-comment { margin-top: 1rem; }
.pv2-comment__body { padding: 1rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-sm); background: #fff; }
.pv2-comment.ticket-comment-new > .pv2-comment__body { border-color: #ffb5bb; animation: pv2-comment-arrive .18s ease-out both; }
.pv2-comment__header { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: .7rem; align-items: center; }
.pv2-comment__avatar { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--pv2-brand); background: #fff0f1; font-size: .65rem; }
.pv2-comment__header > div { display: flex; flex-wrap: wrap; gap: .25rem .7rem; align-items: baseline; }
.pv2-comment__permalink { color: var(--pv2-ink-soft); font-size: .75rem; text-decoration: none; }
.pv2-comment__text { margin: .8rem 0; color: #28364a; line-height: 1.65; overflow-wrap: anywhere; }
.pv2-comment__text > :first-child { margin-top: 0; }
.pv2-comment__text > :last-child { margin-bottom: 0; }
.pv2-comment__actions { display: flex; gap: .8rem; align-items: center; color: var(--pv2-ink-soft); font-size: .75rem; }
.pv2-comment__actions > a { color: var(--pv2-brand); font-weight: 650; text-decoration: none; }
.pv2-comment .ticket-comment-rating { display: inline-flex; gap: .4rem; align-items: center; margin-left: auto; }
.pv2-comment .ticket-comment-rating a { color: var(--pv2-ink-soft); text-decoration: none; }
.pv2-comment .ticket-comment-rating .positive { color: #07865d; }
.pv2-comment .ticket-comment-rating .negative { color: var(--pv2-brand); }
.pv2-comment-children { margin-left: 2rem; padding-left: 1rem; border-left: 2px solid #edf0f4; }
.pv2-comment-children .pv2-comment-children .pv2-comment-children .pv2-comment-children { margin-left: .4rem; }
.pv2-comment-children .pv2-comment-children .pv2-comment-children .pv2-comment-children .pv2-comment-children { margin-left: 0; padding-left: .55rem; }
.pv2-comment-form-wrap { margin-top: 1.5rem; padding: 1.25rem; border-radius: var(--pv2-radius); background: var(--pv2-surface-soft); }
.pv2-comment-form-wrap h3 { margin-top: 0; }
.pv2-comment-form, .pv2-ticket-form { display: grid; gap: 1rem; }
.pv2-comment-form__actions, .pv2-ticket-form__actions { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; }
.pv2-comments-login { display: flex; gap: 1.25rem; align-items: center; justify-content: space-between; margin-top: 1.5rem; padding: 1.25rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius); }
.pv2-comments-login h3, .pv2-comments-login p { margin: 0; }
.pv2-comments-login p { margin-top: .35rem; color: var(--pv2-ink-soft); }
.pv2-product-reviews { padding: clamp(1rem, 3vw, 2rem); border-radius: 0 0 var(--pv2-radius) var(--pv2-radius); background: linear-gradient(180deg, #fff 0%, var(--pv2-surface-soft) 100%); }
.pv2-product-reviews__header { max-width: 720px; margin-bottom: 1.25rem; }
.pv2-product-reviews__header h2 { margin: 0; font-size: clamp(1.45rem, 3vw, 2rem); }
.pv2-product-reviews__header > p:last-child { margin: .55rem 0 0; color: var(--pv2-ink-soft); }
.pv2-account-heading { margin-bottom: 1.5rem; }
.pv2-account-heading h2 { margin: 0; }
.pv2-account-heading p { max-width: 75ch; color: var(--pv2-ink-soft); }
.pv2-ticket-form { max-width: 900px; padding: clamp(1rem, 3vw, 2rem); border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-lg); background: #fff; }
.pv2-ticket-form__notice { display: grid; gap: .25rem; padding: 1rem; border-radius: var(--pv2-radius-sm); color: #5a4305; background: #fff7d9; }
.pv2-ticket-form__notice span { font-size: .82rem; }
.pv2-ticket-form .pv2-field > span:first-child { color: var(--pv2-ink); font-weight: 700; }
.pv2-field select { width: 100%; min-height: 44px; padding: .65rem .75rem; border: 1px solid var(--pv2-border); border-radius: .55rem; color: var(--pv2-ink); background: #fff; }
.pv2-field .error { min-height: 1em; color: var(--pv2-brand); font-size: .75rem; }
@keyframes pv2-comment-arrive { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.pv2-dealer-card { display: flex; min-width: 0; min-height: 100%; flex-direction: column; padding: 0; overflow: hidden; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.pv2-dealer-card:hover { border-color: #cbd4df; box-shadow: var(--pv2-shadow); transform: translateY(-2px); }
.pv2-dealer-card__logo { display: grid; min-height: 150px; aspect-ratio: 16 / 7; place-items: center; padding: 1rem; border-bottom: 1px solid var(--pv2-border); background: linear-gradient(145deg, var(--pv2-surface-soft), #fff); }
.pv2-dealer-card__logo img { width: 100%; height: 100%; max-height: 130px; object-fit: contain; }
.pv2-dealer-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.pv2-dealer-card__body .pv2-eyebrow { margin-bottom: .45rem; }
.pv2-dealer-card h2 { margin: 0 0 .9rem; font-size: 1.18rem; line-height: 1.3; }
.pv2-dealer-card h2 a { color: var(--pv2-ink); text-decoration: none; }
.pv2-dealer-card h2 a:hover { color: var(--pv2-brand); }
.pv2-dealer-card address { display: grid; gap: .55rem; color: var(--pv2-ink-soft); font-size: .84rem; font-style: normal; line-height: 1.5; }
.pv2-dealer-card address strong { color: var(--pv2-ink); }
.pv2-dealer-card address a { width: fit-content; color: var(--pv2-brand-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
.pv2-dealer-card__actions { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin-top: auto; padding-top: 1.1rem; border-top: 1px solid var(--pv2-border); }
.pv2-dealer-card__details, .pv2-dealer-card__site { display: inline-flex; min-height: 38px; align-items: center; gap: .35rem; color: var(--pv2-brand); font-size: .8rem; font-weight: 750; text-decoration: none; }
.pv2-dealer-card__details span, .pv2-dealer-card__site span { transition: transform .18s ease; }
.pv2-dealer-card__details:hover span { transform: translateX(3px); }
.pv2-dealer-card__site { color: var(--pv2-ink-soft); }
.pv2-dealer-card__site:hover { color: var(--pv2-ink); }
.pv2-dealer-logo-missing { display: grid; width: 100%; min-height: 92px; padding: 1rem; place-items: center; border-radius: var(--pv2-radius-sm); color: var(--pv2-ink-soft); background: var(--pv2-surface-soft); font-size: .8rem; font-weight: 650; text-align: center; }
.pv2-dealer-profile-header { max-width: none; }
.pv2-dealer-profile { display: grid; grid-template-columns: minmax(240px, 340px) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; padding: clamp(1.25rem, 3vw, 2rem); overflow: visible; }
.pv2-dealer-profile__logo { display: grid; width: 100%; min-height: 240px; place-items: center; padding: 1.5rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius); background: linear-gradient(145deg, var(--pv2-surface-soft), #fff); }
.pv2-dealer-profile__logo img { width: auto; max-width: 100%; height: auto; max-height: 190px; object-fit: contain; }
.pv2-dealer-profile__logo .pv2-dealer-logo-missing { min-height: 190px; }
.pv2-dealer-profile__body { min-width: 0; }
.pv2-dealer-profile__body h2 { margin: 0 0 1rem; font-size: clamp(1.35rem, 2vw, 1.7rem); }
.pv2-dealer-profile__details { display: grid; margin: 0; font-style: normal; }
.pv2-dealer-profile__details > div { display: grid; grid-template-columns: minmax(120px, .35fr) minmax(0, 1fr); gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--pv2-border); }
.pv2-dealer-profile__details > div:first-child { padding-top: 0; }
.pv2-dealer-profile__details dt { color: var(--pv2-ink-soft); font-size: .78rem; font-weight: 650; }
.pv2-dealer-profile__details dd { margin: 0; color: var(--pv2-ink); font-weight: 650; overflow-wrap: anywhere; }
.pv2-dealer-profile__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.25rem; }
.pv2-dealer-profile__description { width: 100%; max-width: none; margin-top: 1.25rem; padding: clamp(1.25rem, 3vw, 2rem); }
.pv2-contact-map { width: 100%; height: 460px; min-height: 320px; border-radius: var(--pv2-radius-lg); overflow: hidden; }
.pv2-dealer-map-section { width: 100%; max-width: none; }
.pv2-dealer-map-section { margin-top: 2.5rem; }
.pv2-dealer-map-section > h2 { margin-bottom: .35rem; }
.pv2-dealer-map-section > p { margin: 0 0 1rem; color: var(--pv2-ink-soft); }
.pv2-contacts-seo .pv2-prose { width: 100%; max-width: none; }
.pv2-contacts-seo .pv2-prose h2 { font-size: clamp(1.35rem, 2vw, 1.7rem); line-height: 1.25; }
.pv2-legacy-embed { padding: 1rem; border-left: 4px solid var(--pv2-warning); background: #fff8e9; overflow-x: auto; }
.pv2-account-nav { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--pv2-border); }
.pv2-account-nav a { display: inline-flex; min-height: 44px; align-items: center; padding: .55rem .9rem; border-radius: var(--pv2-radius-sm); color: var(--pv2-ink); text-decoration: none; }
.pv2-account-nav a[aria-current="page"] { color: #fff; background: var(--pv2-navy); }
.pv2-profile-form { display: grid; max-width: 980px; gap: 1.25rem; }
.pv2-profile-form__notice { margin: 0; padding: 1rem 1.1rem; border-radius: var(--pv2-radius-sm); color: var(--pv2-ink-soft); background: var(--pv2-surface-soft); }
.pv2-profile-card { padding: clamp(1rem, 3vw, 1.6rem); border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-lg); background: #fff; }
.pv2-profile-card h2 { margin: 0 0 .75rem; font-size: 1.35rem; }
.pv2-profile-card > p { margin: 0 0 1rem; color: var(--pv2-ink-soft); }
.pv2-profile-header { display: flex; gap: 1.25rem; align-items: center; }
.pv2-profile-header img { flex: 0 0 120px; border: 1px solid var(--pv2-border); border-radius: 50%; object-fit: cover; background: var(--pv2-surface-soft); }
.pv2-profile-header p { margin: 0 0 .75rem; color: var(--pv2-ink-soft); }
.pv2-profile-form__photo-actions, .pv2-profile-form__actions { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; }
.pv2-profile-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.pv2-profile-form .pv2-field { display: grid; align-content: start; gap: .4rem; }
.pv2-profile-form .pv2-field > span:first-child { font-weight: 700; }
.pv2-profile-form .pv2-field b { color: var(--pv2-brand); }
.pv2-profile-form .pv2-field input { width: 100%; min-height: 46px; padding: .7rem .8rem; border: 1px solid var(--pv2-border); border-radius: .55rem; color: var(--pv2-ink); background: #fff; }
.pv2-profile-form .pv2-field input:focus { border-color: var(--pv2-brand); outline: 3px solid color-mix(in srgb, var(--pv2-brand) 18%, transparent); }
.pv2-profile-form .error { min-height: 1em; color: var(--pv2-brand); font-size: .75rem; }
.pv2-table-scroll { overflow-x: auto; }
.pv2-checkout { display: grid; gap: 1.25rem; }
.pv2-checkout-card { padding: clamp(1rem, 2.4vw, 1.6rem); border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius-lg); background: #fff; }
.pv2-checkout-card__header { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.pv2-checkout-card h2 { margin: 0; font-size: 1.35rem; }
.pv2-eyebrow { margin: 0 0 .35rem; color: var(--pv2-brand); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pv2-text-button { padding: .35rem; border: 0; color: var(--pv2-brand); background: transparent; font-weight: 650; }
.pv2-empty-state { padding: 2rem; border-radius: var(--pv2-radius); background: var(--pv2-surface-soft); text-align: center; }
.pv2-empty-state p { color: var(--pv2-ink-soft); }
.pv2-cart-list { border-top: 1px solid var(--pv2-border); }
.pv2-cart-row { position: relative; display: grid; grid-template-columns: 112px minmax(180px, 1fr) 100px 146px 110px 36px; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--pv2-border); }
.pv2-cart-row__image { display: grid; width: 112px; height: 112px; place-items: center; padding: .45rem; border-radius: .65rem; background: var(--pv2-surface-soft); }
.pv2-cart-row__image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.pv2-cart-row__description h3 { margin: 0; font-size: 1rem; }
.pv2-cart-row__description h3 a { color: var(--pv2-ink); text-decoration: none; }
.pv2-cart-row__description p { margin: .35rem 0 0; color: var(--pv2-ink-soft); font-size: .75rem; }
.pv2-cart-row__price, .pv2-cart-row__cost { display: grid; gap: .25rem; }
.pv2-cart-row small, .pv2-cart-row__quantity > label { color: var(--pv2-ink-soft); font-size: .7rem; }
.pv2-cart-row__quantity { display: grid; gap: .35rem; }
.pv2-cart-quantity { display: grid; grid-template-columns: 34px 54px 34px; overflow: hidden; border: 1px solid var(--pv2-border); border-radius: .5rem; }
.pv2-cart-quantity button, .pv2-cart-quantity input { height: 38px; border: 0; background: #fff; text-align: center; }
.pv2-cart-quantity button { background: var(--pv2-surface-soft); }
.pv2-cart-update { padding: 0; border: 0; color: var(--pv2-brand); background: transparent; font-size: .7rem; text-align: left; }
.pv2-cart-row__remove button { width: 34px; height: 34px; border: 1px solid var(--pv2-border); border-radius: 50%; color: var(--pv2-ink-soft); background: #fff; font-size: 1.25rem; }
.pv2-cart-summary { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding-top: 1rem; }
.pv2-cart-summary p { margin: 0; font-size: 1.15rem; }
.pv2-cart-summary strong { font-size: 1.45rem; }
.pv2-share-cart-link:empty { display: none; }
.pv2-order-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 1.25rem; align-items: start; }
.pv2-order-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.pv2-order-address { grid-column: 1; }
.pv2-order-summary { position: sticky; top: 1rem; grid-column: 2; grid-row: 1 / span 2; }
.pv2-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; margin-top: 1rem; }
.pv2-field { display: grid; gap: .35rem; color: var(--pv2-ink-soft); font-size: .75rem; }
.pv2-required { color: var(--pv2-brand); font: inherit; }
.pv2-field--wide { grid-column: 1 / -1; }
.pv2-field input, .pv2-field textarea { width: 100%; min-height: 44px; padding: .65rem .75rem; border: 1px solid var(--pv2-border); border-radius: .55rem; color: var(--pv2-ink); background: #fff; }
.pv2-field textarea { resize: vertical; }
.pv2-field input:focus, .pv2-field textarea:focus { border-color: #a9b5c4; outline: 2px solid rgba(169,181,196,.28); }
.pv2-field input.error, .pv2-field textarea.error { border-color: var(--pv2-brand); }
.pv2-choice-list { display: grid; gap: .55rem; margin-top: 1rem; }
.pv2-choice { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .65rem; align-items: start; padding: .8rem; border: 1px solid var(--pv2-border); border-radius: .65rem; cursor: pointer; }
.pv2-choice:has(input:checked) { border-color: var(--pv2-brand); background: #fff7f8; }
.pv2-choice input { margin-top: .2rem; accent-color: var(--pv2-brand); }
.pv2-choice span { display: grid; gap: .2rem; }
.pv2-choice small { color: var(--pv2-ink-soft); }
.pv2-delivery-status { margin-top: .75rem; color: var(--pv2-ink-soft); font-size: .8rem; }
.pv2-delivery-help { margin: .85rem 0 0; color: var(--pv2-ink-soft); font-size: .8rem; line-height: 1.55; }
.pv2-delivery-status.is-manual { padding: .85rem 1rem; border: 1px solid #f3d6a2; border-radius: var(--pv2-radius); color: var(--pv2-ink); background: #fff8e8; line-height: 1.5; }
.pv2-delivery-status.is-manual strong { display: block; margin-bottom: .2rem; }
.pv2-order-address[hidden] { display: none; }
.pv2-cdek-map { margin-top: 1rem; overflow: hidden; border-radius: var(--pv2-radius); }
.pv2-order-total { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--pv2-border); }
.pv2-order-total strong { color: var(--pv2-brand); font-size: 1.5rem; }
.pv2-order-note { color: var(--pv2-ink-soft); font-size: .8rem; }
.pv2-order-submit { width: 100%; }
.pv2-order-summary > .pv2-text-button { width: 100%; margin-top: .65rem; }
.pv2-order-products { margin-block: 1rem; border-top: 1px solid var(--pv2-border); }
.pv2-order-products > div { display: flex; justify-content: space-between; gap: 1rem; padding-block: .75rem; border-bottom: 1px solid var(--pv2-border); }
.pv2-order-success__total { font-size: 1.2rem; }
.pv2-favorites__toolbar { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.pv2-favorites__toolbar p { margin: 0; color: var(--pv2-ink-soft); }
.pv2-comparison-page { min-width: 0; }
.pv2-comparison-toolbar { position: sticky; left: 0; display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-bottom: 1rem; padding: 1rem; border-radius: var(--pv2-radius); background: var(--pv2-surface-soft); }
.pv2-comparison-toolbar p { margin: 0; color: var(--pv2-ink-soft); font-size: .85rem; }
.pv2-comparison-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius); scrollbar-gutter: stable; }
.pv2-comparison-table-wrap:focus-visible { outline: 3px solid rgba(239, 35, 51, .22); outline-offset: 3px; }
.pv2-comparison-page .comparison-table { width: max-content; min-width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.pv2-comparison-page .comparison-table caption { padding: 1rem; color: var(--pv2-ink); background: var(--pv2-surface-soft); font-size: 1rem; font-weight: 800; text-align: left; }
.pv2-comparison-page .comparison-table td { width: 240px; min-width: 240px; max-width: 240px; height: auto; padding: .85rem; border-right: 1px solid var(--pv2-border); border-bottom: 1px solid var(--pv2-border); vertical-align: top; white-space: normal; overflow-wrap: anywhere; word-break: normal; }
.pv2-comparison-page .comparison-table tr:last-child td { border-bottom: 0; }
.pv2-comparison-page .comparison-table tr > td:last-child { border-right: 0; }
.pv2-comparison-page .comparison-table tr > td:first-child { position: sticky; left: 0; z-index: 2; width: 210px; min-width: 210px; max-width: 210px; background: var(--pv2-surface-soft); font-weight: 750; }
.pv2-comparison-page .comparison-products > td { background: #fff; }
.pv2-comparison-page .comparison-products > td:first-child { z-index: 3; }
.pv2-comparison-page .comparison-row.is-different > .comparison-cell { background: #fff7f8; }
.pv2-comparison-page .comparison-row.is-different > .comparison-param { color: #ba1724; background: #ffecef; }
.pv2-comparison-page .comparison-row.is-different > .comparison-param::after { display: block; margin-top: .2rem; color: var(--pv2-brand); font-size: .65rem; font-weight: 650; content: "значения различаются"; }
.pv2-comparison-product { display: grid; gap: .65rem; color: var(--pv2-ink); text-decoration: none; }
.pv2-comparison-product:hover strong { color: var(--pv2-brand); }
.pv2-comparison-product__model { color: var(--pv2-ink); font-size: 1.05rem; font-weight: 600; line-height: 1.15; overflow-wrap: anywhere; }
.pv2-comparison-product__image { display: grid; width: 100%; height: 150px; place-items: center; overflow: hidden; border-radius: .65rem; background: #fff; }
.pv2-comparison-product__image img { width: 100%; height: 100%; object-fit: contain; }
.pv2-comparison-page .comparison-remove { display: inline-flex; margin-top: .75rem; color: var(--pv2-brand); font-size: .78rem; }
.pv2-comparison-empty { color: #9aa6b5; }
.pv2-error-page { padding-block: 4rem; text-align: center; }
.pv2-error-page .pv2-prose, .pv2-error-page .pv2-buy-row { justify-content: center; margin-inline: auto; }
.pv2-error-page__code { margin: 0; color: var(--pv2-brand); font-size: clamp(4rem, 15vw, 10rem); font-weight: 900; line-height: .8; }
@media print {
    .pv2-header, .pv2-footer, .pv2-breadcrumbs, .pv2-print-button, .cc-window, .pv2-back-to-top { display: none !important; }
    .pv2-main { padding: 0; }
    body { color: #000; font-size: 11pt; }
    a { color: #000; text-decoration: none; }
}
@media (max-width: 1000px) {
    .pv2-catalog-root__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pv2-product-grid, .pv2-article-grid, .pv2-child-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pv2-contacts-content .row:has(.list-town) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pv2-contacts-content .row.is-balanced > .pv2-contact-city-list { column-count: 2; }
    .pv2-cart-row { grid-template-columns: 96px minmax(160px, 1fr) 120px 90px 34px; }
    .pv2-cart-row__image { width: 96px; height: 96px; }
    .pv2-cart-row__price { display: none; }
}
@media (max-width: 800px) {
    .pv2-catalog-root__help { grid-template-columns: 1fr; }
    .pv2-catalog-root__help-actions { justify-content: flex-start; }
    .pv2-two-column, .pv2-product-hero, .pv2-catalog-layout, .pv2-documents { grid-template-columns: 1fr; }
    .pv2-product-summary { position: static; }
    .pv2-filter-toggle { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: space-between; margin-bottom: .75rem; padding: .65rem 1rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius); background: var(--pv2-surface-soft); }
    .pv2-filter-toggle > span:first-child { display: flex; align-items: baseline; gap: .6rem; }
    .pv2-filter-toggle small { color: var(--pv2-brand); font-size: .7rem; }
    .pv2-filter-toggle > span:last-child { transition: transform .18s ease; }
    .pv2-filter-toggle[aria-expanded="true"] > span:last-child { transform: rotate(180deg); }
    .pv2-catalog-filter { position: static; display: none; max-height: none; overflow: visible; scrollbar-gutter: auto; }
    .pv2-catalog-filter.is-open { display: block; animation: pv2-disclosure-in .17s ease-out both; }
    .pv2-catalog-toolbar { align-items: center; }
    .pv2-catalog-toolbar #mse2_selected_wrapper { width: 100%; }
    .pv2-gallery__main { min-height: 330px; }
    .pv2-product-rail .pv2-product-grid { grid-auto-columns: calc((100% - 1rem) / 2); }
    .pv2-advantages { grid-template-columns: 1fr; }
    .pv2-advantage-card { grid-template-columns: 128px minmax(0, 1fr); grid-template-rows: auto 1fr; align-items: center; }
    .pv2-advantage-card img { width: 128px; height: 96px; grid-row: 1 / span 2; }
    .pv2-support-callout { grid-template-columns: 190px minmax(0, 1fr); }
    .pv2-map-section__header { align-items: start; }
    .pv2-dealer-profile { grid-template-columns: minmax(210px, 280px) minmax(0, 1fr); }
    .pv2-order-grid { grid-template-columns: 1fr; }
    .pv2-order-address, .pv2-order-summary { position: static; grid-column: 1; grid-row: auto; }
    .pv2-community-hero { grid-template-columns: 1fr; align-items: start; }
    .pv2-community-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pv2-community-section-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pv2-community-post { grid-template-columns: 120px minmax(0, 1fr) auto; gap: 1rem; }
}
@media (max-width: 600px) {
    .pv2-catalog-root-header { padding: 1.25rem; }
    .pv2-catalog-root__grid { grid-template-columns: 1fr; }
    .pv2-catalog-root-card__body { padding: 1rem; }
    .pv2-catalog-root__help-actions { display: grid; width: 100%; grid-template-columns: 1fr; }
    .pv2-product-grid, .pv2-article-grid, .pv2-child-grid { grid-template-columns: 1fr; }
    .is-list-view .pv2-product-card__form { min-height: 0; grid-template-columns: 120px minmax(0, 1fr); }
    .is-list-view .pv2-product-card__image { min-height: 180px; padding: 0; }
    .is-list-view .pv2-product-card__content { padding: .85rem; }
    .is-list-view .pv2-product-card__description { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .is-list-view .pv2-product-card__actions > .pv2-button { min-width: 0; }
    .is-list-view .pv2-product-card__secondary-actions { grid-column: 1 / -1; }
    .pv2-view-switch { order: 2; }
    .pv2-catalog-toolbar label { flex: 1; }
    .pv2-catalog-toolbar select { width: 100%; }
    .pv2-gallery__thumbs { grid-template-columns: repeat(4, 1fr); }
    .pv2-gallery__zoom { right: .65rem; bottom: .65rem; }
    .pv2-lightbox { width: calc(100% - 1rem); height: calc(100% - 1rem); border-radius: .75rem; }
    .pv2-lightbox__stage { grid-template-columns: 48px minmax(0, 1fr) 48px; }
    .pv2-lightbox__close, .pv2-lightbox__prev, .pv2-lightbox__next { width: 38px; height: 38px; }
    .pv2-product-rail .pv2-product-grid { grid-auto-columns: min(82vw, 310px); }
    .pv2-rail-controls { margin-top: 0; }
    .pv2-media-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pv2-tabs__list { flex-wrap: nowrap; overflow-x: auto; }
    .pv2-tabs__button { flex: 0 0 auto; }
    .pv2-documents { display: block; }
    .pv2-documents__aside { margin-top: 1rem; }
    .pv2-doc-table { overflow: visible; }
    .pv2-doc-table table, .pv2-doc-table tbody { display: block; min-width: 0; }
    .pv2-doc-table thead { display: none; }
    .pv2-doc-table tbody { display: grid; gap: .75rem; }
    .pv2-doc-table tbody tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; overflow: hidden; border: 1px solid var(--pv2-border); border-radius: .6rem; background: #fff; }
    .pv2-doc-table tbody td { width: auto; padding: .75rem; border: 0; }
    .pv2-doc-table tbody td:first-child { width: auto; grid-column: 1; grid-row: 1; color: var(--pv2-ink-soft); font-size: .8rem; font-weight: 700; }
    .pv2-doc-table tbody td:nth-child(2) { grid-column: 1 / -1; grid-row: 2; border-top: 1px solid var(--pv2-border); }
    .pv2-doc-table tbody td:last-child { width: auto; grid-column: 2; grid-row: 1; text-align: right; }
    .pv2-advantage-card { display: block; padding: 1.1rem; }
    .pv2-advantage-card img { width: 112px; height: 84px; margin-bottom: .65rem; }
    .pv2-support-callout { grid-template-columns: 1fr; gap: 1rem; }
    .pv2-support-callout__portrait { max-width: 240px; margin-inline: auto; }
    .pv2-map-section__header { display: block; }
    .pv2-map-section__header .pv2-button { margin-top: 1rem; }
    .pv2-product-options dl { grid-template-columns: 1fr 1fr; }
    .pv2-buy-row { grid-template-columns: minmax(0, 1fr) auto; }
    .pv2-quantity-control { grid-column: 1 / -1; width: 116px; }
    .pv2-buy-submit { min-width: 0; }
    .pv2-list-row, .pv2-faq-row { grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; }
    .pv2-faq-row__meta { grid-column: 1 / -1; grid-template-columns: auto 1fr; }
    .pv2-list-row__action { grid-column: 1 / -1; }
    .pv2-list-row__action .pv2-button { width: 100%; }
    .pv2-contacts-content .row:has(.list-town) { grid-template-columns: 1fr; }
    .pv2-contacts-content .row.is-balanced > .pv2-contact-city-list { column-count: 1; }
    .pv2-contacts-content .list-town a { white-space: normal; }
    .pv2-contact-map { height: 380px; }
    .pv2-dealer-profile { grid-template-columns: 1fr; align-items: stretch; }
    .pv2-dealer-profile__logo { min-height: 190px; }
    .pv2-dealer-profile__details > div { grid-template-columns: 1fr; gap: .25rem; }
    .pv2-dealer-profile__actions { display: grid; grid-template-columns: 1fr; }
    .pv2-comparison-toolbar { align-items: stretch; flex-direction: column; }
    .pv2-cart-row { grid-template-columns: 78px minmax(0, 1fr) 32px; gap: .75rem; }
    .pv2-cart-row__image { width: 78px; height: 78px; }
    .pv2-cart-row__description { padding-right: .25rem; }
    .pv2-cart-row__quantity, .pv2-cart-row__cost { grid-column: 2; }
    .pv2-cart-row__remove { grid-column: 3; grid-row: 1; }
    .pv2-cart-summary { align-items: stretch; flex-direction: column; }
    .pv2-cart-summary p { order: -1; }
    .pv2-form-grid { grid-template-columns: 1fr; }
    .pv2-field--wide { grid-column: 1; }
    .pv2-community-nav { width: calc(100% + 20px); max-width: calc(100% + 20px); margin-inline: -10px; padding-inline: 10px; }
    .pv2-community-hero { padding: 1.25rem; }
    .pv2-community-hero h1 { font-size: clamp(2.15rem, 13vw, 3.45rem); }
    .pv2-profile-header { align-items: flex-start; }
    .pv2-profile-header img { flex-basis: 88px; width: 88px; height: 88px; }
    .pv2-profile-form__grid { grid-template-columns: 1fr; }
    .pv2-profile-form__actions .pv2-button { width: 100%; }
    .pv2-community-hub-grid { grid-template-columns: 1fr; }
    .pv2-community-section-grid { grid-template-columns: 1fr; }
    .pv2-community-hub-card { min-height: 0; }
    .pv2-section-heading { align-items: start; flex-direction: column; }
    .pv2-community-post, .pv2-community-post--account { grid-template-columns: minmax(0, 1fr) auto; }
    .pv2-community-post__meta { grid-column: 1 / -1; display: flex; flex-wrap: wrap; }
    .pv2-community-post__body { grid-column: 1; }
    .pv2-community-post > .pv2-list-row__arrow { grid-column: 2; grid-row: 2; }
    .pv2-comments__toolbar, .pv2-comments-login { align-items: stretch; flex-direction: column; }
    .pv2-comment-children { margin-left: .55rem; padding-left: .55rem; }
    .pv2-comment__body { padding: .85rem; }
    .pv2-comment-form-wrap { padding: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
    .pv2-comment.ticket-comment-new > .pv2-comment__body { animation: none; }
}
