.sticky-bar{display:none;position:fixed;top:0;z-index:2;width:100%;justify-content:space-between;align-items:center;gap:10%;padding:1.5rem 0 0;background-color:var(--color-styleguide-white);border-bottom:1px solid var(--color-accent-2);animation:slideDown .2s ease both;flex-direction:column}@media (max-width:989px){.sticky-bar{top:0;bottom:0;max-height:64px;padding-top:0}}.sticky-bar__title-and-price{flex:1;max-width:100%;display:flex;align-items:center}@media (max-width:989px){.sticky-bar__title-and-price{max-width:54%}}.sticky-bar .price__badge-sold-out{display:none}.sticky-bar__wrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;margin-bottom:1.5rem}@media (max-width:989px){.sticky-bar__wrapper{flex-direction:column;margin-bottom:0;padding:10px 10px 0}}.sticky-bar__price-and-cta{display:flex;flex:1;gap:3rem;justify-content:end;align-items:center}@media (max-width:989px){.sticky-bar__price-and-cta{justify-content:space-between}}.sticky-bar .price .price-item{margin:0}.sticky-bar .price .price-item,.sticky-bar .price .price-item--sale{line-height:normal}.sticky-bar .price .price-item .price__dollars,.sticky-bar .price .price-item--sale .price__dollars{font-size:1.5em;font-weight:700}@media (max-width:989px){.sticky-bar .price .price-item .price__dollars,.sticky-bar .price .price-item--sale .price__dollars{font-size:1.1em;font-weight:700}}.sticky-bar .price .price-item .price__cents,.sticky-bar .price .price-item .price__currency,.sticky-bar .price .price-item--sale .price__cents,.sticky-bar .price .price-item--sale .price__currency{font-size:1rem;padding-top:.25rem;font-weight:700}.sticky-bar .price .price-item{color:#202020}@media (max-width:989px){.sticky-bar .price .price-item{color:#202020}}.sticky-bar .price--on-sale .price__sale{flex-direction:row;flex-wrap:nowrap;align-items:flex-end}.sticky-bar .price .price-item--sale{color:#8c0000}@media (max-width:989px){.sticky-bar .price .price-item--sale{color:#8c0000}}.sticky-bar .price--on-sale .price__sale .sale-info{font-size:1.4rem}@media (max-width:989px){.sticky-bar .price--on-sale .price__sale .sale-info{font-size:1rem}}.sticky-bar .sale-info .original-price{display:none}.sticky-bar .sticky-bar__navigation-container{width:100%;background-color:#f0f0f0;box-shadow:1px 1px 5px #0000005c}.sticky-bar .sticky-bar__navigation{width:100%;max-width:1200px;margin:0 auto;padding:0;display:flex}@media (max-width:989px){.sticky-bar .sticky-bar__navigation{justify-content:center}}.sticky-bar .sticky-bar__navigation-list{display:inline-flex;list-style-type:none;margin:0;padding:4px 0 4px 14px}@media (max-width:989px){.sticky-bar .sticky-bar__navigation-list{padding:4px 0}}.sticky-bar .sticky-bar__navigation-list li a{text-transform:uppercase;color:#766a3a;font-size:13px;font-weight:700;letter-spacing:0;line-height:13px;text-decoration:none}.sticky-bar .sticky-bar__navigation-list li:first-child{padding-right:10px}.sticky-bar .sticky-bar__navigation-list li:nth-child(3){padding-left:10px}.sticky-bar .price-save-message{font-weight:400!important}.sticky-bar__product-title{color:var(--color-styleguide-black);font-size:22px;font-family:Interstate-Condensed;font-weight:700;letter-spacing:0;line-height:2rem}@media (max-width:989px){.sticky-bar__product-title{overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-pack:start;-webkit-box-align:stretch;font-size:1.5rem}}.sticky-bar .buy_buttons_wrapper{margin-top:0}#sticky-bar .product-find__store,#sticky-bar .product-notify__submit,.sticky-bar .product-form__submit{width:148px;height:unset;padding:1rem 0;margin-bottom:0;font-size:1.3rem;text-transform:unset}@media (max-width:989px){#sticky-bar .product-find__store,#sticky-bar .product-notify__submit,.sticky-bar .product-form__submit{margin-top:0;position:fixed;top:10px;right:10px;font-size:14px}}@media screen and (max-width:1172px){.sticky-bar__price-and-cta{gap:2rem}}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.animate-slide-up{animation:slideUp .2s ease both}.animate-slide-down{animation:slideDown .2s ease both}