.pdp-sticky-subnav{position:fixed;top:0;left:0;right:0;z-index:40;background-color:#f2f2f2;border-bottom:1px solid #cecece;width:100%;height:38px;min-height:38px;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .4s ease}.pdp-sticky-subnav--visible{transform:translateY(0);opacity:1;pointer-events:auto}.pdp-sticky-subnav__placeholder{width:100%}.pdp-sticky-subnav__wrapper{display:flex;height:100%;padding:0 1rem;align-items:stretch}.pdp-sticky-subnav__wrapper--distributed{-moz-column-gap:0;column-gap:0}.pdp-sticky-subnav__top{flex:0 0 auto;display:flex;align-items:center;padding-right:12px;background-color:var(--color-gray-200);border-right:1px solid transparent;position:relative;z-index:1}.pdp-sticky-subnav__top--shadow{border-right-color:#cecece}.pdp-sticky-subnav__scroll{flex:1;min-width:0;padding-left:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pdp-sticky-subnav__scroll::-webkit-scrollbar{display:none}.pdp-sticky-subnav__list{position:relative;display:flex;align-items:center;gap:1rem;list-style:none;min-width:-moz-max-content;min-width:max-content;height:100%}.pdp-sticky-subnav__list--distributed{min-width:0;width:100%;justify-content:space-between}.pdp-sticky-subnav__item{flex:0 0 auto}.pdp-sticky-subnav__link{position:relative;display:inline-flex;align-items:center;gap:.375rem;font-size:14px;font-weight:400;letter-spacing:0;padding-top:1px;color:#003764;text-decoration:none;background-color:transparent;border:none;cursor:pointer;transition:color .15s ease-in-out,opacity .15s ease-in-out}.pdp-sticky-subnav__link:focus{outline:none}.pdp-sticky-subnav__link--active{font-weight:700}.pdp-sticky-subnav__icon{width:17px;height:10px;color:#05274c}.pdp-sticky-subnav__label{white-space:nowrap}.pdp-sticky-subnav__indicator{position:absolute;left:0;bottom:0;height:3px;background-color:#003764;transition:transform .2s ease-in-out,width .2s ease-in-out,opacity .15s ease-in;pointer-events:none;width:0}@media (min-width:48rem){.pdp-sticky-subnav{display:none}}