/* 221B v6.6.1 Performance Lite — consolidated base cascade. */

/* ===== source: main.css ===== */
:root{--b221-ink:#0b1220;--b221-muted:#5e6b7e;--b221-line:#dfe5ee;--b221-soft:#f5f7fb;--b221-blue:#2563eb;--b221-blue2:#1d4ed8;--b221-green:#0f9f6e;--b221-orange:#c46b1a;--b221-red:#c43d3d;--b221-white:#fff;--b221-radius:24px;--b221-shadow:0 18px 55px rgba(15,23,42,.08);--b221-shadow-sm:0 8px 28px rgba(15,23,42,.07);--b221-container:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.b221-site{margin:0;background:#fff;color:var(--b221-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.b221-container{width:min(calc(100% - 40px),var(--b221-container));margin:auto}.b221-content-narrow{width:min(calc(100% - 40px),820px)}.b221-skip{position:absolute;left:-9999px}.b221-skip:focus{left:16px;top:16px;background:#fff;padding:10px 14px;border-radius:12px;z-index:9999}
.b221-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,229,238,.85)}.b221-header-inner{min-height:76px;display:flex;align-items:center;gap:24px}.b221-brand{display:inline-flex;align-items:center;gap:7px;font-weight:800;letter-spacing:-.03em;white-space:nowrap}.b221-brand-mark{font-size:25px}.b221-brand-dot{width:9px;height:9px;background:var(--b221-blue);border-radius:99px;box-shadow:0 0 0 5px rgba(37,99,235,.11)}.b221-brand-sub{font-size:13px;color:var(--b221-muted);font-weight:700;letter-spacing:.02em}.b221-nav{margin-left:auto}.b221-menu{display:flex;gap:22px;align-items:center;list-style:none;padding:0;margin:0}.b221-menu a{font-size:14px;font-weight:650;color:#263247}.b221-menu a:hover{color:var(--b221-blue)}.b221-header-actions{display:flex;align-items:center;gap:14px}.b221-phone{font-size:14px;font-weight:750}.b221-menu-toggle{display:none;border:1px solid var(--b221-line);background:#fff;padding:10px 14px;border-radius:14px;font-weight:700}
.b221-btn{border:0;display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:0 20px;border-radius:16px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.b221-btn:hover{transform:translateY(-1px)}.b221-btn-primary{background:var(--b221-blue);color:#fff;box-shadow:0 12px 28px rgba(37,99,235,.22)}.b221-btn-primary:hover{background:var(--b221-blue2)}.b221-btn-secondary{background:#fff;border:1px solid var(--b221-line);color:var(--b221-ink)}.b221-btn-small{min-height:42px;padding:0 16px;font-size:14px}.b221-text-link{font-weight:800;color:var(--b221-blue)}
.b221-hero{padding:64px 0 34px;background:radial-gradient(circle at 90% 0%,rgba(37,99,235,.12),transparent 35%),linear-gradient(180deg,#fbfdff 0%,#fff 100%)}.b221-hero-grid,.b221-detail-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center}.b221-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:850;color:var(--b221-blue);margin:0 0 14px}.b221-hero h1,.b221-detail-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.055em;margin:0 0 22px}.b221-lead{font-size:clamp(18px,2vw,22px);color:var(--b221-muted);max-width:720px;margin:0 0 28px}.b221-lead-small{font-size:18px}.b221-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.b221-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.b221-trust-row span{background:#fff;border:1px solid var(--b221-line);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700;color:#46546b}.b221-hero-visual,.b221-detail-media{border-radius:32px;overflow:hidden;box-shadow:var(--b221-shadow);background:#eaf1ff}.b221-hero-visual img,.b221-detail-media img{display:block;aspect-ratio:16/10;object-fit:cover;width:100%}
.b221-search-section{padding:24px 0 52px}.b221-search-card{background:var(--b221-ink);color:#fff;border-radius:30px;padding:34px;box-shadow:var(--b221-shadow)}.b221-search-card h2{font-size:clamp(28px,4vw,44px);letter-spacing:-.04em;margin:0 0 20px}.b221-smart-search-wrap{position:relative}.b221-smart-search{width:100%;border:0;background:#fff;color:var(--b221-ink);border-radius:18px;padding:18px 54px 18px 18px;font-size:18px;outline:0;box-shadow:0 0 0 4px transparent}.b221-smart-search:focus{box-shadow:0 0 0 4px rgba(37,99,235,.35)}.b221-search-icon{position:absolute;right:18px;top:14px;color:var(--b221-blue);font-size:27px}.b221-search-results{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;color:var(--b221-ink);border-radius:18px;overflow:hidden;box-shadow:var(--b221-shadow);z-index:20}.b221-search-result{display:block;padding:14px 16px;border-bottom:1px solid #edf1f6}.b221-search-result:last-child{border-bottom:0}.b221-search-result small{display:block;color:var(--b221-muted);margin-top:2px}.b221-search-examples{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:14px;color:#cdd7e8;font-size:13px}.b221-search-examples button{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:7px 10px;cursor:pointer}
.b221-section{padding:78px 0}.b221-section-soft{background:var(--b221-soft)}.b221-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px}.b221-section-head h2,.b221-calculator-shell h2,.b221-cta-card h2{font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.045em;margin:0}.b221-section-head>a{color:var(--b221-blue);font-weight:800}.b221-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.b221-category-card{background:#fff;border:1px solid var(--b221-line);border-radius:24px;overflow:hidden;box-shadow:0 4px 18px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .18s ease}.b221-category-card:hover{transform:translateY(-3px);box-shadow:var(--b221-shadow-sm)}.b221-category-card img{display:block;aspect-ratio:3/2;object-fit:cover;width:100%}.b221-category-card>div{padding:20px}.b221-category-card h3{font-size:22px;letter-spacing:-.025em;margin:0 0 5px}.b221-category-card p{color:var(--b221-muted);margin:0 0 12px}.b221-category-card span{color:var(--b221-blue);font-weight:800}.b221-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.b221-info-card{border:1px solid var(--b221-line);border-radius:22px;padding:22px;background:#fff;min-height:220px;display:flex;flex-direction:column}.b221-info-card h2,.b221-info-card h3{font-size:21px;line-height:1.22;letter-spacing:-.025em;margin:8px 0 10px}.b221-info-card p{color:var(--b221-muted);margin:0 0 16px}.b221-info-card .b221-text-link{margin-top:auto}.b221-card-kicker{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--b221-blue);font-weight:850}.b221-card-meta{margin:2px 0 12px;font-size:14px;font-weight:700;color:#39475e}
.b221-calculator-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:start;background:linear-gradient(135deg,#eef4ff,#f9fbff);border:1px solid #dce6fb;border-radius:30px;padding:38px}.b221-calculator{background:#fff;border-radius:24px;padding:24px;box-shadow:var(--b221-shadow-sm)}.b221-calculator-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.b221-calculator label,.b221-lead-form label{font-size:13px;font-weight:750;color:#34425a;display:grid;gap:7px}.b221-calculator select,.b221-calculator input,.b221-lead-form input,.b221-lead-form textarea{width:100%;border:1px solid var(--b221-line);border-radius:14px;background:#fff;padding:13px 14px;outline:0}.b221-calculator select:focus,.b221-calculator input:focus,.b221-lead-form input:focus,.b221-lead-form textarea:focus{border-color:#8cb1ff;box-shadow:0 0 0 4px rgba(37,99,235,.1)}.b221-calculator-result{margin-top:16px;padding:16px;background:var(--b221-soft);border-radius:16px}.b221-calculator-result strong{font-size:20px}.b221-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.b221-steps>div{padding:24px;border:1px solid var(--b221-line);border-radius:22px;background:#fff}.b221-steps span{font-size:13px;font-weight:900;color:var(--b221-blue)}.b221-steps h3{margin:8px 0 7px;letter-spacing:-.02em}.b221-steps p{margin:0;color:var(--b221-muted)}.b221-cta-section{padding-top:20px}.b221-cta-card{background:var(--b221-ink);color:#fff;border-radius:30px;padding:36px;display:flex;align-items:center;justify-content:space-between;gap:28px}.b221-cta-card p{color:#c9d4e6;margin-bottom:0}
.b221-detail-hero{padding:48px 0 62px;background:linear-gradient(180deg,#f8fbff,#fff)}.b221-breadcrumbs{font-size:13px;color:var(--b221-muted);display:flex;gap:8px;flex-wrap:wrap;margin-bottom:34px}.b221-breadcrumbs a:hover{color:var(--b221-blue)}.b221-price-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.b221-price-row>div{background:#fff;border:1px solid var(--b221-line);border-radius:18px;padding:14px}.b221-price-row span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--b221-muted);font-weight:750}.b221-price-row strong{display:block;margin-top:4px;font-size:16px}.b221-two-col{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:36px;align-items:start}.b221-prose{font-size:17px}.b221-prose h2{font-size:30px;line-height:1.15;letter-spacing:-.035em;margin:42px 0 14px}.b221-prose h2:first-child{margin-top:0}.b221-prose p,.b221-prose li{color:#3f4b5e}.b221-side-card{position:sticky;top:104px;border:1px solid var(--b221-line);border-radius:24px;padding:24px;background:#fff;box-shadow:var(--b221-shadow-sm)}.b221-side-card h3{font-size:24px;line-height:1.1;letter-spacing:-.03em;margin:0 0 10px}.b221-side-card p{color:var(--b221-muted)}.b221-side-card .b221-btn{width:100%;margin:8px 0 12px}.b221-side-card small{display:block;color:var(--b221-muted)}.b221-answer-box{background:#edf4ff;border:1px solid #cfe0ff;border-radius:20px;padding:18px;margin:18px 0}.b221-answer-box strong{color:var(--b221-blue)}.b221-answer-box p{margin:7px 0 0;color:#293750}.b221-alert{border-left:4px solid var(--b221-orange);background:#fff7ed;border-radius:14px;padding:14px 16px;margin:18px 0;color:#6d4217}.b221-related{background:var(--b221-soft)}.b221-empty{grid-column:1/-1;padding:40px;border:1px dashed var(--b221-line);border-radius:24px;text-align:center}
.b221-footer{background:#0a1020;color:#d4deec;padding:64px 0 94px}.b221-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px}.b221-footer h3{color:#fff;font-size:15px}.b221-footer p,.b221-footer a{color:#b6c2d4}.b221-footer-menu{list-style:none;padding:0;margin:0;display:grid;gap:8px}.b221-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding-top:20px;font-size:12px;color:#8391a8}.b221-brand-footer{color:#fff}.b221-mobile-bar{display:none}.b221-modal[hidden]{display:none}.b221-modal{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:18px}.b221-modal-backdrop{position:absolute;inset:0;background:rgba(2,8,23,.63);backdrop-filter:blur(7px)}.b221-modal-card{position:relative;width:min(100%,500px);background:#fff;border-radius:26px;padding:28px;box-shadow:0 30px 90px rgba(2,8,23,.25)}.b221-modal-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:0;border-radius:12px;background:var(--b221-soft);font-size:24px;cursor:pointer}.b221-lead-form{display:grid;gap:12px;margin-top:18px}.b221-hp{position:absolute!important;left:-10000px!important}.b221-form-status{font-size:14px;font-weight:700}.b221-form-status.is-ok{color:var(--b221-green)}.b221-form-status.is-error{color:var(--b221-red)}
@media (max-width:980px){.b221-nav{display:none;position:absolute;left:20px;right:20px;top:68px;background:#fff;border:1px solid var(--b221-line);border-radius:20px;padding:14px;box-shadow:var(--b221-shadow)}.b221-nav.is-open{display:block}.b221-menu{display:grid;gap:3px}.b221-menu a{display:block;padding:10px 8px}.b221-menu-toggle{display:block;margin-left:auto}.b221-header-actions .b221-phone{display:none}.b221-hero-grid,.b221-detail-grid,.b221-calculator-shell,.b221-two-col{grid-template-columns:1fr}.b221-hero-visual{order:-1}.b221-category-grid,.b221-card-grid{grid-template-columns:repeat(2,1fr)}.b221-steps{grid-template-columns:repeat(2,1fr)}.b221-side-card{position:static}.b221-footer-grid{grid-template-columns:1fr 1fr}.b221-detail-media{max-width:720px}}
@media (max-width:640px){.b221-container{width:min(calc(100% - 28px),var(--b221-container))}.b221-header-inner{min-height:66px;gap:10px}.b221-header-actions .b221-btn{display:none}.b221-brand-mark{font-size:22px}.b221-hero{padding:28px 0 20px}.b221-hero-grid{gap:24px}.b221-hero h1,.b221-detail-hero h1{font-size:40px}.b221-hero-visual,.b221-detail-media{border-radius:24px}.b221-search-section{padding:12px 0 32px}.b221-search-card{padding:22px;border-radius:24px}.b221-search-card h2{font-size:30px}.b221-smart-search{font-size:16px}.b221-section{padding:54px 0}.b221-section-head{align-items:flex-start}.b221-section-head>a{display:none}.b221-category-grid,.b221-card-grid,.b221-steps,.b221-footer-grid{grid-template-columns:1fr}.b221-category-card{display:grid;grid-template-columns:112px 1fr;align-items:stretch}.b221-category-card img{height:100%;aspect-ratio:auto}.b221-category-card>div{padding:16px}.b221-category-card h3{font-size:18px}.b221-category-card p{font-size:13px}.b221-calculator-shell{padding:22px;gap:24px}.b221-calculator-grid{grid-template-columns:1fr}.b221-cta-card{align-items:flex-start;flex-direction:column}.b221-price-row{grid-template-columns:1fr}.b221-detail-hero{padding:28px 0 44px}.b221-breadcrumbs{margin-bottom:24px}.b221-mobile-bar{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;z-index:150;left:10px;right:10px;bottom:10px;background:rgba(11,18,32,.96);padding:7px;border-radius:18px;box-shadow:0 18px 40px rgba(2,8,23,.28);backdrop-filter:blur(12px)}.b221-mobile-bar a,.b221-mobile-bar button{border:0;background:transparent;color:#fff;min-height:44px;font-weight:800;font-size:13px;border-radius:12px}.b221-mobile-bar button{background:var(--b221-blue)}.b221-footer{padding-bottom:110px}.b221-footer-grid{gap:22px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.b221-btn,.b221-category-card{transition:none}}

/* 221B v2 — accessibility, focus and resilient interaction */
.b221-skip{position:fixed;left:12px;top:12px;z-index:99999;transform:translateY(-160%);background:#fff;color:#0f172a;padding:10px 14px;border-radius:12px;box-shadow:0 8px 30px rgba(15,23,42,.18);font-weight:700}
.b221-skip:focus{transform:translateY(0)}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(37,99,235,.55);outline-offset:3px}
.b221-btn,.b221-menu-toggle,.b221-mobile-bar a,.b221-mobile-bar button,.b221-search-examples button{min-height:44px}
.b221-form-privacy{font-size:12px;line-height:1.45;color:#64748b;margin:10px 0 0}
.b221-form-status{min-height:1.5em;margin-top:10px}
.b221-form-status.is-ok{color:#166534}
.b221-form-status.is-error{color:#b91c1c}
.b221-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
button:disabled{opacity:.6;cursor:not-allowed}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* 221B v5 — organic growth / CRO design system */
.b221-hero-v5{padding-bottom:44px}.b221-hero-top{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.b221-route-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;margin-top:38px}.b221-route-card{position:relative;border:1px solid var(--b221-line);border-radius:28px;padding:28px;background:#fff;box-shadow:var(--b221-shadow-sm);overflow:visible}.b221-route-primary{background:linear-gradient(145deg,#f7faff,#fff);border-color:#cfe0ff}.b221-route-card h2{font-size:clamp(27px,3vw,38px);line-height:1.08;letter-spacing:-.04em;margin:4px 0 12px}.b221-route-card>p{color:var(--b221-muted)}.b221-route-number{position:absolute;right:20px;top:18px;font-weight:900;font-size:14px;color:#97a6ba}.b221-route-card .b221-smart-search-wrap{margin-top:18px}.b221-route-card .b221-text-link{display:block;margin-top:18px;color:var(--b221-blue);font-weight:800}.b221-section-compact{padding:36px 0}.b221-tool-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:start}.b221-repair-replace{background:linear-gradient(145deg,#f7faff,#fff);border:1px solid #d8e4fb;border-radius:26px;padding:24px;box-shadow:var(--b221-shadow-sm)}.b221-content-card,.b221-honest-box,.b221-warning-box{border-radius:20px;padding:20px 22px;margin:0 0 26px}.b221-content-card{background:#f5f8ff;border:1px solid #dce7ff}.b221-content-card>span{display:block;color:var(--b221-blue);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}.b221-content-card p{margin:7px 0 0}.b221-honest-box{background:#f3fbf7;border:1px solid #cdebdc}.b221-warning-box{background:#fff7ed;border:1px solid #fed7aa}.b221-feature-list{list-style:none;padding:0;margin:16px 0 28px;display:grid;gap:10px}.b221-feature-list li{position:relative;padding:13px 16px 13px 42px;border:1px solid var(--b221-line);border-radius:16px;background:#fff;color:#34425a}.b221-feature-list li:before{content:'✓';position:absolute;left:15px;top:12px;color:var(--b221-green);font-weight:900}.b221-faq{display:grid;gap:10px;margin:14px 0 30px}.b221-faq details{border:1px solid var(--b221-line);border-radius:17px;background:#fff;overflow:hidden}.b221-faq summary{cursor:pointer;padding:16px 18px;font-weight:800}.b221-faq details>div{padding:0 18px 16px;color:#465268}.b221-diagnostic-tree{border:1px solid #dce6fb;background:linear-gradient(145deg,#f7faff,#fff);border-radius:24px;padding:24px;margin:18px 0 32px}.b221-diagnostic-progress{height:6px;background:#e7eef9;border-radius:999px;overflow:hidden;margin-bottom:22px}.b221-diagnostic-progress span{display:block;height:100%;width:0;background:var(--b221-blue);transition:width .25s ease}.b221-diagnostic-step small{font-weight:800;color:var(--b221-blue)}.b221-diagnostic-step h3{font-size:24px;line-height:1.2;margin:7px 0 16px}.b221-diagnostic-actions{display:flex;gap:10px}.b221-diagnostic-note{min-height:24px;color:var(--b221-muted);margin:14px 0 0}.b221-diagnostic-finish{padding-top:8px}.b221-case-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.b221-case-meta span{border:1px solid var(--b221-line);background:#fff;padding:9px 12px;border-radius:14px;font-size:13px;font-weight:800}.b221-prose>p:first-of-type{font-size:18px;color:#334155}.b221-prose a{color:var(--b221-blue);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
@media(max-width:980px){.b221-hero-top,.b221-route-grid,.b221-tool-grid{grid-template-columns:1fr}.b221-route-card{padding:24px}.b221-hero-top .b221-hero-visual{order:-1}}
@media(max-width:640px){.b221-route-grid{margin-top:22px}.b221-route-card{border-radius:22px;padding:20px}.b221-route-card h2{font-size:28px}.b221-diagnostic-actions{display:grid;grid-template-columns:1fr 1fr}.b221-feature-list li{padding-left:38px}}

/* =========================================================
   221B v6 — Store / Commerce
   Inspired by clear Ukrainian electronics retail patterns,
   without copying any competitor's visual identity.
   ========================================================= */
.b221-cart-link{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid var(--b221-border,#e5e7eb);border-radius:14px;text-decoration:none;color:inherit;background:#fff;font-size:13px;font-weight:750}.b221-cart-link b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#0b5cff;color:#fff;font-size:11px}.b221-shop-home{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%)}
.b221-shop-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:24px 0}.b221-shop-route-grid>a{display:flex;min-height:112px;flex-direction:column;justify-content:flex-end;gap:7px;padding:20px;border:1px solid #e8edf3;border-radius:22px;background:#fff;color:#111827;text-decoration:none;box-shadow:0 8px 25px rgba(15,23,42,.045);transition:.2s ease}.b221-shop-route-grid>a:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(15,23,42,.08);border-color:#cbd8ef}.b221-shop-route-grid strong{font-size:18px}.b221-shop-route-grid span{color:#64748b;font-size:13px;line-height:1.45}
.b221-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.b221-shop-card{position:relative;display:flex;min-width:0;flex-direction:column;border:1px solid #e8edf3;border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 8px 30px rgba(15,23,42,.045);transition:transform .2s ease,box-shadow .2s ease}.b221-shop-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,23,42,.09)}.b221-shop-media{position:relative;display:block;aspect-ratio:1/1;background:#f7f8fa;overflow:hidden}.b221-shop-media img{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .25s ease}.b221-shop-card:hover .b221-shop-media img{transform:scale(1.025)}.b221-shop-badge{position:absolute;left:14px;top:14px;padding:6px 10px;border-radius:999px;background:#111827;color:#fff;font-size:11px;font-weight:800}.b221-shop-card-body{display:flex;flex:1;flex-direction:column;padding:16px}.b221-shop-card-body h3{margin:0 0 12px;font-size:16px;line-height:1.35}.b221-shop-card-body h3 a{text-decoration:none;color:#111827}.b221-shop-price{margin-top:auto;font-size:20px;font-weight:850;color:#111827}.b221-shop-price del{font-size:13px;color:#94a3b8;font-weight:600}.b221-shop-price ins{text-decoration:none}.b221-shop-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.b221-shop-card-actions .b221-btn{padding:11px 10px;font-size:12px}.b221-shop-home-bottom{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:26px}
.b221-woo-main{background:#f7f9fc;min-height:70vh}.b221-woo-shell{padding-top:28px;padding-bottom:64px}.b221-woo-shell .woocommerce-products-header{margin:18px 0 22px}.b221-woo-shell .woocommerce-products-header__title{font-size:clamp(32px,5vw,56px);line-height:1.02;letter-spacing:-.04em}.b221-woo-shell .woocommerce-result-count{color:#64748b}.b221-woo-shell .woocommerce-ordering select{padding:10px 36px 10px 12px;border:1px solid #dfe6ef;border-radius:14px;background:#fff}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:26px 0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;padding:14px!important;border:1px solid #e8edf3;border-radius:24px;background:#fff;box-shadow:0 8px 30px rgba(15,23,42,.045);overflow:hidden;transition:.2s ease}.woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,23,42,.09)}.woocommerce ul.products li.product a img{aspect-ratio:1/1;object-fit:contain;background:#f8fafc;border-radius:18px;margin:0 0 14px!important;padding:12px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px!important;line-height:1.35;padding:0!important;min-height:43px}.woocommerce ul.products li.product .price{font-size:19px!important;font-weight:850;color:#111827!important}.woocommerce ul.products li.product .button{width:100%;text-align:center;margin-top:12px!important;border-radius:14px!important;padding:12px!important;background:#0b5cff!important;color:#fff!important}
.b221-store-filter{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin:16px 0 24px;padding:16px;border:1px solid #e8edf3;border-radius:20px;background:#fff}.b221-store-filter label{display:grid;gap:6px;min-width:220px}.b221-store-filter label span{font-size:12px;color:#64748b;font-weight:750}.b221-store-filter select{width:100%;padding:11px 36px 11px 12px;border:1px solid #dfe6ef;border-radius:14px;background:#fff}.b221-store-filter .b221-btn{margin:0}.b221-store-filter .b221-text-link{padding:10px}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);gap:42px;padding:24px;border:1px solid #e8edf3;border-radius:28px;background:#fff;box-shadow:0 12px 36px rgba(15,23,42,.05)}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important;margin:0!important}.woocommerce div.product .product_title{font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.035em}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:28px!important;font-weight:900;color:#111827!important}.woocommerce div.product form.cart{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.woocommerce .quantity .qty{min-height:48px;border:1px solid #dfe6ef;border-radius:14px}.woocommerce div.product form.cart .button{min-height:48px;border-radius:14px!important;background:#0b5cff!important;padding:0 24px!important}.woocommerce div.product .woocommerce-product-gallery__wrapper{background:#f8fafc;border-radius:22px;overflow:hidden}.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:12px}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:8px;flex-wrap:wrap;padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;border-radius:999px!important;background:#f2f5f8!important;padding:0 14px!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#111827!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff!important}.woocommerce div.product .woocommerce-tabs .panel{padding:10px 0}
.woocommerce-cart .cart-collaterals,.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-checkout-review-order{border:1px solid #e8edf3;border-radius:22px;background:#fff;padding:20px}.woocommerce table.shop_table{border-radius:18px!important;overflow:hidden}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{padding:12px;border:1px solid #dfe6ef;border-radius:12px}.woocommerce #payment{border-radius:18px!important;background:#f5f7fb!important}.woocommerce #payment #place_order{min-height:50px;border-radius:14px!important;background:#0b5cff!important}
.b221-product-actions .b221-btn{min-height:46px}.b221-part-meta{padding:14px;border:1px solid #e8edf3;border-radius:18px;background:#f8fafc}.b221-part-chip{background:#fff;border:1px solid #e5e7eb!important}.b221-quality-badge{box-shadow:0 6px 14px rgba(15,23,42,.15)}
@media(max-width:1100px){.b221-shop-grid,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.b221-shop-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce div.product{grid-template-columns:1fr}}
@media(max-width:760px){.b221-cart-link span:nth-child(2){display:none}.b221-shop-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.b221-shop-card{border-radius:18px}.b221-shop-card-body{padding:12px}.b221-shop-card-body h3{font-size:14px}.b221-shop-price{font-size:17px}.b221-shop-card-actions{grid-template-columns:1fr}.b221-shop-route-grid{grid-template-columns:1fr 1fr;gap:10px}.b221-shop-route-grid>a{min-height:96px;padding:16px;border-radius:18px}.woocommerce ul.products li.product{padding:10px!important;border-radius:18px}.woocommerce div.product{padding:14px;border-radius:22px;gap:22px}.b221-store-filter{display:grid;grid-template-columns:1fr 1fr;align-items:end}.b221-store-filter label{min-width:0}.b221-store-filter .b221-btn{width:100%}}
@media(max-width:460px){.b221-shop-route-grid{grid-template-columns:1fr}.b221-store-filter{grid-template-columns:1fr}.b221-shop-card-actions .b221-btn{font-size:11px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important}.woocommerce ul.products li.product .price{font-size:16px!important}}
@media(max-width:640px){.b221-mobile-bar.has-shop{grid-template-columns:repeat(4,1fr)}.b221-mobile-bar.has-shop a,.b221-mobile-bar.has-shop button{font-size:11px}}


/* ===== source: v62.css ===== */
/* 221B Theme v6.2 — premium service + commerce redesign */
:root{
  --v62-blue:#3156ff;
  --v62-blue-dark:#2342d8;
  --v62-ink:#121722;
  --v62-muted:#667085;
  --v62-bg:#f5f7fb;
  --v62-card:#ffffff;
  --v62-line:#e5e9f2;
  --v62-green:#18a66a;
  --v62-dark:#0e1424;
  --v62-radius-xl:34px;
  --v62-radius-lg:26px;
  --v62-radius-md:18px;
  --v62-shadow:0 28px 80px rgba(21,31,63,.10);
  --v62-shadow-sm:0 14px 42px rgba(21,31,63,.07);
}
body.b221-site{background:#fff;color:var(--v62-ink)}
body.b221-site h1,body.b221-site h2,body.b221-site h3,body.b221-site h4{color:var(--v62-ink)}
.b221-container{width:min(calc(100% - 40px),1280px)}
.b221-topline{background:#0e1424;color:#cfd5e4;font-size:12px}.b221-topline-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}.b221-topline-points{display:flex;align-items:center;gap:0}.b221-topline-points span{display:flex;align-items:center;gap:10px}.b221-topline-points span:not(:last-child):after{content:'•';margin:0 12px;color:#5e6b86}.b221-topline-right{display:flex;align-items:center;gap:8px}.b221-live-dot{width:7px;height:7px;border-radius:999px;background:#35d68a;box-shadow:0 0 0 4px rgba(53,214,138,.12)}
.b221-header{top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(20px);border-bottom:0;box-shadow:0 1px 0 rgba(17,24,39,.06)}.b221-header-main{min-height:74px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;gap:28px;align-items:center}.b221-brand-v62 .b221-brand-mark{font-size:30px;font-weight:900;letter-spacing:-.06em}.b221-brand-v62 .b221-brand-sub{font-size:11px;text-transform:uppercase;letter-spacing:.09em}.b221-head-search{height:46px;border:1px solid var(--v62-line);background:#f8f9fc;border-radius:16px;display:flex;align-items:center;gap:10px;padding:0 14px;transition:.2s}.b221-head-search:focus-within{border-color:#aab8ff;background:#fff;box-shadow:0 0 0 4px rgba(49,86,255,.08)}.b221-head-search>span{font-size:22px;color:#7a869b}.b221-head-search input{border:0;outline:0;background:transparent;min-width:0;width:100%;font-size:14px}.b221-phone-v62{display:grid;line-height:1.15}.b221-phone-v62 small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#8b95a7;font-weight:800}.b221-phone-v62 strong{font-size:13px}.b221-header-actions-v62{gap:12px}.b221-cart-v62{height:44px;border-radius:14px}.b221-cart-icon{font-size:17px}.b221-navrow{border-top:1px solid #f0f2f6}.b221-navrow-inner{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px}.b221-nav{margin-left:0}.b221-menu{gap:26px}.b221-menu a{font-size:13px;font-weight:760;color:#344054}.b221-nav-cta{border:0;background:transparent;color:var(--v62-blue);font-size:13px;font-weight:850;cursor:pointer}.b221-nav-cta span{margin-left:5px}

/* hero */
.b221-v62-hero{background:linear-gradient(180deg,#f5f7fb 0%,#fff 100%);padding:26px 0 20px}.b221-v62-banner{position:relative;overflow:hidden;min-height:610px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;background:radial-gradient(circle at 84% 20%,rgba(116,151,255,.48),transparent 28%),radial-gradient(circle at 72% 92%,rgba(139,115,255,.35),transparent 30%),linear-gradient(128deg,#3156ff 0%,#4b67ff 48%,#7f72f3 100%);border-radius:38px;padding:64px 64px 54px;color:#fff;box-shadow:0 35px 90px rgba(49,86,255,.18)}.b221-v62-banner:before{content:'';position:absolute;inset:auto auto -190px -110px;width:420px;height:420px;border:1px solid rgba(255,255,255,.14);border-radius:50%}.b221-v62-banner:after{content:'';position:absolute;right:-80px;top:-130px;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.06)}.b221-v62-hero-copy{position:relative;z-index:3;max-width:720px}.b221-v62-kicker,.b221-v62-label{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900}.b221-v62-kicker{color:#e8ecff}.b221-v62-kicker span{width:28px;height:1px;background:#fff}.b221-v62-banner h1{margin:20px 0 20px;font-size:clamp(48px,6.1vw,84px);line-height:.98;letter-spacing:-.06em;color:#fff;max-width:760px}.b221-v62-banner p{margin:0;max-width:700px;font-size:18px;line-height:1.55;color:rgba(255,255,255,.84)}.b221-v62-search-wrap{margin-top:30px}.b221-v62-search-wrap .b221-smart-search-wrap{display:flex;align-items:center;background:#fff;border-radius:18px;padding:7px 7px 7px 16px;box-shadow:0 14px 44px rgba(16,24,40,.18)}.b221-v62-smart-search{padding:14px 12px!important;border-radius:0!important;box-shadow:none!important;font-size:15px!important;min-width:0}.b221-v62-search-glyph{color:#718096;font-size:23px;flex:0 0 auto}.b221-v62-search-btn{min-height:48px;border:0;border-radius:13px;background:#101828;color:#fff;padding:0 20px;font-weight:850;cursor:pointer;white-space:nowrap}.b221-v62-search-wrap .b221-search-results{top:calc(100% + 10px);text-align:left}.b221-v62-examples{margin-top:13px;display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:12px;color:rgba(255,255,255,.72)}.b221-v62-examples button{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.09);color:#fff;padding:6px 10px;border-radius:999px;cursor:pointer}.b221-v62-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.b221-btn-glass{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(12px)}.b221-btn-glass:hover{background:rgba(255,255,255,.18)}.b221-v62-trust{margin-top:22px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;font-size:12px;color:rgba(255,255,255,.78)}.b221-v62-trust span{display:flex;gap:6px;align-items:center}.b221-v62-trust b{display:grid;place-items:center;width:18px;height:18px;border-radius:999px;background:#fff;color:var(--v62-blue);font-size:10px}.b221-v62-hero-art{position:relative;z-index:2;min-height:500px;display:flex;align-items:center;justify-content:center}.b221-v62-hero-art img{position:relative;z-index:3;width:88%;max-width:570px;aspect-ratio:1.03/1;object-fit:cover;border-radius:34px;transform:rotate(2deg);box-shadow:0 35px 90px rgba(10,18,50,.28);border:8px solid rgba(255,255,255,.14)}.b221-v62-art-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.13);filter:blur(1px)}.b221-v62-float-card{position:absolute;z-index:5;display:grid;gap:2px;min-width:150px;padding:13px 15px;border-radius:16px;background:rgba(255,255,255,.93);color:#1f2937;box-shadow:0 18px 48px rgba(10,18,50,.18)}.b221-v62-float-card span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#8a94a7;font-weight:850}.b221-v62-float-card strong{font-size:13px}.b221-v62-float-1{left:-8px;top:92px}.b221-v62-float-2{right:-18px;bottom:105px}.b221-v62-float-3{left:50px;bottom:22px}.b221-v62-route-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.b221-v62-route{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:17px;padding:20px 22px;border:1px solid var(--v62-line);border-radius:22px;background:#fff;box-shadow:var(--v62-shadow-sm);transition:.2s}.b221-v62-route:hover{transform:translateY(-2px);border-color:#cbd3ff}.b221-v62-route-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;font-size:23px;background:#eef2ff;color:var(--v62-blue)}.b221-v62-route-parts .b221-v62-route-icon{background:#edfdf5;color:#15955f}.b221-v62-route span{display:block;font-size:12px;color:var(--v62-muted);font-weight:730}.b221-v62-route strong{display:block;margin-top:3px;font-size:16px}.b221-v62-route>b{font-size:20px;color:#98a2b3}

/* common sections */
.b221-v62-label{color:var(--v62-blue)}.b221-v62-label-dark{color:#a9b8ff}.b221-v62-section-head{margin-bottom:30px}.b221-v62-section-head h2{font-size:clamp(34px,4.3vw,56px);line-height:1.02;letter-spacing:-.05em;margin:8px 0 10px}.b221-v62-section-head p{max-width:720px;color:var(--v62-muted);margin:0;font-size:16px}.b221-v62-section-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.b221-v62-all-link{font-size:13px;color:var(--v62-blue);font-weight:850;white-space:nowrap}.b221-v62-device-section{padding-top:70px}.b221-v62-device-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.b221-v62-device-card{border:1px solid var(--v62-line);background:#fff;border-radius:24px;overflow:hidden;transition:.2s;box-shadow:0 7px 28px rgba(16,24,40,.035)}.b221-v62-device-card:hover{transform:translateY(-4px);box-shadow:var(--v62-shadow-sm);border-color:#cfd7ff}.b221-v62-device-img{height:140px;background:linear-gradient(180deg,#f8fafc,#f2f5fa);overflow:hidden}.b221-v62-device-img img{width:100%;height:100%;object-fit:cover;transition:.25s}.b221-v62-device-card:hover img{transform:scale(1.035)}.b221-v62-device-card>div:last-child{padding:16px}.b221-v62-device-card h3{margin:0 0 4px;font-size:17px;letter-spacing:-.02em}.b221-v62-device-card p{margin:0 0 11px;color:var(--v62-muted);font-size:12px;line-height:1.45}.b221-v62-device-card span{color:var(--v62-blue);font-size:12px;font-weight:850}.b221-v62-selector-slot{background:#f7f8fc;padding:20px 0}.b221-v62-selector-slot>:first-child{margin-top:0!important}

/* issues */
.b221-v62-problems{background:#f7f8fc}.b221-v62-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.b221-v62-problem-card{position:relative;min-height:218px;display:flex;flex-direction:column;padding:24px;border:1px solid var(--v62-line);border-radius:24px;background:#fff;transition:.2s}.b221-v62-problem-card:hover{transform:translateY(-3px);box-shadow:var(--v62-shadow-sm);border-color:#cad4ff}.b221-v62-problem-num{color:#a1abc0;font-size:11px;font-weight:900;letter-spacing:.1em}.b221-v62-problem-card h3{font-size:22px;line-height:1.16;letter-spacing:-.035em;margin:24px 0 9px}.b221-v62-problem-card p{font-size:13px;color:var(--v62-muted);margin:0 0 18px}.b221-v62-problem-card>b{margin-top:auto;color:var(--v62-blue);font-size:20px}

/* shop section */
.b221-v62-shop-section{background:#fff}.b221-v62-shop-banner{min-height:420px;display:grid;grid-template-columns:1fr .92fr;align-items:center;overflow:hidden;border-radius:34px;background:linear-gradient(128deg,#111827,#202b45);color:#fff}.b221-v62-shop-copy{padding:54px}.b221-v62-shop-copy h2{color:#fff;font-size:clamp(38px,5vw,62px);line-height:1.01;letter-spacing:-.055em;margin:14px 0 16px}.b221-v62-shop-copy p{max-width:640px;color:#c8d0df;font-size:16px}.b221-v62-shop-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.b221-btn-light{background:#fff;color:#111827;box-shadow:0 12px 30px rgba(0,0,0,.18)}.b221-btn-outline-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.24)}.b221-v62-shop-art{position:relative;height:100%;min-height:420px;overflow:hidden}.b221-v62-shop-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#111827 0%,rgba(17,24,39,.2) 42%,transparent 100%)}.b221-v62-shop-art img{width:100%;height:100%;object-fit:cover}.b221-v62-shop-count{position:absolute;z-index:2;right:28px;bottom:28px;display:grid;gap:2px;background:rgba(255,255,255,.94);color:#111827;border-radius:18px;padding:16px 18px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.b221-v62-shop-count strong{font-size:24px}.b221-v62-shop-count span{font-size:11px;color:#667085}.b221-v62-shop-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:18px 0 58px}.b221-v62-shop-categories a{min-height:116px;display:flex;flex-direction:column;padding:16px;border:1px solid var(--v62-line);border-radius:20px;background:#fff;transition:.2s}.b221-v62-shop-categories a:hover{transform:translateY(-2px);box-shadow:var(--v62-shadow-sm);border-color:#ced7ff}.b221-v62-shop-categories a>span{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:#f1f4ff;color:var(--v62-blue);font-size:19px}.b221-v62-shop-categories strong{font-size:13px;margin-top:auto}.b221-v62-shop-categories b{align-self:flex-end;color:#98a2b3}.b221-v62-products-head{margin-bottom:22px}.b221-v62-shop-section .b221-shop-grid{grid-template-columns:repeat(4,1fr)}.b221-v62-shop-section .b221-shop-card{border-radius:22px;box-shadow:none}.b221-v62-shop-section .b221-shop-card:hover{box-shadow:var(--v62-shadow-sm)}

/* tools */
.b221-v62-tools{background:#f7f8fc}.b221-v62-tools-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:32px;align-items:center}.b221-v62-tool-copy h2,.b221-v62-honest-card h2{font-size:clamp(38px,5vw,62px);line-height:1.01;letter-spacing:-.055em;margin:12px 0 15px}.b221-v62-tool-copy p,.b221-v62-honest-card p{font-size:16px;color:var(--v62-muted);max-width:560px}.b221-v62-tool-card{border:1px solid var(--v62-line);border-radius:28px;background:#fff;padding:24px;box-shadow:var(--v62-shadow-sm)}.b221-v62-tool-card .b221-calculator{box-shadow:none;padding:0}.b221-v62-honest-card{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:38px;border:1px solid #dfe5ff;border-radius:32px;padding:42px;background:linear-gradient(135deg,#eef2ff,#fafbff)}.b221-v62-honest-tool{border-radius:24px;background:#fff;padding:20px;box-shadow:var(--v62-shadow-sm)}

/* process / final */
.b221-v62-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.b221-v62-process-grid>div{padding:24px;border:1px solid var(--v62-line);border-radius:24px;background:#fff}.b221-v62-process-grid span{font-size:11px;font-weight:900;color:var(--v62-blue);letter-spacing:.12em}.b221-v62-process-grid h3{font-size:18px;margin:24px 0 8px}.b221-v62-process-grid p{font-size:13px;color:var(--v62-muted);margin:0}.b221-v62-final{padding:14px 0 82px}.b221-v62-final-card{display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(120deg,#3156ff,#6c68f0);color:#fff;border-radius:30px;padding:38px 42px}.b221-v62-final-card span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#dfe4ff}.b221-v62-final-card h2{color:#fff;max-width:800px;font-size:clamp(28px,4vw,44px);line-height:1.08;letter-spacing:-.04em;margin:8px 0 0}

/* Store archive hero */
.b221-v62-woo-main{background:#f7f8fc}.b221-v62-store-hero{padding:28px 0 10px;background:#fff}.b221-v62-store-hero-inner{display:grid;grid-template-columns:1.3fr .7fr;gap:24px;align-items:center;border-radius:32px;background:linear-gradient(130deg,#111827,#27334e);color:#fff;padding:42px}.b221-v62-store-hero h1{color:#fff;font-size:clamp(38px,5.2vw,66px);line-height:1;letter-spacing:-.055em;margin:10px 0 14px}.b221-v62-store-hero p{max-width:740px;color:#c7d0df;margin:0}.b221-v62-store-search{max-width:720px;margin-top:22px;display:flex;align-items:center;gap:8px;background:#fff;padding:7px;border-radius:16px}.b221-v62-store-search>span{color:#667085;font-size:21px;padding-left:8px}.b221-v62-store-search input{flex:1;min-width:0;border:0;outline:0;padding:10px 6px}.b221-v62-store-search button{border:0;background:var(--v62-blue);color:#fff;border-radius:11px;padding:11px 17px;font-weight:850}.b221-v62-store-hero-mini{display:grid;gap:10px}.b221-v62-store-hero-mini>div{display:grid;gap:2px;border:1px solid rgba(255,255,255,.11);border-radius:17px;padding:14px 16px;background:rgba(255,255,255,.07)}.b221-v62-store-hero-mini strong{font-size:13px}.b221-v62-store-hero-mini span{font-size:11px;color:#aeb9cb}.b221-v62-woo-main .b221-woo-shell{padding-top:20px}.b221-v62-woo-main .woocommerce-products-header{display:none}.woocommerce ul.products li.product{border-radius:22px!important;box-shadow:none!important}.woocommerce ul.products li.product:hover{box-shadow:var(--v62-shadow-sm)!important}.woocommerce ul.products li.product .button{background:var(--v62-blue)!important}.woocommerce div.product{border-radius:30px;box-shadow:var(--v62-shadow-sm)}.woocommerce div.product form.cart .button{background:var(--v62-blue)!important}.woocommerce #payment #place_order{background:var(--v62-blue)!important}

/* Detail pages premium polish */
.b221-detail-hero{padding:34px 0 54px;background:linear-gradient(180deg,#f5f7fb,#fff)}.b221-detail-grid{border:1px solid var(--v62-line);border-radius:32px;background:#fff;padding:38px;box-shadow:var(--v62-shadow-sm)}.b221-detail-hero h1{font-size:clamp(40px,5.2vw,68px)}.b221-detail-media{border-radius:24px;box-shadow:none}.b221-answer-box{background:#f0f3ff;border-color:#dbe2ff}.b221-price-row>div{background:#f8f9fc;border-color:#ebedf2}.b221-side-card{border-radius:24px;box-shadow:var(--v62-shadow-sm)}.b221-info-card{border-radius:22px}.b221-faq details{border-radius:18px!important}

/* footer */
.b221-footer-v62{background:#0d1320;color:#c6cfdd;padding:58px 0 20px}.b221-footer-v62-top{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:50px}.b221-footer-v62 h3{color:#fff;font-size:25px;line-height:1.18;margin:18px 0 10px;max-width:420px}.b221-footer-v62 h4{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px}.b221-footer-v62 p,.b221-footer-v62 a,.b221-footer-linkbtn{font-size:13px;color:#aab5c7}.b221-footer-v62 a:hover,.b221-footer-linkbtn:hover{color:#fff}.b221-footer-linkbtn{padding:0;border:0;background:transparent;cursor:pointer}.b221-footer-v62 .b221-brand-mark{color:#fff}.b221-footer-v62 .b221-footer-menu{display:grid;gap:8px;list-style:none;margin:0;padding:0}.b221-footer-v62-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.08);margin-top:42px;padding-top:18px;font-size:11px;color:#778399}.b221-mobile-bar-v62{box-shadow:0 -8px 32px rgba(15,23,42,.12)}.b221-mobile-bar-v62 a,.b221-mobile-bar-v62 button{display:grid!important;gap:3px!important;place-items:center!important}.b221-mobile-bar-v62 span{font-size:16px}.b221-modal-card-v62{border-radius:28px!important;padding:30px!important}.b221-modal-card-v62 h2{font-size:30px!important;letter-spacing:-.035em!important}

/* responsive */
@media(max-width:1180px){
  .b221-header-main{grid-template-columns:auto 1fr auto;gap:16px}.b221-phone-v62{display:none}.b221-v62-device-cards{grid-template-columns:repeat(3,1fr)}.b221-v62-shop-categories{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:980px){
  .b221-topline{display:none}.b221-header-main{display:flex;min-height:68px}.b221-head-search{display:none}.b221-header-actions-v62{margin-left:auto}.b221-navrow{border-top:0}.b221-navrow-inner{display:block;min-height:0}.b221-nav{display:none;position:absolute;left:20px;right:20px;top:70px;padding:16px;border:1px solid var(--v62-line);border-radius:20px;background:#fff;box-shadow:var(--v62-shadow);z-index:200}.b221-nav.is-open{display:block}.b221-menu{display:grid;gap:3px}.b221-menu a{display:block;padding:11px 10px;border-radius:10px}.b221-nav-cta{display:none}.b221-menu-toggle{display:inline-flex}.b221-v62-banner{grid-template-columns:1fr;min-height:auto;padding:46px}.b221-v62-hero-art{min-height:390px;margin-top:10px}.b221-v62-hero-art img{max-width:500px}.b221-v62-float-1{left:6%}.b221-v62-float-2{right:3%}.b221-v62-shop-banner{grid-template-columns:1fr}.b221-v62-shop-art{min-height:310px}.b221-v62-tools-grid,.b221-v62-honest-card,.b221-v62-store-hero-inner{grid-template-columns:1fr}.b221-v62-store-hero-mini{grid-template-columns:repeat(3,1fr)}.b221-footer-v62-top{grid-template-columns:1.4fr 1fr 1fr}.b221-footer-v62-top>div:last-child{grid-column:2/4}
}
@media(max-width:760px){
  .b221-container{width:min(calc(100% - 24px),1280px)}.b221-v62-hero{padding-top:12px}.b221-v62-banner{border-radius:26px;padding:32px 22px 26px}.b221-v62-banner h1{font-size:44px;line-height:1}.b221-v62-banner p{font-size:15px}.b221-v62-search-wrap .b221-smart-search-wrap{display:grid;grid-template-columns:auto 1fr;padding:7px}.b221-v62-search-btn{grid-column:1/3;width:100%;margin-top:2px}.b221-v62-hero-art{min-height:300px}.b221-v62-hero-art img{width:90%;border-radius:24px}.b221-v62-float-card{min-width:128px;padding:10px 12px}.b221-v62-float-1{top:42px}.b221-v62-float-2{bottom:58px}.b221-v62-float-3{display:none}.b221-v62-route-grid{grid-template-columns:1fr}.b221-v62-device-cards{grid-template-columns:repeat(2,1fr);gap:10px}.b221-v62-device-img{height:120px}.b221-v62-problem-grid{grid-template-columns:1fr 1fr;gap:10px}.b221-v62-problem-card{min-height:190px;padding:18px}.b221-v62-section-head-row{display:block}.b221-v62-all-link{display:inline-block;margin-top:16px}.b221-v62-shop-copy{padding:34px 24px}.b221-v62-shop-copy h2{font-size:40px}.b221-v62-shop-art{min-height:260px}.b221-v62-shop-categories{grid-template-columns:repeat(2,1fr);gap:9px;margin-bottom:42px}.b221-v62-shop-section .b221-shop-grid{grid-template-columns:repeat(2,1fr)}.b221-v62-tool-card{padding:14px}.b221-v62-honest-card{padding:28px 20px}.b221-v62-process-grid{grid-template-columns:1fr 1fr}.b221-v62-final-card{display:grid;padding:28px 24px}.b221-v62-final-card .b221-btn{width:100%}.b221-v62-store-hero-inner{padding:28px 22px}.b221-v62-store-hero-mini{grid-template-columns:1fr}.b221-v62-store-search{display:grid;grid-template-columns:auto 1fr}.b221-v62-store-search button{grid-column:1/3}.b221-detail-grid{padding:22px}.b221-footer-v62-top{grid-template-columns:1fr 1fr;gap:30px}.b221-footer-brand{grid-column:1/-1}.b221-footer-v62-top>div:last-child{grid-column:auto}.b221-footer-v62-bottom{display:grid}.b221-brand-v62 .b221-brand-sub{display:none}.b221-cart-v62 span:nth-child(2){display:none}
}
@media(max-width:480px){
  .b221-v62-banner h1{font-size:38px}.b221-v62-examples span{width:100%}.b221-v62-trust{gap:10px}.b221-v62-device-cards{grid-template-columns:1fr 1fr}.b221-v62-device-card h3{font-size:15px}.b221-v62-device-card>div:last-child{padding:13px}.b221-v62-problem-grid{grid-template-columns:1fr}.b221-v62-shop-categories{grid-template-columns:1fr 1fr}.b221-v62-process-grid{grid-template-columns:1fr}.b221-footer-v62-top{grid-template-columns:1fr}.b221-footer-brand{grid-column:auto}.b221-header-actions-v62{gap:6px}.b221-cart-v62{padding:8px 10px}.b221-brand-v62 .b221-brand-mark{font-size:26px}
}
@media(prefers-reduced-motion:reduce){.b221-v62-device-card,.b221-v62-problem-card,.b221-v62-route,.b221-v62-shop-categories a{transition:none!important}.b221-v62-device-card:hover,.b221-v62-problem-card:hover,.b221-v62-route:hover,.b221-v62-shop-categories a:hover{transform:none!important}}


/* ===== source: v63.css ===== */
/* 221B Theme v6.3 — approved modern visual direction */
:root{--v63-blue:#1677ff;--v63-blue2:#0b63e6;--v63-ink:#0b1630;--v63-muted:#66728a;--v63-line:#e6ebf3;--v63-soft:#f6f9fd;--v63-softblue:#eef6ff;--v63-green:#13ad59;--v63-radius:20px;--v63-shadow:0 14px 42px rgba(12,35,80,.08);--v63-shadow-lg:0 26px 70px rgba(12,35,80,.11)}
body.b221-site{background:#fff;color:var(--v63-ink);font-size:15px}.b221-container{width:min(calc(100% - 36px),1320px)}.b221-v63-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid #edf1f7;box-shadow:0 3px 18px rgba(15,35,75,.035)}.b221-v63-header-inner{min-height:72px;display:grid;grid-template-columns:auto minmax(230px,330px) 1fr auto;align-items:center;gap:18px}.b221-v63-brand{gap:6px}.b221-v63-brand .b221-brand-mark{font-size:29px;font-weight:950;letter-spacing:-.065em}.b221-v63-brand small{color:#7a8598;font-size:10px;font-weight:600;white-space:nowrap;margin-left:3px}.b221-v63-head-search{height:42px;border-radius:12px;background:#f4f7fb;border:1px solid #edf1f6;display:flex;align-items:center;padding:0 12px;gap:8px}.b221-v63-head-search span{font-size:20px;color:#7c8aa2}.b221-v63-head-search input{width:100%;min-width:0;border:0;background:transparent;outline:0;color:#1e2b43;font-size:13px}.b221-v63-nav .b221-menu{justify-content:center;gap:22px}.b221-v63-nav .b221-menu a{font-size:12px;font-weight:800;color:#17233b}.b221-v63-actions{display:flex;align-items:center;gap:10px}.b221-v63-contact,.b221-v63-cart{border:0;background:#f2f7ff;color:var(--v63-blue);border-radius:999px;min-height:40px;padding:0 15px;display:inline-flex;align-items:center;gap:7px;font-weight:850;font-size:12px;cursor:pointer}.b221-v63-cart{position:relative;padding:0 12px}.b221-v63-cart b{position:absolute;right:-3px;top:-6px;width:19px;height:19px;border-radius:99px;background:var(--v63-blue);color:#fff;display:grid;place-items:center;font-size:10px;border:2px solid #fff}.b221-menu-toggle{min-height:40px;border-radius:12px}
.b221-v63-home h1,.b221-v63-home h2,.b221-v63-shop h1,.b221-v63-single-product h1{color:var(--v63-ink)}.b221-v63-hero{padding:34px 0 22px;background:linear-gradient(180deg,#f7faff 0%,#fff 100%)}.b221-v63-hero-grid{display:grid;grid-template-columns:minmax(0,.96fr) minmax(480px,1.04fr);align-items:center;gap:32px;min-height:420px}.b221-v63-eyebrow{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:900;color:#74829a;margin-bottom:12px}.b221-v63-hero-copy h1{font-size:clamp(46px,5.1vw,76px);line-height:.98;letter-spacing:-.06em;margin:0 0 16px;max-width:690px}.b221-v63-hero-copy>p{font-size:18px;line-height:1.42;color:#58667d;max-width:650px;margin:0 0 22px}.b221-v63-hero-buttons{display:flex;gap:10px;flex-wrap:wrap}.b221-v63-hero-buttons .b221-btn{min-height:48px;border-radius:12px;padding:0 19px}.b221-v63-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:26px}.b221-v63-trust span{display:flex;align-items:center;gap:7px;font-size:11px;color:#6b778b}.b221-v63-trust span:first-letter{color:var(--v63-blue)}.b221-v63-trust b{font-weight:750}.b221-v63-hero-art{min-height:350px;display:flex;align-items:center;justify-content:center}.b221-v63-hero-art img{width:100%;max-width:690px;border-radius:20px;filter:drop-shadow(0 30px 38px rgba(45,68,110,.11))}.b221-v63-routes{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.b221-v63-routes>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px 20px;border:1px solid #dfeafb;border-radius:15px;background:linear-gradient(100deg,#edf6ff,#f7fbff);transition:.2s}.b221-v63-routes>a.parts{border-color:#d9efdf;background:linear-gradient(100deg,#effaf3,#f6fcf8)}.b221-v63-routes>a:hover{transform:translateY(-2px);box-shadow:var(--v63-shadow)}.b221-v63-routes .icon{width:44px;height:44px;border-radius:999px;background:#dceeff;color:var(--v63-blue);display:grid;place-items:center;font-size:23px}.b221-v63-routes .parts .icon{background:#dff5e6;color:#14a65c}.b221-v63-routes strong,.b221-v63-routes small{display:block}.b221-v63-routes strong{font-size:17px}.b221-v63-routes small{font-size:12px;color:#6d788b;margin-top:2px}.b221-v63-routes>b{font-size:18px;color:#3f5574}
.b221-v63-section{padding:48px 0}.b221-v63-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.b221-v63-head h2{font-size:26px;line-height:1.1;letter-spacing:-.035em;margin:0}.b221-v63-head>a{color:var(--v63-blue);font-weight:800;font-size:12px}.b221-v63-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.b221-v63-category{position:relative;border:1px solid var(--v63-line);border-radius:15px;background:linear-gradient(180deg,#fff,#f8fafe);padding:10px 10px 13px;min-width:0;transition:.18s}.b221-v63-category:hover{transform:translateY(-2px);box-shadow:var(--v63-shadow)}.b221-v63-category .media{height:110px;border-radius:11px;overflow:hidden;background:#f4f7fb;margin-bottom:10px}.b221-v63-category .media img{width:100%;height:100%;object-fit:cover}.b221-v63-category strong{display:block;font-size:14px}.b221-v63-category small{display:block;color:#7a8597;font-size:10px;line-height:1.35;margin-top:3px;padding-right:20px}.b221-v63-category>span{position:absolute;right:10px;bottom:10px;width:24px;height:24px;border-radius:99px;display:grid;place-items:center;background:#fff;border:1px solid #e2e8f1;color:var(--v63-blue)}.b221-v63-selector{padding:4px 0 12px}.b221-v63-selector>.b221-container,.b221-v63-selector .b221-container{border:1px solid var(--v63-line);border-radius:18px;background:#fff;padding:24px;box-shadow:0 8px 28px rgba(15,35,75,.05)}
.b221-v63-problems{padding-top:36px}.b221-v63-problem-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.b221-v63-problem-grid>a{position:relative;min-height:100px;border:1px solid var(--v63-line);border-radius:13px;padding:13px 13px 12px 43px;background:#fff}.b221-v63-problem-grid .ico{position:absolute;left:13px;top:14px;color:#ff563d;font-size:21px}.b221-v63-problem-grid strong{display:block;font-size:11px;line-height:1.25}.b221-v63-problem-grid small{display:block;font-size:9px;color:#7a8699;line-height:1.35;margin-top:5px;padding-right:12px}.b221-v63-problem-grid b{position:absolute;right:10px;bottom:10px;color:#9aa6b7}.b221-v63-products{padding-top:24px}.b221-v63-products .b221-shop-grid{grid-template-columns:repeat(6,1fr);gap:10px}.b221-v63-products .b221-shop-card{border:1px solid var(--v63-line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:none}.b221-v63-products .b221-shop-card-body{padding:10px}.b221-v63-products .b221-shop-card h3{font-size:11px;line-height:1.25}.b221-v63-products .b221-shop-price{font-size:16px}.b221-v63-products .b221-shop-card-actions{display:grid;grid-template-columns:1fr}.b221-v63-products .b221-shop-card-actions .b221-btn{min-height:34px;border-radius:9px;padding:0 8px;font-size:10px}.b221-v63-products .b221-shop-card-actions .b221-btn-secondary{display:none}.b221-v63-products .b221-shop-media img{aspect-ratio:1/1;object-fit:contain;padding:8px;background:#f9fbfe}
.b221-v63-tools{background:#f8fbff}.b221-v63-tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.b221-v63-tool-grid--single{grid-template-columns:1fr}.b221-v63-tool{display:grid;grid-template-columns:.82fr 1.18fr;gap:18px;align-items:center;border:1px solid #dce8f8;background:linear-gradient(115deg,#eef6ff,#fff);border-radius:17px;padding:20px}.b221-v63-tool h2{font-size:23px;line-height:1.06;letter-spacing:-.04em;margin:0 0 8px}.b221-v63-tool p{font-size:11px;color:#6d798e;line-height:1.45;margin:0}.b221-v63-tool .tool-body{background:#fff;border:1px solid #ebeff5;border-radius:14px;padding:12px}.b221-v63-tool .b221-calculator{padding:0;box-shadow:none}.b221-v63-tool .b221-calculator-grid{gap:7px}.b221-v63-tool .b221-btn{min-height:38px}.b221-v63-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6}.b221-v63-steps>div{position:relative;display:grid;grid-template-columns:auto 1fr;column-gap:12px;padding:22px}.b221-v63-steps>div:not(:last-child){border-right:1px solid #edf1f6}.b221-v63-steps span{grid-row:1/3;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--v63-blue);color:#fff;font-weight:900}.b221-v63-steps strong{font-size:13px}.b221-v63-steps small{color:#798397;font-size:10px;line-height:1.35}.b221-v63-final{padding:12px 0 50px}.b221-v63-final-card{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px;border-radius:17px;background:linear-gradient(100deg,#eef6ff,#f9fbff);border:1px solid #dfeafb}.b221-v63-final-card>div:first-child{max-width:720px}.b221-v63-final-card span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#7f8da4;font-weight:900}.b221-v63-final-card h2{font-size:25px;margin:5px 0 4px;letter-spacing:-.035em}.b221-v63-final-card p{color:#6c788b;font-size:11px;margin:0}.b221-v63-final-card>div:last-child{display:flex;gap:8px}.b221-v63-final-card .b221-btn{min-height:42px;border-radius:11px;font-size:12px}
.b221-v63-footer{padding:34px 0 16px;border-top:1px solid #edf1f6;background:#fff}.b221-v63-footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:34px}.b221-v63-footer-grid>div{display:grid;align-content:start;gap:7px}.b221-v63-footer-grid .brand .b221-brand-mark{font-size:28px;font-weight:950}.b221-v63-footer-grid .brand small{color:#8190a5}.b221-v63-footer-grid strong{font-size:11px;margin-bottom:4px}.b221-v63-footer-grid a,.b221-v63-footer-grid span,.b221-v63-footer-grid button{border:0;background:transparent;padding:0;text-align:left;color:#6f7c90;font-size:10px;cursor:pointer}.b221-v63-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:30px;padding-top:12px;border-top:1px solid #edf1f6;color:#9aa4b5;font-size:9px}
/* shop */
.b221-v63-shop{background:#fff}.b221-v63-shop-hero{background:linear-gradient(180deg,#f6faff,#eef5ff);padding:24px 0 12px}.b221-v63-shop-hero .copy{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px}.b221-v63-shop-hero h1{font-size:49px;letter-spacing:-.05em;margin:8px 0 8px}.b221-v63-shop-hero p{font-size:16px;color:#5e6c83;max-width:650px}.b221-v63-shop-hero img{max-height:210px;width:100%;object-fit:cover;border-radius:16px}.b221-v63-crumbs{font-size:10px;color:#7d8a9f}.b221-v63-crumbs a{color:#53627a}.b221-v63-shop-hero .benefits{display:flex;gap:20px;flex-wrap:wrap;margin-top:18px}.b221-v63-shop-hero .benefits span{font-size:10px;font-weight:800;color:#35445d}.b221-v63-shop-body{padding:14px 0 40px}.b221-v63-shop-cats{display:flex;gap:8px;overflow:auto;padding:3px 0 14px}.b221-v63-shop-cats a{white-space:nowrap;border:1px solid #e1e7f0;border-radius:10px;padding:8px 12px;font-size:10px;font-weight:800;background:#fff}.b221-v63-shop-cats a.is-active,.b221-v63-shop-cats a:hover{border-color:#7db2ff;color:var(--v63-blue);background:#f4f9ff}.b221-v63-shop-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:16px}.b221-v63-filters{border:1px solid var(--v63-line);border-radius:14px;background:#fbfcfe;padding:16px;height:max-content;position:sticky;top:88px}.b221-v63-filter-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.b221-v63-filter-title strong{font-size:14px}.b221-v63-filter-title a{font-size:9px;color:var(--v63-blue)}.b221-v63-filters form{display:grid;gap:12px}.b221-v63-filters label{display:grid;gap:5px}.b221-v63-filters label>span,.b221-v63-filter-cats>strong{font-size:10px;font-weight:850}.b221-v63-filters select{width:100%;border:1px solid #dfe6ef;background:#fff;border-radius:9px;padding:9px;font-size:10px}.b221-v63-filters .b221-btn{min-height:38px;border-radius:9px;font-size:10px}.b221-v63-filter-cats{display:grid;gap:3px;margin-top:18px}.b221-v63-filter-cats>a{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px solid #edf1f5;font-size:9px;color:#53627a}.b221-v63-filter-cats b{color:#a1aabd}.b221-v63-helpbox{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;background:linear-gradient(100deg,#eef6ff,#f8fbff);border:1px solid #dce9fb;border-radius:13px;padding:13px 15px;margin-bottom:16px}.b221-v63-helpbox .ico{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#dceeff;color:var(--v63-blue);font-size:20px}.b221-v63-helpbox strong{font-size:16px}.b221-v63-helpbox p{font-size:10px;color:#6c788b;margin:2px 0 0}.b221-v63-helpbox .b221-btn{min-height:38px;border-radius:9px;font-size:10px}.b221-v63-loop-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:10px}.b221-v63-loop-top .woocommerce-result-count{margin:0;font-size:11px;font-weight:800}.b221-v63-loop-top .woocommerce-ordering{margin:0}.b221-v63-loop-top select{border:1px solid #e1e6ee;border-radius:9px;padding:8px 10px;background:#fff;font-size:10px}.b221-v63-shop-results ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0!important}.b221-v63-product-card{width:auto!important;margin:0!important;float:none!important;border:1px solid var(--v63-line);border-radius:14px;background:#fff;overflow:hidden;padding:0!important;transition:.18s}.b221-v63-product-card:hover{box-shadow:var(--v63-shadow);transform:translateY(-2px)}.b221-v63-product-card .media{position:relative;display:block;background:#fbfcff;padding:12px}.b221-v63-product-card .media img{width:100%!important;aspect-ratio:1/1;object-fit:contain;margin:0!important}.b221-v63-product-card .heart{position:absolute;top:9px;right:10px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e7ebf2;color:#46607d}.b221-v63-product-card .body{padding:0 11px 11px}.b221-v63-product-card h2{font-size:13px!important;line-height:1.18!important;letter-spacing:-.02em;margin:0 0 5px!important;min-height:31px}.b221-v63-product-card .compat{font-size:9px;color:#728097;min-height:25px;margin:0 0 5px}.b221-v63-product-card .quality{display:inline-flex;border-radius:6px;background:#eaf4ff;color:#1970e8;padding:3px 6px;font-size:8px;font-weight:800}.b221-v63-product-card .price{margin-top:6px;font-size:18px;font-weight:900;color:#0c1830}.b221-v63-product-card .stock{font-size:9px;margin:1px 0 8px;font-weight:800}.b221-v63-product-card .stock.yes{color:var(--v63-green)}.b221-v63-product-card .stock.no{color:#dd7c22}.b221-v63-product-card .actions{display:grid;gap:5px}.b221-v63-product-card .actions .b221-btn{width:100%;min-height:34px;border-radius:8px;font-size:9px;padding:0 7px}.b221-v63-shop-trust{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;border:1px solid #e2eaf5;background:#f6faff;border-radius:13px}.b221-v63-shop-trust span{display:grid;grid-template-columns:auto 1fr;column-gap:8px;padding:14px}.b221-v63-shop-trust span:not(:last-child){border-right:1px solid #e3eaf4}.b221-v63-shop-trust b{font-size:10px}.b221-v63-shop-trust small{grid-column:2;font-size:8px;color:#7a879b}
/* single product */
.b221-v63-single-product{padding:22px 0 50px;background:#fff}.b221-v63-product-top{display:grid;grid-template-columns:minmax(0,.86fr) minmax(480px,1.14fr);gap:32px;align-items:start}.b221-v63-product-top .gallery{background:#fafcff;border-radius:16px;padding:16px;border:1px solid #edf1f6}.b221-v63-product-top .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}.b221-v63-product-top .summary{width:auto!important;float:none!important;margin:0!important}.b221-v63-product-top .meta-top{display:flex;align-items:center;gap:12px;color:#7e8a9e;font-size:9px}.b221-v63-product-top .meta-top .stock{border-radius:999px;padding:5px 9px;background:#edfbf2;color:#13a95a;font-weight:850}.b221-v63-product-top h1{font-size:37px;line-height:1.05;letter-spacing:-.045em;margin:10px 0 5px}.b221-v63-product-top .short{color:#66738a;font-size:13px}.b221-v63-product-top .short p{margin:0 0 10px}.b221-v63-product-top .compatbox{display:flex;gap:10px;align-items:center;background:#eef6ff;border-radius:12px;padding:10px 12px;margin:12px 0}.b221-v63-product-top .compatbox>span{font-size:24px;color:var(--v63-blue)}.b221-v63-product-top .compatbox strong,.b221-v63-product-top .compatbox small{display:block}.b221-v63-product-top .compatbox strong{font-size:10px}.b221-v63-product-top .compatbox small{font-size:9px;color:#65758d;margin-top:2px}.b221-v63-product-top .single-price{font-size:28px;font-weight:950;margin:10px 0}.b221-v63-product-top .quality-title{font-size:11px;font-weight:850;margin-bottom:7px}.b221-v63-product-top .quality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.b221-v63-product-top .quality-grid .q{display:grid;gap:4px;border:1px solid #e0e6ef;border-radius:10px;padding:10px;color:#192641;background:#fff}.b221-v63-product-top .quality-grid .q.active{border:2px solid var(--v63-blue);background:#f8fbff}.b221-v63-product-top .quality-grid .q.disabled{opacity:.55}.b221-v63-product-top .quality-grid span{font-size:9px;font-weight:850}.b221-v63-product-top .quality-grid small{font-size:11px;font-weight:900}.b221-v63-product-top .trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.b221-v63-product-top .trust span{font-size:9px;font-weight:750;color:#4e6078}.b221-v63-product-top form.cart{display:flex!important;gap:7px!important;margin:0 0 7px!important}.b221-v63-product-top form.cart .quantity .qty{min-height:42px;border:1px solid #dfe6ef;border-radius:9px}.b221-v63-product-top form.cart .single_add_to_cart_button{flex:1!important;min-height:42px!important;border-radius:9px!important;background:var(--v63-blue)!important}.b221-v63-product-top .b221-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.b221-v63-product-top .b221-product-actions .b221-btn{min-height:40px;border-radius:9px;font-size:10px}.b221-v63-product-top .b221-part-meta{display:none}.b221-v63-product-lower{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:22px;margin-top:30px}.b221-v63-product-lower .woocommerce-tabs{border:1px solid #e6ebf2;border-radius:14px;padding:12px;background:#fff}.b221-v63-product-lower .woocommerce-tabs ul.tabs{padding:0!important;margin:0 0 12px!important;border-bottom:1px solid #e7ecf3}.b221-v63-product-lower .woocommerce-tabs ul.tabs:before{display:none!important}.b221-v63-product-lower .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important;padding:0 12px!important;margin:0!important}.b221-v63-product-lower .woocommerce-tabs ul.tabs li a{font-size:10px!important;padding:8px 0!important}.b221-v63-support{border-radius:14px;background:linear-gradient(150deg,#f0f7ff,#fff);border:1px solid #dce9fb;padding:16px;position:sticky;top:90px}.b221-v63-support strong{font-size:17px;line-height:1.1}.b221-v63-support p{font-size:10px;color:#6d7a8e}.b221-v63-support .b221-btn{width:100%;min-height:38px;border-radius:9px;font-size:10px}.b221-v63-install-card{margin-top:26px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px;border-radius:15px;background:linear-gradient(100deg,#eef6ff,#f7fbff);border:1px solid #dbe8f9}.b221-v63-install-card span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#728096;font-weight:850}.b221-v63-install-card h2{font-size:22px;letter-spacing:-.035em;margin:4px 0}.b221-v63-install-card p{font-size:10px;color:#6f7c90;margin:0}.b221-v63-install-card .b221-btn{min-height:40px;border-radius:9px;font-size:10px}.b221-v63-related{margin-top:28px}.b221-v63-related h2{font-size:20px}.b221-v63-related ul.products{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:10px!important}.b221-v63-related .b221-v63-product-card{width:auto!important}
/* generic woo pages */
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{width:min(calc(100% - 36px),1180px);margin:40px auto}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:10px!important}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--v63-blue)!important}.woocommerce-message,.woocommerce-info{border-top-color:var(--v63-blue)!important}
@media(max-width:1180px){.b221-v63-header-inner{grid-template-columns:auto minmax(210px,1fr) auto}.b221-v63-nav{display:none}.b221-v63-categories{grid-template-columns:repeat(3,1fr)}.b221-v63-problem-grid{grid-template-columns:repeat(3,1fr)}.b221-v63-products .b221-shop-grid{grid-template-columns:repeat(3,1fr)}.b221-v63-shop-results ul.products{grid-template-columns:repeat(3,1fr)!important}.b221-menu-toggle{display:inline-flex}}
@media(max-width:900px){.b221-v63-head-search{display:none}.b221-v63-header-inner{display:flex}.b221-v63-actions{margin-left:auto}.b221-v63-nav{position:absolute;top:72px;left:16px;right:16px;background:#fff;border:1px solid var(--v63-line);border-radius:14px;padding:12px;box-shadow:var(--v63-shadow-lg)}.b221-v63-nav.is-open{display:block}.b221-v63-nav .b221-menu{display:grid;gap:2px}.b221-v63-nav .b221-menu a{display:block;padding:10px}.b221-v63-hero-grid{grid-template-columns:1fr}.b221-v63-hero-art{order:-1;min-height:auto}.b221-v63-hero-art img{max-height:290px;object-fit:cover}.b221-v63-trust{grid-template-columns:1fr 1fr}.b221-v63-tool-grid{grid-template-columns:1fr}.b221-v63-shop-hero .copy{grid-template-columns:1fr}.b221-v63-shop-hero img{display:none}.b221-v63-shop-layout{grid-template-columns:1fr}.b221-v63-filters{position:static}.b221-v63-shop-results ul.products{grid-template-columns:repeat(2,1fr)!important}.b221-v63-product-top{grid-template-columns:1fr}.b221-v63-product-lower{grid-template-columns:1fr}.b221-v63-support{position:static}.b221-v63-footer-grid{grid-template-columns:repeat(2,1fr)}.b221-v63-footer-grid .brand{grid-column:1/-1}}
@media(max-width:640px){.b221-container{width:min(calc(100% - 22px),1320px)}.b221-v63-brand small{display:none}.b221-v63-contact{padding:0 11px}.b221-v63-contact{font-size:0}.b221-v63-contact span{font-size:15px}.b221-v63-hero{padding-top:16px}.b221-v63-hero-grid{gap:10px}.b221-v63-hero-art img{max-height:220px}.b221-v63-hero-copy h1{font-size:42px}.b221-v63-hero-copy>p{font-size:15px}.b221-v63-routes{grid-template-columns:1fr}.b221-v63-categories{grid-template-columns:repeat(2,1fr)}.b221-v63-category .media{height:90px}.b221-v63-problem-grid{grid-template-columns:1fr 1fr}.b221-v63-products .b221-shop-grid{grid-template-columns:repeat(2,1fr)}.b221-v63-tool{grid-template-columns:1fr}.b221-v63-steps{grid-template-columns:1fr 1fr}.b221-v63-steps>div{border-bottom:1px solid #edf1f6}.b221-v63-final-card{display:grid}.b221-v63-final-card>div:last-child{display:grid}.b221-v63-footer-grid{grid-template-columns:1fr 1fr;gap:22px}.b221-v63-footer-grid .contacts{grid-column:1/-1}.b221-v63-footer-bottom{display:grid}.b221-v63-shop-hero h1{font-size:39px}.b221-v63-helpbox{grid-template-columns:auto 1fr}.b221-v63-helpbox .b221-btn{grid-column:1/-1}.b221-v63-shop-results ul.products{grid-template-columns:repeat(2,1fr)!important}.b221-v63-shop-trust{grid-template-columns:1fr 1fr}.b221-v63-shop-trust span:nth-child(2){border-right:0}.b221-v63-product-top h1{font-size:31px}.b221-v63-product-top .quality-grid{grid-template-columns:1fr}.b221-v63-product-top .trust{grid-template-columns:1fr 1fr}.b221-v63-product-top .b221-product-actions{grid-template-columns:1fr}.b221-v63-related ul.products{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:410px){.b221-v63-categories,.b221-v63-problem-grid,.b221-v63-products .b221-shop-grid,.b221-v63-shop-results ul.products{grid-template-columns:1fr 1fr!important}.b221-v63-steps{grid-template-columns:1fr}.b221-v63-shop-trust{grid-template-columns:1fr}.b221-v63-shop-trust span{border-right:0!important;border-bottom:1px solid #e3eaf4}.b221-v63-footer-grid{grid-template-columns:1fr}}
.b221-v63-product-card .demo-badge{position:absolute;z-index:2;left:9px;top:9px;background:#0b1630;color:#fff;border-radius:7px;padding:4px 7px;font-size:8px;font-weight:900;letter-spacing:.06em}


/* ===== source: v631.css ===== */
/* 221B Theme v6.3.1 — visual fidelity pass against approved reference mockups */
:root{
  --v631-blue:#0877ff;
  --v631-blue-dark:#0064e8;
  --v631-ink:#07152f;
  --v631-muted:#65738b;
  --v631-line:#e1e8f2;
  --v631-soft:#f5f9fe;
  --v631-soft-blue:#eef6ff;
  --v631-green:#12ad57;
  --v631-radius:16px;
  --v631-shadow:0 16px 44px rgba(15,40,86,.08);
}
body.b221-site{font-size:16px;color:var(--v631-ink);letter-spacing:-.005em}
.b221-container{width:min(calc(100% - 48px),1380px)}
.b221-btn{font-weight:800}
.b221-btn-primary{background:linear-gradient(180deg,#1685ff,#0873f5)!important;box-shadow:0 7px 18px rgba(8,119,255,.18)}
.b221-btn-primary:hover{background:#006fe8!important;transform:translateY(-1px)}
.b221-btn-secondary{background:#fff!important;border:1px solid #bcd2ed!important;color:#176ed2!important}

/* header */
.b221-v63-header-inner{min-height:74px;grid-template-columns:auto minmax(270px,360px) 1fr auto;gap:24px}
.b221-v63-brand .b221-brand-mark{font-size:34px}.b221-v63-brand small{font-size:11px;color:#6f7d92}
.b221-v63-head-search{height:45px;border-radius:11px;padding:0 15px;background:#f3f7fc}.b221-v63-head-search input{font-size:14px}
.b221-v63-nav .b221-menu{gap:25px}.b221-v63-nav .b221-menu a{font-size:13px;font-weight:780}
.b221-v63-contact,.b221-v63-cart{min-height:42px;font-size:13px}

/* homepage */
.b221-v63-hero{padding:34px 0 18px;background:linear-gradient(180deg,#f5f9ff 0%,#fff 96%)}
.b221-v63-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:28px;min-height:410px}
.b221-v63-eyebrow{font-size:11px;letter-spacing:.16em;margin-bottom:13px}
.b221-v63-hero-copy h1{font-size:clamp(52px,4.65vw,70px);line-height:.99;letter-spacing:-.058em;max-width:650px;margin-bottom:14px}
.b221-v63-hero-copy>p{font-size:19px;line-height:1.38;max-width:610px;margin-bottom:21px}
.b221-v63-hero-buttons .b221-btn{min-height:50px;border-radius:10px;padding:0 22px;font-size:14px}
.b221-v63-hero-art{min-height:340px;align-self:stretch;overflow:hidden;border-radius:0}
.b221-v63-hero-art img{max-width:none;width:108%;height:100%;min-height:330px;object-fit:cover;object-position:center;border-radius:0;filter:none}
.b221-v63-trust{margin-top:24px;gap:18px}.b221-v63-trust span{font-size:12px;line-height:1.2}
.b221-v63-routes{gap:14px;margin-top:12px}.b221-v63-routes>a{padding:18px 22px;border-radius:13px}.b221-v63-routes .icon{width:46px;height:46px;font-size:24px}.b221-v63-routes strong{font-size:18px}.b221-v63-routes small{font-size:12px;line-height:1.35}
.b221-v63-section{padding:35px 0}.b221-v63-head{margin-bottom:15px}.b221-v63-head h2{font-size:25px}.b221-v63-head>a{font-size:12px}
.b221-v63-categories{gap:11px}.b221-v63-category{border-radius:12px;padding:0 0 13px;overflow:hidden;background:linear-gradient(180deg,#f8fbff,#fff)}
.b221-v63-category .media{height:132px;border-radius:0;margin:0 0 10px;background:#f4f8fd}.b221-v63-category .media img{object-fit:cover}
.b221-v63-category strong,.b221-v63-category small{padding-left:12px;padding-right:30px}.b221-v63-category strong{font-size:15px}.b221-v63-category small{font-size:11px;line-height:1.3;margin-top:3px}
.b221-v63-category>span{right:10px;bottom:12px;width:28px;height:28px}
.b221-v63-problems{padding-top:18px}.b221-v63-problem-grid{gap:9px}.b221-v63-problem-grid>a{min-height:94px;border-radius:11px;padding:13px 12px 12px 45px}.b221-v63-problem-grid .ico{font-size:24px}.b221-v63-problem-grid strong{font-size:12.5px;line-height:1.2}.b221-v63-problem-grid small{font-size:10px}
.b221-v63-products{padding-top:15px}.b221-v63-products .b221-shop-grid{gap:10px}.b221-v63-products .b221-shop-card{border-radius:12px}.b221-v63-products .b221-shop-media img{aspect-ratio:1.35/1;object-fit:contain;padding:12px}.b221-v63-products .b221-shop-card-body{padding:11px}.b221-v63-products .b221-shop-card h3{font-size:13px;min-height:34px}.b221-v63-products .b221-shop-price{font-size:19px}.b221-v63-products .b221-shop-card-actions .b221-btn{min-height:38px;font-size:11px}
.b221-v63-tools{padding:16px 0 30px;background:#fff}.b221-v63-tool-grid{gap:13px}.b221-v63-tool{min-height:210px;border-radius:14px;padding:20px;grid-template-columns:.95fr 1.05fr;background:linear-gradient(110deg,#eef7ff,#fbfdff)}.b221-v63-tool h2{font-size:24px}.b221-v63-tool p{font-size:12px}.b221-v63-tool .tool-body{border-radius:11px;padding:12px}
.b221-v63-steps>div{padding:21px 18px}.b221-v63-steps strong{font-size:13.5px}.b221-v63-steps small{font-size:10.5px}.b221-v63-final{padding:10px 0 40px}.b221-v63-final-card{padding:22px 24px;border-radius:13px}.b221-v63-final-card h2{font-size:25px}.b221-v63-final-card p{font-size:12px}

/* shop */
.b221-v63-shop-hero{padding:25px 0 0;background:linear-gradient(180deg,#f6faff,#eef5ff)}
.b221-v63-shop-hero .copy{grid-template-columns:1.05fr .95fr;gap:22px}.b221-v63-shop-hero h1{font-size:53px;line-height:1;letter-spacing:-.052em;margin:10px 0 8px}.b221-v63-shop-hero p{font-size:18px;line-height:1.4;max-width:650px;margin:0}
.b221-v63-shop-hero img{height:225px;max-height:none;object-fit:cover;object-position:center bottom;border-radius:0;align-self:end}
.b221-v63-shop-hero .benefits{gap:27px;margin-top:18px}.b221-v63-shop-hero .benefits span{display:grid;grid-template-columns:auto 1fr;column-gap:7px;font-size:12px;line-height:1.2}.b221-v63-shop-hero .benefits b{font-size:12px}.b221-v63-shop-hero .benefits small{grid-column:2;color:#78869a;font-size:10px;font-weight:600}
.b221-v63-crumbs{font-size:11px}.b221-v63-shop-body{padding:14px 0 42px}
.b221-v631-device-tabs{display:grid;grid-template-columns:repeat(7,minmax(0,1fr)) 1.05fr;gap:8px;margin:0 0 14px;overflow:auto}
.b221-v631-device-tabs a{min-height:48px;display:flex;align-items:center;gap:8px;padding:5px 9px;border:1px solid #dfe6ef;border-radius:9px;background:#fff;font-size:11px;font-weight:800;white-space:nowrap}
.b221-v631-device-tabs a img{width:38px;height:34px;object-fit:cover;border-radius:6px;background:#f4f7fb}.b221-v631-device-tabs a.is-active{border-color:#1680ff;box-shadow:0 0 0 1px #1680ff inset;color:#086ee6}.b221-v631-device-tabs a.all{justify-content:center;color:#0877ff;background:#f8fbff}
.b221-v63-shop-layout{grid-template-columns:245px minmax(0,1fr);gap:18px}
.b221-v631-filters{padding:16px 16px 14px;border-radius:13px;background:#f8fbff;border-color:#e3eaf3;top:90px}
.b221-v631-filters .b221-v63-filter-title{margin-bottom:9px}.b221-v631-filters .b221-v63-filter-title strong{font-size:16px}.b221-v631-filters .b221-v63-filter-title a{font-size:10px}
.b221-v631-filters form{display:block}.b221-v631-filters fieldset{border:0;border-top:1px solid #e6ecf4;margin:0;padding:15px 0 9px}.b221-v631-filters fieldset:first-of-type{border-top:0;padding-top:7px}.b221-v631-filters legend{width:100%;font-size:13px;font-weight:900;margin-bottom:8px;color:#111e37}
.b221-v631-filters .choice{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:7px;min-height:27px;font-size:11px;color:#32425b;cursor:pointer}.b221-v631-filters .choice input{appearance:none;width:15px;height:15px;border:1px solid #b8c6d9;border-radius:3px;background:#fff;margin:0}.b221-v631-filters .choice input:checked{background:#0b78ff;border-color:#0b78ff;box-shadow:inset 0 0 0 3px #fff}.b221-v631-filters .choice b{color:#8390a3;font-size:10px}.b221-v631-filters .all-choice span{color:#0877ff;font-weight:800}.b221-v631-filters .search-model{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #dce4ee;border-radius:7px;padding:0 8px;height:34px;margin-bottom:8px}.b221-v631-filters .search-model input{border:0;outline:0;width:100%;font-size:11px;background:transparent}.b221-v631-filters .b221-v63-filter-cats{margin:0;gap:0}.b221-v631-filters .b221-v63-filter-cats>a{font-size:10.5px;padding:6px 0}.b221-v631-filters .price-pair{display:grid;grid-template-columns:1fr auto 1fr;gap:7px;align-items:center}.b221-v631-filters .price-pair input{width:100%;height:34px;border:1px solid #dbe3ed;border-radius:7px;padding:0 8px;font-size:11px}.b221-v631-filters .apply-filter{width:100%;min-height:39px;border-radius:8px;font-size:11px;margin-top:10px}.b221-v631-filters .reset-filter{display:block;text-align:center;margin-top:7px;padding:9px;border-radius:8px;background:#eaf3fc;color:#50627b;font-size:10px;font-weight:800}
.b221-v63-helpbox{grid-template-columns:auto 1fr minmax(210px,300px);gap:14px;border-radius:11px;padding:13px 15px;margin-bottom:17px}.b221-v63-helpbox .ico{width:44px;height:44px;font-size:22px}.b221-v63-helpbox strong{font-size:18px}.b221-v63-helpbox p{font-size:11px;margin:1px 0 6px}.b221-v631-help-actions{display:flex;gap:6px;flex-wrap:wrap}.b221-v631-help-actions button{border:1px solid #d6e2f1;background:#fff;color:#4e617b;border-radius:7px;min-height:27px;padding:0 9px;font-size:9.5px;font-weight:750;cursor:pointer}.b221-v63-helpbox>.b221-btn{min-height:42px;font-size:11px}
.b221-v63-loop-top{margin:0 0 10px}.b221-v63-loop-top .woocommerce-result-count{font-size:13px}.b221-v63-loop-top select{font-size:11px;padding:8px 11px}
.b221-v63-shop-results ul.products{gap:12px!important}.b221-v63-product-card{border-radius:12px!important}.b221-v63-product-card .media{padding:14px;background:#fbfcfe}.b221-v63-product-card .media img{height:190px!important;aspect-ratio:auto;object-fit:contain}.b221-v63-product-card .heart{width:28px;height:28px;font-size:16px}.b221-v63-product-card .body{padding:0 12px 12px}.b221-v63-product-card h2{font-size:15px!important;line-height:1.18!important;min-height:38px;margin-bottom:5px!important}.b221-v63-product-card .compat{font-size:10.5px;line-height:1.25;min-height:27px}.b221-v63-product-card .quality{font-size:9.5px;padding:4px 7px}.b221-v63-product-card .price{font-size:22px;margin-top:7px}.b221-v63-product-card .stock{font-size:10px;margin:1px 0 9px}.b221-v63-product-card .actions{gap:6px}.b221-v63-product-card .actions .b221-btn{min-height:40px;border-radius:8px;font-size:10.5px}.b221-v63-product-card .demo-badge{font-size:9px;padding:4px 7px}
.b221-v63-shop-trust{margin-top:18px;border-radius:11px}.b221-v63-shop-trust span{padding:15px}.b221-v63-shop-trust b{font-size:11.5px}.b221-v63-shop-trust small{font-size:9.5px}.b221-v631-shop-bottom-cta{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:9px;margin-top:14px;padding:16px 18px;border:1px solid #dce8f8;border-radius:11px;background:linear-gradient(100deg,#edf6ff,#f8fbff)}.b221-v631-shop-bottom-cta h2{font-size:20px;line-height:1;margin:0 0 4px}.b221-v631-shop-bottom-cta p{font-size:11px;color:#69778d;margin:0}.b221-v631-shop-bottom-cta .b221-btn{min-height:40px;font-size:10px}

/* product page */
.b221-v63-single-product{padding:18px 0 48px}.b221-v63-product-top{grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr);gap:36px}.b221-v63-product-top .gallery{border:0;padding:0;background:#fff;border-radius:0}
.b221-v63-product-top .woocommerce-product-gallery{position:relative;min-height:520px!important;padding-left:88px!important}
.b221-v63-product-top .woocommerce-product-gallery .flex-viewport,.b221-v63-product-top .woocommerce-product-gallery>div.woocommerce-product-gallery__wrapper{background:#f8fafc;border:1px solid #edf1f6;border-radius:14px;overflow:hidden}
.b221-v63-product-top .woocommerce-product-gallery__image a{display:flex;align-items:center;justify-content:center;min-height:500px;background:#f9fbfd}.b221-v63-product-top .woocommerce-product-gallery__image img{max-height:480px;width:auto!important;margin:auto!important;object-fit:contain}
.b221-v63-product-top .flex-control-thumbs{position:absolute!important;left:0;top:0;width:72px!important;display:flex!important;flex-direction:column;gap:10px;margin:0!important;padding:0!important}.b221-v63-product-top .flex-control-thumbs li{width:72px!important;float:none!important;margin:0!important}.b221-v63-product-top .flex-control-thumbs img{width:72px!important;height:72px!important;object-fit:contain;background:#f8fafc;border:1px solid #dfe7f1;border-radius:9px;padding:4px;opacity:1!important}.b221-v63-product-top .flex-control-thumbs img.flex-active{border:2px solid #0a78ff}
.b221-v63-product-top .meta-top{font-size:10.5px;gap:8px}.b221-v63-product-top .meta-top .demo-pill{color:#ff375f;border:1px solid #ff9db0;background:#fff4f6;border-radius:4px;padding:3px 6px;font-weight:900}.b221-v63-product-top .meta-top .stock{padding:5px 9px}.b221-v63-product-top h1{font-size:42px;line-height:1.03;margin:10px 0 5px;letter-spacing:-.046em}.b221-v63-product-top .short{font-size:14px;line-height:1.35}.b221-v63-product-top .compatbox{display:grid;grid-template-columns:auto 1fr auto;gap:10px;border-radius:10px;padding:11px 13px;margin:12px 0}.b221-v63-product-top .compatbox>span{font-size:25px}.b221-v63-product-top .compatbox strong{font-size:11px}.b221-v63-product-top .compatbox small{font-size:10px}.b221-v63-product-top .compatbox button{border:0;background:transparent;color:#0877ff;font-size:10.5px;font-weight:850;cursor:pointer}
.b221-v63-product-top .price-row{display:flex;align-items:center;gap:12px;margin:8px 0 13px}.b221-v63-product-top .single-price{font-size:34px;margin:0}.b221-v63-product-top .stock-inline{padding:4px 8px;border-radius:999px;background:#edfbf2;color:#11a652;font-size:10px;font-weight:850}.b221-v63-product-top .stock-inline.no{background:#fff7ed;color:#cc741d}.b221-v63-product-top .stock-count{font-size:10px;color:#64738b;font-weight:700}.b221-v63-product-top .quality-title{font-size:13px;margin-bottom:7px}.b221-v63-product-top .quality-grid{gap:8px}.b221-v63-product-top .quality-grid .q{position:relative;grid-template-columns:20px 1fr;grid-template-rows:auto auto auto;column-gap:8px;padding:11px 11px 10px;border-radius:10px;min-height:105px}.b221-v63-product-top .quality-grid .q .radio{grid-row:1/4;width:18px;height:18px;border:2px solid #d8e0eb;border-radius:50%;margin-top:1px}.b221-v63-product-top .quality-grid .q.active .radio{border-color:#0877ff;box-shadow:inset 0 0 0 4px #fff;background:#0877ff}.b221-v63-product-top .quality-grid .q .qlabel{font-size:11px;font-weight:900}.b221-v63-product-top .quality-grid .q em{font-size:9.5px;color:#768399;font-style:normal;line-height:1.25}.b221-v63-product-top .quality-grid .q small{font-size:13px;font-weight:900}.b221-v63-product-top .trust{grid-template-columns:repeat(4,1fr);gap:7px;margin:14px 0}.b221-v63-product-top .trust span{display:grid;grid-template-columns:auto 1fr;column-gap:6px;font-size:15px;color:#0877ff}.b221-v63-product-top .trust b{font-size:9.5px;color:#30415a}.b221-v63-product-top .trust small{grid-column:2;font-size:8.5px;color:#7a879a;font-weight:600}.b221-v63-product-top form.cart{gap:8px!important}.b221-v63-product-top form.cart .quantity .qty{min-height:46px;font-size:13px}.b221-v63-product-top form.cart .single_add_to_cart_button{min-height:46px!important;border-radius:8px!important;font-size:13px!important}.b221-v63-product-top .b221-product-actions{grid-template-columns:1fr 1fr!important;gap:7px!important}.b221-v63-product-top .b221-product-actions .b221-btn{min-height:42px!important;font-size:10.5px!important}.b221-v63-product-top .b221-product-actions + .b221-product-actions{display:none!important}
.b221-v631-install-inline{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:9px;padding:12px 14px;border-radius:10px;background:linear-gradient(100deg,#edf6ff,#f7fbff)}.b221-v631-install-inline .tool{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e0efff;color:#0877ff;font-size:20px}.b221-v631-install-inline strong,.b221-v631-install-inline small{display:block}.b221-v631-install-inline strong{font-size:12px}.b221-v631-install-inline small{font-size:9.5px;color:#718098}.b221-v631-install-inline button{width:30px;height:30px;border-radius:50%;border:1px solid #dbe6f3;background:#fff;color:#0877ff;font-weight:900;cursor:pointer}
.b221-v63-product-lower{grid-template-columns:minmax(0,1fr) 270px;gap:24px;margin-top:28px}.b221-v63-product-lower .woocommerce-tabs{border:0;border-radius:0;padding:0}.b221-v63-product-lower .woocommerce-tabs ul.tabs{display:flex;gap:10px;margin-bottom:12px!important}.b221-v63-product-lower .woocommerce-tabs ul.tabs li{padding:0 17px!important}.b221-v63-product-lower .woocommerce-tabs ul.tabs li a{font-size:11.5px!important;padding:11px 0!important}.b221-v63-product-lower .woocommerce-tabs ul.tabs li.active a{color:#0877ff!important}.b221-v63-product-lower .woocommerce-tabs .panel{border:1px solid #e3e9f2;border-radius:12px;padding:17px!important;margin:0!important;min-height:165px}.b221-v63-product-lower .woocommerce-tabs .panel h2{font-size:18px;margin-top:0}.b221-v63-support{border-radius:12px;padding:16px;top:90px}.b221-v63-support .support-icon{display:block;font-size:43px;margin-bottom:7px}.b221-v63-support strong{display:block;font-size:18px}.b221-v63-support p{font-size:11px;line-height:1.4}.b221-v63-support .b221-btn{min-height:40px;font-size:10.5px;margin-top:6px}
.b221-v63-install-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;min-height:205px;padding:0;border-radius:12px;margin-top:26px}.b221-v63-install-card>div{padding:20px 18px;align-self:center;z-index:1}.b221-v63-install-card h2{font-size:24px}.b221-v63-install-card p{font-size:11px}.b221-v63-install-card .install-meta{display:flex;gap:7px;margin:13px 0}.b221-v63-install-card .install-meta b{background:#fff;border:1px solid #e2e9f3;border-radius:8px;padding:7px 9px;font-size:9px}.b221-v63-install-card img{width:100%;height:100%;object-fit:cover;object-position:center}.b221-v63-install-card .b221-btn{min-height:39px;font-size:10.5px}
.b221-v631-related-row{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;margin-top:26px}.b221-v63-related{margin:0}.b221-v63-related .section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.b221-v63-related .section-head h2{margin:0;font-size:20px}.b221-v63-related .section-head a{font-size:10px;color:#0877ff;font-weight:800}.b221-v63-related ul.products{grid-template-columns:repeat(4,1fr)!important}.b221-v631-recent{align-self:start}.b221-v631-recent h2{font-size:18px;margin:0 0 9px}.b221-v631-recent>a{display:grid;grid-template-columns:56px 1fr;gap:9px;align-items:center;border:1px solid #e2e8f1;border-radius:9px;padding:7px;margin-bottom:7px;background:#fff}.b221-v631-recent .thumb img{width:52px;height:52px;object-fit:contain}.b221-v631-recent strong{display:block;font-size:10px;line-height:1.2}.b221-v631-recent small{display:block;font-size:11px;font-weight:900;color:#0d1c35;margin-top:3px}

/* generic pages and archives */
.b221-v631-page-hero{padding:48px 0 34px;background:linear-gradient(180deg,#f5f9ff,#fff)}.b221-v631-page-hero h1{font-size:52px;line-height:1;letter-spacing:-.05em;margin:8px 0 10px}.b221-v631-page-hero>div>p{max-width:760px;font-size:18px;line-height:1.45;color:#64738a;margin:0}
.b221-v631-page-cats{margin-bottom:24px}.b221-v631-selector-card{display:grid;grid-template-columns:.7fr 1.3fr;gap:28px;align-items:center;border:1px solid #dce7f5;border-radius:16px;background:linear-gradient(120deg,#eef7ff,#fff);padding:24px}.b221-v631-selector-card h2{font-size:30px;margin:0 0 7px}.b221-v631-selector-card p{color:#68778c;font-size:13px}.b221-v631-selector-card .b221-device-selector{box-shadow:none!important;background:#fff!important}
.b221-v631-price-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}.b221-v631-big-card{border:1px solid #dce8f8;border-radius:16px;background:linear-gradient(125deg,#eef7ff,#fff);padding:24px}.b221-v631-big-card h2{font-size:31px;margin:0 0 7px}.b221-v631-big-card>p{color:#68788e}.b221-v631-price-notes{display:grid;gap:10px}.b221-v631-price-notes>div{display:grid;grid-template-columns:38px 1fr;column-gap:10px;border:1px solid #e1e8f2;border-radius:13px;padding:16px;background:#fff;font-size:22px;color:#0877ff}.b221-v631-price-notes strong{font-size:14px;color:#14223a}.b221-v631-price-notes small{grid-column:2;font-size:11px;color:#6c7b91}
.b221-v631-about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.b221-v631-about-grid article{border:1px solid #e0e7f0;border-radius:15px;padding:23px;background:#fff}.b221-v631-about-grid article>span{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#0877ff;color:#fff;font-weight:900}.b221-v631-about-grid h2{font-size:22px;margin:18px 0 7px}.b221-v631-about-grid p{font-size:13px;color:#69788e}.b221-v631-wide-cta{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:22px;border-radius:15px;background:linear-gradient(100deg,#edf6ff,#fafcff);border:1px solid #dce7f4}.b221-v631-wide-cta h2{font-size:26px;margin:0 0 5px}.b221-v631-wide-cta p{margin:0;color:#6a788d}
.b221-v631-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.b221-v631-contact-card{display:grid;align-content:start;gap:7px;min-height:180px;border:1px solid #e0e7f0;border-radius:15px;padding:22px;background:#fff}.b221-v631-contact-card>span{font-size:31px;color:#0877ff}.b221-v631-contact-card strong{font-size:16px}.b221-v631-contact-card p,.b221-v631-contact-card a,.b221-v631-contact-card button{font-size:13px;color:#65738a}.b221-v631-contact-card button{border:0;background:transparent;color:#0877ff;font-weight:850;padding:0;text-align:left;cursor:pointer}.b221-v631-contact-form{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:16px;padding:23px;border-radius:15px;background:linear-gradient(100deg,#eef7ff,#fff);border:1px solid #dae7f7}.b221-v631-contact-form h2{font-size:28px;margin:0 0 5px}.b221-v631-contact-form p{max-width:680px;color:#68778d}
.b221-section{padding:58px 0}.b221-section>.b221-container>h1{font-size:48px;letter-spacing:-.045em;line-height:1.05;margin:7px 0 10px}.b221-section>.b221-container>.b221-lead{font-size:17px;max-width:760px}.b221-card-grid{gap:14px}.b221-info-card{min-height:210px;border-radius:15px;padding:20px;box-shadow:none}.b221-info-card h2,.b221-info-card h3{font-size:19px}.b221-info-card p{font-size:13px;line-height:1.45}.b221-card-kicker{font-size:10px}

/* footer */
.b221-v63-footer{padding:31px 0 18px}.b221-v63-footer-grid{gap:32px}.b221-v63-footer-grid .brand .b221-brand-mark{font-size:34px}.b221-v63-footer-grid strong{font-size:12px}.b221-v63-footer-grid a,.b221-v63-footer-grid span,.b221-v63-footer-grid button{font-size:11px}.b221-v63-footer-bottom{font-size:10px}

@media(max-width:1220px){
 .b221-v631-device-tabs{grid-template-columns:repeat(4,minmax(150px,1fr))}.b221-v63-product-card .media img{height:175px!important}.b221-v631-related-row{grid-template-columns:1fr}.b221-v631-recent{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.b221-v631-recent .recent-head{grid-column:1/-1}.b221-v631-recent>a{margin:0}
}
@media(max-width:900px){
 .b221-container{width:min(calc(100% - 28px),1380px)}.b221-v63-hero-grid{grid-template-columns:1fr}.b221-v63-hero-art{order:-1}.b221-v63-hero-art img{width:100%;min-height:0;max-height:none}.b221-v63-hero-copy h1{font-size:48px}.b221-v63-shop-hero .copy{grid-template-columns:1fr}.b221-v63-shop-hero img{display:block;height:auto;max-height:260px}.b221-v63-shop-layout{grid-template-columns:1fr}.b221-v631-filters{position:static}.b221-v63-product-top{grid-template-columns:1fr}.b221-v63-product-top .woocommerce-product-gallery{min-height:auto!important}.b221-v63-product-lower{grid-template-columns:1fr}.b221-v63-install-card{grid-template-columns:1fr}.b221-v63-install-card img{max-height:230px}.b221-v631-selector-card,.b221-v631-price-grid{grid-template-columns:1fr}.b221-v631-about-grid,.b221-v631-contact-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
 body.b221-site{font-size:15px}.b221-container{width:min(calc(100% - 22px),1380px)}.b221-v63-header-inner{min-height:64px}.b221-v63-brand .b221-brand-mark{font-size:28px}.b221-v63-hero{padding-top:8px}.b221-v63-hero-copy h1{font-size:40px}.b221-v63-hero-copy>p{font-size:16px}.b221-v63-hero-art{border-radius:12px;overflow:hidden}.b221-v63-trust{grid-template-columns:1fr 1fr}.b221-v63-categories{grid-template-columns:1fr 1fr}.b221-v63-category .media{height:102px}.b221-v63-category strong{font-size:13px}.b221-v63-category small{font-size:9.5px}.b221-v63-problem-grid{grid-template-columns:1fr 1fr}.b221-v63-problem-grid strong{font-size:11px}.b221-v63-products .b221-shop-grid{grid-template-columns:1fr 1fr}.b221-v63-products .b221-shop-card h3{font-size:12px}.b221-v63-shop-hero h1{font-size:39px}.b221-v63-shop-hero p{font-size:15px}.b221-v631-device-tabs{display:flex}.b221-v631-device-tabs a{min-width:145px}.b221-v63-shop-results ul.products{grid-template-columns:repeat(2,1fr)!important}.b221-v63-product-card .media{padding:8px}.b221-v63-product-card .media img{height:145px!important}.b221-v63-product-card h2{font-size:12.5px!important;min-height:31px}.b221-v63-product-card .compat{font-size:9px}.b221-v63-product-card .price{font-size:18px}.b221-v63-product-card .actions .b221-btn{min-height:36px;font-size:9px}.b221-v63-helpbox{grid-template-columns:auto 1fr}.b221-v63-helpbox>.b221-btn{grid-column:1/-1}.b221-v631-shop-bottom-cta{grid-template-columns:1fr}.b221-v63-product-top .woocommerce-product-gallery{padding-left:0!important}.b221-v63-product-top .flex-control-thumbs{position:static!important;width:auto!important;flex-direction:row!important;margin-top:8px!important}.b221-v63-product-top .flex-control-thumbs li{width:58px!important}.b221-v63-product-top .flex-control-thumbs img{width:58px!important;height:58px!important}.b221-v63-product-top h1{font-size:31px}.b221-v63-product-top .compatbox{grid-template-columns:auto 1fr}.b221-v63-product-top .compatbox button{grid-column:2;text-align:left;padding:0}.b221-v63-product-top .price-row{flex-wrap:wrap}.b221-v63-product-top .single-price{font-size:28px}.b221-v63-product-top .quality-grid{grid-template-columns:1fr}.b221-v63-product-top .trust{grid-template-columns:1fr 1fr}.b221-v63-product-top .b221-product-actions{grid-template-columns:1fr!important}.b221-v63-related ul.products{grid-template-columns:repeat(2,1fr)!important}.b221-v631-recent{grid-template-columns:1fr}.b221-v631-page-hero{padding:32px 0 24px}.b221-v631-page-hero h1{font-size:40px}.b221-v631-page-hero>div>p{font-size:15px}.b221-v631-selector-card{padding:18px}.b221-v631-about-grid,.b221-v631-contact-grid{grid-template-columns:1fr}.b221-v631-wide-cta,.b221-v631-contact-form{display:grid}.b221-section>.b221-container>h1{font-size:38px}
}
.b221-v631-empty-state{grid-column:1/-1;text-align:center;padding:54px 24px;border:1px dashed #cfd9e7;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#fff)}.b221-v631-empty-state .icon{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 12px;border-radius:50%;background:#e9f4ff;color:#0877ff;font-size:28px}.b221-v631-empty-state h2{font-size:26px;margin:0 0 8px}.b221-v631-empty-state p{max-width:660px;margin:0 auto 18px;color:#66758b}
.b221-v631-archive-grid{grid-template-columns:repeat(3,1fr)}.b221-v631-issue-card{position:relative;padding-top:54px}.b221-v631-issue-card .issue-icon{position:absolute;left:20px;top:18px;font-size:26px;color:#ff563d}.b221-v631-service-tools{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.b221-v631-service-tools>a,.b221-v631-service-tools>button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid #dce7f5;border-radius:13px;background:linear-gradient(100deg,#eff7ff,#fff);padding:15px 18px;text-align:left;color:#16304f;cursor:pointer}.b221-v631-service-tools span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#dfeeff;color:#0877ff;font-size:21px}.b221-v631-service-tools strong,.b221-v631-service-tools small{display:block}.b221-v631-service-tools strong{font-size:14px}.b221-v631-service-tools small{font-size:10px;color:#728096}@media(max-width:800px){.b221-v631-archive-grid,.b221-v631-service-tools{grid-template-columns:1fr 1fr}}@media(max-width:560px){.b221-v631-archive-grid,.b221-v631-service-tools{grid-template-columns:1fr}}

/* v6.3.2: single-product CTA cleanup */
.b221-v632-buy-actions{display:grid;grid-template-columns:1fr;gap:8px;margin:8px 0 0}.b221-v632-buy-actions .b221-btn{min-height:44px;border-radius:10px;font-size:11px;font-weight:850}.b221-v632-buy-actions .callback{background:#f4f8fd;border:1px solid #dbe6f4;color:#0877ff}.b221-v632-buy-actions .b2b{background:#fff;border:1px solid #dbe6f4;color:#1a2b47}.b221-v631-single-product .b221-product-actions{display:none!important}.b221-v631-single-product .compatbox small:empty{display:none}


/* ===== source: v64.css ===== */
/*
 * 221B Theme v6.4.0 — Visual Polish
 * Final proportional/layout pass based on the approved 221B reference mockups.
 * Visual layer only: no catalog/Core/KeyCRM business logic lives here.
 */
:root{
  --v64-blue:#0877ff;
  --v64-blue-2:#0068ed;
  --v64-ink:#07152f;
  --v64-text:#17243c;
  --v64-muted:#66758d;
  --v64-line:#dfe7f1;
  --v64-line-strong:#cfdae8;
  --v64-soft:#f6f9fd;
  --v64-soft-blue:#edf6ff;
  --v64-green:#10a94f;
  --v64-radius:14px;
  --v64-shadow:0 14px 34px rgba(20,48,88,.075);
  --v64-container:1480px;
}

/* foundation / rhythm */
body.b221-site{
  background:#fff;
  color:var(--v64-ink);
  font-size:16px;
  line-height:1.48;
  letter-spacing:-.006em;
  text-rendering:optimizeLegibility;
}
.b221-container{width:min(calc(100% - 48px),var(--v64-container));}
.b221-btn{border-radius:9px;min-height:46px;font-size:13px;font-weight:850;letter-spacing:-.01em;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.b221-btn:hover{transform:translateY(-1px)}
.b221-btn-primary{box-shadow:0 8px 18px rgba(8,119,255,.18)!important}
.b221-v63-eyebrow{font-size:11px;font-weight:850;letter-spacing:.16em;color:#6a7890}

/* HEADER — make every element sit on one exact baseline */
.b221-v63-header{background:rgba(255,255,255,.985);border-bottom:1px solid #e9eef5;box-shadow:0 3px 15px rgba(16,43,79,.035)}
body.admin-bar .b221-v63-header{top:32px}
.b221-v63-header-inner{
  min-height:76px;
  grid-template-columns:182px minmax(220px,300px) minmax(0,1fr) 150px;
  gap:20px;
  align-items:center;
}
.b221-v63-brand{display:flex;align-items:center;min-width:0;height:44px;white-space:nowrap}
.b221-v63-brand .b221-brand-mark{font-size:34px;line-height:1;font-weight:950;letter-spacing:-.065em;color:#0b1731}
.b221-v63-brand .b221-brand-dot{flex:0 0 auto}
.b221-v63-brand small{font-size:10px;line-height:1.15;color:#7b8798;margin-left:2px;max-width:82px;white-space:normal}
.b221-v63-head-search{height:44px;border-radius:10px;border:1px solid #e5ebf3;background:#f4f7fb;padding:0 13px;box-shadow:none}
.b221-v63-head-search input{font-size:12.5px;color:#26354e}
.b221-v63-head-search input::placeholder{color:#8a96a7}
.b221-v63-nav{min-width:0;align-self:stretch;display:flex;align-items:center;justify-content:center}
.b221-v63-nav .b221-menu{width:100%;display:flex;align-items:center;justify-content:center;gap:clamp(13px,1.25vw,24px);margin:0;padding:0;white-space:nowrap}
.b221-v63-nav .b221-menu>li{position:relative;display:flex;align-items:center;height:76px;margin:0}
/* The approved desktop reference has six primary links. About/Contacts stay in footer/mobile and Contact CTA. */
.b221-v63-nav .b221-menu>li:nth-child(n+7){display:none}
.b221-v63-nav .b221-menu a{display:flex;align-items:center;height:100%;font-size:12px;line-height:1;font-weight:780;color:#14213a;padding:0 1px}
.b221-v63-nav .b221-menu li.current-menu-item>a,.b221-v63-nav .b221-menu li.current_page_item>a,.b221-v63-nav .b221-menu a:hover{color:var(--v64-blue)}
.b221-v63-nav .b221-menu li.current-menu-item::after,.b221-v63-nav .b221-menu li.current_page_item::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;background:var(--v64-blue)}
.b221-v63-actions{width:150px;justify-content:flex-end;gap:8px}
.b221-v63-contact{min-height:40px;padding:0 14px;font-size:12px;border-radius:999px;white-space:nowrap}
.b221-v63-cart{width:40px;min-width:40px;height:40px;justify-content:center;padding:0;border-radius:50%}
.b221-v63-cart b{right:-4px;top:-5px}
.b221-menu-toggle{display:none}

/* HOME */
.b221-v63-hero{padding:28px 0 16px;background:linear-gradient(180deg,#f5f9ff 0,#fbfdff 70%,#fff 100%)}
.b221-v63-hero-grid{grid-template-columns:minmax(460px,.88fr) minmax(600px,1.12fr);gap:30px;min-height:390px;align-items:center}
.b221-v63-hero-copy{padding:8px 0 4px}
.b221-v63-hero-copy h1{font-size:clamp(54px,4.35vw,70px);line-height:.98;letter-spacing:-.06em;max-width:650px;margin:10px 0 13px}
.b221-v63-hero-copy>p{font-size:20px;line-height:1.36;max-width:630px;margin:0 0 22px;color:#5e6d83}
.b221-v63-hero-buttons{gap:11px}
.b221-v63-hero-buttons .b221-btn{min-height:48px;padding:0 21px;font-size:13px}
.b221-v63-hero-art{min-height:350px;display:flex;align-items:center;justify-content:flex-end;overflow:visible}
.b221-v63-hero-art img{display:block;width:100%;height:auto;min-height:0;max-width:780px;object-fit:contain;object-position:center;filter:none}
.b221-v63-trust{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px}
.b221-v63-trust span{font-size:11px;line-height:1.25;color:#627188}
.b221-v63-trust b{font-weight:750;color:#46556c}
.b221-v63-routes{gap:12px;margin-top:10px}
.b221-v63-routes>a{min-height:94px;padding:18px 22px;border-radius:13px;border-color:#dae6f4;background:linear-gradient(100deg,#eaf5ff,#f9fcff)}
.b221-v63-routes>a.parts{background:linear-gradient(100deg,#effbf3,#f9fffb)}
.b221-v63-routes .icon{width:48px;height:48px;font-size:24px}
.b221-v63-routes strong{font-size:18px;line-height:1.2}
.b221-v63-routes small{font-size:12px;line-height:1.35;color:#6a788d;margin-top:4px}
.b221-v63-section{padding:31px 0}
.b221-v63-head{margin-bottom:14px;align-items:center}
.b221-v63-head h2{font-size:25px;line-height:1.1;letter-spacing:-.035em}
.b221-v63-head>a{font-size:11.5px}
.b221-v63-categories{gap:10px}
.b221-v63-category{border-radius:12px;border-color:#e2e8f0;background:linear-gradient(180deg,#f9fbfe,#fff);box-shadow:none;min-height:190px}
.b221-v63-category:hover{box-shadow:0 12px 28px rgba(27,57,98,.08);border-color:#d1ddeb}
.b221-v63-category .media{height:126px;margin-bottom:10px;background:#f4f8fd}
.b221-v63-category .media img{object-fit:cover}
.b221-v63-category strong{font-size:14px;line-height:1.18}
.b221-v63-category small{font-size:10px;line-height:1.32;color:#7b8799}
.b221-v63-problem-grid{gap:9px}
.b221-v63-problem-grid>a{min-height:88px;border-radius:11px;padding:13px 12px 12px 44px;background:#fff}
.b221-v63-problem-grid strong{font-size:12px;line-height:1.18}
.b221-v63-problem-grid small{font-size:9.5px;color:#8490a1}
.b221-v63-problem-grid .ico{font-size:23px}
.b221-v63-products .b221-shop-grid{gap:10px}
.b221-v63-products .b221-shop-card{border-radius:11px!important;border-color:#e2e8f0}
.b221-v63-products .b221-shop-media img{aspect-ratio:1.45/1;object-fit:contain;padding:10px}
.b221-v63-products .b221-shop-card h3{font-size:13px;line-height:1.2}
.b221-v63-products .b221-shop-price{font-size:19px;letter-spacing:-.035em}
.b221-v63-tool-grid{gap:12px}
.b221-v63-tool{min-height:210px;border-radius:13px;padding:20px;background:linear-gradient(110deg,#edf6ff,#fbfdff)}
.b221-v63-tool h2{font-size:24px;line-height:1.1}
.b221-v63-tool p{font-size:12px;line-height:1.4;color:#68778d}
.b221-v63-steps>div{min-height:92px}
.b221-v63-final-card{border-radius:13px;background:linear-gradient(100deg,#eaf5ff,#f9fcff)}

/* SHOP */
.b221-v63-shop-hero{padding:22px 0 0;background:linear-gradient(180deg,#f6faff,#edf5ff)}
.b221-v63-shop-hero .copy{grid-template-columns:1.02fr .98fr;gap:24px;align-items:end}
.b221-v63-shop-hero h1{font-size:52px;line-height:.99;letter-spacing:-.052em;margin:10px 0 8px}
.b221-v63-shop-hero p{font-size:17px;line-height:1.4;max-width:720px;color:#5f6e85}
.b221-v63-shop-hero img{height:238px;width:100%;object-fit:contain;object-position:right bottom;align-self:end}
.b221-v63-shop-hero .benefits{gap:24px;margin-top:18px}
.b221-v63-shop-hero .benefits span{font-size:12px}.b221-v63-shop-hero .benefits b{font-size:12px}.b221-v63-shop-hero .benefits small{font-size:10px}
.b221-v63-shop-body{padding:14px 0 44px}
.b221-v631-device-tabs{grid-template-columns:repeat(7,minmax(118px,1fr)) minmax(135px,1fr);gap:8px;margin-bottom:15px}
.b221-v631-device-tabs a{min-height:52px;border-radius:9px;padding:6px 10px;font-size:11px}
.b221-v631-device-tabs a img{width:42px;height:36px;object-fit:cover}
.b221-v63-shop-layout{grid-template-columns:258px minmax(0,1fr);gap:18px}
.b221-v631-filters{padding:17px 16px;border-radius:13px;background:#f8fbff;top:94px}
.b221-v631-filters .b221-v63-filter-title strong{font-size:16px}
.b221-v631-filters fieldset{padding:15px 0 10px}.b221-v631-filters legend{font-size:13px;margin-bottom:8px}
.b221-v631-filters .choice{min-height:29px;font-size:11.5px}.b221-v631-filters .choice b{font-size:10.5px}
.b221-v631-filters .search-model{height:36px}.b221-v631-filters .search-model input{font-size:11.5px}
.b221-v631-filters .price-pair input{height:36px;font-size:11.5px}
.b221-v631-filters .apply-filter{min-height:40px;font-size:11px}
.b221-v63-helpbox{grid-template-columns:auto minmax(0,1fr) minmax(220px,310px);gap:14px;padding:14px 16px;border-radius:11px;margin-bottom:16px;background:linear-gradient(100deg,#edf6ff,#f9fcff)}
.b221-v63-helpbox strong{font-size:18px;line-height:1.15}.b221-v63-helpbox p{font-size:11.5px;line-height:1.35}.b221-v631-help-actions button{font-size:10px;min-height:28px}.b221-v63-helpbox>.b221-btn{min-height:42px;font-size:11px}
.b221-v63-loop-top{margin-bottom:11px}.b221-v63-loop-top .woocommerce-result-count{font-size:13px;font-weight:800}.b221-v63-loop-top select{font-size:11.5px;min-height:38px}
.b221-v63-shop-results ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.b221-v63-product-card{border-radius:12px!important;border-color:#dfe7f1!important;background:#fff!important;overflow:hidden}
.b221-v63-product-card:hover{box-shadow:0 13px 30px rgba(26,53,90,.085);transform:translateY(-2px)}
.b221-v63-product-card .media{padding:13px;background:#fbfcfe}.b221-v63-product-card .media img{height:196px!important;object-fit:contain}
.b221-v63-product-card .body{padding:0 12px 12px}
.b221-v63-product-card h2{font-size:15px!important;line-height:1.18!important;min-height:38px;margin-bottom:5px!important}
.b221-v63-product-card .compat{font-size:10.5px;line-height:1.3;min-height:27px;color:#68768b}
.b221-v63-product-card .quality{font-size:9.5px;padding:4px 7px;border-radius:6px}
.b221-v63-product-card .price{font-size:22px;letter-spacing:-.035em;margin-top:7px}.b221-v63-product-card .stock{font-size:10px}
.b221-v63-product-card .actions .b221-btn{min-height:40px;font-size:10.5px;border-radius:8px}
.b221-v63-shop-trust{border-radius:11px;margin-top:18px}.b221-v63-shop-trust span{padding:16px}.b221-v63-shop-trust b{font-size:11.5px}.b221-v63-shop-trust small{font-size:9.5px}
.b221-v631-shop-bottom-cta{border-radius:11px;padding:17px 19px;margin-top:14px}.b221-v631-shop-bottom-cta h2{font-size:21px}.b221-v631-shop-bottom-cta p{font-size:11px}.b221-v631-shop-bottom-cta .b221-btn{min-height:40px;font-size:10.5px}

/* SINGLE PRODUCT */
.b221-v63-single-product{padding:18px 0 54px}
.b221-v63-product-top{grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);gap:42px;align-items:start}
.b221-v63-product-top .woocommerce-product-gallery{min-height:560px!important;padding-left:86px!important}
.b221-v63-product-top .woocommerce-product-gallery .flex-viewport,.b221-v63-product-top .woocommerce-product-gallery>div.woocommerce-product-gallery__wrapper{border-radius:13px;background:#f8fafc;border:1px solid #e7edf5}
.b221-v63-product-top .woocommerce-product-gallery__image a{min-height:540px;background:#f9fbfd}
.b221-v63-product-top .woocommerce-product-gallery__image img{max-height:510px!important;max-width:95%!important}
.b221-v63-product-top .flex-control-thumbs{width:70px!important;gap:9px}.b221-v63-product-top .flex-control-thumbs li,.b221-v63-product-top .flex-control-thumbs img{width:70px!important}.b221-v63-product-top .flex-control-thumbs img{height:70px!important;border-radius:8px}
.b221-v63-product-top .meta-top{font-size:10.5px;gap:8px;margin-top:3px}
.b221-v63-product-top h1{font-size:45px;line-height:1.02;letter-spacing:-.05em;margin:9px 0 6px;max-width:760px}
.b221-v63-product-top .short{font-size:14px;line-height:1.4;color:#68768c;max-width:760px}
.b221-v63-product-top .compatbox{padding:12px 14px;border-radius:10px;margin:13px 0;background:linear-gradient(100deg,#edf6ff,#f7fbff)}
.b221-v63-product-top .compatbox strong{font-size:11.5px}.b221-v63-product-top .compatbox small{font-size:10px}.b221-v63-product-top .compatbox button{font-size:10.5px}
.b221-v63-product-top .price-row{gap:12px;margin:9px 0 13px}.b221-v63-product-top .single-price{font-size:35px;letter-spacing:-.04em}.b221-v63-product-top .stock-inline,.b221-v63-product-top .stock-count{font-size:10px}
.b221-v63-product-top .quality-title{font-size:13px;font-weight:850;margin-bottom:8px}
.b221-v63-product-top .quality-grid{gap:8px}.b221-v63-product-top .quality-grid .q{min-height:110px;padding:12px;border-radius:10px}.b221-v63-product-top .quality-grid .q .qlabel{font-size:11px}.b221-v63-product-top .quality-grid .q em{font-size:9.5px}.b221-v63-product-top .quality-grid .q small{font-size:13px}
.b221-v63-product-top .trust{gap:8px;margin:14px 0 13px}.b221-v63-product-top .trust span{font-size:16px}.b221-v63-product-top .trust b{font-size:10px;line-height:1.25}.b221-v63-product-top .trust small{font-size:8.8px;line-height:1.2}
.b221-v63-product-top form.cart{display:grid!important;grid-template-columns:68px minmax(0,1fr)!important;gap:8px!important;margin:0!important}.b221-v63-product-top form.cart .quantity .qty{width:68px!important;min-height:47px}.b221-v63-product-top form.cart .single_add_to_cart_button{min-height:47px!important;border-radius:8px!important;font-size:12px!important}
.b221-v632-buy-actions{margin:7px 0 0}.b221-v632-buy-actions .b221-btn{min-height:42px;border-radius:8px;font-size:10.5px}
.b221-v631-install-inline{min-height:54px;margin-top:8px;padding:10px 13px;border-radius:9px}.b221-v631-install-inline strong{font-size:11.5px}.b221-v631-install-inline small{font-size:9.5px}
.b221-v63-product-lower{grid-template-columns:minmax(0,1fr) 290px;gap:24px;margin-top:30px}
.b221-v63-product-lower .woocommerce-tabs ul.tabs{border-bottom:1px solid #dfe7f1!important;gap:4px!important;margin-bottom:12px!important}.b221-v63-product-lower .woocommerce-tabs ul.tabs li{padding:0 18px!important}.b221-v63-product-lower .woocommerce-tabs ul.tabs li a{font-size:11.5px!important;padding:12px 0!important}.b221-v63-product-lower .woocommerce-tabs .panel{border-radius:11px;padding:19px!important;min-height:170px}.b221-v63-product-lower .woocommerce-tabs .panel h2{font-size:18px}
.b221-v63-support{border-radius:11px;padding:18px}.b221-v63-support .support-icon{font-size:40px}.b221-v63-support strong{font-size:18px;line-height:1.1}.b221-v63-support p{font-size:11px}.b221-v63-support .b221-btn{font-size:10.5px;min-height:40px}
.b221-v63-install-card{grid-template-columns:1.02fr .98fr;min-height:220px;border-radius:12px;margin-top:27px;background:linear-gradient(105deg,#edf6ff,#f9fcff)}.b221-v63-install-card>div{padding:22px}.b221-v63-install-card h2{font-size:25px;line-height:1.05}.b221-v63-install-card p{font-size:11.5px}.b221-v63-install-card img{object-fit:cover;object-position:center}
.b221-v631-related-row{grid-template-columns:minmax(0,1fr) 315px;gap:20px}.b221-v63-related .section-head h2{font-size:20px}.b221-v631-recent h2{font-size:18px}

/* SECONDARY PAGES */
.b221-v631-page-hero{padding:46px 0 32px;background:linear-gradient(180deg,#f5f9ff,#fff)}
.b221-v631-page-hero h1{font-size:52px;line-height:1;letter-spacing:-.05em;margin:8px 0 10px}
.b221-v631-page-hero>div>p{font-size:17px;line-height:1.45;max-width:820px}
.b221-v631-selector-card,.b221-v631-big-card,.b221-v631-wide-cta,.b221-v631-contact-form{border-radius:14px}
.b221-v631-selector-card{padding:25px}.b221-v631-selector-card h2{font-size:30px}.b221-v631-selector-card p{font-size:13px}
.b221-v631-about-grid{gap:14px}.b221-v631-about-grid article{border-radius:13px;padding:23px}.b221-v631-about-grid h2{font-size:21px}.b221-v631-about-grid p{font-size:13px}
.b221-v631-contact-card{border-radius:13px;padding:22px}.b221-v631-contact-card strong{font-size:16px}.b221-v631-contact-card p,.b221-v631-contact-card a,.b221-v631-contact-card button{font-size:13px}
.b221-v631-archive-grid{gap:13px}.b221-info-card{border-radius:13px;padding:21px}.b221-info-card h2,.b221-info-card h3{font-size:19px}.b221-info-card p{font-size:13px}

/* FOOTER */
.b221-v63-footer{padding:32px 0 18px;border-top:1px solid #eef2f6}
.b221-v63-footer-grid{gap:36px}.b221-v63-footer-grid .brand .b221-brand-mark{font-size:34px}.b221-v63-footer-grid strong{font-size:12px}.b221-v63-footer-grid a,.b221-v63-footer-grid span,.b221-v63-footer-grid button{font-size:11px;line-height:1.55}.b221-v63-footer-bottom{font-size:10px}

/* TABLET */
@media(max-width:1320px){
  .b221-container{width:min(calc(100% - 36px),var(--v64-container))}
  .b221-v63-header-inner{grid-template-columns:155px minmax(190px,250px) minmax(0,1fr) 138px;gap:14px}
  .b221-v63-brand small{display:none}
  .b221-v63-nav .b221-menu{gap:13px}.b221-v63-nav .b221-menu a{font-size:11px}
  .b221-v63-contact{padding:0 11px;font-size:11px}
  .b221-v63-hero-grid{grid-template-columns:minmax(420px,.9fr) minmax(500px,1.1fr)}
  .b221-v63-shop-results ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .b221-v63-product-top{grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);gap:30px}
  .b221-v63-product-top h1{font-size:40px}
}
@media(max-width:1080px){
  .b221-v63-header-inner{grid-template-columns:145px minmax(0,1fr) auto}.b221-v63-head-search{display:none}.b221-v63-actions{width:auto}
  .b221-v63-nav .b221-menu{gap:16px}.b221-v63-nav .b221-menu a{font-size:11.5px}
  .b221-v63-hero-grid{grid-template-columns:1fr;min-height:0}.b221-v63-hero-art{order:-1;min-height:0;justify-content:center}.b221-v63-hero-art img{max-width:850px}.b221-v63-hero-copy{text-align:center;max-width:820px;margin:auto}.b221-v63-hero-copy h1,.b221-v63-hero-copy>p{margin-left:auto;margin-right:auto}.b221-v63-hero-buttons,.b221-v63-trust{justify-content:center}
  .b221-v63-shop-layout{grid-template-columns:230px minmax(0,1fr)}
  .b221-v631-device-tabs{display:flex;overflow:auto}.b221-v631-device-tabs a{min-width:145px}
  .b221-v63-product-top{grid-template-columns:1fr}.b221-v63-product-top .woocommerce-product-gallery{max-width:760px;margin:auto}.b221-v63-product-top .summary{max-width:840px;margin:auto;width:100%}
}
@media(max-width:900px){
  body.admin-bar .b221-v63-header{top:46px}
  .b221-v63-header-inner{grid-template-columns:1fr auto;min-height:66px;gap:12px}.b221-v63-brand{height:42px}.b221-v63-brand .b221-brand-mark{font-size:30px}.b221-v63-nav{position:absolute;left:14px;right:14px;top:calc(100% + 8px);display:none;background:#fff;border:1px solid #e1e8f1;border-radius:14px;box-shadow:0 20px 50px rgba(15,35,75,.12);padding:12px}.b221-v63-nav.is-open{display:block}.b221-v63-nav .b221-menu{display:grid;gap:0}.b221-v63-nav .b221-menu>li{display:block!important;height:auto}.b221-v63-nav .b221-menu a{min-height:44px;font-size:13px;padding:0 12px}.b221-v63-nav .b221-menu li::after{display:none!important}.b221-menu-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 12px}.b221-v63-actions{gap:7px}.b221-v63-contact{display:none}
  .b221-v63-shop-hero .copy{grid-template-columns:1fr}.b221-v63-shop-hero img{height:auto;max-height:260px;object-fit:contain}.b221-v63-shop-layout{grid-template-columns:1fr}.b221-v631-filters{position:static}
  .b221-v63-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .b221-v63-product-lower{grid-template-columns:1fr}.b221-v63-install-card{grid-template-columns:1fr}.b221-v63-install-card img{max-height:260px}.b221-v631-related-row{grid-template-columns:1fr}
}
@media(max-width:640px){
  .b221-container{width:min(calc(100% - 22px),var(--v64-container))}
  body.b221-site{font-size:15px}
  .b221-v63-header-inner{min-height:62px}.b221-v63-brand .b221-brand-mark{font-size:28px}.b221-v63-cart{width:38px;min-width:38px;height:38px}
  .b221-v63-hero{padding-top:10px}.b221-v63-hero-art{border-radius:11px;overflow:hidden}.b221-v63-hero-copy{text-align:left}.b221-v63-hero-copy h1{font-size:40px;line-height:1}.b221-v63-hero-copy>p{font-size:16px}.b221-v63-hero-buttons{display:grid;grid-template-columns:1fr}.b221-v63-hero-buttons .b221-btn{width:100%}.b221-v63-trust{grid-template-columns:1fr 1fr;justify-content:stretch}.b221-v63-routes{grid-template-columns:1fr}.b221-v63-routes>a{min-height:84px}
  .b221-v63-section{padding:28px 0}.b221-v63-head h2{font-size:23px}.b221-v63-head>a{display:none}
  .b221-v63-categories{grid-template-columns:1fr 1fr}.b221-v63-category{min-height:165px}.b221-v63-category .media{height:105px}.b221-v63-category strong{font-size:13px}.b221-v63-category small{font-size:9.5px}
  .b221-v63-problem-grid{grid-template-columns:1fr 1fr}.b221-v63-problem-grid>a{min-height:98px}.b221-v63-products .b221-shop-grid{grid-template-columns:1fr 1fr}
  .b221-v63-shop-hero h1{font-size:39px}.b221-v63-shop-hero p{font-size:15px}.b221-v63-shop-hero .benefits{gap:12px}.b221-v63-shop-hero .benefits span{width:calc(50% - 6px)}
  .b221-v63-helpbox{grid-template-columns:auto 1fr}.b221-v63-helpbox>.b221-btn{grid-column:1/-1}.b221-v631-help-actions{display:none}
  .b221-v63-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.b221-v63-product-card .media{padding:8px}.b221-v63-product-card .media img{height:145px!important}.b221-v63-product-card h2{font-size:12.5px!important;min-height:31px}.b221-v63-product-card .compat{font-size:9px}.b221-v63-product-card .price{font-size:18px}.b221-v63-product-card .actions .b221-btn{font-size:9px;min-height:36px}
  .b221-v63-product-top .woocommerce-product-gallery{padding-left:0!important;min-height:auto!important}.b221-v63-product-top .woocommerce-product-gallery__image a{min-height:360px}.b221-v63-product-top .woocommerce-product-gallery__image img{max-height:340px!important}.b221-v63-product-top .flex-control-thumbs{position:static!important;width:auto!important;flex-direction:row!important;margin-top:8px!important}.b221-v63-product-top .flex-control-thumbs li,.b221-v63-product-top .flex-control-thumbs img{width:58px!important}.b221-v63-product-top .flex-control-thumbs img{height:58px!important}.b221-v63-product-top h1{font-size:31px}.b221-v63-product-top .short{font-size:13px}.b221-v63-product-top .quality-grid{grid-template-columns:1fr}.b221-v63-product-top .trust{grid-template-columns:1fr 1fr}.b221-v63-product-top form.cart{grid-template-columns:60px 1fr!important}.b221-v63-product-top form.cart .quantity .qty{width:60px!important}.b221-v63-product-lower .woocommerce-tabs ul.tabs{overflow:auto;white-space:nowrap}.b221-v63-product-lower .woocommerce-tabs ul.tabs li{padding:0 12px!important}
  .b221-v631-page-hero{padding:32px 0 24px}.b221-v631-page-hero h1{font-size:40px}.b221-v631-page-hero>div>p{font-size:15px}.b221-v631-about-grid,.b221-v631-contact-grid{grid-template-columns:1fr}.b221-v631-wide-cta,.b221-v631-contact-form{display:grid}
}
@media(max-width:420px){
  .b221-v63-shop-results ul.products{grid-template-columns:1fr!important}.b221-v63-products .b221-shop-grid{grid-template-columns:1fr 1fr}.b221-v63-categories,.b221-v63-problem-grid{grid-template-columns:1fr 1fr}.b221-v63-category .media{height:92px}.b221-v63-category{min-height:152px}
}


/* ===== source: v641.css ===== */
/*
 * 221B Theme v6.4.1 — Wide / Proportional Fix
 * Desktop-only proportional pass for 1920–2048+ displays.
 * Keeps mobile/tablet behavior from v6.4.0 intact.
 */

@media (min-width:1441px){
  :root{--v64-container:1840px;}

  /* global scale */
  .b221-container{width:min(calc(100% - 64px),var(--v64-container));}
  body.b221-site{font-size:17px;}

  /* header: one balanced baseline */
  .b221-v63-header-inner{
    min-height:82px;
    grid-template-columns:190px minmax(300px,360px) minmax(0,1fr) 164px;
    gap:24px;
  }
  .b221-v63-brand{height:48px;}
  .b221-v63-brand .b221-brand-mark{font-size:38px;}
  .b221-v63-brand small{font-size:10.5px;max-width:88px;}
  .b221-v63-head-search{height:46px;border-radius:11px;padding:0 15px;}
  .b221-v63-head-search input{font-size:13.5px;}
  .b221-v63-nav .b221-menu{gap:clamp(18px,1.25vw,30px);}
  .b221-v63-nav .b221-menu>li{height:82px;}
  .b221-v63-nav .b221-menu a{font-size:13px;font-weight:800;}
  .b221-v63-actions{width:164px;gap:10px;}
  .b221-v63-contact{min-height:44px;padding:0 16px;font-size:12.5px;}
  .b221-v63-cart{width:44px;min-width:44px;height:44px;}

  /* home */
  .b221-v63-hero{padding:34px 0 18px;}
  .b221-v63-hero-grid{
    grid-template-columns:minmax(560px,.9fr) minmax(760px,1.1fr);
    gap:42px;
    min-height:445px;
  }
  .b221-v63-hero-copy h1{font-size:76px;max-width:760px;margin:12px 0 16px;}
  .b221-v63-hero-copy>p{font-size:21px;max-width:690px;margin-bottom:25px;}
  .b221-v63-hero-buttons .b221-btn{min-height:52px;padding:0 24px;font-size:13.5px;}
  .b221-v63-hero-art{min-height:410px;}
  .b221-v63-hero-art img{max-width:920px;}
  .b221-v63-trust{margin-top:26px;gap:18px;}
  .b221-v63-trust span{font-size:11.5px;}
  .b221-v63-routes{gap:14px;margin-top:14px;}
  .b221-v63-routes>a{min-height:104px;padding:20px 24px;}
  .b221-v63-routes strong{font-size:19px;}
  .b221-v63-routes small{font-size:12.5px;}
  .b221-v63-section{padding:38px 0;}
  .b221-v63-head{margin-bottom:17px;}
  .b221-v63-head h2{font-size:29px;}
  .b221-v63-head>a{font-size:12px;}
  .b221-v63-categories{gap:12px;}
  .b221-v63-category{min-height:210px;padding:11px 11px 14px;}
  .b221-v63-category .media{height:142px;}
  .b221-v63-category strong{font-size:15px;}
  .b221-v63-category small{font-size:10.5px;}
  .b221-v63-problem-grid{gap:11px;}
  .b221-v63-problem-grid>a{min-height:96px;padding:15px 14px 14px 48px;}
  .b221-v63-problem-grid strong{font-size:13px;}
  .b221-v63-problem-grid small{font-size:10px;}
  .b221-v63-products .b221-shop-grid{gap:12px;}
  .b221-v63-products .b221-shop-card h3{font-size:14px;}
  .b221-v63-products .b221-shop-price{font-size:21px;}

  /* shop */
  .b221-v63-shop-hero{padding-top:26px;}
  .b221-v63-shop-hero .copy{grid-template-columns:1.04fr .96fr;gap:36px;}
  .b221-v63-shop-hero h1{font-size:60px;margin:11px 0 10px;}
  .b221-v63-shop-hero p{font-size:18px;max-width:800px;}
  .b221-v63-shop-hero img{height:280px;}
  .b221-v63-shop-hero .benefits{gap:30px;margin-top:20px;}
  .b221-v63-shop-hero .benefits span,.b221-v63-shop-hero .benefits b{font-size:12.5px;}
  .b221-v63-shop-hero .benefits small{font-size:10.5px;}
  .b221-v63-shop-body{padding:16px 0 52px;}
  .b221-v631-device-tabs{grid-template-columns:repeat(7,minmax(132px,1fr)) minmax(150px,1fr);gap:9px;margin-bottom:18px;}
  .b221-v631-device-tabs a{min-height:58px;padding:7px 11px;font-size:11.5px;}
  .b221-v631-device-tabs a img{width:48px;height:40px;}
  .b221-v63-shop-layout{grid-template-columns:292px minmax(0,1fr);gap:22px;}
  .b221-v631-filters{padding:20px 18px;border-radius:14px;top:102px;}
  .b221-v631-filters .b221-v63-filter-title strong{font-size:17px;}
  .b221-v631-filters fieldset{padding:17px 0 11px;}
  .b221-v631-filters legend{font-size:13.5px;}
  .b221-v631-filters .choice{min-height:31px;font-size:12px;}
  .b221-v631-filters .choice b{font-size:11px;}
  .b221-v631-filters .search-model,.b221-v631-filters .price-pair input{height:39px;}
  .b221-v631-filters .search-model input,.b221-v631-filters .price-pair input{font-size:12px;}
  .b221-v63-helpbox{grid-template-columns:auto minmax(0,1fr) minmax(260px,350px);padding:16px 19px;margin-bottom:18px;}
  .b221-v63-helpbox strong{font-size:19px;}
  .b221-v63-helpbox p{font-size:12px;}
  .b221-v63-helpbox>.b221-btn{min-height:45px;font-size:11.5px;}
  .b221-v63-loop-top .woocommerce-result-count{font-size:13.5px;}
  .b221-v63-loop-top select{font-size:12px;min-height:40px;}
  .b221-v63-shop-results ul.products{gap:15px!important;}
  .b221-v63-product-card{border-radius:14px!important;}
  .b221-v63-product-card .media{padding:16px;}
  .b221-v63-product-card .media img{height:226px!important;}
  .b221-v63-product-card .body{padding:0 15px 15px;}
  .b221-v63-product-card h2{font-size:16px!important;min-height:40px;margin-bottom:6px!important;}
  .b221-v63-product-card .compat{font-size:11px;min-height:29px;}
  .b221-v63-product-card .quality{font-size:10px;padding:5px 8px;}
  .b221-v63-product-card .price{font-size:24px;margin-top:8px;}
  .b221-v63-product-card .stock{font-size:10.5px;}
  .b221-v63-product-card .actions .b221-btn{min-height:43px;font-size:11px;}

  /* product */
  .b221-v63-single-product{padding:22px 0 64px;}
  .b221-v63-product-top{grid-template-columns:minmax(0,.94fr) minmax(690px,1.06fr);gap:54px;}
  .b221-v63-product-top .woocommerce-product-gallery{min-height:650px!important;padding-left:94px!important;}
  .b221-v63-product-top .woocommerce-product-gallery__image a{min-height:625px;}
  .b221-v63-product-top .woocommerce-product-gallery__image img{max-height:590px!important;}
  .b221-v63-product-top .flex-control-thumbs{width:76px!important;gap:10px;}
  .b221-v63-product-top .flex-control-thumbs li,.b221-v63-product-top .flex-control-thumbs img{width:76px!important;}
  .b221-v63-product-top .flex-control-thumbs img{height:76px!important;}
  .b221-v63-product-top .meta-top{font-size:11px;}
  .b221-v63-product-top h1{font-size:50px;max-width:850px;margin:10px 0 7px;}
  .b221-v63-product-top .short{font-size:14.5px;max-width:830px;}
  .b221-v63-product-top .compatbox{padding:14px 16px;margin:15px 0;}
  .b221-v63-product-top .compatbox strong{font-size:12px;}
  .b221-v63-product-top .single-price{font-size:38px;}
  .b221-v63-product-top .quality-title{font-size:13.5px;}
  .b221-v63-product-top .quality-grid{gap:10px;}
  .b221-v63-product-top .quality-grid .q{min-height:118px;padding:14px;}
  .b221-v63-product-top .quality-grid .q .qlabel{font-size:11.5px;}
  .b221-v63-product-top .quality-grid .q em{font-size:10px;}
  .b221-v63-product-top .quality-grid .q small{font-size:13.5px;}
  .b221-v63-product-top .trust{gap:10px;margin:16px 0 15px;}
  .b221-v63-product-top .trust b{font-size:10.5px;}
  .b221-v63-product-top .trust small{font-size:9px;}
  .b221-v63-product-top form.cart .quantity .qty{min-height:50px;}
  .b221-v63-product-top form.cart .single_add_to_cart_button{min-height:50px!important;font-size:12.5px!important;}
  .b221-v632-buy-actions .b221-btn{min-height:44px;font-size:11px;}
  .b221-v631-install-inline{min-height:58px;padding:11px 14px;}
  .b221-v631-install-inline strong{font-size:12px;}
  .b221-v631-install-inline small{font-size:10px;}
  .b221-v63-product-lower{grid-template-columns:minmax(0,1fr) 320px;gap:28px;margin-top:34px;}
  .b221-v63-product-lower .woocommerce-tabs ul.tabs li a{font-size:12px!important;padding:14px 0!important;}
  .b221-v63-product-lower .woocommerce-tabs .panel{padding:22px!important;min-height:185px;}
  .b221-v63-support{padding:21px;}
  .b221-v63-support strong{font-size:19px;}
  .b221-v63-install-card{min-height:250px;margin-top:31px;}
  .b221-v63-install-card>div{padding:26px;}
  .b221-v63-install-card h2{font-size:28px;}
  .b221-v63-install-card p{font-size:12px;}

  /* secondary pages + footer */
  .b221-v631-page-hero{padding:54px 0 38px;}
  .b221-v631-page-hero h1{font-size:60px;}
  .b221-v631-page-hero>div>p{font-size:18px;max-width:900px;}
  .b221-v63-footer{padding:38px 0 20px;}
  .b221-v63-footer-grid{gap:44px;}
  .b221-v63-footer-grid .brand .b221-brand-mark{font-size:38px;}
  .b221-v63-footer-grid strong{font-size:12.5px;}
  .b221-v63-footer-grid a,.b221-v63-footer-grid span,.b221-v63-footer-grid button{font-size:11.5px;}
}


/* ===== source: v642.css ===== */
/*
 * 221B Theme v6.4.2 — Mobile First Polish
 * iPhone/mobile-specific visual layer. Desktop >= 901px stays on v6.4/v6.4.1.
 * Goals: no horizontal overflow, better touch targets, readable 16px inputs,
 * compact premium header, mobile filter drawer, balanced product/shop grids,
 * safe-area support and cleaner vertical rhythm.
 */

/* Hidden on desktop; enabled only by mobile media query. */
.b221-v642-shop-mobile-toolbar,.b221-v642-filter-overlay,.b221-v642-filter-close{display:none}

@media (max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  body.b221-site{padding-bottom:calc(68px + env(safe-area-inset-bottom,0px))}
  .b221-container,.b221-content-narrow{width:calc(100% - 28px);max-width:100%;margin-left:auto;margin-right:auto}
  .b221-container>*,.b221-v63-header-inner>*,.b221-v63-shop-layout>*,.b221-v63-product-top>*,.b221-v63-product-lower>*{min-width:0;max-width:100%}
  input,select,textarea,button{max-width:100%}
  input,select,textarea{font-size:16px!important}
  img,svg,video,iframe{max-width:100%}

  /* MOBILE HEADER: one clean utility row + full-width search row */
  .b221-v63-header{backdrop-filter:blur(18px);background:rgba(255,255,255,.97)}
  .b221-v63-header-inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:"brand actions" "search search";
    gap:8px 10px;
    min-height:0;
    padding-top:8px;
    padding-bottom:9px;
  }
  .b221-v63-brand{grid-area:brand;height:40px;align-self:center}
  .b221-v63-brand .b221-brand-mark{font-size:29px}
  .b221-v63-brand small{display:none}
  .b221-v63-head-search{
    grid-area:search;
    display:flex!important;
    width:100%;
    height:42px;
    border-radius:12px;
    padding:0 13px;
    background:#f4f7fb;
    border-color:#e1e8f1;
  }
  .b221-v63-head-search input{min-width:0;width:100%;font-size:16px!important}
  .b221-v63-actions{grid-area:actions;width:auto;display:flex;align-items:center;gap:7px}
  .b221-v63-contact{display:none!important}
  .b221-v63-cart{width:40px;min-width:40px;height:40px}
  .b221-menu-toggle{display:inline-flex!important;min-height:40px;height:40px;padding:0 12px;border-radius:11px;font-size:13px}
  .b221-v63-nav{left:14px;right:14px;top:calc(100% + 7px);max-height:min(72vh,560px);overflow:auto;border-radius:16px;padding:8px;box-shadow:0 22px 55px rgba(15,35,75,.16)}
  .b221-v63-nav .b221-menu a{min-height:46px;border-radius:9px;font-size:15px;padding:0 12px}
  .b221-v63-nav .b221-menu li.current-menu-item>a,.b221-v63-nav .b221-menu li.current_page_item>a{background:#eef6ff;color:#0877ff}

  /* HOME: copy first, visual second; mobile proportions */
  .b221-v63-hero{padding:18px 0 10px}
  .b221-v63-hero-grid{display:grid;grid-template-columns:1fr;gap:18px}
  .b221-v63-hero-copy{order:1;text-align:left;max-width:none;margin:0;padding:0}
  .b221-v63-hero-art{order:2;min-height:0;justify-content:center;border:1px solid #e4ebf4;border-radius:16px;overflow:hidden;background:#f6f9fd}
  .b221-v63-hero-art img{width:100%;max-width:none;height:auto;object-fit:cover}
  .b221-v63-eyebrow{font-size:10px;letter-spacing:.14em}
  .b221-v63-hero-copy h1{font-size:clamp(36px,10.2vw,46px);line-height:.98;letter-spacing:-.055em;margin:8px 0 12px;max-width:100%}
  .b221-v63-hero-copy>p{font-size:16px;line-height:1.42;margin:0 0 17px;max-width:100%}
  .b221-v63-hero-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;justify-content:stretch}
  .b221-v63-hero-buttons .b221-btn{width:100%;min-height:46px;padding:0 10px;font-size:12px;border-radius:11px}
  .b221-v63-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
  .b221-v63-trust span{display:flex;align-items:flex-start;gap:5px;padding:9px 8px;border:1px solid #e7edf4;border-radius:10px;background:#fff;font-size:10px;line-height:1.25}
  .b221-v63-routes{grid-template-columns:1fr;gap:8px;margin-top:12px}
  .b221-v63-routes>a{min-height:78px;padding:14px;border-radius:13px;grid-template-columns:42px 1fr 24px;gap:10px}
  .b221-v63-routes .icon{width:42px;height:42px;font-size:20px}
  .b221-v63-routes strong{font-size:16px}
  .b221-v63-routes small{font-size:11px}

  .b221-v63-section{padding:24px 0}
  .b221-v63-head{margin-bottom:12px;gap:10px}
  .b221-v63-head h2{font-size:22px}
  .b221-v63-head>a{display:inline-flex;font-size:11px;white-space:nowrap}
  .b221-v63-categories{grid-template-columns:1fr 1fr;gap:8px}
  .b221-v63-category{min-height:164px;border-radius:13px}
  .b221-v63-category .media{height:100px;margin-bottom:8px}
  .b221-v63-category strong{font-size:13px;padding:0 9px}
  .b221-v63-category small{font-size:9.5px;line-height:1.28;padding:0 9px 8px}
  .b221-v63-category>span{right:8px;bottom:8px}
  .b221-v63-problem-grid{grid-template-columns:1fr;gap:8px}
  .b221-v63-problem-grid>a{min-height:74px;padding:12px 34px 12px 44px;border-radius:12px}
  .b221-v63-problem-grid strong{font-size:13px}
  .b221-v63-problem-grid small{font-size:10px}
  .b221-v63-products .b221-shop-grid{grid-template-columns:1fr 1fr;gap:8px}
  .b221-v63-products .b221-shop-card{min-width:0}
  .b221-v63-products .b221-shop-media img{padding:6px;aspect-ratio:1/1}
  .b221-v63-products .b221-shop-card h3{font-size:12px;line-height:1.18}
  .b221-v63-products .b221-shop-price{font-size:17px}
  .b221-v63-tool-grid{grid-template-columns:1fr;gap:10px}
  .b221-v63-tool{min-height:0;padding:17px;border-radius:14px}
  .b221-v63-tool h2{font-size:22px}
  .b221-v63-tool p{font-size:12px}
  .b221-calculator-grid{grid-template-columns:1fr!important}
  .b221-calculator select,.b221-calculator input,.b221-lead-form input,.b221-lead-form textarea{min-height:46px;border-radius:12px;padding:11px 12px}
  .b221-v63-steps{grid-template-columns:1fr 1fr;gap:0}
  .b221-v63-steps>div{min-height:112px;padding:14px 10px}
  .b221-v63-final-card{display:grid;grid-template-columns:1fr;gap:14px;padding:18px;border-radius:14px}
  .b221-v63-final-card>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:8px}

  /* SHOP HERO + horizontal device tabs */
  .b221-v63-shop-hero{padding:16px 0 0}
  .b221-v63-shop-hero .copy{grid-template-columns:1fr;gap:10px}
  .b221-v63-shop-hero h1{font-size:34px;line-height:1;margin:7px 0 7px}
  .b221-v63-shop-hero p{font-size:14px;line-height:1.4}
  .b221-v63-shop-hero .benefits{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}
  .b221-v63-shop-hero .benefits span{width:auto!important;min-width:0;padding:8px;border:1px solid #deebf8;border-radius:10px;background:rgba(255,255,255,.65)}
  .b221-v63-shop-hero .benefits b{font-size:11px}.b221-v63-shop-hero .benefits small{font-size:9px}
  .b221-v63-shop-hero img{height:auto;max-height:175px;object-fit:contain;object-position:center bottom}
  .b221-v63-shop-body{padding:10px 0 34px}
  .b221-v631-device-tabs{display:flex;overflow-x:auto;gap:7px;margin:0 -14px 12px;padding:0 14px 4px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .b221-v631-device-tabs::-webkit-scrollbar{display:none}
  .b221-v631-device-tabs a{flex:0 0 auto;min-width:124px;min-height:48px;padding:5px 8px;border-radius:10px;scroll-snap-align:start}
  .b221-v631-device-tabs a img{width:36px;height:32px}
  .b221-v631-device-tabs a span{font-size:10.5px}

  /* Mobile filter is a drawer instead of a full-width giant block */
  .b221-v642-shop-mobile-toolbar{display:flex!important;align-items:center;justify-content:space-between;gap:8px;margin:0 0 10px}
  .b221-v642-filter-toggle{display:inline-flex!important;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 14px;border:1px solid #dce6f2;border-radius:11px;background:#fff;color:#14213a;font-weight:800;font-size:13px;box-shadow:0 4px 14px rgba(22,47,83,.04)}
  .b221-v642-filter-overlay{display:block;position:fixed;inset:0;background:rgba(5,17,38,.44);backdrop-filter:blur(2px);z-index:399;opacity:0;visibility:hidden;transition:.2s ease}
  .b221-v631-filters{position:fixed!important;z-index:400;left:0;top:0;bottom:0;width:min(88vw,370px)!important;max-width:370px!important;height:100dvh;overflow:auto;margin:0!important;padding:calc(18px + env(safe-area-inset-top,0px)) 17px calc(22px + env(safe-area-inset-bottom,0px));border-radius:0 18px 18px 0;transform:translateX(-103%);transition:transform .24s cubic-bezier(.2,.8,.2,1);box-shadow:0 18px 60px rgba(5,17,38,.2);background:#fff}
  body.b221-filter-open{overflow:hidden}
  body.b221-filter-open .b221-v631-filters{transform:translateX(0)}
  body.b221-filter-open .b221-v642-filter-overlay{opacity:1;visibility:visible}
  .b221-v63-filter-title{position:sticky;top:calc(-18px - env(safe-area-inset-top,0px));z-index:2;background:#fff;padding:16px 0 10px;margin-bottom:2px;border-bottom:1px solid #edf1f6}
  .b221-v63-filter-title strong{font-size:19px!important}
  .b221-v642-filter-close{display:inline-flex!important;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid #e0e7f0;border-radius:10px;background:#fff;font-size:22px;line-height:1;color:#22324b}
  .b221-v63-filter-title>a{display:none}
  .b221-v631-filters fieldset{padding:13px 0 8px}
  .b221-v631-filters legend{font-size:14px}
  .b221-v631-filters .choice{min-height:36px;font-size:13px}
  .b221-v631-filters .search-model{height:44px}
  .b221-v631-filters .price-pair{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center}
  .b221-v631-filters .price-pair input{width:100%;min-width:0;height:44px}
  .b221-v631-filters .apply-filter{width:100%;min-height:46px;font-size:13px}
  .b221-v631-filters .reset-filter{display:block;text-align:center;padding:12px 0;font-size:12px}

  .b221-v63-shop-layout{display:block}
  .b221-v63-helpbox{grid-template-columns:auto minmax(0,1fr);gap:10px;padding:13px;border-radius:12px;margin-bottom:12px}
  .b221-v63-helpbox .ico{width:38px;height:38px}
  .b221-v63-helpbox strong{font-size:16px}
  .b221-v63-helpbox p{font-size:11px;margin:3px 0 0}
  .b221-v631-help-actions{display:none}
  .b221-v63-helpbox>.b221-btn{grid-column:1/-1;width:100%;min-height:42px;font-size:12px}
  .b221-v63-loop-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}
  .b221-v63-loop-top .woocommerce-result-count{font-size:12px;margin:0}
  .b221-v63-loop-top .woocommerce-ordering{margin:0;min-width:0}
  .b221-v63-loop-top select{width:auto;max-width:155px;min-height:40px;font-size:13px!important}
  .b221-v63-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .b221-v63-product-card{min-width:0;border-radius:13px!important}
  .b221-v63-product-card .media{padding:7px}
  .b221-v63-product-card .media img{width:100%!important;height:auto!important;aspect-ratio:1/1;object-fit:contain!important}
  .b221-v63-product-card .body{padding:10px!important}
  .b221-v63-product-card h2{font-size:12px!important;line-height:1.2!important;min-height:0!important;margin-bottom:4px!important}
  .b221-v63-product-card .compat{font-size:9.5px;line-height:1.25;min-height:0}
  .b221-v63-product-card .quality{font-size:9px;padding:4px 6px}
  .b221-v63-product-card .price{font-size:17px;line-height:1.1;margin-top:6px}
  .b221-v63-product-card .stock{font-size:9.5px}
  .b221-v63-product-card .actions{display:grid;grid-template-columns:1fr;gap:6px;margin-top:8px}
  .b221-v63-product-card .actions .b221-btn{width:100%;min-height:38px;font-size:10px;padding:0 6px;border-radius:9px}
  .b221-v63-shop-trust{grid-template-columns:1fr 1fr;gap:0;margin-top:20px}
  .b221-v63-shop-trust span{min-height:86px;padding:12px 10px}
  .b221-v631-shop-bottom-cta{grid-template-columns:1fr;gap:8px;padding:16px;border-radius:13px}
  .b221-v631-shop-bottom-cta .b221-btn{width:100%}

  /* PRODUCT: stack, no overwide controls, mobile image/gallery proportions */
  .b221-v63-single-product>.b221-container{width:calc(100% - 24px)}
  .b221-v63-crumbs{overflow-x:auto;white-space:nowrap;display:block;padding:9px 0 7px;margin:0 0 5px;font-size:10px;scrollbar-width:none}
  .b221-v63-crumbs::-webkit-scrollbar{display:none}
  .b221-v63-product-top{display:grid;grid-template-columns:1fr;gap:16px;padding-top:4px}
  .b221-v63-product-top .woocommerce-product-gallery{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;min-height:0!important}
  .b221-v63-product-top .woocommerce-product-gallery__wrapper{width:100%!important}
  .b221-v63-product-top .woocommerce-product-gallery__image a{display:flex!important;align-items:center;justify-content:center;min-height:300px!important;border-radius:14px!important;padding:10px!important;background:#f7f9fc}
  .b221-v63-product-top .woocommerce-product-gallery__image img{width:auto!important;max-width:92%!important;max-height:285px!important;object-fit:contain!important}
  .b221-v63-product-top .flex-control-thumbs{display:flex!important;position:static!important;width:100%!important;gap:7px!important;overflow-x:auto!important;flex-wrap:nowrap!important;margin:8px 0 0!important;padding:0 0 3px!important;scrollbar-width:none}
  .b221-v63-product-top .flex-control-thumbs::-webkit-scrollbar{display:none}
  .b221-v63-product-top .flex-control-thumbs li{flex:0 0 56px!important;width:56px!important;margin:0!important}
  .b221-v63-product-top .flex-control-thumbs img{width:56px!important;height:56px!important;border-radius:9px!important}
  .b221-v63-product-top .summary{width:100%!important;max-width:100%!important;margin:0!important}
  .b221-v63-product-top .meta-top{display:flex;flex-wrap:wrap;gap:5px 7px;font-size:9px}
  .b221-v63-product-top h1{font-size:clamp(29px,8.7vw,36px);line-height:1.02;letter-spacing:-.045em;margin:8px 0 6px;max-width:100%;overflow-wrap:anywhere}
  .b221-v63-product-top .short{font-size:13px;line-height:1.4;margin-bottom:10px}
  .b221-v63-product-top .compatbox{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;padding:11px;border-radius:11px}
  .b221-v63-product-top .compatbox>span{width:30px;height:30px}
  .b221-v63-product-top .compatbox strong{font-size:11px;line-height:1.25}
  .b221-v63-product-top .compatbox small{font-size:9px}
  .b221-v63-product-top .compatbox button{grid-column:1/-1;text-align:left;padding:4px 0 0;font-size:10px}
  .b221-v63-product-top .price-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px 9px;margin:13px 0 11px}
  .b221-v63-product-top .single-price{font-size:30px;line-height:1;white-space:nowrap}
  .b221-v63-product-top .quality-title{font-size:12px;margin-bottom:7px}
  .b221-v63-product-top .quality-grid{display:grid;grid-template-columns:1fr;gap:7px}
  .b221-v63-product-top .quality-grid .q{min-height:72px;padding:11px 11px 10px 38px;border-radius:11px}
  .b221-v63-product-top .quality-grid .q .radio{left:12px;top:13px}
  .b221-v63-product-top .quality-grid .qlabel{font-size:12px}
  .b221-v63-product-top .quality-grid em{font-size:9px;line-height:1.25}
  .b221-v63-product-top .quality-grid small{font-size:11px;margin-top:4px}
  .b221-v63-product-top .trust{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:12px 0}
  .b221-v63-product-top .trust span{min-width:0;padding:9px 6px;font-size:10px;border-bottom:1px solid #edf1f6}
  .b221-v63-product-top .trust b{font-size:9.5px;line-height:1.2}
  .b221-v63-product-top .trust small{font-size:8.5px;line-height:1.25}
  .b221-v63-product-top form.cart{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;gap:7px!important;width:100%!important;margin:8px 0!important}
  .b221-v63-product-top form.cart .quantity{width:58px!important;min-width:58px!important}
  .b221-v63-product-top form.cart .quantity .qty{width:58px!important;min-width:0!important;height:46px!important;font-size:16px!important}
  .b221-v63-product-top form.cart .single_add_to_cart_button{width:100%!important;min-width:0!important;min-height:46px!important;border-radius:10px!important;font-size:13px!important;padding:0 10px!important}
  .b221-v632-buy-actions{width:100%;margin-top:7px}
  .b221-v632-buy-actions .b221-btn{width:100%;min-height:44px;font-size:11px}
  .b221-v631-install-inline{grid-template-columns:36px minmax(0,1fr) 34px;gap:8px;padding:10px;border-radius:11px}
  .b221-v631-install-inline .tool{width:36px;height:36px}
  .b221-v63-product-lower{grid-template-columns:1fr;gap:12px;margin-top:18px}
  .b221-v63-product-lower .woocommerce-tabs ul.tabs{display:flex!important;overflow-x:auto;white-space:nowrap;gap:0;margin:0 -12px 10px!important;padding:0 12px!important;scrollbar-width:none}
  .b221-v63-product-lower .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
  .b221-v63-product-lower .woocommerce-tabs ul.tabs li{flex:0 0 auto;padding:0 11px!important;min-height:42px!important}
  .b221-v63-product-lower .woocommerce-tabs .panel{padding:15px!important;border-radius:12px!important;font-size:13px!important;overflow-wrap:anywhere}
  .b221-v63-support{padding:15px;border-radius:13px}
  .b221-v63-install-card{grid-template-columns:1fr;gap:8px;padding:16px;border-radius:14px;margin-top:16px;overflow:hidden}
  .b221-v63-install-card h2{font-size:24px;line-height:1.08}
  .b221-v63-install-card img{width:100%;max-height:210px;object-fit:cover;border-radius:11px}
  .b221-v63-install-card .install-meta{display:grid;grid-template-columns:1fr;gap:7px}
  .b221-v63-install-card .b221-btn{width:100%}
  .b221-v631-related-row{grid-template-columns:1fr;gap:12px}
  .b221-v63-related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .b221-v631-recent{grid-template-columns:1fr!important}

  /* SECONDARY PAGES / forms */
  .b221-v631-page-hero{padding:25px 0 18px}
  .b221-v631-page-hero h1,.b221-section>.b221-container>h1{font-size:34px;line-height:1.02;letter-spacing:-.045em;overflow-wrap:anywhere}
  .b221-v631-page-hero>div>p,.b221-section>.b221-container>.b221-lead{font-size:15px;line-height:1.45}
  .b221-v631-selector-card,.b221-v631-price-grid,.b221-v631-about-grid,.b221-v631-contact-grid{grid-template-columns:1fr!important}
  .b221-v631-selector-card,.b221-v631-big-card,.b221-v631-wide-cta,.b221-v631-contact-form{padding:16px;border-radius:13px}
  .b221-v631-selector-card h2,.b221-v631-big-card h2,.b221-v631-contact-form h2{font-size:24px}
  .b221-card-grid,.b221-v631-archive-grid{grid-template-columns:1fr!important;gap:10px}
  .b221-info-card{min-height:0;padding:16px;border-radius:13px}
  .b221-v631-service-tools{grid-template-columns:1fr!important}
  .b221-two-col{grid-template-columns:1fr!important;gap:18px}
  .b221-side-card{position:static}
  .b221-price-row{grid-template-columns:1fr!important}
  .b221-diagnostic-actions{grid-template-columns:1fr!important}

  /* FOOTER + iPhone safe area */
  .b221-v63-footer{padding:26px 0 calc(22px + env(safe-area-inset-bottom,0px))}
  .b221-v63-footer-grid{grid-template-columns:1fr 1fr;gap:20px 14px}
  .b221-v63-footer-grid .brand{grid-column:1/-1}
  .b221-v63-footer-grid .contacts{grid-column:1/-1}
  .b221-v63-footer-bottom{display:grid;gap:5px;margin-top:18px}
  .b221-mobile-bar{left:8px!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;width:auto!important;max-width:none!important;border-radius:16px!important;overflow:hidden;box-shadow:0 12px 35px rgba(9,27,55,.18)!important}
  .b221-mobile-bar.has-shop{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .b221-mobile-bar.has-shop a,.b221-mobile-bar.has-shop button{min-width:0!important;min-height:54px!important;padding:6px 2px!important;font-size:10px!important;line-height:1.1!important}
  .b221-mobile-bar span{font-size:16px!important}

  /* Lead modal sized for iPhone, not wider than viewport */
  .b221-modal-card{width:calc(100% - 22px)!important;max-width:520px!important;max-height:calc(100dvh - 24px)!important;overflow:auto!important;padding:20px!important;border-radius:18px!important}
  .b221-modal-card h2{font-size:26px!important;line-height:1.05!important;padding-right:28px}
}

@media (max-width:430px){
  .b221-container,.b221-content-narrow{width:calc(100% - 20px)}
  .b221-v63-header-inner{padding-top:7px;padding-bottom:8px}
  .b221-v63-brand .b221-brand-mark{font-size:27px}
  .b221-menu-toggle{padding:0 10px;font-size:12px}
  .b221-v63-cart{width:38px;min-width:38px;height:38px}
  .b221-v63-head-search{height:40px}
  .b221-v63-hero-copy h1{font-size:37px}
  .b221-v63-hero-buttons{grid-template-columns:1fr}
  .b221-v63-trust{grid-template-columns:1fr 1fr}
  .b221-v63-category{min-height:154px}.b221-v63-category .media{height:92px}
  .b221-v63-head h2{font-size:21px}.b221-v63-head>a{font-size:10px}
  .b221-v63-products .b221-shop-grid{grid-template-columns:1fr 1fr}
  .b221-v63-shop-hero h1{font-size:32px}
  .b221-v63-shop-hero .benefits{grid-template-columns:1fr 1fr}
  .b221-v63-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .b221-v63-product-card .body{padding:8px!important}
  .b221-v63-product-card h2{font-size:11.5px!important}
  .b221-v63-product-card .price{font-size:16px}
  .b221-v63-product-card .actions .b221-btn{font-size:9.5px}
  .b221-v63-product-top h1{font-size:29px}
  .b221-v63-product-top .single-price{font-size:28px}
  .b221-v63-product-top .woocommerce-product-gallery__image a{min-height:275px!important}
  .b221-v63-product-top .woocommerce-product-gallery__image img{max-height:260px!important}
}

@media (max-width:360px){
  .b221-v63-shop-results ul.products{grid-template-columns:1fr!important}
  .b221-v63-product-card .media img{aspect-ratio:1.15/1}
  .b221-v63-products .b221-shop-grid{grid-template-columns:1fr 1fr}
  .b221-v63-trust{grid-template-columns:1fr}
  .b221-v63-product-top .trust{grid-template-columns:1fr 1fr}
}


/* ===== source: v643.css ===== */
/* 221B Theme v6.4.3 — dynamic master catalog categories */
.b221-v643-master-cats{display:flex;gap:8px;overflow-x:auto;padding:4px 1px 14px;margin:0 0 4px;scrollbar-width:thin;overscroll-behavior-inline:contain}.b221-v643-master-cat{flex:0 0 auto;display:flex;align-items:center;gap:10px;min-height:38px;padding:8px 11px;border:1px solid #e1e7f0;border-radius:10px;background:#fff;color:#334155;font-size:10px;font-weight:800;text-decoration:none;transition:.16s}.b221-v643-master-cat:hover,.b221-v643-master-cat.is-active{border-color:#7db2ff;background:#f4f9ff;color:#1677ff;box-shadow:0 4px 12px rgba(22,119,255,.08)}.b221-v643-master-cat b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#f2f4f7;color:#667085;font-size:9px}.b221-v643-master-cat.is-active b{background:#e5f0ff;color:#1677ff}.b221-v63-filter-cats>a{align-items:center}.b221-v63-filter-cats>a:hover{color:#1677ff}.b221-v631-device-tabs a:first-child.is-active{border-color:#7db2ff;background:#f4f9ff;color:#1677ff}
@media(max-width:700px){.b221-v643-master-cats{margin-left:-2px;margin-right:-2px;padding-bottom:10px}.b221-v643-master-cat{min-height:36px;padding:7px 10px;font-size:10px}}


/* ===== source: v650.css ===== */
/* 221B Theme v6.5.0 — visual-only premium storefront pass.
   No catalog structure, product data, sync logic, taxonomies or Core hooks are changed. */
:root{--v650-blue:#0878ff;--v650-blue2:#005eea;--v650-navy:#071a3b;--v650-text:#0c1b36;--v650-muted:#68768d;--v650-line:#dce7f5;--v650-soft:#f5f9ff;--v650-shadow:0 18px 50px rgba(18,55,104,.10)}
.b221-container{max-width:1480px}
.b221-header{background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(218,228,241,.9);box-shadow:0 6px 22px rgba(22,49,90,.04)}
.b221-v63-header-inner{min-height:72px;gap:22px}.b221-v63-brand .b221-brand-mark{font-size:31px;letter-spacing:-.055em}.b221-v63-head-search{max-width:330px;border-radius:13px;background:#f5f8fc}.b221-v63-head-search input{font-size:13px}.b221-v63-nav .b221-menu{gap:23px}.b221-v63-nav .b221-menu a{font-size:13px;font-weight:850}.b221-v63-contact{min-height:42px;border-radius:12px;background:linear-gradient(135deg,#eaf4ff,#f7fbff)!important;color:#0878ff!important;font-weight:850}.b221-v63-cart{width:42px;height:42px;border-radius:13px}

/* HOME */
.b221-v650-hero{padding:30px 0 18px;background:radial-gradient(circle at 72% 34%,#dcecff 0,rgba(220,236,255,0) 36%),linear-gradient(180deg,#f3f8ff 0%,#fff 100%);overflow:hidden}.b221-v650-hero .b221-v63-hero-grid{grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);min-height:395px;gap:25px}.b221-v650-hero .b221-v63-hero-copy h1{font-size:clamp(48px,5.6vw,82px);line-height:.94;max-width:760px;color:var(--v650-navy)}.b221-v650-hero .b221-v63-hero-copy>p{font-size:18px;max-width:680px}.b221-v650-hero .b221-v63-hero-art{min-height:330px}.b221-v650-hero .b221-v63-hero-art img{max-width:790px;border-radius:26px;box-shadow:0 28px 62px rgba(17,64,125,.14);filter:saturate(1.12) contrast(1.04)}.b221-v650-hero-trust{grid-template-columns:repeat(4,max-content);gap:18px;margin:21px 0}.b221-v650-hero-trust span{font-size:11.5px;color:#354b6a}.b221-v650-hero-buttons .b221-btn{min-height:50px;padding:0 23px;font-size:13px;font-weight:900}.b221-v650-routes{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.b221-v650-routes .route{appearance:none;text-align:left;border:1px solid #dce7f5;border-radius:18px;background:#fff;display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center;padding:18px;min-height:130px;box-shadow:0 10px 28px rgba(28,64,111,.06);transition:.2s;cursor:pointer;color:var(--v650-text)}.b221-v650-routes .route:hover{transform:translateY(-3px);box-shadow:var(--v650-shadow)}.b221-v650-routes .route.service{background:linear-gradient(135deg,#eef7ff,#fff)}.b221-v650-routes .route.shop{background:linear-gradient(135deg,#fff4eb,#fff)}.b221-v650-routes .route.diagnostics{background:linear-gradient(135deg,#effcf5,#fff)}.b221-v650-routes .route-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:#e3f1ff;color:#0878ff;font-size:29px}.b221-v650-routes .shop .route-icon{background:#fff0df;color:#f06d12}.b221-v650-routes .diagnostics .route-icon{background:#e5f8ec;color:#16a45b}.b221-v650-routes strong{display:block;font-size:19px;letter-spacing:-.025em}.b221-v650-routes small{display:block;margin-top:4px;color:#718097;font-size:11.5px;line-height:1.4}.b221-v650-routes .route-cta{grid-column:2;font-size:11px;color:#0878ff;font-weight:900}
.b221-v650-section-kicker{display:inline-flex;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#0878ff;margin-bottom:6px}.b221-v650-section-kicker.store{color:#e46d16}.b221-v63-head>div>p{margin:5px 0 0;color:#758198;font-size:12px}.b221-v650-service-devices{padding:48px 0 34px}.b221-v650-device-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:11px}.b221-v650-device-card{position:relative;min-height:150px;padding:12px 10px 13px;border:1px solid #dfe8f4;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;transition:.18s}.b221-v650-device-card:hover{transform:translateY(-2px);box-shadow:var(--v650-shadow);border-color:#9bc8ff}.b221-v650-device-card img{width:104px;height:78px;object-fit:contain;filter:saturate(1.12) contrast(1.04)}.b221-v650-device-card strong{font-size:13px}.b221-v650-device-card span{position:absolute;right:11px;top:11px;color:#0878ff;font-weight:900}.b221-v650-shop-categories{padding:38px 0 48px;background:linear-gradient(180deg,#fffaf6,#fff)}.b221-v650-store-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.b221-v650-store-grid>a{position:relative;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;min-height:82px;border:1px solid #efe2d6;border-radius:15px;background:#fff;padding:14px 15px;box-shadow:0 8px 22px rgba(95,62,28,.04);transition:.18s}.b221-v650-store-grid>a:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(95,62,28,.08);border-color:#ffc99c}.b221-v650-store-grid .ico{width:48px;height:48px;border-radius:13px;background:#fff2e6;color:#ec6e10;display:grid;place-items:center;font-size:24px}.b221-v650-store-grid strong{font-size:14px}.b221-v650-store-grid small{display:block;color:#8b7e73;font-size:10px;margin-top:3px}.b221-v650-store-grid b{color:#0878ff;font-size:18px}

/* SHOP CATEGORY — same data, clearer visual separation */
.b221-v650-shop-hero{padding:22px 0 14px;background:radial-gradient(circle at 70% 30%,#dbeaff 0,rgba(219,234,255,0) 35%),linear-gradient(180deg,#f4f8ff,#edf5ff)}.b221-v650-shop-hero .copy{grid-template-columns:1fr 1.1fr;gap:28px}.b221-v650-shop-hero h1{font-size:58px;margin:8px 0 10px}.b221-v650-shop-hero p{font-size:17px;line-height:1.45}.b221-v650-shop-hero img{height:240px;max-height:240px;object-fit:cover;border-radius:22px;filter:saturate(1.16) contrast(1.05);box-shadow:0 22px 50px rgba(25,66,121,.10)}.b221-v650-shop-hero .benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 18px}.b221-v650-shop-hero .benefits span{font-size:11px;color:#2b4569}.b221-v63-shop-body{padding-top:12px}.b221-v650-catalog-band{display:grid;grid-template-columns:245px minmax(0,1fr);gap:12px;align-items:center;margin:0 0 10px;padding:10px 12px;border-radius:16px}.b221-v650-catalog-band.service-band{background:linear-gradient(90deg,#edf7ff,#f8fbff);border:1px solid #dceafa}.b221-v650-catalog-band.store-band{background:linear-gradient(90deg,#fff6ee,#fffdf9);border:1px solid #f3e2d2}.b221-v650-catalog-band .band-title{display:flex;align-items:center;gap:12px;padding:3px 6px}.b221-v650-catalog-band .band-title>span{font-size:30px;color:#0878ff}.b221-v650-catalog-band.store-band .band-title>span{color:#e66a12}.b221-v650-catalog-band .band-title strong{display:block;font-size:17px}.b221-v650-catalog-band .band-title small{display:block;color:#76839a;font-size:10px;margin-top:2px}.b221-v650-catalog-band .b221-v631-device-tabs{margin:0;padding:0;display:flex;gap:8px;overflow-x:auto}.b221-v650-catalog-band .b221-v631-device-tabs a{min-width:128px;min-height:58px;border-radius:11px;background:#fff;padding:7px 9px;display:flex;align-items:center;gap:8px;border:1px solid #dfe7f1}.b221-v650-catalog-band .b221-v631-device-tabs a img{width:43px;height:38px;object-fit:contain}.b221-v650-catalog-band .b221-v631-device-tabs a span{font-size:10px;font-weight:850}.b221-v650-catalog-band .b221-v631-device-tabs a b{margin-left:auto;color:#0878ff}.b221-v650-catalog-band .b221-v643-master-cats{margin:0;padding:0;display:flex;gap:8px;overflow-x:auto}.b221-v650-catalog-band .b221-v643-master-cat{min-height:52px;padding:8px 13px;border-radius:11px;font-size:10.5px;background:#fff;border-color:#eadfd4}.b221-v650-catalog-band .b221-v643-master-cat.is-active{border-color:#78b7ff;background:#f4f9ff}
.b221-v650-shop .b221-v63-shop-layout{grid-template-columns:250px minmax(0,1fr);gap:18px}.b221-v650-shop .b221-v63-filters{border-radius:17px;background:#f8fbff;padding:18px;top:84px;border-color:#dae6f5}.b221-v650-shop .b221-v63-filter-title strong{font-size:17px}.b221-v650-shop .b221-v63-filter-title a{font-size:11px}.b221-v650-shop .b221-v631-filters fieldset{padding:0 0 14px;margin:0 0 14px;border:0;border-bottom:1px solid #e5edf7}.b221-v650-shop .b221-v631-filters legend{font-size:13px;font-weight:900;margin-bottom:8px}.b221-v650-shop .b221-v631-filters .choice{min-height:29px;font-size:11.5px;gap:8px}.b221-v650-shop .b221-v631-filters .choice input{width:15px;height:15px}.b221-v650-shop .b221-v631-filters .choice b{font-size:10px}.b221-v650-shop .search-model input,.b221-v650-shop .price-pair input{font-size:12px;min-height:38px}.b221-v650-shop .b221-v63-filter-cats>a{font-size:11px;padding:8px 0}.b221-v650-shop .b221-v63-helpbox{min-height:74px;border-radius:16px;padding:14px 16px;background:linear-gradient(100deg,#eaf5ff,#f8fbff);box-shadow:0 8px 22px rgba(25,67,120,.05)}.b221-v650-shop .b221-v63-helpbox strong{font-size:17px}.b221-v650-shop .b221-v63-helpbox p{font-size:11px}.b221-v650-shop .b221-v631-help-actions button{font-size:10.5px}.b221-v650-shop .b221-v63-loop-top .woocommerce-result-count{font-size:12px}.b221-v650-shop .b221-v63-loop-top select{font-size:11px;min-height:38px}.b221-v650-shop .b221-v63-shop-results ul.products{gap:14px!important}.b221-v650-shop .b221-v63-product-card{border-radius:17px;box-shadow:0 8px 25px rgba(15,47,91,.04);display:flex;flex-direction:column}.b221-v650-shop .b221-v63-product-card:hover{box-shadow:0 18px 40px rgba(15,47,91,.11)}.b221-v650-shop .b221-v63-product-card .media{padding:14px;background:linear-gradient(180deg,#fbfdff,#f7faff)}.b221-v650-shop .b221-v63-product-card .media img{aspect-ratio:1/1;object-fit:contain!important;filter:contrast(1.04) saturate(1.08);image-rendering:auto}.b221-v650-shop .b221-v63-product-card .body{padding:0 14px 14px;display:flex;flex-direction:column;flex:1}.b221-v650-shop .b221-v63-product-card h2{font-size:14px!important;line-height:1.24!important;min-height:52px!important;margin-bottom:7px!important}.b221-v650-shop .b221-v63-product-card .compat{font-size:10px;min-height:0}.b221-v650-shop .b221-v63-product-card .quality{font-size:9px;padding:4px 7px}.b221-v650-shop .b221-v63-product-card .price{font-size:21px;margin-top:8px}.b221-v650-shop .b221-v63-product-card .stock{font-size:10.5px;margin-top:4px}.b221-v650-shop .b221-v63-product-card .actions{margin-top:auto;padding-top:10px;display:grid;grid-template-columns:1fr;gap:7px}.b221-v650-shop .b221-v63-product-card .actions .b221-btn{min-height:42px;border-radius:10px;font-size:11px;font-weight:900}.b221-v650-shop .b221-v63-product-card .actions .b221-btn-secondary{background:#fff!important;border-color:#d6e4f5!important;color:#0878ff!important}

/* PRODUCT PAGE */
.b221-v631-single-product{background:linear-gradient(180deg,#f8fbff 0,#fff 360px)}.b221-v631-single-product .b221-v63-crumbs{padding-top:18px;font-size:11px}.b221-v631-single-product .b221-v63-product-top{grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);gap:32px;padding-top:10px}.b221-v631-single-product .woocommerce-product-gallery__image a{background:#fff!important;border:1px solid #e2eaf4!important;border-radius:20px!important;min-height:570px!important;box-shadow:0 12px 36px rgba(16,49,92,.05)}.b221-v631-single-product .woocommerce-product-gallery__image img{max-width:91%!important;max-height:535px!important;object-fit:contain!important;filter:contrast(1.04) saturate(1.08)}.b221-v631-single-product .flex-control-thumbs img{border-radius:11px!important;background:#fff!important}.b221-v631-single-product .summary h1{font-size:clamp(38px,4vw,58px);line-height:1.02;letter-spacing:-.05em}.b221-v631-single-product .meta-top{font-size:10px}.b221-v631-single-product .compatbox{border-radius:15px;padding:15px;background:linear-gradient(100deg,#eaf5ff,#f7fbff)}.b221-v631-single-product .single-price{font-size:34px}.b221-v631-single-product .trust{border-radius:14px;background:#fff;border:1px solid #e4ecf5;padding:5px}.b221-v631-single-product form.cart .single_add_to_cart_button{background:linear-gradient(135deg,#1285ff,#0064e9)!important;box-shadow:0 10px 24px rgba(0,105,235,.20)}.b221-v631-single-product .b221-v631-install-inline{border-radius:14px}.b221-v631-single-product .b221-v63-product-lower{margin-top:28px}.b221-v631-single-product .woocommerce-tabs .panel{font-size:14px;line-height:1.65}.b221-v631-single-product .b221-v63-support,.b221-v631-single-product .b221-v63-install-card{border-radius:18px;box-shadow:0 12px 32px rgba(17,52,96,.06)}

/* General visual crispness */
.b221-v650-home img,.b221-v650-shop img,.b221-v631-single-product img{image-rendering:auto;-webkit-font-smoothing:antialiased}.b221-btn-primary{background:linear-gradient(135deg,#1285ff,#0064e9)!important;box-shadow:0 8px 20px rgba(0,105,235,.16)}.b221-btn-primary:hover{filter:brightness(.97);transform:translateY(-1px)}

@media(max-width:1100px){.b221-v650-hero .b221-v63-hero-grid{grid-template-columns:1fr 1fr}.b221-v650-device-grid{grid-template-columns:repeat(4,1fr)}.b221-v650-store-grid{grid-template-columns:repeat(2,1fr)}.b221-v650-catalog-band{grid-template-columns:1fr}.b221-v650-catalog-band .band-title{padding-bottom:0}.b221-v650-shop .b221-v63-shop-layout{grid-template-columns:220px minmax(0,1fr)}.b221-v650-shop .b221-v63-shop-results ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:820px){.b221-v650-hero .b221-v63-hero-grid{grid-template-columns:1fr}.b221-v650-hero .b221-v63-hero-art{order:-1;min-height:0}.b221-v650-hero .b221-v63-hero-art img{max-width:100%}.b221-v650-routes{grid-template-columns:1fr}.b221-v650-device-grid{grid-template-columns:repeat(2,1fr)}.b221-v650-store-grid{grid-template-columns:1fr}.b221-v650-shop-hero .copy{grid-template-columns:1fr}.b221-v650-shop-hero img{height:auto;max-height:none}.b221-v650-shop .b221-v63-shop-layout{grid-template-columns:1fr}.b221-v650-shop .b221-v63-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.b221-v631-single-product .b221-v63-product-top{grid-template-columns:1fr}}
@media(max-width:560px){.b221-v650-hero{padding-top:16px}.b221-v650-hero .b221-v63-hero-copy h1{font-size:40px}.b221-v650-hero-trust{grid-template-columns:1fr 1fr;gap:10px}.b221-v650-device-grid{grid-template-columns:1fr 1fr;gap:8px}.b221-v650-device-card{min-height:118px}.b221-v650-device-card img{width:78px;height:58px}.b221-v650-shop .b221-v63-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.b221-v650-shop .b221-v63-product-card h2{font-size:11.5px!important;min-height:44px!important}.b221-v650-shop .b221-v63-product-card .price{font-size:17px}.b221-v650-shop .b221-v63-product-card .actions .b221-btn{min-height:38px;font-size:9.5px}.b221-v650-shop-hero h1{font-size:38px}.b221-v650-catalog-band{padding:8px}.b221-v650-catalog-band .band-title strong{font-size:15px}}

/* v6.6.3 Output Polish — long WooCommerce titles only. Content/SEO title is unchanged. */
.b221-v631-single-product .summary h1.is-long{font-size:clamp(32px,3.15vw,46px);line-height:1.025;max-width:820px}
.b221-v631-single-product .summary h1.is-xlong{font-size:clamp(28px,2.75vw,40px);line-height:1.035;max-width:860px;overflow-wrap:anywhere}
@media(max-width:820px){
  .b221-v631-single-product .summary h1.is-long{font-size:clamp(28px,7.8vw,34px)}
  .b221-v631-single-product .summary h1.is-xlong{font-size:clamp(25px,7vw,31px)}
}



/* ===== merged from header-responsive.css in v6.6.4 Safe Cleanup ===== */
/* 221B v6.6.1 — global header collision guard only. */
/* Header collision guard for the 1280–1440 desktop range. */
@media (min-width: 1081px) and (max-width: 1440px) {
  .b221-v63-header-inner {
    grid-template-columns: 150px minmax(180px, 230px) minmax(0, 1fr) 92px;
    gap: 12px;
  }

  .b221-v63-brand small { display: none; }
  .b221-v63-actions { width: 92px; gap: 7px; }
  .b221-v63-contact { width: 40px; min-width: 40px; padding: 0; justify-content: center; font-size: 0; }
  .b221-v63-contact span { font-size: 15px; }
  .b221-v63-nav .b221-menu { gap: clamp(8px, .7vw, 13px); }
  .b221-v63-nav .b221-menu a { font-size: 11px; }
}
