/* 20260903104309 - v2 */
.gui,
.gui-block-linklist li a {
  color: #000052;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000052;
}

.gui-block-inner strong {
  color: #808b96;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #000052;
}

.gui-block-title {
  color: #2c3e50;
  background-color: #f7f7f7;
}

.gui-content-title {
  color: #2c3e50;
}

.gui-form .gui-field .gui-description span {
  color: #000052;
}

.gui-block-inner {
  background-color: #ededed;
}

.gui-block-option {
  border-color: #d8d8e5;
  background-color: #f2f2f6;
}

.gui-block-option-block {
  border-color: #d8d8e5;
}

.gui-block-title strong {
  color: #2c3e50;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #8c8cb1;
}

.gui ul.gui-products li {
  border-color: #b2b2cb;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #b2b2cb;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #b2b2cb;
}

.gui-block-content .gui-table {
  border-color: #d8d8e5;
}

.gui-table thead tr th {
  border-color: #8c8cb1;
  background-color: #f2f2f6;
}

.gui-table tbody tr td {
  border-color: #d8d8e5;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #d38210;
  color: #f7f7f7;
  background-color: #d38210;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #d38210;
  color: #f7f7f7;
  background-color: #d38210;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #a8680c;
  border-color: #a8680c;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #a8680c;
  border-color: #a8680c;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #000052;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #000052;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #2c3e50;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/* ============================================================
   Swiss Boy Vacuum — Custom CSS CLEAN v2
   Consolidated from current Custom CSS.
   Keep a backup of the old CSS before replacing.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500&display=swap');

/* =====================
   TOKENS
   ===================== */
:root {
  --space-sm:.5rem; --space-md:1rem; --space-lg:1.5rem; --space-xl:2.5rem;
  --cream:#f7f4ef; --ink:#1a1714; --muted:#7a756e; --accent:#c8502a; --border:#e3ddd5; --card-bg:#fff;
  --radius:4px; --shadow-sm:0 1px 3px rgba(26,23,20,.08); --shadow-md:0 4px 16px rgba(26,23,20,.12);

  --sb-navy:#000052; --sb-navy-2:#0b1d6b; --sb-navy-dark:#0d1525; --sb-navy-mid:#0d1e3d;
  --sb-gold:#d38210; --sb-gold-light:#f59e0b; --sb-gold-soft:#e8b35a;
  --sb-white:#fff; --sb-off-white:#f7f8fa; --sb-bg:#f4f6fa; --sb-text:#1f2937; --sb-muted:#5b6472; --sb-border:#d7dbe3;
  --sb-radius:16px; --sb-shadow:0 10px 30px rgba(0,0,0,.08); --sb-max:1380px;
  --sb-serif:'Playfair Display',Georgia,serif; --sb-sans:'DM Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

/* =====================
   LIGHTSPEED PRODUCT / CATEGORY BASICS
   ===================== */
#proTabPanelInformation{line-height:1.75;font-size:.95rem;max-width:720px}
#proTabPanelInformation p{margin-bottom:var(--space-md)}
#proTabPanelInformation h2,#proTabPanelInformation h3{margin:var(--space-lg) 0 var(--space-sm);font-size:1.05rem;font-weight:600;color:var(--ink)}
#proTabPanelInformation ul,#proTabPanelInformation ol{padding-left:var(--space-lg);margin-bottom:var(--space-md)}
#proTabPanelInformation li{margin-bottom:var(--space-sm)}
#proTabPanelInformation strong{font-weight:600;color:var(--ink)}

#proTabPanelSpecs table{width:100%;border-collapse:collapse;font-size:.9rem;margin-top:var(--space-md)}
#proTabPanelSpecs tr{border-bottom:1px solid var(--border)}
#proTabPanelSpecs tr:last-child{border-bottom:0}
#proTabPanelSpecs td{padding:.6rem .75rem;vertical-align:top}
#proTabPanelSpecs td:first-child{font-weight:600;width:40%;color:var(--muted)}
#proTabPanelSpecs tr:nth-child(even){background:#faf8f5}

.product-list-item{transition:box-shadow .22s ease,transform .22s ease;border-radius:var(--radius)}
.product-list-item:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.product-list-item img{aspect-ratio:1/1;object-fit:contain;width:100%;display:block}

.breadcrumb{font-size:.8rem;color:var(--muted);margin-bottom:var(--space-md)}
.breadcrumb a{color:var(--muted);text-decoration:none}
.breadcrumb a:hover{color:var(--accent);text-decoration:underline}

.btn-primary,.button-cart,input[type="submit"].btn-primary{background-color:var(--accent)!important;border-color:var(--accent)!important;transition:opacity .2s ease}
.btn-primary:hover,.button-cart:hover,input[type="submit"].btn-primary:hover{opacity:.88!important}

h1.text-center{margin-bottom:24px!important}
h2{margin-top:32px!important;margin-bottom:14px!important}
h3{margin-top:24px!important;margin-bottom:10px!important}

@media (max-width:768px){
  #proTabPanelInformation{font-size:.9rem}
  #proTabPanelSpecs td{padding:.5rem;font-size:.82rem}
  #proTabPanelSpecs td:first-child{width:45%}
}

/* =====================
   SHARED SWISS BOY PAGE SYSTEM
   ===================== */
.sb-container{max-width:var(--sb-max);margin:0 auto;padding-left:20px;padding-right:20px}
.sb-page{position:relative}
.sb-page .sb-hero-wrap{position:relative;z-index:1}
.sb-page .sb-content-wrap{position:relative;z-index:2}
.sb-page .sb-card-surface{background:#fff;border-radius:var(--sb-radius);box-shadow:var(--sb-shadow);overflow:hidden}

.sb-pullup-none .sb-content-wrap{margin-top:0}
.sb-pullup-sm .sb-content-wrap{margin-top:-80px}
.sb-pullup-md .sb-content-wrap{margin-top:-140px}
.sb-pullup-lg .sb-content-wrap{margin-top:-224px}

.sb-page--home .sb-content-inner,.sb-page--service .sb-content-inner,.sb-page--brand .sb-content-inner,.sb-page--sales .sb-content-inner{padding:34px}

.sb-hide-theme-title .page-title,.sb-hide-theme-title .collection-title,.sb-hide-theme-title .content-header,.sb-hide-theme-title .main-title,.sb-hide-theme-title .title-wrapper,
body.sb-hide-theme-title h1.text-center,html.sb-hide-theme-title h1.text-center{display:none!important}

.sb-page h1,.sb-page h2,.sb-page h3,.sb-product-desc h2,.sb-product-desc h3,.sb-product-desc h4{color:var(--sb-navy);line-height:1.2}
.sb-page p,.sb-product-desc p,.sb-product-desc li{color:var(--sb-text);line-height:1.7}
.sb-page .sb-lead,.sb-product-desc .sb-lead{font-size:1.08rem;color:var(--sb-muted)}

.sb-section,.sb-section-alt,.sb-section-dark,.sb-section-navy{padding:72px 24px;font-family:var(--sb-sans)}
.sb-section{background:#fff;margin:0 0 24px}
.sb-section-alt{background:var(--sb-off-white);margin:0 0 24px}
.sb-section-dark{background:var(--sb-navy-dark)}
.sb-section-navy{background:var(--sb-navy)}
.sb-section-cta{padding:80px 24px;font-family:var(--sb-sans);background:var(--sb-navy-dark);text-align:center;position:relative;overflow:hidden}
.sb-section-cta::before,.sb-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}
.sb-cta-inner{position:relative;max-width:820px;margin:0 auto}

.sb-hero{background:linear-gradient(135deg,#0d1525 0%,#1b3a6b 55%,#0d1e3d 100%);padding:80px 24px 90px;text-align:center;font-family:var(--sb-sans);position:relative;overflow:hidden}
.sb-hero::before{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px)}
.sb-hero-inner{position:relative;max-width:800px;margin:0 auto}
.sb-hero-eyebrow,.sb-label{font-size:11px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:var(--sb-gold);margin-bottom:12px;font-family:var(--sb-sans);text-align:center}
.sb-hero-eyebrow{color:var(--sb-gold-light);margin-bottom:22px;display:flex;align-items:center;justify-content:center;gap:12px}
.sb-hero-eyebrow::before,.sb-hero-eyebrow::after{content:"";display:block;width:28px;height:1.5px;background:var(--sb-gold-light);flex-shrink:0}
.sb-hero h1{font-family:var(--sb-serif);font-size:clamp(28px,5vw,54px);font-weight:900;color:#fff;line-height:1.1;margin:0 0 18px}
.sb-hero h1 .sb-gold{font-style:normal;color:var(--sb-gold-light)}
.sb-hero-sub{font-size:17px;font-weight:300;color:rgba(255,255,255,.72);max-width:600px;margin:0 auto 36px;line-height:1.65}

.sb-label-light{color:var(--sb-gold-light)}
.sb-accent-line{display:block;width:40px;height:3px;background:var(--sb-gold);border-radius:2px;margin-bottom:20px}
.sb-h2{font-family:var(--sb-serif);font-size:clamp(24px,3.5vw,38px);font-weight:700;line-height:1.2;color:var(--sb-text);margin-bottom:16px;text-align:center}
.sb-h2-light{color:#fff}
.sb-h3{font-family:var(--sb-sans);font-size:16px;font-weight:600;color:var(--sb-text);margin-bottom:8px}
.sb-lead{font-size:16px;color:var(--sb-muted);max-width:760px;line-height:1.75;font-family:var(--sb-sans)}
.sb-lead-light{color:rgba(255,255,255,.7)}
.sb-body{font-size:14px;color:var(--sb-muted);line-height:1.65;font-family:var(--sb-sans)}

.sb-btn-group,.sb-btn-row,.sb-brand-hero-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.sb-btn-row{margin-top:18px}
.sb-btn-primary,.sb-btn-secondary,.sb-btn-phone,.sb-btn{font-family:var(--sb-sans);text-decoration:none;transition:all .18s ease}
.sb-btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--sb-gold);color:#fff;padding:14px 28px;border-radius:4px;border:2px solid var(--sb-navy);font-size:14px;font-weight:500}
.sb-btn-primary:hover{background:var(--sb-gold-light);color:#fff}
.sb-btn-secondary{display:inline-block;background:transparent;color:#fff!important;padding:14px 28px;border-radius:4px;border:1.5px solid rgba(255,255,255,.35);font-size:14px;font-weight:500}
.sb-btn-secondary:hover{border-color:var(--sb-gold-light);background:rgba(255,255,255,.08);color:#fff!important;transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,0,0,.12)}
.sb-btn-phone{display:inline-flex;align-items:center;gap:8px;background:var(--sb-gold);color:var(--sb-navy-dark);padding:15px 30px;border-radius:4px;border:2px solid var(--sb-navy);font-size:15px;font-weight:600;box-shadow:0 6px 16px rgba(0,0,0,.1)}
.sb-btn-phone:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,0,0,.16);background:#e19a25;border-color:var(--sb-navy);color:var(--sb-navy-dark)!important}
.sb-btn-phone:active,.sb-btn-secondary:active{transform:translateY(0);box-shadow:0 4px 10px rgba(0,0,0,.1)}
.sb-btn{display:inline-block;background:var(--sb-gold);color:#fff!important;border-radius:999px;padding:12px 18px;font-weight:700;border:2px solid var(--sb-gold)}
.sb-btn:hover{background:#b66e08;border-color:#b66e08;color:#fff!important}
.sb-btn--outline{background:transparent;color:var(--sb-navy)!important;border-color:var(--sb-navy)}
.sb-btn--outline:hover{background:var(--sb-navy);color:#fff!important}
.sb-btn-link{font-size:13px;color:var(--sb-navy);font-weight:500;text-decoration:underline;font-family:var(--sb-sans)}
.sb-btn-link-gold{color:var(--sb-gold)}

.sb-trust-bar{background:var(--sb-gold);padding:14px 24px;font-family:var(--sb-sans)}
.sb-trust-inner{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 32px}
.sb-trust-item{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:var(--sb-navy-dark);white-space:nowrap}
.sb-trust-check{width:16px;height:16px;background:var(--sb-navy-dark);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:9px;color:var(--sb-gold);font-weight:700;line-height:1}

.sb-two-col{display:flex;flex-wrap:wrap;gap:48px;align-items:flex-start}
.sb-two-col>*{flex:1;min-width:280px}
.sb-two-col-center{align-items:center}
.sb-stat-row,.sb-cards-row,.sb-brand-cards,.sb-dark-cards,.sb-install-cards,.sb-area-tags,.sb-small-tags,.sb-pill-row,.sb-mini-badges{display:flex;flex-wrap:wrap}
.sb-stat-row{gap:16px;margin-top:32px}
.sb-stat-card{background:#fff;border:1px solid var(--sb-border);border-radius:6px;padding:20px;border-top:3px solid var(--sb-gold);flex:1;min-width:110px}
.sb-stat-num{font-family:var(--sb-serif);font-size:36px;font-weight:700;color:var(--sb-navy);line-height:1;margin-bottom:4px}
.sb-stat-label{font-size:12px;color:var(--sb-muted);font-family:var(--sb-sans)}

.sb-navy-panel{background:var(--sb-navy);border-radius:8px;padding:44px 40px}
.sb-navy-panel-quote{font-family:var(--sb-serif);font-size:22px;font-weight:700;color:#fff;line-height:1.4;margin-bottom:20px}
.sb-navy-panel-quote em{font-style:normal;color:var(--sb-gold-light)}
.sb-navy-panel-sub{font-size:13px;color:rgba(255,255,255,.55);border-top:1px solid rgba(255,255,255,.12);padding-top:16px;font-family:var(--sb-sans)}

.sb-brand-pill{display:inline-block;font-size:16px;font-weight:500;letter-spacing:.5px;color:var(--sb-gold-light);border:2px solid rgba(245,158,11,.35);border-radius:3px;padding:3px 10px;margin:3px 3px 0 0;font-family:var(--sb-sans)}
.sb-cards-row{gap:20px;margin-top:40px}
.sb-service-card,.sb-install-card{background:#fff;border:1px solid var(--sb-border);border-radius:6px;border-top:3px solid var(--sb-navy);font-family:var(--sb-sans)}
.sb-service-card{padding:28px 24px;flex:1;min-width:220px;transition:border-top-color .2s,transform .2s}
.sb-service-card:hover{border-top-color:var(--sb-gold);transform:translateY(-3px)}
.sb-service-card-gold,.sb-install-card-gold{border-top-color:var(--sb-gold)}
.sb-service-card .sb-service-icon{display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;font-weight:400!important;padding-bottom:2px}
.sb-service-icon-gold{background:#fef3e2;color:var(--sb-gold)}
.sb-service-card p{font-size:14px;color:var(--sb-muted);line-height:1.65;margin:0}

.sb-pill-row{gap:8px;margin:20px 0 28px}
.sb-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:3px;padding:6px 12px;font-size:12px;color:rgba(255,255,255,.85);font-family:var(--sb-sans)}
.sb-pill::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--sb-gold-light);flex-shrink:0}

.sb-dark-cards{gap:12px}
.sb-dark-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:5px;padding:14px 16px;flex:1;min-width:140px;font-family:var(--sb-sans);color:rgba(255,255,255,.85)!important;font-size:13px;line-height:1.55}
.sb-dark-card strong,.sb-dark-card h3{display:block;color:#fff!important;font-size:14px;margin-bottom:4px}
.sb-dark-card p,.sb-dark-card span,.sb-dark-card li,.sb-dark-card a{color:inherit!important}

.sb-benefit-list{display:flex;flex-direction:column;gap:16px}
.sb-benefit-item{display:flex;gap:14px;align-items:flex-start}
.sb-benefit-dot{width:32px;height:32px;background:var(--sb-navy);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;font-size:13px;color:var(--sb-gold-light);font-weight:700}
.sb-benefit-title{font-size:15px;font-weight:600;color:var(--sb-text);margin-bottom:3px;font-family:var(--sb-sans)}
.sb-benefit-body{font-size:14px;color:var(--sb-muted);line-height:1.6;font-family:var(--sb-sans)}

.sb-brand-cards{gap:16px;margin-top:40px}
.sb-brand-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:24px;border-left:3px solid var(--sb-gold-light);flex:1;min-width:280px;font-family:var(--sb-sans)}
.sb-brand-card-title{font-family:var(--sb-serif);font-size:18px;font-weight:700;color:#fff;margin-bottom:6px}
.sb-brand-card-body{font-size:13px;color:rgba(255,255,255,.6);line-height:1.6}
.sb-brand-card-muted{border-left-color:rgba(255,255,255,.2)}

.sb-seo-block{background:var(--sb-off-white);border-left:4px solid var(--sb-gold);border-radius:0 6px 6px 0;padding:32px 36px;margin-top:40px}
.sb-seo-block h3{font-family:var(--sb-serif);font-size:20px;font-weight:700;color:var(--sb-text);margin-bottom:12px}
.sb-seo-block p{font-size:15px;color:var(--sb-muted);line-height:1.75;max-width:880px}
.sb-seo-block p+p{margin-top:12px}
.sb-area-tags{gap:8px;margin-top:20px;justify-content:center}
.sb-area-tag{font-size:12px;background:#fff;border:1px solid var(--sb-border);border-radius:3px;padding:4px 12px;color:var(--sb-navy);font-weight:500;font-family:var(--sb-sans)}
a.sb-brand-pill,a.sb-area-tag{text-decoration:none;display:inline-block}

.sb-install-cards{gap:20px}
.sb-install-card{background:var(--sb-off-white);padding:28px;flex:1;min-width:260px}
.sb-install-card h3{font-size:17px;font-weight:600;color:var(--sb-text);margin-bottom:12px}
.sb-install-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.sb-install-list li{font-size:13px;color:var(--sb-muted);display:flex;align-items:flex-start;gap:8px}
.sb-install-arrow{color:var(--sb-navy);font-weight:600;flex-shrink:0}
.sb-install-arrow-gold{color:var(--sb-gold)}

.sb-cost-callout{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:5px;padding:16px 18px;margin-bottom:16px}
.sb-cost-label{font-size:12px;color:rgba(255,255,255,.5);margin-bottom:4px;text-transform:uppercase;letter-spacing:1px;font-family:var(--sb-sans)}
.sb-cost-amount{font-family:var(--sb-serif);font-size:28px;font-weight:700;color:var(--sb-gold-light)}
.sb-cost-note{font-size:12px;color:rgba(255,255,255,.5);margin-top:2px;font-family:var(--sb-sans)}
.sb-small-tags{gap:5px;margin-top:8px}
.sb-small-tag{font-size:11px;color:rgba(255,255,255,.5);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:3px;padding:2px 8px;font-family:var(--sb-sans)}

.sb-panel,.sb-product-panel{background:#fff;border:1px solid var(--sb-border);border-radius:var(--sb-radius);padding:24px;margin:0 0 20px}
.sb-panel--navy,.sb-product-panel--intro{background:linear-gradient(180deg,var(--sb-navy) 0%,var(--sb-navy-2) 100%);border:1px solid var(--sb-gold);color:#fff}
.sb-panel--navy h1,.sb-panel--navy h2,.sb-panel--navy h3,.sb-panel--navy p,.sb-panel--navy li,
.sb-product-panel--intro h2,.sb-product-panel--intro h3,.sb-product-panel--intro h4,.sb-product-panel--intro p,.sb-product-panel--intro li{color:#fff}
.sb-panel--goldline{border-left:5px solid var(--sb-gold)}
.sb-panel--navyline{border-left:5px solid var(--sb-navy)}
.sb-grid-2,.sb-grid-3{display:grid;gap:18px}
.sb-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.sb-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.sb-product-desc{margin-top:14px}
.sb-product-panel{border-left:5px solid var(--sb-navy);border-radius:14px;padding:22px 24px;margin-bottom:18px}
.sb-product-panel h2,.sb-product-panel h3,.sb-product-panel h4{margin-top:0;margin-bottom:12px}
.sb-product-panel p:last-child,.sb-product-help p:last-child{margin-bottom:0}
.sb-product-panel--gold{border-left-color:var(--sb-gold)}
.sb-product-checklist,.sb-product-specs{margin:0;padding-left:20px}
.sb-product-checklist li,.sb-product-specs li{margin-bottom:8px}
.sb-product-help{background:#f8f8fb;border:1px solid var(--sb-gold-soft);border-left:5px solid var(--sb-gold);border-radius:14px;padding:18px 22px;margin:0 0 18px}
.sb-product-help strong{color:var(--sb-navy)}
.sb-mini-badges{gap:10px;margin:14px 0 0}
.sb-mini-badge{display:inline-block;background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:7px 12px;font-size:.92rem;line-height:1.2}
.sb-mini-badge--light{background:#f4f6fa;color:var(--sb-navy);border:1px solid var(--sb-border)}
.sb-invert-box-text,.sb-invert-box-text *{color:#fff!important}
.sb-invert-box-text a{color:#fff!important;text-decoration:underline}

/* =====================
   BY BRAND / ORECK PAGES
   ===================== */
.sb-brand-hub{text-align:center}
.sb-brand-hub .sb-label,.sb-brand-hub .sb-h2,.sb-brand-hub .sb-lead,.sb-brand-hub .sb-seo-block,.sb-brand-hub .sb-seo-block h3,.sb-brand-hub .sb-seo-block p{text-align:center;margin-left:auto;margin-right:auto}
.sb-brand-hub .sb-lead{max-width:860px}
.sb-brand-hub .sb-seo-block{max-width:920px;margin:34px auto 0}
.sb-brand-hub .sb-seo-block p{max-width:860px}
.sb-brand-hub .sb-section,.sb-brand-hub .sb-section-alt,.sb-brand-hub .sb-section-navy{margin:0}
.sb-brand-hub .sb-section,.sb-brand-hub .sb-section-alt{padding:56px 0}
.sb-brand-hub .sb-install-cards{justify-content:center;gap:22px}
.sb-brand-hub .sb-install-card{text-align:left;padding:24px 22px;min-height:170px}
.sb-brand-hub .sb-install-card h3{font-size:1.15rem;margin-bottom:10px}
.sb-brand-hub .sb-install-card p{font-size:1rem;line-height:1.6}
.sb-brand-hub .sb-brand-pills-wrap{max-width:980px;margin:24px auto 0;text-align:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.sb-brand-hub .sb-cta-inner{max-width:900px}
.sb-brand-hub .sb-brand-pill{display:inline-block;padding:10px 16px;margin:6px;font-size:14px;font-weight:600;line-height:1.1;color:#d38210;border:1.8px solid #d38210;border-radius:6px;background:#fff;transition:all .2s ease}
.sb-brand-hub a:hover .sb-brand-pill{background:#d38210;color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.1)}

body:has(.sb-brand-hub) .page-title,body:has(.sb-brand-hub) .content-header,body:has(.sb-brand-hub) .main-title,body:has(.sb-brand-hub) .title-wrapper,body:has(.sb-brand-hub) .collection-title,body:has(.sb-brand-hub) .breadcrumbs+h1,body:has(.sb-brand-hub) .breadcrumbs+.page-title,body:has(.sb-brand-hub) .text-page__intro{display:none!important}
body:has(.sb-brand-hub) main,body:has(.sb-brand-hub) .main-content,body:has(.sb-brand-hub) .page-content,body:has(.sb-brand-hub) .content,body:has(.sb-brand-hub) .container,body:has(.sb-brand-hub) .page-wrapper{margin-top:0!important;padding-top:0!important}
.sb-brand-hub .sb-section-alt:first-child,.sb-brand-hub .sb-section:first-child{padding-top:20px}
body:has(.sb-brand-hub) .text-page__content{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding-top:0!important;padding-bottom:0!important}
body:has(.sb-brand-hub) .text-page__content.max-width-sm,body:has(.sb-brand-hub) .text-page__content.container{max-width:100vw!important}
body:has(.sb-brand-hub) .text-page__content .text-component{max-width:none!important}

.sb-brand-hero-home{background:linear-gradient(90deg,rgba(5,18,42,.95) 0%,rgba(18,50,99,.88) 28%,rgba(27,61,112,.96) 100%);padding:72px 0 64px;color:#fff}
.sb-brand-hero-home .sb-container{max-width:1040px;margin:0 auto;text-align:center}
.sb-brand-hero-home .sb-label{color:#e3a13d;text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:700;margin-bottom:16px}
.sb-brand-hero-title{color:#fff;font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.06;margin:0 0 18px}
.sb-brand-hero-title span{color:#e3a13d}
.sb-brand-hero-sub{color:rgba(255,255,255,.92);font-size:1.1rem;line-height:1.75;max-width:860px;margin:0 auto}
.sb-brand-hero-sub--secondary{margin-top:14px;color:rgba(255,255,255,.82)}
.sb-brand-hero-actions{margin-top:30px}
.sb-brand-hero-home .sb-btn-phone{background:#d88b25;border:2px solid #d88b25;color:#fff!important}
.sb-brand-hero-home .sb-btn-secondary{background:transparent;border:2px solid rgba(255,255,255,.28);color:#fff!important}
.sb-brand-hero-home .sb-btn-secondary:hover{background:rgba(255,255,255,.08)}
.sb-brand-trustbar{background:#d88b25;padding:12px 0}
.sb-brand-trust-items{display:flex;flex-wrap:wrap;justify-content:center;gap:34px;color:#1a1a1a;font-size:.96rem;font-weight:600;text-align:center}

.sb-brand-hub--oreck{background:#f5f6f8}
.sb-brand-hub--oreck .sb-brand-hero-home{background:linear-gradient(90deg,rgba(6,18,40,.96) 0%,rgba(18,50,99,.9) 30%,rgba(27,61,112,.96) 100%);padding:78px 0 66px;color:#fff}
.sb-brand-hub--oreck .sb-brand-hero-home .sb-container{max-width:1040px;margin:0 auto;text-align:center}
.sb-brand-hub--oreck .sb-label{color:#d88b25;text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:700;margin-bottom:16px;text-align:center}
.sb-brand-hub--oreck .sb-brand-hero-title{color:#fff;font-size:clamp(2.4rem,5vw,4.1rem);line-height:1.05;margin:0 0 18px;text-align:center}
.sb-brand-hub--oreck .sb-brand-hero-title span{color:#d88b25}
.sb-brand-hub--oreck .sb-brand-hero-sub{color:rgba(255,255,255,.92);font-size:1.1rem;line-height:1.75;max-width:860px;margin:0 auto;text-align:center}
.sb-brand-hub--oreck .sb-brand-hero-sub--secondary{margin-top:14px;color:rgba(255,255,255,.82)}
.sb-brand-hub--oreck .sb-brand-hero-actions,.sb-brand-hub--oreck .sb-btn-group{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px}
.sb-brand-hub--oreck .sb-brand-trustbar{background:#d88b25;padding:12px 0}
.sb-brand-hub--oreck .sb-brand-trust-items{display:flex;flex-wrap:wrap;justify-content:center;gap:34px;color:#1a1a1a;font-size:.96rem;font-weight:600;text-align:center}
.sb-brand-hub--oreck .sb-section,.sb-brand-hub--oreck .sb-section-alt{padding:58px 0}
.sb-brand-hub--oreck .sb-section--brand-shop{background:#f5f6f8}
.sb-brand-hub--oreck .sb-section--brand-pills{background:#eef1f5}
.sb-brand-hub--oreck .sb-h2{text-align:center;color:#102a57;font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin-bottom:18px}
.sb-brand-hub--oreck .sb-install-cards--brand{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px}
.sb-brand-hub--oreck .sb-install-card{background:#fff;border:1px solid #d8dde7;border-top:4px solid #183d70;border-radius:14px;padding:26px 24px;min-height:190px;transition:transform .18s ease,box-shadow .18s ease}
.sb-brand-hub--oreck .sb-install-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.sb-brand-hub--oreck .sb-install-card-gold{border-top-color:#d88b25}
.sb-brand-hub--oreck .sb-install-card h3{margin-bottom:10px;font-size:1.18rem;line-height:1.2}
.sb-brand-hub--oreck .sb-install-card h3 a{color:#102a57;text-decoration:none}
.sb-brand-hub--oreck .sb-install-card p{color:#445066;font-size:1rem;line-height:1.65;margin:0}
.sb-brand-hub--oreck .sb-brand-pills-wrap{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:22px}
.sb-brand-hub--oreck .sb-brand-pill{display:inline-block;padding:10px 16px;border-radius:999px;border:1px solid #d88b25;background:#fff;color:#102a57;font-weight:600;font-size:.96rem;transition:all .18s ease}
.sb-brand-hub--oreck .sb-brand-pills-wrap a{text-decoration:none}
.sb-brand-hub--oreck .sb-brand-pills-wrap a:hover .sb-brand-pill{background:#d88b25;color:#fff}
.sb-brand-hub--oreck .sb-section--brand-cta{background:linear-gradient(180deg,#000052 0%,#081a70 100%)}
.sb-brand-hub--oreck .sb-section--brand-cta .sb-cta-inner{text-align:center;max-width:900px;margin:0 auto}
.sb-brand-hub--oreck .sb-section--brand-cta .sb-label-light{color:#d88b25}
.sb-brand-hub--oreck .sb-section--brand-cta .sb-h2-light{color:#fff}
.sb-brand-hub--oreck .sb-section--brand-cta .sb-lead-light{color:rgba(255,255,255,.9)}
.sb-brand-hub--v2 .sb-brand-hero-title,.sb-brand-hub--v2 .sb-h2,.sb-brand-hub--v2 .sb-h2-light,.sb-service-call-page .sb-h2,.sb-service-call-page .sb-h2-light,.sb-service-call-page .sb-navy-panel-quote{font-family:var(--sb-serif)!important;font-weight:700;letter-spacing:-.02em}
.sb-brand-hub--v2 .sb-brand-hero-sub,.sb-brand-hub--v2 .sb-brand-hero-sub--secondary,.sb-brand-hub--v2 .sb-lead,.sb-brand-hub--v2 .sb-lead-light{font-family:var(--sb-sans)!important}

/* =====================
   SERVICE CALL PAGE
   ===================== */
body:has(.sb-service-call-page) .text-page__intro{display:none!important}
body:has(.sb-service-call-page) .text-page__content{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding-top:0!important;padding-bottom:0!important}
body:has(.sb-service-call-page) .text-page__content.max-width-sm,body:has(.sb-service-call-page) .text-page__content.container{max-width:100vw!important}
body:has(.sb-service-call-page) .text-page__content .text-component{max-width:none!important}
.sb-service-call-page{background:#f5f6f8}
.sb-service-call-shell{max-width:1560px;margin:0 auto;padding:40px 28px 72px}
.sb-service-call-page .sb-hero{border-radius:18px 18px 0 0;overflow:hidden}
.sb-service-call-page .sb-hero-inner{max-width:920px}
.sb-service-call-page .sb-trust-bar{border-radius:0 0 18px 18px;overflow:hidden;box-shadow:0 18px 40px rgba(13,21,37,.12)}
.sb-service-call-page .sb-trust-inner{max-width:1320px;margin:0 auto}
.sb-service-call-page .sb-label,.sb-service-call-page .sb-h2,.sb-service-call-page .sb-lead{text-align:center;margin-left:auto;margin-right:auto}
.sb-service-call-page .sb-lead{max-width:760px}
.sb-service-call-page .sb-navy-panel{text-align:center;padding:44px 38px}
.sb-service-call-page .sb-navy-panel-quote,.sb-service-call-page .sb-navy-panel p,.sb-service-call-page .sb-navy-panel-sub{text-align:center}
.sb-service-call-page .sb-navy-panel .sb-btn-phone{margin-left:auto;margin-right:auto}
.sb-service-call-page .sb-benefit-list{max-width:680px;margin:28px auto 0}
.sb-service-call-page .sb-benefit-item{align-items:flex-start}
.sb-service-call-page .sb-benefit-dot{margin-top:1px}
.sb-service-call-page .sb-cards-row{justify-content:center}
.sb-service-call-page .sb-service-card{min-width:220px}
.sb-service-call-page .sb-section-dark .sb-container{max-width:1240px;text-align:center}
.sb-service-call-page .sb-section-dark .sb-label,.sb-service-call-page .sb-section-dark .sb-h2,.sb-service-call-page .sb-section-dark .sb-lead{max-width:760px;text-align:center;margin-left:auto;margin-right:auto}
.sb-service-call-page .sb-section-dark .sb-brand-pill{background:rgba(255,255,255,.06);border:1px solid rgba(245,158,11,.35);color:var(--sb-gold-light);border-radius:4px;padding:6px 12px;margin:4px;font-size:12px;font-weight:500}
.sb-service-call-page .sb-section-dark .sb-container>div:last-child{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.sb-service-call-page .sb-section-alt .sb-label,.sb-service-call-page .sb-section-alt .sb-h2,.sb-service-call-page .sb-section-alt>.sb-container>.sb-lead,.sb-service-call-page .sb-section-alt .sb-container>.sb-lead{text-align:center;margin-left:auto;margin-right:auto}
.sb-service-call-page .sb-section-alt .sb-lead{max-width:800px}
.sb-service-call-page .sb-seo-block{max-width:980px;margin:40px auto 0}
.sb-trustbar-checks{background:#d88b25;padding:14px 0}
.sb-trustbar-checks__items{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 34px;text-align:center}
.sb-trustbar-checks__items span{display:inline-flex;align-items:center;gap:9px;color:#111827;font-size:.97rem;font-weight:600;line-height:1.35;white-space:nowrap}
.sb-trustbar-checks__items span::before{content:"✓";width:18px;height:18px;border-radius:999px;background:#0c1f4f;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px}

/* =====================
   NAV DROPDOWN SUPPORT
   ===================== */
.sb-nav-has-children,header li,nav li,[role="navigation"] li{position:relative!important;overflow:visible!important}
header ul,nav ul,[role="navigation"] ul,header ul ul,nav ul ul,[role="navigation"] ul ul{overflow:visible!important}
header ul ul,nav ul ul,[role="navigation"] ul ul{z-index:1000001!important}
.sb-nav-open>ul,.sb-nav-open>.submenu,.sb-nav-open>.dropdown-menu,.sb-nav-open>.child-menu,.sb-nav-open>.mega-menu,.sb-nav-open>.megamenu{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important;overflow:visible!important;z-index:1000001!important}
ul ul .sb-nav-open>ul,ul ul .sb-nav-open>.submenu,ul ul .sb-nav-open>.dropdown-menu,ul ul .sb-nav-open>.child-menu,ul ul .sb-nav-open>.mega-menu,ul ul .sb-nav-open>.megamenu,.submenu .sb-nav-open>ul,.submenu .sb-nav-open>.submenu,.submenu .sb-nav-open>.dropdown-menu,.dropdown-menu .sb-nav-open>ul,.dropdown-menu .sb-nav-open>.submenu,.dropdown-menu .sb-nav-open>.dropdown-menu{top:0!important;left:calc(100% - 1px)!important;right:auto!important}
.site-header .sb-nav-open>ul,.site-header .sb-nav-open>.submenu,.site-header .sb-nav-open>.dropdown-menu,.header .sb-nav-open>ul,.header .sb-nav-open>.submenu,.header .sb-nav-open>.dropdown-menu,.navigation .sb-nav-open>ul,.navigation .sb-nav-open>.submenu,.navigation .sb-nav-open>.dropdown-menu,.navbar .sb-nav-open>ul,.navbar .sb-nav-open>.submenu,.navbar .sb-nav-open>.dropdown-menu,.nav .sb-nav-open>ul,.nav .sb-nav-open>.submenu,.nav .sb-nav-open>.dropdown-menu,.menu .sb-nav-open>ul,.menu .sb-nav-open>.submenu,.menu .sb-nav-open>.dropdown-menu{top:100%!important}

/* =====================
   CENTRAL VACUUM CATEGORY LANDING PAGE
   /central-vacuum-systems/
   ===================== */
body:has(.sb-cv-page) .text-page__intro,body:has(.sb-cv-page) .collection-title,body:has(.sb-cv-page) .page-title,body:has(.sb-cv-page) .content-header,body:has(.sb-cv-page) .main-title,body:has(.sb-cv-page) .title-wrapper{display:none!important}
body:has(.sb-cv-page) .text-page__content,body:has(.sb-cv-page) .category-description,body:has(.sb-cv-page) .collection-description{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding-top:0!important;padding-bottom:0!important}
body:has(.sb-cv-page) .text-page__content.max-width-sm,body:has(.sb-cv-page) .text-page__content.container,body:has(.sb-cv-page) .text-page__content .text-component{max-width:none!important}
body:has(.sb-cv-page) .sb-cv-page,body:has(.sb-cv-page) .sb-cv-hero{margin-top:0!important}
body:has(.sb-cv-page) .catalog-page__intro{max-width:none!important;width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:0!important}
body:has(.sb-cv-page) .catalog-page__intro .padding-y-lg{padding-top:0!important;padding-bottom:0!important}
body:has(.sb-cv-page) .catalog-page__intro .breadcrumbs,body:has(.sb-cv-page) .catalog-page__intro nav[aria-label="Breadcrumbs"],body:has(.sb-cv-page) .catalog-page__intro h1.text-center{display:none!important;margin:0!important;padding:0!important}

.sb-cv-page{
  --cv-navy:#0d1e3d;--cv-navy-dark:#071426;--cv-blue:#1b3a6b;--cv-gold:#d38210;--cv-gold-light:#f59e0b;--cv-white:#fff;--cv-off:#f7f8fa;--cv-text:#10213b;--cv-muted:#5a6478;--cv-border:#e2e6ed;--cv-serif:'Playfair Display',Georgia,serif;--cv-sans:'DM Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-family:var(--cv-sans);color:var(--cv-text);background:var(--cv-off);line-height:1.7;margin:0;padding:0
}
.sb-cv-page *,.sb-cv-page *::before,.sb-cv-page *::after{box-sizing:border-box}
.sb-cv-page a{text-decoration:none}
.sb-cv-page p,.sb-cv-page h1,.sb-cv-page h2,.sb-cv-page h3{margin:0}
.sb-cv-page h1,.sb-cv-page h2,.sb-cv-page h3{line-height:1.15}
.sb-cv-container{max-width:1380px;margin:0 auto;padding:0 24px}
.sb-cv-hero,.sb-cv-trustbar,.sb-cv-cta{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;border-radius:0!important}
.sb-cv-hero{background:radial-gradient(circle at top right,rgba(245,158,11,.16),transparent 34%),linear-gradient(135deg,var(--cv-navy-dark) 0%,var(--cv-blue) 58%,var(--cv-navy) 100%);color:#fff;padding:78px 24px 86px;text-align:center;position:relative;overflow:hidden}
.sb-cv-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}
.sb-cv-hero-inner{position:relative;max-width:920px;margin:0 auto}
.sb-cv-eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--cv-gold-light);font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin-bottom:18px}
.sb-cv-eyebrow::before,.sb-cv-eyebrow::after{content:"";width:28px;height:2px;background:var(--cv-gold-light);display:block}
.sb-cv-hero h1{font-family:var(--cv-serif);color:#fff;font-size:clamp(34px,5vw,58px);font-weight:900;letter-spacing:-.03em;margin-bottom:18px}
.sb-cv-hero h1 span{color:var(--cv-gold-light)}
.sb-cv-hero-sub{color:rgba(255,255,255,.82);font-size:17px;line-height:1.75;max-width:760px;margin:0 auto}
.sb-cv-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:32px}
.sb-cv-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:13px 26px;border-radius:4px;font-size:14px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.sb-cv-btn:hover{transform:translateY(-2px);text-decoration:none}
.sb-cv-btn-primary{background:var(--cv-gold);color:#fff!important;border:2px solid var(--cv-gold);box-shadow:0 8px 20px rgba(0,0,0,.15)}
.sb-cv-btn-primary:hover{background:var(--cv-gold-light);border-color:var(--cv-gold-light)}
.sb-cv-btn-secondary{color:#fff!important;border:1.5px solid rgba(255,255,255,.38);background:transparent}
.sb-cv-btn-secondary:hover{border-color:var(--cv-gold-light);background:rgba(255,255,255,.08)}
.sb-cv-trustbar{background:var(--cv-gold);padding:13px 24px}
.sb-cv-trust-inner{max-width:1180px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 34px}
.sb-cv-trust-item{display:inline-flex;align-items:center;gap:8px;color:#111827;font-size:13px;font-weight:700;white-space:nowrap}
.sb-cv-trust-item::before{content:"✓";width:17px;height:17px;border-radius:50%;background:var(--cv-navy-dark);color:var(--cv-gold-light);font-size:10px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}
.sb-cv-section,.sb-cv-section-alt{padding:70px 0}
.sb-cv-section{background:#fff}
.sb-cv-section-alt{background:var(--cv-off)}
.sb-cv-label{display:block;text-align:center;color:var(--cv-gold);font-size:11px;font-weight:800;letter-spacing:3px;text-transform:uppercase;margin-bottom:12px}
.sb-cv-h2{font-family:var(--cv-serif);color:var(--cv-text);text-align:center;font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-.025em;margin-bottom:16px}
.sb-cv-lead{color:var(--cv-muted);text-align:center!important;font-size:16px;line-height:1.8;max-width:760px!important;margin:0 auto!important}
.sb-cv-split,.sb-cv-components,.sb-cv-shop-grid,.sb-cv-install-grid{display:grid;gap:24px;margin-top:36px}
.sb-cv-split{grid-template-columns:1.2fr .8fr;align-items:stretch}
.sb-cv-components,.sb-cv-shop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.sb-cv-install-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.sb-cv-card,.sb-cv-component,.sb-cv-shop-card,.sb-cv-install-card{background:#fff;border:1px solid var(--cv-border);border-radius:14px;box-shadow:0 8px 22px rgba(13,30,61,.06)}
.sb-cv-card{padding:30px;box-shadow:0 10px 26px rgba(13,30,61,.08)}
.sb-cv-card h3{color:var(--cv-text);font-size:21px;font-weight:800;margin-bottom:12px}
.sb-cv-card p,.sb-cv-install-card p{color:var(--cv-muted);font-size:15px}
.sb-cv-card p+p{margin-top:14px}
.sb-cv-card-dark{background:linear-gradient(180deg,var(--cv-navy) 0%,var(--cv-navy-dark) 100%);border-color:rgba(245,158,11,.45)}
.sb-cv-card-dark h3,.sb-cv-card-dark p{color:#fff}
.sb-cv-card-dark p{color:rgba(255,255,255,.82)}
.sb-cv-gold,.sb-cv-phone{color:var(--cv-gold-light)!important;font-weight:800}
.sb-cv-phone{font-weight:900}
.sb-cv-component{border-top:4px solid var(--cv-blue);padding:24px;transition:transform .18s ease,box-shadow .18s ease,border-top-color .18s ease}
.sb-cv-component:hover,.sb-cv-shop-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(13,30,61,.1);border-top-color:var(--cv-gold)}
.sb-cv-component h3{color:var(--cv-text);font-size:17px;font-weight:800;margin-bottom:9px}
.sb-cv-component p{color:var(--cv-muted);font-size:14px;line-height:1.65}
.sb-cv-shop-card{border-radius:16px!important;overflow:hidden;height:100%!important;box-shadow:0 10px 24px rgba(13,30,61,.08)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.sb-cv-shop-card:hover{transform:translateY(-4px)!important;box-shadow:0 16px 34px rgba(13,30,61,.14)!important;border-color:rgba(211,130,16,.55)!important}
.sb-cv-shop-card a{display:flex!important;flex-direction:column;height:100%;color:var(--cv-text)!important;text-decoration:none!important}
.sb-cv-shop-img{width:100%;aspect-ratio:1/1;background:linear-gradient(180deg,#fff 0%,#f4f6fa 100%);display:flex;align-items:center;justify-content:center;padding:22px;border-bottom:1px solid var(--cv-border)}
.sb-cv-shop-img img{display:block;width:100%;height:100%;max-width:240px;max-height:240px;object-fit:contain;margin:0 auto}
.sb-cv-shop-card strong{display:block;color:var(--cv-text)!important;font-size:1.08rem;font-weight:800;line-height:1.2;text-align:center;padding:18px 16px 6px}
.sb-cv-shop-card span{display:block;color:var(--cv-muted);font-size:.92rem;line-height:1.55;text-align:center;padding:0 18px 20px}
.sb-cv-shop-card:hover strong{color:var(--cv-gold)!important}
.sb-cv-install-card{border-top:4px solid var(--cv-blue);padding:28px}
.sb-cv-install-card:nth-child(2){border-top-color:var(--cv-gold)}
.sb-cv-install-card h3{color:var(--cv-text);font-size:20px;font-weight:800;margin-bottom:10px}
.sb-cv-cta{background:radial-gradient(circle at top right,rgba(245,158,11,.14),transparent 38%),linear-gradient(180deg,var(--cv-navy) 0%,var(--cv-navy-dark) 100%);color:#fff;padding:76px 24px;text-align:center}
.sb-cv-cta-inner{max-width:880px;margin:0 auto}
.sb-cv-cta h2{font-family:var(--cv-serif);color:#fff;font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-.025em;margin-bottom:16px}
.sb-cv-cta p{color:rgba(255,255,255,.84);font-size:16px;line-height:1.8}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width:991px){
  .sb-pullup-sm .sb-content-wrap,.sb-pullup-md .sb-content-wrap,.sb-pullup-lg .sb-content-wrap{margin-top:-60px}
  .sb-grid-2,.sb-grid-3,.sb-cv-split,.sb-cv-components,.sb-cv-install-grid{grid-template-columns:1fr}
  .sb-cv-shop-grid,.sb-cv-page .sb-cv-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .sb-cv-hero{padding:58px 20px 66px}
  .sb-brand-hub--oreck .sb-install-cards--brand{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  .sb-container{padding-left:14px;padding-right:14px}
  .sb-page--home .sb-content-inner,.sb-page--service .sb-content-inner,.sb-page--brand .sb-content-inner,.sb-page--sales .sb-content-inner{padding:20px}
  .sb-pullup-sm .sb-content-wrap,.sb-pullup-md .sb-content-wrap,.sb-pullup-lg .sb-content-wrap{margin-top:-30px}
  .sb-hero{padding:56px 20px 64px}
  .sb-section,.sb-section-alt,.sb-section-dark,.sb-section-navy,.sb-section-cta{padding:48px 20px}
  .sb-navy-panel{padding:28px 24px}
  .sb-seo-block{padding:22px 24px}
  .sb-brand-trust-items,.sb-brand-hub--oreck .sb-brand-trust-items{gap:14px 20px;font-size:.9rem}
  .sb-brand-hub--oreck .sb-brand-hero-home{padding:58px 0 48px}
  .sb-brand-hub--oreck .sb-install-cards--brand{grid-template-columns:1fr}
  .sb-brand-hub--oreck .sb-brand-hero-actions,.sb-brand-hub--oreck .sb-btn-group{flex-direction:column;align-items:center}
  .sb-service-call-shell{padding:20px 14px 48px}
  .sb-service-call-page .sb-hero{border-radius:12px 12px 0 0}
  .sb-service-call-page .sb-trust-bar{border-radius:0 0 12px 12px}
  .sb-service-call-page .sb-navy-panel{padding:28px 24px}
  .sb-service-call-page .sb-section-dark .sb-container>div:last-child{gap:6px}
  .sb-trustbar-checks{padding:12px 0}
  .sb-trustbar-checks__items{gap:10px 18px}
  .sb-trustbar-checks__items span{white-space:normal;justify-content:center;font-size:.92rem}
}
@media (max-width:600px){
  .sb-cv-container{padding:0 16px}
  .sb-cv-section,.sb-cv-section-alt{padding:48px 0}
  .sb-cv-shop-grid,.sb-cv-page .sb-cv-shop-grid{grid-template-columns:1fr!important}
  .sb-cv-card,.sb-cv-component,.sb-cv-install-card{padding:22px}
  .sb-cv-trust-inner{gap:10px 18px}
  .sb-cv-trust-item{white-space:normal;justify-content:center;text-align:center}
  .sb-cv-shop-img{padding:18px}
}
/* =========================================================
   SWISS BOY /SERVICE/ HUB — LIGHTSPEED CUSTOMER SUPPORT FIX
   The locked /service/ page uses Lightspeed's FAQ/contact
   two-column template. This neutralizes that template only
   when our custom service hub is present.
   ========================================================= */

body:has(.sb-service-hub-page) .gui-page-title{
  display:none!important;
}

/* Remove Lightspeed's built-in contact-form/right column. */
body:has(.sb-service-hub-page) .gui-col2-right-col2,
body:has(.sb-service-hub-page) .gui-div-faq-right,
body:has(.sb-service-hub-page) .gui-block.gui-div-faq-form{
  display:none!important;
}

/* Let the column containing our hub occupy the full available width. */
body:has(.sb-service-hub-page) .gui-col2-right{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

body:has(.sb-service-hub-page) .gui-col2-right-col1.gui-div-faq-questions{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}

/* Keep Lightspeed wrappers from constraining the custom full-width page. */
body:has(.sb-service-hub-page) .gui-text,
body:has(.sb-service-hub-page) .gui-content,
body:has(.sb-service-hub-page) .gui-col2-right-col1{
  max-width:none!important;
}

/* The JS patch moves the hub outside the legacy FAQ layout, then marks it fixed. */
body.sb-service-hub-active .sb-service-hub-page{
  position:relative;
  z-index:1;
}

/* Tuned for Lightspeed's locked Customer Support shell.
   This is intentionally page-scoped; if the theme header height changes,
   this is the first value to re-check. */
body:has(.sb-service-hub-page) .sb-service-hub-page{
  margin-top:-120px!important;
}

@media (max-width:767px){
  body:has(.sb-service-hub-page) .sb-service-hub-page{
    margin-top:-36px!important;
  }

}
/* Swiss Boy footer cleanup: hide individual central-vacuum city links, keep the Utah installation page */
.main-footer li:has(> a.main-footer__link[href*="/service/central-vacuum-"]):not(:has(> a.main-footer__link[href*="/service/central-vacuum-installation-utah/"])) {
  display: none !important;
}

/* =========================================================
   SWISS BOY UNIFIED PAGE SYSTEM — v4 ADDITIONS
   Used by the 24-page normalization pack.
   ========================================================= */

.sb-page-fullbleed{
  width:100vw;
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  margin-top:-224px;
  overflow:hidden;
}

.sb-city-page .sb-section,
.sb-city-page .sb-section-alt,
.sb-city-page .sb-section-dark,
.sb-city-page .sb-section-navy,
.sb-service-page .sb-section,
.sb-service-page .sb-section-alt,
.sb-service-page .sb-section-dark,
.sb-service-page .sb-section-navy,
.sb-info-page .sb-section,
.sb-info-page .sb-section-alt,
.sb-info-page .sb-section-dark,
.sb-info-page .sb-section-navy{
  margin:0;
}

.sb-city-page .sb-stat-row{
  justify-content:center;
}
.sb-city-page .sb-stat-card{
  text-align:center;
}
.sb-city-page .sb-area-tags,
.sb-service-page .sb-area-tags,
.sb-info-page .sb-area-tags{
  justify-content:center;
  text-align:center;
}

/* City/service chips use the same compact Swiss Boy CTA language. */
.sb-area-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  padding:8px 14px;
  background:var(--sb-gold);
  border:2px solid var(--sb-navy-dark);
  border-radius:4px;
  color:var(--sb-navy-dark)!important;
  font-family:var(--sb-sans);
  font-size:12px;
  font-weight:600;
  line-height:1.2;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
a.sb-area-tag:hover{
  transform:translateY(-2px);
  background:#e19a25;
  color:var(--sb-navy-dark)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
}

/* Missing class used on the DIY page. */
.sb-btn-navy{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--sb-navy);
  color:#fff!important;
  padding:14px 26px;
  border:2px solid var(--sb-navy);
  border-radius:4px;
  font-family:var(--sb-sans);
  font-size:14px;
  font-weight:600;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.sb-btn-navy:hover{
  background:var(--sb-navy-2);
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(0,0,0,.12);
}

/* Lightspeed text-page shell normalization for newly styled support/legal pages. */
body:has(.sb-info-page) .text-page__intro,
body:has(.sb-info-page) .page-title,
body:has(.sb-info-page) .content-header,
body:has(.sb-info-page) .main-title,
body:has(.sb-info-page) .title-wrapper{
  display:none!important;
}
body:has(.sb-info-page) .text-page__content{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
body:has(.sb-info-page) .text-page__content.max-width-sm,
body:has(.sb-info-page) .text-page__content.container,
body:has(.sb-info-page) .text-page__content .text-component{
  max-width:none!important;
}

/* Support, FAQ and legal content. */
.sb-info-page{
  background:var(--sb-bg);
  font-family:var(--sb-sans);
}
.sb-info-prose{
  max-width:980px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--sb-border);
  border-radius:12px;
  padding:38px 42px;
  box-shadow:0 8px 24px rgba(13,30,61,.06);
}
.sb-info-prose h2{
  font-family:var(--sb-serif);
  color:var(--sb-navy);
  font-size:clamp(22px,3vw,30px);
  margin:34px 0 12px!important;
  line-height:1.2;
}
.sb-info-prose h2:first-child{
  margin-top:0!important;
}
.sb-info-prose h3{
  color:var(--sb-navy);
  margin:24px 0 8px!important;
}
.sb-info-prose p,
.sb-info-prose li{
  color:var(--sb-text);
  font-size:15px;
  line-height:1.75;
}
.sb-info-prose p{
  margin:0 0 14px;
}
.sb-info-prose ul,
.sb-info-prose ol{
  margin:10px 0 18px 22px;
}
.sb-info-prose a{
  color:var(--sb-gold);
  text-decoration:underline;
  text-underline-offset:2px;
}
.sb-info-prose a:hover{
  color:#a96506;
}

.sb-info-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.sb-info-card{
  background:#fff;
  border:1px solid var(--sb-border);
  border-top:3px solid var(--sb-gold);
  border-radius:8px;
  padding:24px;
}
.sb-info-card h3{
  font-family:var(--sb-serif);
  color:var(--sb-navy);
  font-size:20px;
  margin:0 0 10px!important;
}
.sb-info-card p{
  color:var(--sb-muted);
  line-height:1.7;
  margin:0;
}

.sb-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:36px;
}
.sb-faq-item{
  background:#fff;
  border:1px solid var(--sb-border);
  border-top:3px solid var(--sb-navy);
  border-radius:8px;
  padding:22px 24px;
}
.sb-faq-item:nth-child(3n+1){
  border-top-color:var(--sb-gold);
}
.sb-faq-item h3{
  font-family:var(--sb-serif);
  color:var(--sb-navy);
  font-size:18px;
  line-height:1.3;
  margin:0 0 9px!important;
}
.sb-faq-item p{
  color:var(--sb-muted);
  line-height:1.7;
  margin:0;
}

.sb-legal-page .sb-hero,
.sb-shipping-page .sb-hero{
  padding-top:68px;
  padding-bottom:72px;
}
.sb-legal-page .sb-hero-inner,
.sb-shipping-page .sb-hero-inner{
  max-width:860px;
}

@media (max-width:767px){
  .sb-page-fullbleed{
    margin-top:-30px;
  }
  .sb-info-prose{
    padding:26px 22px;
    border-radius:8px;
  }
  .sb-info-card-grid,
  .sb-faq-grid{
    grid-template-columns:1fr;
  }
  .sb-area-tag{
    padding:7px 11px;
    font-size:11px;
  }
}

/* =========================================================
   SWISS BOY HOMEPAGE — SHARED SYSTEM FIX v4.2
   Homepage uses its own Lightspeed shell.
   ========================================================= */
.sb-home-page.sb-page-fullbleed{
  margin-top:-96px!important;
}

.sb-home-page .sb-container{
  max-width:1120px;
}

.sb-home-page .sb-stat-row{
  justify-content:center;
}

.sb-home-page .sb-stat-card{
  text-align:center;
}

.sb-home-page .sb-home-brand-links{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin:14px 0 20px;
}

.sb-home-page .sb-home-left{
  text-align:left;
  margin-left:0;
  margin-right:0;
}

.sb-home-page .sb-h2,
.sb-home-page .sb-h3{
  margin-top:0!important;
}

@media (max-width:767px){
  .sb-home-page.sb-page-fullbleed{
    margin-top:-30px!important;
  }
  .sb-home-page .sb-home-left{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }
}

/* =========================================================
   PHASE 2 — LEGACY SERVICE LINK CLEANUP
   /service/ is now the canonical broad service hub.
   ========================================================= */
.main-footer li:has(> a.main-footer__link[href="/service/central-vacuums/"]),
.main-footer li:has(> a.main-footer__link[href="https://www.swissboy.biz/service/central-vacuums/"]) {
  display:none!important;
}


