.s-prod-bar{background-color:var(--surface-global-dark);color:var(--text-global-light);display:block!important;left:0;position:fixed;top:var(--countdown-timer-height);transform:translateY(-100%);width:100vw;z-index:6}.s-prod-bar.is-active{transition:transform .4s ease}.s-prod-bar.is-visible,.s-prod-bar:has(.focus-visible){transform:translateY(0)}.s-prod-bar input,.s-prod-bar select{-webkit-text-fill-color:var(--text-global-light);border-color:var(--border-global-light);color:var(--text-global-light)}.s-prod-bar #pd-waitlist-info{display:none!important}.s-prod-bar__container{display:grid;gap:1rem;margin-inline:auto;max-width:120em;padding:.75rem}.s-prod-bar__actions,.s-prod-bar__header{width:100%}.s-prod-bar__header{align-items:center;display:flex;flex:1;flex-direction:row;gap:1rem;justify-content:flex-start}.s-prod-bar__actions .btn{padding-inline:1rem;white-space:nowrap;width:100%}.s-prod-bar__option{width:100%}.s-prod-bar__options{align-items:stretch;display:flex;flex:1;flex-direction:row;flex-wrap:wrap;gap:.75rem;justify-content:flex-start;margin-bottom:.75rem}.s-prod-bar__options>*{display:grid;flex:auto}.s-prod-bar__image{border-radius:100%;height:2.75rem;width:2.75rem}.s-prod-bar__title{font-size:var(--font-responsive-lg);font-size:var(--font-static-xl)}.s-prod-bar__link,.s-prod-bar__title{font-family:var(--font-typeface-display);font-weight:var(--font-weight-strongest);letter-spacing:.02em;line-height:1.1;text-transform:uppercase}.s-prod-bar__link{font-size:var(--font-responsive-lg);font-size:var(--font-responsive-sm);position:relative}.s-prod-bar__link:before{content:"";display:block;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.s-prod-bar__link.is-active:before,.s-prod-bar__link:active:before,.s-prod-bar__link:focus-visible:before{transform:scaleX(1)}.s-prod-bar__link:before{background-color:var(--surface-interactive-nav-primary--hover);bottom:-.25rem;height:.125rem}.s-prod-bar__link.is-active:before,.s-prod-bar__link:active:before,.s-prod-bar__link:focus-visible:before{height:.125rem}.s-prod-bar__price{align-items:center;display:flex;flex-direction:row;font-size:var(--font-responsive-xs);gap:.25rem;justify-content:flex-start}.s-prod-bar__toggle{min-width:5rem}.s-prod-bar__toggle .closed-content{display:block}.s-prod-bar__toggle .open-content{display:none}.s-prod-bar__toggle[aria-expanded=true]{background-color:transparent;color:var(--text-global-light);min-width:unset;padding:0}.s-prod-bar__toggle[aria-expanded=true]:after,.s-prod-bar__toggle[aria-expanded=true]:before{content:none}.s-prod-bar__toggle[aria-expanded=true] .closed-content{display:none}.s-prod-bar__toggle[aria-expanded=true] .open-content{display:block}.s-prod-bar__toggle svg{height:2rem;width:2rem}.s-prod-bar__toggle svg path{fill:var(--text-global-light)}.s-prod-bar__mobile-actions{align-items:center;display:flex;flex:1;flex-direction:row;justify-content:flex-end;padding-right:.5rem}@media only screen and (min-width:64em){.s-prod-bar__actions>form{align-items:stretch;display:flex;flex-direction:row;gap:.75rem;justify-content:flex-end}.s-prod-bar__actions .btn{flex:1;width:unset}.s-prod-bar__options{flex:unset;flex-wrap:nowrap;margin-bottom:0}.s-prod-bar__options>*{display:block;flex:unset}}@media only screen and (min-width:80em){.s-prod-bar__container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-inline:var(--container-horizontal-padding)}.s-prod-bar__actions,.s-prod-bar__header{width:unset}.s-prod-bar__header{flex:unset}.s-prod-bar__actions .input-select{height:100%}.s-prod-bar__actions .btn{padding-inline:2rem;width:unset}.s-prod-bar__option{width:unset}.s-prod-bar__option .input-select,.s-prod-bar__option select{font-size:var(--font-static-sm);height:100%}.s-prod-bar__image{height:3.5rem;width:3.5rem}.s-prod-bar__mobile-actions{display:none!important}}@media only screen and (max-width:calc(80em - 1px)){.s-prod-bar__actions{display:none;height:0;opacity:0;overflow:hidden;width:100%}.s-prod-bar__actions:after,.s-prod-bar__actions:before{content:"";display:block;position:relative;z-index:-1}.s-prod-bar__actions:before{margin-top:-.3125rem}.s-prod-bar__actions:after{margin-bottom:-3.3125rem}.s-prod-bar__actions.is-active{display:block;transition:padding .3s ease,opacity .3s ease}.s-prod-bar__actions.is-visible{animation:overflowVisible .3s forwards;height:auto;opacity:1;padding-bottom:3.5rem;padding-top:.5rem}}@media (hover:hover){.s-prod-bar__link:hover:before{transform:scaleX(1)}}