:root{
  --sb-navy:#123b68;
  --sb-navy-2:#0d2f55;
  --sb-blue:#1f5f97;
  --sb-orange:#ff7a1a;
  --sb-orange-dark:#e86608;
  --sb-ink:#10243b;
  --sb-muted:#65758a;
  --sb-line:#dfe6ed;
  --sb-soft:#f4f8fb;
  --sb-soft-blue:#edf6fb;
  --sb-white:#fff;
  --sb-shadow:0 10px 30px rgba(17,54,91,.09);
}
body{color:var(--sb-ink);background:#fff}
a{transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}
.sb-shell{max-width:1180px;margin:0 auto;padding:0 18px}
.sb-site-header{position:relative;z-index:100;background:#fff;border-bottom:1px solid var(--sb-line)}
.sb-topbar{background:#f8fafc;border-bottom:1px solid #edf1f5;font-size:12px;color:#52657a}
.sb-topbar .sb-shell{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.sb-topbar__group{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.sb-topbar a{color:#52657a;text-decoration:none}.sb-topbar a:hover{color:var(--sb-navy)}
.sb-topbar i{margin-right:6px;color:var(--sb-orange)}
.sb-head-main .sb-shell{min-height:86px;display:grid;grid-template-columns:250px minmax(260px,1fr) auto;align-items:center;gap:28px}
.sb-brand{display:flex;align-items:center;min-width:0}.sb-brand img{max-width:220px;max-height:58px;width:auto;height:auto}
.sb-head-search{min-width:0}.sb-head-search #search{position:static!important;width:auto!important;padding:0!important;float:none!important}.sb-head-search .search{margin:0}.sb-head-search .search .input-lg{height:42px;border-color:#d7e0e8}.sb-head-search .search .search-btn{height:36px;width:36px;color:var(--sb-orange)}
.sb-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;white-space:nowrap}
.sb-phone{text-align:right}.sb-phone__number{display:block;font-size:19px;line-height:1.1;font-weight:700;color:var(--sb-navy);text-decoration:none}.sb-phone__number:hover{color:var(--sb-orange)}.sb-phone__meta{margin-top:5px;font-size:12px;color:#708196}.sb-phone__callback{display:inline-block;margin-top:5px;font-size:12px;font-weight:600;color:var(--sb-orange);border-bottom:1px dotted currentColor;cursor:pointer}
.sb-head-icon{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--sb-line);border-radius:10px;color:var(--sb-navy);background:#fff;text-decoration:none}.sb-head-icon:hover{color:var(--sb-orange);border-color:#ffba88}.sb-head-icon i{font-size:18px}
.sb-cart-wrap #cart{margin:0}.sb-cart-wrap #cart>.btn{width:42px;height:42px}.sb-cart-wrap #cart>.btn i{font-size:27px;color:var(--sb-navy)}
.sb-nav{background:var(--sb-navy)}.sb-nav .sb-shell{display:flex;align-items:center;min-height:50px}.sb-nav__toggle{display:none;width:100%;height:46px;background:transparent;border:0;color:#fff;text-align:left;font-weight:700}.sb-nav__toggle i{float:right;margin-top:3px}.sb-nav__list{display:flex;align-items:stretch;gap:0;margin:0;padding:0;list-style:none;width:100%}.sb-nav__item{position:relative}.sb-nav__link{display:flex;align-items:center;min-height:50px;padding:0 18px;color:#fff!important;font-size:14px;font-weight:600;text-decoration:none!important}.sb-nav__link:hover,.sb-nav__item.open>.sb-nav__link{background:rgba(255,255,255,.1)}.sb-nav__link--accent{margin-left:auto;background:var(--sb-orange)}.sb-nav__link--accent:hover{background:var(--sb-orange-dark)!important}.sb-nav__caret{margin-left:7px;font-size:10px;opacity:.75}
.sb-nav__dropdown{display:none;position:absolute;left:0;top:100%;min-width:285px;padding:8px;background:#fff;border:1px solid var(--sb-line);border-top:0;border-radius:0 0 10px 10px;box-shadow:var(--sb-shadow);list-style:none}.sb-nav__item:hover>.sb-nav__dropdown,.sb-nav__item:focus-within>.sb-nav__dropdown{display:block}.sb-nav__dropdown a{display:block;padding:10px 12px;border-radius:7px;color:#273c53;text-decoration:none;font-size:13px}.sb-nav__dropdown a:hover{background:var(--sb-soft-blue);color:var(--sb-navy)}
main{padding-top:0}
.sb-site-footer{margin-top:56px;background:#102f54;color:#c9d6e3}.sb-site-footer a{color:#d9e5f0;text-decoration:none}.sb-site-footer a:hover{color:#fff}.sb-footer-main{padding:48px 0 34px}.sb-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.15fr;gap:34px}.sb-footer-logo img{max-width:210px;filter:brightness(0) invert(1);opacity:.94}.sb-footer-brand p{margin:17px 0 0;max-width:310px;line-height:1.6;color:#aebfd0}.sb-footer-title{margin:0 0 16px;color:#fff;font-size:14px;font-weight:700}.sb-footer-links{margin:0;padding:0;list-style:none}.sb-footer-links li+li{margin-top:9px}.sb-footer-contact li{display:flex;gap:9px;line-height:1.45}.sb-footer-contact i{width:16px;margin-top:2px;color:var(--sb-orange)}.sb-footer-contact li+li{margin-top:11px}.sb-footer-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:16px;padding:10px 15px;border-radius:7px;background:var(--sb-orange);color:#fff!important;font-weight:700}.sb-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:17px 0;font-size:12px;color:#94a9bd}.sb-footer-bottom .sb-shell{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}
@media(max-width:991px){.sb-head-main .sb-shell{grid-template-columns:220px 1fr auto;gap:16px}.sb-phone{display:none}.sb-footer-grid{grid-template-columns:1fr 1fr}.sb-nav__link{padding:0 12px;font-size:13px}}
@media(max-width:767px){.sb-topbar{display:none}.sb-head-main .sb-shell{min-height:72px;grid-template-columns:1fr auto auto;gap:10px}.sb-brand img{max-width:185px}.sb-head-search{grid-column:1/-1;grid-row:2;padding-bottom:12px}.sb-head-actions{gap:8px}.sb-head-icon--account{display:none}.sb-nav .sb-shell{display:block;min-height:46px}.sb-nav__toggle{display:block}.sb-nav__list{display:none;flex-direction:column;padding:6px 0 10px}.sb-nav.is-open .sb-nav__list{display:flex}.sb-nav__item{width:100%}.sb-nav__link{min-height:42px;padding:0 10px}.sb-nav__dropdown{display:block!important;position:static;min-width:0;padding:0 0 0 14px;border:0;border-radius:0;box-shadow:none;background:transparent}.sb-nav__dropdown a{color:#d9e6f3!important;padding:8px 10px}.sb-nav__dropdown a:hover{background:rgba(255,255,255,.08);color:#fff!important}.sb-nav__link--accent{margin:5px 0 0;background:var(--sb-orange)}.sb-footer-grid{grid-template-columns:1fr}.sb-footer-main{padding-top:36px}}

/* Disable the legacy UniShop fly/sticky header. The new sb-site-header is the single global header. */
html body #fly-menu {
  display: none !important;
}
html body.fly-menu-open header,
html body.fly-menu-open main,
html body.fly-menu-open footer {
  filter: none !important;
}

