html{background-color:#fff}@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation-duration:.22s;animation-timing-function:cubic-bezier(.4,0,.2,1)}::view-transition-old(root){animation-name:spsc-fade-out}::view-transition-new(root){animation-name:spsc-fade-in}@keyframes spsc-fade-out{to{opacity:0}}@keyframes spsc-fade-in{0%{opacity:0}}@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation:none!important}}:root{--spsc-orange: #f58220;--spsc-orange-hover: #e0751a;--spsc-navy: #0f172a;--spsc-navy-soft: #1e293b;--spsc-slate-200: #e2e8f0;--spsc-slate-100: #f1f5f9;--spsc-slate-500: #64748b;--spsc-slate-700: #334155;--spsc-slate-900: #0f172a}.header-utility-strip{background:var(--spsc-navy);color:#cbd5e1;font-size:12px;line-height:1}.header-utility-strip__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px 24px;max-width:1600px;margin:0 auto;min-height:40px}.header-utility-strip__trust{display:none;align-items:center;gap:18px;list-style:none;margin:0;padding:0;color:#94a3b8;font-size:12px;font-weight:500}@media(min-width:1280px){.header-utility-strip__trust{display:inline-flex}}.header-utility-strip__trust li{display:inline-flex;align-items:center;gap:6px}.header-utility-strip__trust li svg{color:var(--spsc-orange);flex-shrink:0}.header-utility-strip__trust-divider{width:1px;height:12px;background:#ffffff26}.header-utility-strip__announcement{display:inline-flex;align-items:center;gap:8px;color:#fb923c;font-weight:600;text-decoration:none}.header-utility-strip__announcement:hover{color:#fdba74}.header-utility-strip__announcement svg{width:14px;height:14px;flex-shrink:0}.header-utility-strip__links{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0}.header-utility-strip__links a,.header-utility-strip__links button{background:none;border:0;padding:0;color:#cbd5e1;text-decoration:none;font-size:12px;font-weight:500;letter-spacing:.01em;cursor:pointer;transition:color .18s ease;display:inline-flex;align-items:center;gap:4px}.header-utility-strip__links a:hover,.header-utility-strip__links button:hover{color:#fff}.header-utility-strip__links li{position:relative}.header-utility-strip__links .has-dropdown>.header-utility-strip__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;color:var(--spsc-slate-900);border-radius:6px;box-shadow:0 12px 32px #0000002e;padding:6px 0;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:60;list-style:none;margin:0}.header-utility-strip__links .has-dropdown:hover>.header-utility-strip__dropdown,.header-utility-strip__links .has-dropdown:focus-within>.header-utility-strip__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header-utility-strip__dropdown a{display:block;padding:8px 16px;color:var(--spsc-slate-700);font-size:13px;font-weight:500;white-space:nowrap}.header-utility-strip__dropdown a:hover{background:var(--spsc-slate-100);color:var(--spsc-orange)}.header-utility-strip__links .has-dropdown--rich>button{position:relative;color:#fff!important;background:linear-gradient(180deg,#ff9a3d 0%,var(--spsc-orange) 100%)!important;padding:6px 14px!important;border-radius:999px!important;font-size:12.5px!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important;box-shadow:0 4px 14px #f5822073,inset 0 1px #ffffff40!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;animation:spsc-support-pulse 2.4s ease-in-out infinite}.header-utility-strip__links .has-dropdown--rich>button:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:999px;border:2px solid var(--spsc-orange);opacity:0;pointer-events:none;animation:spsc-support-halo 2.4s ease-out infinite}.header-utility-strip__links .has-dropdown--rich>button:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 6px 18px #f582208c,inset 0 1px #ffffff4d!important;color:#fff!important}.header-utility-strip__links .has-dropdown--rich>button svg{color:#fff!important;margin-left:2px}@keyframes spsc-support-pulse{0%,to{box-shadow:0 4px 14px #f5822073,inset 0 1px #ffffff40}50%{box-shadow:0 6px 22px #f58220b3,inset 0 1px #ffffff4d}}@keyframes spsc-support-halo{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.18);opacity:0}to{transform:scale(1.18);opacity:0}}@media(prefers-reduced-motion:reduce){.header-utility-strip__links .has-dropdown--rich>button,.header-utility-strip__links .has-dropdown--rich>button:before{animation:none}}.header-utility-strip__links .has-dropdown--rich>.header-utility-strip__dropdown--rich{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:#fff;color:var(--spsc-slate-900);border-top:2px solid var(--spsc-orange);border-radius:8px;box-shadow:0 20px 40px #0000002e;padding:0;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:60;overflow:hidden}.header-utility-strip__links .has-dropdown--rich:hover>.header-utility-strip__dropdown--rich,.header-utility-strip__links .has-dropdown--rich:focus-within>.header-utility-strip__dropdown--rich{opacity:1;visibility:visible;transform:translateY(0)}.header-utility-strip__dropdown-head{background:linear-gradient(90deg,#0b1f3a,#102a4d);padding:12px 16px;color:#fff;display:flex;flex-direction:column;gap:2px}.header-utility-strip__dropdown-head .eyebrow{font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--spsc-orange)}.header-utility-strip__dropdown-head .title{font-size:14px;font-weight:700;color:#fff}.header-utility-strip__dropdown-list{list-style:none;margin:0;padding:4px 0}.header-utility-strip__dropdown-list a{display:flex;align-items:flex-start;gap:12px;padding:10px 16px;color:var(--spsc-slate-900);text-decoration:none;transition:background .15s ease;white-space:normal}.header-utility-strip__dropdown-list a:hover{background:#f8fafc}.header-utility-strip__dropdown-list .icon-chip{flex-shrink:0;width:36px;height:36px;border-radius:6px;background:#f582201f;color:var(--spsc-orange);display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.header-utility-strip__dropdown-list a:hover .icon-chip{background:var(--spsc-orange);color:#fff}.header-utility-strip__dropdown-list .text{display:flex;flex-direction:column;line-height:1.25;padding-top:2px;min-width:0}.header-utility-strip__dropdown-list .label{font-size:13px;font-weight:700;color:var(--spsc-slate-900);transition:color .15s ease}.header-utility-strip__dropdown-list a:hover .label{color:var(--spsc-orange)}.header-utility-strip__dropdown-list .desc{font-size:11px;font-weight:500;color:var(--spsc-slate-500);margin-top:1px}.header-utility-strip__dropdown-cta{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border-top:1px solid var(--spsc-slate-200);color:var(--spsc-slate-900);font-size:13px;font-weight:800;text-decoration:none;transition:background .15s ease,color .15s ease}.header-utility-strip__dropdown-cta>span{display:inline-flex;align-items:center;gap:8px}.header-utility-strip__dropdown-cta svg{color:var(--spsc-orange);transition:color .15s ease,transform .15s ease}.header-utility-strip__dropdown-cta:hover{background:var(--spsc-orange);color:#fff}.header-utility-strip__dropdown-cta:hover svg{color:#fff}.header-utility-strip__dropdown-cta:hover svg+svg{transform:translate(2px)}@media(max-width:999px){.header-utility-strip{display:none}}.shopify-section__header .header{background:var(--spsc-navy)!important;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 1px #00000040}.shopify-section__header .header,.shopify-section__header .header *{--spsc-slate-500: #cbd5e1;--spsc-slate-600: #d1d5db;--spsc-slate-700: #e5e7eb;--spsc-slate-800: #f1f5f9;--spsc-slate-900: #ffffff;--spsc-slate-200: rgba(255,255,255,.12)}.shopify-section__header .header>.container{max-width:1600px;padding-left:24px;padding-right:24px}.shopify-section__header .header__inner{padding-top:10px!important;padding-bottom:10px!important;gap:16px!important;align-items:center;justify-content:flex-start!important;flex-wrap:nowrap!important}.shopify-section__header .header__main-actions--inner{flex:1 1 0%!important;min-width:0!important;margin-left:24px!important;align-items:center!important}.shopify-section__header .header__secondary--inner{display:flex;align-items:center;gap:18px;flex:0 0 auto}.shopify-section__header .header__main--actions{flex:0 0 auto}.shopify-section__header .header__logo{margin:0;display:flex;align-items:center}.shopify-section__header .header__logo-link{align-items:center}@media(min-width:1000px){.shopify-section__header .header__logo>.header__logo-link:not(.header__mobile-logo-link){display:inline-flex!important}.shopify-section__header .header__mobile-logo-link{display:none!important}}@media(max-width:999px){.shopify-section__header .header__logo>.header__logo-link:not(.header__mobile-logo-link){display:none!important}.shopify-section__header .header__mobile-logo-link{display:inline-flex!important}}.shopify-section__header .header__logo-image{max-height:56px!important;width:auto!important;transition:max-height .25s ease}.shopify-section__header .header__contact-wrapper{display:none}@media(min-width:1280px){.shopify-section__header .header__contact-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding-left:24px;border-left:1px solid var(--spsc-slate-200);margin-left:8px}}.shopify-section__header .header__contact-base-text{font-size:11px;color:var(--spsc-slate-500);font-weight:500;margin:0;text-transform:none;letter-spacing:0}.shopify-section__header .header__contact-phone{display:inline-flex;align-items:center;gap:6px;margin:0;font-size:17px;font-weight:800;color:var(--spsc-slate-900);letter-spacing:-.01em}.shopify-section__header .header__contact-phone svg{color:var(--spsc-orange)}.shopify-section__header .header__contact-phone--link{color:inherit;text-decoration:none;transition:color .18s ease}.shopify-section__header .header__contact-phone--link:hover{color:var(--spsc-orange)}.shopify-section__header .header__main-actions--top-wrapper .header__main--actions-inner{display:none}@media(min-width:1000px){.shopify-section__header .header__main-actions--top-wrapper{display:none!important}}.shopify-section__header .header__main-actions-wrapper{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:24px!important;width:100%!important;min-width:0!important}.shopify-section__header .header__search-bar-wrapper{flex:1!important;min-width:0!important;width:auto!important;max-width:none!important;margin:0!important}.shopify-section__header .search-bar{display:flex;width:100%}.shopify-section__header .search-bar__top{display:flex!important;align-items:stretch;height:48px;border:2px solid var(--spsc-orange)!important;border-radius:999px;overflow:hidden;background:#fff;box-shadow:0 1px 2px #0f172a0a;width:100%}.shopify-section__header .search-bar__filter{order:-1;display:flex;align-items:center;padding:0 14px;background:var(--spsc-slate-100);border-right:1px solid var(--spsc-slate-200);font-size:13px;font-weight:600;color:var(--spsc-slate-700);white-space:nowrap;min-width:160px;cursor:pointer}.shopify-section__header .search-bar__filter:hover{background:#e2e8f0}.shopify-section__header .search-bar__filter,.shopify-section__header .search-bar__filter *{color:var(--spsc-slate-900)!important;--spsc-slate-500: #64748b;--spsc-slate-700: #334155;--spsc-slate-900: #0f172a}.shopify-section__header .search-bar__filter svg{color:#475569!important}.shopify-section__header .search-bar__filter-label{display:inline-flex;align-items:center;gap:6px;cursor:pointer;width:100%;justify-content:space-between}.shopify-section__header .search-bar__filter select{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.shopify-section__header .search-bar__input-wrapper{flex:1 1 auto;display:flex;align-items:stretch}.shopify-section__header .search-bar__input{flex:1 1 auto;border:0!important;outline:none!important;padding:0 18px;font-size:14px;color:#0f172a!important;background:transparent!important;height:100%;width:100%}.shopify-section__header .search-bar__input::placeholder{color:#94a3b8!important}.shopify-section__header .header__search-bar-wrapper.is-fixed{position:static!important;top:auto!important;left:auto!important;height:auto!important;z-index:auto!important;width:100%!important}.shopify-section__header .header__search-bar-wrapper.is-fixed .search-bar{padding:0!important}.shopify-section__header .header__search-bar-wrapper.is-fixed .search-bar__close-button{display:none!important}.shopify-section__header .search-bar__submit{background:var(--spsc-orange)!important;color:#fff;border:0;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease}.shopify-section__header .search-bar__submit:hover{background:var(--spsc-orange-hover)!important}.shopify-section__header .search-bar__submit svg{width:20px;height:20px}.shopify-section__header .search-bar__submit-x{display:none}@media(max-width:999px){.shopify-section__header .search-bar__filter{display:none}}.shopify-section__header .header__action-list{display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:nowrap!important;white-space:nowrap!important;background:transparent!important;flex:0 0 auto!important;margin:0!important;width:auto!important}.shopify-section__header .header__action-item{position:relative;background:transparent!important;padding:0!important;border:0!important}.shopify-section__header .header__action-item-link{color:var(--spsc-slate-700)!important;background:transparent!important;border:0!important;padding:0!important;text-decoration:none!important;font-size:13px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:6px!important;transition:color .18s ease;border-radius:0!important;box-shadow:none!important;text-transform:none!important;letter-spacing:0!important;height:auto!important;min-width:0!important}.shopify-section__header .header__action-item-link:hover{color:var(--spsc-orange)!important}.shopify-section__header .header__action-item-link svg path{fill:currentColor}.shopify-section__header .header__action-item-link svg{color:#fff}.shopify-section__header .header__action-item--cart .header__action-item-link{color:#fff!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.shopify-section__header .header__action-item--cart .header__action-item-link:hover{background:transparent!important;color:var(--spsc-orange)!important}.shopify-section__header .header__action-item--cart .cart--icon svg{color:#fff!important}.shopify-section__header .header__action-item.header__action-item:before,.shopify-section__header .header__action-item.header__action-item:after,.shopify-section__header .header__action-item.header__action-item.header__action-item:before,.shopify-section__header .header__action-item.header__action-item.header__action-item:after,.shopify-section__header .header__action-item--currency:before,.shopify-section__header .header__action-item--currency:after,.shopify-section__header .header__action-item--cart:before,.shopify-section__header .header__action-item--cart:after,.shopify-section__header .header__action-item--account:before,.shopify-section__header .header__action-item--account:after{content:none!important;display:none!important;background:transparent!important;border:0!important;width:0!important;height:0!important}.shopify-section__header .header__action-divider{background:#ffffff2e!important}.shopify-section__header .header__action-item--account .header__action-item-link{display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;padding:0 4px!important;height:auto!important;border-radius:0!important;background:transparent!important;border:0!important;color:#fff!important;font-size:10px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;text-decoration:none!important;transition:color .18s ease!important;white-space:nowrap!important}.shopify-section__header .header__action-item--account .header__action-item-link:hover{color:var(--spsc-orange)!important;background:transparent!important;transform:none!important}.shopify-section__header .header__action-item--account .header__action-item-link svg{width:22px!important;height:22px!important;color:currentColor!important;fill:currentColor!important}.shopify-section__header .header__action-item--account .header__action-item-link svg+.header__account-label+svg,.shopify-section__header .header__action-item--account .header__action-item-link>svg:last-child{display:none!important}.shopify-section__header .header__action-item--account .header__account-label{display:block!important;margin:0!important;line-height:1!important}@media(min-width:1000px){.shopify-section__header .header__action-item--account .hidden-desk{display:none!important}}.shopify-section__header .header__action-item--account .header__account-label{display:inline-block;margin:0 2px}.shopify-section__header .header__action-item--account [data-action=toggle-popover] svg,.shopify-section__header .header__action-item--account [data-action=toggle-popover][aria-expanded=true] svg{transform:none!important;animation:none!important;transition:none!important}.shopify-section__header #account-popover>svg{display:none!important}.shopify-section__header #account-popover.popover--unlogged{width:320px!important;max-width:92vw!important}.shopify-section__header .header__account-panel{padding:18px 18px 16px!important;background:#fff!important;border-radius:0 0 8px 8px!important}.shopify-section__header .header__account-panel-header{margin-bottom:14px!important}.shopify-section__header .header__account-panel-title{margin:0 0 4px!important;font-size:16px!important;font-weight:800!important;color:#0f172a!important;line-height:1.2!important;letter-spacing:-.005em!important}.shopify-section__header .header__account-panel-legend{margin:0!important;font-size:12.5px!important;color:#64748b!important;line-height:1.45!important}.shopify-section__header .header__account-panel-cta{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:42px!important;padding:0 16px!important;border-radius:8px!important;background:var(--spsc-orange)!important;color:#fff!important;font-size:14px!important;font-weight:700!important;letter-spacing:.01em!important;text-decoration:none!important;border:0!important;transition:background .18s ease,transform .18s ease!important}.shopify-section__header .header__account-panel-cta:hover{background:#e0751a!important;transform:translateY(-1px)}.shopify-section__header .header__account-panel-secondary{margin-top:12px!important;padding-top:12px!important;border-top:1px solid #e2e8f0!important;text-align:center!important;font-size:12.5px!important;color:#64748b!important}.shopify-section__header .header__account-panel-secondary a{color:var(--spsc-orange)!important;font-weight:700!important;text-decoration:none!important;margin-left:4px!important}.shopify-section__header .header__account-panel-secondary a:hover{text-decoration:underline!important}.shopify-section__header .header__action-item--currency .header__action-item-link{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:0!important;height:auto!important;border-radius:0!important;background:transparent!important;border:0!important;color:#fff!important;font-size:13px!important;font-weight:800!important;letter-spacing:.02em!important;text-transform:none!important;transition:color .18s ease!important}.shopify-section__header .header__action-item--currency .header__action-item-link:hover{background:transparent!important;border-color:transparent!important;color:var(--spsc-orange)!important}.shopify-section__header .header__action-item--currency .header__action-item-link svg{width:12px!important;height:12px!important}.shopify-section__header .header__action-item--currency .icon--nav-triangle-borderless,.shopify-section__header .header__action-item--locale .icon--nav-triangle-borderless,.shopify-section__header .header__action-item--account .icon--nav-triangle-borderless,.shopify-section__header .popover--currency .icon--nav-triangle-borderless,.shopify-section__header .popover--locale .icon--nav-triangle-borderless,.shopify-section__header .popover--unlogged .icon--nav-triangle-borderless{display:none!important}.shopify-section__header .header__action-item--currency .currency-selector__value{color:#fff!important;font-weight:700!important;white-space:nowrap!important}.shopify-section__header .popover.popover--currency,.shopify-section__header #desktop-currency-selector.popover--currency{width:200px!important;min-width:200px!important;max-width:220px!important;border-radius:8px!important;border:1px solid var(--spsc-slate-200)!important;background:#fff!important;box-shadow:0 12px 32px #0f172a2e!important;padding:0!important;overflow:hidden!important}.shopify-section__header .popover--currency .popover__inner{max-height:280px!important;overflow-y:auto!important;padding:6px!important;background:#fff!important}.shopify-section__header .popover--currency .popover__linklist,.shopify-section__header .popover--currency .popover__linklist-item{list-style:none!important;margin:0!important;padding:0!important;background:transparent!important}.shopify-section__header .popover--currency .popover__link-item{display:flex!important;align-items:center!important;gap:8px!important;padding:8px 12px!important;margin:0!important;width:100%!important;border:0!important;border-radius:6px!important;background:#fff!important;color:#0f172a!important;font-size:13px!important;font-weight:600!important;line-height:1.3!important;text-align:left!important;text-decoration:none!important;cursor:pointer!important;transition:background .12s ease,color .12s ease!important}.shopify-section__header .popover--currency .popover__link-item:hover,.shopify-section__header .popover--currency .popover__link-item:focus{background:#f1f5f9!important;color:#f58220!important}.shopify-section__header .popover--currency .popover__link-item[aria-current=true]{background:#f582201a!important;color:#f58220!important;font-weight:700!important}.shopify-section__header .popover--currency .popover__link-item svg{width:14px!important;height:14px!important;flex:0 0 14px!important;color:#f58220!important}.shopify-section__header .popover--currency .popover__link-item svg path{fill:#f58220!important}.shopify-section__header .popover--currency .popover__inner::-webkit-scrollbar{width:6px!important}.shopify-section__header .popover--currency .popover__inner::-webkit-scrollbar-thumb{background:#e2e8f0!important;border-radius:999px!important;outline:none!important}.shopify-section__header .header__action-item--cart .cart--content.cart--content{background:transparent!important;padding:6px 12px 6px 4px!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;gap:12px!important;transition:background .18s ease!important}.shopify-section__header .header__action-item--cart .header__action-item-link:hover .cart--content{background:#ffffff0f!important}.shopify-section__header .header__action-item--cart .header__cart-icon{position:relative!important;margin:0!important}.shopify-section__header .header__action-item--cart .cart--icon{position:relative!important;display:inline-block!important}.shopify-section__header .header__action-item--cart .cart--icon svg{width:28px!important;height:28px!important;color:#fff!important;transition:color .18s ease!important}.shopify-section__header .header__action-item--cart .header__action-item-link:hover .cart--icon svg{color:var(--spsc-orange)!important}.shopify-section__header .header__cart-count{position:absolute!important;top:-6px!important;right:-8px!important;min-width:20px!important;width:20px!important;height:20px!important;border-radius:999px!important;background:var(--spsc-orange)!important;color:#fff!important;font-size:10px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:2px solid #0b1f3a!important;padding:0!important;transform:none!important}.shopify-section__header .header__cart-name{margin:0!important;display:inline-flex!important;flex-direction:column!important;align-items:flex-start!important;line-height:1.1!important;text-align:left!important;gap:1px!important}.shopify-section__header .header__cart-label{font-size:10px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#cbd5e1!important;line-height:1!important}.shopify-section__header .header__cart-subtotal{font-size:14px!important;font-weight:900!important;color:#fff!important;line-height:1.1!important}.shopify-section__header .mega-menu-nav{background:var(--spsc-navy)!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.06)}.shopify-section__header .mega-menu-wrapper{max-width:1600px;margin:0 auto;padding:0 24px!important;display:flex!important;align-items:stretch!important;gap:4px!important;min-height:48px!important;flex-wrap:nowrap;justify-content:flex-start!important}.shopify-section__header .mega-menu-nav-links li a,.shopify-section__header .mega-menu-nav-links li .mega-menu-main-link{color:#fff!important}.shopify-section__header .mega-menu-nav-links{list-style:none;margin:0;padding:0;display:flex;align-items:stretch}.shopify-section__header .mega-menu-nav-items{display:flex;align-items:stretch;position:relative}.shopify-section__header .mega-menu-main-link{display:inline-flex;align-items:center;gap:6px;padding:0 18px;height:100%;font-size:14px;font-weight:700;color:#fff;letter-spacing:.01em;text-transform:none;cursor:pointer;transition:color .18s ease,background .18s ease;position:relative}.shopify-section__header .mega-menu-main-link:hover,.shopify-section__header .mega-menu-nav-items:hover .mega-menu-main-link,.shopify-section__header .mega-menu-main-link.active{color:var(--spsc-orange);background:#ffffff0a}.shopify-section__header .mega-menu-main-link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--spsc-orange);transform:scaleX(0);transition:transform .2s ease;transform-origin:center}.shopify-section__header .mega-menu-nav-items:hover .mega-menu-main-link:after,.shopify-section__header .mega-menu-main-link.active:after{transform:scaleX(1)}.shopify-section__header .mega-menu-main-link svg{width:14px;height:14px;transition:transform .2s ease}.shopify-section__header .mega-menu-nav-items:hover .mega-menu-main-link svg,.shopify-section__header .mega-menu-main-link.active svg{transform:rotate(180deg)}.mega-menu-wrapper .get-quote-spacer{flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important}nav.mega-menu-nav .get-quote-button.get-quote-button.get-quote-button.get-quote-button.get-quote-button{position:static!important;margin:0!important;align-self:center!important;float:none!important;width:clamp(160px,22vw,360px)!important;min-width:160px!important;max-width:360px!important;background:linear-gradient(180deg,#f8941f,#e0751a)!important;color:#fff!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;font-size:13px!important;padding:0 22px!important;height:44px!important;line-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;border:1px solid rgba(255,176,90,.5)!important;box-shadow:0 6px 20px #f5822073,0 0 #f582208c!important;width:auto!important;z-index:2!important;animation:spsc-quote-pulse 2.4s ease-in-out infinite;text-decoration:none!important;transition:background .18s ease,transform .18s ease,box-shadow .18s ease!important}nav.mega-menu-nav .get-quote-button.get-quote-button.get-quote-button.get-quote-button.get-quote-button:hover{background:linear-gradient(180deg,#ffa640,#f58220)!important;transform:translateY(-2px)!important;box-shadow:0 10px 28px #f5822099,0 0 0 6px #f582202e!important}@keyframes spsc-quote-pulse{0%,to{box-shadow:0 6px 20px #f5822073,0 0 #f582208c}50%{box-shadow:0 6px 22px #f582208c,0 0 0 10px #f5822000}}nav.mega-menu-nav .get-quote-button.get-quote-button.get-quote-button.get-quote-button.get-quote-button{position:relative!important}nav.mega-menu-nav .get-quote-button.get-quote-button.get-quote-button.get-quote-button.get-quote-button:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:12px;border:2px solid var(--spsc-orange);opacity:0;pointer-events:none;z-index:-1;animation:spsc-quote-halo 2.4s ease-out infinite}@keyframes spsc-quote-halo{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.18);opacity:0}to{transform:scale(1.18);opacity:0}}@media(prefers-reduced-motion:reduce){nav.mega-menu-nav .get-quote-button.get-quote-button.get-quote-button.get-quote-button.get-quote-button,nav.mega-menu-nav .get-quote-button.get-quote-button.get-quote-button.get-quote-button.get-quote-button:before{animation:none!important}}.shopify-section__header .mega-menu-dropdown{position:absolute;top:100%;left:0;display:block;width:max-content;min-width:720px;max-width:90vw;background:#fff;color:var(--spsc-slate-900);border-top:2px solid var(--spsc-orange)!important;border-radius:0 0 8px 8px!important;box-shadow:0 20px 40px #0000001f!important;padding:24px 28px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:50}.shopify-section__header .mega-menu-nav-items:hover>.mega-menu-dropdown,.shopify-section__header .mega-menu-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.shopify-section__header .mega-menu-dropdown-content{display:flex;gap:28px;align-items:stretch}.shopify-section__header .row-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px;flex:1 1 auto}.shopify-section__header .row-inner{display:flex;flex-direction:column;gap:8px}.shopify-section__header .category-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:800;color:var(--spsc-slate-900);text-decoration:none;text-transform:uppercase;letter-spacing:.04em;padding-bottom:6px;border-bottom:2px solid var(--spsc-slate-100);transition:color .18s ease,border-color .18s ease}.shopify-section__header .category-link:hover{color:var(--spsc-orange);border-color:var(--spsc-orange)}.shopify-section__header .mega-menu-categories-link{list-style:none;margin:0;padding:0}.shopify-section__header .mega-menu-categories-link .base-link{display:block;padding:5px 0;font-size:13px;font-weight:500;color:var(--spsc-slate-700);text-decoration:none;transition:color .18s ease,padding-left .18s ease}.shopify-section__header .mega-menu-categories-link .base-link:hover{color:var(--spsc-orange);padding-left:4px}.shopify-section__header .mega-menu-image-block-wrapper{flex:0 0 260px;display:flex}.shopify-section__header .mega-menu-image-block{width:100%;border-radius:8px;overflow:hidden;background:var(--spsc-navy)}.shopify-section__header .header--inline .header__desktop-nav,.shopify-section__header .header--inline .header__desktop-nav-toggle{display:none!important}.shopify-section__header{box-shadow:0 2px 8px #0f172a0a}.shopify-section__header .header__action-list .header__contact-wrapper.header__contact-wrapper{display:inline-flex!important;align-items:center!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;height:auto!important;min-width:0!important;text-align:left!important}.shopify-section__header .header__action-list .header__contact-wrapper .header__contact-phone--link{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:6px 14px 6px 6px!important;border-radius:10px!important;background:#ffffff0d!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;text-decoration:none!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important;white-space:nowrap!important;line-height:1!important}.shopify-section__header .header__action-list .header__contact-wrapper .header__contact-phone--link:hover{background:#ffffff1a!important;border-color:var(--spsc-orange)!important;transform:translateY(-1px)}.shopify-section__header .header__action-list .header__contact-icon-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:8px!important;background:var(--spsc-orange)!important;box-shadow:0 4px 12px #f5822066!important;color:#fff!important}.shopify-section__header .header__action-list .header__contact-icon-chip svg{width:16px!important;height:16px!important;color:#fff!important;fill:currentColor!important}.shopify-section__header .header__action-list .header__contact-text{display:inline-flex!important;flex-direction:column!important;align-items:flex-start!important;gap:1px!important;line-height:1.15!important}.shopify-section__header .header__action-list .header__contact-text .header__contact-base-text{margin:0!important;padding:0!important;font-size:11px!important;font-weight:500!important;color:#ffffffb8!important;letter-spacing:.01em!important;text-transform:none!important}.shopify-section__header .header__action-list .header__contact-text .header__contact-phone{margin:0!important;padding:0!important;font-size:14px!important;font-weight:800!important;color:#fff!important;letter-spacing:.02em!important}@media(max-width:1279px){.shopify-section__header .header__action-list .header__contact-wrapper{display:none!important}}.shopify-section__header .header__phone-pop{position:relative}.header__phone-popover{position:fixed;z-index:9500;width:300px;background:#fff;color:#0f172a;border-radius:14px;box-shadow:0 18px 48px #0f172a47,0 2px 6px #0f172a1a;border:1px solid rgba(15,23,42,.08);overflow:hidden;opacity:0;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease;pointer-events:none}.header__phone-popover[hidden]{display:none!important}.header__phone-popover.is-panel-open{opacity:1;transform:translateY(0);pointer-events:auto}.header__phone-popover:before{content:"";position:absolute;top:-7px;right:22px;width:12px;height:12px;background:#fff;border-left:1px solid rgba(15,23,42,.08);border-top:1px solid rgba(15,23,42,.08);transform:rotate(45deg)}.header__phone-popover,.header__phone-popover *{--spsc-slate-100: #f1f5f9;--spsc-slate-200: #e2e8f0;--spsc-slate-500: #64748b;--spsc-slate-700: #334155;--spsc-slate-900: #0f172a}.header__phone-popover-header{padding:14px 40px 12px 16px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid rgba(15,23,42,.06);display:flex;flex-direction:column;gap:2px;position:relative}.header__phone-popover-close{position:absolute;top:10px;right:10px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#0f172a0f;border:none;border-radius:50%;cursor:pointer;color:#64748b;padding:0;transition:background .14s ease,color .14s ease}.header__phone-popover-close:hover{background:#0f172a1f;color:#0f172a}.header__phone-popover-eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b!important}.header__phone-popover-number{font-size:18px;font-weight:800;color:#0f172a!important;text-decoration:none!important;letter-spacing:-.01em}.header__phone-popover-number:hover{color:#f58220!important}.header__phone-popover-hours{font-size:11px;color:#64748b!important}.header__phone-popover-list{display:flex;flex-direction:column;padding:6px}.header__phone-popover-option{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px;text-decoration:none!important;color:#0f172a!important;background:transparent;border:0;cursor:pointer;text-align:left;font:inherit;width:100%;transition:background .14s ease}.header__phone-popover-option:hover{background:#f1f5f9!important;color:#0f172a!important}.header__phone-popover-option-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:8px;background:#f582201a;color:#f58220}.header__phone-popover-option-text{display:flex;flex-direction:column;gap:1px;line-height:1.2;min-width:0}.header__phone-popover-option-text strong{font-size:13px;font-weight:700;color:#0f172a!important}.header__phone-popover-option-text span{font-size:11px;color:#64748b!important}@media(max-width:1100px){.shopify-section__header .header__action-item--locale,.shopify-section__header .header__action-item--currency .header__action-item-link span:not(.currency-selector__value){display:none}}.shopify-section__header .mega-menu-dropdown.complete-solar-packages,.shopify-section__header .mega-menu-dropdown.shop-by-category,.shopify-section__header .mega-menu-dropdown.shop-by-brand,.shopify-section__header .mega-menu-dropdown.solar-services{left:0!important;right:auto!important;width:max-content;min-width:720px;max-width:90vw;background:#fff;border-radius:0 0 8px 8px}.shopify-section__header .mega-menu-dropdown.shop-by-brand .row,.shopify-section__header .mega-menu-dropdown.solar-services .row{display:block}.shopify-section__header .mega-menu-dropdown.shop-by-category .mega-menu-dropdown-content,.shopify-section__header .mega-menu-dropdown.shop-by-brand .mega-menu-dropdown-content,.shopify-section__header .mega-menu-dropdown.solar-services .mega-menu-dropdown-content{display:flex;gap:28px}.shopify-section__header .mega-menu-dropdown.shop-by-category .row-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}.shopify-section__header .mega-menu-dropdown.complete-solar-packages .mega-menu-image-block,.shopify-section__header .mega-menu-dropdown.shop-by-category .mega-menu-image-block{width:100%;min-width:0}@media(max-width:999px){.mm-panel-redesign{display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important;background:#fff!important}.mm-drawer-header{display:flex;align-items:center;justify-content:space-between;background:#0b1a2e;padding:10px 14px;flex-shrink:0}.mm-drawer-logo{display:inline-flex;align-items:center;text-decoration:none}.mm-logo-img{max-height:32px!important;width:auto!important}.mm-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;background:#ffffff1a;border:0;color:#fff;cursor:pointer;transition:background .15s ease;flex-shrink:0}.mm-drawer-close:hover{background:#ffffff2e}.mm-drawer-close svg{display:block}.mm-signin-row{display:flex;align-items:center;gap:12px;padding:11px 14px;background:#f8fafc;border-bottom:1px solid #e2e8f0;text-decoration:none;flex-shrink:0;cursor:pointer;transition:background .15s ease}.mm-signin-row:hover{background:#f1f5f9}.mm-signin-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 36px;border-radius:999px;background:#0b1a2e;color:#fff}.mm-signin-text{display:flex;flex-direction:column;line-height:1.25;flex:1 1 auto;min-width:0}.mm-signin-title{font-size:13px;font-weight:700;color:#0b1a2e}.mm-signin-sub{font-size:11px;color:#64748b}.mm-signin-chevron{color:#94a3b8;flex-shrink:0}.mm-nav-scroll{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.mm-primary-nav{list-style:none;margin:0;padding:0}.mm-primary-nav-item{border-bottom:1px solid #f1f5f9}.mm-primary-nav-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;background:none;border:0;cursor:pointer;text-align:left;transition:background .15s ease}.mm-primary-nav-btn:hover{background:#fafafa}.mm-nav-tile{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:8px;background:#f582201a;color:#f58220;transition:background .15s ease,color .15s ease}.mm-primary-nav-btn:hover .mm-nav-tile{background:#f58220;color:#fff}.mm-primary-nav-label{flex:1 1 auto;font-size:14px;font-weight:700;color:#0b1a2e;line-height:1.2}.mm-nav-chevron{color:#94a3b8;flex-shrink:0}.mm-section-heading{padding:14px 14px 6px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:#94a3b8}.mm-secondary-nav{list-style:none;margin:0;padding:0}.mm-secondary-nav-item{border-bottom:1px solid #f1f5f9}.mm-secondary-nav-link{display:flex;align-items:center;gap:12px;width:100%;padding:11px 14px;font-size:13px;font-weight:500;color:#334155;text-decoration:none;background:none;border:0;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease}.mm-secondary-nav-link:hover{background:#f8fafc;color:#0b1a2e}.mm-secondary-nav-link svg{flex-shrink:0;color:#64748b}.mm-secondary-nav-btn .mm-nav-chevron{margin-left:auto}.mm-region-block{border-top:1px solid #e2e8f0;padding:12px 14px}.mm-region-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:#94a3b8;margin-bottom:8px}.mm-region-toggles{display:flex;gap:8px}.mm-region-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:8px 10px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;font-size:12px;font-weight:600;color:#64748b;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.mm-region-btn:hover{border-color:#0b1a2e;color:#0b1a2e}.mm-region-btn--active{border-color:#0b1a2e;color:#0b1a2e;background:#f8fafc}.mm-sticky-footer{flex-shrink:0;display:flex;flex-direction:column;gap:8px;padding:10px 12px;border-top:1px solid #e2e8f0;background:#f8fafc}.mm-footer-phone{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;background:#fff;box-shadow:0 1px 3px #0000000f;text-decoration:none;color:#0b1a2e;transition:box-shadow .15s ease}.mm-footer-phone:hover{box-shadow:0 2px 6px #0000001a}.mm-footer-phone-chip{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;border-radius:999px;background:#f58220;color:#fff}.mm-footer-phone-text{display:flex;flex-direction:column;gap:1px;line-height:1.2;min-width:0}.mm-footer-phone-eyebrow{font-size:10px;font-weight:500;color:#64748b}.mm-footer-phone-number{font-size:13px;font-weight:700;color:#0b1a2e}.mm-footer-quote{display:block;padding:10px 14px;border-radius:6px;background:#f58220;color:#fff!important;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;text-align:center;text-decoration:none;transition:background .15s ease}.mm-footer-quote:hover{background:#e0751a}}.header__mobile-icons,.header__mobile-cta-strip{display:none}@media(max-width:999px){.shopify-section__header .header{padding:6px 0!important}.shopify-section__header .header>.container{padding-left:12px!important;padding-right:12px!important}.shopify-section__header .header__inner{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:0!important}.shopify-section__header .header__secondary--inner{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:0!important;min-height:44px!important;padding:2px 0 4px!important}.shopify-section__header .header__mobile-nav{flex:0 0 auto!important;display:flex!important;align-items:center!important}.shopify-section__header .header__mobile-nav-toggle{width:40px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:transparent!important;border:0!important;border-radius:6px!important;padding:0!important}.shopify-section__header .header__mobile-nav-toggle svg{width:24px!important;height:24px!important;color:#fff!important;fill:#fff!important}.shopify-section__header .header__logo{flex:1 1 auto!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding-left:8px!important}.shopify-section__header .header__logo-image{max-height:36px!important}.shopify-section__header .header__mobile-logo-link{display:inline-flex!important}.shopify-section__header .header__logo-link:not(.header__mobile-logo-link){display:none!important}.header__mobile-icons{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:2px!important}.header__mobile-icon-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:6px!important;cursor:pointer!important;color:#fff!important;text-decoration:none!important}.header__mobile-icon-btn:hover{background:#ffffff1f!important}.header__mobile-icon-btn svg{width:22px!important;height:22px!important;color:#fff!important;fill:none!important}.header__mobile-icon-btn svg path,.header__mobile-icon-btn svg rect,.header__mobile-icon-btn svg polygon,.header__mobile-icon-btn svg circle,.header__mobile-icon-btn svg g{fill:currentColor!important;stroke:none!important}.header__mobile-currency-btn{width:auto!important;padding:0 8px!important;height:30px!important;border-radius:999px!important;background:#ffffff1f!important;gap:4px!important;font-size:11px!important;font-weight:700!important;color:#fff!important}.header__mobile-currency-btn svg{width:10px!important;height:10px!important}.header__mobile-currency-label{color:#fff!important}.header__mobile-cart-wrap{position:relative!important;display:inline-flex!important;z-index:10!important}.header__mobile-cart-badge{position:absolute!important;top:-4px!important;right:-4px!important;min-width:16px!important;height:16px!important;padding:0 3px!important;background:var(--spsc-orange)!important;color:#fff!important;border-radius:999px!important;font-size:10px!important;font-weight:800!important;line-height:16px!important;text-align:center!important;pointer-events:none!important;z-index:11!important}.shopify-section__header .header__main-actions--inner{display:block!important;margin:0!important;width:100%!important;flex:0 0 auto!important}.shopify-section__header .header__main-actions--top-wrapper,.shopify-section__header .header__main--actions-inner{display:none!important}.shopify-section__header .header__main-actions-wrapper{display:block!important;padding:0!important;margin:0!important;width:100%!important;flex-grow:0!important}.shopify-section__header .header__search-bar-wrapper{display:block!important;width:100%!important;margin:0!important;padding:0 0 8px!important;visibility:visible!important;flex:none!important}.shopify-section__header .search-bar{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;border-radius:999px!important;overflow:visible!important;background:transparent!important;border:none!important;box-shadow:none!important;position:relative!important}.shopify-section__header .search-bar__top-wrapper{display:flex!important;align-items:center!important;flex:none!important;height:46px!important;background:#fff!important;overflow:hidden!important;border-radius:999px!important;box-shadow:0 1px 3px #0000001a!important;max-height:46px!important}.shopify-section__header .search-bar__top{display:flex!important;align-items:center!important;flex:1!important;height:46px!important;margin:0!important;border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;width:100%!important}.shopify-section__header .search-bar__input-wrapper{flex:1!important;display:flex!important;align-items:center!important;height:46px!important}.shopify-section__header .search-bar__input{flex:1!important;width:100%!important;height:46px!important;font-size:14px!important;background:transparent!important;border:none!important;outline:none!important;padding:0 12px!important;color:#0f172a!important}.shopify-section__header .search-bar__submit{flex-shrink:0!important;width:42px!important;height:42px!important;min-width:42px!important;margin:2px!important;border-radius:999px!important;padding:0!important;background:var(--spsc-orange)!important;border:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.shopify-section__header .search-bar.is-expanded .search-bar__submit .icon--search,.shopify-section__header .search-bar.is-expanded .search-bar__submit .icon--search-loader{display:none!important}.shopify-section__header .search-bar.is-expanded .search-bar__submit-x{display:flex!important;align-items:center!important;justify-content:center!important}.shopify-section__header .search-bar__inner{position:fixed!important;top:var(--header-height, 120px)!important;left:0!important;right:0!important;width:100%!important;max-height:calc(100dvh - var(--header-height, 120px) - 8px)!important;overflow-y:auto!important;overflow-x:hidden!important;z-index:9000!important;box-shadow:0 8px 24px #0f172a2e!important;border-radius:0 0 12px 12px!important;background:#fff!important}.shopify-section__header .search-bar__inner:not(:has(.search-bar__results[aria-hidden=false])){display:none!important}.shopify-section__header .search-bar__close-button,.shopify-section__header .search-bar__filter,.shopify-section__header .search-bar__menu-wrapper{display:none!important}.shopify-section__header .search-bar__input-clear,.shopify-section__header .search-bar__input.is-filled+.search-bar__input-clear{display:none!important}.shopify-section__header .search-bar__input{padding-right:8px!important}.shopify-section__header .header__action-list,.shopify-section__header .header__action-list.header__action-list{display:none!important;height:0!important;overflow:hidden!important;visibility:hidden!important}.shopify-section__header .header__main-actions-wrapper .header__action-item--cart,.shopify-section__header .header__main-actions-wrapper .header__action-item--cart *,.shopify-section__header .header__action-item--cart-mobile,.shopify-section__header .header__action-item--cart-mobile *{display:none!important;visibility:hidden!important}.shopify-section__header .header__cart-count{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.shopify-section__header .header__cart-name,.shopify-section__header .header__cart-subtotal,.shopify-section__header .header__cart-label{display:none!important}.header__mobile-cta-strip{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:7px 12px!important;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important}.header__mobile-cta-right{display:flex;align-items:center;gap:6px;flex:0 0 auto}.header__mobile-cta-currency{display:inline-flex;align-items:center;gap:3px;height:28px;padding:0 9px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}.header__mobile-cta-currency svg{width:10px;height:10px;color:#64748b}.header__mobile-currency-wrap{position:relative}.mobile-currency-popover{position:fixed;z-index:9500;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 32px #0f172a2e;min-width:180px;overflow:hidden;visibility:hidden;opacity:0;transform:scale(.95);transform-origin:top right;transition:opacity .2s ease,transform .2s ease,visibility .2s linear;pointer-events:none}.mobile-currency-popover[aria-hidden=false]{visibility:visible;opacity:1;transform:scale(1);pointer-events:auto}.mobile-currency-popover form{margin:0;padding:0}.mobile-currency-popover .popover__linklist{margin:0;padding:6px 0;list-style:none}.mobile-currency-popover .popover__linklist-item{margin:0}.mobile-currency-popover .popover__link-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 16px;background:none;border:none;font-size:14px;font-weight:500;color:#0f172a;cursor:pointer;text-align:left}.mobile-currency-popover .popover__link-item:hover{background:#f1f5f9}.mobile-currency-popover .popover__link-item[aria-current=true]{color:var(--spsc-orange, #f97316)}.header__mobile-cta-phone{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#0b1a2e;font-size:12px;font-weight:700;line-height:1.15;min-width:0}.header__mobile-cta-phone-chip{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;border-radius:999px;background:var(--spsc-orange);color:#fff}.header__mobile-cta-phone-chip svg{width:14px;height:14px;color:#fff;fill:#fff}.header__mobile-cta-phone-text{display:flex;flex-direction:column;min-width:0}.header__mobile-cta-phone-eyebrow{font-size:10px;font-weight:500;color:#64748b}.header__mobile-cta-phone-number{color:#0b1a2e}.header__mobile-cta-quote{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;background:var(--spsc-orange);color:#fff!important;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;text-decoration:none}.header__mobile-cta-quote:hover{background:var(--spsc-orange-hover)}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/header-redesign.css.map */
